@charset "utf-8";

@media screen and (min-width:787px){
  .pc-none{
    display: none;
  }
  #main{
    margin-top: 80px;
  }
  .key-inner{
    width: 1200px;
    height: 726px;
    margin: 0 auto;
  }

  @keyframes zoomOut {
      0% {
          transform: scale(2.0);
          -webkit-transform: scale(2.0);
      }
      100% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
  }
  @-webkit-keyframes zoomOut {
      0% {
          transform: scale(2.0);
          -webkit-transform: scale(2.0);
      }
      100% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
  }
  @-webkit-keyframes fadeIn {
  	0% {opacity: 0;}
  	100% {opacity: 1;}
  }

  @-moz-keyframes fadeIn {
  	0% {opacity: 0;}
  	100% {opacity: 1;}
  }

  @-o-keyframes fadeIn {
  	0% {opacity: 0;}
  	100% {opacity: 1;}
  }

  @keyframes fadeIn {
  	0% {opacity: 0;}
  	100% {opacity: 1;}
  }

  .fadeIn {
  	-webkit-animation-name: fadeIn;
  	-moz-animation-name: fadeIn;
  	-o-animation-name: fadeIn;
  	animation-name: fadeIn;
  }

  @-webkit-keyframes fadeIn {
  	0% {opacity: 0;}
  	100% {opacity: 1;}
  }

  @-moz-keyframes fadeIn {
  	0% {opacity: 0;}
  	100% {opacity: 1;}
  }

  @-o-keyframes fadeIn {
  	0% {opacity: 0;}
  	100% {opacity: 1;}
  }

  @keyframes fadeIn {
  	0% {opacity: 0;}
  	100% {opacity: 1;}
  }

  .fadeIn {
  	-webkit-animation-name: fadeIn;
  	-moz-animation-name: fadeIn;
  	-o-animation-name: fadeIn;
  	animation-name: fadeIn;
  }

  @keyframes fadeOut {
  	0% {opacity: 1;}
  	100% {opacity: 0;}
  }

  @-moz-keyframes fadeOut {
  	0% {opacity: 1;}
  	100% {opacity: 0;}
  }

  @-webkit-keyframes fadeOut {
  	0% {opacity: 1;}
  	100% {opacity: 0;}
  }

  .fadeOut {
  	-webkit-animation-name: fadeOut;
  	-moz-animation-name: fadeOut;
  	-o-animation-name: fadeOut;
  	animation-name: fadeOut;
  }

  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }

  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-20px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }

  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }

  .gif {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    -webkit-animation: fadeOut 9s;
    -moz-animation: fadeOut 9s;
    animation: fadeOut 9s;
  }
  .wrapper {
    background: url(../images/key.jpg) no-repeat;
    margin: 80px auto 0;
    height: 726px;
    background-size: cover;
    padding-top: 120px;
  }
  .main-txt{
    border: solid 1px #fff;
    padding: 30px 0 10px;
    animation: zoomOut 9s ease-in-out;
    -webkit-animation: zoomOut 9s ease-in-out;
    margin: auto auto;
    text-align: center;
    color: #fff;
    width: 800px;
    margin-top: 140px;
    font-size: 8em;
    line-height: 140%;
    font-weight: bold;
  }
  header{
    height: 80px;
    width: 100%;
    background-color: #333333;
    opacity: 0.8;
    position: fixed;
    top: 0;
    z-index: 100;
  }
  .top-nav{
    height: 80px;
    width: 1200px;
    color: #ffffff;
    margin: 0 auto;
  }
  #menu{
    padding: 31px 0 0;
    width: 550px;
    float: left;
    margin-left: 80px;
  }
  .top-nav li{
    float: left;
    padding-right: 50px;
    font-size: 108%;
  }
  .top-nav li a{
    color: #ffffff;
    text-decoration: none;
    padding: 8px 0 5px;
  }
  .top-nav li a:hover{
    color: #ffffff;
    text-decoration: none;
    border-bottom: 2px solid #ffffff;
  }
  .top-logo{
    float: left;
    padding: 20px 20px 0 0;
  }
  .top-logo img{
    width: 210px;
  }
  .top-logo a:hover{
    pointer-events: none;
  }
  .tel-area{
    width: 180px;
    float: right;
    padding-top: 30px;
  }
  .tel-mark{
    float: left;
    padding: 1px 6px 0 0;
    z-index: 30;
    width: 21px;
  }
  .telno{
    font-size: 154%;
    font-weight: bold;
    float: left;
  }
  .telno a{
    pointer-events: none;
  }
  .telno a:hover{
    color: #ffffff;
  }
  .top-h2{
    position: relative;
    color: #006098;
    font-size: 185%;
    text-align: center;
    margin: 60px 0 0;
    line-height: 213%;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
    line-height: 210%;
  }
  .top-h2::after{
    content: '';
    position: absolute;
    top: 53px;
    display: inline-block;
    width: 80px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #006098;
  }
  .top-h2w::after{
    content: '';
    position: absolute;
    top: 53px;
    display: inline-block;
    width: 80px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffffff;
  }
  .top-h2 span,
  .top-h2w span{
    font-size: 83%;
  }
  .top-h2w{
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-size: 185%;
    text-align: center;
    margin: 80px 0 60px;
    line-height: 213%;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
  }
  .service-area{
    width: 1200px;
    padding: 0 80px 80px;
    display: inline-block;
  }
  .s-box{
    width: 300px;
    height: 200px;
    float: left;
    margin: 60px 70px 0 0;
  }
  .s-box:nth-child(3n){
    margin-right: 0;
  }
  .s-in{
    position: relative;
  }
  .service-area p:first-child{
    position: absolute;
    top: 44%;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 154%;
    line-height: 140%;
    width: 300px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
    z-index: 10;
  }
  .linew{
    top: 35% !important;
  }
  a.hover-img1{
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
  }
  a.hover-img1 img{
    transition: all 0.5s ease;
  }
  .s-box a:hover .hover-img1{
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  a.hover-img2{
    background: #3BC0DE;
    display: block;
  }
  a.hover-img2 img{
    transition:all 0.5s ease;
  }
  a:hover.hover-img2 img{
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .recruit{
    background: linear-gradient(to bottom right, #3BC0DE, #116195);
    width: 100%;
    height: 624px;
    display: inline-block;
    padding-bottom: 80px;
  }
  .recruit-area{
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .left-box{
    background-image: url(../images/r-1.jpg);
    height: 300px;
    width: 750px;
    position: absolute;
    top: 240px;
    right: 50%;
  }
  .right-box{
    background-image: url(../images/r-2.jpg);
    height: 300px;
    width: 750px;
    position: absolute;
    top: 240px;
    left: 50%;
  }
  .left-box p:first-child,
  .right-box p:first-child{
    color: #ffffff;
    font-weight: bold;
    font-size: 139%;
    text-align: center;
    padding-top: 80px;
    line-height: 200%;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
  }
  .left-box p span,
  .right-box p span{
    color: #f5ff63;
    font-size: 134%;
  }
  .view-btn a{
    position: relative;
    display: block;
    width: 260px;
    height: 50px;
    border: #ffffff 1px solid;
    margin: 30px auto 0;
    padding: 14px 20px 0 0;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
    font-size: 124%;
  }
  .view-btn a:hover{
    border: #ffffff 1px solid;
    background-color: #ffffff;
    color: #006098;
    transition: all 0.5s ease;
  }
  .arrow {
    position: absolute;
    display:inline-block;
    height:1px;
    width:24px;
    background-color:#ffffff;
    top:26px;
    right: 60px;
  }
  .arrow:before{
    content: "";
    position: absolute;
    top: -7px;
    left: 23px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 8px 0;
    border-color: transparent transparent #fff transparent;
    margin: auto;
  }
  .view-btn a:hover .arrow:before{
    border-color: transparent transparent #006098 transparent;
  }
  .view-btn a:hover .arrow{
    background-color: #006098;
  }
  .contact-btn a{
    position: relative;
    display: block;
    width: 260px;
    height: 50px;
    padding: 11px 20px 0 0;
    border: #006098 1px solid;
    background-color: #006098;
  }
  .contact-btn a:hover{
    background-color: #ffffff;
    border: #006098 1px solid;
    transition: all 0.5s ease;
  }
  .mail-img{
    background-image: url(../images/mail-w.png);
    width: 20px;
    height: 16px;
    margin: 3px 6px 0 0;
    display: inline-block;
  }
  .contact-btn a:hover .mail-img{
    background-image: url(../images/mail-g.png);
  }
  .foot-wrap{
    width: 1200px;
    margin: 90px auto 60px;
    clear: both;
  }
  .foot-logo{
    margin-bottom: 20px;
  }
  .add{
    color: #006098;
    font-size: 108%;
    padding: 20px 0 0;
    line-height: 180%;
    font-weight: bold;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
  }

  .foot-link{
    clear: both;
    padding: 10px 0;
    margin: 30px 0;
    font-weight: bold;
  }
  .foot-ul li a{
    color: #535353;
    float: left;
    padding: 0 0 0 15px;
    margin: 0 0 0 30px;
    position: relative;
    display: inline-block;
  }
  .foot-ul li a::before{
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #535353;
    border-right: solid 2px #535353;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
  }
  .foot-ul li a:hover{
    text-decoration: underline;
  }
  .foot-link p{
    color: #535353;
    float: left;
    font-size: 139%;
    font-weight: bold;
    padding-left: 100px;
  }
  .copy{
    width: 100%;
    height: 30px;
    background-color: #535353;
  }
  .copy p{
    text-align: center;
    color: #ffffff;
    font-size: 93%;
    padding-top: 8px;
  }
  /*.title_area h2 .pc_title{
    width: 1200px;
    margin: 0 auto 100px;
    padding: 80px 100px 100px;
  }*/
    .title_area h2{
     position: relative;
    z-index: 10;
    }
    .title_area h2 .pc_title{
    font-size: 40px;
    font-weight: 300;
    width: 1200px;
    margin: 0 auto 100px;
    padding: 130px 100px 43px;
  }
  .title_area span{
    font-size: 200px;
    font-weight: bold;
    color: #f4f7f7;
    z-index: 1;
    position: absolute;
    top: 80px;
    left: 0;
  }
  .title_area h2 .sp_title{
    display: none;
  }
  .title_area .tit_txt{
    font-size: 24px;
    font-family: '游ゴシック','Yu Gothic';
    text-align: center;
  }
  .title_area h2{
    position: relative;
  }
  .title_area h2:before {
    content: '';
    position: absolute;
    bottom: 0px;
    display: inline-block;
    width: 160px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #006098;
    border-radius: 5px;
  }
  .title_area h2.about_h2:before{
    background-color:#006098;
  }
  .title_area h2.recruit_h2:before{
    background-color: #3BC0DE;
  }
  .title_area h2.contact_h2:before{
    background-color: #c3a445;
  }
  .content{
    margin: 100px 0 0;
  }

  /*************example*************/
  .example{
    width: 1000px;
    margin: 0 auto 60px;
  }
  .ex_box1{
    float: left;
    width: 500px;
  }
  .ex_box1 p{
    width: 500px;
    height: 90px;
    border: #214c82 1px solid;
    border-bottom: none;
    text-align: center;
    padding-top: 35px;
    color: #214c82;
    font-size: 139%;
    display: inline-block;
  }
  .example h3{
    float: left;
    width: 500px;
    height: 160px;
    background-color: #214c82;
    color: #ffffff;
    text-align: center;
    padding-top: 67px;
    font-size: 24px;
    font-weight: normal;
  }
  .ex_img{
    width: 500px;
    height: 250px;
    float: left;
    border: #214c82 1px solid;
    border-bottom: none;
    border-left: none;
  }
  .ex_txt{
    border: #214c82 1px solid;
    padding: 20px;
    width: 1000px;
    display: inline-block;
    line-height: 160%;
    font-size: 124%;
    text-align: left;
  }
  .ex_content{
    border-bottom: #999999 1px solid;
    margin-bottom: 40px;
  }
  /*************about*************/
  .about1{
    background-color: #eaebe2;
    display: inline-block;
    width: 100%;
    padding: 60px 0;
  }
  .a_img{
    width: 520px;
    float: left;
  }
  .about2{
    background-color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 50px 0;
  }
  .a_box1,
  .a_box2{
    width: 1200px;
    margin: 0 auto;
  }
  .a_box1 div{
    width: 600px;
    float: left;
    margin-left: 50px;
  }
  .a_box2 div{
    width: 600px;
    float: right;
    margin-right: 50px;
  }
  .a_box1 h3,
  .a_box2 h3{
    font-size: 185%;
    line-height: 140%;
    color: #616636;
    font-weight: bold;
    text-align: left;
    margin: 0 0 20px;
    font-family: '游ゴシック','Yu Gothic';
  }
  .a_box1 div p,
  .a_box2 div p{
    font-size: 124%;
    text-align: left;
    line-height: 170%;
  }
  .a_box1,
  .a_box2{
    width: 1200px;
    margin: 0 auto;
  }
  .a_box2 .a_img{
    float: right;
  }
  #aboutpage01{
    margin-top: -80px;
    padding-top: 80px;
  }
  #aboutpage02{
    margin-top: -80px;
    padding-top: 80px;
  }
  #aboutpage03{
    margin-top: -80px;
    padding-top: 80px;
  }
  #aboutpage04{
    margin-top: -80px;
    padding-top: 80px;
  }
  #aboutpage05{
    margin-top: -80px;
    padding-top: 80px;
  }
  #aboutpage06{
    margin-top: -80px;
    padding-top: 80px;
    border-bottom: 1px solid #eaebe2;
  }


  /*************recruiting*************/
  .re_tit_txt{
    margin-bottom: 130px;
  }
  #re_section1,
  #re_section2{
    background: linear-gradient(to right, #9feefd, #2FCFCF);
    /*background: #e1f5eb; */
  }
  .re_content1{
    -webkit-transform: rotate(5deg) translate3d(0, 0, 0);
    background: #313131;
    margin-left: -25%;
    padding: 0 25%;
    position: relative;
    transform: rotate(5deg) translate3d(0, 0, 0);
    width: 150%;
    display: inline-block;
    margin-bottom: 100px;
  }
  .recruit1{
    width: 1200px;
    margin: 0 auto;
    -webkit-transform: rotate(-5deg) translate3d(0, 0, 0);
    color: #fff;
    margin: 0 auto;
    max-width: 100%;
    padding: 80px 0 0;
    transform: rotate(-5deg) translate3d(0, 0, 0);
  }
  .re_content2{
    -webkit-transform: rotate(-5deg) translate3d(0, 0, 0);
    background: #313131;
    margin-left: -25%;
    padding: 0 25%;
    position: relative;
    transform: rotate(-5deg) translate3d(0, 0, 0);
    width: 150%;
    display: inline-block;
    margin-bottom: 30px;
  }
  .recruit2{
    width: 1200px;
    margin: 0 auto;
    -webkit-transform: rotate(5deg) translate3d(0, 0, 0);
    color: #fff;
    margin: 0 auto;
    max-width: 100%;
    padding: 80px 0 0;
    transform: rotate(5deg) translate3d(0, 0, 0);
    width: 820px;
  }
  .recruit1 h3,
  .recruit2 h3{
    font-size: 230%;
    line-height: 140%;
    color: #000000;
    font-weight: bold;
    text-align: left;
    font-family: '游ゴシック','Yu Gothic';
    margin: 0 0 30px;
  }
  .recruit2 h3{
    text-align: right;
  }
  .re_content1 p,
  .re_content2 p{
    color: #000000;
    text-align: left;
    line-height: 180%;
    font-size: 124%;
  }
  .recruit1,
  .recruit2{
    width: 1200px;
    margin: 0 auto;
    clear: both;
  }
  .recruit1 .leftbox{
    width: 540px;
    float: left;
    margin-right: 60px;
  }
  .recruit1 .rightbox{
    width: 600px;
    float: right;
  }
  .recruit2 .leftbox{
    width: 600px;
    float: left;
  }
  .recruit2 .rightbox{
    width: 540px;
    float: right;
  }
  .recruit1 table{
    width: 100%;
    margin: 40px 0 30px;
    float: left;
    background-color: #ffffff;
    border: 1px #e1f5eb  solid;
    border-collapse: collapse;
  }
  .recruit1 table th,
  .recruit1 table td{
    font-size: 108%;
    line-height: 130%;
    color: #000000;
    text-align: left;
    vertical-align: top;
    padding: 10px 10px;
  }
  .recruit1 table th{
    border: 1px #e1f5eb  solid;
    background-color: #ffffff;
    width: 20%;
  }
  .recruit1 table td{
    border: 1px #e1f5eb  solid;
    width: 80%;
  }
  .re_list{
    background-color: #ffffff;
    border: 1px #e1f5eb  solid;
    padding: 30px;
    margin: 30px 0;
  }
  .re_list li{
    font-size: 108%;
    margin-bottom: 10px;
    line-height: 150%;
    position: relative;
    text-align: left;
    padding-left: 20px;
    color: #000000;
  }
  .re_list li::before{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    top: 13px;
    left: 0;
    margin-top: -5px;
    background-color: #006098;
  }
  .list_title{
    padding: 10px 0 10px !important;
    color: #006098 !important;
    font-size: 124% !important;
  }
  .re_list .list_title::before{
    background: none;
  }
  .rec-btn{
    margin: 60px auto 0;
    width: 240px;
  }
  .rec-btn a{
    position: relative;
    display: block;
    width: 260px;
    height: 50px;
    padding: 11px 20px 0 40px;
    border: #006098 1px solid;
    background-color: #006098;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
    font-size: 108%;
    font-weight: bold;
  }
  .rec-btn a:hover{
    background-color: #ffffff;
    border: #006098 1px solid;
    transition: all 0.5s ease;
    color: #006098;
  }
  .rec-btn a:hover .arrow:before{
    border-color: transparent transparent #006098 transparent;
  }
  .rec-btn a .arrow{
    right: 40px;
  }
  .rec-btn a:hover .arrow{
    background-color: #006098;
  }

  /*************contact*************/

}




