@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
/*
Theme Name: beyond
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1330px;
	color: #142850;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
#main {
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 30px 0 ;
}
#gHeader h1 {
	margin: 0 30px;
}
#gHeader h1 span {
	display: inline-block;
	vertical-align: top;
}
#gHeader h1 .logo {
	margin-right: 28px;
	width: 129px;
}
#gHeader h1 .txt {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.24em;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 19px 0 17px;
	}
	#gHeader h1 {
		margin: 0 20px;
		display: flex;
	}
	#gHeader h1 .logo {
		margin-right: 15px;
		width: 129px;
	}
	#gHeader h1 .txt {
		margin-top: -5px;
		width: 130px;
		font-size: 1.3rem;
		line-height: 1.31;
		letter-spacing: 0.18em;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-bottom: 99px;
	padding: 51px;
	background-color: #152850;
}
#gFooter p {
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	text-align: center;
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-bottom: 100px;
		padding: 32px;
	}
	#gFooter p {
		font-size: 1.1rem;
	}
}
@media all and (max-width: 374px) {
	#gFooter {
		margin-bottom: 91px;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 1200px;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 15px;
		width: auto;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 25px;
	font-size: 4.1rem;
	font-weight: 400;
	letter-spacing: 0.24em;
	text-align: center;
}
.headLine01 span {
	margin-top: 5px;
	display: block;
	font-size: 1.7rem;
	letter-spacing: 0.18em;
	color: transparent;
	background: -webkit-linear-gradient(left, #13C581 , #00A1EE);
    background: -o-linear-gradient(right, #00A1EE, #13C581);
    background: -moz-linear-gradient(right, #00A1EE, #13C581);
	background: linear-gradient(to right, #00A1EE , #13C581);
	-webkit-background-clip: text;
	font-family: 'Roboto', sans-serif;
}
.headLine01 small {
	display: inline-block;
	font-size: 3.4rem;
	vertical-align: 1px;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 16px;
		font-size: 2.8rem;
		line-height: 1.14;
	}
	.headLine01 span {
		margin-top: 10px;
		font-size: 1.4rem;
	}
	.headLine01 small {
		font-size: 2.2rem;
	}
}
@media all and (max-width: 374px) {
	.headLine01 {
		font-size: 2.5rem;
	}
}
@media all and (-ms-high-contrast:none) {
	.headLine01 span {
		color: #00a0dc;
		background-image: none;
	}
}
/*------------------------------------------------------------
	comLinkBox
------------------------------------------------------------*/
.comLinkBox {
	margin-bottom: 90px;
	padding: 24px 20px 22px;
	width: calc(100% - 40px);
	box-sizing: border-box;
	position: relative;
	background: -webkit-linear-gradient(left, #13C581 , #00A1EE);
    background: -o-linear-gradient(right, #00A1EE, #13C581);
    background: -moz-linear-gradient(right, #00A1EE, #13C581);
	background: linear-gradient(to right, #00A1EE , #13C581);
}
.comLinkBox::before {
	width: calc(100% - 44px);
	height: calc(100% - 10px);
	position: absolute;
	left: 39px;
	top: 5px;
	background-color: #fff;
	content: '';
}
.comLinkBox::after {
	width: 192px;
	height: 165px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(img/common/link_bg03.png) no-repeat center center / cover;
	content: '';
}
.comLinkBox .mark {
	width: 84px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background-color: #009FF0;
}
.comLinkBox .mark::after {
	width: 47px;
	height: 100%;
	position: absolute;
	right: -41px;
	top: 0;
	background: url(img/common/link_bg01.jpg) no-repeat center center / 100% 100%;
	content: '';
	z-index: 10;
}
.comLinkBox .mark img {
	width: 67px;
	position: relative;
	z-index: 15;
}
.comLinkBox .content {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comLinkBox .content p {
	margin-left: -22px;
	width: 47.5%;
	font-size: 2.4rem;
	letter-spacing: 0.24em;
}
.comLinkBox .content p small {
	display: inline-block;
	font-size: 2rem;
	vertical-align: middle;
}
.comLinkBox .content p .txt {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.comLinkBox .content p .txt span {
	position: relative;
	z-index: 10;
}
.comLinkBox .content p .txt::after {
	width: 100%;
	height: 9px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #FFF079;
	content: '';
}
.comLinkBox .content p em {
	display: inline-block;
	position: relative;
	vertical-align: top;
	font-style: normal;
	font-size: 2.8rem;
}
.comLinkBox .content p em::before {
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	top: -5px;
	background: url(img/common/link_bg02.png) repeat-x left center / 62px auto;
	content: '';
}
.comLinkBox .content .link {
	margin-right: -32px;
	width: 48.58%;
	position: relative;
	z-index: 10;
}
.comLinkBox .content .link a {
	display: block;
}
.comLinkBox .content .link a:hover {
	opacity: 0.7;
}
@media (min-width: 897px) and (max-width: 1500px) {
	.comLinkBox .content {
		width: 76.92%;
	}
	.comLinkBox .content p {
		font-size: 2rem;
		letter-spacing: 0.12em;
	}
	.comLinkBox .content p small {
		font-size: 1.8rem;
	}
	.comLinkBox .content p em {
		font-size: 2.4rem;
	}
}
@media all and (max-width: 896px) {
	.comLinkBox {
		margin: 0 0 40px;
		padding: 13px 0 20px;
		width: auto;
	}
	.comLinkBox::before {
		width: calc(100% - 10px);
		left: 5px;
	}
	.comLinkBox::after {
		width: 109px;
		height: 105px;
		right: -3px;
		background-image: url(img/common/sp_link_bg03.png);
	}
	.comLinkBox .mark {
		display: none;
	}
	.comLinkBox .content {
		margin: 0 15px;
		display: block;
	}
	.comLinkBox .content p {
		margin: 0 0 8px;
		width: auto;
		font-size: 1.8rem;
		letter-spacing: 0.12em;
		text-align: center;
	}
	.comLinkBox .content p .txt::after {
		height: 5px;
		bottom: 3px;
	}
	.comLinkBox .content p small {
		font-size: 1.8rem;
		vertical-align: top;
	}
	.comLinkBox .content p em {
		font-size: 1.8rem;
	}
	.comLinkBox .content p em::before {
		top: 0px;
		background-size: 37px;
	}
	.comLinkBox .content .link {
		margin-right: 0;
		width: 240px;
	}
	.comLinkBox .content .link a:hover {
		opacity: 1;
	}
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
	width: 100%;
	box-sizing: border-box;
    border-spacing: 5px;
}
.comTable th,
.comTable td {
	padding: 14px 10px;
    width: 26%;
    position: relative;
	text-align: center;
	vertical-align: middle;
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	box-sizing: border-box;
	/* border-radius: 13px 13px 0 0;
	background-color: #152850; */
}
.comTable th::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	border-radius: 13px 13px 0 0;
    background-color: #152850;
    content: '';
}
.comTable th span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 3;
}
.comTable th {
	color: #fff;
	font-weight: 400;
}
.comTable .thStyle01 {
	background-color: transparent;
}
.comTable tr th:first-of-type {
	width: 22%;
}
.comTable tr th:first-of-type::before {
	border-radius: 13px 0 0 13px;
}
.comTable tr:first-of-type th {
	padding: 7px 10px 8px;
}
.comTable tr:first-of-type th:first-of-type:before {
    display: none;
}
.comTable tr:first-of-type th:last-of-type::before {
	background: -webkit-linear-gradient(left, #13C581 , #00A1EE);
    background: -o-linear-gradient(right, #00A1EE, #13C581);
    background: -moz-linear-gradient(right, #00A1EE, #13C581);
	background: linear-gradient(to right, #00A1EE , #13C581);
}
.comTable td {
	font-size: 1.2rem;
	border-radius: 0;
	background-color: #fff;
}
.comTable tr td:last-of-type {
	color: #f00028;
}
.comTable td span {
	font-size: 1.9rem;
}
@media all and (max-width: 896px) {
	.comTable {
		width: 100%;
        box-sizing: border-box;
	}
	.comTable th,
	.comTable td {
		padding: 14px 5px;
		width: 30%;
		text-align: center;
		vertical-align: middle;
		font-size: 1.3rem;
		letter-spacing: 0.08em;
        box-sizing: border-box;
	}
	.comTable th {
		color: #fff;
		font-weight: 400;
	}
	.comTable .thStyle01 {
		background-color: transparent;
	}
	.comTable tr th:first-of-type {
		width: 10%;
		border-radius: 13px 0 0 13px;
	}
	.comTable tr:first-of-type th {
		padding: 7px 10px 8px;
	}
	.comTable td {
		font-size: 1.2rem;
		border-radius: 0;
		background-color: #fff;
	}
	.comTable tr td:last-of-type {
		color: #f00028;
	}
	.comTable td span {
		font-size: 1.9rem;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	padding: 50px 0 57px;
	background: url(img/index/main_bg01.jpg) no-repeat center center / cover;
}
.mainVisual .inner {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1560px;
}
.mainVisual .imgBox {
	margin-bottom: 15px;
	display: flex;
	justify-content: flex-end;
}
.mainVisual .imgBox .textBox {
	margin: 40px -260px 0 0;
	width: 730px;
	position: relative;
	z-index: 5;
}
.mainVisual .imgBox .textBox .textList {
	margin-bottom: 21px;
}
.mainVisual .imgBox .textBox .textList li {
	padding: 9px 10px 12px;
	width: 185px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.24em;
	text-align: center;
	box-sizing: border-box;
	background: url(img/index/main_bg02.png) no-repeat center center / cover;
}
.mainVisual .imgBox .textBox .title {
	margin: 0 0 35px;
	font-size: 9.6rem;
	line-height: 1.1;
}
.mainVisual .imgBox .textBox .title small {
	font-size: 3.4rem;
	display: block;
}
.mainVisual .imgBox .textBox .title small span {
	display: inline-block;
	vertical-align: top;
	font-size: 2.8rem;
}
.mainVisual .imgBox .textBox .title .sm02,
.mainVisual .imgBox .textBox .title .sm01 {
	font-size: 7.8rem;
	vertical-align: 7px;
	display: inline-block;
}
.mainVisual .imgBox .textBox .title .sm02 {
	font-size: 8rem;
}
.mainVisual .imgBox .textBox .text {
	margin-bottom: 19px;
	padding-left: 5px;
	position: relative;
	z-index: 10;
	line-height: 0.9;
	letter-spacing: 0.24em;
}
.mainVisual .imgBox .textBox .text .txt01 {
	padding: 50px 10px 50px 5px;
	position: absolute;
	left: -55px;
	top: 0;
	font-size: 1.9rem;
	width: 40px;
	height: 155px;
	writing-mode: tb-rl;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 4px;
	box-sizing: border-box;
}
.mainVisual .imgBox .textBox .text .sm01 {
	display: block;
	font-size: 2.3rem;
}
.mainVisual .imgBox .textBox .text em {
	margin-left: -20px;
	width: 400px;
	font-size: 15.9rem;
	display: inline-block;
	color: transparent;
	font-weight: 600;
	letter-spacing: -0.05em;
	background: -webkit-linear-gradient(left, #13C581 , #00A1EE);
    background: -o-linear-gradient(right, #00A1EE, #13C581);
    background: -moz-linear-gradient(right, #00A1EE, #13C581);
	background: linear-gradient(to right, #00A1EE , #13C581);
	-webkit-background-clip: text;
	font-family: 'Roboto', sans-serif;
}
.mainVisual .imgBox .textBox .text .txt02 {
	font-size: 6.4rem;
	width: 62px;
	font-weight: 700;
	line-height: 1.25;
	display: inline-block;
	vertical-align: -3px;
}
.mainVisual .imgBox .textBox .text .txt02 small {
	font-size: 1.4rem;
	display: block;
	font-weight: 400;
	text-align: right;
}
.mainVisual .imgBox .textBox .text .txt03 {
	margin-left: 20px;
	padding: 10px 10px 10px;
	display: inline-block;
	width: 70px;
	color: #3a5059;
	font-size: 1.8rem;
	text-align: center;
	border-radius: 5px;
	line-height: 1.1;
	letter-spacing: 0.24em;
	box-sizing: border-box;
	background-color: #fff;
	vertical-align: 10px;
}
.mainVisual .imgBox .textBox .text .txt03 small {
	font-size: 1.2rem;
}
.mainVisual .imgBox .textBox .textImg01 {
	width: 620px;
}
.mainVisual .imgBox .photoBox {
	width: 1040px;
	order: 1;
}
.mainVisual p {
	margin: 0 57px;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.08em;
}
#main .topBox {
	margin-bottom: 75px;
	padding: 1px 0 20px;
	background-color: #E4EEF0;
}
#main .topBox .comLinkBox {
	margin: -40px 0 20px;
}
#main .topBox .textBox {
	margin: 0 auto;
	padding: 25px 20px 20px;
	width: 1200px;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #fff;
}
#main .topBox .textBox .title {
	margin-bottom: 18px;
	padding-left: 75px;
	letter-spacing: 0.08em;
	background: url(img/index/top_bg.png) no-repeat left 5px center / 56px auto;
}
#main .topBox .textBox .title em {
	margin-bottom: 5px;
	display: block;
	color: transparent;
	font-size: 2.1rem;
	font-style: normal;
	letter-spacing: 0.16em;
	background: -webkit-linear-gradient(left, #14C77A , #00A1EE);
    background: -o-linear-gradient(right, #00A1EE, #14C77A);
    background: -moz-linear-gradient(right, #00A1EE, #14C77A);
	background: linear-gradient(to right, #00A1EE , #14C77A);
	-webkit-background-clip: text;
}
#main .topBox .textBox .textList {
	margin-top: -20px;
	display: flex;
	flex-wrap: wrap;
}
#main .topBox .textBox .textList li {
	margin: 20px 10px 0 0;
	padding: 15px 20px 18px;
	width: 224px;
	text-align: center;
	border-radius: 6px;
	box-sizing: border-box;
	background-color: #FEF2F6;
}
#main .topBox .textBox .textList li:nth-of-type(5n) {
	margin-right: 0;
}
#main .topBox .textBox .textList .mark {
	margin-bottom: 5px;
}
#main .topBox .textBox .textList .mark img {
	width: 20px;
}
#main .topBox .textBox .textList p {
	letter-spacing: 0.08em;
}
#main .want .textList {
	margin: -20px -12px 60px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#main .want .textList::after {
	width: 826px;
	height: 42px;
	position: absolute;
	left: 50%;
	bottom: -42px;
	transform: translateX(-50%);
	background: url(img/index/want_bg01.png) no-repeat center center / cover;
	content: '';
}
#main .want .textList li {
	margin: 20px 12px 0;
	padding: 14px 5px 22px;
	width: 180px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #00a0f0;
	box-sizing: border-box;
}
#main .want .textList li:nth-of-type(5n - 2) {
	border-color: #0ab4c8;
}
#main .want .textList li:nth-of-type(5n - 1),
#main .want .textList li:nth-of-type(5n) {
	border-color: #14c878;
}
#main .want .textList li .num {
	margin-bottom: 10px;
	position: relative;
	font-size: 3.1rem !important;
	line-height: 1.53 !important;
	letter-spacing: 0.18em;
	font-family: 'Roboto', sans-serif;
}
#main .want .textList li:nth-of-type(2) .num {
	margin-bottom: 7px;
}
#main .want .textList li:nth-of-type(3) .num {
	margin-bottom: 20px;
}
#main .want .textList li .num::after {
	width: 35px;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 2px;
	transform: translateX(-50%);
	background: #00a0f0;
	content: '';
}
#main .want .textList li:nth-of-type(5n - 1) .num::after,
#main .want .textList li:nth-of-type(5n) .num::after {
	background-color: #14c878;
}
#main .want .textList li:nth-of-type(5n - 2) .num::after {
	background-color: #0ab4c8;
}
#main .want .textList li p {
	color: #00a0f0;
	font-size: 1.7rem;
	line-height: 1.53;
	letter-spacing: 0.04em;
}
#main .want .textList li:nth-of-type(5n - 2) p {
	color: #0ab4c8;
}
#main .want .textList li:nth-of-type(5n - 1) p,
#main .want .textList li:nth-of-type(5n) p {
	color: #14c878;
}
#main .want .textList li:nth-of-type(2) p {
	line-height: 1.35;
}
#main .want .textList .list01 p {
	font-size: 1.9rem;
	line-height: 1.37;
}
#main .want .textList .list02 p {
	font-size: 1.6rem;
}
#main .want .beyond {
	margin-bottom: 40px;
	padding: 1px 60px 55px;
	border-radius: 20px;
	background: url(img/index/want_bg02.png) no-repeat center center / cover;
}
#main .want .beyond h3 {
	margin: -19px auto 40px;
	padding: 15px 20px 32px;
	width: 826px;
	color: #fff;
	font-size: 3.1rem;
	font-weight: 400;
	letter-spacing: 0.24em;
	text-align: center;
	border-radius: 0 0 20px 20px;
	box-sizing: border-box;
	background: -webkit-linear-gradient(left, #13C581 , #04A8D8);
    background: -o-linear-gradient(right, #04A8D8, #13C581);
    background: -moz-linear-gradient(right, #04A8D8, #13C581);
	background: linear-gradient(to right, #04A8D8 , #13C581);
}
#main .want .beyond .textUl {
	margin-top: -20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .want .beyond .textUl::after {
	width: 341px;
	content: '';
}
#main .want .beyond .textUl li {
	margin-top: 20px;
	padding: 5px 5px 35px;
	width: 341px;
	border-radius: 9px;
	box-sizing: border-box;
	background-color: #fff;
}
#main .want .beyond .textUl .pho {
	margin-bottom: 14px;
	width: 331px;
}
#main .want .beyond .textUl .txtBox {
	text-align: center;
}
#main .want .beyond .textUl .txtBox .ttl {
	margin-bottom: 9px;
	font-size: 1.9rem;
	line-height: 1.37;
	letter-spacing: 0.16em;
}
#main .want .beyond .textUl .txtBox .ttl small {
	font-size: 1.5rem;
}
#main .want .beyond .textUl .txtBox .ttl em {
	display: inline-block;
	vertical-align: top;
	font-style: normal;
	color: transparent;
	background: -webkit-linear-gradient(left, #13C581 , #00A1EE);
    background: -o-linear-gradient(right, #00A1EE, #13C581);
    background: -moz-linear-gradient(right, #00A1EE, #13C581);
	background: linear-gradient(to right, #00A1EE , #13C581);
	-webkit-background-clip: text;
}
#main .want .beyond .textUl .txtBox p {
	line-height: 1.75;
	letter-spacing: 0.08em;
}
#main .personal {
	margin-bottom: 75px;
	padding: 80px 0 90px;
	position: relative;
	background-color: #E4EEF0;
}
#main .personal::before {
	width: 100%;
	height: 630px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(img/index/personal_bg01.jpg) no-repeat center center / cover;
	content: '';
}
#main .personal .content {
	position: relative;
}
#main .personal h2 {
	margin-bottom: 44px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.24em;
	text-align: center;
}
#main .personal h2 span {
	margin-top: 15px;
	display: block;
}
#main .personal h2 span img {
	width: 309px;
}
#main .personal .text {
	margin-bottom: 62px;
	color: #fff;
	font-size: 1.8rem;
	line-height: 2.28;
	letter-spacing: 0.18em;
	text-align: center;
}
#main .personal .expanded {
	margin-bottom: 48px;
	padding: 31px 45px 39px;
	border-radius: 20px;
	background-color: #fff;
}
#main .personal h4 {
	margin-bottom: 23px;
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.24em;
	text-align: center;
}
#main .personal h4 small {
	font-size: 2rem;
}
#main .personal .textList {
	margin-top: -30px;
	display: flex;
	flex-wrap: wrap;
}
#main .personal .textList li {
	margin: 30px 10px 0 0;
	width: 270px;
}
#main .personal .textList li:nth-of-type(4n) {
	margin-right: 0;
}
#main .personal .textList .pho {
	margin-bottom: 10px;
}
#main .personal .textList p {
	letter-spacing: 0.08em;
	text-align: center;
}
#main .personal h3 {
	margin-bottom: 16px;
	font-size: 3.1rem;
	font-weight: 400;
	letter-spacing: 0.24em;
	text-align: center;
}
#main .personal h3 small {
	font-size: 2.6rem;
}
#main .personal h3 .txt {
	position: relative;
	z-index: 4;
}
#main .personal h3 .txt::after {
	width: 100%;
	height: 9px;
	position: absolute;
	left: 0;
	bottom: 3px;
	background-color: #FFF079;
	content: '';
}
#main .personal h3 .txt span {
	position: relative;
	z-index: 3;
}
#main .personal .textBox {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
#main .personal .textBox .lBox,
#main .personal .textBox .rBox {
	padding: 25px 30px 29px;
	width: 860px;
	border-radius: 20px;
	box-sizing: border-box;
	background-color: #fff;
}
#main .personal .textBox .rBox {
	width: 320px;
}
#main .personal .textBox  h4 {
	margin-bottom: 15px;
	font-size: 2.1rem;
}
#main .personal .textBox .textList li {
	width: 260px;
}
#main .personal .textBox .textList li:nth-of-type(3n) {
	margin-right: 0 !important;
}
#main .personal .textBox .textList li:nth-of-type(4n) {
	margin-right: 10px;
}
#main .personal .textBox .rBox .textList li {
	margin-right: 0;
}
#main .personal  .comLinkBox {
	margin-bottom: 0;
}
#main .point {
	margin-bottom: 40px;
}
#main .point h2 {
	margin-bottom: 18px;
}
#main .point .text {
	margin-bottom: 36px;
	font-size: 1.8rem;
	letter-spacing: 0.18em;
	text-align: center;
}
#main .point .pointList li {
	margin-bottom: 20px;
	padding: 25px 40px 40px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	background-color: #F0F5F8;
}
#main .point .pointList li:first-of-type {
	padding-top: 17px;
}
#main .point .pointList li:last-of-type {
	margin-bottom: 0;
}
#main .point .pointList .pho {
	width: 332px;
}
#main .point .pointList li:nth-of-type(2n) .pho {
	order: 1;
}
#main .point .pointList .txtBox {
	margin-top: 22px;
	width: 760px;
}
#main .point .pointList .txtBox .ttl {
	margin-bottom: 22px;
	font-size: 3.1rem;
	line-height: 1.32;
	letter-spacing: 0.24em;
}
#main .point .pointList .txtBox p {
	font-size: 1.6rem;
	line-height: 2.13;
	letter-spacing: 0.12em;
}
#main .price {
	padding: 76px 0 90px;
	background-color: #E4EEF0;
}
#main .price h2 {
	margin-bottom: 19px;
}
#main .price .comTable {
	margin-bottom: 55px;
}
#main .price .comTable tr:first-of-type th:last-of-type::before {
	background-color: #152850;
	background-image: none;
}
#main .price .comTable tr:first-of-type th {
	padding: 18px 20px 15px;
	font-size: 1.8rem;
}
#main .price .comTable tr:first-of-type th::before {
	border-radius: 20px 20px 0 0;
}
#main .price .comTable tr th:first-of-type::before {
	border-radius: 20px 0 0 20px;
}
#main .price .comTable tr:first-of-type th:nth-of-type(2)::before {
	background: -webkit-linear-gradient(left, #13C581 , #00A1EE);
    background: -o-linear-gradient(right, #00A1EE, #13C581);
    background: -moz-linear-gradient(right, #00A1EE, #13C581);
	background: linear-gradient(to right, #00A1EE , #13C581);
}
#main .price .comTable img {
	width: 102px;
}
#main .price .comTable th,
#main .price .comTable td {
	padding: 15px;
	font-size: 1.6rem;
}
#main .price .comTable td small {
	font-size: 1.2rem;
}
#main .price .comTable .tdStyle02 {
	padding: 0 20px;
}
#main .price .comTable .tdStyle03 {
	padding: 8px 20px;
}
#main .price .comTable .tdStyle02 small {
	padding-left: 1em;
	text-indent: -2em;
	line-height: 1.5;
	display: inline-block;
	vertical-align: top;
}
#main .price .comTable td  em {
	color: #f00028;
	font-style: normal;
    font-size: 3.1rem;
    vertical-align: -4px;
}
#main .price .comTable .tdStyle01 strong {
	margin-right: 5px;
	position: relative;
	display: inline-block;
	font-weight: 400;
	vertical-align: 2px;
}
#main .price .comTable .tdStyle01 strong::before {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 10px;
	background-color: #142850;
	content: '';
}
#main .price .comTable .trStyle01 td,
#main .price .comTable .trStyle02 td,
#main .price .comTable .trStyle01 th,
#main .price .comTable .trStyle02 th {
	padding: 10px 20px;
}
#main .price .comTable .trStyle01 td,
#main .price .comTable .trStyle02 td {
	font-size: 2.1rem;
}
#main .price .comTable .tdStyle01 {
	font-size: 1.6rem !important;
}
#main .price .comTable tr td:last-of-type {
	color: #142850;
}
#main .price .comTable td span {
	display: block;
	color: #f00028;
	font-size: 1.4rem;
	line-height: 1.36;
}
#main .price .textDl {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	letter-spacing: 0.12em;
	border-radius: 20px;
	background-color: #fff;
}
#main .price .textDl:not(:first-of-type) {
	margin-bottom: 5px;
}
#main .price .textDl dt {
	width: 590px;
	display: flex;
	align-items: center;
	font-size: 2.1rem;
	box-sizing: border-box;
}
#main .price .textDl dt .ttl {
	margin: -10px 40px 0 0;
	width: 240px;
	height: calc(100% - 10px);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.1rem;
	color: #fff;
	text-align: center;
	border-radius: 20px 0 20px 6px;
	box-sizing: border-box;
	background: -webkit-linear-gradient(left, #13C581 , #00A1EE);
    background: -o-linear-gradient(right, #00A1EE, #13C581);
    background: -moz-linear-gradient(right, #00A1EE, #13C581);
	background: linear-gradient(to right, #00A1EE , #13C581);
}
#main .price .textDl dt .txt {
	margin-top: -15px;
}
#main .price .textDl dt .txt em {
	font-style: normal;
	font-size: 4.3rem;
}
#main .price .textDl dt .txt small {
	display: block;
	font-size: 1.2rem;
}
#main .price .textDl dd {
	padding: 16px 20px 18px;
	width: 610px;
	font-size: 1.3rem;
	line-height: 1.85;
	border-left: 1px solid #E4EEF0;
	box-sizing: border-box;
}
#main .price .note {
	margin-bottom: 5px;
	color: #96aabe;
	font-size: 1.2rem;
	letter-spacing: 0.12em;
	text-align: right;
}
#main .price .note:last-of-type {
	margin-bottom: 38px;
}
#main .price .comLinkBox {
    margin-bottom: 0;
}
#main .trainer {
	margin-bottom: 77px;
	padding: 105px 0 91px;
	position: relative;
	background-color: #E4EEF0;
}
#main .trainer::before {
	width: 100%;
	height: 445px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(img/index/trainer_bg01.jpg) no-repeat center center / cover;
	content: '';
}
#main .trainer .content {
	position: relative;
}
#main .trainer h2 {
	margin-bottom: 17px;
	color: #fff;
	font-size: 4.1rem;
	font-weight: 400;
	letter-spacing: 0.24em;
	text-align: center;
}
#main .trainer .text {
	margin-bottom: 90px;
	color: #fff;
	font-size: 1.8rem;
	line-height: 2.28;
	letter-spacing: 0.18em;
	text-align: center;
}
#main .trainer .textList {
	margin: -65px 0 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .trainer .textList > li {
	margin-top: 65px;
	padding: 1px 15px 28px;
	width: 390px;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #fff;
}
#main .trainer .textList .pho {
	margin: -51px 0 11px;
	text-align: center;
}
#main .trainer .textList .pho img {
	width: 160px;
}
#main .trainer .textList .pho p {
	margin-top: 9px;
	font-size: 2.3rem;
	letter-spacing: 0.08em;
}
#main .trainer .textList .pho p small {
	display: block;
	font-size: 1.4rem;
}
#main .trainer .textList .txtList {
	font-size: 1.2rem;
	line-height: 1.75;
	text-align: left;
}
#main .trainer .textList .txtList li {
	padding-left: 1em;
	text-indent: -1em;
}
#main .trainer .comLinkBox {
	margin-bottom: 0;
}
#main .voice {
	margin-bottom: 39px;
}
#main .voice h2 {
	margin-bottom: 42px;
}
#main .voice .textList li {
	margin-bottom: 35px;
	display: flex;
	justify-content: space-between;
	border-radius: 20px;
	padding: 1px 15px 14px;
	background-color: #F0F5F8;
}
#main .voice .textList li:last-of-type {
	margin-bottom: 0;
}
#main .voice .textList .pho {
	margin-top: -15px;
	width: 310px;
}
#main .voice .textList .txtBox {
	padding-top: 32px;
	width: 400px;
	position: relative;
}
#main .voice .textList .txtBox p {
	font-size: 1.3rem;
	line-height: 1.85;
	text-align: justify;
	text-justify: inter-ideograph;
}
#main .voice .textList .txtBox .ttl {
	margin-bottom: 15px;
	padding-bottom: 8px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.08em;
	border-bottom: 1px solid #C8DCE6;
}
#main .voice .textList .txtBox .ttl strong {
	font-size: 2.6rem;
	vertical-align: -2px;
}
#main .voice .textList .txtBox .ttl small {
	font-size: 1.3rem;
}
#main .voice .textList .txtBox dl {
	position: absolute;
	right: 0;
	top: 30px;
	width: 170px;
	display: flex;
	justify-content: space-between;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.08em;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #142850;
}
#main .voice .textList .txtBox dt {
	padding: 8px 5px 9px;
	width: 60px;
	box-sizing: border-box;
	border-right: 1px solid #142850;
}
#main .voice .textList .txtBox dd {
	padding: 3px;
	width: calc(100% - 60px);
	color: #f00028;
}
#main .voice .textList .txtBox dd span {
	font-size: 2.1rem;
	vertical-align: -3px;
}
#main .voice .textList .txtBox dd small {
	font-size: 1.2rem;
}
#main .voice .textList .comTable {
	margin-top: 14px;
    width: 375px;
    border-spacing: 2px;
}
#main .gyms {
	margin-bottom: 74px;
	padding: 75px 0 90px;
	background-color: #E4EEF0;
}
#main .gyms h2 {
	margin-bottom: 22px;
}
#main .gyms h3 {
	margin-bottom: 15px;
	padding-bottom: 8px;
	font-size: 2.1rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	border-bottom: 1px solid #C8DCE6;
}
#main .gyms  .textList {
	margin: -15px 0 33px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .gyms  .textList:last-of-type {
	margin-bottom: 0;
}
#main .gyms .textList::after {
	width: 390px;
	content: '';
}
#main .gyms .textList li {
	margin-top: 15px;
	padding: 20px 25px 25px;
	width: 390px;
	letter-spacing: 0.12em;
	border-radius: 6px;
	box-sizing: border-box;
	background-color: #fff;
}
#main .gyms .textList li .ttl {
	margin-bottom: 6px;
	font-size: 1.6rem;
	font-weight: 500;
}
#main .gyms .textList li .ttl span {
	margin-right: 8px;
	display: inline-block;
	width: 82px;
	vertical-align: -5px;
}
#main .gyms .textList li dt {
	float: left;
	font-size: 1.3rem;
}
#main .gyms .textList li dd {
	padding: 0 0 6px 6.2em;
	font-size: 1.2rem;
}
#main .gyms .textList li dd:last-of-type {
	padding-bottom: 0;
}
#main .contact {
	margin-bottom: 90px;
}
#main .contact h2 {
	margin-bottom: 23px;
}
#main .contact .topList {
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .contact .topList li {
	padding: 16px 50px 20px 20px;
	width: 360px;
	position: relative;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.12em;
	text-align: center;
	box-sizing: border-box;
	background-color: #152850;
}
#main .contact .topList li::before,
#main .contact .topList li::after {
	width: 30px;
	height: 100%;
	position: absolute;
	right: -29px;
	top: 0;
	background: #fff url(img/index/contact_bg01.png) no-repeat center center / 100% 100%;
	content: '';
	z-index: 3;
}
#main .contact .topList li::before {
	right: auto;
	left: -29px;
	background-color: transparent;
	background-image: url(img/index/contact_bg02.png);
}
#main .contact .topList li:nth-of-type(3n - 2) {
	padding-left: 80px;
	width: 390px;
}
#main .contact .topList li:nth-of-type(3n - 2)::before {
	display: none;
}
#main .contact .topList li:nth-of-type(2n) {
	margin-left: -15px;
}
#main .contact .topList li:nth-of-type(3n) {
	margin-left: -15px;
	width: 360px;
}
#main .contact .topList li:nth-of-type(3n)::after {
	display: none;
}
#main .contact table {
	margin-bottom: 16px;
	width: 100%;
	border-collapse: collapse;
}
#main .contact table th,
#main .contact table td {
	padding: 25px 80px 14px 0;
	width: 22%;
	position: relative;
    font-size: 1.6rem;
    font-weight: 500;
	text-align: left;
	letter-spacing: 0.12em;
	box-sizing: border-box;
	border-bottom: 2px solid #E4EEEE;
	vertical-align: top;
}
#main .contact table td {
	padding: 15px 0 14px;
	width: 78%;
	font-size: 1.2rem;
}
#main .contact table .tdStyle01 {
	padding: 25px 0 28px;
}
#main .contact table input,
#main .contact table select {
	padding: 6px 20px;
	width: 50%;
	height: 45px;
	color: #142850;
    font-size: 1.2rem;
	letter-spacing: 0.12em;
	border-radius: 3px;
	box-sizing: border-box;
	border: 1px solid #E4EEEE;
	background-color: #F4F8F9;
	-webkit-appearance: none;
	appearance: none;
}
#main .contact table select {
	background: #F4F8F9 url(img/index/contact_bg05.png) no-repeat right center / 20px 100%;
}
#main .contact table th small {
    display: block;
    font-size: 1.4rem;
}
#main .contact table th span {
	padding: 3px 2px 4px;
	width: 45px;
	display: block;
	position: absolute;
	right: 9px;
	top: 25px;
	font-weight: 400;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	text-align: center;
}
#main .contact table th .must {
	color: #fff;
	background-color: #F00029;
}
#main .contact table th .any {
	border: 1px solid #142850;
}
#main .contact table td .checkList li {
	margin-right: 35px;
	display: inline-block;
}
#main .contact table td .checkList input {
	display: none;
}
#main .contact table td .checkList input + span {
	padding: 3px 0 3px 35px;
	font-size: 1.4rem;
	letter-spacing: 0.12em;
	background: url(img/index/contact_bg03.png) no-repeat left center / 25px auto;
}
#main .contact table td .checkList input:checked + span {
	background-image: url(img/index/contact_bg04.png);
}
#main .contact table .tdStyle02 {
	padding-bottom: 10px;
}
#main .contact table td select:not(:last-of-type) {
	margin-bottom: 5px;
}
#main .contact table .tdStyle02 select {
	margin-bottom: 5px;
}
#main .contact .textList {
	margin-bottom: 22px;
	font-size: 1.2rem;
	letter-spacing: 0.12em;
}
#main .contact .textList li:not(:last-of-type) {
	margin-bottom: 2px;
}
#main .contact .text {
	margin-bottom: 34px;
	letter-spacing: 0.12em;
	text-align: center;
}
#main .contact .text a {
	display: inline-block;
	color: #0078dc;
	text-decoration: underline;
	vertical-align: top;
}
#main .contact .text a:hover {
	text-decoration: none;
}
#main .contact .submitList {
	display: flex;
	justify-content: center;
}
#main .contact .submitList li {
	margin: 0 20px;
	width: 300px;
	position: relative;
}
#main .contact .submitList input {
	padding: 13px 50px 17px;
	width: 100%;
	position: relative;
	display: block;
	border: none;
	color: #fff;
	font-size: 2.1rem;
	font-weight: 500;
	border-radius: 30px;
	box-sizing: border-box;
	letter-spacing: 0.16em;
	background: -webkit-linear-gradient(left, #12C77A , #00A1EF);
    background: -o-linear-gradient(right, #00A1EF, #12C77A);
    background: -moz-linear-gradient(right, #00A1EF, #12C77A);
    background: linear-gradient(to right, #00A1EF , #12C77A);
	-webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}
#main .contact .submitList li::after {
	width: 20px;
	height: 17px;
	position: absolute;
	right: 23px;
	top: 50%;
	transform: translateY(-50%);
	background: url(img/common/arrow01.png) no-repeat center center / cover;
	content: '';
	z-index: 10;
}
#main .faq {
	padding: 75px 0 90px;
	background-color: #E4EEF0;
}
#main .faq dt:not(:first-child) {
    margin-top: 20px;
}
#main .faq dt {
	padding: 16px 30px;
	font-size: 1.9rem;
	letter-spacing: 0.08em;
	border-radius: 6px;
    background: #fff url(img/index/faq_bg02.png) no-repeat right 10px center / 40px auto;
    cursor: pointer;
}
#main .faq dt.on {
	background-image: url(img/index/faq_bg01.png);
}
#main .faq dd {
    padding: 15px 20px 0;
    display: none;
}
#main .faq dd:last-of-type {
	padding-bottom: 0;
}
#main .faq dd .imgBox {
	display: flex;
	justify-content: space-between;
}
#main .faq dd .imgBox .photoBox {
	width: 100px;
}
#main .faq dd .imgBox .textBox {
	padding: 20px 30px;
	width: 1035px;
	position: relative;
	line-height: 1.87;
	border-radius: 6px;
	box-sizing: border-box;
	background-color: rgb(241, 248, 249);
}
#main .faq dd .imgBox .textBox::before {
	width: 15px;
	height: 20px;
	position: absolute;
	left: -15px;
	top: 40px;
	background: url(img/common/icon01.png) no-repeat center center / cover;
	content: '';
}
#main .btmBox {
	padding: 5px 0 11px;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	background: -webkit-linear-gradient(left, #13C879 , #00A1EF);
    background: -o-linear-gradient(right, #00A1EF, #13C879);
    background: -moz-linear-gradient(right, #00A1EF, #13C879);
	background: linear-gradient(to right, #00A1EF , #13C879);
	z-index: 9999;
}
#main .btmBox dl {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main .btmBox dl dd {
	width: 46.08%;
}
#main .btmBox dl dt {
	margin-top: 5px;
	width: 53%;
	display: flex;
	align-items: center;
	color: #fff;
}
#main .btmBox dl dt .logo {
	width: 108px;
}
#main .btmBox dl dt p {
	margin-left: 30px;
	width: calc(100% - 120px);
	font-size: 2.1rem;
	font-weight: 400;
	letter-spacing: 0.24em;
}
#main .btmBox dl dd a {
    display: block;
}
@media all and (min-width: 897px) {
    #main .gyms .textList li dl {
        display: block !important;
    }
    #main .btmBox dl a:hover {
        opacity: 0.7;
    }
    #main .contact .submitList input:hover {
        opacity: 0.7;
    }
    #main .want .beyond .textUl {
        display: flex !important;
    }
}
@media (min-width: 897px) and (max-width: 1410px) {
	.mainVisual .imgBox .textBox .text {
		padding-left: 40px;
	}
	.mainVisual .imgBox .textBox .text em {
		font-size: 10rem;
		width: 300px;
	}
	.mainVisual .imgBox .textBox .title {
		font-size: 8rem;
	}
}
@media all and (max-width: 896px) {
	.mainVisual {
		padding: 20px 0 58px;
		background-image: url(img/index/sp_main_bg01.jpg);
	}
	.mainVisual .inner {
		padding: 0 5px;
		max-width: inherit;
	}
	.mainVisual .imgBox {
		margin-bottom: 7px;
		display: block;
	}
	.mainVisual .imgBox .textBox {
		margin: -20px 11px 0 15px;
		width: auto;
	}
	.mainVisual .imgBox .textBox .textList {
		margin-bottom: 15px;
		text-align: center;
	}
	.mainVisual .imgBox .textBox .textList li {
		padding: 7px 10px;
		width: 145px;
		font-size: 1.4rem;
		background-size: 100% 100%;
	}
	.mainVisual .imgBox .textBox .title {
		margin: 0 auto 18px;
		padding: 0;
		font-size: 5.4rem;
		line-height: 1.1;
		letter-spacing: 0.01em;
		text-align: center;
	}
	.mainVisual .imgBox .textBox .title small {
		font-size: 1.8rem;
		text-align: center;
	}
	.mainVisual .imgBox .textBox .title small span {
		display: inline;
		font-size: 1.4rem;
	}
	.mainVisual .imgBox .textBox .title .sm02,
	.mainVisual .imgBox .textBox .title .sm01 {
		font-size: 4rem;
		display: inline;
		vertical-align: 3px;
	}
	.ios .mainVisual .imgBox .textBox .title .sm02,
	.ios .mainVisual .imgBox .textBox .title .sm01 {
		vertical-align: 7px;
	}
	.mainVisual .imgBox .textBox .title .sm02 {
		font-size: 4rem;
	}
	.mainVisual .imgBox .textBox .text {
		margin: 0 auto 19px;
		padding: 0 0 0 45px;
		max-width: 340px;
		position: relative;
		z-index: 10;
		line-height: 0.9;
		letter-spacing: 0.24em;
	}
	.ios .mainVisual .imgBox .textBox .text {
		padding-left: 60px;
	}
	.mainVisual .imgBox .textBox .text .txt01 {
		padding: 60px 9px 20px 7px;
		position: absolute;
		left: 0;
		top: 0;
		font-size: 1.3rem;
		width: 30px;
		height: 145px;
		writing-mode: tb-rl;
		display: block;
		text-indent: 0;
		border: 1px solid #fff;
		border-radius: 4px;
		box-sizing: border-box;
	}
	.mainVisual .imgBox .textBox .text .sm01 {
		font-size: 1.8rem;
		display: block;
		text-indent: 0;
	}
	.mainVisual .imgBox .textBox .text em {
		margin-left: 0;
		width: 260px;
		font-size: 9rem;
	}
	.mainVisual .imgBox .textBox .text .txt02 {
		position: absolute;
		left: 295px;
		top: 25px;
		font-size: 4.1rem;
		width: 45px;
	}
	.mainVisual .imgBox .textBox .text .txt02 small {
		font-size: 1.2rem;
		display: block;
		font-weight: 400;
		text-align: center;
	}
	.mainVisual .imgBox .textBox .text .txt03 {
		margin: 3px 0 0;
		padding: 7px;
		display: block;
		width: auto;
		color: #3a5059;
		font-size: 1.4rem;
		border-radius: 3px;
		line-height: 1.1;
		letter-spacing: 0.18em;
		vertical-align: 10px;
	}
	.mainVisual .imgBox .textBox .text .txt03 small {
		font-size: 1.4rem;
	}
	.mainVisual .imgBox .textBox .textImg01 {
		width: auto;
		text-align: center;
	}
	.mainVisual .imgBox .photoBox {
		width: auto;
	}
	.mainVisual .imgBox .photoBox img {
		width: 100%;
	}
	.mainVisual p {
		margin: 0 15px;
		padding-left: 1em;
		font-size: 1.1rem;
		text-indent: -1em;
	}
	#main .topBox {
		margin-bottom: 35px;
		padding: 1px 0 40px;
	}
	#main .topBox .comLinkBox {
		margin: -31px 10px 15px;
	}
	#main .topBox .textBox {
		margin: 0 15px;
		padding: 15px;
		width: auto;
		border-radius: 9px;
	}
	#main .topBox .textBox .title {
		margin-bottom: 16px;
		padding: 30px 0 0;
		text-align: center;
		line-height: 1.72;
		background-size: 28px auto;
		background-position: top center;
	}
	#main .topBox .textBox .title em {
		margin-bottom: 7px;
		font-size: 1.8rem;
		line-height: 1.43;
		letter-spacing: 0.08em;
	}
	#main .topBox .textBox .textList {
		display: block;
		margin: -5px -7px 0;
	}
	#main .topBox .textBox .textList li {
		margin: 5px 0 0;
		padding: 15px 15px 14px;
		width: auto;
		display: flex;
		justify-content: space-between;
		text-align: left;
		border-radius: 3px;
	}
	#main .topBox .textBox .textList .mark {
		margin-bottom: 0;
	}
	#main .topBox .textBox .textList p {
		width: calc(100% - 27px);
		letter-spacing: 0.04em;
	}
	#main .want {
		margin: 0 7px;
	}
	#main .want .textList {
		margin: -10px auto 44px;
		max-width: 361px;
	}
	#main .want .textList::after {
		width: 224px;
		height: 370px;
		bottom: 0;
		top: 165px;
		background-image: url(img/index/sp_want_bg01.png);
	}
	#main .want .textList li {
		margin: 10px 7px 0;
		padding: 10px 5px 27px;
		width: 165px;
		position: relative;
		z-index: 10;
		background-color: #fff;
	}
	#main .want .textList li .num {
		margin-bottom: 4px;
	}
	#main .want .textList li p {
		font-size: 1.5rem;
		line-height: 1.6;
	}
	#main .want .textList li:nth-of-type(2) p {
		line-height: 1.6;
	}
	#main .want .textList .list01 p {
		font-size: 1.9rem;
		line-height: 1.37;
	}
	#main .want .textList .list01 .txt {
		font-size: 1.8rem;
	}
	#main .want .textList .list02 {
		margin-top: 2px;
	}
	#main .want .textList .list02 p {
		font-size: 1.5rem;
	}
	#main .want .beyond {
		margin: 0 -2px 40px;
		padding: 1px 15px 51px;
		border-radius: 9px;
		background-image: url(img/index/sp_want_bg02.png);
	}
	#main .want .beyond h3 {
		margin: -21px auto 7px;
		padding-bottom: 14px;
		width: auto;
		font-size: 1.8rem;
		line-height: 1.28;
		border-radius: 9px;
	}
	#main .want .beyond .text {
		margin-bottom: 8px;
		color: #fff;
		font-size: 1.3rem;
		letter-spacing: 0.04em;
		text-align: center;
	}
	#main .want .beyond .text span {
		padding: 3px 0 3px 30px;
		display: inline-block;
		vertical-align: top;
		background: url(img/index/sp_want_bg03.png) no-repeat left center / 23px auto;
	}
	#main .want .beyond .textUl {
        margin: 0 -15px;
        position: relative;
        display: block;
    }
    #main .want .beyond .slick-arrow {
        width: 30px;
        height: 30px;
        position: absolute;
        left: 10px;
        bottom: -40px;
        font-size: 0;
        border: none;
        background: url(img/common/icon05.png) no-repeat center center / cover;
        color: transparent;
        background-color: transparent;
        -webkit-appearance: none;
        appearance: none;
        z-index: 9999;
    }
    #main .want .beyond .slick-next {
        left: auto;
        right: 10px;
        background-image: url(img/common/icon04.png);
    }
    #main .want .beyond .slick-dots button {
        display: none;
    }
	#main .want .beyond .textUl::after {
		display: none;
	}
	#main .want .beyond .textUl li {
        margin: 0 5px;
        margin-top: 0;
        min-height: 450px;
		padding: 5px 5px 25px;
        width: 100%;
        max-width: 295px !important;
        border-radius: 9px;
    }
    #main .want .beyond .slick-dots {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -40px;
        text-align: center;
    }
    #main .want .beyond .slick-dots li {
        margin: 0 9px;
        padding: 0;
        width: 10px;
        height: 10px;
        display: inline-block;
        vertical-align: top;
        min-height: inherit;
        box-sizing: border-box;
        background-color: transparent;
        border: 1px solid #fff;
    }
    #main .want .beyond .slick-dots .slick-active {
        background-color: #fff;
    }
	#main .want .beyond .textUl .pho {
		margin-bottom: 22px;
		width: auto;
    }
    #main .want .beyond .textUl .pho img {
        width: 100%;
    }
	#main .want .beyond .textUl .txtBox .ttl {
		margin-bottom: 9px;
		font-size: 1.6rem;
		line-height: 1.45;
		letter-spacing: 0.14em;
	}
	#main .want .beyond .textUl .txtBox .ttl small {
		font-size: 1.2rem;
	}
	#main .want .beyond .textUl .txtBox p {
		line-height: 1.62;
		font-size: 1.3rem;
		letter-spacing: 0.04em;
	}
	#main .personal {
		margin-bottom: 75px;
		padding: 53px 0 1px;
	}
	#main .personal::before {
		height: 360px;
		background-image: url(img/index/sp_personal_bg01.jpg);
	}
	#main .personal h2 {
		margin-bottom: 21px;
		font-size: 1.8rem;
	}
	#main .personal h2 span {
		margin-top: 7px;
	}
	#main .personal h2 span img {
		width: 175px;
	}
	#main .personal .text {
		margin-bottom: 33px;
		font-size: 1.4rem;
		line-height: 2.1;
		letter-spacing: 0.12em;
	}
	#main .personal .expanded {
		margin-bottom: 23px;
		padding: 20px 15px 27px;
		border-radius: 9px;
	}
	#main .personal h4 {
		margin-bottom: 14px;
		font-size: 2.1rem;
	}
	#main .personal h4 small {
		font-size: 1.8rem;
	}
	#main .personal .textList {
		margin-top: -12px;
		justify-content: space-between;
	}
	#main .personal .textList li {
		margin: 12px 0 0;
		width: calc((100% - 5px) / 2);
	}
	#main .personal .textList .pho {
		margin-bottom: 6px;
	}
	#main .personal .textList .pho img {
		width: 100%;
	}
	#main .personal .textList p {
		font-size: 1.3rem;
	}
	#main .personal h3 {
		margin-bottom: 16px;
		font-size: 1.9rem;
		letter-spacing: 0.16em;
	}
	#main .personal h3 small {
		font-size: 1.4rem;
	}
	#main .personal h3 .txt01 {
		position: relative;
		z-index: 4;
	}
	#main .personal h3 .txt01::after {
		width: 100%;
		height: 5px;
		position: absolute;
		left: 0;
		bottom: 3px;
		background-color: #FFF079;
		content: '';
	}
	#main .personal .textBox {
		margin-bottom: 40px;
		display: block;
	}
	#main .personal .textBox .lBox,
	#main .personal .textBox .rBox {
		padding: 9px 15px 15px;
		width: auto;
		border-radius: 9px;
	}
	#main .personal .textBox .rBox {
		margin-top: 20px;
		padding-bottom: 20px;
		width: auto;
	}
	#main .personal .textBox  h4 {
		margin-bottom: 9px;
		font-size: 1.8rem;
	}
	#main .personal .textBox .textList li {
		width: 100%;
	}
	#main .personal .textBox .textList li:nth-of-type(4n) {
		margin-right: 0;
	}
	#main .personal .textBox .textList li p {
		font-size: 1.4rem;
		line-height: 1.3;
	}
	#main .personal .comLinkBox {
		margin-bottom: -40px;
	}
	#main .point {
		margin-bottom: 40px;
	}
	#main .point h2 {
		margin-bottom: 9px;
	}
	#main .point .text {
		margin-bottom: 16px;
		font-size: 1.4rem;
		line-height: 2.1;
		letter-spacing: 0.12em;
	}
	#main .point .pointList li {
		margin-bottom: 15px;
		padding: 10px 20px 22px;
		border-radius: 9px;
		display: block;
	}
	#main .point .pointList li:first-of-type {
		padding-top: 2px;
	}
	#main .point .pointList li:last-of-type {
		margin-bottom: 0;
	}
	#main .point .pointList .pho {
		margin: 0 4px;
		width: auto;
		text-align: center;
	}
	#main .point .pointList .txtBox {
		margin-top: 17px;
		width: auto;
	}
	#main .point .pointList .txtBox .ttl {
		margin-bottom: 5px;
		font-size: 1.9rem;
		line-height: 1.53;
		letter-spacing: 0.12em;
	}
	#main .point .pointList .txtBox p {
		font-size: 1.4rem;
		line-height: 1.79;
		letter-spacing: 0.12em;
	}
	#main .price {
		margin-bottom: 78px;
        padding: 34px 0 1px;
	}
	#main .price h2 {
		margin-bottom: 15px;
	}
	#main .price .text {
		margin: 0 -5px 10px;
		padding: 9px 10px;
		color: #fff;
		font-size: 1.3rem;
		text-align: center;
		letter-spacing: 0.04em;
		border-radius: 2px;
		background-color: #A0B4BD;
	}
	#main .price .text span {
		padding: 4px 0 4px 30px;
		display: inline-block;
		vertical-align: top;
		background: url(img/index/sp_want_bg03.png) no-repeat left center / 23px auto;
	}
	#main .price .tableBox {
		margin: 0 -10px;
		overflow-x: auto;
	}
	#main .price .comTable {
		margin-bottom: 35px;
		min-width: 886px;
	}
	#main .price .comTable tr:first-of-type th {
		padding: 15px 10px 15px;
		font-size: 1.3rem;
	}
	#main .price .comTable th,
	#main .price .comTable td {
		padding: 13px 5px;
		font-size: 1.3rem;
	}
	#main .price .comTable td {
		font-size: 1.6rem;
	}
	#main .price .comTable td small {
		font-size: 1.2rem;
	}
	#main .price .comTable .tdStyle02 {
		padding: 0 5px;
	}
	#main .price .comTable .tdStyle03 {
		padding: 8px 20px 10px;
	}
	#main .price .comTable .tdStyle02 small {
		line-height: 1.5;
		font-size: 1.1rem;
		vertical-align: 0;
	}
	#main .price .comTable .trStyle01 td,
	#main .price .comTable .trStyle02 td,
	#main .price .comTable .trStyle01 th,
	#main .price .comTable .trStyle02 th {
		padding: 7px 20px;
	}
	#main .price .textDl {
		margin: 0 -5px 25px;
		padding-bottom: 20px;
		display: block;
		letter-spacing: 0.12em;
		border-radius: 20px;
		background-color: #fff;
	}
	#main .price .textDl:not(:first-of-type) {
		margin-bottom: 5px;
	}
	#main .price .textDl dt {
		width: auto;
		padding-bottom: 15px;
		display: block;
		font-size: 2.1rem;
		box-sizing: border-box;
		border-bottom: 1px solid #E4EEF0;
	}
	#main .price .textDl dt .ttl {
		margin: -10px 0 2px;
		padding: 8px 25px;
		width: 290px;
		height: auto;
		display: block;
		font-size: 1.6rem;
		text-align: left;
		box-sizing: border-box;
		border-radius: 20px 0 20px 0;
	}
	#main .price .textDl dt .txt {
		margin-top: 0;
		padding: 0 25px;
		display: block;
		line-height: 1.4;
	}
	#main .price .textDl dt .txt em {
		font-size: 3.4rem;
	}
	#main .price .textDl dd {
		padding: 11px 20px 0;
		width: auto;
		border-left: none;
	}
	#main .price .note {
		margin-bottom: 16px;
		font-size: 1.2rem;
		letter-spacing: 0.08em;
	}
	#main .price .note:last-of-type {
		margin-bottom: 32px;
	}
	#main .price .comLinkBox {
		margin-bottom: -40px;
	}
	#main .trainer {
		margin-bottom: 152px;
		padding: 53px 0 1px;
	}
	#main .trainer::before {
		height: 310px;
		background-image: url(img/index/sp_trainer_bg01.jpg);
	}
	#main .trainer .content {
		position: relative;
	}
	#main .trainer h2 {
		margin-bottom: 8px;
		font-size: 2.6rem;
		line-height: 1.4;
		letter-spacing: 0.18em;
	}
	#main .trainer .text {
		margin-bottom: 60px;
		font-size: 1.4rem;
		line-height: 2.1;
		letter-spacing: 0.12em;
	}
	#main .trainer .textList {
		margin: -20px -5px 40px;
		display: block;
	}
	#main .trainer .textList > li {
		margin-top: 20px;
		padding: 1px 15px 22px;
		width: auto;
	}
	#main .trainer .textList .pho {
		margin: -17px 0 6px;
		text-align: center;
	}
	#main .trainer .textList .pho img {
		width: 125px;
	}
	#main .trainer .textList .pho p {
		margin-top: 7px;
		font-size: 2.3rem;
		letter-spacing: 0.08em;
	}
	#main .trainer .textList .pho p small {
		margin-right: 10px;
		display: inline-block;
		vertical-align: middle;
		font-size: 1.4rem;
	}
	#main .trainer .textList .txtList {
		line-height: 1.6;
	}
	#main .trainer .comLinkBox {
		margin-bottom: -115px;
	}
	#main .voice {
		margin-bottom: 39px;
	}
	#main .voice h2 {
		margin-bottom: 28px;
	}
	#main .voice .textList {
		margin: 0 -5px;
	}
	#main .voice .textList li {
		margin-bottom: 25px;
		display: block;
		border-radius: 9px;
		padding: 1px 10px 18px;
	}
	#main .voice .textList li:last-of-type {
		margin-bottom: 0;
	}
	#main .voice .textList .pho {
		margin: -11px 0 10px;
		width: auto;
	}
	#main .voice .textList .pho img {
		width: 100%;
	}
	#main .voice .textList .txtBox {
		margin: 0 5px;
		padding-top: 0;
		width: auto;
		position: relative;
	}
	#main .voice .textList .txtBox p {
		letter-spacing: 0.08em;
		line-height: 1.85;
	}
	#main .voice .textList .txtBox .ttl {
        margin-bottom: 12px;
        padding: 0 110px 8px 0;
		font-size: 1.6rem;
	}
	#main .voice .textList .txtBox .ttl small {
		font-size: 1.2rem;
	}
	#main .voice .textList .txtBox .ttl strong {
		font-size: 2.4rem;
	}
	#main .voice .textList .txtBox dl {
		position: absolute;
		right: 0;
		top: 5px;
		width: 105px;
		font-size: 1.1rem;
	}
	#main .voice .textList .txtBox dt {
		padding: 6px 5px;
        width: 40px;
	}
	#main .voice .textList .txtBox dd {
		padding: 0 5px;
		width: calc(100% - 40px);
		line-height: 1.3;
	}
	#main .voice .textList .txtBox dd span {
		font-size: 2rem;
		vertical-align: -3px;
	}
	#main .voice .textList .txtBox dd small {
		font-size: 1.2rem;
	}
	#main .voice .textList .comTable {
		margin: 14px 8px 0;
		width: auto;
	}
	#main .voice .textList .comTable th,
	#main .voice .textList .comTable td {
		padding: 8px 9px;
		width: 31%;
    }
    #main .voice .textList .comTable tr:nth-of-type(3) th,
	#main .voice .textList .comTable tr:nth-of-type(3) td {
        padding: 8px;
    }
	.comTable tr th:first-of-type {
		width: 10%;
	}
	#main .gyms {
		margin-bottom: 33px;
		padding: 35px 0 40px;
	}
	#main .gyms h2 {
		margin-bottom: 20px;
	}
	#main .gyms h3 {
		margin-bottom: 15px;
		font-size: 1.8rem;
	}
	#main .gyms  .textList {
		margin: -5px -5px 20px;
		display: block;
	}
	#main .gyms .textList::after {
		display: none;
	}
	#main .gyms .textList li {
		margin-top: 5px;
		padding: 4px 20px;
		width: auto;
	}
	#main .gyms .textList li .ttl {
		padding: 8px 20px;
		margin: 0 -20px;
		font-size: 1.4rem;
		font-weight: 500;
		border-bottom: 1px solid #E4EEF0;
		background: url(img/common/icon02.png) no-repeat right 5px center / 30px auto;
	}
	#main .gyms .textList .on.ttl {
		background-image: url(img/common/icon03.png);
	}
	#main .gyms .textList li .ttl span {
		margin-right: 8px;
		display: inline-block;
		width: 72px;
		vertical-align: -3px;
	}
	#main .gyms .textList li dl {
        padding: 10px 0 12px;
        display: none;
	}
	#main .gyms .textList li dd:last-of-type {
		padding-bottom: 0;
	}
	#main .contact {
		margin-bottom: 40px;
	}
	#main .contact h2 {
		margin-bottom: 23px;
	}
	#main .contact .topList {
		margin: 0 -5px 20px;
	}
	#main .contact .topList li {
		padding: 11px 13px !important;
		width: 27.7% !important;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.4rem;
		line-height: 1.36;
	}
	#main .contact .topList li:not(:nth-of-type(3n - 2)) {
		background-color: #5F6E8D;
	}
	#main .contact .topList li::before,
	#main .contact .topList li::after {
		width: 24px;
		right: -24px;
	}
	#main .contact .topList li:not(:nth-of-type(3n - 2))::after {
		background-image: url(img/index/sp_contact_bg01.png);
	}
	#main .contact .topList li::before {
		left: -24px;
		background-image: url(img/index/sp_contact_bg02.png);
	}
	#main .contact .topList li:nth-of-type(3n - 2)::before {
		display: none;
	}
	#main .contact .topList li:nth-of-type(2n) {
		margin-left: 0;
	}
	#main .contact .topList li:nth-of-type(3n) {
		margin-left: 0;
	}
	#main .contact .formBox {
		margin: 0 -5px;
	}
	#main .contact table {
		margin-bottom: 5px;
	}
	#main .contact table th,
	#main .contact table td {
		padding: 25px 80px 14px 0;
		width: 100%;
		display: block;
	}
	#main .contact table th {
		padding: 0 60px 0 0;
		border: none;
    }
    #main .contact table th small {
        display: inline-block;
    }
	#main .contact table td {
		margin-bottom: 10px;
		padding: 12px 0 9px;
		width: 100%;
		font-size: 1.2rem;
	}
	#main .contact table tr:last-of-type td {
		margin-bottom: 0;
	}
	#main .contact table .tdStyle01 {
		padding: 10px 0 17px;
	}
	#main .contact table select {
		background: #F4F8F9 url(img/index/contact_bg05.png) no-repeat right center / 20px 100%;
	}
	#main .contact table th span {
		right: 0;
		top: 0;
	}
	#main .contact table td .checkList li {
		margin: 0 0 15px;
		display: block;
    }
    #main .contact table td .checkList li:last-of-type {
        margin-bottom: 0;
    }
	#main .contact table .tdStyle02 {
		padding-bottom: 6px;
	}
	#main .contact .textList {
		margin-bottom: 14px;
	}
	#main .contact .textList li {
		padding-left: 1.3em;
		text-indent: -1.3em;
	}
	#main .contact .text {
		margin-bottom: 20px;
		line-height: 2;
		letter-spacing: 0.12em;
		text-align: center;
	}
	#main .contact .text a {
		display: inline-block;
		color: #0078dc;
		text-decoration: underline;
		vertical-align: top;
	}
	#main .contact .text a:hover {
		text-decoration: underline;
	}
	#main .contact .submitList {
		display: flex;
		justify-content: center;
	}
	#main .contact .submitList li {
		margin: 0 20px;
		width: 300px;
		position: relative;
	}
	#main .contact .submitList input {
		padding: 13px 50px 17px;
		width: 100%;
		position: relative;
		display: block;
		border: none;
		color: #fff;
		font-size: 2.1rem;
		font-weight: 500;
		border-radius: 30px;
		box-sizing: border-box;
		letter-spacing: 0.16em;
		background: -webkit-linear-gradient(left, #12C77A , #00A1EF);
		background: -o-linear-gradient(right, #00A1EF, #12C77A);
		background: -moz-linear-gradient(right, #00A1EF, #12C77A);
		background: linear-gradient(to right, #00A1EF , #12C77A);
		-webkit-appearance: none;
		appearance: none;
	}
	#main .contact .submitList li::after {
		width: 20px;
		height: 17px;
		position: absolute;
		right: 23px;
		top: 50%;
		transform: translateY(-50%);
		background: url(img/common/arrow01.png) no-repeat center center / cover;
		content: '';
		z-index: 10;
	}
	#main .faq {
		margin: 0;
		padding: 35px 0 40px;
	}
	#main .faq dt {
		padding: 10px 45px 10px 20px;
		font-size: 1.8rem;
		border-radius: 3px;
		background-size: 30px auto;
	}
	#main .faq dd {
		padding: 10px 0 15px;
	}
	#main .faq dd:last-of-type {
		padding-bottom: 0;
	}
	#main .faq dd .imgBox .photoBox {
		width: 71px;
	}
	#main .faq dd .imgBox .textBox {
		padding: 14px 20px;
		width: calc(100% - 80px);
		position: relative;
		line-height: 1.72;
		border-radius: 6px;
		box-sizing: border-box;
		background-color: rgb(241, 248, 249);
	}
	#main .faq dd .imgBox .textBox::before {
		width: 8px;
		height: 12px;
		left: -8px;
		top: 30px;
	}
	#main .btmBox {
		padding: 8px 0 7px;
	}
	#main .btmBox dl {
		padding: 0 10px;
		max-width: inherit;
		display: block;
	}
	#main .btmBox dl dd {
		width: auto;
	}
	#main .btmBox dl dd a {
		margin: 0 auto;
		width: 355px;
		display: block;
	}
	#main .btmBox dl dt {
		margin-top: 0;
		width: auto;
		text-align: center;
	}
	#main .btmBox dl dt .logo {
		margin-top: 4px;
		width: 63px;
	}
	#main .btmBox dl dt p {
		margin-left: 10px;
		width: calc(100% - 75px);
		font-size: 1.5rem;
		letter-spacing: -0.02em;
	}
}
/*------------------------------------------------------------
	thanks
------------------------------------------------------------*/
.thanks {
	margin-bottom: 100px;
}
.thanks h2 {
	margin-bottom: 60px;
	font-size: 3rem;
	text-align: center;
}
.thanks p {
	margin-bottom: 80px;
	text-align: center;
}
.thanks .link {
	margin: 0;
}
.thanks .link a {
	display: inline-block;
	color: #00a0dc;
	vertical-align: top;
	text-decoration: underline;
}
.thanks .link a:hover {
	text-decoration: none;
}
@media all and (max-width: 896px) {
	.thanks {
		margin-bottom: 100px;
	}
	.thanks h2 {
		font-size: 1.6rem;
	}
	.thanks p {
		line-height: 2;
		font-size: 1.3rem;
	}
	.thanks .link a:hover {
		text-decoration: underline;
	}
}

