@charset "UTF-8";
/*
base
1. default
2. header
3. footer
4. privacy page

———————————————————- */
/*----- 1. default -----*/
.titleLogo {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url(../img/titlelogo.png) center center no-repeat;
  background-size: contain;
}

.linkBtn {
  display: block;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 10px 0;
}

h3 {
  text-align: center;
  color: #183051;
  font-size: 2rem;
  margin-bottom: 20px;
}

/*----- 2. header -----*/
header {
  border-top: 5px solid #183051;
}
header .innerBox {
  padding: 5px 0;
}
header .titleLogo {
  height: 40px;
}
header .titleCompany {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url(../img/title_corporation.png) left center no-repeat;
  background-size: contain;
  width: 206px;
  height: 25px;
  margin-left: 20px;
}

.mainWrap {
  background: url(../img/header_other.jpg) center center no-repeat;
  background-size: cover;
  height: 15.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainWrap h2 {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 40%;
}

/*----- 3. footer -----*/
footer {
  background-color: #183051;
  padding: 10px 0;
}
footer nav a {
  color: #ccc;
}
footer .copy {
  text-align: center;
  color: #dbc0a5;
  font-size: 1.4rem;
}

/*----- 4. privacy page -----*/
.privacyWrap .box {
  margin-bottom: 40px;
}

/*---------- sp ----------*/
@media screen and (max-width: 812px) {
  section, .innerBox {
    width: 100%;
    padding: 0 25px;
    margin-top: 0;
  }

  section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  header .titleCompany {
    display: none;
  }

  footer nav {
    display: none;
    position: fixed;
    top: 0;
    left: -85vw;
    width: 80vw;
    height: 100vh;
    background-color: #183051;
    z-index: 250;
  }
  footer nav li {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #fff;
  }
  footer nav li.spOnly {
    margin-top: 20px;
  }
  footer nav a {
    display: block;
  }
}
/*---------- モバイル縦長 ----------*/
/*---------- モバイル横長 ----------*/
/*---------- pc ----------*/
@media screen and (min-width: 813px) {
  section, .innerBox {
    width: 1000px;
    margin: 0 auto 0;
  }

  section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .linkBtn {
    width: 65%;
    margin: 0 auto;
    padding: 20px 0;
  }

  h3 {
    font-size: 2.4rem;
  }

  header {
    border-top-width: 15px;
  }
  header .innerBox {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  header .titleLogo {
    width: 110px;
    height: 60px;
  }

  .mainWrap {
    height: 200px;
  }
  .mainWrap h2 {
    height: 37px;
  }

  footer nav {
    padding: 25px 0;
  }
  footer nav li {
    padding: 0 30px;
    border-right: 1px solid #bbb;
  }
  footer nav li:first-child {
    border-left: 1px solid #bbb;
  }

  .privacyWrap .box {
    margin-bottom: 80px;
  }
}
/*---------- タブレット ----------*/

