* {
	-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: #fff;
	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 {
	position: relative;
}

.sec-tit > small {
	display: block;
	font-family: "EB Garamond", serif;
	line-height: 1;
}

.sec-tit > span {
	display: block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1.2;
}

.sec-tit:not(._sub):after {
	background: #2C1B1E;
	bottom: 0;
	content: '';
	height: 1px;
	position: absolute;
}

.sec-tit:not(._sub):not(._left) {
	text-align: center;
}

.sec-tit:not(._sub):not(._left):after {
	-webkit-transform: translateX(-50%);
	left: 50%;
	transform: translateX(-50%);
}

.column-tit {
	font-family: "游明朝体", "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 #f2f2f0;
	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: #ef8013;
}

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: rgba(136, 136, 136, 0.5);
}

::-moz-placeholder {
	color: rgba(136, 136, 136, 0.5);
}

:-ms-input-placeholder {
	color: rgba(136, 136, 136, 0.5);
}

::-ms-input-placeholder {
	color: rgba(136, 136, 136, 0.5);
}

::placeholder {
	color: rgba(136, 136, 136, 0.5);
}

.fnav {
	position: relative;
}

.fnav:before {
	background-color: rgba(136, 136, 136, 0.1);
	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;
	position: relative;
	transition: color .3s;
}

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

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

.footer-copy {
	color: #888888;
}

