@charset "UTF-8";
body {
  background: #fff;
}

article {
  background: #fff !important;
  color: #333;
}

article h1, article h2, article h3 {
  color: #333 !important;
  text-shadow: none !important;
}

article p, article label {
  color: #333 !important;
}

article .contact-form {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

article input, article textarea, article select {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #ccc;
  color: #333;
}

article input:focus, article textarea:focus, article select:focus {
  border-color: #4E10FF;
}

/* パンくずリストのスタイル */
.breadcrumb {
  padding: 20px 0;
}

.breadcrumb .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

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

.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb ul li:not(:last-child)::after {
  content: ">";
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.5);
}

.breadcrumb ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.breadcrumb ul li a:hover {
  color: #fff;
}

.breadcrumb ul li.current {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 10px 0;
    margin-bottom: 20px;
  }
  .breadcrumb ul li {
    font-size: 1.2rem;
  }
}

/* 背景のグラデーションスタイル */
article#titleTop {
  position: relative;
}

article#titleTop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* 線形グラデーション - 左から右へ */
  background: -webkit-gradient(linear, left top, right top, from(#20c6c6), color-stop(#5b78e5), to(#9845e8));
  background: linear-gradient(to right, #20c6c6, #5b78e5, #9845e8);
  opacity: 0.7;
}

#contact {
  width: auto;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  #contact {
    width: auto;
    margin-top: 0px;
    padding-top: 0;
  }
}

#contact .mwform-radio-field {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  #contact .mwform-radio-field {
    margin-left: 0;
    margin-right: 20px;
  }
}

#contact .mwform-radio-field:first-child {
  margin-left: 0px;
}

#contact .mwform-radio-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

#contact .mwform-radio-field input {
  width: 18px !important;
  height: 18px !important;
}

#contact p span.error {
  padding-left: 10px;
}

#contact .content.errors input {
  background: #F3BEC2;
}

#contact .content.errors textarea {
  background: #F3BEC2;
}

#contact section {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #contact section {
    padding-top: 0;
  }
}

#contact section .wrap {
  width: auto;
  max-width: 880px;
  padding: 40px 40px 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #contact section .wrap {
    margin-top: 0;
    padding: 40px 20px 0;
  }
}

#contact section .wrap h3 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding-bottom: 40px;
  line-height: 2;
}

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

#contact section .wrap .contentWrap {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #contact section .wrap .contentWrap {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
}

#contact section .wrap .contentWrap .content {
  width: 50%;
  padding: 0 24px;
}

@media screen and (max-width: 768px) {
  #contact section .wrap .contentWrap .content {
    width: 100%;
    padding: 0;
  }
}

#contact section .wrap .contentWrap .content:first-child {
  margin-bottom: 40px;
}

#contact section .wrap .contentWrap .content p {
  color: #fff;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  #contact section .wrap .contentWrap .content p {
    width: 100%;
    font-size: 1.4rem;
  }
}

#contact section .wrap .contentWrap .content p span {
  width: auto;
}

@media screen and (max-width: 768px) {
  #contact section .wrap .contentWrap .content p span {
    width: auto;
  }
}

#contact section .wrap .contentWrap .content p span.haveto {
  background: #e33838;
  color: #fff;
  font-size: 1rem;
  padding: 0 8px;
  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;
  margin-left: 4px;
  border-radius: 50px;
}

#contact section .wrap .contentWrap .content p span.any {
  background: #ddd;
  color: #333;
  font-size: 1rem;
  padding: 0 8px;
  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;
  margin-left: 4px;
  border-radius: 50px;
}

#contact section .wrap .contentWrap .content input {
  background: #FFFFFF;
  height: 48px;
  width: 100%;
  padding: 0 20px;
  border: solid .1px #333;
  font-weight: 600;
  color: #333;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  #contact section .wrap .contentWrap .content input {
    font-size: 1.6rem;
    width: 100%;
  }
}

#contact section .wrap .contentWrap .content select {
  background: #FFFFFF;
  height: 48px;
  padding: 0 20px;
  border: solid 0.1px #333;
  font-weight: 600;
  width: 100%;
}

#contact section .wrap .contentWrap .fullContent {
  padding: 0 24px;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #contact section .wrap .contentWrap .fullContent {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
}

#contact section .wrap .contentWrap .fullContent p {
  color: #fff;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 4px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  #contact section .wrap .contentWrap .fullContent p {
    width: auto;
    font-size: 1.4rem;
  }
}

#contact section .wrap .contentWrap .fullContent p span {
  width: auto;
}

#contact section .wrap .contentWrap .fullContent p span.haveto {
  background: #e33838;
  color: #fff;
  font-size: 1rem;
  padding: 0 8px;
  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;
  margin-left: 4px;
  border-radius: 50px;
}

#contact section .wrap .contentWrap .fullContent p span.any {
  background: #ddd;
  color: #333;
  font-size: 1rem;
  padding: 0 8px;
  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;
  margin-left: 4px;
  border-radius: 50px;
}

#contact section .wrap .contentWrap .fullContent textarea {
  background: #fff;
  width: 100%;
  padding: 20px;
  border: solid .1px #333;
  font-weight: 600;
  color: #333;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  #contact section .wrap .contentWrap .fullContent textarea {
    font-size: 1.6rem;
  }
}

#contact section .wrap .submit {
  color: #fff;
  margin: auto;
  position: relative;
  display: block;
  width: 240px;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 2px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#4E10FF), to(#AB17DF));
  background-image: linear-gradient(90deg, #4E10FF 0%, #AB17DF 100%);
  padding: 20px 20px;
  line-height: 1;
  margin-top: 40px;
}

