@charset "utf-8";
#profile.inner-page-ttl{ background:url(../img/profile/main_img.jpg) no-repeat center center / cover;}
#service.inner-page-ttl{ background:url(../img/service/main_img.jpg) no-repeat center center / cover;}
#recruit.inner-page-ttl{ background:url(../img/recruit/main_img.jpg) no-repeat center center / cover;}
#contact.inner-page-ttl{ background:url(../img/contact/main_img.jpg) no-repeat center center / cover;}


@media screen and (min-width:768px){
/*pc・タブレットcss*/


/* +++++++++++++++++++++++++ */

#wrapper{
	position:relative;
}
.content-area{
	width:100%;
	max-width:1200px;
	margin-left: auto;
	margin-right: auto;
}
.content-area-inner{
	width:100%;
	max-width:1000px;
	margin-left: auto;
	margin-right: auto;
}

/* +++++++++++++++++++++++++　inner page */

.inner-page-ttl{
	position:relative;
	overflow:hidden;
	margin-bottom:100px;
}
.inner-page-ttl:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
}
.inner-page-ttl .ttl{
	position:relative;
	z-index:2;
	padding:6.5vw 0;
	color:#fff;
	text-align:center;
}
.inner-page-ttl .ttl span{
	display:block;
	line-height:1;
}
.inner-page-ttl .ttl .en{
	font-size:46px;
	margin-bottom:10px;
	letter-spacing:0.1em;
	font-family: "Oswald", serif;
	font-weight:500;
}
.inner-page-ttl .ttl .jp{
	font-size:20px;
	font-weight:700;
}

/* +++++++++++++++++++++++++ */

.ttl01{
	margin-bottom:50px;
}
.ttl01 .en{
	display:block;
	color:#333333;
	font-size:40px;
	line-height:1.4;
	letter-spacing:0.1em;
	font-family: "Oswald", serif;
	font-weight:500;
}
.ttl01 .jp{
	display:block;
	color:#0E3B74;
	font-size:16px;
	line-height:1;
	font-weight:700;
}

/* +++++++ */

.ttl02{
	position:relative;
	padding:30px 0;
	margin-bottom:30px;
	font-size:24px;
	font-weight:700;
	line-height:1;
	color:#333333;
	border-top: solid 3px #333;
	border-bottom: dashed 1px #333;
}
.ttl02 .icon {
	position:relative;
	display: inline-block;
	padding-left:30px;
}
.ttl02 .icon:before {
	content:"";
	position:absolute;
	top:12px;
	left:9px;
	width:9px;
	height:9px;
	background-color:#0C3972;
}
.ttl02 .icon:after {
	content:"";
	position:absolute;
	top:3px;
	left:0;
	width:9px;
	height:9px;
	background-color:#0C3972;
}
.ttl02 span.c01{
	color:#0C3972;
}

/* +++++++++++++++++++++++++　table */

.base-table{
	width:100%;
	border-collapse:collapse;
}
.base-table th,
.base-table td{
	border-collapse:collapse;
	padding:1vw 0;
}
.base-table th{
	width:20%;
	color:#0D3A73;
	font-weight:700;
	border-bottom: solid 1px #0D3A73;
}
.base-table td{
	width:80%;
	border-bottom: solid 1px rgba(0,0,0,0.2);
}
.base-table .w05{ width:5%;}
.base-table .w10{ width:5%;}
.base-table .w20{ width:20%;}
.base-table .w30{ width:30%;}
.base-table .w40{ width:40%;}
.base-table .w50{ width:50%;}
.base-table .w60{ width:60%;}
.base-table .w70{ width:70%;}
.base-table .w80{ width:80%;}
.base-table .w90{ width:90%;}

/* +++++++++++++++++++++++++　btn */

