@charset "UTF-8";
/* ===================================
   CONTACT PAGE - 洗練されたデザイン
=================================== */
.contact-page {
  background: #fff;
}

/* Hide contactform article */
article#contactform {
  display: none;
}

/* Confirm Page */
article#confirm {
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 40px 120px;
}

@media screen and (max-width: 768px) {
  article#confirm {
    padding: 60px 20px 80px;
  }
}

article#confirm header {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  article#confirm header {
    margin-bottom: 40px;
  }
}

article#confirm header h2 {
  font-size: 3.2rem;
  font-weight: 800;
  color: #000;
  margin: 0 0 20px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  article#confirm header h2 {
    font-size: 2.4rem;
    margin: 0 0 16px;
  }
}

article#confirm header i {
  font-size: 1.6rem;
  font-style: normal;
  color: #666;
  line-height: 1.8;
  display: block;
}

@media screen and (max-width: 768px) {
  article#confirm header i {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  article#confirm header i br {
    display: inline;
  }
  article#confirm header i br:after {
    content: " ";
  }
}

article#confirm section.full .wrap {
  background: #fafafa;
  padding: 60px;
  border: 1px solid #e5e5e5;
}

@media screen and (max-width: 768px) {
  article#confirm section.full .wrap {
    padding: 40px 24px;
  }
}

/* Container */
.contact-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 40px 0px;
}

@media screen and (max-width: 768px) {
  .contact-container {
    padding: 60px 20px 0px;
  }
}

/* Contact Intro */
.contact-intro {
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .contact-intro {
    margin-bottom: 60px;
  }
}

.contact-intro__title {
  font-size: 4rem;
  font-weight: 800;
  color: #000;
  margin: 0 0 24px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .contact-intro__title {
    font-size: 2.8rem;
    margin: 0 0 20px;
  }
}

.contact-intro__text {
  font-size: 1.6rem;
  color: #666;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .contact-intro__text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .contact-intro__text .pc-only {
    display: none;
  }
}

/* Contact Form Section */
.contact-form {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .contact-form {
    margin-bottom: 80px;
  }
}

.contact-form__wrapper {
  background: #fafafa;
  padding: 60px;
  border: 1px solid #e5e5e5;
}

@media screen and (max-width: 768px) {
  .contact-form__wrapper {
    padding: 40px 24px;
  }
}

.contact-form__wrapper .wpcf7 p {
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .contact-form__wrapper .wpcf7 p {
    margin-bottom: 28px;
  }
}

.contact-form__wrapper .wpcf7 p:last-child {
  margin-bottom: 0;
}

.contact-form__wrapper .wpcf7 label {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .contact-form__wrapper .wpcf7 label {
    font-size: 1.3rem;
  }
}

.contact-form__wrapper .wpcf7 label .wpcf7-form-control-wrap {
  display: block;
  margin-top: 12px;
}

.contact-form__wrapper .wpcf7 .cf7-req {
  color: #ff4444;
  margin-left: 4px;
  font-weight: 700;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .contact-form__wrapper .wpcf7 .cf7-req {
    font-size: 1.3rem;
  }
}

.contact-form__wrapper .wpcf7 .cf7-q label {
  padding-top: 20px;
}

.contact-form__wrapper .wpcf7 #cf7-area .cf7-item {
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .contact-form__wrapper .wpcf7 #cf7-area .cf7-item {
    margin-bottom: 28px;
  }
}

.contact-form__wrapper .wpcf7 #cf7-area .cf7-item .cf7-q {
  margin-bottom: 12px;
}

.contact-form__wrapper .wpcf7 #cf7-area .cf7-item .cf7-q label {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .contact-form__wrapper .wpcf7 #cf7-area .cf7-item .cf7-q label {
    font-size: 1.3rem;
  }
}

.contact-form__wrapper .wpcf7 #cf7-area .cf7-item .cf7-q p {
  margin: 0;
}

.contact-form__wrapper .wpcf7 #cf7-area .cf7-item .cf7-a p {
  width: 100%;
  padding: 0;
  font-size: 1.5rem;
  color: #333;
  background: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  word-break: break-word;
  line-height: 1.8;
  min-height: auto;
}

@media screen and (max-width: 768px) {
  .contact-form__wrapper .wpcf7 #cf7-area .cf7-item .cf7-a p {
    font-size: 1.4rem;
  }
}

.contact-form__wrapper .wpcf7 #cf7-area .cf7-item .cf7-a.textarea p {
  min-height: 160px;
  white-space: pre-wrap;
}

