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

::-webkit-scrollbar {
  width: 5px;
  height: 0px;
  overflow-y: scroll;
}

::-webkit-scrollbar-track {
  box-shadow:0 0 5px #ccc inset ;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #00CCFF;
  border-radius: 5px;
}

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;
}

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

.pc_menu_item{
  margin-left: 75px;
}

.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: -webkit-gradient(linear, left top, right top, from(rgba(66,100,175,1)), to(rgba(0,212,255,1)));
  background: linear-gradient(90deg, rgba(66,100,175,1) 0%, rgba(0,212,255,1) 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;
}

@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: #0071BC;
  -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: #0071BC; }

@media screen and (max-width: 1050px) {
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: #0071BC;
     }
   }

.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: -webkit-gradient(linear, left top, right top, from(rgba(66,100,175,0.9)), to(rgba(65,168,224,0.9)));
  background: linear-gradient(90deg, rgba(66,100,175,0.9) 0%, rgba(65,168,224,0.9) 100%);
  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/image1.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: -webkit-gradient(linear, left top, right top, from(rgba(66,100,175,0.9)), to(rgba(65,168,224,0.9)));
  background: linear-gradient(90deg, rgba(66,100,175,0.9) 0%, rgba(65,168,224,0.9) 100%);
  padding-left: 137px;
  height: 353px;
  width: 590px;
}

.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%;
}

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

.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 100px;
  margin-top: 223px;
}

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

.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: linear-gradient(90deg, rgba(175,238,238,0.9) 0%, rgba(70,130,180,0.9) 100%);
  position: relative;
  padding-bottom: 32px;
  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: 180px;
  margin-left: 40px;
}

.voice_title img{
  width: 100%;
}

.voice_img{
  width: 665px;
}

.voice_img img{
  width: 100%;
}

.title_mcr {
  font-size: 40px;
  text-align: center;
  color: white;
  border-bottom: 2px solid white;
  margin: 0 auto 50px auto;
  width: 400px;
}

.title_ng {
  font-size: 40px;
  text-align: center;
  color: white;
  border-bottom: 2px solid white;
  margin: 50px auto 50px auto;
  width: 400px;
}

.voice_detail_text{
  position: absolute;
  right: 0;
  top: 45px;
  z-index: 2;
  background-image: url(../images/image9.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: 160px;
}

.mem-image {
  margin: 40px auto 0 auto;
  max-width: 50%;
}

.voi_comment {
  margin-top: 40px;
}

.voi_comment h3 {
  margin: 18px auto 0 auto;
}

.voi_comment span {
  color: #009FFF;
}

.voi_comment p {
  margin: 5px auto 30px auto;
}

.br-pc {
  display: block;
}

.br-tb {
  display: none;
}

.br-sp {
  display: none;
}

.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/staff01.jpg);
  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/staff02.jpg);
  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/staff03.jpg);
  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/staff04.jpg);
  background-size: contain;
  vertical-align: middle;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -57px;
}

.employee_img05{
  position: relative;
}

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

.employee_img06{
  position: relative;
}

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

.employee_img07{
  position: relative;
}

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

.employee_img08{
  position: relative;
}

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

.employee_img09{
  position: relative;
}

.employee_img09:before{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 95px;/*画像の幅*/
  height: 95px;/*画像の高さ*/
  background-image: url(../images/staff09.jpg);
  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;
  margin-bottom: 10px;
}

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

.btn_area{
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: auto;
  margin: auto;
  text-align: center;
  z-index: 5;
}

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

.btn_area a img{
  width: 28px;
}

.bg_b_s{
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,139,139,1)), to( rgba(64,224,208,1)));
  background: linear-gradient(180deg, rgba(0,139,139,1) 0%, rgba(64,224,208,1) 100%);
  position: absolute;
  top: -7px;
  left: -7px;
  z-index: 1;
}

.bg_b_n{
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(72,161,171,1)), to(rgba(105,193,118,1)));
  background: linear-gradient(180deg, rgba(72,161,171,1) 0%, rgba(105,193,118,1) 100%);
  position: absolute;
  top: -7px;
  left: -7px;
  z-index: 1;
}

/*モーダルウィンドウ*/
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  height : 65%;
  width: 95%;
  overflow : auto;
  transform:translate(-50%,-50%);
  padding: 10px 30px;
  background-color: #fff;
  text-align: center;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}

