@charset "UTF-8";
/* CSS Document */

/* common
----------------------------------------------------------------------- */
html{
	font-size: 62.5%;
	/* font-sizeは16pxの62.5%の10px */
}

body {
	/* width:1300px; */
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho", "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3", "Hiragino Mincho ProN" , Century, "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	padding: 0;
	margin: 0;
	font-size: 10px;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;

	width:100%;
	overflow-x: hidden !important;
	position: relative;
}

.wrapper{
	width:100%;
	overflow-x: hidden !important;
	position: relative;
  }

*{
    padding: 0;
    margin: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
    list-style: none;
    font-weight: normal;
    vertical-align: top;
}
img{
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}

*, *:before, *:after {
    box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
  }
a{
    text-decoration: none;
}
  button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}


/*ーーーーーーーーーーーーーーーーーーーーーーーーー*/

/*トップ*/
#top_main{
	padding: 90px 0 0 0;
}
.top_div{
	padding:0 0 30px 0;
}
h1{
	width: 406px;
	font-size: 5.8rem;
	margin: 0 auto;
}
.Scroll{
	text-align: center;
}
.Scroll a{
	color: #d00c18;
	display: inline-block;
}
.Scroll a:hover .line{
	height: 20px;
	margin-top: 20px;
	transition: 0.2s;
}

.Scroll a .line{
	border-right: 1px solid;
	display: block;
	height: 40px;
	width: 50%;
	transition: 0.2s;
}
.Scroll a .txt{
	display: block;
	font-size: 1.6rem;
	position: relative;
}

.Scroll a .txt img{
	position: absolute;
	display: block;
	top: 24px;
	left: 0;
	right: 0;
	text-align: center;
	width: 40px;
}

/*コンテンツ*/
#contents{}



.main_img{
	width: 100%;
	position: relative;
	margin-top: -200px;
	z-index: -1;
}
#Scroll{
	padding-top: 20px;

	display: block;
	position: absolute;
	bottom: 12px;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 6.6rem;
	letter-spacing:1.6px;
	z-index: 10;

	filter:alpha(opacity=60); /* IE 6,7*/
 	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
 	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	-webkit-opacity:0.6;
	opacity: 0.6; 
}
.main_img img{
	width: 100%;
}

.cont{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 60px 120px;
}
.cont h2{
	font-size: 3.0rem;
}

/*
ipad　最後の一文字だけ改行するバグ
widthそれぞれに指定
*/

/* h2-type01 文字左寄せ 中央表示 */
/* h2-type01-240 文字中央 中央表示 */
/* h2-type02 左寄せ */
.h2-type01,
.h2-type01-240,
.h2-type01-auto,
.h2-type02,
.h3-type01-auto{
	width: 100%;
	text-align: center;
}

.h3-type01-auto{white-space: nowrap;}

.h2-type01 span,
.h2-type01-auto span,
.h2-type02 span,
.h3-type01-auto span{
	/* width: 210px; */
	padding:40px 0;
	font-size: 3.0rem;
	display: inline-block;
	text-align: left;
}



.h2-type01-240 p{
	font-size: 3.0rem;
	display: block;
	padding:40px 0;
}

.strengths span{
	display: inline-block;
	font-size: 2.2rem;
	padding: 3px 0 0 0;
	white-space: nowrap;
}



.cont h3{
	font-size: 2.0rem;
}
.h3-type01{
	width: 100%;
	text-align: center;
	padding:0 0 40px 0;
}

.h3-type01 span{
	width: 404px;
	display: inline-block;
	background-color: #f5f5f5;
	padding: 12px;
	box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
	font-size: 2.6rem;
}
.h3-type01 span p{
	font-size: 1.6rem;
	white-space: nowrap;
}
.cont h3 p{
	padding: 8px 0 0 0;
	font-size: 1.4rem !important;
}




.cont .txt{
	width: 640px;
	margin: 0 auto;

	line-height: 2;
	font-size: 1.6rem;
	padding-bottom: 26px;
}
.cont .txt span{
	padding-top: 28px;
	display: inline-block;
}
.cont .txt span:first-child{
	padding-top: 0 !important;
}

.link_btn{
	width: 100%;
	padding: 40px 0;
	text-align: center;
}
.link_btn a{
background: url(../img/ico_arrow01.webp) no-repeat 95% center;
background-size: auto;
-webkit-background-size: auto 10px;
background-size: auto 10px;
padding: 10px 50px;
display: block;
text-decoration: none;
color: #d70c18;
font-size: 18px;
width: 300px;
margin: 0 auto;
border: 1px solid #d70c18;
border-radius: 25px;
font-weight: 100;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
	font-size: 1.6rem;
}


.link_btn02{
	text-align: center;
	padding-top: 10px;
	font-size: 2.0rem;
}
.link_btn02 a{
	display: inline-block;
	width: 220px;
}
.link_btn03{
	text-align: right;
	padding-top: 10px;
}

.link_btn02::after{
	width: 28px;
	height: 28px;
	vertical-align: initial;
	/* margin: 0 0 0px 4px; */
	
}
.link_btn03::after{
	width: 20px;
	height: 20px;
	margin: 0 0 4px 4px;
	vertical-align: middle;
}

.link_btn02::after,.link_btn03::after{
	display: inline-block;
	content: "";
	background-image: url(../img/ico_arrow02.webp);
	background-repeat: no-repeat;
	background-size: contain;
}


.fonts{
	font-size: 1.2rem;
}

