@charset "UTF-8";

/* ========================================
   基本設定
======================================== */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  color: #594940;
  font-family: "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

h1,
h2,
h3 {
  font-family: "Noto Serif JP", serif;
}

.under-line {
  background: linear-gradient(transparent 60%, #fafaa4 60%);
}

/* ========================================
   レスポンシブ設定
======================================== */
.pc {
  display: block;
}

.tablet {
  display: none;
}

.sp {
  display: none;
}

@media (max-width: 959px) {
  body {
    font-size: 1.5rem;
  }

  .pc {
    display: none;
  }

  .tablet {
    display: block;
  }

  .sp {
    display: none;
  }
}

@media (max-width: 639px) {
  body {
    font-size: 1.4rem;
  }

  .pc {
    display: none;
  }

  .tablet {
    display: none;
  }

  .sp {
    display: block;
  }
}

/* ========================================
   共通パーツ
======================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 20px;
}

.headline {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 959px) {
  .container {
    padding: 80px 20px;
  }

  .headline {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}

@media (max-width: 639px) {
  .container {
    padding: 60px 20px;
  }

  .headline {
    font-size: 2.4rem;
  }
}

/* ========================================
   メインビジュアル（MV）
======================================== */
.mv {
  background: #F9F7F4;
}

.mv .container {
  padding: 60px 20px;
}

.mv-box {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}

.mv-img {
  flex: 1;
}

.mv-txt {
  flex: 1;
  text-align: center;
}

.mv-txt img {
  max-width: 200px;
  margin: auto;
}

.mv-txt h1 {
  text-align: center;
  font-size: 6rem;
  line-height: 1.4;
}

.mv-txt h1 span {
  font-size: 10rem;
  margin-right: 10px;
  color: #FF8181;
}

.mv-txt h1 span.num {
  font-size: 15rem;
}

.mv h2 {
  font-size: 3.2rem;
  text-align: center;
}

.mv-txt-logo {
  width: 100%;
}

@media (max-width: 959px) {
  .mv .container {
    padding: 50px 20px;
  }

  .mv-box {
    flex-direction: column;
    margin-bottom: 20px;
    gap: 20px;
  }

  .mv-img img {
    max-width: 600px;
    margin: auto;
  }

  .mv-txt h1 {
    font-size: 5rem;
    line-height: 1.4;
  }

  .mv-txt h1 span.num {
    font-size: 11rem;
  }

  .mv h2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 639px) {
  .mv .container {
    padding: 40px 20px;
  }

  .mv-box {
    flex-direction: column;
    margin-bottom: 20px;
    gap: 30px;
  }

  .mv-txt h1 {
    font-size: 3.6rem;
    line-height: 1.3;
  }

  .mv-txt h1 span.num {
    font-size: 9rem;
  }

  .mv-txt h1 span {
    font-size: 5rem;
  }

  .mv h2 {
    font-size: 1.8rem;
  }

  .mv-txt img {
    max-width: 160px;
  }
}

/* ========================================
   コールトゥアクション（CTA）
======================================== */
.cta {
  background: url(../img/bg_cta.png) 0 / cover;
}

.cta .container {
  padding: 60px 20px;
}

.cta-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.button {
  background: #FF8181;
  color: #fff;
  padding: 25px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  width: calc((100% - 60px) / 4);
  transition: all 0.3s;
}

.button:hover {
  background: #e66c6c;
}

.button p {
  font-size: 2.4rem;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

.button p span {
  font-size: 2.4rem;
}

.button p span.num {
  font-size: 4rem;
}

@media (max-width: 959px) {
  .cta .container {
    padding: 30px 20px;
  }

  .cta-box {
    gap: 10px;
  }

  .button {
    padding: 15px;
    width: calc((100% - 10px) / 2);
  }

  .button p {
    font-size: 1.8rem;
  }

  .button p span {
    font-size: 2.0rem;
  }

  .button p span.num {
    font-size: 2.5rem;
  }
}

@media (max-width: 639px) {
  .button p {
    font-size: 1.6rem;
  }

  .button p span {
    font-size: 1.8rem;
  }

  .button p span.num {
    font-size: 2.2rem;
  }
}

/* ========================================
   ロゴセクション
======================================== */
.logos .container {
  padding: 50px 20px;
}

.logo-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-box img {
  width: calc((100% - 80px) / 4);
}

@media (max-width: 959px) {
  .logos .container {
    padding: 30px 20px;
  }

  .logo-box img {
    width: calc((100% - 40px) / 4);
  }
}

@media (max-width: 639px) {
  .logo-box img {
    width: calc((100% - 20px) / 4);
  }
}

/* ========================================
   イントロダクション
======================================== */
.intro .container {
  padding-top: 20px;
}

.intro h2 span.question {
  font-size: 2.8rem;
}

.intro-box {
  display: flex;
  align-items: center;
  gap: 60px;
}

.intro-txt {
  flex: 1;
}

.intro-txt h3 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.intro-img {
  flex: 1;
}

@media (max-width: 959px) {
  .intro-box {
    flex-direction: column;
    gap: 40px;
  }

  .intro h2 span.question {
    font-size: 2.4rem;
  }

  .intro-txt h3 {
    font-size: 2rem;
  }

  .intro-img {
    max-width: 400px;
    margin: auto;
  }
}

@media (max-width: 639px) {
  .intro h2 span.question {
    font-size: 2.2rem;
  }

  .intro-txt h3 {
    font-size: 2rem;
  }
}

/* ========================================
   問題提起セクション
======================================== */
.plobrem {
  background: #eeeae5;
  position: relative;
}

.plobrem::after {
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -50px;
  border: 50px solid transparent;
  border-top-color: #eeeae5;
  content: '';
}

.plobrem-box {
  display: flex;
}

.plobrem-box h2 {
  font-size: 3.2rem;
}

.plobrem-box img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 350px;
}

@media (max-width: 959px) {
  .plobrem-box h2 {
    font-size: 2.6rem;
  }

  .plobrem-box img {
    max-width: 280px;
  }

  .plobrem::after {
    margin: 0 0 0 -30px;
    border: 30px solid transparent;
    border-top-color: #eeeae5;
  }
}

@media (max-width: 639px) {
  .plobrem-box h2 {
    font-size: 2rem;
  }

  .plobrem-box img {
    max-width: 200px;
  }
}

/* ========================================
   サービスセクション
======================================== */
.service {
  background: #F9F7F4;
}

.service-box {
  background: #fff;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 60px;
}

.service-img {
  flex: 1;
}

.service-img img {
  max-width: 250px;
}

.service-txt {
  flex: 2.5;
}

.service-logo {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  justify-content: center;
}

.service-logo img {
  max-width: 200px;
  margin-right: 20px;
}

.service-txt p {
  font-size: 2.2rem;
  line-height: 2;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.client-logo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  gap: 0;
}

.client-logo img {
  width: calc((100% - 60px) / 4);
}

@media (max-width: 959px) {
  .service-txt p {
    font-size: 1.8rem;
  }

  .client-logo img {
    width: calc((100% - 40px) / 4);
  }
}

@media (max-width: 639px) {
  .service-box {
    padding: 40px;
    gap: 20px;
    flex-direction: column-reverse;
  }

  .service-txt p {
    font-size: 1.6rem;
  }

  .service-logo img {
    max-width: 140px;
    margin-right: 20px;
  }

  .client-logo {
    gap: 5px;
  }

  .client-logo img {
    width: calc((100% - 20px) / 2);
  }

  .service-img img {
    max-width: 180px;
  }
}

/* ========================================
   ステップセクション
======================================== */
.step .container {
  max-width: 800px;
}

.step-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.step-title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.step-title img {
  max-width: 80px;
}

@media (max-width: 639px) {
  .step-title img {
    max-width: 60px;
  }
}

/* ========================================
   お客様の声
======================================== */
.voice {
  background: #F9F7F4;
}

.voice .container {
  max-width: 900px;
}

.voice-box {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.voice-contents {
  display: flex;
  align-items: center;
  gap: 40px;
}

.voice-img {
  max-width: 170px;
}

.voice-txt {
  flex: 1;
  position: relative;
  display: inline-block;
  padding: 20px 30px;
  min-width: 120px;
  max-width: 100%;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
}

.voice-txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}

.voice-txt p {
  line-height: 1.6;
}

.voice-contents:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.voice-contents:nth-of-type(2n) .voice-txt::before {
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
}

@media (max-width: 959px) {
  .voice-box {
    gap: 40px;
  }

  .voice-img {
    max-width: 120px;
  }
}

@media (max-width: 639px) {
  .voice-box {
    gap: 30px;
  }

  .voice-contents {
    gap: 20px;
  }

  .voice-img {
    max-width: 80px;
  }
}

/* ========================================
   FAQセクション
======================================== */
.faq-section {
  background: #F9F7F4;
}

.faq-section .container {
  max-width: 900px;
  padding-top: 20px;
}

.faq-section .section-headline {
  text-align: center;
}

.faq-item {
  margin: 0 auto 15px;
  background: #fff;
  padding: 25px 20px;
  border-radius: 5px;
}

.faq-question-wrapper {
  position: relative;
  cursor: pointer;
}

.faq-question,
.faq-answer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  padding-right: 60px;
}

