@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;900&display=swap");
html {
  font-size: 1.1111111111vw;
  scroll-behavior: smooth;
}

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

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

input,
button,
textarea,
select {
  resize: none;
  font: inherit;
  outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  transition: opacity 0.3s;
}

button {
  display: inline-block;
  border: none;
  background-color: unset;
  cursor: pointer;
  transition: opacity 0.3s;
}

* {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #514327;
}

body.open {
  overflow: hidden;
}

.is_sp {
  display: none !important;
}

.flex {
  display: flex;
}

.flex_col {
  flex-direction: column;
}

.flex_r {
  flex-direction: row-reverse;
}

.po_re {
  position: relative;
}

.po_ab {
  position: absolute;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 768px) {
  .is_pc {
    display: none !important;
  }
  .is_sp {
    display: block !important;
  }
  .flex_sp_col {
    flex-direction: column;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  color: inherit;
  transition: 0.3s;
}

html {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

input,
button,
textarea,
select {
  resize: none;
  font: inherit;
  outline: none;
  padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover,
a:focus {
  transition: 0.3s;
}

button {
  display: inline-block;
  max-width: 100%;
  border: none;
  background-color: unset;
  cursor: pointer;
  transition: 0.3s;
}

.header__hamburger {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #B29F69;
  position: absolute;
  right: 16px;
  top: 20PX;
  z-index: 100;
}
.header__hamburger p {
  font-size: 10px;
  color: #fff;
  line-height: 1;
}
.header__hamburger div {
  width: fit-content;
  margin: auto;
  min-height: 16px;
}
.header__hamburger span {
  display: block;
  width: 14px;
  margin: auto;
  height: 2px;
  margin-bottom: 3px;
  background-color: #fff;
  border-radius: 30px;
}
.header__hamburger span:first-of-type {
  margin-top: 8px;
}

.header__hamburger.active span {
  background: #fff;
}

.header__hamburger.active span:nth-of-type(1) {
  transform: translateY(2px) rotate(-45deg);
  width: 20px;
}

.header__hamburger.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.header__hamburger.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
  width: 20px;
}

header {
  padding: 0;
  border-bottom: none;
  position: absolute;
  width: 100%;
}
header .header-top {
  padding-right: 0;
  justify-content: unset;
}
header .header-top h1 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: 2.8125rem;
  width: 15%;
  min-width: 185px;
  z-index: 10;
}
header .header-top h1 img {
  width: 100%;
}
header .header-top .nav-contact {
  margin-left: auto;
}
header .header-top .nav-contact .cta-btn {
  width: auto;
  height: auto;
}
header .header-top .nav-contact .cta-btn a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
header .header-top .nav-contact .cta-btn a img {
  width: 18px;
}
header .hum-inner {
  margin-left: 20px;
  height: 80px;
}

.menu {
  display: none;
}

.menu {
  display: none;
  height: 110vh;
  overflow: scroll;
  padding-bottom: 200px;
  padding-top: 100px;
  background: #faebdc;
}
.menu .l-inner > p {
  color: #959595;
  text-align: center;
  font-size: 12px;
}
.menu.is-active {
  display: block;
  top: 0;
  position: absolute;
  z-index: 90;
  right: 0;
  width: 100%;
}
.menu .btn-inner a {
  display: flex;
  width: 100%;
  border: solid 2px #e43c01;
  border-radius: 10px;
  height: 100px;
  padding: 0 20px;
  padding-right: 40px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  background: #fff;
  margin-bottom: 10px;
}
.menu .btn-inner a img {
  width: 22px;
}
.menu .btn-inner a .arrow-icon {
  position: absolute;
  right: 20px;
  width: 12px;
}
.menu .btn-inner a p {
  font-size: 20px;
  font-weight: 700;
}
.menu .company-ineer {
  margin-top: 80px;
}
.menu .company-ineer .logo-content img {
  width: 30px;
  margin: auto;
  display: block;
  margin-bottom: 6px;
}
.menu .company-ineer .logo-content p {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
.menu .company-ineer .logo-content p span {
  font-weight: 700;
  font-size: 18px;
}
.menu .company-ineer > p {
  font-size: 14px;
  line-height: 1.8571428571;
  text-align: center;
  margin-top: 20px;
}
.menu .company-ineer .company-nav {
  margin-top: 50px;
}
.menu .company-ineer .company-nav ul li {
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.menu .company-ineer .company-nav ul li:last-of-type {
  border: none;
  padding-left: 0;
}
.menu .company-ineer .company-nav ul li p {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
.menu .company-ineer .company-nav ul li h3 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
.menu .company-ineer .company-nav ul li h3 span {
  font-weight: 700;
  font-size: 14px;
}
.menu .menu-inner {
  display: flex;
  flex-direction: column;
  gap: 72px;
  padding: 30px 20px;
}
.menu .menu-inner .menu-nav {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.menu .menu-inner .menu-nav-item a {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  line-height: 30px;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  transition: opacity 0.3s ease;
}
.menu .menu-inner .menu-nav-item a:hover {
  opacity: 0.7;
}
.menu .menu-inner .menu-footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.menu .menu-inner .menu-footer-link {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  line-height: 28px;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  transition: opacity 0.3s ease;
}
.menu .menu-inner .menu-footer-link:hover {
  opacity: 0.7;
}

.overflow-hidden {
  overflow: hidden;
}

.mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mv .mv-inner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv .mv-bg {
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mv .mv-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 3rem 2rem 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  top: 10%;
}
.mv .mv-logo {
  margin-bottom: 12px;
}
.mv .mv-logo img {
  width: 100%;
  max-width: 260px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.mv .mv-logo-sub {
  font-size: 11px;
  font-weight: 500;
  color: #5a8a9a;
  letter-spacing: 0.05em;
  margin: 6px 0 0;
  font-family: "Noto Sans JP", sans-serif;
}
.mv .mv-catchphrase {
  color: #388CA1;
  font-family: "Noto Serif JP";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 500;
  /* 43.138px */
  letter-spacing: 1.5px;
}
.mv .mv-headline {
  width: 100%;
}
.mv .mv-headline img {
  width: 40%;
  margin: auto;
  margin-top: 1.875rem;
}
.mv .mv-sub {
  color: #388CA1;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  margin-top: 3.125rem;
}
.mv .mv-features {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 28px;
}
.mv .mv-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: solid 1px #B29F69;
  width: 11.125rem;
  height: 11.125rem;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1.85rem;
}
.mv .mv-feature__icon img {
  width: 4.625rem;
  height: 4.625rem;
  object-fit: contain;
}
.mv .mv-feature__text {
  color: #8A7436;
  text-align: center;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-top: 5px;
}
.mv .consultation-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #B29F69;
  height: 4rem;
  padding: 0.875rem 4.5rem;
  border-radius: 2.375rem;
  text-decoration: none;
  position: relative;
  left: auto;
  transform: none;
  bottom: auto;
  transition: opacity 0.3s ease;
  width: 30rem;
}
.mv .consultation-btn:hover {
  opacity: 0.95;
}
.mv .consultation-btn p {
  font-size: 1.625rem;
  font-weight: 700;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  margin: 0;
}
.mv .consultation-btn__icon {
  width: 2.125rem;
  height: fit-content;
  display: flex;
}
.mv .consultation-btn__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mv .consultation-btn__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.nayami {
  position: relative;
  overflow: hidden;
}
.nayami .nayami-inner {
  position: relative;
  width: 100%;
}
.nayami .nayami-bg {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.nayami .nayami-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  padding: 5rem 1.25rem;
  box-sizing: border-box;
}
.nayami .nayami-content__inner {
  max-width: 65.625rem;
  width: 100%;
  text-align: center;
}
.nayami .nayami-content__title {
  margin-bottom: 3.125rem;
}
.nayami .nayami-content__title-text {
  color: #8A7436;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.nayami .nayami-content__icon {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 2.5rem;
}
.nayami .nayami-text {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}
.nayami .nayami-text p {
  margin: 0 0 16px;
  font-weight: 400;
  font-size: 1.25rem;
}
.nayami .nayami-text p:last-child {
  margin-bottom: 0;
}
.nayami .nayami-text > p:nth-of-type(2) {
  color: #388CA1;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
}
.nayami .nayami-text div {
  margin-top: 1.25rem;
}
.nayami .nayami-text div p {
  margin: 0;
  font-size: 1.25rem;
}
.nayami .nayami-text div span {
  background: rgba(212, 237, 232, 0.9);
  padding: 0.125rem 0.5rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .nayami .nayami-content {
    padding: 24px 16px 32px;
  }
  .nayami .nayami-content__title {
    margin-bottom: 16px;
  }
  .nayami .nayami-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    margin-top: 1.875rem;
  }
  .nayami .nayami-list li {
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    text-align: left;
    padding-left: 1.75rem;
    margin-bottom: 1rem;
  }
  .nayami .nayami-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("../assets/img/nayami-check.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .nayami .nayami-content__title-text {
    font-size: 1.75rem;
  }
  .nayami .nayami-content__icon {
    margin-bottom: 16px;
    width: 8.125rem;
  }
  .nayami .nayami-text {
    font-size: 14px;
  }
  .nayami .nayami-text p {
    font-size: 1.125rem;
  }
  .nayami .nayami-text > p:nth-of-type(2) {
    font-size: 1.125rem;
  }
  .nayami .nayami-text > p:nth-of-type(2) br {
    display: block;
  }
  .nayami .nayami-text div p {
    text-align: left;
    font-size: 1.125rem;
  }
  .nayami .nayami-text div span {
    font-size: 1.125rem;
  }
}

.omoi {
  position: relative;
  overflow: hidden;
}
.omoi .omoi-inner {
  position: relative;
  width: 100%;
}
.omoi .omoi-bg {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.omoi .omoi-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 1.25rem;
  box-sizing: border-box;
}
.omoi .omoi-content__inner {
  max-width: 65.625rem;
  width: 100%;
  text-align: center;
}
.omoi .omoi-content__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.125rem;
}
.omoi .omoi-title-line {
  width: 2px;
  height: 2.5rem;
  background: #8A7436;
  margin-bottom: 0.75rem;
  flex-shrink: 0;
}
.omoi .omoi-title {
  color: #8A7436;
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin: 0;
}
.omoi .omoi-text {
  color: #333;
  text-align: center;
}
.omoi .omoi-text h3 {
  font-family: "Noto Serif JP";
  font-size: 1.625rem;
  font-weight: 500;
  margin: 0 0 1.25rem;
  color: #333;
}
.omoi .omoi-text h3 span {
  font-family: "Noto Serif JP";
  font-size: 1.625rem;
  font-weight: 700;
}
.omoi .omoi-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
  color: #333;
}
.omoi .omoi-content__icon {
  display: block;
  max-width: 32.8125rem;
  width: 100%;
  height: auto;
  margin: 2.5rem auto 0;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .omoi .omoi-content {
    padding: 80px 16px 32px;
  }
  .omoi .omoi-content__title {
    margin-bottom: 24px;
  }
  .omoi .omoi-title-line {
    height: 2rem;
    margin-bottom: 0.5rem;
  }
  .omoi .omoi-title {
    font-size: 1.875rem;
  }
  .omoi .omoi-text h3 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
  .omoi .omoi-text h3 span {
    font-size: 1.25rem;
  }
  .omoi .omoi-text p {
    font-size: 1rem;
  }
  .omoi .omoi-content__icon {
    margin-top: 1.5rem;
    width: 17.1875rem;
  }
}

.program {
  background: #F6F1E3;
  padding-bottom: 120px;
  padding-top: 80px;
}
.program .program-inner {
  max-width: 1110px;
  margin: auto;
  padding: 0 16px;
}
.program .program-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
}
.program .program-title {
  font-size: 36px;
  font-weight: 700;
  color: #8a7436;
  text-align: center;
  margin: 0;
  line-height: 1;
  font-family: "Noto Serif JP";
}
.program .program-title-line {
  width: 2px;
  height: 60px;
  background: #B29F69;
}
.program .program-description {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-align: center;
  line-height: 36px;
  margin: 0;
}
.program .program-list {
  margin-top: 40px;
}
.program .program-item {
  background: #fff;
  border: 1px solid #b29f69;
  border-radius: 10px;
  padding: 32px 28px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin: auto;
  margin-bottom: 54px;
}
.program .program-item__image {
  max-width: 408px;
  width: 40%;
}
.program .program-item__image img {
  width: 100%;
  height: 100%;
}
.program .program-item__content {
  width: 60%;
}
.program .program-item__header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.program .program-item__icon {
  width: 64px;
  height: 64px;
  position: relative;
  flex-shrink: 0;
}
.program .program-item__title {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 36px;
  margin: 0;
}
.program .program-item__description {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #333;
  font-size: 16px;
  margin-top: 24px;
}
.program .program-item__intro {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.program .program-item__activities {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.program .program-item__activities-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.program .program-item__activities-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 30px;
}
.program .program-item__activities-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding-left: 20px;
}
.program .program-item__activities-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.program .program-item__activities-note {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.program .program-item__details {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  margin-top: 24px;
}
.program .program-item__detail-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  position: relative;
  border-bottom: solid 1px #E0D9C6;
}
.program .program-item__detail-row:first-of-type {
  border-top: solid 1px #E0D9C6;
}
.program .program-item__detail-label {
  background: #ece7db;
  height: -webkit-fill-available;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 36px;
  width: 107px;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.program .program-item__detail-value {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 36px;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.sapor {
  background: #83c2c0;
  padding: 80px 0;
}
.sapor .sapor-inner {
  max-width: 1110px;
  margin: auto;
  padding: 0 16px;
}
.sapor .sapor-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
  margin-bottom: 48px;
}
.sapor .sapor-title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
}
.sapor .sapor-title-line {
  width: 2px;
  height: 60px;
  background: #fff;
}
.sapor .sapor-description {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.sapor .sapor-list {
  display: flex;
  gap: 29px;
  justify-content: center;
}
.sapor .sapor-item {
  background: #fff;
  padding: 32px 30px;
  width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.sapor .sapor-item__icon {
  width: 117px;
  height: 117px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sapor .sapor-item__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sapor .sapor-item__title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-align: center;
  line-height: 36px;
  margin: 0;
  height: 35px;
  font-family: "Noto Sans JP", sans-serif;
}
.sapor .sapor-item__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  align-items: flex-start;
  margin-top: 24px;
}
.sapor .sapor-item__text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.sapor .sapor-item__divider {
  width: 100%;
  height: 1px;
  border-bottom: dashed 1px #83C2C0;
}
.sapor .sapor-item__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.sapor .sapor-item__list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-left: 23px;
}
.sapor .sapor-item__list li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url("../assets/img/sapor-check.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.flow {
  padding: 80px 0 120px;
}
.flow .flow-inner {
  max-width: 1110px;
  margin: auto;
  padding: 0 16px;
}
.flow .flow-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
  margin-bottom: 54px;
}
.flow .flow-title {
  font-size: 36px;
  font-weight: 700;
  color: #8a7436;
  text-align: center;
  margin: 0;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
}
.flow .flow-title-line {
  width: 2px;
  height: 60px;
  background: #8A7436;
}
.flow .flow-description {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-align: center;
  line-height: 1.5;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.flow .flow-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-left: 39px;
}
.flow .flow-item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 54px;
  position: relative;
}
.flow .flow-item:nth-child(1) {
  gap: 24px;
}
.flow .flow-item:nth-child(2), .flow .flow-item:nth-child(3), .flow .flow-item:nth-child(4), .flow .flow-item:nth-child(5) {
  gap: 20px;
}
.flow .flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 39px;
  top: 111px;
  width: 1px;
  background: #E99758;
  height: calc(100% - 115px);
}
.flow .flow-item__number {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 77px;
  flex-shrink: 0;
}
.flow .flow-item__step {
  font-size: 16px;
  font-weight: 700;
  color: #e99758;
  text-align: center;
  line-height: 30px;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.flow .flow-item__icon {
  width: 77px;
  height: 77px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow .flow-item__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.flow .flow-item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.flow .flow-item__title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  line-height: 36px;
  margin: 0;
  height: 35px;
  font-family: "Noto Sans JP", sans-serif;
}
.flow .flow-item__box {
  background: #f7f4ec;
  padding: 22px 32px;
  display: flex;
  align-items: center;
}
.flow .flow-item__text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 30px;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.flow .flow-item__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
.flow .flow-item__list li {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding-left: 20px;
}
.flow .flow-item__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.faq {
  background-color: #f6f1e3;
  padding: 80px 0 120px;
  /* 縦線 */
}
.faq-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.faq-title {
  font-size: 36px;
  font-weight: 600;
  color: #8a7436;
  text-align: center;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  line-height: normal;
}
.faq .faq-title-line {
  width: 2px;
  height: 60px;
  background: #8A7436;
}
.faq-description {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-align: center;
  margin: 0;
  line-height: 36px;
  font-family: "Noto Sans JP", sans-serif;
}
.faq-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  margin-bottom: 48px;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq-item {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 32px 48px;
  padding-bottom: 0;
}
.faq-item__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding-bottom: 32px;
}
.faq-item__question-inner {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex: 1;
  min-width: 0;
}
.faq-item__q-mark {
  font-size: 20px;
  font-weight: 700;
  color: #8a7436;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  flex-shrink: 0;
}
.faq-item__question-text {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  margin: 0;
  flex: 1;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 2px;
}
.faq-item__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-item__icon-inner {
  width: 18px;
  height: 18px;
  position: relative;
}
.faq-item__answer-inner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #8A7436;
}
.faq-item__a-mark {
  font-size: 18px;
  font-weight: 600;
  color: #8a7436;
  line-height: 1.4;
  flex-shrink: 0;
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
}
.faq-item__answer-text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  margin: 0;
  flex: 1;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.faq .faq-item__answer {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
.faq .faq-item__icon-inner::before,
.faq .faq-item__icon-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background-color: #8a7436;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.faq .faq-item__icon-inner::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq .faq-item.is-open .faq-item__icon-inner::after {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 60px 0 80px;
  }
  .faq-content {
    gap: 16px;
    margin-bottom: 32px;
  }
  .faq-title {
    font-size: 28px;
  }
  .faq-description {
    font-size: 16px;
    line-height: 28px;
  }
  .faq-list {
    gap: 16px;
  }
  .faq-item__question {
    padding-bottom: 10px;
    gap: 16px;
  }
  .faq-item__question-inner {
    gap: 16px;
  }
  .faq-item__q-mark {
    font-size: 18px;
  }
  .faq-item__answer {
    padding: 0;
  }
  .faq-item__answer-inner {
    gap: 12px;
    padding-top: 24px;
    padding-bottom: 10px;
  }
  .faq-item__a-mark {
    font-size: 16px;
  }
  .faq-item__answer-text {
    font-size: 14px;
  }
}