/* 理由 */
.reason_w{
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center 50%;
	height: 650px;
}
.reason01{
	background-image: url(../img/reason01.webp);
}
.reason02{
	background-image: url(../img/reason02.webp);
}
.reason03{
	background-image: url(../img/reason03.webp);
}

.reason02 .reason-item{
	float:right;
}
.reason-item{
	background-color: #fff;
	width: 460px;
	height: 650px;
	padding:60px 60px 60px 60px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.reason-item .number{
	color: #d00c18;
	font-size: 9.0rem;
	margin-bottom: 40px;
	border-bottom: 4px solid ;
}
.reason-item .txt{
	font-size: 1.8rem;
}

/* サービス */
.service{
	font-size: 0;
  display:-webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.main-logo-img{
	text-align: center;
	margin: 0 0 34px 0;
}
.main-logo-img .STYLE-logo{
	width: 540px !important;
}
.main-logo-img .SDGs-logo{
	width: 310px !important;
}

.service li{
	width: calc(100%/3);
	font-size: 1.6rem;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	padding: 6px;
}
.service li .item{
	height: 100%;
	padding: 18px;
	border-radius:16px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.service li .item div{
	text-align: center;
	
}
.service li .item div p{
	font-size: 2.4rem;
	font-weight: bold;
}
.service li .item div img{
	padding: 10px 0;
}



.img_w01 img{
	width: 120px;
}
.img_w02 img{
	width: 280px;
}

.service li dl{
}
.service li dl dt{
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	text-align: center;
	font-weight: bold;
	color: #d00c18;
	font-size: 1.8rem;
}
.service li dl .border-no{
	border-bottom:none;
}
.service li dl dd{
	line-height: 1.8;
}
.service li dl dd a{
	background: url(../img/ico_arrow01.webp) no-repeat 95% center;
background-size: auto;
-webkit-background-size: auto 10px;
background-size: auto 10px;
padding: 10px 20px;
text-align: center;
display: block;
text-decoration: none;
color: #d70c18;
/* width: 300px; */
margin: 0 auto;
border: 1px solid #d70c18;
border-radius: 25px;
font-weight: 100;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
	font-size: 1.6rem;

}
.pccont{
	display:inherit;
	}
.mocont{
	display:none;
	}
/* ipad　最後の一文字だけ改行するバグ */
.paragraph::after {
	content: '.';
	display: inline-block;
	width: 0;
	color: transparent;
	pointer-events: none;
  }
/*スマホーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media only screen and (max-width: 750px) {

	.pccont{
		display:none;
		}
	.mocont{
		display:inherit;
		}
	body {
		width:100%;
	}

	/*ーーーーーーーーーーーーーーーーーーーーーーーーー*/

	/*トップ*/
	#top_main{
		padding: 120px 0;
	}
	.top_div{
		padding:0 0 60px 0;
	}

	h1{
		width: 252px;
		font-size: 3.6rem;
	}

	/*コンテンツ*/

	.main_img{
		margin: 0;
	}
	#Scroll{
		bottom: 12px;
		font-size: 4.6rem;
		letter-spacing:1.6px;
	}
	.main_img img{
		width: 100%;
	}
	.cont{
		overflow-x: hidden !important;
		position: relative;
		padding: 60px 5%;
	}
	.h2-type01,
	.h2-type01-240,
	.h2-type01-auto,
	.h3-type01-auto{
		width: 100%;
		text-align: center;
	}

	.h2-type01 span,
	.h2-type01-240 p,
	.h2-type01-auto span,
	.h2-type02 span,
	.h3-type01-auto span{
		padding:0 0 40px 0;
	}

	.h2-type01 span{
		width: 210px;
	}
	.strengths span{
		font-size: 1.8rem !important;
		padding: 18px 0 0 0;
	}
	
	.h2-type01-auto span,
	.h3-type01-auto span{
		width: auto;
		text-align: center;
	}
	.h3-type01-auto span{
		font-size: 23px;
	}

	.h2-type02{
		width: 100%;
		text-align: left;
	}
	.h2-type02 span{
		width: 100%;
	}

	.cont h3{
		font-size: 2.0rem;
	}
	.h3-type01{
		width: 100%;
		text-align: center;
		padding:0 0 40px 0;
	}
	.h3-type01 span{
		max-width: 304px;
		width: 100%;
		font-size: 2rem;
	}
	

	.h3-type01 span p{
		font-size: 1.2rem;
		text-align: right;
		white-space:normal;
	}
	.cont h3 p{
		font-size: 1.2rem;
		text-align: right;
	}

	.cont .txt{
		width: auto;

		line-height: 2.6;
		font-size: 1.6rem;
	}
	.cont .txt span{
		padding-top: 36px;
	}


	.link_btn{
		padding: 20px 0 0 0;
	}
/* 理由 */
	.reason_w{
		background-repeat: no-repeat;
		background-size: cover;
		background-position:center 40%;
		height: 550px;
	}
	.reason01,
	.reason03{
		padding:0 20px 60px 0px;
	}
	.reason02{
		padding:0 0px 60px 20px;
	}
	.reason-item{
		width: 58%;
		height: auto;
		padding:14px 24px 24px 24px;
	}
	.reason-item .number{
		font-size: 6.8rem;
		margin-bottom: 20px;
	}
	.reason-item .txt{
	font-size: 1.6rem;
}


/* サービス */
	.service li{
		width: 100%;
	}
	.main-logo-img {
		margin: 0 0 34px 0;
	}

	.main-logo-img .STYLE-logo{
		width: 100% !important;
	}
	.main-logo-img .SDGs-logo{
		width: 60% !important;
	}
}