@charset "utf-8";



/* =====================
   共通
======================== */
main {
  z-index: -1;
}
.btn_more {
  text-align: right;
  margin: 80px 0 25px;
}
.btn_more a {}
.btn_more a img {
  width: 45%;
  max-width: 152px;
}
.btn_more_t {
  text-align: right;
  margin: 0;
}
.btn_more_t a {
  font-size: 12px;
}

/* パララックス */
.background {
  top: 0;
  left: 0;
  right: 0;
  height: 100%; height: 100vh;
  position: fixed;
  background-position: center center;
  opacity: 0;
  -webkit-background-size: cover;
        background-size: cover;
  -webkit-transition: all 3s ease 0s;
   -moz-transition: all 3s ease 0s;
        transition: all 3s ease 0s;
}
.show .background { opacity: 1;}
.contents .wrap {
    padding: 40vh 0 60vh;
    position: relative;
    z-index: 2;
}
/* design*/
#content03_bg {background-image: url(../images/index/concept_1.jpg);}
#content04_bg {background-image: url(../images/index/concept_2.jpg);}
#content05_bg {background-image: url(../images/index/concept_5.jpg?2021);}
#content06_bg {background-image: url(../images/index/concept_3.jpg);}
#content07_bg {background-image: url(../images/index/concept_4.jpg);}
#content07 img {
  width: 75%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 40px;
  display: block;
}
.text-box {
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-family: 'Noto Serif JP', serif;
	font-weight: 400;
  line-height: 1.4em;
  text-shadow:0 0 15px #000;
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
  .text-box {
    font-size: 6.8vw;
  }
  #content04_bg {
	  background-position: 15% center;
  }
  #content05_bg {
	  background-position: 85% center;
  }
  #content07_bg {
	  background-position: right center;
  }
}
@media screen and (max-width:600px) {
}


/* =====================
   top_slider
======================== */
.top_slider {
  margin: 67px auto 0;
  box-sizing: inherit;
  overflow: hidden;
  min-height: 80vh;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.slider {
  width: 100%;
  max-width: 1400px;
  position: absolute;
}
.slick-slide img {
  width: 100%;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: .5;
}
.slick-current {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 12px;
  color: #de0012;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #de0012;
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
	#content01_bg {
		height: auto;
	}
	.top_slider {
  min-height: 100%;
}
}

.slide0sp {
	display: none;
}
@media screen and (max-width:600px) {
	.slide0sp {
		position: relative;
		display: block;
		width: 100%;
		height: calc(100vh - 110px);
		height:calc((var(--vh, 1vh) * 100) - 110px);
		margin-top: 67px;
		overflow: hidden;
	}
	.slide0sp .member_img {
		width: 400%;
	}
	.slide0sp .sp_img {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		width: 200%;
	}
}

.alphapicker {
	cursor: default;
}
.hover {
	cursor: pointer;
}

.slide0 {
	position: absolute;
	top: 67px;
	width: 100%;
	height: 57vw;
	background-color: #fff;
	z-index: 2;
		transition : all 1s ease 0s;
}
@media screen and (max-width:600px) {
	.slide0 {
		display: none;
	}
}

.slide_title {
	position: absolute;
	top: 6.9vw;
	left: 22%;
	width: 56%;
	opacity: 0;
	-webkit-transition: opacity 3s;
	transition: opacity 3s;
}

.h01 {/** FIX **/
	position: absolute;
	top: 24.79vw;
	left: 3.53%;
	width: 8.50% !important;
	height: 27.40vw;
	z-index: 12;
}
.h01 img {/** FIX **/
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 3s;
	transition: opacity 3s;
}
#h01 {/** FIX **/
	position: absolute;
	top: 24.79vw;
	left: 7.4%;
	width: 3.0% !important;
	height: 27.40vw;
	z-index: 20;
}

.h02 {/** FIX **/
	position: absolute;
	top: 24.35vw;
	left: 68.76%;
	width: 8.7% !important;
	height: 25.52vw;
	z-index: 10;
}
.h02 img {/** FIX **/
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 3s;
	transition: opacity 3s;
}
#h02 {/** FIX **/
	position: absolute;
	top: 24.35vw;
	left: 70.53%;
	width: 3.0% !important;
	height: 25.52vw;
	z-index: 20;
}

