@charset "utf-8";

/*
/*    CSS MENU
/*
*/

:root {
	--head_height: 16vw;
}

body.js_menu_on {
	overflow: hidden !important;
}

main {
	position: relative;
	z-index: 10;
	align-content: start;
}

header .logo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 44vw;
}

header .nav_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: var(--head_height);
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 0 4vw;
	z-index: 50;
}

header .nav_wrap .nav_menu {
	font-family: var(--en);
	font-weight: 700;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

header .nav_wrap .nav_menu p::before,
header .nav_wrap .nav_menu p::after,
header .nav_wrap .nav_menu p span::before {
	width: 8vw;
	height: 2px;
	background: var(--color);
	position: absolute;
	content: "";
	right: 0;
	transition: 0.5s ease;
	opacity: 1
}

header .nav_wrap .nav_menu p::before {
	top: 0;
}

header .nav_wrap .nav_menu p::after {
	top: calc(100% - 2px);
}

header .nav_wrap .nav_menu p span::before {
	top: calc(50% - 1px);
}

body.js_menu_on header .nav_wrap .nav_menu p::before,
body.js_menu_on header .nav_wrap .nav_menu p::after,
body.js_menu_on header .nav_wrap .nav_menu p span::before {
	width: 8vw;
	height: 2px;
	background: var(--color);
	position: absolute;
	content: "";
	right: 0;
	transition: 0.5s ease;
	opacity: 1
}

body.js_menu_on header .nav_wrap .nav_menu p span::before {
	opacity: 0;
}

body.js_menu_on header .nav_wrap .nav_menu p::before {
	transform: rotate(-30deg);
	top: 50%;
}

body.js_menu_on header .nav_wrap .nav_menu p::after {
	transform: rotate(30deg);
	top: 50%;
}

header .nav_wrap .nav_menu p {
	position: relative;
	line-height: 1.2;
	padding-right: 10vw;
}

#wrapper {
	padding-top: var(--head_height);
}

aside {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 50;
	transform: translateX(-100%);
	transition: 0.5s ease;
	width: 100%;
	height: 100%;
	padding-top: var(--head_height);
	background: var(--dark);
}

.js_menu_on aside {
	transform: translateX(0);
}

.aside_in {
	padding: 8vw 5vw;
	width: 100%;
}

aside ul a {
	color: #fff;
	text-decoration: none;
	font-family: var(--en);
	font-weight: 700;
	padding: 1vw;
	display: inline-block;
}

.aside_in ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 3vw;
}

.aside_in .btn a {
	background: #fff;
	color: var(--color);
	font-family: var(--point);
	display: block;
	border-radius: 50vw;
	line-height: 1;
	padding: 6vw 6vw 7vw 6vw;
	margin-top: 11vw;
	font-size: 1.8rem;
	position: relative;
	text-decoration: none;
}

.aside_in .btn a::after {
	position: absolute;
	content: "";
	width: 4vw;
	height: 100%;
	top: 0;
	right: 5vw;
	background-color: var(--dark);
	-webkit-mask: url("../img/icon_arrow_bold.svg") no-repeat center center / contain;
	mask: url("../img/icon_arrow_bold.svg") no-repeat center center / contain;
}

.chatch_wrap {
	padding: 10vw 5vw;
}

.chatch_wrap .lang {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-family: var(--en);
	font-weight: 700;
	gap: 7vw;
	font-size: 1rem;
}

.chatch_wrap .lang dd ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2vw;
}

.chatch_wrap .lang dd ul a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	border: 1px solid var(--color);
	border-radius: 50%;
	padding: 4vw;
}

.chatch_wrap .lang dd ul a.car {
	pointer-events: none;
	border-color: #b3b3b3;
}

#overview {
	position: relative;
	color: #fff;
	padding-block: 15vw;
	z-index: 1;
	clip-path: inset(0);
}

.overview_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120vh;
	background: url(../img/overview_bg.jpg) #37628c no-repeat center center / cover;
	z-index: -1;
	pointer-events: none;
	will-change: transform;
}

#overview .tl .en {
	font-weight: 700;
	font-family: var(--en);
	font-size: 2.9rem;
	display: block;
	line-height: 1.2;
}

#overview .tl .ja {
	font-size: 1.4rem;
	font-family: var(--point);
}

#overview .con {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin-top: 7vw;
}

#overview table a {
	color: #fff;
}

#overview table tr > * {
	vertical-align: top;
	letter-spacing: 0.025em;
	padding-block: 3vw;
	border-bottom: 1px solid #bfbfbf;
	line-height: 1.5;
}

