@charset "UTF-8";
/* ==========================================================================
// お問い合わせ
========================================================================== */
input , select , textarea , button{
  box-sizing: border-box;
  }

/* ==========================================================================
// contact-section-01
========================================================================== */
.contact-section-01{
  background:#fff;
  position: relative;
  padding: 0 0 200px;
}
@media screen and (max-width:480px) {
  .contact-section-01{
    padding: 0;
  }
}
.contact-section-01-inner{
  background: url('../img/contact-section-01-back-inner.png') no-repeat;
  background-size: contain;
  max-width: 1200px;
  margin: 200px auto 0;
  padding: 70px 100px 150px;
  height: 1190px;
  position: relative;
}
@media only screen and (max-width: 1199px){
  .contact-section-01-inner {
    background: #fff;
    margin: 100px auto 0;
    padding: 70px 6%;
    height: 100%;
    background-size: cover;
    background-position-x: right;
    /* border-left: 1px solid var(--gray);
    border-top: 1px solid var(--gray);
    border-bottom: 1px solid var(--gray); */
    /* border: 1px solid var(--gray); */
  }
}
@media screen and (max-width:480px) {
  .contact-section-01-inner {
    margin: 0 auto;
  }}

.contact-section-01 .title{
  text-align: center;
  font-size: 30px;
  color: var(--gray);
  margin: 0 auto 16px;
  padding: 16px 0;
  display: block;
  background-size: auto auto;
  background-color: transparent;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(230, 230, 230, 1) 4px, rgba(230, 230, 230, 1) 10px );
}
@media screen and (max-width:480px) {
  .contact-section-01 .title{
    font-size: 22px;
  }}
.contact-section-01 .line{
  margin: 0 auto 30px;
  display: block;
}

.contact-section-01 .contact-txt{
  font-size: 17px;
  text-align: center;
  margin-bottom: 95px;
}
@media screen and (max-width:480px) {
  .contact-section-01 .contact-txt{
    text-align: left;
    font-size: 15px;
    margin-bottom: 30px;
  }
}

.contact-section-01 form{
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px){
  .contact-section-01 form{
    width: 100%;
  }
}
.contact-section-01 form .form-row{
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width:1024px) {
  .contact-section-01 form .form-row{
    flex-direction: column;
  }
}
.contact-section-01 form .form-row .form-label{
  width: 150px;
  font-weight: bold;
}
@media screen and (max-width:1024px) {
.contact-section-01 form .form-row .form-label {
  padding-bottom: 1rem;
}}

.contact-section-01 form .form-row .input-area{
  width: 500px;
}
.contact-section-01 form .form-row .input-area .form-control{
  width: 100%;
  border: 1px solid var(--color-c-primary);
  padding: 0.5em !important;
  background-color: #fff;
  font-size: 16px;
}
@media screen and (max-width:480px) {
  .contact-section-01 form .form-row .input-area .form-control{
    width: 60% !important;
  }
}
@media screen and (max-width:360px) {
  .contact-section-01 form .form-row .input-area .form-control{
    width: 250px !important;
  }
}
.contact-section-01 form .form-row .input-area textarea {
  height: 150px !important;
  width: 100% !important;
}
.contact-section-01 form .btn {
  position: relative;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px){
  .contact-section-01 form .btn {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 10%;
}}


/* ==========================================================================
// contact-section-02
========================================================================== */
.contact-section-02{
  background:#fff;
  position: relative;
  padding: 0 0 200px;
}
@media screen and (max-width:480px) {
  .contact-section-02{
    padding: 0;
  }
}
.contact-section-02-inner{
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 70px 100px 0px;
  position: relative;
}
@media only screen and (max-width: 1199px){
  .contact-section-02-inner {
    background: #fff;
    margin: 100px auto 0;
    padding: 70px 6%;
    height: 100%;
    background-size: cover;
    background-position-x: right;
  }
}
@media screen and (max-width:480px) {
  .contact-section-02-inner {
    margin: 0 auto;
    padding: 70px 6% 100px;
  }}

.contact-section-02 .title{
  text-align: center;
  font-size: 30px;
  color: var(--gray);
  margin: 0 auto 16px;
  padding: 16px 0;
  display: block;
  background-size: auto auto;
  background-color: transparent;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(230, 230, 230, 1) 4px, rgba(230, 230, 230, 1) 10px );
}
@media screen and (max-width:480px) {
  .contact-section-02 .title{
    font-size: 22px;
  }}
.contact-section-02 .line{
  margin: 0 auto 30px;
  display: block;
}

.contact-section-02 .contact-txt{
  font-size: 17px;
  text-align: center;
  margin-bottom: 95px;
}
@media screen and (max-width:480px) {
  .contact-section-02 .contact-txt{
    text-align: left;
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.contact-section-02 .btn_top {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width:480px) {
.contact-section-02 .btn_top {
  width: 100%;
  margin: 70px auto 0;
}
}
