@charset "UTF-8";
/*
Author: https://www.nin2.com/
*/

/******************************************************************************
 * RESET
*******************************************************************************/
h1,h2,h3,h4,h5,h6,
a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed,
fieldset, figcaption, figure, form, footer,
header, hgroup, h1, h2, h3, h4, h5, h6, html,
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby,
s, samp, section, main, small, span, strike, strong, sub, summary, sup,
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, ul, var, video {
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	white-space: normal;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1;
	background: transparent;
	font-family:'Roboto', 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #3d1b10;


}
article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main {
	display: block;
}

img {
	vertical-align:bottom;
	border: none;
	max-width: 100%;
	width: 100%;
	height: auto;
 -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    filter: alpha(opacity=100);
    opacity: 1;

}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

a:focus{
	outline:none;
}

li{list-style:none;}
input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}
body{
	visibility: visible;
	/* min-width: 1400px; */
	letter-spacing:0.1em;
}

.sp-only{
	display: none;
}

/*----------------------------------------
■汎用クラス
-----------------------------------------*/
.clearfix{
	zoom:1;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
@media print{
	.clearfix{
		overflow:hidden;
	}
}
.Tcenter{
	text-align: center;
}
html {
  height: 100%;
  margin: 0 !important;
}

.inner{
	max-width: 1420px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	box-sizing: border-box;
	z-index:98;
	justify-content: space-between;

}

.cap figure{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	z-index: 1;
	-webkit-transition: .5s;
	transition: .5s;

}

img {
	vertical-align:bottom;
	border: none;
	max-width: 100%;
	width: 100%;
	height: auto;
 -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    filter: alpha(opacity=100);
    opacity: 1;

}

.en_txt{
	font-family: 'Roboto';
}
.lob-font{
	font-family: 'Lobster';
}

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

.nowrap {
	flex-wrap: nowrap;
}
.nowrap-onlyPC {
	flex-wrap: nowrap;
}

.anchor-txt{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.linkhover:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba( 255,255,255,0 );
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 1;
}

.linkhover:hover:after{
	background: rgba( 255,255,255,.3 );
	z-index: 2;
}

.btn-box{
	display: block;
	max-width: 250px;
	height: 60px;
	line-height: 60px;
	color: white;
	background:#04b5bc;
	border: 1px solid #04b5bc;
	border-radius: 30px;
	text-align: center;
	margin: auto;
	-webkit-transition: .5s;
	transition: .5s;
}

.btn-box:hover{
	background: white;
	color: #04b5bc;
}

/*----------------------------------------
header
-----------------------------------------*/
#header{
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	/* min-width:1400px; */
	height: 100px;
	z-index: 100;
	background-color: white;
}



#header .inner{
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
#head-logo{
	position: relative;
	display: table;
	max-width: 710px;
	width: 100%;
	-webkit-transition: .5s;
	transition: .5s;

}
#head-logo .logo,
#head-logo h1{
	display: table-cell;
	vertical-align: middle;
	-webkit-transition: .5s;
	transition: .5s;
}
#head-logo:hover .logo,
#head-logo:hover h1{
	opacity: .4;
filter:alpha(opacity=0.4);
	-ms-filter: "alpha(opacity=.4)";
	-moz-opacity:.4;
	-khtml-opacity:.4;
}
#head-logo:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}
#head-logo h1{
	color: #04b5bc;
	font-size: 14px;
	padding-left: 15px;
}

#header .logo{
	width: 330px;
}

/*----------------------------------------
gnavi
-----------------------------------------*/
#gnavi{
	max-width: 620px;
	width: 100%;
	margin: auto;
}
#gnavi a{
	font-size: 16px;
	color: #3d1b10;
	-webkit-transition: .5s;
	transition: .5s;
}
#gnavi a:hover{
	color: rgba( 61,27,16,.3 );
}
#gnavi li{
	margin-left: 18px;
}
#gnavi li:first-child{
	margin-left: 0;
}
/*----------------------------------------
#main-banner
-----------------------------------------*/
#main-banner{
	position: relative;
	margin-bottom: 90px;
	top: 40px
}
#main-banner .btn a{
	max-width: 400px;
	height: 78px;
	width: 100%;
	position: absolute;
	bottom: 38px;
	left: 50%;
	transform: translate(-50%,0);
	background: url(../images/common/btn-bg.png) no-repeat center center;
	background-size:100%;
	text-align: center;
	color: white;
	font-weight: bold;
	line-height: 80px;
	font-size: 24px;
	-webkit-transition: .5s;
	transition: .5s;

}
@media screen and (min-width: 768px) and (max-width: 900px) {
	#main-banner .btn a{
		bottom: 3px;
	}
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
	#main-banner .btn a{
		bottom: 15px;
	}
}
@media screen and (min-width: 1201px) {
	#main-banner .btn a{
		bottom: 35px;
	}
}

#main-banner .btn a:hover{
	opacity: .4;
filter:alpha(opacity=0.4);
	-ms-filter: "alpha(opacity=.4)";
	-moz-opacity:.4;
	-khtml-opacity:.4;

}
/*----------------------------------------
servicebanner-box
-----------------------------------------*/
#servicebanner-box{
	margin-bottom: 95px;
}
#servicebanner-box .font-f{
	font-size: 62px;
}

#servicebanner-box li{
	width: 48.5%;
	box-shadow:0px 0px 10px 1px rgba( 51,51,51,.25 );
	-webkit-transition: .5s;
	transition: .5s;

}
#servicebanner-box li:hover{
		opacity: .4;
filter:alpha(opacity=0.4);
	-ms-filter: "alpha(opacity=.4)";
	-moz-opacity:.4;
	-khtml-opacity:.4;

}
/*----------------------------------------
#step-box
-----------------------------------------*/
#step-box{
	background: rgb( 244,250,250 );
	padding: 50px 0;
	margin-bottom: 60px;

}
#step-box h3 .lob-font{
	font-size:62px;
}
#step-box li{
	max-width: 274px;
	width: 23%;
}
#step-box li h4{
	text-align: center;
	font-size: 24px;
	margin-bottom: 12px;
}
#step-box li .cap{
	margin-bottom: 12px;
	position: relative;
}

#step-box li .cap .txt{
	position: absolute;
	height: 57px;
	left: 0;
	bottom: 30px;
}

#step-box li .txt img{
	max-width: none;
	width: auto;
	height: 100%;
}

#step-box li .text{
	text-align: center;
}
#step-box li .text p{
	line-height: 1.6;
}
/*----------------------------------------
top-box
-----------------------------------------*/
#top-box h3{
	line-height: 1.6;
}
#top-box h3 .item{
	display: inline-block;
	position: relative;
}
#top-box h3 .item:after,
#top-box h3 .item:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	background: rgb( 251,74,67 );
	width: 100%;
	height: 2px;
}
#top-box h3 .item:after{
	height: 4px;
	bottom: -18px;
}
.color1{
	color: #04b5bc;
}
.color2{
	color:rgb( 251,74,67 );
}
.font-f{
	font-weight: bold;
}
#top-box h3 .lob-font{
	font-size: 62px;
}

#top-box{
	margin-bottom: 60px;
}
#top-box ul{
	justify-content: center;
}
#top-box ul li{
	max-width: 146px;
	margin: 0 40px;
}
/*----------------------------------------
contents-box
-----------------------------------------*/
.contents-box header{
	text-align: center;
	margin-bottom: 50px;
}

.contents-box h3{
	color: #3d1b10;
	font-size: 36px;
}
/*----------------------------------------
#faq-box
-----------------------------------------*/
#faq-box{
	margin-bottom:120px;
}
#faq-box .icon{
	width: 52px;
	display: block;
}
#faq-box dl{
	box-shadow:0px 0px 10px 1px rgba( 51,51,51,.25 );
}

#faq-box dl:not(:last-of-type){
	margin-bottom: 35px;
}
#faq-box dl:last-of-type{
	margin-bottom: 20px;
}

