@charset "UTF-8";
:root {
  --color01: #3190ba;
  --color02: #71c78e;
  --gradient00: linear-gradient(to right, #5DC681 0%, #5FB8DB 100%);
  --gradient01: linear-gradient(to right, #3190ba 0%, #71c78e 100%);
}

.message_contentarea .desc {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .message_contentarea .desc {
    font-size: 1.0625rem;
  }
}

.faq_list__item .heading_ttl {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .faq_list__item .heading_ttl {
    font-size: 1.125rem;
  }
}

.message_heading__ttlen {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .message_heading__ttlen {
    font-size: 1.25rem;
  }
}

.p_part {
  margin-top: 113px;
}
@media screen and (min-width: 768px) {
  .p_part {
    margin-top: 102px;
  }
}

.mv {
  position: relative;
}
.mv_slider__inner {
  transition-timing-function: linear;
}
.mv_slider__slide {
  width: 86.6666666667%;
  aspect-ratio: 325/440;
}
@media screen and (min-width: 768px) {
  .mv_slider__slide {
    width: 48.6111111111%;
    aspect-ratio: 700/560;
  }
}
.mv_slider__imgarea {
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 325/440;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mv_slider__imgarea {
    aspect-ratio: 700/560;
    border-radius: 10px;
  }
}
.mv_slider__imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv_contentarea__ttl {
  width: 300px;
  position: absolute;
  left: 65px;
  bottom: -64px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .mv_contentarea__ttl {
    width: clamp(20.3125rem, 21.875vw + 9.8125rem, 29.5rem);
    left: clamp(4.0625rem, 26.3392857143vw + -8.5803571429rem, 15.125rem);
    bottom: -24px;
  }
}

.groupsec {
  background-color: #F4F8EC;
  border-radius: 0 100px 0 0;
  margin-top: 127px;
  padding-bottom: 110px;
  overflow: clip;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .groupsec {
    margin-top: 87px;
    padding-bottom: 190px;
    border-radius: 0 250px 0 0;
  }
}
.groupsec.is_show .line_ani svg path {
  animation: line01_ani_full 8s ease infinite forwards;
}
.groupsec.is_show .line_ani_sp svg path {
  animation: line01_ani_full_sp 12s ease infinite forwards;
}
.groupsec .line_ani {
  position: absolute;
  top: 0;
  left: calc(50% - clamp(22.5rem, 42.8240740741vw + 1.9444444444rem, 34.0625rem));
  display: block;
  z-index: -1;
}
.groupsec .line_ani svg {
  width: 100%;
  height: auto;
}
.groupsec .line_ani svg path {
  stroke-dasharray: 4000;
  stroke-dashoffset: 4000;
}
.groupsec .line_ani_sp {
  position: absolute;
  inset: 0;
  right: 11px;
  display: block;
  z-index: -1;
}
.groupsec .line_ani_sp svg {
  width: 100%;
  height: auto;
}
.groupsec .line_ani_sp svg path {
  stroke-dasharray: 6000;
  stroke-dashoffset: 6000;
}

.message {
  padding-top: 65px;
}
@media screen and (min-width: 768px) {
  .message {
    padding-top: 140px;
  }
}
.message_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 40px;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .message_inner {
    padding: 0;
    flex-direction: row;
    transform: translateX(clamp(0rem, 4.0178571429vw + -1.9285714286rem, 1.6875rem));
  }
}
@media screen and (min-width: 768px) {
  .message_heading {
    width: 37.7%;
  }
}
.message_heading__ttlen {
  font-family: "sicnewsnexus", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  background-image: linear-gradient(to right, #5DC681 5%, #5FB8DB 95%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.message_heading__ttljp {
  width: 100%;
  max-width: 271px;
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .message_heading__ttljp {
    margin-top: 15px;
    max-width: 377px;
  }
}
.message_contentarea {
  border-radius: 20px;
  padding: 33px 19px 36px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .message_contentarea {
    width: 55.3%;
    padding: 32px 40px;
    margin-top: 76px;
  }
}
.message_contentarea .desc {
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.message_contentarea::after {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(14px);
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
}

@keyframes line01_ani_full {
  0% {
    stroke-dashoffset: 4000;
  }
  45% {
    stroke-dashoffset: 0;
  }
  45.01% {
    stroke-dashoffset: 8000;
  }
  100% {
    stroke-dashoffset: 4000;
  }
}
@keyframes line01_ani_full_sp {
  0% {
    stroke-dashoffset: 6000;
  }
  45% {
    stroke-dashoffset: 0;
  }
  45.01% {
    stroke-dashoffset: 12000;
  }
  100% {
    stroke-dashoffset: 6000;
  }
}
.jobsearch_heading {
  margin-top: 74px;
}
@media screen and (min-width: 768px) {
  .jobsearch_heading {
    margin-top: 102px;
  }
}
.jobsearch_blockcontent {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .jobsearch_blockcontent {
    margin-top: 52px;
  }
}
.jobsearch_blockcontent__group01 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .jobsearch_blockcontent__group01 {
    gap: 0 12px;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .jobsearch_blockcontent__group01 .c_box01__inner {
    padding: 8px 22px 63px;
  }
}
@media screen and (min-width: 768px) {
  .jobsearch_blockcontent__group01 .c_box01__heading {
    gap: 12px;
    margin-top: 18px;
  }
}
@media screen and (min-width: 768px) {
  .jobsearch_blockcontent__group01 .c_box01__heading_txt {
    margin-top: -4px;
  }
}
.jobsearch_blockcontent__group01 .c_box01__heading_icon {
  width: 36px;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .jobsearch_blockcontent__group01 .c_box01__heading_icon {
    width: 35px;
    margin-top: 0;
  }
}

.groupsec02 {
  background-color: #EEF6DF;
  border-radius: 30px 30px 0 0;
  padding-bottom: 150px;
  position: relative;
  z-index: 2;
  margin-top: -30px;
}
@media screen and (min-width: 768px) {
  .groupsec02 {
    padding-bottom: 399px;
    border-radius: 60px 60px 0 0;
    margin-top: -60px;
  }
}

.value {
  padding-top: 31px;
  position: relative;
  background-color: #EEF6DF;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .value {
    padding-top: 60px;
  }
}
.value_inner {
  position: relative;
  z-index: 3;
}
.value .ttlarea {
  max-width: 1440px;
  margin-inline: auto;
  padding: 0px 18px;
}
@media screen and (min-width: 768px) {
  .value .ttlarea {
    padding: 0 40px;
  }
}
.value .ttlarea .ttl {
  width: 194px;
  mix-blend-mode: overlay;
  -webkit-mix-blend-mode: overlay;
}
@media screen and (min-width: 768px) {
  .value .ttlarea .ttl {
    width: clamp(16.25rem, 13.5416666667vw + 9.75rem, 21.9375rem);
    margin-left: clamp(0rem, 10.4166666667vw + -5rem, 4.375rem);
  }
}
.value .ttlarea .ttl img {
  display: block;
  width: 100%;
}
.value .c_heading01 {
  margin-top: 27px;
}
@media screen and (min-width: 768px) {
  .value .c_heading01 {
    margin-top: clamp(-2.125rem, -5.0595238095vw + 2.4285714286rem, 0rem);
  }
}
.value_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: -7px;
}
@media screen and (min-width: 768px) {
  .value_list {
    margin-top: 11px;
  }
}
.value_list .c_postcard01 {
  width: 100%;
  max-width: 300px;
}

.movie {
  position: relative;
  z-index: 1;
}
.movie_inner {
  padding-top: 166px;
}
@media screen and (min-width: 768px) {
  .movie_inner {
    padding-top: 165px;
  }
}
.movie_list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 18px;
  margin: 51px -5px 0;
}
@media screen and (min-width: 768px) {
  .movie_list {
    gap: 39px;
    margin: 74px 0 0;
    flex-direction: row;
  }
}
.movie_list__item {
  width: 100%;
  max-width: 480px;
  margin-inline: auto;
}
.movie_list__item .videoarea {
  width: 100%;
  aspect-ratio: 345/194;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .movie_list__item .videoarea {
    aspect-ratio: 480/270;
  }
}
.movie_list__item .videoarea::after {
  content: "";
  position: absolute;
  display: none;
  inset: -10px;
  background-color: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(80px);
  border-radius: 10px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .movie_list__item .videoarea::after {
    display: block;
  }
}
.movie_list__item .video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: block;
  object-fit: cover;
}
.movie_list__item .contentarea_heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .movie_list__item .contentarea_heading {
    margin-top: 8px;
  }
}
.movie_list__item .contentarea_heading__jp {
  font-family: "sicnewsnexus", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #474747;
}
.movie_list__item .contentarea_heading__en {
  font-family: "Montserrat", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  background-image: linear-gradient(to right, #5DC681 0%, #5FB8DB 110%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  flex-shrink: 0;
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .movie_list__item .contentarea_heading__en {
    margin-top: 0;
  }
}
.movie .line02_ani {
  position: absolute;
  top: 350px;
  left: 0;
  right: 0;
  display: block;
  z-index: -1;
}
.movie .line02_ani svg {
  width: 100%;
  height: auto;
}
.movie .line02_ani svg path {
  stroke-dasharray: 4000;
  stroke-dashoffset: 4000;
}
.movie .line02_ani_sp {
  position: absolute;
  inset: 0;
  top: -67px;
  display: block;
  z-index: -1;
}
.movie .line02_ani_sp svg {
  width: 100%;
  height: auto;
}
.movie .line02_ani_sp svg path {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
}
.movie.is_show .line02_ani svg path {
  animation: line02_combined 8s ease infinite forwards;
}
.movie.is_show .line02_ani_sp svg path {
  animation: line02_combined_sp 8s ease infinite forwards;
}

@keyframes line02_combined {
  0% {
    stroke-dashoffset: 4000;
  }
  37.5% {
    stroke-dashoffset: 0;
  }
  37.6% {
    stroke-dashoffset: 8000;
  }
  100% {
    stroke-dashoffset: 4000;
  }
}
@keyframes line02_combined_sp {
  0% {
    stroke-dashoffset: 2000;
  }
  40% {
    stroke-dashoffset: 0;
  }
  40.1% {
    stroke-dashoffset: 4000;
  }
  100% {
    stroke-dashoffset: 2000;
  }
}
.groupsec03 {
  background-color: #FFFFFF;
  position: relative;
  border-radius: 100px 0 0 0;
  margin-top: -100px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .groupsec03 {
    border-radius: 250px 0 0 0;
    margin-top: -250px;
  }
}

.interview {
  padding-top: 148px;
}
@media screen and (min-width: 768px) {
  .interview {
    padding-top: 173px;
  }
}
.interview_inner {
  max-width: 1306px;
  padding: 0 28px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .interview_inner {
    padding: 0 40px;
  }
}
.interview_maincontent {
  position: relative;
  margin-top: 41px;
}
@media screen and (min-width: 768px) {
  .interview_maincontent {
    margin-top: 64px;
    padding: 0 30px;
    transform: translateX(clamp(-0.1875rem, -0.4464285714vw + 0.2142857143rem, 0rem));
  }
}
.interview_slider {
  max-width: 1020px;
  margin-inline: auto;
}
.interview_slider__item {
  width: 100%;
}
.interview_slider__item .c_card01 {
  width: 100%;
}
.interview_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .interview_btns {
    display: block;
    gap: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .interview_btns .c_btnarrow01.prev {
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
  }
}
@media screen and (min-width: 768px) {
  .interview_btns .c_btnarrow01.next {
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
  }
}
.interview_decord01 {
  position: absolute;
  top: -148px;
  right: 5px;
  width: 281px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .interview_decord01 {
    top: -97px;
    right: 0px;
    width: 375px;
  }
}

.faq {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .faq {
    margin-top: 120px;
  }
}
.faq_inner {
  background-color: rgba(238, 237, 234, 0.4);
  padding-top: 35px;
  border-radius: 20px;
  margin: 0 -10px;
}
@media screen and (min-width: 768px) {
  .faq_inner {
    padding: 88px 20px 0;
    margin: 0;
    border-radius: 0;
  }
}
.faq_list {
  width: 100%;
  max-width: 720px;
  margin-inline: auto;
  margin-top: 51px;
  padding: 0 10px 50px;
}
@media screen and (min-width: 768px) {
  .faq_list {
    margin-top: 74px;
    padding: 0 0 100px;
  }
}
.faq_list__item {
  margin-top: 24px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .faq_list__item {
    margin-top: 16px;
  }
}
.faq_list__item .heading {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  gap: 15px;
  padding: 8px 12px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .faq_list__item .heading {
    gap: 20px;
    padding: 9px 18px;
  }
}
.faq_list__item .heading_q {
  width: 32px;
  flex-shrink: 0;
}
.faq_list__item .heading_ttl {
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.08em;
  color: #474747;
  padding-right: 35px;
}
@media screen and (min-width: 768px) {
  .faq_list__item .heading_ttl {
    line-height: 2;
    letter-spacing: 0.04em;
    padding-right: clamp(1.375rem, 3.2738095238vw + -0.1964285714rem, 2.75rem);
  }
}
.faq_list__item .heading_icon {
  width: 18px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
  display: inline-flex;
  rotate: 180deg;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 768px) {
  .faq_list__item .heading_icon {
    right: 24px;
  }
}
.faq_list__item .content {
  display: none;
}
.faq_list__item .content_flex {
  display: flex;
  align-items: flex-start;
  background-color: #FFFFFF;
  gap: 15px;
  padding: 20px 10px 19px 13px;
}
@media screen and (min-width: 768px) {
  .faq_list__item .content_flex {
    gap: 20px;
    padding: 13px 18px 10px;
  }
}
.faq_list__item .content_a {
  width: 32px;
  flex-shrink: 0;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .faq_list__item .content_a {
    margin-top: 10px;
  }
}
.faq_list__item .content_desc {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.55;
  letter-spacing: 0.08em;
  color: #474747;
}
@media screen and (min-width: 768px) {
  .faq_list__item .content_desc {
    line-height: 1.75;
    letter-spacing: 0.04em;
    font-size: 1rem;
  }
}
.faq_list__item.is-open .heading_icon {
  rotate: 0deg;
}

.areamodal {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(100% - 40px);
  max-width: 750px;
  height: calc(100% - 40px);
  max-height: 400px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all ease-in-out;
  z-index: 302;
}
@media screen and (min-width: 768px) {
  .areamodal {
    width: calc(100% - 80px);
    height: calc(100% - 80px);
  }
}
.areamodal.open {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.areamodal_inner {
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  overflow: auto;
  border-radius: 20px 0 20px 0;
  padding: 15px 22px 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.areamodal_inner .index {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: inline-block;
  background-image: linear-gradient(to right, #5DC681 0%, #5FB8DB 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.areamodal_inner .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .areamodal_inner .heading {
    margin-top: 1px;
  }
}
.areamodal_inner .heading_icon {
  display: block;
  width: 35px;
  margin-top: 4px;
}
.areamodal_inner .heading_ttl {
  font-family: "sicnewsnexus", sans-serif;
  font-size: 1.375rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #474747;
}
.areamodal_inner .list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 25px;
  margin-top: 36px;
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .areamodal_inner .list {
    gap: 16px;
  }
}
.areamodal_inner .list_item {
  width: 100px;
  height: 47px;
}
.areamodal_inner .list_item__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: 1px solid #6FCD8F;
  font-size: 0.9375rem;
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: 0.7px;
  padding: 3px 10px 0 13px;
  color: #474747;
  position: relative;
  transition: all 0.3s ease-out;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .areamodal_inner .list_item__link:hover {
    color: #FFFFFF;
  }
  .areamodal_inner .list_item__link:hover::before {
    opacity: 1;
  }
  .areamodal_inner .list_item__link:hover::after {
    background-color: #FFFFFF;
  }
}
.areamodal_inner .list_item__link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  background-image: var(--gradient01);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-out;
}
.areamodal_inner .list_item__link::after {
  content: "";
  display: inline-flex;
  width: 15px;
  height: 15px;
  background-color: #6FCD8F;
  mask-image: url(../images/common-part/icon_arrow01.svg);
  mask-position: center;
  mask-size: cover;
  mask-repeat: no-repeat;
  position: relative;
}
.areamodal .c_btnclose {
  position: absolute;
  top: 15px;
  right: 22px;
  z-index: 303;
}
.areamodal .c_close02 {
  display: block;
  width: max-content;
  margin-inline: auto;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #424A53;
  cursor: pointer;
  margin-top: 52px;
  position: relative;
}
.areamodal .c_close02::after {
  content: "閉じる";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #a3efbd 0%, #7ecfef 66%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.areamodal .c_close02 .txt {
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 768px) {
  .areamodal .c_close02:hover::after {
    opacity: 1;
  }
  .areamodal .c_close02:hover .txt {
    opacity: 0;
  }
}
.areamodal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 301;
  background-image: linear-gradient(to right, #A3EFBD 0%, #7ECFEF 100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.5s all ease-in-out;
}
.areamodal_overlay.is_openmodal {
  opacity: 0.5;
  visibility: visible;
  pointer-events: all;
}