/*#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/image15.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;
}

.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: -webkit-gradient(linear, left top, right top, from(rgba(66,100,175,1)), to(rgba(65,168,224,1)));
  background: linear-gradient(90deg, rgba(66,100,175,1) 0%, rgba(65,168,224,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: -webkit-gradient(linear, left top, right top, from(rgba(66,100,175,1)), to(rgba(65,168,224,1)));
  background: linear-gradient(90deg, rgba(66,100,175,1) 0%, rgba(65,168,224,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 1200px;
  background-image: url(../images/image22.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.recruitment_title{
  text-align: center;
  margin-bottom: 75px;
  font-size: 46px;
  color: #fff;
  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: 75px;
}

.tab{
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 5px;
  margin-bottom: -25px;
  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: 17px;
   margin-bottom: 5px;
   font-family: 'NotoSansJP-Bold', sans-serif;
}

.tab h4{
   font-size: 14px;
   margin-top: 5px;
   margin-bottom: 5px;
   font-family: 'NotoSansJP-Bold', sans-serif;
}

.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_b.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-image: url(../images/image27.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 38px 0 76px 76px;
    height: 2240px;
}

.panel{
    display:none;
}

.tab.is-active{
   background: -webkit-gradient(linear, left top, right top, from(rgba(66,100,175,1)), to(rgba(65,168,224,1)));
   background: linear-gradient(90deg, rgba(66,100,175,1) 0%, rgba(65,168,224,1) 100%);
    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;
}

.info {
  padding-bottom: 30px;
  margin-bottom: 10px;
  color: #666;
  background-color: white;
  opacity: 0.8;
}

.recruit_list{
  width: 100%;
}

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

.recruit_item::before{
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(66,100,175,1)), to(rgba(65,168,224,1)));
  background: linear-gradient(90deg, rgba(66,100,175,1) 0%, rgba(65,168,224,1) 100%);
  height: 2.5px;
  width: 100%;
  top: 0;
  left: 0;
}

.recruit_item:last-child::after{
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(66,100,175,1)), to(rgba(65,168,224,1)));
  background: linear-gradient(90deg, rgba(66,100,175,1) 0%, rgba(65,168,224,1) 100%);
  height: 2.5px;
  width: 100%;
  bottom: 0;
  left: 0;
}

.recruit_item_title{
  width: 180px;
  color: #fff;
  font-size: 18px;
  font-family: 'NotoSansJP-Bold', sans-serif;
  letter-spacing: 0.3em;
}

.recruit_item_text{
  width: calc(100% - 180px);
  color: #fff;
  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: -webkit-gradient(linear, left top, right top, from(rgba(200,210,226,1)), to(rgba(105,189,211,1)));
  background: linear-gradient(90deg, rgba(200,210,226,1) 0%, rgba(105,189,211,1) 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: -webkit-gradient(linear, left top, right top, from(rgba(66,100,175,1)), to(rgba(65,168,224,1)));
  background: linear-gradient(90deg, rgba(66,100,175,1) 0%, rgba(65,168,224,1) 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: -webkit-gradient(linear, left top, right top, from(rgba(200,210,226,0.35)), to(rgba(105,189,211,0.35)));
  background: linear-gradient(90deg, rgba(200,210,226,0.35) 0%, rgba(105,189,211,0.35) 100%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 125px 95px;
}

.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: -webkit-gradient(linear, left top, right top, from(rgba(66,100,175,1)), to(rgba(65,168,224,1)));
  background: linear-gradient(90deg, rgba(66,100,175,1) 0%, rgba(65,168,224,1) 100%);
  bottom: 0;
  left: 0;

}

.required{
  width: 85px;
}

.required_none{
  width: 85px;
}

.required p{
  padding: 3px 10px;
  border-left: solid 1px rgba(66,100,175,1);
  border-right: solid 1px rgba(65,168,224,1);
  position: relative;
  color: #0071BC;
  font-size: 12px;
  font-family: 'NotoSansJP-Bold', sans-serif;
  display: inline-block;
}

.required p::before{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(66,100,175,1)), to(rgba(65,168,224,1)));
  background: linear-gradient(90deg, rgba(66,100,175,1) 0%, rgba(65,168,224,1) 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.required p::after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(66,100,175,1)), to(rgba(65,168,224,1)));
  background: linear-gradient(90deg, rgba(66,100,175,1) 0%, rgba(65,168,224,1) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.form_item{
  font-size: 14px;
  letter-spacing: 0.2em;
  font-family: 'NotoSansJP-Bold', sans-serif;
  color: #0071BC;
  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 #fff;
  border-radius: 50%;
  background-color: #fff;
}
.radio-input:checked + label{
  color: #0071BC;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #0071BC;
  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;
}

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

input[type="email"] {
    border: none;
    border-radius: 0;
    outline: none;
}

input[type="tel"] {
    border: none;
    border-radius: 0;
    outline: none;
}

.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-color: #0071BC;
  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;
}

.privacy-policy {
  color: #555;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 700px;
  height: 200px;
  overflow-y: scroll;
  padding: 6px 12px;
  margin-left: 5px;
}

.checkbox-input{
  display: none;
}
.checkbox-parts{
  padding-left: 30px;
  position:relative;
  color: #0071BC;
  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;
}
.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: -webkit-gradient(linear, left top, right top, from(rgba(66,100,175,1)), to(rgba(65,168,224,1)));
  background: linear-gradient(90deg, rgba(66,100,175,1) 0%, rgba(65,168,224,1) 100%);
  color: #fff;
  font-family: 'NotoSansJP-Bold', sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  border: none;
}

/*footer*/