.base-btn{
}
.base-btn a{
	position:relative;
	display:block;
	padding:20px 20px;
	text-align:center;
	color: #fff;
	background: #fff;
	line-height:1;
	background: rgb(196,17,21);
	background: linear-gradient(90deg, rgba(196,17,21,1) 0%, rgba(235,54,64,1) 100%);	
	text-decoration:none;
	-webkit-transition: all .25s;
	transition: all .25s;
}
.base-btn.en a{
}
.base-btn a:after{
	content:"";
	position:absolute;
	right: 10px;
	top:50%;
	width: 6px;
	height: 6px;
	margin-top:-2px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.base-btn.btn-inline{
	min-width:250px;
	display:inline-block;
}

.base-btn.btn-c_w a{
	border: solid 1px #fff;
	background:transparent !important;
	
}

/* +++++++++++++++++++++++++ */

#common-header{
	position:relative;
	z-index:3;
	width:100%;
	height:80px;
}
#top #common-header{
}
#common-header #header-logo{
	margin-left:1vw;
	width:11vw;
}
#common-header .header-right{
}
#common-header .gnavi{
}
#common-header .sp-navi-btn{
	display:none;
}
#common-header .gnavi li{
	margin-left:5vw;
}
#common-header .gnavi a{
	display:block;
	text-align:center;
	line-height:1.5;
	text-decoration:none;
	color:#fff;
}
#common-header .gnavi a .jp{
	display:block;
	font-size:13px;
}
#common-header .gnavi a .en{
	display:block;
	font-size:10px;
	font-family: "Oswald", serif;
	font-weight:500;
}
.header-contact-btn{
	position:absolute;
	top:0;
	right:0;
}
.header-contact-btn .tel a{
	display:block;
	width:220px;
	height:80px;
	padding:0 20px;
	background:#0E3B74;
	color:#fff;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.header-contact-btn .tel .tel-txt{
	display:block;
	font-size:20px;
	margin-bottom:5px;
	letter-spacing:0.1em;
	line-height:1;
	font-family: "Oswald", serif;
	font-weight:500;
}
.header-contact-btn .tel .time-txt{
	display:block;
	font-size:12px;
	line-height:1;
}

.header-contact-btn .mail a{
	display:block;
	width:80px;
	height:80px;
	background: url(../img/common/icon_mail.svg) no-repeat center center / 34% auto #D11D23;
	text-indent:-200000px;
	text-align:center;
	font-size:15px;
	color:#fff;
}
.header-contact-btn .instagram a{
	display:block;
	width:80px;
	height:80px;
	background: url(../img/common/icon_instagram.svg) no-repeat center center / 34% auto #272727;
	text-indent:-2000000px;
	text-align:center;
	font-size:15px;
	color:#fff;
}

/* +++++++++++++++++++++++++ */

	
#bottom-contact{
	padding:100px 0;
	text-align:center;
	color:#fff;
	background:#0E3B74;
}	
#bottom-contact a{
	color:#fff;
	text-decoration:none;
}
#bottom-contact .ttl{
	margin-bottom:10px;
	font-size:26px;
	letter-spacing:0.1em;
	font-family: "Oswald", serif;
	font-weight:500;
}	
#bottom-contact .time{
	margin-bottom:20px;
	font-size:18px;
}	
#bottom-contact .tel{
	margin-bottom:10px;
	font-size:36px;
	letter-spacing:0.1em;
	font-family: "Oswald", serif;
	font-weight:500;
}	
	
/* +++++++++++++++++++++++++ */

#common-footer{
	padding: 40px 0;
	background-color:#131612;
	color:#fff;
	text-align: center;
}
#common-footer a{
	color:#fff;
	text-decoration:none;
}
#common-footer .footer-sitemap{
	margin-bottom: 30px;
}
#common-footer .footer-sitemap li{
	margin-bottom: 10px;
	padding: 0 1em;
	line-height:1;
	position: relative;
}
#common-footer .footer-sitemap li:before{
	content: "";
	position: absolute;
	right: 0;
	top: 6%;
	width: 1px;
	height: 100%;
	background-color:rgba(255,255,255,0.3);
}
#common-footer .footer-sitemap li:last-child:before{
	display:none;
}
#common-footer .copyright{
	text-align:center;
	font-size:11px;
}







}

@media screen and (min-width:768px) and ( max-width:1200px) {
	
	.content-area{
		padding-left:5vw;
		padding-right:5vw;
	}


}

