@charset "UTF-8";
/*=====================================================
  share
=====================================================*/
html, body {
  height: 100%;
}

html {
  font-size: 18px;
}

body {
  font-family: Arial,"Noto Sans JP",meiryo,'メイリオ','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 1rem;
  font-feature-settings: "palt";
  letter-spacing: 0.15rem;
  color: #333;
  text-align: left;
  background-color: #fff;
  position: relative;
  padding-top: 60px;
}

@media print, screen and (min-width: 1280px) {
  body {
    padding-top: 68px;
  }
}

a:link {
  color: #4285f4;
}

a:visited {
  color: #7b1fa2;
}

a:hover,
a:active {
  color: #4285f4;
  text-decoration: none;
}

/*=====================================================
  header
=====================================================*/
.header {
  width: 100%;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  border-bottom: 1px solid #e5e5df;
  background-color: #fff;
}

@media print, screen and (min-width: 1024px) {
  .header {
    height: auto;
  }
}

.header .header__spMenu {
  width: 60px;
  height: 60px;
  margin-left: auto;
  position: relative;
  transition: all .2s;
  cursor: pointer;
  background-color: #f3390d;
}

@media print, screen and (min-width: 1280px) {
  .header .header__spMenu {
    display: none;
  }
}

.header .header__spMenu span {
  position: absolute;
  left: 16px;
  width: 28px;
  height: 2px;
  background-color: #fff;
  transition: all .2s;
}

.header .header__spMenu span:nth-of-type(1) {
  top: 16px;
}

.header .header__spMenu span:nth-of-type(2) {
  top: 24px;
}

.header .header__spMenu span:nth-of-type(3) {
  bottom: 26px;
}

.header .header__spMenu p {
  margin: 0;
  padding: 0;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  font-size: 8px;
  font-size: 0.44444rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.header .logo {
  width: 291px;
  display: flex;
  margin-left: 15px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
}

@media print, screen and (min-width: 1024px) {
  .header .logo {
    width: 396px;
  }
}

.header .logo .logo__compamy {
  width: 170px;
  margin-right: 15px;
}

@media print, screen and (min-width: 1024px) {
  .header .logo .logo__compamy {
    width: 200px;
  }
}

.header .logo .logo__group {
  width: 96px;
  position: relative;
  top: 6px;
}

@media print, screen and (min-width: 1024px) {
  .header .logo .logo__group {
    width: 140px;
  }
}

/*=====================================================
  gNav
=====================================================*/
.gNav {
  width: 100%;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
}

@media print, screen and (min-width: 1280px) {
  .gNav {
    width: calc(100% - 412px);
    display: block;
    margin: 0 0 0 auto;
    position: relative;
  }
}

.gNav__wrap {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100;
}

@media print, screen and (min-width: 1280px) {
  .gNav__wrap {
    height: auto;
    display: block;
    position: relative;
    background: transparent;
  }
}

@media print, screen and (min-width: 1400px) {
  .gNav__wrap {
    width: 898px;
    margin: 0 0 0 auto;
  }
}

.gNav__wrap .gNav__inner {
  width: 90%;
  height: 80vh;
  margin: 0 auto;
  position: absolute;
  overflow-y: scroll;
  background-color: #fff;
  z-index: 200;
  top: 60px;
}

@media print, screen and (min-width: 768px) {
  .gNav__wrap .gNav__inner {
    width: 60%;
    position: relative;
    top: 0;
  }
}

@media print, screen and (min-width: 1280px) {
  .gNav__wrap .gNav__inner {
    width: 100%;
    height: auto;
    overflow: visible;
  }
}

.gNav__wrap .gNav__btnClose {
  margin: 0;
  padding: 10px 0 10px 10px;
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 15px;
  color: #fff;
  cursor: pointer;
}

.gNav__wrap .gNav__btnClose:before {
  width: 14px;
  height: 2px;
  position: absolute;
  left: -10px;
  top: 16px;
  content: "";
  transform: rotate(-45deg);
  background-color: #fff;
}

.gNav__wrap .gNav__btnClose:after {
  width: 14px;
  height: 2px;
  position: absolute;
  left: -10px;
  top: 16px;
  content: "";
  transform: rotate(45deg);
  background-color: #fff;
}

@media print, screen and (min-width: 1280px) {
  .gNav__wrap .gNav__btnClose {
    display: none;
  }
}

.gNav__wrap .gNav__primary {
  margin: 0;
  padding: 0;
  border-top: 1px solid #e5e5df;
  border-bottom: 1px solid #e5e5df;
}

@media print, screen and (min-width: 1280px) {
  .gNav__wrap .gNav__primary {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    align-items: center;
    position: relative;
    border-top-width: 0;
    border-bottom-width: 0;
  }
}

.gNav__wrap .gNav__primary li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e5e5df;
  position: relative;
}

@media print, screen and (min-width: 1280px) {
  .gNav__wrap .gNav__primary li {
    width: 12%;
    text-align: center;
    border-top-width: 0;
  }
}

@media print, screen and (min-width: 1400px) {
  .gNav__wrap .gNav__primary li {
    width: 114px;
  }
}

.gNav__wrap .gNav__primary li a {
  width: 100%;
  padding: 15px 54px 15px 15px;
  color: #333;
  display: block;
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  background-image: url("/images/icon_arrow_m_primary_right.svg");
  background-size: 7px 13px;
  background-position: right 15px center;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 1280px) {
  .gNav__wrap .gNav__primary li a {
    padding: 26px 15px;
    font-size: 14px;
    font-size: 0.77778rem;
    position: relative;
    background-image: none;
  }
  .gNav__wrap .gNav__primary li a:before {
    width: 0;
    height: 2px;
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    right: 50%;
    background-color: #f3390d;
    transition: all .2s;
  }
  .gNav__wrap .gNav__primary li a:hover::before {
    width: 70%;
    left: 15%;
    right: 15%;
  }
}

@media print, screen and (min-width: 1400px) {
  .gNav__wrap .gNav__primary li a {
    font-size: 15px;
    font-size: 0.83333rem;
  }
}

@media print, screen and (min-width: 1280px) {
  .gNav__wrap .gNav__primary li a.gNav__secondaryLInk {
    background-image: url("/images/icon_arrow_s_primary_down.svg");
    background-repeat: no-repeat;
    background-position: center bottom 10px;
    background-size: 7px 5px;
  }
}

.gNav__wrap .gNav__primary li.gNav__recruit a {
  color: #fff;
  padding: 18px 15px;
  text-align: left;
  font-size: 14px;
  font-size: 0.77778rem;
  background-color: #f3390d;
}

.gNav__wrap .gNav__primary li.gNav__recruit a::before {
  display: none;
}

