@charset "utf-8";

/* ==============================================
01) recruit/
02) people/
03) talk/
04) staff/
05) info/
06) requirement/ mid-career/ comeback/ group/
07) environment/
08) about/
09) business/signal/
10) business/smart-mobility/
11) business/afc/
12) business/r-and-s/
13) business/global/
14) news/single.php
============================================== */

/* ==============================================
01) recruit/
----------------------------------------------- */
body.recruit {}

/* common section */
body.recruit section {
  padding: calc(108px / 2) 0;
}
@media only screen and (max-width: 1200px) {
  body.recruit section {
    padding: calc(108px / 2) 4%;
  }
}

/* mv */
body.recruit #mv {
  position: relative;
  width: 100%;
  height: 1260px;
  box-sizing: border-box;
  background-color: #97E5EE;
  background-image: url(images/bg_mv2.png), url(images/bg_mv3.png), url(images/bg_mv4.png);
  background-position: right top,center top, left top;
  background-repeat: no-repeat;
}
body.recruit #mv .inner {
  position: relative;
  width: 100%;
  max-width: 1080px;
  height: 100%;
  margin: 0 auto;
  background-image: url(images/bg_mv1.png);
  background-position: top 234px left;
  background-repeat: no-repeat;
}
body.recruit #mv .inner .scr-bar {
  width: 180px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  top: 590px;
  transform: rotate(90deg);
  transform-origin: left bottom;
}
body.recruit #mv .inner .scr-bar .txt {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.4rem;
  color: #005BAC;
}
body.recruit #mv .inner .scr-bar .bar {
  width: 120px;
  height: 20px;
  position: relative;
}
body.recruit #mv .inner .scr-bar .bar::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #005BAC;
}
body.recruit #mv .inner .scr-bar .bar .ball {
  width: 9px;
  height: 9px;
  background-color: #005BAC;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  animation: scrollBall 3s linear infinite;
}
@keyframes scrollBall {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
body.recruit #mv .inner .txt-mov {
  position: absolute;
  width: 100%;
  max-width: 1080px;
  height: auto;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
}
body.recruit #mv .inner .txt-mov .txt {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.34;
  color: #005bac;
}
body.recruit #mv .inner .txt-mov .mov .wrap {
  border: 18px solid #97E5EE;
  background-color: #97E5EE;
  border-radius: 10px;
}
body.recruit #mv .inner .txt-mov .mov .wrap video {
  width: 508px;
}
@media screen and (min-width: 2153px) {
  body.recruit #mv {
    background-image: url(images/bg_mv2.png), url(images/bg_mv3.png), url(images/bg_mv4.png);
    background-position: right top,center top, center top;
  }
}
@media screen and (max-width: 1380px) {
  body.recruit #mv {
    background-position: right -10vw top,center top, center top;
  }
}
@media screen and (max-width: 1180px) {
  body.recruit #mv {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    background-image: url(images/bg_mv_sp.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
  }
  body.recruit #mv::before {
    content: "";
    display: block;
    width: 100%;
  }
  body.recruit #mv .inner {
    height: auto;
    padding-top: 150%;
    padding-right: 4%;
    padding-left: 4%;
    background-image: none;
  }
  body.recruit #mv .inner .scr-bar {
    width: 140px;
    /* top: 40vw; */
    top: 64vw;
    left: 5%;
  }
  body.recruit #mv .inner .scr-bar .bar {
    width: 500px;
    position: relative;
  }
  body.recruit #mv .inner .txt-mov {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  body.recruit #mv .inner .txt-mov .txt {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 32px;
    text-align: center;
  }
  body.recruit #mv .inner .txt-mov .txt br.pc_i {
    display: none;
  }
  body.recruit #mv .inner .txt-mov .mov {
  }
  body.recruit #mv .inner .txt-mov .mov .wrap {
    border: none;
  }
  body.recruit #mv .inner .txt-mov .mov .wrap video {
    border: 18px solid #97E5EE;
    background-color: #97E5EE;
    border-radius: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 390px) {
  body.recruit #mv .inner .scr-bar {
    width: 120px;
  }
}
@media screen and (max-width: 375px) {
  body.recruit #mv .inner .scr-bar {
    width: 110px;
    top: 37.5vw;
  }
  body.recruit #mv .inner .scr-bar {
    top: 60vw;
  }
}
@media screen and (max-width: 360px) {
  body.recruit #mv .inner .scr-bar {
    width: 100px;
  }
}

/* #scr-txt */
#scr-txt {
  width: 100%;
  padding: 58px 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  background-color: #FFFFFF;
}
#scr-txt .inner {
  display: flex;
  width: max-content;
  animation: scrollText 30s linear infinite;
}
#scr-txt .inner .txt {
  font-family: 'Poppins', sans-serif;
  font-size: 5.5rem;
  font-weight: 500;
  font-style: italic;
  color: #97E5EE;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  padding-right: 2rem;
}
@keyframes scrollText {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* #top-about */
body.recruit #top-about {
  width: 100%;
  overflow: visible;
  background-color: #FFFFFF;
}
body.recruit #top-about .inner {
  position: relative;
  width: 100%;
  max-width: 1080px;
  height: 293px;
  margin: 0 auto;
  padding: 36px 68px;
  border-radius: 30px;
  background-color: #97E5EE;
  box-sizing: border-box;
  overflow: visible;
}
body.recruit #top-about .inner .about-img img {
  position: absolute;
  right: 52px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1000px) {
  body.recruit #top-about .inner {
    height: auto;
    display: block;
    padding: 36px 4%;
  }
  body.recruit #top-about .inner .about-txt {
    width: 100%;
    margin-bottom: 36px;
  }
  body.recruit #top-about .inner .about-img {
    width: 100%;
    position: relative;
    margin-bottom: -36px;
  }
  body.recruit #top-about .inner .about-img img {
    position: unset;
    right: unset;
    top: unset;
    transform: unset;
    margin: 0 auto;
  }
}

/* #top-business */
body.recruit #top-business {
  width: 100%;
  background-color: #FFFFFF;
  position: relative;
}
body.recruit #top-business::after {
  display: block;
  content: "";
  width: 100%;
  height: 326px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #97E5EE;
  z-index: 0;
}
body.recruit #top-business .inner {
  position: relative;
  width: 100%;
  max-width: 1080px;
  background-color: #005bac;
  margin: 0 auto;
  padding: 60px 4% 260px 4%;
  border: 20px solid #005bac;
  border-radius: 30px;
  background-image: url(images/bg_top-business.svg);
  background-position: bottom 80px center;
  background-repeat: no-repeat;
  z-index: 1;
}

/* #top-people */
#top-people.people-slider .inner .swiper-container .swiper-button-next,
#top-people.people-slider .inner .swiper-container .swiper-button-prev {
  top: 180px !important;
}

/* #top-recruit */
body.recruit #top-recruit {
  width: 100%;
  background-color: #97E5EE;
  overflow: visible;
}
body.recruit #top-recruit .inner {
  position: relative;
  width: 100%;
  max-width: 1080px;
  height: 293px;
  margin: 0 auto;
  padding: 36px 68px;
  border-radius: 30px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  overflow: visible;
}
body.recruit #top-recruit .inner .recruit-img img {
  position: absolute;
  right: 52px;
  bottom: 0;
}
@media only screen and (max-width: 1000px) {
  body.recruit #top-recruit .inner {
    height: auto;
    display: block;
    padding: 36px 4%;
  }
  body.recruit #top-recruit .inner .recruit-txt {
    width: 100%;
    margin-bottom: 36px;
  }
  body.recruit #top-recruit .inner .recruit-img {
    width: 100%;
    position: relative;
    margin-bottom: -36px;
  }
  body.recruit #top-recruit .inner .recruit-img img {
    position: unset;
    right: unset;
    top: unset;
    transform: unset;
    margin: 0 auto;
  }
}

