@charset "UTF-8";
/*sp（なくても良い）*/
@media screen and (max-width: 480px) {}
/*tablet 768px以下*/
@media screen and (max-width: 767px) {}
/*pc 1000px以下*/
@media screen and (max-width: 1000px) {}
main {
  overflow: hidden;
}
.fv-contents {
  position: relative;
  overflow: hidden;
}
.mv-text {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  z-index: 3;
  width: 40%;
}
.mv-bg {
  position: relative;
  left: 100px;
  width: 100%;
}
.mv-bg img {
  height: 775px;
  object-fit: cover;
}
.mv-deco001, .mv-deco002, .mv-deco003 {
  position: absolute;
  z-index: 2;
}
.mv-deco001 {
  max-width: 256px;
}
.mv-deco001-sp {
  display: none;
}
.mv-deco002 {
  max-width: 134px;
  left: 40px;
  top: -260px;
}
.mv-deco003 {
  max-width: 432px;
  right: -160px;
  top: -450px;
}
section {
  position: relative;
}
.top-read {
  position: relative;
  z-index: 4;
}
.margin-box {
  position: relative;
  max-width: 1208px;
  margin: 0px auto;
  padding: 0px 24px;
}
.top-read_head {
  font-size: 4.0rem;
  font-weight: 800;
  color: #707070;
  text-align: center;
  margin: 185px auto 100px;
}
.top-read_head .sp375 {
  display: none;
}
.top-read_text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.1;
  color: #707070;
  text-align: center;
  margin-bottom: 50px;
}
.top-read_text:last-child {
  margin-bottom: 0px;
}
.youtube-lazy {
  position: relative;
  width: 100%;
  max-width: 757px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
  margin: 100px auto 150px;
}
.youtube-lazy__thumb, .youtube-lazy iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.youtube-lazy__thumb {
  position: relative;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.youtube-lazy__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* 再生ボタン */
.youtube-lazy__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 48px;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  border-radius: 14px;
}
.youtube-lazy__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
}
/* hover時に少し強調 */
.youtube-lazy__thumb:hover .youtube-lazy__play {
  background: rgba(255, 0, 0, 0.9);
}
.read-deco001, .read-deco002, .read-deco003 {
  position: absolute;
}
.read-deco001 {
  width: 267px;
  top: 170px;
  left: -80px;
  z-index: -1;
}
.read-deco002 {
  width: 168px;
  top: 400px;
  right: -80px;
  z-index: -1;
}
.read-deco003 {
  width: 100px;
  bottom: -90px;
  left: -80px;
  z-index: 2;
}
.read-deco001-sp, .read-deco002-sp, .read-deco003-sp, .read-deco004-sp {
  display: none;
}
.about_bg {
  position: relative;
  z-index: 3;
  background-color: #055B8F;
  padding: 90px 0px 160px;
}
.top-subhead {
  font-size: 2.0rem;
  font-weight: 600;
  text-align: center;
}
.top-head {
  font-family: "Alumni Sans", sans-serif;
  font-size: 11.0rem;
  line-height: 1.0;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-align: center;
}
.about_bg .top-subhead, .about_bg .top-head {
  color: #fff;
}
.about-link_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 90px;
}
.about-link_box .link-item {
  width: 48%;
  position: relative;
}
.about-link_box .link-text {
  position: absolute;
  right: 0;
  bottom: 17px;
  background-color: #fff;
  padding: 8px 20px 8px;
}
.about-link_box .link-text::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 0;
  width: 20px;
  height: 100%;
  background: #fff;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.about-link_box .link-text p {
  font-size: 2.0rem;
  font-weight: 600;
  color: #055B8F;
}
.about-link_box .link-text p::after {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_arrow.svg");
  width: 32px;
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 5px;
  margin-left: 10px;
  filter: brightness(0) saturate(100%) invert(28%) sepia(20%) saturate(2622%) hue-rotate(165deg) brightness(102%) contrast(105%);
}
.about-link_box .link-text span {
  font-size: 1.8rem;
  font-weight: 600;
}
.about-deco001, .about-deco002, .about-deco003 {
  position: absolute;
  z-index: -1;
}
.about-deco001 {
  width: 250px;
  top: 60px;
  left: -100px;
}
.about-deco002 {
  width: 120px;
  top: -90px;
  right: 0;
}
.about-deco003 {
  width: 300px;
  bottom: -240px;
  right: -170px;
}
.interview_bg {
  background-image: url("../img/bg_interview.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 100px 0px 125px;
}
.top-inter_subhead {
  max-width: 700px;
  width: 100%;
  font-size: 2.6rem;
  font-weight: 600;
  color: #4F535D;
  margin-bottom: 20px;
}
.inter-head-wrap {
  margin-bottom: 140px;
}
.inter-head {
  position: relative;
  z-index: 3;
  width: fit-content;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 5px 220px 5px 0px;
}
.inter-head::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0%;
  left: calc(-1 * (100vw - 100%) / 2);
  width: max(0px, calc((100vw - 100%) / 2));
  height: 100%;
  background-color: #fff;
}
.inter-head::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0%;
  right: -40px;
  width: 40px;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
