@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 {
	min-width: 750px;
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0.06em;
	line-height: 1.9;
	word-break: normal;
	word-wrap: break-word;
	color: #1c1c1c;
}

* {
	outline: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-collapse: collapse;
	list-style: none;
}

address, em, i {
	font-style: normal;
}

img {
	vertical-align: top;
	max-width: 100%;
	border: 0;
}

a {
	color: #1c1c1c;
	transition: .4s;
}

a:hover {
	opacity: 0.6;
}

.tel {
	text-decoration: none;
	color: #1c1c1c;
}

.tel:hover {
	opacity: 1;
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	width: 750px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 90px;
}

.sp {
	display: none;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.find {
	cursor: pointer;
	transition: .4s;
}

.lazyloaded {
	opacity: 0;
	animation: lazyload .8s 0s forwards ease;
}

@keyframes lazyload {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* ---------------------------------------------------------
	CSS Document header
--------------------------------------------------------- */

#header {
	min-width: 750px;
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	transition: .5s;
}

#header.js_hide {
	transform: translateY(-100%);
}

#header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 750px;
	height: 90px;
	margin: 0 auto;
	background: #fff;
	font-size: 0;
}

#header .row {
	display: flex;
	align-items: center;
	height: 90px;
}

#header h1 {
	margin-right: 10px;
}

#header h1 img {
	width: 153px;
	height: 64px;
}

#header .h_jpx img {
	width: 56px;
	height: 60px;
}

#header .h_user a {
	display: block;
	width: 398px;
	height: 57px;
	border-radius: 56px;
	background: #ee8822;
	text-decoration: none;
	font-size: 24px;
	line-height: 56px;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	height: 553px;
	position: relative;
	z-index: 0;
}

#visual figure {
	height: 700px;
	position: relative;
	z-index: -1;
}

/* ---------------------------------------------------------
	CSS Document conversion
--------------------------------------------------------- */

.conversion {
	padding-bottom: 90px;
}

.conversion figure {
	height: 222px;
}

.conversion .row {
	padding-top: 30px;
	background: #fff8db;
	position: relative;
	z-index: 0;
}

.conversion .row:after {
	content: '';
	width: 100%;
	height: 55px;
	background: url(../images/cv_03.svg) no-repeat bottom / 100% auto;
	position: absolute;
	bottom: -55px;
	left: 0;
}

.conversion .copy {
	padding-bottom: 20px;
	font-size: 26px;
	line-height: 1;
	color: #ee8822;
}

.conversion .user {
	margin-bottom: 30px;
}

.conversion .user a {
	display: inline-block;
	vertical-align: top;
	width: 536px;
	padding: 10px 0;
	border-radius: 112px;
	background: #ee8822 url(../images/cv_02.svg) no-repeat calc(100% - 30px) / 50px auto;
	text-decoration: none;
	font-size: 36px;
	line-height: 1.3;
	color: #fff;
}

.conversion .terms {
	padding-bottom: 10px;
	font-size: 20px;
	line-height: 1;
}

.conversion .terms .open {
	text-decoration: underline;
	cursor: pointer;
	transition: .4s;
}

.conversion .terms .open:hover {
	opacity: 0.6;
}

.conversion ul {
	display: none;
	margin: 20px 40px 0;
	padding-bottom: 30px;
	text-align: justify;
	font-size: 18px;
	line-height: 1.6;
}

.conversion ul em {
	color: #dd1111;
}

/* ---------------------------------------------------------
	CSS Document point
--------------------------------------------------------- */

.point {
	margin-bottom: 100px;
	padding: 30px 40px 50px;
	background: #e1dcd6;
	position: relative;
}

.point .title {
	margin-bottom: 25px;
}

.point .title figure {
	width: 140px;
	height: 140px;
	position: absolute;
	top: -40px;
	right: 35px;
}

.point .title h2 img {
	width: 400px;
	height: 52px;
}

.point p {
	margin-bottom: 25px;
	font-size: 20px;
}

.point .section {
	display: flex;
	align-items: center;
	margin-top: 20px;
	padding: 15px 0 20px 25px;
	border-radius: 10px;
	background: #fff;
	text-align: left;
}

.point .section i img {
	width: 50px;
	height: 65px;
}

.point dl {
	flex: 1;
	margin-left: 20px;
	line-height: 1.7;
}

.point dt {
	font-weight: 600;
	font-size: 30px;
	color: #ee8822;
}

.point dd {
	font-size: 20px;
}

/* ---------------------------------------------------------
	CSS Document pagetop
--------------------------------------------------------- */

#pagetop {
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin: 0 40px 30px auto;
	border-radius: 100%;
	background: #3c2c1c;
	font-size: 26px;
	line-height: 50px;
	color: #fff;
	position: sticky;
	bottom: 30px;
	right: 40px;
	z-index: 9;
	cursor: pointer;
	transition: .4s;
	opacity: 0;
}

#pagetop:hover {
	opacity: 0.6 !important;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer .container {
	padding: 40px 0;
	background: #3c2c1c;
	font-size: 20px;
	color: #fff;
}

#footer .flex {
	display: flex;
	justify-content: space-between;
	width: 750px;
	margin: 0 auto;
}

#footer .row {
	display: flex;
}

#footer figure img {
	width: 153px;
	height: 64px;
}

#footer .address {
	margin-left: 30px;
	text-align: left;
}

#footer .f_jpx img {
	width: 63px;
	height: 70px;
	background: #fff;
}

#footer address {
	line-height: 90px;
}
