@charset "UTF-8";

#visual{
	position: relative;
	height: calc(100vh - 180px + 47px);
	overflow: hidden;
}

#visual-copy{
	position: absolute;
	top: 50%;
	left: 50px;
	z-index: 1;
	transform: translateY(-50%);
}
#visual-copy span{
	display: block;
	font-weight: bold;
	color: #fff;
	font-size: 5rem;
	margin-top: 0px;
}

#visual-copy img{
	z-index: 1;
}


#slide,
#slide:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
#slide:after {
    content: '';
}
#slide li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 35s linear infinite 0s;
}
#slide li:nth-child(1) span {
	background-image: url(/recruit/common/img/toppage/visual01.jpg?v=1);
}
#slide li:nth-child(2) span {
    background-image: url(/recruit/common/img/toppage/visual02.jpg?v=1);
    animation-delay: 7s;
}
#slide li:nth-child(3) span {
    background-image: url(/recruit/common/img/toppage/visual03.jpg?v=1);
    animation-delay: 14s;
}

@media screen and (max-width: 767px) {
#slide, #slide:after{
	height: calc(var(--vh, 1vh) * 100 - 150px); 
}
#slide li span {
	background-position: top center;
}
#slide li:nth-child(1) span {
	background-image: url(../img/toppage/visual-sp01.jpg?v=2);
	background-position: center center;
}
#slide li:nth-child(2) span {
    background-image: url(../img/toppage/visual-sp02.jpg?v=2);
    animation-delay: 7s;
	background-position: center center;
}
#slide li:nth-child(3) span {
    background-image: url(../img/toppage/visual-sp03.jpg?v=2);
    animation-delay: 14s;
}

}

@keyframes imageAnimation {
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	5% {
	    opacity: 1;
	    transform: scale(1.02) translate3d(0,0,0) rotate(0.1deg);;
	    animation-timing-function: ease-out;
	}
	20% {
	    opacity: 1;
	}
	25% {
	    opacity: 0;
	    transform: scale(1.1) translate3d(0,0,0) rotate(0.1deg);;
	}
	100% { opacity: 0 }
}


#whatsnew{
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #389F95;
}

#whatsnew .whats-inner{
	display: flex;
  max-width: 1200px;
  margin: auto;
  padding: 30px 0;
}

#whatsnew h2{
  width: 100px;
	line-height: 100%;
	font-size: 18px;
	padding: 10px;
	color: #fff;
	font-weight: bold;
}

#whatsnew ul{
  flex: 1;
/*	overflow-y: scroll; */
	height: 8rem;
	width: 100%;
}
#whatsnew ul::-webkit-scrollbar {
}


#whatsnew ul li {
	border-bottom: 1px dotted #fff;
	padding: 5px 0;
	color: #fff;
}

#whatsnew ul li:last-child {
  border: none;
}

#whatsnew ul li a {
	text-decoration: underline;
	color: #fff;
}

#whatsnew ul li span{
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
}


/* SORT
================================*/
#sort{
  background-color: #D9E6E6;
}

#sortmenu{
  padding: 50px 0;
  text-align: center;
}

#sortmenu h3{
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 23px;
}

#sortmenu h3 span{
  display: block;
  color: #389F95;
  font-size: 14px;
  font-weight: normal;
}

#sortmenu ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

#sortmenu ul li{
  cursor: pointer;
  display: inline-block;
  margin: 4px 8px;
  color: #777;
  transition: .3s color linear;
  background-color: #fff;
  border-radius: 16px;
  padding: 0 18px;
  font-size: 14px;
}

#sortmenu ul li.active,
#sortmenu ul li:hover{
  color: #27A8A8;
}


#sort .sortbox.hide{
  display: none;
}

#sort-reset{
  display: block;
  width: 200px;
  margin: 20px auto 0;
  text-align: center;
  line-height: 100%;
  font-size: 14px;
  cursor: pointer;
  transition: .2s all linear;

  background-color: #fff;
  border-radius: 24px;
  padding: 12px 18px;
}

#sort-reset:hover{
  background-color: #27A8A8;
  color: #fff;
}

#top-contents{
  display: none;
}
#top-contents.view{
  display: block;
}

#top-contents img{
  transition: opacity .2s ease-in-out;
}

