@charset "UTF-8";
/* CSS Document */
 html {
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
}
html.wf-active,
html.loading-delay {
	visibility: visible;
	opacity: 1;
}
* {
    word-break: break-all;
	} 
body {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	color: #000;
	line-height: 1.6;
	letter-spacing: 0.02em;
	background-image: url(../img/common/content_bg.webp);
	background-repeat: repeat;
	background-position: top left;
}
#wrapper {
	overflow: hidden;
}
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a img {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	color: #001d89;
}
.inner {
	max-width: 1240px;
	margin-right: auto;
	margin-left: auto;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}

/* font */
.zn_r {
	font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
}
.zn_m {
	font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
}
.zn_b {
	font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
}
/*fade*/
.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 1.2s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeUpAnime {
  from {
	opacity: 0;
	transform: translateY(180px);
  }
  to {
	opacity: 1;
	transform: translateY(0);
  }
}
.fadeAnimeMain,
.fadeUpTrigger {
	opacity: 0;
}

/*header*/
header {
	width: 100%;
	position: relative;
	z-index: 500;
}
header .h_inner {
	max-width: 2000px;
	margin: 0 auto;
	text-align: center;
	height: calc(100vh - 60px);
	max-height: calc( var(--vh) * 100 - 60px);
	padding-top: 32px;
}
header .h_inner .main_img {
	margin: 0 32px;
	text-align: center;
	height: 100%;
	background-image: url("../img/top/main_bg.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 16px;
}
header .h_inner .logo_bg {
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	width: 290px;
}
header .h_inner .logo_bg .logo a {
	padding: 30px;
	text-align: center;
	font-size: 22px;
	line-height: 1;
	color: #fff;
	display: block;
	font-weight: 500;
	background-color: #001d89;
	border-bottom-right-radius: 16px;
}
header .h_inner .logo_bg .logo a:hover {
	background-color: #fff;
	color: #001d89;
}
header .m_inner {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1400px;
	padding: 140px 52px 0;
	margin: 0 auto;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
header .m_inner .m_txt01 {
	width: 76px;
}
header .m_inner .m_txt02 {
	width: 152px;
}
.global-nav {
	position: absolute;
	z-index: 2;
	bottom: -30px;
	right: 0;
}
header .h_inner .global-nav .global-nav_list {
	max-width: 828px;
	padding-left: 60px;
	padding-right: 60px;
	height: 60px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #001d89;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
header .h_inner .global-nav .global-nav_list .global-nav_item {
	margin: 0 20px;
	overflow: hidden;
	position: relative;
}
header .h_inner .global-nav .global-nav_list .global-nav_item a {
	font-weight: 500;
	font-size: 20px;
	color: #fff;
}
header .h_inner .global-nav .global-nav_list .global-nav_item:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: -100%;
	width: 100%;
	height: 1px;
	background-color: #fff;
	transition: .3s;
}
header .h_inner .global-nav .global-nav_list .global-nav_item:hover:after {
	left: 0;
}

/* footer */
footer {
	position: relative;
}
footer .f_desc {
	padding: 0 32px 32px;
}
footer .f_desc .f_inner {
	max-width: 2000px;
	margin: 0 auto;
	background-color: #001d89;
	border-radius: 16px;
	padding: 46px 40px 20px;
}
footer .f_desc .f_inner .item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row-reverse;
	max-width: 1400px;
	margin: 0 auto;
}
footer .f_desc .f_inner .item .left {
	width: calc(40% - 20px);
}
footer .f_desc .f_inner .item .left .logo {
	padding-bottom: 18px;
}
footer .f_desc .f_inner .item .left .logo a {
	color: #fff;
	font-weight: 500;
	font-size: 25px;
}
footer .f_desc .f_inner .item .left .logo a:hover {
	color: #00b4ff;
}
footer .f_desc .f_inner .item .left .add,
footer .f_desc .f_inner .item .left .tel,
footer .f_desc .f_inner .item .left .tel a {
	color: #fff;
	font-size: 20px;
}
footer .f_desc .f_inner .item .left .tel a:hover {
	color: #00b4ff;
}
footer .f_desc .f_inner .item .right {
	width: calc(60% - 20px);
	display: flex;
	flex-direction: row-reverse;
}
footer .f_desc .f_inner .item .right .f_nav {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	max-width: 756px;
	background-color: #fff;
	padding: 16px 20px;
	border-radius: 50px;
}
footer .f_desc .f_inner .item .right .f_nav li {
	margin: 0 12px;
	line-height: 1;
}
footer .f_desc .f_inner .item .right .f_nav li a {
	font-size: 16px;
	font-weight: 500;
	color: #001d89;
}
footer .f_desc .f_inner .item .right .f_nav li a:hover {
	color: #00b4ff;
}
footer .copyArea {
	padding-top: 60px;
}
footer .copyArea .copy {
	font-size: 14px;
	text-align: center;
	color: #fff;
}
footer .pagetop {
	position: fixed;
	bottom: 20px;
	right: 10px;
	height: auto;
	z-index: 100;
}
footer .pagetop a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 1;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #001d89;
	cursor: pointer;
	text-align: center;
}
footer .pagetop a:before {
	position: absolute;
	top: 8px;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	margin: auto;
	content: "";
	transform: rotate(-45deg);
	border-top: 2px solid #001d89;
	border-right: 2px solid #001d89;
}

