@charset "UTF-8";
/* --HTML-- */

html {
	font-size: 62.5%;
}

/* --BODY-- */

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ','Meiryo',Osaka,verdana,arial,clean,sans-serif;
	font-size: 1.5rem;
	line-height: 1.8;
	margin: 0 auto;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'palt' 1;
}

body.nav-open {
	overflow: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
}

a {
	transition: all .3s ease-out;
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	opacity: .7;
	color: #000;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=70);
	-khtml-opacity: .7;
	-moz-opacity: .7;
}

img {
	max-width: 100%;
}

.eng {
	font-family: 'Be Vietnam Pro', sans-serif;
	font-weight: 300;
	font-style: normal;
}

.engb {
	font-family: 'Be Vietnam Pro', sans-serif;
	font-weight: 700;
	font-style: normal;
}

.header {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
}

.header__flex {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-logo {
	width: 190px;
}

.header-logo a {
	display: block;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	padding-right: 20%;
	padding-left: 20%;
	text-align: center;
	background: #fff;
	-webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.spNavBtn {
	position: fixed;
	z-index: 1011;
	top: 0;
	right: 0;
}

.spNavBtn p {
	margin-bottom: 0;
}

.spNavBtn p:after {
	position: absolute;
	top: 20%;
	left: calc(25% + 9px);
	width: 100%;
	width: 50%;
	height: 2px;
	content: '';
	transition: all .15s ease-out;
	background: #fff;
}

.nav-open .spNavBtn p:after {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

.spNavBtn a {
	font-size: 12px;
	font-size: 1.2rem;
	display: -ms-flexbox;
	display: flex;
	width: 76px;
	height: 60px;
	padding-top: 43%;
	padding-left: 16px;
	color: #fff;
	background: #000;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-clip-path: polygon(16px 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(16px 0%, 100% 0%, 100% 100%, 0% 100%);
}

.nav-open .spNavBtn a {
	background: #213a63;
}

.spNavBtn a:before,
.spNavBtn a:after {
	position: absolute;
	left: calc(25% + 9px);
	width: 50%;
	height: 2px;
	content: '';
	transition: all .15s ease-out;
	background: #fff;
}

.spNavBtn a:before {
	top: 35%;
	width: 40%;
}

.nav-open .spNavBtn a:before {
	top: 39%;
	left: calc(27% + 9px);
	width: 50%;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.spNavBtn a:after {
	top: 50%;
	width: 30%;
}

.nav-open .spNavBtn a:after {
	top: 40%;
	left: calc(26% + 9px);
	width: 50%;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.spNavBtn a:hover {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.spNavBtn a:hover:before,
.spNavBtn a:hover:after {
	width: 50%;
}

.hab-nav {
	position: fixed;
	z-index: 10;
	top: 0;
	right: -100%;
	overflow: auto;
	width: 100%;
	height: 100%;
	padding-top: 80px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	transition: all .3s ease-out;
	background: rgba(0, 0, 0, .7);
}

.nav-open .hab-nav {
	right: 0;
}

.nav-close .hab-nav {
	right: -100%;
}

.headerNav {
	position: relative;
	z-index: 1010;
}

.hab-nav__bg {
	position: fixed;
	z-index: 1009;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	transition: all .3s ease-out;
	background: rgba(0, 0, 0, .7);
}

.nav-open .hab-nav__bg {
	animation-name: hab-nav__bg-move;
	animation-duration: .6s;
	animation-timing-function: cubic-bezier(.77, 0, .175, 1);
	animation-delay: .2s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}

.nav-close .hab-nav__bg {
	width: -100%;
}

.gnav__item {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.gnav__item p {
	margin-bottom: 0;
}

.gnav__item a {
	font-family: 'Be Vietnam Pro', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	font-style: normal;
	display: block;
	padding: 15px;
	padding-left: 20px;
	text-align: left;
	color: #fff;
}

.gnav__item a:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 14px;
	height: 14px;
	content: '';
	-ms-transform: translate(0, -50%) rotate(-90deg);
	transform: translate(0, -50%) rotate(-90deg);
	background: url(/system_panel/uploads/images/arr1.png) center center no-repeat;
	background-size: 100% auto;
}

.gnav__item a:hover {
	text-decoration: none;
}

.gnav__item._sp {
	display: block;
}

.gnav__item._sub a {
	position: relative;
	padding-right: 32px;
}

.gnav__item._sub a:after {
	position: absolute;
	top: 50%;
	display: block;
	width: 16px;
	height: 16px;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(/system_panel/uploads/images/arr1.png) center center no-repeat;
	background-size: 100% auto;
}

.gnav__item._sub .gnavSub {
	margin-left: 20px;
}

.gnav__item._sub .gnavSub a {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
}

.gnav__item._sub .gnavSub a:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(/system_panel/uploads/images/arr_white.png) center center no-repeat;
	background-size: 100% auto;
}

.gnav__item._sub br {
	display: none;
}

.footer {
	position: relative;
}

.footer p {
	margin-bottom: 0;
}

.footer .section__w {
	max-width: 1000px;
}

.footer__flex {
	display: block;
}

.footer__flex > .col-md-5 {
	max-width: 100%;
	margin-bottom: 20px;
}

.footer__flex > .col-md-7 {
	max-width: 100%;
}

.footer-address {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 5px;
}

.footer-num {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
}

.footer-txt {
	font-size: 15px;
	font-size: 1.5rem;
}

.footer-batchBox {
	display: -ms-flexbox;
	display: flex;
	padding-right: 10%;
	padding-left: 10%;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-calender {
	padding-right: 10%;
	padding-left: 10%;
}

.footer-calender img {
	border: 1px solid #ccc;
}

.footer-batchItem {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
}

.footer-batchItem:nth-child(2n) {
	margin-right: 0;
}

.footer-nav {
	line-height: 1.3;
}

.footer-nav__main a {
	font-family: 'Be Vietnam Pro', sans-serif;
	font-weight: 300;
	font-style: normal;
	display: block;
	padding: 10px;
	padding-left: 14px;
	background: url(/system_panel/uploads/images/arr_blk.png) 0 15px no-repeat;
	background-size: 11px auto;
}

.footer-nav__main > div {
	border-top: 1px solid #ccc;
}

.footer-navSub,
.footer-nav__main .footer-navSub {
	margin-left: 20px;
}

.footer-navSub a,
.footer-nav__main .footer-navSub a {
	font-size: 15px;
	font-size: 1.5rem;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	background: url(/system_panel/uploads/images/arr_blk.png) 0 11px no-repeat;
	background-size: 8px auto;
}

.footer-navSub > div,
.footer-nav__main .footer-navSub > div {
	border-top: 1px dotted #000;
}

.footer-navSub.mb-xs,
.footer-nav__main .footer-navSub.mb-xs {
	margin-bottom: 0;
}

.footer-nav__main .footer-navSub {
	border-top: none;
}

.page_top {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
}

.page_top a {
	display: block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	white-space: nowrap;
	text-indent: 100%;
	background: #213a63 url(/system_panel/uploads/images/arr_white.png) center center no-repeat;
	background-size: 40% auto;
}

.footer-copyright {
	font-size: 14px;
	font-size: 1.4rem;
	padding-top: 30px;
}

.pageTit {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	height: 70vw;
	margin-bottom: 100px;
	text-align: center;
	color: #fff;
	background: url(/system_panel/uploads/images/page_ttl_bg.jpg) center top no-repeat;
	background-size: cover;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pageTit:after {
	position: absolute;
	z-index: -1;
	bottom: -300px;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 300px;
	padding-top: 18vw;
	content: '';
	background: url(/system_panel/uploads/images/top_serive_bg.jpg) 48% 0 no-repeat;
	background-size: 200% auto;
}

.pageTit .eng {
	font-size: 10vw;
	line-height: 1;
}

.pageTit .jpn {
	font-size: 5vw;
	font-weight: bold;
	text-align: center;
}

.pageTit p {
	margin-bottom: 0;
}

.pageTit__in {
	margin-top: 10vw;
}

.heading__large {
	margin-bottom: 10px;
	padding-top: 4vw;
	padding-left: 8vw;
	background: url(/system_panel/uploads/images/heading_bg1.png) 0 0 no-repeat;
	background-size: 9vw auto;
}

.heading__large p {
	margin-bottom: 0;
}

.heading__large > .eng {
	font-size: 11vw;
	line-height: 1;
}

.heading__large ._jpn {
	font-size: 7vw;
	margin-bottom: 0;
}

.heading__xmedium {
	font-size: 7vw;
	font-weight: bold;
	padding-top: 60px;
	text-align: center;
	background: url(/system_panel/uploads/images/heading_bg1.png) center 0 no-repeat;
	background-size: auto 55px;
}

.heading__medium {
	font-size: 7vw;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 4vw;
	padding-top: 8vw;
	padding-bottom: 1vw;
	padding-left: 8vw;
	background: url(/system_panel/uploads/images/heading_bg1.png) 0 0 no-repeat;
	background-size: 9vw auto;
}

.heading__medium p {
	margin-bottom: 0;
}

.heading__small {
	font-size: 5vw;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
}

.heading__small p {
	margin-bottom: 0;
}

.heading__xsmall {
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 6px;
	padding-left: 15px;
	background: url(/system_panel/uploads/images/icon2.png) 0 6px no-repeat;
	background-size: 10px auto;
}

.heading__xsmall p {
	margin-bottom: 0;
}

.h_min {
	display: inline-block;
	padding: 10px 20px;
	-ms-transform: skew(-15deg, 0);
	transform: skew(-15deg, 0);
	text-align: center;
	background: #213a63;
}

.h_min p {
	font-weight: bold;
	display: inline-block;
	margin-bottom: 0;
	-ms-transform: skew(15deg, 0);
	transform: skew(15deg, 0);
	text-align: center;
	color: #fff;
}

.txt_m {
	font-size: 17px;
	font-size: 1.7rem;
}

.bold {
	font-weight: bold;
}

.mb-xs {
	margin-bottom: 7px;
}

.mb-s {
	margin-bottom: 21px;
}

.mb-m {
	margin-bottom: 35px;
}

.mb-l {
	margin-bottom: 70px;
}

.mb-xl {
	margin-bottom: 200px;
}

.center {
	text-align: center;
}

/*------ blog --------*/

.webgene-pagination {
	width: 100%;
	padding-top: 50px;
	padding-left: 0;
}

.webgene-pagination ul {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.webgene-pagination ul li {
	font-size: 17px;
	font-size: 1.7rem;
	position: relative;
	margin: 0 5px;
}

.webgene-pagination ul li::marker {
	content: none;
}

.webgene-pagination ul li a {
	line-height: 1.5;
	display: inline-block;
	min-width: 40px;
	padding: 10px;
	text-align: center;
	background: #e7e7e7;
}

.webgene-pagination ul li a:hover {
	color: #fff;
	background: #213a63;
}

.webgene-pagination ul li.selected a {
	color: #fff;
	background: #213a63;
}

.pager {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
	padding-top: 50px;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.pager a {
	position: relative;
	display: inline-block;
	min-width: 40px;
	padding: 5px 20px;
	-ms-transform: skew(-15deg, 0);
	transform: skew(-15deg, 0);
	text-align: center;
	color: #fff;
	background: #213a63;
}

.pager a:after {
	position: absolute;
	top: 50%;
	display: block;
	width: 12px;
	height: 12px;
	content: '';
	transition: all .3s ease-out;
	-ms-transform: translate(0, -50%) skew(15deg, 0);
	transform: translate(0, -50%) skew(15deg, 0);
	background: url(/system_panel/uploads/images/arr_white.png) center center no-repeat;
	background-size: 100% auto;
}

.pager a span {
	display: inline-block;
	-ms-transform: skew(15deg, 0);
	transform: skew(15deg, 0);
}

.pager a:hover {
	color: #000;
	background: #e7e7e7;
}

.pager a:hover:after {
	background-image: url(/system_panel/uploads/images/arr_blk.png);
}

.webgene-item-prevPageLink {
	float: left;
	margin-bottom: 10px;
}

.webgene-item-prevPageLink a {
	padding-left: 30px;
}

.webgene-item-prevPageLink a:after {
	left: 10px;
	-ms-transform: scale(-1, 1) translate(0, -50%) skew(-15deg, 0);
	transform: scale(-1, 1) translate(0, -50%) skew(-15deg, 0);
}

.webgene-item-nextPageLink {
	float: right;
}

.webgene-item-nextPageLink a {
	padding-right: 30px;
}

.webgene-item-nextPageLink a:after {
	right: 10px;
}

.webgene-item ._content img {
	margin-top: 10px;
	margin-bottom: 10px;
}

.w800 {
	width: 100%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

.table-1 {
	line-height: 1.5;
	margin-right: 15px;
	margin-left: 15px;
}

.table-1 > div:first-child {
	border-top: 1px solid #ccc;
}

.table-1 p {
	margin-bottom: 0;
}

.table-1._price .table-1_th {
	font-weight: bold;
}

.table-1._price .table-1_td {
	text-align: right;
}

.table-1._price2 ._heade .table-1_th,
.table-1._price2 ._heade .table-1_td {
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #213a63;
}

.table-1._price2 ._heade .table-1_th > div,
.table-1._price2 ._heade .table-1_td > div {
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 100%;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.table-1._price2 .table-1_th,
.table-1._price2 .table-1_td {
	padding: 0;
	border-right: 1px solid #ccc;
}

.table-1._price2 .table-1_th {
	border-left: 1px solid #ccc;
}

.table-1._company .table-1_th {
	color: #fff;
	border-left: 1px solid #ccc;
	background: #213a63;
}

.table-1._company .table-1_td {
	background: #fff;
}

.table-1_tr {
	border-bottom: 1px solid #ccc;
}

.table-1_th {
	padding: 10px;
	background: #e7f1f5;
}

.table-1_td {
	padding: 10px;
}

.gmap > div {
	width: 100%;
}

.gmap iframe {
	width: 100%;
	height: 400px;
	border: none;
}

.zoom {
	position: relative;
	display: block;
}

.zoom:after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 30px;
	height: 30px;
	content: '';
	background: #737373 url(/system_panel/uploads/images/icon_zoom.png) center center no-repeat;
	background-size: 60% auto;
}

.recruit-date {
	padding-bottom: 50px;
	background: url(/system_panel/uploads/images/bg2.jpg) center top no-repeat;
	background-size: auto 100%;
}

.box1 {
	height: 100%;
	border: 1px solid #ccc;
	-webkit-clip-path: polygon(calc(100% - 30px) 0%, 100% 30px, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(calc(100% - 30px) 0%, 100% 30px, 100% 100%, 0 100%, 0 0);
}

.box1__in {
	padding: 15px;
}

.list_icon2 ul,
.list_icon ul {
	padding: 0;
}

.list_icon2 li,
.list_icon li {
	list-style: none;
}

.list_icon li {
	line-height: 1.5;
	display: block;
	padding-left: 8px;
	background: url(/system_panel/uploads/images/icon_arrow2.png) 0 8px no-repeat;
	background-size: 3px auto;
}

.slick-slide img.sp {
	display: block;
}

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

.section {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

.section__w {
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

.button {
	text-align: center;
}

.button a {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	min-width: 80%;
	padding: 13px 25px;
	-ms-transform: skew(-15deg, 0);
	transform: skew(-15deg, 0);
	text-align: center;
	background-color: #e7e7e7;
}

.button a span {
	position: relative;
	display: inline-block;
	padding-right: 18px;
	-ms-transform: skew(15deg, 0);
	transform: skew(15deg, 0);
}

.button a span:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 14px;
	height: 14px;
	content: '';
	transition: all .3s ease-out;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(/system_panel/uploads/images/arr_blk.png) 0 0 no-repeat;
	background-size: 100% auto;
}

.button a:hover {
	opacity: 1;
	color: #fff;
	background: #353535;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.button a:hover span:after {
	background-image: url(/system_panel/uploads/images/arr_white.png);
}

.bg1 {
	padding-top: 18vw;
	background: url(/system_panel/uploads/images/bg1.png) center 0 no-repeat;
	background-size: 140vw auto;
}

.bg2 {
	position: relative;
	padding-top: 100px;
	padding-bottom: 150px;
	color: #fff;
	background: #000;
	-webkit-clip-path: polygon(9vw 0%, 100% 0, 100% calc(100% - 33vw), calc(100% - 9vw) 100%, 0 100%, 0% 33vw);
	clip-path: polygon(9vw 0%, 100% 0, 100% calc(100% - 33vw), calc(100% - 9vw) 100%, 0 100%, 0% 33vw);
}

.bg2:after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: url(/system_panel/uploads/images/bg2_bg.jpg) center top no-repeat;
	background-size: 100% auto;
}

.bg2 .section {
	padding-right: 15px;
	padding-left: 15px;
}

.bg2__in {
	position: relative;
	z-index: 2;
}

.bg3 {
	position: relative;
	padding-top: 100px;
	padding-bottom: 150px;
}

.bg3:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: #e7f1f5;
	-webkit-clip-path: polygon(9vw 0%, 100% 0, 100% calc(100% - 33vw), calc(100% - 9vw) 100%, 0 100%, 0% 33vw);
	clip-path: polygon(9vw 0%, 100% 0, 100% calc(100% - 33vw), calc(100% - 9vw) 100%, 0 100%, 0% 33vw);
}

.bg3:after {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: url(/system_panel/uploads/images/bg3_bg.jpg) center top no-repeat;
	background-size: 100% auto;
	-webkit-clip-path: polygon(9vw 0%, 100% 0, 100% calc(100% - 33vw), calc(100% - 9vw) 100%, 0 100%, 0% 33vw);
	clip-path: polygon(9vw 0%, 100% 0, 100% calc(100% - 33vw), calc(100% - 9vw) 100%, 0 100%, 0% 33vw);
}

.bg3__in {
	position: relative;
	z-index: 3;
}

.frame-wrapper__video {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.frame-wrapper__video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blue__btn260407 a{
	background-color: #213a63;
	color: #fff;
}

.blue__btn260407 a span:after{
	background:url(/system_panel/uploads/images/arr_white.png) 0 0 no-repeat;
	background-size:100% auto;
}



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

body {
	font-size: 1.7rem;
}

.hab-nav {
	padding-right: 20%;
	padding-left: 20%;
}

.footer-batchBox {
	padding-right: 0;
	padding-left: 0;
}

.footer-calender {
	padding-right: 0;
	padding-left: 0;
}

.footer-nav__l {
	float: left;
	width: 40%;
}

.footer-nav__r {
	float: right;
	width: 60%;
}

.footer-nav__main ._recruit a {
	margin-bottom: 0;
}

.footer-nav__main a {
	display: inline-block;
	margin-bottom: 7px;
	padding: 0;
	padding-left: 14px;
	background-position: 0 6px;
	background-size: 11px auto;
}

.footer-nav__main > div {
	border-top: none;
}

.footer-navSub,
.footer-nav__main .footer-navSub {
	margin-left: 0;
}

.footer-navSub a,
.footer-nav__main .footer-navSub a {
	display: inline-block;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	background-position: 0 5px;
}

.footer-navSub > div,
.footer-nav__main .footer-navSub > div {
	border-top: none;
}

.footer-navSub.mb-xs,
.footer-nav__main .footer-navSub.mb-xs {
	margin-bottom: 7px;
}

.pageTit {
	height: 340px;
	margin-bottom: 150px;
	background-attachment: fixed;
	background-size: 100% auto;
}

.pageTit:after {
	background-position: 30% 0;
	background-size: 130% auto;
}

.pageTit .eng {
	font-size: 100px;
	font-size: 10rem;
}

.pageTit .jpn {
	font-size: 30px;
	font-size: 3rem;
}

.pageTit__in {
	margin-top: 0;
}

.heading__large {
	padding-top: 3.2vw;
	padding-left: 6.4vw;
	background-size: 7.2vw auto;
}

.heading__large > .eng {
	font-size: 8.8vw;
}

.heading__large ._jpn {
	font-size: 5.6vw;
}

.heading__xmedium {
	font-size: 5.6vw;
}

.heading__medium {
	font-size: 4.9vw;
	padding-top: 6.2vw;
	padding-bottom: 1.5vw;
	padding-left: 5.6vw;
	background-size: 6.3vw auto;
}

.heading__small {
	font-size: 3.2vw;
	margin-bottom: 15px;
}

.heading__xsmall {
	font-weight: bold;
}

.txt_m {
	font-size: 20px;
	font-size: 2rem;
}

.mb-xs {
	margin-bottom: 10px;
}

.mb-s {
	margin-bottom: 30px;
}

.mb-m {
	margin-bottom: 50px;
}

.mb-l {
	margin-bottom: 100px;
}

.mb-xl {
	margin-bottom: 200px;
}

.box1__in {
	padding: 24px;
}

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

.slick-slide img.pc {
	display: block;
}

.section__w {
	padding-right: 50px;
	padding-left: 50px;
}

.button a {
	font-size: 17px;
	font-size: 1.7rem;
	min-width: 300px;
}

.button a {
	font-size: 20px;
	font-size: 2rem;
	min-width: 340px;
	padding: 17px 30px;
}

.bg2 .section {
	padding-right: 7%;
	padding-left: 7%;
}

.row._reverse {
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}

}

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

.header-logo {
	width: 250px;
}

.header-logo a {
	height: 68px;
	padding-right: 0;
	padding-left: 0;
}

.header-logo a img {
	width: 110px;
}

.header-right {
	height: 68px;
	padding-left: 40px;
	-ms-transform: skew(-15deg, 0);
	transform: skew(-15deg, 0);
	background: #000;
}

.spNavBtn {
	display: none;
}

.hab-nav {
	position: static;
	overflow: visible;
	width: auto;
	height: auto;
	padding: 0;
	-ms-transform: skew(15deg, 0);
	transform: skew(15deg, 0);
}

.headerNav {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.hab-nav__bg {
	display: none;
}

.gnav__item {
	border-bottom: none;
}

.gnav__item a {
	display: -ms-flexbox;
	display: flex;
	height: 68px;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.gnav__item a:after {
	content: none;
}

.gnav__item._sp {
	display: none;
}

.gnav__item._sub {
	background: #000;
}

.gnav__item._sub a:after {
	right: 12px;
	left: auto;
}

.gnav__item._contact {
	width: 160px;
	margin-left: 10px;
	background: #213a63;
	-webkit-clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
}

.gnav__item._sub .gnavSub {
	position: absolute;
	bottom: -50px;
	left: 50%;
	display: none;
	margin-left: 0;
	padding: 10px;
	transition: all .3s ease-out;
	-ms-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	opacity: 0;
	background: rgba(0, 0, 0, .8);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

.gnav__item._sub .gnavSub._hv {
	bottom: 0;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.gnav__item._sub .gnavSub a {
	font-size: 15px;
	font-size: 1.5rem;
	display: block;
	height: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 13px;
	text-align: left;
	white-space: nowrap;
}

.gnav__item._sub .gnavSub a:after {
	width: 9px;
	height: 9px;
}

.gnav__item._sub .gnavSub > p {
	border-bottom: none;
}

.section {
	padding-right: 0;
	padding-left: 0;
}

}

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

.footer .section__w {
	max-width: 1400px;
}

.footer__flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__flex > .col-md-5 {
	max-width: 41.666667%;
}

.footer__flex > .col-md-7 {
	max-width: 58.333333%;
}

}

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

.footer-num {
	font-size: 24px;
	font-size: 2.4rem;
}

}

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

.heading__small {
	font-size: 4.5vw;
	margin-bottom: 5px;
}

.pager a {
	display: block;
}

.bg2 {
	-webkit-clip-path: polygon(5vw 0%, 100% 0, 100% calc(100% - 19vw), calc(100% - 5vw) 100%, 0 100%, 0% 19vw);
	clip-path: polygon(5vw 0%, 100% 0, 100% calc(100% - 19vw), calc(100% - 5vw) 100%, 0 100%, 0% 19vw);
}

.bg3:before {
	-webkit-clip-path: polygon(5vw 0%, 100% 0, 100% calc(100% - 19vw), calc(100% - 5vw) 100%, 0 100%, 0% 19vw);
	clip-path: polygon(5vw 0%, 100% 0, 100% calc(100% - 19vw), calc(100% - 5vw) 100%, 0 100%, 0% 19vw);
}

.bg3:after {
	-webkit-clip-path: polygon(5vw 0%, 100% 0, 100% calc(100% - 19vw), calc(100% - 5vw) 100%, 0 100%, 0% 19vw);
	clip-path: polygon(5vw 0%, 100% 0, 100% calc(100% - 19vw), calc(100% - 5vw) 100%, 0 100%, 0% 19vw);
}

}

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

.footer-nav {
	padding-left: 20px;
}

.pageTit:after {
	padding-top: 120px;
	background-position: 0 0;
	background-size: 100% auto;
}

.heading__large {
	margin-bottom: 20px;
	padding-top: 30px;
	padding-left: 72px;
	background-size: 80px auto;
}

.heading__large > .eng {
	font-size: 100px;
	font-size: 10rem;
}

.heading__large ._jpn {
	font-size: 30px;
	font-size: 3rem;
}

.heading__xmedium {
	font-size: 40px;
	font-size: 4rem;
}

.heading__medium {
	font-size: 34px;
	font-size: 3.4rem;
	margin-bottom: 20px;
	padding-top: 80px;
	padding-bottom: 25px;
	padding-left: 72px;
	background-size: 80px auto;
}

.heading__small {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.heading__xsmall {
	font-weight: bold;
	background-position: 0 7px;
}

.h_min {
	display: block;
}

.h_min p {
	display: block;
}

.gmap iframe {
	height: 500px;
}

.bg1 {
	padding-top: 200px;
	background-size: 1360px auto;
}

.bg2 {
	-webkit-clip-path: polygon(120px 0%, 100% 0, 100% calc(100% - 446px), calc(100% - 120px) 100%, 0 100%, 0% 446px);
	clip-path: polygon(120px 0%, 100% 0, 100% calc(100% - 446px), calc(100% - 120px) 100%, 0 100%, 0% 446px);
}

.bg3:before {
	-webkit-clip-path: polygon(120px 0%, 100% 0, 100% calc(100% - 446px), calc(100% - 120px) 100%, 0 100%, 0% 446px);
	clip-path: polygon(120px 0%, 100% 0, 100% calc(100% - 446px), calc(100% - 120px) 100%, 0 100%, 0% 446px);
}

.bg3:after {
	-webkit-clip-path: polygon(120px 0%, 100% 0, 100% calc(100% - 446px), calc(100% - 120px) 100%, 0 100%, 0% 446px);
	clip-path: polygon(120px 0%, 100% 0, 100% calc(100% - 446px), calc(100% - 120px) 100%, 0 100%, 0% 446px);
}

}

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

.heading__medium {
	font-size: 40px;
	font-size: 4rem;
}

.bg2 .section {
	padding-right: 0;
	padding-left: 0;
}

}

@keyframes hab-nav-move {

0% {
	right: -100%;
}

100% {
	right: 0;
}

}

@keyframes hab-nav__bg-move {

0% {
	right: -100%;
}

100% {
	right: 0;
}

}


/*# sourceMappingURL=main.css.map */
