@charset "UTF-8";
/* font */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap');
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  padding: 0;
}

form {
  margin: 0;
  padding: 0;
}

label {
  display: inline-block;
}

input:not([type="checkbox"]),
button,
select,
textarea {
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input:hover,
button:hover,
select:hover,
textarea:hover {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button,
select {
  text-transform: none;
}

textarea {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  resize: vertical;
}

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

select::-ms-expand {
  display: none;
}
/* リキッドレイアウト対応 */
html {
  font-size: clamp(0.625rem, 0.196rem + 0.89vw, 1rem);
}
@media (max-width: 375px) {
  html {
    font-size: 3.466667vw;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}
body {
  position: relative;
  z-index: -9999;
  color: #95512A;
  background-color: rgba(255, 255, 255, 0.6);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}
body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://www.transparenttextures.com/patterns/white-wall-3.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  background-blend-mode:lighten;
  z-index: -1;
}
a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

a[href^="tel:"] {
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none!important;
  }
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

b,
strong {
  font-weight: 700;
}

table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #95512A;
}

th,
td {
  padding: 4px 6px;
  border: 1px solid;
  border: 1px solid #95512A;
  text-align: center;
  vertical-align: middle;
}

/* header */
.header {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #333;
  padding-left: 3.038125rem;
  padding-right: 3.36125rem;
  position: fixed;
  top: 2.25rem;
  left: 0;
  z-index: 99;
  width: 100%;
}
.header__wrap {
  display: flex;
  justify-content: space-between;
}
.header__logo {
  width: 12.0625rem;
}
@media screen and (max-width: 768px) {
  .header {
    top: 36px;
    padding: 0 20px;
  }
  .header__wrap {
    display: block;
  }
  .header__logo {
    width: 221px;
  }
}
.header__global-nav {
  display: flex;
  align-items: center;
}
.header__links,
.footer__links {
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  padding: 1.5rem 3.5rem 1.5625rem 3.1875rem;
  column-gap: 3.2vw;
}
.menu_link a {
  position: relative;
  padding-right: 0.5rem;
}
.menu_link a::before {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  height: 2px;
  width: 100%;
  background-repeat: repeat-x;
  background-size: 0.7em 0.3em,1.7em 0.3em,3.5em 0.3em,3.7em 0.3em;
  background-position: right bottom;
  background-image:
  radial-gradient(0.3em 0.5em at center center,#2f2f2f,rgba(246,89,115,0)),
  radial-gradient(0.2em 0.2em at center center,#2f2f2f,rgba(246,89,115,0)),
  radial-gradient(0.8em 0.2em at center center,#2f2f2f,rgba(246,89,115,0)),
  radial-gradient(7.2em 0.2em at center center,#2f2f2f,rgba(246,89,115,0));
}
.menu_link a::after {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  right: -1rem;
  background: url(../images/common/pen-off.png) center / cover no-repeat;
  width: 0.75563125rem;
  height: 1.5725625rem;
}
.menu_link a:hover {
  opacity: 1;
  color: #FF8CB6;
}
.menu_link a:hover::before {
  background-image:
  radial-gradient(0.3em 0.5em at center center,#FF8CB6,rgba(246,89,115,0)),
  radial-gradient(0.2em 0.2em at center center,#FF8CB6,rgba(246,89,115,0)),
  radial-gradient(0.8em 0.2em at center center,#FF8CB6,rgba(246,89,115,0)),
  radial-gradient(7.2em 0.2em at center center,#FF8CB6,rgba(246,89,115,0));
}
.menu_link a:hover::after {
  background: url(../images/common/pen-on.png) center / cover no-repeat;
}

.contact-links {
  display: grid;
  grid-template-columns: repeat(3,auto);
  column-gap: 2.125rem;
}
.contact-link {
  width: 2.5rem;
}
.contact-link a {
  opacity: 0.4;
}
.contact-link a:hover {
  opacity: 1;
}
.header__contact-links {
  margin-left: 6.25vw;
}
@media screen and (max-width: 860px) {
  .header__contact-links {
    margin-left: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .header__contact-links {
    margin-left: 21px;
  }
  .contact-links {
    display: flex;
    margin-top: 57px;
  }
  .contact-links {
    column-gap: 25px;
  }
  .contact-link {
    width: 32px;
  }
  .contact-link a {
    opacity: 1;
  }
}

.header__drawer,
.header__hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__hamburger {
    display: block;
    position: fixed;
    top: 36px;
    right: 10px;
    z-index: 50;
  }
}
@media screen and (max-width: 768px) {
  .header__drawer {
    display: block;
    visibility: hidden;
    position: fixed;
    z-index: 40;
    top: 0;
    right: 0;
    left: 0;
    overflow-y: scroll;
    transform: translateX(105%);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  }
  html.is-drawer-active .header__drawer {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
}

@media screen and (max-width: 768px) {
  .header__global-nav {
    display: none;
  }
}
/* drawer
=============================== */
.drawer {
  width: 100%;
  height: 100%;
  padding-top: 95px;
  background-color: #EDE2D7;
  color: #95512A;
  font-weight: 500;
}
.drawer__inner {
  padding-right: 20px;
  padding-left: 20px;
}
.drawer .header__logo {
  position: absolute;
  top: 38px;
  left: 20px;
  width: 22.1rem;
}
.drawer__content {
  border-radius: 1rem;
  background: #FCFBF7;
  padding: 10px 20px 20px;
  font-size: 20px;
  position: relative;
}
.drawer__content::after {
  content: '';
  position: absolute;
  bottom: 23px;
  right: 19px;
  width: 100px;
  height: 301px;
  background: url(../images/common/drawer_illust2.jpg) center / cover no-repeat;
}

@media screen and (max-width: 768px) {
  .drawer__link {
    padding: 30px 0 30px 50px;
    position: relative;
    border-bottom: 1px dashed #95512A;
  }
  .drawer__link::before {
    content: '';
    position: absolute;
    top: 35%;
    transform: rotate(-25deg);
    left: 15px;
    width: 15.074px;
    height: 27.002px;
    background: url(../images/common/icon_pin02.png) center / cover no-repeat;
  }
  .header__lists {
    width: 191px;
    margin-top: 20px;
    margin-left: 21px;
  }
}

/* hamburger
=============================== */
.hamburger {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  background-color: transparent;
}

.hamburger__lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.75px;
  -webkit-transition: inherit;
  transition: inherit;
}

.hamburger__line {
  display: block;
  width: 20px;
  height: 1.2px;
  -webkit-transition: inherit;
  transition: inherit;
  background-color: #95512A;
}

.hamburger[aria-expanded=true] .hamburger__line {
  background-color: #95512A;
}

.hamburger[aria-expanded=true] .hamburger__line:first-child {
  width: 20px;
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}

.hamburger[aria-expanded=true] .hamburger__line:nth-last-child(2) {
  background-color: transparent;
}

.hamburger[aria-expanded=true] .hamburger__line:last-child {
  width: 20px;
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

.hamburger__label {
  position: absolute;
}


/* footer */
.footer {
  font-family: "Zen Maru Gothic", sans-serif;
  background:#fff;
  padding-bottom: 4.0625rem;
  text-align: center;
  position: relative;
}
.footer svg {
  margin-top: -3.125rem;
}
.footer__links {
  color: #333;
}
.footer__logo {
  width: 10.85625rem;
  margin-inline: auto;
  margin-top: 7.1875rem;
}
.footer__title {
  margin-top: 3.148125rem;
}
.footer__contact-links {
  margin-top: 4.625rem;
  justify-content: center;
}
.footer__copyright {
  font-weight: 700;
  margin-top: 4.265625rem;
}
.footer__lists {
  margin-top: 4.829375rem;
}
.footer__list {
  font-size: 1.125rem;
}
.footer__list:first-child {
  font-size: 1.375rem;
  margin-bottom: 0.5em;
}
.footer__list img {
  width: 27.6875rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 25vh;
  }
  .footer__links {
    flex-direction: column;
    gap: 45px;
    font-size: 20px;
  }
  .footer__link {
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  .footer__link a {
    display: block;
  }
  .footer__link a::before {
    width: 100%;
  }
  .footer__logo {
    width: 103px;
  }
  .footer__title {
    font-size: 12px;
    margin-top: 12px;
  }
  .footer__inner .footer__lists {
    width: 70%;
    margin: 36px auto 0;
  }
  .footer__inner .footer__contact-links {
    margin-top: 43px;
  }
  .footer__copyright {
    font-size: 13px;
  }
}
/* inner */
.inner {
  max-width: 1160px;
  margin-inline: auto;
  padding: 0 1.25rem;
}
/* title */
.section-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 20px;
    font-weight: 500;
  }

}
.title-pin img {
  height: 2.4375rem;
  width: auto;
  transition: 0.3s;
}
.button {
  display: inline-block;
}
.button a {
  display: block;
  padding: 1.875rem 2.8125rem;
  border: 1.5px solid #FFAE98;
  background-color: #FFF5F0;
  font-size: 1.5625rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #FF8784;
  border-radius: 5rem;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}
.button a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/common/link_pink-bg.png) center / cover no-repeat;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  opacity: 0;
}
.button a::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
  border: 2px dashed #FFD5C3; /* 内側の点線 */
  border-radius: 5rem;
  transition: 0.3s;
}
.button a:hover {
  color: #fff;
}
.button a:hover::before {
  opacity: 1;
  z-index: -1;
}
.button a:hover::after {
  border: 2px dashed #fff; /* 内側の点線 */
}
@media screen and (max-width: 768px) {
  .button a {
    padding: 12px;
    border: 1px solid #FFAE98;
    background: url(../images/common/link_pink-bg.png) center / cover no-repeat;
    color: #fff;
    font-size: 12px;
  }
  .button a::before {
    display: none;
  }
  .button a::after {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    border: 1px dashed #fff; /* 内側の点線 */
  }
  .button a:hover::after {
    border: 1px dashed #fff; /* 内側の点線 */
  }
  .title-pin img {
    height: 32px;
  }
}

.single__page {
  padding-top: 16.625rem;
}

.to-top a {
  display: block;
  width: 10.0185rem;
  position: absolute;
  bottom: 5.69125rem;
  right: 3.255625rem;
}
.to-top a:hover {
  opacity: 1;
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .to-top a {
    width: 56px;
    bottom: 77px;
    right: 26px;
  }
  .single__page {
    padding-top: 10rem;
  }
}


.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
}

.top {
  padding-bottom: 18.396875rem;
}
@media screen and (max-width: 768px) {
  .top {
    padding-bottom: 93px;
  }
}

/* main-visual */
.main-visual__img {
  position: relative;
  overflow: hidden;
}
.main-visual {
  position: relative;
}
.main-visual::after {
  content: '';
  position: absolute;
  bottom: -3.90625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3.1875rem;
  height: 7.8125rem;
  background: url(../images/top/scrol.svg) center / cover no-repeat;
}
@media screen and (max-width: 768px) {
  .main-visual {
    padding-top: 80px;
    background-color: #FCF9F5;
  }
  .main-visual__img img {
    transform: scale(1.15) translate(0,-5%);
  }
  .main-visual::after {
    bottom: -3rem;
    width: 23px;
    height: 57px;
  }
}
/* top__about */
.top__about {
  padding-top: 8.125rem;
  padding-bottom: 3.08875rem;
  overflow: hidden;
}
.about .about__title-pin img {
  transition: 0.3s;
}
.about:hover .about__title-pin img {
  transform: rotate(30deg);
}
.about__text {
  margin-top: 1.125rem;
  width: 27.25rem;
}
.about__contents {
  display: flex;
}
@media screen and (max-width: 768px) {
  .about__text {
    width: 100%;
  }
  .about__contents {
    display: block;
    position: relative;
  }
}

.more-link a {
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  position: relative;
  padding-top: 8.1266875rem;
  margin-top: 5rem;
}
.more-link a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -1rem;
  background: url(../images/common/hand_img-off.png) center / cover no-repeat;
  width: 8.875rem;
  height: 8.1266875rem;
  transition: 0.3s;
}
.more-link a:hover::before {
  background: url(../images/common/hand_img-on.png?2) center / cover no-repeat;
  transform: rotate(18deg);
}
.more-link a img {
  width: 0.5675rem;
  height: 0.93125rem;
  margin-left: 3px;
  margin-bottom: 2px;
  display: inline;
}
@media screen and (max-width: 768px) {
  .more-link a {
    position: absolute;
    top: 40%;
    left: 32px;
    font-size: 10px;
    padding-top: 50.827px;
    z-index: 5;
  }
  .more-link a img {
    width: 3.596px;
    height: 5.823px;
  }
  .more-link a::before {
    width: 56.223px;
    height: 50.827px;
    left: -5px;
  }
}
.about_img-right img {
  transform: scale(1.1) translate(5%, -5%);
}
@media screen and (max-width: 768px) {
  .about_img-right {
    margin-top: 93px;
  }
  .about_img-right img {
    transform: scale(1);
  }
}
.about__link-box {
  margin-top: 8.8125rem;
  display: grid;
  row-gap: 2.80375rem;
}
.about__link {
  display: flex;
  justify-content: space-between;
  background-color: #FBF9F4;
  border: 1px dashed #95512A;
  border-radius: 2rem;
  padding: 4.6875rem 4.0625rem;
}
.about__link-title {
  font-size: 1.875rem;
  font-weight: 700;
  position: relative;
  padding-left: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
.about__link-title::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  left: 0;
  width: 1.8125rem;
  height: 2.3125rem;
  background: url(../images/common/icon_pin01.png) center / cover no-repeat;
}
.about__link-text {
  margin-top: 1.66375rem;
}
@media screen and (max-width: 768px) {
  .about__link-box {
    grid-template-columns: repeat(2,auto);
    margin-top: 51px;
    column-gap: 14px;
  }
  .about__link {
    padding: 15px;
    flex-direction: column;
  }
  .about__link-title {
    text-align: center;
    font-size: 15px;
    padding-left: 0;
    padding-top: 30px;
  }
  .about__link-text {
    font-size: 13px;
    margin-top: 0.5em;
  }
  .about__link-button {
    width: 100%;
  }
  .about__link-button a {
    font-size: 12px;
    padding: 1em;
    text-align: center;
    margin-top: 10px;
  }
  .about__link-title::before {
    width: 14.049px;
    height: 20px;
    top: 5px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
  }
}

/* top__news */
.top__news {
  padding-top: 3.08875rem;
  padding-bottom: 4.96875rem;
}

.news__inner {
  max-width: 1240px;
}
.news__title {
  text-align: center;
}
.news__title-pin {
  display: flex;
  justify-content: center;
}
.news .news__title-pin img {
  transition: 0.3s;
}
.news:hover .news__title-pin img {
  transform: rotate(30deg);
}
.news__content {
  margin-top: 2.5rem;
}
.news__list a {
  display: block;
  background-color: #fff;
  border-top: 1px solid #95512A;
  padding: 3.375rem 4.02125rem 2.75rem;
  transition: 0.3s;
  position: relative;
}
.news__list:last-child a {
  border-bottom: 1px solid #95512A;
}
.news__list a:hover {
  background-color: #FFF0E9;
  opacity: 1;
}
.news__list a::after {
  content: "";
  background: url(../images/news/icon_news-arrow.svg) center / cover no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  right: 2.325625rem;
  width: 1.345rem;
  height: 2.636875rem;
}

.news__wrap {
  display: flex;
  align-items: center;
}
.news__date time,
.news__text {
  font-size: 1rem;
}
.news__text {
  font-weight: 500;
}
.news__btn {
  font-family: "Zen Maru Gothic", sans-serif;
  margin-top: 1.5625rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .news__list a {
    padding: 30px 19px;
    font-size: 13px;
  }
  .news__list a::after {
    right: 15px;
    width: 15px;
    height: 18.188px;
  }
  .news__btn {
    text-align: center;
  }
}

/* top__contact */
.top__contact {
  padding-top: 4.96875rem;
  padding-bottom: 6.09375rem;
}
.contact__link {
  background-color: #EDE1D8;
  border-radius: 2rem;
  padding: 1.8125rem 1.5625rem;
}
.contact__link-inner {
  border: 1px dashed #95512A;
  border-radius: 1.5rem;
  background-color: #fff;
  padding: 3.375rem 2.55375rem 3.375rem 3rem;
  display: grid;
  grid-template-columns: repeat(3,auto);
}
.contact__link-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  position: relative;
  padding-left: 2rem;
}
.contact__link-title::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  left: 0;
  width: 1.8125rem;
  height: 2.3125rem;
  background: url(../images/common/icon_pin01.png) center / cover no-repeat;
}
.contact__link-illust {
  width: 12.7048125rem;
}
.contact__link-text {
  margin-top: 1.56rem;
}
.contact__link-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .contact__link-inner {
    grid-template-columns: auto;
  }
  .contact__link-left {
    order: 1;
  }
  .contact__link-illust {
    order: 2;
    margin: 0 auto;
  }
  .contact__link-right {
    width: 100%;
    order: 3;
    display: block;
  }
  .contact__link-button {
    width: 100%;
  }
  .contact__link-button a {
    width: 100%;
    text-align: center;
    margin-top: 23px;
  }
  .contact__link-title {
    text-align: center;
    padding-left: 0;
    font-weight: 500;
    padding-top: 20px;
  }
  .contact__link-title::before {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    width: 1.8125rem;
    height: 2.3125rem;
    background: url(../images/common/icon_pin01.png) center / cover no-repeat;
  }
}