.header {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

.mv {
	position: relative;
	z-index: 30;
}

.mv-wrap {
	z-index: 30;
}

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

.mv-txt {
	color: #fff;
	line-height: 1.9;
	padding: 0 16px 0 20px;
}

.mv-txt > small {
	font-size: .5em;
}

.mv-txt + .mv-txt {
	margin-top: -0.5px;
}

.mv-txt:first-of-type {
	margin-top: 10px;
}

.mv-img {
	width: 100%;
	z-index: -10;
}

.mv-slide {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.mv-slide._0 {
	background-image: url(../img/mv_slide0.jpg);
}

.mv-btn {
	-webkit-transition: bottom .2s;
	position: absolute;
	transition: bottom .2s;
}

.nav {
	margin-left: auto;
}

.scroll {
	-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;
	-webkit-box-pack: stretch;
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	align-items: center;
	bottom: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	left: 60px;
	position: absolute;
	width: 11px;
}

.scroll-txt {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	color: #fff;
	font-family: "EB Garamond", serif;
	font-size: 12px;
	text-transform: uppercase;
	writing-mode: vertical-rl;
}

.scroll-bar {
	background: #fff;
	height: 50px;
	margin-top: 15px;
	position: relative;
	width: .7px;
}

.scroll-bar:after {
	-webkit-transform: translateX(-50%);
	-webkit-animation: scroll 2s ease-out infinite;
	animation: scroll 2s ease-out infinite;
	background: #fff;
	border-radius: 30px;
	content: '';
	height: 5px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 5px;
}

.totop {
	-webkit-transition: background-color .2s;
	background-color: #888888;
	border-radius: 2px;
	bottom: 30px;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	position: fixed;
	right: 30px;
	text-align: center;
	transition: background-color .2s;
	width: 45px;
	z-index: 20;
}

.totop:hover {
	background-color: #2C1B1E;
}

.totop i {
	color: #fff;
}

.about {
	background: #f2f2f0;
}

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

.about-dtit {
	color: #888888;
}

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

.cost-img {
	margin: 0 auto;
}

.cta:hover .cta-bg {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

.cta-box {
	background-color: #228041;
	color: #fff;
}

.cta-img {
	overflow: hidden;
}

.cta-bg {
	-webkit-transition: -webkit-transform 1s;
	background: url(../img/cta_bg.jpg) center/cover no-repeat;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
	width: 100%;
}

.cta .sec-tit {
	text-align: left;
}

.cta .sec-tit::after {
	background-color: #fff;
}

.cta-pic {
	max-width: 800px;
}

.cta-item:first-of-type {
	border-bottom: 1px solid #fff;
	display: inline-block;
	margin-bottom: 8px;
}

.cta-item:nth-of-type(n+2) {
	font-weight: 600;
	position: relative;
}

.cta-item:nth-of-type(n+2) > small {
	font-size: .8em;
	font-weight: 500;
	margin-right: .2em;
}

.cta-item:nth-of-type(n+2):after {
	-webkit-transform: rotate(-45deg);
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	content: '';
	font-size: .6em;
	height: 0.5em;
	position: absolute;
	transform: rotate(-45deg);
	width: 1em;
}

.cta-txt._cmt {
	display: inline-block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	letter-spacing: 0.15em;
}

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

.cta-btn a,
.cta-btn button,
.cta-btn span {
	-webkit-transition: color .3s, background-color .3s, border-color .3s;
	background-color: #ef8013;
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	max-width: 100%;
	position: relative;
	transition: color .3s, background-color .3s, border-color .3s;
}

.cta-btn a > small,
.cta-btn button > small,
.cta-btn span > small {
	-webkit-transition: color .3s, background-color .3s;
	background-color: #fff;
	border-radius: 30px;
	color: #ef8013;
	margin-right: 1em;
	padding: 8px 14px;
	transition: color .3s, background-color .3s;
}

.cta-btn a:after,
.cta-btn button:after,
.cta-btn span:after {
	-webkit-transform: translateY(-50%);
	-webkit-transform: rotate(45deg);
	-webkit-transition: border-color .3s;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	content: '';
	height: 8px;
	position: absolute;
	top: calc(50% - 6px);
	transform: translateY(-50%);
	transform: rotate(45deg);
	transition: border-color .3s;
	width: 8px;
}

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

.cta-btn a:hover > small,
.cta-btn button:hover > small,
.cta-btn span:hover > small {
	background-color: rgba(34, 128, 65, 0.24);
	color: #228041;
}

.cta-btn a:hover:after,
.cta-btn button:hover:after,
.cta-btn span:hover:after {
	border-color: #228041;
}

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

.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: #888888;
	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;
}

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

.flow-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	counter-increment: step;
}

.flow-item:nth-of-type(n + 2) {
	position: relative;
}

.flow-tit > small {
	color: #888888;
	font-family: "EB Garamond", serif;
}

.flow-tit > small:after {
	content: counter(step);
	font-size: 22px;
}

.flow-tit > span {
	color: #228041;
	font-weight: 600;
	letter-spacing: 0.2em;
	margin-left: 18px;
}

.flow-btn a,
.flow-btn button,
.flow-btn span {
	-webkit-transition: color .3s, background-color .3s, border-color .3s;
	background-color: #ef8013;
	border: 1px solid #ef8013;
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	max-width: 100%;
	position: relative;
	transition: color .3s, background-color .3s, border-color .3s;
}

.flow-btn a:after,
.flow-btn button:after,
.flow-btn span:after {
	-webkit-transform: translateY(-50%);
	-webkit-transform: rotate(45deg);
	-webkit-transition: border-color .3s;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	content: '';
	height: 8px;
	position: absolute;
	right: 22px;
	top: calc(50% - 6px);
	transform: translateY(-50%);
	transform: rotate(45deg);
	transition: border-color .3s;
	width: 8px;
}

.flow-btn a:hover,
.flow-btn button:hover,
.flow-btn span:hover {
	background-color: #fff;
	color: #ef8013;
}

.flow-btn a:hover:after,
.flow-btn button:hover:after,
.flow-btn span:hover:after {
	border-color: #ef8013;
}

.form {
	max-width: 600px;
}

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

.form > small > a {
	color: #888888;
}

.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 {
	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,
.form-btn span {
	-webkit-transition: color .3s, background-color .3s, border-color .3s;
	background-color: #ef8013;
	border: 1px solid #ef8013;
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.2em;
	max-width: 100%;
	position: relative;
	position: relative;
	transition: color .3s, background-color .3s, border-color .3s;
}

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

.form-btn a:after,
.form-btn button:after,
.form-btn span:after {
	-webkit-transform: translateY(-50%);
	-webkit-transform: rotate(-45deg);
	-webkit-transition: border-color .3s;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	content: '';
	height: 12px;
	position: absolute;
	top: calc(50% - 6px);
	transform: translateY(-50%);
	transform: rotate(-45deg);
	transition: border-color .3s;
	width: 12px;
}

.form-btn a:hover,
.form-btn button:hover,
.form-btn span:hover {
	background-color: #fff;
	color: #ef8013;
}

.form-btn a:hover:after,
.form-btn button:hover:after,
.form-btn span:hover:after {
	border-color: #ef8013;
}

.intro-tit {
	position: relative;
}

.intro-tit > span {
	display: block;
	font-family: "EB Garamond", serif;
	font-style: italic;
	letter-spacing: 0.04em;
}

.intro-tit > small {
	-webkit-font-feature-settings: 'pkna';
	font-feature-settings: 'pkna';
	display: block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	letter-spacing: 0.2em;
	line-height: 1;
}

.intro-tit:after {
	background: #2C1B1E;
	bottom: 0;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	width: 64px;
}

.intro-txt {
	line-height: 2.2;
}

.intro-txt > span {
	display: inline-block;
}

.intro-txt + .intro-txt {
	margin-top: 16px;
}

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

.intro-btn a,
.intro-btn button,
.intro-btn span {
	-webkit-transition: color .3s, background-color .3s, border-color .3s;
	background-color: #ef8013;
	border: 1px solid #ef8013;
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	max-width: 100%;
	position: relative;
	transition: color .3s, background-color .3s, border-color .3s;
}

.intro-btn a:after,
.intro-btn button:after,
.intro-btn span:after {
	-webkit-transform: translateY(-50%);
	-webkit-transform: rotate(45deg);
	-webkit-transition: border-color .3s;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	content: '';
	height: 8px;
	position: absolute;
	right: 22px;
	top: calc(50% - 6px);
	transform: translateY(-50%);
	transform: rotate(45deg);
	transition: border-color .3s;
	width: 8px;
}

.intro-btn a:hover,
.intro-btn button:hover,
.intro-btn span:hover {
	background-color: #fff;
	color: #ef8013;
}

.intro-btn a:hover:after,
.intro-btn button:hover:after,
.intro-btn span:hover:after {
	border-color: #ef8013;
}

.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;
	letter-spacing: 0.12em;
	text-align: center;
}

.pickup > .inner {
	background: #f2f2f0;
}

.pickup .sec-tit {
	text-align: center;
}

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

.pickup-tit {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
}

.pickup-img {
	overflow: hidden;
	position: relative;
}

.pickup-img:after {
	content: '';
	display: block;
	padding-top: 66.9767%;
}

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

.pickup-tag > span {
	background-color: #fff;
	border-radius: 30px;
	display: inline-block;
	font-size: 10px;
	margin: 0 5px 5px 0;
	padding: 2px 10px;
}

.pickup-link > a {
	font-size: 12px;
	text-decoration: underline;
}

.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-tit {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	letter-spacing: .2em;
}

.pro-tit > span {
	color: #228041;
}

.pro-tit > small {
	color: #888888;
	letter-spacing: .2em;
	margin-left: .8em;
}

.pro-img {
	overflow: hidden;
	position: relative;
}

.pro-img:after {
	content: '';
	display: block;
	padding-top: 66.9767%;
}

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

.reason > .inner {
	max-width: 1080px;
}

.reason-bg {
	background-color: #f2f2f0;
	content: '';
	height: calc(100% + 85px);
	left: 0;
	margin: calc(50% - 50vw);
	position: absolute;
	top: 85px;
	width: 100vw;
	z-index: -10;
}

.reason-item {
	counter-increment: tit;
	position: relative;
	z-index: 1;
}

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

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

.reason-tit:before {
	color: rgba(136, 136, 136, 0.1);
	content: counter(tit, decimal-leading-zero);
	font-family: "Times New Roman", serif;
	letter-spacing: .08em;
	line-height: 1;
	position: absolute;
}

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

.rsv-head {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column-reverse;
}

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

.rsv-icon {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 1px solid #228041;
	border-radius: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-shrink: 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 600;
	justify-content: center;
}

.rsv-icon > span,
.rsv-icon small {
	color: #228041;
	text-align: center;
}

.rsv-icon > span {
	letter-spacing: 0.12em;
	line-height: 1.4;
}

.rsv-icon > small {
	margin-top: 5px;
}

.sec {
	text-align: center;
}

.sec-img {
	overflow: hidden;
}

.sec-bg {
	-webkit-transition: -webkit-transform .8s;
	background: url(../img/sec_bg.jpg) center/cover no-repeat;
	transition: -webkit-transform .8s;
	transition: transform .8s;
	transition: transform .8s, -webkit-transform .8s;
	width: 100%;
}

.sec-txt {
	margin: 0 auto;
	max-width: 640px;
	text-align: left;
}

.sec-link {
	max-width: 800px;
}

.sec-link > a {
	border-radius: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.sec-link > a:hover .sec-bg {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

.sec-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	background-color: #228041;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sec-logo {
	margin: 0 auto;
	max-width: 180px;
}

.sec-btn a,
.sec-btn button,
.sec-btn span {
	-webkit-transition: color .3s, background-color .3s, border-color .3s;
	background-color: #228041;
	border: 1px solid #fff;
	border-radius: 6px;
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	max-width: 100%;
	position: relative;
	transition: color .3s, background-color .3s, border-color .3s;
}

.sec-btn a:after,
.sec-btn button:after,
.sec-btn span:after {
	-webkit-transform: translateY(-50%);
	-webkit-transform: rotate(-45deg);
	-webkit-transition: border-color .3s;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	content: '';
	height: 6px;
	position: absolute;
	right: 19px;
	top: calc(50% - 4px);
	transform: translateY(-50%);
	transform: rotate(-45deg);
	transition: border-color .3s;
	width: 6px;
}

.sec-btn a:hover,
.sec-btn button:hover,
.sec-btn span:hover {
	background-color: #fff;
	color: #228041;
}

.sec-btn a:hover:after,
.sec-btn button:hover:after,
.sec-btn span:hover:after {
	border-color: #228041;
}

.sec .back-btn > a {
	font-weight: 600;
	text-decoration: underline;
}

.top {
	background: url(../img/reason_img2.jpg) center/cover no-repeat;
	position: relative;
}

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

.top-tit {
	color: #fff;
	position: relative;
	text-align: center;
}

.top-tit > span {
	display: block;
	font-family: "EB Garamond", serif;
	font-style: italic;
	letter-spacing: 0.04em;
}

.top-tit > small {
	-webkit-font-feature-settings: 'pkna';
	font-feature-settings: 'pkna';
	display: block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	letter-spacing: 0.2em;
	line-height: 1;
}

.top .intro-tit {
	color: #fff;
	text-align: center;
}

.voice-item {
	position: relative;
}

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

.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: rgba(136, 136, 136, 0.5);
	content: '”';
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	position: absolute;
	transform: rotate(180deg);
}

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

.voice-info {
	color: #888888;
	text-align: right;
}

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

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

.work {
	background-color: #f2f2f0;
	overflow: hidden;
}

.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-tit > span {
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	color: #888888;
	font-family: "D-DIN",'Times New Roman', sans-serif;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-left: 6px;
	writing-mode: horizontal-tb;
}

.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 #888888;
	color: #888888;
}

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

