<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 蜈ｱ騾夐Κ蛻��css */

html {
  font-size: 62.5%;
}

body {
  font-family: source-han-sans-japanese, sans-serif, "Hiragino Kaku Gothic Pro", "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", Meiryo, 繝｡繧､繝ｪ繧ｪ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 1px;
  letter-spacing: 1px;
}

main {
  width: 100%;
}

section {
  width: 100%;
  padding: 80px 0;
}

@media screen and (max-width:480px) {
  section {
    padding: 50px 0;
  }
}


.container {
  width: 90%;
  max-width: 1152px;
  margin: 0 auto;
}

@media screen and (max-width:480px) {
  .container {
    width: 100%;
    max-width: 338px;
    margin: 0 auto;
  }
}

p {
  font-size: 14px;
}

@media screen and (max-width:480px) {
  p {
    font-size: 14px;
  }
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 200;
  color: #1A1A1A;
}

.triangle {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

/*-------------繝懊ち繝ｳ繧ｯ繝ｪ繧｢繝ｼ--------------*/
.btn__clear {
  width: 100%;
  display: inline-block;

  margin-top: 40px;
}


.btn__clear a {
  max-width: 300px;
  width: 100%;
  border: 1px solid #fff;
  display: block;
  padding: 20px 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  margin: 0 auto;
}

.btn__clear__left a {
  margin-left: 0;
}

@media screen and (max-width:768px) {
  .btn__clear__left a {
    margin: 0 auto;
  }
}

@media screen and (max-width:480px) {
  .btn__clear a {
    width: 100%;
  }
}

/*
.btn__clear a::after {
  content: '';
  position: absolute;
  right: 20px;
  background: url(/recruit/common/img/btn_clear_arrow.svg);
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
}
*/
.btn__clear a::after {
  content: '';
  position: absolute;
  right: 20px;
  background: url(/recruit/common/img/btn_clear_arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
}

.footer .contents #footer-navi &gt; ul &gt; li ul li.footerBtn__leftNone a::after {
  width: 13px;
  height: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);}

.btn__clear a:hover {
  background: #fff;
  color: #C12626;
}

.btn__clear a:hover::after {
  content: '';
  position: absolute;
  right: 20px;
  background-image: url(/recruit/common/img/btn_clear_arrow_on.svg);
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
}

/*-------------笆ｳ笆ｳ笆ｳ繝懊ち繝ｳ繧ｯ繝ｪ繧｢繝ｼ笆ｳ笆ｳ笆ｳ--------------*/

/*-------------繝懊ち繝ｳ襍､--------------*/
.btn__red {
  display: inline-block;
  margin-top: 40px;
  width: 100%;
}

@media screen and (max-width:768px) {
  .btn__red {
    margin-top: 20px;
  }
}

.btn__red a {
  max-width: 300px;
  width: 100%;
  border: 1px solid #C12626;
  display: block;
  padding: 20px 0;
  margin: 0 auto;
  color: #fff;
  background: #C12626;
  font-size: 16px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}

/*
.btn__red a::after {
  content: '';
  position: absolute;
  right: 20px;
  background: url(/recruit/common/img/btn_clear_arrow.svg);
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
}
*/
.btn__red a::after {
  content: '';
  position: absolute;
  right: 20px;
  background-image: url(/recruit/common/img/btn_clear_arrow.svg);
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
}

.btn__red a:hover {
  background: #fff;
  color: #C12626;
}


.btn__red a:hover::after {
  content: '';
  position: absolute;
  right: 20px;
  background-image: url(/recruit/common/img/btn_clear_arrow_on.svg);
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
}

/*-------------笆ｳ笆ｳ笆ｳ繝懊ち繝ｳ襍､笆ｳ笆ｳ笆ｳ--------------*/


/*-------------繝懊ち繝ｳ逋ｽ--------------*/
.btn__white {
  width: 100%;
  display: inline-block;
  margin-top: 40px;
}



.btn__white a {
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
  display: block;
  padding: 20px 0;
  color: #C12626;
  background: #fff;
  font-size: 16px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}

@media screen and (max-width:480px) {
  .btn__white a {
    min-width: 290px;
  }
}

/*
.btn__white a::after {
  content: '';
  position: absolute;
  right: 20px;
  background: url(/recruit/common/img/btn_clear_arrow_on.svg);
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
}
*/
.btn__white a::after {
  content: '';
  position: absolute;
  right: 20px;
  background-image: url(/recruit/common/img/btn_clear_arrow_on.svg);
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
}

.btn__white a:hover {
  background: #C12626;
  color: #fff;
}

.btn__white a:hover::after {
  content: '';
  position: absolute;
  right: 20px;
  background-image: url(/recruit/common/img/btn_clear_arrow.svg);
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
}

/*-------------笆ｳ笆ｳ笆ｳ繝懊ち繝ｳ逋ｽ笆ｳ笆ｳ笆ｳ--------------*/
/*-------------h3 underLine--------------*/
.head__03__underLine {
  text-align: left;
  font-size: 24px;
  color: #1A1A1A;
  font-weight: 300;
  border-bottom: 1px solid #C12626;
  padding-bottom: 15px;
  line-height: 1.7;
}

.head__03__underLine span {
  font-size: 18px;
  font-weight: 300;
}

@media screen and (max-width:480px) {
  .head__03__underLine {
    font-size: 18px;
  }

  .head__03__underLine span {
    font-size: 14px;
    font-weight: 300;
  }
}

