@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
*.l-main, *.l-content {
  font-size: 62.5%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(14px,calc(14px + (4) * ((100vw - 375px) / (1025))), 18px);
  box-sizing: border-box;
}

*.l-content {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  color: #3A3A3A;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  *.l-content {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.l-main a {
  text-decoration: none;
}

.is-open {
  overflow: hidden;
}

.l-main {
  position: relative;
}

*.l-main img {
  max-width: 100%;
}

.u-pd0 {
  padding: 0 !important;
}

.u-pdt0 {
  padding-top: 0 !important;
}

.u-pdb0 {
  padding-bottom: 0 !important;
}

.u-mgt0 {
  margin-top: 0 !important;
}

.u-mgt5 {
  margin-top: 5px !important;
}

.u-mgt8 {
  margin-top: 8px !important;
}

.u-mgt16 {
  margin-top: 16px !important;
}

.u-mgt24 {
  margin-top: 24px !important;
}

.u-mgt32 {
  margin-top: 32px !important;
}

.u-mgt40 {
  margin-top: 40px !important;
}

.u-mgt50 {
  margin-top: 50px !important;
}

.u-mgb0 {
  margin-bottom: 0 !important;
}

.u-mgb8 {
  margin-bottom: 8px !important;
}

.u-mgb16 {
  margin-bottom: 16px !important;
}

.u-mgb20 {
  margin-bottom: 20px !important;
}

.u-mgb30 {
  margin-bottom: 30px !important;
}

.u-mgb40 {
  margin-bottom: 40px !important;
}

.u-mgb50 {
  margin-bottom: 50px !important;
}

.u-hr {
  height: 1px;
  border: none;
  background-color: #ccc;
}

.u-txt-bold {
  font-weight: bold;
}

.u-txt-en-l {
  font-family: "Outfit", sans-serif;
}

.u-txt-center {
  text-align: center;
}

.u-txt-right {
  text-align: right;
}

.u-txt18 {
  font-size: clamp(14px,calc(14px + (4) * ((100vw - 375px) / (1025))), 18px);
}

.u-txt14 {
  font-size: clamp(12px,calc(12px + (2) * ((100vw - 375px) / (1025))), 14px);
}

.u-txt-gr {
  color: #505050;
}

.u-txt-bl {
  color: #40AAEB;
}

.u-txt-red {
  color: #861C00;
}

.u-txt-caution {
  display: block;
  color: #861C00;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .u-txt-caution {
    font-size: 1.3rem;
  }
}

.u-target-blank {
  display: flex;
  align-items: center;
}
.u-target-blank svg {
  margin-left: 8px;
  fill: #fff;
}

@media screen and (min-width: 1024px) {
  .u-pc-none {
    display: none;
  }
}

.u-sp-none {
  display: none;
}
@media screen and (min-width: 1024px) {
  .u-sp-none {
    display: block;
  }
}

.u-color-main {
  color: #40AAEB;
}

.u-vertical-center {
  place-content: center;
}

.u-select-year {
  background: #eee;
  padding: 24px;
  width: 100%;
  max-width: 280px;
}

.u-e-ir {
  margin-top: 24px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.1rem;
}
.u-e-ir img {
  width: 60px;
  margin-left: 8px;
}

.c-sec {
  padding: 64px 0;
  box-sizing: border-box;
}
@media screen and (width >= 1025px) {
  .c-sec {
    padding: 120px 0 130px;
  }
}

.c-sec__inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin-inline: auto;
  position: relative;
  z-index: 6;
  box-sizing: border-box;
}