.work .swiper-button-prev {
	-webkit-transform: rotate(45deg);
	background-image: none;
	border: 1px solid;
	border-color: transparent transparent #228041 #228041;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	z-index: 10;
}

.work .swiper-button-next {
	-webkit-transform: rotate(45deg);
	background-image: none;
	border: 1px solid;
	border-color: #228041 #228041 transparent transparent;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	z-index: 10;
}

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

@media (max-width: 767px) and (min-width: 768px) {

.nav-item._cta a,
.nav-item._cta button,
.nav-item._cta span {
	padding: 16px 48px 16px 32px;
}

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

}

@media (min-width: 768px) {

body {
	font-size: 16px;
}

main {
	margin-top: 112px;
}

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

.sec-tit {
	padding-bottom: 32px;
}

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

.sec-tit > span {
	font-size: 32px;
	margin-top: 16px;
}

.sec-tit:not(._sub):after {
	width: 64px;
}

.sec-tit._left:after {
	left: 0;
}

.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 > * {
	-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;
}

.fnav-item > a:after {
	-webkit-transition: opacity .3s;
	background-color: #fff;
	bottom: -3px;
	content: '';
	height: .8px;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: opacity .3s;
	width: 100%;
}

.fnav-item > a:hover:after {
	opacity: 1;
}

.footer > .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 80px;
	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 {
	-webkit-transition: height .3s;
	height: 112px;
	padding: 0 30px;
	transition: height .3s;
}

.header._min {
	height: 80px;
}

.header-logo {
	width: 210px;
}

.mv-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	-webkit-transform: translateY(-50%);
	align-items: flex-start;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	flex-direction: column;
	left: 60px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.mv-tit {
	background: #228041;
	font-size: 34px;
	padding: 0 20px;
}

.mv-txt {
	background: #228041;
	font-size: 15px;
}

.mv-img {
	height: calc(100vh - 220px);
	max-height: 600px;
	position: relative;
}

.mv-slide {
	left: 0;
	position: absolute;
	top: 0;
}

.mv-btn {
	bottom: -36px;
	right: 30px;
	width: 212px;
}

.mv-btn:hover {
	bottom: -46px;
}

.nav-item:not(._cta) {
	margin-left: 35px;
}

.nav-item._cta {
	margin-left: 70px;
	position: relative;
}

.nav-item._cta:before {
	-webkit-transform: translateY(-50%);
	background-color: #2C1B1E;
	content: '';
	height: calc(100% + 10px);
	left: -35px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.nav-item > a {
	position: relative;
}

.nav-item > a:after {
	-webkit-transition: opacity .3s;
	background-color: #228041;
	bottom: -3px;
	content: '';
	height: 1px;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: opacity .3s;
	width: 100%;
}

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

.nav-item > a:hover:after {
	opacity: 1;
}

.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: 160px;
}

.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;
	max-width: 1080px;
	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: 24px;
	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: 1em;
}

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

