@charset "UTF-8";
* {
  max-height: 999999px;
}

#wrapper {
  overflow-x: hidden;
}

body,
input,
textarea {
  background-color: #fff;
  color: #000;
  font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.6s ease;
}
a:focus {
  outline: none;
}
a.underline {
  text-decoration: underline;
}
a.img-box {
  max-width: 100%;
}

.img-box img {
  max-width: 100%;
}

.of-cv {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.of-ct {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

a.tel,
.tel a {
  opacity: 1;
}
@media (min-width: 768px) {
  a.tel,
  .tel a {
    pointer-events: none;
  }
}

table {
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  border: none;
  margin: 0;
  width: 100%;
}

td, th {
  border: none;
}

th {
  background: none;
}

figure {
  margin: 0;
}

input:hover,
input:focus,
textarea {
  outline: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=date],
select,
textarea {
  background-color: #353535;
  border: none;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
  width: 100%;
  padding: 0.5em 1em;
}
@media (max-width: 575px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=date],
  select,
  textarea {
    font-size: 16px;
  }
}

textarea {
  height: max(120px, 8.1081081081vw);
}

input[type=radio]:hover,
input[type=submit]:hover {
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 575px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 576px) {
  .sp-only {
    display: none;
  }
}

.jsSpanWrap {
  overflow-y: hidden;
  display: inline-block;
}
.jsSpanWrap .splited {
  display: inline-block;
}

#wrapper {
  position: relative;
}

a {
  transition: all 0.3s ease;
}
a:hover {
  color: #F15A24;
}

#header {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 2;
}
#header .h-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
}
#header .h-site-title {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

body:not(.home) #header .h-inner {
  background-color: #fff;
}

.h-gnav__container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 32px;
}

.h-gnav-menu__list {
  display: flex;
  align-items: center;
  gap: 0 clamp(24px, 2.5vw, 48px);
  padding-right: 144px;
}
@media (max-width: 1199px) {
  .h-gnav-menu__list {
    display: none;
  }
}

.h-gnav-menu__item {
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.h-gnav-menu__item .gtranslate_wrapper {
  position: relative;
}
.h-gnav-menu__item .gtranslate_wrapper::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../image/icon_arrow_triangle_under_white_01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  top: 50%;
  right: 12px;
  width: 12px;
  aspect-ratio: 1;
}
.h-gnav-menu__item .gtranslate_wrapper .gt_selector {
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  background-color: transparent;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding: 4px 35px 4px 16px;
}

body.over-scroll .h-gnav-menu__item .gtranslate_wrapper::before {
  background-image: url(../image/icon_arrow_triangle_under_block_01.svg);
}
body.over-scroll .h-gnav-menu__item .gtranslate_wrapper .gt_selector {
  border: 1px solid black;
}

body:not(.home) .h-gnav-menu__item .gtranslate_wrapper::before {
  background-image: url(../image/icon_arrow_triangle_under_block_01.svg);
}
body:not(.home) .h-gnav-menu__item .gtranslate_wrapper .gt_selector {
  border: 1px solid black;
}

.home .h-site-title {
  pointer-events: none;
  opacity: 0;
}
.home .h-gnav-menu__item {
  color: #fff;
}

body.over-scroll .h-gnav-menu__item {
  color: #000;
}

.f-contact__container {
  background-color: #F15A24;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .f-contact__container {
    padding: 48px 0;
  }
}
.f-contact__container .content-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .f-contact__container .content-width {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.f-contact__container .f-contact__description {
  width: 360px;
}
@media (max-width: 767px) {
  .f-contact__container .f-contact__description {
    width: 349px;
  }
}
@media (max-width: 575px) {
  .f-contact__container .f-contact__description {
    width: 100%;
    max-width: 352px;
  }
}
.f-contact__container .f-contact__description .title {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .f-contact__container .f-contact__description .title {
    font-size: 24px;
    letter-spacing: 0.05em;
  }
}
.f-contact__container .f-contact__description .reading-text {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .f-contact__container .f-contact__description .reading-text {
    font-size: 14px;
    width: 100%;
  }
}
.f-contact__container .f-contact__btns {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
@media (max-width: 1199px) {
  .f-contact__container .f-contact__btns {
    flex-direction: column;
    gap: 16px 0;
    margin-top: 24px;
    width: 100%;
  }
}
.f-contact__container .f-contact__btns .btn-tel {
  border-radius: 4px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  width: 280px;
  height: 80px;
}
@media (max-width: 767px) {
  .f-contact__container .f-contact__btns .btn-tel {
    font-size: 20px;
    width: 100%;
    max-width: 352px;
    height: 80px;
  }
}
.f-contact__container .f-contact__btns .btn-tel span {
  position: relative;
  padding-left: 36px;
}
@media (max-width: 767px) {
  .f-contact__container .f-contact__btns .btn-tel span {
    padding-left: 36px;
  }
}
.f-contact__container .f-contact__btns .btn-tel span::before {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background-image: url(../image/icon_phone_black_01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  .f-contact__container .f-contact__btns .btn-tel span::before {
    width: 20px;
  }
}
.f-contact__container .f-contact__btns .btn-email {
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  width: 280px;
  height: 80px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .f-contact__container .f-contact__btns .btn-email {
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    max-width: 352px;
    height: 80px;
  }
}
.f-contact__container .f-contact__btns .btn-email span {
  position: relative;
  padding-left: 43px;
}
@media (max-width: 767px) {
  .f-contact__container .f-contact__btns .btn-email span {
    padding-left: 43px;
  }
}
.f-contact__container .f-contact__btns .btn-email span::before {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background-image: url(../image/icon_mail_black_01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 26.67px;
  aspect-ratio: 26.67/20;
}
@media (max-width: 767px) {
  .f-contact__container .f-contact__btns .btn-email span::before {
    padding-left: 26.67px;
  }
}
.f-contact__container .f-contact__btns .btn-email:hover {
  background-color: #F15A24;
  color: #fff;
}
.f-contact__container .f-contact__btns .btn-email:hover span::before {
  background-image: url(../image/icon_mail_white_01.svg);
}

#footer .f-overview__container .content-width {
  max-width: 1288px;
}
#footer .f-bnr__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 32px;
  border-bottom: 1px solid #000;
  padding: 32px 0;
}
@media (max-width: 991px) {
  #footer .f-bnr__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  #footer .f-bnr__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px 16px;
  }
}
#footer .f-bnr__list .f-bnr__item {
  overflow: hidden;
  background-color: #ccc;
  aspect-ratio: 280/72;
}
#footer .f-bnr__list .f-bnr__item .img-box {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
#footer .f-bnr__list .f-bnr__item:hover .img-box {
  transform: scale(1.1);
}
#footer .f-main__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px 0;
}
@media (max-width: 767px) {
  #footer .f-main__container {
    display: block;
    padding: 32px 0;
  }
}
#footer .f-main__container .f-main__detail .title {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media (max-width: 991px) {
  #footer .f-main__container .f-main__detail .title {
    font-size: 24px;
  }
}
#footer .f-main__container .f-main__detail .reading-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 24px;
}
@media (max-width: 991px) {
  #footer .f-main__container .f-main__detail .reading-text {
    font-size: 12px;
    margin-top: 16px;
  }
}
#footer .f-main__container .f-main__links {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 48px;
}
@media (max-width: 1199px) {
  #footer .f-main__container .f-main__links {
    gap: 24px;
  }
}
@media (max-width: 991px) {
  #footer .f-main__container .f-main__links {
    display: block;
    gap: unset;
    width: 100%;
    max-width: 349px;
  }
}
@media (max-width: 767px) {
  #footer .f-main__container .f-main__links {
    margin-top: 24px;
  }
}
#footer .f-main__container .f-main__links__underpage {
  display: flex;
  align-items: flex-start;
  gap: 0 48px;
  width: 400px;
}
@media (max-width: 1199px) {
  #footer .f-main__container .f-main__links__underpage {
    width: 376px;
    gap: 0 24px;
  }
}
@media (max-width: 991px) {
  #footer .f-main__container .f-main__links__underpage {
    justify-content: space-between;
    gap: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  #footer .f-main__container .f-main__links__underpage__list {
    display: flex;
    flex-direction: column;
    gap: 1em 0;
    width: 50%;
    max-width: 176px;
  }
}
#footer .f-main__container .f-main__links__underpage__item {
  font-weight: 400;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 991px) {
  #footer .f-main__container .f-main__links__underpage__item {
    font-size: 12px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #footer .f-main__container .f-main__links__underpage__item.sp-only {
    display: none;
  }
}
@media (max-width: 991px) {
  #footer .f-main__container .f-main__links__underpage__item.sp-only {
    display: block;
  }
}
#footer .f-main__container .f-main__links__external {
  width: 100%;
  max-width: 267px;
}
@media (max-width: 991px) and (min-width: 576px) {
  #footer .f-main__container .f-main__links__external {
    margin-top: 24px;
    max-width: unset;
  }
}
@media (max-width: 575px) {
  #footer .f-main__container .f-main__links__external {
    width: 100%;
    max-width: 349px;
    margin-top: 24px;
  }
}
#footer .f-main__container .f-main__links__external .btn-box {
  display: flex;
  flex-direction: column;
  gap: 27px 0;
  width: 100%;
}
@media (max-width: 991px) {
  #footer .f-main__container .f-main__links__external .btn-box {
    gap: 16px;
  }
}
#footer .f-main__container .f-main__links__external .btn-box .btn {
  flex-shrink: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  width: 100%;
}
@media (max-width: 991px) {
  #footer .f-main__container .f-main__links__external .btn-box .btn {
    font-size: 14px;
  }
}
#footer .f-main__others {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #000;
  padding: 48px 0;
}
@media (max-width: 991px) {
  #footer .f-main__others {
    padding: 32px 0 80px;
  }
}
#footer .f-main__privacy__box {
  display: flex;
}
@media (max-width: 991px) {
  #footer .f-main__privacy__box.pc-only {
    display: none;
  }
}
#footer .f-main__copyright__box .reading-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 991px) {
  #footer .f-main__copyright__box .reading-text {
    font-size: 12px;
  }
}
#footer .f-main__privacy__box {
  display: flex;
  align-items: center;
  gap: 0 2em;
}
#footer .f-main__privacy__box .copyright-policy {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
#footer .f-main__privacy__box .privacy-policy {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
#footer .f-main__privacy__box .contact {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.content-width {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 36px;
}
@media (max-width: 767px) {
  .content-width {
    width: 88%;
    padding: 0 0;
  }
}

