@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 0 5vw 10vw;
	text-align: justify;
}

#about h3 {
	margin-bottom: 5vw;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 4.5vw;
	line-height: 1.5;
}

#about p {
	margin-bottom: 2em;
}

/* ---------------------------------------------------------
	CSS Document insurance
--------------------------------------------------------- */

#insurance .flex {
	margin: 0 5vw 15vw;
	text-align: justify;
}

#insurance .section {
	display: flex;
	align-items: center;
	padding: 30px 0;
	border-bottom: solid 2px #F3F6F9;
}

#insurance .section:first-of-type {
	border-top: solid 2px #F3F6F9;
}

#insurance figure {
	width: 20vw;
	padding-left: 5vw;
	text-align: center;
}

#insurance figure img {
	max-height: 16vw;
}

#insurance .row {
	flex: 1;
	margin-left: 6vw;
}

#insurance h4 {
	margin-bottom: 15px;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 4.5vw;
	line-height: 1;
}

/* ---------------------------------------------------------
	CSS Document flow
--------------------------------------------------------- */

#flow .container {
	margin: 0 5vw 15vw;
}

#flow .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#flow .section {
	width: 46%;
	margin-bottom: 10vw;
	text-align: justify;
}

#flow h4 {
	margin-bottom: 3vw;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 4.5vw;
	line-height: 1.4;
}

#flow h4 i {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 4.5vw;
	color: #007FC1;
}

#flow figure {
	margin-bottom: 3vw;
}

#flow figure img {
	height: 38vw;
}

/* ---------------------------------------------------------
	CSS Document product
--------------------------------------------------------- */

#product {
	margin: 0 5vw;
	text-align: left;
}

#product .row {
	margin-bottom: 5vw;
	font-weight: 500;
}

#product .row figure img {
	height: 39.19573333333333vw;
}

#product .row a {
	display: block;
	padding-left: 5vw;
	background: #007FC1;
	text-decoration: none;
	line-height: 14vw;
	color: #fff;
	position: relative;
}

#product .row a:before {
	content: '';
	width: 5vw;
	height: 5vw;
	border-radius: 100%;
	background: #fff;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 3.5vw;
}

#product .row a:after {
	content: '';
	width: 5px;
	height: 5px;
	margin-top: -3px;
	border-top: solid 1px #007FC1;
	border-right: solid 1px #007FC1;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 5.5vw;
}
