@charset "UTF-8";

.db-sp {
    display: none;
}

#particles-js {
    z-index: ;
    pointer-events: none;
}

.svg-simbols {
    display: none;
}

.sub-com {
    z-index: 999;
}

.sub-mv {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/sub-top.jpg");
  background-size: cover;
  background-position: bottom;
  position: relative;
  z-index: 100;
}

.sub-mv h1 {
  font-family: futura-pt,sans-serif;
  font-size: 4vw;
  font-weight: normal;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  line-height: .8;
}

.sub-mv h1 span {
  font-family: "Yu Mincho","YuMincho",serif;
  font-size: 1.2vw;
  text-align: center;
  color: #fff;
}


/*--------*/
.moveUp {
    transform: translateY(0px);
    transition-delay: 0.2s;
}
/*--------*/

.sub-wrap {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    position: relative;
    margin-top: 5%;
}

.contact-head {
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    width: 400px;
    margin: 0 auto 30px;
    font-size: 15px;
    position: relative;
}

.contact-head h2 {
    font-size: 32px;
    text-align: center;
}

.contact-head-box {
    font-family: futura-pt, sans-serif;
    padding: 10px 5px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.contact-head-box--active {
    border-color: #007ae3;
}

.sub-wrap {
    position: relative;
}

.sub-wrap h2 {
    font-size: 36px;
    margin-bottom: 25px;
    font-family: futura-pt, sans-serif;
    text-align: center;
    overflow: hidden;
}

.sub-wrap h2 span {
    display: inline-block;
    color: #ddd;
    position: relative;
    right: 0;
    left: 0;
    margin: auto;
}

.contact-head-box__num {
    color: #007ae3;
    font-weight: bold;
    margin-right: 5px;
}

.contact-head-box__icon {
    width: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.icon-arrow {
    fill: #007ae3;
}

.contact-head-box img {
    width: 15px;
    display: none;
}

.contact-head-box  p {
    display: inline-block;
}

.contact-head-box__txt {}


.form-desc001 {
    margin-bottom: 20px;
    line-height: 150%;
}

.form-desc001 {
    text-align: center;
    font-size: 14px;
}

.formTable {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 30px;
    table-layout: fixed;
}

.formTable th, .formTable td {
    padding: 20px 0;
    border-bottom: 1px solid #000;
    text-align: left;
}

.formTable th {
    width: 20%;
    vertical-align: middle;
}

.formTable td {
    width: 80%;
}


.formTable input, .formTable textarea {
    width: 100%;
    padding: 15px;
    background:#f8f8f8;
    border: 1px solid rgba(0, 0, 0, 0.075);
    color:#727272 !important;
    font-size:13px;
    transition: all 0.4s;
}

.formTable input:hover {
    border:1px solid #8BC3A3;
}

.formTable textarea {
    height: 200px;
    max-height: 200px;
    max-width: 100%;
    background:#f8f8f8;
    border:1px solid rgba(0, 0, 0, 0.075);
    padding: 15px;
}

.formTable input:focus, .formTable textarea:focus {
    color: white;
    outline: none;
    border:1px solid #007ae3;
}

.sub-btn01 {
    cursor: pointer;
    letter-spacing: 0.12em;
    position: relative;
    width: 280px;
    margin: 0 auto 80px;
    
}

.sub-btn01 input {
    cursor: pointer;
    background: #000;
    color: #fff;
    display: block;
    width: 280px;
    padding: 20px 0;
    letter-spacing: 0.12em;
    transition: all .24s;
    border-radius: 0;
}

.submit-icon {
    width: 8px;
    fill: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20px;
}

/* 確認画面 */

.sub-btn02 {
    text-align: center;
}

.submit-btn01 {
    cursor: pointer;
    background: #000;
    color: #fff;
    display: inline-block;
    width: 200px;
    padding: 10px 0;
    transition: all .24s;
    border-radius: 0;
}
.submit-btn02 {
    cursor: pointer;
    border: 1px solid #000;
    display: inline-block;
    width: 160px;
    padding: 6px 0;
    font-size: 14px;
    transition: all .24s;
    border-radius: 0;
}

@media screen and (min-width:1025px) {
    .sub-btn01 input:hover {
        background: #007ae3;
    }
    .submit-btn01:hover {
        background: #007ae3;
    }
    .submit-btn02:hover {
        opacity: 0.8;
    }
}

.sub-wrap--thanks {
    padding: 80px 0;
}

.form-com-desc {
    line-height: 180%;
    margin-bottom: 30px;
}

.back-btn {
    display: block;
    margin: 0 auto;
    background: #000;
    color: #fff;
    width: 200px;
    padding: 10px 0;
    transition: all .24s;
    border-radius: 0;
}

@media screen and (min-width:1025px) {
    .back-btn {
        background: #007ae3;
    }
}

/* SP */


@media screen and (max-width:1024px) {
    .sub-mv {
        height: 300px;
      }
      .sub-mv h1 {
        font-size: calc(52 / 375 * 100vw);
      }
      .sub-mv h1 span {
        font-size: calc(18 / 375 * 100vw);
      }
    .sub-wrap {
        width: calc( 100% - 30px );
        max-width: 800px;
        padding-top: 20px;
    }
    .sub-wrap h2 {
        margin-bottom: 20px;
    }
    .contact-head {
        width: calc( 100% - 60px );
        font-size: 13px;
    }
    .contact-head-box__icon {
        width: 8px;
    }
    .sub-btn01 {
        width: 280px;
        margin: 0 auto 40px;
    }
    
    .sub-btn01 input {
        padding: 15px 0;
        -webkit-appearance: none;
        font-size: 15px;
    }

    .submit-btn01 {
        background: #000;
        color: #fff;
        display: inline-block;
        width: 280px;
        padding: 20px 0;
        border-radius: 0;
        margin-bottom: 15px;
        -webkit-appearance: none;
    }
    .submit-btn02 {
        width: 160px;
        padding: 10px 0;
        font-size: 14px;
        border-radius: 0;
        -webkit-appearance: none;
    }
    
    .submit-icon {
        width: 8px;
    }

    .formTable th,
    .formTable td {
        width: 100%;
        display: block;
    }

    .formTable th {
        width: 100%;
        border-bottom: 0;
        padding-bottom: 10px;
    }

    .formTable td {
        padding-top: 0;
    }

    .sub-wrap--thanks {
        padding: 60px 0;
    }

    .db-sp {
        display: block;
    }
}