@charset 'UTF-8';

* {
margin: 0px;
padding: 0px;
word-break: normal !important;
word-wrap: break-word;
line-break:normal;
border: 0;
outline: 0;
box-sizing: border-box;
hanging-punctuation: force-end;
}

html {
scroll-padding-top: 100px;
overflow: auto;
font-size: 62.5%;
}
body {
position: relative;
max-height: 100%;
margin: 0;
padding: 0;
font-style: normal;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.6rem;
font-optical-sizing: auto;
font-weight: 500;
letter-spacing: 1.5px;
line-height: 1.6;
color: #222;
background-color: #fff;
-webkit-text-size-adjust: 100%;
}
@media (max-width: 1023px) {
	html {
	font-size: 60%;
	}
	body {
	letter-spacing: 0;
	}
}
@media (max-width: 767px) {
	html {
	scroll-padding-top: 70px;
	font-size: 55%;
	}
	body {
	width: 100%;
	font-size: 1.5rem;
	line-height: 1.5;
	}
}
@media (max-width: 374px) {
	html {
	font-size: 50%;
	}
}

section {
position: relative;
}
section:after {
clear:both;
display:block;
content:"";
}
table {
border-collapse: collapse;
border-spacing: 0;
}
table th {
font-weight: normal;
text-align: inherit;
}
nav, ol, ul {
list-style: none;
}

h1, h2, h3, h4, h5, h6 {
font-size: inherit;
font-weight: 500;
line-height: 1.4;
letter-spacing: 2px;
}
h2  {
}
h3, h4 {
}
@media (min-width: 1024px) {
}
@media (max-width: 767px) {
}
@media (max-width: 374px) {
}

a {
text-decoration: none;
color: inherit;
}
a:hover {
text-decoration: none;
}
@media (min-width: 768px) {
	a[href^="tel:"] {
	pointer-events: none;
	}
}

/*-------------------------
 フォームパーツ
-----------------------*/
button {
cursor: pointer;
font-family: inherit;
font-size: inherit;
background-color: transparent;
border: 0;
}
input,
select,
textarea {
display: block;
font-family: inherit;
font-size: inherit;
color: #333;
border: 1px solid #aaa;
}
input[type="button"],
input[type="text"],
input[type="tel"],
input[type="submit"],
input[type="image"],
textarea {
-webkit-appearance: none;
}
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="email"],
textarea {
-webkit-appearance: none;
width: 100%;
padding: 10px;
background-color: #fff;
border-radius: 0;
}
select {
width: 100%;
padding: 10px;
background-color: #fff;
border-radius: 0;
}
input[type="file"] {
-webkit-appearance: none;
background-color: transparent;
border: 0;
}
input[type="checkbox"],
input[type="radio"] {
display: inline-block;
margin-left: 2px;
margin-right: 0.5em;
transform: scale(1.1, 1.1);
}
textarea {
width: 100%;
height: 250px;
}
::placeholder {
}
.contact_submit_flex {
display: flex;
justify-content: center;
margin: 2em auto 0;
}
.contact_previous,
.contact_submit {
display:flex;
justify-content: center;
align-items: center;
width: fit-content;
width: 300px;
height: 60px;
margin: 0 10px;
color: #333;
border: 2px solid #888;
border-radius: 100px;
}
.contact_previous {
background-color: #aaa;
border-color: #aaa;
}
.contact_submit {
border-color: #107893;
background-color: #107893;
}
.contact_submit .wpcf7-spinner {
display: none;
}
.contact_previous input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: none;
cursor: pointer;
cursor: hand;
width: 100%;
height: 100%;
font-weight: 600;
letter-spacing: 1px;
color: #fff;
background-color: transparent;
border-color: transparent;
border-radius: 0;
}
.contact_previous input[type="button"],
.contact_previous input[type="reset"],
.contact_previous input[type="submit"] {
}
input[readonly="readonly"] {
border-width: 0;
}
.privacy_check {
margin-top: 20px;
text-align: center;
}
.privacy_check_p {
margin-bottom: 20px;
}
.hissu {
display: block;
margin-left: 10px;
padding: 3px;
font-size: 1.2rem;
font-weight: normal;
line-height: 1;
background-color: #fff;
border: 1px solid;
}
@media (max-width:1023px) {
	.select::after {
	width: 10px;
	height: 8px;
	right: 8px;
	}
}
@media (min-width:768px) {
	/* focus */
	input[type="text"]:focus,
	input[type="tel"]:focus,
	input[type="password"]:focus,
	input[type="date"]:focus,
	input[type="email"]:focus,
	select:focus,
	textarea:focus {
	background-color: #fbfcd6;
	transition: .3s;
	}
	input[readonly="readonly"]:focus {
	background-color: #fff;
	}
	/* hover */
	.privacy_check a:hover {
	opacity: .5;
	transition: .3s;
	}
	.contact_previous:hover {
	background-color: #fff;
	border-color: #444;
	transition: .3s;
	}
	.contact_submit:hover {
	background-color: #fff;
	transition: .3s;
	}
	.contact_previous:hover input,
	.contact_submit:hover input {
	color: #333;
	transition: .3s;
	}
}
@media (max-width:767px) {
	input[type="text"],
	input[type="tel"],
	input[type="password"],
	input[type="date"],
	input[type="email"],
	select,
	textarea {
	padding: 6px;
	}
	textarea {
	height: 200px;
	}
	.contact_submit,
	.contact_previous {
	width: 200px;
	height: 42px;
	margin: 0 2px;
	font-size: inherit !important;
	}
}