/*-------------h3 underLine--------------*/
/*-------------h2left--------------*/
.head__01__left {
  font-size: 38px;
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 3;
}

@media screen and (max-width:768px) {
  .head__01__left {
    text-align: center;
  }
}

@media screen and (max-width:480px) {
  .head__01__left {
    font-size: 22px;
  }
}

.head__01__left span {
  font-size: 14px;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  color: #FF8181;
  display: block;
}

/*-------------笆ｳ笆ｳ笆ｳh2left笆ｳ笆ｳ笆ｳ--------------*/
/*-------------h2center--------------*/
.head__01__center {
  font-size: 38px;
  font-weight: 400;
  color: #1A1A1A;
  text-align: center;
  position: relative;
  z-index: 3;
}

@media screen and (max-width:480px) {
  .head__01__center {
    font-size: 22px;
  }
}

.head__01__center span {
  font-size: 14px;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  color: #FF8181;
  display: block;
  text-align: center;
}

/*-------------笆ｳ笆ｳ笆ｳh2center笆ｳ笆ｳ笆ｳ--------------*/

/*-------------h2small text Top--------------*/
.head__03 {
  font-size: 38px;
  color: #fff;
  text-align: left;
  font-family: "source-han-sans-japanese", sans-serif;
}

.head__03 span {
  display: block;
  font-size: 20px;
  color: #FF8181;
  font-weight: 400;
  margin-bottom: 10px;
}

@media screen and (max-width:480px) {
  .head__03 {
    font-size: 22px;
  }

  .head__03 span {
    font-size: 14px;
  }
}

/*------笆ｳ笆ｳ笆ｳh2small text Top笆ｳ笆ｳ笆ｳ--------*/



/*-------------head__02__leftBox--------------*/
.head__02__leftBox {
  background: #EAEAEA;
  padding: 20px 20px 20px 30px;
  color: #1A1A1A;
  position: relative;
  font-size: 22px;
  font-weight: 400;

}

.head__02__leftBox time {
  color: #C12626;
  font-family: 'Barlow', sans-serif;
  padding-right: 20px;
  font-size: 18px;
}

.head__02__leftBox::before {
  content: '';
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #C12626;
}

@media screen and (max-width:480px) {
  .head__02__leftBox {

    font-size: 18px;

  }

  .head__02__leftBox time {
    font-size: 14px;
  }
}

/*------笆ｳ笆ｳ笆ｳhead__02__leftBox笆ｳ笆ｳ笆ｳ--------*/






/*-------------head__02__redBoxcenter--------------*/

.head__02__redBoxcenter {
  display: inline-block;
  background: #C12626;
  padding: 14px 20px;
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -25px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);

}

/*------笆ｳ笆ｳ笆ｳhead__02__redBoxcenter笆ｳ笆ｳ笆ｳ--------*/


/*-------------h3 Black__center--------------*/
.head__03__titleBlack {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
}

@media screen and (max-width:480px) {
  .head__03__titleBlack {
    font-size: 22px;
  }
}

/*------笆ｳ笆ｳ笆ｳh3 Black__center笆ｳ笆ｳ笆ｳ--------*/
/*-------------h2荳ｭ髱｢border--------------*/
.head__02__border {
  font-size: 38px;
  position: relative;
  letter-spacing: 3px;
  text-align: center;
}


.head__02__border::after {
  content: '';
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: -10px;
  /*荳狗ｷ壹�荳贋ｸ倶ｽ咲ｽｮ隱ｿ謨ｴ*/
  display: inline-block;
  width: 70px;
  /*荳狗ｷ壹�蟷�*/
  height: 1px;
  /*荳狗ｷ壹�螟ｪ縺�*/
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  /*菴咲ｽｮ隱ｿ謨ｴ*/
  background-color: #C12626;
  /*荳狗ｷ壹�濶ｲ*/
}

@media screen and (max-width:480px) {
  .head__02__border {
    font-size: 22px;
    position: relative;
    letter-spacing: 3px;
    text-align: center;
  }

  .head__02__border::after {
    width: 30px
  }
}

/*-------------笆ｳ笆ｳ笆ｳh2荳ｭ髱｢border笆ｳ笆ｳ笆ｳ--------------*/

/*-------------h2荳ｭ髱｢borderLeft--------------*/
.head__02__border__L {
  font-size: 38px;
  position: relative;
  letter-spacing: 3px;
  text-align: left;
}


.head__02__border__L::after {
  content: '';
  position: absolute;
  text-align: left;
  left: 0;
  bottom: -10px;
  /*荳狗ｷ壹�荳贋ｸ倶ｽ咲ｽｮ隱ｿ謨ｴ*/
  display: inline-block;
  width: 100px;
  /*荳狗ｷ壹�蟷�*/
  height: 1px;
  /*荳狗ｷ壹�螟ｪ縺�*/

  background-color: #C12626;
  /*荳狗ｷ壹�濶ｲ*/
}

@media screen and (max-width:480px) {
  .head__02__border__L {
    font-size: 22px;
    position: relative;
    letter-spacing: 3px;
    text-align: left;
  }

  .head__02__border__L::after {
    width: 30px
  }
}


.head__03__number {
  font-size: 28px;
  text-align: center;
  padding: 10px 20px;
  position: relative;
  font-weight: 400;
}

