@charset "UTF-8";
/* ---------------------------------------
基本情報
-----------------------------------------*/
html {
	font-size: 62.5%;
	overflow-y: scroll;
}
@media screen and (max-width: 1920px) {
	html {
		font-size: 0.5208333333vw;
	}
}
@media screen and (max-width: 767px) {
	html {
		font-size: 2.6666666667vw;
	}
}

*, *:after, *:before {
	box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, address, time, ul, ol, li, dl, dt, dd, table, th, td, img, figure, figcaption, form, input, button, textarea, select {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	letter-spacing: 0;
	list-style-type: none;
	font-style: normal;
	font-weight: 500;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-feature-settings: "palt";
	word-break: break-word;
	line-break: strict;
	-webkit-text-size-adjust: 100%;
}

input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
}

select::-ms-expand {
	display: none;
}

button:hover {
	cursor: pointer;
}

img, object {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

.preload* {
	transition: none !important;
}

@media screen and (max-width: 767px) {
	img {
		width: 100%;
	}
}
/* responsive
--------------------------------*/
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}
/* base
--------------------------------*/
body {
	text-align: left;
	color: #000000;
	font-size: 1rem;
	background-color: #FFFF00;
}

main {
	display: block;
	overflow: hidden;
	padding-top: 19rem;
}

section {
	position: relative;
}

p, th, td, dt, dd, li, input, button, textarea {
	font-size: 1.6rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.5;
}

.wrap {
	position: relative;
	width: 100%;
	max-width: 144rem;
	margin: 0 auto;
}
.wrap_l {
	position: relative;
	width: 100%;
	max-width: 183rem;
	margin: 0 auto;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex.reverse {
	flex-direction: row-reverse;
}

.left {
	float: left;
}

.right {
	float: right;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bold, strong {
	font-weight: bold;
	font-weight: 700;
}

.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.en {
	font-weight: 600;
	font-style: normal;
	font-family: neue-haas-grotesk-display, sans-serif;
}

@media screen and (min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
	}
	a, .fade {
		cursor: pointer;
		transition: opacity 0.3s ease;
	}
	a:hover, .fade:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 767px) {
	main {
		padding-top: 8.5rem;
	}
	.wrap {
		padding: 0 3.5rem;
	}
	.wrap_l {
		padding: 0 3.5rem;
	}
	p, th, td, dt, dd, li, input, button, textarea {
		font-size: 1.4rem;
	}
}
/* scroll-animation
--------------------------------*/
.fadeup {
	opacity: 0;
	transform: translateY(3rem);
	transition: opacity 1s, transform 1s;
}

.fadein {
	opacity: 0;
	transition: opacity 1s;
}

.scroll.is-show.fadeup,
.scroll.is-show .fadeup {
	opacity: 1;
	transform: translate(0, 0);
}

.onload.is-show .fadein,
.scroll.is-show.fadein,
.scroll.is-show .fadein {
	opacity: 1;
}

/* common
--------------------------------*/
.sec_ttl {
	line-height: 1;
	white-space: nowrap;
}
.sec_ttl .en {
	display: block;
	font-size: 15rem;
}
@media screen and (min-width: 768px) {
	.sec_ttl .en {
		width: calc(100% + 19.5rem);
		transform: translateX(-19.5rem);
	}
}
@media screen and (max-width: 767px) {
	.sec_ttl .en {
		font-size: 5rem;
		line-height: 0.8;
	}
}
.sec_ttl .ja {
	display: block;
	font-size: 5.4rem;
	letter-spacing: -0.075em;
	margin-top: 5rem;
}
@media screen and (max-width: 767px) {
	.sec_ttl .ja {
		font-size: 2.6rem;
		margin-top: 2rem;
	}
}

.btn a {
	position: relative;
	display: inline-block;
	color: #0055D2;
	font-size: 3.2rem;
	line-height: 1.34375;
	white-space: nowrap;
	padding-right: 6.2rem;
}
@media screen and (max-width: 767px) {
	.btn a {
		font-size: 1.904rem;
		line-height: 1.3157894737;
		padding-right: 3.6rem;
	}
}
.btn a::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5rem 0 0 4.6rem;
	border-color: transparent transparent transparent #0055D2;
	position: absolute;
	right: 0;
	top: 0.7rem;
}
@media screen and (max-width: 767px) {
	.btn a::after {
		border-width: 1.5rem 0 0 2.8rem;
		top: 0.4rem;
	}
}
.btn._back a {
	padding-right: 0;
	padding-left: 6.2rem;
}
@media screen and (max-width: 767px) {
	.btn._back a {
		padding-left: 3.6rem;
	}
}
.btn._back a::after {
	right: auto;
	left: 0;
	transform: scale(-1, 1);
}

