@charset "UTF-8";
main {
  position: relative;
  background: #fff;
}
main::before {
  content: "";
  display: block;
  opacity: 1;
  position: fixed;
  top: 3.5rem;
  left: 0;
  z-index: 0;
  width: 100%;
  aspect-ratio: 414/709;
  background: url("../img/common/mainvisual_bg_sp.svg") no-repeat top center/cover;
  transition: 0.3s opacity ease-in-out;
  pointer-events: none;
}
@media (min-width: 1024px) {
  main::before {
    aspect-ratio: 1920/898;
    background: url("../img/common/mainvisual_bg.svg") no-repeat top center/cover;
  }
}
main.lighten::before {
  opacity: 0.2;
}

section {
  position: relative;
}

.mainvisual {
  height: 43rem;
  margin-bottom: 5rem;
  padding-top: 10.31rem;
  box-sizing: border-box;
  background-color: transparent;
}
@media (min-width: 560px) {
  .mainvisual {
    height: 42rem;
  }
}
@media (min-width: 1024px) {
  .mainvisual {
    height: 68.11rem;
    margin-top: 7.89rem;
    padding-top: 14.5rem;
  }
}

.mainvisual__container {
  justify-content: unset;
  place-content: unset;
}

.mainvisual__ttl {
  position: relative;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 1rem 1rem;
  box-sizing: border-box;
}
.mainvisual__ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc((100vw - 100%) / 2 * -1);
  z-index: 0;
  width: calc(100% + 100vw - 100%);
  height: 100%;
  background: linear-gradient(-30deg, #74b6ee 0, #b2dff2 100%);
}
.mainvisual__ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("../img/mainvisual_number_icon.svg") no-repeat right bottom 2.5rem/16.5rem 9.63rem;
}
@media (min-width: 1024px) {
  .mainvisual__ttl::after {
    background: url("../img/mainvisual_number_icon.svg") no-repeat right center/23rem 15rem;
  }
}

.mainvisual__ttl__icon {
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 12.38rem;
  aspect-ratio: 1/1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .mainvisual__ttl__icon {
    width: 21.5rem;
  }
}
.mainvisual__ttl__icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  left: 50%;
  z-index: 1;
  transform: translateX(-178%);
  width: 6.63rem;
  height: 3.13rem;
  background: url("../img/common/foot.svg") no-repeat center/contain;
}
@media (min-width: 1024px) {
  .mainvisual__ttl__icon::after {
    top: 2rem;
    transform: translateX(-185%);
    width: 11.5rem;
    height: 5.39rem;
  }
}

.mainvisual__ttl__txt {
  position: relative;
  z-index: 2;
  padding-top: 7.69rem;
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 1024px) {
  .mainvisual__ttl__txt {
    padding-top: 13.14rem;
    font-size: 2.78rem;
  }
}
.mainvisual__ttl__txt .en {
  display: block;
  padding-bottom: 1.5rem;
  color: #f53424;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media (min-width: 1024px) {
  .mainvisual__ttl__txt .en {
    padding-bottom: 2rem;
    font-size: 1.67rem;
  }
}

.scroll__btn {
  display: block;
  opacity: 1;
  position: relative;
  z-index: 2;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 1.56rem;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  background: url("../img/common/mainvisual_child_icon.svg") no-repeat center/contain;
  transition: 0.3s opacity ease-in-out;
}
@media (min-width: 1024px) {
  .scroll__btn {
    margin-top: 2.56rem;
    margin-bottom: 4rem;
  }
}
.scroll__btn:hover {
  opacity: 0.75;
}

.mainvisual__ttl__lead {
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 1.13rem;
  line-height: 1.8333333333;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 1024px) {
  .mainvisual__ttl__lead {
    font-size: 1.11rem;
    line-height: 1.8;
  }
}
.mainvisual__ttl__lead .big {
  display: block;
  font-size: 1.1rem;
}
.mainvisual__ttl__lead .small {
  display: block;
  max-width: 20rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.8rem;
  text-align: left;
}

.maruArea {
  position: absolute;
  top: 0;
  right: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 4.24rem;
  height: 4.85rem;
}
@media (min-width: 1024px) {
  .maruArea {
    width: 7.33rem;
    height: 8.39rem;
  }
}

