@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1+Code:wght@700&display=swap');

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 1.0vw;
	line-height: 1.8;
	overflow-x: hidden;
	background: #fff;
	color: #222;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(13px, 1.0vw, 16px);
	width: 100%;
	height: 100%;
}

a {
	color: #222;
	text-decoration: none;
}
a:hover {
	color: #222;
}
html {
	scroll-behavior: smooth;
}
br.brsp {
	display: none;
}
br.brpc {
	
}
img.pcimg {
	display: block;
}
img.spimg {
	display: none;
}
.pcnon {
	display: none;
}

/*
----------------------------------------------
LOADING
----------------------------------------------
*/
#loader {
	position: absolute;
	width: 100%;
	height: calc(100vh - 90px);
	top: 90px;
	left: 0px;
	z-index: 88;
	display: block;
	background: #fff;
	text-align: center;
	animation: loaderFadeOut 1s ease forwards;
	animation-delay: 6s;
	pointer-events: none;
}
@keyframes loaderFadeOut {
	from { opacity: 1; visibility: visible; }
	to   { opacity: 0; visibility: hidden; }
	/*to   { opacity: 01; visibility: visible; }*/
}

#loader .toplogo {
	width: 8vw;
	height: 8vw;
	position: absolute;
	top: 39%;
	left: 46vw;
	animation: topLogo 3s ease forwards;
	animation-delay: 1s;
	opacity: 0
}
#loader .toplogo img {
	width: 100%;
}
@keyframes topLogo {
	0% {opacity: 0; transform: translateX(0); }
	50% {opacity: 1; transform: translateX(0); }
	75% {opacity: 1; transform: translateX(-36vw); }
	100% {opacity: 1; transform: translateX(-36vw); }
}

.message-fade {
    display: flex;
	overflow: hidden;
	position: absolute;
	top: 43%;
	left: 19vw;
	z-index: 2;
}
.message-fade p {
	font-size: 3.6vw;
	font-family: "M PLUS 1 Code", monospace;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	line-height: 1.2;
    margin: 0 0 0 -0.1vw;
    opacity: 0;
    animation: textanimation 1s forwards;
	animation-delay: 3.5s;
	color: #004376;
}
.message-fade p img {
	width: 70vw;
}
@keyframes textanimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#main-container {
	width: 100%;
	max-width: 100%;
}
/*
----------------------------------------------
LOADING Tablet Portrait /  Smart Phone
----------------------------------------------
*/
@media screen and (max-width: 1024px) and (orientation: portrait) {
	br.brsp {
		display: inline-block;
	}
	span.spnon {
		display: none;
	}
	br.spnon {
		display: none;
	}
	img.pcimg {
		display: none;
	}
	img.spimg {
		display: block;
	}
	.spnon {
		display: none;
	}
	.pcnon {
		display: block;
	}
	#loader {
		top: 50px;
		height: 50vh;
	}
	#loader .toplogo {
		width: 7vw;
		height: 7vw;
		top: 44.3%;
		left: 46vw;
	}
	.message-fade {
		top: 47%;
	}
}

/*
----------------------------------------------
HOME SLIDER Smart Phone
----------------------------------------------
*/
@media screen and (max-width: 440px) {
	#loader {
		top: 50px;
		height: 35vh;
	}
}

/*
----------------------------------------------
HEADER
----------------------------------------------
*/
#header-wrapper {
	width: 100vw;
	height: 90px;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-image: radial-gradient(circle at 50% 12%, rgba(123, 173, 217, 1), rgba(75, 102, 153, 1) 80%);
	border-bottom: 1px solid #fff;
}

#header_menu {
	background-size: 100%;
	height: 90px;
	margin: 0 auto;
}
#header_menu ul {
	display: flex;
	justify-content: space-between;
}
#header_menu ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	height: 90px;
}
#header_menu ul li a {
	color: #fff;
	font-weight: 700;
}

