@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Zen Maru Gothic", serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

*,
*::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;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

/* 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]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* 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 */
/* フォームリセット */
input,
button,
select,
textarea {
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: 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;
}

button {
  padding: 0;
}

.c-contact-link {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 32px;
  background-color: #0c3362;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  -webkit-clip-path: polygon(12px 0%, calc(100% - 12px) 0%, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0% calc(100% - 12px), 0% 12px);
          clip-path: polygon(12px 0%, calc(100% - 12px) 0%, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0% calc(100% - 12px), 0% 12px);
}
@media screen and (min-width: 768px) {
  .c-contact-link {
    padding: 10px 38px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .c-contact-link:hover {
    background-color: #a37a4e;
  }
  .c-contact-link:hover::after {
    background-color: #a37a4e;
  }
}
.c-contact-link::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #0c3362;
  content: "";
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-clip-path: polygon(11.5px 0%, calc(100% - 11.5px) 0%, 100% 11.5px, 100% calc(100% - 11.5px), calc(100% - 11.5px) 100%, 11.5px 100%, 0% calc(100% - 11.5px), 0% 11.5px);
          clip-path: polygon(11.5px 0%, calc(100% - 11.5px) 0%, 100% 11.5px, 100% calc(100% - 11.5px), calc(100% - 11.5px) 100%, 11.5px 100%, 0% calc(100% - 11.5px), 0% 11.5px);
}

.c-octagon-link {
  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;
  padding: 12px 62px;
  padding: 0.75rem 3.875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  gap: 12px;
  gap: 0.75rem;
}

.c-octagon-link__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  text-align: center;
}

.c-octagon-link__icon {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37px;
          flex: 0 0 37px;
  width: 37px;
  height: 37px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-octagon-link__icon::before {
  -webkit-transform: rotate(22.5deg);
          transform: rotate(22.5deg);
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #0c3362;
  content: "";
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.c-octagon-link__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(50% - 14px), -50%) rotate(45deg);
          transform: translate(calc(50% - 14px), -50%) rotate(45deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  display: inline-block;
  width: 11px;
  height: 11px;
  border-top: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
  border-radius: 1px;
  content: "";
}

.c-octagon-link:hover .c-octagon-link__icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #a37a4e;
}

.c-section-heading {
  padding: 8px 0;
  color: #e79033;
  text-align: center;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-section-heading {
    padding: 12px 0;
    font-size: 3rem;
  }
}

.c-section-heading--jp {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-section-heading--jp {
    font-size: 1.5rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
  width: 100%;
}

.l-header__drawer {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  width: 100%;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
@media screen and (min-width: 768px) {
  .l-header__drawer {
    top: 0;
    right: -100%;
    left: auto;
    left: initial;
    max-width: 375px;
    height: 100dvh;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
}

.js-drawer-open.open .l-header__drawer {
  top: 0;
}
@media screen and (min-width: 768px) {
  .js-drawer-open.open .l-header__drawer {
    right: 0;
  }
}

.js-drawer-open.open .p-header__logo,
.js-drawer-open.open .p-header__link {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .js-drawer-open.open .p-header__logo,
  .js-drawer-open.open .p-header__link {
    opacity: 1;
    opacity: initial;
  }
}

.l-inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-right: 25px;
    padding-left: 25px;
    max-width: 1150px;
  }
}

.l-thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.l-thanks .p-footer {
  margin-top: auto;
}

.p-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.p-404 .p-footer {
  margin-top: auto;
}

.p-404__main {
  padding: 80px 0 52px;
  padding: 5rem 0 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-404__main {
    padding: 80px 0 5rem;
  }
}

.p-404__box {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-404__box {
    margin-top: 5rem;
  }
}

.p-404__title {
  text-align: center;
}

.p-404__text {
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-404__text {
    margin-top: 2rem;
  }
}

.p-404__link-box {
  margin-top: 54px;
  margin-top: 3.375rem;
}

@media screen and (min-width: 768px) {
  .p-404__link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.5rem;
  }
}

.p-404__link-item + .p-404__link-item {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-404__link-item + .p-404__link-item {
    margin-top: 0;
  }
}
.p-404__link-item .c-octagon-link {
  padding: 12px 0;
  max-width: 280px;
  max-width: 17.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-404__link-item .c-octagon-link {
    width: 16.5rem;
  }
}

