@charset "UTF-8";
.mincho {
  font-family: 'Noto Serif JP', serif; }

.f-purple {
  color: #96358F;
  font-weight: 600; }

.bg-pink {
  background-color: #29A745; }

.bg-light-pink {
  background-color: #FFEFF1; }

.bg-purple {
  background-color: #96358F; }

.btn.bg-pink, .btn.bg-purple {
  color: #fff; }

.btn.bg-white {
  color: #29A745; }
.btn.bg-green {
  background-color:#29A745;
  color: #FFF;}

/* ======= 共通部分 ======= */
/* 全体 */
body {
  font-size: 16px;
  color: #333;
  line-height: 2em;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  letter-spacing: 0.03em; }

a {
  color: #333;
  text-decoration: none; }
  a:hover {
    color: #333;
    text-decoration: none;
    opacity: 0.7; }

h1, h2, h3, h4, ul, li {
  margin: 0;
  padding: 0; }

ul, ol {
  line-height: 1.8em; }

iframe {
  border: 0; }

p {
  margin: 0; }

/* 見出し */
.head-ttl-01 {
  font-size: 22px;
  font-family: 'Noto Serif JP', serif;
  text-align: center; }
  @media (min-width: 768px) {
    .head-ttl-01 {
      font-size: 30px; } }

/* 余白 */
.pt-60 {
  padding-top: 60px; }

.pb-60 {
  padding-bottom: 60px; }

.pt-80 {
  padding-top: 80px; }

.pb-80 {
  padding-bottom: 80px; }

/* ボタン */
.btn {
  display: block;
  border-radius: 10px;
  font-weight: 600;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  position: relative;
  letter-spacing: 0; }
  .btn:hover {
    opacity: 0.8; }

.btn-arrow-ctr::after, .btn-arrow-btm::after {
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%); }

@media (min-width: 768px) {
  .btn-arrow-ctr::after, .btn-arrow-btm::after {
    right: 1em; } }

.btn-arrow-ctr::after {
  content: '\f054'; }

.btn-arrow-btm::after {
  content: '\f13a'; }

/* #page-header */
#page-header {
  text-align: center; }

/* #fixed-footer */
#fixed-footer {
  height: 60px;
  padding-top: 15px;
  background-color: rgba(239, 135, 168, 0.9);
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.4);
  display: none; 
background-color:#29A745; }
  #fixed-footer .btn {
    font-size: 15px;
    line-height: 1.1;
    font-weight: 600;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center; }

/* #page-footer */
#page-footer {
  padding: 30px 0 60px;
  line-height: 1.8; }
  @media (min-width: 768px) {
    #page-footer {
      padding: 30px 0; } }

.copylight {
  font-size: 12px; }



.reasons {
  margin: 2rem auto;
  background: #fff;
  padding: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.reasons h2 {
  font-size: 1.8rem;
  color: #5A3E8A;
  border-left: 5px solid #5A3E8A;
  padding-left: 0.75rem;
  margin-bottom: 2rem;
font-weight:bold;	
}

.reason {
  margin-bottom: 2rem;
  padding: 1.25rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fdfcff;
}

.reason h3 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
  background-color: #94489C;
  font-weight:bold;	
	padding:0.3rem;
}

.reason h4 {
  font-size: 1.3rem;
  margin: 0.5rem 0 1rem;
  color: #94489C;
  font-weight:bold;	
}

.reason p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

/* 吹き出しデザイン */
.reason blockquote {
  position: relative;
  background: #f0f8ff;
  padding: 1rem;
  border-left: none;
  border-radius: 10px;
  font-style: normal;
  margin: 1rem 0;
  color: #333;
  font-weight:bold;	
}

.reason blockquote::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 20px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #f0f8ff transparent transparent transparent;
}

/* レスポンシブ対応 */
@media (max-width: 600px) {
  .reasons {
    padding: 1rem;
  }

  .reasons h2 {
    font-size: 1.4rem;
  }

  .reason h4 {
    font-size: 1.1rem;
  }

  .reason p,
  .reason blockquote {
    font-size: 0.95rem;
  }
}


/* 追加*/


.flow-section h2 {
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 1.5em;
  position: relative;
  font-weight:bold;	
}

.flow-section h2::after{
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #bca75c;
  margin: 0.5em auto 0;
}


/* モバイル対応 */
@media screen and (max-width: 768px) {
 .flow-section h2{
    font-size: 1.5em;
  }

}

.flow-section {
  margin: 0 auto;
  padding: 2em 1em;
}

