@charset "UTF-8";
/* 
remedy.css
*/
*, ::before, ::after {
  box-sizing: border-box;
}

html {
  line-sizing: normal;
}

body {
  margin: 0;
}

[hidden] {
  display: none;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

h1 {
  margin: 0.67em 0;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
}

picture {
  display: contents;
}

source {
  display: none;
}

img, svg, video, canvas {
  height: auto;
}

audio {
  width: 100%;
}

img {
  border-style: none;
}

svg {
  overflow: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

html, body, input, button, textarea {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400; /* 400 or 500 or 700 */
  font-style: normal;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 56px;
}

body {
  background: #ffffff;
  color: #622F2D;
  line-height: 1.4;
  overflow-wrap: break-word;
}

a {
  color: #622F2D;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.for-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .for-sp {
    display: block;
  }
}

.for-sp-narrow {
  display: none;
}
@media screen and (max-width: 480px) {
  .for-sp-narrow {
    display: block;
  }
}

.section__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 100px;
  padding-right: 40px;
  padding-bottom: 100px;
  padding-left: 40px;
  transition: padding 0.3s ease;
}
@media screen and (max-width: 750px) {
  .section__inner {
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
  }
}

.section__title h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900; /* 900 only */
  font-style: normal;
  font-size: min(10.6870229008vw, 2.625rem);
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .section__title h2 {
    font-size: min(8.1424936387vw, 2rem);
  }
}
.section__title span {
  display: inline-block;
}

header.header {
  width: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  padding: 0;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  transition: padding 0.3s ease;
}

.header__inner {
  display: flex;
  width: 100%;
  max-width: 1200px;
  height: 56px;
  background: #ffffff;
  align-items: center;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0;
}

.header__title {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 0 0.625rem 0 1.875rem;
}
@media screen and (max-width: 750px) {
  .header__title {
    gap: 1rem;
    padding-left: 1.5rem;
    padding-right: 0;
  }
}

.header__title-logo {
  display: block;
  width: 5.75rem;
  height: auto;
  transition: width 0.3s ease;
}
@media screen and (max-width: 750px) {
  .header__title-logo {
    width: 3.75rem;
  }
}
.header__title-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header__title-text {
  font-size: 1.0625rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .header__title-text {
    font-size: min(3.5623409669vw, 0.875rem);
  }
}
.header__title-text a {
  font-weight: 700;
  color: #622F2D;
  text-decoration: none;
}
@media screen and (hover: hover) {
  .header__title-text a {
    opacity: 1;
    transition: opacity 0.3s ease-in;
  }
}
@media screen and (hover: hover) {
  .header__title-text a:hover {
    opacity: 0.6;
  }
}

.header__navi {
  display: flex;
  padding: 0 10px 0 0;
}

.header__navi-list {
  margin-right: 1.25rem;
  display: flex;
  align-items: center;
  gap: min(1.1818181818vw, 1.25rem);
}
@media screen and (max-width: 1000px) {
  .header__navi-list {
    display: none;
  }
}
.header__navi-list li a {
  display: block;
  font-size: min(1.171875vw, 0.9375rem);
}
@media screen and (hover: hover) {
  .header__navi-list li a {
    opacity: 1;
    transition: opacity 0.3s ease-in;
  }
}
@media screen and (hover: hover) {
  .header__navi-list li a:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 1000px) {
  .header__cta {
    display: none;
  }
}
.header__cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #7B5A58;
  color: #ffffff;
  font-size: 1.25rem;
  height: 40px;
  padding: 0 1rem 2px;
  border-radius: 9999px;
}
@media screen and (hover: hover) {
  .header__cta a {
    opacity: 1;
    transition: opacity 0.3s ease-in;
  }
}
@media screen and (hover: hover) {
  .header__cta a:hover {
    opacity: 0.6;
  }
}

.header__navi-toggle {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #622F2D;
  border: 0 transparent;
  border-radius: 999px;
  width: 40px;
  height: 0;
  padding-top: 40px;
  overflow: hidden;
  color: transparent;
  position: relative;
  cursor: pointer;
}
@media screen and (hover: hover) {
  .header__navi-toggle {
    opacity: 1;
    transition: opacity 0.3s ease-in;
  }
}
@media screen and (hover: hover) {
  .header__navi-toggle:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1000px) {
  .header__navi-toggle {
    display: block;
  }
}
.header__navi-toggle:before, .header__navi-toggle:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 10px;
  transition: transform 0.3s ease;
}
.header__navi-toggle:before {
  transform: translateY(-6px);
  transform-origin: 50% 50%;
}
.header__navi-toggle:after {
  transform: translateY(4px);
  transform-origin: 50% 50%;
}
.is-menu-open .header__navi-toggle:before {
  transform: translateY(-1px) rotate(135deg);
  transform-origin: 50% 50%;
}
.is-menu-open .header__navi-toggle:after {
  transform: translateY(-1px) rotate(-135deg);
  transform-origin: 50% 50%;
}

.header__navi-for-smartphone {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #7B5A58;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .is-menu-open .header__navi-for-smartphone {
    opacity: 1;
    visibility: visible;
  }
}

