/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');

/*=========================*/
/*テーマ用変数
/*=========================*/
:root{
	 
	 --main-color:#467194;
	--accent-color:#003B6F;
/*	 --accent2-color:#3AAD97;*/
	 --text-color:#323333;
	--light-color:#E4F0F3;
	--text-serif:'Noto Serif JP', serif;
	--text-en:'Noto Serif JP', serif;
	--text-sans-serif:sans-serif;
	
}


/*=========================*/
/*base
/*=========================*/
html,body{
	box-sizing:border-box;
}

*::before,*::after{
	box-sizing:inherit;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    color: #171722;
    position: relative;
	box-sizing: border-box;
} 
img{ 
	margin: 0; 
	padding: 0; 
	vertical-align: bottom; 
	height: auto; 
} 
h1,h2,h3,h4,h5,h6,p,dl,dt,dd { 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-left: 0px; 
	margin-bottom: 0px; 
	padding-top: 0px; 
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
} 
.cl { 
	clear: both; 
} 
a {   
        color: inherit;
        text-decoration: none; 
} 
a:hover { 
      opacity:0.7; 
      filter: alpha(opacity=70); 
      -ms-filter: "alpha( opacity=70 )"; 
      -webkit-transition: 0.3s ease-in-out; 
      -moz-transition: 0.3s ease-in-out; 
      -o-transition: 0.3s ease-in-out; 
      transition: 0.3s ease-in-out; 
}
ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.pc_navi{
	display: block;
}
.sp_navi { 
    display: none; 
}

.is-pc{display: block;}

.is-sp{display: none;}


.br_ib{
	display: inline-block;
}

.br_b{
	display: block;
}



/*=========================*/
/*header
/*=========================*/
#header{
	position: relative;
	z-index:10;
/*	position:fixed;*/
	width:100%;
	top:0;
	left:0;
	right:0;
	background: #fff;
}
.header_inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding:16px 2.3%;
}

.header_logo{
	width:384px;
	line-height: 1.3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	 z-index: 10;
}

.header_logo .desc{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}

.header_info{
	display: flex;
	align-items: center;
	justify-content: flex-end;
/*	width:40%;*/
	flex-grow: 1;
	
}

.info_open{
/*	width:50%;*/
}

.info_data{
	display: flex;
	white-space: nowrap;
	align-items: center;
}

.info_data + .info_data{
	margin-top: 2.3%;
}

.info_data dt{
	background: var(--light-color);
	font-size: 13px;
	padding:1.53% 3.07%;
	width:20%;
	margin-right: 3.07%;
	text-align: center;
}

.info_data dd{
	width:70%;
	font-size: 15px;
}

.info_tel{
	display: inline-block;
	position:relative;
	font-family: var(--text-serif);
	font-weight: 500;
	font-size: 32px;
	padding-left:28px;
/*	width:40%;*/
}

.header_info .info_tel{
	margin-left:6.92%;
}

.info_tel::before{
	position:absolute;
	content:"";
	top:50%;
	left:0;
	transform: translateY(-50%);
	background: url("../images/ico_tel.svg") no-repeat center center/cover;
	width:20px;
	height:30px;
}
#fixed_nav_wrap {
    padding-left: 5.38%;
    padding-right: 5.38%;
    position: fixed;
    top: 0px;
    background-color: hsla(0,0%,100%,0.89);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 88px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 5;
}
#fixed_nav-logo {
    font-size: 26px;
    font-weight: 700;
    line-height: 1em;
    min-width: 344px;
    margin-right: 24px;
}
#fixed_nav-logo span {
	display: block;
	font-size: 13px;
	color:  var(--main-color);
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.fixed_navi {
    width: 66.15%;
}
.fixed_navi ul {
    display: flex;
    justify-content: space-between;
}
.fixed_navi ul li {

}
.fixed_navi ul li a {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: var(--main-color);
}
/*=========================*/
/*global nav
/*=========================*/
.humberger{
	display: none;	
}

.header__nav-area{
	
}

.global-navigation__list{
	padding:0 3.07%;
    margin-top: 8px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    display: flex;
    list-style-type: none;
    max-width: 1120px;
}

.global-navigation__list li{
	text-align: center;
	width:100%;
}

.global-navigation__link{
	display: block;
	position:relative;
	margin:16px 0;
	font-family: var(--text-serif);
	font-weight: 600;
}

.global-navigation__link::after{
	position:absolute;
	content:"";
	background: #000;
	width:1px;
	height:100%;
	right:0;
	top:50%;
	transform: translateY(-50%);
}
.fixed_navi .global-navigation__link::after{
	position:static;
}

