* {
	-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;
	color: #222;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	letter-spacing: 0.11em;
	line-height: 1.7;
	overflow-wrap: break-word;
	overflow-x: hidden;
	overflow-x: hidden;
	text-align: justify;
}

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

figure {
	position: absolute;
}

a {
	display: inline-block;
}

main > * {
	position: relative;
}

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

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

.sec-tit > span {
	color: #228041;
	display: block;
	font-family: "EB Garamond", serif;
}

.sec-tit > small {
	display: block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	letter-spacing: .1em;
}

.detail-box,
.about-box {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
}

.detail-def,
.about-def {
	border-top: 1px solid #e7e7e7;
	padding: 2em .5em 0;
}

.detail-def:first-of-type,
.about-def:first-of-type {
	padding-bottom: 1em;
}

.detail-dtit,
.about-dtit {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 220px;
	-ms-flex: 0 0 220px;
	flex: 0 0 220px;
	font-weight: 600;
}

.detail-dtit > span,
.about-dtit > span {
	display: block;
	font-size: 0.8em;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.4;
	margin-top: .5em;
}

.detail-dtit > p,
.about-dtit > p {
	margin-top: .5em;
}

.detail-data,
.about-data {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.detail-data:first-of-type > dl > div,
.about-data:first-of-type > dl > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.detail-data:first-of-type > dl > div:first-of-type,
.about-data:first-of-type > dl > div:first-of-type {
	padding-bottom: 1em;
}

.detail-data:first-of-type > dl > div:nth-of-type(n+2),
.about-data:first-of-type > dl > div:nth-of-type(n+2) {
	border-top: 1px solid #e7e7e7;
	padding: 1em 0;
}

.detail-data:first-of-type > dl > div > dt,
.about-data:first-of-type > dl > div > dt {
	color: #888;
	font-weight: 600;
}

.detail-data:first-of-type > dl > div > dd > small,
.about-data:first-of-type > dl > div > dd > small {
	font-size: .9em;
}

.detail-data:nth-of-type(2),
.about-data:nth-of-type(2) {
	padding-bottom: 2em;
}

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 #CFDADC;
	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;
	border-radius: 0;
	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: #888;
}

::-moz-placeholder {
	color: #888;
}

:-ms-input-placeholder {
	color: #888;
}

::-ms-input-placeholder {
	color: #888;
}

::placeholder {
	color: #888;
}

.footer {
	background-color: #292929;
	padding: 40px 15px;
	text-align: center;
}

.footer-tit {
	margin: 0 auto;
	max-width: 100%;
	width: 280px;
}

.footer-copy {
	color: #6C6C6A;
	font-family: "EB Garamond", serif;
	font-size: 15px;
	margin-top: 10px;
}

.footer-icon a {
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	position: relative;
}

.footer-icon._home {
	margin-top: 40px;
}

.footer-icon._home a:before {
	-webkit-transform: translateX(-50%);
	-webkit-transform: rotate(-45deg);
	border-right: 2px solid #FFF;
	border-top: 2px solid #FFF;
	content: '';
	height: 10px;
	left: calc(50% - 5px);
	position: absolute;
	top: -11px;
	transform: translateX(-50%);
	transform: rotate(-45deg);
	width: 10px;
}

.footer-icon._thanks {
	margin-top: 30px;
}

.footer-icon._thanks a {
	padding-left: 20px;
}

.footer-icon._thanks a:before {
	-webkit-transform: translateY(-50%);
	-webkit-transform: rotate(-45deg);
	border-left: 2px solid #FFF;
	border-top: 2px solid #FFF;
	content: '';
	height: 10px;
	left: 0;
	position: absolute;
	top: calc(50% - 5px);
	transform: translateY(-50%);
	transform: rotate(-45deg);
	width: 10px;
}

.about {
	z-index: 1;
}

.about-fig {
	position: absolute;
	z-index: 10;
}

.about > .inner {
	border-radius: 800px 800px 0 0;
}

.about-head {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	position: relative;
}

.about-copy {
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	justify-content: center;
	position: absolute;
	writing-mode: vertical-rl;
}

.about-copy > p {
	background-color: #228041;
	color: #FFF;
	display: inline-block;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
}

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

