* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
	overflow-x: auto;
	width: 100%;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: inherit;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

*:focus {
	outline: none;
}

body {
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: url(/img/bg.png) repeat;
	color: #2C1B1E;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.8;
	overflow-wrap: break-word;
	overflow-x: hidden;
	text-align: justify;
}

img {
	height: auto;
	width: 100%;
}

a {
	color: #2C1B1E;
	display: inline-block;
}

.inner {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
}

.sec-tit {
	font-family: "Cormorant Garamond", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.sec-tit > small {
	font-weight: 600;
	position: relative;
}

.sec-tit > small:after {
	background-color: #2C1B1E;
	content: '';
	height: .5px;
	position: absolute;
}

.sec-tit > small._ja {
	letter-spacing: .3em;
}

.sec-tit > small._en {
	letter-spacing: .1em;
	margin-right: 105px;
}

.sec-tit > small._en:after {
	right: -80px;
	width: 65px;
}

.sec-tit > small._rev {
	letter-spacing: .3em;
}

.sec-tit > span._en {
	line-height: 1.1;
}

.column-tit {
	font-family: "Cormorant Garamond", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.column-tit > small {
	font-weight: 600;
	position: relative;
}

.column-tit > small._en {
	font-size: 18px;
	letter-spacing: .1em;
}

.column-tit > small:after {
	-webkit-transform: translateY(-50%);
	background-color: #2C1B1E;
	content: '';
	height: .5px;
	position: absolute;
	right: -80px;
	top: 50%;
	transform: translateY(-50%);
	width: 65px;
}

.column-tit > span {
	display: block;
}

.column-tit > span._en {
	font-size: 80px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-internal-autofill-selected: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-transition: border-color .4s;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border: none;
	border: 2px solid #C9D5D8;
	color: inherit;
	font-family: inherit;
	padding: .2em .5em;
	transition: border-color .4s;
	width: 100%;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
textarea:hover,
textarea:focus {
	border-color: #228041;
}

textarea {
	height: 122px;
	resize: vertical;
}

button[type="submit"] {
	-webkit-appearance: none;
	background-image: none;
	cursor: default;
	display: inline-block;
	font-size: 1em;
	text-decoration: none;
}

button[type="submit"]:hover {
	outline: none;
}

button[type="submit"]::-moz-focus-inner {
	border: none;
	padding: 0;
}

::-webkit-input-placeholder {
	color: #969BA0;
}

::-moz-placeholder {
	color: #969BA0;
}

:-ms-input-placeholder {
	color: #969BA0;
}

::-ms-input-placeholder {
	color: #969BA0;
}

::placeholder {
	color: #969BA0;
}

.fnav {
	position: relative;
}

.fnav:before {
	background-color: rgba(150, 155, 160, 0.2);
	content: '';
	position: absolute;
}

.fnav-list {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: flex;
	flex-wrap: wrap;
	flex-wrap: wrap;
}

.fnav-item > a {
	-webkit-transition: color .3s;
	color: #fff;
	transition: color .3s;
}

.fnav-item > a:hover {
	color: #228041;
}

.footer {
	background: #2C1B1E;
	color: #fff;
}

.footer-wrap > p:nth-of-type(2) > small {
	font-size: .8em;
}

.footer-copy {
	color: #969BA0;
}

.header {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
	background: url(/img/bg.png) repeat;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

.header > .inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.mv {
	overflow: hidden;
	position: relative;
}

.mv::before {
	background: rgba(0, 0, 0, 0.4);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.mv-img {
	-webkit-transform: scale(1.1);
	-webkit-animation: zoomOut 8s ease-out forwards;
	animation: zoomOut 8s ease-out forwards;
	background: url(/img/header_bg.jpg) center/cover;
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(1.1);
}

.mv-tit {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
	position: relative;
}

.nav {
	margin-left: auto;
}

.nav-item._btn a,
.nav-item._btn button {
	-webkit-transition: color .3s, background-color .3s;
	background-color: #228041;
	border: 2px solid #228041;
	border-radius: 100px;
	color: #fff;
	font-weight: 600;
	max-width: 100%;
	text-align: center;
	transition: color .3s, background-color .3s;
}

.nav-item._btn a:hover,
.nav-item._btn button:hover {
	background-color: transparent;
	color: #228041;
}

.nav-item > a {
	-webkit-transition: color .3s;
	transition: color .3s;
}

.nav-item > a:hover {
	color: #228041;
}

.about {
	background: rgba(51, 51, 51, 0.06);
}

.about-def > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.about-dtit {
	color: #969BA0;
}

.about-data > a {
	color: #228041;
	font-weight: 600;
	text-decoration: underline;
}

.cta-box {
	background-color: #F7F7F7;
	position: relative;
	z-index: 1;
}

.cta-box::after {
	background: -webkit-gradient(linear, right top, left top, from(rgba(247, 247, 247, 0.2)), color-stop(50%, rgba(247, 247, 247, 0.8)), color-stop(80%, rgba(247, 247, 247, 0.95)), to(#f7f7f7));
	background: -webkit-linear-gradient(right, rgba(247, 247, 247, 0.2) 0%, rgba(247, 247, 247, 0.8) 50%, rgba(247, 247, 247, 0.95) 80%, #f7f7f7 100%);
	background: linear-gradient(to left, rgba(247, 247, 247, 0.2) 0%, rgba(247, 247, 247, 0.8) 50%, rgba(247, 247, 247, 0.95) 80%, #f7f7f7 100%);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -10;
}

.cta-box:before {
	border: 1px solid #228041;
	content: '';
	height: calc(100% - 20px);
	left: 9px;
	position: absolute;
	top: 9px;
	width: calc(100% - 20px);
}

.cta-bg {
	-webkit-transform: translateY(-50%);
	background: url(/img/cta_bg.jpg) center/cover;
	height: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 90%;
	z-index: -11;
}

.cta-stit {
	color: #E63723;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.cta-tit {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.cta-tit > span {
	position: relative;
}

.cta-tit > span:after {
	-webkit-transform: translateX(-50%);
	color: #E63723;
	content: '•';
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.cta-btn {
	-webkit-animation: yureru-j 2s infinite;
	animation: yureru-j 2s infinite;
	font-size: 18px;
	text-align: center;
}

.cta-btn a,
.cta-btn button {
	-webkit-box-shadow: 0px 0px 10px rgba(62, 62, 62, 0.2);
	-webkit-transition: color .3s, background-color .3s;
	background-color: #228041;
	border: 2px solid #228041;
	border-radius: 100px;
	box-shadow: 0px 0px 10px rgba(62, 62, 62, 0.2);
	color: #fff;
	font-weight: 600;
	max-width: 100%;
	text-align: center;
	transition: color .3s, background-color .3s;
}

.cta-btn a:hover,
.cta-btn button:hover {
	-webkit-box-shadow: 0px 0px 10px rgba(62, 62, 62, 0);
	box-shadow: 0px 0px 10px rgba(62, 62, 62, 0);
}

.cta-btn a:hover,
.cta-btn button:hover {
	background-color: transparent;
	color: #228041;
}

.cta-btn > span {
	color: #228041;
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.18em;
	padding: 0 25px;
	position: relative;
}

.cta-btn > span:before,
.cta-btn > span:after {
	-webkit-transform: translateY(-50%) rotate(-60deg);
	background-color: #228041;
	content: '';
	height: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-60deg);
	width: 25px;
}

.cta-btn > span:before {
	-webkit-transform: rotate(60deg);
	left: 0;
	transform: rotate(60deg);
}

.cta-btn > span:after {
	-webkit-transform: rotate(-60deg);
	right: 0;
	transform: rotate(-60deg);
}

.cta-btn a {
	-webkit-box-shadow: 0px 0px 10px rgba(62, 62, 62, 0.2);
	-webkit-transition: background-color .3s, -webkit-box-shadow .3s;
	box-shadow: 0px 0px 10px rgba(62, 62, 62, 0.2);
	letter-spacing: 0.2em;
	margin-top: .4em;
	position: relative;
	transition: background-color .3s, -webkit-box-shadow .3s;
	transition: background-color .3s, box-shadow .3s;
	transition: background-color .3s, box-shadow .3s, -webkit-box-shadow .3s;
}

.cta-btn a:hover {
	-webkit-box-shadow: 0px 0px 10px rgba(62, 62, 62, 0);
	box-shadow: 0px 0px 10px rgba(62, 62, 62, 0);
}

.cta-btn a:before {
	-webkit-transform: translateY(calc(-50% - 2px)) rotate(30deg);
	-webkit-transition: background-color .3s, right .3s;
	background-color: #fff;
	content: '';
	height: 2px;
	position: absolute;
	right: 1em;
	top: calc(50% - 2px);
	transform: translateY(calc(-50% - 2px)) rotate(30deg);
	transition: background-color .3s, right .3s;
	width: 12px;
}

.cta-btn a:after {
	-webkit-transform: translateY(-50%);
	-webkit-transition: background-color .3s, right .3s;
	background-color: #fff;
	content: '';
	height: 2px;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color .3s, right .3s;
}

.cta-btn a:hover {
	background-color: #F7F7F7;
}

.cta-btn a:hover:before,
.cta-btn a:hover:after {
	background-color: #228041;
	right: 0.5em;
}

.design-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.design-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.design h5 {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	color: #969BA0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 12px;
	writing-mode: vertical-rl;
}

.design .simply-scroll-container {
	position: relative;
}

.design .simply-scroll-clip {
	overflow: hidden;
	position: relative;
}

.design .simply-scroll-list {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.design .simply-scroll-list > li img {
	-o-object-fit: cover;
	object-fit: cover;
}

.form {
	margin: 0 auto;
	max-width: 600px;
}

.form > small {
	display: block;
	text-align: center;
}

.form > small > a {
	color: #969BA0;
}

.form > small > a:hover {
	color: #2C1B1E;
}

.form-def > div {
	letter-spacing: 0;
}

.form-def > div:nth-of-type(n + 2) {
	margin-top: 1.3rem;
}

.form-dtit span {
	font-weight: 600;
	line-height: 1;
	margin-left: .5em;
}

.form-dtit span._req {
	color: #E63723;
}

.form-dtit span._op {
	color: #005F96;
}

.form-data input {
	height: 50px;
}

.form-btn {
	text-align: center;
}

.form-btn a,
.form-btn button {
	-webkit-transition: color .3s, background-color .3s;
	background-color: #228041;
	border: 2px solid #228041;
	border-radius: 100px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.2em;
	max-width: 100%;
	padding: 1em 4em !important;
	position: relative;
	text-align: center;
	transition: color .3s, background-color .3s;
}

.form-btn a:before,
.form-btn button:before {
	-webkit-transform: translateY(calc(-50% - 2px)) rotate(30deg);
	-webkit-transition: background-color .4s;
	background-color: #fff;
	content: '';
	height: 2px;
	position: absolute;
	right: 1em;
	top: calc(50% - 2px);
	transform: translateY(calc(-50% - 2px)) rotate(30deg);
	transition: background-color .4s;
	width: 12px;
}

.form-btn a:after,
.form-btn button:after {
	-webkit-transform: translateY(-50%);
	-webkit-transition: background-color .4s;
	background-color: #fff;
	content: '';
	height: 2px;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color .4s;
	width: 38px;
}

.form-btn a:hover,
.form-btn button:hover {
	background-color: transparent;
	color: #228041;
}

.form-btn a:hover:before,
.form-btn a:hover:after,
.form-btn button:hover:before,
.form-btn button:hover:after {
	background-color: #228041;
}

.form-btn a:hover,
.form-btn button:hover {
	background-color: transparent;
	color: #228041;
}

.intro {
	background: url(/img/intro_bg.jpg) center/cover;
}

.intro-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.message {
	position: relative;
}

.message::before {
	background: rgba(0, 0, 0, 0.4);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.message > .inner {
	color: #fff;
	position: relative;
}

.message-tit {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;
}

.plan-item {
	margin: 0 auto;
	position: relative;
}

.plan-item:first-of-type .plan-icon {
	height: 161px;
	width: 133px;
}

.plan-item:nth-of-type(2) .plan-icon {
	height: 161px;
	width: 177px;
}

.plan-body {
	position: relative;
}

.plan-body > ul {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.plan-body > ul:before {
	-webkit-transform: rotate(90deg);
	color: rgba(150, 155, 160, 0.2);
	content: "step";
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 85px;
	height: auto;
	left: -176px;
	position: absolute;
	transform: rotate(90deg);
	width: 271px;
}

.plan-body > ul > li > p {
	font-size: 13px;
	margin-top: 20px;
}

.plan-bg {
	background-color: rgba(51, 51, 51, 0.06);
	margin: 0 calc(50% - 50vw) 0;
	position: absolute;
}

.plan-tit {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	letter-spacing: 0.1em;
}

.plan-tit > small {
	display: block;
	font-size: .5em;
}

.plan-img {
	margin-right: calc(50% - 50vw);
}

.plan-btn {
	font-size: 18px;
	margin-top: 40px;
	text-align: center;
}

.plan-btn a,
.plan-btn button {
	-webkit-transition: color .3s, background-color .3s;
	background-color: #228041;
	border: 2px solid #228041;
	border-radius: 0;
	border-radius: 100px;
	color: #fff;
	font-weight: 600;
	max-width: 100%;
	text-align: center;
	transition: color .3s, background-color .3s;
}

.plan-btn a:hover,
.plan-btn button:hover {
	background-color: transparent;
	color: #228041;
}

.plan-btn > span {
	color: #228041;
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.18em;
	padding: 0 25px;
	position: relative;
}

.plan-btn > span:before,
.plan-btn > span:after {
	-webkit-transform: translateY(-50%) rotate(-60deg);
	background-color: #228041;
	content: '';
	height: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-60deg);
	width: 25px;
}

.plan-btn > span:before {
	-webkit-transform: rotate(60deg);
	left: 0;
	transform: rotate(60deg);
}

.plan-btn > span:after {
	-webkit-transform: rotate(-60deg);
	right: 0;
	transform: rotate(-60deg);
}

.plan-btn a {
	-webkit-transition: background-color .3s, -webkit-box-shadow .3s;
	border-radius: 0;
	letter-spacing: 0.2em;
	margin-top: .4em;
	position: relative;
	transition: background-color .3s, -webkit-box-shadow .3s;
	transition: background-color .3s, box-shadow .3s;
	transition: background-color .3s, box-shadow .3s, -webkit-box-shadow .3s;
}

.plan-btn a:before {
	-webkit-transform: translateY(calc(-50% - 2px)) rotate(30deg);
	-webkit-transition: background-color .3s, right .3s;
	background-color: #fff;
	content: '';
	height: 2px;
	position: absolute;
	right: 1em;
	top: calc(50% - 2px);
	transform: translateY(calc(-50% - 2px)) rotate(30deg);
	transition: background-color .3s, right .3s;
	width: 12px;
}

.plan-btn a:after {
	-webkit-transform: translateY(-50%);
	-webkit-transition: background-color .3s, right .3s;
	background-color: #fff;
	content: '';
	height: 2px;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color .3s, right .3s;
}

.plan-btn a:hover {
	background-color: #F7F7F7;
}

.plan-btn a:hover:before,
.plan-btn a:hover:after {
	background-color: #228041;
	right: 0.5em;
}

.pro {
	overflow: hidden;
}

.pro-list {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.pro-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.pro-item p {
	margin-top: 1.8em;
}

.pro h5 {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 20px;
	letter-spacing: .6em;
	writing-mode: vertical-rl;
}

.pro h5 > small {
	color: #969BA0;
	font-size: 12px;
	letter-spacing: .2em;
	margin-top: .8em;
}

.reason .sec-tit {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.reason-item .reason-head > h3 > span {
	position: relative;
}

.reason-item .reason-head > h3 > span:before {
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	top: -80px;
}

.reason-item:first-of-type .reason-head > h3 > span:before {
	background: url(/img/reason_icon0.png) center/contain no-repeat;
}

.reason-item:nth-of-type(2) .reason-head > h3 > span:before {
	background: url(/img/reason_icon1.png) center/contain no-repeat;
}

.reason-item:nth-of-type(3) .reason-head > h3 > span:before {
	background: url(/img/reason_icon2.png) center/contain no-repeat;
}

.reason-item:nth-of-type(odd) .reason-head {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.reason-item > div:nth-of-type(2) h4 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.reason-item > div:nth-of-type(2) > .inner span {
	color: #228041;
}

.reason-head > h3 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	letter-spacing: 0.18em;
}

.req-head {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.voice {
	position: relative;
	z-index: 1;
}

.voice-bg {
	position: absolute;
	right: 0;
	z-index: -10;
}

.voice-item {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0.2)), color-stop(50%, rgba(247, 247, 247, 0.8)), color-stop(80%, rgba(247, 247, 247, 0.95)), to(#f7f7f7));
	background: -webkit-linear-gradient(top, rgba(247, 247, 247, 0.2) 0%, rgba(247, 247, 247, 0.8) 50%, rgba(247, 247, 247, 0.95) 80%, #f7f7f7 100%);
	background: linear-gradient(to bottom, rgba(247, 247, 247, 0.2) 0%, rgba(247, 247, 247, 0.8) 50%, rgba(247, 247, 247, 0.95) 80%, #f7f7f7 100%);
	position: relative;
}

.voice-item:nth-of-type(n + 2) {
	margin-top: 60px;
}

.voice-box {
	border-bottom: solid 1px #C9D5D8;
	border-top: solid 1px #C9D5D8;
	height: 100%;
	position: absolute;
	width: 100%;
}

.voice-box:before,
.voice-box:after {
	background-color: #C9D5D8;
	content: '';
	height: calc(100% + 24px);
	position: absolute;
	top: -10px;
	width: 1px;
}

.voice-box:before {
	left: 10px;
}

.voice-box:after {
	right: 10px;
}

.voice-tit {
	color: #228041;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	letter-spacing: 0.12em;
}

.voice-content {
	position: relative;
}

.voice-content:before {
	-webkit-transform: rotate(180deg);
	color: #969BA0;
	content: '”';
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 64px;
	position: absolute;
	transform: rotate(180deg);
}

.voice-txt:nth-of-type(n + 2) {
	margin-top: 25px;
}

.voice-info {
	color: #969BA0;
	font-size: 14px;
	margin-top: 5px;
	text-align: right;
}

.voice-info > span {
	position: relative;
}

.voice-info > span:before {
	-webkit-transform: translateY(-50%);
	background-color: #969BA0;
	content: '';
	height: 1px;
	left: -80px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 70px;
}

.work {
	background-color: rgba(51, 51, 51, 0.06);
	overflow: hidden;
}

.work .sec-tit {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.work .swiper-container {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.work-tit {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	letter-spacing: 0.06em;
}

.work-gallery {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.work-img > a {
	display: block;
	overflow: hidden;
}

.work-img > a > img {
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.work-img > a:hover > img {
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

.work-label {
	border: 1px solid #969BA0;
	color: #969BA0;
	font-weight: 600;
}

.work-txt {
	margin-top: 1em;
}

.work .swiper-button-prev:after,
.work .swiper-button-next:after {
	content: "" !important;
}

.work .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23C9D5D8'%2F%3E%3C%2Fsvg%3E");
}

.work .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23C9D5D8'%2F%3E%3C%2Fsvg%3E");
}

.lightbox .lb-image {
	border: 0;
	border-radius: 0;
}

@media (min-width: 960px) {

body {
	font-size: 16px;
}

main {
	margin-top: 80px;
}

.inner {
	max-width: 1080px;
	padding: 0 30px;
}

.sec-tit {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.sec-tit > small:after {
	bottom: 16px;
}

.sec-tit > small._ja {
	margin-right: 180px;
}

.sec-tit > small._ja:after {
	right: -155px;
	width: 130px;
}

.sec-tit > small._en {
	font-size: 18px;
}

.sec-tit > small._rev {
	margin-left: 180px;
}

.sec-tit > small._rev:after {
	left: -155px;
	width: 130px;
}

.sec-tit > span._ja {
	font-size: 45px;
}

.sec-tit > span._en {
	font-size: 80px;
}

.column-tit > span._ja {
	font-size: 45px;
}

._sp {
	display: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	font-size: 18px;
}

.fnav {
	margin-left: 154px;
}

.fnav:before {
	height: 100%;
	left: -77px;
	top: 0;
	width: 1px;
}

.fnav-list {
	padding-bottom: 4px;
}

.fnav-list > * {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(33.33% - 4px * 2 / 3);
	-ms-flex: 0 0 calc(33.33% - 4px * 2 / 3);
	flex: 0 0 calc(33.33% - 4px * 2 / 3);
	margin-right: 4px;
}

.fnav-list > *:nth-of-type(3n) {
	margin-right: 0;
}

.fnav-list > * {
	margin-top: 25px;
}

.fnav-item > a {
	font-size: 15px;
}

.footer > .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 100px;
	padding-top: 80px;
}

.footer-wrap > p:first-of-type {
	font-size: 18px;
}

.footer-wrap > p:nth-of-type(2) {
	font-size: 15px;
}

.footer-copy {
	font-size: 12px;
	margin-top: 56px;
}

.header > .inner {
	height: 80px;
}

.header-logo {
	width: 210px;
}

.mv-tit {
	max-width: 660px;
	padding: 80px 30px 50px;
}

.nav-item + .nav-item {
	margin-left: 16px;
}

.nav-item._btn a,
.nav-item._btn button {
	padding: 1.5em 4em;
}

.nav-item._btn a,
.nav-item._btn button {
	padding: 1em 1.5em;
}

.nav-list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.about {
	margin-top: 150px;
}

.about > .inner {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
	padding-top: 30px;
}

.about-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 53%;
	-ms-flex: 0 0 53%;
	flex: 0 0 53%;
	font-size: 15px;
}

.about-tit {
	width: 80%;
}

.about-txt {
	margin-top: 50px;
	max-width: 500px;
}

.about-def {
	margin-top: 24px;
}

.about-dtit {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 60px;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
}

.about-data > a {
	margin-left: 2em;
}

.about-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 47%;
	-ms-flex: 0 1 47%;
	flex: 0 1 47%;
}

.cta {
	margin-top: 64px;
}

.cta._m {
	background: url(/img/cta_m_bg.jpg) center/cover;
	background-attachment: fixed;
	padding: 77px 0 90px;
}

.cta-box {
	padding: 90px 65px;
}

.cta-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.cta-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 360px;
	-ms-flex: 0 0 360px;
	flex: 0 0 360px;
}

.cta-stit {
	font-size: 20px;
}

.cta-tit {
	font-size: 33px;
	letter-spacing: 0.2em;
	margin-top: .2em;
}

.cta-tit > span:after {
	font-size: .5em;
	top: -1.8em;
}

.cta-txt {
	line-height: 2.2;
	margin-top: 1.4em;
	padding-right: 2em;
}

.cta-btn {
	margin-bottom: -126px;
}

.cta-btn a,
.cta-btn button {
	padding: 1.5em 4em;
}

.cta-btn a:after {
	width: 38px;
}

.design .simply-scroll-list > li {
	margin-left: 50px;
}

.design .simply-scroll-list > li img {
	height: 288px;
	width: 430px;
}

.form {
	margin-top: 54px;
}

.form > small {
	font-size: 14px;
	margin-top: 40px;
}

.form-def {
	margin: 40px 0 30px;
}

.form-def > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.form-dtit {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 200px;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
	height: 50px;
	line-height: 50px;
}

.form-dtit span {
	font-size: 14px;
}

.form-data {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.form-btn {
	margin-top: 36px;
}

.form-btn a,
.form-btn button {
	padding: 1.5em 4em;
}

.intro {
	padding: 130px 0 170px;
	text-align: center;
}

.intro > .inner {
	max-width: 920px;
}

.intro .sec-tit {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.intro-txt {
	font-size: 20px;
	margin-top: 64px;
}

.intro-list {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-top: 48px;
}

.intro-item:nth-of-type(n + 2) {
	margin-left: 30px;
}

.intro-item > p {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	height: 84px;
	margin-top: 1em;
}

.intro-tit {
	width: 90%;
}

.message {
	background: url(/img/message_bg.jpg) center top/cover no-repeat;
	background-attachment: fixed;
	margin-top: 180px;
}

.message > .inner {
	max-width: 750px;
	padding-bottom: 180px;
	padding-top: 180px;
}

.message-tit {
	font-size: 26px;
}

.message-txt {
	margin-top: 64px;
}

.plan {
	margin-top: 120px;
	padding-top: 40px;
}

.plan-list {
	margin-top: 72px;
}

.plan-item:nth-of-type(2) {
	margin-top: 200px;
}

.plan-body > ul {
	padding-bottom: 100px;
}

.plan-body > ul > * {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(33.33% - 100px * 2 / 3);
	-ms-flex: 0 0 calc(33.33% - 100px * 2 / 3);
	flex: 0 0 calc(33.33% - 100px * 2 / 3);
	margin-right: 100px;
}

.plan-body > ul > *:nth-of-type(3n) {
	margin-right: 0;
}

.plan-body > ul {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
	margin-top: 40px;
	max-width: 835px;
	padding: 0 30px;
}

.plan-body > ul:before {
	left: -176px;
	letter-spacing: 0.35em;
	top: 115px;
}

.plan-body > ul > li {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.plan-bg._md {
	height: 85%;
	top: 180px;
	width: 90vw;
}

.plan-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.plan-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 49%;
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
	margin-right: 4.8%;
}

.plan-number {
	height: 80px;
	left: 0;
	position: absolute;
	top: -10px;
	width: 80px;
}

.plan-tit {
	font-size: 32px;
	padding-top: 120px;
}

.plan-txt {
	margin-top: 40px;
}

.plan-btn a,
.plan-btn button {
	padding: 1.5em 4em;
}

.plan-btn a:after {
	width: 38px;
}

.pro-list {
	padding-bottom: 60px;
}

.pro-list > * {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(33.33% - 60px * 2 / 3);
	-ms-flex: 0 0 calc(33.33% - 60px * 2 / 3);
	flex: 0 0 calc(33.33% - 60px * 2 / 3);
	margin-right: 60px;
}

.pro-list > *:nth-of-type(3n) {
	margin-right: 0;
}

.pro-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 65vw;
}

.reason {
	margin-top: 100px;
	padding: 40px 0 120px;
}

.reason-list {
	margin-top: 60px;
}

.reason-item .reason-head > h3 > span:before {
	top: -80px;
}

.reason-item:first-of-type .reason-head > h3 > span:before {
	height: 122px;
	left: -70px;
	width: 50px;
}

.reason-item:nth-of-type(2) .reason-head > h3 > span:before {
	height: 122px;
	right: -80px;
	width: 60px;
}

.reason-item:nth-of-type(3) .reason-head > h3 > span:before {
	height: 122px;
	left: -70px;
	width: 60px;
}

.reason-item:nth-of-type(n + 2) {
	margin-top: 170px;
}

.reason-item > div:nth-of-type(2) {
	margin-top: 80px;
}

.reason-item > div:nth-of-type(2) h4 {
	font-size: 24px;
}

.reason-item > div:nth-of-type(2) > .inner {
	max-width: 800px;
}

.reason-item > div:nth-of-type(2) > .inner > p {
	margin: 3em 0 3.5em;
}

.reason-head {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.reason-head > h3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 34%;
	-ms-flex: 0 1 34%;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex: 0 1 34%;
	font-size: 30px;
	justify-content: center;
	margin-top: 50px;
	writing-mode: vertical-rl;
}

.req {
	margin-top: 100px;
	padding-top: 20px;
}

.req-head {
	margin: 0 auto;
	max-width: 835px;
}

.req-txt {
	line-height: 2.2;
	margin-right: 5%;
	margin-top: 1em;
}

.req-img {
	margin-top: -20px;
}

.voice {
	margin-top: 200px;
	padding-top: 40px;
}

.voice-bg {
	top: -156px;
	width: 60%;
}

.voice > .inner {
	max-width: 1152px;
}

.voice-list {
	margin-top: 100px;
}

.voice-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1000px;
}

.voice-item:nth-of-type(2) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-left: auto;
}

.voice-item:nth-of-type(odd) {
	padding: 40px 60px 40px 40px;
}

.voice-item:nth-of-type(odd) .voice-content {
	margin-left: 5%;
}

.voice-item:nth-of-type(even) {
	padding: 40px 40px 40px 60px;
}

.voice-item:nth-of-type(even) .voice-content {
	margin-right: 5%;
}

.voice-box {
	left: -4px;
	top: -10px;
}

.voice-img img {
	-o-object-fit: cover;
	height: 295px;
	object-fit: cover;
	width: 280px;
}

.voice-tit {
	font-size: 22px;
	margin-top: 40px;
}

.voice-content:before {
	left: -30px;
	top: -60px;
}

.voice-txt:first-of-type {
	font-size: 15px;
	margin-top: 30px;
}

.voice-info._one {
	margin-top: 40px;
}

.work {
	padding: 40px 0 64px;
}

.work .swiper-container {
	margin-top: 15px;
	padding: 0 40px;
}

.work-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.work-tit {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 62px;
	-ms-flex: 0 0 62px;
	flex: 0 0 62px;
	font-size: 26px;
	writing-mode: vertical-rl;
}

.work-tit > img {
	margin-bottom: 0.5em;
	width: 36px;
}

.work-gallery ._big {
	margin-right: 3px;
	width: calc(67% - 3px);
}

.work-gallery ._big > a {
	height: 100%;
}

.work-gallery ._big img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.work-gallery ._small {
	width: 33%;
}

.work-gallery ._small > a:nth-of-type(2) {
	margin-top: 3px;
}

.work-wrap {
	margin-top: 32px;
}

.work-lead {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.work-label {
	margin-right: 1em;
	padding: .5em 1em;
}

.work .swiper-button-prev,
.work .swiper-button-next {
	margin-top: -4%;
}

.work .swiper-button-prev {
	left: 6%;
}

.work .swiper-button-next {
	right: 6%;
}

}

@media (min-width: 960px) and (max-width: 1200px) {

.pro-list {
	width: 100%;
}

}

@media (max-width: 959px) {

body {
	font-size: 14px;
}

main {
	margin-top: 60px;
}

.inner {
	max-width: 540px;
	padding: 0 20px;
}

.sec-tit > small:after {
	bottom: 6px;
}

.sec-tit > small._ja {
	font-size: 12px;
}

.sec-tit > small._ja:after {
	right: -80px;
	width: 65px;
}

.sec-tit > small._en {
	font-size: 15px;
}

.sec-tit > small._rev {
	display: block;
	font-size: 12px;
	margin-left: 75px;
	margin-top: 10px;
}

.sec-tit > small._rev:after {
	left: -72px;
	width: 60px;
}

.sec-tit > span._ja {
	font-size: 28px;
	line-height: 1.5;
	margin-top: 5px;
}

.sec-tit > span._en {
	font-size: 56px;
}

.sec-tit > span {
	display: block;
}

.column-tit > span._ja {
	font-size: 28px;
}

._md {
	display: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	font-size: 16px;
}

.fnav {
	margin-top: 50px;
}

.fnav:before {
	height: 1px;
	left: 0;
	top: -25px;
	width: 100%;
}

.fnav-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: column;
}

.fnav-list {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: 40px;
}

.fnav-item:nth-of-type(n + 2) {
	margin-top: 6px;
}

.fnav-item > a {
	font-size: 13px;
}

.fnav-item > a {
	padding: .2em 0 .2em 1em;
	position: relative;
}

.fnav-item > a:before {
	-webkit-transform: translateY(-50%);
	-webkit-transition: left .3s;
	background-color: #fff;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: left .3s;
	width: 6px;
}

.fnav-item > a:hover:before {
	left: 5px;
}

.footer > .inner {
	padding-top: 40px;
}

.footer-wrap > p:first-of-type {
	font-size: 16px;
}

.footer-copy {
	font-size: 10px;
	margin-top: 10px;
}

.header > .inner {
	height: 60px;
	padding: 0;
}

.header-logo {
	padding-left: 20px;
	width: 180px;
}

.mv-tit {
	max-width: 540px;
	padding: 60px 20px 50px;
}

.nav {
	height: 60px;
	position: relative;
}

.nav-item + .nav-item {
	margin-top: 20px;
}

.nav-item._btn a,
.nav-item._btn button {
	padding: 1em 2.9em 1em 1.6em;
}

.nav-item._btn a,
.nav-item._btn button {
	padding: .8em 1.6em;
}

.nav-item._btn {
	margin-top: 30px;
}

.nav-item > a {
	font-size: 16px;
}

.nav-icon {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	cursor: pointer;
	height: 18px;
	padding: 22px 20px 10px 10px;
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	z-index: 31;
}

.nav-icon > div {
	position: relative;
}

.nav-icon > div > span {
	-webkit-transition: .3s ease-in-out;
	background: #000;
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	transition: .3s ease-in-out;
	width: 100%;
}

.nav-icon > div > span:nth-of-type(1) {
	top: 0;
}

.nav-icon > div > span:nth-of-type(2) {
	top: 7px;
}

.nav-icon > div > span:nth-of-type(3) {
	top: 14px;
}

.nav-close {
	-webkit-transition: all .3s ease 0s;
	background-color: #000;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all .3s ease 0s;
	width: 100%;
	z-index: 29;
}

.nav-list {
	-webkit-transform: translateX(105%);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-transition: -webkit-transform .5s ease 0s;
	background-color: #FFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 100%;
	max-width: 90%;
	overflow: auto;
	padding: 100px 20px 0;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(105%);
	transition: -webkit-transform .5s ease 0s;
	transition: transform .5s ease 0s;
	transition: transform .5s ease 0s, -webkit-transform .5s ease 0s;
	width: 214px;
	z-index: 30;
}

.nav._open .nav-icon > div > span:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	top: 7px;
	transform: rotate(45deg);
}

.nav._open .nav-icon > div > span:nth-of-type(2) {
	left: 50%;
	width: 0;
}

.nav._open .nav-icon > div > span:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	top: 7px;
	transform: rotate(-45deg);
}

.nav._open .nav-close {
	display: block;
	opacity: 0.4;
}

.nav._open .nav-list {
	-webkit-transform: translateX(0);
	-webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
	box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
	transform: translateX(0);
}

.about {
	margin-top: 80px;
}

.about > .inner {
	padding-bottom: 40px;
	padding-top: 40px;
}

.about-content {
	font-size: 13px;
}

.about-tit {
	max-width: 280px;
}

.about-txt {
	margin-top: 20px;
}

.about-def {
	line-height: 1.6;
	margin-top: 20px;
}

.about-def > div {
	margin-top: 10px;
}

.about-dtit {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50px;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
}

.about-data > a {
	display: block;
}

.about-img {
	margin-top: 20px;
}

.cta {
	margin-top: 30px;
}

.cta > .inner {
	padding: 0 10px;
}

.cta._m {
	padding: 50px 0;
	position: relative;
	z-index: 1;
}

.cta._m:after {
	background: url(/img/cta_m_bg.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -10;
}

.cta-box {
	padding: 40px 25px;
}

.cta-wrap {
	margin-bottom: 30px;
}

.cta-img {
	margin: 0 auto;
	max-width: 420px;
}

.cta-stit {
	font-size: 15px;
}

.cta-tit {
	font-size: 20px;
	letter-spacing: 0.14em;
}

.cta-tit > span:after {
	font-size: .7em;
	top: -1.5em;
}

.cta-txt {
	margin-top: 1em;
}

.cta-btn a,
.cta-btn button {
	padding: 1em 2.9em 1em 1.6em;
}

.cta-btn a:after {
	width: 30px;
}

.design .simply-scroll-list > li {
	margin-left: 20px;
}

.design .simply-scroll-list > li img {
	height: 180px;
	width: 268px;
}

.form > small {
	font-size: 12px;
}

.form-def {
	padding: 1.2em 0 2em;
}

.form-dtit {
	height: 32px;
	line-height: 32px;
}

.form-dtit span {
	font-size: 12px;
}

.form-btn {
	margin-top: 10px;
}

.form-btn a,
.form-btn button {
	padding: 1em 2.9em 1em 1.6em;
}

.intro {
	margin-top: 60px;
	padding: 20px 0 60px;
}

.intro-txt {
	margin-top: 20px;
}

.intro-list {
	margin: 0 calc(50% - 50vw);
	text-align: center;
	width: 100vw;
}

.intro-item {
	max-width: 320px;
	text-align: center;
	width: 48%;
}

.intro-item:first-of-type {
	margin: 0 auto;
}

.intro-item:first-of-type > p {
	margin-left: calc(50% - 40vw);
	margin-right: calc(50% - 40vw);
	width: 80vw;
}

.intro-item:nth-of-type(n + 2) {
	display: inline-block;
	vertical-align: top;
}

.intro-item:nth-of-type(n + 2) {
	margin-top: 10px;
}

.intro-item > p {
	font-size: 13px;
}

.intro-tit {
	margin: 0 auto;
	width: 80%;
}

.intro-tit:nth-of-type(1) {
	max-width: 199px;
}

.message {
	margin-top: 80px;
	position: relative;
	z-index: 1;
}

.message:after {
	background: url(/img/message_bg.jpg) center/cover no-repeat;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -10;
}

.message > .inner {
	padding-bottom: 50px;
	padding-top: 50px;
}

.message-tit {
	font-size: 20px;
}

.message-txt {
	font-size: 13px;
	margin-top: 30px;
}

.plan {
	margin-top: 80px;
	overflow: hidden;
	padding-top: 20px;
}

.plan-list {
	margin-top: 40px;
}

.plan-item:nth-of-type(2) {
	margin-top: 100px;
}

.plan-body {
	padding-bottom: 50px;
}

.plan-body > ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: column;
}

.plan-body > ul:before {
	left: -120px;
	letter-spacing: 0.25em;
	top: 83px;
}

.plan-body > ul > li {
	max-width: 260px;
}

.plan-bg {
	height: calc(100% + 60px);
	top: -60px;
	width: 100vw;
}

.plan-number {
	display: inline-block;
	height: 40px;
	margin-bottom: 4px;
	width: 40px;
}

.plan-tit {
	font-size: 20px;
	margin: -50px 0 0 50px;
}

.plan-txt {
	margin-top: 20px;
}

.plan-img {
	margin-top: 2em;
}

.plan-icon {
	margin: 0 auto;
	max-width: 200px;
}

.plan-btn a,
.plan-btn button {
	padding: 1em 2.9em 1em 1.6em;
}

.plan-btn a:after {
	width: 30px;
}

.pro-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: column;
}

.pro-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	padding: 0 20px 0 10px;
}

.pro-item:nth-of-type(n + 2) {
	margin-top: 40px;
}

.reason {
	margin-top: 60px;
	padding: 20px 0 70px;
}

.reason-list {
	margin-top: 20px;
}

.reason-item .reason-head > h3 > span:before {
	top: -58px;
}

.reason-item:first-of-type .reason-head > h3 > span:before {
	height: 60px;
	left: 6px;
	width: 20px;
}

.reason-item:nth-of-type(2) .reason-head > h3 > span:before {
	height: 60px;
	left: 6px;
	width: 20px;
}

.reason-item:nth-of-type(3) .reason-head > h3 > span:before {
	height: 60px;
	left: 6px;
	width: 20px;
}

.reason-item:nth-of-type(n + 2) {
	margin-top: 80px;
}

.reason-item > div:nth-of-type(2) {
	margin-top: 20px;
}

.reason-item > div:nth-of-type(2) h4 {
	color: #228041;
	font-size: 16px;
}

.reason-item > div:nth-of-type(2) > .inner > p {
	margin: 1.5em 0 3.5em;
}

.reason-head > h3 {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	font-size: 20px;
	line-height: 1.5;
	margin: 0 auto;
	max-width: 540px;
	padding: 30px 20px 0;
}

.req {
	margin-top: 70px;
	padding-top: 10px;
}

.req-head {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin-top: 20px;
}

.req-txt {
	font-size: 12px;
	margin-top: 20px;
}

.req-img {
	margin-top: -10px;
	width: 80%;
}

.voice {
	margin-top: 80px;
	padding-top: 20px;
}

.voice-bg {
	top: -70px;
	width: 95%;
}

.voice > .inner {
	padding: 0 5px;
}

.voice > .inner > .sec-tit {
	padding-left: 15px;
}

.voice-list {
	margin-top: 40px;
}

.voice-item {
	padding: 20px;
}

.voice-box {
	-webkit-transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.voice-img {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.voice-img:after {
	content: '';
	display: block;
	padding-top: 57%;
}

.voice-img img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.voice-tit {
	font-size: 20px;
	margin-top: 30px;
	padding-left: 2em;
}

.voice-content:before {
	left: 0px;
	line-height: 1;
	top: -50px;
}

.voice-txt:first-of-type {
	margin-top: 20px;
}

.voice-info._one {
	margin-top: 20px;
}

.work {
	padding: 40px 0;
}

.work .swiper-container {
	margin-top: 20px;
}

.work-tit {
	font-size: 18px;
}

.work-tit > img {
	margin-right: 0.5em;
	width: 24px;
}

.work-gallery {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.work-gallery ._big {
	margin-bottom: 3px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.work-gallery ._big:after {
	content: '';
	display: block;
	padding-top: 66.87%;
}

.work-gallery ._big img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.work-gallery ._small {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.work-gallery ._small > a {
	width: calc(50% - 1.5px);
}

.work-gallery ._small > a:nth-of-type(2) {
	margin-left: 2px;
}

.work-wrap {
	margin-top: 20px;
}

.work-lead {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 12px;
}

.work-label {
	display: inline-block;
	font-size: 10px;
	padding: .3em 1em;
}

.work-intro {
	font-size: 12px;
	margin-top: .5em;
}

.work-txt {
	line-height: 1.5;
}

.work .swiper-button-prev,
.work .swiper-button-next {
	margin-top: -10%;
}

.work .swiper-button-prev {
	height: 30px;
	left: 5px;
	width: 20px;
}

.work .swiper-button-next {
	height: 30px;
	right: 5px;
	width: 20px;
}

}

@-webkit-keyframes zoomOut {

100% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@keyframes zoomOut {

100% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@-webkit-keyframes yureru-j {

0% {
	-webkit-transform: translate(0px, 2px);
	transform: translate(0px, 2px);
}

5% {
	-webkit-transform: translate(0px, -2px);
	transform: translate(0px, -2px);
}

10% {
	-webkit-transform: translate(0px, 2px);
	transform: translate(0px, 2px);
}

15% {
	-webkit-transform: translate(0px, -2px);
	transform: translate(0px, -2px);
}

20% {
	-webkit-transform: translate(0px, 2px);
	transform: translate(0px, 2px);
}

25% {
	-webkit-transform: translate(0px, -2px);
	transform: translate(0px, -2px);
}

30% {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

}

@keyframes yureru-j {

0% {
	-webkit-transform: translate(0px, 2px);
	transform: translate(0px, 2px);
}

5% {
	-webkit-transform: translate(0px, -2px);
	transform: translate(0px, -2px);
}

10% {
	-webkit-transform: translate(0px, 2px);
	transform: translate(0px, 2px);
}

15% {
	-webkit-transform: translate(0px, -2px);
	transform: translate(0px, -2px);
}

20% {
	-webkit-transform: translate(0px, 2px);
	transform: translate(0px, 2px);
}

25% {
	-webkit-transform: translate(0px, -2px);
	transform: translate(0px, -2px);
}

30% {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

}