#faq-box dt{
	background: #f9f9f9;
	cursor: pointer;
	position: relative;
}
#faq-box dt:after{
 position: absolute;
    margin: auto;
    content: "";
    vertical-align: middle;
	right: 40px;
	top: 40%;
	transform: translate(0,-50%);
    width: 10px;
    height: 10px;
    border-top: 4px solid black;
    border-right: 4px solid black;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#faq-box dt .text{
	font-weight: bold;
}
#faq-box dt,
#faq-box dd{
	/* display: table;
	table-layout: fixed; */
	padding: 12px 0;
}
#faq-box dd{
	display: none;
}
#faq-box .icon{
	padding-left: 30px;
	padding-right: 40px;
}
#faq-box .icon,
#faq-box .text{
	display: table-cell;
	vertical-align: middle;
}
#faq-box .text{
	line-height: 2.2;
	/* min-width: 1260px; */
}
/*----------------------------------------
#company-box
-----------------------------------------*/
#company-box{
	margin-bottom: 40px;
}
#company-box .wrap-box{
}
#company-box .minbox{
	max-width: 680px;
	box-shadow:0px 0px 10px 1px rgba( 51,51,51,.25 );
	width: 48%;
	padding: 35px 0;
}
#company-box h4{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #3d1b10;
	margin-bottom: 15px;
}
#company-box .minbox .tel{
	font-size: 32px;
	font-weight: bold;
	color: #04b5bc;
	margin-bottom: 5px;
	letter-spacing: .1em;
}
#company-box .minbox p{
	text-align: center;
}
#company-box .minbox p.lead{
	color: #3d1b10;
	line-height: 1.4;
	margin-bottom: 5px;
}

#company-box .minbox .txt{
	font-size: 18px;
}
#company-box .btn{
	display: block;
	max-width: 400px;
	height: 60px;
	line-height: 60px;
	color: white;
	background: rgba( 223,54,65,1 );
	border: 1px solid rgba( 223,54,65,1 );
	border-radius: 30px;
	text-align: center;
	margin: auto;
	font-size: 24px;
	-webkit-transition: .5s;
	transition: .5s;
}
#company-box .btn:hover{
	color: rgba( 223,54,65,1 );
	background: white;
}
/*----------------------------------------
banner-box
-----------------------------------------*/
#banner-box{
	background: url(../images/banner-bg.png);
	padding: 80px 0;
}
#banner-box .inner > .cap{
	margin-bottom:65px;
	-webkit-transition: .5s;
	transition: .5s;

}
#banner-box .inner > .cap:hover{
	opacity: .4;
filter:alpha(opacity=0.4);
	-ms-filter: "alpha(opacity=.4)";
	-moz-opacity:.4;
	-khtml-opacity:.4;

}
#banner-box .minbox{
	max-width: 656px;
	width: 48%;
}

#banner-box .minbox .cap{
	margin-bottom:30px;
}

#banner-box .box li{
	max-width: 192px;
	width: 32%;
}

#banner-box .btn{
	max-width: 680px;
	width: 48%;
	box-shadow:0px 0px 10px 1px rgba( 51,51,51,.25 );
	background: white;
	position: relative;
}

#banner-box .btn:before{
width: 0;
height: 0;
border-style: solid;
border-width: 50px 100px 50px 0;
border-color: transparent #ffffff transparent transparent;
content: "";
position: absolute;
top: 20px;
left: -40px;
}

#banner-box .btn .itembox{
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	padding: 16px;
}
#banner-box .btn h4{
	text-align: center;
	font-size: 24px;
	line-height: 1.6;
	margin-bottom: 20px;
}
#banner-box .btn p{
	text-align: center;
	line-height: 1.6;
	font-size: 18px;
	margin-bottom: 20px;
}
#banner-box .btn h4 .color1{
	font-size: 36px;
}

/*----------------------------------------
footer
-----------------------------------------*/
#footer{
	background: rgb( 244,250,250 );
	padding: 40px 0;
}
#footer .copy{
	display: block;
	margin: auto;
	text-align: center;
	color: #04b5bc;
	font-size: 16px;
}

#footer-logo{
	width: 214px;
}

#footer .inner{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 30px;
}
#footer-logo,
#footer-nav{
	display: table-cell;
	vertical-align: middle;

}
#footer-nav{
	padding-left: 45px;
}
#footer dl{
	justify-content: flex-start;
}

#footer dl:nth-of-type(2){
	margin: 20px 0;
}

#footer dt{
	color: #3d1b10;
	font-weight: bold;
	width: 160px;
}
#footer dd{
	width: calc(100% - 160px);
}
#footer dd ul{
	justify-content: initial;
}
#footer li a{
	font-size: 14px;
	-webkit-transition: .5s;
	transition: .5s;
}

#footer li a:hover{
	color: rgba( 61,27,16,.3 );
}
#footer li:not(:last-child){
	margin-right: 20px;
}
/*----------------------------------------
#voice-box
-----------------------------------------*/
#voice-box{
	background: rgb( 244,250,250 );
	padding: 100px 0 70px;
	margin-bottom: 100px;
}

#voice-box h3{
	margin-bottom: 30px;
}
#voice-box h3 .color1{
	display: inline-block;
	position: relative;
	font-size: 62px;
	padding: 0 50px;
	margin: 0 20px;
	font-weight: bold;
}
#voice-box h3 .color1:before,
#voice-box h3 .color1:after{
	content: "";
	position: absolute;
	display: block;
	background: url(../images/voice-item01.png) no-repeat center center;
	background-size: 100%;
	width: 52px;
	height: 45px;
	z-index: -1;
	right: 0;
	bottom: -10px;

}

#voice-box h3 .color1:after{
	background: url(../images/voice-item02.png) no-repeat center center;
	background-size: 100%;
	height: 46px;
	left: 0;
	top: -10px;
}
#voice-box header .lead{
	font-size: 32px;
	margin-bottom: 10px;
}

#voice-box header .lead .color2{
	font-size: 64px;
}
#voice-box header .lead .item{
	font-size: 42px;
}


#voice-box .sliderbox{
	margin-bottom: 35px;
	margin-left: 30px;
	margin-right: 30px;
}
#voice-box .box .inbox{
	box-shadow:0px 0px 10px 1px rgba( 51,51,51,.25 );
	min-height: 600px;
	background: white;
	/* padding-bottom: 30px;	 */
}

#voice-box .box{
	margin: 5px 20px;
}

#voice-box .text-box{
	position: relative;

}

#voice-box .text-box p{
	z-index: 2;
	line-height: 1.8;
	position: relative;
	background: rgba( 255,255,255,.5 );
	padding: 30px;
	margin-bottom: 30px;
}
#voice-box .text-box:before,
#voice-box .text-box:after{
	content: "";
	position: absolute;
	display: block;
	background: url(../images/voice-item01.png) no-repeat center center;
	background-size: 100%;
	width: 52px;
	height: 45px;
	z-index: 1;
	right: 15px;
	bottom:15px;

}

#voice-box .text-box:after{
	background: url(../images/voice-item02.png) no-repeat center center;
	background-size: 100%;
	height: 46px;
	left: 15px;
	top: 15px;
}

#voice-box ul{
	padding-left: 30px;
}
#voice-box dl{
	justify-content: flex-start;
	align-items: baseline;
}
#voice-box dd{
	font-weight: bold;
	/* width: 260px; */
	padding-right: 8px;
}
#voice-box dt{
	background: url(../images/voice-icon01.png) no-repeat left center;
	background-size:27px;
	font-weight: bold;
	padding: 7px 0 0px 40px;
	flex-basis: 80px;
	white-space: nowrap;
}
#voice-box li:first-child{
	margin-bottom: 16px;
}
#voice-box li:last-child dt{
	background: url(../images/voice-icon02.png) no-repeat left center;
	background-size:24px;
	font-weight: bold;
	padding: 12px 0 0px 40px;
	flex-basis: 80px;
}

/*----------------------------------------
#commitment-box
-----------------------------------------*/
#commitment-box{
	background: url(../images/bg.png) no-repeat center top;
	background-size: 100%;
	margin-bottom: 130px;
}


#commitment-box .inner{
	max-width: 1020px;
}
#commitment-box h3{
	margin-bottom: 25px;
}
#commitment-box header{
	margin-bottom: 80px;
}
#commitment-box header p{
	line-height: 1.8;
	font-size: 18px;
}

#commitment-box header p:first-of-type{
	margin-bottom: 60px;
}

#commitment-box header p .item{
	font-size: 36px;
	font-weight: bold;
}

#commitment-box .box{
	background: white;
	box-shadow:0px 0px 10px 1px rgba( 51,51,51,.25 );
	padding: 30px 30px 30px 30px;
	margin-bottom: 40px;
}

#commitment-box .box .text{
	max-width: 760px;
}
#commitment-box .box h3{
	max-width: 170px;
}
#commitment-box .box h3 span{
	display: block;
}
#commitment-box .box .lob-font{
	font-size: 18px;
	margin-bottom: 5px;
}
#commitment-box .box h3 .txt{
	font-size: 30px;
}
#commitment-box .box p{
	line-height: 1.6;
}
#commitment-box .box:nth-of-type(2){
	align-items: center;
}
#commitment-box .box dl{
	margin-bottom: 30px;
}
#commitment-box .box .text > p{
	margin-bottom: 20px;
}
#commitment-box .box dt{
	background: #04b5bc;
	color: white;
	padding: 5px;
	display: inline-block;
	margin-bottom: 5px;
}
#commitment-box .box dd{
	line-height: 1.6;
}

#commitment-box .box li{
	font-size: 14px;
	line-height: 1.6;
}
#commitment-box .box li:first-child{
	margin-bottom: 5px;
}
#commitment-box .listbox li{
	padding: 10px 0 10px 15px;
	align-items: center;
}

#commitment-box .listbox li:first-child .mintxt{
	display: inline-block;
	font-size: 26px;
	letter-spacing: -.1em;
}

#commitment-box .listbox li:nth-child(odd){
	background: #f9f9f9;
}
#commitment-box .listbox .inbox{
	display: table;
	table-layout: fixed;
	width: 580px;
	margin-left: auto;
}

#commitment-box .listbox .title{
	width: 580px;
	margin-left: auto;
}
#commitment-box .listbox .title .item{
	width: 48.5%;
	text-align: center;
	background: rgb( 153,153,153 );
	border-radius: 6px 6px 0 0;
	position: relative;
	height: 80px;
}
#commitment-box .listbox .title h3{
	color: white;
	font-weight: bold;
	position: absolute;
	width: 100%;
	font-size: 24px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#commitment-box .listbox .title .item .minbox{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #04b5bc;
	color: white;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translate(-50%,0);
}
#commitment-box .listbox .title .item .minbox span{
	color: white;
	position: absolute;
	top: 30%;
	font-size: 12px;
	left: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
	text-align: center;
}
#commitment-box .listbox .title .item:last-of-type{
	background: #04b5bc;
}

#commitment-box .listbox .inbox p{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	text-align: center;
}
#commitment-box .listbox .inbox p span{
	width: 32px;
	display: block;
	margin: auto;
}
#commitment-box .listbox h4{
	font-size: 18px;
}
#commitment-box .listbox h4 span{
	font-size: 12px;
}
#commitment-box .listbox ul{
	margin-bottom: 35px;
}

#cart-logo{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	width: 119px;
	z-index: 1000;
}

#page-top{
	display: block;
	width: 80px;
	height: 80px;
	cursor: pointer;
	background: rgb( 4,181,188 );
	border-radius: 50%;
	position:fixed;
	z-index: 100;
	right:20px;
	bottom: 50px;
}

#page-top:after{
 position: absolute;
    content: "";
    vertical-align: middle;
	left: 50%;
	top: 50%;
	margin-left: -7px;
	margin-top: -2px;
	transform: translate(-50%,-50%);
    width: 10px;
    height: 10px;
    border-top: 4px solid white;
    border-right: 4px solid white;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.call {
	color: #04b5bc;
	font-weight: bold;
}

#company-box .nowrap-onlyPC {
	justify-content: space-around;
}

img[src*="https://dsync.ec-concier.com"] {
	display: none;
}

.slick-disabled {
	opacity: 0;
}
