@charset "utf-8";

/* ------------------------------------------------------
   common
------------------------------------------------------ */
@import url("https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");

*{
	box-sizing: border-box;
}
.pc{ display:block;}
.sp{ display: none;}
.pc-inline{
	display:inline;
}

.sp-inline{
	display:none;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	min-height: 100%;
	position: relative;
}

body {
	font-size: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.8;
	color: #042f38;
	overflow-x: hidden;
}

a:link {
	color: #042f38;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #042f38;
	text-decoration: none;
}
a:hover {
	color: #042f38;
	text-decoration: none;
}
a:active {
	color: #042f38;
	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;
}
img{
	max-width: 100%;
	vertical-align: bottom;
}
.inner{
	max-width: 980px;
	width: 90%;
	margin: auto;
	position: relative;
}
p{
	font-size: 1.4em;
}
.mr5{
	margin-right: 5px;
}
/* ------------------------------------------------------
   common
------------------------------------------------------ */
.tit_01{
	font-size: 4.2em;
	text-align: center;
	font-weight: 700;
	line-height: 1.5em;
}
.tit_01.tit_border{
	padding-bottom: 20px;
	position: relative;
}
.tit_01.tit_border:before{
	content: '';
	display: block;
	width: 135px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 67px);
	background: #14baf8;
}
.tit_01 span.t_blue{
	color: #14baf8;
}




/* ------------------------------------------------------
   mv
------------------------------------------------------ */
.mv{
	border: 20px solid #fff;
	height: 649px;
	position: relative;
	background: url(../img/mv.jpg) center center/cover no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 90px;
}
.mv .logo{
	width: 229px;
	position: absolute;
	top: 0px;
    left: 0px;
}
.mv .inner{
	margin: 0;
	transform: scale(0.9);
}
h1{
	text-align: center;
}
h1 .txt_red{
	display: inline-block;
    color: #fff;
    font-weight: 500;
    background: #f43b45;
    border-radius: 15px;
    font-size: 1.6em;
    margin-bottom: 10px;
    padding: 1px 30px 3px 30px;
    letter-spacing: 0.1em;
}
h1 .txt_white{
	font-size: 3.2em;
	color: #042f38;
	display: block;
	width: 100%;
	font-weight: 500;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
}
h1 .txt_main{
	font-size: 6.4em;
	display: inline-block;
	background: #042f38;
	color: #fff;
	line-height: 1;
	padding: 18px 40px 20px 40px;
	margin-bottom: 24px;
	font-weight: 500;
}
.mv_copy{
	color: #042f38;
    font-size: 2.6em;
    line-height: 1.5em;
    font-weight: 500;
    margin-bottom: 34px;
    letter-spacing: 0.02em;
	text-align: center;
}
.mv_copy span{
	font-size: 1.3em;
	font-weight: 700;
}
.mv_list{
	height: 164px;
	max-width: 626px;
	margin: 0 auto 24px auto;
	display: flex;
	justify-content: center;
	padding: 0 60px;
	position: relative;
}
.mv_list:before{
	content: '';
	width: 32px;
	height: 148px;
	border-top: 8px solid #14baf8;
	border-left: 8px solid #14baf8;
	border-bottom: 8px solid #14baf8;
	position: absolute;
	left: 0;
}
.mv_list:after{
	content: '';
	width: 32px;
	height: 148px;
	border-top: 8px solid #14baf8;
	border-right: 8px solid #14baf8;
	border-bottom: 8px solid #14baf8;
	position: absolute;
	right: 0;
}
.mv_list li{
	width: 130px;
	height: 130px;
	margin-top: 20px;
	border-radius: 50%;
	background: #fff;
	position: relative;
}
.mv_list li + li{
	margin-left: 63px;
}
.mv_list li + li:before{
	content: '';
	width: 63px;
	height: 8px;
	position: absolute;
	left: -63px;
	top: calc(50% - 4px);
	background: #14baf8;
}
.mv_list li > i{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 36px;
	height: 36px;
	color: #fff;
	background: #14baf8;
	border-radius: 50%;
	font-size: 1.8em;
	left: -5px;
	font-family: azo-sans-web, sans-serif;
	font-weight: 700;
}
.mv_list li span{
	font-size: 1.4em;
	width: 100%;
	line-height: 1.2em;
	position: absolute;
	text-align: center;
	font-weight: 500;
}
.mv_list li span.ico_01{
	bottom: 20px;
}
.mv_list li span.ico_02{
	bottom: 30px;
}
.mv_list li span.ico_03{
	bottom: 30px;
}
.mv_list li span.ico_01 i{
	display: block;
	width: 45px;
	height: 44px;
	background: url(../img/ico_01.png) center bottom /100% auto no-repeat;
	margin: 0 auto 10px auto;
}
.mv_list li span.ico_02 i{
	display: block;
	width: 45px;
	height: 46px;
	background: url(../img/ico_02.png) center bottom /100% auto no-repeat;
	margin: 0 auto 12px auto;
}
.mv_list li span.ico_03 i{
	display: block;
	width: 21px;
	height: 47px;
	background: url(../img/ico_03.png) center bottom /100% auto no-repeat;
	margin: 0 auto 10px auto;
}
.support{
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 1.7em;
}
.support span{
	display: inline-block;
	background: #14baf8;
	padding: 5px 32px;
	border-radius: 20px;
}