#contact section .wrap .submit:after {
  content: "〉";
  position: absolute;
  right: 30px;
  font-size: 1.4rem;
}

#contact section .wrap .submit:hover {
  opacity: 0.6;
}

#contact section .wrap .mw_wp_form .error {
  font-size: 12px;
  color: #fb2a75;
}

#contact section .wrap .privacy {
  text-align: center;
}

#confirm {
  width: auto;
  padding-top: 60px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #confirm {
    width: auto;
    margin-top: 0px;
  }
}

#confirm header {
  padding: 0px 0 40px;
}

#confirm header i {
  line-height: 1.6;
}

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

#confirm section {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #confirm section {
    padding-top: 0;
  }
}

#confirm section p {
  text-align: center;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #confirm section p {
    width: auto;
  }
}

#confirm section .wrap {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #confirm section .wrap {
    width: 100%;
    padding: 0px 20px 0;
  }
}

#confirm section .wrap .contentWrap {
  width: 576px;
  display: block;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap {
    width: auto;
  }
}

#confirm section .wrap .contentWrap .content {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #E3E3E3;
}

@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .content {
    width: auto;
    display: block;
    font-size: 1.4rem;
    padding: 12px 10px 20px;
  }
}

#confirm section .wrap .contentWrap .content p {
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4px;
  font-weight: 600;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .content p {
    width: auto;
  }
}

#confirm section .wrap .contentWrap .content p:first-child {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .content p:first-child {
    width: 100%;
  }
}

#confirm section .wrap .contentWrap .content p:nth-child(2n) {
  width: 100%;
  padding: 10px 0 0 20px;
}

#confirm section .wrap .contentWrap .content p:last-child {
  width: 100%;
  padding: 10px 0 0 20px;
}

@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .content p:last-child {
    width: 100%;
    padding: 10px 0 0 20px;
  }
}

#confirm section .wrap .contentWrap .content p span {
  width: auto;
}

@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .content p span {
    width: auto;
  }
}

#confirm section .wrap .contentWrap .content p span.haveto {
  display: none;
}

#confirm section .wrap .contentWrap .fullContent {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #E3E3E3;
  border-bottom: solid 1px;
}

@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .fullContent {
    width: auto;
    display: block;
    font-size: 1.4rem;
    padding: 12px 10px 20px;
  }
}

#confirm section .wrap .contentWrap .fullContent p {
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4px;
  font-weight: 600;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .fullContent p {
    width: auto;
  }
}

#confirm section .wrap .contentWrap .fullContent p:first-child {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .fullContent p:first-child {
    width: 100%;
  }
}

#confirm section .wrap .contentWrap .fullContent p:nth-child(2n) {
  width: 100%;
  padding: 10px 0 0 20px;
}

#confirm section .wrap .contentWrap .fullContent p:last-child {
  width: 100%;
  text-align: left;
  padding: 10px 0 0 20px;
}

@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .fullContent p:last-child {
    width: 100%;
    padding: 10px 0 0 20px;
  }
}

#confirm section .wrap .contentWrap .fullContent p span {
  width: auto;
}

@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .fullContent p span {
    width: auto;
  }
}

#confirm section .wrap .contentWrap .fullContent p span.haveto {
  display: none;
}

#confirm section .wrap .contentWrap .fullContent p span.confirmHidden {
  display: none;
}

#confirm section .wrap .privacy {
  display: none;
}

#confirm section .wrap button {
  color: #fff;
  margin: auto;
  position: relative;
  display: block;
  width: 240px;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 2px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#4E10FF), to(#AB17DF));
  background-image: linear-gradient(90deg, #4E10FF 0%, #AB17DF 100%);
  padding: 20px 20px;
  line-height: 1;
  margin-top: 60px;
}

#confirm section .wrap button:after {
  content: "〉";
  position: absolute;
  right: 30px;
  font-size: 1.4rem;
}

#confirm section .wrap button:hover {
  opacity: 0.6;
}

#complete {
  width: auto;
}

@media screen and (max-width: 768px) {
  #complete {
    width: auto;
  }
}

#complete section {
  padding: 60px 40px 80px;
}

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

#complete section p a {
  color: #fff;
  margin: auto;
  position: relative;
  display: block;
  width: 240px;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 2px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#4E10FF), to(#AB17DF));
  background-image: linear-gradient(90deg, #4E10FF 0%, #AB17DF 100%);
  padding: 20px 20px;
  line-height: 1;
}

#complete section p a:after {
  content: "〉";
  position: absolute;
  right: 30px;
  font-size: 1.4rem;
}

#complete section p a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .sp-mb0 {
    margin-bottom: 0px !important;
  }
}

div.policy {
  padding: 20px;
}

@media screen and (max-width: 768px) {
  div.policy {
    padding: 0px;
  }
}

div.policy div {
  overflow-y: scroll;
  font-weight: 600;
  font-size: 1.4rem;
  height: 200px;
  padding: 20px;
  border: solid 1px #808080;
  text-align: left;
  line-height: 2;
  background: #f8f8f8;
}

div.policy div p {
  font-weight: 600;
}

div.policy div h3 {
  padding: 20px 0 !important;
  text-align: left !important;
}

@media screen and (max-width: 768px) {
  div.policy div h3 {
    font-size: 1.8rem !important;
  }
}

#contactform {
  display: none;
}
/*# sourceMappingURL=contact.css.map */