html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Typography
 * *********************************** */

html {
	font-size: 62.5%;
	height: 100%;
}

body {
	font-size: 1.6em;
	line-height: 1;
	height: 100%;
}

* {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a,
a:visited {
	color: inherit;
}

/* Layout
 * *********************************** */

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

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

*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

/* Elements
 * *********************************** */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,
ul {
	list-style: none;
}

img,
video {
	max-width: 100%;
}

img {
	border-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none;
}

/* Attributes & states
 * *********************************** */

[hidden] {
	display: none !important;
}

[disabled] {
	cursor: not-allowed;
}

:focus:not(:focus-visible) {
	outline: none;
}

/* Utility classes
 * *********************************** */

.sr-only {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	left: -9999px;
	top: -9999px;
}

.loading {
	width: 100%;
	height: 100%;
	background: #b28850;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sk-wave {
	height: 40px;
	width: 100%;
	text-align: center;
	font-size: 10px;
}

.sk-wave .sk-rect {
	background-color: #fff;
	height: 100%;
	width: 6px;
	display: inline-block;
	margin: 0 3px 0 0;
	-webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
	animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.sk-wave .sk-rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.contents-wrapper {
	width: 100%;
	position: relative;
	min-width: 1380px;
}

.contents-wrapper:before {
	content: '';
	background: url(../images/line.png) repeat-y;
	position: absolute;
	bottom: 0;
	left: 60px;
	width: 1px;
	height: 100%;
	z-index: 10;
}

.contents-wrapper:after {
	content: '';
	background: url(../images/line.png) repeat-y;
	position: absolute;
	bottom: 0;
	right: 60px;
	width: 1px;
	height: 100%;
}

body {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
	color: #5a5a5a;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: .2rem;
}

.footer-nav {
	padding: 30px 0;
	background-color: #ECEAEB;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
	position: relative;
	z-index: 100;
}

.footer-nav__inner {
	width: 1260px;
	margin: 0 auto;
	position: relative;
}

.footer-nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-nav__item > a {
	text-decoration: none;
	font-size: 1.2rem;
	display: block;
	padding: 0 20px;
	color: #333;
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0.03, 0.5, 0.9);
	transition: all 0.5s cubic-bezier(0.5, 0.03, 0.5, 0.9);
}

.footer-nav__item > a:hover {
	color: #999;
}

.footer {
	width: 100%;
	position: relative;
}

.footer__totop {
	min-width: 1380px;
}

.footer__copyright {
	padding: 30px 0 50px;
	text-align: center;
	font-size: 1.2rem;
	font-family: "Asap", sans-serif;
	-webkit-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	font-weight: 400;
	color: #000;
	position: relative;
	z-index: 100;
	background-color: #fff;
}

.gnav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 1.5rem;
}

.gnav__item:first-child a {
	border-left: 0;
}

.gnav__item a {
	text-decoration: none;
	padding: 2px 20px;
	font-weight: bold;
	border-left: 1px solid #ADADAB;
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0.03, 0.5, 0.9);
	transition: all 0.5s cubic-bezier(0.5, 0.03, 0.5, 0.9);
}

.gnav__item a:hover {
	color: #b28850;
}

.gnav .-current {
	color: #b28850 !important;
}

.gnav.-home .gnav__item:first-child a {
	border-left: 0;
}

.gnav.-home .gnav__item a {
	color: #fff;
	border-left: 1px solid #ADADAD;
}

.gnav.-home .gnav__item a:hover {
	color: #b28850;
}

.header {
	width: 100%;
	min-width: 1320px;
	z-index: 100;
	position: relative;
	margin: 0 auto;
}

.header__inner {
	min-width: 1260px;
	margin: 0 auto;
	position: relative;
	padding: 27px 5px 50px 60px;
}

.header__logo {
	position: absolute;
	top: 40px;
	left: 120px;
}

.header__nav {
	position: absolute;
	top: 30px;
	right: 100px;
}

.main {
	z-index: -10;
}

.page-hero {
	height: 300px;
	width: 1260px;
	min-width: 1260px;
	margin: 0 auto;
	padding-top: 87px;
	text-align: center;
	color: #fff;
	overflow: hidden;
}

.page-hero__title-en {
	font-size: 1.8rem;
	font-weight: 600;
	font-family: "Asap", sans-serif;
	-webkit-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	margin-bottom: 30px;
}

.page-hero__title {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 3.6rem;
	font-weight: normal;
}

.page-hero.-scheme {
	background: url(../images/scheme/hero_bg.jpg) no-repeat center center;
	background-size: cover;
}

.page-hero.-guideline {
	background: url(../images/guideline/hero_bg.jpg) no-repeat center center;
	background-size: cover;
}

.page-hero.-vision {
	background: url(../images/vision/hero_bg.jpg) no-repeat center center;
	background-size: cover;
}

.page-hero.-maker {
	background: url(../images/maker/hero_bg.jpg) no-repeat center center;
	background-size: cover;
}

.page-hero.-utility {
	height: 240px;
	background-color: #fbfbfb;
	padding-top: 70px;
	color: #000;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

.pdf-link__item {
	margin: 10px 0;
}

.pdf-link__item:before {
	content: url(../images/icon_pdf.png);
	vertical-align: middle;
	width: 21px;
	height: 19px;
	vertical-align: middle;
	margin-right: 10px;
}

.pdf-link a {
	color: #b28850;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0.03, 0.5, 0.9);
	transition: all 0.5s cubic-bezier(0.5, 0.03, 0.5, 0.9);
}

.pdf-link a:hover {
	color: #cc9041;
}

.pdf-link a:after {
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	margin-left: 7px;
}

.section {
	width: 100%;
	position: relative;
}

.section__body {
	width: 1030px;
	margin: 0 auto;
	padding: 100px 0;
}

.section__body.-vision {
	width: 1170px;
	border-top: 1px solid #c5c5c5;
}

.section__body.-first {
	padding-top: 80px;
}

.section__outside {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	top: 50%;
	left: 26px;
	color: #b28850;
	font-weight: 600;
	font-size: 1.4rem;
	font-family: "Asap", sans-serif;
	-webkit-transform: translate(0, -50%) rotate(0.028deg);
	transform: translate(0, -50%) rotate(0.028deg);
}

.section__title {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	font-size: 2rem;
	margin-bottom: 40px;
	color: #142632;
}

.section__title:before {
	content: '';
	position: absolute;
	top: 8px;
	display: inline-block;
	width: 20px;
	height: 4px;
	background-color: #b28850;
	left: 0;
}

.section__text {
	line-height: 2.5;
}

.section__text.-large {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 2;
	font-size: 2.8rem;
	color: #142632;
	font-weight: normal;
	margin-bottom: 26px;
}

.section__pic {
	text-align: center;
}

.section__pic.-scheme-flow {
	background-color: #fff;
	border: 1px solid #b28850;
	padding: 80px 0;
}

.section__pic.-scheme-mark {
	margin-top: 50px;
}

.section__youtube {
	text-align: center;
	margin-bottom: 50px;
}

.section__item {
	border-bottom: 1px solid #C1C1C1;
}

.section__link {
	width: 1170px;
	border-top: 1px solid #c5c5c5;
	margin: 0 auto;
	padding: 60px 0 60px 70px;
}

.section.-gray {
	background-color: #F6F6F6;
}

.table-01 {
	width: 100%;
}

.table-01 th {
	text-align: left;
	position: relative;
	padding-left: 14px;
}

.table-01 th:first-child {
	width: 530px;
}

.table-01 th:nth-child(2) {
	width: 500px;
}

.table-01 th:before {
	content: '';
	position: absolute;
	top: 6px;
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #b28850;
	left: 0;
}

.table-01 td {
	border-bottom: 1px solid #C1C1C1;
	padding: 30px 0 20px;
}

.table-01 a {
	text-decoration: none;
	color: #b28850;
	font-weight: bold;
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0.03, 0.5, 0.9);
	transition: all 0.5s cubic-bezier(0.5, 0.03, 0.5, 0.9);
}

