.header {
  margin-bottom: 90px;
}

@media screen  and (max-width: 767px) {
  .header {
   margin-bottom: 50px; 
  }
}

.sec {
  text-align: center;
  margin: 0 0 90px;
}

.sec:last-child {
  margin: 0;
  padding-bottom: 120px;
}

@media screen  and (max-width: 767px) {
  .sec {
    margin: 0 0 50px;
  }

  .sec:last-child {
    padding-bottom: 60px;
  }

  .sec .container {
    padding: 0 30px;
  }

}

.sec .secHeading {
  text-align: center;
}

.sec .secHeading h2 {
  display: inline-block;
  padding-bottom: 5px;
  margin-top: 0;
  margin-bottom: 36px;
  border-bottom: 2px solid #333;
  font-size: 29px;
  font-weight: 700;
  margin-bottom: 50px;
}

@media screen  and (max-width: 767px) {
  .sec .secHeading {
    padding: 0 30px;
  }

  .sec .secHeading h2 {
    font-size: calc(38/640*100vw);
    margin-bottom: 25px;
  }
}

.sec .secHeading p {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  padding: 0 30px;
}

@media screen  and (max-width: 767px) {
  .sec .secHeading p {
    text-align: left;
    padding: 0;
    font-size: calc(32 / 750* 100vw);
  }
}


.interview {
  padding-top: 0;
}

.interview_body {
  padding-bottom: 0px;

}

.interview .article_wrap {
  gap: 40px 34px;
}

.interview .article {
  margin-bottom: 0;
}

@media screen  and (max-width: 767px) {
  .interview {
    padding: 0;
  }
}


