@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: black;
  background-color: #C6D5E5;
}

.pc {
  display: none !important;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  display: block;
}

p {
  margin: 0;
}

html #wpadminbar {
  display: none;
}

.fadeinElem {
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.fadeinElem.toUp {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.fadeinElem.show {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

.fixed-banner {
  position: fixed;
  width: 100%;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-width: 500px;
}

.fixed-banner.active {
  opacity: 1;
  pointer-events: unset;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fixed-nav {
  display: none;
}

@-webkit-keyframes arrowmove {
  0% {
    bottom: 38px;
  }
  50% {
    bottom: 52px;
  }
  100% {
    bottom: 38px;
  }
}

@keyframes arrowmove {
  0% {
    bottom: 38px;
  }
  50% {
    bottom: 52px;
  }
  100% {
    bottom: 38px;
  }
}
main {
  margin: 0 auto;
  max-width: 500px;
  background-color: #F5F5F5;
  position: relative;
}
main .common__title {
  font-size: 57px;
  text-align: center;
  font-weight: 700;
  -webkit-text-stroke: 1px black;
  color: white;
  line-height: 1.6;
}
main .common__subtitle {
  font-size: 16px;
  font-weight: 900;
  color: #4B4B4B;
  text-align: center;
}
main .fv {
  position: relative;
  background-image: url(../images/fv_bg.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 100dvh;
  max-height: 768px;
}
main .fv .fv__inner {
  position: absolute;
  left: 23px;
  bottom: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  font-weight: 700;
}
main .fv .fv__inner .date {
  font-size: 38px;
  line-height: 1.2;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
}
main .fv .fv__inner .time {
  font-size: 20px;
  margin-bottom: 17px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
}
main .fv .fv__inner .title {
  font-size: 21px;
  color: #7C95BA;
  padding: 2px;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 4px;
}
main .fv .fv__inner .text {
  font-size: 15px;
  margin-top: 8px;
}
main .fv .scroll-logo {
  position: absolute;
  right: 57px;
  bottom: 45px;
  width: 20px;
  -webkit-animation: arrowmove 1s ease-in-out infinite;
          animation: arrowmove 1s ease-in-out infinite;
}
main .sec1 {
  padding-top: 54px;
}
main .sec1 .sec1__logo {
  width: 180px;
  margin: 20px auto;
}
main .sec1 .sec1__bg-title {
  width: 190px;
  margin: 0 auto;
}
main .sec1 .sec1__text-box {
  position: relative;
  background-image: url(../images/sec1_text_bg.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 25px;
  padding-bottom: 40px;
}
main .sec1 .sec1__text-box .sec1__text {
  width: 90%;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 700;
  line-height: 2.1;
  text-align: center;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
main .sec2 {
  padding-top: 80px;
  padding-bottom: 100px;
}
main .sec2 .sec2__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 20px;
  color: #4B4B4B;
  margin-bottom: 40px;
  text-align: center;
}
main .sec2 .sec2__item {
  width: 100%;
  padding-top: 50px;
}
main .sec2 .sec2__item--first {
  padding-top: 0;
}
main .sec3 {
  padding-top: 54px;
  padding-bottom: 40px;
  background-color: #fff;
}
main .sec3 .sec3__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 20px;
  color: #4B4B4B;
  margin-bottom: 40px;
  text-align: center;
}
main .sec3 .sec3__box {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .sec3 .sec3__box .sec3__box__item {
  width: 48.5%;
  position: relative;
  margin-bottom: 17px;
}
main .sec3 .sec3__box .sec3__box__item .item__title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 3px;
  background-color: black;
  color: white;
  font-size: 19px;
  font-weight: 700;
}
main .sec3 .sec3__img {
  margin-top: 30px;
  width: 100%;
}
main .sec4 {
  padding-top: 54px;
  padding-bottom: 65px;
  background-color: #D8E4F3;
}
main .sec4 .common__subtitle {
  margin-bottom: 20px;
}
main .sec4 .sec4__item {
  margin: 0 auto;
  width: 300px;
  border: 1px solid #000;
  border-bottom: none;
  position: relative;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 0;
}
main .sec4 .sec4__item .time {
  position: absolute;
  width: 67px;
  height: 23px;
  left: 0;
  top: 0;
  line-height: 20px;
  color: white;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  background-color: black;
  letter-spacing: 0.1em;
}
main .sec4 .sec4__item .title {
  line-height: 1.4;
  font-size: 19px;
  font-weight: 500;
  padding-left: 110px;
}
main .sec4 .sec4__item:last-child {
  border-bottom: 1px solid #000;
}
main .sec5 {
  padding-top: 54px;
  padding-bottom: 60px;
}
main .sec5 .common__subtitle {
  margin-bottom: 23px;
}
main .sec5 .sec5__item {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 10px;
}
main .sec6 {
  padding-top: 54px;
  padding-bottom: 85px;
  background-color: #fff;
}
main .sec6 .sec6__map {
  width: 94%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
}
main .sec6 .sec6__map iframe {
  width: 100%;
  height: 350px;
  border-radius: 12px;
  overflow: hidden;
}
main .sec6 .sec6__content {
  width: 90%;
  margin: 0 auto;
}
main .sec6 .sec6__content .sec6__bg-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: black;
  color: white;
  font-size: 18px;
  font-weight: 500;
  padding: 4px;
  margin-bottom: 1px;
  letter-spacing: 0.1em;
}
main .sec6 .sec6__content .sec6__bg-text2 {
  margin-top: 45px;
}
main .sec6 .sec6__content .sec6__text {
  margin-top: 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}
main .sec6 .sec6_img {
  width: 100%;
  margin-top: 18px;
}
main .sec7 {
  padding-top: 54px;
  padding-bottom: 95px;
  background-color: #D8E4F3;
}
main .sec7 .sec7__content1 {
  width: 90%;
  margin: 0 auto;
  margin-top: 23px;
}
main .sec7 .sec7__title-img {
  width: 213px;
  padding-left: 6px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 30px;
}
main .sec7 .sec7__item {
  width: 90%;
  margin: 0 auto;
}
main .sec7 .sec7__bg-title {
  margin: 0 auto;
  width: 90%;
  margin-top: 80px;
}
main .sec7 .arrow {
  width: 20px;
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 30px;
}
main .sec7 .sec7__btn {
  width: 90%;
  margin: 0 auto;
  background-color: #0EA1C4;
  border-radius: 12px;
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 29px 0;
  font-size: 19px;
  font-weight: 700;
  color: white;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .sec7 .sec7__btn:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .sec8 {
  padding-top: 54px;
  padding-bottom: 90px;
  background-color: #fff;
}
main .sec8 .sec8__title {
  margin: 0 auto;
  margin-top: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: black;
  color: white;
  padding: 1px 7px 3px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
main .sec8 .sec8__text {
  font-size: 23px;
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 18px;
}
main .sec8 .sec8__box {
  width: 300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .sec8 .sec8__box .sec8__box__item {
  width: 33.3333333333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main .sec8 .sec8__box .sec8__box__item img {
  width: 80px;
  margin: 0 auto;
  padding: 10px 0;
}
main .sec8 .sec8__box .sec8__box__item:nth-child(1) {
  border-bottom: 1px solid #D9D9D9;
}
main .sec8 .sec8__box .sec8__box__item:nth-child(2) {
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
main .sec8 .sec8__box .sec8__box__item:nth-child(3) {
  border-bottom: 1px solid #D9D9D9;
}
main .sec8 .sec8__box .sec8__box__item:nth-child(5) {
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}
main .sec8 .sec8__box .sec8__box__item.finished img {
  opacity: 0.1;
}
main .sec8 .sec8__last-text {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-top: 25px;
}

footer {
  margin: 0 auto;
  background-color: #F5F5F5;
  max-width: 500px;
  padding-top: 50px;
  padding-bottom: 35px;
  margin-bottom: 64px;
  position: relative;
}
footer .footer__logo {
  width: 180px;
  margin: 0 auto;
  margin-bottom: 24px;
}
footer .footer__text {
  font-size: 14px;
  text-align: center;
  margin-bottom: 18px;
  letter-spacing: 0.1em;
}
footer .footer__link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
footer .footer__link-box .link {
  padding: 0 7px;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: auto;
}
footer .footer__link-box .link:nth-child(2) {
  border-left: 1px solid #D1D1D1;
  border-right: 1px solid #D1D1D1;
}
footer .footer__link-box .link:hover {
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .footer__sns-box {
  width: 240px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer__sns-box .sns {
  width: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .footer__sns-box .sns:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .copyright {
  margin-top: 28px;
  text-align: center;
  font-size: 10px;
}

@media screen and (min-width: 500px) {
  main {
    width: 330px;
    max-width: 375px;
    margin-right: unset;
  }
  .fixed-banner {
    width: 330px;
    max-width: 375px;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    right: 0;
  }
  .fixed-nav {
    display: block;
    width: calc(100% - 330px);
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    overflow: scroll;
  }
  .fixed-nav .fixed-nav__inner {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 600px;
  }
  .fixed-nav .fixed-nav__inner .fixed-nav__logo {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .fixed-nav .fixed-nav__inner .fixed-nav__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fixed-nav .fixed-nav__inner .fixed-nav__list li {
    width: 46%;
    border-top: 2px solid white;
    min-width: 150px;
  }
  .fixed-nav .fixed-nav__inner .fixed-nav__list li a {
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    position: relative;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .fixed-nav .fixed-nav__inner .fixed-nav__list li a .arrow {
    width: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .fixed-nav .fixed-nav__inner .fixed-nav__list li a .title {
    font-size: clamp(23px, 2vw, 30px);
    font-weight: 900;
    -webkit-text-stroke: 1px white;
    color: rgba(255, 255, 255, 0);
    line-height: 1;
    margin-bottom: 10px;
  }
  .fixed-nav .fixed-nav__inner .fixed-nav__list li a .subtitle {
    font-size: 15px;
    font-weight: 700;
    color: white;
  }
  .fixed-nav .fixed-nav__inner .fixed-nav__list li a:hover {
    opacity: 0.3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .fixed-nav .fixed-nav__inner .fixed-nav__title {
    display: none;
    margin-top: 55px;
    width: 100%;
    margin-bottom: 25px;
  }
  .fixed-nav .fixed-nav__inner .fixed-nav__box {
    width: 100%;
    display: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fixed-nav .fixed-nav__inner .fixed-nav__box .fixed-nav__img {
    width: 49%;
  }
  .fixed-nav .fixed-nav__inner .fixed-nav__box .fixed-nav__content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: white;
  }
  .fixed-nav .fixed-nav__inner .fixed-nav__box .fixed-nav__content .date {
    font-size: clamp(80px, 8.75vw, 126px);
    letter-spacing: -0.03em;
    line-height: 1;
    margin-top: -25px;
  }
  .fixed-nav .fixed-nav__inner .fixed-nav__box .fixed-nav__content .time {
    font-size: clamp(35px, 3.33vw, 48px);
    font-weight: 700;
    margin-top: 0.5vw;
  }
  footer {
    width: 330px;
    margin-right: unset;
    max-width: 375px;
  }
}
@media screen and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  main {
    width: 375px;
    margin-right: 227px;
    z-index: 2;
  }
  .fixed-banner {
    left: unset;
    right: 227px;
    -webkit-transform: unset;
            transform: unset;
    width: 375px;
  }
  .fixed-bg {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-image: url(../images/pc_bg.jpg);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
  }
  .fixed-nav {
    width: calc(100% - 602px);
  }
  .fixed-nav .fixed-nav__inner {
    width: 72%;
    min-width: 370px;
  }
  .fixed-nav .fixed-nav__inner .fixed-nav__logo {
    width: 100%;
  }
  .fixed-nav .fixed-nav__inner .fixed-nav__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fixed-nav .fixed-nav__inner .fixed-nav__list li {
    min-width: 180px;
  }
  .fixed-nav .fixed-nav__inner .fixed-nav__list li a {
    height: 84px;
  }
  .fixed-nav .fixed-nav__inner .fixed-nav__list li a .arrow {
    width: 10px;
  }
  .fixed-nav .fixed-nav__inner .fixed-nav__list li a .title {
    font-size: clamp(28px, 2.49vw, 34px);
    margin-bottom: 10px;
  }
  .fixed-nav .fixed-nav__inner .fixed-nav__list li a .subtitle {
    font-size: 18px;
  }
  .fixed-nav .fixed-nav__inner .fixed-nav__title {
    display: block;
  }
  .fixed-nav .fixed-nav__inner .fixed-nav__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fixed-sns {
    width: 227px;
    position: fixed;
    height: 100vh;
    right: 0;
    top: 0;
  }
  .fixed-sns .fixed-sns__inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .fixed-sns .fixed-sns__inner .fixed-sns__list {
    margin-bottom: 95px;
  }
  .fixed-sns .fixed-sns__inner .fixed-sns__list .fixed-sns__list__item {
    margin-bottom: 54px;
  }
  .fixed-sns .fixed-sns__inner .fixed-sns__list .fixed-sns__list__item a {
    width: 30px;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .fixed-sns .fixed-sns__inner .fixed-sns__list .fixed-sns__list__item a:hover {
    opacity: 0.3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .fixed-sns .fixed-sns__inner .fixed-sns__list .fixed-sns__list__item:last-child {
    margin-bottom: 0;
  }
  .fixed-sns .fixed-sns__inner .fixed-sns__link {
    margin: 0 auto;
    font-size: 12px;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 3px;
    border-bottom: 1px solid white;
    color: white;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 24px;
  }
  .fixed-sns .fixed-sns__inner .fixed-sns__link:last-child {
    margin-bottom: 0;
  }
  .fixed-sns .fixed-sns__inner .fixed-sns__link:hover {
    opacity: 0.3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  footer {
    margin-left: auto;
    margin-right: 227px;
    width: 375px;
  }
}/*# sourceMappingURL=style.css.map */