@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document load
--------------------------------------------------------- */

#load {
	width: 100%;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.wf-active #load {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

html, body {
	min-width: 1200px;
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-font-feature-settings: "palt";
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 28px;
	letter-spacing: 0.1em;
	line-height: 2;
	color: #2b4970;
}

* {
	outline: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-collapse: collapse;
	list-style: none;
}

.sp {
	display: none;
}

.lazyloaded {
	opacity: 0;
	animation: lazyload .8s 0s forwards ease;
}

@keyframes lazyload {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

address, em, i {
	font-style: normal;
}

img {
	vertical-align: top;
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	overflow: hidden;
}

.container {
	width: 1100px;
	margin: 0 auto;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	height: 534px;
	overflow: hidden;
	margin-bottom: 80px;
	padding-top: 80px;
	background: #2b4970;
	color: #fff;
	position: relative;
	z-index: 0;
}

#visual figure {
	min-width: 1400px;
	width: 100%;
	height: 534px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#visual figure img {
	width: 100%;
	transform: translate(-50%, -50%);
	position: absolute;
	bottom: 0;
	top: 50%;
	left: 50%;
}

#visual h1 {
	margin-bottom: 80px;
	text-align: left;
	font-weight: 700;
	font-size: 72px;
	line-height: 1;
}

#visual h1 .ja {
	display: block;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 36px;
}

#visual p {
	text-align: left;
	font-weight: 600;
	font-size: 28px;
	line-height: 1.8;
	width: 890px;
}

#visual .headertext p {
	margin-top: 52px;
	font-size: 100px;
	font-weight: 800;
	line-height: 1;
	background: linear-gradient(to left, rgba(255, 255, 255, 0.4), rgba(10, 10, 255, 0.4));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	mix-blend-mode: screen;
}

/* ---------------------------------------------------------
	CSS Document hedar_navi
--------------------------------------------------------- */
#headar_navi {
	position: absolute;
	top: 20px;
	right: 10px;
	/* width: 480px; */
}

#hnavi li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-left: 40px;
	font-size: 18px;
	/* line-height: 60px; */
}

#hnavi li.hnavi a {
	text-decoration: none;
	color: #ffffff;
	position: relative;
}

#hnavi li.hnavi a:before {
	content: "";
	width: 0;
	height: 0;
	margin-top: -5px;
	border: solid 5px transparent;
	border-left: solid 7px #ffffff;
	position: absolute;
	top: 50%;
	left: -12px;
}

#lang_btn {
	width: 120px;
	border: 1px solid #ffffff;
	border-radius: 50px;
}
#lang_btn p {
	line-height: 30px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	width: auto;
}
#lang_btn a {
	display: inline-block;
	margin: auto 8px;
	color: #ffffff;
	text-decoration: none;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 100px;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 0;
}

#about h2 {
	margin-bottom: 50px;
	font-weight: 700;
	font-size: 72px;
	line-height: 1.2;
}

#about h2 span {
	color: #c43176;
}

#about .desc {
	text-align: left;
	font-size: 26px;
}

#about .risk {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	text-align: left;
	position: relative;
	z-index: 0;
}

#about .risk h3 {
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 38px;
	line-height: 1.1;
	color: #c43176;
}

#about .risk p {
	font-size: 30px;
}

#about .risk figure {
	margin-right: -100px;
}

/* ---------------------------------------------------------
	CSS Document point
--------------------------------------------------------- */

#point {
	margin-bottom: 100px;
}

#point h2 {
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 46px;
	line-height: 1;
}

#point h2 span {
	display: inline-block;
	vertical-align: top;
	text-decoration: underline solid #efd600 20px;
	text-decoration-skip-ink: none;
	text-underline-offset: -0.2em;
}

#point .bg {
	padding: 60px 0 10px;
	background: #d6e6f0;
	position: relative;
	z-index: 0;
}

#point .bg:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 40px transparent;
	border-top: solid 60px #fff;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: -10px;
	z-index: 0;
}

#point .container {
	text-align: left;
}

#point h3 {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 38px;
	line-height: 1;
	color: #c43176;
}

#point p {
	margin-bottom: 50px;
	font-size: 25px;
}

/* ---------------------------------------------------------
	CSS Document merit
--------------------------------------------------------- */

#merit {
	margin-bottom: 60px;
}

#merit h2 {
	margin-bottom: 50px;
	font-weight: 700;
	font-size: 46px;
	line-height: 1.3;
}

#merit h2 span {
	display: inline-block;
	vertical-align: top;
	text-decoration: underline solid #efd600 20px;
	text-decoration-skip-ink: none;
	text-underline-offset: -0.2em;
}

#merit .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#merit .row {
	text-align: left;
}

#merit h3 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.3;
	color: #c43176;
}

#merit p {
	margin-bottom: 50px;
	font-size: 26px;
}

#merit figure {
	margin-right: -170px;
}

/* ---------------------------------------------------------
	CSS Document figure
--------------------------------------------------------- */

#figure {
	overflow: hidden;
	margin-bottom: 80px;
	padding: 60px 0 80px;
	background: #d6e6f0;
}

#figure h2 {
	margin-bottom: 70px;
	font-weight: 700;
	font-size: 72px;
	line-height: 1.3;
}

#figure h2 span {
	color: #c43176;
}

#figure .container {
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
	gap: 20px;
}

#figure .row {
	flex: 1;
	padding: 30px 0 20px 20px;
	text-align: left;
	font-size: 18px;
	line-height: 1.6;
	position: relative;
	z-index: 0;
}

#figure .row:nth-of-type(odd) {
	background: #fff;
}

#figure .row:nth-of-type(odd):before {
	content: '';
	width: 100vw;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

#figure h3 {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3;
}

#figure h3 span {
	display: inline-block;
	vertical-align: top;
	text-decoration: underline solid #efd600 14px;
	text-decoration-skip-ink: none;
	text-underline-offset: -0.3em;
}

#figure .memo {
	color: #c43176;
}

#figure figure {
	margin-right: -130px;
}

#figure figure img {
	width: 534px;
	height: 730px;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	margin-bottom: 80px;
}

#case h2 {
	margin-bottom: 70px;
	font-weight: 700;
	font-size: 72px;
	line-height: 1;
}

#case .container {
	display: flex;
	justify-content: space-between;
}

#case .row {
	width: 24%;
}

#case .num {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: solid 7px #efd600;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.5;
	color: #c43176;
	position: relative;
}

#case .num:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 14px transparent;
	border-top: solid 16px #efd600;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -36px;
}

#case .num .en {
	display: block;
	font-size: 34px;
	color: #efd600;
}

#case h3 {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 28px;
	line-height: 1;
}

#case .pic {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	margin-bottom: 15px;
}

#case .pic img {
	height: 70px;
}

#case .ill figcaption {
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 1.5;
}

#case .ill img {
	height: 214px;
}

/* ---------------------------------------------------------
	CSS Document link
--------------------------------------------------------- */

#link {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 280px;
	overflow: hidden;
	background: #2b4970;
	color: #fff;
	position: relative;
	z-index: 0;
}

#link figure {
	min-width: 1200px;
	width: 100%;
	height: 280px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#link figure img {
	width: 100%;
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

#link p {
	margin-bottom: 30px;
	text-align: left;
	font-weight: 600;
	font-size: 28px;
	line-height: 1.5;
	color: #fff;
}

#link a {
	display: block;
	width: 550px;
	height: 80px;
	border-radius: 8px;
	background: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 34px;
	line-height: 80px;
	color: #c43176;
	transition: .4s;
}

#link a:hover {
	opacity: 0.6;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer address {
	font-size: 16px;
	line-height: 80px;
}

/* ---------------------------------------------------------
	CSS Document footer > pagetop
--------------------------------------------------------- */

#pagetop {
	display: none;
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 100%;
	background: #c43176;
	font-size: 0;
	color: #fff;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9;
	transition: .4s;
	cursor: pointer;
}

#pagetop span {
	width: 22px;
	height: 22px;
	border-top: solid 3px #fff;
	border-left: solid 3px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 30px;
	left: 24px;
}

#pagetop:hover {
	opacity: 0.6;
}
