@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: 80px;
	top: 0;
	left: 0;
	z-index: 100!important;
/*	background: rgba(255,255,255,0.7);*/
}


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

.head .logo{
  position: absolute;
  top: 10px;
	left: 2px;
	max-width: 230px;
	width:22%;
	z-index: 5;
}
.head .logo img{
	width: 100%;
	height: auto;
}
@media (max-width: 960px) {
.head .logo {
	left: 5px;
	max-width: 200px;
	width: 70%;
  }
}

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

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

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

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

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

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


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

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

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

Main components 

-------------------------------- */
/*html, body {
  height: 100%;
}*/

@media (min-width: 961px) {
	header{
		height: 80px;
	}
header.change-color {
  background: rgba(244,244,244,0.95);
  transition: 0.3s;
}
	
	
nav{
	font-weight: 400;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	z-index: 100;
	margin: 0 0 0 35%;
}
nav > .navinner > ul{
	display: flex;
	justify-content:space-between;
	align-items: center;
	height: 80px;
}
nav > .navinner > ul > li{
	text-align: center;
	position: relative;
	height: 80px;
    width: 16.6666%;
    margin: 0;
	display: block;
}
	
nav > .navinner > ul > li > a{
	text-decoration: none;
	color: #003588;
	z-index: 1;
	font-weight: 600;
    width: 100%;
	line-height: 80px;
	height: 80px;
	display: block;
	position: relative;
}
	
	nav > .navinner > ul > li.nav-entry{
		padding: 10px;
	}
	nav > .navinner > ul > li.nav-entry > a{
		background: #29d000;
		color: #fff;
		border-radius: 5px;
		display: block;
	line-height: 60px;
	height: 60px;
		padding: 0 10px;
	}
nav > .navinner > ul > li > a:hover{
	color: #002473;
}

nav ul li ul{
	width: 100%;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: .2s;
	text-align: center;
	margin: auto;
	background: linear-gradient(0deg,#5db6e7 , #007de7);
	border-radius: 5px;
	padding: 0;
	padding: 10px 0;
	font-weight: 600;
}
nav ul li ul:after {
  content: "";
  position: absolute;
  top:  -16px; /* 三角形の高さ×2とする(もとの矩形の高さ) */
  left: 50%; /* 三角の位置 50%は真ん中 */
  margin-left: -4px;
  border: 8px solid transparent;
  border-bottom: 8px solid #007de7;
  /* :after 側は内側なので 上に重ねる */
  z-index: 200;
}
/* サブメニュー表示設定 */

nav li:hover ul {
  	visibility: visible;
	top: 60px;
	
	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.3rem;
	line-height: 1.5em;
	color: #222;
	text-align: center;
	text-decoration: none;
	background-size: auto;
	padding: 8px 10px;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
}
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: 1180px) {

nav{
	margin: 0 0 0 31%;
}
nav > .navinner > ul > li > a{
	font-size: 1.3rem;
} 
}

@media (max-width: 960px) {

header {
	height: 60px;
	}
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(64,145,208,0.9);
        transition: 0.2s;
        z-index: 100;
    }
    .navopen:hover {
        background: rgba(64,145,208,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); }

	
	.NavPhoto{
		display: none;
	}
	
/** ナビ */
    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;
		font-weight: 600;
    }
    nav.active {
        opacity: 1;
        pointer-events: all;
    }
	
nav > .navinner > ul > li > a span.en{
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	
} 	
    nav .navinner {
        width: 100%;
        height: 100%;
        padding: 30px 60px;
        color: white;
        background: rgba(64,145,208,0.9);
        font-size: 16px;
		font-weight: 600;
        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{
	padding: 15px;
	
}
	
    nav li a {
        display: block;
        position: relative;
        padding: 15px 15px;
		font-weight: 600;
        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(64,145,208,0.7);
        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 > ul > li > a{
	font-weight: 500;
		
	}
	

}
@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(64,145,208,0.95);
            z-index: 150;
        }
		
	
	}


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

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

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


/*FOOTER*/


footer{
	background: url("../img/common/footer_back.svg") center top no-repeat;
	background-size: 100% auto;
	padding: 15% 0 10px;
	position: relative;
}
footer .btnentry{
	display: block;
	width: 60%;
	max-width: 350px;
	margin: 3% auto;
}
footer .btnentry a{
	display: block;
}

.footer-inner{
	max-width: 1280px;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.8em;
	font-weight: 500;
	padding: 3% 10px 10px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
}
.footer-info{
	width: 30%;
	padding: 0 10px;
	margin: 0px auto;
	text-align: left;
}
.footer-info .flogo .logoimg{
	width: 250px;
}

.footer-info .flogo a{
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	line-height: 1.2em;
	font-size: clamp(12px, 1.3vw, 13px);
	font-weight: 700;
	
}
.footer-inner .fnav {
	width: 70%;
	color: #fff;}

.footer-inner .fnav ul{
	font-weight: 700;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.fnav > ul > li > a{
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: clamp(12px, 1.3vw, 13px);
}

.copyright{
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	margin: 10px auto 0;
	color: #fff;
	width: 100%;
	font-weight: 500;
}


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

footer{
	background: url("../img/common/footer_back.svg") center top no-repeat;
	background-size: cover;
	padding: 15% 0 10px;
}
.footer-inner{
	padding: 10px 10px 0;
}
	
.footer-info{
	width: 100%;
	padding: 5px;
	text-align: center;
	margin: auto;
}
.footer-info .flogo .logoimg{
	width: 200px;
	text-align: center;
	margin: 10px auto;
}

.footer-inner .fnav {
	width: 100%;
	}
footer .btnentry{
	max-width: 300px;
	margin: 3% auto 10px;
}

}
@media print, screen and (min-width:1px) and (max-width: 768px) {
footer{
	background: url("../img/common/footer_back.svg") center top no-repeat;
	background-size: cover;
	padding: 20% 0 10px;
}
.footer-inner .fnav li{
	width: 50%;
	text-align: center;
	}
.footer-inner .fnav li.copyright{
	width: 100%;
	text-align: center;
	}
}