.voice {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
.voice::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url("../assets/img/voice-bg.png");
  background-size: cover;
  background-position: center center;
  z-index: 0;
}
.voice .voice-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.voice .voice-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 48px;
}
.voice .voice-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.voice .voice-title-line {
  width: 2px;
  height: 60px;
  background: #8A7436;
}
.voice .voice-title {
  font-size: 36px;
  font-weight: 600;
  color: #8a7436;
  text-align: center;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  line-height: normal;
}
.voice .voice-description {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-align: center;
  line-height: 36px;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.voice .voice-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 100%;
}
.voice .voice-item {
  background: #fff;
  border: 1px solid #b29f69;
  padding: 37px 17px;
  height: 378px;
  display: flex;
  flex-direction: column;
}
.voice .voice-item__inner {
  display: flex;
  gap: 16px;
  height: 100%;
}
.voice .voice-item__avatar {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.voice .voice-item__avatar svg {
  width: 100%;
  height: 100%;
  display: block;
}
.voice .voice-item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.voice .voice-item__title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.voice .voice-item__text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.voice .voice-item__text p {
  margin: 0 0 1em 0;
}
.voice .voice-item__text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 60px 20px;
  }
  .voice::before, .voice::after {
    display: none;
  }
  .voice .voice-inner {
    padding: 40px 0;
  }
  .voice .voice-content {
    gap: 16px;
    margin-bottom: 32px;
  }
  .voice .voice-title {
    font-size: 28px;
  }
  .voice .voice-description {
    font-size: 16px;
    line-height: 28px;
  }
  .voice .voice-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .voice .voice-item {
    height: auto;
    min-height: auto;
    padding: 24px 16px;
  }
  .voice .voice-item__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .voice .voice-item__avatar {
    margin-bottom: 16px;
  }
  .voice .voice-item__content {
    align-items: center;
  }
  .voice .voice-item__title {
    font-size: 18px;
    text-align: center;
  }
  .voice .voice-item__text {
    font-size: 14px;
    text-align: left;
  }
}

.contact {
  background: #c7eceb;
  padding: 86px 20px 120px;
}
.contact .contact-inner {
  max-width: 1110px;
  margin: 0 auto;
}
.contact .contact-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
.contact .contact-title {
  font-size: 36px;
  font-weight: 500;
  color: #333;
  text-align: center;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  line-height: normal;
}
.contact .contact-description {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-align: center;
  line-height: 36px;
  font-family: "Noto Sans JP", sans-serif;
}
.contact .contact-description p {
  margin: 0;
}
.contact .contact-buttons {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-bottom: 30px;
}
.contact .contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 81px;
  height: 70px;
  border-radius: 38px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.contact .contact-btn:hover {
  opacity: 0.8;
}
.contact .contact-btn--email {
  background: #b29f69;
}
.contact .contact-btn--line {
  background: #3acd01;
}
.contact .contact-btn--line .contact-btn__icon {
  width: 42px;
}
.contact .contact-btn__icon {
  width: 22px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .contact-btn__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact .contact-btn--line .contact .contact-btn__icon {
  width: 42px;
  height: 42px;
}
.contact .contact-btn__text {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 36px;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}
.contact .contact-phone {
  background: #fff;
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 40px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.contact .contact-phone__number {
  font-size: 28px;
  font-weight: 700;
  color: #8a7436;
  text-align: center;
  margin: 0;
  line-height: 36px;
  font-family: "Noto Sans JP", sans-serif;
}
.contact .contact-phone__hours {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: center;
  margin: 0;
  line-height: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
.contact .contact-note {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  max-width: 1110px;
  margin: 0 auto;
}
.contact .contact-note p {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-align: center;
  line-height: 30px;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 60px 20px 80px;
  }
  .contact .contact-content {
    gap: 16px;
    margin-bottom: 32px;
  }
  .contact .contact-title {
    font-size: 30px;
  }
  .contact .contact-description {
    font-size: 16px;
    line-height: 28px;
  }
  .contact .contact-buttons {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
  }
  .contact .contact-btn {
    width: 100%;
    max-width: 440px;
    padding: 16px 40px;
    height: 64px;
  }
  .contact .contact-btn__text {
    font-size: 20px;
  }
  .contact .contact-phone {
    padding: 20px 16px;
    margin-bottom: 32px;
  }
  .contact .contact-phone__number {
    font-size: 24px;
  }
  .contact .contact-phone__hours {
    font-size: 14px;
    line-height: 24px;
  }
  .contact .contact-note {
    gap: 8px;
  }
  .contact .contact-note p {
    font-size: 12px;
    line-height: 24px;
  }
}

.main-site {
  background: #f6f1e3;
  padding: 101px 20px 120px;
}
.main-site .main-site-inner {
  max-width: 1110px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.main-site .main-site-logo {
  width: 300px;
  height: 55px;
  flex-shrink: 0;
}
.main-site .main-site-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-site .main-site-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  text-align: center;
}
.main-site .main-site-title {
  font-size: 36px;
  font-weight: 500;
  color: #333;
  text-align: center;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  line-height: normal;
}
.main-site .main-site-description {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: center;
  line-height: 36px;
  font-family: "Noto Sans JP", sans-serif;
}
.main-site .main-site-description p {
  margin: 0;
}
.main-site .main-site-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8478b;
  color: #fff;
  padding: 12px 80px;
  height: 64px;
  border-radius: 38px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  font-family: "Noto Sans JP", sans-serif;
  transition: opacity 0.3s ease;
  width: 300px;
  flex-shrink: 0;
}
.main-site .main-site-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .main-site {
    padding: 60px 20px 80px;
  }
  .main-site .main-site-inner {
    gap: 32px;
  }
  .main-site .main-site-logo {
    width: 250px;
    height: auto;
  }
  .main-site .main-site-content {
    gap: 24px;
  }
  .main-site .main-site-title {
    font-size: 24px;
  }
  .main-site .main-site-description {
    font-size: 14px;
    line-height: 28px;
  }
  .main-site .main-site-btn {
    width: 100%;
    max-width: 300px;
    padding: 12px 40px;
    font-size: 18px;
  }
}