@media (max-width: 768px) {
	
	
	
	.content-area{
		padding-left:5vw;
		padding-right:5vw;
	}

	/* +++++++++++++++++++++++++　inner page */
	
	.inner-page-ttl{
		position:relative;
		overflow:hidden;
		margin-bottom:12vw;
	}
	.inner-page-ttl:before{
		content:"";
		position:absolute;
		top:0;
		left:0;
		z-index:2;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.4);
	}
	.inner-page-ttl .ttl{
		position:relative;
		z-index:2;
		padding:8vw 0;
		color:#fff;
		text-align:center;
	}
	.inner-page-ttl .ttl span{
		display:block;
		line-height:1;
	}
	.inner-page-ttl .ttl .en{
		font-size:30px;
		margin-bottom:2vw;
		letter-spacing:0.1em;
		font-family: "Oswald", serif;
		font-weight:500;
	}
	.inner-page-ttl .ttl .jp{
		font-size:14px;
		font-weight:700;
	}
	
	/* +++++++++++++++++++++++++ */
	
	.ttl01{
		margin-bottom:6vw;
	}
	.ttl01 .en{
		display:block;
		color:#333333;
		font-size:30px;
		line-height:1.4;
		letter-spacing:0.1em;
		font-family: "Oswald", serif;
		font-weight:500;
	}
	.ttl01 .jp{
		display:block;
		color:#0E3B74;
		font-size:14px;
		line-height:1;
		font-weight:700;
	}
	
	
	/* +++++++ */
	
	.ttl02{
		position:relative;
		padding:4vw 0;
		margin-bottom:3vw;
		font-size:18px;
		font-weight:700;
		line-height:1;
		color:#333333;
		border-top: solid 2px #333;
		border-bottom: dashed 1px #333;
	}
	.ttl02 .icon {
		position:relative;
		display: inline-block;
		padding-left:20px;
	}
	.ttl02 .icon:before {
		content:"";
		position:absolute;
		top:9px;
		left:6px;
		width:6px;
		height:6px;
		background-color:#0C3972;
	}
	.ttl02 .icon:after {
		content:"";
		position:absolute;
		top:3px;
		left:0;
		width:6px;
		height:6px;
		background-color:#0C3972;
	}
	.ttl02 span.c01{
		color:#0C3972;
	}
			
	
	/* +++++++++++++++++++++++++　table */
	
	.scroll-table {
		overflow: auto;
		white-space: nowrap;
	}
	.scroll-table .base-table,
	.scroll-table .base-table2{
		width:auto;
	}
	
	
	.base-table{
		width:100%;
		border-collapse:collapse;
	}
	.base-table th,
	.base-table td{
		position:relative;
		width:100%;
		display:block;
	}
	.base-table th{
		font-weight:700;
		padding:2vw 0 0 0;
	}
	.base-table td{
		padding:0 0 3vw 0;
	}
	.base-table th:before,
	.base-table tr:last-child td:before{
		content:"";
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:1px;
		background-color:rgba(0,0,0,0.2);
	}
	.base-table th:after,
	.base-table tr:last-child td:after{
		content:"";
		position:absolute;
		top:0;
		left:0;
		width:30%;
		height:1px;
		background-color:#0D3A73;
	}
	.base-table tr:last-child td:before,
	.base-table tr:last-child td:after{
		top: inherit;
		bottom:0;
	}
	.base-table td{
	}
	
	
	
	
	
	/* +++++++++++++++++++++++++　btn */
	
	.base-btn{
	}
	.base-btn a{
		position:relative;
		display:block;
		padding:4vw;
		text-align:center;
		color: #fff;
		background: #fff;
		line-height:1;
		background: rgb(196,17,21);
		background: linear-gradient(90deg, rgba(196,17,21,1) 0%, rgba(235,54,64,1) 100%);	
		text-decoration:none;
		-webkit-transition: all .25s;
		transition: all .25s;
	}
	.base-btn.en a{
	}
	.base-btn a:after{
		content:"";
		position:absolute;
		right: 10px;
		top:50%;
		width: 6px;
		height: 6px;
		margin-top:-2px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.base-btn.btn-inline{
		min-width:250px;
		display:inline-block;
	}
	
	.base-btn.btn-c_w a{
		border: solid 1px #fff;
		background:transparent !important;
		
	}
	
	/* +++++++++++++++++++++++++ */
	
	#common-header{
		height:14vw;
		padding-top:1vw;
	}
	#common-header #header-logo{
		width:46%;
		padding:0 2vw;
		position:relative;
		z-index:10;
	}
	
	#common-header .header-right .header-contact{
		display:none;
	}
	#common-header .gnavi{
		display:block;
	}
	#common-header .sp-navi-btn{
		position: fixed;
		z-index:1000;
		top:0;
		right:0;
		display:block;
		width:14vw;
		height:14vw;
		padding:3.5vw 2.5vw;
		background: rgb(196,17,21);
		background: linear-gradient(90deg, rgba(196,17,21,1) 0%, rgba(235,54,64,1) 100%);	
	}
	#common-header .sp-navi-btn .gnavi-toggle{
		cursor:pointer;
		font-size:9px;
		text-align:center;
		color:#fff;
		letter-spacing:0.05em;
		font-family: "Oswald", serif;
	}
	#common-header .sp-navi-btn .gnavi-toggle .gnavi-toggle-inner{
		position:relative;
		width:70%;
		height:3.5vw;
		margin: 0 auto 1vw;
	}
	#common-header .sp-navi-btn .gnavi-toggle span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #fff;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	#common-header .sp-navi-btn .gnavi-toggle span:nth-of-type(1) {
		top: 0;
	}
	#common-header .sp-navi-btn .gnavi-toggle span:nth-of-type(2) {
		top: 50%;
		margin-top:-1px;
	}
	#common-header .sp-navi-btn span:nth-of-type(3) {
		bottom: 0;
	}
	#common-header .sp-navi-btn .gnavi-toggle.active span {
		height: 1px;
		border-radius: 0;
	}
	#common-header .sp-navi-btn .gnavi-toggle.active span:nth-of-type(1) {
		-webkit-transform: translateY(1.7vw) rotate(-315deg);
		transform: translateY(1.7vw) rotate(-315deg);
	}
	#common-header .sp-navi-btn .gnavi-toggle.active span:nth-of-type(2) {
		opacity: 0;
	}
	#common-header .sp-navi-btn .gnavi-toggle.active span:nth-of-type(3) {
		width:100%;
		margin-left:0%;
		-webkit-transform: translateY(-1.7vw) rotate(315deg);
		transform: translateY(-1.7vw) rotate(315deg);
	}
	
	/* +++++++++++++++++++++++++　gnavi */
	
	.navi-bg{
		display:none;
		position: fixed;
		z-index:100;
		width: 100%;
		height:100%;
		background-color:rgba(0,0,0,0.9);
	}
	.navi-bg.active{
		display: block;
	}
	.sp-navi-box,
	.navi-child{
		display:block;
	}
	.navi-child{
		display:none;
		position: fixed;
		top:0;
		left:0;
		z-index:101;
		width:100%;
		height:100vh;
		padding-top:10vw;
		overflow:scroll;
		padding-bottom:5vw;
	}
	.navi-child.active{
		display:block;
	}
	#common-header.active{
		position:relative;
		display: block;
	}
	body.active,
	html.active{
		overflow:hidden;
		height:100%;
	}
	.navi-child li a{
		display:block;
		padding:8vw;
		border-bottom: solid 1px rgba(255,255,255,0.3);
		color:#fff;
		text-decoration:none;
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	.navi-child li a .en{
		display:block;
		margin-left:1em;
		font-size:11px;
		line-height:1;
		font-family: "Oswald", serif;
		color:#4276C4;
	}
	.navi-child li a .jp{
		display:block;
		font-size:16px;
		line-height:1;
	}
		
	.header-right{
	}
	.header-contact-btn{
		position:absolute;
		bottom:0;
		right:0;
		width:100%;
	}
	.header-contact-btn .tel{
		width:80%;
	}
	.header-contact-btn .mail,
	.header-contact-btn .instagram{
		width:20%;
	}
	.header-contact-btn .tel a{
		display:block;
		height:80px;
		padding:0 5vw;
		background:#0E3B74;
		color:#fff;
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	.header-contact-btn .tel .tel-txt{
		display:block;
		font-size:20px;
		margin-bottom:5px;
		letter-spacing:0.1em;
		line-height:1;
		font-family: "Oswald", serif;
		font-weight:500;
	}
	.header-contact-btn .tel .time-txt{
		display:block;
		font-size:12px;
		line-height:1;
	}
	.header-contact-btn .mail a{
		display:block;
		height:80px;
		background: url(../img/common/icon_mail.svg) no-repeat center center / 34% auto #D11D23;
		text-indent:-200000px;
		text-align:center;
		font-size:15px;
		color:#fff;
	}
	.header-contact-btn .instagram a{
		display:block;
		height:80px;
		background: url(../img/common/icon_instagram.svg) no-repeat center center / 34% auto #272727;
		text-indent:-2000000px;
		text-align:center;
		font-size:15px;
		color:#fff;
	}
		
	/* +++++++++++++++++++++++++ */
	
	
	#bottom-contact{
		padding:10vw 0;
		text-align:center;
		color:#fff;
		background:#0E3B74;
	}	
	#bottom-contact a{
		color:#fff;
		text-decoration:none;
	}
	#bottom-contact .ttl{
		margin-bottom:2vw;
		font-size:22px;
		line-height:1;
		letter-spacing:0.1em;
		font-family: "Oswald", serif;
		font-weight:500;
	}	
	#bottom-contact .tel{
		margin-bottom:1vw;
		font-size:26px;
		line-height:1;
		letter-spacing:0.1em;
		font-family: "Oswald", serif;
		font-weight:500;
	}	
	#bottom-contact .time{
		margin-bottom:2vw;
		font-size:16px;
	}	
	
	/* +++++++++++++++++++++++++ */
	
		
	
	#common-footer{
		padding: 8vw 0;
		background-color:#131612;
		color:#fff;
		text-align: center;
	}
	#common-footer a{
		color:#fff;
		text-decoration:none;
	}
	#common-footer .footer-sitemap{
		display:none;
	}
	#common-footer .copyright{
		text-align:center;
		font-size:11px;
	}
	
		
	
}