@media all and (max-width: 374px) {
	.mainVisual .imgBox .textBox .textList li {
		width: 130px;
	}
	.mainVisual .imgBox .textBox .title {
		font-size: 4rem;
	}
	.mainVisual .imgBox .textBox .text .sm01 {
		font-size: 1.4rem;
	}
	.mainVisual .imgBox .textBox .text em {
		font-size: 7rem;
	}
	.mainVisual .imgBox .textBox .text em {
		width: 200px;
	}
	.mainVisual .imgBox .textBox .text .txt02 {
		top: 20px;
		left: 250px;
		font-size: 3.5rem;
		width: 30px;
	}
	.mainVisual .imgBox .textBox .text {
		margin-bottom: 40px;
	}
    #main .personal h3 {
        font-size: 1.7rem;
    }
    #main .personal h4 {
        font-size: 1.9rem;
    }
    #main .personal .text {
        font-size: 1.2rem;
    }
	.mainVisual p {
		font-size: 1rem;
	}
	#main .topBox .textBox .title {
		font-size: 1.2rem;
	}
	#main .topBox .textBox .textList p {
		font-size: 1.2rem;
	}
	#main .want .textList {
		max-width: 306px;
	}
	#main .want .textList::after {
		width: 200px;
		top: 140px;
		background-size: 100% 100%;
	}
	#main .want .textList li {
		padding-bottom: 18px;
		width: 138px;
	}
	#main .want .textList li p {
		font-size: 1.3rem;
	}
	#main .want .textList .list01 p {
		font-size: 1.6rem;
	}
	#main .want .textList .list01 .txt {
		font-size: 1.4rem;
	}
	#main .want .textList .list02 p {
		font-size: 1.3rem;
	}
	#main .want .beyond .textUl .txtBox p {
		font-size: 1.2rem;
	}
	#main .want .beyond .textUl .txtBox .ttl {
		font-size: 1.4rem;
	}
	#main .price .note {
		text-align: left;
	}
	.comTable td span {
		font-size: 1.6rem;
	}
	.comLinkBox::after {
		width: 90px;
		height: 89px;
	}
	.comLinkBox .content .link {
		width: 200px;
	}
	#main .contact .topList li {
		font-size: 1.2rem;
	}
	#main .btmBox dl dt p {
		font-size: 1.2rem;
	}
}
@media (min-width: 376px) and (max-width: 896px) {
    .comLinkBox .content .link {
        margin: 0 auto;
    }
}
@media all and (-ms-high-contrast:none)  {
	#main .want .beyond h3 {
		margin-top: -20px;
	}
	.mainVisual .imgBox .textBox .text em,
    #main .topBox .textBox .title em,
	#main .want .beyond .textUl .txtBox .ttl em {
		color: #00a0dc;
		background-image: none;
    }
    .comTable th {
        border-radius: 13px 13px 0 0;
        background-color: #152850;
    }
    .comTable th::before {
       display: none;
    }
    .comTable tr th:first-of-type {
        border-radius: 13px 0 0 13px;
    }
    #main .price .comTable tr:first-of-type th:nth-of-type(2) {
        background: -webkit-linear-gradient(left, #13C581 , #00A1EE);
        background: -o-linear-gradient(right, #00A1EE, #13C581);
        background: -moz-linear-gradient(right, #00A1EE, #13C581);
        background: linear-gradient(to right, #00A1EE , #13C581);
    }
    #main .price .comTable tr th:first-of-type {
        border-radius: 20px 0 0 20px;
    }
}
select::-ms-expand { display: none; }


/*custom*/
.comLinkBox a {
    display: block;
}
@media all and (max-width: 425px) {
	#main .contact table input, #main .contact table select {
	    width: 100%;
	}
}