@charset "utf-8";
/* CSS Document */
/*-------------------------------------------------------
					　共通部分
-------------------------------------------------------*/
.more a{
	border-radius: 50px;
}
.effect {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  overflow: hidden;
}

/* effect-1 styles */
.effect.effect-1 {
  transition: all 0.2s linear 0s;
}
.effect.effect-1:before {
  content: "\f178";
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  right: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 40px;
  transition: all 0.2s linear 0s;
}
.effect.effect-1:hover {
  text-indent: -20px;
}
.effect.effect-1:hover:before {
  opacity: 1;
  text-indent: 0px;
}

/* 基本のスタイル */
.delighter {
      transition: transform .8s ease-out;
      transform: translatey(30%);
      opacity: 0;
   }
  
/* スタート時のスタイル */
.delighter.started {
      transform: none;
      opacity: 1;
}
/* エンド時のスタイル */
.delighter.started.ended {
    transform: translatey(0%);
}

/*-------------------------------------------------------
					　メインイメージ
-------------------------------------------------------*/
.main_img{
	overflow: hidden;
	
}
.video_wrap {
    height: 50vw;

}
.video_wrap::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    display: block;
/*    background-image: url(../img/dotte.png);*/
    z-index: 9;
	background-image: url(../img/dec1.png), url(../img/dotte.png);
	background-repeat: repeat-x, repeat;
	background-position: bottom, bottom;
	background-color: rgba(255,156,182,0.15)
}
.video_wrap .video {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

}

.video_wrap .box_img{
	position: absolute;
	top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	z-index: 9;
}
/*-------------------------------------------------------
					　挨拶
-------------------------------------------------------*/
.first{
	background-image: url(../img/back_img.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
.first .box_wrap{
	background-image: url(../img/dec1.png);
	padding-bottom: 290px;
	background-repeat: repeat-x;
	background-position: bottom;

}
.first .bg_white{
	background-image: url(../img/back_img3.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 60px 0 80px;
}
.first .box_wrap .box_item{
	background-image: url(../img/dec1-2.png);
	padding-bottom: 10px;
	background-repeat: repeat-x;
	background-position: bottom;
}
.first .box_txt1{
	line-height: 2.2;
}
.first .more a{
	width: 260px;
}
/*-------------------------------------------------------
					一日の流れ
-------------------------------------------------------*/
.flow {
	padding: 80px 0;
}
.flow .more a{
	margin-left: auto;
}
.swiper_box {
	width: 40%;
    margin-left: auto!important;
}
.flow .swiper-container{
	box-shadow: -15px 15px #ffebf0;
}
/*-------------------------------------------------------
					社員インタビュー
-------------------------------------------------------*/
.interview {
	padding: 60px 0;
	margin-bottom: 80px;
}
.interview .box{
	margin: 0px 1.65%;
}
.interview .moe_box{
	position: absolute;
}
.interview .box .box_item{
	background-color: rgba(255,255,255,0.70);
	position: absolute;
	bottom: 0;
}
.interview .box .more2{
    opacity: 0;
    position: relative;
    display: inline-block;
    padding: 15px 5px 20px;
    width: 115px;
    height: 75px;
    left: -20px;
	top:-20px;
    text-align: center;
    color: #FFF;
    background-color: #ffb5c8;
    border-radius: 50%;
    box-sizing: border-box;
	z-index: 99;
	line-height: 1.8;
}

.interview .box .more2:before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #ffb5c8;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.interview .box:hover .more2{
	opacity: 1;
	transition:0.5s;
}
.interview .more a{
	width: 260px;
}
/*-------------------------------------------------------
					　募集要項
-------------------------------------------------------*/
.recruit{
	background-image: url(../img/back_img2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 80px 0 100px;
}
.recruit .box_title{
	margin-bottom: 80px;
}
.recruit .box{
	margin: 2.5% 2.5%;
	position: relative;
	display: inline-block;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	border: 1px solid #ff9cb6;
}
.recruit .box:hover {	
	border: 1px solid transparent;

}
.recruit .box .box_img1{
	position: absolute;
	z-index: 9;
	overflow: hidden;
	border-radius: 50%;
	opacity: 0;
}
.recruit .box:hover .box_img1{
	opacity: 1;
	transition:0.5s;
}
.recruit .box:hover .box_img1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.recruit .box_img1 img{
	width: 220px;
	height: 220px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.recruit .box .more2{
    opacity: 0;
    position: relative;
    display: inline-block;
    padding: 20px 5px;
    width: 90px;
    height: 75px;
    left: -50px;
    text-align: center;
    color: #FFF;
    background-color: #ffb5c8;
    border-radius: 50%;
    box-sizing: border-box;
	z-index: 99;
}

.recruit .box .more2:before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #ffb5c8;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.recruit .box:hover .more2{
	opacity: 1;
	transition:0.5s;
}

.recruit .box .box_item1 {	
	position: absolute;
	display: inline-block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: #fff;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 99;
}
.recruit .box:hover .box_item1{
	background: transparent;
}

.recruit .box .box_item2 {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :200px;
  text-align:center;
}
.recruit .box .box_title1 {
  display: inline-block;
  position: relative;
}
.recruit .box:hover .box_item1 .box_title1{
	color:#fff;
}
.recruit .box .box_title1:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -7px; /*下線の上下位置調整*/
  display: inline-block;
  width: 45px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #ff9cb6; /*下線の色*/
}
.recruit .box:hover .box_title1:before {
  background-color: #ff9cb6; /*下線の色*/
}
.recruit .box .box_txt1 {
  padding: 0 10px 10px 10px;
}
.recruit .box:hover .box_item1 .box_txt1{
	color:#fff;
}

/*-------------------------------------------------------
					　ブログ
-------------------------------------------------------*/
.blog {
	 padding: 90px 0px 60px;
}
.blog .box_title{
	margin-bottom: 70px;
}
.blog .box .box_txt1{
	padding: 4px 15px;
	border-radius: 50px;
	width: 15%;
}
.blog .box .box_title1{
	width: 75%;
}
.blog .more a{
	width: 200px;
}
@media all and (-ms-high-contrast: none){
.flow {
	justify-content: flex-start;
}
}
/*ここからタブレット用（768px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 768px){
/*-------------------------------------------------------
					　挨拶
-------------------------------------------------------*/
.first .more a{
	width: 35%!important;
}
/*-------------------------------------------------------
					一日の流れ
-------------------------------------------------------*/
.flow .more a{
	width: 65%!important;
}
/*-------------------------------------------------------
					社員インタビュー
-------------------------------------------------------*/
.interview .box{
	width: 47%!important;
	margin: 0px 1.5%;
}
.interview .box:nth-child(n+3){
	margin-top: 20px;
}
/*-------------------------------------------------------
					　募集要項
-------------------------------------------------------*/
.recruit .box{
	margin: 5% 5%;
}
}
/*ここからスマホ用（667px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 667px){
/*-------------------------------------------------------
					　メインイメージ
-------------------------------------------------------*/
.video_wrap {
    height: 115vw;
}
.video_wrap .video {
    width: auto!important;
    height: 100%;
}
.video_wrap .box_img {
    width: 70%;
}
/*-------------------------------------------------------
					　挨拶
-------------------------------------------------------*/
.first{
	background-image: url(../img/back_img.jpg);
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size: 150%;
    background-position: center bottom -100px;
}
.first .more a{
	width: 65%!important;
}
.first .box_wrap {
    padding-bottom: 200px;
}
/*-------------------------------------------------------
					一日の流れ
-------------------------------------------------------*/
.swiper_box {
    width: 90%;
    margin: auto;
	margin-top: 25px;
}
.flow .swiper-container {
    box-shadow: -10px 10px #ffebf0;
}
.flow .more a {
    width: 100%!important;
}
/*-------------------------------------------------------
					社員インタビュー
-------------------------------------------------------*/
.interview .box{
	width: 90%!important;
	margin: auto;
	margin-bottom: 35px;
}
.interview .box:nth-child(n+3) {
    margin-top: 0px;
}
/*-------------------------------------------------------
					　募集要項
-------------------------------------------------------*/
.recruit{
	background-attachment: scroll;
	background-position: center;
}
.recruit .box{
	width: 250px;
	height: 250px;
	margin: 5% 5%;
}
	
.recruit .box a {
 -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.recruit .box_img1 img{
	width: 250px;
	height: 250px;
}
.recruit .box .box_item1 {	
	width: 230px;
	height: 230px;
}
.recruit .box .box_item2 {
    width: 230px;
}
.recruit .box .box_txt1 {
    padding: 0 20px 10px 20px;
}
/*-------------------------------------------------------
					　ブログ
-------------------------------------------------------*/
.blog .box_title {
    margin-bottom: 50px;
}
.blog .box .box_txt1 {
    padding: 4px 7px;
    width: 40%;
}
.blog .box .box_title1 {
    width: 100%;
}
}