@charset "UTF-8";
.lower-title {
  position: relative;
  width: 100%;
  height: min(54vw, 420px);
  background: #41A8D8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  overflow: hidden;
}
.lower-title span {
  color: #F8DB00;
}
.lower-title-inner {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  max-width: 1600px;
  border-bottom: 3px solid #fff;
  margin: auto;
}
.lower-title-en {
  color: rgba(255, 255, 255, 0.3);
  font-family: Montserrat;
  font-size: 120px;
  font-weight: 600;
  max-width: 1400px;
  margin: auto;
  line-height: 1;
  margin-bottom: 20px;
}
.lower-title-ja {
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 0;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  max-width: 1400px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .lower-title {
    height: 176px;
  }
  .lower-title-inner {
    margin-inline: 16px;
    bottom: 30px;
    border-bottom: 2px solid #fff;
  }
  .lower-title-en {
    font-size: 42px;
  }
  .lower-title-ja {
    font-size: 20px;
    padding-bottom: 14px;
    left: 10px;
  }
}

.breadcrumb {
  display: flex;
  gap: 18px;
  width: calc(100% - 4rem);
  max-width: 1220px;
  margin: 30px auto 150px;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 1079px) {
  .breadcrumb {
    width: calc(100% - 2rem);
    margin: 24px auto 80px;
  }
}
@media screen and (max-width: 1079px) {
  .breadcrumb li {
    font-size: 12px;
  }
}
.breadcrumb li:not(:last-child) {
  position: relative;
}
.breadcrumb li:not(:last-child)::before {
  position: absolute;
  content: "/";
  right: -12px;
  top: 0;
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin: 30px auto 30px;
  }
}

.lower-content {
  width: calc(100% - 4rem);
  max-width: 1220px;
  margin: 143px auto;
}
@media screen and (max-width: 1079px) {
  .lower-content {
    width: calc(100% - 2rem);
    padding-bottom: 80px;
  }
}
.lower-content.pb40 {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lower-content {
    margin: 0 auto;
    padding-bottom: 0;
  }
}

.lower-inner {
  max-width: 1100px;
  margin: auto;
}

.lower-subTitle {
  margin-top: 150px;
  margin-bottom: 80px;
  padding: 5px 10px;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  border-left: #F8DB00 10px solid;
}
@media screen and (max-width: 1079px) {
  .lower-subTitle {
    margin-bottom: 48px;
    font-size: 21px;
  }
}
.lower-subTitle.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lower-subTitle {
    margin-top: 40px;
  }
}

/* 新着情報 */
.news-list {
  flex-wrap: wrap;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 1079px) {
  .news-list {
    width: 100%;
    margin-left: 0;
  }
}
.news-list-content__item {
  max-width: 1080px;
  margin-inline: 80px;
  padding: 25px 65px;
  display: flex;
  gap: 20px;
  align-items: center;
  border-radius: 50px;
  border: 2px solid #41A8D8;
  background: rgba(92, 187, 231, 0.1);
  margin-top: 24px;
  color: #4B4B4B;
  text-decoration: none;
}
.news-list-content__item-date {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
.news-list-content__item-cate {
  width: 80px;
  text-align: center;
  border-radius: 5px;
  background: #F8DB00;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
.news-list-content__item-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (max-width: 1079px) {
  .news-list-content__item-title {
    width: 100%;
    padding: 20px;
    font-size: 15px;
  }
}
.news-list-content__item-title a {
  text-decoration: none;
}
.news-list-content__item-title a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .news-list {
    padding-bottom: 0;
    overflow: hidden;
  }
  .news-list-content {
    margin-top: 30px;
  }
  .news-list-content__item {
    margin: 10px auto;
    padding: 25px 30px;
    flex-wrap: wrap;
    gap: 13px;
    font-size: 14px;
  }
  .news-list-content__item-title {
    width: 100%;
    padding: 0;
  }
}

.news-categories {
  display: flex;
  align-items: center;
  gap: 5px;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 1079px) {
  .news-categories {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
.news-categories-name {
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1;
  border-radius: 5px;
  border: 1px solid #F8DB00;
  background: #FFF;
  border-radius: 5px;
  text-decoration: none;
  color: #F8DB00;
}
.news-categories-name:hover {
  color: #FFF;
  background: #F8DB00;
}
.news-categories-name.active {
  background: #F8DB00;
  color: unset;
}

.news-pagination {
  display: flex;
  justify-content: center;
}
.news-pagination .page-numbers {
  margin: 0 10px;
  font-size: 20px;
  line-height: 1;
  color: rgba(66, 66, 66, 0.5);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .news-pagination .page-numbers {
    font-size: 15px;
  }
}
.news-pagination .page-numbers.current, .news-pagination .page-numbers:hover {
  color: #424242;
}
.news-pagination .page-numbers.prev {
  position: relative;
  margin-right: 80px;
  padding-left: 32px;
  color: #424242;
}
@media screen and (max-width: 767px) {
  .news-pagination .page-numbers.prev {
    margin-right: 40px;
    padding-left: 16px;
  }
}
.news-pagination .page-numbers.prev:hover {
  opacity: 0.7;
}
.news-pagination .page-numbers.prev::before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  border-left: 1px solid #424242;
  border-top: 1px solid #424242;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .news-pagination .page-numbers.prev::before {
    top: 4.5px;
    width: 8px;
    height: 8px;
  }
}
.news-pagination .page-numbers.next {
  position: relative;
  margin-left: 80px;
  padding-right: 32px;
  color: #424242;
}
@media screen and (max-width: 767px) {
  .news-pagination .page-numbers.next {
    margin-left: 40px;
    padding-right: 16px;
  }
}
.news-pagination .page-numbers.next:hover {
  opacity: 0.7;
}
.news-pagination .page-numbers.next::before {
  position: absolute;
  content: "";
  right: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  border-right: 1px solid #424242;
  border-bottom: 1px solid #424242;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .news-pagination .page-numbers.next::before {
    top: 4.5px;
    width: 8px;
    height: 8px;
  }
}

