@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: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	color: #231815;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
#wrapper {
	overflow: hidden;
}
a {
	color: #808080;
	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: #53a7d1;
}
.inner {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
/* font */
.ns_r {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.ns_b {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
.nse_m {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
.nse_b {
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}
.bn {
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
}

/* fade */
.fadeUpTrigger {
	opacity: 0;
}
/* fadeup */
.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 1.6s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeUpAnime {
  from {
	opacity: 0;
	transform: translateY(180px);
  }
  to {
	opacity: 1;
	transform: translateY(0);
  }
}

/* zoomout */
@keyframes zoomOutAnime {
  from {
		transform: scale(1.2);
		opacity: 0;
  }
	to {
		transform:scale(1);
		opacity: 1;
	}
}
.zoomOutTrigger {
	opacity: 0;
}
.zoomOut {
	animation-name: zoomOutAnime;
	animation-duration: 1.8s;
	animation-fill-mode: forwards;
}

/*header*/
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
}
header .h_inner {
	padding: 20px 20px 0;
	height: 120px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
header .h_inner.is-animation {
	padding-top: 0;
	height: 80px;
	align-items: center;
	background-position: top center;
	background-color: #38AACF;
	transition: 1s;
	box-shadow: 0 2px 13px rgba(0, 0, 0, 0.2);
}

header .h_inner .left .logo {
	width: 230px;
}
header .h_inner.is-animation .left .logo {
	width: 210px;
}
header .h_inner .left .logo a {
	display: block;
}
header .h_inner .left .logo a img {
	vertical-align: middle;
}
header .h_inner .left .logo a:hover {
	opacity: 0.7;
}
header .h_inner .right .global-nav .global-nav_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 75px;
}
header .h_inner .right .global-nav .global-nav_list .global-nav_item {
	padding: 5px 1em 8px;
	text-align: center;
}
header .h_inner .right .global-nav .global-nav_list .global-nav_item a {
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 17px;
    line-height: 2;
    font-weight: 400;
	letter-spacing: .09em;
    color: #FFF;
    /*padding-top: 6px;*/
    display: block;
}
header .h_inner .right .global-nav .global-nav_list .global-nav_item a:hover {
	color: #999;
}
header .h_inner .right .global-nav .global-nav_list .global-nav_item a:hover:before {
	color: #999;
}

/*fixBtn*/
.fixBtn {
	position: fixed;
	z-index: 550;
	transition: all 0.3s;
	display: block;
	text-align: center;
	top: 16px;
	right: 30px;
}
.is-animation .fixBtn {
    top: 16px;
}
.fixBtn li {
	/*box-shadow: 0 3px 3px rgb(0 0 0 / 20%);*/
	/*border-radius: 50%;*/
}
.fixBtn li:first-of-type,
.fixBtn li:nth-of-type(2) {
	margin-bottom: 16px;
}
.fixBtn li a {
    display: block;
    width: 50px;
    height: 50px;
    padding: 10px;
    background-color: #38AACF;
}
.fixBtn li a img {
}
.fixBtn li a:hover {
	background-color: #999;
}

/* footer */
footer {
	margin-top: 80px;
	position: relative;
	background-color: #292C3C;
	z-index: 2;
}
footer .inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 55px 20px 40px;
	color: #FFF;
}
footer .inner .f_logo {
	width: 300px;
	margin: 0 auto 20px;
}
footer .inner .f_logo a {
	display: block;
}
footer .inner .f_logo a:hover {
	opacity: .7;
}
footer .inner .txt01 {
	padding-top: 10px;
	font-size: min(6vw,45px);
    line-height: 1;
    color: #FFF;
    font-family: 'Bebas Neue', 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 0.19em;
	text-align: center;
}
footer .inner .txt02 {
	text-align: center;
}
footer .inner .txt02 a {
    line-height: 1;
    color: #FFF;
	font-size: min(4vw,18px);
	font-family: 'Bebas Neue', 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 0.19em;
	text-align: center;
}
footer .inner ul {
	text-align: center;
	padding-top: 40px;
}
footer .inner ul li {
	margin-bottom: 3px;
    display: inline-block;
	padding: 0 1em;
}
footer .inner ul li a {
	text-align: center;
	font-family: 'Lato', sans-serif;
    font-size: min(3.1vw,13px);
    line-height: 2;
    font-weight: 400;
	letter-spacing: .09em;
	color: #CCC;
}
footer .inner ul li a:hover {
	color: #FFF;
}
footer .copy {
	/*margin-bottom: 15px;*/
	padding: 12px 0;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-align: center;
	background-color: #fff;
}
footer .pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	height: auto;
	z-index: 99;
}
footer .pagetop a {
	position: relative;
	display: block;
	width: 22px;
	height: 22px;
	line-height: 1;
	background-color: #000;
	border: 1px solid #000;
	cursor: pointer;
	text-align: center;
	border-radius: 50%;
}
footer .pagetop a:before {
	    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    content: "";
    transform: rotate(-45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
/* 共通 */
/* btn */
/* btnarrow */
.btnarrow {
	width: 220px;
    position: relative;
    padding: 18px 2.5em 18px;
    display: inline-block;
    text-decoration: none;
    transition: all .2s linear;
    font-size: min(4.5vw,14px);
    background-color: #38AACF;
    /*border-radius: 50px;*/
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
	letter-spacing: .09em;
    line-height: 1;
    text-align: left;
}
.btnarrow:before {
	content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 2px;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: skew(45deg);
    transition: all .2s linear;
}
.btnarrow:hover::before {
	right: 25px;
}
.btn01 {
	/*border: 1px solid #FFF;*/
	color: #38AACF;
	background-color: #FFF;
}
.btn01:before {
	/*background: #FFF;*/
    border-bottom: 1px solid #38AACF;
    border-right: 1px solid #38AACF;
}
.btn01:hover {
	/*background: #011233;*/
	background-color: #80B11F;
	color: #FFF;
}
.btn02 {
	/*border: 1px solid #53a7d1;*/
	color: #FFF;
}
.btn02:before {
	background: #53a7d1;
}
.btn02:hover {
	background: #80B11F;
	color: #fff;
}
.btn03 {
	/*border: 1px solid #fff;*/
	color: #fff;
	background: transparent;
}
.btn03:before {
	background: #fff;
}
.btn03:hover {
	background: #fff;
	color: #000;
}

@media screen and (max-width: 1200px) {
/* header */
	/*header .h_inner .left .logo {
    	width: 300px;
	}*/
	header .h_inner .right .global-nav .global-nav_list .global-nav_item {
		width: 110px;
	}
	header .h_inner .right .global-nav .global-nav_list .global-nav_item a {
		font-size: 15px;
		padding-top: 10px;
	}
}
@media screen and (max-width: 1000px) {
	/*共通*/
	body {
		font-size: 14px;
	}
	.inner {
		width: 100%;
		max-width: 100%;
	}
	/*header*/
	header .h_inner {
		width: 100%;
		padding: 16px 16px 0;
	}
	header .h_inner .left .logo {
		width: 180px;
	}	
	.global-nav {
		position: fixed;
		right: -320px;
		top: 0;
		width: 300px;
		height: 100vh;
		padding-top: 40px;
		background-color: rgb(41, 44, 60, 0.95);
		transition: all .6s;
		z-index: 9999;
		overflow-y: auto;
	}
	header .h_inner .right .global-nav .global-nav_list {
		display: block;
		padding: 20px 0;
	}
	header .h_inner .right .global-nav .global-nav_list .global-nav_item {
		margin: 0 0;
		position: static;
		width: 100%;
		padding: 8px 0;
	}	
	header .h_inner .right .global-nav .global-nav_list .global-nav_item:before {
		display: none;
	}	
	header .h_inner .right .global-nav .global-nav_list .global-nav_item a {
		padding: 16px 0 16px 40px;
		display: block;
		text-align: left;
		font-size: 18px;
		font-weight: 700;
		color: #FFF;
		line-height: 1.4;
	}
	
/* hamburgeメニュー */
	.hamburger {
		position: absolute;
		right: 22px;
		top: 22px;
		width: 32px;
		height: 30px;
		cursor: pointer;
		z-index: 9999;
	}
	.hamburger_line {
		position: absolute;
		right: 0;
		height: 2px;
		background-color: #fff;
		transition: all .6s;
	}
	.hamburger_line1 {
		top: 6px;
		width: 30px;
	}
	.hamburger_line2 {
		top: 14px;
		width: 24px;
	}
	.hamburger_line3 {
		top: 22px;
		width: 16px;
	}
	.nav-open .global-nav {
		right: 0;
	}
	.nav-open .hamburger_line {
		/*background-color: #011233;*/
	}
	.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;
	}	
	
/* footer */
	footer {
		/*padding-bottom: 70px;*/
	}	
	footer .inner {
		padding: 30px 2vw;
	}
	footer .pagetop {
		bottom: 20px;
		right: 16px;
	}	
	footer .pagetop a {
		display: block;
		width: 40px;
		height: 40px;
		line-height: 36px;
		font-size: 14px;
	}	
  footer .fsubNav {
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  footer .fsubNav .f_inner {
    width: 100%;
    height: 70px;
		display: flex;
		justify-content: space-between;
		align-items: center;
  }
  footer .fsubNav .f_inner li {
		width: calc(50%);
    height: 70px;
	}
  footer .fsubNav .f_inner li a {
		display: block;
    height: 70px;
		text-align: center;
		font-weight: 700;
		color: #fff;
		font-size: 15px;
		line-height: 1;
		position: relative;
  }
	footer .fsubNav .f_inner .f_i a {
		background-color: #53a7d1;
		padding-top: 40px;
  }
  footer .fsubNav .f_inner .f_r a {
		background-color: #86ba1f;
		padding-top: 40px;
  }
	footer .fsubNav .f_inner li a:before {
		content: "";
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		width: 100%;
	}
	footer .fsubNav .f_inner .f_i a:before {
		background-image: url("../img/common/fix_btn01.svg");
		height: 28px;
		top: 10px;
	}
	footer .fsubNav .f_inner .f_r a:before {
		background-image: url("../img/common/fix_btn02.svg");
		height: 20px;
		top: 12px;
	}
}

@media screen and (max-width: 767px) {
	footer .inner {
		display: block;
}
}

@media screen and (max-width: 600px) {
/* footer */
	footer .inner ul {
		margin-top: 30px;
	}
	footer .inner ul li {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 400px) {
/* header */
	header .h_inner .right .global-nav .global-nav_list .global-nav_item a {
		padding: 12px 0 12px 40px;
		font-size: 14px;
		line-height: 1.8;
	}	
	
/* footer */
	footer .inner .f_logo {
		width: 220px;
		margin: 0 auto 20px;
	}
	footer .pagetop {
    right: 10px;
	}	
}

@media screen and (max-width: 340px) {
/* header */
	header .h_inner .right .global-nav .global-nav_list .global-nav_item {
		padding: 0 0;
	}	
	.global-nav {
		right: -300px;
		width: 280px;
	}
}