.head__03__number::after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #C12626;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 68px;
}

.head__03__number span {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  color: #1A1A1A;
  padding-right: 5px;
}

/*-------------笆ｳ笆ｳ笆ｳh2荳ｭ髱｢borderLeft笆ｳ笆ｳ笆ｳ--------------*/



.redTitle {
  color: #C12626;
  text-align: center;
  font-weight: 500;
  padding-top: 70px;
  font-size: 20px;
}

/*------------------荳ｭ髱｢縺ｮMV--------------------*/
.mv__nakamen {
  padding: 235px 0;
  background: #dcdcdc;
  position: relative;
  width: 100%;
}

.mv__nakamen__crossTalk {
  padding: 400px 0;
  background: #dcdcdc;
  position: relative;
  width: 100%;
}

.mv__crossTalk__nameAlot {
  padding-left: 90px;
}

@media screen and (max-width:1040px) {
  .mv__nakamen__crossTalk .mv__nakameTitle {
    display: none;
  }
}

@media screen and (max-width:480px) {
  .mv__nakamen__crossTalk {
    /*    padding: 200px 0;*/
    padding: 126px 0;
  }


}

.mv__nakamen__crossTalk .mv__nakameTitle .smallText {
  color: #fff;
}

.mv__nakameTitle {
  font-size: 43px;
  color: #fff;
  text-align: left;
  position: absolute;
  top: 68%;
  left: 90px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}

.mv__crossTalk__nameAlot .mv__nakameTitle {
  margin-bottom: 20px;
  position: relative;
  top: 110px;
  left: 0;
}

@media screen and (max-width:768px) {
  /*
  .mv__crossTalk__nameAlot .mv__nakameTitle {

    top: -180px;
  }
*/
}

.mv__crossTalk__keireki {
  font-size: 15px;
  color: #fff;

}

@media screen and (max-width:768px) {
  .mv__crossTalk__keireki {
    margin-bottom: 20px;
  }
}

@media screen and (max-width:480px) {
  .mv__crossTalk__keireki {
    margin-bottom: 10px;
  }
}

.mv__crossTalk__keireki span {
  font-size: 12px;
  font-weight: 300;
  padding-right: 8px;
}

.crosstalkBox__leadTxt {
  font-size: 16px;
  color: #C12626;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width:480px) {
  .crosstalkBox__leadTxt {
    font-size: 14px;
  }
}

.mv__nakameTitle span {
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  color: #C12626;
  text-align: left;
  display: block;
}

.mv__ashirai {
  width: 298px;
  position: absolute;
  bottom: 0;
  left: 100px;
}

.mv__ashirai_semai {
  bottom: -271px;
  width: 298px;
  position: absolute;
  z-index: 0;
}

.mv__ashirai img {
  width: 100%;
  opacity: 0.4;
}

@media screen and (max-width:480px) {
  .mv__nakamen {
    padding: 126px 0;
  }

  .mv__nakameTitle span {
    font-size: 14px;
  }

  .mv__nakameTitle {
    font-size: 28px;
    left: 5%;
  }

  .mv__ashirai {
    display: none;
  }
}

/*-------------笆ｳ笆ｳ笆ｳ荳ｭ髱｢縺ｮMV笆ｳ笆ｳ笆ｳ--------------*/


/*------------------繧ｯ繝ｭ繧ｹ繝医�繧ｯ蜈ｱ騾�--------------------*/


.crosstalkBox__02 {
  margin-top: 90px;
}

@media screen and (max-width:480px) {
  .crosstalkBox__02 {
    margin-top: 30px;
  }
}

.crosstalkBox__parent {
  width: 100%;
  max-width: 864px;
  margin: 80px auto 0;
  padding: 0 20px;
}

@media screen and (max-width:480px) {
  .crosstalkBox__parent {
    max-width: 864px;
    width: 100%;

    margin: 50px auto 0;
  }
}

.crosstalkBox__inner {
  overflow: hidden;
  margin-top: 50px;
}

@media screen and (max-width:480px) {
  .crosstalkBox__inner {
    margin-top: 30px;
  }
}

.crosstalkBox__inner:first-child {
  margin-top: 0;
}

.crosstalkBoxL {
  width: 13.8%;
  float: left;
  clear: left;
}

.crosstalkBoxL__name {
  display: block;
  color: #C12626;
  font-weight: 300;
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width:480px) {
  .crosstalkBoxL__name {
    font-size: 12px;
  }
}

.crosstalkBoxR {
  float: right;
  width: 81.4%;
  clear: right;
}

@media screen and (max-width:480px) {
  .crosstalkBoxL {
    width: 20.8%;
  }

  .crosstalkBoxR {
    width: 72.4%;
  }
}

