@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
* {
		margin: 0;
		padding: 0;
}
html {
		overflow-y: scroll;
}
img {
		border: none;
		vertical-align: top;
}
body {
		color: #094DA4;
		background: #fff;
		font-size: 16px;
		font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 1;
		-webkit-text-size-adjust: 100%;
		-webkit-font-smoothing: antialiased;
}
@media(max-width: 767px) {
		body {
				font-size: 15px;
		}
}
body:lang(en) {
		font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, p, li, dt, dd {
		font-feature-settings: "palt";
		letter-spacing: 0.05em;
}
.container {
		max-width: 2560px;
		margin: 0 auto;
		overflow: hidden
}
.header_logo {
		position: fixed;
		top: 40px;
		left: 40px;
		width: 60px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100%;
		z-index: 50
}
.header_logo img {
		width: 100%;
		height: auto;
}
.header_logo.isWht img {
		opacity: 0
}
.header_logo.isWht {
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100%;
		background-image: url("../images/header_logo_wht.png")
}
nav.desktop {
		position: fixed;
		right: 50px;
		top: 40px;
		height: 26px;
		display: flex;
		align-items: center;
		z-index: 10;
}
nav.desktop ul {
		list-style: none;
		display: flex;
		justify-content: flex-end;
		align-items: center;
}
nav.desktop ul li {
		margin-left: 45px;
		font-family: "Jost", sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
}
nav.desktop ul li a {
		color: #094da4;
		text-decoration: none;
		padding-right: 18px;
		display: inline-block;
		position: relative;
}
nav.desktop ul li a span {
		display: inline-block;
		position: relative;
}
nav.desktop ul li a span::after {
		content: '';
		display: block;
		position: absolute;
		bottom: -4px;
		left: 0;
		width: 100%;
		height: 1px;
		background: #094da4;
		transform-origin: left center;
		transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
		transform: scaleX(0);
}
nav.desktop.isWht ul li a {
		color: #fff;
}
nav.desktop.isWht ul li a span::after {
		background: #fff;
}
@media (hover: hover) {
		nav.desktop ul li a:hover span::after {
				transform: scaleX(1);
		}
}
nav.desktop ul li a::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 7px);
		right: 0;
		width: 7px;
		height: 7px;
		border-right: 1px solid #094da4;
		border-bottom: 1px solid #094da4;
		transform: rotate(45deg);
}
nav.desktop.isWht ul li a::after {
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
}
main {
		background: #fff;
		position: relative;
		z-index: 1;
		min-height: 500px;
}
main::before {
		content: '';
		display: block;
		position: absolute;
		top: -90px;
		left: 0;
		width: 100%;
		height: 100px;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 2560px;
		background-image: url("../images/main_wave_pc.png");
		pointer-events: none
}
@media(max-width: 960px) {
		nav.desktop {
				display: none
		}
}
@media(max-width: 767px) {
		main::before {
				top: -50px;
				width: 100%;
				height: 60px;
				background-repeat: no-repeat;
				background-position: center top;
				background-size: 100%;
				background-image: url(../images/main_wave_sp.png);
		}
}
/* ============== */
@media(min-width: 961px) {
		.header_trigger {
				display: none;
		}
		.drawer {
				display: none !important
		}
}
@media(max-width: 767px) {
		.header_logo {
				top: 20px;
				left: 20px;
				width: 50px;
		}
}
.header_trigger {
		position: fixed;
		top: 10px;
		right: 10px;
		width: 46px;
		height: 41px;
		cursor: pointer;
		z-index: 100
}
.header_trigger div {
		width: 26px;
		height: 1px;
		background: #004ea2;
		position: absolute;
		top: 10px;
		left: 10px;
		transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
		pointer-events: none;
}
.header_trigger.isWht div {
		background: #fff;
}
.header_trigger div:nth-child(2) {
		top: 20px;
}
.header_trigger div:nth-child(3) {
		top: 30px;
}
.drawer {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh !important;
		z-index: 100;
		background: #004ea2;
		display: none;
		box-sizing: border-box;
		padding-top: 20px;
}
.drawer .header_trigger_bar {
		background: #fff;
}
.header_trigger.navOpen div:nth-child(1) {
		transform: translateY(10px)
}
.header_trigger.navOpen div:nth-child(2) {
		opacity: 0
}
.drawer .header_trigger div:nth-child(3) {
		transform: translateY(-10px)
}
.drawer .header_trigger div:nth-child(1) {
		transform: translateY(10px) rotate(45deg);
		background: none;
}
.drawer .header_trigger div:nth-child(3) {
		transform: translateY(-10px) rotate(-45deg);
		background: none;
}
/* ============== */
.blue_bg {
		background: #094DA4;
		color: #fff;
		position: relative;
		z-index: 10
}
/* ============== */
footer {
		background: #DCDDDD;
		position: relative;
		z-index: 1;
		padding-top: 80px;
		padding-bottom: 60px;
}
footer::before {
		content: '';
		display: block;
		position: absolute;
		top: -90px;
		left: 0;
		width: 100%;
		height: 100px;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 2560px;
		background-image: url("../images/footer_wave_pc.png");
		pointer-events: none;
}
footer h3 {
		font-family: "Jost", sans-serif;
		font-weight: 400;
		font-size: 26px;
		text-align: center;
		margin: 0 0 20px;
}
.footer_sns {
		display: flex;
		justify-content: center;
		align-items: center;
		list-style: none;
		margin: 0 0 60px;
}
.footer_sns li {
		width: 80px;
		height: 80px;
		border-radius: 50%;
		margin: 0 20px;
}
.footer_sns li img {
		width: 80px;
		height: 80px;
		border-radius: 50%;
		background: #fff;
		transition: opacity 0.4s;
}
.pagetop {
		position: fixed;
		right: 60px;
		bottom: 40px;
		width: 50px;
		cursor: pointer;
		display: none;
		z-index: 50;
		transition: bottom 0.4s;
}
.footer_logo {
		width: 85px;
		margin: 0 auto 30px
}
.copy {
		font-family: 'Roboto', sans-serif;
		font-size: 12px;
		line-height: 1.6;
		text-align: center;
}
@media(max-width: 767px) {
		footer::before {
				top: -50px;
				width: 100%;
				height: 60px;
				background-repeat: no-repeat;
				background-position: center top;
				background-size: 100%;
				background-image: url(../images/footer_wave_sp.png);
		}
}
.pagetop {
		position: fixed;
		right: 60px;
		bottom: 40px;
		width: 50px;
		cursor: pointer;
		display: none;
		z-index: 50;
		transition: bottom 0.4s;
}
.pagetop.isEnd {
		bottom: 320px;
}
.pagetop img {
		width: 100%;
		height: auto;
}
@media(max-width: 767px) {
		footer {
				padding-top: 40px;
				padding-bottom: 60px;
		}
		footer h3 {
				font-size: 22px;
				margin: 0 0 25px;
		}
		.footer_sns li {
				width: 70px;
				height: 70px;
				margin: 0 15px;
		}
		.footer_sns li img {
				width: 70px;
				height: 70px;
		}
		.copy {
				font-size: 10px;
				letter-spacing: 0
		}
		.pagetop {
				right: 20px;
				bottom: 30px !important;
		}
}
@media (hover: hover) {
		.footer_sns li a:hover img {
				opacity: 0.4
		}
}
/* ================ */
.drawer {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh !important;
		z-index: 100;
		background-color: #004ea2;
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 200px;
		background-image: url("../images/drawer_line.png");
		display: none;
		box-sizing: border-box;
		padding-top: 20px;
}
.drawer .header_trigger_bar {
		background: #fff;
}
.header_trigger.navOpen div:nth-child(1) {
		transform: translateY(10px)
}
.header_trigger.navOpen div:nth-child(2) {
		opacity: 0
}
.drawer .header_trigger div:nth-child(3) {
		transform: translateY(-10px)
}
.drawer .header_trigger div:nth-child(1) {
		transform: translateY(10px) rotate(45deg);
		background: none;
}
.drawer .header_trigger div:nth-child(3) {
		transform: translateY(-10px) rotate(-45deg);
		background: none;
}
.drawer .header_trigger div:nth-child(1)::before, .drawer .header_trigger div:nth-child(3)::before {
		background: #fff;
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
		transform: scaleX(0);
		transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.drawer .header_trigger div:nth-child(1)::before {
		transform-origin: left center;
		transition-delay: 0.4s;
}
.drawer .header_trigger div:nth-child(3)::before {
		transform-origin: right center;
		transition-delay: 0.3s;
}
.drawer.drawerOpen .header_trigger div:nth-child(1)::before, .drawer.drawerOpen .header_trigger div:nth-child(3)::before {
		transform: scaleX(1);
}
.drawer .drawer_wrap {
		padding: 100px 35px 80px;
		box-sizing: border-box;
		height: 100%;
		position: relative;
}
.drawer_wrap .main li {
		margin: 0 0 35px;
		transition: opacity 0.6s;
		opacity: 0;
		list-style: none
}
.drawerOpen ul.main li:first-child {
		transition-delay: 0.3s;
}
.drawerOpen ul.main li:nth-child(2) {
		transition-delay: 0.4s;
}
.drawerOpen ul.main li:nth-child(3) {
		transition-delay: 0.5s;
}
.drawerOpen .main li {
		opacity: 1
}
.drawer_wrap .main a {
		color: #fff;
		text-decoration: none;
}
.drawer_wrap .main .en {
		font-size: 28px;
		font-family: "Jost", sans-serif;
		font-weight: 500;
		margin: 0 0 10px;
		letter-spacing: 0.06em;
}
.drawer_wrap .main .jp {
		font-size: 14px;
}
ul.sub {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap
}
ul.sub li {
		list-style: none;
		width: 50%;
		font-size: 13px;
}
ul.sub li a {
		display: block;
		padding: 3px 0;
		color: #fff;
		text-decoration: none;
}
.drawer_wrap .drawer_sns {
		position: absolute;
		bottom: 70px;
		left: 35px;
		transition: opacity 0.6s;
		opacity: 0;
		transition-delay: 0.6s;
}
.drawerOpen .drawer_sns {
		opacity: 1
}
.drawer_sns ul {
		display: flex;
		list-style: none;
}
.drawer_sns ul li {
		width: 35px;
		margin-right: 20px;
}
.drawer_sns ul li:last-child {
		margin-right: 0;
}
/* ============= */
@media(min-width: 841px) {
		br.spbr {
				display: none
		}
}
@media(max-width: 840px) {
		br.pcbr {
				display: none
		}
}
@media(min-width: 768px) {
		.spObj {
				display: none;
		}
}
@media(max-width: 767px) {
		.pcObj {
				display: none;
		}
}