@charset "UTF-8";

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

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

html {
  scroll-behavior: smooth;
}

/* Set core body defaults */

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */

img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  /* フォントスムージングをオフ */
}

body {
  font-family: "Zen Old Mincho", serif;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
}

.fv {
  position: relative;
}

.fv__overlay-image-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}

.fv__overlay-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__overlay-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 16.7%;
  height: 106%;
  background: rgba(249, 246, 206, 0.5);
  z-index: 5;
  pointer-events: none;
}

.fv__overlay-box.fv__overlay-box--2nd {
  right: 0;
  width: 14%;
  height: 112%;
  background: rgba(249, 246, 206, 0.5);
}

.fv__inner {
  width: 100%;
  height: auto;
  position: relative;
}

.fv__image {
  width: 100%;
  height: auto;
}

.fv__pc .fv__message-box {
  position: absolute;
  bottom: 30%;
  right: 14%;
  z-index: 10;
}

.fv__pc .fv__message-container {
  position: relative;
}

.fv__pc .fv__sub-message-box {
  position: absolute;
  top: -70px;
  right: -45px;
  background-color: #0B432A;
  padding: 8px 35px;
}

.fv__pc .fv__sub-message {
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
}

.fv__pc .fv__main-message-box {
  background-color: #fff;
  padding: 43px 34px;
}

.fv__pc .fv__main-message {
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #0B432A;
}

.fv__sp .fv__message-container {
  position: relative;
}

.fv__sp .fv__sub-message-box {
  position: absolute;
  top: -70px;
  left: 0;
  background-color: #0B432A;
  padding: 19px 15px;
  z-index: 10;
}

.fv__sp .fv__sub-message {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
}

.fv__sp .fv__main-message-box {
  padding: 48px 12px;
}

.fv__sp .fv__main-message {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #0B432A;
}

.inner {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.inner2 {
  width: 100%;
  max-width: 1440px;
  padding-left: 170px;
  padding-right: 170px;
  margin-right: auto;
  margin-left: auto;
}

.inner3 {
  width: 100%;
  max-width: 1440px;
  padding-left: 170px;
  padding-right: 170px;
  margin-right: auto;
  margin-left: auto;
}

.inner4 {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.inner6 {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
}

.line {
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(222, 198, 156, 0)), color-stop(50%, #DEC69C), to(rgba(222, 198, 156, 0)));
  background: linear-gradient(to right, rgba(222, 198, 156, 0) 0%, #DEC69C 50%, rgba(222, 198, 156, 0) 100%);
  text-align: center;
}

.section-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
}

.section-subtitle {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #0B432A;
  white-space: nowrap;
}

.section-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #0B432A;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-title.section-title--white {
  color: #fff;
}

.section-title span {
  font-family: "Hina Mincho", serif;
  font-size: 78.4px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #0B432A;
}

.section-title-and-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #010C0D;
}

.main-text.main-text--bold {
  font-weight: 700;
}

.h3-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #010C0D;
}

.h3-text.h3-text--green {
  color: #0B432A;
}

.h1-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #010C0D;
}

.kyotyo-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #010C0D;
}

.hosoku-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #010C0D;
}

.h2-midashi-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #0B432A;
}

.h4-komidashi-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #0B432A;
}

.lg-show {
  display: none;
}

.md-show {
  display: none;
}

.sp-show {
  display: none;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 73px;
  background-color: #0C432B;
}

.header__inner {
  width: 100%;
  padding-left: 50px;
}

.header__logo {
  width: 230px;
}

.header__fixed {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 73px;
  top: 0;
  right: 0;
  padding-right: 77px;
  z-index: 100;
}

.header__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #CFA458;
  padding: 3.5px 33.5px;
  border-radius: 20px;
  margin-right: 10px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 0;
}

.header__btn.header__tel {
  background: #0B432A;
  border: 1.5px solid #fff;
}

.header__btn::before {
  content: "";
  position: absolute;
  display: block;
  background: #F9F6CE;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: -1;
}

.header__btn:hover,
.header__tel-icon:hover {
  color: #fff;
}

.header__tel-icon {
  width: 100%;
  max-width: 18px;
  height: auto;
  margin-right: 10px;
}

