@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;
	text-align: center;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 3.5vw;
	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%;
	height: auto;
	border: 0;
}

a {
	text-decoration: none;
	color: #1c1c1c;
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	overflow: hidden;
	padding-top: 18vw;
}

.pc {
	display: none;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.target {
	margin-top: -30vw;
	padding-top: 30vw;
}

.lazyloaded {
	opacity: 0;
	animation: lazyload .8s 0s forwards ease;
}

@keyframes lazyload {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* ---------------------------------------------------------
	CSS Document header
--------------------------------------------------------- */

#header {
	width: 100%;
	height: 18vw;
	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: 100%;
	height: 18vw;
	background: #fff;
	padding: 0 3vw;
	font-size: 0;
}

#header .row {
	display: flex;
	align-items: center;
	height: 18vw;
}

#header h1 {
	margin-right: 10px;
}

#header h1 img {
	height: 10vw;
}

#header .h_jpx img {
	height: 10vw;
}

#header .h_user a {
	display: block;
	padding: 0 1em;;
	border-radius: 9vw;
	background: #ee8822;
	text-decoration: none;
	font-size: 3vw;
	line-height: 9vw;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	height: 88vw;
	position: relative;
	z-index: 0;
}

#visual figure {
	height: 93.33333333333333vw;
	position: relative;
	z-index: -1;
}

.navi ul a:after {
	content: '';
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border-radius: 3px;
	border: solid 1px rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 3px;
	left: 3px;
}

/* ---------------------------------------------------------
	CSS Document conversion
--------------------------------------------------------- */

.conversion {
	padding-bottom: 15vw;
}

.conversion figure {
	height: 29.59948717948718vw;
}

.conversion .row {
	padding-top: 5vw;
	background: #fff8db;
	position: relative;
	z-index: 0;
}

.conversion .row:after {
	content: '';
	width: 100%;
	height: 8vw;
	background: url(../images/cv_03.svg) no-repeat top / 100% auto;
	position: absolute;
	bottom: -8vw;
	left: 0;
}

.conversion .copy {
	padding-bottom: 3vw;
	font-size: 5vw;
	line-height: 1;
	color: #ee8822;
}

.conversion .user {
	margin-bottom: 5vw;
}

.conversion .user a {
	display: inline-block;
	vertical-align: top;
	width: 90vw;
	padding: 3vw 0;
	border-radius: 20vw;
	background: #ee8822 url(../images/cv_02.svg) no-repeat calc(100% - 5vw) / 10vw auto;
	text-decoration: none;
	font-size: 6vw;
	line-height: 1.3;
	color: #fff;
}

.conversion .terms {
	padding-bottom: 3vw;
	font-size: 3.5vw;
	line-height: 1;
}

.conversion .terms .open {
	text-decoration: underline;
}

.conversion ul {
	display: none;
	margin: 2vw 5vw 0;
	padding-bottom: 5vw;
	text-align: justify;
	font-size: 3vw;
	line-height: 1.7;
}

.conversion ul em {
	color: #dd1111;
}

/* ---------------------------------------------------------
	CSS Document point
--------------------------------------------------------- */

.point {
	margin-bottom: 15vw;
	padding: 7vw 5vw 7vw;
	background: #e1dcd6;
	position: relative;
}

.point .title {
	margin-bottom: 4vw;
	text-align: left;
}

.point .title figure {
	width: 23vw;
	height: 23vw;
	position: absolute;
	top: -4vw;
	right: 2vw;
}

.point .title h2 img {
	height: 9.5vw;
}

.point p {
	margin-bottom: 5vw;
	font-size: 4vw;
	line-height: 1.6;
}

.point .section {
	display: flex;
	align-items: center;
	margin-top: 3vw;
	padding: 3vw 0 3vw 3.5vw;
	border-radius: 5px;
	background: #fff;
	text-align: left;
}

.point .section i img {
	width: 9vw;
	height: 11.53435897435897vw;
}

.point dl {
	flex: 1;
	margin-left: 2.5vw;
	line-height: 1.6;
}

.point dt {
	font-weight: 600;
	font-size: 4.2vw;
	color: #ee8822;
}

.point dd {
	font-size: 3.8vw;
}

/* ---------------------------------------------------------
	CSS Document pagetop
--------------------------------------------------------- */

#pagetop {
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: 0 5vw 5vw auto;
	border-radius: 100%;
	background: #3c2c1c;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	position: sticky;
	right: 5vw;
	bottom: 5vw;
	z-index: 9;
	opacity: 0;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer .container {
	padding: 7vw 5vw;
	background: #3c2c1c;
	font-size: 3vw;
	color: #fff;
}

#footer .flex {
	display: flex;
	justify-content: space-between;
}

#footer .row {
	display: flex;
}

#footer figure img {
	height: 9vw;
}

#footer .address {
	margin-left: 3vw;
	text-align: left;
}

#footer .f_jpx img {
	height: 15vw;
	background: #fff;
}

#footer address {
	font-size: 2.8vw;
	line-height: 10vw;
}