.btn-box .btn {
  position: relative;
  display: block;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding: 16px 24px;
}
@media (max-width: 575px) {
  .btn-box .btn {
    border-radius: 4px;
    font-size: 14px;
  }
}
.btn-box .btn span {
  position: relative;
  display: block;
}
.btn-box .btn.btn-white {
  color: #fff;
  border: 2px solid #fff;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .btn-box .btn.btn-white {
    border: 1px solid #fff;
  }
}
.btn-box .btn.btn-white span::before {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  background-image: url(../image/icon_rect_right_white_01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 11.4px;
  aspect-ratio: 1;
}
@media (max-width: 575px) {
  .btn-box .btn.btn-white span::before {
    width: 14px;
  }
}
.btn-box .btn.btn-white:hover {
  color: #000;
  background-color: #fff;
}
.btn-box .btn.btn-white:hover span::before {
  background-image: url(../image/icon_rect_right_black_01.svg);
}
.btn-box .btn.btn-black {
  border: 2px solid #000;
  transition: all 0.3s ease;
}
.btn-box .btn.btn-black span::before {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  background-image: url(../image/icon_rect_right_black_01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 11.4px;
  aspect-ratio: 1;
}
@media (max-width: 575px) {
  .btn-box .btn.btn-black span::before {
    width: 14px;
  }
}
.btn-box .btn.btn-black:hover {
  background-color: #F15A24;
  color: #fff;
  border: 2px solid #F15A24;
}
.btn-box .btn.btn-black:hover span::before {
  background-image: url(../image/icon_rect_right_white_01.svg);
}
.btn-box .btn.btn-orange {
  color: #fff;
  background-color: #F15A24;
  border: 2px solid #F15A24;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .btn-box .btn.btn-orange {
    border: 2px solid #F15A24;
  }
}
.btn-box .btn.btn-orange span::before {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  background-image: url(../image/icon_search_white_01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  aspect-ratio: 1;
}
.btn-box .btn.btn-orange:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}
.btn-box .btn.btn-orange:hover span::before {
  background-image: url(../image/icon_search_black_01.svg);
}
.btn-box .btn.btn-back span {
  text-align: right;
}
.btn-box .btn.btn-back span::before {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%) scaleX(-1);
  top: 50%;
  left: 0;
  right: unset;
  background-image: url(../image/icon_rect_right_black_01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 11.4px;
  aspect-ratio: 1;
}

.faq__list {
  width: 100%;
}
.faq__list .faq__item {
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #F15A24;
  width: 100%;
}
.faq__list .faq__question {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  cursor: pointer;
}
.faq__list .faq__question::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../image/icon_arrow_triangle_under_orange_01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(-90deg);
  top: 50%;
  right: 24px;
  width: 12px;
  aspect-ratio: 1;
  transition: transform 0.3s ease;
}
.faq__list .faq__question.active::before {
  transform: translateY(-50%) rotate(0deg);
}
.faq__list .faq__question .index {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F15A24;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  width: 13.3720930233%;
}
@media (max-width: 575px) {
  .faq__list .faq__question .index {
    font-size: 18px;
    width: 15.0568181818%;
  }
}
.faq__list .faq__question .description {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  width: 81.3953488372%;
}
@media (max-width: 575px) {
  .faq__list .faq__question .description {
    font-size: 12px;
    width: 84.9431818182%;
  }
}
.faq__list .faq__question .description span {
  display: block;
  padding: 32px 24px;
}
@media (max-width: 575px) {
  .faq__list .faq__question .description span {
    padding: 18px 43.31px 18px 16px;
  }
}
.faq__list .faq__answer {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 0;
}
.faq__list .faq__answer::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ccc;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.faq__list .faq__answer .index {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FEF2EE;
  color: #F15A24;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  width: 13.3720930233%;
}
@media (max-width: 575px) {
  .faq__list .faq__answer .index {
    font-size: 18px;
    width: 15.0568181818%;
  }
}
.faq__list .faq__answer .description {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  width: 81.3953488372%;
}
@media (max-width: 575px) {
  .faq__list .faq__answer .description {
    font-size: 12px;
    width: 84.9431818182%;
  }
}
.faq__list .faq__answer .description span {
  display: block;
  padding: 32px 24px;
}
@media (max-width: 575px) {
  .faq__list .faq__answer .description span {
    padding: 18px 43.31px 18px 16px;
  }
}
.faq__list .faq__question.active + .faq__answer {
  height: auto;
  opacity: 1;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  font-size: 0;
  border: 1px solid #000;
  border-radius: 50%;
  width: 48px;
  aspect-ratio: 1;
  transition: all 0.3s ease;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  background-color: #000;
  color: #fff;
}
.wp-pagenavi .previouspostslink::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../image/icon_rect_right_black_01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%) scale(-1);
  top: 50%;
  left: 50%;
  width: 12px;
  aspect-ratio: 1;
  opacity: 1;
  transition: all 0.3s ease;
}
.wp-pagenavi .previouspostslink::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../image/icon_rect_right_white_01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%) scale(-1);
  top: 50%;
  left: 50%;
  width: 12px;
  aspect-ratio: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
.wp-pagenavi .previouspostslink:hover::before {
  opacity: 0;
}
.wp-pagenavi .previouspostslink:hover::after {
  opacity: 1;
}
.wp-pagenavi .nextpostslink::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../image/icon_rect_right_black_01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 12px;
  aspect-ratio: 1;
  opacity: 1;
  transition: all 0.3s ease;
}
.wp-pagenavi .nextpostslink::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../image/icon_rect_right_white_01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 12px;
  aspect-ratio: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
.wp-pagenavi .nextpostslink:hover::before {
  opacity: 0;
}
.wp-pagenavi .nextpostslink:hover::after {
  opacity: 1;
}
.wp-pagenavi .page, .wp-pagenavi .current {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 50%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  width: 48px;
  aspect-ratio: 1;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .wp-pagenavi .page, .wp-pagenavi .current {
    font-size: 16px;
  }
}
.wp-pagenavi .page {
  color: #000;
}
.wp-pagenavi .page:hover {
  background-color: #000;
  color: #fff;
}
.wp-pagenavi .current {
  background-color: #000;
  color: #fff;
}
.wp-pagenavi .extend {
  display: flex;
  justify-content: center;
  align-items: center;
  border: unset;
  color: #000;
  font-weight: 400;
  font-size: 20px;
  line-height: 26.7/20;
  letter-spacing: 0;
  width: 33px;
  aspect-ratio: 33/27;
  padding: 0;
  margin: 0;
}
@media (max-width: 575px) {
  .wp-pagenavi .extend {
    font-size: 20px;
  }
}
.wp-pagenavi .first, .wp-pagenavi .last {
  display: none;
}