.header__nav {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.header .hamburger-menu {
  width: 65px;
  height: 65px;
  right: 0;
  top: 0;
  padding: 10px;
  cursor: pointer;
  z-index: 20;
  background: rgba(11, 67, 42, 0.15);
  border-radius: 50px;
}

.header .hamburger-menu__button {
  position: relative;
  width: 100%;
  height: 100%;
}

.header .hamburger-menu__button-bar {
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .hamburger-menu__button-bar:last-child {
  width: 70%;
}

.header .top {
  top: 20%;
}

.header .middle {
  top: 50%;
}

.header .bottom {
  top: 80%;
}

.header .active .top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
}

.header .active .middle {
  opacity: 0;
}

.header .active .bottom {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
  width: 100%;
}

.menu {
  position: fixed;
  background: rgba(11, 67, 42, 0.15);
  height: 100vh;
  top: 0;
  right: 0;
  padding-left: 83px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 50;
}

.menu__list {
  padding-top: 50px;
  padding-left: 46px;
  height: 100vh;
  background: #fff;
  overflow-y: auto;
}

.menu.active {
  -webkit-transform: none;
  transform: none;
}

.menu__item {
  width: 515px;
  border-bottom: 1px solid #0B432A;
  padding: 15px 0;
}

.menu__sub {
  padding: 15px 0 0 16px;
}

.menu a {
  color: #0B432A;
}

.care-message__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 80px 0;
}

.care-message__block--bg {
  background-color: #F5F7F4;
}

.care-message__box {
  width: 100%;
  max-width: 520px;
  height: auto;
}

.care-message__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #010C0D;
  text-align: center;
}

.line.care-message__line {
  margin-top: 20px;
  max-width: 510px;
}

.care-message__paragraph-box {
  width: 100%;
  max-width: 435.5px;
  height: auto;
  margin: 0 auto;
  padding-top: 40px;
}

.care-message__paragraph:not(:first-child) {
  padding-top: 33px;
}

.care-message__highlight {
  color: #CFA458;
}

.feature {
  padding: 80px 0;
}

.feature__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  place-items: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.feature__item {
  background-color: #fff;
  max-width: 540px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.feature__point {
  position: absolute;
  top: 0;
  left: 0;
}

.feature__point-pc-image {
  width: 100%;
  max-width: 104.75px;
  height: auto;
}

.feature__point-sp-image {
  width: 100%;
  max-width: 78px;
  height: auto;
}

.feature__contents-box {
  width: 97%;
  max-width: 525px;
  height: auto;
  margin-left: auto;
  margin-top: 17px;
  background-color: #FBF8F3;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.feature__label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0C432B;
  color: #fff;
  font-family: "Hina Mincho", serif;
}

.feature__img {
  width: 100%;
  max-width: 525px;
  height: auto;
}

.feature__text-box {
  padding: 20px 20px 35px;
}

.feature__lead {
  padding-top: 15px;
}

.feature__desc {
  padding-top: 20px;
}

.service {
  padding-top: 80px;
}

.service__item {
  position: relative;
  padding-top: 65px;
  padding-bottom: 170px;
}

.service__item.service__item--2nd {
  padding-top: 0;
  padding-bottom: 100px;
  margin-top: -55px;
}

.service__item.service__item--3rd {
  padding-bottom: 250px;
}

.service__item.service__item--4th {
  padding-top: 0;
  margin-top: -30px;
  padding-bottom: 100px;
}

.service__item.service__item--5th {
  padding-top: 120px;
}

.service__item.service__item--bg-clip1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #F5F7F4;
  z-index: -1;
  -webkit-clip-path: polygon(0 12%, calc(50% + 500px) 12%, calc(50% + 500px) 80%, 0 95%);
          clip-path: polygon(0 12%, calc(50% + 500px) 12%, calc(50% + 500px) 80%, 0 95%);
}

.service__item.service__item--bg-clip3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #F5F7F4;
  z-index: -1;
  -webkit-clip-path: polygon(calc(50% - 640px) 5%, 100% 14%, 100% 91%, calc(50% - 640px) 100%);
          clip-path: polygon(calc(50% - 640px) 5%, 100% 14%, 100% 91%, calc(50% - 640px) 100%);
}

.service__item.service__item--bg-cli5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #F5F7F4;
  z-index: -1;
  -webkit-clip-path: polygon(0 17%, calc(50% + 600px) 9%, calc(50% + 600px) 100%, 0 100%);
          clip-path: polygon(0 17%, calc(50% + 600px) 9%, calc(50% + 600px) 100%, 0 100%);
}

.service__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  gap: 13px;
}

.service__title-box.service__title-box--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.service__title-number-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
  height: 71px;
}