.faq-question span,
.faq-answer span {
  font-size: 1.8rem;
  background-color: #FF8181;
  color: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}

.faq-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.minus-icon {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #594940;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.plus-icon {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #594940;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: ease all 0.5s;
}

.plus-icon.active {
  transform: translateY(-50%);
}

.faq-question-title {
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
  flex: 1;
}

.faq-answer-wrapper {
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  transition: ease all 0.4s;
  height: 0;
}

.faq-answer-wrapper.active {
  opacity: 1;
  height: auto;
}

.faq-answer {
  margin-top: 20px;
}

.faq-answer span {
  background: #666;
}

.faq-answer-text {
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
  flex: 1;
}

@media (max-width: 959px) {
  .faq-question-title {
    font-size: 1.6rem;
  }

  .faq-answer-text {
    font-size: 1.4rem;
  }
}

@media (max-width: 639px) {
  .faq-item {
    padding: 20px 20px;
  }

  .faq-question-title {
    font-size: 1.5rem;
  }

  .faq-question,
  .faq-answer {
    padding-right: 40px;
  }

  .faq-question span,
  .faq-answer span {
    font-size: 1.6rem;
    line-height: 30px;
  }

  .minus-icon {
    width: 15px;
    right: 15px;
  }

  .plus-icon {
    width: 15px;
    right: 15px;
  }
}

