@charset "UTF-8";

/* CSS Document */

/* -------------------------------- 

Primary style

-------------------------------- */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@-ms-viewport {
	width: auto!important;
	initial-scale: 1;
}

body.overflow-hidden {
  overflow: hidden;
}

a {
  color: white;
  text-decoration: none;
}

/* -------------------------------- 

Main components 

-------------------------------- */
html{
	overflow: hidden;
}

html, body {
	height: 100%;
}

header {
	position: fixed;
	width: 100%;
	background: transparent;
	z-index: 100;
	transition:  0.2s;
	height: 60px;
	top: 0;
	left: 0;
	background: #ffffff;
	z-index: 100!important;
}

header.change-color {
	background: rgba(255,255,255,0.9);
	transition: 0.3s;
}

.head .logo{
	position: absolute;
	top:25px ;
	left: 15px;
	max-width: 220px;
	width: 55%;
	z-index: 5;
}
.head .logo img{
	width: 100%;
	height: auto;
}

.headright{
	position: absolute;
	right: 10px;
	top: 15px;
	max-width: 260px;
	width: 18%;
}
	header .bana{
		position: fixed;
		right: 0;
		top: 8%;
		width: 10%;
		max-width:60px;
	}
	header .bana ul li a{
		display: block;
		margin: 15px auto;
	}
@media (max-width: 1200px) {
.head .logo{
	position: absolute;
	top:10px ;
	left: 15px;
	width: 180px;
	z-index: 5;
}
.headright{
	position: absolute;
	right: 60px;
	top: 0px;
	max-width: auto;
	width: auto;
	height: 60px;
}
	.headright img{
		width: auto;
		height: 60px;
	}
}

@media (max-width: 530px) {
	.headright{
		display: none;
	}
}

/*==================================================

container
=================================================*/

body {
    position: relative;
}
section{
	position: relative;
}
article{
	position: relative;
}

img {
width:100%;
max-width: 100%;
height: auto;
}
.inner img {
width:auto;
max-width: 100%;
height: auto;
}

.tC{
	text-align: center;
}
.tS{
	font-size: 86%;
}

.selector {
  font-feature-settings: "palt";
}
#wrapper {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

#wrapper section{
	max-width: 1200px;
	margin: auto;
}

/*==================================================

header
=================================================*/

/* -------------------------------- 

Main components 

-------------------------------- */