h2 .en{
  display: block;
  letter-spacing: 10px;
  font-size: 50px;
  font-weight: bold;
  line-height: 150%;
}

h2 .jp{
  display: block;
  color: #389F95;
  font-size: 1.4rem;
}


#message{
  padding: 100px 0;
}

#message .contents-wrap{
  /*display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;*/
  text-align:center;
}

#message h2{
  margin-bottom: 40px;
}

#message .image{
  flex: 1;
}

#message .text{
  padding-right: 30px;
  padding-left: 5%;
}

#message .copy{
  font-size: 55px;
  color: #389F95;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 1280px){
#message .copy{
  font-size: 45px;
}
}
@media screen and (max-width: 1280px){
#message .copy{
  font-size: 3.7vw;
}
#message .text{
  width: 50%;
}

}

#message p{
  margin-bottom: 30px;
}

#message a{
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-right: 30px;
  padding-bottom: 6px;
  color: #000;
}

#message a::after{
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 6px;
  right: 0;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  transition: all .2s ease-in-out;
}

#message a:hover{
  color:  #389F95;
  border-color: #389F95;
}

#message a:hover::after{
  border-color: #389F95;
}


/* AT FIRST
================================*/
#at-first{
	position: relative;
	padding: 40px 0;
}

/*
#at-first::after{
	background-color: #1B9D9D;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	z-index: -1;
}
*/

#at-first h2{
  margin-bottom: 50px;
}  

#at-first .contents-wrap{
  display: flex;
  justify-content: space-between;
}

#at-first .box{
	position: relative;
	display: block;
	line-height: 0;
	width: 49%;
}

#at-first .box .text{
	position: absolute;
	bottom: 50px;
	left: 50px;
	line-height: 150%;
	color: #fff;
}

#at-first .box .text p{
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
}

#at-first .box .text .jp{
	font-size: 30px;
}


/* People
================================*/
#people{
	padding: 80px 0 0;
}

#people h2{
  margin-bottom: 50px;
}

#people .job-wrap{
  margin-bottom: 80px;
  position: relative;
}

#people .job-wrap::after{
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 80px);
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #F2ECE7;
  z-index: -1;
}

#people .job-wrap .box{
	position: relative;
	display: block;
	line-height: 0;
	margin: auto;
	max-width: 933px;
}

#people .job-wrap .box .text{
	position: absolute;
	bottom: 50px;
	left: 50px;
	line-height: 150%;
	color: #fff;
}

#people .job-wrap .box .text h3{
  font-size: 30px;
  margin-bottom: 20px;
}

#people .job-wrap .box .text p{
	display: block;
	font-size: 16px;
}

#interview-wrap{
  background-color: #F2ECE7;
  padding-bottom: 80px;
}

#interview-wrap h3{
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
}

#interview-slide{
  position: relative;
  padding: 0 10%;
}

#interview-slide .box{
  position: relative;
  padding: 10px;
}

#interview-slide .content-wrap{
  position: absolute;
  left: 20px;
  bottom: 30px;
  color: #fff;
  width: calc(100% - 40px);
}

#interview-slide .content-wrap .staff-name{
  display: inline-block;
  background-color: #389F95;
  line-height: 1;
  padding: 4px 10px;
  font-size: 14px;
}

#interview-slide .content-wrap .staff-title{
  display: inline-block;
  background-color: #389F95;
  line-height: 1;
  padding: 4px 10px;
  font-size: 1.8rem;
}

#interview-slide .content-wrap .tag{
  display: inline-block;
  background-color: #389F95;
  line-height: 1;
  padding: 4px 10px;
  font-size: 14px;
}

#interview-wrap .anno{
  display: block;
  font-size: 1.2rem;
  margin-top: 20px;
  text-align: right;
}



.slick-arrow{
  position: absolute;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #707070;
  top: 50%;
  margin-top: -34px;
  transition: all .2s ease-in-out;
}
.slick-arrow:hover{
  background-color: #389F95;
}

.slick-prev::before{
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -6px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}

.slick-next::before{
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  right: 50%;
  margin-right: -6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.slick-prev{
  left: 1%;
}
.slick-next{
  right: 1%;
}


#career{
  position: relative;
  background-color: #389F95;
  padding: 80px 0;
} 

#career::after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 248px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}


#career .contents-wrap{
  display: flex;
  justify-content: space-between;
  margin: 0 auto 50px;
}

#career .box{
	position: relative;
	display: block;
	line-height: 0;
	width: 49%;
}

#career .box .image{
  display: block;
	padding-bottom: 20px;
}
#career .box .text{
  display: block;
	line-height: 150%;
	color: #fff;
}

#career .box .text p{
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
}

#career .box .text .jp{
	font-size: 24px;
	margin-bottom: 2rem;
}

#career .answer{
  display: block;
  position: relative;
  z-index: 2;
}

#career .answer .image{
  position: relative;
  max-width: 1200px;
  margin: auto;
}

#career .answer .image::after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
}

#career .answer .text{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#career .answer .text .text-inner{
  text-align: center;
  color: #fff;
}

#career .answer .text .text-inner .en-title{
  font-size: 50px;
  font-weight: bold;
  line-height: 1.5;
}

#career .answer .text .text-inner h3{
  font-size: 40px;
  line-height: 2;
}

#career .answer .text .text-inner p{
  font-size: 20px;
}


#workstyle{
  position: relative;
  padding: 80px 0;
} 

#workstyle h2{
  margin-bottom: 50px;
}

#workstyle .contents-wrap{
  display: flex;
  justify-content: space-between;
	margin-bottom: 50px;
}

#workstyle .box{
	position: relative;
	display: block;
	width: 32%;
	color: #000;
}

#workstyle .box .image{
  display: block;
  margin-bottom: 10px;
}

#workstyle .box .text p{
  font-size: 13px;
}

#recruit-info h2{
  margin-bottom: 50px;
}

#recruit-info .contents-wrap{
  display: flex;
  justify-content: space-between;
	margin-bottom: 50px;
	flex-wrap: wrap;
}

#recruit-info .contents-wrap .box{
  position: relative;
  display: block;
  width:  45%;
  background-color: #249DA4;
  color: #fff;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 30px;
  transition: opacity .2s ease-in-out;
}

#recruit-info .contents-wrap .box:hover{
  opacity: 0.8;
}

#recruit-info .contents-wrap .box::after{
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  margin-top: -7px;
  right: 35px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

/* SORT 
==============*/

#sort .flex{
	display: flex;
	flex-wrap: wrap;
}

#sort .flex .box{
	display: flex;
	width: 23%;
	margin: 2% 1%;
	color: #000;
	position: relative;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	background-color: #fff;
}

#sort .flex .box .image{
	margin-bottom: 15px;
	padding: 4px;
}

#sort .flex .box .image img{
	width: 100%;
}

#sort .flex .box .content-title{
	font-size: 16px;
	border-left: 5px solid #27A8A8;
	line-height: 21px;
	padding-left: 16px;
	margin-bottom: 15px;
}

#sort .flex .box .content-text{
	padding: 0 20px 0px;
    height: 100%;
}

#sort .flex .box .content-text .staff-name{
	font-size: 16px;
	margin-bottom: 1rem;
}

#sort .flex .box .content-text .staff-title{
	font-size: 14px;
}

#sort .flex .box .tag{
	padding: 4px;
}

#sort .flex .box .tag .flex{
	display: flex;
	flex-wrap: wrap;
	background-color: #F2F2F2;
	padding: 10px;
}

#sort .flex .box .tag span{
	display: inline-block;
	margin-right: 15px;
	font-size: 14px;
}

/* Tablet */
@media screen and (max-width: 959px){
	
#sort .flex .box{
	width: 31.333%;
}


}


/* Smartphone */
@media screen and (max-width: 767px){

h2 .en{
  letter-spacing: 6px;
}

#main__Content .site__Inner{
	padding: 0 5%;
}

#visual{
	position: relative;
	margin-top: 0;
	height: auto;
}

#visual-over{
	display: block;
	height: calc(100vh - 280px);
	position: relative;
}

#visual-copy{
	top: auto;
	bottom: 30px;
	left: 30px;
	transform: none;
}

#visual-copy span{
  font-size: 14px;
  margin-top: 20px;
}

#slide{
	height: calc(var(--vh, 1vh) * 100 - 280px);
}

#visual-text{
	right: -60px;
	transform: none;
}

#visual .text{
	width: 100%;
	height: auto;
	padding: 0 20px;
	top: 50%;
	margin-top: -60px;
}

#visual-copy img{
	width: 90%;
}

#whatsnew{
	position: static;
	width: 100%;
	margin-top: 0;
	height: auto !important;
}

#whatsnew .whats-inner{
  display: block;
}

#whatsnew h2{
  width: 100%;
  padding: 0 20px;
}

#whatsnew ul{
	position: static;
	width: 100%;
	padding: 0 20px;
}

#whatsnew ul li{
	font-size: 1.4rem;
}

#whatsnew ul li a {
	padding-left: 0;
}

#whatsnew ul li span{
	display: block;
	margin-bottom: 0.5em;
}


#sortmenu ul li{
  font-size: 14px;
}

#sort .flex .box{
	width: 48%;
}


#sort .flex .box .content-text .staff-name{
	font-size: 14px;
}


#sort .flex .box .tag span{
	font-size: 12px;
}

#message{
  padding: 50px 0 30px;
}

#message h2{
  margin-bottom: 30px;
}

#message .message-inner{
  padding: 0 5%;
}

#message .contents-wrap{
  display: block;
}

#message .text{
  width: 100%;
}

#message .copy{
  font-size: 3rem;
}

#at-first h2{
  margin-bottom: 30px;
}

#at-first .contents-wrap{
  display: block;
}

#at-first .box{
  width: 100%;
  margin-bottom: 10px;
}

#at-first .box .text{
  left: 10px;
  bottom: 20px;
}

#at-first .box .text p{
  font-size: 14px;
  margin-bottom: 0;
}

#at-first .box .text .jp{
  font-size: 1.8rem;
}

#people{
  padding: 40px 0;
}

#people h2{
  margin-bottom: 30px;
}

#people .job-wrap{
  margin-bottom: 40px;
}

#people .job-wrap .box .image{
  display: block;
  margin-bottom: 15px;
}

#people .job-wrap .box .text{
left: 10px;
    bottom: 20px;
}

#people .job-wrap .box .text h3{
  font-size: 2rem;
}

#people .job-wrap .box .text p{
  font-size: 1.4rem;
}


.slick-arrow{
  width: 32px;
  height: 32px;
}

.slick-next::before{
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-right: -3px;
}

.slick-prev::before{
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -3px;
}

#interview-slide .content-wrap .staff-title{
  font-size: 1.4rem;
}


#career{
  padding: 30px 0;
}

#career .contents-wrap{
  display: block;
}

#career .contents-wrap .box{
  width: 100%;
}

#career .box .text .jp{
  font-size: 1.8rem;
}

#career .box .text p{
  font-size: 1.4rem;
}

#career::after{
  content: none;
}

#career .answer .text .text-inner .en-title{
  font-size: 24px;
}

#career .answer .text .text-inner h3{
  font-size: 16px;
}

#career .answer .text .text-inner p{
  font-size: 14px;
}

#workstyle{
  padding: 30px 0;
  margin-bottom: 0;
}

#workstyle .contents-wrap{
  display: block;
}

#workstyle .box{
  width: 100%;
  margin-bottom: 20px;
}

#workstyle .box .text p{
  font-size: 1.4rem;
}

#recruit-info h2{
  margin-bottom: 30px;
}

#recruit-info .contents-wrap .box{
  width: 100%;
  padding: 25px 0;
  margin-bottom: 15px;
}

}


/* 関連情報=
==========================*/

.grid > .media, .grid > .block_Section {
    margin-top: 56px;
}

.grid.grid--is2 > *:nth-child(-n+2) {
    margin-top: 0;
}

@media screen and (max-width: 767px) {


.grid.grid--is2--smp {
    margin-left: -15px;
}
.grid.grid--is2--smp > * {
    width: 50%;
    padding-left: 15px;
}

.grid.grid--is2--smp > .media:nth-child(2) {
    margin-top: 0;
}

#relation .block_Relation--information img{
	width: 100%;
}

.media.media--Horizon .media_Img, .media.media--Horizon.media--isRight .media_Img {
    float: none;
    margin: 0 auto;
}

.grid > .media, .grid > .block_Section {
    margin-top: 27px;
}

}

@media print, screen and (min-width: 960px){
#Breadcrumb {
    padding: 10px 0 10px 28px;
}
}