.cost-img {
	max-width: 800px;
}

.cta-box > .inner {
	padding-bottom: 80px;
	padding-top: 80px;
}

.cta-bg {
	height: 380px;
}

.cta-wrap {
	margin-top: 48px;
}

.cta-list {
	margin-top: 32px;
}

.cta-item:nth-of-type(n+2) {
	font-size: 18px;
	margin-left: 1.5em;
}

.cta-item:nth-of-type(n+2):after {
	left: -2.2em;
	top: 12px;
}

.cta-btn {
	margin-top: 48px;
}

.cta-btn a,
.cta-btn button,
.cta-btn span {
	padding: 24px 56px 24px 32px;
}

.cta-btn a > small,
.cta-btn button > small,
.cta-btn span > small {
	font-size: 14px;
}

.cta-btn a:after,
.cta-btn button:after,
.cta-btn span:after {
	right: 28px;
}

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

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

.flow {
	margin-top: 80px;
	padding-top: 40px;
}

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

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

.flow-list {
	margin-top: 48px;
}

.flow-item:nth-of-type(n + 2):before {
	-webkit-transform: translateY(-50%);
	border-bottom: 13px solid transparent;
	border-left: 13px solid rgba(34, 128, 65, 0.24);
	border-top: 13px solid transparent;
	content: '';
	height: 0;
	left: -56px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

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

.flow-tit > span {
	font-size: 20px;
}

.flow-txt {
	margin-top: 8px;
}

.flow-btn {
	margin-top: 16px;
}

.flow-btn a,
.flow-btn button,
.flow-btn span {
	padding: 16px 48px 16px 32px;
}

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

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

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

.form-dtit {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 188px;
	-ms-flex: 0 0 188px;
	flex: 0 0 188px;
	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,
.form-btn span {
	padding: 1em 4em;
}

.form-btn a:after,
.form-btn button:after,
.form-btn span:after {
	right: 39px;
}

.intro {
	margin-bottom: 160px;
	margin-top: 80px;
}

.intro > .inner {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	padding: 0 30px 0 0;
}

.intro-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 45%;
	-ms-flex: 0 1 45%;
	flex: 0 1 45%;
}

.intro-content {
	margin-left: 8%;
	margin-top: 40px;
}

.intro-tit {
	padding-bottom: 40px;
}

.intro-tit > span {
	font-size: 64px;
	line-height: 1;
}

.intro-tit > small {
	font-size: 20px;
	margin-top: 32px;
}

.intro-tit:after {
	width: 64px;
}

.intro-txt:first-of-type {
	margin-top: 48px;
}

.intro-btn {
	margin-top: 32px;
}

.intro-btn a,
.intro-btn button,
.intro-btn span {
	padding: 16px 48px 16px 32px;
}

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

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

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

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

.pickup > .inner {
	margin-top: 80px;
	padding: 70px 60px;
}

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

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

.pickup-list {
	margin-top: 16px;
}

.pickup-tit {
	margin-top: 24px;
}

.pickup-txt {
	font-size: 13px;
}

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

.pickup-tag {
	margin-top: 8px;
}

.pickup-link {
	margin-top: 20px;
}

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

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

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

.pro-tit {
	font-size: 20px;
	margin-top: 24px;
}

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

.pro-txt {
	font-size: 14px;
	margin-top: 8px;
}

.reason {
	margin-top: 80px;
	padding: 40px 0 180px;
}

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

.reason-item + .reason-item {
	margin-top: 170px;
}

.reason-item > div {
	margin-top: 56px;
}

.reason-item > div h4 {
	font-size: 24px;
}

.reason-tit {
	font-size: 34px;
	line-height: 1;
	margin-bottom: 48px;
	padding-left: 88px;
}

.reason-tit:before {
	font-size: 104px;
	left: 0px;
	top: -64px;
}

.reason-stit {
	-webkit-font-feature-settings: 'pkna';
	font-feature-settings: 'pkna';
	font-size: 22px;
	line-height: 1;
	margin-bottom: 24px;
	padding-left: 88px;
}

.reason-stit > span:not(._color) {
	position: relative;
}

.reason-stit > span:not(._color):before {
	-webkit-transform: translateX(-50%);
	background-color: #228041;
	border-radius: 30px;
	content: '';
	font-size: .5em;
	height: 4px;
	left: calc(50% + -2px);
	position: absolute;
	top: -1.4em;
	transform: translateX(-50%);
	width: 4px;
}

.reason-stit > span._color {
	color: #228041;
}

.reason-txt {
	font-size: 15px;
	line-height: 2.2;
	padding-left: 88px;
}

.rsv {
	margin-top: 60px;
	padding-top: 60px;
}

.rsv-head {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 783px;
	-ms-flex: 0 1 783px;
	flex: 0 1 783px;
	margin-right: 5%;
	margin-top: 48px;
}

.rsv-content {
	margin-top: 16px;
}

.rsv-txt {
	font-size: 15px;
	line-height: 2.2;
}

.rsv-img {
	width: 200px;
}

.rsv-icon {
	max-width: 340px;
	padding: 6px 20px 4px;
}

.rsv-icon > span {
	font-size: 18px;
}

.rsv-icon > small {
	font-size: 15px;
	margin-left: 1em;
}

.sec {
	padding: 48px 0 80px;
}

.sec-bg {
	height: 280px;
}

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

.sec-link {
	margin: 48px auto 0;
}

.sec-img {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.sec-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 250px;
	-ms-flex: 0 0 250px;
	flex: 0 0 250px;
}

.sec-btn {
	margin-top: 24px;
}

.sec-btn a,
.sec-btn button,
.sec-btn span {
	padding: 4px 32px 4px 16px;
}

.sec-btn > span {
	font-size: 14px;
}

.sec .back-btn {
	margin-top: 80px;
}

.top-tit {
	padding: 56px 0;
}

.top-tit > span {
	font-size: 64px;
	line-height: 1;
}

.top-tit > small {
	font-size: 18px;
	margin-top: 24px;
}

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

.voice > .inner {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.voice .sec-tit {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 8.8888%;
}

.voice-list {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.voice-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

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

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

.voice-content {
	margin-left: 30px;
	margin-right: 5%;
	max-width: 535px;
}

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

.voice-txt {
	font-size: 15px;
	line-height: 2.2;
}

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

.voice-info {
	font-size: 14px;
	margin-top: 5px;
}

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

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

.work .swiper-container {
	margin-top: 48px;
	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 > span:not(._b0) {
	margin-bottom: 0.5em;
}

.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 {
	font-size: 14px;
	margin-right: 1em;
	padding: .1em .5em;
}

.work-txt {
	margin-top: 16px;
}

.work .swiper-button-prev {
	height: 32px;
	left: 6.5%;
	margin-top: -6.5%;
	width: 32px;
}

.work .swiper-button-next {
	height: 32px;
	margin-top: -6.5%;
	right: 6.5%;
	width: 32px;
}

}

@media (min-width: 960px) {

.cta-wrap {
	-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;
}

.cta-pic {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 540px;
	-ms-flex: 0 0 540px;
	flex: 0 0 540px;
}

.cta-content {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 8%;
}

.form {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin-left: auto;
	margin-top: -136px;
}

.rsv-wrap {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.rsv .sec-tit {
	width: 430px;
}

}

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

.pro-list {
	width: 100%;
}

}

@media (max-width: 959px) {

._rsvmd {
	display: none;
}

.cta-pic {
	margin: 32px auto 0;
}

.cta-item:nth-of-type(n + 3) {
	margin-top: 5px;
}

.cta-item:nth-of-type(n+2) > small {
	display: block;
}

.form {
	margin: 0 auto;
}

}

@media (max-width: 767px) {

body {
	font-size: 14px;
}

main {
	margin-top: 70px;
}

.inner {
	padding: 0 20px;
}

.sec-tit {
	padding-bottom: 24px;
}

.sec-tit > span {
	font-size: 20px;
	margin-top: 12px;
}

.sec-tit:not(._sub):after {
	width: 40px;
}

.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 > * {
	width: 100%;
}

.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 {
	height: 70px;
	padding: 0 20px;
}

.header-logo {
	width: 140px;
}

.mv-wrap {
	background: #228041;
	position: relative;
}

.mv-tit {
	font-size: 20px;
	padding: 20px 20px 0;
}

.mv-txt {
	font-size: 12px;
}

.mv-txt:last-of-type {
	padding-bottom: 20px;
}

.mv-slide {
	padding-top: 66.9767%;
}

.mv-btn {
	-webkit-transform: translateX(-50%);
	bottom: 94%;
	left: 50%;
	max-width: 400px;
	transform: translateX(-50%);
	width: 80%;
}

.mv-btn:hover {
	bottom: 90%;
}

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

.nav-item {
	padding: 20px 0;
}

.nav-item:not(._cta) {
	border-bottom: 1px solid #f2f2f0;
}

.nav-item._cta a,
.nav-item._cta button,
.nav-item._cta span {
	-webkit-transition: color .3s, background-color .3s, border-color .3s;
	background-color: #ef8013;
	border: 1px solid #ef8013;
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	max-width: 100%;
	transition: color .3s, background-color .3s, border-color .3s;
}

.nav-item._cta a:hover,
.nav-item._cta button:hover,
.nav-item._cta span:hover {
	background-color: #fff;
	color: #ef8013;
}

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

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

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

.nav-icon > div > span {
	-webkit-transition: .3s ease-in-out;
	background: #2C1B1E;
	display: block;
	height: 1px;
	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: 9px;
}

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

.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: 80px 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: 260px;
	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: 72px;
}

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

.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;
}

.cost-img {
	max-width: 540px;
}

.cta-box > .inner {
	padding-bottom: 56px;
	padding-top: 56px;
}

.cta-bg {
	height: 100%;
	padding-top: 56.6666%;
}

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

.cta-list {
	margin-top: 16px;
}

.cta-item:nth-of-type(n+2) {
	font-size: 15px;
	margin-left: 1.2em;
}

.cta-item:nth-of-type(n+2):after {
	left: -1.9em;
	top: 10px;
}

.cta-btn {
	margin-top: 32px;
}

.cta-btn a,
.cta-btn button,
.cta-btn span {
	font-size: 16px;
	padding: 24px 2.9em 24px 1.4em;
}

.cta-btn a > small,
.cta-btn button > small,
.cta-btn span > small {
	font-size: 12px;
}

.cta-btn a:after,
.cta-btn button:after,
.cta-btn span:after {
	right: 22px;
}

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

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

.flow {
	margin-top: 50px;
	padding-top: 20px;
}

.flow-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;
}

.flow-list > * {
	width: 100%;
}

.flow-list {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
	max-width: 540px;
}

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

.flow-item:nth-of-type(n + 2):before {
	-webkit-transform: translateX(-50%);
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 13px solid rgba(34, 128, 65, 0.24);
	content: '';
	height: 0;
	left: 50%;
	position: absolute;
	top: -24px;
	transform: translateX(-50%);
	width: 0;
}

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

.flow-tit > span {
	font-size: 18px;
}

.flow-btn {
	margin-bottom: 16px;
	margin-top: 10px;
}

.flow-btn a,
.flow-btn button,
.flow-btn span {
	padding: 0.8em 2.9em 0.8em 1.4em;
}

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

.form-def {
	padding: 32px 0 20px;
}

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

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

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

.form-btn a,
.form-btn button,
.form-btn span {
	padding: 1em 3.4em 1em 2.8em;
}

.form-btn a:after,
.form-btn button:after,
.form-btn span:after {
	right: 29px;
}

.intro {
	margin-bottom: 72px;
	margin-top: 60px;
}

.intro-img {
	margin-left: -20px;
	margin-top: 48px;
	max-width: 420px;
	width: 90%;
}

.intro-tit {
	padding-bottom: 32px;
}

.intro-tit > span {
	font-size: 48px;
	line-height: 1.2;
}

.intro-tit > small {
	font-size: 16px;
	margin-top: 16px;
}

.intro-tit:after {
	width: 40px;
}

.intro-txt:first-of-type {
	margin-top: 40px;
}

.intro-btn {
	margin-top: 24px;
}

.intro-btn a,
.intro-btn button,
.intro-btn span {
	padding: 0.8em 2.9em 0.8em 1.4em;
}

.message {
	margin-top: 72px;
	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: 72px;
	padding-top: 72px;
}

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

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

.pickup > .inner {
	margin: 56px 20px 0;
	padding: 48px 20px;
}

.pickup-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;
}