/* top__related */
.related {
  padding-top: 6.09375rem;
}
.related__title {
  text-align: center;
}
.related__title-pin {
  display: flex;
  justify-content: center;
}
.related .related__title-pin img {
  transition: 0.3s;
}
.related:hover .related__title-pin img {
  transform: rotate(30deg);
}
.related__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.0625rem;
  width: 50rem;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 4.0625rem;
}
.related__link a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Maru Gothic", sans-serif;
  background: url(../images/common/link_bg.png) center / cover no-repeat;
  width: 13.125rem;
  height: 3.4375rem;
  padding-top: 5px;
}
.related__link:last-child a {
  background: url(../images/common/link_bg-long.png) center / cover no-repeat;
  width: 17rem;
}
.related__link a:hover {
  background: url(../images/common/link_bg-on.png) center / cover no-repeat;
  color: #39B54A;
}
.related__link:last-child a:hover {
  background: url(../images/common/link_bg-long-on.png) center / cover no-repeat;
}
@media screen and (max-width: 768px) {
  .related__links {
    flex-direction: column;
    align-items: center;
  }
  .related__link a {
    width: 17rem;
    background: url(../images/common/link_bg-long.png) center / cover no-repeat;
  }
}
/*
============================================================ */
/* about page
============================================================ */
.page__about {
  background-color: rgba(255, 247, 239, 0.5);
  overflow: hidden;
  padding-bottom: 11.8125rem;
}