/* ------------------------------------------------------
   sec_01
------------------------------------------------------ */
.sec_01{
    padding-bottom: 250px;
    background: url(../img/nayami_img_03.png) center bottom /695px 250px no-repeat;
}
.sec_01 h2{
    margin-bottom: -35px;
    font-weight: 700;
	letter-spacing: -0.05em;
	position: relative;
}
.sec_01 h2 .want{
	display: block;
	margin-bottom: 15px;
}
.sec_01 h2 i{
	display: block;
	width: 5px;
	height: 5px;
	background: #042d38;
	border-radius: 50%;
	margin: 8px auto;
}
.sec_01 h2 > i:first-child{
	margin-top: 15px;
}
.sec_01 h2 .t_blue{
	font-size: 1.2em;
}
.sec_01 h2 .demo {
    font-size: 0.7em;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -60px;
}
.voice{
	display: flex;
	justify-content: center;
	color: #fff;
    margin-top: 55px;
}
.sec_01 .txt_01{
	width: 300px;
	height: 274px;
	position: relative;
	background: url(../img/nayami_01.png) center center/274px auto no-repeat;
	margin: 0 45px 0 0;
}
.sec_01 .txt_01:before{
	content: '';
	display: block;
	width: 139px;
	height: 85px;
	background: url(../img/nayami_01_deco.png) center center/139px auto no-repeat;
	position: absolute;
	bottom: -36px;
    left: -110px;
}
.sec_01 .txt_02{
	width: 300px;
	height: 280px;
	position: relative;
	background: url(../img/nayami_02.png) center center /280px auto no-repeat;
	margin: 30px 0 0 0;
}
.sec_01 .txt_02:before{
    content: '';
    display: block;
    width: 151px;
    height: 91px;
    background: url(../img/nayami_02_deco.png) center center/151px auto no-repeat;
    position: absolute;
    top: -23px;
    right: -125px;
}
.sec_01 .voice_want{
	display: inline-block;
	text-align: center;
	position: absolute;
	background: #14baf8;
	border-radius: 20px;
	padding: 2px 10px;
	font-size: 1.6em;
	top: 60px;
	right: 0;
	left: 0;
	margin: auto;
	font-weight: 500;
}
.sec_01 .txt_02 .voice_want {
    width: calc(100% - 30px);
}
.sec_01 .voice_large{
    font-size: 3.6em;
    font-weight: 700;
    position: absolute;
    top: 115px;
    line-height: 1.2em;
    text-align: center;
    width: 100%;
}
.sec_01 .voice_not{
	position: absolute;
	bottom: 50px;
	font-size: 1.8em;
	width: 100%;
	text-align: center;
	display: block;
    line-height: 1.3em;
    font-weight: 500;
}
.sec_01 .txt_02 .voice_not{
	bottom: 45px;
}
.sec_01 .balloon{
    width: 725px;
    padding: 30px 32px;
    background: #fff;
    font-size: 1.8em;
    border-radius: 5px;
    border: 2px dotted #042d38;
    text-align: center;
    position: absolute;
    bottom: -306px;
    left: calc(50% - 362.5px);
    z-index: 2;
    line-height: 1.5em;
    font-weight: 400;
	letter-spacing: -0.05em;
}
.sec_01 .balloon:after{
	content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 40px 0 40px;
    border-color: #042d38 transparent transparent transparent;
	bottom: -22px;
	left: calc(50% - 40px);
	position: absolute;
}
.sec_01 .balloon span{
	font-weight: 1000;
	font-size: 1.1em;
	letter-spacing: -0.04em;
}


