:root {
  --margin-m: 24px;
  --padding-block-m: 64px;
}
@media print, screen and (min-width: 920px) {
  :root {
    --padding-block-m: 80px;
  }
}

header {
  opacity: 0;
  transform: translateY(-20px);
}

.top_bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: url(../img/top/mv_bg_sp.jpg) no-repeat 0 0;
  background-size: cover;
  top: 0;
  left: 0;
  opacity: 0;
  filter: blur(20px);
}
@media print, screen and (min-width: 920px) {
  .top_bg {
    background-image: url(../img/top/mv_bg.jpg);
  }
}

.mv {
  position: relative;
  padding-bottom: 5%;
  min-height: 88vh;
}
@media print, screen and (min-width: 920px) {
  .mv {
    padding-bottom: 80px;
    min-height: 100vh;
  }
}

.mv__photo_set {
  position: relative;
  padding-top: 98%;
}
@media print, screen and (min-width: 600px) {
  .mv__photo_set {
    padding-top: 65%;
  }
}
@media print, screen and (min-width: 920px) {
  .mv__photo_set {
    padding-top: 34%;
  }
}
@media print, screen and (min-width: 1280px) {
  .mv__photo_set {
    padding-top: 390px;
  }
}

.mv__photo_item {
  opacity: 0;
  transform: translateX(20px);
}
.mv__photo_item.item01 {
  position: absolute;
  top: 6vw;
  left: 0;
  width: 70%;
}
@media print, screen and (min-width: 600px) {
  .mv__photo_item.item01 {
    top: 0;
    left: auto;
    right: 34%;
    width: 49%;
  }
}
@media print, screen and (min-width: 920px) {
  .mv__photo_item.item01 {
    right: 36%;
    width: 34%;
  }
}
@media print, screen and (min-width: 1280px) {
  .mv__photo_item.item01 {
    right: 400px;
    width: 397px;
  }
}
@media print, screen and (min-width: 1540px) {
  .mv__photo_item.item01 {
    right: min(7vw + 385px, 585px);
  }
}
.mv__photo_item.item01::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  top: 0;
  left: -5%;
  background: #141111;
  filter: blur(33px);
  opacity: 0.12;
}
.mv__photo_item.item01 .in_item {
  position: relative;
  mask: url(../img/top/mv_mask01.svg) no-repeat 0 0;
  mask-size: cover;
}
.mv__photo_item.item02 {
  position: absolute;
  top: 24vw;
  right: -25%;
  width: 90%;
}
@media print, screen and (min-width: 600px) {
  .mv__photo_item.item02 {
    width: 66%;
    right: -16%;
    top: 11vw;
  }
}
@media print, screen and (min-width: 920px) {
  .mv__photo_item.item02 {
    top: 6.5vw;
    right: 20px;
    width: 44%;
  }
}
@media print, screen and (min-width: 1280px) {
  .mv__photo_item.item02 {
    top: 86px;
    right: 20px;
    width: 500px;
  }
}
@media print, screen and (min-width: 1540px) {
  .mv__photo_item.item02 {
    right: min(7vw, 200px);
  }
}
.mv__photo_item.item02::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/top/mv_mask02.svg) no-repeat 0 0;
  background-size: cover;
  filter: blur(33px);
  opacity: 0.12;
}
.mv__photo_item.item02 .in_item {
  position: relative;
  mask: url(../img/top/mv_mask02.svg) no-repeat 0 0;
  mask-size: cover;
}
.mv__photo_item img {
  width: 100%;
}

.mv__catch_title {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 15vw;
  line-height: 1;
  z-index: 1;
  padding-inline: 15px;
}
@media print, screen and (min-width: 600px) {
  .mv__catch_title {
    font-size: 15vw;
  }
}
@media print, screen and (min-width: 920px) {
  .mv__catch_title {
    font-size: min(10vw, 130px);
    padding-inline: 40px;
  }
}
@media print, screen and (min-width: 1540px) {
  .mv__catch_title {
    font-size: 160px;
    padding-inline: min(5vw, 120px);
  }
}
.mv__catch_title .text {
  opacity: 0;
  display: inline-block;
  transform: translate(30px, 15px);
}