.about__container .about__text {
  width: 27.25rem;
}
.about__container .about_img-right img {
  transform: scale(1.1) translate(7%, 5%);
}
@media screen and (max-width: 768px) {
  .about__container .about__text {
    width: 100%;
  }
  .about__container .about_img-right img {
    transform: scale(1);
  }
  .about__container .about_img-right {
    margin-top: 30px;
  }
}
.message__container {
  position: relative;
  margin-top: -40vw;
  padding-top: 40vw;
  padding-bottom: 7.8125rem;
}
.message__container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/about/message_bg.png) center / cover no-repeat;
  z-index: -1;
}
.message__inner {
  width: 53.75rem;
}
.message__container .about__title-pin {
  display: flex;
  justify-content: center;
}
.message__container .about__title {
  text-align: center;
}
.message__yamasaki-img {
  width: 15.1875rem;
  margin-inline: auto;
  margin-top: 1.5625rem;
}
.message__name {
  margin-top: 1.875rem;
  text-align: center;
  font-size: 1.875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  vertical-align: middle;
  position: relative;
}
.message__name::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -5%;
  width: 12.198125rem;
  height: 8.34125rem;
  background: url(../images/about/deco_bird.png) 0 0 no-repeat;
  background-size: 12.198125rem auto;
}
.message__name span {
  font-size: 1.25rem;
  padding-right: 1em;
}
.message__text {
  margin-top: 3.5625rem;
  position: relative;
}
.message__text::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -20%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 6.173125rem;
  height: 4.74625rem;
  background: url(../images/about/deco_butterfly.png) 0 0 no-repeat;
  background-size: 6.173125rem auto;
}
@media screen and (max-width: 768px) {
  .message__inner {
    width: 100%;
    margin-top: 30px;
  }
  .message__yamasaki-img {
    width: 89px;
  }
  .message__name {
    font-size: 15px;
  }
  .message__name span {
    font-size: 13px;
  }
  .message__name::after {
    width: 46px;
    height: 31px;
    bottom: 100px;
    right: 20px;
    background-size: 46px auto;
  }
  .message__text::before {
    width: 32px;
    height: 24px;
    top: -100px;
    left: 30px;
    background-size: 32px auto;
  }
}


.about-recruit__container {
  background-color: #fff;
  padding-bottom: 12.1875rem;
}
.about-recruit__container svg {
  margin-top: -4.125rem;
}
.about-recruit__inner {
  max-width: 1153px;
  padding-top: 4.375rem;
}
.about-recruit__lists {
  display: grid;
  grid-template-columns: repeat(3,auto);
}
.about-recruit__list {
  padding: 0 5.58rem;
  border-right: 1px solid #DEA895;
}
.about-recruit__list:last-child {
  border: none;
}
.about-recruit__title {
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
}
.about-recruit__text {
  margin-top: 1.535rem;
}
@media screen and (max-width: 768px) {
  .about-recruit__inner {
    padding-top: 0;
  }
  .about-recruit__container {
    padding-bottom: 100px;
  }
  .about-recruit__lists {
    grid-template-columns: auto;
  }
  .about-recruit__list {
    border-right: none;
    border-bottom: 1px solid #DEA895;
    padding: 42px 0;
  }
  .about-recruit__title {
    font-weight: 500;
    text-align: left;
  }
}


.flow__container {
  padding-top: 6.5625rem;
  position: relative;
}
.flow__container::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 5vw;
  width: 27rem;
  height: 1.3125rem;
  background: url(../images/about/deco_line.png) 0 0 no-repeat;
  background-size: 27rem auto;
}
.flow__container::after {
  content: '';
  position: absolute;
  top: -7.25rem;
  right: 10vw;
  width: 16.9375rem;
  height: 14.5rem;
  background: url(../images/about/flow_illust.png) 0 0 no-repeat;
  background-size: 16.9375rem auto;
}
@media screen and (max-width: 768px) {
  .flow__container::before {
    left: 10.5vw;
  }

  .flow__container::after {
    right: 11vw;
  }
}
.flow__inner {
  max-width: 1340px;
}

.other__links {
  width: 51rem;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 11.625rem;
}
.other__link-title {
  font-size: 1.875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.other__link-button {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;

}
.other__link-button a {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  padding: 1.3em 0;
}
.other__link {
  margin-top: 7.3125rem;
  background-color: #EDE1D8;
  border-radius: 2rem;
  padding: 1.13375rem;
}
.other__link-inner {
  background-color: #fff;
  border-radius: 1.5rem;
  border: 1px dashed #95512A;
  padding: 2.25rem 3.609375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.other__link-img { grid-area: 1 / 1 / 4 / 2; }
.other__link-title { grid-area: 1 / 2 / 2 / 3; }
.other__link-button { grid-area: 2 / 2 / 3 / 3; }
.other__link-img {
  padding-right: 1.5625rem;
}

.other__link-inner:nth-child(2) {
  grid-template-rows: repeat(3, 1fr);
}
.other__link-button2 { grid-area: 3 / 2 / 4 / 3; }

.tenohira__link-button {
  margin-top: 5rem;
}

.line-account {
  width: 43rem;
  margin-top: 27rem;
  margin-inline: auto;
  background-color: #E7F2D4;
  border-radius: 2rem;
  padding: 2.5625rem;
  padding-top: 1.875rem;
  position: relative;
}

.line-account::before,
.line-account::after {
  content: '';
  position: absolute;
  top: -9.5rem;
  width: 20.8125rem;
  height: 11rem;
}
.line-account::before {
  background: url(../images/common/deco_line-left.png) center / cover no-repeat;
  left: -40%;
}
.line-account::after {
  background: url(../images/common/deco_line-right.png) center / cover no-repeat;
  right: -40%;
}
.line-account__inner {
  background-color: #fff;
  border-radius: 1.5rem;
  border: 1px dashed #95512A;
  padding: 2.95125rem 3rem 2.54875rem;
  text-align: center;
  position: relative;
}
.line-account__inner::before {
  content: '';
  position: absolute;
  top: -8.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 17.3125rem;
  height: 9.5rem;
  background: url(../images/about/line-arch.png) 0 0 no-repeat;
  background-size: 17.3125rem auto;
}

.line-account__title {
  font-size: 1.875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}
.line-account__title span.marker {
    background: linear-gradient(transparent 50%, rgba(191, 220, 138, 0.5) 50%);
    padding: 0 10px;
}
.line-account__qr {
  width: 16.5rem;
  margin-inline: auto;
  margin-top: 1rem;
}

.line-account__text {
  margin-top: 1.375rem;
}
/* flow */

.flow__container {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .flow__container {
    padding-top: 197px;
  }
}

.flow__container::before {
  left: 6.8vw;
}

.flow__container::after {
  right: 7vw;
}

.flow__outer {
  position: relative;
  z-index: 1;
  width: 1380px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.flow__inner.inner {
  width: 1130px;
  max-width: 100%;
  padding: 0;
}

.flow__title.section-title {
  font-size: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .flow__title.section-title {
    font-size: 1.15384615rem;
  }
}

.flow__steps {
  margin-top: 113px;
  margin-top: min(calc(113 / 1440 * 100vw), 113px);
}
@media screen and (max-width: 768px) {
  .flow__steps {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .flow__step {
    width: 335px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.flow__step:nth-child(2) {
  margin-top: 105px;
  margin-top: min(calc(105 / 1440 * 100vw), 105px);
  /* margin-top: calc(105 / 1440 * 100vw); */
}
@media screen and (max-width: 768px) {
  .flow__step:nth-child(2) {
    margin-top: 91px;
  }
}

.flow__step:nth-child(3) {
  margin-top: 50px;
  margin-top: min(calc(50 / 1440 * 100vw), 50px);
  /* margin-top: calc(50 / 1440 * 100vw); */
}
@media screen and (max-width: 768px) {
  .flow__step:nth-child(3) {
    /* margin-top: -20px;
                margin-top: min(calc(-20 / 1440 * 100vw), 50px); */
      margin-top: 60px;
    }
    }

    @media screen and (max-width: 768px) {
      .flow__step:nth-child(4) {
        margin-top: 10px;
  }
}

.flow__step:nth-child(5) {
  margin-top: -175px;
  margin-top: calc(-175 / 1440 * 100vw);
}
@media screen and (min-width: 1440px) {
  .flow__step:nth-child(5) {
    margin-top: -175px;
  }
}
@media screen and (max-width: 1024px) {
  .flow__step:nth-child(5) {
    margin-top: -115px;
  }
}
@media screen and (max-width: 768px) {
  .flow__step:nth-child(5) {
    margin-top: 83px;
  }
}

.step__wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .step__wrap {
    flex-direction: column;
  }
}

.step__left {
  position: relative;
  width: calc(619 / 1340 * 100%);
}
@media screen and (max-width: 768px) {
  .step__left {
    width: 100%;
  }
}

.step__left::after {}

.flow__step:nth-child(1) .step__left::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 44.3%;
  z-index: -1;
  width: 4px;
  transform: translate(-50%, 83%);
  height: min(calc(137 / 1440 * 100vw), 137px);
  background: url(../images/about/step-line_01.svg) no-repeat center top / contain;
}
@media screen and (max-width: 768px) {
  .flow__step:nth-child(1) .step__left::after {
    display: none;
  }
}

.step__right {
  display: flex;
  align-items: center;
  position: relative;
  width: calc(721 / 1340 * 100%);
}
@media screen and (max-width: 768px) {
  .step__right {
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }

  .step__right.is-pc {
    display: none;
  }

  .flow__step:nth-child(2) .step__right {
    margin-top: 0;
  }

  .flow__step:nth-child(2) .is-sp .step__right {
    margin-top: 50px;
  }

  .flow__step:nth-child(5) .step__right.is-sp {
    margin-top: 33px;
  }

  .flow__step:nth-child(5) .step__box.is-sp+.step__right.is-sp {
    margin-top: 41px;
  }
}

.step__right::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.flow__step:nth-child(1) .step__right::after {
  transform: translate(-6%, 0);
  /* width: min(calc(571 / 1440 * 100vw), 571px); */
  width: min(calc(630 / 1440 * 100vw), 630px);
  /* height: min(calc(434 / 1440 * 100vw), 434px); */
  height: min(calc(485 / 1440 * 100vw), 485px);
  background: url(../images/about/step-blowing_01.png) no-repeat center center / contain;
}
@media screen and (min-width: 1440px) {
  .flow__step:nth-child(1) .step__right::after {
    width: 571px;
    height: 434px;
  }
}
@media screen and (max-width: 768px) {
  .flow__step:nth-child(1) .step__right::after {
    transform: translate(0, -18%);
    width: 244px;
    height: 184px;
  }
}

.flow__step:nth-child(2) .step__right::after {
  transform: translate(-5%, 0);
  /* width: min(calc(585 / 1440 * 100vw), 585px); */
  width: min(calc(615 / 1440 * 100vw), 615px);
  /* height: min(calc(771 / 1440 * 100vw), 771px); */
  height: min(calc(810 / 1440 * 100vw), 810px);
  background: url(../images/about/step-blowing_02.png) no-repeat center center / contain;
}
@media screen and (min-width: 1440px) {
  .flow__step:nth-child(2) .step__right::after {
    width: 585px;
    height: 771px;
  }
}
@media screen and (max-width: 768px) {
  .flow__step:nth-child(2) .step__right::after {
    top: -25px;
    transform: translate(0, 0);
    width: 244px;
    height: 138px;
    background: url(../images/about/step-blowing_02-1.png) no-repeat center center / contain;
  }

  .flow__step:nth-child(2) .is-sp .step__right::after {
    top: -30px;
    width: 244px;
    height: 184px;
    background: url(../images/about/step-blowing_02-2.png) no-repeat center center / contain;
  }
}

.flow__step:nth-child(4) .step__right::after {
  transform: translate(-9%, -6%);
  /* width: min(calc(633 / 1440 * 100vw), 633px); */
  width: min(calc(665 / 1440 * 100vw), 665px);
  /* height: min(calc(842 / 1440 * 100vw), 842px); */
  height: min(calc(885 / 1440 * 100vw), 885px);
  background: url(../images/about/step-blowing_03.png) no-repeat center center / contain;
}
@media screen and (min-width: 1440px) {
  .flow__step:nth-child(4) .step__right::after {
    width: 633px;
    height: 842px;
  }
}

@media screen and (max-width: 768px) {
  .flow__step:nth-child(5) .step__right.is-sp::after {
    transform: translate(0, -25px);
    width: 244px;
    height: 138px;
    background: url(../images/about/step-blowing_05-1.png) no-repeat center center / contain;
  }

  .flow__step:nth-child(5) .step__box.is-sp+.step__right.is-sp::after {
    transform: translate(0, -25px);
    width: 244px;
    height: 138px;
    background: url(../images/about/step-blowing_05-2.png) no-repeat center center / contain;
  }
}
.step__title {
  display: flex;
  align-items: center;
  position: relative;
  column-gap: 7px;
  padding-left: calc(100 / 619 * 100%);
  padding-left: clamp(0rem, -7.163rem + 14.9vw, 6.25rem);
  color: #CD5D1C;
  font-family: "Zen Maru Gothic";
  font-size: 30px;
  font-size: clamp(1.313rem, 0.668rem + 1.34vw, 1.875rem);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .step__title {
    align-items: flex-start;
    font-size: 1.53846154rem;
    column-gap: 4px;
    line-height: 1.6;
  }
}

.step__title img {
  width: 82px;
  width: clamp(4.25rem, 3.247rem + 2.09vw, 5.125rem);
  height: 77px;
  height: clamp(4rem, 3.069rem + 1.94vw, 4.813rem);
}
@media screen and (max-width: 768px) {
  .step__title img {
    transform: translateY(-9px);
  }
}

.flow__step:nth-child(4) .step__title::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 44.3%;
  z-index: -1;
  width: 4px;
  transform: translate(-50%, 105%);
  height: min(calc(248 / 1440 * 100vw), 248px);
  background: url(../images/about/step-line_04.svg) no-repeat center top / contain;
}
@media screen and (max-width: 768px) {
  .flow__step:nth-child(4) .step__title::after {
    display: none;
  }
}

.step__img {
  display: block;
  padding-left: calc(40 / 619 * 100%);
}
@media screen and (max-width: 768px) {
  .step__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 203px;
    height: 72px;
    padding-left: 0;
    transform: translate(-38%, 72%);
  }
}

.flow__step:nth-child(1) .step__img {
  margin-top: 75px;
  margin-top: min(calc(75 / 1440 * 100vw), 75px);
}
@media screen and (max-width: 768px) {
  .flow__step:nth-child(1) .step__img {
    margin-top: 0;
  }
}

.flow__step:nth-child(2) .step__img {
  position: relative;
  margin-top: 10px;
  margin-top: min(calc(10 / 1440 * 100vw), 10px);
}
@media screen and (max-width: 768px) {
  .flow__step:nth-child(2) .step__img {
    margin-top: 0;
    transform: translate(-38%, 0);
  }
}

.flow__step:nth-child(2) .step__img::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 44.3%;
  z-index: -1;
  width: 4px;
  transform: translate(-50%, 87%);
  height: min(calc(248 / 1440 * 100vw), 248px);
  background: url(../images/about/step-line_02.svg) no-repeat center top / contain;
}
@media screen and (max-width: 768px) {
  .flow__step:nth-child(2) .step__img::after {
    display: none;
  }
}

.flow__step:nth-child(3) .step__img {
  margin-top: -7px;
  margin-top: min(calc(-7 / 1440 * 100vw), -7px);
  transform: translateX(1.6%);
}
@media screen and (max-width: 768px) {
  .flow__step:nth-child(3) .step__img {
    position: relative;
    width: initial;
    height: initial;
    margin-top: -4px;
    transform: translateX(0);
    text-align: center;
  }

  .flow__step:nth-child(3) .step__img img {
    display: inline-block;
    width: 2px;
    height: 47px;
  }
}

.flow__step:nth-child(5) .step__img {
  position: relative;
  margin-top: -25px;
  margin-top: min(calc(-25 / 1440 * 100vw), -25px);
}
@media screen and (max-width: 768px) {
  .flow__step:nth-child(5) .step__img {
    position: absolute;
    right: 0;
    left: initial;
    margin-top: 0;
    transform: translate(5%, -7%);
  }
}

.step__label {
  position: relative;
  padding-right: calc(71 / 619 * 100%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .step__label {
    padding-right: 0;
  }

  .step__label::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 2px;
    height: 142px;
    background: url(../images/about/step-line_02_sp.svg) no-repeat center top / contain;
  }
}

.step__label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  width: clamp(12.5rem, 8.202rem + 8.94vw, 16.25rem);
  height: 83px;
  height: clamp(4.063rem, 2.773rem + 2.68vw, 5.188rem);
  background-color: #EFF1BD;
  color: #CD5D1C;
  font-family: "Zen Maru Gothic";
  font-size: 30px;
  font-size: clamp(1.313rem, 0.668rem + 1.34vw, 1.875rem);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .step__label span {
    width: 100%;
    height: 56px;
    font-size: 1.53846154rem;
  }
}