/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

	m_a_202111

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
.page-template-m_a h2, .page-template-m_a h3, .page-template-m_a h4, .page-template-m_a p {
  color: #3b3b3b;
}
.page-template-m_a .c-5cc977 {
  color: #5cc977;
}
.page-template-m_a .c-5b9fec {
  color: #5b9fec;
}
.page-template-m_a .c-ea535d {
  color: #ea535d;
}
@media screen and (min-width: 641px) {
  .page-template-m_a .pc {
    display: block;
  }
  .page-template-m_a .sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .page-template-m_a .pc {
    display: none;
  }
  .page-template-m_a .sp {
    display: block;
  }
}
.page-template-m_a .page_m_a {
  background-size: cover;
  position: relative;
  height: 380px;
  /* margin: 0 0 70px; */
  background-repeat: no-repeat;
  background-image: url(../image/page/m_a/bg.jpg);
  background-position: 50% 100%;
}
@media (max-width: 1020px) {
  .page-template-m_a .page_m_a {
    background-image: url(../image/page/m_a/bg_tab.jpg);
  }
}
@media (max-width: 767px) {
  .page-template-m_a .page_m_a {
    height: calc(764/640*100vw);
    background-image: url(../image/page/m_a/bg_sp.jpg);
  }
}
.page-template-m_a .page_m_a h1 img {
  width: 120px;
}
@media screen and (max-width: 640px) {
  .page-template-m_a .page_m_a h1 img {
    width: calc(214/750*100vw);
  }
}
/* .page-template-m_a .sec h2, .page-template-m_a .sec h3, .page-template-m_a .sec h4, .page-template-m_a .sec p {
  margin: 0;
} */
.page-template-m_a .sec .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1000px;
}
@media (min-width: 1200px) {
  .page-template-m_a .sec .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .page-template-m_a .sec .container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page-template-m_a .sec .container {
    width: 100%;
  }
}
.page-template-m_a .sec .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-template-m_a .sec .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-template-m_a .sec .secHeading {
  text-align: center;
}
/* .page-template-m_a .sec .secHeading h2 {
  display: inline-block;
  padding-bottom: 5px;
  margin-top: 0;
  margin-bottom: 36px;
  border-bottom: 2px solid #333;
  font-size: 29px;
  color: #333;
}


@media screen and (max-width: 640px) {
  .page-template-m_a .sec .secHeading h2 {
    padding-bottom: calc(8/640*100vw);
    margin-top: 0;
    margin-bottom: calc(52/640*100vw);
    border-bottom: calc(4/640*100vw) solid #333;
    font-size: calc(38/640*100vw);
  }
} */
@media screen and (max-width: 640px) {
  .page-template-m_a .sec .secHeading p {
    text-align: left;
  }
}
/* .page-template-m_a .sec p {
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 640px) {
  .page-template-m_a .sec p {
    font-size: calc(27/640*100vw);
    line-height: calc(46/640*100vw);
  }
} */
.page-template-m_a .sec p .bold {
  font-weight: 600;
}
/* .page-template-m_a .sec01 {
  margin: 0 0 90px;
} */
@media screen and (max-width: 640px) {
  /* .page-template-m_a .sec01 {
    margin-bottom: calc(64/640*100vw);
  } */
}
/* .page-template-m_a .sec01 .secHeading {
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  .page-template-m_a .sec01 .secHeading {
    padding: 0 calc(60/640*100vw);
  }
} */
/* .page-template-m_a .sec02 {
  margin: 0 0 70px;
} */
@media screen and (max-width: 640px) {
  /* .page-template-m_a .sec02 {
    margin-bottom: calc(64/640*100vw);
  } */
}
/* .page-template-m_a .sec02 .secHeading {
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  .page-template-m_a .sec02 .secHeading {
    padding: 0 calc(60/640*100vw);
  }
} */
.page-template-m_a .sec02 .or_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
  margin-bottom: 26px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .page-template-m_a .sec02 .or_text {
    margin-top: 18px;
    margin-bottom: 26px;
    font-size: calc(28/800*100vw);
  }
}
@media screen and (max-width: 767px) {
  .page-template-m_a .sec02 .or_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: calc(50/640*100vw);
    margin-bottom: calc(50/640*100vw);
    text-align: left;
  }
}
.page-template-m_a .sec02 .or_text span {
  font-size: 28px;
  font-weight: 600;
  color: #5475b1;
}
@media screen and (max-width: 800px) {
  .page-template-m_a .sec02 .or_text span {
    font-size: calc(28/800*100vw);
  }
}
@media screen and (max-width: 640px) {
  .page-template-m_a .sec02 .or_text span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: calc(43/640*100vw);
  }
}
.page-template-m_a .sec02 .or_text img {
  margin-right: 10px;
  margin-top: -6px;
}
@media screen and (max-width: 800px) {
  .page-template-m_a .sec02 .or_text img {
    margin-right: calc(10/800*100vw);
    margin-top: calc(-6/800*100vw);
  }
}
@media screen and (max-width: 640px) {
  .page-template-m_a .sec02 .or_text img {
    width: calc(58/640*100vw);
    margin-right: calc(16/640*100vw);
    margin-top: 0;
  }
}
.page-template-m_a .sec02 .or_text .or {
  margin: 0 16px;
  margin-top: -10px;
  font-weight: 400;
  color: #3b3b3b;
}
@media screen and (max-width: 800px) {
  .page-template-m_a .sec02 .or_text .or {
    margin: 0 calc(16/800*100vw);
    margin-top: calc(-10/800*100vw);
  }
}
@media screen and (max-width: 640px) {
  .page-template-m_a .sec02 .or_text .or {
    display: block;
    width: 100%;
    margin: calc(20/750*100vw) 0;
    margin-top: 0;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .page-template-m_a .sec02 .text01 {
    /* max-width: 700px; */
    margin: 0 auto;
  }
  .page-template-m_a .sec02 .text01 .pc {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .page-template-m_a .sec02 .text01 {
    max-width: none;
    padding: 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .page-template-m_a .sec02 .text01 {
    padding: 0;
  }
}
.page-template-m_a .sec03 {
  padding: 90px 0;
  background: url(../image/page/m_a/sec03_bg.jpg) 80%/cover;
}
@media screen and (max-width: 767px) {
  .page-template-m_a .sec03 {
    padding: 50px 0;
    background: url(../image/page/m_a/sec03_bg_sp.jpg) 50%/cover;
  }
}
/* .page-template-m_a .sec03 .secHeading h2 {
  margin-bottom: 42px;
}
@media screen and (max-width: 640px) {
  .page-template-m_a .sec03 .secHeading h2 {
    margin-bottom: calc(64/640*100vw);
  }
} */
.page-template-m_a .sec03 .flex {
  margin: 0 -16px;
}
@media screen and (max-width: 1000px) {
  .page-template-m_a .sec03 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: -20px 0;
  }
}
@media screen and (max-width: 640px) {
  .page-template-m_a .sec03 .flex {
    margin: calc(-32/640*100vw) 0;
  }
}
.page-template-m_a .sec03 .flex_item {
  width: 50%;
  padding: 50px 36px 52px;
  margin: 0 16px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .page-template-m_a .sec03 .flex_item {
    width: 100%;
    max-width: 500px;
    margin: 20px;
  }
}
@media screen and (max-width: 640px) {
  .page-template-m_a .sec03 .flex_item {
    max-width: calc(523/640*100vw);
    padding: calc(60/640*100vw) calc(46/640*100vw) calc(64/640*100vw);
    margin: calc(32/640*100vw);
  }
}
.page-template-m_a .sec03 .flex_item .img_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 113px;
}
@media screen and (max-width: 640px) {
  .page-template-m_a .sec03 .flex_item .img_area {
    height: auto;
  }
}
.page-template-m_a .sec03 .flex_item h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  .page-template-m_a .sec03 .flex_item h3 {
    margin-top: calc(26/640*100vw);
    margin-bottom: calc(38/640*100vw);
    font-size: calc(38/640*100vw);
  }
}
.page-template-m_a .sec03 .flex_item p {
  text-align: left;
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 640px) {
  .page-template-m_a .sec03 .flex_item p {
    font-size: calc(27/640*100vw);
    line-height: calc(46/640*100vw);
    text-align: justify;
  }
}
@media screen and (max-width: 640px) {
  .page-template-m_a .sec03 .flex_item:nth-child(1) .img_area img {
    width: calc(182/640*100vw);
  }
}
@media screen and (max-width: 640px) {
  .page-template-m_a .sec03 .flex_item:nth-child(2) .img_area img {
    width: calc(204/640*100vw);
  }
}