.maru {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 13vw;
  margin: auto;
  aspect-ratio: 1/1;
  background: url(../img/top/maru_body.svg) no-repeat center/cover;
}
@media (min-width: 560px) {
  .maru {
    width: 7.22vw;
  }
}
@media (min-width: 1024px) {
  .maru {
    width: 7.7vw;
  }
}
.maru::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 15.696%;
  height: 21.839%;
  margin: auto;
  background: url(../img/top/maru_tail.svg) no-repeat center/cover;
}
.maru.active {
  animation: bound-anim 1s 1 forwards;
}
.maru.active::after {
  animation: tail-anim 1s 1 forwards;
}
.maru.active .maru_eye {
  animation: maruEye-anim 1s 1 forwards;
}
.maru.active .maru_eye::after {
  animation: maruEyeBlack-anim 1s 1 forwards, maruEyeBlack-anim-infinite 1s infinite 1.4s;
}

.maru_eyes {
  display: flex;
  gap: 11.636%;
  justify-content: center;
  align-items: center;
  margin-top: 29%;
  margin-left: 6%;
}

.maru_eye {
  position: relative;
  width: 29.091%;
  aspect-ratio: 32.01/38.3;
  background: url(../img/top/maru_eye.svg) no-repeat center/cover;
}
.maru_eye::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 72.47%;
  height: 67.959%;
  margin-top: 11%;
  margin-left: 18%;
  border-radius: 50%;
  background: #23214c;
}

