@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:500&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@700&display=swap');

/*-------------------------------------------------------------------
　reset
-------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	border:0;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
}

ol, ul {list-style:none;}

table {
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td {
	font-weight:normal;
	text-align:left;
}

img{
	padding:0;
	margin:0;
	vertical-align:bottom;
	image-rendering: -webkit-optimize-contrast;
}

a img {border:0;}

a{
	margin:0;
	padding:0;
	text-decoration:none;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-size:100%;
	color:#0774B1;
}

a:hover{
	text-decoration: underline;
}

/*-------------------------------------------------------------------
　基本設定
-------------------------------------------------------------------*/
body{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size:16px;
	line-height:1.8;
	color:#1111111;
	-webkit-text-size-adjust:none;
}

/* ===== sp 767px ========= */
@media only screen and (max-width:767px){
body{
	font-size:15px;
	line-height:1.8;
}
}

/*-------------------------------------------------------------------
　common
-------------------------------------------------------------------*/
.br_pc{display:block;}
.br_sp{display:none;}

.br1200{display: block;}
.br1024{display: none;}
.br480sp{display: none;}

/* ---- tablet ------------- */
@media only screen and (max-width:1200px){
.br1200{display: none;}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.br1024{display:block;}
}

/* ---- sp 767-------------- */
@media only screen and (max-width:767px){
.br_pc{display:none;}
.br_sp{display:block;}
}

/* ---- sp 480-------------- */
@media only screen and (max-width:480px){
.br480sp{display: block;}
}


/*-------------------------------------------------------------------
　header & navi
-------------------------------------------------------------------*/
.navi_wrap{
	position: fixed;
	width: 100%;
	background: rgba(255,255,255,1);
	z-index: 200;
	border-bottom: 1px solid #EEE;
	box-sizing: border-box;
}

.naviArea{
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	border: 0px solid #EEE;
}

.naviArea a:hover{text-decoration: none;}
.naviArea h1{display: none;}

#hd_logo{
	width: 215px;
}

#hd_logo img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}

#g_navi{
	font-family: 'Noto Sans JP', sans-serif;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

#g_navi ul{
	position: relative;
	display: flex;
	align-items: center;
	list-style-type: none;
}

#g_navi ul li{
	height: 80px;
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 20px 0;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}

#g_navi ul li a{
	position: relative;
	display: block;
	color: #000;
}

#g_navi ul li a:hover{color: #1D4693;}

#g_navi .sub-menu {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	display: block;
	position: absolute;
	top: 0;
	left: 0%;
	width: 250px;
	background: #FFF8E1;
	box-sizing: border-box;
	border: 0px solid #EEE;
}
 
#g_navi .sub-menu a {
	display: block;
	padding: 5px 0;
	margin: 0;
	box-sizing: border-box;
}

#g_navi .sub-menu li {
	display: block;
	padding: 5px 15px;
	margin: 0;
	height: auto;
	font-size: 16px;
	line-height: 1.5;
	border-bottom: 1px dashed #000;
}

#g_navi .sub-menu li:last-child {
	border-bottom: 1px dashed #000;
}

#g_navi ul > li:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
}

#g_navi ul > li:hover a {
	color:#1D4693;
	text-decoration: none;
	opacity: 1;
}

#g_navi li:hover ul.sub-menu {
	top: 80px;
	visibility: visible;
	opacity: 1;
	z-index: 9999;
}

#g_navi li:hover ul.sub-menu a {
	color: #000;
	text-align:left;
	opacity: 1;
}

#g_navi li:hover ul.sub-menu a:hover {
	color:#1D4693;
}

.lineBtn a:hover{opacity: 0.8;}

.lineBtn img{
	width: 130px;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.navi_wrap{
	position: fixed;
	width: 100%;
	background: rgba(255,255,255,1);
	z-index: 200;
	border-bottom: 1px solid #EEE;
	box-sizing: border-box;
}

.naviArea{
	width: 100%;
	height: 60px;
}

#hd_logo{
	width: 160px;
	margin-left: 20px;
}

#g_navi{display: none;}

.lineBtn img{
	width: 250px;
	margin-top: 30px;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.lineBtn img{
	width: 200px;
	margin-top: 30px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.lineBtn img{
	width: 180px;
	margin-top: 30px;
}
}

/*-------------------------------------------------------------------
　hamburger menu
-------------------------------------------------------------------*/
/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
	z-index: 9999;/*ボタンを最前面に*/
	top:22px;
	right: 30px;
	cursor: pointer;
	width: 45px;
	height:40px;
	border:0px solid #000;
	display: none;
}
	
/*×に変化*/	
.openbtn span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 0px;
	height: 3px;
	border-radius: 2px;
	background-color: #205391;
	width: 100%;
}

.openbtn span:nth-of-type(1) {top:0px;}
.openbtn span:nth-of-type(2) {top:15px;}
.openbtn span:nth-of-type(3) {top:30px;}

.openbtn.active span:nth-of-type(1) {
	top: 8px;
	left: 0px;
	transform: translateY(6px) rotate(-45deg);
	width: 100%;
	background-color: #205391;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;	
}

