/* Base */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, sub, sup, 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-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

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

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

.display-block {
	display: block;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

.va-middle {
	vertical-align: middle;
}

/* show only  SP/PC
-------------------------------*/
.tb-only01,
.tb-only02,
.tbpc-only01,
.tbpc-only02,
.pc-only01, 
.pc-only02 { 
	display: none;
}

@media print, screen and (min-width: 681px) {
	.sp-only {
		display: none;
	}
	.tb-only01,
	.tbpc-only01 {
		display: block;
	}
	.tb-only02,
	.tbpc-only02 {
		display: inline;;
	}
}

@media print, screen and (min-width: 1200px) {
	.tb-only01,
	.tb-only02 {
		display: none;
	}
	.pc-only01 {
		display: block;;
	}
	.pc-only02 {
		display: inline;;
	}
}

/* font
-------------------------------*/

.bold {
	font-weight: bold;
}

.font-weight-medium {
	font-weight: 500;
}

/* margin
-------------------------------*/

.mb0 {
	margin-bottom: 0px !important;
}

/* padding
-------------------------------*/

.lg-pt-0 {
	padding-top: 0px !important;
}

/* base */

html {
	font-size: 62.5%;
}

body {
	font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #000000;
}

a {
	color: inherit;
	text-decoration: none;
}

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

input,
textarea,
select {
	font-family: inherit;
}

button {
	font-family: inherit;
}

/* Layput */

.l-body {
	width: 100%;
	overflow-x: hidden;
	padding-bottom: 60px;
}

.l-body.is-fixed {
	position: fixed;
}

.l-header {
	width: 100%;
}

.l-footer {
	background: #f9f9f9;
}

.l-wrapper {
	width: 89.3%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.l-wrapper-md {
	width: 89.3%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.l-wrapper-md-2 {
	width: 89.3%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.l-section {
	padding: 40px 0;
}

.l-section--bt {
	border-top: 1px solid #e5e5e5;
}

.l-section-md:not(:last-child) {
	margin-bottom: 60px;
}

.l-section-sm:not(:last-child) {
	margin-bottom: 34px;
}

.l-section-xsm:not(:last-child) {
	margin-bottom: 30px;
}

.l-section-xsm-2 {
	margin-bottom: 25px;
}

.l-sp-tools {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 60px;
	position: fixed;
	left: 0;
	bottom: 0;
	background: #FFFFFF;
	z-index: 4000;
}

.l-sp-tools__item {
	width: 25%;
}

.l-sp-tools__item:not(:last-child) {
	border-right: 1px solid #FFFFFF;
}

.l-sp-tools__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background: #51a1aa;
	color: #FFFFFF;
	font-size: 0.9rem;
}

.l-sp-tools__link span {
	height: 24px;
	margin-bottom: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-lg-2col__item--mb {
	margin-bottom: 30px;
}

/* HEADER */

.header {
	width: 100%;
	height: 60px;
	background: #FFFFFF;
	padding: 0 4px 0 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
	z-index: 5000;
}

.header--innavi {
	position: fixed;
	top: 0;
	left: 0;
	height: 61px;
	border-bottom: 1px solid #e2e2e2;
}

.header__sub-navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.header-logo {
	width: 243px;
}
@media screen and (max-width: 374px) {
	.header-logo {
		width: 210px;
	}
}
.tel-btn {
	width: 40px;
	height: 40px;
	background: none;
	padding: 0;
	border: none;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	outline: none;
}

.search-btn,
.lang-btn {
	width: 40px;
	height: 40px;
	background: none;
	padding: 0;
	border: none;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	outline: none;
	position: relative;
}
.lang-btn { flex-direction: column; }
.lang-btn img { width: 19px; }
.lang-btn span { margin-top: 10px; font-family: 'Noto Sans JP', sans-serif; font-size: 1.0rem; line-height: 1; }



.search-btn img {
	display: block;
}

.search-btn:before,
.lang-btn:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/icon_close_black.svg) no-repeat center, #f1f1f1;
	opacity: 0;
	-webkit-transition: 0.3s ease 0.1s;
	-o-transition: 0.3s ease 0.1s;
	transition: 0.3s ease 0.1s;
}

.search-btn.is-opend:before,
.lang-btn.is-opend:before {
	opacity: 1;
}

.search-btn.is-opend img {
	opacity: 0;
}
@media screen and (max-width: 979px) {
	.lang-btn span { display: none; }
}

.search,
.lang {
	display: none;
	border-top: 1px solid #e2e2e2;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5000;
	background: #FFFFFF;
	width: 100%;
}

.search.is-menu-opend,
.lang.is-menu-opend {
	position: fixed;
	top: 60px;
	z-index: 6000;
}

.search__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 16px;
	width: 100%;
}

.search__input {
	font-family: inherit;
	width: 100%;
	border: none;
	background: url(../img/icon_search_gray.svg) no-repeat left 10px center, #f1f1f1;
	padding: 0 0 0 30px;
	font-size: 1.1rem;
	height: 32px;
	outline: none;
	border-radius: 0;
}

.search__input::-webkit-input-placeholder {
	color: #a3a3a3;
}

.search__input::-moz-placeholder {
	color: #a3a3a3;
}

.search__input:-ms-input-placeholder {
	color: #a3a3a3;
}

.search__input::-ms-input-placeholder {
	color: #a3a3a3;
}

.search__input::placeholder {
	color: #a3a3a3;
}

.search__input:-ms-input-placeholder {
	color: #a3a3a3;
}

.search__input::-ms-input-placeholder {
	color: #a3a3a3;
}

.search__button {
	font-family: inherit;
	width: 55px;
	height: 32px;
	letter-spacing: 0.5em;
	padding: 0 0 0 0.5em;
	background: #000;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	color: #FFFFFF;
	margin-left: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 1.3rem;
}

.search__layar {
	position: fixed;
	background: rgba(51, 51, 51, 0.7);
	top: 133px;
	left: 0;
	width: 100%;
	height: calc(100% - 133px);
	opacity: 0;
	visibility: hidden;
}

.search.is-menu-opend .search__layar {
	opacity: 1;
	visibility: visible;
}

.sub-navi {
	display: none;
}

.sub-navi__item,
.lang-navi__item {
	font-size: 1.0rem;
}

.sub-navi__item a,
.lang-navi__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	padding: 0 18px;
}
.lang-navi__item a {
	padding: 0 24px;
}