/* ------------------------------------------------------
   sec_02
------------------------------------------------------ */
.sec_02{
	padding: 145px 0 360px 0;
	background: linear-gradient(#f2f2f2, #fefefe, #fff);
	position: relative;
	margin-bottom: 15px;
}
.sec_02:after{
	content: '';
	display: block;
	width: 1145px;
	height: 285px;
	background: url(../img/omakase_img_01.png) center bottom /100% auto no-repeat;
	position: absolute;
	bottom: 92px;
	left: calc(50% - 588px);
}
.sec_02 h2{
	font-size: 4.8em;
    font-weight: 700;
    margin-bottom: 60px;
    padding-bottom: 30px!important;
}
.sec_02 p{
	font-size: 1.8em;
	text-align: center;
}


/* ------------------------------------------------------
   sec_03
------------------------------------------------------ */
.sec_03 h2{
    margin-bottom: 45px;
    font-size: 4.8em;
    line-height: 1.3em;
    font-weight: 700;
    padding-bottom: 40px!important;
}
.point_wrap{
	position: relative;
	display: flex;
	min-height: 410px;
}
.flex.point_wrap.point_01{
	min-height: 0px;
}
.point_wrap + .point_wrap{
	margin-top: 140px;
}
.point_wrap:last-child{
	margin-bottom: 80px;
}
.point_wrap.imgleft{
	justify-content: flex-end;
}
.point_wrap .txt{
	max-width: 530px;
	width: 60%;
	position: relative;
}
.point_wrap .txt:after{
	content: '';
	display: block;
	width: 580px;
	height: 410px;
	position: absolute;
	right: 0;
	top: -10px;
}
.point_wrap.point_01 .txt:after{
	left: -640px;
	background: url(../img/point_img_01.jpg) center bottom /100% auto no-repeat;
	height: 320px;
}
.point_wrap.point_02 .txt:after{
	right: -640px;
	background: url(../img/point_img_02.jpg) center bottom /100% auto no-repeat;
}
.point_wrap.point_03 .txt:after{
	left: -640px;
	background: url(../img/point_img_03.jpg) center bottom /100% auto no-repeat;
}
.point_wrap.point_04 .txt:after{
	right: -640px;
	background: url(../img/point_img_04.jpg) center bottom /100% auto no-repeat;
}
.point_wrap.point_05 .txt:after{
	left: -640px;
	background: url(../img/point_img_05.jpg) center bottom /100% auto no-repeat;
}
.point{
    font-size: 2.4em;
    color: #14baf8;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1em;
    display: inline-block;
}
.point_01 .point{
	margin-top: 50px;
}
.point span{
	display: inline-block;
	margin-right: 10px;
}
.point .num{
	font-size: 3em;
	font-style: italic;
	font-family: azo-sans-web, sans-serif;
	font-weight: 700;
}
.point_wrap h3{
	font-size: 3.2em;
	font-weight: 700;
    line-height: 1.6em;
	margin-bottom: 40px;
}
.point_wrap h3 span{
    font-size: 1.4em;
    color: #14baf8;
    display: inline-block;
}
.point_wrap p{
	font-size: 1.55em;
	margin-bottom: 30px;
    font-weight: 400;
}
.point_wrap p span{
	font-weight: 1000;
}
.point_wrap .note{
    font-size: 1.4em;
    text-indent: -3em;
    padding-left: 3em;
    margin-top: 10px;
}
.point_wrap ul{
	padding: 25px;
	background: #f2f9fa;
	font-size: 1.6em;
	border-radius: 5px;
}
.point_wrap ul li{
	position: relative;
	padding-left: 20px;
}
.point_wrap ul li:before{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #14baf8;
	position: absolute;
	top: 10px;
	left: 0;
}
/* ------------------------------------------------------
   sec_04
------------------------------------------------------ */
.sec_04{
	background: #f2f6f7;
	padding: 100px 0 120px 0;
}
.sec_04 h2{
	margin-bottom: 55px;
	font-size: 5.4em;
}
.step_list{
	width: 100%;
	max-width: 800px;
	margin: auto;
}
.step_list li{
	border-top: 1px solid #14baf8;
	position: relative;
	background: #fff;
	padding: 42px 60px 44px 134px;
}
.step_list li:after{
	content: '';
	display: block;
	position: absolute;
	bottom: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 32.5px 0 32.5px;
    border-color: #14baf8 transparent transparent transparent;
	left: calc(50% - 32.5px);
}
.step_list li + li{
	margin-top: 42px;
}
.step_list li:last-child{
	background: none;
	border: none;
    padding: 0;
	max-width: 527px;
    margin: 85px auto 0 auto;
}
.step_list li:last-child:after{
	display: none;
}
.step_list h3{
	font-size: 2.4em;
	font-weight: 700;
	position: relative;
	background: #fff;
	display: inline-block;
	margin-bottom: 17px;
}
.step_list h3 i{
	position: absolute;
	color: #fff;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.7em;
	background: #14baf8;
	border-radius: 50%;
	left: -52px;
	font-family: azo-sans-web, sans-serif;
}
.step_list h3.hatsubai{
	text-align: center;
	background: none;
	display: block;
	margin-bottom: 40px;
}
.step_list h3.hatsubai:before{
	content: '';
	display: block;
	position: absolute;
	width: 555px;
	height: 8px;
	background: #14baf8;
	left: calc(50% - 277.5px);
	top: calc(50% - 4px);
}
.step_list h3.hatsubai span{
	display: inline-block;
	background: #f2f6f7;
	padding: 0 40px;
	z-index: 2;
	position: relative;
    font-size: 1.6em;
}
.step_list p{
	font-size: 1.6em;
	line-height: 1.3em;
}
.step_list p span{
	display: block;
	font-size: 0.85em;
	margin-top: 10px;
	color: #79888c;
}
/* ------------------------------------------------------
   cv
------------------------------------------------------ */
.cv{
	padding: 55px 0 65px 0;
	background: url(../img/contact_img_01.jpg) center center/cover no-repeat;
	color: #fff;
}
.cv h2{
	font-size: 1.8em;
	text-align: center;
	font-weight: 500;
	margin-bottom: 25px;
}
.cv_btn{
	max-width: 450px;
	height: 80px;
	color: #fff;
	font-size: 2.4em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	text-align: center;
	font-weight: 500;
	border-radius: 5px;
	background-image: linear-gradient(to right, #14baf8 0%, #0f96e8 51%, #55d1ff 100%);
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
}
.cv_btn:hover {
  background-position: right center; /* change the direction of the change here */
}
.cv_btn span{
	display: inline-block;
	color: #fff;
	position: relative;
	padding-left: 60px;
}
.cv_btn i{
	position: relative;
	width: 36px;
	height: 28px;
	display: inline-block;
	margin-right: 20px;
}
.cv_btn i{
	content: '';
	display: block;
	position: absolute;
	width: 36px;
	height: 28px;
	top: 9px;
	left: 0;
	background: url(../img/ico_mail.png) center bottom /100% auto no-repeat;
}
.tel_time{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 460px;
    margin: 10px auto 0 auto;
    justify-content: center;
}
.tel_time .tel_txt{
	display: flex;
	align-items: center;
    font-size: 1.3em;
    margin-right: 40px;
}
.tel_time .time{
	display: block;
	width: 100%;
	max-width: 450px;
	line-height: 1;
	letter-spacing: -0.3px;
	text-align: center;
}
.tel_time a{
	font-size: 2em;
	color: #fff;
	font-family: azo-sans-web, sans-serif;
	pointer-events: none;
}
.tel_time a i{
	position: relative;
	padding-left: 30px;
}
.tel_time a i:before{
	content: '';
	display: block;
	width: 23px;
	height: 23px;
	background: url(../img/ico_tel.png) center bottom /100% auto no-repeat;
	position: absolute;
	left: 0;
	top: calc(50% - 12px);
}
.tel_txt{
	font-size: 1.4em;
	display: inline-block;
	margin-right: 20px;
}



/* ------------------------------------------------------
	footer
------------------------------------------------------ */
footer{
	padding: 16px;
	text-align: center;
}
footer small{
	font-size: 1.4em;
	color: #032e3a;
}
/* ------------------------------------------------------
   sp 767以下
------------------------------------------------------ */
@media screen and (max-width: 767px) {
	/* ------------------------------------------------------
		common
	------------------------------------------------------ */
	body{
		font-size: 9px;
	}
	.pc{
		display:none !important;
	}
	.sp{
		display:block;
	}
	.pc-inline{
		display:none !important;
	}
	.sp-inline{
		display:inline;
	}
	.tit_01{
		font-size: 3.2em;
	}
	/* ------------------------------------------------------
		mv
	------------------------------------------------------ */
	.mv{
		height: auto;
		padding: 50px 0 30px 0;
		border: 10px solid #fff;
		margin-bottom: 50px;
	}
	.mv .inner{
		width: 92%;
	}
	.mv .logo{
		width: 130px;
		top: 0px;
		left: 0px;
		vertical-align: bottom;
	}
	h1 .txt_red{
		margin-bottom: 0;
	}
	h1 .txt_white{
		margin-bottom: 0;
	}
	h1 .txt_main{
		font-size: 3.5em;
		padding: 10px 20px 14px 20px;
		margin-bottom: 15px;
	}
	.mv_copy {
	    font-size: 2em;
		margin-bottom: 25px;
	}
	.support span{
		line-height: 1.3em;
		border-radius: 50px;
		padding: 10px 32px;
	}
	.mv_list{
		padding: 0 20px;
	    height: 112px;
		width: 320px;
	}
	.mv_list:before {
		width: 10px;
		height: 104px;
		border-top: 4px solid #14baf8;
		border-left: 4px solid #14baf8;
		border-bottom: 4px solid #14baf8;
	}
	.mv_list:after {
		width: 10px;
		height: 104px;
		border-top: 4px solid #14baf8;
		border-right: 4px solid #14baf8;
		border-bottom: 4px solid #14baf8;
	}
	.mv_list li{
		width: 84px;
		height: 84px;
    	margin-top: 15px;
	}
	.mv_list li + li {
		margin-left: 10px;
	}
	.mv_list li + li:before {
		width: 10px;
		height: 4px;
		left: -10px;
		top: calc(50% - 2px);
	}
	.mv_list li > i {
		width: 24px;
		height: 24px;
		font-size: 1.2em;
		left: 0px;
	}
	.mv_list li span{
		font-size: 1em;
	}
	.mv_list li span.ico_01 {
		bottom: 12px;
	}
	.mv_list li span.ico_02 {
		bottom: 16px;
	}
	.mv_list li span.ico_03 {
		bottom: 16px;
	}
	.mv_list li span.ico_01 i {
		width: 27px;
		height: 26px;
		margin: 0 auto 6px auto;
	}
	.mv_list li span.ico_02 i {
		width: 27px;
		height: 29px;
		margin: 0 auto 9px auto;
	}
	.mv_list li span.ico_03 i {
		width: 13px;
		height: 30px;
		margin: 0 auto 7px auto;
	}
	
	
	
	/* ------------------------------------------------------
		sec01
	------------------------------------------------------ */
	.sec_01 {
		padding-bottom: 160px;
		background: url(../img/nayami_img_03.png) center bottom /auto 160px no-repeat;
	}
	.sec_01 h2{
		line-height: 1.6em;
		margin-bottom: 40px;
	}
	.sec_01 h2 .demo {
		font-size: 0.9em;
	}
	.voice{
		justify-content: space-between;
	}
	.sec_01 .txt_01{
		margin: 0 0 20px 0;
	}
	.sec_01 .txt_01:before,.sec_01 .txt_02:before{
		display: none;
	}
	.sec_01 .balloon {
		width: 100%;
		padding: 20px;
		font-size: 1.5em;
		bottom: -210px;
		left: 0;
		line-height: 1.5em;
	}
	.sec_01 .balloon br{
		display: none;
	}
	.point{
	    margin: 10px 0;
	}
	.point_01 .point{
		margin-top: 10px;
	}
	
	
	
	
	/* ------------------------------------------------------
		sec02
	------------------------------------------------------ */
	.sec_02{
		padding: 100px 0 180px 0;
	}
	.sec_02:after {
		width: 572.5px;
		height: 142.5px;
		background: url(../img/omakase_img_01.png) center bottom /100% auto no-repeat;
		bottom: 40px;
		left: calc(50% - 286.25px);
	}
	.sec_02 h2 {
		margin-bottom: 35px;
		font-size: 3em;
	}
	.sec_02 p{
		font-size: 1.6em;
	}
	
	
	
	
	/* ------------------------------------------------------
		sec03
	------------------------------------------------------ */
	.sec_03 h2{
		font-size: 3em;
	}
	.point_wrap{
		min-height: 1px;
	}
	.point_wrap + .point_wrap {
		margin-top: 50px;
	}
	.point_wrap:last-child {
		margin-bottom: 40px;
	}
	.point_wrap .txt{
		width: 100%;
	    max-width: 100%;
	}
	.point_wrap .txt:after{
		display: none;
	}
	.point_wrap h3 {
		font-size: 2.2em;
		line-height: 1.6em;
		margin-bottom: 20px;
	}
	.point .num{
		line-height: 1em;
		font-size: 2.5em;
	}
	.point_wrap figure{
		margin-bottom: 15px;
	}
	.point_wrap p{
		margin-bottom: 15px;
	}
	.point_wrap p br{
		display: none;
	}
	/* ------------------------------------------------------
		sec04
	------------------------------------------------------ */
	.sec_04{
		padding: 50px 0;
	}
	.sec_04 h2{
		font-size: 3em;
		margin-bottom: 30px;
	}
	.step_list li {
		padding: 20px 20px 20px 64px;
	}
	.step_list li:last-child {
		background: none;
		border: none;
		padding: 0;
		width: 100%;
	    margin: 62px auto 0 auto;
	}
	.step_list li:last-child img{
		width: 80%;
		display: block;
		margin: auto;
	}
	.step_list h3 i{
		width: 30px;
		height: 30px;
  	  	left: -40px;
	}
	.step_list h3{
		font-size: 2em;
		line-height: 1.4em;
	}
	.step_list h3.hatsubai{
		margin-bottom: 30px;
	}
	.step_list h3.hatsubai:before{
		left: 0;
		width: 100%;
	}
	

	/* ------------------------------------------------------
		cv
	------------------------------------------------------ */
	.cv{
		text-align: center;
		padding: 40px 0;
	}
	.cv h2{
		margin-bottom: 10px;
	}
	.tel_time{
		justify-content: center;
		margin-top: 30px;
	}
	.tel_time a{
		pointer-events: auto;
	}
	.tel_time .tel_txt{
		margin: 0;
		width: 100%;
		text-align: center;
		display: block;
		line-height: 1em;
	}
	.tel_time .time{
	    line-height: 1.6em;
	}
	
	/* ------------------------------------------------------
		footer
	------------------------------------------------------ */
	footer{
		padding: 10px;
	}
	footer small{
		font-size: 1em;
	}
	
}
/* ------------------------------------------------------
   sp 640以下
------------------------------------------------------ */
@media screen and (max-width: 640px) {


	.sec_01 .txt_01 {
		width: 48%;
		height: 44vw;
		position: relative;
		background: url(../img/nayami_01.png) center center /100% auto no-repeat;
		margin: 0;
	}
	.sec_01 .txt_02 {
		width: 48%;
		height: 44vw;
		position: relative;
		background: url(../img/nayami_02.png) center center /100% auto no-repeat;
		margin: 0;
	}
	.sec_01 .voice_want {
		display: inline-block;
		text-align: center;
		position: absolute;
		background: #14baf8;
		border-radius: 20px;
		font-size: 1.2em;
		top: 5vw;
		right: 0;
		left: 0;
		margin: auto;
		font-weight: 500;
		line-height: 1.2em;
		padding: 5px 0;
		width: 80%;
	}
	.sec_01 .voice_not {
		position: absolute;
		top: calc(10vw + 60px);
		font-size: 3vw;
		width: 100%;
		text-align: center;
		line-height: 1.3em;
		font-weight: 500;
		display: flex;
		height: 2.4em;
		justify-content: center;
		align-items: center;
	}
	.sec_01 .txt_01 .voice_large{
	    top: calc(10vw + 22px);
	}
	.sec_01 .txt_01 .voice_not{
	    top: calc(12vw + 61px);
	}
	.sec_01 .txt_02 .voice_large{
	    top: calc(10vw + 32px);
	}
	.sec_01 .txt_02 .voice_not{
	   top: calc(12vw + 72px);
	}
	.sec_01 .voice_large {
		font-size: 5vw;
		font-weight: 700;
		top: calc(10vw + 28px);
		position: absolute;
		line-height: 1.2em;
		text-align: center;
		width: 100%;
		height: 2em;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
/* ------------------------------------------------------
   sp 500以下
------------------------------------------------------ */
@media screen and (max-width: 500px) {
	
}

	
/* ------------------------------------------------------
   sp 400以下
------------------------------------------------------ */
@media screen and (max-width: 400px) {
	
	
	
}