@charset "UTF-8";
@media (max-width: 1100px) {
  .br_pc {
    display: none;
  }
}

@media (min-width: 1025px) {
  .br_tab {
    display: none;
  }
}

@media (min-width: 1100px) {
  .tab_br {
    display: none;
  }
}
@media (max-width: 530px) {
  .tab_br {
    display: none;
  }
}

@media (max-width: 1025px) {
  .br_tab_exc {
    display: none;
  }
}
@media (min-width: 530px) {
  .br_tab_exc {
    display: none;
  }
}

@media (min-width: 530px) {
  .br_sp {
    display: none;
  }
}

@media (max-width: 530px) {
  .br_sp_exc {
    display: none;
  }
}

span.aks {
  display: inline-block;
}

p.indent {
  text-indent: 1em;
}

p.indent2 {
  text-indent: -1em;
  padding-left: 1em;
}

img {
  width: 100%;
}

/*
 * トランジション
 */
/* style.css か該当CSSに追加 */
.title .en {
  overflow: hidden;
  display: inline-flex;
  flex-wrap: wrap;
}

.title .en .char {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.4s ease;
  transition-delay: calc(var(--i) * 0.06s);
}

.title .en.is-active .char {
  transform: translateY(0);
  opacity: 1;
}

.title {
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: left;
  z-index: 1;
  padding-top: 4%;
  margin-bottom: 7%;
}
.title .en {
  display: inline-block;
  color: #49bbbc;
  font-weight: 500;
  line-height: 1.3;
  font-size: clamp(30px, 5vw, 70px);
}
@media (max-width: 530px) {
  .title .en {
    font-size: clamp(2.5rem, -0.071rem + 11.43vw, 3rem);
  }
}
.title .ja {
  display: block;
  color: #49bbbc;
  font-size: clamp(13px, 1.2vw, 16px);
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 0;
  letter-spacing: 0.05em;
}
@media (max-width: 530px) {
  .title .ja {
    font-size: clamp(0.813rem, 0.42rem + 1.79vw, 0.938rem);
    margin-top: 6px;
  }
}

.Oswald {
  font-family: Oswald;
}

#page-contact {
  width: 80%;
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 20%;
  margin-top: 0;
}

#snow-monkey-form-69 {
  padding-top: 5%;
  background-color: #d1eeee;
  padding-bottom: 2%;
}

.formtitle-sec .smf-item__controls {
  margin-top: 10%;
}
@media (max-width: 530px) {
  .formtitle-sec .smf-item__controls {
    margin-top: 14%;
  }
}

.confirm {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 5% 3%;
  background-color: #f7f0d8;
  margin-bottom: 4%;
}
@media (max-width: 530px) {
  .confirm {
    text-align: justify;
    padding: 5% 6%;
  }
}

[data-screen=confirm] .input {
  display: none;
}

[data-screen=input] .confirm,
[data-screen=invalid] .confirm {
  display: none;
}

.smf-form--simple-table {
  width: 100%;
  margin: 0 auto;
  background-color: white;
  padding: 6% 0 5%;
  margin: 0 auto;
  margin-bottom: 3%;
  max-width: 1500px;
}

.smf-complete-content {
  text-align: center;
}

.smf-form--simple-table .smf-item {
  display: flex;
  align-items: center;
  padding: 0;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .smf-form--simple-table .smf-item {
    justify-content: center;
  }
}
@media (max-width: 530px) {
  .smf-form--simple-table .smf-item {
    flex-direction: column;
    width: 100%;
    align-items: start;
  }
}

.smf-form--simple-table .smf-item__col--label {
  flex: 0 0 28%;
  max-width: 28%;
  padding: 1.6rem 1rem 1.6rem 0;
  border-bottom: none;
  display: flex;
  font-weight: normal;
  align-items: center;
  color: #333;
}
@media (max-width: 530px) {
  .smf-form--simple-table .smf-item__col--label {
    max-width: 100%;
    padding: 1rem 0 0.4rem 1rem;
  }
}