.global-navigation__link + .global-navigation__link{
	border-left:1px solid #ccc;
}

.nav_en{
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-family: var(--text-en);
	color:var(--main-color);
}


/*=========================*/
/*media
/*=========================*/
.media{
	display: flex;
	justify-content: space-between;
}

.media._reverse{
	flex-direction: row-reverse;
}

.media_head{
	width:40%;
}

.media_body{
	width:48.46%;
}

.media_body img{
	width:100%;
}

.media_text{
	margin-top: 4.38%;
	line-height: 2;
}


/*=========================*/
/*btn
/*=========================*/
.btn{
	display: inline-block;
	width:230px;
	color:#fff;
	background-color: var(--main-color);
	padding:16px;
	text-align: center;
	position:relative;
	padding-right:30px;
	margin-top: 6.15%;
}

.btn::after{
	position:absolute;
	content:"";
	background: url("../images/ico_arrow_w.svg") center center/cover;
	width:28px;
	height:4px;
	top:50%;
	transform:translateY(-50%);
	right:27px;
	z-index:1;
}

/*=========================*/
/*main
/*=========================*/
.content_wrapper {
    padding: 0 5.38%;
	margin:0 auto;
	max-width:1200px;
}

.sec{
	padding:6.15% 0;
}

.heading-primary{
	font-size: 26px;
	font-family: var(--text-serif);
	font-weight: bold;
}

.heading-primary .en{
	text-transform: uppercase;
	display: block;
	font-size: 20px;
	color:var(--main-color);
	font-family: var(--text-en);
	margin-bottom:3.07%;
}

.heading-primary._center{
	text-align: center;
}

.heading-primary._center .en{
	margin-bottom: 0.76%;
}

.heading_secondary{
	font-size: 26px;
	font-family: var(--text-serif);
	line-height: 2.2;
	letter-spacing: 0.05em;
	padding-left:1.53%;
	border-left:5px solid #DBD9D3;
	border-bottom:1px solid #DBD9D3;
}



/*=========================*/
/*footer
/*=========================*/
#footer{
	background-color: var(--accent-color);
}
.footer_copyright{
	text-align: center;
	color:#fff;
}



/*=========================*/
/*pageHead
/*=========================*/
.pageHead{
	height:100px;
	background:url("../images/bg_pagehead.png") center center/cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding:0 5.38%;
}

.pageHead_title{
	font-size: 16px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	font-family: var(--text-serif);
}

.pageHead_title .en{
	text-transform:uppercase;
	font-size: 30px;
	font-family: var(--text-en);
	color:var(--main-color);
	margin-right:1.53%;
	letter-spacing: 0.1em;
}

/*=========================*/
/*contact
/*=========================*/
#top-contact{
	background:url("../images/bg_info.png") center center/cover;
}

.top-contact_content{
	display: flex;
	justify-content: space-between;
	background: #fff;
	box-shadow:0px 0px 8px rgba(35,28,117,.2);
	padding:6.15%;
}

.top-contact_head{
	width:40%;
}

.top-contact_body{
	width:55.38%;
}

.top-contact_body table{
	width:100%;
	border-top:1px solid #467196;
	border-bottom:1px solid #467196;
	border-collapse: collapse;
}


/* .top-contact_body table tbody tr{
	position:relative;
}

.top-contact_body table tbody tr::after{
	position:absolute;
	content:"";
	border-top:2px dotted var(--accent-color);
	width:100%;
	left:0;
}
 */
.top-contact_body th{
	width:26.92%;
	text-align: left;
	padding:1.53% 0;
/* 	border-right:2px dotted var(--accent-color);
	color:var(--accent-color); */
	font-weight: bold;
	padding-left: 8px;
	border-bottom:1px solid #467196;
}

.top-contact_body td{
	text-align: center;
	padding:1.53% 0;
	color:var(--accent-color);
	font-weight: bold;
	border-bottom:1px solid #467196;
}

.top-contact_body td img{
	width:22px;
	height:22px;
}

.top-contact_body p{
	margin-top: 2.3%;
}

.top-contact_sub{
	margin-top: 1.53%;
}

.top-contact_add{
	margin-top: 1.53%;
	line-height: 1.6;
}

.top-contact_body .info_tel{
	margin-top: 2.3%;
}


/*=========================*/
/*access
/*=========================*/
.gmap{
	width:100%;
	height:400px;
}
.gmap iframe{
	width:100%;
	height:100%;
}
