@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

body {
	min-width: 1240px;
	color: #333333;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.75;
	font-family: "Zen Old Mincho", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	outline: none;
	/* background: #F2F0F0; */

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

.inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 40px;
}

.vis-hidden {
	display: block;
	visibility: visible;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 4px;
	height: 4px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: none;
}

.vis-sp,
.vis-tb {
	display: none;
}

.hovact {
	transition-duration: .5s;
}


/* cmnhd */

.cmnhd {
	padding: 30px 20px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition-duration: .5s;
}

.cmnhd.-scroll {
	background: #fff;
}

.cmnhd.-open {
	background: #000;
}

.cmnhd_logo {
	display: flex;
	align-items: center;
	gap: 10px;
}

.cmnhd_logo_ja {
	font-size: 18px;
	font-weight: 600;
	transition-duration: .5s;
}

.cmnhd.-scroll .cmnhd_logo_ja,
.cmnhd.-scroll .cmnhd_logo_en {
	color: #000;
}

.cmnhd_logo_en {
	font-size: 12px;
	font-weight: 400;
	transition-duration: .5s;
}

.cmnhd.-open .cmnhd_logo_ja,
.cmnhd.-open .cmnhd_logo_en {
	color: #fff;
}

.cmnnav_btn {
	display: flex;
    flex-flow: column;
    align-items: end;
}

.cmnnav_btn:hover {
	cursor: pointer;
}

.cmnnav_btn span {
	width: 40px;
	height: 1px;
	background: #000;
	display: block;
	transition-duration: 0.5s;
}

.cmnhd.-scroll .cmnnav_btn span {
	background: #000;
}

.cmnnav_btn span:nth-child(1) {
	margin-bottom: 5px;
}

.cmnnav_btn span:nth-child(2) {
	width: 30px;
}

.cmnnav_btn span:nth-child(3) {
	margin-top: 5px;
	width: 20px;
}

.cmnnav_btn.-open span:nth-child(1) {
	background: #fff;
	transform: translate(0%, 130%) rotate(30deg);
	margin: 0;
}

.cmnnav_btn.-open span:nth-child(2) {
	opacity: 0;
}

.cmnnav_btn.-open span:nth-child(3) {
	background: #fff;
	width: 40px;
	transform: translate(0%, -60%) rotate(-30deg);
	margin: 0;
}

.cmnnav {
	background: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
	padding: 135px 0 50px;
	overflow: scroll;
}

.cmnnav .inner {
	max-width: 840px;
}

.cmnnav_list {
	margin-bottom: 50px;
}

.cmnnav_list li a {
	display: block;
	width: 100%;
	padding: 20px 5px;
	border-bottom: solid 1px #fff;
	color: #fff;
	transition-duration: .5s;
}

.cmnnav_list li:first-child a {
	border-top: solid 1px #fff;
}

.cmnnav_list li a:hover {
	opacity: .7;
}

.cmnnav .cmnft_list {
	width: 100%;
	max-width: unset;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 55px;
}

.cmnnav .cmnft_list a {
	max-width: 48%;
	margin-bottom: 0;
}

.cmnnav .insta_link {
	text-align: center;
	margin-bottom: 30px;
}

.cmnnav .copy {
	color: #fff;
	font-size: 12px;
	text-align: center;
}



/* section */

.page_wrap {
	padding: 200px 0 100px;
}

.cmn_btn {
	display: flex;
	justify-content: right;
	align-items: center;
	gap: 5px;
	transition-duration: .5s;
}

.cmn_btn::after {
	content: '';
    width: 8px;
    height: 7px;
    background: url(/img/cmn/icon-arrow.svg) no-repeat center center;
    background-size: cover;
	transition-duration: .5s;
}

.cmn_btn:hover::after {
	transform: translateX(5px);
}


.page_wrapper {
    display: flex;
    justify-content: right;
    gap: 13%;
}

.page_body {
    width: 100%;
    flex: 1;
}

.page_ttl {
    font-size: 24px;
    margin-bottom: 40px;
}


/* .cmnft */

/* .cmnft {
	padding: 150px 0;
	background: #1E201F;
} */