.page-template-m_a .sec04 .bg_gray {
  padding: 40px 30px;
  margin: 0;
  margin-bottom: 90px;
  background: #f3f3f3;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .page-template-m_a .sec04 .bg_gray {
    padding: 50px 30px;
    margin-bottom: 50px;
    text-align: left;
  }
}
.page-template-m_a .sec04 .performance {
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .page-template-m_a .sec04 .performance {
    padding: 0 30px;
  }
}
.page-template-m_a .sec04 .performance_label {
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .page-template-m_a .sec04 .performance_label {
    margin-top: calc(30/640*100vw);
    margin-bottom: calc(30/640*100vw);
  }
}
.page-template-m_a .sec04 .performance_label span {
  font-size: 29px;
  line-height: 1;
  font-weight: 600;
  color: #b4bdbf;
  font-family: "Hiragino Kaku Gothic ProN";
}
@media screen and (max-width: 640px) {
  .page-template-m_a .sec04 .performance_label span {
    font-size: calc(39/640*100vw);
  }
}
.page-template-m_a .sec04 .performance_label span.small {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  letter-spacing: 0.02em;
  color: #3b3b3b;
}
@media screen and (max-width: 640px) {
  .page-template-m_a .sec04 .performance_label span.small {
    margin-top: calc(10/640*100vw);
    font-size: calc(20/640*100vw);
  }
}
.page-template-m_a .sec04 .performance_label:first-child {
  margin-top: 0;
}
.page-template-m_a .sec04 .performance_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  margin: 0 -45px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .page-template-m_a .sec04 .performance_row {
    margin: 0 calc(-32/1000*100vw);
  }
}
@media screen and (max-width: 640px) {
  .page-template-m_a .sec04 .performance_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: calc(55/640*100vw);
    padding-bottom: calc(70/640*100vw);
    margin: 0;
  }
}
.page-template-m_a .sec04 .performance_row:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #b4bdbf;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .page-template-m_a .sec04 .performance_row + .performance_row {
    padding-top: 0;
  }
}
.page-template-m_a .sec04 .performance_row:last-child {
  padding-bottom: 0px;
  margin-bottom: 0;
}