.openbtn.active span:nth-of-type(3){
	top: 20px;
	left: 0px;
	transform: translateY(-6px) rotate(45deg);
	width: 100%;
	background-color: #205391;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav{
	/*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
	position:fixed;
	z-index: -1;
	opacity: 0;/*はじめは透過0*/
	/*ナビの位置と形状*/
	top:0;
	width:100%;
	height: 100vh;/*ナビの高さ*/
	background:#FFF;
	/*動き*/
	transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
	#g-nav.panelactive{
	opacity: 1;
	z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
		/*ナビの数が増えた場合縦スクロール*/
		position: fixed;
		z-index: 999; 
		width: 100%;
		height: 100vh;/*表示する高さ*/
		overflow: auto;
		-webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
	display: none;
	/*ナビゲーション天地中央揃え*/
	position: absolute;
	z-index: 999;
	top:0%;
	left:50%;
	transform: translate(-50%,-0%);
	width: 80%;
	padding: 60px 0;
}

#g-nav.panelactive ul {
	display: block;
}

/*リストのレイアウト設定*/
#g-nav li{
	font-size: 25px;
	list-style: none;
	text-align: left; 
	line-height: 1.5;
	border-bottom: 1px dashed #CCC;
}

#g-nav li a{
	color: #000;
	text-decoration: none;
	padding:20px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

#g-nav ul li ul{
	display: none;
	position: static;
	width: 100%;
	top:4%;
	left:0%;
	transform: translate(-0%,-4%);
	padding: 0px 0 10px 0;
}

#g-nav ul li ul li{
	border:none;
	border:0px solid #000;
}

#g-nav ul li ul li a{
	font-size: 22px;
	padding:0 0 0 40px;
}


/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.openbtn{
	display: block;
	top:16px;
	right: 20px;
	width: 40px;
	height:40px;
}

.openbtn span:nth-of-type(2) {top:12px;}
.openbtn span:nth-of-type(3) {top:24px;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
/*ナビゲーション*/
#g-nav ul {width: 85%;}
#g-nav li{font-size: 20px;}
#g-nav li a{padding:10px 20px;}

#g-nav ul li ul{
	display: none;
	position: static;
	width: 100%;
	top:2%;
	left:0%;
	transform: translate(-0%,-2%);
	padding: 0px 0 10px 0;
}

#g-nav ul li ul li a{
	font-size: 17px;
	padding:0 0 0 40px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
#g-nav li a{padding:10px 10px;}

#g-nav ul li ul li a{
	font-size: 16px;
	padding:0 0 5px 20px;
}
}

/*-------------------------------------------------------------------
　footer
-------------------------------------------------------------------*/
#ft_wrap{
	width: 100%;
	background: #1D4693;
	padding: 35px 0;
}

#ftIn{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	color: #FFF;
}

.ft_Tit{
	width: 25%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 45px;
	font-weight: bold;
	text-align: center;
}

.ft_Tit span{
	display: block;
	font-size: 16px;
	margin-top: -10px;
}

.ft_telBox{
	width: 40%;
	border-left: 1px solid #FFF;
	line-height: 1.3;
	padding-left: 25px;
	box-sizing: border-box;
}

.ft_tel{
	font-family: 'Mukta', sans-serif;
	font-size: 40px;
}

.ft_tel a{color: #FFF;}

.ft_add{font-size: 15px;}

.ft_mail{
	width: 35%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 28px;
	font-weight: bold;
	background: #FFF;
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box;
	border-radius: 5px;
}

.ft_mail a{
	display: block;
	color: #1D4693;
}

.ft_mail a:hover{
	text-decoration: none;
	color: #3388D7;
}

#copyright{
	font-size: 12px;
	text-align: center;
	color: #1D4693;
	margin: 15px 0;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#ftIn{
	width: 90%;
	margin: 0 auto;
}

.ft_Tit{
	width: 25%;
	font-size: 32px;
}

.ft_telBox{
	width: 45%;
	padding-left: 20px;
}

.ft_tel{
	font-size: 30px;
}

.ft_mail{
	width: 28%;
	font-size: 20px;
}
}

/* ---- sp 767-------------- */
@media only screen and (max-width:767px){
#ftIn{
	width: 90%;
	margin: 0 auto;
	flex-direction: column;
}

.ft_Tit{
	width: 100%;
	font-size: 32px;
}

.ft_Tit span{
	display: block;
	font-size: 14px;
}

.ft_telBox{
	width: 100%;
	padding-left: 0px;
	border-left: 0px solid #FFF;
	text-align: center;
	margin: 20px 0 20px;
}

.ft_mail{
	width: 80%;
	margin: 0 auto;
	font-size: 20px;
}

#copyright{
	width: 90%;
	margin: 15px auto;
}
}


/*-------------------------------------------------------------------
　tel link 
-------------------------------------------------------------------*/
[href^="tel"] {
    text-decoration: none;
    color: #333;
    cursor: default;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    [href^="tel"] {
        pointer-events: auto;
    }
}