.gNav__wrap .gNav__primary li.gNav__recruit a .icon {
  padding-right: 22px;
  display: inline-block;
  background-image: url(/images/icon_win_white.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 17px 13px;
}

@media print, screen and (min-width: 1280px) {
  .gNav__wrap .gNav__primary li.gNav__recruit {
    width: 20%;
  }
  .gNav__wrap .gNav__primary li.gNav__recruit a {
    padding: 26px 15px;
    font-size: 16px;
    font-size: 0.88889rem;
    text-align: center;
    transition: all .2s;
  }
  .gNav__wrap .gNav__primary li.gNav__recruit a:hover {
    background-color: #bf2804;
  }
}

@media print, screen and (min-width: 1400px) {
  .gNav__wrap .gNav__primary li.gNav__recruit {
    width: 164px;
  }
}

.gNav__wrap .gNav__primary li.gNav__contact a {
  color: #fff;
  padding: 18px 15px;
  font-size: 14px;
  font-size: 0.77778rem;
  background-image: none;
  background-color: #6d1905;
}

.gNav__wrap .gNav__primary li.gNav__contact a::before {
  display: none;
}

@media print, screen and (min-width: 1280px) {
  .gNav__wrap .gNav__primary li.gNav__contact {
    width: 20%;
    overflow: hidden;
  }
  .gNav__wrap .gNav__primary li.gNav__contact a {
    padding: 26px 15px;
    font-size: 16px;
    font-size: 0.88889rem;
    text-align: center;
    transition: all .2s;
  }
  .gNav__wrap .gNav__primary li.gNav__contact a:hover {
    background-color: #bf2804;
  }
}

@media print, screen and (min-width: 1400px) {
  .gNav__wrap .gNav__primary li.gNav__contact {
    width: 164px;
  }
}

.gNav__wrap .gNav__primary li .gNav__subBtn {
  content: "";
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f3390d;
  z-index: 300;
}

@media print, screen and (min-width: 1280px) {
  .gNav__wrap .gNav__primary li .gNav__subBtn {
    display: none;
  }
}

.gNav__wrap .gNav__primary li .gNav__subBtn::before {
  display: block;
  content: "";
  width: 14px;
  height: 2px;
  position: absolute;
  top: 22px;
  left: 18px;
  background-color: #fff;
  transition: all .4s;
}

.gNav__wrap .gNav__primary li .gNav__subBtn::after {
  display: block;
  content: "";
  width: 2px;
  height: 14px;
  position: absolute;
  top: 16px;
  left: 24px;
  background-color: #fff;
  transition: all .2s;
}

.gNav__wrap .gNav__primary li .gNav__subBtn.gNav__subBtn--on::before {
  transform: rotate(0);
}

.gNav__wrap .gNav__primary li .gNav__subBtn.gNav__subBtn--on::after {
  transform: rotate(90deg);
}

.gNav__wrap .gNav__primary li .gNav__secondary {
  margin: 0;
  padding: 0;
  display: none;
  border-top: 1px solid #e5e5df;
}

@media print, screen and (min-width: 1280px) {
  .gNav__wrap .gNav__primary li .gNav__secondary {
    width: 200px;
    position: absolute;
    left: -43px;
    top: 66px;
    background-color: #f3390d;
    border-top-width: 0;
  }
}

.gNav__wrap .gNav__primary li .gNav__secondary li {
  margin-left: 20px;
}

@media print, screen and (min-width: 1280px) {
  .gNav__wrap .gNav__primary li .gNav__secondary li {
    width: 100%;
    margin-left: 0;
    text-align: left;
    border-top: 1px solid #f46949;
  }
  .gNav__wrap .gNav__primary li .gNav__secondary li:first-child {
    border-top-width: 0;
  }
}

.gNav__wrap .gNav__primary li .gNav__secondary li:first-child {
  border-top-width: 0;
}

.gNav__wrap .gNav__primary li .gNav__secondary li a {
  font-weight: normal;
  background-image: url("/images/icon_arrow_s_primary_right.svg");
  background-size: 5px 7px;
  background-position: right 15px center;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 1280px) {
  .gNav__wrap .gNav__primary li .gNav__secondary li a {
    padding: 15px;
    font-size: 13px;
    font-size: 0.72222rem;
    color: #fff;
    line-height: 1.4;
    transition: all .2s;
    background-image: url("/images/icon_arrow_s_white_right.svg");
    background-size: 5px 7px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    transition: all .2s;
  }
  .gNav__wrap .gNav__primary li .gNav__secondary li a::before {
    display: none;
  }
  .gNav__wrap .gNav__primary li .gNav__secondary li a:hover {
    background-color: #6d1905;
    background-position: right 5px center;
  }
}

/*==================================================
  wrapper
==================================================*/
.wrapper {
  width: 100%;
  padding: 15px 20px 40px 20px;
}

@media print, screen and (min-width: 768px) {
  .wrapper {
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px 40px 20px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 1400px) {
  .wrapper {
    width: 1200px;
  }
}

/*=====================================================
  main
=====================================================*/
.main {
  width: 100%;
  padding-bottom: 40px;
}

@media print, screen and (min-width: 1024px) {
  .main {
    width: calc(100% - 280px);
    padding-bottom: 0;
  }
}

.main.main--1col {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .main.main--1col {
    padding: 0 20px;
  }
}

@media print, screen and (min-width: 1400px) {
  .main.main--1col {
    padding: 0;
  }
}

/*=====================================================
  side
=====================================================*/
.side {
  width: 100%;
}

@media print, screen and (min-width: 1024px) {
  .side {
    width: 240px;
    margin-left: auto;
    margin-right: 0;
  }
}

/*=====================================================
  subNav
=====================================================*/
.subNav ul {
  margin: 0;
  padding: 0;
}

.subNav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.subNav ul li.subNav__title a {
  padding: 20px 15px;
  display: block;
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: #f3390d;
  background-image: url("/images/icon_arrow_m_white_right.svg");
  background-repeat: no-repeat;
  background-position: right 10px top 24px;
  background-size: 7px 13px;
}

@media print, screen and (min-width: 1024px) {
  .subNav ul li.subNav__title a {
    padding: 24px 15px;
    font-size: 17px;
    font-size: 0.94444rem;
    background-position: right 10px top 28px;
  }
  .subNav ul li.subNav__title a:hover {
    text-decoration: underline;
    background-position: right 5px top 28px;
  }
}

.subNav ul li a {
  padding: 15px 20px 15px 15px;
  display: block;
  font-size: 15px;
  font-size: 0.83333rem;
  line-height: 1.4;
  color: #333;
  text-decoration: none;
  background-image: url("/images/icon_arrow_m_primary_right.svg");
  background-repeat: no-repeat;
  background-position: right 10px top 15px;
  background-size: 7px 13px;
  border-left: 1px solid #e5e5df;
  border-right: 1px solid #e5e5df;
  border-bottom: 1px solid #e5e5df;
}

@media print, screen and (min-width: 1024px) {
  .subNav ul li a {
    padding: 16px 24px 16px 15px;
    background-position: right 10px top 20px;
    transition: all .2s;
  }
  .subNav ul li a:hover {
    text-decoration: underline;
    background-position: right 5px top 20px;
  }
}

.subNav ul li a.on {
  font-weight: bold;
  background-color: #f8f8f5;
  text-decoration: none !important;
  background-position: right 10px top 20px !important;
}

/*==================================================
  pageCategory
==================================================*/
.pageCategory {
  margin: 0 0 5px 0;
  font-size: 13px;
  font-size: 0.72222rem;
  line-height: 1.4;
  color: #7f7f74;
  font-weight: bold;
}

@media print, screen and (min-width: 1024px) {
  .pageCategory {
    font-size: 15px;
    font-size: 0.83333rem;
  }
}

/*==================================================
  pageTitle
==================================================*/
.pageTitle {
  margin: 0 0 30px 0;
  padding: 0 0 8px 0;
  font-size: 28px;
  font-size: 1.55556rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 3px solid #f3390d;
}

@media print, screen and (min-width: 1024px) {
  .pageTitle {
    margin-bottom: 40px;
    padding-bottom: 12px;
    font-size: 38px;
    font-size: 2.11111rem;
    border-bottom-width: 5px;
  }
}

/*=====================================================
  cv
=====================================================*/
.cv {
  width: 100%;
  color: #fff;
  background-color: #f3390d;
  background-image: url("/images/cv_bg.jpg");
  background-size: cover;
  background-position: center 0;
}

@media print, screen and (min-width: 1024px) {
  .cv {
    padding: 60px 0;
  }
}

.cv .cv__inner {
  width: 100%;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 1024px) {
  .cv .cv__inner {
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
  }
}

@media print, screen and (min-width: 1280px) {
  .cv .cv__inner {
    width: 100%;
    padding: 0 20px;
  }
}

@media print, screen and (min-width: 1400px) {
  .cv .cv__inner {
    width: 1200px;
    padding: 0;
  }
}

.cv .cv__mainTitle {
  width: 100%;
  text-align: center;
}

.cv .cv__mainTitle .cv__mainTitleEn {
  margin-bottom: 5px;
  display: block;
  font-size: 40px;
  font-size: 2.22222rem;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  text-align: center;
}

@media print, screen and (min-width: 1400px) {
  .cv .cv__mainTitle .cv__mainTitleEn {
    margin-bottom: 10px;
    font-size: 50px;
    font-size: 2.77778rem;
  }
}

.cv .cv__mainTitle .cv__mainTitleEn span {
  position: relative;
  display: inline-block;
  margin: 0 2.5rem;
  padding: 0 .4rem;
  text-align: left;
}

@media print, screen and (min-width: 1024px) {
  .cv .cv__mainTitle .cv__mainTitleEn span {
    padding: 0 1rem;
  }
}

.cv .cv__mainTitle .cv__mainTitleEn span::before, .cv .cv__mainTitle .cv__mainTitleEn span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #fff;
}

.cv .cv__mainTitle .cv__mainTitleEn span::before {
  right: 100%;
}

.cv .cv__mainTitle .cv__mainTitleEn span::after {
  left: 100%;
}

.cv .cv__mainTitle .cv__mainTitleJa {
  display: block;
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: bold;
}

@media print, screen and (min-width: 1400px) {
  .cv .cv__mainTitle .cv__mainTitleJa {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1rem;
  }
}

.cv .cv__contactMsg {
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: center;
}

@media print, screen and (min-width: 1400px) {
  .cv .cv__contactMsg {
    margin-bottom: 30px;
    font-size: 18px;
    font-size: 1rem;
  }
}

.cv .cv__contactArea {
  width: 100%;
}

@media print, screen and (min-width: 1280px) {
  .cv .cv__contactArea {
    display: flex;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 1280px) {
  .cv .cv__contactArea .cv__telArea {
    width: 50%;
  }
}

.cv .cv__contactArea .cv__telArea .cv__tel {
  margin: 0 0 20px 0;
  font-size: 34px;
  font-size: 1.88889rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 1280px) {
  .cv .cv__contactArea .cv__telArea .cv__tel {
    margin-bottom: 10px;
    font-size: 50px;
    font-size: 2.77778rem;
  }
}

.cv .cv__contactArea .cv__telArea .cv__tel .cv__telSmall {
  font-size: 24px;
  font-size: 1.33333rem;
}

@media print, screen and (min-width: 1280px) {
  .cv .cv__contactArea .cv__telArea .cv__tel .cv__telSmall {
    font-size: 38px;
    font-size: 2.11111rem;
  }
}

.cv .cv__contactArea .cv__telArea .cv__tel a {
  color: #fff;
  text-decoration: none;
}

.cv .cv__contactArea .cv__telArea .cv__fax {
  margin: 0;
  font-size: 24px;
  font-size: 1.33333rem;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 1280px) {
  .cv .cv__contactArea .cv__telArea .cv__fax {
    font-size: 30px;
    font-size: 1.66667rem;
    margin-bottom: 10px;
  }
}

.cv .cv__contactArea .cv__telArea .cv__telTime {
  text-align: center;
}

@media print, screen and (min-width: 1280px) {
  .cv .cv__contactArea .cv__telArea .cv__telTime {
    margin: 0;
  }
}

.cv .cv__contactArea .cv__formArea {
  width: 100%;
}

@media print, screen and (min-width: 1280px) {
  .cv .cv__contactArea .cv__formArea {
    width: 50%;
  }
}

.cv .cv__contactArea .cv__formArea .cv__formBtn {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .cv .cv__contactArea .cv__formArea .cv__formBtn {
    width: 400px;
    margin: 30px auto 0 auto;
    transition: all .2s;
  }
  .cv .cv__contactArea .cv__formArea .cv__formBtn:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 16px -6px rgba(95, 2, 2, 0.8);
  }
}

@media print, screen and (min-width: 1280px) {
  .cv .cv__contactArea .cv__formArea .cv__formBtn {
    width: 520px;
    margin: 0 auto;
  }
}

.cv .cv__contactArea .cv__formArea .cv__formBtn a {
  width: 100%;
  padding: 30px 20px;
  display: block;
  font-size: 18px;
  font-size: 1rem;
  color: #bf2804;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
}

@media print, screen and (min-width: 1280px) {
  .cv .cv__contactArea .cv__formArea .cv__formBtn a {
    padding: 40px 20px;
    font-size: 24px;
    font-size: 1.33333rem;
    transition: all .2s;
  }
}

.cv .cv__contactArea .cv__formArea .cv__formBtn a .icon {
  position: relative;
  padding-left: 38px;
}

@media print, screen and (min-width: 1280px) {
  .cv .cv__contactArea .cv__formArea .cv__formBtn a .icon {
    padding-left: 44px;
  }
}

.cv .cv__contactArea .cv__formArea .cv__formBtn a .icon::before {
  width: 26px;
  height: 18px;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url("/images/icon_mail_red.svg");
  background-size: 26px 18px;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 1280px) {
  .cv .cv__contactArea .cv__formArea .cv__formBtn a .icon::before {
    width: 30px;
    height: 22px;
    background-size: 30px 22px;
  }
}

/*=====================================================
  footer
=====================================================*/
.footerInfo {
  width: 100%;
  margin: 0;
  padding: 0;
}

.footerInfo .footerInfo__inner {
  width: 100%;
  padding: 30px 20px;
}

@media print, screen and (min-width: 768px) {
  .footerInfo .footerInfo__inner {
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

@media print, screen and (min-width: 1400px) {
  .footerInfo .footerInfo__inner {
    width: 1200px;
    padding: 30px 0;
  }
}

.footerInfo .footerInfo__logo {
  width: 335px;
  margin: 0 auto 15px auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media print, screen and (min-width: 768px) {
  .footerInfo .footerInfo__logo {
    width: 100%;
    margin: 0 auto 20px auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media print, screen and (min-width: 1280px) {
  .footerInfo .footerInfo__logo {
    width: 375px;
    margin: 0;
    justify-content: left;
  }
}

.footerInfo .footerInfo__logo .footerInfo__logoCompany {
  width: 180px;
  margin-right: 15px;
}

.footerInfo .footerInfo__logo .footerInfo__logoGroup {
  width: 140px;
  position: relative;
  top: 4px;
}

.footerInfo .footerInfo__address {
  margin-bottom: 20px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .footerInfo .footerInfo__address {
    width: 70%;
    margin: 0 auto 0 0;
    text-align: left;
  }
}

@media print, screen and (min-width: 1280px) {
  .footerInfo .footerInfo__address {
    width: 48%;
  }
}

.footerInfo .footerInfo__address p {
  line-height: 1.6;
  margin: 0;
  font-size: 13px;
  font-size: 0.72222rem;
}

@media print, screen and (min-width: 1024px) {
  .footerInfo .footerInfo__address p {
    font-size: 15px;
    font-size: 0.83333rem;
  }
}

.footerInfo .footerInfo__access {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .footerInfo .footerInfo__access {
    width: 30%;
  }
}

@media print, screen and (min-width: 1280px) {
  .footerInfo .footerInfo__access {
    width: 240px;
  }
}

/*==================================================
  footer
==================================================*/
.footer {
  color: #fff;
  background-color: #2b2b31;
}

.footer .footer__inner {
  width: 100%;
  padding: 30px 20px;
}

@media print, screen and (min-width: 768px) {
  .footer .footer__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
  }
}

@media print, screen and (min-width: 1400px) {
  .footer .footer__inner {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
  }
}

.footer .footer__link {
  width: 100%;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .footer .footer__link {
    width: 50%;
    margin-bottom: 0;
  }
}

.footer .footer__link ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .footer .footer__link ul {
    justify-content: left;
  }
}

.footer .footer__link ul li {
  margin: 0;
  padding: 0 10px;
  list-style: none;
  font-size: 13px;
  font-size: 0.72222rem;
  display: block;
  position: relative;
  line-height: 1;
}

.footer .footer__link ul li:first-child::before {
  width: 1px;
  height: 12px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
}

.footer .footer__link ul li::after {
  width: 1px;
  height: 12px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
}

.footer .footer__link ul li a {
  color: #fff;
  text-decoration: none;
}

.footer .footer__link ul li a:hover {
  text-decoration: underline;
}

.footer .copyright {
  width: 100%;
  margin: 0;
  font-size: 11px;
  font-size: 0.61111rem;
  line-height: 1;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .footer .copyright {
    width: 50%;
    text-align: right;
  }
}

/*==================================================
  btnPageTop
==================================================*/
.btnPageTop {
  position: relative;
}

.btnPageTop a {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  overflow: hidden;
  text-indent: -9999px;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url("/images/icon_arrow_s_white_up.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px 5px;
}

/*=====================================================
  bdr
=====================================================*/
.bdr, .bdrRed, .bdrLinkList {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #ced6dc;
}

/*---------------------------------------------------
  bdrRed
---------------------------------------------------*/
.bdrRed {
  border-width: 5px;
  border-color: #f3390d;
}

/*=====================================================
  bdrDot
=====================================================*/
.bdrDot {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem 15px;
  border: 2px dotted #e5e5df;
}

/*=====================================================

=====================================================*/
.bdrLinkList {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*=====================================================
  depContact
=====================================================*/
.depContact .depContact__title {
  padding: 0;
  background: none;
  border: none;
}

/*=====================================================
  button
=====================================================*/
.button, .buttonUp, .buttonLeft, .buttonEdit, .buttonDown, .buttonGreen, .buttonLarge, .buttonWin, .buttonPdf, .buttonWord, .buttonExcel, .buttonPpt {
  min-width: 240px;
  padding: 18px 72px 18px 20px;
  display: inline-block;
  font-size: 15px;
  font-size: 0.83333rem;
  font-weight: bold;
  line-height: 1.4;
  color: #FFF;
  background-color: #bf2804;
  text-decoration: none;
  position: relative;
  text-align: center;
  border: none;
}

.button:before, .buttonUp:before, .buttonLeft:before, .buttonEdit:before, .buttonDown:before, .buttonGreen:before, .buttonLarge:before, .buttonWin:before, .buttonPdf:before, .buttonWord:before, .buttonExcel:before, .buttonPpt:before {
  width: 52px;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: #6d1905;
  background-image: url("/images/icon_arrow_m_white_right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px 13px;
}

@media print, screen and (min-width: 1024px) {
  .button:before, .buttonUp:before, .buttonLeft:before, .buttonEdit:before, .buttonDown:before, .buttonGreen:before, .buttonLarge:before, .buttonWin:before, .buttonPdf:before, .buttonWord:before, .buttonExcel:before, .buttonPpt:before {
    transition: all .2s;
  }
}

@media print, screen and (min-width: 1024px) {
  .button, .buttonUp, .buttonLeft, .buttonEdit, .buttonDown, .buttonGreen, .buttonLarge, .buttonWin, .buttonPdf, .buttonWord, .buttonExcel, .buttonPpt {
    transition: all .2s;
  }
  .button:hover, .buttonUp:hover, .buttonLeft:hover, .buttonEdit:hover, .buttonDown:hover, .buttonGreen:hover, .buttonLarge:hover, .buttonWin:hover, .buttonPdf:hover, .buttonWord:hover, .buttonExcel:hover, .buttonPpt:hover {
    background-color: #f3390d;
  }
  .button:hover:before, .buttonUp:hover:before, .buttonLeft:hover:before, .buttonEdit:hover:before, .buttonDown:hover:before, .buttonGreen:hover:before, .buttonLarge:hover:before, .buttonWin:hover:before, .buttonPdf:hover:before, .buttonWord:hover:before, .buttonExcel:hover:before, .buttonPpt:hover:before {
    background-position: right 15px center;
  }
}

.buttonUp:before {
  background-image: url(/images/icon_arrow_m_white_up.svg);
  background-size: 13px 7px;
}

@media print, screen and (min-width: 1024px) {
  .buttonUp {
    transition: all .2s;
  }
  .buttonUp:hover {
    background-color: #f3390d;
  }
  .buttonUp:hover:before {
    background-position: center top 15px;
  }
}

.buttonLeft, .buttonEdit {
  padding: 18px 20px 18px 72px;
}

.buttonLeft:before, .buttonEdit:before {
  left: 0;
  background-image: url(/images/icon_arrow_m_white_left.svg);
  background-size: 7px 13px;
}

@media print, screen and (min-width: 1024px) {
  .buttonLeft, .buttonEdit {
    transition: all .2s;
  }
  .buttonLeft:hover, .buttonEdit:hover {
    background-color: #f3390d;
  }
  .buttonLeft:hover:before, .buttonEdit:hover:before {
    background-position: left 15px center;
  }
}

.buttonDown:before {
  background-image: url(/images/icon_arrow_m_white_down.svg);
  background-size: 13px 7px;
}

@media print, screen and (min-width: 1024px) {
  .buttonDown {
    transition: all .2s;
  }
  .buttonDown:hover {
    background-color: #f3390d;
  }
  .buttonDown:hover:before {
    background-position: center bottom 15px;
  }
}

.buttonEdit {
  background-color: #666;
  color: #fff !important;
  background-image: none;
  border-color: #666;
}

.buttonEdit:before {
  background-color: #333;
}

.buttonEdit:hover {
  background-color: #666;
  border-color: #666;
  background-image: none;
}

.buttonGreen {
  background-color: #f3390d;
  color: #fff !important;
  background-image: url(/images/icon_arrow_m_white_right.svg);
  border-color: #f3390d;
}

.buttonGreen:hover {
  background-color: #f9a006;
  border-color: #f9a006;
}

.buttonLarge {
  font-weight: bold;
  font-size: 18px;
  font-size: 1rem;
}

/*=====================================================
  buttonWin
=====================================================*/
.buttonWin:before {
  background-image: url(/images/icon_win_white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 17px 13px;
}

.buttonPdf:before {
  background-image: url("../images/icon_file_pdf.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
}

.buttonPdf:hover:before {
  background-size: 18px 18px;
}

.buttonWord:before {
  background-image: url("../images/icon_file_word.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
}

.buttonWord:hover:before {
  background-size: 18px 18px;
}

.buttonExcel:before {
  background-image: url("../images/icon_file_excel.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
}

.buttonExcel:hover:before {
  background-size: 18px 18px;
}

.buttonPpt:before {
  background-image: url("../images/icon_file_ppt.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
}

.buttonPpt:hover:before {
  background-size: 18px 18px;
}

.fs--xl {
  font-size: 22px;
  font-size: 1.22222rem;
}

@media print, screen and (min-width: 1024px) {
  .fs--xl {
    font-size: 26px;
    font-size: 1.44444rem;
  }
}

.fs--l {
  font-size: 18px;
  font-size: 1rem;
}

@media print, screen and (min-width: 1024px) {
  .fs--l {
    font-size: 20px;
    font-size: 1.11111rem;
  }
}

.fs--ml {
  font-size: 18px;
  font-size: 1rem;
}

.fs--m {
  font-size: 18px;
  font-size: 1rem;
}

.fs--s {
  font-size: 12px;
  font-size: 0.66667rem;
}

@media print, screen and (min-width: 1024px) {
  .fs--s {
    font-size: 13px;
    font-size: 0.72222rem;
  }
}

/*=====================================================
  tblBlock--form
=====================================================*/
.f__errorMsg {
  padding: 5px;
  display: block;
  color: #f3390d !important;
  font-weight: bold;
  line-height: 1.8;
  background-color: #fdeaea;
}

/*=====================================================
  f_text
=====================================================*/
input[type=checkbox],
input[type=radio] {
  margin-right: 10px;
  display: inline-block;
}

input[type=submit],
button {
  border: none;
  cursor: pointer;
}

label {
  margin-right: 0;
  display: inline-block;
}

.f_caseText {
  color: #999;
}

.f__text {
  padding: 14px !important;
  border: 1px solid #e5e5df !important;
  font-size: 15px;
  font-size: 0.83333rem;
}

.f__select {
  padding: 14px !important;
  border: 1px solid #e5e5df !important;
  font-size: 18px;
  font-size: 1rem;
}

@media print, screen and (min-width: 768px) {
  .f__select {
    font-size: 15px;
    font-size: 0.83333rem;
  }
}

.f__textarea {
  padding: 10px !important;
  border: 1px solid #e5e5df !important;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.8;
}

.f__name,
.f__kana {
  width: 80%;
}

@media print, screen and (min-width: 768px) {
  .f__name,
  .f__kana {
    width: 300px;
  }
}

.f__fullName {
  width: 80%;
}

@media print, screen and (min-width: 768px) {
  .f__fullName {
    width: 300px;
  }
}

.f__age {
  width: 10%;
}

@media print, screen and (min-width: 768px) {
  .f__age {
    width: 50px;
  }
}

.f__tel {
  width: 80%;
}

@media print, screen and (min-width: 768px) {
  .f__tel {
    width: 300px;
  }
}

.f__zip {
  width: 80%;
}

@media print, screen and (min-width: 768px) {
  .f__zip {
    width: 160px;
  }
}

.f__company,
.f__dep {
  width: 70%;
}

@media print, screen and (min-width: 768px) {
  .f__company,
  .f__dep {
    width: 300px;
  }
}

.f__mail {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .f__mail {
    width: 400px;
  }
}

.f__date {
  width: 100%;
}

.f__address {
  width: 100%;
}

.f__comment {
  width: 100%;
  height: 200px;
}

@media print, screen and (min-width: 1024px) {
  .f__comment {
    height: 300px;
  }
}

.f__require {
  background-color: #fefdc5;
}

.f_requireBox {
  display: inline-block;
  padding: 10px;
}

.iconRequire {
  margin-left: 5px;
  padding: 3px 8px;
  position: relative;
  top: -2px;
  display: inline-block;
  color: #FFF;
  line-height: 1;
  font-size: 11px;
  font-size: 0.61111rem;
  background-color: #f3390d;
  border-radius: 10px;
}

/*---------------------------------------------------
  errBox
---------------------------------------------------*/
.errBdrBox {
  margin-bottom: 1rem;
  padding: 15px 20px;
  font-weight: bold;
  color: #f3390d;
  border: 5px solid #f3390d;
  background: #fdeaea;
}

@media print, screen and (min-width: 768px) {
  .errBdrBox {
    padding: 20px;
  }
}

.errBdrBox p {
  font-size: 18px;
  font-size: 1rem;
}

@media print, screen and (min-width: 768px) {
  .errBdrBox p {
    font-size: 20px;
    font-size: 1.11111rem;
  }
}

/*---------------------------------------------------
  err
---------------------------------------------------*/
.f__errForm {
  border: 1px solid #f3390d !important;
  background: #fdeaea !important;
}

.f__errBox {
  background: #fdeaea !important;
}

.f__errMsg {
  margin: 0 0 10px 0;
  padding: 10px;
  color: #f3390d;
  font-weight: bold;
  line-height: 1.4;
  background-color: #fdeaea;
}

.f__errText {
  margin-bottom: 10px;
  padding: 8px;
  color: #f3390d;
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 1.4;
  font-weight: bold;
  background-color: #fdeaea;
}

.fBtnArea {
  margin: 2rem 0;
  overflow: hidden;
}

.fBtnArea .fBtnArea__rightBox {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 576px) {
  .fBtnArea .fBtnArea__rightBox {
    width: 48%;
    float: right;
  }
}

.fBtnArea .fBtnArea__leftBox {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 576px) {
  .fBtnArea .fBtnArea__leftBox {
    width: 48%;
    float: left;
  }
}

/*==================================================
  f_button
==================================================*/
.f_button {
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

@media print, screen and (min-width: 768px) {
  .f_button {
    width: auto;
    padding: 24px 84px 24px 34px;
    font-weight: bold;
    font-size: 22px;
    font-size: 1.22222rem;
  }
}

/*=====================================================
  hr
=====================================================*/
hr {
  width: 100%;
  height: 3px;
  margin: 20px 0;
  padding: 0;
  border: none;
  background: url(/images/hr_bg.png) repeat-x 0 0;
}

/*=====================================================
  icon
=====================================================*/
.iconArrow, .iconArrowLeft, .iconArrowUp, .iconArrowDown {
  padding-left: 18px;
  background-image: url(/images/icon_arrow_s_primary_right.svg);
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-size: 5px 7px;
}

.iconArrowLeft {
  background-image: url(/images/icon_arrow_s_primary_left.svg);
  background-size: 5px 7px;
}

.iconArrowUp {
  background-image: url(/images/icon_arrow_s_primary_up.svg);
  background-size: 7px 5px;
}

.iconArrowDown {
  background-image: url(/images/icon_arrow_s_primary_down.svg);
  background-size: 7px 5px;
}

/*=====================================================
  new
=====================================================*/
.iconNew {
  margin-left: 5px;
  margin-right: 5px;
  padding: 3px 6px 2px 6px;
  display: inline-block;
  font-size: 8px;
  font-size: 0.44444rem;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  background: #f3390d;
  border-radius: 30px;
  vertical-align: middle;
}

/*=====================================================
  file
=====================================================*/
.iconPdf::before, .iconWord::before, .iconExcel::before, .iconPpt::before {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  padding-right: 18px;
  display: inline-block;
  position: relative;
  top: -2px;
  content: '';
  background-image: url("/images/icon_file_pdf.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
}

.iconWord::before {
  background-image: url("/images/icon_file_word.svg");
}

.iconExcel::before {
  background-image: url("/images/icon_file_excel.svg");
}

.iconPpt::before {
  background-image: url("/images/icon_file_ppt.svg");
}

.iconWin {
  position: relative;
}

.iconWin::after {
  width: 18px;
  height: 13px;
  margin-left: 5px;
  margin-right: 5px;
  padding-right: 10px;
  display: inline-block;
  content: '';
  background: url(/images/icon_win.svg) no-repeat 0 0;
  background-size: 17px 13px;
  vertical-align: middle;
  background-size: 17px 13px;
}

.icon--none::before,
.icon--none::after {
  width: 0 !important;
  height: 0 !important;
  margin-bottom: 0;
  padding: 0 !important;
  content: "" !important;
  background: none !important;
}

.icon--noneBefore::before {
  padding: 0 !important;
  content: "" !important;
}

.icon--noneAfter::after {
  padding: 0 !important;
  content: "" !important;
}

/*=====================================================
  indexList
=====================================================*/
.indexList a {
  display: block;
  color: #333;
  text-decoration: none;
}

@media print, screen and (min-width: 1024px) {
  .indexList a {
    transition: all .2s;
  }
  .indexList a:hover .indexList__pht img {
    transform: scale(1.2);
  }
  .indexList a:hover .indexList__title {
    background-position: right 0 top 4px;
    color: #f3390d;
  }
}

.indexList .indexList__pht {
  margin-bottom: 10px;
  overflow: hidden;
}

@media print, screen and (min-width: 1024px) {
  .indexList .indexList__pht {
    margin-bottom: 15px;
  }
}

.indexList .indexList__pht img {
  transition: all .2s;
}

.indexList .indexList__title {
  margin: 0 0 30px 0;
  padding: 0 0 12px 0;
  font-size: 15px;
  font-size: 0.83333rem;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 1px solid #e5e5df;
}

@media print, screen and (min-width: 1024px) {
  .indexList .indexList__title {
    font-size: 16px;
    font-size: 0.88889rem;
    padding-bottom: 15px;
    background-image: url(/images/icon_arrow_m_primary_right.svg);
    background-repeat: no-repeat;
    background-position: right 10px top 4px;
    background-size: 7px 13px;
    transition: all .2s;
  }
}

/*=====================================================
  linkList
=====================================================*/
.linkList, .linkListAnchor {
  margin: 1rem 0;
  padding: 0;
}

.linkList ul, .linkListAnchor ul {
  margin: 0;
  padding: 0;
}

.linkList li, .linkListAnchor li {
  padding: 0 0 0 14px;
  list-style: none;
  background-image: url(/images/icon_arrow_s_primary_right.svg);
  background-repeat: no-repeat;
  background-position: 0 10px;
  background-size: 5px 7px;
}

@media print, screen and (min-width: 1024px) {
  .linkList li, .linkListAnchor li {
    background-position: 0 12px;
  }
}

.linkList.linkList--side ul, .linkList--side.linkListAnchor ul {
  overflow: hidden;
}

@media print, screen and (min-width: 576px) {
  .linkList.linkList--side li, .linkList--side.linkListAnchor li {
    padding-right: 20px;
    display: inline-block;
  }
}

.linkList.linkList--2col ul, .linkList--2col.linkListAnchor ul {
  overflow: hidden;
}

@media print, screen and (min-width: 576px) {
  .linkList.linkList--2col li, .linkList--2col.linkListAnchor li {
    width: 49%;
    padding-right: 2%;
    display: inline-block;
    vertical-align: top;
  }
  .linkList.linkList--2col li:nth-child(2n), .linkList--2col.linkListAnchor li:nth-child(2n) {
    padding-right: 0;
  }
}

.linkList.linkList--left li, .linkList--left.linkListAnchor li {
  background-image: url(/images/icon_arrow_s_primary_left.svg);
}

.linkList.linkList--up li, .linkList--up.linkListAnchor li {
  background-image: url(/images/icon_arrow_s_primary_up.svg);
}

.linkList.linkList--down li, .linkList--down.linkListAnchor li {
  background-image: url(/images/icon_arrow_s_primary_down.svg);
}

/*=====================================================
  linkListAnchor
=====================================================*/
.linkListAnchor {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 20px;
  border: 1px solid #ced6dc;
}

.linkListAnchor ul {
  overflow: hidden;
}

.linkListAnchor li {
  padding-left: 18px;
  background-image: url(/images/icon_arrow_s_primary_down.svg);
  background-position: 0 12px;
  background-size: 7px 5px;
}

@media print, screen and (min-width: 576px) {
  .linkListAnchor li {
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    background-position: 0 14px;
  }
}

.linkListAnchor.linkListAnchor--right ul li {
  background-image: url(/images/icon_arrow_s_primary_right.svg);
  background-position: 0 10px;
  background-size: 5px 7px;
}

@media print, screen and (min-width: 1024px) {
  .linkListAnchor.linkListAnchor--right ul li {
    background-position: 0 12px;
  }
}

/*=====================================================
  ol/ul
=====================================================*/
ol,
ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px 0px 0px 30px;
}

ol li,
ul li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 1.8;
  font-size: 16px;
  font-size: 0.88889rem;
}

@media print, screen and (min-width: 1024px) {
  ol li,
  ul li {
    font-size: 18px;
    font-size: 1rem;
  }
}

ol li ul,
ul li ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.list--none ul {
  padding-left: 0;
}

.list--none ul li {
  list-style: none !important;
}

/*=====================================================
  dl
=====================================================*/
dl dt {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  line-height: 1.8;
  font-weight: bold;
  font-size: 16px;
  font-size: 0.88889rem;
}

@media print, screen and (min-width: 1024px) {
  dl dt {
    font-size: 15px;
    font-size: 0.83333rem;
  }
}

dl dd {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  padding-left: 1rem;
  line-height: 1.8;
  font-size: 16px;
  font-size: 0.88889rem;
}

@media print, screen and (min-width: 1024px) {
  dl dd {
    font-size: 15px;
    font-size: 0.83333rem;
  }
}

/*==================================================
  list2col
==================================================*/
.list2col ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media print, screen and (min-width: 576px) {
  .list2col ul li {
    width: 46%;
  }
}

/*==================================================
  list3col
==================================================*/
.list3col ul {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .list3col ul li {
    width: 30%;
    margin-right: 5%;
  }
  .list3col ul li:nth-child(3n) {
    margin-right: 0;
  }
}

/*==================================================
  list4col
==================================================*/
.list4col ul {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .list4col ul li {
    width: 22%;
    margin-right: 4%;
  }
  .list4col ul li:nth-child(4n) {
    margin-right: 0;
  }
}

/*=====================================================
  ol/ul
=====================================================*/
.listArrow ul, .listArrow ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0px;
}

.listArrow li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0;
  list-style: none;
}

.listArrow li a {
  padding: 2px 15px 2px 15px;
  display: inline-block;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 1.4;
  background-image: url(/images/icon_arrow_s_primary_right.svg);
  background-repeat: no-repeat;
  background-position: 0 8px;
  background-size: 5px 7px;
}

@media print, screen and (min-width: 1024px) {
  .listArrow li a {
    font-size: 18px;
    font-size: 1rem;
  }
}

.listArrow.listArrow--horizon li {
  margin-right: 20px;
  display: inline-block;
}

/*=====================================================
  news
=====================================================*/
.news {
  margin: 0 0 20px 0;
  padding: 0;
}

.news ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

.news ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  background-image: url("/images/icon_arrow_m_primary_right.svg");
  background-size: 7px 13px;
  background-position: right 20px center;
  background-repeat: no-repeat;
}

.news ul li:nth-child(odd) {
  background-color: #f8f8f5;
}

@media print, screen and (min-width: 1024px) {
  .news ul li {
    transition: all .2s;
  }
  .news ul li:hover {
    background-position: right 10px center;
    transform: scale(1.02);
    box-shadow: 0px 0px 16px -6px rgba(156, 154, 154, 0.8);
  }
}

.news ul li .news__date {
  width: 100%;
  font-weight: bold;
  display: block;
  color: #808184;
}

@media print, screen and (min-width: 768px) {
  .news ul li .news__date {
    width: 20%;
  }
}

.news ul li .news__title {
  width: 100%;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .news ul li .news__title {
    width: 80%;
  }
}

.news ul a {
  width: 100%;
  padding: 20px;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
}

@media print, screen and (min-width: 1024px) {
  .news ul a:hover .news__title {
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 1280px) {
  .news ul a {
    padding: 30px;
  }
}

/*=====================================================
  paging
=====================================================*/
.paging {
  text-align: center;
}

.paging ul {
  margin: 0;
  padding: 0;
}

.paging ul li {
  margin: 0;
  padding: 0px;
  font-size: 15px;
  font-size: 0.83333rem;
  list-style: none;
  background-image: none;
  line-height: 1;
  display: inline-block;
  margin-bottom: 5px;
}

.paging ul li a {
  color: #333;
  display: inline-block;
  padding: 8px 10px;
  text-decoration: none;
  border: 1px solid #ced6dc;
  box-sizing: border-box;
  transition: all .2s;
}

.paging ul li a:hover {
  background: #f3390d;
  color: #fff;
  border-color: #f3390d;
}

.paging ul li.on a {
  background: #f3390d !important;
  color: #fff !important;
  border-color: #f3390d !important;
}

/*=====================================================
  table
=====================================================*/
table th, table td {
  font-size: 18px;
  font-size: 1rem;
}

/*---------------------------------------------------
  table
---------------------------------------------------*/
.main table, #bge-content table {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 1px solid #e5e5df;
}

.main th, #bge-content th {
  padding: 10px;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 1.5;
  text-align: center;
  background-color: #f8f8f5;
  border: 1px solid #e5e5df;
}

@media print, screen and (min-width: 1024px) {
  .main th, #bge-content th {
    padding: 16px;
    font-size: 18px;
    font-size: 1rem;
  }
}

.main thead th, #bge-content thead th {
  background-color: #f2f2e9;
  text-align: center;
  vertical-align: middle;
}

.main td, #bge-content td {
  padding: 10px;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #e5e5df;
  vertical-align: middle;
}

@media print, screen and (min-width: 1024px) {
  .main td, #bge-content td {
    padding: 16px;
    font-size: 18px;
    font-size: 1rem;
  }
}

.main.table--small th, .main.table--small td, #bge-content.table--small th, #bge-content.table--small td {
  padding: 3px;
}

.main .js-on, #bge-content .js-on {
  background-color: #ffffcc !important;
}

@media print, screen and (min-width: 1024px) {
  .main .js-on, #bge-content .js-on {
    background-color: transparent !important;
  }
}

.tableBlock table {
  padding-bottom: 20px;
  display: block;
  border-width: 0;
}

@media print, screen and (min-width: 768px) {
  .tableBlock table {
    padding-bottom: 0;
    display: table;
    border-bottom-width: 0;
  }
}

.tableBlock tbody {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .tableBlock tbody {
    display: table-row-group;
  }
}

.tableBlock tr {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .tableBlock tr {
    display: table-row;
  }
}

.tableBlock th, .tableBlock td {
  display: block;
  border-width: 0;
}

@media print, screen and (min-width: 768px) {
  .tableBlock th, .tableBlock td {
    display: table-cell;
    border-width: 1px;
  }
}

.tableBlock th {
  text-align: left;
  font-weight: bold;
}

.tableBlock th:empty {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .tableBlock th {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .tableBlock th:empty {
    display: table-cell;
  }
}

.tableBlock td {
  padding: 14px;
  border-width: 0;
}

@media print, screen and (min-width: 768px) {
  .tableBlock td {
    padding: 18px;
    border: 1px solid #e5e5df;
    border-bottom-style: solid;
  }
}

/* =====================================================
  tableBorderNone
=====================================================*/
.main .tableBorderNone, #editor-input-content .tableBorderNone {
  margin-top: 30px;
  margin-bottom: 30px;
  border: none;
}

.main .tableBorderNone th, #editor-input-content .tableBorderNone th {
  padding: 8px 10px;
  text-align: left;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 1.5;
  border: none;
}

@media print, screen and (min-width: 1024px) {
  .main .tableBorderNone th, #editor-input-content .tableBorderNone th {
    font-size: 18px;
    font-size: 1rem;
  }
}

.main .tableBorderNone thead th, #editor-input-content .tableBorderNone thead th {
  text-align: center;
  border: none;
}

.main .tableBorderNone td, #editor-input-content .tableBorderNone td {
  padding: 8px 10px;
  line-height: 1.5;
  font-size: 16px;
  font-size: 0.88889rem;
  border: none;
}

@media print, screen and (min-width: 1024px) {
  .main .tableBorderNone td, #editor-input-content .tableBorderNone td {
    font-size: 18px;
    font-size: 1rem;
  }
}

/*=====================================================
  scroll
=====================================================*/
.scroll {
  margin: 20px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media print, screen and (min-width: 1024px) {
  .scroll {
    margin: 0;
    overflow: visible;
    white-space: normal;
  }
}

.scroll table {
  max-width: 1020px !important;
  width: 800px !important;
  margin: 1rem 0 !important;
}

@media print, screen and (min-width: 1024px) {
  .scroll table {
    width: 100%;
    max-width: 1200px;
  }
}

.scroll table th,
.scroll table td {
  vertical-align: middle;
}

.scroll::-webkit-scrollbar {
  height: 5px;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

.scroll:before {
  content: "\008868\00306f\005de6\0053f3\00306b\0030b9\0030af\0030ed\0030fc\0030eb\003067\00304d\00307e\003059";
  /* 文字化け対策のためUnicode変換 */
  color: #fff;
  font-size: 12px;
  background-color: #666;
  border-radius: 8px;
  padding: 0.05em 0.5em;
}

@media print, screen and (min-width: 1024px) {
  .scroll:before {
    display: none;
  }
}

/*==================================================
  tableBtnView
==================================================*/
.tableBtnView {
  width: 100%;
  padding: 10px;
  display: block;
  color: #fff;
  line-height: 1;
  text-align: center;
  background-color: #f3390d;
  border-radius: 3px;
  transition: all .2s;
}

.tableBtnView .icon {
  padding-left: 30px;
  display: inline-block;
  background-image: url("/images/swap_horiz_white_24dp.svg");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 24px 24px;
}

.tableBtnView.on {
  background-color: #808184;
}

@media print, screen and (min-width: 768px) {
  .tableBtnView {
    display: none;
  }
}

/*=====================================================
  topicPath
=====================================================*/
.topicPath {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 8px 20px;
  overflow: hidden;
  border-bottom: 1px solid #e5e5df;
  position: relative;
}

@media print, screen and (min-width: 1024px) {
  .topicPath {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 12px 20px;
  }
}

.topicPath:after {
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: inline-block;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

.topicPath ol {
  margin: 0;
  padding: 0 0 5px 0;
  white-space: nowrap;
  position: relative;
  overflow-x: auto;
}

.topicPath ol li {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
  font-size: 12px;
  font-size: 0.66667rem;
  line-height: 1.4;
  color: #7f7f74;
}

.topicPath ol li::before {
  content: " > ";
}

.topicPath ol li:first-child::before {
  content: "";
}

.topicPath ol li a {
  color: #7f7f74;
  text-decoration: none;
}

.topicPath ol li a:hover {
  text-decoration: underline;
}

/*---------------------------------------------------
  h1
---------------------------------------------------*/
h1,
.h1 {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.11111rem;
  font-weight: bold;
}

@media print, screen and (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 30px;
    font-size: 1.66667rem;
  }
}

/*---------------------------------------------------
  h2
---------------------------------------------------*/
h2,
.h2 {
  margin: 20px 0;
  padding: 12px 14px 12px 20px;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
  position: relative;
  background-color: #f8f8f5;
}

@media print, screen and (min-width: 1024px) {
  h2,
  .h2 {
    margin-bottom: 30px;
    padding: 14px 16px 14px 24px;
    font-size: 28px;
    font-size: 1.55556rem;
  }
}

h2:before,
.h2:before {
  width: 6px;
  height: 28px;
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 0;
  background-color: #f3390d;
}

@media print, screen and (min-width: 1024px) {
  h2:before,
  .h2:before {
    width: 6px;
    height: 34px;
    top: 18px;
  }
}

h2:first-child,
.h2:first-child {
  margin-top: 0;
}

/*---------------------------------------------------
  h3
---------------------------------------------------*/
h3,
.h3 {
  margin: 20px 0;
  padding-bottom: 0.6rem;
  position: relative;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 3px solid #f8f8f5;
}

@media print, screen and (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 24px;
    font-size: 1.33333rem;
    margin-bottom: 30px;
  }
}

h3::after,
.h3::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: '';
  width: 30%;
  height: 3px;
  background-color: #f3390d;
}