.h03 {/** FIX **/
	position: absolute;
	top: 23.76vw;
	left: 10.47%;
	width: 9.28% !important;
	height: 26.31vw;
	z-index: 13;
}
.h03 img {/** FIX **/
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 3s;
	transition: opacity 3s;
}
#h03 {/** FIX **/
	position: absolute;
	top: 23.76vw;
	left: 13.2%;
	width: 3.2% !important;
	height: 26.31vw;
	z-index: 20;
}

.h04 {/** FIX **/
	position: absolute;
	top: 23.00vw;
	left: 16.92%;
	width: 7.91% !important;
	height: 25.77vw;
	z-index: 4;
}
.h04 img {/** FIX **/
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 3s;
	transition: opacity 3s;
}
#h04 {/** FIX **/
	position: absolute;
	top: 23.00vw;
	left: 19.2%;
	width: 3.0% !important;
	height: 25.77vw;
	z-index: 20;
}

.h05 {/** FIX **/
	position: absolute;
	top: 26.52vw;
	left: 21.77%;
	width: 7.80% !important;
	height: 23.44vw;
	z-index: 14;
}
.h05 img {/** FIX **/
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 3s;
	transition: opacity 3s;
}
#h05 {/** FIX **/
	position: absolute;
	top: 26.52vw;
	left: 23.7%;
	width: 2.9% !important;
	height: 23.44vw;
	z-index: 20;
}

.h06 {/** FIX **/
	position: absolute;
	top: 23.12vw;
	left: 25.52%;
	width: 9.35% !important;
	height: 25.24vw;
	z-index: 2;
}
.h06 img {/** FIX **/
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 3s;
	transition: opacity 3s;
}
#h06 {/** FIX **/
	position: absolute;
	top: 23.12vw;
	left: 28.6%;
	width: 2.9% !important;
	height: 25.24vw;
	z-index: 20;
}

.h07 {/** FIX **/
	position: absolute;
	top: 25.30vw;
	left: 31.35%;
	width: 8.86% !important;
	height: 24.58vw;
	z-index: 3;
}
.h07 img {/** FIX **/
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 3s;
	transition: opacity 3s;
}
#h07 {/** FIX **/
	position: absolute;
	top: 25.30vw;
	left: 33.4%;
	width: 3.0% !important;
	height: 24.58vw;
	z-index: 20;
}

.h08 {/** FIX **/
	position: absolute;
	top: 24.86vw;
	left: 36.13%;
	width: 10.00% !important;
	height: 24.70vw;
	z-index: 16;
}
.h08 img {/** FIX **/
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 3s;
	transition: opacity 3s;
}
#h08 {/** FIX **/
	position: absolute;
	top: 24.86vw;
	left: 37.8%;
	width: 3.0% !important;
	height: 24.70vw;
	z-index: 20;
}

.h09 {/** FIX **/
	position: absolute;
	top: 23.05vw;
	left: 40.00%;
	width: 8.90% !important;
	height: 25.63vw;
	z-index: 1;
}
.h09 img {/** FIX **/
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 3s;
	transition: opacity 3s;
}
#h09 {/** FIX **/
	position: absolute;
	top: 23.05vw;
	left: 43.5%;
	width: 3.0% !important;
	height: 25.63vw;
	z-index: 20;
}

.h10 {/** FIX **/
	position: absolute;
	top: 24.46vw;
	left: 46.53%;
	width: 8.16% !important;
	height: 26.16vw;
	z-index: 17;
}
.h10 img {/** FIX **/
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 3s;
	transition: opacity 3s;
}
#h10 {/** FIX **/
	position: absolute;
	top: 24.46vw;
	left: 49.0%;
	width: 3.2% !important;
	height: 26.16vw;
	z-index: 20;
}

.h11 {/** FIX **/
	position: absolute;
	top: 23.16vw;
	left: 52.96%;
	width: 7.55% !important;
	height: 25.98vw;
	z-index: 6;
}
.h11 img {/** FIX **/
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 3s;
	transition: opacity 3s;
}
#h11 {/** FIX **/
	position: absolute;
	top: 23.16vw;
	left: 55.3%;
	width: 2.9% !important;
	height: 25.98vw;
	z-index: 20;
}

