@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  padding-left: 0 !important;
  overflow-x: clip;
  width: 100%;
  padding-bottom: 80px;
  background: #F5F4EC;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 14px;
  }
}

a:link,
a:visited,
a:hover,
a:active {
  color: #000;
}

ul {
  list-style: none;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

.l-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: none;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    background: #fff;
    height: 60px;
  }
}
.l-header .logo {
  padding: 16px 24px;
  width: 269.5px;
}
@media screen and (max-width: 767px) {
  .l-header .logo {
    padding: 10px 16px;
    width: 155px;
  }
}

.main-visual {
  padding: 50px 70px;
  height: min(1541px, 90.6470588235vw);
  background: url(../images/bg_mainvisual.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .main-visual {
    padding: 16vw 8px;
    height: 188vw;
    background: url(../images/bg_mainvisual_sp.png) no-repeat center center;
    background-size: cover;
  }
}
.main-visual .title {
  width: 90%;
  max-width: 961px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .main-visual .title {
    width: 100%;
  }
}

.section-point {
  background: #CFEEFF;
  padding: 100px 16px 120px;
}
@media screen and (max-width: 767px) {
  .section-point {
    padding: 50px 16px 90px;
  }
}
.section-point .inner {
  width: 100%;
  max-width: 980px;
  margin-inline: auto;
}
.section-point h2 {
  text-align: center;
}
.section-point .pointlist .each {
  position: relative;
  max-width: 900px;
  width: 91.8367346939%;
  margin: 80px auto 0;
  padding: 40px 60px;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .section-point .pointlist .each {
    width: 100%;
    margin-top: 65px;
    padding: 40px 20px;
  }
}
.section-point .pointlist .each .label {
  position: absolute;
  left: -4.4444444444%;
  top: 0;
  width: 11.1111111111%;
  transform: translateY(-40%);
}
@media screen and (max-width: 767px) {
  .section-point .pointlist .each .label {
    width: 70px;
    left: calc(50% - 35px);
    transform: translateY(-50%);
  }
}
.section-point .pointlist .each .lead {
  font-size: 30px;
  font-weight: 700;
  color: #00369F;
}
@media screen and (max-width: 767px) {
  .section-point .pointlist .each .lead {
    font-size: 18px;
    text-align: center;
  }
}
.section-point .pointlist .each .body {
  margin-top: 15px;
  line-height: 1.78;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .section-point .pointlist .each .body {
    font-size: 14px;
  }
}
.section-point .pointlist .each .body sup {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .section-point .pointlist .each .body sup {
    font-size: 9px;
  }
}
.section-point .pointlist .each .body sub {
  font-size: 12px;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .section-point .pointlist .each .body sub {
    font-size: 9px;
  }
}
.section-point .pointlist .each .note {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .section-point .pointlist .each .note {
    font-size: 12px;
  }
}
.section-point .pointlist .each .img {
  margin-top: 30px;
}
.section-point .pointlist .each-column2-pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-point .pointlist .each-column2-pc {
    display: block;
  }
}
.section-point .pointlist .each-column2-pc .text {
  width: 46.6666666667%;
}
@media screen and (max-width: 767px) {
  .section-point .pointlist .each-column2-pc .text {
    width: 100%;
  }
}
.section-point .pointlist .each-column2-pc .img {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-point .pointlist .each-column2-pc .img {
    width: 100%;
  }
}
.section-point .precaution {
  max-width: 900px;
  margin: 80px auto 0;
  padding: 40px 60px;
  background: #fff;
  border: 1px solid #EE3C3C;
}
@media screen and (max-width: 767px) {
  .section-point .precaution {
    margin-top: 55px;
    padding: 27px 20px;
  }
}
.section-point .precaution .lead {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .section-point .precaution .lead {
    font-size: 18px;
    padding-left: 42px;
  }
}
.section-point .precaution .lead:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(../images/ico_precaution.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .section-point .precaution .lead:before {
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
  }
}
.section-point .precaution .body {
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .section-point .precaution .body {
    font-size: 14px;
  }
}