@media (max-width: 530px) {
  .smf-item__col--controls {
    width: 100%;
    box-sizing: border-box;
  }
  .smf-text-control__control,
  .smf-textarea-control__control {
    width: 100% !important;
    box-sizing: border-box;
  }
}
.first-column .smf-item__col--label {
  border-top: none;
}
.first-column .smf-placeholder {
  border-top: none;
}

.smf-form--simple-table .label-first .smf-item__col--label {
  border-top: none;
}

.smf-form--simple-table .label-first .smf-placeholder {
  border-top: none;
}

.smf-placeholder {
  flex: 1;
  padding: 1rem 0 1rem 0;
  border-bottom: none;
}
@media (max-width: 530px) {
  .smf-placeholder {
    padding: 0 0 1.2rem;
    text-align: center;
  }
}

.smf-form .smf-item .smf-text-control__control {
  width: 100%;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  padding: 12px 14px;
  box-sizing: border-box;
  box-shadow: none;
  font-size: inherit;
  font-weight: normal;
  font-family: inherit;
  color: #333;
  transition: border-color 0.2s ease;
}
@media (max-width: 530px) {
  .smf-form .smf-item .smf-text-control__control {
    width: 94%;
    padding: 11px 12px;
  }
}

.smf-text-control {
  text-align: left;
}

.smf-form .smf-item .smf-textarea-control__control {
  width: 100%;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  padding: 12px 14px;
  box-shadow: none;
  font-size: inherit;
  font-weight: normal;
  font-family: inherit;
  color: #333;
  transition: border-color 0.2s ease;
}
@media (max-width: 530px) {
  .smf-form .smf-item .smf-textarea-control__control {
    width: 94%;
  }
}

.smf-textarea-control {
  text-align: left;
}

.smf-form .smf-item .smf-text-control__control:hover,
.smf-form .smf-item .smf-textarea-control__control:hover {
  border-color: #aaa;
}

.smf-form .smf-item .smf-text-control__control:focus,
.smf-form .smf-item .smf-text-control__control:focus-within {
  background: #ffffff;
  border-color: #666;
  color: #333;
  outline: none;
}

.smf-form .smf-item .smf-textarea-control__control:focus,
.smf-form .smf-item .smf-textarea-control__control:focus-within {
  background: #ffffff;
  border-color: #666;
  color: #333;
  outline: none;
}

.smf-form .smf-item .smf-select-control {
  width: 100%;
  text-align: left;
}

.smf-form .smf-item .smf-select-control__control {
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  transition: border-color 0.2s;
  width: 100%;
  font-size: 1rem;
}
@media (max-width: 530px) {
  .smf-form .smf-item .smf-select-control__control {
    width: 94%;
  }
}

.smf-form .smf-item .smf-select-control__toggle::before {
  content: none;
}

.smf-form .smf-item .smf-select-control__control:hover {
  border-color: #aaa;
}

.smf-action .smf-button-control__control {
  background-color: #49bbbc;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  border: none;
  border-radius: 0;
  background-image: none;
  padding: 19px 5em;
  transition: 0.2s ease;
}
.smf-action .smf-button-control__control::after {
  position: absolute;
  right: 33px;
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  top: 6px;
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  bottom: 0;
  margin: auto;
}
.smf-action .smf-button-control__control:hover::after {
  right: 22px;
}
@media (max-width: 530px) {
  .smf-action .smf-button-control__control {
    padding: 18px 5em;
  }
}

.smf-action .smf-button-control__control:hover {
  border: none;
  background-color: #7ddbdc;
  color: white;
}

.smf-action .smf-button-control__control[data-action=back] {
  display: inline-block;
  color: #717171;
  background-color: #f0f0f0;
  border: 1px solid #d0d0d0;
  padding: 10px 12px;
  font-size: initial;
}
.smf-action .smf-button-control__control[data-action=back]::before, .smf-action .smf-button-control__control[data-action=back]::after {
  content: none;
}