footer{
  background: -webkit-gradient(linear, left top, right top, from(rgba(66,100,175,1)), to(rgba(65,168,224,1)));
  background: linear-gradient(90deg, rgba(66,100,175,1) 0%, rgba(65,168,224,1) 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;
}

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

  .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: 1680px;
  }

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

  .recruit_item{
    padding: 10px 0;
  }

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

  .info {
    padding-bottom: 30px;
    margin-bottom: 10px;
    color: #666;
    background-color: white;
    opacity: 0.8;
  }

  .info dd {
    font-size: 14px;
  }

  .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: 160px;
  }

  .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: 160px;
  }

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

  .catch h1 img{
    height: 135px;
  }

  .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 p{
    margin-bottom: 20px;
  }

  .info {
    padding-bottom: 30px;
    margin-bottom: 10px;
    color: #666;
    background-color: white;
    opacity: 0.8;
  }

  .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: 1600px;
  }

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

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

}

@media screen and (max-width: 420px) {
  .modal-style {
    margin-top: 40px;
  }

  .modal-link {
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-size: 19px;
    color: #00CCFF;
    padding: 35px;
    margin: auto;
    display: block;
    text-align: center;
    height: 100px;
    width: 280px;
  }
}

.base {
  padding: 0 20px;
  text-align: center;
  background-size: cover;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .base {
    padding: 0 12px 20px;
  }
}

.btn {
  padding: 8px 15px;
  margin-top: 45px;
  text-decoration: none;
  display: block;
  text-align: center;
  border-radius: 6px;
  font-size: 16px;
  color: #00CCFF;
  border: 2px solid #00CCFF;
  background-color: #FFFFFF;
  box-sizing: border-box;
  -webkit-box-align: center;
  transition: background 1s;
}

.btn:hover {
 color: #FFFFFF;
 background-color: #00CCFF;
}

@media screen and (max-width: 900px) {
  .btn {
    padding: 10px 0;
    font-size: 20px;
  }
}

.modal-style {
  margin-top: 90px;
}

.modal-link {
  font-family: "HGP創英角ｺﾞｼｯｸUB";
  font-size: 25px;
  color: #00CCFF;
  padding: 26px;
  margin: auto;
  display: block;
  text-align: center;
  height: 100px;
  width: 400px;
}

.overlay {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s ease-in-out;
  text-align: center;
}

.btn_area2 {
    background: none;
    overflow-y: auto;
    padding: 20px 25px;
    height: 90%;
    width: 90%;
    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: show 0.6s linear 0s;
    filter: drop-shadow(0px 2px 6px #777);
}

.modal-close2 {
    color: #FFF;
    text-decoration: none;
    font-size: 5rem;
    line-height: 1;
    padding: 0 8px;
}

.modal-close2:hover, .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}

.modal-top {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
}

.modal-close {
    color: #003399;
    text-decoration: none;
    font-size: 2rem;
    line-height: 1;
    padding: 0 8px;
}

.modal-close:hover, .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}

@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

.movie {
  margin-top: 50px;
}

.movie-size {
  width: 660px;
  height: 415px;
}

.movie-modal {
  width: 980px;
  height: 615px;
}

@media screen and (max-width: 420px) {
  .movie {
    margin: 40px auto 0;
    text-align: center;
  }

  .movie-size {
    width: 340px;
    height: 215px;
  }

  .movie-modal {
    width: 340px;
    height:  215px;
    margin: 40px auto 0;
  }
}
