@charset "UTF-8";
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

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

   keyframes

===========================================================================*/
/* header
-----------------------------------------------------------------*/
.is-menuopen .g-header__logo-img {
  background: url("../img/common/logo_w.svg") no-repeat 50% 50%/contain;
}
.is-menuopen .g-header__logo-img img {
  opacity: 0;
}
.is-menuopen .g-header__logo-txt {
  color: #0071bc;
}

/* page-recruit-graduates
-----------------------------------------------------------------*/
/* page-recruit-graduates-detail
-----------------------------------------------------------------*/
/* m-entry
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  #sec-business
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-business {
  position: relative;
  z-index: 0;
}
.sec-business__points-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sec-business__points-content {
    display: block;
  }
}
.sec-business__points-img {
  position: relative;
  width: 51%;
  aspect-ratio: 600/375;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-business__points-img {
    width: auto;
  }
}
.sec-business__points-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(20px, 2.0833333333vw, 40px);
}
.sec-business__points-img figcaption {
  position: absolute;
  right: 24px;
  bottom: 20px;
  font-size: 14px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-business__points-img figcaption {
    right: 16px;
    bottom: 14px;
    font-size: 10px;
  }
}
.sec-business__points-body {
  width: 43%;
}
@media only screen and (max-width: 767px) {
  .sec-business__points-body {
    width: auto;
    margin-top: 30px;
  }
}
.sec-business__points-copy {
  font-size: clamp(20px, 1.3020833333vw, 25px);
}
@media only screen and (max-width: 767px) {
  .sec-business__points-copy {
    font-size: clamp(0px, 5.6vw, 42px);
  }
}
.sec-business__points-txt {
  margin-top: 20px;
  font-size: clamp(16px, 0.9375vw, 18px);
  line-height: 2.1;
}
@media only screen and (max-width: 767px) {
  .sec-business__points-txt {
    margin-top: 15px;
    font-size: 14px;
  }
}
.sec-business__project {
  position: relative;
  margin-top: 10vw;
}
@media only screen and (max-width: 767px) {
  .sec-business__project {
    margin-top: clamp(0px, 17.3333333333vw, 130px);
  }
}
.sec-business__project-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sec-business__project-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-business__project-item {
  width: 31.8%;
}
@media only screen and (max-width: 767px) {
  .sec-business__project-item {
    width: auto;
  }
  .sec-business__project-item:not(:first-of-type) {
    margin-top: 20px;
  }
}
.sec-business__project-item--single {
  width: 100%;
}
.sec-business__project-item--single .sec-business__project-img {
  aspect-ratio: 1180/470;
}
@media only screen and (max-width: 767px) {
  .sec-business__project-item--single .sec-business__project-img {
    aspect-ratio: 670/418;
  }
}
.sec-business__project-item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mode-pc .sec-business__project-item a:hover .sec-business__project-img img, .mode-sp .sec-business__project-item a:active .sec-business__project-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sec-business__project-img {
  position: relative;
  width: 100%;
  border-radius: clamp(20px, 2.0833333333vw, 40px);
  aspect-ratio: 376/470;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-business__project-img {
    border-radius: clamp(20px, 5.3333333333vw, 40px);
    aspect-ratio: 670/418;
  }
}
.sec-business__project-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-business__project-img figcaption {
  position: absolute;
  bottom: 24px;
  left: clamp(20px, 1.3541666667vw, 26px);
  font-size: clamp(18px, 1.3541666667vw, 26px);
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-business__project-img figcaption {
    left: 20px;
    bottom: 20px;
    font-size: clamp(0px, 5.0666666667vw, 38px);
  }
}
.sec-business__works {
  position: relative;
  margin-top: 10vw;
}
@media only screen and (max-width: 767px) {
  .sec-business__works {
    margin-top: clamp(0px, 17.3333333333vw, 130px);
  }
}
.sec-business__works-obj {
  position: absolute;
  top: -1vw;
  right: 0;
  z-index: 3;
  width: 7.39vw;
}
@media only screen and (max-width: 767px) {
  .sec-business__works-obj {
    top: 10px;
    right: 10px;
    width: clamp(0px, 15.4666666667vw, 116px);
  }
}
.sec-business__works-obj img {
  width: 100%;
  height: auto;
}
.sec-business__works-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec-business__works-item {
  text-align: center;
}
.sec-business__works-item:not(:first-of-type) {
  margin-left: clamp(20px, 1.3541666667vw, 26px);
}
@media only screen and (max-width: 767px) {
  .sec-business__works-item:not(:first-of-type) {
    margin-left: 15px;
  }
}
.sec-business__works-item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mode-pc .sec-business__works-item a:hover .sec-business__works-img img, .mode-sp .sec-business__works-item a:active .sec-business__works-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sec-business__works-img {
  width: 100%;
  border-radius: clamp(20px, 2.0833333333vw, 40px);
  overflow: hidden;
  aspect-ratio: 480/320;
}
@media only screen and (max-width: 767px) {
  .sec-business__works-img {
    border-radius: clamp(20px, 5.3333333333vw, 40px);
  }
}
.sec-business__works-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-business__works-add {
  margin-top: 1.4vw;
  font-size: 14px;
  font-weight: 400;
  color: #0071bc;
}
@media only screen and (max-width: 767px) {
  .sec-business__works-add {
    margin-top: 10px;
    font-size: clamp(0px, 3.0666666667vw, 23px);
  }
}
.sec-business__works-txt {
  margin-top: 0.5vw;
  font-size: clamp(18px, 1.3541666667vw, 26px);
  color: #0071bc;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .sec-business__works-txt {
    margin-top: 10px;
    font-size: clamp(0px, 4.2666666667vw, 32px);
  }
}
.sec-business__works-more {
  margin-top: 4vw;
  text-align: center;
}
.sec-business__slide-btns.m-slide-btn {
  width: 61.4vw;
  top: 7.29vw;
}
@media only screen and (max-width: 767px) {
  .sec-business__slide-btns.m-slide-btn {
    width: 89.33vw;
    top: 17.2vw;
  }
}

/*--------------------------------------------------------------------------
  #sec-civilengineering
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-civilengineering {
  position: relative;
  z-index: 0;
}
.sec-civilengineering__obj {
  position: absolute;
  top: -19vw;
  right: 0;
  z-index: 3;
  width: 25vw;
}
@media only screen and (max-width: 767px) {
  .sec-civilengineering__obj {
    top: -44vw;
    right: -17.5vw;
    width: clamp(0px, 64.5333333333vw, 484px);
  }
}
.sec-civilengineering__obj img {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------------------
  #sec-architecture
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-architecture {
  position: relative;
  z-index: 0;
}
.sec-architecture__obj {
  position: absolute;
  top: -23vw;
  right: 0;
  z-index: 3;
  width: 17.8vw;
}
@media only screen and (max-width: 767px) {
  .sec-architecture__obj {
    top: -40vw;
    right: -3.5vw;
    width: clamp(0px, 33.8666666667vw, 254px);
  }
}
.sec-architecture__obj img {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------------------
  #sec-overseas
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-overseas {
  position: relative;
  z-index: 0;
  padding-bottom: 300px;
  background: #C8E4F0;
}
@media only screen and (max-width: 767px) {
  .sec-overseas {
    padding-bottom: 100px;
  }
}
.sec-overseas__obj {
  position: absolute;
  top: -18.6vw;
  right: 2.29vw;
  z-index: 3;
  width: 16.7vw;
}
@media screen and (max-width: 1100px) {
  .sec-overseas__obj {
    top: -10vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-overseas__obj {
    top: -24vw;
    right: -5.5vw;
    width: clamp(0px, 40.2666666667vw, 302px);
  }
}
.sec-overseas__obj img {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------------------
  #sec-movie
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-movie {
  position: relative;
  z-index: 0;
  padding-top: 6vw;
}
@media only screen and (max-width: 767px) {
  .sec-movie {
    padding-top: 50px;
  }
}
.sec-movie__obj {
  position: absolute;
  top: 20vw;
  left: 0;
}
@media screen and (max-width: 1920px) {
  .sec-movie__obj {
    top: 22vw;
  }
}
@media screen and (max-width: 1180px) {
  .sec-movie__obj {
    top: 22vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-movie__obj {
    display: none;
  }
}
.sec-movie__obj img {
  width: clamp(0px, 14.3220338983vw, 169px);
}
.sec-movie__item {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 96/54;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-movie__item {
    aspect-ratio: 540/304;
  }
}
.sec-movie__item button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-movie__item button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 113, 188, 0.3);
}
.sec-movie__item button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 76px;
  height: 76px;
  background: url("../../asset/img/common/ico_play.svg") no-repeat 50% 50%/contain;
}
@media only screen and (max-width: 767px) {
  .sec-movie__item button::after {
    width: 35px;
    height: 35px;
  }
}
.mode-pc .sec-movie__item button:hover, .mode-sp .sec-movie__item button:active {
  opacity: 0.8;
}
.mode-pc .sec-movie__item button:hover .sec-jobcareer__item-bg img, .mode-sp .sec-movie__item button:active .sec-jobcareer__item-bg img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.sec-movie__item-bg {
  width: 100%;
  height: 100%;
}
.sec-movie__item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-movie__item-tag {
  position: absolute;
  top: 5%;
  left: 2vw;
  font-family: "Oswald", sans-serif;
  font-size: clamp(15px, 0.8854166667vw, 17px);
  font-weight: 400;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.2em;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .sec-movie__item-tag {
    top: 10px;
    left: 10px;
    font-size: 10px;
    letter-spacing: 0.1em;
  }
}
.sec-movie__item-join {
  position: absolute;
  bottom: 11%;
  left: 2vw;
  z-index: 6;
  font-size: clamp(20px, 1.3541666667vw, 26px);
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-movie__item-join {
    bottom: 26px;
    left: 10px;
    font-size: 13px;
  }
}
.sec-movie__item-name {
  position: absolute;
  bottom: 5%;
  left: 2vw;
  z-index: 6;
  font-size: clamp(20px, 1.3541666667vw, 26px);
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-movie__item-name {
    bottom: 10px;
    left: 10px;
    font-size: 13px;
  }
}
.sec-movie__item--multiple {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .sec-movie__item--multiple {
    width: auto;
    margin-bottom: 25px;
  }
}
.sec-movie__item--multiple:nth-child(odd) {
  margin: 0 0 40px auto;
}
@media only screen and (max-width: 767px) {
  .sec-movie__item--multiple:nth-child(odd) {
    margin: 0 0 25px 0;
  }
}

/*--------------------------------------------------------------------------
  #sec-interview
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-interview {
  position: relative;
  margin-top: 8vw;
}
@media only screen and (max-width: 767px) {
  .sec-interview {
    margin-top: 50px;
  }
}
.sec-interview__obj {
  position: absolute;
  top: -2vw;
  right: 20px;
  z-index: 3;
  width: 7.5vw;
}
@media only screen and (max-width: 767px) {
  .sec-interview__obj {
    top: 15px;
    width: clamp(0px, 19.2vw, 144px);
  }
}
.sec-interview__obj img {
  width: 100%;
  height: auto;
}
.sec-interview__list {
  margin-top: clamp(60px, 4.375vw, 84px);
}
@media only screen and (max-width: 767px) {
  .sec-interview__list {
    margin: 30px -20px 0;
    padding-top: 60px;
  }
}
.sec-interview__list .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .sec-interview__list .swiper-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.sec-interview__person {
  width: 31.8%;
  margin: 0 0 clamp(30px, 6.7796610169vw, 80px) 2.2%;
  padding-top: clamp(30px, 2.6041666667vw, 50px);
}
@media only screen and (max-width: 767px) {
  .sec-interview__person {
    max-width: auto;
    width: auto;
    margin: 0;
    padding-top: clamp(0px, 7.2vw, 54px);
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .sec-interview__person.swiper-slide-active {
    padding-top: 0 !important;
  }
}
.sec-interview__person:nth-child(3n+1) {
  margin-left: 0;
}
.sec-interview__person:nth-child(3n+2) {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .sec-interview__person:nth-child(3n+2) {
    padding-top: clamp(0px, 7.2vw, 54px);
  }
}
.sec-interview__person a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mode-pc .sec-interview__person a:hover .sec-interview__person-img img, .mode-sp .sec-interview__person a:active .sec-interview__person-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sec-interview__person-img {
  aspect-ratio: 370/470;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-interview__person-img {
    aspect-ratio: 410/512;
  }
}
.sec-interview__person-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-interview__person-join {
  margin-top: clamp(10px, 1.0416666667vw, 20px);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .sec-interview__person-join {
    font-size: clamp(0px, 3.0666666667vw, 23px);
  }
}
.sec-interview__person-job {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .sec-interview__person-job {
    font-size: clamp(0px, 3.0666666667vw, 23px);
  }
}
.sec-interview__person-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .sec-interview__person-name {
    font-size: clamp(0px, 3.0666666667vw, 23px);
  }
}
.sec-interview__slide-btns {
  position: relative;
  display: none;
}
@media only screen and (max-width: 767px) {
  .sec-interview__slide-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 20px;
  }
}
.sec-interview__slide-btns .swiper-button-prev,
.sec-interview__slide-btns .swiper-button-next {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  margin-top: 0;
  background-color: transparent;
  border: 2px solid #0071bc;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-interview__slide-btns .swiper-button-prev,
  .sec-interview__slide-btns .swiper-button-next {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }
}
.sec-interview__slide-btns .swiper-button-prev::before,
.sec-interview__slide-btns .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  width: 20px;
  height: 20px;
  background: url("../../asset/img/common/ico_arrow_w.svg") no-repeat 50% 50%/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .sec-interview__slide-btns .swiper-button-prev::before,
  .sec-interview__slide-btns .swiper-button-next::before {
    content: none;
  }
}
.sec-interview__slide-btns .swiper-button-prev::after,
.sec-interview__slide-btns .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  width: 20px;
  height: 20px;
  background: url("../../asset/img/common/ico_arrow_b.svg") no-repeat 50% 50%/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-interview__slide-btns .swiper-button-prev::after,
  .sec-interview__slide-btns .swiper-button-next::after {
    width: 16px;
    height: 16px;
  }
}
.sec-interview__slide-btns .swiper-button-prev {
  right: inherit;
  bottom: inherit;
  left: 0;
}
.sec-interview__slide-btns .swiper-button-prev::after {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
}
.sec-interview__slide-btns .swiper-button-next {
  right: inherit;
  bottom: inherit;
  left: calc(100% - 40px);
}
@media only screen and (max-width: 767px) {
  .sec-interview__slide-btns .swiper-button-next {
    left: auto;
    margin-left: 10px;
  }
}

/*--------------------------------------------------------------------------
  #sec-future
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-future {
  position: relative;
  z-index: 3;
}
.sec-future.c-main-body::before {
  bottom: -11vw;
}
@media only screen and (max-width: 767px) {
  .sec-future.c-main-body::before {
    bottom: -12vw;
  }
}
.sec-future__obj {
  position: absolute;
  top: -11vw;
  right: 0;
  z-index: 3;
  width: 24.4vw;
}
@media only screen and (max-width: 767px) {
  .sec-future__obj {
    top: -100px;
    right: -40vw;
    width: clamp(0px, 67.2vw, 504px);
  }
}
.sec-future__obj img {
  width: 100%;
  height: auto;
}
.sec-future__report-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sec-future__report-content {
    display: block;
  }
}
.sec-future__report-main {
  width: 57.3%;
}
@media only screen and (max-width: 767px) {
  .sec-future__report-main {
    width: auto;
  }
}
.sec-future__report-sub {
  width: 39.2%;
}
@media only screen and (max-width: 767px) {
  .sec-future__report-sub {
    width: auto;
    margin-top: 30px;
  }
}
.sec-future__report-item-img {
  aspect-ratio: 1/1;
  border-radius: clamp(20px, 2.0833333333vw, 40px);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-future__report-item-img {
    border-radius: clamp(20px, 5.3333333333vw, 40px);
  }
}
.sec-future__report-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-future__report-item-hdg {
  margin-top: 15px;
  font-size: clamp(16px, 1.3541666667vw, 26px);
  color: #0071bc;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .sec-future__report-item-hdg {
    font-size: clamp(0px, 4.2666666667vw, 32px);
  }
}
.sec-future__report-item-txt {
  margin-top: 10px;
  font-size: clamp(13px, 0.7291666667vw, 14px);
  font-weight: 400;
  color: #0071bc;
}
@media only screen and (max-width: 767px) {
  .sec-future__report-item-txt {
    font-size: clamp(0px, 3.0666666667vw, 23px);
  }
}
.sec-future__report-item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mode-pc .sec-future__report-item a:hover img, .mode-sp .sec-future__report-item a:active img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sec-future__report-subitem:not(:first-of-type) {
  margin-top: clamp(10px, 1.5625vw, 30px);
}
@media only screen and (max-width: 767px) {
  .sec-future__report-subitem:not(:first-of-type) {
    margin-top: 20px;
  }
}
.sec-future__report-subitem-img {
  aspect-ratio: 462/308;
  border-radius: clamp(20px, 2.0833333333vw, 40px);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-future__report-subitem-img {
    aspect-ratio: 670/446;
    border-radius: clamp(20px, 5.3333333333vw, 40px);
  }
}
.sec-future__report-subitem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-future__report-subitem-txt {
  margin-top: 15px;
  font-size: clamp(16px, 1.0416666667vw, 20px);
  color: #0071bc;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .sec-future__report-subitem-txt {
    font-size: clamp(0px, 3.7333333333vw, 28px);
  }
}
.sec-future__report-subitem a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mode-pc .sec-future__report-subitem a:hover img, .mode-sp .sec-future__report-subitem a:active img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sec-future__report-more {
  margin-top: 4vw;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-future__report-more {
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------------------
  #sec-sustainability
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-sustainability {
  position: relative;
  margin-top: 18vw;
}
@media only screen and (max-width: 767px) {
  .sec-sustainability {
    margin-top: 100px;
  }
}
.sec-sustainability__obj {
  position: absolute;
  top: -2vw;
  right: 20px;
  z-index: 3;
  width: 7.5vw;
}
@media only screen and (max-width: 767px) {
  .sec-sustainability__obj {
    top: 15px;
    width: clamp(0px, 19.2vw, 144px);
  }
}
.sec-sustainability__obj img {
  width: 100%;
  height: auto;
}
.sec-sustainability__list {
  margin-top: clamp(60px, 4.375vw, 84px);
}
@media only screen and (max-width: 767px) {
  .sec-sustainability__list {
    margin-top: 60px;
  }
}
.sec-sustainability__more {
  margin-top: 4vw;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-sustainability__more {
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------------------
  #sec-technology
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-technology {
  position: relative;
  margin-top: 10vw;
}
@media only screen and (max-width: 767px) {
  .sec-technology {
    margin-top: 80px;
  }
}
.sec-technology__obj {
  position: absolute;
  top: -1.2vw;
  right: -1vw;
  z-index: 3;
  width: 12vw;
}
@media screen and (max-width: 1290px) {
  .sec-technology__obj {
    right: 1vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-technology__obj {
    top: 5px;
    right: -10vw;
    width: clamp(0px, 30.6666666667vw, 230px);
  }
}
.sec-technology__obj img {
  width: 100%;
  height: auto;
}
.sec-technology__list {
  margin-top: clamp(60px, 4.375vw, 84px);
}
@media only screen and (max-width: 767px) {
  .sec-technology__list {
    margin-top: 60px;
  }
}
.sec-technology__more {
  margin-top: 4vw;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-technology__more {
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------------------
  #sec-works
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-works {
  position: relative;
  margin-top: 8vw;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .sec-works {
    margin-top: 50px;
  }
}
.sec-works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec-works__item {
  max-width: 376px;
  width: 31.8%;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .sec-works__item {
    max-width: none;
    width: 48%;
    margin-left: 0;
  }
  .sec-works__item:nth-child(odd) {
    padding-top: clamp(0px, 7.2vw, 54px) !important;
  }
  .sec-works__item:nth-child(even) {
    margin-left: auto !important;
  }
}
.sec-works__item:nth-child(3n+1) {
  margin-left: 0;
  padding-top: clamp(60px, 5.2083333333vw, 100px);
}
@media only screen and (max-width: 767px) {
  .sec-works__item:nth-child(3n+1) {
    padding-top: 0;
  }
}
.sec-works__item:nth-child(3n+2) {
  padding-top: clamp(30px, 2.6041666667vw, 50px);
}
@media only screen and (max-width: 767px) {
  .sec-works__item:nth-child(3n+2) {
    padding-top: 0;
  }
}
.sec-works__item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mode-pc .sec-works__item a:hover .sec-works__img img, .mode-sp .sec-works__item a:active .sec-works__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sec-works__img {
  border-radius: clamp(20px, 2.0833333333vw, 40px);
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-works__img {
    border-radius: clamp(20px, 5.3333333333vw, 40px);
  }
}
.sec-works__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-works__txt01 {
  margin-top: clamp(10px, 1.0416666667vw, 20px);
  font-size: 14px;
  font-weight: 500;
  color: #0071bc;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .sec-works__txt01 {
    font-size: clamp(0px, 3.0666666667vw, 23px);
  }
}
.sec-works__txt02 {
  margin-top: 5px;
  font-size: clamp(16px, 1.3541666667vw, 26px);
  font-weight: 500;
  color: #0071bc;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .sec-works__txt02 {
    font-size: clamp(0px, 4.2666666667vw, 32px);
  }
}
.sec-works__more {
  margin-top: 3vw;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-works__more {
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------------------
  #sec-data
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-data {
  position: relative;
  z-index: 3;
  padding-bottom: 8vw;
  background: #C8E4F0;
}
@media only screen and (max-width: 767px) {
  .sec-data {
    padding-bottom: 70px;
  }
}
.sec-data__obj {
  position: absolute;
  z-index: 3;
}
.sec-data__obj--01 {
  top: -9vw;
  right: 0;
  width: 24.4vw;
}
@media only screen and (max-width: 767px) {
  .sec-data__obj--01 {
    top: -125px;
    right: -40vw;
    width: clamp(0px, 67.2vw, 504px);
  }
}
.sec-data__obj--02 {
  bottom: -1vw;
  left: -4vw;
  width: clamp(0px, 19.6875vw, 378px);
}
@media screen and (min-width: 768px) and (max-width: 1360px) {
  .sec-data__obj--02 {
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-data__obj--02 {
    display: none;
  }
}
.sec-data__obj img {
  width: 100%;
  height: auto;
}
.sec-data__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec-data__num {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-64%);
          transform: translateX(-64%);
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: clamp(0px, 8.4745762712vw, 100px);
  font-weight: 400;
  color: #0071bc;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-data__num {
    -webkit-transform: translateX(-60%);
            transform: translateX(-60%);
    font-size: clamp(0px, 17.3333333333vw, 130px);
  }
}
.sec-data__item {
  position: relative;
}
.sec-data__item img {
  width: 100%;
  height: auto;
}
.sec-data__item--01 {
  width: 79%;
  margin-bottom: 2.2%;
}
@media only screen and (max-width: 767px) {
  .sec-data__item--01 {
    width: auto;
    margin-bottom: 15px;
  }
}
.sec-data__item--01 .sec-data__num {
  top: 43%;
}
@media only screen and (max-width: 767px) {
  .sec-data__item--01 .sec-data__num {
    top: 38%;
  }
}
.sec-data__item--02 {
  width: 41.61%;
}
@media only screen and (max-width: 767px) {
  .sec-data__item--02 {
    width: 54.77%;
  }
}
.sec-data__item--02 .sec-data__num {
  top: 13.5%;
}
@media only screen and (max-width: 767px) {
  .sec-data__item--02 .sec-data__num {
    -webkit-transform: translateX(-72%);
            transform: translateX(-72%);
    top: 36%;
    font-size: clamp(0px, 13.3333333333vw, 100px);
  }
}
.sec-data__item--03 {
  width: 23.22%;
  margin-inline: 2.2%;
}
@media only screen and (max-width: 767px) {
  .sec-data__item--03 {
    width: 40.895%;
    margin-inline: auto 0;
  }
}
.sec-data__item--03 .sec-data__num {
  top: 13.5%;
}
@media only screen and (max-width: 767px) {
  .sec-data__item--03 .sec-data__num {
    -webkit-transform: translateX(-68%);
            transform: translateX(-68%);
    top: 36%;
    font-size: clamp(0px, 13.3333333333vw, 100px);
  }
}
.sec-data__item--04 {
  width: 30.76%;
}
@media only screen and (max-width: 767px) {
  .sec-data__item--04 {
    width: auto;
    margin-top: 15px;
  }
}
.sec-data__item--05 {
  width: 32.37%;
  margin-top: -31.525%;
}
@media only screen and (max-width: 767px) {
  .sec-data__item--05 {
    width: 48%;
    margin-top: 15px;
  }
}
.sec-data__item--06 {
  width: 32.37%;
  margin: -31.525% 0 0 2.2%;
}
@media only screen and (max-width: 767px) {
  .sec-data__item--06 {
    width: 48%;
    margin: 15px 0 0 auto;
  }
}
.sec-data__item--07 {
  width: 57.966%;
  margin: 2.2% 2.2% 0 0;
}
@media only screen and (max-width: 767px) {
  .sec-data__item--07 {
    width: auto;
    margin: 15px 0 0 0;
  }
}
.sec-data__item--08 {
  width: 39.83%;
  margin-top: 2.2%;
}
@media only screen and (max-width: 767px) {
  .sec-data__item--08 {
    width: 39.253%;
    margin: -44.925% 0 0 auto;
  }
}
.sec-data__item--08 .sec-data__num {
  -webkit-transform: translateX(-2%);
          transform: translateX(-2%);
  top: 17%;
}
@media only screen and (max-width: 767px) {
  .sec-data__item--08 .sec-data__num {
    -webkit-transform: translateX(-68%);
            transform: translateX(-68%);
    top: 24%;
    font-size: clamp(0px, 13.3333333333vw, 100px);
  }
}
.sec-data__item--09 {
  width: 55.5%;
  margin: -23.8% 0 0 44.49%;
}
@media only screen and (max-width: 767px) {
  .sec-data__item--09 {
    width: auto;
    margin: 15px 0 0 0;
  }
}
.sec-data__item--10 {
  width: 41.949%;
  margin: 2.2% 2.2% 0 0;
}
@media only screen and (max-width: 767px) {
  .sec-data__item--10 {
    width: auto;
    margin: 15px 0 0 0;
  }
}
.sec-data__item--11 {
  width: 55.847%;
  margin-top: 2.2%;
}
@media only screen and (max-width: 767px) {
  .sec-data__item--11 {
    width: auto;
    margin-top: 15px;
  }
}
.sec-data__item--12 {
  width: 55.847%;
  margin: -6.1% 0 0 44.1525%;
}
@media only screen and (max-width: 767px) {
  .sec-data__item--12 {
    width: auto;
    margin: 15px 0 0;
  }
}

/*--------------------------------------------------------------------------
  #sec-about
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-about {
  position: relative;
  z-index: 3;
  padding-bottom: 1vw;
  background: #C8E4F0;
}
@media only screen and (max-width: 767px) {
  .sec-about {
    padding-bottom: 30px;
  }
}
.sec-about__obj {
  position: absolute;
  z-index: 3;
  top: -9vw;
  right: 0;
  width: 24.4vw;
}
@media only screen and (max-width: 767px) {
  .sec-about__obj {
    top: -125px;
    right: -40vw;
    width: clamp(0px, 67.2vw, 504px);
  }
}
.sec-about__obj img {
  width: 100%;
  height: auto;
}
.sec-about__movie {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 96/54;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-about__movie {
    aspect-ratio: 540/304;
  }
}
.sec-about__movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-about__movie button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-about__movie button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 113, 188, 0.3);
}
.sec-about__movie button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 76px;
  height: 76px;
  background: url("../../asset/img/common/ico_play.svg") no-repeat 50% 50%/contain;
}
@media only screen and (max-width: 767px) {
  .sec-about__movie button::after {
    width: 35px;
    height: 35px;
  }
}
.sec-about__movie button.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mode-pc .sec-about__movie button:hover .sec-jobcareer__item-bg img, .mode-sp .sec-about__movie button:active .sec-jobcareer__item-bg img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.sec-about__movie-bg {
  width: 100%;
  height: 100%;
}
.sec-about__movie-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-about__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(0px, 8.4745762712vw, 100px);
}
@media only screen and (max-width: 767px) {
  .sec-about__lead {
    display: block;
  }
}
.sec-about__lead-body {
  width: 66%;
}
@media only screen and (max-width: 767px) {
  .sec-about__lead-body {
    width: auto;
  }
}
.sec-about__lead-copy {
  font-size: clamp(21px, 2.1186440678vw, 25px);
}
.sec-about__lead-txt {
  margin-top: clamp(20px, 1.6949152542vw, 20px);
  font-size: clamp(16px, 1.5254237288vw, 18px);
  line-height: 2.1;
}
@media only screen and (max-width: 767px) {
  .sec-about__lead-txt {
    margin-top: 15px;
    font-size: 14px;
  }
}
.sec-about__lead-img {
  width: 27%;
}
@media only screen and (max-width: 767px) {
  .sec-about__lead-img {
    width: 48%;
    margin-top: 30px;
  }
}
.sec-about__lead-img img {
  width: 100%;
  height: auto;
  border-radius: clamp(20px, 3.3898305085vw, 40px);
}
.sec-about__num {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-64%);
          transform: translateX(-64%);
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: clamp(0px, 8.4745762712vw, 100px);
  font-weight: 400;
  color: #0071bc;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-about__num {
    -webkit-transform: translateX(-60%);
            transform: translateX(-60%);
    font-size: clamp(0px, 17.3333333333vw, 130px);
  }
}
.sec-about__item {
  position: relative;
}
.sec-about__item img {
  width: 100%;
  height: auto;
}
.sec-about__item--11 {
  width: 55.847%;
  margin-top: 2.2%;
}
@media only screen and (max-width: 767px) {
  .sec-about__item--11 {
    width: auto;
    margin-top: 15px;
  }
}
.sec-about__item--12 {
  width: 55.847%;
  margin: -6.1% 0 0 44.1525%;
}
@media only screen and (max-width: 767px) {
  .sec-about__item--12 {
    width: auto;
    margin: 15px 0 0;
  }
}

/*--------------------------------------------------------------------------
  #sec-truths
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-truths {
  position: relative;
  padding-top: clamp(0px, 7.2916666667vw, 140px);
}
.sec-truths__header {
  position: relative;
}
.sec-truths__header-content {
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
  padding: 20px clamp(20px, 5.0847457627vw, 60px);
  background: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-truths__header-content {
    max-width: none;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-truths__header-hdg {
    width: 72%;
    margin: auto;
  }
  .sec-truths__header-hdg img {
    width: 100%;
    height: auto;
  }
}
.sec-truths__header-copy {
  font-size: clamp(23px, 2.5423728814vw, 30px);
  color: #0177D1;
}
@media only screen and (max-width: 767px) {
  .sec-truths__header-copy {
    margin-top: 12px;
  }
}
.sec-truths__header-copy span {
  margin-inline: -10px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(42px, 4.6610169492vw, 55px);
}
@media only screen and (max-width: 767px) {
  .sec-truths__header-copy span {
    line-height: 1;
  }
}
.sec-truths__header-txt {
  margin-top: 10px;
  font-size: clamp(16px, 1.5254237288vw, 18px);
  line-height: 2.4;
}
.sec-truths__header-bg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .sec-truths__header-bg {
    position: relative;
    top: inherit;
    -webkit-transform: none;
            transform: none;
  }
}
.sec-truths__header-bglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 267px;
  -webkit-animation: bgloop 40s linear infinite;
          animation: bgloop 40s linear infinite;
}
@media only screen and (max-width: 767px) {
  .sec-truths__header-bglist {
    height: 133px;
  }
}
.sec-truths__header-bgimg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 10px;
}
.sec-truths__header-bgimg img {
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
}
@-webkit-keyframes bgloop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes bgloop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.sec-truths__content {
  position: relative;
  margin-top: clamp(60px, 8.4745762712vw, 100px);
  padding-top: clamp(100px, 11.8644067797vw, 140px);
}
@media only screen and (max-width: 767px) {
  .sec-truths__content {
    padding-top: 160px;
  }
}
.sec-truths__content-fuki {
  position: relative;
  z-index: 1;
  position: absolute;
  top: 150px;
  left: clamp(0px, 5.0847457627vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 100px;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .sec-truths__content-fuki {
    padding-left: 60px;
    top: 170px;
  }
}
.sec-truths__content-fuki .img {
  position: absolute;
  top: 0;
  left: 0;
}
.sec-truths__content-fuki .img img {
  max-width: 100%;
  height: auto;
}
.sec-truths__content-fuki .txt {
  position: relative;
  display: inline-block;
  padding: clamp(20px, 1.5625vw, 30px) clamp(20px, 2.0833333333vw, 40px);
  border-radius: clamp(20px, 1.5625vw, 30px);
  background: #C8E4F0;
  font-size: clamp(23px, 1.5625vw, 30px);
  color: #0177D1;
}
@media only screen and (max-width: 767px) {
  .sec-truths__content-fuki .txt {
    margin-right: 20px;
    padding: 20px 22px;
    border-radius: 10px;
  }
}
.sec-truths__content-fuki .txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 38px;
  background: url("../img/company/img_about_truths_fuki.png") no-repeat 50% 50%/contain;
}
@media only screen and (max-width: 767px) {
  .sec-truths__content-fuki .txt::before {
    top: 70%;
    left: -9px;
    -webkit-transform: none;
            transform: none;
    width: 9px;
    height: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-truths__content-fuki--01 .img {
    width: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-truths__content-fuki--02 .img {
    width: 52px;
  }
}
.sec-truths__content-fuki {
  /*表示*/
}
.sec-truths__content-fuki.is-visible.is-animated {
  top: 0;
}
.sec-truths__content-main {
  position: relative;
  z-index: 2;
  padding: clamp(40px, 6.7796610169vw, 80px) clamp(30px, 5.0847457627vw, 60px);
  border: 1px solid #0071bc;
  border-radius: clamp(20px, 3.3898305085vw, 40px);
  background: #F8F8F8;
}
@media only screen and (max-width: 767px) {
  .sec-truths__content-main {
    padding: 20px 20px 35px;
  }
}
.sec-truths__content-badge {
  position: absolute;
  top: -4.4vw;
  right: -1.8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(100px, 11.5254237288vw, 136px);
  height: clamp(100px, 11.5254237288vw, 136px);
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .sec-truths__content-badge {
    top: -8vw;
    right: -8vw;
    width: clamp(100px, 26.4vw, 198px);
    height: clamp(100px, 26.4vw, 198px);
  }
}
.sec-truths__content-badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/company/ico_about_truths_badge.svg") no-repeat 50% 50%/contain;
  -webkit-animation: badge-rotate 10s linear infinite;
          animation: badge-rotate 10s linear infinite;
  z-index: -1;
}
.sec-truths__content-badge .ttl {
  font-size: clamp(16px, 1.6949152542vw, 20px);
}
@media only screen and (max-width: 767px) {
  .sec-truths__content-badge .ttl {
    font-size: 15px;
  }
}
.sec-truths__content-badge .num {
  margin-top: 3px;
  font-size: clamp(40px, 3.813559322vw, 45px);
}
@media only screen and (max-width: 767px) {
  .sec-truths__content-badge .num {
    font-size: 33px;
  }
}
@-webkit-keyframes badge-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes badge-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.sec-truths__content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sec-truths__content-body {
    display: block;
  }
}
.sec-truths__content-body--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sec-truths__content-body--reverse .sec-truths__content-gallery {
  padding-top: 12%;
}
@media only screen and (max-width: 767px) {
  .sec-truths__content-body--reverse .sec-truths__content-gallery {
    padding-top: 0;
  }
}
.sec-truths__content-gallery {
  width: 42.45%;
}
@media only screen and (max-width: 767px) {
  .sec-truths__content-gallery {
    width: auto;
  }
}
.sec-truths__content-img {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: clamp(20px, 3.3898305085vw, 40px);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-truths__content-img {
    aspect-ratio: 590/326;
  }
}
.sec-truths__content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-truths__content-img figcaption {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  font-size: clamp(12px, 1.186440678vw, 14px);
  font-weight: 350;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-truths__content-img figcaption {
    right: 1rem;
    bottom: 1rem;
    font-size: 11px;
  }
}
.sec-truths__content-imglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(20px, 2.5423728814vw, 30px);
}
.sec-truths__content-imgitem {
  position: relative;
  width: 47.77%;
}
@media only screen and (max-width: 767px) {
  .sec-truths__content-imgitem .sec-truths__content-img {
    aspect-ratio: 285/191;
  }
}
.sec-truths__content-imgitem figcaption {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  font-size: clamp(12px, 1.186440678vw, 14px);
  font-weight: 350;
  color: #fff;
  line-height: 1.2;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .sec-truths__content-imgitem figcaption {
    right: 1rem;
    bottom: 1rem;
    font-size: 10px;
  }
}
.sec-truths__content-sentence {
  width: 52.45%;
}
@media only screen and (max-width: 767px) {
  .sec-truths__content-sentence {
    width: auto;
  }
}
.sec-truths__content-copy {
  font-size: clamp(20px, 2.1186440678vw, 25px);
  color: #0071bc;
  line-height: 1.8;
  leading-trim: both;
  text-edge: cap;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
@media only screen and (max-width: 767px) {
  .sec-truths__content-copy {
    margin-top: 20px;
    font-size: 21px;
    line-height: 1.6;
  }
}
.sec-truths__content-txt {
  margin-top: clamp(20px, 2.1186440678vw, 25px);
  font-size: clamp(16px, 1.5254237288vw, 18px);
  line-height: 2.1;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .sec-truths__content-txt {
    margin-top: 10px;
    font-size: 14px;
  }
}
.sec-truths__content-caption {
  margin-top: 10px;
  font-size: clamp(13px, 1.186440678vw, 14px);
}
@media only screen and (max-width: 767px) {
  .sec-truths__content-caption {
    font-size: 10px;
  }
}
.sec-truths__content-more {
  margin-top: clamp(30px, 4.2372881356vw, 50px);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-truths__content-more {
    margin-top: 25px;
  }
}
.sec-truths__content:nth-child(2) .sec-truths__content-fuki .img, .sec-truths__content:nth-child(4) .sec-truths__content-fuki .img, .sec-truths__content:nth-child(6) .sec-truths__content-fuki .img {
  top: clamp(0px, 2.7118644068vw, 32px);
}
@media only screen and (max-width: 767px) {
  .sec-truths__content:nth-child(2) .sec-truths__content-fuki .img, .sec-truths__content:nth-child(4) .sec-truths__content-fuki .img, .sec-truths__content:nth-child(6) .sec-truths__content-fuki .img {
    top: 100px;
  }
}
.sec-truths__content:nth-child(3) .sec-truths__content-fuki .img, .sec-truths__content:nth-child(5) .sec-truths__content-fuki .img {
  top: 10px;
}
@media only screen and (max-width: 767px) {
  .sec-truths__content:nth-child(3) .sec-truths__content-fuki .img, .sec-truths__content:nth-child(5) .sec-truths__content-fuki .img {
    top: 56px;
    left: 5px;
  }
}
.sec-truths__content:nth-child(3) .sec-truths__content-fuki .img img, .sec-truths__content:nth-child(5) .sec-truths__content-fuki .img img {
  width: 104px;
  height: auto;
}
.sec-truths__content:nth-child(3) .sec-truths__content-fuki .txt, .sec-truths__content:nth-child(5) .sec-truths__content-fuki .txt {
  margin-left: clamp(0px, 3.3898305085vw, 40px);
}
@media only screen and (max-width: 767px) {
  .sec-truths__content:nth-child(3) .sec-truths__content-fuki .txt, .sec-truths__content:nth-child(5) .sec-truths__content-fuki .txt {
    margin-left: 10px;
  }
}
.sec-truths__content:nth-child(3) .sec-truths__content-badge, .sec-truths__content:nth-child(5) .sec-truths__content-badge {
  right: inherit;
  left: -1.8vw;
}
@media only screen and (max-width: 767px) {
  .sec-truths__content:nth-child(3) .sec-truths__content-badge, .sec-truths__content:nth-child(5) .sec-truths__content-badge {
    right: -8vw;
    left: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .sec-truths__content:nth-child(3) {
    padding-top: 120px;
  }
}
.sec-truths__content:nth-child(3) .sec-truths__content-fuki {
  left: clamp(0px, 47.4576271186vw, 560px);
}
@media only screen and (max-width: 767px) {
  .sec-truths__content:nth-child(3) .sec-truths__content-fuki {
    left: 20px;
  }
}
.sec-truths__content:nth-child(5) .sec-truths__content-fuki {
  left: inherit;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-truths__content:nth-child(5) .sec-truths__content-fuki {
    right: inherit;
    left: 20px;
    padding-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-truths__content:nth-child(5) .img {
    top: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sec-truths__content:nth-child(6) {
    padding-top: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-truths__content:nth-child(6) .sec-truths__content-fuki .img {
    top: 70px;
  }
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*# sourceMappingURL=company.css.map */