.footer {
  background: #fff;
  padding: 55px 165px;
}
.footer .footer-inner {
  max-width: 1110px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.footer .footer-links {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .footer-link {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-decoration: underline;
  line-height: 36px;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
.footer .footer-link:hover {
  opacity: 0.7;
}
.footer .footer-copyright {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  text-align: center;
  line-height: 20px;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 20px;
  }
  .footer .footer-inner {
    gap: 32px;
  }
  .footer .footer-links {
    flex-direction: column;
    gap: 16px;
  }
  .footer .footer-link {
    font-size: 14px;
    white-space: normal;
    text-align: center;
  }
  .footer .footer-copyright {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  header .header-top h1 {
    top: 30px;
  }
  .mv .mv-content {
    padding: 5px 20px 48px;
    max-width: none;
  }
  .mv .mv-logo img {
    max-width: 200px;
  }
  .mv .mv-logo-sub {
    font-size: 10px;
  }
  .mv .mv-catchphrase {
    font-size: 1.3125rem;
    margin-bottom: 8px;
  }
  .mv .mv-headline {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .mv .mv-headline img {
    width: 100%;
    margin: 0;
  }
  .mv .mv-sub {
    font-size: 1rem;
    margin-bottom: 1.25rem;
    margin-top: 0;
    line-height: 1.5;
  }
  .mv .mv-features {
    gap: 16px;
    margin-bottom: 24px;
    width: 100%;
  }
  .mv .mv-feature {
    max-width: none;
    width: 9.375rem;
    height: 9.375rem;
    margin-top: 0;
  }
  .mv .mv-feature__icon img {
    width: 3.9375rem;
  }
  .mv .mv-feature__text {
    font-size: 1rem;
    margin-top: 0;
  }
  .mv .consultation-btn {
    width: 90%;
    max-width: 300px;
    height: 56px;
    padding: 10px 32px;
  }
  .mv .consultation-btn p {
    font-size: 20px;
  }
  .mv .consultation-btn__icon {
    width: 24px;
    height: 24px;
  }
  .consultation-btn {
    bottom: 40px;
    height: 56px;
    padding: 10px 40px;
    width: 90%;
  }
  .consultation-btn p {
    font-size: 20px;
  }
  .consultation-btn__icon {
    width: 24px;
    height: 24px;
  }
  .program .program-title-line {
    height: 30px;
  }
  .program .program-title {
    font-size: 30px;
  }
  .sapor .sapor-title-line {
    height: 30px;
  }
  .sapor .sapor-title {
    font-size: 30px;
  }
  .flow .flow-title-line {
    height: 30px;
  }
  .flow .flow-title {
    font-size: 30px;
  }
  .faq .faq-title-line {
    height: 30px;
  }
  .faq .faq-title {
    font-size: 30px;
  }
  .voice .voice-title-line {
    height: 30px;
  }
  .voice .voice-title {
    font-size: 30px;
  }
  .program .program-item {
    display: block;
    padding: 32px 16px;
  }
  .program .program-item .program-item__image {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }
  .program .program-item .program-item__content {
    width: 100%;
  }
  .program .program-item .program-item__header {
    gap: 8px;
  }
  .program .program-item .program-item__icon {
    width: 36px;
    height: 36px;
  }
  .program .program-item .program-item__title {
    font-size: 22px;
  }
  .program .program-item .program-item__detail-value {
    line-height: 1.5;
  }
  .sapor .sapor-list {
    display: block;
  }
  .sapor .sapor-list .sapor-item {
    margin-bottom: 20px;
    width: 100%;
  }
  .flow .flow-list {
    padding-left: 0;
  }
  .flow .flow-list .flow-item__number {
    width: 50px;
  }
  .flow .flow-list .flow-item__icon {
    width: 50px;
    height: 50px;
  }
  .flow .flow-list .flow-item:not(:last-child)::after {
    left: 24px;
  }
  .flow .flow-list .flow-item__step {
    line-height: 20px;
  }
  .flow .flow-list .flow-item__box {
    padding: 16px;
  }
  .flow .flow-list .flow-item__title {
    font-size: 20px;
  }
  .faq-item {
    padding: 16px;
    padding-bottom: 10px;
  }
}/*# sourceMappingURL=style.css.map */