.pickup-list > * {
	width: 100%;
}

.pickup-list {
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	max-width: 540px;
}

.pickup-item + .pickup-item {
	margin-top: 40px;
}

.pickup-tit {
	margin-top: 16px;
}

.pickup-txt {
	font-size: 13px;
}

.pickup-txt:first-of-type {
	margin-top: 10px;
}

.pickup-tag {
	margin-top: 5px;
}

.pickup-link {
	margin-top: 5px;
}

.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 > * {
	width: 100%;
}

.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;
	margin-left: auto;
	margin-right: auto;
	max-width: 540px;
}

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

.pro-tit {
	font-size: 18px;
	margin-top: 10px;
}

.pro-tit > small {
	font-size: 10px;
}

.pro-txt {
	font-size: 13px;
	margin-top: 4px;
}

.reason {
	margin-top: 50px;
	padding: 20px 0 72px;
}

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

.reason-item + .reason-item {
	margin-top: 100px;
}

.reason-item > div {
	margin-top: 32px;
}

.reason-item > div h4 {
	color: #228041;
	font-size: 16px;
}

.reason-tit {
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 24px;
}

.reason-tit:before {
	font-size: 72px;
	left: -16px;
	top: -46px;
}

.reason-stit {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 16px;
}

.reason-stit > span {
	color: #228041;
}

