﻿@import "https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@700&display=swap";
*:where(
    :not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)
  ) {
  all: unset;
  display: revert;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
a,
button {
  cursor: revert;
}
ol,
ul,
menu {
  list-style: none;
}
img {
  max-width: 100%;
}
table {
  border-collapse: collapse;
}
input,
textarea {
  -webkit-user-select: auto;
}
textarea {
  white-space: revert;
}
meter {
  -webkit-appearance: revert;
  appearance: revert;
}
::placeholder {
  color: unset;
}
:where([hidden]) {
  display: none;
}
:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}
:where([draggable="true"]) {
  -webkit-user-drag: element;
}
html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: scroll;
  max-width: 100%;
}

.p-header__sns__box .itemtxt{
	font-size: 1.6rem;
	padding-top: .5rem;
	a{
		text-decoration: underline;
	}
}

@media (max-width: 1279px) and (min-width: 1051px) {
  html {
    font-size: 52.5%;
  }
  
  
  
}

.bordertextbox{
	border: 1px solid #E9723D;
	margin-top: 7rem;
	text-align: center;
	padding: 3.5rem 0;
}
.bordertextbox p{
	font-weight: bold;
	font-size: 2rem;
	color: #e9723d;	
}

@media (max-width: 1050px) and (min-width: 769px) {
  html {
    font-size: 42.5%;
  }
}
html.is-open {
  overflow-y: hidden;
}
body {
  background-color: #fff;
  color: #333;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
strong {
  color: #00bc8b;
}
mark {
  display: inline;
  background: linear-gradient(
    0deg,
    #ffe87f 0%,
    #ffe87f 40%,
    transparent 40%,
    transparent 100%
  );
}
.l-container {
  max-width: 120rem; /* 1200px */
  width: 100%;
  padding: 0 5rem; /* 50px */
  margin: 0 auto;
}

.l-container.l-container--wide {
  max-width: 150rem; /* 1500px */
}
.l-wrap {
  overflow: hidden;
  position: relative;
}

.c-heading01 {
  display: flex;
  font-weight: bold;
  font-size: 2.3rem; /* 23px */
  line-height: 1.6;
  padding-bottom: 1rem; /* 10px */
  border-bottom: 0.2rem solid #00bc8b; /* 2px */
  margin-bottom: 2.2rem; /* 22px */
}

.c-heading01.c-heading01--large {
  font-size: 3rem; /* 30px */
  margin-bottom: 3.8rem; /* 38px */
}

.c-heading01.c-heading01--center {
  align-items: center;
}

.c-heading01 .sub {
  font-weight: normal;
  font-size: 1.8rem; /* 18px */
  display: inline-block;
}

.c-heading01 .sub.right {
  margin-left: 1.5rem; /* 15px */
}

.c-heading01 .sub.left {
  margin-right: 1.5rem; /* 15px */
}

.c-heading01 .number {
  margin-right: 1rem; /* 10px */
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 2rem; /* 20px */
  width: 3.8rem; /* 38px */
  height: 3.8rem; /* 38px */
  border-radius: 50%;
  color: #fff;
  background: #00bc8b;
}

/* ーーーーーーーーーーーーーーーーーーーー */

.c-heading02 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5.7rem; /* 57px */
}

.c-heading02 .en {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.6rem; /* 16px */
  margin-bottom: 0.8rem; /* 8px */
}

.c-heading02 .jp {
  display: block;
  font-size: 3rem; /* 30px */
}

.c-heading02::after {
  content: "";
  display: inline-block;
  margin-top: 1.7rem; /* 17px */
  width: 5.5rem; /* 55px */
  height: 0.2rem; /* 2px */
  background: #00bc8b;
}

.c-heading02.c-heading02--left {
  text-align: left;
}
.c-heading02.c-heading02--full {
  margin-bottom: 2.5rem; /* 25px */
}
.c-heading02.c-heading02--full::after {
  width: 100%;
}
.c-heading03 {
  color: #00bc8b;
  border-bottom: 0.1rem solid #00bc8b; /* 1px */
  font-weight: bold;
  font-size: 1.8rem; /* 18px */
  line-height: 1.33;
  padding-bottom: 0.6rem; /* 6px */
  margin-bottom: 1.2rem; /* 12px */
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00bc8b;
  width: 35rem; /* 350px */
  height: 6rem; /* 60px */
  border-radius: 0.5rem; /* 5px */
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 1.6rem; /* 16px */
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #ffffff 0%, #e0dfdf 100%);
}

.c-button::after {
  content: "";
  position: absolute;
  right: 2rem; /* 20px */
  top: 50%;
  width: 0.7rem; /* 7px */
  height: 1.2rem; /* 12px */
  transform: translateY(-50%) translateX(0);
  transition: all 0.3s ease;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 7 11.807"><path fill="%2300bc8b" d="M.321,11.486a1.1,1.1,0,0,1,0-1.551L4.353,5.9.321,1.872A1.1,1.1,0,0,1,1.872.321L6.679,5.128a1.1,1.1,0,0,1,0,1.551L1.872,11.486a1.1,1.1,0,0,1-1.551,0" /></svg>');
  background-position: center center;
  background-repeat: no-repeat;
}

.c-button:hover::after {
  transform: translateY(-50%) translateX(5px);
}
.c-button.c-button--mail::before {
  content: "";
  display: inline-block;
  margin-right: 1rem; /* 10px */
  width: 1.7177rem; /* 17.177px */
  height: 1.4054rem; /* 14.054px */
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 17.177 14.054"><g transform="translate(-15.5 -15.5)"><path d="M3.842,4.5H16.334a2.345,2.345,0,0,1,2.342,2.342v9.369a2.345,2.345,0,0,1-2.342,2.342H3.842A2.345,2.345,0,0,1,1.5,16.211V6.842A2.345,2.345,0,0,1,3.842,4.5ZM16.334,16.992a.782.782,0,0,0,.781-.781V6.842a.782.782,0,0,0-.781-.781H3.842a.782.782,0,0,0-.781.781v9.369a.782.782,0,0,0,.781.781Z" transform="translate(14 11)" fill="%2300bc8b"/><path d="M10.088,14.527a.78.78,0,0,1-.448-.141L1.833,8.92a.781.781,0,1,1,.9-1.279l7.36,5.152,7.36-5.152a.781.781,0,0,1,.9,1.279l-7.808,5.465A.78.78,0,0,1,10.088,14.527Z" transform="translate(14 9.562)" fill="%2300bc8b"/></g></svg>');
  background-position: center center;
  background-repeat: no-repeat;
}

.c-button.c-button--line::before {
  content: "";
  display: inline-block;
  margin-right: 1rem; /* 10px */
  width: 1.7rem; /* 17.177px */
  height: 1.6rem; /* 14.054px */
  background-image: url(../img/icon-line.svg);
  background-position: center center;
  background-repeat: no-repeat;
}


/* ーーーーーーーーーーーー */