.head_title_m .en {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 920px) {
  .head_title_m .en {
    font-size: 4.5rem;
  }
}
.head_title_m .ja {
  font-weight: 500;
}
@media print, screen and (min-width: 920px) {
  .head_title_m .ja {
    margin-top: 5px;
  }
}

.head_title_l .en {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 920px) {
  .head_title_l .en {
    font-size: 6rem;
    letter-spacing: 0.06em;
  }
}
.head_title_l .ja {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 920px) {
  .head_title_l .ja {
    font-size: 2.3rem;
  }
}

.more_btn_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  margin-top: var(--margin-m);
}
@media print, screen and (min-width: 920px) {
  .more_btn_wrap {
    margin-top: 42px;
  }
}
.more_btn_wrap.pc_only {
  display: none;
}
@media print, screen and (min-width: 920px) {
  .more_btn_wrap.pc_only {
    display: flex;
  }
}
.more_btn_wrap.sp_only {
  display: flex;
}
@media print, screen and (min-width: 920px) {
  .more_btn_wrap.sp_only {
    display: none;
  }
}
.more_btn_wrap.ta_l {
  align-items: flex-start;
}

.more_btn {
  display: inline-block;
  position: relative;
  font-weight: 600;
  padding-block: 3px;
  padding-right: 65px;
}
@media print, screen and (min-width: 920px) {
  .more_btn {
    font-size: 1.8rem;
    padding-right: 98px;
  }
}
.more_btn:hover {
  color: #00a0e9;
}
.more_btn:hover::after {
  color: #00a0e9;
  background-color: #f7f7f7;
  padding-left: 14px;
}
.more_btn::after {
  pointer-events: none;
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  transform: translateY(-50%);
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  color: #fff;
  background: #00a0e9;
  line-height: 1;
  padding: 6px 10px;
  width: 52px;
  border-radius: 100px;
  font-size: 8px;
  text-align: center;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .more_btn::after {
    font-size: 10px;
    width: 80px;
    padding-block: 10px;
  }
}

.sec_news {
  padding-block: var(--padding-block-m);
}

@media print, screen and (min-width: 920px) {
  .news_flex {
    display: flex;
    gap: 64px;
  }
}

.news_flex__title {
  flex-shrink: 0;
}

.news_flex__content {
  margin-top: var(--margin-m);
  width: 100%;
}
@media print, screen and (min-width: 920px) {
  .news_flex__content {
    margin-top: 0;
  }
}

.news_list {
  border-top: 1px solid #c4c4c4;
}

.news_list__item {
  display: flex;
  flex-direction: column;
  padding-block: 18px;
  border-bottom: 1px solid #c4c4c4;
}
@media print, screen and (min-width: 768px) {
  .news_list__item {
    flex-direction: row;
    gap: 30px;
  }
}
@media print, screen and (min-width: 920px) {
  .news_list__item {
    padding-block: 22px;
  }
}
.news_list__item:hover {
  color: #00a0e9;
}

.news_list__date {
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .news_list__date {
    padding-top: 4px;
  }
}
@media print, screen and (min-width: 920px) {
  .news_list__date {
    font-size: 1.6rem;
  }
}