.flow__step:nth-child(2) .step__label {
  margin-top: 32px;
  margin-top: min(calc(32 / 1440 * 100vw), 32px);
}
@media screen and (max-width: 768px) {
  .flow__step:nth-child(2) .step__label {
    margin-top: 75px;
  }
}

.flow__step:nth-child(4) .step__label {
  margin-top: 95px;
  margin-top: min(calc(95 / 1440 * 100vw), 95px);
}
@media screen and (max-width: 768px) {
  .flow__step:nth-child(4) .step__label {
    margin-top: 40px;
  }
}

.step__box {
  position: relative;
  z-index: 1;
  width: calc(523 / 721 * 100%);
  padding-right: calc(60 / 721 * 100%);
  padding-left: calc(60 / 721 * 100%);
}
@media screen and (max-width: 768px) {
  .step__box {
    padding-bottom: 20px !important;
    padding-left: 45px;
    padding-right: 60px;
  }

  .step__box.is-sp {
    width: 100%;
    /* padding-right: 12%; */
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0 !important;
  }

  .flow__step:nth-child(5) .step__right.is-sp .step__box {
    padding-right: 32px;
    padding-left: 32px;
  }
}

.flow__step:nth-child(1) .step__box {
  padding-bottom: 30px;
  padding-bottom: min(calc(30 / 1440 * 100vw), 30px);
}

.flow__step:nth-child(2) .step__box {
  padding-top: 88px;
  padding-top: min(calc(88 / 1440 * 100vw), 88px);
}
@media screen and (max-width: 768px) {
  .flow__step:nth-child(2) .step__box {
    padding-top: 0;
  }
}

.flow__step:nth-child(4) .step__box {
  padding-top: 60px;
  padding-top: min(calc(60 / 1440 * 100vw), 60px);
}

@media screen and (max-width: 768px) {
  .flow__step:nth-child(5) .step__box.is-sp+.step__right.is-sp+.step__box p.border {
    margin-top: 58px;
  }
}
.step__box p {
  font-size: 16px;
  font-size: clamp(0.875rem, 0.732rem + 0.3vw, 1rem);
  line-height: 1.95;
}

.step__box p.border {
  margin-top: 15px;
  margin-top: min(calc(15 / 1440 * 100vw), 15px);
  padding: 11px 14px 13px;
  padding: min(calc(11 / 1440 * 100vw), 11px) min(calc(14 / 1440 * 100vw), 14px) min(calc(13 / 1440 * 100vw), 13px);
  border: 1px dashed #95512A;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .step__box p.border {
    margin-top: calc(20 / 375 * 100vw);
    padding: 13px 18px 17px;
  }
}

.step__box p.border+p {
  margin-top: 50px;
  margin-top: min(calc(50 / 1440 * 100vw), 50px);
}

.step__icon {
  width: calc(146 / 721 * 100%);
  margin-left: calc(52 / 721 * 100%);
}
@media screen and (max-width: 768px) {
  .step__icon {
    padding-top: 0 !important;
    margin-left: 0;
  }
}

.flow__step:nth-child(1) .step__icon {
  padding-top: 120px;
  padding-top: min(calc(120 / 1440 * 100vw), 120px);
}

.flow__step:nth-child(2) .step__icon {
  padding-top: 125px;
  padding-top: min(calc(125 / 1440 * 100vw), 125px);
}

.flow__step:nth-child(4) .step__icon {
  padding-top: 180px;
  padding-top: min(calc(180 / 1440 * 100vw), 180px);
}

@media screen and (max-width: 768px) {
  .flow__step:nth-child(5) .step__box.is-sp+.step__right.is-sp .step__icon {
    transform: translateY(42%);
  }
}
.other__link {
  margin-top: 80px;
  margin-top: min(calc(80 / 1440 * 100vw), 80px);
}