.c-button.c-button--print::before {
  content: "";
  display: inline-block;
  margin-right: 1rem; /* 10px */
  width: 1.9307rem; /* 19.307px */
  height: 1.9307rem; /* 19.307px */
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 19.307 19.307"><g transform="translate(-2.25 -2.25)"><path d="M19.684,9.982a.75.75,0,0,1-.75-.75V3.75H9.75V9.232a.75.75,0,0,1-1.5,0V3A.75.75,0,0,1,9,2.25H19.684a.75.75,0,0,1,.75.75V9.232A.75.75,0,0,1,19.684,9.982Z" transform="translate(-2.439)" fill="%23fff"/><path d="M19.026,22.263H17.245a.75.75,0,0,1,0-1.5h1.781a1.032,1.032,0,0,0,1.031-1.031V15.281a1.032,1.032,0,0,0-1.031-1.031H4.781A1.032,1.032,0,0,0,3.75,15.281v4.452a1.032,1.032,0,0,0,1.031,1.031H6.561a.75.75,0,0,1,0,1.5H4.781A2.534,2.534,0,0,1,2.25,19.732V15.281A2.534,2.534,0,0,1,4.781,12.75H19.026a2.534,2.534,0,0,1,2.531,2.531v4.452A2.534,2.534,0,0,1,19.026,22.263Z" transform="translate(0 -4.268)" fill="%23fff"/><path d="M9,20.25H19.684a.75.75,0,0,1,.75.75v7.123a.75.75,0,0,1-.75.75H9a.75.75,0,0,1-.75-.75V21A.75.75,0,0,1,9,20.25Zm9.934,1.5H9.75v5.623h9.184Z" transform="translate(-2.439 -7.316)" fill="%23fff"/></g></svg>');
  background-position: center center;
  background-repeat: no-repeat;
}

.c-button.c-button--small {
  width: 29.5rem; /* 295px */
}

.c-button.c-button--center {
  margin: 0 auto;
}
.c-button.c-button--header {
  padding-right: 1.5rem; /* 15px */
}
.c-button.c-button--header::after {
  right: 1.5rem; /* 15px */
}
.c-button.c-button--green {
  color: #fff;
  background: linear-gradient(180deg, #00bc8b 0%, #03906b 100%);
}
.c-button.c-button--green::after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 7 11.807"><path fill="%23ffffff" d="M.321,11.486a1.1,1.1,0,0,1,0-1.551L4.353,5.9.321,1.872A1.1,1.1,0,0,1,1.872.321L6.679,5.128a1.1,1.1,0,0,1,0,1.551L1.872,11.486a1.1,1.1,0,0,1-1.551,0" /></svg>');
}
.c-button.c-button--green.c-button--mail::before {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 17.177 14.054"><g transform="translate(-15.5 -15.5)"><path d="M3.842,4.5H16.334a2.345,2.345,0,0,1,2.342,2.342v9.369a2.345,2.345,0,0,1-2.342,2.342H3.842A2.345,2.345,0,0,1,1.5,16.211V6.842A2.345,2.345,0,0,1,3.842,4.5ZM16.334,16.992a.782.782,0,0,0,.781-.781V6.842a.782.782,0,0,0-.781-.781H3.842a.782.782,0,0,0-.781.781v9.369a.782.782,0,0,0,.781.781Z" transform="translate(14 11)" fill="%23ffffff"/><path d="M10.088,14.527a.78.78,0,0,1-.448-.141L1.833,8.92a.781.781,0,1,1,.9-1.279l7.36,5.152,7.36-5.152a.781.781,0,0,1,.9,1.279l-7.808,5.465A.78.78,0,0,1,10.088,14.527Z" transform="translate(14 9.562)" fill="%23ffffff"/></g></svg>');
}

/* ーーーーーーーーーーーーーーー */

.c-text {
  font-size: 1.8rem; /* 18px */
  line-height: 1.8;
}

.c-text strong {
  color: #ff7676;
  font-weight: bold;
}
.c-text .green {
  color: #00bc8b;
}
.c-text .bold {
  font-weight: bold;
}
.c-text + .c-text {
  margin-top: 3.3rem; /* 33px */
}

.c-text.c-text--center {
  text-align: center;
}
.c-text.c-text--bold {
  font-weight: bold;
}
.c-tel {
  color: #333;
  text-align: center;
}
.c-tel.c-tel--white {
  color: #fff;
}
.c-tel.c-tel--white .c-tel__guide::before,
.c-tel.c-tel--white .c-tel__guide::after {
  background: #fff;
}
.c-tel.c-tel--large .c-tel__guide {
  font-size: 1.8rem; /* 18px */
}

.c-tel.c-tel--large .c-tel__main__number {
  font-size: 5.5rem; /* 55px */
  margin-left: 1.4rem; /* 14px */
}

.c-tel.c-tel--large .c-tel__time {
  font-size: 1.6rem; /* 16px */
  margin-top: 0.9rem; /* 9px */
}

.c-tel.c-tel--large .c-tel__main svg {
  width: 4.2rem; /* 42px */
  height: auto;
}

.c-tel__guide {
  font-size: 1.4rem; /* 14px */
  font-weight: bold;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  margin-bottom: 0.2rem; /* 2px */
}

.c-tel__guide::before,
.c-tel__guide::after {
  content: "";
  display: block;
  height: 1px;
  background: #333;
  flex: 1;
}
.c-tel__guide::before {
  margin-right: 1rem; /* 10px */
}

.c-tel__guide::after {
  margin-left: 1rem; /* 10px */
}

.c-tel__main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-tel__main__number {
  font-weight: bold;
  font-size: 4.5rem; /* 45px */
  line-height: 1;
  font-family: "Nunito Sans", sans-serif;
  margin-left: 1rem; /* 10px */
}
@media (max-width: 1367px) and (min-width: 769px) {
	.c-tel__main__number {
		font-size: 3rem;
	}	
}
/* ーーーーーーーーーーーーーーーーー */
.c-tel__main__number a {
  pointer-events: none;
  text-decoration: none;
}

.c-tel__time {
  font-size: 1.4rem; /* 14px */
  line-height: 1.3;
  text-align: left;
  text-indent: -0.05em; /* -0.5em */
}
@media (max-width: 1367px) and (min-width: 769px) {
	.c-tel__time{
		font-size: 1rem;
	}
	
}

.c-check {
  position: relative;
  font-size: 1.8rem; /* 18px */
  display: block;
  padding-left: 3rem; /* 30px */
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.c-check::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem; /* 5px */
  width: 2rem; /* 20px */
  height: 2rem; /* 20px */
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 21 21"><g transform="translate(-539.5 -497.559)"><rect width="20" height="20" transform="translate(540 498.059)" fill="%23fff"/><path d="M-.5-.5h21v21H-.5Zm20,1H.5v19h19Z" transform="translate(540 498.059)" fill="%2300bc8b"/><path d="M819.234,3876.884l-5.718-5.324,2.044-2.2,3.505,3.264,7.089-7.734,2.212,2.027Z" transform="translate(-270.743 -3362.674)" fill="%2300bc8b"/></g></svg>');
  background-position: center center;
  background-repeat: no-repeat;
}