.c-btn a {
  font-size: clamp(14px,calc(14px + (4) * ((100vw - 375px) / (1025))), 18px);
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  min-width: 200px;
  border-radius: 10px;
  position: relative;
  transition: background 0.3s;
}
.c-btn a > svg {
  width: 8px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn.btn-w a {
  color: #40AAEB;
  border: 1px solid #40AAEB;
}
.c-btn.btn-bl a {
  color: #fff;
  background: #40AAEB;
}
@media (any-hover: hover) {
  .c-btn:hover a {
    background: #0B73B3;
  }
  .c-btn:hover.btn-w a {
    color: #fff;
  }
  .c-btn:hover.btn-w a svg path {
    fill: #fff;
  }
}

.c-btn-wrap {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (width >= 1025px) {
  .c-btn-wrap {
    justify-content: space-between;
    gap: 0;
  }
}
.c-btn-wrap .c-btn {
  width: calc(50% - 10px);
}
.c-btn-wrap .c-btn a {
  width: auto;
  min-width: auto;
}

.p-home-mv {
  position: relative;
}
.p-home-mv .p-home-mv__img {
  display: block;
}
.p-home-mv .p-home-mv__img img {
  width: 100%;
}
.p-home-mv .p-home-mv__ttl {
  position: absolute;
  top: 4%;
  left: 8%;
}
@media screen and (width >= 1025px) {
  .p-home-mv .p-home-mv__ttl {
    left: auto;
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-home-mv .p-home-mv__ttl .p-home-mv__ttl-en {
  font-size: 3.76vw;
  color: #40AAEB;
  font-family: "Outfit", sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (width >= 1025px) {
  .p-home-mv .p-home-mv__ttl .p-home-mv__ttl-en {
    font-size: 1.3vw;
  }
}
.p-home-mv .p-home-mv__ttl .p-home-mv__ttl-jp {
  font-size: 8vw;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (width >= 1025px) {
  .p-home-mv .p-home-mv__ttl .p-home-mv__ttl-jp {
    font-size: 3.22vw;
  }
}
.p-home-mv .p-home-mv__ttl .p-home-mv__ttl-logo {
  width: 16.1vw;
  margin-left: auto;
  padding-right: 4%;
  display: none;
  margin-top: 10px;
}
@media screen and (width >= 1025px) {
  .p-home-mv .p-home-mv__ttl .p-home-mv__ttl-logo {
    display: block;
  }
}
.p-home-mv .p-home-mv__ttl .p-home-mv__ttl-logo img {
  width: 100%;
}

.p-home-ttl {
  line-height: 1;
}
.p-home-ttl .p-home-ttl__en {
  color: #D2D2D2;
  font-family: "Outfit", sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(20px,calc(20px + (3) * ((100vw - 375px) / (1025))), 23px);
}
.p-home-ttl .p-home-ttl__jp {
  font-size: clamp(30px,calc(30px + (10) * ((100vw - 375px) / (1025))), 40px);
  font-weight: bold;
}

.p-home-message {
  background: #F6F8FB;
  position: relative;
}
@media screen and (width >= 1025px) {
  .p-home-message::before {
    content: "";
    background: url(../img/top/bg_message_01.png) no-repeat bottom;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.p-home-message .p-home-ttl .p-home-ttl__en {
  color: #40AAEB;
}
.p-home-message .p-home-message__cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
  margin-top: 20px;
  gap: 20px;
}
@media screen and (width >= 1025px) {
  .p-home-message .p-home-message__cont {
    flex-wrap: nowrap;
    margin-top: 30px;
    gap: 0;
  }
}
.p-home-message .p-home-message__cont .p-home-message__cont-txt {
  font-size: clamp(18px,calc(18px + (5) * ((100vw - 375px) / (1025))), 23px);
  line-height: 2;
  font-weight: 500;
}
@media screen and (width >= 1025px) {
  .p-home-message .p-home-message__cont .p-home-message__cont-txt {
    line-height: 2.6;
  }
}
.p-home-message .p-home-message__cont .p-home-message__cont-img {
  max-width: 340px;
  margin-inline: auto;
}
@media screen and (width >= 1025px) {
  .p-home-message .p-home-message__cont .p-home-message__cont-img {
    margin-left: 30px;
    transform: translateY(-30px);
  }
}
.p-home-message .p-home-message__cont .p-home-message__cont-img img {
  width: 100%;
}

.p-home-service .p-home-service__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 20px;
}
@media screen and (width >= 1025px) {
  .p-home-service .p-home-service__list {
    gap: 30px;
  }
}
.p-home-service .p-home-service__list > li {
  width: 100%;
}
@media screen and (width >= 769px) {
  .p-home-service .p-home-service__list > li {
    width: calc(50% - 10px);
  }
}
@media screen and (width >= 1025px) {
  .p-home-service .p-home-service__list > li {
    width: calc(33.3333333333% - 20px);
  }
}
.p-home-service .p-home-service__list .p-home-service__list-tab {
  font-weight: bold;
  border: 1px solid #D2D2D2;
  border-radius: 10px;
  padding: 3px 10px;
  display: inline-block;
  font-size: clamp(14px,calc(14px + (4) * ((100vw - 375px) / (1025))), 18px);
  margin-top: 20px;
}
.p-home-service .p-home-service__list .p-home-service__list-ttl {
  color: #0484C3;
  font-weight: bold;
  font-size: clamp(22px,calc(22px + (6) * ((100vw - 375px) / (1025))), 28px);
  display: flex;
  align-items: center;
}
.p-home-service .p-home-service__list .p-home-service__list-ttl > span {
  display: inline-block;
  line-height: 1.2;
  font-size: clamp(14px,calc(14px + (4) * ((100vw - 375px) / (1025))), 18px);
  margin-right: 15px;
}
.p-home-service .p-home-service__list .p-home-service__list-txt {
  font-size: clamp(14px,calc(14px + (4) * ((100vw - 375px) / (1025))), 18px);
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (width >= 1025px) {
  .p-home-service .p-home-service__list .p-home-service__list-txt {
    min-height: 130px;
  }
}
.p-home-service .p-home-service__list .c-btn-wrap {
  margin-top: 26px;
}
.p-home-service .p-home-service__list .c-btn-wrap .c-btn a {
  padding: 10px 5px;
  justify-content: center;
}

.p-home-data {
  background: #F6F8FB;
}
.p-home-data .p-home-data__box {
  background: #fff;
  max-width: 1060px;
  border-radius: 15px;
  margin-inline: auto;
  margin-top: 30px;
  padding: 20px 16px;
}
@media screen and (width >= 1025px) {
  .p-home-data .p-home-data__box {
    margin-top: 50px;
    padding: 30px 60px;
  }
}
.p-home-data .p-home-data__box .p-home-data__box-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 16px;
  gap: 20px;
}
@media screen and (width >= 1025px) {
  .p-home-data .p-home-data__box .p-home-data__box-top {
    padding-bottom: 26px;
    justify-content: space-between;
    gap: 0;
  }
}
.p-home-data .p-home-data__box .p-home-data__box-top .p-home-data__box-ttl li {
  display: none;
}
.p-home-data .p-home-data__box .p-home-data__box-top .p-home-data__box-ttl li img {
  width: 30%;
  max-width: 130px;
}
@media screen and (width >= 1025px) {
  .p-home-data .p-home-data__box .p-home-data__box-top .p-home-data__box-ttl li img {
    width: 100%;
  }
}
.p-home-data .p-home-data__box .p-home-data__box-top .p-home-data__box-ttl li p {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  color: #40AAEB;
  font-size: clamp(24px,calc(24px + (12) * ((100vw - 375px) / (1025))), 36px);
}
.p-home-data .p-home-data__box .p-home-data__box-top .p-home-data__box-ttl li.show {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-home-data .p-home-data__box .p-home-data__box-tab {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
@media screen and (width >= 1025px) {
  .p-home-data .p-home-data__box .p-home-data__box-tab {
    gap: 16px;
  }
}
.p-home-data .p-home-data__box .p-home-data__box-tab li {
  font-size: clamp(14px,calc(14px + (4) * ((100vw - 375px) / (1025))), 18px);
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 8px 20px;
  width: 100%;
  border-radius: 10px;
  position: relative;
  color: #40AAEB;
  border: 1px solid #40AAEB;
  cursor: pointer;
  height: fit-content;
  transition: background 0.3s;
}
@media screen and (width >= 1025px) {
  .p-home-data .p-home-data__box .p-home-data__box-tab li {
    padding: 10px 20px;
    width: auto;
    min-width: 160px;
  }
}
.p-home-data .p-home-data__box .p-home-data__box-tab li > svg {
  width: 8px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.p-home-data .p-home-data__box .p-home-data__box-tab li.active {
  background: #40AAEB;
  pointer-events: none;
  color: #fff;
}
.p-home-data .p-home-data__box .p-home-data__box-tab li.active svg path {
  fill: #fff;
}
@media (any-hover: hover) {
  .p-home-data .p-home-data__box .p-home-data__box-tab li:hover {
    background: #0B73B3;
    color: #fff;
  }
  .p-home-data .p-home-data__box .p-home-data__box-tab li:hover svg path {
    fill: #fff;
  }
}
.p-home-data .p-home-data__box .p-home-data__box-cont {
  display: none;
  margin-top: 20px;
}
@media screen and (width >= 1025px) {
  .p-home-data .p-home-data__box .p-home-data__box-cont {
    margin-top: 30px;
  }
}
.p-home-data .p-home-data__box .p-home-data__box-cont.show {
  display: block;
}
.p-home-data .p-home-data__box .p-home-data__box-cont .p-home-data__box-cont-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (width >= 769px) {
  .p-home-data .p-home-data__box .p-home-data__box-cont .p-home-data__box-cont-list {
    gap: 24px;
  }
}
@media screen and (width >= 1025px) {
  .p-home-data .p-home-data__box .p-home-data__box-cont .p-home-data__box-cont-list {
    gap: 32px;
  }
}
.p-home-data .p-home-data__box .p-home-data__box-cont .p-home-data__box-cont-list li {
  width: calc(50% - 8px);
}
@media screen and (width >= 769px) {
  .p-home-data .p-home-data__box .p-home-data__box-cont .p-home-data__box-cont-list li {
    width: calc(33.3333333333% - 16px);
  }
}
@media screen and (width >= 1025px) {
  .p-home-data .p-home-data__box .p-home-data__box-cont .p-home-data__box-cont-list li {
    width: calc(25% - 24px);
  }
}
.p-home-data .p-home-data__box .p-home-data__box-cont .p-home-data__box-cont-list li .school-name {
  background: #40AAEB;
  color: #fff;
  font-size: clamp(16px,calc(16px + (8) * ((100vw - 375px) / (1025))), 24px);
  font-weight: bold;
  max-width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
@media screen and (width >= 1025px) {
  .p-home-data .p-home-data__box .p-home-data__box-cont .p-home-data__box-cont-list li .school-name {
    max-width: 300px;
  }
}
.p-home-data .p-home-data__box .p-home-data__box-cont .p-home-data__box-cont-list li .num {
  text-align: center;
  font-size: clamp(16px,calc(16px + (4) * ((100vw - 375px) / (1025))), 20px);
  font-weight: bold;
  line-height: 1;
}
.p-home-data .p-home-data__box .p-home-data__box-cont .p-home-data__box-cont-list li .num > span {
  font-family: "Jost", sans-serif;
  color: #FF7D7D;
  font-size: clamp(60px,calc(60px + (40) * ((100vw - 375px) / (1025))), 100px);
  font-weight: bold;
}
.p-home-data .p-home-data__box .p-home-data__box-cont .p-home-data__box-cont-list li .text {
  font-size: clamp(14px,calc(14px + (6) * ((100vw - 375px) / (1025))), 20px);
  font-weight: bold;
  text-align: center;
}
.p-home-data .p-home-data__box .p-home-data__box-voice {
  background: #F6F8FB;
  border-radius: 15px;
  padding: 20px 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 26px;
}
@media screen and (width >= 1025px) {
  .p-home-data .p-home-data__box .p-home-data__box-voice {
    padding: 30px 40px;
    margin-top: 46px;
  }
}
.p-home-data .p-home-data__box .p-home-data__box-voice > * p {
  font-weight: bold;
  color: #505050;
}
@media screen and (width >= 1025px) {
  .p-home-data .p-home-data__box .p-home-data__box-voice .p-home-data__box-voice-left {
    width: calc(33% - 14px);
  }
}
.p-home-data .p-home-data__box .p-home-data__box-voice .p-home-data__box-voice-left > h3 {
  font-weight: bold;
  font-size: clamp(24px,calc(24px + (8) * ((100vw - 375px) / (1025))), 32px);
  color: #0484C3;
  text-align: center;
}
@media screen and (width >= 1025px) {
  .p-home-data .p-home-data__box .p-home-data__box-voice .p-home-data__box-voice-left > h3 {
    text-align: left;
  }
}
.p-home-data .p-home-data__box .p-home-data__box-voice .p-home-data__box-voice-left > div {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  margin-top: 8px;
}
@media screen and (width >= 1025px) {
  .p-home-data .p-home-data__box .p-home-data__box-voice .p-home-data__box-voice-left > div {
    gap: 16px;
    margin-top: 20px;
  }
}
.p-home-data .p-home-data__box .p-home-data__box-voice .p-home-data__box-voice-left > div > img {
  max-width: 110px;
}
@media screen and (width >= 1025px) {
  .p-home-data .p-home-data__box .p-home-data__box-voice .p-home-data__box-voice-left > div > img {
    max-width: 130px;
  }
}
@media screen and (width >= 1025px) {
  .p-home-data .p-home-data__box .p-home-data__box-voice .p-home-data__box-voice-right {
    width: calc(67% - 14px);
  }
}
.p-home-data .p-home-data__box .p-home-data__box-voice .p-home-data__box-voice-right .p-home-data__box-voice-right-ttl {
  font-weight: bold;
  font-size: clamp(18px,calc(18px + (6) * ((100vw - 375px) / (1025))), 24px);
  color: #505050;
}
.p-home-data .p-home-data__box .p-home-data__box-voice .p-home-data__box-voice-right > p {
  font-size: clamp(14px,calc(14px + (4) * ((100vw - 375px) / (1025))), 18px);
}
.p-home-data .p-home-data__box .p-home-data__btm-btn {
  margin-top: 20px;
}
@media screen and (width >= 1025px) {
  .p-home-data .p-home-data__box .p-home-data__btm-btn {
    margin-top: 36px;
  }
}
.p-home-data .p-home-data__box .p-home-data__btm-btn a {
  max-width: 400px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
}
.p-home-data .p-home-data__box .p-home-data__btm-txt {
  margin-top: 26px;
}
@media screen and (width >= 1025px) {
  .p-home-data .p-home-data__box .p-home-data__btm-txt {
    margin-top: 46px;
  }
}

.p-home-about {
  margin-top: 64px;
}
@media screen and (width >= 1025px) {
  .p-home-about {
    margin-top: 120px;
  }
}
.p-home-about .p-home-about__btn {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (width >= 1025px) {
  .p-home-about .p-home-about__btn {
    margin-top: 40px;
    gap: 68px;
  }
}
.p-home-about .p-home-about__btn li {
  width: 100%;
}
@media screen and (width >= 1025px) {
  .p-home-about .p-home-about__btn li {
    width: calc(50% - 34px);
  }
}
.p-home-about .p-home-about__btn li a {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: block;
  overflow: hidden;
  min-height: 120px;
}
@media screen and (width >= 1025px) {
  .p-home-about .p-home-about__btn li a {
    border-radius: 15px;
    min-height: auto;
  }
}
.p-home-about .p-home-about__btn li a .p-home-about__btn-txt {
  position: absolute;
  top: 0;
  left: 0;
  font-size: clamp(16px,calc(16px + (8) * ((100vw - 375px) / (1025))), 24px);
  font-weight: bold;
  color: #fff;
  background: #40AAEB;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  min-width: 140px;
  padding: 10px;
  z-index: 3;
  border-radius: 0 0 15px 0;
}
@media screen and (width >= 1025px) {
  .p-home-about .p-home-about__btn li a .p-home-about__btn-txt {
    min-width: 224px;
  }
}
.p-home-about .p-home-about__btn li a .p-home-about__btn-img {
  object-fit: cover;
  display: block;
  height: 100%;
  transition: scale 0.3s;
}
@media (any-hover: hover) {
  .p-home-about .p-home-about__btn li a:hover {
    opacity: 1;
  }
  .p-home-about .p-home-about__btn li a:hover .p-home-about__btn-img {
    scale: 1.1;
    opacity: 1;
  }
}

.p-home-company {
  margin-top: 64px;
}
@media screen and (width >= 1025px) {
  .p-home-company {
    margin-top: 120px;
  }
}
.p-home-company .p-home-company-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 30px;
}
@media screen and (width >= 1025px) {
  .p-home-company .p-home-company-btn {
    gap: 60px 68px;
    margin-top: 40px;
  }
}
.p-home-company .p-home-company-btn li {
  width: 100%;
}
@media screen and (width >= 1025px) {
  .p-home-company .p-home-company-btn li {
    width: calc(50% - 34px);
  }
}
.p-home-company .p-home-company-btn li a {
  font-size: clamp(18px,calc(18px + (6) * ((100vw - 375px) / (1025))), 24px);
  color: #3A3A3A;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #D2D2D2;
  padding-bottom: 16px;
  position: relative;
}
@media screen and (width >= 1025px) {
  .p-home-company .p-home-company-btn li a {
    padding-bottom: 24px;
  }
}
.p-home-company .p-home-company-btn li a svg {
  transform: translateX(-5px);
  transition: transform 0.3s;
}
.p-home-company .p-home-company-btn li a::before {
  content: "";
  background: #40AAEB;
  width: 90px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: width 0.3s;
  display: block;
}
@media screen and (width >= 1025px) {
  .p-home-company .p-home-company-btn li a::before {
    width: 145px;
  }
}
@media (any-hover: hover) {
  .p-home-company .p-home-company-btn li a:hover svg {
    transform: translateX(0);
  }
  .p-home-company .p-home-company-btn li a:hover::before {
    width: 100%;
  }
}

.p-home-recruit {
  margin-top: 64px;
}
@media screen and (width >= 1025px) {
  .p-home-recruit {
    margin-top: 120px;
  }
}
.p-home-recruit .p-home-recruit__box {
  margin-top: 30px;
}
@media screen and (width >= 1025px) {
  .p-home-recruit .p-home-recruit__box {
    margin-top: 60px;
  }
}
.p-home-recruit .p-home-recruit__box a {
  position: relative;
  height: 100%;
  max-height: 540px;
  display: block;
  overflow: hidden;
  min-height: 180px;
}
@media screen and (width >= 769px) {
  .p-home-recruit .p-home-recruit__box a {
    min-height: 280px;
  }
}
@media screen and (width >= 1025px) {
  .p-home-recruit .p-home-recruit__box a {
    min-height: auto;
  }
}
.p-home-recruit .p-home-recruit__box a .p-home-recruit__box-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: scale 0.3s;
}
@media screen and (width >= 1025px) {
  .p-home-recruit .p-home-recruit__box a .p-home-recruit__box-bg {
    position: relative;
  }
}
.p-home-recruit .p-home-recruit__box a .p-home-recruit__box-bg img {
  object-fit: cover;
  object-position: bottom;
  display: block;
  height: 100%;
  width: 100%;
  filter: blur(2px);
}
.p-home-recruit .p-home-recruit__box a .p-home-recruit__box-en {
  width: 8%;
  max-width: 260px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 5;
}
@media screen and (width >= 1025px) {
  .p-home-recruit .p-home-recruit__box a .p-home-recruit__box-en {
    width: auto;
    left: 36px;
  }
}
.p-home-recruit .p-home-recruit__box a .p-home-recruit__box-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 5;
}
@media screen and (width >= 1025px) {
  .p-home-recruit .p-home-recruit__box a .p-home-recruit__box-cont {
    width: auto;
  }
}
.p-home-recruit .p-home-recruit__box a .p-home-recruit__box-cont .p-home-recruit__box-message {
  width: 60%;
  max-width: 640px;
  margin-inline: auto;
}
@media screen and (width >= 1025px) {
  .p-home-recruit .p-home-recruit__box a .p-home-recruit__box-cont .p-home-recruit__box-message {
    width: 100%;
  }
}
.p-home-recruit .p-home-recruit__box a .p-home-recruit__box-cont .p-home-recruit__box-txt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "MS Pゴシック", Arial, Helvetica, sans-serif;
  font-size: clamp(16px,calc(16px + (8) * ((100vw - 375px) / (1025))), 24px);
  max-width: 540px;
  margin-inline: auto;
  border: 1px solid #3a3a3a;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 8px;
  border-radius: 15px;
}
@media screen and (width >= 1025px) {
  .p-home-recruit .p-home-recruit__box a .p-home-recruit__box-cont .p-home-recruit__box-txt {
    margin-top: 30px;
    padding: 10px;
  }
}
.p-home-recruit .p-home-recruit__box a .p-home-recruit__box-cont .p-home-recruit__box-txt svg {
  width: 6px;
}
@media (any-hover: hover) {
  .p-home-recruit .p-home-recruit__box a:hover {
    opacity: 1;
  }
  .p-home-recruit .p-home-recruit__box a:hover .p-home-recruit__box-en {
    opacity: 1;
  }
  .p-home-recruit .p-home-recruit__box a:hover .p-home-recruit__box-cont {
    opacity: 1;
  }
  .p-home-recruit .p-home-recruit__box a:hover .p-home-recruit__box-message {
    opacity: 1;
  }
  .p-home-recruit .p-home-recruit__box a:hover .p-home-recruit__box-bg {
    scale: 1.1;
    opacity: 1;
  }
  .p-home-recruit .p-home-recruit__box a:hover .p-home-recruit__box-bg img {
    opacity: 1;
  }
}

.l-header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
  transition: opacity 0.3s, transform 0.3s, background 0.3s;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.l-header .l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 16px 20px;
  margin-inline: auto;
}
@media screen and (width >= 1400px) {
  .l-header .l-header__inner {
    padding: 16px 40px;
  }
}
.l-header .l-header__inner .l-header__logo {
  z-index: 1000;
  width: 50%;
  max-width: 310px;
  margin-top: 0;
  float: none;
}
@media screen and (width >= 1025px) {
  .l-header .l-header__inner .l-header__logo {
    width: 20%;
  }
}
.l-header .l-header__inner .l-header__logo a {
  display: block;
}
.l-header .l-header__inner .l-header__logo a img {
  width: 100%;
}
.l-header .l-header__inner .l-header__menu {
  width: 40px;
}
.l-header .l-header__inner .l-header__menu img {
  width: 100%;
}
@media screen and (width >= 1025px) {
  .l-header .l-header__inner .l-header__menu {
    display: none;
  }
}
.l-header .l-header__inner .l-header__nav {
  display: none;
  background: #fff;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border: 2px solid #40AAEB;
}
@media screen and (width >= 1025px) {
  .l-header .l-header__inner .l-header__nav {
    border: none;
    position: initial;
    background: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
  }
}
@media screen and (width >= 1025px) and (width >= 1025px) {
  .l-header .l-header__inner .l-header__nav {
    gap: 5%;
  }
}
@media screen and (width >= 1025px) and (width >= 1400px) {
  .l-header .l-header__inner .l-header__nav {
    gap: 5%;
  }
}
.l-header .l-header__inner .l-header__nav > li {
  margin-top: 30px;
}
.l-header .l-header__inner .l-header__nav > li:first-of-type {
  margin-top: 0;
}
@media screen and (width >= 1025px) {
  .l-header .l-header__inner .l-header__nav > li {
    margin-top: 0;
  }
}
.l-header .l-header__inner .l-header__nav .l-header__nav-btn a {
  text-decoration: none;
  font-size: clamp(18px,calc(18px + (2) * ((100vw - 375px) / (1025))), 20px);
  color: #3A3A3A;
  font-weight: 500;
  display: flex;
  transition: all 0.3s;
  align-items: center;
  gap: 8px;
}
@media (any-hover: hover) {
  .l-header .l-header__inner .l-header__nav .l-header__nav-btn a:hover {
    color: #0B73B3;
  }
}
.l-header .l-header__inner .l-header__nav .l-header__nav-acc {
  position: relative;
}
.l-header .l-header__inner .l-header__nav .l-header__nav-acc .c-accordion__head {
  position: relative;
  pointer-events: none;
  font-size: clamp(18px,calc(18px + (4) * ((100vw - 375px) / (1025))), 22px);
  font-weight: 500;
  transition: all 0.3s;
}
@media screen and (width >= 1025px) {
  .l-header .l-header__inner .l-header__nav .l-header__nav-acc .c-accordion__head {
    padding-right: 20px;
    pointer-events: all;
    cursor: pointer;
  }
}
@media screen and (width >= 1025px) {
  .l-header .l-header__inner .l-header__nav .l-header__nav-acc .c-accordion__head::before {
    content: "";
    background: #A3A3A3;
    width: 14px;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    display: block;
  }
}
@media screen and (width >= 1025px) {
  .l-header .l-header__inner .l-header__nav .l-header__nav-acc .c-accordion__head::after {
    content: "";
    background: #A3A3A3;
    width: 2px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    right: 6px;
    display: block;
    transition: transform 0.3s;
  }
}
.l-header .l-header__inner .l-header__nav .l-header__nav-acc .c-accordion__head.is-open::after {
  transform: rotate(-90deg) translateY(0);
}
@media (any-hover: hover) {
  .l-header .l-header__inner .l-header__nav .l-header__nav-acc .c-accordion__head:hover {
    color: #0B73B3;
  }
}
.l-header .l-header__inner .l-header__nav .l-header__nav-acc .c-accordion__cont {
  display: block;
  margin-top: 16px;
}
@media screen and (width >= 1025px) {
  .l-header .l-header__inner .l-header__nav .l-header__nav-acc .c-accordion__cont {
    margin-top: 0;
    display: none;
    position: fixed;
    top: 100px;
    background: #fff;
    padding: 20px 26px;
    box-sizing: border-box;
  }
}
.l-header .l-header__inner .l-header__nav .l-header__nav-acc .c-accordion__cont li {
  margin-top: 14px;
}
.l-header .l-header__inner .l-header__nav .l-header__nav-acc .c-accordion__cont li a {
  text-decoration: none;
  font-size: clamp(16px,calc(16px + (2) * ((100vw - 375px) / (1025))), 18px);
  font-weight: 500;
  color: #3A3A3A;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .l-header .l-header__inner .l-header__nav .l-header__nav-acc .c-accordion__cont li a:hover {
    color: #0B73B3;
  }
}
.l-header .l-header__inner .l-header__nav .l-header__nav-acc .c-accordion__cont li:first-of-type {
  margin-top: 0;
}
.l-header .l-header__inner .l-header__nav .l-header__nav-contact a {
  text-decoration: none;
  font-size: clamp(18px,calc(18px + (4) * ((100vw - 375px) / (1025))), 22px);
  font-weight: 500;
  border: 2px solid #40AAEB;
  border-radius: 15px;
  min-width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  box-sizing: border-box;
  color: #40AAEB;
  transition: background 0.3s;
}
@media screen and (width >= 1400px) {
  .l-header .l-header__inner .l-header__nav .l-header__nav-contact a {
    min-width: 260px;
  }
}
@media (any-hover: hover) {
  .l-header .l-header__inner .l-header__nav .l-header__nav-contact a:hover {
    background: #0B73B3;
    color: #fff;
  }
}

.l-footer {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  padding: 30px 0 40px;
  position: relative;
}
@media screen and (width >= 1025px) {
  .l-footer {
    padding: 90px 0 60px;
  }
}
.l-footer .l-footer__inner {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin-inline: auto;
  position: relative;
  z-index: 6;
  box-sizing: border-box;
}
@media screen and (width >= 1025px) {
  .l-footer .l-footer__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    padding: 0 60px;
  }
}
@media screen and (width >= 1201px) {
  .l-footer .l-footer__inner {
    gap: 110px;
  }
}
.l-footer .l-footer__menu .l-footer__menu-logo {
  z-index: 1000;
  width: 70%;
  max-width: 310px;
  margin-top: 0;
  float: none;
}
@media screen and (width >= 1025px) {
  .l-footer .l-footer__menu .l-footer__menu-logo {
    width: 100%;
  }
}
.l-footer .l-footer__menu .l-footer__menu-logo a {
  display: block;
}
.l-footer .l-footer__menu .l-footer__menu-logo a img {
  width: 100%;
}
.l-footer .l-footer__menu .l-footer__menu-link {
  margin-top: 20px;
}
@media screen and (width >= 1025px) {
  .l-footer .l-footer__menu .l-footer__menu-link {
    margin-top: 40px;
  }
}
.l-footer .l-footer__menu .l-footer__menu-link a {
  text-decoration: none;
  font-size: clamp(18px,calc(18px + (2) * ((100vw - 375px) / (1025))), 20px);
  color: #3A3A3A;
  font-weight: 500;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .l-footer .l-footer__menu .l-footer__menu-link a:hover {
    color: #0B73B3;
  }
}
.l-footer .l-footer__menu .l-footer__menu-link:last-of-type {
  margin-top: 16px;
}
@media screen and (width >= 1025px) {
  .l-footer .l-footer__menu .l-footer__menu-link:last-of-type {
    margin-top: 8px;
  }
}
.l-footer .l-footer__nav {
  box-sizing: border-box;
  margin-top: 30px;
}
@media screen and (width >= 1025px) {
  .l-footer .l-footer__nav {
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
    gap: 40px;
  }
}
@media screen and (width >= 1025px) and (width >= 1200px) {
  .l-footer .l-footer__nav {
    gap: 80px;
  }
}
.l-footer .l-footer__nav > li {
  margin-top: 20px;
}
.l-footer .l-footer__nav > li:first-of-type {
  margin-top: 0;
}
@media screen and (width >= 1025px) {
  .l-footer .l-footer__nav > li {
    margin-top: 0;
  }
}
.l-footer .l-footer__nav .l-footer__nav-btn a {
  text-decoration: none;
  font-size: clamp(18px,calc(18px + (2) * ((100vw - 375px) / (1025))), 20px);
  color: #3A3A3A;
  font-weight: 500;
  display: flex;
  transition: all 0.3s;
  align-items: center;
  gap: 8px;
}
@media (any-hover: hover) {
  .l-footer .l-footer__nav .l-footer__nav-btn a:hover {
    color: #0B73B3;
  }
}
.l-footer .l-footer__nav .l-footer__nav-btn-area .l-footer__nav-btn-area-ttl {
  font-size: clamp(18px,calc(18px + (2) * ((100vw - 375px) / (1025))), 20px);
  line-height: 1.1;
  font-weight: 500;
}
.l-footer .l-footer__nav .l-footer__nav-btn-area .l-footer__nav-btn-area-list li {
  margin-top: 8px;
}
@media screen and (width >= 1025px) {
  .l-footer .l-footer__nav .l-footer__nav-btn-area .l-footer__nav-btn-area-list li {
    margin-top: 14px;
  }
}
.l-footer .l-footer__nav .l-footer__nav-btn-area .l-footer__nav-btn-area-list li a {
  text-decoration: none;
  font-size: clamp(14px,calc(14px + (4) * ((100vw - 375px) / (1025))), 18px);
  font-weight: 500;
  color: #3A3A3A;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s;
}
@media screen and (width >= 1025px) {
  .l-footer .l-footer__nav .l-footer__nav-btn-area .l-footer__nav-btn-area-list li a {
    gap: 10px;
  }
}
@media (any-hover: hover) {
  .l-footer .l-footer__nav .l-footer__nav-btn-area .l-footer__nav-btn-area-list li a:hover {
    color: #0B73B3;
  }
}
.l-footer .l-footer__nav .l-footer__nav-btn-area .l-footer__nav-btn-area-list li a svg {
  width: 8px;
}
@media screen and (width >= 1025px) {
  .l-footer .l-footer__nav .l-footer__nav-btn-area .l-footer__nav-btn-area-list li a svg {
    width: 12px;
  }
}
.l-footer .l-footer__copy {
  font-family: "Jost", sans-serif;
  font-size: clamp(12px,calc(12px + (6) * ((100vw - 375px) / (1025))), 18px);
  font-weight: 500;
  text-align: center;
  margin-top: 60px;
}
@media screen and (width >= 1025px) {
  .l-footer .l-footer__copy {
    margin-top: 120px;
  }
}

#totop {
  position: absolute;
  bottom: 15px;
  z-index: 4;
  background: none;
  box-shadow: none;
  width: fit-content;
  left: auto;
  right: 10px;
  opacity: 1;
}
#totop a {
  background: none;
  position: relative;
  border: none;
  height: auto;
}
#totop a img {
  width: 13px;
}
#totop a::after {
  content: "";
  background: #707070;
  width: 1px;
  height: 100px;
  display: block;
  position: relative;
  bottom: -10px;
  left: 50%;
}
@media screen and (width >= 1025px) {
  #totop a::after {
    height: 170px;
  }
}
@media (any-hover: hover) {
  #totop a:hover {
    background: none;
  }
}