.page-template-m_a .sec04 .performance_text_area, .page-template-m_a .sec04 .performance_img_area {
  width: 50%;
  margin: 0 45px;
}
@media screen and (max-width: 1000px) {
  .page-template-m_a .sec04 .performance_text_area, .page-template-m_a .sec04 .performance_img_area {
    margin: 0 calc(32/1000*100vw);
  }


  /* .page-template-m_a .sec04 .performance_row:last-child {
    margin-bottom: calc(64/640*100vw);
  } */
}
@media screen and (max-width: 640px) {
  .page-template-m_a .sec04 .performance_text_area, .page-template-m_a .sec04 .performance_img_area {
    width: 100%;
    margin: 0;
    background: #fff;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 640px) {
  .page-template-m_a .sec04 .performance_text_area {
    padding-bottom: calc(30/750*100vw);
  }
}
.page-template-m_a .sec04 .performance_text_area .time {
  line-height: 1;
  font-weight: 600;
  color: #ea535d;
  text-align: left;
  font-size: 16px;
  margin: 0;
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .page-template-m_a .sec04 .performance_text_area .time {
    text-align: center;
  }
}
.page-template-m_a .sec04 .performance_text_area h3 {
  margin-top: 12px;
  margin-bottom: 18px;
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  color: #ea535d;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .page-template-m_a .sec04 .performance_text_area h3 {
    font-size: calc(28/1000*100vw);
    line-height: calc(34/1000*100vw);
  }
}
@media screen and (max-width: 640px) {
  .page-template-m_a .sec04 .performance_text_area h3 {
    font-size: calc(34/640*100vw);
    line-height: calc(42/640*100vw);
    text-align: center;
  }
}
.page-template-m_a .sec04 .performance_text_area h3 .character_left {
  margin-left: -0.4em;
}
.page-template-m_a .sec04 .performance_text_area h3 .character_right {
  margin-right: -0.4em;
}
.page-template-m_a .sec04 .performance_text_area p {
  margin: 0;
  margin-top: 16px;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .page-template-m_a .sec04 .performance_text_area p {
    margin-top: calc(45/640*100vw);
    font-size: calc(28/640*100vw);
    line-height: calc(46/640*100vw);
  }
}

@media screen and (min-width: 1001px) {
  .page-template-m_a .sec04 .performance_text_area p.pc_nowrap {
    white-space: nowrap;
  }
}
@media screen and (max-width: 640px) {
  .page-template-m_a .sec04 .performance_img_area {
    padding-top: calc(30/640*100vw);
    padding-bottom: calc(58/640*100vw);
  }
}
@media screen and (max-width: 640px) {
  .page-template-m_a .sec04 .performance_img_area img {
    width: 100%;
  }
}
.page-template-m_a .sec04 .performance > div:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .page-template-m_a .sec04 .performance > div:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}


.sec-btn_bottom {
  margin-bottom: 0px;
}



.overview .sec02 .secHeading p {
  margin-bottom: 30px;
}

.overview .sec02 .container p {
  text-align: left;
}



/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

	foreign_operation_202107

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/

.page-template-foreign_operation .page_foreign_operation {
  background-size: cover;
  position: relative;
  height: 380px;
  margin: 62px 0 90px;
  background-repeat: no-repeat;
  background-image: url(../image/page/foreign_operation/bg.jpg);
  background-position: 50% 100%;
}

@media (max-width: 767px) {
  .page-template-foreign_operation .page_foreign_operation {
    height: calc(764/640*100vw);
    background-image: url(../image/page/foreign_operation/bg-sp.jpg);
    margin-bottom: 50px;
  }
}

.foreign_operation .sec .secBody {
  margin-top: 54px;
}

.foreign_operation .sec02 .secBody {
  display: flex;
}

@media (max-width: 980px) {
  .page-template-foreign_operation .sec02 .secBody {
      margin-top: 260px;
  }
}