@media screen and (max-width: 768px) {
  .flow__container::before {
    top: -5px;
    width: 144.048px;
    height: 7px;
    background-size: 144.048px auto;
  }
  .flow__container::after {
    width: 160px;
    height: 138px;
    background-size: 160px auto;
  }
  .other__links {
    flex-direction: column;
    width: 100%;
  }
  .other__link {
    border-radius: 1rem;
  }
  .other__link-inner {
    grid-template-columns: auto;
    grid-template-rows: repeat(3,auto);
    padding: 30px;
    padding-bottom: 50px;
    border-radius: 1rem;
  }
  .other__link-img,
  .other__link-title,
  .other__link-button {
    grid-area: auto;
  }
  .other__link-title {
    order: 1;
    font-size: 15px;
    font-weight: 500;
    padding-top: 0;
  }
  .other__link-img {
    order: 2;
    padding-right: 0;
    margin-top: 1em;
  }
  .other__link-button {
    order: 3;
    margin-top: 35px;
  }
  .other__link-button2 {
    margin-top: 20px;
  }
  .tenohira__link-button {
    margin-top: 44px;
  }
  .line-account {
    width: 90%;
    padding: 15px;
    margin-top: 17rem;
  }
  .line-account__inner::before {
    width: 10rem;
    height: 6rem;
    background-size: 10rem auto;
    top: -5.5rem;
  }
  .line-account__title {
    font-size: 15px;
    font-weight: 500;
  }
  .line-account__inner {
    padding: 15px;
  }
  .line-account__qr {
    width: 113.451px;
  }
  .line-account::before, .line-account::after {
    width: 89.333px;
    height: 46.697px;
    top: -5rem;
  }
  .line-account::before {
    left: -20px;
  }
  .line-account::after {
    right: -20px;
  }
}

/*
============================================================ */
/* news page
============================================================ */
.page__news {
  background-color: rgba(255, 247, 239, 0.5);
  padding-bottom: 18.396875rem;
  position: relative;
}
.page__news .news__title {
  text-align: left;
}
.page__news .news__title-pin {
  display: flex;
  justify-content: flex-start;
}
.news__title-group {
  display: flex;
  align-items: center;
}
.news__cat-lists {
  margin-left: 1.5625rem;
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.news__title-group .news__cat-lists {
  width: 80%;
}
.news__cat-list a,
.news__wrap .news__cat-list,
.single__news-page .news__cat-list {
  display: block;
  color: #FF8CB6;
  background-color: #FFF5F0;
  border-radius: 3rem;
  min-width: 7.8125rem;
  padding: 0.5em 1em;
  text-align: center;
  border: 1px solid #FF8CB6;
  transition: 0.5s;
}
.news__cat-list a:hover {
  color: #fff;
  background-color: #FF8784;
  border: 1px solid #FF8784;
}
.news__wrap .news__cat-lists {
  margin-left: 2.5rem;
}
.news__list .news__text {
  margin-left: 2.375rem;
}
.news__content .page-numbers {
  padding: 0.6875rem 0.875rem;
  color: #FF8CB6;
  background-color: #FFF5F0;
  border: 1px solid #FF8CB6;
  border-radius: 0.8rem;
  line-height: 1;
}
.news__content .navigation .nav-links {
  margin-top: 3.8125rem;
  display: flex;
  justify-content: center;
  gap: 1.896875rem;
}
.news__content .navigation .nav-links .next,
.news__content .navigation .nav-links .prev
 {
  min-width: 8.0625rem;
  text-align: center;
}
.page__news::after {
  content: "";
  background: url(../images/news/news_illust.png) center / cover no-repeat;
  position: absolute;
  bottom: 6.25rem;
  right: 11.1875rem;
  width: 11rem;
  height: 8.5625rem;
}
.single__news-page .news__inner {
  max-width: 1156px;
}
.post-news__content {
  margin-top: 3.125rem;
}
.post-news__btn {
  margin-top: 6.25rem;
  text-align: center;
}
.single__news-page .news__title-group {
  flex-direction: column;
  align-items: flex-start;
}
.single__news-page .news__title-group .news__cat-lists {
  margin-left: 0;
  margin-bottom: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .news__title-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 37px;
  }
  .news__cat-lists {
    margin-left: 0;
    gap: 15px 10px;
  }
  .news__cat-list a, .news__wrap .news__cat-list, .single__news-page .news__cat-list {
    padding: 2px 5px;
  }
  .news__title-group .news__cat-lists {
    width: 100%;
  }
  .news__wrap {
    flex-wrap: wrap;
  }
  .news__list .news__text {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
  .news__wrap .news__cat-lists {
    margin-left: 10px;
  }
  .page__news::after {
    display: none;
  }
  .single__news-page .news__title-group {
    gap: 0;
  }
}
/*
============================================================ */
/* contact page
============================================================ */
.page__contact {
  font-family: "Zen Maru Gothic", sans-serif;
}
.contact__title-en {
  width: 7.5rem;
  margin-inline: auto;
}
.contact__title-box{
  background-color: #FAF8F3;
  padding-bottom: 11.25rem;
  padding-top: 8rem;
}
.contact__contents {
  background-color: #fff;
}
.contact__form-box {
  padding-bottom: 16.625rem;
}
.contact__contents svg {
  margin-top: -3.125rem;
}
.contact__title-box .contact__title {
  text-align: center;
  margin-top: 0.5em;
  position: relative;
  width: 41.25rem;
  margin-inline: auto;
}
.contact__title-box .contact__title span {
  background: linear-gradient(transparent 60%,rgba(241, 218, 210, 0.5) 60%,rgb(241, 218, 210) 85%,rgba(241, 218, 210, 0.5));
    font-weight: bold;
}
.contact__title-box .contact__title::before,
.contact__title-box .contact__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 9.4375rem;
  height: 5.5rem;
}
.contact__title-box .contact__title::before {
  background: url(../images/common/deco_line-left.png) center / cover no-repeat;
  left: 0;
}
.contact__title-box .contact__title::after {
  background: url(../images/common/deco_line-right.png) center / cover no-repeat;
  right: 0;
}
.page__contact .contact__inner {
  max-width: 810px;
}

.form__label {
  font-size: 1.25rem;
}
.form__label .required {
  font-size: 0.875rem;
  color: #fff;
  background-color: #FF8784;
  border-radius: 2rem;
  padding: 2px 15px;
  margin-left: 1.5em;
}
.contact__info {
  background-color: #FAF8F3;
  padding-top: 12.25rem;
  padding-bottom: 19.62rem;
}
.contact__info .contact__inner {
  max-width: 1280px;
}
.contact__info .contact__title {
  font-size: 1.875rem;
  margin-top: 2.5625rem;
  margin-left: 4.875rem;
  margin-bottom: 2.125rem;
}
.contact__title-deco {
  width: 8.1875rem;
  margin-left: 4.875rem;
}
.contact__table,
.contact__table td {
  border-left: none;
  text-align: justify;
}
.contact__table {
  border-right: none;
}
.contact__table td {
  padding: 3.1825rem 0 2.6875rem 3.711875rem;
  position: relative;
}
.contact__table td:last-child {
  border-right: none;
}
.contact__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  right: 3.5rem;
}
.contact__arrow img {
  width: 1.5625rem;
}
.contact_link,
.contact_tel-link,
.contact_mail-link {
  display: block;
}

.contact_tel-link,
.contact_mail-link {
  padding-left: 1.5rem;
  position: relative;
}
.contact_tel-link::before,
.contact_mail-link::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  left: 0;
}
.contact_tel-link::before {
  background: url(../images/contact/icon_tel.svg) center / cover no-repeat;
  width: 0.973125rem;
  height: 1.269375rem;
}
.contact_mail-link::before {
  background: url(../images/contact/icon_mail.svg) center / cover no-repeat;
  width: 1.07375rem;
  height: 0.8075rem;
}
.form__list {
  margin-bottom: 2.5rem;
}
.form__list .form__label {
  margin-bottom: 10px;
}
.form__list input,
.form__list textarea {
  background-color: #F8F8F8;
  border-radius: 10px;
  padding: 0.9375rem 1.0625rem 0.8125rem;
  width: 100%;
}
.form__list input::placeholder,
.form__list textarea::placeholder {
  color: #DDD1CA;
  font-size: 1rem;
}
.form__list.form__list-address,
.form__list.form__list-subject {
  margin-top: 5.5625rem;
  margin-bottom: 5.5625rem;
}
.form__list.form__list-address input,
.form__list.form__list-subject input {
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 0;
  border: 1px solid #FF8784!important;
  margin-right: 0.8em;
}

/* ラベル全体をクリック対象に */
.custom-checkbox label {
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
  user-select: none;
  display: flex;
  align-items: center;
}

/* デフォルトのチェックボックスを非表示に */
.custom-checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

/* チェックマーク用ボックス */
.custom-checkbox input[type="checkbox"] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border: 1px solid #FF8784;
  box-sizing: border-box;
  transition: all 0.2s ease;
}


/* チェックマーク表示 */
.custom-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 0px;
  width: 7px;
  height: 12px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

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