@media print, screen and (min-width: 1024px) {
  h3::after,
  .h3::after {
    width: 140px;
  }
}

/*---------------------------------------------------
  h4
---------------------------------------------------*/
h4,
.h4 {
  margin: 20px 0;
  padding: 0 0 10px 20px;
  position: relative;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}

@media print, screen and (min-width: 1024px) {
  h4,
  .h4 {
    font-size: 20px;
    font-size: 1.11111rem;
  }
}

h4:before,
.h4:before {
  width: 10px;
  height: 10px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  background-color: #f3390d;
}

@media print, screen and (min-width: 1024px) {
  h4:before,
  .h4:before {
    top: 8px;
  }
}

/*---------------------------------------------------
  h5
---------------------------------------------------*/
h5,
.h5 {
  margin: 20px 0;
  padding: 0 0 0 20px;
  position: relative;
  font-size: 15px;
  font-size: 0.83333rem;
  line-height: 1.4;
  font-weight: bold;
}

@media print, screen and (min-width: 1024px) {
  h5,
  .h5 {
    font-size: 18px;
    font-size: 1rem;
  }
}

h5:before,
.h5:before {
  width: 13px;
  height: 3px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #f3390d;
}

/*---------------------------------------------------
  h6
---------------------------------------------------*/
h6,
.h6 {
  margin: 20px 0;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 1.4;
  font-weight: bold;
}

/*---------------------------------------------------
  leadText
---------------------------------------------------*/
.leadText {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: bold;
}

@media print, screen and (min-width: 1024px) {
  .leadText {
    font-size: 26px;
    font-size: 1.44444rem;
    line-height: 1.8;
  }
}

/*---------------------------------------------------
  p
---------------------------------------------------*/
p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 2;
}

@media print, screen and (min-width: 1024px) {
  p {
    font-size: 18px;
    font-size: 1rem;
  }
}

p:first-child {
  margin-top: 0;
}

/*=====================================================
  nowrap
=====================================================*/
.nowrap {
  white-space: nowrap;
}

/*=====================================================
  note
=====================================================*/
.note1 {
  display: inline-block;
  padding-left: 1rem;
  text-indent: -1rem;
}

.note1_5 {
  display: inline-block;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

.note2 {
  display: inline-block;
  padding-left: 2rem;
  text-indent: -2rem;
}

.note2_5 {
  display: inline-block;
  padding-left: 2.5rem;
  text-indent: -2.5rem;
}

.note3 {
  display: inline-block;
  padding-left: 3rem;
  text-indent: -3rem;
}

.note3_5 {
  display: inline-block;
  padding-left: 3.5rem;
  text-indent: -3.5rem;
}