.btn_box a {
	position: relative;
	display: block;
	width: 66.6rem;
	font-size: 2rem;
	line-height: 1.3;
	padding: 2.5rem 7.2rem 2.5rem 3rem;
	border: 1px solid #000;
}
@media screen and (max-width: 767px) {
	.btn_box a {
		width: 100%;
		font-size: 1.6rem;
		padding: 1.1rem 4rem 1.1rem 1.5rem;
	}
}
.btn_box a::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5rem 0 0 4.6rem;
	border-color: transparent transparent transparent #0055D2;
	position: absolute;
	right: 1.8rem;
	top: calc(50% - 1.2rem);
}
@media screen and (max-width: 767px) {
	.btn_box a::after {
		border-width: 1.5rem 0 0 2.8rem;
		right: 1rem;
		top: calc(50% - 0.75rem);
	}
}
.btn_box._black a {
	color: #FFFF00;
	background-color: #000;
}
.btn_box._black a::after {
	border-color: transparent transparent transparent #FFFF00;
}

.page_ttl {
	padding: 14rem 0 9rem;
}
@media screen and (max-width: 767px) {
	.page_ttl {
		padding: 2rem 0 2.5rem;
	}
}
.page_ttl span {
	display: block;
}
.page_ttl .en {
	font-size: 6rem;
}
@media screen and (max-width: 767px) {
	.page_ttl .en {
		font-size: 4rem;
	}
}
.page_ttl .ja {
	font-size: 2.2rem;
	margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
	.page_ttl .ja {
		font-size: 1.6rem;
		margin-top: 0.3rem;
	}
}

/* sec_page_ttl
--------------------------------*/
#sec_page_ttl {
	padding: 7rem 0 15rem;
}
@media screen and (max-width: 767px) {
	#sec_page_ttl {
		padding: 2rem 0 6rem;
	}
}
#sec_page_ttl .ttl_wrap {
	width: calc(100% + 19.5rem);
	transform: translateX(-19.5rem);
}
@media screen and (max-width: 767px) {
	#sec_page_ttl .ttl_wrap {
		width: calc(100% + 5rem);
		transform: translateX(-2.5rem);
	}
}
#sec_page_ttl .ttl_wrap .page_ttl {
	display: block;
	font-size: 7.688rem;
	line-height: 1;
	padding: 0;
}
@media screen and (max-width: 767px) {
	#sec_page_ttl .ttl_wrap .page_ttl {
		font-size: 1.8rem;
	}
}
#sec_page_ttl .ttl_wrap .ttl {
	font-size: 20.751rem;
	line-height: 0.9638089731;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	#sec_page_ttl .ttl_wrap .ttl {
		font-size: 4rem;
		margin-top: 0.5rem;
	}
}
#sec_page_ttl .ttl_wrap .ttl .txt_anime {
	display: block;
	overflow: hidden;
}
#sec_page_ttl .ttl_wrap .ttl .txt_anime span {
	display: block;
	transform: translate(0, 100%);
	transition: transform 0.8s cubic-bezier(0.84, 0.01, 0.18, 1);
}
#sec_page_ttl.is-show .ttl_wrap .ttl .txt_anime span {
	transform: translate(0, 0);
}
#sec_page_ttl.is-show .ttl_wrap .ttl .txt_anime:nth-child(2) span {
	transition-delay: 0.5s;
}
#sec_page_ttl .catch {
	font-size: 5.4rem;
	line-height: 1.037037037;
	letter-spacing: -0.1em;
	margin-top: 3.4rem;
}
@media screen and (max-width: 767px) {
	#sec_page_ttl .catch {
		font-size: 1.6rem;
		line-height: 1.5625;
		margin-top: 1rem;
	}
}
#sec_page_ttl .txt {
	font-size: 2.2rem;
	line-height: 1.7727272727;
	letter-spacing: -0.08em;
	margin-top: 3rem;
}
@media screen and (max-width: 767px) {
	#sec_page_ttl .txt {
		text-align: justify;
		font-size: 1.4rem;
		line-height: 1.6428571429;
		margin-top: 2rem;
	}
}

