@charset "UTF-8";
/*! page-first-time
------------------------------
*/

/*--top--*/
.block01 {
  background: url(../../img/concept/block01-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.block01 .block01_inner-ttl {
  position: unset;
}

/*--/top--*/

/*--タイトル--*/
.block02 {
  text-align: center;
  padding: 80px 0 30px;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 50px;
}
@media screen and (min-width: 769px) {
  .block02 {
    font-size: 22px;
  }
}

/*-- topConcept (はじめにセクション) --*/
@media screen and (min-width: 769px) {
  .topConcept_inner-flexBox-list:first-of-type {
    top: -5vw;
  }
}
.topConcept_inner-flexBox-list:first-of-type
  .topConcept_inner-flexBox-list-text {
  font-size: min(4vw, 16px);
  letter-spacing: 0.2em;
  padding: 20% 5%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .topConcept_inner-flexBox-list:first-of-type
    .topConcept_inner-flexBox-list-text {
    padding: 24% 20%;
    font-size: 22px;
  }
}
@media screen and (min-width: 769px) {
  .topConcept_inner-flexBox-list:nth-of-type(2) {
    right: 2%;
    width: 45%;
  }
}
@media screen and (min-width: 1900px) {
  .topConcept_inner-flexBox-list:nth-of-type(2) {
    right: 8%;
    width: 35%;
  }
}
@media screen and (min-width: 769px) {
  .topConcept_inner-flexBox-list:nth-of-type(2) .btnBlue {
    margin: 60px 0 0;
  }
}

/*-- block03-1 (メインコンテンツセクション - thoughtsスタイル) --*/
.block03-1 {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .block03-1 {
    padding-top: 350px;
    padding-bottom: 100px;
  }
}

.block03-1_inner {
  /* 共通スタイル */
}

.block03-1_innerBox {
  margin-bottom: 90px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .block03-1_innerBox {
    margin-bottom: 200px;
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1900px) {
  .block03-1_innerBox {
    margin-bottom: 400px;
  }
}
.block03-1_innerBox:last-child {
  margin-bottom: 0;
}

/* 画像エリア */
.block03-1_innerBox-right {
  margin-bottom: 20px;
}
.block03-1_innerBox-right picture {
  display: block;
}
.block03-1_innerBox-right img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 769px) {
  .block03-1_innerBox-right {
    position: absolute;
    width: 50%;
    margin-bottom: 0;
  }
  /* 右側に画像 (flex) */
  .block03-1_innerBox.flex .block03-1_innerBox-right {
    right: 0;
    left: auto;
  }
  /* 左側に画像 (flex-reverse) */
  .block03-1_innerBox.flex-reverse .block03-1_innerBox-right {
    left: 0;
    right: auto;
  }
}
@media screen and (min-width: 1400px) {
  .block03-1_innerBox-right {
    width: 60%;
  }
}

/* テキストエリア */
.block03-1_innerBox-left {
  position: relative;
}
@media screen and (min-width: 769px) {
  .block03-1_innerBox-left {
    width: 50%;
  }
  /* 左側にテキスト (flex) */
  .block03-1_innerBox.flex .block03-1_innerBox-left {
    margin-right: auto;
    padding-right: 5%;
  }
  /* 右側にテキスト (flex-reverse) */
  .block03-1_innerBox.flex-reverse .block03-1_innerBox-left {
    margin-left: auto;
    padding-left: 17%;
  }
}
@media screen and (min-width: 1400px) {
  .block03-1_innerBox-left {
    width: 50%;
  }
}

.block03-1_innerBox-left h3 {
  color: #001b49;
  font-size: 18px;
  margin: 20px auto 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .block03-1_innerBox-left h3 {
    font-size: 24px;
    margin: 0 auto 30px;
  }
}

.block03-1_innerBox-left p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .block03-1_innerBox-left p {
    font-size: 15px;
    line-height: 2.2;
    margin-bottom: 20px;
  }
}

.block03-1_innerBox-left ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.block03-1_innerBox-left ul li {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 0;
}
@media screen and (min-width: 769px) {
  .block03-1_innerBox-left ul li {
    font-size: 15px;
    line-height: 2.2;
    margin-bottom: 12px;
  }
}

.block03-1_innerBox-left ul li strong {
  color: #001b49;
  font-weight: 600;
}

/* 最後のメッセージ */
.block03-1_footer {
  text-align: center;
  padding: 60px 0 0;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .block03-1_footer {
    padding: 80px 0 0;
  }
}

.block03-1_footer p {
  font-size: 14px;
  line-height: 2.2;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  .block03-1_footer p {
    font-size: 16px;
    line-height: 2.4;
    margin-bottom: 30px;
  }
}

.block03-1_footer p strong {
  color: #001b49;
  font-weight: 600;
}

.block03-1 .btnBlue {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .block03-1 .btnBlue {
    margin-top: 60px;
  }
}

/*-- その他 --*/
.topLineup {
  display: block;
}
.topLineup_inner-ttl::before,
.topLineup_inner-ttl::after {
  display: none;
}

.top {
  padding: 140px 0 10%;
}
@media screen and (min-width: 769px) {
  .top {
    padding: 12% 0 4%;
  }
}

.footer-event {
  background: #f8f9f9;
}
@media screen and (min-width: 769px) {
  .footer-event {
    margin-top: 100px;
  }
}
.footer-event .topEvent_inner-ttl::before,
.footer-event .topEvent_inner-ttl::after {
  display: none;
}

.mb-200 {
  margin-bottom: 0px;
}
@media screen and (min-width: 769px) {
  .mb-200 {
    margin-bottom: 200px;
  }
}

/* ボタン下の注釈 */
.block03-1_footer-note {
  font-size: 12px;
  color: #666;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .block03-1_footer-note {
    font-size: 13px;
    margin-top: 20px;
  }
}