#header_menu ul li.nav01 {
	width: 290px;
	background: #004488;
	border-bottom: 1px solid #fff;
}
#header_menu ul li.nav02,
#header_menu ul li.nav03,
#header_menu ul li.nav04 {
	width: calc((100vw - 120px - 270px - 210px) / 3);
}
#header_menu ul li.nav05 {
	width: 270px;
}
#header_menu ul li.nav06 {
	width: 120px;
	background: #0077bb;
	font-size: 12px;
	border-bottom: 1px solid #fff;
}

#header_menu h1.site-title {
	width: 260px;
	height: 78px;
	background: url(../../../uploads/header-logo.png) no-repeat;
	background-size: 100%;
	text-indent: -9999vw;
	margin: 10px auto;
}
#header_menu h1.site-title a {
	width: 260px;
	height: 75px;
	display: block;
}

.search-form-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 25px;
}

.search-form-1 input {
    width: 190px;
    height: 45px;
    padding: 5px 15px;
    border: none;
    box-sizing: border-box;
    font-size: 1em;
    outline: none;
	background: none;
	color: #fff;
}

.search-form-1 input::placeholder{
    color: #fff;
}

.search-form-1 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    border: none;
    background: none;
    cursor: pointer;
}

.search-form-1 button::after {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}

#header_menu ul li.nav02:hover,
#header_menu ul li.nav03:hover,
#header_menu ul li.nav04:hover {
	background: rgba(255,255,255,0.3);
	transition: all .3s;
}

#header_menu ul li.nav02 a,
#header_menu ul li.nav03 a,
#header_menu ul li.nav04 a {
	display: block;
	text-decoration:none;
	position: relative;
	transition: .3s;
}
#header_menu ul li.nav02 a::after,
#header_menu ul li.nav03 a::after,
#header_menu ul li.nav04 a::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 5px;
	background-color: #fff;
	transition: .3s;
	opacity: 0;
}
#header_menu ul li.nav02 a:hover::after,
#header_menu ul li.nav03 a:hover::after,
#header_menu ul li.nav04 a:hover::after {
	width: 100%;
	opacity: 100;
}

#header_menu ul li .submenu {
	opacity: 0;
	width: 100vw;
	height: auto;
	background: url("../../../uploads/headerbg.png");
	position: absolute;
	top: 90px;
	left: 0;
  	z-index: 1;
	padding: 2vw 5vw 0;
	display: none;
}
#header_menu ul li:hover .submenu {
	opacity: 1; /* 不透明度を最大に */
	transition: opacity .3s, visibility .3s; /* アニメーション設定 */
	visibility: visible; /* 下層メニューを表示 */
	display: block;
}
#header_menu ul li .submenu article {
	width: 33%;
	display: block;
	text-align: right;
	float: left;
}
#header_menu ul li .submenu article.submenu-title {
	text-align: left;
}
#header_menu ul li .submenu article.submenu-title h4 {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-size: 2.9vw;
	color: #fff;
	line-height: 1;
}
#header_menu ul li .submenu article.submenu-title h5 {
	font-size: 2vw;
	font-weight: 500;
	color: #fff;
	margin-bottom: 1.7vw;
}
#header_menu ul li .submenu article ul {
	display: block;
}
#header_menu ul li .submenu article ul.submenu-title {
	display: block;
}
#header_menu ul li .submenu article ul li {
	width: 90%;
	display: block;
	margin-bottom: 1vw;
	height: 7.2vw;
}
#header_menu ul li .submenu article ul li div {
    display: flex;
    float: left;
    justify-content: flex-end;
    align-items: center;
    height: 7.2vw;
}
#header_menu ul li .submenu article ul li .naviname {
	width: 34%;
	margin-right: 2%;
	font-size: 1.0vw;
	text-align: right;
}
#header_menu ul li .submenu article ul li .naviname span {
	font-size: 0.75em;
}
#header_menu ul li .submenu article ul li .naviimg {
	width: 64%;
}
#header_menu ul li .submenu article ul li .naviimg img {
	width: 100%;
	border: 1px solid #fff;
}
#header_menu ul li .submenu article ul li:hover {
	background: rgba(255,255,255,0.3);
	transition: all .3s;
}
#header_menu ul li .submenu article ul li a::after {
	background-color: none;
}
#header_menu ul li .submenu article ul li a:hover::after {
	width: 0;
	opacity: 0;
}

#mobile-header {
	display: none;
}
#navi-wrapper {
	display: none;
}

/*
----------------------------------------------
CONTENT
----------------------------------------------
*/
.content-wrapper {
	width: 100vw;
	height: auto;
	clear: both;
	padding-top: 90px;
}
/*
----------------------------------------------
CONTENT Tablet Portrait /  Smart Phone
----------------------------------------------
*/

@media screen and (max-width: 1024px) {
	.content-wrapper {
		padding-top: 50px;
	}
}

/*
----------------------------------------------
NAVIGATION
----------------------------------------------
*/
#navi-wrapper #nav_toggle {
    display: none;
    width: 40px;
    height: 40px;
    background: #004488;
    z-index: 3001;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
	transform: none;
}
#navi-wrapper #nav_toggle div {
	position: relative;
}
#navi-wrapper #nav_toggle div span {
    display: block;
    height: 3px;
    background: #ffffff;
    position: absolute;
    width: 30px;
    left: 5px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#navi-wrapper #nav_toggle div span:nth-child(1) {
    top: 9px;
}
#navi-wrapper #nav_toggle div span:nth-child(2) {
    top: 19px;
}
#navi-wrapper #nav_toggle div span:nth-child(3) {
    top: 29px;
}
#navi-wrapper #nav_toggle.open div span:nth-child(1) {
	top: 20px;
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#navi-wrapper #nav_toggle.open div span:nth-child(2) {
	width: 0px;
}
#navi-wrapper #nav_toggle.open div span:nth-child(3) {
	top: 20px;
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

ul.entry-link-sp {
	display: none;
}

/*
----------------------------------------------
HEADER NAVIGATION Tablet Portrait
----------------------------------------------
*/

@media screen and (max-width: 1024px) {
	#header-wrapper {
		display: none;
	}
	#header-wrapper h1.site-title {
		width: 112px;
		height: 40px;
		margin: 0 auto;
	}
	#mobile-header {
		display: inline-block;
		background-image: radial-gradient(circle at 50% 12%, rgba(123, 173, 217, 1), rgba(75, 102, 153, 1) 80%);
		width: 100vw;
		position: fixed;
		top: 0;
		z-index: 999;
	}
	#mobile-header h1.site-title {
		width: 225px;
		height: 30px;
		background: url(../../../uploads/logo-wht.png) no-repeat;
		background-size: 100%;
		text-indent: -9999vw;
		margin: 10px auto;
	}
	#navi-wrapper {
		width: 100%;
		height: 0px;
		position: fixed;
		top: 0;
		z-index: 1001;
		background: #fff;
		margin: 0 0 0;
		transform: none;
		display: block;
	}
	#navi-wrapper #nav_toggle {
		display: block;
		position: absolute;
		top: 5px;
		right: 0px;
	}
	#navi-wrapper #inner_menu {
		width: 100%;
		height: 0;
		background: url("../../../uploads/headerbg-sp.png");
		background-size: 100%;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		position: fixed;
		top: 50px;
		left: 0px;
		bottom: 0;
		z-index: 3000;
		box-sizing: border-box;
		padding: 0px;
		display: flex;
		overflow-y: auto;
	}
	#navi-wrapper #inner_menu.open {
		overflow: scroll;
		height: auto;
	}
	#navi-wrapper #inner_menu article {
		padding: 3vw 0 5vw 2vw;
		width: 30%;
	}
	#navi-wrapper #inner_menu article.footer-b {
		border-right: 1px solid #fff;
	}
	#navi-wrapper #inner_menu article.footer-c {
		border-right: 1px solid #fff;
	}
	#navi-wrapper #inner_menu article.footer-d {
	}
	#navi-wrapper #inner_menu article h5,
	#navi-wrapper #inner_menu article h5 a {
		color: #fff;
		font-size: 2vw;
		line-height: 2.2;
		font-weight: 700;
	}
	#navi-wrapper #inner_menu article p,
	#navi-wrapper #inner_menu article p a {
		color: #fff;
		font-size: 2vw;
		line-height: 2.2;
	}
	#navi-wrapper #inner_menu article.footer-b p,
	#navi-wrapper #inner_menu article.footer-c p {
		padding-left: 1em;
	}
	#navi-wrapper #inner_menu article.footer-d h5 {
		margin-bottom: 1em;
	}
	body.menu-open {
		overflow: hidden;
	}
}

