@import url(base.css);
@import url(common.css);
/*
  共通部
  -------------------------------------*/
  body a{
    color: #222;
  }
  header{
    height: 95px;
  }
  header .logo{
    float: left;
  }
  header .logo a{
    display: block;
    background-image: url(../img/top/header_logo.png);
    background-size: cover;
    width: 135px;
    height: 52px;
    text-indent: -9999px;
    margin: 20px 0 0 20px;
  }
  .headerRight{
    float: right;
    margin: 41px 15px 0 0;
  }
  header:after{
    content: "";
    display: block;
    clear: both;
  }
  .headerRight ul{
    display: flex;
    padding-top: 6px;
  }
  .headerRight ul li{
    font-size: 14px;
    margin-right: 28px;
  }
  .headerRight ul li:last-of-type{
    margin-right: 0;
  }
  .headerRight ul li a.active{
    color: #9DC138;
  }
  .headerRight .applyBtn{
    border: 1px solid #060000;
    font-size: 16px;
    padding: 2px 12px 2px 12px;
    height: 32px;
    margin-left: 20px;
  }
  .headerRight .mypageBtn{
    background-color: #9DC138;
    color: #fff;
    font-size: 16px;
    padding: 3px 21px;
    margin-left: 34px;
    margin-right: 30px;
    height: 32px;
  }
  .headerRight .telBox a{
    font-size: 24px;
    letter-spacing: 2px;
    padding-left: 32px;
    background-image: url(../img/top/tel.png);
    background-size: 24px 18px;
    background-position: left;
    background-repeat: no-repeat;
  }
  .headerRight .telBox span{
    font-size: 10px;
    display: block;
    text-align: right;
    margin-top: -3px;
    letter-spacing: 1px;
  }
  #Footer .footerBox01{
    background-color: #A0B8B9;
    height: 50px;
    width: 100%;
  }
  #Footer .footerBox02{
    padding-top: 50px;
    background-color: rgba(192,183,153,0.3);
  }
  #Footer .footerBox02:after{
    content: "";
    display: block;
    clear: both;
  }
  #Footer .footerBox02 .footerSubBox01{
    float: left;
    margin-left: 55px;
  }
  #Footer .footerBox02 .footerSubBox01 .footerLogo a{
    background-image: url(../img/top/footer_logo.png);
    background-size: cover;
    width: 338px;
    height: 67px;
    text-indent: -9999px;
    display: block;
  }
  #Footer .footerBox02 .footerSubBox01 ul{
    margin-top: 20px;
  }
  #Footer .footerBox02 .footerSubBox01 ul li{
    letter-spacing: 0;
  }
  .footerSubBox02{
    float: right;
    margin-right: 60px;
  }
  .footerSubBox02 h3{
    font-size: 45px;
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
  }
  .footerSubBox02 .survice{
    display: flex;
    justify-content: center;
  }
  .footerSubBox02 .survice li{
    color: #fff;
    width: 95px;
    padding: 3px 15px;
    margin-bottom: 10px;
    letter-spacing: 0;
    text-align: center;
  }
  .footerSubBox02 ul .kiokuso{
    background-color: #2E9DCF;
    margin-right: 20px;
  }
  .footerSubBox02 ul .shukatsuki{
    background-color: #96B83B;
  }
  .footerSubBox02 p{
    text-align: center;
    letter-spacing: 0;
  }
  .footerSubBox02 .sns{
    margin-top: 25px;
    display: flex;
    justify-content: center;
  }
  .footerSubBox02 .sns li:nth-of-type(1){
    margin-right: 55px;
  }
  .footerSubBox02 .sns li:nth-of-type(3){
    margin-left: 55px;
  }
  .footerSubBox02 .sns li img{

  }
  #Footer .footerBox02 .footerMenu{
    clear: both;
    padding-top: 180px;
    margin-left: 55px;
    padding-bottom: 70px;
  }
  #Footer .footerBox02 .footerMenu li{
    margin-right: 50px;
  }

  @media print, screen and (min-width: 768px) {

    header,footer{
      zoom:80%;
    }
    header{
      min-width: 1750px;
    position: fixed;
    top: 0;
    z-index: 100;
    background: #fff;
    width: 100%;
    }
    .headerRight{
    display: flex;
  }
  #Footer .footerBox02 .footerMenu{
    display: flex;
  }
    a{
      -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    }
    a:hover{
      opacity: 0.7;
      -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    }
  }
  .sp_img {
      max-width: 100%;
  }
  @media print, screen and (max-width: 767px) {
    .sp_img {
      max-width: 90%;
    }
    header{
      height: unset;
      position: fixed;
      width: 100%;
      height: 70px;
      z-index: 99;
      background: #fff;
    }
    header h1{
      width: unset;
    }
    header .logo a{
      margin: 10px 0 18px 10px;
    }
    header #MenuBtn{
      display: block;
      width: 26px;
      height: 16px;
      position: absolute;
      top: 50%;
      right: 30px;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      z-index: 11;
      -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    }
    header #MenuBtn .menuBtn_item{
      webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      position: absolute;
      width: 100%;
      height: 2px;
      background: #000;
    }
    header #MenuBtn .menuBtn_item:nth-of-type(1){
      top: 0;
    }
    header #MenuBtn .menuBtn_item:nth-of-type(2){
      top: 50%;
    }
    header #MenuBtn .menuBtn_item:nth-of-type(3){
      bottom: -2px;
    }
    header #MenuBtn.active .menuBtn_item:nth-of-type(1){
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(
        -45deg);
      transform: translateY(-50%) rotate(
        -45deg);
    }
    header #MenuBtn.active .menuBtn_item:nth-of-type(2){
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(
        45deg);
      transform: translateY(-50%) rotate(
        45deg);
    }
    header #MenuBtn.active .menuBtn_item:nth-of-type(3){
      width: 0;
    }
    header #HeaderMenu_sp{
      display: none;
      position: absolute;
      top: 60px;
      right: 0;
      z-index: 11;
      width: 100%;
      background-color: #eceef0;
      text-align: center;
      overflow-y: scroll;
      height: calc(100vh - 50px);
      padding-bottom: 80px;
    }
    header #HeaderMenu_sp .spMenuList01 {
      padding: 0 10px;
      background-color: #fff;
    }
    header #HeaderMenu_sp .spMenuList01 li{
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-bottom: 1px solid #ccc;
      text-align: left;
      font-size: 14px;
    }
    header #HeaderMenu_sp .spMenuList01 li:last-of-type{
      border-bottom: none;
    }
    header #HeaderMenu_sp .spMenuList01 li a{
      position: relative;
      display: block;
      padding: 17px 37px 16px 15px;
      text-decoration: none;
      color: #222;
    }
    header #HeaderMenu_sp .btnBox{
      margin: 30px 0;
      text-align: center;
      display: block;
      width: 100%;
    }
    header #HeaderMenu_sp .btnBox a{
      width: 90%;
      margin: auto;
      display: block;
      height: 60px;
      line-height: 58px;
      text-align: center;
      font-weight: 700;
      font-size: 16px;
      letter-spacing: 0.1em;
      background-color: #fff;
      position: relative;
      -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    }
    header #HeaderMenu_sp .btnBox .btnMypage{
      background-color: #9DC138;
      color: #fff;
      margin-bottom: 20px;
    }
  header #HeaderMenu_sp .btnBox .btnContact{
    margin-bottom: 20px;
  }
  header #HeaderMenu_sp .btnBox .btnTel span{
    font-size: 20px;
    padding-left: 23px;
    position: relative;
    top: -5px;
  }
  header #HeaderMenu_sp .btnBox .btnTel span::before{
    content: "";
    background-image: url(../img/top/tel.png);
    background-size: cover;
    width: 19px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 4px;
  }
  header #HeaderMenu_sp .btnBox .btnTel p{
    font-size: 12px;
    text-align: center;
    margin-top: -24px;
  }
  header #HeaderMenu_sp .snsBtn{
    margin-top: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  header #HeaderMenu_sp .snsBtn a{
    margin-right: 30px;
    position: relative;
  }
  header #HeaderMenu_sp .snsBtn a:last-of-type{
    margin-right: 0;
    padding-top: 2px;
  }
  header #HeaderMenu_sp .closeBox{
    margin-bottom: 30px;
    text-align: center;
    display: block;
    width: 100%;
  }
  header #HeaderMenu_sp .closeBox button{
    width: 90%;
    margin: auto;
    display: block;
    height: 60px;
    line-height: 58px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.1em;
    background-color: #fff;
    border: 1px solid #222;
    position: relative;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .overlay{
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
  }
  .overlay.active{
    display: block;
    margin-top: 60px;
  }
  #Footer .footerBox02 .footerSubBox01{
    margin-left: 0;
    float: none;
  }
  #Footer .footerBox02 .footerSubBox01 .footerLogo{
    padding-top: 30px;
  }
  #Footer .footerBox02 .footerSubBox01 .footerLogo a{
    margin: auto;
    width: 250px;
    height: 50px;
  }
  #Footer .footerBox02 .footerSubBox01 ul{
    text-align: center;
  }
  .footerSubBox02{
    float: none;
    margin-right: 0;
    margin-top: 30px;
    padding-bottom: 50px;
  }
}