@charset "UTF-8";
.page-article h3 {
  font-weight: 700;
}
.page-article h3:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .page-article h3:not(:first-of-type) {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .page-article h3 {
    font-size: 0.16rem;
    margin: 0;
    padding: 0 0.08rem;
  }
}
.page-article h4 {
  font-weight: 700;
  margin-bottom: 0;
}
.page-article .img-txt h4,
.page-article .img-txt p {
  padding: 0;
}
.page-article .col2 {
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .page-article .col2 {
    padding: 0 0.08rem;
  }
}
.page-article strong {
  font-weight: 700;
}
.page-article p {
  font-size: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .page-article p {
    margin-top: 0.08rem;
    padding: 0 0.08rem !important;
    font-size: 0.14rem !important;
  }
}
.page-article .wp-block-image {
  margin: 40px 24px 0;
}
@media screen and (max-width: 768px) {
  .page-article .wp-block-image {
    margin-top: 0.16rem;
    margin: 0.24rem 0 0;
  }
}
.page-article .wp-block-columns {
  padding: 0 24px 0;
}
@media screen and (max-width: 768px) {
  .page-article .wp-block-columns {
    padding: 0 0.08rem;
  }
}
.page-article .wp-block-column .wp-block-image {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page-article .wp-block-column .wp-block-image {
    margin: 0;
  }
}
.page-article a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: linear all 0.2s;
}
.page-article a:hover {
  opacity: 0.6;
}
.page-article .wp-block-gallery,
.page-article .has-nested-images {
  margin-top: 40px;
  padding: 0 24px !important;
}
@media screen and (max-width: 768px) {
  .page-article .wp-block-gallery,
  .page-article .has-nested-images {
    margin-top: 0.24rem;
    padding: 0 0.08rem !important;
  }
}
.page-article .wp-block-list {
  margin-top: 16px;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .page-article .wp-block-list {
    margin-top: 0.08rem;
    padding: 0 0.08rem;
  }
}
.page-article .wp-block-list li {
  list-style: disc;
  margin-left: 1.5em;
}
.page-article .wp-block-table,
.page-article .wp-block-flexible-table-block-table {
  margin: 40px 24px 0;
}
@media screen and (max-width: 768px) {
  .page-article .wp-block-table,
  .page-article .wp-block-flexible-table-block-table {
    margin: 0.24rem 0 0;
  }
}

.page-cover {
  margin: 24px 24px 16px;
  width: auto;
  border-radius: 10px;
  background-image: url("../images/common/back-cover@2x.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .page-cover {
    margin: 0.16rem 0.16rem 0.16rem;
  }
}
.page-cover .inner {
  height: 240px;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page-cover .inner {
    height: 1.8rem;
    padding-bottom: 0;
  }
}
.page-cover .en {
  font-size: 14px;
  font-weight: 400;
  color: #f07800;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .page-cover .en {
    font-size: 0.12rem;
    gap: 0.06rem;
  }
}
.page-cover .en:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 1px;
  background: #f07800;
}
@media screen and (max-width: 768px) {
  .page-cover .en:after {
    width: 0.32rem;
    height: 0.01rem;
  }
}
.page-cover .jp {
  margin-top: 8px;
  display: block;
  font-size: 32px;
  font-family: "Zen Kurenaido", sans-serif;
  color: #47372b;
}
@media screen and (max-width: 768px) {
  .page-cover .jp {
    margin-top: 0;
    font-size: 0.2rem;
  }
}

.works-sec .wp-block-column p:not(:first-of-type) {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .works-sec .wp-block-column p:not(:first-of-type) {
    margin-top: 0.08rem;
  }
}

.contact-form-area {
  width: -moz-fit-content;
  width: fit-content;
}
.contact-form-area .pre-message {
  line-height: 1.8 !important;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-form-area .pre-message {
    font-size: 0.14rem;
    margin-bottom: 0.16rem;
    padding: 0 0.08rem;
    text-align: left;
  }
}
.contact-form-area .pre-message .caution {
  color: #ce0000;
  font-weight: 700;
  display: block;
  text-align: right;
  margin-top: 24px;
}
.contact-form-area .cf7-area {
  margin: 40px auto 40px;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-form-area .cf7-area {
    margin: 0.16rem 0 0.24rem;
  }
}
.contact-form-area .mail-ttl {
  margin: 40px auto 0;
  display: flex;
  padding-right: 80px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .contact-form-area .mail-ttl {
    padding-right: 0;
    justify-content: center;
  }
}
.contact-form-area .mail-ttl img {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .contact-form-area .mail-ttl img {
    width: 100%;
  }
}
.contact-form-area .captcha-ttl {
  width: 600px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 200px;
  box-sizing: border-box;
  margin-top: 40px;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .contact-form-area .captcha-ttl {
    width: 100%;
    padding-left: 0;
  }
}
.contact-form-area .captcha-ttl:after {
  content: "";
  display: inline-block;
  width: 29.3333333333px;
  height: 51.3333333333px;
  margin-right: 100px;
  background-image: url("../images/contact/icon-arrow-bottom.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .contact-form-area .captcha-ttl:after {
    margin-right: 0.5rem;
  }
}
.contact-form-area .captcha-ttl img {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .contact-form-area .captcha-ttl img {
    width: 100%;
  }
}
.contact-form-area .captcha-form {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .contact-form-area .captcha-form {
    gap: 0.16rem;
    padding-left: 0.16rem;
    align-items: center;
  }
}
.contact-form-area .captcha-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  top: -50px;
  line-height: 1.2;
  font-size: 14px;
}
.contact-form-area .captcha-form img {
  display: block;
}
.contact-form-area .captcha-form .captcha-ttl {
  width: 450px;
  margin: 40px auto;
}
.contact-form-area .captcha-form input[type=text] {
  height: 40px;
  border-radius: 5px;
  padding-left: 1em;
  background: #f7f2e8;
  border: 1px solid #d2b880;
  width: 150px;
}
@media screen and (max-width: 768px) {
  .contact-form-area .captcha-form input[type=text] {
    width: 1.5rem;
  }
}
.contact-form-area .captcha-form input[type=text]:focus {
  background: #fff;
  outline: none;
}
.contact-form-area .send-message {
  font-size: 16px;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-form-area .send-message {
    font-size: 0.14rem;
    padding: 0 0.08rem;
  }
}
.contact-form-area dl {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .contact-form-area dl {
    gap: 0.16rem;
    border-bottom: 2px solid #d2b880;
  }
}
.contact-form-area dl.captcha-area {
  margin-top: 8px !important;
}
.contact-form-area dl.captcha-area > div {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact-form-area dl.captcha-area > div {
    flex-direction: row;
  }
  .contact-form-area dl.captcha-area > div dt {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.contact-form-area dl.captcha-area > div ul {
  margin-top: 0 !important;
}
.contact-form-area dl:not(:first-of-type) {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .contact-form-area dl:not(:first-of-type) {
    margin-top: 0.16rem;
  }
}
.contact-form-area dl > div {
  display: flex;
}
@media screen and (max-width: 768px) {
  .contact-form-area dl > div {
    flex-direction: column;
    gap: 0.08rem;
  }
  .contact-form-area dl > div:not(:last-of-type) {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 0.24rem;
  }
}
.contact-form-area dl > div dt {
  min-width: 235px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .contact-form-area dl > div dt {
    min-width: initial;
    width: 100%;
    text-align: left;
    font-weight: 700;
  }
}
.contact-form-area dl > div dt .required {
  font-size: 14px;
  color: #ce0000;
}
.contact-form-area dl > div dd {
  flex: 1;
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .contact-form-area dl > div dd {
    width: 100%;
    padding-left: 0;
  }
}
.contact-form-area dl > div dd input[type=text],
.contact-form-area dl > div dd input[type=email],
.contact-form-area dl > div dd input[type=tel] {
  height: 40px;
  border-radius: 5px;
  padding-left: 1em;
  background: #f7f2e8;
  border: 1px solid #d2b880;
  width: 100%;
}
.contact-form-area dl > div dd input[type=text]:focus,
.contact-form-area dl > div dd input[type=email]:focus,
.contact-form-area dl > div dd input[type=tel]:focus {
  background: #fff;
  outline: none;
}
.contact-form-area dl > div dd input[type=file]::file-selector-button {
  height: 40px;
  border-radius: 5px;
  padding-left: 1em;
  background: #f7f2e8;
  border: 1px solid #d2b880;
  width: 150px;
  cursor: pointer;
}
.contact-form-area dl > div dd input[type=file]::file-selector-button:focus {
  background: #fff;
  outline: none;
}
.contact-form-area dl > div dd select {
  height: 40px;
  border-radius: 5px;
  padding-left: 1em;
  background: #f7f2e8;
  border: 1px solid #d2b880;
  width: 50%;
}
.contact-form-area dl > div dd select:focus {
  background: #fff;
  outline: none;
}
@media screen and (max-width: 768px) {
  .contact-form-area dl > div dd select {
    width: 100%;
  }
}
.contact-form-area dl > div dd textarea {
  height: 200px;
  border-radius: 5px;
  padding-left: 1em;
  padding-top: 1em;
  background: #f7f2e8;
  border: 1px solid #d2b880;
  width: 100%;
}
.contact-form-area dl > div dd textarea:focus {
  background: #fff;
  outline: none;
}
.contact-form-area dl > div dd .addr-area {
  display: flex;
  gap: 8px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-form-area dl > div dd .addr-area {
    flex-direction: column;
    gap: 0.08rem;
  }
}
.contact-form-area dl > div dd .addr-area > span:nth-child(1):before {
  content: "〒";
  margin-right: 4px;
}
.contact-form-area dl > div dd .addr-area > span:nth-child(2) {
  display: block;
  flex: 1;
}
.contact-form-area dl > div dd .addr-area .zip1,
.contact-form-area dl > div dd .addr-area .zip2 {
  width: 100px;
}
.contact-form-area .other-answer {
  margin-top: 8px;
}
.contact-form-area .file-message {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 24px;
}
.contact-form-area .wpcf7-list-item-label {
  font-size: 16px;
}
.contact-form-area input[type=submit] {
  background: #f07800;
  color: #fff;
  border: none;
  border-radius: 5px;
  height: 50px;
  width: 350px;
  font-size: 16px;
  margin: 40px auto 0;
  display: block;
  cursor: pointer;
  transition: linear all 0.2s;
}
.contact-form-area input[type=submit]:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .contact-form-area input[type=submit] {
    width: 100%;
    height: 40px;
    font-size: 0.14rem;
  }
}/*# sourceMappingURL=update.css.map */