.c-check.c-check--white::after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 21 21"><g transform="translate(-539.5 -497.559)"><rect width="20" height="20" transform="translate(540 498.059)" fill="%2300bc8b"/><path d="M-.5-.5h21v21H-.5Zm20,1H.5v19h19Z" transform="translate(540 498.059)" fill="%23ffffff"/><path d="M819.234,3876.884l-5.718-5.324,2.044-2.2,3.505,3.264,7.089-7.734,2.212,2.027Z" transform="translate(-270.743 -3362.674)" fill="%23ffffff"/></g></svg>');
}
.c-check.c-check--small {
  font-size: 1.6rem; /* 16px */
  padding-left: 2.6rem; /* 26px */
}

.c-check.c-check--small::after {
  width: 1.6rem; /* 16px */
  height: 1.6rem; /* 16px */
}

.c-check.c-check--bold {
  font-weight: bold;
}
.c-consultation {
  width: 48.5rem; /* 485px */
  max-width: 100%;
}

.c-consultation__head {
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 1.3rem; /* 13px */
}

.c-consultation__head .label {
  background: #00bc8b;
  color: #fff;
  font-size: 1.4rem; /* 14px */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem; /* 45px */
  height: 2.6rem; /* 26px */
  border-radius: 0.5rem; /* 5px */
  margin-right: 0.8rem; /* 8px */
}

.c-consultation__head .main {
  font-size: 2.3rem; /* 23px */
  letter-spacing: 0.05em;
}

/* 以下、同様の変換を続けます */

.c-consultation__list {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 2.5rem 3rem 1.5rem; /* 25px 30px 15px */
}

.c-consultation__list li {
  margin-right: 3rem; /* 30px */
  margin-bottom: 0.9rem; /* 9px */
}

.c-fukidashi {
  text-align: center;
  position: relative;
  padding: 1.8rem 0; /* 18px 0 */
}

.c-fukidashi::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 34px solid #f8f5f2;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2.2rem;
}

.c-fukidashi__text {
  font-weight: bold;
  font-size: 3rem; /* 30px */
  line-height: 2;
  color: #00bc8b;
}

.c-fukidashi__img {
  position: absolute;
  bottom: 0;
  right: 8rem; /* 80px */
}

.p-contact {
  margin-bottom: 9rem; /* 90px */
  overflow: hidden;
  width: 100%;
}

.p-contact__top {
  background: #d1f0e8;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  padding: 2.8rem 0 2.5rem; /* 28px 0 25px */
  margin-top: 12rem; /* 120px */
}

.p-contact__top::before {
  content: "";
  position: absolute;
  width: 150vw;
  height: 100%;
  top: 0;
  left: -15rem; /* -150px */
  background: #d1f0e8;
  z-index: -1;
}
.p-contact__title {
  position: absolute;
  top: -4rem; /* -40px */
  left: 0;
  font-weight: bold;
  font-size: 5.9rem; /* 59px */
  font-family: "Nunito Sans", sans-serif;
  color: #00bc8b;
}

.p-contact__top__company {
  margin-right: 7%;
  margin-top: 2.2rem; /* 22px */
}

.p-contact__top__company__fukidashi {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem; /* 20px */
  color: #686767;
  margin-bottom: 0.4rem; /* 4px */
  padding-left: 6rem; /* 60px */
  letter-spacing: 0.1em;
}

.p-contact__top__company__fukidashi::before,
.p-contact__top__company__fukidashi::after {
  content: "";
  height: 2rem; /* 20px */
  width: 0.1rem; /* 1px */
  background: #686767;
  margin: 0 1rem; /* 10px */
}

.p-contact__top__company__fukidashi::before {
  transform: rotate(-30deg);
}
.p-contact__top__company__fukidashi::after {
  transform: rotate(30deg);
}
.p-contact__top__company__logo {
  width: 41.8rem; /* 418px */
}

/* 以下、同様の変換を続けます */

.p-contact__bottom {
  background: #00bc8b;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 2.5rem 0 2rem; /* 25px 0 20px */
  position: relative;
}

.p-contact__bottom::before {
  content: "";
  position: absolute;
  width: 150vw;
  height: 100%;
  top: 0;
  left: -15rem; /* -150px */
  background: #00bc8b;
  z-index: -1;
}
.p-contact__bottom::after {
  content: "";
  position: absolute;
  left: -4.5rem;
  bottom: -2rem; /* -20px */
  width: 16.4517rem; /* 164.517px */
  height: 30rem; /* 300px */
  background-image: url("../img/contact_illust.svg");
}
.home .p-contact__bottom::after{
	left: 0;
}

.p-contact__bottom__head {
  margin-right: 2%;
}

.p-contact__bottom__head__title {
  font-size: 2.5rem; /* 25px */
  margin-bottom: 1rem; /* 10px */
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #ffe87f;
  display: flex;
  align-items: center;
}

.p-contact__bottom__head__title::after {
  content: "";
  display: block;
  margin-left: 1.5rem; /* 15px */
  width: 7.0408rem; /* 70.408px */
  height: 1.8274rem; /* 18.274px */
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 70.408 18.274"><g transform="translate(0 0)"><path d="M59.768,16.428H1.915a1.915,1.915,0,1,1,0-3.83H59.768a1.915,1.915,0,1,1,0,3.83" transform="translate(0 -5.376)" fill="%23ffe87f"/><path d="M113.465,8.438,103.146.2a.9.9,0,0,0-1.454.7v16.48a.9.9,0,0,0,1.454.7l10.32-8.24a.9.9,0,0,0,0-1.4" transform="translate(-43.394 0)" fill="%23ffe87f"/></g></svg>');
  background-position: center center;
  background-repeat: no-repeat;
}

.p-contact__bottom__head__list {
  display: flex;
  flex-wrap: wrap;
  width: 53rem; /* 530px */
}

.p-contact__bottom__head__list li {
  width: 50%;
  margin-bottom: 0.5rem; /* 5px */
}

/* 以下、同様の変換を続けます */
.p-footer {
  background: #00bc8b;
  color: #fff;
  padding-bottom: 15.5rem; /* 155px */
}

.p-footer__map iframe {
  display: block;
  width: 100%;
  height: 54.5rem; /* 545px */
}

.p-footer__main {
  padding-top: 7.4rem; /* 74px */
  padding-bottom: 7.6rem; /* 76px */
}

.p-footer__column {
  display: flex;
  flex-wrap: wrap;
}
.p-footer__main__company {
  border-right: 1px solid #fff;
  margin-right: 7rem; /* 70px */
  width: 52rem; /* 520px */
}

.p-footer__main__company__logo {
  display: block;
  width: 44.8rem; /* 448px */
  margin-bottom: 1.6rem; /* 16px */
}

.p-footer__main__company__address {
  font-size: 1.4rem; /* 14px */
  line-height: 1.7;
  max-width: 42.4rem; /* 424px */
  margin-bottom: 2.6rem; /* 26px */
}

.p-footer__main__company__tel {
  display: flex;
  align-items: center;
  margin-bottom: 3rem; /* 30px */
}

.p-footer__main__company__tel .free {
  padding: 0.6rem 0; /* 6px 0 */
  width: 9rem; /* 90px */
  display: inline-block;
  font-weight: bold;
  font-size: 1.4rem; /* 14px */
  line-height: 1.5;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-right: 1.2rem; /* 12px */
}

.p-footer__main__company__tel .info {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  width: 38rem; /* 380px */
}