.p-404__link {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-404__link {
    margin-right: 0;
    margin-right: initial;
    margin-left: 0;
    margin-left: initial;
  }
}
.p-about {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
.p-about-desire {
  padding: 56px 0;
  padding: 3.5rem 0;
  background-color: #e8dfce;
}
@media screen and (min-width: 768px) {
  .p-about-desire {
    padding: 5rem 0;
  }
}

.p-about-desire__title {
  color: #e79033;
  text-align: center;
}

.p-about-desire__logo-box {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 259px;
  max-width: 16.1875rem;
}
@media screen and (min-width: 768px) {
  .p-about-desire__logo-box {
    margin-top: 0;
  }
}

.p-about-desire__text {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2857142857;
}
@media screen and (min-width: 768px) {
  .p-about-desire__text {
    margin-top: 1rem;
    line-height: normal;
    line-height: initial;
  }
}

.p-about-message {
  position: relative;
  background-color: #f7f2e9;
}

.p-about-message__inenr {
  position: relative;
  z-index: 10;
  padding: 56px 10px;
  padding: 3.5rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-about-message__inenr {
    margin-right: auto;
    margin-left: auto;
    padding: 7rem 25px;
    max-width: 914px;
  }
}

.p-about-message__title {
  color: #e79033;
  text-align: center;
}

.p-about-message__body {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-about-message__body {
    margin-top: 1rem;
  }
}

.p-about-message__text {
  position: relative;
  padding: 0 8px;
  padding: 0 0.5rem;
  background-image: url(../images/about/bg-line_message_sp.png);
  background-size: 0.25rem 1.875rem;
  background-repeat: repeat;
  font-size: 14px;
  /* font-size: 0.875rem; */
  line-height: 2.1428571429;
}
@media screen and (min-width: 768px) {
  .p-about-message__text {
    padding: 0 1.25rem 0 0;
    background-image: url(../images/about/bg-line_message_pc.png);
    background-size: 0.25rem 2.25rem;
    font-size: 1rem;
    line-height: 2.25;
  }
}
.p-about-message__text + .p-about-message__text {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-about-message__text + .p-about-message__text {
    margin-top: 2.25rem;
  }
}

.p-about-message__bg-box01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 101px;
}
@media screen and (min-width: 768px) {
  .p-about-message__bg-box01 {
    width: 20.9375rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-about-message__bg-box01 {
    left: clamp(0rem, -36rem + 40vw, 28rem);
  }
}

.p-about-message__bg-box02 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 101px;
}
@media screen and (min-width: 768px) {
  .p-about-message__bg-box02 {
    width: 20.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about-message__bg-box02 {
    right: clamp(0rem, -36rem + 40vw, 28rem);
  }
}

.p-about-profile {
  padding: 54px 0;
  padding: 3.375rem 0;
}
@media screen and (min-width: 768px) {
  .p-about-profile {
    padding: 6.25rem 0 3.75rem;
  }
}

.p-about-profile__inner {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .p-about-profile__inner {
    padding: 0;
  }
}

.p-about-profile__cmn + .p-about-profile__cmn {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-about-profile__cmn + .p-about-profile__cmn {
    margin-top: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about-profile__inner01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10vw;
    padding: 0 0.625rem;
    gap: 3.625rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-about-profile__inner01 {
    margin-left: calc(50vw - 550px);
  }
}

@media screen and (min-width: 768px) {
  .p-about-profile__text-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30rem;
            flex: 0 0 30rem;
    margin-top: 3.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-about-profile__text-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.25rem;
            flex: 0 0 31.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-about-profile__text-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.75rem;
            flex: 0 0 33.75rem;
  }
}

.p-about-profile__title {
  color: #e79033;
}

.p-about-profile__sub-title {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-about-profile__sub-title {
    margin-top: 1.5rem;
  }
}

.p-about-profile__data-list {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-about-profile__data-row + .p-about-profile__data-row {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-about-profile__img-box {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 1440px) {
  .p-about-profile__img-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36.75rem;
            flex: 0 0 36.75rem;
    margin-top: 0;
  }
}

.p-about-profile__img {
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
  max-width: 37.5rem;
}

@media screen and (min-width: 768px) {
  .p-about-profile__inner02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 10vw;
    padding: 0 0.625rem;
    gap: 3.625rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-about-profile__inner02 {
    margin-right: calc(50vw - 550px);
  }
}
@media screen and (min-width: 768px) {
  .p-about-profile__inner02 .p-about-profile__text-box {
    margin-top: 5rem;
  }
}

.p-about-profile__bottom {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-about-profile__bottom {
    margin-top: 2.25rem;
  }
}

.p-about-profile__bottom-inner.l-inner {
  padding: 0 12px;
}

.p-about-profile__bottom-map {
  height: auto;
  aspect-ratio: 350/244;
}
@media screen and (min-width: 768px) {
  .p-about-profile__bottom-map {
    aspect-ratio: 1100/397;
  }
}

.p-breadcrumb__inner {
  padding: 16px;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb__inner {
    padding: 1rem 3.375rem;
  }
}

.p-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 36px;
}

.p-breadcrumb__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.p-breadcrumb__item + .p-breadcrumb__item {
  position: relative;
}
.p-breadcrumb__item + .p-breadcrumb__item::before {
  position: absolute;
  top: 0;
  left: -24px;
  display: inline-block;
  width: 10px;
  height: 32px;
  content: ">";
}
.p-breadcrumb__item:first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-breadcrumb__item:nth-child(2) {
  -ms-flex-item-align: start;
      align-self: flex-start;
  line-height: 2;
}

.p-breadcrumb__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: inherit;
  gap: 4px;
}

