@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;
  }
}

@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ShipporiMincho";
  src: url("./font/ShipporiMincho-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/* 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;
  }
}

@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ShipporiMincho";
  src: url("./font/ShipporiMincho-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
.footer {
  background-color: #464646;
  padding: 60px 0;
}
@media screen and (max-width: 600px) {
  .footer {
    padding: 40px 0;
  }
}

.footer_menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  color: #fff;
  margin-bottom: 54px;
}
@media screen and (max-width: 800px) {
  .footer_menu {
    grid-template-columns: 1fr;
  }
}

.footer_menu_item {
  padding: 80px max(3vw, 16px);
  border-radius: 16px;
}
@media screen and (max-width: 600px) {
  .footer_menu_item {
    padding: 40px 16px;
  }
}
@media screen and (max-width: 1200px) {
  .footer_menu_item .btn {
    margin: 0 auto;
  }
}

.footer_menu_item:nth-child(1) {
  background-image: url(../images/common/menu-event.webp);
  background-position: center;
  background-size: cover;
}

.footer_menu_item:nth-child(2) {
  background-image: url(../images/common/menu-request.webp);
  background-position: center;
  background-size: cover;
}

.footer_menu_top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .footer_menu_top {
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 600px) {
  .footer_menu_top {
    margin-bottom: 24px;
  }
}