/* ========================================
   FAQ セクション（初回相談ページ）
======================================== */
.consultationFaq {
  margin-top: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .consultationFaq {
    margin-top: 80px;
  }
}

.consultationFaq-title {
  font-size: 18px;
  font-weight: 500;
  color: #001b49;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .consultationFaq-title {
    font-size: 22px;
    margin-bottom: 40px;
  }
}

/* アコーディオン項目 */
.consultationFaq-item {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0;
}
.consultationFaq-item:first-of-type {
  border-top: 1px solid #e0e0e0;
}

/* 質問（summary） */
.consultationFaq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  line-height: 1.8;
  letter-spacing: 0.05em;
  list-style: none;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .consultationFaq-question {
    font-size: 15px;
    padding: 25px 20px;
  }
}

/* デフォルトのmarkerを非表示 */
.consultationFaq-question::-webkit-details-marker {
  display: none;
}
.consultationFaq-question::marker {
  display: none;
  content: "";
}

/* プラス/マイナスアイコン */
.consultationFaq-question::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-left: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23001b49' stroke-width='2'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.consultationFaq-item[open] .consultationFaq-question::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23001b49' stroke-width='2'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E");
}

/* 回答エリア */
.consultationFaq-answer {
  padding: 0 15px 25px;
}
@media screen and (min-width: 769px) {
  .consultationFaq-answer {
    padding: 0 20px 30px;
  }
}

.consultationFaq-answer p {
  font-size: 14px;
  line-height: 2;
  color: #555;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .consultationFaq-answer p {
    font-size: 15px;
    line-height: 2.2;
    text-align: left;
  }
}

/* 締めくくりのメッセージ */
.consultationFaq-note {
  margin-top: 40px;
  font-size: 14px;
  line-height: 2.2;
  color: #333;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  .consultationFaq-note {
    margin-top: 50px;
    font-size: 15px;
    line-height: 2.4;
  }
}