.table-01 a:hover {
	color: #cc9041;
}

.totop {
	position: fixed;
	z-index: 999;
	bottom: 145px;
	right: 120px;
}

.totop__inner span {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.totop__inner a {
	display: block;
	text-decoration: none;
	position: relative;
	width: 42px;
	height: 41px;
	background-color: #b28850;
	position: relative;
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0.03, 0.5, 0.9);
	transition: all 0.5s cubic-bezier(0.5, 0.03, 0.5, 0.9);
}

.totop__inner a:before {
	font-family: "Font Awesome 5 Free";
	content: '\f106';
	color: #fff;
	font-weight: 900;
	font-size: 1.8rem;
	position: absolute;
	width: 1.8rem;
	height: 1.8rem;
	line-height: 2.4;
	left: 16px;
}

.totop__inner a:hover {
	background-color: #cc9041;
}

.youtube__caption {
	font-weight: bold;
	margin-top: 20px;
	font-size: 1.4rem;
}

.about-list {
	margin-top: 60px;
	border-bottom: 1px solid #c1c1c1;
}

.about-list__item {
	padding: 60px 0;
	border-top: 1px solid #c1c1c1;
}

.about-list__title {
	position: relative;
	padding-left: 1.4rem;
	color: #000;
	margin-bottom: 30px;
}

.about-list__title:before {
	content: '';
	position: absolute;
	top: 6px;
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #b28850;
	left: 0;
}

.about-list__text {
	line-height: 2.4;
}

.about-list__text a {
	text-decoration: none;
	color: #b28850;
}

.about-list__text a:hover {
	color: #cc9041;
}

.about-list__member {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 2.4;
}

.about-list__member > dt {
	width: 260px;
}

.about-list__member > dd {
	width: 750px;
}

.about-list__business {
	line-height: 2.4;
}

.guideline-btn {
	width: 1030px;
	margin: 0 auto;
	padding-bottom: 100px;
	position: relative;
}

.guideline-btn__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1030px;
	margin: 0 auto;
	color: #fff !important;
	text-decoration: none;
	height: 200px;
	font-weight: bold;
	overflow: hidden;
}

.guideline-btn__link:hover .guideline-btn__text {
	background-color: #cc9041;
}

.guideline-btn__link:hover .guideline-btn__pic:after {
	-webkit-filter: saturate(133%);
	filter: saturate(133%);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.guideline-btn__text {
	background-color: #856233;
	width: 516px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0.03, 0.5, 0.9);
	transition: all 0.5s cubic-bezier(0.5, 0.03, 0.5, 0.9);
}

.guideline-btn__text:after {
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	margin-left: 7px;
}

.guideline-btn__pic {
	width: 514px;
	height: 200px;
	overflow: hidden !important;
	position: relative;
}

.guideline-btn__pic:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	background: url(../images/guideline/vision_btn.jpg) no-repeat center center;
	width: 514px;
	height: 200px;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	z-index: -1;
}

.guideline-flow__item {
	position: relative;
}

.guideline-flow__item .inner {
	border: 1px solid #b28850;
	padding: 28px 28px 30px;
	margin-bottom: 60px;
}