.p-footer__main__company__tel .number {
  font-weight: bold;
  font-size: 4.1rem; /* 41px */
  line-height: 1;
  font-family: "Nunito Sans", sans-serif;
  margin-left: 1rem; /* 10px */
}

.p-footer__main__company__tel .number a {
  pointer-events: none;
  text-decoration: none;
}

.p-footer__main__company__tel .time {
  display: block;
  font-size: 1.4rem; /* 14px */
  text-indent: -0.05em; /* -0.5em */
}

.p-footer__main__navi:last-child {
  margin-left: 6rem; /* 60px */
}

.p-footer__main__navi__list {
  font-size: 1.4rem; /* 14px */
  margin-bottom: 1.8rem; /* 18px */
}

.p-footer__copyright {
  text-align: center;
  font-size: 1.2rem; /* 12px */
}

.p-footer__contact {
  position: fixed;
  width: 100%;
  bottom: 0;
  bottom: 0;
  background: #d1f0e8;
  color: #00bc8b;
  padding: 2.5rem 0; /* 25px 0 */
  z-index: 100;
}

.p-footer__contact__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-footer__contact__guide {
  font-weight: bold;
  font-size: 2.3rem; /* 23px */
  line-height: 1.5;
}
.p-footer__contact__pagetop {
  width: 6rem; /* 60px */
  height: 6rem; /* 60px */
  border-radius: 3rem; /* 30px */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00bc8b;
  position: fixed;
  right: 2rem; /* 20px */
  bottom: 3.5rem; /* 35px */
  z-index: 100;
}
.p-footer__contact__pagetop::before {
  content: "";
  display: block;
  width: 1.8409rem; /* 18.409px */
  height: 1.0914rem; /* 10.914px */
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox=" 0 0 18.409 10.914"><path d="M.5,17.908a1.709,1.709,0,0,1,0-2.418L6.787,9.2.5,2.918A1.71,1.71,0,0,1,2.918.5l7.5,7.5a1.71,1.71,0,0,1,0,2.418l-7.5,7.5a1.709,1.709,0,0,1-2.418,0" transform="translate(0 10.914) rotate(-90)" fill="%23fff"/></svg>');
  background-position: center center;
  background-repeat: no-repeat;
}
.p-navigation {
  background: #00bc8b;
  color: #fff;
  padding: 1.5rem 0; /* 15px 0 */
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed.p-navigation {
  position: fixed;
  top: 0;
  width: 100%;
  height: 11rem;
}

@media (min-width: 769px) {
  .fixed.p-navigation + main {
    padding-top: 11rem;
  }
}

.p-navigation__list {
  text-align: center;
  border-right: 1px solid #fff;
}
.p-navigation__list:last-child {
  border: none;
}
.p-navigation__list .jp {
  display: block;
  font-size: 1.6rem; /* 16px */
  font-weight: bold;
}
.p-navigation__list .en {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.2rem; /* 12px */
}
.p-navigation__list a {
  display: block;
  padding: 0.5rem 3.5rem 0.2rem; /* 5px 35px 2px */
}

/* 以下、同様の変換を続けます */

.p-header {
  position: relative;
}

.p-header__top {
  display: flex;
  align-items: center;
  padding: 1.7rem 0; /* 17px 0 */
}

.p-header__top__logo {
  width: 41.8rem; /* 418px */
  margin-right: auto;
}

.p-header__sns__box{
	width: 14.2rem;
	margin-right: 4rem;
}



.p-header__sns__box ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap:wrap;
}
.p-header__sns__box ul li{
	width: 2.5rem;
}
.p-header__sns__box ul li img{
	width: 100%;
}
.header__top__logo__text {
  text-align: right;
  font-size: 1.4rem;
  color: #686767;
  font-weight: bold;
  margin-bottom: 0.2rem;
  letter-spacing: -0.05em;
  white-space: nowrap;
  /* font-weight: bold; */
}
.p-header__top__button {
  margin-left: 4rem; /* 40px */
}

.p-header__menu {
  display: none;
}

.p-header__menu__bar {
  width: 10.6666666667vw;
  height: 0.4rem; /* 4px */
  background: #fff;
  transition: all 0.3s ease;
}
.p-header__menu__bar:nth-child(1) {
  margin-bottom: 2.6666666667vw;
}
.p-header__menu__text {
  color: #fff;
  margin-top: 1.6vw;
  font-size: 2.6666666667vw;
  font-weight: bold;
  transition: opacity 0.3s ease;
}
.p-header__navigation {
  display: none;
}

.p-header__navigation__list li {
  position: relative;
}
.p-header__navigation__list a {
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 5.3333333333vw;
  padding: 5.0666666667vw 0;
}
.p-header__navigation__list a.none {
  border-bottom: none;
}
.p-header__navigation__list a.top {
  border-top: 1px solid #fff;
}
.p-header__navigation__list .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13%;
}
.p-header__navigation__list .plus {
  width: 18.6666666667vw;
  height: 18.6666666667vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background-image: url("../img/icon_plus_white.svg");
  background-size: 5.3333333333vw auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.p-header__navigation__list .plus.is-open {
  background-image: url("../img/icon_minus_white.svg");
}
.p-header__navigation__list .child {
  transition: all 0.3s ease;
  height: 0;
  overflow: hidden;
}
.p-header__navigation__list .child.is-open {
  padding-bottom: 2.6666666667vw;
}
.p-header__navigation__list .child a {
  font-size: 4.2666666667vw;
  padding: 1.6vw 0;
  border-bottom: 0;
}
.p-header__navigation__list .child a::before {
  content: "-";
  display: inline-block;
  margin: 0 2.6666666667vw;
}
.p-header__navigation__list .text {
  display: block;
  width: 87%;
}
.p-header__navigation__sub {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  font-size: 4.2666666667vw;
  padding: 0;
  margin-top: 7.4666666667vw;
}
.p-header__navigation__sub li {
  width: 33%;
  margin: 2.1333333333vw 0;
}
.p-header__navigation__tel {
  margin-top: 9.3333333333vw;
}
.p-header__navigation__button {
  margin-top: 6.1333333333vw;
}
.p-page_navi {
  display: flex;
  flex-wrap: wrap;
  gap: 2.67%;
  padding: 9rem 0; /* 90px 0 */
}

.p-page_navi__list {
  width: 31.55%;
}

.p-page_navi__list.p-page_navi__list--bottom img {
  position: relative;
  bottom: -0.6rem;
  left: -6%;
}

.p-page_navi__list a {
  position: relative;
  display: block;
  background: #d1f0e8;
  text-align: center;
  font-weight: bold;
  height: 26.1rem; /* 261px */
}

.p-page_navi__list .fukidashi {
  font-size: 1.6rem; /* 16px */
  letter-spacing: 0.05em;
  position: relative;
  padding: 2.6rem 0 1rem; /* 26px 0 10px */
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-page_navi__list .fukidashi::before,
.p-page_navi__list .fukidashi::after {
  content: "";
  height: 2rem; /* 20px */
  width: 0.1rem; /* 1px */
  background: #333;
  margin: 0 1rem; /* 10px */
}
.p-page_navi__list .fukidashi::before {
  transform: rotate(-30deg);
}
.p-page_navi__list .fukidashi::after {
  transform: rotate(30deg);
}

.p-page_navi__list .illust.illust_1 {
  width: 21.5rem;
}
.p-page_navi__list .illust.illust_2 {
  width: 18.2rem;
}
.p-page_navi__list .illust.illust_3 {
  width: 24.5rem;
}

.p-page_navi__list .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: #00bc8b;
  font-size: 1.8rem; /* 18px */
  padding: 0.9rem 0; /* 9px 0 */
}
.p-page_navi__list .title::after {
  content: "";
  position: absolute;
  right: 2rem; /* 20px */
  top: 50%;
  width: 0.7rem; /* 7px */
  height: 1.2rem; /* 12px */
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 7 11.807"><path fill="%23ffffff" d="M.321,11.486a1.1,1.1,0,0,1,0-1.551L4.353,5.9.321,1.872A1.1,1.1,0,0,1,1.872.321L6.679,5.128a1.1,1.1,0,0,1,0,1.551L1.872,11.486a1.1,1.1,0,0,1-1.551,0" /></svg>');
  background-position: center center;
  background-repeat: no-repeat;
}
.p-page_navi02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 8rem; /* 80px */
}