.footer_menu_top p {
  font-size: 14px;
  line-height: 2.4;
  width: 242px;
}
@media screen and (max-width: 1200px) {
  .footer_menu_top p {
    width: 96%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .footer_menu_ttl {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.footer_menu_ttl h2 {
  font-family: "Galvji", "Manrope", sans-serif;
  font-weight: 700;
  font-size: 54px;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1400px) {
  .footer_menu_ttl h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 600px) {
  .footer_menu_ttl h2 {
    font-size: 40px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 8px;
  }
}

@media screen and (max-width: 600px) {
  .footer_menu_ttl span {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    font-size: 12px;
    margin: 0 auto;
  }
}

.footer_logo {
  width: 134px;
  margin: 0 auto 54px;
}
@media screen and (max-width: 600px) {
  .footer_logo {
    width: 96px;
    margin: 0 auto 36px;
  }
}

.footer_content {
  color: #fff;
  margin-bottom: 140px;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .footer_content {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}

.footer_info_ttl {
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}

.footer_info_txt {
  line-height: 2.4;
  font-weight: 300;
  display: block;
  margin-bottom: 20px;
}

.footer_info_link {
  display: block;
  width: 42px;
  transition: all 0.3s;
}
.footer_info_link:hover {
  opacity: 0.6;
}

.footer_copyright {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  opacity: 0.6;
  color: #fff;
}

.footer_nav {
  color: #fff;
  font-weight: 500;
  width: 700px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 800px) {
  .footer_nav {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    row-gap: 32px;
  }
}
.footer_nav a {
  transition: all 0.4s;
}
.footer_nav a:hover {
  opacity: 0.6;
}
.footer_nav a.small_txt {
  font-weight: 300;
}

.footer_nav_line {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* 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;
  }
}

@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ShipporiMincho";
  src: url("./font/ShipporiMincho-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
.header {
  position: relative;
  z-index: 300;
}

.header-fixed {
  width: 96%;
  margin: 0 auto;
  background-color: #fff;
  padding: 12px 45px;
  border-radius: 100px;
  display: none;
  opacity: 0;
  z-index: 300;
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .header-fixed {
    padding: 12px 24px;
  }
}
.header-fixed .header_nav {
  gap: 94px;
}
@media screen and (max-width: 1400px) {
  .header-fixed .header_nav {
    gap: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .header-fixed .header_nav {
    gap: 24px;
  }
}

.header-fixed.open {
  background-color: unset;
  display: none;
}
.header-fixed.open.display {
  display: none;
}

.header-fixed.display {
  display: block;
  animation: fadein 0.3s linear forwards;
  transition: all 0.3s;
}

.header.header-top.header-mask {
  opacity: 0;
  display: none;
}

.header.header-top.header-mask.open {
  display: block;
  z-index: 500;
  position: fixed;
  top: 0;
  width: 96%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_logo {
  width: 124px;
}
@media screen and (max-width: 600px) {
  .header_logo {
    width: 84px;
  }
}

.header_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .header_nav {
    gap: 24px;
  }
}

.header_menu {
  color: #464646;
  font-size: 12px;
  gap: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header_menu {
    display: none;
  }
}
.header_menu a {
  transition: all 0.4s;
}
.header_menu a:hover {
  opacity: 0.6;
}

.header_contact {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .header_contact {
    gap: 8px;
  }
}

.header_contact_btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 12px 20px;
  border-radius: 100px;
  border: 1px solid #464646;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .header_contact_btn {
    padding: 12px 6px;
  }
}
.header_contact_btn:hover {
  background-color: #464646;
  color: #fff;
}

.header_files_btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 12px 12px;
  border-radius: 100px;
  color: #fff;
  background-color: #A3A3A3;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.header_files_btn:hover {
  background-color: #464646;
  color: #fff;
}

.header.header-top {
  padding: 20px 20px 0;
  z-index: 10;
  transition: all 0.4s;
}
.header.header-top .header_wrap {
  align-items: flex-start;
}
.header.header-top .header_menu {
  color: #fff;
}
.header.header-top .header_contact_btn {
  color: #fff;
  border: 1px solid #fff;
}
.header.header-top .header_contact_btn:hover {
  background-color: #fff;
  color: #464646;
}

.header.header-top.open {
  opacity: 0;
}

.header_hamburger_menu {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header_hamburger_menu {
    display: block;
    position: relative;
    z-index: 10;
  }
}

.mask {
  display: none;
  padding: 180px 0;
}
@media screen and (max-width: 1200px) {
  .mask {
    display: block;
    position: fixed;
    opacity: 0;
    top: 0;
    right: -1000px;
    min-height: 100vh;
    background: #464646;
    z-index: -4;
    transition: all 0.5s;
    width: 100%;
  }
}

.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: 500;
  display: block;
  transform: all 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
}
.mask .header_link a.small_txt {
  font-weight: 300;
}
.mask .header_link a:hover {
  opacity: 0.6;
}

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

.header-fixed .toggle_btn span {
  background-color: #464646;
}

.toggle_btn {
  width: 36px;
  height: 36px;
  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) {
  top: 17px;
  width: 100%;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
  width: 100%;
}

.open .toggle_btn span {
  background-color: #FFF;
  transition: all 0.5s;
}
.open .toggle_btn span:nth-child(1) {
  top: 18px;
  transform: rotate(45deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  bottom: 15px;
  transform: rotate(-45deg);
}

/* 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;
  }
}

@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ShipporiMincho";
  src: url("./font/ShipporiMincho-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
.about {
  background-color: #fff;
}
.about .page-top {
  background-image: url(../images/about/about-top.webp);
}
@media screen and (max-width: 600px) {
  .about .page-top {
    background-image: url(../images/about/about-top-sp.webp);
  }
}

.about_top {
  background-color: #f2f2f2;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  .about_top {
    padding: 40px 0;
  }
}
.about_top .wrap {
  background-color: #fff;
  border-radius: 32px;
  padding: 80px 16px;
}
@media screen and (max-width: 600px) {
  .about_top .wrap {
    padding: 40px 16px;
    border-radius: 20px;
  }
}

.about_top_heading {
  font-size: 40px;
  line-height: 2;
  text-align: center;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 96px;
}
@media screen and (max-width: 1200px) {
  .about_top_heading {
    font-size: 24px;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 600px) {
  .about_top_heading {
    font-size: 20px;
    margin: 0 auto 32px;
  }
}

.about_top_txt {
  font-size: 16px;
  line-height: 2.4;
  max-width: 900px;
  margin: 0 auto;
}

.concept {
  padding: 140px 0 170px;
}
@media screen and (max-width: 600px) {
  .concept {
    padding: 40px 0 60px;
  }
}

.concept_heading {
  color: #A3A3A3;
  font-size: 14px;
  font-family: "Galvji", "Manrope", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
}

@media screen and (max-width: 600px) {
  .concept_list {
    width: 96%;
  }
}

.concept_item {
  border-top: 1px solid #DDDDDD;
  padding: 68px 0 120px;
}
@media screen and (max-width: 600px) {
  .concept_item {
    padding: 32px 0 40px;
  }
}

.concept_item:nth-child(even) .concept_item_img {
  order: -2;
}

.concept_item_ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 80px;
}
@media screen and (max-width: 600px) {
  .concept_item_ttl {
    margin: 0 auto 32px;
  }
}
.concept_item_ttl h3 {
  font-size: 40px;
  font-weight: 700;
  margin: 0 auto 40px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1000px) {
  .concept_item_ttl h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .concept_item_ttl h3 {
    font-size: 20px;
    margin: 0 auto 24px;
  }
}
.concept_item_ttl h4 {
  font-size: 28px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .concept_item_ttl h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .concept_item_ttl h4 {
    font-size: 14px;
  }
}

.concept_item_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 56px;
}
@media screen and (max-width: 1000px) {
  .concept_item_inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.concept_item_img {
  border-radius: 20px;
}
@media screen and (max-width: 1000px) {
  .concept_item_img {
    order: -2;
  }
}

.concept_item_txt p:nth-child(2) {
  font-size: 18px;
  margin: 16px 0;
}
@media screen and (max-width: 600px) {
  .concept_item_txt p:nth-child(2) {
    font-size: 14px;
    margin: 8px 0;
  }
}
.concept_item_txt p:nth-child(2) span {
  font-weight: 700;
}

/* 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;
  }
}

@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ShipporiMincho";
  src: url("./font/ShipporiMincho-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
html {
  width: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  overflow-x: hidden;
  background-color: #FFF;
  font-family: "SourceHanSansJP", sans-serif;
  color: #333333;
  position: relative;
  letter-spacing: 0.075em;
}

body.lenis {
  height: auto;
  overflow: visible;
}

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;
  transform: translateY(20px);
  transition: all 1s;
}

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

.wrap-lg {
  width: 96vw;
  margin: 0 auto;
  max-width: 1350px;
}
@media screen and (max-width: 600px) {
  .wrap-lg {
    width: calc(100% - 32px);
  }
}

.wrap {
  width: 90vw;
  margin: 0 auto;
  max-width: 1270px;
}
@media screen and (max-width: 600px) {
  .wrap {
    width: calc(100% - 32px);
  }
}

.wrap-sm {
  width: 84vw;
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .wrap-sm {
    width: calc(100% - 32px);
  }
}

.wrap-ssm {
  width: 78vw;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .wrap-ssm {
    width: 84vw;
  }
}
@media screen and (max-width: 600px) {
  .wrap-ssm {
    width: calc(100% - 32px);
  }
}

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

.section-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 800px) {
  .section-top {
    margin-bottom: 36px;
  }
}

.section-ttl {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 32px;
}
@media screen and (max-width: 800px) {
  .section-ttl {
    gap: 16px;
  }
}
@media screen and (max-width: 600px) {
  .section-ttl {
    align-items: flex-end;
  }
}

.section-ttl h2 {
  font-family: "Galvji", "Manrope", sans-serif;
  font-weight: 700;
  font-size: 70px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 800px) {
  .section-ttl h2 {
    font-size: 40px;
  }
}

.section-ttl h3 {
  font-family: "Galvji", "Manrope", sans-serif;
  font-weight: 700;
  font-size: 70px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 800px) {
  .section-ttl h3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 800px) {
  .section-ttl span {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .section-ttl span {
    padding-bottom: 12px;
  }
}

.btn {
  background-color: #fff;
  width: 225px;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .btn {
    font-size: 14px;
  }
}

.btn.btn-white {
  background-color: #fff;
}

.btn.btn-gray {
  background-color: #EAEAEA;
}

.btn.btn-clear {
  background-color: unset;
  border: 2px solid #fff;
  color: #fff;
}
.btn.btn-clear::after {
  background-color: #fff;
}

.btn.btn-black {
  background-color: #464646;
  width: 320px;
  border: 2px solid #464646;
}
.btn.btn-black span {
  color: #fff;
  display: block;
  margin: 0 auto;
}
.btn.btn-black::after {
  background-color: #fff;
}

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

.btn.btn-sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .btn.btn-sp {
    display: flex;
  }
}

.btn-arrow {
  width: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  opacity: 0;
  transition: all 0.3s;
  z-index: 6;
}

.btn span {
  display: block;
  position: relative;
  z-index: 5;
  transition: all 0.3s;
}

.btn::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 11px;
  height: 11px;
  border-radius: 100px;
  background-color: #707070;
  transition: all 0.3s;
}

.btn:hover span {
  color: #fff;
}
.btn:hover::after {
  right: -1px;
  width: 240px;
  height: 80px;
}
.btn:hover .btn-arrow {
  opacity: 1;
}

.btn.btn-clear:hover span {
  color: #707070;
}

.btn.btn-black:hover span {
  color: #464646;
}
.btn.btn-black:hover::after {
  right: -1px;
  width: 350px;
  height: 80px;
}

.page-top {
  height: 580px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 600px) {
  .page-top {
    height: 580px;
  }
}
.page-top .section-ttl {
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 60px;
}
@media screen and (max-width: 600px) {
  .page-top .section-ttl {
    left: 20px;
  }
}
.page-top .section-ttl h2 {
  font-size: 60px;
}
@media screen and (max-width: 600px) {
  .page-top .section-ttl h2 {
    font-size: 40px;
  }
}
.page-top .section-ttl span {
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .page-top .section-ttl span {
    font-size: 12px;
  }
}

.breadcrumb_list {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-weight: 500;
  margin-left: 20px;
  margin-top: 48px;
}
@media screen and (max-width: 600px) {
  .breadcrumb_list {
    margin-top: 24px;
    font-size: 10px;
    gap: 4px;
  }
}

.breadcrumb_item {
  transition: all 0.3s;
}
.breadcrumb_item:hover {
  opacity: 0.6;
}

.post_archive {
  padding: 100px 0 140px;
}
@media screen and (max-width: 600px) {
  .post_archive {
    padding: 40px 0 80px;
  }
}

.post_tag {
  background-color: #EAEAEA;
  padding: 40px 0;
}
@media screen and (max-width: 600px) {
  .post_tag {
    padding: 24px 0;
  }
}

.post_tag_wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 90%;
  flex-wrap: wrap;
}

.post_tag a {
  display: block;
  padding: 4px 16px;
  background-color: #fff;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  color: #A3A3A3;
  border: 1px solid #A3A3A3;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .post_tag a {
    font-size: 14px;
  }
}
.post_tag a:hover {
  opacity: 0.6;
}
.post_tag a.selected {
  background-color: #707070;
  color: #fff;
}

.post_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  row-gap: 80px;
}
@media screen and (max-width: 1000px) {
  .post_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .post_list {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}

.post_item_link {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  transition: all 0.4s;
}
.post_item_link:hover {
  opacity: 0.6;
}

.post_item_link img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.post_item_date {
  display: block;
  font-size: 14px;
}

.post_item_img {
  border-radius: 10px;
}

.post_item_name {
  color: #A3A3A3;
  font-size: 16px;
  padding: 6px 8px;
  border-radius: 4px;
  border: 1px solid #A3A3A3;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.post_item_ttl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.post_item_place {
  font-weight: 300;
  font-style: 14px;
  display: block;
  padding-left: 18px;
  position: relative;
}
.post_item_place::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 15px;
  background-image: url(../images/common/pin_icon.webp);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.post_ttl {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .post_ttl {
    width: calc(100% - 32px);
    margin: 0 auto 24px;
  }
}

.post_slider_ttl {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .post_slider_ttl {
    width: calc(100% - 32px);
    margin: 0 auto 24px;
    font-size: 16px;
  }
}

.post_detail_inner:not(:last-child) {
  margin-bottom: 60px;
}

.post_single {
  padding: 100px 0 140px;
}
@media screen and (max-width: 600px) {
  .post_single {
    padding: 40px 0 60px;
  }
}

@media screen and (max-width: 600px) {
  .post_single.wrap-ssm {
    width: 100%;
  }
}

.post_single .btn.btn-gray {
  margin: 140px auto 0;
}
@media screen and (max-width: 600px) {
  .post_single .btn.btn-gray {
    margin: 40px auto 0;
  }
}

.post_single .btn.btn-black {
  margin: 40px auto 0;
}

.post_single_top {
  padding: 80px 0;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .post_single_top {
    padding: 24px 0 60px;
    width: calc(100% - 32px);
    margin: 0 auto;
  }
}

.post_single_top h2 {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .post_single_top h2 {
    font-size: 16px;
  }
}

.post_item_tag {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  .post_item_tag {
    width: calc(100% - 32px);
    margin: 0 auto 8px;
  }
}
.post_item_tag span {
  display: block;
  font-size: 16px;
  padding: 6px;
  border-radius: 100px;
  border: 1px solid #A3A3A3;
  color: #A3A3A3;
  width: -moz-fit-content;
  width: fit-content;
}

.post_slider {
  margin-bottom: 60px;
}

.post_content {
  margin-bottom: 60px;
}
.post_content h2 {
  font-size: 18px;
}
.post_content p {
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  .post_detail {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
}

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

.post_detail_top p {
  font-size: 14px;
  margin-bottom: 24px;
}

.post_detail_item {
  display: grid;
  grid-template-columns: 26fr 76fr;
  align-items: center;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .post_detail_item {
    grid-template-columns: 1fr;
  }
}

.post_detail_item:last-child .post_detail_ttl {
  border-bottom: 1px solid #DDDDDD;
}
.post_detail_item:last-child .post_detail_txt {
  border-bottom: 1px solid #DDDDDD;
}

.post_detail_ttl {
  background-color: #EAEAEA;
  padding: 16px 28px;
  letter-spacing: 0.05em;
  border: 1px solid #DDDDDD;
  border-bottom: none;
  line-height: 2.4;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .post_detail_ttl {
    padding: 12px 16px;
  }
}

.post_detail_txt {
  padding: 16px 28px;
  border: 1px solid #DDDDDD;
  border-left: none;
  border-bottom: none;
  background-color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .post_detail_txt {
    border-left: 1px solid #DDDDDD;
    padding: 12px 16px;
  }
}

.post_detail_time p span {
  display: block;
}

.post_pagination {
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto 0;
}
.post_pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}

.post_pagination span,
.post_pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  font-family: "Galvji", "Manrope", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .post_pagination span,
  .post_pagination a {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}

a.next.page-numbers {
  display: none;
}

a.prev.page-numbers {
  display: none;
}

.post_pagination a {
  background-color: #A3A3A3;
}

.post_pagination span {
  background-color: #464646;
}

.post-thumbnail img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .post-thumbnail img {
    margin-bottom: 24px;
  }
}

.slider-for {
  position: relative;
}
.slider-for h4 {
  font-size: 14px;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .slider-for h4 {
    width: calc(100% - 32px);
    margin: 0 auto 24px;
  }
}

.slider-for img,
.slider-for-land img {
  aspect-ratio: 9/5;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
}

.slider-for .slick-prev {
  display: block;
  width: 40px;
  height: 40px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  left: 16px;
  top: 50%;
  z-index: 5;
}

.slider-for .slick-next {
  display: block;
  width: 40px;
  height: 40px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  right: 16px;
  top: 50%;
  z-index: 5;
}

.slider-nav img,
.slider-nav-land img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-nav .slick-slide,
.slider-nav-land .slick-slide {
  margin-right: 10px;
  /* スライド間の余白 */
}

/* 最後のスライドの右マージンを消す場合 */
.slider-nav .slick-slide:last-child,
.slider-nav-land .slick-slide:last-child {
  margin-right: 0;
}

/* 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;
  }
}

@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ShipporiMincho";
  src: url("./font/ShipporiMincho-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
.company {
  background-color: #f2f2f2;
}
.company .page-top {
  background-image: url(../images/company/company-top.webp);
}
@media screen and (max-width: 600px) {
  .company .page-top {
    background-image: url(../images/company/company-top-sp.webp);
  }
}

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

.message_wrap {
  background-color: #fff;
  border-radius: 40px;
  padding: 80px 0 140px;
}
@media screen and (max-width: 600px) {
  .message_wrap {
    padding: 40px 0 60px;
    border-radius: 20px;
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 600px) {
  .message_wrap.wrap {
    width: 100%;
  }
}

.message_heading {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .message_heading {
    margin-bottom: 24px;
  }
}
.message_heading span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
  color: #A3A3A3;
  font-family: "Galvji", "Manrope", sans-serif;
}
.message_heading h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  .message_heading h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .message_heading h2 {
    font-size: 20px;
  }
}

.message_content {
  display: grid;
  gap: 90px;
  grid-template-columns: 1fr 480px;
  padding-left: 80px;
}
@media screen and (max-width: 1200px) {
  .message_content {
    grid-template-columns: 1fr 320px;
    gap: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 800px) {
  .message_content {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
    width: calc(100% - 32px);
    margin: 0 auto;
  }
}
.message_content p {
  font-size: 14px;
}

.message_name {
  display: block;
  margin-left: auto;
  margin-top: 46px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .message_name {
    font-size: 12px;
  }
}
.message_name span {
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  .message_name span {
    font-size: 16px;
  }
}

.company_wrap {
  background-color: #fff;
  background-color: #fff;
  border-radius: 40px;
  padding: 80px 6vw 100px;
}
@media screen and (max-width: 600px) {
  .company_wrap {
    padding: 40px 16px 60px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 600px) {
  .company_wrap.wrap {
    width: 100%;
  }
}

.company_content {
  display: grid;
  grid-template-columns: 320px 1fr;
}
@media screen and (max-width: 1200px) {
  .company_content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  .company_content {
    gap: 24px;
  }
}
.company_content .section-ttl {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 600px) {
  .company_content .section-ttl {
    flex-direction: row;
    align-items: flex-end;
  }
}
.company_content .section-ttl h2 {
  font-size: 50px;
}
@media screen and (max-width: 600px) {
  .company_content .section-ttl h2 {
    font-size: 40px;
  }
}

.company_item {
  display: grid;
  grid-template-columns: 210px 1fr;
  font-size: 14px;
  line-height: 2;
  padding: 20px 0;
  border-top: 1px solid #D1D1D1;
}
@media screen and (max-width: 600px) {
  .company_item {
    grid-template-columns: 1fr;
    padding: 16px 0;
    gap: 8px;
  }
}
.company_item:last-child {
  border-bottom: 1px solid #D1D1D1;
}
@media screen and (max-width: 600px) {
  .company_item h3 {
    font-weight: 700;
  }
}
@media screen and (max-width: 600px) {
  .company_item h3 br {
    display: none;
  }
}

.history {
  padding: 80px 0 100px;
}
@media screen and (max-width: 600px) {
  .history {
    padding: 40px 0 60px;
  }
}

.history_wrap {
  background-color: #fff;
  background-color: #fff;
  border-radius: 40px;
  padding: 80px 6vw 100px;
}
@media screen and (max-width: 600px) {
  .history_wrap {
    padding: 40px 16px 0;
    border-radius: 20px;
  }
}
@media screen and (max-width: 600px) {
  .history_wrap.wrap {
    width: 100%;
  }
}

.history_content {
  display: grid;
  grid-template-columns: 320px 1fr;
}
@media screen and (max-width: 1200px) {
  .history_content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  .history_content {
    gap: 24px;
  }
}
.history_content .section-ttl {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 600px) {
  .history_content .section-ttl {
    flex-direction: row;
    align-items: flex-end;
  }
}
.history_content .section-ttl h2 {
  font-size: 50px;
}
@media screen and (max-width: 600px) {
  .history_content .section-ttl h2 {
    font-size: 40px;
  }
}

.history_item:nth-child(1) .history_item_year {
  border-left: none;
}

.history_item:last-child .history_item_txt {
  border-left: none;
}

.history_item_year {
  display: block;
  padding-left: 18px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #A3A3A3;
  border-left: 1px solid #DDDDDD;
  position: relative;
  line-height: 1.6;
}
.history_item_year::after {
  background-color: #A3A3A3;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
  bottom: -8px;
  left: -8px;
}

.history_item_txt {
  display: block;
  line-height: 1.6;
  padding: 8px 8px 40px 18px;
  border-left: 1px solid #DDDDDD;
}

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

.company_link_a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 800px) {
  .company_link_a {
    grid-template-columns: 1fr;
  }
}
.company_link_a::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  transform: translateY(-50%);
  right: 37px;
  background-color: #707070;
  border-radius: 50%;
  z-index: 6;
}
@media screen and (max-width: 800px) {
  .company_link_a::after {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 33px;
    top: auto;
  }
}

.company_link_txt {
  background-color: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .company_link_txt {
    padding: 36px 0 80px;
  }
}
.company_link_txt span:nth-child(1) {
  position: relative;
  z-index: 7;
}

.company_link_arrow {
  position: absolute;
  width: 45px;
  height: 45px;
  background-color: #EAEAEA;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: all 0.3s;
}
@media screen and (max-width: 800px) {
  .company_link_arrow {
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    right: auto;
    bottom: 16px;
  }
}

.company_link_a:hover .company_link_arrow {
  width: 120%;
  height: 120%;
  right: -1px;
  border-radius: 0;
}
@media screen and (max-width: 800px) {
  .company_link_a:hover .company_link_arrow {
    right: auto;
    bottom: -18px;
  }
}

/* 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;
  }
}

@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ShipporiMincho";
  src: url("./font/ShipporiMincho-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
.contact,
.thanks {
  background-color: #F2F2F2;
}
.contact .page-top,
.thanks .page-top {
  background-image: url(../images/contact/contact-top.webp);
}
@media screen and (max-width: 600px) {
  .contact .page-top,
  .thanks .page-top {
    background-image: url(../images/contact/contact-top-sp.webp);
  }
}

.contact_content {
  padding: 100px 0 140px;
}
@media screen and (max-width: 600px) {
  .contact_content {
    padding: 40px 0 60px;
  }
}

.contact_list {
  margin-bottom: 54px;
}
@media screen and (max-width: 800px) {
  .contact_list {
    margin-bottom: 32px;
  }
}

.contact_item {
  display: grid;
  grid-template-columns: 252px 1fr;
  gap: 30px;
  padding: 40px 0;
  border-top: 1px dashed #A3A3A3;
}
@media screen and (max-width: 800px) {
  .contact_item {
    grid-template-columns: 1fr;
    padding: 16px 0 24px;
    gap: 12px;
  }
}
.contact_item:last-child {
  border-bottom: 1px dashed #A3A3A3;
}

.contact_ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 252px;
}
@media screen and (max-width: 800px) {
  .contact_ttl {
    width: -moz-fit-content;
    width: fit-content;
    justify-content: flex-start;
    gap: 24px;
  }
}
@media screen and (max-width: 800px) {
  .contact_ttl br {
    display: none;
  }
}

.contact_ttl h3 {
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .contact_ttl h3 {
    font-size: 14px;
  }
}

.contact_ttl span {
  color: #fff;
  display: block;
  padding: 8px 12px;
  background-color: #707070;
}
@media screen and (max-width: 600px) {
  .contact_ttl span {
    font-size: 14px;
    padding: 4px 10px;
  }
}

.contact_input input,
.contact_input textarea,
.contact_input select {
  width: 100%;
  padding: 18px 34px;
  border-radius: 4px;
  border: 2px solid #EBEBEB;
  background-color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .contact_input input,
  .contact_input textarea,
  .contact_input select {
    padding: 16px 20px;
  }
}
.contact_input input::-moz-placeholder, .contact_input textarea::-moz-placeholder, .contact_input select::-moz-placeholder {
  color: #C3C3C3;
}
.contact_input input::placeholder,
.contact_input textarea::placeholder,
.contact_input select::placeholder {
  color: #C3C3C3;
}

.contact_input-select {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .contact_input-select {
    width: 100%;
  }
}
.contact_input-select::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  border-bottom: 2px solid #3B3B3B;
  border-right: 2px solid #3B3B3B;
  top: 48%;
  right: 32px;
  transform: translateY(-50%) rotate(45deg);
}

.contact_input.contact_input-tel {
  width: 70%;
}
@media screen and (max-width: 600px) {
  .contact_input.contact_input-tel {
    width: 100%;
  }
}

.contact_input.contact_input-date {
  display: grid;
  grid-template-columns: 36% 36%;
  gap: 4%;
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .contact_input.contact_input-date {
    grid-template-columns: 48% 48%;
  }
}
@media screen and (max-width: 600px) {
  .contact_input.contact_input-date {
    gap: 2%;
    grid-template-columns: 49% 49%;
  }
}
.contact_input.contact_input-date .contact_input-select {
  width: 100%;
}

.contact_btn {
  width: 500px;
  height: 90px;
  background-color: #464646;
  border-radius: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  border: 2px solid #464646;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 600px) {
  .contact_btn {
    width: 280px;
    font-size: 16px;
    height: 68px;
  }
}
.contact_btn:hover {
  background-color: #fff;
  color: #464646;
}

.contact_policy {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}

.contact_policy_txt {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .contact_policy_txt {
    font-size: 14px;
    margin: 0 auto 24px;
  }
}

.contact_policy_txt a {
  color: #004EFF;
  display: inline-block;
  position: relative;
  padding-right: 32px;
}
.contact_policy_txt a::after {
  content: "";
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  background-image: url(../images/common/policy_icon.webp);
  background-size: 100% 100%;
  right: 8px;
  width: 18px;
  height: 16px;
}
.contact_policy_txt a:hover {
  opacity: 0.7;
}
.contact_policy_txt a span {
  border-bottom: 1px solid #004EFF;
  line-height: 1.2;
}

.contact_policy {
  font-size: 18px;
  /* チェックボックスの非表示（変更なし） */
  /* チェックボックスのラベル部分にカスタムデザインを適用（変更なし） */
  /* チェック時の✔マークをCSSの図形で描画する部分 */
}
@media screen and (max-width: 600px) {
  .contact_policy {
    font-size: 14px;
  }
}
.contact_policy .wpcf7-list-item {
  margin: 0 auto !important;
}
.contact_policy .wpcf7-form-control-wrap {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.contact_policy .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.contact_policy .wpcf7-list-item-label {
  position: relative;
  padding-left: 44px;
  cursor: pointer;
  display: inline-block;
}
.contact_policy .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-sizing: border-box;
  /* paddingやborderをwidth/heightに含める */
}
.contact_policy .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  /* テキストではなく空のcontentに */
  position: absolute;
  left: 7px;
  /* 位置調整（チェックボックスのサイズに合わせて調整してください） */
  top: 50%;
  transform: translateY(-64%) rotate(45deg);
  /* Y軸中央に配置後、45度回転 */
  width: 10px;
  /* チェックマークの下線の長さ */
  height: 16px;
  /* チェックマークの上線の長さ */
  border-bottom: 2px solid #3B3B3B;
  /* 下線 */
  border-right: 2px solid #3B3B3B;
  /* 右線 */
}

