@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400;500&family=Noto+Serif+JP&family=Yomogi&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
li {
  text-decoration: none;
  list-style: none;
}

a {
  text-decoration: none;
}

a,
img,
span {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}

em {
  font-style: normal;
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.tab-only {
  display: none;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .tab-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.spbtm-only {
  display: none;
}
@media (max-width: 350px) {
  .spbtm-only {
    display: block;
  }
}

:root {
  --white: #FFFFFF;
  --beige-white:#F9F8F3;
  --black: #000;
  --top-bg:#F8F6ED;
  --sub-bg:#F7FAED;
  --l-gray:#E9E7E2;
  --gray:#6B6B6B;
  --l-yellow:#FFF9CC;
  --yellow:#FBDF8D;
  --ap-baige:#F9C298;
  --logo-blue:#00AEBB;
  --l-blue:#64D7D5;
  /* --sub-bg:#F7FAED; */
  --baige2:#E3E1CF;
  --text:#282828;
  --orange:#FD9B50;
  --fixed:fixed;
  --absolute: absolute;
  --leading-trim:calc((1em - 1lh)/2);
  --yomogi:"Yomogi", serif;
  --kiwi:"Kiwi Maru", serif;
}

.home .top-about .top-about__text, .home .top-service .top-service__text, .home .top-address .body__dl-wrapper dt, .home .top-address .body__dl-wrapper dd, .sub-menu .menu-disc__text, .sub-concept .menu-disc__text, .sub-concept .concept02__text, body, a {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .home .top-about .top-about__text, .home .top-service .top-service__text, .home .top-address .body__dl-wrapper dt, .home .top-address .body__dl-wrapper dd, .sub-menu .menu-disc__text, .sub-concept .menu-disc__text, .sub-concept .concept02__text, body, a {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.sub-container .sub-contact__text, .sub-container .contact-form .contact-form__title, .container_404 .error__text, .footer .address__text, .footer .address__text--lts, .footer .footer__menu a {
  font-size: 1.6rem;
  line-height: 1.448125;
}
@media screen and (max-width: 768px) {
  .sub-container .sub-contact__text, .sub-container .contact-form .contact-form__title, .container_404 .error__text, .footer .address__text, .footer .address__text--lts, .footer .footer__menu a {
    font-size: 1rem;
    line-height: 1.45;
  }
}

html {
  font-size: 62.5%;
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  html {
    font-size: 0.625vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-weight: 400;
  font-size: 1rem;
  line-height: normal;
  font-family: var(--kiwi);
  color: var(--text);
  letter-spacing: normal;
  text-align: justify;
}

h3, h2 {
  font-weight: 400;
}

a {
  color: var(--text);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
	color:var(--logo-blue);
}

/* p,h2,h3,h4{
  margin-block: g.$leading-trim;
}
 */
.header {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header__inner {
  padding: 2rem;
  max-width: 1420px;
  margin-inline: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__menu {
  gap: 4.4rem;
}

.header__link {
  font-size: 1.6rem;
  line-height: nomal;
  color: var(--logo-blue);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: normal;
  padding-bottom: 0.6rem;
  position: relative;
}
.header__link::after {
  width: 4rem;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  height: 1px;
  background-color: var(--logo-blue);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header__link:hover::after {
    -webkit-transform: translateX(-50%) scaleX(1);
            transform: translateX(-50%) scaleX(1);
  }
}

@media screen and (max-width: 768px) {
  .header .header__inner {
    padding: 2rem 2.1rem;
  }
  .header .header__navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: var(--logo-blue);
    opacity: 0;
    width: 100%;
    position: fixed;
    visibility: hidden;
    top: -100%;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 100;
    overflow: hidden;
    padding: 4rem 1.6rem 4rem 1.6rem;
    gap: 2rem;
    text-align: center;
  }
  .header .sp-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2.2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1000;
  }
  .header .header__link--sp img {
    width: 11rem;
  }
	.header .header__link--sp .line {
    height: 100%;
  }
  .header .header__menu {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .header .header__list {
    padding: 0rem;
  }
  .header .header__list:last-of-type {
    display: flex;
        margin-top: 2rem;
        margin: 0 auto;
        gap: 30px;
  }
  .header .header__link {
    font-size: 1.6rem;
    line-height: 1.4375;
    width: 100%;
  }
  .header .menu__logo {
    display: none;
  }
  .header .menu__logo img {
    aspect-ratio: 33/26;
    width: 4rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  .hamburger {
    cursor: pointer;
    padding: 0.9rem 0.7rem 0.9rem 0.6rem;
    width: 3rem;
    height: 3rem;
    border-radius: 6px;
    border: 1px solid var(--logo-blue);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
  }
  .hamburger .hamburger__line {
    display: grid;
    place-items: center;
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .hamburger .hamburger__line span {
    width: 1.6rem;
    height: 1px;
    display: block;
    position: absolute;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: var(--logo-blue);
    left: 0;
    z-index: 30;
  }
  .hamburger .hamburger__line span:nth-child(1) {
    top: 0rem;
  }
  .hamburger .hamburger__line span:nth-child(2) {
    top: 0.5rem;
    opacity: 1;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .hamburger .hamburger__line span:nth-child(3) {
    top: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .header.open {
    z-index: 10;
  }
  .header.open .header__navbar {
    left: 0;
    top: 0;
    opacity: 1;
    height: 100vh;
    z-index: 500;
    visibility: visible;
  }
  .header.open .sp-header {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header.open .header__logo {
    display: none;
  }
  .header.open .menu__logo {
    display: block;
  }
  .header.open .hamburger {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border: 1px solid var(--white);
  }
  .header.open .header__link {
    color: var(--white);
  }
  .header.open .hamburger__line span {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: var(--white);
  }
  .header.open .hamburger__line span:nth-child(1) {
    -webkit-transform: translateY(0.5rem) rotate(-311deg);
            transform: translateY(0.5rem) rotate(-311deg);
  }
  .header.open .hamburger__line span:nth-child(2) {
    /* display: none; */
    visibility: hidden;
    -webkit-transition: 0s;
    transition: 0s;
    opacity: 0;
  }
  .header.open .hamburger__line span:nth-child(3) {
    -webkit-transform: translateY(-0.5rem) rotate(311deg);
            transform: translateY(-0.5rem) rotate(311deg);
  }
}
@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#header.headerFixed {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation-name: headerFixed;
          animation-name: headerFixed;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes headerFixed {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes headerFixed {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#header.removing {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: headerRemove 1s forwards;
          animation: headerRemove 1s forwards; /* 逆アニメーション */
}

@-webkit-keyframes headerRemove {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

@keyframes headerRemove {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
.footer {
  position: relative;
  z-index: 1;
}
.footer .footer__bg {
  padding-block: 16rem 9rem;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/top/pc/top-footer__bg.webp) no-repeat top/cover;
  aspect-ratio: 1600/410;
  width: 100%;
}
.footer .cta {
  max-width: min(630px, 100%);
  margin-inline: auto;
}
.footer .cta__title {
  font-size: 4rem;
  line-height: 1.4475;
  color: var(--black);
  text-align: center;
}
.footer .cta__text {
  margin-top: 6rem;
  letter-spacing: 0.06em;
  font-size: 1.8rem;
  line-height: 2;
  color: #342d24;
  text-align: center;
}
.footer .footer-content {
  margin-top: 8rem;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1600/71;
  background: url(../images/common/pc/footer__line.svg) no-repeat center/cover;
}
.footer .footer-content__wrapper {
  max-width: min(1420px, 89%);
  margin-inline: auto;
  padding-top: 16rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer-content__address {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
.footer address {
  text-align: left;
  font-style: normal;
}
.footer .address__title {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.3em;
  color: var(--logo-blue);
  margin-bottom: 0.4rem;
}
.footer .address__text {
  color: var(--logo-blue);
  padding-top: 0.8rem;
}
.footer .address__text--lts {
  letter-spacing: 0.05em;
  color: var(--logo-blue);
}
.footer .footer__logo img {
  aspect-ratio: 100/79;
  width: 10rem;
}
.footer .copy {
  padding-block: 2.6rem;
  background: var(--logo-blue);
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4375;
  color: var(--beige-white);
}
.footer .footer__menu {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  row-gap: 1.5rem;
  display:block;
	width:31.3%;
}
.footer .footer__menu li {
  width: 31.3%;
}
.footer .footer__menu li + li{
	margin-top:10px;
}
.footer .footer__menu li:nth-of-type(3) {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.footer .footer__menu a {
  color: var(--logo-blue);
  letter-spacing: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .footer .footer__menu a:hover {
    scale: 1.01;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer__bg {
    padding-block: 12rem 2rem;
    background: url(../images/top/sp/top-footer__bg.webp) no-repeat top/cover;
    aspect-ratio: 375/403;
  }
  .footer .cta {
    max-width: 30rem;
  }
  .footer .cta__title {
    font-size: 2rem;
    line-height: 1.445;
  }
  .footer .cta__text {
    margin-top: 2rem;
    letter-spacing: normal;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: justify;
    max-width: 21.8rem;
    margin-inline: auto;
  }
  .footer .btn {
    width: 21.8rem;
    margin-top: 3rem;
  }
  .footer .btn--orange::before {
    left: 0%;
  }
  .footer .btn--orange .btn__link {
    padding-right: 1.5rem;
  }
  .footer .btn--orange.arrow::after {
    right: 0%;
  }
  .footer .footer-content {
    margin-top: 6rem;
  }
  .footer .footer-content::before {
    aspect-ratio: 375/17;
    background: url(../images/common/sp/footer__line.svg) no-repeat center/cover;
    right: 0;
  }
  .footer .footer-content__wrapper {
    width: 30rem;
    display: block;
    max-width: 100%;
    padding-top: 3.8rem;
  }
  .footer .footer-content__address {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .address__title {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 0;
  }
  .footer .address__text {
    padding-top: 0rem;
  }
  .footer .footer__logo img {
    aspect-ratio: 50/40;
    width: 5rem;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .footer .copy {
    padding-block: 1rem;
    font-size: 1rem;
    line-height: 1.45;
  }
  .footer .footer__menu {
    display: none;
  }
}

.floating a {
  display: block;
  aspect-ratio: 180/147;
  width: 18rem;
}
@media (hover: hover) and (pointer: fine) {
  .floating a:hover {
    -webkit-filter: drop-shadow(2px 2px 5px #6b6b6b);
            filter: drop-shadow(2px 2px 5px #6b6b6b);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .floating {
    display: none;
  }
}

.sub-footer {
  margin-top: 0;
}
.sub-footer .footer__bg {
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/sub/pc/sub-footer__bg.svg) no-repeat top/cover;
  aspect-ratio: 1600/410;
  width: 100%;
  max-height: 33.5rem;
}
.sub-footer .footer-content {
  margin-top: 0rem;
}
.sub-footer .footer-content::before {
  content: none;
}
.sub-footer .footer-content__wrapper {
  padding-bottom: 7.2rem;
}
@media screen and (max-width: 768px) {
  .sub-footer .footer__bg {
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(../images/sub/sp/sub-footer__bg.svg) no-repeat top/cover;
    aspect-ratio: 375/134;
    width: 100%;
    max-height: 11rem;
  }
  .sub-footer .footer-content {
    margin-top: 0rem;
  }
  .sub-footer .footer-content::before {
    content: none;
  }
  .sub-footer .footer-content__wrapper {
    padding-bottom: 2rem;
  }
}

.archive__pagenation {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.archive__pagenation .pagination-icon {
  display: grid;
  place-items: center;
  width: max(4rem, 40px);
  aspect-ratio: 1/1;
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--white);
  background: var(--gray);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.archive__pagenation .pagination-icon:hover, .archive__pagenation .pagination-icon:focus {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.archive__pagenation .pager {
  display: grid;
  place-items: center;
  border-radius: 50%;
  padding: 0.8rem 1.2rem;
  width: max(4rem, 40px);
  aspect-ratio: 1/1;
  font-size: max(1.6rem, 16px);
  line-height: 1.5;
  background: var(--gray);
  color: var(--white);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.archive__pagenation .prev-icon img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 2rem;
  height: 1.5rem;
}
.archive__pagenation .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  gap: 0.8rem;
}
.archive__pagenation .current {
  color: var(--gray);
  background: var(--white);
}

.page_num {
  display: none;
}

@media screen and (min-width: 601px) and (max-width: 768px) {
  .archive__pagenation {
    margin-top: 2.4rem;
  }
  .archive__pagenation .pagination-icon {
    width: 3.2rem;
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
  .archive__pagenation .pagination-icon img {
    width: 1.6rem;
    height: 1.2rem;
  }
  .archive__pagenation .pager {
    padding: 0.7rem 1.3rem;
    width: 3.2rem;
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
  .archive__pagenation .prev-icon img {
    width: 1.6rem;
    height: 1.2rem;
  }
}
.fixed {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  position: fixed;
  bottom: 25%;
  right: 2rem;
  z-index: 100;
  height: 19.1rem;
  width: 19rem;
}
.fixed a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.fixed a:hover {
  -webkit-filter: none;
          filter: none;
}
.fixed .default-image {
  display: block;
  margin-top: auto;
}
.fixed .hover-image {
  display: none;
}
.fixed a:hover .default-image {
  display: none;
}
.fixed a:hover .hover-image {
  display: block;
}
.fixed img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  /*  position: absolute;
   bottom: 0;
   aspect-ratio: 190/191; */
}

.fixed.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  visibility: visible;
}

/* .scale{
    transition: transform 0.3s ease;
    border-radius: 16px;
    display: block;
    overflow: hidden;
    img{
        transition: transform 0.3s ease;
        @media (hover: hover) and (pointer: fine) {
          &:hover {
            transform: scale(1.05);
            transition: 0.3s;
          }
        }
    }
} */
.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 5;
}
.btn::before {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  background: url(../images/common/pc/btn__bg.svg) no-repeat center/cover;
  width: 6.6rem;
  aspect-ratio: 66/65;
  top: 50%;
  left: -12%;
  margin-right: -1.5rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: rotate 0.2s ease;
  transition: rotate 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover::before {
    rotate: 5deg;
    -webkit-transition: rotate 0.2s ease;
    transition: rotate 0.2s ease;
  }
  .btn:hover .btn__link {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
}
@media screen and (max-width: 768px) {
  .btn::before {
    width: 4.6rem;
    left: 5%;
    background-size: contain;
  }
  .btn .btn__link {
    letter-spacing: normal;
  }
}

.arrow {
  right: 0;
}
.arrow::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0.6rem;
  top: 16%;
  width: 8.5rem;
  height: 1.2rem;
  border: 1px solid var(--text);
  border-top: none;
  border-left: none;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  z-index: 1;
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .arrow:hover::after {
    right: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .arrow::after {
    width: 4rem;
    height: 0.6rem;
    /* right: rem(28); */
    right: 0.3rem;
  }
}

.btn--orange {
  margin-top: 6rem;
  width: 31.7rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
}
.btn--orange::before {
  background: url(../images/common/pc/contactBtn__bg.svg) no-repeat center/cover;
  left: 10%;
}
.btn--orange .btn__link {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .btn--orange {
    margin-top: 2rem;
    width: 21.8rem;
  }
  .btn--orange::before {
    left: 5%;
  }
  .btn--orange .btn__link {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.btn--orange.arrow::after {
  right: -2.6rem;
}
@media (hover: hover) and (pointer: fine) {
  .btn--orange.arrow:hover::after {
    right: -3.1rem;
  }
}
@media screen and (max-width: 768px) {
  .btn--orange.arrow::after {
    right: -1rem;
    top: 32%;
  }
}

.breadnav {
  margin-top: 1.6rem;
  margin-left: 1.6rem;
}
.breadnav .breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
.breadnav .breadcrumb span {
  font-size: 1.4rem;
  color: var(--white);
}
.breadnav .partition {
  display: block;
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .breadnav {
    margin-top: 0.8rem;
    margin-right: 1.6rem;
  }
  .breadnav .breadcrumb {
    gap: 0.4rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .breadnav .breadcrumb span {
    font-size: 1.2rem;
  }
}

.wrapper {
  max-width: min(800px, 65%);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .wrapper {
    max-width: 100%;
  }
}

.logo img {
  aspect-ratio: 90/71;
  width: 9rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .logo img:hover {
    /*  filter: drop-shadow(2px 2px 5px #6b6b6b); */
    -webkit-transition: 0.3s;
    transition: 0.3s;
    scale: 1.01;
  }
}
@media screen and (max-width: 768px) {
  .logo {
    position: relative;
    z-index: 100;
  }
  .logo img {
    aspect-ratio: 33/26;
    width: 4rem;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.sub-title {
  margin-top: 25rem;
  text-transform: uppercase;
  color: var(--logo-blue);
  text-align: center;
}
.sub-title .sub-title__en {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.45;
  display: block;
}
.sub-title .sub-title__ja {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.45;
  display: block;
}

.sub-container {
  margin-top: 15rem;
  background: url(../images/sub/pc/sub__bg-btm.svg) no-repeat top/cover;
  width: 100%;
  height: 100%;
}

.sub__bg--beige {
  background-color: var(--beige-white);
}

.sub__bg {
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1600/835;
  width: 100%;
}
.sub__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/sub/pc/sub__bg-top.webp) no-repeat top/cover;
  aspect-ratio: 1600/835;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sub-container {
    margin-top: 8.5rem;
    background: url(../images/sub/sp/sub__bg-btm.svg) no-repeat top/cover;
  }
  .sub__bg {
    aspect-ratio: 885/556;
    height: 39.3rem;
  }
  .sub__bg::before {
    background: url(../images/sub/sp/sub__bg-top.svg) no-repeat center/cover;
    aspect-ratio: 996/579;
    width: 100%;
  }
  .sub-title {
    margin-top: 10.5rem;
  }
  .sub-title .sub-title__en {
    font-size: 2.8rem;
    line-height: 1.4285714286;
  }
  .sub-title .sub-title__ja {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
}
.page-template-page-concept,
.page-template-page-contact,
.page-template-page-beaty,
.page-template-page-acupuncture,
.page-template-page-selfcheck {
  background: var(--beige-white);
}

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

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

.flow-acupuncture {
  margin-top: 16rem;
  margin-bottom: 20rem;
}
.flow-acupuncture--pink .flow-acupuncture__item-head::after {
  background: url(../images/sub/pc/beaty-flow__pink.svg) no-repeat top/cover;
}
.flow-acupuncture--pink .flow-acupuncture__item-title,
.flow-acupuncture--pink .flow-acupuncture__item-price-text,
.flow-acupuncture--pink .flow-acupuncture__item-price-number,
.flow-acupuncture--pink .flow-acupuncture__item-price-unit {
  color: #f78a8c;
}
.flow-acupuncture--orange .flow-acupuncture__item-head::after {
  background: url(../images/sub/pc/beaty-flow__orange.svg) no-repeat top/cover;
}
.flow-acupuncture--orange .flow-acupuncture__item-title,
.flow-acupuncture--orange .flow-acupuncture__item-price-text,
.flow-acupuncture--orange .flow-acupuncture__item-price-number,
.flow-acupuncture--orange .flow-acupuncture__item-price-unit {
  color: #fd9b50;
}
.flow-acupuncture__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
  margin-top: -4rem;
}
.flow-acupuncture__item {
  position: -webkit-sticky;
  position: sticky;
  background: #f9f8f3;
  top: calc(var(--offset) + 15rem);
  height: calc(var(--height) - var(--offset));
  margin-top: var(--minusMargin);
}
.flow-acupuncture__item-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-bottom: 1.4rem;
  padding-top: 4rem;
}
.flow-acupuncture__item-head::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.6rem;
  background: url(../images/sub/pc/beaty-flow__pink.svg) no-repeat top/cover;
  display: block;
  z-index: 10;
}
.flow-acupuncture__item-head::after {
  bottom: 0;
}
.flow-acupuncture__item-title {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.flow-acupuncture__item-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flow-acupuncture__item-price-text {
  color: #f78a8c;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 1rem;
}
.flow-acupuncture__item-price-number {
  color: #f78a8c;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-left: 2rem;
}
.flow-acupuncture__item-price-unit {
  color: #f78a8c;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.flow-acupuncture__item-body {
  margin-top: 4rem;
}
.flow-acupuncture__item-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
.flow-acupuncture__item-col-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flow-acupuncture__item-col-text {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
.flow-acupuncture__item-col-course {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}
.flow-acupuncture__item-col-course-title {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1rem 1.3rem;
  border: 0.1rem solid var(--text);
  border-radius: 1rem;
  position: relative;
  top: -0.2rem;
}
.flow-acupuncture__item-col-course-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.flow-acupuncture__item-col-course-list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow-acupuncture__item-col-course-list dl dt,
.flow-acupuncture__item-col-course-list dl dd {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
.flow-acupuncture__item-col-course-list dl dt span,
.flow-acupuncture__item-col-course-list dl dd span {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
.flow-acupuncture__item-col-course-list dl dd {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow-acupuncture__item-col-course-list dl dd::before {
  content: "";
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0;
  display: block;
  z-index: 10;
  border-bottom: 1px dashed var(--text);
  margin-inline: 2rem 3rem;
}
.flow-acupuncture__item-col-img {
  width: 20rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .flow-acupuncture {
    margin-bottom: 12rem;
  }
  .flow-acupuncture__list {
    max-width: calc(100% - 7.6rem);
    margin-inline: auto;
    margin-top: -2rem;
    gap: 4rem;
  }
  .flow-acupuncture__item {
    position: relative;
    top: auto !important;
    height: auto !important;
    margin-top: 0 !important;
  }
  .flow-acupuncture__item-head {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .flow-acupuncture__item-title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .flow-acupuncture__item-price {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flow-acupuncture__item-price-text {
    display: none;
  }
  .flow-acupuncture__item-price-number {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .flow-acupuncture__item-price-unit {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 0.2rem;
  }
  .flow-acupuncture__item-price .u-desktop {
    display: none;
  }
  .flow-acupuncture__item-body {
    margin-top: 4rem;
  }
  .flow-acupuncture__item-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 4rem;
  }
  .flow-acupuncture__item-col-img {
    width: calc(100% - 0.1rem);
    margin-inline: auto;
  }
  .flow-acupuncture__item-col-img img {
    aspect-ratio: 300/200;
    width: 100%;
    border-radius: 3rem;
  }
  .flow-acupuncture__item-col-text {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .flow-acupuncture__item-col-course {
    margin-top: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .flow-acupuncture__item-col-course-title {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.2rem 1.4rem;
    border-radius: 1rem;
    border: 1px solid var(--text);
  }
  .flow-acupuncture__item-col-course-list {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .flow-acupuncture__item-col-course-list dl dt,
  .flow-acupuncture__item-col-course-list dl dd {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .flow-acupuncture__item-col-course-list dl dt span,
  .flow-acupuncture__item-col-course-list dl dd span {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .flow-acupuncture__item-col-course-list dl dd::before {
    margin-inline: 2rem;
  }
}

.coupon {
  padding-block: 15.4rem;
  background: url(../images/sub/pc/coupon__bg.svg) no-repeat top/cover;
}
.coupon__body {
  margin-top: 2rem;
  max-width: min(1080px, 90%);
  margin-inline: auto;
}
.coupon__sub-title {
  color: var(--text);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.25rem;
  width: 40em;
  height: 3em;
  border-radius: 3em;
  border: 1px solid var(--orange);
  background: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-inline: auto;
  margin-top: 4rem;
  z-index: 1;
  position: relative;
}
.coupon__sub-title .orange {
  color: #fd9b50;
}
.coupon__sub-title .pink {
  color: #f78a8c;
}
.coupon__content {
  width: 100%;
  padding: 11rem 14rem 8rem;
  border-radius: 6.25rem;
  border: 1px solid #fd9b50;
  background: #fff;
  margin-top: -3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	justify-content:center;
  gap: 4rem;
}
.coupon__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  width: calc(50% - 2rem);
}
.coupon__col--orange .coupon__item-title {
  color: #fd9b50;
}
.coupon__col--orange .coupon__item-title::before {
  background: url(../images/sub/pc/coupon-orange.svg) no-repeat top/cover;
}
.coupon__col--pink .coupon__item-title {
  color: #f78a8c;
}
.coupon__col--pink .coupon__item-title::before {
  background: url(../images/sub/pc/coupon-pink.svg) no-repeat top/cover;
}
.coupon__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.coupon__item-title {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  left: 0;
  padding-bottom: 0.5384615385em;
  position: relative;
}
.coupon__item-title::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.6rem;
}
.coupon__item-text {
  color: var(--text);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 1rem;
}
.coupon__text {
  color: var(--text);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 2rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .coupon {
    padding-block: 12rem;
    margin-block: -5rem;
    background: url(../images/sub/sp/coupon__bg-sp.svg) no-repeat top/cover;
  }
  .coupon__body {
    margin-top: 0;
    max-width: 34.5rem;
  }
  .coupon__col {
    width: 100%;
  }
  .coupon__sub-title {
    max-width: 30rem;
    width: 100%;
    margin-inline: auto;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    height: 7rem;
    display: block;
    padding-top: 1.1rem;
    padding-left: 2.8rem;
    gap: 0;
    margin-top: 0;
  }
  .coupon__content {
    padding: 5.5rem 2rem 4rem;
    gap: 4rem;
    margin-top: -3.5rem;
    border-radius: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .coupon__item-title {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-bottom: 1.4rem;
  }
  .coupon__item-text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .coupon__title {
    max-width: 35.5rem;
    margin-inline: auto;
  }
  .coupon__text {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 1rem;
    text-align: center;
  }
}

.service-flow {
  margin-top: 20rem;
  max-width: min(1080px, 90%);
  margin-inline: auto;
}
.service-flow__inner {
  position: relative;
  width: 100%;
  padding: 6.3rem 14rem;
  z-index: 1;
}
.service-flow__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border: 1px solid var(--text);
  z-index: -1;
}
.service-flow__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border: 1px solid var(--text);
  z-index: -1;
}
.service-flow__title {
  color: var(--text);
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.4375em;
  text-align: center;
}
.service-flow__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8rem;
  max-width: 80rem;
  margin-inline: auto;
}
.service-flow__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-flow__item + .service-flow__item .service-flow__item-step {
  position: relative;
}
.service-flow__item + .service-flow__item .service-flow__item-step::before {
  content: "";
  position: absolute;
  right: calc(100% + 3.8rem);
  top: 14rem;
  width: 2rem;
  height: 1rem;
  background: url(../images/sub/pc/arrow-right-orange.svg) no-repeat top/cover;
}
.service-flow__item-step {
  width: 8rem;
  margin-inline: auto;
}
.service-flow__item-text {
  margin-top: auto;
  color: var(--text);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .service-flow {
    max-width: 34.5rem;
    margin-inline: auto;
    margin-top: 12rem;
  }
  .service-flow__inner {
    padding: 4.5rem 3rem;
  }
  .service-flow__col {
    margin-top: 4rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service-flow__col--02 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.8rem;
  }
  .service-flow__title {
    font-size: 2.6rem;
    line-height: 1.4615384615;
  }
  .service-flow__item-step {
    width: 5rem;
  }
  .service-flow__item-text {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .service-flow__item + .service-flow__item .service-flow__item-step::before {
    width: 2rem;
    height: 1rem;
    top: 8.6rem;
    right: calc(100% + 2rem);
  }
}

.voice {
  padding-block: 20rem;
  /*  @media (769px <= width <= 1024px) {
     &__item {
       display: flex;
       gap: rem(20);
       &:nth-of-type(2n) {
         flex-direction: row-reverse;

         .voice__item {
           &-body {
             padding-inline: rem(30) rem(70);
           }
         }
       }
     }
   } */
}
.voice__title {
  color: var(--text);
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.4375em;
  letter-spacing: 0;
  text-align: center;
}
.voice__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
  margin-top: 8rem;
}
.voice__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  position: relative;
  z-index: 0;
  /*   &-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
  } */
}
.voice__item:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.voice__item:nth-of-type(2n) .voice__item {
  /*   &-bg {
    transform: scale(-1, 1);
  } */
}
.voice__item:nth-of-type(2n) .voice__item-body {
  padding-inline: 3.2rem;
}
.voice__item:nth-of-type(2n) .voice__item-body::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  right: -4rem;
  left: unset;
}
.voice__item:nth-of-type(2n) .voice__item-title, .voice__item:nth-of-type(2n) .voice__item-text {
  margin-left: auto;
}
.voice__item-img {
  width: 14rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.voice__item-body {
  position: relative;
  background: #F5F3EA;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(40, 40, 40, 0.4);
          box-shadow: 0px 2px 2px 0px rgba(40, 40, 40, 0.4);
  border-radius: 3rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-block: 3rem 2.5rem;
  padding-inline: 3.2rem 3.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.voice__item-body::before {
  content: "";
  background-image: url(../images/sub/pc/sankaku.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(40, 40, 40, 0.4));
          filter: drop-shadow(2px 2px 2px rgba(40, 40, 40, 0.4));
  aspect-ratio: 40/20;
  bottom: 2rem;
  left: -4rem;
  width: 4rem;
  z-index: -1;
}
.voice__item-title {
  color: var(--text);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  width: 54rem;
}
.voice__item-text {
  color: var(--text);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-block: auto;
}
@media screen and (max-width: 768px) {
  .voice {
    padding-block: 12rem 8rem;
  }
  .voice__title {
    font-size: 2.6rem;
    line-height: 1.4615384615;
  }
  .voice__col {
    margin-top: 4rem;
    max-width: 30rem;
    margin-inline: auto;
    gap: 2rem;
  }
  .voice__item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 0;
  }
  .voice__item:nth-of-type(2n) .voice__item-title, .voice__item:nth-of-type(2n) .voice__item-text {
    margin-inline: auto;
  }
  .voice__item-body {
    height: auto;
    padding: 3.5rem 3rem !important;
    border-radius: 1rem;
    background: #f5f3ea;
    margin-top: -2.3rem;
    -webkit-box-shadow: 0px 0.2rem 0.2rem 0px rgba(40, 40, 40, 0.4);
            box-shadow: 0px 0.2rem 0.2rem 0px rgba(40, 40, 40, 0.4);
  }
  .voice__item-body::before {
    content: none;
  }
  .voice__item-bg {
    display: none;
  }
  .voice__item-img {
    position: relative;
    width: 6rem;
    margin-inline: auto;
    z-index: 2;
  }
  .voice__item-title {
    font-size: 2rem;
    line-height: 1.45;
    width: auto;
  }
  .voice__item-text {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 1rem;
    width: auto;
  }
}

.faq {
  padding-block: 16rem 20rem;
  margin-bottom: -7rem;
  background: #ebe9dc;
}
.faq__title {
  color: var(--logo-blue);
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.4375em;
  letter-spacing: 0;
  text-align: center;
}
.faq__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  margin-top: 9.2rem;
}
.faq__item {
  position: relative;
  padding: 2.5rem 4.8rem 2.5rem 8.8rem;
  border-radius: 2.5rem;
  background: #f9f8f3;
}
.faq__item summary {
  position: relative;
  color: var(--text);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  list-style: none;
}
.faq__item summary::before {
  content: "Q";
  display: block;
  color: var(--logo-blue);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4333333333em;
  top: -1.2rem;
  right: calc(100% + 1.6rem);
  position: absolute;
}
.faq__item summary::-webkit-details-marker {
  display: none;
}
.faq__item summary::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  top: 50%;
  right: 0;
  width: 1.6rem;
  height: 1.4rem;
  background: url(../images/sub/pc/blue-polygon.svg) no-repeat center center/cover;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.faq__item[open] summary::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  background: url(../images/sub/pc/orange-polygon.svg) no-repeat center center/cover;
}
.faq__item p {
  position: relative;
  color: var(--text);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4375em;
  letter-spacing: 0;
  margin-top: 1.7rem;
  padding-bottom: 0.7rem;
}
.faq__item p::before {
  content: "A";
  display: block;
  color: #fd9b50;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.45em;
  top: -0.5rem;
  right: calc(100% + 2rem);
  position: absolute;
}
@media screen and (max-width: 768px) {
  .faq {
    padding-block: 8rem 8rem;
    margin-bottom: -2rem;
  }
  .faq__title {
    font-size: 2.6rem;
    line-height: 1.4615384615;
  }
  .faq__col {
    margin-top: 8rem;
    gap: 2rem;
    max-width: 34.5rem;
    margin-inline: auto;
  }
  .faq__item {
    padding: 2.4rem 2.2rem;
    border-radius: 4rem;
  }
  .faq__item summary {
    font-size: 1.6rem;
    line-height: 1.4375;
    padding-top: 0.6rem;
    padding-left: 2.6rem;
    padding-right: 3.5rem;
  }
  .faq__item summary::after {
    top: 0.9rem;
    right: 0;
    -webkit-transform: translateY(0%) rotate(180deg);
            transform: translateY(0%) rotate(180deg);
  }
  .faq__item summary::before {
    top: 0;
    left: 0;
    right: auto;
    font-size: 2rem;
    line-height: 1.45;
  }
  .faq__item[open] summary::after {
    -webkit-transform: translateY(0%) rotate(0);
            transform: translateY(0%) rotate(0);
  }
  .faq__item p {
    font-size: 1.4rem;
    line-height: 1.6666666667;
    margin-top: 1.3rem;
    padding-left: 2.6rem;
  }
  .faq__item p::before {
    top: 0.2rem;
    left: 0;
    right: auto;
    font-size: 1.6rem;
    line-height: 1.4375;
  }
}

.error__bg {
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1600/1307;
  width: 100%;
}
.error__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  /* height: rem(1044); */
  background: url(../images/sub/pc/404__bg.svg) no-repeat top/cover;
  aspect-ratio: 1600/1307;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.container_404 .error {
  margin-block: 20rem 16rem;
  max-width: min(600px, 50%);
  margin-inline: auto;
  text-align: center;
}
.container_404 .error__text:last-of-type {
  margin-top: 8rem;
}
.container_404 .error__text--big {
  font-size: 3.2rem;
  line-height: 1.4375;
}
.container_404 .btn {
  margin-top: 8rem;
}
.container_404 .btn__link {
  text-transform: uppercase;
}
.container_404 .btn--orange::before {
  left: 23%;
}
.container_404 .btn--orange.arrow::after {
  right: 2.1rem;
}
@media (hover: hover) and (pointer: fine) {
  .container_404 .btn--orange.arrow:hover::after {
    right: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .error__bg {
    aspect-ratio: unset;
    bottom: 0;
    height: 100%;
  }
  .error__bg::before {
    height: 100%;
    background: url(../images/sub/sp/404__bg.svg) no-repeat top/cover;
    /* aspect-ratio: 375/692; */
    aspect-ratio: unset;
    width: 100%;
    bottom: 0;
  }
  .error404 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100vh;
  }
  .error404 .header__inner {
    padding: min(2rem, 20px);
  }
  .error404 .sub-title {
    margin-top: min(10.5rem, 150px);
  }
  .error404 .sub-footer {
    margin-top: auto;
  }
  .container_404 .error {
    /*  margin-block: rem(76) rem(80); */
    margin-block: 76px 80px;
    max-width: 75%;
  }
  .container_404 .error__text {
    font-size: min(21px, 1.4rem);
    line-height: 1.5;
  }
  .container_404 .error__text:last-of-type {
    margin-top: min(40px, 4rem);
  }
  .container_404 .error__text--big {
    font-size: min(32px, 2rem);
    line-height: 1.45;
  }
  .container_404 .btn {
    margin-top: min(40px, 4rem);
  }
  .container_404 .btn--orange {
    width: 15rem;
  }
  .container_404 .btn--orange::before {
    left: 7%;
  }
  .container_404 .btn--orange.arrow::after {
    right: -1rem;
  }
}
.sub-menu {
  padding-top: 27.7rem;
}
.sub-menu .menu-disc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
}
.sub-menu .menu-disc__title {
  text-align: center;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.5;
}
.sub-menu .body__img {
  display: block;
  aspect-ratio: 1/1;
}
.flow {
  margin-top: 20rem;
}
@media screen and (max-width: 768px) {
  .flow {
    margin-top: 16rem;
  }
}

@media screen and (max-width: 768px) {
  .sub-menu {
    padding-top: 14.5rem;
  }
  .sub-menu .menu-disc {
    gap: 4rem;
  }
  .sub-menu .menu-disc__title {
    font-size: 2rem;
    line-height: 1.75;
    letter-spacing: 0.3em;
  }
  .sub-menu .menu-disc__img {
    width: 20rem;
    margin-inline: auto;
  }
  .sub-menu .menu-disc__img img {
    width: 100%;
  }
  .sub-menu .menu-disc__text {
    padding-inline: 3.7rem;
    letter-spacing: 0.1em;
  }
}
.sub-beaty .menu-disc__img {
  aspect-ratio: 320/382;
}
.sub-beaty .service-flow {
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .sub-beaty .menu-disc__img {
    aspect-ratio: 167/200;
  }
  .sub-beaty .service-flow {
    padding-bottom: 5rem;
  }
}

.sub-concept {
  padding-top: 17.1rem;
}
.sub-concept .menu-disc {
  margin-inline: auto;
  max-width: min(890px, 65%);
}
.sub-concept .menu-disc__wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 3rem;
}
.sub-concept .menu-disc__title {
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.3em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sub-concept .menu-disc__img {
  aspect-ratio: 213/186;
  width: 21.3rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.sub-concept .menu-disc__text {
  letter-spacing: 0.3em;
  margin-top: 12rem;
  padding-right: 8rem;
}
.sub-concept .menu-disc__text:last-child {
  margin-top: 8rem;
}
.sub-concept .concept02 {
  margin-top: 8rem;
}
.sub-concept .concept02__img-wrapper {
  position: relative;
}
.sub-concept .concept02__img-text {
  font-weight: 500;
  text-align: center;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0%;
  margin-top: 28rem;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.3em;
  color: var(--orange);
}
.sub-concept .concept02__img {
  display: block;
  aspect-ratio: 900/904;
  width: 90rem;
  margin-inline: auto;
}
.sub-concept .concept02__text-wrapper {
  margin-top: 8rem;
}
.sub-concept .concept02__text {
  letter-spacing: 0.3em;
  color: var(--black);
}
.sub-concept .concept02__text:not(.sub-concept .concept02__text:first-of-type) {
  margin-top: 8rem;
}
.sub-concept .staff {
  margin-top: 16rem;
  max-width: min(1400px, 90%);
  margin-inline: auto;
  border-radius: 8.75rem;
  background: var(--white);
  padding-block: 7rem 8rem;
}
.sub-concept .staff__wrapper {
  width: 100%;
}
.sub-concept .staff__title {
  color: var(--logo-blue);
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.sub-concept .staff__copy-title {
  color: var(--text);
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.25em;
  text-align: center;
}
.sub-concept .staff__copy-title-line {
  margin-top: 1rem;
  width: 100%;
  display: block;
}
.sub-concept .staff__copy-text {
  margin-top: 4rem;
}
.sub-concept .staff__copy-text p {
  color: var(--text);
  font-size: 1.6rem;
  line-height: 1.5;
}
.sub-concept .staff__copy-text p + p {
  margin-top: 1.5em;
}
.sub-concept .staff__list {
  margin-top: 8rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16rem;
}
.sub-concept .staff__item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2.4rem;
  margin-top: 4rem;
}
.sub-concept .staff__item-inner--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-concept .staff__item-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sub-concept .staff__item-table {
  width: 100%;
}
.sub-concept .staff__item-table dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.sub-concept .staff__item-table dl + dl {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--text);
}
.sub-concept .staff__item-table dl dt,
.sub-concept .staff__item-table dl dd {
  color: var(--text);
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
}
.sub-concept .staff__item-table dl dt {
  width: 6.4rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.sub-concept .staff__item-table dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sub-concept .staff__item-profile {
  width: 26em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sub-concept .staff__item-profile--reverse {
  width: 25em;
}
.sub-concept .staff__item-profile-img {
  width: 100%;
}
.sub-concept .staff__item-profile-name {
  color: var(--text);
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
}
.sub-concept .staff__item-profile-position {
  color: var(--text);
  font-size: 1.4rem;
  line-height: 1.5;
}
.sub-concept .staff__item-title {
  color: var(--text);
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--text);
}
.sub-concept .staff__item-text p {
  margin-top: 4rem;
  color: var(--text);
  font-size: 1.6rem;
  line-height: 2;
}
.sub-concept .staff__item-text p + p {
  margin-top: 1.5em;
}
.sub-concept .staff__bg {
  margin-top: 8rem;
  max-width: min(1080px, 90%);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sub-concept {
    padding-top: 5.2rem;
  }
  .sub-concept .menu-disc {
    padding-inline: 3.75rem;
    max-width: 100%;
  }
  .sub-concept .menu-disc__wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0rem;
  }
  .sub-concept .menu-disc__title {
    font-size: 2rem;
    line-height: 1.5;
  }
  .sub-concept .menu-disc__img {
    aspect-ratio: 97/85;
    width: 9.7rem;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
  .sub-concept .menu-disc__text {
    margin-top: 4rem;
    padding-right: 0rem;
    letter-spacing: 0.1em;
  }
  .sub-concept .menu-disc__text:last-child {
    margin-top: 4rem;
  }
  .sub-concept .concept02 {
    margin-top: 4rem;
  }
  .sub-concept .concept02__img-text {
    margin-top: 7.7rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .sub-concept .concept02__img {
    width: 30rem;
  }
  .sub-concept .concept02__text-wrapper {
    margin-top: 4rem;
    padding-inline: 3.75rem;
  }
  .sub-concept .concept02__text:not(.sub-concept .concept02__text:first-of-type) {
    margin-top: 4rem;
  }
  .sub-concept .staff {
    margin-top: 5rem;
    border-radius: 4rem;
    padding: 7.2rem 2.2rem 4rem;
    max-width: 100%;
    width: calc(100% - 3rem);
  }
  .sub-concept .staff__title {
    font-size: 2.6rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .sub-concept .staff__copy-title {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: left;
    margin-bottom: 1rem;
  }
  .sub-concept .staff__copy-text {
    margin-top: 2rem;
  }
  .sub-concept .staff__copy-text p {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: justify;
  }
  .sub-concept .staff__list {
    gap: 8rem;
    margin-top: 5.6rem;
  }
  .sub-concept .staff__item-inner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10rem;
  }
  .sub-concept .staff__item-profile {
    width: 100%;
    margin-inline: auto;
    padding-inline: 2rem;
  }
  .sub-concept .staff__item-profile-img {
    width: 26rem;
    margin-inline: auto;
  }
  .sub-concept .staff__item-profile-img--reverse {
    width: 25rem;
  }
  .sub-concept .staff__item-body {
    width: 100%;
  }
  .sub-concept .staff__item-table {
    width: 100%;
  }
  .sub-concept .staff__item-table dl {
    gap: 2rem;
  }
  .sub-concept .staff__item-table dl dt, .sub-concept .staff__item-table dl dd {
    font-size: 1.4rem;
    line-height: 2;
  }
  .sub-concept .staff__item-table dl dt {
    width: 5.6rem;
  }
  .sub-concept .staff__bg {
    margin-top: 4rem;
    max-width: 100%;
    width: 100%;
  }
}

.selfcheck-container .sub-container {
  padding-top: 27.7rem;
}
.selfcheck-container .selfcheck-insta {
  text-align: center;
  padding-bottom: 20rem;
}
.selfcheck-container .insta__title {
  font-size: 3.2rem;
  line-height: 1.5;
}
.selfcheck-container .selfcheck-insta__container {
  margin-top: 8rem;
}
.selfcheck-container .association {
  background: #f5f3ea;
  padding-top: 20rem;
  padding-bottom: 27rem;
}
.selfcheck-container .insta__text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .selfcheck-container .sub-container {
    padding-top: 14.5rem;
  }
  .selfcheck-container .selfcheck-insta {
    text-align: center;
    padding-bottom: 10rem;
  }
  .selfcheck-container .insta__title {
    font-size: 2rem;
    line-height: 1.5;
  }
  .selfcheck-container .selfcheck-insta__container {
    margin-top: 4rem;
    padding-inline: 3.7rem;
  }
  .selfcheck-container .association {
    padding-top: 10rem;
    padding-bottom: 8rem;
  }
  .selfcheck-container .insta__text {
    font-size: 1.2rem;
    line-height: 2;
  }
  .selfcheck-container #sbi_images {
    gap: 1.65rem !important;
  }
}

.page-template-page-selfcheck .footer {
  margin-top: -7rem;
}
@media screen and (max-width: 768px) {
  .page-template-page-selfcheck {
    margin-top: -2rem;
  }
}

#sb_instagram #sbi_load,
.sb_instagram_header {
  display: none;
}

.home {
  background: var(--top-bg);
  overflow-x: hidden;
}
.home .fv {
  width: 100%;
  margin-top: 19rem;
}
.home .fv .fv__wrapper {
  max-width: min(650px, 41%);
  margin-inline: auto;
}
.home .fv .fv__title {
  text-align: center;
}
.home .fv .fv__title img {
  width: min(57.1rem, 571px);
}
.home .fv .fv__img {
  opacity: 0;
  visibility: hidden;
}
.home .fv .fv__img img {
  margin-top: 8rem;
  display: block;
  margin-inline: auto;
}
.home .fv .fv__text {
  margin-top: 16rem;
  font-family: var(--kiwi);
  color: var(--orange);
  font-size: 2.6rem;
  letter-spacing: 0.0576923077em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  text-align: left;
  letter-spacing: 0.3em;
}
.home .fv .fv__text span {
  border-bottom: 4px dotted var(--yellow);
  display: inline-block;
  padding-bottom: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home .fv .fv__text .sp-only {
  display: none;
}
.home .fv .fv__effect {
  position: fixed;
  z-index: 0;
}
.home .fv .fv__effect--yellow {
  background: url(../images/top/pc/top__maru-yellow.svg) no-repeat center/cover;
  background-size: 100%;
  aspect-ratio: 642/781;
  width: 64.2rem;
  top: 0rem;
  left: -5rem;
}
.home .fv .fv__effect--orange {
  background: url(../images/top/pc/top__maru-orange.svg) no-repeat top/contain;
  background-size: 100%;
  aspect-ratio: 758/955;
  width: 75.8rem;
  top: 47.9rem;
  right: -5rem;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.home .top-about {
  margin-top: 16rem;
}
.home .top-about .top-about__wrapper {
  max-width: min(800px, 65%);
  margin-inline: auto;
}
.home .top-about .top-about__text {
  margin-bottom: 8rem;
}
.home .top-about .top-about__box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .top-about .top-about__box .top-about__text {
  width: 46%;
  margin-bottom: 0;
}
.home .top-about .top-about__img {
  width: 45.3%;
}
.home .top-service {
  margin-top: 30rem;
  position: relative;
}
.home .top-service::before {
  content: "";
  background: url(../images/top/pc/top-service__bg.png) no-repeat center/cover;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-attachment: fixed;
  aspect-ratio: 1600/1146;
  height: 100%;
  width: 100%;
}
.home .top-service .top-service__wrapper {
  padding-block: 20rem 12rem;
}
.home .top-service .top-service__sec-title {
  font-size: 3.2rem;
  font-family: Kiwi Maru;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--logo-blue);
  text-align: center;
  font-weight: 400;
}
.home .top-service .top-service__content-wrapper {
  margin-top: 8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12rem;
}
.home .top-service .content-title {
  font-size: 3.2rem;
  line-height: 1.5;
  text-align: center;
}
.home .top-service .content-title::after {
  content: "";
  display: block;
  margin-top: 1rem;
  background: url(../images/common/pc/title__line.svg) no-repeat center/cover;
  width: 100%;
  aspect-ratio: 800/35;
}
.home .top-service .top-service__content:first-of-type .top-service__text {
  letter-spacing: 0.1em;
}
.home .top-service .top-service__box {
  gap: 2.6rem;
  margin-top: 8rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .top-service .top-service__box:nth-last-of-type(2) {
  gap: 5.6rem;
}
.home .top-service .top-service__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 520px;
  letter-spacing: 0.2em;
}
.home .top-service .top-service__img {
  aspect-ratio: 220/240;
  width: 22rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.home .top-service .btn {
  margin-top: 8rem;
  text-align: right;
  width: 24.5rem;
  margin-left: auto;
}
.home .top-address {
  margin-top: 18rem;
  position: relative;
}
.home .top-address::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -96rem;
  left: 0rem;
  /*  background: url(../images/top/pc/top-maru__bg.svg) no-repeat center /
    cover;
  aspect-ratio: 2096/1755; */
  background: url(../images/top/pc/top-maru__bg.svg) no-repeat center/contain;
  background-size: 113%;
  aspect-ratio: 1600/1755;
  width: 100%;
}
.home .top-address .top-address__title {
  font-size: 3rem;
  line-height: 2;
  letter-spacing: 0.3em;
  text-align: center;
}
.home .top-address .top-address__body {
  margin-top: 8.8rem;

}
.home .top-address .top-address__body {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home .top-address .body__address {
  width: 47.5%;
		display:flex;
margin:0 auto;
}
.home .top-address .body__dl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.home .top-address .body__dl-wrapper {
  gap: 3rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .top-address .body__dl-wrapper dt {
  background: #f9f8f3;
  border: 1px solid var(--orange);
  border-radius: 20px;
  width: 13rem;
  color: var(--orange);
  text-align: center;
  line-height: 2;
  letter-spacing: normal;
}
.home .top-address .body__dl-wrapper dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--black);
  letter-spacing: normal;
  line-height: 2;
}
.home .top-address .body__dl-wrapper:nth-of-type(2) dd span {
  border-bottom: 1px solid var(--black);
}
.home .top-address .body__img {
  margin-top: 2rem;
  display: block;
  aspect-ratio: 380/230;
  width: 100%;
}
.home .top-address .body__text {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.home .top-address .body__map {
  width: 43.7%;
  aspect-ratio: 350/550;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(40, 40, 40, 0.2);
          box-shadow: 2px 2px 2px 2px rgba(40, 40, 40, 0.2);
  position: relative;
}
.home .top-address .body__map iframe {
  width: 100%;
  height: 100%;
}
.home .top-address .body__map iframe .gm-style-cc {
  font-size: 14px !important;
}
.home .top-address .body__map::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(245, 243, 234, 0.2);
  pointer-events: none;
}
.home .top-address .btn {
  background: var(--orange);
  position: absolute;
  bottom: -1px;
  width: 24.5rem;
}
.home .top-address .btn::before {
  content: none;
}
.home .top-address .btn::after {
  border: 1px solid var(--white);
  border-top: none;
  border-left: none;
  right: 2rem;
  top: 43%;
}
.home .top-address .btn .btn__link {
  color: var(--white);
  font-size: 1.8rem;
  line-height: 2;
  padding-block: 1.2rem;
  padding-left: 1.6rem;
  letter-spacing: normal;
}
.home .footer {
  margin-top: 20rem;
}
@media screen and (max-width: 768px) {
  .home .fv {
    margin-top: 15rem;
  }
  .home .fv .fv__wrapper {
    max-width: 37.5rem;
  }
  .home .fv .fv__title img {
    aspect-ratio: 253/84;
    width: 25.3rem;
    margin-inline: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .home .fv .fv__img--1 img {
    margin-top: 0;
  }
  .home .fv .fv__img--2 img {
    width: 20rem;
    aspect-ratio: 1/1;
  }
  .home .fv .fv__text {
    margin-top: 10.4rem;
    margin-left: 3.8rem;
    font-size: 2rem;
    letter-spacing: 0.3em;
    line-height: 1.5;
  }
  .home .fv .fv__text .pc-only {
    display: none;
  }
  .home .fv .fv__text .sp-only {
    display: inline-block;
  }
  .home .fv .fv__effect--yellow {
    width: 34.5rem;
    top: 0rem;
    left: -6rem;
  }
  .home .fv .fv__effect--orange {
    top: 33rem;
    background: url(../images/top/sp/top__maru-orange.svg) no-repeat top/contain;
    background-size: 100%;
    aspect-ratio: 233/552;
    width: 23.3rem;
    right: 0rem;
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  .home .top-about {
    margin-top: 4.3rem;
  }
  .home .top-about .top-about__wrapper {
    max-width: 100%;
    padding-inline: 3.8rem;
  }
  .home .top-about .top-about__text {
    margin-bottom: 4rem;
    letter-spacing: 0.1em;
  }
  .home .top-about .top-about__box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home .top-about .top-about__box .top-about__text {
    width: 100%;
    margin-bottom: 0;
  }
  .home .top-about .top-about__img {
    width: 100%;
  }
  .home .top-about .top-about__img img {
    margin-top: 4rem;
    display: block;
    width: 20rem;
    margin-inline: auto;
  }
  .home .top-service {
    margin-top: 12rem;
    height: auto;
    position: relative;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    /*  &::before {
       content: none;
       position: fixed;
       background-attachment: unset;
       background-image: url(../images/top/sp/top-service__bg.png);
       background-repeat: no-repeat;
       background-position: center center;
       background-size: cover;
       aspect-ratio: auto;
       width: 100vw;
       height: 100vh;
     } */
  }
  .home .top-service .fiximg {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .home .top-service .fiximg img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .home .top-service .top-service__wrapper {
    padding-block: 8rem 10.4rem;
    position: relative;
    z-index: 1;
  }
  .home .top-service .top-service__sec-title {
    font-size: 2.6rem;
    line-height: 1.3928571429;
  }
  .home .top-service .top-service__content-wrapper {
    margin-top: 8rem;
    gap: 8rem;
  }
  .home .top-service .top-service__content {
    width: 80%;
    margin-inline: auto;
  }
  .home .top-service .content-title {
    font-size: 2.6rem;
    line-height: 1.5;
    width: 30rem;
    margin-inline: auto;
  }
  .home .top-service .content-title::after {
    margin-top: 1rem;
    background: url(../images/common/sp/title__line.svg) no-repeat center/cover;
    aspect-ratio: 300/13;
  }
  .home .top-service .top-service__box {
    gap: 4rem;
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-inline: auto;
  }
  .home .top-service .top-service__box:nth-last-of-type(2) {
    gap: 5.6rem;
  }
  .home .top-service .top-service__box:nth-last-of-type(2) .top-service__img {
    aspect-ratio: unset;
    width: 100%;
  }
  .home .top-service .top-service__box:nth-last-of-type(2) .top-service__text {
    letter-spacing: 0.1em;
  }
  .home .top-service .top-service__box--acupuncture {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home .top-service .top-service__text {
    max-width: 100%;
  }
  .home .top-service .top-service__img {
    aspect-ratio: unset;
    width: 100%;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
  .home .top-service .btn {
    margin-top: 4rem;
    width: 16.2rem;
    margin-bottom: 1rem;
    padding-right: 1.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .top-address {
    margin-top: 10rem;
    position: relative;
  }
  .home .top-address::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0rem;
    left: 0rem;
    background: url(../images/top/sp/top-maru__bg.svg) no-repeat center/contain;
    background-size: 100%;
    aspect-ratio: 1104/1017;
    width: 100%;
	          margin-top: -100px;
        height: 490px;
  }
  .home .top-address .wrapper {
    width: 30rem;
    margin-inline: auto;
  }
  .home .top-address .top-address__title {
    font-size: 2.6rem;
    line-height: 2;
  }
  .home .top-address .top-address__body {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
  }
  .home .top-address .body__address {
    width: 100%;
  }
  .home .top-address .body__dl {
    gap: 1rem;
  }
  .home .top-address .body__dl-wrapper dt {
    width: 10rem;
    font-weight: 400;
    line-height: 2;
  }
  .home .top-address .body__dl-wrapper dd {
    line-height: 2;
  }
  .home .top-address .body__dl-wrapper:nth-of-type(2) dd span {
    border-bottom: 1px solid var(--black);
  }
  .home .top-address .body__img {
    margin-top: 2rem;
    display: block;
    aspect-ratio: 300/182;
    width: 100%;
  }
  .home .top-address .body__text {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .home .top-address .body__map {
    width: 100%;
    aspect-ratio: 300/200;
    border: 1px solid #f5f3ea;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(40, 40, 40, 0.2);
            box-shadow: 2px 2px 2px 2px rgba(40, 40, 40, 0.2);
    position: relative;
  }
  .home .top-address .body__map::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(245, 243, 234, 0.2);
    pointer-events: none;
  }
  .home .top-address .body__map .btn {
    background: var(--orange);
    position: absolute;
    bottom: -1px;
    width: 17.5rem;
  }
  .home .top-address .body__map .btn::before {
    content: none;
  }
  .home .top-address .body__map .btn::after {
    border: 1px solid var(--white);
    border-top: none;
    border-left: none;
    right: 2rem;
    top: 43%;
  }
  .home .top-address .body__map .btn .btn__link {
    color: var(--white);
    font-size: 1.4rem;
    line-height: 2;
    padding-block: 0.6rem;
    padding-left: 2rem;
  }
  .home .footer {
    margin-top: 12rem;
  }
}

.sub-container .sub-contact {
  padding-block: 27.7rem 16rem;
}
.sub-container .sub-contact__text {
  text-align: center;
}
.sub-container .contact-form {
  margin-top: 8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.sub-container .contact-form textarea {
  overflow: auto;
  resize: none;
  height: 22.6rem;
  line-height: normal;
}
.sub-container .contact-form input {
  height: 6rem;
}
.sub-container .contact-form textarea,
.sub-container .contact-form input {
  position: relative;
  padding: 1.6rem;
  width: 100%;
  border: 2px solid transparent;
  font-size: 1.6rem;
  color: var(--text);
}
.sub-container .contact-form textarea:focus,
.sub-container .contact-form input:focus {
  outline: 2px var(--logo-blue);
}
.sub-container .contact-form .wpcf7-form-control-wrap {
  width: 100%;
}
.sub-container .contact-form .contact-form__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 1rem;
}
.sub-container .contact-form .contact-form__title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.sub-container .contact-form .contact-form__title-wrapper label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.sub-container .contact-form .contact-form__title {
  display: block;
}
.sub-container .contact-form .required-tag {
  text-align: center;
  border-radius: 20px;
  border: 1px solid var(--orange);
  color: var(--orange);
  font-size: 1.2rem;
  line-height: 2;
  padding-inline: 1.6rem;
}
.sub-container .contact-form .wpcf7-not-valid-tip {
  bottom: -2.5rem;
  position: absolute;
  padding-top: 0.3rem;
  padding-left: 1.6rem;
  font-size: 1.5rem;
}
.sub-container .contact-form .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-decoration: none;
  border: none;
  background-color: #f5f3ea;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(40, 40, 40, 0.4);
          box-shadow: 0px 2px 2px 0px rgba(40, 40, 40, 0.4);
}
.sub-container .contact-form .form-group:has(.wpcf7-not-valid-tip) {
  padding-bottom: 0.5rem;
}
.sub-container .btn {
  margin-top: 12rem;
  width: 22.7rem;
  padding-left: 3.6rem;
}
.sub-container .btn::before {
  left: 0;
}
.sub-container .btn__link {
  color: var(--text);
}
.sub-container .btn--orange.arrow::after {
  /*  right: rem(54); */
  right: 0;
}
@media (hover: hover) and (pointer: fine) {
  .sub-container .btn--orange.arrow:hover::after {
    /*   right: rem(49); */
    right: -0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sub-container .sub-contact {
    padding-block: 14.5rem 8rem;
  }
  .sub-container .sub-contact__text {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    padding-inline: 3.7rem;
  }
  .sub-container .contact-form {
    margin-top: 4rem;
    padding-inline: 3.8rem;
  }
  .sub-container .contact-form textarea {
    height: 20rem;
  }
  .sub-container .contact-form input {
    height: 4rem;
  }
  .sub-container .contact-form .contact-form__title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .sub-container .contact-form .contact-form__title {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .sub-container .contact-form .required-tag {
    font-size: 1rem;
    line-height: 2;
    padding-inline: 1.3rem;
  }
  .sub-container .contact-form .wpcf7-not-valid-tip {
    bottom: -2.5rem;
    position: absolute;
    padding-top: 0.3rem;
    padding-left: 1.6rem;
    font-size: 1.5rem;
  }
  .sub-container .contact-form .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-decoration: none;
    border: none;
    background-color: #f5f3ea;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(40, 40, 40, 0.4);
            box-shadow: 0px 2px 2px 0px rgba(40, 40, 40, 0.4);
  }
  .sub-container .contact-form .form-group:has(.wpcf7-not-valid-tip) {
    padding-bottom: 0.5rem;
  }
  .sub-container .btn {
    margin-top: 8rem;
    padding-left: 7rem;
    padding-left: 2.8rem;
    width: 14.8rem;
  }
  .sub-container .btn::before {
    left: 0;
  }
  .sub-container .btn--orange.arrow::after {
    right: 0rem;
    display: inline;
  }
}/*# sourceMappingURL=style.css.map */