.crosstalkPhotoBox__ashiraiBox {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.crosstalkPhotoBox {
  padding: 175px 0;
}

@media screen and (max-width:480px) {
  .crosstalkPhotoBox {
    padding: 80px 0;
  }

}

.backRed__R {
  position: relative;
}

.backRed__L {
  position: relative;
}

.backRed__R::after {
  content: '';
  position: absolute;
  background: #C12626;
  max-width: 1157px;
  width: 100%;
  right: 0;
  bottom: -65px;
  z-index: -1;
  height: 317px;
}

/*-------------crosstalk蜷榊燕縺鯉ｼ薙▽縺ｮ譎�-----------------*/
.mv__crossTalk__nameBox {
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 68%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


.mv__crossTalk__nameBox li {
  width: 33.3%;

}

.mv__crossTalk__nameBox li .mv__crossTalk__nameBox__pad {
  padding: 5px;

}

.mv__crossTalk__nameBox li .mv__crossTalk__nameBox__pad .crossTalk__nameBox__pad__title span {
  font-size: 43px;
  color: #fff;
  font-weight: 200;
  padding-right: 10px;
}

.employeeName__tab {
  display: none;
}

@media screen and (max-width:1040px) {
  .employeeName__tab {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5%;
  }

  .mv__crossTalk__nameBox {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .employeeName__tab {
    padding-right: 20px;
  }
}

@media screen and (max-width:480px) {
  .employeeName__tab {
    width: 90%;

  }


}

/*
@media screen and (max-width:1040px) {

  .mv__crossTalk__nameBox {
    max-width: 700px;
  }

  .mv__crossTalk__nameBox li .mv__crossTalk__nameBox__pad .crossTalk__nameBox__pad__title span {
    font-size: 28px;
    color: #fff;
    font-weight: 200;
    padding-right: 10px;
  }

  @media screen and (max-width:480px) {

    .mv__crossTalk__nameBox li .mv__crossTalk__nameBox__pad .crossTalk__nameBox__pad__title span {
      font-size: 20px;
      color: #fff;
      font-weight: 200;
      padding-right: 10px;
    }
  }

  .mv__crossTalk__keireki span {
    display: block;
    margin-bottom: 5px;
  }
}

@media screen and (max-width:768px) {
  .mv__crossTalk__nameBox li {
    width: 100%;
  }

  .mv__crossTalk__nameBox {
    display: block;
    width: 70%;
  }
}
*/

/*------------------------------*/
@media screen and (max-width:480px) {
  .backRed__R::after {
    bottom: -36px;
    height: 150px;
  }
}

.backRed__L::before {
  content: '';
  position: absolute;
  background: #C12626;
  max-width: 1157px;
  width: 100%;
  left: 0;
  bottom: -65px;
  z-index: -1;
  height: 317px;
}

@media screen and (max-width:480px) {
  .backRed__L::before {
    bottom: -36px;
    height: 150px;
  }
}

/*----------------隱ｬ譏取枚縺ｨ繝ｪ繝ｼ繝画枚------------------*/
.sestumeiText {
  margin-top: 30px;
  line-height: 2;
  color: #fff;
  position: relative;
  z-index: 3;
}

.setsumeiText__center {
  margin-top: 30px;
  line-height: 2;
  color: #000;
  text-align: center;
  padding: 0 20px;
}

.setsumeiText__left {
  margin-top: 30px;
  line-height: 2;
  color: #000;
  text-align: left;
  padding: 0 20px;
}

@media screen and (max-width:786px) {
  .sestumeiText {
    text-align: center;
    width: 90%;
    margin: 20px auto 0 auto;
  }
}



.leadTextBox {
  width: 100%;
  padding: 90px 0 100px 0;
}

@media screen and (max-width:480px) {
  .leadTextBox {
    padding: 50px 0 50px 0;
  }
}

.leadTextBox__inner {
  max-width: 924px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width:1040px) {
  .leadTextBox__inner {
    width: 90%;
  }
}

.leadTextBox .leadTextBox__title {
  font-weight: 200;
  font-size: 30px;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}

@media screen and (max-width:480px) {
  .leadTextBox {
    padding: 50px 0 60px 0;
  }

  .leadTextBox .leadTextBox__title {
    font-size: 22px;

  }
}

.leadTextBox .leadTextBox__text {
  font-weight: 200;
  font-size: 16px;
  margin-top: 40px;
  line-height: 3;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  max-width: 924px;
  width: 100%;
}

@media screen and (max-width:480px) {
  .leadTextBox .leadTextBox__text {
    font-size: 14px;
    margin-top: 20px;
  }
}

/*-------------笆ｳ笆ｳ笆ｳ隱ｬ譏取枚縺ｨ繝ｪ繝ｼ繝画枚笆ｳ笆ｳ笆ｳ--------------*/
/*---------------繧ｳ繝ｳ繝�リ繝ｼ----------------*/

.container {
  max-width: 1152px;
  width: 100%;
  margin: 0 auto;

}

/*-------------笆ｳ笆ｳ笆ｳ隱ｬ譏取枚縺ｨ繝ｪ繝ｼ繝画枚笆ｳ笆ｳ笆ｳ--------------*/

/*---------------floatBox----------------*/
.fltBox {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.fltBox__L {
  width: 60%;
  float: left;
  position: relative;
  z-index: 0;
}

.fltBox__R {
  float: right;
  width: 45.97%;
  background: #C12626;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 120px 14.9% 130px 4.8%;

}

/*---------------twoColomBox----------------*/
.twoColomBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  max-width: 1152px;
}

.twoColomBox li {
  width: 50%;
  max-width: 560px;
}

.twoColomBox__inner {
  padding: 0 15px;
}

.twoColomBox__btn {
  background: #C12626;
  display: inline-block;
  width: 100%;
}

.twoColomBox__btn::before {
  content: '';
  position: absolute;
  left: 40px;
  background: url(/recruit/common/img/btn_clear_arrow.svg);
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
}

.twoColomBox__btn {
  position: relative;
  color: #fff;
  font-size: 16px;
  width: 100%;
  display: block;
  padding: 20px 0 20px 90px;
}

/*---------------twoColomBox----------------*/
/*---------------threeColomBox----------------*/
.threeColomBox__list {
  overflow: hidden;
  width: 100%;
  max-width: 1152px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 60px -15px 0;

}

.threeColomBox__list li {
  width: 33.3%;
  padding: 15px;
}

.threeColomBox__photo {
  position: relative;
}

.threeColomBox__textBox {
  background: #fff;
  padding: 30px 30px;
}

.threeColomBox__title {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  vertical-align: middle;
}

.threeColomBox__text {
  margin-top: 30px;
  line-height: 2;
  letter-spacing: 1.5px;
}

.threeColomBox__title span {
  border-bottom: 2px solid #C12626;
  padding-bottom: 3px;
}

.threeColomBox__list__subTitle {
  display: inline-block;
  padding: 15px 20px;
  background: #C12626;
  color: #fff;
  font-size: 17px;
  position: absolute;
  top: 0;
  left: 0;
}

.threeColomBox__list__subTitle .subTitle__number {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: 17px;
  padding-left: 3px;
}

/*---------------threeColomBox----------------*/
/*---------------fourColomBox----------------*/
.fourColomBox__inner {
  width: 100%;
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 20px;
}

.fourColomBox__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  margin: 0 -15px;
}

.fourColomBox__list li {
  padding: 0 15px;
  width: 25%;
  vertical-align: top;
}

.fourColomBox__list__inner {
  padding: 45px 30px;
  background: #F5F5F5;
  text-align: center;
  border-radius: 10px;
  margin-top: 70px;
}

.fourColomBox__list__inner p {
  margin-top: 30px;
  text-align: left;
  letter-spacing: 2px;
  line-height: 1.8;
}

.fourColomBox__icon {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .fourColomBox__list {
    margin-top: 40px;
  }

  .fourColomBox__list__inner {
    margin-top: 0;
  }

  .fourColomBox__list li {
    padding: 0 15px;
    width: 50%;
    vertical-align: top;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .fourColomBox__list li {
    padding: 0 15px;
    width: 100%;
    vertical-align: top;
    margin-bottom: 30px;
  }

}

/*---------------fourColomBox----------------*/
@media screen and (max-width: 768px) {
  .threeColomBox__list {
    margin: 60px auto 0;
    padding: 0 20px;
  }

  .threeColomBox__list li {
    width: 100%;
    padding: 0px;
    margin-bottom: 30px;
  }

  .threeColomBox__list li:last-child {
    margin-bottom: 0;
  }
}

/*PC縺ｨSP�医ち繝悶Ξ繝�ヨ�峨�陦ｨ遉ｺ繝ｻ髱櫁｡ｨ遉ｺ*/
.pc_disp {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .pc_disp {
    display: none !important;
  }
}

.sp_disp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp_disp {
    display: block !important;
  }
}

/******* header *******/
/*addClass*/




.header-styleChange {
  background: rgba(0, 0, 0, 0.7);
}

.header {
  width: 100%;
  position: fixed;
  z-index: 10;
}

.header__flt__L {
  float: left;
  width: 4.16%;
  clear: left;
}

.menu {
  font-size: 0;
}

.header__flt__R {
  float: right;
  clear: right;
}

.header__logo {
  width: 139px;
  margin-left: 10px;
  padding: 15px 0 15px 20px;
}

@media screen and (max-width: 768px) {
  .header__logo {
    padding: 11px 0 11px 20px;
  }
}

.mv__linkBox {
  display: block;
}

.recruitBtn__list {
  padding: 20px 0;
}

.recruitBtn__list li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.recruitBtn__list li:hover {
  color: rgba(225, 225, 225, 0.6);
}

.recruitBtn__list li a {
  display: block;
  font-size: 13px;
  padding: 8px 18px;
  text-align: center;
}

.header__newGraduate {
  margin-right: 10px;
  border: 1px solid #fff;
}

.header__newGraduate a {
  color: #C12626;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header__newGraduate a:hover {
  background: transparent;
  color: #fff;
}

.header__newGraduateSlideDownInner li {
  display: none;
  display: block;
}

.header__newGraduateSlideDownInner {
  display: none;
}



.header__career {
  margin-right: 100px;
  border: 1px solid #C12626;
}

.header__career a {
  color: #fff;
  background: #C12626;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header__career a:hover {
  background: transparent;
  color: #C12626;
}

.menu-trigger {
  display: inline-block;
  position: fixed;
  width: 80px;
  height: 80px;
  vertical-align: middle;
  cursor: pointer;
  z-index: 5;
  right: 0;
  top: 0;
  background: #C12626;
}

@media screen and (max-width:480px) {
  .menu-trigger {
    width: 60px;
    height: 60px;
  }
}

.menu-trigger__innerBox {
  position: relative;
  top: 50%;
  left: 50%;
  height: 15px;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.menu-trigger span {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all .5s .2s;
  transition: all .5s .2s;

}

.active .menu-trigger__innerBox {}

.menu-trigger.active span {
  background-color: #fff;
  left: 40%;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-trigger span:nth-of-type(2) {
  top: 12px;
}

.menu-trigger.active span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}






/*************繝峨Ο繝ｯ繝ｼ縺ｮ荳ｭ霄ｫ*************/
.header nav {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  text-align: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
}

.header nav ul {
  padding: 30px 0;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}

.header nav ul &gt; li &gt; ul {
  padding: 0;
  float: right;
  width: 50%;
  clear: right;
  text-align: left;
}

.header nav ul &gt; li &gt; ul &gt; li {
  border-bottom: none;
  font-size: 16px;
  padding-bottom: 0;
}

.header nav ul li {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  float: left;
  width: 100%;
  clear: left;
  text-align: left;
  font-weight: 300;
  border-bottom: 1px solid #4D4D4D;
}

.header nav ul li a {
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header nav ul li a:hover {
  color: #C12626;
}

/*************繝峨Ο繝ｯ繝ｼ縺ｮ荳ｭ霄ｫ邨ゅｏ繧�*************/

/* footer */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
}

@media screen and (max-width:480px) {
  #pagetop {
    width: 60px;
  }
}

.footer {
  background: #DBDBDB;
  width: 100%;
  padding: 0;
  position: relative;
}

.footer .contents {
  height: 100%;
  position: relative;
  width: 80%;
  margin: 0 auto;
}


.footer .contents #footer-navi &gt; ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .contents #footer-navi &gt; ul &gt; li {
  font-size: 16px;
  font-weight: 400;
  padding: 70px 10px 100px 20px;
  width: 14.58%;
  color: #1A1A1A;
}

.footer .contents #footer-navi &gt; ul &gt; li a {
  color: #1A1A1A;
}