@keyframes bound-anim {
  0% {
    opacity: 0;
    top: 0;
    transform: scale(1);
  }
  70% {
    opacity: 1;
    top: -60%;
    transform: scale(0.8, 1.2);
  }
  75% {
    transform: scale(1);
  }
  85% {
    top: 0;
    transform: scale(1.15, 0.9);
  }
  100% {
    opacity: 1;
    top: 0;
    transform: scale(1);
  }
}
@keyframes tail-anim {
  0% {
    bottom: 0;
  }
  85% {
    bottom: 0;
  }
  100% {
    bottom: -14%;
  }
}
@keyframes maruEye-anim {
  0% {
    top: 0;
    transform: scaleY(0);
  }
  70% {
    top: -2%;
  }
  75% {
    top: 2%;
    transform: scaleY(1);
  }
  85% {
    top: 0;
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes maruEyeBlack-anim {
  0% {
    top: -2%;
    transform: scale(1);
  }
  45% {
    top: -22%;
    left: -8%;
    transform: scale(0.4);
  }
  65% {
    top: 25%;
    transform: scale(0.9);
  }
  85% {
    top: 0;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes maruEyeBlack-anim-infinite {
  0% {
    transform: scale(1);
    border-radius: 50%;
  }
  10% {
    transform: scale(1);
    border-radius: 50%;
  }
  15% {
    transform: scaleY(0.2);
    border-radius: 20%;
  }
  95% {
    transform: scale(1);
    border-radius: 50%;
  }
  100% {
    transform: scaleY(0.2);
    border-radius: 20%;
  }
}
/* =============================================
 共通
============================================= */
.border {
  border: 0.5rem solid #f0f0f0;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .border {
    border: 0.83rem solid #f0f0f0;
  }
}

@media (min-width: 1024px) {
  .mainvisual {
    height: 50rem;
  }
}

.mainvisual__ttl::after {
  background: url("../img/tour-application_open/mainvisual_bg_icon.svg") no-repeat right bottom 2.5rem/16.5rem 9.63rem;
}
@media (min-width: 1024px) {
  .mainvisual__ttl::after {
    background: url("../img/tour-application_open/mainvisual_bg_icon.svg") no-repeat right bottom/23rem 15rem;
  }
}

/* =============================================
 このページ
============================================= */
main {
  overflow: hidden;
}

.small_margin {
  margin: 2rem auto 0;
}
@media (min-width: 1024px) {
  .small_margin {
    margin: 4rem auto 0;
  }
}

.middle_margin {
  margin: 4rem auto 0;
}
@media (min-width: 1024px) {
  .middle_margin {
    margin: 7rem auto 0;
  }
}

.imgAndLead,
.schedule {
  display: block;
}
.imgAndLead img,
.schedule img {
  width: 100%;
}
@media (max-width: 1023px) {
  .imgAndLead img,
  .schedule img {
    max-width: 414px;
    margin: auto;
  }
}

.pic {
  background: #fff;
}
.pic img {
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  aspect-ratio: 342/175;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .pic img {
    padding: 1.666rem;
  }
}

.btnWrap {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .btnWrap {
    gap: 2.5rem;
    margin-top: 2.777rem;
  }
}

/* =============================================
 Tour Application Open
============================================= */
.tApp_box {
  margin-bottom: 5.5rem;
}

.tApp_tit {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .tApp_tit {
    font-size: 1.75rem;
  }
}

.tApp_tbl {
  width: 100%;
  border: 1px solid #000;
  border-collapse: collapse;
  border-spacing: 0;
}
.tApp_tbl th {
  background: #1b76e4;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 0.8rem 0;
  font-weight: 500;
}
.tApp_tbl td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 0.8rem 1rem;
  font-weight: 400;
  background: #fff;
}
.tApp_tbl td:nth-of-type(1) {
  background: #e8f1fc;
  font-weight: 500;
  text-align: center;
}
.tApp_tbl a.btn {
  background: #f53424;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 0.6rem 0;
  border-radius: 2.5rem;
  display: block;
  border: 1px solid #f53424;
}
.tApp_tbl a.btn::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: currentColor;
  mask-image: url("../img/common/icon_btn_exlink.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  display: inline-block;
  margin-left: 0.5rem;
}
.tApp_tbl a.btn:hover {
  background: #fff;
  color: #f53424;
}

.tApp_tbl1 th {
  width: 32.4%;
}
.tApp_tbl1 th:nth-of-type(1) {
  width: 15.7%;
}
.tApp_tbl1 th:nth-of-type(4) {
  width: 19.5%;
}

.tApp_tbl2 th:nth-of-type(1) {
  width: 15.7%;
}
.tApp_tbl2 th:nth-of-type(2) {
  width: 32.5%;
}
.tApp_tbl2 th:nth-of-type(3) {
  width: 51.8%;
}
.tApp_tbl2 td:nth-of-type(3) {
  width: 25.9%;
}

.swipe {
  display: none;
}

@media (max-width: 1023px) {
  .tApp_scroll {
    overflow-x: scroll;
    width: 100%;
  }
  .tApp_tbl {
    width: 991px;
    border-left: none;
  }
  .tApp_tbl th:nth-of-type(1),
  .tApp_tbl td:nth-of-type(1) {
    position: sticky;
    left: 0px;
    border-left: none;
    border-right: none;
  }
  .tApp_tbl th:nth-of-type(1)::before,
  .tApp_tbl td:nth-of-type(1)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #000;
    display: block;
    z-index: 2;
  }
  .tApp_tbl th:nth-of-type(1)::after,
  .tApp_tbl td:nth-of-type(1)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #000;
    display: block;
    z-index: 2;
  }
  .swipe {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.7rem;
  }
  .swipe span {
    background: #0c4097;
    border-radius: 5px;
    color: #fff;
    padding: 0.3rem 0.7rem;
    margin-right: 1rem;
    font-size: 0.8rem;
  }
  .swipe::after {
    content: "";
    width: 2.5rem;
    height: 1rem;
    background: url("../img/common/icon_swipe.png") no-repeat center center/100% auto;
  }
}
@media (max-width: 559px) {
  .tApp_tbl {
    width: 770px;
  }
}
.tApp_note {
  margin-top: 1.2rem;
}

.tApp_step .item {
  border: 2px solid #0c4097;
  border-radius: 10px;
  padding: 1.25rem;
  background: #fff;
}
@media (min-width: 1024px) {
  .tApp_step .item {
    padding: 1.875rem;
  }
}
.tApp_step .item:not(:last-of-type) {
  margin-bottom: 3.375rem;
  position: relative;
}
.tApp_step .item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: -2.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1.625rem solid transparent;
  border-right: 1.625rem solid transparent;
  border-top: 1rem solid #9e9e9e;
  display: block;
  line-height: 1;
}
.tApp_step .heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.8rem;
}
.tApp_step .num {
  width: 7rem;
  background: #1b76e4;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.1;
  padding: 0.6rem 0 0.3rem;
  text-align: center;
  border-radius: 1rem;
}
@media (min-width: 1024px) {
  .tApp_step .num {
    font-size: 1.25rem;
    width: 8.75rem;
    border-radius: 1.25rem;
  }
}
.tApp_step .tit {
  width: calc(100% - 8rem);
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .tApp_step .tit {
    width: calc(100% - 10rem);
    font-size: 1.75rem;
    line-height: 1.2;
  }
}/*# sourceMappingURL=tour-application_open.min.css.map */