.sub-navi__item span,
.lang-navi__item span {
	display: block;
	height: 29px;
	margin: -2px auto 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.lang-navi__item span {
	width: 22px;
	margin-bottom: 2px;
}
.lang-navi {
	display: flex;
	justify-content: center;
	height: 72px;
}


.navi {
	position: relative;
}

.navi__parent a {
	position: relative;
	width: 100%;
}

.navi__parent button {
	font: inherit;
}

.navi__child__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.navi__child__inner:before {
	content: "";
	width: 8px;
	height: 2px;
	background: #51a1aa;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
}

.navi__child__label {
	width: 100%;
	border: none;
	text-align: left;
	line-height: 1;
	font: inherit;
}

.navi__child__label:not(.navi__child__label--nolink):after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -3px;
	-webkit-transform: tranlate(-50%, -50%);
	-ms-transform: tranlate(-50%, -50%);
	transform: tranlate(-50%, -50%);
	border-left: 6px solid #51a1aa;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

.navi__child__label[target="_blank"]:after {
	border: none;
	width: 11px;
	height: 9px;
	background: url(../img/icon_ex.svg) no-repeat center/contain;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.navi__child a {
	display: block;
	position: relative;
}

.navi__child--blue .navi__child__inner:before { background: #00a5e3; }
.navi__child--blue .navi__child__label:not(.navi__child__label--nolink):after { border-left-color: #00a5e3; }
.navi__child--blue .navi__grandchild a:before { border-color: #00a5e3; }

.navi__child--dblue .navi__child__inner:before { background: #3b82c5; }
.navi__child--dblue .navi__child__label:not(.navi__child__label--nolink):after { border-left-color: #3b82c5; }
.navi__child--dblue .navi__grandchild a:before { border-color: #3b82c5; }

.navi__child--purple .navi__child__inner:before { background: #7b59a3; }
.navi__child--purple .navi__child__label:not(.navi__child__label--nolink):after { border-left-color: #7b59a3; }
.navi__child--purple .navi__grandchild a:before { border-color: #7b59a3; }

.navi__child--red .navi__child__inner:before { background: #e83820; }
.navi__child--red .navi__child__label:not(.navi__child__label--nolink):after { border-left-color: #e83820; }
.navi__child--red .navi__grandchild a:before { border-color: #e83820; }

.navi__child--orange .navi__child__inner:before { background: #ed6c00; }
.navi__child--orange .navi__child__label:not(.navi__child__label--nolink):after { border-left-color: #ed6c00; }
.navi__child--orange .navi__grandchild a:before { border-color: #ed6c00; }

.navi__child--pink .navi__child__inner:before { background: #e95383; }
.navi__child--pink .navi__child__label:not(.navi__child__label--nolink):after { border-left-color: #e95383; }
.navi__child--pink .navi__grandchild a:before { border-color: #e95383; }

.navi__child--purple-2 .navi__child__inner:before {
	background: #948bbf;
}

.navi__child--purple-2 .navi__child__label:not(.navi__child__label--nolink):after {
	border-left-color: #948bbf;
}

.navi__child--purple-2 .navi__grandchild a:before {
	border-color: #948bbf;
}

.navi__child--pink-2 .navi__child__inner:before {
	background: #cf6c8b;
}

.navi__child--pink-2 .navi__child__label:not(.navi__child__label--nolink):after {
	border-left-color: #cf6c8b;
}

.navi__child--pink-2 .navi__grandchild a:before {
	border-color: #cf6c8b;
}

.navi__child--yellow .navi__child__inner:before {
	background: #df9f0b;
}

.navi__child--yellow .navi__child__label:not(.navi__child__label--nolink):after {
	border-left-color: #df9f0b;
}

.navi__child--yellow .navi__grandchild a:before {
	border-color: #df9f0b;
}

.navi__grandchild a:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #51a1aa;
	border-right: 1px solid #51a1aa;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	position: absolute;
	top: 50%;
	left: 16px;
}

.navi__grandchild a[target="_blank"]:after {
	content: "";
	border: none;
	display: inline-block;
	width: 11px;
	height: 9px;
	background: url(../img/icon_ex.svg) no-repeat center/contain;
	margin: 0 0 1px 5px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
/*	Added by Rin 20230420	*/
.navi__grandchild a ._year {
	transform: translateY(-2px);
	display: inline-block;
	padding: 3px 5px 4px 4px;
	border-radius: 4px;
	margin-left: 5px;
	font-size: 1.0rem;
	font-weight: 400;
	color: #fff;
}
.navi__child--blue .navi__grandchild a ._year { background: #00a5e3; }
.navi__child--dblue .navi__grandchild a ._year { background: #3b82c5; }
.navi__child--red .navi__grandchild a ._year { background: #e83820; }
.navi__child--pink .navi__grandchild a ._year { background: #e95383; }
.navi__child--orange .navi__grandchild a ._year { background: #ed6c00; }
.navi__child--purple .navi__grandchild a ._year { background: #7b59a3; }

.navi__grandchild a ._year::after { content: "年制"; }
/*----------------*/

.navi-js-toggle {
	background: none;
	border: none;
	outline: none;
}

/* FOOTER */

.footer-info {
	text-align: center;
	padding: 40px 0 30px;
}

.footer-info__main {
	margin-bottom: 32px;
}

.footer-info__heading {
	max-width: 315px;
	display: block;
	margin: 0 auto 15px;
}

.footer-info__detail {
	font-size: 1.2rem;
	line-height: 1.75;
}

.footer-info__tel__text {
	font-size: 1.3rem;
	display: block;
	margin-bottom: 7px;
}

.footer-info__tel__number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.03em;
	font: 500 italic 3rem "Jost", sans-serif;
}

.footer-info__tel__number:before {
	content: "";
	display: block;
	width: 37px;
	height: 24px;
	margin: 0 10px 0 -10px;
	background: url(../img/icon_freedial.svg) no-repeat center/contain;
}

.footer-navi {
	border-top: 1px solid #e2e2e2;
	padding: 24px 0;
	font-size: 1.3rem;
}

.footer-navi__inner {
	display: flex;
	flex-wrap: wrap;
}

.footer-navi__item {
	width: 50%;
}

.footer-navi__item:last-child {
	width: 100%;
}

.footer-navi__item a {
	display: block;
	padding: 5px 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.footer-navi__item a:before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(../img/icon_link.svg) no-repeat center/contain;
	vertical-align: middle;
	margin: 0 6px 2px 0;
}

.copyright {
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.1rem;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sp-menu-btn {
	background: #348c8c;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	position: relative;
	padding-top: 29px;
	font-size: 0.9rem;
}

.sp-menu-btn span {
	display: block;
	width: 18px;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	top: 22px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.sp-menu-btn span:nth-child(1) {
	margin-top: -7px;
}

.sp-menu-btn span:nth-child(3) {
	margin-top: 7px;
}

.sp-menu-btn.is-opend {
	background: #000;
}

.sp-menu-btn.is-opend span:nth-child(1) {
	margin-top: 0;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.sp-menu-btn.is-opend span:nth-child(2) {
	opacity: 0;
}

.sp-menu-btn.is-opend span:nth-child(3) {
	margin-top: 0;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

/* PAGE common module */

.bg-cross {
	background: url(../img/bg_closs.png) repeat center/29px auto;
}

.bg-cross--pb {
	padding-bottom: 40px;
}

.bg-gray-patern {
	background: url(../img/bg_gray_patern.jpg) repeat center top/417px auto;
}

.heading-1 {
	text-align: center;
	margin-bottom: 25px;
}

.heading-1__en {
	display: block;
	font: 500 italic 3.6rem "Jost", sans-serif;
}

.heading-1__jp {
	font-weight: 700;
	letter-spacing: 0.05em;
}

.heading-2 {
	font-size: 1.6rem;
	line-height: 1.75;
	font-weight: 700;
	background: #f5f5f5;
	border-left: 4px solid #51a1aa;
	padding: 10px 0 12px 16px;
	margin-bottom: 22px;
}

.heading-2--mb-sm {
	margin-bottom: 13px;
}

.heading-2--it {
	border-left-color: #00a5e3;
}

.heading-2--game {
	border-left-color: #e83820;
}

.heading-2--jobs {
	border-left-color: #948BBF;
}

.heading-2--woman {
	border-left-color: #E080A4;
}

.heading-3 { border-top: 2px solid #f9f9f9; position: relative; font-size: 2.0rem; font-weight: 700; margin-bottom: 8px; }
.heading-3 span { display: inline-block; padding: 17px 0; position: relative; }
.heading-3 span:before { content: ""; display: block; width: 100%; height: 2px; background: #51a1aa; position: absolute; top: -2px; left: 0; }
.heading-3--line-w-fixed span:before { width: 80px; }
.heading-3--it span:before { background: #00a5e3; }
.heading-3--business span:before { background: #3b82c5; }
.heading-3--game span:before { background: #e83820; }
.heading-3--anil span:before { background: #e95383; }
.heading-3--cg span:before { background: #ed6c00; }
.heading-3--designweb span:before { background: #7b59a3; }

.sl-wrap--anil .heading-3 span:before { background: #e95383; }

.heading-4 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.555555;
	margin-bottom: 14px;
}

.heading-4--center {
	text-align: center;
}

.heading-5 {
	padding-bottom: 10px;
	border-bottom: 1px solid #cbcbcb;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.555555;
	padding-bottom: 12px;
	margin-bottom: 22px;
	text-align: justify;
}

.heading-6 {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	padding: 17px 10px;
	border-radius: 10px;
	margin-bottom: 15px;
	background: #FFFFFF;
}
.heading-6--it { background: #e6f2f8; }
.heading-6--business { background: #f2eef4; }
.heading-6--game { background: #fbedea; }
.heading-6--anil { background: #fff4f4; }
.heading-6--cg { background: #fcf3eb; }
.heading-6--designweb { background: #f2eef6; }

.heading-7 {
	background: #000;
	color: #FFF;
	text-align: center;
	padding: 17px 0;
	line-height: 1.5;
	font-weight: 700;
	font-size: 1.8rem;
	position: relative;
}

.heading-7:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 10px solid #000;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.heading-8 {
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 20px;
}

.heading-9 {
	font-size: 2.0rem;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 20px;
	background: #e0af3a;
	padding: 15px 0;
	text-align: center;
	color: #FFFFFF;
	margin-top: 53px;
}

.heading-10 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 15px;
}

.heading-10--center {
	text-align: center;
}

.heading-11 {
	text-align: center;
	margin-bottom: 30px;
}

.heading-11__title {
	font-weight: 700;
	font-size: 2.4rem;
}

.heading-11__text {
	margin-top: 13px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.heading-12 {
	font: 500 italic 4rem "Jost", sans-serif;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 25px;
	text-align: justify;
}

.heading-12:after {
	content: "";
	display: block;
	width: 100vw;
	height: 1px;
	background: #e2e2e2;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.heading-12--it:first-letter { color: #00a5e3; }
.heading-12--game:first-letter { color: #e83820; }
.heading-12--cg:first-letter { color: #ed6c00; }
.heading-12--anil:first-letter { color: #e95383; }
.heading-12--designweb:first-letter { color: #7b59a3; }
.heading-12--qualifications:first-letter { color: #cf6c8b; }

.heading-12--sm {
	font-size: 3.0rem;
	padding-bottom: 6px;
	margin-bottom: 30px;
}

.heading-13 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.666666;
	margin-bottom: 20px;
	text-align: justify;
}

.heading-13--it { color: #00a5e3; }
.heading-13--game { color: #e83820; }
.heading-13--cg { color: #ed6c00; }
.heading-13--anil { color: #e95383; }
.heading-13--designweb { color: #7b59a3; }

.heading-14 {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 1.8rem;
	padding: 21px 0;
	margin-bottom: 24px;
}

.heading-14 span {
	display: block;
}

.heading-14--it {
	background: #00a5e3;
}

.heading-15 {
	font-weight: 700;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 15px;
	line-height: 1.4;
}

.heading-16 {
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.heading-16:before {
	content: "●";
}

.heading-16--pink:before {
	color: #cf6c8b;
}

.heading-17 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 0 0 0 24px;
	margin-bottom: 20px;
	position: relative;
}

.heading-17:before,
.heading-17:after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
}

.heading-17:before {
	width: 18px;
	height: 18px;
	background: #51a1aa;
	border-radius: 50%;
}

.heading-17:after {
	width: 0;
	height: 0;
	border-left: 4px solid #FFFFFF;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	margin-top: 7px;
	margin-left: 8px;
}

.heading-17--bb {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 13px;
}

.heading-17--works:before {
	background: #df9f0b;
}

.heading-18 {
	background: #F5F5F5;
	padding: 12px 20px 14px;
	margin-bottom: 13px;
}

.heading-baloon { text-align: center; border-radius: 25px; padding: 13px; color: #FFFFFF; position: relative; margin-bottom: 26px; background: #000; }
.heading-baloon:after { content: ""; display: block; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 10px solid #000; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); }
.heading-baloon--md { font-style: italic; font-size: 1.8rem; font-weight: 700; height: 50px; padding: 0; display: flex; align-items: center; justify-content: center; }
.heading-baloon--lg { font-style: italic; font-size: 1.8rem; font-weight: 700; height: 50px; padding: 0; display: flex; align-items: center; justify-content: center; }
.heading-baloon--it { background: #00a5e3; }
.heading-baloon--it:after { border-top: 10px solid #00a5e3; }
.heading-baloon--business { background: #3b82c5; }
.heading-baloon--business:after { border-top: 10px solid #3b82c5; }
.heading-baloon--game { background: #e83820; }
.heading-baloon--game:after { border-top: 10px solid #e83820; }
.heading-baloon--anil { background: #e95383; }
.heading-baloon--anil:after { border-top: 10px solid #e95383; }
.heading-baloon--cg { background: #ed6c00; }
.heading-baloon--cg:after { border-top: 10px solid #ed6c00; }
.heading-baloon--designweb { background: #7b59a3; }
.heading-baloon--designweb:after { border-top: 10px solid #7b59a3; }

.button {
	width: 100%;
	max-width: 295px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #FFFFFF;
	position: relative;
	font-size: 1.5rem;
	border: none;
	padding: 0;
	cursor: pointer;
	background: -webkit-linear-gradient(135deg, #000000 0%, #000000 50%, #51a1aa 50%, #51a1aa 100%) no-repeat right/250% auto;
	background: -o-linear-gradient(135deg, #000000 0%, #000000 50%, #51a1aa 50%, #51a1aa 100%) no-repeat right/250% auto;
	background: linear-gradient(-45deg, #000000 0%, #000000 50%, #51a1aa 50%, #51a1aa 100%) no-repeat right/250% auto;
}

.text + .button {
	margin-top: 34px;
}

.button--en {
	font: 500 italic 1.5rem "Jost", sans-serif;
}

.button--tel:before {
	content: "";
	width: 13px;
	height: 16px;
	background: url(../img/icon_tel_white.svg) no-repeat center/contain;
	margin: 0 10px 0 -10px;
}

.button--return {
	border: 1px solid #000;
	background: #FFFFFF;
	color: #000000;
}

.button[disabled] {
	background: #CCCCCC;
	pointer-events: none;
}

.button[target="_blank"]:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: url(/common/img/icon_ex2_white.svg) no-repeat center/contain;
	position: absolute;
	top: 50%;
	right: 17px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.button-post {
	width: 100%;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
	color: #FFFFFF;
	line-height: 1.3;
	position: relative;
	font-size: 1.5rem;
	cursor: pointer;
	background: -webkit-linear-gradient(135deg, #000000 0%, #000000 50%, #51a1aa 50%, #51a1aa 100%) no-repeat right/250% auto;
	background: -o-linear-gradient(135deg, #000000 0%, #000000 50%, #51a1aa 50%, #51a1aa 100%) no-repeat right/250% auto;
	background: linear-gradient(-45deg, #000000 0%, #000000 50%, #51a1aa 50%, #51a1aa 100%) no-repeat right/250% auto;
}

.button-post + .button-post {
	margin-top: 15px;
}

.button-post:last-of-type {
	margin-bottom: 2em;
}

.page-head {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 130px;
}

.page-head__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-head__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.page-head__text {
	position: relative;
	font-size: 2.4rem;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	line-height: 1.5;
}

.page-head-2 {
	background: #51a1aa;
	color: #FFFFFF;
}

.page-head-2--purple {
	background: #948bbf;
}

.page-head-2--pink {
	background: #cf6c8b;
}

.page-head-2--orange {
	background: #df9f0b;
}

.page-head-2__image img {
	display: block;
}

.page-head-2__main {
	margin-top: -25px;
	padding: 0 0 30px;
}

.page-head-2__title {
	font-size: 4.0rem;
	font-weight: 700;
	font-style: italic;
	display: inline-block;
	background: #000;
	padding: 0 0.25em 3px 0px;
	margin-bottom: 17px;
}

.page-head-2__text {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
}

.page-head-3 {
	position: relative;
}

.page-head-3__main {
	position: relative;
	width: 100%;
	height: 130px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-head-3__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.page-head-3__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.page-head-3__title {
	color: #FFFFFF;
	font-size: 2.4rem;
	font-style: italic;
	font-weight: 700;
}

.page-head-3__pagename {
	text-align: center;
	font-size: 2.8rem;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 37px;
}

.page-head-3__pagename span {
	display: inline-block;
	padding-bottom: 3px;
}

.page-head-3__pagename--jobs span {
	background: #948bbf;
}

.page-head-3__pagename--qualifications span {
	background: #cf6c8b;
}

.page-head-3__pagename--works span {
	background: #df9f0b;
}

.breadcrumb {
	display: none;
}

.text {
	line-height: 2;
	text-align: justify;
}

.text p:not(:last-child) {
	margin-bottom: 2em;
}

.text a {
	color: #51a1aa;
}

.text--bb {
	padding-bottom: 24px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 22px;
}

.text-link {
	color: #51a1aa;
}

.text-link--ul {
	text-decoration: underline;
}

.text-link-black {
	color: inherit !important;
}

.link {
	display: inline-block;
}

.link:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../img/icon_round_triangle_blue.svg) no-repeat center/contain;
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.link--pdf:after,
.link--word:after,
.link--exel:after {
	content: "";
	display: inline-block;
	height: 14px;
	vertical-align: middle;
	margin: 0 0 2px 10px;
}

.link--pdf:after {
	width: 24px;
	background: url(../img/icon_pdf.svg) no-repeat center/contain;
}

.link--word:after {
	width: 35px;
	background: url(../img/icon_word.svg) no-repeat center/contain;
}

.link--exel:after {
	width: 36px;
	background: url(../img/icon_exel.svg) no-repeat center/contain;
}

.link:not([class*="--pdf"]):not([class*="--word"]):not([class*="--exel"])[target="_blank"]:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../img/icon_ex2_gray.svg) no-repeat center/contain;
	vertical-align: middle;
	margin: 0 0 2px 10px;
}

.list li { position: relative; padding-left: 1.3em; text-indent: -1.3em; }
.list li::before { content: "\025cf"; color: #51a1aa; padding-right: 0.3em; }
.list--mb li:not(:last-child) { margin-bottom: 16px; }
.list--it li::before { color: #00a5e3; }
.list--it1 li::before { color: #139fde; }
.list--it2 li::before { color: #008fd3; }
.list--it3 li::before { color: #0079c3; }
.list--business li::before { color: #3b82c5; }
.list--business1 li::before { color: #2772b6; }
.list--business2 li::before { color: #005197; }

.list--game li::before { color: #e83820; }
.list--game1 li::before { color: #e86d20; }
.list--game2 li::before { color: #dc4219; }
.list--game3 li::before { color: #cc5313; }
.list--game4 li::before { color: #c3160c; }
.list--cg li::before { color: #ed6c00; }
.list--cg1 li::before { color: #ed8800; }
.list--cg2 li::before { color: #e06707; }
.list--cg3 li::before { color: #dc4219; }
.list--cg4 li::before { color: #cc5313; }

.list--anil li:before { color: #e95383; }
.list--anil1 li:before { color: #e96583; }
.list--anil2 li:before { color: #e25065; }
.list--anil3 li:before { color: #e95383; }

.list--designweb li:before { color: #7b59a3; }
.list--designweb1 li:before { color: #605ca9; }
.list--designweb2 li:before { color: #76479a; }
.list--designweb3 li:before { color: #6d3792; }

.list--qualifications li:before {
	color: #cf6c8b;
}

.list-number {
	counter-reset: item;
}

.list-number li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}

.list-number li:before {
	counter-increment: item;
	content: counter(item) ".";
	padding-right: 0.3em;
}

.page-links {
	border-top: 1px solid #e5e5e5;
	padding: 40px 0;
}

.page-links .button {
	margin-bottom: 20px;
}

.banners {
	border-top: 1px solid #e5e5e5;
	padding: 60px 0 50px;
}

.banners__item {
	margin-bottom: 14px;
}

.banners__item a {
	display: block;
}

.banners__item img {
	display: block;
}

.graybox {
	background: #f9f9f9;
	padding: 17px 6%;
}

.graybox--mt {
	margin-top: 25px;
}

.list-2col {
	padding: 0 10px;
}

.list-2col__item {
	margin-bottom: 18px;
}

/* Library */

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

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

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none !important;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-slide:focus {
	outline: none;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */

/* Icons */

/* Arrows */
.slick-prev,
.slick-next { position: absolute; display: block; height: 36px; width: 36px; background-color: transparent; line-height: 0px; font-size: 0px; cursor: pointer; color: transparent; z-index: 1000; top: 50%; transform: translate(0, -50%); padding: 0; border: none; outline: none; }

.slick-prev::after,
.slick-next::after,
.slick-prev::before,
.slick-next::before { position: absolute; display: block; content: ""; }
.slick-prev::after,
.slick-next::after { top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 1; z-index: 0; }
.slick-prev::before,
.slick-next::before { top: 50%; left: 50%; width: 12px; height: 5px; background: url(../img/icon_slick_arrow.svg) no-repeat center/contain; z-index: 10; }
.slick-prev { left: 0; }
.slick-next { right: 0; }
.slick-prev::before,
.slick-next::before {  }
.slick-prev::before { transform: translate(-50%, -50%) rotate(180deg) scaleY(-1); }
.slick-next::before { transform: translate(-50%, -50%); }
/*
.slick-prev {
	left: 0;
	background: url(../img/icon_slick_left.svg) no-repeat center/contain;
}

.slick-next {
	right: 0;
	background: url(../img/icon_slick_right.svg) no-repeat center/contain;
}
*/

/* Dots */

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

.slick-dots {
	position: absolute;
	bottom: -30px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	z-index: 10;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 8px;
	width: 8px;
	margin: 0 7px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 100%;
	width: 100%;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 0;
	cursor: pointer;
	background: #cbcbcb;
	border-radius: 50%;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li.slick-active button {
	background: #000000;
}

/**
 * TrackpadScrollEmulator
 * Author: Jonathan Nicol @f6design
 * https://github.com/jnicol/trackpad-scroll-emulator
 */

.tse-scrollable {
	position: relative;
	overflow: hidden;
}

.tse-scrollable .tse-scroll-content {
	overflow: hidden;
	overflow-y: scroll;
}

/* No longer using ::scrollbar too, since it breaks Chrome 25 */

.tse-scrollable .tse-scroll-content::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.tse-scrollbar {
	z-index: 99;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 3px;
	background: #e2e2e2;
}

.tse-scrollbar .drag-handle {
	position: absolute;
	right: 0px;
	min-height: 10px;
	width: 3px;
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	background: #51a1aa;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
}

.tse-scrollbar:hover .drag-handle { /* When hovered, remove all transitions from drag handle */
	opacity: 0.7;
	-webkit-transition: opacity 0 linear;
	-o-transition: opacity 0 linear;
	transition: opacity 0 linear;
}

.tse-scrollbar .drag-handle.visible {
	opacity: 0.7;
}

/* Used when testing the scrollbar width */

/* No longer using ::scrollbar too, since it breaks Chrome 25 */

.scrollbar-width-tester::-webkit-scrollbar {
	width: 0;
	height: 0;
}

/* Horizontal scroller */

.tse-scrollable.horizontal .tse-scroll-content {
	overflow-x: scroll;
	overflow-y: hidden;
}

.tse-scrollable.horizontal .tse-scroll-content::-webkit-scrollbar,
.tse-scrollable.horizontal .tse-scroll-content::scrollbar {
	width: auto;
	height: 0;
}

.tse-scrollable.horizontal .tse-scrollbar {
	top: auto;
	left: 0;
	width: auto;
	height: 11px;
}

.tse-scrollable.horizontal .tse-scrollbar .drag-handle {
	right: auto;
	top: 2px;
	height: 7px;
	min-height: 0;
	min-width: 10px;
	width: auto;
}

/* Coming soon */

.txt-comingsoon {
	font: 500 3rem "Jost", sans-serif;
	letter-spacing: 0.1em;
	color: #999999;
	text-align: center;
	padding: 40px 0;
}

.bnr_it { margin: 60px auto 45px; }
.bnr_it a { display: block; max-width: 500px; margin-left: auto; margin-right: auto; }
.bnr_it a:not(:last-of-type) { margin-bottom: 20px; }
.bnr_it a.disabled { pointer-events: none; }

@media screen and (min-width: 681px) and (max-width: 1099px) {

.d-md-none { /* md */
	display: none !important;
}

.ta-md-center { /* md */
	text-align: center;
}

}

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

.l-wrapper-md { /* md */
	max-width: 840px;
}

.l-wrapper-md-2 { /* md */
	max-width: 900px;
}

.l-pc-wrapper { /* md */
	width: 89.3%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.l-pc-wrapper--md {
	max-width: 800px;
}

.l-navi { /* md */
	top: 80px;
}

.l-section { /* md */
	padding: 70px 0;
}

.l-section-md:not(:last-child) { /* md */
	margin-bottom: 120px;
}

.l-section-sm:not(:last-child) { /* md */
	margin-bottom: 54px;
}

.l-section-xsm:not(:last-child) { /* md */
	margin-bottom: 52px;
}

.l-section-xsm-2 { /* md */
	margin-bottom: 32px;
}

.l-lg-2col { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-lg-2col__item { /* md */
	width: 47.5%;
}

.l-lg-2col__item--mb { /* md */
	margin-bottom: 50px;
}

.header-logo { /* md */
	width: 292px;
}

.footer-info__heading { /* md */
	max-width: 462px;
	width: 462px;
}

.footer-info__tel__text { /* md */
	font-size: 1.5rem;
}

.footer-navi { /* md */
	padding: 22px 0;
}

.footer-navi__inner { /* md */
	height: auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-navi .l-wrapper { /* md */
	width: 600px;
}

.footer-navi__item { /* md */
	width: auto;
	margin: 0 15px;
}

.footer-navi__item:last-child { /* md */
	width: auto;
}

.footer-navi__item a { /* md */
}

.footer-navi__item a:hover {
	color: #51a1aa;
}

.copyright { /* md */
	height: 55px;
}

.bg-cross--pb { /* md */
	padding-bottom: 60px;
}

.heading-1 { /* md */
	margin-bottom: 32px;
}

.heading-1--ver { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.heading-1--ver .heading-1__jp {
	margin: 10px 0 0 20px;
}

.heading-1__en { /* md */
	font-size: 4.7rem;
}

.heading-1__jp { /* md */
	font-size: 1.8rem;
	margin-top: -5px;
}

.heading-2 { /* md */
	font-size: 1.8rem;
	padding: 13px 0 12px 16px;
}

.heading-2--mb-sm { /* md */
	margin-bottom: 24px;
}

.heading-3 { /* md */
	font-size: 2.4rem;
	margin-bottom: 25px;
}

.heading-3 span { /* md */
	padding: 19px 0;
}

.heading-3--line-w-fixed span:before { /* md */
	width: 100%;
}

.heading-4 { /* md */
	font-size: 2.4rem;
	line-height: 1.666666;
	margin-bottom: 35px;
}

.heading-4--pc-center { /* md */
	text-align: center;
}

.heading-5 { /* md */
	padding-bottom: 16px;
}

.heading-7 { /* md */
	font-size: 2.5rem;
	padding: 27px 0;
}

.heading-7:after { /* md */
	border-top: 14px solid #000;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

.heading-8 { /* md */
	font-size: 2.4rem;
}

.heading-9 { /* md */
	font-size: 3.0rem;
	margin-top: 118px;
	padding: 26px 0;
	margin-bottom: 80px;
}

.heading-10 { /* md */
	font-size: 1.6rem;
	margin-bottom: 24px;
}

.heading-11 { /* md */
	margin-bottom: 60px;
}

.heading-11__title { /* md */
	font-size: 3.5rem;
}

.heading-11__text { /* md */
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 27px;
}

.heading-12 { /* md */
	padding-bottom: 16px;
	margin-bottom: 32px;
}

.heading-12 { /* md */
	font-size: 6.5rem;
}

.heading-12--sm { /* md */
	font-size: 5.0rem;
	margin-bottom: 55px;
}

.heading-13 { /* md */
	font-size: 2.4rem;
	margin-bottom: 25px;
}

.heading-14 { /* md */
	font-size: 2.0rem;
	padding: 24px 0 26px;
	margin-bottom: 52px;
}

.heading-15 { /* md */
	margin-bottom: 26px;
}

.heading-16 { /* md */
	font-size: 1.8rem;
}

.heading-17 { /* md */
	margin-bottom: 22px;
}

.heading-18 { /* md */
	padding: 17px 20px 19px;
}

.heading-baloon { /* md */
	font-size: 1.8rem;
	width: 489px;
	margin-left: auto;
	margin-right: auto;
	padding: 19px 0 23px;
	margin-bottom: 32px;
	border-radius: 30px;
}

.heading-baloon:after { /* md */
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

.heading-baloon--md { /* md */
	font-size: 2.1rem;
	height: 56px;
	padding: 0;
	border-radius: 40px;
	width: 371px;
}

.heading-baloon--lg { /* md */
	font-size: 3.0rem;
	height: 80px;
	padding: 0;
	border-radius: 40px;
	width: 530px;
}

.button { /* md */
	width: 300px;
	height: 60px;
	max-width: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.button:hover {
	background-position: left;
}

.button--top-right {
	position: absolute;
	top: 15px;
	right: 0;
	width: 140px;
	height: 40px;
}

.text + .button { /* md */
	margin-top: 75px;
}

.button--md { /* md */
	width: 400px;
}

.button--return { /* md */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.button--return:hover {
	opacity: 0.7;
}

.button-post + .button-post { /* md */
	margin-top: 20px;
}

.button-post { /* md */
	width: 380px;
	height: 60px;
	max-width: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.button-post:hover {
	background-position: left;
}

.page-head { /* md */
	height: 200px;
}

.page-head__text { /* md */
	font-size: 3.5rem;
}

.page-head-2 { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.page-head-2__image { /* md */
	width: 50%;
	height: 300px;
}

.page-head-2__image img { /* md */
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.page-head-2__main { /* md */
	width: 50%;
	margin-top: 0;
	padding: 0;
}

.page-head-2__inner { /* md */
	max-width: 450px;
	width: 89.3%;
	margin-left: auto;
}

.page-head-3__main { /* md */
	height: 200px;
}

.page-head-3__title { /* md */
	font-size: 3.5rem;
}

.page-head-3__pagename { /* md */
	font-size: 4.0rem;
	padding-bottom: 10px;
	margin-top: 78px;
}

.breadcrumb { /* md */
	display: block;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 1.2rem;
	padding: 13px 0 7px;
}

.breadcrumb__item {
	display: inline;
}

.breadcrumb__item:first-child a:before {
	content: "";
	width: 14px;
	height: 15px;
	background: url(../img/icon_home.svg) no-repeat center/contain;
	vertical-align: middle;
	margin: 0 8px 5px 0;
	display: inline-block;
}

.breadcrumb__item:not(:last-child):after {
	content: "";
	width: 5px;
	height: 7px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 9px 4px 6px;
	background: url(../img/icon_arrow_triangle_black.svg) no-repeat center/contain;
}

.text a { /* md */
}

.text a:hover {
	text-decoration: underline;
}

.text--lg-center { /* md */
	text-align: center;
}

.text--pc-lg { /* md */
	font-size: 1.5rem;
}

.text--bb { /* md */
	padding-bottom: 43px;
	margin-bottom: 43px;
}

.text-link { /* md */
}

.text-link:hover {
	text-decoration: underline;
}

.text-link--ul { /* md */
}

.text-link--ul:hover {
	text-decoration: none;
}

.link:before { /* md */
	margin: 0 8px 2px 0;
}

.link { /* md */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.link:hover {
	color: #51a1aa;
}

.list--mb li:not(:last-child) { /* md */
	margin-bottom: 26px;
}

.page-links { /* md */
	padding: 60px 0 40px;
}

.page-links__inner { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.page-links .button { /* md */
	margin-left: 25px;
	margin-right: 25px;
}

.banners { /* md */
	padding: 60px 0 65px;
}

.banners__inner { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.banners__item { /* md */
	width: 275px;
	margin-left: 15px;
	margin-right: 15px;
}

.banners__item a { /* md */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.banners__item a:hover {
	opacity: 0.7;
}

.graybox { /* md */
	padding: 42px 40px;
}

.graybox--mt { /* md */
	margin-top: 35px;
}

.slick-prev,
.slick-next { /* md */
	width: 50px;
	height: 50px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	opacity: 0.6;
}

.slick-dotted.slick-slider { /* md */
	margin-bottom: 40px;
}

.slick-dots { /* md */
	height: 10px;
	bottom: -40px;
}

.slick-dots li { /* md */
	height: 10px;
	width: 10px;
}

.txt-comingsoon { /* md */
	font-size: 5rem;
	padding: 100px 0;
}

.bnr_it { /* md */
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 110px;
	margin-bottom: 80px;
}

.bnr_it a { /* md */
	width: calc(50% - 15px);
	max-width: none;
	margin: 0;
	transition: .4s;
	background: #fff;
}
.bnr_it a img { transition: .4s; }
.bnr_it a.bnr_it__item--100 { /* md */
	width: 100%;
}
.bnr_it a:not(:last-of-type) { margin-bottom: 30px; }
.bnr_it a:hover img { opacity: 0.7; }

}

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

.breadcrumb__item a { /* md */
}

.breadcrumb__item a:hover {
	text-decoration: underline;
}

}

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

.l-body { /* pc menu */
	padding-top: 140px;
	padding-bottom: 0;
}

.l-header { /* pc menu */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5000;
}

.l-sp-tools { /* pc menu */
	display: none;
}

.header--innavi { /* pc menu */
	display: none;
}

.header { /* pc menu */
	height: 80px;
	padding-left: 26px;
}

.tel-btn { /* pc menu */
	display: none;
}

.search-btn,
.lang-btn { /* pc menu */
	height: 80px;
	cursor: pointer;
}
.search-btn { /* pc menu */
	width: 60px;
	padding-right: 20px;
}
.lang-btn { /* pc menu */
	width: 60px;
	margin-right: 10px;
}

.search-btn img { /* pc menu */
	width: 23px;
}
.lang-btn img { /* pc menu */
	padding-top: 2px;
}

.search-btn:before { /* pc menu */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	background: url(../img/icon_close_black.svg) no-repeat center left 13px;
}
.lang-btn:before {
	top: 0;
	right: -60px;
	left: auto;
	background-color: #fff;
}
.lang-btn.is-opend:before {
	z-index: 5;
}
	

.search,
.lang { /* pc menu */
	width: 333px;
	top: 0;
	left: auto;
	right: 72px;
	border-top: none;
}
.lang {
	right: 80px;
}

.search__inner { /* pc menu */
	padding: 0;
	height: 80px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.search__input { /* pc menu */
	padding-left: 35px;
}

.sub-navi,
.lang-navi { /* pc menu */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sub-navi__item a { /* pc menu */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.sub-navi__item a:hover {
	opacity: 0.6;
}

.navi { /* pc menu */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #f9f9f9;
}

.navi__item { /* pc menu */
}

.navi__item.is-opend {
	z-index: 100;
}

.navi__item.is-opend .navi__parent__text,
.navi__item:hover .navi__parent__text {
	background: #51a1aa;
	color: #FFFFFF;
}

.navi__item.is-opend .navi__detail {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.navi__item--sp-only {
	display: none;
}

.navi__parent__text { /* pc menu */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 60px;
	padding: 0 30px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.navi__toggle { /* pc menu */
	display: none;
}

.navi__detail { /* pc menu */
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-height: calc(100vh - 140px);
	height: auto;
	background: rgba(255, 255, 255, 0.9);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 65px 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.navi__detail .tse-scrollable {
	width: 985px;
	max-height: calc(100vh - 270px);
}

/*	//commented by Rin
	.navi__detail .tse-content { padding: 0 78px; }
	*/

.navi__detail__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 748px;
	margin-left: auto;
	margin-right: auto;
}

.navi__children { /* pc menu */
	width: 748px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.navi__children--2wrap {
	width: calc(748px * 0.4585);
	display: block;
}

.navi__children--2wrap:nth-child(odd) {
	margin-right: calc(748px * 0.083);
}

.navi__children--2wrap .navi__child {
	width: 100%;
}

.navi__detail__inner--2col .navi__child {
	width: calc(748px * 0.4585);
}
.navi__detail__inner--2col .navi__child:nth-child(odd) {
	margin-right: calc(748px * 0.083);
}
	
/*	modified by Rin 20230420	*/
.navi__children--3col {
/*	width: 812px;*/
	justify-content: space-between;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}

.navi__children--3col .navi__child {
	width: 31.0%;
/*	margin-right: 7.52%;*/
}

.navi__children--3col .navi__child:nth-child(odd) {
/*	margin-right: 7.52%;*/
}

.navi__children--3col .navi__child:nth-child(3n) {
	margin-right: 0;
}

.navi__children--3col .navi__child:not(:last-child):not(:nth-last-child(2)):not(:nth-last-child(3)) {
	margin-bottom: 35px;
}
.navi__children--3col::after {
	width: 31%;
	content:"";
/*	display: block;*/
}

.navi__child { /* pc menu */
	width: 45.85%;
}

.navi__child:nth-child(odd) {
/*	margin-right: 8.3%;*/
}

.navi__child__inner:before { /* pc menu */
	height: 1px;
	margin-top: 0;
}

.navi__child__label { /* pc menu */
	padding: 16px 0 16px 18px;
	border-bottom: 1px dotted #bcbcbc;
}

.navi__child__label:not(.navi__child__label--nolink):after { /* pc menu */
	right: 5px;
}

.navi__child__label[target="_blank"] { /* pc menu */
}

.navi__child__label[target="_blank"]:hover:after {
	background-image: url(../img/icon_ex_blue.svg);
}

.navi__child a { /* pc menu */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.navi__child a:hover {
	color: #51a1aa;
}

.navi__child--blue { /* pc menu */
}

.navi__child--blue a:hover {
	color: #00a5e3;
}

.navi__child--purple { /* pc menu */
}

.navi__child--purple a:hover {
	color: #7b59a3;
}

.navi__child--red { /* pc menu */
}

.navi__child--red a:hover {
	color: #e83820;
}

.navi__child--orange { /* pc menu */
}

.navi__child--orange a:hover {
	color: #ed6c00;
}

.navi__child--pink { /* pc menu */
}

.navi__child--pink a:hover {
	color: #e95383;
}

.navi__child--purple-2 { /* pc menu */
}

.navi__child--purple-2 a:hover {
	color: #948bbf;
}

.navi__child--pink-2 { /* pc menu */
}

.navi__child--pink-2 a:hover {
	color: #cf6c8b;
}

.navi__child--yellow { /* pc menu */
}

.navi__child--yellow a:hover {
	color: #df9f0b;
}

.navi__grandchildren { /* pc menu */
	margin-top: 7px;
}

.navi__grandchild a { /* pc menu */
	padding: 9px 0 9px 30px;
}

.navi__grandchild a[target="_blank"] { /* pc menu */
}

.navi__grandchild a[target="_blank"]:hover:after {
	background-image: url(../img/icon_ex_blue.svg);
}

.navi-js-toggle { /* pc menu */
	cursor: pointer;
}

/*	Added by Rin 20230420	*/
.navi__grandchild a ._year { /* pc menu */
	padding: 2px 5px 4px 4px;
	font-size: 1.1rem;
}


}


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

.d-lg-none { /* lg */
	display: none !important;
}

.ta-lg-center { /* lg */
	text-align: center;
}

.l-wrapper { /* lg */
	max-width: 1000px;
}

.l-lg-2col__item--mb { /* lg */
	margin-bottom: 75px;
}

.header-logo { /* md 2 */
	width: 365px;
}

.footer-info { /* lg */
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 52px 0 47px;
}

.footer-info__main { /* lg */
	margin-bottom: 0;
}

.footer-info__heading { /* lg */
	margin: 0 0 16px;
}

.footer-info__detail { /* lg */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-info__detail__item { /* lg */
}

.footer-info__detail__item:not(:last-child) {
	margin-right: 25px;
}

.footer-info__tel { /* lg */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-info__tel__text { /* lg */
	margin-bottom: 0;
	margin-right: 20px;
}

.footer-info__tel__number { /* lg */
}

.footer-info__tel__number:before { /* lg */
	margin: 0 10px 0 0;
}

.footer-navi .l-wrapper{ /* lg */
	width: 100%;
	max-width: none;
}

.footer-navi__item { /* lg */
	width: auto;
	margin: 0 15px;
}

.footer-navi__item:last-child { /* md */
	width: auto;
}

.heading-4--lg-center { /* lg */
	text-align: center;
}

.page-head-2__image { /* lg */
	height: 400px;
}

.page-head-2__title { /* lg */
	font-size: 5.0rem;
	margin-bottom: 25px;
}

.page-head-2__text { /* lg */
	font-size: 1.8rem;
}

.list-2col { /* lg */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px;
}

.list-2col__item { /* lg */
	width: 48%;
}

}

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

.lg-content { /* sp&tab */
	position: relative;
	width: 100vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	overflow-x: auto;
}

.lg-content__inner {
	padding: 0 5.35%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.lg-content:after {
	content: "";
	display: block;
	width: 130px;
	height: 102px;
	background: url(../img/img_scroll.png) no-repeat center/contain;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	pointer-events: none;
}

.lg-content.is-announce:after {
	-webkit-animation: scrollAnnounce 3s forwards;
	animation: scrollAnnounce 3s forwards;
}

}

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

.l-header { /* sp menu */
	position: relative;
}

.l-navi { /* sp menu */
	height: calc(100% - 120px);
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	overflow: scroll;
	background: rgba(255, 255, 255, 0.95);
	display: none;
	z-index: 5000;
}

.navi__item { /* sp menu */
	border-bottom: 1px solid #e2e2e2;
}

.navi__item .tse-scrollbar { /* sp menu */
	display: none;
}

.navi__parent { /* sp menu */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.navi__parent.is-opend {
	background: #51a1aa;
	color: #FFFFFF;
}

.navi__parent__text { /* sp menu */
	display: block;
	width: 100%;
	text-align: left;
	position: relative;
	padding: 17px 0 16px 15px;
	line-height: 1;
	color: inherit;
}

.navi__parent a { /* sp menu */
}

.navi__parent a:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -3px;
	-webkit-transform: tranlate(-50%, -50%);
	-ms-transform: tranlate(-50%, -50%);
	transform: tranlate(-50%, -50%);
	border-left: 6px solid #51a1aa;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

.navi__parent a[target="_blank"]:after {
	border: none;
	width: 11px;
	height: 9px;
	background: url(../img/icon_ex.svg) no-repeat center/contain;
}

.navi__toggle { /* sp menu */
	width: 50px;
	height: 33px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	padding: 0;
	border-left: 1px dotted #898989 !important;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.navi__parent.is-opend .navi__toggle {
	border-left: 1px dotted #FFFFFF !important;
}

.navi__detail { /* sp menu */
	display: none;
	background: #FFFFFF;
}

.navi__detail .tse-scrollable .tse-scroll-content {
	overflow: visible;
}

.navi__children { /* sp menu */
	padding: 0 15px;
}

.navi__child { /* sp menu */
	border-top: 1px dotted #bcbcbc;
}

.navi__child__inner { /* sp menu */
	width: calc(100% + 15px);
}

.navi__child__label { /* sp menu */
	padding: 17px 0 16px 16px;
}

.navi__child a { /* sp menu */
	padding: 17px 0 16px 16px;
}

.navi__grandchildren { /* sp menu */
	display: none;
	padding-top: 7px;
	padding-bottom: 8px;
	border-top: 1px dotted #bcbcbc;
}

.navi__grandchild a { /* sp menu */
	padding: 9px 0 9px 30px;
}

.navi-js-toggle { /* sp menu */
	position: relative;
}

.navi-js-toggle:before,
.navi-js-toggle:after {
	content: "";
	display: block;
	width: 9px;
	height: 1px;
	background: #000000;
	position: absolute;
	top: 50%;
	right: 16px;
}

.navi__parent.is-opend .navi-js-toggle:before,
.navi__parent.is-opend .navi-js-toggle:after {
	background: #FFFFFF;
}

.navi-js-toggle:before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.navi-js-toggle:after {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.navi__parent.is-opend .navi-js-toggle:after,
.navi__child__inner.is-opend .navi-js-toggle:after {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

}

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

.d-sm-none { /* sm */
	display: none !important;
}

.ta-sm-center { /* sm */
	text-align: center;
}

.l-sm-wrapper { /* sm */
	width: 89.3%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

}

@-webkit-keyframes opacity {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes opacity {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes scrollAnnounce {

0% {
	opacity: 0;
}

20% {
	opacity: 1;
}

80% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes scrollAnnounce {

0% {
	opacity: 0;
}

20% {
	opacity: 1;
}

80% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

img[width="1"]{ position: absolute; top: 0; z-index: -100; }


