@charset "UTF-8";
* {
	-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-animation: fadeIn 1s ease 0s 1 normal;
	animation: fadeIn 1s ease 0s 1 normal;
	background-color: #fff;
	color: #333;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", Meiryo, sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 2;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

*::-moz-selection {
	background-color: #59D3CD;
	color: #fff;
}

*::selection {
	background-color: #59D3CD;
	color: #fff;
}

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

a {
	color: #333;
	display: inline-block;
}

._imgTxt {
	max-width: calc(100% - 60px);
}

.inner {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 1800px;
}

.inner._slct {
	max-width: 1166px;
}

.sec-tit {
	line-height: 1.4;
}

.sec-tit > span {
	color: #59D3CD;
	display: block;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-weight: 800;
}

.sec-tit > small {
	display: block;
	font-weight: 600;
}

.sec-tit.js-scroll {
	opacity: 0;
}

.sec-tit.js-scroll._scroll {
	-webkit-animation: fadeInUp 1s forwards;
	animation: fadeInUp 1s forwards;
}

.sec-tit-small {
	line-height: 1.4;
}

.sec-tit-small > span {
	color: #59D3CD;
	display: block;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-weight: 700;
}

.sec-tit-small > small {
	color: #707070;
	display: block;
	font-weight: 600;
}

.sec-txt.js-scroll {
	opacity: 0;
}

.sec-txt.js-scroll._scroll {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
}

.en-tit {
	color: #59D3CD;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-weight: 700;
}

.sub-tit {
	color: #707070;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-weight: 800;
	line-height: 1.4782;
}

.sub-tit-light {
	color: #707070;
	font-weight: 600;
	line-height: 1.5555;
}

.sub-tit.js-scroll {
	opacity: 0;
}

.sub-tit.js-scroll._scroll {
	-webkit-animation: fadeInUp 1s forwards;
	animation: fadeInUp 1s forwards;
}

.base-txt.js-scroll {
	opacity: 0;
}

.base-txt.js-scroll._scroll {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
}

._ls {
	letter-spacing: .01em;
}

.btn {
	max-width: 100%;
}

.btn.js-scroll {
	opacity: 0;
}

.btn.js-scroll._scroll {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
}

.btn._gray a {
	background: #EDEDED;
}

.btn a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-transition: color .3s, background .3s;
	align-items: center;
	background: #fff;
	border-radius: 10px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: space-between;
	transition: color .3s, background .3s;
	width: 100%;
}

.btn-txt > span {
	font-weight: 600;
}

.btn-txt > small {
	display: inline-block;
	font-size: 12px;
	position: relative;
}

.btn-arr {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-transition: background .3s;
	align-items: center;
	background: #59D3CD;
	border-radius: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-left: 20px;
	transition: background .3s;
}

.btn-arr path {
	-webkit-transition: stroke .3s, fill .3s;
	transition: stroke .3s, fill .3s;
}

input,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border: none;
	border-radius: 0;
	color: inherit;
	font: inherit;
	font-family: inherit;
	font-weight: 300;
	letter-spacing: .05em;
	margin: 0;
	outline: none;
	vertical-align: baseline;
	width: 100%;
}

input::-ms-expand,
textarea::-ms-expand {
	display: none;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #AAAAAA;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #AAAAAA;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #AAAAAA;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #AAAAAA;
}

input::placeholder,
textarea::placeholder {
	color: #AAAAAA;
}

.form-data input[type="checkbox"] {
	display: none;
}

.form-data input[type="checkbox"] + span {
	color: #000;
	cursor: pointer;
	display: inline-block;
	letter-spacing: .1em;
	margin: 0 0.2em 10px;
	position: relative;
}

.form-data input[type="checkbox"] + span::before {
	-webkit-transform: translateY(-50%);
	background: #fff;
	border: 1px solid #707070;
	border-radius: 100px;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.form-data input[type="checkbox"] + span::after {
	-webkit-transform: translateY(-50%);
	-webkit-transition: opacity .2s;
	background: #59D3CD;
	border-radius: 100px;
	content: "";
	content: '';
	display: block;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity .2s;
}

.form-data input[type="checkbox"]:checked + span::after {
	opacity: 1;
}

input:not([type='submit']) {
	border: none;
	border: 1px solid #C4C4C4;
	border-radius: 10px;
}

textarea {
	border: none;
	border: 1px solid #C4C4C4;
	border-radius: 10px;
	line-height: 2.14;
	resize: none;
}

.form-btn input {
	background-image: none;
	border: none;
	display: inline-block;
	margin: 0;
	text-decoration: none;
}

.form-btn input:hover {
	outline: none;
}

.form-btn input::-moz-focus-inner {
	border: none;
	padding: 0;
}

.wpcf7 form .wpcf7-spinner {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	border: none;
	color: #FFA558;
	font-size: 14px;
	letter-spacing: .1em;
	margin: 2em 0 1em;
	text-align: center;
}

.contactForm .wpcf7 form .wpcf7-response-output {
	padding: 0.2em 0;
}

.wpcf7 form .wpcf7-not-valid-tip {
	color: #FFA558;
	font-size: 14px;
	font-weight: inherit;
	letter-spacing: .05em;
	padding-top: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
	display: none;
}

.grecaptcha-badge {
	visibility: hidden;
}

.box {
	background: #EDEDED;
	border-radius: 20px;
}

.box-label {
	background: #fff;
	border-radius: 10px;
	color: #59D3CD;
	font-weight: 600;
	text-align: center;
}

.box-tit {
	color: #000;
	line-height: 1.5;
}

.error {
	height: 100vh;
	width: 100%;
}

.error-inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	align-items: center;
	background: #EDEDED;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.error-inner:before {
	background: url(../img/module/footer_logo.png) no-repeat center/contain;
	content: '';
	position: absolute;
}

.error-tit {
	max-width: calc(100% - 40px);
}

.error-txt {
	color: #707070;
	letter-spacing: .1em;
	padding: 0 20px;
	text-align: center;
}

.error-btn {
	max-width: calc(100% - 40px);
	width: 227px;
}

.error-btn a {
	-webkit-transition: background .3s, color .3s;
	background: #fff;
	border-radius: 10px;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .1em;
	padding: 10px 10px;
	text-align: center;
	transition: background .3s, color .3s;
	width: 100%;
}

.error-btn a:hover {
	background: #000;
	color: #fff;
}

.footer-item._noPage a {
	color: #D2D2D2;
	pointer-events: none;
}

.footer-copy {
	font-weight: 300;
	letter-spacing: .05em;
}

.footer-logo {
	max-width: 100%;
}

.footer-btn {
	max-width: 100%;
	width: 346px;
}

.footer-btn a {
	-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;
	-webkit-transition: border-color .3s, background .3s;
	align-items: center;
	border: 1px solid #D3D3D3;
	border-radius: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: flex;
	justify-content: space-between;
	line-height: 1.4;
	transition: border-color .3s, background .3s;
	width: 100%;
}

.footer-btn a ._txt {
	-webkit-transition: color .3s;
	transition: color .3s;
}

.footer-btn a ._icon {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 22.34px;
	-ms-flex: 0 0 22.34px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex: 0 0 22.34px;
	margin-left: 20px;
}

.footer-btn a ._icon path {
	-webkit-transition: fill .3s;
	transition: fill .3s;
}

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

.footer-item {
	font-size: 13px;
	letter-spacing: .05em;
}

.fv-tit {
	color: #fff;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-weight: 800;
	line-height: 1.4;
	text-align: center;
}

.fv-tit > ._en {
	display: block;
}

.fv-tit > ._ja {
	display: block;
	letter-spacing: .08em;
}

.header {
	background: rgba(255, 255, 255, 0.9);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}

.header.js-scroll {
	opacity: 0;
}

.header.js-scroll._scroll {
	-webkit-animation: fadeIn .5s forwards;
	-webkit-animation-delay: .5s;
	animation: fadeIn .5s forwards;
	animation-delay: .5s;
}

.header-logo {
	position: relative;
}

.header-txt {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .05em;
}

.link {
	background: #EDEDED;
}

.link-btns.js-scroll {
	opacity: 0;
}

.link-btns.js-scroll._scroll {
	-webkit-animation: fadeInUp 1s forwards;
	animation: fadeInUp 1s forwards;
}

.link-small {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
}

.link-small a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-transition: color .3s, background .3s;
	align-items: center;
	background: #fff;
	border-radius: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	transition: color .3s, background .3s;
	width: 100%;
}

.link-txt {
	line-height: 1.2;
}

.link-txt > ._en {
	-webkit-transition: color .3s;
	color: #707070;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-weight: 800;
	transition: color .3s;
}

.link-txt > ._ja {
	-webkit-transition: color .3s;
	transition: color .3s;
}

.link-large {
	margin-top: 30px;
}

.link-large.js-scroll {
	opacity: 0;
}

.link-large.js-scroll._scroll {
	-webkit-animation: fadeInUp 1s forwards;
	animation: fadeInUp 1s forwards;
}