.footer .contents #footer-navi &gt; ul &gt; li ul {
  margin-top: 20px;
  padding: 0 0 0 5px;
}

.footer .contents #footer-navi &gt; ul &gt; li ul li {
  font-size: 13px;
  font-weight: 200;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  padding-left: 1em;
  text-indent: -1em;
}


.footer .contents #footer-navi &gt; ul &gt; li ul li a {
  position: relative;
  padding: 10px 0 10px 13px;
}

.footer .contents #footer-navi &gt; ul &gt; li ul li a::before {
  content: "";
  display: block;
  width: 8px;
  height: 11px;
  background: url("/recruit/common/img/footer_arrow.svg") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer .contents #footer-navi &gt; ul &gt; li ul li.btn__clear {
  max-width: 269px;
  margin-top: 0;
}

.footer .contents #footer-navi &gt; ul &gt; li ul li.btn__clear a {
  padding: 20px 0;
}

.footer .contents #footer-navi &gt; ul &gt; li ul li.btn__clear a:hover {
  color: #C12626;
}

.footer .contents #footer-navi &gt; ul &gt; li ul li.btn__clear a::before {
  display: none;
  width: 100%;
  padding: 20px 0;
}

.footer .copyright {
  background: #C12626;
  color: #fff;
  font-size: 10px;
  margin: 0;
  padding: 15px 0;
  text-align: right;
  position: relative;
  z-index: 1;
  width: 100%;
}