/* sec_link
--------------------------------*/
.sec_link {
	margin-top: 10rem;
	padding-bottom: 3.9rem;
}
@media screen and (max-width: 767px) {
	.sec_link {
		margin-top: 5rem;
		padding-bottom: 0;
	}
}
.sec_link .box {
	min-height: 29.2rem;
	padding: 6.8rem 5rem 6.8rem 6.5rem;
	border: 1px solid #000;
}
@media screen and (max-width: 767px) {
	.sec_link .box {
		min-height: inherit;
		padding: 3rem 1.8rem 2.7rem;
	}
}
.sec_link .box .ttl {
	font-size: 4.7rem;
	line-height: 1.6382978723;
	letter-spacing: -0.1em;
}
@media screen and (max-width: 767px) {
	.sec_link .box .ttl {
		font-size: 1.6rem;
	}
}
.sec_link .box .txt {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: -0.1em;
	margin-top: 3rem;
}
@media screen and (max-width: 767px) {
	.sec_link .box .txt {
		font-size: 1.4rem;
		line-height: 1.6428571429;
		margin-top: 2rem;
	}
}
.sec_link .btn_box {
	background-color: #000;
}
@media screen and (min-width: 768px) {
	.sec_link .btn_box {
		position: absolute;
		right: -1px;
		bottom: -3.9rem;
	}
}
@media screen and (max-width: 767px) {
	.sec_link .btn_box a {
		letter-spacing: -0.05em;
	}
}

/* ---------------------------------------
  header
-----------------------------------------*/
#header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #FFFF00;
	z-index: 1000;
	transition: 0.5s ease;
}
#header .wrap {
	max-width: inherit;
	height: 19rem;
	padding: 0 4.5rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