.news_list__title {
  line-height: 1.6;
  margin-top: 8px;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .news_list__title {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 920px) {
  .news_list__title {
    font-size: 1.6rem;
  }
}

.sec_message {
  position: relative;
  padding-block: var(--padding-block-m);
  background: rgba(247, 247, 247, 0.68);
}
@media print, screen and (min-width: 920px) {
  .sec_message {
    padding-block: 100px;
  }
}

.sec_message__bg_title {
  position: absolute;
  right: 0;
  top: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 5rem;
  line-height: 1;
  color: #fff;
}
@media print, screen and (min-width: 600px) {
  .sec_message__bg_title {
    top: -10px;
    font-size: 8.6rem;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_message__bg_title {
    top: -18px;
    font-size: 13.7rem;
  }
}

.message_box {
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  font-size: 1.6rem;
  font-weight: 600;
}
@media print, screen and (min-width: 360px) {
  .message_box {
    padding: 40px 30px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .message_box {
    padding-inline: 80px;
  }
}
@media print, screen and (min-width: 1200px) {
  .message_box {
    padding: min(5vw, 80px) min(8vw, 130px);
    font-size: 2rem;
  }
}
.message_box p + p {
  margin-top: 2em;
}

.sec_business_work {
  position: relative;
  padding-block: var(--padding-block-m);
  background: #fff;
}
@media print, screen and (min-width: 920px) {
  .sec_business_work {
    padding-block: 120px;
  }
}
.sec_business_work .obj01 {
  position: absolute;
  top: -100px;
  left: -65px;
  width: 140px;
  pointer-events: none;
}
@media print, screen and (min-width: 1200px) {
  .sec_business_work .obj01 {
    top: -150px;
    left: 50%;
    transform: translateX(-790px);
    width: 240px;
  }
}
@media print, screen and (min-width: 1540px) {
  .sec_business_work .obj01 {
    top: -140px;
    width: 300px;
    transform: translateX(-920px);
  }
}

.business_work_group {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  column-gap: 60px;
}
@media print, screen and (min-width: 768px) {
  .business_work_group {
    flex-direction: row;
    row-gap: 60px;
    column-gap: 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .business_work_group {
    gap: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .business_work_group__work {
    padding-top: 45px;
  }
}
@media print, screen and (min-width: 920px) {
  .business_work_group__work {
    padding-top: 90px;
  }
}

.business_work_group__title .en {
  font-size: 3.8rem;
}
@media print, screen and (min-width: 920px) {
  .business_work_group__title .en {
    font-size: 6rem;
  }
}
.business_work_group__title .ja {
  font-size: 2rem;
  font-weight: 600;
}
@media print, screen and (min-width: 920px) {
  .business_work_group__title .ja {
    font-size: 2.3rem;
  }
}

.business_work_group__text {
  margin-top: 10px;
}
@media print, screen and (min-width: 920px) {
  .business_work_group__text {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}

.business_work_group__link {
  position: relative;
  display: block;
  margin-top: var(--margin-m);
  border-radius: 20px;
  overflow: hidden;
}
.business_work_group__link:hover::before {
  opacity: 0;
}
.business_work_group__link:hover::after {
  background-color: #00a0e9;
  color: #fff;
  padding-left: 14px;
}
.business_work_group__link:hover img {
  transform: scale(1.05);
}
.business_work_group__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #020919;
  opacity: 0.3;
  transition: 0.3s;
  z-index: 1;
}
.business_work_group__link::after {
  pointer-events: none;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  color: #00a0e9;
  background: #fff;
  line-height: 1;
  padding: 6px 10px;
  width: 52px;
  border-radius: 100px;
  font-size: 8px;
  text-align: center;
  transition: 0.3s;
  z-index: 2;
}
@media print, screen and (min-width: 920px) {
  .business_work_group__link::after {
    bottom: 22px;
    right: 26px;
    width: 80px;
    font-size: 10px;
    padding: 10px 10px;
  }
}
.business_work_group__link img {
  position: relative;
  width: 100%;
  transition: 0.3s;
}
.business_work_group__link p {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  pointer-events: none;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .business_work_group__link p {
    left: 26px;
    bottom: 22px;
    font-size: 2.3rem;
  }
}
.business_work_group__link p span {
  display: block;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 920px) {
  .business_work_group__link p span {
    font-size: 1.8rem;
  }
}

.sec_interview {
  position: relative;
  padding-bottom: var(--padding-block-m);
  background: #00a0e9;
  color: #fff;
}
@media print, screen and (min-width: 920px) {
  .sec_interview {
    padding-bottom: 160px;
  }
}
.sec_interview .obj02 {
  position: absolute;
  top: -10vw;
  right: -11vw;
  width: 38vw;
  pointer-events: none;
}
@media print, screen and (min-width: 920px) {
  .sec_interview .obj02 {
    top: -120px;
    right: -120px;
    width: 330px;
  }
}
@media print, screen and (min-width: 1200px) {
  .sec_interview .obj02 {
    top: -150px;
    right: 50%;
    transform: translateX(880px);
    width: 420px;
  }
}
@media print, screen and (min-width: 1540px) {
  .sec_interview .obj02 {
    top: -170px;
    transform: translateX(920px);
    width: 490px;
  }
}

.sec_interview__slider {
  margin-top: 30px;
}
@media print, screen and (min-width: 920px) {
  .sec_interview__slider {
    margin-top: 46px;
  }
}

.interview_title {
  position: relative;
  top: -1.8666666667vw;
}
@media print, screen and (min-width: 920px) {
  .interview_title {
    top: -22px;
  }
}
@media print, screen and (min-width: 920px) {
  .interview_title {
    top: -24px;
  }
}
.interview_title .en {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14vw;
}
@media print, screen and (min-width: 920px) {
  .interview_title .en {
    font-size: 14rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .interview_title .en {
    font-size: 18rem;
  }
}
.interview_title .ja {
  font-size: 2.3rem;
}
@media print, screen and (min-width: 920px) {
  .interview_title .ja {
    font-size: 3.2rem;
  }
}

.interview_text {
  margin-top: 14px;
}
@media print, screen and (min-width: 920px) {
  .interview_text {
    margin-top: 8px;
  }
}

.interview_slider {
  overflow: visible;
}
.interview_slider .swiper-slide {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 360/470;
}
.interview_slider .swiper-slide::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  transition: 0.3s;
}
.interview_slider .swiper-slide img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.interview_slider .swiper-slide:hover::after {
  opacity: 0;
}
.interview_slider .swiper-slide:hover img {
  transform: scale(1.05);
}
.interview_slider .swiper-control-group {
  margin-top: 30px;
}
@media print, screen and (min-width: 920px) {
  .interview_slider .swiper-control-group {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-top: 46px;
  }
}
.interview_slider .swiper-button-wrap {
  display: none;
}
@media print, screen and (min-width: 920px) {
  .interview_slider .swiper-button-wrap {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 18px;
  }
}
.interview_slider .swiper-button-next,
.interview_slider .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: block;
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
  opacity: 1;
  border-radius: 100%;
  margin-top: 0;
  transition: 0.3s;
}
.interview_slider .swiper-button-next::after,
.interview_slider .swiper-button-prev::after {
  content: none;
}
.interview_slider .swiper-button-next::before,
.interview_slider .swiper-button-prev::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  color: #fff;
}
.interview_slider .swiper-button-next:hover,
.interview_slider .swiper-button-prev:hover {
  background-color: #fff;
}
.interview_slider .swiper-button-next:hover::before,
.interview_slider .swiper-button-prev:hover::before {
  color: #00a0e9;
}
.interview_slider .swiper-button-next.swiper-button-disabled,
.interview_slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.interview_slider .swiper-button-prev {
  transform: rotate(180deg);
}
.interview_slider .swiper-pagination {
  position: static;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  gap: 10px 20px;
}
@media print, screen and (min-width: 920px) {
  .interview_slider .swiper-pagination {
    column-gap: 34px;
  }
}
.interview_slider .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 15px;
  height: 15px;
  background: #c4c4c4;
  opacity: 1;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .interview_slider .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }
}
.interview_slider .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #fff;
}
.interview_slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.interview_slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interview_slider__content {
  position: absolute;
  gap: 5px;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}

