/* --------------------------------------------------------
-----------------------------------------------------------
 base
-----------------------------------------------------------
----------------------------------------------------------- */
/*
===========================================================
 global
=========================================================== */
/* --------------------------------------------------------
-----------------------------------------------------------
 base
-----------------------------------------------------------
----------------------------------------------------------- */
html {
  -webkit-tap-highlight-color: inherit;
  font-size: 2.667vw;
}

@media screen and (min-width: 460px) {
  html {
    font-size: 71%;
  }
}
body {
  font-family: "Helvetica Neue", arial, hiragino-kaku-gothic-pron, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #4C392F;
  font-feature-settings: "palt";
  font-weight: normal;
  font-style: normal;
  line-height: 1.8;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  animation: fadeIn 0.4s ease-in 0s 1 normal;
}

iframe,
video {
  max-width: 100%;
}

a,
button,
input[type=button],
input[type=submit],
label {
  cursor: pointer;
}

@media not all and (max-width: 520px) {
  a,
  button,
  input[type=button],
  input[type=submit],
  label {
    transition: opacity 0.2s;
  }
  a:hover,
  button:hover,
  input[type=button]:hover,
  input[type=submit]:hover,
  label:hover {
    opacity: 0.7;
  }
}
a {
  color: #8b7c71;
  text-decoration: underline;
}
a:hover {
  color: #8b7c71;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

textarea,
input[type=email],
input[type=tel],
input[type=text],
input[type=number],
input[type=password] {
  border: 0.1rem solid #d8d3d0;
  font-family: inherit;
  font-weight: normal;
  letter-spacing: inherit;
  background: #fff;
  border-radius: 0.6rem;
  padding: 1.2rem 1.2rem;
}
textarea::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder {
  color: #c1c1c1;
}

@media (max-width: 520px) {
  textarea,
  input[type=email],
  input[type=tel],
  input[type=text],
  input[type=password],
  select {
    font-size: 16px;
  }
}
.keni-main {
  letter-spacing: inherit;
  font-size: inherit;
  line-height: inherit;
}

.keni-section_wrap {
  padding: 0 20px 40px;
}

.keni-main .keni-section h1 {
  padding-top: 50px;
  margin-bottom: 50px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 header
-----------------------------------------------------------
----------------------------------------------------------- */
.Header {
  text-align: center;
  margin-bottom: 1.2rem;
  padding: 5rem 1rem 0;
}

.Header .logo a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
  text-decoration: none;
}

.Header .logo p {
  font-family: "fot-tsukuardgothic-std", "dnp-shuei-mgothic-std", sans-serif;
  font-weight: bold;
  color: rgb(147, 130, 117);
  line-height: 1.45;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.Header .logo img {
  width: 21rem;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 footer
-----------------------------------------------------------
----------------------------------------------------------- */
.Footer .copyright {
  color: #9C8F87;
  text-align: center;
  font-size: 1.1rem;
  margin: 0;
  padding: 0 1rem 5rem;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Content
-----------------------------------------------------------
----------------------------------------------------------- */
.Main-article {
  padding: 4rem 1.5rem 5rem;
  border-radius: 1.5rem;
  width: calc(100% - 1.6rem);
  margin: 0 auto;
  max-width: 900px;
  background: #FFF;
}

@media (min-width: 600px) {
  .Main-article {
    padding: 4rem 4rem 6rem;
    width: calc(100% - 4rem);
  }
}
.Main-article-header .article-header-title {
  font-family: "fot-tsukuardgothic-std", "dnp-shuei-mgothic-std", sans-serif;
  color: #4C392F;
  font-weight: bold;
  letter-spacing: 0.05rem;
  font-size: 2.5rem;
  line-height: 1.45;
  padding: 0;
  margin: 0 0 3.5rem;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 form
-----------------------------------------------------------
----------------------------------------------------------- */
.mw_wp_form .p-country-name {
  display: none;
}

.mw_wp_form_confirm .confirm-hidden {
  display: none;
}

.mw_wp_form .error {
  width: 100%;
  color: #e53935;
  display: block;
  text-align: left;
  font-weight: bold;
  background: #f9eeee;
  line-height: 1.4;
  padding: 0.5rem 1rem;
  font-size: 1.3rem;
  margin-top: 1rem;
}

.form-block {
  margin: 0;
}

.form-block ~ .form-block {
  margin-top: 40px;
}

.form-title,
.form-title02 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.form-name {
  font-weight: bold;
  line-height: 1.45;
  font-size: 1.5rem;
}

.form-required {
  background: #e53935;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  display: block;
  padding: 2px 5px;
  line-height: 1.4;
}

.mw_wp_form_confirm .form-required {
  display: none;
}

.form-block .form-body {
  padding: 0;
}

.form-block .form-text {
  margin-bottom: 0.9rem;
  line-height: 1.55;
}

.form-button-wrap {
  margin-top: 40px;
}

.form-button-wrap .form-button-text {
  margin: 0 0 10px;
  text-align: center;
  font-size: 80%;
  color: #666;
  letter-spacing: 0;
}

.form-button {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.form-button-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  cursor: pointer;
  width: 80%;
  background: #FF6614;
  color: #FFF;
  padding: 11px;
  font-weight: bold;
  font-family: inherit;
  letter-spacing: 0.1em;
  border-radius: 100px;
  max-width: 300px;
  transition: opacity 0.3s;
}

.form-button-back {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  cursor: pointer;
  color: #999;
  font-size: 14px;
  text-decoration: underline;
}

.form-bottom {
  margin-top: 40px;
  background: #f4f4f4;
  padding: 12px;
  color: #555;
  line-height: 1.45;
}

.form-bottom-title {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}

.form-bottom-body {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 0;
}

.form-bottom-body ul {
  margin: 0;
  padding-left: 1.5em;
}

.form-note {
  color: #9C8F87;
  margin: 0.8rem 0 0;
  font-size: 1.2rem;
  line-height: 1.45;
  letter-spacing: 0.05rem;
}

.mwform-tel-field input[type=text].form-input-tel {
  width: 9rem;
}

/*
-----------------------------------------------------------
 checkbox
----------------------------------------------------------- */
.mwform-checkbox-field label {
  border: 0.1rem solid #e5e2e0;
  position: relative;
  display: inline-block;
  background: #fff;
  height: 100%;
  line-height: 1.4;
  font-size: 1.3rem;
  padding: 1rem 1rem 1rem 2.5rem;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.06);
  border-radius: 0.6rem;
}

.mwform-checkbox-field input[type=checkbox] {
  position: absolute;
  top: 1.25rem;
  left: 0.8rem;
  margin: 0;
}

.form-block .form-selection-controls {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.9rem 0;
}

.form-block .form-selection-controls .mwform-checkbox-field {
  width: calc((100% - 0.9rem) / 2);
  margin: 0 !important;
}

.form-block .form-selection-controls .mwform-checkbox-field label {
  display: block;
}

/*
-----------------------------------------------------------
 confirm
----------------------------------------------------------- */
.mw_wp_form_confirm .form-name {
  font-size: 1.2rem;
}

.mw_wp_form_confirm .form-title {
  background: #eee;
  padding: 0.3rem 0.6rem;
}

.mw_wp_form_confirm .from-sub-item dt {
  font-size: 1.2rem;
  color: #888;
  line-height: 1.45;
}

/*
===========================================================
 local
=========================================================== */
/* --------------------------------------------------------
-----------------------------------------------------------
 Page-form
-----------------------------------------------------------
----------------------------------------------------------- */
.Page-form .top-block {
  border-bottom: 0.1rem solid #cdc7c3;
  margin-bottom: 5rem;
  padding-bottom: 5rem;
}

.Page-form .top-block-note {
  color: #9C8F87;
  text-indent: -1em;
  margin: 1rem 0 0 1em;
  font-size: 1.2rem;
  line-height: 1.45;
}

.Page-form .top-section {
  margin-top: 3rem;
}

.Page-form .section__title {
  font-family: "fot-tsukuardgothic-std", "dnp-shuei-mgothic-std", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 0.85rem;
  border-left: 2px solid;
  padding: 0.4rem 0 0.4rem 0.7rem;
}

.Page-form .section-button {
  text-align: center;
  margin-top: 1rem;
}

.Page-form .section-button a {
  color: #4C392F;
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: bold;
  margin: 0 auto;
  padding: 0.9rem 2.5rem 0.9rem 2rem;
  border-radius: 100px;
  font-size: 1.3rem;
  width: 23rem;
  border: 0.1rem solid #968d86;
}
.Page-form .section-button a::before {
  background: #4C392F;
  content: "";
  position: absolute;
  -webkit-mask-image: url(../img/icon-arrow01.svg);
  mask-image: url(../img/icon-arrow01.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  width: 1.86rem;
  height: 1.86rem;
  right: 1.2rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.Page-form .agreement-area {
  position: relative;
  text-align: center;
  margin: 5rem 0 3rem;
}

.Page-form .agreement-area .text {
  font-size: 1.3rem;
  margin-bottom: 2rem;
}

.Page-form .confirmation-note {
  text-indent: -0.7em;
  margin-top: 0.5em;
  margin-left: 0.8em;
}