@charset "UTF-8";
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	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);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

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

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

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

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

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

[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-arrow.slick-hidden {
	display: none;
}

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

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

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

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: '';
}

[dir='rtl'] .slick-prev:before {
	content: '';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: '';
}

[dir='rtl'] .slick-next:before {
	content: '';
}

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

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

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

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

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

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

.sec-mv {
	position: relative;
	width: 100%;
}

.sec-mv .mv-bg > div img {
	width: 100%;
}

.sec-mv .mv-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.sec-mv .mv-copy {
	position: absolute;
	left: calc(50% - 289.5px);
	top: calc(50% - 150px);
	pointer-events: none;
}

@media (max-width: 750px) {
	.sec-mv .mv-copy {
		width: 77.2vw;
		left: calc(50% - 38.6vw);
		top: calc(50% - 20vw);
	}
	.sec-mv .mv-copy img {
		width: 100%;
	}
}

.sec-notice {
	padding: 55px 0 25px;
}

@media (max-width: 750px) {
	.sec-notice {
		padding: 6.66667vw 0 10.4vw;
	}
}

.sec-notice .notice-item {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 26px 10px rgba(21, 43, 53, 0.03);
	overflow: hidden;
}

.sec-notice .notice-item + .notice-item {
	margin-top: 30px;
}

@media (max-width: 750px) {
	.sec-notice .notice-item {
		width: 100%;
		border-radius: 2.66667vw;
	}
}

.sec-notice .notice-item__text {
	padding: 20px 30px;
}

@media (max-width: 750px) {
	.sec-notice .notice-item__text {
		padding: 5.33333vw;
	}
}

.sec-notice .notice-item__banner {
	display: block;
	position: relative;
	width: 100%;
	box-shadow: 0 0 26px 10px rgba(21, 43, 53, 0.03);
	overflow: hidden;
}

.sec-notice .notice-item__banner:not(:last-child) {
	margin-bottom: 0;
}

.sec-notice .notice-item__banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 750px) {
	.sec-notice .notice-item__banner {
		width: 89.33333vw;
		border-radius: 2.66667vw;
	}
}

.sec-notice .notice-item__banner[target]:not([target="_self"]):not([target="_top"]):not([target="_parent"]) {
	position: relative;
}

.sec-notice .notice-item__banner[target]:not([target="_self"]):not([target="_top"]):not([target="_parent"])::after {
	content: "";
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: block;
	width: 18px;
	height: 18px;
	background: url("../../../assets/common/_img/icon-blank.png") 0 0 no-repeat;
	background-size: 100% auto;
}

@media (max-width: 750px) {
	.sec-notice .notice-item__banner[target]:not([target="_self"]):not([target="_top"]):not([target="_parent"])::after {
		bottom: 3.46667vw;
		right: 3.46667vw;
		width: 2.4vw;
		height: 2.4vw;
	}
}

.sec-notice .tpl-wysiwyg {
	font-size: 16px;
}

@media (max-width: 750px) {
	.sec-notice .tpl-wysiwyg {
		font-size: 3.46667vw;
	}
}

.sec-notice .tpl-wysiwyg em {
	font-style: italic;
}

.sec-notice .tpl-wysiwyg ul {
	padding-left: 1em;
	margin-top: 40px;
}

@media (max-width: 750px) {
	.sec-notice .tpl-wysiwyg ul {
		margin-top: 5.33333vw;
	}
}

.sec-notice .tpl-wysiwyg ul li {
	list-style-type: disc;
}

.sec-notice .tpl-wysiwyg a[href] {
	color: #00a0e9;
	font-size: 18px;
	white-space: normal;
}

@media (max-width: 750px) {
	.sec-notice .tpl-wysiwyg a[href] {
		font-size: 3.73333vw;
	}
}