.p-breadcrumb__icon-box {
  display: inline-block;
  width: 19px;
  height: 17px;
}

.p-breadcrumb__icon {
  width: 100%;
  height: auto;
}

.p-contact-thanks__text {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks__text {
    margin-top: 2.5rem;
  }
}

.p-contact__main {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact__main {
    padding-bottom: 5rem;
  }
}

.p-contact__form-box {
  position: relative;
  margin-top: 56px;
  /* margin-top: 3.5rem; */
  margin-top: 2.0rem;
  padding: 48px 22px;
  padding: 3rem 1.375rem;
  border-radius: 20px;
  background-color: #f7f2e9;
}
@media screen and (min-width: 768px) {
  .p-contact__form-box {
    /* margin-top: 5rem; */
    margin-top: 2.5rem;
    margin-right: auto;
    margin-left: auto;
    padding: 5rem 6.875rem;
    max-width: 50rem;
    border-radius: 40px;
  }
}
.p-contact__form-box > .alert {
  position: absolute;
  top: 16px;
  top: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  color: #a34e4e;
  text-align: center;
  font-size: max(14px, 16px);
  font-size: max(14px, 1rem);
}

.p-contact__form-text {
  text-align: center;
}
.p-contact__form-text {
  margin-top: 2.0rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form-text {
    margin-top: 2.5rem;
  }
}

.p-faq__body {
  padding: 56px 0 40px;
  padding: 3.5rem 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq__body {
    padding: 5.375rem 0 5rem;
  }
}

.p-faq__cmn + .p-faq__cmn {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-faq__data-list {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-faq__data-list {
    margin-top: 1.5rem;
  }
}

.p-faq__data-row + .p-faq__data-row {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-faq__data-term {
  position: relative;
  padding: 16px 54px 16px 16px;
  padding: 1rem 3.375rem 1rem 1rem;
  width: 100%;
  background-color: #e8dfce;
}
@media screen and (min-width: 768px) {
  .p-faq__data-term {
    padding: 1rem 5.625rem 1rem 1.5rem;
  }
}

.p-faq__data-description {
  padding: 16px 45px 16px 16px;
  padding: 1rem 2.8125rem 1rem 1rem;
  background-color: #f7f2e9;
}
@media screen and (min-width: 768px) {
  .p-faq__data-description {
    padding: 1rem 5.625rem 1rem 1.5rem;
  }
}

.p-faq__toggle-button {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 26px;
  height: 26px;
}
@media screen and (min-width: 768px) {
  .p-faq__toggle-button {
    right: 24px;
  }
}
.p-faq__toggle-button::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 26px;
  height: 2px;
  background-color: #e79033;
  content: "";
}
.p-faq__toggle-button::before {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 2px;
  height: 26px;
  background-color: #e79033;
  content: "";
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-faq__data-term.open .p-faq__toggle-button::before {
  opacity: 0;
}

.p-faq__data-description.default-open {
  display: block;
}

.p-faq__data-description {
  display: none;
}

.p-footer__upper {
  padding: 24px 0 8px;
  padding: 1.5rem 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__upper {
    padding: 5px 0;
  }
}

.p-footer__inner {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    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;
    padding: 0 40px;
    gap: 1.25rem;
  }
}

.p-footer__logo-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__logo-box {
    max-width: 25.5rem;
  }
}