.contact-form__wrapper .wpcf7 #cf7-area .cf7-previous,
.contact-form__wrapper .wpcf7 #cf7-area .cf7-submit {
  margin-top: 40px;
  text-align: center;
}

.contact-form__wrapper .wpcf7 #cf7-area .cf7-previous p,
.contact-form__wrapper .wpcf7 #cf7-area .cf7-submit p {
  margin: 0;
}

.contact-form__wrapper .wpcf7 #cf7-area .cf7-previous input,
.contact-form__wrapper .wpcf7 #cf7-area .cf7-submit input {
  display: inline-block;
  padding: 16px 48px;
  font-size: 1.6rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .contact-form__wrapper .wpcf7 #cf7-area .cf7-previous input,
  .contact-form__wrapper .wpcf7 #cf7-area .cf7-submit input {
    font-size: 1.4rem;
    padding: 14px 40px;
    width: 100%;
  }
}

.contact-form__wrapper .wpcf7 #cf7-area .cf7-previous input {
  background: #fff;
  color: #666;
  border: 2px solid #ddd;
}

.contact-form__wrapper .wpcf7 #cf7-area .cf7-previous input:hover {
  background: #f5f5f5;
  border-color: #ccc;
}

.contact-form__wrapper .wpcf7 #cf7-area .cf7-submit {
  margin-top: 20px;
}

.contact-form__wrapper .wpcf7 #cf7-area .cf7-submit input {
  background: #00CDB7;
  color: #fff;
  -webkit-box-shadow: 0 8px 30px rgba(0, 205, 183, 0.3);
          box-shadow: 0 8px 30px rgba(0, 205, 183, 0.3);
}

.contact-form__wrapper .wpcf7 #cf7-area .cf7-submit input:hover {
  background: #00B3A0;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 12px 40px rgba(0, 205, 183, 0.4);
          box-shadow: 0 12px 40px rgba(0, 205, 183, 0.4);
}

.contact-form__wrapper .wpcf7 input[type="text"],
.contact-form__wrapper .wpcf7 input[type="email"],
.contact-form__wrapper .wpcf7 input[type="tel"],
.contact-form__wrapper .wpcf7 textarea {
  width: 100%;
  padding: 14px 18px;
  font-size: 1.5rem;
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: inherit;
}

@media screen and (max-width: 768px) {
  .contact-form__wrapper .wpcf7 input[type="text"],
  .contact-form__wrapper .wpcf7 input[type="email"],
  .contact-form__wrapper .wpcf7 input[type="tel"],
  .contact-form__wrapper .wpcf7 textarea {
    font-size: 1.4rem;
    padding: 12px 16px;
  }
}

.contact-form__wrapper .wpcf7 input[type="text"]:focus,
.contact-form__wrapper .wpcf7 input[type="email"]:focus,
.contact-form__wrapper .wpcf7 input[type="tel"]:focus,
.contact-form__wrapper .wpcf7 textarea:focus {
  outline: none;
  border-color: #00CDB7;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 205, 183, 0.1);
          box-shadow: 0 0 0 3px rgba(0, 205, 183, 0.1);
}

.contact-form__wrapper .wpcf7 input[type="text"]::-webkit-input-placeholder,
.contact-form__wrapper .wpcf7 input[type="email"]::-webkit-input-placeholder,
.contact-form__wrapper .wpcf7 input[type="tel"]::-webkit-input-placeholder,
.contact-form__wrapper .wpcf7 textarea::-webkit-input-placeholder {
  color: #999;
}

.contact-form__wrapper .wpcf7 input[type="text"]:-ms-input-placeholder,
.contact-form__wrapper .wpcf7 input[type="email"]:-ms-input-placeholder,
.contact-form__wrapper .wpcf7 input[type="tel"]:-ms-input-placeholder,
.contact-form__wrapper .wpcf7 textarea:-ms-input-placeholder {
  color: #999;
}

.contact-form__wrapper .wpcf7 input[type="text"]::-ms-input-placeholder,
.contact-form__wrapper .wpcf7 input[type="email"]::-ms-input-placeholder,
.contact-form__wrapper .wpcf7 input[type="tel"]::-ms-input-placeholder,
.contact-form__wrapper .wpcf7 textarea::-ms-input-placeholder {
  color: #999;
}

.contact-form__wrapper .wpcf7 input[type="text"]::placeholder,
.contact-form__wrapper .wpcf7 input[type="email"]::placeholder,
.contact-form__wrapper .wpcf7 input[type="tel"]::placeholder,
.contact-form__wrapper .wpcf7 textarea::placeholder {
  color: #999;
}

