@charset "utf-8";
/* ===================================================================
CSS
 file name  :  common.css
=================================================================== */
/* web font */
body, button, input, select, textarea {
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Avenir','Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','メイリオ',Meiryo,sans-serif;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.8;
	color: #333;
}
html{
    font-size: 62.5%;
}
body{
    font-size:1.6rem;
	position: relative;
}
@media screen and (max-width: 768px) {
	body{
		font-size:1.2rem;
	}
}
img{
	max-width: 100%;
	height: auto;
	width: auto;
}
/* 画像トリミングIE対応 */
.object-fit-img {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
p{
	line-height: 2;
}
a{
	color: #003169;
}
a:hover{
	color: #4576AD;
}
/* ボタン共通 */
a.btn{
	position: relative;
	text-decoration: none;
	display: block;
	padding: 1.2em 2em 1.2em 1em;
	color: #FFF;
	text-align: center;
	background-image: url("../images/common/bg_button.png"), linear-gradient(90deg, #003070 0%, #003070 50%, #0052AD 50%, #0052AD 100%);
	background-repeat: no-repeat, no-repeat;
	background-size: 2em auto, 200% auto;
	background-position: center right 1.5em, center left;
	max-width: 500px;
	margin: auto;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
}
@media screen and (min-width: 769px) {
	a.btn:hover{
		transition: all .5s;
		background-position: center right 1.5em, center right;
	}
}
a.btn.contact::before{
	background: url("../images/common/icon_mail_w.png") no-repeat top 1px center;
	content: "";
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	margin: 0px 1.5em 0 0;
	background-size: contain;
	vertical-align: middle;
}
a.btn_back{
	position: relative;
	text-decoration: none;
	display: block;
	background: #666;
	padding: 1em;
	color: #FFF;
	text-align: center;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
    transition: all .5s;
}
a.btn_back:hover{
	background: #444;
}
@media screen and (max-width: 768px) {
	a.btn{
		padding: 1.5em 2em 1.5em 1em;
	}
}
@media print, screen and (min-width: 769px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
	.pc_none{
		display:none;
	}
	.wrap{
		padding-top: 0px;
	}
	a.anchor {
		display: block;
		padding-top: 150px;
		margin-top: -150px;
	}
}
@media screen and (max-width: 768px) {
	.sp_none{
		display:none;
	}
	.wrap{
		padding-top: 60px;
	}
	a.anchor {
		display: block;
		padding-top: 80px;
		margin-top: -80px;
	}
}
/* =====================================
ヘッダー
======================================== */
@media print, screen and (min-width: 769px) {
	.header{
		margin: auto;
		position:relative;
		width: 100%;
		height: 80px;
		z-index: 10000;
		border-bottom: 1px solid #DAE2E2;
	}
	.header_wrap{
		width:100%;
		height: 80px;
		margin:0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.header_wrap .h_logo{
		padding-right: 25px;
		margin-left: 50px;
	}
	.header_wrap .h_logo a{
		display: block;
		width: 249px;
		height: 40px;
		background: url("../images/common/logo.png") no-repeat;
		background-size: contain;
		text-indent: -9999px;
	}
	.header_wrap .h_tel{
		width: 195px;
		margin-right: 30px;
	}
	.header_wrap .h_tel .sp_tel_text,
	.header_wrap .sp_h_contact{
		display: none
	}
	.header_wrap .pc_h_contact{
		width: 160px;
		height: 80px;
		font-size: 1.4rem;
	}
	.header_wrap .pc_h_contact .h_contact_btn{
		display: block;
		width: 160px;
		height: 80px;
		color: #FFF;
		text-decoration: none;
		padding-top: 10px;
		text-align: center;
		background-image: url("../images/common/icon_mail_w.png"), linear-gradient(90deg, #003070 0%, #003070 50%, #0052AD 50%, #0052AD 100%);
		background-repeat: no-repeat, no-repeat;
		background-size: 18px auto, 200% auto;
		background-position: center top 45px, center left;
	}
@media screen and (min-width: 769px) {
	.header_wrap .pc_h_contact .h_contact_btn:hover{
		transition: all .5s;
		background-position: center top 45px, center right;
	}
}
	.h_nav_wrap{
		height: 70px;
		margin: auto;
	}
	.global_nav > ul{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.global_nav > ul > li{
		padding: 0;
		position: relative;
	}
	.global_nav > ul > li > a,
	.global_nav > ul > li.sub_menu > div{
		position: relative;
		display: flex;
		align-items: center;
		height: 70px;
		font-size: 1.4rem;
		line-height: 1.8;
		font-weight: 500;
		text-align: center;
		padding: 0 2em;
		color: #333;
		text-decoration: none;
		cursor: pointer;
	}
	.global_nav > ul > li > a::after,
	.global_nav > ul > li.sub_menu > div::after{
		content: '';
		position: absolute;
		bottom: 0px;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #003169;
		transform: scaleX(0);
		transition: all .3s ease;
	}
	.global_nav > ul > li > a:hover::after,
	.global_nav > ul > li.sub_menu > div:hover::after{
		transform: scaleX(1);
	}
	.global_nav ul li ul{
		visibility: hidden;
		position: absolute;
		top: 70px;
		left: 0;
		right: 0;
	}
	.global_nav ul li:hover > ul{
		visibility: visible;
		background: #001D3E;
		height: inherit;
		padding: 0;
		transition: all .3s ease;
	}
	.global_nav ul li:hover > ul li a{
		text-decoration: none;
		color: #EAEAEA;
		white-space: nowrap;
		font-size: 1.4rem;
		font-weight: 300;
		line-height: 1.8;
		display: block;
		width: 100%;
		padding: 1em 2em;
		border-bottom: 1px solid #424C57;
	}
	.global_nav ul li:hover > ul li a:before{
		content: 'ー　';
	}
	.global_nav ul li:hover > ul li a:hover{
		background: #003169;
	}
	.nav-toggle{
		display: none;
	}
	/*---固定化されたときのCSS---*/
	.h_nav_wrap.mw_fix{
		width: 100%;
		top: -80px;
		border-bottom: 1px solid #DAE2E2;
	}
	.h_nav_wrap.fixed{
		position: fixed;
		margin: 0;
		top: 0;
		background: #FFF;
		width: 100%;
		transition: all .5s;
	}
}
@media screen and (max-width: 1280px) {
	.h_nav_wrap{
		padding: 0px 10px;
	}
	.global_nav > ul > li > a{
		padding: 0 1.5em;
	}
}
@media print, screen and (min-width: 769px) and (max-width: 1180px) {
	.header_wrap .h_logo{
		padding-right: 20px;
		margin-left: 20px;
	}
	.header_wrap .h_logo a{
		width: 220px;
		height: 38px;
	}
	.global_nav > ul > li > a{
		padding: 0 1em;
	}
}
@media print, screen and (min-width: 769px) and (max-width: 1040px) {
	.global_nav > ul > li > a{
		padding: 0 0.7em;
	}
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
	.global_nav > ul > li > a{
		padding: 0 0.5em;
	}
}
/* =====================================
スマホヘッダー
======================================== */
@media screen and (max-width: 768px) {
	.header{
		position: relative;
		width: 100%;
		z-index: 10000;
	}
	.header_wrap{
		position: fixed;
		margin:0;
		width: 100%;
		height: 60px;
		background: #FFF;
		border-bottom: 1px solid #DAE2E2;
	}
	.header_wrap .h_logo{
		position: absolute;
		top: 15px;
		left: 10px;
		width: 210px;
		height: 32px;
	}
	.header_wrap .h_logo a{
		display: block;
		width: 183px;
		height: 30px;
		background: url("../images/common/logo.png") no-repeat;
		background-size: contain;
		text-indent: -9999px;
	}
	.header_wrap .h_tel .pc_tel_text,
	.header_wrap .pc_h_contact{
		display: none;
	}
	.header_wrap .h_tel{
		position: absolute;
		right: 90px;
		top: 10px;
		width: 40px;
		height: 40px;
	}
	.header_wrap .h_tel img{
		position: absolute;
		top: 6px;
		left: 10px;
		width: 18px;
		height: auto;
	}
	.header_wrap .sp_h_contact{
		position: absolute;
		right: 50px;
		top: 10px;
		width: 40px;
		height: 40px;
	}
	.header_wrap .sp_h_contact img{
		position: absolute;
		top: 7px;
		left: 9px;
		width: 22px;
		height: auto;
	}
	.header_wrap .h_tel .sp_tel_text,
	.header_wrap .sp_h_contact .sp_mail_text{
		position: absolute;
		top: 30px;
		left: 0px;
		width: 40px;
		text-align: center;
		color: #003169;
		font-size: 0.8rem;
	}
	/* Toggle Button */
	.nav-toggle {
		position: fixed;
		right: 10px;
		top: 10px;
		width: 40px;
		height: 40px;
		cursor: pointer;
		z-index: 10200;
	}
	.nav-toggle div {
		position: relative;
	}
	.nav-toggle span {
		display: block;
		position: absolute;
		left: 10px;
		height: 1px;
		width: 20px;
		background: #003169;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	.nav-toggle span:nth-child(1) {
		top: 8px;
	}
	.nav-toggle span:nth-child(2) {
		top: 15px;
	}
	.nav-toggle span:nth-child(3) {
		top: 22px;
	}
	.nav-toggle .sp_toggle_text{
		position: absolute;
		top: 30px;
		width: 100%;
		text-align: center;
		color: #003169;
		font-size: 0.8rem;
	}
	.nav-toggle.active span:nth-child(1) {
		top: 15px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.nav-toggle.active span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.nav-toggle.active span:nth-child(3) {
		top: 15px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}

	/* .global_nav スライドアニメーション */
	.open .global_nav {
		-moz-transform: translateX(-100vw);
		-webkit-transform: translateX(-100vw);
		transform: translateX(-100vw);
	}
	/* 開いてないときは画面外に配置 */
	.global_nav{
		position: fixed;
		top: 60px;
		right: -100vw;
        width: 100%;
		height: 100%;
		overflow: scroll;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
		z-index: 10100;
		/*background: rgba(0,29,62,0.95);*/
		background: #001D3E;
	}
	.global_nav ul{
		border-top: 1px solid #2F4A69;
	}
	.global_nav ul li{
		border-bottom: 1px solid #2F4A69;
	}
	.global_nav ul li a,
	.global_nav ul li.sub_menu div{
		display: block;
		color: #FFF;
		text-decoration: none;
		font-size: 1.2rem;
		padding: 2em 3em;
		cursor: pointer;
	}
	.global_nav ul li ul{
		display: none;
	}
	.global_nav ul li ul li{
		border-bottom: 1px solid #2F4A69;
	}
	.global_nav ul li ul li:last-child{
		border-bottom: none;
	}
	.global_nav ul li ul li a{
		background: #04264D;
	}
	.global_nav ul li ul li a:before{
		content: 'ー　';
	}
	.global_nav ul li.sub_menu > div{
		background: url("../images/common/swich_down.png") no-repeat center right 20px;
		background-size: 14px auto;
	}
	.global_nav ul li.sub_menu > div.sub_active{
		background: url("../images/common/swich_up.png") no-repeat center right 20px;
		background-size: 14px auto;
	}
}
/* =====================================
パンくず
======================================== */
.breadcrumb{
	max-width: 1120px;
	margin: auto;
	padding: 10px 50px 0 50px;
	font-size:1.2rem;
	display:flex;
	flex-wrap:wrap;
}
.breadcrumb li{
	display: inline-block;
}
.breadcrumb li a{
	position: relative;
	color: #333;
	text-decoration:none;
	padding-right: 2em;
}
.breadcrumb li a:hover{
	text-decoration:underline
}
.breadcrumb li a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0.8em;
	width: 6px;
	height: 6px;
	border-top: 1px solid #4576AD;
	border-right: 1px solid #4576AD;
	transform: rotate(45deg);
	margin-top: -2px;
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
	.breadcrumb{
		padding: 10px 30px 0 30px;
	}
}
@media screen and (max-width: 768px) {
	.breadcrumb{
		padding: 10px 20px 0 20px;
		font-size: 0.8rem;
	}
	.breadcrumb li a::after{
		margin-top: -3px;
	}
}
/* =====================================
コンテンツ共通
======================================== */
.bg_blue{
	background: #F4FAFD;
}
.wrap_wide_normal{
	max-width: 1120px;
	margin: auto;
	padding: 100px 50px;
}
.wrap_wide_normal.narrow{
	max-width: 880px;
}
.wrap_wide_full{
	padding: 0 0;
}
h1.page_title{
	background: url("../images/common/bg_page_title.png") center center;
	background-size: cover;
	padding: 80px 0;
	width: 100%;
	text-align: center;
	color: #003169;
	font-size: 2.6rem;
	font-weight: 700;
}
h2.sub_title,
h3.sub_title{
	color: #003169;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	position: relative;
    padding: 0 0 40px 0;
	background-image: linear-gradient(90deg, #003169 0%, #93005B 100%);
    background-repeat: no-repeat;
    background-size: 100px 3px;
    background-position: bottom;
}
h3.sub_title{
	font-size: 2.2rem;
}
h2.sub_title.left,
h3.sub_title.left{
	text-align: left;
	font-weight: 500;
    padding: 0 0 30px 0;
    background-size: 70px 3px;
    background-position: left bottom;
	line-height: 1.7;
}
h2.sub_title .small{
	font-size: 1.8rem;
}
@media print, screen and (min-width: 769px) and (max-width: 1000px) {
	h2.sub_title{
		font-size: 2.0rem;
		padding: 0 0 30px 0;
	}
	h3.sub_title{
		font-size: 1.8rem;
		padding: 0 0 30px 0;
	}
	h2.sub_title .small{
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 768px) {
	.wrap_wide_normal{
		margin: auto;
		padding: 50px 20px;
	}
	.wrap_wide_full{
		margin: 30px auto auto;
		padding: 0 0;
	}
	.btn_area{
		margin: 30px auto auto;
		max-width: 300px;
	}
	.btn_back_area{
		margin: 30px auto auto;
	}
	h1.page_title{
		background: url("../images/common/bg_page_title_sp.png") center center;
		background-size: cover;
		padding: 40px 0;
		font-size: 1.6rem;
	}
	h2.sub_title,
	h3.sub_title{
		font-size: 1.6rem;
		font-weight: 700;
		padding: 0 0 20px 0;
		background-size: 50px 2px;
	}
	h2.sub_title.left,
	h3.sub_title.left{
    padding: 0 0 25px 0;
    background-size: 50px 2px;
}
	h2.sub_title .small
	h3.sub_title .small{
		font-size: 1.2rem;
	}
}
/* =====================================
お問い合わせ
======================================== */
.f_contact_wrap{
	width: 100%;
	max-width: 890px;
	margin: auto;
	background: url("../images/common/bg_contact.png") no-repeat bottom right;
	background-size: auto 90%;
}
.f_contact_wrap .contact_box{
	padding: 80px 0 90px 0;
	text-align: center;
	max-width: 510px;
}
.f_contact_wrap .contact_box .contact_coment{
	color: #003169;
	font-size: 2.0rem;
	font-weight: 500;
}
.f_contact_wrap .contact_box p{
	margin-top: 1em;
}
.f_contact_wrap .contact_box .contact_tel{
	margin: 10px auto auto;
	max-width: 350px;
}
.f_contact_wrap .contact_box .contact_btn{
	margin: 10px auto auto;
	max-width: 400px;
}
@media screen and (max-width: 768px) {
	.f_contact_wrap{
		max-width: 500px;
		padding: 0 20px 70px 20px;
		background: url("../images/common/bg_contact.png") no-repeat bottom 60px right;
		background-size: auto calc( 90% - 60px );
	}
	.f_contact_wrap .contact_box{
		padding: 40px 0 0 0;
		text-align: left;
	}
	.f_contact_wrap .contact_box .contact_coment{
		font-size: 1.4rem;
	}
	.f_contact_wrap .contact_box .contact_tel{
		margin: 10px auto auto 0;
		max-width: 230px;
	}
	.f_contact_wrap .contact_box .contact_btn{
		margin: 10px auto auto;
		max-width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.f_contact_wrap{
		background: url("../images/common/bg_contact.png") no-repeat bottom 100px right;
		background-size: auto calc( 90% - 100px );
	}
}
/* =====================================
ページトップ
======================================== */
#page-top{
	position: fixed;
	right: 20px;
	width: 70px;
	z-index: 1000;
}
@media screen and (max-width: 1080px) {
	#page-top{
		right: 15px;
		width: 60px;
	}
}
@media screen and (max-width: 768px) {
	#page-top{
		right: 10px;
		width: 50px;
	}
}
/* =====================================
フッター
======================================== */
.footer{
	background: #25303B;
	color: #EAEAEA;
}
.footer a{
	color: #EAEAEA;
	text-decoration: none;
}
/*PC footer*/
@media print, screen and (min-width: 769px) {
	.footer{
		font-size: 1.2rem;
	}
	.footer_head{
		width: 100%;
		max-width: 1280px;
		padding: 80px 50px 50px 50px;
		margin: auto;
	}
	.footer_nav{
		border-bottom: 1px solid #404D5A;
		padding-bottom: 50px;
	}
	.footer_nav > ul{
		display: flex;
		justify-content: center;
	}
	.footer_nav > ul > li{
		margin: 0 2em;
	}
	.footer_nav ul li a span:hover,
	.footer_nav_bottom ul li a:hover{
		text-decoration: underline;
	}
	.footer_bottom{
		width: 100%;
		max-width: 1280px;
		padding: 0 50px 80px 50px;
		margin: auto;
	}
	.footer_bottom .footer_info_wrap{
		text-align: center;
	}
	.footer_bottom .footer_info_wrap .comp_name{
		font-size: 1.6rem;
		line-height: 1;
		margin-bottom: 1em;
	}
	.footer_bottom .footer_info_wrap p span{
		margin-left: 2em;
	}
	.footer_bottom .copy{
		text-align: center;
		font-size: 1.2rem;
		margin-top: 50px;
	}
}
/*SP footer*/
@media screen and (max-width: 768px) {
	.footer_nav ul{
		border-top: 1px solid #404D5A;
	}
	.footer_nav ul li{
		border-bottom: 1px solid #404D5A;
	}
	.footer_nav ul li a,
	.footer_nav ul li.sub_menu div{
		display: block;
		color: #FFF;
		text-decoration: none;
		padding: 2em 3em;
		cursor: pointer;
	}
	.footer_bottom{
		width: 100%;
		padding: 0 20px 50px 20px;
		margin: auto;
	}
	.footer_bottom .footer_info_wrap{
		padding: 40px 0;
		text-align: center;
	}
	.footer_bottom .footer_info_wrap .comp_name{
		font-size: 1.4rem;
		margin-bottom: 1em;
	}
	.footer_bottom .copy{
		margin-top: 1em;
		text-align: center;
		font-size: 1.0rem;
	}
}