/* #top-other */
body.recruit #top-other {
  width: 100%;
  background-color: #97E5EE;
  padding-bottom: 108px;
  margin-bottom: 417px;
}
body.recruit #top-other .inner {
  position: relative;
  width: 100%;
  max-width: 1080px;
  height: auto;
  margin: 0 auto;
  padding: 64px 56px;
  border-radius: 30px;
  border: 1px solid #005BAC;
  box-sizing: border-box;
}
body.recruit #top-other .inner::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #005BAC;
  z-index: 1;
}
body.recruit #top-other .inner .other-box {
  width: calc(100% / 2 - 40px);
  height: auto;
}
body.recruit #top-other .inner .other-box a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
body.recruit #top-other .inner .other-box a .txt {
  position: relative;
  z-index: 1;
}
body.recruit #top-other .inner .other-box a .txt h2 {
  margin-bottom: 0;
}
body.recruit #top-other .inner .other-box a .txt h2 .en {
  font-size: 4.8rem;
  line-height: 1.15;
  margin-bottom: 12px;
}
body.recruit #top-other .inner .other-box a .txt h2 .jp {
  gap: 0 30px;
}
body.recruit #top-other .inner .other-box a .txt h2 .jp::after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="53.562" height="10.586" viewBox="0 0 53.562 10.586"><path d="M0,0V52.148l9.7-12" transform="translate(0 10.086) rotate(-90)" fill="none" stroke="%23005bac" stroke-width="1"/></svg>');
  display: block;
  content: "";
  width: 46px;
  height: 10px;
  margin-top: -6px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right center;
}
body.recruit #top-other .inner .other-box a .img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 201px;
  height: 201px;
  z-index: 0;
  pointer-events: none;
}
@media only screen and (max-width: 1180px) {
  body.recruit #top-other .inner {
    display: block;
    padding: 24px 4%;
  }
  body.recruit #top-other .inner .other-box {
    width: 100%;
  }
  body.recruit #top-other .inner .other-box a .txt {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  body.recruit #top-other .inner .other-box a .txt h2 .en {
    font-size: 4.0rem;
  }
  body.recruit #top-other .inner .other-box a .txt br {
    display: none;
  }
  body.recruit #top-other .inner .other-box a .img {
    right: 0;
    width: 110px;
    height: 110px;
  }
  body.recruit #top-other .inner::before {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  body.recruit #top-other {
    margin-bottom: 200px;
  }
}
@media only screen and (max-width: 700px) {
  body.recruit #top-other .inner .other-box a .txt br {
    display: inline;
  }
}

/* ==============================================
02) people/
----------------------------------------------- */
body.people {}
body.people #people-lst {
  width: 100%;
  padding: 108px 0;
  background-color: rgba(151,229,238,0.4);
}
body.people #people-lst .inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
body.people #people-lst .inner ul {
  gap: 99px;
}
body.people #people-lst .inner ul li.item {}
body.people #people-lst .inner ul li.item .people-msg {
  background-color: #FFFFFF;
  width: 294px;
  margin: 0 auto;
  padding: 20px 25px;
  border-radius: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  position: relative;
}
body.people #people-lst .inner ul li.item .people-msg::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 28px solid #FFFFFF;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
body.people #people-lst .inner ul li.item .people-msg p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.75em;
  min-height: calc(1.75em * 3);
  text-align: center;
}
body.people #people-lst .inner ul li.item a {
  display: block;
  position: relative;
  margin-top: 20px;
}
body.people #people-lst .inner ul li.item a::after {
  content: "";
  display: block;
  width: 48px;
  height: 10px;
  margin: 10px auto 0 auto;
  overflow: hidden;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="53.562" height="10.586" viewBox="0 0 53.562 10.586"><path d="M0,0V52.148l9.7-12" transform="translate(0 10.086) rotate(-90)" fill="none" stroke="%234C4A4A" stroke-width="1"/></svg>');
  background-repeat: no-repeat;
  background-position: right center;
}
body.people #people-lst .inner ul li.item a .people-photo {
  display: inline-block;
  position: relative;
  padding-top: 20px;
}
body.people #people-lst .inner ul li.item a .people-photo img {
  margin: 0 auto;
}
body.people #people-lst .inner ul li.item a .people-photo .people-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background-color:#005BAC;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  border-radius: 50%;
  z-index: 1;
}
body.people #people-lst .inner ul li.item a .people-txt {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 500;
}


