@charset "utf-8";



/*------------------------------------------------------------
	ベースライン
------------------------------------------------------------*/

h1 {
	font-size:7.2vw;
	font-weight: 500;
	line-height: 1.4;
	text-align:center;
	color: #000;
	margin:10px 0 20px;
	position: relative;
	padding-bottom: 15px;
}

h1 span {
	display: block;
	font-size: 1.2rem;
	color: #666;
}

h1:after {
	content: '';
	background: #000;
	width: 30px;
	height: 3px;
	position: absolute;
	bottom:0;
	left: 50%;
	margin-left: -15px;
}

@media only screen and (min-width: 768px) {
	
	h1 {
		font-size: 3.2rem;
		line-height: 1.6;
		margin:0 0 30px;
		padding-bottom: 25px;
	}
	
}


h2 {
	color: #000;
}


/*------------------------------------------------------------
	カバービジュアル
------------------------------------------------------------*/

.main-vis-area {
	width: 100%;
	position: relative;
	margin-bottom: 60px;
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
		
	.main-vis-area {
		margin-bottom: 190px;
	}
	
	.main-vis-area:before {
		content: '';
		display: block;
		background: #EDEFF1;
		width: 100%;
		height: 100vw;
		position: absolute;
		bottom: -50vw;
		left: 0;
		z-index: -1;
	}
	
	.main-vis-area:before {
		height: 200px;
		bottom: -100px;
	}
	
}


.main-vis {
	background-size: contain;
	width:100%;
	position:relative;
}

.main-vis .main-img {
	width: 100%;
	height: 75vw;
	background-size: cover;
}

@media only screen and (min-width: 768px) {

	.main-vis {
		min-width:1120px;
		max-width: 1380px;
		margin:0 auto;
	}
	
	.main-vis .main-img {
		width: 60%;
		height: auto;
		min-height: 550px;
		min-height: 620px;
		overflow: hidden;
		margin: 0;/*reset*/
	}
	
}


.main-vis .main-copy {
	width:90%;
	margin:0 auto;
	padding-top: 20px;
}

.main-vis .main-copy .main-coppy-inner p {
	font-size:1.4rem;
	margin:0 auto 10px;
	color: #454545;
}

@media only screen and (min-width: 768px) {

	.main-vis .main-copy {
		width:40%;
		padding-top: 40px;
	}
	
	.main-vis .main-copy .main-coppy-inner {
		width: 360px;
		margin: 0 auto;
	}

}


/*------------------------------------------------------------
	ナンバー（Brand Story / Service）
------------------------------------------------------------*/

#number-area {
	background: url(../img/service/bg_number.jpg) center center / cover no-repeat;
	width: 100%;
	padding: 45px 0 60px;
	text-align: center;
	color: #fff;
}

.number-area-inner {
	width: 90%;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {
	
	#number-area {
		padding: 90px 0 110px;
	}
	
	.number-area-inner {
		min-width: 1120px;
		max-width: 1500px;
	}
	
}

#number-area h2 {
	font-size: 5.8vw;
	font-weight: 500;
	color: #fff;
}

#number-area.jpn h2 {
	font-size: 4.8vw;
}

#number-area .one-third {
	width: 50%;
}

#number-area .one-third,
#number-area .one-fourth {
	margin-top: 30px;
}

@media only screen and (min-width: 768px) {
	
	#number-area h2 {
		font-size: 3.6rem;
	}
	
	#number-area.jpn h2 {
		font-size: 3rem;
	}
	
	
	#number-area .one-third {
		width: calc(100% / 3);
		margin: 40px 0 0 0;
	}
	
	#number-area .one-fourth {
		width: calc(100% / 4);
		margin: 40px 0 0 0;
		padding: 0 20px
	}
	
}

#number-area .one-third dl,
#number-area .one-fourth dl {
	line-height: 1.4;
}

#number-area .one-third dl dt,
#number-area .one-fourth dl dt {
	font-size: 5vw;
	font-weight: 500;
	margin-bottom: 10px;
}