/*
----------------------------------------------
HEADER NAVIGATION Smart Phone
----------------------------------------------
*/
@media screen and (max-width: 440px) {
	#navi-wrapper #inner_menu {
		display: flex;
		flex-wrap: wrap;
		overflow-y: auto;
	}
	#navi-wrapper #inner_menu article {
		width: 50%;
	}
	#navi-wrapper #inner_menu article.footer-d {
		border-top: 1px solid #fff;
		width: 100%;
	}
	#navi-wrapper #inner_menu article h5,
	#navi-wrapper #inner_menu article h5 a {
		font-size: 3.6vw;
		line-height: 4.5vh;
	}
	#navi-wrapper #inner_menu article p,
	#navi-wrapper #inner_menu article p a {
		font-size: 3.6vw;
		line-height: 4.5vh;
	}
	#navi-wrapper #inner_menu article p a span {
		font-size: 0.6em;
	}
	#navi-wrapper #inner_menu article.footer-d h5 {
		margin-bottom: 0;
	}
	#navi-wrapper #inner_menu article.footer-d .search-form-1 {
		width: 96%;
	}
	#navi-wrapper #inner_menu article.footer-d .search-form-1 input {
		width: 100%;
		height: 30px;
		font-size: 3vw;
	}
	#navi-wrapper #inner_menu article.footer-d .search-form-1 button {
		height: 30px;
	}
}

/*
----------------------------------------------
FOOTER
----------------------------------------------
*/
footer {
	width: 100vw;
	clear: both;
	color: #fff;
	background-image: radial-gradient(circle at 50% 0%, rgba(75, 102, 153, 1), rgba(0, 34, 77, 1) 60%);
	border-top: 1px solid #fff;
	display: block;
}
.footer-wrapper {
	display: flex;
}
.footer-wrapper article {
	padding: 3vw 0 5vw 2vw;
}
.footer-wrapper article.footer-a {
	width: 34%;
	border-right: 1px solid #fff;
}
.footer-wrapper article.footer-b {
	width: 22%;
	border-right: 1px solid #fff;
}
.footer-wrapper article.footer-c {
	width: 22%;
	border-right: 1px solid #fff;
}
.footer-wrapper article.footer-d {
	width: 22%;
	position: relative;
}
.footer-wrapper article h5,
.footer-wrapper article h5 a,
.footer-wrapper article p,
.footer-wrapper article p a {
	color: #fff;
	font-size: 1.0vw;
	line-height: 2.2;
}
.footer-wrapper article p a span {
	font-size: 0.75em;
}
.footer-wrapper article.footer-a .footer-a-inner {
	width: 70%;
	margin: 0 auto;
}
.footer-wrapper article.footer-a img {
	width: 100%;
}
.footer-wrapper article.footer-a p {
	margin-left: 10px;
}
.footer-wrapper article.footer-a p.tel {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-size: 1.4vw;
	margin-top: 10px;
	line-height: 1.4;
}
.footer-wrapper article.footer-b p,
.footer-wrapper article.footer-c p {
	padding-left: 1em;
}
.footer-wrapper article.footer-d h5 {
	margin-bottom: 1em;
}
.footer-wrapper article.footer-d img.p-mark {
	position: absolute;
	bottom: 2vw;
	right: 2vw;
	width: 5vw;
}
footer .copy {
	text-align: center;
	font-size: 11px;
	background: #004488;
	padding: 3em 0 8em;
	color: #fff;
	letter-spacing: 1px;
}