.header__navi-for-smartphone-inner {
  max-height: 100vh;
  overflow-y: auto;
  padding: 76px 20px 40px;
}

.header__navi-list-for-smartphone {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 20px;
  row-gap: 0;
}
.header__navi-list-for-smartphone li {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 480px) {
  .header__navi-list-for-smartphone li {
    width: 100%;
  }
}
.header__navi-list-for-smartphone li a {
  display: block;
  text-align: center;
  font-size: 1.125rem;
  color: #ffffff;
  padding: 1.25rem;
  border-bottom: 1px solid #ffffff;
}
@media screen and (hover: hover) {
  .header__navi-list-for-smartphone li a {
    opacity: 1;
    transition: opacity 0.3s ease-in;
  }
}
@media screen and (hover: hover) {
  .header__navi-list-for-smartphone li a:hover {
    opacity: 0.6;
  }
}

.header__cta-for-smartphone {
  display: block;
  margin-top: 20px;
}
.header__cta-for-smartphone a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #A77A47;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  height: 3em;
  padding: 0 1rem 2px;
  border-radius: 9999px;
}
@media screen and (hover: hover) {
  .header__cta-for-smartphone a {
    opacity: 1;
    transition: opacity 0.3s ease-in;
  }
}
@media screen and (hover: hover) {
  .header__cta-for-smartphone a:hover {
    opacity: 0.6;
  }
}

.section-intro {
  background: #F9F4F2;
  width: 100%;
  overflow: hidden;
}
.section-intro .section__content {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  .section-intro .section__content {
    bottom: 0;
    left: 0;
    right: unset;
  }
}

.intro__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: url(../img/intro_bg_pc.jpg) no-repeat 0 0;
  background-size: 794px auto;
  padding-top: 750px;
}
@media screen and (max-width: 750px) {
  .intro__inner {
    background: url(../img/intro_bg_sp.jpg) no-repeat 0 0;
    background-size: 100% auto;
    padding-top: 139.9491094148%;
  }
}

.intro__img-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  max-width: 520px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 86px;
  margin-right: 46px;
  transition: width 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .intro__img-wrap {
    width: 52%;
    max-width: unset;
  }
}
@media screen and (max-width: 750px) {
  .intro__img-wrap {
    width: 100%;
    gap: 2.5445292621vw;
    margin-top: 71px;
    margin-right: 5.8524173028vw;
  }
}

.intro__img-001,
.intro__img-002,
.intro__img-003 {
  display: block;
  transform: translateY(-200%);
  transition: transform 1.5s ease-in-out;
  border-radius: 9999px;
  width: 40.7124681934%;
}
@media screen and (max-width: 750px) {
  .intro__img-001,
  .intro__img-002,
  .intro__img-003 {
    width: 20.3562340967%;
  }
}
.intro__img-001 img,
.intro__img-002 img,
.intro__img-003 img {
  display: block;
  width: 100%;
  height: auto;
}
.is_loaded .intro__img-001,
.is_loaded .intro__img-002,
.is_loaded .intro__img-003 {
  transform: translateY(0);
}

.intro__img-001 {
  transition-delay: 0s;
}

.intro__img-002 {
  transition-delay: 0.2s;
}

.intro__img-003 {
  transition-delay: 0.4s;
}

.intro__text-001 picture {
  display: flex;
  justify-content: flex-end;
}
.intro__text-001 img {
  display: block;
  width: min(746px, 62.1666666667vw);
  height: auto;
}
@media screen and (max-width: 1000px) {
  .intro__text-001 img {
    width: 62.1666666667%;
  }
}
@media screen and (max-width: 750px) {
  .intro__text-001 img {
    width: 100%;
  }
}

.intro__note {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-right: 1.875rem;
  padding-bottom: 2rem;
  padding-left: 1.875rem;
}
@media screen and (max-width: 750px) {
  .intro__note {
    padding-top: 0;
    padding-bottom: 1rem;
  }
}
.intro__note p {
  font-size: 0.75rem;
  line-height: 1.2;
}

.fixed-buttons {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 0.625rem;
}

.fixed-buttons__inner {
  display: flex;
  justify-content: center;
  gap: min(3.3078880407vw, 0.8125rem);
}

.fixed-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #A77A47;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.25rem 1.25rem;
  border-radius: 1rem;
}
@media screen and (hover: hover) {
  .fixed-button a {
    opacity: 1;
    transition: opacity 0.3s ease-in;
  }
}
@media screen and (hover: hover) {
  .fixed-button a:hover {
    opacity: 0.6;
  }
}

.section-concept {
  background-color: #ffffff;
  color: #622F2D;
}
.section-concept .section__title h2 {
  text-align: left;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .section-concept .section__title h2 {
    line-height: 1.2;
    text-align: center;
  }
}
.section-concept .section__title span {
  display: inline-block;
}
.section-concept .section__inner {
  max-width: 1000px;
}
.section-concept .section__subtitle {
  margin-top: 20px;
}
.section-concept .section__subtitle h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .section-concept .section__subtitle h3 {
    font-size: 1.625rem;
  }
}
.section-concept .section__subtitle h3 img {
  max-width: 340px;
}
@media screen and (max-width: 750px) {
  .section-concept .section__subtitle h3 img {
    margin-right: auto;
    margin-left: auto;
  }
}