#number-area.jpn .one-third dl dt,
#number-area.jpn .one-fourth dl dt {
	font-size: 4.2vw;
}

#number-area .one-third dl dd,
#number-area .one-fourth dl dd {
	font-size: 1.3rem;
	line-height: 1.6;
}

@media only screen and (min-width: 768px) {
	
	#number-area .one-third dl dt,
	#number-area .one-fourth dl dt {
		font-size: 2.6rem;
		margin-bottom: 15px;
	}
	
	#number-area.jpn .one-third dl dt,
	#number-area.jpn .one-fourth dl dt {
		font-size: 2.6rem;
	}
	
	#number-area .one-third dl dd,
	#number-area .one-fourth dl dd {
		font-size: 1.6rem;
		line-height: 1.8;
	}
	
}


#number-area p {
	font-size: 1.2rem;
	margin-top: 30px;
}

@media only screen and (min-width: 768px) {
	
	#number-area p {
		font-size: 1.4rem;
		margin-top: 60px;
	}
	
}


/*------------------------------------------------------------
	TEXT-BOX（Brand Story / Service）
------------------------------------------------------------*/

.text-box {
	margin: 40px auto 0;
}

.col3-gallery .flex-box + .text-box {
	margin-top: 10px;
}

@media only screen and (max-width: 767px) {
	
	.col3-gallery + .text-box {
		margin-top: 20px;
	}
	
}

@media only screen and (min-width: 768px) {
	
	.text-box {
		width: 880px;
		margin: 60px auto;
	}
		
	.col3-gallery + .text-box {
		margin-top: 30px;
	}
	
	.col3-gallery .flex-box + .text-box {
		margin-top: 0;
	}
	
}

.text-box h2,
.text-box h4 {
	font-size: 5.4vw;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	color: #000;
	margin-bottom: 20px;
}

.text-box h2 span,
.text-box h4 span {
	display: block;
	font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
	
	.text-box h2,
	.text-box h4 {
		font-size: 3.4rem;
		line-height: 1.6;
		margin-bottom: 30px;
	}
	
	.text-box h2 span,
	.text-box h4 span {
		font-size: 1.5rem;
	}
	
}


.text-box p {
	margin-bottom: 10px;
}

.text-box ol,
.text-box ul {
	margin-top: 20px;
}

.text-box ol li,
.text-box ul li {
	text-indent: -1.1em;
	padding-left: 1.1em;
	margin-bottom: 12px;
}

.text-box ol li span,
.text-box ul li span {
	font-weight: 500;
}

.text-box img {
	margin: 20px auto;
}

@media only screen and (min-width: 768px) {
	
	.text-box img {
		margin: 40px auto;
	}
	
}

/*------------------------------------------------------------
	EXPRIENCE
------------------------------------------------------------*/

#exprience-area {
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
	
	#exprience-area {
		margin-bottom: 90px;
	}
	
	#exprience-area h2 + p {
		width: 800px;
		margin: 30px auto 40px;
	}

}

#exprience-area .exprience-inner .one-fourth {
	text-align: center;
	line-height: 1.4;
	border: 1px solid #1c1c1c;
	padding: 15px;
	margin-top: 20px;
}

@media only screen and (min-width: 768px) {
	
	#exprience-area .exprience-inner {
		max-width: 1080px;
		margin: 0 auto;
	}
	
	#exprience-area .exprience-inner .one-fourth {
		padding: 25px 10px 40px;
		margin-top: 0;
	}
	
	#exprience-area .exprience-inner .one-fourth img {
		max-width: 180px;
		margin: 0 auto;
	}
	
	
}

#exprience-area .exprience-inner .one-fourth p {
	font-weight: 500;
	line-height: 1.8;
	margin-top: 10px;
}

#exprience-area .exprience-inner .one-fourth span {
	display: block;
	font-size: 1.2rem;
	text-align: left;
	line-height: 1.8;
	margin-top: 10px;
}