.news-detail__info {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 40px;
}
@media screen and (max-width: 1079px) {
  .news-detail__info {
    padding: 0;
  }
}
.news-detail__info--date {
  font-size: 20px;
  font-weight: 500;
}
.news-detail__info--categories {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 20px;
}
.news-detail__info--categories--name {
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1;
  color: #FFF;
  background: #72C6CA;
  border-radius: 5px;
  text-decoration: none;
}
.news-detail__info--categories--name:hover {
  color: #FFF;
  opacity: 0.7;
}
.news-detail-title {
  margin-bottom: 80px;
  padding: 0 40px 8px;
  font-size: 28px;
  line-height: 2;
  font-weight: 700;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1079px) {
  .news-detail-title {
    margin-bottom: 48px;
    padding: 0 0 8px;
  }
}
.news-detail-img {
  max-width: 840px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1079px) {
  .news-detail-img {
    width: 100%;
    margin: 0 auto 48px;
  }
}
.news-detail-content {
  max-width: 840px;
  margin: 0 auto 80px;
  font-size: 20px;
  letter-spacing: 3px;
}
@media screen and (max-width: 1079px) {
  .news-detail-content {
    margin: 0 auto 48px;
    font-size: 16px;
    letter-spacing: 2px;
  }
}
.news-detail__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 1079px) {
  .news-detail__buttons {
    gap: 48px;
  }
}
.news-detail__buttons--back {
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
}
@media screen and (max-width: 1079px) {
  .news-detail__buttons--back {
    font-size: 16px;
  }
}
.news-detail__buttons--back:hover {
  text-decoration: underline;
}
.news-detail__buttons--prev a {
  position: relative;
  padding-left: 24px;
  text-decoration: none;
}
@media screen and (max-width: 1079px) {
  .news-detail__buttons--prev a {
    padding-left: 16px;
  }
}
.news-detail__buttons--prev a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  border-left: 1px solid #424242;
  border-top: 1px solid #424242;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .news-detail__buttons--prev a::before {
    top: 8px;
    width: 8px;
    height: 8px;
  }
}
.news-detail__buttons--prev a:hover {
  opacity: 0.7;
}
.news-detail__buttons--next a {
  position: relative;
  padding-right: 24px;
  text-decoration: none;
}
@media screen and (max-width: 1079px) {
  .news-detail__buttons--next a {
    padding-right: 16px;
  }
}
.news-detail__buttons--next a::before {
  position: absolute;
  content: "";
  right: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  border-right: 1px solid #424242;
  border-bottom: 1px solid #424242;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .news-detail__buttons--next a::before {
    top: 8px;
    width: 8px;
    height: 8px;
  }
}
.news-detail__buttons--next a:hover {
  opacity: 0.7;
}

