@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and ( max-width: 768px ) {
  html {
    font-size: 50%;
  }
}

body {
  min-width: 375px;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" on;
  -webkit-font-smoothing: subpixel-antialiased;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1.6;
  color: #3f3f3f;
}

.inner {
  max-width: 880px;
  margin: 0 auto;
  width: 95%;
}
.inner img {
  display: block;
  width: 30%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.inner .description {
  width: 94%;
  margin: 0 auto;
  font-size: 1.5rem;
}
.inner .description span {
  color: #ff1346;
  font-weight: 600;
}

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

a:hover {
  opacity: 0.7;
}

.pc-only {
  display: block;
}
@media screen and ( max-width: 768px ) {
  .pc-only {
    display: none;
  }
}

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

.head {
  background: #ffffff;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "M PLUS 1", sans-serif;
  font-size: 1.7rem;
  gap: 1.2rem;
}
.head .head-logo {
  font-size: 18px;
  color: #E60012;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f4f4;
  padding: 0 1.4rem;
  height: 100%;
  gap: 0.8rem;
}
.head .head-logo span {
  font-size: 1.7rem;
  color: #212121;
}

.base-block {
  padding: 4rem 1.6rem;
}

.s1 {
  background: #fff7ea;
}

.p57 {
  padding: 5.5rem 2.75rem 3.5rem;
}

.mb20 {
  margin-bottom: 2rem;
}

.mb24 {
  margin-bottom: 2.4rem;
}

.mb48 {
  margin-bottom: 4.8rem;
}

.back-wh {
  border-radius: 10px;
  background: #ffffff;
}

.text-center {
  text-align: center;
}

.base-title {
  font-family: "M PLUS 1", sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 3.5rem;
  text-align: center;
  letter-spacing: 1.2px;
}

p {
  margin-bottom: 1.5rem;
}
p.font-middle {
  color: #347ed1;
  font-family: "M PLUS 1", sans-serif;
  font-size: 2.4rem;
  border-bottom: 1px solid #7a7a7a;
}

.base-sub {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  color: #7a7a7a;
  margin-bottom: 5.5rem;
}
@media screen and ( max-width: 768px ) {
  .base-sub {
    text-align: left;
    font-size: 1.2rem;
  }
}

.btn-start {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #E60012; /* 赤 */
  color: #fff;
  text-decoration: none;
  padding: 1em 1.5em;
  border-radius: 50px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  width: 100%;
  height: 8rem;
}
.btn-start.btn-last {
  width: 382px;
  max-width: 95%;
  margin: auto;
}

.btn-start:hover {
  opacity: 0.8;
}

.btn-text {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  text-align: center;
  align-items: center;
  width: 100%;
  letter-spacing: 1.3px;
}

.btn-title {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 600;
  font-size: 2.7rem;
}

.btn-sub {
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffe6d2;
}

.btn-start i {
  font-size: 1.7rem;
}

.btn-harf {
  display: flex;
  gap: 2rem;
}
@media screen and ( max-width: 768px ) {
  .btn-harf {
    flex-direction: column;
    gap: 0;
  }
}
.btn-harf .btn-start {
  background-color: #cccccc;
}
.btn-harf .btn-start .btn-title {
  font-weight: 400;
  font-size: 1.8rem;
}
.btn-harf .btn-start .btn-sub {
  font-size: 1.2rem;
  font-weight: 400;
  color: #eaeaea;
}

.attention-content p {
  max-width: 780px;
  margin: 0 auto;
  font-size: 1.4rem;
}
@media screen and ( max-width: 768px ) {
  .attention-content p {
    max-width: 250px;
  }
}

.flow-box ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and ( max-width: 768px ) {
  .flow-box ul {
    flex-direction: column;
    width: 100%;
  }
}
.flow-box ul li {
  display: flex;
  align-items: center;
  width: 33.3%;
}
.flow-box ul li:last-child .flow-box__icon:before {
  content: none;
}
@media screen and ( max-width: 768px ) {
  .flow-box ul li {
    flex-direction: row;
    width: 100%;
  }
}
.flow-box__icon {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.6rem;
}
@media screen and ( max-width: 768px ) {
  .flow-box__icon {
    flex-direction: row;
    width: 25%;
  }
}
.flow-box__icon:before {
  content: "";
  background: url(../img/arrow.svg);
  width: 28%;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  right: -35%;
}
.flow-box__icon img {
  width: 70%;
  align-items: center;
}
.flow-box__text {
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
}

.faq {
  max-width: 800px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}

.faq-item {
  margin-bottom: 2.4rem;
  border-radius: 4px;
  overflow: hidden;
}

/* Q部分 */
.faq-question {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
  width: 100%;
  background: #eaeaea;
  border: none;
  padding: 1.8em 1.5em;
  font-size: 1.2rem;
  color: #3f3f3f;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 1.6rem;
  font-weight: 500;
}

.faq-question .faq-label {
  color: #347ed1;
  margin-right: 0.5em;
}

.faq-question .faq-icon {
  margin-left: auto;
  font-size: 1.5rem;
  color: #347ed1;
  transition: transform 0.3s ease;
}

.faq-question.active {
  background: #e0f2ff;
}

.faq-question.active .faq-icon {
  transform: rotate(45deg);
}

/* A部分（アニメーション付き開閉） */
.faq-answer {
  overflow: hidden;
  max-height: 0;
  background: #f6f5f5;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 1.5em; /* 初期は上下0 */
}

.faq-answer.open {
  max-height: 300px; /* コンテンツに合わせて十分大きめに */
  padding: 1.2em 1.5em;
}

.faq-answer p {
  margin: 0;
  line-height: 1.6;
  color: #3f3f3f;
}

.faq-answer .faq-label {
  color: #E60012;
  font-weight: 700;
  margin-right: 0.5em;
}

.container {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 5px;
}

.box {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100px;
}

@media (max-width: 780px) {
  .container {
    flex-wrap: wrap;
    width: 100%;
  }
  .box {
    width: 100%;
  }
}
.caret {
  -moz-columns: #3f3f3f;
       columns: #3f3f3f;
  font-size: 2.5rem;
  margin: 0 auto 5px;
}

.content {
  width: 85%;
}

.icon {
  width: 15%;
  text-align: center;
  font-size: 4rem;
  color: #347ed1;
}

h3 {
  font-family: "M PLUS 1", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  margin-left: 15px;
}

p {
  font-size: 1.35rem;
  margin-top: 7.5px;
  margin-left: 15px;
}

.footer {
  background: #fafafa;
  padding: 2.4rem 0;
}
.footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and ( max-width: 768px ) {
  .footer .inner {
    flex-flow: column-reverse;
    gap: 1.6rem;
  }
}
.footer .inner p {
  margin-bottom: 0;
  color: #bfbfbf;
}
.footer .inner .footer-link {
  display: flex;
  gap: 1.6rem;
}
.footer .inner .footer-link a {
  color: #bfbfbf;
}

/* ===== モーダル全体 ===== */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* 背景の半透明黒 */
.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* コンテンツ本体 */
.modal-content {
  position: relative;
  background: #fff;
  padding: 2.5em 2em;
  border-radius: 12px;
  text-align: center;
  max-width: 640px;
  width: 90%;
  z-index: 1001;
  animation: fadeIn 0.3s ease;
}

/* フェードインアニメーション */
@keyframes fadeIn {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* 閉じるボタン */
.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 2rem;
  color: #aaa;
  cursor: pointer;
  transition: color 0.2s;
}

.modal-close:hover {
  color: #333;
}

/* テキスト部分 */
.modal-text {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1.5em;
}

/* ===== ボタンエリア ===== */
.modal-btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

/* 赤・青ボタン共通 */
.modal-btn {
  width: 90%;
  display: flex;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  padding: 1.6rem 1.5em;
  font-weight: 600;
  transition: opacity 0.3s ease;
  align-items: center;
  flex-direction: column;
}

.modal-btn:hover {
  opacity: 0.9;
}

/* 赤ボタン */
.modal-btn.red {
  background: #E60012;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}

/* 青ボタン */
.modal-btn.blue {
  background: #00b65b;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  height: 7.2rem;
  padding: 0;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
}

/* ボタン内部 */
.modal-btn-title {
  font-family: "M PLUS 1", sans-serif;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.3em;
}

.modal-btn-main {
  display: block;
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1;
}

.modal-btn-sub {
  font-family: "M PLUS 1", sans-serif;
  display: block;
  font-size: 1.4rem;
  margin-top: 0.2em;
}

.tel {
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */