@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 {
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-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: 3.6vw;
	letter-spacing: 0.05em;
	line-height: 2;
	word-wrap: break-word;
	word-break: break-all;
	color: #2b4970;
}

* {
	outline: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-collapse: collapse;
	list-style: none;
}

.pc {
	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 {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	overflow: hidden;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	height: 58vw;
	overflow: hidden;
	margin-bottom: 10vw;
	padding: 10vw;
	background: #2b4970;
	color: #fff;
	position: relative;
	z-index: 0;
}

#visual figure {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#visual figure img {
	height: 58vw;
	object-fit: cover;
}

#visual h1 {
	margin-bottom: 5vw;
	text-align: left;
	font-weight: 700;
	font-size: 8.5vw;
	line-height: 1.4;
}

#visual .headertext p {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document hedar_navi
--------------------------------------------------------- */
#headar_navi {
	position: absolute;
	/* top: 20px; */
	top: 8px;
	right: 10px;
	/* width: 480px; */
}

#hnavi li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-left: 20px;
	font-size: 14px;
	line-height: 35px;
}

#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;
}
#hnavi #lang_btn {
	margin-left: 10px;
}
#lang_btn p {
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}
#lang_btn a {
	display: inline-block;
	margin: auto 8px;
	color: #ffffff;
	text-decoration: none;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 0 5vw 15vw;
	position: relative;
	z-index: 0;
}

#about h2 {
	margin-bottom: 7vw;
	font-weight: 700;
	font-size: 7vw;
	line-height: 1;
}

#about h2 span {
	color: #c43176;
}

#about .desc {
	margin-bottom: 7vw;
	text-align: justify;
}

#about .risk {
	margin-bottom: 15px;
	text-align: left;
	position: relative;
	z-index: 0;
}

#about .risk h3 {
	margin-bottom: 3vw;
	font-weight: 600;
	font-size: 5vw;
	line-height: 1;
	color: #c43176;
}

#about .risk p {
	margin-bottom: 7vw;
	font-size: 4vw;
}

#about .risk figure {
	text-align: center;
}

#about .risk figure img {
	height: 50vw;
}

/* ---------------------------------------------------------
	CSS Document point
--------------------------------------------------------- */

#point {
	margin-bottom: 15vw;
}

#point h2 {
	margin-bottom: 7vw;
	font-weight: 700;
	font-size: 7vw;
	line-height: 1.4;
}

#point h2 span {
	display: inline-block;
	vertical-align: top;
	text-decoration: underline solid #efd600 0.6em;
	text-decoration-skip-ink: none;
	text-underline-offset: -0.3em;
}

#point .bg {
	padding: 10vw 5vw 1vw;
	background: #d6e6f0;
	position: relative;
	z-index: 0;
}

#point .bg:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 20px transparent;
	border-top: solid 30px #fff;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: -10px;
	z-index: 0;
}

#point .container {
	text-align: left;
}

#point h3 {
	font-weight: 600;
	font-size: 5vw;
	color: #c43176;
}

#point p {
	margin-bottom: 10vw;
}

/* ---------------------------------------------------------
	CSS Document merit
--------------------------------------------------------- */

#merit {
	margin: 0 5vw 15vw;
}

#merit h2 {
	margin-bottom: 7vw;
	font-weight: 700;
	font-size: 6vw;
	line-height: 1.3;
}

#merit h2 span {
	display: inline-block;
	vertical-align: top;
	text-decoration: underline solid #efd600 0.6em;
	text-decoration-skip-ink: none;
	text-underline-offset: -0.3em;
}

#merit .row {
	text-align: left;
}

#merit h3 {
	font-weight: 600;
	font-size: 4.5vw;
	color: #c43176;
}

#merit p {
	margin-bottom: 7vw;
}

#merit figure {
	text-align: center;
}

#merit figure img {
	height: 60vw;
}

/* ---------------------------------------------------------
	CSS Document figure
--------------------------------------------------------- */

#figure {
	overflow: hidden;
	margin-bottom: 15vw;
	padding: 10vw 5vw 5vw;
	background: #d6e6f0;
}

#figure h2 {
	margin-bottom: 7vw;
	font-weight: 700;
	font-size: 7vw;
	line-height: 1;
}

#figure h2 span {
	color: #c43176;
}

#figure figure {
	margin-bottom: 7vw;
	text-align: center;
}

#figure figure img {
	height: 122vw;
}

#figure .row {
	padding: 8vw 0;
	text-align: justify;
	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;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

#figure h3 {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 4.5vw;
	line-height: 1;
}

#figure h3 span {
	display: inline-block;
	vertical-align: top;
	text-decoration: underline solid #efd600 0.6em;
	text-decoration-skip-ink: none;
	text-underline-offset: -0.3em;
}

#figure .memo {
	color: #c43176;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	margin: 0 5vw 10vw;
}

#case h2 {
	margin-bottom: 7vw;
	font-weight: 700;
	font-size: 7vw;
	line-height: 1;
}

#case .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#case .row {
	width: 48%;
	margin-bottom: 10vw;
}

#case .num {
	margin-bottom: 6vw;
	padding-bottom: 3vw;
	border-bottom: solid 4px #efd600;
	font-weight: 600;
	font-size: 3vw;
	letter-spacing: 0;
	line-height: 1.6;
	color: #c43176;
	position: relative;
}

#case .num:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 10px transparent;
	border-top: solid 12px #efd600;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -23px;
}

#case .num .en {
	display: block;
	font-size: 5vw;
	color: #efd600;
}

#case h3 {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 4.5vw;
	line-height: 1;
}

#case .pic {
	margin-bottom: 5vw;
}

#case .pic img {
	height: 13vw;
}

#case .ill figcaption {
	margin-bottom: 5vw;
	line-height: 1.5;
}

#case .ill img {
	height: 42vw;
}

/* ---------------------------------------------------------
	CSS Document link
--------------------------------------------------------- */

#link {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60vw;
	overflow: hidden;
	background: #2b4970;
	color: #fff;
	position: relative;
	z-index: 0;
}

#link figure {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#link figure img {
	height: 60vw;
	object-fit: cover;
}

#link p {
	margin-bottom: 30px;
	font-weight: 600;
	line-height: 1.5;
	color: #fff;
}

#link a {
	display: inline-block;
	vertical-align: top;
	padding: 0 2em;
	border-radius: 8px;
	background: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 4vw;
	line-height: 13vw;
	color: #c43176;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer address {
	font-size: 3vw;
	letter-spacing: 0.05em;
	line-height: 20vw;
}

/* ---------------------------------------------------------
	CSS Document footer > pagetop
--------------------------------------------------------- */

#pagetop {
	display: none;
	width: 35px;
	height: 35px;
	overflow: hidden;
	border-radius: 100%;
	background: #c43176;
	font-size: 0;
	position: fixed;
	bottom: 5vw;
	right: 5vw;
	z-index: 9;
}

#pagetop span {
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 14px;
	left: 12px;
}