.concept__inner {
  display: flex;
  flex-direction: row-reverse;
  gap: 32px;
}
@media screen and (max-width: 750px) {
  .concept__inner {
    flex-direction: column;
    gap: 16px;
  }
}

.concept__text-wrap {
  flex: 1;
}

.concept__text-001 {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .concept__text-001 {
    align-items: center;
  }
}
.concept__text-001 p {
  font-size: min(1rem, 1.9973368842vw);
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .concept__text-001 p {
    font-size: min(1rem, 4.0712468193vw);
  }
}
.concept__text-001 p + p {
  margin-top: 1em;
}

.concept__img-001 {
  width: min(480px, (100% - 32px) / 2);
}
@media screen and (max-width: 750px) {
  .concept__img-001 {
    width: 100%;
  }
}
.concept__img-001 img {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.section-solutions {
  background-color: #7B5A58;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .section-solutions .section__title h2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
    row-gap: 0;
    padding-right: 1em;
    padding-left: 1em;
  }
}
.section-solutions .section__title h2 span {
  display: inline-block;
}
.section-solutions .section__title h2 span:first-child {
  margin-right: 1em;
}
@media screen and (max-width: 750px) {
  .section-solutions .section__title h2 span:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .section-solutions .section__title h2 br {
    display: none;
  }
}
.section-solutions .section__inner {
  padding-right: 0;
  padding-left: 0;
}
.section-solutions .section__content {
  margin-top: 38px;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 750px) {
  .section-solutions .section__content {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.solutions__needs-list-wrap {
  padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .solutions__needs-list-wrap {
    padding-bottom: 10px;
  }
}
.solutions__needs-list-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 30px;
  background: url(../img/solutions_arrow-001.svg) no-repeat 50% 50%;
  background-size: auto 100%;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .solutions__needs-list-wrap::after {
    margin-top: 10px;
  }
}

.solutions__needs-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 20px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .solutions__needs-list {
    flex-direction: column;
    gap: 10px;
  }
}
.solutions__needs-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 20px) / 2);
  background: #444444;
  border-radius: 1.5rem;
  padding: 1.5rem;
}
@media screen and (max-width: 750px) {
  .solutions__needs-list li {
    width: 100%;
  }
}

.solutions__needs-list-item-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .solutions__needs-list-item-text {
    font-size: 1.25rem;
  }
}

.solutions__list-item {
  display: flex;
  align-items: stretch;
  height: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background: #ffffff;
  border-radius: 1.5rem;
  overflow: hidden;
  color: #622F2D;
}
@media screen and (max-width: 750px) {
  .solutions__list-item {
    flex-direction: column;
  }
}

.solutions__list-item-img {
  display: block;
  width: min(480px, (100% - 24px) / 2);
}
@media screen and (max-width: 1000px) {
  .solutions__list-item-img {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .solutions__list-item-img {
    width: 100%;
  }
}
.solutions__list-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .solutions__list-item-img img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}

.solutions__list-item-text-wrap {
  flex: 1;
}

.solutions__list-item-title {
  display: block;
  margin-top: 1.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}
.solutions__list-item-label + .solutions__list-item-title {
  margin-top: 1rem;
}
.solutions__list-item-title h3 {
  font-weight: 700;
}

.solutions__list-item-text {
  display: block;
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 1.125rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-bottom: 1.5rem;
}
.solutions__list-item-text small {
  display: block;
  font-size: 0.8125rem;
  margin-top: 0.5rem;
}

.solutions__features-text-001 {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .solutions__features-text-001 {
    text-align: left;
    margin-top: 0.8125rem;
    margin-bottom: 2rem;
  }
}
.solutions__features-text-001 p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .solutions__features-text-001 br {
    display: none;
  }
}

.solutions__features-list {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .solutions__features-list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .solutions__features-list {
    flex-direction: column;
  }
}
.solutions__features-list li {
  display: block;
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 1200px) {
  .solutions__features-list li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 750px) {
  .solutions__features-list li {
    width: 100%;
  }
}

.solutions__features-list-item {
  display: block;
  height: 100%;
  background: #ffffff;
  border-radius: 1.5rem;
  overflow: hidden;
  color: #622F2D;
}

.solutions__features-list-item-img {
  display: block;
}
.solutions__features-list-item-img img {
  display: block;
  width: 100%;
  height: auto;
}

