@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@500;600;700&display=swap");
.common-interview {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .common-interview {
    padding: 50px 0;
  }
}
.common-interview .common-interview__wrap {
  max-width: 1366px;
}
.common-interview .common-interview__titleWrap {
  position: relative;
  width: 100%;
  z-index: 2;
  display: inline-block;
  font-weight: 600;
  font-family: "Hind", serif;
  font-style: normal;
}
@media screen and (max-width: 1079px) {
  .common-interview .common-interview__titleWrap {
    display: block;
    margin: 0 auto;
  }
}
.common-interview .common-interview__titleWrap .common-interview__sub {
  font-family: "Hind", serif;
  font-style: normal;
  font-weight: 600;
  color: #00B1FF;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .common-interview .common-interview__titleWrap .common-interview__sub {
    font-size: 21px;
  }
}
.common-interview .common-interview__titleWrap .common-interview__main {
  font-size: 60px;
  line-height: 1.75;
  font-weight: 700;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 1079px) and (min-width: 769px) {
  .common-interview .common-interview__titleWrap .common-interview__main {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .common-interview .common-interview__titleWrap .common-interview__main {
    font-size: 24px;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1080px) {
  .common-interview .common-interview__titleWrap .common-interview__main.--edu {
    font-size: clamp(3rem, 2.034rem + 1.43vw, 3.75rem);
  }
}
.common-interview .common-interview__list {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 1080px) {
  .common-interview .common-interview__list {
    -ms-grid-columns: 1fr 100px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 50px 100px;
    margin-top: 70px;
  }
  .common-interview .common-interview__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .common-interview .common-interview__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 1079px) and (min-width: 769px) {
  .common-interview .common-interview__list {
    margin: 0 auto;
    width: 85%;
  }
}
@media screen and (max-width: 1079px) {
  .common-interview .common-interview__list {
    gap: 50px 0;
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 50px 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
  .common-interview .common-interview__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .common-interview .common-interview__list > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.common-interview .common-interview__list.--mov {
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
}
@media screen and (max-width: 1079px) {
  .common-interview .common-interview__list.--mov {
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1079px) {
  .common-interview .common-interview__list.--culture {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1080px) {
  .common-interview .common-interview__item.--single {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
}
@media screen and (min-width: 1080px) {
  .common-interview .common-interview__item.--twin {
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
}
@media screen and (min-width: 769px) {
  .common-interview .common-interview__item.--culture {
    height: 452px;
  }
}
@media screen and (max-width: 768px) {
  .common-interview .common-interview__item.--culture {
    height: 325px;
  }
}
.common-interview .common-interview__link {
  position: relative;
  display: block;
}
.common-interview .common-interview__link:hover .c-button.--hover2 {
  background-color: #1A1A1A;
}
.common-interview .common-interview__link:hover .c-button.--hover2:after {
  background-color: #00B1FF;
}
.common-interview .common-interview__link:hover .common-interview__text .--blue,
.common-interview .common-interview__link:hover .common-interview__text .--white {
  color: #1A1A1A;
}
.common-interview .common-interview__link:hover .common-interview__text:before {
  width: 100%;
  background-color: #00B1FF;
}
.common-interview .common-interview__link:hover.--soon {
  position: relative;
}
.common-interview .common-interview__link:hover.--soon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 5;
}
.common-interview .common-interview__link:hover.--soon:after {
  content: "COMMING SOON";
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
  z-index: 10;
  display: block;
  color: #1A1A1A;
  font-size: 40px;
  font-weight: 700;
  font-family: "Hind", serif;
  font-style: normal;
  text-align: center;
  width: 100%;
}
.common-interview .common-interview__box {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .common-interview .common-interview__box {
    margin-bottom: 20px;
  }
}
.common-interview .common-interview__box.--mb0 {
  margin-bottom: 0;
}
.common-interview .common-interview__box .common-interview__img {
  height: 345px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 768px) {
  .common-interview .common-interview__box .common-interview__img {
    height: 245px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .common-interview .common-interview__box .common-interview__img.--career02 {
    -o-object-position: 0 55%;
       object-position: 0 55%;
  }
}
.common-interview .common-interview__box .common-interview__nav {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #FFFFFF;
  color: #1A1A1A;
  font-family: "Hind", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  padding: 5px 20px 2px;
  text-align: center;
  display: inline-block;
}
.common-interview .common-interview__textWrap {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
@media screen and (max-width: 1079px) {
  .common-interview .common-interview__textWrap {
    left: 20px;
    bottom: 20px;
  }
}
.common-interview .common-interview__textWrap.--noab {
  position: relative;
  left: 0;
  bottom: 0;
}
.common-interview .common-interview__text {
  position: relative;
  display: block;
  font-weight: 700;
  line-height: 1.58;
  padding: 3px 10px 6px;
  background-color: #1A1A1A;
  font-size: 27px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.common-interview .common-interview__text span {
  position: relative;
  z-index: 2;
}
.common-interview .common-interview__text span.--blue {
  color: #00B1FF;
}
.common-interview .common-interview__text span.--white {
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .common-interview .common-interview__text {
    font-size: 18px;
  }
}
.common-interview .common-interview__text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.common-interview .common-interview__content {
  position: relative;
}
.common-interview .common-interview__content .common-interview__small {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  display: block;
  font-size: 15px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .common-interview .common-interview__content .common-interview__small {
    font-size: 14px;
  }
}
.common-interview .common-interview__content .common-interview__name {
  font-family: "Hind", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-top: 16px;
  font-size: 55px;
  width: calc(100% - 50px);
}
@media screen and (max-width: 768px) {
  .common-interview .common-interview__content .common-interview__name {
    font-size: 32px;
  }
}
.common-interview .common-interview__content .common-interview__button {
  position: absolute;
  right: 0;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .common-interview .common-interview__content .common-interview__button {
    bottom: 0;
  }
}
.common-interview .common-interview__content .common-interview__button.--mov {
  bottom: 0;
}
.common-interview .common-interview__serviceWrap {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .common-interview .common-interview__serviceWrap {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .common-interview .common-interview__serviceWrap.--noab {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}
.common-interview .common-interview__service {
  background-color: #1A1A1A;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1;
  padding: 5px 10px 8px;
  text-align: center;
  display: inline-block;
}
.common-interview .common-interview__serviceList {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .common-interview .common-interview__serviceList {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .common-interview .common-interview__serviceList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.common-interview .common-interview__serviceItem {
  display: block;
}
@media screen and (max-width: 768px) {
  .common-interview .common-interview__serviceItem {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .common-interview .common-interview__serviceItem:nth-child(n+2) {
    margin-top: 10px;
  }
}
.common-interview .common-interview__serviceItem .common-interview__serviceText {
  position: relative;
  background-color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .common-interview .common-interview__serviceItem .common-interview__serviceText {
    font-size: 16px;
    padding: 7px 12px 7px 20px;
  }
}
@media screen and (max-width: 768px) {
  .common-interview .common-interview__serviceItem .common-interview__serviceText {
    font-size: 12px;
    padding: 7px 12px 7px 16px;
  }
}
.common-interview .common-interview__serviceItem .common-interview__serviceText:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00B1FF;
  width: 8px;
  height: 100%;
}
.common-interview .common-interview__nameList {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .common-interview .common-interview__nameList {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .common-interview .common-interview__nameList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.common-interview .common-interview__nameList.--mov {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .common-interview .common-interview__nameList.--mov {
    display: block;
  }
}
.common-interview .common-interview__nameList.--edu01, .common-interview .common-interview__nameList.--edu02 {
  bottom: 22px;
}
.common-interview .common-interview__nameList.--edu01 .common-interview__nameText, .common-interview .common-interview__nameList.--edu02 .common-interview__nameText {
  font-size: 20px !important;
}
@media screen and (max-width: 768px) {
  .common-interview .common-interview__nameList.--edu01 .common-interview__nameText, .common-interview .common-interview__nameList.--edu02 .common-interview__nameText {
    font-size: 12px !important;
  }
}
.common-interview .common-interview__nameList.--edu01 {
  left: 20px;
}
.common-interview .common-interview__nameList.--edu02 {
  right: 30px;
}
@media screen and (max-width: 768px) {
  .common-interview .common-interview__nameList.--edu02 {
    right: 20px;
  }
}
.common-interview .common-interview__nameList.--cul01 {
  left: 20px;
  bottom: 22px;
}
.common-interview .common-interview__nameList.--cul02 {
  right: 55px;
  bottom: 22px;
}
@media screen and (max-width: 768px) {
  .common-interview .common-interview__nameList.--cul02 {
    right: 20px;
  }
}
.common-interview .common-interview__nameList.--cul03, .common-interview .common-interview__nameList.--cul04, .common-interview .common-interview__nameList.--cul05 {
  bottom: 53px;
}
.common-interview .common-interview__nameList.--cul03 .common-interview__nameText, .common-interview .common-interview__nameList.--cul04 .common-interview__nameText, .common-interview .common-interview__nameList.--cul05 .common-interview__nameText {
  font-size: 13px !important;
}
.common-interview .common-interview__nameList.--cul03 {
  left: 37px;
}
@media screen and (max-width: 768px) {
  .common-interview .common-interview__nameList.--cul03 {
    left: 20px;
  }
}
.common-interview .common-interview__nameList.--cul04 {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .common-interview .common-interview__nameList.--cul04 {
    top: 40%;
    bottom: inherit;
  }
}
.common-interview .common-interview__nameList.--cul05 {
  right: 37px;
}
@media screen and (max-width: 768px) {
  .common-interview .common-interview__nameList.--cul05 {
    right: 20px;
  }
}
.common-interview .common-interview__nameItem {
  display: block;
}
.common-interview .common-interview__nameItem:nth-child(n+2) {
  margin-top: 10px;
}
.common-interview .common-interview__nameItem .common-interview__nameText {
  position: relative;
  background-color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 7px 12px;
}
@media screen and (min-width: 769px) {
  .common-interview .common-interview__nameItem .common-interview__nameText {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .common-interview .common-interview__nameItem .common-interview__nameText {
    font-size: 12px;
  }
}
.common-interview .common-interview__nameItem .common-interview__nameText.--blue {
  padding: 7px 12px 7px 20px;
}
@media screen and (max-width: 768px) {
  .common-interview .common-interview__nameItem .common-interview__nameText.--blue {
    padding: 7px 12px 7px 16px;
  }
}
.common-interview .common-interview__nameItem .common-interview__nameText.--blue:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00B1FF;
  width: 8px;
  height: 100%;
}
.common-interview .movie {
  height: 345px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .common-interview .movie {
    height: 245px;
  }
}
.common-interview .movie .js-block,
.common-interview .movie .js-block02 {
  display: none;
}

.scroll-interview {
  overflow: clip;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .scroll-interview {
    padding: 50px 0;
  }
}
.scroll-interview .scroll-interview__wrap {
  position: relative;
}
@media screen and (min-width: 1080px) {
  .scroll-interview .scroll-interview__ttl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    place-content: center space-between;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 58vw;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1079px) and (min-width: 769px) {
  .scroll-interview .scroll-interview__ttl {
    max-width: 1200px;
    margin: 0 auto 30px;
  }
}
.scroll-interview .scroll-interview__ttlWrap {
  font-weight: 700;
}
.scroll-interview .scroll-interview__heading {
  background-color: #00B1FF;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1;
  padding: 5px 12px 6px;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .scroll-interview .scroll-interview__heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.scroll-interview .scroll-interview__read {
  font-size: 1.352vw;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 1079px) and (min-width: 769px) {
  .scroll-interview .scroll-interview__read {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  .scroll-interview .scroll-interview__read {
    font-size: 16px;
  }
}
@media screen and (min-width: 1080px) {
  .scroll-interview .scroll-interview__group {
    width: calc(100% - 80px);
    max-width: 1640px;
    margin-left: auto;
  }
}
@media screen and (max-width: 1079px) {
  .scroll-interview .scroll-interview__group {
    margin-top: 20px;
    margin-left: 20px;
  }
}
.scroll-interview .scroll-interview__group .splide {
  position: relative;
  -webkit-transition: all var(0.3s) linear;
  transition: all var(0.3s) linear;
}
.scroll-interview .scroll-interview__group .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1079px) {
  .scroll-interview .scroll-interview__group .splide__track {
    margin-right: -20px;
  }
}
.scroll-interview .scroll-interview__group .splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.scroll-interview .scroll-interview__group .splide__slide {
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
@media screen and (min-width: 1080px) {
  .scroll-interview .scroll-interview__group .splide__slide {
    display: -ms-grid;
    display: grid;
    height: 555px;
    place-content: end stretch;
  }
}
@media screen and (min-width: 1080px) {
  .scroll-interview .scroll-interview__group .splide__slide.is-active {
    width: 450px !important;
  }
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
  .scroll-interview .scroll-interview__group .splide__slide.is-active {
    width: 370px !important;
  }
}
.scroll-interview .scroll-interview__group .splide__slide.is-active .scroll-interview__nav {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 20px;
  padding: 7px 12px;
}
@media screen and (max-width: 768px) {
  .scroll-interview .scroll-interview__group .splide__slide.is-active .scroll-interview__nav {
    top: 20px;
    left: 20px;
    font-size: 16px;
  }
}
.scroll-interview .scroll-interview__group .splide__slide.is-active .scroll-interview__text {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 800ms;
  transition: 800ms;
}
.scroll-interview .scroll-interview__group .splide__slide.is-active .scroll-interview__detailsWrap {
  width: 100%;
}
.scroll-interview .scroll-interview__group .scroll-interview__link {
  position: relative;
  display: block;
}
.scroll-interview .scroll-interview__group .scroll-interview__link:hover .c-button.--hover2 {
  background-color: #1A1A1A;
}
.scroll-interview .scroll-interview__group .scroll-interview__link:hover .c-button.--hover2:after {
  background-color: #00B1FF;
}
.scroll-interview .scroll-interview__group .scroll-interview__link:hover .scroll-interview__text .--blue,
.scroll-interview .scroll-interview__group .scroll-interview__link:hover .scroll-interview__text .--white {
  color: #1A1A1A;
}
.scroll-interview .scroll-interview__group .scroll-interview__link:hover .scroll-interview__text:before {
  width: 100%;
  background-color: #00B1FF;
}
.scroll-interview .scroll-interview__group .scroll-interview__link:hover.--soon {
  position: relative;
}
.scroll-interview .scroll-interview__group .scroll-interview__link:hover.--soon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 5;
}
.scroll-interview .scroll-interview__group .scroll-interview__link:hover.--soon:after {
  content: "COMMING SOON";
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
  z-index: 10;
  display: block;
  color: #1A1A1A;
  font-size: 40px;
  font-weight: 700;
  font-family: "Hind", serif;
  font-style: normal;
  text-align: center;
  width: 100%;
}
.scroll-interview .scroll-interview__group .scroll-interview__box {
  position: relative;
  display: block;
}
.scroll-interview .scroll-interview__group .scroll-interview__box .scroll-interview__imgWrap {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  inset: 0px;
  overflow: hidden;
}
.scroll-interview .scroll-interview__group .scroll-interview__box .scroll-interview__imgWrap:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 45%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#205f9a));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #205f9a);
}
.scroll-interview .scroll-interview__group .scroll-interview__box .scroll-interview__nav {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #FFFFFF;
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  padding: 7px 12px;
  text-align: center;
  display: inline-block;
}
.scroll-interview .scroll-interview__group .scroll-interview__box .scroll-interview__textWrap {
  width: calc(100% - 60px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 57px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .scroll-interview .scroll-interview__group .scroll-interview__box .scroll-interview__textWrap {
    width: calc(100% - 20px);
    bottom: 20px;
  }
}
.scroll-interview .scroll-interview__group .scroll-interview__box .scroll-interview__text {
  position: relative;
  opacity: 0;
  visibility: hidden;
  line-height: 0;
  display: block;
  font-weight: 700;
  line-height: 1.58;
  padding: 3px 10px 6px;
  background-color: #1A1A1A;
  font-size: 27px;
  font-size: 1.38vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
  .scroll-interview .scroll-interview__group .scroll-interview__box .scroll-interview__text {
    font-size: 1.45vw;
  }
}
@media screen and (max-width: 768px) {
  .scroll-interview .scroll-interview__group .scroll-interview__box .scroll-interview__text {
    font-size: 2.404vw;
  }
}
@media screen and (max-width: 540px) {
  .scroll-interview .scroll-interview__group .scroll-interview__box .scroll-interview__text {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 375px) and (min-width: 320px) {
  .scroll-interview .scroll-interview__group .scroll-interview__box .scroll-interview__text {
    font-size: 5.3vw;
  }
}
.scroll-interview .scroll-interview__group .scroll-interview__box .scroll-interview__text span {
  position: relative;
  z-index: 2;
}
.scroll-interview .scroll-interview__group .scroll-interview__box .scroll-interview__text span.--blue {
  color: #00B1FF;
}
.scroll-interview .scroll-interview__group .scroll-interview__box .scroll-interview__text span.--white {
  color: #FFFFFF;
}
.scroll-interview .scroll-interview__group .scroll-interview__box .scroll-interview__text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.scroll-interview .scroll-interview__group .scroll-interview__box .scroll-interview__detailsWrap {
  position: relative;
  width: 100%;
  border-top: 2px solid #FFFFFF;
  color: #FFFFFF;
  padding-top: 15px;
  margin-top: 15px;
}
.scroll-interview .scroll-interview__group .scroll-interview__box .scroll-interview__details {
  line-height: 1.8;
  font-weight: 700;
  width: calc(100% - 50px);
}
@media screen and (max-width: 768px) {
  .scroll-interview .scroll-interview__group .scroll-interview__box .scroll-interview__details {
    width: calc(100% - 40px);
  }
}
.scroll-interview .scroll-interview__group .scroll-interview__box .scroll-interview__button {
  position: absolute;
  right: 0;
  bottom: -20px;
}
@media screen and (max-width: 768px) {
  .scroll-interview .scroll-interview__group .scroll-interview__box .scroll-interview__button {
    bottom: 0;
  }
}
.scroll-interview .scroll-interview__group .scroll-interview__box .scroll-interview__button .c-button {
  width: 42px;
  height: 42px;
}
.scroll-interview .scroll-interview__group .scroll-interview__box .scroll-interview__button .c-button:after {
  right: 15px;
}
@media screen and (max-width: 768px) {
  .scroll-interview .scroll-interview__group .scroll-interview__box .scroll-interview__button .c-button:after {
    right: 12px;
  }
}
@media screen and (max-width: 768px) {
  .scroll-interview .scroll-interview__group .scroll-interview__box .scroll-interview__button .c-button {
    width: 32px;
    height: 32px;
  }
}
.scroll-interview .scroll-interview__group .splide__progress {
  background: #CCC;
}
@media screen and (min-width: 1080px) {
  .scroll-interview .scroll-interview__group .splide__progress {
    margin-top: 40px;
    margin-right: auto;
    width: calc(100% - 80px);
    max-width: 1366px;
  }
}
@media screen and (max-width: 1079px) {
  .scroll-interview .scroll-interview__group .splide__progress {
    margin: 20px auto 0;
    margin-right: 20px;
  }
}
.scroll-interview .scroll-interview__group .splide__progress__bar {
  height: 5px;
  background: #205F9A;
}

.organization-about {
  background-color: #EDF1F2;
  padding: 150px 0 60px;
  overflow-x: hidden;
}
@media screen and (max-width: 1079px) {
  .organization-about {
    padding: 50px 0 60px;
    overflow-x: scroll;
  }
}
.organization-about .organization-about__wrap {
  position: relative;
}
.organization-about .organization-about__wrap .organization-about__box::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1079px) {
  .organization-about .organization-about__wrap .organization-about__box {
    overflow-x: scroll;
    width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  .organization-about .organization-about__wrap .organization-about__box {
    width: 980px;
  }
}
@media screen and (max-width: 1079px) and (min-width: 769px) {
  .organization-about .organization-about__wrap .organization-about__scroll {
    width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  .organization-about .organization-about__wrap .organization-about__scroll {
    width: 980px;
  }
}
@media screen and (max-width: 1079px) {
  .organization-about .organization-about__wrap .organization-about__imgWrap {
    margin: 0 auto 30px;
  }
}
.organization-about .organization-about__wrap .organization-about__img {
  max-width: 1280px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1079px) {
  .organization-about .organization-about__wrap .organization-about__img {
    width: 1280px;
    -o-object-position: left;
       object-position: left;
  }
}
@media screen and (max-width: 768px) {
  .organization-about .organization-about__wrap .organization-about__img {
    max-width: 980px;
  }
}
.organization-about .organization-about__wrap .organization-about__text {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .organization-about .organization-about__wrap .organization-about__text {
    font-size: 14px;
    margin-left: 20px;
  }
}

.organization-advantage {
  background: url("../img/top/img_content_bk.png") no-repeat center/cover;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .organization-advantage {
    padding: 50px 0;
  }
}
.organization-advantage .organization-advantage__titleWrap {
  position: relative;
  width: 100%;
  z-index: 2;
  display: inline-block;
  font-weight: 600;
  font-family: "Hind", serif;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .organization-advantage .organization-advantage__titleWrap {
    display: block;
    margin: 0 auto;
  }
}
.organization-advantage .organization-advantage__titleWrap .organization-advantage__sub {
  font-family: "Hind", serif;
  font-style: normal;
  font-weight: 600;
  color: #00B1FF;
  font-size: 30px;
  line-height: 1;
}
.organization-advantage .organization-advantage__titleWrap .organization-advantage__main {
  font-size: 60px;
  line-height: 1.75;
  font-weight: 700;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .organization-advantage .organization-advantage__titleWrap .organization-advantage__main {
    font-size: 21px;
  }
}
@media screen and (min-width: 769px) {
  .organization-advantage .organization-advantage__list {
    display: -ms-grid;
    display: grid;
    margin-top: 70px;
    gap: 50px;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1079px) and (min-width: 769px) {
  .organization-advantage .organization-advantage__list {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .organization-advantage .organization-advantage__list {
    display: block;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}
.organization-advantage .organization-advantage__item {
  background-color: #0F3655;
  padding: 60px 40px;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(26, 26, 26, 0.15));
          filter: drop-shadow(0px 0px 6px rgba(26, 26, 26, 0.15));
}
@media screen and (max-width: 1079px) and (min-width: 769px) {
  .organization-advantage .organization-advantage__item {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  .organization-advantage .organization-advantage__item {
    padding: 30px 20px;
  }
  .organization-advantage .organization-advantage__item:nth-child(n+2) {
    margin-top: 30px;
  }
}
.organization-advantage .organization-advantage__imgWrap {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 1079px) {
  .organization-advantage .organization-advantage__imgWrap {
    width: 150px;
    height: 150px;
  }
}
.organization-advantage .organization-advantage__ttl {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin: 45px 0 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .organization-advantage .organization-advantage__ttl {
    margin: 30px 0 20px;
    font-size: 20px;
  }
}
.organization-advantage .organization-advantage__ttl .--blue {
  color: #00B1FF;
  font-size: 33px;
}
@media screen and (max-width: 768px) {
  .organization-advantage .organization-advantage__ttl .--blue {
    font-size: 26px;
  }
}
.organization-advantage .organization-advantage__text {
  color: #FFFFFF;
  display: block;
  line-height: 1.58;
}