
html {
	overflow-x: hidden;
}

html, html a, body {
	-webkit-font-smoothing: antialiased;
}

html {
	font-size: 16px;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-size: 1rem;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",HiraginoKakuGothicPro,"ＭＳ Ｐゴシック",sans-serif;
	color: #222324;
	line-height: 1.6;
	background-color: #fff;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",HiraginoKakuGothicPro,"ＭＳ Ｐゴシック",sans-serif;
	line-height: 1.2;
	color: #393939;
	margin-top: 0;
	margin-bottom: .5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: capitalize;
	margin-bottom: 0.75rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #393939;
	transition-duration: 200ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

h1 a:focus, h1 a:hover,
h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover {
	color: #009481;
	transition-duration: 200ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
	position: relative;
	display: inline-block;
	padding: 0 75px;
}

h2:before, h2:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 50px;
	height: 1px;
	background-color: black;
}

h2:before {
	left:0;
}
h2:after {
	right: 0;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

em,
li {
	font-size: 1rem;
	font-weight: 300;
	color: #393939;
}

em > a,
li > a {
	color: #393939;
}

em > a:hover,
li > a:hover {
	color: #009481;
}

small {
	color: #393939;
	font-size: 70%;
}

label {
	font-size: 0.8125rem;
	font-weight: 700;
	color: #393939;
	margin-bottom: .25rem;
}

i {
	line-height: 1;
}

/* Paragraph */
p {
	font-size: 0.9375rem;
	font-weight: 300;
	color: #393939;
	line-height: 1.6;
	margin-top: 0;
	margin-bottom: 1rem;
}

/* Links */
a {
	color: #009481;
	text-decoration: none;
}

a:focus, a:hover {
	color: #1095ac;
	text-decoration: none;
}

a:focus {
	outline: none;
}

/* ページ移動 */
a.anchor{
	display: block;
	padding-top: 90px;
	margin-top: -100px;
}


/* --------------------------------
	line 下線
-------------------------------- */

.marker-animation.active{
	background-position: -100% .3em;
}

.marker-animation {
	background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,237,77) 50%);
	background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,237,77) 50%);
	background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,237,77) 50%);
	background-image: -o-linear-gradient(left, transparent 50%, rgb(255,237,77) 50%);
	background-image: linear-gradient(left, transparent 50%, rgb(255,237,77) 50%);
	background-repeat: repeat-x;
	background-size: 200% .9em;
	background-position: 0 .5em;
	transition: all 5s ease;
	font-weight: 600;
}

/*----------------------------------
	Selection
------------------------------------*/

::selection {
	color: #fff;
	background: #009481;
	text-shadow: none;
}

::-webkit-selection {
	color: #fff;
	background: #009481;
	text-shadow: none;
}

:active,
:focus {
	outline: none;
}

/*----------------------------------
	Button
------------------------------------*/