.section-guide {
  background: url(../images/bg_guide.jpg) no-repeat center center;
  background-size: cover;
  padding: 95px 16px;
}
@media screen and (max-width: 767px) {
  .section-guide {
    padding: 60px 16px;
  }
}
.section-guide .inner {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}
.section-guide h2 {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .section-guide h2 {
    font-size: 23px;
  }
}
.section-guide h2 span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 3px solid #fff;
}
@media screen and (max-width: 767px) {
  .section-guide h2 span {
    border-bottom: 1px solid #fff;
  }
}
.section-guide .content {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .section-guide .content {
    display: block;
    margin-top: 18px;
  }
}
.section-guide .content .body {
  width: 69.3333333333%;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .section-guide .content .body {
    width: 100%;
    font-size: 13px;
  }
}
.section-guide .content .img {
  width: 24.5555555556%;
}
@media screen and (max-width: 767px) {
  .section-guide .content .img {
    width: 180px;
    margin: 40px auto 0;
  }
}

.section-movie {
  padding: 155px 16px 105px;
  background: #BEEDF8 url(../images/bg_movie.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .section-movie {
    padding: 78px 16px 52px;
  }
}
.section-movie .inner {
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
  padding: 80px 20px 95px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .section-movie .inner {
    padding: 35px 20px;
  }
}
.section-movie h2 {
  position: absolute;
  top: -45px;
  left: calc(50% - 286px);
  font-size: 40px;
  font-weight: 700;
  color: #00369F;
  letter-spacing: 0.05em;
  border: 1px solid #00369F;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .section-movie h2 {
    font-size: 20px;
    top: -25px;
    left: calc(50% - 144px);
  }
}
.section-movie h2 span {
  position: relative;
  display: inline-block;
  padding: 16px 40px;
  background: #fff;
  border: 1px solid #00369F;
}
@media screen and (max-width: 767px) {
  .section-movie h2 span {
    padding: 8px 20px;
  }
}
.section-movie h2:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: #00369F;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section-movie h2:before {
    top: 5px;
    left: 5px;
  }
}
.section-movie .body {
  font-size: 26px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section-movie .body {
    font-size: 12px;
  }
}
.section-movie .youtube {
  position: relative;
  width: 100%;
  max-width: 712px;
  margin: 30px auto 0;
  aspect-ratio: 712/400;
}
@media screen and (max-width: 767px) {
  .section-movie .youtube {
    margin-top: 15px;
  }
}
.section-movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-banner {
  padding: 45px 16px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .block-banner {
    padding: 40px 16px;
  }
}
.block-banner .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 778px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .block-banner .inner {
    justify-content: center;
    max-width: 251px;
    gap: 20px;
  }
}
.block-banner .inner .each {
  display: block;
  width: 47.557840617%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .block-banner .inner .each {
    width: 100%;
  }
}
.block-banner .inner .each img {
  transition: opacity 0.3s;
}
.block-banner .inner .each:hover img {
  opacity: 0.75;
}
.block-banner .inner .desc {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .block-banner .inner .desc {
    font-size: 15px;
  }
}
.block-banner .inner .desc span {
  display: inline-block;
  border-bottom: 3px solid #26C6E9;
}
@media screen and (max-width: 767px) {
  .block-banner .inner .desc span {
    border-bottom: 1px solid #26C6E9;
  }
}

.footer-info {
  padding: min(105px, 6.1764705882vw) 16px min(689px, 40.5294117647vw);
  background: url(../images/bg_footer.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .footer-info {
    padding: min(70px, 22.6666666667vw) 16px min(604px, 80.5333333333vw);
  }
}
.footer-info .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-inline: auto;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .footer-info .inner {
    display: block;
  }
}
.footer-info .info {
  width: 334px;
}
@media screen and (max-width: 767px) {
  .footer-info .info {
    width: 100%;
    text-align: center;
  }
}
.footer-info .info .logo {
  width: 302px;
}
@media screen and (max-width: 767px) {
  .footer-info .info .logo {
    width: 166px;
    margin-inline: auto;
  }
}
.footer-info .info .address {
  margin-top: 30px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .footer-info .info .address {
    font-size: 11px;
    margin-top: 15px;
  }
}
.footer-info .sns {
  width: 347px;
  display: flex;
  gap: 30px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .footer-info .sns {
    width: 100%;
    justify-content: center;
    gap: 16px;
    margin-top: 15px;
  }
}
.footer-info .sns li {
  width: 44px;
}
@media screen and (max-width: 767px) {
  .footer-info .sns li {
    width: 40px;
  }
}

.footer-copyright {
  background: #fff;
  padding: 8px;
  font-size: 12px;
  text-align: center;
}