.solutions__features-list-item-label {
  display: block;
  margin-top: 1.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.solutions__features-list-item-label em {
  display: inline-block;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1;
  padding: 0.25rem 1rem;
  background: #622F2D;
  color: #ffffff;
  border-radius: 0.5rem;
}

.solutions__features-list-item-title {
  display: block;
  margin-top: 1.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}
.solutions__features-list-item-label + .solutions__features-list-item-title {
  margin-top: 1rem;
}
.solutions__features-list-item-title h3 {
  font-weight: 700;
}

.solutions__features-list-item-text {
  display: block;
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 1.125rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-bottom: 1.5rem;
}

.solutions__text-002 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.solutions__text-002-inner {
  display: block;
  width: 100%;
  max-width: 680px;
  background: #ffffff;
  border-radius: 1.5rem;
  overflow: hidden;
  color: #622F2D;
  padding: 1.5rem;
}
.solutions__text-002-inner p {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

.section-location {
  background-color: #ffffff;
}
.section-location .section__content {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .section-location .section__content {
    margin-top: 30px;
  }
}
.section-location .section__subtitle h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .section-location .section__subtitle h3 {
    font-size: min(7.1246819338vw, 1.75rem);
  }
}

.location__content-001 {
  display: flex;
  gap: 40px;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 3.75rem;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .location__content-001 {
    flex-direction: column;
    gap: 0;
  }
}

.location__content-001-col1 {
  flex: 1;
}

.location__content-001-col2 {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .location__content-001-col2 {
    width: 100%;
  }
}

.location__address {
  margin-top: 0.125rem;
  font-size: 0.875rem;
  font-weight: 700;
}

.location__text-001 {
  margin-top: 1.25rem;
}
.location__text-001 p {
  font-size: 1rem;
  line-height: 1.8;
}

.location__link-official-website {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-top: 1.25rem;
  margin-top: 1rem;
  gap: 20px;
}

.location__link-official-website-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #A77A47;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1;
  padding: 1.25rem 2rem;
  border-radius: 9999px;
}
@media screen and (hover: hover) {
  .location__link-official-website-button a {
    opacity: 1;
    transition: opacity 0.3s ease-in;
  }
}
@media screen and (hover: hover) {
  .location__link-official-website-button a:hover {
    opacity: 0.6;
  }
}

.location__map {
  margin-top: 1rem;
}

.location__map-embed {
  width: 100%;
  height: 0;
  padding-top: 68.75%;
  position: relative;
}
.location__map-embed iframe,
.location__map-embed .iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.location__detail {
  margin-top: 3.75rem;
  display: flex;
  align-items: stretch;
  gap: 30px;
}
@media screen and (max-width: 750px) {
  .location__detail {
    flex-direction: column;
  }
}

.location__detail-item {
  display: block;
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 750px) {
  .location__detail-item {
    width: 100%;
  }
}

.location__detail-item-inner {
  background: #ffffff;
  display: block;
  height: 100%;
}

.location__list-item-img {
  display: block;
}
.location__list-item-img img {
  display: block;
  width: 100%;
  height: auto;
}

.location__list-item-title {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 0.75rem;
}
@media screen and (max-width: 750px) {
  .location__list-item-title {
    font-size: min(6.106870229vw, 1.5rem);
  }
}

.location__list-item-text {
  display: block;
  line-height: 1.8;
  margin-top: 0.5rem;
  padding-bottom: 0.75rem;
}
.location__list-item-text small {
  display: block;
  font-size: 0.8125rem;
  margin-top: 0.5rem;
}

.section-amenities {
  background: #F9F4F2;
  border-radius: 1.5rem;
  padding: 0;
  max-width: 800px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .section-amenities {
    margin-top: 30px;
  }
}

.amenities__title {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 1.5rem 1.25rem;
}
.amenities__title:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background: url(../img/icon-open-001.svg) no-repeat 50% 50%;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 1rem;
}
.is-open .amenities__title:after {
  background-image: url(../img/icon-close-001.svg);
}
.amenities__title h2 {
  text-align: center;
}
.amenities__title span {
  display: inline-block;
  font-size: min(6.106870229vw, 1.5rem);
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .amenities__title span {
    font-size: min(4.5801526718vw, 1.125rem);
  }
}

.amenities__content {
  display: block;
  height: 0;
  overflow: hidden;
  opacity: 0;
  padding-bottom: 0;
  transition: height 0.5s ease, opacity 0.5s ease, padding-bottom 0.5s ease;
}
.is-open .amenities__content {
  opacity: 1;
}

.amenities__content-inner {
  padding: 0 1.5rem 1.5rem;
}

.amenities__list {
  margin-top: 1.5rem;
}

.amenities__list-item {
  margin: 0;
}
.amenities__list-item + .amenities__list-item {
  margin-top: 1.5rem;
}
.amenities__list-item dt {
  margin: 0;
  padding: 0.4375rem 0.75rem 0.6875rem;
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 3px solid #622F2D;
}
.amenities__list-item dd {
  margin: 0;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}
.amenities__list-item dd + dd {
  border-top: 1px solid #DDDDDD;
}

.amenities__list-item-link-wrap {
  margin-top: 0.5rem;
}
.amenities__list-item-link-wrap a {
  display: inline-block;
  color: #622F2D;
  text-decoration: underline;
  text-underline-position: under;
}
@media screen and (hover: hover) {
  .amenities__list-item-link-wrap a {
    opacity: 1;
    transition: opacity 0.3s ease-in;
  }
}
@media screen and (hover: hover) {
  .amenities__list-item-link-wrap a:hover {
    opacity: 0.6;
  }
}

