/*======= font =======*/
@import url("../fonts/font.css");
/*======= common =======*/
html,
body {
	width: 100%;
	height: 100%;
}

:where(a) {
	color: inherit;
	text-underline-offset: 0.2ex;
}

:where(:any-link) {
	background-color: unset;
	color: unset;
	text-decoration-line: none;
	text-decoration-thickness: from-font;
	text-underline-offset: 0.25em;
	text-decoration-skip-ink: auto;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

ul {
	list-style: none;
}

img {
	width: 100%;
	vertical-align: bottom;
}

.pc {
	display: inline;
}
.sp {
	display: none;
}

@media screen and (max-width: 680px) {
	.pc {
		display: none;
	}
	.sp {
		display: inline;
	}
}

.container {
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
	max-width: 1200px;
}

@media screen and (max-width: 320px) {
	.container {
		padding: 0 20px;
	}
}

span.tx-block {
	display: inline-block;
}

@media screen and (max-width: 680px) {
	span.sm-inline {
		display: inline;
	}
}

br.sm-block {
	display: none;
}

@media screen and (max-width: 680px) {
	br.sm-block {
		display: inline-block;
	}
}

.heading {
	text-align: center;
	margin: 55px 0 100px;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 680px) {
	.heading {
		margin: 30px 0 80px;
	}
}

@media screen and (max-width: 320px) {
	.heading {
		margin: 0 0 60px;
	}
}

.heading::before {
	content: "MERIT";
	color: #4e55ad;
	font: italic 600 194px "Josefin Sans", sans-serif;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -37%);
	z-index: -1;
}

@media screen and (max-width: 680px) {
	.heading::before {
		font: italic 600 28vw "Josefin Sans", sans-serif;
	}
}

.heading h2 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 680px) {
	.heading h2 {
		font-size: 26px;
		line-height: 1.5;
	}
}

@media screen and (max-width: 320px) {
	.heading h2 {
		font-size: 24px;
		line-height: 1.3;
	}
}

.flex {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#globalBtn {
	width: 40px;
	height: 30px;
	position: fixed;
	z-index: 999;
	top: -50px;
	right: 20px;
	cursor: pointer;
	transition: all 0.4s;
}

#logoSmall {
	width: 154px;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 50px;
	transform: translateY(50px);
}

@media screen and (max-width: 680px) {
	#logoSmall {
		z-index: 1001;
	}
}

#logoSmall a {
	display: block;
}

@media screen and (max-width: 900px) {
	#logoSmall {
		transform: translateY(25px);
		left: 20px;
		line-height: 1;
		width: 124px;
	}
}

#global {
	width: 100%;
	position: fixed;
	z-index: 99;
	top: 48px;
}

@media screen and (max-width: 900px) {
	#global {
		top: 20px;
	}
}

@media screen and (max-width: 680px) {
	#global {
		z-index: 1001;
	}
}

#global ul {
	text-align: right;
}

#global ul li {
	margin-right: 50px;
	display: inline-block;
	font-size: 16px;
}

@media screen and (max-width: 900px) {
	#global ul li {
		margin-right: 15px;
	}
}

@media screen and (max-width: 680px) {
	#global ul li {
		font-size: 14px;
	}
}

#global ul a {
	background: #ff7234;
	padding: 8px 28px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.08em;
	border: 1px solid #ff7234;
}

@media screen and (max-width: 680px) {
	#global ul a {
		padding: 6px 26px;
	}
}

#global ul a:hover {
	color: #ff7234;
}

#global ul a:hover::after {
	background: #fff;
}


/*---------------------------------------------------------------------------------*/


#footer {
	padding: 35px 0 10px;
	background: #fff;
}

#footer .inner {
	align-items: center;
	flex-wrap: nowrap;
	padding: 0 30px;
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width: 900px) {
	#footer .inner {
		display: block;
	}
}

@media screen and (max-width: 320px) {
	#footer .inner {
		padding: 0 20px;
	}
}

#footer .company {
	width: 45%;
}

@media screen and (max-width: 900px) {
	#footer .company {
		width: 100%;
	}
}

#footer .company_info {
	justify-content: flex-start;
	flex-wrap: nowrap;
	margin-bottom: 12px;
}

@media screen and (max-width: 320px) {
	#footer .company_info {
		display: block;
	}
}

#footer .company_info .logo {
	width: 280px;
	margin-bottom: 15px;
}

@media screen and (max-width: 320px) {
	#footer .company_info .logo {
		margin: 0 auto 10px;
	}
}

@media screen and (max-width: 320px) {
	#footer .company_info div {
		width: 100%;
	}
}

#footer .company_info div span {
	font-size: 14px;
	line-height: 1.6;
	display: block;
	margin-top: 5px;
}

#footer .company_iso {
	flex-wrap: nowrap;
	align-items: center;
	border-top: 1px solid #dadada;
	padding-top: 18px;
}

@media screen and (max-width: 680px) {
	#footer .company_iso {
		display: block;
	}
}

#footer .company_iso div {
	width: calc(100% - 210px);
	font-size: 13px;
}

@media screen and (max-width: 680px) {
	#footer .company_iso div {
		width: 100%;
	}
}

#footer .company_iso .image {
	width: 190px;
	margin-left: 20px;
}

@media screen and (max-width: 680px) {
	#footer .company_iso .image {
		margin: 10px auto 0;
	}
}

#footer .official_btn {
	width: 470px;
	margin-left: 40px;
}

@media screen and (max-width: 900px) {
	#footer .official_btn {
		margin: 30px auto 0;
	}
}

@media screen and (max-width: 680px) {
	#footer .official_btn {
		width: 100%;
	}
}

#footer .official_btn a {
	padding: 20px;
	font-size: 16px;
}

#footer .official_btn a:hover {
	color: #fff;
}

#footer .cr {
	font-family: "Josefin Sans", sans-serif;
	font-size: 12px;
	text-align: center;
	margin-top: 40px;
}

a.btn {
	display: block;
	color: #707070;
	background: #fff;
	text-align: center;
	border: 1px solid #707070;
	letter-spacing: 0.1em;
	position: relative;
	text-decoration: none;
	z-index: 2;
	overflow: hidden;
}

a.btn::after {
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
	transform: skewX(15deg);
}

a.btn:hover {
	color: #222;
}

a.btn:hover::after {
	left: -10%;
	width: 120%;
	background: #222b98;
}

.fadein {
	transition: all 1s;
	transform: translateY(40px);
	opacity: 0;
}

.fadein.active {
	transform: translateY(0);
	opacity: 1;
}

.fadesc {
	transition: all 0.8s;
	transform: translateY(40px) scale(0.5);
	opacity: 0;
}

.fadesc.active {
	transform: translateY(0) scale(1);
	opacity: 1;
}

@media (min-width: 769px) {
	.fadein:nth-child(2) {
		transition-delay: 200ms;
	}
	.fadein:nth-child(3) {
		transition-delay: 400ms;
	}
	.fadein:nth-child(4) {
		transition-delay: 600ms;
	}
	.fadein:nth-child(5) {
		transition-delay: 800ms;
	}
	.fadein:nth-child(6) {
		transition-delay: 1000ms;
	}
}

@keyframes animate-panel {
	0% {
		transform: translateX(-100%);
	}
	49% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(101%);
	}
}

@keyframes animate-content {
	0% {
		visibility: hidden;
	}
	49% {
		visibility: hidden;
	}
	50% {
		visibility: visible;
	}
	100% {
		visibility: visible;
	}
}