/* ==============================================
03) talk/
----------------------------------------------- */
body.talk {}
body.talk .talk-people {
  width: 100%;
  padding: 108px 4%;
  background-color: rgba(255,223,90,0.4);
}
body.talk .talk-people .inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
body.talk .talk-people .inner .ttl .en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 3.8rem;
  text-align: center;
  color: #005bac;
}
body.talk .talk-people .inner .talk-person .talk-txt {
  margin: 37px 0 48px 0;
}
body.talk .talk-people .inner .talk-person .talk-txt .talk-txt-inner {
  gap: 0 20px;
}
body.talk .talk-people .inner .talk-person .talk-txt .talk-txt-inner .talk-dep-nme {
  font-size: 2.0rem;
}
body.talk .talk-people .inner .talk-person .talk-txt .talk-txt-inner .talk-dep-nme .talk-dep {
  font-weight: 500;
  line-height: 1.5;
}
body.talk .talk-people .inner .talk-person .talk-txt .talk-txt-inner .talk-dep-nme .talk-nme.en {
  font-family: "Poppins", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  font-style: italic;
  color: #005bac;
}
body.talk .talk-people .inner .talk-person .talk-txt .talk-msg {
  width: 570px;
  padding: 25px 30px;
  color: #005bac;
  border: 1px solid #005bac;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  box-sizing: border-box;
  border-radius: 24px;
}
body.talk .talk-topic {
  width: 100%;
  padding: 0 4%;
  background-color: rgba(255,223,90,0.4);
}
body.talk .talk-topic .inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 62px 90px 90px 90px;
  background-color: #FFFFFF;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  box-sizing: border-box;
}
body.talk .talk-topic .inner .ttl .en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 3.8rem;
  text-align: center;
  color: #005bac;
}
body.talk .talk-topic .inner .talk-topic-lst {
  margin-top: 40px;
  width: 100%;
  border-top: 1px solid #005bac;
}
body.talk .talk-topic .inner .talk-topic-lst li {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #005bac;
}
body.talk .talk-topic .inner .talk-topic-lst li a .talk-topic-num {
  width: 44px;
  height: 44px;
  aspect-ratio: 1 / 1;
  background-color: #005bac;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  margin-right: 20px;
}
body.talk .talk-topic .inner .talk-topic-lst li a .talk-topic-ttl {
  font-size: 1.8rem;
  font-weight: 600;
  color: #005BAC;
}
body.talk .talk-topic .inner .talk-topic-lst li a .talk-topic-ttl .semi-ttl {
  font-size: 1.6rem;
}
body.talk .talk-int {}
body.talk .talk-int .inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 0;
  box-sizing: border-box;
}
body.talk .talk-int .inner:last-of-type {
  padding-bottom: 0;
}
body.talk .talk-int .inner .talk-int-num {
  width: 124px;
  height: 124px;
  background-color: #005bac;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-size: 4.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 124px;
  border-radius: 50%;
  margin: 0 auto 20px auto;
}
body.talk .talk-int .inner .talk-int-ttl {
  width: 100%;
  padding-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.67;
  color: #005BAC;
  border-bottom: 1px solid #005BAC;
}
body.talk .talk-int .inner .talk-int-ttl .semi-ttl {
  font-size: 2.0rem;
  font-weight: 500;
}
body.talk .talk-int .inner .talk-int-outer {
  width: 100%;
  padding: 54px 0;
}
body.talk .talk-int .inner .talk-int-outer .talk-int-inner {
  margin-bottom: 32px;
}
body.talk .talk-int .inner .talk-int-outer .talk-int-inner:last-of-type {
  margin-bottom: 0;
}
body.talk .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-img_nme_bbl {
  width: 24%;
  height: 124px;
}
body.talk .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-img_nme_bbl .talk-int-img_nme {
  gap: 0 10px;
}
body.talk .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-img_nme_bbl .talk-int-img {
  width: 124px;
  height: 124px;
}
body.talk .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-img_nme_bbl .talk-int-nme {
  font-size: 1.6rem;
  font-weight: 500;
  color: #005BAC;
}
body.talk .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-img_nme_bbl .talk-int-bbl.bg-y {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 28px solid rgba(255,223,90,0.4);
}
body.talk .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-img_nme_bbl .talk-int-bbl.bg-b {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 28px solid rgba(151,229,238,0.4);
}
body.talk .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-msg {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  width: 100%;
  height: auto;
  min-height: 124px;
  padding: 28px 35px;
  box-sizing: border-box;
  border-radius: 24px;
}
body.talk .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-msg.bg-y {
  background-color: rgba(255,223,90,0.4);
}
body.talk .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-msg.bg-b {
  background-color: rgba(151,229,238,0.4);
}
@media only screen and (max-width: 1180px) {
  body.talk .talk-people .inner .talk-person .talk-txt .talk-txt-inner .talk-img {
    width: 124px;
  }
  body.talk .talk-people .inner .talk-person .talk-txt .talk-txt-inner .talk-dep-nme {
    font-size: 1.6rem;
  }
  body.talk .talk-people .inner .talk-person .talk-txt .talk-txt-inner .talk-dep-nme .talk-nme.en {
    font-size: 2.0rem;
  }
  body.talk .talk-people .inner .talk-person .talk-txt .talk-msg {
    font-size: 1.2rem;
  }
  body.talk .talk-topic .inner {
    padding: 62px 4% 90px 4%;
  }
  body.talk .talk-topic .inner .talk-topic-lst li a .talk-topic-ttl {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  body.talk .talk-topic .inner .talk-topic-lst li a .talk-topic-ttl .semi-ttl {
    font-size: 1.4rem;
  }
  body.talk .talk-int .inner {
    padding: 60px 4%;
  }
}
@media only screen and (max-width: 1040px) {
  body.talk .talk-people .inner .talk-person .talk-txt .talk-txt-inner .talk-img {
    width: 100px;
  }
  body.talk .talk-people .inner .talk-person .talk-txt .talk-txt-inner .talk-dep-nme {
    font-size: 1.2rem;
  }
  body.talk .talk-people .inner .talk-person .talk-txt .talk-txt-inner .talk-dep-nme .talk-nme.en {
    font-size: 1.6rem;
  }
  body.talk .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-img_nme_bbl {
    width: 30%;
  }
}
@media only screen and (max-width: 960px) {
  body.talk .talk-people .inner .talk-person .talk-txt {
    gap: 20px 0;
  }
  body.talk .talk-people .inner .talk-person .talk-txt .talk-txt-inner {
    width: 100%;
  }
  body.talk .talk-people .inner .talk-person .talk-txt .talk-txt-inner .talk-img {
    width: initial;
  }
  body.talk .talk-people .inner .talk-person .talk-txt .talk-txt-inner .talk-dep-nme {
    font-size: 1.6rem;
  }
  body.talk .talk-people .inner .talk-person .talk-txt .talk-txt-inner .talk-dep-nme .talk-nme.en {
    font-size: 2.0rem;
  }
  body.talk .talk-people .inner .talk-person .talk-txt .talk-msg {
    width: 100%;
    font-size: 1.4rem;
  }
  body.talk .talk-int .inner .talk-int-ttl {
    font-size: 2.0rem;
  }
  body.talk .talk-int .inner .talk-int-ttl .semi-ttl {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  body.talk #page-header {
    padding: 12px 0;
  }
  body.talk #page-header .inner .breadcrumb {
    padding: 0 4%;
    position: relative;
    z-index: 1;
    color: #FFFFFF;
  }
  body.talk #page-header .inner .breadcrumb a {
    color: #FFFFFF;
  }
  body.talk #page-header .inner .ttl-img {
    margin-top: -28px;
    position: relative;
    z-index: 0;
  }
  body.talk .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-img_nme_bbl .talk-int-img {
    width: 64px;
    height: 64px;
  }
  body.talk .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-img_nme_bbl {
    width: 92px;
  }
  body.talk .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-img_nme_bbl .talk-int-nme {
    font-size: 1.2rem;
  }
  body.talk .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-msg {
    width: calc(100% - 92px);
    padding: 1.6rem;
  }
  body.talk .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-img_nme_bbl .talk-int-bbl.bg-y {
    border-right: 12px solid rgba(255,223,90,0.4);
  }
  body.talk .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-img_nme_bbl .talk-int-bbl.bg-b {
    border-left: 12px solid rgba(151,229,238,0.4);
  }
}
@media only screen and (max-width: 427px) {
  body.talk .talk-people .inner .talk-person .talk-txt .talk-txt-inner .talk-img {
    width: 100%;
  }
  body.talk .talk-people .inner .talk-person .talk-txt .talk-txt-inner .talk-img img {
    width: 124px;
    height: 124px;
    margin: 0 auto;
  }
  body.talk .talk-people .inner .talk-person .talk-txt .talk-txt-inner .talk-dep-nme {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 320px) {
  body.talk .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-img_nme_bbl .talk-int-img {
    width: 32px;
    height: 32px;
  }
  body.talk .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-img_nme_bbl {
    width: 64px;
  }
  body.talk .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-msg {
    width: calc(100% - 64px);
  }
}

body.talk .talk-btn {
  width: 100%;
  padding: 120px 0;
}
body.talk .talk-btn .inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}


/* ==============================================
04) staff/
----------------------------------------------- */
body[class*="staff"] {
  background-color: rgba(151,229,238,0.4) !important;
}
body[class*="staff"] .talk-int {
  width: 100%;
}
body[class*="staff"] .talk-int .inner {
  width: 100%;
  max-width: 1080px;
  padding: 108px 0;
  margin: 0 auto;
}
body[class*="staff"] .talk-int .inner .talk-int-ttl {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
body[class*="staff"] .talk-int .inner .talk-int-ttl::after {
  content: "Q"attr(data-q_num)".";
  display: block;
  width: 100%;
  height: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 17rem;
  color: #FFFFFF;
  text-align: center;
}
body[class*="staff"] .talk-int .inner .talk-int-ttl .talk-int-ttl-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.58;
  color: #005BAC;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #005BAC;
}
body[class*="staff"] .talk-int .inner .talk-int-outer {
  width: 100%;
  padding: 54px 0 0 0;
}
body[class*="staff"] .talk-int .inner .talk-int-outer .talk-int-inner {
  margin-bottom: 32px;
}
body[class*="staff"] .talk-int .inner .talk-int-outer .talk-int-inner:last-of-type {
  margin-bottom: 0;
}
body[class*="staff"] .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-img_nme_bbl {
  width: 24%;
  height: 158px;
}
body[class*="staff"] .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-img_nme_bbl .talk-int-img_nme {
  gap: 0 10px;
}
body[class*="staff"] .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-img_nme_bbl .talk-int-img {
  width: 158px;
  height: 158px;
}
body[class*="staff"] .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-img_nme_bbl .talk-int-bbl.bg-w {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 28px solid #FFFFFF;
}
body[class*="staff"] .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-msg {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  width: 100%;
  height: auto;
  min-height: 124px;
  padding: 55px 60px;
  box-sizing: border-box;
  border-radius: 24px;
}
body[class*="staff"] .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-msg h4 {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.78;
  color: #005bac;
  margin-bottom: 28px;
}
body[class*="staff"] .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-msg p {
  margin-bottom: 2rem;
}
body[class*="staff"] .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-msg p:last-of-type {
  margin-bottom: 0;
}
body[class*="staff"] .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-msg.bg-w {
  background-color: #FFFFFF;
}
body[class*="staff"] #staff-photo {
  width: 100%;
  aspect-ratio: 1440 / 810;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