.collections-card__list {
  display: grid;
}
@media (min-width: 768px) {
  .collections-card__list {
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(0px, 2.5vw, 48px);
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .collections-card__list {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(0px, 8vw, 48px);
  }
}
@media (max-width: 575px) {
  .collections-card__list {
    grid-template-columns: repeat(1, 1fr);
    gap: clamp(0px, 8vw, 48px);
  }
}

.collections-card__inner {
  display: block;
  box-shadow: 0 0 clamp(0px, 0.3125vw, 6px) #ccc;
}
@media (max-width: 767px) {
  .collections-card__inner {
    box-shadow: 0 0 clamp(0px, 1vw, 6px) #ccc;
  }
}

.collections-card__thumb {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1;
}
.collections-card__thumb .img-box {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.collections-card__thumb .img-box:hover {
  transform: scale(1.1);
}

.collections-card__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding: 16px;
}
@media (max-width: 767px) {
  .collections-card__name {
    font-size: 16px;
  }
}

.request-card__container .content-width {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1288px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 991px) {
  .request-card__container .content-width {
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px 0;
    width: 88%;
    padding: 24px 0;
  }
}
.request-card__container .title {
  color: #F15A24;
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media (max-width: 575px) {
  .request-card__container .title {
    font-size: 20px;
    letter-spacing: 0.03em;
  }
}
.request-card__container .description {
  margin-top: 32px;
}
@media (max-width: 575px) {
  .request-card__container .description {
    margin-top: 24px;
  }
}
.request-card__container .reading-text {
  font-weight: 400;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 575px) {
  .request-card__container .reading-text {
    margin-top: 13px;
  }
}
@media (min-width: 768px) {
  .request-card__container .reading-text .sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .request-card__container .reading-text .sp-only {
    display: block !important;
  }
}

.request-card__experience {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #F15A24;
  border-radius: 4px;
  width: 48.6842105263%;
  padding: 40px 40px;
}
@media (max-width: 991px) {
  .request-card__experience {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .request-card__experience {
    padding: 24px 16px;
  }
}

.request-card__photo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #F15A24;
  border-radius: 4px;
  width: 48.6842105263%;
  padding: 40px 50px;
}
@media (max-width: 991px) {
  .request-card__photo {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .request-card__photo {
    padding: 24px 16px;
  }
}
.request-card__photo .achievements-box {
  margin-top: 16px;
}
@media (max-width: 991px) {
  .request-card__photo .achievements-box {
    margin-top: 16px;
  }
}
.request-card__photo .achievements-box .achievements {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.request-card__photo .achievements-box .achievements .emphasis {
  color: #F15A24;
  font-size: 28px;
}
.request-card__photo .notice {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 8px;
}
@media (max-width: 991px) {
  .request-card__photo .notice {
    font-size: 12px;
    margin-top: 2vw;
    margin-top: 8px;
  }
}

.news-box .news-meta {
  display: flex;
  align-items: center;
  gap: 0 16px;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .news-box .news-meta {
    flex-wrap: wrap;
    gap: 8px 16px;
  }
}
.news-box .news-category {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 575px) {
  .news-box .news-category {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.news-box .news-category span {
  display: block;
  border: 1px solid #000;
  border-radius: 100px;
  white-space: nowrap;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding: 4px 27px;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .news-box .news-category span {
    font-size: 10px;
    padding: 4px 27px;
  }
}
.news-box .news-date {
  white-space: nowrap;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media (max-width: 575px) {
  .news-box .news-date {
    font-size: 12px;
  }
}
.news-box .news-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media (max-width: 575px) {
  .news-box .news-title {
    font-size: 12px;
  }
}
.news-box .news-excerpt {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 575px) {
  .news-box .news-excerpt {
    font-size: 10px;
  }
}

.news-card__item {
  overflow: hidden;
  box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 100%;
  max-width: 384px;
}
@media (max-width: 767px) {
  .news-card__item {
    max-width: unset;
  }
}
@media (max-width: 575px) {
  .news-card__item {
    width: 100%;
  }
}
.news-card__item .news-card__item__thumb {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 384/240;
}
@media (max-width: 575px) {
  .news-card__item .news-card__item__thumb {
    aspect-ratio: 352/240;
  }
}
.news-card__item .news-card__item__thumb .badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F15A24;
  color: #fff;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding: 4px 16px;
  z-index: 1;
}
@media (max-width: 767px) {
  .news-card__item .news-card__item__thumb .badge {
    font-size: 10px;
    padding: 4px 16px;
  }
}
.news-card__item .news-card__item__thumb .img-box {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.news-card__item .news-card__item__thumb .img-box img {
  transform: scale(1);
  transition: transform 0.3s ease;
}
.news-card__item:hover .news-card__item__thumb .img-box img {
  transform: scale(1.1);
}
.news-card__item .news-box {
  background-color: #fff;
  padding: 24px;
}
@media (max-width: 575px) {
  .news-card__item .news-box {
    padding: 16px;
  }
}
.news-card__item .news-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-top: 16px;
}
@media (max-width: 575px) {
  .news-card__item .news-title {
    font-size: 16px;
  }
}
.news-card__item .news-excerpt {
  margin-top: 16px;
}
.news-card__item .news-meta {
  color: #000;
}
.news-card__item:hover .news-meta {
  color: #000;
}

.news-archive__list .news-archive__item {
  position: relative;
  border-top: 1px solid #000;
}
.news-archive__list .news-archive__item::before {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  background-image: url(../image/icon_rect_right_black_01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  aspect-ratio: 1;
}
@media (max-width: 575px) {
  .news-archive__list .news-archive__item::before {
    width: 13px;
  }
}
.news-archive__list .news-archive__item:last-child {
  border-bottom: 1px solid #000;
}
.news-archive__list .news-archive__item:last-child .news-archive__item__inner {
  padding: 24px, 27px, 24px 0;
}
.news-archive__list .news-archive__item__inner {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 30px 24px 0;
}
@media (max-width: 575px) {
  .news-archive__list .news-archive__item__inner {
    width: 100%;
    padding: 24px 0;
  }
}
.news-archive__list .news-archive__item__inner .news-meta {
  color: #000;
}
.news-archive__list .news-archive__item__inner:hover .news-meta {
  color: #000;
}
.news-archive__list .news-thumb {
  flex-shrink: 0;
  width: 88px;
  aspect-ratio: 1;
  margin-right: 24px;
}
@media (max-width: 575px) {
  .news-archive__list .news-thumb {
    width: 88px;
    aspect-ratio: 1;
    margin-right: 16px;
  }
}
.news-archive__list .news-thumb .img-box {
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .news-archive__list .news-box {
    width: calc(100% - 88px - 16px);
  }
}

.page-article .news-archive__list .news-archive__item::before {
  content: unset;
}

.sp-menu__container {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 400px;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .sp-menu__container {
    width: 100vw;
  }
}
.sp-menu__container.active {
  opacity: 1;
  pointer-events: auto;
}
.sp-menu__container .inner {
  width: 100%;
  padding: 24px 24px 37px;
}

.sp-menu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sp-menu__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media (max-width: 575px) {
  .sp-menu__title {
    font-size: 24px;
  }
}

.sp-menu__address {
  font-weight: 400;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 16px;
}
@media (max-width: 575px) {
  .sp-menu__address {
    font-size: 12px;
  }
}

.sp-menu__language {
  display: flex;
  margin-top: 16px;
}
.sp-menu__language .gtranslate_wrapper {
  position: relative;
}
.sp-menu__language .gtranslate_wrapper::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../image/icon_arrow_triangle_under_block_01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  top: 50%;
  right: 12px;
  width: 12px;
  aspect-ratio: 1;
}
.sp-menu__language .gtranslate_wrapper .gt_selector {
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  background-color: transparent;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding: 4px 35px 4px 16px;
}

.sp-menu__links {
  margin-top: 16px;
}

.sp-menu__links__underpage {
  display: flex;
  justify-content: space-between;
}

.sp-menu__links__underpage__list {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.sp-menu__links__underpage__item:nth-child(n+2) {
  margin-top: 16px;
}
.sp-menu__links__underpage__item > * {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 575px) {
  .sp-menu__links__underpage__item > * {
    font-size: 12px;
  }
}

.sp-menu__links__external {
  margin-top: 16px;
}
@media (max-width: 575px) {
  .sp-menu__links__external {
    margin-top: 16px;
  }
}
.sp-menu__links__external .btn-box {
  width: 100%;
}
.sp-menu__links__external .btn-box .btn {
  font-size: 14px;
  width: 100%;
}
.sp-menu__links__external .btn-box .btn:nth-child(2) {
  margin-top: 16px;
}
@media (max-width: 575px) {
  .sp-menu__links__external .btn-box .btn:nth-child(2) {
    margin-top: 16px;
  }
}

.sp-menu__circle__list {
  position: fixed;
  top: 16px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 0 16px;
  z-index: 5;
}
@media (max-width: 575px) {
  .sp-menu__circle__list {
    gap: 0 8px;
  }
}

.sp-menu__circle__item {
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.sp-menu__circle__item.burger {
  border: 2px solid #F15A24;
  background-color: #F15A24;
}
.sp-menu__circle__item.burger .burger-inner {
  width: 100%;
  height: 100%;
}
.sp-menu__circle__item.burger .burger-inner span {
  position: absolute;
  background-color: #fff;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 16px;
  height: 1px;
}
.sp-menu__circle__item.burger .burger-inner span:nth-child(1) {
  top: calc(50% - 3px);
}
.sp-menu__circle__item.burger .burger-inner span:nth-child(2) {
  top: calc(50% - 0px);
}
.sp-menu__circle__item.burger .burger-inner span:nth-child(3) {
  top: calc(50% + 3px);
}

.search-container {
  overflow: hidden;
  position: relative;
  border-radius: 100px;
  background-color: transparent;
  border: 2px solid #fff;
  transition: all 0.3s ease;
}
.search-container .icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  aspect-ratio: 1;
  cursor: pointer;
}
.search-container .icon .img-box {
  position: absolute;
  display: flex;
  justify-items: center;
  align-items: center;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 16px;
  aspect-ratio: 1;
  transition: opacity 0.3s ease;
}
.search-container .icon .img-box.white {
  opacity: 1;
}
.search-container .icon .img-box.black {
  opacity: 0;
}
.search-container .sp-menu__search__input {
  width: 100%;
  height: 100%;
}
.search-container .sp-menu__search__input form {
  width: 100%;
  height: 100%;
}
.search-container .sp-menu__search__input input {
  background-color: transparent;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}
.search-container.active {
  background-color: #fff;
  border: 2px solid #000;
  width: 500px;
}
@media (max-width: 575px) {
  .search-container.active {
    width: 60vw;
  }
}
.search-container.active .icon .img-box.white {
  opacity: 0;
}
.search-container.active .icon .img-box.black {
  opacity: 1;
}
.search-container.active .sp-menu__search__input input {
  opacity: 1;
  pointer-events: auto;
}

body.over-scroll .search-container {
  border: 2px solid #000;
}
body.over-scroll .search-container .icon .img-box.white {
  opacity: 0;
}
body.over-scroll .search-container .icon .img-box.black {
  opacity: 1;
}

.sp-menu__circle__item {
  position: relative;
}
.sp-menu__circle__item.burger.active {
  background-color: transparent;
}
.sp-menu__circle__item.burger.active .burger-inner span {
  background-color: #F15A24;
}
.sp-menu__circle__item.burger.active .burger-inner span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.sp-menu__circle__item.burger.active .burger-inner span:nth-child(2) {
  opacity: 0;
}
.sp-menu__circle__item.burger.active .burger-inner span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

body:not(.home) .sp-menu__circle__item.search-container {
  border: 2px solid #000;
}
body:not(.home) .sp-menu__circle__item.search-container .icon .img-box.white {
  opacity: 0 !important;
}
body:not(.home) .sp-menu__circle__item.search-container .icon .img-box.black {
  opacity: 1 !important;
}

.sp-menu__container.active + .sp-menu__circle__list .sp-menu__circle__item.search-container {
  border: 2px solid #000;
}
.sp-menu__container.active + .sp-menu__circle__list .sp-menu__circle__item.search-container .icon .img-box.white {
  opacity: 0 !important;
}
.sp-menu__container.active + .sp-menu__circle__list .sp-menu__circle__item.search-container .icon .img-box.black {
  opacity: 1 !important;
}

.collection-search__form__container {
  position: relative;
  width: 100%;
}
.collection-search__form__container::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../image/icon_search_black_01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  top: 50%;
  right: clamp(12px, 1.25vw, 24px);
  width: clamp(12px, 1.25vw, 24px);
  aspect-ratio: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .collection-search__form__container::before {
    right: clamp(12px, 4vw, 24px);
    width: clamp(12px, 4vw, 24px);
  }
}
.collection-search__form__container input {
  border-radius: 100px;
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding: clamp(9.75px, 1.015625vw, 19.5px) clamp(12px, 1.25vw, 24px);
}
@media (max-width: 767px) {
  .collection-search__form__container input {
    font-size: 14px;
    padding: clamp(9.75px, 3.25vw, 19.5px) clamp(12px, 4vw, 24px);
  }
}

#top-mv {
  width: 100vw;
}
#top-mv .mv-inner {
  display: flex;
  width: 100%;
  aspect-ratio: 1280/720;
}
@media (max-width: 767px) {
  #top-mv .mv-inner {
    height: 68.4375vh;
    aspect-ratio: unset;
  }
}
#top-mv .mv-title__box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26.875%;
}
@media (max-width: 767px) {
  #top-mv .mv-title__box {
    width: 32%;
  }
}
#top-mv .mv-title__box__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#top-mv .mv-title__box__inner .mv-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 70%;
  writing-mode: vertical-rl;
}
#top-mv .mv-title__box__inner .mv-title .catch {
  color: #F15A24;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  padding-left: 20px;
  padding-bottom: 110px;
}
@media (max-width: 1199px) {
  #top-mv .mv-title__box__inner .mv-title .catch {
    font-size: 12px;
    padding-left: 12px;
    padding-bottom: 110px;
  }
}
#top-mv .mv-title__box__inner .mv-title .title {
  font-weight: 400;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.1em;
}
@media (max-width: 1199px) {
  #top-mv .mv-title__box__inner .mv-title .title {
    font-size: 34px;
  }
}
#top-mv .mv-title__box__inner .mv-catch {
  width: 16.93px;
  aspect-ratio: 16.93/279.01;
}
@media (max-width: 767px) {
  #top-mv .mv-title__box__inner .mv-catch {
    width: 13.55px;
  }
}
#top-mv .mv-back__box {
  position: relative;
  width: 73.125%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  #top-mv .mv-back__box {
    width: 68%;
  }
}
#top-mv .mv-back__box .mv-back {
  width: 100%;
  height: 100%;
}
#top-mv .mv-back__box .mv-back .img-box {
  width: 100%;
  height: 100%;
}
#top-mv .mv-back__news__box {
  position: absolute;
  display: block;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  bottom: 32px;
  right: 0;
  background-color: #fff;
  padding: 20px;
  z-index: 1;
}
@media (max-width: 767px) {
  #top-mv .mv-back__news__box {
    display: none;
  }
}
#top-mv .mv-back__news__box .news-meta {
  color: #000;
}
#top-mv .mv-back__news__box:hover .news-meta {
  color: #000;
}
#top-mv .news-title {
  margin-top: 8px;
}