.about-list {
	-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;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.about-item {
	line-height: 1.7;
	text-align: center;
}

.about-item > h3 > span {
	color: #228041;
	display: block;
	position: relative;
}

.about-item > h3 > span:after {
	-webkit-transform: translateX(-50%);
	background-color: #228041;
	bottom: 5px;
	content: '';
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.about-item > h3 > small {
	color: #888;
	display: block;
	font-family: "EB Garamond", serif;
	font-style: italic;
	font-weight: 600;
}

.about-item > h4 {
	font-weight: 600;
}

.about-item > p {
	letter-spacing: .08em;
	margin-top: 5px;
}

.about-txt {
	text-align: center;
}

.about-def {
	background-color: rgba(255, 255, 255, 0.9);
	border: 0;
	padding-bottom: 1em;
}

.about-btn > a {
	-webkit-transition: color .4s, background-color .4s, border-color .4s;
	border: 1px solid #ccc;
	border-radius: 30px;
	color: #888;
	font-size: 13px;
	padding: 5px 2.7em 4px 1.5em;
	position: relative;
	transition: color .4s, background-color .4s, border-color .4s;
}

.about-btn > a::after {
	-webkit-transform: translateY(-50%);
	-webkit-transition: background .4s;
	background: url(/img/about_btn.png) center/contain no-repeat;
	content: '';
	height: 17px;
	position: absolute;
	right: 1.1em;
	top: calc(50% - .5px);
	transform: translateY(-50%);
	transition: background .4s;
	width: 17px;
}

.about-btn > a:hover {
	background-color: #222;
	border-color: #222;
	color: #FFF;
}

.about-btn > a:hover:after {
	background: url(/img/about_btn_hover.png) center/contain no-repeat;
}

.app {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(70%, #F0FDFF), color-stop(80%, #F0FDFF), to(#FFF));
	background: -webkit-linear-gradient(top, #FFF, #F0FDFF 70%, #F0FDFF 80%, #FFF);
	background: linear-gradient(to bottom, #FFF, #F0FDFF 70%, #F0FDFF 80%, #FFF);
	z-index: 1;
}

.app-fig {
	z-index: -10;
}

.app-fig._t0 {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.app-fig._t1 {
	right: 18%;
	top: -10px;
	width: 20%;
}

.app-fig._b {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 42%;
}

.app-fig._u0 {
	position: absolute;
	right: 0;
}

.app-fig._u1 {
	left: 0;
	position: absolute;
}

.app-fig._l0 {
	right: 0;
}

.app-fig._l1 {
	left: 0;
}

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

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

.app-item._step {
	-webkit-box-shadow: 0 30px 30px -30px #CFDADC;
	border: 2px solid #CFDADC;
	border-radius: 10px;
	box-shadow: 0 30px 30px -30px #CFDADC;
	position: relative;
}

.app-item._step > h3 {
	color: #0A2B4E;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-align: center;
}

.app-item._step .app-wrap {
	border-top: 1px solid #CFDADC;
}

.app-item._step .app-wrap > p {
	letter-spacing: 0.11em;
	text-align: center;
}

.app-item._step:before {
	content: '';
	position: absolute;
}

.app-item._step:after {
	-webkit-transform: translateX(-50%);
	border-color: #228041 transparent transparent transparent;
	border-style: solid;
	content: '';
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.app-item._step:first-of-type:before {
	background: url(/img/app_icon0.png) no-repeat;
	background-size: contain;
}

.app-item._step:first-of-type ul {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.app-item._step:first-of-type ul > li {
	border-radius: 100px;
}

.app-item._step:first-of-type ul > li > *,
.app-item._step:first-of-type ul > li button {
	-webkit-transition: opacity .3s;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100px;
	color: #FFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: 600;
	max-width: 100%;
	padding: 15px 10px 13px;
	transition: opacity .3s;
	width: 245px;
}

.app-item._step:first-of-type ul > li > * > p:first-of-type,
.app-item._step:first-of-type ul > li button > p:first-of-type {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 80px;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	text-align: center;
}

.app-item._step:first-of-type ul > li > * > p:first-of-type img,
.app-item._step:first-of-type ul > li button > p:first-of-type img {
	width: 33px;
}

.app-item._step:first-of-type ul > li > *:hover,
.app-item._step:first-of-type ul > li button:hover {
	opacity: .7;
}

.app-item._step:first-of-type ul > li:first-of-type {
	background-color: #00ACEE;
}

.app-item._step:first-of-type ul > li:nth-of-type(2) {
	background-color: #EE7A3B;
}

.app-item._step:first-of-type ul > li:nth-of-type(3) {
	background-color: #1877F2;
}

.app-item._step:nth-of-type(2) {
	position: relative;
}

.app-item._step:nth-of-type(2):before {
	background: url(/img/app_icon1.png) no-repeat;
	background-size: contain;
}

.app-item._complete {
	position: relative;
	text-align: center;
	z-index: 1;
}

.app-item._complete > h3 {
	margin: 0 auto;
	max-width: 404px;
	padding: 0 20px;
}

.app-item._complete > p {
	margin-top: 1.5em;
}

.app-item._complete::before {
	background: url(/img/app_bg0_complate.png) no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	z-index: -10;
}

.app-item._complete::after {
	background: url(/img/app_bg1_complate.png) no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	z-index: -10;
}

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

.attn-outer {
	border: 1px solid #005F96;
	border-radius: 10px;
}

.attn-inner {
	border: 1px solid #005F96;
	border-radius: 10px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.attn-tit {
	color: #228041;
	font-weight: 600;
	letter-spacing: .35em;
	text-align: center;
}

.attn-def {
	line-height: 1.8;
	margin-top: 2.5em;
}

.attn-def > div:nth-of-type(n+2) {
	margin-top: 2em;
}

.attn-dtit {
	font-weight: 600;
	letter-spacing: 0.5em;
	padding-left: 7px;
	position: relative;
	text-align: center;
}

.attn-dtit._two {
	letter-spacing: 1.7em;
	padding-left: 22px;
}

.attn-dtit._four {
	letter-spacing: 0.05em;
}

.attn-dtit:before,
.attn-dtit:after {
	letter-spacing: 0;
	position: absolute;
	top: 0;
}

.attn-dtit:before {
	content: '【';
	left: 0;
	text-align: left;
}

.attn-dtit:after {
	content: '】';
	right: 0;
	text-align: left;
}

.attn-dtit > small {
	font-size: 0.8em;
	letter-spacing: 0.11em;
}

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

.attn-data a {
	color: #888;
	text-decoration: underline;
}

.attn-data li {
	margin-bottom: 5px;
	padding-left: 15px;
	text-indent: -1.15em;
}

.attn-data li._pv {
	padding-left: 0;
	text-indent: 0;
}

.attn ::-webkit-scrollbar {
	width: 12px;
}

.attn ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 2px #777;
	background: #FEFFFF;
	border: none;
	border-radius: 30px;
	box-shadow: inset 0 0 2px #777;
}

.attn ::-webkit-scrollbar-thumb {
	-webkit-box-shadow: none;
	background: #005F96;
	border-radius: 30px;
	box-shadow: none;
}

.ba {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.ba:before,
.ba:after {
	background-size: contain;
	content: '';
	position: absolute;
	z-index: 11;
}

.ba-box {
	position: relative;
}

.ba-box::before {
	border: 1px solid #fff;
	border-radius: 10px;
	content: '';
	height: calc(100% - 20px);
	left: 10px;
	position: absolute;
	top: 10px;
	width: calc(100% - 20px);
}

.ba-tit {
	margin: 0 auto;
	max-width: 100%;
}

.ba-item {
	position: relative;
}

.ba-item:after {
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 100%;
	left: -8px;
	position: absolute;
	top: -8px;
}

.ba-item:nth-of-type(1):after {
	background-image: url(/img/ba_img0_icon.png);
}

.ba-item:nth-of-type(2):after {
	background-image: url(/img/ba_img1_icon.png);
}

.ba-item:nth-of-type(3):after {
	background-image: url(/img/ba_img2_icon.png);
}

.ba-img:first-child {
	position: relative;
}

.ba-img:first-child:after {
	border-color: transparent transparent transparent #0A2B4E;
	border-style: solid;
	content: '';
	position: absolute;
}

.ba-img:nth-child(2) {
	position: relative;
}

.ba-img:nth-child(2):after {
	-webkit-transform: translateX(-50%);
	bottom: -30px;
	content: '［当社の過去施工物件］';
	left: 50%;
	letter-spacing: 0;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	width: 100%;
}

.ba .swiper-pagination {
	position: static;
}

.ba .swiper-pagination-bullet {
	background: #FFF;
	opacity: 1;
}

.ba .swiper-pagination-bullet-active {
	background: #ACBFD4;
}

.check-tit {
	-webkit-box-sizing: content-box;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	box-sizing: content-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
}

.check-tit::before,
.check-tit::after {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	background-color: #222;
	content: '';
	flex-grow: 1;
	height: 1px;
}

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

.check-item:nth-of-type(2) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-flow: row-reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse;
}

.check-wrap > h4 {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #228041;
	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;
	font-weight: 600;
}

.check-wrap > h4 > img {
	margin-right: .5em;
}

.check-wrap > ul {
	font-weight: 600;
	line-height: 1.7;
	list-style-type: disc;
	margin-top: 1.5em;
}

.check-txt {
	margin-top: 1.5em;
}

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

.closing-tit {
	margin: 0 auto;
	max-width: 100%;
}

.closing-fig {
	position: absolute;
	z-index: -10;
}

.closing-fig._r {
	right: 0;
}

.closing-fig._l {
	left: 0;
	width: 165px;
}

.contact {
	margin-top: 60px;
	text-align: center;
}

.contact-tit {
	font-weight: 600;
}

.contact-wrap {
	font-weight: 600;
	letter-spacing: .3em;
	margin-top: 1.5em;
}

.contact-wrap p:nth-of-type(2) {
	color: #222;
	font-weight: 600;
	line-height: 1;
	vertical-align: middle;
}

.contact-wrap p:nth-of-type(2) > small {
	font-size: .5em;
	margin-right: .2em;
}

.contact-wrap span {
	display: block;
}

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

.detail-btn {
	-webkit-transition: color .4s, background-color .4s;
	background-color: #F4F8E5;
	border-radius: 100px;
	cursor: pointer;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	letter-spacing: .12em;
	margin: 0 auto;
	max-width: 100%;
	padding: .8em 2em;
	position: relative;
	text-align: center;
	transition: color .4s, background-color .4s;
	width: 860px;
}

.detail-btn:before {
	border: 1px solid #228041;
	border-radius: 100px;
	content: '';
	height: calc(100% - 9px);
	left: 4px;
	position: absolute;
	top: 4px;
	width: calc(100% - 10px);
}

.detail-btn > span {
	position: relative;
}

.detail-btn > span:after {
	-webkit-transition: -webkit-transform .5s;
	background: url(/img/detail_btn_icon.png) no-repeat;
	background-size: contain;
	bottom: -1px;
	content: '';
	position: absolute;
	right: 0;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}

.detail-btn:hover {
	background-color: #BFDC91;
}

.detail-btn._open > span:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.detail-box {
	display: none;
}

.detail-def:nth-of-type(2) .detail-dtit {
	padding: 0 .5em;
}

.detail-data ul > li > img {
	height: 28px;
	margin-right: .5em;
	width: 28px;
}

.detail .swiper-slide-prev:not(.swiper-button-prev),
.detail .swiper-slide-prev:not(.swiper-button-next),
.detail .swiper-slide-next:not(.swiper-button-prev),
.detail .swiper-slide-next:not(.swiper-button-next) {
	opacity: 0 !important;
}

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

.detail .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'%23ACBFD4'%2F%3E%3C%2Fsvg%3E");
}

.detail .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'%23ACBFD4'%2F%3E%3C%2Fsvg%3E");
}

.end {
	background-color: #228041;
	color: #FFF;
	padding: 3em 20px;
}

.end-txt {
	font-weight: 600;
	text-align: center;
}

.end-txt:first-of-type {
	font-size: 1.7em;
	margin-bottom: .3em;
}

.end > small {
	display: block;
	font-size: .8em;
}

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

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

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

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

.form-radio {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.form-radio input {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
}

.form-radio input:checked + label {
	background-color: #228041;
	border-color: #228041;
	color: #FFF;
	outline: none;
}

.form-radio input:focus + label {
	outline: none;
}

.form-radio label {
	-webkit-transition: color .3s, background-color .3s, border-color .3s;
	background-color: #CFDADC;
	border: 1px solid #CFDADC;
	border-radius: 1px;
	color: #228041;
	cursor: pointer;
	height: 50px;
	letter-spacing: 0.1em;
	line-height: 50px;
	text-align: center;
	transition: color .3s, background-color .3s, border-color .3s;
}

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

.form-btn {
	margin-top: 1em;
	text-align: center;
}

.form-btn > *,
.form-btn button {
	-webkit-transition: opacity .3s;
	-webkit-transition: opacity .3s, color .4s, background-color .4s, border-color .4s;
	background-color: #CFDADC;
	border: 2px solid #CFDADC;
	border-radius: 100px;
	color: #FFF;
	color: #228041;
	cursor: default;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .1em;
	max-width: 100%;
	transition: opacity .3s;
	transition: opacity .3s, color .4s, background-color .4s, border-color .4s;
	width: 340px;
}

.form-btn > *._active,
.form-btn button._active {
	background-color: #228041;
	border-color: #228041;
	color: #FFF;
	cursor: pointer;
}

.form-btn > *._active:hover,
.form-btn button._active:hover {
	opacity: .7;
}

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

.intro-item {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	letter-spacing: 0.01em;
	max-width: 400px;
	position: relative;
}

.intro-item:before {
	background: url(/img/intro_bg.png) no-repeat;
	bottom: 0;
	content: '';
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.intro-item:first-of-type {
	letter-spacing: 0.11em;
	padding-left: 1.8em;
	position: relative;
}

.intro-item:first-of-type:after {
	background: url(/img/intro_icon.png) no-repeat;
	background-size: contain;
	content: '';
	height: 1.5em;
	left: 5px;
	position: absolute;
	width: 1.5em;
}

.intro-item:nth-of-type(3) {
	-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;
}

.intro-item:nth-of-type(3) > small {
	font-size: 0.7em;
	letter-spacing: -0.05em;
	margin-right: 0.5em;
	position: relative;
}

.intro-item:nth-of-type(3) > small::before,
.intro-item:nth-of-type(3) > small::after {
	-webkit-transform: translateX(-50%);
	background: #222;
	content: '';
	height: 1px;
	height: 1px;
	left: 51%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.intro-item:nth-of-type(3) > small::before {
	top: 0;
}

.intro-item:nth-of-type(3) > small::after {
	bottom: 0;
}

.intro-item:nth-of-type(3) > small:nth-of-type(2) {
	margin-left: 1em;
}

.intro-wrap {
	position: relative;
	z-index: 1;
}

.intro-wrap > h4 {
	max-width: 800px;
	width: 100%;
}

.intro-wrap > p {
	font-size: 20px;
	padding-left: 2.2em;
}

.intro-wrap > p > span {
	color: #228041;
}

.intro-fig {
	position: absolute;
	z-index: -10;
}

.lead-fig._t {
	left: 0;
	position: absolute;
}

.lead-fig._b {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 19%;
}

.lead > .inner {
	position: relative;
	z-index: 1;
}

.lead > .inner::before {
	background: url(/img/lead_bg_l.png) no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	z-index: -10;
}

.lead > .inner::after {
	background: url(/img/lead_bg_r.png) no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	z-index: -10;
}

.lead-wrap {
	margin: 0 auto;
}

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

.map-wrap > p {
	font-size: 18px;
	z-index: 1;
}

.map-wrap > p > span:first-of-type {
	color: #E76783;
}

.map-wrap > p > span:nth-of-type(2) {
	color: #005F96;
}

.map-img {
	z-index: -10;
}

.present-fig {
	position: absolute;
}

.present > .inner {
	-webkit-box-shadow: 4px 4px 16px rgba(62, 62, 62, 0.2);
	box-shadow: 4px 4px 16px rgba(62, 62, 62, 0.2);
	position: relative;
}

.present-tit {
	-webkit-transform: translateX(-50%);
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.intro-wrap > p,
.map-wrap > p {
	letter-spacing: 0.15em;
	margin-top: 1em;
}

.intro-wrap > p > span,
.map-wrap > p > span {
	font-weight: 600;
}

.rnv-tit {
	margin: 0 auto;
	max-width: 100%;
	width: 682px;
}

.rnv-fig {
	position: absolute;
	z-index: -10;
}

.rnv-item {
	position: relative;
	z-index: 1;
}

.rnv-item:nth-of-type(odd) .rnv-fig {
	left: 0;
	width: 10%;
}

.rnv-item:nth-of-type(odd) .rnv-wrap {
	margin-left: 1.25%;
	margin-right: 2.5%;
}

.rnv-item:nth-of-type(even) .rnv-fig {
	right: 0;
	width: 10%;
}

.rnv-wrap > h3 {
	color: #228041;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 600;
	letter-spacing: .17em;
	position: relative;
}

.rnv-wrap > h3:after {
	-webkit-transform: translateX(-50%);
	background: url(/img/rnv_line.png) no-repeat;
	background-size: contain;
	bottom: 0;
	content: '';
	height: 20px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 102%;
}

.rnv-txt {
	line-height: 1.8;
}

.app-item._thanks {
	text-align: center;
}

.app-item._thanks > a {
	margin-top: 3em;
}

.app-item._thanks .link {
	margin: 1.5em 0 5em;
}

.app-item._thanks .link > a {
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}

.app-item._thanks .link > a:hover {
	opacity: 0.7;
}

.cta {
	display: none;
	padding: 12px 10px 0;
	text-align: center;
}

.cta-txt {
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.08em;
	padding: 0 25px;
	position: relative;
}

.cta-txt > small {
	font-size: .8em;
}

.cta-txt:before,
.cta-txt: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-txt:before {
	-webkit-transform: rotate(60deg);
	left: 0;
	transform: rotate(60deg);
}

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

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

.cta-btn > *,
.cta-btn button {
	-webkit-transition: opacity .3s;
	-webkit-transition: opacity .3s, color .4s, background-color .4s, border-color .4s;
	background-color: #228041;
	border-radius: 100px;
	color: #FFF;
	color: #FFF;
	font-size: 22px;
	font-weight: 600;
	height: 74px;
	letter-spacing: .13em;
	line-height: 74px;
	max-width: 100%;
	transition: opacity .3s;
	transition: opacity .3s, color .4s, background-color .4s, border-color .4s;
	width: 300px;
}

.cta-btn > * > span,
.cta-btn button > span {
	padding-right: 34px;
	position: relative;
}

.cta-btn > * > span:after,
.cta-btn button > span:after {
	-webkit-transform: translateY(-50%);
	background: url(/img/cta_btn_icon.png) no-repeat;
	background-size: contain;
	content: '';
	height: 24px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
}

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

body {
	font-size: 16px;
}

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

.sec-tit > img {
	width: 136px;
}

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

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

.detail-box,
.about-box {
	max-width: 1000px;
	padding: 0 30px;
}

.detail-box,
.about-box {
	margin-top: 60px;
}

.detail-def,
.about-def {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.detail-dtit,
.about-dtit {
	font-size: 18px;
}

.detail-dtit > span,
.about-dtit > span {
	margin-right: 2em;
}

.detail-data:first-of-type > dl > div > dt,
.about-data:first-of-type > dl > div > dt {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 110px;
	-ms-flex: 0 0 110px;
	flex: 0 0 110px;
}

.detail-data:first-of-type > dl > div > dd,
.about-data:first-of-type > dl > div > dd {
	margin-left: 1.2em;
}

.detail-data:first-of-type > dl > div > dd > small,
.about-data:first-of-type > dl > div > dd > small {
	margin-left: .5em;
}

._sp {
	display: none;
}

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

.header {
	background: url(../img/header_bg_pc.jpg) bottom center/cover;
}

.header > .inner {
	position: relative;
}

.header > .inner > p {
	left: 60px;
	padding-top: 18px;
	position: absolute;
	top: 18px;
	width: 264px;
}

.header-tit {
	margin: 0 auto;
	max-width: 1060px;
	padding-bottom: 65px;
	padding-top: 20px;
}

.about {
	background: url(/img/about_bg_pc.jpg) repeat;
	padding: 130px 30px 130px;
}

.about-fig {
	left: -142px;
	top: -115px;
	width: 486px;
}

.about > .inner {
	background: url(/img/about_inner_bg_pc.jpg) bottom center/cover;
	padding: 120px 0 80px;
}

.about-head {
	max-width: 920px;
	padding: 0 30px;
}

.about-head {
	margin-top: 80px;
}

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

.about-copy {
	height: 565px;
	right: 0;
	top: -30px;
}

.about-copy > p {
	font-size: 35px;
	letter-spacing: .2em;
	padding: 20px 10px;
}

.about-copy > p:nth-of-type(2) {
	margin-right: 18px;
}

.about-body {
	max-width: 920px;
	padding: 0 30px;
}

.about-body {
	margin-top: 60px;
}

.about-item > h3 > span {
	font-size: 36px;
}

.about-item > h3 > span:after {
	width: 150px;
}

.about-item > h3 > small {
	font-size: 20px;
}

.about-item > h4 {
	font-size: 15px;
	margin-top: 1em;
}

.about-item > p {
	font-size: 15px;
}

.about-mark {
	margin: 0 60px;
	width: 100px;
}

.about-txt {
	margin: 60px auto 0;
	width: 78%;
}

.app {
	padding: 130px 0;
}

.app-fig._u0 {
	top: 20%;
	width: 187px;
}

.app-fig._u1 {
	top: 25%;
	width: 214px;
}

.app-fig._l0 {
	top: 75%;
	width: 166px;
}

.app-fig._l1 {
	top: 65%;
	width: 176px;
}

.app-list {
	max-width: 920px;
	padding: 0 30px;
}

.app-list {
	margin-top: 80px;
}

.app-item._step {
	background: rgba(255, 255, 255, 0.9);
	padding: 0 60px;
}

.app-item._step > h3 {
	font-size: 26px;
	padding: 1.4em 0 0.8em;
}

.app-item._step .app-wrap {
	padding: 3.7em .5em;
}

.app-item._step:before {
	height: 139px;
	left: -14px;
	top: -10px;
	width: 147px;
}

.app-item._step:after {
	border-width: 20px 22px 0 22px;
	bottom: -50px;
}

.app-item._step:first-of-type ul {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.app-item._step:first-of-type ul > li > *,
.app-item._step:first-of-type ul > li button {
	font-size: 15px;
}

.app-item._step:first-of-type ul > li {
	margin-right: 22.5px;
	margin-top: 30px;
}

.app-item._step:first-of-type ul > li:nth-of-type(3n) {
	margin-right: 0;
}

.app-item._complete::before {
	height: 133px;
	right: 34px;
	top: 0;
	width: 175px;
}

.app-item._complete::after {
	height: 159px;
	left: 34px;
	top: 0;
	width: 180px;
}

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

.attn-outer {
	background: rgba(255, 255, 255, 0.9);
	margin-top: 100px;
	padding: 10px;
}

.attn-inner {
	height: 500px;
	padding: 40px 30px;
}

.attn-tit {
	font-size: 22px;
}

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

.attn-dtit {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 140px;
	-ms-flex: 0 0 140px;
	flex: 0 0 140px;
	margin-right: 30px;
}

.attn-dtit > small {
	display: block;
	margin-left: -7px;
}

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

.ba {
	margin-top: 140px;
}

.ba:before,
.ba:after {
	background: url(/img/ba_icon_pc.png) no-repeat;
	height: 100px;
	width: 100px;
}

.ba:before {
	left: 10px;
	top: -17px;
}

.ba:after {
	bottom: -32px;
	right: 10px;
}

.ba-box {
	background: url(/img/ba_bg_pc.jpg) repeat;
	border-radius: 10px;
	padding: 50px 20px;
}

.ba-tit {
	width: 268px;
}

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

.ba-item:after {
	width: 12.5%;
}

.ba-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	position: relative;
}

.ba-img:before {
	content: '';
	display: block;
	padding-top: 70.54%;
}

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

.ba-img:first-child:after {
	-webkit-transform: translateY(-50%);
	border-width: 15px 0 15px 20px;
	right: -38px;
	top: 50%;
	transform: translateY(-50%);
}

.ba-img:nth-child(2) {
	margin-left: 54px;
}

.ba-img:nth-child(2):after {
	font-size: 14px;
}

.ba .swiper-container {
	padding: 60px 20px 0;
}

.ba .swiper-pagination {
	margin-top: 60px;
}

.ba .swiper-pagination-bullet {
	height: 14px;
	margin: 0 22px !important;
	width: 14px;
}

.check {
	margin-top: 180px;
}

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

.check-tit::before {
	margin-right: 1rem;
}

.check-tit::after {
	margin-left: 1.6rem;
}

.check-tit > * {
	width: 300px;
}

.check-list {
	max-width: 1000px;
	padding: 0 30px;
}

.check-list {
	margin-top: 90px;
}

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

.check-item:first-of-type .check-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 46%;
	-ms-flex: 0 0 46%;
	flex: 0 0 46%;
	margin-left: 5%;
}

.check-item:nth-of-type(2) .check-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 28%;
	-ms-flex: 0 0 28%;
	flex: 0 0 28%;
	margin-right: 5%;
}

.check-item:nth-of-type(3) .check-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 30%;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
}

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

.check-wrap > h4 {
	font-size: 22px;
}

.check-wrap > h4 > img {
	width: 60px;
}

.check-wrap > ul {
	margin-left: 2.7em;
}

.check-txt {
	margin-left: 1.5em;
}

.closing {
	background: url(/img/closing_bg_pc.jpg) top center/cover repeat;
	padding: 90px 0 90px;
}

.closing-tit {
	width: 850px;
}

.closing-fig._r {
	top: 20%;
	width: 180px;
}

.closing-fig._l {
	top: 60%;
	width: 165px;
}

.contact-tit {
	letter-spacing: .7em;
}

.contact-wrap p:first-of-type {
	font-size: 22px;
}

.contact-wrap p:nth-of-type(2) {
	font-size: 32px;
	margin-top: 10px;
}

.contact-wrap span {
	margin-top: 10px;
}

.detail {
	margin-top: 180px;
}

.detail-btn {
	font-size: 28px;
}

.detail-btn > span {
	padding-right: 50px;
}

.detail-btn > span:after {
	height: 30px;
	width: 30px;
}

.detail-fig > figcaption {
	margin-left: 128px;
}

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

.detail .swiper-button-prev {
	left: 20px;
}

.detail .swiper-button-next {
	right: 20px;
}

.end {
	font-size: 18px;
	margin-top: -80px;
}

.form {
	max-width: 660px;
	padding: 0 30px;
}

.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 230px;
	-ms-flex: 0 0 230px;
	flex: 0 0 230px;
	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-radio label {
	width: 120px;
}

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

.form-btn > *,
.form-btn button {
	height: 82px;
	line-height: 82px;
}

.intro {
	max-width: 1000px;
	padding: 0 30px;
}

.intro-head {
	display: grid;
	grid-template-columns: 50% 55%;
	grid-template-rows: auto 1fr;
}

.intro-tit {
	grid-area: 1 / 1 / 2 / 2;
	margin-top: 60px;
}

.intro-img {
	grid-area: 1 / 2 / 3 / 3;
	margin-left: -10%;
}

.intro-list {
	grid-area: 2 / 1 / 3 / 2;
	margin-right: -27%;
	margin-top: 50px;
}

.intro-item {
	font-size: 26px;
	padding-bottom: 12px;
}

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

.intro-item:first-of-type:after {
	bottom: 20px;
}

.intro-item:nth-of-type(3) {
	font-size: 28px;
}

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

.intro-fig {
	-webkit-transform: rotate(30deg);
	right: -30px;
	top: 40%;
	transform: rotate(30deg);
	width: 26%;
}

.lead {
	background: url(/img/lead_bg_b_pc.png) bottom center/cover repeat-x;
}

.lead-fig._t {
	top: -11%;
	width: 23%;
}

.lead > .inner {
	padding-bottom: 170px;
	padding-top: 70px;
}

.lead > .inner::before {
	height: 60px;
	left: 20%;
	top: 20%;
	width: 42px;
}

.lead > .inner::after {
	height: 155px;
	right: 10%;
	top: 15%;
	width: 155px;
}

.lead-wrap {
	max-width: 920px;
}

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

.map-wrap {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	padding-bottom: 80px;
	padding-left: 8.3%;
}

.map-wrap > h4 {
	max-width: 486px;
}

.map-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 62%;
	-ms-flex: 0 0 62%;
	flex: 0 0 62%;
	margin-left: -12%;
}

.map-fig {
	bottom: -40px;
	left: 118px;
	width: 30%;
}

.present {
	background: url(/img/present_bg_pc.jpg) repeat;
	padding: 180px 30px 140px;
}

.present-fig {
	left: 120px;
	top: -100px;
	width: 174px;
}

.present > .inner {
	background: url(/img/present_inner_bg_pc.png) repeat;
	padding: 100px 0;
}

.present-tit {
	top: -60px;
	width: 549px;
}

.intro-wrap > p,
.map-wrap > p {
	line-height: 2;
}

.rnv {
	margin-top: 150px;
}

.rnv-list {
	margin-top: 75px;
}

.rnv-item > .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

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

.rnv-item:nth-of-type(3) {
	margin-top: 120px;
}

.rnv-item:nth-of-type(odd) .rnv-fig {
	top: -20%;
}

.rnv-item:nth-of-type(even) .rnv-fig {
	top: -20%;
}

.rnv-item:nth-of-type(even) > .inner {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-flow: row-reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse;
}

.rnv-item:nth-of-type(even) .rnv-wrap {
	margin-left: 2.5%;
	margin-right: 1.25%;
}

.rnv-wrap {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
}

.rnv-wrap > h3 {
	font-size: 36px;
	padding: 60px 0 40px 8%;
}

.rnv-txt {
	font-size: 18px;
	padding: 36px 0 0 8%;
	width: 85%;
}

.rnv-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.app-item._thanks p {
	font-size: 22px;
}

.app-item._thanks .link > a > img {
	border-radius: 30px;
}

}

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

.detail-img {
	margin: 0 40px;
}

.map-wrap {
	margin-top: 60px;
}

}

@media screen and (min-width: 1024px) {

.detail-img {
	margin: 0 100px;
}

.intro-list {
	margin-left: 44px;
}

.map-wrap {
	margin-top: 180px;
}

.map-wrap > p {
	padding-left: 2em;
}

}

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

body {
	font-size: 14px;
}

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

.sec-tit > img {
	width: 60px;
}

.sec-tit > span {
	font-size: 30px;
	letter-spacing: 0;
}

.detail-box,
.about-box {
	max-width: 540px;
	padding: 0 0;
}

.detail-box,
.about-box {
	letter-spacing: .05em;
	margin-top: 20px;
}

.detail-data,
.about-data {
	font-size: 12px;
	margin-top: 1.2em;
}

.detail-data:first-of-type > dl > div > dt,
.about-data:first-of-type > dl > div > dt {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 80px;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
}

.detail-data:first-of-type > dl > div > dd > small,
.about-data:first-of-type > dl > div > dd > small {
	display: block;
}

._pc {
	display: none;
}

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

.header {
	background: url(../img/header_bg_sp.jpg) bottom center/cover;
}

.header > .inner {
	padding: 0;
}

.header > .inner > p {
	padding: 15px 0 5px 15px;
	width: 194px;
}

.header-tit {
	padding-bottom: 5px;
}

.about {
	background: url(/img/about_bg_sp.jpg) repeat;
	padding: 40px 20px 80px;
}

.about-fig {
	left: -50px;
	top: -32px;
	width: 170px;
}

.about > .inner {
	background: url(/img/about_inner_bg_sp.jpg) bottom center/cover;
	padding: 60px 0 40px;
}

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

.about-head {
	margin-top: 50px;
}

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

.about-copy {
	height: 200px;
	right: 10px;
	top: -20px;
}

.about-copy > p {
	padding: 10px 5px;
}

.about-copy > p:nth-of-type(2) {
	margin-right: 8px;
}

.about-body {
	max-width: 540px;
	padding: 0 5px;
}

.about-body {
	margin-top: 40px;
}

.about-item > h3 > span {
	font-size: 18px;
}

.about-item > h3 > span:after {
	width: 80px;
}

.about-item > h3 > small {
	font-size: 12px;
}

.about-item > h4 {
	font-size: 12px;
	margin-top: .5em;
}

.about-item > p {
	font-size: 12px;
}

.about-mark {
	margin: -6em -5px 0;
	width: 60px;
}

.about-txt {
	font-size: 12px;
	margin: 40px 10px 0;
}

.app {
	padding: 80px 0;
}

.app-fig._u0 {
	top: 6%;
	width: 18%;
}

.app-fig._u1 {
	top: 26%;
	width: 25%;
}

.app-fig._l0 {
	bottom: 12%;
	width: 18%;
}

.app-fig._l1 {
	bottom: 20%;
	width: 19%;
}

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

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

.app-item._step {
	background: #FFF;
	padding: 0 20px;
}

.app-item._step > h3 {
	font-size: 18px;
	padding: 50px 0 0.8em;
}

.app-item._step .app-wrap {
	padding: 1.2em 0 3em;
}

.app-item._step:before {
	-webkit-transform: translateX(-50%);
	height: 60px;
	left: 50%;
	top: -22px;
	transform: translateX(-50%);
	width: 63px;
}

.app-item._step:after {
	border-width: 16px 18px 0 18px;
	bottom: -45px;
}

.app-item._step:first-of-type 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;
	margin-top: 2em;
}

.app-item._step:first-of-type ul > li > *,
.app-item._step:first-of-type ul > li button {
	font-size: 14px;
}

.app-item._step:first-of-type ul > li:nth-of-type(n+2) {
	margin-top: 20px;
}

.app-item._complete::before {
	height: 100px;
	right: -10px;
	top: -50px;
	width: 100px;
}

.app-item._complete::after {
	bottom: -50px;
	height: 100px;
	left: -10px;
	width: 100px;
}

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

.attn-outer {
	background: rgba(255, 255, 255, 0.9);
	margin-top: 50px;
	padding: 5px;
}

.attn-inner {
	height: 400px;
	padding: 30px 10px;
}

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

.attn-def {
	font-size: 12px;
}

.attn-dtit {
	width: 120px;
}

.attn-dtit > small {
	-webkit-transform: translateY(-50%);
	position: absolute;
	right: -120px;
	top: 50%;
	transform: translateY(-50%);
}

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

.ba {
	margin-top: 40px;
}

.ba:before,
.ba:after {
	background: url(/img/ba_icon_sp.png) no-repeat;
	height: 60px;
	width: 60px;
}

.ba:before {
	left: -8px;
	top: -6px;
}

.ba:after {
	bottom: -14px;
	right: -8px;
}

.ba-box {
	background: url(/img/ba_bg_sp.jpg) repeat;
	padding: 40px 10px;
}

.ba-tit {
	width: 200px;
}

.ba-item:after {
	width: 32%;
}

.ba-img:first-child:after {
	-webkit-transform: rotate(90deg);
	border-width: 12px 0 12px 16px;
	bottom: -32px;
	position: absolute;
	right: 48%;
	transform: rotate(90deg);
}

.ba-img:nth-child(2) {
	margin-top: 40px;
}

.ba-img:nth-child(2):after {
	font-size: 12px;
}

.ba .swiper-container {
	padding: 40px 20px 0;
}

.ba .swiper-pagination {
	margin-top: 40px;
}

.ba .swiper-pagination-bullet {
	height: 11px;
	margin: 17px !important;
	width: 11px;
}

.check {
	margin-top: 80px;
}

.check-tit {
	max-width: 540px;
	padding: 0 5px;
}

.check-tit > * {
	width: 220px;
}

.check-list {
	max-width: 540px;
	padding: 0 5px;
}

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

.check-item:nth-of-type(2) .check-img {
	margin: 0 auto;
	width: 65%;
}

.check-item:nth-of-type(3) .check-img {
	margin: 10px auto 0;
	width: 70%;
}

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

.check-wrap {
	padding: 0 5px;
}

.check-wrap > h4 {
	font-size: 16px;
}

.check-wrap > h4 > img {
	width: 46px;
}

.check-wrap > ul {
	margin-left: 2.2em;
}

.check-txt {
	margin-left: 1em;
}

.closing {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(15%, #F0FDFF), to(#F0FDFF));
	background: -webkit-linear-gradient(top, #FFF, #F0FDFF 15%, #F0FDFF 100%);
	background: linear-gradient(to bottom, #FFF, #F0FDFF 15%, #F0FDFF 100%);
	padding: 60px 0 60px;
}

.closing-fig._r {
	top: 7%;
	width: 70px;
}

.closing-fig._l {
	top: 44%;
	width: 60px;
}

.contact-tit {
	font-size: 12px;
	letter-spacing: .5em;
}

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

.contact-wrap p:nth-of-type(2) {
	font-size: 20px;
	margin-top: 5px;
}

.contact-wrap span {
	margin-top: 5px;
}

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

.detail {
	margin-top: 60px;
	padding: 0 10px;
}

.detail-btn {
	font-size: 18px;
}

.detail-btn > span {
	padding-right: 30px;
}

.detail-btn > span:after {
	height: 20px;
	width: 20px;
}

.detail-def:nth-of-type(2) {
	padding: 2em 0 0;
}

.detail-fig > figcaption {
	margin-left: 34px;
}

.detail-img {
	margin: 0 10px 0 18px;
}

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

.detail .swiper-button-prev {
	height: 33px;
	left: 0;
	width: 20px;
}

.detail .swiper-button-next {
	height: 33px;
	right: 0;
	width: 20px;
}

.end {
	margin-top: -20px;
}

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

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

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

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

.form-radio {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.form-radio label {
	font-size: 13px;
	width: 97px;
}

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

.form-btn > *,
.form-btn button {
	height: 78px;
	line-height: 78px;
}

.intro {
	max-width: 540px;
	padding: 0 10px;
}

.intro-item {
	font-size: 20px;
	margin: 0 auto;
	padding-bottom: 10px;
}

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

.intro-item:first-of-type:after {
	bottom: 15px;
}

.intro-item:nth-of-type(3) {
	font-size: 22px;
}

.intro-wrap {
	margin-top: 40px;
	padding-bottom: 100px;
}

.intro-fig {
	bottom: 0;
	height: 120px;
	right: 0;
	width: 180px;
}

.lead {
	background: url(/img/lead_bg_b_sp.png) bottom center/100% no-repeat;
}

.lead-fig._t {
	top: -7%;
	width: 47%;
}

.lead-fig._t > img {
	opacity: .8;
}

.lead-fig._b > img {
	opacity: .6;
}

.lead > .inner {
	padding-bottom: 140px;
	padding-top: 60px;
}

.lead > .inner::before {
	height: 45px;
	right: 56px;
	top: 20px;
	width: 30px;
}

.lead > .inner::after {
	bottom: 30px;
	height: 100px;
	left: 40px;
	width: 100px;
}

.map {
	margin-top: 60px;
}

.map-wrap {
	padding: 0 5px;
}

.map-img {
	margin-top: -10%;
	padding-bottom: 50px;
	position: relative;
}

.map-fig {
	bottom: 0;
	left: 20px;
	width: 60%;
}

.present {
	background: url(/img/present_bg_sp.jpg) repeat;
	padding: 80px 20px 50px;
}

.present-fig {
	left: 20px;
	top: -42px;
	width: 76px;
}

.present > .inner {
	background: url(/img/present_inner_bg_sp.png) repeat;
	padding: 50px 0 20px;
}

.present-tit {
	max-width: 288px;
	top: -34px;
	width: 100%;
}

.intro-wrap > p,
.map-wrap > p {
	font-size: 15px;
	padding: 0 .5em;
}

.rnv {
	margin-top: 100px;
}

.rnv-tit {
	padding: 0 20px;
}

.rnv-list {
	margin-top: 55px;
}

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

.rnv-item:nth-of-type(3) {
	margin-top: 60px;
}

.rnv-item:nth-of-type(odd) .rnv-fig {
	top: -7%;
}

.rnv-item:nth-of-type(even) .rnv-fig {
	top: 4%;
}

.rnv-wrap > h3 {
	font-size: 20px;
	padding: 0 0 30px;
}

.rnv-txt {
	padding: 18px 0;
}

.rnv-img {
	margin-top: -1em;
}

.app-item._thanks p {
	font-size: 16px;
}

.app-item._thanks .link > a > img {
	border-radius: 10px;
}

}