.interviewmodal {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  max-height: calc(100vh - 20px);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all ease-in-out;
  border-radius: 16px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  z-index: 302;
}
@media screen and (min-width: 768px) {
  .interviewmodal {
    max-width: 1100px;
    border-radius: 20px;
    width: calc(100% - 70px);
    height: calc(100% - 70px);
  }
}
.interviewmodal.open {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.interviewmodal_inner {
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 71px 16px 40px;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 768px) {
  .interviewmodal_inner {
    border-radius: 20px;
    padding: 71px 48px 40px;
  }
}
.interviewmodal_sec01 .heading {
  display: flex;
  align-items: center;
  gap: 20px;
}
.interviewmodal_sec01 .heading_ttl {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  background-image: linear-gradient(to right, #5DC681 0%, #5FB8DB 105%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  flex-shrink: 0;
}
.interviewmodal_sec01 .heading_line {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #3190BA 0%, #71C78E 100%);
}
.interviewmodal_sec01 .block02_fig {
  margin-top: 21px;
  border-radius: 20px 20px 0 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .interviewmodal_sec01 .block02_fig {
    margin-top: 30px;
  }
}
.interviewmodal_sec01 .block02_fig img {
  border-radius: 20px 20px 0 0;
  width: 100%;
}
.interviewmodal_sec01 .block02_contentarea {
  position: relative;
  border-radius: 0 0 20px 20px;
  background-color: #F4F8EC;
  padding: 20px 20px 20px 20px;
  overflow: clip;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .interviewmodal_sec01 .block02_contentarea {
    padding: 40px 45px 38px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
}
.interviewmodal_sec01 .block02_contentarea__left .label {
  width: 283px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "sicnewsnexus", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  border-radius: 99px;
  background-image: linear-gradient(to right, #5DC681 5%, #5FB8DB 105%);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .interviewmodal_sec01 .block02_contentarea__left .label {
    font-size: 1.3125rem;
    width: 154px;
    height: 33px;
  }
}
.interviewmodal_sec01 .block02_contentarea__left .text01 {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #474747;
  text-align: center;
  margin-top: 16px;
}
.interviewmodal_sec01 .block02_contentarea__left .text02 {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #474747;
  text-align: center;
  margin-top: 2px;
}
.interviewmodal_sec01 .block02_contentarea__right {
  margin-top: 19px;
}
@media screen and (min-width: 768px) {
  .interviewmodal_sec01 .block02_contentarea__right {
    margin-top: 0;
  }
}
.interviewmodal_sec01 .block02_contentarea__right .desc {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .interviewmodal_sec01 .block02_contentarea__right .desc {
    font-size: 1.0625rem;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
}
.interviewmodal_sec01 .block02_contentarea::after {
  content: "";
  display: block;
  width: 190px;
  aspect-ratio: 190/299;
  background: url(../images/popup/dercord01.webp) center/cover no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .interviewmodal_sec01 .block02_contentarea::after {
    width: 225px;
    top: -100px;
    aspect-ratio: 225/353;
    background: url(../images/popup/dercord02.webp) center/cover no-repeat;
  }
}
.interviewmodal .c_flexblock01 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  margin-top: 39px;
}
@media screen and (min-width: 768px) {
  .interviewmodal .c_flexblock01 {
    flex-direction: row;
    margin-top: 70px;
    gap: 60px;
  }
}
.interviewmodal .c_flexblock01.resverse {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .interviewmodal .c_flexblock01.resverse {
    flex-direction: row-reverse;
  }
}
.interviewmodal .c_flexblock01 .fig {
  border-radius: 8px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .interviewmodal .c_flexblock01 .fig {
    width: 37.8243512974%;
    flex-shrink: 0;
  }
}
.interviewmodal .c_flexblock01 .fig img {
  border-radius: 8px;
  width: 100%;
}
.interviewmodal .c_flexblock01 .content {
  width: 100%;
}
.interviewmodal .c_flexblock01 .content .ttl {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #474747;
  margin-top: 6px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .interviewmodal .c_flexblock01 .content .ttl {
    font-size: 1.5625rem;
    line-height: 1.7;
    margin-bottom: 23px;
  }
}
.interviewmodal .c_flexblock01 .content .desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .interviewmodal .c_flexblock01 .content .desc {
    font-size: 1.125rem;
  }
}
.interviewmodal_sec03.c_flexblock01 {
  margin-top: 53px;
}
@media screen and (min-width: 768px) {
  .interviewmodal_sec03.c_flexblock01 {
    margin-top: 109px;
  }
}
@media screen and (min-width: 768px) {
  .interviewmodal_sec03.c_flexblock01 .fig {
    width: 39.5209580838%;
  }
}
.interviewmodal .c_close02 {
  display: block;
  width: max-content;
  margin-inline: auto;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #424A53;
  cursor: pointer;
  margin-top: 34px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .interviewmodal .c_close02 {
    margin-top: 60px;
  }
}
.interviewmodal .c_close02::after {
  content: "閉じる";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #a3efbd 0%, #7ecfef 66%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.interviewmodal .c_close02 .txt {
  transition: opacity 0.5s ease;
}
.interviewmodal .c_close02:hover::after {
  opacity: 1;
}
.interviewmodal .c_close02:hover .txt {
  opacity: 0;
}
.interviewmodal .c_btnclose {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 303;
}
.interviewmodal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 301;
  background-color: #48703D;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.5s all ease-in-out;
}
.interviewmodal_overlay.is_openmodal {
  opacity: 0.2;
  visibility: visible;
  pointer-events: all;
}

/*# sourceMappingURL=part.css.map */
