@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document trust
--------------------------------------------------------- */

#trust .container {
	position: relative;
	z-index: 0;
}

#trust figure {
	width: 597px;
	height: 829px;
	margin-right: 360px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 50%;
	z-index: -1;
}

#trust figure img {
	max-width: 400%;
	height: 860px;
	transform: translateY(-160px);
	position: relative;
}

#trust .row {
	margin-bottom: 60px;
	margin-left: 90px;
	text-align: justify;
}

#trust h4 {
	margin-bottom: 20px;
	position: relative;
	z-index: 0;
}

#trust h4:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #a08266;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: -1;
}

#trust h4 span {
	display: inline-block;
	vertical-align: top;
	width: 320px;
	height: 60px;
	padding-left: 1em;
	border-radius: 60px;
	background: #a08266;
	text-decoration: none;
	text-align: left;
	font-weight: 500;
	font-size: 20px;
	line-height: 60px;
	color: #fff;
}

#trust h4 span:before {
	display: inline-block;
	vertical-align: top;
	content: '・';
	margin-right: 0.5em;
	font-size: 30px;
}

#trust p {
	margin-left: 360px;
	font-size: 16px;
	transform: translateY(-20px);
	position: relative;
}

#trust .note {
	padding: 20px 0;
	background: #f9f9f9;
}

#trust .note .container {
	text-align: left;
}

#trust .note p {
	margin-left: 300px;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.2em;
	position: relative;
}

/* ---------------------------------------------------------
	CSS Document point
--------------------------------------------------------- */

#point {
	padding: 90px 0 20px;
	background: #f9f9f9;
}

#point .effect {
	transform: translateY(20px);
	opacity: 0;
}

#point .effected {
	animation: effect 0.6s 0s forwards ease-out;
}

@keyframes effect {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

#point [data-delay="700"].effected {
	animation-delay: 0.7s;
}

#point [data-delay="900"].effected {
	animation-delay: 0.9s;
}

#point [data-delay="1100"].effected {
	animation-delay: 1.1s;
}

#point [data-delay="1300"].effected {
	animation-delay: 1.3s;
}

#point [data-delay="1500"].effected {
	animation-delay: 1.5s;
}

#point .h3.effected .line {
	animation-delay: 0.1s;
}

#point .h3.effected .en .grow {
	transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

#point .h3.effected .ja .grow {
	transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

#point .h3 h3 {
	background: #f9f9f9;
}

#point p {
	margin-bottom: 40px;
	transform: translateY(20px);
	opacity: 0;
}

#point .icon {
	margin-bottom: 40px;
}

#point .icon img {
	height: 32px;
}

#point ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#point ul li {
	width: 48%;
	margin-bottom: 20px;
	padding-left: 1em;
	border-radius: 60px;
	border: solid 2px #a08266;
	background: #fff;
	text-align: left;
	font-weight: 500;
	font-size: 20px;
	line-height: 56px;
	color: #65472e;
}

#point ul li:before {
	display: inline-block;
	vertical-align: top;
	content: '・';
	margin-right: 0.3em;
	font-size: 30px;
	line-height: 53px;
}

#point .section img {
	height: 120px;
}

/* ---------------------------------------------------------
	CSS Document suggestion
--------------------------------------------------------- */

#suggestion {
	margin-bottom: 160px;
	padding: 20px 0 90px;
	background: #f9f9f9;
}

#suggestion .effect {
	transform: translateY(20px);
	opacity: 0;
}

#suggestion .effected {
	animation: effect 0.6s 0s forwards ease-out;
}

#suggestion [data-delay="700"].effected {
	animation-delay: 0.7s;
}

#suggestion [data-delay="900"].effected {
	animation-delay: 0.9s;
}

#suggestion [data-delay="1100"].effected {
	animation-delay: 1.1s;
}

#suggestion .container {
	padding-top: 300px;
	position: relative;
	z-index: 0;
}

#suggestion figure {
	width: 1200px;
	height: 600px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#suggestion figure img {
	max-width: 400%;
	height: 660px;
	transform: translateY(-60px);
	position: absolute;
	right: 0;
}

#suggestion .h3 h3 {
	background: #f9f9f9;
}

#suggestion .h3.effected .line {
	animation-delay: 0.1s;
}

#suggestion .h3.effected .en .grow {
	transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

#suggestion .h3.effected .ja .grow {
	transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

#suggestion .section {
	width: 800px;
	padding: 50px;
	background: #f9f9f9;
}

/* ---------------------------------------------------------
	CSS Document business
--------------------------------------------------------- */

#business .h3 {
	margin-bottom: 60px;
}

#business .h3.effected .line {
	animation-delay: 0.1s;
}

#business .h3.effected .en .grow {
	transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

#business .h3.effected .ja .grow {
	transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

#business .effect {
	transform: translateY(20px);
	opacity: 0;
}

#business .effected {
	animation: effect 0.6s 0s forwards ease-out;
}

#business [data-delay="700"].effected {
	animation-delay: 0.7s;
}

#business [data-delay="900"].effected {
	animation-delay: 0.9s;
}

#business [data-delay="1100"].effected {
	animation-delay: 1.1s;
}

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

#business h4 {
	display: inline-block;
	vertical-align: top;
	width: 360px;
	height: 60px;
	margin-bottom: 25px;
	border-radius: 60px;
	background: #a08266;
	text-decoration: none;
	font-weight: 500;
	font-size: 24px;
	line-height: 60px;
	color: #fff;
}

#business .flex figure {
	margin-bottom: 20px;
}

#business .flex img {
	height: 120px;
}

#business .flex dl {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	position: relative;
}

#business .flex dt {
	font-weight: 700;
}

#trouble p {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.7;
	color: #55472e;
	transform: translateY(-40px);
	position: relative;
}