.amenities__what-to-bring {
  margin-top: 1.5rem;
  background: #ffffff;
  padding: 1.25rem;
}

.amenities__what-to-bring-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 750px) {
  .amenities__what-to-bring-title {
    font-size: min(4.834605598vw, 1.1875rem);
  }
}

.amenities__what-to-bring-list {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.amenities__what-to-bring-list ul {
  padding-left: 1em;
}
.amenities__what-to-bring-list li {
  list-style-type: disc;
}

.section-businesshours {
  background: #F9F4F2;
  border-radius: 1.5rem;
  padding: 0;
  max-width: 800px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .section-businesshours {
    margin-top: 30px;
  }
}

.businesshours__title {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 1.5rem 1.25rem 1rem;
}
.businesshours__title h2 {
  text-align: center;
}
.businesshours__title span {
  display: inline-block;
  font-size: min(6.106870229vw, 1.5rem);
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .businesshours__title span {
    font-size: min(5.0890585242vw, 1.25rem);
  }
}

.businesshours__content {
  display: block;
  overflow: hidden;
  padding-bottom: 0;
}

.businesshours__content-inner {
  padding: 0 1.5rem 1.5rem;
}

.businesshours__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  row-gap: 0;
}
@media screen and (max-width: 750px) {
  .businesshours__list {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 0;
  }
}

.businesshours__list-item {
  width: calc((100% - 30px) / 2);
  border-bottom: 1px solid #CCCCCC;
  padding: 1rem 1rem;
}
@media screen and (max-width: 750px) {
  .businesshours__list-item {
    width: 100%;
  }
}

.businesshours__list-item-title h3 {
  font-size: 1.125rem;
  font-weight: 700;
}

.businesshours__list-item-text {
  margin-top: 0.25rem;
}
.businesshours__list-item-text p {
  font-size: 1rem;
  line-height: 1.5;
}

.section-partner {
  background-color: #F9F4F2;
}
.section-partner .section__content {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .section-partner .section__content {
    margin-top: 30px;
  }
}

.partner__supervisor-title h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .partner__supervisor-title h3 {
    font-size: min(7.1246819338vw, 1.75rem);
  }
}

.partner__supervisor-list {
  margin-top: 1.25rem;
}

.partner__item-inner {
  display: flex;
  gap: 2rem;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .partner__item-inner {
    flex-direction: column;
    gap: 1rem;
  }
}

.partner__list-item-img {
  width: min(480px, (100% - 2rem) / 2);
}
@media screen and (max-width: 750px) {
  .partner__list-item-img {
    width: 100%;
  }
}

.partner__item-img-content-item span {
  display: block;
  border-radius: 1.5rem;
  overflow: hidden;
}
.partner__item-img-content-item span img {
  display: block;
  width: 100%;
  height: auto;
}

.partner__list-item-text-wrap {
  flex: 1;
}

.partner__list-item-logo img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .partner__list-item-logo img {
    max-width: 26.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .partner__list-item-logo img {
    max-width: 50.8905852417vw;
    margin-right: auto;
    margin-left: auto;
  }
}

.partner__list-item-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 1.25rem;
}
@media screen and (max-width: 750px) {
  .partner__list-item-title {
    margin-top: 0.5rem;
  }
}

.partner__list-item-text {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 1.25rem;
}

.partner__supervisor + .partner__adviser {
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .partner__supervisor + .partner__adviser {
    margin-top: 3.125rem;
  }
}

.partner__adviser-title h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .partner__adviser-title h3 {
    font-size: min(7.1246819338vw, 1.75rem);
  }
}

.partner__adviser-list {
  margin-top: 1.25rem;
}

.section-plans {
  background-color: #ffffff;
}
.section-plans .section__content {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .section-plans .section__content {
    margin-top: 30px;
  }
}

.plans__text-001 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.plans__text-001 p {
  font-size: 1rem;
  line-height: 1.8;
}

.plans__img-001 {
  width: 100%;
  max-width: 560px;
  margin: 1.875rem auto;
}
.plans__img-001 img {
  display: block;
  width: 100%;
  height: auto;
}

.plans__note-001 {
  display: flex;
  justify-content: center;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.plans__note-001 ul {
  font-size: 1rem;
  line-height: 1.8;
  padding-left: 1em;
}
.plans__note-001 ul li:before {
  content: "・";
  margin-left: -1em;
}
.plans__note-001 strong {
  font-weight: 700;
  color: #db5c5c;
}

.plans__section {
  background: #F9F4F2;
  border-radius: 1.5rem;
  overflow: hidden;
  margin: 1.875rem auto;
  width: 100%;
  max-width: 680px;
}

.plans__section-title {
  background: #622F2D;
  display: block;
  position: relative;
  cursor: pointer;
  padding: 0 1.25rem;
  transition: border-radius 0.5s ease;
}
.-basic .plans__section-title {
  background: #622F2D;
}
.-option .plans__section-title {
  background: #F9F4F2;
  border: 4px solid #622F2D;
  border-radius: 1.5rem;
}
.is-open.-option .plans__section-title {
  border-radius: 1.5rem 1.5rem 0 0;
}
.plans__section-title h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  text-align: center;
  padding: 0.625rem;
}
.-option .plans__section-title h3 {
  color: #622F2D;
}
.plans__section-title:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background: url(../img/icon-open-002.svg) no-repeat 50% 50%;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0.875rem;
}
.-option .plans__section-title:after {
  background-image: url(../img/icon-open-001.svg);
}
.is-open .plans__section-title:after {
  background-image: url(../img/icon-close-002.svg);
}
.is-open.-option .plans__section-title:after {
  background-image: url(../img/icon-close-001.svg);
}

