/* ----------------------------------------
 Reset
---------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul,
li {
	list-style: none;
	vertical-align: top;
}

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

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}

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

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/* ----------------------------------------
 Base
---------------------------------------- */

html {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 62.5%;
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #2B3033;
	width: 100%;
	margin: 0 auto;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	letter-spacing: 0.05em;
}

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	list-style: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #2B3033;
	text-decoration: none;
	border: none;
	outline: none;
}

a.active img {
	opacity: 0.8;
}

body.is-pc a:hover img {
	opacity: 0.8;
}

a img {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

a:focus,
*:focus {
	outline: none;
}

br {
	line-height: 1;
}

img {
	vertical-align: top;
	max-width: 100%;
}

input[type="button"],
input[type="submit"],
select,
button {
	cursor: pointer;
}

::-ms-expand {
	display: none;
}

body.ios a img {
	opacity: 1;
}

/* IE8+, Chrome */

input,
button {
	outline: 0;
}

/* Firefox */

input::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
select,
button,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
}

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder {
	color: #aaa;
	font-weight: normal;
}

/*clearfix --------------------------- */

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.cl {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.pc-in {
	display: inline-block;
}

.sp-in {
	display: none;
}

.pc-table {
	display: table;
}

.sp-table {
	display: none;
}

/* ----------------------------------------
 Animation
---------------------------------------- */

.scale-item {
	display: inline-block;
}

.scale-item.active .scale-target {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

body.is-pc .scale-item:hover .scale-target {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.scale-item.scale-wrap,
.scale-item .scale-wrap {
	overflow: hidden;
}

.scale-item .scale-target {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

/* ---------- Sprite SVG START ---------- */
.svg-arrowup,
.svg-icon_plane,
.svg-logo {
	background: url("../img/sprite-bg.svg") no-repeat;
}

.svg-arrowup {
	background-position: 0 82.22222222222223%;
}

.svg-arrowup_dims {
	width: 20px;
	height: 12px;
	transform-origin: center center !important;
}

.svg-icon_plane {
	background-position: 0 98.8698941172413%;
}

.svg-icon_plane_dims {
	width: 14.35px;
	height: 15.017px;
}

.svg-logo {
	background-position: 0 0;
}

.svg-logo_dims {
	width: 521.906px;
	height: 74px;
	display: inline-block !important;
	transform-origin: center center !important;
}
/* Chrome特有の上書きを防ぐ */
*:not(svg) {
    transform-origin: inherit;
}

/* ---------- Sprite SVG END ---------- */

/* ========================================
 Common Setting
======================================== */

body.is-block {
	overflow: hidden;
	height: 100%;
}

body a.link {
	color: #5CB2BE;
}

body .hover {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

body .hover.active {
	text-decoration: none;
	opacity: 0.7;
}

body.is-pc body .hover:hover {
	text-decoration: none;
	opacity: 0.7;
}

body .bg-gray {
	background: #E2E8EB;
}

body .green {
	color: #5CB2BE;
}

.contents {
	overflow: hidden;
	padding-top: 70px;
	padding-bottom: 120px;
}

.tablet .contents,
.mobile .contents {
	padding-top: 35px;
	padding-bottom: 90px;
}

.z--1 {
	z-index: 1;
}

.z--2 {
	z-index: 2;
}

.z--3 {
	z-index: 3;
}

.z--4 {
	z-index: 4;
}

.z--5 {
	z-index: 5;
}

.z--6 {
	z-index: 6;
}

.z--7 {
	z-index: 7;
}

.z--8 {
	z-index: 8;
}

.z--9 {
	z-index: 9;
}

.content-block {
	padding: 60px 0 0;
}

.content-block + .content-block {
	padding-top: 120px;
}

.inner {
	width: 100%;
	max-width: 1120px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.inner-s {
	width: 100%;
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.request-block {
	margin-top: 140px;
}

.request-block .request-lead {
	text-align: center;
	color: #ff3e80;
	font-size: 2.2rem;
	line-height: 1.45455;
	font-weight: bold;
}

/* ----------------------------------------
 Pagetop
---------------------------------------- */

#pagetop {
	position: relative;
}

#pagetop a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #5CB2BE;
	width: 100%;
	height: 40px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

#pagetop a svg {
	fill: #fff;
}

#pagetop a.active {
	opacity: 0.7;
}

body.is-pc #pagetop a:hover {
	opacity: 0.7;
}

/* ----------------------------------------
 Loading
---------------------------------------- */

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

.loading .sk-circle {
	width: 40px;
	height: 40px;
	position: absolute;
}

.loading .sk-circle .sk-child {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.loading .sk-circle .sk-child:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: rgba(0, 145, 213, 0.75);
	border-radius: 100%;
	-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
	animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.loading .sk-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}

.loading .sk-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}

.loading .sk-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.loading .sk-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	transform: rotate(120deg);
}

.loading .sk-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
}

.loading .sk-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.loading .sk-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	transform: rotate(210deg);
}

.loading .sk-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	transform: rotate(240deg);
}

.loading .sk-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.loading .sk-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	transform: rotate(300deg);
}

.loading .sk-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	transform: rotate(330deg);
}

.loading .sk-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.loading .sk-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.loading .sk-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.loading .sk-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.loading .sk-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.loading .sk-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.loading .sk-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.loading .sk-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.loading .sk-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.loading .sk-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.loading .sk-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

/* ========================================
 Header Setting
======================================== */

.header {
	background: #fff;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-bottom: 1px solid #E2E8EB;
}

.header__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 70px;
	max-width: 1080px;
	margin: 0 auto;
}

