@charset "utf-8";

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
body {
	margin: 0;
}
main {
	display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
dt {
	font-weight: 700;
}
dd {
	margin-left: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}
pre {
	font-family: monospace, monospace;
	font-size: inherit;
}
address {
	font-style: inherit;
}
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}
abbr[title] {
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: inherit;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}
button,
input,
optgroup,
select,
text_area {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
}
[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}
[type="radio"] {
	-webkit-appearance: radio;
	appearance: radio;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
	cursor: default;
}
:-moz-focusring {
	outline: auto;
}
select:disabled {
}
option {
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}
legend {
	padding: 0;
}
progress {
	vertical-align: baseline;
}
text_area {
	overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
label[for] {
	cursor: pointer;
}
details {
	display: block;
}
summary {
	display: list-item;
}
[contenteditable]:focus {
	outline: auto;
}
table {
	border-color: inherit;
}
caption {
	text-align: left;
}
td,
th {
	vertical-align: top;
	padding: 0;
}
th {
	text-align: left;
	font-weight: 700;
}
@font-face {
	font-family: "Plain";
	src: url("../fonts/Plain-Regular.eot");
	src: url("../fonts/Plain-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Plain-Regular.woff2") format("woff2"), url("../fonts/Plain-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Plain";
	src: url("../fonts/Plain-Light.eot");
	src: url("../fonts/Plain-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Plain-Light.woff2") format("woff2"), url("../fonts/Plain-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "TazuganeGothic";
	src: url("../fonts/TazuganeGothicLight/font.woff2") format("woff2"), url("../fonts/TazuganeGothicLight/font.woff") format("woff");
	font-weight: 300;
	font-display: swap;
}
@font-face {
	font-family: "TazuganeGothic";
	src: url("../fonts/TazuganeGothicBold/font.woff2") format("woff2"), url("../fonts/TazuganeGothicBold/font.woff") format("woff");
	font-weight: 700;
	font-display: swap;
}
html,
body {
	font-family: "TazuganeGothic", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 20px;
	line-height: 2;
	font-weight: 400;
	letter-spacing: 0em;
	font-style: normal;
	color: #000;
	background: #fff;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	min-height: 100%;
}
body.lang-en {
	font-family: "Plain", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 300;
}
.pc_only {
	display: block;
}
.sp_only {
	display: none;
}
@media only screen and (max-width: 896px) {
	html,
	body {
		cursor: auto;
	}
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
}
img {
	width: 100%;
	height: auto;
	display: block;
}
/*----------------------------------------------------
link
--------------------------------------------------- */
a:link,
a:visited,
a:active {
	color: #000;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
a:hover {
	text-decoration: none;
}
/*----------------------------------------------------
.wrapper
--------------------------------------------------- */

.wrapper {
	overflow: hidden;
	position: relative;
}
/*----------------------------------------------------
block_header
--------------------------------------------------- */
.block_header {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 94px;
	z-index: 100;
}
.block_header .lang {
	position: absolute;
	top: 39px;
	right: 100px;
}
.block_header .lang a {
	display: block;
	color: #000;
	font-size: 15px;
	font-family: "Plain";
	font-weight: 400;
	line-height: 1;
}
@media only screen and (max-width: 896px) {
	.block_header {
		height: 45px;
	}
	.block_header .lang {
		top: 26px;
		right: 26px;
	}
	.block_header .lang a {
		font-size: 12px;
		color: #000;
	}
	.block_header.white .lang a {
		color: #000;
	}
}
/*----------------------------------------------------
block_top_mainvisual
--------------------------------------------------- */
.block_top_mainvisual {
	position: relative;
	height: 100vh;
	background: #fff;
}
.block_top_mainvisual .inner {
	padding: 0 100px;
	margin: 0 auto;
	max-width: 1500px;
	position: relative;
	height: 100vh;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 60px;
}
.block_top_mainvisual .inner .title {
	position: relative;
	width: 147px;
	flex-shrink: 0;
}
.block_top_mainvisual .inner .copy {
	line-height: 1;
	font-size: 35px;
	font-family: "Plain";
	font-weight: 400;
	margin-left: auto;
	text-align: left;
}
@media only screen and (max-width: 896px) {
	.block_top_mainvisual .inner {
		padding: 0 12px;
		margin: 0 auto;
		max-width: 100%;
		gap: 39px;
		display: grid;
		align-content: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	.block_top_mainvisual .inner .title {
		width: 125px;
		margin-left: auto;
		margin-right: auto;
	}
	.block_top_mainvisual .inner .copy {
		font-size: 18px;
		line-height: 20px;
		text-align: center;
		margin-left: 0;
		margin-right: auto;
		width: 100%;
	}
}
/*----------------------------------------------------
block_modal
--------------------------------------------------- */
.block_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.block_modal {
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s 0s ease;
}
.block_modal.is-opened {
	opacity: 1;
	visibility: visible;
}
.block_modal .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}
.block_modal .modal {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 720px;
	margin-left: -360px;
	background: #fff;
	transition: all 0.5s 0s ease;
	transform: translate(0, -50%);
	padding: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 480px;
}
.block_modal .modal .close {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 16px;
	height: 16px;
	transition: all 0.5s 0s ease;
}
.block_modal .modal .close:hover {
	opacity: 0.5;
}
.block_modal .modal .close svg {
	display: block;
}
.block_modal .modal .area {
}
.block_modal .modal .area .lead {
	font-family: "TazuganeGothic", sans-serif;
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
}
[data-language="en"] .block_modal .modal .area .lead {
	font-family: "Plain", sans-serif;
	font-weight: 400;
}
.block_modal .modal .area .label {
	margin-top: 40px;
	line-height: 1;
	font-size: 15px;
	font-family: "Plain";
	font-weight: 300;
}
.block_modal .modal .area .title {
	margin-top: 15px;
	font-family: "TazuganeGothic", sans-serif;
	font-size: 24px;
	line-height: 29px;
	font-weight: 700;
}
[data-language="en"] .block_modal .modal .area .title {
	font-family: "Plain", sans-serif;
	font-weight: 400;
}
.block_modal .modal .area .link {
	margin-top: 40px;
	position: relative;
	display: block;
	width: fit-content;

	font-size: 15px;
	line-height: 19.8px;
}
.block_modal .modal .area .link .text {
	line-height: 1;
	font-family: "Plain";
	font-weight: 400;
}
.block_modal .modal .area .link .line {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
	transition: 0.15s cubic-bezier(0.5, 1, 0.89, 1);
	transition-property: clip-path;
	clip-path: inset(0% 0% 0% 0%);
}
.block_modal .modal .area .link:hover .line {
	animation: commonLineClipLined 0.45s 0s cubic-bezier(0.87, 0, 0.13, 1) 1 forwards;
	transition: 0.15s cubic-bezier(0.87, 0, 0.13, 1);
}
@media only screen and (max-width: 896px) {
	.block_modal {
	}
	.block_modal {
	}
	.block_modal.is-opened {
	}
	.block_modal .bg {
	}
	.block_modal .modal {
		margin: 0 10%;
		width: calc(100% - 20%);
		padding: 25px;
		min-height: 70vh;
		left: 0;
	}
	.block_modal .modal .close {
		top: 25px;
		right: 25px;
		width: 16px;
		height: 16px;
	}
	.block_modal .modal .area {
	}
	.block_modal .modal .area .lead {
		font-size: 12px;
		line-height: 1.333;
	}
	.block_modal .modal .area .label {
		margin-top: 30px;

		font-size: 12px;
	}
	.block_modal .modal .area .title {
		margin-top: 15px;

		font-size: 16px;
		line-height: 19px;
	}
	.block_modal .modal .area .link {
		margin-top: 30px;

		font-size: 15px;
		line-height: 19.8px;
	}
	.block_modal .modal .area .link .text {
	}
	.block_modal .modal .area .link .text {
	}
	.block_modal .modal .area .link .line {
	}
}
@keyframes commonLineClipLined {
	0% {
		clip-path: inset(0% 0% 0% 0%);
	}
	45% {
		clip-path: inset(0% 0% 0% 100%);
	}
	50% {
		// clip-path: inset(0% 0% 0% 0%);
	}
	55% {
		clip-path: inset(0% 100% 0% 0%);
	}
	100% {
		clip-path: inset(0% 0% 0% 0%);
	}
}