.menu-fixed {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  top: 0;
  right: 0;
  height: calc(100vh - 80px);
  z-index: 1001;
}
@media screen and (max-width: 767px) {
  .menu-fixed {
    display: none;
  }
}
.menu-fixed .each {
  text-decoration: none;
  display: flex;
  justify-content: center;
  width: 68px;
  padding: 2.380952381vh 0;
  border-radius: 10px 0 0 10px;
  border-top: 3px solid #00369F;
  border-left: 3px solid #00369F;
  border-bottom: 3px solid #00369F;
  background: #FFF38A;
  align-items: center;
  writing-mode: vertical-rl;
  font-size: min(16px, 1.9047619048vh);
  font-weight: 700;
  color: #00369F;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.menu-fixed .each img {
  vertical-align: baseline;
  height: 1.6666666667vh;
  max-height: 14px;
  width: auto;
}

.btns-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  display: flex;
  z-index: 900;
}
@media screen and (max-width: 767px) {
  .btns-fixed {
    height: 60px;
  }
}
.btns-fixed .each {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .btns-fixed .each {
    font-size: 14px;
  }
}
.btns-fixed .each span {
  position: relative;
  display: inline-block;
  padding-left: 75px;
}
@media screen and (max-width: 767px) {
  .btns-fixed .each span {
    padding-left: 35px;
  }
}
.btns-fixed .each span:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 18px);
  width: 50px;
  height: 36px;
}
@media screen and (max-width: 767px) {
  .btns-fixed .each span:before {
    top: calc(50% - 10px);
    width: 25px;
    height: 19px;
  }
}
.btns-fixed .request {
  background: #00369F;
}
.btns-fixed .request span:before {
  background: url(../images/ico_document.svg) no-repeat center center;
  background-size: contain;
}
.btns-fixed .internet {
  background: #E127AD;
}
.btns-fixed .internet span:before {
  background: url(../images/ico_computer.svg) no-repeat center center;
  background-size: contain;
}

.menu-hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: #00369F;
  padding: 14px;
  outline: none;
  box-shadow: none;
  border: none;
}
.menu-hamburger .bar {
  position: relative;
  width: 27px;
  height: 20px;
  margin-inline: auto;
}
.menu-hamburger .bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform-origin: center top;
  transition: 0.3s;
}
.menu-hamburger .bar:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform-origin: center bottom;
  transition: 0.3s;
}
.menu-hamburger .bar span {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 100%;
  height: 2px;
  background: #fff;
  transition: opacity 0.3s;
}
.menu-hamburger .text {
  position: relative;
  margin-top: 5px;
}
.menu-hamburger .text:before {
  content: "MENU";
  font-size: 10px;
  color: #fff;
}
.menu-hamburger.is-open .bar:before {
  transform: rotate(45deg);
  top: calc(50% - 1px);
}
.menu-hamburger.is-open .bar:after {
  transform: rotate(-45deg);
  bottom: calc(50% - 1px);
}
.menu-hamburger.is-open .bar span {
  opacity: 0;
}
.menu-hamburger.is-open .text:before {
  content: "CLOSE";
}

.menu-content {
  display: none;
  position: fixed;
  top: 60px;
  width: 100%;
  height: calc(100% - 60px);
  padding: 40px 16px;
  background: #CFEEFF;
}
.menu-content .mainlist .each {
  position: relative;
  display: block;
  padding: 15px 15px 15px 10px;
  color: #00369F;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #5AAAE3;
}
.menu-content .mainlist .each:after {
  content: ">";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(0.4, 1);
  font-size: 20px;
}
.menu-content .btn-request {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 50px;
  padding: 20px 40px;
  text-decoration: none;
  background: #00369F;
  color: #fff;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.menu-content .btn-request:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 58px;
  height: 20px;
  background: url(../images/ico_document.svg) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
.menu-content .btn-request:after {
  content: ">";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) scale(0.4, 1);
  font-size: 20px;
}
.menu-content .btn-internet {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 22px;
  padding: 20px 40px;
  text-decoration: none;
  background: #E127AD;
  color: #fff;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.menu-content .btn-internet:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 58px;
  height: 20px;
  background: url(../images/ico_document.svg) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
.menu-content .btn-internet:after {
  content: ">";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) scale(0.4, 1);
  font-size: 20px;
}

.animate {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s, transform 0.8s;
}
.animate.is-on {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */