@charset "utf-8";


/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

*:focus {outline:0;}

/* padding,border内側設定 */
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}

/* HTML5 */
article, aside, figure, figcaption, footer, header, nav, section{display: block;}

/*------------------------------------------------------------
	BASE
------------------------------------------------------------*/


html,body {margin:0px;padding:0px;height:100%;width:100%;-webkit-text-size-adjust:none;}

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

.clear {clear:both;}
.alignleft {width: 50%; float: left; margin: 0 3.125% 3.125% 0;}
.alignright {width: 50%; float: right; margin: 0 0 3.125% 3.125%;}
.aligncenter {clear: both; display: block; margin: 0 auto 3.125%;}

/* clearfix */
.clearfix:after {visibility:hidden;display:block;font-size:0;content:"";clear:both;height:0;}
/* clearfix for ie7 */
.clearfix {display:inline-block;}
.clearfix {display:block;}

img {max-width: 100%;height: auto;vertical-align: bottom;}
iframe {
	max-width: 100%;
	vertical-align: bottom;
}



body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: 400;
	background: #fff;
	color: #404040;
	line-height: 2;
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.txt{
    line-height: 1.6 !important;
}
.subtextt{
    font-size: 0.85rem;
    line-height: 1.5;
    display: block;
}

@media screen and (max-width: 750px) {
    .subtextt{
    font-size: 1.2rem;
    line-height: 1.5;
        display: block;
}
}

#main .main-wrap {
	padding: 0 8px 140px;
}

#footer .footer-wrap {
	border-top: 1px solid #dedede;
	text-align: center;
	padding: 25px 0;
}
#footer .footer-wrap .copyright {
	font-size: 10px;
	letter-spacing: .075em;
	text-indent: .075em;
	color: #999;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
img.pc {
	display: inline-block;
}
img.sp {
	display: none;
}
@media screen and (max-width: 750px) {
	body {
		font-size: 24px;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	img.sp {
		display: inline-block;
	}
	img.pc {
		display: none;
	}
	#main .main-wrap {
		padding: 0 25px 30px;
	}
#footer .footer-wrap {
	border-top: 2px solid #dedede;
	text-align: center;
	padding: 19px 0;
}
#footer .footer-wrap .copyright {
	font-size: 16px;
}
}

/*------------------------------------------------------------
	SECTION COMMON
------------------------------------------------------------*/
.section-title h2 {
	font-size: 28px;
	line-height: 1.678;
	text-align: center;
	font-weight: 700;
	letter-spacing: .075em;
	color: #000;
	position: relative;
	padding-bottom: 1em;
	margin-bottom: 1.75em;
}
.section-title h2::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 30px;
	height: 3px;
	margin-left: -15px;
	background: #dedede;
}
.section-content {
	width: 100%;
	max-width: 996px;
	margin: auto;
}
.section-content .box {
	width: 100%;
	padding: 50px;
	background: #f5f5f5;
	margin-bottom: 8px;
}
.section-content .box h2 {
	font-size: 21px;
	font-weight: 700;
	letter-spacing: .075em;
	margin-bottom: 2em;
	color: #000;
}
.section-content .box .flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
	.section-title h2 {
		font-size: 36px;
		line-height: 1.922;
		padding-bottom: .5em;
		margin-bottom: 1.6em;
	}
	.section-title h2::after {
		width: 44px;
		height: 5px;
		margin-left: -22px;
	}
	.section-content .box {
		width: 100%;
		padding: 50px;
		background: #f5f5f5;
		margin-bottom: 25px;
		padding: 70px 45px;
	}
	.section-content .box h2 {
		font-size: 30px;
		margin-bottom: 1.5em;
	}
	.section-content .box .flex {
		display: block;
	}
    .section-content .box2 .flex {
		display: flex;
	}
}

