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

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

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-Medium';
  src: url("../Fonts/NotoSansJP-Medium.otf");
  font-weight: normal;
  font-style: normal;
}

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

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

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

.sp_block{
  display: none;
}

.common_wrap{
  padding: 0 20px;
}

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

.common_wrap_b{
  padding: 0 0px;
  background-image: url(../images/top-background.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 230px;
}

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

.sp_menu{
  display: none;
}

header{
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
}

.header_inner{
  height: 90px;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo_img{
  width: 265px;
  display: block;
}

.logo_img img{
  width: 100%;
}


.pc_menu{
  display: block;
}

.pc_menu_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
video {
  width: 800px;
}
.pc_menu_item{
  margin-left: 75px;
}
.pc_menu_item a {
  color: rgb(128, 128, 128);
}



.pc_menu_link{
   color: #808080;
   font-size: 14px;
   position: relative;
}

.pc_menu_link::after{
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, rgba(0,104,55) 0%, rgba(37, 180, 115) 100%);

  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.pc_menu_link.active::after{
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/*ハンバーガーボタン*/
.el_humburger {
  position: fixed;
  top: 26px;
  right: 12px;
  width: 46px;
  height: 25px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  z-index: 200;
  cursor: pointer;
  pointer-events: auto;
  color: #0071BC;
  text-align: center;
}

#message {
  display: flex;
  align-items: center;
  background: url(../images/ladder.png);
  background-size: cover;
}
.left {
  width: 25%;
  margin: 0 auto;
}
.right {
  width: 75%;
  margin: 0 auto;
}
#message h3 {
  color: rgb(0, 104, 55);
  font-size: 21px;
  padding-bottom: 20px;
}
#message p {
  margin: 0 auto;
  font-family: 'NotoSansJP-Regular', sans-serif;
  font-size: 15px;
  line-height: 2.6;
}
.message-container {
  width: 85%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}



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

    #factory .el_humburger {
      display: none; } }

.el_humburger_wrapper {
  margin-bottom: 5px;
  width: 42px;
  display: inline-block; }

@media screen and (max-width: 1050px) {
  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 25px; } }

.el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none; }

.el_humburger_text.el_humburger_text__close {
  display: none; }

.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block; }

@media screen and (max-width: 1050px) {
  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px; } }

@media screen and (max-width: 1050px) {
  .el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000; } }

@media screen and (max-width: 1050px) {
  .js_humburgerOpen .el_humburger_text svg path {
    fill: #000; } }

.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 9px;
  height: 1px;
  background: rgb(0, 104, 55);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0; }

.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: rgb(0, 104, 55); }

@media screen and (max-width: 1050px) {
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: rgb(0, 104, 55);
     }
   }

.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg); }

.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0; }

.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg); }

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%; }

.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff; }

.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg); }

.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg); }

.navi {
  position: fixed;
  right: 0;
  top: 0;
  min-height: 100%;
  background: linear-gradient(to right, rgba(0,104,55) 0%, rgba(37, 180, 115) 100%);
  opacity: .8;
  width: 0;
  z-index: 3;
  padding-top: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
}

.js_humburgerOpen .navi{
  width: 580px;
}

@media screen and (max-width: 1050px) {
  .js_humburgerOpen .navi{
    width: 100%;
    padding: 100px 5% 0;
    }
}

.navi_inner{
  padding: 80px;
}

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

  .navi_inner{
    padding: 20px;
  }

}

.navi_item a{
  margin-bottom: 28px;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 2px;
  display: block;
}

.navi_item.op_innerLink {
  cursor: pointer;
}

@media screen and (max-width: 1050px) {
    .navi_item a{
      margin-left: 0;
      font-size: 15px; }
}

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

  .pc_menu{
    display: none;
  }

  .sp_menu{
    display: block;
    position: relative;
    z-index: 99;
  }
}


/*main*/

main{
  padding-top: 90px;
  width: 100%;
  overflow-x: hidden;
}

/*#fv*/

#fv{
  /* background-image: url(../images/top-background.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; */
  padding: 70px 0 0;
}

.main_view{
  position: relative;
  height: 100%;
  height: 585px;
}

.catch{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to right, rgba(0,104,55) 0%, rgba(37, 180, 115) 100%);
  height: 353px;
  width: 590px;
}