.thanks_content {
  background-color: #F2F2F2;
  padding: 100px 0 140px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .thanks_content {
    padding: 60px 0;
    width: 100%;
  }
}
.thanks_content .btn {
  margin: 0 auto;
}

.thanks_heading {
  font-family: "Galvji", "Manrope", sans-serif;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0.05em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 42px;
}
@media screen and (max-width: 600px) {
  .thanks_heading {
    font-size: 40px;
    margin: 0 auto 16px;
  }
}

.thanks_txt {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 68px;
  line-height: 2.4;
  width: calc(100% - 32px);
  text-align: center;
}
@media screen and (max-width: 600px) {
  .thanks_txt {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 600px) {
  .thanks_txt span {
    display: block;
    font-size: 14px;
    text-align: left;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 600px) {
  .thanks_txt br {
    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;
  }
}

@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ShipporiMincho";
  src: url("./font/ShipporiMincho-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
.event .page-top {
  background-image: url(../images/event/event-top.webp);
}
@media screen and (max-width: 600px) {
  .event .page-top {
    background-image: url(../images/event/event-top-sp.webp);
  }
}
.event .post_single_top div {
  line-height: 2.4;
}

.event_tag {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 600px) {
  .event_tag {
    width: calc(100% - 32px);
    margin: 0 auto;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}

.event_tag .post_item_place {
  margin-bottom: 0;
}

.event .event_tag .post_item_date {
  font-weight: 300;
  font-style: 14px;
  display: block;
  padding-left: 24px;
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .event .event_tag .post_item_date {
    margin: 0;
    width: 100%;
  }
}
.event .event_tag .post_item_date::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(../images/common/date_icon.webp);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

/* 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;
  }
}

@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ShipporiMincho";
  src: url("./font/ShipporiMincho-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
.flow {
  background-color: #f2f2f2;
}
.flow .page-top {
  background-image: url(../images/flow/flow-top.webp);
}
@media screen and (max-width: 600px) {
  .flow .page-top {
    background-image: url(../images/flow/flow-top-sp.webp);
  }
}

.flow_content {
  padding: 100px 0 140px;
}
@media screen and (max-width: 600px) {
  .flow_content {
    padding: 40px 0 80px;
  }
}

.flow_item {
  background-color: #fff;
  width: 100%;
  height: 274px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
  padding-left: 5vw;
}
@media screen and (max-width: 1200px) {
  .flow_item {
    flex-direction: column;
    height: auto;
    padding: 40px 24px;
  }
}
@media screen and (max-width: 600px) {
  .flow_item {
    padding: 24px 16px;
    border-radius: 20px;
    gap: 20px;
  }
}
.flow_item .btn.btn-gray {
  height: 50px;
  margin-top: 16px;
}
.flow_item:not(:last-child) {
  margin-bottom: 24px;
}

.flow_item_top {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .flow_item_top {
    flex-direction: column;
    gap: 12px;
  }
}

.flow_item_num {
  width: 65px;
  height: 65px;
  border: 1px solid #A3A3A3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #A3A3A3;
}
@media screen and (max-width: 1400px) {
  .flow_item_num {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

.flow_item_img {
  width: 240px;
}
@media screen and (max-width: 600px) {
  .flow_item_img {
    width: 100%;
  }
}

.flow_item_txt h3 {
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 500;
}

.flow_item_txt p {
  font-size: 12px;
  line-height: 2;
  width: 600px;
}
@media screen and (max-width: 1400px) {
  .flow_item_txt p {
    width: 520px;
  }
}
@media screen and (max-width: 800px) {
  .flow_item_txt p {
    width: 100%;
  }
}

/* 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;
  }
}

@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ShipporiMincho";
  src: url("./font/ShipporiMincho-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/* --------------------------------------------------------------------- 
front
-----------------------------------------------------------------------*/
/*--------------- mv ---------------*/
.mv {
  width: 100%;
  height: 100vh;
  padding: 2% 0;
}
@media screen and (max-width: 1200px) {
  .mv {
    padding: 16px 0;
  }
}
@media screen and (max-width: 600px) {
  .mv {
    height: calc(100vh - 86px);
  }
}

.mv_wrap {
  width: 96%;
  height: 100%;
  background-image: url(../images/front/mv.webp);
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  border-radius: 24px;
  position: relative;
}

.mv_txt {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 2.4;
  position: absolute;
  bottom: 32px;
  left: 86px;
  font-family: "SipporiMincho", serif;
}
@media screen and (max-width: 800px) {
  .mv_txt {
    font-size: 20px;
    left: 32px;
  }
}

.top-event {
  background-color: #F2F2F2;
  padding: 100px 0 140px;
}
@media screen and (max-width: 600px) {
  .top-event {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1000px) {
  .top-event .btn {
    margin: 0 auto;
  }
}

.top-event_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1200px) {
  .top-event_list {
    margin-bottom: 40px;
  }
}
@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;
  }
}
.top-event_list h3 {
  font-weight: 500;
  margin-bottom: 8px;
}

.top-event_link {
  transition: all 0.4s;
  display: block;
}
.top-event_link:hover {
  opacity: 0.6;
}

.top-event_img {
  margin: 8px 0;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}

.top-event_place {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 8px;
  font-size: 14px;
  font-weight: 300;
  align-items: center;
}

.top-about {
  background-color: #F2F2F2;
  padding-bottom: 100px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media screen and (max-width: 600px) {
  .top-about {
    padding-bottom: 32px;
  }
}

.top-about .wrap {
  background-color: #fff;
  padding: 100px 80px 170px;
  border-radius: 24px;
}
@media screen and (max-width: 800px) {
  .top-about .wrap {
    padding: 100px 32px 170px;
  }
}
@media screen and (max-width: 600px) {
  .top-about .wrap {
    padding: 60px 16px;
  }
}

.top-about_ttl {
  margin-bottom: 96px;
}
@media screen and (max-width: 800px) {
  .top-about_ttl {
    margin-bottom: 32px;
  }
}

.top-about_ttl span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
  color: #A3A3A3;
}
@media screen and (max-width: 800px) {
  .top-about_ttl span {
    font-size: 14px;
    margin: 0 auto 12px;
  }
}

.top-about_ttl h2 {
  line-height: 2;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .top-about_ttl h2 {
    font-size: 20px;
  }
}

.top-about_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
@media screen and (max-width: 1200px) {
  .top-about_content {
    gap: 32px;
  }
}
@media screen and (max-width: 800px) {
  .top-about_content {
    grid-template-columns: 1fr;
  }
}

.top-about_txt p {
  line-height: 2.4;
  margin-bottom: 56px;
}
@media screen and (max-width: 800px) {
  .top-about_txt p {
    margin-bottom: 32px;
  }
}

.top-about_img {
  border-radius: 20px;
}
@media screen and (max-width: 800px) {
  .top-about_img {
    order: -2;
  }
}

.top-lineup {
  padding-top: 100px;
}
@media screen and (max-width: 600px) {
  .top-lineup {
    padding-top: 40px;
  }
}

.top-lineup .wrap {
  background-color: #F2F2F2;
  padding: 100px 80px 170px;
  border-radius: 24px;
}
@media screen and (max-width: 1000px) {
  .top-lineup .wrap {
    padding: 100px 32px 170px;
  }
}
@media screen and (max-width: 600px) {
  .top-lineup .wrap {
    padding: 40px 0;
    width: 100%;
    border-radius: 10px;
  }
}

.top-lineup_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}
@media screen and (max-width: 600px) {
  .top-lineup_ttl {
    margin: 0 auto 20px;
  }
}

.top-lineup_txt {
  line-height: 2.4;
  width: 730px;
  margin: 0 auto 54px;
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  .top-lineup_txt {
    margin: 0 auto 24px;
    width: 96%;
  }
}

.top-lineup_item {
  background-color: #fff;
  border-radius: 32px;
  padding: 42px;
}
@media screen and (max-width: 800px) {
  .top-lineup_item {
    padding: 20px 32px;
    border-radius: 20px;
  }
}
.top-lineup_item:not(:last-child) {
  margin-bottom: 54px;
}

.top-lineup_item:nth-child(1) .top-lineup_img {
  background-image: url(../images/front/top-lineup_img1.webp);
  background-size: cover;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  background-position: center;
  height: auto;
}
@media screen and (max-width: 600px) {
  .top-lineup_item:nth-child(1) .top-lineup_img {
    aspect-ratio: 32/28;
  }
}

.top-land_item img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.top-land_txt {
  margin-bottom: 8px;
}

.top-lineup_item:nth-child(2) .top-lineup_img {
  background-image: url(../images/front/top-lineup_img2.webp);
  background-size: cover;
  aspect-ratio: 2/1;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .top-lineup_item:nth-child(2) .top-lineup_img {
    aspect-ratio: 32/28;
  }
}

.top-lineup_inner {
  width: 92%;
  margin: 0 auto;
}
.top-lineup_inner .top-lineup_txt {
  margin-left: 0;
}

.top-lineup_top {
  display: block;
  font-weight: 500;
  font-size: 20px;
  color: #A3A3A3;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .top-lineup_top {
    font-size: 14px;
    margin: 0 auto 12px;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.top-lineup_img {
  border-radius: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .top-lineup_img {
    margin-bottom: 20px;
  }
}

.top-lineup_logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .top-lineup_logo {
    margin-bottom: 16px;
  }
}
.top-lineup_logo > img {
  width: 400px;
}
@media screen and (max-width: 800px) {
  .top-lineup_logo > img {
    width: 220px;
  }
}

.top-lineup_heading {
  font-weight: 700;
  margin-bottom: 32px;
  font-size: 32px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  .top-lineup_heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .top-lineup_heading {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.top-works {
  padding: 140px 0 170px;
}
@media screen and (max-width: 600px) {
  .top-works {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1200px) {
  .top-works .btn {
    margin: 0 auto;
  }
}

.top-works_item img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-works_slider {
  position: relative;
  padding-bottom: 80px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .top-works_slider {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .top-works_slider {
    padding-bottom: 50px;
    margin-bottom: 32px;
  }
}

.top-works .swiper-slide {
  width: calc((100% - 62.4px) / 3.2);
  /* ←3.6枚表示にする計算式 */
}
@media screen and (max-width: 800px) {
  .top-works .swiper-slide {
    width: calc((100% - 41.6px) / 2);
  }
}
@media screen and (max-width: 600px) {
  .top-works .swiper-slide {
    width: calc((100% - 20.8px) / 1.2);
  }
}

.top-works .swiper-slide:nth-child(even) {
  padding-top: 60px;
}

.top-works_img {
  border-radius: 20px;
  margin-bottom: 16px;
}

.top-works_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.top-works_tag span {
  display: block;
  padding: 4px 8px;
  border-radius: 100px;
  color: #A3A3A3;
  border: 1px solid #A3A3A3;
}

.top-works_slider .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 300px !important;
  margin: 0 auto !important;
  height: 1px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: 8px !important;
}

.top-works_slider .swiper-scrollbar-drag {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50% !important;
  position: relative !important;
  top: -7px !important;
}

.top-bg {
  height: 620px;
  background-image: url(../images/front/top-bg.webp);
  background-size: cover;
  background-size: cover;
  background-position: center center;
  /* 動かす前提 */
  background-attachment: scroll;
}
@media screen and (max-width: 600px) {
  .top-bg {
    height: 390px;
  }
}

.top-land {
  padding: 140px 0 170px;
}
@media screen and (max-width: 600px) {
  .top-land {
    padding: 60px 0;
  }
}
.top-land .section-ttl {
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .top-land .btn {
    margin: 32px auto 0;
  }
}

.top-land_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 800px) {
  .top-land_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .top-land_list {
    grid-template-columns: 1fr;
  }
}
.top-land_list img {
  margin: 0 0 8px;
  border-radius: 10px;
}
.top-land_list p {
  margin-bottom: 12px;
}

.top-land_link {
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .top-land_link {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .top-land_link {
    margin-bottom: 32px;
  }
}
.top-land_link:hover {
  opacity: 0.6;
}

.top-land_tag {
  display: block;
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #A3A3A3;
  color: #A3A3A3;
  width: -moz-fit-content;
  width: fit-content;
}

.top-voice .wrap-lg {
  background-color: #F2F2F2;
  padding: 100px 0 140px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
@media screen and (max-width: 600px) {
  .top-voice .wrap-lg {
    padding: 60px 16px;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
.top-voice .wrap-sm {
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .top-voice .wrap-sm {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .top-voice .btn {
    margin: 40px auto 0;
  }
}

.top-voice_content {
  position: relative;
  background-color: #fff;
  padding: 60px 60px 100px;
  border-radius: 24px;
}
@media screen and (max-width: 800px) {
  .top-voice_content {
    padding: 40px 24px;
  }
}
@media screen and (max-width: 600px) {
  .top-voice_content {
    padding: 24px 16px 54px;
  }
}
.top-voice_content .btn {
  position: absolute;
  bottom: 60px;
  left: 60px;
}
@media screen and (max-width: 1200px) {
  .top-voice_content .btn {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 40px auto 0;
  }
}
.top-voice_content .swiper-pagination {
  position: absolute;
  right: 0 !important;
  left: auto !important;
  bottom: 40px !important;
  width: 50% !important;
}
@media screen and (max-width: 600px) {
  .top-voice_content .swiper-pagination {
    width: 100% !important;
    bottom: 24px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
.top-voice_content .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #707070 !important;
}

.top-voice_swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.top-voice_num {
  font-size: 24px;
  color: #DDDDDD;
  position: relative;
  padding-top: 40px;
  padding-left: 32px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .top-voice_num {
    font-size: 16px;
    padding-top: 24px;
    padding-left: 28px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 600px) {
  .top-voice_num {
    margin: 0 auto 8px;
  }
}
.top-voice_num span:nth-child(1) {
  position: absolute;
  font-size: 40px;
  color: #292E33;
  left: 0;
  top: 0;
}
@media screen and (max-width: 800px) {
  .top-voice_num span:nth-child(1) {
    font-size: 24px;
  }
}
.top-voice_num span:nth-child(2) {
  position: absolute;
  font-size: 40px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 800px) {
  .top-voice_num span:nth-child(2) {
    font-size: 24px;
  }
}

.top-voice_heading h3 {
  padding: 0 36px;
  font-size: 32px;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .top-voice_heading h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  .top-voice_heading h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .top-voice_heading h3 {
    font-size: 18px;
    padding: 0 20px;
  }
}

.top-voice_heading img {
  width: 36px;
}
@media screen and (max-width: 600px) {
  .top-voice_heading img {
    width: 20px;
  }
}
.top-voice_heading img:last-child {
  margin-left: auto;
}

.top-voice_img {
  border-radius: 24px;
  aspect-ratio: 380/405;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-staff .wrap-lg {
  background-color: #F2F2F2;
  padding: 0 0 170px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media screen and (max-width: 600px) {
  .top-staff .wrap-lg {
    padding: 0 0 60px;
    width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .top-staff .btn {
    margin: 0 auto;
  }
}

.top-staff_content {
  display: grid;
  grid-template-columns: 380px calc(100% - 380px);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .top-staff_content {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .top-staff_content {
    grid-template-columns: 100%;
  }
}
.top-staff_content .section-ttl {
  margin-bottom: 40px;
}

.top-staff_swiper {
  width: 100%;
  overflow: hidden;
}

.top-staff_img {
  margin-bottom: 16px;
  border-radius: 20px;
  aspect-ratio: 380/405;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-staff_txt {
  font-size: 24px;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .top-staff_txt {
    font-size: 18px;
  }
}

.top-staff_name {
  display: block;
  font-size: 14px;
}
.top-staff_name span {
  font-size: 16px;
}

.top-staff_content .swiper-scrollbar-top-staff {
  width: 300px !important;
  margin: 0 auto !important;
  height: 1px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: 8px !important;
  position: absolute !important;
  z-index: 5 !important;
  background-color: #DDDDDD !important;
  bottom: -60px !important;
}

.swiper-scrollbar-top-staff .swiper-scrollbar-drag {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50% !important;
  position: relative !important;
  top: -7px !important;
}

.top-news {
  background-color: #fff;
  padding: 100px 0 140px;
}
@media screen and (max-width: 600px) {
  .top-news {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1000px) {
  .top-news .btn {
    margin: 0 auto;
  }
}
.top-news .btn {
  width: 260px;
}
.top-news .btn:hover::after {
  width: 260px;
}
@media screen and (max-width: 600px) {
  .top-news .section-ttl {
    flex-direction: column;
    align-items: flex-start;
  }
}

.top-news_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1200px) {
  .top-news_list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .top-news_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .top-news_list {
    grid-template-columns: 1fr;
  }
}
.top-news_list img {
  margin: 8px 0;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
.top-news_list h3 {
  font-weight: 500;
  margin-bottom: 4px;
}

.top-news_link {
  transition: all 0.4s;
  display: block;
}
.top-news_link: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;
  }
}

@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ShipporiMincho";
  src: url("./font/ShipporiMincho-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
.land .page-top {
  background-image: url(../images/land/land-top.webp);
}
@media screen and (max-width: 600px) {
  .land .page-top {
    background-image: url(../images/land/land-top-sp.webp);
  }
}

.land_top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .land_top {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}
.land_top img {
  aspect-ratio: 59/50;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 40px;
}
@media screen and (max-width: 600px) {
  .land_top img {
    border-radius: 0;
  }
}

@media screen and (max-width: 600px) {
  .land_top.wrap-ssm {
    width: 100%;
  }
}

.land_top_txt h3 {
  padding: 0 0 0 54px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 32px;
}

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

.land_top_ttl_sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .land_top_ttl_sp {
    display: block;
    padding: 0;
    width: 78vw;
    margin: 0 auto 24px;
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .land_top_ttl_sp {
    width: calc(100% - 32px);
  }
}

.land_top_inner {
  aspect-ratio: 59/50;
  width: 100%;
  border-radius: 40px;
  background-color: #EAEAEA;
  padding: 54px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .land_top_inner {
    aspect-ratio: unset;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .land_top_inner {
    border-radius: 0;
    padding: 24px 16px;
  }
}
.land_top_inner h4 {
  font-size: 14px;
  margin-bottom: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  font-family: "Galvji", "Manrope", sans-serif;
}

.land_top_item {
  font-size: 14px;
  display: grid;
  grid-template-columns: 80px 1fr;
  line-height: 1.8;
  padding: 16px 0;
  border-top: 1px solid #707070;
  position: relative;
  width: 100%;
}
.land_top_item:last-child {
  padding: 16px 0 0;
}
.land_top_item::after {
  content: "";
  position: absolute;
  width: 80px;
  top: 0;
  left: 0;
  height: 1px;
  background-color: #707070;
}
.land_top_item h5 {
  font-size: 700;
}
.land_top_item p {
  line-height: 1.8;
}

.land_feature h3 {
  font-size: 24px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
}
@media screen and (max-width: 600px) {
  .land_feature h3 {
    font-size: 18px;
    margin: 0 auto 16px;
  }
}

.land_feature_list {
  width: 740px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin: 0 auto;
  max-width: 96vw;
}
@media screen and (max-width: 600px) {
  .land_feature_list {
    grid-template-columns: repeat(5, 1fr);
    width: calc(100% - 32px);
  }
}

.land_feature_item.active {
  opacity: 1;
}

.land_feature_item {
  opacity: 0.3;
}

.land_detail {
  position: relative;
}
@media screen and (max-width: 600px) {
  .land_detail .wrap-sm {
    width: 100%;
  }
}
.land_detail .section-ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 600px) {
  .land_detail .section-ttl {
    margin-bottom: 24px;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}

.land_btn {
  position: sticky;
  top: 0px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border-bottom: 1px solid #707070;
  z-index: 10;
  background-color: #fff;
  padding-top: 80px;
}
@media screen and (max-width: 600px) {
  .land_btn {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}

.land_btn_a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 58px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #EAEAEA;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .land_btn_a {
    width: 100%;
    font-size: 16px;
    height: 50px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}

.land_btn_a.active {
  background-color: #707070;
  color: #fff;
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 600px) {
  .land_btn_a.active {
    background-color: #9F8963;
  }
}

.land_block {
  padding: 100px 0;
  background-color: #f2f2f2;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media screen and (max-width: 600px) {
  .land_block {
    padding: 40px 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 600px) {
  .land_block .section-ttl {
    width: calc(100% - 32px);
    margin: 0 auto 24px;
  }
}

.land_slider {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .land_slider {
    width: 100%;
    overflow: hidden;
  }
}

.slider-nav-land .slick-prev {
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(../images/land/prev-btn.webp);
  background-size: 100% 100%;
  transform: translateY(-50%);
  position: absolute;
  left: -54px;
  top: 50%;
  z-index: 5;
}
@media screen and (max-width: 600px) {
  .slider-nav-land .slick-prev {
    display: none;
  }
}

.slider-nav-land .slick-next {
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(../images/land/next-btn.webp);
  background-size: 100% 100%;
  transform: translateY(-50%);
  position: absolute;
  right: -54px;
  top: 50%;
  z-index: 5;
}
@media screen and (max-width: 600px) {
  .slider-nav-land .slick-next {
    display: none;
  }
}

.land_block_bottom {
  display: grid;
  grid-template-columns: 560px 1fr;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1200px) {
  .land_block_bottom {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  .land_block_bottom {
    gap: 16px;
    width: calc(100% - 32px);
    margin: 0 auto;
  }
}
.land_block_bottom h1,
.land_block_bottom h2,
.land_block_bottom h3,
.land_block_bottom h4,
.land_block_bottom h5,
.land_block_bottom h6 {
  font-size: 20px;
  display: block;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .land_block_bottom h1,
  .land_block_bottom h2,
  .land_block_bottom h3,
  .land_block_bottom h4,
  .land_block_bottom h5,
  .land_block_bottom h6 {
    font-size: 18px;
    margin: 0 auto 16px;
  }
}
.land_block_bottom img {
  aspect-ratio: 56/40;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.land_block_bottom p {
  line-height: 1.8;
}
.land_block_bottom span {
  margin-top: 40px;
  color: #fff;
  display: block;
  background-color: #707070;
  padding: 6px 16px;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  .land_block_bottom span {
    margin-top: 16px;
  }
}

.land_environment {
  padding: 100px 0;
}
@media screen and (max-width: 600px) {
  .land_environment {
    padding: 40px 0;
    width: calc(100% - 32px);
    margin: 0 auto;
  }
}

.land_environment_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  row-gap: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 800px) {
  .land_environment_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .land_environment_list {
    grid-template-columns: 1fr;
    row-gap: 40px;
    margin-bottom: 40px;
  }
}

.land_environment_item img {
  border-radius: 12px;
  margin-bottom: 8px;
}

.land_overview {
  background-color: #f2f2f2;
  padding: 100px 0;
  border-radius: 40px;
}
@media screen and (max-width: 600px) {
  .land_overview {
    padding: 40px 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 600px) {
  .land_overview .wrap-sm {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
}

.land_overview .post_detail_list {
  margin-bottom: 40px;
}
.land_overview .post_detail_ttl {
  background-color: #4D4D4D;
  color: #fff;
}

.land_map {
  aspect-ratio: 2/1;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .land_map {
    aspect-ratio: 2/1.8;
  }
}
.land_map p {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}
.land_map iframe {
  width: 100% !important;
  height: 100% !important;
}

.slider-area .slick-prev {
  display: block !important;
  width: 48px;
  height: 48px;
  background-image: url(../images/land/prev-btn.webp);
  background-size: 100% 100%;
  position: absolute;
  left: 24px;
  top: 24%;
  z-index: 5;
}
@media screen and (max-width: 600px) {
  .slider-area .slick-prev {
    display: none !important;
  }
}

.slider-area .slick-next {
  display: block !important;
  width: 48px;
  height: 48px;
  background-image: url(../images/land/next-btn.webp);
  background-size: 100% 100%;
  position: absolute;
  right: 24px;
  top: 24%;
  z-index: 5;
}
@media screen and (max-width: 600px) {
  .slider-area .slick-next {
    display: none !important;
  }
}

.land_area {
  padding: 120px 0 0;
}
@media screen and (max-width: 600px) {
  .land_area {
    padding: 60px 0 0;
  }
}

.land_area h3 {
  font-size: 24px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 48px;
}
@media screen and (max-width: 600px) {
  .land_area h3 {
    font-size: 20px;
    margin: 0 auto 24px;
  }
}

.slider-area img {
  aspect-ratio: 40/28;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 16px;
  margin-bottom: 6px;
}
@media screen and (max-width: 600px) {
  .slider-area img {
    border-radius: 8px;
  }
}

.slider-area p {
  margin-bottom: 6px;
}

.slider-area a {
  transition: all 0.4s;
}
.slider-area a:hover {
  opacity: 0.6;
}

.slider-area .slick-slide {
  margin-right: 24px;
}
@media screen and (max-width: 600px) {
  .slider-area .slick-slide {
    box-sizing: border-box;
    padding: 0 10px;
    margin-right: 0;
  }
}

/* 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;
  }
}

@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ShipporiMincho";
  src: url("./font/ShipporiMincho-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
.lineup .page-top {
  background-image: url(../images/lineup/lineup-top.webp);
}
@media screen and (max-width: 600px) {
  .lineup .page-top {
    background-image: url(../images/lineup/lineup-top-sp.webp);
  }
}

.lineup_content {
  background-color: #f2f2f2;
  padding: 100px 0 170px;
}
@media screen and (max-width: 600px) {
  .lineup_content {
    padding: 40px 0 80px;
  }
}

.lineup_top {
  width: 720px;
  margin: 0 auto 100px;
  max-width: 96vw;
}
@media screen and (max-width: 600px) {
  .lineup_top {
    margin: 0 auto 40px;
  }
}

.lineup-bg {
  height: 620px;
  background-image: url(../images/lineup/lineup_bg.webp);
  background-size: 110%;
  background-position: center center;
  /* 動かす前提 */
  background-attachment: scroll;
}
@media screen and (max-width: 800px) {
  .lineup-bg {
    height: 65vw;
  }
}

/*------------ after ----------*/
.after {
  padding: 140px 0 170px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 600px) {
  .after {
    padding: 60px 0 80px;
  }
}

.after_ttl {
  flex-direction: column;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 80px;
}
@media screen and (max-width: 600px) {
  .after_ttl {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 1000px) {
  .after_ttl h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .after_ttl h2 {
    text-align: center;
  }
}

.after_top_txt {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 80px;
}
@media screen and (max-width: 600px) {
  .after_top_txt {
    margin: 0 auto 40px;
  }
}

.after_item {
  background-color: #fff;
  width: 100%;
  padding: 45px 45px 60px;
  border-radius: 40px;
}
@media screen and (max-width: 600px) {
  .after_item {
    padding: 24px 16px 32px;
    border-radius: 24px;
  }
}
.after_item:not(:last-child) {
  margin-bottom: 54px;
}

.after_item_heading {
  font-size: 32px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
}
@media screen and (max-width: 600px) {
  .after_item_heading {
    font-size: 20px;
    margin: 0 auto 20px;
  }
}

.after_item_line {
  height: 1px;
  background-color: #DDDDDD;
  width: 100%;
  display: block;
  margin-bottom: 32px;
}
@media screen and (max-width: 600px) {
  .after_item_line {
    margin-bottom: 16px;
  }
}

.after_item_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 800px) {
  .after_item_list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.after_item_list li {
  background-color: #EAEAEA;
  border-radius: 30px;
  padding: 32px 40px;
  margin-top: 48px;
}
@media screen and (max-width: 600px) {
  .after_item_list li {
    border-radius: 20px;
    margin-top: 12px;
    padding: 24px;
  }
}
.after_item_list li h4 {
  font-weight: 500;
  font-size: 24px;
  margin: 0 auto 24px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .after_item_list li h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .after_item_figure {
    width: 100%;
    overflow-y: hidden;
    padding: 24px 0;
    margin-bottom: 24px;
    overflow-x: scroll;
  }
}

@media screen and (max-width: 600px) {
  .after_item_figure img {
    width: 800px;
    display: block;
    height: auto;
  }
}

/*------------ vita ----------*/
.vita {
  background-color: #f2f2f2;
}

.vita .page-top {
  height: 100vh;
  background-image: url(../images/lineup/vita-top.webp);
}
@media screen and (max-width: 600px) {
  .vita .page-top {
    background-position: center;
    height: 580px;
    background-image: url(../images/lineup/vita-top-sp.webp);
  }
}
.vita .page-top .section-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .vita .page-top .section-ttl {
    width: 260px;
  }
}
.vita .page-top .section-ttl span {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 54px;
}
@media screen and (max-width: 800px) {
  .vita .page-top .section-ttl span {
    font-size: 12px;
    margin: 0 auto 16px;
  }
}

.vita_top {
  width: 90%;
  max-width: 1270px;
  display: flex;
  align-items: center;
  gap: 98px;
  padding-top: 170px;
}
@media screen and (max-width: 1000px) {
  .vita_top {
    flex-direction: column-reverse;
    padding-top: 40px;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
  }
}
.vita_top img {
  border-top-right-radius: 80px;
  width: 46vw;
}
@media screen and (max-width: 1000px) {
  .vita_top img {
    width: 60vw;
  }
}
@media screen and (max-width: 600px) {
  .vita_top img {
    width: 100%;
    border-top-right-radius: 40px;
  }
}

.vita_top_img {
  border-top-right-radius: 80px;
  width: 46vw;
  aspect-ratio: 67/80;
  background-image: url(../images/lineup/vita_top.webp);
  background-size: 110%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .vita_top_img {
    width: calc(100% - 24px);
    border-top-right-radius: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .vita_top_txt {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
}
.vita_top_txt h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .vita_top_txt h3 {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 600px) {
  .vita_top_txt h3 {
    font-size: 20px;
  }
}

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

.vita_heading {
  font-size: 32px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 80px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .vita_heading {
    font-size: 20px;
    margin: 0 auto 40px;
  }
}

.vita_item {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .vita_item {
    gap: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .vita_item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.vita_item:nth-child(even) {
  grid-template-columns: 1fr 1.2fr;
}
@media screen and (max-width: 1000px) {
  .vita_item:nth-child(even) {
    grid-template-columns: 1fr;
  }
}
.vita_item:nth-child(even) img {
  order: 2;
}
@media screen and (max-width: 1000px) {
  .vita_item:nth-child(even) img {
    order: -1;
  }
}
.vita_item:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .vita_item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.vita_item img {
  border-radius: 30px;
}
@media screen and (max-width: 1000px) {
  .vita_item img {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .vita_item img {
    border-radius: 20px;
  }
}
.vita_item h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .vita_item h3 {
    margin-bottom: 16px;
  }
}

.style {
  position: relative;
  background-color: #fff;
  padding: 140px 0 100px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
@media screen and (max-width: 1000px) {
  .style {
    padding: 80px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}

.style_heading {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .style_heading {
    top: -24px;
  }
}
.style_heading h2 {
  color: #A3A3A3;
  opacity: 0.5;
  font-weight: 700;
  font-size: 80px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .style_heading h2 {
    font-size: 40px;
  }
}

.style_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  row-gap: 80px;
}
@media screen and (max-width: 800px) {
  .style_list {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}

.style_item img {
  margin-bottom: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 600px) {
  .style_item img {
    border-radius: 10px;
  }
}
.style_item h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.photo {
  background-color: #f2f2f2;
  padding: 140px 0 170px;
}
@media screen and (max-width: 600px) {
  .photo {
    padding: 60px 0 80px;
  }
}

.photo_ttl {
  flex-direction: column;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 80px;
}
@media screen and (max-width: 600px) {
  .photo_ttl {
    margin: 0 auto 40px;
  }
}

.photo_slider {
  position: relative;
  padding-bottom: 80px;
  width: 100%;
  overflow: hidden;
}

.photo .swiper-slide {
  width: calc((100% - 62.4px) / 1.2);
}
@media screen and (max-width: 600px) {
  .photo .swiper-slide {
    width: calc((100% - 20.8px) / 1);
  }
}

.photo_img {
  border-radius: 40px;
}
@media screen and (max-width: 600px) {
  .photo_img {
    aspect-ratio: 36/40;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
}

.photo_slider .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 300px !important;
  margin: 0 auto !important;
  height: 1px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: 8px !important;
}

.photo_slider .swiper-scrollbar-drag {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50% !important;
  position: relative !important;
  top: -7px !important;
}

/*------------ ds ----------*/
.ds {
  background-color: #f2f2f2;
  padding-bottom: 140px;
}
@media screen and (max-width: 600px) {
  .ds {
    padding-bottom: 80px;
  }
}

.ds .page-top {
  height: 100vh;
  background-image: url(../images/lineup/ds-top.webp);
}
@media screen and (max-width: 600px) {
  .ds .page-top {
    background-position: center;
    height: 580px;
    background-image: url(../images/lineup/ds-top-sp.webp);
  }
}
.ds .page-top .section-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .ds .page-top .section-ttl {
    width: 260px;
  }
}
.ds .page-top .section-ttl span {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 54px;
}
@media screen and (max-width: 800px) {
  .ds .page-top .section-ttl span {
    font-size: 12px;
    margin: 0 auto 16px;
  }
}

.ds_content {
  position: relative;
  padding: 160px 0;
}
@media screen and (max-width: 600px) {
  .ds_content {
    padding: 40px 0 60px;
  }
}

.ds_wrap {
  padding: 6vw 0;
}
@media screen and (max-width: 600px) {
  .ds_wrap {
    padding: 0 0 40px;
  }
}

.ds_txt {
  width: 480px;
}
@media screen and (max-width: 1200px) {
  .ds_txt {
    width: 100%;
  }
}

.ds h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .ds h3 {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.ds_img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 49vw;
}
@media screen and (max-width: 1200px) {
  .ds_img {
    position: static;
    transform: none;
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .ds_img {
    width: calc(100% - 16px);
  }
}

.pro {
  background-color: #fff;
  border-radius: 100px;
  position: relative;
  padding-bottom: 140px;
  margin-bottom: 140px;
}
@media screen and (max-width: 1000px) {
  .pro {
    border-radius: 20px;
    margin-bottom: 80px;
    padding-bottom: 40px;
  }
}

.pro_heading {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .pro_heading {
    top: -24px;
  }
}
.pro_heading h2 {
  color: #A3A3A3;
  opacity: 0.5;
  font-weight: 700;
  font-size: 80px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .pro_heading h2 {
    font-size: 40px;
  }
}

.pro_content {
  display: grid;
  grid-template-columns: 36.5vw 1fr;
  gap: 90px;
  padding: 130px 0 100px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .pro_content {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 100px 0 40px;
  }
}

.pro_img {
  border-radius: 30px;
}

.architect {
  background-color: #f2f2f2;
  padding: 86px 60px;
  border-radius: 40px;
}
@media screen and (max-width: 600px) {
  .architect {
    padding: 40px 16px;
    border-radius: 24px;
  }
}

.architect .section-ttl {
  flex-direction: column;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 80px;
}

.architect_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  row-gap: 48px;
  margin-bottom: 90px;
}
@media screen and (max-width: 600px) {
  .architect_list {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 40px;
  }
}

.architect_item img {
  border-radius: 30px;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .architect_item img {
    border-radius: 8px;
  }
}
.architect_item span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .architect_item span {
    font-size: 14px;
  }
}

.architect_bottom p {
  width: 720px;
  margin: 0 auto 60px;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .architect_bottom p {
    margin: 0 auto 24px;
  }
}
.architect_bottom h4 {
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 32px;
}
@media screen and (max-width: 600px) {
  .architect_bottom h4 {
    font-size: 18px;
  }
}

.design {
  background-color: #fff;
  border-radius: 100px;
  position: relative;
  padding-bottom: 140px;
  margin-bottom: 140px;
}
@media screen and (max-width: 600px) {
  .design {
    border-radius: 20px;
    margin-bottom: 80px;
    padding-bottom: 40px;
  }
}

.design_heading {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .design_heading {
    top: -24px;
  }
}
.design_heading h2 {
  color: #A3A3A3;
  opacity: 0.5;
  font-weight: 700;
  font-size: 80px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .design_heading h2 {
    font-size: 40px;
  }
}

.design_content {
  display: grid;
  grid-template-columns: 36.5vw 1fr;
  gap: 90px;
  padding: 130px 0 100px;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .design_content {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 100px 0 60px;
    margin-bottom: 0;
  }
}

.design_img {
  border-radius: 30px;
}

.design_slide {
  margin-bottom: 100px;
  width: 100%;
  overflow: hidden;
}
.design_slide .swiper-wrapper {
  transition-timing-function: linear;
}

.design_slide h4 {
  font-size: 24px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 54px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .design_slide h4 {
    font-size: 18px;
    margin: 0 auto 32px;
  }
}
@media screen and (max-width: 600px) {
  .design_slide h4 br.sp_LL_hidden {
    display: none;
  }
}

.design_slide .swiper-slide {
  width: calc((100% - 62.4px) / 3.2);
}
@media screen and (max-width: 600px) {
  .design_slide .swiper-slide {
    width: calc((100% - 20.8px) / 1.6);
  }
}

.design_item {
  border-radius: 30px;
}
@media screen and (max-width: 600px) {
  .design_item {
    border-radius: 8px;
  }
}

.design_films {
  position: relative;
}

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

.design_films_img-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .design_films_img-sp {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 600px) {
  .design_films_img-sp img {
    border-radius: 8px;
  }
}

.design_films h3 {
  margin-bottom: 32px;
}
@media screen and (max-width: 1400px) {
  .design_films h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .design_films h3 {
    margin-bottom: 16px;
  }
}

.design_films_txt {
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 32vw;
}
@media screen and (max-width: 1400px) {
  .design_films_txt {
    left: 0;
    width: 36vw;
  }
}
@media screen and (max-width: 1200px) {
  .design_films_txt {
    position: static;
    width: 100%;
  }
}

.plan {
  background-color: #fff;
  border-radius: 100px;
  position: relative;
  padding-bottom: 140px;
}
@media screen and (max-width: 600px) {
  .plan {
    border-radius: 20px;
    padding-bottom: 40px;
  }
}

.plan_heading {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .plan_heading {
    top: -24px;
  }
}
.plan_heading h2 {
  color: #A3A3A3;
  opacity: 0.5;
  font-weight: 700;
  font-size: 80px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .plan_heading h2 {
    font-size: 40px;
  }
}

.plan_content {
  display: grid;
  grid-template-columns: 36.5vw 1fr;
  gap: 90px;
  padding: 130px 0 100px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .plan_content {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 100px 0 60px;
  }
}

.plan_img {
  border-radius: 30px;
}

.plan_leaflet {
  background-color: #F2F2F2;
  border-radius: 50px;
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  .plan_leaflet {
    border-radius: 20px;
    padding: 40px 0;
  }
}

.plan_leaflet h4 {
  font-size: 24px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 54px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .plan_leaflet h4 {
    font-size: 18px;
    margin: 0 auto 32px;
  }
}

.plan_leaflet_content {
  position: relative;
  margin-bottom: 54px;
}
@media screen and (max-width: 600px) {
  .plan_leaflet_content {
    margin-bottom: 32px;
  }
}

.plan_leaflet_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  line-height: 2.4;
  width: 24vw;
}
@media screen and (max-width: 1400px) {
  .plan_leaflet_txt {
    width: 28vw;
  }
}
@media screen and (max-width: 1200px) {
  .plan_leaflet_txt {
    position: static;
    width: 100%;
  }
}
.plan_leaflet_txt h5 {
  font-weight: 700;
  margin-bottom: 8px;
}

.plan_leaflet .btn {
  width: 320px;
  margin: 0 auto;
}
.plan_leaflet .btn span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

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

.plan_leaflet_img-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .plan_leaflet_img-sp {
    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;
  }
}

@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ShipporiMincho";
  src: url("./font/ShipporiMincho-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
.news .page-top {
  background-image: url(../images/news/news-top.webp);
}
@media screen and (max-width: 600px) {
  .news .page-top {
    background-image: url(../images/news/news-top-sp.webp);
  }
}
@media screen and (max-width: 600px) {
  .news .section-ttl {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .news .section-ttl span {
    margin: 0;
  }
}

.news .post_item_tag {
  margin-bottom: 0;
}

.post_single .post_item_tag {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .post_single .post_item_tag {
    margin: 0 auto 16px;
  }
}

.post_single .post_item_date {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .post_single .post_item_date {
    width: calc(100% - 32px);
    margin: 0 auto 16px;
  }
}

.news .post_single_top {
  padding: 0;
}

.news .btn {
  width: 260px;
}
.news .btn:hover::after {
  width: 260px;
}

/* 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;
  }
}

@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ShipporiMincho";
  src: url("./font/ShipporiMincho-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
.policy .page-top {
  background-image: url(../images/policy/policy-top.webp);
  background-position: left bottom;
}
@media screen and (max-width: 600px) {
  .policy .page-top {
    background-image: url(../images/policy/policy-top-sp.webp);
  }
}
@media screen and (max-width: 600px) {
  .policy .section-ttl {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .policy .section-ttl span {
    margin: 0;
  }
}

.policy_wrap {
  padding: 100px 0 140px;
  width: 90%;
  max-width: 1026px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .policy_wrap {
    padding: 40px 0 60px;
    width: calc(100% - 32px);
  }
}

.policy_item h3 {
  border-bottom: 1px solid #696969;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .policy_item h3 {
    font-size: 14px;
  }
}

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

.policy_item:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .policy_item:not(:last-child) {
    margin-bottom: 40px;
  }
}

/* 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;
  }
}

@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ShipporiMincho";
  src: url("./font/ShipporiMincho-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
.request {
  background-color: #fff;
}
.request .page-top {
  background-image: url(../images/request/request-top.webp);
}
@media screen and (max-width: 600px) {
  .request .page-top {
    background-image: url(../images/request/request-top-sp.webp);
  }
}

.request_top {
  margin: 94px auto 80px;
  background-color: #F2F2F2;
  border-radius: 24px;
  padding: 60px 0;
}
@media screen and (max-width: 1000px) {
  .request_top {
    margin: 40px auto;
    padding: 40px 16px;
  }
}
@media screen and (max-width: 600px) {
  .request_top {
    border-radius: 16px;
    padding: 40px 12px;
  }
}

.request_tel {
  margin: 0 auto 80px;
}
@media screen and (max-width: 600px) {
  .request_tel {
    margin: 0 auto 40px;
  }
}

.request_tel_txt {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .request_tel_txt {
    margin: 0 auto 4px;
    font-size: 12px;
  }
}

.request_tel_link {
  display: block;
  width: 516px;
  margin: 0 auto;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .request_tel_link {
    width: 460px;
  }
}
@media screen and (max-width: 600px) {
  .request_tel_link {
    width: calc(100% - 64px);
  }
}
.request_tel_link:hover {
  opacity: 0.6;
}

.request_top_ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.9;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .request_top_ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .request_top_ttl {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

.request_img {
  display: flex;
  align-items: center;
  gap: 64px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .request_img {
    gap: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .request_img {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}
.request_img img {
  width: 300px;
}
@media screen and (max-width: 1200px) {
  .request_img img {
    width: 240px;
  }
}
@media screen and (max-width: 1000px) {
  .request_img img {
    width: 100%;
  }
}

.request_form {
  background-color: #F2F2F2;
}

.request_content {
  padding: 100px 0 140px;
}
@media screen and (max-width: 600px) {
  .request_content {
    padding: 40px 0 60px;
  }
}

/* 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;
  }
}

@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ShipporiMincho";
  src: url("./font/ShipporiMincho-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
.recruit .page-top {
  background-image: url(../images/recruit/recruit-top.webp);
}
@media screen and (max-width: 600px) {
  .recruit .page-top {
    background-image: url(../images/recruit/recruit-top-sp.webp);
  }
}

.recruit_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 100px;
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  .recruit_content {
    gap: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .recruit_content {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .recruit_content {
    padding: 40px 0;
  }
}
.recruit_content h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .recruit_content h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .recruit_content h3 {
    font-size: 20px;
    margin: 0 auto 24px;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
  }
}
.recruit_content img {
  border-radius: 40px;
}

.recruit_heading {
  margin-bottom: 48px;
}
@media screen and (max-width: 600px) {
  .recruit_heading {
    margin-bottom: 24px;
  }
}
.recruit_heading h3 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Galvji", "Manrope", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .recruit_heading h3 {
    font-size: 40px;
  }
}
.recruit_heading span {
  font-size: 14px;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 600px) {
  .recruit_heading span {
    font-size: 12px;
  }
}

.recruit_bottom {
  background-color: #f2f2f2;
  padding: 50px 0;
  border-radius: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .recruit_bottom {
    padding: 40px 0;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .recruit_bottom.wrap-lg {
    width: 100%;
  }
}

.recruit_type {
  background-color: #fff;
  border-radius: 40px;
  padding: 100px;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .recruit_type {
    padding: 24px 16px;
    border-radius: 20px;
  }
}

.recruit_type_item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .recruit_type_item {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  .recruit_type_item {
    gap: 16px;
  }
}
.recruit_type_item img {
  border-radius: 24px;
}
@media screen and (max-width: 1000px) {
  .recruit_type_item img {
    border-radius: 20px;
  }
}
.recruit_type_item h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 1000px) {
  .recruit_type_item h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .recruit_type_item h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.recruit_type_item:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .recruit_type_item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.recruit_detail {
  background-color: #fff;
  border-radius: 40px;
  padding: 100px;
}
@media screen and (max-width: 600px) {
  .recruit_detail {
    padding: 24px 16px;
    border-radius: 20px;
  }
}

.recruit_detail_item {
  display: grid;
  grid-template-columns: 26fr 76fr;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .recruit_detail_item {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .recruit_detail_item {
    font-size: 14px;
  }
}

.recruit_detail_item:last-child .recruit_detail_ttl {
  border-bottom: 1px solid #DDDDDD;
}
.recruit_detail_item:last-child .recruit_detail_txt {
  border-bottom: 1px solid #DDDDDD;
}

.recruit_detail_ttl {
  background-color: #4D4D4D;
  color: #fff;
  padding: 16px 28px;
  letter-spacing: 0.05em;
  border: 1px solid #DDDDDD;
  border-bottom: none;
  line-height: 2.4;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .recruit_detail_ttl {
    padding: 12px 16px;
  }
}
.recruit_detail_ttl h4 {
  font-size: 16px;
}

.recruit_detail_txt {
  padding: 16px 28px;
  border: 1px solid #DDDDDD;
  border-left: none;
  border-bottom: none;
  background-color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .recruit_detail_txt {
    border-left: 1px solid #DDDDDD;
    padding: 12px 16px;
  }
}

.entry_form {
  background-color: #F2F2F2;
}

.entry_content {
  padding: 100px 0 140px;
}
@media screen and (max-width: 600px) {
  .entry_content {
    padding: 40px 0 60px;
  }
}

.entry_heading {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .entry_heading {
    margin-bottom: 40px;
  }
}
.entry_heading h2 {
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0.05em;
  font-family: "Galvji", "Manrope", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
}
@media screen and (max-width: 600px) {
  .entry_heading h2 {
    font-size: 40px;
  }
}
.entry_heading span {
  font-size: 14px;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}

/* 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;
  }
}

@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ShipporiMincho";
  src: url("./font/ShipporiMincho-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
.staff {
  background-color: #f2f2f2;
}
.staff .page-top {
  background-image: url(../images/policy/policy-top.webp);
}
@media screen and (max-width: 600px) {
  .staff .page-top {
    background-image: url(../images/policy/policy-top-sp.webp);
  }
}

.staff_content {
  padding: 100px 0 170px;
}
@media screen and (max-width: 600px) {
  .staff_content {
    padding: 40px 0 60px;
  }
}
.staff_content .section-ttl {
  flex-direction: column;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 100px;
}
@media screen and (max-width: 600px) {
  .staff_content .section-ttl {
    margin: 0 auto 24px;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .staff_content.wrap {
    width: 100%;
  }
}

.staff_list {
  -moz-column-count: 2;
       column-count: 2;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .staff_list {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.staff_item {
  background-color: #fff;
  border-radius: 32px;
  padding: 40px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  -webkit-column-break-inside: avoid;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .staff_item {
    padding: 24px 16px 8px;
    margin-bottom: 24px;
    border-radius: 20px;
  }
}

.staff_item img {
  border-radius: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .staff_item img {
    margin-bottom: 16px;
    border-radius: 12px;
  }
}

.staff_name {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .staff_name {
    margin-bottom: 16px;
  }
}

.staff_name span {
  display: block;
}
.staff_name span:nth-child(1) {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
}
@media screen and (max-width: 600px) {
  .staff_name span:nth-child(1) {
    font-size: 14px;
    margin: 0 auto 4px;
  }
}
.staff_name span:nth-child(2) {
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .staff_name span:nth-child(2) {
    font-size: 16px;
  }
}

.staff_detail {
  margin-bottom: 24px;
}

.staff_detail_item {
  display: grid;
  grid-template-columns: 178px 1fr;
  align-items: center;
  font-size: 14px;
  padding: 10px 0;
  border-top: 1px dashed #D1D1D1;
  line-height: 1.8;
}
.staff_detail_item:last-child {
  border-bottom: 1px dashed #D1D1D1;
  align-items: flex-start;
}

.staff_message p {
  font-size: 14px;
  line-height: 1.8;
}

.staff_message_bubble {
  background-color: #707070;
  padding: 8px 16px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto 20px;
  border-radius: 100px;
  position: relative;
  color: #fff;
}
.staff_message_bubble::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 12px;
  background-color: #707070;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  transform: translateX(-50%);
  bottom: -11px;
}

.craftsman {
  padding-bottom: 170px;
}
.craftsman .section-ttl {
  flex-direction: column;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 100px;
}

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

.staff_more {
  display: none;
  background-color: #707070;
  padding: 8px 0;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 4px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 600px) {
  .staff_more {
    display: flex;
  }
}

.staff_more_txt {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.staff_more_txt::after {
  content: "More";
}

.open .staff_more_txt::after {
  content: "Close";
}

.staff_more_arrow {
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.open .staff_more_arrow {
  transform: rotate(225deg) translateY(-4px);
}

/* 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;
  }
}

@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ShipporiMincho";
  src: url("./font/ShipporiMincho-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
.voice {
  background-color: #f2f2f2;
}
.voice .page-top {
  background-image: url(../images/voice/voice-top.webp);
}
@media screen and (max-width: 600px) {
  .voice .page-top {
    background-image: url(../images/voice/voice-top-sp.webp);
  }
}

.voice_content {
  padding: 100px 0 140px;
}
@media screen and (max-width: 600px) {
  .voice_content {
    padding: 40px 0 80px;
  }
}

@media screen and (max-width: 600px) {
  .voice_content.wrap-sm {
    width: 100%;
  }
}

.voice_top {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 80px;
}
@media screen and (max-width: 600px) {
  .voice_top {
    width: calc(100% - 32px);
    margin: 0 auto 40px;
  }
}

.voice_item {
  overflow: hidden;
  background-color: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 600px) {
  .voice_item {
    border-radius: 24px;
  }
}
.voice_item:not(:last-child) {
  margin-bottom: 40px;
}

.voice_txt {
  padding: 50px 40px 70px;
}
@media screen and (max-width: 600px) {
  .voice_txt {
    padding: 24px 16px 32px;
  }
}

.voice_bubble {
  margin-bottom: 32px;
}
.voice_bubble img {
  width: 36px;
}
@media screen and (max-width: 600px) {
  .voice_bubble img {
    width: 22px;
  }
}
.voice_bubble img:last-child {
  margin-left: auto;
}
.voice_bubble h3 {
  padding: 0 42px;
  font-size: 32px;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .voice_bubble h3 {
    font-size: 24px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 600px) {
  .voice_bubble h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .voice_item_img {
    aspect-ratio: 39/27;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.voice_enquete {
  background-color: #F2F2F2;
  padding: 60px 6.4vw;
  margin-bottom: 32px;
  border-radius: 24px;
}
@media screen and (max-width: 600px) {
  .voice_enquete {
    padding: 24px 16px;
    border-radius: 16px;
  }
}

.voice_enquete_item:not(:last-child) {
  margin-bottom: 54px;
}
@media screen and (max-width: 600px) {
  .voice_enquete_item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.voice_enquete_item p:nth-child(1) {
  padding-bottom: 12px;
  border-bottom: 1px solid #D1D1D1;
}
@media screen and (max-width: 600px) {
  .voice_enquete_item p:nth-child(1) {
    padding-bottom: 8px;
  }
}
.voice_enquete_item p:nth-child(2) {
  padding-top: 12px;
}
@media screen and (max-width: 600px) {
  .voice_enquete_item p:nth-child(2) {
    padding-top: 8px;
  }
}

.voice_enquete_inner {
  max-width: 900px;
  margin: 0 auto;
}

.voice_bottom {
  padding: 0 6.4vw;
}
@media screen and (max-width: 1000px) {
  .voice_bottom {
    padding: 0;
  }
}

.voice_bottom_inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px 1fr;
}
@media screen and (max-width: 1000px) {
  .voice_bottom_inner {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 500;
  padding-top: 6px;
}
@media screen and (max-width: 600px) {
  h4 {
    font-size: 16px;
    padding-top: 0;
  }
}

/* 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;
  }
}

@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("./font/SourceHanSansJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ShipporiMincho";
  src: url("./font/ShipporiMincho-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
.works .page-top {
  background-image: url(../images/works/works-top.webp);
}
@media screen and (max-width: 600px) {
  .works .page-top {
    background-image: url(../images/works/works-top-sp.webp);
  }
}/*# sourceMappingURL=style.css.map */