.footer .copyright span.copyright__inner {
  width: 80%;
  margin: 0 auto;
  display: block;
  vertical-align: text-bottom;
}

.footer .copyright small {
  display: inline-block;
  width: 80%;
  margin: 0 auto;
  text-align: left;
  font-weight: 200;
}

.footer .copyright small.small__left {
  text-align: left;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

@media screen and (max-width:480px) {
  .footer .copyright small.small__left {
    display: block;
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
}

.footer .copyright small.small__left a {
  color: #fff;
}

.footer .copyright small.small__right {
  text-align: right;
  display: inline-block;
  width: 50%;
}

@media screen and (max-width:480px) {
  .footer .copyright small.small__right {
    display: block;
    margin-top: 10px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
}

.footer #pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0;
  width: 80px;
  height: 80px;
}

.footer .contents #footer-navi ul li.footer__logoBox {
  padding-left: 0;
}

.footer .contents #footer-navi ul li.footer__logoBox .footer__logo {
  width: 125px;

}

.footer .contents #footer-navi .footer__bgGray {
  background: #606060;
  position: relative;
  z-index: 1;
  width: 26.8%;
}

.footer .contents #footer-navi .footer__bgGray a {
  color: #fff;
}

.footer .contents #footer-navi .footer__bgGray &gt; ul li a {
  color: #fff;
}

.footer__position__gray {
  position: absolute;
  right: 0;
  top: 0;
  background: #606060;
  width: 20%;
  height: 100%;
  z-index: 0;
}

.footer .contents #footer-navi &gt; ul &gt; li ul li.footerBtn__leftNone {
  padding-left: 0;
}

.footer .contents #footer-navi &gt; ul &gt; li ul li.footerBtn__leftNone a::after .footer__Qa {
  margin-top: 20px;
  display: inline-block
}

@media screen and (max-width:768px) {
  .footer__Qa {
    margin-top: 0;
  }
}

.footer .contents #footer-navi &gt; ul &gt; li ul.footer__DropDownMenu_newGraduate {
  padding-left: 0;
  margin: 0;
  display: none;
}

.footer .contents #footer-navi &gt; ul &gt; li ul.footer__DropDownMenu_newGraduate li {
  border: none;
  text-align: left;
  padding: 0;
  margin-top: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer .contents #footer-navi &gt; ul &gt; li ul.footer__DropDownMenu_newGraduate li a {
  padding: 10px 0;
  color: #C12626;
  font-size: 13px;
  text-align: center;
  border: 1px solid #fff;

  background: #fff;
}