/* 
ーーーーーーーーーーーーーーーーーーーーーーーーー

ーーーーーーーーーーーーーーーーーーーーーーーーー */

.p-page_navi02__list {
  background: #d1f0e8;
  width: 31.5%;
  padding-bottom: 1.4rem; /* 14px */
  text-align: center;
  margin-bottom: 3rem; /* 30px */
}

.p-page_navi02__list .img {
  width: 100%;
  height: 17.3rem; /* 173px */
  margin-bottom: 1.6rem; /* 16px */
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  padding-top: 2.4rem; /* 24px */
}

.p-page_navi02__list .img.photo {
  padding-top: 0;
  align-items: flex-start;
}

.p-page_navi02__list .img.img_1 img {
  width: 14.7rem;
}
.p-page_navi02__list .img.img_2 img {
  width: 17.6rem;
}
.p-page_navi02__list .img.img_3 img {
  width: 100%;
}
.p-page_navi02__list .img.img_4 img {
  width: 16.5rem;
}
.p-page_navi02__list .img.img_5 img {
  width: 7rem;
}
.p-page_navi02__list .img.img_6 img {
  width: 14.2rem;
}

.p-page_navi02__list .text {
  font-weight: bold;
  font-size: 1.8rem; /* 18px */
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-page_navi__fukidashi {
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #00bc8b;
  font-size: 2.4rem; /* 24px */
  margin-top: 11.4rem; /* 114px */
  margin-bottom: -5.5rem; /* -55px */
}

.p-page_navi__fukidashi::before,
.p-page_navi__fukidashi::after {
  content: "";
  display: block;
  height: 2.8rem; /* 28px */
  margin: 0 1.8rem; /* 18px */
  width: 0.2rem; /* 2px */
  background: #00bc8b;
}

.p-page_navi__fukidashi::before {
  transform: rotate(-30deg);
}
.p-page_navi__fukidashi::after {
  transform: rotate(30deg);
}

.p-page__head {
  text-align: center;
  background: #f8f5f2;
  font-weight: bold;
  padding: 3.3rem 0 3.8rem; /* 33px 0 38px */
}

.p-page__head .jp {
  font-size: 3rem; /* 30px */
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 0.2rem; /* 2px */
}

.p-page__head .en {
  font-size: 1.4rem; /* 14px */
  display: block;
}

.p-page__breadcrumb {
  padding: 1.8rem 0 3.6rem; /* 18px 0 36px */
  font-size: 1.4rem; /* 14px */
}

.p-page__more {
  margin-top: 6rem; /* 60px */
  text-align: center;
}

.p-page__more__fukidashi {
  font-size: 1.6rem; /* 16px */
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #00bc8b;
  margin-bottom: 0.8rem; /* 8px */
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-page__more__fukidashi::before,
.p-page__more__fukidashi::after {
  content: "";
  display: block;
  height: 2rem; /* 20px */
  width: 0.1rem; /* 1px */
  margin: 0 1.2rem; /* 12px */
  background: #00bc8b;
}

.p-page__more__fukidashi::before {
  transform: rotate(-30deg);
}
.p-page__more__fukidashi::after {
  transform: rotate(30deg);
}
.p-page__anchor {
  margin-bottom: 9rem; /* 90px */
}

.p-page__anchor__list {
  display: flex;
  justify-content: space-between;
  counter-reset: number 0;
  gap: 0.5rem; /* 5px */
}

/* ーーーーーーーーーーーーーーーーーー

ーーーーーーーーーーーーーーーーーー */

.p-page__anchor__list.p-page__anchor__list--number a::before {
  counter-increment: number 1;
  content: counter(number);
  color: #00bc8b;
  font-family: "Nunito Sans", sans-serif;
  font-size: 3rem; /* 30px */
  position: absolute;
  top: -1.5rem; /* -15px */
  left: 1rem; /* 10px */
}

.p-page__anchor__list li {
  flex: 1;
}

.p-page__anchor__list a {
  height: 100%;
  padding: 2.5rem 0 3.9rem; /* 25px 0 39px */
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.8rem; /* 18px */
  line-height: 1.33;
  text-align: center;
  background: #d1f0e8;
  position: relative;
}

.p-page__anchor__list a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1.5rem; /* 15px */
  width: 1.18rem; /* 11.8px */
  height: 0.7rem; /* 7px */
  transform: translateX(-50%);
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 11.807 7"><path d="M.321,11.486a1.1,1.1,0,0,1,0-1.551L4.353,5.9.321,1.872A1.1,1.1,0,0,1,1.872.321L6.679,5.128a1.1,1.1,0,0,1,0,1.551L1.872,11.486a1.1,1.1,0,0,1-1.551,0" transform="translate(11.807) rotate(90)" fill="%23333333"/></svg>');
  background-position: center center;
  background-repeat: no-repeat;
}

.p-page__banner {
  margin-top: 8rem; /* 80px */
}

.p-page__banner.p-page__banner--narrow {
  margin-top: 2rem; /* 20px */
}

.p-about_lower__beginner {
  margin-bottom: 5.6rem; /* 56px */
}

.p-about_lower__beginner__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.8rem; /* 38px */
}

.p-about_lower__beginner__lead .text {
  font-weight: bold;
  font-size: 3rem; /* 30px */
  margin: 2.4rem 3.5rem 0; /* 24px 35px 0 */
  letter-spacing: 0.05em;
}

.p-about_lower__beginner__comment {
  text-align: center;
  font-weight: bold;
  color: #00bc8b;
  font-size: 5.5rem; /* 55px */
  line-height: 1.5;
}

.p-about_lower__message {
  position: relative;
  padding: 7rem 0; /* 70px 0 */
  margin-bottom: 12rem; /* 120px */
}
.p-about_lower__message .text {
  position: relative;
  z-index: 10;
}

.p-about_lower__message .img {
  position: absolute;
  bottom: 0;
  right: -3.8rem; /* -38px */
  width: 40.6rem; /* 406px */
}
@media (max-width: 1050px) {
  .p-about_lower__message {
    padding: 8.5333333333vw 0 26.6666666667vw;
    margin-bottom: 16vw;
    overflow: hidden;
    text-align: center;
  }
  .p-about_lower__message .img {
    bottom: -18.6666666667vw;
    right: auto;
    left: 2.6666666667vw;
    width: 41.6vw;
  }
}

