@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

p,
div,
span,
a,
li,
ul,
ol,
header,
nav,
main,
footer,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Klee One", cursive;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
  color: #353535;
  overflow-x: hidden;
}
@media (max-width: 1000px) {
  body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.mt-1 {
  margin-top: 10px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mr-1 {
  margin-right: 10px;
}

.ml-1 {
  margin-left: 10px;
}

.pt-1 {
  padding-top: 10px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pr-1 {
  padding-right: 10px;
}

.pl-1 {
  padding-left: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mr-2 {
  margin-right: 20px;
}

.ml-2 {
  margin-left: 20px;
}

.pt-2 {
  padding-top: 20px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pr-2 {
  padding-right: 20px;
}

.pl-2 {
  padding-left: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mr-3 {
  margin-right: 30px;
}

.ml-3 {
  margin-left: 30px;
}

.pt-3 {
  padding-top: 30px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pr-3 {
  padding-right: 30px;
}

.pl-3 {
  padding-left: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mr-4 {
  margin-right: 40px;
}

.ml-4 {
  margin-left: 40px;
}

.pt-4 {
  padding-top: 40px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pr-4 {
  padding-right: 40px;
}

.pl-4 {
  padding-left: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mr-5 {
  margin-right: 50px;
}

.ml-5 {
  margin-left: 50px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-5 {
  padding-bottom: 50px;
}

.pr-5 {
  padding-right: 50px;
}

.pl-5 {
  padding-left: 50px;
}

.mt-6 {
  margin-top: 60px;
}

.mb-6 {
  margin-bottom: 60px;
}

.mr-6 {
  margin-right: 60px;
}

.ml-6 {
  margin-left: 60px;
}

.pt-6 {
  padding-top: 60px;
}

.pb-6 {
  padding-bottom: 60px;
}

.pr-6 {
  padding-right: 60px;
}

.pl-6 {
  padding-left: 60px;
}

.mt-7 {
  margin-top: 70px;
}

.mb-7 {
  margin-bottom: 70px;
}

.mr-7 {
  margin-right: 70px;
}

.ml-7 {
  margin-left: 70px;
}

.pt-7 {
  padding-top: 70px;
}

.pb-7 {
  padding-bottom: 70px;
}

.pr-7 {
  padding-right: 70px;
}

.pl-7 {
  padding-left: 70px;
}

.mt-8 {
  margin-top: 80px;
}

.mb-8 {
  margin-bottom: 80px;
}

.mr-8 {
  margin-right: 80px;
}

.ml-8 {
  margin-left: 80px;
}

.pt-8 {
  padding-top: 80px;
}

.pb-8 {
  padding-bottom: 80px;
}

.pr-8 {
  padding-right: 80px;
}

.pl-8 {
  padding-left: 80px;
}

.mt-9 {
  margin-top: 90px;
}

.mb-9 {
  margin-bottom: 90px;
}

.mr-9 {
  margin-right: 90px;
}

.ml-9 {
  margin-left: 90px;
}

.pt-9 {
  padding-top: 90px;
}

.pb-9 {
  padding-bottom: 90px;
}

.pr-9 {
  padding-right: 90px;
}

.pl-9 {
  padding-left: 90px;
}

.mt-10 {
  margin-top: 100px;
}

.mb-10 {
  margin-bottom: 100px;
}

.mr-10 {
  margin-right: 100px;
}

.ml-10 {
  margin-left: 100px;
}

.pt-10 {
  padding-top: 100px;
}

.pb-10 {
  padding-bottom: 100px;
}

.pr-10 {
  padding-right: 100px;
}

.pl-10 {
  padding-left: 100px;
}

@media (max-width: 767px) {
  .spmt-1 {
    margin-top: 10px;
  }
  .spmb-1 {
    margin-bottom: 10px;
  }
  .sppt-1 {
    padding-top: 10px;
  }
  .sppb-1 {
    padding-bottom: 10px;
  }
  .spmt-2 {
    margin-top: 20px;
  }
  .spmb-2 {
    margin-bottom: 20px;
  }
  .sppt-2 {
    padding-top: 20px;
  }
  .sppb-2 {
    padding-bottom: 20px;
  }
  .spmt-3 {
    margin-top: 30px;
  }
  .spmb-3 {
    margin-bottom: 30px;
  }
  .sppt-3 {
    padding-top: 30px;
  }
  .sppb-3 {
    padding-bottom: 30px;
  }
  .spmt-4 {
    margin-top: 40px;
  }
  .spmb-4 {
    margin-bottom: 40px;
  }
  .sppt-4 {
    padding-top: 40px;
  }
  .sppb-4 {
    padding-bottom: 40px;
  }
  .spmt-5 {
    margin-top: 50px;
  }
  .spmb-5 {
    margin-bottom: 50px;
  }
  .sppt-5 {
    padding-top: 50px;
  }
  .sppb-5 {
    padding-bottom: 50px;
  }
  .spmt-6 {
    margin-top: 60px;
  }
  .spmb-6 {
    margin-bottom: 60px;
  }
  .sppt-6 {
    padding-top: 60px;
  }
  .sppb-6 {
    padding-bottom: 60px;
  }
  .spmt-7 {
    margin-top: 70px;
  }
  .spmb-7 {
    margin-bottom: 70px;
  }
  .sppt-7 {
    padding-top: 70px;
  }
  .sppb-7 {
    padding-bottom: 70px;
  }
  .spmt-8 {
    margin-top: 80px;
  }
  .spmb-8 {
    margin-bottom: 80px;
  }
  .sppt-8 {
    padding-top: 80px;
  }
  .sppb-8 {
    padding-bottom: 80px;
  }
  .spmt-9 {
    margin-top: 90px;
  }
  .spmb-9 {
    margin-bottom: 90px;
  }
  .sppt-9 {
    padding-top: 90px;
  }
  .sppb-9 {
    padding-bottom: 90px;
  }
  .spmt-10 {
    margin-top: 100px;
  }
  .spmb-10 {
    margin-bottom: 100px;
  }
  .sppt-10 {
    padding-top: 100px;
  }
  .sppb-10 {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.tablet-only {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .tablet-only {
    display: revert !important;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: bold;
}

@media (min-width: 768px) {
  .pc-text-left {
    text-align: left;
  }
  .pc-text-center {
    text-align: center;
  }
  .pc-text-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .sp-text-left {
    text-align: left;
  }
  .sp-text-center {
    text-align: center;
  }
  .sp-text-right {
    text-align: right;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.breadcrumb {
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 1.7;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb__item {
  display: flex;
  align-items: center;
}
.breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin: 0 0.5em;
  color: #4c553e;
}

.breadcrumb__link {
  color: #ee645a;
  text-decoration: underline;
}
.breadcrumb__link:hover {
  text-decoration: none;
}

.breadcrumb__current {
  color: #353535;
}

.faq-item .faq-question {
  margin-bottom: 15px;
}
.faq-item .faq-answer {
  margin-bottom: 15px;
}
.faq-item:last-child {
  border-bottom: none;
}
.faq-item:last-child .faq-answer {
  margin-bottom: 0;
}

.faq-question {
  position: relative;
  margin: 0;
  padding: 20px 30px 20px 60px;
  border-radius: 100px;
  background: #f7f6f4;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  transition: color 0.2s ease;
}
.faq-question::before {
  content: "Q.";
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: 4px;
  top: 0;
  margin: auto;
  right: auto;
  font-size: 28px;
  line-height: 1;
  height: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #ee645a;
}
.faq-question::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #4c553e;
  font-size: 1.2rem;
  transition: transform 0.2s ease;
}

.faq-item.is-open .faq-question::after {
  content: "-";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  margin-left: 40px;
  padding: 0 0 0 1rem;
  padding-right: 40px;
  padding-top: 0;
  border-left: 4px solid transparent;
  color: #353535;
  line-height: 1.8;
  transition: max-height 0.35s ease, padding-top 0.35s ease, border-left-color 0.2s ease;
  will-change: max-height, padding-top;
}

.faq-item.is-open .faq-answer {
  /* max-heightはJSで設定するためCSSでは固定の高さは使わない */
  border-left-color: #ee645a;
  padding-top: 1rem;
}

/*ここから下層ページ*/
.entry-title {
  font-size: clamp(28px, 3vw, 36px);
  display: block;
  text-align: center;
  margin: 0;
  padding: 30px 0;
  background: #f7f6f4;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .entry-title {
    margin-top: 60px;
  }
}
.entry-title::after {
  content: none;
}

.site-body {
  padding: 0 !important;
}

/* ===============================
   下層
================================ */
.under {
  /* ===============================
     セクション（背景テレコ含む）
  ============================== */
}
.under section.section {
  margin-inline: calc(50% - 50vw);
  padding: 80px 0;
}
.under section.section:nth-of-type(even) {
  background: #f7f6f4;
  --bg1: #f7f6f4;
  --bg2: #fff;
}
.under section.section:nth-of-type(odd) {
  --bg1: #fff;
  --bg2: #f7f6f4;
}
@media (max-width: 767px) {
  .under section.section {
    padding: 40px 0;
  }
}
.under section.section .container {
  max-width: 1170px;
  margin: auto;
  padding: 0 20px;
}
.under section.section {
  /* bg入れ子反転 */
}
.under section.section .bgchange {
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-top: 30px;
  background: var(--bg2);
}
.under section.section .bgchange .bgchange {
  background: var(--bg1);
}
.under section.section .bgchange .bgchange .bgchange {
  background: var(--bg2);
}
.under section.section .bgchange .bgchange .bgchange .bgchange {
  background: var(--bg1);
}
.under {
  /* ===============================
     見出し
  ============================== */
}
.under .underh2 {
  font-size: clamp(24px, 2.66vw, 32px);
  text-align: center;
  padding: 25px 0 15px;
  margin-bottom: 30px;
  position: relative;
}
.under .underh2::before {
  content: "";
  width: 51px;
  height: 24px;
  background: url("http://lp.family-kakehashi.com/wp-content/uploads/logo_icon.png") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.under .underh3 {
  font-size: clamp(20px, 2vw, 24px);
  border-bottom: 2px solid #ee645a;
  padding-left: 30px;
  margin: 10px 0 20px;
  position: relative;
}
.under .underh3::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #ee645a;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.under .underh3.icon001, .under .underh3.icon002, .under .underh3.icon003, .under .underh3.icon004, .under .underh3.icon005 {
  padding-left: 40px;
}
.under .underh3.icon001::after, .under .underh3.icon002::after, .under .underh3.icon003::after, .under .underh3.icon004::after, .under .underh3.icon005::after {
  width: 35px;
  height: 35px;
  left: 0;
}
.under .underh3.icon001::after {
  background: url("...001.png") center/cover no-repeat;
}
.under .underh3.icon002::after {
  background: url("...002.png") center/cover no-repeat;
}
.under .underh3.icon003::after {
  background: url("...003.png") center/cover no-repeat;
}
.under .underh3.icon004::after {
  background: url("...004.png") center/cover no-repeat;
}
.under .underh3.icon005::after {
  background: url("...005.png") center/cover no-repeat;
}
.under .underh4 {
  font-size: clamp(18px, 1.66vw, 20px);
  padding-left: 20px;
  position: relative;
}
.under .underh4::after {
  content: "";
  width: 10px;
  height: 80%;
  background: #f7f6f4;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.under .underh5 {
  font-size: clamp(16px, 1.5vw, 18px);
  padding-left: 15px;
  position: relative;
}
.under .underh5::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #ee645a;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.under {
  /* ===============================
     グリッド / カラム
  ============================== */
}
.under section .columns {
  display: grid;
  gap: 15px;
}
.under section .columns:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .under section .columns {
    display: block;
  }
  .under section .columns .column:not(:last-child) {
    margin-bottom: 20px;
  }
}
.under section .columns.col2 {
  grid-template-columns: repeat(2, 1fr);
}
.under section .columns.col3 {
  grid-template-columns: repeat(3, 1fr);
}
.under section .columns.col4 {
  grid-template-columns: repeat(4, 1fr);
}
.under section .columns.reverse .column:nth-child(1) {
  order: 2;
}
.under section .columns.reverse .column:nth-child(2) {
  order: 1;
}
.under section .columns {
  /* 12グリッド */
}
.under section .columns.grid12 {
  grid-template-columns: repeat(12, 1fr);
}
.under section .columns.grid12 .span1 {
  grid-column: span 1;
}
.under section .columns.grid12 .span2 {
  grid-column: span 2;
}
.under section .columns.grid12 .span3 {
  grid-column: span 3;
}
.under section .columns.grid12 .span4 {
  grid-column: span 4;
}
.under section .columns.grid12 .span5 {
  grid-column: span 5;
}
.under section .columns.grid12 .span6 {
  grid-column: span 6;
}
.under section .columns.grid12 .span7 {
  grid-column: span 7;
}
.under section .columns.grid12 .span8 {
  grid-column: span 8;
}
.under section .columns.grid12 .span9 {
  grid-column: span 9;
}
.under section .columns.grid12 .span10 {
  grid-column: span 10;
}
.under section .columns.grid12 .span11 {
  grid-column: span 11;
}
.under section .columns.grid12 .span12 {
  grid-column: span 12;
}
@media (min-width: 768px) {
  .under section .columns.grid12 .order1 {
    order: 1;
  }
  .under section .columns.grid12 .order2 {
    order: 2;
  }
  .under section .columns.grid12 .order3 {
    order: 3;
  }
  .under section .columns.grid12 .order4 {
    order: 4;
  }
  .under section .columns.grid12 .order5 {
    order: 5;
  }
  .under section .columns.grid12 .order6 {
    order: 6;
  }
}
.under {
  /* ===============================
     テーブル
  ============================== */
}
.under .undertable {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.under .undertable th,
.under .undertable td {
  padding: 12px 16px;
  border: 1px solid #d5d5d5;
}
.under .undertable thead th {
  background: #ee645a;
  color: #fff;
  text-align: center;
}
.under .undertable tbody th {
  background: #f7f6f4;
}
.under .undertable tbody td {
  background: #fff;
}
.under .undertable.undertable1 td {
  text-align: center;
}
.under .undertable.undertable1 td:first-child {
  text-align: left;
}
.under .undertable.undertable3 th {
  background: #ee645a;
  color: #fff;
  width: 30%;
}
.under {
  /* ===============================
     リスト
  ============================== */
}
.under .underlist {
  list-style: none;
  margin: 20px 0;
}
.under .underlist li {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
.under .underlist li::before {
  content: "•";
  color: #ee645a;
  position: absolute;
  left: 0;
}
.under .underlist.check li::before {
  content: "✔";
}
.under .underlist.arrow li::before {
  content: "→";
}
.under .underlist.triangle li::before {
  content: "▶";
}
.under .underlist.number {
  counter-reset: num;
}
.under .underlist.number li {
  counter-increment: num;
}
.under .underlist.number li::before {
  content: counter(num) ".";
}
.under .underflow {
  counter-reset: flowstep;
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
}
.under .underflow .flowbox {
  position: relative;
  padding: 30px;
  background: #f7f6f4;
  border-radius: 10px;
  counter-increment: flowstep;
}
.under .underflow .flowbox:not(:last-child) {
  margin-bottom: 40px;
}
.under .underflow .flowbox:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #ee645a;
}
.under .underflow .flowbox .flowttl {
  position: relative;
  font-weight: bold;
  padding-left: 40px;
  margin-bottom: 10px;
}
.under .underflow .flowbox .flowttl::before {
  content: counter(flowstep);
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background: #ee645a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 0.1;
  letter-spacing: -1px;
}

/* その他 */
.color_red {
  color: #e30000;
}/*# sourceMappingURL=base.css.map */



















/* =====================
  ハンバーガー基本
===================== */
.hamburger {
  display: none;
  width: 30px;
  height: 22px;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}

.hamburger span {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #333;
  left: 0;
  transition: 0.3s;
}

.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { top: 9px; }
.hamburger span:nth-child(3) { bottom: 0; }

/* 開いた時（×になる） */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 10px;
}

/* =====================
  メニュー（PC）
===================== */
.site-header__menu {
  display: flex;
  gap: 20px;
}

/* =====================
  スマホ対応
===================== */
@media (max-width: 1300px) {

  .hamburger {
    display: block;
  }

  .site-header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    background: #fff;
    transition: 0.3s;
    padding-top: 60px;
    z-index: 999;
  }

  .site-header__nav.active {
    right: 0;
  }

  .site-header__menu {
    flex-direction: column;
    padding: 20px;
	gap: 0;
  }
}