.s-btn {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border: none;
	white-space: nowrap;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-btn:focus, .s-btn:hover {
	text-decoration: none;
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-btn.focus {
	text-decoration: none;
}

.s-btn:active, .s-btn.active {
	background-image: none;
	outline: 0;
}

.s-btn.disabled, .s-btn:disabled,
fieldset[disabled] .s-btn {
	cursor: not-allowed;
	opacity: .65;
}

.s-btn__element--left, .s-btn__element--right {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

/* Sizes
------------------------------ */
.s-btn--xs {
	font-size: 0.75rem;
	font-weight: 400;
	padding: 0.5rem 1.8rem;
}

.s-btn--sm {
	font-size: 0.875rem;
	font-weight: 400;
	padding: 0.75rem 1.25rem;
}

.s-btn--md {
	font-size: 0.8125rem;
	font-weight: 400;
	padding: 1rem 2.5rem;
}

.s-btn-icon--md {
	font-size: 1rem;
	padding: 0.9375rem 1.5625rem 0.75rem;
}

/* Styles
------------------------------ */
.s-btn--white-brd {
	color: #fff;
	background: transparent;
	border-width: 0.0625rem;
	border-style: solid;
	border-color: #fff;
}

.s-btn--white-brd:focus, .s-btn--white-brd:hover {
	color: #0a6b6d;
	background: #fff;
	border-color: #fff;
}

.s-btn--white-bg {
	color: #222324;
	background: #fff;
}

.s-btn--white-bg:focus, .s-btn--white-bg:hover {
	color: #009481;
	background: #fff;
}

.s-btn--dark-bg {
	color: #fff;
	background: #222324;
	border-width: 0.0625rem;
	border-style: solid;
	border-color: #222324;
}

.s-btn--dark-bg:focus, .s-btn--dark-bg:hover {
	color: #fff;
	background: #009481;
	border-color: #009481;
}

.s-btn--red-bg {
	color: #fff;
	background: #d61717;
	border-width: 0.0625rem;
	border-style: solid;
	border-color: #d61717;
}

.s-btn--red-bg:focus, .s-btn--red-bg:hover {
	color: #d61717;
	background: #ffffff;
	border-color: #d61717;
}

.s-btn--orenge-bg {
	color: #fff;
	background: #f17d00;
	border-width: 0.0625rem;
	border-style: solid;
	border-color: #f17d00;
}

.s-btn--orenge-bg:focus, .s-btn--orenge-bg:hover {
	color: #f17d00;
	background: #ffffff;
	border-color: #f17d00;
}

.s-btn--dark-brd {
	color: #222324;
	background: transparent;
	border-width: 0.0625rem;
	border-style: solid;
	border-color: #222324;
}

.s-btn--dark-brd:focus, .s-btn--dark-brd:hover {
	color: #fff;
	background: #222324;
	border-color: #222324;
}

.s-btn--primary-bg {
	color: #fff;
	background: #009481;
	border-width: 0.0625rem;
	border-style: solid;
	border-color: #009481;
}

.s-btn--primary-bg:focus, .s-btn--primary-bg:hover {
	color: #009481;
	background: #fff;
	border-color: #009481;
}

.s-btn--primary-brd {
	color: #009481;
	background: transparent;
	border-width: 0.0625rem;
	border-style: solid;
	border-color: #009481;
}

.s-btn--primary-brd:focus, .s-btn--primary-brd:hover {
	color: #fff;
	background: #009481;
	border-color: #009481;
}

.s-btn-icon--white-brd {
	border-left: none;
}

.s-btn-icon--dark-brd {
	border-left: none;
}


/*----------------------------------
	Icons
------------------------------------*/

.s-icon {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-icon:focus, .s-icon:hover {
	text-decoration: none;
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.fa-plus{
	position: relative;
	top: -1px;
	left: 7px;
}

.fa-external-link-alt{
	position: relative;
	left: 7px;
	font-size: 0.9em;
	opacity: 0.9;
}

.fa-caret-right{
	position: relative;
	right: 3px;
}

/* Sizes
------------------------------ */
.s-icon--sm {
	width: 2.5rem;
	height: 2.5rem;
	font-size: 0.8125rem;
	padding: 0.6875rem;
}

.s-icon--md {
	width: 3.125rem;
	height: 3.125rem;
	font-size: 1.125rem;
	padding: 0.75rem;
}

.s-icon--lg {
	width: 3.5rem;
	height: 3.5rem;
	font-size: 1.625rem;
	padding: 0.5625rem 1rem;
}

/* Styles
------------------------------ */
.s-icon--white-brd {
	color: #fff;
	background: transparent;
	border-width: 0.0625rem;
	border-style: solid;
	border-color: #fff;
	line-height: 1.4;
}

.s-icon--white-brd:focus, .s-icon--white-brd:hover {
	color: #fff;
	background: #009481;
	border-color: #009481;
}

.s-icon--white-bg {
	color: #222324;
	background: #fff;
	border-width: 0.0625rem;
	border-style: solid;
	border-color: #fff;
	line-height: 1.4;
}

.s-icon--white-bg:focus, .s-icon--white-bg:hover {
	color: #009481;
	background: #fff;
	border-color: #fff;
}

.s-icon--primary-brd {
	color: #009481;
	background: transparent;
	border-width: 0.0625rem;
	border-style: solid;
	border-color: #009481;
	line-height: 1.4;
}

.s-icon--primary-brd:focus, .s-icon--primary-brd:hover {
	color: #fff;
	background: #009481;
	border-color: #009481;
}

.s-icon--primary-bg {
	color: #fff;
	background: #009481;
	line-height: 1.6;
}

/*----------------------------------
	Promo Block
------------------------------------*/

.s-promo-block-v1__square-effect {
	position: relative;
}

.s-promo-block-v1__square-effect:before {
	position: absolute;
	top: -5rem;
	left: -1.875rem;
	width: 18.75rem;
	height: 10.9375rem;
	border: .625rem solid;
	border-color: rgba(255, 255, 255, 0.2);
	content: " ";
}

.s-promo-block-v1__square-effect:after {
	position: absolute;
	right: 0;
	bottom: -2rem;
	width: 9.375rem;
	height: 9.375rem;
	border: .625rem solid;
	z-index: -1;
	border-color: rgba(108, 184, 237, 0.9);
	content: " ";
}

/* Promo Block v2 */
.s-promo-block-v2 {
	position: relative;
	z-index: 1;
}

.s-promo-block-v2:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(145deg, rgba(152, 119, 234, 0.7) -25%, #009481 100%);
	background-repeat: repeat-x;
	content: " ";
}

.s-promo-block-v2__form {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

@media (max-width: 61.9em) {
	.s-promo-block-v2__form {
		position: static;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

/* Promo Block v3 */
.s-promo-block-v3__divider {
	position: relative;
	padding-bottom: 1.875rem;
}

.s-promo-block-v3__divider:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 0.1875rem;
	background-image: linear-gradient(145deg, rgba(152, 119, 234, 0.9) -25%, #009481 100%);
	background-repeat: repeat-x;
	content: " ";
}

.s-promo-block-v3__date {
	line-height: .8;
	margin-right: 1rem;
}

.s-promo-block-v3__month, .s-promo-block-v3__year {
	display: block;
	line-height: 1.3;
}

.s-promo-block-v3__month {
	vertical-align: top;
}

/* Promo Block v4 */
.s-promo-block-v4 {
	position: relative;
	z-index: 1;
}

.s-promo-block-v4:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(34, 35, 36, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
	background-repeat: repeat-x;
	content: " ";
}

/* Promo Block v5 */
.s-promo-block-v5 {
	position: relative;
	z-index: 1;
}

.s-promo-block-v5:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, rgba(28, 123, 172, 0.93) 0%, rgba(19, 177, 205, 0.93) 100%);
	background-repeat: repeat-x;
	content: " ";
}

/* Promo Block v6 */
.s-promo-block-v6 {
	position: relative;
	z-index: 1;
}

.s-promo-block-v6:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(-180deg, rgba(28, 123, 172, 0.1) 0%, #009481 90%);
	background-repeat: repeat-x;
	content: " ";
}

/* Promo Block v7 */
.s-promo-block-v7 {
	position: relative;
	z-index: 1;
}

.s-promo-block-v7:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.97) 0%, rgba(152, 119, 234, 0.97) 100%);
	background-repeat: repeat-x;
	content: " ";
}

/*----------------------------------
	Mockup
------------------------------------*/

.s-mockup-v1 {
	position: relative;
	width: 55rem;
	height: auto;
	z-index: 1;
}

@media (max-width: 61.9em) {
	.s-mockup-v1 {
		width: 100%;
		height: auto;
	}
}

/* Mockup v2 */
.s-mockup-v2 {
	position: absolute;
	left: 6.25rem;
	bottom: 6.25rem;
	width: 25rem;
	height: auto;
}

@media (max-width: 33.9em) {
	.s-mockup-v2 {
		display: none;
	}
}

@media (min-width: 34em) {
	.s-mockup-v2 {
		position: absolute;
		left: 0.625rem;
		bottom: 0.625rem;
		width: 18.75rem;
		height: auto;
	}
}

@media (min-width: 48em) {
	.s-mockup-v2 {
		position: absolute;
		left: 5rem;
		bottom: 5rem;
		width: 18.75rem;
		height: auto;
	}
}

/*----------------------------------
	Price
------------------------------------*/

.s-plan-v1 {
	box-shadow: 0.625rem 0.625rem 0.9375rem 0 rgba(31, 31, 31, 0.075);
}

.s-plan-v1__price-mark, .s-plan-v1__price-tag {
	color: #009481;
}

.s-plan-v1__price-mark {
	font-size: 1.375rem;
	vertical-align: top;
}

.s-plan-v1__price-tag {
	font-size: 1.875rem;
	line-height: 1.1;
}


/* Price v2 */
@media (min-width: 62em) {
	.s-plan-v2__main {
		position: relative;
		z-index: 1;
		box-shadow: 0 -1.25rem 3.125rem 0 rgba(34, 35, 36, 0.05);
		margin-top: -.4375rem;
	}
}

/*----------------------------------
	Process v1
------------------------------------*/
.s-process-v1 {
	position: relative;
}

.s-process-v1:before {
	position: absolute;
	top: 3.125rem;
	left: 60%;
	width: 80%;
	height: 0.0625rem;
	background: rgba(255, 255, 255, 0.5);
	content: " ";
	margin-top: -.03125rem;
}

@media (max-width: 47.9em) {
	.s-process-v1:before {
		display: none;
	}
}

.s-process-v1:last-child:before {
	display: none;
}

.tag{
	background-color: #c41515;
	color: #fff;
	padding: 5px 8px;
}

/*----------------------------------
	Scroll To Section
------------------------------------*/

/* Scroll To Section v1 */
.s-scroll-to-section-v1--bc {
	position: absolute;
	left: 50%;
	bottom: 0.625rem;
	z-index: 1;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	text-align: center;
}

/*----------------------------------
	Team v1
------------------------------------*/
.s-team-v1 {
	position: relative;
	cursor: pointer;
}

.s-team-v1:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: " ";
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-team-v1:hover:before {
	box-shadow: 0 0 1.25rem 0.3125rem rgba(34, 35, 36, 0.07);
}


/*----------------------------------
	Header
------------------------------------*/
.s-header__navbar {
	background: transparent;
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* パンくず
------------------------------ */

.cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_breadcrumb {
	color: #415e5a;
}
.cp_breadcrumb a {
	text-decoration: none;
	color: #415e5a;
}
.cp_breadcrumb .breadcrumbs {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.cp_breadcrumb li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 7px);
	margin-right: 7px;
	color: #415e5a;
}
.cp_breadcrumb li::before {
	content: '›';
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	color: inherit;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cp_breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0;
	color: #415e5a;
}
.cp_breadcrumb li:last-child::before {
	content: normal;
}

/* Container
------------------------------ */
.s-header__container {
	width: 100%;
	height: auto;
	display: table;
	padding: .75rem 1.875rem;
}

.s-header__container:before, .s-header__container:after {
	content: " ";
	display: table;
}

.s-header__container:after {
	clear: both;
}

.container-fluid {
	padding-left: 2.1875rem;
	padding-right: 2.1875rem;
}

/* Navbar Row
------------------------------ */
.s-header__navbar-row {
	position: relative;
	display: table-row;
	clear: both;
}

.s-header__navbar-row-col {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

/* Logo
------------------------------ */
.s-header__logo {
	position: relative;
	z-index: 9999;
	width: 100%;
	height: auto;
	float: left;
}

.s-header__logo-link {
	display: inline-block;
	padding: 1rem 0;
}

.s-header__logo-link:focus, .s-header__logo-link:hover {
	text-decoration: none;
}

.s-header__logo-img-default, .s-header__logo-img-shrink {
	display: block;
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__logo-img-default {
	opacity: 1;
}

.s-header__logo-img-shrink {
	position: absolute;
	top: 1rem;
	left: 0;
	opacity: 0;
}

@media (max-width: 61.9em) {
	.s-header__logo {
		width: auto;
		height: auto;
		float: left;
	}
}

/* Trigger
------------------------------ */
.s-header__trigger {
	position: relative;
	top: 15px;
	z-index: 9999;
	width: 3.125rem;
	height: 3.125rem;
	float: right;
	overflow: hidden;
	transition-duration: 500ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Trigger Icon */
.s-header__trigger-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	width: 1.375rem;
	height: 0.0625rem;
	background: #fff;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	transition-duration: 500ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__trigger-icon:before, .s-header__trigger-icon:after {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	content: " ";
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: transform 0.5s, width 0.5s, top 0.3s;
	transition: transform 0.5s, width 0.5s, top 0.3s;
}

.s-header__trigger-icon:before {
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: translate3d(0, 0.4375rem, 0);
	transform: translate3d(0, 0.4375rem, 0);
}

.s-header__trigger-icon:after {
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: translate3d(0, -0.4375rem, 0);
	transform: translate3d(0, -0.4375rem, 0);
}

.s-header__trigger--dark .s-header__trigger-icon {
	background: #222324;
}

.s-header__trigger svg {
	position: absolute;
	top: 0;
	left: 0;
}

.s-header__trigger circle {
	-webkit-transition: stroke-dashoffset 0.4s 0s;
	transition: stroke-dashoffset 0.4s 0s;
}

/* Trigger Is Active Style */
.-is-active.s-header__trigger {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.-is-active .s-header__trigger-icon {
	background: #fff;
}

.-is-active .s-header__trigger-icon:before, .-is-active .s-header__trigger-icon:after {
	width: 50%;
	-webkit-transition: transform 0.5s, width 0.5s;
	transition: transform 0.5s, width 0.5s;
}

.-is-active .s-header__trigger-icon:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.-is-active .s-header__trigger-icon:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.-is-active.s-header__trigger circle {
	stroke-dashoffset: 0;
	-webkit-transition: stroke-dashoffset 0.4s 0.3s;
	transition: stroke-dashoffset 0.4s 0.3s;
}

/* Overlay
------------------------------ */
.s-header-bg-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(34, 35, 36, 0);
	visibility: hidden;
	-webkit-transition: all 1s ease-in 0.4s;
	transition: all 1s ease-in 0.4s;
}

.s-header-bg-overlay.-is-open {
	background: rgba(34, 35, 36, 0.99);
	visibility: visible;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

/* Nav
------------------------------ */
.s-header__nav {
	height: 100%;
	padding: 5.3rem 0 5rem;
	overflow-y:scroll;
	overflow-x: hidden;
}

/* Menu List */
.s-header__nav-menu {
	width: 18.75rem;
	float: right;
	text-align: right;
	margin-bottom: 0;
}

@media (max-width: 47.9em) {
	.s-header__nav-menu {
		width: 50%;
	}
}

@media (max-width: 33.9em) {
	.s-header__nav-menu {
		width: 100%;
		float: none;
	}
}

.s-header__nav-menu-item {
	padding: 0 0 0 5.625rem;
	margin-bottom: 0;
}

@media (max-width: 47.9em) {
	.s-header__nav-menu-item {
		padding-left: 0;
	}
}

.s-header__nav-menu-link {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 300;
	color: #fff;
	opacity: .85;
	padding: .3125rem;
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__nav-menu-link-divider {
	position: relative;
}

.s-header__nav-menu-link-divider:before {
	position: absolute;
	top: 50%;
	right: -2.5rem;
	width: 2.1875rem;
	height: 0.0625rem;
	background: rgba(255, 255, 255, 0);
	content: " ";
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__nav-menu-link-divider[href]:focus, .s-header__nav-menu-link-divider[href]:hover {
	color: #fff;
}

.s-header__nav-menu-link-divider[href]:hover:before {
	right: 0;
	background: white;
}

.s-header__nav-menu-link-divider:focus, .s-header__nav-menu-link-divider:hover {
	color: #fff;
}

.s-header__nav-menu-link-divider:hover {
	opacity: 1;
	padding-right: 2.5rem;
}

.s-header__nav-menu-link-divider.-is-active {
	padding-right: 2.5rem;
}

.s-header__nav-menu-link-divider.-is-active:before {
	right: 0;
	background: white;
}

/* Action
------------------------------ */
.s-header__action {
	margin-bottom: 0;
}

.s-header__action--lb {
	position: absolute;
	left: 1.875rem;
	bottom: 1.875rem;
}

.s-header__action--rb {
	position: fixed;
	right: 1.8rem;
	bottom: 1rem;
}

.s-header__action-item {
	padding: 0;
	margin-left: .1875rem;
	margin-right: .3125rem;
}

.s-header__action-link {
	position: relative;
	font-size: 1.5rem;
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	padding: .3125rem;
}

.s-header__action-link:first-child {
	padding-left: 0;
}

.s-header__action-link:last-child {
	padding-right: 0;
}

.s-header__action-link:hover {
	color: rgba(255, 255, 255, 0.7);
}

.s-header__action-link.-is-active {
	color: white;
}

/* Menu Open/Close
------------------------------ */
.s-header-bg-overlay .s-header__nav-menu-item {
	opacity: 0;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	-webkit-transform: translate3d(0, 1.25rem, 0);
	transform: translate3d(0, 1.25rem, 0);
}

.s-header-bg-overlay .s-header__action-item {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

@media (max-width: 47.9em) {
	.s-header-bg-overlay.-is-open .s-header__nav-menu-item,
	.s-header-bg-overlay.-is-open .s-header__action-item {
		opacity: 1;
	}
}

@media (min-width: 34em) {
	.s-header-bg-overlay.-is-open .s-header__nav-menu-item {
		opacity: 1;
	}
	.s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(1) {
		-webkit-transition: all 0.4s 0.2s ease-out;
		transition: all 0.4s 0.2s ease-out;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(2) {
		-webkit-transition: all 0.4s 0.4s ease-out;
		transition: all 0.4s 0.4s ease-out;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(3) {
		-webkit-transition: all 0.4s 0.6s ease-out;
		transition: all 0.4s 0.6s ease-out;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(4) {
		-webkit-transition: all 0.4s 0.8s ease-out;
		transition: all 0.4s 0.8s ease-out;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(5) {
		-webkit-transition: all 0.4s 1s ease-out;
		transition: all 0.4s 1s ease-out;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(6) {
		-webkit-transition: all 0.4s 1.2s ease-out;
		transition: all 0.4s 1.2s ease-out;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(7) {
		-webkit-transition: all 0.4s 1.4s ease-out;
		transition: all 0.4s 1.4s ease-out;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(8) {
		-webkit-transition: all 0.4s 1.6s ease-out;
		transition: all 0.4s 1.6s ease-out;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(9) {
		-webkit-transition: all 0.4s 1.8s ease-out;
		transition: all 0.4s 1.8s ease-out;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(10) {
		-webkit-transition: all 0.4s 2s ease-out;
		transition: all 0.4s 2s ease-out;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.s-header-bg-overlay.-is-open .s-header__action-item {
		opacity: 1;
	}
	.s-header-bg-overlay.-is-open .s-header__action-item:nth-child(1) {
		-webkit-transition: all 0.4s 0.4s ease-out;
		transition: all 0.4s 0.4s ease-out;
	}
	.s-header-bg-overlay.-is-open .s-header__action-item:nth-child(2) {
		-webkit-transition: all 0.4s 0.8s ease-out;
		transition: all 0.4s 0.8s ease-out;
	}
	.s-header-bg-overlay.-is-open .s-header__action-item:nth-child(3) {
		-webkit-transition: all 0.4s 1.2s ease-out;
		transition: all 0.4s 1.2s ease-out;
	}
}

/* Shrink
------------------------------ */
/* Navbar */
.s-header__shrink .s-header__navbar {
	box-shadow: 0 0 0.9375rem 0 rgba(34, 35, 36, 0.05);
}

.s-header__shrink.-is-open .s-header__navbar {
	background: transparent;
}

/* Logo */
.s-header__shrink.-is-open .s-header__logo-img-default {
	opacity: 1;
}

.s-header__shrink.-is-open .s-header__logo-img-shrink {
	opacity: 0;
}

.s-header__shrink .s-header__navbar {
	background: #fff;
}

.s-header__shrink .s-header__logo-img-default {
	opacity: 0;
}

.s-header__shrink .s-header__logo-img-shrink {
	opacity: 1;
}

/* Trigger Icon */
.s-header__shrink.-is-open .s-header__trigger-icon {
	background: #fff;
}

.s-header__shrink .s-header__trigger-icon {
	background: #222324;
}

/*----------------------------------
	Header v2
------------------------------------*/

/* Navbar
------------------------------ */
.s-header-v2__navbar {
	background-color: #009481;
	position: relative;
	z-index: 1000;
	min-height: 5rem;
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__navbar:before, .s-header-v2__navbar:after {
	content: " ";
	display: table;
}

.s-header-v2__navbar:after {
	clear: both;
}

@media (max-width: 61.9em) {
	.s-header-v2__navbar {
		background: #009481;
		box-shadow: 0 0 0.9375rem 0.25rem rgba(34, 35, 36, 0.05);
	}
}

/* Navbar Row
------------------------------ */
.s-header-v2__navbar-row {
	display: table-row;
	clear: both;
}

@media (max-width: 61.9em) {
	.s-header-v2__navbar-row {
		display: inherit;
	}
}

/* Columns */
.s-header-v2__navbar-col {
	display: table-cell;
	vertical-align: middle;
}

@media (max-width: 61.9em) {
	.s-header-v2__navbar-col {
		display: block;
	}
}

/* Space */
.s-header-v2__navbar-col-width--180 {
	width: 11.250rem;
}

@media (max-width: 61.9em) {
	.s-header-v2__navbar-col-width--180 {
		width: auto;
	}
}

/* Variations */
@media (min-width: 62em) {
	.s-header-v2__navbar-col--left {
		float: left;
	}
	.s-header-v2__navbar-col--left .dropdown__mega-menu {
		right: auto;
		left: 10rem;
	}
}

@media (min-width: 62em) {
	.s-header-v2__navbar-col--right {
		float: right;
		position: relative;
		left: -30px;
	}
}

/* Navbar Toggle
------------------------------ */
.s-header-v2__toggle {
	position: relative;
	display: none;
	float: right;
	background: transparent;
	border: none;
	outline: none;
	line-height: 4.3rem;
	padding: .5625rem .3125rem .5625rem .625rem;
	margin: 0;
}

.s-header-v2__toggle-icon-bar {
	position: relative;
	width: 1.315rem;
	height: 0.0625rem;
	display: inline-block;
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__toggle-icon-bar, .s-header-v2__toggle-icon-bar:before, .s-header-v2__toggle-icon-bar:after {
	background: #222324;
}

.s-header-v2__toggle-icon-bar:before, .s-header-v2__toggle-icon-bar:after {
	position: absolute;
	left: 0;
	content: " ";
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__toggle-icon-bar:before {
	width: 0.625rem;
	height: 0.0625rem;
	bottom: .625rem;
}

.s-header-v2__toggle-icon-bar:after {
	width: 1rem;
	height: 0.0625rem;
	top: -.3125rem;
}

.s-header-v2__toggle:hover .s-header-v2__toggle-icon-bar:before, .s-header-v2__toggle:hover .s-header-v2__toggle-icon-bar:after {
	width: 1.315rem;
	height: 0.0625rem;
}

@media (max-width: 61.9em) {
	.s-header-v2__toggle {
		display: block;
	}
}

/* ヘッダーパネル デスクトップ用
------------------------------ */

.s-header-v2__panels a{
	color: #fff;
}

.s-header-v2__panels a:hover{
	opacity: 0.5;
	transition: 0.3s ;
}

.s-header-v2__panels .free {
	float: right;
	height: auto;
	background-color: #f17d00;
	padding:13px 0;
	width: 90px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.s-header-v2__panels .inq {
	float: right;
	height: auto;
	background-color: #d61717;
	padding:13px 0;
	width: 90px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.s-header-v2__panels .place {
	float: right;
	height: auto;
	background-color: #1176e8;
	padding:13px 0;
	width: 90px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.s-header-v2__panels .hi_hp {
	float: right;
	height: auto;
	background-color: #00afc9;
	padding:13px 0;
	width: 120px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* ヘッダーパネル スマホ用
------------------------------ */

.s-header-v2__panels_sp a{
	color: #fff;
}

.s-header-v2__panels_sp a:hover{
	opacity: 0.5;
	transition: 0.3s ;
}

.s-header-v2__panels_sp .free {
	float: right;
	height: auto;
	background-color: #f17d00;
	padding:13px 0;
	width: 80px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.s-header-v2__panels_sp .inq {
	float: right;
	height: auto;
	background-color: #d61717;
	padding:13px 0;
	width: 80px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.s-header-v2__panels_sp .place {
	float: right;
	height: auto;
	background-color: #1176e8;
	padding:13px 0;
	width: 80px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Logo
------------------------------ */
.s-header-v2__logo {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 3px;
}

.s-header-v2__logo-link {
	display: inline-block;
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__logo-link:focus, .s-header-v2__logo-link:hover {
	text-decoration: none;
}

.s-header-v2__logo-img {
	display: inline-block;
}

.s-header-v2__logo-img--default {
	display: block;
}

@media (max-width: 61.9em) {
	.s-header-v2__logo-img--default {
		display: none;
	}
}

.s-header-v2__logo-img--shrink {
	display: none;
}

@media (max-width: 61.9em) {
	.s-header-v2__logo-img--shrink {
		display: block;
	}
}

@media (max-width: 61.9em) {
	.s-header-v2__logo {
		width: auto;
		height: auto;
		float: left;
		position: relative;
		top: -5px;
	}
	.s-header-v2__logo-link {
		padding-left: .875rem;
		padding-right: .625rem;
		padding-top: .820rem;
	}
}

/* Collapse
------------------------------ */
@media (max-width: 61.9em) {
	.s-header-v2__navbar-collapse {
		width: 100%;
		padding: 0 .9375rem !important;
	}
}

@media (max-width: 61.9em) {
	.s-header-v2__navbar-collapse.collapse {
		display: none !important;
	}
	.s-header-v2__navbar-collapse.collapse.in {
		display: block !important;
		max-height: 35rem;
		overflow-y: auto !important;
	}
}

/* Nav Menu
------------------------------ */
.s-header-v2__nav {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.s-header-v2__nav:before, .s-header-v2__nav:after {
	content: " ";
	display: table;
}

.s-header-v2__nav:after {
	clear: both;
}

@media (max-width: 61.9em) {
	.s-header-v2__nav {
		background: #fff;
		padding: 1.25rem 0;
	}
}

.s-header-v2__nav-item {
	position: relative;
	display: block;
	float: left;
}

.s-header-v2__nav-item:last-child .s-header-v2__nav-link {
	margin-right: 0;
}

@media (max-width: 61.9em) {
	.s-header-v2__nav-item {
		float: none;
	}
}

.s-header-v2__nav-item .dropdown-backdrop {
	position: relative;
}

.s-header-v2__nav-link {
	position: relative;
	display: block;
	font-size: 1rem;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",HiraginoKakuGothicPro,"ＭＳ Ｐゴシック",sans-serif;
	color:#fff;
	line-height: 5.5rem;
	text-transform: uppercase;
	padding-top: 0.3rem;
	margin: 0 1.3rem;
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__nav-link:hover {
	color: #72d7ca;
}

.s-header-v2__nav-link:focus {
	color: rgba(255, 255, 255, 0.75);
}

.s-header-v2__nav-link a {
	color: #72d7ca;
}

.s-header-v2__nav-link.-is-active {
	color: #fff;
}

@media (max-width: 61.9em) {
	.s-header-v2__nav-link {
		color: #72d7ca;
		line-height: 1.6;
		margin: 1.5rem 0;
	}
	.s-header-v2__nav-link:focus, .s-header-v2__nav-link:hover {
		color: #72d7ca;
	}
	.s-header-v2__nav-link.-is-active {
		color: #009481;
	}
}

/* Dropdown
------------------------------ */
.s-header-v2__dropdown-menu {
	display: none;
	font-size: 0.8125rem;
	min-width: 13.750rem;
	background: #009481;
	border: none;
	border-radius: 0;
	box-shadow: 0 0.3125rem 0.75rem rgba(34, 35, 36, 0.05);
	padding:0;
	margin-top: 0;
}

@media (max-width: 61.9em) {
	.s-header-v2__dropdown-menu {
		position: static;
		float: none;
		box-shadow: none;
	}
}

.s-header-v2__dropdown-menu:focus .s-header-v2__dropdown-menu-link, .s-header-v2__dropdown-menu:hover .s-header-v2__dropdown-menu-link {
	background: transparent;
}

.s-header-v2__dropdown-menu-link {
	font-size: 0.9rem;
	font-weight: 500;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",HiraginoKakuGothicPro,"ＭＳ Ｐゴシック",sans-serif;
	color: #fff !important;
	padding: 1.5rem 2rem 1.5rem 1.375rem !important;
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
	border-top: 1px solid #4aa8a9;
}

.s-header-v2__dropdown-menu-link:hover {
	color: #009481 !important;
	background-color: #fff !important;
}

.s-header-v2__dropdown-menu-link.-is-active {
	color: #009481 !important;
}

/* Dropdown Menu Open On Hover
------------------------------ */
@media (min-width: 62em) {
	.s-header-v2__dropdown-on-hover:hover > .s-header-v2__dropdown-menu {
		display: block;
	}
}

/* Shrink
------------------------------ */
@media (min-width: 62em) {
	.s-header__shrink .s-header-v2__navbar {
		background: #009481;
		box-shadow: 0 0 0.9375rem 0.25rem rgba(34, 35, 36, 0.05);
	}
	/* Toggle */
	.s-header__shrink .s-header-v2__toggle-icon-bar--white, .s-header__shrink .s-header-v2__toggle-icon-bar--white:before, .s-header__shrink .s-header-v2__toggle-icon-bar--white:after {
		background: #222324;
	}
	/* Logo */
	.s-header__shrink .s-header-v2__logo-img--default {
		display: none;
	}
	.s-header__shrink .s-header-v2__logo-img--shrink {
		display: block;
	}
	/* Nav Link */
	.s-header__shrink .s-header-v2__nav-link {
		color: #fff;
	}
	.s-header__shrink .s-header-v2__nav-link:hover {
		color: #72d7ca;
	}
	.s-header__shrink .s-header-v2__nav-link:focus {
		color: #72d7ca;
	}
	.s-header__shrink .s-header-v2__nav-link.-is-active {
		color: #fff000;
	}
}


/*----------------------------------
	Footer
------------------------------------*/
.s-footer__logo {
	position: relative;
	z-index: 1;
}

.s-footer__logo:before {
	position: absolute;
	top: 0;
	left: 0.9375rem;
	bottom: 0;
	width: 70%;
	height: auto;
	z-index: -1;
	background: url("../img/widgets/worldmap.png") no-repeat center center;
	background-size: cover;
	content: " ";
}

/*----------------------------------
	Back To Top
------------------------------------*/

.back-to-top {
	position: fixed;
	right: -0.1rem;
	bottom: -3rem;
	display: block;
	width: 3.5rem;
	height: 3rem;
	z-index: 9;
	background: #036be0;
	text-align: center;
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:before {
	display: block;
	font-size: 0.8rem;
	font-style: normal;
	font-family: themify;
	color: #fff;
	line-height: 3rem;
	content: "\e627";
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:hover {
	background: #009481;
}

.back-to-top:hover:before {
	color: #fff;
}

.back-to-top:focus, .back-to-top:hover {
	text-decoration: none;
}

/* The button becomes visible */
.back-to-top.-is-visible {
	bottom: 0rem;
	/*opacity: .8;*/
}

.back-to-top.-is-visible:hover {
	/*opacity: 1;*/
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.back-to-top.-zoom-out {
	/*opacity: .9;*/
}

/*----------------------------------
	Cubeportfolio
------------------------------------*/
.s-portfolio__filter-v1-item {
	font-size: 0.8125rem;
	color: #656565 !important;
	text-transform: uppercase;
	margin-bottom: 0 !important;
}

.s-portfolio__filter-v1-item:hover {
	color: #393939 !important;
}

.s-portfolio__filter-v1-item.cbp-filter-item-active {
	color: #009481 !important;
}

.s-portfolio__filter-v1.cbp-l-filters-text {
	margin-bottom: 0;
}

/* Image Effect
------------------------------ */
.s-portfolio__img-effect {
	position: relative;
	display: block;
}

.s-portfolio__img-effect:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(19, 177, 205, 0.95);
	content: " ";
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	transition-duration: 400ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-portfolio__item:hover .s-portfolio__img-effect:after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Position
------------------------------ */
.s-portfolio__caption-hover--cc {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	padding: 1.875rem;
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	transition-duration: 400ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-portfolio__item:hover .s-portfolio__caption-hover--cc {
	opacity: 1;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

/* Paginations v1
------------------------------ */
.s-portfolio__paginations-v1 .cbp-nav-controls {
	display: none;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination {
	padding-left: .625rem;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination-item {
	margin: 0 .9375rem;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination-active {
	background: #009481;
}


/*----------------------------------
	Google Map
------------------------------------*/

 #map {
	height: 450px;
}

/*----------------------------------
	Swiper
------------------------------------*/
.s-swiper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.s-swiper h1{
	background-color: #009481: 
}


/* Arrows v1
------------------------------ */
.s-swiper__arrow-v1--left, .s-swiper__arrow-v1--right {
	position: absolute;
	top: 50%;
	z-index: 1;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

@media (max-width: 47.9em) {
	.s-swiper__arrow-v1--left, .s-swiper__arrow-v1--right {
		opacity: 0;
	}
}

.s-swiper__arrow-v1--left {
	left: 2rem;
}

.s-swiper__arrow-v1--right {
	right: 2rem;
}

@media (max-width: 47.9em) {
	.s-swiper:hover .s-swiper__arrow-v1--left, .s-swiper:hover .s-swiper__arrow-v1--right {
		opacity: 1;
	}
}

/* Pagination v1
------------------------------ */
.s-swiper__pagination-v1--bc {
	position: absolute;
	bottom: 1.875rem !important;
	text-align: center;
	z-index: 1;
}

.s-swiper__pagination-v1 .swiper-pagination-bullet {
	width: 1rem;
	height: 0.5625rem;
	border-radius: 0.9375rem;
	opacity: .7;
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-swiper__pagination-v1 .swiper-pagination-bullet-active {
	width: 1.875rem;
	background: #009481;
	opacity: 1;
}

.s-swiper__pagination-v1--white .swiper-pagination-bullet {
	background: #fff;
}

.s-swiper__pagination-v1--white .swiper-pagination-bullet-active {
	background: #009481;
}

.s-swiper__pagination-v1--dark .swiper-pagination-bullet {
	background: #b2b2b2;
}

.s-swiper__pagination-v1--dark .swiper-pagination-bullet-active {
	background: #009481;
}



.swiper-wrapper h1{
	text-shadow:0 0 15px #101111;
	font-weight: bold;
}

.swiper-wrapper p{
	text-shadow:0 0 10px #101111;
}




/*----------------------------------
	flow 入学までの流れ
------------------------------------*/


.flow span{
	font-family: Lato, sans-serif;
	color: #0a6b6d;
}


.accordion{
	padding-left: 0;
}


/* --------------------------------
	price 授業料
-------------------------------- */


.balloon-red {
	position: relative;
	top: 20px;
	left: -15px;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 100px;
	letter-spacing: 0.1em;
	height: 39px;
	color: #fff;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	background: #cb1919;
	z-index: 0;
	font-size: 1.3em;
}

.balloon-red:after {
	content: "";
	position: absolute;
	bottom: -11px; left: 0;
	margin-left: 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 15px 11px 0;
	border-color: transparent #660e0e transparent transparent;
	z-index: -1;
}

.balloon-blue {
	position: relative;
	top: 20px;
	left: -15px;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 100px;
	letter-spacing: 0.1em;
	height: 39px;
	color: #fff;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	background: #0e65d0;
	z-index: 0;
	font-size: 1.3em;
}

.balloon-blue:after {
	content: "";
	position: absolute;
	bottom: -11px; left: 0;
	margin-left: 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 15px 11px 0;
	border-color: transparent #10417e transparent transparent;
	z-index: -1;
}

.balloon-orenge {
	position: relative;
	top: 20px;
	left: -15px;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 185px;
	height: 39px;
	color: #fff;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	background: #f17d00;
	z-index: 0;
	font-size: 1.3em;
}

.balloon-orenge:after {
	content: "";
	position: absolute;
	bottom: -11px; left: 0;
	margin-left: 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 15px 11px 0;
	border-color: transparent #935008 transparent transparent;
	z-index: -1;
}


.price h3{
	position: relative;
	top: 4px;
}

/* --------------------------------
	flow 入学までの流れ
-------------------------------- */

.main-timeline9{position:relative}
.main-timeline9:after,.main-timeline9:before{content:"";display:block;width:100%;clear:both}
.main-timeline9:before{content:"";width:3px;height:100%;background:#075c51;position:absolute;top:0;left:50%}
.main-timeline9 .timeline{width:50%;float:left;position:relative;z-index:1}
.main-timeline9 .timeline:after,.main-timeline9 .timeline:before{content:"";display:block;width:100%;clear:both}
.main-timeline9 .timeline:first-child:before,.main-timeline9 .timeline:last-child:before{content:"";width:25px;height:25px;border-radius:50%;background:#fff;border:4px solid #009481;position:absolute;top:0;right:-14px;z-index:1}
.main-timeline9 .timeline:last-child:before{top:auto;bottom:0}
.main-timeline9 .timeline:last-child:nth-child(even):before{right:auto;left:-12px;bottom:-2px}
.main-timeline9 .timeline-content{text-align:center;margin-top:8px;position:relative;transition:all .3s ease 0s}
.main-timeline9 .timeline-content:before{content:"";width:100%;height:5px;background:#009481;position:absolute;top:88px;left:0;z-index:-1}
.main-timeline9 .circle{width:180px;height:180px;border-radius:50%;background:#fff;border:8px solid #009481;float:left;margin-right:25px;position:relative}
.main-timeline9 .circle span:after,.main-timeline9 .circle span:before,.main-timeline9 .circle:before{content:"";margin:auto;position:absolute;right:-33px;bottom:0;z-index:-1}
.main-timeline9 .circle:before{width:26px;height:30px;background:#009481;top:0;}
.main-timeline9 .circle span{display:block;width:100%;height:100%;border-radius:50%;line-height:170px;font-size:78px;color:#009481}
.main-timeline9 .circle span:after,.main-timeline9 .circle span:before{width:28px;height:50px;background:#fff;border-radius:0 0 0 21px;top:-54px}
.main-timeline9 .circle span:after{border-radius:21px 0 0;top:0;bottom:-56px}
.main-timeline9 .content{display:table;padding-right:40px;position:relative}
.main-timeline9 .year{font-family: Lato, sans-serif;display:block;padding:8px;margin:10px 0 55px;font-weight: bold; background:#bc1313;border-radius:7px;font-size:25px;color:#fff}
.main-timeline9 .title{font-size:27px;font-weight:700;color:#009481;}
.main-timeline9 .icon span:after,.main-timeline9 .icon span:before,.main-timeline9 .icon:before{content:"";height:25px;margin:auto;position:absolute;bottom:0;z-index:-1;left:-15px}
.main-timeline9 .description{line-height: 30px; font-size:16px;color:#444444;text-align:justify}
.main-timeline9 .icon{width:25px;height:25px;border-radius:50%;background:#fff;border:4px solid #009481;position:absolute;top:78px;right:-14px}
.main-timeline9 .icon:before{width:15px;background:#009481;top:-1px}
.main-timeline9 .icon span:after,.main-timeline9 .icon span:before{width:21px;background:#fff;border-radius:0 0 21px;top:-30px}
.main-timeline9 .icon span:after{border-radius:0 21px 0 0;top:0;left:-15px;bottom:-30px}
.main-timeline9 .timeline:nth-child(2n) .circle,.main-timeline9 .timeline:nth-child(2n) .timeline-content{float:right}
.main-timeline9 .timeline:nth-child(2n) .circle{margin:0 0 0 25px}
.main-timeline9 .timeline:nth-child(2n) .circle:before{right:auto;left:-33px;}
.main-timeline9 .timeline:nth-child(2n) .circle span:after,.main-timeline9 .timeline:nth-child(2n) .circle span:before{right:auto;left:-33px;border-radius:0 0 21px}
.main-timeline9 .timeline:nth-child(2n) .circle span:after{border-radius:0 21px 0 0}
.main-timeline9 .timeline:nth-child(2n) .content{padding:0 0 0 40px;margin-left:2px}
.main-timeline9 .timeline:nth-child(2n) .icon{right:auto;left:-14px}
.main-timeline9 .timeline:nth-child(2n) .icon span:after,.main-timeline9 .timeline:nth-child(2n) .icon span:before,.main-timeline9 .timeline:nth-child(2n) .icon:before{left:auto;right:-15px}
.main-timeline9 .timeline:nth-child(2n) .icon span:before{border-radius:0 0 0 21px}
.main-timeline9 .timeline:nth-child(2n) .icon span:after{border-radius:21px 0 0}
.main-timeline9 .timeline:nth-child(2){margin-top:180px}
.main-timeline9 .timeline:nth-child(odd){margin:-175px 0 0}
.main-timeline9 .timeline:nth-child(even){margin-bottom:80px}
.main-timeline9 .timeline:first-child,.main-timeline9 .timeline:last-child:nth-child(even){margin:0}
@media only screen and (max-width:990px){.main-timeline9:before{left:100%}
.main-timeline9 .timeline{width:100%;float:none;margin-bottom:20px!important}
.main-timeline9 .timeline:first-child:before,.main-timeline9 .timeline:last-child:before{left:auto!important;right:-13px!important}
.main-timeline9 .timeline:nth-child(2n) .circle{float:left;margin:0 25px 0 0}
.main-timeline9 .timeline:nth-child(2n) .circle:before{right:-33px;left:auto;}
.main-timeline9 .timeline:nth-child(2n) .circle span:after,.main-timeline9 .timeline:nth-child(2n) .circle span:before{right:-33px;left:auto;border-radius:0 0 0 21px}
.main-timeline9 .timeline:nth-child(2n) .circle span:after{border-radius:21px 0 0}
.main-timeline9 .timeline:nth-child(2n) .content{padding:0 40px 0 0;margin-left:0}
.main-timeline9 .timeline:nth-child(2n) .icon{right:-14px;left:auto}
.main-timeline9 .timeline:nth-child(2n) .icon span:after,.main-timeline9 .timeline:nth-child(2n) .icon span:before,.main-timeline9 .timeline:nth-child(2n) .icon:before{left:-15px;right:auto}
.main-timeline9 .timeline:nth-child(2n) .icon span:before{border-radius:0 0 21px}
.main-timeline9 .timeline:nth-child(2n) .icon span:after{border-radius:0 21px 0 0}
.main-timeline9 .timeline:nth-child(2),.main-timeline9 .timeline:nth-child(even),.main-timeline9 .timeline:nth-child(odd){margin:0}
}
@media only screen and (max-width:480px){.main-timeline9:before{left:0}
.main-timeline9 .timeline:first-child:before,.main-timeline9 .timeline:last-child:before{left:-12px!important;right:auto!important}
.main-timeline9 .circle,.main-timeline9 .timeline:nth-child(2n) .circle{width:130px;height:130px;float:none;margin:0 auto}
.main-timeline9 .timeline-content:before{width:99.5%;top:68px;left:.5%}
.main-timeline9 .circle span{line-height:115px;font-size:60px;}
.main-timeline9 .circle span:after,.main-timeline9 .circle span:before,.main-timeline9 .circle:before,.main-timeline9 .icon{display:none}
.main-timeline9 .content,.main-timeline9 .timeline:nth-child(2n) .content{padding:0 10px}
.main-timeline9 .year{margin-top:20px;margin-bottom:20px;font-family: Lato, sans-serif;}
.main-timeline9 .description{padding:5px 20px;}
}


/* --------------------------------
	test 東進模試
-------------------------------- */

time{
	font-size: 0.7em;
	position: relative;
	top: -1px;
	margin-left: 3px;
}

.balloon-red-test {
	position: relative;
	top: 1px;
	display: inline-block;
	padding: 0 20px;
	width: auto;
	max-width: 160px;
	height: 50px;
	color: #fff;
	font-weight: 700;
	line-height: 53px;
	text-align: center;
	background: #cb1919;
	z-index: 0;
	font-size: 1.5em;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.balloon-red-test-2 {
	position: relative;
	top: 1px;
	display: inline-block;
	padding: 0 20px;
	width: auto;
	max-width: 160px;
	height: 50px;
	color: #fff;
	font-weight: 700;
	line-height: 53px;
	text-align: center;
	background: #8a8a8a;
	z-index: 0;
	font-size: 1.5em;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.balloon-toshin {
	position: relative;
	top: 1px;
	display: inline-block;
	padding: 10px 40px;
	width: auto;
	color: #fff;
	font-weight: 700;
	text-align: center;
	background: #009481;
	z-index: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.test .container-fluid{
	padding: 0;
}


.line{
	height: 78px;
	z-index: 999;
	position: absolute;
	border: 0.04rem solid #035248;
}


/* --------------------------------
	place 教場一覧
-------------------------------- */

.place-table th{
	text-align: center;
	position: relative;
}

.swipe .fa-arrows-alt-h {
	margin: 0 10px;
}



.wrap {
	display: flex;
	padding-left: 0;
	padding-right: 25px;
}

.wrap:hover {
	opacity: 0.7;
	transition-duration: 400ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.wrap-2 {
	color: #393939
}

.wrap-2:hover {
	opacity: 0.5;
	transition-duration: 400ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}



.test-flow{
	display: block;
}


/*.dotted_under_line{
	border-bottom: 1px dotted;
	padding-bottom: 6px;
}*/

.link-no{
	pointer-events:none;
}

/* --------------------------------
	リンク　くるくる回る
-------------------------------- */

a .roll {
	display:inline-block;
}

a:hover .roll {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
	transition: .6s;
}

a:hover .roll:nth-of-type(1) {
	-webkit-transition-delay: .02s;
	transition-delay: .02s;
}

a:hover .roll:nth-of-type(2) {
	-webkit-transition-delay: .04s;
	transition-delay: .04s;
}

a:hover .roll:nth-of-type(3) {
	-webkit-transition-delay: .06s;
	transition-delay: .06s;
}

a:hover .roll:nth-of-type(4) {
	-webkit-transition-delay: .08s;
	transition-delay: .08s;
}

a:hover .roll:nth-of-type(5) {
	-webkit-transition-delay: .10s;
	transition-delay: .10s;
}






.hanko{
	position: absolute;
	left: -13px;
	top: 28px;
}

.workshop{
	height: 460px;
}