.guideline-flow__item:not(:last-child):after {
	content: url(../images/guideline/flow_arrow_large.png);
	height: 61px;
	position: absolute;
	bottom: -60px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.guideline-flow__item.-result {
	background-color: #b28850;
	color: #fff;
	text-align: center;
	width: 770px;
	margin: 0 auto;
	padding: 28px;
}

.guideline-flow__title {
	color: #b28850;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.guideline-flow__subtitle {
	text-align: center;
	color: #000;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.guideline-flow__step {
	width: 770px;
	margin: 0 auto;
}

.guideline-flow__step > li {
	position: relative;
}

.guideline-flow__step > li .inner {
	border: 1px solid #b28850;
	text-align: center;
	font-weight: bold;
	color: #000;
	padding: 28px;
	margin-bottom: 30px;
}

.guideline-flow__step > li:not(:last-child):after {
	content: url(../images/guideline/arrow_down.png);
	height: 30px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.guideline-flow__text {
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	margin-top: 60px;
}

.guideline-flow__text > a {
	text-decoration: none;
	color: #b28850;
}

.guideline-flow__text > a:hover {
	color: #cc9041;
}

.guideline-flow__text > a:after {
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	margin-left: 7px;
}

.guideline-flow__text > span {
	font-size: 1.4rem;
}

.guideline-table {
	background-color: #fff;
}

.guideline-table th,
.guideline-table td {
	border: 1px solid #b28850;
	padding: 28px;
}

.guideline-table th {
	line-height: 1.6;
}

.guideline-table th.-w70 {
	width: 70px;
}

.guideline-table td {
	vertical-align: top;
	line-height: 2.25;
}

.guideline-table td.-w390 {
	width: 390px;
}

.guideline-table td.-w500 {
	width: 500px;
}

.home-block {
	position: relative;
	width: 100%;
}

.home-block a {
	text-decoration: none;
}

.home-block__inner {
	width: 1260px;
	margin: 0 auto;
	position: relative;
}

.home-block__inner.-concept {
	position: relative;
	background-color: #fff;
	min-width: 1260px;
}

.home-block__inner.-concept .home-block__body {
	margin: 0 auto;
	margin: -60px auto 0;
	background: #fff url(../images/home/concept_bg.jpg) no-repeat 660px 35px;
	padding: 100px 515px 80px 80px;
}

.home-block__inner.-concept .home-block__subtitle {
	width: 700px;
}

.home-block__inner.-concept .home-block__text {
	line-height: 2.4;
}

.home-block__body {
	width: 1260px;
	position: relative;
}

.home-block__title {
	font-size: 1.8rem;
	margin-bottom: 20px;
	font-family: "Asap", sans-serif;
	-webkit-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	color: #000;
}

.home-block__subtitle {
	font-size: 2.8rem;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
	margin-bottom: 22px;
	color: #142632;
}

.home-block__subtitle.-lineheight {
	line-height: 2;
}

.home-block__text {
	line-height: 2;
	margin-bottom: 22px;
}

.home-block__btn {
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #b28850;
	color: #b28850 !important;
	padding: 15px 45px;
	font-size: 1.4rem;
	font-family: "Asap", sans-serif;
	-webkit-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0.03, 0.5, 0.9);
	transition: all 0.5s cubic-bezier(0.5, 0.03, 0.5, 0.9);
}

.home-block__btn:hover {
	background-color: #b28850;
	color: #fff !important;
}

.home-block.-vision {
	color: #fff;
	position: relative;
	width: 100%;
	height: 460px;
	overflow: hidden;
}

.home-block.-vision:hover:after {
	-webkit-filter: saturate(133%);
	filter: saturate(133%);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.home-block.-vision:after {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 460px;
	top: 0;
	left: 0;
	background: url(../images/home/vision_bg.jpg) no-repeat center center;
	background-size: cover;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	z-index: -1;
}

.home-block.-vision .home-block__body {
	position: relative;
	height: 460px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 130px 0 0 54%;
}

.home-block.-vision .home-block__title {
	color: #fff;
}

.home-block.-vision .home-block__subtitle {
	color: #fff;
}

.home-block.-vision .home-block__btn {
	color: #fff !important;
	border-color: #fff;
}

.home-block.-vision .home-block__btn:hover {
	background-color: #fff;
	color: #b28850 !important;
}

.home-block.-maker {
	color: #fff;
	position: relative;
}

.home-block.-maker .home-block__inner {
	padding: 100px 0;
}

.home-block.-maker .home-block__body {
	position: relative;
	height: 460px;
	width: 1172px;
	margin: 0 auto 0;
	padding: 130px 0 0 70px;
	overflow: hidden;
}

.home-block.-maker .home-block__body:hover:after {
	-webkit-filter: saturate(133%);
	filter: saturate(133%);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.home-block.-maker .home-block__body:after {
	position: absolute;
	content: '';
	display: block;
	width: 1172px;
	height: 460px;
	top: 0;
	left: 0;
	background: url(../images/home/home_maker_bg.jpg) no-repeat center center;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	z-index: -1;
}

.home-block.-maker .home-block__title {
	color: #fff;
}

.home-block.-maker .home-block__subtitle {
	color: #fff;
}

.home-block.-maker .home-block__btn {
	color: #fff !important;
	border-color: #fff;
}

.home-block.-maker .home-block__btn:hover {
	background-color: #fff;
	color: #b28850 !important;
}

.home-block__outside {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(0.028deg);
	transform: translate(0, -50%) rotate(0.028deg);
	color: #b28850;
	left: 2.6rem;
	font-size: 1.4rem;
	font-weight: bold;
	font-family: "Asap", sans-serif;
}

.home-block__outside.-right {
	right: 2.6rem;
}

.home-block__outside.-white {
	color: #fff;
}

.home-block.-scheme-guideline .home-block__outside {
	height: 380px;
}

.home-footer {
	margin-bottom: 40px;
	font-size: 1.3rem;
}

.home-footer__inner {
	width: 1260px;
	margin: 0 auto;
	padding: 0 0 36px;
	position: relative;
}

.home-footer__body {
	width: 1172px;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #C5C5C5;
}

.home-footer__pic {
	margin: 45px 0 25px;
}

.home-slide {
	height: 780px;
	overflow: hidden;
	margin: -77px 0 0;
	position: relative;
}

.home-slide__inner {
	margin: 0 auto;
	position: relative;
}

.home-slide__line {
	position: relative;
}

.home-slide___item {
	position: relative;
}

.home-slide__body {
	position: absolute;
	top: -560px;
	left: 0;
	text-align: center;
	color: #fff;
	width: 100%;
}

.home-slide__title {
	font-size: 6rem;
	font-family: 'Vollkorn', serif;
	-webkit-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	line-height: 1.24;
	margin-bottom: 35px;
}

.home-slide__text {
	line-height: 1.6;
	font-size: 2.4rem;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.home-slide__outsideline {
	position: absolute;
	bottom: 0;
	right: 3.2rem;
	width: 1px;
	height: 120px;
	background-color: #fff;
}

.home-slide__outside {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	bottom: 130px;
	right: 2.6rem;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	font-family: "Asap", sans-serif;
	-webkit-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
}

.bx-wrapper {
	border: 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	height: 780px;
	overflow: hidden;
	min-width: 1380px;
}

.bx-wrapper .bx-viewport {
	max-height: 780px;
}

.bx-wrapper img {
	width: 100%;
}

.bx-wrapper .bx-controls {
	position: relative;
	margin: 0 auto;
}

.bx-wrapper .bx-pager {
	position: absolute;
	bottom: 100px;
	left: 45px;
	z-index: 100;
	text-align: left;
	color: #fff;
	min-width: 1380px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 66px;
	height: 5px;
	background: #fff;
	border: 0;
	border-radius: 0;
	margin: 0 20px 0 0;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #b28850;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background-color: #b28850;
}

.interview__title {
	font-size: 2.8rem;
	margin-bottom: 60px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
	color: #142632;
}

.interview__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #142632;
	margin-bottom: 20px;
}

.interview__pic {
	width: 180px;
}

.interview__meta {
	width: 850px;
}

.interview__subtitle {
	font-size: 2rem;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}

.interview__blocktitle {
	margin: 3.5rem 0 2rem;
}

.interview__address {
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 25px;
}

.interview__name {
	font-size: 2.4rem;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.scheme-guideline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1170px;
	margin: 0 auto;
	padding-bottom: 100px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.scheme-guideline a {
	display: block;
	padding-top: 280px;
	width: 570px;
	height: 570px;
	text-decoration: none;
}

.scheme-guideline__item {
	text-align: center;
	overflow: hidden;
	width: 570px;
	height: 570px;
	position: relative;
}

.scheme-guideline__item:hover:after {
	-webkit-filter: saturate(133%);
	filter: saturate(133%);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.scheme-guideline__item:after {
	position: absolute;
	content: '';
	display: block;
	width: 570px;
	height: 380px;
	top: 0;
	left: 0;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	z-index: -10;
}

.scheme-guideline__item.-scheme:after {
	background: url(../images/home/scheme_bg.jpg) no-repeat center center;
}

.scheme-guideline__item.-guideline:after {
	background: url(../images/home/guideline_bg.jpg) no-repeat 0 0;
}

.scheme-guideline__bg {
	background-color: #fff;
	width: 570px;
	height: 190px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.scheme-guideline__inner {
	position: relative;
	width: 490px;
	margin: 0 auto 0;
	background-color: #fff;
	padding-top: 38px;
	z-index: 100;
}

.scheme-step {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 50px 0;
}

.scheme-step__item {
	width: 170px;
	border: 1px solid #b28850;
	text-align: center;
	position: relative;
}

.scheme-step__item:not(:last-child):after {
	content: url(../images/scheme/arrow_right.png);
	width: 40px;
	position: absolute;
	top: 50%;
	right: -40px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.scheme-step__title {
	color: #b28850;
	border-bottom: 1px solid #b28850;
	padding: 20px 0;
	font-weight: 600;
	font-family: "Asap", sans-serif;
	-webkit-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
}

.scheme-step__text {
	font-size: 1.3rem;
	line-height: 1.4;
	text-align: center;
}

.scheme-step__text > span {
	display: table-cell;
	vertical-align: middle;
	height: 112px;
	width: 168px;
	text-align: center;
}

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

.sitepolicy-list__item {
	padding: 60px 0;
	border-bottom: 1px solid #c1c1c1;
}

.sitepolicy-list__title {
	position: relative;
	padding-left: 1.4rem;
	color: #000;
	margin-bottom: 30px;
}

.sitepolicy-list__title:before {
	content: '';
	position: absolute;
	top: 6px;
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #b28850;
	left: 0;
}

.sitepolicy-list__text {
	line-height: 2.4;
}

.sitepolicy-list__text a {
	text-decoration: none;
	color: #b28850;
}

.sitepolicy-list__text a:hover {
	color: #cc9041;
}

.sitepolicy-list__member {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 2.4;
}

.sitepolicy-list__member > dt {
	width: 260px;
}

.sitepolicy-list__member > dd {
	width: 750px;
}

.sitepolicy-list__business {
	line-height: 2.4;
}

.terminology-list {
	border-top: 1px solid #b28850;
}

.terminology-list__item {
	border-left: 1px solid #b28850;
	border-right: 1px solid #b28850;
	border-bottom: 1px solid #b28850;
	padding: 28px 28px 16px;
}

.terminology-list__title {
	position: relative;
	padding-left: 14px;
	margin-bottom: 6px;
}

.terminology-list__title:before {
	content: '';
	position: absolute;
	top: 6px;
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #b28850;
	left: 0;
}

.terminology-list__text {
	line-height: 2.5;
}

.terminology-list__note {
	font-size: 1.4rem;
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 2;
}

.terminology-list__note__title {
	width: 110px;
}

.terminology-list__note__text {
	width: 920px;
}

.terminology-note {
	font-size: 1.4rem;
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 2;
}

.terminology-note__title {
	width: 110px;
}

.terminology-note__text {
	width: 920px;
}

@media all and (-ms-high-contrast: none) {

body {
	letter-spacing: .1rem;
}

}

@media all and (max-width: 1380px) {

.footer__totop {
	display: none;
}

}

@-webkit-keyframes sk-waveStretchDelay {

0%,40%,100% {
	-webkit-transform: scaleY(0.4);
	transform: scaleY(0.4);
}

20% {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

}

@keyframes sk-waveStretchDelay {

0%,40%,100% {
	-webkit-transform: scaleY(0.4);
	transform: scaleY(0.4);
}

20% {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

}


/*# sourceMappingURL=../maps/style.css.map */