/*-----------------------
 slick
-----------------------*/
.slick-slider {
overflow: hidden;
position: relative;
display: block;
margin: 0;
padding: 0;
line-height: 0;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
overflow: hidden;
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img,
.slick-slide video {
display: block;
object-fit: cover;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
vertical-align: middle;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
.slick-prev,
.slick-next {
z-index: 1;
position: absolute;
width: 50px;
height: 50px;
top: 50%;
transform: translateY(-50%);
font-size: 0;
background-repeat: no-repeat;
background-size: contain;
background-color: rgba(255,255,255,.6);
}
.slick-prev {
left: 0;
}
.slick-next {
right: 0;
}
.slick-prev::before,
.slick-next::before {
position: absolute;
content: "";
width: calc(16px);
height: calc(25px);
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
background-repeat: no-repeat;
background-size: contain;
}
.slick-prev::before {
background-image: url(./common/img/arrow_prev@2x.png);
}
.slick-next::before {
background-image: url(./common/img/arrow_next@2x.png);
}
.slick-prev button,
.slick-next button {
}
.slick-prev button {
}
.slick-next button {
}
@media (max-width:1310px) {
	.slick-prev,
	.slick-next {
	width: 40px;
	height: 40px;
	}
	.slick-prev::before,
	.slick-next::before {
	width: calc(16px * .7);
	height: calc(25px * .7);
	}
}
@media (max-width:1023px) {
}
@media (min-width:768px) {
	/* hover */
	.slick-slide a:hover img {
	opacity: .5;
	transition: .3s;
	}
	.slick-prev:hover,
	.slick-next:hover {
	opacity: .5;
	transition: .3s;
	}
}
@media (max-width:767px) {
	.slick-prev,
	.slick-next {
	width: 30px;
	height: 30px;
	}
	.slick-prev::before,
	.slick-next::before {
	width: calc(16px * .5);
	height: calc(25px * .5);
	}
}

/*-----------------------
 共通設定
-----------------------*/
.body_wrap {
overflow: hidden;
}

.right { text-align: right !important; }
.left { text-align: left !important; }
.center { text-align: center !important; }
.fit { width: fit-content;margin-right: auto;margin-left: auto; }
@media (max-width: 767px) {
	.fit_sp {
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}
}
.normal { font-weight: normal;}
.font_small { font-size: 1.4rem; }
.font_large { font-size: 1.8rem; }
.red { color: #e10915; }
.blue { color: #177f88; }
.underline { text-decoration: underline; }
.bold { font-weight: bold; }

.txtlink a {
text-decoration: underline;
}
@media (min-width:768px) {
	.txtlink a:hover {
	opacity: .5;
	transition: .5s;
	}
}

img {
display: block;
width: 100%;
max-width: 100%;
width: auto;
height: auto;
margin-right: auto;
margin-left: auto;
vertical-align:top;
}

.mb1 {
margin-bottom: 1em;
}
.mt1 {
margin-top: 1em;
}

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

/*-----------------------
 ヘッダー
-----------------------*/
html.active {
overflow: hidden;
}
header {
z-index: 9;
position: relative;
padding: 20px 40px;
background-color: #fff;
}
.header_wrap {
display: flex;
align-items: center;
max-width: 1920px;
margin: auto;
}
.logo {
width: 374px;
}
.head_nav {
display: flex;
align-items: center;
justify-content: flex-end;
width: calc(100% - 374px);
}
.head_nav_li {
cursor: pointer;
overflow: hidden;
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 281px;
height: 100px;
font-size: 2.1rem;
font-weight: bold;
line-height: 1.4;
letter-spacing: 2px;
color: #107893;
background-color: #fff;
border: 2px solid #076a82;
border-radius: 6px;
}
.head_nav_li_line {
margin-right: 14px;
}
.head_nav_li_line a {
z-index: 1;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.head_nav_li_cnt {
color: #fff;
background-color: #076a82;
}
.head_nav_li::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: -100%;
background-image: linear-gradient(135deg,rgba(7,106,130,0) 28%,rgba(7,106,130,0.35) 32%,rgba(7,106,130,0.35) 78%,rgba(7,106,130,0) 82%);
animation: shine-loop 4s linear infinite;
}
.head_nav_li_cnt::before {
background-image: linear-gradient(135deg,rgba(255,255,255,0) 28%, rgba(255,255,255,.75) 32%, rgba(255,255,255,.75) 78%,rgba(255,255,255,0) 82%);
}
@keyframes shine-loop {
	0% { transform: translateX(0); }
	10% { transform: translateX(200%); }
	100% { transform: translateX(200%); }
}
.head_nav_li a {
}
.head_nav_li span {
position: relative;
display: block;
width: fit-content;
padding-right: 40px;
}
.head_nav_li span::after {
position: absolute;
content: "";
width: 31px;
height: 31px;
bottom: 0;
right: 0;
background-color: #f3ed47;
background-image: url(./common/img/ico_arrow.png);
background-repeat: no-repeat;
background-position: center;
background-size: 14px auto;
border-radius: 50%;
}
@media (max-width:1439px) {
	header {
	padding: 20px 15px;
	}
	.logo {
	width: 280px;
	}
	.head_nav {
	width: calc(100% - 280px);
	}
	.head_nav_li {
	width: 240px;
	height: 80px;
	font-size: 1.8rem;
	letter-spacing: 1px;
	}
	.head_nav_li_line {
	margin-right: 10px;
	}
	.head_nav_li span {
	padding-right: 35px;
	}
	.head_nav_li span::after {
	width: 26px;
	height: 26px;
	background-size: 10px auto;
	}
}
@media (min-width:768px) {
	/* is-fixed */
	html.is-fixed .head_nav {
	z-index: 9;
	position: fixed;
	display: block;
	width: auto;
	top: 100px;
	right: 0;
	}
	html.is-fixed .head_nav_li {
	width: 70px;
	height: 180px;
	font-size: inherit;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	text-orientation: upright;
	letter-spacing: 0;
	border-right-width: 0;
	border-radius: 0 0 0 8px;
	}
	html.is-fixed .head_nav_li::before {
	top: -100%;
	left: 0;
	background-image: linear-gradient(180deg,rgba(255,255,255,0) 28%,rgba(255,255,255,0.35) 32%,rgba(255,255,255,0.35) 78%,rgba(255,255,255,0) 82%);
	animation: shine-vertical 4s linear infinite;
	}
	html.is-fixed .head_nav_li_line::before {
	background-image: linear-gradient(180deg,rgba(7,106,130,0) 28%,rgba(7,106,130,0.35) 32%,rgba(7,106,130,0.35) 78%,rgba(7,106,130,0) 82%);
	}
	@keyframes shine-vertical {
		0% { transform: translateY(0); }
		10% { transform: translateY(200%); }
		100% { transform: translateY(200%); }
	}
	html.is-fixed .head_nav_li_line {
	margin-right: 0;
	border-radius: 8px 0 0 0;
	}
	html.is-fixed .head_nav_li_cnt {
	border-top-width: 0;
	}
	html.is-fixed .head_nav_li span {
	padding-right: 0;
	padding-bottom: 30px;
	}
	html.is-fixed .head_nav_li span::after {
	width: 20px;
	height: 20px;
	left: 50%;
	right: inherit;
	transform: translateX(-50%);
	background-size: 8px auto;
	}
}
@media (max-width:1023px) {
	header {
	padding: 20px 15px;
	}
	.logo {
	width: 240px;
	}
	.head_nav {
	width: calc(100% - 240px);
	}
	.head_nav_li {
	width: 190px;
	height: 70px;
	font-size: 1.6rem;
	line-height: 1.3;
	letter-spacing: 0;
	}
	.head_nav_li_line {
	margin-right: 8px;
	}
	.head_nav_li span {
	padding-right: 30px;
	}
	.head_nav_li span::after {
	width: 24px;
	height: 24px;
	background-size: 8px auto;
	}
}
@media (min-width:768px) {
	/* hover */
	.head_nav_li:hover {
	background-color: #f3ed47;
	transition: .3s;
	}
	.head_nav_li:hover span {
	color: #107893;
	}
	.head_nav_li:hover span::after {
	background-color: #107893;
	background-image: url(./common/img/ico_arrow_w.png);
	}
}
@media (max-width:767px) {
	header {
	padding: 15px;
	}
	.logo {
	width: 180px;
	}
	.head_nav {
	position: fixed;
	width: auto;
	bottom: 0;
	left: 0;
	right: inherit;
	}
	.head_nav_li {
	width: 160px;
	height: 55px;
	font-size: 1.5rem;
	border-radius: 0 8px 0 0;
	border-bottom-width: 0;
	}
	.head_nav_li_line {
	margin-right: 0;
	border-radius: 0;
	border-left-width: 0;
	border-right-width: 0;
	}
	.head_nav_li span {
	padding-right: 26px;
	}
	.head_nav_li span::after {
	width: 18px;
	height: 18px;
	background-size: 6px auto;
	}
}

/*-----------------------
 コンテンツ
-----------------------*/

/*--メインビジュアル--*/
.mv {
}
.mv_wrap {
position: relative;
max-width: 1920px;
margin: auto;
}
.mv_img {
width: 69.4%;
margin-left: auto;
}
.mv_img img {
object-fit: cover;
width: 100%;
height: 820px;
border-radius: 80px 0 0 80px;
}
.mv_txt {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 145px;
font-weight: 600;
}
.mv_txt_1 {
margin-bottom: 30px;
font-size: 8.0rem;
line-height: 1.4;
}
.mv_txt_2 {
font-size: 2.1rem;
letter-spacing: 3px;
line-height: 2;
}
.mv_point {
position: absolute;
display: flex;
right: 90px;
bottom: 30px;
}
.mv_point_li {
position: relative;
width: 233px;
height: 233px;
padding-top: 92px;
font-size: 2.4rem;
font-weight: 600;
text-align: center;
color: #177e87;
background-color: rgba(255,255,255,.85);
border-radius: 50%;
}
.mv_point_li_child {
margin-left: 22px;
padding-top: 110px;
}
.mv_point_li_child::before {
position: absolute;
content: "";
width: calc(88px);
height: calc(63px);
top: 38px;
left: 50%;
transform: translateX(-50%);
background-image: url(./common/img/ico_child.png);
background-repeat: no-repeat;
background-size: contain;
}
@media (max-width:1800px) {
	.mv_img {
	width: 75%;
	}
	.mv_img img {
	height: 750px;
	}
	.mv_txt {
	left: 50px;
	text-shadow: 0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff;
	}
	.mv_txt_1 {
	font-size: 7.0rem;
	}
	.mv_point {
	right: 30px;
	}
	.mv_point_li {
	width: 180px;
	height: 180px;
	padding-top: 70px;
	font-size: 2.0rem;
	line-height: 1.4;
	}
	.mv_point_li_child {
	margin-left: 15px;
	padding-top: 90px;
	}
	.mv_point_li_child::before {
	width: calc(88px * .8);
	height: calc(63px * .8);
	top: 30px;
	}
}
@media (max-width:1439px) {
	.mv_img {
	width: 80%;
	}
	.mv_img img {
	height: 600px;
	border-radius: 50px 0 0 50px;
	}
	.mv_txt {
	left: 30px;
	}
	.mv_txt_1 {
	margin-bottom: 20px;
	font-size: 5.0rem;
	}
	.mv_txt_2 {
	font-size: 1.8rem;
	letter-spacing: 1px;
	line-height: 1.8;
	}
	.mv_point {
	right: 20px;
	bottom: 20px;
	}
	.mv_point_li {
	width: 150px;
	height: 150px;
	padding-top: 60px;
	font-size: 1.7rem;
	letter-spacing: 0;
	}
	.mv_point_li_child {
	margin-left: 10px;
	padding-top: 75px;
	}
	.mv_point_li_child::before {
	width: calc(88px * .7);
	height: calc(63px * .7);
	top: 25px;
	}
}
@media (max-width:1023px) {
	.mv_img {
	width: 85%;
	}
	.mv_img img {
	height: 480px;
	border-radius: 30px 0 0 30px;
	}
	.mv_txt {
	left: 20px;
	}
	.mv_txt_1 {
	margin-bottom: 20px;
	font-size: 3.0rem;
	}
	.mv_txt_2 {
	font-size: 1.6rem;
	line-height: inherit;
	}
	.mv_point {
	right: 10px;
	bottom: 10px;
	}
	.mv_point_li {
	width: 120px;
	height: 120px;
	padding-top: 50px;
	font-size: 1.5rem;
	line-height: 1.3;
	}
	.mv_point_li_child {
	margin-left: 8px;
	padding-top: 65px;
	}
	.mv_point_li_child::before {
	width: calc(88px * .6);
	height: calc(63px * .6);
	top: 20px;
	}
}
@media (min-width:768px) {
}
@media (max-width:767px) {
	.mv_img {
	width: 90%;
	}
	.mv_img img {
	height: 300px;
	border-radius: 15px 0 0 15px;
	}
	.mv_txt {
	top: inherit;
	transform: inherit;
	bottom: 20px;
	left: 15px;
	}
	.mv_txt_1 {
	margin-bottom: 10px;
	font-size: 2.2rem;
	}
	.mv_txt_2 {
	font-size: 1.5rem;
	line-height: 1.4;
	}
	.mv_point {
	right: 5px;
	}
	.mv_point_li {
	width: 85px;
	height: 85px;
	padding-top: 33px;
	font-size: 1.2rem;
	}
	.mv_point_li_child {
	margin-left: 5px;
	padding-top: 44px;
	}
	.mv_point_li_child::before {
	width: calc(88px * .4);
	height: calc(63px * .4);
	top: 14px;
	}
}

/*--top共通--*/
.top_sec {
padding: 130px 30px;
}
.top_wrap {
max-width: 1260px;
margin: auto;
}
.ttl {
font-weight: 600;
letter-spacing: 3px;
}
.ttl_1 {
margin-bottom: 10px;
display: block;
font-family: "Lora", serif;
font-size: 2.4rem;
line-height: 1;
color: #076a82;
}
.ttl_2 {
display: block;
font-size: 5.2rem;
}
@media (max-width:1439px) {
	.top_sec {
	padding: 100px 30px;
	}
	.top_wrap {
	max-width: 870px;
	}
	.ttl {
	}
	.ttl_1 {
	font-size: 2.0rem;
	}
	.ttl_2 {
	font-size: 4.0rem;
	}
}
@media (max-width:1023px) {
	.top_sec {
	padding: 80px 30px;
	}
	.top_wrap {
	max-width: 620px;
	}
	.ttl {
	letter-spacing: 2px;
	}
	.ttl_1 {
	font-size: 1.8rem;
	}
	.ttl_2 {
	font-size: 3.0rem;
	}
}
@media (min-width:768px) {
}
@media (max-width:767px) {
	.top_sec {
	padding: 60px 15px;
	}
	.top_wrap {
	max-width: 330px;
	}
	.ttl {
	text-align: center;
	letter-spacing: 0;
	}
	.ttl_1 {
	margin-bottom: 5px;
	font-size: 1.5rem;
	}
	.ttl_2 {
	font-size: 2.4rem;
	}
}

/*-- こんなお悩み、ありませんか？ --*/
.problem_sec {
padding-bottom: 0;
}
.problem_sec .top_wrap {
}
.problem_ttl {
margin-bottom: 50px;
text-align: center;
}
.problem_box {
position: relative;
display: flex;
}
.problem_box::before {
z-index: -9;
position: absolute;
content: "";
width: 100vw;
height: 100%;
top: 0;
left: 50%;
transform: translateX(-50%);
background: linear-gradient(90deg, #076a82 0%, #076a82 50%, #177f88 50%, #177f88 100%);
}
.problem_box_in {
width: 50%;
padding: 90px 30px;
}
.problem_box_in.women {
}
.problem_box_in.kids {
}
.problem_box_ttl {
position: relative;
margin-bottom: 25px;
padding-top: 135px;
font-size: 2.1rem;
font-weight: 600;
text-align: center;
letter-spacing: 2.5px;
color: #fff;
}
.problem_box_ttl::before {
z-index: 2;
position: absolute;
content: "";
width: calc(70px);
height: calc(146px);
top: -20px;
left: 50%;
transform: translateX(-50%);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.problem_box_in.women .problem_box_ttl::before {
background-image: url(./common/img/problem_ico_life.png);
}
.problem_box_in.kids .problem_box_ttl::before {
background-image: url(./common/img/problem_ico_sport.png);
}
.problem_box_ttl::after {
z-index: 1;
position: absolute;
content: "";
top: 0;
left: 50%;
transform: translateX(-50%);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.problem_box_in.women .problem_box_ttl::after {
width: calc(356px);
height: calc(105px);
background-image: url(./common/img/problem_life.png);
}
.problem_box_in.kids .problem_box_ttl::after {
width: calc(467px);
height: calc(88px);
background-image: url(./common/img/problem_sport.png);
}
.problem_box_list {
width: fit-content;
margin: auto;
}
.problem_box_list li {
position: relative;
padding: 5px 20px 5px 35px;
font-size: 1.8rem;
line-height: 1.4;
background-color: #fff;
}
.problem_box_list li::before {
position: absolute;
content: "";
width: calc(20px);
height: calc(12px);
top: 12px;
left: 8px;
background-image: url(./common/img/ico_check.png);
background-size: contain;
}
.problem_box_list li + li {
margin-top: 23px;
}
.problem_box_list li span {
color: #e64646;
}
@media (max-width:1439px) {
	.problem_ttl {
	margin-bottom: 40px;
	}
	.problem_box_in.women {
	padding-left: 0;
	}
	.problem_box_in.kids {
	padding-right: 0;
	}
	.problem_box_ttl {
	margin-bottom: 15px;
	padding-top: 120px;
	}
	.problem_box_ttl::before {
	width: calc(70px * .9);
	height: calc(146px * .9);
	}
	.problem_box_in.women .problem_box_ttl::after {
	width: calc(356px * .8);
	height: calc(105px * .8);
	}
	.problem_box_in.kids .problem_box_ttl::after {
	width: calc(467px * .8);
	height: calc(88px * .8);
	}
	.problem_box_list li {
	font-size: inherit;
	}
	.problem_box_list li::before {
	width: calc(20px * .8);
	height: calc(12px * .8);
	top: 12px;
	}
	.problem_box_list li + li {
	margin-top: 15px;
	}
}
@media (max-width:1023px) {
	.problem_ttl {
	margin-bottom: 30px;
	}
	.problem_box_in {
	padding-top: 60px;
	padding-bottom: 60px;
	}
	.problem_box_ttl {
	padding-top: 100px;
	font-size: 2.0rem;
	letter-spacing: 1px;
	}
	.problem_box_ttl::before {
	width: calc(70px * .8);
	height: calc(146px * .8);
	}
	.problem_box_in.women .problem_box_ttl::after {
	width: calc(356px * .55);
	height: calc(105px * .55);
	}
	.problem_box_in.kids .problem_box_ttl::after {
	width: calc(467px * .55);
	height: calc(88px * .55);
	}
	.problem_box_list li {
	padding: 5px 10px 5px 30px;
	}
	.problem_box_list li::before {
	width: calc(20px * .6);
	height: calc(12px * .6);
	top: 14px;
	}
	.problem_box_list li + li {
	margin-top: 10px;
	}
}
@media (min-width:768px) {
}
@media (max-width:767px) {
	.problem_ttl {
	margin-bottom: 20px;
	}
	.problem_box_in {
	padding-top: 50px;
	padding-bottom: 50px;
	}
	.problem_box_in.women {
	padding-right: 15px;
	}
	.problem_box_in.kids {
	padding-left: 15px;
	}
	.problem_box_ttl {
	padding-top: 80px;
	font-size: 1.6rem;
	letter-spacing: 0;
	}
	.problem_box_ttl::before {
	width: calc(70px * .65);
	height: calc(146px * .65);
	}
	.problem_box_in.women .problem_box_ttl::after {
	width: calc(356px * .33);
	height: calc(105px * .33);
	}
	.problem_box_in.kids .problem_box_ttl::after {
	width: calc(467px * .33);
	height: calc(88px * .33);
	}
	.problem_box_list li {
	padding: 3px 5px 3px 25px;
	}
	.problem_box_list li::before {
	width: calc(20px * .5);
	height: calc(12px * .5);
	top: 9px;
	}
	.problem_box_list li + li {
	margin-top: 8px;
	}
}

/*-- SEALsのトレーニングとは --*/
.training_sec {
background-image: url(./common/img/training_bg.png);
background-repeat: no-repeat;
background-position: top center;
background-size: 100% auto;
}
.training_sec .top_wrap {
}
.training_ttl {
margin-bottom: 80px;
}
.training_list {
display: flex;
flex-wrap: wrap;
margin: -12px -12px 120px -12px;
}
.training_list_in {
width: calc(33.3333% - 24px);
margin: 12px;
padding: 30px 50px;
background-color: #fff;
border: 2px solid #6eafb4;
border-radius: 16px;
box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.training_list_no {
margin-bottom: 15px;
font-family: "Lora", serif;
font-size: 1.8rem;
font-weight: 600;
line-height: 1;
color: #177f88;
}
.training_list_img {
max-width: 299px;
margin: 0 auto 20px;
}
.training_list_img img {
object-fit: cover;
aspect-ratio: 23 / 14;
width: 100%;
height: 100%;
}
.training_list_txt {
height: 67px;
display: flex;
align-items: center;
justify-content: center;
font-size: 2.1rem;
text-align: center;
}
.training_content {
}
.training_content_wrap {
max-width: 1464px;
margin: auto;
}
.training_content_in {
display: flex;
align-items: center;
}
.training_content_in:nth-of-type(even) {
flex-direction: row-reverse;
}
.training_content_in + .training_content_in {
margin-top: 70px;
}
.training_content_box {
width: 45.2%;
}
.training_content_in:nth-of-type(odd) .training_content_box {
padding-right: 100px;
}
.training_content_in:nth-of-type(even) .training_content_box {
padding-left: 100px;
}
.training_content_box_wrap {
max-width: 425px;
}
.training_content_in:nth-of-type(odd) .training_content_box_wrap {
margin-left: auto;
}
.training_content_in:nth-of-type(even) .training_content_box_wrap {
}
.training_box_ttl {
margin-bottom: 28px;
font-size: 5.2rem;
font-weight: 600;
letter-spacing: 3px;
color: #076a82;
}
.training_box_txt1 {
position: relative;
margin-bottom: 25px;
padding-bottom: 25px;
font-size: 2.4rem;
letter-spacing: 2px;
font-weight: 600;
}
.training_box_txt1::before {
position: absolute;
content: "";
width: 100%;
height: 11px;
bottom: 0;
left: 0;
background-image: url(./common/img/line.png);
background-repeat: no-repeat;
background-position: center;
background-size: 100% auto;
}
.training_box_txt2 {
font-size: 1.8rem;
letter-spacing: 2px;
line-height: 2.2;
}
.training_content_img {
overflow: hidden;
width: 54.8%;
border-radius: 60px;
}
.training_content_img_in {
}
.training_content_img img {
object-fit: cover;
aspect-ratio: 4 / 3;
width: 100%;
height: 100%;
}
.training_content_img_flex {
display: flex;
flex-wrap: wrap;
}
.training_content_img_flex li {
width: 50%;
}
@media (max-width:1439px) {
	.training_ttl {
	margin-bottom: 60px;
	}
	.training_list {
	margin: -6px -6px 100px -6px;
	}
	.training_list_in {
	width: calc(33.3333% - 12px);
	margin: 6px;
	padding: 30px 15px 20px 15px;
	}
	.training_list_txt {
	height: auto;
	font-size: inherit;
	}
	.training_list_txt .sp {
	display: block;
	}
	.training_content_wrap {
	max-width: 870px;
	}
	.training_content_in + .training_content_in {
	margin-top: 50px;
	}
	.training_content_box {
	width: 47%;
	}
	.training_content_in:nth-of-type(odd) .training_content_box {
	padding-right: 50px;
	}
	.training_content_in:nth-of-type(even) .training_content_box {
	padding-left: 50px;
	}
	.training_box_ttl {
	margin-bottom: 20px;
	font-size: 3.5rem;
	}
	.training_box_txt1 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 2.0rem;
	letter-spacing: inherit;
	}
	.training_box_txt2 {
	font-size: inherit;
	line-height: 1.8;
	letter-spacing: inherit;
	}
	.training_box_txt2 br {
	display: none;
	}
	.training_content_img {
	width: 53%;
	border-radius: 50px;
	}
}
@media (max-width:1023px) {
	.training_ttl {
	margin-bottom: 50px;
	}
	.training_list {
	margin: -5px -5px 80px -5px;
	}
	.training_list_in {
	width: calc(33.3333% - 10px);
	margin: 5px;
	padding: 20px 15px 20px 15px;
	border-radius: 10px;
	}
	.training_list_img {
	margin-bottom: 10px;
	}
	.training_list_txt {
	font-size: 1.5rem;
	}
	.training_content_wrap {
	max-width: 620px;
	}
	.training_content_box {
	width: 50%;
	}
	.training_content_in:nth-of-type(odd) .training_content_box {
	padding-right: 30px;
	}
	.training_content_in:nth-of-type(even) .training_content_box {
	padding-left: 30px;
	}
	.training_box_ttl {
	font-size: 2.8rem;
	letter-spacing: inherit;
	}
	.training_box_txt1 {
	font-size: 1.8rem;
	}
	.training_box_txt2 {
	line-height: inherit;
	}
	.training_content_img {
	width: 50%;
	border-radius: 30px;
	}
	.training_content_img img {
	aspect-ratio: 1.2 / 1;
	}
}
@media (min-width:768px) {
}
@media (max-width:767px) {
	.training_ttl {
	margin-bottom: 30px;
	}
	.training_list {
	justify-content: center;
	margin: -4px -4px 40px -4px;
	}
	.training_list_in {
	overflow: hidden;
	position: relative;
	width: calc(50% - 8px);
	margin: 4px;
	padding: 0;
	border-radius: 8px;
	box-shadow: inherit;
	}
	.training_list_no {
	margin-bottom: 0;
	padding: 13px;
	font-size: 1.7rem;
	text-align: center;
	}
	.training_list_img {
	margin-bottom: 0;
	}
	.training_list_img img {
	aspect-ratio: 23 / 14;
	}
	.training_list_txt {
	padding: 10px;
	font-size: inherit;
	}
	.training_content_wrap {
	max-width: 330px;
	}
	.training_content_in {
	position: relative;
	display: block;
	}
	.training_content_in + .training_content_in {
	margin-top: 40px;
	}
	.training_content_box {
	width: 100%;
	margin-bottom: 15px;
	}
	.training_content_in:nth-of-type(odd) .training_content_box {
	padding-right: 0;
	}
	.training_content_in:nth-of-type(even) .training_content_box {
	padding-left: 0;
	}
	.training_box_ttl {
	margin-bottom: 15px;
	font-size: 2.2rem;
	text-align: center;
	}
	.training_box_txt1 {
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	font-size: 1.6rem;
	text-align: center;
	}
	.training_box_txt2 {
	min-height: 115px;
	padding-right: 170px;
	font-size: inherit;
	line-height: inherit;
	}
	.training_content_img {
	position: absolute;
	width: 150px;
	bottom: 0;
	right: 0;
	border-radius: 10px;
	}
	.training_content_img img {
	aspect-ratio: 4 / 3;
	}
}

/*-- SEALsが選ばれる理由 --*/
.reason_sec {
}
.reason_sec::before {
z-index: -8;
position: absolute;
content: "";
width: 100%;
height: 550px;
top: 0;
left: 0;
background-color: #fff;
clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.reason_sec::after {
z-index: -9;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #eef5f6;
}
.reason_sec .top_wrap {
}
.reason_ttl {
margin-bottom: 80px;
}
.reason_list {
display: flex;
justify-content: center;
margin: 0 auto 60px;
}
.reason_list_li {
width: 253px;
height: 253px;
margin: 0 12px;
padding-top: 60px;
font-weight: 600;
text-align: center;
color: #076a82;
background-image: url(./common/img/reason_frame.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.reason_list_ttl {
margin-bottom: 44px;
font-size: 1.8rem;
line-height: 1;
}
.reason_list_txt {
font-size: 2.1rem;
line-height: 1.5;
}
.reason_list_txt .s1 {
font-size: 3.2rem;
}
.reason_list_txt .s2 {
display: block;
font-size: 1.9rem;
}
.message_box {
display: flex;
padding: 60px 80px;
background-color: #fff;
border-radius: 32px;
box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.message_box_ttl {
margin-bottom: 30px;
}
.message_box_ttl_1 {
}
.message_box_ttl_2 {
font-size: 2.4rem;
}
.message_box_in1 {
width: 32.6%;
}
.message_img {
margin-bottom: 30px;
margin-right: auto;
}
.message_img img {
object-fit: cover;
aspect-ratio: 363 / 364;
width: 100%;
height: 100%;
}
.message_name {
margin-bottom: 20px;
padding-bottom: 20px;
line-height: 1.4;
border-bottom: 1px solid #458ea1;
}
.message_name_1 {
margin-bottom: 10px;
font-size: 1.8rem;
}
.message_name_2 {
display: flex;
align-items: center;
}
.message_name_2_1 {
display: flex;
align-items: center;
margin-right: 20px;
}
.message_name_2_1 .s1 {
display: block;
margin-right: 10px;
font-size: 1.8rem;
}
.message_name_2_1 .s2 {
display: block;
font-size: 2.4rem;
}
.message_name_2_2 {
font-size: 1.5rem;
color: #076a82;
}
.message_deta {
}
.message_deta_ttl {
margin-top: 10px;
font-size: 1.8rem;
font-weight: 600;
color: #076a82;
}
.message_deta_ttl:first-of-type {
margin-top: 0;
}
.message_deta_ul {
}
.message_deta_ul li {
margin: 5px 0;
padding-left: 1em;
font-size: 1.5rem;
text-indent: -1em;
}
.message_deta_ul li::before {
content: "・";
}
.message_deta_ttl {
}
.message_deta_ul {
}
.message_deta_ul li {
}
.message_deta_ul li a {
text-decoration: underline;
}
.message_in2 {
width: 67.4%;
padding-top: 40px;
padding-left: 120px;
}
.message_in2_txt {
font-size: 1.8rem;
}
.message_in2_txt_p {
line-height: 2;
}
.message_in2_txt_p + .message_in2_txt_p {
margin-top: 20px;
}
.message_in2_txt_ul {
}
.message_in2_txt_ul li {
position: relative;
margin: 8px 0;
padding-left: 24px;
}
.message_in2_txt_ul li::before {
position: absolute;
content: "";
width: 13px;
height: 13px;
top: 8px;
left: 3px;
background-color: #000;
}
.message_in2_txt_ul1 li::before {
border-radius: 50%;
}
.message_in2_txt_ul2 li::before {
clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media (max-width:1439px) {
	.reason_sec::before {
	height: 450px;
	}
	.reason_ttl {
	margin-bottom: 60px;
	}
	.reason_list {
	margin: 0 -6px 50px -6px;
	}
	.reason_list_li {
	width: 208px;
	height: 208px;
	margin: 0 6px;
	padding-top: 50px;
	}
	.reason_list_ttl {
	margin-bottom: 33px;
	font-size: 1.6rem;
	}
	.reason_list_txt {
	font-size: 1.8rem;
	}
	.reason_list_txt .s1 {
	font-size: 2.6rem;
	}
	.reason_list_txt .s2 {
	font-size: 1.6rem;
	}
	.message_box {
	padding: 40px;
	}
	.message_box_in1 {
	width: 40%;
	}
	.message_box_ttl {
	margin-bottom: 20px;
	}
	.message_img {
	margin-bottom: 20px;
	}
	.message_name {
	margin-bottom: 15px;
	padding-bottom: 15px;
	}
	.message_name_1 {
	margin-bottom: 5px;
	font-size: inherit;
	}
	.message_name_2_1 .s1 {
	font-size: inherit;
	}
	.message_name_2_1 .s2 {
	font-size: 2.2rem;
	}
	.message_name_2_2 {
	font-size: 1.4rem;
	}
	.message_deta_ttl {
	font-size: inherit;
	}
	.message_deta_ul li {
	margin: 3px 0;
	font-size: 1.4rem;
	}
	.message_in2 {
	width: 60%;
	padding-left: 50px;
	}
	.message_in2_txt {
	font-size: inherit;
	}
	.message_in2_txt_p {
	line-height: inherit;
	}
	.message_in2_txt_ul li {
	margin: 4px 0;
	padding-left: 18px;
	}
	.message_in2_txt_ul li::before {
	width: 10px;
	height: 10px;
	left: 2px;
	}
}
@media (max-width:1023px) {
	.reason_sec::before {
	height: 350px;
	}
	.reason_ttl {
	margin-bottom: 50px;
	}
	.reason_list {
	margin: 0 -5px 40px -5px;
	}
	.reason_list_li {
	width: 145px;
	height: 145px;
	margin: 5px;
	padding-top: 33px;
	}
	.reason_list_ttl {
	margin-bottom: 18px;
	}
	.reason_list_txt {
	font-size: 1.6rem;
	}
	.reason_list_txt .s1 {
	font-size: 1.8rem;
	}
	.reason_list_txt .s2 {
	font-size: 1.4rem;
	line-height: 1.3;
	}
	.message_box {
	display: block;
	padding: 30px;
	border-radius: 20px;
	}
	.message_box_in1 {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	}
	.message_box_ttl {
	margin-bottom: 20px;
	}
	.message_img {
	position: absolute;
	width: 230px;
	top: 100px;
	right: 0;
	margin-bottom: 0;
	}
	.message_img img {
	aspect-ratio: 1 / 1.2;
	}
	.message_name {
	margin-right: 280px;
	margin-bottom: 13px;
	padding-bottom: 13px;
	}
	.message_name_2_1 .s2 {
	font-size: 1.8rem;
	}
	.message_name_2_2 {
	font-size: 1.3rem;
	}
	.message_deta {
	margin-right: 280px;
	}
	.message_deta_ul li {
	margin: 2px 0;
	}
	.message_in2 {
	width: 100%;
	padding-top: 0;
	padding-left: 0;
	}
	.message_in2_txt_p + .message_in2_txt_p {
	margin-top: 10px;
	}
	.message_in2_txt_ul li {
	margin: 3px 0;
	}
}
@media (min-width:768px) {
}
@media (max-width:767px) {
	.reason_sec::before {
	height: 250px;
	}
	.reason_ttl {
	margin-bottom: 40px;
	}
	.reason_list {
	flex-wrap: wrap;
	margin: -4px -4px 40px -4px;
	}
	.reason_list_li {
	width: 120px;
	height: 120px;
	margin: 4px;
	padding-top: 26.5px;
	}
	.reason_list_ttl {
	margin-bottom: 15px;
	font-size: 1.4rem;
	}
	.reason_list_txt {
	font-size: inherit;
	}
	.message_box {
	padding: 15px;
	border-radius: 15px;
	}
	.message_box_in1 {
	}
	.message_img {
	position: relative;
	width: 200px;
	top: inherit;
	right: inherit;
	margin: 0 auto 15px;
	}
	.message_img img {
	aspect-ratio: 1 / 1;
	}
	.message_name {
	margin-right: 0;
	margin-bottom: 13px;
	padding-bottom: 13px;
	text-align: center;
	}
	.message_name_2 {
	justify-content: center;
	}
	.message_name_2_1 {
	margin-right: 15px;
	}
	.message_name_2_1 .s1 {
	font-size: 1.4rem;
	}
	.message_name_2_1 .s2 {
	font-size: 1.6rem;
	}
	.message_name_2_2 {
	font-size: 1.2rem;
	}
	.message_deta {
	margin-right: 0;
	}
	.message_in2_txt_ul li {
	margin: 2px 0;
	padding-left: 15px;
	}
	.message_in2_txt_ul li::before {
	width: 8px;
	height: 8px;
	top: 6px;
	}
}

/*-- 料金表 --*/
.price_sec {
}
.price_sec .top_wrap {
}
.price_ttl {
margin-bottom: 80px;
}
.price_box {
display: flex;
margin: 0 -12px;
}
.price_box_in {
position: relative;
width: calc(50% - 24px);
margin: 0 12px;
padding: 100px 70px 60px 70px;
background-color: #fff;
border: 2px solid #6eafb4;
border-radius: 32px;
}
.price_box_in1 {
}
.price_box_in2 {
}
.price_box_in + .price_box_in {
}
.price_box_ttl {
z-index: 1;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
width: 300px;
height: 84px;
top: -25px;
left: 50%;
transform: translateX(-50%);
font-size: 2.1rem;
font-weight: 600;
text-align: center;
line-height: 1.4;
color: #fff;
}
.price_box_ttl::before {
z-index: -1;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 50%;
transform: translateX(-50%);
background-color: #076a82;
border-radius: 0 0 16px 16px;
}
.price_box_in2 .price_box_ttl::before {
background-color: #177f88;
}
.price_box_ttl::after {
z-index: -2;
position: absolute;
content: "";
width: calc(100% + 16px);
height: 100%;
top: 0;
left: 50%;
transform: translateX(-50%);
background-color: #fff;
}
.price_box_block {
}
.price_box_block + .price_box_block {
margin-top: 30px;
padding-top: 30px;
border-top: 2px solid #6eafb4;
}
.price_box_sub {
position: relative;
margin: 0 10px 20px 10px;
padding-left: 55px;
font-size: 2.4rem;
font-weight: 600;
line-height: 1.4;
color: #076a82;
}
.price_box_sub::before {
position: absolute;
content: "";
width: calc(43px);
height: calc(30px);
top: 50%;
transform: translateY(-50%);
left: 0;
background-image: url(./common/img/ico_price01.png);
background-repeat: no-repeat;
background-size: contain;
}
.price_box_sub2::before {
background-image: url(./common/img/ico_price02.png);
}
.price_box_dl {
display: flex;
align-items: center;
line-height: 1.4;
}
.price_box_dl dt {
width: 150px;
font-size: 1.8rem;
}
.price_box_dl dt::before {
content: "・";
}
.price_box_dl dd {
display: flex;
width: calc(100% - 150px);
}
.price_box_dl dd .p1 {
width: 130px;
font-size: 2.4rem;
text-align: right;
letter-spacing: 2px;
}
.price_box_dl dd .p1 span {
font-size: 1.8rem;
}
.price_box_dl dd .p2 {
width: calc(100% - 130px);
padding-left: 5px;
padding-top: 10px;
font-size: 1.5rem;
}
@media (max-width:1439px) {
	.price_ttl {
	margin-bottom: 60px;
	}
	.price_box {
	margin: 0 -8px;
	}
	.price_box_in {
	width: calc(50% - 16px);
	margin: 0 8px;
	padding: 70px 20px 20px 20px;
	border-radius: 20px;
	}
	.price_box_ttl {
	width: 280px;
	height: 60px;
	top: -20px;
	font-size: 1.8rem;
	}
	.price_box_sub {
	width: fit-content;
	margin: 0 auto 20px;
	padding-left: 55px;
	font-size: 2.0rem;
	}
	.price_box_dl {
	align-items: flex-start;
	max-width: 300px;
	margin: auto;
	}
	.price_box_dl + .price_box_dl {
	margin-top: 10px;
	}
	.price_box_dl dt {
	width: 130px;
	font-size: inherit;
	}
	.price_box_dl dd {
	display: block;
	width: calc(100% - 130px);
	}
	.price_box_dl dd .p1 {
	width: 100%;
	font-size: 1.8rem;
	letter-spacing: inherit;
	}
	.price_box_dl dd .p1 span {
	font-size: inherit;
	}
	.price_box_dl dd .p2 {
	width: 100%;
	padding-left: 0;
	padding-top: 0;
	font-size: 1.4rem;
	text-align: right;
	letter-spacing: 0;
	}
}
@media (max-width:1023px) {
	.price_ttl {
	margin-bottom: 50px;
	}
	.price_box {
	margin: 0 -5px;
	}
	.price_box_in {
	width: calc(50% - 10px);
	margin: 0 5px;
	padding: 50px 20px 20px 20px;
	border-radius: 15px;
	}
	.price_box_ttl {
	width: 220px;
	height: 50px;
	top: -20px;
	font-size: 1.6rem;
	}
	.price_box_ttl::before {
	border-radius: 0 0 10px 10px;
	}
	.price_box_ttl::after {
	width: calc(100% + 10px);
	}
	.price_box_block + .price_box_block {
	margin-top: 20px;
	padding-top: 20px;
	}
	.price_box_sub {
	margin-bottom: 15px;
	padding-left: 40px;
	font-size: 1.8rem;
	}
	.price_box_sub::before {
	width: calc(43px * .7);
	height: calc(30px * .7);
	}
	.price_box_dl dt {
	width: 120px;
	font-size: inherit;
	}
	.price_box_dl dd {
	width: calc(100% - 120px);
	}
	.price_box_dl dd .p2 {
	font-size: 1.3rem;
	}
}
@media (min-width:768px) {
}
@media (max-width:767px) {
	.price_ttl {
	margin-bottom: 40px;
	}
	.price_box {
	display: block;
	margin: 0;
	}
	.price_box_in {
	width: 100%;
	margin: 0;
	padding: 40px 15px 15px 15px;
	border-radius: 10px;
	}
	.price_box_in + .price_box_in {
	margin-top: 30px;
	}
	.price_box_ttl {
	width: 200px;
	height: 45px;
	}
	.price_box_sub {
	margin-bottom: 13px;
	padding-left: 35px;
	font-size: 1.6rem;
	}
	.price_box_sub::before {
	width: calc(43px * .6);
	height: calc(30px * .6);
	}
	.price_box_dl {
	max-width: 250px;
	}
	.price_box_dl dt {
	width: 100px;
	}
	.price_box_dl dd {
	width: calc(100% - 100px);
	}
}

/*-- INFORMATION --*/
.info_sec {
overflow: hidden;
position: relative;
padding-top: 300px;
}
.info_img {
z-index: -1;
position: absolute;
display: flex;
flex-wrap: wrap;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.info_img_in {
background-color: #dff8f8;
}
.info_img_in img {
opacity: .3;
object-fit: cover;
width: 100%;
height: 100%;
}
.info_img_in1 {
width: 58%;
}
.info_img_in2 {
width: 42%;
}
.info_img_in3 {
width: 100%;
}
.info_sec .top_wrap {
background-color: #fff;
}
.info_ttl {
padding: 85px 20px 20px 20px;
font-family: "Lora", serif;
font-weight: 500;
border-bottom: 1px solid #222;
}
.info_ttl .ttl_2 {
max-width: 960px;
margin: auto;
}
.info_box {
max-width: 960px;
margin: auto;
padding: 35px 0 90px 0;
}
.info_name {
margin-bottom: 10px;
font-family: "Lora", serif;
font-size: 2.4rem;
font-weight: 600;
line-height: 1.4;
letter-spacing: 2px;
}
.info_txt {
margin-bottom: 13px;
font-size: 1.8rem;
line-height: 1.4;
}
.info_dl {
display: flex;
align-items: center;
font-size: 1.8rem;
}
.info_dl:last-of-type {
margin-bottom: 35px;
}
.info_dl + .info_dl {
margin-top: 10px;
}
.info_dl dt {
width: 111px;
}
.info_dl dd {
width: calc(100% - 111px);
}
.info_dl dd::before {
content: ":";
margin-right: 5px;
}
.info_map {
height: 350px;
}
.info_map iframe {
display: block;
width: 100%;
height: 100%;
}
@media (max-width:1439px) {
	.info_sec {
	padding-top: 250px;
	}
	.info_ttl {
	padding: 20px 30px;
	}
	.info_box {
	padding: 30px;
	}
	.info_name {
	margin-bottom: 8px;
	font-size: 2.0rem;
	letter-spacing: inherit;
	}
	.info_txt {
	margin-bottom: 10px;
	font-size: inherit;
	}
	.info_dl {
	font-size: inherit;
	}
	.info_dl:last-of-type {
	margin-bottom: 30px;
	}
	.info_dl + .info_dl {
	margin-top: 5px;
	}
	.info_dl dt {
	width: 100px;
	}
	.info_dl dd {
	width: calc(100% - 100px);
	}
}
@media (max-width:1023px) {
	.info_sec {
	padding-top: 220px;
	}
	.info_ttl {
	padding: 15px 20px;
	}
	.info_box {
	padding: 20px;
	}
	.info_name {
	margin-bottom: 5px;
	font-size: 1.8rem;
	}
}
@media (min-width:768px) {
}
@media (max-width:767px) {
	.info_sec {
	padding-top: 150px;
	}
	.info_img_in1 {
	width: 100%;
	}
	.info_img_in2 {
	display: none;
	}
	.info_img_in1 img {
	object-position: left top;
	}
	.info_ttl {
	padding: 15px;
	}
	.info_box {
	padding: 15px;
	}
}

/*-- ご予約・お問い合わせ --*/
.contact_sec {
padding: 90px 30px;
}
.contact_sec .top_wrap {
position: relative;
padding: 100px 0;
}
.contact_sec .top_wrap::before {
position: absolute;
content: "";
width: 1630px;
height: 100%;
top: 0;
left: 50%;
transform: translateX(-50%);
border: 2px solid #076a82;
border-radius: 60px;
}
.contact_ttl {
margin-bottom: 45px;
}
.contact_btn {
display: flex;
flex-wrap: wrap;
justify-content: center;
max-width: 1214px;
margin: 0 auto 35px;
}
.contact_btn_in {
overflow: hidden;
position: relative;
width: calc(33.3333% - 14px);
display: flex;
align-items: center;
justify-content: center;
height: 143px;
margin: 0 7px;
text-align: center;
line-height: 1.4;
border: 2px solid #076a82;
border-radius: 8px;
}
.contact_btn_in br {
display: none;
}
.contact_btn_in_tel {
color: #076a82;
}
.contact_btn_in_tel_wrap {
}
.contact_btn_in_tel_1 {
margin-bottom: 8px;
font-size: 2.1rem;
}
.contact_btn_in_tel_2 {
font-family: "Lora", serif;
font-size: 2.6rem;
letter-spacing: 3px;
line-height: 1;
}
.contact_btn_in_tel_2 a {
}
.contact_btn_in_tel_2 a::before {
content: "TEL.";
}
.contact_btn_in_cnt {
cursor: pointer;
background-color: #076a82;
}
.contact_btn_in_line {
background-color: #177f88;
border-color: #177f88;
}
.contact_btn_in_cnt::before,
.contact_btn_in_line::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: -100%;
background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 28%, rgba(255, 255, 255, .75) 32%, rgba(255, 255, 255, .75) 78%, rgba(255, 255, 255, 0) 82%);
animation: shine-loop 4s linear infinite;
}
.contact_btn_in span {
position: relative;
display: block;
padding-right: 45px;
font-size: 2.1rem;
color: #fff;
}
.contact_btn_in span::after {
position: absolute;
content: "";
width: 31px;
height: 31px;
top: 50%;
transform: translateY(-50%);
right: 0;
background-color: #f3ed47;
background-image: url(./common/img/ico_arrow.png);
background-repeat: no-repeat;
background-position: center;
background-size: 14px auto;
border-radius: 50%;
}
.contact_btn_in_cnt span {
}
.contact_btn_in_line a {
z-index: 1;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.contact_txt {
font-size: 1.8rem;
text-align: center;
}
html.modal_active .body_wrap {
position: relative;
}
html.modal_active .body_wrap::before {
opacity: .6;
z-index: 98;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #000;
}
html.modal_active {
overflow: hidden;
}
html.contact_open .modal_box[data-modal-box="contact_open"],
html.privacy_open .modal_box[data-modal-box="privacy_open"] {
opacity: 1;
visibility: visible;
}
.visit_modal {
}
.modal_box {
transition: .3s;
opacity: 0;
visibility: hidden;
overflow: hidden;
z-index: 99;
position: fixed;
width: calc(100% - 60px);
max-width: 800px;
height: 90%;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
margin: auto;
padding: 30px;
background-color: #fff;
border-radius: 20px;
}
.modal_close {
cursor: pointer;
position: absolute;
top: 10px;
left: 10px;
width: 35px;
height: 35px;
font-size: 0;
background-color: #090808;
border-radius: 100px;
}
.modal_close::before,
.modal_close::after {
position: absolute;
content: "";
width: 18px;
height: 2px;
top: 50%;
left: 50%;
transform-origin: center;
background-color: #fff;
}
.modal_close::before {
transform: translate(-50%, -50%) rotate(45deg);
}
.modal_close::after {
transform: translate(-50%, -50%) rotate(-45deg);
}
.modal_box_wrap {
overflow-y: auto;
height: 100%;
padding: 20px;
}
.modal_box_wrap::-webkit-scrollbar {
width: 6px;
}
.modal_box_wrap::-webkit-scrollbar-track {
background-color: #f1f1f1;
border-radius: 0;
}
.modal_box_wrap::-webkit-scrollbar-thumb {
background: #ccc;
border-radius: 100px;
}
.modal_box_ttl {
margin-bottom: 30px;
font-size: 2.6rem;
font-weight: 600;
text-align: center;
line-height: 1;
}
.contact_form {
}
.contact_form dl {
display: flex;
margin-bottom: 5px;
font-size: 1.5rem;
}
.contact_form dt {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
width: 220px;
padding: 15px;
font-weight: 600;
background-color: #f1f1f1;
}
.contact_form dd {
width: calc(100% - 220px);
padding: 15px 0 15px 20px;
}
.contact_name dd {
}
.wpcf7-checkbox .wpcf7-list-item {
display: block;
}
.wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item {
margin-top: 3px;
}
.wpcf7-radio .wpcf7-list-item {
display: inline-block;
min-width: 100px;
}
.wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
margin-left: 1em;
}
.contact_address_txt {
width: 100%;
margin-bottom: 4px;
font-size: 1.2rem;
letter-spacing: 0;
}
.contact_address_in1 {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 1em;
}
.contact_address_in1 input {
width: 150px;
}
.contact_address_in2 {
margin-bottom: 10px;
}
.form_privacypolicy {
overflow-x: hidden;
overflow-y: auto;
height: 400px;
margin-top: 20px;
padding: 20px;
border: 1px solid #aaa;
}
.form_privacypolicy::-webkit-scrollbar {
width: 6px;
}
.form_privacypolicy::-webkit-scrollbar-track {
background-color: #f1f1f1;
border-radius: 0;
}
.form_privacypolicy::-webkit-scrollbar-thumb {
background: #ccc;
border-radius: 100px;
}
@media (max-width:1785px) {
	.contact_sec .top_wrap {
	padding: 40px;
	}
	.contact_sec .top_wrap::before {
	width: 100%;
	border-radius: 30px;
	}
}
@media (max-width:1439px) {
	.contact_sec {
	padding: 70px 30px;
	}
	.contact_sec .top_wrap::before {
	border-radius: 20px;
	}
	.contact_ttl {
	margin-bottom: 40px;
	}
	.contact_btn {
	margin: 0 -5px 20px -5px;
	}
	.contact_btn_in {
	width: calc(33.3333% - 10px);
	height: 90px;
	margin: 0 5px;
	}
	.contact_btn_in_tel_1 {
	margin-bottom: 5px;
	font-size: 1.6rem;
	}
	.contact_btn_in_tel_2 {
	font-size: 2.0rem;
	letter-spacing: inherit;
	}
	.contact_btn_in_tel_2 a::before {
	font-size: inherit;
	}
	.contact_btn_in span {
	padding-right: 35px;
	font-size: inherit;
	}
	.contact_btn_in span::after {
	width: 24px;
	height: 24px;
	background-size: 10px auto;
	}
	.contact_txt {
	font-size: inherit;
	}
}
@media (max-width:1023px) {
	.contact_sec {
	padding: 60px 30px;
	}
	.contact_sec .top_wrap {
	padding: 30px 20px;
	}
	.contact_sec .top_wrap::before {
	border-radius: 15px;
	}
	.contact_ttl {
	margin-bottom: 30px;
	}
	.contact_btn {
	margin: 0 -3px 20px -3px;
	}
	.contact_btn_in {
	width: calc(33.3333% - 6px);
	height: 80px;
	margin: 3px;
	border-radius: 6px;
	}
	.contact_btn_in br {
	display: block;
	}
	.contact_btn_in_tel_1 {
	margin-bottom: 5px;
	}
	.contact_btn_in_tel_2 {
	font-size: 1.9rem;
	}
	.contact_btn_in_tel_2 a::before {
	font-size: 1.4rem;
	}
	.contact_btn_in span {
	padding-right: 33px;
	}
	.contact_btn_in span::after {
	width: 20px;
	height: 20px;
	background-size: 8px auto;
	}
	.modal_box {
	padding: 20px;
	}
	.modal_box_wrap {
	padding: 10px;
	}
	.modal_box_ttl {
	font-size: 2.4rem;
	}
}
@media (min-width:768px) {
	/* hover */
	.contact_btn_in:hover {
	background-color: #f3ed47;
	transition: .3s;
	}
	.contact_btn_in:hover span {
	color: #107893;
	}
	.contact_btn_in:hover span::after {
	background-color: #107893;
	background-image: url(./common/img/ico_arrow_w.png);
	}
	.modal_close:hover {
	background-color: #107893;
	transition: .3s;
	}
}
@media (max-width:767px) {
	.contact_sec {
	padding: 50px 15px;
	}
	.contact_sec .top_wrap {
	padding: 20px 15px;
	}
	.contact_sec .top_wrap::before {
	border-radius: 10px;
	}
	.contact_ttl {
	margin-bottom: 20px;
	}
	.contact_btn {
	display: block;
	margin: 0 0 15px 0;
	}
	.contact_btn_in {
	width: 230px;
	height: 63px;
	margin: auto;
	border-radius: 6px;
	}
	.contact_btn_in_tel {
	}
	.contact_btn_in_cnt,
	.contact_btn_in_line {
	justify-content: flex-start;
	padding-left: 35px;
	}
	.contact_btn_in_cnt::after,
	.contact_btn_in_line::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	background-color: #f3ed47;
	background-image: url(./common/img/ico_arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px auto;
	border-radius: 50%;
	}
	.contact_btn_in + .contact_btn_in {
	margin-top: 5px;
	}
	.contact_btn_in br {
	display: none;
	}
	.contact_btn_in_tel_1 {
	margin-bottom: 2px;
	}
	.contact_btn_in span::after {
	display: none;
	}
	.modal_box {
	width: calc(100% - 30px);
	max-width: 400px;
	padding: 15px;
	border-radius: 10px;
	}
	.modal_close {
	top: 5px;
	left: 5px;
	width: 30px;
	height: 30px;
	}
	.modal_close::before,
	.modal_close::after {
	width: 14px;
	}
	.modal_box_wrap {
	padding: 5px;
	}
	.modal_box_ttl {
	margin-top: 20px;
	font-size: 1.8rem;
	}
	.contact_form dl {
	display: block;
	}
	.contact_form dt {
	width: 100%;
	padding: 8px;
	}
	.contact_form dd {
	width: 100%;
	padding: 10px 0 14px 0;
	}
	.contact_address_in1 input {
	width: 100px;
	}
	.wpcf7-radio .wpcf7-list-item {
	min-width: 70px;
	}
	.privacy_box {
	margin-top: 2em;
	padding: 20px;
	}
	.form_privacypolicy {
	height: 300px;
	margin-top: 10px;
	padding: 10px;
	}
}

/*-- instagram --*/
.instagram_sec {
padding-left: 0;
padding-right: 0;
}
.instagram_sec .top_wrap {
max-width: 1920px;
}
.instagram_ttl {
margin-bottom: 25px;
padding-left: 80px;
padding-right: 80px;
text-align: center;
}
.instagram_txt {
margin-bottom: 50px;
padding-left: 80px;
padding-right: 80px;
font-size: 1.8rem;
text-align: center;
}
.instagram_box {
}
.instagram_box_in {
height: 400px;
background-color: #f1f1f1;
}
.instagram_sec #sb_instagram .sbi_follow_btn {
margin-top: 60px;
}
.instagram_sec #sb_instagram .sbi_follow_btn a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 280px;
height: 70px;
margin: auto;
font-size: 1.8rem;
font-weight: 600;
text-align: center;
color: #076a82;
background-color: #fff;
border: 2px solid #076a82;
border-radius: 6px;
}
.instagram_sec #sb_instagram .sbi_follow_btn a::before {
position: absolute;
content: "";
width: 31px;
height: 31px;
top: 50%;
transform: translateY(-50%);
right: 30px;
background-color: #f3ed47;
background-image: url(./common/img/ico_arrow.png);
background-repeat: no-repeat;
background-position: center;
background-size: 14px auto;
border-radius: 50%;
}
.instagram_sec #sb_instagram .sbi_follow_btn a::after {
position: absolute;
content: "";
width: 26px;
height: 26px;
top: 50%;
transform: translateY(-50%);
left: 30px;
background-image: url(./common/img/ico_instagram.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.instagram_sec #sb_instagram .sbi_follow_btn .sbi_follow_icon {
display: none;
}
.instagram_sec #sb_instagram .sbi_follow_btn span {
}
@media (max-width:1439px) {
	.instagram_txt {
	margin-bottom: 40px;
	font-size: inherit;
	}
	.instagram_sec #sb_instagram .sbi_follow_btn {
	margin-top: 40px;
	}
}
@media (max-width:1023px) {
	.instagram_txt {
	margin-bottom: 30px;
	}
	.instagram_sec #sb_instagram .sbi_follow_btn {
	margin-top: 30px;
	}
	.instagram_sec #sb_instagram .sbi_follow_btn a {
	width: 230px;
	height: 60px;
	font-size: inherit;
	}
	.instagram_sec #sb_instagram .sbi_follow_btn a::before {
	width: 24px;
	height: 24px;
	right: 25px;
	background-size: 10px auto;
	}
	.instagram_sec #sb_instagram .sbi_follow_btn a::after {
	width: 22px;
	height: 22px;
	left: 25px;
	}
}
@media (min-width:768px) {
	/* hover */
	.sbi_follow_btn:hover {
	opacity: .5;
	transition: .3s;
	}
}
@media (max-width:767px) {
	.instagram_txt {
	margin-bottom: 20px;
	}
	.instagram_sec #sb_instagram .sbi_follow_btn {
	margin-top: 20px;
	}
	.instagram_sec #sb_instagram .sbi_follow_btn a {
	width: 200px;
	height: 50px;
	}
	.instagram_sec #sb_instagram .sbi_follow_btn a::before {
	width: 20px;
	height: 20px;
	right: 20px;
	background-size: 8px auto;
	}
	.instagram_sec #sb_instagram .sbi_follow_btn a::after {
	width: 20px;
	height: 20px;
	left: 20px;
	}
}

