@charset "UTF-8";
/* mediaquery
----------------------------------------------------------------- */
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

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

.sp_L_display {
  display: none;
}
@media screen and (max-width: 430px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

/* mediaquery
----------------------------------------------------------------- */
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

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

.sp_L_display {
  display: none;
}
@media screen and (max-width: 430px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

.footer {
  padding: 48px 0;
  background-color: #E8E6E2;
}
@media screen and (max-width: 600px) {
  .footer {
    padding: 40px 0 60px;
  }
}
.footer small {
  font-size: 12px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .footer small {
    width: 84%;
  }
}

.footer_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 90px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 84%;
}
@media screen and (max-width: 1200px) {
  .footer_wrap {
    max-width: 880px;
  }
}
@media screen and (max-width: 1000px) {
  .footer_wrap {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  .footer_wrap {
    padding-bottom: 60px;
  }
}

.footer_top {
  width: 228px;
}
@media screen and (max-width: 600px) {
  .footer_top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.footer_logo {
  width: 228px;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .footer_logo {
    width: 170px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 375px) {
  .footer_logo {
    width: 150px;
  }
}

.footer_sns {
  display: block;
  width: 107px;
  margin: 0 auto;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .footer_sns {
    margin: 0;
  }
}
.footer_sns:hover {
  opacity: 0.6;
}

.footer_nav {
  display: grid;
  grid-template-columns: 108px 150px;
  font-size: 14px;
  font-weight: 500;
  row-gap: 24px;
}

.footer_nav a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.5s;
}
.footer_nav a:hover {
  opacity: 0.6;
}

.footer_info h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 32px;
}
@media screen and (max-width: 600px) {
  .footer_info h3 {
    margin-bottom: 24px;
  }
}

.footer_info p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .footer_info p {
    margin-bottom: 12px;
  }
}

.footer_info a {
  display: block;
  font-weight: 700;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #333;
  transition: all 0.3s;
}
.footer_info a:hover {
  opacity: 0.6;
}

/* mediaquery
----------------------------------------------------------------- */
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

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

.sp_L_display {
  display: none;
}
@media screen and (max-width: 430px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

.header {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  padding: 36px 40px 36px 40px;
}

.header.bg {
  padding: 20px 40px 20px 40px;
  background-color: #E8E6E2;
}
@media screen and (max-width: 600px) {
  .header.bg {
    padding: 16px 12px;
  }
}
.header.bg .header_nav {
  color: #333;
}
.header.bg .header_nav_a:last-child {
  color: #fff;
}
.header.bg .header_logo a {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}

.header.open {
  opacity: 0;
}

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

.header_logo {
  width: 128px;
}

.header_logo a {
  display: block;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  cursor: default;
}

.header_nav {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .header_nav {
    display: none;
  }
}

.header_nav_a {
  display: block;
  transition: all 0.3s;
}
.header_nav_a:hover {
  opacity: 0.7;
}

.header_nav_a:last-child {
  background-color: #E1BD52;
  padding: 8px 24px;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
}

.header_hamburger_menu {
  display: block;
  position: fixed;
  top: 40px;
  right: 48px;
  z-index: 100;
}
@media screen and (max-width: 600px) {
  .header_hamburger_menu {
    top: 32px;
    right: 32px;
  }
}

.header_hamburger_menu.bg {
  top: 24px;
}
@media screen and (max-width: 600px) {
  .header_hamburger_menu.bg {
    top: 20px;
    right: 24px;
  }
}
.header_hamburger_menu.bg .toggle_btn span {
  background-color: #333;
}

.mask {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  opacity: 0;
  top: 0;
  right: -20%;
  height: 100vh;
  width: 100%;
  background: #F2F2F2;
  z-index: -4;
  transition: all 0.5s;
}

.mask .header_link {
  margin: 0 auto 36px;
  width: -moz-fit-content;
  width: fit-content;
}

.mask .header_link a {
  font-size: 18px;
  color: #FFF;
  font-weight: 600;
  display: block;
  margin-bottom: 16px;
  transform: all 0.3s;
}
.mask .header_link a:hover {
  opacity: 0.6;
}

.open.mask {
  opacity: 1;
  z-index: 95;
  right: 0;
}

.toggle_btn {
  width: 32px;
  height: 24px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.toggle_btn:hover {
  opacity: 0.7;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #FFF;
  border-radius: 1000px;
  transition: all 0.5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
  width: 100%;
}
.toggle_btn span:nth-child(2) {
  bottom: 4px;
  width: 100%;
}

.open .toggle_btn span {
  transition: all 0.5s;
  background-color: #333333;
}
.open .toggle_btn span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
.open .toggle_btn span:nth-child(2) {
  bottom: 12px;
  transform: rotate(-45deg);
}

.mask_logo {
  width: 198px;
}
@media screen and (max-width: 800px) {
  .mask_logo {
    width: 164px;
    position: absolute;
    top: 22px;
    left: 16px;
  }
}

.mask_wrap {
  display: flex;
  align-items: center;
  gap: 12vw;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .mask_wrap {
    width: 84%;
    gap: 0;
  }
}

.mask_nav {
  display: grid;
  grid-template-columns: 210px 210px;
}
@media screen and (max-width: 600px) {
  .mask_nav {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

.mask_nav_a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .mask_nav_a {
    padding-left: 20px;
  }
}
.mask_nav_a:hover {
  color: #E1BD52;
}
.mask_nav_a:not(:last-child) {
  margin-bottom: 32px;
}

.mask_nav_top {
  position: relative;
  transition: all 0.3s;
}
.mask_nav_top::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #595757;
  border-radius: 100px;
  top: 50%;
  transform: translateY(-50%);
  left: -24px;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .mask_nav_top::after {
    left: 0;
    width: 8px;
    height: 8px;
  }
}
.mask_nav_top:hover::after {
  background-color: #E1BD52;
}

@media screen and (max-width: 600px) {
  .mask_nav_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.mask_nav_a span {
  display: block;
}
.mask_nav_a span:nth-child(1) {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 4px;
}
@media screen and (max-width: 600px) {
  .mask_nav_a span:nth-child(1) {
    font-size: 22px;
  }
}
.mask_nav_a span:nth-child(2) {
  font-size: 12px;
}

.mask_nav_sns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
  margin-bottom: 18px;
}
@media screen and (max-width: 600px) {
  .mask_nav_sns {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 24px;
  }
}
.mask_nav_sns a {
  display: block;
  width: 24px;
  transition: all 0.3s;
}
.mask_nav_sns a:hover {
  opacity: 0.7;
}

.mask_nav_contact a {
  position: relative;
  display: block;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .mask_nav_contact a {
    width: 100%;
  }
}
.mask_nav_contact a:hover {
  opacity: 0.7;
}
.mask_nav_contact a:nth-child(1) {
  margin-bottom: 16px;
}
.mask_nav_contact a::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../images/common/arrow_sm.webp);
  background-size: 100% 100%;
  bottom: 8px;
  right: 8px;
  z-index: 5;
}

.mask_nav_contact span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.mask_nav_contact img {
  width: 100%;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* mediaquery
----------------------------------------------------------------- */
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

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

.sp_L_display {
  display: none;
}
@media screen and (max-width: 430px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

body {
  width: 100%;
  overflow-x: hidden;
  background-color: #E8E6E2;
  font-family: "Yu Gothic Medium", "Yu Gothic", "游ゴシック体", "Noto Sans JP", sans-serif;
  color: #333333;
  position: relative;
}

body.open {
  height: 100%;
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}

.animation_fuwafuwa {
  animation: fuwafuwa 2s linear infinite;
  scale: 1;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.animation_dokundokun {
  animation: dokundokun 1300ms ease infinite;
}

@keyframes dokundokun {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.animation_shiny {
  background: #D96F86;
  background: linear-gradient(-45deg, #D96F86 50%, rgb(238.2967032967, 191.7032967033, 201.8131868132) 60%, #D96F86 70%);
  background-size: 600% 100%;
  animation: shine 20s infinite;
  animation-delay: 0s;
  animation-timing-function: linear;
}

@keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}
.anime.fadein {
  opacity: 0;
  transition: all 1s 0.3s ease;
}

.anime.fadein.move {
  opacity: 1;
}

.anime.fadeup {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s 0.3s ease;
}

.anime.fadeup.move {
  opacity: 1;
  transform: translateY(0);
}

.wrap {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}

.wrap-ssm {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}

p {
  font-size: 16px;
}
@media screen and (max-width: 1400px) {
  p {
    font-size: 14px;
  }
}

/*--------------- section_heading ---------------*/
.section_heading_wrap {
  overflow: hidden;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1.4s ease-out;
  height: auto;
}

.section_heading_wrap.move {
  clip-path: inset(0 0 0 0);
}

.section_heading {
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 48px;
  height: auto;
}
@media screen and (max-width: 600px) {
  .section_heading {
    margin-bottom: 24px;
  }
}

.section_heading h2 {
  font-size: 40px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans", sans-serif;
}

.section_heading span {
  font-size: 14px;
  font-weight: 500;
}

/*--------------- btn ---------------*/
.btn {
  width: 230px;
  height: 54px;
  border-radius: 100px;
  border: 1px solid #999999;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s;
  font-size: 15px;
}
@media screen and (max-width: 1400px) {
  .btn {
    font-size: 14px;
    width: 220px;
  }
}

.btn.btn-white {
  color: #fff;
}
.btn.btn-white::after {
  background-image: url(../images/common/arrow-white.webp);
}
.btn.btn-white:hover {
  background-color: #fff;
  color: #171717;
}
.btn.btn-white:hover::after {
  background-image: url(../images/common/arrow.webp);
}

.btn:hover {
  border: 1px solid #999;
  background-color: #333;
  color: #fff;
}
.btn:hover::after {
  background-image: url(../images/common/arrow-white.webp);
}

.btn::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: url(../images/common/arrow.webp);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: all 0.3s;
}

.btn:hover::after {
  right: 14px;
  top: 42%;
}

/*--------------- cta ---------------*/
.cta {
  background-color: #848173;
  padding: 80px 0;
}
@media screen and (max-width: 800px) {
  .cta {
    padding: 0;
  }
}

.cta_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 864px;
  margin: 0 auto;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1000px) {
  .cta_wrap {
    max-width: 760px;
  }
}
@media screen and (max-width: 800px) {
  .cta_wrap {
    grid-template-columns: 1fr;
    border-left: none;
    max-width: 500px;
  }
}

.cta_link {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 16px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 800px) {
  .cta_link {
    border-right: none;
    padding: 32px 0;
  }
}
@media screen and (max-width: 800px) {
  .cta_link:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
}

.cta_link:hover .cta_ttl img {
  transform: translate(6px, -6px);
}

.cta_icon {
  width: 48px;
  margin: 0 auto 16px;
}

.cta_ttl {
  display: flex;
  gap: 8px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
}
@media screen and (max-width: 600px) {
  .cta_ttl {
    margin: 0 auto 16px;
  }
}
.cta_ttl h2 {
  font-size: 18px;
  color: #fff;
  padding-top: 2px;
  font-weight: 500;
}
.cta_ttl img {
  width: 24px;
  transition: all 0.4s;
}

.cta_txt {
  width: 208px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 1.7;
  text-align: justify;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .cta_txt {
    width: 86%;
  }
}

.breadcrumb {
  margin-bottom: 40px;
}

.breadcrumb_list {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 500;
}

.breadcrumb_item:not(:last-child) {
  position: relative;
}
.breadcrumb_item:not(:last-child)::after {
  content: "-";
  position: absolute;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
}

.page-top {
  padding: 140px 0 80px;
}
@media screen and (max-width: 600px) {
  .page-top {
    padding: 90px 0 60px;
  }
}

.page-top_heading h2 {
  font-size: 40px;
  font-family: "Noto Sans", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 6px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  .page-top_heading h2 {
    font-size: 30px;
    margin: 0 auto 12px;
  }
}
.page-top_heading span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .page-top_heading span {
    font-size: 12px;
  }
}

.pagination {
  padding-top: 120px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 20px;
  gap: 24px;
}
@media screen and (max-width: 800px) {
  .pagination {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .pagination {
    font-size: 16px;
    padding-top: 60px;
  }
}
.pagination a {
  color: #C9C9C9;
}

.page-error {
  padding: 240px 0 240px;
}

.page-error h1 {
  font-size: 24px;
  margin-bottom: 16px;
}

.page-error h2 {
  font-size: 18px;
  margin-bottom: 24px;
}

.page-error p {
  line-height: 2.4;
}

/* mediaquery
----------------------------------------------------------------- */
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

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

.sp_L_display {
  display: none;
}
@media screen and (max-width: 430px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

/* --------------------------------------------------------------------- 
front
-----------------------------------------------------------------------*/
@media screen and (max-width: 600px) {
  .bg_pc {
    display: none;
  }
}

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

/*--------------- fv ---------------*/
.fv {
  width: 100%;
  height: 100vh;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .fv {
    padding: 8px;
    height: calc(100vh - 84px);
  }
}

.fv_logo {
  position: absolute;
  width: 168px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media screen and (max-width: 600px) {
  .fv_logo {
    width: 150px;
  }
}

.fv-swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.fv-swiper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 10px;
}

.fv-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.fv-swiper .swiper-slide .swiper-img {
  width: 100%;
  height: 100%;
}

.fv-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 8s ease-out 0s normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}
/*--------------- event ---------------*/
.top-event {
  padding: 120px 0 180px;
}
@media screen and (max-width: 600px) {
  .top-event {
    padding: 60px 0 80px;
  }
}

.top-event_wrap {
  position: relative;
}

.top-event_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 1000px) {
  .top-event_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .top-event_list {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }
}

.top-event_item {
  transition: all 0.3s;
}
.top-event_item:hover {
  opacity: 0.7;
}
.top-event_item .event_ttl {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .top-event_item .event_ttl {
    font-size: 14px;
  }
}

.top-event_img {
  aspect-ratio: 1000/598;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .top-event_img {
    margin-bottom: 12px;
  }
}

.top-event_btn.btn {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 600px) {
  .top-event_btn.btn {
    position: relative;
    margin: 0 auto;
  }
}

/*--------------- concept ---------------*/
.top-concept_wrap {
  width: 94%;
  max-width: 1600px;
  height: 800px;
  margin: 0 auto;
  background-image: url(../images/top/top-concept_bg.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .top-concept_wrap {
    height: 720px;
  }
}
@media screen and (max-width: 600px) {
  .top-concept_wrap {
    width: 100%;
    background-image: url(../images/top/top-concept_bg_sp.webp);
    height: 700px;
  }
}
.top-concept_wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.top-concept_content {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}

.top-concept_heading {
  margin-bottom: 48px;
}

.top-concept_heading span {
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
  margin: 0 auto 40px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1400px) {
  .top-concept_heading span {
    font-size: 14px;
  }
}

.top-concept_heading img {
  width: 74px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .top-concept_heading img {
    width: 62px;
  }
}

.top-concept_txt {
  color: #fff;
  text-align: center;
  line-height: 2.4;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}

.top-concept_btn {
  margin: 0 auto;
}

/*--------------- works ---------------*/
.top-works {
  padding: 180px 0;
}
@media screen and (max-width: 600px) {
  .top-works {
    padding: 80px 0;
    width: 100%;
    overflow-x: hidden;
  }
}
.top-works .section_heading_wrap {
  margin-top: 16px;
}

.top-works_wrap {
  display: grid;
  grid-template-columns: 34fr 64fr;
  align-items: start;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .top-works_wrap {
    grid-template-columns: 1fr;
  }
}

.top-works_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  row-gap: 40px;
}
@media screen and (max-width: 1000px) {
  .top-works_list {
    margin-bottom: 40px;
  }
}

.top-works_list_pc {
  display: grid;
}
@media screen and (max-width: 600px) {
  .top-works_list_pc {
    display: none;
  }
}

.top-works_swiper {
  display: none;
}
@media screen and (max-width: 600px) {
  .top-works_swiper {
    display: block;
    margin-bottom: 40px;
  }
}
.top-works_swiper .swiper-slide {
  width: 100% !important;
}

.top-works_item {
  display: block;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .top-works_item {
    padding-right: 16px;
  }
}

.top-works_item:hover .top-works_img img {
  transform: scale(1.1);
}

.top-works_img {
  aspect-ratio: 37/45;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 16px;
}
.top-works_img img {
  transition: all 0.4s;
}

.top-works_ttl {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 16px;
}

.top-works_txt {
  line-height: 1.7;
}

.top-works_btn {
  position: absolute;
  left: 0;
  top: 140px;
}
@media screen and (max-width: 1000px) {
  .top-works_btn {
    position: relative;
    top: auto;
    margin: 0 auto;
  }
}

/*--------------- about ---------------*/
.top-about_photo {
  width: 75%;
}
@media screen and (max-width: 800px) {
  .top-about_photo {
    width: 96%;
  }
}

.top-about_photo_pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .top-about_photo_pc {
    display: none;
  }
}

.top-about_photo_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .top-about_photo_sp {
    display: block;
  }
}