.p-about_lower__feature {
  margin-bottom: 7.6rem; /* 76px */
}

.p-about_lower__feature__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  counter-reset: number 0;
}

.p-about_lower__feature__list li {
  width: 48.6%;
  margin-bottom: 5.4rem; /* 54px */
}

.p-about_lower__feature__list .head {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 2.3rem; /* 23px */
  height: 10.1rem; /* 101px */
  letter-spacing: 0.05em;
  line-height: 1.3;
  background: #d1f0e8;
  margin-bottom: 3.2rem; /* 32px */
  position: relative;
}

.p-about_lower__feature__list .head::before {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  font-size: 6rem; /* 60px */
  color: #00bc8b;
  top: 50%;
  left: 3rem; /* 30px */
  font-family: "Nunito Sans", sans-serif;
  transform: translateY(-50%);
}

.p-about_lower__feature__list .img {
  margin-bottom: 2.5rem; /* 25px */
  height: 29rem; /* 290px */
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-about_lower__feature__list .img.img_1 img {
  width: 27.1rem;
}
.p-about_lower__feature__list .img.img_2 img {
  width: 32.4rem;
}
.p-about_lower__feature__list .img.img_3 img {
  width: 100%;
}
.p-about_lower__feature__list .img.img_4 img {
  width: 28.5rem;
}
.p-about_lower__feature__list .img.img_5 img {
  width: 13rem;
}
.p-about_lower__feature__list .img.img_6 img {
  width: 25.8rem;
}

.p-about_lower__feature__list mark {
  font-weight: bold;
}

.p-about_lower__feature__list .button {
  margin-top: 3.2rem; /* 32px */
}

.p-about_lower__after {
  margin-top: 4.6rem; /* 46px */
}

.p-about_lower__after__banner {
  margin-top: 3.2rem; /* 32px */
}

.p-about_lower__after__banner .in {
  background: #f8f5f2;
  padding: 4rem 5rem; /* 40px 50px */
  margin-top: -0.5rem;
}

.p-about_lower__after__banner p + dl {
  margin-top: 3.6rem; /* 36px */
}

.p-about_lower__after__banner dl {
  display: flex;
  justify-content: space-between;
}

.p-about_lower__after__banner dl + dl {
  margin-top: 3.2rem; /* 32px */
}

.p-about_lower__after__banner dt {
  color: #fff;
  background: #653115;
  width: 9rem; /* 90px */
  height: 3rem; /* 30px */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 1.6rem; /* 16px */
  font-weight: bold;
}

.p-about_lower__after__banner dd {
  width: calc(100% - 104px); /* こちらはpxのまま */
  margin-top: -0.6rem; /* -6px */
}

.u-hide_pc {
  display: none;
}

.u-hide_sp {
  display: block;
}

.u-background_gray {
  background: #f8f5f2;
}
.u-background_gray--index{
	padding:1.7rem 0 4rem;	
}
.u-background_mesh {
  background-image: url("../img/mesh.jpg");
  background-size: 3.4rem 3.3rem; /* 34px 33px */
}

.bannerlistbox{
	display: flex;
	flex-wrap: wrap;
/* 	justify-content:space-between; */
	justify-content:center;
	align-items: center;
	li{
		width: 100%;
		max-width: calc(100% / 2 - 15px);
	}
}
.line__banner{
	margin-bottom: 9rem;
}
/* ここからスマホ ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#footerfixed{
	display: none;
}
@media screen and (max-width: 768px) {
	
.bordertextbox{
	margin-top:9.333vw;
	padding:6.667vw 0;
}
.bordertextbox p{
	font-size:4.8vw;
}
	
	
	.sp__tel__banner{
		margin: 0 4vw 19.2vw;
	}
	
.line__banner{
	margin-bottom: 16vw;
}
	
.bannerlistbox{
	display:block;
	li{
		width: 100%;
		max-width:none;
		margin:0;
		&:not(:last-child){
			margin-bottom: 5.333vw;
		}
	}
}
	
	#footerfixed{
		display:block;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 100;
	}
		#footerfixed ul{
			display: table;
			table-layout: fixed;
			width: 100%;
		}
				#footerfixed ul li{
					display: table-cell;
					vertical-align: bottom;
					width: 50%;
				}
				#footerfixed ul li img{
					vertical-align: bottom;
				}
				#footerfixed ul li:nth-child(1){
/* 				width:39.733vw;					 */
				}
				#footerfixed ul li:nth-child(2){