.service__title-number {
  font-family: "Zen Old Mincho", serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.04em;
  color: #0B432A;
}

.service__title-number-line {
  width: 1px;
  height: 80%;
  background: #0B432A;
}

.service__title-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.service__title {
  display: inline-block;
  background-color: #F9F6CE;
}

.service__subtitle {
  display: inline-block;
  background-color: #F9F6CE;
  margin-top: 4px;
}

.service__content-box {
  width: 100%;
  max-width: 1100px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
  padding-top: 30px;
}

.service__text-block:not(:first-child) {
  padding-top: 20px;
}

.service__content-left {
  width: 100%;
  max-width: 540px;
  height: auto;
}

.service__image {
  width: 100%;
  max-width: 540px;
  height: auto;
}

.service__sub-content-box {
  width: 100%;
  max-width: 1100px;
  height: auto;
  padding-top: 40px;
}

.service__sub-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 17px;
}

.service__sub-item {
  width: 100%;
  max-width: 540px;
  height: auto;
  position: relative;
}

.service__sub-image {
  width: 100%;
  max-width: 340px;
  height: auto;
  margin-right: auto;
}

.service__sub-item-textbox {
  position: absolute;
  bottom: -80px;
  right: -10px;
  width: 100%;
  max-width: 335px;
  height: auto;
  padding: 8.5px 17px;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 0px 7px rgba(103, 116, 97, 0.07);
          box-shadow: 0px 0px 7px rgba(103, 116, 97, 0.07);
}

.voice {
  width: 100%;
  height: auto;
  background-color: #FBF8F3;
  padding-top: 80px;
  padding-bottom: 80px;
}

.voice__wrapper {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin-inline: auto;
}

.voice__wrapper:first-child {
  padding-top: 50px;
}

.voice__wrapper:not(:first-child) {
  padding-top: 25px;
}

.voice__contents-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin-inline: auto;
}

.voice__contents-box.voice__contents-box--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.voice__image-box {
  width: 100%;
  max-width: 350px;
  height: auto;
}

.voice__image-box.voice__image-box--adjust-maxwidth {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.voice__hosoku-sp-text {
  display: none;
}

.voice__hosoku-text-right {
  text-align: right;
}

.voice__pc-image {
  width: 100%;
  height: auto;
}

.voice__sp-image {
  width: 100%;
  max-width: 390px;
  height: auto;
}

.voice__title-and-text {
  width: 100%;
  max-width: 750px;
  height: auto;
  padding: 0 30px;
}

.voice__contents-title-box {
  position: relative;
  margin-top: 90px;
}

.voice__point {
  position: absolute;
  top: -65px;
  left: -40px;
}

.voice__point-pc-image {
  width: 100%;
  max-width: 100px;
  height: auto;
}

.voice__point-sp-image {
  width: 100%;
  max-width: 90px;
  height: auto;
}

.voice__contents-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #0B432A;
}

.voice__name {
  text-align: right;
}

.voice__text-box {
  padding-top: 30px;
}

.voice__text-block:not(:first-child) {
  padding-top: 20px;
}

.plan {
  background-color: #F5F7F4;
  padding: 80px 0;
}

.plan__container {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin-inline: auto;
  position: relative;
}

.plan__title {
  padding: 10px 88px;
  background-color: #0B432A;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.plan__second-container {
  width: 100%;
  max-width: 1090px;
  height: auto;
  margin-left: auto;
  padding-top: 20px;
}

.plan__second-container.plan__second-container--first {
  margin-top: 35px;
}

