@charset "UTF-8";
body {
	font-family: "游ゴシック", "Yu Gothic", YuGothic,"Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #434343;
	min-width: 1200px;
}
a {
	color: #333;
	text-decoration: none;
}
img {
	vertical-align: bottom;
}
.pagetop {
	border-radius: 2px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	position: fixed;
	bottom: 20px;
	right: 40px;
  z-index: 9999;
}
.pagetop:hover {
	opacity: .6;
}
.cf:after {
	display: block;
	content: "";
	clear: both;
}
.clear {
	clear: both;
}
/* ==========================================================================

	00. multi-class
	01. header
	02. about
	03. reason
	04. service
	05. evaluation
	06. price
	07. flow
	08. faq
  09. contact
	10. footer

   ========================================================================== */

/*
    00. multi-class
========================================================================== */
.grecaptcha-badge {
  visibility: hidden;
}
.sct, .sct dl, .sct dt, .sct dd, .sct ul,.sct li, .sct a, .sct span, .sct i, .sct div, .sct p, .sct section, .sct aside, .sct h2, .sct h3 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.sct {
	position: relative;
	color: #333;
	font-size: 14px;
}
.sct_inner {
	margin: 0 auto;
	position: relative;
	width: 95%;
	min-width: 1160px;
	max-width: 1600px;
}
.sct img {
	max-width: 100%;
}
.sct_lst li {
	display: block;
	padding-left:1.8em;
	margin-bottom: 0.5em;
	background-repeat:no-repeat;
	background-position: 0 0.4em;
	background-size: 1em auto;
}

/*
    01. header
========================================================================== */
.head {
	padding: 25px 0;
}
.head .sct_inner{
	display: flex;
	align-items: center;
}
.head_ttl {
	width: 21.6%;
}
.head_ttl span {
	display: block;
	line-height: 1;
}
.head_ttl span:nth-of-type(1) {
	margin-bottom: 0.8em;
}
.head_ttl img {
	height: 29px;
}
.head_nav {
	flex: 1;
}
.head_nav ul {
	display: flex;
	justify-content: space-between;
}
.head_nav li {
	font-size: 16px;
}
.head_nav li a {
	display: inline-block;
	white-space: nowrap;
	padding: 0.4em 0;
	position: relative;
}
.head_nav li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 100%;
	transition: 0.5s;
}
.head_nav li a:hover:after {
	background: #35b3dc;
}

.head_btn {
	width: 22%;
	width: 19.25%;
	margin-left: 3%;
}
/* -------------------------  key visual */
.kv {
	background-image: linear-gradient(to right, rgba(44,154,205,0.7) 0, rgba(50,179,214,0.7) 100%);
	padding: 35px 0 0;
}
.kv:before {
	background-attachment: fixed;
	background-image: url("../images/pc/kv_slant.png");
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.kv_bar {
	position: absolute;
	z-index: 2;
	width: calc(50% - 100px);
	left: 0;
	top: calc(285px - 8px);
	overflow: hidden;
	height: 42px;
}
.kv_bar span {
	position: absolute;
	display: block;
	width: calc(100% + 110px);
	height: 100%;
	top: 0;
	right: 21px;
	background: #287d98;
	transform: skewX(-45deg);
}
.kv_en {
	position: absolute;
	width: 1245px;
	left: calc(50% - 623px);
	top: 168px;
	z-index: 2;
}
.kv .sct_inner {
	width: 1212px;
	z-index: 3;
	padding-bottom: 130px;
}
.kv_ttl {
	width: 686px;
}
.kv_lead {
	margin: 0 0 30px 60px;
	width: 394px;
}
.kv .sct_lst {
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	width: 750px;
	margin: 0 0 30px 60px;
}
.kv .sct_lst li {
	font-family: "中ゴシックBBB", "Gothic Medium BBB";
	font-size: 19px;
	margin-bottom: 1em;
	padding-left: 2em;
	background-image:url("../images/pc/kv_check.png");
	background-size: 1.5em auto;
}
.kv .sct_lst li:nth-of-type(1),
.kv .sct_lst li:nth-of-type(3) {
	width: 36%;
}
.kv .sct_lst li:nth-of-type(2),
.kv .sct_lst li:nth-of-type(4) {
	width: 64%;
}
.kv .sct_lst li i {
	font-size: 23px;
}
.kv .sct_lst li i.m {
	font-size: 21px;
}
.kv_catch {
	position: absolute;
	width: 100%;
	z-index: 3;
	left: 0;
	bottom: -30px;
}
.kv_doctor {
	position: absolute;
	bottom: 0;
	width: 386px;
	right: -10px;
}
.kv_particles {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 1;
  width: 100%;
  height: 100%;
	overflow:hidden;
}
#particles-js {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
  width: 100vw;
  height: 100vh;
}

/*
    02. about
========================================================================== */
.about {
	background-color: #f8f8f8;
	background-image: url("../images/pc/about_bg.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 100%;
	padding: 100px 0 115px;
}
.about .sct_ttl {
	width: 822px;
	margin: 0 auto 45px;
}
.abour_lead {
	width: 860px;
	text-align: center;
	margin: 0 auto 50px;
}
.abour_lead span {
	display: inline-block;
	font-size: 32px;
	font-family: "中ゴシックBBB", "Gothic Medium BBB";
	color: #414141;
	position: relative;
	margin-bottom: 0.5em;
	padding: 0 0.3em;
}
.abour_lead span:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width :100%;
	height: 1px;
	background: linear-gradient(90deg, #34c1db, #0575cc);
}
.abour_lead em {
	font-size: 39px;
	display: inline-block;
	padding: 0 0.3em;
	background: linear-gradient(90deg, #34c1db, #0575cc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255,255,255,0.0);
	color: #0575cc;
}
.about .sct_inner {
	width: 1240px;
	display: flex;
	align-items: flex-end;
}
.about_txt {
	flex: 1;
	padding-right: 50px;
}
.about .sct_lst {
	margin-bottom: 45px;
	background-image: url("../images/pc/about_illst.png");
	background-repeat: no-repeat;
	background-size: 97px auto;
	background-position: 100% 100%;
}
.about .sct_lst li {
	background-image:url("../images/pc/about_check.png");
	color: #18a2e0;
	font-size: 18px;
	font-weight: bold;
}
.about .sct_lst li em {
	display: inline-block;
	background: #fff4c7;
	font-weight: bold;
}
.about_desc {
	font-size: 16px;
	margin-bottom: 40px;
}
.about_desc em {
	font-weight: bold;
}
.about_dls {
	background: #fff;
	position: relative;
	text-align: center;
	padding: 35px 0 25px;
}
.about_dls:before {
	content: "";
	display: block;
	position: absolute;
	width: 52px;
	height: 21px;
	left: calc(50% - 26px);
	top: -10px;
	background-image: url("../images/pc/about_arrow.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.about_dls dt {
	margin-bottom: 27px;
}
.about_dls dt span {
	display: block;
}
.about_dls dt span:nth-of-type(1) {
	font-size: 18px;
	margin-bottom: 0.5em;
}
.about_dls dt em {
	display: inline-block;
	position: relative;
	margin: 0 0.3em;
	padding: 0 0.5em;
	color: #2fa7d1;
}
.about_dls dt em:before,
.about_dls dt em:after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 60%;
	top: 0;
	background: #31afd4;
}
.about_dls dt em:before {
	left: 0;
	transform: rotate(-15deg);
}
.about_dls dt em:after {
	right: 0;
	transform: rotate(15deg);
}
.about_dls dt img {
	height: 25px;
}
.about_dls dd {
	font-size: 16px;
}
.about_dls dd span {
	display: block;
	margin-bottom: 0.5em;
	line-height: 1.2;
}
.about_dls dd em {
	font-weight: bold;
}
.about_dls dd i {
	font-weight: bold;
	display: inline-block;
	background: #fff4c7;
}
.about_fig {
	background: #fff;
	width: 46.85%;
	padding: 58px 38px 48px;
}

/*
    03. reason
========================================================================== */
.reason {
	margin-bottom: 30px;
	padding: 56px 0 100px;
	background-image: linear-gradient(to bottom, #fff 0, #e4e4e4 100%);
}
.reason:before {
	content: "";
	display: block;
	position: absolute;
	height: 600px;
	width: 100%;
	bottom: 0;
	left: 0;
	background-image: url("../images/pc/reason_bg.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 100%;
}
.reason .sct_ttl {
	width: 407px;
	margin: 0 auto 63px;
}
.reason_head {
	width: 1133px;
	margin: 0 auto 86px;
	padding: 46px 40px 24px;
	background-image: url("../images/pc/reason_head_bg.png");
	background-size: 9px auto;
	position: relative;
}
.reason_head_catch {
	position: absolute;
	width: 543px;
	left: 55px;
	top: -15px;
}
.reason_head_lead {
	width: 981px;
	margin-right: -70px;
	margin-left: auto;
}
.reason_head_desc {
	position: relative;
	background: #fff;
	border-radius: 12px;
	text-align :center;
	padding: 30px;
	font-size: 18px;
	line-height: 1.8;
}
.reason_head_desc em {
	background: #fff4c7;
	display: inline-block;
	line-height: 1.3;
}
.reason_head_fig {
	position: absolute;
	width: 165px;
	bottom: 0;
	right: 5px;
}

.reason_wrp {
	width: 1300px;
	background: #fff;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.04),  -10px -10px 20px rgba(0,0,0,0.04);
	padding: 46px 40px 50px;
}
.reason_feat {
	position: absolute;
	z-index: 5;
	width: 100%;
	left: 0;
	top: -26px;
	text-align: center;
}
.reason_feat img {
	height: 78px;
}
.reason_inner {
	background-image: url("../images/pc/reason_inner_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	padding: 0 0 44px;
	position: relative;
}
.reason_inner:after {
	clear: both;
	display: block;
	height: 0;
	content: "";
	font-size: 0;
}
.reason_box {
	background: #fff;
	position: relative;
}
.reason_nbr {
	position: absolute;
	width: 384px;
}
.reason_ttl {
	position: absolute;
	font-family: "A1ゴシック L", "A1 Gothic L";
}
.reason_ttl span {
	display: block;
	font-size: 27px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	padding-bottom: 14px;
	margin-bottom: 2px;
	position: relative;
	line-height: 1.3;
	letter-spacing: 0.05em;
}
.reason_ttl span:before,
.reason_ttl span:after {
	content: "";
	display: block;
	position: absolute;
}
.reason_ttl span:before {
	background: #5ac1e0;
	width: 100%;
	height: calc(100% - 14px);
	top: 0;
	z-index: 2;
}
.reason_ttl .reason_ttl_2:before {
	background: #55a0dd;
}
.reason_ttl .reason_ttl_3:before {
	background: #5085d9;
}
.reason_ttl span:after {
	z-index: 1;
	width: 16px;
	height: 14px;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.reason_ttl span i {
	position: relative;
	z-index: 3;
}
.reason_ttl span em {
	font-size: 32px;
	color: #ffeda8;
}
.reason_lead {
	font-size: 21.5px;
	color: #55a0dd;
	position: relative;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.reason_lead:after {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	width: 120px;
	bottom: 0;
	background: #55a0dd;
}
.reason_lead em {
	background: #fff4c7;
	display: inline-block;
	line-height: 1.2;
	padding: 0 0.2em;
}
.reason_desc {
	font-size: 15px;
}
.reason_desc p {
	margin-bottom: 1em;
}
.reason_desc em {
	font-weight: bold;
}
.reason_fig {
	position: absolute;
}

/* ---------------------------- reason_1 */
.reason_1 {
	float: left;
	width: 410px;
	margin-left: 227px;
	margin-top: 150px;
	padding: 60px 0 40px;
	text-align: center;
}
.reason_1 .reason_nbr {
	top: -67px;
	left: -193px;
}
.reason_1 .reason_ttl {
	top: 28px;
	left: -280px;
	width: 365px;
	text-align: right;
}
.reason_1 .reason_ttl span {
	padding-right: 1em;
}
.reason_1 .reason_ttl_2 {
	margin-right: 24px;
}
.reason_1 .reason_ttl_3 {
	margin-right: 48px;
}
.reason_1 .reason_ttl span:before{
	right: 0.5em;
	transform: skewX(-25deg);
}
.reason_1 .reason_ttl span:after {
	left: 0;
}
.reason_1 .reason_ttl_1:after {
	background-image: url("../images/pc/reason_shadow_1.png");
}
.reason_1 .reason_ttl_2:after {
	background-image: url("../images/pc/reason_shadow_2.png");
}
.reason_1 .reason_ttl_3:after {
	background-image: url("../images/pc/reason_shadow_3.png");
}
.reason_1 .reason_lead:after {
	left: calc(50% - 60px);
}
.reason_1 .reason_fig {
	width: 186px;
	bottom: 80px;
	left: -160px;
}
/* ---------------------------- reason_2 */
.reason_2 {
	float: right;
	width: 430px;
	margin-right: 67px;
	margin-top: 68px;
	padding: 120px 0 45px;
	text-align: center;
}
.reason_2 .reason_nbr {
	top: -16px;
	left: -48px;
}
.reason_2 .reason_ttl {
	top: 58px;
	right: -125px;
	width: 365px;
}
.reason_2 .reason_ttl span {
	padding-left: 1em;
}
.reason_2 .reason_ttl span:before{
	left: 0.5em;
	transform: skewX(25deg);
}
.reason_2 .reason_ttl span:after {
	right: 0;
}
.reason_2 .reason_ttl_1:after {
	background-image: url("../images/pc/reason_shadow_4.png");
}
.reason_2 .reason_lead:after {
	left: calc(50% - 60px);
}
.reason_2 .reason_fig_1 {
	width: 134px;
	top: 80px;
	left: -34px;
}
.reason_2 .reason_fig_2 {
	width: 91px;
	bottom: 20px;
	right: -20px;
}
/* ---------------------------- reason_3 */
.reason_3 {
	float: none;
	clear: both;
	margin-left: 135px;
	margin-right: 80px;
	margin-top: -10px;
	padding: 110px 0 110px 240px;
	text-align: left;
	background-color: transparent;
	background-image: url("../images/pc/reason_3_bg.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.reason_3 .reason_nbr {
	top: 20px;
	left: -74px;
}
.reason_3 .reason_ttl {
	top: 126px;
	left: -190px;
	width: 370px;
	text-align: right;
}
.reason_3 .reason_ttl span {
	padding-right: 1.5em;
}
.reason_3 .reason_ttl_2 {
	margin-right: 24px;
}
.reason_3 .reason_ttl_1 {
	margin-right: 48px;
}
.reason_3 .reason_ttl span:before{
	right: 0.5em;
	transform: skewX(25deg);
}
.reason_3 .reason_ttl span:after {
	left: 0;
}
.reason_3 .reason_ttl_1:after {
	background-image: url("../images/pc/reason_shadow_1.png");
}
.reason_3 .reason_ttl_2:after {
	background-image: url("../images/pc/reason_shadow_2.png");
}
.reason_3 .reason_ttl_3:after {
	background-image: url("../images/pc/reason_shadow_3.png");
}
.reason_3 .reason_fig {
	width: 107px;
	bottom: 80px;
	right: 53px;
}
/* ---------------------------- reason_4 */
.reason_4 {
	float: left;
	width: 530px;
	margin-left: 50px;
	padding: 270px 65px 54px 55px;
}
.reason_4 .reason_nbr {
	top: 38px;
	left: 30px;
}
.reason_4 .reason_ttl {
	top: 138px;
	left: -105px;
	width: 470px;
	text-align: right;
}
.reason_4 .reason_ttl span {
	padding-right: 1.5em;
}
.reason_4 .reason_ttl_2 {
	margin-right: 24px;
}
.reason_4 .reason_ttl span:before{
	right: 0.5em;
	transform: skewX(-25deg);
}
.reason_4 .reason_ttl span:after {
	left: 0;
}
.reason_4 .reason_ttl_1:after {
	background-image: url("../images/pc/reason_shadow_1.png");
}
.reason_4 .reason_ttl_2:after {
	background-image: url("../images/pc/reason_shadow_2.png");
}
.reason_4 .reason_fig {
	width: 83px;
	top: 234px;
	right: 52px;
}
/* ---------------------------- reason_5 */
.reason_5 {
	position: absolute;
	right: 50px;
	bottom: 74px;
	width: 614px;
	padding: 235px 0 45px;
	text-align: center;
}
.reason_5 .reason_nbr {
	top: 33px;
	left: 60px;
}
.reason_5 .reason_ttl {
	top: 118px;
	right: -64px;
	width: 415px;
	text-align: left;
}
.reason_5 .reason_ttl span {
	padding-left: 1.5em;
}
.reason_5 span.reason_ttl_3 {
	margin-left: 24px;
	padding-left: 2em;
}
.reason_5 .reason_ttl span:before{
	left: 0.5em;
	transform: skewX(25deg);
}
.reason_5 .reason_ttl span:after {
	right: 0;
}
.reason_5 .reason_ttl_2:after {
	background-image: url("../images/pc/reason_shadow_5.png");
}
.reason_5 .reason_ttl_3:after {
	background-image: url("../images/pc/reason_shadow_6.png");
}
.reason_5 .reason_lead:after {
	left: calc(50% - 60px);
}
.reason_5 .reason_fig {
	width: 93px;
	top: 132px;
	left: 82px;
}
.reason_5 .reason_fig_slant {
	width: 24px;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("../images/pc/reason_fig_slant.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.reason_5 .reason_fig_arrow {
	width: 64px;
	top: 165px;
	left: -15px;
}

/*
    04. service
========================================================================== */ 
.service {
	margin-bottom: 70px;
}
.service .sct_inner {
	padding: 47px 0 0;
	width: 1300px;
	background-image: url("../images/pc/service_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.service .sct_ttl {
	width: 531px;
	margin: 0 auto 25px;
}
.service_catch {
	width: 336px;
	margin: 0 auto 30px;
}
.service_ttl {
	text-align: center;
	font-size: 20px;
	color: #35b3dc;
	margin-bottom: 23px;
}
.service_ttl em {
	display: inline-block;
	background: #fff4c7;
	line-height: 1.3;
	font-size: 24px;
}
.service_fig {
	width: 182px;
	margin: 0 auto 20px;
}
.service_desc {
	font-size: 15px;
}
.service_desc p + p {
	margin-top: 1em;
}
.service .sct_lst {
	margin-top: 1em;
}
.service .sct_lst li {
	font-size: 15px;
	color: #3f3f3f;
	background-image:url("../images/pc/service_check.png");
}
.service .sct_lst em,
.service_desc em {
	text-decoration: underline;
}
/* ---------------------------- service_1 */
.service_1 {
	position: absolute;
	width: 360px;
	top: 330px;
	left: 30px;
}
.service_1 .shape_outside {
	width: 130px;
	height: 120px;
	float: right;
	-webkit-shape-outside: polygon(nonzero, 100px 0px, 130px 0px, 130px 120px, 0px 120px);
	shape-outside: polygon(nonzero, 100px 0px, 150px 0px, 150px 120px, 0px 120px);
}
/* ---------------------------- service_2 */
.service_2 {
	position: absolute;
	width: 360px;
	top: 330px;
	right: 30px;
}
.service_2 .shape_outside {
	width: 120px;
	height: 80px;
	float: left;
	-webkit-shape-outside: polygon(nonzero, 0px 0px, 40px 0px, 120px 80px, 0px 80px);
	shape-outside: polygon(nonzero, 0px 0px, 40px 0px, 120px 80px, 0px 80px);
}
.service_2 .sct_lst {
	margin-left: 160px;
}
/* ---------------------------- service_3 */
.service_3 {
	width: 610px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.service_wrp {
	display: flex;
}
.service_3 .service_txt {
	padding-left: 30px;
	flex: 1;
}
.service_3 .service_desc {
	margin-right: 70px;
}

/*
    05. evaluation
========================================================================== */
.eval {
	padding: 136px 0 40px;
	background-color: #f8f8f8;
}
.eval:before {
	content: "";
	display: block;
	position: absolute;
	height: 300px;
	width: 100%;
	top: 0;
	left: 0;
	background-image: url("../images/pc/eval_bg.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 0;
}
.eval .sct_ttl {
	width: 352px;
	margin: 0 auto 48px;
	position: relative;
	z-index: 2;
}
.eval .sct_inner {
	width: 1196px;
}
.eval_voice {
	display: flex;
	margin-bottom: 40px;
}
.eval_voice dt {
	width: 180px;
	text-align: center;
	padding-top: 25px;
}
.eval_voice dt span {
	display: block;
}
.eval_voice_fig {
	margin-bottom: 22px;
}
.eval_voice_txt {
	font-size: 16px;
	color: #484848;
}
.eval_voice dd {
	flex: 1;
	margin-left: 35px;
	padding: 60px 80px 40px;
	background-image: url("../images/pc/eval_voice_bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 0 0;
	font-size: 16px;
}
.eval_voice dd .sct_lst,
.eval_voice dd p {
	margin-bottom: 1.3em;
}
.eval_voice dd em {
	color: #f26f2f;
	font-weight: bold;
}
.eval .sct_lst li {
	background-image:url("../images/pc/eval_check.png");
}
/* ---------------------------- eval_kkm */
.eval_kkm_c {
	display: flex;
}
.eval_kkm {
	position: relative;
	background: #fff;
	margin: 0 45px;
}
.eval_kkm:before,
.eval_kkm:after {
	position: absolute;
	content: "";
	display: block;
	width: 4px;
	top: 0;
	height: 100%;
}
.eval_kkm:before {
	background: #6cc7e2;
	left: 0;
}
.eval_kkm:after {
	right: 0;
	background: #6388db;
}
.eval_kkm_ttl {
	padding: 15px 0;
	background-image: linear-gradient(to right, #6cc7e2 0, #6388db 100%);
	text-align: center;
}
.eval_kkm_ttl img {
	height: 24px;
}
.eval_kkm_c {
	position: relative;
	padding: 50px 63px 45px 55px;
}
.eval_kkm_c:before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 4px;
	background-image: linear-gradient(to right, #6cc7e2 0, #6388db 100%);
}
.eval_kkm_before {
	width: 208px;
	margin-right: 60px;
}
.eval_kkm_after {
	width: 290px;
	margin-right: 56px;
}
.eval_kkm_label {
	margin: 15px 0;
}
.eval_kkm_label img {
	height: 25px;
}
.eval_kkm_data {
	display: flex;
	align-items: flex-end;
	text-align: right;
	border-bottom: 1px dashed #a3a3a3;
	color: #565656;
	margin-bottom: 10px;
}
.eval_kkm_data dt {
	width: 5em;
	font-size: 17px;
	padding-bottom: 4px;
}
.eval_kkm_data dd {
	flex: 1;
	font-size: 20px;
}
.eval_kkm_after .eval_kkm_data dd {
	padding-right: 2em;
}
.eval_kkm_data dd em {
	font-size: 27px;
	color: #f26f2f;
	font-weight: bold;
}
.eval_kkm_data dd .arr {
	padding-left: 1.2em;
	background-repeat: no-repeat;
}
.eval_kkm_data dd .arr_1 {
	background-image: url("../images/pc/eval_kkm_arrow.png");
	background-size: 14px auto;
	background-position: 12px 50%;
}
.eval_kkm_data dd .arr_2 {
	background-image: url("../images/pc/eval_kkm_arrow.png"), url("../images/pc/eval_kkm_arrow.png");
	background-size: 14px auto;
	background-position: 0 50%, 12px 50%;
}
.eval_kkm_data dd i {
	display: inline-block;
	vertical-align: middle;
}
.eval_kkm_fig {
	flex: 1;
}

/*
    06. price
 ========================================================================== */
.price {
	padding: 75px 0 0;
	z-index: 2;
}
.price .sct_inner {
	width: 1200px;
	padding: 178px 0 60px;
	background-image: url("../images/pc/price_bg.jpg");
	background-size: cover;
	background-position: 50% 50%;
	background-repeat:no-repeat;
	text-align: center;
}
.price .sct_ttl {
	width: 1256px;
	position: absolute;
	top: 50px;
	left: -28px;
}
.price_lead {
	width: 319px;
	margin: 0 auto 40px;
}
.price_desc {
	margin-bottom: 30px;
}
.price_desc span {
	display: block;
	font-size: 18px;
	color: #fff;
}
.price_desc span:last-child {
	font-size: 20px;
}
.price_btn {
	margin: 0 auto;
	width: 403px;
}

/*
    07. flow
========================================================================== */
.flow {
	margin-top: -50px;
	padding: 180px 0 90px;
	background: #f8f8f8;
}
.flow:before {
	content: "";
	display: block;
	position: absolute;
	height: 400px;
	width: 100%;
	top: 0;
	left: 0;
	background-image: url("../images/pc/flow_bg.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 0;
}
.flow .sct_inner {
	width: 1220px;
}
.flow .sct_ttl {
	position: absolute;
	top: 55px;
	left: 0;
	width: 198px;
}
.flow_lst {
	position: relative;
}
.flow_lst:before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 113%;
	top: -40px;
	left: 425px;
	background-image: linear-gradient(to bottom, #6fcae3 0, #6068d7 100%);
	transform: rotate(24deg);
}
.flow_lst dl {
	width: 800px;
	margin-left: auto;
	padding-top: 45px;
	margin-bottom: 10px;
}
.flow_lst dt {
	display: flex;
	align-items: center;
}
.flow_nbr {
	width: 19.25%;
	padding-left: 20px;
}
.flow_nbr img {
	height: 28px;
}
.flow_ico {
	width: 5.25%;
}
.flow_ico img {
	height: 23px;
}
.flow_ttl {
	flex: 1;
	font-size: 24px;
	color: #343333;
}
.flow_lst dd {
	position: relative;
	padding-top: 18px;
	padding-left: 148px;
  font-size: 15.75px;
}
.flow_lst dd:before,
.flow_lst dd:after {
	content: "";
	display: block;
	position: absolute;
}
.flow_lst dd:before {
	width: 18px;
	height: 18px;
	top: -9px;
	left: 108px;
	background-image: url("../images/pc/flow_dot.png");
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 3;
}
.flow_lst .flow_3 dd:before {
	left: 109px;
}
.flow_lst .flow_4 dd:before {
	left: 110px;
}
.flow_lst dd:after {
	width: 100%;
	height: 1px;
	top: 0;
	left: 0;
	background-image: linear-gradient(to right, #6fcae3 0, #6068d7 100%);
}
.flow_lst a {
	color: #6095db;
	text-decoration: underline;
}
.flow_1 .flow_nbr img {
	height: 29px;
}
.flow_2 {
	margin-right: 60px;
}
.flow_3 {
	margin-right: 120px;
}
.flow_3 .flow_ico img {
	height: 24px;
}
.flow_4 {
	margin-right: 180px;
}
.flow_4 .flow_ico img {
	height: 26px;
}
.flow_5 {
	margin-right: 240px;
}
.flow_5 .flow_ico {
	width: 6%;
	padding-bottom: 5px;
}
.flow_5 .flow_ico img {
	height: 38px;
}

/*
    08.faq
 ========================================================================== */
.faq {
	margin-top: -50px;
	padding: 85px 0 70px;
	background: #f4f4f4;
}
.faq:before,
.faq:after {
	content: "";
	display: block;
	position: absolute;
}
.faq:before {
	height: 400px;
	width: 100%;
	top: 0;
	left: 0;
	background-image: url("../images/pc/faq_bg.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 0;
}
.faq:after {
	height: 6px;
	width: 100%;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to right, #68c8e2 0, #5f8ada 100%);
}
.faq .sct_ttl {
	margin: 0 auto 20px;
	width: 294px;
}
.faq_lst {
	width: 1200px;
}
.faq_lst dl {
	box-shadow: 10px 10px 20px rgba(0,0,0,0.04), -10px -10px 20px rgba(0,0,0,0.04);
	padding: 30px 32px;
	margin-bottom: 20px;
	background: #fff;
}
.faq_lst dt {
	font-weight: bold;
	font-size: 18px;
	padding: 0 20px 10px 50px;
	background-image: url("../images/pc/faq_q.png");
	background-repeat: no-repeat;
	background-size: 32px auto;
	background-position: 5px 0px;
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.faq_lst dt:after {
	display: block;
	position: absolute;
	content: "";
	width: 29px;
	height: 15px;
	right: 10px;
	top: calc(50% - 10px);
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/pc/faq_arrow_2.png");
}
.faq_lst .open dt:after {
	background-image: url("../images/pc/faq_arrow_1.png");
}
.faq_lst dd > div {
	padding: 28px 26px 0 48px;
	background-image: url("../images/pc/faq_a.png");
	background-repeat: no-repeat;
	background-size: 29px auto;
	background-position: 5px 24px;
}
.faq_lst dd p {
  font-size: 16px;
}

/*
    09. contact
========================================================================== */
.contact {
	padding: 55px 0 70px;
	background-image: url("../images/pc/contact_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
}
.contact .sct_inner {
	width: 1180px;
	background: #fff;
	border-radius: 20px;
	padding: 90px 140px;
}
.contact .sct_ttl {
	width: 251px;
	margin: 0 auto 48px;
}
.form-container .input-container {
  margin: 0 0 29px 0;
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}
.form-container .input-container label {
  margin: 5.4px 0 0 0;
  color: #333;
  font-size: 18px;
}
.form-container .input-container label .req {
  display: inline-block;
  margin: 0 0 0 19px;
  padding: 3px 10px 4px 10px;
  vertical-align: middle;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  font-family: sans-serif;
  background: linear-gradient(to right, #6fcae3, #6068d7);
}
.form-container .input-container input,
.form-container .input-container textarea {
  box-sizing: border-box;
  padding: 7.315px 12px;
  width: 646px;
  line-height: 1.6;
  color: #333;
  font-size: 18px;
  background: #f8f8f8;
  border: none;
  border-radius: 0;
  outline: none;
}
.form-container .input-container textarea {
  height: 150px;
  font-size: 16px;
}
.form-btn {
  margin: 73px 0 0 0;
  text-align: center;
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.form-btn input {
  display: inline-block;
  padding: 22px 0 21px 0;
  width: 335px;
  line-height: 1;
  font-size: 20px;
  color: #fff;
  background: url("../images/common/form-ar.svg") right 18px center no-repeat, linear-gradient(to right, #6fcae3, #6068d7);
  -webkit-background-size: 10px 11px, 100% 100%;
  background-size: 10px 11px, 100% 100%;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
}
.form-btn input[type="button"] {
  margin: 0 30px 0 0;
  background: url("../images/common/form-ar-back.svg") left 18px center no-repeat #6068d7;
  -webkit-background-size: 10px 11px;
  background-size: 10px 11px;
}
.recaptcha {
  margin: 30px 0 0 0;
  text-align: center;
  font-size: 12px;
}  
.recaptcha a {
  color: #6068d7;
  text-decoration: underline;
}
.form-container .wpcf7c-elm-step3 {
  font-size: 15px;
  font-weight: bold;
}
.form-container .wpcf7-validation-errors {
  margin: 2em 0 0 0;
  padding: 0;
  text-align: center;
  color: #f00;
  font-weight: bold;
  border: none;
}
.form-container .wpcf7-mail-sent-ok {
  display: none !important;
}
.form-container .wpcf7-not-valid-tip {
  font-family: sans-serif;
}
.form-container .input-container .wpcf7c-conf {
  background-color: #999;
  color: black;
}
/*
.contact .dummy {
	margin-bottom: 75px;
}
.contact_btn {
	text-align: center;
}
.contact_btn input {
	width: 335px;
	height: 62px;
}
*?

/*
    10. footer
 ========================================================================== */
.foot {
	padding: 56px 0 30px;
	text-align: center;
}
.foot .sct_inner {
	width: 1166px;
	padding: 48px 18px 18px; 
	margin-bottom: 32px;
	background-image: url("../images/pc/foot_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
}
.foot .sct_ttl {
	width: 237px;
	margin: 0 auto 30px;
}
.foot_box {
	background: rgba(255,255,255, 0.93);
	padding: 60px 0 30px;
	position: relative;
}
.foot_cmp {
	font-size: 20px;
	margin-bottom: 12px;
}
.foot_name {
	font-size: 16px;
	margin-bottom: 22px;
}
.foot_addr {
	font-size: 16px;
	margin-bottom: 26px;
}
.foot_contact dt {
	margin-bottom: 12px;
}
.foot_contact dt span {
	display: inline-block;
	width: 8em;
	color: #fff;
	background-image: linear-gradient(to right, #6fcae3 0, #6068d7 100%);
}
.foot_contact dd i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.3em;
}
.foot_contact dd i img {
	height: 19px;
}
.foot_contact dd span {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	letter-spacing: 0.05em;
}
.foot_en {
	position: absolute;
	width: 365px;
	bottom: 20px;
	right: 30px;
}
.foot_copyright {
	font-size: 16px;
	color: #3c3c3c;
}

/*
     09. multi-class
========================================================================== */ 
/*****　画像　*****/
.fade {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.fade:hover {
	opacity: .5;
	filter: alpha(opacity=60);
}
.img-border {
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
}
.img-right {
	float: right;
	margin: 0 0 10px 15px;
}
.img-left {
	float: left;
	margin: 0 15px 10px 0;
}
.center {
	text-align: center;
}
.alignR {
	text-align: right !important;
}
.alignL {
	text-align: left !important;
}
.vAlignM {
	vertical-align: middle !important;
}
/*****　テキスト *****/
.gothic {
	font-family: "游ゴシック", "Yu Gothic", YuGothic,"Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho {
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.bold {
	font-weight: bold;
}
.gray {
	color: #ccc;
}
.txt120 {
	font-size: 120%;
}
.txt110 {
	font-size: 110%;
}
.txt90 {
	font-size: 90%;
}
.txt80 {
	font-size: 80%;
}
.or {
	color: #fc9b2a;
}
.re {
	color: #FF373A;
}

i.fa {
	margin-right: 5px;
}
.nowrap {
	white-space: nowrap !important;
}
.underline {
	text-decoration: underline;
}
.dispB {
	display: block;
}
.dispI {
	display: inline;
}
span:lang(ja) {
	font-family: san-serif;
}
/*　余白 */
.p10 {
	padding: 10px;
}
.pt10 {
	padding-top: 10px;
}
.pr10 {
	padding-right: 10px;
}
.pl10 {
	padding-left: 10px;
}
.pb10 {
	padding-bottom: 10px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}

/*　画像・レイアウト */
.img-column-wrap {
	position: relative;
	overflow: hidden;
}
.img-column {
	position: relative;
	left: 50%;
	float: left;
}
.img-column li {
	position: relative;
	float: left;
	left: -50%;
	margin-right: 10px;
}
.img-column.for-four li {
	margin-right: 6px;
}
.img-column.for-two li:nth-child(even), .img-column.for-three li:nth-child(3n), .img-column.for-four li:nth-child(4n) {
	margin-right: 0 !important;
}
.img-column li:last-child {
	margin-right: 0 !important;
}
.img-column.for-three .img-border, .img-column.for-four .img-border {
	padding: 3px;
}
/* img+textbox */
div.box-img-right {
	width: 100%;
	display: table;
	direction: rtl;
	zoom: 1;
}
.box-img-right .img {
	margin: 0;
	display: table-cell;
	vertical-align: top;
	width: 1%;
	direction: ltr;
}
.box-img-right img {
	width: 320px;
	height: auto;
}
.box-img-right .box {
	padding: 0 15px 1px 0;
	display: table-cell;
	vertical-align: top;
	direction: ltr;
	text-align: left;
}
div.box-img-left {
	zoom: 1;
}
.box-img-left .img {
	margin: 0;
	padding: 0 15px 0 0;
	display: table-cell;
	width: 1%;
	vertical-align: top;
	position: relative;
}
.box-img-left img {
	width: 320px;
	height: auto;
}
.box-img-left .box {
	display: table-cell;
	vertical-align: top;
}
.box-two-column .box-right {
	width: 48%;
	float: right;
}
.box-two-column .box-img-left {
	width: 48%;
	float: left;
}
.box-two-column .box-img-left img {
	width: 100%;
	height: auto;
}
.box-two-column .box-left {
	width: 48%;
	float: left;
}
.box-two-column .box-img-right {
	width: 48%;
	float: right;
}
.box-two-column .box-img-right img {
	width: 100%;
	height: auto;
}
.box-two-column-around {
	width: 100%;
}
.box-two-column-around .box-img-right {
	width: 48%;
	float: right;
	margin-left: 10px;
}
.box-two-column-around .box-img-left {
	width: 48%;
	float: left;
	margin-right: 10px;
}

/*改行非表示*/
.pc-none {
	display: none;
}