/* 				width:60.267vw; */
				}

  .l-container {
    padding: 0 4vw;
  }
  .l-wrap {
    max-width: 100%;
    min-width: 100%;
  }
  .c-heading01 {
    align-items: center;
    font-size: 5.3333333333vw;
    padding-bottom: 1.0666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .c-heading01.c-heading01--large {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .c-heading01 .sub {
    font-size: 3.7333333333vw;
    vertical-align: middle;
  }
  .c-heading01 .sub.right {
    margin-left: 2.6666666667vw;
  }
  .c-heading01 .sub.left {
    margin-right: 2.6666666667vw;
  }
  .c-heading01 .number {
    width: 8vw;
    height: 8vw;
    font-size: 4.8vw;
  }
  .c-heading01 .text {
    width: calc(100% - 9vw);
  }
  .c-heading02 {
    margin-bottom: 10.6666666667vw;
  }
  .c-heading02 .en {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
  .c-heading02 .jp {
    font-size: 6.1333333333vw;
  }
  .c-heading02::after {
    width: 14.6666666667vw;
    margin-top: 3.4666666667vw;
  }
  .c-heading03 {
    font-size: 4.8vw;
    padding-bottom: 1.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }

  .c-button {
    width: 100%;
    height: 16vw;
    font-size: 4.2666666667vw;
  }

  .c-button::after {
    width: 1.8666666667vw;
    height: 3.2vw;
    right: 5.3333333333vw;
  }

  .c-button.c-button--mail::before {
    width: 4.5333333333vw;
    height: 3.7333333333vw;
    margin-right: 2.6666666667vw;
  }

  .c-button.c-button--print::before {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
    margin-right: 2.6666666667vw;
  }
  .c-button.c-button--small {
    width: 100%;
  }
  .c-text {
    font-size: 4.2666666667vw;
  }

  .c-text + .c-text {
    margin-top: 7.4666666667vw;
  }

  .c-tel.c-tel--large .c-tel__guide {
    font-size: 3.7333333333vw;
  }
  .c-tel.c-tel--large .c-tel__main__number {
    font-size: 10.6666666667vw;
    margin-left: 2.6666666667vw;
  }
  .c-tel.c-tel--large .c-tel__time {
    margin-top: 2.4vw;
    font-size: 3.7333333333vw;
  }

  .c-tel.c-tel--large .c-tel__main svg {
    width: 9.0666666667vw;
  }
  .c-tel__guide {
    font-size: 3.7333333333vw;
    margin-bottom: 0.5333333333vw;
  }

  .c-tel__guide::before {
    margin-right: 2.6666666667vw;
  }

  .c-tel__guide::after {
    margin-left: 2.6666666667vw;
  }
  .c-tel__main__number {
    font-size: 10.6666666667vw;
    margin-left: 2.6666666667vw;
  }

  .c-tel__main__number a {
    pointer-events: auto;
  }

  .c-tel__main__number.c-tel__main__number--flow {
    font-size: 9.3333333333vw;
  }

  .c-tel__time {
    font-size: 3.7333333333vw;
    margin-top: 1.0666666667vw;
  }

  .c-check {
    font-size: 4.2666666667vw;
    padding-left: 5.8666666667vw;
  }

  .c-check::after {
    top: 1.6vw;
    width: 4vw;
    height: 4vw;
  }

  .c-check.c-check--small {
    font-size: 4.2666666667vw;
    padding-left: 6.6666666667vw;
  }

  .c-check.c-check--small::after {
    width: 4vw;
    height: 4vw;
  }

  .c-consultation {
    width: 100%;
  }
  .c-consultation__head {
    margin-bottom: 2.6666666667vw;
  }

  .c-consultation__head .label {
    width: 12vw;
    height: 6.9333333333vw;
    font-size: 3.7333333333vw;
    margin-right: 2.1333333333vw;
  }

  .c-consultation__head .main {
    letter-spacing: 0em;
    font-size: 4.8vw;
  }

  .c-consultation__list {
    display: block;
    padding: 3.2vw 5.3333333333vw;
  }

  .c-consultation__list li {
    margin: 1.3333333333vw 0;
  }

  .c-fukidashi {
    padding: 4vw 0;
  }

  .c-fukidashi__text {
    font-size: 5.3333333333vw;
    padding: 0 18.6666666667vw 0 5.3333333333vw;
  }

  .c-fukidashi__img {
    width: 27.4666666667vw;
    height: auto;
    right: -2.6666666667vw;
    bottom: -1.0666666667vw;
  }

  .p-contact {
    margin-bottom: 16vw;
  }

  .p-contact__top {
    margin-top: 18.6666666667vw;
    padding: 7.4666666667vw 0 5.3333333333vw;
  }
  .p-contact__title {
    top: -6.6666666667vw;
    font-size: 10.6666666667vw;
  }

  .p-contact__top__company {
    margin-right: 0;
    margin-top: 1.8666666667vw;
  }

  .p-contact__top__company__fukidashi {
    font-size: 3.7333333333vw;
    padding-left: 12.8vw;
    margin-bottom: 0;
  }
  .p-contact__top__company__fukidashi::before,
  .p-contact__top__company__fukidashi::after {
    height: 4.8vw;
    margin: 0 2.6666666667vw;
  }

  .p-contact__top__company__logo {
    width: 100%;
    margin-bottom: 3.2vw;
  }

  .p-contact__bottom {
    padding: 5.3333333333vw 0 26.1333333333vw;
  }

  .p-contact__bottom::after {
    width: 28.8vw;
/* width: 18.8vw; */
    height: 50.1333333333vw;
	left: 0;
    bottom: auto;
/*     top: 8.8666666667vw; */
    top: 1.8666666667vw;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  .p-contact__bottom__head {
    margin-right: 0;
  }

  .p-contact__bottom__head__title {
    letter-spacing: 0.1em;
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }

  .p-contact__bottom__head__title::after {
    content: none;
  }

  .p-contact__bottom__head__list {
    width: 89%;
    margin-left: auto;
    display: block;
  }
  .p-contact__bottom__head__list li {
    width: 100%;
    margin: 0 0 0.8vw auto;
  }
  .p-contact__bottom__button {
    position: absolute;
    left: 0;
    bottom: 6.6666666667vw;
    width: 100%;
  }

  .p-footer {
    padding-bottom: 27.7333333333vw;
  }

  .p-footer__map iframe {
    height: 69.3333333333vw;
  }

  .p-footer__main {
    padding-top: 10.6666666667vw;
    padding-bottom: 6.9333333333vw;
    margin-bottom: 0;
  }

  .p-footer__main__company {
    width: 100%;
    margin: 0;
    border-right: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 10.6666666667vw;
    margin-bottom: 9.3333333333vw;
  }

  .p-footer__main__company__logo {
    width: 100%;
    margin-bottom: 2.9333333333vw;
  }

  .p-footer__main__company__address {
    margin-bottom: 3.4666666667vw;
    font-size: 3.7333333333vw;
    max-width: auto;
  }

  .p-footer__main__company__tel {
    margin-bottom: 6.6666666667vw;
    justify-content: space-between;
  }
  .p-footer__main__company__tel .free {
    width: 24vw;
    padding: 2.4vw 0;
    font-size: 3.7333333333vw;
    margin: 0;
  }

  .p-footer__main__company__tel .info {
    width: 66.1333333333vw;
    justify-content: space-between;
  }

  .p-footer__main__company__tel .info svg {
    width: 7.2vw;
    height: auto;
  }

  .p-footer__main__company__tel .number {
    margin: 0;
    font-size: 7.7333333333vw;
  }

  .p-footer__main__company__tel .number a {
    pointer-events: auto;
  }

  .p-footer__main__company__tel .time {
    font-size: 3.7333333333vw;
    text-indent: 0;
  }

  .p-footer__main__navi:last-child {
    margin-left: 16vw;
  }

  .p-footer__main__navi__list {
    font-size: 3.7333333333vw;
    margin-bottom: 4.8vw;
  }

  .p-footer__copyright {
    font-size: 3.2vw;
  }
  .p-footer__contact {
    display: none;
  }

  .p-navigation {
    display: none;
  }
  .p-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    background: #fff;
  }

  .p-header__top {
    padding: 0;
    height: 17.3333333333vw;
  }

  .p-header__top__logo {
    width: 68.5333333333vw;
  }
.p-header__sns__box,
  .p-header__top__tel {
    display: none;
  }
  
  .p-header__sns__box_sp{
	  padding-top: 12vw;
  }
    .p-header__sns__box_sp ul{
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-wrap: wrap;
    }
        .p-header__sns__box_sp ul li{
	        margin: 0 2vw;
        }
  .header__top__logo__text {
    /* font-size: 8px; */
    font-size: 2.2vw;
  }
  .p-header__top__button {
    display: none;
  }

  .p-header__menu {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 17.3333333333vw;
    height: 100%;
    padding-top: 1.3333333333vw;
    background: #00bc8b;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
  }
  .p-header__menu.is-open .p-header__menu__bar:nth-child(1) {
    transform: translate(0, 5.3333333333vw) rotate(45deg);
  }
  .p-header__menu.is-open .p-header__menu__bar:nth-child(2) {
    transform: translate(0, 1.6vw) rotate(-45deg);
  }
  .p-header__menu.is-open .p-header__menu__text {
    opacity: 0;
  }

  .p-header__navigation {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    color: #fff;
    padding: 20.2666666667vw 4vw;
    background: #00bc8b;
    z-index: 100;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .p-header__navigation.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .p-page_navi {
    gap: 5.3333333333vw;
    padding: 16vw 0;
  }
  .p-page_navi__list {
    width: 100%;
  }

  .p-page_navi__list a {
    height: 69.6vw;
  }
  .p-page_navi__list .fukidashi {
    font-size: 4.2666666667vw;
  }

  .p-page_navi02 {
    margin-top: 8vw;
  }
  .p-page_navi02__list {
    width: 44vw;
    margin-bottom: 4vw;
    padding-bottom: 4.8vw;
  }

  .p-page_navi02__list .img {
    height: 22.1333333333vw;
    padding-top: 0;
  }
  .p-page_navi02__list .img img {
    width: auto;
    height: 100%;
    position: relative;
    top: 10%;
  }

  .p-page_navi02__list .img.photo {
    width: 100%;
    height: auto;
  }
  .p-page_navi02__list .img.img_1 img,
  .p-page_navi02__list .img.img_2 img,
  .p-page_navi02__list .img.img_3 img,
  .p-page_navi02__list .img.img_4 img,
  .p-page_navi02__list .img.img_5 img,
  .p-page_navi02__list .img.img_6 img {
    width: auto;
  }

  .p-page_navi02__list .text {
    font-size: 3.7333333333vw;
    padding: 0 4vw;
    display: block;
  }

  .p-page_navi__fukidashi {
    font-size: 4.8vw;
    letter-spacing: 0;
    margin-top: 14.4vw;
    margin-bottom: -12vw;
  }
  .p-page_navi__fukidashi.p-page_navi__fukidashi--stem-cells {
    margin-bottom: 0;
    margin-left: -8vw;
    margin-right: -8vw;
  }

  .p-page_navi__fukidashi::before,
  .p-page_navi__fukidashi::after {
    height: 5.3333333333vw;
    margin: 0 3vw;
  }

  .p-page {
    padding-top: 17.3333333333vw;
  }

  .p-page__head {
    padding: 4.5333333333vw 0 5.8666666667vw;
  }

  .p-page__head .jp {
    font-size: 6.1333333333vw;
    margin-bottom: 0;
  }

  .p-page__head .en {
    font-size: 3.7333333333vw;
  }

  .p-page__breadcrumb {
    padding: 3.2vw 0 6.9333333333vw;
    font-size: 3.7333333333vw;
  }

  .p-page__more {
    margin-top: 8vw;
  }

  .p-page__more__fukidashi {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }

  .p-page__more__fukidashi::before,
  .p-page__more__fukidashi::after {
    height: 4.8vw;
    margin: 0 2.6666666667vw;
  }

  .p-page__anchor {
    overflow-x: scroll;
    overflow-y: visible;
    width: calc(100% + 4vw);
    margin-bottom: 4vw;
  }
  .p-page__anchor__list {
    width: 205.3333333333vw;
    padding-bottom: 4.8vw;
    gap: 1.3333333333vw;
  }

  .p-page__anchor__list.p-page__anchor__list--clinic {
    width: 122.6666666667vw;
  }

  .p-page__anchor__list.p-page__anchor__list--number {
    margin-top: 2.6666666667vw;
  }

  .p-page__anchor__list.p-page__anchor__list--number a::before {
    font-size: 6.4vw;
  }

  .p-page__anchor__list a {
    font-size: 3.7333333333vw;
    padding: 5.8666666667vw 0;
  }
  .p-page__anchor__list a::after {
    bottom: 2.1333333333vw;
    width: 3.2vw;
    height: 1.8666666667vw;
  }

  .p-about_lower__beginner {
    margin-bottom: 5.8666666667vw;
  }

  .p-about_lower__beginner__lead {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .p-about_lower__beginner__lead .text {
    letter-spacing: 0;
    order: 5;
    margin: 2.6666666667vw 0 0;
    font-size: 6.1333333333vw;
  }

  .p-about_lower__beginner__lead .icon {
    margin: 0 4vw;
  }

  .p-about_lower__beginner__comment {
    margin-top: 2.1333333333vw;
    font-size: 9.3333333333vw;
  }

  .p-about_lower__message {
    padding: 8.5333333333vw 0 26.6666666667vw;
    margin-bottom: 16vw;
    overflow: hidden;
    text-align: center;
  }
  .p-about_lower__message .img {
    bottom: -18.6666666667vw;
    right: auto;
    left: 2.6666666667vw;
    width: 41.6vw;
  }
  .p-about_lower__feature {
    margin-bottom: 0;
  }
  .p-about_lower__feature__list {
    display: block;
  }

  .p-about_lower__feature__list li {
    width: 100%;
    margin-bottom: 9.0666666667vw;
  }
  .p-about_lower__feature__list .head {
    font-size: 4.8vw;
    height: 22.6666666667vw;
    padding-left: 9.3333333333vw;
    margin-bottom: 4.8vw;
    letter-spacing: 0;
  }
  .p-about_lower__feature__list .head::before {
    left: 2.6666666667vw;
    font-size: 13.3333333333vw;
  }

  .p-about_lower__feature__list .img {
    height: 48.5333333333vw;
    margin-bottom: 4.2666666667vw;
  }
  .p-about_lower__feature__list .img img {
    width: auto;
    height: 100%;
  }
  .p-about_lower__feature__list .img.img_1 img,
  .p-about_lower__feature__list .img.img_2 img,
  .p-about_lower__feature__list .img.img_3 img,
  .p-about_lower__feature__list .img.img_4 img,
  .p-about_lower__feature__list .img.img_5 img,
  .p-about_lower__feature__list .img.img_6 img {
    width: auto;
  }

  .p-about_lower__after__banner .in {
    margin-top: -1.3333333333vw;
    padding: 6.6666666667vw 5.3333333333vw;
  }
  .p-about_lower__after__banner p + dl {
    margin-top: 6.1333333333vw;
  }

  .p-about_lower__after__banner dl {
    display: block;
  }

  .p-about_lower__after__banner dl + dl {
    margin-top: 6.4vw;
  }

  .p-about_lower__after__banner dt {
    width: 100%;
  }

  .p-about_lower__after__banner dd {
    width: 100%;
    margin: 2.1333333333vw 0 0;
  }

  .u-hide_pc {
    display: block;
  }

  .u-hide_sp {
    display: none;
  }
  
  
  
  
}

.lightbox_mintxt{
	font-size: 1.4rem;
	padding-top: 20px;
	line-height: 2.2;
}
.lightbox_mintxt a{
	text-decoration: underline;
}

@media (max-width: 1280px) {
	.p-header__top__logo {
/* 	  width: 23.8rem; /* 418px */
width:28.8rem;
	  margin-right: auto;
	  display: block;
	  
	}
}

.page-id-22 .p-treatment__fee .label{
	margin-left: 0;
	margin-right: 1rem;
}


.page-id-10{
	.p-menu__difference__column__row{
		.p-menu__difference__purpose{
		.c-text{
			font-size: 1.4rem;			
		}
			
		}
	}
}

.categorybox{
	display: flex;
	gap:1.4rem;
}
@media (max-width: 768px) {
	.databox{
		display: block !important;
	}	
	.categorybox{
		flex-wrap: wrap;
		.category{
			white-space: nowrap;
		}
	}
	
	.ensitebox{
		margin-bottom: 4rem;
		font-size: 1.4rem;
			margin-left: 1rem;		
		.icon{
			padding-left: 1rem;
			display: inline-block;
			transform: translateY(-0.1rem);
		}
	}
}