body.staff01 #staff-photo {
  background-image: url(images/bg_staff01.jpg);
}
body.staff02 #staff-photo {
  background-image: url(images/bg_staff02.jpg);
}
body.staff03 #staff-photo {
  background-image: url(images/bg_staff03.jpg);
}
body.staff04 #staff-photo {
  background-image: url(images/bg_staff04.jpg);
}
body.staff05 #staff-photo {
  background-image: url(images/bg_staff05.jpg);
}
body.staff06 #staff-photo {
  background-image: url(images/bg_staff06.jpg);
}
body.staff07 #staff-photo {
  background-image: url(images/bg_staff07.jpg);
}
body.staff08 #staff-photo {
  background-image: url(images/bg_staff08.jpg);
}
body.staff09 #staff-photo {
  background-image: url(images/bg_staff09.jpg);
}
body.staff10 #staff-photo {
  background-image: url(images/bg_staff10.jpg);
}
body.staff11 #staff-photo {
  background-image: url(images/bg_staff11.jpg);
}

body[class*="staff"] #staff-people.people-slider {
  background-color: rgba(151,229,238,0.4);
  padding: 130px 0;
}
body[class*="staff"] #staff-people.people-slider .inner .swiper-container .swiper-button-next,
body[class*="staff"] #staff-people.people-slider .inner .swiper-container .swiper-button-prev {
  top: 86px !important;
}
@media only screen and (max-width: 1180px) {
  body[class*="staff"] .talk-int .inner {
    padding-right: 4%;
    padding-left: 4%;
  }
  body[class*="staff"] .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-img_nme_bbl .talk-int-bbl.bg-w {
    border-right: 18px solid #FFFFFF;
  }
}
@media only screen and (max-width: 1080px) {
  body[class*="staff"] .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-img_nme_bbl .talk-int-bbl.bg-w {
    border-right: 14px solid #FFFFFF;
  }
}
@media only screen and (max-width: 1024px) {
  body[class*="staff"] .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-img_nme_bbl {
    width: 24%;
    height: auto;
    gap: 10px;
  }
  body[class*="staff"] .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-img_nme_bbl .talk-int-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  body[class*="staff"] .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-img_nme_bbl .talk-int-bbl.bg-w {
    border-right: 10px solid #FFFFFF;
  }
  body[class*="staff"] .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-msg h4 {
    font-size: 1.6rem;
  }
  body[class*="staff"] .talk-int .inner .talk-int-outer .talk-int-inner .talk-int-msg {
    padding: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  body[class*="staff"] #page-header {
    padding: 12px 0;
  }
  body[class*="staff"] #page-header .inner .breadcrumb {
    padding: 0 4%;
    position: relative;
    z-index: 1;
    color: #FFFFFF;
  }
  body[class*="staff"] #page-header .inner .breadcrumb a {
    color: #FFFFFF;
  }
  body[class*="staff"] #page-header .inner .ttl-img {
    margin-top: -28px;
    position: relative;
    z-index: 0;
  }
  body[class*="staff"] .talk-int .inner .talk-int-ttl .talk-int-ttl-txt {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
}