.step {
  background-color: #e5eff4;
  padding: 1em;
}

.step-header {
  background-color: #6E9FB6;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 1em;
  font-size: 1.2em;
  margin-bottom: 1em;
  text-align: center;
}

.step-body img {
  max-width: 200px;
  margin: 0 auto 1em;
  display: block;
}



.price-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 2em 1em;
  color: #333;
}

.price-title {
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 1.5em;
  position: relative;
  font-weight:bold;	
}

.price-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #bca75c;
  margin: 0.5em auto 0;
}

.price-box {
  display: flex;
  justify-content: center;
  gap: 2em;
  margin-bottom: 1.5em;
  flex-wrap: wrap;
}

.price-item {
  background: #e0eff4;
  border-radius: 8px;
  padding: 1em 1.5em;
  text-align: center;
  min-width: 140px;
  flex: 1;
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  .price-box {
    flex-direction: column;
    align-items: center;
  }

  .price-item {
    width: 100%;
    max-width: none;
  }
}

.price-item .label {
  display: block;
  font-weight: bold;
  color: #4a7fa0;
  margin-bottom: 0.3em;
}

.price-item .value {
  font-size: 1.4em;
  font-weight: bold;
}

.free-fees {
  background: #f4f4f4;
  padding: 1em;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 2em;
}

.fee-labels {
  display: flex;
  justify-content: center;
  gap: 1.5em;
  font-weight: bold;
  color: #4a7fa0;
  margin-bottom: 0.5em;
}

.zero-fee {
  font-size: 2em;
  font-weight: bold;
  color: #000;
}

.service-contents {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 1.5em;
  margin-bottom: 2em;
}

.service-contents h3 {
  font-size: 1.2em;
  margin-bottom: 1em;
  font-weight: bold;
  text-align:center;	
}

.service-contents ul {
  columns: 2;
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-contents li {
  margin-bottom: 0.8em;
  position: relative;
  padding-left: 1.5em;
}

.service-contents li::before {
  color: #4a7fa0;
  position: absolute;
  left: 0;
}

.payment-method {
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 1.5em;
  text-align: center;
}

.payment-method h3 {
  color: #b28d00;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.payment-method .bank-icon {
  font-size: 2em;
  margin-top: 0.5em;
}

.counselor-message {
  background-color: #f963a6;
  color: #fff;
  padding: 2em 1em;
  border-radius: 12px;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  max-width: 800px;
  margin: 0 auto;
}

.counselor-message h2 {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 1em;
}

.counselor-message h2 small {
  display: block;
  font-size: 0.7em;
  margin-top: 0.2em;
  color: #fff;
  opacity: 0.8;
}

.message-box {
  background-color: #fff;
  color: #333;
  border-radius: 16px;
  padding: 2em;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.message-intro {
  text-align: center;
  margin-bottom: 2em;
}

.message-intro img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1em;
}

.message-intro .highlight {
  color: #f963a6;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.6;
}

.message-body p {
  margin-bottom: 1.2em;
  line-height: 1.7;
}

.message-body strong {
  color: #f963a6;
  font-weight: bold;
}

.message-body .name {
  text-align: right;
  font-weight: bold;
  margin-top: 2em;
}

.certificates {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: 2em;
}

.certificates img {
  width: 100%;
  max-width: 280px; /* 横並び用の幅制限 */
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.balloon-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 1rem 0;
}

.balloon-box .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.balloon-box .balloon {
  position: relative;
  background: #cce6ff; /* 水色 */
  color: #333;
  padding: 0.5rem 1rem;
  border-radius: 12px;
  font-size: 18px;
  line-height: 1.6;
  width: 80%;
  font-weight:bold;	
}

/* 吹き出しの三角形（左） */
.balloon-box .balloon::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 30px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #cce6ff transparent transparent; /* 吹き出しと同じ色 */
}
.faq-section {
  background: linear-gradient(to bottom, #f9eaf5, #fff);
  padding: 2rem;
  margin: 0 auto;
}

.faq-section h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  background-color: #a05fb8;
  color: #fff;
  padding: 1rem;
  border-radius: 6px;
}

.faq-item {
  background-color: #fff;
  margin-bottom: 1.5rem;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  overflow: hidden;
}

.faq-question {
  background-color: #a05fb8;
  color: #fff;
  font-weight: bold;
  padding: 1rem;
  font-size: 1.1rem;
}

.faq-answer {
  padding: 1.2rem 1.5rem;
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

.faq-answer p {
  margin-bottom: 1em;
}