/*-- 体験までの流れ --*/
.flow_sec {
background-color: #eef5f6;
}
.flow_sec .top_wrap {
}
.flow_ttl {
margin-bottom: 60px;
}
.flow_list {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 0 18px;
}
.flow_list_in {
overflow: hidden;
position: relative;
width: calc(25% - 30px);
margin: 0 15px;
padding: 80px 0 0 0;
background-color: #fff;
border-radius: 13px;
}
.flow_list_no {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
width: 113px;
height: 36px;
top: 28px;
left: 0;
font-family: "Lora", serif;
font-weight: 600;
font-size: 1.8rem;
line-height: 1;
color: #076a82;
background-color: #f3ed47;
border-radius: 0 100px 100px 0;
}
.flow_list_txt {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 67px;
margin-bottom: 25px;
font-size: 2.1rem;
text-align: center;
color: #076a82;
}
.flow_list_txt span {
display: block;
font-size: 1.5rem;
}
.flow_list_img {
}
.flow_list_img img {
object-fit: cover;
aspect-ratio: 276 / 149;
width: 100%;
height: 100%;
}
@media (max-width:1439px) {
	.flow_ttl {
	margin-bottom: 50px;
	}
	.flow_list {
	margin: 0 -5px;
	padding: 0;
	}
	.flow_list_in {
	width: calc(25% - 10px);
	margin: 0 5px;
	padding-top: 70px;
	}
	.flow_list_no {
	top: 15px;
	}
	.flow_list_txt {
	margin-bottom: 20px;
	height: 49px;
	font-size: 2.0rem;
	line-height: 1.4;
	}
	.flow_list_img img {
	aspect-ratio: 3 / 2;
	}
}
@media (max-width:1023px) {
	.flow_ttl {
	margin-bottom: 40px;
	}
	.flow_list_in {
	padding-top: 60px;
	border-radius: 10px;
	}
	.flow_list_no {
	height: 30px;
	font-size: inherit;
	}
	.flow_list_txt {
	margin-bottom: 15px;
	height: 41px;
	font-size: inherit;
	}
}
@media (min-width:768px) {
}
@media (max-width:767px) {
	.flow_ttl {
	margin-bottom: 30px;
	}
	.flow_list {
	margin: -5px;
	}
	.flow_list_in {
	width: calc(50% - 10px);
	margin: 5px;
	padding-top: 50px;
	}
	.flow_list_no {
	width: 100px;
	top: 10px;
	}
	.flow_list_txt {
	margin-bottom: 15px;
	height: 36px;
	}
}