/*********************************************************
for SP
*********************************************************/

@media screen and (max-width:767px) {
  .sp-none{
    display: none;
  }
  #main{
    width: 100%;
    margin-top: 50px;
  }
  @keyframes zoomOut {
      0% {
          transform: scale(2.0);
          -webkit-transform: scale(2.0);
      }
      100% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
  }
  @-webkit-keyframes zoomOut {
      0% {
          transform: scale(2.0);
          -webkit-transform: scale(2.0);
      }
      100% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
  }
  @-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
  }

  @-moz-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
  }

  @-o-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
  }

  @keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
  }

  .fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
  }

  @-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
  }

  @-moz-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
  }

  @-o-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
  }

  @keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
  }

  .fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
  }

  @keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
  }

  @-moz-keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
  }

  @-webkit-keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
  }

  .fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
  }

  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }

  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-20px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }

  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }

  .gif {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    -webkit-animation: fadeOut 9s;
    -moz-animation: fadeOut 9s;
    animation: fadeOut 9s;
  }
  .wrapper {
    background: url(../images/key.jpg) no-repeat;
    margin: 50px auto 0;
    height: 250px;
    background-size: cover;
    padding-top: 50px;
  }
  .main-txt{
    border: solid 1px #fff;
    padding: 15px 0;
    animation: zoomOut 9s ease-in-out;
    -webkit-animation: zoomOut 9s ease-in-out;
    margin: 30px auto;
    text-align: center;
    color: #fff;
    width: 200px;
    font-size: 2.5em;
    line-height: 130%;
    font-weight: bold;
  }

  header{
    height: 50px;
    width: 100%;
    background-color: #777777;
    opacity: 0.8;
    position: fixed;
    top: 0;
    z-index: 100;
  }
  .top-logo{
    margin: auto;
    padding-top: 13px;
    width: 150px;
    height: auto;
  }
  .top-logo a:hover{
    pointer-events: none;
  }
  ul#menu{
  	list-style-type: none;
  	width: 100%;
  	background: #061d2f;
  	opacity: 0.9;
  	position: absolute;
  	left: 0px;
  	top: 0px;
  	z-index: 990;
  	display: none;
    padding-top: 50px
  }
  ul#menu li{
  	text-align: center;
    color: #ffffff;
  }
  ul#menu li a,
  .sp-tel a{
  	text-decoration: none;
  	display: block;
  	padding: 15px 0;
    border-bottom: #ffffff 1px solid;
  }
  #menu .tel-link a{
    background-image: url(../images/tel-ico.png);
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: left 32% bottom 14px;
  }

  /* -- div#sp-icon ------------------------------------------ */
  div#sp-icon {
  	width: 30px;
  	height: 30px;
  	position: absolute;
  	right: 10px;
  	top: 10px;
  	z-index: 999;
  }
  div#sp-icon:hover {
  	cursor: pointer;
  	opacity: 0.7;
  }
  div#sp-icon span,
  div#sp-icon span:before,
  div#sp-icon span:after {
  	display: inline-block;
    right: 0;
  	width: 30px;
  	height: 3px;
  	background: #ffffff;
  	position: absolute;
  	transition-property: transform;
  	transition-duration: 0.3s;
  }
  div#sp-icon span {
  	left: 20%;
  	top: 50%;
  	transform: translate( -50%, -50% );
  }
  div#sp-icon span:before {
  	content: "";
  	transform: translateY( -10px ) rotate( 0deg );
  }
  div#sp-icon span:after {
  	content: "";
  	transform: translateY( 10px ) rotate( 0deg );
  }
  div.sp-open span {
  	background: transparent !important;
  }
  div.sp-open span:before {
  	transform: rotate( 45deg ) !important;
  }
  div.sp-open span:after {
  	transform: rotate( -45deg ) !important;
  }