.header .logo {
	display: block;
	width: 198px;
	height: auto;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.header .logo svg {
	width: 100%;
	height: inherit;
	/* fill: #B5B5B6;  */
}

body.is-block.tablet .header .logo svg,
body.is-block.mobile .header .logo svg {
	fill: #fff;
}

.tablet .header__inner,
.mobile .header__inner {
	height: 36px;
}

.tablet .header__inner .logo,
.mobile .header__inner .logo {
	width: 120px;
	height: 17.01149px;
	position: relative;
	z-index: 9999;
	padding-top: 1px;
}

/* ========================================
 Nav Setting
======================================== */

.nav {
	height: 100%;
}

.nav__inner {
	height: 100%;
}

.tablet .nav,
.mobile .nav {
	display: none;
	background: #5CB2BE;
	width: 100%;
	height: 100%;
	padding: 60px 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 8888;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.tablet .nav .nav__inner,
.mobile .nav .nav__inner {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.nav .nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 100%;
}

.nav .nav-list .nav-list-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	position: relative;
	font-size: 1.4rem;
}

.nav .nav-list .nav-list-item:nth-child(3) .subnav {
	width: 160px;
}

.nav .nav-list .nav-list-item.sp {
	display: none;
}

.nav .nav-list .nav-list-item.has-subnav {
	cursor: pointer;
}

.nav .nav-list .nav-list-item.has-subnav.active .subnav {
	top: calc(100% + 1px);
	visibility: visible;
	opacity: 1;
}

body.is-pc .nav .nav-list .nav-list-item.has-subnav:hover .subnav {
	top: calc(100% + 1px);
	visibility: visible;
	opacity: 1;
}

.nav .nav-list .nav-list-item .nav-link {
	display: block;
	margin: 0 20px;
	font-weight: 700;
	text-align: center;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.tablet .nav .nav-list,
.mobile .nav .nav-list {
	display: block;
	border-top: 1px solid #E2E8EB;
	position: relative;
}

.tablet .nav .nav-list::after,
.mobile .nav .nav-list::after {
	content: "";
	display: block;
	width: 100%;
	height: 60px;
}

.tablet .nav .nav-list .nav-list-item,
.mobile .nav .nav-list .nav-list-item {
	display: block;
	height: auto;
	position: relative;
	font-size: 1.3rem;
	border-bottom: 1px solid #E2E8EB;
}

.tablet .nav .nav-list .nav-list-item:nth-child(3) .subnav,
.mobile .nav .nav-list .nav-list-item:nth-child(3) .subnav {
	width: 100%;
}

.tablet .nav .nav-list .nav-list-item.has-subnav,
.mobile .nav .nav-list .nav-list-item.has-subnav {
	cursor: pointer;
}

.tablet .nav .nav-list .nav-list-item.has-subnav .nav-link,
.mobile .nav .nav-list .nav-list-item.has-subnav .nav-link {
	position: relative;
}

.tablet .nav .nav-list .nav-list-item.has-subnav .nav-link.is-open::after,
.mobile .nav .nav-list .nav-list-item.has-subnav .nav-link.is-open::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.tablet .nav .nav-list .nav-list-item .nav-link,
.mobile .nav .nav-list .nav-list-item .nav-link {
	display: block;
	color: #fff;
	margin: 0;
	padding: 15px 15px 16px;
	text-align: left;
	font-size: 1.3rem;
}

.nav .subnav-arrow {
	width: 44px;
	height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.nav .subnav-arrow.is-open svg {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.nav .subnav-arrow__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.nav .subnav-arrow svg {
	width: 12px;
	height: 8px;
	fill: #fff;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.nav .subnav {
	background: #5CB2BE;
	width: 100%;
	text-align: left;
	position: absolute;
	left: 50%;
	top: calc(100% - 5px);
	z-index: 1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.nav .subnav a {
	display: block;
	color: #fff;
	width: 100%;
	padding: 16px 16px 16px 30px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	font-weight: normal;
}

.tablet .nav .subnav,
.mobile .nav .subnav {
	position: static;
	visibility: visible;
	opacity: 1;
	width: 100%;
	-webkit-transform: none;
	transform: none;
	padding-bottom: 16px;
	-webkit-transition: none;
	transition: none;
}

.tablet .nav .subnav a,
.mobile .nav .subnav a {
	text-align: left;
	padding: 16px 16px 0px 25px;
}

.tablet .nav .subnav a:nth-of-type(1),
.mobile .nav .subnav a:nth-of-type(1) {
	padding-top: 0px;
}

.tablet .nav .subnav a .text,
.mobile .nav .subnav a .text {
	position: relative;
}

.tablet .nav .subnav a .text::before,
.mobile .nav .subnav a .text::before {
	content: "-";
	position: absolute;
	left: -1rem;
	top: -1px;
}

.btn-nav {
	display: none;
}

body.is-loaded .btn-nav .btn-nav-inner::before,
body.is-loaded .btn-nav .btn-nav-inner::after {
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
}

.tablet .btn-nav,
.mobile .btn-nav {
	display: block;
	width: 36px;
	height: 36px;
	padding: 13px 0 0 10px;
	position: fixed;
	right: 15px;
	top: 0;
	z-index: 99999;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}

.tablet .btn-nav .btn-nav-inner,
.mobile .btn-nav .btn-nav-inner {
	width: 20px;
	height: 10px;
	position: relative;
}

.tablet .btn-nav .btn-nav-inner::before,
.tablet .btn-nav .btn-nav-inner::after,
.mobile .btn-nav .btn-nav-inner::before,
.mobile .btn-nav .btn-nav-inner::after {
	display: block;
	background-color: #5CB2BE;
	width: 20px;
	height: 2px;
	position: absolute;
	left: 0px;
	-webkit-transition: background-color .4s;
	transition: background-color .4s;
	-webkit-animation-duration: 0s;
	animation-duration: 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.tablet .btn-nav .btn-nav-inner::before,
.tablet .btn-nav .btn-nav-inner::after,
.mobile .btn-nav .btn-nav-inner::before,
.mobile .btn-nav .btn-nav-inner::after {
	content: "";
}

.tablet .btn-nav .btn-nav-inner::before,
.mobile .btn-nav .btn-nav-inner::before {
	top: 0;
	-webkit-animation-name: line-top-off;
	animation-name: line-top-off;
}

.tablet .btn-nav .btn-nav-inner::after,
.mobile .btn-nav .btn-nav-inner::after {
	bottom: 0;
	-webkit-animation-name: line-bottom-off;
	animation-name: line-bottom-off;
}

.tablet .btn-nav.is-open .btn-nav-inner::before,
.tablet .btn-nav.is-open .btn-nav-inner::after,
.mobile .btn-nav.is-open .btn-nav-inner::before,
.mobile .btn-nav.is-open .btn-nav-inner::after {
	background-color: #fff;
}

.tablet .btn-nav.is-open .btn-nav-inner::before,
.mobile .btn-nav.is-open .btn-nav-inner::before {
	-webkit-animation-name: line-top-on;
	animation-name: line-top-on;
}

.tablet .btn-nav.is-open .btn-nav-inner::after,
.mobile .btn-nav.is-open .btn-nav-inner::after {
	-webkit-animation-name: line-bottom-on;
	animation-name: line-bottom-on;
}

/* ========================================
 Footer Setting
======================================== */

.contact {
	background-image: url(../img/cantact-bg.png);
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 440px;
}

.contact__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	padding-left: 50px;
	padding-right: 50px;
}

.contact .contact-text {
	width: 56.86%;
	margin-right: 5.88%;
}

.contact .contact-text .title {
	font-size: 2.2rem;
	line-height: 1.5;
}

.contact .contact-text .text {
	margin-top: 20px;
}

.big-footer {
	width: 100%;
	height: 370px;
}

.big-footer__inner {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.big-footer .big-footer-info {
	padding: 30px 60px 30px 0;
	border-right: solid 1px #E2E8EB;
}

.big-footer .big-footer-info .name {
	font-size: 2rem;
}

.big-footer .big-footer-info .address {
	margin-top: 15px;
	font-size: 1.4rem;
	line-height: 1.85714;
}

.big-footer .big-footer-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.6rem;
}

.big-footer .big-footer-nav li:not(:first-child) {
	margin-left: 40px;
}

.big-footer .big-footer-nav__sub {
	font-size: 1.4rem;
}

.big-footer .big-footer-nav__sub .big-footer-link {
	margin-top: 20px;
}

.big-footer .big-footer-link {
	display: inline-block;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.big-footer .big-footer-link.active {
	color: #5CB2BE;
}

body.is-pc .big-footer .big-footer-link:hover {
	color: #5CB2BE;
}

footer .copy {
	background: #434B4F;
	color: #fff;
	padding: 20px;
	text-align: center;
	font-size: 1rem;
}

/* ========================================
 Accodion
======================================== */

.acc-btn-wrap {
	position: relative;
}

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

/* ========================================
 Button
=========================================== */

.btn-wrap {
	margin-top: 20px;
	text-align: center;
}

a.active .line:after {
	left: 0;
	width: 100%;
}

body.is-pc a:hover .line:after {
	left: 0;
	width: 100%;
}

.line {
	display: inline-block;
	position: relative;
	padding-bottom: 1px;
}

.line.active:after {
	left: 0;
	width: 100%;
}

body.is-pc .line:hover:after {
	left: 0;
	width: 100%;
}

.line::after {
	content: '';
	background: #2B3033;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	background: #5CB2BE;
}

body.is-scroll .nav .line::after {
	background: #2B3033;
}

.footer-content__nav .line::after {
	background: #2B3033;
}

.drower-nav .line::after {
	background: #fff;
}

.btn {
	display: inline-block;
	background: #5CB2BE;
	color: #fff;
	border-radius: 4px;
	line-height: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.btn.active {
	text-decoration: none;
	opacity: 0.7;
}

body.is-pc .btn:hover {
	text-decoration: none;
	opacity: 0.7;
}

.btn--basic {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #5CB2BE;
	width: 360px;
	height: 68px;
	padding: 0 50px;
	position: relative;
	-webkit-box-shadow: 0 10px 12px rgba(43, 48, 51, 0.1);
	box-shadow: 0 10px 12px rgba(43, 48, 51, 0.1);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.btn--basic .text {
	font-size: 2rem;
	padding-bottom: 0.1em;
}

.btn--basic .icon {
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn--basic .icon svg {
	fill: #fff;
}

.btn--basic .svg-arrowup_dims {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.btn--frame {
	background: #fff;
	color: #5CB2BE;
	border: solid 1px #5CB2BE;
	font-size: 1.4rem;
	text-align: center;
	border-radius: 4px;
	padding: 14px 20px;
	min-width: 200px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.btn--frame.active {
	background: #5CB2BE;
	color: #fff;
}

body.is-pc .btn--frame:hover {
	background: #5CB2BE;
	color: #fff;
}

.btn--ancher {
	display: block;
	background: #5CB2BE;
	color: #fff;
	padding: 10px;
	border-radius: 4px;
	text-align: center;
}

.btn--ancher:not(:nth-of-type(1)) {
	margin-left: 20px;
}

.btn--ancher span {
	display: inline-block;
	padding-bottom: 12px;
	font-size: 1.4rem;
	line-height: 1;
	position: relative;
}

.btn--ancher span::after {
	content: "";
	background-image: url(../img/svg/arrowup.svg);
	background-position: center;
	background-size: 100%;
	width: 10px;
	height: 6px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -3px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.btn-request {
	display: block;
	width: 440px;
	margin: 10px auto 0;
	padding: 24px 14px;
	background: #ff3e80;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	border-radius: 6px;
	-webkit-box-shadow: 3px 3px 6px rgba(67, 75, 79, 0.5);
	box-shadow: 3px 3px 6px rgba(67, 75, 79, 0.5);
	text-align: center;
}

/* ========================================
 Grid Setting
======================================== */

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

.column .col--2 {
	width: calc(50% - 10px);
	margin-left: 20px;
}

.column .col--2:nth-of-type(1) {
	margin-left: 0;
}

.column .col--3 {
	width: 30.23%;
	margin-left: 4.64%;
}

.column .col--3:nth-of-type(3n+1) {
	margin-left: 0;
}

.column .col--4 {
	width: 22.72%;
	margin-left: 1.97%;
}

.column .col--4:nth-of-type(4n+1) {
	margin-left: 0;
}

/* ========================================
 Heading & Text
=========================================== */

h2 {
	font-size: 3.2rem;
	text-align: center;
	margin-bottom: 42px;
	position: relative;
}

.c-title {
	font-size: 2.8rem;
	font-weight: bold;
	color: #ff3e80;
	line-height: 1.445;
}

.c-text,
.contact .contact-text .text,
.c-notes,
.table-content__item,
.news-list__item,
.scholarship-faq .q-item .text,
.scholarship-faq .a-item .text {
	font-size: 1.6rem;
	line-height: 1.75;
}

.c-notes {
	margin-top: 50px;
	text-align: center;
	color: #2B3033;
}

/* ========================================
 List Setting
======================================== */

dl.simple-list {
	overflow: hidden;
}

dl.simple-list > dt {
	float: left;
}

dl.simple-list > dd {
	overflow: hidden;
}

.lists.is-square li::before {
	content: "■";
}

.lists.is-asterisk li::before {
	content: "※";
}

.lists.is-star li::before {
	content: "★";
}

.lists.is-notes li {
	margin: 5px 0;
	font-size: 1.2rem;
	color: #666;
}

.lists li {
	overflow: hidden;
	text-align: left;
}

.lists li::before {
	content: "・";
	display: block;
	float: left;
}

.lists li > span,
.lists li > div {
	display: block;
	overflow: hidden;
}

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

.photo-list li {
	width: 23.81%;
	margin-left: 1.58%;
	margin-top: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 6px rgba(67, 75, 79, 0.5);
	box-shadow: 3px 3px 6px rgba(67, 75, 79, 0.5);
	overflow: hidden;
}

.photo-list li:nth-child(-n+4) {
	margin-top: 0;
}

.photo-list li:nth-child(4n+1) {
	margin-left: 0;
}

.photo-list li img {
	width: 100%;
}

/* ========================================
 Visual
======================================== */

.under-visual {
	width: 100%;
	height: 400px;
	position: relative;
}

.under-visual + .contents {
	padding-top: 0;
}

.under-visual .image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 400px;
}

.under-visual .visual-overlap {
	background: rgba(43, 48, 51, 0.5);
	width: 100%;
	height: 100%;
	padding-top: 70px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.under-visual .visual-overlap__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	height: 100%;
}

.under-visual .visual-content .title {
	color: #fff;
	font-size: 3.6rem;
	line-height: 1.66667;
	letter-spacing: 0.05em;
}

.tablet .under-visual .visual-overlap,
.mobile .under-visual .visual-overlap {
	padding-top: 36px;
}

/* ========================================
 Slider
======================================== */

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform: none;
	transform: none;
}

.slick-dotted.slick-slider {
	margin-bottom: 0px;
}

.slick-dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	bottom: -24px;
	z-index: 20;
}

.slick-dots li {
	width: 60px;
	height: 4px;
	margin: 0 5px;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
	background-color: #5CB2BE;
}

.slick-dots li button {
	background-color: #E2E8EB;
	width: 60px;
	height: 4px;
	padding: 0;
	font-size: 0;
	text-indent: -9999px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.slick-dots li button::before {
	display: none;
}

.slider {
	background: #fff;
	width: 100%;
	height: 665px;
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

.slider.slick-initialized {
	opacity: 1;
}

.slider .slider-item {
	width: 100%;
	height: 665px;
}

.slider .slider-item .image {
	width: 100%;
	height: 665px;
	background-size: cover;
	background-position: center;
}

.slider .slider-item img {
	width: 100%;
}

.slick-slide.is-active .slider-item figure {
	-webkit-animation-name: slideScale;
	animation-name: slideScale;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
}

/* ========================================
 Breadcrumb
======================================== */

.breadcrumb {
	padding: 16px 0;
	font-size: 1.4rem;
}

.breadcrumb .inner {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.breadcrumb .arrow {
	display: inline-block;
	padding: 0 1em;
}

.breadcrumb a {
	color: #5CB2BE;
}

/* ========================================
 Table Setting
======================================== */

.table-content {
	padding: 0 40px;
}

.table-content__item {
	border-bottom: 1px solid #E2E8EB;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12%;
	padding-right: 12%;
}

.table-content__item:first-of-type {
	border-top: 1px solid #E2E8EB;
}

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

.table-content__name {
	font-weight: 700;
	width: 170px;
}

.table-content__content {
	color: #434B4F;
	width: calc(100% - 170px);
}

.table-content__content a {
	color: #5CB2BE;
}

.table-content__content p:not(:nth-of-type(1)) {
	margin-top: 5px;
}

/* ========================================
 Index Setting
======================================== */

.visual {
	position: relative;
	margin-bottom: 44px;
}

.visual .visual-overlap {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.visual .visual-overlap__inner {
	position: relative;
	height: 100%;
}

.visual .visual-content {
	color: #fff;
	letter-spacing: 0.05em;
	position: absolute;
	left: 40px;
	bottom: 80px;
	width: calc(100% - 80px);
	z-index: 1;
}

.visual .visual-content .name {
	font-size: 3.2rem;
	line-height: 1;
}

.visual .visual-content .text {
	margin-top: 40px;
	font-size: 2.2rem;
	line-height: 2.13636;
}

.visual .slider .slider-item::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(43, 48, 51, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.visual .slider .slider-item figure {
	position: relative;
	z-index: 1;
}

.banner-block .banner-list {
	width: 100%;
	padding: 0 30px;
}

.banner-block .banner-btn {
	display: block;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	-webkit-box-shadow: 0 10px 12px rgba(43, 48, 51, 0.08);
	box-shadow: 0 10px 12px rgba(43, 48, 51, 0.08);
}

.banner-block .banner-btn.active .banners-content {
	background: rgba(43, 48, 51, 0.4);
}

body.is-pc .banner-block .banner-btn:hover .banners-content {
	background: rgba(43, 48, 51, 0.4);
}

.banner-block .banner-btn .banners-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 40%;
}

.banner-block .banner-btn .banners-content {
	background: rgba(43, 48, 51, 0.62);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	width: 100%;
	height: 100%;
	padding: 0 40px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.banner-block .banner-btn .banners-content__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.banner-block .banner-btn .banners-content__title .text {
	display: inline-block;
	margin-right: 10px;
	font-size: 2.8rem;
	font-weight: 700;
}

.banner-block .banner-btn .banners-content__title .sml {
	display: inline-block;
	font-size: 2.2rem;
}

.top .news-block {
	margin-top: 40px;
	padding-top: 60px;
	padding-bottom: 20px;
}

.top .news-block .btn-wrap {
	margin-top: 50px;
}

.top .news-block .btn-wrap a {
	margin-left: auto;
	margin-right: auto;
}

/* ========================================
 News Setting
======================================== */

.news .under-visual .visual-overlap {
	background: none;
}

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

.news-list__item:not(:nth-of-type(1)) {
	margin-top: 40px;
}

.news-list__item .date {
	margin-right: 20px;
	font-weight: 700;
	color: #5CB2BE;
	width: 120px;
}

.news-list__item .title {
	width: calc(100% - 140px);
}

.news-detail .inner {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.news-detail .date {
	font-size: 1.6rem;
	font-weight: 700;
	color: #5CB2BE;
}

.news-detail .title {
	margin-top: 10px;
	font-size: 2.2rem;
	line-height: 1.54545;
}

.news-detail .news-content {
	margin-top: 40px;
	font-size: 1.5rem;
	line-height: 1.86667;
}

.news-detail .news-content p {
	margin-top: 1em;
}

.news-detail .news-content p:first-of-type {
	margin-top: 0;
}

.news-detail .news-photo {
	text-align: center;
	margin: 40px auto;
}

.news-detail .news-photo img {
	max-width: 100%;
}

.news-detail .news-btn {
	margin-top: 80px;
	text-align: center;
}

.news-detail .news-btn a {
	margin-left: auto;
	margin-right: auto;
}

/* ========================================
 About Setting
======================================== */

.about-init__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.about-init figure {
	width: 31.85%;
	padding: 0 30px;
}

.about-init .text {
	width: 68.14%;
	padding: 0 30px;
	font-size: 1.8rem;
	line-height: 1.77778;
}

.about-greeting .about-greeting-list__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.about-greeting .about-greeting-list__item:not(:first-child) {
	margin-top: 100px;
}

.about-greeting .about-greeting-list__item:nth-child(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	padding-left: calc((100% - 1120px)/2);
}

.about-greeting .about-greeting-list__item:nth-child(odd) .about-greeting-detail {
	padding-left: 20px;
}

.about-greeting .about-greeting-list__item:nth-child(even) {
	padding-right: calc((100% - 1120px)/2);
}

.about-greeting .about-greeting-list__item:nth-child(even) .about-greeting-detail {
	padding-right: 20px;
}

.about-greeting .about-greeting-list .about-greeting-photo {
	width: calc(50vw - 70px);
}

.about-greeting .about-greeting-list .about-greeting-photo img {
	width: 100%;
	max-width: none;
}

.about-greeting .about-greeting-list .about-greeting-detail {
	width: 48.21%;
	max-width: 560px;
}

.about-greeting .about-greeting-list .about-greeting-detail .name {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.about-greeting .about-greeting-list .about-greeting-detail .name .jp {
	font-size: 3rem;
	margin-right: 25px;
}

.about-greeting .about-greeting-list .about-greeting-detail .name .en {
	font-size: 1.5rem;
}

.about-greeting .about-greeting-list .about-greeting-detail .text {
	color: #434B4F;
	margin-top: 25px;
	padding-top: 20px;
	border-top: 1px solid #5CB2BE;
	font-size: 1.5rem;
	line-height: 1.86667;
}

/* ========================================
 Scholarship Setting
======================================== */

.under-visual .ancher-nav {
	position: absolute;
	left: 0;
	bottom: 40px;
	z-index: 2;
}

.under-visual .ancher-nav .column {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.under-visual .ancher-nav .column-item {
	max-width: 200px;
}

.ancher-nav {
	width: 100%;
}

.scholarship-init .text {
	font-size: 1.8rem;
	line-height: 1.77778;
}

.scholarship-app .scholarship-app-content {
	width: 100%;
	padding: 50px;
	border: solid 1px #E2E8EB;
	text-align: center;
	line-height: 2;
}

.scholarship-process .scholarship-process-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 40px;
}

.scholarship-process .process {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #F9F9F9;
	width: calc(33.33% - 20px);
	height: 170px;
	position: relative;
}

.scholarship-process .process:not(:first-child) {
	margin-left: 30px;
}

.scholarship-process .process:not(:first-child)::before {
	content: "";
	background-image: url(../img/svg/arrowup_green.svg);
	background-position: center;
	background-size: 100%;
	width: 26px;
	height: 15.6px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	left: -27px;
	top: 50%;
	margin-top: -8px;
}

.scholarship-process .process .process-num {
	color: #5CB2BE;
	font-size: 6.8rem;
	line-height: 1;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: -10px;
}

.scholarship-process .process .process-icon {
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.scholarship-process .process .process-text {
	width: 100%;
	padding: 0 75px;
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.54545;
}

.scholarship-faq .scholarship-faq-list {
	border-top: 1px solid #E2E8EB;
}

.scholarship-faq .scholarship-faq-list__item {
	border-bottom: 1px solid #E2E8EB;
	padding: 30px 60px;
}

.scholarship-faq .scholarship-faq-list__item .icon {
	font-size: 3rem;
}

.scholarship-faq .q-item,
.scholarship-faq .a-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.scholarship-faq .q-item .icon,
.scholarship-faq .a-item .icon {
	width: 50px;
}

.scholarship-faq .q-item .text,
.scholarship-faq .a-item .text {
	width: calc(100% - 50px);
	padding-top: 0.12em;
	padding-right: 50px;
}

.scholarship-faq .q-item {
	color: #5CB2BE;
	position: relative;
}

.scholarship-faq .q-item::before {
	content: "";
	background-image: url(../img/svg/arrowup_green.svg);
	background-position: center;
	background-size: 100%;
	width: 20px;
	height: 12px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -6px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.scholarship-faq .q-item.is-open::before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.scholarship-faq .js-acc-content {
	display: none;
}

.scholarship-faq .a-item {
	padding-top: 15px;
}

.scholarship-faq .a-item .icon {
	color: rgba(43, 48, 51, 0.63);
	padding-left: 2px;
}

.scholarship-faq .a-item .text {
	color: #434B4F;
}

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

.nav .nav-list .nav-list-item .nav-link:hover {
	color: #5CB2BE;
}

.nav .subnav a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

}

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

.big-footer {
	height: 300px;
}

.big-footer .big-footer-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem;
}

.big-footer .big-footer-nav li:not(:first-child) {
	margin-left: 20px;
}

.big-footer .big-footer-nav__sub {
	font-size: 1.3rem;
}

}

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

.header .logo {
	width: 160px;
}

.nav .nav-list .nav-list-item {
	font-size: 1.3rem;
}

.nav .nav-list .nav-list-item .nav-link {
	margin: 0 10px;
}

.btn--basic {
	width: 300px;
}

.table-content__item {
	padding-left: 6%;
	padding-right: 6%;
}

.table-content__name {
	width: 150px;
}

.table-content__content {
	width: calc(100% - 150px);
}

.banner-block .banner-list {
	padding: 0 15px;
}

.banner-block .banner-btn .banners-content {
	padding: 0 20px;
}

.banner-block .banner-btn .banners-content__title .text {
	font-size: 2rem;
}

.banner-block .banner-btn .banners-content__title .sml {
	font-size: 1.6rem;
}

.about-init figure {
	padding: 0;
}

.about-greeting .about-greeting-list .about-greeting-photo {
	width: calc(50vw - 35px);
}

.scholarship-process .process .process-icon {
	left: 20px;
}

.scholarship-process .process .process-icon img {
	width: 90%;
}

.scholarship-process .process .process-text {
	padding: 0 60px;
	font-size: 1.8rem;
}

}

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

.big-footer {
	height: auto;
	padding: 50px 0;
}

.big-footer__inner {
	display: block;
}

.big-footer .big-footer-info {
	width: 100%;
	padding: 0 0 30px;
	border-right: none;
	text-align: center;
	position: relative;
}

.big-footer .big-footer-info::after {
	content: "";
	width: 100px;
	height: 1px;
	background: #E2E8EB;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -50px;
}

.big-footer .big-footer-nav {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
}

}

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

body.is-block .header .logo svg,
body.is-block .header .logo svg {
	fill: #fff;
}

.header__inner {
	height: 36px;
}

.header__inner .logo {
	display: none;
}

.nav {
	display: none;
	background: #5CB2BE;
	width: 100%;
	height: 100%;
	padding: 60px 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 8888;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.nav .nav__inner {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.nav .nav-list {
	display: block;
	border-top: 1px solid #E2E8EB;
	position: relative;
}

.nav .nav-list::after {
	content: "";
	display: block;
	width: 100%;
	height: 60px;
}

.nav .nav-list .nav-list-item {
	display: block;
	height: auto;
	position: relative;
	font-size: 1.3rem;
	border-bottom: 1px solid #E2E8EB;
}

.nav .nav-list .nav-list-item:nth-child(3) .subnav {
	width: 100%;
}

.nav .nav-list .nav-list-item.has-subnav {
	cursor: pointer;
}

.nav .nav-list .nav-list-item.has-subnav .nav-link {
	position: relative;
}

.nav .nav-list .nav-list-item.has-subnav .nav-link.is-open::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nav .nav-list .nav-list-item .nav-link {
	display: block;
	color: #fff;
	margin: 0;
	padding: 15px 15px 16px;
	text-align: left;
	font-size: 1.3rem;
}

.nav .subnav {
	position: static;
	visibility: visible;
	opacity: 1;
	width: 100%;
	-webkit-transform: none;
	transform: none;
	padding-bottom: 16px;
	-webkit-transition: none;
	transition: none;
}

.nav .subnav a {
	text-align: left;
	padding: 16px 16px 0px 25px;
}

.nav .subnav a:nth-of-type(1) {
	padding-top: 0px;
}

.nav .subnav a .text {
	position: relative;
}

.nav .subnav a .text::before {
	content: "-";
	position: absolute;
	left: -1rem;
	top: -1px;
}

.btn-nav {
	display: block;
	width: 36px;
	height: 36px;
	padding: 13px 0 0 10px;
	position: fixed;
	right: 15px;
	top: 0;
	z-index: 99999;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}

.btn-nav .btn-nav-inner {
	width: 20px;
	height: 10px;
	position: relative;
}

.btn-nav .btn-nav-inner::before,
.btn-nav .btn-nav-inner::after {
	display: block;
	background-color: #5CB2BE;
	width: 20px;
	height: 2px;
	position: absolute;
	left: 0px;
	-webkit-transition: background-color .4s;
	transition: background-color .4s;
	-webkit-animation-duration: 0s;
	animation-duration: 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.btn-nav .btn-nav-inner::before,
.btn-nav .btn-nav-inner::after {
	content: "";
}

.btn-nav .btn-nav-inner::before {
	top: 0;
	-webkit-animation-name: line-top-off;
	animation-name: line-top-off;
}

.btn-nav .btn-nav-inner::after {
	bottom: 0;
	-webkit-animation-name: line-bottom-off;
	animation-name: line-bottom-off;
}

.btn-nav.is-open .btn-nav-inner::before,
.btn-nav.is-open .btn-nav-inner::after {
	background-color: #fff;
}

.btn-nav.is-open .btn-nav-inner::before {
	-webkit-animation-name: line-top-on;
	animation-name: line-top-on;
}

.btn-nav.is-open .btn-nav-inner::after {
	-webkit-animation-name: line-bottom-on;
	animation-name: line-bottom-on;
}

.contact {
	height: auto;
	padding: 40px 0;
}

.contact__inner {
	display: block;
}

.contact .contact-text {
	width: 100%;
	margin-right: 0;
}

.contact .contact-btn {
	width: 100%;
	margin-top: 20px;
}

.contact .contact-btn .btn {
	margin-left: auto;
	margin-right: auto;
}

.btn--ancher:not(:nth-of-type(1)) {
	margin-left: 10px;
	padding: 10px 5px;
}

.btn--ancher span {
	font-size: 1.2rem;
}

.under-visual .visual-overlap {
	padding-top: 36px;
}

.visual .visual-content {
	font-size: 1.8rem;
	bottom: 60px;
}

.visual .visual-content .name {
	font-size: 2.8rem;
}

.visual .visual-content .text {
	margin-top: 30px;
	font-size: 2rem;
}

.banner-block .banner-list {
	padding: 0 10px;
}

.banner-block .banner-btn .banners-content__title .text {
	font-size: 1.8rem;
}

.banner-block .banner-btn .banners-content__title .sml {
	font-size: 1.4rem;
}

.scholarship-process .scholarship-process-list {
	display: block;
}

.scholarship-process .process {
	width: 100%;
	height: 85px;
}

.scholarship-process .process:not(:first-child) {
	margin-left: 0px;
	margin-top: 54px;
}

.scholarship-process .process:not(:first-child)::before {
	content: "";
	background-image: url(../img/svg/arrowup_green.svg);
	background-position: center;
	background-size: 100%;
	width: 18px;
	height: 10.8px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	position: absolute;
	left: 50%;
	top: -40px;
	margin-top: 0;
	margin-left: -9px;
}

.scholarship-process .process:nth-of-type(1) .process-icon img {
	width: 20px;
}

.scholarship-process .process:nth-of-type(2) .process-icon img {
	width: 100%;
}

.scholarship-process .process:nth-of-type(2) .process-icon img {
	width: 34px;
}

.scholarship-process .process .process-num {
	font-size: 3.9rem;
	margin-top: -5px;
}

.scholarship-process .process .process-icon {
	width: 37px;
	left: 30px;
	text-align: center;
}

.scholarship-process .process .process-text {
	padding: 0 40px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.375;
}

}

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

body {
	font-size: 1.2rem;
}

body {
	min-width: inherit;
}

img {
	width: 100%;
}

a:hover img {
	opacity: 1;
}

body.ios input[type="text"],
body.ios select,
body.ios textarea {
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

.pc-in {
	display: none;
}

.sp-in {
	display: inline-block;
}

.pc-table {
	display: none;
}

.sp-table {
	display: table;
}

.contents {
	padding-top: 35px;
	padding-bottom: 90px;
}

.content-block {
	padding: 40px 0 0;
}

.content-block + .content-block {
	padding-top: 60px;
}

.inner {
	max-width: none;
	padding-left: 15px;
	padding-right: 15px;
}

.inner-s {
	max-width: none;
	padding-left: 15px;
	padding-right: 15px;
}

.request-block {
	margin-top: 70px;
}

.request-block .request-lead {
	font-size: 1.4rem;
	line-height: 1.67857;
}

#pagetop a {
	height: 30px;
}

#pagetop a svg {
	width: 17px;
}

.contact {
	background: #fff;
	height: auto;
	padding-top: 0;
	padding-bottom: 40px;
}

.contact__inner {
	background-image: url(../img/cantact-bg_sp.png);
	background-position: center;
	background-size: cover;
	display: block;
	padding-top: 35px;
}

.contact .contact-text .title {
	font-size: 1.6rem;
	line-height: 1.625;
}

.contact .contact-text .text {
	margin-top: 20px;
}

.contact .contact-btn {
	position: relative;
	bottom: -25px;
	margin-top: 0;
}

.contact .contact-btn .btn .icon svg {
	width: 13px;
}

.big-footer {
	padding: 40px 0;
}

.big-footer__inner {
	padding-left: 15px;
	padding-right: 15px;
}

.big-footer .big-footer-info {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.big-footer .big-footer-info::after {
	width: 100%;
	left: 0;
	margin-left: 0px;
}

.big-footer .big-footer-info .name {
	font-size: 1.5rem;
}

.big-footer .big-footer-info .address {
	margin-top: 15px;
	font-size: 1.2rem;
	line-height: 1.58333;
	letter-spacing: 0.04em;
}

.big-footer .big-footer-nav {
	display: block;
	margin-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.3rem;
}

.big-footer .big-footer-nav li:not(:first-child) {
	margin-left: 0px;
	margin-top: 30px;
}

.big-footer .big-footer-nav__sub {
	font-size: 1.2rem;
}

.big-footer .big-footer-nav__sub .big-footer-link {
	margin-top: 15px;
}

footer .copy {
	padding: 12px;
}

.acc-wrap .acc-btn {
	color: #ff801e;
	font-weight: normal;
	font-size: 1rem;
	width: 40px;
	padding-top: 32px;
	line-height: 1;
	text-align: center;
	position: absolute;
	right: 5px;
	bottom: 10px;
}

.acc-wrap .acc-btn.is-open::after {
	opacity: 0;
}

.acc-wrap .acc-btn.is-open .open {
	display: none;
}

.acc-wrap .acc-btn.is-open .close {
	display: block;
}

.acc-wrap .acc-btn::before,
.acc-wrap .acc-btn::after {
	content: "";
	width: 18px;
	height: 2px;
	background: #ff801e;
	position: absolute;
	left: 50%;
	top: 20px;
	margin: -1px 0 0 -9px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.acc-wrap .acc-btn::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.acc-wrap .acc-btn .open {
	display: block;
}

.acc-wrap .acc-btn .close {
	display: none;
}

.acc-wrap .acc-content {
	display: none;
}

.acc-wrap .acc-content-text {
	overflow: hidden;
	line-height: 1.71;
	font-size: 1.4rem;
	height: 4.788rem;
	position: relative;
}

.acc-wrap .acc-content-text.is-opened {
	overflow: visible;
}

.acc-wrap .acc-content-text.is-opened::after {
	opacity: 0;
}

.acc-wrap .acc-content-text::after {
	content: "...";
	background: #fff;
	padding-left: 0.5em;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.btn--basic {
	width: 100%;
	max-width: 290px;
	height: auto;
	min-height: 50px;
	padding: 14px 40px;
}

.btn--basic .text {
	font-size: 1.5rem;
}

.btn--basic .icon {
	right: 20px;
}

.btn--frame {
	width: 100%;
	font-size: 1.2rem;
}

.btn--ancher {
	padding: 10px;
}

.btn--ancher span {
	font-size: 1.2rem;
	padding-bottom: 13px;
}

.btn-request {
	border-radius: 3px;
}

.btn-request {
	font-size: 1.8rem;
	width: 285px;
	padding: 16px 10px;
}

.column.sp-col--1 {
	display: block;
}

.column.sp-col--1 .column-item {
	width: 100%;
	max-width: 375px;
	margin-left: auto;
	margin-right: auto;
}

.column.sp-col--1 .column-item:not(:nth-of-type(1)) {
	margin-top: 15px;
}

.column.sp-col--2 .column-item {
	width: 48.55%;
	margin-left: 2.89%;
	margin-top: 10px;
}

.column.sp-col--2 .column-item:nth-of-type(-n+2) {
	margin-top: 0;
}

.column.sp-col--2 .column-item:nth-of-type(odd) {
	margin-left: 0;
}

h2 {
	font-size: 2.6rem;
	line-height: 1.15385;
	margin-bottom: 20px;
}

.c-title {
	font-size: 2rem;
	line-height: 1.3;
}

.c-text,
.contact .contact-text .text,
.c-notes,
.table-content__item,
.news-list__item,
.scholarship-faq .q-item .text,
.scholarship-faq .a-item .text {
	font-size: 1.3rem;
	line-height: 1.46154;
}

.c-notes {
	margin-top: 30px;
}

dl.simple-list.sp-break > dd {
	overflow: visible;
}

dl.simple-list.sp-br > dt {
	float: none;
	margin-top: 10px;
}

dl.simple-list.sp-br > dt:first-child {
	margin-top: 0;
}

.lists li {
	font-size: 1.3rem;
	line-height: 1.75;
}

.lists li::before {
	margin-right: 0.25em;
}

.photo-list li {
	width: 48.57%;
	margin-top: 10px;
	margin-left: 2.85%;
}

.photo-list li:nth-child(-n+4) {
	margin-top: 10px;
}

.photo-list li:nth-child(-n+2) {
	margin-top: 0px;
}

.photo-list li:nth-child(4n+1) {
	margin-left: 2.85%;
}

.photo-list li:nth-child(odd) {
	margin-left: 0;
}

.under-visual {
	height: 200px;
}

.under-visual + .contents {
	padding-top: 0;
}

.under-visual .image {
	height: 200px;
}

.under-visual .visual-overlap {
	padding-top: 35px;
}

.under-visual .visual-content .title {
	color: #fff;
	font-size: 2.3rem;
}

.slider {
	height: 410px;
}

.slider .slider-item {
	height: 410px;
}

.slider .slider-item .image {
	height: 410px;
}

.breadcrumb {
	padding: 12px 0;
	font-size: 1.2rem;
}

.table-content {
	padding: 0;
}

.table-content__item {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
}

.table-content__inner {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}

.table-content__name {
	width: 100%;
}

.table-content__content {
	margin-top: 5px;
	width: 100%;
}

.visual .visual-content {
	font-size: 1.6rem;
	line-height: 1.8125;
	left: 25px;
	bottom: 25px;
	width: calc(100% - 50px);
}

.visual .visual-content .name {
	font-size: 2.1rem;
	line-height: 1.2381;
}

.visual .visual-content .text {
	font-size: 1.6rem;
	margin-top: 15px;
}

.banner-block .banner-list {
	padding: 0;
}

.banner-block .banner-btn .banners-content__title .text {
	font-size: 1.95rem;
}

.banner-block .banner-btn .banners-content__title .sml {
	font-size: 1.6rem;
}

.top .news-block {
	margin-top: 20px;
	padding-bottom: 60px;
}

.news-list {
	padding-left: 5px;
	padding-right: 5px;
}

.news-list__item {
	display: block;
}

.news-list__item:not(:nth-of-type(1)) {
	margin-top: 20px;
}

.news-list__item .date {
	width: 100%;
	margin-right: 0px;
}

.news-list__item .title {
	margin-top: 5px;
	width: 100%;
}

.news-detail .date {
	font-size: 1.3rem;
}

.news-detail .title {
	margin-top: 10px;
	font-size: 2.2rem;
	line-height: 1.5;
}

.news-detail .news-content {
	margin-top: 20px;
	font-size: 1.25rem;
	line-height: 1.6;
}

.news-detail .news-photo {
	text-align: center;
	margin: 40px auto;
}

.news-detail .news-photo img {
	max-width: 100%;
}

.news-detail .news-btn {
	margin-top: 40px;
}

.about-init__inner {
	display: block;
}

.about-init figure {
	width: 100%;
	text-align: center;
}

.about-init figure img {
	max-width: 274px;
}

.about-init .text {
	margin-top: 30px;
	padding: 0;
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.75;
}

.about-greeting .about-greeting-list__item {
	display: block;
}

.about-greeting .about-greeting-list__item:not(:first-child) {
	margin-top: 60px;
}

.about-greeting .about-greeting-list__item:nth-child(odd) {
	padding-left: 0;
}

.about-greeting .about-greeting-list__item:nth-child(odd) .about-greeting-detail {
	padding-left: 15px;
	padding-right: 15px;
}

.about-greeting .about-greeting-list__item:nth-child(even) {
	padding-right: 0;
}

.about-greeting .about-greeting-list__item:nth-child(even) .about-greeting-detail {
	padding-left: 15px;
	padding-right: 15px;
}

.about-greeting .about-greeting-list .about-greeting-photo {
	width: 100%;
}

.about-greeting .about-greeting-list .about-greeting-detail {
	width: 100%;
	margin-top: 30px;
}

.about-greeting .about-greeting-list .about-greeting-detail .name {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.about-greeting .about-greeting-list .about-greeting-detail .name .jp {
	font-size: 2rem;
	margin-right: 15px;
}

.about-greeting .about-greeting-list .about-greeting-detail .name .en {
	font-size: 1.25rem;
}

.about-greeting .about-greeting-list .about-greeting-detail .text {
	margin-top: 25px;
	padding-top: 15px;
	font-size: 1.25rem;
	line-height: 1.6;
}

.ancher-nav {
	margin-top: 25px;
}

.scholarship-init .text {
	font-size: 1.4rem;
	line-height: 1.75;
}

.scholarship-app .scholarship-app-content {
	text-align: left;
	padding: 20px 15px;
	font-size: 1.4rem;
	line-height: 1.75;
}

.scholarship-faq .scholarship-faq-list__item {
	padding: 12px 15px 15px;
}

.scholarship-faq .scholarship-faq-list__item .icon {
	font-size: 2rem;
}

.scholarship-faq .q-item,
.scholarship-faq .a-item {
	display: block;
}

.scholarship-faq .q-item .icon,
.scholarship-faq .a-item .icon {
	width: 100%;
}

.scholarship-faq .q-item .text,
.scholarship-faq .a-item .text {
	width: 100%;
	padding-top: 3px;
	padding-right: 50px;
}

.scholarship-faq .q-item {
	color: #5CB2BE;
	position: relative;
}

.scholarship-faq .q-item::before {
	width: 12px;
	height: 8px;
	right: 0px;
	top: 30px;
	margin-top: 0;
}

.scholarship-faq .q-item.is-open::before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.scholarship-faq .js-acc-content {
	display: none;
}

.scholarship-faq .a-item {
	padding-top: 15px;
}

.scholarship-faq .a-item .icon {
	padding-left: 1px;
}

.scholarship-faq .a-item .text {
	padding-right: 0;
}

}

@-webkit-keyframes fade-in {

0% {
	display: none;
	opacity: 0;
}

1% {
	display: block;
	opacity: 0;
}

100% {
	display: block;
	opacity: 1;
}

}

@keyframes fade-in {

0% {
	display: none;
	opacity: 0;
}

1% {
	display: block;
	opacity: 0;
}

100% {
	display: block;
	opacity: 1;
}

}

@-webkit-keyframes spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

}

@keyframes spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

}

@keyframes fade-in {

0% {
	display: none;
	opacity: 0;
}

1% {
	display: block;
	opacity: 0;
}

100% {
	display: block;
	opacity: 1;
}

}

@-webkit-keyframes MoveDown {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

49.9% {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
}

50% {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes MoveDown {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

49.9% {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
}

50% {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@-webkit-keyframes MoveDownInfi {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

50% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

74.9% {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
}

75% {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes MoveDownInfi {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

50% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

74.9% {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
}

75% {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@-webkit-keyframes MoveUp {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

49.9% {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	opacity: 0;
}

50% {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes MoveUp {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

49.9% {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	opacity: 0;
}

50% {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@-webkit-keyframes MoveRight {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

49.9% {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
	opacity: 0;
}

50% {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@keyframes MoveRight {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

49.9% {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
	opacity: 0;
}

50% {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@-webkit-keyframes MoveLeft {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

49.9% {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	opacity: 0;
}

50% {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@keyframes MoveLeft {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

49.9% {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	opacity: 0;
}

50% {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
	opacity: 0;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@-webkit-keyframes reveal {

0% {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: translateZ(0) skew(-37deg) scaleX(0);
	transform: translateZ(0) skew(-37deg) scaleX(0);
}

0.0001% {
	-webkit-transform-origin: left;
	transform-origin: left;
}

50% {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: translateZ(0) skew(-37deg) scaleX(1);
	transform: translateZ(0) skew(-37deg) scaleX(1);
}

50.0001% {
	-webkit-transform-origin: right;
	transform-origin: right;
}

100% {
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: translateZ(0) skew(-37deg) scaleX(0);
	transform: translateZ(0) skew(-37deg) scaleX(0);
}

}

@keyframes reveal {

0% {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: translateZ(0) skew(-37deg) scaleX(0);
	transform: translateZ(0) skew(-37deg) scaleX(0);
}

0.0001% {
	-webkit-transform-origin: left;
	transform-origin: left;
}

50% {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: translateZ(0) skew(-37deg) scaleX(1);
	transform: translateZ(0) skew(-37deg) scaleX(1);
}

50.0001% {
	-webkit-transform-origin: right;
	transform-origin: right;
}

100% {
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: translateZ(0) skew(-37deg) scaleX(0);
	transform: translateZ(0) skew(-37deg) scaleX(0);
}

}

@-webkit-keyframes sk-circleBounceDelay {

0%,80%,100% {
	-webkit-transform: scale(0);
	transform: scale(0);
}

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

}

@keyframes sk-circleBounceDelay {

0%,80%,100% {
	-webkit-transform: scale(0);
	transform: scale(0);
}

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

}

@-webkit-keyframes line-top-on {

0% {
	top: 0;
}

50% {
	top: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	top: 4px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

}

@keyframes line-top-on {

0% {
	top: 0;
}

50% {
	top: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	top: 4px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

}

@-webkit-keyframes line-top-off {

0% {
	top: 4px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

50% {
	top: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	top: 0;
}

}

@keyframes line-top-off {

0% {
	top: 4px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

50% {
	top: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	top: 0;
}

}

@-webkit-keyframes line-bottom-on {

0% {
	bottom: 0;
}

50% {
	bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	bottom: 4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

}

@keyframes line-bottom-on {

0% {
	bottom: 0;
}

50% {
	bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	bottom: 4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

}

@-webkit-keyframes line-bottom-off {

0% {
	bottom: 4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

50% {
	bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	bottom: 0;
}

}

@keyframes line-bottom-off {

0% {
	bottom: 4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

50% {
	bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	bottom: 0;
}

}

@-webkit-keyframes line-top-on_sp {

0% {
	top: 0;
}

50% {
	top: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	top: 4px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

}

@keyframes line-top-on_sp {

0% {
	top: 0;
}

50% {
	top: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	top: 4px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

}

@-webkit-keyframes line-top-off_sp {

0% {
	top: 4px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

50% {
	top: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	top: 0;
}

}

@keyframes line-top-off_sp {

0% {
	top: 4px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

50% {
	top: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	top: 0;
}

}

@-webkit-keyframes line-bottom-on_sp {

0% {
	bottom: 0;
}

50% {
	bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	bottom: 4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

}

@keyframes line-bottom-on_sp {

0% {
	bottom: 0;
}

50% {
	bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	bottom: 4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

}

@-webkit-keyframes line-bottom-off_sp {

0% {
	bottom: 4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

50% {
	bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	bottom: 0;
}

}

@keyframes line-bottom-off_sp {

0% {
	bottom: 4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

50% {
	bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	bottom: 0;
}

}

@-webkit-keyframes slideScale {

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

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

}

@keyframes slideScale {

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

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

}

