@charset "UTF-8";
/* CSS Document */
.main__visual{
  background-size: cover;
  width: 100%;
  height: 570px;
  position: relative;
}
.main__visual:after{
  content:"";
  width: 100%;
  height: 100%;
  background: url(../images/index_mainvisual_cover.png) no-repeat center bottom;
  background-size: 100%;
  position: absolute;
  bottom: -5px;
}
.main__sitecatch{
  color: #fff;
  font-size: 4.0rem;
  font-weight: 700;
  text-align: center;
  text-shadow: 0px 0px 20px #000000;
  letter-spacing: 0.1em;
  padding: 290px 0 0;
}
.main__sitecatch span{
  letter-spacing: -0.3em;
}
@media only screen and (max-width: 800px) {
.main > div{
  height: 230px!important;
}
.main__visual{
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  height: auto!important;
}
.main__visual:after{
  bottom: 0px;
}
.main__sitecatch{
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.2;
  width: 100%;
  height: 2em;
  margin: auto 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
}
}
.introduction{
  padding: 40px 0 0;
  text-align: center;
}
.introduction .wrap{
  width: 900px;
}
.introduction__icon{
  width: 98px;
	margin: 0 auto 15px;
	display: block;
}
.introduction__description{
	text-align: center;
	line-height: 1.6;
	margin: 0 0 60px;
}
.introduction a.btn_content{
  width: 270px;
  margin-bottom: 60px;
}
.introduction__txt01{
  font-size: 3.0rem;
  font-weight: 700;
  width: 4.5em;
  margin: 0 auto 20px;
  padding: 0;
  position: relative;
  text-align: center;
}
.introduction__txt02{
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(transparent 70%, #ff0 0%);
  display: inline-block;
}
@media only screen and (max-width: 800px) {
.introduction{
  padding: 30px 0 0
}
.introduction .wrap{
  width: auto;
}
.introduction__description{
  margin: 0 0 30px;
  text-align: left;
}
.introduction__txt01{
  font-size: 2.5rem;
  margin: 0 auto 10px;
}
.introduction__txt02{
  font-size: 1.8rem;
}
.introduction a.btn_content{
  width: 80%;
}
}



.interview{
  padding: 30px 0 60px;
  margin: 0 0 20px;
}
.interview .wrap{
  width: 1200px;
  position: relative;
}
.interview_box01{
  float: left;
  width: 390px;
  margin: 0 15px 0 0;
  background: url(../images/index_secbg01.gif) repeat left top;
  background-size: 20px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.interview_box02{
  float: left;
  width: 390px;
  margin: 0 15px 0 0;
  background: url(../images/index_secbg02.gif) repeat left top;
  background-size: 34px 34px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.interview_box03{
  float: left;
  width: 390px;
  background: url(../images/index_secbg03.gif) repeat left top;
  background-size: 24px 43px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.interview__voicebox{
  padding: 35px 30px 35px 30px;
  position: relative;
}
  .interview_box01 .interview__voicebox{
    background: url(../images/index_interview01.png) no-repeat 35px 35px;
    background-size: 47px 62px;
  }
  .interview_box02 .interview__voicebox{
    background: url(../images/index_interview02.png) no-repeat 35px 35px;
    background-size: 47px 62px;
  }
  .interview_box03 .interview__voicebox{
    background: url(../images/index_interview03.png) no-repeat 35px 35px;
    background-size: 47px 62px;
  }
.interview__volnumber span{
  display: none;
}
.interview__name{
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 15px 70px;
  position: relative;
}
.interview__job{
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  width: calc(100% - 40px);
  margin: 0 0 10px;
  padding: 4px 12px;
  display: block;
  position: relative;
}
  .interview_box01 .interview__job{
    background: #eb6d8e;
  }
  .interview_box01 .interview__job:after{
    content:"";
    width: 9px;
    height: 100%;
    position: absolute;
    right: -9px;
    top: 0;
    background: url(../images/index_interview_ribbon01.png) no-repeat left center;
    background-size: cover;
  }
  .interview_box02 .interview__job{
    background: #7bb84b;
  }
  .interview_box02 .interview__job:after{
    content:"";
    width: 9px;
    height: 100%;
    position: absolute;
    right: -9px;
    top: 0;
    background: url(../images/index_interview_ribbon02.png) no-repeat left center;
    background-size: cover;
  }
  .interview_box03 .interview__job{
    background: #ef7d00;
  }
  .interview_box03 .interview__job:after{
    content:"";
    width: 9px;
    height: 100%;
    position: absolute;
    right: -9px;
    top: 0;
    background: url(../images/index_interview_ribbon03.png) no-repeat left center;
    background-size: cover;
  }
.interview__title{
  font-size: 2.2rem;
	line-height: 1.6;
  margin: 0 0 15px;
}
.interview__description{
  font-size: 1.8rem;
}
.interview__voicebox__thumb{
  text-align: center;
  margin: 0 0 15px;
  display: block;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.interview__voicebox__thumb + p{
	font-size: 1.4rem;
	line-height: 1.6;
	margin: 0;
}
.interview__voicebox__thumb:before {
  pointer-events: none;
  content: '';
  position: absolute;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.interview_box01 .interview__voicebox__thumb:before {
  border: solid 20px #eb6d8e;
}
.interview_box02 .interview__voicebox__thumb:before {
  border: solid 20px #74bd4d;
}
.interview_box03 .interview__voicebox__thumb:before {
  border: solid 20px #ef7d00;
}
.interview__voicebox__thumb:hover:before {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.7;
}
.interview__voicebox__thumb img{
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.interview .btn_content{
  background: #fff;
  margin: 20px 0 0;
}
.interview_box01 .btn_content:hover{
  background: #eb6c87;
  border-color: #eb6c87;
}
.interview_box02 .btn_content:hover{
  background: #74bd4d;
  border-color: #74bd4d;
}
.interview_box03 .btn_content:hover{
  background: #ef7d00;
  border-color: #ef7d00;
}
@media only screen and (max-width: 800px) {
.interview{
  padding: 15px 0 30px;
  margin: 0;
}
.interview .wrap{
  width: auto;
  padding: 0;
}
.interview__voicebox{
  padding: 35px 25px 35px 25px;
}
.interview_box01 .interview__voicebox,
.interview_box02 .interview__voicebox,
.interview_box03 .interview__voicebox{
	background-position: 25px 35px;
}



.interview_box01,
.interview_box02,
.interview_box03{
  float: none;
  width: 100%;
  margin: 0 0 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.interview_box03{
  margin: 0;
}
.interview__title {
    font-size: 2.0rem;
    margin: 0 0 15px;
}
.interview__name {
    font-size: 1.6rem;
		margin-left: 60px;
}
.interview__job{
  font-size: 1.3rem;
  margin: 0 0 5px;
  width: 100%;
}
.interview__job + .normal{
  font-size: 1.2rem;
  width: 100%;
  display: block;
}
.interview .btn_content{
  width: 100%;
}
}



.works{
	text-align: center;
  padding: 60px 0;
  margin: 0 0 20px;
}
.works .wrap{
  width: 1150px;
}
.works__icon{
  width: 98px;
	margin: 0 auto 15px;
	display: block;
}
.works__txt01{
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  width: 4.5em;
  margin: 0 auto 20px;
  padding: 0;
  position: relative;
}
.works__txt02{
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  /* width: 16em; */
  margin: 0 auto 40px;
  background: linear-gradient(transparent 70%, #ff0 0%);
  display: inline-block;
}
.works__List li{
  font-size: 1.3rem;
  text-align: center;
  float: left;
  width: 250px;
  margin: 0 50px 50px 0;
}
  .works__List li:nth-child(4),
  .works__List li:nth-child(8){
    margin: 0 0 50px 0;
  }
.works__List li img{
  margin: 0 0 10px;l
}
.works a.btn_content{
  width: 270px;
  margin-top: 20px;
}
@media only screen and (max-width: 800px) {
.works{
  padding: 30px 0 0;
  margin: 0;
}
.works .wrap{
  width: auto;
}
.works__List li{
  text-align: center;
  float: left;
  width: 44%;
  margin: 0 3% 30px 3%;
}
  .works__List li:nth-child(4),
  .works__List li:nth-child(8){
    margin: 0 3% 30px 3%;
  }
.works__txt01{
  font-size: 2.5rem;
  margin: 0 auto 10px;
}
.works__txt02{
  font-size: 1.8rem;
}
.works a.btn_content{
  width: 100%;
  margin-top: 0;
}
}



.possible{
  padding: 60px 0 120px;
}
.possible .wrap{
  width: 1160px;
}
.possible__box01{
  width: 100%;
  height: 334px;
  padding: 80px 20px 30px 740px;
  background: url(../images/index_possible_bg02.jpg) no-repeat center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.possible__icon{
  width: 98px;
	margin: 0 auto 15px;
	display: block;
}
.possible__txt01{
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  width: 4.5em;
  margin: 0 auto 10px;
  padding: 0;
  position: relative;
}
.possible__title{
  font-size: 2.4rem;
  text-align: center;
  margin: 0 auto 20px;
  letter-spacing: 3px;
}
.possible__title span{
  background: linear-gradient(transparent 70%, #ff0 0%);
  display: inline-block;
}
.possible__description{
  margin: 0 0 20px;
}
.possible a.btn_content{
  width: 75%;
}
@media only screen and (max-width: 800px) {
.possible{
  padding: 50px 0 40px;
}
.possible .wrap{
  width: auto;
  padding: 0;
}
.possible__box01{
  width: auto;
  height: auto;
  padding: 49% 15px 0;
  background: url(../images/index_possible_bg02_sp.jpg) no-repeat center top;
  background-size: contain;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: visible;
}
.possible__txt01{
  font-size: 2.5rem;
  margin: 0 auto 10px;
}
.possible__title{
  font-size: 1.8rem;
  text-align: center;
  width: auto;
}
.possible__title:before {
    background: #ff0;
    opacity: 1;
    bottom: initial;
    top: 0.8em;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
}
.possible a.btn_content{
  width: 100%;
  background: #fff;
}
.possible a.btn_content:hover{
  background: #000;
}
}



/*----------------------------
movedeco
----------------------------*/
.movedeco{
	top: -180px;
}
.movedeco .wrap{
	width: 1350px;
}
.movedeco__deco{
  display: block;
  position: absolute;
  visibility: hidden;
  -webkite-visibility: hidden;
  opacity: 0;
}
.movedeco__deco.on{
  visibility: visible;
  -webkite-visibility: visible;
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all  1s ease;
}
.movedeco__deco1{
  background: url(../common/images/cmn_moving_deco01.png) no-repeat center;
  width: 180px;
  height: 132px;
  top: 840px;
}
.movedeco__deco1.on{
  top: 750px;
}
.movedeco__deco2{
  background: url(../common/images/cmn_moving_deco02.png) no-repeat center;
  width: 197px;
  height: 216px;
  top: 810px;
  right: 0;
}
.movedeco__deco2.on{
  top: 760px;
}
.movedeco__deco3{
  background: url(../common/images/cmn_moving_deco03.png) no-repeat center;
  width: 91px;
  height: 89px;
  top: 1040px;
  left: 120px;
}
.movedeco__deco3.on{
  top: 930px;
}
.movedeco__deco4{
  background: url(../common/images/cmn_moving_deco04.png) no-repeat center;
  width: 87px;
  height: 83px;
  top: 1070px;
  right: 170px;
}
.movedeco__deco4.on{
  top: 980px;
}
.movedeco__deco5{
  background: url(../common/images/cmn_moving_deco05.png) no-repeat center;
  width: 146px;
  height: 144px;
  top: 1990px;
  left: -50px;
}
.movedeco__deco5.on{
  top: 1940px;
}
.movedeco__deco6{
  background: url(../common/images/cmn_moving_deco06.png) no-repeat center;
  width: 116px;
  height: 118px;
  top: 1950px;
  right: -20px;
}
.movedeco__deco6.on{
  top: 1900px;
}
.movedeco__deco7{
  background: url(../common/images/cmn_moving_deco07.png) no-repeat center;
  width: 131px;
  height: 105px;
  top: 2390px;
  left: -120px;
}
.movedeco__deco7.on{
  top: 2340px;
}
.movedeco__deco8{
  background: url(../common/images/cmn_moving_deco8.png) no-repeat center;
  width: 72px;
  height: 74px;
  top: 2510px;
  right: -60px;
}
.movedeco__deco8.on{
  top: 2460px;
}
.movedeco__deco9{
  background: url(../common/images/cmn_moving_deco9.png) no-repeat center;
  width: 250px;
  height: 250px;
  top: 2730px;
  left: -60px;
}
.movedeco__deco9.on{
  top: 2680px;
}
@media only screen and (max-width: 800px) {
.movedeco{
  display: none;
}
}
/*
.scl{
  width: 100%;
  height: 1em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}
*/
@media only screen and (max-width: 800px) {
}