@media (max-width: 767px) {
  #top-mvunder-news .content-width {
    max-width: 472px;
  }
}
@media (min-width: 768px) {
  #top-mvunder-news {
    display: none;
  }
}
@media (max-width: 767px) {
  #top-mvunder-news .inner {
    padding: 24px 0;
  }
  #top-mvunder-news .news-title {
    margin-top: 8px;
  }
}

@media (min-width: 768px) {
  #top-mv-menus {
    display: none;
  }
}
@media (max-width: 767px) {
  #top-mv-menus .inner {
    border-bottom: 1px solid #eee;
    padding: 20px 24px;
  }
  #top-mv-menus .content-width {
    width: 100%;
    max-width: 472px;
  }
  #top-mv-menus .top-mv-menus__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #top-mv-menus .top-mv-menus__item {
    width: 22.5543478261%;
  }
  #top-mv-menus .top-mv-menus__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    padding: 8px 0;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #000;
  }
}

#top-intro .sec-inner {
  padding: 114px 0;
}
@media (max-width: 575px) {
  #top-intro .sec-inner {
    padding: 48px 0;
  }
}
#top-intro .content-width {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 0px 80px;
  max-width: 1245px;
  padding-left: 36px;
  padding-right: 36px;
}
@media (max-width: 991px) {
  #top-intro .content-width {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #top-intro .right {
    width: 100%;
    max-width: 352px;
  }
}
#top-intro .right .sec-ttl {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  #top-intro .right .sec-ttl {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.1em;
  }
}
#top-intro .right .sec-ttl .emphasis {
  color: #F15A24;
}
#top-intro .right .reading-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 2.3;
  letter-spacing: 0.1em;
  padding-top: 48px;
  width: 374px;
}
@media (max-width: 767px) {
  #top-intro .right .reading-text {
    font-size: 10px;
    line-height: 2.3;
    letter-spacing: 0.1em;
  }
}
#top-intro .left {
  display: flex;
  align-items: center;
  max-width: 496px;
}
@media (max-width: 991px) {
  #top-intro .left {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #top-intro .left {
    max-width: 352px;
  }
}

#top-about .sec-inner {
  position: relative;
  width: 100vw;
}
@media (max-width: 767px) {
  #top-about .sec-inner {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}
#top-about .sec-inner::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #FEF2EE;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: -2;
}
#top-about .content-width {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1280px;
  height: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  #top-about .content-width {
    position: static;
    transform: unset;
    height: unset;
  }
}
#top-about .sec-ttl-box {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: unset;
  background-color: #F15A24;
  width: 552px;
  padding: 56px 70px;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  #top-about .sec-ttl-box {
    left: 0;
    right: unset;
  }
}
@media (max-width: 767px) {
  #top-about .sec-ttl-box {
    position: static;
    transform: unset;
    padding: 48px 6%;
    width: 100%;
  }
}
#top-about .sec-ttl-box .sec-ttl {
  color: #fff;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #top-about .sec-ttl-box .sec-ttl {
    font-size: 24px;
  }
}
#top-about .sec-ttl-box .reading-text {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 32px;
}
@media (max-width: 767px) {
  #top-about .sec-ttl-box .reading-text {
    font-size: 14px;
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  #top-about .sec-ttl-box .reading-text br.sp-only {
    display: none;
  }
}
#top-about .sec-ttl-box .btn-box {
  flex-direction: column;
  gap: 16px 0;
  margin-top: 32px;
}
@media (max-width: 767px) {
  #top-about .sec-ttl-box .btn-box {
    gap: 16px 0;
    margin-top: 24px;
  }
}
#top-about .sec-ttl-box .btn-box .btn {
  width: 100%;
}
#top-about .sec-ttl-box .btn-box .btn:nth-child(n+2) {
  margin-top: 16px;
}
@media (max-width: 767px) {
  #top-about .sec-ttl-box .btn-box .btn:nth-child(n+2) {
    margin-top: 16px;
  }
}
#top-about .top-about__back {
  overflow: hidden;
  position: static;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  width: calc((100vw - 1280px) / 2 + 1280px - 96px);
  margin-left: auto;
  z-index: 0;
  aspect-ratio: 1176/720;
}
@media screen and (max-width: 1280px) {
  #top-about .top-about__back {
    width: calc(100vw - 96px);
    aspect-ratio: unset;
    height: 720px;
  }
}
@media (max-width: 767px) {
  #top-about .top-about__back {
    position: static;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 400/246;
  }
}
#top-about .top-about__back .img-box {
  width: 100%;
  height: 100%;
}

#top-news .sec-inner {
  padding: 80px 0;
  background-color: #FEF2EE;
}
@media (max-width: 767px) {
  #top-news .sec-inner {
    padding: 48px 0;
  }
}
#top-news .sec-ttl {
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #top-news .sec-ttl {
    font-size: 24px;
  }
}
#top-news .content-inner {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}
@media (max-width: 991px) {
  #top-news .content-inner {
    display: block;
    margin-top: 32px;
  }
}
#top-news .top-news__pickup {
  width: 38.0952380952%;
}
@media (max-width: 991px) {
  #top-news .top-news__pickup {
    width: 100%;
    max-width: 384px;
    margin-left: auto;
    margin-right: auto;
  }
}
#top-news .top-news__pickup .news-card__list {
  width: 100%;
}
#top-news .top-news__pickup .news-card__item {
  width: 100%;
}
#top-news .top-news__latest {
  width: 57.1428571429%;
}
@media (max-width: 991px) {
  #top-news .top-news__latest {
    width: 100%;
    margin-top: 32px;
  }
}
#top-news .top-news__latest.w100 {
  width: 100%;
}
#top-news .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
@media (max-width: 991px) {
  #top-news .btn-box {
    margin-top: 32px;
  }
}
#top-news .btn {
  width: 360px;
}
@media (max-width: 767px) {
  #top-news .btn {
    width: 100%;
  }
}

#top-schedule .sec-inner {
  padding: 60px 0;
}
@media (max-width: 767px) {
  #top-schedule .sec-inner {
    padding: 48px 0;
  }
}
#top-schedule .sec-ttl {
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #top-schedule .sec-ttl {
    font-size: 24px;
  }
}
#top-schedule .content-width {
  max-width: 1080px;
}
#top-schedule .content-inner {
  background-color: #D9D9D9;
  width: 100%;
  aspect-ratio: 1008/360;
  margin-top: 60px;
}
@media (max-width: 767px) {
  #top-schedule .content-inner {
    font-size: 32px;
    aspect-ratio: 352/360;
  }
}

#top-indoorview .sec-inner {
  position: relative;
  background-image: url(../image/top_indoorview_back_01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1280/720;
}
@media (max-width: 767px) {
  #top-indoorview .sec-inner {
    height: unset;
    padding: 80px 0;
  }
}
#top-indoorview .indoorview__box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top-indoorview .content-inner {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media (max-width: 767px) {
  #top-indoorview .content-inner {
    position: static;
    transform: unset;
  }
}
#top-indoorview .content-inner .sec-ttl {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #top-indoorview .content-inner .sec-ttl {
    font-size: 28px;
    width: 100%;
  }
}
#top-indoorview .content-inner .top-indoorview__bnr {
  margin-top: 48px;
}
@media (max-width: 767px) {
  #top-indoorview .content-inner .top-indoorview__bnr {
    display: flex;
    justify-content: center;
    font-size: 32px;
    width: 100%;
  }
}
#top-indoorview .content-inner .top-indoorview__bnr .img-box {
  width: clamp(540px, 56.25vw, 1080px);
  max-width: 720px;
  aspect-ratio: 720/124.33;
}
@media (max-width: 767px) {
  #top-indoorview .content-inner .top-indoorview__bnr .img-box {
    width: 100%;
    max-width: 352px;
  }
}
#top-indoorview .content-inner .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
@media (max-width: 767px) {
  #top-indoorview .content-inner .btn-box {
    margin-top: 32px;
  }
}
#top-indoorview .content-inner .btn-box .btn {
  width: 100%;
  max-width: 330px;
}
@media (max-width: 767px) {
  #top-indoorview .content-inner .btn-box .btn {
    max-width: 352px;
  }
}
#top-indoorview .content-inner .btn-box .btn:hover {
  color: #fff;
  background-color: #F15A24;
  border-color: #F15A24;
}
#top-indoorview .content-inner .btn-box .btn:hover span::before {
  background-image: url(../image/icon_rect_right_white_01.svg);
}

#top-facilities .sec-inner {
  background-color: #FEF2EE;
  padding: 80px 0;
}
@media (max-width: 767px) {
  #top-facilities .sec-inner {
    padding: 48px 0;
  }
}
#top-facilities .content-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 872px;
}
@media (max-width: 991px) {
  #top-facilities .content-width {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  #top-facilities .content-width {
    width: 88%;
  }
}
#top-facilities .sec-ttl-box {
  width: 100%;
  max-width: 178px;
}
#top-facilities .sec-ttl-box .sec-ttl {
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media (max-width: 991px) {
  #top-facilities .sec-ttl-box .sec-ttl {
    font-size: 24px;
  }
}
#top-facilities .sec-ttl-box .btn-box {
  width: 175px;
  margin-top: 88px;
}
@media (max-width: 991px) {
  #top-facilities .sec-ttl-box .btn-box {
    width: auto;
    margin-top: 32px;
  }
}
#top-facilities .sec-ttl-box .btn-box .btn {
  width: 100%;
}
@media (max-width: 991px) {
  #top-facilities .sec-ttl-box .btn-box .btn {
    max-width: 400px;
    margin: 0 auto;
  }
}
#top-facilities .content-inner {
  width: 100%;
  max-width: 554px;
}
@media (max-width: 991px) {
  #top-facilities .content-inner {
    width: 100%;
    margin-top: 48px;
  }
}
#top-facilities .content-inner .info {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  #top-facilities .content-inner .info {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
#top-facilities .content-inner table th, #top-facilities .content-inner table td {
  border-top: 1px solid #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding: 16px 0;
}
@media (max-width: 991px) {
  #top-facilities .content-inner table th, #top-facilities .content-inner table td {
    font-size: 14px;
  }
}
#top-facilities .content-inner table th {
  width: 128px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  #top-facilities .content-inner table th {
    width: 22.7272727273%;
    padding-right: 16px;
  }
}
#top-facilities .content-inner table tr:last-child th, #top-facilities .content-inner table tr:last-child td {
  border-bottom: 1px solid #000;
}
#top-facilities .content-inner .btn-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 575px) {
  #top-facilities .content-inner .btn-box {
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
  }
}
#top-facilities .content-inner .btn-box .btn {
  width: 47.4729241877%;
}
@media (max-width: 575px) {
  #top-facilities .content-inner .btn-box .btn {
    width: 100%;
    max-width: 352px;
  }
  #top-facilities .content-inner .btn-box .btn:nth-child(n+2) {
    margin-top: 16px;
  }
}
#top-facilities .content-inner .notice {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 24px;
}

#top-collection .sec-inner {
  padding: 80px 0;
}
@media (max-width: 575px) {
  #top-collection .sec-inner {
    padding: 48px 0;
  }
}
#top-collection .sec-ttl {
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media (max-width: 575px) {
  #top-collection .sec-ttl {
    font-size: 24px;
    line-height: 1.3;
  }
}
#top-collection .content-inner {
  margin-top: 64px;
}
@media (max-width: 575px) {
  #top-collection .content-inner {
    margin-top: 32px;
  }
}
#top-collection .top-collection__slider__container {
  background-color: #F15A24;
  width: 100%;
  padding: 40px 0;
}
#top-collection .top-collection__slider__container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
#top-collection .top-collection__slider__container a {
  overflow: hidden;
}
#top-collection .top-collection__slider__container a .img-box {
  transition: all 0.3s ease;
}
#top-collection .top-collection__slider__container a:hover .img-box {
  transform: scale(1.1);
}
#top-collection .top-collection__slider__card {
  border-radius: 4px;
  overflow: hidden;
}
#top-collection .content-width {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
#top-collection .btn-box {
  margin-top: 40px;
}
@media (max-width: 575px) {
  #top-collection .btn-box {
    margin-top: 32px;
  }
}
#top-collection .btn-box .btn {
  width: 235px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  #top-collection .btn-box .btn {
    width: 220px;
  }
}

.top-collection__slider__card {
  aspect-ratio: 1;
}
.top-collection__slider__card a {
  display: block;
  width: 100%;
  height: 100%;
}
.top-collection__slider__card a .img-box {
  width: 100%;
  height: 100%;
}

.top-collection__search .icon {
  cursor: unset;
}

#top-info .top-info__block__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  margin-top: 8px;
}
@media (max-width: 767px) {
  #top-info .top-info__block__container {
    flex-direction: column;
  }
}
#top-info .top-info__block {
  background-color: #FEF2EE;
}
#top-info .top-info__block:nth-child(4), #top-info .top-info__block:nth-child(5) {
  width: calc((100% - 8px) / 2);
  padding: 80px 60px;
}
@media (max-width: 991px) {
  #top-info .top-info__block:nth-child(4), #top-info .top-info__block:nth-child(5) {
    width: 100%;
    padding: 48px 6%;
    aspect-ratio: unset;
  }
}
#top-info .top-info__block:nth-child(1), #top-info .top-info__block:nth-child(2), #top-info .top-info__block:nth-child(3) {
  display: flex;
  justify-content: center;
  width: calc((100% - 16px) / 3);
  aspect-ratio: 421.33/436;
}
@media (max-width: 991px) {
  #top-info .top-info__block:nth-child(1), #top-info .top-info__block:nth-child(2), #top-info .top-info__block:nth-child(3) {
    width: 100%;
    height: 120.73px;
    aspect-ratio: unset;
  }
}
#top-info .top-info__block:nth-child(1) > a, #top-info .top-info__block:nth-child(2) > a, #top-info .top-info__block:nth-child(3) > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  #top-info .top-info__block:nth-child(1) > a, #top-info .top-info__block:nth-child(2) > a, #top-info .top-info__block:nth-child(3) > a {
    display: flex;
    justify-content: center;
  }
}
#top-info .top-info__block:nth-child(1) > a .inner, #top-info .top-info__block:nth-child(2) > a .inner, #top-info .top-info__block:nth-child(3) > a .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  #top-info .top-info__block:nth-child(1) > a .inner, #top-info .top-info__block:nth-child(2) > a .inner, #top-info .top-info__block:nth-child(3) > a .inner {
    flex-direction: row;
    justify-content: flex-start;
    width: 330px;
  }
}
#top-info .top-info__block:nth-child(1) .icon, #top-info .top-info__block:nth-child(2) .icon, #top-info .top-info__block:nth-child(3) .icon {
  width: 100%;
  max-width: 264px;
  aspect-ratio: 264/192;
}
@media (max-width: 991px) {
  #top-info .top-info__block:nth-child(1) .icon, #top-info .top-info__block:nth-child(2) .icon, #top-info .top-info__block:nth-child(3) .icon {
    width: 100px;
    aspect-ratio: 100/72.73;
    margin-right: 24px;
  }
}
#top-info .top-info__block:nth-child(1) .title, #top-info .top-info__block:nth-child(2) .title, #top-info .top-info__block:nth-child(3) .title {
  position: relative;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-top: 48px;
  padding-right: 32px;
}
@media (max-width: 991px) {
  #top-info .top-info__block:nth-child(1) .title, #top-info .top-info__block:nth-child(2) .title, #top-info .top-info__block:nth-child(3) .title {
    font-size: 20px;
    margin-top: 0;
    padding-right: 28px;
  }
}
#top-info .top-info__block:nth-child(1) .title::before, #top-info .top-info__block:nth-child(2) .title::before, #top-info .top-info__block:nth-child(3) .title::before {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  background-image: url(../image/icon_rect_circle_arrow_black_01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  aspect-ratio: 1;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  #top-info .top-info__block:nth-child(1) .title::before, #top-info .top-info__block:nth-child(2) .title::before, #top-info .top-info__block:nth-child(3) .title::before {
    width: 20px;
  }
}
#top-info .top-info__block:nth-child(1):hover .title::before, #top-info .top-info__block:nth-child(2):hover .title::before, #top-info .top-info__block:nth-child(3):hover .title::before {
  right: -0.5em;
}

.top-info__block__new-latest__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.top-info__block__new-latest__container .title {
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media (max-width: 575px) {
  .top-info__block__new-latest__container .title {
    font-size: 24px;
  }
}
.top-info__block__new-latest__container .book-card {
  overflow: hidden;
  box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-top: 64px;
  width: 100%;
  max-width: 384px;
}
@media (max-width: 991px) {
  .top-info__block__new-latest__container .book-card {
    max-width: 352px;
    margin-top: 32px;
  }
}
.top-info__block__new-latest__container .book-card .book-card__inner {
  display: block;
}
.top-info__block__new-latest__container .book-card .book-card__inner:hover .book-card__thumb .img-box {
  transform: scale(1.1);
}
.top-info__block__new-latest__container .book-card .book-card__thumb {
  overflow: hidden;
  background-color: #E5F6F5;
  width: 100%;
  aspect-ratio: 384/240;
  padding: 36px;
}
@media (max-width: 575px) {
  .top-info__block__new-latest__container .book-card .book-card__thumb {
    aspect-ratio: 352/220;
    padding: 26.34px;
  }
}
.top-info__block__new-latest__container .book-card .book-card__thumb .img-box {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.top-info__block__new-latest__container .book-card .book-card__meta {
  background-color: #fff;
  padding: 24px;
}
@media (max-width: 575px) {
  .top-info__block__new-latest__container .book-card .book-card__meta {
    padding: 16px;
  }
}
.top-info__block__new-latest__container .book-card .book-card__name {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media (max-width: 575px) {
  .top-info__block__new-latest__container .book-card .book-card__name {
    font-size: 20px;
  }
}
.top-info__block__new-latest__container .book-card .book-card__description {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-top: 16px;
}
@media (max-width: 575px) {
  .top-info__block__new-latest__container .book-card .book-card__description {
    font-size: 12px;
    margin-top: 16px;
  }
}
.top-info__block__new-latest__container .book-card .book-card__price {
  text-align: right;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 8px;
}
@media (max-width: 575px) {
  .top-info__block__new-latest__container .book-card .book-card__price {
    font-size: 20px;
    margin-top: 8px;
  }
}
.top-info__block__new-latest__container .book-card .book-card__price .small {
  font-size: 12px;
}
.top-info__block__new-latest__container .btn-box {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .top-info__block__new-latest__container .btn-box {
    margin-top: 32px;
  }
}
.top-info__block__new-latest__container .btn-box .btn {
  width: 210.3px;
}
@media (max-width: 575px) {
  .top-info__block__new-latest__container .btn-box .btn {
    width: 195.31px;
  }
}

.top-info__block__faq__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.top-info__block__faq__container .title {
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media (max-width: 575px) {
  .top-info__block__faq__container .title {
    font-size: 32px;
  }
}
.top-info__block__faq__container .top-info__faq__list {
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 5vw, 96px) 0;
  gap: 64px 0;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .top-info__block__faq__container .top-info__faq__list {
    gap: 32px 0;
    margin-top: 32px;
  }
}
.top-info__block__faq__container .btn-box {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 76px;
}
@media (max-width: 991px) {
  .top-info__block__faq__container .btn-box {
    margin-top: 32px;
  }
}
.top-info__block__faq__container .btn-box .btn {
  width: 234.31px;
}
@media (max-width: 575px) {
  .top-info__block__faq__container .btn-box .btn {
    width: 216.31px;
  }
}

#collections-search .sec-inner {
  margin: 80px 0;
}

.collections-search__archive {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .collections-search__archive {
    margin-top: 32px;
  }
}

.collections-search__form {
  display: flex;
  justify-content: center;
}
.collections-search__form .search__box {
  width: 386px;
}
@media (max-width: 767px) {
  .collections-search__form .search__box {
    width: 100%;
    max-width: 400px;
  }
}

.collections-search__result {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .collections-search__result {
    margin-top: 24px;
  }
}

.collections-search__result__inner {
  background-color: #FEF2EE;
  width: 100%;
  padding: 24px 32px;
}

.collections-search__result__num {
  display: flex;
  align-items: baseline;
}
@media (max-width: 575px) {
  .collections-search__result__num {
    flex-direction: column;
    align-items: flex-start;
  }
}
.collections-search__result__num .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .collections-search__result__num .text {
    font-size: 16px;
  }
}
.collections-search__result__num .result-num {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding-left: 16px;
  padding-right: 8px;
}
@media (max-width: 767px) {
  .collections-search__result__num .result-num {
    font-size: 24px;
  }
}
.collections-search__result__num .slash {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding: 0 16px;
}
@media (max-width: 767px) and (min-width: 576px) {
  .collections-search__result__num .slash {
    font-size: 16px;
    padding: 0 16px;
  }
}
@media (max-width: 575px) {
  .collections-search__result__num .slash {
    display: none;
  }
}

.wp-pagenavi__container {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .wp-pagenavi__container {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.collections-questionnaire {
  text-align: center;
}
.collections-questionnaire a {
  position: relative;
  display: inline;
  background: linear-gradient(transparent 94%, #000 0%);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  padding-right: 1.1em;
}
@media (max-width: 767px) {
  .collections-questionnaire a {
    font-size: 12px;
  }
}
.collections-questionnaire a::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../image/icon_external_black_01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0.3em;
  right: 0.2em;
  width: 0.75em;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .collections-questionnaire a br {
    display: none;
  }
}

#collection-detail .sec-inner {
  padding: 80px 0;
}
@media (max-width: 575px) {
  #collection-detail .sec-inner {
    padding: 40px 0;
  }
}
#collection-detail .content-width {
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 575px) {
  #collection-detail .content-width {
    padding-left: 0;
    padding-right: 0;
  }
}
#collection-detail .collection-detail__box {
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 8px #ccc;
  border-radius: 4px;
  width: 100%;
  padding: 32px;
}
@media (max-width: 767px) {
  #collection-detail .collection-detail__box {
    flex-direction: column;
    justify-content: flex-start;
    border-radius: clamp(0px, 1vw, 6px);
    padding: clamp(12px, 4vw, 24px);
  }
}
#collection-detail .collection-detail__photos {
  flex-shrink: 0;
  width: 51.3888888889%;
}
@media (max-width: 767px) {
  #collection-detail .collection-detail__photos {
    width: 100%;
  }
}
#collection-detail .collection-detail__photo-main {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 4px;
  border: 1px solid #ccc;
}
#collection-detail .collection-detail__photo-main .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #ccc;
  width: 100%;
  height: 100%;
}
#collection-detail .collection-detail__photo-sub__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 32px;
}
#collection-detail .collection-detail__photo-sub {
  position: relative;
  display: flex;
  margin-top: 16px;
  width: 100%;
}
#collection-detail .collection-detail__photo-sub__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(32px, 2.5vw);
}
@media (max-width: 767px) {
  #collection-detail .collection-detail__photo-sub__inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.6075619296vw;
  }
}
@media (max-width: 575px) {
  #collection-detail .collection-detail__photo-sub__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.4782608696vw;
  }
}
#collection-detail .collection-detail__photo-sub__inner .img-box {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #ccc;
  aspect-ratio: 1;
}
#collection-detail .collection-detail__photo-sub__inner .img-box .thumb {
  transition: all 0.3s ease;
}
#collection-detail .collection-detail__photo-sub__inner .img-box:hover .thumb {
  transform: scale(1.1);
}
#collection-detail .collection-detail__photo-sub__inner .img-box .icon-zoomin {
  pointer-events: none;
  position: absolute;
  display: block;
  bottom: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  opacity: 0;
  transition: all 0.3s ease;
}
#collection-detail .collection-detail__photo-sub__inner .img-box:hover .icon-zoomin {
  opacity: 0.4;
}
#collection-detail .collection-detail__photo-sub__inner .img-box.swiper-slide-thumb-active {
  pointer-events: none;
}
#collection-detail .collection-detail__photo-sub__inner .img-box.swiper-slide-thumb-active .thumb {
  opacity: 0.4;
}
#collection-detail .collection-detail__photo-sub__inner .img-box.swiper-slide-thumb-active .icon-zoomin {
  opacity: 0.4;
}
#collection-detail .collection-detail__description {
  width: 45.8333333333%;
}
@media (max-width: 767px) {
  #collection-detail .collection-detail__description {
    width: 100%;
    margin-top: 32px;
  }
}
#collection-detail .collection-detail__description table th, #collection-detail .collection-detail__description table td {
  border-top: 1px solid #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding: 16px 0;
}
@media (max-width: 767px) {
  #collection-detail .collection-detail__description table th, #collection-detail .collection-detail__description table td {
    font-size: 12px;
    padding: 16px 0;
  }
}
#collection-detail .collection-detail__description table tr:last-child th, #collection-detail .collection-detail__description table tr:last-child td {
  border-bottom: 1px solid #000;
}
#collection-detail .collection-detail__description table th {
  width: 24.2424242424%;
  padding-right: 1em;
}
@media (max-width: 767px) {
  #collection-detail .collection-detail__description table th {
    width: 30%;
  }
}
#collection-detail .collection-detail__description table td {
  width: 75.7575757576%;
}
@media (max-width: 767px) {
  #collection-detail .collection-detail__description table td {
    width: 70%;
  }
}
#collection-detail .collection-detail__description .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 32px;
}
@media (max-width: 767px) {
  #collection-detail .collection-detail__description .description {
    font-size: 12px;
    margin-top: 32px;
  }
}

