﻿
@charset "utf-8";

/* ------------------------------------------------------
   common
------------------------------------------------------ */
@import url("https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css");

.pc{ display:block;}
.pcbr{display:inline;}
.sp,.spbr{  display: none!important;}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	min-height: 100%;
	position: relative;
}
body {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	min-width: 1014px;
}
a:link {
	color: #444;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #fba42a;
	text-decoration: none;
}
a:active {
	color: #fba42a;
	text-decoration: none;
}
/* other setting */
hr {display: none;}
sub, sup {
	position: relative;
	line-height: 0;
	font-size: 10px;
}
sup {top: 0em;}
sub {bottom: 0.3em; font-size: 0.4em;}
span img{ display: block;}
.small{ font-size: 12px; display: block;}
.underBold{ font-size: 22px; text-decoration: underline;}
.underLine{ text-decoration: underline;}
input{
    outline:none;
}

/* Float */
.floatL { float: left !important;}
.floatR { float: right !important;}
.noFloat { overflow: hidden !important;}

.readBlock {
	display: none;
}
::selection {
    background: #23a9db;
    color: #fff; 
}
::-moz-selection {
    background: #23a9db;
    color: #fff;
}
.smooth{
	transform: rotate(0.05deg);
    display: inline-block;
}
.inner{
	max-width: 980px;
	position: relative;
	margin: auto;
}
.flex{
	display: flex;
}
.txt_bold01{
	font-size: 20px;
	font-weight: bold;
	color: #ff0404;
}
.txt_bold01.mt10{
	display: inline-block;
	margin-top: 10px;
}
.ker{
	letter-spacing: -0.3px;
}
.home_logo{
	position: absolute;
	top: 38px;
	left: 31px;
}
/* ------------------------------------------------------
   clearfix
------------------------------------------------------ */
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
.clearfix{
	zoom: 1;
}
/* ------------------------------------------------------
   mv
------------------------------------------------------ */
.mv{
	width: 100%;
	height: 750px;
	background: url(../img/mv_bg_01.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
}
.mv_inner{
    height: 750px;
    background: url(../img/mv_bg_02.png) no-repeat;
    background-position: calc(50% + 111px) bottom;
    background-size: 1728px;
    background-attachment: scroll;
}
h1{
	max-width: 798px;
    margin: auto;
    padding: 63px 0 25px 0;
}
h1 img{
    width: 100%;
    line-height: 1;
	transform: translateX(-46px);
}
.mv_list{
	max-width: 980px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.mv_list li{
	width: 288px;
	min-height: 114px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.92);
	text-align: center;
	padding: 0 10px;
	position: relative;
	border: 3px solid rgba(223, 209, 92, 0.92);
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.6em;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
}
.mv_list li:nth-child(2n){
	margin: 0 19px;
}
.mv_list li:nth-child(5){
	margin-right: 20px;
}
.mv_list li:nth-child(n + 4){
	margin-top: 30px;
}
.mv_list li .keyword{
	line-height: 1.9em;
	letter-spacing: -0.2px;
}
.mv_list li:nth-child(2) .keyword{
	margin-top: 5px;
	letter-spacing: -1px;
}
.mv_list li:nth-child(3) .keyword{
	letter-spacing: 2px;
}
.mv_list li:nth-child(5) .keyword{
	line-height: 1.5em;
}
.mv_list li .keyword span{
	font-size: 26px;
	font-weight: bold;
	color: #025948;
}
.mv_list li:nth-child(5) .keyword span{
	display: inline-block;
	margin-top: 3px;
}
.mv_list li .point{
	position: absolute;
	top: -33px;
	left: -37px;
	width: 90px;
	height: 90px;
}
.mv_list li .point img{
	display: block;
	width: 100%;
}
/* ------------------------------------------------------
   sec01
------------------------------------------------------ */
.sec01{
	padding: 64px 0 0 0;
	background: #515d82 url(../img/sec01_bg_01.png) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
.sec01:before{
	content: '';
	width: 100%;
	height: 239px;
	position: absolute;
	background: url(../img/sec01_bg_02.png) repeat-x;
	top: 0;
}
.sec01 h2{
	line-height: 1;
	text-align: center;
	z-index: 10;
	position: relative;
}
.sec01 h2 span{
	display: inline-block;
    color: #fff;
    background: #000;
    padding: 13px 28px 12px 28px;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 1;
}
.sec01 ul{
	width: 867px;
	display: flex;
	margin: 0 auto 42px auto;
	justify-content: space-between;
	position: relative;
}
.sec01 ul:after{
	content: '';
    width: 250px;
    height: 358px;
    background: url(../img/sec01_img_01.png) no-repeat;
    position: absolute;
	bottom: -42px;
	right: -298px;
}
.sec01 ul li{
	width: 286px;
	height: 276px;
}
.sec01 ul li img{
	width: 100%;
	display: block;
}
.there {
	position: relative;
	height: 140px;
	text-align: center;
	color: #fff;
	font-size: 49px;
	font-weight: bold;
	text-indent: 28px;
	line-height: 102px;
	text-shadow: 1px 0px 0px #25376d, 0px 1px 0px #25376d, -1px 0px 0px #25376d, 0px -1px 0px #25376d;
}
.there .there_l{
	width: calc(50% - 250px);
	height: 140px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/body_bg.jpg) center /100% auto no-repeat;
}
.there .there_r{
	width: calc(50% - 250px);
	height: 140px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/body_bg.jpg) center /100% auto no-repeat;
}
.there .there_l:after{
	content: '';
	background: url(../img/sec01_there_l.png) no-repeat;
	background-size: 100%;
	width: 250px;
	height: 140px;
	position: absolute;
	bottom: 0;
	right: -249px;
}
.there .there_r:before{
	content: '';
	background: url(../img/sec01_there_r.png) no-repeat;
	background-size: 100%;
	width: 250px;
	height: 140px;
	position: absolute;
	bottom: 0;
	left: -250px;
}