@media screen and (max-width: 767px) {
	#header .wrap {
		height: 8.5rem;
		justify-content: space-between;
		padding: 0 1.6rem;
	}
}
#header .logo {
	width: 39rem;
}
@media screen and (min-width: 768px) {
	#header .logo {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media screen and (max-width: 767px) {
	#header .logo {
		position: relative;
		width: 17rem;
		z-index: 101;
	}
}
#header .logo img {
	display: block;
	width: 100%;
	transition: 0.5s ease;
}
#header .logo img.logo_y {
	display: none;
}
#header.is-fixed {
	background-color: #000;
}
#header.is-fixed .logo img.logo_b {
	display: none;
}
#header.is-fixed .logo img.logo_y {
	display: block;
	z-index: 1;
}
#header.is-fixed .header_menu .gnav li {
	transition: 0.5s ease;
}
@media screen and (min-width: 768px) {
	#header.is-fixed .header_menu .gnav li {
		color: #FFFF00;
	}
}
@media screen and (min-width: 768px) {
	#header.is-fixed .header_menu .gnav li a::before {
		background-color: #FFFF00;
	}
}
@media screen and (max-width: 767px) {
	#header .menu_trigger {
		position: relative;
		width: 3.4rem;
		height: 2.7rem;
		z-index: 101;
		transition: 0.5s ease;
	}
	#header .menu_trigger img {
		display: block;
		width: 100%;
		transition: 0.5s ease;
	}
	#header .menu_trigger img.logo_y {
		display: none;
	}
	#header.no-fixed.navOpen {
		transition: none;
	}
	#header.is-fixed .menu_trigger img.logo_b {
		display: none;
	}
	#header.is-fixed .menu_trigger img.logo_y {
		display: block;
		z-index: 1;
	}
	#header.navOpen {
		background-color: #000;
	}
	#header.navOpen .logo img.logo_b {
		display: none;
	}
	#header.navOpen .logo img.logo_y {
		display: block;
	}
	#header.navOpen .menu_trigger {
		transform: rotate(-90deg);
	}
	#header.navOpen .menu_trigger img.logo_b {
		display: none;
	}
	#header.navOpen .menu_trigger img.logo_y {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	#header .header_menu {
		display: none;
		width: 100%;
		height: 100svh;
		padding: 10rem 3.5rem 4.5rem;
		background-color: #000;
		position: fixed;
		left: 0;
		top: 0;
		overflow-y: auto;
		z-index: 100;
	}
}
#header .header_menu .gnav {
	display: flex;
	align-items: center;
	gap: 0 3.5rem;
}
@media screen and (max-width: 767px) {
	#header .header_menu .gnav {
		display: block;
		border-top: 1px solid #ffffff;
	}
}
#header .header_menu .gnav li {
	font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
	#header .header_menu .gnav li {
		color: #FFFF00;
		font-size: 1.7rem;
		border-bottom: 1px solid #ffffff;
	}
}
#header .header_menu .gnav li a {
	position: relative;
	display: block;
	padding: 0 0.5rem 0.5rem;
}
@media screen and (max-width: 767px) {
	#header .header_menu .gnav li a {
		padding: 1.5rem 3rem 1.5rem 0;
	}
}
#header .header_menu .gnav li a::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scale(0);
	transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
	#header .header_menu .gnav li a::before {
		width: 1.1rem;
		height: 1.1rem;
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		background-color: transparent;
		left: auto;
		right: 1rem;
		top: 2.2rem;
		transform: rotate(-45deg);
	}
}
@media screen and (min-width: 768px) {
	#header .header_menu .gnav li.current a::before {
		transform: scale(1);
	}
	#header .header_menu .gnav li a:hover {
		opacity: 1;
	}
	#header .header_menu .gnav li a:hover::before {
		transform: scale(1);
	}
}

/* ---------------------------------------
footer
-----------------------------------------*/
#footer {
	padding-bottom: 4.5rem;
	margin-top: 18rem;
}
@media screen and (max-width: 767px) {
	#footer {
		padding-bottom: 1.5rem;
		margin-top: 6rem;
	}
}
#footer .sns {
	display: flex;
	justify-content: center;
	gap: 0 3rem;
}
#footer .sns a {
	display: block;
}
#footer .sns a img {
	width: 4.1rem;
}
@media screen and (max-width: 767px) {
	#footer .sns a img {
		width: 4.4rem;
	}
}
#footer .fnav {
	display: flex;
	justify-content: center;
	gap: 0 4.5rem;
	margin-top: 3.3rem;
}
@media screen and (max-width: 767px) {
	#footer .fnav {
		flex-direction: column;
		gap: 0;
		border-top: 1px solid #000;
		margin-top: 2.4rem;
	}
}
#footer .fnav li {
	font-size: 1.8rem;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	#footer .fnav li {
		font-size: 1.7rem;
		border-bottom: 1px solid #000;
	}
}
#footer .fnav li a {
	position: relative;
	display: block;
}
@media screen and (max-width: 767px) {
	#footer .fnav li a {
		padding: 1rem 3rem 1rem 0;
	}
	#footer .fnav li a::before {
		content: "";
		width: 1.1rem;
		height: 1.1rem;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		position: absolute;
		left: auto;
		right: 1rem;
		top: 1.8rem;
		transform: rotate(-45deg);
	}
}
#footer .copyright {
	font-size: 1.4rem;
	line-height: 1.75;
	margin-top: 3rem;
}
@media screen and (max-width: 767px) {
	#footer .copyright {
		margin-top: 1.5rem;
	}
}
#footer .logo {
	max-width: 182.3rem;
	margin: 1.2rem auto 0;
}
@media screen and (max-width: 767px) {
	#footer .logo {
		width: 35.6rem;
		margin-top: 1.6rem;
	}
}
#footer .logo img {
	width: 100%;
}

/* ---------------------------------------
clearfix
-----------------------------------------*/
.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
	height: 1%;
}

.cf {
	display: block;
}

/* End Hack */