.p-footer__logo {
  width: auto;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    aspect-ratio: 408/88;
  }
}

.p-footer__link-box {
  font-size: 0;
}

.p-footer__nav {
  margin-top: 8px;
  margin-top: 0.5rem;
  padding: 0 8px;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    margin-top: 0;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .p-footer__nav-list {
    gap: 1.5rem;
  }
}

.p-footer__nav-item {
  padding: 16px 0;
  padding: 1rem 0;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-item {
    padding: 0;
  }
}
.p-footer__nav-item + .p-footer__nav-item {
  border-top: 1px solid #a37a4e;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-item + .p-footer__nav-item {
    border-top: none;
  }
}

.p-footer__nav-link {
  white-space: nowrap;
  font-size: 18px;
  font-size: 1.125rem;
}

.p-footer__bottom {
  background-color: #a37a4e;
}

.p-footer__copyright {
  padding: 22px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-form__data-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-form__data-row {
    gap: 2.5rem;
  }
}
.p-form__data-row + .p-form__data-row {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__data-row + .p-form__data-row {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form__data-term {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

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

.p-form__badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 2rem;
  background-color: #e79033;
  color: #fff;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
}

.p-form__data-description {
  position: relative;
  margin-top: 8px;
  margin-top: 0.5rem;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .p-form__data-description {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 22.5rem;
            flex: 0 1 22.5rem;
    margin-top: 0;
  }
}
.p-form__data-description .alert {
  position: absolute;
  top: calc(100% + 1px);
  color: #a34e4e;
  white-space: nowrap;
  font-size: max(12px, 14px);
  font-size: max(12px, 0.875rem);
}

.p-form__input {
  display: inline-block;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  width: 100%;
  border: 1px solid #a37a4e;
  border-radius: 5px;
  background-color: #fff;
  font-size: 14px;
  line-height: 1;
}
.p-form__input::-webkit-input-placeholder {
  color: #a6a6a6;
}
.p-form__input::-moz-placeholder {
  color: #a6a6a6;
}
.p-form__input::-ms-input-placeholder {
  color: #a6a6a6;
}
.p-form__input::placeholder {
  color: #a6a6a6;
}

.p-form__bottom {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__bottom {
    margin-top: 2rem;
  }
}

.p-form__check-box {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-form__check-box {
    margin-right: auto;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-form__check-box .alert {
  position: absolute;
  top: 100%;
  color: #a34e4e;
  font-size: 14px;
}

.p-form__check-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 600px) {
  .p-form__check-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-form__check {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 4px;
  width: 18px;
  height: 18px;
  border: 1px solid black;
  line-height: 1;
}

.p-form__privacy-link {
  display: inline-block;
  text-decoration: underline;
  line-height: 18px;
}

.p-form__checkbox:checked + .p-form__check::before {
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  content: "";
}

.p-form__button-box {
  margin-top: 48px;
  margin-top: 3rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 265px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form__button-box {
    margin-top: 3.75rem;
  }
}

.p-form__submit-button {
  position: relative;
  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;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  width: 100%;
  height: 60px;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.p-form__submit-button .btn {
  width: 100%;
  height: 100%;
}
.p-form__submit-button .btn::after {
  content: " ";
}
.p-form__submit-button .c-octagon-link__icon {
  position: absolute;
  right: 20%;
}

.p-form__submit-button--back {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 0;
  padding: initial;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .p-form__submit-button--back:hover {
    opacity: 0.5;
  }
}

.p-form__submit-button:hover .c-octagon-link__icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #a37a4e;
}

.p-form__submit-button input {
  color: #000;
}

.p-form__input-area {
  background-color: lightgreen;
}

.p-header-drawer {
  padding: 8px 16px 42px;
  padding: 0.5rem 1rem 2.625rem;
  background-color: rgba(247, 242, 233, .9);
}
@media screen and (min-width: 768px) {
  .p-header-drawer {
    padding: 6.125rem 1rem 2.625rem;
  }
}

.p-header-drawer__logo-box {
  max-width: 244px;
  max-width: 15.25rem;
}
@media screen and (min-width: 768px) {
  .p-header-drawer__logo-box {
    display: none;
  }
}

.p-header-drawer__nav-item + .p-header-drawer__nav-item {
  border-top: 1px solid #a37a4e;
}
.p-header-drawer__nav-item:last-child {
  border-bottom: 1px solid #a37a4e;
}

.p-header-drawer__nav-link {
  display: inline-block;
  padding: 16px 0;
  padding: 1rem 0;
  font-size: 18px;
  font-size: 1.125rem;
}

.p-header-drawer__link-box {
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-header-drawer__link-box {
    display: none;
  }
}

.p-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  background-color: #fff;
}

.p-header__inner {
  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;
  padding: 0 16px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding: 0 40px;
  }
}

.p-header__logo {
  max-width: 60px;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    max-width: 204px;
  }
}

.p-header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-header__box {
    gap: 25px;
  }
}