.cmnft .inner {
	max-width: 1220px;
}

.cmnft_body {
	background: #000;
}

.cmnft_body.-top {
	background: #fff;
}

.cmnft_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 30px;
}

.cmnft_wrapper.-top {
	/* padding-bottom: 50px; */
	align-items: start;
	margin-bottom: 50px;
	border-top: solid 1px #DDDDDD;
	background: #fff;
	max-width: 1150px;
	padding: 50px 0 100px;
	margin: 0 auto;
}

.cmnft_wrapper.-bottom {
	background: #000;
	padding: 120px 0;
}

.cmnft_cnt_ttl {
	font-size: 28px;
	margin-bottom: 50px;
}

.cmnft_wrapper.-top .cmnft_cnt_ttl {
	color: #000;
}

.cmnft_wrapper.-top .cmnft_cnt_txt {
	color: #000;
}

.cmnft_cnt_txt.company_link {
	font-size: 18px;
	transition-duration: .5s;
	width: 100%;
    display: block;
}

.cmnft_cnt_txt.company_link:hover {
	opacity: .7;
}

.cmnft_body .cmnft_cnt_ttl {
	color: #fff;
}

.cmnft_cnt_ttl.-logo {
	display: flex;
	align-items: center;
	gap: 10px;
}

.cmnft_cnt_ttl.-logo::before {
	content: '';
	width: 48px;
	height: 56px;
	background: url(/img/cmn/img-logo.png) no-repeat center center;
	background-size: contain;
}

.cmnft_cnt_txt {
	font-size: 15px;
}

.cmnft_body .cmnft_cnt_txt {
	color: #fff;
}

.cmnft_cnt_txt.-regular {
	font-weight: 400;
}

.cmnft_list {
	width: 100%;
	max-width: 370px;
}

.cmnft_list a {
	display: block;
	padding: 15px 20px;
	width: 100%;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 5px;
	background: linear-gradient(to bottom right, #2637BA 0%, #0E1738 70%);;
	margin-bottom: 15px;
	transition-duration: .5s;
}

.cmnft_list a:hover {
	opacity: .7;
}

.insta_link {
	font-size: 12px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 30px;
}

.insta_link:hover {
	opacity: .7;
}

.insta_link::after {
	content: '';
	width: 35px;
	height: 35px;
	background: url(/img/cmn/icon-insta.png) no-repeat center center;
	background-size: cover;
}

.cmnft_cnt .tokyo {
	color: #fff;
	font-size: 15px;
	text-decoration: underline;
}

.cmnft_cnt .tokyo:hover {
	text-decoration: none;
}


@media screen and (max-width:1240px) {
	.vis-tb {
		display: block;
	}

	.hide-tb {
		display: none;
	}
}

@media screen and (max-width:767px) {
	body {
		min-width: 0;
		font-size: 14px;
	}

	.inner {
		padding: 0 24px;
	}

	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}


	/* cmnhd */

	.cmnhd {
		padding: 15px;
	}

	.cmnhd_logo_ja {
		font-size: 15px;
	}

	.cmnhd_logo_en {
		font-size: 10px;
	}

	.cmnnav .cmnft_list a {
		max-width: 100%;
	}


	/* page */

	.page_wrap {
		padding: 130px 0 50px;
	}

	.page_wrapper {
		flex-flow: column;
		gap: 10px;
	}

	/* .page_ttl {
		margin-bottom: 20px;
	} */


	/* cmnft */

	.cmnft {
		padding: 80px 0 0;
	}

	.cmnft_wrapper.-bottom {
		padding: 60px 0;
	}

	.cmnft_wrapper {
		flex-flow: column;
		align-items: center;
	}

	.cmnft_wrapper.-top {
		padding: 50px 24px;
	}

	.cmnft_cnt_ttl {
		font-size: 22px;
		margin-bottom: 20px;
		text-align: center;
	}

	.insta_link {
		flex-flow: column-reverse;
	}

	.cmnft_cnt .tokyo {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}

	.cmnft_cnt_txt {
		text-align: center;
	}

}

@media print {
}