/* ========================================
   フローティングバナー
======================================== */

.floating-banner {
  width: 100%;
  background: rgba(252, 218, 210, .9);
  position: fixed;
  bottom: 0;
  z-index: 99;
}

.floating-banner .container {
  max-width: 600px;
  padding: 15px 20px;
  display: flex;
  align-items: stretch;
  gap: 15px;
  justify-content: space-between;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  text-decoration: none;
}

.tel-button {
  padding: 10px 10px;
  text-align: center;
  background: #fff;
  color: #e66c6c;
  text-decoration: none;
  flex: 1;
  font-size: 2rem;
  border-radius: 5px;
}

.tel-button:hover {
  background: #efeae6;
  transition: all 0.3s;
}


.tel-button span {
  font-size: 1.6rem;
  display: block;
}

.download-button {
  font-size: 3rem;
  padding: 12px 10px;
  text-align: center;
  background: #FF8181;
  color: #fff;
  align-items: center;
  text-decoration: none;
  flex: 3;
  border-radius: 5px;
}

.download-button:hover {
  background: #e66c6c;
  transition: all 0.3s;
}

@media (max-width: 959px) {}

@media (max-width: 639px) {
  .tel-button {
    font-size: 1.8rem;
  }

  .tel-button span {
    font-size: 1.2rem;
  }

  .download-button {
    flex: 1.5;
    font-size: 1.8rem;
    padding: 18px 10px;
  }
}



/* ========================================
   フッター
======================================== */
footer .container {
  padding: 60px 20px 160px;
}

.footer-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-logo {
  max-width: 150px;
}

.footer-menu {
  font-size: 1.4rem;
  color: #666;
}

@media (max-width: 639px) {
  footer .container {
    padding: 40px 20px 130px;
    ;
  }

  .footer-contents {
    flex-direction: column;
    gap: 20px;
  }

  .footer-logo {
    max-width: 120px;
  }

  .footer-menu {
    font-size: 1.2rem;
  }
}