.page-template-foreign_operation .sec02 .cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50vw + 58px);
  padding: 50px 0;
  margin-left: auto;
  background: #b00000;
}
@media (max-width: 980px) {
  .page-template-foreign_operation .sec02 .cnt {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.page-template-foreign_operation .sec02 .cnt .imgArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 0;
  position: relative;
}
@media (max-width: 980px) {
  .page-template-foreign_operation .sec02 .cnt .imgArea {
    display: block;
    width: 100%;
    padding-right: calc(44/640*100vw);
    margin-top: -190px;
  }
}
@media (max-width: 767px) {
  .page-template-foreign_operation .sec02 .cnt .imgArea {
    margin-top: calc(-190/640*100vw);
  }
}
.page-template-foreign_operation .sec02 .cnt .imgArea img {
  width: calc(50vw + 80px);
  max-width: 782px;
  position: absolute;
  top: 0;
  right: -138px;
  z-index: 1;
}
@media (max-width: 980px) {
  .page-template-foreign_operation .sec02 .cnt .imgArea img {
    width: 100%;
    position: relative;
    right: auto;
  }
}
.page-template-foreign_operation .sec02 .cnt .textArea {
  height: 637px;
  padding-top: 88px;
  padding-left: 220px;
  color: #fff;
  text-align: left;
}
@media (max-width: 980px) {
  .page-template-foreign_operation .sec02 .cnt .textArea {
    height: auto;
    padding-top: 64px;
    padding-bottom: 88px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .page-template-foreign_operation .sec02 .cnt .textArea {
    padding-top: calc(50/640*100vw);
  }
}
.page-template-foreign_operation .sec02 .cnt .cntHeading {
  margin-bottom: 52px;
}
@media (max-width: 980px) {
  .page-template-foreign_operation .sec02 .cnt .cntHeading {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-template-foreign_operation .sec02 .cnt .cntHeading {
    margin-bottom: calc(60/640*100vw);
  }
}
.page-template-foreign_operation .sec02 .cnt .cntHeading p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 767px) {
  .page-template-foreign_operation .sec02 .cnt .cntHeading p {
    font-size: calc(20/640*100vw);
  }
}
.page-template-foreign_operation .sec02 .cnt h3 {
  margin: 0;
  font-size: 60px;
  color: #fff;
}
@media (max-width: 980px) {
  .page-template-foreign_operation .sec02 .cnt h3 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-template-foreign_operation .sec02 .cnt h3 {
    font-size: calc(80/640*100vw);
    font-weight: 500;
  }
}
.page-template-foreign_operation .sec02 .cnt h3 small {
  font-size: 28px;
}
@media (max-width: 767px) {
  .page-template-foreign_operation .sec02 .cnt h3 small {
    font-size: calc(32/640*100vw);
  }
}
.page-template-foreign_operation .sec02 .cnt h3 small.kakoku {
  padding-left: 2px;
}
.page-template-foreign_operation .sec02 .cnt h4 {
  margin: 0;
  margin-bottom: 24px;
  font-size: 24px;
  color: #fff;
}
@media (max-width: 980px) {
  .page-template-foreign_operation .sec02 .cnt h4 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-template-foreign_operation .sec02 .cnt h4 {
    font-size: calc(34/640*100vw);
    font-weight: 500;
  }
}
@media (max-width: 980px) {
  .page-template-foreign_operation .sec02 .cnt table {
    margin: 0 auto;
  }
}
.page-template-foreign_operation .sec02 .cnt tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.page-template-foreign_operation .sec02 .cnt tr:last-child {
  margin-bottom: 0;
}
.page-template-foreign_operation .sec02 .cnt th {
  min-width: 58px;
}
.page-template-foreign_operation .sec02 .cnt td:nth-child(2) {
  min-width: 100px;
}
@media (max-width: 767px) {
  .page-template-foreign_operation .sec02 .cnt td:nth-child(2) {
    min-width: calc(180/640*100vw);
  }
}
.page-template-foreign_operation .sec02 .cnt th, .page-template-foreign_operation .sec02 .cnt td {
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .page-template-foreign_operation .sec02 .cnt th, .page-template-foreign_operation .sec02 .cnt td {
    font-size: calc(28/640*100vw);
    font-weight: 500;
  }
}
.page-template-foreign_operation .sec02 .cnt th a, .page-template-foreign_operation .sec02 .cnt td a {
  border-bottom: 1px solid #f29c97;
  font-size: 14px;
  color: #f29c97;
}
.page-template-foreign_operation .sec02 .cnt th a.disable, .page-template-foreign_operation .sec02 .cnt td a.disable {
  pointer-events: none;
  border-bottom: none;
}
.page-template-foreign_operation .sec02 .cnt th a:hover, .page-template-foreign_operation .sec02 .cnt td a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.page-template-foreign_operation .sec02 .cnt th a:focus, .page-template-foreign_operation .sec02 .cnt td a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .page-template-foreign_operation .sec02 .cnt th a, .page-template-foreign_operation .sec02 .cnt td a {
    font-size: calc(24/640*100vw);
  }
}
.page-template-foreign_operation .sec02 .cnt th:last-child, .page-template-foreign_operation .sec02 .cnt td:last-child {
  padding-right: 0;
}



.esg .sec03,
.origin .sec {
  padding-bottom: 0;
}


.brand-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 0;
}

.brand-flex a {
  margin-bottom: 0;
}

.brand .brand-item {
  float: none;
}

.code-of-conduct_inner h3 b {
  display: none;
}

@media (max-width: 767px) {
  .brand .brand-item {
    width: 100%;
  }
}

.page_recruit {
  margin-top: 62px;
}

@media (max-width: 1290px) {
  .page_recruit {
    margin-top: 48px;
  }

  .company .container {
    max-width: none;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .company .row {
    gap: 0 20px;
  }

  .company .row .col-sm-4 {
    width: calc(100% / 3 - 14px);
  }

  .code-of-conduct_inner h3 b {
    display: inline-block;
  }
}


.p_recruit .p-top-head {
  margin-bottom: 90px;
}


.p_recruit .list_item {
  padding: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.p_recruit .list {
  margin: 0;
  text-align: left;
  gap: 0 60px;
}

.privacy p {
  margin-top: 0;
}

.privacy .sec .secHeading h2 {
  margin-bottom: 0;
}

.privacy .bg_gray .container {
  /* padding-top: 90px; */
  text-align: left;
}

.overview .container,
.history .container,
.brand .container,
.contact .container {
  margin: 0 auto;
  padding: 0 30px;
  width: auto;
}



.brand_btn_area ul li {
  margin: 0 auto;
}

.p_recruit .container_s {
  max-width: 1060px;
  padding: 0 30px;
}

.bg_gray {
  padding-top: 90px;
}


.company .row {
  gap: 30px;
}

.company .row:before,
.company .row:after {
  content: none;
}

.company .row .col-sm-4 {
  float: none;
  padding-left: 0;
  padding-right: 0;
  width: calc(100% / 3 - 20px);
}

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

  .bg_gray {
    padding-top: 50px;
  }

  .company .row {
    display: block;
    margin: 0;
    padding-bottom: 0;
  }

  .company .row .col-sm-4 {
    width: 100%;
  }

  .sp_center {
    text-align: center !important;
  }

  .code-of-conduct_inner p {
    font-size: 14px;
  }

  .overview .table_css_wrap {
    margin-bottom: 0;
  }

  

  .history_inner p {
    font-size: 14px;
  }

  .foreign_operation .sec .secBody {
    margin-top: 45px;
  }

  .photo_gallery ul {
    margin: 0;
    gap: 8px 0;
  }

  .photo_gallery ul li {
    padding-bottom: 0;
  }

  .page-template-foreign_operation .sec02 .secBody {
    margin-top: calc(256/640*100vw);
    display: flex;
  }

  .sec01 .count_all p {
    font-size: 14px;
  }

  .count_table ul li p {
    font-size: 14px;
  }

  .brand_menu_area {
    margin-top: 0;
    margin-bottom: 45px;
  }

  #contents .brand_menu_area-bg {
    margin: 0;
  }

  .page_recruit {
    margin-top: 48px;
  }

  .page_recruit .top_logo {
    display: none;
  }

  .p_recruit .p-top-head {
    margin-bottom: 50px !important;
  }

  .p_recruit .list {
    margin: 0;
  }


  .p_recruit .container_s {
    padding: 0 30px;
  }

  .p_recruit .list_item_ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .p_recruit .sec04 .list_item {
    margin-bottom: 30px;
  }

  .p-recruit_btn {
    margin-top: 45px;
  }

  .contact_wrap .secHeading {
    padding: 0;
  }

  .contact_wrap p {
    font-size: 14px;
  }

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

  .form_bottom_text .contact_subtitle {
    margin-top: 40px;
  }

  .privacy .bg_gray .container {
    padding: 0 30px 0;
  }

  .privacy p  {
    font-size: 14px;
  }

  #contents.privacy p:last-child {
    margin-bottom: 0;
  }

  .count_all h3 {
    line-height: 1;
  }

  .brand_data .container {
    padding: 0 30px;
  }

  .brand_btn_area {
    /* padding: 0 15px; */
  }

  .company .row .col-sm-4 {
    width: 100%;
  }
}


footer h2 a:active, 
footer h2 a:focus, 
footer h2 a:focus-within,
footer h2 a:focus-within,
footer h2 a:target {
  color: #fff;
  text-decoration: none;
}

footer h2 a:hover {
  color: #eee;
}



/* 11.28 */

.tb_br {
  display: none;
}