.contact-form__wrapper .wpcf7 textarea {
  min-height: 160px;
  resize: vertical;
}

.contact-form__wrapper .wpcf7 input[type="submit"] {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
  padding: 18px 60px;
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  background: #00CDB7;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 30px rgba(0, 205, 183, 0.3);
          box-shadow: 0 8px 30px rgba(0, 205, 183, 0.3);
}

@media screen and (max-width: 768px) {
  .contact-form__wrapper .wpcf7 input[type="submit"] {
    font-size: 1.6rem;
    padding: 16px 48px;
  }
}

.contact-form__wrapper .wpcf7 input[type="submit"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #00B3A0 0%, #1AD9C5 100%);
  -webkit-transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 0;
}

.contact-form__wrapper .wpcf7 input[type="submit"]:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 15px 45px rgba(0, 205, 183, 0.5);
          box-shadow: 0 15px 45px rgba(0, 205, 183, 0.5);
}

.contact-form__wrapper .wpcf7 input[type="submit"]:hover:before {
  left: 0;
}

.contact-form__wrapper .wpcf7 input[type="submit"]:active {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.contact-form__wrapper .wpcf7 input[type="submit"] span {
  position: relative;
  z-index: 1;
}

.contact-form__wrapper .wpcf7 .wpcf7-not-valid-tip {
  font-size: 1.3rem;
  color: #ff4444;
  margin-top: 8px;
}

.contact-form__wrapper .wpcf7 .wpcf7-response-output {
  margin: 32px 0 0;
  padding: 16px 24px;
  border: 2px solid;
  border-radius: 0;
  font-size: 1.4rem;
  text-align: center;
}

.contact-form__wrapper .wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  background: #fff5f5;
  border-color: #ff4444;
  color: #ff4444;
}

.contact-form__wrapper .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #f0fdf4;
  border-color: #16a34a;
  color: #16a34a;
}

/* Contact Info Section */
.contact-info {
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .contact-info {
    padding-bottom: 80px;
  }
}

.contact-info__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .contact-info__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* Info Item */
.info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 28px;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .info-item {
    padding: 24px 20px;
  }
}

.info-item:hover {
  background: #fff;
  border-color: #ddd;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.info-item__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(135deg, #00CDB7, #1AD9C5);
  color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 15px rgba(0, 205, 183, 0.3);
          box-shadow: 0 4px 15px rgba(0, 205, 183, 0.3);
}

@media screen and (max-width: 768px) {
  .info-item__icon {
    width: 40px;
    height: 40px;
  }
}

.info-item__icon svg {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 768px) {
  .info-item__icon svg {
    width: 20px;
    height: 20px;
  }
}

.info-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.info-item__content h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 12px;
}

@media screen and (max-width: 768px) {
  .info-item__content h3 {
    font-size: 1.5rem;
  }
}

.info-item__content p {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.8;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .info-item__content p {
    font-size: 1.3rem;
  }
}

.info-item__content p a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.info-item__content p a:hover {
  opacity: 0.7;
}

/* Thanks Page */
article#complete .wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 40px 80px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  article#complete .wrap {
    padding: 80px 20px 60px;
  }
}

article#complete .wrap p {
  font-size: 2rem;
  color: #333;
  line-height: 2.2;
  margin: 0 0 60px;
}

@media screen and (max-width: 768px) {
  article#complete .wrap p {
    font-size: 1.6rem;
    line-height: 2;
    margin: 0 0 40px;
  }
}

article#complete .wrap p br.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  article#complete .wrap p br.sp {
    display: block;
  }
}

article#complete .wrap .back-to-top {
  display: inline-block;
  padding: 18px 60px;
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  background: #00CDB7;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 30px rgba(0, 205, 183, 0.3);
          box-shadow: 0 8px 30px rgba(0, 205, 183, 0.3);
}

@media screen and (max-width: 768px) {
  article#complete .wrap .back-to-top {
    font-size: 1.6rem;
    padding: 16px 48px;
    width: 100%;
    max-width: 320px;
  }
}

article#complete .wrap .back-to-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #00B3A0 0%, #1AD9C5 100%);
  -webkit-transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 0;
}

article#complete .wrap .back-to-top:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 15px 45px rgba(0, 205, 183, 0.5);
          box-shadow: 0 15px 45px rgba(0, 205, 183, 0.5);
}

article#complete .wrap .back-to-top:hover:before {
  left: 0;
}

article#complete .wrap .back-to-top:active {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

article#complete .wrap .back-to-top span {
  position: relative;
  z-index: 1;
}
/*# sourceMappingURL=contact.css.map */