@charset "UTF-8";
/* ------------------------------------------------------------- */
/* reset                                                         */
/* ------------------------------------------------------------- */
/* CSS Document */
/*-----------------reset--------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output,
ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

body,
body * {
  box-sizing: border-box;
}

em {
  font-style: normal;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

picture {
  display: inline-block;
}

/* ------------------------------------------------------------- */
/* layout                                                        */
/* ------------------------------------------------------------- */
.pc {
  display: block !important;
}
@media screen and (max-width: 600px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .sp {
    display: block !important;
  }
}

html {
  font-size: 16px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media screen and (max-width: 600px) {
  html {
    font-size: 3.8vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif !important;
  font-feature-settings: "palt";
  font-weight: 400;
  color: #3f3f3f;
  letter-spacing: 0.05em;
  line-height: 1.6;
  outline: none;
  background-color: #fff !important;
  overflow-x: hidden;
}
@media screen and (max-width: 600px) {
  body {
    min-width: auto;
  }
}

body.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

input,
textarea,
select,
button {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}

.white {
  color: #fff;
}

.jost {
  font-family: "Jost", sans-serif;
}

/*-----------------Link--------------------*/
a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
a:hover, a:active {
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  a:hover, a:active {
    opacity: 1;
  }
}

/*----------------text---------------------*/
.txt-c {
  text-align: center;
}

.txt-l {
  text-align: left;
}

.txt-r {
  text-align: right;
}

.inner {
  width: min(800px, 90%);
  margin: 0 auto;
}
.inner__medium {
  width: min(1000px, 90%);
  margin: 0 auto;
}
.inner__large {
  width: min(1200px, 90%);
  margin: 0 auto;
}

.common-padding {
  padding: 7.5rem 0;
}
@media screen and (max-width: 600px) {
  .common-padding {
    padding: 4.375rem 0;
  }
}

.wp-block-heading {
  font-weight: 600;
  line-height: 140%;
}

h2.wp-block-heading {
  font-size: 2.375rem;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 600px) {
  h2.wp-block-heading {
    font-size: 1.5625rem;
  }
}

h3.wp-block-heading {
  font-size: 2.1875rem;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 600px) {
  h3.wp-block-heading {
    font-size: 1.375rem;
  }
}

h4.wp-block-heading {
  font-size: 1.875rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 600px) {
  h4.wp-block-heading {
    font-size: 1.25rem;
  }
}

h5.wp-block-heading {
  font-size: 1.5625rem;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 600px) {
  h5.wp-block-heading {
    font-size: 1.125rem;
  }
}

h6.wp-block-heading {
  font-size: 1.25rem;
  margin-bottom: 0.1875rem;
}
@media screen and (max-width: 600px) {
  h6.wp-block-heading {
    font-size: 1rem;
  }
}

.wp-block-list {
  margin-bottom: 1em;
}
.wp-block-list li {
  text-indent: -1em;
  padding-left: 1.5em;
}
.wp-block-list li::before {
  content: "・";
  margin-right: 0.5em;
}

.wp-block-button__link {
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.07em;
  color: #fff;
  background-color: #3f3f3f;
  border-radius: 2.5rem;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  font-size: 1rem;
  padding: 1rem 2.5rem;
  margin-bottom: 1em;
}
.wp-block-button__link::after {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.75rem;
  background: url(../img/common/arw_white.svg) no-repeat center/contain;
  position: absolute;
  inset: 50% 1.25rem 50% auto;
  transform: translateY(-50%);
}

.wp-block-button.is-style-outline .wp-block-button__link {
  font-size: 1rem;
  padding: 1rem 2.5rem;
}
.wp-block-button.is-style-outline .wp-block-button__link::after {
  background: url(../img/common/arw_black.svg) no-repeat center/contain;
  transform: translateY(-50%) scaleX(-100%);
}

.wp-block-table {
  margin-bottom: 1em;
}
.wp-block-table td, .wp-block-table th {
  border: solid 1px #e4e4e4;
}
.wp-block-table thead {
  border-bottom: 3px solid #e4e4e4;
  font-weight: 600;
}
.wp-block-table tfoot {
  border-top: 3px solid #e4e4e4;
  font-weight: 500;
}

.innerTtl {
  font-size: 1.75rem;
  font-weight: 600;
  padding-left: 1.5rem;
  line-height: 1.1;
  letter-spacing: 0.08em;
  margin-bottom: 2.5rem;
  border-left: solid 3px #3f3f3f;
}
@media screen and (max-width: 600px) {
  .innerTtl {
    margin-bottom: 1.875rem;
  }
}

.arwLink {
  text-decoration: underline;
  word-break: break-all;
}
.arwLink::before {
  content: "";
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 3.125rem;
  margin-right: 0.625rem;
  vertical-align: middle;
  background: url(../img/common/arw_white.svg) no-repeat center/0.5rem, #5cc841;
}

.is-style-arw-link .wp-block-button__link {
  background-color: unset;
  box-shadow: none;
  color: #3f3f3f;
  padding: 0;
  border-radius: 0;
  text-decoration: underline;
  word-break: break-all;
}
.is-style-arw-link .wp-block-button__link::before {
  content: "";
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 3.125rem;
  margin-right: 0.625rem;
  vertical-align: middle;
  background: url(../img/common/arw_white.svg) no-repeat center/0.5rem, #5cc841;
}
.is-style-arw-link .wp-block-button__link::after {
  content: none;
}

.btn__large {
  width: min(300px, 100%);
  font-size: 1rem;
  padding: 1rem;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.07em;
  color: #fff;
  background-color: #3f3f3f;
  border-radius: 2.5rem;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}
.btn__large::after {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.75rem;
  background: url(../img/common/arw_white.svg) no-repeat center/contain;
  position: absolute;
  inset: 50% 1.25rem 50% auto;
  transform: translateY(-50%);
}
.btn__large--gray {
  width: min(300px, 100%);
  font-size: 1rem;
  padding: 1rem;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.07em;
  color: #fff;
  background-color: #3f3f3f;
  border-radius: 2.5rem;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  border: none;
  background-color: #e4e4e4;
  color: #3f3f3f;
}
.btn__large--gray::after {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.75rem;
  background: url(../img/common/arw_white.svg) no-repeat center/contain;
  position: absolute;
  inset: 50% 1.25rem 50% auto;
  transform: translateY(-50%);
}
.btn__medium {
  width: min(200px, 100%);
  font-size: 1rem;
  padding: 1rem;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.07em;
  color: #fff;
  background-color: #3f3f3f;
  border-radius: 2.5rem;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}
.btn__medium::after {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.75rem;
  background: url(../img/common/arw_white.svg) no-repeat center/contain;
  position: absolute;
  inset: 50% 1.25rem 50% auto;
  transform: translateY(-50%);
}
.btn__medium--white {
  width: min(200px, 100%);
  font-size: 1rem;
  padding: 1rem;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.07em;
  color: #fff;
  background-color: #3f3f3f;
  border-radius: 2.5rem;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  background: transparent;
  border: solid 2px #fff;
}
.btn__medium--white::after {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.75rem;
  background: url(../img/common/arw_white.svg) no-repeat center/contain;
  position: absolute;
  inset: 50% 1.25rem 50% auto;
  transform: translateY(-50%);
}
.btn__small {
  width: auto;
  font-size: 0.875rem;
  padding: 0.625rem 1.25rem;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.07em;
  color: #fff;
  background-color: #3f3f3f;
  border-radius: 2.5rem;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}
.btn__small::after {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.75rem;
  background: url(../img/common/arw_white.svg) no-repeat center/contain;
  position: absolute;
  inset: 50% 1.25rem 50% auto;
  transform: translateY(-50%);
}
.btn__small::after {
  content: none;
}
.btn .white {
  background-color: transparent;
  border: solid 1px #fff;
}

.common-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 5rem;
}
@media screen and (max-width: 600px) {
  .common-btn-wrap {
    gap: 0.75rem;
  }
}

.header {
  position: absolute;
  z-index: 999;
  width: 100%;
}
.header__logo {
  filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 80px;
  }
}
@media screen and (max-width: 600px) {
  .header__logo {
    width: 17vw;
  }
}
.header__inner {
  padding: 24px 56px 24px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 15px 0 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .header__inner {
    padding: 2vw 0 0 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .header__pc {
    display: none;
  }
}
.header__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__sp {
    display: block;
  }
}
.header__pc-nav {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
.header__pc-nav ul {
  display: flex;
  justify-content: flex-end;
  gap: 56px;
}
@media screen and (max-width: 860px) {
  .header__pc-nav ul {
    gap: 30px;
  }
}
.header__pc-nav a {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}
.header__pc-nav a span:last-child {
  font-size: 14px;
  font-weight: 500;
  margin-top: 6px;
}
.header__hamburger {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 50px;
  aspect-ratio: 1/1;
  filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 600px) {
  .header__hamburger {
    width: 3.4375rem;
  }
}
.header__hamburger span {
  display: block;
  width: 55%;
  height: 3px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.header__hamburger span:nth-child(1) {
  top: 30%;
}
.header__hamburger span:nth-child(3) {
  top: 70%;
}
.header__hamburger.is-open span:nth-child(1) {
  transform: rotate(135deg);
  top: 50%;
  left: 25%;
}
.header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-open span:nth-child(3) {
  transform: rotate(-135deg);
  top: 50%;
  left: 25%;
}
.header__sp-nav {
  position: fixed;
  z-index: 998;
  width: 70%;
  height: 100vh;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 0 0 0 80px;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.5s ease-in-out;
  padding-top: 4.375rem;
  top: 0;
  right: 0;
}
.header__sp-nav.is-open {
  transform: translate3d(0, 0, 0);
}
.header__sp-item:not(:last-child) {
  border-bottom: solid 1px #fff;
}
.header__sp-item a {
  padding: 0.9375rem 0;
  display: block;
  width: 100%;
  position: relative;
}
.header__sp-item a::after {
  content: "";
  display: block;
  width: 0.6875rem;
  aspect-ratio: 7/10;
  background: url(../img/common/arw_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .header__sp-item a::after {
    width: 0.4375rem;
    right: 0.625rem;
  }
}
.header__sp-list {
  padding: 0 40px;
}
@media screen and (max-width: 600px) {
  .header__sp-list {
    padding: 0 1.25rem;
  }
}
.header__sp-txt-en {
  font-size: 1.5rem;
  font-weight: 600;
  margin-right: 5px;
}
@media screen and (max-width: 600px) {
  .header__sp-txt-en {
    font-size: 1.375rem;
  }
}
.header__sp-txt-ja {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .header__sp-txt-ja {
    font-size: 0.875rem;
  }
}

.footer {
  position: relative;
  background-color: #000;
  color: #fff;
  padding: 4.375rem 0 1.875rem;
}
@media screen and (max-width: 600px) {
  .footer {
    padding: 3.125rem 1.25rem 1.25rem;
  }
}
.footer__nav-list {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 600px) {
  .footer__nav-list {
    text-align: center;
    display: inline-block;
    margin-bottom: 1.875rem;
  }
}
.footer__nav-list li {
  font-size: 0.9375rem;
  font-weight: 600;
  position: relative;
  padding: 0 1.125rem;
}
@media screen and (max-width: 600px) {
  .footer__nav-list li {
    display: inline-block;
  }
}
.footer__nav-list li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer__copy {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
}
.footer .topback {
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  background: url(../img/common/arw_white.svg) no-repeat center/0.625rem, #5cc841;
  border-radius: 6.25rem;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  transform: rotate(-90deg);
  position: absolute;
  top: -1em;
  right: 100px;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 900px) {
  .footer .topback {
    right: 10%;
  }
}
.footer .topback:hover {
  opacity: 1;
  transform: rotate(-90deg) translateX(5px);
}

.newsList {
  display: flex;
  flex-direction: column;
  gap: 2.1875rem 0;
}
@media screen and (max-width: 600px) {
  .newsList {
    gap: 1.875rem 0;
  }
}
.newsList a {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}
@media screen and (max-width: 600px) {
  .newsList a {
    flex-wrap: wrap;
    align-items: center;
    gap: 0.3125rem 0.625rem;
  }
}
.newsList a:hover time,
.newsList a:hover p {
  text-decoration: underline;
}
.newsList a time {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.newsList a span {
  font-size: 0.875rem;
  font-weight: 600;
  color: #5cc841;
  padding: 1px 0.625rem;
  border: solid 1px #5cc841;
  border-radius: 50px;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .newsList a p {
    width: 100%;
  }
}

.pagination {
  text-align: center;
  margin-top: 80px;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: solid 1px #e4e4e4;
}
.pagination .page-numbers.current {
  color: #fff;
  background-color: #5cc841;
  border: solid 1px #5cc841;
}
.pagination .prev {
  background: url(../img/common/arw_black.svg) no-repeat center/8px;
}
.pagination .next {
  background: url(../img/common/arw_black.svg) no-repeat center/8px;
  transform: rotate(180deg);
}

.acd:not(:last-child) {
  margin-bottom: 1.5rem;
}
.acd__head {
  position: relative;
  border-bottom: solid 1px #e4e4e4;
  cursor: pointer;
}
.acd__head::after {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  rotate: 90deg;
  content: "";
  display: inline-block;
  width: 2.5rem;
  aspect-ratio: 1/1;
  border-radius: 3.125rem;
  vertical-align: middle;
  background: url(../img/common/arw_white.svg) no-repeat 55% 50%/0.625rem, #5cc841;
  transition: rotate 0.3s ease-in-out;
}
@media screen and (max-width: 600px) {
  .acd__head::after {
    width: 2.1875rem;
  }
}
.acd__head.is-open::after {
  rotate: -90deg;
}
.acd__head-txt {
  display: inline-block;
  font-size: 1.875rem;
  padding: 0.1875rem 2.5rem;
  border-bottom: solid 3px #5cc841;
}
@media screen and (max-width: 600px) {
  .acd__head-txt {
    padding: 0.1875rem 1.25rem;
  }
}
.acd__head-txt small {
  font-size: 1.125rem;
  font-weight: 600;
  margin-left: 0.3125rem;
}
.acd__body {
  margin-block: 1rem;
  padding-inline: 1.5rem;
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
}
@media screen and (max-width: 600px) {
  .acd__body {
    padding-inline: 0;
    margin-block: 1.25rem 0.3125rem;
  }
}
.acd__body li {
  line-height: 180%;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.acd__body li::before {
  content: "・";
  margin-right: 10px;
}

.cta {
  background-color: #f9f9f9;
  padding: 5rem 0;
}
.cta__txt {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1.5625rem;
  word-break: keep-all;
}
.cta__btn-wrap {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 600px) {
  .cta__btn-wrap {
    flex-direction: column;
    gap: 0.625rem;
  }
}
.cta .btn__medium {
  color: #3f3f3f;
  border: solid 2px #3f3f3f;
  background-color: transparent;
}
@media screen and (max-width: 600px) {
  .cta .btn__medium {
    width: 100%;
  }
}
.cta .btn__medium::after {
  background: url(../img/common/arw_black.svg) no-repeat center/contain;
  transform: translateY(-50%) scaleX(-100%);
}

.lowerMv {
  background: var(--lowerMvBg) no-repeat center/cover;
  padding: 166px 0 58px;
}
@media screen and (max-width: 600px) {
  .lowerMv {
    padding: 6.875rem 0 2rem;
  }
}
.lowerMv__inner {
  width: min(1300px, 90%);
  margin: 0 auto;
}
.lowerMv__ttl {
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .lowerMv__ttl {
    font-size: 1rem;
  }
}
.lowerMv__ttl p:first-child {
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .lowerMv__ttl p:first-child {
    font-size: 2.5rem;
  }
}

.breadcrumb {
  background-color: #f9f9f9;
  padding: 0.9375rem 0;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .breadcrumb {
    font-size: 0.8125rem;
    padding: 0.625rem 0;
  }
}
.breadcrumb.-white {
  background-color: #fff;
}
.breadcrumb__inner {
  width: min(1300px, 90%);
  margin: 0 auto;
}
.breadcrumb #breadcrumbs > span {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.4375rem;
  color: rgba(63, 63, 63, 0.4);
  font-weight: 900;
}
.breadcrumb #breadcrumbs > span > span {
  color: #3f3f3f;
  font-weight: 500;
}
.breadcrumb a {
  text-decoration: underline;
}
.breadcrumb strong {
  font-weight: 600;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 select,
.wpcf7 textarea {
  border: none;
  width: 100%;
  color: #3f3f3f;
  font-weight: 500;
  background-color: #f2f2f2;
  padding: 1rem 1.125rem;
  border-radius: 5px;
}
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 select::placeholder,
.wpcf7 textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  outline: none;
}
.wpcf7 select {
  width: auto;
  appearance: none;
  padding: 1rem 1.875rem 1rem 1.125rem;
  width: min(400px, 100%);
}
.wpcf7 select:hover {
  cursor: pointer;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=select-menu] {
  position: relative;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=select-menu]::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.4375rem solid transparent;
  border-left: 0.4375rem solid transparent;
  border-top: 0.5625rem solid rgba(0, 0, 0, 0.4);
  border-bottom: 0;
}
.wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.wpcf7 label {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 1.125rem;
}
.wpcf7 label::after {
  content: "必須";
  font-size: 0.8125rem;
  font-weight: 600;
  color: #5cc841;
  border: solid 1px #5cc841;
  border-radius: 12px;
  padding: 2px 12px;
  margin-left: 0.625rem;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}
.wpcf7 input[type=reset],
.wpcf7 .wpcf7-previous {
  margin-top: 1.5rem;
}
@media screen and (max-width: 600px) {
  .wpcf7 input[type=reset],
  .wpcf7 .wpcf7-previous {
    margin-top: 1.125rem;
  }
}
.wpcf7 input[type=reset],
.wpcf7 input[type=submit],
.wpcf7 .wpcf7-previous {
  transition: opacity 0.3s ease-in;
}
.wpcf7 input[type=reset]:hover,
.wpcf7 input[type=submit]:hover,
.wpcf7 .wpcf7-previous:hover {
  opacity: 0.5;
  cursor: pointer;
}

/*     フェードイン    */
.fadeIn {
  opacity: 0;
  transition-delay: 100ms;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.23, 0.76, 0.73, 0.97);
}

.fadeIn-up {
  opacity: 0;
  transition-delay: 100ms;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.23, 0.76, 0.73, 0.97);
  transform: translate(0, 50px);
}

.fadeIn-down {
  opacity: 0;
  transition-delay: 100ms;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.23, 0.76, 0.73, 0.97);
  transform: translate(0, -80px);
}

.fadeIn-left {
  opacity: 0;
  transition-delay: 100ms;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.23, 0.76, 0.73, 0.97);
  transform: translate(-50px, 0);
}

.fadeIn-right {
  opacity: 0;
  transition-delay: 100ms;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.23, 0.76, 0.73, 0.97);
  transform: translate(50px, 0);
}

/*     スライドイン    */
.slideIn {
  opacity: 0;
  transition-delay: 0ms;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.23, 0.76, 0.73, 0.97);
}

.slideIn-up {
  opacity: 1;
  transform: translate(0, 80px);
}

.slideIn-down {
  opacity: 1;
  transform: translate(0, -80px);
}

.slideIn-left {
  opacity: 1;
  transform: translate(-80px, 0);
}

.slideIn-right {
  opacity: 1;
  transform: translate(80px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0);
}

/* ------------------------------------------------------------- */
/* thanks                                                        */
/* ------------------------------------------------------------- */
.thanks__ttl {
  font-size: 2rem;
  font-weight: 600;
}
.thanks__txt {
  line-height: 180%;
  letter-spacing: 0.08em;
  margin: 1.875rem auto 4.375rem;
}

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