@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&amp;display=swap');
* {
		margin: 0;
		padding: 0;
}
html {
		overflow-y: scroll;
}
img {
		border: none;
		vertical-align: top;
}
.clear {
		clear: both;
}
body {
		font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		font-size: 16px;
		color: #094da4;
		background: #dcdddd;
		-webkit-font-smoothing: antialiased;
}
@media(max-width: 767px) {
		body {
				font-size: 15px;
		}
}
html.bodyLock {
		overflow: hidden;
}
.page_outer {
		overflow: hidden
}
header {
		position: fixed;
		top: 40px;
		left: 0;
		width: 100%;
		height: 1px;
		z-index: 100;
}
.header_inner {
		padding: 0;
		position: relative;
		height: 1px;
}
.header_inner .header_logo {
		width: 60px;
		position: absolute;
		top: 0;
		left: 40px;
}
@media(max-width: 840px) {
		.header_inner .header_logo {
				left: 30px
		}
}
.header_logo img {
		width: 100%;
		height: auto;
		transition: filter 0.4s;
}
.isWht .header_logo img {
		filter: invert(1) brightness(4);
}
.header_inner nav {
		position: absolute;
		right: 50px;
		top: 0;
		height: 26px;
		display: flex;
		align-items: center;
}
@media(max-width: 840px) {
		.header_inner nav {
				right: 30px;
		}
}
.header_inner nav ul {
		list-style: none;
		display: flex;
		justify-content: flex-end;
		align-items: center;
}
.header_inner nav ul li {
		margin-left: 45px;
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		letter-spacing: 0.03em;
}
@media(max-width: 840px) {
		.header_inner nav ul li {
				margin-left: 20px;
		}
}
.header_inner nav ul li a {
		color: #094da4;
		text-decoration: none;
		padding-right: 18px;
		display: inline-block;
		position: relative;
}
.header_inner nav ul li a span {
		display: inline-block;
		position: relative;
}
.header_inner nav 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);
}
@media (hover: hover) {
		.header_inner nav ul li a:hover span::after {
				transform: scaleX(1);
		}
}
.header_inner nav ul li a::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 6px);
		right: 0;
		width: 7px;
		height: 7px;
		border-right: 1px solid #094da4;
		border-bottom: 1px solid #094da4;
		transform: rotate(45deg);
}
.isWht .header_inner nav ul li a {
		color: #fff;
}
.isWht .header_inner nav ul li a::after {
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
}
.isWht .header_inner nav ul li a span::after {
		background: #fff;
}
@media(max-width: 767px) {
		header {
				top: 20px
		}
		.header_inner .header_logo {
				width: 50px;
				left: 20px;
		}
		.header_inner nav {
				display: none;
		}
}
.footer_upper {
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 3000px;
		background-image: url("../png/about_bg3_pc.png");
		background-color: #fff;
		height: 200px;
		position: relative;
}
.footer_upper::after {
		content: '';
		display: block;
		position: absolute;
		top: -4px;
		left: 0;
		width: 100%;
		height: 8px;
		background: #004ea2;
}
@media(max-width: 1600px) {
		.footer_upper {
				background-size: 1600px;
				height: 150px
		}
}
@media(max-width: 767px) {
		.footer_upper {
				background-size: 100%;
				background-image: url("../png/about_bg3_sp.png");
				height: 9vw;
		}
}
footer {
		background: #fff;
		position: relative;
}
.footer_inner {
		text-align: center;
		padding: 60px 20px 60px;
		position: relative;
		z-index: 5
}
.footer_sns_hd {
		width: 190px;
		margin: 0 auto 20px;
}
.footer_sns_hd img {
		width: 100%;
		height: auto;
}
.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: #dcdddd;
		transition: opacity 0.4s;
}
.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 (hover: hover) {
		.footer_sns li a:hover img {
				opacity: 0.4
		}
}
.footer_logo {
		width: 85px;
		margin: 0 auto 25px
}
.footer_logo img {
		width: 100%;
		height: auto;
}
.copyright {
		text-align: center;
		font-family: 'Roboto', sans-serif;
		color: #004ea2;
		font-size: 13px;
		line-height: 1.8;
		letter-spacing: 0.03em
}
@media(max-width: 767px) {
		.footer_inner {
				text-align: center;
				padding: 60px 0 80px;
		}
		.footer_sns_hd {
				width: 170px;
		}
		.footer_sns {
				margin-bottom: 40px;
		}
		.footer_sns li {
				width: 70px;
				height: 70px;
				margin: 0 10px;
		}
		.footer_sns li img {
				width: 70px;
				height: 70px;
		}
		.footer_logo {
				width: 60px;
				margin: 0 auto 15px
		}
		.copyright {
				color: #004ea2;
				font-size: 11px;
				letter-spacing: 0.02em
		}
		.pagetop {
				right: 20px;
				bottom: 30px !important;
		}
}
/* ============== */
@media(min-width: 768px) {
		.header_trigger {
				display: none;
		}
		.drawer {
				display: none !important
		}
}
.header_inner .header_trigger {
		position: absolute;
		top: 0;
		right: 20px;
		width: 26px;
		height: 21px;
		cursor: pointer;
}
.header_trigger div {
		width: 26px;
		height: 1px;
		background: #004ea2;
		position: absolute;
		top: 0;
		left: 0;
		transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
		pointer-events: none;
}
.isWht .header_trigger div {
		background: #fff;
}
.header_trigger div:nth-child(2) {
		top: 10px;
}
.header_trigger div:nth-child(3) {
		top: 20px;
}
.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;
}
.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;
}
.drawer_wrap .main li {
		margin: 0 0 25px;
		transition: opacity 0.6s;
		opacity: 0;
}
.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: 24px;
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		margin: 0 0 5px;
}
.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;
		top: calc(100vh - 210px);
		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;
}
/* ============== */
.fadeInNml {
		opacity: 0;
		transition: opacity 0.3s linear;
}
.fadeInNmlActive {
		opacity: 1;
}
/* ============= */
@media(min-width: 768px) {
		br.spbr {
				display: none;
		}
}
::-webkit-scrollbar {
		width: 10px;
		height: 10px;
}
::-webkit-scrollbar-track {
		background-color: #fff;
}
::-webkit-scrollbar-thumb {
		background-color: #004ea2;
}
::selection {
		background: #a5b8ce !important;
		-webkit-background-clip: inherit;
}
::-moz-selection {
		background: #a5b8ce;
}