.recruit-form {
  max-width: 1080px;
  margin: auto;
  padding: 100px 0;
  background-color: rgba(65, 168, 216, 0.1019607843);
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .recruit-form {
    padding: 2.5rem 0;
  }
}
.recruit-form__group {
  max-width: 720px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 767px) {
  .recruit-form__group {
    width: calc(100% - 2rem);
  }
}
.recruit-form__group p {
  display: flex;
  align-items: start;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .recruit-form__group p {
    display: block;
  }
}
.recruit-form__group-label {
  display: flex;
  align-items: center;
  width: 240px;
  padding-top: 12px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruit-form__group-label {
    width: 100%;
    margin-bottom: 12px;
    padding-top: 0;
  }
}
.recruit-form__group-label span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 20px;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #FFF;
  background-color: #72C6CA;
  border-radius: 5px;
}
.recruit-form__group-input {
  width: 240px;
  height: 45px;
  padding: 0 20px;
  font-size: 14px;
  background-color: #FFF;
  border: none;
}
@media screen and (max-width: 767px) {
  .recruit-form__group-input {
    width: 100%;
    height: 40px;
  }
}
.recruit-form__group-input--long {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .recruit-form__group-input--long {
    width: 100%;
  }
}
.recruit-form__group-textarea {
  width: 480px;
  height: 300px;
  padding: 20px;
  font-size: 14px;
  background-color: #FFF;
  border: none;
}
@media screen and (max-width: 767px) {
  .recruit-form__group-textarea {
    width: 100%;
    height: 240px;
  }
}
.recruit-form__group-notice {
  font-size: 14px;
  text-align: center;
  margin: 1rem 0 0.5rem;
  color: #44586B;
}
.recruit-form__group-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 78px;
  margin: auto;
  font-size: 20px;
  color: #FFF;
  background: #72C6CA;
  border-radius: 39px;
  border: none;
  transition: all 0.8s;
}
.recruit-form__group-submit:hover {
  transform: translateY(4px);
}
.recruit-form__group .wpcf7-form-control-wrap:has(select) {
  display: block;
  position: relative;
  width: 240px;
  height: 45px;
  padding: 0 20px;
  font-size: 14px;
  background-color: #FFF;
  border: none;
}
@media screen and (max-width: 767px) {
  .recruit-form__group .wpcf7-form-control-wrap:has(select) {
    width: 100%;
    height: 40px;
  }
}
.recruit-form__group .wpcf7-form-control-wrap:has(select) select {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.recruit-form__group .wpcf7-form-control-wrap:has(select)::before {
  position: absolute;
  content: "";
  z-index: 1;
  right: 16px;
  top: 18px;
  width: 8px;
  height: 8px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .recruit-form__group .wpcf7-form-control-wrap:has(select)::before {
    top: 15px;
  }
}
.recruit-form .wpcf7-not-valid-tip {
  font-size: 12px;
}
.recruit-form .wpcf7-response-output {
  max-width: 720px;
  margin: auto !important;
}

.subtitle {
  border-left: #F8DB00 10px solid;
  padding-left: 10px;
  color: #4B4B4B;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.about-greeting {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 1079px) {
  .about-greeting {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin: 0 auto 80px;
  }
}
.about-greeting__lead .subtitle {
  margin-bottom: 48px;
}
.about-greeting__lead img {
  width: 400px;
  height: auto;
  filter: drop-shadow(0px 6px 6px #9BB0BB);
}
.about-greeting__content {
  padding-top: 32px;
}
.about-greeting__content--message {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about-greeting__content--message {
    font-size: 20px;
  }
}
.about-greeting__content--detail {
  letter-spacing: 1.8px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .about-greeting__content--detail {
    font-size: 14px;
    letter-spacing: 1.2px;
  }
}
.about-profile {
  margin-bottom: 150px;
}
@media screen and (max-width: 1079px) {
  .about-profile {
    margin-bottom: 80px;
  }
}
.about-profile__lead .subtitle {
  margin-bottom: 50px;
}
.about-profile__content {
  margin-top: 80px;
  padding: 100px 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1079px) {
  .about-profile__content {
    margin-top: 40px;
    padding: 50px 0;
  }
}
.about-profile__content-mapwrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 720px;
  margin: auto;
  gap: 60px;
}
.about-profile__content-mapwrap p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .about-profile__content-mapwrap {
    grid-template-columns: repeat(1, 1fr);
    max-width: calc(100% - 2rem);
  }
  .about-profile__content-mapwrap iframe {
    width: 100%;
  }
}
.about-profile__content-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 720px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .about-profile__content-list {
    max-width: calc(100% - 2rem);
  }
}
.about-profile__content-list dt {
  width: 240px;
  margin-bottom: 40px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .about-profile__content-list dt {
    width: 100%;
    margin-bottom: 12px;
  }
}
.about-profile__content-list dd {
  width: calc(100% - 240px);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .about-profile__content-list dd {
    width: 100%;
    margin-bottom: 24px;
  }
}
.about-profile__content-iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 380/253;
}
@media screen and (max-width: 767px) {
  .about-greeting__lead img {
    max-width: unset;
    width: 100%;
  }
}
.about-sponsor__introduction {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .about-sponsor__introduction {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 40px;
  }
}
.about-sponsor__introduction__item {
  display: flex;
  align-items: center;
  justify-content: right;
  aspect-ratio: 3;
  padding-right: 2rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.about-sponsor__introduction__item--01 {
  background-image: url("../../assets/images/sponsor01.webp");
}
.about-sponsor__introduction__item--02 {
  background-image: url("../../assets/images/sponsor02.webp");
}
.about-sponsor__introduction__item-text {
  margin-bottom: 0;
  font-size: 24px;
  letter-spacing: 1.8px;
  color: #FFF;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about-sponsor__introduction__item-text {
    font-size: 16px;
  }
}
.about-sponsor__detail {
  display: grid;
  grid-template-columns: 540px 500px;
  gap: 60px;
  align-items: center;
  margin: 60px 0 20px;
}
@media screen and (max-width: 1079px) {
  .about-sponsor__detail {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 40px;
  }
}
.about-sponsor__detail--logo {
  width: 100%;
  height: auto;
}
.about-sponsor__detail--description {
  line-height: 2;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 767px) {
  .about-sponsor__detail--description {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}
.about-sponsor__sdgs {
  letter-spacing: 1.8px;
}
@media screen and (max-width: 767px) {
  .about-sponsor__sdgs {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}
.about-sponsor__sdgs .--sp {
  display: none;
}
@media screen and (max-width: 1079px) {
  .about-sponsor__sdgs .--sp {
    display: block;
  }
}
.about-sponsor__sdgs a {
  margin-left: 1.5rem;
}
@media screen and (max-width: 1079px) {
  .about-sponsor__sdgs a {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .about .lower-content {
    padding-bottom: 0;
  }
  .about-profile {
    margin-bottom: 0;
  }
}

.attraction-content {
  margin-top: 50px;
  padding: 60px 80px;
  border-radius: 30px;
  border: 1px solid rgba(155, 176, 187, 0.1);
  background: #FFF;
  box-shadow: 0px 6px 6px 0px #9BB0BB;
}
.attraction-content-item {
  display: flex;
  gap: 60px;
}
.attraction-content-item:nth-of-type(2) {
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}
.attraction-content-item img {
  max-width: 500px;
  width: auto;
  height: auto;
}
.attraction-content-item-title {
  color: #4B4B4B;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.72px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.attraction-content-item-title::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #5CBBE7;
}
.attraction-content-item-desc {
  color: #4B4B4B;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.48px;
}
.attraction-content-item-list {
  list-style-type: none;
}
.attraction-content-item-list li {
  display: flex;
  align-items: center;
  color: #4B4B4B;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.6px;
  gap: 10px;
}
.attraction-content-item-list li:not(:last-child) {
  margin-bottom: 16px;
}
.attraction-content-item-list li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #5CBBE7;
  border-radius: 50%;
}
.attraction-content-item-list li span {
  font-size: 14px;
  letter-spacing: 0.42px;
}
.attraction-content-item:first-of-type {
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .attraction-content {
    margin-top: 20px;
    padding: 28px 16px;
  }
  .attraction-content-item {
    flex-wrap: wrap;
    gap: 10px;
  }
  .attraction-content-item img {
    max-width: -webkit-fill-available;
  }
  .attraction-content-item-title {
    font-size: 16px;
  }
  .attraction-content-item-title::before {
    width: 18px;
    height: 18px;
  }
  .attraction-content-item-desc {
    font-size: 14px;
  }
  .attraction-content-item-list {
    padding-left: 0px;
  }
  .attraction-content-item-list li {
    font-size: 14px;
  }
  .attraction-content-item-list li span {
    font-size: 8px;
  }
  .attraction-content-item-list li::before {
    width: 14px;
    height: 14px;
  }
}

.recruit {
  position: relative;
  overflow: hidden;
}
.recruit-bg {
  width: 768px;
  height: 768px;
  border-radius: 50%;
  background: #FFFBE0;
  position: absolute;
  right: -167px;
  top: -225px;
  z-index: -1;
}
.recruit-intern-wrap {
  max-width: 1220px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
}
.recruit-intern-title {
  border: 6px solid #F8DB00;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-inline: 20px;
  margin-bottom: 38px;
}
.recruit-intern__item img {
  padding-inline: 25px;
  filter: drop-shadow(0px 6px 6px #9BB0BB);
  margin-bottom: 33px;
}
.recruit-intern__item-content {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 5px solid #F8DB00;
  padding-inline: 5px;
}
.recruit-intern__item-content-number {
  margin-bottom: 0;
  color: #F8DB00;
  font-family: Montserrat;
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
}
.recruit-intern__item-content-text {
  margin-bottom: 0;
  color: #4B4B4B;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.6px;
}
.recruit-flow {
  display: flex;
  align-items: center;
  gap: 70px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1079px) {
  .recruit-flow {
    display: block;
    margin-bottom: 80px;
  }
}
.recruit-flow-lists {
  width: calc(100% - 470px);
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 1079px) {
  .recruit-flow-lists {
    width: 100%;
    margin-bottom: 40px;
  }
}
.recruit-flow-lists__item {
  position: relative;
  padding-left: 120px;
}
@media screen and (max-width: 1079px) {
  .recruit-flow-lists__item {
    padding-left: 50px;
  }
}
.recruit-flow-lists__item:not(:last-child) {
  padding-bottom: 50px;
}
@media screen and (max-width: 1079px) {
  .recruit-flow-lists__item:not(:last-child) {
    padding-bottom: 20px;
  }
}
.recruit-flow-lists__item:not(:last-child)::before {
  position: absolute;
  content: "";
  left: 19.5px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #41A8D8;
}
@media screen and (max-width: 1079px) {
  .recruit-flow-lists__item:not(:last-child)::before {
    left: 14.5px;
  }
}
.recruit-flow-lists__item--caption {
  position: relative;
  margin-bottom: 20px;
  font-size: 24px;
  color: #41A8D8;
  font-weight: 700;
}
@media screen and (max-width: 1079px) {
  .recruit-flow-lists__item--caption {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 30px;
  }
}
.recruit-flow-lists__item--caption span {
  position: absolute;
  left: -120px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #FFF;
  font-weight: 400;
  border-radius: 50%;
  background-color: #41A8D8;
}
@media screen and (max-width: 1079px) {
  .recruit-flow-lists__item--caption span {
    left: -50px;
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
.recruit-flow-lists__item--detail {
  font-weight: 500;
}
@media screen and (max-width: 1079px) {
  .recruit-flow-lists__item--detail {
    font-size: 14px;
  }
}
.recruit-flow-img {
  width: 400px;
}
@media screen and (max-width: 1079px) {
  .recruit-flow-img {
    width: 100%;
    max-width: 360px;
    margin: auto;
  }
}
.recruit-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 150px;
}
@media screen and (max-width: 1079px) {
  .recruit-info {
    margin-bottom: 80px;
  }
}
.recruit-info--title {
  width: 240px;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #C6C6C6;
}
@media screen and (max-width: 1079px) {
  .recruit-info--title {
    width: 100%;
    padding: 16px 12px 8px;
    font-size: 15px;
    font-weight: 700;
    border-bottom: none;
  }
  .recruit-info--title:first-of-type {
    padding-top: 0;
  }
}
.recruit-info--detail {
  width: calc(100% - 240px);
  margin-bottom: 0;
  padding: 20px 40px;
  font-size: 20px;
  border-bottom: 1px solid #C6C6C6;
}
@media screen and (max-width: 1079px) {
  .recruit-info--detail {
    width: 100%;
    padding: 0 12px 16px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1079px) {
  .recruit-iframe {
    width: 100%;
    height: 55vw;
  }
}
.recruit-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 700px;
  background-image: url("../../assets/images/recruit-apply.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media screen and (max-width: 1079px) {
  .recruit-cta {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-cta {
    background: none;
    height: auto;
    padding-top: 42vw;
  }
}
.recruit-cta::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100vw;
  height: 58vw;
  background-image: url("../../assets/images/recruit-apply.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1080px) {
  .recruit-cta::before {
    display: none;
  }
}
.recruit-cta-inner {
  position: relative;
  width: calc(100% - 2rem);
  max-width: 1220px;
  padding: 60px 0;
  background-color: #FCFAF5;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .recruit-cta-inner {
    padding: 40px 0;
  }
}
.recruit-cta-lead {
  margin-bottom: 8px;
  font-size: clamp(13px, 2.5vw, 24px);
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.recruit-cta-title {
  margin-bottom: 48px;
  font-size: clamp(24px, 5vw, 64px);
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit-cta-title {
    margin-bottom: 24px;
  }
}
.recruit-cta-message {
  width: calc(100% - 2rem);
  max-width: 752px;
  margin: 0 auto 40px;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruit-cta-message {
    font-size: 14px;
  }
}
.recruit-cta-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 1079px) {
  .recruit-cta-links {
    display: block;
  }
}
.recruit-cta-links__tel {
  position: relative;
  width: 400px;
  padding-left: 68px;
  color: #1E2877;
}
@media screen and (max-width: 1079px) {
  .recruit-cta-links__tel {
    width: 320px;
    margin: 0 auto 2rem;
    padding-left: 60px;
  }
}
.recruit-cta-links__tel::before {
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  width: 60px;
  height: 60px;
  background-image: url("../../assets/images/tel.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1079px) {
  .recruit-cta-links__tel::before {
    top: 8px;
    width: 48px;
    height: 48px;
  }
}
.recruit-cta-links__tel--number {
  display: block;
  margin-bottom: 12px;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
  text-align: right;
  color: #1E2877;
  text-decoration: none;
  border-bottom: 2px solid #1E2877;
}
@media screen and (max-width: 1079px) {
  .recruit-cta-links__tel--number {
    margin-bottom: 8px;
    font-size: 36px;
  }
}
.recruit-cta-links__tel--time {
  display: block;
  padding-right: 8px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1079px) {
  .recruit-cta-links__tel--time {
    font-size: 12px;
  }
}
.recruit-cta-links__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 440px;
  height: 78px;
  padding-right: 48px;
  color: #FFF;
  font-weight: 700;
  font-size: 28px;
  border-radius: 38px;
  text-align: center;
  text-decoration: none;
  background-color: #C8639F;
  filter: drop-shadow(0 4px 0 #A45182);
}
@media screen and (max-width: 1079px) {
  .recruit-cta-links__contact {
    width: 300px;
    height: 63px;
    margin: auto;
    padding-right: 36px;
    font-size: 18px;
  }
}
.recruit-cta-links__contact:hover {
  color: #FFF;
  transform: translateY(2px);
  filter: drop-shadow(0 2px 0 #A45182);
}
.recruit-cta-links__contact::before {
  position: absolute;
  content: "";
  left: 320px;
  right: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  background-image: url("../../assets/images/arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1079px) {
  .recruit-cta-links__contact::before {
    left: 210px;
  }
}
@media screen and (max-width: 767px) {
  .recruit .breadcrumb {
    margin-bottom: 30px;
  }
  .recruit .environment-block {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .recruit .lower-content {
    margin: 0 auto;
  }
  .recruit .lower-subTitle {
    margin-top: 0px;
  }
  .recruit-bg {
    width: 384px;
    height: 384px;
  }
  .recruit-intern-wrap {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
  }
  .recruit-flow {
    margin-bottom: 30px;
  }
  .recruit-info {
    margin-bottom: 0;
  }
}

.environment-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  color: #4B4B4B;
  margin-bottom: 150px;
}
@media screen and (max-width: 1079px) {
  .environment-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.environment-cards__item {
  border-radius: 30px;
  border: 3px solid #5CBBE7;
  background: #FFF;
  padding: 30px 20px;
  filter: drop-shadow(0px 6px 6px #9BB0BB);
}
@media screen and (max-width: 1079px) {
  .environment-cards__item {
    padding: 20px;
  }
}
.environment-cards__item-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  line-height: 1;
  border-bottom: 2px solid #5CBBE7;
  background: #FFF;
  margin-bottom: 10px;
}
.environment-cards__item-title p {
  margin-bottom: 0;
}
.environment-cards__item-title p:nth-of-type(1) {
  color: #5CBBE7;
  font-family: Montserrat;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.9px;
}
.environment-cards__item-title p:nth-of-type(2) {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.6px;
}
.environment-cards__item-img {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  border-radius: 30px;
}
@media screen and (max-width: 1079px) {
  .environment-cards__item-img {
    max-width: 480px;
  }
}
.environment-cards__item-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.48px;
  margin-bottom: 0;
}
@media screen and (max-width: 1079px) {
  .environment-cards__item-text {
    font-size: 14px;
    letter-spacing: 1.2px;
  }
}
.environment-cards__item-text.text-right {
  text-align: right;
}
.environment-cards__item-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-left: 0;
  gap: 0 40px;
  margin: 1rem 0;
  list-style: none;
}
.environment-cards__item-list li {
  padding: 12px 6px;
  border-bottom: 1px solid #BFBFBF;
}
@media screen and (max-width: 767px) {
  .environment-cards__item-list li {
    font-size: 14px;
  }
}
.environment-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-top: 150px;
}
@media screen and (max-width: 1079px) {
  .environment-block {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 1079px) {
  .environment-block__detail {
    order: 1;
  }
}
.environment-block__detail-title {
  margin-bottom: 2rem;
}
.environment-block__detail-title.lower-subTitle {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .environment-block__detail-title {
    margin-bottom: 1.5rem;
  }
}
.environment-block__detail-text {
  letter-spacing: 1.8px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .environment-block__detail-text {
    font-size: 14px;
  }
}
.environment-block-img {
  width: 100%;
  height: auto;
  margin: 0;
}
@media screen and (max-width: 1079px) {
  .environment-block-img {
    order: 2;
    max-width: 480px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .environment {
    padding-bottom: 40px;
  }
  .environment-cards {
    margin-bottom: 0;
  }
}

.works .lower-content:nth-of-type(2) .environment {
  padding-top: 0;
}
.works-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1079px) {
  .works-block {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1079px) {
  .works-block__detail {
    order: 1;
  }
}
.works-block__detail-title {
  margin-bottom: 2rem;
}
.works-block__detail-text {
  letter-spacing: 1.8px;
  line-height: 2;
  font-weight: 500;
}
.works-block-img {
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 1079px) {
  .works-block-img {
    order: 2;
    max-width: 480px;
  }
}
.works-flow {
  width: calc(100% - 2rem);
  max-width: 1440px;
  margin: auto;
}
.works-flow.--sp {
  display: none;
}
@media screen and (max-width: 1079px) {
  .works-flow.--sp {
    display: block;
    max-width: 480px;
  }
}
@media screen and (max-width: 1079px) {
  .works-flow.--pc {
    display: none;
  }
}
.works-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1440px;
  margin: 0 auto 150px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .works-gallery {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto 80px;
  }
}

.title-img {
  max-width: 1220px;
  margin: auto;
}

.interview {
  max-width: 1100px;
  margin: 100px auto 0;
}
@media screen and (max-width: 1079px) {
  .interview-block:not(:last-child) {
    margin-bottom: 32px;
  }
}
.interview-block-head {
  color: #4B4B4B;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 30px;
  margin-bottom: 0;
}
.interview-block-title {
  margin-bottom: 30px;
  padding: 10px 40px;
  font-size: 28px;
  line-height: 40px;
  color: #1E2877;
  font-weight: 700;
  letter-spacing: 1.8px;
  background-color: #E8EAF1;
}
@media screen and (max-width: 767px) {
  .interview-block-title {
    padding: 10px 15px;
    font-size: 20px;
    line-height: 26px;
  }
}
.interview-block-info {
  display: flex;
  align-items: start;
  gap: 60px;
  padding: 40px 30px;
  border-top: solid 1px #4b4b4b;
}
@media screen and (max-width: 1079px) {
  .interview-block-info {
    display: block;
  }
}
.interview-block-info__face {
  width: 250px;
  height: 250px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media screen and (max-width: 1079px) {
  .interview-block-info__face {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 1rem;
  }
}
@media screen and (max-width: 1079px) {
  .interview-block-info__detail {
    width: 100%;
    text-align: left;
  }
}
.interview-block-info__detail--type {
  font-size: 16px;
  display: inline-block;
  padding: 5px 12px;
  color: #FFF;
  line-height: 1;
  background-color: #C8639F;
  letter-spacing: 1.8px;
  border-radius: 5px;
}
@media screen and (max-width: 1079px) {
  .interview-block-info__detail--type {
    font-size: 14px;
  }
}
.interview-block-info__detail--department {
  font-size: 16px;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 1079px) {
  .interview-block-info__detail--department {
    font-size: 14px;
  }
}
.interview-block-info__detail--name {
  color: #41A8D8;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 9px;
}
@media screen and (max-width: 1079px) {
  .interview-block-info__detail--name {
    font-size: 16px;
  }
}
.interview-block-info__detail--year {
  letter-spacing: 1.8px;
  margin-bottom: 39px;
}
.interview-block-info__detail--faq {
  margin-bottom: 1.5rem;
  text-align: left;
}
.interview-block-info__detail--faq__block {
  border-left: solid 3px #41A8D8;
  padding-left: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1079px) {
  .interview-block-info__detail--faq__block {
    padding: 12px 8px;
  }
}
.interview-block-info__detail--faq__block__question {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #41A8D8;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 1079px) {
  .interview-block-info__detail--faq__block__question {
    margin-bottom: 1rem;
  }
}
.interview-block-info__detail--faq__block__question-span {
  font-weight: 700;
}
@media screen and (max-width: 1079px) {
  .interview-block-info__detail--faq__block__question-span {
    width: 40px;
  }
}
.interview-block-info__detail--faq__block__question-text {
  width: calc(100% - 72px);
  margin-bottom: 0;
  padding: 3px 0;
  font-weight: 500;
}
@media screen and (max-width: 1079px) {
  .interview-block-info__detail--faq__block__question-text {
    width: calc(100% - 40px);
    font-size: 14px;
    line-height: 1.8;
  }
}
.interview-block-info__detail--faq__block__answer {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.7;
}
.interview-block-info__detail--faq__block__answer-span {
  font-weight: 700;
}
@media screen and (max-width: 1079px) {
  .interview-block-info__detail--faq__block__answer-span {
    width: 40px;
  }
}
.interview-block-info__detail--faq__block__answer-text {
  width: calc(100% - 72px);
  margin-bottom: 0;
  font-weight: 500;
}
@media screen and (max-width: 1079px) {
  .interview-block-info__detail--faq__block__answer-text {
    width: calc(100% - 40px);
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .interview {
    margin-top: 20px;
  }
  .interview-block {
    margin-top: 20px;
  }
  .interview-block-head {
    padding: 10px 15px;
  }
  .interview-block-info {
    padding: 10px;
  }
  .interview-block-info__face {
    width: 250px;
    height: auto;
    aspect-ratio: 1/1;
  }
  .interview-block-info__detail--year {
    font-size: 14px;
    letter-spacing: unset;
  }
  .interview-block-info__detail--faq__block {
    padding: 0 12px;
  }
  .interview-block-info__detail--faq__block__question {
    margin-bottom: 4px;
  }
  .interview-block-info__detail--faq__block__question-span {
    width: 25px;
  }
  .interview-block-info__detail--faq__block__answer-span {
    width: 25px;
  }
}

.career {
  margin: 100px 61px 0;
}
@media screen and (max-width: 767px) {
  .career {
    margin: 30px 16px 0;
  }
}

.data .breadcrumb {
  margin: auto;
}
.data-bg {
  padding: 30px 0;
  width: 100%;
  background-image: url("../../assets/images/data-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 150px;
}
.data-label {
  max-width: 952px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin: 150px auto;
}
.data-label img {
  filter: drop-shadow(0px 6px 6px #9BB0BB);
}
@media screen and (max-width: 767px) {
  .data-bg {
    margin-bottom: 30px;
  }
  .data-label {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 15px;
  }
}

.interview-img:not(:last-child) {
  margin-bottom: 64px;
}
@media screen and (max-width: 1079px) {
  .interview-img:not(:last-child) {
    margin-bottom: 40px;
  }
}

.faq-block {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .faq-block {
    padding: 16px 12px;
  }
}
.faq-block:not(:last-child) {
  border-bottom: 1px solid #C6C6C6;
}
.faq-block__question {
  position: relative;
  display: flex;
  align-items: start;
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .faq-block__question {
    padding-right: 48px;
  }
}
.faq-block__question::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #C8639F;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .faq-block__question::before {
    width: 24px;
    height: 24px;
  }
}
.faq-block__question::after {
  position: absolute;
  content: "+";
  right: 0;
  top: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 24px;
  color: #C8639F;
  transform-origin: center;
  transition: all 0.6s;
}
@media screen and (max-width: 767px) {
  .faq-block__question::after {
    width: 24px;
    height: 24px;
    font-size: 18px;
  }
}
.faq-block__question.active::after {
  right: 1px;
  transform: rotate(-45deg);
}
.faq-block__question-span {
  width: 72px;
  font-size: 20px;
  color: #C8639F;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .faq-block__question-span {
    width: 40px;
    font-size: 16px;
  }
}
.faq-block__question-text {
  width: calc(100% - 72px);
  margin-bottom: 0;
  padding-top: 3px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .faq-block__question-text {
    width: calc(100% - 40px);
    padding-top: 2px;
    font-size: 14px;
  }
}
.faq-block__answer {
  display: none;
  align-items: start;
  padding-top: 24px;
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .faq-block__answer {
    padding-top: 16px;
    padding-right: 48px;
  }
}
.faq-block__answer[style*="display: block"] {
  display: flex !important;
}
.faq-block__answer-span {
  width: 72px;
  font-size: 20px;
  color: #1E2877;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .faq-block__answer-span {
    width: 40px;
    font-size: 16px;
  }
}
.faq-block__answer-text {
  width: calc(100% - 72px);
  margin-bottom: 0;
  padding-top: 3px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .faq-block__answer-text {
    width: calc(100% - 40px);
    padding-top: 2px;
    font-size: 14px;
  }
}

.privacy-title {
  margin-bottom: 1rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .privacy-title {
    font-size: 18px;
  }
}
.privacy-text {
  margin-bottom: 2rem;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .privacy-text {
    font-size: 14px;
  }
}
.privacy-list {
  margin-bottom: 2rem;
  padding-left: 1.25rem;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .privacy-list {
    font-size: 14px;
  }
}
.privacy-list ol {
  padding-left: 1.25rem;
}/*# sourceMappingURL=page.css.map */