.catch_inner {
  /* padding: 30px 0 0 30px; */
  /* display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  width: 100%; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 65%;
}

.catch h1{
  /* 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;
  width: 100%; */

  color: #fff;
  font-size: 45px;
  line-height: 1.3;
  margin-bottom: 5px;
}

.catch_small {
  color: #fff;
  font-size: 20px;
}

.catch h1 img{
  width: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.handwrite_circle {
  position: relative;
  line-height: 2;
}

.handwrite_circle:before {
  position: absolute;
  top: -7px;
  left: -20px;
  content: "";
  width: 155px;
  height: 800px;
  background-size: contain;
  background-image: url( "../images/handwrite_circle.png");
  background-repeat: no-repeat; 
}

.main_view_img{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.main_view_img img{
  height: 500px;
}

.entry_btn{
  position: absolute;
  bottom: -56px;
  right: 168px;
  display: block;
  z-index: 2;
}

.entry_btn img{
  width: 118px;
}

/*#message*/

#message{
  padding: 70px 0 0px;
  /* margin-top: 223px; */
}

.menu_title{
  text-align: center;
  margin-bottom: 45px;
  font-size: 46px;
  font-weight: 100;
  font-family: 'bahnschrift', sans-serif;

  color: rgb(37, 180, 115);
  background: -webkit-linear-gradient(to right, rgb(0, 104, 55), rgb(37, 180, 115));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.menu_title img{
  width: 185px;
}

.message_box{
  width: 100%;
  padding: 45px 45px 80px;
  background-image: url(../images/image7.png);
  text-align: center;
}

.message_box_title{
  width: 380px;
  margin: 0 auto 30px;
}

.message_box_title img{
  width: 100%;
}

.message_box_text{
  font-size: 14px;
  line-height: 3;
  color: #fff;
  font-family: 'NotoSansJP-Regular', sans-serif;
}

/*voice*/

#voice{
  width: 100%;
}

.bg_w_block{
  background-color: #fff;
  padding-top: 362px;
  position: relative;
}

.bg_b_block{
  background-color: #E6E6E6;
  position: relative;
  padding-bottom: 36px;
  padding-top: 362px;

}

.voice_title_img_block{
  position: absolute;
  top: 132px;
  left: 0;
  z-index: 2;
}

.voice_title_img{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.voice_title{
  width: 280px;
  margin-left: 40px;
}

.voice_title img{
  width: 100%;
}

.voice_img{
  width: 665px;
}

.voice_img img{
  width: 100%;
}

.voice_detail_text{
  position: absolute;
  right: 0;
  top: 45px;
  z-index: 2;
  background-image: url(../images/voice-text-background.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 55px 25px 25px;
  color: #fff;
  font-family: 'NotoSansJP-Regular', sans-serif;
  font-size: 14px;
  line-height: 2;
}

.voice_box_wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0 7px;
}

.voice_box{
  width: calc((100% - 15px)/2);
  margin-bottom: 15px;
}

.voice_bg_bottom{
  background-image: url(../images/bg_b_s.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 350px;
}

.voice_box_bg_img{
  width: 100%;
}

.joining{
  position: absolute;
  right: 7px;
  top: 10px;
  background-color: #fff;
  font-size: 14px;
  padding: 1px 35px 1px 10px;
  color: #076BAF;
  z-index: 5;
}

.voice_box_inner{
  padding: 7px;
}

.voice_box_top{
  padding: 20px 0 30px;
}

.employee_name{
  margin-left: 60px;
  padding-left: 70px;
  padding-bottom: 20px;
  /* color: #fff; */
  font-size: 20px;
  font-family: 'NotoSansJP-Regular', sans-serif;
  border-bottom: 1.5px solid #fff;
}

.employee_img01{
  position: relative;
}

.employee_img01:before{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 95px;/*画像の幅*/
  height: 95px;/*画像の高さ*/
  background-image: url(../images/interview-person.jpeg);
  background-size: contain;
  vertical-align: middle;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -57px;
}

.employee_img02{
  position: relative;
}

.employee_img02:before{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 95px;/*画像の幅*/
  height: 95px;/*画像の高さ*/
  background-image: url(../images/interview-person.jpeg);
  background-size: contain;
  vertical-align: middle;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -57px;
}

.employee_img03{
  position: relative;
}

.employee_img03:before{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 95px;/*画像の幅*/
  height: 95px;/*画像の高さ*/
  background-image: url(../images/interview-person.jpeg);
  background-size: contain;
  vertical-align: middle;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -57px;
}

.employee_img04{
  position: relative;
}

.employee_img04:before{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 95px;/*画像の幅*/
  height: 95px;/*画像の高さ*/
  background-image: url(../images/interview-person.jpeg);
  background-size: contain;
  vertical-align: middle;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -57px;
}

.employee_img_woman{
  position: relative;
}

.employee_img_woman:before{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 95px;/*画像の幅*/
  height: 95px;/*画像の高さ*/
  background-image: url(../images/interview-person_woman.png);
  background-size: contain;
  vertical-align: middle;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -57px;
}

.voice_box_bottom{
  padding: 10px;
  /* position: relative; */
}

.voice_box_bottom_title{
  font-family: 'NotoSansJP-Bold', sans-serif;
  font-size: 14px;
  /* color: #fff; */
  color: rgba(37, 180, 115);
  margin-bottom: 10px;
}

.voice_box_bottom_detail{
  font-size: 12px;
  /* color: #fff; */
  font-family: 'NotoSansJP-Regular', sans-serif;
  line-height: 1.6;
}

.voice_box_bottom_name{
  font-size: 12px;
  color: grey;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.btn_area{
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  z-index: 5;
}

.btn_area a{
  display: block;
  text-align: center;
}

.btn_area a img{
  width: 28px;
}

.bg_b_s{
  background: -webkit-gradient(linear, to right, (rgba(0, 185, 152)), (rgba(4, 171, 115)));
  background: linear-gradient(180deg, rgba(0, 185, 152,1) 0%, rgba(4, 171, 115,1) 100%);
  position: absolute;
  top: -7px;
  left: -7px;
  z-index: 1;
  background: #C8F1C9;
  border-radius: 10px;
}

/*#point*/

#point{
  background-color: #fff;
  padding: 82px 0 78px;
  position: relative;
  width: 100%;
}

.point_title_detail{
  position: absolute;
  right: 0;
  top: 0px;
  width: 70%;
  max-width: 765px;
  background-image: url(../images/point-text-background.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 18px;
  color: #fff;
  font-size: 14px;
  font-family: 'NotoSansJP-Regular', sans-serif;
  z-index: 1;
}

.point_title_block{
  margin-bottom: 70px;
}

.point_title{
  /* width: 175px;
  margin: 0 20px; */
}

.point_box_wrap{
  width: 100%;
}

.point_box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
}

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

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

.point_box_img{
  width: 50%;
}

.point_box_img img{
  width: 100%;
}

.point_box_text{
  width: 50%;
}

.point_box_title{
  padding-left: 40px;
  position: relative;
}

.point_box_title img{
  width: 335px;
}

.point_box_title::after{
  content: "";
  position: absolute;
  bottom: 0px;
  left: -14px;
  width: calc(100% + 14px);
  height: 4px;
  background: linear-gradient(to right, rgba(0, 104, 55,1) 0%, rgba(37,180,115,1) 100%);
}

.point_box_title_left{
  padding-left: 40px;
  position: relative;
}

.point_box_title_left img{
  width: 335px;
}

.point_box_title_left::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 14px);
  height: 4px;
  background: linear-gradient(to right, rgba(0, 104, 55,1) 0%, rgba(37,180,115,1) 100%);

}

.point_box_text_detail{
  padding: 20px 20px 20px 40px;
  color: #000;
  font-size: 14px;
  line-height: 1.8;
  font-family: 'NotoSansJP-Regular', sans-serif;
}


/*#recruit*/

#recruit{
  padding: 100px 0 120px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: linear-gradient(to bottom, rgba(250, 250, 250,1) 90%, rgb(230,230, 230) 100%);

}

.recruitment_title{
  text-align: center;
  margin-bottom: 20px;
  font-size: 46px;
  color: #fff;
  /* font-family: 'bahnschrift', sans-serif;
  font-weight: 100; */
}

.recruitment_sub_text{
  text-align: center;
  margin-bottom: 75px;
  /* font-family: 'bahnschrift', sans-serif;
  font-weight: 100; */
}

.recruitment_title img{
  width: 290px;
}

.recruit_content{
  width: 100%;
}

.tab-group{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 85px;
}

.tab{
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px;
  border-radius: 20px 20px 0 0;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  cursor:pointer;
  color: #666;
  width: calc((100% - 30px) /4);
  margin-right: 10px;
  position: relative;
}

.tab:last-child{
  margin-right: 0;
}

.tab h3{
   font-size: 18px;
   margin-bottom: 5px;
   font-family: 'NotoSansJP-Bold', sans-serif;
   position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 3.2rem;
}

.tab p{
  font-size: 10px;
  font-family: 'NotoSansJP-Bold', sans-serif;

}

.tab::after{
  content: "";/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 15px;/*画像の幅*/
  height: 8px;/*画像の高さ*/
  background-image: url(../images/arrow.png);
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tab.is-active::after{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 15px;/*画像の幅*/
  height: 8px;/*画像の高さ*/
  background-image: url(../images/arrow_w.png);
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.panel-group{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 38px 0 76px 76px;
    /* height: 1400px; */
    background: white;
}

.panel{
    display:none;
}

.tab.is-active{
   background: #69ca6d;
    color:#FFF;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.panel.is-show{
    display:block;
}

.recruit_title{
  text-align: center;
  margin-bottom: 43px;
}

.recruit_title img{
  width: 350px;
}

.recruit_list{
  width: 100%;
}

.recruit_item{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  padding: 40px 10px;
  position: relative;
}

.recruit_item::before{
  content: "";
  position: absolute;
  background: linear-gradient(to right, rgba(0,104,55) 0%, rgba(37, 180, 115) 100%);
  height: 2.5px;
  width: 100%;
  top: 0;
  left: 0;
}

.recruit_item:first-child::before{
  display: none;
}

.recruit_item:last-child::after{
  content: "";
  position: absolute;
  background: linear-gradient(to right, rgba(0,104,55) 0%, rgba(37, 180, 115) 100%);
  height: 2.5px;
  width: 100%;
  bottom: 0;
  left: 0;
}

.recruit_item_title{
  width: 180px;
  font-size: 18px;
  letter-spacing: 0.3em;
  color: #69ca6d;
}

.recruit_item_text{
  width: calc(100% - 180px);
  font-size: 18px;
  font-family: 'NotoSansJP-Regular', sans-serif;
  /* padding: 20px; */
}

/*#entry*/

#entry{
  background-color: #fff;
  padding: 70px 0;
}

.entry_title{
  width: 100%;
  padding: 10px;
  line-height: 1;
  font-size: 46px;
  background: linear-gradient(to right, rgba(0,104,55) 0%, rgba(37, 180, 115) 100%);
  margin-bottom: 45px;
  font-family: 'bahnschrift', sans-serif;
  color: #fff;
  text-align: center;
  font-weight: 100;
}

.entry_title img{
  width: 100%;
}

.entry_top_text h3{
  font-size: 18px;
  font-family: 'NotoSansJP-Bold', sans-serif;
  color: #4D4D4D;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 30px;
}

.entry_tel_box{
  background: linear-gradient(to right, rgba(0,104,55) 0%, rgba(37, 180, 115) 100%);
  padding: 2px;
  width: 475px;
  margin: 0 auto 25px;
}

.entry_tel{
  background-color: #fff;
  padding: 2px 20px;
  width: 100%;
  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;
  font-family: 'NotoSansJP-Bold', sans-serif;
  font-size: 17.5px;
  color: #4D4D4D;
}

.entry_tel img{
  height: 32px;
  width: 32px;
  margin-right: 32px;
}

.tel_detail_text{
   text-align: center;
   font-size: 14px;
   font-family: 'NotoSansJP-Regular', sans-serif;
   color: #4D4D4D;
   line-height: 1.7;
   margin-bottom: 40px;
}

.entry_form_area{

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 125px 95px;
  border: 1px solid rgb(37, 180, 115);
}

.entry_form_list{
  width: 100%;
}

.entry_form_item{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  position: relative;
}

.entry_form_item::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(0,104,55) 0%, rgba(37, 180, 115) 100%);
  bottom: 0;
  left: 0;

}

.required{
  width: 85px;
}

.required_none{
  width: 85px;
}

.required p{
  padding: 3px 10px;
  border-left: solid 1px rgb(0, 104, 55);
  border-right: solid 1px rgb(37, 180, 115);
  position: relative;
  color: rgb(32, 143, 111);
  font-size: 12px;
  font-family: 'NotoSansJP-Bold', sans-serif;
  display: inline-block;
}

.required p::before{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(0,104,55) 0%, rgba(37, 180, 115) 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.required p::after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(0,104,55) 0%, rgba(37, 180, 115) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.form_item{
  font-size: 14px;
  letter-spacing: 0.2em;
  color: rgb(32, 143, 111);
  width: 185px;
}

.input_area{
  width: calc(100% - 270px);
}

.input_block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input_block_birth_day{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.radio-input{
  display: none;
}
.radio-input + label{
  padding-left: 25px;
  position:relative;
  margin-right: 10px;
  color: #808080;
  font-size: 14px;
  font-family: 'NotoSansJP-Bold', sans-serif;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid rgb(32, 143, 111);
  border-radius: 50%;
  background-color: #fff;
}
.radio-input:checked + label{
  color: rgb(32, 143, 111);
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: rgb(32, 143, 111);
  border-radius: 50%;
}

.error_text{
  font-size: 12px;
  font-family: 'NotoSansJP-Bold', sans-serif;
  color: #ED1C24;
  margin-top: 5px;
  display: none;
}

.cp_ipselect {
	overflow: hidden;
	width: 90%;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}

.cp_ipselect.cp_sl01 {
	position: relative;
  background: #ffffff;
  border: 1px solid rgb(32, 143, 111);

}

.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	pointer-events: none;
}

.cp_ipselect.cp_sl01 select {
	padding: 5px 20px;
	color: #808080;
  text-align: center;
  font-size: 14px;
  font-family: 'NotoSansJP-Bold', sans-serif;
  letter-spacing: 0.1em;
}

.select_label{
  display: -webkit-box;
  display: box;
  box-pack:center;
  -webkit-box-pack:center;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
}

input[type="text"] {
    border: none;
    border-radius: 0;
    outline: none;
    border: 1px solid rgb(32, 143, 111);

}

input[type="email"], input[type="number"], input[type="tel"] {
  border: 1px solid rgb(32, 143, 111);
      border-radius: 0;
    outline: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
  -moz-appearance:textfield;
}

.input_w90{
  background-color: #fff;
  padding: 5px;
  font-size: 14px;
  font-family: 'NotoSansJP-Bold', sans-serif;
  letter-spacing: 0.1em;
  width: 90%;
  color: #808080;
}

.input_w30{
  background-color: #fff;
  padding: 5px;
  font-size: 14px;
  font-family: 'NotoSansJP-Bold', sans-serif;
  letter-spacing: 0.1em;
  width: 30%;
  color: #808080;
  margin-bottom: 10px;
}

.input_w40{
  background-color: #fff;
  padding: 5px;
  font-size: 14px;
  font-family: 'NotoSansJP-Bold', sans-serif;
  letter-spacing: 0.1em;
  width: 40%;
  color: #808080;
  margin-top: 10px;
}

.input_birthday{
  background-color: #fff;
  padding: 5px;
  font-size: 14px;
  font-family: 'NotoSansJP-Bold', sans-serif;
  letter-spacing: 0.1em;
  width: 20%;
  color: #808080;
}

.birthday_unit{
  padding: 0 10px;
  font-family: 'NotoSansJP-Bold', sans-serif;
  font-size: 12px;
  color: #808080;
}

.search_btn{
  font-family: 'NotoSansJP-Bold', sans-serif;
  font-size: 12px;
  background: linear-gradient(to right, rgba(0,104,55) 0%, rgba(37, 180, 115) 100%);
  color: #fff;
  border-radius: 20px;
  display: block;
  padding: 5px 10px;
  letter-spacing: 0.1em;
  margin-left: 10px;
  margin-bottom: 10px;
  border: none;
}

.privacy_block{
  margin: 20px 0 60px;
}

.privacy_area{
  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;
}

.checkbox-input{
  display: none;
}
.checkbox-parts{
  padding-left: 30px;
  position:relative;
  color: rgb(32, 143, 111);
  font-size: 12px;
  font-family: 'NotoSansJP-Bold', sans-serif;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid rgb(32, 143, 111);
}
.checkbox-input:checked + .checkbox-parts{
  color: #0071BC;
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #0071BC;
  border-right: 3px solid #0071BC;
}

.submit_btn_area{
  text-align: center;
}

.submit_btn{
  padding: 10px;
  background: linear-gradient(to right, rgba(0,104,55) 0%, rgba(37, 180, 115) 100%);

  color: #fff;
  font-family: 'NotoSansJP-Bold', sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  border: none;
}

/*footer*/

footer{
  background: linear-gradient(to right, rgba(0,104,55) 0%, rgba(37, 180, 115) 100%);
  padding: 30px 80px;
  height:81px;
}

.footer_content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.copy{
  color: #fff;
  font-size: 14px;
  font-family: 'NotoSansJP-Regular', sans-serif;
}
.footer-box {
  display: flex;
}
.footer-box p {
  color: white;
  font-family: 'NotoSansJP-Regular', sans-serif;

}
.site_name{
  padding-left: 20px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-family: 'NotoSansJP-Regular', sans-serif;
}

/*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_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);
}

/*thanks*/

.thanks_wrap{
  height: calc(100vh - 171px);
  width: 100%;
  position: relative;
}

.thanks_content{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.thanks_content img{
  width: 230px;
  margin-bottom: 30px;
}

.thanks_content p{
  font-size: 14px;
  color: #000;
}




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

  .catch{
    height: 240px;
    width: 80%;

  }

  .main_view_img{
  }

  .main_view_img img{
    height: 375px;
  }

  .catch h1 img{
    height: 175px;
  }

  .catch h1 {
    font-size: 30px;
  }

  .catch_small {
    font-size: 16px;
  }

  .handwrite_circle:before {
    width: 135px;
  }

  .message_box_text{
    font-size: 13px;
  }

  .voice_title_img{
    display: block;
  }

  .voice_title{
    margin-bottom: 30px;
  }

  .voice_img{
    width: 100%;
    margin-bottom: 30px;
  }

  .voice_detail_text{
    position: static;
    margin-bottom: 30px;
    margin-top: 50px;
  }

  .voice_box_wrap{
    display: block;
  }

  .voice_box{
    width: 100%;
    margin-bottom: 30px;
  }

  .point_title_detail{
    position: static;
    margin-bottom: 30px;
    width: 100%;
  }

  .sp_none{
    display: none;
  }

  .sp_block{
    display: block;
  }

  .point_box{
    display: block;
  }

  .point_box_img{
    width: 100%;
    margin-bottom: 20px;
  }

  .point_box_text{
    width: 100%;
  }

  .point_box_text_detail{
    font-size: 13px;
    padding: 20px 20px 20px 20px;
  }

  .tab h3{
    font-size: 14px;
  }

  .panel-group{
    padding: 30px;
    /* height: 1180px; */
  }

  #recruit{
    padding: 100px 0 100px;
  }

  .recruit_item{
    padding: 10px 0;
  }

  .tab{
    width: calc(100% / 4);
    margin-right: 0;
  }

  .recruit_item_title{
    font-size: 14px;
  }

  .recruit_item_text{
    font-size: 14px;
  }

  .input_block{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .entry_top_text h3{
    font-size: 14px;
  }

  .tel_detail_text{
    font-size: 13px;
  }

  .entry_form_area{
    padding: 30px;
  }

  .voice_bg_bottom{
    height: 300px;
  }

  .point_title_block{
    margin-bottom: 30px;
  }

  .point_box_title{
    padding-left: 0;
  }

  .point_box_title::after{
    left: 0;
    width: 100%;
  }

  .point_box_title_left{
    padding-left: 0;
  }

  .point_box_title_left::after{
    width: 100%;
  }

  .voice_title_img_block{
    position: static;
  }

  .voice_detail_text{
    position: static;
  }

  .bg_w_block{
    padding-top: 70px;
  }

  .bg_b_block{
    padding-top: 20px;
  }

  #message{
    margin-top: 50px;
  }

  footer{
    padding: 20px;
    height: 85px;
  }

  .footer_content{
    display: block;
    text-align: center;
  }

  .copy{
    font-size: 11px;
    margin-bottom: 10px;
  }

  .site_name{
    font-size: 13px;
  }

  .thanks_wrap{
    height: calc(100vh - 175px);
    width: 100%;
    position: relative;
  }

}

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

  .voice_bg_bottom{
    height: 430px;
  }

  .catch{
    height: 165px;
    padding-left: 0px;
  }

  .catch h1 img{
    height: 135px;
  }

  .catch h1{
    font-size: 22px;
  }

  .catch_small {
    font-size: 14px;
  }

  .handwrite_circle:before {
    width: 120px;
  }

  .main_view_img img{
    height: 300px;
  }

  .main_view{
    height: 450px;
  }

  .entry_btn{
    right: 30px;
  }

  .entry_btn img{
    width: 100px;
  }

  #fv{
    padding: 50px 0 0;
  }

  #message{
    margin-top: 50px;
  }

  .message_box{
    padding: 20px 20px 40px;
  }

  .message_box_title{
    width: 100%;
  }

  .tab-group{
    height: auto;
    display: block;
  }

  .tab{
    width: 100%;
    border-radius: 20px 20px 20px 20px;
    margin-bottom: 10px;
  }

  .tab h3{
    font-size: 13px;
  }

  .tab h3{
    position: static;
  }

  .tab p{
    margin-bottom: 20px;
  }

  .recruit_title img{
    width: 100%;
  }

  .recruit_item{
    display: block;
  }
  .recruit_item_text{
    width: 100%;
    padding: 0;
    margin-top: 10px;
    font-size: 13px;
  }

  .panel-group{
    padding: 10px;
    /* height: 1000px; */
  }

  #recruit{
    padding: 50px 0;
  }

  .entry_tel_box{
    width: auto;
  }

  .entry_form_item{
    padding: 15px 0;
    display: block;
  }

  .required p{
    font-size: 10px;
  }

  .required{
    margin-bottom: 5px;
    width: 100%;
  }

  .form_item{
    font-size: 12px;
    margin-bottom: 5px;
    width: 100%;
  }

  .input_area{
    width: 100%;
  }

  .privacy_area{
    display: block;
  }

  main{
    padding-top: 70px;
  }

  .header_inner{
    height: 70px;
    padding: 0 20px;
  }

  .logo_img{
    width: 220px;
  }

  .voice_box_inner{
    padding: 30px 7px 7px;
  }

  .voice_detail_text{
    font-size: 13px;
  }

  .point_title_detail{
    font-size: 13px;
  }

  .cp_ipselect{
    width: 100%;
  }

  .input_w90{
    width: 100%;
  }

  .menu_title img{
    width: 150px;
  }

  .point_box{
    margin-bottom: 30px;
  }

  #point{
    padding: 50px 0 20px;
  }

  .menu_title{
    font-size: 35px;
  }

  .recruitment_title{
    font-size: 35px;
  }

  .entry_title{
    font-size: 35px;
  }

  .bg_w_block{
    padding-top: 50px;
  }

  .point_box_title img{
    width: 250px;
  }

  .point_box_title_left img{
    width: 250px;
  }

  .voice_detail_text{
    margin-top: 0;
  }

  .thanks_wrap{
    height: calc(100vh - 155px);
    width: 100%;
    position: relative;
  }

  .thanks_content p{
    font-size: 13px;
  }

}
.common_wrap_not_b {
  background-image: none;
}
@media screen and (max-width: 1000px) {
  #message {
    margin-top: 0;
    padding-bottom: 50px;
  }
  #message h2 {
    margin-bottom: 20px;
  }
  .message-container {
    display: block;
    max-width: 880px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .right {
    width: 100%;
  }

}
@media screen and (max-width: 768px) {
  .left {
    width: 100%;
  }
  .common_wrap_b {
    padding-bottom: 150px;
  }
  @media screen and (max-width: 435px) {
    #message h3 {
      font-size: 18px;
    }
  }
}
@media screen and (max-width: 1400px) {
  .main_view {
    height: 850px;
  }
}
@media screen and (max-width: 1000px) {
  video {
    max-width: 800px;
    width: 90%;
    margin: 0 0 0 auto;
    display: block;
  }
}
@media screen and (max-width: 850px) {
  .main_view {
    height: 700px;
  }
}
@media screen and (max-width: 600px) {
  .main_view {
    height: 550px;
  }
}
@media screen and (max-width: 580px) {
  
  .main_view_img {
    bottom: 15px;
  }
  
}
@media screen and (max-width: 450px) {
  .main_view {
    height: 450px;
  }
}

.section_title {
  color: rgba(37, 180, 115);
  background: linear-gradient(to right, rgba(0,104,55) 0%, rgba(37, 180, 115) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
}

.resume_input {
  background-color: #fff;
  margin-top: 5px;
  padding: 5px;
  font-size: 14px;
  font-family: 'NotoSansJP-Bold', sans-serif;
  letter-spacing: 0.1em;
  /* width: 90%; */
  color: #808080;
  border: solid 1px rgb(32, 143, 111);
}

.recruit_item_text_yellow_green {
  color: #69ca6d;
}

.recruit_sub_item {
  margin-bottom: 20px;
}

.section_title {
  width: 100%;
}

.employee_name_sub_text {
  font-size: 12px;
    color: grey;
    position: absolute;
    bottom: 3px;
    left: 70px;
}