@charset "UTF-8";
/* マップ型変数breakpointsを定義 */
/* ====================================================
// common - 共通
==================================================== */
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  font-size: 2.2rem;
  line-height: 1.7;
  color: #333;
  letter-spacing: 0.08em;
  background-image: url(../img/bg1.jpeg);
  background-image: url(../img/bg1.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4.5vw;
    background: none;
  }
}

a {
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
}

img {
  vertical-align: middle;
}

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

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

.wrapper {
  width: 53rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
  }
}

.shadow {
  box-shadow: 0 0 2rem 2rem rgba(0, 0, 0, 0.0745098039);
}

.container {
  width: 53rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

.inner {
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 3vw;
  }
}

.yellow {
  color: #f4d50d;
}

.pink {
  color: #f44c57;
}

.green {
  color: #364b31;
}

.red {
  color: #c1272d;
}

.bold {
  font-weight: bold;
}

.marker {
  background: linear-gradient(transparent 70%, #f4d50d 0%);
  display: inline;
  padding: 0;
}

.marker-bk {
  background: linear-gradient(transparent 90%, #333 0%);
  display: inline;
  padding: 0.6rem 0.4rem;
}

.section {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 12vw 0;
  }
}

.title {
  text-align: center;
  margin-bottom: 6rem;
  font-weight: bold;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 6vw;
    margin-bottom: 8vw;
  }
}

.title.-small {
  width: 36%;
}

.microCopy {
  width: 90%;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.btn {
  filter: drop-shadow(0 0 0.6rem rgba(0, 51, 0, 0.1882352941));
}

.shiny-btn {
  overflow: hidden;
  border-radius: 5rem;
  z-index: 1;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .shiny-btn {
    border-radius: 10vw;
  }
}

.shiny-btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn 5s ease-in-out infinite;
}

@keyframes shiny-btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.en {
  font-family: "Roboto", sans-serif;
}

/* ====================================================
// FV
==================================================== */
.firstView {
  position: relative;
}

.firstView__number {
  position: absolute;
  white-space: nowrap;
  font-size: 4.8rem;
  top: 26.2rem;
  left: 74%;
  font-weight: bold;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .firstView__number {
    font-size: 9vw;
    top: 50vw;
    left: 74%;
    transform: translateX(-50%);
  }
}

.firstView__number .small {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .firstView__number .small {
    font-size: 6vw;
  }
}

.firstView__desc {
  position: absolute;
  white-space: nowrap;
  font-size: 1.3rem;
  top: 37rem;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .firstView__desc {
    font-size: 2.6vw;
    top: 70vw;
    right: 4vw;
  }
}

.firstView__btn {
  position: absolute;
  width: 90%;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .firstView__btn {
    bottom: 3.2vw;
  }
}

/* ====================================================
// cta
==================================================== */
.cta {
  position: relative;
}

.cta__btns {
  position: absolute;
  width: 86%;
  left: 50%;
  bottom: 32.6rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .cta__btns {
    bottom: 61vw;
  }
}

.cta__btn.-web {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .cta__btn.-web {
    margin-bottom: 2vw;
  }
}

.limit {
  position: absolute;
  white-space: nowrap;
  left: 50%;
  bottom: 21.5rem;
  transform: translateX(-50%);
  font-size: 3.2rem;
  color: #c1272d;
}
@media screen and (max-width: 767px) {
  .limit {
    bottom: 40vw;
    font-size: 6vw;
  }
}

.limit .large {
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  .limit .large {
    font-size: 8vw;
  }
}

/* ====================================================
// movie
==================================================== */
video {
  width: 100%;
  height: auto;
  display: block;
}

.video {
  padding: 1rem 0;
  background-color: #faf6ed;
}

/* ====================================================
//flow - よくある質問
==================================================== */
.flow {
  position: relative;
}

