@charset "UTF-8";

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

#about {
	max-width: 1366px;
	margin: 0 auto 60px;
	padding: 0 56px;
	text-align: justify;
	font-size: 16px;
	line-height: 1.8;
}

#about h3 {
	margin-bottom: 30px;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 34px;
	line-height: 1.4;
}

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

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

#insurance .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1366px;
	margin: 0 auto 110px;
	padding: 0 56px;
	text-align: justify;
	font-size: 16px;
	line-height: 1.8;
}

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

#insurance .section:nth-of-type(-n + 2) {
	border-top: solid 2px #F3F6F9;
}

#insurance figure {
	width: 170px;
	text-align: center;
}

#insurance .row {
	flex: 1;
	margin-right: 40px;
}

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

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

#flow .container {
	max-width: 1366px;
	margin: 0 auto 130px;
	padding: 0 56px;
}

#flow .flex {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5.5%;
	text-align: justify;
	font-size: 16px;
	line-height: 1.8;
}

#flow .section {
	width: 20%;
}

@media only screen and (max-width: 980px) {
	#flow .section {
		width: 33%;
		margin-bottom: 40px;
	}
	#flow .flex {
		margin-right: -7.5%;
	}
}

#flow h4 {
	margin-bottom: 15px;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.3;
}

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

#flow figure {
	width: 80%;
	margin-bottom: 15px;
}

#flow p {
	width: 80%;
}

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

#product {
	display: flex;
	justify-content: space-between;
	max-width: 1366px;
	margin: 0 auto;
	padding: 0 56px;
	text-align: left;
}

#product .row {
	width: 48%;
	font-weight: 500;
	font-size: 16px;
	color: #007FC1;
}

#product .row figure {
	overflow: hidden;
}

#product .row figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .6s;
}

#product .row:hover figure img {
	transform: scale(1.2);
}

#product .row a {
	display: block;
	height: 90px;
	padding-left: 15px;
	background: #007FC1;
	text-decoration: none;
	font-size: 16px;
	line-height: 90px;
	color: #fff;
	position: relative;
}

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

#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: 31px;
}

#product .row:hover a {
	background: #47A0CE;
}