@media screen and (max-width: 1500px) {
/* header */
	header .m_inner {
		max-width: 1200px;
	}	
	header .m_inner .m_txt01 {
		width: 56px;
	}	
	header .m_inner .m_txt02 {
		width: 132px;
	}	
	
/* footer */
	footer .f_desc .f_inner {
		padding-left: 20px;
		padding-right: 20px;
	}	
	footer .f_desc .f_inner .item .right .f_nav {
		padding-left: 20px;
		padding-right: 20px;
	}	
	footer .f_desc .f_inner .item .right .f_nav li {
		margin: 0 6px;
	}
	footer .f_desc .f_inner .item .left .logo a {
		font-size: 20px;
	}	
	footer .f_desc .f_inner .item .left .add,
	footer .f_desc .f_inner .item .left .tel,
	footer .f_desc .f_inner .item .left .tel a {
		font-size: 18px;
	}	
}

@media screen and (max-width: 1300px) {
/* footer */
	footer .f_desc {
		padding: 0 16px 16px;
	}
	footer .f_desc .f_inner {
		padding: 30px 6vw 20px;
	}	
	footer .f_desc .f_inner .item {
		display: block;
	}
	footer .f_desc .f_inner .item .right {
		width: 100%;
		display: block;
	}	
	footer .f_desc .f_inner .item .right .f_nav {
		justify-content: space-around;
		max-width: 100%;
		padding: 16px 50px;
	}	
	footer .f_desc .f_inner .item .left {
		width: 100%;
		padding-top: 30px;
		text-align: center;
	}	
	footer .pagetop {
		right: 4px;
	}	
	footer .pagetop a {
		display: block;
		width: 40px;
		height: 40px;
	}	
	footer .pagetop a:before {
		top: 8px;
		width: 14px;
		height: 14px;
	}
}

@media screen and (max-width: 1250px) {
/* header */
	header .m_inner {
		max-width: 1100px;
	}	
	
}

@media screen and (max-width: 1200px) {
/* header */
	header .m_inner {
		padding-top: 100px;
		max-width: 1000px;
	}	
	header .m_inner .m_txt01 {
		width: 46px;
	}	
	header .m_inner .m_txt02 {
		width: 122px;
	}	
	header .h_inner .global-nav .global-nav_list {
		padding-left: 20px;
		padding-right: 20px;
	}	
	header .h_inner .global-nav .global-nav_list .global-nav_item {
		margin: 0 16px;
	}
	header .h_inner .global-nav .global-nav_list .global-nav_item a {
		font-size: 18px;
	}	

/* footer */
	footer .f_desc .f_inner .item .right .f_nav {
		padding-left: 6px;
		padding-right: 6px;
	}	
	footer .f_desc .f_inner .item .left .add,
	footer .f_desc .f_inner .item .left .tel,
	footer .f_desc .f_inner .item .left .tel a {
		font-size: 16px;
	}	
	footer .f_desc .f_inner .item .right .f_nav li a {
		font-size: min(4vw,16px);
	}	
}

@media screen and (max-width: 1050px) {
/* header */
	header .m_inner {
		max-width: 950px;
	}	
	header .m_inner .m_txt01 {
		width: 36px;
	}	
	header .m_inner .m_txt02 {
		width: 112px;
	}	
}