/*.h12 {
	position: absolute;
	top: 25.59vw;
	left: 56.70%;
	width: 7.69% !important;
	height: 23.43vw;
	z-index: 7;
}*/
/*.h12 img {
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 3s;
	transition: opacity 3s;
}*/
/*#h12 {
	position: absolute;
	top: 25.59vw;
	left: 59.5%;
	width: 3.0% !important;
	height: 23.43vw;
	z-index: 20;
}*/

.h13 {/** FIX **/
	position: absolute;
	top: 23.36vw;
	left: 55.55%;
	width: 10.7% !important;
	height: 27.44vw;
	z-index: 15;
}
.h13 img {/** FIX **/
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 3s;
	transition: opacity 3s;
}
#h13 {/** FIX **/
	position: absolute;
	top: 23.36vw;
	left: 60.4%;
	width: 3.3% !important;
	height: 27.44vw;
	z-index: 20;
}
.h14 {/** FIX **/
	position: absolute;
	top: 22.45vw;
	left: 63.57%;
	width: 8.67% !important;
	height: 26.94vw;
	z-index: 8;
}
.h14 img {/** FIX **/
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 3s;
	transition: opacity 3s;
}
#h14 {/** FIX **/
	position: absolute;
	top: 22.45vw;
	left: 66.3%;
	width: 3.0% !important;
	height: 26.94vw;
	z-index: 20;
}

.h15 {/** FIX **/
	position: absolute;
	top: 23.71vw;
	left: 73.12%;
	width: 8.11% !important;
	height: 25.79vw;
	z-index: 9;
}
.h15 img {/** FIX **/
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 3s;
	transition: opacity 3s;
}
#h15 {/** FIX **/
	position: absolute;
	top: 23.71vw;
	left: 76.2%;
	width: 2.9% !important;
	height: 25.79vw;
	z-index: 20;
}

.h16 {/** FIX **/
	position: absolute;
	top: 23.13vw;
	left: 78.93%;
	width: 8.80% !important;
	height: 26.33vw;
	z-index: 10;
}
.h16 img {/** FIX **/
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 3s;
	transition: opacity 3s;
}
#h16 {/** FIX **/
	position: absolute;
	top: 23.13vw;
	left: 81.6%;
	width: 3.0% !important;
	height: 26.33vw;
	z-index: 20;
}

.h17 {/** FIX **/
	position: absolute;
	top: 23.58vw;
	left: 78.91%;
	width: 13.91% !important;
	height: 27.26vw;
	z-index: 11;
}
.h17 img {/** FIX **/
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 3s;
	transition: opacity 3s;
}
#h17 {/** FIX **/
	position: absolute;
	top: 23.58vw;
	left: 81.6%;
	width: 3.3% !important;
	height: 27.26vw;
	z-index: 20;
}