.footer .contents #footer-navi &gt; ul &gt; li ul.footer__DropDownMenu_newGraduate li a:hover {
  padding: 10px 0;
  color: #C12626;
  font-size: 13px;
  text-align: center;
  background: rgba(255, 255, 255, 0);
  color: #fff;
}

.footer .contents #footer-navi &gt; ul &gt; li ul.footer__DropDownMenu_newGraduate li a::after {
  display: none;
}

/*----------------譛ｬ髻ｳ縺ｮ繝ｪ繝ｳ繧ｯ繝懊ャ繧ｯ繧ｹ-------------------*/

.honneLinkBox {
  width: 100%;
  padding-bottom: 0;

}

.honneLinkBox__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.honneLinkBox__inner li {
  width: 50%;
  position: relative;
  height: 100%;
  -webkit-transition: 0.4s;
  padding: 200px 0;
}

.honneLinkBoxList__txtBox {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);
}

.honneLinkBoxList__txtBox .btn__clear {
  margin-top: 0;
}

.honneLinkBox__inner li:hover:before {
  content: '';
  background-color: rgba(0, 0, 0, .8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.honneLinkBox__inner li::before {
  content: '';
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.honneLinkBox__inner .honneLinkBoxList__01 {
  background: url(/recruit/common/img/honneLinkBox_01.jpg);
  background-size: cover;
  background-position: center;

}

.honneLinkBox__inner .honneLinkBoxList__02 {
  background: url(/recruit/common/img/honneLinkBox_02.jpg);
  background-size: cover;
  background-position: center;

}

.honneLinkBox__inner .honneLinkBoxList__03 {
  background: url(/recruit/common/img/honneLinkBox_03.jpg);
  background-size: cover;
  background-position: center;

}

.honneLinkBox__inner .honneLinkBoxList__04 {
  background: url(/recruit/common/img/honneLinkBox_04.jpg);
  background-size: cover;
  background-position: center;

}

.honneLinkBox__inner li .honneLinkBoxList__title {
  font-size: 28px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.honneLinkBox__inner li .honneLinkBoxList__title span {
  font-size: 20px;
  font-style: italic;
  color: #C12626;
  display: block;
  margin-bottom: 10px;
}

/*----------------荳榊虚逕｣讌ｭ逡後→荳榊虚逕｣雉�ｲｸ縺ｨ螻ｱ譎�ｽ丞ｮ��縺薙→縺ｮ繝ｪ繝ｳ繧ｯ繝懊ャ繧ｯ繧ｹ-------------------*/

.knowSankoLinkBox {
  width: 100%;
  padding-bottom: 0;

}


.knowSankoLinkBox .honneLinkBox__inner .honneLinkBoxList__01 {
  background: url(/recruit/common/img/konowsankoLinkBox_01.jpg);
  background-size: cover;
  background-position: center;

}

.knowSankoLinkBox .honneLinkBox__inner .honneLinkBoxList__02 {
  background: url(/recruit/common/img/konowsankoLinkBox_02.jpg);
  background-size: cover;
  background-position: center;

}

.knowSankoLinkBox .honneLinkBox__inner .honneLinkBoxList__03 {
  background: url(/recruit/common/img/honneLinkBox_03.jpg);
  background-size: cover;
  background-position: center;

}

.knowSankoLinkBox .honneLinkBox__inner .honneLinkBoxList__04 {
  background: url(/recruit/common/img/honneLinkBox_04.jpg);
  background-size: cover;
  background-position: center;

}

.knowSankoLinkBox .honneLinkBox__inner li .honneLinkBoxList__title {
  font-size: 28px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.knowSankoLinkBox .honneLinkBox__inner li .honneLinkBoxList__title span {
  font-size: 20px;
  font-style: italic;
  color: #C12626;
  display: block;
  margin-bottom: 10px;
}

/*----ACTIVE honneLinkBox-----*/

.honneLinkBox__inner li.honneLink__active::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width:768px) {
  .honneLinkBox__inner li {
    padding: 120px 0;
  }

  .honneLinkBox__inner li .honneLinkBoxList__title,
  .knowSankoLinkBox .honneLinkBox__inner li .honneLinkBoxList__title {
    font-size: 22px;

  }

  .honneLinkBox__inner li .honneLinkBoxList__title span,
  .knowSankoLinkBox .honneLinkBox__inner li .honneLinkBoxList__title span {
    font-size: 14px;
    margin-bottom: 0;
  }

  .knowSankoLinkBox .honneLinkBox__inner li {
    width: 100%;
    padding: 100px 0;
  }
}


@media screen and (max-width:480px) {
  .honneLinkBox {
    padding-top: 0;
  }



  .honneLinkBox__inner li {
    width: 100%;
    padding: 100px 0
  }

  .honneLinkBox__inner li .honneLinkBoxList__title {
    font-size: 18px;
  }

  .honneLinkBox__inner li .honneLinkBoxList__title span {
    font-size: 12px;
  }
}

/*----------------譛ｬ髻ｳ縺ｮ繝ｪ繝ｳ繧ｯ繝懊ャ繧ｯ繧ｹ-------------------*/








@media (max-width: 768px) {
  .footer {
    width: 100%;

    padding: 50px 0 0;
  }

  .footer .contents {
    padding-bottom: 60px;
  }

  footer .contents:after {
    position: absolute;
    right: 50%;
    bottom: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .footer .contents #footer-navi &gt; ul {
    display: block;
    margin-bottom: 30px;
    padding: 0 2.6%;
  }

  .footer .contents #footer-navi &gt; ul &gt; li {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #D1D1D1;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  @media (max-width:480px) {
    .footer .contents #footer-navi &gt; ul &gt; li {
      display: block;
    }
  }

  .footer .contents #footer-navi &gt; ul &gt; li ul {
    width: 50%;
    margin: 0;
  }

  @media (max-width:480px) {
    .footer .contents #footer-navi &gt; ul &gt; li ul {
      width: 100%;
    }
  }

  .footer .copyright {
    text-align: center;
    font-size: 10px;
    margin: 0;
    padding: 15px 0;
  }

  .footer .copyright small {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  .footer #pagetop {
    width: 60px;
    height: 60px;
  }

  .footer .contents #footer-navi .footer__bgGray {
    display: none;
  }

  /************繧ｫ繝ｩ繝�***************/
  .fltBox__L {
    width: 90%;
    margin: 0 auto;
    float: none;
    position: relative;
    z-index: 2;
    margin-top: -157px;
  }

  .fltBox__R {
    float: none;
    width: 100%;
    background: #C12626;
    position: relative;
    z-index: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: none;
    padding: 50px 0 200px 0;
  }

  .twoColomBox {
    display: block;
    margin-bottom: 0;
    width: 90%;
    margin: 40px auto 0 auto;
  }

  .twoColomBox__inner {
    padding: 0;
  }

  .twoColomBox li {
    width: 100%;
    max-width: 560px;
    margin: auto;
  }

  .twoColomBox .twoColomBox__R {
    margin-top: 20px;
  }

  .twoColomBox__btn a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .footer {
    margin-left: 0;
  }
}