.collection-detail__others {
  margin-top: 80px;
}
@media (max-width: 575px) {
  .collection-detail__others {
    margin-top: 48px;
  }
}
.collection-detail__others .title {
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media (max-width: 575px) {
  .collection-detail__others .title {
    font-size: 22px;
  }
}
.collection-detail__others .collections-card__list {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .collection-detail__others .collections-card__list {
    margin-top: 32px;
  }
}
.collection-detail__others .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.collection-detail__others .btn-box .btn {
  width: 246px;
}

#collection-faq .sec-inner {
  background-color: #FEF2EE;
  padding: 80px 0;
}
@media (max-width: 575px) {
  #collection-faq .sec-inner {
    padding: 48px 0;
  }
}
@media (min-width: 768px) {
  #collection-faq .content-width {
    max-width: 1280px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
#collection-faq .sec-ttl {
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media (max-width: 575px) {
  #collection-faq .sec-ttl {
    font-size: 28px;
  }
}
#collection-faq .content-inner {
  margin-top: 64px;
}
@media (max-width: 575px) {
  #collection-faq .content-inner {
    margin-top: 32px;
  }
}
#collection-faq .content-inner .faq__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0;
}
@media (max-width: 767px) {
  #collection-faq .content-inner .faq__list {
    flex-direction: column;
  }
}
#collection-faq .content-inner .faq__list .faq__item {
  width: 48.6842105263%;
}
@media (max-width: 767px) {
  #collection-faq .content-inner .faq__list .faq__item {
    width: 100%;
  }
}
#collection-faq .content-inner .faq__list .faq__item:nth-child(2n) {
  margin-left: 2.6315789474%;
}
@media (max-width: 767px) {
  #collection-faq .content-inner .faq__list .faq__item:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #collection-faq .content-inner .faq__list .faq__item:nth-child(n+2) {
    margin-top: 32px;
  }
}
#collection-faq .content-inner .faq__list .faq__item:nth-child(n+3) {
  margin-top: 2.6315789474%;
}
@media (max-width: 767px) {
  #collection-faq .content-inner .faq__list .faq__item:nth-child(n+3) {
    margin-top: 32px;
  }
}

@media (min-width: 576px) {
  #collection-request .content-width {
    width: clamp(0px, 95vw, 1824px);
  }
}

.page-mv {
  width: 100%;
  height: clamp(270px, 28.125vw, 540px);
}
@media (max-width: 575px) {
  .page-mv {
    height: clamp(150px, 50vw, 300px);
  }
}
.page-mv .mv-inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.page-mv .mv-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-mv .mv-back .img-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-mv .mv-back .img-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.page-mv .mv-back .img-box.no-thumb {
  background-color: #F15A24;
}
.page-mv .mv-back .img-box.no-thumb::before {
  content: unset;
}
.page-mv .content-width {
  position: relative;
  z-index: 1;
}
.page-mv .page-ttl {
  color: #fff;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media (max-width: 575px) {
  .page-mv .page-ttl {
    font-size: 24px;
  }
}

.page-article .article-inner {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .page-article .article-inner {
    padding: 60px 0;
  }
}

@media (max-width: 575px) {
  .news-archive__list .news-excerpt {
    margin-top: 12px;
  }
}
.category .news-archive__item__inner,
.search .news-archive__item__inner {
  padding-right: 0;
}

@media (min-width: 576px) {
  .category .news-archive__list .news-thumb,
  .search .news-archive__list .news-thumb {
    width: 176px;
    margin-right: 24px;
  }
  .category .news-archive__list .news-box,
  .search .news-archive__list .news-box {
    width: calc(100% - 176px - 24px);
  }
  .category .news-archive__list .news-title,
  .search .news-archive__list .news-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0.1em;
  }
  .category .news-archive__list .news-excerpt,
  .search .news-archive__list .news-excerpt {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.05em;
    margin-top: 24px;
  }
}
.entry-title-box {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .entry-title-box {
    margin-bottom: 42px;
  }
}

.entry-title {
  border-bottom: 1px solid #F15A24;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .entry-title {
    font-size: 24px;
    padding-bottom: 12px;
  }
}

.entry-meta {
  display: flex;
  align-items: center;
  margin-top: 24px;
  gap: 16px;
}
@media (max-width: 991px) {
  .entry-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.entry-meta .entry-cats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  transition: all 0.3s ease;
}
.entry-meta .entry-cat a {
  display: block;
  border: 1px solid #000;
  border-radius: 100px;
  white-space: nowrap;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding: 4px 27px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .entry-meta .entry-cat a {
    font-size: 10px;
  }
}
.entry-meta .entry-cat:hover a {
  border-color: #F15A24;
  background-color: #F15A24;
  color: #fff;
}
.entry-meta .entry-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .entry-meta .entry-date {
    font-size: 12px;
  }
}