.must .smf-item__label__text::after {
  content: "*";
  display: inline-block;
  color: #333;
  font-size: 1em;
  margin-left: 2px;
  vertical-align: middle;
}

.select-wrapp {
  position: relative;
}
.select-wrapp::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../../images/chevron-under.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 3.5em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 530px) {
  .select-wrapp::after {
    right: 2.5em;
    top: 58%;
  }
}

@media (max-width: 530px) {
  .smf-form--simple-table + .smf-action {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 530px) {
  .smf-action .smf-button-control + .smf-button-control {
    margin-left: 0;
    margin-top: 4%;
  }
}

.recaptcha_policy {
  text-align: center;
  font-size: 14px;
  margin-bottom: 3%;
  margin-top: 3%;
}
.recaptcha_policy a {
  color: #49bbbc;
}
.recaptcha_policy a:hover {
  color: #7ddbdc;
}
@media (max-width: 1025px) {
  .recaptcha_policy {
    margin-bottom: 10%;
  }
}
@media (max-width: 530px) {
  .recaptcha_policy {
    width: 90%;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 19%;
  }
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

select::-ms-expand {
  display: none;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px rgb(232, 244, 245) inset;
}

.con-top-p {
  text-align: center;
  margin-bottom: 3%;
  margin-top: 3%;
}
.con-top-p p {
  width: 90%;
  margin: 0 auto;
  display: inline-block;
}

.page-contact-columns {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  background: white;
  border-radius: 2em;
}
.page-contact-columns-inner-tit {
  text-align: center;
}
@media (max-width: 1025px) {
  .page-contact-columns-inner-tit {
    width: 80%;
    text-align: justify;
    margin: 0 auto;
    margin-bottom: 5%;
  }
}
.page-contact-columns-inner {
  margin-top: 4%;
  margin-bottom: 7%;
}
@media (max-width: 530px) {
  .page-contact-columns-inner {
    margin-bottom: 23%;
  }
}
.page-contact-columns-text {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 8%;
  max-width: 860px;
  background: #eaf5f9;
  border-left: 10px dotted rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 15px #eaf5f9;
  padding: 1em 1em 1em 1.5em;
}
@media (max-width: 530px) {
  .page-contact-columns-text {
    width: 78%;
    margin-bottom: 13%;
  }
}
@media (max-width: 530px) {
  .page-contact-columns {
    width: 100%;
    padding-top: 13%;
  }
}

.formtitle {
  width: 86%;
  margin: 0 auto;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 0 0.6em 0.9em;
  margin-bottom: 2em;
  position: relative;
  background-size: 7px 2px;
  background-image: linear-gradient(to right, #CCC, #CCC 3px, transparent 4px, transparent 7px);
  background-repeat: repeat-x, repeat-x;
  background-position: 0 bottom;
}
.formtitle::after {
  content: "";
  display: block;
  width: 0.25em;
  height: calc(100% - 0.4em - 0.8em);
  background: #49bbbc;
  position: absolute;
  left: 0;
  top: 0.32em;
  border-radius: 0.125em;
}
.formtitle p {
  display: inline-block;
  font-weight: bold;
}
@media (max-width: 530px) {
  .formtitle {
    margin-bottom: 10%;
  }
}

.mailform-table {
  width: 70%;
  margin: 0 auto;
  max-width: 700px;
  margin-bottom: 2%;
  padding-top: 1%;
  padding-bottom: 1%;
}
@media (max-width: 1025px) {
  .mailform-table {
    width: 85%;
  }
}

.in-form-title {
  text-align: center;
}
.in-form-title p {
  display: inline-block;
  padding: 0.8em 1.5em;
}
.in-form-title p span {
  background: #ccc;
  color: white;
  padding: 2px 10px;
  vertical-align: text-bottom;
  border-radius: 4px;
  font-size: 0.8em;
  margin-right: 6px;
}
@media (max-width: 530px) {
  .in-form-title {
    margin: 9% 0 6%;
  }
}

.submit-button-eria {
  text-align: center;
}

.submit-button {
  margin: 0 auto;
  position: relative;
  transition: all 0.2s ease-in;
  overflow: hidden;
  display: flex;
  width: 245px;
  border-radius: 2em;
  background-color: #d1eeee;
  color: #49bbbc;
  font-weight: bold;
}
.submit-button input[type=submit] {
  display: inline-block;
  padding: 12px 42px;
  border-radius: 4px;
  font-size: 19px;
  z-index: 1;
  width: 100%;
  transition: all 0.2s ease-in;
  margin: 0;
  color: #49bbbc;
}
.submit-button::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #acdde0;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  transition: transform 0.48s cubic-bezier(0.895, 0.03, 0.685, 0.22), border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 40ms;
  transform: scale(1, 0);
  transform-origin: 50% 100%;
}
.submit-button:hover::before {
  border-radius: 50% 50% 0 0/0 0 0 0;
  transition: transform 0.48s cubic-bezier(0.165, 0.84, 0.44, 1), border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 20ms;
  transform: scale(1, 1);
}

.back-button {
  margin-top: 2%;
}

.thanks-top {
  text-align: center;
}
.thanks-top-btn {
  background: #d1eeee;
  border-radius: 999px;
  box-sizing: border-box;
  color: #49bbbc;
  cursor: pointer;
  font-weight: 700;
  line-height: 24px;
  opacity: 1;
  outline: 0 solid transparent;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  position: relative;
  border: 0;
  overflow: hidden;
  isolation: isolate;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.thanks-top-btn a {
  z-index: 1;
  position: relative;
  padding: 14px 4em;
  display: inline-block;
}
.thanks-top-btn a i {
  display: inline-block;
  transition: 0.15s ease;
}
@media (max-width: 530px) {
  .thanks-top-btn a {
    padding: 12px 4em 10px;
  }
}
.thanks-top-btn span {
  vertical-align: text-bottom;
}
.thanks-top-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #0078da;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  transition: transform 0.48s cubic-bezier(0.895, 0.03, 0.685, 0.22), border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 40ms;
  transform: scale(1, 0);
  transform-origin: 50% 100%;
}
.thanks-top-btn:hover {
  color: white;
}
.thanks-top-btn:hover i {
  transform: translateX(5px);
}
.thanks-top-btn:hover::before {
  border-radius: 50% 50% 0 0/0 0 0 0;
  transition: transform 0.48s cubic-bezier(0.165, 0.84, 0.44, 1), border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 20ms;
  transform: scale(1, 1);
}

.smf-form--simple-table .sptitle-wrapp {
  text-align: center;
  color: white;
  background-color: #49bbbc;
  font-weight: bold;
  padding: 1% 0;
  margin-bottom: 4%;
}

.smf-form--simple-table .formtitle-sub {
  background-color: #d1eeee;
  margin: 6% auto 3% auto;
}
@media (max-width: 530px) {
  .smf-form--simple-table .formtitle-sub {
    margin: 13% 0 4%;
  }
}

.smf-form--simple-table .in-form-title {
  text-align: center;
  margin-bottom: 2%;
  margin-top: 7%;
}
@media (max-width: 530px) {
  .smf-form--simple-table .in-form-title {
    margin-top: 12%;
  }
}
.smf-form--simple-table .in-form-title .no-must::after {
  content: "任意";
  display: inline-block;
  background: #cacaca;
  color: white;
  font-size: 0.75em;
  padding: 1px 6px;
  vertical-align: text-top;
  margin-left: 8px;
}

.smf-form--simple-table .mailform-sub {
  margin-top: 8%;
}

/*# sourceMappingURL=info.css.map */
