*{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body{
  font-family: 'NotoSansJP-Black', sans-serif;
  font-style: normal;
  width: 100%;
  line-height: 2;
  letter-spacing: 0.18em;
  background-color: #fff;
}

body a{
  text-decoration: none;
}

body ul li{
  list-style: none;
}

/*font*/

@font-face {
  font-family: 'NotoSansJP-Bold';
  src: url("../Fonts/NotoSansJP-Bold.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansJP-Black';
  src: url("../Fonts/NotoSansJP-Black.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansJP-Medium';
  src: url("../Fonts/NotoSansJP-Medium.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'black_jack';
  src: url("../Fonts/black_jack.ttf");
  font-weight: normal;
  font-style: normal;
}

.sp_block{
  display: none;
}

.common_wrap{
  padding: 0 40px;
}

.common_inner{
  position: relative;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}

.common_wrap2{
  padding: 0 20px;
}

.common_inner2{
  position: relative;
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}

/*fade*/

.fadein_right {
  -webkit-transform:translateX(100%);
          transform:translateX(100%);
  opacity:0;
  -webkit-transition:opacity 2s, -webkit-transform 1s;
  transition:opacity 2s, -webkit-transform 1s;
  transition:opacity 2s, transform 1s;
  transition:opacity 2s, transform 1s, -webkit-transform 1s;
}

.right_in_active {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

.fadein_left {
  -webkit-transform:translateX(-100%);
          transform:translateX(-100%);
  opacity:0;
  -webkit-transition:opacity 2s, -webkit-transform 1s;
  transition:opacity 2s, -webkit-transform 1s;
  transition:opacity 2s, transform 1s;
  transition:opacity 2s, transform 1s, -webkit-transform 1s;
}

.left_in_active {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

.fadein_top {
  -webkit-transform:translateY(-100%);
          transform:translateY(-100%);
  opacity:0;
  -webkit-transition:opacity 2s, -webkit-transform 2s;
  transition:opacity 2s, -webkit-transform 2s;
  transition:opacity 2s, transform 2s;
  transition:opacity 2s, transform 2s, -webkit-transform 2s;
}

.top_in_active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.fadein_top2 {
  -webkit-transform:translateY(-100%);
          transform:translateY(-100%);
  opacity:0;
  -webkit-transition:opacity 3s, -webkit-transform 3s;
  transition:opacity 3s, -webkit-transform 3s;
  transition:opacity 3s, transform 3s;
  transition:opacity 3s, transform 3s, -webkit-transform 3s;
}

.top_in_active2 {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.fadein_bottom {
  -webkit-transform:translateY(100%);
          transform:translateY(100%);
  opacity:0;
  -webkit-transition:opacity 2s, -webkit-transform 1s;
  transition:opacity 2s, -webkit-transform 1s;
  transition:opacity 2s, transform 1s;
  transition:opacity 2s, transform 1s, -webkit-transform 1s;
}

.bottom_in_active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.fadein_back {
  opacity:0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: opacity 5s, -webkit-transform 2s;
  transition: opacity 5s, -webkit-transform 2s;
  transition: opacity 5s, transform 2s;
  transition: opacity 5s, transform 2s, -webkit-transform 2s;
}

.back_in_active {
    opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*header*/

header{
  padding: 20px;
  background-color: #FFE030;
  text-align: center;
  width: 100%;
  height: 54px;
}

.site_name{
  font-family: 'NotoSansJP-Medium', sans-serif;
  font-size: 14px;
  color: #364B84;
  line-height: 1;
}

main{
  width: 100%;
}

.content_wrap{
  width: 100%;
}

/*fv*/

.fv{
  width: 100%;
  background-color: #fff;
     position: relative;
     height: calc(100vh - 54px);
}

.fv_pc_wrap{
   height: calc(100vh - 54px);
   background-image: url(../images/bg.png);
   background-repeat: no-repeat;
   background-position: right 0;
   background-size: contain;
   z-index: 100;
}

.fv_detail{
  z-index: 3;
    max-width: 1080px;
    margin: 0 auto 0;
    padding-top: 60px;
}

.fv_logo_recruit{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.fv_logo{
  width: 145px;
  margin-right: 30px;
}

.fv_logo img{
  width: 100%;
}

.recruit{
  width: 155px;
}

.recruit img{
  width: 100%;
}

.fv_circle_b{
  position: absolute;
  z-index: 1;
  top: 60px;
  left: 555px;
  width: 130px;
}

.fv_circle_b img{
  width: 100%;
}

.fv_circle_p{
  position: absolute;
  z-index: 1;
  bottom: 10%;
  left: -10%;
  width: 367px;
}

.fv_circle_p img{
  width: 100%;
}

.fv_circle_y{
  position: absolute;
  z-index: 1;
  bottom: 30%;
  left: 500px;
  width: 108px;
}

.fv_circle_y img{
  width: 100%;
}

.main_img{
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: 2;
}

.main_img img{
  height: 100vh;
}

.fv_title{
  font-size: 34px;
  color: #364B83;
  font-family: 'NotoSansJP-Bold', sans-serif;
  letter-spacing: 1px;
  margin-bottom: 45px;
}

.fv_title span{
  font-size: 49px;
  color: #FFDE2C;
}

.fv_text{
  font-size: 18px;
  color: #364B83;
  letter-spacing: 1px;
}

.fv_sp_wrap{
  display: none;
}

@media screen and (max-width: 1300px){

  .fv_pc_wrap{
    display: none;
  }

  .fv_sp_wrap{
    display: block;
    position: relative;
  }

  .slide_wrap li{
    height: calc(100vh - 54px);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .fv_sp_content{
    background-color: rgba(255, 255, 255, 0.7);
    width: 520px;
    height: 520px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    border-radius: 50%;
  }

  .fv_logo_recruit{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .fv_logo{
    width: 100px;
    margin-right: 20px;
  }

  .recruit{
    width: 120px;
  }

  .fv_title{
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
  }

  .fv_title span{
    font-size: 35px;
  }

  .fv_text{
    font-size: 16px;
    text-align: center;
  }

  .center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 520px;
  }

}



/*massege*/

.massege{
  background-image: url(../images/img6.png);
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0 0;
}

.s_title{
  font-size: 40px;
  text-align: center;
  color: #364B84;
  font-family: 'black_jack', serif;
}

.massege_box{
  margin-top: 55px;
  background-color: #FFF9E9;
  padding: 40px 80px 70px;
  position: relative;
  margin-bottom: 10px;
}

.massege_title{
  font-size: 20px;
  text-align: center;
  color: #364A85;
  margin-bottom: 40px;
}

.massege_title span{
  color: #FFE030;
}

.massege_text{
  color: #364A85;
  font-size: 16px;
  text-align: center;
}

.massege_img01{
  position: absolute;
  right: -45px;
  top: -150px;
  width: 140px;
}

.massege_img02{
  position: absolute;
  left: -45px;
  top: -50px;
  width: 143px;
}

.massege_img03{
  position: absolute;
  right: -45px;
  bottom: -50px;
  width: 165px;
}

.y_bg_t{
  width: 100%;
  display: inline-block;
}

.y_bg_t img{
  width: 100%;
  vertical-align: bottom;
}
/*voice*/

.voice{
  background-color: #FFF9E9;
}

.pt_40{
  padding-top: 40px;
}

.row{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.row-r{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.voice_box{
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   padding: 70px 0 50px;
}

.voice_img_left{
  width: 320px;
  margin-right: 30px;
  position: relative;
}

.voice_img_right{
  width: 320px;
  margin-left: 30px;
  position: relative;
}

.voice_img{
  width: 100%;
}

.voice_img_item{
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 135px;
}

.voice_img_item img{
  width: 100%;
}

.voice_img_item2{
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 145px;
}

.voice_img_item2 img{
  width: 100%;
}

.voice_detail{
  width: calc(100% - 350px);
}

.voice_title{
  font-size: 20px;
  padding: 15px;
  background-color: #FFDF2C;
  color: #364A85;
  line-height: 1;
  margin-bottom: 50px;
}

.w_560{
  width: 560px;
}

.voice_text{
  font-size: 14px;
  color: #364A85;
}

.voice_line{
  width: 100%;
}

.voice_line img{
  width: 100%;
}

/*point*/

.point{
  background-color: #fff;
  background-image: url(../images/img18.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}

.pt_120{
  padding-top: 120px;
}

.y_bg_b{
  width: 100%;
  display: inline-block;
}

.y_bg_b img{
  width: 100%;
  vertical-align: bottom;
}

.point_box_left{
  background-color: #FFF9E9;
  padding: 50px 200px 50px 50px;
  width: calc(100% - 145px);
  margin-right: 145px;
  margin-bottom: 35px;
  position: relative;
  height: 390px;
}

.point_number_img{
  position: absolute;
  height: 60px;
}

.point_number_img img{
  height: 100%;
}

.point_number_img.point_1{
  left: 50px;
  top: -25px;
}

.point_box_right{
  background-color: #FFF9E9;
  padding: 50px 50px 50px 200px;
  margin-left: 145px;
  width: calc(100% - 145px);
  position: relative;
  margin-bottom: 35px;
  height: 390px;
}

.point_number_img.point_2{
  left: 200px;
  top: -25px;
}

.point_detail_img_left{
  height: 305px;
  position: absolute;
  top: 50%;
  right: -145px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.point_detail_img_right{
  height: 305px;
  position: absolute;
  top: 50%;
  left: -145px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.point_detail_img_left img{
  height: 100%;
}

.point_detail_left{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 610px;
}

.point_detail_right{
  position: absolute;
  top: 50%;
  width: 600px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.point_title{
  font-size: 20px;
  color: #364A85;
  margin-bottom: 30px;
}

.point_text{
  font-size: 14px;
  color: #364A85;
}

.point_sp_img{
  display: none;
}

/*footer*/

footer{
  background-color: #E6CBC2;
  padding: 50px 20px 35px;
  text-align: center;
}

.footer_text_img{
  width: 620px;
  margin: 0 auto 25px;
}

.footer_text_img img{
  width: 100%;
}

.entry_btn_area a{
  display: block;
  width: 225px;
  margin: 0 auto 110px;
}

.entry_btn_area a img{
  width: 100%;
}

.footer_logo{
  width: 75px;
  display: block;
  margin: 0 auto 30px;
}

.footer_logo img{
  width: 100%;
}

.copy{
  font-size: 14px;
  color: #fff;
}


@media screen and (max-width: 1100px){

  .massege_img01{
    right: -16px;
    top: -103px;
    width: 100px;
  }

  .massege_img02{
    left: -23px;
    top: -50px;
    width: 90px;
  }

  .massege_img03{
    right: -16px;
    bottom: -21px;
    width: 112px;
  }

  .point_box_left{
    padding: 30px 30px 30px 30px;
    margin-right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
  }

  .point_detail_left{
    position: static;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    width: calc(100% - 140px);
  }

  .point_detail_img_left{
    height: auto;
    width: 120px;
    margin-left: 20px;
    position: static;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }

  .point_detail_img_left img{
    width: 100%;
    height: auto;
  }

  .point_box_right{
    padding: 30px 30px 30px 30px;
    margin-left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
  }

  .point_detail_right{
    position: static;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    width: calc(100% - 140px);
  }

  .point_detail_img_right{
    height: auto;
    width: 120px;
    margin-left: 20px;
    position: static;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }

  .point_detail_img_right img{
    width: 100%;
    height: auto;
  }

  .point_number_img.point_2 {
    left: 50px;
    top: -25px;
  }

}

@media screen and (max-width: 840px){

  .voice_box{
    display: block;
  }

  .voice_img_left{
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 30px;
  }

  .voice_detail{
    width: 100%;
    text-align: center;
  }

  .voice_img_right{
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 30px;
  }

  .w_560{
    width: auto;
  }

  .fv_sp_content{
    width: 70%;
    height: auto;
    border-radius: 20px;
    padding: 30px;
  }

  .center{
    height: auto;
  }

  .footer_text_img{
    width: 80%;
  }

}

@media screen and (max-width: 580px){

  .fv_sp_content{
    width: 90%;
    padding: 20px;
  }

  .fv_logo{
    width: 65px;
  }

  .recruit{
    width: 100px;
  }

  .fv_title{
    font-size: 18px;
    margin-bottom: 20px;
  }

  .fv_title span{
    font-size: 30px;
  }

  .fv_logo_recruit{
    margin-bottom: 20px;
  }

  .fv_text{
    font-size: 14px;
  }

  .massege{
    padding: 50px 0 0;
  }

  .massege_box{
    padding: 20px 20px 20px;
  }

  .massege_title{
    font-size: 18px;
    margin-bottom: 20px;
  }

  .common_wrap{
    padding: 0 20px;
  }

  .massege_text{
    font-size: 14px;
  }

  .massege_img01{
    top: -68px;
    width: 55px;
  }

  .massege_img02 {
    left: -15px;
    top: -56px;
    width: 51px;
  }

  .massege_img03 {
    right: -6px;
    bottom: -38px;
    width: 66px;
  }

  .voice_title{
    font-size: 16px;
    line-height: 1.5;
    padding: 10px;
    margin-bottom: 30px;
  }

  .pt_120{
    padding-top: 60px;
  }

  .point_box_left{
    padding: 30px 20px 20px 20px;
    display: block;
  }

  .point_box_right{
    padding: 20px 20px 20px 20px;
    display: block;
  }

  .point_number_img{
    height: 35px;
  }

  .point_number_img.point_1{
    left: 25px;
    top: -20px;
  }

  .point_number_img.point_2{
    left: 25px;
    top: -20px;
  }

  .point_detail_left{
    width: 100%;
  }

  .point_detail_right{
    width: 100%;
  }

  .point_detail_img_left{
    display: none;
  }

  .point_detail_img_right{
    display: none;
  }

  .point_text{
    margin-bottom: 20px;
  }

  .point_sp_img{
    display: block;
    width: 50%;
    margin: 0 auto;
  }

  .point_sp_img img{
    width: 100%;
  }

  .footer_text_img{
    width: 100%;
  }

  .entry_btn_area a{
        margin: 0 auto 50px;
  }

  .copy{
    font-size: 12px;
  }

  .voice_img_item{
    width: 70px;
  }

  .voice_img_item2{
    width: 70px;
  }

  .voice_box{
    padding: 50px 0 50px;
  }

}