.entry-content > *:first-child {
  margin-top: 0;
}
.entry-content h1 {
  border-bottom: 1px solid #F15A24;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-bottom: 24px;
  margin: 0;
}
@media (max-width: 767px) {
  .entry-content h1 {
    font-size: 30px;
    padding-bottom: 24px;
  }
}
.entry-content h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 80px 0 36px;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .entry-content h2 {
    font-size: 24px;
    margin: 40px 0 18px;
  }
}
.entry-content h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 56px 0 20px;
}
@media (max-width: 767px) {
  .entry-content h3 {
    font-size: 20px;
    margin: 28px 0 12px;
  }
}
.entry-content h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0;
}
@media (max-width: 767px) {
  .entry-content h4 {
    font-size: 16px;
  }
}
.entry-content h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0;
}
@media (max-width: 767px) {
  .entry-content h5 {
    font-size: 12px;
  }
}
.entry-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin: 36px 0;
}
@media (max-width: 767px) {
  .entry-content p {
    font-size: 12px;
    margin: 18px 0;
  }
}
.entry-content p a {
  position: relative;
  display: inline;
  background: linear-gradient(transparent 94%, #000 0%);
}
.entry-content p a[target=_blank] {
  padding-right: 1.1em;
}
@media (max-width: 767px) {
  .entry-content p a[target=_blank] {
    padding-right: 1em;
  }
}
.entry-content p a[target=_blank]::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../image/icon_external_black_01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0.3em;
  right: 0.2em;
  width: 0.75em;
  aspect-ratio: 1;
}
.entry-content ul {
  list-style: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin: 36px 0;
}
@media (max-width: 767px) {
  .entry-content ul {
    font-size: 12px;
    letter-spacing: 0.03em;
    margin: 18px 0;
  }
}
.entry-content ul li {
  position: relative;
  padding-left: 1.3em;
}
.entry-content ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.9em;
  left: 0;
  background-color: #000;
  border-radius: 50%;
  width: 6px;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  .entry-content ul li:before {
    top: 0.8em;
    width: 5px;
  }
}
.entry-content ol {
  list-style: none;
  counter-reset: number;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin: 36px 0;
}
@media (max-width: 767px) {
  .entry-content ol {
    font-size: 12px;
    margin: 18px 0;
  }
}
.entry-content ol li {
  position: relative;
  padding-left: 2.3em;
}
@media (max-width: 767px) {
  .entry-content ol li {
    padding-left: 1.8em;
  }
}
.entry-content ol li::before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0;
}
.entry-content a {
  color: #000;
  text-decoration: unset;
}
.entry-content table {
  font-size: 16px;
}
.entry-content .wp-block-image {
  margin: 40px 0 36px;
}
@media (max-width: 767px) {
  .entry-content .wp-block-image {
    margin: 20px 0 18px;
  }
}
.entry-content .wp-element-caption {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin-top: 16px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .entry-content .wp-element-caption {
    font-size: 10px;
    line-height: 1.6;
    margin-top: 10px;
  }
}
.entry-content .wp-block-columns {
  margin: 26px 0 26px;
}
.entry-content .wp-block-column > *:first-child {
  margin-top: 0;
}
.entry-content .wp-block-column h2, .entry-content .wp-block-column h3, .entry-content .wp-block-column h4, .entry-content .wp-block-column h5 {
  margin: 36px 0 20px;
}
@media (max-width: 767px) {
  .entry-content .wp-block-column h2, .entry-content .wp-block-column h3, .entry-content .wp-block-column h4, .entry-content .wp-block-column h5 {
    margin: 18px 0 12px;
  }
}
.entry-content .wp-block-column p {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .entry-content .wp-block-column p {
    margin: 12px 0;
  }
}
.entry-content .wp-block-column ul {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .entry-content .wp-block-column ul {
    margin: 12px 0;
  }
}
.entry-content .custom-button__box {
  margin: 12px 0;
}
.entry-content .wp-block-embed-youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.entry-content .wp-block-embed-youtube .wp-block-embed__wrapper {
  width: 100%;
  height: 100%;
}
.entry-content .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}

.entry-others {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .entry-others {
    margin-top: 32px;
  }
}
.entry-others .btn-box {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #888;
  padding-top: 64px;
}
@media (max-width: 767px) {
  .entry-others .btn-box {
    flex-direction: column;
    align-items: center;
    padding-top: 32px;
  }
}
.entry-others .btn-box .btn span {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .entry-others .btn-box .btn span {
    padding-left: 20px;
  }
}
.entry-others .btn-box .btn span::before {
  transform: translateY(-50%) scale(-1);
  left: 0;
  right: unset;
}

#error404-container .sec-inner {
  padding: 80px 0;
}
@media (max-width: 767px) {
  #error404-container .sec-inner {
    padding: 48px 0;
  }
}
#error404-container .sec-ttl-box .sec-ttl {
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
#error404-container .content-inner {
  margin-top: 48px;
}
#error404-container .reading-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  #error404-container .reading-text .sp-only {
    display: none;
  }
}

#posts-container .article-inner {
  padding: 80px 0;
}
#posts-container .news-archive_item {
  width: 100%;
}
#posts-container .article__pagenavi {
  margin-top: 64px;
}
@media (max-width: 767px) {
  #posts-container .article__pagenavi {
    margin-top: 32px;
  }
}

.page-faq .content-width {
  max-width: 1280px;
}
.page-faq .faq__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 32px;
}
@media (max-width: 767px) {
  .page-faq .faq__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.form-table .f-tr {
  display: flex;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .form-table .f-tr {
    display: block;
  }
}
.form-table .f-tr:first-child {
  margin-top: 0;
}
.form-table .f-th {
  display: flex;
  align-items: center;
  width: 240px;
  height: 58px;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .form-table .f-th {
    width: 100%;
    margin-right: 0;
  }
}
.form-table .f-td {
  display: flex;
  width: calc(100% - 140px - 24px);
}
@media (max-width: 767px) {
  .form-table .f-td {
    width: 100%;
  }
}
.form-table .f-td > span {
  width: 100%;
}
.form-table .f-td input[type=text],
.form-table .f-td input[type=email],
.form-table .f-td input[type=tel] {
  border: 2px solid #000;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  background-color: #fff;
  padding: 13px 16px;
}
.form-table .f-td textarea {
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  height: 15em;
  padding: 13px 16px;
}

.wpcf7-form .accept-box {
  max-width: 766px;
  width: calc(100% - 140px - 24px);
  margin-right: 0;
  margin-left: auto;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .wpcf7-form .accept-box {
    width: 100%;
    max-width: unset;
  }
}
.wpcf7-form .accept-box .wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-form .accept-box .wpcf7-list-item {
  display: block;
  margin: 0;
}
.wpcf7-form .accept-box label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.wpcf7-form .accept-box label input {
  display: block;
  width: 40px;
  height: 40px;
  z-index: 1;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 16px;
}
.wpcf7-form .accept-box label input + .wpcf7-list-item-label {
  position: relative;
  display: block;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 2;
  width: calc(100% - 40px);
  padding-left: 20px;
  cursor: pointer;
}
.wpcf7-form .accept-box label input + .wpcf7-list-item-label a {
  position: relative;
  display: inline;
  background: linear-gradient(transparent 94%, #000 0%);
  padding-right: 1.1em;
}
.wpcf7-form .accept-box label input + .wpcf7-list-item-label a::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../image/icon_external_black_01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0.3em;
  right: 0.2em;
  width: 0.75em;
  aspect-ratio: 1;
}
.wpcf7-form .accept-box label input + .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  cursor: pointer;
  border-radius: 5px;
  background-color: #fff;
  top: 3px;
  left: -40px;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .wpcf7-form .accept-box label input + .wpcf7-list-item-label::before {
    transform: translateY(-50%);
    top: 50%;
  }
}
.wpcf7-form .accept-box label input + .wpcf7-list-item-label::after {
  content: "✓";
  display: block;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  opacity: 0;
  top: 4px;
  left: -26px;
  z-index: 1;
}
@media (max-width: 767px) {
  .wpcf7-form .accept-box label input + .wpcf7-list-item-label::after {
    transform: translateY(-50%);
    top: 50%;
  }
}
.wpcf7-form .accept-box label input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-form .submit-box {
  position: relative;
  max-width: 766px;
  width: calc(100% - 140px - 24px);
  margin-right: 0;
  margin-left: auto;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .wpcf7-form .submit-box {
    margin-right: auto;
    margin-left: auto;
  }
}
.wpcf7-form .submit-box:not(.active) {
  pointer-events: none;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
.wpcf7-form .submit-box .btn-box {
  position: relative;
  display: flex;
  justify-content: center;
}
.wpcf7-form .submit-box .btn-box .btn {
  width: 240px;
  padding: 0;
}
.wpcf7-form .submit-box .btn-box .btn span::before {
  pointer-events: none;
  right: 24px;
}
.wpcf7-form .submit-box .btn-box .btn input {
  color: #000;
  background-color: transparent;
  transition: all 0.3s ease;
  width: 100%;
  padding: 16px 24px;
}
.wpcf7-form .submit-box .btn-box .btn:hover input {
  color: #fff;
}
.wpcf7-form .submit-box .btn-submit .wpcf7-spinner {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: unset;
  right: -72px;
}
.wpcf7-form .submit-box .btn-submit .wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  background-image: unset;
}

.wpcf7-response-output {
  text-align: center;
}

.wpcf7 .note-recaptcha {
  text-align: center;
  position: relative;
  display: block;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 2;
  max-width: 766px;
  width: calc(100% - 140px - 24px);
  margin-right: 0;
  margin-left: auto;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .wpcf7 .note-recaptcha {
    text-align: left;
    max-width: unset;
    width: 100%;
  }
}