@charset "utf-8";

/* =============================================================
エリア別トップページのスタイリングを定義
============================================================= */


/* sec-mv
---------------------------------------------------------- */

.sec-mv {
	position:relative;
	z-index:0;
	height:660px;
}

.mv_img{
	position: absolute;
	z-index:0;
	top: 0;
	right: 0;
	width:74.07%;
	height: 100%;
	background: url(../img/top/mv_pc.jpg) no-repeat center #ccc;
	background-size:cover;
}

.mv_txt{
	position:relative;
	z-index:1;
	width:560px;
	padding-top:50px;
	background: rgba(255,255,255,0.78);
}

.mv_txt h2{
	font-size:3.5rem;
	margin-bottom:1em;
	padding:0 20px;
	line-height: 1.13;
	letter-spacing: 0.05em;
}

.mv_txt h2 .is-lg{
	font-size:1.25em;
}

.mv_txt h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0.55em 0 0.66em;
    line-height: 1;
}

.mv_txt h3 img{
	margin-right: 4px;
}

.mv_txt .price_total{
	font-size:1.8rem;
}

.mv_txt .price_main{
	font-size:6.7rem;
}

.mv_txt .price_sub{
	margin-left:10px;
	font-size:3.0rem;
}

.list-merit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width:100%;
	max-width: 420px;
	margin:35px auto 20px;
}

.list-merit li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	width:32.28%;
	padding:2% 1%;
	font-size:1.4rem;
	font-weight:bold;
	line-height:1.28;
	background: #E8E8E8;
}

.mv_txt_contact{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding:22px 0;
	background: #43ADAC;
}

.mv_txt_contact .block-left {
	font-size:2.0rem;
	line-height: 1.5;
	margin-right: 20px;
}

.mv_txt_contact .block-left .is-sm{
	font-size:0.75em;
}

.mv_txt_contact .block-right_phone {
	display:block;
	font-size:4.0rem;
	margin-bottom: 10px;
	line-height: 1;
}

.mv_txt_contact .block-right_phone .en .ico{
	position: relative;
	z-index: 0;
	margin-bottom: 5px;
	padding-left:26px;
}

.mv_txt_contact .block-right_phone .en .ico:before{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 1px;
	width: 20px;
	height: 32px;
	background: url(../img/common/ico_smphone_wh.svg) no-repeat;
	background-size:contain;
}

.mv_txt_contact .block-right_phone .is-sm {
	font-size:1.2rem;
	margin-top:5px;
}

.mv_txt_contact .btn-02 {
	width:100%;
	max-width: 277px;
	line-height: 39px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.mv_nav{
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: -45px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width:100%;
	max-width: 1050px;
	margin:0 auto;
}

.mv_nav ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.16);
}

.mv_nav li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	width:33.33%;
	border-right:1px solid #CCC;
}

.mv_nav li a {
	font-size:2.0rem;
	font-weight:bold;
	color: #222;
	width:100%;
	padding:20px 15px;
	background:#FFF;
	text-decoration: none;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.mv_nav li:nth-child(1) a{
	color:#FFF;
	background:#A1281E;
}

.mv_nav li:nth-child(1) a:hover{
	color:#e3bfbc;
}

.mv_nav li a:hover{
	color:#636363;
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.16);
}

.mv_nav .ico {
	position: relative;
	z-index:0;
	padding-left:45px;
}

.mv_nav li:nth-child(1) .ico:before{
	width:34px;
	height: 34px;
	background:url(../img/common/ico_phone_wh.svg) no-repeat;
	background-size:contain;
}

.mv_nav li:nth-child(2) .ico:before{
	width:28px;
	height: 28px;
	background:url(../img/common/ico_beginner_br.svg) no-repeat;
	background-size:contain;
}

.mv_nav li:nth-child(3) .ico:before{
	width:36px;
	height: 30px;
	background:url(../img/common/ico_talk_br.svg) no-repeat;
	background-size:contain;
}