@media (min-width: 1201px) {
header{
	height: 100px;
}
header.change-color {
  background: rgba(255,255,255,0.95);
  transition: 0.3s;
}
	
nav{
	font-weight: 500;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	z-index: 100;
	position: relative;
	margin: 0px 20% 0px 20%;
	height: 100px;
}	
	/*
header .head_right{
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 1.5rem;
}
header .head_right ul{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	}
header .head_right ul a{
	margin: 0 5px;
	font-weight: 700;
	text-decoration: none;
	display: block;
	color: #5b514c;
} 	
header .head_right ul a:hover{
	color: #f29c50;
} 	
header .head_right ul .hsns{
	width: 32px;
	margin: 0 5px;
	display: block;
}*/
nav > .navinner > ul{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
nav > .navinner > ul > li{
	text-align: center;
	position: relative;
	padding: 0;
	height: 100px;
}	
nav > .navinner > ul > li > a{
	text-decoration: none;
	line-height: 100px;
	display: block;
	font-weight: 700;
} 	
nav a{
	color: #111;
} 	
nav a:hover{
	color: #143180;
	opacity: 1;
} 	
nav ul li ul{
	width: 300%;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: .2s;
	text-align: center;
	margin: auto;
	left:-100%;
	right:-100%;
}
nav > .navinner > ul > li ul{
	background: #ffffff;
	border:3px solid #143180;
}	
nav ul li ul:after {
  content: "";
  position: absolute;
  top:  -28px;
  left: 50%;
  margin-left: -18px;
  border: 18px solid transparent;
  z-index: 200;
}
nav > .navinner > ul > li ul:after{
  border-bottom: 8px solid #ffffff;
  border-bottom: 8px solid #143180;
}

/* サブメニュー表示設定 */

nav li:hover ul {
  	visibility: visible;
	top: 90px;
	opacity: 1;
}
nav li ul li a {
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}
nav li:hover ul li a {
	visibility: visible;
	opacity: 1;
}

/* サブメニュー詳細設定 */

nav > ul > li > ul li {
	width: 100%;
	position: relative;
}
nav > .navinner > ul > li > ul > li > a {
	width: 100%;
	display: block;
	font-size: 1.4rem;
	line-height: 180%;
	text-align: center;
	text-decoration: none;
	background-size: auto;
	padding: 15px;
	vertical-align: middle;
	text-decoration: none;
	line-height:1.5em;
	border-bottom:1px dashed #c5c1be;
}
nav > .navinner > ul > li > ul > li > a:hover {
	opacity: 0.7;
}
nav ul li .back{
	display: none;
}	
nav ul li ul li:last-child{
	display: none;
}
}

@media (max-width: 1030px) {
	
nav{
	font-size: 1.5rem;
	margin: 30px 0px 0px 25%;
}	
}

@media (max-width: 1200px) {
/*
header {
	height: 60px;
}*/
header .head_right{
	display: none;
}
nav{
	display: none;
}

/** メニュー開閉ボタン */
    .navopen {
        position: fixed;
        top: 0; right: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        margin: auto;
        background: rgba(20,40,128,0.9);
        transition: background-color 0.2s;
        z-index: 100;
    }
    .navopen:hover {
        background: rgba(20,40,128,0.7);
    }
    .navopen .icon {
        display: block;
        position: relative;
        width: 30%;
        height: 2px;
        border-radius: 2px;
        background: white;
    }
    .navopen .icon::before,
    .navopen .icon::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background: white;
        transition: top 0.2s, transform 0.2s;
    }
    .navopen .icon::before { top: -6px; }
    .navopen .icon::after { top: 6px; }

    .navopen.active .icon { height: 0; }
    .navopen.active .icon::before { top: 0; transform: rotate(45deg); }
    .navopen.active .icon::after { top: 0; transform: rotate(-45deg); }

	
/** ナビ */
    nav {
        display: block;
        width: 350px;
        position: fixed;
        top: 60px;
        right: 0;
        bottom: 0;
        perspective: 1000px;
        opacity: 0;
        transition: opacity 0.3s;
        z-index: 1000;
        pointer-events: none;
		margin: 0;
		padding: 0;
    }
nav a:hover{
	color: #ca2b7b;
	opacity: 1;
} 	
    nav.active {
        opacity: 1;
        pointer-events: all;
    }
    nav .navinner {
        width: 100%;
        height: 100%;
        padding: 30px 60px;
        color: white;
        background: rgba(20,40,128,0.9);
        font-size: 16px;
        font-weight: 300;
        transform: rotateY(90deg);
        transform-origin: right center;
        transition: transform 0.3s;
    }
    nav.active .navinner {
        transform: none;
    }
    nav li ul {
        display: none;
    }
	nav > .navinner > ul > li > a{
		margin: 0 auto;
	padding: 15px;
	
}
	
    nav li a {
        display: block;
        position: relative;
        padding: 15px 15px;
        line-height: 1.7;
		color: #fff;
		text-decoration: none;
    }
	
    nav li a:not(.expand)::before {
        content: "";
        display: block;
        position: absolute;
        top: 1px; left: 1px; bottom: 0;
        width: 5px;
        height: 5px;
        margin: auto;
        border-top: 1px solid white;
        border-right: 1px solid white;
        transform: rotate(45deg);
    }
    nav li a.expand::before {
        content: "";
        display: block;
        position: absolute;
        top: 1px; left: 0; bottom: 0;
        width: 9px;
        height: 1px;
        margin: auto;
        background: white;
    }
    nav li a.expand::after {
        content: "";
        display: block;
        position: absolute;
        top: 1px; left: 4px; bottom: 0;
        width: 1px;
        height: 9px;
        margin: auto;
        background: white;
    }
    nav li a.expand + ul {
        display: block;
        position: absolute;
        top: 0; right: 350px; bottom: 0;
        padding: 20px 10px 20px 30px;
        width: 350px;
        background: rgba(20,40,128,0.8);
        transform: rotateY(90deg);
        transform-origin: right center;
        transition: all 0.3s;
        opacity: 0;
        visibility: hidden;
    }
    nav li a.expand.active + ul {
        opacity: 1;
        transform: none;
        visibility: visible;
        overflow: auto;
    }
    nav li a.expand + ul li {
        opacity: 0;
        transform: translateX(-30px);
        transition: all 0.2s 0.2s;
    }
    nav li a.expand.active + ul > * {
        opacity: 1;
        transform: none;
    }

	nav .navinner ul li a{
	font-weight: 400;
		
	}
	
	

}
@media (max-width: 767px) {

        nav {
            width: calc(100% - 10px);
        top: 60px;
        }
        nav .navinner {
            padding: 10px;
        }
        nav li a.expand + ul {
            left: 35px;
            width: calc(100% - 35px);
        background: rgba(20,40,128,0.95);
            z-index: 150;
        }
	}

@media print, screen and (min-width:1px) and (max-width: 1200px) {

	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
	
}

@media print{
	header,.navopen{
		position: absolute;
	}
}


/*FOOTER-CONTACT*/
/*.fcontact{
	padding: 20px;
}*/
.fcontact .fcontact_btn{
	width: 90%;
	max-width: 1000px;
	margin: 3% auto;
	text-align: center;
	position: relative;
	background: #fff;
	border-radius: 20px;
	padding: 20px 20px 0;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .3); 
	position: relative;
	z-index: 1;
	
}
.fcontact .fcontact_btn .leftp{
	position: absolute;
	left: 2%;
	width: 20%;
	bottom: 0;
}
.fcontact .fcontact_btn .rightp{
	position: absolute;
	right: 2%;
	width: 20%;
	bottom: 0;
}
.fcontact .fcontact_btn .point{
	width: 50%;
	margin: 0 auto;
	max-width: 600px;
}
.fcontact .fcontact_btn ul{
	display: flex;
	width: 50%;
	margin: 0 auto 5%;
	padding-bottom: 20px;
	
}
.fcontact .fcontact_btn ul li{
	width: 50%;
	padding: 10px;
}

