@charset "UTF-8";

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a{
	color:inherit;
	text-decoration: none;
	transition: 0.3s;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	outline: none;
}

a:hover{
	color: #999;
}

.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb80{margin-bottom: 80px;}
.mb100{margin-bottom: 100px;}
.mb200{margin-bottom: 200px;}

.normal{font-weight: normal;}
.small{font-size: 1.0rem;}
.red{color: #CC0000;}

#text{
	display: none;
}


/* PC版ベースに構築 ---------------------------------------- */

/* 共通設定 */
.sp_none{
	display: block;
 }
.pc_none{
	display: none;
 }

/*html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}*/

html{
	font-size: 62.5%;
	height: 100%;
	width: 100%;
}

body {
	font-family: a-otf-gothic-bbb-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.8rem;
	background-color: #fff;
	color: #111;
	line-height: 2.0;
	-webkit-text-size-adjust: 100%;
	font-feature-settings : "palt";
	letter-spacing: 0.05em;
	width: 100vw;
	min-width: 100vw;
}

.bodyfixed{
	overflow: hidden;
}

.justify{
	text-align: justify;
    text-justify: inter-ideograph;
}

/*fv*/
.fv{
	margin-top: -60px;
}

.fv section{
	position: relative;
}

.slider_sp{
	display: none;
}

.logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.logo img{
	width: 30vw;
	height: auto;
	display: block;
}


/*catch*/
.catch{
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	position: relative;
	margin-top: 230px;
}

.catch:after{
	position: absolute;
	top: -80px;
	left: 30%;
	width: 70%;
	height: 456px;
	background-color: #daba33;
	content: "";
	display: block;
	z-index: -1;
}

.catch section{
	width: 85vw;
	max-width: 1000px;
	height: 380px;
	margin: 0 auto;
	display: flex;
}

.catch h2 {
	font-size: 3.9rem;
	line-height: 1;
	width: 47%;
	letter-spacing: 0.07em;
}

.catch h2 span{
	display: block;
	font-size: 2.1rem;
	margin-top: 12px;
	margin-bottom: 15px;
}

.catch_text{
	width: 53%;
	text-align: justify;
    text-justify: inter-ideograph;	
}

.to_works {
	margin-top: 30px;
}

.to_works a{
	border: 3px solid #111;
	background-color: #fff;
	font-size: 2.1rem;
	line-height: 1;
	height: 40px;
	width: 120px;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	display: block;
	padding-top: 5px;
	position: relative;
	text-align: center;
	float: right;
	text-transform: capitalize;
}