.plan__second-container.plan__second-container--bg1 {
  background-image: url(../img/plan/plan__01__bg__pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.plan__second-container.plan__second-container--bg2 {
  background-image: url(../img/plan/plan__02__bg__pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.plan__second-container.plan__second-container--bg3 {
  background-image: url(../img/plan/plan__03__bg__pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.plan__wrapper {
  width: 100%;
  max-width: 1020px;
  height: auto;
  margin-inline: auto;
  padding-top: 75px;
  padding-bottom: 65px;
}

.plan__subtitle {
  font-family: "Zen Old Mincho", serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #0B432A;
}

.plan__highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #F9F6CE));
  background: linear-gradient(transparent 60%, #F9F6CE 60%);
}

.plan__feature-box {
  width: 100%;
  max-width: 540px;
  height: auto;
  padding-top: 35px;
}

.plan__features {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.plan__features:not(:first-child) {
  margin-top: 8px;
}

.plan__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.plan__icon {
  width: 100%;
  max-width: 15px;
  height: auto;
}

.plan__text {
  padding-left: 10px;
}

.plan__price-tag-box {
  padding-top: 5px;
}

.plan__price-tag-label {
  background-color: #F9F6CE;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 5px;
}

.plan__price-amount {
  display: inline-block;
  color: #0B432A;
  padding-left: 10px;
}

.plan__price {
  font-family: "News Cycle", sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.1;
}

.plan__yen {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.plan__description {
  width: 100%;
  max-width: 748px;
  height: auto;
  padding-top: 35px;
}

.plan__pc-table {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin-top: 35px;
}

.plan__pc-table-image {
  width: 100%;
  max-width: 1000px;
  height: auto;
}

.planSlider {
  position: relative;
  width: 100%;
  max-width: 360px;
  height: auto;
}

.plan__box {
  width: 100%;
  height: auto;
}

.planSlider__prev img,
.planSlider__next img {
  width: 100%;
  max-width: 30px;
  height: auto;
}

.plan__cost-box {
  padding-top: 35px;
}

.plan__cost {
  width: 100%;
  margin-top: 10px;
  border-right: none;
}

.plan__cost tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.plan__cost tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 14.2857142857%;
}

.plan__cost th {
  background: #F9F6CE;
  width: 100%;
  text-align: left;
  padding: 8px 10px;
  border-top: 1.5px solid #fff;
  border-left: 1.5px solid #fff;
}

.plan__cost td {
  padding: 8px 10px;
  border-left: 1.5px solid #F9F6CE;
  border-bottom: 1.5px solid #F9F6CE;
  background: #fff;
}

.plan__cost td:last-child {
  border-right: 1.5px solid #F9F6CE;
}

.plan__text-box {
  margin-top: 35px;
}

.plan__hosoku-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.1em;
  color: #010C0D;
}

.plan__description {
  width: 100%;
  max-width: 1000px;
  height: auto;
}

.plan__description-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  background-color: #fff;
  width: 100%;
  max-width: 1000px;
  height: auto;
  border-radius: 10px;
}

.plan__description-box:not(:first-child) {
  margin-top: 10px;
}

.plan__desc-icon {
  width: 100%;
  max-width: 30px;
  height: auto;
  margin-right: 15px;
}

.about {
  padding-top: 80px;
}

.about__table-container {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin-inline: auto;
  padding-top: 40px;
}

.about__plan {
  width: 100%;
  border-bottom: none;
}

.about__plan tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about__plan th {
  width: 100%;
  max-width: 540px;
  border-bottom: 1.5px solid #fff;
  padding: 5px 15px;
  background: #F5F7F4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #010C0D;
  text-align: left;
}

.about__plan td {
  padding: 5px 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1.5px solid #F5F7F4;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #010C0D;
}

.access {
  padding-top: 80px;
  padding-bottom: 80px;
}

.access__map-box {
  padding-top: 37px;
}

.access__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 37%;
}

.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access__table-container {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin-inline: auto;
  padding-top: 40px;
}

.access__plan {
  width: 100%;
  padding-top: 20px;
}

.access__plan tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.access__plan th {
  width: 100%;
  max-width: 540px;
  border-bottom: 1.5px solid #fff;
  padding: 5px 15px;
  background: #F5F7F4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #010C0D;
  text-align: left;
}

.access__plan td {
  padding: 5px 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1.5px solid #F5F7F4;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #010C0D;
}

.faq {
  background-color: #F5F7F4;
  padding: 80px 0;
}

.toggle__container {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin-inline: auto;
  padding-top: 60px;
}

.toggle__contents:not(:first-child) {
  margin-top: 25px;
}

.toggle__title-wrapper {
  position: relative;
  padding: 15px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.4;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.toggle__answer-wrapper {
  display: none;
}

.toggle__answer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.toggle__image {
  width: 100%;
  max-width: 47px;
  height: auto;
}

.toggle__title,
.toggle__answer {
  padding-left: 27px;
}

.toggle-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}

.toggle-btn:before,
.toggle-btn:after {
  display: block;
  content: "";
  background-color: #0B432A;
  position: absolute;
  width: 25px;
  height: 3px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.toggle-btn:before {
  width: 3px;
  height: 25px;
}

.toggle__title-wrapper.selected .toggle-btn:before {
  content: normal;
}

.toggle-content {
  padding: 20px 25px;
  display: none;
}

.contact {
  background-color: #0B432A;
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact__container {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin-inline: auto;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 80px;
}

.p-contact__inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  padding: 0 25px 100px;
}

.p-form__item {
  padding-top: 20px;
}

.p-form__title {
  width: 30%;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #010C0D;
}

.p-form__title span {
  display: inline-block;
  padding: 0px 10px;
  background-color: #F9F6CE;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #010C0D;
}

.p-form__title--type02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-form__title--type03 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-form__title--aiStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #010C0D;
  margin-top: 10px;
}

.p-formInput input::-webkit-input-placeholder, .p-formTextarea textarea::-webkit-input-placeholder {
  color: lightgray;
  font-size: 16px;
}

.p-formInput input::-moz-placeholder, .p-formTextarea textarea::-moz-placeholder {
  color: lightgray;
  font-size: 16px;
}

.p-formInput input:-ms-input-placeholder, .p-formTextarea textarea:-ms-input-placeholder {
  color: lightgray;
  font-size: 16px;
}

.p-formInput input::-ms-input-placeholder, .p-formTextarea textarea::-ms-input-placeholder {
  color: lightgray;
  font-size: 16px;
}

.p-formInput input::placeholder,
.p-formTextarea textarea::placeholder {
  color: lightgray;
  font-size: 16px;
}

.p-formInput input {
  width: 100%;
  height: 60px;
  padding-left: 20px;
  border: 1px solid #B5B5B5;
  border-radius: 0;
  font-size: 16px;
}

.p-formInput input:focus,
.p-formTextarea textarea:focus {
  outline: 2px solid #B5B5B5;
}

.p-formInput--sm input {
  width: 350px;
  max-width: 100%;
}

.p-formInput__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-formInput__post input {
  width: 320px;
  margin-right: auto;
  margin-left: auto;
}

.p-formInput__address {
  margin-top: 10px;
}

.p-formInput__address input {
  width: 70%;
}

.p-formInput--tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-formInput--tel > * {
  min-width: 0;
}

.p-formInput--tel input {
  width: 150px;
  max-width: 100%;
}

.p-formSelect select {
  width: 250px;
  max-width: 100%;
  height: 60px;
  padding-left: 20px;
  border: 1px solid #B5B5B5;
  border-radius: 0;
  color: lightgray;
  font-size: 16px;
  background: url(../images/common/pulldown.svg) right 10px center/10px no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-formSelect select:focus {
  outline: 2px solid #B5B5B5;
}

.p-formSelect--selected select {
  color: #333;
}

.p-formDate__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-formDate__flex + .p-formDate__flex {
  margin-top: 20px;
}

.p-formDate__label {
  font-size: 16px;
}

.p-form__dataBlockFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-form__dataBlockFlex + .p-form__dataBlockFlex {
  margin-top: 20px;
}

.p-form__dataBlockLabel {
  width: 80px;
  font-size: 16px;
}

.p-formCalendar {
  position: relative;
}

.p-formCalendar input {
  width: 250px;
  height: 60px;
  padding-left: 20px;
  padding-right: 5px;
  border: 1px solid #B5B5B5;
  border-radius: 0;
  color: lightgray;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  position: relative;
  background: url(../images/common/calendar.svg) right 8px center/15px no-repeat;
}

.p-formCalendar input::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  background: transparent;
  z-index: 1;
}

@-moz-document url-prefix()  {
  .p-formCalendar input {
    background: none;
  }

  .p-formCalendar::after {
    position: absolute;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path d="M13.5 2H13V1c0-.6-.4-1-1-1s-1 .4-1 1v1H5V1c0-.6-.4-1-1-1S3 .4 3 1v1h-.5C1.1 2 0 3.1 0 4.5v9C0 14.9 1.1 16 2.5 16h11c1.4 0 2.5-1.1 2.5-2.5v-9C16 3.1 14.9 2 13.5 2zm0 12.5h-11c-.6 0-1-.4-1-1V6h13v7.5c0 .6-.4 1-1 1z"></path></svg>') no-repeat center center/contain;
    top: 50%;
    right: 10px;
    transform: translateY(-55%);
    pointer-events: none;
  }
}

.p-formCalendar input::-webkit-date-and-time-value {
  text-align: left;
}

.p-formCalendar input:focus {
  outline: 2px solid #B5B5B5;
}

.p-form__dataBlockDate input:not(.p-formDate__default) {
  color: #333;
}

.p-formNumber__txt {
  font-size: 16px;
}

.p-formNumber__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-formNumber__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-formNumber__blockLabel01 {
  margin-right: 30px;
  font-size: 16px;
}

.p-formNumber__blockLabel01 {
  font-size: 16px;
}

.p-formNumber__blockInput {
  width: 150px;
  margin-right: 10px;
}

.p-formCheckbox input {
  display: none;
}

.p-formCheckbox .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.p-formCheckbox .wpcf7-list-item {
  margin-left: 0;
}

.p-formCheckbox--vertical .wpcf7-checkbox {
  display: block;
}

.p-formCheckbox--vertical .wpcf7-list-item {
  display: block;
  margin: 0;
}

.p-formCheckbox--vertical .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 20px;
}

.p-formCheckbox input + span {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 0 0 35px;
  font-size: 16px;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #010C0D;
}

.p-formCheckbox input + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #B5B5B5;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-formCheckbox input + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  width: 8px;
  height: 13px;
  margin-top: -8px;
  border-right: 3px solid #0B432A;
  border-bottom: 3px solid #0B432A;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-formCheckbox input:checked + span::after {
  opacity: 1;
}

.p-formRadio .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.p-formRadio--vertical .wpcf7-radio {
  display: block;
}

.p-formRadio .wpcf7-list-item {
  margin: 0;
}

.p-formRadio--vertical .wpcf7-list-item {
  display: block;
  margin: 0;
}

.p-formRadio--vertical .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 20px;
}

.p-formRadio input + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  cursor: pointer;
}

