/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 4.0712468193vw;
}
@media only screen and (min-width: 800px) {
  html {
    font-size: 1.1428571429vw;
  }
}

body {
  background: #FBF5E7;
  color: #472800;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body.is-fixed {
  overflow: hidden;
}

* {
  line-height: inherit;
}

picture {
  display: block;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.4s ease;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: inherit;
}

ul {
  list-style: none;
}

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

input[type=checkbox],
input[type=radio] {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

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

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

input::-webkit-input-placeholder {
  color: #777;
}

input:-ms-input-placeholder {
  color: #777;
}

input::-ms-input-placeholder {
  color: #777;
}

input::placeholder {
  color: #777;
}

input:-ms-input-placeholder {
  color: #777;
}

input::-ms-input-placeholder {
  color: #777;
}

@media only screen and (min-width: 800px) {
  .only-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 799px) {
  .only-pc {
    display: none !important;
  }
}

.nowrap {
  white-space: nowrap;
}

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

.u-img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}
.u-img.--contain img {
  -o-object-fit: contain;
  object-fit: contain;
}
.u-img img {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  height: 100%;
  transform: translate(-50%, -50%);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s ease;
}

.u-inner {
  margin: 0 auto;
  max-width: 75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .u-inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.u-en {
  font-family: "Josefin Sans", sans-serif;
}

.u-en2 {
  font-family: "Noto Sans", sans-serif;
}

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

.u-scroll {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), filter 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), filter 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.u-scroll.is-inview {
  opacity: 1;
}
.u-scroll.--fade {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.u-scroll.--fade.is-inview {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}
.u-scroll.--bottom {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.u-scroll.--bottom.is-inview {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.u-scroll.--lg {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-filter: blur(15px);
  filter: blur(15px);
  transition-duration: 1s;
}
.u-scroll.--lg.is-inview {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}
.u-scroll.--sm {
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition-duration: 0.6s;
}
.u-scroll.--sm.is-inview {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}
.u-scroll.--blur {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.u-scroll.--blur.is-inview {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.u-scroll.--scale {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.u-scroll.--scale.is-inview {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0);
  filter: blur(0);
}
.u-scroll.--zoom {
  overflow: hidden;
}
.u-scroll.--zoom img {
  -webkit-transform: translate(-50%, -50%) scale(1.08);
  transform: translate(-50%, -50%) scale(1.08);
  transition: -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.u-scroll.--zoom.is-inview img {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.u-scroll.--delay-1 {
  transition-delay: 0.1s;
}
.u-scroll.--delay-2 {
  transition-delay: 0.2s;
}
.u-scroll.--delay-3 {
  transition-delay: 0.3s;
}
.u-scroll.--delay-4 {
  transition-delay: 0.4s;
}
.u-scroll.--delay-5 {
  transition-delay: 0.5s;
}

.l-header {
  left: 0;
  padding: 1rem 1rem 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media only screen and (min-width: 800px) {
  .l-header {
    padding: 2rem 11.5rem 1.1875rem 2.5rem;
  }
}
.l-header__inner {
  align-items: center;
  background: #FFFFFF;
  border-radius: 3.75rem;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  min-height: 4.125rem;
  padding: 0.75rem 1.25rem;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .l-header__inner {
    gap: 2rem;
    justify-content: flex-start;
    min-height: 5.1875rem;
    padding: 1.25rem 2.5rem;
  }
}
.l-header__logo {
  display: block;
}
.l-header__logo-link {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
@media only screen and (min-width: 800px) {
  .l-header__logo-link {
    gap: 0.75rem;
  }
}
.l-header__logo-img {
  aspect-ratio: 125/34;
  flex: 0 0 auto;
  width: 5.125rem;
}
@media only screen and (min-width: 800px) {
  .l-header__logo-img {
    width: 6.8125rem;
  }
}
.l-header__badge {
  align-items: center;
  border: 0.03125rem solid #78603B;
  border-radius: 0.25rem;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  min-height: 1.25rem;
  padding: 0.25rem 0.46875rem;
  position: relative;
  white-space: nowrap;
}
@media only screen and (min-width: 800px) {
  .l-header__badge {
    border: 0.0625rem solid #78603B;
    padding: 0.25rem 0.4375rem;
  }
}
@media only screen and (min-width: 800px) {
  .l-header__nav {
    margin-left: auto;
  }
}
.l-header__nav-list {
  align-items: center;
  display: flex;
  gap: 2rem;
}
@media only screen and (min-width: 800px) {
  .l-header__nav-list {
    gap: 2.5rem;
  }
}
.l-header__nav-link {
  font-size: 1rem;
  font-weight: 700;
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media only screen and (min-width: 800px) {
  .l-header__nav-link {
    font-size: 0.9375rem;
  }
}
@media (hover: hover) {
  .l-header__nav-link:hover {
    opacity: 0.6;
  }
}
@media (hover: none) {
  .l-header__nav-link:active {
    opacity: 0.6;
  }
}
.l-header__tel {
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .l-header__tel {
    border-left: 0.0625rem solid #F3EDDE;
    padding-left: 1.9375rem;
  }
}
.l-header__tel-link {
  align-items: center;
  display: inline-flex;
  gap: 0.375rem;
}
.l-header__tel-icon {
  height: 1.5rem;
  width: 1.5rem;
}
.l-header__tel-icon svg {
  height: 100%;
  width: 100%;
}
.l-header__tel-num {
  color: #FCD005;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
}
.l-header__tel-hours {
  color: #333333;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.25rem;
}
.l-header__menu {
  background: #FCD005;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  flex: 0 0 auto;
  height: 2.625rem;
  place-items: center;
  width: 2.625rem;
}
.l-header__menu .bar {
  display: block;
  height: 0.71875rem;
  position: relative;
  width: 1.09375rem;
}
.l-header__menu .bar span {
  background: #fff;
  border-radius: 0.125rem;
  height: 0.09375rem;
  left: 0;
  position: absolute;
  transition: 0.3s ease;
  width: 100%;
}
.l-header__menu .bar span:nth-child(1) {
  top: 0;
}
.l-header__menu .bar span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-header__menu .bar span:nth-child(3) {
  bottom: 0;
}
.l-header__menu.is-active .bar span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.l-header__menu.is-active .bar span:nth-child(2) {
  opacity: 0;
}
.l-header__menu.is-active .bar span:nth-child(3) {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.l-header__contact {
  display: none;
}
@media only screen and (min-width: 800px) {
  .l-header__contact {
    align-items: center;
    background: #FCD005;
    border-radius: 0 0 0 2.5rem;
    color: #3D3732;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    height: 8.375rem;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s ease-out;
    transition-property: opacity;
    width: 9rem;
    z-index: 2;
  }
}
@media only screen and (min-width: 800px) and (hover: hover) {
  .l-header__contact:hover {
    opacity: 0.85;
  }
}
@media only screen and (min-width: 800px) and (hover: none) {
  .l-header__contact:active {
    opacity: 0.85;
  }
}
@media only screen and (min-width: 800px) {
  .l-header__contact .icon {
    height: 2.5rem;
    width: 2.5rem;
  }
  .l-header__contact .icon svg {
    height: 100%;
    width: 100%;
  }
  .l-header__contact .txt {
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.4666666667;
  }
}

.l-main {
  overflow-x: clip;
}

.l-footer {
  background: #F8F0DE;
  position: relative;
}
.l-footer__pagetop {
  align-items: center;
  background: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 0.5rem 0.5625rem #E7DDC6;
  display: none;
  flex-direction: column;
  gap: 0.25rem;
  height: 4rem;
  justify-content: center;
  position: absolute;
  right: 1.25rem;
  top: -1.875rem;
  width: 4rem;
  z-index: 2;
}
@media (hover: hover) {
  .l-footer__pagetop:hover .l-footer__pagetop-txt {
    color: #FCD005;
  }
}
@media (hover: none) {
  .l-footer__pagetop:active .l-footer__pagetop-txt {
    color: #FCD005;
  }
}
@media only screen and (min-width: 800px) {
  .l-footer__pagetop {
    display: flex;
    height: 5rem;
    right: 5rem;
    top: -2.5rem;
    width: 5rem;
  }
}
.l-footer__pagetop-icon {
  height: 1.5rem;
  width: 1.5rem;
}
.l-footer__pagetop-txt {
  color: #472800;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: color 0.3s ease-out;
}
.l-footer__main {
  padding: 2.5rem 1.25rem;
}
@media only screen and (min-width: 800px) {
  .l-footer__main {
    padding: 5rem 0;
  }
}
@media only screen and (min-width: 800px) {
  .l-footer__inner {
    align-items: center;
    display: flex;
    gap: 2.5rem;
    justify-content: space-between;
  }
}
.l-footer__head {
  text-align: left;
}
.l-footer__logo {
  aspect-ratio: 125/34;
  width: 7.6875rem;
}
@media only screen and (min-width: 800px) {
  .l-footer__logo {
    width: 10.5rem;
  }
}
.l-footer__corporate {
  align-items: center;
  display: inline-flex;
  font-size: 0.8125rem;
  font-weight: 700;
  gap: 0.25rem;
  line-height: 1.2307692308;
  margin-top: 1rem;
  transition: 0.3s ease-out;
  transition-property: color;
}
@media (hover: hover) {
  .l-footer__corporate:hover {
    color: #FCD005;
  }
  .l-footer__corporate:hover .ext path {
    fill: #FCD005;
  }
}
@media (hover: none) {
  .l-footer__corporate:active {
    color: #FCD005;
  }
  .l-footer__corporate:active .ext path {
    fill: #FCD005;
  }
}
.l-footer__corporate .ext {
  height: 1rem;
  width: 1rem;
}
.l-footer__corporate .ext svg {
  height: 100%;
  width: 100%;
}
.l-footer__corporate .ext path {
  transition: fill 0.3s ease-out;
}
@media only screen and (min-width: 800px) {
  .l-footer__nav-list {
    display: flex;
    gap: 2.5rem;
  }
}
@media only screen and (min-width: 800px) {
  .l-footer__nav-link {
    font-size: 0.875rem;
    font-weight: 700;
    transition: 0.3s ease-out;
    transition-property: color;
  }
}
@media only screen and (min-width: 800px) and (hover: hover) {
  .l-footer__nav-link:hover {
    color: #FCD005;
  }
}
@media only screen and (min-width: 800px) and (hover: none) {
  .l-footer__nav-link:active {
    color: #FCD005;
  }
}
@media only screen and (min-width: 800px) {
  .l-footer__body {
    align-items: center;
    display: flex;
    gap: 2.5rem;
    margin-left: auto;
  }
}
.l-footer__contact {
  align-items: center;
  background: #FCD005;
  border-radius: 2.5rem;
  box-shadow: inset 0 -0.3125rem 0 0 #EDC300;
  color: #472800;
  display: flex;
  font-size: 0.8125rem;
  font-weight: 700;
  gap: 0.25rem;
  justify-content: center;
  line-height: 1.5384615385;
  margin-top: 2rem;
  padding: 0.65625rem 2rem 0.84375rem;
  transition: 0.15s ease-out;
  transition-property: box-shadow, -webkit-transform;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform;
  width: 100%;
}
@media (hover: hover) {
  .l-footer__contact:hover {
    -webkit-transform: translateY(0.1875rem);
    box-shadow: inset 0 -0.125rem 0 0 #EDC300;
    transform: translateY(0.1875rem);
  }
}
@media (hover: none) {
  .l-footer__contact:active {
    -webkit-transform: translateY(0.1875rem);
    box-shadow: inset 0 -0.125rem 0 0 #EDC300;
    transform: translateY(0.1875rem);
  }
}
.l-footer__contact:active {
  -webkit-transform: translateY(0.3125rem);
  box-shadow: inset 0 0 0 0 #EDC300;
  transform: translateY(0.3125rem);
}
@media only screen and (min-width: 800px) {
  .l-footer__contact {
    margin-top: 0;
    min-width: 9.5625rem;
    width: auto;
  }
}
.l-footer__contact .icon {
  height: 1.25rem;
  width: 1.25rem;
}
.l-footer__bottom {
  background: #EFE4CC;
}
.l-footer__bottom-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}
@media only screen and (min-width: 800px) {
  .l-footer__bottom-inner {
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-bottom: 1.375rem;
    padding-top: 1.375rem;
  }
}
.l-footer__sub-link {
  color: #472800;
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 0.7692307692;
  transition: 0.3s ease-out;
  transition-property: color;
  white-space: nowrap;
}
@media (hover: hover) {
  .l-footer__sub-link:hover {
    color: #FCD005;
  }
}
@media (hover: none) {
  .l-footer__sub-link:active {
    color: #FCD005;
  }
}
@media only screen and (min-width: 800px) {
  .l-footer__sub-link {
    line-height: 0.6923076923;
  }
}
.l-footer__copy small {
  color: #472800;
  display: block;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 0.7;
}
@media only screen and (min-width: 800px) {
  .l-footer__copy small {
    font-size: 0.8125rem;
    line-height: 0.6923076923;
  }
}

.l-nav {
  background: #FBF5E7;
  inset: 0;
  opacity: 0;
  overflow-y: auto;
  padding: 7.75rem 1.9375rem 3.5rem;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  visibility: hidden;
  z-index: 90;
}
.l-nav.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
@media only screen and (min-width: 800px) {
  .l-nav {
    display: none;
  }
}
.l-nav__label {
  color: #472800;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 0.7;
  text-transform: uppercase;
}
.l-nav__list {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin-top: 1.75rem;
  padding-right: 1.25rem;
}
.l-nav__item {
  border-bottom: 0.0625rem solid #E4DECF;
}
.l-nav__link {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  padding-bottom: 1.0625rem;
}
.l-nav__tel {
  background: #FFFFFF;
  border-radius: 1.5625rem;
  line-height: 0;
  margin-top: 2rem;
  padding: 2rem;
  text-align: center;
}
.l-nav__tel-ttl {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4705882353;
}
.l-nav__tel-link {
  align-items: center;
  display: inline-flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.l-nav__tel-icon {
  height: 1.875rem;
  width: 1.875rem;
}
.l-nav__tel-icon svg {
  height: 100%;
  width: 100%;
}
.l-nav__tel-num {
  color: #FCD005;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.347826087;
  text-decoration: underline;
}
.l-nav__tel-hours {
  color: #3E342D;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.25rem;
}
.l-nav__contact {
  align-items: center;
  background: #FFFFFF;
  border: 0.0625rem solid #FCD005;
  border-radius: 2.875rem;
  color: #472800;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  gap: 1rem;
  justify-content: center;
  margin-top: 1rem;
  padding: 0.8125rem 1.4375rem;
  width: 100%;
}
.l-nav__contact .arrow {
  align-items: center;
  background: #FCD005;
  border-radius: 0.75rem;
  display: flex;
  flex-shrink: 0;
  height: 1.25rem;
  justify-content: center;
  width: 1.25rem;
}
.l-nav__contact .arrow img {
  height: 0.875rem;
  width: 0.875rem;
}
.l-nav__sub {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 5rem;
}
.l-nav__sub-link {
  color: #472800;
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 0.7692307692;
}
.l-nav__copy {
  color: #472800;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 0.7692307692;
  margin-top: 2rem;
}

.l-top {
  align-items: flex-end;
  background: #fffff8;
  border-radius: 0;
  display: flex;
  height: 25.25rem;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .l-top {
    border-radius: 0 0 0 2.5rem;
    height: 30.9375rem;
  }
}
.l-top__bg {
  bottom: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.l-top__main {
  background: #fffff8;
  border-radius: 0 2.5rem 0 0;
  max-width: 100%;
  padding: 2.5rem 1.25rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 800px) {
  .l-top__main {
    max-width: 34.375rem;
    padding: 3rem 5rem 2rem;
  }
}
.l-top__breadcrumbs {
  line-height: 0;
  margin-bottom: 1.5rem;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-top__breadcrumbs::-webkit-scrollbar {
  display: none;
}
.l-top__breadcrumbs {
  white-space: nowrap;
}
@media only screen and (min-width: 800px) {
  .l-top__breadcrumbs {
    margin-bottom: 2.0625rem;
  }
}
.l-top__breadcrumbs-list {
  display: flex;
  gap: 1.0625rem;
}
.l-top__breadcrumbs-item {
  position: relative;
}
.l-top__breadcrumbs-item:nth-child(n+2)::before {
  aspect-ratio: 5/7;
  background: url(../img/common/arrow_breadcrumbs.svg) no-repeat center/100% auto;
  content: "";
  left: -0.375rem;
  position: absolute;
  top: 50%;
  width: 0.3125rem;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.l-top__breadcrumbs-txt {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: underline;
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media (hover: hover) {
  .l-top__breadcrumbs-txt:not(.--current):hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .l-top__breadcrumbs-txt:not(.--current):active {
    opacity: 0.7;
  }
}
.l-top__breadcrumbs-txt .u-en2 {
  font-size: 0.8125rem;
}
.l-top__breadcrumbs-txt.--current {
  font-weight: 700;
  text-decoration: none;
}
.l-top__en {
  color: #fdda18;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.625rem;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 800px) {
  .l-top__en {
    font-size: 1.125rem;
    line-height: 0.75rem;
    margin-bottom: 1rem;
  }
}
.l-top__ttl {
  color: #222222;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.125rem;
  position: relative;
  top: -0.0625rem;
}
@media only screen and (min-width: 800px) {
  .l-top__ttl {
    font-size: 1.875rem;
    line-height: 1.375rem;
  }
}

.l-links {
  padding-bottom: 5rem;
  padding-top: 5rem;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .l-links {
    padding-bottom: 11.25rem;
    padding-top: 11.25rem;
  }
}
.l-links::before {
  background: #F1F1DB;
  border-radius: 2.5rem 2.5rem 0 0;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 800px) {
  .l-links::before {
    border-radius: 5rem 5rem 0 0;
  }
}
.l-links__inner {
  max-width: 72.5rem;
}
.l-links__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2.3125rem;
  margin: 0 auto;
}
.l-links__item {
  flex: 0 0 auto;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .l-links__item {
    width: calc(33.3333333333% - 1.5416666667rem);
  }
}
.l-links__item:nth-child(-n+3)::before {
  display: block;
}
.l-links__item:nth-child(n+2)::before {
  display: none;
}
@media only screen and (min-width: 800px) {
  .l-links__item:nth-child(n+2)::before {
    display: block;
  }
}
.l-links__item::after, .l-links__item::before {
  background: #C9C9A6;
  content: "";
  height: 0.0625rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.l-links__item::after {
  bottom: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.l-links__item::before {
  top: 0;
  -webkit-transform: translateY(-50%);
  display: none;
  transform: translateY(-50%);
}
.l-links__link {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 2rem 0 1.875rem;
  position: relative;
  transition: border-color 0.42s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (hover: hover) {
  .l-links__link:hover .arrow.--sub {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .l-links__link:hover .arrow.--main {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .l-links__link:hover .arrow-container {
    background: #fcd005;
    border-color: #fcd005;
  }
  .l-links__link:hover .txt.--main {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .l-links__link:hover .txt.--sub {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (hover: none) {
  .l-links__link:active .arrow.--sub {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .l-links__link:active .arrow.--main {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .l-links__link:active .arrow-container {
    background: #fcd005;
    border-color: #fcd005;
  }
  .l-links__link:active .txt.--main {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .l-links__link:active .txt.--sub {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.l-links__link .en {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 0.5625rem;
  text-transform: uppercase;
}
.l-links__link .txt-container {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.l-links__link .txt {
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.1818181818;
}
.l-links__link .txt.--main, .l-links__link .txt.--sub {
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.l-links__link .txt.--sub {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.l-links__link .arrow-container {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  align-items: center;
  aspect-ratio: 1/1;
  background: #FFFFFF;
  border: 0.09375rem solid #F1F1DB;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  transform: translateY(-50%);
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: background, border-color;
  width: 2rem;
}
.l-links__link .arrow {
  aspect-ratio: 1/1;
  position: relative;
  width: 0.8125rem;
}
.l-links__link .arrow.--main, .l-links__link .arrow.--sub {
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.l-links__link .arrow.--sub {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.l-links__link .arrow-wrapper {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.l-page {
  background: #fffff8;
  min-height: calc(100dvh - 18.4375rem);
  padding-bottom: 5rem;
  padding-top: 7.625rem;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .l-page {
    min-height: calc(100dvh - 18.1875rem);
    padding-bottom: 7.5rem;
    padding-top: 11.375rem;
  }
}
.l-page__inner {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.l-page__nav {
  flex: 0 0 auto;
  position: sticky;
  top: 7.5rem;
  width: 15.75rem;
}
@media only screen and (min-width: 800px) {
  .l-page__nav {
    display: none;
  }
}
.l-page__nav-list {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  line-height: 0;
}
.l-page__nav-item {
  position: relative;
  z-index: 1;
}
.l-page__nav-item:last-child::before {
  display: none;
}
.l-page__nav-item::before {
  background: #dedede;
  bottom: -1.625rem;
  content: "";
  left: 0.5rem;
  position: absolute;
  top: 0.5rem;
  width: 0.0625rem;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.l-page__nav-link {
  color: #c2c2c2;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1rem;
  padding-left: 1.5625rem;
  position: relative;
  transition: 0.3s ease-out;
  transition-property: color;
}
@media (hover: hover) {
  .l-page__nav-link:hover {
    color: #fdda18;
  }
}
@media (hover: none) {
  .l-page__nav-link:active {
    color: #fdda18;
  }
}
.l-page__nav-link::before, .l-page__nav-link::after {
  aspect-ratio: 1/1;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-page__nav-link::before {
  background: #fdda18;
  left: 0;
  opacity: 0;
  width: 1rem;
  z-index: 1;
}
.l-page__nav-link::after {
  background: #c2c2c2;
  left: 0.25rem;
  width: 0.5rem;
  z-index: 2;
}
.l-page__nav-link.is-current {
  color: #222222;
}
.l-page__nav-link.is-current::before {
  opacity: 0.3;
}
.l-page__nav-link.is-current::after {
  background: #fdda18;
}
.l-page__main {
  flex: 1 1 auto;
  width: calc(100% - 18.25rem);
}
@media only screen and (min-width: 800px) {
  .l-page__main {
    width: 100%;
  }
}

.c-blur {
  aspect-ratio: 1;
  pointer-events: none;
  position: absolute;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-blur.--sm {
  width: 11.125rem;
}
.c-blur.--lg {
  width: 15.8125rem;
}
.c-blur::before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  aspect-ratio: 1;
  background: center/contain no-repeat;
  display: none;
  transform: translate(-50%, -50%);
}
.c-blur.lazyloaded::before {
  display: block;
  -webkit-animation: cBlurReveal 0.8s ease-out both;
  animation: cBlurReveal 0.8s ease-out both;
}

@-webkit-keyframes cBlurReveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes cBlurReveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-circle {
  bottom: 0;
  left: 50%;
  position: absolute;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  background: linear-gradient(180deg, #FBF5E7 57.41%, #FFFAEE 100%);
  pointer-events: none;
  transform: translateX(-50%);
  -webkit-mask: url(../img/common/circle_mask.svg) no-repeat center/100% 100%;
  mask: url(../img/common/circle_mask.svg) no-repeat center/100% 100%;
  mask-mode: alpha;
}

.c-btn {
  align-items: center;
  background: #FCD005;
  border-radius: 2.5rem;
  box-shadow: inset 0 -0.4375rem 0 0 #EDC300;
  color: #3E342D;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 700;
  gap: 1rem;
  justify-content: center;
  line-height: 1.4;
  max-width: 100%;
  padding: 0.75rem 2rem 1rem;
  text-align: center;
  transition: 0.15s ease-out;
  transition-property: box-shadow, -webkit-transform;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform;
  width: 100%;
}
@media (hover: hover) {
  .c-btn:hover {
    -webkit-transform: translateY(0.25rem);
    box-shadow: inset 0 -0.1875rem 0 0 #EDC300;
    transform: translateY(0.25rem);
  }
}
@media (hover: none) {
  .c-btn:active {
    -webkit-transform: translateY(0.25rem);
    box-shadow: inset 0 -0.1875rem 0 0 #EDC300;
    transform: translateY(0.25rem);
  }
}
.c-btn:active {
  -webkit-transform: translateY(0.4375rem);
  box-shadow: inset 0 0 0 0 #EDC300;
  transform: translateY(0.4375rem);
}
.c-btn__txt {
  display: block;
}
.c-btn__arrow {
  align-items: center;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 1.875rem;
  justify-content: center;
  width: 1.875rem;
}
.c-btn__arrow img,
.c-btn__arrow svg {
  height: 1.125rem;
  width: 1.125rem;
}
.c-btn.--outlined {
  background: #FFFFFF;
  border: 0.0625rem solid #FCD005;
  box-shadow: none;
}
@media (hover: hover) {
  .c-btn.--outlined:hover {
    -webkit-transform: none;
    box-shadow: none;
    opacity: 0.7;
    transform: none;
  }
}
@media (hover: none) {
  .c-btn.--outlined:active {
    -webkit-transform: none;
    box-shadow: none;
    opacity: 0.7;
    transform: none;
  }
}
.c-btn.--outlined:active {
  -webkit-transform: none;
  transform: none;
}

.c-cta {
  padding: 5rem 0;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .c-cta {
    padding: 8.75rem 0 8.75rem;
  }
}
.c-cta__blur-lg {
  left: calc(50% - 3.25rem);
  top: 64.71875rem;
}
.c-cta__blur-lg::before {
  background-image: url(../img/common/blur_cta_lg.svg);
  width: 60.8125rem;
}
@media only screen and (min-width: 800px) {
  .c-cta__blur-lg {
    left: calc(50% - 35.28125rem);
    top: 35.25rem;
  }
}
.c-cta__blur-sm {
  display: none;
}
@media only screen and (min-width: 800px) {
  .c-cta__blur-sm {
    display: block;
    left: calc(50% + 37.5rem);
    top: 12.4375rem;
  }
  .c-cta__blur-sm::before {
    background-image: url(../img/common/blur_cta_sm.svg);
    width: 42.375rem;
  }
}
.c-cta__inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 800px) {
  .c-cta__inner {
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
  }
}
.c-cta__card {
  align-items: center;
  background: #FFFFFF;
  border-radius: 2.5rem;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 2rem;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .c-cta__card {
    flex: 1 1 0;
    max-width: 34rem;
    padding: 3.5rem;
  }
}
.c-cta__head {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.c-cta__en {
  color: #FFA321;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.c-cta__ttl {
  color: #3E342D;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4642857143;
}
@media only screen and (min-width: 800px) {
  .c-cta__ttl {
    font-size: 2.125rem;
    line-height: 1.4411764706;
  }
}
.c-cta__catch {
  color: #78603B;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1rem;
}
.c-cta__catch-mark {
  font-style: italic;
  font-weight: 900;
}
.c-cta__txt {
  color: #3E342D;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 1rem;
}
@media only screen and (min-width: 800px) {
  .c-cta__txt {
    margin-left: -0.09375rem;
    margin-right: -0.09375rem;
    text-align: left;
  }
}
.c-cta__line {
  border: 0;
  border-top: 0.0625rem solid #F3EDDE;
  margin: 1.875rem 0 1.5rem;
  width: 100%;
}
.c-cta__tel {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
}
.c-cta__tel-icon {
  flex-shrink: 0;
  height: 2.5rem;
  width: 2.5rem;
}
.c-cta__tel-icon img {
  height: 100%;
  width: 100%;
}
.c-cta__tel-num {
  color: #FCD005;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4285714286;
}
.c-cta__tel-hours {
  color: #3E342D;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.25rem;
}
.c-cta__recruit-img {
  aspect-ratio: 432/205;
  border-radius: 1rem;
  margin-top: 1rem;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .c-cta__recruit-img {
    border-radius: 1.25rem;
  }
}
.c-cta__btn {
  align-items: center;
  background: #FCD005;
  border-radius: 2.5rem;
  box-shadow: inset 0 -0.4375rem 0 0 #EDC300;
  color: #3E342D;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 700;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.25rem;
  max-width: 23.125rem;
  padding: 0.75rem 2rem 1rem;
  text-align: center;
  transition: 0.15s ease-out;
  transition-property: box-shadow, -webkit-transform;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform;
  width: 100%;
}
@media (hover: hover) {
  .c-cta__btn:hover {
    -webkit-transform: translateY(0.25rem);
    box-shadow: inset 0 -0.1875rem 0 0 #EDC300;
    transform: translateY(0.25rem);
  }
}
@media (hover: none) {
  .c-cta__btn:active {
    -webkit-transform: translateY(0.25rem);
    box-shadow: inset 0 -0.1875rem 0 0 #EDC300;
    transform: translateY(0.25rem);
  }
}
.c-cta__btn:active {
  -webkit-transform: translateY(0.4375rem);
  box-shadow: inset 0 0 0 0 #EDC300;
  transform: translateY(0.4375rem);
}
.c-cta__btn-icon {
  align-items: center;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 1.875rem;
  justify-content: center;
  width: 1.875rem;
}
.c-cta__btn-icon img,
.c-cta__btn-icon svg {
  height: 1.125rem;
  width: 1.125rem;
}
.c-cta__card.--recruit .c-cta__btn {
  margin-top: 2rem;
  max-width: 100%;
}

.c-faq {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 800px) {
  .c-faq {
    gap: 1.25rem;
  }
}
.c-faq__item {
  align-items: stretch;
  background: #FFFFFF;
  border-radius: 1.25rem;
  box-shadow: 0 0.3125rem 0.9375rem #F8EFD8;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}
@media only screen and (min-width: 800px) {
  .c-faq__item {
    padding: 1.5rem 2rem;
  }
}
.c-faq__q {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 0.75rem;
  list-style: none;
  width: 100%;
}
.c-faq__q::-webkit-details-marker {
  display: none;
}
.c-faq__mark {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 0 auto;
  height: 2.125rem;
  width: 2.125rem;
}
.c-faq__mark.--q {
  background-image: url(../img/common/question.svg);
}
.c-faq__mark.--a {
  background-image: url(../img/common/answer.svg);
}
.c-faq__qtext {
  color: #3E342D;
  flex: 1 1 auto;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
}
.c-faq__toggle {
  background: #FFFFFF;
  border: 1.5px solid #FCD005;
  border-radius: 50%;
  flex: 0 0 auto;
  height: 2.125rem;
  position: relative;
  transition: background 0.3s ease, border-color 0.3s ease;
  width: 2.125rem;
}
.c-faq__toggle::before {
  background: url(../img/common/expand_less.svg) no-repeat center;
  background-size: 1.125rem;
  content: "";
  inset: 0;
  position: absolute;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-faq__item[open] .c-faq__toggle {
  background: #FCD005;
  border-color: #FCD005;
}
.c-faq__item[open] .c-faq__toggle::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.c-faq__a {
  align-items: flex-start;
  border-top: 1px solid #EFE6D2;
  display: flex;
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  width: 100%;
}
.c-faq__atext {
  color: #3E342D;
  flex: 1 1 auto;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
}

.c-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
@media only screen and (min-width: 800px) {
  .c-filter {
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1rem;
  }
}
.c-filter__item {
  flex: 0 0 auto;
}
.c-filter__link {
  align-items: center;
  background: #FFFFFF;
  border-radius: 2.5rem;
  color: #3E342D;
  display: inline-flex;
  font-size: 0.9375rem;
  font-weight: 700;
  justify-content: center;
  min-height: 2.375rem;
  padding: 0.5rem 1.5rem;
  text-align: center;
  transition: 0.3s ease-out;
  transition-property: background-color;
  white-space: nowrap;
}
@media (hover: hover) {
  .c-filter__link:hover {
    background: #FFF0AE;
  }
}
@media (hover: none) {
  .c-filter__link:active {
    background: #FFF0AE;
  }
}
.c-filter__link.is-current {
  background: #FCD005;
}

.c-fv {
  position: relative;
}
.c-fv__kv {
  aspect-ratio: 393/548;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-mask: linear-gradient(#fff, #fff) top/100% calc(100% - 2.1875rem) no-repeat, url(../img/common/fv_wave.svg) bottom/100% 2.1875rem no-repeat;
  mask: linear-gradient(#fff, #fff) top/100% calc(100% - 2.1875rem) no-repeat, url(../img/common/fv_wave.svg) bottom/100% 2.1875rem no-repeat;
}
.c-fv__kv img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 800px) {
  .c-fv__kv {
    aspect-ratio: 1400/548;
  }
}
.c-fv__ttl {
  left: 50%;
  position: absolute;
  top: 15.875rem;
  z-index: 3;
  -webkit-transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 3.75rem;
  color: #78603B;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.5rem 2.5rem;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media only screen and (min-width: 800px) {
  .c-fv__ttl {
    bottom: auto;
    left: auto;
    right: 12.5rem;
    top: 14.3125rem;
    -webkit-transform: none;
    font-size: 2.1875rem;
    line-height: 1.2;
    transform: none;
  }
}
.c-fv__hands {
  bottom: -7.25rem;
  height: 18.75rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 2;
}
@media only screen and (min-width: 800px) {
  .c-fv__hands {
    bottom: -18.9375rem;
    height: 34.5rem;
  }
}
.c-fv__hand {
  bottom: 0;
  position: absolute;
  width: 11.625rem;
}
@media only screen and (min-width: 800px) {
  .c-fv__hand {
    width: 36.625rem;
  }
}
.c-fv__hand img {
  display: block;
  height: auto;
  width: 100%;
}
.c-fv__hand.--left {
  left: 0;
}
.c-fv__hand.--right {
  right: 0;
}
.c-fv__breadcrumb {
  color: #472800;
  position: absolute;
  right: 1.5rem;
  top: 6.125rem;
  z-index: 3;
}
@media only screen and (min-width: 800px) {
  .c-fv__breadcrumb {
    left: 3.4375rem;
    right: auto;
    top: 8.6875rem;
  }
}
.c-fv__breadcrumb .c-breadcrumb__txt {
  color: #472800;
  text-decoration: none;
}
.c-fv__breadcrumb .c-breadcrumb__txt.--current {
  text-decoration: underline;
  text-decoration-color: #FCD005;
  text-decoration-thickness: 0.125rem;
  text-underline-offset: 0.4375rem;
}

.c-head {
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .c-head.--left {
    text-align: left;
  }
}
.c-head__en {
  color: #FFA321;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.c-head__ttl {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4642857143;
}
@media only screen and (min-width: 800px) {
  .c-head__ttl {
    font-size: 2.125rem;
    line-height: 1.4411764706;
  }
}

.c-news__link {
  align-items: center;
  background: #FFFFFF;
  border-radius: 1.25rem;
  display: flex;
  gap: 0.75rem;
  padding: 1.5rem 1.5rem 2rem;
}
@media (hover: hover) {
  .c-news__link:hover .c-news__ttl {
    color: #FCD005;
  }
  .c-news__link:hover .c-news__arrow {
    background: #FCD005;
    border-color: #FCD005;
  }
  .c-news__link:hover .c-news__arrow img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
@media (hover: none) {
  .c-news__link:active .c-news__ttl {
    color: #FCD005;
  }
  .c-news__link:active .c-news__arrow {
    background: #FCD005;
    border-color: #FCD005;
  }
  .c-news__link:active .c-news__arrow img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
@media only screen and (min-width: 800px) {
  .c-news__link {
    padding: 1.5rem 2rem 2rem;
  }
}
.c-news__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
}
.c-news__meta {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}
.c-news__tag {
  align-items: center;
  background: #FFF7D0;
  border-radius: 2.5rem;
  color: #FFA321;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.5;
  padding: 0.25rem 1rem;
  white-space: nowrap;
}
.c-news__date {
  color: #3E342D;
  font-size: 0.9375rem;
  font-weight: 700;
}
.c-news__ttl {
  color: #3E342D;
  display: -webkit-box;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  transition: color 0.3s ease-out;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}
@media only screen and (min-width: 800px) {
  .c-news__ttl {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.c-news__arrow {
  align-items: center;
  background: #FFFFFF;
  border: 0.09375rem solid #FCD005;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 2.125rem;
  justify-content: center;
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
  width: 2.125rem;
}
.c-news__arrow img {
  height: 1.125rem;
  transition: -webkit-filter 0.3s ease-out;
  transition: filter 0.3s ease-out;
  transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
  width: 1.125rem;
}
.c-news__empty {
  color: #3E342D;
  font-size: 0.9375rem;
  padding: 2.5rem 0;
  text-align: center;
}

.c-breadcrumb__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.75rem;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  --bc-fade-l: 0px;
  --bc-fade-r: 1.5rem;
  mask-image: linear-gradient(to right, transparent 0, #000 var(--bc-fade-l), #000 calc(100% - var(--bc-fade-r)), transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 var(--bc-fade-l), #000 calc(100% - var(--bc-fade-r)), transparent 100%);
}
.c-breadcrumb__list::-webkit-scrollbar {
  display: none;
}
.c-breadcrumb__list.is-fade-left {
  --bc-fade-l: 1.5rem;
}
.c-breadcrumb__list.is-no-fade-right {
  --bc-fade-r: 0px;
}
.c-breadcrumb__item {
  position: relative;
}
.c-breadcrumb__item:nth-child(n+2)::before {
  aspect-ratio: 1/1;
  background: url(../img/common/breadcrumb.svg) no-repeat center/100% auto;
  content: "";
  left: -0.25rem;
  position: absolute;
  top: 50%;
  width: 1.25rem;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.c-breadcrumb__txt {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.6153846154;
  text-decoration: underline;
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media (hover: hover) {
  .c-breadcrumb__txt:not(.--current):hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .c-breadcrumb__txt:not(.--current):active {
    opacity: 0.7;
  }
}
.c-breadcrumb__txt .u-en2 {
  font-size: 0.9375rem;
  font-weight: 600;
}
.c-breadcrumb__txt.--current {
  text-decoration: none;
}

.c-pagination {
  margin-top: 2.5rem;
}
.c-pagination__list {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-pagination__item {
  margin: 0;
  padding: 0;
}
.c-pagination__arrow, .c-pagination__number {
  align-items: center;
  background-color: #fff;
  border: 0.09375rem solid #F1F1DB;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: 2.8125rem;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
  width: 2.8125rem;
}
.c-pagination__arrow img, .c-pagination__number img {
  display: block;
  height: 1rem;
  width: 1rem;
}
.c-pagination__arrow:hover:not(.c-pagination__arrow--active, .c-pagination__number--active):not(.c-pagination__arrow--disabled, .c-pagination__number--disabled), .c-pagination__number:hover:not(.c-pagination__arrow--active, .c-pagination__number--active):not(.c-pagination__arrow--disabled, .c-pagination__number--disabled) {
  background-color: #FFF9DD;
}
.c-pagination__number .u-en3 {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  padding-top: 0.1875rem;
}
.c-pagination__number--active {
  background-color: #FCD005;
  border-color: #FCD005;
  cursor: default;
}
.c-pagination__arrow--disabled {
  background-color: #F0F0DF;
  border-color: #F0F0DF;
  cursor: not-allowed;
  pointer-events: none;
}

.c-single-pagination {
  margin-top: 4.5rem;
  padding: 0;
}
@media only screen and (max-width: 799px) {
  .c-single-pagination {
    margin-top: 4.8125rem;
    padding: 0;
  }
}
.c-single-pagination__inner {
  align-items: center;
  display: flex;
  gap: 1.5rem;
}
@media only screen and (max-width: 799px) {
  .c-single-pagination__inner {
    flex-direction: column;
    gap: 1.1875rem;
  }
}
.c-single-pagination__item {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-single-pagination__item--prev {
  flex: 1;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .c-single-pagination__item--prev {
    justify-content: flex-end;
  }
}
.c-single-pagination__item--prev::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  background-color: #222;
  height: 2.25rem;
  transform: translateY(-50%);
  width: 0.0625rem;
}
@media only screen and (max-width: 799px) {
  .c-single-pagination__item--prev::after {
    display: none;
  }
}
.c-single-pagination__item--next {
  flex: 1;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .c-single-pagination__item--next {
    justify-content: flex-start;
  }
}
.c-single-pagination__item--next::before {
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  background-color: #222;
  height: 2.25rem;
  transform: translateY(-50%);
  width: 0.0625rem;
}
@media only screen and (max-width: 799px) {
  .c-single-pagination__item--next::before {
    display: none;
  }
}
@media only screen and (max-width: 799px) {
  .c-single-pagination__item--list {
    order: 2;
    padding-bottom: 1.4375rem;
    padding-top: 1.4375rem;
    position: relative;
    width: 100%;
  }
  .c-single-pagination__item--list::before {
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    background-color: #222;
    height: 0.0625rem;
    transform: translateX(-50%);
    width: 13.75rem;
  }
  .c-single-pagination__item--list::after {
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    background-color: #222;
    height: 0.0625rem;
    transform: translateX(-50%);
    width: 13.75rem;
  }
}
.c-single-pagination__link {
  align-items: center;
  color: inherit;
  display: flex;
  gap: 0.4375rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.c-single-pagination__link.first {
  padding-right: 1.375rem;
}
.c-single-pagination__link.second {
  padding-left: 1.375rem;
}
@media only screen and (max-width: 799px) {
  .c-single-pagination__link.second {
    padding-left: 0;
  }
}
.c-single-pagination__link:hover:not(.c-single-pagination__link--disabled) {
  opacity: 0.7;
}
.c-single-pagination__link--disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.c-single-pagination__link--disabled.--next {
  padding-left: 1.375rem;
}
.c-single-pagination__link--disabled.--prev {
  padding-right: 1.375rem;
}
@media only screen and (max-width: 799px) {
  .c-single-pagination__link--disabled.--next, .c-single-pagination__link--disabled.--prev {
    padding: 0;
  }
}
.c-single-pagination__arrow {
  align-items: center;
  background-color: #fff;
  border: 0.09375rem solid #F1F1DB;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  height: 2.5rem;
  justify-content: center;
  transition: background-color 0.3s ease;
  width: 2.5rem;
}
.c-single-pagination__arrow img {
  display: block;
  height: 1rem;
  width: 1rem;
}
.c-single-pagination__arrow--disabled {
  background-color: #F0F0DF;
  border-color: #F0F0DF;
}
.c-single-pagination__link:hover:not(.c-single-pagination__link--disabled) .c-single-pagination__arrow:not(.c-single-pagination__arrow--disabled) {
  background-color: #FCD005;
}
.c-single-pagination__title {
  display: -webkit-box;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  max-width: 18.75rem;
  width: auto;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 799px) {
  .c-single-pagination__title {
    font-size: 0.75rem;
    max-width: 10.625rem;
  }
}
.c-single-pagination__list-link {
  color: inherit;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-underline-offset: 0.25rem;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 799px) {
  .c-single-pagination__list-link {
    text-align: center;
    width: 100%;
  }
}
.c-single-pagination__list-link:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 799px) {
  .c-single-pagination__item--prev {
    order: 1;
    width: 100%;
  }
  .c-single-pagination__item--next {
    order: 3;
    width: 100%;
  }
}

.wp-spacer {
  display: block;
  width: 100%;
}
.wp-spacer--small {
  height: 1.25rem;
}
.wp-spacer--medium {
  height: 2.5rem;
}
.wp-spacer--m-large {
  height: 3.125rem;
}
.wp-spacer--large {
  height: 3.75rem;
}
.wp-spacer--xlarge {
  height: 5rem;
}
.wp-spacer__label {
  display: none;
}

.p-top-bg {
  overflow: hidden;
}
.p-top-bg.--bg1 {
  background: #FBF5E7;
  border-radius: 5rem 5rem 0 0;
  margin-top: -7.8125rem;
  overflow: visible;
}
@media only screen and (min-width: 800px) {
  .p-top-bg.--bg1 {
    border-radius: 8.75rem 8.75rem 0 0;
    margin-top: -14.3125rem;
  }
}
.p-top-bg.--bg2 {
  background: #FAF8F4;
}

.p-top-fv {
  aspect-ratio: 131/212;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .p-top-fv {
    aspect-ratio: 1400/888;
  }
}
.p-top-fv__slider {
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  -webkit-mask: linear-gradient(#fff, #fff) top/100% calc(100% - 2.1875rem) no-repeat, url(../img/common/fv_wave.svg) bottom/100% 2.1875rem no-repeat;
  mask: linear-gradient(#fff, #fff) top/100% calc(100% - 2.1875rem) no-repeat, url(../img/common/fv_wave.svg) bottom/100% 2.1875rem no-repeat;
}
.p-top-fv__slider .splide__track,
.p-top-fv__slider .splide__list {
  height: 100%;
}
.p-top-fv__slide {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.p-top-fv__catch {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
  left: 2.5rem;
  position: absolute;
  top: 26%;
  z-index: 3;
}
@media only screen and (min-width: 800px) {
  .p-top-fv__catch {
    left: 50%;
    top: 13.8125rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-top-fv__catch-line {
  background: #FFFFFF;
  border-radius: 3.75rem;
  color: #78603B;
  flex: 0 0 auto;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.2222222222;
  padding: 1.5rem 1rem;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .p-top-fv__catch-line {
    font-size: 2.5rem;
    line-height: 1.175;
    padding: 2rem 1.25rem;
  }
}
.p-top-fv__hands {
  bottom: -7.3125rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 2;
}
@media only screen and (min-width: 800px) {
  .p-top-fv__hands {
    bottom: -19.1875rem;
  }
}
.p-top-fv__hand {
  bottom: 0;
  position: absolute;
  width: 11.5rem;
}
@media only screen and (min-width: 800px) {
  .p-top-fv__hand {
    width: 36.625rem;
  }
}
.p-top-fv__hand img {
  display: block;
  height: auto;
  width: 100%;
}
.p-top-fv__hand.--left {
  left: 0;
}
.p-top-fv__hand.--right {
  right: 0;
}

.p-top-about {
  padding-bottom: 0;
  padding-top: 5rem;
}
@media only screen and (min-width: 800px) {
  .p-top-about {
    padding-top: 7.5rem;
  }
}
.p-top-about__inner {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 800px) {
  .p-top-about__inner {
    max-width: 82.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.p-top-about__panel {
  background: #F8F0DE;
  border-radius: 2.5rem;
  padding: 3.5rem 1.25rem;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .p-top-about__panel {
    border-radius: 7.5rem;
    padding: 5rem;
  }
}
.p-top-about__body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (min-width: 800px) {
  .p-top-about__body {
    align-items: center;
    flex-direction: row-reverse;
    gap: 5rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-top-about__content {
    flex: 1 1 auto;
  }
}
.p-top-about__txt {
  color: #3E342D;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8125;
  margin-top: 2rem;
}
@media only screen and (min-width: 800px) {
  .p-top-about__txt {
    font-size: 1rem;
    line-height: 1.8125;
    margin-top: 2.5rem;
  }
}
.p-top-about__btn {
  display: flex;
  justify-content: center;
  margin: 2rem auto 0;
  max-width: 14.75rem;
}
@media only screen and (min-width: 800px) {
  .p-top-about__btn {
    justify-content: flex-start;
    margin: 3rem 0 0;
    margin-top: 3rem;
  }
}
.p-top-about__media {
  aspect-ratio: 321/374;
  border-radius: 2.5rem;
}
@media only screen and (min-width: 800px) {
  .p-top-about__media {
    aspect-ratio: 440/512;
    border-radius: 5rem;
    flex: 0 0 auto;
    width: 27.5rem;
  }
}
.p-top-about__illust {
  aspect-ratio: 130/104;
  bottom: -4.4375rem;
  position: absolute;
  right: 1.5rem;
  width: 8.125rem;
  z-index: 1;
}
@media only screen and (min-width: 800px) {
  .p-top-about__illust {
    aspect-ratio: 233/187;
    bottom: -7rem;
    right: 4rem;
    width: 14.5625rem;
  }
}
.p-top-about__illust img {
  display: block;
  height: auto;
  width: 100%;
}

.p-top-features {
  isolation: isolate;
  padding-bottom: 7.5rem;
  padding-top: 7.5rem;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .p-top-features {
    padding-bottom: 8.75rem;
    padding-top: 8.75rem;
  }
}
.p-top-features__circle {
  height: 44.054375rem;
  width: 63.1875rem;
}
@media only screen and (min-width: 800px) {
  .p-top-features__circle {
    height: 74.6875rem;
    width: 107.125rem;
  }
}
.p-top-features__blur {
  left: calc(50% + 5.9375rem);
  top: 64.15625rem;
}
.p-top-features__blur::before {
  background-image: url(../img/common/blur_feature2.svg);
  width: 47.3125rem;
}
@media only screen and (min-width: 800px) {
  .p-top-features__blur {
    left: calc(50% + 18.28125rem);
    top: 23.84375rem;
  }
  .p-top-features__blur::before {
    background-image: url(../img/common/blur_feature1.svg);
    width: 52.3125rem;
  }
}
.p-top-features__inner {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 800px) {
  .p-top-features__inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.p-top-features__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 3rem;
}
@media only screen and (min-width: 800px) {
  .p-top-features__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem 2.25rem;
    justify-content: center;
    margin-top: 3.5rem;
  }
}
.p-top-features__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .p-top-features__item {
    width: 21.8125rem;
  }
}
.p-top-features__card {
  position: relative;
  width: 100%;
}
.p-top-features__img {
  aspect-ratio: 361/226;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media only screen and (min-width: 800px) {
  .p-top-features__img {
    aspect-ratio: 349/226;
  }
}
.p-top-features__img img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top-features__badge {
  align-items: center;
  aspect-ratio: 1/1;
  background: #F0E5D4;
  border-radius: 50%;
  color: #78603B;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  justify-content: center;
  left: -0.5rem;
  padding-top: 0.375rem;
  position: absolute;
  text-align: center;
  top: -0.5rem;
  width: 4.875rem;
  z-index: 1;
}
@media only screen and (min-width: 800px) {
  .p-top-features__badge {
    width: 5.25rem;
  }
}
.p-top-features__badge-en {
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.p-top-features__badge-no {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 800px) {
  .p-top-features__badge-no {
    font-size: 2rem;
  }
}
.p-top-features__ttl {
  color: #3E342D;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .p-top-features__ttl {
    margin-top: 1.25rem;
  }
}
.p-top-features__txt {
  color: #3E342D;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 1rem;
  padding: 0 0.25rem;
}
@media only screen and (min-width: 800px) {
  .p-top-features__txt {
    margin-top: 1.25rem;
    padding: 0;
  }
}

.p-top-service {
  padding-top: 3.5rem;
}
@media only screen and (min-width: 800px) {
  .p-top-service {
    padding-top: 8.75rem;
  }
}
.p-top-service__inner {
  isolation: isolate;
  position: relative;
}
.p-top-service__blur1 {
  left: calc(50% - 7.5625rem);
  top: 42.96875rem;
}
.p-top-service__blur1::before {
  background-image: url(../img/common/blur_service_top1.svg);
  width: 51.1875rem;
}
@media only screen and (min-width: 800px) {
  .p-top-service__blur1 {
    left: calc(50% - 36.15625rem);
    top: 15.96875rem;
  }
}
.p-top-service__blur2 {
  display: none;
}
@media only screen and (min-width: 800px) {
  .p-top-service__blur2 {
    display: block;
    left: calc(50% + 35.34375rem);
    top: 32.65625rem;
  }
  .p-top-service__blur2::before {
    background-image: url(../img/common/blur_service_top2.svg);
    width: 33.6875rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-top-service__layout {
    align-items: flex-start;
    display: flex;
    gap: 5rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-top-service__intro {
    flex: 0 0 28.125rem;
    position: relative;
  }
}
.p-top-service__lead {
  color: #3E342D;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 2rem;
}
@media only screen and (min-width: 800px) {
  .p-top-service__lead {
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-top: 2rem;
  }
}
.p-top-service__btn {
  display: flex;
  justify-content: center;
  margin: 2.5rem auto 0;
  max-width: 15.75rem;
}
@media only screen and (min-width: 800px) {
  .p-top-service__btn {
    justify-content: flex-start;
    margin: 2.5rem 0 0 -0.3125rem;
  }
}
.p-top-service__illust {
  aspect-ratio: 61/100;
  bottom: -8.4375rem;
  position: absolute;
  right: 3.0625rem;
  width: 3.8125rem;
}
@media only screen and (min-width: 800px) {
  .p-top-service__illust {
    bottom: -9.3125rem;
    right: 1rem;
    width: 7.75rem;
  }
}
.p-top-service__illust img {
  display: block;
  height: auto;
  width: 100%;
}
.p-top-service__list {
  display: -ms-grid;
  display: grid;
  margin-top: 2.5rem;
  -ms-grid-columns: 1fr 1.0625rem 1fr;
  gap: 1rem 1.0625rem;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 800px) {
  .p-top-service__list {
    flex: 1 1 auto;
    gap: 1rem;
    margin-top: 0;
  }
}
.p-top-service__item {
  aspect-ratio: 168/196;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .p-top-service__item {
    aspect-ratio: 287/196;
    border-radius: 2rem;
  }
}
.p-top-service__item img {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top-service__item-ttl {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  inset: 0;
  justify-content: center;
  line-height: 1.45;
  position: absolute;
  text-align: center;
  z-index: 2;
}

.p-top-area {
  background: #FBF5E7;
  padding-top: 7.5rem;
}
@media only screen and (min-width: 800px) {
  .p-top-area {
    padding-top: 6.875rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-top-area__inner {
    aspect-ratio: 1400/1035;
    max-width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 25rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-top-area__layout {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    gap: 3rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-top-area__info {
    flex: 0 0 28.125rem;
    position: relative;
    z-index: 2;
  }
}
.p-top-area__sub {
  color: #78603B;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.6304347826;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 800px) {
  .p-top-area__sub {
    display: flex;
    flex-direction: column;
    font-size: 1.5625rem;
    gap: 0.25rem;
    line-height: 1.5;
    margin-top: 2rem;
  }
  .p-top-area__sub .line {
    display: block;
  }
}
.p-top-area__note {
  color: #3E342D;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 1rem;
  max-width: 25.3125rem;
}
.p-top-area__map {
  aspect-ratio: 786/1099;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .p-top-area__map {
    aspect-ratio: 1400/1035;
  }
}
.p-top-area__map-container {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-top: 3rem;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .p-top-area__map-container {
    bottom: 0;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.p-top-area__illust {
  display: none;
}
@media only screen and (min-width: 800px) {
  .p-top-area__illust {
    display: block;
    position: absolute;
  }
}
.p-top-area__illust.--i1 {
  aspect-ratio: 195/148;
  right: 6.6875rem;
  top: 2.3125rem;
  width: 12.1875rem;
}
.p-top-area__illust.--i2 {
  aspect-ratio: 158/185;
  bottom: 6.4375rem;
  left: 13.0625rem;
  width: 9.875rem;
}

.p-top-voice {
  margin-top: -12.25rem;
  overflow: hidden;
  padding-bottom: 12.8125rem;
  padding-top: 7.5rem;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 800px) {
  .p-top-voice {
    margin-top: -9rem;
    overflow: visible;
    padding-bottom: 23.0625rem;
    padding-top: 7.5rem;
  }
}
.p-top-voice__inner {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media only screen and (min-width: 800px) {
  .p-top-voice__inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.p-top-voice__blur1 {
  left: calc(50% - 9.6875rem);
  top: 12.28125rem;
}
.p-top-voice__blur1::before {
  background-image: url(../img/common/blur_voice.svg);
  width: 59.6875rem;
}
@media only screen and (min-width: 800px) {
  .p-top-voice__blur1 {
    left: calc(50% - 30.46875rem);
    top: 7.71875rem;
  }
}
.p-top-voice__blur2 {
  display: none;
}
@media only screen and (min-width: 800px) {
  .p-top-voice__blur2 {
    display: block;
    left: calc(50% + 28.84375rem);
    top: 83.71875rem;
  }
  .p-top-voice__blur2::before {
    background-image: url(../img/common/blur_voice.svg);
    width: 59.6875rem;
  }
}
.p-top-voice__slider {
  margin-top: 2.5rem;
  overflow: visible;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .p-top-voice__slider {
    margin-top: 4rem;
  }
}
.p-top-voice__slider .splide__track {
  overflow: visible;
}
@media only screen and (min-width: 800px) {
  .p-top-voice__slider .splide__list {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr 2.3125rem 1fr 2.3125rem 1fr;
    gap: 2.5rem 2.3125rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-top-voice__item {
  align-items: center;
  background: #FFFFFF;
  border-radius: 2.5rem;
  display: flex;
  flex-direction: column;
  padding: 0 2.75rem;
  padding: 2rem;
}
@media only screen and (min-width: 800px) {
  .p-top-voice__item {
    background: #FFFFFF;
    border-radius: 2.5rem;
    box-shadow: 0 0.3125rem 0.9375rem #F4E8CF;
    padding: 2rem 2.5rem;
  }
}
.p-top-voice__avatar {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  width: 9.25rem;
}
.p-top-voice__avatar img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top-voice__body {
  margin-top: 1rem;
  padding-top: 1rem;
  position: relative;
}
.p-top-voice__body::before {
  background: #F3EDDE;
  content: "";
  height: 0.09375rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-top-voice__who {
  color: #3E342D;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 1.5rem;
  text-align: center;
}
.p-top-voice__cond {
  color: #3E342D;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4705882353;
  min-height: 1.8125rem;
  width: 100%;
}
.p-top-voice__txt {
  color: #3E342D;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 0.75rem;
  width: 100%;
}
.p-top-voice__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  align-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 3rem;
  justify-content: center;
  padding: 0;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
  width: 3rem;
}
@media only screen and (min-width: 800px) {
  .p-top-voice__arrow {
    display: none;
  }
}
.p-top-voice__arrow img {
  height: 1.5rem;
  width: 1.5rem;
}
.p-top-voice__arrow.--prev {
  background: #EAE4D8;
  left: -1.375rem;
}
.p-top-voice__arrow.--prev img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.p-top-voice__arrow.--next {
  background: #FFFFFF;
  border: 0.09375rem solid #FCD005;
  right: -1.375rem;
}
.p-top-voice__arrow:disabled {
  cursor: default;
  opacity: 0;
}
.p-top-voice__pro {
  align-items: center;
  background: #FFFFFF;
  border-radius: 2.5rem;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  padding: 2rem 1.875rem;
}
@media only screen and (min-width: 800px) {
  .p-top-voice__pro {
    align-items: center;
    flex-direction: row;
    gap: 2.5625rem;
    margin-top: 3.5rem;
    padding: 2.5rem 5rem;
  }
}
.p-top-voice__pro-avatar {
  aspect-ratio: 1/1;
  border-radius: 50%;
  flex: 0 0 auto;
  overflow: hidden;
  width: 9.25rem;
}
.p-top-voice__pro-avatar img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top-voice__pro-ttl {
  color: #3E342D;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 2rem;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .p-top-voice__pro-ttl {
    margin-top: 0;
    text-align: left;
  }
}
.p-top-voice__pro-txt {
  color: #3E342D;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 1.5rem;
}
.p-top-voice__illust {
  aspect-ratio: 189/222;
  left: 2.625rem;
  position: absolute;
  top: 0;
  top: -7.3125rem;
  width: 5.375rem;
}
@media only screen and (min-width: 800px) {
  .p-top-voice__illust {
    left: auto;
    right: 6.5rem;
    top: -11.0625rem;
    width: 11.8125rem;
  }
}

.p-top-fee {
  padding-bottom: 3.5rem;
  padding-top: 5rem;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 800px) {
  .p-top-fee {
    padding-bottom: 5.9375rem;
    padding-top: 7.5rem;
  }
}
.p-top-fee__illust {
  aspect-ratio: 5/4;
  position: absolute;
  right: 3.5rem;
  top: -3rem;
  width: 7.5rem;
  z-index: 1;
}
@media only screen and (min-width: 800px) {
  .p-top-fee__illust {
    bottom: auto;
    left: calc(50% + 10.9375rem);
    right: auto;
    top: -5.75rem;
    width: 13.75rem;
  }
}
.p-top-fee__illust img {
  display: block;
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .p-top-fee__layout {
    display: flex;
    gap: 3.5rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-top-fee__info {
    flex: 0 0 28.125rem;
  }
}
.p-top-fee__lead {
  color: #78603B;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.6304347826;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 800px) {
  .p-top-fee__lead {
    display: flex;
    flex-direction: column;
    font-size: 1.5625rem;
    gap: 0.25rem;
    line-height: 1.5;
    margin-top: 2rem;
  }
}
.p-top-fee__note {
  color: #3E342D;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 1rem;
}
@media only screen and (min-width: 800px) {
  .p-top-fee__note {
    max-width: 25.3125rem;
  }
}
.p-top-fee__table-container {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
@media only screen and (min-width: 800px) {
  .p-top-fee__table-container {
    flex: 1 1 auto;
    margin: 0;
  }
}
.p-top-fee__table-card {
  background: #F8F0DE;
  border-radius: 1.5625rem;
  margin-top: 2.5rem;
  padding: 1.5625rem 1rem 1.5rem;
}
@media only screen and (min-width: 800px) {
  .p-top-fee__table-card {
    margin-top: 0;
    padding: 2.5rem 2rem;
  }
}
.p-top-fee__table {
  display: block;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .p-top-fee__table::before {
    border: 0.09375rem solid #3E342D;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
  }
}
.p-top-fee__table tbody {
  display: block;
}
.p-top-fee__row {
  background: #fff;
  display: block;
  overflow: hidden;
  position: relative;
}
.p-top-fee__row::before {
  border: 0.09375rem solid #3E342D;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 800px) {
  .p-top-fee__row::before {
    border: none;
  }
}
.p-top-fee__row + .p-top-fee__row {
  margin-top: 0.78125rem;
}
@media only screen and (min-width: 800px) {
  .p-top-fee__row + .p-top-fee__row::before {
    border-top: 0.09375rem solid #3E342D;
  }
}
@media only screen and (min-width: 800px) {
  .p-top-fee__row {
    display: flex;
  }
  .p-top-fee__row + .p-top-fee__row {
    margin-top: 0;
  }
}
.p-top-fee__target, .p-top-fee__price {
  color: #3E342D;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4444444444;
  padding: 1.3125rem 1.25rem;
  text-align: left;
}
.p-top-fee__target {
  position: relative;
}
@media only screen and (min-width: 800px) {
  .p-top-fee__target {
    flex: 0 0 auto;
    width: 14.875rem;
  }
}
.p-top-fee__target::before {
  background: #3E342D;
  bottom: -0.125rem;
  content: "";
  height: 0.09375rem;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 800px) {
  .p-top-fee__target::before {
    bottom: 0;
    height: 100%;
    left: auto;
    right: 0;
    top: 0;
    width: 0.09375rem;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}

.p-top-divider {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='3'%3E%3Cline x1='1.25' y1='1.25' x2='2.25' y2='1.25' stroke='%233E342D' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: repeat-x;
  background-size: 0.8125rem 0.1875rem;
  height: 0.1875rem;
  max-width: 70rem;
  width: calc(100% - 2.5rem);
}
@media only screen and (min-width: 800px) {
  .p-top-divider {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='5'%3E%3Cline x1='2.25' y1='2.5' x2='3.25' y2='2.5' stroke='%233E342D' stroke-width='4.5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-size: 1.3125rem 0.3125rem;
    height: 0.3125rem;
  }
}

.p-top-flow {
  background: #FBF5E7;
  isolation: isolate;
  padding-bottom: 7.5rem;
  padding-top: 3.5rem;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .p-top-flow {
    padding-bottom: 11.25rem;
    padding-top: 6.25rem;
  }
}
.p-top-flow__bg {
  height: 71.1875rem;
  width: 107.125rem;
}
.p-top-flow__list {
  display: flex;
  flex-direction: column;
  gap: 2.875rem;
  margin-top: 3.75rem;
}
@media only screen and (min-width: 800px) {
  .p-top-flow__list {
    flex-direction: row;
    gap: 1.875rem;
    margin-top: 4.25rem;
  }
}
.p-top-flow__item {
  align-items: flex-start;
  display: flex;
  gap: 1.25rem;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .p-top-flow__item {
    align-items: center;
    flex: 1 1 0;
    flex-direction: column;
    gap: 1.875rem;
    width: 12.5rem;
  }
}
.p-top-flow__item:last-child::before {
  display: none;
}
.p-top-flow__item::before {
  background: #F5F0E4;
  content: "";
  height: calc(100% + 2.875rem);
  left: 3.75rem;
  position: absolute;
  top: 0.625rem;
  width: 0.625rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 800px) {
  .p-top-flow__item::before {
    height: 0.625rem;
    left: 0.625rem;
    top: 6.25rem;
    width: calc(100% + 1.875rem);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.p-top-flow__marker {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 800px) {
  .p-top-flow__marker {
    width: 100%;
  }
}
.p-top-flow__step {
  align-items: flex-end;
  display: flex;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  gap: 0.125rem;
  top: -0.625rem;
  transform: translateX(-50%);
}
@media only screen and (min-width: 800px) {
  .p-top-flow__step {
    align-items: center;
    flex-direction: column;
    gap: 0.75rem;
    justify-content: center;
    top: -1.625rem;
  }
}
.p-top-flow__step-en {
  bottom: -0.125rem;
  color: #78603B;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (min-width: 800px) {
  .p-top-flow__step-en {
    bottom: 0;
  }
}
.p-top-flow__step-no {
  color: #78603B;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0.6875;
}
@media only screen and (min-width: 800px) {
  .p-top-flow__step-no {
    font-size: 3.375rem;
    line-height: 0.7037037037;
  }
}
.p-top-flow__circle {
  align-items: center;
  aspect-ratio: 1/1;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  width: 7.5rem;
}
@media only screen and (min-width: 800px) {
  .p-top-flow__circle {
    padding-top: 0.875rem;
    width: 100%;
  }
}
.p-top-flow__circle img {
  aspect-ratio: 1/1;
  width: 3.5rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (min-width: 800px) {
  .p-top-flow__circle img {
    width: 5.9375rem;
  }
}
.p-top-flow__body {
  flex: 1 1 auto;
  padding-top: 0.375rem;
}
@media only screen and (min-width: 800px) {
  .p-top-flow__body {
    padding-top: 0;
  }
}
.p-top-flow__ttl {
  color: #3E342D;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (min-width: 800px) {
  .p-top-flow__ttl {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 2.25rem;
    text-align: center;
  }
}
.p-top-flow__ttl .sm {
  display: block;
  font-size: 0.8125rem;
  line-height: 0.6923076923;
  margin-left: -0.3125rem;
  margin-top: 0.1875rem;
}
@media only screen and (min-width: 800px) {
  .p-top-flow__ttl .sm {
    margin-left: 0;
    text-align: center;
  }
}
.p-top-flow__txt {
  color: #3E342D;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 0.75rem;
}
@media only screen and (min-width: 800px) {
  .p-top-flow__txt {
    margin-top: 1rem;
    text-align: center;
  }
}

.p-top-faq {
  background: #FBF5E7;
  padding-top: 5rem;
}
@media only screen and (min-width: 800px) {
  .p-top-faq {
    padding-top: 7.5rem;
  }
}
.p-top-faq__inner {
  isolation: isolate;
  position: relative;
}
.p-top-faq__blur {
  left: calc(50% + 9.8125rem);
  top: 6.53125rem;
}
.p-top-faq__blur::before {
  background-image: url(../img/common/blur_top_faq.svg);
  width: 63.3125rem;
}
@media only screen and (min-width: 800px) {
  .p-top-faq__blur {
    left: calc(50% + 32.96875rem);
    top: 2.46875rem;
  }
}
.p-top-faq__layout {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 800px) {
  .p-top-faq__layout {
    margin-top: 3.5rem;
  }
}
.p-top-faq__illust {
  aspect-ratio: 252/224;
  left: 2.5rem;
  position: absolute;
  top: -8.0625rem;
  width: 7.3125rem;
}
@media only screen and (min-width: 800px) {
  .p-top-faq__illust {
    left: 5.25rem;
    top: -12rem;
    width: 15.75rem;
  }
}

.p-top-news {
  padding-bottom: 0;
  padding-top: 5rem;
}
@media only screen and (min-width: 800px) {
  .p-top-news {
    padding-top: 11.25rem;
  }
}
.p-top-news__inner {
  isolation: isolate;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .p-top-news__inner {
    max-width: 82.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.p-top-news__blur1 {
  display: none;
}
@media only screen and (min-width: 800px) {
  .p-top-news__blur1 {
    display: block;
    left: calc(50% - 35.1875rem);
    top: 4.3125rem;
  }
  .p-top-news__blur1::before {
    background-image: url(../img/common/blur_blog1.svg);
    width: 46.125rem;
  }
}
.p-top-news__blur2 {
  left: calc(50% + 6.84375rem);
  top: 71.0625rem;
}
.p-top-news__blur2::before {
  background-image: url(../img/common/blur_blog2.svg);
  width: 42.375rem;
}
@media only screen and (min-width: 800px) {
  .p-top-news__blur2 {
    left: calc(50% + 29.4375rem);
    top: 45.5625rem;
  }
}
.p-top-news__panel {
  background: #F8F0DE;
  border-radius: 2.5rem;
  padding: 3.5rem 1rem;
}
@media only screen and (min-width: 800px) {
  .p-top-news__panel {
    align-items: flex-start;
    border-radius: 5rem;
    display: flex;
    gap: 3rem;
    padding: 5rem 5rem 4.75rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-top-news__head {
    flex: 0 0 19rem;
    padding-top: 0.5rem;
  }
}
.p-top-news__cats {
  margin-top: 2rem;
}
@media only screen and (min-width: 800px) {
  .p-top-news__cats {
    margin-top: 2.5rem;
  }
}
.p-top-news__main {
  margin-top: 2rem;
}
@media only screen and (min-width: 800px) {
  .p-top-news__main {
    flex: 1 1 auto;
    margin-top: 0;
  }
}
.p-top-news__tab {
  display: none;
}
.p-top-news__tab.is-active {
  display: block;
}
.p-top-news__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-top-news__btn {
  display: flex;
  justify-content: center;
  margin: 2.5rem auto 0;
  max-width: 19.25rem;
}
@media only screen and (min-width: 800px) {
  .p-top-news__btn {
    margin-top: 3rem;
  }
}

.p-top-bottom__container {
  padding-bottom: 3.5625rem;
  padding-top: 5rem;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .p-top-bottom__container {
    padding-bottom: 0;
    padding-top: 8.75rem;
  }
}
.p-top-bottom__img {
  aspect-ratio: 393/181;
}
@media only screen and (min-width: 800px) {
  .p-top-bottom__img {
    aspect-ratio: 1400/536;
  }
}
.p-top-bottom__img img {
  display: block;
  height: auto;
  width: 100%;
}
.p-top-bottom__illust {
  bottom: 0;
  position: absolute;
}
@media only screen and (min-width: 800px) {
  .p-top-bottom__illust {
    bottom: -3.875rem;
  }
}
.p-top-bottom__illust.--i1 {
  aspect-ratio: 87/72;
  left: 2.5rem;
  width: 5.4375rem;
}
@media only screen and (min-width: 800px) {
  .p-top-bottom__illust.--i1 {
    left: 9.1875rem;
    width: 13.75rem;
  }
}
.p-top-bottom__illust.--i2 {
  aspect-ratio: 89/111;
  right: 2.5rem;
  width: 5.5625rem;
}
@media only screen and (min-width: 800px) {
  .p-top-bottom__illust.--i2 {
    right: 7.5625rem;
    width: 13.75rem;
  }
}

.p-service__head {
  text-align: center;
}
.p-service__en {
  color: #FFA321;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.p-service__ttl {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4642857143;
}
@media only screen and (min-width: 800px) {
  .p-service__ttl {
    font-size: 2.125rem;
    line-height: 1.4411764706;
  }
}
.p-service__provide {
  isolation: isolate;
  padding: 5rem 0 7.5rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 800px) {
  .p-service__provide {
    padding: 8.75rem 0 13.75rem;
  }
}
.p-service__provide-circle {
  height: 41.175rem;
  width: 77.8125rem;
}
@media only screen and (min-width: 800px) {
  .p-service__provide-circle {
    height: 56.6875rem;
    width: 107.125rem;
  }
}
.p-service__provide-inner {
  isolation: isolate;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .p-service__provide-inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.p-service__provide-blur1, .p-service__provide-blur2, .p-service__provide-blur3 {
  display: none;
}
@media only screen and (min-width: 800px) {
  .p-service__provide-blur1 {
    display: block;
    left: calc(50% + 26.84375rem);
    top: 5.34375rem;
  }
  .p-service__provide-blur1::before {
    background-image: url(../img/common/blur_service1.svg);
    width: 63.3125rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-service__provide-blur2 {
    display: block;
    left: calc(50% + 11rem);
    top: 53.375rem;
  }
  .p-service__provide-blur2::before {
    background-image: url(../img/common/blur_service2.svg);
    width: 46.125rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-service__provide-blur3 {
    display: block;
    left: calc(50% - 32.53125rem);
    top: 72.78125rem;
  }
  .p-service__provide-blur3::before {
    background-image: url(../img/common/blur_service3.svg);
    width: 63.3125rem;
  }
}
.p-service__provide-list {
  display: -ms-grid;
  display: grid;
  margin-top: 2.5rem;
  -ms-grid-columns: 1fr;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 800px) {
  .p-service__provide-list {
    -ms-grid-columns: 1fr 2.25rem 1fr 2.25rem 1fr;
    gap: 2rem 2.25rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 4rem;
  }
}
.p-service__provide-item {
  position: relative;
}
.p-service__provide-img {
  aspect-ratio: 349/184;
  border-radius: 2.5rem 2.5rem 0 0;
  overflow: hidden;
}
.p-service__provide-badge {
  align-items: center;
  aspect-ratio: 1/1;
  background: #F0E5D4;
  border-radius: 50%;
  color: #78603B;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  justify-content: center;
  left: -0.5rem;
  padding-top: 0.3125rem;
  position: absolute;
  text-align: center;
  top: -0.5rem;
  width: 5.25rem;
  z-index: 2;
}
@media only screen and (min-width: 800px) {
  .p-service__provide-badge {
    left: -1rem;
    top: -1rem;
  }
}
.p-service__provide-badge-en {
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 0.7272727273;
  text-transform: uppercase;
}
.p-service__provide-badge-no {
  font-size: 2rem;
  font-weight: 700;
  line-height: 0.6875;
}
.p-service__provide-body {
  background: #fff;
  border-radius: 0 0 2.5rem 2.5rem;
  min-height: 13.5625rem;
  overflow: hidden;
  padding: 1.25rem 2.5rem 2rem;
}
.p-service__provide-ttl {
  color: #3E342D;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
.p-service__provide-txt {
  color: #3E342D;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 1rem;
}
.p-service__provide-illust {
  aspect-ratio: 131/118;
  bottom: -10.0625rem;
  position: absolute;
  right: 2.5625rem;
  width: 8.1875rem;
}
@media only screen and (min-width: 800px) {
  .p-service__provide-illust {
    bottom: 2.875rem;
    right: 5.8125rem;
    width: 15.1875rem;
  }
}
.p-service__provide-illust img {
  display: block;
  height: auto;
  width: 100%;
}
.p-service__medical {
  padding: 5rem 0 2.875rem;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .p-service__medical {
    padding: 7.5rem 0 7.1875rem;
  }
}
.p-service__medical-inner {
  position: relative;
}
.p-service__medical-illust {
  display: none;
}
.p-service__medical-illust img {
  display: block;
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .p-service__medical-illust {
    aspect-ratio: 196/202;
    display: block;
    left: 6.125rem;
    position: absolute;
    top: -14.5rem;
    width: 12.25rem;
    z-index: 1;
  }
}
.p-service__medical-card {
  background: #FFFFFF;
  border-radius: 1.5625rem;
  margin-top: 2rem;
  padding: 2.5rem 1.5rem;
}
@media only screen and (min-width: 800px) {
  .p-service__medical-card {
    margin: 3.5rem auto 0;
    padding: 2.5rem 2rem;
  }
}
.p-service__medical-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  gap: 1.5rem 0;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 800px) {
  .p-service__medical-list {
    -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
    gap: 1rem 1.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-service__medical-item {
  align-items: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='2'%3E%3Cline x1='0.75' y1='1' x2='2.75' y2='1' stroke='%23C6B195' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 7px 2px;
  display: flex;
  gap: 0.5rem;
  padding-bottom: 1rem;
}
.p-service__medical-no {
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: #78603B;
  display: flex;
  flex: 0 0 auto;
  font-size: 0.9375rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-width: 2rem;
  padding-top: 0.25rem;
  position: relative;
  z-index: 1;
}
.p-service__medical-no::before {
  aspect-ratio: 1/1;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  width: 1.6875rem;
  -webkit-transform: translate(-50%, -50%);
  background: #F0E5D4;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.p-service__medical-name {
  color: #3E342D;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-service__divider {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='3'%3E%3Cline x1='1.25' y1='1.5' x2='2.25' y2='1.5' stroke='%233E342D' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 0.8125rem 0.1875rem;
  height: 0.1875rem;
  margin: 0 1.25rem;
}
@media only screen and (min-width: 800px) {
  .p-service__divider {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='5'%3E%3Cline x1='2.25' y1='2.5' x2='3.25' y2='2.5' stroke='%233E342D' stroke-width='4.5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-size: 1.3125rem 0.3125rem;
    height: 0.3125rem;
    margin: 0 auto;
    max-width: 70rem;
  }
}
.p-service__target {
  padding: 3rem 0 5rem;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .p-service__target {
    padding: 7.5rem 0;
  }
}
.p-service__target-inner {
  isolation: isolate;
  position: relative;
}
.p-service__target-blur {
  display: none;
}
@media only screen and (min-width: 800px) {
  .p-service__target-blur {
    display: block;
    left: calc(50% - 26.34375rem);
    top: 12.21875rem;
  }
  .p-service__target-blur::before {
    background-image: url(../img/common/blur_user.svg);
    width: 63.3125rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-service__target-layout {
    align-items: flex-start;
    display: flex;
    gap: 2.25rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-service__target-head {
    flex: 0 0 auto;
    text-align: left;
    width: 22.5rem;
  }
}
.p-service__target-card {
  background: #FFFFFF;
  border-radius: 2.5rem;
  margin-top: 2rem;
  padding: 2.5rem 1.5rem;
}
@media only screen and (min-width: 800px) {
  .p-service__target-card {
    border-radius: 2.5rem;
    flex: 1 1 auto;
    margin-top: 0;
    padding: 2.5rem 2rem;
  }
}
.p-service__target-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  gap: 1rem 0;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 800px) {
  .p-service__target-list {
    -ms-grid-columns: 1fr 2rem 1fr;
    gap: 1rem 2rem;
    grid-template-columns: 1fr 1fr;
  }
}
.p-service__target-item {
  align-items: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='2'%3E%3Cline x1='0.75' y1='1' x2='2.75' y2='1' stroke='%23C6B195' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 7px 2px;
  display: flex;
  gap: 0.5rem;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 800px) {
  .p-service__target-item.--full {
    grid-column: 1/-1;
  }
}
.p-service__target-check {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.6667 13.3333C26.6667 20.6971 20.6971 26.6667 13.3333 26.6667C5.96954 26.6667 0 20.6971 0 13.3333C0 5.96954 5.96954 0 13.3333 0C20.6971 0 26.6667 5.96954 26.6667 13.3333ZM18.7071 9.29289C19.0976 9.68342 19.0976 10.3166 18.7071 10.7071L12.0404 17.3738C11.6499 17.7643 11.0168 17.7643 10.6262 17.3738L7.95956 14.7071C7.56904 14.3166 7.56904 13.6834 7.95956 13.2929C8.35008 12.9024 8.98325 12.9024 9.37377 13.2929L11.3333 15.2525L14.3131 12.2727L17.2929 9.29289C17.6834 8.90237 18.3166 8.90237 18.7071 9.29289Z' fill='%23FFA321'/%3E%3C/svg%3E") no-repeat center;
  background-size: 1.6875rem;
  flex: 0 0 auto;
  height: 2rem;
  width: 2rem;
}
.p-service__target-txt {
  color: #3E342D;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-service__target-note {
  color: #3E342D;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-top: 1.5rem;
}
.p-service__target-illust {
  aspect-ratio: 89/38;
  bottom: -3.875rem;
  position: absolute;
  right: 2.75rem;
  width: 5.5625rem;
}
@media only screen and (min-width: 800px) {
  .p-service__target-illust {
    bottom: -4.625rem;
    right: 0.5rem;
    width: 11.75rem;
  }
}
.p-service__target-illust img {
  display: block;
  height: auto;
  width: 100%;
}
.p-service__faq {
  isolation: isolate;
  padding-bottom: 5rem;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .p-service__faq {
    padding-bottom: 8.75rem;
  }
}
.p-service__faq-blur {
  left: calc(50% + 4.8125rem);
  top: 16.71875rem;
}
.p-service__faq-blur::before {
  background-image: url(../img/common/blur_faq.svg);
  width: 63.3125rem;
}
@media only screen and (min-width: 800px) {
  .p-service__faq-blur {
    left: calc(50% + 32.90625rem);
    top: 43.46875rem;
  }
}
.p-service__faq-inner {
  padding-top: 5rem;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .p-service__faq-inner {
    padding-top: 7.5rem;
  }
}
.p-service__faq-kv {
  position: relative;
  width: 100%;
}
.p-service__faq-kv picture {
  aspect-ratio: 393/181;
  border-bottom-left-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  display: block;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .p-service__faq-kv picture {
    aspect-ratio: 1400/536;
    border-radius: 0;
  }
}
.p-service__faq-kv img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-service__faq-kv-illust {
  aspect-ratio: 120/106;
  bottom: -3.4375rem;
  left: 2.5625rem;
  position: absolute;
  width: 7.5rem;
  z-index: 2;
}
@media only screen and (min-width: 800px) {
  .p-service__faq-kv-illust {
    bottom: -9.375rem;
    left: 11.5rem;
    width: 15.75rem;
  }
}
.p-service__faq-kv-illust img {
  display: block;
  height: auto;
  width: 100%;
}
.p-service__faq .c-faq {
  margin: 2rem auto 0;
  max-width: 70rem;
}
@media only screen and (min-width: 800px) {
  .p-service__faq .c-faq {
    margin-top: 3.5rem;
  }
}
.p-service__overview-inner {
  isolation: isolate;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .p-service__overview-inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.p-service__overview-blur {
  display: none;
}
@media only screen and (min-width: 800px) {
  .p-service__overview-blur {
    display: block;
    left: calc(50% - 34.625rem);
    top: 9.9375rem;
  }
  .p-service__overview-blur::before {
    background-image: url(../img/common/blur_overview.svg);
    width: 46.125rem;
  }
}
.p-service__overview-box {
  background: #F8F0DE;
  border-radius: 1.5rem;
  padding: 3.5rem 1rem;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .p-service__overview-box {
    border-radius: 2.5rem;
    padding: 5rem 3.5rem 5rem 3.5rem;
  }
}
.p-service__overview-illust {
  aspect-ratio: 95/112;
  position: absolute;
  right: 0.9375rem;
  top: -3.75rem;
  width: 5.9375rem;
  z-index: 2;
}
.p-service__overview-illust img {
  display: block;
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .p-service__overview-illust {
    right: 5.9375rem;
    top: -5.1875rem;
    width: 11.8125rem;
  }
}
.p-service__overview-table {
  margin-top: 2rem;
  position: relative;
}
.p-service__overview-table::before {
  border: 0.09375rem solid #3E342D;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 800px) {
  .p-service__overview-table {
    margin-right: 0.5rem;
    margin-top: 3.40625rem;
  }
}
.p-service__overview-row {
  position: relative;
}
.p-service__overview-row:not(:first-child)::before {
  background: #3E342D;
  content: "";
  height: 0.09375rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (min-width: 800px) {
  .p-service__overview-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 11.4375rem 1fr;
    grid-template-columns: 11.4375rem 1fr;
  }
}
.p-service__overview-dt {
  align-items: center;
  background: #FBF1DA;
  color: #3E342D;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4666666667;
  padding: 1.25rem 1.5rem;
}
@media only screen and (min-width: 800px) {
  .p-service__overview-dt {
    padding: 2rem 1.5rem;
  }
}
.p-service__overview-dd {
  background: #FFFFFF;
  color: #3E342D;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  padding: 1.25rem 1.5rem;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .p-service__overview-dd {
    padding: 1.9375rem 1.5rem;
  }
}
.p-service__overview-dd::before {
  background: #3E342D;
  content: "";
  height: 0.09375rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (min-width: 800px) {
  .p-service__overview-dd::before {
    bottom: 0;
    left: 0;
    right: auto;
    top: 0;
    -webkit-transform: translateX(-50%);
    height: 100%;
    transform: translateX(-50%);
    width: 0.09375rem;
  }
}
.p-service__overview-pdf {
  align-items: center;
  color: #3E342D;
  display: flex;
  gap: 0.25rem;
  text-decoration: underline;
}
@media (hover: hover) {
  .p-service__overview-pdf:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .p-service__overview-pdf:active {
    opacity: 0.7;
  }
}
.p-service__overview-pdf-icon {
  background: url(../img/service/pdf.svg) no-repeat center/contain;
  flex: 0 0 auto;
  height: 1.25rem;
  width: 1.25rem;
}

.p-message {
  overflow: hidden;
}
.p-message__head {
  text-align: center;
}
.p-message__en {
  color: #FFA321;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.p-message__ttl {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4642857143;
}
@media only screen and (min-width: 800px) {
  .p-message__ttl {
    font-size: 2.125rem;
    line-height: 1.4411764706;
  }
}
.p-message__about {
  padding-bottom: 2.5rem;
  padding-top: 5rem;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .p-message__about {
    padding-bottom: 0;
    padding-top: 7.5rem;
  }
}
.p-message__about-inner {
  isolation: isolate;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .p-message__about-inner {
    max-width: 82.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.p-message__about-blur {
  display: none;
}
@media only screen and (min-width: 800px) {
  .p-message__about-blur {
    display: block;
    left: calc(50% + 29.75rem);
    top: 0.6875rem;
  }
  .p-message__about-blur::before {
    background-image: url(../img/common/blur_about.svg);
    width: 46.125rem;
  }
}
.p-message__about-card {
  background: #F8F0DE;
  border-radius: 2.5rem;
  margin: 0 auto;
  padding: 3.5rem 1.25rem;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .p-message__about-card {
    border-radius: 7.5rem;
    padding: 6.25rem 2.5rem 8.375rem;
  }
}
.p-message__about-txt {
  color: #3E342D;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6875;
  margin: 2rem auto 0;
  max-width: 18.5625rem;
}
@media only screen and (min-width: 800px) {
  .p-message__about-txt {
    margin-top: 2.5rem;
    max-width: 100%;
  }
}
.p-message__about-photo {
  display: none;
}
@media only screen and (min-width: 800px) {
  .p-message__about-photo {
    border-radius: 1.875rem;
    display: block;
    position: absolute;
  }
}
@media only screen and (min-width: 800px) {
  .p-message__about-photo.--p1 {
    aspect-ratio: 226/294;
    left: 3.75rem;
    top: 11.5rem;
    width: 14.125rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-message__about-photo.--p2 {
    aspect-ratio: 177/248;
    left: 58.5rem;
    top: 6.875rem;
    width: 11.0625rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-message__about-photo.--p3 {
    aspect-ratio: 257/189;
    left: 57.6875rem;
    top: 26.375rem;
    width: 16.0625rem;
  }
}
.p-message__about-illust {
  position: absolute;
  z-index: 1;
}
.p-message__about-illust img {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}
.p-message__about-illust.--i1 {
  aspect-ratio: 144/209;
  bottom: -5.4375rem;
  left: 1.5rem;
  width: 5.3125rem;
}
@media only screen and (min-width: 800px) {
  .p-message__about-illust.--i1 {
    bottom: 2.875rem;
    left: 15rem;
    width: 9rem;
  }
}
.p-message__about-illust.--i2 {
  aspect-ratio: 88/123;
  bottom: -5.4375rem;
  right: 1.5rem;
  width: 5.5rem;
}
@media only screen and (min-width: 800px) {
  .p-message__about-illust.--i2 {
    aspect-ratio: 144/201;
    bottom: 2.875rem;
    left: auto;
    right: 15rem;
    width: 9rem;
  }
}
.p-message__philosophy {
  padding: 5rem 0 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 800px) {
  .p-message__philosophy {
    padding: 7.5rem 0 3.75rem;
  }
}
.p-message__philosophy-inner {
  isolation: isolate;
  position: relative;
}
.p-message__philosophy-blur1 {
  display: none;
}
@media only screen and (min-width: 800px) {
  .p-message__philosophy-blur1 {
    display: block;
    left: calc(50% - 27.9375rem);
    top: -2.5625rem;
  }
  .p-message__philosophy-blur1::before {
    background-image: url(../img/common/blur_identity1.svg);
    width: 46.125rem;
  }
}
.p-message__philosophy-blur2 {
  left: calc(50% + 6.75rem);
  top: 34.28125rem;
}
.p-message__philosophy-blur2::before {
  background-image: url(../img/common/blur_identity2.svg);
  width: 63.3125rem;
}
@media only screen and (min-width: 800px) {
  .p-message__philosophy-blur2 {
    left: calc(50% + 29.09375rem);
    top: 21.96875rem;
  }
}
.p-message__philosophy-head {
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .p-message__philosophy-head {
    text-align: left;
  }
}
.p-message__philosophy-body {
  margin-top: 2rem;
}
@media only screen and (min-width: 800px) {
  .p-message__philosophy-body {
    display: flex;
    gap: 5rem;
    margin-top: 2rem;
  }
}
.p-message__philosophy-lead {
  color: #78603B;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.9347826087;
}
@media only screen and (min-width: 800px) {
  .p-message__philosophy-lead {
    flex: 0 0 auto;
    font-size: 1.5625rem;
    line-height: 1.9;
    width: 34.375rem;
  }
}
.p-message__philosophy-txt {
  color: #3E342D;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 800px) {
  .p-message__philosophy-txt {
    flex: 1 1 auto;
    margin-top: 0;
  }
}
.p-message__philosophy-figure {
  margin-top: 3rem;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .p-message__philosophy-figure {
    margin-top: 5rem;
  }
}
.p-message__philosophy-img {
  aspect-ratio: 353/118;
  border-radius: 1.25rem;
  display: block;
  overflow: hidden;
}
@media only screen and (min-width: 800px) {
  .p-message__philosophy-img {
    aspect-ratio: 1120/375;
    border-radius: 2.5rem;
  }
}
.p-message__philosophy-img img {
  display: block;
  height: auto;
  width: 100%;
}
.p-message__philosophy-illust {
  aspect-ratio: 90/96;
  bottom: -4.375rem;
  left: 0.625rem;
  position: absolute;
  width: 5.625rem;
  z-index: 1;
}
@media only screen and (min-width: 800px) {
  .p-message__philosophy-illust {
    aspect-ratio: 230/235;
    bottom: -10.125rem;
    left: 1.1875rem;
    width: 14.375rem;
  }
}
.p-message__philosophy-illust img {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}
.p-message__values {
  isolation: isolate;
  padding: 5rem 0 7.5rem;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .p-message__values {
    padding: 8.75rem 0;
  }
}
.p-message__values-bg {
  height: 39.925rem;
  width: 75.4375rem;
}
@media only screen and (min-width: 800px) {
  .p-message__values-bg {
    height: 56.6875rem;
    width: 107.125rem;
  }
}
.p-message__values-inner {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 800px) {
  .p-message__values-inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.p-message__values-lead {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 1.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media only screen and (min-width: 800px) {
  .p-message__values-lead {
    text-align: center;
  }
}
.p-message__values-list {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 3.1875rem;
  padding-left: 0.0625rem;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .p-message__values-list {
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
    margin-top: 4.5rem;
    padding-left: 0;
  }
}
.p-message__values-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 800px) {
  .p-message__values-item {
    width: 22.5rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-message__values-item:nth-child(1) {
    right: -2.5rem;
    z-index: 1;
  }
}
.p-message__values-item:nth-child(2) {
  margin-top: -2.75rem;
}
@media only screen and (min-width: 800px) {
  .p-message__values-item:nth-child(2) {
    margin-top: 0;
    z-index: 2;
  }
}
.p-message__values-item:nth-child(3) {
  margin-top: -2.75rem;
}
@media only screen and (min-width: 800px) {
  .p-message__values-item:nth-child(3) {
    left: -2.5rem;
    margin-top: 0;
    z-index: 1;
  }
}
.p-message__values-icon {
  position: absolute;
  z-index: 2;
}
.p-message__values-icon.--i1 {
  aspect-ratio: 106/81;
  top: -1.1875rem;
  width: 6.625rem;
}
.p-message__values-icon.--i2 {
  aspect-ratio: 98/68;
  top: -0.5rem;
  width: 6.125rem;
}
.p-message__values-icon.--i3 {
  aspect-ratio: 80/95;
  top: -2.25rem;
  width: 5rem;
}
.p-message__values-icon img {
  display: block;
  height: auto;
  width: 100%;
}
.p-message__values-circle {
  align-items: center;
  aspect-ratio: 1/1;
  background: #FCD64F;
  border: 0.15625rem solid #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 6.78125rem 3.59375rem 3.59375rem;
  text-align: center;
  width: 100%;
}
.p-message__values-circle.lazyloaded {
  background: url(../img/message/circle.webp) no-repeat center/contain;
}
.p-message__values-name {
  color: #3E342D;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 0.72;
}
.p-message__values-txt {
  color: #3E342D;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 2.4375rem;
}
.p-message__values-txt.--txt1 {
  margin-top: 2.4375rem;
}
.p-message__values-txt.--txt2 {
  margin-top: 1.6875rem;
}
.p-message__values-txt.--txt3 {
  margin-top: 1.6875rem;
}
.p-message__values-note {
  color: #78603B;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 2.5rem;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .p-message__values-note {
    margin-top: 3.5rem;
  }
}
.p-message__mission {
  padding: 5rem 0 0;
}
@media only screen and (min-width: 800px) {
  .p-message__mission {
    padding: 7.5rem 0 0;
  }
}
.p-message__mission-inner {
  isolation: isolate;
  position: relative;
}
.p-message__mission-blur {
  left: calc(50% - 7.53125rem);
  top: 14.1875rem;
}
.p-message__mission-blur::before {
  background-image: url(../img/common/blur_mission.svg);
  width: 41.125rem;
}
@media only screen and (min-width: 800px) {
  .p-message__mission-blur {
    left: calc(50% - 33.0625rem);
    top: 1.3125rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-message__mission-intro {
    align-items: flex-start;
    display: flex;
    gap: 2.5rem;
    justify-content: space-between;
  }
}
.p-message__mission-head {
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .p-message__mission-head {
    flex: 0 0 auto;
    text-align: left;
  }
}
.p-message__mission-lead {
  color: #3E342D;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 2rem;
}
@media only screen and (min-width: 800px) {
  .p-message__mission-lead {
    flex: 1 1 auto;
    margin-top: 0;
    max-width: 41.25rem;
    text-align: left;
  }
}
.p-message__mission-list {
  display: -ms-grid;
  display: grid;
  margin-top: 2.5rem;
  -ms-grid-columns: 1fr 1.0625rem 1fr;
  gap: 1rem 1.0625rem;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 800px) {
  .p-message__mission-list {
    -ms-grid-columns: 1fr 1.3125rem 1fr 1.3125rem 1fr 1.3125rem 1fr;
    gap: 1.3125rem;
    grid-template-columns: repeat(4, 1fr);
    margin: 5rem auto 0;
    max-width: 70rem;
  }
}
.p-message__mission-item {
  align-items: center;
  background: #FFFFFF;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 1rem;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .p-message__mission-item {
    border-radius: 2.5rem;
    padding: 3.5rem 2rem;
  }
}
.p-message__mission-icon {
  aspect-ratio: 1/1;
  width: 3.5rem;
}
@media only screen and (min-width: 800px) {
  .p-message__mission-icon {
    width: 5rem;
  }
}
.p-message__mission-icon img {
  display: block;
  height: auto;
  width: 100%;
}
.p-message__mission-ttl {
  color: #78603B;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 800px) {
  .p-message__mission-ttl {
    font-size: 1.25rem;
    line-height: 1.35;
    margin-top: 2rem;
  }
}
.p-message__mission-txt {
  color: #3E342D;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 0.75rem;
  text-align: center;
}

.p-news {
  overflow: hidden;
}
.p-news__layout {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-top: 5rem;
}
@media only screen and (min-width: 800px) {
  .p-news__layout {
    align-items: flex-start;
    flex-direction: row;
    gap: 2.5rem;
    padding-top: 11.25rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-news__filter {
    flex: 0 0 auto;
    padding-left: 1.1875rem;
    position: sticky;
    top: 8.75rem;
    width: 10.5rem;
  }
}
.p-news__main {
  flex: 1 1 auto;
  min-width: 0;
}
.p-news__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-news__item {
  width: 100%;
}
.p-news__link {
  align-items: center;
  background: #FFFFFF;
  border-radius: 1.25rem;
  display: flex;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media only screen and (min-width: 800px) {
  .p-news__link {
    gap: 1.5rem;
    padding: 1.5rem 2rem;
  }
}
@media (hover: hover) {
  .p-news__link:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .p-news__link:active {
    opacity: 0.7;
  }
}
.p-news__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
}
.p-news__meta {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}
.p-news__tag {
  align-items: center;
  background: #FFF7D0;
  border-radius: 2.5rem;
  color: #FFA321;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.5;
  padding: 0.25rem 1rem;
  white-space: nowrap;
}
.p-news__date {
  color: #3E342D;
  font-size: 0.9375rem;
  font-weight: 700;
}
.p-news__item-ttl {
  color: #3E342D;
  display: -webkit-box;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.p-news__arrow {
  align-items: center;
  background: #FFFFFF;
  border: 0.09375rem solid #FCD005;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 2.125rem;
  justify-content: center;
  width: 2.125rem;
}
.p-news__arrow img {
  height: 1.125rem;
  width: 1.125rem;
}
.p-news__empty {
  padding: 2.5rem 0;
  text-align: center;
}
.p-news .c-pagination {
  margin-top: 3.5rem;
}
@media only screen and (min-width: 800px) {
  .p-news .c-pagination {
    margin-top: 5rem;
  }
}
.p-news .c-pagination__list {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
}
.p-news .c-pagination__number, .p-news .c-pagination__arrow {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 2.8125rem;
  justify-content: center;
  width: 2.8125rem;
}
.p-news .c-pagination__number {
  background: #FFFFFF;
  border: 0.09375rem solid #F8F0DC;
  color: #3E342D;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: 0.3s ease-out;
  transition-property: background-color;
}
@media (hover: hover) {
  .p-news .c-pagination__number:hover {
    background: #FCD005;
  }
}
@media (hover: none) {
  .p-news .c-pagination__number:active {
    background: #FCD005;
  }
}
.p-news .c-pagination__number--active {
  background: #FCD005;
  border-color: #FCD005;
}
.p-news .c-pagination__arrow {
  background: #EAE3D2;
}
.p-news .c-pagination__arrow img {
  height: 1.5rem;
  width: 1.5rem;
}
.p-news .c-pagination__arrow--prev img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.p-news .c-pagination__arrow--disabled {
  pointer-events: none;
}

.l-page--contact {
  background: transparent;
  isolation: isolate;
  min-height: 100dvh;
  padding-bottom: 12.5rem;
  padding-top: 5rem;
}
@media only screen and (min-width: 800px) {
  .l-page--contact {
    padding-bottom: 11.25rem;
    padding-top: 7.5rem;
  }
}

.p-contact {
  width: 100%;
}
.p-contact__blur-sm, .p-contact__blur-lg {
  display: none;
}
@media only screen and (min-width: 800px) {
  .p-contact__blur-sm {
    display: block;
    left: calc(50% + 21.6875rem);
    top: 14.5rem;
  }
  .p-contact__blur-sm::before {
    background-image: url(../img/common/blur_contact_sm.svg);
    width: 49.875rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-contact__blur-lg {
    display: block;
    left: calc(50% - 27.40625rem);
    top: 60.34375rem;
  }
  .p-contact__blur-lg::before {
    background-image: url(../img/common/blur_contact_lg.svg);
    width: 70.8125rem;
  }
}
.p-contact__head {
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .p-contact__head {
    text-align: left;
  }
}
.p-contact__en {
  color: #FFA321;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.p-contact__ttl {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4642857143;
}
@media only screen and (min-width: 800px) {
  .p-contact__ttl {
    font-size: 2.125rem;
    line-height: 1.4411764706;
  }
}
.p-contact__lead {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8666666667;
  margin-top: 2rem;
}
.p-contact__body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}
@media only screen and (min-width: 800px) {
  .p-contact__body {
    align-items: flex-start;
    flex-direction: row;
    gap: 2.5rem;
    margin-left: -0.3125rem;
    margin-top: 3.5rem;
  }
}
.p-contact__tel {
  background: #FFFFFF;
  border-radius: 2.5rem;
  padding: 2.5rem 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .p-contact__tel {
    flex: 0 0 auto;
    width: 22rem;
  }
}
.p-contact__tel-ttl {
  color: #472800;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4583333333;
}
.p-contact__tel-link {
  align-items: center;
  color: #FCD005;
  display: inline-flex;
  gap: 0.75rem;
  margin-top: 0.75rem;
}
.p-contact__tel-icon {
  height: 2.5rem;
  width: 2.5rem;
}
.p-contact__tel-icon svg {
  height: 100%;
  width: 100%;
}
.p-contact__tel-num {
  color: #FCD005;
  font-size: 1.75rem;
  font-weight: 700;
  text-decoration: underline;
}
.p-contact__tel-hours {
  color: #3E342D;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.25rem;
}
.p-contact__form {
  background: #FFFFFF;
  border-radius: 2.5rem;
  padding: 2.5rem 2rem;
}
@media only screen and (min-width: 800px) {
  .p-contact__form {
    padding: 2.5rem 3.5rem;
  }
}
.p-contact__form-ttl {
  color: #472800;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4583333333;
}
.p-contact__fields {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}
.p-contact__turnstile {
  display: flex;
  justify-content: center;
}
.p-contact__turnstile:empty {
  display: none;
}
.p-contact__field-label {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}
.p-contact__field-name {
  color: #472800;
  flex: 1 1 auto;
  font-size: 0.875rem;
  font-weight: 500;
}
.p-contact__field-required {
  align-items: center;
  border: 0.0625rem solid #ee3d48;
  border-radius: 0.375rem;
  color: #ee3d48;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  min-height: 1.5rem;
  padding: 0.125rem 0.4375rem;
}
.p-contact__input {
  background: #FFFFFF;
  border: 0.0625rem solid #E3DAC6;
  border-radius: 0.625rem;
  color: #472800;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  min-height: 3rem;
  padding: 0.6875rem;
  width: 100%;
}
.p-contact__input::-webkit-input-placeholder {
  color: #9a9a9a;
}
.p-contact__input:-ms-input-placeholder {
  color: #9a9a9a;
}
.p-contact__input::-ms-input-placeholder {
  color: #9a9a9a;
}
.p-contact__input::placeholder {
  color: #9a9a9a;
}
.p-contact__input.wpcf7-not-valid {
  border-color: #ee3d48;
}
.p-contact__input:focus {
  border-color: #FCD005;
  box-shadow: 0 0 0 0.125rem #FFF8CF;
  outline: none;
}
.p-contact__textarea {
  min-height: 22rem;
  resize: none;
}
.p-contact__submit {
  align-items: center;
  background: #FFFFFF;
  border-top: 0.0625rem solid #E2E2E2;
  bottom: 0;
  box-shadow: 0 -0.25rem 0.9375rem rgba(198, 198, 198, 0.25), inset 0 0.0625rem 0rem #E2E2E2;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  left: 0;
  padding: 0.75rem 1.5rem 1.5rem;
  position: fixed;
  width: 100%;
  z-index: 50;
}
@media only screen and (min-width: 800px) {
  .p-contact__submit {
    gap: 0.625rem;
    padding: 1.5rem 1.25rem 2.1875rem;
  }
}
.p-contact__consent {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
.p-contact__consent-link {
  font-weight: 500;
  text-decoration: underline;
}
@media (hover: hover) {
  .p-contact__consent-link:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .p-contact__consent-link:active {
    opacity: 0.7;
  }
}
.p-contact__btn {
  align-items: center;
  background: #FCD005;
  border-radius: 2.5rem;
  box-shadow: inset 0 -0.4375rem 0 0 #EDC300;
  color: #3E342D;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 700;
  gap: 1rem;
  justify-content: center;
  padding: 0.75rem 2rem 1rem;
  transition: 0.15s ease-out;
  transition-property: box-shadow, -webkit-transform;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .p-contact__btn {
    max-width: 23.125rem;
  }
}
@media (hover: hover) {
  .p-contact__btn:hover {
    -webkit-transform: translateY(0.25rem);
    box-shadow: inset 0 -0.1875rem 0 0 #EDC300;
    transform: translateY(0.25rem);
  }
}
@media (hover: none) {
  .p-contact__btn:active {
    -webkit-transform: translateY(0.25rem);
    box-shadow: inset 0 -0.1875rem 0 0 #EDC300;
    transform: translateY(0.25rem);
  }
}
.p-contact__btn:active {
  -webkit-transform: translateY(0.4375rem);
  box-shadow: inset 0 0 0 0 #EDC300;
  transform: translateY(0.4375rem);
}
.p-contact__btn .arrow {
  align-items: center;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 1.875rem;
  justify-content: center;
  width: 1.875rem;
}
.p-contact__btn .arrow img {
  height: 1.125rem;
  width: 1.125rem;
}
.p-contact__breadcrumb {
  margin-top: 3.5rem;
}
@media only screen and (min-width: 800px) {
  .p-contact__breadcrumb {
    margin-top: 2.5rem;
  }
}
.p-contact__breadcrumb .c-breadcrumb__txt {
  text-decoration: none;
}
.p-contact__breadcrumb .c-breadcrumb__txt.--current {
  text-decoration: underline;
  text-decoration-color: #FCD005;
  text-decoration-thickness: 0.125rem;
  text-underline-offset: 0.4375rem;
}
@media only screen and (min-width: 800px) {
  .p-contact .wpcf7 {
    flex: 1 1 auto;
    min-width: 0;
  }
}
.p-contact .wpcf7-form-control-wrap {
  display: block;
}
.p-contact__honeypot {
  height: 0.0625rem;
  left: -624.9375rem;
  overflow: hidden;
  position: absolute;
  width: 0.0625rem;
}
.p-contact .wpcf7-not-valid-tip {
  align-items: center;
  color: #ee3d48;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 500;
  gap: 0.25rem;
  margin-top: 0.25rem;
}
.p-contact .wpcf7-not-valid-tip::before {
  background: url(../img/common/error.svg) no-repeat center/contain;
  content: "";
  flex-shrink: 0;
  height: 1.125rem;
  width: 1.125rem;
}
.p-contact .wpcf7-response-output {
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  margin-top: 1rem;
  padding: 0.5rem 0.75rem;
  text-align: center;
}

.l-page--complete {
  background: transparent;
  display: flex;
  flex-direction: column;
}
.l-page--complete .l-page__inner {
  align-items: stretch;
  flex: 1 1 auto;
}

.p-complete {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
}
.p-complete__card {
  background: #FFFFFF;
  border-radius: 2.5rem;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 2rem;
  text-align: center;
}
.p-complete__ttl {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-complete__txt {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.1111111111;
  margin-top: 1.5rem;
}
.p-complete__btn {
  -ms-grid-row-align: center;
  align-items: center;
  align-self: center;
  background: #FCD005;
  border-radius: 2.5rem;
  box-shadow: inset 0 -0.4375rem 0 0 #EDC300;
  color: #3E342D;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 700;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
  padding: 0.75rem 2rem 1rem;
  transition: 0.15s ease-out;
  transition-property: box-shadow, -webkit-transform;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .p-complete__btn {
    max-width: 23.125rem;
  }
}
@media (hover: hover) {
  .p-complete__btn:hover {
    -webkit-transform: translateY(0.25rem);
    box-shadow: inset 0 -0.1875rem 0 0 #EDC300;
    transform: translateY(0.25rem);
  }
}
@media (hover: none) {
  .p-complete__btn:active {
    -webkit-transform: translateY(0.25rem);
    box-shadow: inset 0 -0.1875rem 0 0 #EDC300;
    transform: translateY(0.25rem);
  }
}
.p-complete__btn:active {
  -webkit-transform: translateY(0.4375rem);
  box-shadow: inset 0 0 0 0 #EDC300;
  transform: translateY(0.4375rem);
}
.p-complete__btn .arrow {
  align-items: center;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 1.875rem;
  justify-content: center;
  width: 1.875rem;
}
.p-complete__btn .arrow img {
  height: 1.125rem;
  width: 1.125rem;
}
.p-complete__breadcrumb {
  margin-top: auto;
}
.p-complete__breadcrumb .c-breadcrumb__txt {
  text-decoration: none;
}
.p-complete__breadcrumb .c-breadcrumb__txt.--current {
  text-decoration: underline;
  text-decoration-color: #FCD005;
  text-decoration-thickness: 0.125rem;
  text-underline-offset: 0.4375rem;
}

.l-page--error {
  background: transparent;
  display: flex;
  flex-direction: column;
}
.l-page--error .l-page__inner {
  align-items: stretch;
  flex: 1 1 auto;
}

.p-error {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
}
.p-error__card {
  background: #FFFFFF;
  border-radius: 2.5rem;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 2rem;
  text-align: center;
}
.p-error__ttl {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-error__txt {
  font-size: 1.125rem;
  line-height: 2.1111111111;
  margin-top: 1.5rem;
}
.p-error__btn {
  -ms-grid-row-align: center;
  align-items: center;
  align-self: center;
  background: #FCD005;
  border-radius: 2.5rem;
  box-shadow: inset 0 -0.4375rem 0 0 #EDC300;
  color: #3E342D;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 700;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
  padding: 0.75rem 2rem 1rem;
  transition: 0.15s ease-out;
  transition-property: box-shadow, -webkit-transform;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .p-error__btn {
    max-width: 23.125rem;
  }
}
@media (hover: hover) {
  .p-error__btn:hover {
    -webkit-transform: translateY(0.25rem);
    box-shadow: inset 0 -0.1875rem 0 0 #EDC300;
    transform: translateY(0.25rem);
  }
}
@media (hover: none) {
  .p-error__btn:active {
    -webkit-transform: translateY(0.25rem);
    box-shadow: inset 0 -0.1875rem 0 0 #EDC300;
    transform: translateY(0.25rem);
  }
}
.p-error__btn:active {
  -webkit-transform: translateY(0.4375rem);
  box-shadow: inset 0 0 0 0 #EDC300;
  transform: translateY(0.4375rem);
}
.p-error__btn .arrow {
  align-items: center;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 1.875rem;
  justify-content: center;
  width: 1.875rem;
}
.p-error__btn .arrow img {
  height: 1.125rem;
  width: 1.125rem;
}
.p-error__breadcrumb {
  margin-top: auto;
}
.p-error__breadcrumb .c-breadcrumb__txt {
  text-decoration: none;
}
.p-error__breadcrumb .c-breadcrumb__txt.--current {
  text-decoration: underline;
  text-decoration-color: #FCD005;
  text-decoration-thickness: 0.125rem;
  text-underline-offset: 0.25rem;
}

.p-single-news {
  padding-top: 6.125rem;
}
@media only screen and (min-width: 800px) {
  .p-single-news {
    padding-top: 8.6875rem;
  }
}
.p-single-news__inner {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 800px) {
  .p-single-news__inner {
    max-width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.p-single-news__breadcrumb {
  margin-bottom: 2.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media only screen and (min-width: 800px) {
  .p-single-news__breadcrumb {
    margin-bottom: 2.9375rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.p-single-news__breadcrumb .c-breadcrumb__txt {
  text-decoration: none;
}
.p-single-news__breadcrumb .c-breadcrumb__txt.--current {
  text-decoration: underline;
  text-decoration-color: #FCD005;
  text-decoration-thickness: 0.125rem;
  text-underline-offset: 0.25rem;
}
.p-single-news__card {
  background: #FFFFFF;
  border-radius: 2.5rem;
  padding: 2.5rem 2rem;
}
@media only screen and (min-width: 800px) {
  .p-single-news__card {
    margin: 0 auto;
    max-width: 70rem;
    padding: 5rem;
  }
}
.p-single-news__meta {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}
.p-single-news__cat {
  background: #fff7d0;
  border-radius: 62.4375rem;
  color: #FFA321;
  display: inline-flex;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  min-height: 1.625rem;
  padding: 0.25rem 1rem;
}
.p-single-news__date {
  color: #3E342D;
  font-size: 1.125rem;
  font-weight: 700;
}
@media only screen and (min-width: 800px) {
  .p-single-news__date {
    font-size: 1.125rem;
  }
}
.p-single-news__ttl {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='2' viewBox='0 0 7 2'%3E%3Cline x1='0.75' y1='1' x2='1.25' y2='1' stroke='%23C6B195' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 0.4375rem 0.125rem;
  color: #3E342D;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.6428571429;
  margin-top: 1rem;
  padding-bottom: 2.5rem;
  text-align: justify;
}
@media only screen and (min-width: 800px) {
  .p-single-news__ttl {
    font-size: 2.375rem;
    line-height: 1.6315789474;
    padding-bottom: 2.375rem;
  }
}
.p-single-news__content {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 800px) {
  .p-single-news__content {
    margin-top: 2.375rem;
  }
}
.p-single-news__content > * + * {
  margin-top: 3rem;
}
.p-single-news__content > * + img,
.p-single-news__content > * + :has(img) {
  margin-top: 2.5rem;
}
.p-single-news__content h2 {
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 2.5rem;
}
.p-single-news__content h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 2rem;
}
.p-single-news__content a {
  color: #FFA321;
  text-decoration: underline;
}
.p-single-news__content ul,
.p-single-news__content ol {
  padding-left: 1.5rem;
}
.p-single-news__content ul {
  list-style: disc;
}
.p-single-news__content ol {
  list-style: decimal;
}
.p-single-news__nav {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 3.5rem;
}
@media only screen and (min-width: 800px) {
  .p-single-news__nav {
    align-items: center;
    flex-direction: row;
    margin-top: 5rem;
  }
}
.p-single-news__nav-side {
  display: flex;
  justify-content: center;
  min-width: 0;
}
@media only screen and (min-width: 800px) {
  .p-single-news__nav-side {
    flex: 1 1 0;
  }
}
@media only screen and (min-width: 800px) {
  .p-single-news__nav-side.--prev {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 800px) {
  .p-single-news__nav-side.--next {
    justify-content: flex-start;
  }
}
.p-single-news__nav-link {
  align-items: center;
  display: inline-flex;
  gap: 1rem;
  min-width: 0;
}
@media (hover: hover) {
  .p-single-news__nav-link:hover {
    opacity: 0.6;
  }
}
@media (hover: none) {
  .p-single-news__nav-link:active {
    opacity: 0.6;
  }
}
.p-single-news__nav-arrow {
  background: #FFFFFF;
  border: 0.09375rem solid #F8F0DC;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  flex: 0 0 auto;
  height: 2.5rem;
  place-items: center;
  width: 2.5rem;
}
.p-single-news__nav-arrow svg {
  height: 0.875rem;
  width: 0.875rem;
}
.p-single-news__nav-side.--next .p-single-news__nav-arrow svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.p-single-news__nav-txt {
  font-size: 1rem;
  font-weight: 700;
  max-width: 8.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-single-news__nav-index {
  align-items: center;
  border-left: 0.0625rem solid #D6D6D6;
  border-right: 0.0625rem solid #D6D6D6;
  display: flex;
  flex: 0 0 auto;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  min-height: 2.25rem;
  padding: 0 1.5rem;
}
@media only screen and (min-width: 800px) {
  .p-single-news__nav-index {
    font-size: 1rem;
    padding: 0 1.5rem;
  }
}
@media (hover: hover) {
  .p-single-news__nav-index:hover {
    opacity: 0.6;
  }
}
@media (hover: none) {
  .p-single-news__nav-index:active {
    opacity: 0.6;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */