@charset "UTF-8";
/* ===================================================================
CSS information

file name  : interview.css
author     : Abilive
style info : 社員インタビュー
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
#abi_page {
  overflow: visible !important;
}

.p-hero-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .p-hero-title {
    padding: 0 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-hero-title {
    padding: 0 1rem;
  }
}
.p-hero-title span {
  line-height: .8;
  color: transparent;
  background: url("../images/common/bg_noize.png") repeat center top;
  background-image: url("../../files/images/common/bg_noize.png") repeat center;
  background-blend-mode: multiply;
  -webkit-background-clip: text;
  background-clip: text;
  opacity: .2;
  position: relative;
  z-index: 2;
  padding-bottom: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-hero-title span {
    font-size: 10vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-hero-title span {
    font-size: 15vw !important;
  }
}

.catch {
  font-size: calc(var(--abi-target-font-size) / var(--abi-parent-font-size) * 1rem);
  font-family: var(--abi-font-en);
  font-optical-sizing: auto;
  line-height: 1.5;
}
@media only screen and (min-width: 1025px) {
  .catch {
    --abi-target-font-size: 40;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .catch {
    --abi-target-font-size: 40;
  }
}
@media only screen and (max-width: 767px) {
  .catch {
    --abi-target-font-size: 20;
  }
}
.catch:before {
  content: "";
  display: block;
  width: 5rem;
  height: 4px;
  background-color: black;
  margin-bottom: 1rem;
}

.p-interview {
  position: relative;
  background: url(../../interview/images/bg_intro.webp) center/cover no-repeat;
}
.p-interview:before {
  content: "";
  width: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .p-interview:before {
    height: 22rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview:before {
    height: 11rem;
  }
}
.p-interview__inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  --abi-container-width: var(--abi-content-0);
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1025px) {
  .p-interview__inner {
    width: calc(var(--abi-child-width) / var(--abi-container-width) * 100%);
    --abi-child-width: var(--abi-content-2);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-interview__inner {
    max-width: calc(var(--abi-child-width) * 1px * ((15 + 1 + 1) / 15));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1440px) {
  .p-interview__inner {
    max-width: calc(var(--abi-child-width) * 1px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-interview__inner {
    width: calc(var(--abi-child-width) / var(--abi-container-width) * 100%);
    --abi-child-width: var(--abi-content-2);
  }
}
@media only screen and (max-width: 767px) {
  .p-interview__inner {
    width: calc(var(--abi-child-width) / var(--abi-container-width) * 100%);
    --abi-child-width: var(--abi-content-1);
  }
}
@media only screen and (min-width: 1025px) {
  .p-interview__intro {
    margin-top: -6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-interview__intro {
    margin-top: -4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview__intro {
    margin-top: -2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-interview__intro {
    padding-bottom: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview__intro {
    padding-bottom: 6rem;
  }
}
.p-interview__intro .subtitle {
  font-family: var(--abi-font-en);
  font-optical-sizing: auto;
  line-height: 1.5;
  color: var(--abi-color-e9);
}
@media only screen and (min-width: 1025px) {
  .p-interview__intro .subtitle {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-interview__intro .subtitle {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview__intro .subtitle {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-interview__intro .subtitle {
    margin-top: -2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview__intro .subtitle {
    margin-top: -2rem;
  }
}
.p-interview__intro .txt {
  color: var(--abi-color-f);
}
@media only screen and (min-width: 768px) {
  .p-interview__intro .txt {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview__intro .txt {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-interview__intro .txt {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview__intro .txt {
    font-size: 0.8rem;
  }
}
.p-interview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-interview__list li {
  overflow: hidden;
  border-radius: 1000px;
}
@media only screen and (min-width: 768px) {
  .p-interview__list li {
    width: calc(212 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-interview__list li {
    width: 32%;
  }
}
.p-interview__list li:nth-child(1) {
  margin-top: 12rem;
}
@media only screen and (max-width: 767px) {
  .p-interview__list li:nth-child(1) {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .p-interview__list li:nth-child(3) {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview__list li:nth-child(3) {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-interview__list li:nth-child(5) {
    margin-top: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview__list li:nth-child(5) {
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview__list li:nth-child(5) {
    display: none;
  }
}

.p-staff {
  margin-right: auto;
  margin-left: auto;
  --abi-container-width: var(--abi-content-0);
  padding-bottom: 6rem;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .p-staff {
    margin-top: -10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff {
    margin-top: -5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-staff {
    width: calc(var(--abi-child-width) / var(--abi-container-width) * 100%);
    --abi-child-width: var(--abi-content-2);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-staff {
    max-width: calc(var(--abi-child-width) * 1px * ((15 + 1 + 1) / 15));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1440px) {
  .p-staff {
    max-width: calc(var(--abi-child-width) * 1px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-staff {
    width: calc(var(--abi-child-width) / var(--abi-container-width) * 100%);
    --abi-child-width: var(--abi-content-2);
  }
}
@media only screen and (max-width: 767px) {
  .p-staff {
    width: calc(var(--abi-child-width) / var(--abi-container-width) * 100%);
    --abi-child-width: var(--abi-content-1);
  }
}
.p-staff__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .p-staff__list {
    gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff__list {
    gap: 2rem 0;
  }
}
.p-staff__item {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .p-staff__item {
    width: calc(300 / 1000 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-staff__item {
    width: 49%;
  }
}
@media only screen and (min-width: 768px) {
  .p-staff__item {
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff__item {
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-staff__item:nth-child(3n+2) {
    margin-top: 6rem;
  }
  .p-staff__item:nth-child(3n+1) {
    margin-top: 14rem;
  }
}
.p-staff__item .img {
  border-radius: calc(4 / var(--abi-parent-font-size) * 1rem);
  overflow: hidden;
  aspect-ratio: 300 / 399;
}
.p-staff__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-staff__item .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .p-staff__item .inner {
    padding: 0 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-staff__item .inner {
    padding: 0 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff__item .inner {
    padding: 0 0.5rem;
  }
}
.p-staff__item .inner .catch {
  font-size: calc(var(--abi-target-font-size) / var(--abi-parent-font-size) * 1rem);
}
@media only screen and (min-width: 1025px) {
  .p-staff__item .inner .catch {
    --abi-target-font-size: 24;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-staff__item .inner .catch {
    --abi-target-font-size: 24;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff__item .inner .catch {
    --abi-target-font-size: 20;
  }
}
.p-staff__item .inner .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .8rem;
}
@media only screen and (min-width: 768px) {
  .p-staff__item .inner .meta {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff__item .inner .meta {
    margin-top: 1rem;
  }
}
.p-staff__item .inner .meta .dept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-staff__item .inner .meta .dept:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1rem;
  background-color: var(--abi-color-b);
}
@media only screen and (min-width: 768px) {
  .p-staff__item .inner .meta .dept:after {
    margin: 0 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff__item .inner .meta .dept:after {
    margin: 0 0.5rem;
  }
}
.p-staff__item .inner .btn {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-staff__item .inner .btn .c-link {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .p-staff__item .inner .btn .c-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-interview-detail {
  padding-bottom: 8rem;
}
@media only screen and (min-width: 768px) {
  .p-interview-detail {
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview-detail {
    margin-top: 3rem;
  }
}
.p-interview-detail__intro {
  margin-right: auto;
  margin-left: auto;
  --abi-container-width: var(--abi-content-0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 1025px) {
  .p-interview-detail__intro {
    width: calc(var(--abi-child-width) / var(--abi-container-width) * 100%);
    --abi-child-width: var(--abi-content-2);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-interview-detail__intro {
    max-width: calc(var(--abi-child-width) * 1px * ((15 + 1 + 1) / 15));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1440px) {
  .p-interview-detail__intro {
    max-width: calc(var(--abi-child-width) * 1px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-interview-detail__intro {
    width: calc(var(--abi-child-width) / var(--abi-container-width) * 100%);
    --abi-child-width: var(--abi-content-2);
  }
}
@media only screen and (max-width: 767px) {
  .p-interview-detail__intro {
    width: calc(var(--abi-child-width) / var(--abi-container-width) * 100%);
    --abi-child-width: var(--abi-content-2);
  }
}
@media only screen and (min-width: 768px) {
  .p-interview-detail__intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview-detail__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .p-interview-detail__intro .img {
    width: calc(800 / 1262 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-interview-detail__intro .img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview-detail__intro .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .p-interview-detail__intro .inner {
    width: calc(422 / 1262 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-interview-detail__intro .inner {
    width: 100%;
  }
}
.p-interview-detail__intro .inner .catch {
  font-family: var(--abi-font-en);
  font-optical-sizing: auto;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .p-interview-detail__intro .inner .catch {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview-detail__intro .inner .catch {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-interview-detail__intro .inner .catch {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview-detail__intro .inner .catch {
    margin-bottom: 1rem;
  }
}
.p-interview-detail__intro .inner .catch:before {
  content: "";
  display: block;
  width: 5rem;
  height: 4px;
  background-color: black;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-interview-detail__intro .inner .catch {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-interview-detail__intro .inner .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .8rem;
}
@media only screen and (min-width: 768px) {
  .p-interview-detail__intro .inner .meta {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview-detail__intro .inner .meta {
    margin-top: 1rem;
  }
}
.p-interview-detail__intro .inner .meta .dept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-interview-detail__intro .inner .meta .dept:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1rem;
  background-color: var(--abi-color-b);
}
@media only screen and (min-width: 768px) {
  .p-interview-detail__intro .inner .meta .dept:after {
    margin: 0 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview-detail__intro .inner .meta .dept:after {
    margin: 0 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-interview-detail__intro .inner .profile {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview-detail__intro .inner .profile {
    margin-top: 1rem;
  }
}
.p-interview-detail__intro .inner .profile dt {
  font-family: var(--abi-font-en);
  font-optical-sizing: auto;
}
@media only screen and (min-width: 768px) {
  .p-interview-detail__intro .inner .profile dt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview-detail__intro .inner .profile dt {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview-detail__intro .inner {
    display: contents;
  }
  .p-interview-detail__intro .inner .catch {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-interview-detail__intro .inner .meta {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-interview-detail__intro .inner .name {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-interview-detail__intro .inner .profile {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 768px) {
  .p-interview-detail__body {
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview-detail__body {
    margin-top: 3rem;
  }
}
.p-interview-detail__body .p-hero-title span {
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .p-interview-detail__body .p-hero-title span {
    font-size: 6rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-interview-detail__body .p-hero-title span {
    font-size: 5rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview-detail__body .p-hero-title span {
    font-size: 2rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .p-interview-detail__body .p-hero-title span:nth-child(2) {
    padding-left: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview-detail__body .p-hero-title span:nth-child(2) {
    padding-left: 2rem;
  }
}

.box_sticky {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .box_sticky {
    margin-top: -3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_sticky {
    margin-top: -1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_sticky {
    margin-top: -1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .box_sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.box_sticky .box_sticky_item {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .box_sticky .box_sticky_item {
    width: calc(440 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_sticky .box_sticky_item {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .box_sticky .box_sticky_item {
    margin: 0 auto;
  }
}
.box_sticky .box_sticky_item .bg {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .box_sticky .box_sticky_item .bg {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .box_sticky .box_sticky_item .bg {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .box_sticky .box_sticky_item {
    top: calc(var(--nav-fix-h, 0px) + 3em);
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    margin-right: 0;
    margin-left: auto;
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
.box_sticky .box_flow_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .box_sticky .box_flow_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .box_sticky .box_flow_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .box_sticky .box_flow_item {
    width: calc(1000 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_sticky .box_flow_item {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .box_sticky .box_flow_item {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_sticky .box_flow_item {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .box_sticky .box_flow_item {
    padding: 0 calc(90 / 1000 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_sticky .box_flow_item {
    padding: 1rem 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .box_sticky .box_flow_item {
    gap: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_sticky .box_flow_item {
    gap: 4rem;
  }
}
.box_sticky .box_flow_item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .box_sticky .box_flow_item .inner {
    gap: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_sticky .box_flow_item .inner {
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .box_sticky .box_flow_item .inner {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_sticky .box_flow_item .inner {
    padding: 0 2rem;
  }
}
.box_sticky .box_flow_item .inner .c-title {
  border-top: 1px solid black;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .box_sticky .box_flow_item .inner .c-title {
    padding-top: 2.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_sticky .box_flow_item .inner .c-title {
    padding-top: 1.5rem;
  }
}
.box_sticky .box_flow_item .inner .c-title:after {
  content: "";
  display: block;
  width: 5rem;
  height: 4px;
  background-color: black;
  margin-bottom: 1rem;
  position: absolute;
  left: 0;
  top: -5px;
}
.box_sticky .box_flow_item .inner .st {
  width: 100%;
}
.box_sticky .box_flow_item .inner .info {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  .box_sticky .box_flow_item .inner .info {
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_sticky .box_flow_item .inner .info {
    gap: 1rem;
  }
}
.box_sticky .box_flow_item .inner .info .st {
  font-family: var(--abi-font-en);
  font-optical-sizing: auto;
  line-height: 1.5;
}
@media only screen and (min-width: 1025px) {
  .box_sticky .box_flow_item .inner .info .st {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_sticky .box_flow_item .inner .info .st {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_sticky .box_flow_item .inner .info .st {
    font-size: 1.5rem;
  }
}
.box_sticky .box_flow_item .inner .box_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.box_sticky .box_flow_item .inner .box_img.double .img {
  espect-ratio: 396 / 277;
  width: 50%;
}
.box_sticky .box_flow_item .inner .box_img.triple .img {
  espect-ratio: 260 / 277;
  width: 33%;
}
.box_sticky .box_flow_item .inner .box_img .img {
  overflow: hidden;
}
.box_sticky .box_flow_item .inner .box_img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box_sticky .box_flow_item .inner .c-accordion__button__icon {
  fill: black;
  background-color: white;
}
.box_sticky .box_flow_item .inner .c-accordion__target-text {
  font-size: .9rem;
}
.box_sticky .box_flow_item .inner .box_slider {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .box_sticky .box_flow_item .inner .box_slider {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .box_sticky .box_flow_item .inner .box_slider {
    width: 100%;
  }
}
.box_sticky .box_flow_item .inner .box_slider .swiper-slide {
  margin-right: .5rem;
  aspect-ratio: 340 / 511;
}
@media only screen and (min-width: 768px) {
  .box_sticky .box_flow_item .inner .box_slider .swiper-slide {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .box_sticky .box_flow_item .inner .box_slider .swiper-slide {
    width: 80%;
  }
}
.box_sticky .box_flow_item .inner .box_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .box_sticky .box_flow_item .inner:first-child {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_sticky .box_flow_item .inner:first-child {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .box_sticky.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .box_sticky.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.box_sticky.reverse .box_sticky_item .bg {
  left: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.box_msg {
  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;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .box_msg {
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_msg {
    margin-top: 5rem;
  }
}
.box_msg .inner {
  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;
}
@media only screen and (min-width: 768px) {
  .box_msg .inner {
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_msg .inner {
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .box_msg .inner {
    max-width: calc(900 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_msg .inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .box_msg .inner {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_msg .inner {
    padding: 0 2rem;
  }
}
.box_msg .inner .p-hero-title span {
  text-align: center;
  display: block;
  color: #f0f0f0;
  opacity: .9;
}
@media only screen and (min-width: 1025px) {
  .box_msg .inner .p-hero-title span {
    font-size: 6vw !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_msg .inner .p-hero-title span {
    font-size: 7vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .box_msg .inner .p-hero-title span {
    font-size: 9vw !important;
  }
}
.box_msg .inner .p-hero-title span:nth-child(2) {
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .box_msg .inner .img {
    width: calc(360 / 900 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_msg .inner .img {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .box_msg .inner .img {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_msg .inner .img {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .box_msg .catch {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_msg .catch {
    margin-top: 1rem;
  }
}
.box_msg .catch:before {
  display: none;
}
.box_msg:before {
  content: "";
  width: 100%;
  height: calc(460 / var(--abi-parent-font-size) * 1rem);
  position: absolute;
  top: 2rem;
  left: 0;
  z-index: -2;
  background-image: url(../../files/images/common/bg_noize.png);
  background-repeat: repeat;
}

.box_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid var(--abi-color-b);
  border-bottom: 1px solid var(--abi-color-b);
  display: flex;
}
@media only screen and (min-width: 768px) {
  .box_nav {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_nav {
    margin-top: 4rem;
  }
}
.box_nav .c-link {
  width: 50%;
}
.box_nav .c-link__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  gap: 1rem;
}
.box_nav .c-link__link svg {
  margin-left: 0;
}
.box_nav .c-link:not(:first-child) {
  border-left: 1px solid var(--abi-color-b);
}