.to_works a:after{
	content:""; 
	background-image: url("../img/next.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	width: 11px;
	height: 18px;
	display: inline-block;
	position: relative;
	right: 0;
	top: 2px;
	margin-left: 3px;
}


/*service*/
.service{
	padding-top: 200px;
}

.service h2{
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-size: 4.6rem;
	text-transform: capitalize;
	position: relative;
	text-align: center;
	line-height: 1;
	margin-bottom: 85px;
}

.service h2:before, .service h2:after{
	font-size: 3.0rem;
	content: "";
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 18px;
	display: inline-block;
	position: relative;
	top: -20px;
}

.service h2:before{
	background-image: url("../img/service/quo_before.svg");
	margin-right: 10px;
}

.service h2:after{
	background-image: url("../img/service/quo_after.svg");
	margin-left: 10px;
}

.service ul{
	width: 85vw;
	max-width: 1060px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.service li{
	width: 48%;
	margin-bottom: 3vw;
}

.service li img{
	width: 100%;
	height: auto;
	display: block;
	transition: 0.3s;
}

.service li img:hover{
	opacity: 0.6;
}


/*promises*/
.promises{
	padding-top: 180px;
	padding-bottom: 180px;
	position: relative;
}

.promises h2{
	width: 337px;
	height: 293px;
	margin: 0 auto;
	margin-bottom: 100px;
}

.promises h2 img{
	width: 100%;
	height: auto;
}

.promises_sp{
	display: none;
}

.promises ul{
	width: 100%;
	max-width: 1400px;
	min-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	position: relative;
    left: 50%;
    margin-left: -700px;
}

.promises li img{
	width: 623px;
	height: auto;
	display: block;
}

.promises li:nth-child(3n-1){
	align-self: flex-end;
	margin-top: -90px;
}

.promises li:nth-child(3n){
	align-self: center;
	margin-top: 50px;
    margin-bottom: 50px;
}

.promises_back_right{
	background-image: url("../img/promises/back_pc_right.jpg");
	background-size: 570px auto;
	background-position: right top;
	background-repeat: no-repeat;
	width: 570px;
	height: 3720px;
	position: absolute;
	right: 0;
	top: 200px;
    z-index: -1;
}

.promises_back_left{
	background-image: url("../img/promises/back_pc_left.jpg");
	background-size: 570px auto;
	background-position: left top;
	background-repeat: no-repeat;
	width: 570px;
	height: 3720px;
	position: absolute;
	left: 0;
	top: 600px;
    z-index: -1;
}



/*footer*/
.aside_footer{    
    width: 100vw;
	background-color :rgba(179,179,179,0.80);
	background-image :
      repeating-linear-gradient(to bottom,
                                rgba(255, 255, 255, 0.30),
                                rgba(255, 255, 255, 0.30) 1px,
                                rgba(0, 0, 0, 0) 0,
                                rgba(0, 0, 0, 0) 5px),
      repeating-linear-gradient(to right,
                                rgba(255, 255, 255, 0.30),
                                rgba(255, 255, 255, 0.30) 1px,
                                rgba(0, 0, 0, 0) 0,
                                rgba(0, 0, 0, 0) 5px);
	padding-top: 80px;
}

.aside_footer_inner{
	display: flex;
    flex-direction: row-reverse;
	justify-content: flex-end;
    width: 85vw;
	max-width: 1060px;
	margin: 0 auto;
}

footer{
	background-image: url("../img/footer_logo@3x.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 144px;
	padding-top: 180px;
	width: 390px;
    min-width: 390px;
}

footer h1{
	margin-bottom: 25px;
}

footer h1 em{
	font-style: normal;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	display: block;
}

address{
	border-top: 1px solid #111;
	font-style: normal;
	padding-top: 25px;
}

small{
	font-size: 1.4rem;
	text-align: center;
	display: block;
	background-color: #fff;
	padding: 30px 0;
	margin-top: 70px;
}

.footer_link{
	display: flex;
}

aside{
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	padding-left: 15%;
}

aside .to_insta{
	margin-bottom: 30px;
}

aside .to_insta a{
	position: relative;
}

aside .to_insta a:before{
	width: 32px;
	height: 32px;
	background-image: url("../img/insta.svg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	margin-right: 10px;
    top: 10px;
    position: relative;
}

aside .to_insta a:hover{
	color: #fff;
}

aside ul:first-of-type{
	margin-right: 60px;
}

aside ul{
	margin-left: 2px;
}

aside ul li{
	text-transform: capitalize;
	margin-bottom: 5px;
}

aside ul li a:hover{
	color: #fff;
}

aside ul li ol{
	font-family: a-otf-gothic-bbb-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	margin-left: 10px;
}

aside ul li ol li:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #111;
    border-radius: 50%;
    position: relative;
    top: -5px;
    left: 0;
    margin-right: 5px;
}



/* tablet版上書き ---------------------------------------- */

@media only screen and (min-width:813px) and (max-width:1024px) {
	
} /* tablet版終わり */



/* SP版上書き ---------------------------------------- */

@media screen and (max-width:812px){
	body{
		font-size: 1.4rem;
		overflow-x: hidden;
	}
	
	.pc_none{
		display: block;
    }
	.sp_none{
		display: none;
    }
	
	.slider_pc{
		display: none;
	}
	
	.slider_sp{
		display: block;
	}
	
	.fv {
		margin-top: 0;
	}
	
	.logo img {
		width: 50vw;
	}
	
	.catch{
		margin-top: 40px;
	}
	
	.catch:after{
		display: none;
	}
	
	.catch section {
		width: 85vw;
		max-width: 85vw;
		height: auto;
		display: block;
	}
	
	.catch h2, .catch_text{
		width: 100%;
	}
	
	.catch h2 {
		font-size: 2.5rem;
		margin-bottom: 30px;
	}	
	
	.catch h2 span{
		font-size: 1.8rem;
	}

	.service h2{
		margin-bottom: 40px;
		font-size: 3.6rem;
	}
	
	.service ul {
		width: 90vw;
		max-width: 90vw;
		flex-direction: column;
	}
	
	.service li {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.to_works a{
		background-color: rgba(218,185,50,1.00);
	}
	
	.service h2:before, .service h2:after{
		width: 18px;
		height: 14px;
		top: -16px;
	}
	
	.service h2:before{
		margin-right: 8px;
	}
	
	.service h2:after{
		margin-left: 5px;
	}
	
	.promises {
		padding-top: 100px;
		padding-bottom: 20px;
		width: 100vw;
		overflow: hidden;
	}
	
	.promises h2{
		width: 56%;
		height: auto;
		margin-bottom: 30px;
	}
	
	.promises ul {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		left: auto;
		margin-left: 0;
		display: none;
	}
	
	.promises li img {
		width: auto;
		height: 37vw;
	}
	
	.promises li:nth-child(3n-1){
		margin-top: 20px;
	}
	
	.promises li:nth-child(3n) {
		align-self: flex-start;
		margin-top: 30px;
		margin-bottom: 25px;
		margin-left: 13vw;
	}
	
	.promises_sp{
		display: block;
		position: relative;
	}
	
	.promises_sp img{
		width: 100vw;
		height: auto;
		display: block;
	}
	
	.promises_back_sp{
		width: 100vw;
		background-image: url("../img/promises/sp01-16_back@3x.jpg");
		background-repeat: no-repeat;
		background-size: 100% auto;
		height: 3000px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	
	
	
	.aside_footer{
		min-width: 100vw;
		padding-top: 0px;
	}
	
	.aside_footer_inner{
		flex-direction: column;
		width: 100vw;
		max-width: 100vw;
	}
	
	aside{
		background-color :rgba(218,185,50,0.50);
		background-image :
      repeating-linear-gradient(to bottom,
                                rgba(255, 255, 255, 0.30),
                                rgba(255, 255, 255, 0.30) 1px,
                                rgba(0, 0, 0, 0) 0,
                                rgba(0, 0, 0, 0) 5px),
      repeating-linear-gradient(to right,
                                rgba(255, 255, 255, 0.30),
                                rgba(255, 255, 255, 0.30) 1px,
                                rgba(0, 0, 0, 0) 0,
                                rgba(0, 0, 0, 0) 5px);
		padding-top: 30px;
		padding-left: 7.5vw;
		padding-right: 7.5vw;
		padding-bottom: 30px;
		margin-bottom: 40px;
	}
	
	aside ul{
		font-size: 1.4rem;
	}
	
	aside ul li{
		margin-right: 0;
		margin-bottom: 0;
	}
	
	aside ul li:after{
		margin-left: 10px;
		margin-right: 0px;
	}
	
	aside ul li ol{
		font-size: 1.4rem;
		margin-left: 0;
	}
	
	footer{
		margin: 0 auto;
		padding-top: 120px;
		background-size: auto 90px;
		background-position: top center;
		text-align: center;
		width: 100%;
    max-width: 100%;
    min-width: 100%;
	}
	
	footer h1 {
		margin-bottom: 20px;
	}
	
	address {
		border-top: 0;
		padding-top: 0;
	}
	
	address:before {
		display: block;
		content: "";
		width: 70vw;
		height: 1px;
		background-color: #111;
		margin: 0 auto;
		margin-bottom: 20px
	}
	
	small{
		background-color: transparent;
		margin-top: 0;
		font-size: 1.2rem;
	}
	
	.footer_link{
		justify-content: space-between;
	}
	
}


/* SP横向き */

@media screen and (orientation: landscape) and (max-width: 812px){
	
}


/* 印刷用 ---------------------------------------- */
@media print{
	*{
		transition-property: none !important;
		animation-name: none !important;
		opacity: 1 !important;
		font-family:initial;
	}
}