.plans__section-content {
  display: block;
  height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 2.5rem 0;
  transition: height 0.5s ease, opacity 0.5s ease, padding-bottom 0.5s ease;
}
@media screen and (max-width: 750px) {
  .plans__section-content {
    padding: 0 1.25rem 0;
  }
}
.plans__section.is-open .plans__section-content {
  opacity: 1;
}

.plans__section-content-inner {
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 750px) {
  .plans__section-content-inner {
    padding-bottom: 1.25rem;
  }
}

.plans__section-content-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  row-gap: 0;
}
@media screen and (max-width: 750px) {
  .plans__section-content-list ul {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 0;
  }
}
.plans__section-content-list ul li {
  width: calc((100% - 30px) / 2);
  border-bottom: 1px solid #CCCCCC;
  padding: 1rem 0.5rem;
}
@media screen and (max-width: 750px) {
  .plans__section-content-list ul li {
    width: 100%;
    padding-right: 0.5rem;
  }
}
.plans__section-content-list ul li.width-100 {
  width: 100%;
}

.plans__section-content-item {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
}

.plans__section-content-item-img {
  display: block;
  margin-bottom: 0.625rem;
}
.plans__section-content-item-img img {
  display: block;
  width: 100%;
  height: auto;
}

.plans__section-content-item-title {
  display: flex;
  gap: 0.6875rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
}
.plans__section-content-item-title:before {
  content: "";
  display: inline-block;
  background: url(../img/plans_item_icon-001.svg) no-repeat 50% 50%;
  background-size: 100% auto;
  width: 0.6875rem;
  height: 0;
  padding-top: 0.625rem;
  margin-top: 0.538125rem;
}
.plans__section-content-item-title em {
  display: block;
  font-style: normal;
  flex: 1;
}
.plans__section-content-item-title strong {
  font-weight: 700;
  color: #db5c5c;
}

.plans__section-content-item-subtitle {
  display: flex;
  gap: 0.4375rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0.5rem;
}
.plans__section-content-item-title + .plans__section-content-item-subtitle {
  margin-top: 1rem;
}
.plans__section-content-item-subtitle:before {
  content: "";
  display: inline-block;
  background: url(../img/plans_item_icon-002.svg) no-repeat 50% 50%;
  background-size: 100% auto;
  width: 0.9375rem;
  height: 0;
  padding-top: 1.125rem;
}
.plans__section-content-item-subtitle em {
  display: block;
  font-style: normal;
  flex: 1;
}

.plans__section-content-item-subtitle-note {
  display: inline-block;
  margin-left: 0.4em;
}
@media screen and (max-width: 750px) {
  .plans__section-content-item-subtitle-note {
    font-size: 0.8125rem;
  }
}

.plans__section-content-item-text {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4875;
  padding-left: 1.375rem;
  margin-top: 0.3125rem;
}

.plans__section-content-item-price {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4875;
  text-align: right;
  padding-left: 1.875rem;
}

.plans__section-content-note {
  display: flex;
  justify-content: flex-end;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0.625rem;
}
.plans__section-content-note strong {
  font-weight: 700;
  color: #db5c5c;
}

.plans__subtitle h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.5rem;
}

.plans__example-wrap {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}
@media screen and (max-width: 750px) {
  .plans__example-wrap {
    flex-direction: column;
    gap: 1.875rem;
  }
}

.plans__example {
  flex: 1;
  width: calc((100% - 40px) / 3);
  background: #F9F4F2;
  border: 2px solid #7B5A58;
  border-radius: 1.25rem;
  overflow: hidden;
  padding: 1.5rem 0;
}
@media screen and (max-width: 750px) {
  .plans__example {
    width: 100%;
  }
}

.plans__example-title {
  margin-bottom: 1.25rem;
  padding: 0 0.625rem;
}
.plans__example-title h4 {
  min-height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .plans__example-title h4 {
    min-height: unset;
  }
}

.plans__example-price-total-text {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 0.625rem;
}

.plans__example-price-number-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.6875rem;
}
@media screen and (max-width: 1000px) {
  .plans__example-price-number-wrap {
    gap: 0.125rem;
  }
}