.form__list.form__list-address .wpcf7-form-control,
.form__list.form__list-subject .wpcf7-form-control {
  display: grid;
  grid-template-columns: repeat(3,auto);
  row-gap: 1.875rem;
  margin-top: 2.625rem;
}
.form__privacy,
.form__attention {
  color: #000;
}
.form__attention {
  margin-top: 3.125rem;
}
.form__privacy input {
  border: 1px solid #E3E3E3!important;
  background-color: #F8F8F8!important;
  appearance: checkbox; /* ←これが重要 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}
.form__privacy .wpcf7-list-item {
  margin-left: 0;
}
.form__submit {
  margin-top: 4.375rem;
  display: flex;
  justify-content: center;
}
.form__submit input {
  display: block;
  padding: 1.875rem 3.5rem;
  font-size: 1.5625rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #FF8784;
  border-radius: 5rem;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  background: url(../images/contact/submit_bg.png) center / cover no-repeat;
}
.form__submit input:hover {
  color: #fff;
  background: url(../images/contact/submit_bg-on.png) center / cover no-repeat;
}

.wpcf7-spinner {
  display: none;
}
@media screen and (max-width: 768px) {
  .contact__title-box .contact__title {
    width: 100%;
  }
  .contact__title-box .contact__title::before, .contact__title-box .contact__title::after {
    width: 76.644px;
    height: 44.667px;
  }
  .contact__title-box .contact__title::before {
    left: 10px;
  }
  .contact__title-box .contact__title::after {
    right: 10px;
  }
  .contact__title-box {
    padding-bottom: 5rem;
  }
  .form__list.form__list-address .wpcf7-form-control, .form__list.form__list-subject .wpcf7-form-control {
    grid-template-columns: auto;
  }
  .contact__info {
    padding-top: 125px;
  }
  .contact__info .contact__title {
    margin: 0;
    margin-top: 14px;
    margin-bottom: 36px;
    text-align: center;
    font-size: 20px;
  }
  .contact__title-deco {
    width: 48px;
    margin: 0 auto;
  }
  .form__submit {
    display: block;
  }
  .form__submit input {
    width: 80%;
    margin-inline: auto;
    display: block;
    padding: 2em;
    font-size: 12px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #fff;
    border-radius: 5rem;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
    background: url(../images/common/link_pink-bg.png) center / cover no-repeat;
  }
  .form__submit span.form__submit-inner {
    position: relative;
  }
  .form__submit input:hover {
    background: url(../images/common/link_pink-bg.png) center / cover no-repeat;
  }

  .contact__form-box {
    padding-bottom: 120px;
  }
  .contact__table,
  .contact__table tbody,
  .contact__table tr,
  .contact__table td {
    display: block;
    border: none;
    width: 100%;
    padding: 0;
  }
  td.contact__table-title {
    font-size: 15px;
    text-align: center;
    position: relative;
    padding-top: 20px;
    order: 1;
  }
  td.contact__table-title::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 37px;
    background: url(../images/common/icon_pin01.png) 0 0 no-repeat;
    background-size: 15px auto;
  }
  .contact__table tr {
    display: grid;
    margin-bottom: 60px;
  }
  .contact__table tr:first-child {
    margin-bottom: 0;
  }
  .contact__arrow {
    display: none;
  }
  td.contact__table-name {
    order: 3;
    border-bottom: 1px solid #95512A;
    padding: 1em;
  }
  td.contact__table-address {
    order: 2;
    border-top: 1px solid #95512A;
    border-bottom: 1px solid #95512A;
    padding: 1em;
    margin-top: 23px;
  }
  .contact__table tr.is-pc {
    display: none;
  }
}


/*
============================================================ */
/* satooya page
============================================================ */
.page__satooya {
  padding-bottom: 18.396875rem;
}

.satooya__title {
  position: relative;
}
.satooya__title::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20.4375rem;
  height: 12.25rem;
  background: url(../images/satooya/satooya_illust.png) center / cover no-repeat;
}
.page__satooya:hover .satooya__title-pin img {
  transform: rotate(30deg);
}
.satooya__support {
  border-radius: 2rem;
  border: 1px dashed #95512A;
  background-color: #FBF9F4;
  padding: 4.1875rem 4.25rem;
  margin-top: 4.375rem;
}
.satooya__support-title {
  font-size: 1.875rem;
  padding-left: 2rem;
  position: relative;
}
.satooya__support-title::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  left: 0;
  width: 1.8125rem;
  height: 2.3125rem;
  background: url(../images/common/icon_pin01.png) center / cover no-repeat;
}
.satooya__support .satooya__text {
  margin-top: 1.5625rem;
  line-height: 1.3;
}
.satooya__experience {
  margin-top: 7.3125rem;
  background-color: #EDE1D8;
  border-radius: 2rem;
  padding: 1.8125rem 1.5625rem;
}
.satooya__experience-inner {
  background-color: #fff;
  border-radius: 1.5rem;
  border: 1px dashed #95512A;
  padding: 3.375rem 2.55375rem 3.375rem 3rem;
}
.satooya__experience-contents {
  display: flex;
}
.satooya__experience-img {
  width: 25%;
  max-width: 155px;
  margin-right: 3rem;
}
.satooya__experience-title {
  font-size: 1.875rem;
  padding-left: 2rem;
  position: relative;
}
.satooya__experience-title::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  left: 0;
  width: 1.8125rem;
  height: 2.3125rem;
  background: url(../images/common/icon_pin01.png) center / cover no-repeat;
}
.satooya__experience-text {
  width: 73%;
}
.satooya__experience-text .satooya__text {
  margin-top: 1.5625rem;
}
.satooya__experience-contact {
  margin-top: 2.9375rem;
  border-radius: 10px;
  border: 1px solid #E7BD9E;
  padding: 1.625rem 3.1875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.satooya__experience-contact-text {
  color: #666;
}
.satooya__experience-contact-text dt {
  float: left;
}
.satooya__experience-contact-text dd {
  margin-left: 6.875rem;
}
.satooya__experience-contact-button a {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  padding: 0.6em 2.2em;
}

.satooya_pdf-link {
  color: #FF8784;
  font-family: "Zen Maru Gothic", sans-serif;
  border: 1px solid #FF8784;
  border-radius: 3rem;
  padding: 0.2em 1em;

}




.satooya__himawari-net {
  margin-top: 12.5625rem;
  background-color: #FCF9F5;
  padding-top: 4.5rem;
  padding-bottom: 7.5rem;
}
.satooya__himawari-net-title {
  font-size: 1.5625rem;
  position: relative;
  text-align: center;
}
.satooya__himawari-net-title::before {
  content: '';
  position: absolute;
  top: -9rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: url(../images/satooya/satooya_himawari.png) center / cover no-repeat;
  width: 4.0625rem;
  height: 7.3125rem;
}
.satooya__himawari-net .satooya__text {
  margin-top: 2.25rem;
  text-align: center;
}
.satooya__himawari-net .news__lists {
  margin-top: 3.50625rem;
}
.satooya__care {
  margin-top: 8.0625rem;
}
.satooya__care .satooya__inner {
  background: url(../images/satooya/care_img.svg) center / cover no-repeat;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.satooya__care-contents {
  background-color: #fff;
  max-width: 788px;
  margin-inline: auto;
  padding: 1.6875rem 20px 2.5625rem;
}
.satooya__care-title {
  width: 28.8125rem;
  margin-inline: auto;
}
.satooya__care-contents .satooya__text {
  text-align: center;
  margin-top: 1.1875rem;
}
.satooya__salon {
  margin-top: 13.25rem;
  width: 51.875rem;
  max-width: 100%;
  margin-inline: auto;
}
.satooya__salon .satooya__inner {
  background-color: #EDE1D8;
  border-radius: 2rem;
  padding: 1.8125rem 1.5625rem;
}
.satooya__salon-contents {
  background-color: #fff;
  border-radius: 1.5rem;
  border: 1px dashed #95512A;
  padding: 3.75rem 1rem 3.6875rem 3.875rem;
  display: flex;
}
.satooya__salon-title {
  font-size: 1.875rem;
  padding-left: 3rem;
  position: relative;
}
.satooya__salon-title::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  left: 0;
  width: 1.8125rem;
  height: 2.3125rem;
  background: url(../images/common/icon_pin01.png) center / cover no-repeat;
}
.satooya__salon-title span {
  font-size: 1rem;
  font-weight: 500;
}
.satooya__salon-img {
  width: 13.56828213rem;
  margin-right: 3.5rem;
}
.satooya__salon-button a {
  display: block;
  text-align: center;
  color: #FF8784;
  border-radius: 40px;
  border: 1px solid #FF8784;
  background: #FFF5F0;
  margin-top: 3rem;
  padding: 1rem 0;
  transition: 0.3s;
}
.satooya__salon-button a:hover {
  background: #FF8784;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .page__satooya {
    padding-bottom: 93px;
  }
  .satooya__title::before {
    width: 164px;
    height: 98px;
  }
  .satooya__support {
    padding: 28px;
    border-radius: 1rem;
  }
  .satooya__support-title {
    text-align: center;
    padding-left: 0;
    padding-top: 30px;
    font-size: 15px;
  }
  .satooya__support-title::before {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
  }
  .satooya__support .satooya__text {
    margin-top: 10px;
  }
  .satooya__experience {
    margin-top: 59px;
    border-radius: 1rem;
    padding: 1rem;
  }
  .satooya__experience-inner {
    border-radius: 1rem;
    padding: 28px;
  }
  .satooya__experience-contents {
    display: block;
  }
  .satooya__experience-title {
    text-align: center;
    font-size: 15px;
    padding-left: 0;
    padding-top: 30px;
  }
  .satooya__experience-text {
    width: 100%;
  }
  .satooya__experience-title::before {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
  }
  .satooya__experience-img {
    width: 100%;
    margin-right: 0;
    max-width: none;
    margin-top: 20px;
  }
  .satooya__experience-contact {
    margin-top: 13px;
    flex-direction: column;
  }
  .satooya__experience-contact-text dt {
    float: none;
  }
  .satooya__experience-contact-text dd {
    margin-left: 0;
  }
  .satooya__experience-contact-button a {
    margin-top: 79px;
    text-align: center;
    padding: 1em;
  }
  .satooya__himawari-net .satooya__text {
    margin-top: 12px;
  }
  .news__btn {
    margin-top: 46px;
  }
  .satooya__himawari-net {
    padding-bottom: 56px;
  }
  .satooya__care-title {
    width: 80%;
  }
  .satooya__care-contents .satooya__text {
    text-align: justify;
  }
  .satooya__salon {
    margin-top: 101px;
    padding: 0 1.25rem;
  }
  .satooya__salon-title {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding-top: 30px;
    padding-left: 0;
  }
  .satooya__salon .satooya__inner {
    border-radius: 1rem;
    padding: 1rem;
  }
  .satooya__salon-contents {
    padding: 28px;
    border-radius: 1rem;
    display: block;
  }
  .satooya__salon-title span {
    display: block;
    line-height: 1;
  }
  .satooya__salon-img {
    margin-top: 24px;
    width: 100%;
  }
  .satooya__text {
    margin-top: 19px;
  }
  .satooya__salon-button a {
    margin-top: 40px;
  }
  .satooya__salon-title::before {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
  }
}