.header nav ul &gt; li &gt; ul &gt; li {
  position: relative;
  padding-left: 20px;
}



.header nav ul &gt; li &gt; ul &gt; li::before {
  content: '笆�';
  color: #C12626;
  left: 0;
  top: 6%;
  position: absolute;
  bottom: 2px;
}

@media screen and (max-width:480px) {
  .header__logo {
    width: 114px;
  }


  /*************繝峨Ο繝ｯ繝ｼ縺ｮ荳ｭ霄ｫ*************/
  .header nav {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    text-align: center;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
  }

  .header nav ul {
    padding: 30px 0;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
  }

  .header nav ul &gt; li &gt; ul {
    float: right;
    width: 50%;
    clear: right;
    text-align: left;
  }

  .header nav ul &gt; li &gt; ul.header__DropDownMenu_01 &gt; li {
    border-bottom: none;
    font-size: 14px;
    position: relative;
  }

  .header nav ul &gt; li &gt; ul.header__DropDownMenu_02 &gt; li {
    font-size: 14px;
  }

  .header nav ul &gt; li &gt; ul.header__DropDownMenu_03 &gt; li {
    font-size: 14px;
  }

  body.fix {
    position: fixed;
    /*謖�ｮ壹＠縺ｦ縺翫°縺ｪ縺�→縺ｪ繧薙°蜿ｳ蛛ｴ縺檎ｩｺ縺�*/
    width: 100%;
  }

  body.fix nav.g-navi {
    position: fixed;
    top: 0;
    overflow-y: scroll;
    /*繧ｹ繝槭�譎ゅ↓諷｣諤ｧ繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ縺ｧ繝後Ν繝�ヨ繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ縺輔○繧九ｄ縺､*/
    -webkit-overflow-scrolling: touch;
  }


  .header nav ul li {
    font-size: 16px;

  }

  .header nav ul li a {
    color: #fff;
  }

  /*************繝峨Ο繝ｯ繝ｼ縺ｮ荳ｭ霄ｫ邨ゅｏ繧�*************/


}

body.fix {
  position: fixed;
  /*謖�ｮ壹＠縺ｦ縺翫°縺ｪ縺�→縺ｪ繧薙°蜿ｳ蛛ｴ縺檎ｩｺ縺�*/
  width: 100%;
}

body.fix nav.g-navi {
  position: fixed;
  top: 0;
  overflow-y: scroll;
  /*繧ｹ繝槭�譎ゅ↓諷｣諤ｧ繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ縺ｧ繝後Ν繝�ヨ繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ縺輔○繧九ｄ縺､*/
  -webkit-overflow-scrolling: touch;
}

.header__ashirai {
  position: absolute;
  top: 0;
  right: 0;
  width: 76%;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
}

.header__ashirai img {
  height: 100%;
}



.active .menu-trigger__innerBox {
  -webkit-transform: translate(-55%, -50%);
  transform: translate(-55%, -50%);
}


/*---------------繝｡繝�そ繝ｼ繧ｸBox-----------------*/

.messageBox {
  width: 100%;
  padding: 110px 0;
}

.messageBox__inner {
  width: 70%;
  max-width: 1008px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  padding: 60px 0;
  margin-bottom: 90px;
}

.setsumeiText__center {
  width: 80%;
  margin: 40px auto 0;
}


@media screen and (max-width:480px) {
  .setsumeiText__center {
    margin-top: 20px;
  }

  /*--------------繝｡繝�そ繝ｼ繧ｸ-----------------*/
  .messageBox {
    padding: 50px 20px;
  }

  .messageBox__inner {
    width: 100%;
    margin-bottom: 50px;
  }
}
</pre></body></html>