@charset "utf-8";
/* CSS Document */
/*1200px以下レイアウト*/
@media screen and (max-width: 1200px) {
  /* about▼*/
  .sec-1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 150px;
  }

  /* service-company▼*/
  .sec-2 {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    height: auto;
    margin: 0 auto;
  }
}
/*960px以下レイアウト*/
@media screen and (max-width: 960px) {
  /* gb-nv▼*/
  nav {
    margin-top: 30px;
  }
  #gb-nav ul {
    display: none;
  }
  .menu-cover {
    width: 70px;
    height: 70px;
    display: block;
    background: #fff;
    border-radius: 70px;
    padding-top: 16px;
    position: relative;
    z-index: 1;
  }
  #gb-nav-btn {
    display: block;
    width: 30px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    z-index: 2;
    margin: 0 auto;
  }
  #gb-nav-btn span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #333;
    transition: 0.3s;
  }
  .menu {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-top: 5px;
    text-align: center;
    cursor: pointer;
  }
  /*▼ナビアクティブ*/

  #gb-nav-btn.active {
    cursor: pointer;
  }
  #gb-nav-btn.active span:nth-of-type(1) {
    transform: translateY(2px) rotate(45deg);
  }
  #gb-nav-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #gb-nav-btn.active span:nth-of-type(3) {
    transform: translateY(-2px) rotate(-45deg);
  }
  #gb-nav-btn.active {
    display: block;
    width: 30px;
    height: 25px;
    position: relative;
    z-index: 5;
  }

  #gb-nav.active {
    width: 100%;
    height: 50vh;
    position: absolute;
    z-index: 4;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.95);
    display: block;
    top: -30px;
    right: 0;
  }
  #gb-nav.active {
    padding-top: 0;
    padding-left: 0;
  }
  #gb-nav.active ul {
    display: block;
    padding-left: 12px;
    position: absolute;
    top: 80px;
    right: 0;
  }
  #gb-nav.active li {
    margin-top: 1em;
  }
  #gb-nav ul {
    display: none;
  }
  .menu-cover {
    width: 70px;
    height: 70px;
    display: block;
    background: #fff;
    border-radius: 70px;
    position: relative;
    z-index: 1;
    position: absolute;
    top: 22px;
    right: 5%;
  }
  #gb-nav-btn {
    display: block;
    width: 30px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    z-index: 2;
    margin: 0 auto;
  }
  #gb-nav-btn span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #444;
    transition: 0.3s;
  }
  .menu {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #444;
    margin-top: 5px;
    text-align: center;
    cursor: pointer;
  }
  /* footer▼*/
  .footer-cover {
    width: 100%;
    background-color: #fff;
    height: auto;
    margin: 0 auto;
    padding: 100px 5% 100px 5%;
    display: flex;
    flex-direction: column;
  }

  .footer-p {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
  }
  .footer-menu {
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
  }
  .footer-menu-ul ul {
    display: flex;
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
  }
  .footer-menu-ul ul li {
    padding-right: 0;
  }
  .footer-menu-ul ul li:last-child {
    padding-right: 0;
  }
  /* privacy▼*/
  .privacy-cover {
    width: 100%;
    border-top: solid 1px #888;
    border-bottom: solid 1px #888;
    margin: 0 auto;
    padding: 60px;
  }
}
/*599px以下レイアウト*/
@media screen and (max-width: 599px) {
  /* base▼*/
  h1 {
    font-size: 22px;
  }
  .ttl {
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 45px;
  }
  p {
    font-weight: normal;
    font-size: 15px;
  }
  h2 {
    font-size: 18px;
  }
  /* header▼*/
  header {
    width: 100%;
    height: 80px;
    padding: 0 5% 0 5%;
  }
  .logo-type {
    margin-top: 25px;
  }
  /* gb-nav▼*/
  .menu-cover {
    width: 50px;
    height: 50px;
    display: block;
    background: #fff;
    border-radius: 70px;
    position: relative;
    z-index: 1;
    position: absolute;
    top: 2px;
    right: 5%;
  }
  .menu-cover .active {
    width: 50px;
    height: 50px;
    display: block;
    background: #fff;
    border-radius: 70px;
    position: relative;
    z-index: 1;
    position: absolute;
    top: 2px;
    right: 5%;
  }
  /* breadcrumbs▼*/
  .breadcrumbs-in {
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    color: #888;
  }
  .mv-ttl {
    width: 100%;
    background: none;
    font-size: 36px;
    font-weight: bold;
    padding-top: 70%;
    padding-bottom: 50%;
    padding-left: 5%;
    padding-right: 5%;
  }
  /* about▼*/
  .sec-1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 80px;
  }
  .sec-1-cover {
    display: flex;
    flex-direction: column;
  }
  .sec-1-left {
    width: 100%;
    margin-top: 40px;
  }
  .sec-1-right {
    width: 100%;
    margin-top: 40px;
  }
  /* service-company▼*/
  .sec-2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .sec-2-cover {
    display: flex;
    flex-direction: column;
  }
  .sec-2-left {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
  }
  .sec-2-right {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .sec2-img {
    margin-top: 40px;
  }
  .read-more {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
  }

  /* commmonn-contact▼*/
  .sec-3 {
    width: 100%;
    height: auto;
    background-image: url("../images/contact-bg.jpg");
    background-position: center;
    background-size: cover;
    background-color: #fff;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .btn-cover {
    padding-top: 60px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .tel {
    width: 270px;
    height: 125px;
    border: solid 2px #444;
    padding: 20px 0 20px 0;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .btn {
    width: 270px;
    height: 125px;
    background-color: #444;
    color: #fff;
    text-align: center;
    padding: 30px 0 30px 0;
    font-size: 18px;
    margin: 0 auto;
  }
  /* footer▼*/
  .footer-cover {
    width: 100%;
    background-color: #fff;
    height: auto;
    margin: 0 auto;
    padding: 80px 5% 80px 5%;
  }
  .footer-logo {
    font-size: 22px;
  }
  .footer-menu {
    margin-top: 60px;
    font-size: 18px;
    font-weight: bold;
  }
  .footer-p {
    font-size: 15px;
    font-weight: normal;
  }
  .footer-menu-ul ul {
    font-size: 15px;
    font-weight: normal;
  }
  /* sub-service▼*/
  .service {
    margin-top: 70px;
    margin-bottom: 80px;
  }
  .service-cover {
    width: 100%;
    border-top: solid 1px #888;
    border-bottom: solid 1px #888;
    margin: 0 auto;
    padding: 40px 5% 40px 5%;
  }
  .service h2 {
    margin-bottom: 40px;
  }
  .service-cont {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: bold;
    color: #444;
    padding-bottom: 20px;
  }
  .service-cont-left {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #444;
    padding-bottom: 20px;
  }
  .service-cont-right {
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    color: #444;
    padding-bottom: 20px;
  }
  /* sub-company▼*/
  .company {
    margin-top: 70px;
    margin-bottom: 80px;
  }
  .company-cover {
    width: 100%;
    border-top: solid 1px #888;
    border-bottom: solid 1px #888;
    margin: 0 auto;
    padding: 40px 5% 40px 5%;
  }
  .company-cont {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: bold;
    color: #444;
    padding-bottom: 20px;
  }
  .company-cont-left {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #444;
    padding-bottom: 20px;
  }
  .company-cont-right {
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    color: #444;
    padding-bottom: 20px;
  }
  /* sub-privacy▼*/
  .privacy {
    margin-top: 70px;
    margin-bottom: 80px;
  }
  .privacy-cover {
    width: 100%;
    border-top: solid 1px #888;
    border-bottom: solid 1px #888;
    margin: 0 auto;
    padding: 40px 5% 40px 5%;
  }
  .privacy-cover h3 {
    font-size: 18px;
    margin-top: 40px;
  }
  .privacy-cover p {
    font-size: 15px;
    margin-top: 20px;
  }
  /* sub-contact▼*/
  .contact {
    padding-top: 70px;
    padding-bottom: 80px;
    background-color: #f9f9f9;
  }
  .form-in {
    width: 100%;
    margin: 0 auto;
    padding: 40px 5% 0 5%;
  }
  .contact h2 {
    margin-bottom: 40px;
  }
  .formTable {
    width: 100%;
  }
  .formTable th {
    text-align: left;
    padding-bottom: 15px;
  }
  .formTable td {
    padding-bottom: 40px;
  }
  input {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 3;
  }

  textarea {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  input[type="submit"] {
    color: #fff;
    background-color: #444;
    border: none;
    width: 160px;
    height: 60px;
    border-radius: 60px;
  }
}