/*
============================================================ */
/* satooya-know page
============================================================ */
.page__satooya-know {
  padding-bottom: 18.396875rem;
  overflow: hidden;
}
.page__satooya-know .other__links {
  margin-top: 8rem;
  display: flex;
  width: 57.5625rem;
  margin-inline: auto;
  column-gap: 2.9375rem;
}
.page__satooya-know .other__links .other__link-inner {
  display: block;
}

.page__satooya-know .other__link-title {
    font-size: 1.7rem;
    padding: 1.0625rem 0 1.625rem;
}
.satooya-know__inner {
  max-width: 1278px;
}
.satooya-know__inner:hover .satooya-know__title-pin img {
  transform: rotate(30deg);
}
.satooya-know__about {
  border-radius: 2rem;
  border: 1px dashed #95512A;
  background-color: #FBF9F4;
  padding: 1.875rem 3.125rem 2.5rem;
  margin-top: 4.375rem;
  position: relative;
}
.satooya-know__about-title {
  font-size: 1.875rem;
}
.satooya-know__about .satooya-know__text {
  margin-top: 1.5625rem;
  line-height: 2;
  width: 50.4375rem;
}
.satooya-know__about::after {
  content: '';
  position: absolute;
  bottom: 5.875rem;
  right: 2.9375rem;
  width: 15.9375rem;
  height: 19.625rem;
  background: url(../images/satooya-know/satooya-know_illust.png) 0 0 no-repeat;
  background-size: 15.9375rem auto;
}

.satooya-kinds {
  margin-top: 10.125rem;
  border-top: 1px dashed #95512A;
  background: url(../images/satooya-know/satooya-kinds_bg.png) center center no-repeat;
  background-size: 80% auto;
  background-color: #fff;
}
.satooya-kinds__title {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: -6.5rem;
  margin-right: 17.5%;
}
.satooya-kinds__title img {
  width: 14.125rem;
}

.satooya-kinds__inner {
  max-width: 1340.35px;
}
.satooya-kinds__contents {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  padding-bottom: 6.875rem;
}
.satooya-kinds__content {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.satooya-kinds__content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.satooya-kinds-01 {
  width: 40rem;
  height: 30.46125rem;
  margin-top: -15rem;
  padding-right: 3rem;
  padding-top: 3.5rem;
}
.satooya-kinds-01::before {
  background: url(../images/satooya-know/satooya-kinds_01.png) center / cover no-repeat;
  width: 40rem;
  height: 30.46125rem;
}

.satooya-kinds-02 {
  width: 35.209375rem;
  height: 38.979375rem;
  margin-top: 2rem;
  padding-right: 1rem;
  padding-top: 5rem;
}
.satooya-kinds-02::before {
  background: url(../images/satooya-know/satooya-kinds_02.png) center / cover no-repeat;
  width: 35.209375rem;
  height: 38.979375rem;
}

.satooya-kinds-03 {
  width: 35.895625rem;
  height: 32.41625rem;
  margin-top: -10rem;
  padding-right: 1.8rem;
  padding-bottom: 1rem;
}
.satooya-kinds-03::before {
  background: url(../images/satooya-know/satooya-kinds_03.png) center / cover no-repeat;
  width: 35.895625rem;
  height: 32.41625rem;
}

.satooya-kinds-04 {
  width: 31.13875rem;
  height: 30.6925rem;
  margin-bottom: -15rem;
  margin-right: 9rem;
  padding-top: 2.5rem;
}
.satooya-kinds-04::before {
  background: url(../images/satooya-know/satooya-kinds_04.png) center / cover no-repeat;
  width: 31.13875rem;
  height: 30.6925rem;
}
.satooya-kinds__name {
  font-size: 1.875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  z-index: 2;
  width: 17.5rem;
  border-left: 1px solid #95512A;
  border-right: 1px solid #95512A;
  line-height: 1.3;
}
.satooya-kinds__text {
  position: relative;
  margin-top: 15px;
  width: 80%;
  z-index: 2;
}
.satooya-kinds__text span {
  font-weight: bold;
  display: block;
}



.voice {
  margin-top: 20rem;
  padding-bottom: 10.625rem;
  position: relative;
}
.voice::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/satooya-know/voice_line.png) center / cover no-repeat;
  width: 100%;
  height: 2px;
}
.voice__inner {
  max-width: 830px;
  gap: 1.5rem;
  margin-top: 8.125rem;
}
.voice__contents {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 5.8125rem;
}
.voice__icon {
  width: 6.25rem;
  margin-top: 5.25rem;
}
.voice__icon-title {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-size: 1.25rem;
  margin-top: 20px;
}
.voice__text {
  position: relative;
    padding: 5.25rem 5.6875rem 2.8125rem;
  width: 39.75rem;
  border: 3px solid #CAA894;
  border-radius: 3rem;
  position: relative;
}
.voice__text::before {
  content: '';
  position: absolute;
  top: 140px;
  left: -26px;
  width: 30.049px;
  height: 24px;
  background: url(../images/satooya-know/fuki-tail.png) 0 0 no-repeat;
  background-size: 30.049px auto;
}
.voice__fuki-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 1.3125rem;
  transition: all 0.3s ease-in-out;
}
.voice__fuki-text {
  margin-bottom: 3.125rem;
  display: -webkit-box;
  /* 必須 */
  -webkit-box-orient: vertical;
  /* 必須 */
  -webkit-line-clamp: 5;
  /* 行数を制限 */
  overflow: hidden;
  /* はみ出た部分を非表示 */
  transition: all 0.3s ease-in-out;
}

.voice__contents.is-active .voice__fuki-text {
  display: block;
}

.voice__fuki-title:not(:first-child) {
  height: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}

.voice__fuki-title:not(:first-child)+.voice__fuki-text {
  height: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}

.voice__contents.is-active .voice__fuki-title:not(:first-child) {
  height: auto;
  margin-bottom: 1.3125rem;
  opacity: 1;
  visibility: visible;
}

.voice__contents.is-active .voice__fuki-title:not(:first-child)+.voice__fuki-text {
  height: auto;
  margin-bottom: 3.125rem;
  opacity: 1;
  visibility: visible;
}

.voice__button {
  display: block;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  z-index: 1;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background-color: #F7F3E6;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .voice__button {
    bottom: 1rem;
    right: 1rem;
  }
}

.voice__button span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 15px;
  height: 2px;
  background-color: #CAA894;
  transition: all 0.3s ease-in-out;
}

.voice__button span:nth-child(1) {
  transform: translate(-90%, 100%) rotate(45deg);
}

.voice__button span:nth-child(2) {
  transform: translate(-30%, 100%) rotate(-45deg);
}

.voice__contents.is-active .voice__button span:nth-child(1) {
  transform: translate(-90%, 0) rotate(-45deg);
}

.voice__contents.is-active .voice__button span:nth-child(2) {
  transform: translate(-30%, 0) rotate(45deg);
}

.voice__button:hover {
  background-color: #D7CFB9;
}

.voice__button:hover span {
  background-color: #fff;
}

.page__satooya-know


.faq {
  font-family: "Zen Maru Gothic", sans-serif;
  margin-top: 23.25rem;
}
.faq svg {
  margin-top: -3.125rem;;
}
.faq__title-en {
  width: 7.5rem;
  margin-inline: auto;
}
.faq__title-box{
  background-color: #FAF8F3;
  padding-bottom: 11.25rem;
  padding-top: 6.5625rem;
}
.faq__title-box .faq__title {
  text-align: center;
  margin-top: 0.5em;
  position: relative;
  width: 41.25rem;
  margin-inline: auto;
}
.faq__title-box .faq__title span {
  background: linear-gradient(transparent 60%,rgba(207, 229, 216, 0.5) 60%,rgb(207, 229, 216) 85%,rgba(207, 229, 216, 0.5));
    font-weight: bold;
}
.faq__title-box .faq__title::before,
.faq__title-box .faq__title::after {
  content: '';
  position: absolute;
  bottom: -2rem;
  width: 15.5625rem;
  height: 8.1875rem;
}
.faq__title-box .faq__title::before {
  background: url(../images/common/deco_line-left.png) center / cover no-repeat;
  left: -15vw;
}
.faq__title-box .faq__title::after {
  background: url(../images/common/deco_line-right.png) center / cover no-repeat;
  right: -15vw;
}

.faq__lead {
  background-color: #fff;
  border: 1px dashed #95512A;
  padding: 1em 3em;
  width: 40rem;
  text-align: center;
  margin-inline: auto;
  margin-top: 5rem;
}
.faq__container {
  background-color: #fff;
  margin-top: -10px;
  padding-top: 100px;
  padding-bottom: 16.75rem;
}
.faq__box {
  font-size: 1.25rem;
  margin-bottom: 3rem;
}
.faq__q,
.faq__a {
  display: flex;
  align-items: center;
  padding: 1.6875rem 2.03125rem;
  gap: 1.9375rem;
}
.faq__q {
  background-color: #F5F1E4;
  border-radius: 2rem 2rem 0 0;
}
.faq__a {
  background-color: #FCFBF7;
  border-radius: 0 0 2rem 2rem;
}
.faq__q img,
.faq__a img {
  display: block;
  width: 5.1545625rem;
}

.satooya-know__related {
  background-color: #FDFAF9;
  padding-bottom: 18.396875rem;
  margin-bottom: -18.396875rem;
}
.satooya-know__related .related__links {
  width: 100%;
}
.satooya-know__related .related__links .related__link:last-child a {
  justify-content: flex-start;
  font-size: 0.8em;
  padding-left: 5px;
}