.inter-head h2 {
  font-family: "Alumni Sans", sans-serif;
  font-size: 10.0rem;
  line-height: 1.0;
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: #4F535D;
}
.inter-head p {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 600;
  color: #055B8F;
  margin-left: 40px;
  margin-bottom: 10px;
}
.inter-sub {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  display: inline-block;
  z-index: 2;
  font-size: 2.0rem;
  font-weight: 600;
  color: #fff;
  background-color: #055B8F;
  padding: 50px 330px 15px 0px;
  margin-top: -35px;
}
.inter-sub::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0%;
  left: calc(-1 * (100vw - 100%) / 2);
  width: max(0px, calc((100vw - 100%) / 2));
  height: 100%;
  background-color: #055B8F;
}
.inter-sub::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0%;
  right: -25px;
  width: 25px;
  height: 100%;
  background-color: #055B8F;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
.right {
  max-width: 1166px;
  margin: 120px auto 0px;
}
.subhead-right {
  display: flex;
  justify-content: flex-end;
}
.subhead-right .top-inter_subhead {
  padding-left: 30px;
}
.inter-head-wrap-right {
  margin-bottom: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.inter-head-right {
  position: relative;
  z-index: 3;
  max-width: 700px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 5px 0px 5px 30px;
}
.inter-head-right::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0%;
  right: calc(-1 * (100vw - 100%) / 2.2);
  width: max(0px, calc((100vw - 100%) / 2 - 24px));
  height: 100%;
  background-color: #fff;
}
.inter-head-right::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0%;
  left: -40px;
  width: 40px;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.inter-head-right h2 {
  font-family: "Alumni Sans", sans-serif;
  font-size: 10.0rem;
  line-height: 1.0;
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: #4F535D;
}
.inter-head-right p {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 600;
  color: #055B8F;
  margin-left: 40px;
  margin-bottom: 10px;
}
.inter-sub-right {
  position: relative;
  max-width: 700px;
  width: 100%;
  z-index: 2;
  font-size: 2.0rem;
  font-weight: 600;
  color: #fff;
  background-color: #055B8F;
  padding: 50px 0px 15px 30px;
  margin-top: -35px;
}
.inter-sub-right::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0%;
  right: calc(-1 * (100vw - 100%) / 2);
  width: max(0px, calc((100vw - 100%) / 2));
  height: 100%;
  background-color: #055B8F;
}
.inter-sub-right::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0%;
  left: -25px;
  width: 25px;
  height: 100%;
  background-color: #055B8F;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.inter-list {
  display: flex;
  flex-wrap: wrap;
}
.inter-list.reverse {
  flex-direction: row-reverse;
  margin-top: 100px;
}
.inter-list .inter-movie {
  position: relative;
  width: 50%;
  cursor: pointer;
}
.inter-movie img {
  display: block;
}
/* モーダル全体 */
.movie-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.movie-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.movie-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}
.movie-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(92vw, 960px);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.movie-modal__content {
  position: relative;
  background: #000;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}
.movie-modal__close {
  position: absolute;
  top: -48px;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.movie-modal__close::before, .movie-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 2px;
  background: #fff;
}
.movie-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.movie-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.movie-modal__video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.movie-modal__video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.inter-list .inter-movie .number {
  position: absolute;
  z-index: 2;
  top: -60px;
  left: 110px;
  font-family: "Alumni Sans", sans-serif;
  font-size: 12.6rem;
  line-height: 1.0;
  font-weight: 600;
  color: #fff;
}
.inter-list .list-text {
  width: 35%;
  margin-left: 80px;
}
.inter-list.reverse .list-text {
  margin-left: 0px;
  margin-right: 80px;
}
.list-text .position {
  font-size: 2.6rem;
  font-weight: 600;
  color: #055B8F;
  margin-bottom: 15px;
}
.list-text.csbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-text .cstext {
  font-size: 3.2rem;
  font-weight: 500;
  color: #055B8F;
  margin: auto;
  text-align: center;
}
.list-text .position span {
  font-size: 1.6rem;
  font-weight: 500;
  color: #055B8F;
  margin-left: 20px;
}
.list-text .name {
  font-size: 2.2rem;
  font-weight: 600;
  color: #707070;
  margin-bottom: 20px;
}
.list-text .graduate {
  font-size: 1.6rem;
  font-weight: 500;
  color: #707070;
  margin-bottom: 20px;
}
.list-text .text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2;
  color: #707070;
}
.career-step {
  margin-top: 100px;
}
.work_bg {
  background-color: #055B8F;
  padding: 125px 24px 70px;
  position: relative;
  z-index: 3;
}
.work_bg .top-subhead, .work_bg .top-head {
  color: #fff;
}
.work_bg .work-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 120px;
}
.work_bg .work-list li {
  width: 27%;
  background-color: #fff;
  padding: 48px 20px;
  margin-bottom: 80px;
}
.work-list .head {
  font-size: 2.2rem;
  font-weight: 600;
  color: #055B8F;
  text-align: center;
  line-height: 1.2;
}
.work-list .head span {
  font-size: 1.8rem;
  font-weight: 600;
  color: #055B8F;
}
.work-list .head.second {
  margin-top: -15px;
}
.work-list .img {
  width: 150px;
  margin: 30px auto 5px;
}
.work-list .value {
  font-size: 5.0rem;
  font-weight: 600;
  color: #4F535D;
  text-align: center;
}
.work-list .value span {
  font-size: 2.4rem;
  font-weight: 600;
  color: #4F535D;
}
.work-list li:first-child .value {
  line-height: 1.2;
}
.work-list .subtext {
  font-size: 2.4rem;
  font-weight: 500;
  color: #4F535D;
  text-align: center;
  margin-top: 10px;
}
.work-list .value-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
}
.value-list .value-item .sub {
  font-size: 2.0rem;
  font-weight: 600;
  color: #4F535D;
  text-align: center;
}
.work-list .text {
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 500;
  color: #4F535D;
  text-align: left;
  margin: 0px auto;
}
.work-list .note {
  font-size: 1.6rem;
  font-weight: 500;
  color: #4F535D;
  text-align: center;
}
.work-deco001, .work-deco002, .work-deco003, .work-deco004, .work-deco005 {
  position: absolute;
  z-index: -1;
}
.work-deco001 {
  width: 354px;
  top: -200px;
  left: -100px;
}
.work-deco002 {
  width: 380px;
  top: -100px;
  right: -200px;
}
.work-deco003 {
  width: 90px;
  top: 480px;
  left: 290px;
}
.work-deco004 {
  width: 128px;
  bottom: -217px;
  left: -70px;
}
.work-deco005 {
  width: 265px;
  bottom: -150px;
  right: -110px;
}
.top-link_box {
  position: relative;
  z-index: 3;
  margin-top: 130px;
}
.top-link_box .link-item {
  position: relative;
  line-height: 1;
  transition: 0.3s;
}
.top-link_box .link-item::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #055B8F;
  mix-blend-mode: hard-light;
  opacity: 0.36;
  transition: 0.3s;
}
.top-link_box .link-item:hover::before {
  background-color: #63c4ff;
}
.top-link_box .link-text {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}
.top-link_box .link-text h2 {
  font-size: 3.0rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.top-link_box .link-text h3 {
  font-family: "Alumni Sans", sans-serif;
  font-size: 12.0rem;
  line-height: 0.8;
  color: #fff;
}
.top-link_box .link-item + .link-item {
  margin-top: 80px;
}
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in.is-show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1430px) {
  .mv-bg img {
    height: auto;
    object-fit: cover;
  }
}
@media screen and (max-width: 1283px) {}
@media screen and (max-width: 1283px) {
  .inter-head::before {
    left: -100px;
    width: 100px;
  }
  .inter-sub::before {
    left: -100px;
    width: 100px;
  }
  .inter-head-right::after {
    right: -100px;
    width: 100px;
  }
  .inter-sub-right::after {
    right: -100px;
    width: 100px;
  }
}
@media screen and (max-width: 1340px) {
  .mv-deco001 {
    max-width: 206px;
  }
  .mv-deco002 {
    max-width: 104px;
    left: 110px;
  }
  .mv-deco003 {
    max-width: 362px;
    right: -100px;
    top: -450px;
  }
}
@media screen and (max-width: 1340px) {
  .work_bg .work-list li {
    width: 30%;
  }
}
@media screen and (max-width: 925px) {
  .top-read_head {
    font-size: 3.3rem;
  }
  .top-inter_subhead {
    font-size: 2.8rem;
  }
  .inter-head h2, .inter-head-right h2 {
    font-size: 10.0rem;
  }
  .inter-head p, .inter-head-right p {
    font-size: 3.4rem;
  }
  .inter-head::after {
    right: -39.5px;
  }
  .inter-list .inter-movie .number {
    font-size: 10.6rem;
    left: 60px;
  }
  .work_bg .work-list li {
    width: 43%;
    padding: 38px 32px;
  }
  .work-list .head {
    font-size: 2.0rem;
  }
  .work-list .img {
    width: 100px;
  }
  .work-list .value {
    font-size: 4.0rem;
  }
  .work-list .subtext {
    font-size: 2.0rem;
  }
  .value-list .value-item .sub {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .top-link_box .link-text h2 {
    font-size: 2.0rem;
  }
  .top-link_box .link-text h3 {
    font-size: 8.0rem;
  }
}
@media screen and (max-width: 800px) {
  .mv-deco001 {
    display: none;
  }
  .mv-deco001-sp {
    position: absolute;
    z-index: -1;
    display: block;
    width: 80px;
    top: 0;
    left: 180px;
  }
  .mv-deco002 {
    max-width: 84px;
    top: -200px;
  }
  .mv-deco003 {
    max-width: 250px;
    right: -60px;
    top: -300px;
  }
  .read-deco001, .read-deco002, .read-deco003 {
    display: none;
  }
  .read-deco001-sp, .read-deco002-sp, .read-deco003-sp, .read-deco004-sp {
    position: absolute;
    z-index: -1;
    display: block;
  }
  .read-deco001-sp {
    width: 63px;
    top: 13%;
    left: -20px;
  }
  .read-deco002-sp {
    width: 120px;
    top: 20%;
    right: -40px;
  }
  .read-deco003-sp {
    width: 140px;
    bottom: -200px;
    left: -20px;
  }
  .read-deco004-sp {
    width: 76px;
    bottom: 100px;
    right: -10px;
  }
  .about-link_box .link-text p {
    font-size: 1.6rem;
  }
  .inter-head {
    flex-wrap: wrap;
    padding: 5px 10px 5px 0px;
  }
  .top-inter_subhead {
    font-size: 2.6rem;
  }
  .inter-head h2, .inter-head-right h2 {
    width: 100%;
    font-size: 7.0rem;
  }
  .inter-head p, .inter-head-right p {
    font-size: 2.6rem;
    margin-top: 5px;
    margin-left: 0px;
  }
  .inter-sub {
    font-size: 1.6rem;
    padding: 50px 30px 15px 0px;
  }
  .inter-head-right {
    flex-wrap: wrap;
    width: auto;
    margin-left: 30px;
  }
  .inter-sub-right {
    max-width: 360px;
    margin-left: 50px;
    font-size: 1.6rem;
    padding: 50px 0px 15px 10px;
  }
  .inter-list .list-text {
    width: 40%;
    margin-left: 40px;
  }
  .subhead-right .top-inter_subhead {
    max-width: 360px;
    padding-left: 0px;
  }
  .inter-list.reverse .list-text {
    margin-left: 0px;
    margin-right: 40px;
  }
  .top-read_head {
    font-size: 2.5rem;
    margin: 135px auto 60px;
  }
  .inter-movie::after {
    width: 56px;
    height: 56px;
  }
  .inter-movie::before {
    border-width: 10px 0 10px 16px;
  }
  .movie-modal__inner {
    width: 92vw;
  }
  .movie-modal__close {
    top: -42px;
    width: 36px;
    height: 36px;
  }
  .movie-modal__close::before, .movie-modal__close::after {
    width: 28px;
  }
  .work_bg .work-list li {
    width: 44%;
  }
  .work-deco001 {
    width: 254px;
  }
  .work-deco002 {
    width: 200px;
    right: -100px;
  }
  .work-deco003 {
    display: none;
  }
  .work-deco005 {
    width: 222px;
  }
}
@media screen and (max-width: 600px) {
  .mv-deco001-sp {
    left: 100px
  }
  .mv-deco002 {
    max-width: 84px;
    top: -150px;
  }
  .mv-deco003 {
    max-width: 150px;
    right: -25px;
    top: -194px;
  }
  .top-read_head {
    font-size: 1.8rem;
    margin: 80px auto 40px;
  }
  .top-read_text {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .top-read_text:last-child {
    margin-bottom: 0px;
  }
  .youtube-lazy {
    margin: 45px auto 100px;
  }
  .read-deco003-sp {
    bottom: -120px;
    left: -30px;
  }
  .read-deco004-sp {
    bottom: -50px;
  }
  .top-read {
    margin-bottom: 80px;
  }
	
	.about_bg {
    padding: 60px 0px 60px;
}
	.about-deco001, .about-deco002, .about-deco003{
		display: none;
	}
	.about-link_box{
		    margin-top: 60px;
	}
	
	.about-link_box .link-item {
  width: 100%;
}
	.about-link_box .link-item + .link-item{
		margin-top: 30px;
	}
	.about-link_box .link-text span {
    font-size: 1.6rem;
	}
  .interview_bg {
    padding: 80px 0px 125px;
  }
  .inter-list .inter-movie {
    width: 100%;
    margin-bottom: 35px;
  }
  .inter-list .list-text {
    width: 100%;
    margin-left: 0px;
  }
  .list-text .cstext {
    font-size: 2.6rem;
  }
  .work-deco001, .work-deco002, .work-deco003, .work-deco004, .work-deco005 {
    display: none;
  }
  .top-subhead {
    font-size: 1.6rem;
  }
  .top-head {
    font-size: 7.0rem;
  }
  .career-step-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .career-step-scroll img {
    width: auto;
    max-width: 1160px;
    height: auto;
  }
  .work_bg {
    padding: 80px 0px 60px;
  }
  .work_bg .work-list {
    margin-top: 80px;
  }
  .work_bg .work-list li {
    width: 100%;
    margin-bottom: 50px;
  }
  .work-list .head {
    font-size: 2.2rem;
  }
  .work-list .img {
    margin: 20px auto 5px;
  }
  .top-link_box {
    margin-top: 60px;
  }
  .top-link_box .link-text h2 {
    font-size: 1.6rem;
  }
  .top-link_box .link-text h3 {
    font-size: 4.0rem;
  }
  .top-link_box .link-item + .link-item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 450px) {
  .mv-text {
    top: 63%;
    left: 15px;
  }
  .mv-deco001-sp {
    left: 65px;
  }
  .mv-bg {
    left: 50px;
  }
  .mv-deco002 {
    max-width: 53px;
    top: -110px;
    left: 70px;
  }
  .mv-deco003 {
    top: -146px;
    right: -55px;
  }
  .top-link_box .link-text {
    left: 20px;
  }
  .top-link_box .link-text h2 {
    margin-bottom: 0px;
  }
  .read-deco001-sp {
    width: 48px;
    top: 45%;
  }
  .read-deco002-sp {
    top: 50%;
  }
      .read-deco003-sp {
        width: 118px;
        left: -77px;
        z-index: -1;
    }
  .read-deco004-sp {
    right: -20px;
  }
  .top-read_head .sp375 {
    display: block;
  }
  .top-inter_subhead {
    font-size: 2.2rem;
  }
  .subhead-right .top-inter_subhead {
    padding-left: 30px;
  }
  .inter-head h2, .inter-head-right h2 {
    font-size: 5.0rem;
  }
  .inter-head p, .inter-head-right p {
    font-size: 2rem;
  }
  .inter-sub {
    font-size: 1.4rem;
  }
  .inter-sub-right {
    font-size: 1.4rem;
  }
  .inter-head-wrap {
    margin-bottom: 100px;
  }
  .right {
    margin: 100px auto 0px;
  }
}
@media screen and (max-width: 375px) {
  .read-deco002-sp {
    right: -80px;
  }
	.about-link_box .link-text{
		    padding: 8px 10px 8px;
	}
	    .about-link_box .link-text p {
        font-size: 1.5rem;
    }
  .inter-head h2, .inter-head-right h2 {
    font-size: 6.0rem;
  }
  .inter-head p, .inter-head-right p {
    font-size: 2.2rem;
    margin-top: 0px;
  }
}
/* 下層 */
.about-bg img {
  width: 100%;
  height: auto;
}
.about-fv-contents {
  position: relative;
	    margin-top: 68px;
}
.about-mv-text .text-box {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  left: 140px;
}
.about-mv-text h2 {
  color: #fff;
}
.about-mv-text h2 .jp {
  font-size: 3.0rem;
  font-weight: 600;
}
.about-mv-text h2 .en {
  font-family: "Alumni Sans", sans-serif;
  font-size: 14.8rem;
  font-weight: 600;
  line-height: 1;
}
.about-mv-text h3 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  margin-top: 40px;
  margin-left: 30px;
}
.about-mv-bg .pc {
  display: block;
}
.about-mv-bg .sp {
  display: none;
}
.about-read .read-flex {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 250px;
}
.read-flex .read-item {
  width: 55%;
}
.about-read_head {
  font-size: 4.0rem;
  font-weight: 600;
  color: #707070;
  margin-bottom: 30px;
}
.about-read_text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.2;
  color: #707070;
}
.about-read_text .pc {
  display: block;
}
.about-read_text .sp {
  display: none;
}
.read-flex .read-img {
  position: absolute;
  z-index: -1;
  width: 65%;
  right: -100px;
}
.read-flex .read-img .pc {
  display: block;
}
.read-flex .read-img .sp {
  display: none;
}
.about-subhead {
  font-size: 2.0rem;
  font-weight: 500;
  color: #045A90;
}
.about-head {
  font-family: "Alumni Sans", sans-serif;
  font-size: 11.0rem;
  font-weight: 600;
  line-height: 1;
  color: #045A90;
  margin-bottom: 50px;
}
.position-item {
  position: relative;
  z-index: 2;
}
.positions-box {
  padding: 90px 55px;
  background-color: #E4EBF2;
}
.positions-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.positions-flex .flex-text {
  width: 55%;
}
.flex-text .p-subhead {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  color: #707070;
}
.flex-text .p-subhead span {
  font-size: 2.8rem;
  font-weight: 600;
  color: #055B8F;
}
.flex-text .p-subhead .sp {
  display: none;
}
.flex-text .p-head {
  font-size: 4.0rem;
  font-weight: 600;
  line-height: 1;
  color: #055B8F;
  margin: 30px 0px;
}
.flex-text .p-text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.5;
  color: #707070;
}
.positions-flex .flex-img {
  width: 47%;
}
.schedule-img {
  margin-bottom: 60px;
}
.schedule-img .pc {
  display: block;
}
.schedule-img .sp {
  display: none;
}
.interview-link {
  max-width: 460px;
  margin: 0px auto;
}
.position-item + .position-item {
  margin-top: 100px;
}
/* 装飾 */
.about-read-deco001 {
  position: absolute;
  width: 232px;
  top: -240px;
  left: -100px;
}
.about-read-deco002 {
  position: absolute;
  z-index: -1;
  width: 156px;
  bottom: -10px;
  left: -170px;
}
.positions-deco001 {
  position: absolute;
  z-index: -1;
  width: 280px;
  top: -150px;
  right: -100px;
}
.positions-deco002 {
  position: absolute;
  z-index: -1;
  width: 104px;
  top: 350px;
  left: -200px;
}
.positions-deco003 {
  position: absolute;
  z-index: -1;
  width: 171px;
  bottom: 200px;
  left: -180px;
}
.positions-deco004 {
  position: absolute;
  z-index: -1;
  width: 283px;
  bottom: -200px;
  right: -150px;
}
.positions-deco005 {
  position: absolute;
  z-index: -1;
  width: 280px;
  top: -50px;
  left: -180px;
}
.positions-deco006 {
  position: absolute;
  z-index: -1;
  width: 319px;
  bottom: -200px;
  left: -120px;
}
.positions-deco007 {
  position: absolute;
  z-index: -1;
  width: 252px;
  bottom: -120px;
  right: -180px;
}
.positions-deco001-sp, .positions-deco002-sp, .positions-deco003-sp, .positions-deco004-sp, .positions-deco005-sp, .positions-deco006-sp {
  display: none;
}
.info-contents {
  padding: 90px 55px;
  background-color: #E4EBF2;
  margin: 140px auto 180px;
}
.info-subhead {
  font-size: 3.0rem;
  font-weight: 500;
  color: #055B8F;
}
.info-head {
  font-family: "Alumni Sans", sans-serif;
  font-size: 14.8rem;
  font-weight: 600;
  line-height: 1;
  color: #055B8F;
  margin-bottom: 50px;
}
.info-box {
  display: flex;
  padding-bottom: 25px;
  border-bottom: 1px solid #4F535D;
}
.info-box + .info-box {
  margin-top: 25px;
}
.info-box dt {
  width: 144px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #707070;
  line-height: 1.6;
}
.info-box dd {
  width: calc(100% - 144px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #707070;
  line-height: 1.6;
}
.info-contents .info-text {
  max-width: 572px;
  text-align: center;
  margin: 85px auto 15px;
  padding: 20px 45px;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  color: #055B8F;
}
.info-text .sp{
	display: none;
}
.accordion-wrapper .js-details {
  margin-top: 30px;
}
summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  /* Safariで表示されるデフォルトの三角形アイコンを非表示にします */
  &::-webkit-details-marker {
    display: none;
  }
  background-color: #E4EBF2;
}
.summary_inner {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
}
.summary_inner p {
  font-size: 2.2rem;
  font-weight: 600;
  color: #055B8F;
}
.summary_inner .en {
  font-family: "Alumni Sans", sans-serif;
  font-size: 4.0rem;
  font-weight: 600;
  color: #055B8F;
  line-height: 0.8;
  vertical-align: text-top;
  margin-right: 20px;
}
.icon {
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: 6px;
  flex-shrink: 0;
}
/* 横線（常に表示） */
.icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  height: 2px;
  background-color: #055B8F;
  transform: translate(-50%, -50%);
}
/* 縦線（＋の縦棒） */
.icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 23px;
  background-color: #055B8F;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