.link-large a {
	-webkit-transition: background .3s;
	background: -webkit-gradient(linear, left top, right top, from(#59D3CD), to(#97DDD8));
	background: -webkit-linear-gradient(left, #59D3CD, #97DDD8);
	background: linear-gradient(90deg, #59D3CD, #97DDD8);
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	transition: background .3s;
	width: 100%;
	z-index: 1;
}

.link-large a:before {
	-webkit-transition: opacity .3s;
	background: #fff;
	content: '';
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity .3s;
	z-index: -1;
}

.link-large a:hover:before {
	opacity: 1;
}

.link-large a:hover .link-content {
	color: #59D3CD;
}

.link-large a:hover .link-large-arr {
	-webkit-transform: scale(1.1);
	background: #59D3CD;
	transform: scale(1.1);
}

.link-large a:hover .link-large-arr path {
	stroke: #fff;
}

.link-large-arr {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-transition: background .3s, -webkit-transform .3s;
	align-items: center;
	background: #fff;
	border-radius: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	transition: background .3s, -webkit-transform .3s;
	transition: transform .3s, background .3s;
	transition: transform .3s, background .3s, -webkit-transform .3s;
}

.link-large-tit {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.4;
}

.link-large-en {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-weight: 800;
}

.link-large-ja {
	font-weight: 600;
}

.link-large-txt {
	line-height: 1.7083;
}

.link-content {
	-webkit-transition: color .3s;
	color: #fff;
	transition: color .3s;
}

.nav {
	font-weight: 600;
	letter-spacing: .05em;
	z-index: 30;
}

.nav-item._noPage a {
	color: #D2D2D2;
	pointer-events: none;
}

.nav-btn > a {
	color: #fff;
	height: 100%;
	text-align: center;
	width: 100%;
}

.nav-btn > a:before {
	-webkit-transition: opacity .3s;
	background: -webkit-linear-gradient(45deg, #FFA558, #FFC08B);
	background: linear-gradient(45deg, #FFA558, #FFC08B);
	content: '';
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity .3s;
	z-index: -1;
}

.nav-links {
	margin-bottom: 26px;
	margin-top: 26px;
}

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

.nav-link a {
	-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;
	border: 1px solid #D3D3D3;
	border-radius: 10px;
	color: #707070;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-weight: 300;
	justify-content: space-between;
	letter-spacing: 0;
	padding: 6px 16px 6px 14px;
	width: 100%;
}

.nav-link .link_icon {
	position: relative;
	top: -3px;
	width: 22.34px;
}

.sub {
	background: #fff;
	border-radius: 0 0 10px 10px;
	display: none;
	font-weight: 300;
}

.sub-list {
	border-radius: 0 0 10px 10px;
}

.sub-item {
	padding-top: 3px;
}

.sub-item:last-child a {
	border-radius: 0 0 10px 10px;
}

.sub-item a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: center;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 10px 20px 10px 31px;
	position: relative;
}

.sub-item a:before {
	background: #EDEDED;
	content: '';
	height: 3px;
	left: 0;
	position: absolute;
	top: -3px;
	width: 100%;
}

.msg .sub-tit-light {
	line-height: 1.6666;
}

.msg .base-txt {
	margin-top: 17px;
}

.msg-name {
	color: #707070;
	font-weight: 600;
	margin-top: 17px;
	text-align: right;
}

.promise-lead > span._border {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, transparent), color-stop(15%, #EDEDED), color-stop(85%, #EDEDED), color-stop(85%, transparent));
	background: -webkit-linear-gradient(transparent 15%, #EDEDED 15%, #EDEDED 85%, transparent 85%);
	background: linear-gradient(transparent 15%, #EDEDED 15%, #EDEDED 85%, transparent 85%);
	display: inline-block;
	font-weight: 600;
}

.promise-wrap:nth-of-type(odd) .promise-img {
	border-radius: 0 10px 10px 0;
	margin-left: calc(50% - 50vw);
}

.promise-wrap:nth-of-type(even) .promise-head {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.promise-wrap:nth-of-type(even) .promise-img {
	border-radius: 10px 0 0 10px;
	margin-right: calc(50% - 50vw);
}

.promise-number {
	color: #59D3CD;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-weight: 200;
	line-height: 1.2;
}

.promise-item p._tit {
	font-weight: 600;
	position: relative;
}

.promise-item p._tit:before {
	background: url(../img/about/check_icon.jpg) no-repeat center/cover;
	content: '';
	left: 0;
	position: absolute;
}

.promise-fig > figcaption {
	display: block;
	text-align: center;
}

.contact {
	border-bottom: 1px solid #C4C4C4;
}

form {
	max-width: 738px;
}

.wpcf7-list-item {
	display: inline-block;
}

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

.form-txt > a {
	-webkit-transition: opacity .3s;
	position: relative;
	transition: opacity .3s;
}

.form-txt > a:after {
	-webkit-transform: translateX(-50%);
	background: #333;
	content: '';
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.form-def > div:first-child .form-dtit > p {
	-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;
}

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

.form-def > div._flex > div {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 47.5%;
	-ms-flex: 0 0 47.5%;
	flex: 0 0 47.5%;
}

.form-def > div._flex > div dd._en {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.form-def > div._flex > div:nth-of-type(n + 2) {
	margin-left: 5%;
}

.form-def > div._flex > div span._en {
	vertical-align: bottom;
}

.form-note {
	color: #FFA558;
	display: inline-block;
	font-weight: 300;
	margin-left: 10px;
}

.form-dtit {
	color: #707070;
	font-weight: 600;
	letter-spacing: .1em;
}

.form-dtit._center {
	text-align: center;
}

.form-dtit label > span {
	color: #FFA558;
	margin-left: .5em;
	vertical-align: top;
}

.form-data {
	line-height: 1;
}

.form-data._radio label {
	position: relative;
}

.form-data._radio input[type="radio"] {
	opacity: 0;
	position: absolute;
	visibility: hidden;
}

.form-data._radio span.wpcf7-list-item-label {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #707070;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: 600;
	font-weight: 600;
	letter-spacing: .01em;
	position: relative;
}

.form-data._radio span.wpcf7-list-item-label::before {
	border: 1px solid #707070;
	border-radius: 50%;
	content: "";
	display: block;
}

.form-data._radio span.wpcf7-list-item-label::after {
	-webkit-transform: translateY(-50%);
	background-color: #59D3CD;
	border-radius: 50%;
	content: "";
	display: block;
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.form-data._radio input[type="radio"]:checked + span.wpcf7-list-item-label::after {
	display: block;
}

.form-data._policy {
	text-align: center;
}

.form-data._policy .wpcf7-list-item-label {
	color: #707070;
	font-weight: 600;
}

.form-data._policy a {
	color: #707070;
	font-weight: 600;
	letter-spacing: .1em;
	text-decoration: underline;
}

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

.form-btn > p {
	-webkit-transition: background .3s;
	-webkit-transition: all .2s;
	background: -webkit-gradient(linear, left top, right top, from(#59D3CD), to(#97DDD8));
	background: -webkit-linear-gradient(left, #59D3CD, #97DDD8);
	background: linear-gradient(90deg, #59D3CD, #97DDD8);
	color: #fff;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	transition: background .3s;
	transition: all .2s;
	z-index: 1;
}

.form-btn > p:before {
	-webkit-transition: opacity .3s;
	background: -webkit-linear-gradient(45deg, #FFA558, #FFC08B);
	background: linear-gradient(45deg, #FFA558, #FFC08B);
	border-radius: 20px;
	content: '';
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity .3s;
	z-index: -1;
}

.form-btn input {
	cursor: pointer;
	font-weight: 600;
	letter-spacing: .1em;
	text-align: center;
}

.privacy-txt {
	background: #F7F7F7;
	border-radius: 10px;
	color: #333333;
	font-size: 14px;
	line-height: 1.714;
	overflow-y: scroll;
}

.privacy-txt > ul > li {
	padding-left: 1em;
	position: relative;
}

.privacy-txt > ul > li:before {
	content: '・';
	left: 0;
	position: absolute;
	top: 0;
}

.privacy-txt > ul > li > ul > li {
	padding-left: 1em;
	position: relative;
}

.privacy-txt > ul > li > ul > li:before {
	content: '・';
	left: 0;
	position: absolute;
	top: 0;
}

.privacy-txt::-webkit-scrollbar {
	border-radius: 10px;
	width: 7px;
}

.privacy-txt::-webkit-scrollbar-track {
	background-color: transparent;
}

.privacy-txt::-webkit-scrollbar-thumb {
	background-color: #919191;
	border-radius: 4px;
}

.thanks {
	text-align: center;
}

.thanks-tit {
	color: #707070;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-weight: 800;
	letter-spacing: .1em;
	position: relative;
	z-index: 1;
}

.thanks-tit:before {
	-webkit-transform: translate(-50%, -50%);
	background: url(../img/contact/thanks_bg.jpg) no-repeat center/contain;
	content: '';
	position: absolute;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.thanks-btn {
	max-width: 100%;
}

.thanks-btn a {
	-webkit-transition: color .3s, background .3s, border-color .3s;
	border: 1px solid #C4C4C4;
	color: #707070;
	font-weight: 600;
	letter-spacing: .05em;
	text-align: center;
	transition: color .3s, background .3s, border-color .3s;
	width: 100%;
}

.eb-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #D3D3D3;
	border-radius: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.75;
	padding: 15px;
}

.eb-item:nth-of-type(3n) {
	margin-right: 0;
}

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

.eb-content ._tit {
	font-weight: 600;
}

.gallery .sub-tit-light {
	color: #59D3CD;
}

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

.gallery-small {
	letter-spacing: .05em;
	line-height: 1.75;
}

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

.sched-num {
	border-bottom: 1px solid #707070;
	border-right: 1px solid #707070;
	color: #707070;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 14px;
	font-weight: 700;
	height: 28.82px;
	line-height: 1;
	margin-left: auto;
	width: 80.54px;
}

.sched-left {
	line-height: 1.4;
	margin-right: 8px;
}

.sched-tit {
	color: #707070;
	font-weight: 600;
}

.sched-time {
	color: #707070;
}

.sched-def {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-weight: 600;
}

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

.sched-def > div:nth-of-type(n + 2) {
	margin-top: 5px;
}

.sched-dtit {
	-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: #9D9D9D;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-right: 5px;
}

.sched-data {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

.sched-data p {
	-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;
	color: #707070;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	justify-content: center;
	line-height: 1.3846;
	padding: 6px 5px;
}

.sched-data p:nth-of-type(n + 2) {
	margin-top: 5px;
}

.sched-data p._m {
	min-height: 64px;
}

.sched-data p._l {
	min-height: 135px;
}

.sched-data p._color {
	color: #59D3CD;
}

.sched-data._dark p:nth-of-type(odd) {
	background: #EDEDED;
}

.sched-data._dark p:nth-of-type(even) {
	background: #F6F6F6;
}

.sched-data._bright p:nth-of-type(odd) {
	background: #F6F6F6;
}

.sched-data._bright p:nth-of-type(even) {
	background: #EDEDED;
}

.faq-dtit {
	cursor: pointer;
}

.faq-data {
	display: none;
}

.faq-wrap {
	border-top: 1px solid #C4C4C4;
	line-height: 1.6875;
	position: relative;
}

.faq-wrap a {
	text-decoration: underline;
}

.faq-wrap:last-of-type {
	border-bottom: 1px solid #C4C4C4;
}

.faq-wrap:before {
	color: #59D3CD;
	content: 'Q';
	font-weight: 600;
	position: absolute;
}

.faq-dtit {
	position: relative;
}

.faq-dtit._open ._icon:after {
	-webkit-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
}

.faq-dtit ._icon {
	-webkit-transform: translateY(-50%);
	border: 1px solid #59D3CD;
	border-radius: 100px;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.faq-dtit ._icon:before,
.faq-dtit ._icon:after {
	background: #59D3CD;
	top: 50%;
}

.faq-dtit ._icon:before {
	-webkit-transform: translateY(-50%);
	-webkit-transition: -webkit-transform .3s;
	content: '';
	height: 1px;
	position: absolute;
	transform: translateY(-50%);
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.faq-dtit ._icon:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-webkit-transition: -webkit-transform .3s;
	content: '';
	height: 1px;
	position: absolute;
	transform: translateY(-50%) rotate(90deg);
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.faq-data {
	padding-left: 150px;
	position: relative;
}

.faq-data:before {
	color: #59D3CD;
	content: 'A';
	font-weight: 600;
	position: absolute;
}

.process {
	background: #EDEDED;
}

.process-list {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.process-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: 600;
	padding: 6px 17px;
	position: relative;
}

.process-item:before {
	-webkit-transform: translate(-50%, -50%);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.process-item:not(:last-of-type):after {
	position: absolute;
}

.process-num {
	color: #59D3CD;
}

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

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

.req-msg {
	display: none;
}

.req-tags-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	max-width: 1166px;
	position: relative;
}

.req-tag {
	-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;
	-webkit-transition: background .3s, border-color .3s;
	background: #EDEDED;
	border: 1px solid #C7C7C7;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-weight: bold;
	justify-content: center;
	letter-spacing: .1em;
	line-height: 1.4;
	position: relative;
	position: relative;
	text-align: center;
	top: 1px;
	transition: background .3s, border-color .3s;
}

.req-tag._active {
	background: #fff;
}

.req-tag._closed {
	color: #D2D2D2;
	pointer-events: none;
}

.req-tag:before {
	-webkit-transform: translate(-50%, -50%);
	-webkit-transition: opacity .3s;
	border: 2px solid #59D3CD;
	border-radius: 10px;
	content: '';
	height: 100%;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity .3s;
	width: 100%;
}

.req-tag:after {
	-webkit-transform: translateX(-50%);
	-webkit-transition: opacity .3s;
	background: #59D3CD;
	border-radius: 100px;
	content: '';
	height: 4px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	transition: opacity .3s;
	width: 91.1971%;
}

.req-content {
	display: none;
	line-height: 1.6;
}

.req-content._active {
	display: block;
}

.req-def {
	letter-spacing: .05em;
	line-height: 1.6875;
	max-width: 1056px;
}

.req-wrap {
	border-top: 1px solid #C4C4C4;
}

.req-wrap:last-of-type {
	border-bottom: 1px solid #C4C4C4;
}

.req-dtit {
	-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: #F7F7F7;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-weight: 600;
	justify-content: center;
	text-align: center;
}

.req-data {
	background: #F5FCFC;
}

.req-txt {
	color: #707070;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
}

.req ._removed {
	display: none !important;
}

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

.about-copy {
	text-align: right;
}

.about-copy.js-scroll {
	opacity: 0;
}

.about-copy.js-scroll._scroll {
	-webkit-animation: fadeInUp 1s forwards;
	animation: fadeInUp 1s forwards;
}

.about-copy > p {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	flex-direction: column;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-weight: 800;
	line-height: 2.7272;
	text-align: left;
}

.about-copy span {
	display: inline-block;
	position: relative;
}

.about-copy span:after {
	background: #333;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.about-img.js-scroll {
	opacity: 0;
}

.about-img.js-scroll._scroll {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
}

.about-tit {
	color: #59D3CD;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-weight: 800;
	line-height: 1.4;
}

.about-tit.js-scroll {
	opacity: 0;
}

.about-tit.js-scroll._scroll {
	-webkit-animation: fadeInUp 1s forwards;
	animation: fadeInUp 1s forwards;
}

.about-txt.js-scroll {
	opacity: 0;
}

.about-txt.js-scroll._scroll {
	-webkit-animation: fadeIn 1s forwards;
	-webkit-animation-delay: .3s;
	animation: fadeIn 1s forwards;
	animation-delay: .3s;
}

.env-img.js-scroll {
	opacity: 0;
}

.env-img.js-scroll._scroll {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
}

.mv {
	height: 100vh;
	position: relative;
	width: 100%;
}

.mv-bg {
	height: 100vh;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.mv-wrap {
	inset: 0;
	overflow: hidden;
	position: absolute;
}

.mv-wrap._active .mv-img {
	-webkit-transform: scale(1.03);
	opacity: 1;
	transform: scale(1.03);
}

.mv-wrap._active .mv-copy {
	opacity: 1;
}

.mv-wrap._active .mv-copy > p > span {
	-webkit-transform: translateY(0);
	-webkit-transition: -webkit-transform 1.4s cubic-bezier(0.3, 1, 0.3, 1);
	transform: translateY(0);
	transition: -webkit-transform 1.4s cubic-bezier(0.3, 1, 0.3, 1);
	transition: transform 1.4s cubic-bezier(0.3, 1, 0.3, 1);
	transition: transform 1.4s cubic-bezier(0.3, 1, 0.3, 1), -webkit-transform 1.4s cubic-bezier(0.3, 1, 0.3, 1);
}

.mv-wrap._active .mv-copy > p._1 > span {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.mv-wrap._active .mv-copy > p._2 > span {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.mv-img {
	-webkit-transform: scale(1);
	-webkit-transition: opacity 1s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 5s cubic-bezier(0.61, 1, 0.88, 1);
	inset: 0;
	opacity: 0;
	position: absolute;
	transform: scale(1);
	transition: opacity 1s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 5s cubic-bezier(0.61, 1, 0.88, 1);
	transition: opacity 1s cubic-bezier(0.61, 1, 0.88, 1), transform 5s cubic-bezier(0.61, 1, 0.88, 1);
	transition: opacity 1s cubic-bezier(0.61, 1, 0.88, 1), transform 5s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 5s cubic-bezier(0.61, 1, 0.88, 1);
	z-index: -1;
}

.mv-img._0 {
	-webkit-animation-delay: 0s, 0s;
	animation-delay: 0s, 0s;
}

.mv-img._1 {
	-webkit-animation-delay: 5s, 5s;
	animation-delay: 5s, 5s;
}

.mv-copy {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-transition: opacity 1s ease;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	max-width: calc(100% - 13px);
	opacity: 0;
	position: absolute;
	transition: opacity 1s ease;
	z-index: 2;
}

.mv-copy > p {
	overflow: hidden;
}

.mv-copy > p._1 {
	width: 100%;
}

.mv-copy > p > span {
	-webkit-transform: translateY(105%);
	-webkit-transition: none;
	display: block;
	transform: translateY(105%);
	transition: none;
}

.mv-copy._0 > p._0 {
	width: 73.1707%;
}

.mv-copy._0 > p._2 {
	width: 85.3658%;
}

.mv-copy._1 {
	-webkit-transform: translate(-50%, -50%);
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mv-copy._1 > p._0 {
	width: 73.1707%;
}

.mv-copy._1 > p._2 {
	width: 83.9024%;
}

.mv-copy._2 {
	-webkit-transform: translate(-50%, -50%);
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mv-copy._2 > p._0 {
	width: 56.6037%;
}

.mv-copy._2 > p._2 {
	width: 64.9056%;
}

.mv-bottom {
	-webkit-animation: fadeIn .5s forwards;
	-webkit-animation-delay: 1s;
	animation: fadeIn .5s forwards;
	animation-delay: 1s;
	opacity: 0;
	position: absolute;
	z-index: 3;
}

.news {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	background: #fff;
	border-radius: 8px;
	flex-grow: 1;
	letter-spacing: .05em;
	max-width: 840px;
}

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

.news-wrap a {
	-webkit-transition: color .3s;
	text-decoration: underline;
	transition: color .3s;
}

.news-tit {
	color: #59D3CD;
	font-weight: 600;
}

.scroll {
	-webkit-animation: fadeIn .5s forwards;
	-webkit-animation-delay: 1.5s;
	-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;
	animation: fadeIn .5s forwards;
	animation-delay: 1.5s;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	opacity: 0;
	position: absolute;
	z-index: 2;
}

.scroll-txt {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	bottom: -1px;
	color: #fff;
	font-size: 12px;
	letter-spacing: .2em;
	position: relative;
	right: -1px;
	writing-mode: vertical-rl;
}

.scroll-bar {
	background-color: #fff;
	height: 54.29px;
	margin-top: 4.4px;
	overflow: hidden;
	position: relative;
	right: 0;
	width: 1px;
}

.scroll-bar:after {
	-webkit-animation: bar 2s ease infinite;
	animation: bar 2s ease infinite;
	background-color: #59D3CD;
	content: '';
	height: 35.25px;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}

.visual-img.js-scroll {
	opacity: 0;
}

.visual-img.js-scroll._scroll {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
}

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

.voice-list.js-scroll {
	opacity: 0;
}

.voice-list.js-scroll._scroll {
	-webkit-animation: fadeIn 1s forwards;
	-webkit-animation-delay: .3s;
	animation: fadeIn 1s forwards;
	animation-delay: .3s;
}

.voice-item._slct {
	position: relative;
}

.voice-item._slct .voice-img,
.voice-item._slct .voice-wrap {
	opacity: .4;
}

.voice-item._slct:before {
	background: #59D3CD;
	content: '';
	height: 4px;
	left: 0;
	position: absolute;
	top: -4px;
	width: 100%;
}

.voice-item._slct a {
	pointer-events: none;
}

.voice-item._slct .voice-txt {
	color: #333;
}

.voice-img {
	overflow: hidden;
}

.voice-img img {
	-webkit-transition: -webkit-transform .6s;
	transition: -webkit-transform .6s;
	transition: transform .6s;
	transition: transform .6s, -webkit-transform .6s;
}

.voice-wrap {
	font-weight: 600;
}

.voice-txt {
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	color: #59D3CD;
	letter-spacing: .05em;
	line-height: 1.5;
}

.voice-name {
	line-height: 1.5;
	text-align: right;
}

.voice-name-ja > span {
	display: inline-block;
}

.voice-name-en {
	color: #B5B5B5;
}

.int-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 calc(43% + 50px);
	-ms-flex: 0 1 calc(43% + 50px);
	flex: 0 1 calc(43% + 50px);
}

.int-tit {
	color: #59D3CD;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-weight: 800;
	line-height: 1.5;
}

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

.mv_v-tit {
	position: absolute;
}

.mv_v .fv-tit {
	line-height: 1;
	padding-top: 0;
	position: absolute;
	text-align: left;
}

.mv_v-wrap {
	color: #fff;
	position: absolute;
}

.mv_v-en {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-weight: 700;
}

.mv_v-txt {
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	letter-spacing: .05em;
	line-height: 1.5;
}

.mv_v-name {
	font-weight: 600;
	text-align: right;
}

.mv_v-name > span {
	display: inline-block;
}

.prof-tit {
	border-bottom: 1px solid #C7C7C7;
	color: #000;
}

.prof-item {
	padding-left: 1em;
	position: relative;
}

.prof-item:before {
	content: '・';
	left: 0;
	position: absolute;
	top: 0;
}

.prof-item > span._paren {
	margin-left: -.6em;
}

.staff-list {
	margin-top: 29px;
}

.staff-item:nth-of-type(odd) > p:before {
	left: 27px;
}

.staff-item:nth-of-type(even) {
	text-align: right;
}

.staff-item:nth-of-type(even) > p:before {
	-webkit-transform: scale(-1, 1);
	right: 27px;
	transform: scale(-1, 1);
}

.staff-item > p {
	background: #fff;
	border-radius: 10px;
	color: #000;
	display: inline-block;
	line-height: 1.4;
	position: relative;
	text-align: left;
}

.staff-item > p:before {
	background: url(../img/voice/frame_arr.png) no-repeat center/contain;
	bottom: -24.59px;
	content: '';
	height: 24.59px;
	position: absolute;
	width: 42.88px;
}

.style-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #C7C7C7;
	border-radius: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.style-head {
	margin: 0 auto;
}

.style-txt {
	font-weight: 600;
	line-height: 1.7222;
}

.voice_v > .inner {
	padding: 0;
}

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

body {
	font-size: 16px;
}

.inner {
	padding: 0 50px;
}

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

.sec-tit > small {
	font-size: 20px;
	margin-top: 5px;
}

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

.sec-tit-small > small {
	margin-top: 1px;
}

.sec-txt {
	font-size: 20px;
	margin-top: 18px;
}

.en-tit {
	font-size: 40px;
}

.sub-tit {
	font-size: 36px;
}

.sub-tit-light {
	font-size: 36px;
}

.base-txt {
	line-height: 2.25;
}

._sp {
	display: none;
}

.btn {
	width: 321px;
}

.btn._long {
	width: 511px;
}

.btn._long a {
	border-radius: 16px;
	padding: 29px 28px 29px 30px;
}

.btn._small {
	width: 205px;
}

.btn._small a {
	padding: 8px 16px 8px 16px;
}

.btn._small .btn-txt > span {
	font-size: 16px;
}

.btn._small .btn-arr {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 30px;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	height: 30px;
}

.btn a {
	padding: 11px 17px 11px 30px;
}

.btn a:hover {
	background: #59D3CD;
	color: #fff;
}

.btn a:hover .btn-arr {
	background: #fff;
}

.btn a:hover .btn-arr path {
	stroke: #59D3CD;
}

.btn-txt > span {
	font-size: 20px;
}

.btn-txt > small {
	bottom: -1px;
	margin-left: 8px;
}

.btn-arr {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41px;
	-ms-flex: 0 0 41px;
	flex: 0 0 41px;
	height: 41px;
}

input,
textarea {
	font-size: 16px;
}

input {
	padding: 2.4em 1.6em;
}

.form-data input[type="checkbox"] + span {
	padding: 0 0 0 2em;
}

.form-data input[type="checkbox"] + span::before {
	height: 32px;
	left: -17px;
	width: 32px;
}

.form-data input[type="checkbox"] + span::after {
	height: 18px;
	left: -9px;
	width: 18px;
}

input:not([type='submit']) {
	margin-top: 12px;
}

textarea {
	height: 340px;
	margin-top: 11px;
	padding: .9em 1.6em;
}

.box {
	padding: 38px 50px;
}

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

.box-label {
	font-size: 20px;
	min-width: 174px;
	padding: 11.5px 24px;
}

.box-tit {
	font-size: 28px;
	margin-left: 31px;
}

.error {
	padding: 30px;
}

.error-inner {
	border-radius: 35px;
}

.error-inner:before {
	bottom: 10.5px;
	height: 52.51px;
	right: 10.5px;
	width: 64.28px;
}

.error-tit {
	width: 777.78px;
}

.error-txt {
	line-height: 1.6875;
	margin-top: 36px;
}

.error-btn {
	margin-top: 70px;
}

.footer {
	padding: 70px 50px 60px;
}

.footer-copy {
	font-size: 13px;
}

.footer-logo {
	margin-right: 20px;
	width: 306px;
}

.footer-logo a {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.footer-logo a:hover {
	opacity: .7;
}

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

.footer-btn a {
	padding: 19px 22.6px 19px 20px;
}

.footer-btn a ._txt {
	font-size: 15px;
}

.footer-btn a:hover {
	background: #59D3CD;
	border-color: #59D3CD;
}

.footer-btn a:hover ._txt {
	color: #fff;
}

.footer-btn a:hover path {
	fill: #fff;
}

.footer-btn:nth-of-type(n + 2) {
	margin-left: 23px;
}

.footer-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.5;
	margin-top: 50px;
}

.footer-item {
	margin-bottom: 10px;
	margin-right: 28px;
}

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

.footer-item a:hover {
	color: #59D3CD;
}

.footer .footer-copy {
	margin-left: auto;
}

.fv {
	height: 450px;
}

.fv._about {
	background: url(../img/about/fv_bg.jpg) no-repeat center/cover;
}

.fv._faq {
	background: url(../img/faq/fv_bg.jpg) no-repeat center/cover;
}

.fv._req {
	background: url(../img/req/fv_bg.jpg) no-repeat center/cover;
}

.fv._env {
	background: url(../img/env/fv_bg.jpg) no-repeat center/cover;
}

.fv._contact {
	background: url(../img/contact/fv_bg.jpg) no-repeat center/cover;
}

.fv-tit {
	padding-top: 215px;
}

.fv-tit > ._en {
	font-size: 50px;
}

.header {
	height: 80px;
	padding-left: 50px;
}

.header-logo {
	margin-right: 28.5px;
	width: 194px;
}

.header-logo a {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.header-logo a:hover {
	opacity: .7;
}

.header-txt {
	border-left: 1px solid #707070;
	padding: 10px 10px 10px 22.5px;
}

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

.link {
	margin-top: 180px;
	padding: 76px 0 71px;
}

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

.link-small:nth-of-type(n + 2) {
	margin-left: 24px;
}

.link-small a {
	padding: 28.5px 50px;
}

.link-small a:hover {
	background: #59D3CD;
}

.link-small a:hover .btn-arr {
	background: #fff;
}

.link-small a:hover .btn-arr path {
	stroke: #59D3CD;
}

.link-small a:hover .link-txt > ._en,
.link-small a:hover .link-txt > ._ja {
	color: #fff;
}

.link-txt > ._en {
	font-size: 35px;
}

.link-txt > ._ja {
	margin-top: 5px;
}

.link-large a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	min-height: 309px;
	padding: 50px;
}

.link-large-arr {
	height: 101px;
	margin-left: 20px;
	width: 101px;
}

.link-large-arr path {
	-webkit-transition: stroke .3s;
	transition: stroke .3s;
}

.link-large-tit {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: -5px;
}

.link-large-en {
	font-size: 50px;
}

.link-large-ja {
	font-size: 20px;
	margin-bottom: 9px;
	margin-left: 25px;
}

.link-large-txt {
	font-size: 24px;
	margin-top: 23px;
}

.goal {
	margin-top: 100px;
}

.goal > .inner {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.goal-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 53.16%;
	-ms-flex: 0 1 53.16%;
	border-radius: 10px 0 0 10px;
	flex: 0 1 53.16%;
	margin-right: -50px;
	overflow: hidden;
}

.goal .sub-tit {
	line-height: 1.6666;
	margin-top: 21px;
}

.goal .base-txt {
	margin-top: 26px;
}

.goal-content {
	margin-top: 79px;
}

.msg {
	margin-top: 160px;
}

.msg-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 36px;
}

.msg-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 44.628%;
	-ms-flex: 0 1 44.628%;
	flex: 0 1 44.628%;
	margin-right: 6.714%;
}

.msg-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 48.658%;
	-ms-flex: 0 1 48.658%;
	flex: 0 1 48.658%;
	margin-top: 18px;
}

.msg-name > span {
	font-size: 28px;
	margin-left: 20px;
}

.msg .btn {
	margin: 80px auto 0;
}

.promise {
	margin-top: 120px;
}

.promise-lead {
	margin-top: 15px;
}

.promise-lead span._big {
	font-size: 20px;
}

.promise-wrap:nth-of-type(1) {
	margin-top: 80px;
}

.promise-wrap:nth-of-type(n + 2) {
	margin-top: 139px;
}

.promise-wrap:nth-of-type(odd) .promise-content {
	margin-left: 8.5764%;
}

.promise-wrap:nth-of-type(even) .promise-content {
	margin-right: 8.5764%;
}

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

.promise-number {
	font-size: 50px;
}

.promise-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 43.6%;
	-ms-flex: 0 0 43.6%;
	flex: 0 0 43.6%;
}

.promise .sub-tit-light {
	margin-top: 29px;
}

.promise-img {
	overflow: hidden;
}

.promise-list {
	margin-top: 61px;
}

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

.promise-item p._tit {
	font-size: 20px;
	padding-left: 34px;
}

.promise-item p._tit:before {
	height: 24px;
	top: 8px;
	width: 23.31px;
}

.promise-item p._txt {
	line-height: 2.25;
}

.promise-figs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 71px;
}

.promise-fig:nth-of-type(n + 2) {
	margin-left: 21px;
}

.promise-fig > figcaption {
	margin-top: 7px;
}

.contact {
	margin-top: 93px;
	padding-bottom: 180px;
}

form {
	margin: 81px auto 0;
}

.form-txt {
	font-size: 20px;
	letter-spacing: .05em;
	line-height: 2.1;
}

.form-txt > a:hover {
	opacity: .7;
}

.form-txt > a:after {
	bottom: 9px;
}

.form-def {
	margin-top: 81px;
}

.form-def > div:nth-child(n + 2) {
	margin-top: 41px;
}

.form-def > div._flex > div span._en {
	margin: 0 0 1em 17px;
}

.form-note {
	font-size: 14px;
}

.form-dtit {
	font-size: 18px;
}

.form-data._radio {
	margin-top: 12px;
}

.form-data._radio .wpcf7-list-item:not(:last-child) {
	margin-right: 56px;
}

.form-data._radio .wpcf7-list-item.first {
	margin-left: 3px;
}

.form-data._radio span.wpcf7-list-item-label {
	font-size: 18px;
}

.form-data._radio span.wpcf7-list-item-label::before {
	height: 32px;
	margin-right: 17px;
	width: 32px;
}

.form-data._radio span.wpcf7-list-item-label::after {
	height: 18px;
	left: 8px;
	width: 18px;
}

.form-data._policy {
	font-size: 18px;
	margin-top: 47px;
}

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

.form-btn > p {
	border-radius: 20px;
	width: 400px;
}

.form-btn > p:hover:before {
	opacity: 1;
}

.form-btn input {
	font-size: 18px;
	padding: 30px;
}

.privacy {
	margin-top: 38px;
}

.privacy-txt {
	height: 252px;
	margin-top: 11px;
	padding: 31px 60px 31px 34px;
}

.thanks {
	margin-top: 266px;
}

.thanks-tit {
	font-size: 36px;
}

.thanks-tit:before {
	background: url(../img/contact/thanks_bg.jpg) no-repeat center/contain;
	height: 382px;
	left: 50.5%;
	top: -32%;
	width: 990px;
}

.thanks-txt {
	font-size: 20px;
	letter-spacing: .05em;
	line-height: 2.1;
	margin-top: 152px;
}

.thanks-btn {
	margin: 101px auto 0;
	width: 400px;
}

.thanks-btn a {
	border-radius: 20px;
	font-size: 18px;
	padding: 29.5px 10px;
}

.thanks-btn a:hover {
	background: #59D3CD;
	border-color: #59D3CD;
	color: #fff;
}

.eb {
	margin-top: 112px;
}

.eb-list {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-top: 31px;
}

.eb-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(33.33% - 24px * 2 / 3);
	-ms-flex: 0 0 calc(33.33% - 24px * 2 / 3);
	flex: 0 0 calc(33.33% - 24px * 2 / 3);
	margin-right: 24px;
	margin-top: 25px;
	min-height: 153px;
}

.eb-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 30%;
	-ms-flex: 0 1 30%;
	flex: 0 1 30%;
}

.eb-icon {
	width: 39px;
}

.eb-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 70%;
	-ms-flex: 0 1 70%;
	flex: 0 1 70%;
	padding-left: 3%;
}

.gallery {
	margin-top: 91px;
}

.gallery-wrap:nth-of-type(n + 2) {
	margin-top: 160px;
}

.gallery-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 75px;
}

.gallery-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 55.8451%;
	-ms-flex: 0 1 55.8451%;
	flex: 0 1 55.8451%;
}

.gallery-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 44.1548%;
	-ms-flex: 0 1 44.1548%;
	flex: 0 1 44.1548%;
	margin-top: 22px;
	padding-left: 4%;
}

.gallery-txt {
	font-size: 20px;
	margin-top: 27px;
	padding-right: 9.8%;
}

.gallery-small {
	margin-top: 15px;
	padding-right: 9.8%;
}

.gallery .btn {
	margin: 23px 0 0 auto;
}

.gallery-pics {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-top: 4px;
}

.gallery-pic {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(33.33% - 18px * 2 / 3);
	-ms-flex: 0 0 calc(33.33% - 18px * 2 / 3);
	flex: 0 0 calc(33.33% - 18px * 2 / 3);
	margin-right: 18px;
	margin-top: 16px;
}

.gallery-pic:nth-of-type(3n) {
	margin-right: 0;
}

.sched {
	margin-top: 82px;
}

.sched-inner {
	margin-top: 47px;
}

.sched-body {
	margin-top: 27px;
}

.sched-left {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 134px;
	-ms-flex: 0 1 134px;
	flex: 0 1 134px;
}

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

.sched-time {
	font-size: 13px;
	margin-top: 4px;
}

.sched-cmt {
	margin-top: 20px;
	max-width: 113.15px;
}

.sched-dtit {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41px;
	-ms-flex: 0 0 41px;
	flex: 0 0 41px;
}

.wstyle {
	margin-top: 169px;
}

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

.wstyle .base-txt._top {
	max-width: 633px;
}

.wstyle .base-txt {
	margin-top: 20px;
}

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

.wstyle-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 41.4691%;
	-ms-flex: 0 1 41.4691%;
	flex: 0 1 41.4691%;
	margin-top: 80px;
	padding-right: 3.7%;
}

.wstyle-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 58.5309%;
	-ms-flex: 0 1 58.5309%;
	flex: 0 1 58.5309%;
	padding-right: 6.7%;
}

.faq {
	margin-top: 91px;
}

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

.faq-def {
	margin-top: 49px;
}

.faq-wrap {
	letter-spacing: .05em;
}

.faq-wrap a:hover {
	opacity: .7;
}

.faq-wrap:before {
	font-size: 36px;
	left: 30px;
	top: 13px;
}

.faq-dtit {
	padding: 29px 126px 29px 91px;
}

.faq-dtit ._icon {
	height: 40px;
	right: 37px;
	width: 40px;
}

.faq-dtit ._icon:before,
.faq-dtit ._icon:after {
	right: 10px;
	width: 19.24px;
}

.faq-data {
	padding: 20px 126px 27px 150px;
}

.faq-data:before {
	font-size: 36px;
	left: 90px;
	top: 4px;
}

.process {
	margin-top: 180px;
	padding: 80px 0 90px;
}

.process .sec-txt {
	margin-top: 31px;
}

.process-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 51px auto 0;
	max-width: 1166px;
}

.process-item {
	min-height: 106px;
}

.process-item:not(:last-of-type):after {
	-webkit-transform: translateY(-50%);
	background: url(../img/req/process_arr.png) no-repeat center/contain;
	content: '';
	height: 110px;
	right: -14px;
	top: 50%;
	transform: translateY(-50%);
	width: 30.09px;
}

.process-num {
	font-size: 14px;
}

.process-txt {
	font-size: 20px;
}

.req {
	margin-top: 100px;
}

.req-tags {
	border-bottom: 1px solid #C7C7C7;
}

.req-tag {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
	flex: 1;
	font-size: 18px;
	padding: 18px;
}

.req-tag:nth-of-type(n + 2) {
	margin-left: 10px;
}

.req-tag._textLong {
	letter-spacing: .05em;
}

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

.req-tag._active:after {
	opacity: 1;
}

.req-def {
	margin: 83px auto 0;
}

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

.req-dtit {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 19%;
	-ms-flex: 0 1 19%;
	flex: 0 1 19%;
	padding: 24px 20px;
}

.req-data {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 81%;
	-ms-flex: 0 1 81%;
	flex: 0 1 81%;
	padding: 24px 4.4%;
}

.req-bottom {
	margin-top: 82px;
}

.req-bottom .btn {
	margin: 51px auto 0;
}

.req-txt {
	font-size: 30px;
}

.about {
	margin-top: 104px;
}

.about > .inner {
	padding: 0 50px 0 0;
}

.about-copy {
	margin-right: 91.5px;
	margin-top: 22px;
}

.about-copy > p {
	font-size: 22px;
}

.about-copy span:after {
	bottom: 7px;
}

.about-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 592px;
	-ms-flex: 0 1 592px;
	flex: 0 1 592px;
}

.about-content {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 7.6%;
}

.about-tit {
	font-size: 34px;
	margin-top: 68px;
}

.about-tit > span {
	font-size: 50px;
}

.about-txt {
	line-height: 2.5;
	margin-top: 35px;
}

.about .btn {
	margin: 60px 0 0 auto;
}

.env {
	margin-top: 112px;
}

.env > .inner {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
}

.env-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 41.7%;
	-ms-flex: 0 1 41.7%;
	flex: 0 1 41.7%;
	margin-left: -50px;
}

.env-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 calc(52% + 50px);
	-ms-flex: 0 1 calc(52% + 50px);
	flex: 0 1 calc(52% + 50px);
	margin-left: 6.3%;
	margin-top: 50px;
}

.env .sub-tit {
	line-height: 1.3888;
	margin-top: 37px;
}

.env .sec-txt {
	margin-top: 30px;
}

.env .btn {
	margin-left: auto;
	margin-top: 39px;
}

.mv-img._0 {
	background: url(../img/top/mv_bg0.jpg) no-repeat center/cover;
}

.mv-img._1 {
	background: url(../img/top/mv_bg1.jpg) no-repeat center/cover;
}

.mv-img._2 {
	background: url(../img/top/mv_bg2.jpg) no-repeat center/cover;
}

.mv-copy > p._1 {
	margin-top: 20px;
}

.mv-copy > p._2 {
	margin-top: 21px;
}

.mv-copy._0 {
	left: 9.44363vw;
	max-width: 615px;
	min-width: 410px;
	top: 16.25183vw;
	width: 30.01464vw;
}

.mv-copy._1 {
	max-width: 615px;
	min-width: 410px;
	top: 62.5%;
	width: 30.01464vw;
}

.mv-copy._2 {
	max-width: 795px;
	min-width: 530px;
	top: 66%;
	width: 38.79941vw;
}

.mv-bottom {
	-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;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	left: 50px;
	width: calc(100% - 100px);
}

.mv-txt {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 260.15px;
	-ms-flex: 0 0 260.15px;
	flex: 0 0 260.15px;
	margin: 0 30px 0 21px;
}

.news {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 8.5px 24px;
}

.news-wrap {
	font-size: 13px;
}

.news-wrap a:hover {
	color: #59D3CD;
}

.news-tit {
	font-size: 14px;
	margin-right: 21px;
}

.scroll {
	padding: 0 41px 28px 0;
	right: 0;
	width: 67px;
}

.visual-img {
	height: 400px;
}

.visual-img._0 {
	background: url(../img/top/visual_bg0.jpg) no-repeat center/cover;
	margin-top: 180px;
}

.visual-img._1 {
	background: url(../img/top/visual_bg1.jpg) no-repeat center/cover;
	margin-top: 180px;
}

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

.voice .sub-tit {
	margin-top: 90px;
}

.voice .voice-list {
	margin: 88px -50px 0;
}

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

.voice-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(33.33% - 2px * 2 / 3);
	-ms-flex: 0 0 calc(33.33% - 2px * 2 / 3);
	flex: 0 0 calc(33.33% - 2px * 2 / 3);
	margin-right: 2px;
}

.voice-item:nth-of-type(3n) {
	margin-right: 0;
}

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

.voice-item a:hover .voice-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.voice-wrap {
	padding: 29px 22px 0;
}

.voice-txt {
	font-size: 28px;
}

.voice-name {
	margin-top: 16px;
}

.voice-name-ja > span {
	font-size: 28px;
	margin-left: 20px;
}

.voice-name-en {
	font-size: 13px;
	margin-top: 2px;
}

.int {
	margin-top: 127px;
}

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

.int-wrap:nth-of-type(odd) .int-img {
	margin-left: -50px;
}

.int-wrap:nth-of-type(odd) .int-content {
	margin-left: 5.7%;
}

.int-wrap:nth-of-type(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.int-wrap:nth-of-type(even) .int-img {
	margin-right: -50px;
}

.int-wrap:nth-of-type(even) .int-content {
	margin-right: 5.7%;
}

.int-wrap:nth-of-type(1) {
	margin-top: 30px;
}

.int-wrap:nth-of-type(n + 2) {
	margin-top: 140px;
}

.int-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 51.3%;
	-ms-flex: 0 1 51.3%;
	flex: 0 1 51.3%;
}

.int-tit {
	font-size: 40px;
	margin-top: 30px;
}

.int-txt {
	line-height: 2.5;
	margin-top: 26px;
}

.mv_v {
	height: 100vh;
}

.mv_v._yamaoka {
	background: url(../img/voice/yamaoka/mv_v_bg.jpg) no-repeat center/cover;
}

.mv_v._iwasaki {
	background: url(../img/voice/iwasaki/mv_v_bg.jpg) no-repeat center/cover;
}

.mv_v._nakagawa {
	background: url(../img/voice/nakagawa/mv_v_bg.jpg) no-repeat center/cover;
}

.mv_v._shiozuka {
	background: url(../img/voice/shiozuka/mv_v_bg.jpg) no-repeat center/cover;
}

.mv_v._takahashi {
	background: url(../img/voice/takahashi/mv_v_bg.jpg) no-repeat center/cover;
}

.mv_v-tit {
	left: 53px;
	top: clamp(90px, 24.6vh, 189px);
	width: 420.98px;
}

.mv_v .fv-tit {
	left: 53px;
	top: clamp(90px, 24vh, 185px);
}

.mv_v .fv-tit > ._ja {
	margin-top: 13px;
}

.mv_v-wrap {
	bottom: clamp(10px, 10.9vh, 84px);
	left: 98px;
	max-width: calc(100% - 198px);
	width: 619px;
}

.mv_v-en {
	font-size: 27px;
}

.mv_v-txt {
	font-size: 40px;
	margin-top: 5px;
}

.mv_v-name {
	margin-top: clamp(20px, 7vh, 51px);
}

.mv_v-name > span {
	font-size: 28px;
	margin-left: 20px;
}

.prof {
	margin-top: 80px;
}

.prof-body {
	margin-top: 20px;
}

.prof-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 17px auto 0;
	max-width: 1200px;
}

.prof-tit {
	font-size: 24px;
}

.prof-list {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	line-height: 2.25;
}

.prof-list:nth-of-type(n + 2) {
	margin-left: 2%;
}

.staff {
	margin-top: 100px;
}

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

.staff-item:nth-of-type(odd) {
	margin-left: 20px;
}

.staff-item:nth-of-type(even) {
	margin-right: 28px;
}

.staff-item > p {
	font-size: 20px;
	max-width: 100%;
	padding: 9.5px 37px;
	text-align: center;
}

.style {
	margin-top: 80px;
}

.style-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 34px;
}

.style-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(33.33% - 33px * 2 / 3);
	-ms-flex: 0 0 calc(33.33% - 33px * 2 / 3);
	flex: 0 0 calc(33.33% - 33px * 2 / 3);
	padding: 50px 20px 49px;
}

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

.style-head {
	width: 164px;
}

.style-icon {
	margin-top: 41px;
	width: 45px;
}

.style-txt {
	font-size: 18px;
	margin-top: 35px;
}

.voice_v {
	margin-top: 182px;
}

}

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

.btn._small a:hover .btn-arr path {
	stroke: none;
	fill: #59D3CD;
}

}

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

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

.sched-wrap {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(33.33% - 6.4% * 2 / 3);
	-ms-flex: 0 0 calc(33.33% - 6.4% * 2 / 3);
	flex: 0 0 calc(33.33% - 6.4% * 2 / 3);
	margin-right: 6.4%;
}

}

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