.satooya-flow {
  padding-top: 6.5625rem;
  position: relative;
  background: url(../images/satooya-know/satooya-flow-bg.png) center 0 no-repeat;
  background-size: 72.511875rem auto;
}
.satooya-flow::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 5vw;
  width: 27rem;
  height: 1.3125rem;
  background: url(../images/about/deco_line.png) 0 0 no-repeat;
  background-size: 27rem auto;
}
/* .satooya-flow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 72.511875rem;
  height: 100%;
  background: url(../images/satooya-know/satooya-flow-bg.png) center / cover no-repeat;
  background-size: 72.511875rem auto;
} */
.satooya-flow__inner {
  max-width: 1440px;
}
.satooya-flow__inner-title {
  max-width: 1116px;
  margin-inline: auto;
}
.satooya-flow__content {
  position: relative;
}
.satooya-flow__content img {
  display: block;
}
.satooya-flow-01 img {
  width: 66.3125rem;
  margin-left: auto;
  margin-right: 3rem;
}
.satooya-flow-02 img {
  width: 58.5625rem;
  margin-right: auto;
  margin-left: 1rem;
}
.satooya-flow-03 {
  margin-top: 2.75rem;
}
.satooya-flow-03 img {
  width: 53.875rem;
  margin-left: auto;
  margin-right: 3rem;
}
.satooya-flow-04 {
  margin-top: 9.625rem;
}
.satooya-flow-04 img {
  width: 50.25rem;
  margin-right: auto;
  margin-left: 3rem;
}
.satooya-flow-05 img {
  width: 64.765625rem;
  margin-left: auto;
  margin-right: 1rem;
}
.satooya-flow__text {
  position: absolute;
  width: 26.625rem;
  z-index: 5;
}
.satooya-flow-01 .satooya-flow__text {
  bottom: 8rem;
  right: 9rem;
}
.satooya-flow-02 .satooya-flow__text {
  bottom: 5rem;
  left: 25.5rem;
}
.satooya-flow-03 .satooya-flow__text {
  bottom: 7rem;
  right: 16.5rem;
}
.satooya-flow-04 .satooya-flow__text {
  top: 3.5rem;
  left: 33.3rem;
}
.satooya-flow-05 .satooya-flow__text {
  bottom: 3.5rem;
  right: 25.5rem;
}
.satooya-flow__button {
  display: block;
  border: 1px solid #84A0AE;
  background-color: #BDE6FA;
  color: #887DA0;
  text-align: center;
  border-radius: 3rem;
  padding: 1rem;
  transition: 0.3s;
  width: 21.1705rem;
  margin-top: 1rem;
}
.satooya-flow__button:hover {
  background-color: #50A5CE;
  border: 1px solid #3C697F;
  color: #fff;
}
/* フェードインアニメーション */
.fade-in-target {
  opacity: 0;
  transform: translateY(40px); /* 少し下から上に動かす */
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.fade-in-target.visible {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .satooya-know__about {
    margin-top: 25px;
  }
  .satooya-know__about::after {
    width: 94px;
    height: 115px;
    background-size: 94px auto;
    bottom: auto;
    top: -100px;
    right: 0;
  }
  .satooya-know__about-title {
    font-size: 15px;
  }
  .satooya-know__about {
    padding: 28px;
    border-radius: 1rem;
  }
  .satooya-know__about .satooya-know__text {
    width: 100%;
  }
  .satooya-kinds {
    /* background: url(../images/satooya-know/satooya-kinds_bg-sp.png) center / cover no-repeat; */
    background: none;
    background-color: #fff;
  }
  .satooya-kinds__title {
    justify-content: center;
    margin-right: 0;
    margin-top: -4rem;
  }
  .satooya-kinds__title img {
    width: 85px;
  }
  .voice {
    margin-top: 180px;
  }
  .voice__inner {
    margin-top: 60px;
  }
  .voice__title {
    transform: scale(2);
  }
  .voice__contents {
    flex-direction: column;
    gap: 41px;
  }
  .voice__icon {
    margin: 0 auto;
  }
  .voice__text {
    width: 100%;
    padding: 25px 35px;
  }
  .voice__text::before {
    top: -20px;
    left: 40%;
    transform: rotate(90deg);
  }
  .voice__text {
    border: 1px solid #CAA894;
  }
  .voice__fuki-title {
    font-size: 15px;
  }
  .voice__fuki-text {
    font-size: 13px;
  }

  .other__links {
    padding: 15px;
  }
  .other__link {
    margin-top: 136px;
  }
  .faq {
    margin-top: 78px;
  }
  .faq__title-box {
    padding-bottom: 40px;
  }
  .faq__title-box .faq__title {
    width: 100%;
  }
  .faq__title-box .faq__title::before, .faq__title-box .faq__title::after {
    width: 64.844px;
    height: 34.071px;
    bottom: 0;
  }
  .faq__title-box .faq__title::before {
    left: 6vw;
  }
  .faq__title-box .faq__title::after {
    right: 6vw;
  }
  .faq__lead {
    margin-top: 21px;
    width: 90%;
  }
  .faq__q img, .faq__a img {
    width: 25px;
  }
  .faq__box {
    font-size: 13px;
  }
  .faq__a {
    align-items: flex-start;
  }
  .faq__container {
    padding-bottom: 110px;
  }
  .satooya-flow {
    padding-top: 47px;
    background: none;
  }
  .satooya-flow::before {
    width: 288.096px;
    left: 13%;
  }
  .satooya-kinds__contents {
   display: block;
  }
  .satooya-kinds__content {
    width: 100%;
  }
  .satooya-kinds-01 {
    height: 77vw;
    margin-top: 30px;
    padding: 0;
  }
  .satooya-kinds-01::before {
    background: url(../images/satooya-know/satooya-kinds_01-sp.png) center / cover no-repeat;
    width: 100%;
    height: 100%;
  }

  .satooya-kinds-02 {
    height: 102vw;
    margin-top: 2rem;
    padding: 0;
    padding-right: 3rem;
  }
  .satooya-kinds-02::before {
    background: url(../images/satooya-know/satooya-kinds_02-sp.png) center / cover no-repeat;
    width: 100%;
    height: 100%;
  }

  .satooya-kinds-03 {
    height: 66vw;
    margin-top: 26px;
    padding: 0;
    padding-left: 5rem;
  }
  .satooya-kinds-03::before {
    background: url(../images/satooya-know/satooya-kinds_03-sp.png) center / cover no-repeat;
    width: 100%;
    height: 100%;
  }

  .satooya-kinds-04 {
    height: 69vw;
    margin-bottom: 0;
    margin-top: 46px;
    margin-right: 0;
    padding-right: 8rem;
    padding-top: 0;
  }
  .satooya-kinds-04::before {
    background: url(../images/satooya-know/satooya-kinds_04-sp.png) center / cover no-repeat;
    width: 100%;
    height: 100%;
  }
  .satooya-kinds__name {
    font-size: 15px;
    width: 142px;
  }
  .satooya-kinds__text {
    position: relative;
    margin-top: 15px;
    width: 80%;
    z-index: 2;
  }
  .satooya-kinds__text span {
    font-weight: bold;
    display: block;
  }




  .satooya-flow__content img {
    width: 100%;
    margin: 0;
  }
  .satooya-flow__text {
    font-size: 13px;
    width: 35%;
  }
  .satooya-flow-01 {
    padding-left: 30px;
    margin-right: -30px;
    margin-top: 0;
  }
  .satooya-flow-01 .satooya-flow__text {
    bottom: auto;
    top: 60%;
    right: auto;
    left: 7%;
  }
  .satooya-flow-02 {
    margin-left: -80px;
    margin-top: 100px;
  }
  .satooya-flow-02 img {
    width: 85%;
  }
  .satooya-flow-02 .satooya-flow__text {
    bottom: auto;
    top: 47%;
    left: auto;
    right: 5%;
  }
  .satooya-flow__button {
    padding: 0.3em;
    width: 100%;
  }
  .satooya-flow-03 {
    margin-right: -30px;
    padding-left: 30px;
    margin-top: 100px;
  }
  .satooya-flow-03 .satooya-flow__text {
    bottom: auto;
    top: 35%;
    right: auto;
    left: 7%;
  }
  .satooya-flow-04 {
    margin-left: -130px;
  }
  .satooya-flow-04 img {
    width: 85%;
  }
  .satooya-flow-04 .satooya-flow__text {
    bottom: auto;
    top: 32%;
    left: auto;
    right: 3%;
  }
  .satooya-flow-05 {
    margin-right: -30px;
    padding-left: 30px;
    margin-top: 50px;
  }
  .satooya-flow-05 .satooya-flow__text {
    bottom: auto;
    top: 24%;
    right: auto;
    left: 7%;
  }

}

@media screen and (max-width: 390px) {
  .satooya-kinds-01 {
    height: 75vw;
  }
  .satooya-kinds-02 {
    height: 100vw;
  }
  .satooya-kinds-03 {
    height: 65vw;
  }
  .satooya-kinds-04 {
    height: 66vw;
  }
}
/*
============================================================ */
/* page__tel
============================================================ */

.page__tel {
  background-color: rgba(255, 247, 239, 0.5);
  padding-bottom: 18.396875rem;
  position: relative;
}
.page__tel .tel__title {
  text-align: left;
}
.page__tel .tel__title-pin {
  display: flex;
  justify-content: flex-start;
}

.tel__content {
  margin-top: 3rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
.tel__text {
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
.tel__time {
  margin-top: 3rem;
  font-size: 1.875rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .tel__text {
    font-size: 18px;
  }
  .tel__time {
    font-size: 16px;
  }
}
/*
============================================================ */
/* page__contact thanks
============================================================ */
.thanks__title,
.thanks__text {
  text-align: center;
}
.thanks__title {
  font-size: 1.875rem;
  margin-top: 2rem;
}
.thanks__text {
  font-size: 1.25rem;
  margin-top: 1.125rem;
}
.thanks__top-button {
  display: block;
  margin-top: 5.8125rem;
}
.thanks__top-button a {
  text-align: center;
  width: 17.9464283rem;
  margin-inline: auto;
}

/* リキャプチャ非表示 */
.grecaptcha-badge { visibility: hidden; }
.re-text {
  opacity: 0.7;
  text-align: center;
  margin-top: 2rem;
}