/*-- よくある質問 --*/
.faq_sec {
}
.faq_sec .top_wrap {
}
.faq_ttl {
margin-bottom: 80px;
}
.faq_box {
}
.faq_list {
}
.faq_list_li {
border-bottom: 1px solid #ccc;
}
.faq_q {
cursor: pointer;
position: relative;
padding: 30px 50px 30px 70px;
font-size: 2.4rem;
color: #076a82;
font-weight: 600;
background-color: #fff;
}
.faq_a {
position: relative;
padding: 30px 20px 30px 70px;
font-size: 1.8rem;
border-top: 1px solid #eee;
}
.faq_q::before,
.faq_a::before {
position: absolute;
content: "";
display: flex;
align-items: center;
justify-content: center;
width: 37px;
height: 36px;
top: 50%;
transform: translateY(-50%);
left: 0;
font-family: "Lora", serif;
font-weight: 600;
font-size: 1.8rem;
line-height: 1;
color: #fff;
border-radius: 62% 38% 61% 39% / 55% 44% 56% 45%;
}
.faq_q::before {
content: "Q";
background-color: #0b5365;
}
.faq_a::before {
content: "A";
background-color: #148f90;
}
.faq_q::after {
z-index: 1;
position: absolute;
content: "";
width: calc(19px);
height: calc(11px);
top: 50%;
transform: translateY(-50%);
right: 20px;
background-image: url(./common/img/faq_toggle_open.png);
background-repeat: no-repeat;
background-size: contain;
}
.faq_q.open::after {
background-image: url(./common/img/faq_toggle_close.png);
background-repeat: no-repeat;
background-size: contain;
}
@media (max-width:1439px) {
	.faq_ttl {
	margin-bottom: 60px;
	}
	.faq_q {
	padding: 20px 35px 20px 60px;
	font-size: 1.8rem;
	}
	.faq_q::after {
	width: calc(19px * .8);
	height: calc(11px * .8);
	right: 5px;
	}
	.faq_a {
	padding: 20px 10px 20px 60px;
	font-size: inherit;
	}
}
@media (max-width:1023px) {
	.faq_ttl {
	margin-bottom: 50px;
	}
	.faq_q {
	padding: 18px 30px 18px 45px;
	font-size: inherit;
	}
	.faq_q::before,
	.faq_a::before {
	width: 28px;
	height: 28px;
	font-size: 1.5rem;
	}
	.faq_q::after {
	width: calc(19px * .6);
	height: calc(11px * .6);
	}
	.faq_a {
	padding: 18px 5px 18px 45px;
	font-size: 1.5rem;
	}
}
@media (min-width:768px) {
	/* hover */
	.faq_q:hover {
	background-color: #f1f1f1;
	transition: .5s;
	}
}
@media (max-width:767px) {
	.faq_ttl {
	margin-bottom: 30px;
	}
	.faq_q {
	padding: 15px 30px 15px 45px;
	}
	.faq_q::before,
	.faq_a::before {
	font-size: 1.4rem;
	}
	.faq_a {
	padding: 15px 0 15px 45px;
	font-size: 1.4rem;
	}
}

