@charset "UTF-8";
.fv {
  position: relative;
  height: 80vh;
  width: 100%;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .fv {
    height: auto;
    padding: 0;
  }
}
.fv__inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}
.fv__contents {
  position: absolute;
  height: 100%;
  background: #DAE6ED;
  top: 0;
  right: 80px;
  z-index: 2;
  padding: 60px 80px 30px;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1320px) {
  .fv__contents {
    padding: 50px 50px 20px;
  }
}
@media screen and (max-width: 768px) {
  .fv__contents {
    height: auto;
    position: unset;
    margin: 0 auto;
    padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw;
  }
}
.fv__contents .ashirai {
  position: absolute;
  top: 30px;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .fv__contents .ashirai {
    left: -20px;
    top: 0;
  }
}
.fv__title {
  font-size: 48px;
  letter-spacing: 0.3em;
  font-weight: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.7;
  margin-left: 55px;
}
@media screen and (max-width: 1320px) {
  .fv__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .fv__title {
    font-size: 9.0666666667vw;
    margin-left: 9.3333333333vw;
  }
}
.fv__title span {
  color: #396FA5;
}
.fv__text {
  height: 242px;
  margin-top: auto;
  margin-bottom: 80px;
  font-size: 20px;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 1320px) {
  .fv__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .fv__text {
    height: -moz-max-content;
    height: max-content;
    margin-top: auto;
    font-size: 5.3333333333vw;
    margin-bottom: 0;
  }
}
.fv__text span {
  color: #396FA5;
}
.fv__slider {
  position: relative;
  overflow: hidden;
}
.fv__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.fv__slider img {
  border-radius: 8px;
	aspect-ratio:0.8;
	object-fit:cover;
}
.fv__box {
  position: absolute;
  bottom: -80px;
  left: 0;
  gap: 30px;
  display: flex;
  z-index: 2;
}
@media screen and (max-width: 1320px) {
  .fv__box {
    left: 20px;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .fv__box {
    gap: 20px;
    position: unset;
    justify-content: center;
    margin-top: 8vw;
  }
}
.fv__item {
  width: 164px;
  height: 164px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: linear-gradient(to bottom, #3EA3DC, #76B9DE);
  color: #fff;
}
@media screen and (max-width: 1320px) {
  .fv__item {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .fv__item {
    width: 28.5333333333vw;
    height: 28.5333333333vw;
  }
}
.fv__item .title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 14px;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 1320px) {
  .fv__item .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .fv__item .title {
    margin-bottom: 3px;
    font-size: 5.3333333333vw;
  }
}
.fv__item .text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.fv__item .text:not(.is-pc) {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1320px) {
  .fv__item .text:not(.is-pc) {
    font-size: 12px;
  }
}
.fv__item .text:not(.is-pc) .vertical {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-lr;
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-right: 8px;
  font-weight: 500;
}
@media screen and (max-width: 1320px) {
  .fv__item .text:not(.is-pc) .vertical {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .fv__item .text:not(.is-pc) .vertical {
    font-size: 5.3333333333vw;
  }
}
.fv__item .text:not(.is-pc) .big {
  font-size: 46px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media screen and (max-width: 1320px) {
  .fv__item .text:not(.is-pc) .big {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .fv__item .text:not(.is-pc) .big {
    font-size: 9.6vw;
  }
}
.fv__item .text:not(.is-pc) .big span {
  font-size: 72px;
}
@media screen and (max-width: 1320px) {
  .fv__item .text:not(.is-pc) .big span {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .fv__item .text:not(.is-pc) .big span {
    font-size: 14.5333333333vw;
  }
}
@media screen and (max-width: 1320px) {
  .fv__item .text {
    font-size: 12px;
  }
}
.fv__item .text .vertical {
  writing-mode: vertical-lr;
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-right: 8px;
  font-weight: 500;
}
@media screen and (max-width: 1320px) {
  .fv__item .text .vertical {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .fv__item .text .vertical {
    font-size: 5.3333333333vw;
  }
}
.fv__item .text .big {
  font-size: 46px;
  line-height: 1;
}
@media screen and (max-width: 1320px) {
  .fv__item .text .big {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .fv__item .text .big {
    font-size: 9.6vw;
  }
}
.fv__item .text .big span {
  font-size: 72px;
}
@media screen and (max-width: 1320px) {
  .fv__item .text .big span {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .fv__item .text .big span {
    font-size: 14.5333333333vw;
  }
}

.news {
  padding: 70px 40px 65px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.news .ashirai01 {
  position: absolute;
  top: 0;
  left: 0;
}
.news .ashirai02 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.news__inner {
  background: #fff;
  border-radius: 8px;
  padding: 60px 60px 40px;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .news__inner {
    padding: 8vw 6.4vw;
    display: block;
  }
}
.news__title {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .news__title {
    margin-bottom: 9.3333333333vw;
    writing-mode: horizontal-tb;
  }
}
.news__title h2 {
  font-size: 36px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-left: 9px;
  color: #396FA5;
}
@media screen and (max-width: 768px) {
  .news__title h2 {
    margin-left: 0;
    font-size: 8.5333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.news__title .en {
  color: #3EA3DC;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .news__title .en {
    font-size: 3.7333333333vw;
  }
}
.news__contents {
  width: 85%;
}
@media screen and (max-width: 768px) {
  .news__contents {
    width: 100%;
  }
}
.news__list {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #CFDDE5;
}
@media screen and (max-width: 768px) {
  .news__list {
    display: block;
    gap: 16px;
  }
}
.news__list:nth-child(1) {
  padding-top: 0;
}
.news__list--date {
  width: 20%;
  color: #90979F;
  line-height: 1.5;
  display: block;
}
@media screen and (max-width: 768px) {
  .news__list--date {
    font-size: 4vw;
    width: 100%;
    margin-bottom: 10px;
  }
}
.news__list--title {
  width: 80%;
  font-size: 15px;
  font-weight: 500;
  color: #61676E;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news__list--title {
    width: 100%;
    font-size: 4vw;
  }
}
.news .more__btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-top: 20px;
  margin-left: auto;
  font-size: 15px;
  font-weight: normal;
  color: #396FA5;
  padding: 5px 0;
  padding-left: 26px;
  background: url(../img/common/icon_arrow_right_bl.svg) no-repeat;
  background-position: left;
}
.news .more__btn span {
  text-decoration: underline;
}

.concept {
  padding: 0 40px 60px;
  position: relative;
  margin-bottom: 20%;
}
@media screen and (max-width: 768px) {
  .concept {
    overflow: hidden;
    margin-bottom: 14.9333333333vw;
    padding: 0 8vw 16vw;
  }
}
.concept::after {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 94%;
  background: #F1ECE4;
  border-radius: 94px;
}
@media screen and (max-width: 768px) {
  .concept::after {
    top: 25px;
    height: 100%;
    border-radius: 16px;
  }
}
.concept__inner {
  position: relative;
  z-index: 3;
  max-width: 1080px;
  margin: 0 auto;
}
.concept__title {
  font-size: 140px;
  font-weight: bold;
  color: #60B1DF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
  justify-content: center;
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.concept__title h2 img {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .concept__title h2 {
    height: 56px;
  }
}
.concept__contents {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .concept__contents {
    width: 100%;
  }
}
.concept__contents h3 {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.7;
  color: #396FA5;
  margin-bottom: 50px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 1320px) {
  .concept__contents h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .concept__contents h3 {
    font-size: 6.9333333333vw;
    margin-bottom: 8vw;
  }
}
.concept__contents p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .concept__contents p {
    font-size: 4vw;
    margin-bottom: 8vw;
  }
}
.concept__img {
  position: absolute;
  right: 0;
  top: 34%;
  z-index: 4;
  width: 40%;
  max-width: 515px;
}
@media screen and (max-width: 768px) {
  .concept__img {
    position: relative;
    width: 100%;
    transform: translateX(30px);
    top: unset;
    margin-bottom: 8.5333333333vw;
  }
}
.concept__img::before {
  content: "";
  width: 130px;
  height: 130px;
  position: absolute;
  top: -63px;
  left: -46px;
  background: url(../img/top/ashirai-01.svg) no-repeat;
  background-size: 130px;
}
@media screen and (max-width: 768px) {
  .concept__img::before {
    top: unset;
    left: unset;
    right: -25px;
    bottom: -60px;
    background: url(../img/top/ashirai-01-sp.svg) no-repeat;
    background-size: 100px;
  }
}

.feature {
  overflow: hidden;
}
.feature__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.feature__title {
  writing-mode: vertical-rl;
  margin: 0 auto;
  font-weight: 500;
  color: #396FA5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 85px;
  gap: 50px;
  background: url(../img/top/ashirai-title-01.svg) no-repeat;
  background-position: top center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .feature__title {
    gap: 30px;
    margin-bottom: 13.3333333333vw;
  }
}
.feature__title::before {
  content: "";
  width: 214px;
  height: 139px;
  background: url(../img/top/ashirai-title-03.svg) no-repeat;
}
@media screen and (max-width: 768px) {
  .feature__title::before {
    background: url(../img/top/ashirai-title-02-sp.svg) no-repeat;
    width: 22.6666666667vw;
    height: 38.9333333333vw;
  }
}
.feature__title::after {
  content: "";
  width: 240px;
  height: 110px;
  background: url(../img/top/ashirai-title-02.svg) no-repeat;
}
@media screen and (max-width: 768px) {
  .feature__title::after {
    background: url(../img/top/ashirai-title-03-sp.svg) no-repeat;
    width: 24.8vw;
    height: 35.2vw;
    transform: translateY(40px);
  }
}
.feature__title h2 {
  font-size: 40px;
  line-height: 1.5;
  padding: 0 10px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .feature__title h2 {
    font-size: 8.5333333333vw;
  }
}
.feature__title span {
  font-size: 14px;
  color: #3EA3DC;
  vertical-align: bottom;
  font-weight: bold;
  margin-top: 20px;
  display: inline-block;
  transform: translateX(8px);
}
@media screen and (max-width: 768px) {
  .feature__title span {
    font-size: 3.7333333333vw;
  }
}
.feature__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .feature__box {
    display: block;
    padding: 0 2.6666666667vw;
  }
}
.feature__box:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.feature__box + .feature__box {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .feature__box + .feature__box {
    margin-top: 5.3333333333vw;
  }
}
.feature__contents {
  width: 54%;
  padding: 100px 50px 50px;
}
@media screen and (max-width: 768px) {
  .feature__contents {
    width: 100%;
    padding: 18.1333333333vw 6.4vw 0;
    margin-bottom: 10.6666666667vw;
  }
}
.feature__contents h3 {
  font-size: 26px;
  font-weight: 500;
  color: #396FA5;
  line-height: 1.7;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 40px;
}
.feature__contents p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}
.feature__img {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .feature__img {
    width: 100%;
  }
}
.feature__img img {
  width: 100%;
}
.feature .feature__box01 {
  position: relative;
}
.feature .feature__box01 .feature__contents {
  position: relative;
  background: url(../img/top/num-01.png) no-repeat;
  background-position: top left;
  background-size: 125px;
}
@media screen and (max-width: 768px) {
  .feature .feature__box01 {
    padding-bottom: 30px;
  }
}
.feature .feature__box01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 110px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .feature .feature__box01::after {
    left: unset;
    right: 10px;
  }
}
.feature .feature__box02 {
  position: relative;
}
.feature .feature__box02 .feature__contents {
  position: relative;
  background: url(../img/top/num-02.png) no-repeat;
  background-position: top right;
  background-size: 125px;
}
@media screen and (max-width: 768px) {
  .feature .feature__box02 .feature__contents {
    background: url(../img/top/num-02-sp.png) no-repeat;
    background-position: top left;
    background-size: 125px;
  }
}
@media screen and (max-width: 768px) {
  .feature .feature__box02 {
    padding-bottom: 30px;
  }
}
.feature .feature__box02::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 110px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .feature .feature__box02::after {
    left: unset;
    right: 10px;
  }
}
.feature .feature__box03 {
  position: relative;
}
.feature .feature__box03 .feature__contents {
  position: relative;
  background: url(../img/top/num-03.png) no-repeat;
  background-position: top left;
  background-size: 125px;
}
@media screen and (max-width: 768px) {
  .feature .feature__box03 {
    padding-bottom: 30px;
  }
}
.feature .feature__box03::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 110px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .feature .feature__box03::after {
    left: unset;
    right: 10px;
  }
}

.greeting {
  padding: 150px 40px 90px;
}
@media screen and (max-width: 768px) {
  .greeting {
    padding: 10.6666666667vw 5.3333333333vw 18.6666666667vw;
  }
}
.greeting__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.greeting__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .greeting__box {
    display: block;
  }
}
.greeting__img {
  width: 40%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .greeting__img {
    width: 100%;
  }
}
.greeting__img .text {
  position: absolute;
  left: 50px;
  bottom: 70px;
}
@media screen and (max-width: 768px) {
  .greeting__img .text {
    left: 35px;
    bottom: 50px;
  }
}
.greeting__img .text .sub {
  background: #DAE6F1;
  padding: 10px 12px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #396FA5;
  display: inline-block;
}
.greeting__img .text .name {
  padding: 10px 25px;
  background: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.greeting__img .text .name .ja {
  font-size: 32px;
  margin-bottom: 10px;
  display: block;
}
.greeting__img .text .name .en {
  font-size: 16px;
  display: block;
  font-weight: bold;
  color: #AAC7E4;
}
.greeting__contents {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .greeting__contents {
    width: 100%;
    padding: 0 4vw;
  }
}
.greeting__contents .position {
  padding: 10px 16px;
  color: #fff;
  background: linear-gradient(to right, #396FA5, #1EB9EE);
  border-radius: 100px;
  margin-bottom: 50px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .greeting__contents .position {
    font-size: 4.8vw;
    margin-bottom: 6.4vw;
  }
}
.greeting__contents h3 {
  font-size: 34px;
  font-weight: 500;
  color: #396FA5;
  line-height: 1.7;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 50px;
}
@media screen and (max-width: 1320px) {
  .greeting__contents h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .greeting__contents h3 {
    font-size: 6.9333333333vw;
    margin-bottom: 6.4vw;
  }
}
.greeting__contents p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .greeting__contents p {
    font-size: 4vw;
    margin-bottom: 6.4vw;
  }
}

.menu {
  border-radius: 94px;
  padding: 122px 40px 160px;
  background: linear-gradient(to bottom right, #90B8E0, #D4E5C8);
  position: relative;
}
@media screen and (max-width: 768px) {
  .menu {
    border-radius: 16px;
    padding: 10.6666666667vw 2.6666666667vw 13.3333333333vw;
  }
}
.menu::after {
  content: "";
  width: 108px;
  height: 108px;
  background: url(../img/top/ashirai-menu.svg) no-repeat;
  position: absolute;
  bottom: 10%;
  left: 8%;
}
@media screen and (max-width: 768px) {
  .menu::after {
    left: unset;
    right: 5%;
    bottom: unset;
    top: 2%;
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    background-size: contain;
  }
}
.menu__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .menu__inner {
    display: block;
  }
}
.menu__title {
  writing-mode: vertical-rl;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .menu__title {
    writing-mode: horizontal-tb;
    padding: 0 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.menu__title h2 {
  font-size: 36px;
  font-weight: 500;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .menu__title h2 {
    margin-left: 0;
    font-size: 8.5333333333vw;
    margin-bottom: 15px;
  }
}
.menu__title .en {
  font-size: 15px;
  font-weight: bold;
  color: #DAE6F1;
}
@media screen and (max-width: 768px) {
  .menu__title .en {
    font-size: 4vw;
  }
}
.menu__contents {
  width: 80%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .menu__contents {
    display: block;
    width: 100%;
  }
}
.menu__contents h3 {
  writing-mode: vertical-lr;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 56px;
}
@media screen and (max-width: 768px) {
  .menu__contents h3 {
    writing-mode: horizontal-tb;
    padding: 0 5.3333333333vw;
    font-size: 12.2666666667vw;
    margin-bottom: 8vw;
  }
}
.menu__lists {
  width: 85%;
}
@media screen and (max-width: 768px) {
  .menu__lists {
    width: 100%;
  }
}
.menu__list {
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .menu__list {
    padding: 6.4vw;
    display: block;
  }
}
.menu__list--icon {
  display: block;
}
@media screen and (max-width: 768px) {
  .menu__list--icon {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 3.2vw;
  }
  .menu__list--icon span {
    font-size: 6.9333333333vw;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #396FA5;
  }
}
.menu__list--text {
  width: 86%;
}
@media screen and (max-width: 768px) {
  .menu__list--text {
    width: 100%;
  }
}
.menu__list--text h4 {
  color: #396FA5;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .menu__list--text h4 {
    display: none;
  }
}
.menu__list--text p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .menu__list--text p {
    font-size: 4vw;
  }
}
.menu .btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: 0;
  background-color: #F5F8FB;
  color: #396FA5;
  background-image: url(../img/common/icon_arrow_right_bl.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .menu .btn {
    margin-left: 0;
  }
}

.gallery {
  padding: 0 0 140px;
  overflow: hidden;
  background: url(../img/top/ashirai-info-02.svg);
  background-repeat: no-repeat;
  background-position: bottom 20px center;
}
@media screen and (max-width: 768px) {
  .gallery {
    background: url(../img/top/ashirai-info-02-sp.svg);
    background-repeat: no-repeat;
    background-position: bottom 20px left;
    padding-bottom: 21.3333333333vw;
  }
}
.gallery .swiper-wrapper {
  transition-timing-function: linear;
}

.scroll_down {
  position: absolute;
  width: 24px;
  height: 177px;
  right: 20px;
  bottom: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .scroll_down {
    display: none;
  }
}

.scroll_down:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
}

.scroll_down a {
  display: inline-block;
  position: absolute;
  right: 0;
  padding-top: 80px;
  top: 0;
  left: 0;
  z-index: 2;
  width: 13px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  height: 100%;
  color: #798891;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: 0.2s;
  overflow: hidden;
  margin: auto;
}

.scroll_down a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  width: 2px;
  height: 70px;
  background: transparent;
}

.scroll_down a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  width: 2px;
  height: 70px;
  background: #798891;
}

.scroll_down a:hover {
  opacity: 0.5;
}

#type01 a:after {
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* =============================
   Loading Animation
============================= */
.loading {
  position: fixed;
  inset: 0;
  background: #DAE6ED;
  /* 背景色 */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.loading__logo {
  opacity: 0;
  animation: logoFadeIn 1.2s ease forwards;
}
@media screen and (max-width: 768px) {
  .loading__logo {
    width: 200px;
  }
}

/* ロゴをフェードインのみ */
@keyframes logoFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ローディング完了時に全体をフェードアウト */
body.loaded .loading {
  opacity: 0;
  visibility: hidden;
}/*# sourceMappingURL=top.css.map */

/*原稿更新時追記分*/

a:has(.menu__lists),
a:has(.menu__list) {
  text-decoration: none;
  color: inherit;
  display: block; /* ブロック要素化して全体をクリック可能に */
}

a:has(.menu__lists):hover,
a:has(.menu__list):hover {
  text-decoration: none;
  color: inherit;
}