@media screen and (max-width: 1000px) {
	/*共通*/
	body {
		font-size: 14px;
	}
	.inner {
		width: 100%;
		max-width: 100%;
	}
/*header*/
	header {
		position: fixed;
		height: 60px;
		z-index: 500;
		width: 100%;
	}
	header .h_inner {
		width: 100%;
		height: 100%;
		padding: 0 16px;
		position: static;
	}
	header .h_inner.is-animation {
		height: 60px;
		background: rgba(255, 255, 255, 0.9);
		transition: 1s;
		box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
	}
	header .h_inner .logo_bg {
		width: 180px;
	}	
	header .h_inner .logo_bg .logo a {
		padding: 20px 0;
    font-size: 16px;
		height: 60px;
		border-bottom-right-radius: 10px;
	}	
	header .h_inner .logo_bg .logo a:hover {
		background-color: #001d89;
		color: #fff;
	}	
	header .h_inner .main_img {
		margin: 0;
		background-image: none;
	}	
	header .m_inner {
		position: static;
		display: none;
	}
	header .h_inner .swiper-container01 .swiper-wrapper .swiper-slide {
		display: none;
	}
	header .h_inner .h_top .h_txtArea {
		display: none;
	}	
	header .h_inner .h_top {
		padding: 0 16px;
		height: 100%;
	}	
	header .h_inner .h_top .logo_bg {
		height: 100%;
	}	
	header .h_inner .h_top .logo_bg .logo {
		width: 100px;
	}	
	header .h_inner .h_top .h_txtArea .txt01,
	header .h_inner .h_top .h_txtArea .txt02Area {
		 display: none;
	}	
	.global-nav {
		position: absolute;
		right: -100vw;
		top: 0;
		width: 300px;
    height: 100vh;
    padding-top: 40px;
    background-color: rgba(255, 255, 255, 0.95);
    transition: all .6s;
    z-index: 9999;
    overflow-y: auto;
	}
	header .h_inner .global-nav {
    display: block;
	}
	header .h_inner .global-nav .global-nav_list {
		display: block;
		padding: 20px 0 40px;
		max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    height: 100%;
    margin: 0;
    background-color: transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	}
	header .h_inner .global-nav .global-nav_list .global-nav_item {
		margin: 0 0;
		position: static;
		width: 100%;
		padding: 8px 0;
	}	
	header .h_inner .global-nav .global-nav_list .global-nav_item:before {
		display: none;
	}	
	header .h_inner .global-nav .global-nav_list .global-nav_item a {
		padding: 12px 0 12px 40px;
		display: block;
		text-align: left;
		color: #000;
		font-size: 1rem;
	}
	header .h_inner .global-nav .global-nav_list .global-nav_item a:hover {
		color: #000;
	}
	
/* hamburgeメニュー */
	.hamburger {
		position: absolute;
		right: 16px;
		top: 14px;
		width: 32px;
		height: 30px;
		cursor: pointer;
		z-index: 9999;
	}
	.hamburger_line {
		position: absolute;
		right: 0;
		height: 2px;
		background-color: #001d89;
		transition: all .6s;
	}
	.hamburger_line1 {
		top: 6px;
		width: 30px;
	}
	.hamburger_line2 {
		top: 14px;
		width: 30px;
	}
	.hamburger_line3 {
		top: 22px;
		width: 30px;
	}
	.nav-open .global-nav {
		right: 0;
	}
	.nav-open .hamburger_line1 {
		transform: rotate(45deg);
		top: 16px;
		width: 32px;
	}
	.nav-open .hamburger_line2 {
		width: 0;
		left: 50%;
	}
	.nav-open .hamburger_line3 {
		transform: rotate(-45deg);
		top: 16px;
		width: 32px;
	}	
	
}

@media screen and (max-width: 900px) {
/* footer */
	footer .f_desc .f_inner .item .left .logo a {
    font-size: 18px;
	}
	footer .f_desc .f_inner .item .right .f_nav li {
		width: calc(50%);
		margin: 8px 0;
		text-align: center;
	}
	footer .f_desc .f_inner .item .left .add,
	footer .f_desc .f_inner .item .left .tel,
	footer .f_desc .f_inner .item .left .tel a {
		font-size: 15px;
		line-height: 1.4;
	}	
	footer .f_desc .f_inner .item .left .tel {
		padding-top: 10px;
	}	
	footer .copyArea {
		padding-top: 40px;
	}	
}

@media screen and (max-width: 767px) {
/* footer */
	footer .f_desc .f_inner .item .right .f_nav {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 600px) {
/* footer */
	header .h_inner .logo_bg {
		width: 166px;
	}	
	header .h_inner .logo_bg .logo a {
		font-size: 15px;
	}	
}

@media screen and (max-width: 500px) {
/* footer */
	footer .f_desc .f_inner .item .right .f_nav li {
		width: 100%;
		margin: 10px 0;
	}	
}

@media screen and (max-width: 340px) {
/* header */
	.global-nav {
		width: 280px;
	}
}