.top-about_wrap {
  padding: 140px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
}
@media screen and (max-width: 1000px) {
  .top-about_wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
  }
}
@media screen and (max-width: 600px) {
  .top-about_wrap {
    padding: 40px 0 80px;
  }
}

.top-about_ttl {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  width: auto;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .top-about_ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .top-about_ttl {
    line-height: 1.7;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 375px) {
  .top-about_ttl {
    font-size: 17px;
  }
}

.top-about_txt {
  font-weight: 500;
  display: block;
  line-height: 2.4;
  margin-bottom: 40px;
  width: auto;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .top-about_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .top-about_txt {
    margin-bottom: 24px;
  }
}

.top-about_btn {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.top-about_img {
  max-width: 375px;
  margin-right: 62px;
}
@media screen and (max-width: 1200px) {
  .top-about_img {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .top-about_img {
    width: 50%;
    margin-left: auto;
  }
}

/*--------------- staff ---------------*/
.top-staff {
  padding-bottom: 260px;
}
@media screen and (max-width: 600px) {
  .top-staff {
    padding-bottom: 80px;
  }
}

.top-staff_wrap {
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}
@media screen and (max-width: 1000px) {
  .top-staff_wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
  }
}
.top-staff_img {
  max-width: 700px;
  width: 54%;
}
@media screen and (max-width: 800px) {
  .top-staff_img {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .top-staff_img {
    width: 100%;
  }
}

.top-staff_txt {
  display: block;
  line-height: 2.4;
  margin-bottom: 40px;
  width: auto;
  height: auto;
}

/*--------------- blog ---------------*/
.top-blog_bg {
  background-image: url(../images/top/top_bg2.webp);
  background-size: 100% 100%;
}

.top-blog {
  padding: 120px 0 180px;
}
@media screen and (max-width: 600px) {
  .top-blog {
    padding: 40px 0 80px;
  }
}

.top-blog_wrap {
  position: relative;
}

.top-blog_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 1000px) {
  .top-blog_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .top-blog_list {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }
}

.top-blog_item {
  transition: all 0.3s;
}
.top-blog_item:hover {
  opacity: 0.7;
}
.top-blog_item .blog_ttl {
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 1400px) {
  .top-blog_item .blog_ttl {
    font-size: 14px;
  }
}

.top-blog_img {
  aspect-ratio: 37/25;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .top-blog_img {
    margin-bottom: 12px;
  }
}

.top-blog_btn.btn {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 600px) {
  .top-blog_btn.btn {
    position: relative;
    margin: 0 auto;
  }
}

/*--------------- news ---------------*/
.top-news {
  padding-bottom: 180px;
}
@media screen and (max-width: 600px) {
  .top-news {
    padding-bottom: 90px;
  }
}

.top-news_wrap {
  max-width: 920px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .top-news_wrap {
    max-width: 840px;
  }
}
@media screen and (max-width: 1000px) {
  .top-news_wrap {
    display: block;
  }
}

.top-news_list {
  width: 600px;
  border-top: 1px solid #C9C9C9;
}
@media screen and (max-width: 1400px) {
  .top-news_list {
    width: 540px;
  }
}
@media screen and (max-width: 1000px) {
  .top-news_list {
    margin-bottom: 40px;
    width: 100%;
  }
}

.top-news_item {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid #C9C9C9;
  transition: all 0.4s;
}
@media screen and (max-width: 1400px) {
  .top-news_item {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .top-news_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 16px 4px;
  }
}

.top-news_item:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.top-news_item span {
  color: #969696;
  font-size: 14px;
}

.top-news_item h3 {
  line-height: 1.5;
}

.top-news_btn {
  position: absolute;
  left: 0;
  top: 80px;
}
@media screen and (max-width: 1000px) {
  .top-news_btn {
    position: relative;
    top: auto;
    margin: 0 auto;
  }
}

/* mediaquery
----------------------------------------------------------------- */
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

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

.sp_L_display {
  display: none;
}
@media screen and (max-width: 430px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

.event_ttl {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 16px;
}
@media screen and (max-width: 800px) {
  .event_ttl {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

.event_tag {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .event_tag {
    margin-bottom: 8px;
  }
}

.event_status {
  background-color: #E1BD52;
  padding: 8px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .event_status {
    padding: 2px 8px;
  }
}

.event_status.finish {
  background-color: #C4C4C4;
}

.event_top {
  padding-bottom: 60px;
}
.event_top .event_status {
  margin-bottom: 16px;
}
@media screen and (max-width: 800px) {
  .event_top .event_status {
    margin-bottom: 8px;
  }
}

.event_top_img {
  margin-bottom: 24px;
  aspect-ratio: 1000/598;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 800px) {
  .event_top_img {
    margin-bottom: 16px;
  }
}

.event_item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
  font-size: 15px;
}
@media screen and (max-width: 1400px) {
  .event_item {
    font-size: 14px;
    grid-template-columns: 26px 1fr;
  }
}

.event_item span {
  line-height: 1.4;
}

.event_btn {
  background-color: #E1BD52;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
  border-radius: 100px;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.event_btn_txt {
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .event_btn_txt {
    font-size: 14px;
  }
}

.event_btn_arrow {
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: translateY(-2px) rotate(45deg);
}

.event_content {
  background-color: #F2F2F2;
  padding: 80px 0 160px;
}
@media screen and (max-width: 600px) {
  .event_content {
    padding: 40px 0 60px;
  }
}

.event_article {
  margin-bottom: 80px;
}

.event_article h1,
.event_article h2,
.event_article h3,
.event_article h4,
.event_article h5,
.event_article h6 {
  font-size: 18px;
  font-weight: 500;
}

.event_article p {
  line-height: 1.7;
}

.event_point {
  margin-bottom: 80px;
}

.event_point_heading {
  font-weight: 700;
  font-size: 20px;
  display: block;
  margin-bottom: 24px;
  padding-left: 10px;
  border-left: 2px solid #E1BD52;
}
@media screen and (max-width: 1400px) {
  .event_point_heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .event_point_heading {
    font-size: 16px;
  }
}

.event_point_item img {
  margin-bottom: 16px;
}

.event_point_item p {
  font-weight: 500;
  line-height: 1.7;
}

.event_swiper {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .event_swiper {
    margin-bottom: 40px;
  }
}

.swiper-button-prev {
  left: 16px !important;
}
@media screen and (max-width: 600px) {
  .swiper-button-prev {
    left: 0px !important;
  }
}
.swiper-button-prev svg {
  display: none;
}
.swiper-button-prev::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/prev_btn.webp);
  background-size: 100% 100%;
}
@media screen and (max-width: 600px) {
  .swiper-button-prev::after {
    width: 24px;
    height: 24px;
  }
}

.swiper-button-next {
  right: 16px !important;
}
@media screen and (max-width: 600px) {
  .swiper-button-next {
    right: 0px !important;
  }
}
.swiper-button-next svg {
  display: none;
}
.swiper-button-next::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/next_btn.webp);
  background-size: 100% 100%;
}
@media screen and (max-width: 600px) {
  .swiper-button-next::after {
    width: 24px;
    height: 24px;
  }
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #595757 !important;
}

.event_detail_heading {
  font-weight: 700;
  font-size: 20px;
  display: block;
  margin-bottom: 24px;
  padding-left: 10px;
  border-left: 2px solid #E1BD52;
}
@media screen and (max-width: 1400px) {
  .event_detail_heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .event_detail_heading {
    font-size: 16px;
  }
}

.event_detail_list {
  background-color: #fff;
  padding: 40px 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .event_detail_list {
    padding: 24px 40px;
  }
}
@media screen and (max-width: 600px) {
  .event_detail_list {
    padding: 16px;
    margin-bottom: 24px;
  }
}

.event_detail_item {
  display: grid;
  grid-template-columns: 210px 1fr;
  padding-bottom: 16px;
  border-bottom: 1px dashed #C9C9C9;
  align-items: flex-start;
}
@media screen and (max-width: 1400px) {
  .event_detail_item {
    grid-template-columns: 190px 1fr;
  }
}
@media screen and (max-width: 1000px) {
  .event_detail_item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.event_detail_item:not(:last-child) {
  margin-bottom: 16px;
}

.event_detail_ttl {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1400px) {
  .event_detail_ttl {
    font-size: 14px;
  }
}
.event_detail_ttl img {
  width: 28px;
}
@media screen and (max-width: 1400px) {
  .event_detail_ttl img {
    width: 26px;
  }
}

.event_detail_txt {
  line-height: 1.7;
}

.event_map {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 600px) {
  .event_map {
    height: 250px;
  }
}
.event_map iframe {
  width: 100%;
  height: 100%;
}

.event-archive {
  padding-bottom: 160px;
}
@media screen and (max-width: 600px) {
  .event-archive {
    padding-bottom: 80px;
  }
}

.event_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  row-gap: 54px;
}
@media screen and (max-width: 1000px) {
  .event_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .event_list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.event_post .event_ttl {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .event_post .event_ttl {
    font-size: 14px;
  }
}

.event_post_img {
  aspect-ratio: 1000/598;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-bottom: 12px;
}

.event_form {
  padding: 120px 0 160px;
}
@media screen and (max-width: 600px) {
  .event_form {
    padding: 60px 0 80px;
  }
}
.event_form .page-top_heading {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .event_form .page-top_heading {
    margin-bottom: 40px;
  }
}

.event_form.hidden {
  display: none;
}

.event_btn.hidden {
  display: none;
}

/* mediaquery
----------------------------------------------------------------- */
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

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

.sp_L_display {
  display: none;
}
@media screen and (max-width: 430px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

.blog_ttl {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
}

.blog_date {
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
  color: #969696;
}

/* mediaquery
----------------------------------------------------------------- */
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

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

.sp_L_display {
  display: none;
}
@media screen and (max-width: 430px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

.policy {
  padding-bottom: 180px;
}
@media screen and (max-width: 600px) {
  .policy {
    padding-bottom: 100px;
  }
}

.policy_item {
  margin-bottom: 40px;
}

.policy_item h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .policy_item h3 {
    font-size: 15px;
    margin-bottom: 16px;
  }
}

.policy_item p {
  font-size: 14px;
  line-height: 2.4;
}
@media screen and (max-width: 600px) {
  .policy_item p {
    font-size: 13px;
  }
}

.policy_name {
  display: block;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}

/* mediaquery
----------------------------------------------------------------- */
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

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

.sp_L_display {
  display: none;
}
@media screen and (max-width: 430px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

.contact {
  padding-bottom: 160px;
}
@media screen and (max-width: 600px) {
  .contact {
    padding-bottom: 80px;
  }
}

.contact_list {
  border-top: 1px dashed #C9C9C9;
  margin-bottom: 40px;
}

.contact_item {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: flex-start;
  padding: 24px 0;
  border-bottom: 1px dashed #C9C9C9;
}
@media screen and (max-width: 1000px) {
  .contact_item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
@media screen and (max-width: 800px) {
  .contact_item {
    padding: 16px 0;
  }
}

.contact_item-top .contact_ttl {
  padding-top: 0px;
}

.contact_item-center {
  align-items: center;
}
.contact_item-center .contact_ttl {
  padding-top: 0px;
}

.contact_ttl {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 16px;
}
@media screen and (max-width: 1000px) {
  .contact_ttl {
    padding-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .contact_ttl br {
    display: none;
  }
}

.contact_ttl-column {
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .contact_ttl-column {
    align-items: center;
    flex-direction: row;
  }
}

.contact_ttl h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .contact_ttl h3 {
    font-size: 16px;
  }
}

.contact_ttl span {
  color: #fff;
  font-size: 12px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #848173;
  padding: 3px 6px 2px;
}

.contact_input {
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  .contact_input {
    font-size: 16px;
  }
}

.contact_input input {
  background-color: #FFFFFF;
  padding: 16px;
  border: 1px solid #DDDDDD;
  width: 100%;
  line-height: 1.4;
}

.contact_input textarea {
  background-color: #FFFFFF;
  padding: 16px;
  border: 1px solid #DDDDDD;
  width: 100%;
  line-height: 1.4;
}

.contact_policy {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  line-height: 1.4;
}
@media screen and (max-width: 1400px) {
  .contact_policy {
    font-size: 14px;
  }
}
.contact_policy a {
  text-decoration: underline;
  text-decoration-line: #333;
  transition: all 0.3s;
}
.contact_policy a:hover {
  opacity: 0.6;
}

.hidden-field {
  display: none !important;
}

.contact_btn {
  width: 320px;
  height: 68px;
  border-radius: 100px;
  background-color: #333333;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  border: 1px solid #333;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .contact_btn {
    width: 240px;
    height: 58px;
    font-size: 16px;
  }
}

.contact_btn:hover {
  color: #333;
  background-color: #fff;
}

.contact_input-check .wpcf7-form-control {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
@media screen and (max-width: 600px) {
  .contact_input-check .wpcf7-form-control {
    gap: 12px;
  }
}
.contact_input-check .wpcf7-list-item-label {
  font-size: 18px !important;
}
@media screen and (max-width: 800px) {
  .contact_input-check .wpcf7-list-item-label {
    font-size: 16px !important;
  }
}
.contact_input-check .wpcf7-form-control-wrap:not(:last-child) {
  margin-bottom: 16px;
  display: block;
}
@media screen and (max-width: 600px) {
  .contact_input-check .wpcf7-form-control-wrap:not(:last-child) {
    margin-bottom: 12px;
  }
}
.contact_input-check .wpcf7-list-item {
  margin: 0;
}

.contact_input-name {
  display: grid;
  grid-template-columns: 240px 240px;
  gap: 8px;
}
@media screen and (max-width: 600px) {
  .contact_input-name {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
}

.contact_input.contact_input-time {
  display: grid;
  grid-template-columns: 240px 240px;
  gap: 8px;
}
@media screen and (max-width: 600px) {
  .contact_input.contact_input-time {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
}
.contact_input.contact_input-time .contact_select {
  width: 100%;
}

.contact_input_row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  margin-bottom: 8px;
}
.contact_input_row .wpcf7-form-control-wrap {
  display: block;
  max-width: 300px;
}
@media screen and (max-width: 600px) {
  .contact_input_row .wpcf7-form-control-wrap {
    max-width: 280px;
  }
}

.contact_input-tel .wpcf7-form-control-wrap {
  display: block;
  max-width: 320px;
}

.contact_input-radio .wpcf7-list-item {
  margin: 0;
}
.contact_input-radio .wpcf7-form-control.wpcf7-radio {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .contact_input-radio .wpcf7-form-control.wpcf7-radio {
    flex-wrap: wrap;
    row-gap: 8px;
  }
}
.contact_input-radio .wpcf7-list-item-label {
  font-size: 18px !important;
}
@media screen and (max-width: 800px) {
  .contact_input-radio .wpcf7-list-item-label {
    font-size: 16px !important;
  }
}

.contact_input_date {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 800px) {
  .contact_input_date {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}
.contact_input_date:not(:last-child) {
  margin-bottom: 16px;
}

.contact_input_wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 600px) {
  .contact_input_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
  }
}

.contact_select {
  width: 220px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .contact_select {
    width: 100%;
  }
}
.contact_select::after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .contact_select::after {
    width: 6px;
    height: 6px;
    right: 10px;
  }
}

.contact_select select {
  font-size: 18px;
  background-color: #FFFFFF;
  padding: 16px;
  border: 1px solid #DDDDDD;
  width: 100%;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .contact_select select {
    font-size: 16px;
  }
}

.contact_input-time select {
  font-size: 18px;
  background-color: #FFFFFF;
  padding: 16px;
  border: 1px solid #DDDDDD;
  width: 100%;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .contact_input-time select {
    font-size: 16px;
  }
}

/* チェックボックスのinputは非表示 */
.wpcf7-checkbox input[type=checkbox] {
  display: none;
}

/* チェックボックスラベル部分 */
.wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 38px;
  /* チェックボックス分 */
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
  line-height: 24px;
  font-size: 16px;
}

/* 四角いボックス */
.wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff;
  /* 未チェック時 */
  border: 2px solid #DDDDDD;
  border-radius: 0;
  box-sizing: border-box;
}

.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #E1BD52;
  /* チェック時 */
}

/* チェックマーク */
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 3px;
  width: 8px;
  height: 14px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* ラジオボタンのinputは非表示 */
.wpcf7-radio input[type=radio] {
  display: none;
}

/* ラベルの丸部分 */
.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 32px;
  /* ラジオ分のスペース */
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
  line-height: 24px;
  font-size: 16px;
}

/* 外枠の丸 */
.wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  /* 丸にする */
  border: 1px solid #ddd;
  background-color: #fff;
  /* 未選択時 */
  box-sizing: border-box;
}

/* 内側の白いマーク */
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 7px;
  /* 内側の位置調整 */
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #918A84;
  /* 選択時の白丸 */
}

.thanks {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.thanks h3 {
  font-size: 32px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1400px) {
  .thanks h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 800px) {
  .thanks h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .thanks h3 {
    font-size: 18px;
  }
}

.thanks p {
  line-height: 2.4;
  margin-bottom: 40px;
}

.thanks .btn {
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */