/*---------------------------------------------------------------------------*/
.about-kv {
  margin-top: 0;
  padding-top: 27rem;
  background-color: #dae1e5;
}

.about-kv-title {
  position: static;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  margin-bottom: 3.5rem;
}

.about-kv-title .key-title_ja {
  color: #51656F;
}

@media screen and (min-width: 769px) {
  .about-kv .key-img {
    display: block;
    width: -webkit-calc(1400/1600 * 100%);
    width: -moz-calc(1400/1600 * 100%);
    width: calc(1400/1600 * 100%);
    margin: 0 auto;
  }
}

.p-about {
  /* section mission */
  /* section feature */
  /* section feature */
}

.p-about_mission {
  padding: 20rem 0;
  background-color: #dae1e5;
}

.p-about_mission .section-title {
  margin-bottom: 5rem;
}

.p-about_mission .mission-ttl img {
  width: 13.6rem;
  height: auto;
}

.p-about_mission .about-mission .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-about_mission .about-mission .about-mission_ctn {
  width: 57rem;
}

.p-about_mission .about-mission .about-mission_ctn h3 {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 2rem;
}

.p-about_mission .about-mission .about-mission_img {
  width: 50rem;
  margin-right: -20rem;
}

.p-about_mission .about-mission.mission2 .about-mission_img {
  margin-right: 0;
  margin-left: -20rem;
}

.p-about_mission .mission-list {
  margin: 13rem auto;
}

.p-about_mission .mission-list.container {
  width: 100%;
  max-width: 103rem;
}

.p-about_mission .mission-list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.2rem;
}

.p-about_mission .mission-list ul li {
  line-height: 0;
  width: -webkit-calc(100%/3 - 0.8rem);
  width: -moz-calc(100%/3 - 0.8rem);
  width: calc(100%/3 - 0.8rem);
}

.p-about_story {
  padding: 21rem 0 20rem;
}

.p-about_story .section-title {
  margin-bottom: 5rem;
}

.p-about_story .story-ttl img {
  width: 9.2rem;
  height: auto;
}

.p-about_story .about-story_art {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0 4.5rem;
}

.p-about_story .about-story_art + .about-story_art {
  margin-top: 8rem;
}

.p-about_story .about-story_art__ctn {
  width: 46rem;
}

.p-about_story .about-story_art__ctn .about-story_art__tl {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-bottom: 2rem;
  white-space: nowrap;
}

.p-about_story .about-story_art__img {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: -9.5rem;
}

.p-about_story .about-story_art__img img {
  width: 58.9rem;
}

.p-about_story .about-story_art:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-about_story .about-story_art:nth-child(even) .about-story_art__img {
  margin-right: 0;
}

.p-about_story .about-story_art:nth-child(even) .about-story_art__img img {
  width: 50.9rem;
  margin-left: -1.5rem;
}

.p-about_feature {
  padding: 24rem 0 27rem;
  background-color: #dae1e5;
}

.p-about_feature .container {
  width: 111rem;
}

.p-about_feature .section-title {
  margin-bottom: 12rem;
}

.p-about_feature .feature-ttl img {
  width: 15rem;
  height: auto;
}

.p-about_feature .about-feature .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0 15rem;
}

.p-about_feature .about-feature_ctn {
  width: 58rem;
}

.p-about_feature .about-feature_img {
  width: 35rem;
}

.p-about_feature .about-feature_art {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0 5.5rem;
  position: relative;
}

.p-about_feature .about-feature_art + .about-feature_art {
  padding: 5rem 0 0;
  margin-top: 5rem;
}

.p-about_feature .about-feature_art + .about-feature_art::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #51656F;
}

.p-about_feature .about-feature_art .about-feature_head {
  width: 7.6rem;
  padding-top: 1rem;
}

.p-about_feature .about-feature_art .about-feature_head img {
  width: 7.6rem;
  height: auto;
}

.p-about_feature .about-feature_art .about-feature_cpy {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-about_feature .about-feature_art .about-feature_cpy .abs-tl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.p-about_feature .about-feature_art .about-feature_cpy .abs-tx {
  letter-spacing: 0.05em;
}

.p-about_feature .about-feature_art .about-feature_cpy .abs-flx {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
}

.p-about_feature .about-feature_art .about-feature_cpy .abs-flx .abs-tx {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-about_feature .about-feature_art .about-feature_cpy .abs-flx .abs-img {
  width: 11rem;
}

/** section-maps **/
.section-maps {
  padding: 21rem 0 0;
}

.maps-ctn {
  max-width: 133rem;
  margin: 8rem auto 0;
  padding: 0 5.625%;
}

.maps-ctn h3 {
  font-size: 2.4rem;
}

.maps-ctn p {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.maps {
  width: 100%;
  height: 58rem;
}

.maps iframe {
  width: 100%;
  height: 100%;
}

/** section-company **/
.section-company .c-logo {
  width: 20.2rem;
  margin: 21rem auto 9rem;
}

.section-company .section-title {
  position: relative;
}

.section-company .section-title .en {
  font-size: 1.8rem;
}

.company-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  max-width: 100rem;
  margin: 0 auto;
}

.company-row .col {
  width: -webkit-calc(50% - 4rem);
  width: -moz-calc(50% - 4rem);
  width: calc(50% - 4rem);
}

.company-row .col:last-child {
  margin-left: 8rem;
}

.company-row .col:last-child .section-title .en:after {
  width: 140%;
}

.cpn {
  padding: 0 0 0 3rem;
}

.cpn table {
  font-size: 1.3rem;
}

.cpn table th, .cpn table td {
  padding: 0.5rem 0;
}

.cpn table th {
  font-weight: normal;
  width: 6.6rem;
  text-align: left;
}

.cpn table td span {
  display: inline-block;
  width: 11rem;
  margin-left: -11rem;
}

.cpn table td .txt-indent {
  padding-left: 11rem;
}

.cpn-lbl {
  position: absolute;
  left: 13rem;
  top: -1rem;
  font-weight: bold;
  font-family: "Avant Garde", "Avantgarde", "Century Gothic", "CenturyGothic", "AppleGothic", sans-serif;
  font-style: italic;
  font-size: 3.5rem;
  display: inline-block;
  line-height: 1;
}

.cpn-lbl.active span {
  display: inline-block;
  opacity: 0.0;
  -webkit-animation: port 2s 1 forwards;
     -moz-animation: port 2s 1 forwards;
          animation: port 2s 1 forwards;
}

@media (min-width: 769px) and (max-width: 1110px) {
  .p-about_mission .about-mission {
    width: 100%;
    padding: 0 1.5rem;
    gap: 0 5rem;
  }
  .p-about_mission .about-mission .about-mission_ctn {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .about-kv {
    padding-top: 42.1875vw;
  }
  .about-kv .container {
    width: 100%;
    max-width: 78.125vw;
    padding: 0;
  }
  .about-kv-title {
    margin-bottom: 6.25vw;
  }
  .about-kv-title .recruit-ttl img {
    width: 45vw;
  }
  .about-kv .key-img {
    display: block;
    width: 78.125vw;
    margin: 0 auto;
  }
  .p-about {
    /* section mission */
    /* section feature */
    /* section feature */
  }
  .p-about_mission {
    padding: 25vw 0;
  }
  .p-about_mission .about-mission .container {
    display: block;
    padding: 0 10.9375vw;
  }
  .p-about_mission .about-mission .about-mission_ctn {
    width: 100%;
  }
  .p-about_mission .about-mission .about-mission_ctn h3 {
    font-size: 4.6875vw;
    margin-bottom: 4.6875vw;
  }
  .p-about_mission .about-mission .about-mission_img {
    width: 89.0625vw;
    margin-right: 0;
    margin-left: -10.9375vw;
    margin-top: 14.0625vw;
  }
  .p-about_mission .about-mission.mission2 .about-mission_img {
    margin-right: -10.9375vw;
    margin-left: 0;
    margin-bottom: 14.84375vw;
    margin-top: 0;
  }
  .p-about_mission .mission-list {
    margin: 7.8125vw auto;
  }
  .p-about_mission .mission-list.container {
    width: 100%;
    padding: 0;
  }
  .p-about_mission .mission-list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 1.25vw;
  }
  .p-about_mission .mission-list ul li {
    line-height: 0;
    width: -webkit-calc(100%/3 - 0.9375vw);
    width: -moz-calc(100%/3 - 0.9375vw);
    width: calc(100%/3 - 0.9375vw);
  }
  .p-about_story {
    padding: 25vw 0;
  }
  .p-about_story .container {
    padding: 0 10.9375vw;
  }
  .p-about_story .about-story_art {
    display: block;
  }
  .p-about_story .about-story_art + .about-story_art {
    margin-top: 25vw;
  }
  .p-about_story .about-story_art__ctn {
    width: 100%;
  }
  .p-about_story .about-story_art__ctn .about-story_art__tl {
    font-size: 4.6875vw;
    line-height: 1.5;
    margin-bottom: 6.25vw;
  }
  .p-about_story .about-story_art__img {
    margin: 7.8125vw -7.03125vw 0;
  }
  .p-about_story .about-story_art__img img {
    width: 92.03125vw;
  }
  .p-about_story .about-story_art:nth-child(even) .about-story_art__img {
    margin-right: auto;
    margin-left: auto;
  }
  .p-about_story .about-story_art:nth-child(even) .about-story_art__img img {
    width: 100%;
    margin-left: 0;
  }
  .p-about_feature {
    padding: 25vw 0;
  }
  .p-about_feature .container {
    width: 100%;
  }
  .p-about_feature .section-title {
    margin-bottom: 15.625vw;
  }
  .p-about_feature .feature-ttl img {
    width: 15rem;
    height: auto;
  }
  .p-about_feature .about-feature .container {
    display: block;
    padding: 0 10.9375vw;
  }
  .p-about_feature .about-feature .about-feature_ctn {
    width: 100%;
  }
  .p-about_feature .about-feature .about-feature_img {
    width: 100%;
    margin-top: 12.5vw;
  }
  .p-about_feature .about-feature .about-feature_art {
    display: block;
    position: relative;
  }
  .p-about_feature .about-feature .about-feature_art + .about-feature_art {
    padding: 10.9375vw 0 0;
    margin-top: 10.9375vw;
  }
  .p-about_feature .about-feature .about-feature_art .about-feature_head {
    width: 100%;
    padding-top: 0;
    margin-bottom: 5.46875vw;
  }
  .p-about_feature .about-feature .about-feature_art .about-feature_head img {
    width: 11.875vw;
    height: auto;
  }
  .p-about_feature .about-feature .about-feature_art .about-feature_cpy .abs-tl {
    font-size: 4.6875vw;
    line-height: 1.5;
    margin-bottom: 4.6875vw;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .p-about_feature .about-feature .about-feature_art .about-feature_cpy .abs-flx {
    display: block;
  }
  .p-about_feature .about-feature .about-feature_art .about-feature_cpy .abs-flx .abs-img {
    width: 17.1875vw;
    position: absolute;
    right: 0;
    top: 25vw;
  }
  /** section-maps **/
  .section-maps {
    padding: 25vw 0 0;
  }
  .maps-ctn {
    margin: 12.5vw auto 0;
    padding: 0 7.8125vw;
  }
  .maps-ctn h3 {
    font-size: 4.0625vw;
  }
  .maps-ctn p {
    font-size: 3.75vw;
    margin-bottom: 3.125vw;
  }
  .maps {
    width: -webkit-calc(100% + 15.625vw);
    width: -moz-calc(100% + 15.625vw);
    width: calc(100% + 15.625vw);
    margin: 0 -7.8125vw;
    height: 116.25vw;
  }
  .maps iframe {
    width: 100%;
    height: 100%;
  }
  /** section-company **/
  .section-company .c-logo {
    width: 38.125vw;
    margin: 21.875vw auto 12.5vw;
  }
  .section-company .section-title {
    position: relative;
    text-align: left;
  }
  .section-company .section-title .en {
    font-size: 3.125vw;
  }
  .section-company .section-title .container {
    max-width: 65.625vw;
  }
  .section-company .section-title .cpn-lbl {
    left: 43.75vw;
  }
  .company-row {
    display: block;
    max-width: 100%;
  }
  .company-row .col {
    width: 100%;
  }
  .company-row .col:last-child {
    margin-left: 0;
    margin-top: 12.5vw;
  }
  .company-row .col:last-child .section-title .en:after {
    width: 1000px;
  }
  .cpn {
    padding: 0 9.375vw;
  }
  .cpn table {
    font-size: 3.125vw;
  }
  .cpn table th, .cpn table td {
    padding: 0.5rem 0;
  }
  .cpn table th {
    font-weight: normal;
    width: 6.6rem;
    text-align: left;
  }
  .cpn table td span {
    display: inline-block;
    width: 15.625vw;
    margin-left: -15.625vw;
  }
  .cpn table td .txt-indent.txt01 {
    padding-left: 15.625vw;
  }
  .cpn table td .txt-indent.txt02 {
    padding-left: 15.625vw;
  }
  .cpn table td .txt-indent.txt02 span {
    width: auto;
    display: block;
  }
  .cpn table td .txt-indent.txt03 {
    padding-left: 0;
  }
  .cpn table td .txt-indent.txt03 span {
    margin-left: 0;
    width: 26.5625vw;
  }
  .cpn-lbl {
    position: absolute;
    left: 28.125vw;
    top: 0;
    font-weight: bold;
    font-family: "Avant Garde", "Avantgarde", "Century Gothic", "CenturyGothic", "AppleGothic", sans-serif;
    font-style: italic;
    font-size: 6.25vw;
    display: inline-block;
    line-height: 1;
  }
  .cpn.tbl-overview th, .cpn.tbl-overview td {
    display: block;
    width: 100%;
  }
  .cpn.tbl-overview th span {
    display: block;
    position: relative;
    padding-left: 3.90625vw;
    font-weight: bold;
  }
  .cpn.tbl-overview th span:after {
    position: absolute;
    content: '';
    width: 2.8125vw;
    height: 2.8125vw;
    left: 0;
    top: 0.9375vw;
    background: #55646E;
  }
}
