@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 480px) {
  html, body {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
body {
  -webkit-text-size-adjust: 100%;
  line-height: 1.5em;
  line-height: 1.8em;
  font-family: -apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #000;
  font-size: 18px;
  text-align: justify;
  font-size: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

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

a {
  color: #1e2679;
  text-decoration: none;
}
a img {
  transition: all .2s;
}

a:link {
  color: #1e2679;
  text-decoration: none;
}

a:visited {
  color: #1e2679;
  text-decoration: none;
}

a:hover {
  color: #547caf;
  text-decoration: underline;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.sp_only {
  display: none;
}
.sp_only768 {
  display: none;
}

.sp_only_kaigyo {
  display: none;
}

.no_wrap{
    white-space: nowrap;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb150 {
  margin-bottom: 150px;
}

.mt150 {
  margin-top: 150px;
}

.fnt12 {
  font-size: 12px;
}

.fnt_s {
  font-size: 80%;
}

.fnt_l {
  font-size: 120%;
}

.txt_mincho {
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

@media screen and (max-width: 768px) {
    
  .sp_only768 {
    display: inline;
  }
    .pc_only{
        display: none;
    }
  .sp_hide {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 16px;
  }

  .sp_hide480 {
    display: none;
  }

  .sp_only {
    display: inline;
  }
}
/* ヘッダー画像
---------------------------------------------------------------------------------------------------------------------------------------*/
header {
  
}

header .sp {
  display: none;
}

h1{
    white-space: nowrap;
    font-size: 12px;
    line-height: 1.8;
    padding-bottom: 5px;
}

.copy{
    position: fixed;
    display: flex;
    transform: rotate(270deg);
    left: -4em;
    top: calc(70px + 12em);
    z-index: 1;
    font-size: 80%;
}
.copy:after{
    content: "";
    position: absolute;
    width: 6em;
    height: 1px;
    background: #000;
    right: -6em;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width: 1023px) {
    header{
        padding-top: 60px;
    }
}
@media screen and (max-width: 768px) {
  /*    header .pc_header {
              height: 0;
               表示画像の高さ ÷ 表示画像の幅 × 100 
              padding-top: 40.5%;
              margin-top: 60px;
      }*/

  .slider_top2 {
    display: none;
  }

}
/* コンテンツ
---------------------------------------------------------------------------------------------------------------------------------------*/
article {
  width: 100%;
  margin-bottom: 50px;
}

section {
  max-width: 1360px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.contents-wrap {
  display: flex;
  flex-wrap: wrap;
}

.contents-box {
  width: 100%;
  margin-bottom: 10px;
  padding: 1rem;
}
.contents-box_full {
  width: 100%;
  margin-bottom: 10px;
  padding: 1rem 0;
}

.contents-box img {
  width: 100%;
  height: auto;
}

.contents-box3 {
  margin-bottom: 10px;
  padding: 1rem;
  width: 33.3%;
}

.contents-box3 img {
  width: 100%;
  height: auto;
}

.contents-box4 {
  margin-bottom: 10px;
  padding: 1rem;
  width: 25%;
}

.contents-box4 img {
  width: 100%;
  height: auto;
}

.flex_box {
  display: flex;
  flex-wrap: wrap;
}

.box_half {
  width: 50%;
}

.item_size_3{
    width: 33.3%;
}

.text_red {
  color: red;
}

img.img_sp {
  display: none !important;
}


.text_center {
  text-align: center;
}


.top_contents {
    z-index: 0;
    position: relative;
}
.top_contents .slider {
  position: relative;
}
.top_contents .slider_top li{
    display: flex;
    justify-content: flex-end;
}
.top_contents .slider_top li img{
    width: 50%;
}
.top_contents .slider .cover_slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 49.2vw!important;
}
.top_contents .slider .cover_slide ul.slider_top2{
    height: 100%;
}
.top_contents .slider .cover_slide ul.slider_top2 li{
    
}
.top_contents .slider .slider_contents{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1em;
}
.top_contents .slider .slider_contents p.header_txt {
    font-size: 290%;
    padding-top: calc(1vw * 18);
    font-family: 'M PLUS 1p', sans-serif;
    letter-spacing: .23em;
    line-height: 1.6;
    color: #113142;
    font-weight: 800;
}
.top_contents .slider .slider_contents p.header_txt span{
    color: #8F2626;
}

.top_contents .slider .cover_slide ul.slider_top2 li{
    text-align: center;
    height: 100%;
}
.top_contents .slider .cover_slide ul.slider_top2 li img {
    margin-left: auto;
    margin-right: auto;
    width: 410px;
    max-width: 43%;
}
.top_contents .slider .cover_slide ul.slider_top2 li .slider_contents{
/*    width: 50vw;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 1em;
}

.top_contents .slider .cover_slider_contents{
    width: 50%;
    display: flex;
    justify-content: center;
    height: 100%;
}
.top_contents .slider .cover_slide ul.slider_top2 li .cover_slider_contents .slider_contents{
        width: auto;
        align-items: flex-start;
        justify-content: flex-end;
}

.top_contents .top_cover_contents {
  height: 100%;
  width: 51%;
  position: absolute;
  top: 0;
  left: 0;
}
.top_contents .top_cover_contents .cover_img {
  height: 100%;
  width: 100%;
  z-index: 999;
  background: url(../images/top_cover.png) no-repeat top left;
  background-size: 100% auto;
}

h2.title01{
    font-family: 'Asap', sans-serif;
    font-weight: 800;
    font-size: 460%;
    letter-spacing: .04em;
    text-align: center;
    color: #8F2626;
    margin-bottom: 35px;
}
h2.title01 span{
    display: block;
    font-size: 34%;
    letter-spacing: .15em;
    padding-top: 2em;
    color: #113142;
}

p.content{
    width: 90%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}


#youtube.anchor{
    height: 0;
    width: 100%;
    display: block;
    padding-top: 150px;
    margin-top: -150px;
}

.video_area{
/*    background: linear-gradient(to right, #fabf00 0%, #fad41d 100%);*/
    background: #91b1b9;
    padding: 40px 0 60px;
}
.video_area h2{
    text-align: center;
    margin-bottom: 20px;
}
.video_area .movie{
    text-align: center;
    display: flex;
    width: 1240px;
    max-width: 100%;
    margin: 0 auto;
}
.video_area .movie video{
    max-width: 100%;
    width: 750px;
    height: auto;
    margin-right: 2%;
    width: 48%;
}
.video_area .movie #youtube{
    margin-left: 2%;
    width: 48%;
    /* height: calc(50vw / 2); */
}
.video_area .movie #youtube iframe{
    width: 100%;
    height: calc(1240px / 2 * .54);
    
}
.video_area .btn_more{
    margin-top: 40px;
}
.video_area .btn_more a{
    width: 20%;
    display: block;
    margin: auto;
}


.btn_mail {
  width: 500px;
  margin: 0 auto 80px;
}


.cost .bar {
  height: 55px;
  margin-bottom: -1rem;
/*  background: #fabf00;
  background: linear-gradient(to right, #fabf00 0%, #fad41d 100%);*/
  background: #91B1B9;
}
.cost h2 {
  margin-top: 40px;
  margin-bottom: .5em;
  color: #5D8F9B;
  font-size: 110%;
  font-weight: bold;
}
.cost .img_stl {
  display: none;
}

.btn_stl{
    max-width: 270px;
    width: 60%;
    display: block;
    margin: 0 auto;
}

@media screen and (min-width: 1024px) {
    .top_contents .slider .slider_contents p.header_txt {
        font-size: calc(3.625rem + ((1vw - 19.2px) * 2.6786));
        min-height: 0vw;
      }
}
@media screen and (max-width: 1600px) {
    
}

@media screen and (max-width: 1360px) {
    .top_contents .slider .cover_slide ul.slider_top2 li .cover_slider_contents .slider_contents{
        padding-left: 10%;
    }
}
@media screen and (max-width: 1360px) {
    
}
@media screen and (max-width: 1300px) {
    .video_area .movie #youtube iframe{
        height: calc(49vw / 2);
    }
}
@media screen and (max-width: 1120px) {
    .top_contents .slider .cover_slide ul.slider_top2 li .cover_slider_contents .slider_contents {
        padding-left: 20%;
    }
}
@media screen and (max-width: 1023px) {
    .top_contents .slider .slider_contents p.header_txt{
        font-size: calc(2.25rem + ((1vw - 10.23px) * 2.3622));
        min-height: 0vw;
    }
    .top_contents .slider .cover_slide ul.slider_top2 li .cover_slider_contents .slider_contents{
        padding-left: 14%;
    }
    #youtube.anchor{
        padding-top: 80px;
        margin-top: -80px;
    }

}
@media screen and (max-width: 900px) {
    .professional .data div{
        height: 22vw;
    }
}
@media screen and (max-width: 768px) {

  .contents-box3 {
    width: 100%;
  }

  .contents-box4 {
    width: 50%;
  }

  .box_half {
    width: 100%;
  }

  .box_shindan {
    width: 50%;
  }

  .btn_text {
    font-size: 24px;
  }
  
  
  .top_contents{
      padding-bottom: 0;
  }
  .top_contents .top_cover_contents {
    display: none;
  }
  
  .top_contents .slider_top li img{
      width: 100%;
      margin-left: 0;
  }
  .top_contents .slider .cover_slide{
      display: none;
  }
  
  .copy{
      display: none;
  }
/*  .copy{
    left: -4.8em;
    font-size: 80%;
    top: calc(70px + 9.5em);
  }
  .copy:after{
    width: 5em;
    right: -5.2em;
  }*/
  
  
  h2.title01{
      font-size: 200%;
      margin-bottom: .6em;
  }
  h2.title01 span{
      font-size: 60%;
      padding-top: 1em;
  }
  
    p.content{
        width: 100%;
    }

  .video_area{
      padding: 20px 0 20px;
/*      margin-top: 60px;*/
  }
  .video_area .movie video{
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .video_area .btn_more {
    margin-top: 30px;
  }
  .video_area .btn_more a{
    width: 60%;
}
.video_area .movie{
    flex-direction: column;
}
.video_area .movie #youtube{
    width: 100%;
    height: auto;
    margin-left: 0;
}
.video_area .movie #youtube iframe{
    height: 48vw;
    width: 100%;
}

  .cost .bar {
    height: 30px;
  }
  .cost h2 {
    font-size: 100%;
    margin-bottom: 40px;
  }
  .cost .img_stl {
    display: block;
    width: 116%;
    margin-left: -8%;
    margin-top: 40px;
  }

  .sp_only_kaigyo {
    display: block;
  }

  img.img_pc {
    display: none !important;
  }

  img.img_sp {
    display: inline !important;
  }
  
}
@media screen and (max-width: 480px) {

  .btn_mail {
    width: 80%;
    margin-bottom: 40px;
  }

  .cost {
    margin-bottom: 30px;
  }
  .cost h2{
      margin-bottom: 10px;
  }
}

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

}
/* フッター
---------------------------------------------------------------------------------------------------------------------------------------*/
footer {
  background-size: cover;
  color: #4D4D4D;
  border-bottom: solid 14px #113142;
}
footer article{
    margin-bottom: 0;
}
footer .f_company{
    text-align: center;
    padding-top: 85px;
    margin-bottom: 30px;
}
footer h2.f_logo{
    margin-bottom: 30px;
}
footer h2.f_logo img {
  margin-top: 20px;
  width: 90%;
  max-width: 370px;
}

footer h2.f_logo span {
  display: block;
  font-size: 24px;
  font-weight: bold;
}

footer h3{
    display: inline;
    border: solid 1px #000;
    padding: 0 1.5em;
    font-size: 84%;
}

footer .address {
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.8em;
    letter-spacing: .1em;
}

footer .tel_fax {
  font-size: 200%;
  margin-top: 10px;
  letter-spacing: .07em;
}
footer .tel_fax .type {
  font-size: 60%;
  padding-right: 20px;
}
footer .tel_fax a {
  color: #fff;
}
#contents footer{
    padding-top: 200px;
}

footer .link{
    display: flex;
}
footer .link a{
    width: 50%;
    position: relative;
}
footer .link a img{
    width: 100%;
    vertical-align: top;
}

footer .link a:hover img{
    opacity: 1;
}

footer .link a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
footer .link a:hover.link_contact:before{
    background: url("../images/common/banner02.png") center center no-repeat;
    background-size: cover;
    transition: all .3s;
    opacity: 1;
}
footer .link a:hover.link_recruit:before{
    background: url("../images/common/banner04.png") center center no-repeat;
    background-size: cover;
    transition: all .3s;
    opacity: 1;
}
footer .jigyo_ichiran{
    display: flex;
    max-width: 1079px;
    margin: 0 auto;
}
footer .jigyo_ichiran .jigyo{
    width: 33.3%;
    display: flex;
    flex-direction: column;
}
footer .jigyo_ichiran .jigyo h4{
    font-size: 110%;
    font-weight: bold;
    letter-spacing: .1em;
}
footer .jigyo_ichiran .jigyo img{
    width: 50%;
}
footer .jigyo_ichiran .jigyo .tel{
    font-size: 80%;
}
footer .jigyo_ichiran .jigyo .tel a{
    color: #4d4d4d;
    font-size: 180%;
}
footer .jigyo_ichiran .jigyo .jigyo_address{
    font-size: 80%;
    line-height: 1.4;
}
footer .f_menu {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: center;
    font-size: 90%;
    margin-bottom: 10px;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 600;
}
footer .f_menu a{
    color: #113142;
    padding-left: 20px;
    padding-right: 20px;
}

footer .f_copy{
    display: none;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    background: #113142;
    color: #fff;
    padding-top: 5px;
}

@media screen and (max-width: 1600px) {
    #contents footer{
        padding-top: 380px;
    }
}
@media screen and (max-width: 1300px) {

}
@media screen and (max-width: 1200px) {
    #contents footer{
        padding-top: 510px;
    }
    footer .f_menu a{
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 1023px) {

  footer h2.f_logo img {
    width: 80%;
  }

    footer .f_menu{
        display: none;
    }
}
@media screen and (max-width: 800px) {

}
@media screen and (max-width: 768px) {
  footer,#contents footer {
    padding-top: 0;
  } 

  footer{
    border-bottom: solid 5px #113142;
  }
  footer section {
    width: 100%;
  }

  footer h2 {
    margin-left: 0;
  }
  footer h2 .f_logo {
    text-align: center;
  }

  footer h2.f_logo img {
    margin-top: 0;
  }

  footer .link{
    flex-direction: column;
    padding-top: 1.5em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  footer .link a{
      width: 100%;
      margin-bottom: 1.5em;
  }
  footer .f_company{
      padding-top: 3em;
      margin-bottom: 0;
  }
  footer .address {
    margin-left: 0;
    font-size: 90%;
  }
  footer .jigyo_ichiran{
      flex-direction: column;
  }
  footer .jigyo_ichiran .jigyo{
      width: 100%;
      flex-direction: row;
      margin-bottom: 4em;
  }
  footer .jigyo_ichiran .jigyo > div{
      width: 60%;
      text-align: left;
  }
  footer .jigyo_ichiran .jigyo a{
      width: 40%;
  }
  footer .jigyo_ichiran .jigyo img{
      width: 70%;
  }
  footer .jigyo_ichiran .jigyo .tel a {
        font-size: 140%;
    }
    footer .jigyo_ichiran .jigyo:last-child{
        margin-bottom: 2em;
    }
    footer .f_copy{
        display: block;
    }
}
@media screen and (max-width: 480px) {


  footer h2.f_logo {
    text-align: center;
    margin-bottom: 1em;
  }
  footer h2.f_logo span {
    font-size: 20px;
  }
  footer .address{
      letter-spacing: 0;
  }
  footer .jigyo_ichiran .jigyo > div{
    font-size: 90%;
  }
  footer .f_copy{
      font-size: 10px;
  }
}
@media screen and (max-width: 350px) {
  footer .tel_fax {
    font-size: 170%;
  }
}
/* Scroll To Top
---------------------------------------------------------------------------------------------------------------------------------------*/
#scrolltotop {
  z-index: 999999;
  visibility: hidden;
  opacity: 0.2;
  position: fixed;
  bottom: 40px;
  right: 5px;
  padding: 8px 10px 5px;
  line-height: normal;
}

#scrolltotop.visible {
  visibility: visible;
  opacity: 0.5;
}

#scrolltotop.visible {
  transition: all .8s ease-in-out;
}

#scrolltotop:hover {
  opacity: 1;
}

#scrolltotop img {
  width: 60px;
}

@media screen and (max-width: 480px) {
  #scrolltotop {
    bottom: 10px;
    right: 0;
  }

  #scrolltotop img {
    width: 40px;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*# sourceMappingURL=style.css.map */