.sp_br {
  display: none;
}

.pc_br {
  display: block;
}

@media (min-width: 500px)  and (max-width: 1291px) {

  .pc_br {
    display: none;
  }

  .tb_br {
    display: block;
  }
  

  .p_recruit .list {
    gap: 0 30px;
  }

  .list_item_ttl {
    font-size: 28px;
  }
}

@media screen  and (max-width: 767px) {
  .sp_br {
    display: block;
  }

  .pc_br {
    display: none;
  }

  .wpcf7-form-control.wpcf7-submit {
    width: 100%;
  }

  .contact .secHeading .privacy-link {
    font-size: initial;
  }

  .detail_img_wrap {
    padding-bottom: 20px;
  }

  .store_detail_list .btn_area {
    margin-top: 30px !important;
  }
}


#page-top a:hover,
#page-top a:focus,
#page-top a:hover img,
#page-top a:focus img,
#page-top a:active img,
#page-top a:focus-visible img, 
#page-top a:focus-within img,
#page-top a:target img {
  opacity: 1 !important;
  color: transparent;
}


/* 11.28 END */


.contact_wrap .form_bottom_text p:last-child {
  margin-bottom: 0;
}


.p_recruit .list_item_txt_block {
  padding: 0;
}





.privacy h3 {
  margin-top: 90px;
  margin-bottom: 50px;
}

@media screen  and (max-width: 1291px) {
  .privacy h3 {
    margin-top: 60px;
    margin-bottom: 50px !important;
  }
}


.photo_gallery ul {
  margin: 0;
  gap: 20px;
}

.photo_gallery ul:after {
  content: none;
}

.photo_gallery ul li {
  width: calc(100% / 3 - 14px);
}

.photo_gallery ul li a {
  margin-left: 0;
  margin-right: 0;
}

.photo_gallery ul li img {
  height: 216px;
}

@media screen  and (max-width: 1291px) {
  .photo_gallery ul li img {
    height: 180px;
  }
}


.page-template-esg .sec02 .torikumi ul.iconList {
  gap: 12px 16px;
  padding: 0 ;
}

.page-template-esg .sec02 .torikumi .iconList li {
  margin: 0;
}

.page-template-esg .sec03 .tabBtnArea .tabBtnList {
  padding: 0;
  max-width: 980px;
}


@media screen  and (max-width: 1291px) {
  .page-template-esg .sec02 .torikumi ul.iconList {
    padding: 0 30px;
    flex-wrap: wrap;
  }

  .page-template-esg .sec02 .torikumi .iconList li {
    width: calc(100% / 5 - 4%);
  }

  .page-template-esg .sec02 .torikumi .iconList li img {
    width: 100%;
  }

  .page-template-esg .sec03 .tabBtnArea .tabBtnList {
    padding: 0 30px;
  }
}