.p-header__link {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #0c3362;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  -webkit-transition: color 0.3s opacity 0.3s;
  transition: color 0.3s opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .p-header__link {
    z-index: 200;
    margin-top: 6px;
  }
}
.p-header__hamburger {
  position: relative;
  z-index: 200;
  display: inline-block;
  width: 60px;
  height: 27px;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    width: 80px;
    height: 35px;
  }
}

.p-header__hamburger-line {
  display: block;
  width: 40px;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger-line {
    width: 60px;
  }
}
.p-header__hamburger-line:first-child {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0c3362;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-header__hamburger-line:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #a37a4e;
}
.p-header__hamburger-line:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #a37a4e;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-header__hamburger.open .p-header__hamburger-line:first-child, .p-header__hamburger.open .p-header__hamburger-line:nth-child(3) {
  opacity: 0;
}

.p-policy-data__item::before {
  content: "・";
}

@media screen and (min-width: 768px) {
  .p-policy__main .p-sub-fv__inner {
    margin-left: 3.75rem;
    gap: 3.125rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-policy__main .p-sub-fv__inner {
    margin-left: clamp(3.75rem, 0.037rem + 4.13vw, 6.638rem);
  }
}
@media screen and (min-width: 768px) {
  .p-policy__main .p-sub-fv__text-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31rem;
            flex: 0 0 31rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-policy__main .p-sub-fv__text-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(31rem, 6.385rem + 38.46vw, 41rem);
            flex: 0 0 clamp(31rem, 6.385rem + 38.46vw, 41rem);
  }
}
@media screen and (min-width: 1440px) {
  .p-policy__main .p-sub-fv__text-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(41rem, 0.474rem + 45.03vw, 72.52rem);
            flex: 0 0 clamp(41rem, 0.474rem + 45.03vw, 72.52rem);
  }
}
@media screen and (min-width: 768px) {
  .p-policy__main .p-sub-fv__title {
    margin-top: 0;
    font-size: clamp(1.3rem, -0.214rem + 3.15vw, 2.625rem);
  }
}
@media screen and (min-width: 1440px) {
  .p-policy__main .p-sub-fv__title {
    font-size: clamp(2.625rem, 0.027rem + 2.89vw, 4.646rem);
  }
}
.p-policy__main .p-sub-fv__sub-title {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-policy__main .p-sub-fv__sub-title {
    font-size: clamp(2.75rem, -0.107rem + 5.95vw, 5.25rem);
  }
}
@media screen and (min-width: 1440px) {
  .p-policy__main .p-sub-fv__sub-title {
    font-size: clamp(5.25rem, 0.056rem + 5.77vw, 9.29rem);
  }
}

.p-privacy__body, .p-info__body {
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-bottom: 72px;
  padding-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__body, .p-info__body {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-privacy__inner, .p-info__inner {
    padding: 0 3.4375rem;
  }
}

.p-policy__data-list {
  margin-top: 40px;
  margin-top: 2.5rem;
  counter-reset: section 0;
}

.p-policy__data-row + .p-policy__data-row {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-policy__data-row + .p-policy__data-row {
    margin-top: 2rem;
  }
}

.p-policy__data-term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}
.p-policy__data-term::before {
  display: inline-block;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  border-radius: 50%;
  background-color: #a37a4e;
  color: #fff;
  content: counter(section);
  counter-increment: section 1;
  text-align: center;
}

.p-policy__data-description {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-policy__data-description {
    padding-right: 2.5rem;
  }
}