.f01 {/** FIX **/
	position: absolute;
	top: 13.72vw;
	left: 3.21%;
	width: 5.95% !important;
	opacity: 0;
}
.f02 {/** FIX **/
	position: absolute;
	top: 15.31vw;
	left: 72.00%;
	width: 4.96% !important;
	opacity: 0;
}
.f03 {/** FIX **/
	position: absolute;
	top: 16.46vw;
	left: 10.14%;
	width: 4.68% !important;
	opacity: 0;
}
.f04 {/** FIX **/
	position: absolute;
	top: 13.74vw;
	left: 15.95%;
	width: 5.04% !important;
	opacity: 0;
}
.f05 {/** FIX **/
	position: absolute;
	top: 16.87vw;
	left: 22.77%;
	width: 3.91% !important;
	opacity: 0;
}
.f06 {/** FIX **/
	position: absolute;
	top: 16.88vw;
	left: 27.00%;
	width: 4.72% !important;
	opacity: 0;
}
.f07 {/** FIX **/
	position: absolute;
	top: 15.40vw;
	left: 32.61%;
	width: 3.59% !important;
	opacity: 0;
}
.f08 {/** FIX **/
	position: absolute;
	top: 16.29vw;
	left: 36.81%;
	width: 4.40% !important;
	opacity: 0;
}
.f09 {/** FIX **/
	position: absolute;
	top: 15.51vw;
	left: 42.32%;
	width: 4.24% !important;
	opacity: 0;
}
.f10 {/** FIX **/
	position: absolute;
	top: 15.78vw;
	left: 47.61%;
	width: 5.42% !important;
	opacity: 0;
}
.f11 {/** FIX **/
	position: absolute;
	top: 15.70vw;
	left: 54.52%;
	width: 5.75% !important;
	opacity: 0;
}
/*.f12 {
	position: absolute;
	top: 16.96vw;
	left: 59.09%;
	width: 5.59% !important;
	opacity: 0;
}*/
.f13 {/** FIX **/
	position: absolute;
	top: 15.87vw;
	left: 59.84%;
	width: 6.21% !important;
	opacity: 0;
}
.f14 {/** FIX **/
	position: absolute;
	top: 15.48vw;
	left: 67.30%;
	width: 5.28% !important;
	opacity: 0;
}
.f15 {/** FIX **/
	position: absolute;
	top: 14.74vw;
	left: 76.31%;
	width: 5.80% !important;
	opacity: 0;
}
.f16 {/** FIX **/
	position: absolute;
	top: 15.49vw;
	left: 82.42%;
	width: 6.13% !important;
	opacity: 0;
}
.f17 {/** FIX **/
	position: absolute;
	top: 15.75vw;
	left: 81.93%;
	width: 5.92% !important;
	opacity: 0;
}

.slide_bg {
	display: none;
	position: absolute;
	width: 100%;
	height: 57vw;
	z-index: 10;
}

#h01:hover ~ .f01,
#h02:hover ~ .f02,
#h03:hover ~ .f03,
#h04:hover ~ .f04,
#h05:hover ~ .f05,
#h06:hover ~ .f06,
#h07:hover ~ .f07,
#h08:hover ~ .f08,
#h09:hover ~ .f09,
#h10:hover ~ .f10,
#h11:hover ~ .f11,
#h12:hover ~ .f12,
#h13:hover ~ .f13,
#h14:hover ~ .f14,
#h15:hover ~ .f15,
#h16:hover ~ .f16,
#h17:hover ~ .f17 {
	opacity: 1;
	transition : all 0.5s ease 0s;
}

img.lazyloaded {
	opacity: 1;
}

.stage {
	position: relative;
	top: 67px;
	z-index: 1;
}
@media screen and (max-width:600px) {
.stage {
	top: 0;
}
}

.btn_ex11 {
	position: absolute;
	top: calc(52.5vw + 67px);
	left:48.5%;
	z-index: 200;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	border: none;
	background-color: #e00;
}
@media screen and (max-width:600px) {
	.btn_ex11 {
		display: none;
	}
}
.btn_ex12 {
	position: absolute;
	top: calc(52.5vw + 67px);
	left:51.5%;
	z-index: 200;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	border: none;
	background-color: #e00;
}
@media screen and (max-width:600px) {
	.btn_ex12 {
		display: none;
	}
}

@media screen and (max-width:600px) {
	#content02 {
		margin-top: 100px;
	}
}


.cp_ipradio .option-input:before,
.cp_ipradio .option-input:after {
	position: absolute;
	z-index: 1;
	top: -0.125rem;
	left: -0.125rem;
	width: 1rem;
	height: 1rem;
	content: '';
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	border-radius: 50%;
	background: #ffffff;
}
.cp_ipradio .option-input:after {
	z-index: 0;
	top: -0.25rem;
	left: -0.25rem;
	width: 1.25rem;
	height: 1.25rem;
	background: #da3c41;
}
.cp_ipradio .option-input:checked:before {
	-webkit-transform: scale(0, 0);
	        transform: scale(0, 0);
	border-width: 0.625rem;
	border-color: #da3c41;
	pointer-events: none;
}


/* =====================
   top_news
======================== */
#top_news {
    padding: 20vh 0 60vh;
}
#top_news .top_news_inn {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.1em;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#top_news a {
  color: #000;
  text-decoration: none;
}
#top_news .catelist {
  width: 22%;
}
#top_news .catelist h2 {
  padding: 0;
  margin: 0 0 35px;
  font-size: 35px;
  text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

