@charset "UTF-8";
/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=MonteCarlo&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/*CSSカスタムプロパティ（サイト全体を一括管理する為の設定）
---------------------------------------------------------------------------*/
:root {
  --base-color: #fff;
  --primary-color: #004161;
  --accent-color: #F7DA00;
  --space-large: 8vw;
}

/*全体の設定
---------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  -webkit-text-size-adjust: none;
  background: var(--base-color);
  color: var(--base-inverse-color);
  letter-spacing: 0.03em;
}

/*リセット他*/
figure {
  margin: 0;
}

dd {
  margin: 0;
}

nav ul {
  list-style: none;
}

nav,
ul,
li,
ol {
  margin: 0;
  padding: 0;
}

section li {
  margin-left: 1rem;
}

/*table全般の設定*/
table {
  border-collapse: collapse;
}

/*画像全般の設定*/
img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/*videoタグ*/
video {
  max-width: 100%;
}

/*iframeタグ*/
iframe {
  width: 100%;
}

/*input*/
input {
  font-size: 1rem;
}

/*section*/
section {
  overflow-x: hidden;
  padding: var(--space-large);
}

/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
  text-decoration: none;
  color: inherit;
}

/*マウスオン時*/
a:hover {
  text-decoration: none;
  opacity: 0.9;
}

main {
  flex: 1 0 auto;
  overflow-x: hidden;
}

.sec-ttl__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.2vw;
  margin-bottom: 40px;
}
.sec-ttl__content p {
  font-size: clamp(1.8rem, 2.2vw, 3.2rem);
  font-weight: bold;
  color: var(--primary-color);
}

.sec-ttl {
  color: var(--primary-color);
  margin: 0;
  padding: 0;
  font-weight: 800;
  display: flex;
  flex-direction: column-reverse;
  letter-spacing: 0.1em;
  position: relative;
  font-size: clamp(2.4rem, 2.5vw, 3.6rem);
}
.sec-ttl__center {
  text-align: center;
}
.sec-ttl span {
  font-size: clamp(1.4rem, 1.38vw, 2rem);
  font-weight: normal;
}

.fv {
  height: 100vh;
  background-image: url(../images/fv-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  gap: 80px;
  align-items: center;
  padding: 0 9.4vw;
}
@media screen and (max-width: 768px) {
  .fv {
    padding: 0 40px;
    gap: 40px;
  }
}
@media screen and (max-width: 480px) {
  .fv {
    background-image: url(../images/fv-bg-sp.png);
    flex-direction: column;
    justify-content: center;
    height: 100vh;
  }
}
.fv-left {
  padding-top: 80px;
}
@media screen and (max-width: 480px) {
  .fv-left {
    width: 100%;
  }
}
.fv-ttl {
  position: relative;
}
.fv-ttl__top {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-7.7vw, -100%);
  width: 47vw;
}
@media screen and (max-width: 768px) {
  .fv-ttl__top {
    transform: translate(-4.7vw, -100%);
  }
}
@media screen and (max-width: 480px) {
  .fv-ttl__top {
    width: 100%;
  }
}
.fv-ttl__bottom {
  width: 26vw;
}
@media screen and (max-width: 768px) {
  .fv-ttl__bottom {
    width: 40vw;
  }
}
@media screen and (max-width: 480px) {
  .fv-ttl__bottom {
    width: 60%;
  }
}
.fv-point {
  width: 55vw;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .fv-point {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .fv-point {
    margin-top: 12px;
  }
}
.fv-question {
  width: 13vw;
}
@media screen and (max-width: 768px) {
  .fv-question {
    width: 180px;
  }
}
@media screen and (max-width: 480px) {
  .fv-question {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-12px, 30%);
    width: 86px;
  }
}