.interview_slider__join {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 3px;
}

.interview_slider__jpb {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 2px 8px 3px 8px;
  line-height: 1.4;
  background: #fff;
  color: #373737;
  margin-bottom: 6px;
}

.interview_slider__name {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.interview_more_btn_wrap {
  margin-top: 20px;
  text-align: right;
  flex-shrink: 0;
}
@media print, screen and (min-width: 920px) {
  .interview_more_btn_wrap {
    margin-top: 0;
  }
}

.interview_more_btn {
  position: relative;
  display: inline-block;
  background: #fff;
  color: #00a0e9;
  padding: 12px 20px;
  padding-right: 60px;
  border-radius: 100px;
  font-weight: 600;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .interview_more_btn {
    font-size: 1.6rem;
    padding: 15px 24px;
    padding-right: 80px;
  }
}
.interview_more_btn:hover {
  background-color: #0158a7;
  color: #fff;
}
.interview_more_btn:hover::after {
  color: #fff;
  right: 16px;
}
.interview_more_btn::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  position: absolute;
  right: 20px;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  font-size: 9px;
  transition: 0.3s;
}

.sec_work_style {
  position: relative;
  padding-block: var(--padding-block-m);
  background: #fff;
}
@media print, screen and (min-width: 920px) {
  .sec_work_style {
    padding-block: 120px 0;
  }
}
.sec_work_style .obj03 {
  position: absolute;
  top: -80px;
  left: -45px;
  width: 115px;
  pointer-events: none;
}
@media print, screen and (min-width: 360px) {
  .sec_work_style .obj03 {
    width: 125px;
  }
}
@media print, screen and (min-width: 550px) {
  .sec_work_style .obj03 {
    top: -80px;
    left: 2vw;
    transform: rotate(-5deg);
    width: 22vw;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_work_style .obj03 {
    top: -150px;
    left: -150px;
    width: 220px;
    transform: rotate(0deg);
  }
}
@media print, screen and (min-width: 1200px) {
  .sec_work_style .obj03 {
    left: 50%;
    top: -235px;
    width: 320px;
    transform: translateX(-885px);
  }
}

.work_style_flex {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
}
@media print, screen and (min-width: 920px) {
  .work_style_flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media print, screen and (min-width: 1200px) {
  .work_style_flex {
    gap: 64px;
  }
}

.work_style_flex__title {
  flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .work_style_flex__title {
    margin-top: -90px;
  }
}
@media print, screen and (min-width: 920px) {
  .work_style_flex__title {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .work_style_flex__title {
    width: calc(50% - 40px);
  }
}

.work_style_text {
  margin-top: 10px;
}
@media print, screen and (min-width: 920px) {
  .work_style_text {
    margin-top: 24px;
  }
}

.work_style_photo {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
}
@media print, screen and (min-width: 550px) {
  .work_style_photo {
    gap: 30px;
  }
}
@media print, screen and (min-width: 920px) {
  .work_style_photo {
    max-width: 42vw;
  }
}
@media print, screen and (min-width: 1200px) {
  .work_style_photo {
    max-width: 100%;
  }
}

.work_style_photo__item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.work_style_photo__item.small {
  margin-top: auto;
  width: 48%;
  z-index: 1;
}
.work_style_photo__item.large {
  margin-left: -20%;
  width: 72%;
  margin-bottom: 20%;
}
@media print, screen and (min-width: 550px) {
  .work_style_photo__item.large {
    margin-left: 0;
  }
}
.work_style_photo__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec_requirements {
  position: relative;
  padding-block: var(--padding-block-m);
  background: #fff;
}
@media print, screen and (min-width: 920px) {
  .sec_requirements {
    padding-block: 90px 120px;
  }
}
.sec_requirements .obj04 {
  position: absolute;
  top: -13vw;
  right: -4vw;
  width: 36vw;
  pointer-events: none;
  z-index: 1;
  display: none;
}
@media print, screen and (min-width: 600px) {
  .sec_requirements .obj04 {
    top: -60px;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_requirements .obj04 {
    top: -110px;
    right: 50%;
    transform: translateX(730px);
    width: 330px;
    display: block;
  }
}
@media print, screen and (min-width: 1200px) {
  .sec_requirements .obj04 {
    top: -130px;
    transform: translateX(800px);
    width: 336px;
  }
}

.requirements_flex {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 40px;
}
@media print, screen and (min-width: 920px) {
  .requirements_flex {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 64px;
  }
}

@media print, screen and (min-width: 920px) {
  .requirements_flex__img {
    width: 40%;
  }
}
@media print, screen and (min-width: 1200px) {
  .requirements_flex__img {
    width: 50%;
  }
}
.requirements_flex__img .in_img {
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  margin-left: -20px;
}
@media print, screen and (min-width: 768px) {
  .requirements_flex__img .in_img {
    margin-left: -40px;
  }
}
@media print, screen and (min-width: 920px) {
  .requirements_flex__img .in_img {
    height: 400px;
  }
}
@media print, screen and (min-width: 1200px) {
  .requirements_flex__img .in_img {
    margin-left: calc(100% + 32px - 50vw);
    height: 470px;
  }
}
.requirements_flex__img .in_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.requirements_flex__content {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 920px) {
  .requirements_flex__content {
    width: 60%;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .requirements_flex__content {
    width: 50%;
  }
}

.sec_faq {
  position: relative;
  padding-block: var(--padding-block-m);
  background: #f9f9f9;
}

@media print, screen and (min-width: 920px) {
  .faq_flex {
    display: flex;
    align-items: center;
  }
}

.faq_flex__content {
  margin-left: auto;
}

.sec_entry {
  position: relative;
  padding-block: var(--padding-block-m);
  background: #fff url(../img/top/bg_entry_sp.jpg) no-repeat center center;
  background-size: cover;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .sec_entry {
    background-image: url(../img/top/bg_entry.jpg);
  }
}
@media print, screen and (min-width: 920px) {
  .sec_entry {
    padding-block: 120px;
  }
}

.entry_link {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 80px 20px 120px;
  background: #009fe8;
  border-radius: 20px;
  color: #fff;
}
@media print, screen and (min-width: 360px) {
  .entry_link {
    padding-inline: 25px;
  }
}
@media print, screen and (min-width: 920px) {
  .entry_link {
    padding: 60px 60px 80px;
  }
}
.entry_link:hover {
  background-color: #0158a7;
}
.entry_link:hover::after {
  color: #0158a7;
  padding-left: 15px;
}
.entry_link:hover .entry_title .en {
  color: color-mix(in srgb, #0158a7, #fff 30%);
}
.entry_link::after {
  pointer-events: none;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  color: #00a0e9;
  background: #fff;
  line-height: 1;
  padding: 6px 10px;
  width: 52px;
  border-radius: 100px;
  font-size: 8px;
  text-align: center;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .entry_link::after {
    bottom: 22px;
    right: 26px;
    width: 80px;
    font-size: 10px;
    padding: 10px 10px;
  }
}

.entry_title .en {
  color: #03c5f1;
  font-size: 7rem;
  transition: 0.3s;
}
@media print, screen and (min-width: 360px) {
  .entry_title .en {
    font-size: 8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .entry_title .en {
    font-size: 14rem;
  }
}
@media print, screen and (min-width: 920px) {
  .entry_title .en {
    font-size: 18rem;
  }
}
@media print, screen and (min-width: 920px) {
  .entry_title .ja {
    font-size: 3.2rem;
  }
}

.entry_text {
  margin-top: 16px;
}
@media print, screen and (min-width: 920px) {
  .entry_text {
    margin-top: 24px;
    font-size: 1.8rem;
  }
}