@media screen  and (max-width: 767px) {
  .photo_gallery ul {
    gap: 8px;
  }

  .photo_gallery ul li {
    width: calc(100% / 2 - 4px);
  }

  .photo_gallery ul li img {
    height: 100px;
  }

  .page-template-esg .sec02 .torikumi ul.iconList {
    gap: 12px;
    margin-bottom: 0;
  }

  .btn_recruit {
    margin: 0;
    max-width: none;
  }

  .code-of-conduct_inner {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .page-template-esg .sec02 .torikumi .iconList li {
    width: calc(100% / 5 - 10px);
  }

  .page-template-esg .sec03 .tabBtnList .tabBtn {
    width: calc(100% / 2 - 15px);
  }

  .page-template-esg .sec03 .tabBtnArea .tabBtnList {
    gap: 10px;
    margin-top: 0;
  }

  .page-template-esg .sec03 .tabBtnList .tabBtn {
    width: calc(100% / 2 - 5px);
    margin-top: 0;
    margin-right: 0;
  }
}

.wpcf7-spinner {
  display: none;
}

.contact_wrap p:last-child {
  margin-bottom: 90px;
}

.form_bottom_text {
  padding: 90px 0 0;
}

.form_bottom_text .contact_subtitle {
  margin-top: 0;
}

@media screen  and (max-width: 767px) {
  .contact_wrap p:last-child {
    margin-bottom: 50px;
  }
  
  .form_bottom_text {
    padding: 50px 0 0;
  }
}


.photo_gallery .container {
  padding: 0;
}

.brand_data .container {
  padding: 0;
}

@media screen  and (max-width: 1291px) {
  .photo_gallery .container {
    margin: 0 30px;
    width: auto;
  }

  .brand_data .container {
    padding: 0 30px;
    width: auto;
  }

  ul.area_1_list {
    margin-left: 0;
    margin-right: 0;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
  }

  ul.area_1_list.wrap:after {
    content: none;
  }

  ul.area_1_list li {
    width: calc(100% / 4 - 8px);
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}

.page-template-esg .wrap {
  padding: 0 30px;
}



.brand_btn_area ul li {
  padding: 0;
}

@media screen  and (max-width: 767px) {
  .count_table ul {
    margin: 0;
    padding-bottom: 30px;
    padding-top: 50px;
  }

  .count_table ul li {
    padding: 0;
    padding-bottom: 20px;
  }

  ul.area_1_list {
    display: flex;
    gap: 9px;
  }

  ul.area_1_list li {
    width: calc(100% / 3 - 6px);
  }

  .sec .brand_wrap a:hover img,
  .sec .brand_wrap a:focus,
  .sec .brand_wrap a:focus img,
  .sec .brand_wrap a:active img,
  .sec .brand_wrap a:focus-visible img, 
  .sec .brand_wrap a:focus-within img,
  .sec .brand_wrap a:target img {
  opacity: 1 !important;
  color: transparent;
  }
}


/* 0220 */

/* .brand_wrap a .brand-img-wrap {
  display: flex;
  align-items: center;
  height: auto;
  flex-grow: 1;
}

.brand_wrap a .brand-img-wrap img {
  margin: auto;
}


@media screen  and (max-width: 768px) {
  .brand_wrap a .brand-img-wrap {
    display: flex;
    height: auto;
  }

  .brand_wrap a .brand-img-wrap img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px) {
  .brand-box-left {
    width: 45%;
    display: flex;
    flex-direction: column;
  }

} */

.page-template-esg .sec02 .torikumi .iconList_wrap {
  display: flex;
  justify-content: center;
  gap: 0 16px;
}

.page-template-esg .sec02 .torikumi ul.iconList {
  width: 50%;
  justify-content: flex-end;
}

.page-template-esg .sec02 .torikumi ul.iconList + .iconList {
  width: 50%;
  justify-content: flex-start;
}


@media screen  and (max-width: 1291px) {
  .page-template-esg .sec02 .torikumi .iconList_wrap {
    flex-direction: column;
  }

  .page-template-esg .sec02 .torikumi ul.iconList {
    width: 100%;
    justify-content: center;
  }

  .page-template-esg .sec02 .torikumi ul.iconList + .iconList {
    width: 100%;
    justify-content: center;
    margin-top: 12px;
  }

  .page-template-esg .sec02 .torikumi .iconList li {
    width: 83px;
  }
}

@media screen and (max-width: 767px) {
  .page-template-esg .sec02 .torikumi .iconList li {
      width: calc(100% / 5 - 10px);
  }
}


@media screen  and (max-width: 1291px) {
  .brand_wrap a:hover img,
  .brand_wrap a:focus img {
    opacity: 1 !important;
  }
}

/* 0220 END */


/* 0304 */

._brand_detail .new-banner {
  max-width: 780px;
  margin: 0 auto;
  margin-bottom: 20px;
}

._brand_detail .new-banner .banner_link:focus img, 
._brand_detail .new-banner .banner_link:target img, 
._brand_detail .new-banner .banner_link:active img {
  opacity: 1 !important;
  color: transparent;
}

@media screen  and (max-width: 767px) {
  ._brand_detail .new-banner {
    /* margin-top: 50px; */
  }

  ._brand_detail .new-banner .banner_link:hover img, 
  ._brand_detail .new-banner .banner_link:focus img, 
  ._brand_detail .new-banner .banner_link:target img,
  ._brand_detail .new-banner .banner_link:active img,
  ._brand_detail .new-banner .banner_link:visited img,
  ._brand_detail .new-banner .banner_link:focus-visible img,
  ._brand_detail .new-banner .banner_link:focus-within img {
    opacity: 1 !important;
    color: transparent;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  ._brand_detail .new-banner {
    max-width: 500px;
  }
}

/* 0304 END */



@media screen and (max-width: 767px) {
  .btn:hover {
    opacity: 1;
  }
}