.p-formRadio input[type=radio] {
  display: none;
}

.p-formRadio input + span::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-top: auto;
  margin-right: 0.5em;
  margin-bottom: auto;
  border: 1px solid #B5B5B5;
  border-radius: 100%;
  background: #fff;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.p-formRadio input:checked + span::before {
  background-color: blue;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
}

.p-formFile .wpcf7-form-control-wrap {
  display: block;
}

.p-formFile .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 20px;
}

.p-formFile input {
  max-width: 100%;
  font-size: 16px;
  line-height: 1;
}

.p-formTextarea textarea {
  width: 100%;
  max-height: 150px;
  padding-top: 10px;
  padding-left: 20px;
  border: 1px solid #B5B5B5;
  border-radius: 0;
  font-size: 16px;
  overflow-y: scroll;
}

.p-form__privacy {
  margin-top: 30px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #010C0D;
}

.p-form__privacy a {
  line-height: 1;
  text-decoration: underline;
  color: #010C0D;
}

.p-form__acceptance {
  margin-top: 30px;
  text-align: center;
}

.p-form__submit {
  margin-top: 50px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
}

.p-formBtn input {
  width: 100%;
  max-width: 650px;
  margin-inline: auto;
  padding: 15px 207px;
  border-radius: 50px;
  background-color: #CFA458;
  border: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.p-formBtn input:disabled {
  color: #fff;
  background-color: #eee;
  border-color: #eee;
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 15px 10px;
  border-color: #2C94DE;
  font-size: 24px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  padding: 15px 10px;
  border-color: red;
  font-size: 24px;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-not-valid-tip {
  display: block;
  color: red;
  font-size: 16px;
  font-weight: normal;
}

.wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}

.p-formValidation .wpcf7-not-valid-tip {
  display: none;
}

.p-formValidation__error {
  display: none;
  margin-top: 10px;
  color: red;
  font-size: 16px;
  font-weight: normal;
}

.wpcf7-form:not(.hide_error_message) .p-formValidation:has(.wpcf7-not-valid-tip) .p-formValidation__error {
  display: block;
}

div.cf-turnstile {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.insta {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.insta__clip1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(249, 246, 206, 0.5);
  z-index: 0;
  -webkit-clip-path: polygon(0% 52%, 100% 27%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 52%, 100% 27%, 100% 100%, 0% 100%);
}

.insta__clip2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(249, 246, 206, 0.5);
  z-index: 0;
  -webkit-clip-path: polygon(0% 56%, 100% 32%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 56%, 100% 32%, 100% 100%, 0% 100%);
}

.insta__container {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin-inline: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}

.thanks {
  background-color: #fff;
  width: 100%;
  height: 100vh;
}

.thanks__container {
  padding-top: 145px;
}

.thanks__text-wrapper {
  margin-top: 80px;
  padding: 45px 65px;
  background-color: #F5F7F4;
}

.thanks__text {
  padding-top: 17px;
}

@media screen and (min-width: 768px) {
  .p-formBtn input:disabled:hover {
    cursor: not-allowed;
  }

  .p-formBtn input:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}

@media screen and (max-width: 1024px) {
  .fv__overlay-image-box {
    display: none;
  }

  .fv__overlay-box {
    display: none;
  }

  .fv__overlay-box.fv__overlay-box--2nd {
    display: none;
  }

  .fv__sp .fv__message-box {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #fff), to(rgba(244, 236, 225, 0.5)));
    background: linear-gradient(to bottom, #fff 35%, rgba(244, 236, 225, 0.5) 100%);
  }

  .inner {
    padding-right: 15px;
    padding-left: 15px;
  }

  .inner2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .inner3 {
    padding-right: 0;
    padding-left: 0;
  }

  .inner5 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .inner6 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .line {
    margin-top: 25px;
  }

  .section-title-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .section-title-container.section-title-container--adjust-maxwidth {
    width: 100%;
    max-width: 540px;
    margin-inline: auto;
  }

  .section-subtitle {
    font-size: 23px;
  }

  .section-title {
    font-size: 32px;
  }

  .section-title span {
    font-size: 56px;
  }

  .lg-none {
    display: none;
  }

  .lg-show {
    display: block;
  }

  .header__inner {
    padding-left: 15px;
  }

  .header__fixed {
    padding-right: 15px;
  }

  .menu__list {
    padding-bottom: 85px;
  }

  .header__logo {
    width: 200px;
  }

  .header__btn {
    display: none;
  }

  .menu__item {
    width: 100%;
  }

  .footer__btn {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 200;
  }

  .footer__btn.show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .footer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: auto;
    background-color: #0B432A;
    padding: 20px 10px;
  }

  .footer__box.footer__box--contact {
    background-color: #CFA458;
  }

  .footer__tel,
  .footer__contact {
    color: #fff;
  }

  .footer__icon {
    width: 100%;
    max-width: 18px;
    height: auto;
    margin-right: 5px;
  }

  .care-message__block {
    padding-top: 80px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  .care-message__block--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .care-message__block--sp-inner {
    padding-right: 15px;
    padding-left: 15px;
  }

  .care-message__box {
    max-width: 540px;
  }

  .care-message__paragraph-box {
    text-align: left;
  }

  .care-message__paragraph {
    line-height: 1.6;
  }

  .feature__list {
    grid-template-columns: 1fr;
  }

  .service {
    padding-top: 0;
  }

  .service__item {
    padding-top: unset;
    padding-bottom: unset;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .service__item {
    display: grid;
    place-content: center;
    place-items: center;
  }

  .service__item.service__item--1st {
    background-color: #F5F7F4;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .service__item.service__item--2nd {
    margin-top: unset;
  }

  .service__item.service__item--3rd {
    background-color: #F5F7F4;
    padding-top: 35px;
    padding-bottom: 130px;
  }

  .service__item.service__item--4th {
    margin-top: unset;
  }

  .service__item.service__item--5th {
    background-color: #F5F7F4;
    padding-top: 35px;
    padding-bottom: 130px;
    margin-bottom: unset;
  }

  .service__item.service__item--bg-clip1::before {
    display: none;
  }

  .service__item.service__item--bg-clip3::before {
    display: none;
  }

  .service__item.service__item--bg-cli5::before {
    display: none;
  }

  .service__title-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .service__title-number-box {
    height: 40px;
  }

  .service__title-number {
    font-size: 45px;
  }

  .service__content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .service__content-box.service__content-box--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .service__text-block:first-child {
    padding-top: 20px;
  }

  .service__sub-content-box {
    padding-top: 40px;
  }

  .service__sub-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .service__sub-item:not(:first-child) {
    padding-top: 110px;
  }

  .service__sub-image {
    max-width: 540px;
  }

  .voice {
    padding-bottom: 0;
  }

  .voice__wrapper {
    max-width: 540px;
  }

  .voice__wrapper:first-child {
    padding-top: 40px;
  }

  .voice__wrapper:not(:first-child) {
    padding-top: 40px;
  }

  .voice__contents-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .voice__contents-box.voice__contents-box--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .voice__image-box {
    max-width: 390px;
  }

  .voice__hosoku-sp-text {
    display: block;
    margin-left: auto;
  }

  .voice__title-and-text {
    margin-top: -80px;
    padding: 0 30px 60px;
  }

  .voice__contents-title {
    font-weight: 600;
    font-size: 25px;
  }

  .plan__container {
    max-width: 540px;
    margin-top: 45px;
  }

  .plan__container:first-child {
    margin-top: 40px;
  }

  .plan__title {
    font-size: 25px;
    top: -5px;
  }

  .plan__title.plan__title--second {
    padding: 10px 40px;
  }

  .plan__second-container.plan__second-container--bg1 {
    background-image: url(../img/plan/plan__01__bg__sp.png);
    max-width: 540px;
  }

  .plan__second-container.plan__second-container--bg2 {
    background-image: url(../img/plan/plan__02__bg__sp.png);
    max-width: 540px;
  }

  .plan__second-container.plan__second-container--bg3 {
    background-image: url(../img/plan/plan__03__bg__sp.png);
    max-width: 540px;
  }

  .plan__wrapper {
    padding-top: 55px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 200px;
  }

  .plan__wrapper.plan__wrapper--non-padding {
    padding-left: unset;
    padding-right: unset;
  }

  .plan__subtitle {
    font-size: 20px;
  }

  .plan__reverse-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .plan__price-amount {
    padding-left: unset;
    padding-top: 5px;
  }

  .plan__sp-table {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(../img/plan/plan__slider__bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-inline: auto;
  }

  .planSlider__prev {
    top: 50%;
    left: -10px;
  }

  .planSlider__next {
    top: 50%;
    right: -10px;
  }

  .plan__cost {
    border-bottom: none;
    margin-top: 10px;
  }

  .plan__cost tbody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .plan__cost tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }

  .plan__cost th {
    width: 135px;
  }

  .plan__cost td {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
  }

  .plan__desc-icon {
    margin-right: 5px;
  }

  .about__table-container {
    max-width: 540px;
    padding-top: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about__plan th {
    text-align: center;
  }

  .about__plan td {
    padding: 5px 5px;
  }

  .about__plan td.about__plan--non-border {
    border-bottom: unset;
  }

  .about__plan tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about__plan th {
    width: 100%;
  }

  .access {
    padding-bottom: 50px;
  }

  .access__subtitle {
    text-align: center;
  }

  .access__map {
    padding-top: 97%;
  }

  .access__table-container {
    max-width: 540px;
    padding-top: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .access__plan th {
    text-align: center;
  }

  .access__plan td {
    padding: 5px 5px;
  }

  .access__plan td.access__plan--non-border {
    border-bottom: unset;
  }

  .access__plan tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .access__plan th {
    width: 100%;
  }

  .toggle__container {
    max-width: 540px;
    padding: 0 15px;
  }

  .toggle__title {
    padding-right: 60px;
  }

  .contact__container {
    margin-top: 40px;
    max-width: 540px;
    padding-top: 40px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .p-contact__inner {
    max-width: 550px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .p-form__item {
    margin-right: auto;
    margin-left: auto;
  }

  .p-form__title {
    width: 100%;
    padding: 0 10px;
  }

  .p-form__title--type02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .p-form__input {
    width: 100%;
    margin-top: 10px;
    padding: 0 10px;
  }

  .p-formInput input {
    width: 100%;
    height: 50px;
    margin-left: 0;
    padding-left: 15px;
  }

  .p-formInput--sm input {
    width: 100%;
  }

  .p-formInput__post input {
    width: 100%;
  }

  .p-formInput__address input {
    width: 100%;
  }

  .p-formSelect select {
    width: 100%;
    height: 50px;
  }

  .p-formDate__flex {
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .p-form__dataBlock {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .p-form__dataBlockLabel {
    display: none;
  }

  .p-form__dataBlockDate {
    width: 100%;
  }

  .p-formCalendar input {
    width: 100%;
    height: 50px;
  }

  .Android .p-formCalendar input {
    padding-left: 15px;
  }

  .p-form__dataBlockSelect {
    width: 100%;
  }

  .p-formNumber__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .p-formNumber__blockLabel01 {
    width: 55px;
  }

  .p-formNumber__blockInput {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 20px;
  }

  .p-formTextarea textarea {
    width: 100%;
    max-height: 150px;
    margin-left: 0;
    padding-left: 15px;
  }

  .p-form__submit {
    margin-top: 30px;
  }

  .p-formBtn input {
    padding: 15px 47px;
  }

  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 16px;
  }

  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 16px;
  }

  .insta__container {
    max-width: 540px;
    margin-top: 40px;
    margin-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .thanks__container {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .thanks__text-wrapper {
    margin-top: 20px;
    padding: 45px 15px;
  }
}

@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }

  .md-show {
    display: block;
  }
}

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

  .sp-show {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */