html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
}
a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
img {
  max-width: 100%;
}
.grecaptcha-badge { visibility: hidden; }
.recapcha-text{
  text-align: right;
  margin: 12px 0;
}
.recapcha-text p{
  font-size:10px;
  color: #b1aca7;
}
@font-face {
  font-family: AvenirNext;
  src: url(../../assets/fonts/Avenir-Next.ttc);
}
html {
  scroll-behavior: smooth;
}
html * {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
}
main {
  overflow-x: hidden;
}
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}
@media only screen and (max-width: 1024px) {
  .container {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
}
.container--724 {
  width: 100%;
  max-width: 844px;
  margin: 0 auto;
  padding: 0 60px;
}
@media only screen and (max-width: 1024px) {
  .container--724 {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  .container--724 {
    padding: 0 16px;
  }
}
.container--1080 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
}
@media only screen and (max-width: 1024px) {
  .container--1080 {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  .container--1080 {
    padding: 0 16px;
  }
}
body {
  --header-height: 92px;
  --header-height-collapsed: 82px;
  --header-padding-inline: 60px;
}
@media only screen and (max-width: 1024px) {
  body {
    --header-height: 80px;
    --header-padding-inline: 24px;
    --header-height-collapsed: 80px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    --header-height: 70px;
    --header-padding-inline: 16px;
    --header-height-collapsed: 70px;
    padding-top: var(--header-height);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 var(--header-padding-inline);
  background-color: #fff9;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1024px) {
  .header {
    padding-right: 0;
    background-color: #fff;
  }
}
.header.is-collapsed {
  height: var(--header-height-collapsed);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: #fffffccc;
}
.header .header__logo {
  display: block;
  width: 59px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .header .header__logo {
    width: 50px;
  }
}
.header .header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header .nav {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 100%;
}
@media only screen and (max-width: 1024px) {
  .header .nav {
    position: fixed;
    width: 100%;
    height: calc(100vh - var(--header-height));
    top: var(--header-height);
    left: 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: auto;
    background-color: #f28431;
    color: #fff;
    border-bottom: 10px solid #feebd3;
  }
  .header .nav.is-open {
    opacity: 1;
    pointer-events: auto;
  }
}
.header .nav .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 40px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .header .nav .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 24px;
    margin-top: 40px;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 767px) {
  .header .nav .nav__list {
    padding: 0 16px;
    margin-top: 30px;
  }
}
.header .nav .nav__list li {
  position: relative;
}
.header .nav .nav__list li:hover > .sub-menu {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .header .nav .nav__list li:hover > .sub-menu {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .header .nav .nav__list li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eee;
    border-bottom: 1px solid #f28431;
  }
  .header .nav .nav__list li span {
    display: block;
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
  }
  .header .nav .nav__list li span:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 2px;
    height: 100%;
    background-color: #222;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 8px;
  }
  .header .nav .nav__list li span:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #222;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 8px;
  }
  .header .nav .nav__list li span.is-open:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.header .nav .nav__list > li:last-child .sub-menu {
  left: unset;
  right: 0;
}
.header .nav .nav__list a {
  padding: 20px 0;
  display: block;
}
@media only screen and (min-width: 1025px) {
  .header .nav .nav__list a {
    position: relative;
  }
  .header .nav .nav__list a:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    left: 0;
    bottom: 10px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .header .nav .nav__list a:hover {
    opacity: 1;
  }
  .header .nav .nav__list a:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (max-width: 1024px) {
  .header .nav .nav__list a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 24px 0;
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media only screen and (max-width: 767px) {
  .header .nav .nav__list a {
    font-size: 1.6rem;
  }
}
.header .nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #000;
  display: none;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .header .nav .sub-menu {
    position: relative;
    width: 100%;
    border: 0;
    padding-inline: 24px 0;
    border-left: 1px solid #a3a3a3;
  }
}
@media only screen and (max-width: 767px) {
  .header .nav .sub-menu {
    padding-inline: 16px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .header .nav .sub-menu.is-open {
    display: block !important;
  }
}
.header .nav .sub-menu li {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .header .nav .sub-menu li:hover .sub-menu {
    top: 50%;
    right: 100%;
    left: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.header .nav .sub-menu a {
  padding: 12px 24px;
  min-width: 120px;
}
@media only screen and (max-width: 1024px) {
  .header .nav .sub-menu a {
    padding: 14px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header .nav .sub-menu a {
    font-size: 1.5rem;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .header .nav .sub-menu a:hover {
    background-color: #eee;
  }
}
.header .nav .sub-menu a:after {
  display: none;
}
.header .hamburger {
  display: none;
  cursor: pointer;
  position: relative;
  top: 0;
  right: 0;
  z-index: 99;
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 1024px) {
  .header .hamburger {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .header .hamburger {
    width: 60px;
    height: 70px;
  }
}
.header .hamburger.is-open span {
  background-color: transparent;
}
.header .hamburger.is-open span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.header .hamburger.is-open span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
.header .hamburger span {
  background-color: #000;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  height: 2px;
  width: 22px;
}
.header .hamburger span:before,
.header .hamburger span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 8px;
}
.header .hamburger span:before {
  -webkit-transform: translateY(-400%);
  transform: translateY(-400%);
}
.header .hamburger span:after {
  -webkit-transform: translateY(400%);
  transform: translateY(400%);
}
.footer {
  padding-block: 8px;
  background-color: #f28431;
}
.footer .footer__text {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 1rem;
  text-align: center;
  color: #fff;
}
.sp-only {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.tablet {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .tablet {
    display: block !important;
  }
}
.is-lock {
  overflow: hidden;
}
.button--outline,
.button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 46px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  padding: 8px 8px 8px 20px;
  gap: 0 12px;
  cursor: pointer;
  background-color: transparent;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .button--outline,
  .button {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .button--outline,
  .button {
    padding: 6px 8px 6px 18px;
  }
}
.button--outline:after,
.button:after {
  content: "";
  position: relative;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background-color: #0000001f;
  border-radius: 99px;
  background-image: url(../../assets/img/top/chevron_right.svg);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.button--outline:hover,
.button:hover {
  opacity: 1;
}
.button--outline:hover:before,
.button:hover:before {
  -webkit-animation: buttonEffect 0.6s ease;
  animation: buttonEffect 0.6s ease;
}
@-webkit-keyframes buttonEffect {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes buttonEffect {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #f28431;
}
.button--outline {
  border: 1px solid #fff;
  background-color: transparent;
  padding: 7px 7px 7px 19px;
  z-index: 1;
}
.button--outline:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .button--outline:before {
    background-color: transparent;
  }
}
.button--outline:after {
  background-color: #fff3;
  color: #fff;
}
.button--outline:hover {
  color: #f28431;
}
.button--outline:hover:before {
  -webkit-animation: buttonEffect 0.6s ease;
  animation: buttonEffect 0.6s ease;
  background-color: #fff;
}
.button--outline:hover:after {
  background-color: #f28431;
}
.button--classic {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  border-radius: 46px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  padding: 8px 20px;
  cursor: pointer;
}
.button--classic:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #f28431;
}
.button--classic:hover {
  opacity: 1;
}
.button--classic:hover:before {
  background-color: #f28431;
  -webkit-animation: buttonEffect 0.6s ease;
  animation: buttonEffect 0.6s ease;
}
.button--single__prev,
.button--single__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.button--single__prev.is-disabled,
.button--single__next.is-disabled,
.button--single__prev.is-disabled .button--single__icon,
.button--single__next.is-disabled .button--single__icon {
  opacity: 0.5;
}
.button--single__prev.is-disabled:hover .button--single__icon img,
.button--single__next.is-disabled:hover .button--single__icon img {
  -webkit-transform: translateX(0);
  transform: translate(0);
}
.button--single__prev:hover .button--single__icon img,
.button--single__next:hover .button--single__icon img {
  -webkit-transform: translateX(-2px);
  transform: translate(-2px);
}
.button--single__prev .button--single__text,
.button--single__next .button--single__text {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #222222b2;
}
@media only screen and (max-width: 767px) {
  .button--single__prev .button--single__text,
  .button--single__next .button--single__text {
    font-size: 1.4rem;
  }
}
.button--single__prev .button--single__icon,
.button--single__next .button--single__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #f28431;
  border-radius: 99px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .button--single__prev .button--single__icon,
  .button--single__next .button--single__icon {
    width: 28px;
    height: 28px;
  }
}
.button--single__prev .button--single__icon img,
.button--single__next .button--single__icon img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button--single__next:hover .button--single__icon img {
  -webkit-transform: translateX(2px);
  transform: translate(2px);
}
.section__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 1024px) {
  .section__title {
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section__title {
    font-size: 2.2rem;
  }
}
.section__title span {
  font-family: AvenirNext, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #f28431;
  display: block;
}
@media only screen and (max-width: 767px) {
  .section__title span {
    font-size: 1.5rem;
  }
}
.page__head {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fefaf7),
    to(#fdf3eb)
  );
  background: -webkit-linear-gradient(left, #fefaf7 0%, #fdf3eb 100%);
  background: linear-gradient(90deg, #fefaf7, #fdf3eb);
  padding: 68px 100px 80px;
}
@media only screen and (max-width: 1024px) {
  .page__head {
    padding: 68px 40px 80px;
  }
}
@media only screen and (max-width: 767px) {
  .page__head {
    padding: 40px 16px;
  }
}
.page__head .page__title--en {
  font-family: AvenirNext, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #f28431;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .page__head .page__title--en {
    font-size: 2rem;
  }
}
.page__head .page__title--ja {
  font-size: 3.2rem;
  font-weight: 700;
  color: #211715;
}
@media only screen and (max-width: 767px) {
  .page__head .page__title--ja {
    font-size: 2.8rem;
  }
}
.fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out 0.1s;
  transition: opacity 0.8s ease-out 0.1s;
}
.fade-in.active {
  opacity: 1;
}
.fade-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.7s ease-out,
    -webkit-transform 0.7s cubic-bezier(0.1, -0.6, 0.2, 0);
  transition: opacity 0.7s ease-out,
    -webkit-transform 0.7s cubic-bezier(0.1, -0.6, 0.2, 0);
  transition: transform 0.7s cubic-bezier(0.1, -0.6, 0.2, 0),
    opacity 0.7s ease-out;
  transition: transform 0.7s cubic-bezier(0.1, -0.6, 0.2, 0),
    opacity 0.7s ease-out,
    -webkit-transform 0.7s cubic-bezier(0.1, -0.6, 0.2, 0);
}
.fade-up.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (max-width: 767px) {
  .fade-up {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
}
.fade-left {
  opacity: 0;
  -webkit-transform: translateX(30px);
  transform: translate(30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out,
    -webkit-transform 0.8s ease-out;
}
.fade-left.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translate(0);
}
@media only screen and (max-width: 767px) {
  .fade-left {
    -webkit-transform: translateX(0);
    transform: translate(0);
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
}
.fade-right {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translate(-30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out,
    -webkit-transform 0.8s ease-out;
}
.fade-right.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translate(0);
}
@media only screen and (max-width: 767px) {
  .fade-right {
    -webkit-transform: translateX(0);
    transform: translate(0);
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
}
.zoom-out {
  -webkit-animation: zoomOut 1.2s ease-in;
  animation: zoomOut 1.2s ease-in;
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.delay-100 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.delay-200 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.delay-300 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.delay-400 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.delay-500 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.delay-600 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.delay-700 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.delay-800 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.delay-900 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.delay-1000 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.delay-1100 {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.delay-1200 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.contact {
  margin-top: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(47%, #fefaf7),
    color-stop(47%, #fdf3ea)
  );
  background: -webkit-linear-gradient(left, #fefaf7 47%, #fdf3ea 47%);
  background: linear-gradient(to right, #fefaf7 47%, #fdf3ea 47%);
}
@media only screen and (max-width: 1024px) {
  .contact {
    background: #fdf3ea;
  }
}
.contact .contact__wrap {
  display: grid;
  grid-template-columns: 47% auto;
  padding-block: 60px;
}
@media only screen and (max-width: 1024px) {
  .contact .contact__wrap {
    grid-template-columns: 100%;
  }
}
.contact .section__title {
  margin: 0 0 0 80px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .contact .section__title {
    text-align: center;
    margin: 0 auto 30px;
  }
}
.contact .contact__form {
  padding-left: 60px;
}
@media only screen and (max-width: 1024px) {
  .contact .contact__form {
    padding-left: 0;
    width: min(700px, 100%);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .contact .contact__form {
    gap: 20px 0;
  }
}
.contact .contact__form dl {
  display: grid;
  grid-template-columns: 35.5% auto;
  gap: 0 12px;
}
.contact .contact__form dl:not(:first-of-type) {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .contact .contact__form dl:not(:first-of-type) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contact .contact__form dl {
    grid-template-columns: 100%;
    gap: 10px 0;
  }
}
.contact .contact__form dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media only screen and (max-width: 767px) {
  .contact .contact__form dt {
    gap: 0 8px;
    font-size: 1.5rem;
  }
}
.contact .contact__form dt span {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background-color: #b1aca7;
  border-radius: 2px;
  padding: 2px 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contact .contact__form dt .input-required {
  background-color: #f28431;
}
.contact .contact__form dd {
  width: 100%;
}
.contact .contact__form input,
.contact .contact__form textarea,
.contact .contact__form select {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  width: 100%;
  line-height: 1.5;
}
.contact .contact__form select {
  background-color: #fff !important;
}
.contact .contact__form input::-webkit-input-placeholder,
.contact .contact__form textarea::-webkit-input-placeholder,
.contact .contact__form select::-webkit-input-placeholder {
  color: #cfcfcf;
}
.contact .contact__form input::-moz-placeholder,
.contact .contact__form textarea::-moz-placeholder,
.contact .contact__form select::-moz-placeholder {
  color: #cfcfcf;
}
.contact .contact__form input:-ms-input-placeholder,
.contact .contact__form textarea:-ms-input-placeholder,
.contact .contact__form select:-ms-input-placeholder {
  color: #cfcfcf;
}
.contact .contact__form input::-ms-input-placeholder,
.contact .contact__form textarea::-ms-input-placeholder,
.contact .contact__form select::-ms-input-placeholder {
  color: #cfcfcf;
}
.contact .contact__form input::placeholder,
.contact .contact__form textarea::placeholder,
.contact .contact__form select::placeholder {
  color: #cfcfcf;
}
.contact .contact__form select {
  color: #454545;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 38px;
}
.contact .contact__form .custom-select {
  position: relative;
}
.contact .contact__form .custom-select:after {
  content: "";
  position: absolute;
  top: 23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
  display: block;
  width: 12px;
  height: 8px;
  background: url(../../assets/img/top/chevron_down.svg) no-repeat;
}
.contact .contact__form textarea {
  resize: none;
  height: 151px;
}
.contact .submit-button {
  margin: 0 auto;
  border: 0;
}

.contact .contact__form .submit-button {
  margin: 12px auto 0;
  border: 0;
  display: block;
  padding: 0;
  overflow: visible;
}
.contact .contact__form .submit-button::before {
  border-radius: 46px;
}
.contact .contact__form .submit-button::after {
  position: absolute;
  top: 8px;
  right: 8px;
}
.contact .contact__form .submit-button input {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 1.6rem;
  padding-block: 12px;
  padding-inline: 20px 50px;
  cursor: pointer;
}
.contact .contact__form .submit-button .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .contact .contact__form .submit-button {
    margin: 20px auto 0;
  }
}