@media screen and (min-width:768px) {
	.mv_nav .ico:before {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media screen and (max-width:767px) {
	.sec-mv {
		height:auto;
		padding-top: 10px;
	}
	.mv_img{
		position: static;
		width:100%;
		height: 180px;
	}
	.mv_txt{
		width:100%;
		background:#FFF;
		padding-top: calc(14 / 375 * 100vw);
	}
	.mv_txt h2{
		font-size: calc(26 / 375 * 100vw);
		margin-bottom:0.5em;
	}
	.mv_txt h3{
		font-size: calc(12 / 375 * 100vw);
		font-weight:bold;
	}
	.mv_txt h3 img{
		width:calc(126 / 375 * 100vw);
	}
	.mv_txt .price_total{
		font-size: calc(11 / 375 * 100vw);
	}
	.mv_txt .price_main{
		font-size: calc(43 / 375 * 100vw);
	}
	.mv_txt .price_sub{
		font-size: calc(19 / 375 * 100vw);
	}
	.list-merit {
		max-width: 100%;
		margin:8px auto 18px;
		padding:0 22px;
	}
	.list-merit li {
		font-size: calc(11 / 375 * 100vw);
	}
	.mv_txt_contact {
		padding:15px 20px 19.46%;
	}
	.mv_txt_contact .btn-02 {
		line-height: calc(46 / 375 * 100vw);
		border-radius: calc(23 / 375 * 100vw);
	}
	.mv_txt_contact .block-left,
	.mv_txt_contact .block-right{
		width:100%;
	}
	.mv_txt_contact .block-left {
		text-align: center;
		font-size: calc(19 / 375 * 100vw);
		margin-right:0;
	}
	.mv_txt_contact .block-right_phone {
		border:2px solid #FFF;
		margin:15px 0 15px;
		padding:12px 0;
	}
	.mv_txt_contact .block-right_phone .en .ico{
		font-size: calc(40 / 375 * 100vw);
		padding-left:calc(30 / 375 * 100vw);
	}
	.mv_txt_contact .block-right_phone .en .ico:before{
		width: calc(22 / 375 * 100vw);
		height: calc(33 / 375 * 100vw);
	}
	.mv_txt_contact .block-right_phone .is-sm {
		font-size: calc(12 / 375 * 100vw);
	}
	.mv_txt_contact .btn-02 {
		max-width: 100%;
	}
	.mv_nav{
		z-index: 1;
		padding:0 20px;
	}
	.mv_nav li a {
		font-size: calc(14 / 375 * 100vw);
		padding:8px 4px;
		line-height: 1.28;
	}
	.mv_nav .ico {
		padding-left:0;
	}
	.mv_nav .ico:before {
		content: "";
		display:block;
	}
	.mv_nav li:nth-child(1) .ico:before{
		width:30px;
		height: 30px;
		margin:0 auto 5px;
	}
	.mv_nav li:nth-child(2) .ico:before,
	.mv_nav li:nth-child(3) .ico:before{
		margin:5px auto 10px;
	}
}



/* sec-intro
---------------------------------------------------------- */

.sec-intro {
	padding:110px 0 90px;
}

.sec-intro h3{
	font-size:4.9rem;
	margin-bottom: 0.57em;
	letter-spacing: 0.05em;
	line-height: 1.36;
}

.sec-intro h3 .is-sm{
	font-size:.81em;
}

.sec-intro .p-text {
	font-weight:300;
}


@media screen and (max-width:767px) {
	.sec-intro {
		padding:75px 0 20.8%;
	}
	.sec-intro h3{
		font-size: calc(31 / 375 * 100vw);
	}
}



/* sec-reason
---------------------------------------------------------- */

.sec-reason {
	padding-bottom:100px;
}

.ttl-reason{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-transform: translateY(-33px);
	transform: translateY(-33px);
}

.ttl-reason h3{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size:2.4rem;
	font-weight:bold;
	width:100%;
	max-width: 424px;
	line-height: 66px;
	border-radius:33px;
	background:#43ADAC;
}

.ttl-reason h3 .is-lg{
	font-size:2.29em;
}

.list-reason {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:47px 0 20px;
}

.list-reason li {
	width: 29.70%;
	margin-bottom:5.45%;
}

.list-reason_ico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width:165px;
	height:165px;
	border-radius:50%;
	border:7px solid #C3DDDC;
	background: #FFF;
	margin:0 auto 22px;
}

.list-reason_ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}