.plans__example-price-number {
  display: block;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.plans__example-price-unit {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .plans__example-price-unit {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 750px) {
  .plans__example-price-unit {
    font-size: 1rem;
  }
}
.plans__example-price-unit br {
  display: none;
}
@media screen and (max-width: 1000px) {
  .plans__example-price-unit br {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .plans__example-price-unit br {
    display: none;
  }
}

.plans__example-title-sub {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.875rem;
  width: 120px;
  border-radius: 9999px;
  margin: 1.25rem auto 0;
  cursor: pointer;
}
.plans__example-title-sub h5 {
  display: flex;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
}
.plans__example-title-sub:after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 0;
  padding-top: 1.25rem;
  background: url(../img/plans_example_title-sub-icon.svg) no-repeat 50% 50%;
  background-size: 100% auto;
}
.is-open .plans__example-title-sub:after {
  background-image: url(../img/icon-close-001.svg);
}

.plans__example-detail {
  display: block;
  height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 1.5rem;
  transition: height 0.5s ease, opacity 0.5s ease;
}
.plans__example.is-open .plans__example-detail {
  opacity: 1;
}
.plans__example-detail .plans__example-price-number-wrap {
  padding: 1rem 0;
}

.plans__example-detail-inner {
  padding-top: 1.25rem;
}

.plans__example-detail-item {
  background: #ffffff;
  width: 100%;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
}

.plans__example-detail-item-title {
  background: #622F2D;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.1;
  text-align: center;
}
.-basic .plans__example-detail-item-title {
  background: #622F2D;
}
.-option .plans__example-detail-item-title {
  background: #7B5A58;
}

.plans__example-detail-item-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  padding: 1rem 2rem 0;
}
@media screen and (max-width: 1000px) {
  .plans__example-detail-item-text {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .plans__example-detail-item-text {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.plans__example-detail-item-plus {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.plans__example-detail-item-plus img {
  display: block;
  width: auto;
  height: 2.375rem;
  margin-right: auto;
  margin-left: auto;
}

.section-usage {
  background-color: #F9F4F2;
}
.section-usage .section__content {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .section-usage .section__content {
    margin-top: 30px;
  }
}

.usage__content-001 {
  background: #ffffff;
  overflow: hidden;
  padding: 2.5rem 1.25rem 1.25rem;
}
@media screen and (max-width: 750px) {
  .usage__content-001 {
    padding: 0;
  }
}

.usage__content-img img {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .usage__content-img img {
    max-width: 100%;
  }
}

.usage__content-inner {
  padding: 2.5rem 0;
}
@media screen and (max-width: 750px) {
  .usage__content-inner {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.usage__content-title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .usage__content-title {
    text-align: left;
    font-size: 1.25rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.usage__content-title br {
  display: none;
}
@media screen and (max-width: 1000px) {
  .usage__content-title br {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .usage__content-title br {
    display: none;
  }
}

.usage__content-text {
  margin-top: 2.5rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media screen and (max-width: 750px) {
  .usage__content-text {
    margin-top: 1.125rem;
  }
}
.usage__content-text .swiper {
  overflow: unset;
}
.usage__content-text .swiper-slide {
  height: unset;
}

.usage__content-text-item {
  height: 100%;
}

.usage__content-text-item-inner {
  background: #ffffff;
  border: 1px solid #7B5A58;
  border-radius: 0.5rem;
  padding: 0.625rem;
  height: 100%;
}
.usage__content-text-item-inner p {
  font-size: 1rem;
  line-height: 1.8;
}
.usage__content-text-item-inner strong {
  font-weight: 700;
}
.usage__content-text-item-inner strong.time {
  font-weight: 900;
}

.section-cta-001 {
  background-color: #7B5A58;
  color: #ffffff;
}
.section-cta-001 .section__inner {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 750px) {
  .section-cta-001 .section__inner {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

.cta-001__title h2 {
  font-size: min(1.875rem, 7.6335877863vw);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .cta-001__title br {
    display: none;
  }
}

.cta-001__text-001 {
  margin-top: 0.875rem;
}
.cta-001__text-001 p {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  font-size: 2.625rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900; /* 900 only */
  font-style: normal;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .cta-001__text-001 p {
    flex-wrap: wrap;
    row-gap: 0;
  }
}
.cta-001__text-001 p span {
  display: inline-block;
}

.cta-001__text-001-001 {
  font-size: min(9.1603053435vw, 2.25rem);
}

.cta-001__text-001-002 {
  font-size: min(10.6870229008vw, 2.625rem);
}

.cta-001__box {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1.25rem;
  width: 100%;
  max-width: 800px;
  margin-top: 1.125rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .cta-001__box {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

.cta-001__box-item {
  flex: 1;
}
.cta-001__box-item a {
  display: block;
  background: #A77A47;
  color: #ffffff;
  height: 100%;
  font-size: 1.25rem;
  line-height: 1.3;
  padding: 1.875rem 1.25rem 1.5625rem;
  border: 1px solid #ffffff;
  border-radius: 1.5rem;
}
@media screen and (hover: hover) {
  .cta-001__box-item a {
    opacity: 1;
    transition: opacity 0.3s ease-in;
  }
}
@media screen and (hover: hover) {
  .cta-001__box-item a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 750px) {
  .cta-001__box-item a {
    padding: 1.25rem 0.625rem 1rem;
  }
}

.cta-001__box-item-icon {
  display: block;
  width: 4rem;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .cta-001__box-item-icon {
    width: 3rem;
  }
}
.cta-001__box-item-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.cta-001__box-item-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .cta-001__box-item-title {
    font-size: 1.5rem;
    margin-top: 0.875rem;
  }
}

.cta-001__box-item-text {
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .cta-001__box-item-text {
    font-size: 0.8125rem;
    margin-top: 0.875rem;
  }
}
.cta-001__box-item-text strong {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-style: dotted;
}

.section-flow {
  background-color: #ffffff;
}
.section-flow .section__content {
  margin-top: 120px;
}
@media screen and (max-width: 1000px) {
  .section-flow .section__content {
    margin-top: 80px;
  }
}
@media screen and (max-width: 750px) {
  .section-flow .section__content {
    margin-top: 60px;
  }
}

.flow__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  counter-reset: flow-counter;
}
@media screen and (max-width: 750px) {
  .flow__list {
    flex-direction: column;
    align-items: center;
    gap: 56px;
  }
}
.flow__list li {
  width: 100%;
  max-width: 296px;
}
@media screen and (max-width: 750px) {
  .flow__list li {
    width: 100%;
    max-width: 296px;
  }
}

.flow__list-item {
  display: block;
  position: relative;
  counter-increment: flow-counter;
}
.flow__list-item::before {
  content: counter(flow-counter, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -1rem;
  left: -1rem;
  z-index: 10;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  background-color: #622F2D;
  font-size: 1.125rem;
  color: #ffffff;
}

.flow__list-item-img {
  display: block;
  border-radius: 0.75rem;
  overflow: hidden;
}
.flow__list-item-img img {
  display: block;
  width: 100%;
  height: auto;
}

.flow__list-item-text {
  display: block;
  font-size: 1.25rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-top: 1.5rem;
}

.section-faq {
  background-color: #F9F4F2;
}
.section-faq .section__inner {
  max-width: 800px;
}
.section-faq .section__content {
  margin-top: 48px;
}
@media screen and (max-width: 750px) {
  .section-faq .section__content {
    margin-top: 23px;
  }
}

.faq__list.-more {
  display: block;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.5s ease, opacity 0.5s ease;
}
.faq__list.-more.is-open {
  opacity: 1;
  margin-top: 0.625rem;
}

.faq__item {
  background: #ffffff;
  margin: 0;
  padding: 1.5rem 1.5rem 1.5rem 1.375rem;
}
@media screen and (max-width: 750px) {
  .faq__item {
    padding: 1rem 1rem 1rem 0.6875rem;
  }
}
.faq__item dt {
  display: flex;
  gap: 0.1875rem;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}
.faq__item dt::before {
  content: "Q.";
  font-weight: 700;
  color: #7B5A58;
}
.faq__item dd {
  display: flex;
  gap: 0.1875rem;
  margin: 0.625rem 0 0 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.4;
}
.faq__item dd::before {
  content: "A.";
  font-weight: 700;
  color: #7B5A58;
}
.faq__item dd p {
  margin: 0;
}
.faq__item dd a {
  text-decoration: underline;
  text-underline-position: under;
  color: #622F2D;
}
@media screen and (hover: hover) {
  .faq__item dd a {
    opacity: 1;
    transition: opacity 0.3s ease-in;
  }
}
@media screen and (hover: hover) {
  .faq__item dd a:hover {
    opacity: 0.6;
  }
}
.faq__item + .faq__item {
  margin-top: 0.625rem;
}

.faq__list-more-button {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 1.4375rem;
}
.faq__list-more-button button {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: transparent;
  color: #ffffff;
  font-size: 1.25rem;
  color: #622F2D;
  line-height: 1;
  padding: 1.25rem 2rem;
  border: 1px solid #622F2D;
  border-radius: 9999px;
  outline: 0 transparent;
  cursor: pointer;
}
@media screen and (hover: hover) {
  .faq__list-more-button button {
    opacity: 1;
    transition: opacity 0.3s ease-in;
  }
}
@media screen and (hover: hover) {
  .faq__list-more-button button:hover {
    opacity: 0.6;
  }
}

.footer {
  background-color: #ffffff;
}

.footer__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 100px;
  padding-right: 40px;
  padding-bottom: 100px;
  padding-left: 40px;
  transition: padding 0.3s ease;
  color: #622F2D;
  padding-top: 2.5rem !important;
  padding-bottom: 6.875rem !important;
}
@media screen and (max-width: 750px) {
  .footer__inner {
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
  }
}

.footer__text-001 {
  display: flex;
  justify-content: center;
  font-size: 1rem;
  text-align: left;
}

.footer__company-logo {
  margin-top: 1.5rem;
}
.footer__company-logo img {
  display: block;
  width: 92px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.footer__company-name {
  margin-top: 1.5rem;
  font-size: 0.9375rem;
  text-align: center;
}

.footer__copyright {
  margin-top: 1.5rem;
  font-size: 1rem;
  text-align: center;
}