@media print , screen and (min-width:1px) and (max-width: 960px) {	
.fcontact .fcontact_btn ul li{
	width: 50%;
	padding: 5px;
}
}
@media print , screen and (min-width:1px) and (max-width: 768px) {
	
.fcontact .fcontact_btn .point{
	width: 100%;
	margin: 0 auto;
	max-width: 600px;
}
.fcontact .fcontact_btn ul{
	display: flex;
	width: 100%;
	margin: 10px auto 0;
	padding-bottom: 0px;
	
}
.fcontact .fcontact_btn .lrphoto{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
}
.fcontact .fcontact_btn .leftp{
	position: relative;
	left: inherit;
	width: 40%;
	bottom: inherit;
}
.fcontact .fcontact_btn .rightp{
	position: relative;
	right: inherit;
	width: 40%;
	bottom: inherit;
}
}



/*fcontact_tel*/
.fcontact_tel{
	width: 90%;
	margin: 3% auto;
	max-width: 700px;
	background: #fff;
	border-radius: 20px;
	border: 2px solid #143180;
	padding-bottom: 15px;
	position: relative;
	z-index: 1;
}
.fcontact_tel h3{
	background: #143180;
	color: #fff;
	font-size: clamp(15px, 2vw, 20px);
	text-align: center;
	border-radius: 15px 15px 0 0;
	padding: 10px;
}
.fcontact_tel .tel{
	width: 80%;
	max-width: 400px;
	text-align: center;
	margin: 20px auto 15px;
}
.fcontact_tel p{
	color: #143180;
	line-height: 1.2em;
	font-weight: 500;
}

/*fcontact_tel*/
.fsafety{
	width: 90%;
	margin: 3% auto;
	max-width: 700px;
	background: #fff;
	border-radius: 20px;
	border: 2px solid #143180;
	position: relative;
	z-index: 1;
}
.fsafety .safetyico{
	/*width: 20%;*/
	padding: 10px;
	max-width: 120px;
}
.fsafety .safetyt{
	padding: 10px;
	font-size: 1.4rem;
	line-height: 1.6em;
}


/*FOOTER*/


footer{
	position:relative;
	background: #dad9da;
}
.pagetop{
	position:fixed;
	bottom:10px;
	right:10px;
	width:60px;
	height:60px;
	margin:auto;
	z-index:10;
}
.pagetop img{
	width:100%;
	height:auto;
}

.footer-inner{
	max-width: 1280px;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.8em;
	font-weight: 500;
	padding: 30px 20px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
}
.footer-inner .footer-info{
	width: 40%;
	padding: 10px;
	margin: 0px auto;
	text-align: left;
}
.footer-inner .footer-info .flogo{
	max-width:300px;
	padding:10px 0;
	width:80%;
}
.footer-inner .footer-info .fbana ul{
	display: flex;
	max-width: 400px;
}
.footer-inner .footer-info .fbana ul li{
	width: 50%;
	padding: 10px 5px 10px 0;
}

.footer-inner .fnav{
	width: 30%;
	padding: 0 20px;
	margin: 0px auto;
}
.footer-inner .fnav .flink a{
	text-align: center;
	border: 1px solid #143180;
	background: #fff;
	margin-bottom: 10px;
	display: block;
	padding: 5px;
	color: #143180;
	text-decoration: none;
}
.footer-inner .fnav ul{
	padding: 0 10px 10px;	
}
.footer-inner .fnav ul li a{
	text-decoration:none;
	color: #143180;
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	vertical-align: middle;
	text-decoration: none;
}
.footer-inner .fnav ul li a::before{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 3px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #143180;
	border-right: 2px solid #143180;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.f-content{
	background:#143180; 
	z-index: 100;
	position: relative;
}
.f-content .finner{
	max-width: 1200px;
	margin: auto;
	padding: 5px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	background:#143180; 
}

.f-content .finner .asahi{
	width: 50%;
	max-width: 220px;
}
.f-content .finner .copyright{
	color:#fff;
	font-size:1.3rem;
	padding:10px;
}



@media print, screen and (min-width:1px) and (max-width: 960px) {

.footer-inner .footer-info{
	width: 100%;
	padding: 10px;
	margin: 0px auto;
}
.footer-inner .fnav{
	width: 50%;
	padding: 0 20px;
	margin: 0px auto;
}
}
@media print, screen and (min-width:1px) and (max-width: 768px) {

footer .pagetop{
	width:50px;
	height:50px;
}
}

@media print, screen and (min-width:1px) and (max-width: 530px) {

.footer-inner .fnav{
	width: 50%;
	padding: 0 10px;
	margin: 0px auto;
}	
}