@charset "UTF-8";
@import url("../../css/common.pc02.css");

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	overflow: hidden;
}

.container {
	width: 1100px;
	margin: 0 auto;
}

.container figure img {
	max-width: unset;
	width: 80%;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	height: 534px;
	overflow: hidden;
	margin-top: 44px;
	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 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: -40px;
}

#about .risk figure img {
	width: 350px;
}

/* ---------------------------------------------------------
	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: -40px;
}

#merit figure img {
	width: 350px;
}


/* ---------------------------------------------------------
	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 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: -40px;
}

#figure figure img {
	width: 500px;
	/* height: 730px; */
}

/* ---------------------------------------------------------
	CSS Document provision
--------------------------------------------------------- */

#provision {
	margin-bottom: 80px;
}

#provision h2 {
	margin-bottom: 70px;
	font-weight: 700;
	font-size: 72px;
	line-height: 1;
}

#provision h2 span {
	display: inline-block;
	vertical-align: top;
	text-decoration: underline solid #efd600 20px;
	text-decoration-skip-ink: none;
	text-underline-offset: -0.2em;
}

#provision .flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#provision .row {
	text-align: left;
}

#provision h3 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 36px;
	line-height: 1;
	color: #c43176;
}

#provision p {
	margin-bottom: 50px;
	font-size: 26px;
}

#provision figure {
	text-align: center;
    margin-bottom: 60px;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	/* margin-bottom: 80px; */
	background: #d6e6f0;
    padding: 60px 0 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: 16px;
	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;
}
