@charset "UTF-8";
/* css [home] */

@import url("home/place.css");
@import url("home/about.css");
@import url("home/jobs.css");

/*---------------------------------------------------- */
/* ページ読み込み時に一瞬表示が崩れるのを防ぐ方法 */
/*---------------------------------------------------- */
#page-wrap {
  display: none;
}

/*---------------------------------------------------- */
/* Main */
/*---------------------------------------------------- */
#maincontainer {
	background-color: #fff;
}
#maincontainer #contents {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

/*---------------------------------------------------- */
/* h1 */
/*---------------------------------------------------- */
/*== Waku ==*/
#pageTitle {
	padding: 0;
	margin: 0 auto;
	height: auto;
	display: none;
}
#pageTitle h1 {
	padding: 0;
	margin: 0;
	color: #FFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0;
	font-style: normal;
	font-weight: 800;
	text-align: center;
	line-height: 1.0;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Waku ==*/
#mainbanner {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	position: relative;
}
#mainbanner .slider {
	padding: 0;
	margin: 0;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
#mainbanner figure {
	padding: 0;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*== img ==*/
#mainbanner figure img {
	padding: 0;
	margin: 0 auto;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 0';
	position: relative;
	overflow: hidden;
}

/*== Figcaption ==*/
#mainbanner figure figcaption {
	padding: 0;
	margin: 0;
	height: auto;
	position: absolute;
	display: block;
}
#mainbanner figure figcaption h2 {
	padding: 0;
	margin: 0;
	color: #1d1e1f;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 800;
	line-height: 1.2;
	text-shadow:0 0 15px #fff;
}
#mainbanner figure figcaption h2 em {
	padding: 0;
	margin: 0;
	font-size: 135%;
	font-weight: 900;
	font-style: normal;
}
#mainbanner figure figcaption p {
	padding: 0;
	margin: 0;
	color: #0092d5;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	font-weight: 900;
	line-height: 1.0;
	text-shadow:0 0 15px #fff;
}

/*== Talent ==*/
#mainbanner figure .talentArea {
	padding: 0;
	margin: 0;
	height: auto;
	text-align: center;
	position: absolute;
}
#mainbanner figure .talentArea h3 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	line-height: 1.0;
	text-align: center;
}
#mainbanner figure .talentArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-align: center;
}
#mainbanner figure .talentArea .talentbox {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
	text-align: center;
}
#mainbanner figure .talentArea .talentbox img {
	padding: 0;
	margin: 0 auto;
	vertical-align: bottom;
	
}
#mainbanner figure .talentArea .talentbox p {
	padding: 0;
	margin: 0;
	color: #5d5e5f;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	display: block;
}

/*== Slider Custom ==*/
.slick-dots {
	bottom: -30px;
}
.slick-dots li {
	width: 12px;
	height: 12px;
	margin: 0;
}
.slick-dots li + li {
	margin-left: 20px;
}
.slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 0;
}
.slick-dots li button:before {
	font-family: "";
	font-size: 0;
	line-height: 0;
	content: "";
	width: 12px;
	height: 12px;
	color: #b7bac6;
	/* background-color: #e6e6e6; */
	background-color: #fff;
	border: solid 1px #dcdcdc;
	opacity: 1;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.slick-dots li.slick-active button:before {
	color: #0092d6;
	background-color: #0092d6;
	border: solid 1px #0092d6;
	opacity: 1;
}


/*  PC  */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
html {
	scroll-padding-top: 70px;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Waku ==*/
#mainbanner {
	margin-top: 70px;
	width: 100%;
	background: url("../images/slideshow/bg_mainbanner.png") 50% 0 no-repeat #fff;
	background-size: cover;
}
#mainbanner figure {
	width: 100%;
	max-width: 1280px;
	height: 700px;
}

/*== img ==*/
#mainbanner figure img {
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%';
}

/*== figcaption ==*/
#mainbanner figure figcaption {
	width: 90%;
	top: 75px;
	left: 5%;
}
#mainbanner figure figcaption h2 {
	margin-bottom: 16px;
	width: 100%;
	font-size: 34px;
	letter-spacing: 0.2rem;
}
#mainbanner figure figcaption p {
	margin-left: 10px;
	font-size: 27px;
	letter-spacing: 0.2rem;
}

/*== Talent ==*/
#mainbanner figure .talentArea {
	width: 94%;
	bottom: 30px;
	left: 3%;
}
#mainbanner figure .talentArea h3 {
	margin-bottom: 12px;
	font-size: 26px;
	
}
#mainbanner figure .talentArea {
	width: 40%;
}
#mainbanner figure .talentArea .talentbox {
	margin: 0 1.5%;
	width: 29%;
}
#mainbanner figure .talentArea .talentbox img {
	margin-bottom: 6px;
	width: auto;
	height: 53px;
}
#mainbanner figure .talentArea .talentbox p {
	font-size: 13px;
}

/*== Slider Custom ==*/
.slick-dots {
	bottom: 35px;
}
.slick-dots li {
	width: 20px;
	height: 20px;
}
.slick-dots li button {
	width: 20px;
	height: 20px;
}
.slick-dots li button:before {
	width: 20px;
	height: 20px;
}


}


/* Minimum width 959px and Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
html {
	scroll-padding-top: 60px;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Waku ==*/
#mainbanner {
	margin-top: 0;
	width: 100%;
	background: url("../images/slideshow/bg_mainbanner-tab.png") 50% 0 no-repeat #fff;
	background-size: cover;
}
#mainbanner figure {
	width: 100%;
	max-width: 960px;
	height: 600px;
}

/*== img ==*/
#mainbanner figure img {
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%';
}

/*== figcaption ==*/
#mainbanner figure figcaption {
	width: 94%;
	top: 55px;
	left: 3%;
}
#mainbanner figure figcaption h2 {
	margin-bottom: 14px;
	width: 100%;
	font-size: 30px;
	letter-spacing: 0.2rem;
}
#mainbanner figure figcaption p {
	margin-left: 8px;
	font-size: 23px;
	letter-spacing: 0.2rem;
}

/*== Talent ==*/
#mainbanner figure .talentArea {
	width: 100%;
	bottom: 25px;
	left: 0;
}
#mainbanner figure .talentArea h3 {
	margin-bottom: 10px;
	font-size: 22px;
	
}
#mainbanner figure .talentArea {
	width: 47%;
}
#mainbanner figure .talentArea .talentbox {
	margin: 0 0.8%;
	width: 30.3%;
}
#mainbanner figure .talentArea .talentbox img {
	margin-bottom: 4px;
	width: auto;
	height: 45px;
}
#mainbanner figure .talentArea .talentbox p {
	font-size: 11px;
}

/*== Slider Custom ==*/
.slick-dots {
	bottom: 30px;
}
.slick-dots li {
	width: 18px;
	height: 18px;
}
.slick-dots li button {
	width: 18px;
	height: 18px;
}
.slick-dots li button:before {
	width: 18px;
	height: 18px;
}


}


/* Phone */
/* Portrait mode */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
html {
	scroll-padding-top: 60px;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Waku ==*/
#mainbanner {
	margin-top: 0;
	width: 100%;
	background: url("../images/slideshow/bg_mainbanner-sp.png") 50% 0 no-repeat #fff;
	background-size: cover;
}
#mainbanner figure {
	width: 100%;
	max-width: 600px;
	height: 400px;
}

/*== img ==*/
#mainbanner figure img {
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%';
}

/*== figcaption ==*/
#mainbanner figure figcaption {
	width: 95%;
	top: 30px;
	left: 2.5%;
}
#mainbanner figure figcaption h2 {
	margin-bottom: 12px;
	width: 100%;
	font-size: 22px;
	letter-spacing: 0.2rem;
}
#mainbanner figure figcaption p {
	margin-left: 6px;
	font-size: 16px;
	letter-spacing: 0.2rem;
}

/*== Talent ==*/
#mainbanner figure .talentArea {
	width: 98%;
	bottom: 10px;
	left: 1%;
}
#mainbanner figure .talentArea h3 {
	margin-bottom: 6px;
	font-size: 16px;
	
}
#mainbanner figure .talentArea {
	width: 47%;
}
#mainbanner figure .talentArea .talentbox {
	margin: 0 0.4%;
	width: 30.6%;
}
#mainbanner figure .talentArea .talentbox img {
	margin-bottom: 3px;
	width: auto;
	height: 30px;
}
#mainbanner figure .talentArea .talentbox p {
	font-size: 7px;
}

/*== Slider Custom ==*/
.slick-dots {
	bottom: 25px;
}
.slick-dots li {
	width: 16px;
	height: 16px;
}
.slick-dots li button {
	width: 16px;
	height: 16px;
}
.slick-dots li button:before {
	width: 16px;
	height: 16px;
}


}