/*------------------------------------------------------------
	SECTION 1
------------------------------------------------------------*/
.section1 .section-wrap {
	text-align: center;
	padding-top: 160px;
}
.section1 .section-wrap h1 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.9375;
	letter-spacing: .075em;
	color: #000;
}
.section1 .section-wrap h1 span {
	padding-bottom: .25em;
	background: -webkit-linear-gradient(transparent 60%, #dedede 60%);
	background: -o-linear-gradient(transparent 60%, #dedede 60%);
	background: linear-gradient(transparent 60%, #dedede 60%);
}
@media all and (-ms-high-contrast: none) {
	.section1 .section-wrap h1 span {
		padding-bottom: 0;
		padding-top: .4em;
	}
}

.section1 .section-wrap p {
	letter-spacing: .075em;
	margin-top: 2em;
    text-align: justify;
}


@media screen and (max-width: 750px) {
	.section1 .section-wrap h1 {
		font-size: 43px;
	}
}

/*------------------------------------------------------------
	SECTION 2
------------------------------------------------------------*/

.section2 .section-wrap {
	text-align: center;
	padding-top: 70px;
}
.engtitle{
    font-family: 'unitedarrows-bold', sans-serif;
    color: #D0021B;
    font-size: 1.5rem;
    padding-bottom: 20px;
}
.top{
    padding-top: 30px;
    text-align: justify;
}
.top2{
    padding-top: 0px;
    text-align: justify;
}

.section2 .box1 .img {
	width: 35%;
	text-align: left;
    padding-left: 40px;
}
.section2 .box1 .img img {
	max-width: 404px;
}
.section2 .box1 .txt {
	width: 60%;
	text-align: left;

    padding-left: 80px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-content: center;
	-ms-align-items: center;
	align-items: center;
	line-height: 2.625;
}

.section2 .box2 .img {
	width: 45%;
	text-align: left;
    padding-left: 50px;
    
}
.section2 .box2 .img img {
	max-width: 404px;
}
.section2 .box2 .txt {
	width: 55%;
	text-align: left;

    padding-left: 120px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-content: center;
	-ms-align-items: center;
	align-items: center;
	line-height:1.8;
    font-size: 1.2rem;
}
.section2 .box2 .txt p img {
	width: 17px;
	vertical-align: -3px;
	margin: 0 .1em;
}


@media screen and (max-width: 750px) {
	.section2 .box1 .img {
		width: 100%;
		text-align: center;
        padding-left: 0px;
        padding-top: 40px;
	}
	.section2 .box1 .img img {
		max-width: 567px;
	}
	.section2 .box1 .txt {
		display: block;
		width: 100%;
		text-align: justify;
		padding-left: 0;
		line-height: 2;
	}
	
	.section2 .box2 .img {
		width: 100%;
		text-align: center;
		vertical-align: middle;
            padding-left: 30px;
	}
	.section2 .box2 .img img {
		max-width: 238px;
	}
	.section2 .box2 .txt {
		width: 100%;
		text-align: justify;
		padding-left: 0;
        font-size: 1.5rem;
	}
	.section2 .box2 .txt p img {
		width: 24px;
		vertical-align: -4px;
	}
}




/*------------------------------------------------------------
	SECTION 3
------------------------------------------------------------*/

.section3 .section-wrap {
	text-align: center;
	padding-top: 70px;
}
.section3 .section-title h2 img {
	vertical-align: -8px;
	width: 33px;
	margin-right: .1em;
}

.section3 .box .img {
	width: 79%;
	margin: auto;
}
.section3 .box .img-wrap {
	max-width: 606px;
	width: 100%;
	position: relative;
	margin: 55px 0 0 50px;
}
.section3 .box .img-wrap p {
	position: absolute;
	z-index: 1;
	left: 55%;
	bottom: 94%;
	text-align: left;
}
.section3 .box .img-wrap p img {
	width: 17px;
	vertical-align: -3px;
	margin-right: .2em;
}

@media screen and (max-width: 750px) {
	.section3 .section-title h2 img {
		vertical-align: -4px;
	}
	.section3 .box .img {
		width: 100%;
	}
	.section3 .box .img-wrap {
		max-width: 100%;
		margin: 50px 0 0 0;
	}
	.section3 .box .img-wrap p {
		position: static;
		text-align: center;
		margin-top: 2em;
	}
	.section3 .box .img-wrap p img {
		width: 24px;
		vertical-align: -4px;
	}
	
}


/*------------------------------------------------------------
	SECTION 4
------------------------------------------------------------*/

.section4 .section-wrap {
	text-align: center;
	padding-top: 70px;
}

.section4 .box .appicon {
	width: 390px;
	margin: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	margin-bottom: 46px;
}
.section4 .box {
	padding: 87px 50px 97px;
}
.section4 .box .appicon .img {
	width: 74px;
}
.section4 .box .appicon .txt {
	flex-grow: 1;
	padding-left: 1em;
	text-align: left;
}
.section4 .box .btn-app {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.section4 .box .btn-app a {
	width: 142px;
	margin: 0 6px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.section4 .box .btn-app a:hover {
	opacity: .6;
}


@media screen and (max-width: 750px) {
	.section4 .box {
		padding: 90px 45px;
	}
	.section4 .box .appicon {
		width: 100%;
		display: block;
		margin-bottom: 0;
	}
	.section4 .box .appicon .img {
		width: 120px;
		display: inline-block;
	}
	.section4 .box .appicon .txt {
		padding-left: 0;
		margin: 2em 0;
		text-align: center;
	}
	.section4 .box .btn-app {
		justify-content: space-between;
	}
	.section4 .box .btn-app a {
		width: 292px;
		margin: 0;
	}
}