.rsv {
	margin-top: 50px;
	padding-top: 20px;
}

.rsv-head {
	margin-top: 32px;
}

.rsv-txt {
	font-size: 13px;
	margin-top: 16px;
}

.rsv-img {
	width: 80%;
}

.rsv-icon {
	max-width: 400px;
	padding: 8px 20px 5px;
}

.rsv-icon > span {
	font-size: 16px;
}

.rsv-icon > small {
	font-size: 12px;
	margin-left: 1em;
}

.sec {
	padding: 40px 0 48px;
}

.sec-bg {
	height: 100%;
	padding-top: 46.9767%;
}

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

.sec-link {
	margin-top: 40px;
}

.sec-link > a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.sec-content {
	padding: 24px 20px;
}

.sec-btn {
	margin-top: 16px;
}

.sec-btn a,
.sec-btn button,
.sec-btn span {
	padding: 0.4em 2.4em 0.4em 1.2em;
}

.sec .back-btn {
	margin-top: 48px;
}

.top-tit {
	padding: 32px 0;
}

.top-tit > span {
	font-size: 48px;
	line-height: 1.2;
}

.top-tit > small {
	font-size: 16px;
	margin-top: 8px;
}

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

.voice-list {
	margin: 40px auto 0;
	max-width: 540px;
}

