@charset 'UTF-8';
/*  Add Custom CSS here.  */
.header .bg-menu {
	z-index: 9000;
}
.header__menu {
	z-index: 9100;
}
a.btn-tel p .num {
	white-space: nowrap;
}
.ctc__btn {
	text-align: center;
}
.ctc__btn--item:last-child {
	display: none;
}
.header .btn-call_sp {
	position: fixed;
}
.header__menu .btn-plane {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 201px;
	height: 76px;
	padding: 0;
	background: url(../img/common/contact_btn.png) no-repeat;
	background-size: cover;
}
.header__menu .btn-plane:before {
	content: none;
}
.header__menu .btn-plane p {
	padding: 0;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0em;
	text-align: center;
	background: none;
}
.header__menu .btn-call img {
	height: 76px;
}
.header__menu .nav {
	width: calc(100% - 436px);
}

.cv_btn {
	width: 600px;
	padding: 35px 0;
	margin: 40px auto 80px;
	border: 3px solid #0461a6;
	background: #f5f9fc;
}
.cv_btn a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 420px;
	height: 60px;
	padding: 0 25px 0 50px;
	margin: 0 auto;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: .1em;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease;
	outline: none;
	border-radius: 10px;
	border: none;
	box-shadow: inset 4px 4px 4px 0px rgba(255,255,255,.6), inset 0 0 4px 4px rgba(0,0,0,.5), 4px 4px 5px 0px rgba(0,0,0,.5);
	background: linear-gradient(#003a76, #0460a5);
}
.cv_btn a span{
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	line-height: 1;
}
.cv_btn a span::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	width: 15px;
	height: 15px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg) translateY(-50%);
}

.cvSec {
	padding: 0;
}
.cvSec .l-inner {
	width: 95%;
	max-width: 1035px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}
.cvSec .cv_btn{
	padding: 20px 0 15px;
	margin: 0 auto;
}
.cvSec .cv_btn a {
	margin: 0 auto 20px;
}
.cvSec .cv_btn p{
	font-size: 24px;
	font-weight: 600;
	letter-spacing: .1em;
}


@media only screen and (max-width: 767px){
	.header__logo {
		width: calc( 100% - 68px - 68px);
	}
	.header__menu .nav {
		width:100%;
	}
	.header__menu-right{
		position: fixed;
		width: 136px;
		height: 68px;
		background: #000;
		top: 0;
		right: 0;
		z-index: 9998;
	}
	.header__menu .btn-plane {
		width: 212px;
		background: #0061A8
	}
	.header__menu .btn-plane {
		width: calc(100% - 32px);
		margin: 0 auto;
	}
	.header__menu .btn-plane p {
		position: relative;
		display: inline-flex;
		font-size: 18px;
		line-height: 1;
		letter-spacing: 0em;
	}
	.header__menu .btn-plane p::before {
		position: absolute;
		content: "";
		top: 50%;
		left: -35px;
		width: 28px;
		height: 23px;
		background: url(../img/common/icon/ico_plane.svg) no-repeat;
		background-size: contain;
		transform: translateY(-43%);
	}

	.cv_btn {
		width: 94%;
		padding: 30px 0;
		margin: 40px auto;
	}
	.cv_btn a {
		width: 88%;
		height: 10.6vw;
		padding: 0 3vw;
		font-size: 4.6vw;
	}
	.cv_btn a span{
		text-align: center;
	}
	.cv_btn a span::after {
		right: 1.5vw;
		width: 3.2vw;
		height: 3.2vw;
		transform: rotate(45deg) translateY(-60%);
	}
	.cvSec .l-inner {
		width: 100%;
	}
	.cvSec .cv_btn{
		width: 90%;
		padding: 20px;
		margin: 0 auto;
	}
	.cvSec .cv_btn img{
		width: 100%;
	}
	.cvSec .cv_btn p{
		font-size: 3.8vw;
		margin-bottom: 1.5vw;
	}
}

@media only screen and (min-width: 768px){
	.footer__r--menu .item:nth-child(1) {
		order: 1;
	}
	.footer__r--menu .item:nth-child(2) {
		order: 3;
	}
	.footer__r--menu .item:nth-child(3) {
		order: 5;
	}
	.footer__r--menu .item:nth-child(4) {
		order: 7;
	}
	.footer__r--menu .item:nth-child(5) {
		order: 2;
	}
	.footer__r--menu .item:nth-child(6) {
		order: 4;
	}
	.footer__r--menu .item:nth-child(7) {
		order: 6;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
	.header__menu .nav__item a {
		font-size: 12px;
	}
}