.flow__btns {
  position: absolute;
  width: 82%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 13.6rem;
}
@media screen and (max-width: 767px) {
  .flow__btns {
    bottom: 26vw;
  }
}

.flow__btn.-web {
  margin-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .flow__btn.-web {
    margin-bottom: 27vw;
  }
}

/* ====================================================
// qa - よくある質問
==================================================== */
.qa__title {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .qa__title {
    margin-bottom: 6vw;
  }
}

.qa__item:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .qa__item:not(:last-child) {
    margin-bottom: 4vw;
  }
}

.qa__question {
  cursor: pointer;
  padding: 3rem 6rem 2.8rem 8.4rem;
  position: relative;
  background-color: #faf6ed;
  border-radius: 4rem;
  font-size: 2.2rem;
  letter-spacing: 0.16em;
  text-align: left;
  box-shadow: 1rem 1rem 1rem rgba(68, 78, 98, 0.0705882353);
}
@media screen and (max-width: 767px) {
  .qa__question {
    padding: 6vw 10vw 5.7vw 14vw;
    font-size: 4.5vw;
    border-radius: 6vw;
    letter-spacing: 0.1em;
  }
}

.qa__question::before {
  content: "";
  display: inline-block;
  background-image: url(../img/question.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 3rem;
  left: 3rem;
}
@media screen and (max-width: 767px) {
  .qa__question::before {
    width: 6.4vw;
    height: 6.4vw;
    right: 3vw;
    left: 4vw;
    top: 7vw;
  }
}

.qa__question::after {
  content: "";
  display: inline-block;
  background-image: url(../img/plus.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .qa__question::after {
    width: 4vw;
    height: 4vw;
    right: 4vw;
  }
}

.qa__question.is-active::after {
  background-image: url(../img/minus.svg);
}

.qa__question,
.qa__wrap {
  display: flex;
  gap: 2%;
}

.qa__question .text,
.qa__answer .text {
  flex: 1 0 0;
}

.qa__answer {
  padding: 2rem;
  display: none;
  font-size: 2.2rem;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  .qa__answer {
    padding: 4vw;
    font-size: 4.5vw;
    letter-spacing: 0.1em;
  }
}

.qa .small {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .qa .small {
    font-size: 3.25vw;
  }
}

.qa__wrap a {
  text-decoration: underline;
  color: #0a54bf;
}

/* ====================================================
// access
==================================================== */
.access {
  background-color: #fffcea;
}

.access__title {
  width: 70%;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  .access__title {
    margin-bottom: 8vw;
  }
}

.map {
  width: 90%;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 767px) {
  .map {
    margin-bottom: 10vw;
  }
}

.map__wrap {
  position: relative;
  overflow: hidden;
  padding-top: 65%;
  border-radius: 3rem;
}

.map__wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.access__logo {
  width: 60%;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  .access__logo {
    width: 70%;
    margin-bottom: 8vw;
  }
}

.access__info {
  width: 86%;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  .access__info {
    margin-bottom: 8vw;
  }
}

.access__info a {
  text-decoration: underline;
  color: #0a54bf;
}

.access__infoText:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .access__infoText:not(:last-child) {
    margin-bottom: 2vw;
  }
}

.access__infoText .strong {
  font-weight: bold;
}

.calendar {
  margin-bottom: 2rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .calendar {
    margin-bottom: 4vw;
  }
}

/* ====================================================
// float - フロートボタン
==================================================== */
.float {
  z-index: 99;
  display: none;
}

.float__btns {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .float__btns {
    flex-direction: row;
    -moz-column-gap: 1vw;
         column-gap: 1vw;
    width: 98%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .float__btn {
    filter: drop-shadow(0 0 1vw rgba(0, 0, 0, 0.1882352941));
  }
}

/* ====================================================
// footer - フッター
==================================================== */
.footer {
  background-color: #f4d50d;
  padding: 4rem 0;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 3.5vw;
    padding: 6vw 0;
  }
}/*# sourceMappingURL=style.css.map */