body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  color: #333;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: normal;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}
.guidelines {
  position: relative;
}
.guidelines .guide {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #00e8e8;
  z-index: 1000;
}
.guidelines .max1680-start {
  left: calc(50% - 840px);
}
.guidelines .max1400-start {
  left: calc(50% - 700px);
}
.guidelines .max1200-start {
  left: calc(50% - 640px);
}
.guidelines .t-center {
  left: 50%;
  background-color: rgba(0, 255, 0, 0.5);
}
.guidelines .max1200-end {
  left: calc(50% + 640px);
}
.guidelines .max1400-end {
  left: calc(50% + 700px);
}
.guidelines .max1680-end {
  left: calc(50% + 840px);
}
.inner {
  max-width: min(1280px, 96%);
  margin-inline: auto;
}
.inner__small {
  max-width: min(960px, 96%);
  margin-inline: auto;
}
.inner__mid {
  max-width: min(1400px, 96%);
  margin-inline: auto;
}
.inner__large {
  max-width: min(1680px, 96%);
  margin-inline: auto;
}
.jp400 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
}
.jp500 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
}
.jp700 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
}
.smooth {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}
.smooth.visible {
  opacity: 1;
  transform: translateY(0);
  transition-delay: var(--fade-delay, 0s);
}
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
.fade-mv {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}
.fade-mv.visible {
  opacity: 1;
  transform: translateY(0);
  transition-delay: var(--fade-delay, 0s);
}
@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}
.section-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  line-height: 1;
  gap: 0.5rem;
  margin-block-end: clamp(1.5rem, 0.59rem + 3.9vw, 4rem);
}
.section-ttl .en {
  font-size: clamp(2.5rem, -0.17rem + 5.56vw, 6.5rem);
  color: #e2c6f5;
}
@media screen and (max-width: 768px) {
  .section-ttl .en {
    font-size: clamp(2rem, 1.05rem + 4.07vw, 3rem);
  }
}
.section-ttl .ja {
  display: block;
  font-size: clamp(1.125rem, 0.85rem + 1.17vw, 1.875rem);
}
.section-btn a {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.5rem;
  align-items: center;
  line-height: 1;
  width: 200px;
  padding-block: 1rem;
  background: #3cb371;
  border-radius: 25px;
}
.section-btn a::before {
  content: "";
}
.section-btn a::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
}
.section-btn02 a {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: min(304px, 100%);
  padding-inline: 2.5rem;
  padding-block: 1.125rem;
}
.pagination > ul {
  margin-inline: auto;
  margin-block-start: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.pagination a,
.pagination span {
  position: relative;
  font-size: 1.25rem;
  background-color: #fff;
  border: 1px solid #4169e1;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  color: #4169e1;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .pagination a,
  .pagination span {
    font-size: 0.8125rem;
  }
}
.pagination a:hover,
.pagination span:hover {
  color: #fff;
  background-color: #4169e1;
}
.pagination .current {
  color: #fff;
  background-color: #4169e1;
}
.pagination .disabled a {
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 0.5em;
}
.detail__content img {
  margin-block-start: 1em;
}
.detail__content p {
  margin-block-start: 1em;
}
.contact__tbl {
  width: 100%;
}
.contact__tbl th,
.contact__tbl td {
  font-size: clamp(0.875rem, 0.87rem + 0.42vw, 1.25rem);
  border-bottom: 2px solid #dcdfef;
  padding-top: clamp(1.5rem, 1.47rem + 1.14vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 1.47rem + 1.14vw, 2.5rem);
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .contact__tbl th,
  .contact__tbl td {
    display: block;
  }
}
.contact__tbl th {
  width: 30%;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .contact__tbl th {
    width: 100%;
    border-bottom: 0px solid #ffffe0;
    padding-bottom: 1rem;
    text-align: left;
  }
}
.contact__tbl td {
  width: 70%;
  padding-left: clamp(1.5rem, 1.43rem + 2.86vw, 4rem);
}
@media screen and (max-width: 768px) {
  .contact__tbl td {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}
.contact__tbl .bbn th,
.contact__tbl .bbn td {
  padding-left: 0;
  border-bottom: 0px dashed #ffffe0;
}
.contact__tbl .required {
  color: red;
}
.contact__tbl textarea {
  width: 100% !important;
  padding: 0.5rem 0;
  border: 1px solid #eee;
  border-radius: 3px;
  background-color: #ddd;
  height: clamp(9.375rem, 5.95rem + 14.63vw, 18.75rem);
}
.contact__tbl input {
  padding: 0.5rem 0;
  border-radius: 5px;
  line-height: 1;
}
.contact__tbl input[type="text"],
.contact__tbl input[type="email"] {
  width: 100%;
  background-color: #ddd;
}
.contact__tbl input[type="file"] {
  background: none;
}
.contact__tbl input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
.contact__tbl input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
.contact__tbl input[type="submit"],
.contact__tbl input[type="button"] {
  background: #e2c6f5;
  width: clamp(10rem, 7.7rem + 12.28vw, 18.75rem);
  align-items: center;
  padding-block: 0.9375rem;
  padding-inline: 1.25rem;
  font-size: clamp(0.875rem, 0.87rem + 0.14vw, 1rem);
  text-align: center;
  display: block;
  margin: 1rem auto 0;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
  position: relative;
  margin: 0 50px 10px 0 !important;
}
@media screen and (max-width: 768px) {
  .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    display: block;
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  border: 1px solid #333;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0px;
  margin-right: 10px;
  vertical-align: middle;
  text-align: center;
  transition: all 250ms ease;
}
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 3px;
  width: 22px;
  height: 22px;
  background: url("../img/cmn/check_icon.webp") no-repeat center;
  background-size: contain;
}
.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .wpcf7-form-control.wpcf7-radio {
    flex-wrap: wrap;
  }
}
.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
  position: relative;
  margin: 0 50px 0px 0 !important;
}
@media screen and (max-width: 768px) {
  .wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
    display: block;
    flex-basis: 50%;
    width: 100%;
    margin: 0 0 0px 0 !important;
  }
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
  font-size: 14px;
  font-size: clamp(0.875rem, 0.87rem + 0.42vw, 1.25rem);
  display: flex;
  align-items: center;
}
.wpcf7-form-control.wpcf7-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  border: 1px solid #333;
  background: #fff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0;
  margin-right: 10px;
  vertical-align: middle;
  text-align: center;
  transition: all 250ms ease;
}
.wpcf7-form-control.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:before {
  background-color: #ffffe0;
  box-shadow: inset 0 0 0 2px #fff;
}
.wpcf7-form-control.wpcf7-acceptance {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
  position: relative;
  margin: 0 50px 0 0 !important;
}
@media screen and (max-width: 768px) {
  .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    display: block;
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  border: 1px solid #333;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0px;
  margin-right: 10px;
  vertical-align: middle;
  text-align: center;
  transition: all 250ms ease;
}
.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 3px;
  width: 22px;
  height: 22px;
  background: url("../img/cmn/check_icon.webp") no-repeat center;
  background-size: contain;
}
.select {
  display: inline-block;
  position: relative;
  width: 250px;
  border: 1px solid #333;
}
.select .wpcf7-form-control {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
}
.select::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  top: 14px;
  right: 14px;
  pointer-events: none;
}
.select .wpcf7-form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}
