*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

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

/* Blur images when they have no alt attribute */

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

/* フォームリセット */

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

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}

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

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

/* リキッドレイアウト対応 */

@font-face {
	font-display: swap;
	src: url("../font/NotoSansJP-Light.woff2") format("woff2"), url("../font/NotoSansJP-Light.woff") format("woff"), url("../font/NotoSansJP-Light.ttf") format("truetype");
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-display: swap;
	src: url("../font/NotoSansJP-Regular.woff2") format("woff2"), url("../font/NotoSansJP-Regular.woff") format("woff"), url("../font/NotoSansJP-Regular.ttf") format("truetype");
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-display: swap;
	src: url("../font/NotoSansJP-Medium.woff2") format("woff2"), url("../font/NotoSansJP-Medium.woff") format("woff"), url("../font/NotoSansJP-Medium.ttf") format("truetype");
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-display: swap;
	src: url("../font/NotoSansJP-SemiBold.woff2") format("woff2"), url("../font/NotoSansJP-SemiBold.woff") format("woff"), url("../font/NotoSansJP-SemiBold.ttf") format("truetype");
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 600;
}

@font-face {
	font-display: swap;
	src: url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff"), url("../font/NotoSansJP-Bold.ttf") format("truetype");
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-display: swap;
	src: url("../font/NotoSansJP-ExtraBold.woff2") format("woff2"), url("../font/NotoSansJP-ExtraBold.woff") format("woff"), url("../font/NotoSansJP-ExtraBold.ttf") format("truetype");
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 800;
}

@font-face {
	font-display: swap;
	src: url("../font/ShipporiMincho-Medium.woff2") format("woff2"), url("../font/ShipporiMincho-Medium.woff") format("woff"), url("../font/ShipporiMincho-Medium.ttf") format("truetype");
	font-family: "ShipporiMincho";
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-display: swap;
	src: url("../font/ShipporiMincho-Regular.woff2") format("woff2"), url("../font/ShipporiMincho-Regular.woff") format("woff"), url("../font/ShipporiMincho-Regular.ttf") format("truetype");
	font-family: "ShipporiMincho";
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-display: swap;
	src: url("../font/ShipporiMincho-SemiBold.woff2") format("woff2"), url("../font/ShipporiMincho-SemiBold.woff") format("woff"), url("../font/ShipporiMincho-SemiBold.ttf") format("truetype");
	font-family: "ShipporiMincho";
	font-style: normal;
	font-weight: 600;
}

body {
	background: #e6f3f7;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0;
}

.u-mobile {
	display: none;
}

.u-mobile--lg {
	display: none;
}

a:hover {
	opacity: 0.7;
}

html {
	font-size: 62.5%;
}

/* pcの電話番号発信対応 */

a[href^="tel:"] {
	/* pointer-events: none; */
}

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.l-footer {
	text-align: center;
}

.l-header {
	background: #fff;
	-webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
	box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
	left: 50%;
	max-width: 375px;
	max-width: 37.5rem;
	overflow: unset;
	position: fixed;
	top: -100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: top 0.3s ease;
	transition: top 0.3s ease;
	white-space: nowrap;
	width: 100%;
	z-index: 999;
}

.l-header.thanks-header {
	top: 0;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 375px;
	max-width: 37.5rem;
	width: 100%;
}

.l-inner-s {
	margin: 0 auto;
	width: 90%;
}

.c-header-anime {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.c-header-anime:not(.key) {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.c-header-anime.right-in {
	opacity: 0;
}

.c-cta__campaign {
	background: -webkit-gradient(linear, left top, right top, from(#C6973D), to(#FBF4BF));
	background: linear-gradient(to right, #C6973D, #FBF4BF);
	padding: 3px;
	padding: 0.3rem;
	position: relative;
}

.c-cta__campaign-wrap {
	background-color: #fff;
}

.c-cta__campaign-ttl {
	background-color: #DA606E;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0;
	padding: 3px 10px;
	padding: 0.3rem 1rem;
	text-align: center;
}

.c-cta__btn {
	margin-top: 21px;
	margin-top: 2.1rem;
	position: relative;
}

.c-cta__btn a {
	background: -webkit-gradient(linear, left top, left bottom, from(#83E0A0), color-stop(10%, #03892D));
	background: linear-gradient(#83E0A0 0%, #03892D 10%);
	border: 2px solid #fff;
	border: 0.2rem solid #fff;
	border-radius: 5rem;
	display: block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 700;
	overflow: hidden;
	padding: 10px 0 7px;
	padding: 1rem 0 0.7rem;
	position: relative;
	width: 100%;
}

.c-cta__btn a::after {
	background: url(../images/cta_btn_arrow.png) no-repeat;
	background-size: 100%;
	bottom: 0;
	content: "";
	height: 20px;
	height: 2rem;
	margin: auto;
	position: absolute;
	right: 20px;
	right: 2rem;
	top: 0;
	width: 20px;
	width: 2rem;
}

.c-cta__btn a::before {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: shiny;
	animation-name: shiny;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
	content: "";
	height: 100%;
	left: -20%;
	position: absolute;
	top: -10%;
	-webkit-transform: scale(2) rotate(20deg);
	transform: scale(2) rotate(20deg);
	width: 40px;
}

.c-cta__btn-free {
	left: 0;
	position: absolute;
	top: -15px;
	top: -1.5rem;
	width: 58px;
	width: 5.8rem;
	z-index: 9;
}

.c-cta__btn-submit {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}

.c-cta__btn-submit span {
	color: #FFFF21;
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: -0.05em;
}

.c-flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-access {
	background: url(../images/access-bg.jpg);
	padding-bottom: 33px;
}

.access-heading {
	position: relative;
}

.access-h2 {
	color: #fff;
	font-family: "Shippori Mincho", serif;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 8%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.access-content {
	background: #FFFFFF;
	margin: 40px auto 100px;
	padding: 40px 4%;
	padding: 4rem 4%;
	width: 90%;
}

.access-img {
	padding-top: 40px;
}

.access-txt {
	margin-top: 40px;
	margin-top: 4rem;
}

.access-txt p {
	color: #37AECB;
	font-family: "Shippori Mincho", serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.8;
	margin: 0;
}

.access-txt ul {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.8;
	list-style: none;
	margin: 13px 0 0;
	padding: 0;
}

.access-txt li {
	margin-bottom: 30px;
}

.access-txt li:last-child {
	margin-bottom: 0;
}

.access-h2 {
	font-family: "Shippori Mincho", serif;
	font-size: 27px;
}

.access-content {
	margin: 20px auto 50px;
	padding: 20px 4%;
	padding: 2rem 4%;
}

.access-txt {
	margin-top: 20px;
	margin-top: 2rem;
}

.access-txt ul {
	font-size: 16px;
	margin: 0;
}

.access-txt li {
	margin-bottom: 15px;
}

.access-txt p {
	font-size: 20px;
}

.p-approach {
	background: url(../images/approach-bg.jpg);
	background: url(../images/approach-bg.webp), none;
	padding-bottom: 60px;
}

.approach-heading {
	position: relative;
}

.approach-h2 {
	color: #fff;
	font-family: "Shippori Mincho", serif;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 9%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.approach-card {
	margin-top: 60px;
}

.approach-card dl {
	margin: 40px 0 0;
}

.approach-card-heading {
	color: #37AECB;
	font-family: "Shippori Mincho", serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.8;
	margin: 0;
	text-align: center;
}

.approach-card dd {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	margin: 20px auto 0;
	width: 90%;
}

.approach-h2 {
	font-size: 26px;
}

.approach-card {
	margin-top: 30px;
}

.img-box.approach-slick {
	margin-top: 50px;
}

h3.approach-card-heading.margin-bottom15 {
	font-family: "Shippori Mincho", serif;
	margin-bottom: 20px;
}

.approach-slider {
	margin-bottom: 0;
}

.slider picture img {
	margin: 0 auto;
	width: 96% !important;
}

.slider-02 .slick-dots li {
	margin: 0 10px !important;
}

.slider-02 .slick-dots li button::before {
	color: #222 !important;
	font-size: 50px !important;
}

.p-case__box01 {
	background: url(../images/case_box01_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.p-case__h2 {
	background: url(../images/case_h2_bg.png) no-repeat;
	background-size: 100%;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	padding: 4px 0 18px;
	padding: 0.4rem 0 1.8rem;
	text-align: center;
}

.p-case__h2 span {
	font-size: 37px;
	font-size: 3.7rem;
}

.p-case__box01-ttl {
	font-size: 22px;
	font-size: 2.2rem;
	margin: 20px 0;
	margin: 2rem 0;
	position: relative;
	text-align: center;
}

.p-case__box01-ttl .case_box01_title {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 40px;
	top: 4rem;
	width: 86%;
}

.p-case__box01-doctor {
	margin-left: auto;
	padding-top: 130px;
	padding-top: 13rem;
	width: 95%;
}

.p-case__box02 {
	background: url(../images/case_slide_bg.jpg) no-repeat;
	background: url(../images/case_slide_bg.webp) no-repeat, none;
	background-size: cover;
	padding: 21px 0 32px;
	padding: 2.1rem 0 3.2rem;
}

.p-case__beforeafter {
	border: 5px solid #EAD396;
	border: 0.5rem solid #EAD396;
	margin: 0 14px;
	margin: 0 1.4rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.p-case__beforeafter:last-child {
	margin-bottom: 0;
}

.p-case__beforeafter-img {
	position: relative;
}

.p-case__beforeafter-ttl {
	background-color: #EAD396;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	padding: 8px 0;
	padding: 0.8rem 0;
	text-align: center;
}

.p-case__box03 {
	background: url(../images/case_picture_bg.jpg) no-repeat;
	background-size: cover;
	padding: 35px 0;
	padding: 3.5rem 0;
}

.p-case__box03-ttl {
	border: 1px solid;
	border: 0.1rem solid;
	border-left: none;
	border-right: none;
	font-family: "Shippori Mincho", serif;
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 17px;
	margin-bottom: 1.7rem;
	padding: 3.4px 0;
	padding: 0.34rem 0;
	text-align: center;
}

.p-case__box03-lists {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.p-case__box03-list {
	margin-bottom: 18px;
	margin-bottom: 1.8rem;
}

.p-case__box03-list:last-child {
	margin-bottom: 0;
}

.p-case__box03-list span {
	background-color: #EAD396;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	padding: 5px 0;
	padding: 0.5rem 0;
	text-align: center;
}

.p-case__box03-note {
	background-color: #E1D7C4;
	font-size: 10px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
	padding: 11px 10px;
	padding: 1.1rem 1rem;
}

.l-top .contact .top-text {
	background: url(../images/contact_text_bg.png) no-repeat 50%/100% 100%;
	color: #fff;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.44;
	padding-bottom: 15px;
	padding-bottom: 1.5rem;
	padding-top: 15px;
	padding-top: 1.5rem;
	text-align: center;
}

.l-top .contact .form {
	background-color: #fff;
	padding: 15px 16.5px 25px;
	padding: 1.5rem 16.5px 2.5rem;
}

.l-top .contact .form .form-dl {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.l-top .contact .form .form-dl .dl-in {
	border-bottom: 1px solid #35adcb;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding-bottom: 20px;
	padding-bottom: 2rem;
}

.l-top .contact .form .form-dl .dl-in > dt {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.l-top .contact .form .form-dl .dl-in > dt .caution {
	background-color: #35adcb;
	border-radius: 0.2rem;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	margin-right: 8px;
	padding: 3px 5px;
	padding: 0.3rem 5px;
}

.l-top .contact .form .form-dl .dl-in > dt .label {
	color: #222;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
}

.l-top .contact .form .form-dl .dl-in > dd .ph {
	color: #c7c7c7;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
	margin-top: 8px;
	margin-top: 0.8rem;
}

.l-top .contact .form .form-dl .dl-in > dd .input,
.l-top .contact .form .form-dl .dl-in > dd .textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0.2rem;
	padding: 0.5em 10px;
	padding: 0.5em 1rem;
	width: 100%;
}

.l-top .contact .form .form-dl .dl-in > dd .textarea {
	min-height: 150px;
	min-height: 15rem;
	resize: vertical;
}

.l-top .contact .form .form-dl .dl-in > dd .privacy-statement {
	border: 1px solid #ddd;
	color: #222;
	height: 160px;
	height: 16rem;
	overflow-y: scroll;
	padding: 15px 10px;
	padding: 1.5rem 1rem;
}

.l-top .contact .form .form-dl .dl-in > dd .privacy-statement .main-head {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 12.5px;
	margin-bottom: 1.25rem;
}

.l-top .contact .form .form-dl .dl-in > dd .privacy-statement .head {
	border-bottom: 1px solid #313131;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding-bottom: 4px;
	padding-bottom: 0.4rem;
}

.l-top .contact .form .form-dl .dl-in > dd .privacy-statement .text {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.45;
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
}

.l-top .contact .form .form-dl .dl-in > dd .privacy-statement .text:last-of-type {
	margin-bottom: 0;
}

.l-top .contact .form .form-dl .dl-in > dd .privacy-statement .privacy-list {
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
	margin-top: -10px;
	margin-top: -1rem;
}

.l-top .contact .form .form-dl .dl-in > dd .privacy-statement .privacy-list > li {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.45;
}

.l-top .contact .form .form-dl .dl-in > dd .check {
	margin-top: 10px;
	margin-top: 1rem;
}

.l-top .contact .form .form-dl .dl-in:last-of-type {
	margin-bottom: 0;
}

.l-top .contact .form .btn-list > li {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.l-top .contact .form .btn-list > li form {
	width: 100%;
}

.l-top .contact .form .btn-list > li:last-of-type {
	margin-bottom: 0;
}

.l-top .contact .form .conp-text {
	line-height: 1.5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	text-align: center;
}

.md-btn:before {
	background: none;
	content: "";
	display: inline-block;
	height: 100%;
	position: absolute;
	top: 0;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	width: 100%;
	z-index: -1;
}

.md-btn.riverse:before {
	right: -100%;
}

.md-btn:hover.riverse:before,
a:hover .md-btn.riverse:before {
	right: 0;
}

.md-btn.black:before,
.md-btn.black:hover,
a:hover .md-btn.black {
	background-color: #fff;
	color: #333;
}

.md-btn.black {
	background-color: #333;
	border: 1px solid #333;
	border-radius: 6px;
	color: #fff;
	font-weight: 700;
}

.md-btn.mat button {
	background: transparent;
	border: 0;
	color: inherit;
	display: inline-block;
	font-size: inherit;
	font-weight: inherit;
	line-height: 1;
	outline: none;
	padding: 1em;
	-webkit-transition: color 0s;
	transition: color 0s;
	width: 100%;
}

.p-contact {
	margin: 0 auto;
	width: 90%;
}

form.form {
	background-color: #fff;
	padding: 15px 16.5px 25px;
	padding: 1.5rem 16.5px 2.5rem;
}

.dl-in {
	border-bottom: 1px solid #35adcb;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding-bottom: 20px;
	padding-bottom: 2rem;
}

.dl-in dt {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

span.caution {
	background-color: #35adcb;
	border-radius: 0.2rem;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	margin-right: 8px;
	padding: 3px 5px;
	padding: 0.3rem 5px;
}

label.label {
	color: #222;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
}

input.input,
textarea.textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0.2rem;
	padding: 0.5em 10px;
	padding: 0.5em 1rem;
	width: 100%;
}

p.ph {
	color: #c7c7c7;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
	margin-top: 8px;
	margin-top: 0.8rem;
}

textarea.textarea {
	min-height: 150px;
	min-height: 15rem;
	resize: vertical;
}

.privacy-statement {
	border: 1px solid #ddd;
	color: #222;
	height: 160px;
	height: 16rem;
	overflow-y: scroll;
	padding: 15px 10px;
	padding: 1.5rem 1rem;
}

p.main-head {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 12.5px;
	margin-bottom: 1.25rem;
}

p.text {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.45;
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
}

p.head {
	border-bottom: 1px solid #313131;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding-bottom: 4px;
	padding-bottom: 0.4rem;
}

p.check {
	margin-top: 10px;
	margin-top: 1rem;
}

div#contact {
	padding-bottom: 36px;
	padding-bottom: 3.6rem;
}

.md-btn.blue {
	background-color: #35adcb;
	border: 1px solid #35adcb;
	border-radius: 6px;
	color: #fff;
	font-weight: 700;
}

.md-btn.blue::before {
	background: none;
	background-color: #fff;
	color: #35adcb;
	content: "";
	display: inline-block;
	height: 100%;
	position: absolute;
	top: 0;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	width: 100%;
	z-index: -1;
}

.md-btn.blue button {
	background: transparent;
	border: 0;
	color: inherit;
	display: inline-block;
	font-size: inherit;
	font-weight: inherit;
	line-height: 1;
	outline: none;
	padding: 1em;
	-webkit-transition: color 0s;
	transition: color 0s;
	width: 100%;
}

.md-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	overflow: hidden;
	padding: 1em;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	vertical-align: middle;
	width: 100%;
	z-index: 1;
}

.md-btn:not(.riverse):before {
	left: -100%;
}

.md-btn.blue:before,
.md-btn.blue:hover,
a:hover .md-btn.blue {
	background-color: #fff;
	color: #35adcb;
}

.md-btn:hover:not(.riverse):before,
a:hover .md-btn:not(.riverse):before {
	left: 0;
}

.l-top .access-contact-bg {
	background: url(../images/access-bg.jpg) repeat 50%/100% auto;
}

#thanks {
	margin-top: 50px;
	padding: 40px 0;
	padding: 4rem 0;
}

.sp-wrap {
	padding-left: 5.333%;
	padding-right: 5.333%;
}

.l-top .contact .top-text {
	background: url(../images/access-heading02.jpg) no-repeat 50%/100% 100%;
	color: #fff;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.44;
	padding-bottom: 15px;
	padding-bottom: 1.5rem;
	padding-top: 15px;
	padding-top: 1.5rem;
	text-align: center;
}

.l-top .contact .form .conp-text {
	line-height: 1.5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	text-align: center;
}

.p-doctor {
	background: url(../images/doctor_bg.jpg) no-repeat;
	background: url(../images/doctor_bg.webp) no-repeat, none;
	background-size: cover;
	padding-bottom: 40px;
	padding-bottom: 4rem;
	padding-top: 25px;
	padding-top: 2.5rem;
}

.p-doctor__h2 {
	background: url(../images/doctor_h2_flame.png) no-repeat;
	background-position: center top;
	background-size: 95%;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	padding-bottom: 10px;
	padding-bottom: 1rem;
	padding-bottom: 35px;
	padding-bottom: 3.5rem;
	padding-top: 22px;
	padding-top: 2.2rem;
	text-align: center;
	width: 100%;
}

.p-doctor__h2 span {
	display: block;
	font-size: 25px;
	font-size: 2.5rem;
}

.p-doctor__item {
	margin-bottom: 19px;
	margin-bottom: 1.9rem;
	padding-bottom: 40px;
	padding-bottom: 4rem;
}

.p-doctor__item01 {
	background: url(../images/doctor_frame1.png) no-repeat;
	background: url(../images/doctor_frame1.webp) no-repeat, none;
	background-size: 100% 100%;
}

.p-doctor__item02 {
	background: url(../images/doctor_frame2.png) no-repeat;
	background: url(../images/doctor_frame2.webp) no-repeat, none;
	background-size: 100% 100%;
}

.p-doctor__item03 {
	background: url(../images/doctor_frame3.png) no-repeat;
	background: url(../images/doctor_frame3.webp) no-repeat, none;
	background-size: 100% 100%;
}

.p-doctor__item-ttl {
	margin: 0 auto;
	padding: 40px 0 20px;
	padding: 4rem 0 2rem;
	width: 69%;
}

.p-doctor__item-ttl02 {
	width: 65%;
}

.p-doctor__item-img {
	margin: 0 auto 20px;
	margin: 0 auto 2rem;
	width: 59%;
}

.p-doctor__read {
	color: #fff;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
	text-align: center;
}

.p-doctor__name {
	color: #fff;
	display: block;
	font-family: "Shippori Mincho", serif;
	font-size: 25px;
	font-size: 2.5rem;
	letter-spacing: 0.07em;
	line-height: 1.6;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
	text-align: center;
}

.p-doctor__name-img {
	display: block;
	margin: 0 auto 10px;
	margin: 0 auto 1rem;
	width: 118px;
	width: 11.8rem;
}

.p-doctor__item-data {
	color: #fff;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding: 0 20px;
	padding: 0 2rem;
}

.p-doctor__item-data:last-child {
	margin-bottom: 0;
}

.p-doctor__item-career {
	font-weight: 500;
	padding-left: 30px;
	padding-left: 3rem;
	position: relative;
}

.p-doctor__item-career::before {
	background: url(../images/doctor_ttl_ic.svg) no-repeat;
	content: "";
	height: 15px;
	height: 1.5rem;
	left: 10px;
	left: 1rem;
	position: absolute;
	top: 65%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
	width: 1.5rem;
}

.p-doctor__item-txt {
	letter-spacing: 0.01em;
	line-height: 1.5;
	margin-left: 10px;
	margin-left: 1rem;
	margin-top: 8px;
	margin-top: 0.8rem;
}

.p-faq {
	background: url(../images/faq_bg.jpg) no-repeat;
	background-size: cover;
	padding: 40px 0;
	padding: 4rem 0;
}

.p-faq__h2 {
	font-family: "Shippori Mincho", serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	text-align: center;
}

.p-faq__h2 span {
	font-size: 32px;
	font-size: 3.2rem;
}

.p-faq__box {
	background-color: #fff;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 16px;
	padding: 1.6rem;
}

.p-faq__box:last-child {
	margin-bottom: 0;
}

.p-faq__q {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
}

.p-faq__q img {
	margin-right: 10px;
	margin-right: 1rem;
	width: 40px;
	width: 4rem;
}

.p-faq__q::before {
	background: #989898;
	content: "";
	height: 1px;
	height: 0.1rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, 0) rotate(90deg);
	transform: translate(0, 0) rotate(90deg);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 13px;
	width: 1.3rem;
}

.p-faq__q::after {
	background: #989898;
	content: "";
	height: 1px;
	height: 0.1rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, 0) rotate(0deg);
	transform: translate(0, 0) rotate(0deg);
	width: 13px;
	width: 1.3rem;
}

.p-faq__q.active::before {
	-webkit-transform: translate(0, 0) rotate(0deg);
	transform: translate(0, 0) rotate(0deg);
}

.p-faq__q.active::after {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.p-faq__a {
	background-color: #F7F7F7;
	margin-top: 16px;
	margin-top: 1.6rem;
	padding: 10px;
	padding: 1rem;
}

.p-feature {
	background: url(../images/feature_bg.jpg) no-repeat;
	background: url(../images/feature_bg.webp) no-repeat, none;
	background-size: cover;
	padding: 30px 0 20px;
	padding: 3rem 0 2rem;
}

.p-feature__h2 {
	margin: 0 auto;
	width: 93%;
}

.p-feature__lists {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
	margin-top: 1rem;
}

.p-feature__list {
	width: 50%;
}

.p-feature__list-no {
	color: #A39587;
	font-family: "Shippori Mincho", serif;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	width: 40%;
}

.p-feature__list-no span {
	border-bottom: 1px solid;
	border-bottom: 0.1rem solid;
	display: block;
	font-size: 33px;
	font-size: 3.3rem;
}

.p-feature__list-ic {
	padding: 10px;
	padding: 1rem;
	width: 50%;
}

.p-feature__list-txt {
	font-family: "Shippori Mincho", serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 800;
	line-height: 1.4285714286;
	text-align: center;
}

.p-feature__list-txt span {
	color: #54A8B3;
	font-size: 21px;
	font-size: 2.1rem;
}

.p-feature__list-txt .big {
	font-size: 42px;
	font-size: 4.2rem;
}

.p-flow {
	background: url(../images/flow_bg.jpg) no-repeat;
	background-size: cover;
	padding: 43px 0 40px;
	padding: 4.3rem 0 4rem;
}

.p-flow__h2 {
	font-family: "Shippori Mincho", serif;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.1;
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
	text-align: center;
}

.p-flow__h2 span {
	color: #C6973D;
	font-size: 32px;
	font-size: 3.2rem;
}

.p-flow__ttl {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	text-align: center;
}

.p-flow__list {
	background-color: #fff;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.p-flow__list:last-child {
	background: url(../images/flow_step6_ic.png) no-repeat bottom right 5px/34%;
	background: url(../images/flow_step6_ic.png) no-repeat bottom right 0.5rem/34%;
	background-color: #fff;
	margin-bottom: 0;
}

.p-flow__step-no {
	width: 46px;
	width: 4.6rem;
}

.p-flow__step-ttl {
	font-size: 15px;
	font-size: 1.5rem;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: -0.05em;
	margin-left: 15px;
	margin-left: 1.5rem;
}

.footer-content {
	background-color: #fff;
	padding: 50px 0;
	padding: 5rem 0;
}

.p-img.footer-logo {
	margin: 0 auto 40px;
	margin: 0 auto 4rem;
	width: 183px;
	width: 18.3rem;
}

.pagetop {
	margin: 0 auto;
	width: 86px;
	width: 8.6rem;
}

.copyright {
	color: #4B4B4B;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.33;
	margin: 62px 0 0;
	margin-top: 31px;
	text-align: center;
}

.p-header__frame {
	background-color: #fff;
	padding: 0 10px;
	padding: 0 1rem;
}

.p-header__logo {
	height: 60px;
	padding-left: 0;
	width: 240px;
}

.p-header__logo img {
	width: 100%;
}

.p-header__right {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2000;
}

.spNav {
	background: #37aecb;
	display: none;
	height: 100vh;
	padding-top: 70px;
	padding-top: 7rem;
	position: fixed;
	right: 0;
	top: 0;
	width: 340px;
}

.spNav.active {
	display: block;
	opacity: 1;
}

.spMenuBtn__box {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1001;
}

.spMenuBtn__bar:first-of-type {
	top: 19px;
	top: 1.9rem;
}

.spMenuBtn__bar:nth-of-type(2) {
	margin-top: -1px;
	top: 50%;
}

.spMenuBtn__bar:nth-of-type(3) {
	bottom: 19px;
	bottom: 1.9rem;
}

.spMenuBtn.active .spMenuBtn__bar:first-of-type {
	margin-top: -1px;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: top 0.5s, margin 0.5s, -webkit-transform 0.5s ease 0.5s;
	transition: top 0.5s, margin 0.5s, -webkit-transform 0.5s ease 0.5s;
	transition: top 0.5s, margin 0.5s, transform 0.5s ease 0.5s;
	transition: top 0.5s, margin 0.5s, transform 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
}

.spMenuBtn.active .spMenuBtn__bar:first-of-type {
	-webkit-transform: rotate(-25deg);
	transform: rotate(-25deg);
}

.spMenuBtn.active .spMenuBtn__bar:nth-of-type(2) {
	opacity: 0;
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.spMenuBtn.active .spMenuBtn__bar:nth-of-type(3) {
	bottom: 50%;
	margin-bottom: -1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: bottom 0.5s, margin 0.5s, -webkit-transform 0.5s ease 0.5s;
	transition: bottom 0.5s, margin 0.5s, -webkit-transform 0.5s ease 0.5s;
	transition: bottom 0.5s, margin 0.5s, transform 0.5s ease 0.5s;
	transition: bottom 0.5s, margin 0.5s, transform 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
}

.spMenuBtn.active .spMenuBtn__bar:nth-of-type(3) {
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
}

.spMenuBtn__bar {
	background: #000;
	border-radius: 0;
	display: block;
	height: 2px;
	left: 12px;
	left: 1.2rem;
	position: absolute;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	width: calc(100% - 2.4rem);
	z-index: 2;
}

.spMenuBtn__bar.active {
	background: #fff;
}

.spMenuBtn {
	cursor: pointer;
	display: inline-block;
	padding: 100% 0 0;
	position: relative;
	vertical-align: middle;
	width: 60px;
	width: 6rem;
}

.spNav__list > li > a {
	color: #fff;
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 12px 50px;
	padding: 1.2rem 5rem;
}

.p-message {
	background: url(../images/message_bg.jpg) no-repeat;
	background: url(../images/message_bg.webp) no-repeat, none;
	background-size: cover;
	padding: 75px 0 34px;
	padding: 7.5rem 0 3.4rem;
}

.p-message__h2 {
	color: #C6973D;
	font-family: "Shippori Mincho", serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: -0.02em;
	position: relative;
	text-align: center;
}

.p-message__h2 span {
	font-size: 37px;
	font-size: 3.7rem;
}

.p-message__h2 img {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -33px;
	top: -3.3rem;
	width: 152px;
	width: 15.2rem;
}

.p-message__box {
	background-color: #fff;
	margin-top: 16px;
	margin-top: 1.6rem;
	padding: 17px 21px;
	padding: 1.7rem 2.1rem;
	position: relative;
}

.p-message__box::after {
	border: 1px solid #C6973D;
	border: 0.1rem solid #C6973D;
	content: "";
	height: 98%;
	left: 1%;
	margin: auto;
	position: absolute;
	top: 1%;
	width: 98%;
}

.p-message__txt {
	background: url(../images/message_bgimg.png) no-repeat bottom right/33%;
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	line-height: 1.7857142857;
}

.p-monitor {
	background: url(../images/monitor_bg.jpg) no-repeat;
	background: url(../images/monitor_bg.webp) no-repeat, none;
	background-size: cover;
	padding: 25px 0 34px;
	padding: 2.5rem 0 3.4rem;
}

.p-monitor__h2 {
	font-family: "Shippori Mincho", serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.652173913;
	text-align: center;
}

.p-monitor__h2 img {
	margin-bottom: -5px;
	margin-bottom: -0.5rem;
}

.p-monitor__h2 span {
	border-bottom: 1px solid #C6973D;
	font-size: 23px;
	font-size: 2.3rem;
	line-height: 1.652173913;
	padding-bottom: 2px;
	padding-bottom: 0.2rem;
}

.p-monitor__txt {
	font-family: "Shippori Mincho", serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75;
	margin-top: 18px;
	margin-top: 1.8rem;
	padding-bottom: 220px;
	padding-bottom: 22rem;
	text-align: center;
}

.p-monitor__img {
	margin: 5px 0 18px;
	margin: 0.5rem 0 1.8rem;
}

.p-mv__box01 {
	background: url(../images/mv_bg.jpg) no-repeat;
	background-size: 100%;
	padding-bottom: 10px;
	padding-bottom: 1rem;
	position: relative;
}

.p-mv__slide img {
	margin-left: auto;
	width: 69.5%;
}

.p-mv__txt {
	left: 10px;
	left: 1rem;
	position: absolute;
	top: 20px;
	top: 2rem;
}

.p-mv__txt .p-mv__txt01 {
	left: 77px;
	left: 7.7rem;
	position: absolute;
	width: 27.5%;
}

.p-mv__txt .p-mv__txt02 {
	width: 50%;
}

.p-mv__box02 {
	background: url(../images/mv_bg2.png) no-repeat;
	background: url(../images/mv_bg2.webp) no-repeat, none;
	background-size: cover;
	margin-top: -95px;
	margin-top: -9.5rem;
	padding-bottom: 22px;
	padding-bottom: 2.2rem;
	padding-top: 32px;
	padding-top: 3.2rem;
	position: relative;
}

.p-mv__box02-change {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-left: 40px;
	margin-left: 4rem;
}

.p-mv__box02-medal {
	width: 91px;
	width: 9.1rem;
}

.p-mv__box02-txt {
	font-family: "Shippori Mincho", serif;
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: 500;
	letter-spacing: 0;
	margin-left: 13px;
	margin-left: 1.3rem;
}

.p-mv__box02-txt span {
	display: block;
	font-size: 33px;
	font-size: 3.3rem;
	letter-spacing: 0.05em;
	padding-top: 0.1em;
	position: relative;
}

.p-mv__box02-txt span::before {
	content: "•••••";
	font-size: 17px;
	font-size: 1.7rem;
	left: 14px;
	left: 1.4rem;
	letter-spacing: 28px;
	letter-spacing: 2.8rem;
	position: absolute;
	top: -8px;
	top: -0.8rem;
}

.p-mv__box02-lists {
	margin: 3px 0;
	margin: 0.3rem 0;
}

.p-mv__box02-note {
	margin: 5px 0 6px;
	margin: 0.5rem 0 0.6rem;
}

.p-price {
	background: url(../images/price_bg.jpg) no-repeat;
	background-size: cover;
	padding: 40px 0;
	padding: 4rem 0;
}

.p-price__h2 {
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 600;
	padding-bottom: 65px;
	padding-bottom: 6.5rem;
	position: relative;
	text-align: center;
}

.p-price__h2::after {
	background: url(../images/price_h2_bg.png) no-repeat;
	background-size: 100%;
	bottom: 0;
	content: "";
	height: 110px;
	height: 11rem;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 10px;
	top: 1rem;
	width: 100%;
}

.p-price__h2 span {
	font-size: 32px;
	font-size: 3.2rem;
}

.p-price__table {
	width: 100%;
}

.p-price__table th,
.p-price__table td {
	border: 1px solid #C0B68D;
	border: 0.1rem solid #C0B68D;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	padding: 14px 10px;
	padding: 1.4rem 1rem;
	text-align: left;
}

.p-price__table th {
	background-color: #ECE2C7;
	width: 55%;
}

.p-price__table td {
	background-color: #fff;
	width: 45%;
}

.p-price__note {
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.01em;
	margin: 12px 0 20px;
	margin: 1.2rem 0 2rem;
}

.p-problem__box01 {
	background: url(../images/problem-bg1.jpg) no-repeat;
	background: url(../images/problem-bg1.webp) no-repeat, none;
	background-size: cover;
	padding: 58px 0 40px;
	padding: 5.8rem 0 4rem;
}

.p-problem__h2 {
	background: url(../images/problem_h2_frame.png) no-repeat;
	background-size: 100%;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2058823529;
	padding: 18px 0 48px;
	padding: 1.8rem 0 4.8rem;
	position: relative;
	text-align: center;
}

.p-problem__h2 span {
	color: #ECC187;
}

.p-problem__h2 img {
	left: 15px;
	left: 1.5rem;
	position: absolute;
	position: absolute;
	top: -20px;
	top: -2rem;
	width: 170px;
	width: 17rem;
}

.p-problem__box01-list img {
	width: 93px;
	width: 9.3rem;
}

.p-problem__box01-list .p-problem__box01-ill01 {
	margin-right: 20px;
	margin-right: 2rem;
}

.p-problem__box01-list .p-problem__box01-ill02 {
	margin-top: -20px;
	margin-top: -2rem;
	width: 109px;
	width: 10.9rem;
}

.p-problem__box01-list:nth-child(even) {
	margin-left: 20px;
	margin-left: 2rem;
	margin-top: -10px;
	margin-top: -1rem;
}

.p-problem__box01-list:nth-child(2) {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.p-problem__box01-check {
	color: #fff;
	font-weight: 400;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding-left: 30px;
	padding-left: 3rem;
	position: relative;
}

.p-problem__box01-check:last-child {
	margin-bottom: 0;
}

.p-problem__box01-check::before {
	background: url(../images/problem-check.svg) no-repeat;
	background-size: 100%;
	content: "";
	height: 20px;
	height: 2rem;
	left: 0;
	position: absolute;
	width: 20px;
	width: 2rem;
}

.p-problem__box01-check span {
	color: #ECC187;
	display: block;
	font-size: 17px;
	font-size: 1.7rem;
	text-decoration: underline;
}

.p-problem__box02 {
	background: url(../images/problem-bg3.jpg) no-repeat;
	background: url(../images/problem-bg3.webp) no-repeat, none;
	background-size: cover;
	padding-bottom: 40px;
	padding-bottom: 4rem;
}

.p-problem__box02-arrow {
	background: url(../images/problem-bg2.png) no-repeat;
	background: url(../images/problem-bg2.webp) no-repeat, none;
	background-size: 100% 100%;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-size: 34px;
	font-size: 3.4rem;
	letter-spacing: 0.1em;
	line-height: 1.3235294118;
	padding: 25px 0 40px;
	padding: 2.5rem 0 4rem;
	text-align: center;
}

.p-problem__box02-arrow span {
	color: #ECC187;
	font-size: 44px;
	font-size: 4.4rem;
	padding-top: 6px;
	padding-top: 0.6rem;
	position: relative;
}

.p-problem__box02-arrow span::before {
	content: "••";
	font-size: 25px;
	font-size: 2.5rem;
	left: 20px;
	left: 2rem;
	letter-spacing: 37px;
	letter-spacing: 3.7rem;
	position: absolute;
	position: absolute;
	top: -12px;
	top: -1.2rem;
}

.p-problem__box02-nodecrease {
	padding-top: 30px;
	padding-top: 3rem;
}

.p-problem__box02-ttl01 {
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	text-align: center;
}

.p-problem__box02-ttl01 span {
	background-color: #000;
	display: inline-block;
	margin-right: 4px;
	margin-right: 0.4rem;
	padding: 2px 5px;
	padding: 0.2rem 0.5rem;
	text-align: center;
}

.p-problem__box02-ttl01 span:first-child {
	margin-left: 4px;
	margin-left: 0.4rem;
}

.p-problem__box02-ttl02 {
	margin: 0 auto;
	width: 90%;
}

.p-problem__box02-lists {
	margin-top: 28px;
	margin-top: 2.8rem;
}

.p-problem__box02-list {
	margin-right: 18px;
	margin-right: 1.8rem;
}

.p-problem__box02-list:last-child {
	margin-right: 0;
}

.p-problem__box02-list span {
	color: #fff;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 11px;
	margin-top: 1.1rem;
	text-align: center;
}

.p-problem__box02-note {
	color: #fff;
	line-height: 1.7142857143;
	margin-top: 18px;
	margin-top: 1.8rem;
}

.p-problem__box02-note span {
	color: #FFFF21;
	text-decoration: underline;
}

.p-reason {
	background: url(../images/reason_bg.jpg) no-repeat;
	background: url(../images/reason_bg.webp) no-repeat, none;
	background-size: cover;
	padding-bottom: 50px;
	padding-bottom: 5rem;
}

.p-reason__h2 {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 28px 30px 53px;
	padding: 2.8rem 3rem 5.3rem;
}

.p-reason__lists {
	margin-bottom: 30px;
	margin-bottom: 3rem;
	margin-top: 13px;
	margin-top: 1.3rem;
}

.p-reason__list {
	margin-bottom: 28px;
	margin-bottom: 2.8rem;
}

.p-reason__list:last-child {
	margin-bottom: 0;
}

.p-reason__no {
	font-family: "Shippori Mincho", serif;
	font-size: 70px;
	font-size: 7rem;
	font-style: italic;
	line-height: 1.13;
	margin-bottom: 7px;
	margin-bottom: 0.7rem;
	position: relative;
	text-align: center;
}

.p-reason__no::before {
	background: url(../images/reason_h2_arrow_left.svg) no-repeat;
	background-size: 100%;
	bottom: 0;
	content: "";
	height: 8px;
	height: 0.8rem;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 140px;
	width: 14rem;
}

.p-reason__no::after {
	background: url(../images/reason_h2_arrow_right.svg) no-repeat;
	background-size: 100%;
	bottom: 0;
	content: "";
	height: 8px;
	height: 0.8rem;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 140px;
	width: 14rem;
}

.p-reason__no img {
	margin: 0 auto;
	width: 15%;
}

.p-reason__ttl {
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.3;
	margin-bottom: 13px;
	margin-bottom: 1.3rem;
	text-align: center;
}

.p-reason__ttl span {
	font-size: 31px;
	font-size: 3.1rem;
}

.p-reason__ttl .p-reason__ttl-big {
	font-size: 46px;
	font-size: 4.6rem;
}

.p-reason__ttl03 .p-reason__ttl-nextbig {
	font-size: 30px;
	font-size: 3rem;
}

.p-reason__ttl03 .p-reason__ttl-big {
	font-size: 38px;
	font-size: 3.8rem;
}

.p-reason__img {
	margin: 0 auto 10px;
	margin: 0 auto 1rem;
	width: 88%;
}

.p-reason__img:last-child {
	margin-bottom: 0;
}

.p-reason__img02 {
	width: 100%;
}

.p-reason__img04 {
	width: 100%;
}

.p-reason__txt {
	color: #fff;
	line-height: 1.7142857143;
	margin-top: 13px;
	margin-top: 1.3rem;
}

.p-record__box01 {
	background: url(../images/record_bg01.jpg) no-repeat;
	background-size: cover;
	padding: 40px 0 34px;
	padding: 4rem 0 3.4rem;
}

.p-record__h2 {
	margin-bottom: 9px;
	margin-bottom: 0.9rem;
}

.p-record__box01-app {
	margin: -8px auto 0;
	margin: -0.8rem auto 0;
	width: 80%;
}

.p-record__box01-txt {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.3181818182;
	margin: 12px auto 0;
	margin: 1.2rem auto 0;
	text-align: center;
	width: 304px;
	width: 30.4rem;
}

.p-record__box02 {
	background: url(../images/record_banner_bg.jpg) no-repeat;
	background-size: cover;
	padding: 12px 0 40px;
	padding: 1.2rem 0 4rem;
}

.p-record__box02-sign {
	width: 55%;
}

.p-record__box02-txt {
	margin-left: -10px;
	margin-left: -1rem;
	margin-top: -16px;
	margin-top: -1.6rem;
}

.p-solution__h2 {
	position: relative;
}

.p-solution__h2 img {
	margin-left: 20px;
	margin-left: 2rem;
	margin-top: 5px;
	margin-top: 0.5rem;
	width: 162px;
	width: 16.2rem;
}

.p-solution__h2 .p-solution__h2-comment {
	margin-left: 0;
	margin-top: 0;
	position: absolute;
	width: 100%;
}

.p-solution__h2-clinic {
	background-color: #E65C73;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 400;
	margin: 0 auto 10px;
	margin: 0 auto 1rem;
	margin-top: 4px;
	margin-top: 0.4rem;
	padding: 5px 0;
	padding: 0.5rem 0;
	text-align: center;
	width: 168px;
	width: 16.8rem;
}

.p-solution__box01 {
	background: url(../images/solution01_bg.png) no-repeat;
	background: url(../images/solution01_bg.webp) no-repeat, none;
	background-size: 100%;
	padding: 20px 0 0;
	padding: 2rem 0 0;
	position: relative;
}

.p-solution__box01-img {
	padding-top: 85px;
	padding-top: 8.5rem;
	position: inherit;
	z-index: -1;
}

.p-solution__box01-approach {
	background: url(../images/solution01_bg2.jpg) no-repeat;
	background-size: cover;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	padding: 27px 0 30px;
	padding: 2.7rem 0 3rem;
	text-align: center;
}

.p-solution__box01-directly {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(50%, #FFFF21));
	background: linear-gradient(transparent 65%, #FFFF21 50%);
	display: inline-block;
	font-family: "Shippori Mincho", serif;
	font-size: 27px;
	font-size: 2.7rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.p-solution__box01-directlyred {
	color: #C22F5E;
}

.p-solution__box02 {
	background: url(../images/solution02_bg.jpg) no-repeat;
	background: url(../images/solution02_bg.webp) no-repeat, none;
	background-size: cover;
	padding: 30px 0 54px;
	padding: 3rem 0 5.4rem;
}

.p-solution__box02-txt {
	margin-left: 30px;
	margin-left: 3rem;
	margin-top: 25px;
	margin-top: 2.5rem;
	width: 80px;
	width: 8rem;
}

.p-solution__box02-name {
	background-color: rgba(126, 126, 126, .57);
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-size: 13px;
	font-size: 1.3rem;
	height: 42px;
	height: 4.2rem;
	line-height: 0.9;
	margin-left: auto;
	padding: 4px 10px;
	padding: 0.4rem 1rem;
	text-align: center;
	text-align: center;
	width: 194px;
	width: 19.4rem;
}

.p-solution__box02-name span {
	display: block;
	font-size: 21px;
	font-size: 2.1rem;
}

.p-support {
	background: url(../images/support_bg.jpg) no-repeat;
	background-size: cover;
	padding: 40px 0 6px;
	padding: 4rem 0 0.6rem;
}

.p-support__h2 {
	font-family: "Shippori Mincho", serif;
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	text-align: center;
}

.p-support__h2::after {
	content: "";
	position: absolute;
}

.p-support__h2 img {
	margin-bottom: -15px;
	margin-bottom: -1.5rem;
}

.p-support__h2 span {
	color: #C6973D;
	font-size: 32px;
	font-size: 3.2rem;
}

.p-support__box {
	background-color: #fff;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 13px 20px 20px 20px;
	padding: 1.3rem 2rem 2rem 2rem;
	position: relative;
}

.p-support__box::before {
	border: 19px solid transparent;
	border: 1.9rem solid transparent;
	border-left: 19px solid #CEA400;
	border-left: 1.9rem solid #CEA400;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	left: -19px;
	left: -1.9rem;
	position: absolute;
	top: -19px;
	top: -1.9rem;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.p-support__box-ttl {
	font-family: "Shippori Mincho", serif;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.3;
	text-align: center;
}

.p-support__box-ttl span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(50%, #EAD396));
	background: linear-gradient(transparent 65%, #EAD396 50%);
	font-size: 32px;
	font-size: 3.2rem;
}

.p-support__box-img {
	margin: 20px 0 18px;
	margin: 2rem 0 1.8rem;
}

.p-support__box-descri {
	line-height: 1.7142857143;
}

.p-vaser {
	background: url(../images/vaser_bg.jpg) no-repeat;
	background: url(../images/vaser_bg.webp) no-repeat, none;
	background-size: cover;
	padding-bottom: 53px;
	padding-bottom: 5.3rem;
}

.p-vaser__h2 {
	background: url(../images/vaser_h2_bg.png) no-repeat;
	background-size: 100%;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-size: 24px;
	font-size: 2.4rem;
	padding: 14px 0 28px;
	padding: 1.4rem 0 2.8rem;
	text-align: center;
}

.p-vaser__contents {
	background-color: #fff;
	border: 2px solid #C6973D;
	border: 0.2rem solid #C6973D;
	-webkit-box-shadow: 0 0.3rem 0.6rem #F7F7F7;
	box-shadow: 0 0.3rem 0.6rem #F7F7F7;
	margin-top: 31px;
	margin-top: 3.1rem;
	padding: 20px;
	padding: 2rem;
}

.p-vaser__step {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.p-vaser__step:last-child {
	margin-bottom: 0;
}

.p-vaser__ttl {
	border-bottom: 1px solid #C6973D;
	border-bottom: 0.1rem solid #C6973D;
	font-family: "Shippori Mincho", serif;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 800;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	margin-top: 21px;
	margin-top: 2.1rem;
	padding: 0 5px 10px;
	padding: 0 0.5rem 1rem;
	text-align: center;
}

.p-vaser__ttl span {
	color: #C6973D;
	display: inline-block;
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 500;
	margin-right: 11px;
	margin-right: 1.1rem;
	text-align: left;
}

.p-vaser__difference-ttl {
	border-radius: 0.5rem;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	margin-right: 3px;
	margin-right: 0.3rem;
	padding: 3px 0;
	padding: 0.3rem 0;
	text-align: center;
	width: 50%;
}

.p-vaser__difference-ttl:last-child {
	margin-right: 0;
}

.p-vaser__difference-ttl01 {
	background-color: #C4C4C4;
}

.p-vaser__difference-ttl02 {
	background-color: #C22F5E;
	color: #fff;
}

.p-vaser__difference-img {
	margin: 10px 0;
	margin: 1rem 0;
}

.p-vaser__difference-descri {
	letter-spacing: -0.01em;
	line-height: 1.7142857143;
}

@media screen and (max-width: 1024px) {

.u-desktop--lg {
	display: none;
}

.u-mobile--lg {
	display: block;
}

}

@media screen and (max-width: 768px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

a:hover {
	opacity: 1;
}

a[href^="tel:"] {
	pointer-events: inherit;
}

a:hover {
	opacity: 0.8;
}

.l-header {
	max-width: 43rem;
}

.l-inner {
	max-width: 43rem;
}

}

@media screen and (max-width: 768px) and (max-width: 768px) {

a:hover {
	opacity: 1;
}

}

@-webkit-keyframes shiny {

0% {
	left: -20%;
}

10% {
	left: 120%;
}

100% {
	left: 120%;
}

}

@keyframes shiny {

0% {
	left: -20%;
}

10% {
	left: 120%;
}

100% {
	left: 120%;
}

}


/*# sourceMappingURL=styles.css.map */