#top_news .catelist ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#top_news .catelist ul li {
  padding: 0;
  margin: 0;
  margin-bottom: 32px;
}
#top_news .catelist ul li a {
  display: block;
  border-left: 5px solid #000;
  padding-left: 12px;
  font-size: 15px;
}

#top_news .newslist {
  width: 75%;
}
#top_news .newslist ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#top_news .newslist ul li {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b5b5b6;
}
#top_news .newslist ul li:last-child {
  margin-bottom: 10px;
}
#top_news .newslist ul li a {
  display: block;
  font-size: 20px;
  line-height: 1.2em;
}
#top_news .newslist ul li p {
  padding-top: 16px;
}
.newslist .update {
  font-size: 16px;
}
.newslist .cate {
  background-color: #1e80ca;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  padding: 0 7px;
  margin-left: 13px;
  display: inline-block;
}
.newslist .c02,
.newslist .awards {
  background-color: #b08046;
}
.newslist .c03,
.newslist .recruit {
  background-color: #dc0012;
}

@media screen and (max-width:1024px) {
  #top_news .catelist {
    width: 20%;
  }
  #top_news .catelist h2 {
    font-size: 29px;
  }
  #top_news .newslist {
    width: 78%;
  }
  #top_news .newslist ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width:768px) {
  #top_news .catelist {
    width: 100%;
  }
  #top_news .catelist h2 {
    margin: 0 0 7px;
  }
  #top_news .newslist {
    width: 100%;
  }
  #top_news .catelist ul {
    margin-bottom: 20px;

    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
  #top_news .catelist ul li {
    margin-right: 10px;
    margin-bottom: 7px;
  }
  #top_news .catelist ul li:last-child {
    margin-right: 0;
  }
  #top_news .catelist ul li a {
    border-left: 3px solid #000;
    padding-left: 5px;
  }
}
@media screen and (max-width:600px) {
	#top_news {
	padding: 0 0 60vh;
	}
	#top_news .catelist h2 {
		font-size: 28px;
	}
}



/* =====================
   top_service
======================== */
#content08 {
  width: 100%;
  max-width: none;
  padding-bottom: 0;
}
#content08 .wrap {
  background-color:#fff;
  padding-top: 0;
  padding-bottom: 0;
}
#top_service {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 25px;
}
#top_service h2 {
  width: 100%;
  margin: 0 0 20px;
  position: relative;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#top_service h2 img {
  width: 50%;
  height: auto;
  max-width: 600px;
  position: relative;
  left: -15%;
}
#top_service h2 p {
  position: absolute;
  opacity: 0;
}

#top_service dl {
  padding: 0;
  margin: 0;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
#top_service dl dt {
  width: calc(30% - 40px);
  padding: 20px;
  margin: 0;
  background-color: #1e80ca;
  opacity: 0;
  z-index: 10;
}
#top_service dl dt h3 {
  margin: 0 auto 20px;
  -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
  font-size: 35px;
  font-family: serif;
  color: #fff;
}
#top_service dl dt h3 span {
  display: block;
  font-size: 24px;
  margin-right: 5px;
}
#top_service dl dt p {
  text-align: left;
  font-size: 14px;
  color: #fff;
}
#top_service dl dt a {
  display: block;
  height: calc(100% - 40px);
  background-image: url(../images/index/service_arrow_w.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 110px auto;
  padding-bottom: 40px;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#top_service dl dd {
  width: 70%;
  padding: 0;
  margin: 0;
  line-height: 0.1em;
  opacity: 0;
  z-index: 5;
}
#top_service dl img {
  width: 100%;
}
#top_service dl figure {
  padding: 0;
  margin: 0;
  /* display: inline-block; */
}

#top_service dl.kenchiku dt {
  order: 2;
}
#top_service dl.kenchiku dd {
  order: 1;
}
#top_service dl.support dd {
  /* width: 50%; */
  opacity: 1;
}
#top_service dl.support dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
#top_service dl.support dd figure {
  width: 50%;
  opacity: 0;
  text-align: center;
}
#top_service dl.support dd figure img {
}

@media screen and (max-width:1400px) {
  #top_service dl dd {
    height: 430px;
    overflow: hidden;
  }
  #top_service dl dd img {
    width: auto;
    height: 100%;
  }
  #top_service dl.support dd figure {
    height: 100%;
  }
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
  #top_service dl dt {
    width: calc(50% - 40px);
  }
  #top_service dl dt h3 {
    margin: 0 auto 10px;
    -ms-writing-mode: lr;
    writing-mode: horizontal-tb;
    font-size: 30px;
  }
  #top_service dl dd {
    width: 50%;
    height: 250px;
  }
}
@media screen and (max-width:600px) {
  #top_service dl dt {
    width: calc(100% - 40px);
  }
  #top_service dl dd {
    width: 100%;
    height: 200px;
  }
  #top_service dl dd img {
    width: 120%;
    height: auto;
  }
  #top_service dl.kenchiku dt {
    order: 1;
  }
  #top_service dl.kenchiku dd {
    order: 2;
  }
}
@media screen and (max-width:425px) {
  #top_service dl dd {
    height: 150px;
  }
}



/* =====================
   top_greeting
======================== */
#top_greeting {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 25px;
}
#top_greeting h2 {
  width: 100%;
  margin: 0 0 20px;
  position: relative;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#top_greeting h2 img {
  width: 35%;
  height: auto;
  max-width: 600px;
  position: relative;
  left: -20%;
}
#top_greeting h2 p {
  position: absolute;
  opacity: 0;
}
#top_greeting .top_greeting_inn {
  padding-top: 25px;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#top_greeting .top_greeting_inn img {
  width: 46%;
  opacity: 0;
}
#top_greeting .top_greeting_inn .top_greeting_mes {
  width: 46%;
  text-align: left;
}
#top_greeting .top_greeting_inn .top_greeting_mes h3 {
  font-size: 40px;
  line-height: 1.2em;
  opacity: 0;
}
#top_greeting .top_greeting_inn .top_greeting_mes p {
  opacity: 0;
}
#top_greeting .top_greeting_inn .top_greeting_mes .name {
  font-size: 18px;
  line-height: 1.2em;
  margin-top: 20px;
  text-align: right;
}
#top_greeting .top_greeting_inn .top_greeting_mes .name i {
  display: block;
  font-size: 16px;
}
#top_greeting ul {
  width: 100%;
  max-width: 1000px;

  padding: 0;
  margin: 75px auto 0;
  list-style: none;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#top_greeting ul li {
  width: 46%;
  padding: 0;
  margin: 0;
  text-align: left;
  opacity: 0;
}
#top_greeting ul li img {
  width: 100%;
  margin-bottom: 35px;
}
#top_greeting ul li p {
  width: 95%;
  margin: 20px auto;
  line-height: 2em;
}
#top_greeting ul li .name {
  font-size: 18px;
  margin-top: 20px;
  text-align: right;
}

@media screen and (max-width:1024px) {
  #top_greeting .top_greeting_inn .top_greeting_mes h3 span {
    display: block;
  }
  #top_greeting .top_greeting_inn .top_greeting_mes h3 br {
    display: none;
  }
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
  #top_greeting .top_greeting_inn {
    justify-content: center;
  }
  #top_greeting .top_greeting_inn img {
    width: 300px;
    margin-bottom: 20px;
  }
  #top_greeting .top_greeting_inn .top_greeting_mes {
    width: 100%;
  }
  #top_greeting .top_greeting_inn .top_greeting_mes h3 span {
    display: inline-block;
  }
  #top_greeting .top_greeting_inn .top_greeting_mes h3 br {
    display: inline-block;
  }
  #top_greeting ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
  }
  #top_greeting ul li img {
    width: 250px;
    margin: 0 auto;
  }
  #top_greeting ul li p {
    text-align: left;
  }
}