._sm {
	display: none;
}

.footer-top {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.nav {
	font-size: 14px;
}

.nav {
	margin-left: auto;
}

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

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

.nav-list._white .nav-item > a {
	color: #fff;
}

.nav-list._white .nav-item > a:hover {
	color: #59D3CD;
}

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

.nav-item > a {
	-webkit-transition: color .3s;
	height: 80px;
	line-height: 80px;
	position: relative;
	transition: color .3s;
}

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

.nav-item._show > a {
	color: #59D3CD;
}

.nav-item._modal {
	position: relative;
}

.nav-item._modal > a {
	padding-right: 1.2em;
	position: relative;
}

.nav-item._modal > a:after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	border-bottom: 1.6px solid;
	border-left: 1.6px solid;
	content: '';
	display: block;
	height: 0.4em;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 0.4em;
}

.nav-btn {
	line-height: 80px;
	margin-left: 36px;
	width: 141px;
}

.nav-btn > a {
	background: -webkit-linear-gradient(45deg, #59D3CD, #97DDD8);
	background: linear-gradient(45deg, #59D3CD, #97DDD8);
}

.nav-btn > a:hover:before {
	opacity: 1;
}

.nav-btn > a {
	-webkit-transition: background .3s;
	position: relative;
	transition: background .3s;
	z-index: 1;
}

}

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

._md {
	display: none;
}

.footer-logo {
	margin: 0 auto;
}

.footer-btns {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
}

.header {
	height: 90px;
	padding-left: 30px;
}

.nav-icon {
	-webkit-box-sizing: content-box;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	background: -webkit-linear-gradient(45deg, #59D3CD, #97DDD8);
	background: linear-gradient(45deg, #59D3CD, #97DDD8);
	box-sizing: content-box;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 90px;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 90px;
	z-index: 31;
}

.nav-icon > div {
	height: 27px;
	position: relative;
	width: 36px;
}

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

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

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

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

.nav-head {
	background: rgba(255, 255, 255, 0.9);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 90px;
	padding-left: 30px;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 31;
}

.nav-inner {
	-webkit-transition: opacity .3s, visibility .3s;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	background-color: #EDEDED;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	height: 100%;
	opacity: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 115px 30px 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity .3s, visibility .3s;
	visibility: hidden;
	width: 100%;
	z-index: 30;
}

.nav-footer {
	background: #fff;
	margin: auto -30px 0;
	padding: 9px 30px;
	text-align: center;
}

.nav .footer-copy {
	font-size: 13px;
}

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

.nav-item > a:not(._md),
.nav-item ._slide {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: center;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 11.5px 20px 11.5px 23px;
}

.nav-item > a:not(._md) {
	border-radius: 10px;
}

.nav ._slide {
	-webkit-transition: border-radius .3s;
	border-radius: 10px;
	cursor: pointer;
	position: relative;
	transition: border-radius .3s;
}

.nav ._slide._open {
	border-radius: 10px 10px 0 0;
}

.nav ._slide._open .arr_icon_slide {
	background: #707070;
}

.nav ._slide._open .arr_icon_slide:after {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.nav .arr_icon {
	display: inline-block;
	width: 35px;
}

.nav .arr_icon_slide {
	-webkit-transition: background .3s;
	background: #59D3CD;
	border-radius: 100px;
	content: '';
	height: 35px;
	transition: background .3s;
	width: 35px;
}

.nav .arr_icon_slide:before,
.nav .arr_icon_slide:after {
	background: #fff;
	right: 32px;
	top: 50%;
	width: 11.43px;
}

.nav .arr_icon_slide:before {
	-webkit-transition: -webkit-transform .3s;
	content: '';
	height: 1px;
	position: absolute;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.nav .arr_icon_slide:after {
	-webkit-transform: rotate(90deg);
	-webkit-transition: -webkit-transform .3s;
	content: '';
	height: 1px;
	position: absolute;
	transform: rotate(90deg);
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

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

.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(-35deg);
	top: 13px;
	transform: rotate(-35deg);
}

.nav._open .nav-inner {
	opacity: 1;
	visibility: visible;
}

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

.nav-btn > a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: center;
	background: -webkit-gradient(linear, left top, right top, from(#59D3CD), to(#97DDD8));
	background: -webkit-linear-gradient(left, #59D3CD, #97DDD8);
	background: linear-gradient(90deg, #59D3CD, #97DDD8);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.nav-btn > a > p {
	-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;
	letter-spacing: .05em;
	line-height: 1.4;
	text-align: left;
}

.nav-btn > a > p ._en {
	font-size: 29px;
}

.nav-btn > a {
	border-radius: 10px;
	padding: 37px 20px 37px 23px;
}

}

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

.sched-wrap:nth-of-type(n + 2) {
	margin-top: 50px;
}

}

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

body {
	font-size: 14px;
}

.inner {
	padding: 0 30px;
}

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

.sec-tit > small {
	margin-top: 2px;
}

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

.sec-tit-small > small {
	font-size: 12px;
	margin-top: 2px;
}

.sec-txt {
	line-height: 1.7142;
	margin-top: 25px;
}

.en-tit {
	font-size: 25px;
}

.sub-tit {
	font-size: 23px;
}

.sub-tit-light {
	font-size: 23px;
}

.base-txt {
	line-height: 1.7142;
}

._pc {
	display: none;
}

.btn {
	width: 290px;
}

.btn._long {
	width: 100%;
}

.btn._long small {
	display: block;
	margin-left: 0;
}

.btn a {
	padding: 11.5px 24px 11.5px 24px;
}

.btn-txt {
	position: relative;
	top: 2px;
}

.btn-txt > span {
	font-size: 16px;
}

.btn-txt > small {
	margin-left: 5px;
}

.btn-arr {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 35px;
	-ms-flex: 0 0 35px;
	flex: 0 0 35px;
	height: 35px;
}

input,
textarea {
	font-size: 14px;
}

input {
	padding: 0.4em 1em;
}

.form-data input[type="checkbox"] + span {
	padding: 0 0 0 1.5em;
}

.form-data input[type="checkbox"] + span::before {
	height: 20px;
	left: -10px;
	width: 20px;
}

.form-data input[type="checkbox"] + span::after {
	height: 12px;
	left: -5px;
	width: 12px;
}

input:not([type='submit']) {
	margin-top: 10px;
}

textarea {
	height: 300px;
	margin-top: 11px;
	padding: .4em 1em;
}

.box {
	padding: 27px 20px 50px;
}

.box-label {
	display: inline-block;
	padding: 8px 18px;
}

.box-tit {
	font-size: 23px;
	margin-top: 12px;
}

.error {
	padding: 25px;
}

.error-inner {
	border-radius: 30px;
}

.error-inner:before {
	bottom: 7.5px;
	height: 44.29px;
	right: 8px;
	width: 54.22px;
}

.error-tit {
	width: 290.55px;
}

.error-txt {
	line-height: 1.7142;
	margin-top: 40px;
}

.error-btn {
	margin-top: 100px;
}

.footer {
	padding: 40px 30px 24px;
}

.footer-copy {
	font-size: 11px;
}

.footer-logo {
	width: 180px;
}

.footer-btn {
	margin: 0 auto;
}

.footer-btn a {
	padding: 15px 20px 15px 20px;
}

.footer-btn a ._txt {
	font-size: 13px;
}

.footer-btn a ._icon svg {
	width: 18px;
}

.footer-btn:nth-of-type(n + 2) {
	margin-top: 15px;
}

.footer-bottom {
	margin-top: 40px;
	text-align: center;
}

.footer-list {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.5;
}

.footer-item {
	margin: 0 11px 10px;
}

.footer .footer-copy {
	margin-top: 40px;
}

.fv {
	height: 380px;
}

.fv._about {
	background: url(../img/about/fv_bg_sp.jpg) no-repeat center/cover;
}

.fv._faq {
	background: url(../img/faq/fv_bg_sp.jpg) no-repeat center/cover;
}

.fv._req {
	background: url(../img/req/fv_bg_sp.jpg) no-repeat center/cover;
}

.fv._env {
	background: url(../img/env/fv_bg_sp.jpg) no-repeat center/cover;
}

.fv._contact {
	background: url(../img/contact/fv_bg_sp.jpg) no-repeat center/cover;
}

.fv-tit {
	padding-top: 201px;
}

.fv-tit > ._en {
	font-size: 30px;
}

.fv-tit > ._ja {
	margin-top: 2px;
}

.header-logo {
	margin-top: 7px;
	width: 162px;
}

.header-txt {
	margin-top: 3px;
}

.header-wrap {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

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

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

.link-small a {
	padding: 20px 24px;
}

.link-txt > ._en {
	font-size: 23px;
}

.link-txt > ._ja {
	font-size: 12px;
	margin-top: 4px;
}

.link-large a {
	padding: 24px;
}

.link-large-arr {
	height: 64px;
	margin-left: auto;
	margin-top: 15px;
	width: 64px;
}

.link-large-arr svg {
	width: 29px;
}

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

.link-large-en {
	font-size: 30px;
}

.link-large-txt {
	font-size: 16px;
	margin-top: 20px;
}

.goal {
	margin-top: 28px;
}

.goal-img {
	margin: 34px -30px 0;
}

.goal .sub-tit {
	margin-top: 18px;
}

.goal .base-txt {
	margin-top: 21px;
}

.msg {
	margin-top: 68px;
}

.msg-wrap {
	margin-top: 28px;
}

.msg-img {
	margin: 27px -30px 0;
}

.msg-content {
	margin-top: 34px;
}

.msg-name > span {
	font-size: 20px;
	margin-left: 16px;
}

.msg .btn {
	margin: 32px auto 0;
}

.promise {
	margin-top: 73px;
}

.promise-lead {
	line-height: 1.7142;
	margin-top: 18px;
}

.promise-lead span._big {
	font-size: 18px;
}

.promise-wrap:nth-of-type(1) {
	margin-top: 66px;
}

.promise-wrap:nth-of-type(n + 2) {
	margin-top: 73px;
}

.promise-number {
	font-size: 30px;
}

.promise-content {
	margin-top: 33px;
}

.promise .sub-tit-light {
	margin-top: 13px;
}

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

.promise-img:after {
	content: '';
	display: block;
	padding-top: 68.116%;
}

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

.promise-list {
	margin-top: 35px;
}

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

.promise-item p._tit {
	font-size: 18px;
	line-height: 1.8;
	padding-left: 28px;
}

.promise-item p._tit:before {
	height: 20.59px;
	top: 5px;
	width: 20px;
}

.promise-item p._txt {
	margin-top: 2px;
}

.promise-figs {
	margin-top: 42px;
}

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

.promise-fig > figcaption {
	font-size: 12px;
	margin-top: 5px;
}

.contact {
	margin-top: 36px;
	padding-bottom: 100px;
}

form {
	margin: -7px auto 0;
}

.form-txt {
	text-align: left;
}

.form-txt > a:after {
	bottom: 3px;
}

.form-def {
	margin-top: 33px;
}

.form-def > div:nth-child(n + 2) {
	margin-top: 39px;
}

.form-def > div._flex > div span._en {
	margin: 0 0 1em 9px;
}

.form-note {
	font-size: 12px;
}

.form-dtit {
	line-height: 1;
}

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

.form-data._radio .wpcf7-list-item {
	margin-top: 13px;
}

.form-data._radio .wpcf7-list-item:not(:last-child) {
	margin-right: 20px;
}

.form-data._radio span.wpcf7-list-item-label::before {
	height: 20px;
	margin-right: 8px;
	width: 20px;
}

.form-data._radio span.wpcf7-list-item-label::after {
	height: 12px;
	left: 5px;
	width: 12px;
}

.form-data._policy {
	margin-top: 30px;
}

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

.form-btn > p {
	border-radius: 10px;
	width: 400px;
}

.form-btn input {
	font-size: 16px;
	padding: 23.5px 10px;
}

.privacy {
	margin-top: 39px;
}

.privacy-txt {
	height: 265px;
	margin-top: 12px;
	padding: 24px;
}

.thanks {
	margin-top: 73px;
}

.thanks-tit {
	font-size: 23px;
	line-height: 1.6;
}

.thanks-tit:before {
	background: url(../img/contact/thanks_bg.jpg) no-repeat center/cover;
	height: 146.6px;
	left: 52%;
	top: 50%;
	width: 380px;
}

.thanks-txt {
	margin-top: 48px;
	text-align: left;
}

.thanks-btn {
	margin: 44px auto 0;
	width: 290px;
}

.thanks-btn a {
	border-radius: 10px;
	font-size: 16px;
	padding: 11.5px 20px 11.5px;
}

.eb {
	margin-top: 78px;
}

.eb-list {
	margin-top: 30px;
}

.eb-item {
	min-height: 120px;
}

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

.eb-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 25%;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%;
}

.eb-icon {
	width: 33px;
}

.eb-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 75%;
	-ms-flex: 0 1 75%;
	flex: 0 1 75%;
	padding-left: 2%;
}

.gallery {
	margin-top: 28px;
}

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

.gallery-top {
	margin-top: 37px;
}

.gallery-img {
	margin: 0 -30px;
}

.gallery-content {
	margin-top: 20px;
}

.gallery-txt {
	font-size: 18px;
	margin-top: 15px;
}

.gallery-small {
	margin-top: 12px;
}

.gallery .btn {
	margin: 35px auto 0;
}

.gallery-pics {
	margin-top: 35px;
}

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

.sched {
	margin-top: 78px;
}

.sched-inner {
	margin-top: 23px;
}

.sched-body {
	margin-top: 18px;
}

.sched-left {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 120px;
	-ms-flex: 0 1 120px;
	flex: 0 1 120px;
}

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

.sched-time {
	font-size: 12px;
	margin-top: 3px;
}

.sched-cmt {
	margin-top: 16px;
	max-width: 90%;
}

.sched-dtit {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 32px;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
}

.wstyle {
	margin-top: 76px;
}

.wstyle .base-txt._top {
	margin-top: 25px;
}

.wstyle .base-txt {
	margin-top: 20px;
}

.wstyle-wrap {
	margin-top: 36px;
}

.wstyle-img {
	margin-top: 36px;
}

.faq {
	margin-top: 35px;
}

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

.faq-def {
	margin-top: 20px;
}

.faq-wrap:before {
	font-size: 23px;
	left: 5px;
	top: 14px;
}

.faq-dtit {
	padding: 20px 45px 20px 35px;
}

.faq-dtit ._icon {
	height: 28px;
	right: 8px;
	width: 28px;
}

.faq-dtit ._icon:before,
.faq-dtit ._icon:after {
	right: 6px;
	width: 14px;
}

.faq-data {
	padding: 5px 45px 20px 35px;
}

.faq-data:before {
	font-size: 23px;
	left: 5px;
	top: -2px;
}

.process {
	margin-top: 80px;
	padding: 37px 0 40px;
}

.process-list {
	margin-top: 45px;
}

.process-item {
	min-height: 90px;
}

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

.process-item:not(:last-of-type):after {
	-webkit-transform: rotate(90deg) translateX(-50%);
	border-bottom: 30px solid transparent;
	border-left: 18px solid #EDEDED;
	border-right: 0;
	border-style: solid;
	border-top: 30px solid transparent;
	bottom: -44px;
	content: '';
	height: 0;
	position: absolute;
	right: calc(50% - 9px);
	transform: rotate(90deg) translateX(-50%);
	width: 0;
	z-index: 2;
}

.process-num {
	font-size: 12px;
}

.process-txt {
	font-size: 18px;
}

.req {
	margin-top: 40px;
}

.req-tags-inner {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.req-tag {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(50% - 10px / 2);
	-ms-flex: 0 0 calc(50% - 10px / 2);
	border-radius: 10px;
	flex: 0 0 calc(50% - 10px / 2);
	min-height: 58px;
	padding: 10px 4px;
}

.req-tag:nth-of-type(2n+1) {
	margin-right: 10px;
}

.req-tag:nth-of-type(n+3) {
	margin-top: 10px;
}

.req-tag._textLong {
	letter-spacing: .03em;
}

.req-tag > small {
	font-size: 11px;
}

.req-tag._active {
	border-color: transparent;
}

.req-tag._active:before {
	opacity: 1;
}

.req-def {
	margin: 50px auto 0;
}

.req-dtit {
	padding: 10px 12px;
}

.req-data {
	border-top: 1px solid #E8E8E8;
	padding: 15px 12px 30px;
}

.req-bottom {
	margin-top: 43px;
}

.req-bottom .btn {
	margin: 33px auto 0;
}

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

.about {
	margin-top: 38px;
}

.about > .inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.about-copy > p {
	font-size: 16px;
}

.about-copy span:after {
	bottom: 5px;
}

.about-img {
	margin-left: -30px;
	margin-top: 34px;
}

.about-tit {
	font-size: 24px;
	margin-top: 37px;
}

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

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

.about .btn {
	margin: 40px auto 0;
}

.env {
	margin-top: 48px;
}

.env-img {
	margin: 37px -30px 0;
}

.env .sub-tit {
	margin-top: 25px;
}

.env .sec-txt {
	margin-top: 21px;
}

.env .btn {
	margin: 40px auto 0;
}

.mv-img._0 {
	background: url(../img/top/mv_bg0_sp.jpg) no-repeat center/cover;
}

.mv-img._1 {
	background: url(../img/top/mv_bg1_sp.jpg) no-repeat center/cover;
}

.mv-img._2 {
	background: url(../img/top/mv_bg2_sp.jpg) no-repeat center top/cover;
}

.mv-copy > p._1 {
	margin-top: 15px;
}

.mv-copy > p._2 {
	margin-top: 15px;
}

.mv-copy._0 {
	left: 30px;
	top: 159px;
	width: 297px;
}

.mv-copy._1 {
	top: 50%;
	width: 297px;
}

.mv-copy._2 {
	top: 50%;
	width: 384px;
}

.mv-bottom {
	bottom: 24px;
	left: 19px;
	width: calc(100% - 44px);
}

.mv-txt {
	max-width: calc(100% - 20px);
	width: 248.95px;
}

.news {
	margin-top: 22.7px;
	padding: 8px 8px 9px 18px;
}

.news-wrap {
	font-size: 12px;
	line-height: 1.9;
}

.scroll {
	padding: 0 25px 127px 0;
	right: 0;
	width: 35.5px;
}

.visual-img {
	height: 214px;
}

.visual-img._0 {
	background: url(../img/top/visual_bg0_sp.jpg) no-repeat center/cover;
	margin-top: 80px;
}

.visual-img._1 {
	background: url(../img/top/visual_bg1_sp.jpg) no-repeat center/cover;
	margin-top: 73px;
}

.voice {
	margin-top: -90px;
	padding-top: 138px;
}

.voice .sub-tit {
	margin-top: 42px;
}

.voice .voice-list {
	margin: 26px -30px 0;
}

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

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

.voice-wrap {
	padding: 16px 30px 0;
}

.voice-txt {
	font-size: 20px;
}

.voice-name {
	margin-top: 8px;
}

.voice-name-ja > small {
	font-size: 13px;
}

.voice-name-ja > span {
	font-size: 20px;
	margin-left: 16px;
}

.voice-name-en {
	margin-top: 1px;
}

.int {
	margin-top: 68px;
}

.int-img {
	margin: 0 -30px;
}

.int-wrap:nth-of-type(1) {
	margin-top: 27px;
}

.int-wrap:nth-of-type(n + 2) {
	margin-top: 54px;
}

.int-tit {
	font-size: 27px;
	margin-top: 34px;
}

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

.mv_v {
	height: 548px;
	margin-top: 90px;
}

.mv_v._yamaoka {
	background: url(../img/voice/yamaoka/mv_v_bg_sp.jpg) no-repeat center right/cover;
}

.mv_v._yamaoka .mv_v-wrap {
	left: 20px;
	width: calc(100% - 40px);
}

.mv_v._yamaoka .mv_v-txt {
	letter-spacing: 0;
}

.mv_v._iwasaki {
	background: url(../img/voice/iwasaki/mv_v_bg_sp.jpg) no-repeat center right/cover;
}

.mv_v._nakagawa {
	background: url(../img/voice/nakagawa/mv_v_bg_sp.jpg) no-repeat center right/cover;
}

.mv_v._shiozuka {
	background: url(../img/voice/shiozuka/mv_v_bg_sp.jpg) no-repeat center right/cover;
}

.mv_v._takahashi {
	background: url(../img/voice/takahashi/mv_v_bg_sp.jpg) no-repeat center right/cover;
}

.mv_v-tit {
	left: 31px;
	top: 47px;
	width: 252.65px;
}

.mv_v .fv-tit {
	left: 31px;
	top: 45px;
}

.mv_v .fv-tit > ._ja {
	margin-top: 11px;
}

.mv_v-wrap {
	bottom: 39px;
	left: 30px;
	width: calc(100% - 57px);
}

.mv_v-en {
	font-size: 17px;
}

.mv_v-txt {
	font-size: 23px;
	margin-top: 9px;
	padding-right: 12px;
}

.mv_v-name {
	margin-top: 13px;
}

.mv_v-name > small {
	font-size: 11px;
}

.mv_v-name > span {
	font-size: 19px;
	margin-left: 14px;
}

.prof {
	margin-top: 67px;
}

.prof-body {
	margin-top: 19px;
}

.prof-wrap {
	margin-top: 24px;
}

.prof-tit {
	font-size: 20px;
	padding-bottom: 4px;
}

.prof-list {
	font-size: 12px;
	line-height: 2.1;
}

.staff {
	margin-top: 56px;
}

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

.staff-item:nth-of-type(odd) {
	margin-right: 20px;
}

.staff-item:nth-of-type(even) {
	margin-left: 20px;
}

.staff-item > p {
	font-size: 16px;
	padding: 8px 20px;
}

.style {
	margin-top: 28px;
}

.style-list {
	margin-top: 24px;
}

.style-item {
	padding: 27px 15px 17px;
}

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

.style-head {
	width: 142px;
}

.style-icon {
	margin-top: 27px;
	width: 38px;
}

.style-txt {
	font-size: 15px;
	margin-top: 31px;
}

.voice_v {
	margin-top: 82px;
}

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes fadeInUp {

0% {
	-webkit-transform: translateY(10px);
	opacity: 0;
	transform: translateY(10px);
}

100% {
	-webkit-transform: translateY(0px);
	opacity: 1;
	transform: translateY(0px);
}

}

@keyframes fadeInUp {

0% {
	-webkit-transform: translateY(10px);
	opacity: 0;
	transform: translateY(10px);
}

100% {
	-webkit-transform: translateY(0px);
	opacity: 1;
	transform: translateY(0px);
}

}

@-webkit-keyframes bar {

0% {
	-webkit-transform: translateY(0);
	opacity: 0;
	transform: translateY(0);
}

20% {
	opacity: 1;
}

100% {
	-webkit-transform: translateY(23px);
	opacity: 0;
	transform: translateY(23px);
}

}

@keyframes bar {

0% {
	-webkit-transform: translateY(0);
	opacity: 0;
	transform: translateY(0);
}

20% {
	opacity: 1;
}

100% {
	-webkit-transform: translateY(23px);
	opacity: 0;
	transform: translateY(23px);
}

}