/* ==============================================
05) info/
----------------------------------------------- */
body.info {}
body.info .recruit-job-lst {}
body.info .recruit-job-lst .inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
body.info .common-pagelink {
  margin-top: 130px;
  margin-bottom: 105px;
}
body.info .recruit-job-lst .inner .job-btns {}
body.info .recruit-job-lst .inner .job-btns li {}
body.info .recruit-job-lst .inner .job-btns li a.job-btn {
  width: 226px;
  height: 226px;
  background-color: #005bac;
  color: #FFFFFF;
  border-radius: 50%;
}
body.info .recruit-job-lst .inner .job-btns li a.job-btn .txt {
  font-weight: 600;
  font-size: 2.4rem;
}
body.info .recruit-job-lst .inner .job-btns li a.job-btn .txt::after {
  content: "";
  display: block;
  width: 52px;
  height: 10px;
  margin: 10px auto 0 auto;
  overflow: hidden;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="53.562" height="10.586" viewBox="0 0 53.562 10.586"><path d="M0,0V52.148l9.7-12" transform="translate(0 10.086) rotate(-90)" fill="none" stroke="%23FFFFFF" stroke-width="1"/></svg>');
  background-repeat: no-repeat;
  background-position: right center;
}
body.info .recruit-talent-lst {}
body.info .recruit-talent-lst .inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
body.info .recruit-talent-lst .inner .talent-lst {
  width: 100%;
  height: auto;
  padding: 60px 60px 30px 60px;
  border-radius: 24px;
  background-color: rgba(151,229,238,0.4);
}
body.info .recruit-talent-lst .inner .talent-lst li {
  width: calc(100% / 2);
  margin-bottom: 30px;
  gap: 0 15px;
}
body.info .recruit-talent-lst .inner .talent-lst li .img {}
body.info .recruit-talent-lst .inner .talent-lst li .txt {
  font-weight: 600;
  font-size: 1.8rem;
  color: #005bac;
}
body.info .recruit-job-category {}
body.info .recruit-job-category .inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
body.info .recruit-job-category .inner p.img_job-category01 img,
body.info .recruit-job-category .inner p.img_job-category02 img {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}
body.info .recruit-job-category .inner .job-category {
  width: 100%;
  height: auto;
  padding: 44px 44px 0 44px;
  border-radius: 24px;
  background-color: rgba(186,196,204,0.4);
}
body.info .recruit-job-category .inner .job-category h3.ttl {
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #005BAC;
  margin-bottom: 50px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #005BAC;
}
body.info .recruit-job-category .inner .job-category .job-category-lst {
  width: 100%;
  height: auto;
}
body.info .recruit-job-category .inner .job-category .job-category-lst::after {
  content: "";
  width: calc(100% / 3);
  height: 1px;
}
body.info .recruit-job-category .inner .job-category .job-category-lst li {
  width: calc(100% / 3);
  margin-bottom: 44px;
  gap: 0 10px;
}
body.info .recruit-job-category .inner .job-category .job-category-lst li .img {
  width: 100px;
  height: 100px;
}
body.info .recruit-job-category .inner .job-category .job-category-lst li .txt {
  width: calc(100% - 100px);
}
body.info .recruit-job-category .inner .job-category .job-category-lst li .txt h4 {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  color: #005bac;
}
body.info .recruit-job-category .inner .job-category .job-category-lst li .txt p {
  font-size: 1.4rem;
}
body.info .recruit-qa {}
body.info .recruit-qa .inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
body.info .recruit-qa .inner .qa-ttl {
  margin-top: 50px;
  padding: 34px;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  text-align: center;
  color: #FFFFFF;
  background-color: #005bac;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
body.info .recruit-qa .inner .qa-lst {}
body.info .recruit-qa .inner .qa-lst .qa-item {}
body.info .recruit-qa .inner .qa-lst .qa-item .qa-toggle {
  display: none;
}
body.info .recruit-qa .inner .qa-lst .qa-item .answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s ease-in-out;
}
body.info .recruit-qa .inner .qa-lst .qa-item .answer .flex {
  overflow: hidden;
}
body.info .recruit-qa .inner .qa-lst .qa-item .qa-toggle:checked + .question + .answer {
  grid-template-rows: 1fr;
  border-bottom: 1px solid #005bac;
  padding: 15px 20px;
  opacity: 1;
}
body.info .recruit-qa .inner .qa-lst .qa-item .question {
  background-color: rgba(151,229,238,0.2);
  font-weight: 600;
  font-size: 1.8rem;
  color: #005bac;
  padding: 15px 20px;
  border-bottom: 1px solid #005bac;
  transition: all 0.3s ease-in-out;
}
body.info .recruit-qa .inner .qa-lst .qa-item .question:hover {
  background-color: rgba(151,229,238,0.4);
}
body.info .recruit-qa .inner .qa-lst .qa-item .question .q-icon {
  gap: 0 20px;
  width: calc(100% - 30px);
}
body.info .recruit-qa .inner .qa-lst .qa-item .question .q-icon::before {
  content: "Q";
  display: block;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 2.0rem;
  background-color: #005bac;
  color: #FFFFFF;
  text-align: center;
  line-height: 44px;
}
body.info .recruit-qa .inner .qa-lst .qa-item .question .q-icon .txt {
  width: calc(100% - (44px + 20px));
}
body.info .recruit-qa .inner .qa-lst .qa-item .question .oc {
  width: 30px;
  height: 30px;
  position: relative;
}
body.info .recruit-qa .inner .qa-lst .qa-item .question .oc::before,
body.info .recruit-qa .inner .qa-lst .qa-item .question .oc::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #005bac;
  transition: all 0.25s;
}
body.info .recruit-qa .inner .qa-lst .qa-item .question .oc::before {
  width: 2px;
  height: 30px;
  opacity: 1;
  transform-origin: center center;
}
body.info .recruit-qa .inner .qa-lst .qa-item .question .oc::after {
  width: 30px;
  height: 2px;
}
body.info .recruit-qa .inner .qa-lst .qa-item .qa-toggle:checked + .question .oc::before {
  transform: rotate(90deg);
  opacity: 0;
}
body.info .recruit-qa .inner .qa-lst .qa-item .answer {
  font-size: 1.4rem;
  color: #333;
  padding: 0 20px;
  opacity: 0;
}
body.info .recruit-qa .inner .qa-lst .qa-item .answer .a-icon {
  gap: 0 20px;
}
body.info .recruit-qa .inner .qa-lst .qa-item .answer .a-icon::before {
  content: "A";
  display: block;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 2.0rem;
  background-color: #24B7D1;
  color: #FFFFFF;
  text-align: center;
  line-height: 44px;
}
body.info .recruit-qa .inner .qa-lst .qa-item .answer .a-icon .txt {
  width: calc(100% - (44px + 20px));
}
body.info .recruit-qa .inner .qa-lst .qa-item .answer .a-icon .txt p {
  width: 100%;
  margin-bottom: 2rem;
}
body.info .recruit-qa .inner .qa-lst .qa-item .answer .a-icon .txt p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1180px) {
  .common-pagelink .inner,
  .recruit-job-lst .inner,
  .recruit-talent-lst .inner,
  .recruit-job-category .inner,
  .recruit-qa .inner {
    padding-right: 4%;
    padding-left: 4%;
  }
  .common-pagelink .inner .btns {
    gap: 20px 20px;
  }
  .common-pagelink .inner .btns li {
    width: calc(100% / 2 - 10px);
  }
  .common-pagelink .inner .btns li a.btn {
    font-size: 1.6rem;
  }
  body.info .recruit-job-lst .inner .job-btns {
    gap: 20px 20px;
  }
  body.info .recruit-job-lst .inner .job-btns li {
    width: calc(100% / 2 - 10px);
  }
  body.info .recruit-job-lst .inner .job-btns li a.job-btn {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  body.info .recruit-job-lst .inner .job-btns li a.job-btn .txt {
    /* font-size: 2.0rem; */
    font-size: 4.25vw;
  }
  body.info .recruit-talent-lst .inner .talent-lst {
    padding: 30px 30px 15px 30px;
  }
  body.info .recruit-talent-lst .inner .talent-lst li {
    width: 100%;
  }
  body.info .recruit-talent-lst .inner .talent-lst li .img {
    width: 100%;
  }
  body.info .recruit-talent-lst .inner .talent-lst li .img img {
    margin: 0 auto;
  }
  body.info .recruit-talent-lst .inner .talent-lst li .txt {
    width: 100%;
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .common-pagelink .inner .btns li {
    width: 100%;
  }
  body.info .recruit-job-category .inner .job-category {
    padding: 30px 30px 0 30px;
  }
  body.info .recruit-job-category .inner .job-category .job-category-lst li {
    width: 100%;
  }
  body.info .recruit-job-category .inner .job-category .job-category-lst li .img {
    width: 64px;
    height: 64px;
  }
  body.info .recruit-job-category .inner .job-category .job-category-lst li .txt {
    width: calc(100% - 64px);
  }
  body.info .recruit-job-category .inner p.img_job-category02 {
    width: 100%;
    max-width: 100%;
    overflow: auto;
    margin-bottom: 50px;
  }
  body.info .recruit-job-category .inner p.img_job-category02 img {
    max-inline-size: 200%;
    margin-bottom: 0;
  }
  body.info .recruit-qa .inner .qa-ttl {
    font-size: 1.6rem;
  }
  body.info .recruit-qa .inner .qa-lst .qa-item .question {
    font-size: 1.4rem;
  }
  body.info .recruit-job-lst .inner .job-btns li a.job-btn .txt {
    font-size: 4.25vw;
  }
}

/* ==============================================
06) requirement/ mid-career/ comeback/ group/
----------------------------------------------- */
body.requirement #page-header .inner .breadcrumb,
body.mid-career #page-header .inner .breadcrumb,
body.comeback #page-header .inner .breadcrumb,
body.group #page-header .inner .breadcrumb {
  text-shadow: #005BAC 1px 1px 0;
}
#page-header.bgcol2.requirement::after {
  background-image: url(images/bg_rec_requirement.svg);
}
#page-header.bgcol2.mid-career::after {
  background-image: url(images/bg_rec_mid-career.svg);
}
#page-header.bgcol2.comeback::after {
  background-image: url(images/bg_rec_comeback.svg);
}
#page-header.bgcol2.group::after {
  background-image: url(images/bg_rec_group.svg);
}
.requirement-btns .btns {
  gap: 0 20px;
}
.requirement-btns .btns a.btn {
  width: calc(50% - 20px);
  padding: 36px 0;
  border-radius: 24px;
  color: #FFFFFF;
}
.requirement-btns .btns a.btn .year {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-size: 5.0rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.requirement-btns .btns a.btn .txt {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.requirement-btns .btns a.btn::after {
  display: block;
  content: "";
  width: 94px;
  height: 18px;
  margin: 0 auto;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="53.562" height="10.586" viewBox="0 0 53.562 10.586"><path d="M0,0V52.148l9.7-12" transform="translate(0 10.086) rotate(-90)" fill="none" stroke="%23FFFFFF" stroke-width="1"/></svg>');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.requirement-btns .btns a.btn.btn-l {
  background-color: rgba(36,183,209,0.8);
}
.requirement-btns .btns a.btn.btn-r {
  background-color: rgba(244,180,6,1);
}
.mid-career-apply .inner .txt p,
.comeback-cnt .inner .txt p {
  margin-bottom: 2rem;
}
.mid-career-apply .inner .txt p a,
.comeback-cnt .inner .txt p a {
  color: #005bac;
}
.comeback-cnt .inner .txt p a.btnA {
  width: 364px;
  color: #FFFFFF;
}
.group-table .inner p.tc {
  margin-bottom: 50px;
}
@media screen and (max-width: 1180px) {
  .requirement-btns .btns {
    gap: 20px 20px;
  }
  .requirement-btns .btns a.btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .comeback-cnt .inner .txt p a.btnA {
    width: 75%;
    line-height: 1.5;
  }
}
@media screen and (max-width: 320px) {
  .comeback-cnt .inner .txt p a.btnA {
    width: 85%;
  }
}
@media screen and (max-width: 320px) {
  .comeback-cnt .inner .txt p a.btnA {
    width: 100%;
  }
}

/* ==============================================
07) environment/
----------------------------------------------- */
body.environment {}
body.environment .common-pagelink {
  margin-top: 0;
}
body.environment .environment-support .inner,
body.environment .environment-holiday .inner,
body.environment .environment-housing .inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
body.environment .environment-lst {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  background-color: rgba(255,223,90,0.4);
  border-radius: 24px;
  padding-top: 30px;
  padding-bottom: 30px;
}
body.environment .environment-lst li {
  width: calc(100% / 2 - 90px);
  margin-top: 30px;
  margin-bottom: 30px;
}
body.environment .environment-lst li:nth-child(odd) {
  margin-left: 60px;
  margin-right: 30px;
}
body.environment .environment-lst li:nth-child(even) {
  margin-left: 30px;
  margin-right: 60px;
}
body.environment .environment-lst li h3.ttl {
  gap: 0 15px;
}
body.environment .environment-lst li h3.ttl .ico {
  width: 80px;
  height: 80px;
}
body.environment .environment-lst li h3.ttl .txt {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.58;
  text-align: left;
  color: #005bac;
}
body.environment .environment-lst li p.txt {
  font-size: 1.4rem;
  color: #333;
  margin-top: 10px;
}
body.environment .environment-cnt {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 50px auto;
  background-color: rgba(151,229,238,0.4);
  border-radius: 24px;
  padding: 30px 65px;
}
body.environment .environment-cnt .cnt-box {
  width: 100%;
  padding: 30px 0;
}
body.environment .environment-cnt .cnt-box .ttl-mov {
  width: 100%;
  height: auto;
  margin-bottom: 37px;
  gap: 0;
}
body.environment .environment-cnt .cnt-box .ttl-mov .ttl {
  font-weight: 600;
  font-size: 2.4rem;
  color: #005bac;
  border-bottom: 1px solid #005BAC;
  padding-bottom: 20px;
  flex-grow: 1;
}
body.environment .environment-cnt .cnt-box .ttl-mov .mov {
}
body.environment .environment-cnt .cnt-box .ttl-mov .mov .wrap {
  border: 18px solid #FFFFFF;
  background-color: #FFFFFF;
  border-radius: 10px;
}
body.environment .environment-cnt .cnt-box .ttl-mov .mov .wrap video {
  width: 508px;
}
body.environment .environment-pht {
  gap: 38px;
}
body.environment .environment-pht li {
  width: calc(100% / 3 - 38px);
}
body.environment .environment-pht li figure {}
body.environment .environment-pht li figure figcaption {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  text-align: center;
  color: #005bac;
  margin-top: 14px;
}
body.environment .page-bnr {}
body.environment .page-bnr .inner {
  position: relative;
  width: 100%;
  max-width: 1080px;
  height: 130px;
  margin: 0 auto;
  padding: 40px 68px;
  border-radius: 24px;
  background-color: rgba(36,183,209,0.8);
  box-sizing: border-box;
  overflow: visible;
}
body.environment .page-bnr .inner .img_txt {
  position: absolute;
  bottom: 0;
}
body.environment .page-bnr .inner .img_txt .txt {
  margin-bottom: 20px;
}
body.environment .page-bnr .inner .img_txt .txt h2.sec-ttl {
  color: #FFFFFF;
  margin-bottom: 15px;
}
body.environment .page-bnr .inner .img_txt .txt h2.sec-ttl .jp {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
}
body.environment .page-bnr .inner .img_txt .txt p {
  color: #FFFFFF;
  padding-right: 2rem;
  padding-left: 2rem;
}
body.environment .page-bnr .inner .img_txt .txt p span {
  line-height: 1;
}
body.environment .page-bnr .inner .img_txt .txt p span.fs24 {
  font-weight: 600;
  font-size: 2.4rem;
}
body.environment .page-bnr .inner .img_txt .txt p span.fs85 {
  font-family: "Poppins", sans-serif;
  font-size: 8.5rem;
  font-style: italic;
  font-weight: 500;
  padding-right: 2rem;
  padding-left: 2rem;
}
body.environment .page-bnr .inner .img_txt .txt p a.btnA {
  margin-left: 0;
  margin-right: 0;
}
body.environment .page-bnr .inner .img_txt .img {}
body.environment .page-bnr .inner .img_txt .img img {
}
@media screen and (max-width: 1180px) {
  body.environment #page-header .inner .ttl .en {
    font-size: 3.0rem;
  }
  body.environment section {
    padding-left: 4%;
    padding-right: 4%;
    box-sizing: border-box;
  }
  body.environment .environment-lst {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body.environment .environment-lst li {
    width: 100%;
  }
  body.environment .environment-lst li:nth-child(odd),
  body.environment .environment-lst li:nth-child(even) {
    margin: 15px 30px;
  }
  body.environment .environment-lst li h3.ttl .icn {
    width: 64px;
    height: 64px;
  }
  body.environment .environment-lst li h3.ttl .txt {
    font-size: 1.6rem;
  }
  body.environment .environment-cnt .cnt-box .ttl-mov .mov .wrap video {
    width: 100%;
  }
  .common-bnr .inner {
    height: auto;
    padding: 30px 30px 0 30px;
    justify-content: center;
  }
  .common-bnr .inner .txt h2.sec-ttl .jp {
    font-size: 1.8rem;
    line-height: 1.58rem;
  }
  .common-bnr .inner .img img {
    position: relative;
  }
  body.environment .page-bnr .inner {
    height: auto;
    padding: 30px 30px 0 30px;
  }
  body.environment .page-bnr .inner .img_txt {
    position: static;
  }
  body.environment .page-bnr .inner .img_txt .img {
    order: 1;
  }
  body.environment .page-bnr .inner .img_txt .txt p {
    order: 0;
    justify-content: center;
  }
  body.environment .page-bnr .inner .img_txt .txt p span.fs24:first-of-type {
    display: block;
    margin: 16px 0 5px 0;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 2.0rem;
  }
  body.environment .environment-cnt {
    padding: 15px 30px;
  }
  body.environment .environment-cnt .cnt-box .ttl-mov .ttl {
    font-size: 2.0rem;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  body.environment .environment-pht {
    gap: 15px;
  }
  body.environment .environment-pht li {
    width: 100%;
  }
  .common-bnr .inner .txt {
    width: 100%;
    margin-bottom: 30px;
  }
  body.environment .environment-cnt .cnt-box .ttl-mov {
    width: 100%;
  }
  body.environment .environment-cnt .cnt-box .ttl-mov .mov {
    width: 100%;
  }
  body.environment .environment-pht li figure img {
    margin-right: auto;
    margin-left: auto;
  }
}

/* ==============================================
08) education-and-career
----------------------------------------------- */
body.education-and-career {}
body.education-and-career .common-pagelink {
  margin-top: 0;
}
body.education-and-career .common-pagelink .inner .btns li.w275 {
  width: 275px;
}
body.education-and-career .education-and-career-vision .inner,
body.education-and-career .education-and-career-educate .inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
body.education-and-career .education-and-career-vision .parent {
  display: grid;
  grid-template-columns: 414px calc(100% - 414px);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
body.education-and-career .education-and-career-vision .child1 {
  grid-area: 1 / 1 / 2 / 2;
  width: 414px;
}
body.education-and-career .education-and-career-vision .child2 {
  grid-area: 1 / 2 / 3 / 3;
  width: calc(100% - 40px);
  padding: 50px;
}
body.education-and-career .education-and-career-vision .child3 {
  grid-area: 2 / 1 / 3 / 2;
  border-radius: 24px;
  border: 1px solid #005bac;
  padding: 32px 32px 0 32px;
}
body.education-and-career .education-and-career-vision .child1 h3.ttl {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.58;
  text-align: left;
  color: #005bac;
  margin-bottom: 15px;
}
body.education-and-career .education-and-career-vision .child1 p {
  line-height: 1.875;
}
body.education-and-career .education-and-career-vision .child2 {
  background-color: rgba(151,229,238,0.4);
  border-radius: 24px;
}
body.education-and-career .education-and-career-vision .child3 h3.ttl {
  width: 100%;
  height: 50px;
  background-color: #ffdf5a;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 50px;
  text-align: center;
  color: #005bac;
}
body.education-and-career .education-and-career-vision .child3 h4.sub-ttl {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: left;
  color: #005bac;
  margin: 12px 0 6px 0;
}
body.education-and-career .education-and-career-vision .child3 p {
  font-size: 1.4rem;
  color: #333;
}
body.education-and-career .education-and-career-vision .child3 p.atent {
  font-size: 1.2rem;
  color: #333;
}
body.education-and-career .education-and-career-vision .child3 img {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
body.education-and-career .education-and-career-lst {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 50px auto;
  background-color: rgba(151,229,238,0.4);
  border-radius: 24px;
  padding-top: 30px;
  padding-bottom: 30px;
}
body.education-and-career .education-and-career-lst li {
  width: 100%;
  margin: 30px 68px 0 68px;
  gap: 0 20px;
}
body.education-and-career .education-and-career-lst li:last-child {
  margin-bottom: 30px;
}
body.education-and-career .education-and-career-lst li .icn {
  width: 158px;
  height: 158px;
}
body.education-and-career .education-and-career-lst li .cnt {
  width: calc(100% - 178px);
}
body.education-and-career .education-and-career-lst li .cnt h3.ttl {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.58;
  text-align: left;
  color: #005bac;
}
body.education-and-career .education-and-career-lst li .cnt p.txt {
  font-size: 1.4rem;
  color: #333;
  margin-top: 10px;
}
body.education-and-career .banner::after {
  display: none;
}
@media screen and (max-width: 1180px) {
  body.education-and-career .common-pagelink .inner .btns li.w275 {
    width: calc(100% / 2 - 10px);
  }
  body.education-and-career #page-header .inner .ttl .en {
    font-size: 3.0rem;
  }
  body.education-and-career section {
    padding-left: 4%;
    padding-right: 4%;
    box-sizing: border-box;
  }
  body.education-and-career .education-and-career-lst {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body.education-and-career .education-and-career-vision .parent {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 50px;
  }
  body.education-and-career .education-and-career-vision .child1 {
    grid-area: 1 / 1 / 2 / 2;
    width: 100%;
  }
  body.education-and-career .education-and-career-vision .child1 h3.ttl {
    font-size: 1.8rem;
    text-align: center;
  }
  body.education-and-career .education-and-career-vision .child2 {
    grid-area: 2 / 1 / 3 / 2;
    padding: 25px;
    width: 100%;
  }
  body.education-and-career .education-and-career-vision .child3 {
    grid-area: 3 / 1 / 4 / 2;
    padding: 16px 16px 0 16px;
    width: 100%;
  }
  body.education-and-career .education-and-career-lst li .cnt h3.ttl {
    font-size: 1.8rem;
  }
  body.education-and-career .education-and-career-vision .child1 h3.ttl br.pc_i {
    display: none;
  }
  body.education-and-career .education-and-career-vision .child3 h4.sub-ttl {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  body.education-and-career .common-pagelink .inner .btns li,
  body.education-and-career .common-pagelink .inner .btns li.w275 {
    width: 100%;
  }
  body.education-and-career .education-and-career-lst {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.education-and-career .education-and-career-lst li {
    width: 100%;
    margin: 30px 30px 0 30px;
    gap: 0;
  }
  body.education-and-career .education-and-career-lst li .icn {
    width: 100%;
    margin-bottom: 15px;
  }
  body.education-and-career .education-and-career-lst li .icn img {
    margin: 0 auto;
  }
  body.education-and-career .education-and-career-lst li .cnt {
    width: 100%;
  }
  body.education-and-career .education-and-career-lst li .cnt h3.ttl {
    width: 100%;
    text-align: center;
  }
}

/* ==============================================
08) about/
----------------------------------------------- */
body.about {}
body.about .common-pagelink {
  margin-top: 0;
}
body.about .about-philosophy .inner {}
body.about .about-philosophy .inner .cnt {
  gap: 50px 136px;
}
body.about .about-philosophy .inner .cnt .card {
  width: 387px;
}
body.about .about-philosophy .inner .cnt .card .circle {
  width: 387px;
  height: 387px;
  border-radius: 50%;
  color: #005BAC;
  text-align: center;
  margin-bottom: 18px;
}
body.about .about-philosophy .inner .cnt .card .circle .txt {
  width: 80%;
}
body.about .about-philosophy .inner .cnt .card .circle .en {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 2.6rem;
  width: 100%;
  border-bottom: 1px solid #005BAC;
}
body.about .about-philosophy .inner .cnt .card .circle .jp {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.5;
  width: 100%;
  margin-top: 7px;
}
body.about .about-philosophy .inner .cnt .card .circle.bg1 {
  background-color: rgba(151,229,238,0.6);
}
body.about .about-philosophy .inner .cnt .card .circle.bg2 {
  background-color: rgba(255,223,90,0.6);
}
body.about .about-philosophy .inner .cnt .card .circle.bg3 {
  background-color: rgba(195,219,33,0.5);
}
body.about .about-philosophy .inner .cnt .card .circle.bg4 {
  background-color: rgba(153,224,186,0.6);
}
body.about .about-philosophy .inner .cnt .card .txt,
body.about .about-philosophy .inner .cnt .card .lst {
  font-weight: 600;
  font-size: 2.0rem;
  line-height: 1.6;
}
body.about .about-philosophy .inner .cnt .card .lst ol {
  counter-reset: list-counter;
}
body.about .about-philosophy .inner .cnt .card .lst ol li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 10px;
  white-space: nowrap;
}
body.about .about-philosophy .inner .cnt .card .lst ol li span {
  font-weight: 500;
  font-size: 1.8rem;
}
body.about .about-philosophy .inner .cnt .card .lst ol li::before {
  content: content: attr(data-num);
  position: absolute;
  left: 0;
  font-weight: 600;
  font-size: 2.0rem;
}
body.about .about-philosophy .inner .cnt .card .lst ol li:nth-child(1) { counter-reset: list-counter 1; }
body.about .about-philosophy .inner .cnt .card .lst ol li:nth-child(2) { counter-reset: list-counter 2; }
body.about .about-philosophy .inner .cnt .card .lst ol li:nth-child(3) { counter-reset: list-counter 3; }
body.about .about-philosophy .inner .cnt .card .lst ol li:nth-child(4) { counter-reset: list-counter 4; }
body.about .about-philosophy .inner .cnt .card .lst ol li:nth-child(5) { counter-reset: list-counter 5; }
body.about .about-philosophy .inner .cnt .card .lst ol li:nth-child(6) { counter-reset: list-counter 6; }
body.about .about-philosophy .inner .cnt .card .lst ol li:nth-child(7) { counter-reset: list-counter 7; }
body.about .about-philosophy .inner .cnt .card .lst ol li:nth-child(8) { counter-reset: list-counter 8; }
body.about .about-philosophy .inner .cnt .card .lst ol li:nth-child(9) { counter-reset: list-counter 9; }
body.about .about-philosophy .inner .cnt .card .lst ol li:nth-child(10) { counter-reset: list-counter 10; }
body.about .about-philosophy .inner .cnt .card .lst ol li::before {
  content: attr(data-num)"．"; /* data-num属性を表示 */
}

body.about .about-history .about-history-lst {
  margin-top: 87px;
}
body.about .about-history .about-history-lst .cnt {
  gap: 0 28px;
  position: relative;
}
body.about .about-history .about-history-lst .cnt::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(144px / 2);
  width: 2px;
  height: 100%;
  background-color: #005BAC;
  z-index: 0;
}
body.about .about-history .about-history-lst .cnt:last-of-type::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(144px / 2 - 2px);
  width: 6px;
  height: 100%;
  z-index: 1;
  background-image: url(images/bg_about-history-dot.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
}
body.about .about-history .about-history-lst .cnt .year {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  background-color: #005BAC;
  color: #FFFFFF;
  text-align: center;
  line-height: 144px;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 3.8rem;
  position: relative;
  z-index: 1;
}
body.about .about-history .about-history-lst .cnt .txt_img {
  width: calc(100% - 144px - 28px);
  gap: 0 28px;
}
body.about .about-history .about-history-lst .cnt .txt_img .txt {
  width: calc(100% - 462px);
}
body.about .about-history .about-history-lst .cnt .txt_img .txt h5 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #005bac;
}
body.about .about-history .about-history-lst .cnt .txt_img .txt p {
}
body.about .about-history .about-history-lst .cnt .txt_img .img {
  width: 462px;
  margin-bottom: 50px;
}
body.about .about-number {
  padding-top: 100px;
  position: relative;
}
body.about .about-number::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1000vh;
  background-color: rgba(151,229,238,0.4);
  z-index: -1;
}
body.about .about-number {}
body.about .about-number .about-number-lst {}
body.about .about-number .about-number-lst .cnt {
  gap: 56px 77px;
}
body.about .about-number .about-number-lst .cnt .card {
  width: 308px;
}
body.about .about-number .about-number-lst .cnt .card .card_inner {
  background-color: #FFFFFF;
  border-radius: 24px;
  padding-top: 30px;
  padding-bottom: 30px;
}
body.about .about-number .about-number-lst .cnt .card .card_inner > .num {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 10.0rem;
  line-height: 1;
  color: #005bac;
}
body.about .about-number .about-number-lst .cnt .card .card_inner > .txt {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.583;
}
body.about .about-number .about-number-lst .cnt .card .card_inner > .img {
  margin: 20px auto 0 auto;
  width: 208px;
  height: 208px;
  border-radius: 50%;
  overflow: hidden;
}
body.about .about-number .about-number-lst .cnt .card .card_inner > .img img {
  width: 100%;
  margin: 0 auto;
}
body.about .about-number .about-number-lst .cnt .card > .txt {
  margin-top: 20px;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 999px) {
  body.about .about-history .about-history-lst .cnt {
    gap: 0 16px;
  }
  body.about .about-history .about-history-lst .cnt .txt_img {
    width: calc(100% - 144px - 16px);
  }
  body.about .about-history .about-history-lst .cnt .txt_img .txt {
    width: 100%;
  }
  body.about .about-history .about-history-lst .cnt .txt_img .txt h5 {
    font-size: 2.4rem;
  }
  body.about .about-history .about-history-lst .cnt .txt_img .img {
    width: 100%;
  }
  body.about .about-history .about-history-lst .cnt .txt_img .img img {
    width: 100%
  }
}
@media screen and (max-width: 899px) {
  body.about .about-history .about-history-lst .cnt .txt_img {
    display: block;
    width: calc(100% - 144px - 16px);
  }
  body.about .about-history .about-history-lst .cnt .txt_img .txt {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  body.about .about-history .about-history-lst .cnt .year {
    width: 84px;
    height: 84px;
    line-height: 84px;
    font-size: 2.4rem;
  }
  body.about .about-history .about-history-lst .cnt::after {
    left: calc(84px / 2);
  }
  body.about .about-history .about-history-lst .cnt .txt_img {
    display: block;
    width: calc(100% - 84px - 16px);
  }
  body.about .about-history .about-history-lst .cnt:last-of-type::before {
    left: calc(84px / 2 - 2px);
  }
}
@media screen and (max-width: 390px) {
  body.about .about-philosophy .inner .cnt .card {
    width: 370px;
  }
  body.about .about-philosophy .inner .cnt .card .circle {
    width: 350px;
    height: 350px;
  }
  body.about .about-philosophy .inner .cnt .card .circle .en {
    font-size: 2.0rem;
  }
  body.about .about-philosophy .inner .cnt .card .circle .jp {
    font-size: 2.4rem;
  }
  body.about .about-philosophy .inner .cnt .card .txt,
  body.about .about-philosophy .inner .cnt .card .lst {
    font-size: 1.6rem;
  }
  body.about .about-philosophy .inner .cnt .card .lst ol li::before {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  body.about .about-philosophy .inner .cnt .card {
    width: 355px;
  }
  body.about .about-philosophy .inner .cnt .card .circle {
    width: 335px;
    height: 335px;
  }
  body.about .about-philosophy .inner .cnt .card .circle .en {
    font-size: 2.0rem;
  }
  body.about .about-philosophy .inner .cnt .card .circle .jp {
    font-size: 2.4rem;
  }
  body.about .about-philosophy .inner .cnt .card .txt,
  body.about .about-philosophy .inner .cnt .card .lst {
    font-size: 1.6rem;
  }
  body.about .about-philosophy .inner .cnt .card .lst ol li::before {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 320px) {
  body.about .about-philosophy .inner .cnt .card {
    width: 320px;
  }
  body.about .about-philosophy .inner .cnt .card .circle {
    width: 300px;
    height: 300px;
  }
  body.about .about-philosophy .inner .cnt .card .circle .en {
    font-size: 2.0rem;
  }
  body.about .about-philosophy .inner .cnt .card .circle .jp {
    font-size: 2.4rem;
  }
  body.about .about-philosophy .inner .cnt .card .txt,
  body.about .about-philosophy .inner .cnt .card .lst {
    font-size: 1.4rem;
  }
  body.about .about-philosophy .inner .cnt .card .lst ol li::before {
    font-size: 1.4rem;
  }
}

/* ==============================================
08) business/
----------------------------------------------- */
body.business {}
body.business .business-philosophy .inner {}
body.business .business-philosophy .inner .cnt {
  gap: 50px 136px;
}
body.business .business-info {
  padding-top: 100px;
  position: relative;
}
body.business .business-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #D5F5F8;
  z-index: -1;
}
body.business .business-info {
  margin-bottom: 417px !important;
  padding-bottom: 110px;
}
body.business .business-info .business-info-lst {}
body.business .business-info .business-info-lst .cnt {
  gap: 56px 77px;
}
body.business .business-info .business-info-lst .cnt .card {
  width: 308px;
}
body.business .business-info .business-info-lst .cnt .card .card_inner {
  background-color: #FFFFFF;
  border-radius: 24px;
  padding-top: 30px;
  padding-bottom: 30px;
}
body.business .business-info .business-info-lst .cnt .card .card_inner > .num {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 10.0rem;
  line-height: 1;
  color: #005bac;
}
body.business .business-info .business-info-lst .cnt .card .card_inner > .txt {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.583;
}
body.business .business-info .business-info-lst .cnt .card .card_inner > .img {
  margin: 20px auto 0 auto;
  width: 208px;
  height: 208px;
  border-radius: 50%;
  overflow: hidden;
}
body.business .business-info .business-info-lst .cnt .card .card_inner > .img img {
  width: 100%;
  margin: 0 auto;
}
body.business .business-info .business-info-lst .cnt .card > .txt {
  margin-top: 20px;
  font-weight: 500;
  font-size: 1.6rem;
}

/* ==============================================
09) business/signal/
-------------------------------------------------
10) business/smart-mobility/
-------------------------------------------------
11) business/afc/
-------------------------------------------------
12) business/r-and-s/
-------------------------------------------------
13) business/global/
----------------------------------------------- */
.signal-body.common-sec,
.smart-mobility-body.common-sec,
.afc-body.common-sec,
.r-and-s-body.common-sec,
.global-body.common-sec {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  body.signal #page-header,
  body.smart-mobility #page-header,
  body.afc #page-header,
  body.r-and-s #page-header,
  body.global #page-header {
    padding: 12px 0;
  }
  body.signal #page-header .inner .breadcrumb,
  body.smart-mobility #page-header .inner .breadcrumb,
  body.afc #page-header .inner .breadcrumb,
  body.r-and-s #page-header .inner .breadcrumb,
  body.global #page-header .inner .breadcrumb {
    padding: 0 4%;
    position: relative;
    z-index: 1;
  }
  body.signal #page-header .inner .ttl-img,
  body.smart-mobility #page-header .inner .ttl-img,
  body.afc #page-header .inner .ttl-img,
  body.r-and-s #page-header .inner .ttl-img,
  body.global #page-header .inner .ttl-img {
    margin-top: -28px;
    position: relative;
    z-index: 0;
  }
}

/* ==============================================
14) news/single.php
----------------------------------------------- */
body.single {}
body.single #news-single {
  padding: calc(108px / 2) 0;
}
body.single #news-single .inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
body.single #news-single .inner .ttl {
  font-size: 2.4rem;
  line-height: 1.75;
  color: #005BAC;
  margin-bottom: 5px;
}
body.single #news-single .inner .date {
  font-size: 1.4rem;
  color: #005BAC;
  border-bottom: 1px solid #005BAC;
  margin-bottom: 20px;
}
body.single #news-single .inner .content p {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #333;
}
body.single #news-single .inner .content img {
  width: 100%;
  margin-bottom: 2rem;
}
body.single #news-single .inner .btns {
  margin-top: 128px;
}
body.single #news-single .inner .btns a.btnA {
  margin-bottom: 20px;
}
@media screen and (max-width: 1180px) {
  body.single #news-single .inner {
    padding-right: 4%;
    padding-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  body.single #news-single .inner .ttl {
    font-size: 1.8rem;
  }
  body.single #news-single .inner .date {
    font-size: 1.2rem;
  }
  body.single #news-single .inner .content .txt {
    font-size: 1.4rem;
  }
}