/* 開いたとき（－にする） */
details.is-opened .icon::after {
  opacity: 0;
}
/* is-openedクラスが付与されたときのスタイル */
details.is-opened .icon {
  transform: rotate(180deg);
}
/* --------アコーディオンの中身のスタイル-------- */
.content {
  overflow: hidden;
  height: 0;
  opacity: 0;
}
.content_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  border-bottom: 1px solid #C1E2F1;
  padding: 10px 40px 24px;
  margin-top: 14px;
  margin-bottom: 13px;
}
.content_inner.last {
  margin-bottom: 0px;
}
.content_inner p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #333333;
}
.content_inner .en {
  font-family: "Alumni Sans", sans-serif;
  font-size: 4.0rem;
  font-weight: 600;
  color: #055B8F;
  line-height: 0.8;
  vertical-align: text-top;
  margin-right: 5px;
}
.content-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 45px;
}
.content-flex img {
  height: 175px;
  object-fit: contain;
}
.content-flex img:nth-child(1) {
  width: 264px;
}
.content-flex img:nth-child(2) {
  width: 150px;
}
.content-flex img:nth-child(3) {
  width: 264px;
}
.content-flex img:nth-child(4) {
  width: 264px;
}
@media screen and (max-width: 1050px) {
  .read-flex .read-img {
    width: 55%;
  }
  .about-mv-text .text-box {
    left: 80px;
  }
  .about-mv-text h2 .jp {
    font-size: 2.0rem;
    font-weight: 600;
  }
  .about-mv-text h2 .en {
    font-size: 11.8rem;
  }
  .about-mv-text h3 {
    font-size: 1.8rem;
  }
  .about-read_head {
    font-size: 3.0rem;
  }
  .about-read_text {
    font-size: 1.7rem;
  }
  .positions-flex .flex-text {
    width: 50%;
  }
  .flex-text .p-subhead, .flex-text .p-subhead span {
    font-size: 2.3rem;
  }
  .flex-text .p-head {
    font-size: 3.0rem;
  }
}
@media screen and (max-width: 900px) {
  .about-read .read-flex {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 800px) {
	.about-mv-text h2 .en {
        font-size: 9.8rem;
    }
  .positions-flex .flex-text {
    width: 48%;
  }
  .flex-text .p-text {
    line-height: 2.2;
  }
	.info-subhead{
		    font-size: 2.0rem;
	}
	.info-head{
		font-size: 11.8rem;
	}
}
@media screen and (max-width: 600px) {
  .about-mv-text .text-box {
    flex-wrap: wrap;
    justify-content: center;
    left: 0px;
    right: 0;
  }
  .about-mv-text h2 {
    width: 100%;
    text-align: center;
  }
  .about-mv-text h2 .jp {
    font-size: 1.6rem;
  }
  .about-mv-text h2 .en {
    font-size: 6.0rem;
  }
  .about-mv-text h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 0px;
    margin-left: 0px;
  }
  .about-mv-bg .pc {
    display: none;
  }
  .about-mv-bg .sp {
    display: block;
  }
  .about-read .read-flex {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding-bottom: 100px;
  }
  .read-flex .read-item, .read-flex .read-img {
    width: 100%;
  }
  .read-flex .read-item {
    margin-bottom: 60px;
  }
  .about-read_head {
    font-size: 2.4rem;
  }
  .about-read_text {
    font-size: 1.5rem;
  }
  .about-read_text .sp {
    display: block;
  }
  .read-flex .read-img {
    position: relative;
    right: 0;
  }
  .read-flex .read-img .pc {
    display: none;
  }
  .read-flex .read-img .sp {
    display: block;
  }
  .about-subhead {
    text-align: center;
    font-size: 1.6rem;
  }
  .about-head {
    text-align: center;
    font-size: 7.0rem;
    letter-spacing: 0.3rem;
  }
  .positions-box {
    padding: 60px 45px;
  }
  .positions-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .positions-flex .flex-text {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .flex-text .p-subhead, .flex-text .p-subhead span {
    font-size: 2.4rem;
  }
  .flex-text .p-subhead .sp {
    display: block;
  }
  .positions-flex .flex-img {
    width: 100%;
  }
  .flex-text .p-head {
    font-size: 4.0rem;
    margin: 10px 0px 30px;
  }
  .flex-text .p-text {
    text-align: left;
  }
  .flex-text .p-text .sp {
    display: none;
  }
  .schedule-img .pc {
    display: none;
  }
  .schedule-img .sp {
    display: block;
  }
	
	.about-read-deco001{
		display: none;
	}
	.about-read-deco002 {
    width: 98px;
    bottom: -50px;
    left: -20px;
}
	.positions-deco001 {
    width: 200px;
    top: -60px;
    right: -60px;
}
	.positions-deco002, .positions-deco003, .positions-deco004,
	.positions-deco005, .positions-deco006, .positions-deco007{
		display: none;
	}
	.positions-deco001-sp{
		display: block;
		position: absolute;
		width: 104px;
		z-index: -1;
		right: -60px;
		top: 750px;
	}
	.positions-deco002-sp{
		display: block;
		position: absolute;
		width: 196px;
		z-index: -1;
		left: -60px;
		top: 1350px;
	}
	.positions-deco003-sp{
		display: block;
		position: absolute;
		width: 106px;
		z-index: -1;
		left: -60px;
		top: -50px;
	}
	.positions-deco004-sp{
		display: block;
		position: absolute;
		width: 56px;
		z-index: -1;
		right: -40px;
		top: 200px;
	}
	.positions-deco005-sp{
		display: block;
		position: absolute;
		width: 98px;
		z-index: -1;
		left: -50px;
		bottom: -150px;
	}
	.positions-deco006-sp{
		display: block;
		position: absolute;
		width: 165px;
		z-index: -1;
		right: -40px;
		bottom: -100px;
	}
	
	.info-contents{
		    padding: 55px 25px;
		    margin: 40px auto 100px;
	}
	.info-subhead{
		text-align: center;
		font-size: 1.6rem;
	}
	.info-head{
		text-align: center;
		    font-size: 7rem;
	}
	.info-box{
		flex-wrap: wrap;
	}
	.info-box dt{
		margin-bottom: 5px;
	}
	.info-box dd{
		width: 100%;
	}
	.info-contents .info-text{
		margin: 55px auto 10px;
		    padding: 20px;
		    font-size: 1.5rem;
		    font-weight: 600;
	}
	.info-contents .info-text .sp{
		display: block;
	}
	
	.summary_inner{
		padding: 15px 17px;
	}
	.summary_inner p{
		font-size: 1.7rem;
	}
	.summary_inner .en{
		    font-size: 3.0rem;
	}
	.content_inner{
		    padding: 10px 17px 24px;
	}
		.content_inner p{
		width: calc(100% - 44px);
	}
	.content_inner .en{
		width: auto;
		font-size: 3.0rem;
		line-height: 1.2;
	}
	.content-flex{
		flex-wrap: wrap;
	}
	.content-flex img{
		height: auto;
	}
	.content-flex img:nth-child(1), .content-flex img:nth-child(2),
	.content-flex img:nth-child(3), .content-flex img:nth-child(4){
		width: 100%;
	}
	
}

@media screen and (max-width: 380px) {
	    .about-read_head {
        font-size: 2.2rem;
    }
	.positions-box {
        padding: 50px 15px;
    }
	    .flex-text .p-subhead, .flex-text .p-subhead span {
        font-size: 2.2rem;
        letter-spacing: -0.1rem;
    }
}