/*-- 身体が変わる一歩を、今 --*/
.action_sec {
padding-top: 270px;
padding-bottom: 0;
}
.action_sec::before {
z-index: -8;
opacity: .3;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-image: url(./common/img/action_bg.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.action_sec::after {
z-index: -9;
opacity: .5;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #c0e8e6;
}
.action_sec .top_wrap {
}
.action_txt {
padding-bottom: 190px;
font-size: 3.2rem;
font-weight: 600;
text-align: center;
letter-spacing: 10px;
}
.action_contact {
position: relative;
padding: 120px 0;
}
.action_contact::before {
z-index: -1;
position: absolute;
content: "";
width: calc(100% + 370px);
height: 100%;
top: 0;
position: absolute;
left: 50%;
transform: translateX(-50%);
background-color: #fff;
border-radius: 60px 60px 0 0;
}
@media (max-width:1670px) {
	.action_sec {
	padding-top: 200px;
	}
	.action_contact {
	padding: 100px 60px;
	}
	.action_contact::before {
	width: 100%;
	}
}
@media (max-width:1439px) {
	.action_sec {
	padding-top: 100px;
	}
	.action_txt {
	padding-bottom: 100px;
	font-size: 2.8rem;
	letter-spacing: 4px;
	}
	.action_contact {
	padding: 60px 40px;
	}
	.action_contact::before {
	border-radius: 30px 30px 0 0;
	}
}
@media (max-width:1023px) {
	.action_sec {
	padding-top: 80px;
	}
	.action_txt {
	padding-bottom: 80px;
	font-size: 2.6rem;
	letter-spacing: 2px;
	}
	.action_contact {
	padding: 40px 20px;
	}
	.action_contact::before {
	border-radius: 20px 20px 0 0;
	}
}
@media (min-width:768px) {
}
@media (max-width:767px) {
	.action_sec {
	padding-top: 50px;
	}
	.action_sec::before {
	background-position: right 50% top;
	}
	.action_txt {
	padding-bottom: 50px;
	font-size: 2.2rem;
	letter-spacing: 1px;
	}
	.action_contact {
	padding: 30px 15px;
	}
	.action_contact::before {
	border-radius: 15px 15px 0 0;
	}
}

/*-----------------------
 フッター
-----------------------*/
footer {
padding: 0 30px 40px 30px;
}
.footer_wrap {
max-width: 1260px;
margin: auto;
}
.footer_box1 {
display: flex;
align-items: center;
margin-bottom: 40px;
}
.footer_box1_in1 {
margin-right: 30px;
}
.footer_logo {
width: 137px;
}
.footer_logo img {
}
.footer_box1_in2 {
line-height: 1.4;
}
.footer_txt1 {
margin-bottom: 10px;
font-size: 1.8rem;
}
.footer_txt2 {
margin-bottom: 10px;
}
.footer_txt2_1 {
display: block;
font-size: 1.8rem;
}
.footer_txt2_2 {
display: block;
font-family: "Lora", serif;
font-size: 2.4rem;
font-weight: 600;
}
.footer_txt3 {
margin-bottom: 15px;
font-size: 1.8rem;
}
.footer_instagram {
width: fit-content;
font-family: "Lora", serif;
font-size: 1.3rem;
font-weight: 600;
line-height: 1;
background-color: #fff;
border: 2px solid;
border-radius: 100px;
}
.footer_instagram a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 40px;
padding-left: 50px;
padding-right: 20px;
}
.footer_instagram a::before {
position: absolute;
content: "";
width: 18px;
height: 18px;
top: 50%;
transform: translateY(-50%);
left: 18px;
background-image: url(./common/img/ico_instagram.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.footer_box2 {
}
.footer_privacypolicy {
margin-bottom: 15px;
}
.footer_privacypolicy_toggle {
cursor: pointer;
width: fit-content;
margin-left: auto;
font-size: 1.8rem;
line-height: 1;
}
.privacypolicy_box {
}
.privacypolicy_box_ttl {
margin-bottom: 1em;
font-size: 2.0rem;
font-weight: 600;
text-align: center;
}
.privacypolicy_box_sub {
width: fit-content;
margin-top: 1.5em;
margin-bottom: 5px;
padding: 0 5px;
font-size: 1.5rem;
font-weight: 600;
letter-spacing: 0;
border: 1px solid #000;
}
.privacypolicy_box_txt {
font-size: 1.5rem;
letter-spacing: 0;
}
.copyright {
font-size: 1.3rem;
text-align: right;
line-height: 1;
letter-spacing: .5px;
}
.pagetop {
cursor: pointer;
z-index: 9;
position: fixed;
width: 80px;
height: 80px;
right: 10px;
margin-bottom: 10px;
font-size: 0;
background-color: #f3ed47;
background-image: url(./common/img/pagetop.png);
background-repeat: no-repeat;
background-position: center;
background-size: 23px auto;
border-radius: 100%;
}
@media (max-width:1439px) {
	footer {
	padding: 40px 30px;
	}
	.footer_box1_in1 {
	margin-right: 20px;
	}
	.footer_logo {
	width: 120px;
	}
	.footer_txt1 {
	margin-bottom: 5px;
	font-size: inherit;
	}
	.footer_txt2_2 {
	font-size: 2.2rem;
	}
	.footer_txt3 {
	font-size: 1.5rem;
	}
	.footer_privacypolicy_toggle {
	font-size: inherit;
	}
	.pagetop {
	width: 60px;
	height: 60px;
	background-size: 18px auto;
	}
}
@media (max-width:1023px) {
}
@media (min-width:768px) {
	/* hover */
	.footer_instagram:hover,
	.footer_privacypolicy_toggle:hover,
	.pagetop:hover {
	opacity: .5;
	transition: .3s;
	}
}
@media (max-width:767px) {
	footer {
	padding: 40px 15px 80px 15px;
	}
	.footer_box1 {
	display: block;
	margin-bottom: 20px;
	text-align: center;
	}
	.footer_logo {
	width: 110px;
	margin: 0 auto 10px;
	}
	.footer_txt1 {
	margin-bottom: 3cqb;
	}
	.footer_txt2_1 {
	margin-bottom: 3px;
	}
	.footer_txt2_2 {
	}
	.footer_txt3 {
	font-size: 1.4rem;
	}
	.footer_instagram {
	margin: auto;
	}
	.footer_privacypolicy_toggle {
	margin-right: auto;
	}
	.copyright {
	text-align: center;
	}
	.pagetop {
	width: 40px;
	height: 40px;
	right: 5px;
	margin-bottom: 5px;
	background-size: 14px auto;
	}
	.privacypolicy_box_ttl {
	font-size: 1.8rem;
	}
	.privacypolicy_box_sub {
	margin-top: 1em;
	padding: 0 2px;
	font-size: 1.4rem;
	}
	.privacypolicy_box_txt {
	font-size: 1.4rem;
	}
}

/*-----------------------
 お問い合わせ内容確認＆送信完了
-----------------------*/
.low_wrap {
padding: 80px 30px;
}
.contact_page {
}
.contact_box {
max-width: 800px;
margin: auto;
padding: 60px;
background-color: #eef5f6;
border-radius: 30px;
}
.contact_page_ttl {
margin-bottom: 50px;
font-size: 3.0rem;
font-weight: 600;
text-align: center;
}
.contact_page .contact_form dt {
background-color: #f6f6f6;
border: 1px solid #aaa;
border-right-width: 0;
}
.contact_page .contact_form dd {
padding: 15px;
background-color: #fff;
border: 1px solid #aaa;
}
.conf_msg {
margin-top: 2em;
text-align: center;
}
.thanks_msg {
position: relative;
padding: 130px 0 50px 0;
text-align: center;
line-height: 1.8;
}
.thanks_msg::before {
position: absolute;
content: "";
width: calc(100px * .8);
height: calc(139px * .8);
top: 0;
left: 0;
right: 0;
margin: auto;
background-image: url(./common/img/thanks.png);
background-repeat: no-repeat;
background-size: contain;
}
.linkbtn {
max-width: 240px;
margin: auto;
font-size: 1.8rem;
font-weight: 600;
text-align: center;
line-height: 1;
color: #fff;
background-color: #076a82;
border: 2px solid #076a82;
border-radius: 100px;
}
.linkbtn a {
position: relative;
display: block;
padding: 20px 10px;
}
.linkbtn a::after {
position: absolute;
content: "";
width: 24px;
height: 24px;
top: 50%;
transform: translateY(-50%);
right: 15px;
background-color: #f3ed47;
background-image: url(./common/img/ico_arrow.png);
background-repeat: no-repeat;
background-position: center;
background-size: 9px auto;
border-radius: 50%;
}
.low_wrap footer {
margin-top: 80px;
padding: 0;
border-top-width: 0;
}
.low_wrap .copyright {
text-align: center;
}
@media (max-width:1023px) {
	.low_wrap {
	padding: 60px 30px;
	}
	.contact_box {
	padding: 50px 30px;
	}
	.contact_page_ttl {
	margin-bottom: 40px;
	font-size: 2.6rem;
	}
}
@media (min-width:768px) {
	/* hover */
	.linkbtn:hover {
	color: #076a82;
	background-color: #f3ed47;
	transition: background-color .3s;
	}
	.linkbtn:hover a::after {
	background-color: #076a82;
	background-image: url(./common/img/ico_arrow_w.png);
	}
}
@media (max-width:767px) {
	.low_wrap {
	padding: 40px 15px;
	}
	.contact_box {
	padding: 30px 20px;
	border-radius: 15px;
	}
	.contact_page_ttl {
	margin-bottom: 30px;
	font-size: 2.4rem;
	}
	.contact_page .contact_form dt {
	border-right-width: 1px;
	border-bottom-width: 0;
	}
	.contact_page .contact_form dd {
	padding: 8px;
	}
	.thanks_msg {
	padding: 100px 0 30px 0;
	}
	.thanks_msg::before {
	width: calc(100px * .6);
	height: calc(139px * .6);
	}
	.linkbtn {
	max-width: 180px;
	font-size: 1.5rem;
	}
	.linkbtn a {
	padding: 15px 10px;
	}
	.linkbtn a::after {
	width: 18px;
	height: 18px;
	background-size: 6px;
	}
	.low_wrap footer {
	margin-top: 30px;
	}
}