/* =====================
   top_recruit
======================== */
#top_recruit {
  width: 100%;
  max-width: none;
  background-color: #de0012;
  position: relative;
  z-index: -2;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#top_recruit .top_recruit_pict {
  z-index: -1;
  width: 100%;
  height: 100%;
  min-height: 890px;
  position: relative;
}
#top_recruit .top_recruit_pict img {
  position: absolute;
}
#top_recruit .top_recruit_pict img.rec_01 {
  width: 129px;
  left: 20%;
  top: 2%;
  opacity: 0;
}
#top_recruit .top_recruit_pict img.rec_02 {
  width: 143px;
  left: 2%;
  top: 50%;
  opacity: 0;
}
#top_recruit .top_recruit_pict img.rec_03 {
  width: 125px;
  right: 25%;
  bottom: 2%;
  opacity: 0;
}
#top_recruit .top_recruit_pict img.rec_04 {
  width: 129px;
  right: 3%;
  top: 25%;
  opacity: 0;
}
#top_recruit .top_recruit_pict img.rec_05 {
  width: 187px;
  right: 20%;
  top: 5%;
  opacity: 0;
}
#top_recruit .top_recruit_pict img.rec_06 {
  width: 192px;
  left: 15%;
  bottom: 12%;
  opacity: 0;
}
#top_recruit .top_recruit_pict img.rec_07 {
  width: 216px;
  left: 5%;
  top: 12%;
  opacity: 0;
}
#top_recruit .top_recruit_pict img.rec_08 {
  width: 225px;
  right: 5%;
  top: 48%;
  opacity: 0;
}

#top_recruit .top_recruit_inn {
  position: absolute;
  width: 80%;
  max-width: 515px;
}
#top_recruit .top_recruit_inn img {
  width: 100%;
  margin-bottom: 8px;
}
#top_recruit .top_recruit_inn h2 {
  width: 100%;
  max-width: 443px;
  margin: 0 auto 10px;
  opacity: 0;
}

@media screen and (max-width:1024px) {
  #top_recruit .top_recruit_pict img.rec_01 {
    width: 15%;
    left: 32%;
    top: 1%;
  }
  #top_recruit .top_recruit_pict img.rec_02 {
    width: 14%;
    left: 2%;
    top: auto;
    bottom: 7%;
  }
  #top_recruit .top_recruit_pict img.rec_03 {
    width: 17%;
    right: 30%;
    bottom: 0;
  }
  #top_recruit .top_recruit_pict img.rec_04 {
    width: 17%;
    right: 3%;
    top: 9%;
  }
  #top_recruit .top_recruit_pict img.rec_05 {
    width: 18%;
    right: 22%;
    top: 3%;
  }
  #top_recruit .top_recruit_pict img.rec_06 {
    width: 20%;
    left: 24%;
    bottom: 3%;
  }
  #top_recruit .top_recruit_pict img.rec_07 {
    width: 22%;
    left: 5%;
    top: 6%;
  }
  #top_recruit .top_recruit_pict img.rec_08 {
    width: 20%;
    right: 1%;
    top: auto;
    bottom: 3%;
  }
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
  #top_recruit .top_recruit_pict {
    min-height: 750px;
  }
  #top_recruit .top_recruit_pict img.rec_08 {
    bottom: 10%;
  }
}
@media screen and (max-width:450px) {
  #top_recruit .top_recruit_pict {
    min-height: 600px;
  }
}
@media screen and (max-width:380px) {
  #top_recruit .top_recruit_pict {
    min-height: 500px;
  }
}

.tvcm {
	width: 100%;
	padding: 5px;
	background-color: #f00;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
}
.tvcm a {
	color: #fff !important;
}
.tvcm a:hover {
	opacity: 1;
}

.tvcm img {
	width: 100%;
	margin-top: 5px;
	vertical-align: middle;
}

.news_recruit {
	display: block;
	width: 100%;
	border: 1px solid #f00;
	background-color: #fff;
}
.news_recruit:hover {

}
.news_recruit1 {
	margin-bottom: 10px;
}
.news_recruit2 {
	margin-bottom: 30px;
}
.news_recruit img {
	width: 100%;
}


#cboxOverlay {
  background: #000;
}
#cboxLoadedContent {
  background: #fff;
}
#cboxLoadedContent {
  padding: 0;
  overflow: auto;
  -moz-box-shadow: 0px 1px 10px #000000;
  -webkit-box-shadow: 0px 1px 10px #000000;
  box-shadow: 0px 1px 10px #000000;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {
  top: -30px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible ;
}
#cboxTitle {
  color: #fff;
}
#inline-content {/* インラインを使用する時のみ */
  margin: 20px;
}
#ajax-wrap {/* ajaxを使用する時のみ */
  margin: 20px;
}