.sec-notice .tpl-wysiwyg a[href]::after {
	content: "";
	position: relative;
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	margin-left: 0.2em;
	margin-right: 0.2em;
	background: url("data:image/svg+xml,%3Csvg height='14' viewBox='0 0 14 14' width='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 7-1.345 1.415L5.345 14 4 12.584 9.31 7 4 1.414 5.345 0l5.31 5.586z' fill='%2300a0e9' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat center center;
	background-size: contain;
	transform: none;
}

.sec-notice .tpl-wysiwyg a[href][target]:not([target="_self"]):not([target="_top"]):not([target="_parent"])::after {
	background: url("../../../assets/common/_img/icon-blank.png") 0 0 no-repeat;
	background-size: 100% auto;
	margin-left: 0.3em;
}

.sec-news {
	padding-top: 60px;
	padding-bottom: 130px;
}

@media (max-width: 750px) {
	.sec-news {
		padding-top: 8vw;
		padding-bottom: 17.33333vw;
	}
}

.sec-news .news-detail {
	position: absolute;
	display: block;
	right: 0;
	top: 0.5em;
	padding-right: 2em;
	font-size: 14px;
}

@media (max-width: 750px) {
	.sec-news .news-detail {
		top: 0;
		right: 1em;
		display: flex;
		justify-content: flex-end;
	}
}

.sec-news .news-detail a {
	color: #00a0e9;
	font-size: 18px;
}

@media (max-width: 750px) {
	.sec-news .news-detail a {
		font-size: 28px;
		font-size: 3.73333vw;
	}
}

.sec-news .news-detail:before, .sec-news .news-detail:after {
	position: absolute;
	display: block;
	content: '';
	background: #00a0e9;
	width: 2px;
	height: 8px;
	right: 5px;
}

.sec-news .news-detail:before {
	top: calc(50% - 2px - 4px);
	transform: rotate(-45deg);
}

.sec-news .news-detail:after {
	top: calc(50% + 3px - 4px);
	transform: rotate(45deg);
}

@media (max-width: 750px) {
	.sec-news .news-list {
		margin-bottom: 5.33333vw;
	}
}

.sec-news .news-list li {
	border-bottom: 1px dotted #ddd;
}

.sec-news .news-list li a {
	display: flex;
	flex-wrap: wrap;
	padding: 16px 0;
	height: 100%;
}

@media (max-width: 750px) {
	.sec-news .news-list li a {
		padding: 4.53333vw 0;
	}
}

.sec-news .news-list li .news-date {
	width: 120px;
	padding-left: 1.2em;
	font-weight: bold;
	line-height: 1.4;
}

@media (max-width: 750px) {
	.sec-news .news-list li .news-date {
		padding-left: 0;
		width: 20vw;
		font-size: 26px;
		font-size: 3.46667vw;
	}
}

.sec-news .news-list li .news-cat {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 104px;
	height: 24px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.0em;
}

@media (max-width: 750px) {
	.sec-news .news-list li .news-cat {
		width: 20vw;
		margin: auto 0;
		height: 4vw;
		font-size: 19px;
		font-size: 2.53333vw;
	}
}

.sec-news .news-list li .news-cat.important {
	background: #f90;
}

.sec-news .news-list li .news-cat.notice {
	background: #00a0e9;
}

.sec-news .news-list li .news-cat.recruit {
	background: #69a83a;
}

.sec-news .news-list li .news-txt {
	width: calc(100% - 120px - 104px);
	padding-left: 2em;
	line-height: 1.4;
}

@media (max-width: 750px) {
	.sec-news .news-list li .news-txt {
		padding-left: 0;
		padding-top: 0.5em;
		width: 100%;
	}
}

.secHead {
	position: relative;
	text-align: center;
}

.secHead .ja h2 {
	font-size: 36px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.1em;
}

@media (max-width: 750px) {
	.secHead .ja h2 {
		font-size: 36px;
		font-size: 4.8vw;
	}
}

.secHead .en {
	font-size: 24px;
	letter-spacing: 0.1em;
	color: #888;
}

@media (max-width: 750px) {
	.secHead .en {
		font-size: 24px;
		font-size: 3.2vw;
	}
}

.secHead:before, .secHead:after {
	position: absolute;
	left: 50%;
	display: block;
	content: '';
	background: #00a0e9;
	width: 1px;
	height: 34px;
}

@media (max-width: 750px) {
	.secHead:before, .secHead:after {
		height: 4.53333vw;
	}
}

.secHead:before {
	bottom: -40px;
}

@media (max-width: 750px) {
	.secHead:before {
		bottom: -6.66667vw;
	}
}

.secHead:after {
	bottom: -74px;
}

@media (max-width: 750px) {
	.secHead:after {
		bottom: -11.2vw;
	}
}

.sec-about {
	position: relative;
	margin-top: 80px;
	height: 484px;
	background: url("../_img/about-bg.jpg") 50% 0 no-repeat;
	background-size: 1600px auto;
}

@media (max-width: 750px) {
	.sec-about {
		margin-top: 5.33333vw;
		height: 121.46667vw;
		background: url("../_img/about-bg_sp.jpg") 50% 0 no-repeat;
		background-size: cover;
	}
}

.sec-about .secHead {
	top: -100px;
}

@media (max-width: 750px) {
	.sec-about .secHead {
		top: -15.46667vw;
	}
}

.sec-about .about-txt {
	width: 46%;
	margin-left: auto;
	margin-right: 0;
	font-size: 18px;
	line-height: 2.44444;
	letter-spacing: 0.1em;
	padding-top: 40px;
}

@media (max-width: 750px) {
	.sec-about .about-txt {
		width: 100%;
		font-size: 26px;
		font-size: 3.46667vw;
		padding-top: 45.33333vw;
	}
}

.sec-about .about-detail {
	position: absolute;
	display: block;
	right: 0;
	bottom: -3em;
	padding-right: 2em;
}

@media (max-width: 750px) {
	.sec-about .about-detail {
		position: relative;
		display: flex;
		justify-content: flex-end;
		bottom: -1em;
	}
}

.sec-about .about-detail a {
	color: #00a0e9;
	font-size: 18px;
	letter-spacing: 0.1em;
}

@media (max-width: 750px) {
	.sec-about .about-detail a {
		font-size: 28px;
		font-size: 3.73333vw;
	}
}

.sec-about .about-detail:before, .sec-about .about-detail:after {
	position: absolute;
	display: block;
	content: '';
	background: #00a0e9;
	width: 2px;
	height: 8px;
	right: 5px;
}

.sec-about .about-detail:before {
	top: calc(50% - 2px - 4px);
	transform: rotate(-45deg);
}

.sec-about .about-detail:after {
	top: calc(50% + 3px - 4px);
	transform: rotate(45deg);
}

.sec-recruit {
	position: relative;
	height: 636px;
	margin-top: 40px;
	background: url("../_img/recruit-bg.jpg") 50% 0 no-repeat;
	background-size: 1600px auto;
}

@media (max-width: 750px) {
	.sec-recruit {
		height: 100.66667vw;
		background: url("../_img/recruit-bg_sp.jpg") 50% 0 no-repeat;
		background-size: cover;
	}
}

.sec-recruit .secHead {
	top: 55px;
}

@media (max-width: 750px) {
	.sec-recruit .secHead {
		top: 1.6vw;
	}
}

.sec-recruit .secHead:after {
	background: #dfdfdf;
}

.sec-recruit .recruit-txt {
	padding-top: 193px;
	text-align: center;
}

@media (max-width: 750px) {
	.sec-recruit .recruit-txt {
		padding-top: 29.33333vw;
	}
}

.sec-recruit .recruit-txt span {
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	border-bottom: 3px dotted #fff;
	line-height: 1.76471;
	letter-spacing: 0.1em;
}

@media (max-width: 750px) {
	.sec-recruit .recruit-txt span {
		font-size: 41.39px;
		font-size: 5.51867vw;
		line-height: 1.6922;
		border-bottom: 2px dotted #fff;
	}
}

.sec-recruit .recruit-detail {
	background: #fff;
	color: #00a0e9;
}

@media (min-width: 751px) {
	.sec-recruit .recruit-detail {
		width: 560px;
		margin: auto;
		margin-top: 50px;
		height: 70px;
		border-radius: 35px;
	}
}

@media (max-width: 750px) {
	.sec-recruit .recruit-detail {
		margin-top: 6.66667vw;
	}
}

.sec-recruit .recruit-detail span {
	position: relative;
	font-size: 20px;
	letter-spacing: 0.1em;
}

.sec-recruit .recruit-detail span:before, .sec-recruit .recruit-detail span:after {
	position: absolute;
	display: block;
	content: '';
	background: #00a0e9;
	width: 2px;
	height: 8px;
	right: -18px;
}

.sec-recruit .recruit-detail span:before {
	top: calc(50% - 2px - 4*1px - 0*1px);
	transform: rotate(-45deg);
}

.sec-recruit .recruit-detail span:after {
	top: calc(50% + 3px - 4*1px + 0*1px);
	transform: rotate(45deg);
}

@media (max-width: 750px) {
	.sec-recruit .recruit-detail span {
		font-size: 28px;
		font-size: 3.73333vw;
		position: relative;
	}
	.sec-recruit .recruit-detail span:before, .sec-recruit .recruit-detail span:after {
		position: absolute;
		display: block;
		content: '';
		background: #00a0e9;
		width: 2px;
		height: 8px;
		right: -13px;
	}
	.sec-recruit .recruit-detail span:before {
		top: calc(50% - 2px - 4*1px - 0*1px);
		transform: rotate(-45deg);
	}
	.sec-recruit .recruit-detail span:after {
		top: calc(50% + 3px - 4*1px + 0*1px);
		transform: rotate(45deg);
	}
}

.sec-brand {
	padding-top: 60px;
	padding-bottom: 100px;
	overflow: hidden;
}

@media (max-width: 750px) {
	.sec-brand {
		padding-top: 8vw;
		padding-bottom: 18.66667vw;
	}
}

.sec-brand .brand-list {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 750px) {
	.sec-brand .brand-list {
		display: block;
		margin-bottom: 1.33333vw 0;
	}
}

.sec-brand .brand-list .item {
	width: 380px;
	margin: 0 15px;
}

@media (max-width: 750px) {
	.sec-brand .brand-list .item {
		width: 50.66667vw;
		margin: 0 4vw;
	}
}

.sec-brand .brand-list .item a {
	width: 100%;
}

.sec-brand .brand-list .item a img {
	width: 100%;
	border: 1px solid #ddd;
}

.sec-brand .brand-list .slick-list {
	overflow: visible;
}

.sec-brand .brand-list .slick-arrow {
	z-index: 3;
	top: calc(50% - 38px);
}

@media (max-width: 750px) {
	.sec-brand .brand-list .slick-arrow {
		top: calc(50% - 5.06667vw);
	}
}

.sec-brand .brand-list .slick-arrow.slick-prev {
	background: url("../_img/brand-arrow-prev.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 43px;
	height: 77px;
}

@media (max-width: 750px) {
	.sec-brand .brand-list .slick-arrow.slick-prev {
		width: 5.73333vw;
		height: 10.26667vw;
		left: -2vw;
	}
}

.sec-brand .brand-list .slick-arrow.slick-next {
	background: url("../_img/brand-arrow-next.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 43px;
	height: 77px;
}

@media (max-width: 750px) {
	.sec-brand .brand-list .slick-arrow.slick-next {
		width: 5.73333vw;
		height: 10.26667vw;
		right: -2vw;
	}
}

.sec-brand .brand-detail {
	position: absolute;
	display: block;
	right: 0;
	top: 0.5em;
	padding-right: 2em;
	font-size: 14px;
}

@media (max-width: 750px) {
	.sec-brand .brand-detail {
		top: 0;
		right: 1em;
		display: flex;
		justify-content: flex-end;
	}
}

.sec-brand .brand-detail a {
	color: #00a0e9;
	font-size: 18px;
}

@media (max-width: 750px) {
	.sec-brand .brand-detail a {
		font-size: 28px;
		font-size: 3.73333vw;
	}
}

.sec-brand .brand-detail:before, .sec-brand .brand-detail:after {
	position: absolute;
	display: block;
	content: '';
	background: #00a0e9;
	width: 2px;
	height: 8px;
	right: 5px;
}

.sec-brand .brand-detail:before {
	top: calc(50% - 2px - 4px);
	transform: rotate(-45deg);
}

.sec-brand .brand-detail:after {
	top: calc(50% + 3px - 4px);
	transform: rotate(45deg);
}

.slick-dots {
	bottom: 30px;
}

@media (max-width: 750px) {
	.slick-dots {
		bottom: 20px;
	}
}

.slick-dots li button:before {
	font-size: 40px;
	color: #00a0e9;
	opacity: 10;
}

@media (max-width: 750px) {
	.slick-dots li button:before {
		font-size: 30px;
	}
}

.slick-dots li.slick-active button:before {
	opacity: 0.2;
}

/*# sourceMappingURL=../../../_map/assets/top/_css/style.css.map */