.list-reason_ttl .num {
	font-size:7.2rem;
	margin-right:15px;
	line-height:1;
}

.list-reason_ttl h4 {
	font-size:2.0rem;
	font-weight:bold;
	line-height: 1.6;
}

.btn-reason{
	font-size: 2.3rem;
	font-weight:bold;
	width: 100%;
	max-width: 640px;
	padding:24px 20px;
	color: #139795;
	background:#FFF;
	border:2px solid #139795;
	cursor: pointer;
	text-decoration: none;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


@media screen and (min-width: 768px) {
	.list-reason li:not(:nth-child(3n-2)) {
		margin-left:5.45%;
	}
	.btn-reason{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.btn-reason .ico{
		position: relative;
		z-index:0;
		margin-left: 10px;
		padding-right:30px;
	}
	.btn-reason .ico:after{
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 17px;
		height: 22px;
		background: url(../img/common/ico_arw_right_01_gr.svg) no-repeat;
		background-size: contain;
	}
	.btn-reason:hover{
		opacity:0.7;
	}
}

@media screen and (max-width: 767px) {
	.sec-reason{
		padding-bottom:50px;
	}
	.ttl-reason h3{
		font-size: calc(19 / 375 * 100vw);
		line-height: calc(52 / 375 * 100vw);
		border-radius:calc(33 / 375 * 100vw);
		max-width: 95%;
		margin-top: calc(-26 / 375 * 100vw);
	}
	.list-reason{
		margin:0;
	}
	.list-reason li {
		width: 100%;
		padding:0 4%;
		margin-bottom: calc(40 / 375 * 100vw);
	}
	.list-reason_ico{
		width:135px;
		height:135px;
	}
	.list-reason_ttl .num {
		font-size:7.1rem;
	}
	.list-reason_ttl h4 {
		font-size: calc(20 / 375 * 100vw);
		line-height: 1.5;
	}
	.btn-reason{
		position: relative;
		z-index:0;
		font-size: calc(19 / 375 * 100vw);
		padding:16px 18px;
	}
	.btn-reason:after{
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 20px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 17px;
		height: 22px;
		background: url(../img/common/ico_arw_right_01_gr.svg) no-repeat;
		background-size: contain;
	}
	.btn-reason img{
		display:block;
		width:70%;
	}
}



/* =============================================================
総合トップページのスタイリングを定義
============================================================= */


/* sec-mv-home
---------------------------------------------------------- */

.sec-mv-home {
	position:relative;
	z-index:0;
	height:595px;
	padding-top: 30px;
}

.mv-home_inner{
	width:100%;
	max-width: 1350px;
	margin:0 auto;
}

.mv-home_img{
	position: absolute;
	z-index:0;
	top: 0;
	right: 0;
	width:61.62%;
	height: 100%;
	background: url(../img/top/mv-home_pc.jpg) no-repeat center left;
	background-size:cover;
}

.mv-home_txt{
	position:relative;
	z-index:1;
	width:100%;
	max-width:800px;
	padding:22px 47px 22px 64px;
	background: rgba(255,255,255,0.78);
}

.mv-home_txt h2{
	font-size:3.6rem;
	line-height: 1.52;
	letter-spacing: 0.05em;
}

.mv-home_txt h2 .tax-in {
  font-size: 0.5em;
}

.mv-home_txt .p-text{
	margin:14px 0 14px;
	line-height:2;
}

.sec-swear-home{
	position:relative;
	z-index:1;
	margin-top: -135px;
	padding-bottom: 155px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, transparent), color-stop(21%, #43ADAC));
	background: -o-linear-gradient(transparent 21%, #43ADAC 21%);
	background: linear-gradient(transparent 21%, #43ADAC 21%);
}

.sec-swear-home .ttl-05{
	font-size:2.2rem;
}

.sec-swear-home .swear_cont {
    max-width: 650px;
	padding-bottom: 0;
}

.sec-swear-home .list-swear {
	margin: 10px 0 0;
}

.btn-reason-home{
	position: relative;
	z-index:0;
	font-size: 2.1rem;
	font-weight:bold;
	width: 100%;
	max-width: 335px;
	padding:26px 28px 20px;
	color: #139795;
	background:#FFF;
	border:2px solid #139795;
	cursor: pointer;
	text-decoration: none;
	line-height: 2.1;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn-reason-home img{
	display:block;
}

.btn-reason-home .ico:after{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 24px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 17px;
	height: 22px;
	background: url(../img/common/ico_arw_right_01_gr.svg) no-repeat;
	background-size: contain;
}

.sec-area-home{
	position: relative;
	z-index:2;
	padding:110px 0 86px;
}

.sec-area-home .area_cont{
	margin-top: -220px;
	padding:28px 52px 40px;
}

.sec-area-home .ttl-01{
	font-size:2.4rem;
	margin-bottom: 30px
}

.sec-area-home .list-area_cont_name {
    font-size: 2.6rem;
    margin: 0.9em 0 0.5em;
}

.sec-area-home .list-area_cont_txt {
	margin-bottom: 10px;
}

.sec-area-home + .sec-support{
	z-index: 2;
}

.ttl-feature-04 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size:2.6rem;
	font-weight:bold;
	padding:62px 20px 62px;
	letter-spacing:0.05em;
}

.ttl-feature-04 .en{
	font-size:3em;
	margin:0 5px 0 10px;
	line-height: 1;
}

.ttl-feature-04 .ja{
	padding-top:10px;
}

.sec-feature-01,
.sec-feature-02,
.sec-feature-03,
.sec-feature-04{
	margin-bottom: 48px;
}

.feature_head {
	position: relative;
	z-index:0;
	padding:34px 20px 138px;
}

.feature_head:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(20,20,18,0.6);
}

.sec-feature-01 .feature_head {
	background:url(../img/top/bg_feature_01.jpg) no-repeat center;
	background-size:cover;
}

.feature_head .num {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	z-index:1;
	width:95px;
	height: 95px;
	margin:0 auto;
	font-size:1.8rem;
	letter-spacing:0.05em;
	background: #FFF;
	border:5px solid #C3DDDC;
	border-radius:50%;
	line-height: 1;
}

.feature_head .num .ja{
	padding-top: 5px;
	font-weight:bold;
}

.feature_head .num .en {
	display:block;
	font-size:2.77em;
}

.ttl-feature-main {
	position: relative;
	z-index:1;
	text-align: center;
	font-size:4.0rem;
	margin-top: 70px;
	line-height:1.375;
	letter-spacing:0.05em;
}

.btn-feature-open,
.btn-feature-close{
	display: block;
	text-align: center;
	font-size: 1.6rem;
	font-weight:bold;
	background:#FFF;
	cursor: pointer;
}

.btn-feature-open{
	position: absolute;
	z-index:1;
	bottom:0;
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 262px;
	padding:12px 20px 0;
}

.btn-feature-close{
	width: 194px;
	margin:63px auto 66px;
	padding:10px 20px 7px;
	border:2px solid #CECECE;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.btn-feature-open .ico:after,
.btn-feature-close .ico:before{
	content: "";
	display: block;
	width: 15px;
	height: 10px;
	margin:0 auto;
	background: url(../img/common/ico_arw_down_03_gr.svg) no-repeat;
	background-size: contain;
}

.btn-feature-open .ico:after{
	margin: 1px auto 0;
}

.btn-feature-close .ico:before{
	transform: rotateX(180deg);
}

.feature_cont {
	display:none;
	position: relative;
	z-index:0;
}

.feature_cont .block-area{
	position: relative;
	z-index:0;
	height: 475px;
}

.feature_cont .block-area .sec_inner{
	height:100%;
}

.ttl-feature-sub {
	text-align: center;
	font-size:2.9rem;
	padding:65px 20px 58px;
	line-height:1.57;
	letter-spacing:0.05em;
}

.ttl-feature-sub .is-red{
	font-size:1.24em;
}

.sec-feature-01 .ttl-feature-sub{
	line-height: 1.3;
}

.block-area_img {
	position: absolute;
	z-index: -1;
	top: 0;
	left:0;
	width:58.59%;
	height: 100%;
	background:url(../img/top/img_area.jpg) no-repeat center;
}

.block-area_detail {
	position: absolute;
	z-index: 0;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 54.85%;
	padding: 35px 32px 38px;
	background: #FFF;
}

.block-area_detail_inner .p-text{
	line-height: 1.875;
	margin-bottom: 20px;
}

.block-area_detail_inner:before{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: -9px;
	right:0;
	width: 102px;
	height: 9px;
	background: #43ADAC;
}

.block-area_detail .ttl-area {
	font-size:2.0rem;
	font-weight:bold;
	letter-spacing: 0.05em;
	font-weight:bold;
	line-height:1.68;
	letter-spacing:0.1em;
}

.block-area_detail ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.block-area_detail ul li {
	margin-right: 10px;
}

.block-area_detail ul li a {
	position: relative;
	z-index:0;
	font-size:1.6rem;
	font-weight:500;
	letter-spacing:0.05em;
	text-decoration: none;
}

.block-area_detail ul li a:before {
	content: ">";
}

.block-area_detail ul li a:hover {
	color:#43ADAC;
}

.sec-feature-02 .feature_head {
	background:url(../img/top/bg_feature_02.jpg) no-repeat center;
	background-size:cover;
}

.list-plan-home {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 968px;
	margin:-30px auto 24px;
}

.list-plan-home li {
	text-align: center;
	width: 30.99%;
	padding: 15px 0 0;
}

.list-plan-home li .inner{
	border: 1px solid #CECECE;
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.07);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.list-plan-home li:hover .inner {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.14);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.list-plan-home li:hover .btn-05 .ico:after {
    right: -5px;
}

.list-plan-home a {
	text-decoration: none;
}

.list-plan-home_area {
	font-size:2.0rem;
	font-weight:bold;
	margin-bottom: 8px;
}

.list-plan-home_img {
	width: 100%;
	height: 168px;
}

.list-plan-home_ttl {
	font-size:1.6rem;
	margin-top: 16px;
}

.list-plan-home_ttl .sub{
	display:block;
	font-weight:bold;
	margin-bottom: 5px;
	line-height: 1.4;
}

.list-plan-home_ttl .main{
	font-size:1.8em;
	letter-spacing:0.05em;
	line-height: 1.2;
}

.list-plan-home_scale {
	display:inline-block;
	font-size: 1.4rem;
	line-height: 29px;
	margin: 10px auto 18px;
	border-top: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
}

.list-plan-home_scale .ico {
    position: relative;
    z-index: 0;
    padding-left: 30px;
}

.list-plan-home_scale .ico::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-bottom: 4px;
    width: 20px;
    height: 22px;
    background: url(../img/common/ico_human_gly.svg) no-repeat;
    background-size: contain;
}

.list-plan-home .block-price {
	margin-bottom: 30px;
}

.sec-feature-03 .feature_head {
	background:url(../img/top/bg_feature_03.jpg) no-repeat center;
	background-size:cover;
}

.list-support-flow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width:calc(100% - 12px);
}

.list-support-flow > li{
	position: relative;
	z-index:0;
	width:33.33%;
}

.list-support-flow_ttl-main {
	position: relative;
	z-index:0;
	text-align: center;
	font-size:2.0rem;
	font-weight:bold;
	width:100%;
	padding:5px 60px 5px 20px;
	margin-bottom: 11px;
	color:#FFF;
	background:#43ADAC;
}



.list-support-flow_block{
	margin-right: 15px;
	/*height: 315px;*/
	height: 330px;
	padding:20px 4px 42px 3px;
	background:#F6F1E5;
}

.outer_block{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.outer_block .list-support-flow_block{
	width:45.65%;
}

.list-support-flow li:last-child .list-support-flow_block{
	margin-right: 0;
}

.list-support-flow_block_ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 47px;
	text-align: center;
	font-size:2.0rem;
	font-weight:bold;
	line-height:1.2;
	letter-spacing:0.05em;
}

.list-support-flow_block_img{
	text-align: center;
	margin:10px 0 18px;
}

.list-support-flow_block_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.list-support-flow li:nth-child(1) .list-support-flow_block_list li{
	width:100%;
}

.list-support-flow_block_list li {
	position: relative;
	z-index:0;
	font-size:1.4rem;
	line-height:1.57;
	width:100%;
	/*width:49%;*/
	padding-left: 16px;
	color: #444;
}

.list-support-flow_block_list li:before {
	content:"・";
	position: absolute;
	z-index:1;
	top:0;
	left:1px;
}

.sec-feature-04 .feature_head {
	background:url(../img/top/bg_feature_04.jpg) no-repeat center;
	background-size:cover;
}

.sec-feature-04 .text_inner{
	max-width: 868px;
	margin-top: -20px;
}

.sec-feature-04 .p-text{
	line-height: 1.875;
}

.block-plan-detail{
	margin-top: 40px;
	padding:25px 70px 20px;
	border:5px solid #C6E5E3;
}

.ttl-plan-detail{
	font-size:2.2rem;
	font-weight:bold;
	margin-bottom: 36px;
	letter-spacing:0.05em;
	line-height: 1.4;
}

.ttl-plan-detail .note{
	font-size:0.72em;
	font-weight:normal;
	letter-spacing:0.05em;
}

.sec-info-home{
	background: #FAFAFA;
}

.sec-about-home{
	padding:60px 0 80px;
}

.sec-about-home .ttl-02{
	letter-spacing: 0.05em;
}

.about-home_cont {
	position: relative;
	z-index:0;
	padding: 65px 0 0;
}

.about-home_cont_img {
	position: absolute;
	z-index:-1;
	top: 45px;
	right: 0;
	width:50%;
	height: 504px;
	background: url(../img/top/img_about.png) no-repeat center #ccc;
	background-size:cover;
}

.about-home_cont_txt {
	width:100%;
	max-width:560px;
}

.about-home_cont_txt h4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size:1.7rem;
	font-weight:bold;
	margin-top: 22px;
	width:100%;
	max-width: 536px;
	color: #222;
}

.about-home_cont_txt h4:before,
.about-home_cont_txt h4:after{
	content: "";
	display: block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 1px;
	background: #222;
}

.about-home_cont_txt h4:before {
	margin-right: .7em;
}

.about-home_cont_txt h4:after {
	margin-left: .7em;
}

.about-home_cont_txt h3 {
	font-size:2.8rem;
	margin-bottom: 15px;
	line-height:1.78;
	letter-spacing:0.05em;
}

.about-home_cont_txt .p-text {
	line-height: 2;
}

.block-support-home {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width:100%;
	max-width: 536px;
	padding:5px 0 20px;
	border-bottom:1px solid #222;
}

.block-support-home h5{
	font-size:1.5rem;
	font-weight:bold;
	margin-bottom:15px;
	color: #222;
}

.block-support-home .block-tel_phone {
	display:block;
	font-size:3.9rem;
	margin:-12px 0 5px;
	line-height: 1;
}

.block-support-home .block-tel_phone .ico{
	position: relative;
	z-index:0;
}

.block-support-home .block-tel_note {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.block-support-home .tag-free {
	width:78px;
	line-height: 20px;
	font-size:1.2rem;
	font-weight:bold;
	margin-right: 14px;
	color:#222;
	background: #FFF080;
	border-radius:21px;
}

.block-support-home .p-note {
	font-size:1.4rem;
	font-weight:bold;
}

.block-support-home .btn-support {
	display: block;
	text-align: center;
	position: relative;
	z-index:0;
	font-size: 1.4rem;
	font-weight:bold;
	width: 237px;
	background:#FFF;
	line-height: 50px;
	border:2px solid #CECECE;
	cursor: pointer;
	text-decoration: none;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.block-support-home .btn-support:hover {
	opacity: 0.7;
}

.block-support-home .btn-support:before,
.block-support-home .btn-support:after{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.block-support-home .btn-support:before{
	left: 16px;
	width: 19px;
	height: 15px;
	background: url(../img/common/ico_contact_01_gr.svg) no-repeat;
	background-size: contain;
}

.block-support-home .btn-support:after{
	right: 20px;
	width: 9px;
	height: 15px;
	background: url(../img/common/ico_arw_right_03_gr.svg) no-repeat;
}



@media screen and (min-width:769px) {
	.sec-swear-home .list-swear > li {
		width: auto;
	}
	.sec-swear-home .list-swear_ttl {
		font-size: 1.8rem;
		margin: 8px 0 0;
		line-height: 1.44;
	}
	.btn-reason-home{
		position: absolute;
		top:170px;
		right: 0;
	}
	.btn-reason-home:hover{
		opacity:0.7;
	}
	.block-plan-detail .list-plan-detail{
		margin:50px 0 0;
	}
	.block-plan-detail .list-plan-detail li{
		width: 10.9%;
	}
	.block-plan-detail .list-plan-detail li:not(:nth-child(8n-7)) {
		margin-left: 1.82%;
	}
	.list-support-flow > li:not(:last-child) .list-support-flow_ttl-main:before,
	.list-support-flow > li:not(:last-child) .list-support-flow_ttl-main:after{
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		right: 7px;
		width: 3px;
		height: 50%;
		background: #FFF;
	}

	.list-support-flow > li:not(:last-child) .list-support-flow_ttl-main:before{
		top: 0;
		-webkit-transform: skewX(32deg);
		transform: skewX(32deg);
	}

	.list-support-flow > li:not(:last-child) .list-support-flow_ttl-main:after{
		bottom: 0;
		-webkit-transform: skewX(-32deg);
		transform: skewX(-32deg);
	}

	.list-support-flow > li:last-child .list-support-flow_ttl-main:after {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top:0;
		right: -18px;
		width:18px;
		height: 100%;
		background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #43ADAC 50.5%) no-repeat top left/100% 50%,
		linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #43ADAC 50.5%) no-repeat bottom right/100% 50%;
	}
}

@media screen and (max-width:767px) {
	.sec-mv-home {
		height:auto;
		padding-top:0;
	}
	.mv-home_img{
		position: static;
		width:100%;
		height: 180px;
	}
	.mv-home_txt{
		max-width:100%;
		padding: 22px 20px 40px;
	}
	.mv-home_txt h2{
		font-size: calc(20 / 375 * 100vw);
    margin-bottom: 1.5em;
    line-height: 1.5em;
	}
  .mv-home_txt h2 .tax-in {
    font-size: 0.7em;
  }
  #title_nihonkazokusoukyoukai{
  	font-size: calc(24 / 375 * 100vw);
  	position: relative;
    top: 5px;
  }

	.sec-swear-home {
		margin-top: 0;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, transparent), color-stop(12%, #43ADAC));
		background: -o-linear-gradient(transparent 12%, #43ADAC 12%);
		background: linear-gradient(transparent 12%, #43ADAC 12%);
	}
	.btn-reason-home{
		display:block;
		font-size: calc(19 / 375 * 100vw);
		padding: 16px 18px;
		margin: 30px auto 0;
	}
	.btn-reason-home img{
		width:80%;
	}
	.sec-swear-home .list-swear {
		margin: 20px 0 0;
	}
	.sec-area-home {
		padding: 110px 0 40px;
	}
	.sec-area-home .ttl-01{
		font-size:1.8rem;
	}
	.sec-area-home .area_cont {
		padding: 28px 20px 40px;
	}
	.sec-area-home .list-area_cont_name {
		font-size: calc(24 / 375 * 100vw);
		margin:0.5em 0;
	}
	.sec-feature-01, .sec-feature-02, .sec-feature-03, .sec-feature-04 {
		margin-bottom: 30px;
	}
	.feature_head {
		padding: 30px 20px 80px;
	}
	.feature_head .num{
		font-size:1.6rem;
		width: 80px;
		height: 80px;
	}
	.feature_head .num .en {
		display: block;
		font-size: 2em;
	}
	.ttl-feature-04 {
		font-size: calc(20 / 375 * 100vw);
		padding: 20px 20px;
	}
	.ttl-feature-04 img{
		width:50%;
	}
	.ttl-feature-main{
		font-size: calc(24 / 375 * 100vw);
		margin-top: 25px;
	}
	.ttl-feature-sub {
		font-size: calc(20 / 375 * 100vw);
		padding:40px 20px 30px;
	}
	.btn-feature-open {
		width: 250px;
	}
	.feature_cont .block-area {
		height: auto;
	}
	.block-area_img {
		position: static;
		width: 100%;
		height: 180px;
	}
	.block-area_detail{
		position: static;
		width: 100%;
		transform: translateY(0);
		padding: 25px 0 0;
	}
	.btn-feature-close {
		margin: 30px auto 40px;
		padding: 10px 20px 7px;
	}
	.list-plan-home li {
		width:100%;
	}
	.list-plan-home li:not(:last-child) {
		margin-bottom: 20px;
	}
	.list-plan-home_area{
		font-size: calc(20 / 375 * 100vw);
	}
	.list-plan-home_ttl .main {
		font-size: calc(32 / 375 * 100vw);
	}
	.list-support-flow{
		width: 100%;
	}
	.list-support-flow > li {
		width: 100%;
	}
	.list-support-flow > li:not(:last-child) {
		margin-bottom: 30px;
	}
	.list-support-flow_ttl-main {
		font-size: calc(20 / 375 * 100vw);
		padding: 5px 20px 5px;
		margin-bottom: 20px;
	}
	.outer_block {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.outer_block .list-support-flow_block {
		width: 48%;
	}
	.list-support-flow_block {
		height: auto;
		margin-right: 0;
		padding: 20px 15px 30px;
	}
	.list-support-flow_block_ttl{
		font-size:1.8rem;
		height: auto;
	}
	.list-support-flow_block_list li{
		width:100%;
	}
	.about-home_cont {
		padding: 30px 0 0;
	}
	.block-plan-detail {
		padding: 25px 20px 0;
	}
	.ttl-plan-detail {
		margin-bottom: 20px;
	}
	.sec-about-home {
		padding: 30px 0 40px;
	}
	.about-home_cont_img {
		position: static;
		width: 100%;
		height: 180px;
	}
	.about-home_cont_txt {
		padding-top:20px;
	}
	.block-support-home .block-tel_phone {
		font-size: calc(40 / 375 * 100vw);
	}
	.about-home_cont_txt h3 {
		font-size: calc(20 / 375 * 100vw);
		line-height: 1.5;
	}
	.about-home_cont_txt h4{
		font-size: calc(18 / 375 * 100vw);
	}
	.block-support-home{
		padding:10px 0 30px;
	}
	.block-support-home h5{
		font-size: calc(19 / 375 * 100vw);
	}
	.block-support-home .block-tel{
		text-align: center;
		width:100%;
		margin-bottom: 20px
	}
	.block-support-home .block-tel_note{
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.block-support-home .tag-free {
		font-size:1.2rem;
	}
	.block-support-home .p-note {
		font-size:1.7rem;
	}
	.block-support-home .block-mail{
		width:100%;
	}
	.block-support-home .block-mail .btn-support{
		font-size:1.7rem;
		width:100%;
		margin:0 auto;
	}
}

@media screen and (max-width:320px) {
	.outer_block .list-support-flow_block{
		width:100%;
	}
	.outer_block .list-support-flow_block:nth-child(1){
		margin-bottom: 20px
	}

}