/* ---------------------------- */

  .top-h2{
    position: relative;
    color: #006098;
    font-size: 124%;
    text-align: center;
    margin: 30px 0;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
    line-height: 210%;
  }
  .top-h2::after{
    content: '';
    position: absolute;
    top: 34px;
    display: inline-block;
    width: 60px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #006098;
  }
  .top-h2w::after{
    content: '';
    position: absolute;
    top: 34px;
    display: inline-block;
    width: 60px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffffff;
  }
  .top-h2 span,
  .top-h2w span{
    font-size: 83%;
  }
  .top-h2w{
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-size: 124%;
    text-align: center;
    margin: 30px 0;
    line-height: 210%;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
  }
  .service-area{
    padding: 0 20px 10px;
  }
  img{
    width: 100%;
    height: auto;
  }
  .s-in{
    position: relative;
    margin-bottom: 20px;
    height: 120px;
  }
  .s-in img{
    width: 100%;
    height: 120px;
    object-fit: cover;
  }
  .service-area p:first-child{
    position: absolute;
    top: 38%;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 139%;
    line-height: 180%;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
    z-index: 100;
  }
  .linew{
    top: 22% !important;
  }
  a.hover-img1{
    display: block;
    z-index: 100;
    background: rgba(0, 0, 0, 0.1);
  }
  a.hover-img1 img{
    transition: all 0.5s ease;
  }
  .s-box a:hover .hover-img1{
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  a.hover-img2{
    background-color: #000000;
    display: block;
  }
  a.hover-img2 img{
    transition:all 0.5s ease;
  }
  a:hover.hover-img2 img{
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .recruit{
    background-color: #006098;
    width: 100%;
    display: inline-block;
  }
  .recruit-area{
    padding: 0 20px 30px;
  }
  .left-box{
    background-image: url(../images/r-1.jpg);
    background-size: cover;
    background-position: center center;
    height: 200px;
    width: 100%;
    margin-bottom: 20px;
  }
  .right-box{
    background-image: url(../images/r-2.jpg);
    background-size: cover;
    background-position: center center;
    height: 200px;
    width: 100%;
  }
  .left-box p:first-child,
  .right-box p:first-child{
    color: #ffffff;
    font-weight: bold;
    font-size: 108%;
    text-align: center;
    padding-top: 30px;
    line-height: 200%;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
  }
  .left-box p span,
  .right-box p span{
    font-size: 124%;
  }
  .view-btn a{
    position: relative;
    display: block;
    width: 260px;
    height: 50px;
    border: #ffffff 1px solid;
    margin: 30px auto 0;
    padding: 14px 20px 0 0;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
    font-size: 124%;
  }
  .view-btn a:hover{
    border: #ffffff 1px solid;
    background-color: #ffffff;
    color: #006098;
    transition: all 0.5s ease;
  }
  .arrow {
    position: absolute;
    display:inline-block;
    height:1px;
    width:24px;
    background-color:#ffffff;
    top:26px;
    right: 60px;
  }
  .arrow:before{
    content: "";
    position: absolute;
    top: -7px;
    left: 23px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 8px 0;
    border-color: transparent transparent #fff transparent;
    margin: auto;
  }
  .view-btn a:hover .arrow:before{
    border-color: transparent transparent #006098 transparent;
  }
  .view-btn a:hover .arrow{
    background-color: #006098;
  }
  .contact-btn a{
    position: relative;
    display: block;
    width: 260px;
    height: 50px;
    padding: 11px 20px 0 0;
    border: #006098 1px solid;
    background-color: #006098;
  }
  .contact-btn a:hover{
    background-color: #ffffff;
    border: #006098 1px solid;
    transition: all 0.5s ease;
  }
  .mail-img{
    background-image: url(../images/mail-w.png);
    width: 20px;
    height: 16px;
    margin: 3px 6px 0 0;
    display: inline-block;
  }
  .contact-btn a:hover .mail-img{
    background-image: url(../images/mail-g.png);
  }
  .foot-wrap{
    margin: 30px auto 0;
  }
  .foot-logo{
    margin: 20px auto;
    width: 250px;
  }
  .add{
    color: #006098;
    font-size: 108%;
    padding: 20px 0 0;
    line-height: 180%;
    font-weight: bold;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic";
  }
  .foot-wrap-sp{
    padding: 0 0 30px 0;
  }
  .foot-link{
    background-color: #535353;
    font-weight: bold;
  }
  .foot-ul li a,
  .foot-link p{
    position: relative;
    color: #ffffff;
    padding: 10px 20px;
    text-align: center;
    display: block;
    border-bottom: #ffffff 1px solid;
  }
  .foot-ul li.foot-last a{
    border: none;
  }
  .foot-link p{
    letter-spacing: 4px;
  }
  .foot-ul li a::before{
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
  }
  .copy{
    width: 100%;
    height: 26px;
    background-color: #000000;
  }
  .copy p{
    text-align: center;
    color: #ffffff;
    font-size: 85%;
    line-height: 26px;
  }
  .title_area h2{
    position: relative;
    z-index: 10;
    }
  .title_area span{
    font-size:600%;
    font-weight: bold;
    color: #f2f7f7;
    z-index: 1;
    position: absolute;
    top: 30px;
    left: 0;
  }
  .title_area h2 .sp_title{
    font-size: 130%;
    width: 280px;
    margin: 0 auto 20px;
    padding: 50px 0 25px;
    font-weight: 300;
  }
  .title_area h2 .pc_title{
    display: none;
  }
  .title_area .tit_txt{
    font-size: 108%;
    line-height: 150%;
    font-family: '游ゴシック','Yu Gothic';
    text-align: center;
    padding: 0 20px;
  }
  .title_area h2{
    position: relative;
  }
  .title_area h2:before {
    content: '';
    position: absolute;
    bottom: 0px;
    display: inline-block;
    width: 80px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #214c82;
    border-radius: 2px;
  }
  .title_area h2.about_h2:before{
    background-color: #616636;
  }
  .title_area h2.recruit_h2:before{
    background-color: #3BC0DE;
  }
  .title_area h2.contact_h2:before{
    background-color: #c3a445;
  }
  /*************example*************/
  .ex_content{
    margin: 30px 20px 40px;
  }
  .example{
    margin: 0 0 20px;
  }
  .ex_box1{
    width: 100%;
  }
  .ex_box1 p{
    width: 100%;
    border: #214c82 1px solid;
    text-align: center;
    padding: 15px;
    color: #214c82;
    font-size: 108%;
    display: inline-block;
  }
  .example h3{
    width: 100%;
    background-color: #214c82;
    color: #ffffff;
    text-align: center;
    padding: 15px;
    font-size: 108%;
    font-weight: normal;
  }
  .ex_img{
    width: 100%;
    border: #214c82 1px solid;
    border-top: none;
    border-bottom: none;
  }
  .ex_txt{
    border: #214c82 1px solid;
    padding: 15px;
    width: 100%;
    line-height: 160%;
    font-size: 108%;
    text-align: left;
  }
  .ex_content{
    border-bottom: #999999 1px solid;
    margin-bottom: 30px;
  }
/*************about*************/
  .a_content{
    margin: 30px 0 40px;
  }
  .a_img{
    padding: 20px 20px 0;
  }
  .a_box1 h3,
  .a_box2 h3{
      width: 100%;
      color: #616636;
      text-align: center;
      padding: 20px 0;
      font-size: 124%;
      line-height: 140%;
      font-weight: normal;
      font-family: '游ゴシック','Yu Gothic';
    }
  .about1{
    background-color: #eaebe2;
    display: inline-block;
    width: 100%;
  }
  .a_img{
    width: 100%;
  }
  .about2{
    background-color: #ffffff;
    display: inline-block;
    width: 100%;
  }
  .a_box1 div p,
  .a_box2 div p{
    font-size: 108%;
    text-align: left;
    line-height: 170%;
    padding: 0 20px 20px
  }
  #aboutpage01{
    margin-top: -40px;
    padding-top: 40px;
  }
  #aboutpage02{
    margin-top: -40px;
    padding-top: 40px;
  }
  #aboutpage03{
    margin-top: -40px;
    padding-top: 40px;
  }
  #aboutpage04{
    margin-top: -40px;
    padding-top: 40px;
  }
  #aboutpage05{
    margin-top: -40px;
    padding-top: 40px;
  }
  #aboutpage06{
    margin-top: -40px;
    padding-top: 40px;
    border-bottom: 1px solid #eaebe2;
  }
/*************recruiting*************/
  #re_section2{
    margin-top: -40px;
    padding-top: 40px;
  }
  #re_section1,
  #re_section2{
    background: linear-gradient(to right, #9feefd, #2FCFCF);
  }
  .re_content1{
    -webkit-transform: rotate(5deg) translate3d(0, 0, 0);
    background: #313131;
    margin-left: -25%;
    padding: 0 25%;
    position: relative;
    transform: rotate(5deg) translate3d(0, 0, 0);
    width: 150%;
    display: inline-block;
    margin-bottom: 30px;
  }
  .recruit1{
    margin: 0 auto;
    -webkit-transform: rotate(-5deg) translate3d(0, 0, 0);
    color: #fff;
    margin: 0 auto;
    max-width: 100%;
    padding: 80px 0 0;
    transform: rotate(-5deg) translate3d(0, 0, 0);
  }
  .re_content2{
    -webkit-transform: rotate(-5deg) translate3d(0, 0, 0);
    background: #313131;
    margin-left: -25%;
    padding: 0 25%;
    position: relative;
    transform: rotate(-5deg) translate3d(0, 0, 0);
    width: 150%;
    display: inline-block;
    margin-bottom: 30px;
  }
  .recruit2{
    width: 1200px;
    margin: 0 auto;
    -webkit-transform: rotate(5deg) translate3d(0, 0, 0);
    color: #fff;
    margin: 0 auto;
    max-width: 100%;
    padding: 80px 0 0;
    transform: rotate(5deg) translate3d(0, 0, 0);
    width: 820px;
  }
  .re_content p{
    color: #000000;
    text-align: left;
    line-height: 170%;
    font-size: 108%;
  }
  .re_tit_txt{
    padding-bottom: 40px !important;
  }
  .recruit1 h3,
  .recruit2 h3{
    font-size: 124%;
    line-height: 140%;
    color: #000000;
    font-weight: bold;
    text-align: center;
    font-family: '游ゴシック','Yu Gothic';
    margin: 40px 0 20px;
  }
  .recruit1,
  .recruit2{
    padding: 0 20px;
  }
  .recruit1 table{
    width: 100%;
    margin: 30px 0;
    background-color: #ffffff;
    border: 1px #e1f5eb  solid;
    border-collapse: collapse;
  }
  .recruit1 table th,
  .recruit1 table td{
    font-size: 100%;
    line-height: 130%;
    color: #000000;
    text-align: left;
    vertical-align: top;
    padding: 10px 10px;
  }
  .recruit1 table th{
    border: 1px #e1f5eb  solid;
    background-color: #ffffff;
    width: 25%;
  }
  .recruit1 table td{
    border: 1px #e1f5eb  solid;
    width: 75%;
  }
  .re_content1 p,
  .re_content2 p{
    color: #000000;
    text-align: left;
    line-height: 160%;
    font-size: 108%;
  }
  .re_list{
    background-color: #ffffff;
    padding: 20px;
    margin: 20px 0;
  }
  .re_list li{
    font-size: 108%;
    margin-bottom: 10px;
    line-height: 140%;
    position: relative;
    text-align: left;
    padding-left: 10px;
    color: #000000;
  }
  .re_list li::before{
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 3px;
    position: absolute;
    top: 7px;
    left: 0;
    margin-top: 1px;
    background-color: #006098;
  }
  .rec-btn{
    margin: 20px auto 50px;
    width: 260px;
  }
  .rec-btn a{
    position: relative;
    display: block;
    width: 260px;
    height: 50px;
    padding: 12px 20px 0 50px;
    border: #006098 1px solid;
    background-color: #006098;
  }
  .rec-btn a:hover{
    background-color: #ffffff;
    border: #006098 1px solid;
    transition: all 0.5s ease;
    color: #006098;
  }
  .rec-btn a:hover .arrow:before{
    border-color: transparent transparent #006098 transparent;
  }
  .rec-btn a:hover .arrow{
    background-color: #006098;
  }
  .rec-btn a .arrow{
    top:24px;
    right: 50px;
  }
/*************contact*************/

}


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 200,
  'GRAD' 0,
  'opsz' 24;
  vertical-align: -5px;
  margin-right: 5px;
}