/* ------------------------------------------------------
   sec02
------------------------------------------------------ */
.sec02{
	background: url(../img/body_bg.jpg);
	padding: 24px 0 144px 0;
}
.sec02 img{
	display: block;
	width: 100%;
}
.sec02 h2{
	line-height: 1;
	text-align: center;
	margin-bottom: 10px;
}
.sec02 h2 img{
	width: auto;
	display: inline;
}
.sec02 h3{
	font-size: 36px;
	padding-left: 165px;
	color: #025948;
	font-weight: bold;
	position: relative;
    line-height: 1.3em;
    margin-bottom: 31px;
	letter-spacing: 1px;
}
.sec02 h3.mb0{
	margin-bottom: 0;
}
.sec02 h3 .num {
	position: absolute;
	width: 172px;
	height: 172px;
	left: -14px;
	top: -68px;
}
.sec02 h4{
	font-size: 25px;
	font-weight: bold;
	color: #025948;
	text-align: center;
	margin-bottom: 22px;
	width: 100%;
	letter-spacing: 1px;
}
.sec02 h4 span{
	background: linear-gradient(transparent 60%, #fff77f 60%);
}
.relief_box{
	max-width: 880px;
	padding: 41px 45px 45px 45px;
	margin: 0 auto 50px auto;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
	border: 5px solid #025948;
	border-radius: 10px;
	background: url(../img/sec02_bg_01.png);
}
.relief_box .txt{
	margin: 22px 0 29px 0;
	line-height: 1.6em;
	font-size: 16px;
}
.relief_box .txt.little_marg{
	margin: 22px 0 24px 0;
}
.sec02 .relief_box figure.mainimg img{
	width: auto;
}
ul.check{
	display: flex;
	justify-content: space-between;
	margin-bottom: 36px;
}
ul.check li {
	width: 353px;
	background: #ff9c00;
	border-radius: 50px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	padding-left: 62px;
	position: relative;
	line-height: 1.6em;
	display: flex;
	align-items: center;
	border-left: 15px solid #ff9c00;
	border-top: 11px solid #ff9c00;
	border-bottom: 11px solid #ff9c00;
}
ul.check li:before{
    content: '';
    position: absolute;
    top: -1px;
    left: -4px;
    width: 57px;
    height: 50px;
    background: url(../img/ico_check.png) center /100% auto no-repeat;
}
.dia{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.dia .right_img{
	position: relative;
}
.dia .right_img figure{
	max-width: 490px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.dia .right_img .figure_img{
	position: absolute;
	top: -43px;
	right: -23px;
	width: 142px;
	height: 74px;
}
.step_list{
	width: 360px;
}
.step_list li{
	background: #1b71b4;
	color: #fff;
	text-align: center;
	height: 73px;
	font-size: 28px;
	font-weight: bold;
	line-height: 80px;
	position: relative;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
}
.step_list li:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 27px 36px 0 36px;
	border-color: #1b71b4 transparent transparent transparent;
	position: absolute;
	bottom: -27px;
	left: calc(50% - 36px);
}
.step_list li:last-child:after{
	display: none;
}
.step_list li + li{
	margin-top: 47px;
}
.step_list li img{
	position: absolute;
	top: -17px;
	left: -15px;
	width: 99px;
	height: 44px;
}
figure.ballon_list{
	max-width: 654px;
	margin: auto;
}
.dotted_box{
	border: 2px dotted #000;
	padding: 30px;
}
.dotted_box.flex{
	flex-wrap: wrap;
	justify-content: space-between;
}
.slide{
	max-width: 490px;
	width: 100%;
}
.right_txt {
    width: 300px;
	font-size: 16px;
}
.right_txt .note{
	display: block;
	font-size: 11px;
	margin-top: 15px;
	position: relative;
	padding-left: 15px;
}
.right_txt .note:before{
	content: "※";
	position: absolute;
	top: 0;
	left: 2px;
	font-size: 11px;
}
.dotted_box ul.flex{
	margin-top: 26px;
	justify-content: space-between;
}
.dotted_box ul.flex li{
	width: 260px;
}
.bgphoto{
	background: url(../img/sec02_img_09.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 30px 0;
}
.bgphoto figure{
	max-width: 608px;
	margin: auto;
	transform: translateX(-7px);
}

/* ------------------------------------------------------
   sec03
------------------------------------------------------ */
.sec03{
	background: url(../img/body_bg.jpg);
	padding-bottom: 140px;
}
.sec03 h2{
	line-height: 1;
	text-align: center;
	text-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	background: url(../img/sec03_h2_bg.png);
	padding: 36px 0 74px;
	position: relative;
	margin-bottom: 30px;
	letter-spacing: 4px;
}
.sec03 h2 .h2_l{
	width: calc(50% - 32px);
	height: 36px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/body_bg.jpg);
}
.sec03 h2 .h2_r{
	width: calc(50% - 32px);
	height: 36px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/body_bg.jpg);
}
.sec03 h2 .h2_l:after{
	content: '';
	background: url(../img/sec03_h2_l.png) no-repeat;
	background-size: 100%;
	width: 32px;
	height: 36px;
	position: absolute;
	bottom: 0;
	right: -32px;
}
.sec03 h2 .h2_r:before{
	content: '';
	background: url(../img/sec03_h2_r.png) no-repeat;
	background-size: 100%;
	width: 32px;
	height: 36px;
	position: absolute;
	bottom: 0;
	left: -32px;
}
.pref_box{
	max-width: 1014px;
	margin: 0 auto 40px auto;
	position: relative;
}
.pref_box:before{
	content: '';
	background: url(../img/sec03_bg_01.png) no-repeat;
	width: 100%;
	background-position: center;
	max-width: 1014px;
	height: 158px;
	position: absolute;
}
.pref_box h3{
	position: absolute;
	top: 108px;
	text-align: center;
	font-size: 36px;
	color: #ffa200;
	width: 100%;
	font-weight: bold;
	line-height: 1.3em;
	z-index: 10;
}
.pref_inner{
	max-width: 980px;
	margin: auto;
	padding-top: 158px;
}
.pref_white{
	padding: 0 30px 30px 30px;
	box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.2);
	background: #fff;
	overflow: hidden;
	border-bottom: 20px solid #ffa200;
	display: flex;
	justify-content: space-between;
}
.left_bottom figure:before{
    content: "";
    top: 0;
    left: 0;
    border-bottom: 83px solid transparent;
    border-left: 83px solid rgba(37, 55, 109, 0.8);
    position: absolute;
    z-index: 100;
}
.left_bottom figure:after{
	content: "before";
	display: block;
	top: 18px;
	left: 0px;
	color: #fff;
	position: absolute;
	z-index: 101;
	font-size: 16px;
	letter-spacing: 1px;
	transform: rotate(-45deg);
	font-weight: bold;
}
.pref_white img{
	display: block;
	width: 100%;
	position: relative;
}
.left_area,.right_area{
	margin-top: 63px;
}
.left_area{
	width: 330px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	position: relative;
}
.left_top{
	width: 330px;
	min-height: 140px;
	background: #f6f6f6;
	border-radius: 10px;
}
.left_top dl{
	border: 2px solid #333;
	border-radius: 10px;
	display: flex;
	text-align: center;
	height: 32px;
	line-height: 35px;
	font-size: 20px;
	font-weight: bold;
}
.left_top dl dt{
	background: #333;
	color: #fff;
	width: 50%;
	font-size: 16px;
	border-radius: 6px 0 0 6px;
}
.left_top dl dd{
	width: 50%;
	background: #fff;
	border-radius: 0 9px 9px 0;
}
.left_top ul{
	display: flex;
	margin: 15px;
	margin: 16px 11px 0 11px;
}
.left_top ul li{
	position: relative;
	background: #025948;
	color: #fff;
	padding: 0 15px 0 33px;
	border-radius: 30px;
	font-size: 16px;
	height: 30px;
	line-height: 32px;
}
.left_top ul li + li{
	margin-left: 10px;
}
.left_top ul li:before{
	content: '';
	display: block;
	box-sizing: border-box;
	width: 13px;
	height: 8px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-35deg);
	position: absolute;
	top: 7px;
	left: 10px;
}
.left_bottom{
	position: relative;
}
.left_bottom:after{
	content: '';
	width: 73px;
	height: 140px;
	position: absolute;
	right: -49px;
	bottom: calc(50% - 76px);
	background: url(../img/sec03_arrow.png) center bottom /100% auto no-repeat;
	z-index: 10;
}
.left_bottom p{
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	padding: 5px 14px 3px 14px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 17px;
}
.right_area{
	max-width: 570px;
	position: relative;
}
.right_area figure:before{
    content: "";
    top: 0;
    left: 0;
    border-bottom: 104px solid transparent;
    border-left: 104px solid rgba(255, 61, 61, 0.8);
    position: absolute;
    z-index: 100;
}
.right_area figure:after{
	content: "after";
	display: block;
	top: 17px;
	left: 2px;
	color: #fff;
	position: absolute;
	z-index: 101;
	font-size: 24px;
	transform: rotate(-45deg);
	font-weight: bold;
	letter-spacing: 1px;
}
.comment{
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(255, 156, 0, 0.8);
	width: 280px;
	text-align: center;
}
.comment .period{
	background: #fff;
	border-radius: 20px;
	width: 200px;
	margin: 13px auto 0 auto;
	font-size: 12px;
	padding: 7px 0 5px 0;
	line-height: 1;
}
.comment .period span.week{
	font-size: 12px;
	color: #ffa200;
	display: inline-block;
	font-weight: bold;
	width: 54px;
}
.comment .period span.three{
	font-size: 14px;
}
.comment .price{
	color: #fff;
	margin-top: 2px;
}
.comment .price .txt_large03{
	font-size: 22px;
	font-weight: bold;
	margin-right: -5px;
}
.comment .price .txt_large04{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-left: -4px;
}
/* ------------------------------------------------------
   cv
------------------------------------------------------ */
.cv{
	padding-bottom: 35px;
}
.cv h2{
	position: absolute;
	top: -12px;
	left: -5px;
}
.cv_last h2{
	top: -84px;
}
.sales{
	position: absolute;
    width: 164px;
    height: 164px;
    right: 54px;
    top: 30px;
}
.cv_last .sales{
	top: -42px;
}
.sales img{
	width: 100%;
}
.kw_list{
    display: flex;
    margin: 0 auto 6px;
    padding-top: 145px;
    max-width: 550px;
    justify-content: space-between;
}
.cv_last .kw_list{
	padding-top: 73px;
}
.kw_list li{
	width: calc(31% - 38px);
	background: #ff9c00;
	border: 5px solid #ff9c00;
	border-radius: 30px;
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	padding-left: 35px;
	position: relative;
	height: 30px;
	line-height: 32px;
	text-indent: -11px;
}
.kw_list li:before{
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	width: 35px;
	height: 34px;
	background: url(../img/ico_check.png) center /100% auto no-repeat;
}
.kw_list li:nth-child(2){
	font-size: 17px;
	text-indent: -10px;
	letter-spacing: 0;
}
.cv h3{
	max-width: 880px;
	margin: 0 auto 20px auto;
	line-height: 1;
}
.btn_area{
	display: flex;
	max-width: 980px;
	margin: 0 auto 15px;
	justify-content: space-between;
	line-height: 1;
}
.btn_area li img{
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}
.btn_area a:hover{
	opacity: 0.7;
}
.cap{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	padding-left: 10px;
}
.cap span{
	display: inline-block;
	padding-top: 5px;
}
.cap img{
	margin-right: 20px;
}
/* ------------------------------------------------------
   footer
------------------------------------------------------ */
footer{
	background: url(../img/body_bg.jpg);
	font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
	height: 50px;
}
/* ------------------------------------------------------
   sp 770以下
------------------------------------------------------ */
@media screen and (max-width: 770px) {
	/* ------------------------------------------------------
   		common
	------------------------------------------------------ */
	body{
		min-width: 320px;
		overflow-x: hidden;
	}
	.pc,.pcbr{
		display:none !important;
	}
	.sp{
		display:block!important;
	}
	.spbr{
		display:inline!important;
	}
	.inner{
		width: auto;
		margin: 0 5%;
	}
	.home_logo{
		position: absolute;
		top: 15px;
		left: 10px;
	}
	.home_logo img{
		width: 120px;
	}
	/* ------------------------------------------------------
   		mv
	------------------------------------------------------ */
	.mv{
	    height: auto;
		overflow: hidden;
	}
	h1{
		width: 92%;
		margin: 4vw auto;
		padding-top: 40px;
		padding-bottom: 0;
	}
	h1 img{
	    transform: translateX(0px);
	}
	.mv_inner {
		height: auto;
		overflow: hidden;
		background: url(../img/mv_bg_02_sp.png) no-repeat;
		background-size: 650px;
		background-attachment: scroll;
		width: 100%;
		background-position: 80% bottom;
	}
	.mv_list {
		width: 68%;
		max-width: 980px;
		margin: 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding: 0 5% 30px 16%;
	}
	.mv_list li {
		box-sizing: border-box;
		width: 100%;
		min-height: 52px;
		padding: 10px 10px 10px 20px;
		display: flex;
		margin: 5px 0 0 0;
		align-items: center;
		justify-content: center;
		background: rgba(255, 255, 255, 0.92);
		text-align: center;
		position: relative;
		border: 3px solid rgba(223, 209, 92, 0.92);
		font-weight: bold;
		letter-spacing: -1px;
		line-height: 1.6em;
		box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
		font-size: 12px;
	}
	.mv_list li:nth-child(2n),.mv_list li:nth-child(n + 4){
		margin: 16px 0 0 0;
	}
	.mv_list li + li{
		margin: 18px 0 0 0;
	}
	.mv_list li .point {
		top: -19px;
		left: -24px;
		width: 53px;
		height: 53px;
		font-size: 9px;
	}
	.mv_list li .point span{
		font-size: 23px;
	}
	.mv_list li .keyword {
		line-height: 1.6em;
	}
	.mv_list li:nth-child(3) .keyword {
		letter-spacing: normal;
	}
	.mv_list li .keyword span {
		font-size: 20px;
	}
	/* ------------------------------------------------------
   		sec01
	------------------------------------------------------ */
	.sec01 h2{
		margin: 0 5% 30px 5%;
	}
	.sec01 h2 span{
		font-size: 14px;
		letter-spacing: 2px;
	    margin-bottom: 10px;
	}
	.sec01 h2 img{
		width: 100%;
		display: block;
	}
	.sec01 ul {
		width: 90%;
		flex-wrap: wrap;
		justify-content: center;
	}
	.sec01 ul li {
		width: 25%;
		height: 21vw;
		position: relative;
	}
	.there {
		position: relative;
		height: 70px;
		text-align: center;
		color: #fff;
		font-size: 28px;
		font-weight: bold;
		text-indent: 6px;
	    line-height: 52px;
	}
	.there .there_l{
		width: calc(50% - 125px);
		height: 70px;
		position: absolute;
		bottom: 0;
		left: 0;
		background: url(../img/body_bg.jpg) center /100% auto no-repeat;
	}
	.there .there_r{
		width: calc(50% - 125px);
		height: 70px;
		position: absolute;
		bottom: 0;
		right: 0;
		background: url(../img/body_bg.jpg) center /100% auto no-repeat;
	}
	.there .there_l:after{
		content: '';
		background: url(../img/sec01_there_l.png) no-repeat;
		background-size: 100%;
		width: 125px;
		height: 70px;
		position: absolute;
		bottom: 0;
		right: -124px;
	}
	.there .there_r:before {
		content: '';
		background: url(../img/sec01_there_r.png) no-repeat;
		background-size: 100%;
		width: 125px;
		height: 70px;
		position: absolute;
		bottom: 0;
		left: -125px;
	}
	.sec01 ul:after {
		content: '';
		width: 125px;
		height: 179px;
		background: url(../img/sec01_img_01.png) no-repeat;
		position: absolute;
		bottom: -82px;
		right: -33px;
		background-size: 100%;
	}
	/* ------------------------------------------------------
   		sec02
	------------------------------------------------------ */
	.sec02{
		padding-bottom: 50px;
	}
	.sec02 h2{
		width: 90%;
		max-width: 500px;
		margin: 0 auto 30px auto;
	}
	.sec02 h2 img{
		display: block;
		width: 100%;
	}
	.sec02 h3 {
		font-size: 20px;
		padding: 0 0 0 50px;
	}
	.sec02 h3 .num {
		position: absolute;
		width: 86px;
		height: 86px;
		left: -36px;
		top: -47px;
		color: #fff;
		font-size: 55px;
		display: block;
		background: url(../img/sec02_ballon_01.png) no-repeat;
		text-align: center;
		line-height: 87px;
		text-indent: 20px;
		background-size: 100%;
	}
	.sec02 h4{
		font-size: 20px;
		line-height: 1.3em;
	}
	.relief_box{
		padding: 20px 5% 30px 5%;
		margin: 0 5% 40px 5%;
	}
	.relief_box figure.flex{
		display: block;
	}
	.sec02 .relief_box figure.mainimg img{
		width: 100%;
	}
	.txt_bold01 {
    	font-size: 17px;
	}
	.slide{
		max-width: unset;
	}
	.right_txt{
		width: 100%;
	    margin-top: 64px;
	}
	ul.check{
		flex-wrap: wrap;
	}
	ul.check li {
		width: 100%;
		background: #ff9c00;
		border: 10px solid #ff9c00;
		border-radius: 30px;
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 1px;
		text-align: left;
		padding-left: 55px;
		position: relative;
		line-height: 1.3em;
		display: flex;
		align-items: center;
		min-height: 35px;
	}
	ul.check li + li{
		margin-top: 10px;
	}
	ul.check li:before {
		content: '';
		position: absolute;
		top: -3px;
		left: -3px;
		width: 48px;
		height: 42px;
		background: url(../img/ico_check.png) center /100% auto no-repeat;
	}
	.dia{
		flex-wrap: wrap;
	}
	.step_list{
		width: 100%;
		margin-bottom: 10px;
	}
	.step_list li{
		font-size: 20px;
		height: 50px;
		line-height: 56px;
	}
	.step_list li + li {
		margin-top: 30px;
	}
	.step_list li:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 18px 0 18px;
		border-color: #1b71b4 transparent transparent transparent;
		position: absolute;
		bottom: -20px;
		left: calc(50% - 18px);
	}
	.step_list li img {
		position: absolute;
		top: -17px;
		left: -15px;
		width: 80px;
		height: 35px;
	}
	.dia figure{
		margin-top: 30px;
		max-width: none;
	}
	.dia .right_img .figure_img {
		position: absolute;
		top: 9px;
		right: -13px;
		width: 95px;
		height: 49px;
	}
	.dotted_box{
		padding: 15px 5%;
	}
	.bgphoto figure{
		transform: translateX(0px);
	}
	.bgphoto img{
		width: 90%;
		margin: auto;
		max-width: 400px;
	}
	/* ------------------------------------------------------
   		sec03
	------------------------------------------------------ */
	.sec03{
		padding-bottom: 90px;
	}
	.sec03 h2{
		font-size: 30px;
		top: 0;
		margin-bottom: 20px;
	}
	.pref_box{
		margin: 0 5% 20px 5%;
	}
	.pref_box h3{
		font-size: 23px;
		top: 100px;
	}
	.pref_white{
		flex-wrap: wrap;
		padding: 0 5% 20px 5%;
		border-bottom: 10px solid #ffa200;
	}
	.left_area{
		width: 100%;
	    margin-top: 20px;
	}
	.left_top {
		width: 100%;
		min-height: 100px;
		margin-bottom: 10px;
	}
	.left_top ul li:before {
		content: '';
		display: block;
		box-sizing: border-box;
		width: 13px;
		height: 8px;
		border-left: 3px solid #fff;
		border-bottom: 3px solid #fff;
		transform: rotate(-45deg);
		position: absolute;
		top: 6px;
		left: 10px;
	}
	.left_bottom,.right_area{
		width: 100%;
	}
	.left_bottom p {
		padding: 3px 6px;
		font-size: 11px;
	}
	.left_bottom:after {
		content: '';
		width: 73px;
		height: 140px;
		position: absolute;
		right: calc(50% - 36px);
		bottom: -80px;
		background: url(../img/sec03_arrow.png) center bottom /100% auto no-repeat;
		transform: rotate(90deg);
	}
	.right_area {
	    margin-top: 30px;
		max-width: unset;
	}
	.comment{
		position: relative;
		width: 100%;
	    padding: 5px 0 10px 0;
	}
	.comment .price .txt_large04 {
    	font-size: 28px;
	}
	/* ------------------------------------------------------
   		cv
	------------------------------------------------------ */
	.cv img{
		width: 100%;
		display: block;
	}
	.cv_last h2 {
		top: -40px;
	}
	.cv .sales {
		top: 120px;
		right: -10px;
		width: 135px;
		height: 135px;
	}
	.cv_last .sales {
		top: 100px;
	}
	.cv h3 {
		max-width: 880px;
		margin: 30px auto 20px auto;
		line-height: 1;
	}
	.btn_area li{
		width: 48%;
	}
	.kw_list{
		flex-wrap: wrap;
		padding-top: 200px;
		margin: 0;
	    width: calc(100% - 150px);
	}
	.cv_last .kw_list{
		padding-top: 170px;
	}
	.kw_list li {
		width: 23%;
		background: #ff9c00;
		border: 5px solid #ff9c00;
		border-radius: 30px;
		color: #fff;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 2px;
		text-align: center;
		padding-left: 35px;
		position: relative;
		height: 30px;
		line-height: 34px;
	}
	.tel_link{
		margin-bottom: 10px;
	}
	.cap img{
		width: 50px;
	}
	.cap span{
		line-height: 1.3em;
		font-size: 12px;
	}

}
/* ------------------------------------------------------
   sp 690以下
------------------------------------------------------ */
@media screen and (max-width: 690px) {
	.kw_list{
		flex-wrap: wrap;
	}
	.kw_list li{
		width: 100%;
		margin-top: 10px;
	}
	.cv .sales{
		top: 150px;
	}
}
/* ------------------------------------------------------
   sp 640以下
------------------------------------------------------ */
@media screen and (max-width: 640px) {
	.mv_list li{
		padding: 6px 10px 6px 20px;
		font-size: 12px;
	}
	.mv_list li .keyword span{
		font-size: 16px;
	}
	.sec01 ul li {
		width: 50%;
		height: 41vw;
		position: relative;
	}
	.btn_area{
		flex-wrap: wrap;
	}
	.btn_area li{
		width: 100%;
	}
	.kw_list,.cv_last .kw_list{
		padding-top: 24vw;
	}
}
/* ------------------------------------------------------
   sp 520以下
------------------------------------------------------ */
@media screen and (max-width: 520px) {
	.kw_list{
		padding-top: 24vw;
		width: calc(100% - 130px);
	}
	.cv_last .kw_list{
		padding-top: 19vw;
		width: calc(100% - 130px);
	}
	.cv .sales {
		top: 100px;
	}
}
/* ------------------------------------------------------
   sp 350以下
------------------------------------------------------ */
@media screen and (max-width: 350px) {
	.sec01 h2 span{
		font-size: 13px;
	}
	/* ------------------------------------------------------
	   sec02
	------------------------------------------------------ */
	ul.check li {
		font-size: 12px;
	}
	ul.check li:before {
		content: '';
		position: absolute;
		top: -5px;
		left: -3px;
		width: 42px;
		height: 42px;
		background: url(../img/ico_check.png) center /100% auto no-repeat;
	}
	/* ------------------------------------------------------
	   sec03
	------------------------------------------------------ */
	.left_top ul li {
		padding: 2px 9px 1px 30px;
		font-size: 13px;
	}
	.left_bottom:after {
		content: '';
		width: 58px;
		height: 106px;
		position: absolute;
		right: calc(50% - 29px);
		bottom: -61px;
		background: url(../img/sec03_arrow.png) center bottom /100% auto no-repeat;
		transform: rotate(90deg);
	}
	/* ------------------------------------------------------
	   cv
	------------------------------------------------------ */
	.kw_list{
		width: calc(100% - 110px);
		padding-top: 23vw;
	}
	.cv_last .kw_list{
		width: calc(100% - 110px);
		padding-top: 17vw;
	}
	.kw_list li{
		font-size: 14px;
	}
	.kw_list li:nth-child(2){
		font-size: 14px;
	}
	.cv .sales {
		width: 110px;
		height: 110px;
	}
}