.anti-sec {
  color: var(--base-color);
  background-image: url(../images/onayami-bg.png);
  background-repeat: repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 700px) {
  .anti-sec {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0 L100,0 L100,90 L50,100 L0,90 Z' fill='%23000000'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0 L100,0 L100,90 L50,100 L0,90 Z' fill='%23000000'/%3E%3C/svg%3E");
    padding-bottom: 150px;
  }
}
.anti-sec .sec-ttl__content {
  margin-bottom: 64px;
}
.anti-sec .sec-ttl__content p {
  color: #fff;
}
.anti-sec .sec-ttl__content .sec-ttl {
  color: #fff;
}
.anti-sec + section {
  padding-top: calc(var(--space-large) + 150px);
  margin-top: -150px;
}
.anti-sec__content {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(1, 1fr);
  gap: 5.5vw;
}
@media screen and (min-width: 800px) {
  .anti-sec__content {
    grid-template-columns: repeat(2, 1fr);
    max-width: 920px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1440px) {
  .anti-sec__content {
    gap: 80px;
  }
}
.anti-sec__item {
  display: grid;
  position: relative;
  padding: 30px 40px;
  background: var(--accent-color);
  color: #fff;
  width: 100%;
  max-width: 480px;
  margin-inline: auto;
}
.anti-sec__item * {
  margin: 0;
  padding: 0;
}
.anti-sec__item figure {
  max-width: 240px;
  margin-inline: auto;
  margin-bottom: 24px;
}
.anti-sec__item .number {
  position: absolute;
  left: -20px;
  top: -30px;
  font-size: 60px;
  line-height: 1;
  font-family: "MonteCarlo", cursive;
}
.anti-sec__item__ttl {
  font-size: clamp(1.8rem, 1.6vw, 2.4rem);
  line-height: 1.6;
  position: relative;
  background-color: var(--primary-color);
  padding: 8px;
  width: 100%;
  font-weight: 500;
  text-align: center;
}

.hall-sec__topImg {
  width: 80%;
  margin-inline: auto;
}
.hall-sec .sec-ttl__content {
  margin-top: 80px;
  color: var(--primary-color);
}
.hall-sec__content {
  display: flex;
  justify-content: center;
  gap: 5.5vw;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .hall-sec__content {
    gap: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .hall-sec__content {
    gap: 80px;
  }
}
.hall-sec__item {
  width: 100%;
  display: grid;
  position: relative;
  padding: 40px 50px 50px;
  background: var(--primary-color);
  color: #fff;
  width: 100%;
  max-width: 480px;
  margin-inline: auto;
}
@media screen and (min-width: 800px) {
  .hall-sec__item {
    width: calc(50% - 5.5vw);
    max-width: unset;
    margin-inline: unset;
  }
}
@media screen and (min-width: 1440px) {
  .hall-sec__item {
    width: calc(50% - 80px);
  }
}
.hall-sec__item * {
  margin: 0;
  padding: 0;
}
.hall-sec__item figure {
  max-width: 100px;
  margin-inline: auto;
  margin-bottom: 24px;
}
.hall-sec__item .number {
  position: absolute;
  left: -20px;
  top: -30px;
  font-size: clamp(4.8rem, 4.1vw, 6rem);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 1;
  font-family: "MonteCarlo", cursive;
  color: var(--primary-color);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .hall-sec__item .number {
    width: 80px;
    height: 80px;
  }
}
.hall-sec__item__ttl {
  font-size: clamp(1.8rem, 1.6vw, 2.4rem);
  line-height: 1.6;
  position: relative;
  width: 100%;
  font-weight: 500;
  text-align: center;
}
.hall-sec__item__ttl::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  background-color: #fff;
  left: 50%;
  bottom: -12px;
  transform: translate(-50%, 0%);
}
.hall-sec__item__ttl .text-l {
  font-size: clamp(2rem, 1.8vw, 2.8rem);
}

.plan-sec {
  background-color: var(--primary-color);
  color: var(--accent-color);
}
.plan-sec .sec-ttl__content {
  color: var(--accent-color);
}
.plan-sec .sec-ttl__content p {
  color: #fff;
}
.plan-sec .sec-ttl__content .sec-ttl {
  color: #fff;
}
.plan-sec .price-table {
  table-layout: fixed;
  width: 100%;
  color: var(--primary-color);
  border-top: 1px solid #ccc;
  margin-bottom: 2rem;
}
.plan-sec .price-table tr {
  border-bottom: 2px solid #000;
}
.plan-sec .price-table td,
.plan-sec .price-table th {
  word-break: break-all;
  text-align: left;
  padding: 0.5rem;
  background-color: #fff;
  border: 2px solid #000;
  text-align: center;
}
.plan-sec .price-table th {
  width: 25%;
  text-align: center;
  width: auto;
  position: relative;
  overflow: hidden;
}
.plan-sec .price-table th > span {
  display: block;
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
}
@media screen and (min-width: 801px) {
  .plan-sec .price-table th > span {
    font-size: 2.4rem;
  }
}
.plan-sec .price-table th i {
  display: block;
  font-size: 2rem;
  margin-bottom: 12px;
}
@media screen and (min-width: 801px) {
  .plan-sec .price-table td,
  .plan-sec .price-table th {
    font-size: 2rem;
    padding: 2rem 1rem;
  }
  .plan-sec .price-table td {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 800px) {
  .plan-sec .scroll {
    overflow-x: auto;
  }
  .plan-sec .scroll .price-table {
    width: 700px;
  }
}

.faq-sec {
  padding: 80px 40px;
  background-color: var(--primary-color);
  /*質問*/
  /*回答*/
  /*opencloseを適用した要素のカーソル*/
}
@media screen and (max-width: 480px) {
  .faq-sec {
    padding: 40px 20px;
  }
}
.faq-sec .sec-ttl {
  color: #fff;
}
.faq-sec .sec-ttl span {
  font-size: clamp(2rem, 2.2vw, 3.2rem);
}
.faq-sec__container {
  display: flex;
  gap: 40px;
  flex-direction: column;
}
@media screen and (min-width: 700px) {
  .faq-sec__container {
    display: flex;
    align-items: center;
    gap: 9vw;
    flex-direction: row;
    /*右側のテキストブロック*/
  }
  .faq-sec__container .title {
    width: 30%;
  }
  .faq-sec__container .text {
    flex: 1;
  }
  .faq-sec__container .faq {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.faq-sec .faq dt {
  display: flex;
  align-items: flex-start;
  border-radius: 3px;
  margin-bottom: 24px;
  background: var(--base-color);
  color: var(--base-inverse-color);
  padding: 1rem;
  gap: 12px;
}
.faq-sec .faq dt::before {
  font-family: "Font Awesome 6 Free";
  content: "Q";
  background: var(--accent-color);
  color: #000;
  border-radius: 50%;
  width: 30px;
  line-height: 30px;
  text-align: center;
  flex-shrink: 0;
}
.faq-sec .faq dt::after {
  font-family: "Font Awesome 6 Free";
  content: "\f067";
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  width: 30px;
  line-height: 30px;
  text-align: center;
  flex-shrink: 0;
  margin-left: auto;
}
.faq-sec .faq dt.active::after {
  content: "ー";
}
.faq-sec .faq dd {
  color: #fff;
  display: flex;
  align-items: flex-start;
  border-radius: 3px;
  margin-bottom: 1rem;
  padding: 1rem;
  gap: 12px;
}
.faq-sec .faq dd::before {
  font-family: "Font Awesome 6 Free";
  content: "A";
  color: #fff;
  border-radius: 50%;
  width: 30px;
  line-height: 30px;
  text-align: center;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #fff;
}
.faq-sec .openclose {
  cursor: pointer;
  /*カーソルの形状。リンクと同じスタイルにしてクリックできると認識してもらう。*/
}

.access {
  padding-top: 4vw;
  background-color: #fff;
  border-radius: 60px 0 0 0;
}
@media screen and (min-width: 1440px) {
  .access {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1080px) {
  .access {
    padding-top: 48px;
  }
}
.access-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .access-content {
    flex-direction: column;
    align-items: center;
    max-width: 640px;
    justify-content: center;
    margin-inline: auto;
  }
}
.access-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .access-info {
    width: 100%;
  }
}
.access-info__top, .access-info__bottom {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: start;
  width: 100%;
  font-size: 1.4rem;
}
.access-info__top .label, .access-info__bottom .label {
  background-color: var(--accent-color);
  padding: 4px 12px;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  min-width: 173px;
  text-align: center;
}
.access-map {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .access-map {
    width: 100%;
    max-width: 480px;
    margin-inline: auto;
  }
}

.top-contact {
  background-color: #fff;
  padding-bottom: 8.3vw;
}
@media screen and (min-width: 1440px) {
  .top-contact {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1080px) {
  .top-contact {
    padding-bottom: 56px;
  }
}
.top-contact .top-sec__ttl {
  text-align: center;
}
.top-contact__inner .top-contact__content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .top-contact__inner .top-contact__content {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.top-contact__inner .top-contact__content > div {
  width: calc(33.33% - 40px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-contact__inner .top-contact__content > div {
    width: 100%;
    max-width: 320px;
  }
}
.top-contact__inner .top-contact__content .btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 50px;
  padding: 1.38vw 0;
  font-size: 2rem;
  font-weight: bold;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
  background-color: var(--primary-color);
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .top-contact__inner .top-contact__content .btn {
    font-size: 1.6rem;
  }
}
.top-contact__inner .top-contact__content span {
  font-size: 1.6rem;
  color: #000;
}

.cta-content {
  margin-top: 40px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FFFDE6;
  border: 10px solid rgba(247, 218, 0, 0.3);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 80px;
  color: #323232;
  margin-inline: auto;
}
@media screen and (max-width: 560px) {
  .cta-content {
    padding: 24px 12px;
  }
}
.cta-content p {
  font-size: clamp(2.4rem, 2.2vw, 3.2rem);
}
.cta-content p .small {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .cta-content p .small {
    font-size: 1.4rem;
    display: block;
    text-align: center;
  }
}

.cta-tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .cta-tel {
    margin-top: 4px;
    gap: 6px;
    align-items: center;
  }
}
.cta-tel a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(3rem, 3.7vw, 5.6rem);
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  align-items: center;
}
.cta-tel a img {
  display: inline-block;
  width: 3.9vw;
  max-width: 57px;
  min-width: 36px;
}
.cta-tel > span {
  font-size: 1.6rem;
}

.copyright {
  background-color: var(--primary-color);
  padding: 24px 0;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}

/*フッター
---------------------------------------------------------------------------*/
footer {
  background: var(--primary-color);
  color: var(--primary-inverse-color);
  padding: 2rem;
  display: flex;
  flex-direction: column-reverse;
}
footer div:nth-of-type(1) {
  text-align: center;
}
footer div:nth-of-type(2) {
  flex: 1;
  display: flex;
  gap: 2rem;
}
@media screen and (min-width: 700px) {
  footer {
    flex-direction: row;
    gap: 4rem;
    padding: 4rem;
  }
  footer div:nth-of-type(1) {
    text-align: left;
    width: 30%;
  }
  footer div:nth-of-type(2) {
    justify-content: flex-end;
    gap: 4rem;
  }
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 2rem;
}
footer small {
  display: block;
  padding-top: 2rem;
}/*# sourceMappingURL=style.css.map */