#exprience-area .exprience-inner .one-fourth ul {
	margin-top: 10px;
}

#exprience-area .exprience-inner .one-fourth ul li {
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}

@media only screen and (min-width: 768px) {

	#exprience-area .exprience-inner .one-fourth p {
		margin-top: 20px;
	}
	
	#exprience-area .exprience-inner .one-fourth span {
		font-size: 1.3rem;
		padding: 0 5%;
		margin-top: 15px;
	}
	
	#exprience-area .exprience-inner .one-fourth ul {
		padding: 0 5%;
		margin-top: 15px;
	}
	
	#exprience-area .exprience-inner .one-fourth ul li {
		font-size: 1.3rem;
	}
		
}

#exprience-area a.button {
	margin-top: 30px;
}

@media only screen and (min-width: 768px) {
	
	#exprience-area a.button {
		margin-top: 40px;
	}
		
}


/*------------------------------------------------------------
	GET 15% OFF / Book Appoint
------------------------------------------------------------*/

.appoint-area {
	background: url(../img/service/bg_number.jpg) center center / cover no-repeat;
	width: 100%;
	padding: 45px 0 50px;
	text-align: center;
	margin-top: 40px;
}

@media only screen and (min-width: 768px) {
	
	.appoint-area {
		padding: 75px 0 90px;
	}
	
}

.appoint-area h2 {
	font-size: 8.4vw;
	line-height: 1.4;
	letter-spacing: 0.5px;
	color: #fff;
	margin-bottom: 15px;
}

.appoint-area h2 span {
	display: block;
	font-size: 2.4rem;
}

.appoint-area h6 {
	font-size: 2.4rem;
	line-height: 1.4;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {

	.appoint-area h2 {
		font-size: 4rem;
		line-height: 1.8;
		margin-bottom: 20px;
	}
	
	.appoint-area h6 {
		font-size: 3rem;
	}

}

.appoint-area p {
	text-align: left;
	margin: 20px auto 30px;
	padding: 0 5vw;
	color: #fff;
}

@media only screen and (min-width: 768px) {
	
	.appoint-area p {
		width: 1080px;
		font-size: 1.5rem;
		text-align: center;
		margin: 20px auto 30px;
		padding: 0;
	}
	
}

.appoint-area .button {
	background: #f1f1f1;
	color: #000;
	width: 80%;
}

@media only screen and (min-width: 768px) {
	
	.appoint-area .button {
		width: 320px;
	}
	
}



/*------------------------------------------------------------
	タブ
------------------------------------------------------------*/

#tab-select {
	width: 100%;
	margin: 0 auto 25px;
}

@media only screen and (min-width: 768px) {
	
	#tab-select {
		width: 100%;
		margin: 0 auto 50px;
	}

}

#tab-select li {
	width: 48%;
	font-size: 2rem;
	line-height: 1.8;
	text-align: center;
	box-sizing: border-box;
	margin-right: 4%;
	float: left;
}

#tab-select li span {
	display: block;
	font-size: 1.2rem;
}

#tab-select li:nth-child(2) {
	margin-right: 0;
}

#tab-select li a {
	display: block;
	font-weight: 500;
	padding-bottom: 10px;
	color: #999;
	text-decoration: none;
	border-bottom: 4px solid #ddd;
}

#tab-select li a.selected {
	color: #000;
	border-bottom: 4px solid #3c3c3c;
	position: relative;
}

#tab-select li a.selected:after {
	content: '';
	border-top: 8px solid #3c3c3c;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
}

#tab-select li:hover a {
	color: #000;
	border-bottom: 4px solid #cf7a7a;
}

#tab-select li:hover a:after {
	border-top: 8px solid #cf7a7a;
}

@media only screen and (min-width: 768px) {
	
	#tab-select li a {
		height: 65px;
	}
	
}

#tab-panel {
	width: 100%;
}