#overview table th {
	font-weight: 500;
	width: 22vw;
	border-bottom: 1px solid #fff;
}

#overview table tr:last-child > * {
	border-bottom: none !important;
}

#overview table tr td {
	vertical-align: middle;
}

ol.num {
	list-style: none;
	counter-reset: num;
	padding-left: 0;
}

ol.num li {
	counter-increment: num;
	display: flex;
	align-items: flex-start;
}

ol.num > li + li {
	margin-top: 0.5em;
}

ol.num li::before {
	content: counter(num);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 1.4em;
	height: 1.4em;
	border: 1px solid currentColor;
	border-radius: 50%;
	font-size: 0.7em;
	margin-right: 0.4em;
	margin-top: 0.5em;
	flex-shrink: 0;
}

#howtoapply {
	background: url(../img/flow_bg_sp.png) no-repeat center center / 100% 100%;
	position: relative;
	padding-block: 15vw;
	z-index: 1;
	clip-path: inset(0);
}

#howtoapply .tl .en {
	font-weight: 700;
	font-family: var(--en);
	font-size: 2.9rem;
	display: block;
	line-height: 1.2;
}

#howtoapply .tl .ja {
	font-size: 1.4rem;
	font-family: var(--point);
}

#howtoapply .tl .en em {
	font-size: 1.7rem;
	vertical-align: baseline;
	padding-right: 0.1em;
}

#howtoapply .howtoapply_li {
	margin-top: 7vw;
	display: grid;
	grid-template-columns: 1fr;
	gap: 4vw;
}

#howtoapply .howtoapply_li li {
	background: #fff;
	border: 2px solid var(--color);
	position: relative;
	padding: 11vw 5vw 8vw 5vw;
	font-size: 2rem;
	text-align: center;
	font-weight: 500;
	line-height: 1.6;
}

#howtoapply .howtoapply_li .num {
	position: absolute;
	top: 0;
	left: 0;
	background: var(--color);
	color: #fff;
	font-family: var(--en);
	font-size: 1.8rem;
	width: 19vw;
	line-height: 1.5;
}

#howtoapply .howtoapply_li .btn a {
	background: var(--yellow);
	color: var(--color);
	font-family: var(--point);
	display: block;
	border-radius: 50vw;
	line-height: 1;
	padding: 6vw 6vw 7vw 6vw;
	margin-top: 3vw;
	font-size: 1.8rem;
	position: relative;
	text-decoration: none;
}

#howtoapply .howtoapply_li .btn a::after {
	position: absolute;
	content: "";
	width: 4vw;
	height: 100%;
	top: 0;
	right: 5vw;
	background-color: var(--color);
	-webkit-mask: url(../img/icon_arrow.svg) no-repeat center center / contain;
	mask: url(../img/icon_arrow.svg) no-repeat center center / contain;
}

#howtoapply .howtoapply_li li:not(:last-child)::after {
	position: absolute;
	content: "";
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	background: #fff;
	width: 18vw;
	height: 6vw;
	bottom: calc(-6vw + 2px);
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: 15;
}

#howtoapply .howtoapply_li li:not(:last-child)::before {
	position: absolute;
	content: "";
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	background: var(--color);
	width: 18vw;
	height: 6vw;
	bottom: calc(-6vw - 1px);
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: 10;
}

footer .f_partner_wrap {
	border-top: 1px solid var(--dark);
	border-bottom: 1px solid var(--dark);
	padding: 5vw;
	text-align: center;
}

footer .f_partner_wrap dt {
	font-weight: 700;
	font-family: var(--en);
	padding-bottom: 2vw;
}

footer .f_partner_wrap dd a {
	display: block;
	width: 50vw;
	border: 4px solid #e1e1e1;
	padding: 3vw;
	margin-inline: auto;
}

footer .copy_wrap {
	background: #a2bee3;
	padding: 5vw;
}

footer .copy_wrap .otoiawase a {
	display: block;
	background: var(--color);
	color: #fff;
	font-family: var(--point);
	text-decoration: none;
	text-align: center;
	padding: 2vw;
	border-radius: 50vw;
}

footer .copy_wrap small {
	color: #000;
	font-family: var(--point);
	letter-spacing: 0;
	font-size: 1.1rem;
}

footer .copy_wrap .copyin {
	text-align: center;
	margin-top: 5vw;
}

footer .copy_wrap .logo_jfa {
	margin: 3vw auto 0;
	width: 16vw;
}