.p-sub-fv {
  overflow: hidden;
  padding: 140px 0 36px;
  padding: 8.75rem 0 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-sub-fv {
    padding: 8.75rem 0 5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sub-fv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: clamp(8.075rem, -0.175rem + 12vw, 10.625rem);
    gap: clamp(8.3rem, -0.209rem + 12.38vw, 10.93rem);
  }
}
@media screen and (min-width: 1440px) {
  .p-sub-fv__inner {
    margin-left: clamp(10.625rem, 0.114rem + 11.68vw, 18.8rem);
  }
}

@media screen and (min-width: 768px) {
  .p-sub-fv__text-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26.25rem;
            flex: 0 0 26.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-sub-fv__text-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(26.25rem, -10.714rem + 41.07vw, 55rem);
            flex: 0 0 clamp(26.25rem, -10.714rem + 41.07vw, 55rem);
  }
}

.p-sub-fv__sub-title {
  color: #e79033;
  text-align: center;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-sub-fv__sub-title {
    font-size: 5.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-sub-fv__sub-title {
    font-size: clamp(5.25rem, 0.056rem + 5.77vw, 9.29rem);
  }
}

.p-sub-fv__title {
  margin-top: 16px;
  margin-top: 1rem;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-sub-fv__title {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-sub-fv__title {
    font-size: clamp(2.625rem, 0.027rem + 2.89vw, 4.646rem);
  }
}

.p-sub-fv__img-box {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-sub-fv__img-box {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-sub-fv__img-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.75rem;
  }
}

.p-sub-fv__img-item {
  margin-right: auto;
  margin-left: auto;
  max-width: 55%;
}
@media screen and (min-width: 768px) {
  .p-sub-fv__img-item {
    margin: 0;
    margin: initial;
  }
}
.p-sub-fv__img-item:nth-child(2) {
  margin-top: 8px;
  margin-top: 0.5rem;
  max-width: 50%;
}
@media screen and (min-width: 768px) {
  .p-sub-fv__img-item:nth-child(2) {
    margin-top: 0;
  }
  .p-sub-fv__img-item:nth-child(2) .p-sub-fv__img {
    margin-top: 5.5%;
    width: 89%;
    height: 89%;
  }
}

.p-sub-fv__img {
  -webkit-transform: scale(0);
          transform: scale(0);
}
@media screen and (min-width: 768px) {
  .p-sub-fv__img {
    max-width: clamp(21.375rem, -0.463rem + 31.76vw, 28.125rem);
    width: 100%;
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 1440px) {
  .p-sub-fv__img {
    max-width: clamp(28.125rem, 0.281rem + 30.94vw, 49.781rem);
  }
}

.p-sub-fv__img.animation {
  -webkit-animation-name: animation;
          animation-name: animation;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes animation {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes animation {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-cta {
  position: relative;
  padding: 56px 0;
  padding: 3.5rem 0;
  background-image: url(../images/top/bg_contact_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-cta {
    padding: 4.25rem 0 5.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-cta {
    background-image: url(../images/top/bg_contact_pc.jpg);
  }
}
.p-cta::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(247, 242, 233, .7);
  content: "";
}

.p-cta__inner {
  position: relative;
  z-index: 10;
}

.p-cta__sub-heading {
  font-weight: 500;
}

.p-cta__text {
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
}

.p-cta__link-box {
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cta__link-box {
    margin-top: 2.5rem;
  }
}

.p-cta__link.c-contact-link {
  padding: 10px 40px;
}

.p-top-fv {
  overflow: hidden;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-fv {
    margin-top: 0;
  }
}

.p-top-fv__inner {
  padding: 36px 16px 58px;
}
@media screen and (min-width: 768px) {
  .p-top-fv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    padding-left: 12.5vw;
    gap: 4.7222222222vw;
  }
}

.p-top-fv__img-box {
  padding: 0 4px;
}
@media screen and (min-width: 768px) {
  .p-top-fv__img-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57.2916666667vw;
            flex: 0 0 57.2916666667vw;
    padding: 0;
  }
}

.p-top-fv__img-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px 8px;
  grid-template-rows: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .p-top-fv__img-list {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
    gap: 30px 24px;
  }
}

@media screen and (min-width: 768px) {
  .p-top-fv__img-item {
    min-width: calc(19.09722vw - 16px);
    width: 100%;
  }
}

.p-top-fv__img-item--01 {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .p-top-fv__img-item--01 {
    margin-top: 0;
  }
}

.p-top-fv__img-item--03 {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .p-top-fv__img-item--03 {
    margin-top: 0;
  }
}

.p-top-fv__img-item--05 {
  margin-top: -22px;
}
@media screen and (min-width: 768px) {
  .p-top-fv__img-item--05 {
    margin-top: 0;
  }
}

.p-top-fv__text-box {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-top-fv__text-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39.1666666667vw;
            flex: 0 0 39.1666666667vw;
    margin-top: 0;
  }
}

.p-top-fv__title {
  font-size: max(20px, 24px);
  font-size: max(20px, 1.5rem);
  font-weight: 500;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .p-top-fv__title {
    font-size: clamp(1.25rem, -0.25rem + 3.13vw, 1.75rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-top-fv__title {
    font-size: clamp(1.78rem, 0.008rem + 2.77vw, 2.5rem);
  }
}
@media screen and (min-width: 1440px) {
  .p-top-fv__title {
    font-size: clamp(2.5rem, 2.78vw, 5rem);
  }
}

.p-top-fv__text {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 200%;
}
@media screen and (min-width: 768px) {
  .p-top-fv__text {
    font-size: clamp(0.75rem, 0.464rem + 0.6vw, 1rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-top-fv__text {
    font-size: clamp(0.71rem, -0.004rem + 1.12vw, 1rem);
  }
}
@media screen and (min-width: 1440px) {
  .p-top-fv__text {
    font-size: clamp(1rem, 1.11vw, 2rem);
  }
}

.p-top-fv__link {
  display: block;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-top-fv__link {
    margin-top: 2.5rem;
    font-size: clamp(0.875rem, 0.589rem + 0.6vw, 1.125rem);
  }
}
@media screen and (min-width: 1440px) {
  .p-top-fv__link {
    font-size: clamp(1.125rem, 1.25vw, 2rem);
  }
}

.p-top-fv__bottom {
  margin-right: auto;
  margin-left: auto;
  width: 2px;
  height: 80px;
  background-color: black;
}
@media screen and (min-width: 768px) {
  .p-top-fv__bottom {
    margin-top: 9.375rem;
  }
}

.p-top-fv__img {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.p-top-fv__img.animation {
  -webkit-animation-name: animation;
          animation-name: animation;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@keyframes animation {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-top-good-point__body {
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-good-point__body {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-top-good-point__inner {
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px;
  max-width: 1100px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-top-good-point__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6rem;
  }
}
.p-top-good-point__item + .p-top-good-point__item {
  margin-top: 46px;
  margin-top: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-good-point__item + .p-top-good-point__item {
    margin-top: 6rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-good-point__item-img-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30rem;
            flex: 0 0 30rem;
  }
}

.p-top-good-point__item-text-box {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-good-point__item-text-box {
    margin-top: 0;
  }
}

.p-top-good-point__text {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-good-point__text {
    margin-top: 1.5rem;
  }
}

.p-top-office {
  padding: 56px 0;
  padding: 3.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-top-office {
    padding: 9.375rem 0 6.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-office__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 4.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-office__text-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    margin-top: 1.25rem;
  }
}

.p-top-office__data-list {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-office__data-list {
    display: table;
    margin-top: 0;
    border-spacing: 1.25rem 1rem;
    border-collapse: separate;
  }
}

@media screen and (min-width: 768px) {
  .p-top-office__data-row {
    display: table-row;
  }
}
.p-top-office__data-row + .p-top-office__data-row {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-office__data-row + .p-top-office__data-row {
    margin-top: 0;
  }
}

.p-top-office__data-term {
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-top-office__data-term {
    display: table-cell;
  }
}

.p-top-office__data-description {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-office__data-description {
    display: table-cell;
    margin-top: 0;
  }
}

.p-top-office__link {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-top-office__link {
    margin-top: 0.75rem;
  }
}

.p-top-office__link:hover .p-top-office__link-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #a37a4e;
}

.p-top-office__img-box {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-office__img-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    margin-top: 0;
    padding-right: 2.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-price-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.25rem;
  }
}
.p-top-price-form__row + .p-top-price-form__row {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-price-form__row + .p-top-price-form__row {
    margin-top: 1rem;
  }
}

.p-top-price-form__header {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-price-form__header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    text-align: right;
  }
}

.p-top-price-form__select-wrapper {
  position: relative;
  display: inline-block;
  margin-top: 16px;
  margin-top: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-price-form__select-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.5rem;
            flex: 0 0 22.5rem;
    margin-top: 0;
  }
}
.p-top-price-form__select-wrapper::after {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  content: "";
  pointer-events: none;
}

.p-top-price-form__result {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-price-form__result {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.5rem;
            flex: 0 0 22.5rem;
    margin-top: 0;
  }
}

.p-top-price-form__select,
.p-top-price-form__result {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  max-width: 100%;
  width: 100%;
  height: 64px;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
}

.p-top-price-form__select-wrapper:has(.is-empty)::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 0 16px;
  width: 100%;
  height: 100%;
  color: #bbb;
  content: "選択してください";
  line-height: 64px;
  pointer-events: none;
}

.p-top-price {
  padding: 56px 0;
  padding: 3.5rem 0;
  background-color: #f7f2e9;
}
@media screen and (min-width: 768px) {
  .p-top-price {
    padding: 5rem 0;
  }
}

@media screen and (min-width: 768px) {
  .p-top-price__inner {
    padding: 0 4.6875rem;
  }
}

.p-top-price__head {
  margin-left: -20px;
}

.p-top-price__form {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-top-service-item {
  position: relative;
}

.p-top-service-item__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-top-service-item__text {
    font-size: max(14px, 1rem);
    line-height: 1.7;
  }
}

.p-top-service-item__img {
  height: auto;
  aspect-ratio: 1/1;
}

.p-top-service {
  padding: 56px 0;
  padding: 3.5rem 0;
  background-color: #e8dfce;
}
@media screen and (min-width: 768px) {
  .p-top-service {
    padding: 5rem 0;
  }
}

@media screen and (min-width: 768px) {
  .p-top-service__inner {
    padding: 0 4.6875rem;
  }
}

.p-top-service__box {
  padding: 48px 16px;
  padding: 3rem 1rem;
  border-radius: 1.875rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-service__box {
    padding: 2.75rem 1rem 2.125rem;
    border-radius: 3.75rem;
  }
}

.p-top-service__heading-text {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-service__heading-text {
    margin-top: 0.75rem;
  }
}

.p-top-service__body {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__body {
    padding: 0 4.375rem;
  }
}

.p-top-service__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 100%;
  grid-template-rows: auto;
  gap: 20px 16px;
}
@media screen and (min-width: 768px) {
  .p-top-service__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
  }
}
.p-top-service__list + .p-top-service__list {
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-top-service__list--3items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 2.125rem;
    gap: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-service__item {
    max-width: 11.0625rem;
  }
}

.p-top-service__bottom-text {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-top__fv {
    margin-top: 12.25rem;
  }
}

.p-top__good-point {
  margin-top: 66px;
  margin-top: 4.125rem;
}
@media screen and (min-width: 768px) {
  .p-top__good-point {
    margin-top: 5rem;
  }
}

.eachTextAnime,
.eachTextAnimeSub {
  overflow: hidden;
}

.eachTextAnime span {
  -webkit-transform: translateY(1em);
          transform: translateY(1em);
  display: inline-block;
  opacity: 0;
}

.eachTextAnimeSub {
  -webkit-transform: translateY(1em);
          transform: translateY(1em);
  opacity: 0;
}

.eachTextAnime.appeartext span,
.eachTextAnime.appeartext + .eachTextAnimeSub {
  -webkit-animation: text_anime_on 0.3s ease-out forwards;
          animation: text_anime_on 0.3s ease-out forwards;
}

@-webkit-keyframes text_anime_on {
  0% {
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes text_anime_on {
  0% {
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.f-sp-h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .f-pc-h3 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
}

.f-text16 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .f-pc-text16 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
  }
}

.f-text16b {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
}

.f-text14b {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}

.f-text14b-sp {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.9428571429;
}

@media screen and (min-width: 768px) {
  .f-pc-16b {
    font-size: max(14px, 1rem);
    font-weight: 700;
  }
}

.f-text18 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
}

.f-sp-h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .f-sp-h2.f-pc-h2 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.f-h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.u-inline-block {
  display: inline-block;
}

.u-text-center {
  text-align: center;
}

.u-cant-touch {
  pointer-events: none;
}

#powered_by_me {
  display: block;
  text-align: center;
}

.p-info__text {
  margin-bottom: 20px;
}
.outlink {
  color: #337ab7;
  text-decoration:underline;
}