/*
----------------------------------------------
FOOTER Smart Phone
----------------------------------------------
*/
@media screen and (max-width: 440px) {
	.footer-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	.footer-wrapper article h5,
	.footer-wrapper article h5 a,
	.footer-wrapper article p,
	.footer-wrapper article p a {
		font-size: 3.6vw;
	}
	.footer-wrapper article p a span {
		font-size: 0.6em;
	}
	.footer-wrapper article.footer-a {
		width: 100%;
		border-bottom: 1px solid #fff;
		border-right: none;
	}
	.footer-wrapper article.footer-b {
		width: 50%;
		border-right: 1px solid #fff;
	}
	.footer-wrapper article.footer-c {
		width: 50%;
		border-right: none;
	}
	.footer-wrapper article.footer-d {
		width: 100%;
		border-top: 1px solid #fff;
	}
	.footer-wrapper article.footer-a .footer-a-inner {
		width: 70%;
		margin: 0 auto;
	}
	.footer-wrapper article.footer-a img {
		width: 100%;
	}
	.footer-wrapper article.footer-a p {
		margin-left: 0;
		text-align: center;
	}
	.footer-wrapper article.footer-a p.tel {
		font-family: "Roboto Condensed", sans-serif;
		font-optical-sizing: auto;
		font-weight: 500;
		font-size: 4vw;
		margin-top: 10px;
		line-height: 1.4;
	}
	.footer-wrapper article.footer-d img.p-mark {
		position: absolute;
		bottom: 5vw;
		right: 5vw;
		width: 10vw;
	}
}

/*
----------------------------------------------
Spinner LoadBar
----------------------------------------------
*/
.spi {
	width: 32px;
	height: 32px;
	clear: both;
	margin: 20px auto;
}
.spi-loadbar {
	position: fixed;
	left: -25%;
	bottom: -2%;
	width: 200%;
	height: 80px;
	background: url('../img/nejitetsu.png');
	background-size: 70px 80px;
	background-position: 0px 0px;
	-webkit-animation: spLoadBar 0.4s infinite linear;
	animation: spLoadBar 2.0s infinite linear;
	z-index: 9999;
	transform: scale(0.75, 0.75);
}

@-webkit-keyframes spLoadBar {
	from {
		background-position: 0px 0px;
	}
	to {
		background-position: 70px 0px;
	}
}
@keyframes spLoadBar {
	from {
		background-position: 0px 0px;
 	}
	to {
		background-position: 70px 0px;
	}
}

.fadeIn{
	animation-name:fadeInAnime;
	animation-duration:2s;
	animation-delay: 1s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


br.sp {
	display: none;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
	br.sp {
		display: inline;
	}
}

/*
----------------------------------------------
FADEIN PAGING
----------------------------------------------
*/
.animation-bg {
	background: rgba(0, 204, 255, 1.0);
	content: "";
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	animation-name: PageAnime-fade;
	animation-duration: 1.0s;
	animation-delay: 1.0s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	pointer-events: none;
}
body.test4 .animation-bg,
body.test5 .animation-bg {
	background: rgba(255, 255, 255, 1.0);
}

@keyframes PageAnime-fade {
	0% {
    	opacity: 1;
	}
	100% {
		opacity: 0;
		display: none;
	}
}