.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: 32px;
}

.voice-content {
	margin-left: auto;
	margin-right: auto;
}

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

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

.voice-info {
	font-size: 13px;
	margin-top: 10px;
}

.work {
	padding: 56px 0 72px;
}

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

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

.work-tit > span:not(._b0) {
	margin-right: 0.5em;
}

.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 {
	font-size: 13px;
	margin-top: 8px;
}

.work .swiper-button-prev {
	height: 27px;
	left: 20px;
	margin-top: -10%;
	width: 27px;
}

.work .swiper-button-next {
	height: 27px;
	margin-top: -10%;
	right: 20px;
	width: 27px;
}

}

@media (max-width: 767px) and (max-width: 767px) {

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

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

.voice .sec-tit {
	text-align: center;
}

.voice .sec-tit:after {
	-webkit-transform: translateX(-50%);
	left: 50%;
	transform: translateX(-50%);
}

}

@-webkit-keyframes zoomOut {

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

}

@keyframes zoomOut {

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

}

@-webkit-keyframes fade {

0% {
	opacity: 0;
}

5% {
	opacity: 1;
}

45% {
	opacity: 1;
}

50% {
	opacity: 0;
}

100% {
	opacity: 0;
}

}

@keyframes fade {

0% {
	opacity: 0;
}

5% {
	opacity: 1;
}

45% {
	opacity: 1;
}

50% {
	opacity: 0;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes scroll {

0% {
	opacity: 0;
	top: 0;
}

20% {
	opacity: 1;
}

80% {
	opacity: 1;
}

100% {
	opacity: 0;
	top: 100%;
}

}

@keyframes scroll {

0% {
	opacity: 0;
	top: 0;
}

20% {
	opacity: 1;
}

80% {
	opacity: 1;
}

100% {
	opacity: 0;
	top: 100%;
}

}

