@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: 1280px) {
  .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;
  }
}

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

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

@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "axis";
  src: url("./font/axis-std.otf") format("opentype");
  font-weight: 400;
  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: 1280px) {
  .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;
  }
}

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

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

@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "axis";
  src: url("./font/axis-std.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.footer {
  background-image: url(../images/common/footer_bg.webp);
  background-size: 100% 100%;
  padding: 96px 0 160px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .footer {
    padding: 40px 0 100px;
  }
}

@media screen and (max-width: 1000px) {
  .footer_wrap.wrap-sm {
    width: 94%;
  }
}

.footer_top {
  display: flex;
  align-items: center;
  gap: 48px;
  position: relative;
  margin-bottom: 32px;
}
@media screen and (max-width: 800px) {
  .footer_top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer_top small {
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  bottom: 0;
  right: 0;
}

.footer_left {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 1000px) {
  .footer_left {
    justify-content: space-between;
  }
}

.footer_logo {
  width: 170px;
  display: block;
}
@media screen and (max-width: 600px) {
  .footer_logo {
    width: 120px;
  }
}

.footer_sns {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer_sns a {
  display: block;
  width: 32px;
  transition: all 0.4s;
}
.footer_sns a:hover {
  opacity: 0.7;
}

.footer_address {
  line-height: 1.8;
  font-size: 14px;
  font-weight: 500;
}

.footer_address a {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 600px) {
  .footer_address a {
    pointer-events: auto;
    cursor: pointer;
    text-decoration: underline;
  }
}

.footer_menu {
  padding-top: 60px;
  border-top: 1px solid #fff;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1280px) {
  .footer_menu {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  .footer_menu {
    display: block;
    border-top: none;
    padding-top: 0;
    border-bottom: 1px solid #fff;
  }
}

.footer_menu_link {
  display: block;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 40px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .footer_menu_link {
    margin-bottom: 0;
    padding: 16px 0;
    border-top: 1px solid #fff;
    position: relative;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .footer_menu_link::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    top: 50%;
    right: 16px;
    transform: translateY(-50%) rotate(-45deg);
    z-index: 4;
  }
}

.footer_menu_link.footer_menu_none {
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .footer_menu_link.footer_menu_none {
    pointer-events: all;
  }
}
.footer_menu_link.footer_menu_none span {
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .footer_menu_link.footer_menu_none span {
    opacity: 1;
  }
}

@media screen and (max-width: 600px) {
  .footer_menu_info {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.35s ease;
    border-top: 1px solid #fff;
  }
}
.footer_menu_info a {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.footer_menu_info a:first-child {
  margin-top: 16px;
}

@media screen and (max-width: 600px) {
  .footer_menu_item.active .footer_menu_link::after {
    transform: translateY(-50%) rotate(135deg);
  }
}
.footer_menu_item.active .footer_menu_info {
  max-height: 500px;
  opacity: 1;
}

.footer_menu_item a {
  transition: all 0.4s;
  position: relative;
  display: block;
}
.footer_menu_item a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #fff;
  bottom: -2px;
  left: 0;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .footer_menu_item a::before {
    display: none;
  }
}
.footer_menu_item a:hover::before {
  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: 1280px) {
  .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;
  }
}

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

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

@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "axis";
  src: url("./font/axis-std.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 20px 0;
  left: 0;
  z-index: 50;
}

.header.bg {
  background-color: rgba(51, 51, 51, 0.4);
}

.header a {
  transition: all 0.4s;
}
.header a:hover {
  opacity: 0.7;
}

.mask a {
  transition: all 0.4s;
}
.mask a:hover {
  opacity: 0.7;
}

.header_wrap {
  padding: 0 78px 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_left {
  display: flex;
  align-items: center;
  gap: 32px;
}

.header_logo {
  display: block;
  width: 170px;
  aspect-ratio: 170/45;
}
@media screen and (max-width: 600px) {
  .header_logo {
    width: 130px;
  }
}

.header-black.bg {
  background-color: rgba(255, 255, 255, 0.4);
}
.header-black .header_logo_a {
  background-image: url(../images/common/logo-black.webp);
}
.header-black .header_nav {
  color: #333333;
}
.header-black .header_sns a:nth-child(1) {
  background-image: url(../images/common/youtube_icon-black.webp);
}
.header-black .header_sns a:nth-child(2) {
  background-image: url(../images/common/insta_icon-black.webp);
}
.header-black .header_menu a {
  background-image: url(../images/common/btn-bg.webp);
  background-size: 100% 100%;
}
.header-black .toggle_btn span {
  background-color: #333;
}
.header-black .open .toggle_btn span {
  background-color: #fff;
}

.header_logo_a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/logo.webp);
  background-size: 100% 100%;
}

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

.header_right {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  .header_right {
    display: none;
  }
}

.header_sns {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header_sns a {
  display: block;
  width: 32px;
  aspect-ratio: 1/0.85;
  background-size: 100% 100%;
}

.header_sns a:nth-child(1) {
  background-image: url(../images/common/youtube_icon.webp);
}

.header_sns a:nth-child(2) {
  background-image: url(../images/common/insta_icon.webp);
}

.header_menu {
  display: flex;
  align-items: center;
  gap: 4px;
}

.header_menu a {
  border: 1px solid #C1C1C1;
  width: 114px;
  height: 36px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
}

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

.mask {
  display: block;
  position: fixed;
  opacity: 0;
  top: 0;
  right: -1000px;
  height: 100vh;
  width: 900px;
  background: #333333;
  z-index: -4;
  transition: all 0.5s;
  padding: 80px;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .mask {
    width: 100%;
    max-width: 390px;
    padding: 70px 16px 120px;
    overflow-y: scroll;
  }
}

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

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

.open .toggle_btn span {
  transition: all 0.5s;
  background-color: #fff;
}
.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);
}

.mask_top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid #575757;
  margin-bottom: 48px;
}
@media screen and (max-width: 1280px) {
  .mask_top {
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #575757;
  }
}

.mask_top_a {
  display: block;
  width: 100%;
  border-right: 1px solid #575757;
  padding: 20px 0;
}
@media screen and (max-width: 1280px) {
  .mask_top_a {
    border-bottom: 1px solid #575757;
  }
}

.mask_top_img {
  display: block;
  width: 48px;
  margin: 0 auto 26px;
}

.mask_top_txt {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .mask_top_txt {
    font-size: 16px;
  }
}
.mask_top_txt img {
  width: 16px;
}

.mask_menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  .mask_menu {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }
}

.mask_menu_item .mask_menu_sm {
  font-size: 12px;
  font-weight: 500;
  color: #EBE7E5;
  margin-bottom: 16px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1280px) {
  .mask_menu_item .mask_menu_sm {
    padding-left: 8px;
  }
}

.mask_menu_a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: 500;
  margin-bottom: 32px;
}
@media screen and (max-width: 1280px) {
  .mask_menu_a {
    margin-bottom: 16px;
    padding-bottom: 8px;
    width: 100%;
    border-bottom: 1px solid #575757;
    position: relative;
  }
}
.mask_menu_a::after {
  content: "";
}
@media screen and (max-width: 600px) {
  .mask_menu_a::after {
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    top: 6px;
    right: 0;
    transform: rotate(45deg);
  }
}

.mask_bottom {
  padding-top: 28px;
  border-top: 1px solid #575757;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .mask_bottom {
    border-top: none;
    padding-top: 0;
  }
}
.mask_bottom .mask_menu_a {
  display: none;
}
@media screen and (max-width: 1280px) {
  .mask_bottom .mask_menu_a {
    display: block;
  }
}

.mask_bottom_menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1280px) {
  .mask_bottom_menu {
    grid-template-columns: 1fr 1fr;
    padding-right: 54px;
  }
}

@media screen and (max-width: 1280px) {
  .mask_bottom_item:last-child {
    display: none;
  }
}

.mask_bottom_item a {
  font-size: 14px;
  font-weight: 500;
  color: #EDEDED;
  display: block;
}
@media screen and (max-width: 1280px) {
  .mask_bottom_item a {
    font-size: 12px;
  }
}
.mask_bottom_item a:not(:last-child) {
  margin-bottom: 16px;
}

.mask_bottom_sns {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
}

.mask_bottom_sns a {
  width: 34px;
  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: 1280px) {
  .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;
  }
}

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

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

@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "axis";
  src: url("./font/axis-std.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
body {
  width: 100%;
  overflow-x: hidden;
  background-color: #F7F6F5;
  font-family: "Yu Gothic Medium", "Yu Gothic", "游ゴシック体", "Noto Sans JP", sans-serif;
  color: #333333;
  position: relative;
}

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

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

a {
  text-decoration: none;
}

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

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

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

@keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}
p {
  font-size: 14px;
  line-height: 2.4;
}
@media screen and (max-width: 600px) {
  p {
    font-size: 13px;
  }
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.2s;
}

.fadein.fadein-slow {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.5s 0.3s;
}

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

#webgl-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

.wrap {
  width: 86%;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .wrap {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .wrap {
    width: 94%;
  }
}

.wrap-sm {
  width: 76%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .wrap-sm {
    width: 86%;
  }
}
@media screen and (max-width: 800px) {
  .wrap-sm {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .wrap-sm {
    width: 94%;
  }
}

.wrap-ssm {
  width: 76%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .wrap-ssm {
    width: 86%;
  }
}
@media screen and (max-width: 800px) {
  .wrap-ssm {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .wrap-ssm {
    width: 94%;
  }
}

.section_heading {
  font-family: "Chillax", sans-serif;
  font-size: 20px;
}

.more_btn {
  display: inline-block;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-family: "Chillax", sans-serif;
  width: 180px;
  font-size: 18px;
  position: relative;
  padding: 16px 8px;
}
@media screen and (max-width: 600px) {
  .more_btn {
    font-size: 16px;
    width: 160px;
    padding: 8px 8px;
  }
}
.more_btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #999;
  bottom: 0;
  left: 0;
}

.more_btn_txt {
  display: inline-block;
  /* clip-pathで右側を隠す */
  clip-path: inset(0% 100% 0% 0%);
}

.more_btn_first {
  clip-path: inset(0% 0% 0% 0%);
  position: absolute;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.more_btn_line {
  display: block;
  width: 0%;
  position: absolute;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.more_btn_arrow {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: relative;
}
.more_btn_arrow .more_btn_inner {
  overflow: hidden;
  width: 6px;
  height: 6px;
  position: relative;
}
.more_btn_arrow img {
  width: 6px;
  height: 6px;
}

.more_btn_arrow-first {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.more_btn_arrow-second {
  position: absolute;
  top: 8px;
  left: -8px;
  z-index: 2;
}

.more_btn-black .more_btn_line {
  background-color: #333;
}
.more_btn-black .more_btn_arrow {
  background-color: #333;
}

.back_btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid #333333;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
  transition: all 0.4s;
}

.back_btn:hover {
  opacity: 0.7;
}
.back_btn:hover .back_btn_arrow {
  transform: translateX(8px) rotate(-45deg);
}

.back_btn_txt {
  font-size: 14px;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.back_btn_arrow {
  width: 9px;
  height: 9px;
  display: block;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

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

.cta_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-size: cover;
  height: 280px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .cta_link {
    height: 140px;
  }
}

.cta_link:hover .cta_link_bg {
  transform: scale(1.15);
}

.cta_link_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}

.cta_link_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.cta_link_inner span {
  font-family: "Chillax", sans-serif;
  font-size: 14px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
}
@media screen and (max-width: 600px) {
  .cta_link_inner span {
    font-size: 12px;
    margin: 0 auto 12px;
  }
}
.cta_link_inner h2 {
  font-size: 24px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .cta_link_inner h2 {
    font-size: 18px;
  }
}

.breadcrumb {
  position: absolute;
  top: 100px;
  left: 40px;
  z-index: 5;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .breadcrumb {
    left: 3%;
    font-size: 10px;
    top: 90px;
  }
}

.breadcrumb-white {
  color: #fff;
}
.breadcrumb-white .breadcrumb_item:not(:last-child)::after {
  background-color: #fff;
}

.breadcrumb_list {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 600px) {
  .breadcrumb_list {
    gap: 16px;
  }
}

.breadcrumb_item:not(:last-child) {
  position: relative;
}
.breadcrumb_item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #333;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
}
@media screen and (max-width: 600px) {
  .breadcrumb_item:not(:last-child)::after {
    right: -12px;
    width: 6px;
  }
}

.page-fv {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 600px) {
  .page-fv {
    height: 530px;
  }
}

.page-fv_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}

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

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

.page-top {
  position: relative;
  padding-top: 260px;
}
@media screen and (max-width: 600px) {
  .page-top {
    padding-top: 160px;
  }
}

.page-top_wrap span {
  font-size: 20px;
  font-family: "Chillax", sans-serif;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 40px;
}
@media screen and (max-width: 600px) {
  .page-top_wrap span {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

.page-top_wrap h2 {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .page-top_wrap h2 {
    font-size: 24px;
    line-height: 1.8;
  }
}

.page-top_wrap p {
  margin-top: 48px;
  max-width: 780px;
}
@media screen and (max-width: 600px) {
  .page-top_wrap p {
    margin-top: 24px;
  }
}
.page-top_wrap p span {
  font-size: 24px;
  display: inline;
}
@media screen and (max-width: 600px) {
  .page-top_wrap p span {
    font-size: 18px;
  }
}

.page-error {
  padding: 160px 0 120px;
}

.page-error h1 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}

.page-error h2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}

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

.post_item:hover .post_img img {
  transform: scale(1.1);
}

.post_img {
  aspect-ratio: 55/38;
  width: 100%;
  overflow: hidden;
  margin-bottom: 12px;
}

.post_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}

.post_date {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
}

.post_ttl {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 8px;
}

.post_time {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}

.post_area {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
}

.post_terms {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 0 6px;
}

.post_terms li {
  color: #fff;
  background-color: #333333;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 4px 2px;
  font-size: 12px !important;
}

.post_num {
  font-size: 14px;
  font-family: "Chillax", sans-serif;
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.post_tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 4px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}

.post_lists {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-wrap: wrap;
}
.post_lists li {
  background-color: #C1C1C1;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 10px;
  padding: 8px;
  font-weight: 500;
}

.l-pager {
  padding-top: 120px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .l-pager {
    padding-top: 60px;
  }
}
.l-pager .pager_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-family: "Chillax", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.l-pager li.prev,
.l-pager li.next {
  display: none;
}
.l-pager a {
  color: #C1C1C1;
}

.l-pager .current a {
  color: #333333;
}

/* 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: 1280px) {
  .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;
  }
}

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

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

@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "axis";
  src: url("./font/axis-std.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/* --------------------------------------------------------------------- 
front
-----------------------------------------------------------------------*/
/*--------------- fv ---------------*/
.fv_wrap {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .fv_wrap {
    height: calc(100vh - 86px);
  }
}

.fv_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 2s ease;
  /* フェードで切り替え */
}

.fv_bg_img.active {
  opacity: 1;
  z-index: 2;
}

.fv_bg_img.active-b {
  z-index: 1;
}

.fv_bg {
  position: relative;
  width: 100%;
  height: 100vh;
}

.fv_bg_wrap {
  width: 110%;
  height: 100%;
}

.slow .fv_bg_wrap {
  animation: slowPan 5s linear forwards;
}
@media screen and (max-width: 600px) {
  .slow .fv_bg_wrap {
    animation: slowPan_sp 5s linear forwards;
  }
}

.fv_bg_wrap .thumbnail {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes slowPan {
  0% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(-0.2vw);
  }
  100% {
    transform: translateX(-2vw);
  }
}
@keyframes slowPan_sp {
  0% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(-1vw);
  }
  100% {
    transform: translateX(-6vw);
  }
}
@media screen and (max-width: 600px) {
  .fv_pc {
    display: none;
  }
}

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

.fv_main {
  color: #fff;
  position: absolute;
  font-family: "Chillax", sans-serif;
  font-size: 92px;
  left: 7%;
  top: 42%;
  transform: translateY(-50%);
  font-weight: 500;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  .fv_main {
    left: 6%;
    font-size: 80px;
  }
}
@media screen and (max-width: 800px) {
  .fv_main {
    font-size: 60px;
    width: 100%;
    top: 38%;
    left: 8%;
  }
}
@media screen and (max-width: 600px) {
  .fv_main {
    font-size: 9.6vw;
    left: 6%;
  }
}

.fv_main_inner > span {
  display: block;
  color: #fff;
  position: relative;
  background-image: linear-gradient(80deg, rgb(255, 255, 255) 45%, rgb(255, 255, 255) 49%, rgba(85, 85, 85, 0.5) 50%, rgba(85, 85, 85, 0.8) 51%, rgb(255, 255, 255) 52%, rgb(255, 255, 255) 55%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-position: 100% 50%;
}

.fv_main_top {
  clip-path: inset(0% 100% 0% 0%);
  display: flex;
  align-items: center;
  transform: translateX(40px);
}

.fv_main_top span {
  letter-spacing: 0.1em;
}

.fv_main_bottom {
  clip-path: inset(0% 100% 0% 0%);
  display: flex;
  align-items: center;
  transform: translateX(40px);
  margin-left: 450px;
}
@media screen and (max-width: 1000px) {
  .fv_main_bottom {
    margin-left: 390px;
  }
}
@media screen and (max-width: 800px) {
  .fv_main_bottom {
    margin-left: 290px;
  }
}
@media screen and (max-width: 600px) {
  .fv_main_bottom {
    margin-left: 44vw;
  }
}

.fv_main_bottom span {
  letter-spacing: 0.1em;
}

.fv_item {
  width: 350px;
  position: absolute;
  bottom: 16px;
  left: 7%;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  .fv_item {
    left: 2%;
  }
}
@media screen and (max-width: 800px) {
  .fv_item {
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
    width: 270px;
  }
}

.fv_event {
  display: flex;
  gap: 8px;
  padding: 16px 20px;
  background-image: url(../images/top/fv_event_bg.webp);
  width: -moz-fit-content;
  width: fit-content;
  background-size: 100% 100%;
  position: absolute;
  right: 24px;
  bottom: 24px;
  align-items: center;
  transition: all 0.3s ease;
  z-index: 5;
}
@media screen and (max-width: 800px) {
  .fv_event {
    right: auto;
    width: -moz-fit-content;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 600px) {
  .fv_event {
    width: 320px;
    padding: 12px;
    transform: none;
    left: auto;
    right: 5%;
    justify-content: space-between;
  }
}
.fv_event:hover {
  opacity: 0.7;
}

.fv_event_img {
  width: 106px;
}
@media screen and (max-width: 600px) {
  .fv_event_img {
    width: 92px;
  }
}

.fv_event_txt {
  width: 232px;
}
@media screen and (max-width: 600px) {
  .fv_event_txt {
    width: 198px;
    font-size: 12px;
  }
}

.fv_event_top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
@media screen and (max-width: 600px) {
  .fv_event_top {
    font-size: 10px;
    gap: 6px;
  }
}

.fv_event_top span:nth-child(1) {
  background-color: #333;
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 4px;
}
@media screen and (max-width: 600px) {
  .fv_event_top span:nth-child(1) {
    font-size: 10px;
    padding: 2px;
  }
}
.fv_event_top span:nth-child(2) {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .fv_event_top span:nth-child(2) {
    font-size: 10px;
  }
}

.fv_event_txt h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .fv_event_txt h3 {
    font-size: 12px;
  }
}

.fv_menu {
  display: none;
}
@media screen and (max-width: 600px) {
  .fv_menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background-color: #fff;
    width: 100%;
    position: fixed;
    z-index: 80;
    bottom: 0;
    left: 0;
    background-image: url(../images/top/fv_menu.webp);
    background-size: 100% 100%;
  }
}

.fv_menu a {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
}
.fv_menu a:not(:last-child) {
  border-right: 1px solid #D3D3D3;
}

.top-event {
  padding: 260px 0;
}
@media screen and (max-width: 600px) {
  .top-event {
    padding: 160px 0;
  }
}
@media screen and (max-width: 600px) {
  .top-event .more_btn {
    margin-left: auto;
  }
}

.top-event_heading {
  margin-bottom: 32px;
}

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

.top-event_img {
  aspect-ratio: 55/38;
  margin-bottom: 16px;
  overflow: hidden;
}
.top-event_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}

.top-event_content a:hover .top-event_img img {
  transform: scale(1.1);
}

.top-event_date {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .top-event_date {
    font-size: 12px;
  }
}

.top-event_ttl {
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 1600px) {
  .top-event_ttl {
    font-size: 16px;
  }
}

.top-event_item {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .top-event_item {
    font-size: 12px;
    grid-template-columns: 20px 1fr;
    gap: 4px;
  }
}
.top-event_item:not(:last-child) {
  margin-bottom: 6px;
}

.top-event_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  row-gap: 24px;
}

.top-event_link .top-event_img {
  margin-bottom: 10px;
}
.top-event_link .top-event_date {
  font-size: 12px;
  margin-bottom: 8px;
}
.top-event_link .top-event_ttl {
  font-size: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1600px) {
  .top-event_link .top-event_ttl {
    font-size: 14px;
  }
}
.top-event_link .top-event_item {
  grid-template-columns: 20px 1fr;
  font-size: 12px;
}

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

.top-about_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 160px;
}
@media screen and (max-width: 600px) {
  .top-about_wrap {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 1000px) {
  .top-about_content {
    width: 100%;
  }
}

.top-about_heading {
  margin-bottom: 80px;
}

.top-about_txt {
  line-height: 2.4;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .top-about_txt {
    margin-bottom: 40px;
  }
}

.top-about_img {
  width: 260px;
}
@media screen and (max-width: 1280px) {
  .top-about_img {
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .top-about_img {
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 600px) {
  .top-about_img {
    width: 160px;
  }
}

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

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

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

.top-about_swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.top-about_swiper .swiper-slide:nth-child(even) {
  padding-top: 40px;
}
.top-about_swiper .swiper-slide {
  padding-right: 24px;
}
@media screen and (max-width: 600px) {
  .top-about_swiper .swiper-slide {
    padding-right: 16px;
  }
}

.top-works {
  padding: 200px 0 260px;
}
@media screen and (max-width: 600px) {
  .top-works {
    padding: 80px 0 120px;
  }
}

.top-works_heading {
  opacity: 0.2;
  width: 370px;
}
@media screen and (max-width: 1280px) {
  .top-works_heading {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 600px) {
  .top-works_heading {
    width: 200px;
  }
}

.top-works_wrap {
  width: 93%;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .top-works_wrap {
    width: 97%;
  }
}

.top-works_content {
  display: grid;
  grid-template-columns: 1fr 70%;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .top-works_content {
    grid-template-columns: 386px calc(100% - 386px);
  }
}
@media screen and (max-width: 1280px) {
  .top-works_content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.top-works_txt p {
  line-height: 2.4;
  margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  .top-works_txt p {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .top-works_txt br.pc_M_hidden {
    display: none;
  }
}

.top-works_swiper {
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .top-works_swiper {
    padding-bottom: 120px;
  }
}
.top-works_swiper .swiper-slide {
  width: 600px !important;
}
@media screen and (max-width: 600px) {
  .top-works_swiper .swiper-slide {
    width: 360px !important;
  }
}

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

.top-works_img {
  width: 380px;
  overflow: hidden;
  aspect-ratio: 38/41;
}
@media screen and (max-width: 600px) {
  .top-works_img {
    width: 240px;
  }
}
.top-works_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}

.top-works_item {
  display: block;
  width: 100%;
  position: relative;
}

.top-works_des {
  position: absolute;
  width: 190px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 600px) {
  .top-works_des {
    bottom: auto;
    top: 226px;
  }
}

.top-works_num {
  display: block;
  font-family: "Chillax", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .top-works_num {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: 24px;
    margin-bottom: 32px;
  }
}
.top-works_num::after {
  content: "";
  width: 86px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: -100px;
  position: absolute;
}

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

.top-works_tag {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 12px;
}

.top-room {
  padding-bottom: 280px;
}
@media screen and (max-width: 600px) {
  .top-room {
    padding-bottom: 160px;
  }
}
.top-room .more_btn {
  margin-left: auto;
}

.top-room_heading {
  margin-bottom: 60px;
}

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

.top-room_slider {
  display: none;
}
@media screen and (max-width: 600px) {
  .top-room_slider {
    display: block;
    margin-bottom: 40px;
    width: 100%;
    overflow-x: hidden;
  }
}

.top-room_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.top-room_img {
  margin-bottom: 20px;
  overflow: hidden;
}
.top-room_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}

.roomtour_item:hover .top-room_img img {
  transform: scale(1.1);
}

.top-room_date {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .top-room_date {
    font-size: 12px;
  }
}

.top-room_ttl {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 1400px) {
  .top-room_ttl {
    font-size: 16px;
  }
}

.top-room_link .top-room_ttl {
  font-size: 16px;
}
@media screen and (max-width: 1400px) {
  .top-room_link .top-room_ttl {
    font-size: 14px;
  }
}

.top-voice {
  padding-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .top-voice {
    padding-bottom: 40px;
  }
}

.top-voice_heading {
  margin-bottom: 32px;
}
@media screen and (max-width: 600px) {
  .top-voice_heading {
    margin-bottom: 16px;
  }
}

.top-voice_ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .top-voice_ttl {
    margin-bottom: 40px;
  }
}

.top-voice_ttl h3 {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .top-voice_ttl h3 {
    font-size: 24px;
  }
}

.top-voice_top {
  height: 400px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 600px) {
  .top-voice_top {
    height: 200px;
  }
}

.top-voice_item {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.top-voice_item h4 {
  line-height: 1.5;
  color: #fff;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  font-weight: 500;
  width: 86%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
}
@media screen and (max-width: 1400px) {
  .top-voice_item h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  .top-voice_item h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .top-voice_item h4 {
    font-size: 12px;
    bottom: 32px;
    text-shadow: 0 0 4px #000;
  }
}

.top-voice_item:hover .top-voice_arrow {
  width: 120px;
}
@media screen and (max-width: 600px) {
  .top-voice_item:hover .top-voice_arrow {
    width: 60px;
  }
}

.top-voice_arrow {
  position: absolute;
  width: 84px;
  background-color: #fff;
  height: 1px;
  display: block;
  left: calc(100% - 160px);
  z-index: 2;
  bottom: 24px;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .top-voice_arrow {
    width: 40px;
    left: calc(100% - 80px);
    bottom: 14px;
  }
}
.top-voice_arrow::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #fff;
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  bottom: -3px;
  right: 6px;
}
@media screen and (max-width: 600px) {
  .top-voice_arrow::after {
    height: 12px;
    bottom: -1px;
    right: 4px;
  }
}

.top-voice_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.top-voice_img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.4);
  z-index: 1;
  top: 0;
  left: 0;
}
.top-voice_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-voice_bottom {
  height: 340px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 600px) {
  .top-voice_bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .top-voice_bottom .top-voice_item {
    height: 200px;
  }
}
@media screen and (max-width: 600px) {
  .top-voice_bottom .top-voice_item:nth-child(2),
  .top-voice_bottom .top-voice_item:nth-child(3) {
    width: 50%;
  }
}

.top-menu_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 480px;
}
@media screen and (max-width: 600px) {
  .top-menu_wrap {
    height: 220px;
  }
}

.top-menu_link {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1000px) {
  .top-menu_link .more_btn {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.top-menu_link .more_btn::after {
  background-color: #fff;
}
.top-menu_link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(51, 51, 51, 0.3);
  top: 0;
  left: 0;
}

.top-menu_link:nth-child(1) {
  background-image: url(../images/top/menu_img1.webp);
}

.top-menu_link:nth-child(2) {
  background-image: url(../images/top/menu_img2.webp);
}

.top-menu_inner {
  position: absolute;
  bottom: 40px;
  width: 86%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 5;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .top-menu_inner {
    width: 86%;
    height: 80%;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 1000px) {
  .top-menu_txt {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.top-menu_txt span {
  font-family: "Chillax", sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 1280px) {
  .top-menu_txt span {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .top-menu_txt span {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.top-menu_txt h2 {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .top-menu_txt h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .top-menu_txt h2 {
    font-size: 18px;
  }
}

.top-lineup {
  padding: 200px 0 240px;
}
@media screen and (max-width: 600px) {
  .top-lineup {
    padding: 120px 0 80px;
  }
}

.top-lineup_heading {
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}
@media screen and (max-width: 800px) {
  .top-lineup_heading {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

.top-lineup_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4px;
}
@media screen and (max-width: 1000px) {
  .top-lineup_list {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto;
  }
}

.top-lineup_item {
  display: block;
}
.top-lineup_item .more_btn {
  margin-left: auto;
}

.top-lineup_txt {
  color: #fff;
  padding: 36px 24px 24px;
  background-color: #333333;
}
@media screen and (max-width: 1280px) {
  .top-lineup_txt {
    padding: 24px 16px 24px;
  }
}

.top-lineup_txt p {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 54px;
  line-height: 2.4;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .top-lineup_txt p {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .top-lineup_txt p {
    margin: 0 auto 24px;
  }
}

.top-request {
  padding-bottom: 160px;
}

.top-request_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 140px;
}
@media screen and (max-width: 1000px) {
  .top-request_wrap {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .top-request_wrap {
    margin-bottom: 80px;
  }
}

.top-request_img {
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .top-request_img {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .top-request_img {
    width: 86%;
  }
}

.top-request_tag {
  width: 20px;
  top: 0;
  right: -44px;
  position: absolute;
}
@media screen and (max-width: 600px) {
  .top-request_tag {
    right: -32px;
  }
}

.top-request_content {
  position: relative;
}
.top-request_content .top-request_img {
  width: 280px;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1280px) {
  .top-request_content .top-request_img {
    width: 220px;
  }
}
@media screen and (max-width: 1000px) {
  .top-request_content .top-request_img {
    position: static;
    margin-left: auto;
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  .top-request_content .top-request_img {
    width: 46%;
  }
}

.top-request_txt {
  position: absolute;
  top: 20%;
  left: 16%;
}
@media screen and (max-width: 1000px) {
  .top-request_txt {
    position: relative;
    top: auto;
    left: auto;
    margin-left: 3%;
  }
}
@media screen and (max-width: 600px) {
  .top-request_txt {
    margin-bottom: 24px;
  }
}
.top-request_txt h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .top-request_txt h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.top-request_sns {
  display: block;
  background-image: url(../images/top/bg.webp);
  background-size: 100% 100%;
  padding: 30px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .top-request_sns {
    padding: 20px 16px;
  }
}
.top-request_sns p {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 28px;
}
@media screen and (max-width: 600px) {
  .top-request_sns p {
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 1.5;
  }
}
.top-request_sns .more_btn {
  margin-left: auto;
}
.top-request_sns .more_btn::after {
  background-color: #fff;
}

.top-request_sns_img {
  width: 392px;
  margin-bottom: 45px;
}
@media screen and (max-width: 600px) {
  .top-request_sns_img {
    width: 270px;
    margin-bottom: 60px;
  }
}

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

.top-news_heading {
  margin-bottom: 24px;
}
@media screen and (max-width: 1280px) {
  .top-news_heading {
    margin-bottom: 40px;
  }
}

.top-news_list {
  width: 78%;
  margin-left: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  .top-news_list {
    width: 100%;
  }
}

.top-news_item {
  padding-bottom: 28px;
  width: 100%;
  border-bottom: 1px solid #EDEDED;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .top-news_item {
    flex-direction: column;
    align-items: start;
    gap: 4px;
    padding-bottom: 12px;
  }
}
.top-news_item:hover {
  opacity: 0.7;
}
.top-news_item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .top-news_item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.top-news_item span {
  display: block;
  padding-right: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  border-right: 1px solid #C1C1C1;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .top-news_item span {
    border-right: none;
    font-size: 14px;
  }
}
.top-news_item h3 {
  font-weight: 500;
  padding-left: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .top-news_item h3 {
    padding-left: 0;
  }
}

.top-news .more_btn {
  margin-left: auto;
}

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

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

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

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

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

@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "axis";
  src: url("./font/axis-std.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.concept_fv_inner {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 30%;
  left: 0;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .concept_fv_inner {
    top: 36%;
  }
}

.concept_fv_inner span:nth-child(1) {
  font-family: "Chillax", sans-serif;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 26px;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .concept_fv_inner span:nth-child(1) {
    font-size: 14px;
    margin: 0 auto 16px;
  }
}
.concept_fv_inner span:nth-child(3) {
  font-size: 22px;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .concept_fv_inner span:nth-child(3) {
    font-size: 16px;
  }
}

.concept_fv_inner h2 {
  font-family: "Chillax", sans-serif;
  font-size: 40px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 26px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
  .concept_fv_inner h2 {
    font-size: 28px;
    margin: 0 auto 20px;
  }
}

.concept_content {
  padding: 120px 0 20px;
}
@media screen and (max-width: 600px) {
  .concept_content {
    padding: 40px 0 0;
  }
}
.concept_content p {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.concept_bottom {
  padding: 200px 0 100px;
}
@media screen and (max-width: 600px) {
  .concept_bottom {
    padding: 120px 0 120px;
  }
}

.concept_bottom_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .concept_bottom_content {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}

.concept_bottom_txt h3 {
  font-size: 20px;
  font-family: "Chillax", sans-serif;
}

.concept_bottom_list {
  display: grid;
  grid-template-columns: repeat(3, 200px);
  gap: 24px;
  row-gap: 40px;
}
@media screen and (max-width: 800px) {
  .concept_bottom_list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .concept_bottom_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    row-gap: 24px;
  }
}

.concept_bottom_item {
  display: block;
  transition: all 0.4s;
}
@media screen and (max-width: 800px) {
  .concept_bottom_item {
    max-width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .concept_bottom_item {
    width: 100%;
  }
}
.concept_bottom_item .concept_bottom_img {
  margin-bottom: 24px;
  aspect-ratio: 200/128;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .concept_bottom_item .concept_bottom_img {
    margin-bottom: 12px;
  }
}
.concept_bottom_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.concept_bottom_item span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .concept_bottom_item span {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .concept_bottom_item span {
    font-size: 13px;
  }
}

.concept_bottom_item:hover img {
  transform: scale(1.2);
}

/* 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: 1280px) {
  .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;
  }
}

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

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

@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "axis";
  src: url("./font/axis-std.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.design_list {
  padding: 80px 0 160px;
}
@media screen and (max-width: 600px) {
  .design_list {
    padding: 80px 0 100px;
  }
}

.design_item {
  display: grid;
  grid-template-columns: 52% 1fr;
  align-items: center;
  gap: 94px;
}
@media screen and (max-width: 1400px) {
  .design_item {
    gap: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .design_item {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .design_item {
    gap: 24px;
  }
}
.design_item:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .design_item:not(:last-child) {
    margin-bottom: 60px;
  }
}

.design_item:nth-child(even) {
  grid-template-columns: 1fr 52%;
}
@media screen and (max-width: 1280px) {
  .design_item:nth-child(even) {
    grid-template-columns: 1fr;
  }
}
.design_item:nth-child(even) .design_img {
  order: 2;
}
@media screen and (max-width: 1280px) {
  .design_item:nth-child(even) .design_img {
    order: -1;
  }
}

@media screen and (max-width: 1280px) {
  .design_img {
    max-width: 500px;
  }
}

.design_num {
  display: block;
  font-family: "Chillax", sans-serif;
  font-size: 14px;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .design_num {
    margin-bottom: 16px;
  }
}

.design_ttl {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media screen and (max-width: 1400px) {
  .design_ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .design_ttl {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

/* 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: 1280px) {
  .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;
  }
}

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

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

@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "axis";
  src: url("./font/axis-std.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.ideology_list {
  padding: 80px 0 160px;
}
@media screen and (max-width: 600px) {
  .ideology_list {
    padding: 80px 0 100px;
  }
}

.ideology_item {
  display: grid;
  grid-template-columns: 52% 1fr;
  align-items: center;
  gap: 94px;
}
@media screen and (max-width: 1400px) {
  .ideology_item {
    gap: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .ideology_item {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .ideology_item {
    gap: 24px;
  }
}
.ideology_item:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .ideology_item:not(:last-child) {
    margin-bottom: 60px;
  }
}

.ideology_item:nth-child(even) {
  grid-template-columns: 1fr 52%;
}
@media screen and (max-width: 1280px) {
  .ideology_item:nth-child(even) {
    grid-template-columns: 1fr;
  }
}
.ideology_item:nth-child(even) .ideology_img {
  order: 2;
}
@media screen and (max-width: 1280px) {
  .ideology_item:nth-child(even) .ideology_img {
    order: -1;
  }
}

@media screen and (max-width: 1280px) {
  .ideology_img {
    max-width: 500px;
  }
}

.ideology_num {
  display: block;
  font-family: "Chillax", sans-serif;
  font-size: 14px;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .ideology_num {
    margin-bottom: 16px;
  }
}

.ideology_ttl {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media screen and (max-width: 1400px) {
  .ideology_ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .ideology_ttl {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

/* 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: 1280px) {
  .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;
  }
}

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

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

@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "axis";
  src: url("./font/axis-std.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.perform_fv_inner {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%) !important;
  left: 0;
}

.perform_fv_inner h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .perform_fv_inner h2 {
    font-size: 20px;
    line-height: 2.4;
  }
}

.perform_txt {
  padding: 90px 0;
}
@media screen and (max-width: 600px) {
  .perform_txt {
    padding: 60px 0;
  }
}
.perform_txt h3 {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .perform_txt h3 {
    line-height: 1.8;
    margin-bottom: 24px;
  }
}

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

.reason {
  background-color: #EDEDED;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  .reason {
    padding: 60px 0;
  }
}

.reason_heading {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 120px;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .reason_heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .reason_heading {
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 1.8;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .reason_heading {
    font-size: 22px;
  }
}

@media screen and (max-width: 600px) {
  .reason_list {
    border-bottom: 1px solid #707070;
  }
}

@media screen and (max-width: 600px) {
  .reason_item {
    border-top: 1px solid #707070;
    padding: 20px 0;
    position: relative;
  }
}
.reason_item:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .reason_item:not(:last-child) {
    margin-bottom: 0;
  }
}

.reason_ttl {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .reason_ttl {
    gap: 12px;
    margin-bottom: 0;
    align-items: flex-start;
    position: relative;
    cursor: pointer;
  }
}

.reason_ttl::after {
  display: none;
}
@media screen and (max-width: 600px) {
  .reason_ttl::after {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333;
    top: 50%;
    right: 8px;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.4s;
  }
}

@media screen and (max-width: 600px) {
  .open.reason_ttl::after {
    top: 52%;
    transform: translateY(-50%) rotate(225deg);
  }
}

.reason_ttl span {
  font-size: 14px;
  font-family: "Chillax", sans-serif;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .reason_ttl span {
    padding-top: 8px;
  }
}

.reason_ttl h4 {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .reason_ttl h4 {
    font-size: 20px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 600px) {
  .reason_inner {
    display: none;
    margin-top: 24px;
  }
}

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

.spec_top {
  color: #fff;
  padding: 130px 0;
  background-image: url(../images/perform/spec_top.webp);
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .spec_top {
    background-position: right;
    padding: 90px 0;
  }
}

.spec_top_txt {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .spec_top_txt {
    margin-bottom: 40px;
  }
}
.spec_top_txt h3 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
}
@media screen and (max-width: 800px) {
  .spec_top_txt h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .spec_top_txt h3 {
    font-size: 18px;
  }
}
.spec_top_txt p {
  text-align: center;
}

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

.spec_top_item {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 800px) {
  .spec_top_item {
    grid-template-columns: 120px 1fr;
  }
}
@media screen and (max-width: 600px) {
  .spec_top_item {
    gap: 12px;
    grid-template-columns: 80px 1fr;
  }
}
@media screen and (max-width: 600px) {
  .spec_top_item p {
    line-height: 2;
  }
}

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

.spec_item {
  display: grid;
  grid-template-columns: 52% 1fr;
  align-items: center;
  gap: 94px;
}
@media screen and (max-width: 1400px) {
  .spec_item {
    gap: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .spec_item {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .spec_item {
    gap: 24px;
  }
}
.spec_item:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .spec_item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.spec_item:nth-child(even) {
  grid-template-columns: 1fr 52%;
}
@media screen and (max-width: 1280px) {
  .spec_item:nth-child(even) {
    grid-template-columns: 1fr;
  }
}
.spec_item:nth-child(even) .spec_img {
  order: 2;
}
@media screen and (max-width: 1280px) {
  .spec_item:nth-child(even) .spec_img {
    order: -1;
  }
}

@media screen and (max-width: 1280px) {
  .spec_img {
    max-width: 500px;
  }
}

.spec_txt h3 {
  font-size: 24px;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .spec_txt h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .spec_txt h3 {
    font-size: 17px;
    margin-bottom: 16px;
  }
}

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

.spec_link {
  display: block;
  height: 205px;
  width: 100%;
  background-image: url(../images/top/bg.webp);
  background-size: 100% 100%;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 600px) {
  .spec_link {
    padding: 40px 24px;
    height: auto;
  }
}
.spec_link .more_btn {
  margin-left: auto;
}
.spec_link .more_btn .more_btn_line {
  width: 100%;
}

.spec_link_img {
  position: absolute;
  width: 140px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
  .spec_link_img {
    width: 120px;
  }
}
@media screen and (max-width: 600px) {
  .spec_link_img {
    top: auto;
    left: auto;
    position: static;
    transform: none;
    margin: 0 auto 40px;
    width: 90px;
  }
}

.spec_link_txt {
  position: absolute;
  right: 32px;
  bottom: 36px;
}
@media screen and (max-width: 600px) {
  .spec_link_txt {
    position: static;
  }
}

.spec_link_top {
  display: block;
  margin-left: auto;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}

.point {
  background: linear-gradient(160deg, #433128 0%, #474747 50%, #45433F 100%);
  padding: 120px 0 180px;
}
@media screen and (max-width: 600px) {
  .point {
    padding: 60px 0 80px;
  }
}

.point_btn {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .point_btn {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .point_btn {
    margin-bottom: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.point_heading {
  color: #fff;
}
.point_heading span {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin: 0 auto 16px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .point_heading span {
    font-size: 12px;
  }
}
.point_heading h3 {
  font-family: "Chillax", sans-serif;
  font-size: 60px;
  font-weight: 500;
  margin: 0 auto 74px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1000px) {
  .point_heading h3 {
    font-size: 48px;
  }
}
@media screen and (max-width: 800px) {
  .point_heading h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .point_heading h3 {
    font-size: 32px;
    margin: 0 auto 40px;
  }
}

.point_link {
  display: block;
  width: 100%;
  padding: 24px 0;
  background-color: #fff;
  border: 2px solid #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .point_link {
    padding: 16px 0;
  }
}
.point_link span {
  font-family: "Chillax", sans-serif;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  display: block;
  color: #333333;
  transition: all 0.4s;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .point_link span {
    margin: 0 auto 16px;
    font-size: 12px;
  }
}
.point_link h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  color: #474646;
  transition: all 0.4s;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .point_link h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1280px) {
  .point_link h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .point_link h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .point_link h4 {
    margin: 0 auto 16px;
    font-size: 15px;
  }
}
@media screen and (max-width: 375px) {
  .point_link h4 {
    font-size: 14px;
  }
}

.point_link:hover {
  background-color: #333;
}
.point_link:hover span {
  color: #fff;
}
.point_link:hover h4 {
  color: #fff;
}
.point_link:hover .point_arrow {
  background-image: url(../images/perform/point_arrow-white.webp);
}

.point_arrow {
  background-image: url(../images/perform/point_arrow.webp);
  background-size: 100% 100%;
  aspect-ratio: 1/1;
  width: 40px;
  margin: 0 auto;
  transition: all 0.4s;
}
@media screen and (max-width: 1280px) {
  .point_arrow {
    width: 32px;
  }
}
@media screen and (max-width: 600px) {
  .point_arrow {
    width: 28px;
  }
}

.point_item {
  padding: 40px 80px;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .point_item {
    padding: 40px 24px;
  }
}
@media screen and (max-width: 600px) {
  .point_item {
    padding: 40px 16px;
  }
}
.point_item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .point_item:not(:last-child) {
    margin-bottom: 24px;
  }
}

.point_item-grid {
  display: grid;
  grid-template-columns: 62fr 36fr;
  gap: 32px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .point_item-grid {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .point_item-grid .point_img {
    max-width: 460px;
    margin: 0 auto;
  }
}

.pont_ttl span {
  font-family: "Chillax", sans-serif;
  font-size: 14px;
  display: block;
  font-weight: 500;
  margin-bottom: 32px;
}
@media screen and (max-width: 600px) {
  .pont_ttl span {
    margin-bottom: 12px;
  }
}
.pont_ttl h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .pont_ttl h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .pont_ttl h4 {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 16px;
  }
}

.pont_txt p {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .pont_txt p {
    margin-bottom: 20px;
  }
}

.point_img {
  max-width: 650px;
  margin: 0 auto;
}

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

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

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

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

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

@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "axis";
  src: url("./font/axis-std.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.company {
  background-color: rgba(64, 64, 64, 0.4);
}

.company_fv_inner {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%) !important;
  left: 0;
  color: #fff;
}

.company_fv_inner span {
  font-family: "Chillax", sans-serif;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .company_fv_inner span {
    font-size: 14px;
  }
}

.company_fv_inner h2 {
  font-size: 32px;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .company_fv_inner h2 {
    font-size: 28px;
    text-align: center;
    line-height: 2;
  }
}
@media screen and (max-width: 600px) {
  .company_fv_inner h2 {
    font-size: 22px;
  }
}

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

.message_wrap {
  width: 93%;
  max-width: 1600px;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .message_wrap {
    width: 86%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  .message_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .message_wrap {
    width: 94%;
  }
}

.message_heading {
  width: 290px;
  opacity: 0.2;
  margin-bottom: 70px;
}
@media screen and (max-width: 600px) {
  .message_heading {
    width: 146px;
    margin-bottom: 20px;
  }
}

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

@media screen and (max-width: 1000px) {
  .message_txt {
    order: 2;
  }
}
.message_txt p {
  margin-bottom: 24px;
  color: #fff;
}

.message_name {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
  color: #fff;
}
.message_name span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.info {
  padding: 120px 0 160px;
  background-color: rgba(64, 64, 64, 0.4);
  color: #fff;
}
@media screen and (max-width: 600px) {
  .info {
    padding: 60px 0 80px;
  }
}

.info_wrap {
  display: grid;
  grid-template-columns: 280px 1fr;
}
@media screen and (max-width: 1400px) {
  .info_wrap {
    grid-template-columns: 220px 1fr;
  }
}
@media screen and (max-width: 1000px) {
  .info_wrap {
    grid-template-columns: 180px 1fr;
  }
}
@media screen and (max-width: 800px) {
  .info_wrap {
    grid-template-columns: 1fr;
  }
}

.info h3 {
  font-family: "Chillax", sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {
  .info h3 {
    font-size: 20px;
  }
}

.info_item {
  display: grid;
  grid-template-columns: 180px 1fr;
  font-size: 16px;
  line-height: 2.4;
  padding-bottom: 16px;
  width: 100%;
  border-bottom: 1px solid #707070;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .info_item {
    font-size: 14px;
    grid-template-columns: 160px 1fr;
  }
}
@media screen and (max-width: 1000px) {
  .info_item {
    grid-template-columns: 1fr;
  }
}
.info_item h4 {
  font-weight: 700;
}
.info_item span {
  font-weight: 500;
}
.info_item:not(:last-child) {
  margin-bottom: 16px;
}

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

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

.access_top {
  display: grid;
  grid-template-columns: 44fr 50fr;
  align-items: center;
  gap: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .access_top {
    gap: 24px;
  }
}
@media screen and (max-width: 800px) {
  .access_top {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  .access_top {
    width: 94%;
    margin: 0 auto 60px;
  }
}

.access_txt {
  color: #fff;
}
@media screen and (max-width: 800px) {
  .access_txt {
    order: -2;
  }
}
.access_txt span {
  font-family: "Chillax", sans-serif;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .access_txt span {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  .access_txt span {
    margin-bottom: 24px;
  }
}
.access_txt h3 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  .access_txt h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .access_txt h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  .access_txt h3 {
    margin-bottom: 24px;
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .access_txt h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .access_img {
    max-width: 260px;
  }
}

.access_map {
  height: 650px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .access_map {
    height: 340px;
  }
}
.access_map iframe {
  width: 100%;
  height: 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: 1280px) {
  .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;
  }
}

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

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

@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "axis";
  src: url("./font/axis-std.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.brand_top_txt {
  color: #fff;
}
.brand_top_txt h2 {
  font-family: "Chillax", sans-serif;
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 80px;
}
@media screen and (max-width: 800px) {
  .brand_top_txt h2 {
    font-size: 48px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .brand_top_txt h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
}

.brand_top_txt p span {
  font-size: 24px;
  font-weight: 700;
  display: inline;
}
@media screen and (max-width: 600px) {
  .brand_top_txt p span {
    font-size: 18px;
  }
}

.philosophy_wrap:nth-child(1) {
  padding: 240px 0 180px;
}
@media screen and (max-width: 800px) {
  .philosophy_wrap:nth-child(1) {
    padding: 120px 0;
  }
}
@media screen and (max-width: 600px) {
  .philosophy_wrap:nth-child(1) {
    padding: 120px 0 80px;
  }
}

.philosophy_wrap:nth-child(2) {
  background-color: rgba(64, 64, 64, 0.6);
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  .philosophy_wrap:nth-child(2) {
    padding: 80px 0;
  }
}

.philosophy_wrap .wrap {
  display: grid;
  grid-template-columns: 280px 1fr;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .philosophy_wrap .wrap {
    display: block;
  }
}
.philosophy_wrap .wrap h3 {
  padding-top: 16px;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .philosophy_wrap .wrap h3 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 800px) {
  .philosophy_wrap .wrap h3 {
    font-size: 20px;
  }
}

.philosophy_txt h4 {
  letter-spacing: 0.1em;
  font-size: 32px;
  line-height: 2.2;
  margin-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  .philosophy_txt h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 800px) {
  .philosophy_txt h4 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.philosophy_list {
  margin-top: 70px;
}

.philosophy_item h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .philosophy_item h5 {
    font-size: 16px;
  }
}
.philosophy_item:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .philosophy_item:not(:last-child) {
    margin-bottom: 40px;
  }
}

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

.mission_list {
  margin-bottom: 140px;
}
@media screen and (max-width: 600px) {
  .mission_list {
    margin-bottom: 80px;
  }
}

.mission_item {
  display: grid;
  grid-template-columns: 240px 1fr;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .mission_item {
    grid-template-columns: 180px 1fr;
  }
}
@media screen and (max-width: 800px) {
  .mission_item {
    grid-template-columns: 1fr;
  }
}
.mission_item:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .mission_item:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 800px) {
  .mission_box {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    gap: 24px;
  }
}

@media screen and (max-width: 800px) {
  .mission_ttl {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .mission_ttl {
    gap: 24px;
  }
}

.mission_num {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 1280px) {
  .mission_num {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 800px) {
  .mission_num {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .mission_num {
    width: 60px;
    height: 60px;
  }
}
.mission_num span {
  font-family: "axis", sans-serif;
  font-size: 72px;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .mission_num span {
    font-size: 50px;
  }
}
@media screen and (max-width: 600px) {
  .mission_num span {
    font-size: 36px;
  }
}

.mission_sub {
  display: block;
  width: 130px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .mission_sub {
    font-size: 14px;
    width: 100px;
  }
}
@media screen and (max-width: 800px) {
  .mission_sub {
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
  }
}

.mission_txt h3 {
  font-family: "Chillax", sans-serif;
  font-size: 60px;
  margin-bottom: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .mission_txt h3 {
    font-size: 50px;
  }
}
@media screen and (max-width: 800px) {
  .mission_txt h3 {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 600px) {
  .mission_txt h3 {
    font-size: 40px;
  }
}
.mission_txt h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 36px;
}
@media screen and (max-width: 1280px) {
  .mission_txt h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .mission_txt h4 {
    margin-bottom: 32px;
  }
}
.mission_txt ul {
  border-bottom: 1px dotted rgba(237, 237, 237, 0.4);
}
@media screen and (max-width: 600px) {
  .mission_txt ul {
    font-size: 14px;
    line-height: 2;
  }
}
.mission_txt li {
  padding: 20px 0;
  border-top: 1px dotted rgba(237, 237, 237, 0.4);
}
@media screen and (max-width: 600px) {
  .mission_txt li {
    padding: 12px 0;
  }
}

.mission_bottom {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .mission_bottom p {
    margin-bottom: 24px;
  }
}
.mission_bottom span {
  line-height: 2.4;
  text-align: right;
  display: block;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .mission_bottom span {
    font-size: 14px;
  }
}

/* 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: 1280px) {
  .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;
  }
}

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

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

@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "axis";
  src: url("./font/axis-std.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.model .page-fv {
  padding-top: 150px;
}

.model_fv {
  position: relative;
  width: 100%;
  height: calc(100vh - 150px);
}

.model_fv_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #F7F7F7;
  padding: 40px;
  width: -moz-fit-content;
  width: fit-content;
}

.model_fv_top {
  font-size: 18px;
  display: block;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}

.model_fv_ttl {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}

.model_fv_place {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.model_fv_place img {
  width: 14px;
}
.model_fv_place span {
  font-size: 14px;
  font-weight: 500;
}

.abundance {
  padding: 120px 0 160px;
}
@media screen and (max-width: 600px) {
  .abundance {
    padding: 80px 0;
  }
}

.abundance_top {
  width: 100%;
  border-bottom: 1px solid #D5D5D5;
  padding-bottom: 16px;
  margin-bottom: 32px;
}
.abundance_top span {
  font-size: 18px;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .abundance_top span {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .abundance_top span {
    font-size: 14px;
  }
}

.abundance_heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .abundance_heading {
    margin-bottom: 24px;
  }
}
.abundance_heading h3 {
  font-size: 32px;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
}
@media screen and (max-width: 1000px) {
  .abundance_heading h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .abundance_heading h3 {
    font-size: 20px;
    margin: 0 auto 16px;
  }
}
.abundance_heading p {
  font-weight: 500;
  text-align: center;
}

.abundance_img {
  margin-bottom: 32px;
}
@media screen and (max-width: 600px) {
  .abundance_img {
    margin-bottom: 24px;
  }
}

.feature {
  padding: 120px 0 160px;
  background-color: rgba(237, 237, 237, 0.8);
}

.feature_list {
  margin-bottom: 40px;
}

.feature_item:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .feature_item:not(:last-child) {
    margin-bottom: 80px;
  }
}

.feature_ttl {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 16px;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 32px;
}
@media screen and (max-width: 600px) {
  .feature_ttl {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.feature_img {
  margin-bottom: 32px;
}

.feature_btn {
  display: block;
  padding: 28px 60px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  background-color: #333333;
  border: 1px solid #333;
  position: relative;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .feature_btn {
    padding: 28px 48px;
  }
}
.feature_btn::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 4px;
  background-image: url(../images/model/arrow.webp);
  background-size: 100% 100%;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}

.feature_btn:hover {
  background-color: #fff;
  color: #333;
}
.feature_btn:hover::after {
  right: 8px;
  background-image: url(../images/model/arrow-black.webp);
}

.map {
  height: 650px;
  width: 100%;
}
.map iframe {
  width: 100%;
  height: 100%;
}

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

.apply_top_img {
  margin-bottom: 24px;
}

.apply_top_txt {
  padding: 32px 24px;
  border: 1px solid #EBE7E5;
}

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

.model .form_heading {
  font-size: 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 48px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1280px) {
  .model .form_heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 800px) {
  .model .form_heading {
    font-size: 24px;
    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: 1280px) {
  .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;
  }
}

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

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

@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "axis";
  src: url("./font/axis-std.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.follow_content {
  margin-top: 64px;
  border-top: 1px solid #D5D5D5;
  padding: 80px 0 200px;
}
@media screen and (max-width: 600px) {
  .follow_content {
    margin-top: 40px;
    padding: 60px 0 100px;
  }
}

.follow_list {
  position: relative;
}

.follow_item {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 24px;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .follow_item {
    grid-template-columns: 1fr;
    padding-left: 100px;
  }
}
@media screen and (max-width: 600px) {
  .follow_item {
    gap: 16px;
    padding-left: 76px;
  }
}
.follow_item:not(:last-child) {
  margin-bottom: 32px;
}

.follow_txt {
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .follow_txt {
    display: block;
  }
}

.follow_period {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .follow_period {
    width: 78px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 4;
    border-radius: 50%;
  }
}
@media screen and (max-width: 600px) {
  .follow_period {
    width: 62px;
  }
}
.follow_period img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.follow_item:not(:last-child)::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 0%;
  transition: all 2s 0.2s ease-in-out;
  top: 93px;
  left: 381px;
  border-left: 1px dashed #333333;
}
@media screen and (max-width: 1000px) {
  .follow_item:not(:last-child)::after {
    left: 40px;
    top: 76px;
  }
}
@media screen and (max-width: 600px) {
  .follow_item:not(:last-child)::after {
    left: 32px;
    top: 60px;
  }
}

.follow_item.move:not(:last-child)::after {
  height: 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: 1280px) {
  .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;
  }
}

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

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

@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "axis";
  src: url("./font/axis-std.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.service .page-top {
  background-color: #FBFCFD;
  padding-bottom: 64px;
}
@media screen and (max-width: 600px) {
  .service .page-top {
    padding-bottom: 40px;
  }
}

.can_top {
  position: relative;
  z-index: 5;
}

.can_bg {
  position: relative;
}

.can_effect_item:nth-child(1) {
  position: absolute;
  width: 50%;
  height: 30%;
  background-color: #EDBEA2;
  filter: blur(100px);
  border-bottom-right-radius: 50%;
}

.can_effect_item:nth-child(2) {
  position: absolute;
  width: 40%;
  height: 40%;
  top: 5%;
  right: 0;
  background-color: #D3DCDF;
  filter: blur(40px);
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.can_effect_item:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 20%;
  background-color: #F2BE9A;
  filter: blur(80px);
  border-top-left-radius: 50%;
}

.can_top_img {
  position: relative;
  height: 360px;
  overflow: hidden;
}
.can_top_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 600px) {
  .can .can_menu {
    bottom: auto;
    top: 200px;
  }
}

.can_menu {
  background-color: rgba(255, 255, 255, 0.58);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  max-width: 900px;
  position: absolute;
  bottom: -165px;
  left: 50%;
  transform: translateX(-50%);
  padding: 40px;
  display: grid;
  grid-template-columns: 300px 460px;
  align-items: center;
  gap: 48px;
  z-index: 20;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .can_menu {
    grid-template-columns: 1fr;
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .can_menu {
    width: 94%;
    padding: 24px 20px;
    gap: 24px;
  }
}

.can_menu.move {
  opacity: 1;
}

.can_menu h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .can_menu h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .can_menu h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .can_menu h3 br {
    display: none;
  }
}

.can_link a {
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid #C1C1C1;
  position: relative;
}
@media screen and (max-width: 600px) {
  .can_link a {
    padding-right: 26px;
  }
}
.can_link a:not(:last-child) {
  margin-bottom: 16px;
}
.can_link a::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(../images/service/arrow.webp);
  background-size: 100% 100%;
  top: calc(50% - 7px);
  transform: translateY(-50%);
  right: 0;
}

.can_link a span {
  line-height: 1.6;
}
.can_link a span:nth-child(1) {
  font-size: 14px;
  font-family: "Chillax", sans-serif;
  font-weight: 500;
}
.can_link a span:nth-child(2) {
  font-size: 14px;
  font-weight: 500;
}

.can .can_list {
  background-color: rgba(251, 252, 253, 0.8);
}
@media screen and (max-width: 600px) {
  .can .can_list {
    padding: 240px 0 80px;
  }
}

.can_list {
  padding: 240px 0 160px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .can_list {
    padding: 210px 0 80px;
  }
}

.can_item {
  display: grid;
  grid-template-columns: 720px 1fr;
  gap: 70px;
  align-items: center;
  width: 93%;
  max-width: 1500px;
}
@media screen and (max-width: 1400px) {
  .can_item {
    grid-template-columns: 600px 1fr;
  }
}
@media screen and (max-width: 1280px) {
  .can_item {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .can_item {
    gap: 24px;
  }
}
.can_item:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .can_item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.can_item:nth-child(even) {
  margin-left: auto;
  grid-template-columns: 1fr 720px;
}
@media screen and (max-width: 1400px) {
  .can_item:nth-child(even) {
    grid-template-columns: 1fr 600px;
  }
}
@media screen and (max-width: 1280px) {
  .can_item:nth-child(even) {
    grid-template-columns: 1fr;
  }
}
.can_item:nth-child(even) .can_img {
  order: 2;
}
@media screen and (max-width: 1280px) {
  .can_item:nth-child(even) .can_img {
    order: -2;
  }
}

@media screen and (max-width: 1280px) {
  .can_txt {
    width: 94%;
    margin: 0 auto;
  }
}

.can_num {
  font-family: "Chillax", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
  display: block;
}
@media screen and (max-width: 600px) {
  .can_num {
    margin-bottom: 12px;
  }
}

.can_ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .can_ttl {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.cannot .can_top {
  color: #333;
}
.cannot .can_top .can_menu {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

/* 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: 1280px) {
  .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;
  }
}

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

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

@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "axis";
  src: url("./font/axis-std.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.flow_content {
  padding: 80px 0 200px;
  border-top: 1px solid #D5D5D5;
  margin-top: 64px;
}
@media screen and (max-width: 600px) {
  .flow_content {
    margin-top: 40px;
    padding: 60px 0 100px;
  }
}

.flow_item {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  .flow_item {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-left: 80px;
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  .flow_item {
    gap: 16px;
    padding-left: 78px;
  }
}

.flow_item:not(:last-child) {
  margin-bottom: 32px;
  position: relative;
}
.flow_item:not(:last-child)::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 0%;
  transition: all 2s 0.2s ease-in-out;
  top: 60px;
  left: 384px;
  border-left: 1px dashed #333333;
}
@media screen and (max-width: 1000px) {
  .flow_item:not(:last-child)::after {
    left: 34px;
    top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .flow_item:not(:last-child)::after {
    left: 32px;
    top: 60px;
  }
}

.flow_item.move:not(:last-child)::after {
  height: 100%;
}

.flow_inner {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 32px;
}
@media screen and (max-width: 1000px) {
  .flow_inner {
    display: block;
  }
}

.flow_num {
  aspect-ratio: 1/1;
  width: 68px;
  height: 68px;
  background-color: #575757;
  border-radius: 100px;
  color: #fff;
  font-family: "Chillax";
  font-size: 32px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .flow_num {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  .flow_num {
    width: 62px;
    height: 62px;
  }
}

.flow_txt {
  padding-top: 16px;
}
@media screen and (max-width: 600px) {
  .flow_txt {
    padding-top: 8px;
  }
}
.flow_txt h3 {
  font-size: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .flow_txt h3 {
    margin-bottom: 12px;
    font-size: 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: 1280px) {
  .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;
  }
}

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

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

@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "axis";
  src: url("./font/axis-std.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.lineup_content {
  margin-top: 64px;
}
@media screen and (max-width: 600px) {
  .lineup_content {
    margin-top: 40px;
  }
}

.lineup_figure {
  padding: 60px 0;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .lineup_figure {
    padding: 40px 0;
  }
}

@media screen and (max-width: 600px) {
  .lineup_figure_img {
    width: 84%;
    margin: 0 auto;
  }
}

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

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

.lineup_item {
  margin-bottom: 160px;
}
@media screen and (max-width: 600px) {
  .lineup_item {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .lineup_item::last-child {
    margin-bottom: 100px;
  }
}

.lineup_img {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .lineup_img {
    margin-bottom: 24px;
  }
}

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

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

.lineup_inner {
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .lineup_inner {
    grid-template-columns: 420px 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .lineup_inner {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .lineup_inner {
    gap: 24px;
  }
}

@media screen and (max-width: 1280px) {
  .lineup_logo {
    max-width: 500px;
  }
}
@media screen and (max-width: 600px) {
  .lineup_logo {
    width: 100%;
    margin: 0 auto;
  }
}

.lineup_txt h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .lineup_txt h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .lineup_txt h3 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
}
.lineup_txt p {
  margin-bottom: 40px;
}
.lineup_txt .more_btn {
  margin-left: auto;
}

.lineup_point_inner {
  width: 93%;
  max-width: 1450px;
  margin-left: auto;
  padding: 120px 0;
  display: grid;
  grid-template-columns: 1fr 720px;
  align-items: center;
  gap: 70px;
}
@media screen and (max-width: 1400px) {
  .lineup_point_inner {
    grid-template-columns: 1fr 600px;
  }
}
@media screen and (max-width: 1280px) {
  .lineup_point_inner {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .lineup_point_inner {
    width: 94%;
    gap: 40px;
    margin: 0 auto;
    padding: 60px 0;
  }
}

.lineup_point_item:nth-child(even) {
  background-color: rgba(64, 64, 64, 0.8);
}

@media screen and (max-width: 600px) {
  .lineup_point_txt {
    padding-right: 3%;
  }
}
.lineup_point_txt h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 32px;
  line-height: 1.6;
}
@media screen and (max-width: 800px) {
  .lineup_point_txt h3 {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 24px;
  }
}

.lineup_spec {
  padding: 120px 0;
  background-color: #F7F6F5;
}
@media screen and (max-width: 600px) {
  .lineup_spec {
    padding: 80px 0;
  }
}
.lineup_spec .feature_btn {
  margin: 32px auto 0;
}

.lineup_spec_heading {
  font-size: 24px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  color: #333;
}
@media screen and (max-width: 800px) {
  .lineup_spec_heading {
    font-size: 20px;
  }
}

.lineup_spec_list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0;
  border: 1px solid #D6D7D8;
  color: #333;
}
@media screen and (max-width: 800px) {
  .lineup_spec_list {
    width: 94%;
  }
}

.lineup_spec_item {
  display: grid;
  grid-template-columns: 200px 520px;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .lineup_spec_item {
    width: 100%;
    grid-template-columns: 190px 500px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 800px) {
  .lineup_spec_item {
    grid-template-columns: 120px 7fr;
  }
}
.lineup_spec_item:not(:last-child) {
  border-bottom: 1px solid #D6D7D8;
}

.lineup_spec_item h4 {
  background-color: #EDEDED;
  padding: 24px 32px;
  border-right: 1px solid #D6D7D8;
}
@media screen and (max-width: 800px) {
  .lineup_spec_item h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .lineup_spec_item h4 {
    padding: 12px 8px;
  }
}

.lineup_spec_item span {
  display: block;
  background-color: #fff;
  padding: 24px 32px;
}
@media screen and (max-width: 800px) {
  .lineup_spec_item span {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .lineup_spec_item span {
    padding: 12px 8px;
  }
}

.lineup_spec_note {
  display: block;
  max-width: 720px;
  margin: 16px auto 0;
  text-align: right;
  color: #333;
}
@media screen and (max-width: 600px) {
  .lineup_spec_note {
    font-size: 12px;
    margin: 8px auto 0;
  }
}

.lineup_works {
  padding: 120px 0;
  background-color: rgba(237, 237, 237, 0.8);
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 600px) {
  .lineup_works {
    padding: 60px 0;
  }
}

.lineup_works_heading {
  font-size: 24px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 80px;
  color: #333;
}
@media screen and (max-width: 800px) {
  .lineup_works_heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .lineup_works_heading {
    margin: 0 auto 40px;
  }
}

.lineup_works_swiper {
  padding-left: 7%;
}
@media screen and (max-width: 800px) {
  .lineup_works_swiper {
    padding-left: 3%;
  }
}

.lineup_works_swiper .swiper-slide {
  width: 850px;
}
@media screen and (max-width: 1000px) {
  .lineup_works_swiper .swiper-slide {
    width: 600px;
  }
}
@media screen and (max-width: 800px) {
  .lineup_works_swiper .swiper-slide {
    width: 520px;
  }
}
@media screen and (max-width: 600px) {
  .lineup_works_swiper .swiper-slide {
    width: 96%;
  }
}

.lineup_works_item {
  position: relative;
  color: #333;
  display: block;
}
@media screen and (max-width: 600px) {
  .lineup_works_item {
    padding-bottom: 68px;
  }
}
.lineup_works_item img {
  width: 580px;
  aspect-ratio: 59/41;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .lineup_works_item img {
    width: 400px;
  }
}
@media screen and (max-width: 800px) {
  .lineup_works_item img {
    width: 320px;
  }
}
@media screen and (max-width: 600px) {
  .lineup_works_item img {
    width: 68%;
    aspect-ratio: 24/26;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.lineup_works_txt {
  position: absolute;
  bottom: 0;
  right: 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 180px;
}
@media screen and (max-width: 1000px) {
  .lineup_works_txt {
    right: 32px;
    width: 140px;
  }
}
@media screen and (max-width: 600px) {
  .lineup_works_txt {
    gap: 16px;
  }
}

.lineup_works_num {
  display: block;
  position: relative;
  font-family: "Chlillax", sans-serif;
}
@media screen and (max-width: 600px) {
  .lineup_works_num {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-bottom: 12px;
    font-size: 10px;
  }
}
.lineup_works_num::after {
  content: "";
  position: absolute;
  width: 90px;
  top: 12px;
  left: -102px;
  background-color: #333;
  height: 1px;
}
@media screen and (max-width: 600px) {
  .lineup_works_num::after {
    top: 6px;
  }
}

.lineup_works_txt h4 {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .lineup_works_txt h4 {
    font-size: 18px;
  }
}

.lineup_works_tag li {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .lineup_works_tag li {
    font-size: 12px;
  }
}

.lineup_works_tag {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 600px) {
  .lineup_works_tag {
    gap: 12px;
    flex-direction: row;
  }
}

/* quali */
.quali_fv_inner {
  position: absolute;
  top: 36%;
  left: 0;
  z-index: 2;
  width: 100%;
}
.quali_fv_inner h2 {
  width: 178px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 800px) {
  .quali_fv_inner h2 {
    width: 130px;
  }
}
@media screen and (max-width: 600px) {
  .quali_fv_inner h2 {
    width: 120px;
    margin: 0 auto 40px;
  }
}

.quali_fv_inner p {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  left: 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .quali_fv_inner p {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .quali_fv_inner p {
    font-size: 14px;
  }
}

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

.quali_top h3 {
  font-size: 24px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 54px;
}
@media screen and (max-width: 800px) {
  .quali_top h3 {
    font-size: 20px;
    margin: 0 auto 32px;
    text-align: center;
    line-height: 1.8;
  }
}

.quali_top p {
  text-align: center;
}

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

.quali_slider {
  width: 100%;
  overflow: hidden;
}

.quali_txt {
  display: grid;
  grid-template-columns: 340px 1fr;
  padding-bottom: 160px;
}
@media screen and (max-width: 1000px) {
  .quali_txt {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 800px) {
  .quali_txt {
    gap: 24px;
  }
}
@media screen and (max-width: 600px) {
  .quali_txt {
    padding-bottom: 60px;
  }
}

.quali_txt_top {
  display: block;
  line-height: 2;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .quali_txt_top {
    font-size: 16px;
  }
}

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

.quali_swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* beeat */
.beeat_fv_inner {
  position: absolute;
  bottom: 18%;
  right: 6.8%;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .beeat_fv_inner {
    bottom: auto;
    top: 36%;
    left: 0;
    width: 100%;
    right: auto;
  }
}
.beeat_fv_inner h2 {
  width: 380px;
  margin: 0 0 12px;
}
@media screen and (max-width: 800px) {
  .beeat_fv_inner h2 {
    width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .beeat_fv_inner h2 {
    margin: 0 auto 8px;
  }
}

.beeat_fv_inner p {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  left: 0;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .beeat_fv_inner p {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .beeat_fv_inner p {
    font-size: 14px;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.beeat_top {
  background-color: rgba(237, 237, 237, 0.8);
  padding: 100px 0;
}
@media screen and (max-width: 800px) {
  .beeat_top {
    padding: 40px 0 60px;
  }
}
.beeat_top h3 {
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .beeat_top h3 {
    font-size: 18px;
  }
}

.beeat_top_inner {
  display: flex;
  justify-content: center;
  gap: 80px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .beeat_top_inner {
    gap: 40px;
  }
}
@media screen and (max-width: 800px) {
  .beeat_top_inner {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    max-width: 94%;
  }
}
@media screen and (max-width: 800px) {
  .beeat_top_inner p br {
    display: none;
  }
}

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

.beeat_txt {
  padding-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .beeat_txt {
    padding-bottom: 40px;
  }
}
.beeat_txt span {
  font-size: 14px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
}
@media screen and (max-width: 600px) {
  .beeat_txt span {
    margin: 0 auto 24px;
    font-size: 12px;
  }
}
.beeat_txt h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 54px;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .beeat_txt h3 {
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
    margin: 0 auto 32px;
  }
}
.beeat_txt p {
  max-width: 520px;
  margin: 0 auto;
}

.beeat_item {
  display: grid;
  grid-template-columns: 1fr 62%;
}
@media screen and (max-width: 1000px) {
  .beeat_item {
    grid-template-columns: 100%;
  }
}
.beeat_item:nth-child(odd) {
  background-color: rgba(237, 237, 237, 0.8);
}
.beeat_item:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.8);
}

.beeat_ttl {
  padding-left: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .beeat_ttl {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .beeat_ttl {
    padding-left: 0;
    display: block;
    padding: 16px 0;
  }
}

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

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

.beeat_num {
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 40px;
  font-family: "Chillax", sans-serif;
  font-weight: 500;
  color: rgba(51, 51, 51, 0.1);
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .beeat_num {
    font-size: 32px;
    position: static;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 16px;
    display: block;
  }
}

.beeat_type {
  font-size: 16px;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
}
@media screen and (max-width: 1000px) {
  .beeat_type {
    margin: 0 auto 16px;
  }
}

.beeat_logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
@media screen and (max-width: 1000px) {
  .beeat_logo {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.beeat_logo img {
  height: 78px;
  width: -moz-fit-content;
  width: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .beeat_logo img {
    height: auto;
  }
}
.beeat_logo span {
  font-size: 14px;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 1000px) {
  .beeat_item:nth-child(1) .beeat_logo img {
    width: 135px;
  }
}

@media screen and (max-width: 1000px) {
  .beeat_item:nth-child(2) .beeat_logo img {
    width: 136px;
  }
}

@media screen and (max-width: 1000px) {
  .beeat_item:nth-child(3) .beeat_logo img {
    width: 143px;
  }
}

@media screen and (max-width: 1000px) {
  .beeat_item:nth-child(4) .beeat_logo img {
    width: 136px;
  }
}

/* glamp */
.glamp_fv_inner {
  position: absolute;
  top: 24%;
  left: 11%;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .glamp_fv_inner {
    bottom: auto;
    top: 32%;
    left: 0;
    width: 100%;
    right: auto;
  }
}
.glamp_fv_inner h2 {
  width: 148px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 600px) {
  .glamp_fv_inner h2 {
    width: 68px;
    margin: 0 auto 32px;
  }
}

.glamp_fv_inner p {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  left: 0;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .glamp_fv_inner p {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .glamp_fv_inner p {
    font-size: 14px;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.glamp_top {
  padding: 160px 0 60px;
  background-color: #F7F6F5;
}
@media screen and (max-width: 800px) {
  .glamp_top {
    padding: 60px 0;
  }
}

.glamp_top_wrap {
  position: relative;
}
@media screen and (max-width: 600px) {
  .glamp_top_wrap {
    width: 100%;
  }
}

.glamp_top_heading {
  padding-left: 60px;
  margin-bottom: 90px;
  color: #333;
}
@media screen and (max-width: 800px) {
  .glamp_top_heading {
    margin: 0 auto 40px;
    padding-left: 0;
    width: 94%;
  }
}
.glamp_top_heading h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .glamp_top_heading h3 {
    font-size: 18px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 24px;
  }
}
.glamp_top_heading p {
  max-width: 460px;
}

.glamp_top_img img:nth-child(1) {
  width: 60%;
  margin-bottom: 140px;
}
@media screen and (max-width: 800px) {
  .glamp_top_img img:nth-child(1) {
    width: 100%;
    margin-bottom: 40px;
  }
}
.glamp_top_img img:nth-child(2) {
  position: absolute;
  width: 34%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .glamp_top_img img:nth-child(2) {
    display: none;
  }
}

.glamp_top_txt {
  font-size: 24px;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #333;
}
@media screen and (max-width: 800px) {
  .glamp_top_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .glamp_top_txt {
    text-align: center;
    line-height: 1.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: 1280px) {
  .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;
  }
}

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

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

@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "axis";
  src: url("./font/axis-std.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.policy_content {
  margin-top: 64px;
  border-top: 1px solid #D5D5D5;
  padding: 80px 0 200px;
}
@media screen and (max-width: 600px) {
  .policy_content {
    margin-top: 40px;
    padding: 40px 0 100px;
  }
}

.policy_item h3 {
  font-size: 18px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  width: 100%;
  border-bottom: 1px solid #D5D5D5;
}
@media screen and (max-width: 600px) {
  .policy_item h3 {
    font-size: 16px;
    padding-bottom: 8px;
  }
}
.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: 1280px) {
  .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;
  }
}

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

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

@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "axis";
  src: url("./font/axis-std.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.faq_content {
  margin-top: 64px;
  border-top: 1px solid #D5D5D5;
  padding: 80px 0 200px;
}
@media screen and (max-width: 600px) {
  .faq_content {
    margin-top: 40px;
    padding: 40px 0 100px;
  }
}

.faq_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  row-gap: 40px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1000px) {
  .faq_btn {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 800px) {
  .faq_btn {
    row-gap: 8px;
    margin-bottom: 54px;
  }
}

.faq_btn_item {
  width: calc((100% - 72px) / 4);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #575757;
  height: 110px;
  cursor: pointer;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .faq_btn_item {
    width: calc((100% - 48px) / 3);
  }
}
@media screen and (max-width: 800px) {
  .faq_btn_item {
    width: 100%;
    height: 60px;
  }
}
@media screen and (max-width: 800px) {
  .faq_btn_item br {
    display: none;
  }
}

.faq_btn_item.active {
  background-color: #575757;
  color: #fff;
  cursor: default;
  position: relative;
}
.faq_btn_item.active::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 28px;
  background-color: #575757;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  .faq_btn_item.active::after {
    display: none;
  }
}

.faq_item:not(:last-child) {
  margin-bottom: 40px;
}

.faq_ttl {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: flex-end;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .faq_ttl {
    grid-template-columns: 40px 1fr;
    align-items: flex-start;
  }
}
.faq_ttl::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  top: calc(50% - 6px);
  right: 8px;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.4s;
}
@media screen and (max-width: 800px) {
  .faq_ttl::after {
    width: 8px;
    height: 8px;
  }
}
.faq_ttl span {
  font-family: "Chillax";
  font-size: 51px;
  font-weight: 500;
  color: #474646;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(14px);
}
@media screen and (max-width: 800px) {
  .faq_ttl span {
    font-size: 32px;
    transform: none;
  }
}
.faq_ttl p {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 8px;
  border-bottom: 1px solid #575757;
  width: 100%;
  padding-right: 40px;
}
@media screen and (max-width: 800px) {
  .faq_ttl p {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 16px;
    text-align: justify;
    padding-right: 30px;
  }
}

.open.faq_ttl::after {
  top: calc(50% + 2px);
  transform: translateY(-50%) rotate(225deg);
}

.faq_txt {
  display: none;
  padding-top: 24px;
  padding-left: 64px;
}
@media screen and (max-width: 800px) {
  .faq_txt {
    padding-left: 40px;
    padding-top: 16px;
    text-align: justify;
  }
}
.faq_txt .feature_btn {
  line-height: 1;
  margin-top: 16px;
}

/* 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: 1280px) {
  .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;
  }
}

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

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

@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "axis";
  src: url("./font/axis-std.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.reserve_content {
  margin-top: 64px;
  border-top: 1px solid #D5D5D5;
  padding: 80px 0 200px;
}
@media screen and (max-width: 600px) {
  .reserve_content {
    margin-top: 40px;
    padding: 40px 0 100px;
  }
}

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

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

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

.form_item.form_item-first {
  align-items: flex-start;
}
.form_item.form_item-first .form_ttl {
  padding-top: 2px;
}
@media screen and (max-width: 1000px) {
  .form_item.form_item-first .form_ttl {
    padding-top: 0;
  }
}

.form_item.form_item-first.form_item-first-p .form_ttl {
  padding-top: 16px;
}
@media screen and (max-width: 1000px) {
  .form_item.form_item-first.form_item-first-p .form_ttl {
    padding-top: 0;
  }
}

.form_ttl {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 600px) {
  .form_ttl {
    gap: 8px;
  }
}
.form_ttl h3 {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .form_ttl h3 {
    font-size: 16px;
  }
}
.form_ttl span {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  background-color: #575757;
  padding: 4px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.form_input input,
.form_input textarea,
.form_input select {
  border: 1px solid #DDDDDD;
  padding: 16px 24px;
  line-height: 1.4;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .form_input input,
  .form_input textarea,
  .form_input select {
    padding: 16px;
  }
}
.form_input input::-moz-placeholder, .form_input textarea::-moz-placeholder, .form_input select::-moz-placeholder {
  color: #C3C3C3;
}
.form_input input::placeholder,
.form_input textarea::placeholder,
.form_input select::placeholder {
  color: #C3C3C3;
}

.form_input_inner {
  display: block;
  width: 100%;
  border: 1px solid #DDDDDD;
  padding: 16px 24px;
  line-height: 1.4;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .form_input_inner {
    padding: 16px;
  }
}

.form_radio .wpcf7-radio {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 600px) {
  .form_radio .wpcf7-radio {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.form_radio .wpcf7-list-item {
  margin: 0;
}
.form_radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 6px;
}
.form_radio .wpcf7-list-item input {
  transform: scale(1.6);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .form_radio .wpcf7-list-item input {
    transform: scale(1.2);
  }
}
.form_radio .wpcf7-list-item span {
  padding-top: 2px;
}
@media screen and (max-width: 600px) {
  .form_radio .wpcf7-list-item span {
    padding-top: 1px;
  }
}

.form_check .wpcf7-form-control {
  padding-top: 4px;
}
.form_check .wpcf7-list-item {
  display: block;
  margin: 0 !important;
}
.form_check .wpcf7-list-item:not(:last-child) {
  margin: 0 0 20px !important;
}
.form_check .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
}

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

.form_date_input {
  display: grid;
  grid-template-columns: 220px 220px;
  gap: 16px;
}
@media screen and (max-width: 600px) {
  .form_date_input {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
  }
}

.form_people_item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.form_people_item input {
  width: 220px;
}
@media screen and (max-width: 600px) {
  .form_people_item input {
    width: 200px;
  }
}
.form_people_item span:nth-child(1) {
  padding-right: 12px;
}
@media screen and (max-width: 600px) {
  .form_people_item span:nth-child(1) {
    padding-right: 0;
  }
}
.form_people_item:not(:last-child) {
  margin-bottom: 16px;
}

.form_name {
  display: grid;
  grid-template-columns: 220px 220px;
  gap: 16px;
}
@media screen and (max-width: 600px) {
  .form_name {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
  }
}

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

.form_address_top {
  display: grid;
  grid-template-columns: 36px 300px;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .form_address_top {
    grid-template-columns: 30px 160px;
  }
}
.form_address_top span {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .form_address_top span {
    font-size: 16px;
  }
}

.form_policy {
  margin-bottom: 54px;
}
@media screen and (max-width: 600px) {
  .form_policy {
    margin-bottom: 24px;
  }
}
.form_policy p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .form_policy p {
    margin-bottom: 24px;
    font-size: 14px;
  }
}
.form_policy a {
  color: #004EFF;
  text-decoration: underline;
  display: inline-block;
  position: relative;
}
.form_policy a::after {
  content: "";
  width: 18px;
  height: 16px;
  background-image: url(../images/common/contact_icon.webp);
  position: absolute;
  background-size: 100% 100%;
  top: 52%;
  transform: translateY(-50%);
  right: -27px;
}
@media screen and (max-width: 600px) {
  .form_policy a::after {
    width: 14px;
    height: 12px;
    right: -20px;
  }
}

.form_submit {
  width: 500px;
  height: 80px;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-align: center;
  background-color: #333333;
  margin: 0 auto;
  border: 1px solid #333;
  transition: all 0.4s;
}
@media screen and (max-width: 800px) {
  .form_submit {
    font-size: 18px;
    height: 72px;
    max-width: 100%;
  }
}

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

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

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

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

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

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

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

.reserve_tel {
  background-color: rgba(237, 237, 237, 0.8);
  padding: 48px 0 62px;
}
@media screen and (max-width: 800px) {
  .reserve_tel {
    padding: 40px 0;
  }
}

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

.reserve_tel_heading {
  font-size: 18px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
}
@media screen and (max-width: 800px) {
  .reserve_tel_heading {
    font-size: 14px;
    margin: 0 auto 8px;
  }
}

.reserve_tel_link {
  display: block;
  width: 424px;
  margin: 0 auto 8px;
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 800px) {
  .reserve_tel_link {
    max-width: 424px;
    width: 88%;
  }
}
@media screen and (max-width: 600px) {
  .reserve_tel_link {
    pointer-events: auto;
    cursor: pointer;
  }
}

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

/* 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: 1280px) {
  .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;
  }
}

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

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

@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "axis";
  src: url("./font/axis-std.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.request_top {
  margin-top: 64px;
}
@media screen and (max-width: 600px) {
  .request_top {
    margin-top: 40px;
  }
}

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

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

.request_content {
  border-top: 1px solid #D5D5D5;
  padding: 80px 0 200px;
}
@media screen and (max-width: 600px) {
  .request_content {
    padding: 40px 0 100px;
  }
}

.request_txt {
  margin-bottom: 70px;
}
@media screen and (max-width: 600px) {
  .request_txt {
    margin-bottom: 24px;
  }
}
.request_txt h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .request_txt h3 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 24px;
  }
}
.request_txt p {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .request_txt p {
    font-size: 14px;
  }
}

.request_box {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .request_box {
    margin-bottom: 60px;
  }
}

.request_ttl {
  display: grid;
  grid-template-columns: 1fr 140px 1fr;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .request_ttl {
    margin-bottom: 12px;
  }
}
.request_ttl h4 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
}
.request_ttl span {
  display: block;
  width: 100%;
  position: relative;
}
.request_ttl span::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #D5D5D5;
}

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

.request_item {
  background-color: rgba(237, 237, 237, 0.8);
  padding: 20px 0 40px;
}
@media screen and (max-width: 600px) {
  .request_item {
    padding: 20px 0 24px;
  }
}
.request_item img {
  width: 200px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 1000px) {
  .request_item img {
    width: 160px;
  }
}
@media screen and (max-width: 600px) {
  .request_item img {
    width: 148px;
  }
}
.request_item span {
  font-weight: 500;
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .request_item span {
    line-height: 1.5;
  }
}
@media screen and (max-width: 600px) {
  .request_item span {
    font-size: 14px;
  }
}

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

.request_material h3 {
  font-size: 18px;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
  position: relative;
}
.request_material h3::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: #575757;
  left: -24px;
  top: 50%;
  transform: translateY(-50%) rotate(-18deg);
}
.request_material h3::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: #575757;
  right: -24px;
  top: 50%;
  transform: translateY(-50%) rotate(18deg);
}

.request_slider {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .request_slider {
    flex-direction: column;
  }
}
.request_slider .request_main {
  width: 80%;
}
@media screen and (max-width: 800px) {
  .request_slider .request_main {
    width: 100%;
  }
}
.request_slider .slider-nav {
  width: 18%;
}
@media screen and (max-width: 800px) {
  .request_slider .slider-nav {
    width: 100%;
  }
}
.request_slider .slick-slide {
  width: 100%;
}
.request_slider .slick-slide {
  border: 1px solid #C1C1C1;
}

@media (max-width: 800px) {
  .slider-nav .slick-track {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important; /* 2列に折り返す */
    gap: 8px;
    justify-content: center;
  }
  .slider-nav .slick-slide {
    width: 99% !important;
  }
  .slick-track::before,
  .slick-track::after {
    display: none !important;
  }
}
.request_des {
  margin-top: 16px;
}
@media screen and (max-width: 800px) {
  .request_des {
    margin-bottom: 24px;
  }
}
.request_des span {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
}
.request_des p {
  line-height: 2;
}

/* 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: 1280px) {
  .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;
  }
}

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

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

@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "axis";
  src: url("./font/axis-std.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.event_inner {
  margin-top: 64px;
  border-top: 1px solid #D5D5D5;
  padding: 80px 0 200px;
}
@media screen and (max-width: 600px) {
  .event_inner {
    margin-top: 40px;
    padding: 40px 0 100px;
  }
}

.event_btn a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: #333333;
  padding: 28px 64px !important;
  border-radius: 0 !important;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 600px) {
  .event_btn a {
    padding: 24px 60px;
  }
}
.event_btn a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 24px;
  z-index: 2;
}

.wp-block-button__link {
  background-color: none !important;
  padding: 0 !important;
}

.event_grid {
  margin-bottom: 60px;
}

.event_grid > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 55fr 43fr;
  gap: 50px;
  width: 86%;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .event_grid > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}
@media screen and (max-width: 800px) {
  .event_grid > .wp-block-group__inner-container {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .event_grid > .wp-block-group__inner-container {
    width: 94%;
  }
}

.eventspec-title {
  display: none;
}

.event_eye_cat {
  background-color: #575757;
  color: #fff;
  font-size: 14px;
  padding: 8px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
}

.event .event_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .event .event_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.wp-block-tera-block-eventspec .eventspec-item {
  border-bottom: 1px dashed #575757;
}
.wp-block-tera-block-eventspec .eventspec-item:first-child {
  border-top: 1px dashed #575757;
}

.eventspec-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .eventspec-item {
    font-size: 14px;
    grid-template-columns: 80px 1fr;
  }
}

.eventspec-item span::before {
  display: none;
}

.event_read {
  width: 76%;
  max-width: 1000px;
  margin: 80px auto;
}
@media screen and (max-width: 1400px) {
  .event_read {
    width: 86%;
  }
}
@media screen and (max-width: 800px) {
  .event_read {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .event_read {
    width: 94%;
    margin: 60px auto;
  }
}

.event.single .wp-block-tera-block-titleimagearea:last-child {
  padding-bottom: 160px;
}
@media screen and (max-width: 600px) {
  .event.single .wp-block-tera-block-titleimagearea:last-child {
    padding-bottom: 60px;
  }
}
.event.single .wp-block-tera-block-titleimagearea h3 {
  font-size: 18px !important;
  font-weight: 500 !important;
  padding-bottom: 8px;
  line-height: 1.6;
  width: 100%;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 600px) {
  .event.single .wp-block-tera-block-titleimagearea h3 {
    margin-bottom: 16px !important;
  }
}
.event.single .wp-block-tera-block-titleimagearea p {
  font-size: 14px !important;
}

.event.single .wp-block-tera-block-freearea h3 {
  font-size: 18px !important;
  font-weight: 500 !important;
  padding-bottom: 8px;
  line-height: 1.6;
  width: 100%;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 600px) {
  .event.single .wp-block-tera-block-freearea h3 {
    margin-bottom: 16px !important;
  }
}
.event.single .wp-block-tera-block-freearea p {
  font-size: 14px !important;
}

.event_box {
  background-color: rgba(237, 237, 237, 0.8);
  padding: 80px 0 0;
}
@media screen and (max-width: 600px) {
  .event_box {
    padding: 48px 0 0;
  }
}

.event_box .wp-block-tera-block-singleimage,
.event_box .wp-block-tera-block-titleimagearea {
  width: 76%;
  margin: 0 auto;
  max-width: 900px;
}
@media screen and (max-width: 1400px) {
  .event_box .wp-block-tera-block-singleimage,
  .event_box .wp-block-tera-block-titleimagearea {
    width: 86%;
  }
}
@media screen and (max-width: 800px) {
  .event_box .wp-block-tera-block-singleimage,
  .event_box .wp-block-tera-block-titleimagearea {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .event_box .wp-block-tera-block-singleimage,
  .event_box .wp-block-tera-block-titleimagearea {
    width: 94%;
  }
}

.event .wp-block-tera-block-freearea.l-freearea > :first-child {
  padding-top: 100px;
}
@media screen and (max-width: 600px) {
  .event .wp-block-tera-block-freearea.l-freearea > :first-child {
    padding-top: 40px;
  }
}

.event .wp-block-tera-block-freearea.l-freearea > :last-child {
  padding-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .event .wp-block-tera-block-freearea.l-freearea > :last-child {
    padding-bottom: 40px;
  }
}

.event .wp-block-tera-block-freearea.l-freearea {
  width: 76%;
  margin: 0 auto;
  max-width: 900px;
}
@media screen and (max-width: 1400px) {
  .event .wp-block-tera-block-freearea.l-freearea {
    width: 86%;
  }
}
@media screen and (max-width: 800px) {
  .event .wp-block-tera-block-freearea.l-freearea {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .event .wp-block-tera-block-freearea.l-freearea {
    width: 94%;
  }
}
.event .wp-block-tera-block-freearea.l-freearea h2 {
  font-size: 20px;
  margin-bottom: 24px;
}
.event .wp-block-tera-block-freearea.l-freearea h2:not(:first-child) {
  margin-top: 24px;
}

.event .map {
  height: 640px !important;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .event .map {
    height: 200px !important;
  }
}
.event .map iframe {
  width: 100%;
  height: 100%;
}

.event p.address {
  display: none;
}

.event_campaign {
  padding: 80px 0 100px;
}

.event_campaign_img {
  margin-bottom: 24px;
}

.event_campaign_ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .event_campaign_ttl {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 600px) {
  .event_campaign_ttl {
    font-size: 16px;
  }
}

.event_campaign_txt {
  padding: 40px;
  border: 1px solid #EBE7E5;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .event_campaign_txt {
    padding: 20px 16px;
  }
}
@media screen and (max-width: 800px) {
  .event_campaign_txt p {
    line-height: 1.6;
  }
}

h3.has-text-align-center.is-style-title-flag-icon {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 40px;
  font-weight: 500;
  margin: 0 auto 48px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  h3.has-text-align-center.is-style-title-flag-icon {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  h3.has-text-align-center.is-style-title-flag-icon {
    font-size: 24px;
    margin: 0 auto 40px;
  }
}

.event_head {
  width: 76%;
  max-width: 900px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1400px) {
  .event_head {
    width: 86%;
  }
}
@media screen and (max-width: 800px) {
  .event_head {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .event_head {
    width: 94%;
  }
}

.event_head .event_eye_iamge {
  margin-bottom: 40px;
}

.event_head .event_read {
  width: 100%;
}

.event_specs .eventspec-lists,
.event_specs2 .eventspec-lists {
  width: 76%;
  max-width: 900px;
  margin: 0 auto 80px !important;
}
@media screen and (max-width: 1400px) {
  .event_specs .eventspec-lists,
  .event_specs2 .eventspec-lists {
    width: 86%;
  }
}
@media screen and (max-width: 800px) {
  .event_specs .eventspec-lists,
  .event_specs2 .eventspec-lists {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .event_specs .eventspec-lists,
  .event_specs2 .eventspec-lists {
    width: 94%;
  }
}

.event_gmap_btn {
  display: none;
}

.wp-block-tera-block-freearea.l-freearea .wp-block-button__link {
  display: none;
}

.event.single .back_btn {
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  .event.single .back_btn {
    margin-top: 60px;
  }
}

.event.single .wpcf7-response-output p {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
}
.event.single .wpcf7-response-output p.has-text-error {
  border: 2px solid #ffb900;
}
.event.single .wpcf7-response-output p.has-text-success {
  border: 2px solid #46b450;
}

/* 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: 1280px) {
  .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;
  }
}

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

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

@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "axis";
  src: url("./font/axis-std.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.voice_inner {
  margin-top: 64px;
  border-top: 1px solid #D5D5D5;
  padding: 80px 0 200px;
}
@media screen and (max-width: 600px) {
  .voice_inner {
    margin-top: 40px;
    padding: 40px 0 100px;
  }
}

.voice .page-fv_bg {
  overflow: hidden;
}
.voice .page-fv_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice .page-fv_bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.4);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.voice_fv_inner {
  position: absolute;
  bottom: 60px;
  left: 10%;
  z-index: 5;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .voice_fv_inner {
    left: 3%;
    bottom: 40px;
  }
}
.voice_fv_inner h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .voice_fv_inner h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.voice_fv_inner p {
  font-size: 12px;
}

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

.common_eye.voices_eye {
  display: none;
}

.voice .wp-block-group__inner-container .voices_title {
  display: none;
}
.voice .wp-block-group__inner-container .works_area {
  display: none;
}

.voice.single .wp-block-tera-block-imagewrap.voices_contents {
  width: 100% !important;
  max-width: 100% !important;
}
.voice.single .wp-block-tera-block-imagewrap.voices_contents p {
  font-size: 14px !important;
}
.voice.single .wp-block-tera-block-singleimage.mod-imagebox.imageType_height {
  width: 100% !important;
  max-width: 100% !important;
}
.voice.single h3 {
  font-size: 18px !important;
  font-weight: 700 !important;
  margin: 32px 0 24px !important;
  line-height: 1.6;
  padding: 16px;
  width: 100%;
  background-color: #c6c6c6;
}
@media screen and (max-width: 600px) {
  .voice.single h3 {
    margin: 32px 0 20px !important;
    font-size: 16px !important;
  }
}

.voice .back_btn {
  margin: 80px auto 0;
}
@media screen and (max-width: 600px) {
  .voice .back_btn {
    margin: 60px auto 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: 1280px) {
  .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;
  }
}

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

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

@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "axis";
  src: url("./font/axis-std.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.blog_inner {
  margin-top: 64px;
  padding: 0 0 200px;
}
@media screen and (max-width: 600px) {
  .blog_inner {
    margin-top: 40px;
    padding: 40px 0 100px;
  }
}

.author {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  width: 100%;
  border: 1px solid #C1C1C1;
  position: relative;
}
.author::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-image: url(../images/common/arrow_sm.webp);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}

.author_img {
  width: 58px;
  height: 58px;
  border-radius: 100px;
  overflow: hidden;
}
.author_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

p.author_ttl {
  line-height: 1.5;
}

p.author_posi {
  line-height: 1.5;
  font-size: 12px;
  margin-bottom: 2px;
}

.blog_inner {
  margin-top: 64px;
}
@media screen and (max-width: 600px) {
  .blog_inner {
    margin-top: 40px;
  }
}

.blog .staffblog_eye.wp-block-post-featured-image {
  width: 86%;
  max-width: 1300px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 800px) {
  .blog .staffblog_eye.wp-block-post-featured-image {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .blog .staffblog_eye.wp-block-post-featured-image {
    width: 100%;
  }
}

.blog .wp-block-group.staffblog_head {
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #D5D5D5;
}

.blog .wp-block-group__inner-container.is-layout-flow.wp-block-group-is-layout-flow {
  width: 76%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .blog .wp-block-group__inner-container.is-layout-flow.wp-block-group-is-layout-flow {
    width: 86%;
  }
}
@media screen and (max-width: 800px) {
  .blog .wp-block-group__inner-container.is-layout-flow.wp-block-group-is-layout-flow {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .blog .wp-block-group__inner-container.is-layout-flow.wp-block-group-is-layout-flow {
    width: 94%;
  }
}

.wp-block-group.staffblog_content {
  padding-bottom: 40px;
}

.wp-block-tera-block-singleimage.mod-imagebox.imageType_height {
  width: 100%;
  max-width: 100%;
}

.wp-block-group.staffblog_head time {
  font-size: 12px;
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
}
.wp-block-group.staffblog_head .mod-list3 {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  padding: 0;
}
.wp-block-group.staffblog_head .mod-list3 li {
  display: block;
  padding: 3px 4px 2px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 12px;
  background-color: #333;
}
.wp-block-group.staffblog_head .staffblog_title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .wp-block-group.staffblog_head .staffblog_title {
    font-size: 20px;
  }
}

.blog.single .wp-block-tera-block-singleimage_content h3 {
  font-size: 18px !important;
  font-weight: 500 !important;
  padding-bottom: 12px;
  border-bottom: 1px solid #D5D5D5;
  width: 100%;
}

.blog.single .wp-block-tera-block-singleimage_content p {
  font-size: 14px !important;
}

.blog.single .wp-block-tera-block-freearea.l-freearea {
  padding-bottom: 40px;
}

.blog_add {
  width: 100%;
  background-color: rgba(237, 237, 237, 0.8);
  padding: 64px 0;
}
@media screen and (max-width: 600px) {
  .blog_add {
    width: 94%;
    margin: 0 auto;
    padding: 40px 0;
  }
}

.blog_add_ttl {
  font-size: 24px;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}
@media screen and (max-width: 800px) {
  .blog_add_ttl {
    font-size: 18px;
    margin: 0 auto 32px;
  }
}

.blog_add_txt {
  margin-bottom: 40px;
}

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

.blog_add_item {
  border: 1px solid #C1C1C1;
  padding: 40px 0;
  width: 100%;
}
.blog_add_item h4 {
  text-align: center;
  font-size: 14px;
  line-height: 2.4;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}
.blog_add_item .feature_btn {
  margin: 0 auto;
}

.blog_bottom {
  padding: 40px 0 120px;
}

.blog_link {
  display: block;
  padding: 24px 32px;
  background-image: url(../images/top/bg.webp);
  background-size: 100% 100%;
  max-width: 700px;
  width: 94%;
  margin: 0 auto;
  transition: all 0.4s;
  position: relative;
}

.blog_link_wrap {
  display: flex;
  align-items: center;
  gap: 32px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 600px) {
  .blog_link_wrap {
    gap: 12px;
  }
}

.blog_link_content {
  width: 100%;
}

.blog_link_img {
  width: 130px;
  height: 130px;
  border-radius: 100px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .blog_link_img {
    width: 96px;
    height: 96px;
  }
}
.blog_link_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog_link_txt {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  width: 100%;
}

.blog_link_posi {
  font-size: 14px;
  line-height: 1.5;
}

.blog_link_ttl {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.blog_link:hover {
  opacity: 0.7;
}
.blog_link:hover .blog_link_note img {
  transform: translateX(12px);
}

.blog_link_note {
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 42px;
  right: 32px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .blog_link_note {
    position: static;
    width: -moz-fit-content;
    width: fit-content;
    margin: 16px auto 0;
  }
}
.blog_link_note span {
  font-size: 14px;
  font-weight: 500;
}
.blog_link_note img {
  width: 22px;
  transition: all 0.4s;
}

.author_prof {
  height: 300px;
  display: grid;
  grid-template-columns: 46fr 72fr;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .author_prof {
    height: 240px;
  }
}
@media screen and (max-width: 800px) {
  .author_prof {
    height: auto;
    grid-template-columns: 1fr;
    margin-bottom: 54px;
  }
}

.author_prof_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .author_prof_img {
    aspect-ratio: 46/30;
  }
}
.author_prof_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.author_prof_content {
  width: 100%;
  height: 100%;
  padding-left: 64px;
  background-image: url(../images/blog/bg.webp);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .author_prof_content {
    padding: 22px 16px;
    height: auto;
  }
}

.author_prof_posi {
  display: block;
  margin-bottom: 20px;
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .author_prof_posi {
    font-size: 12px;
    margin-bottom: 12px;
    margin-top: 0 !important;
  }
}

.author_prof_name {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .author_prof_name {
    font-size: 20px;
  }
}

.page-top_ttl {
  font-size: 18px;
  letter-spacing: 0.05em;
  padding-bottom: 16px;
}

.blog-author .page-top_wrap {
  border-bottom: 1px solid #D5D5D5;
}

.search-box_area {
  padding: 32px 0 48px;
  background-color: rgba(47, 47, 47, 0.5);
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .search-box_area {
    padding: 24px 0 32px;
    margin-bottom: 40px;
  }
}

.search-box_ttl {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding-top: 13px;
}
@media screen and (max-width: 1000px) {
  .search-box_ttl {
    padding-top: 0;
  }
}

.blog .search-box_row {
  display: grid;
  grid-template-columns: 170px 1fr;
}
@media screen and (max-width: 1000px) {
  .blog .search-box_row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.search-box_list {
  display: flex;
  align-items: center;
  gap: 8px;
  row-gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .search-box_list {
    gap: 8px;
  }
}

.search-box_list li a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 24px;
  border: 1px solid #C1C1C1;
  border-radius: 100px;
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  .search-box_list li a {
    font-size: 10px;
  }
}

.search-box_list li a.btn {
  background-color: #fff;
}

.search-box_list li a.all {
  color: #fff;
  background-color: #474646;
}

/* 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: 1280px) {
  .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;
  }
}

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

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

@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "axis";
  src: url("./font/axis-std.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.works .page-top {
  padding-top: 160px;
}

.works_inner {
  margin-top: 64px;
  border-top: 1px solid #D5D5D5;
  padding: 0 0 200px;
}
@media screen and (max-width: 600px) {
  .works_inner {
    margin-top: 40px;
    padding: 0 0 100px;
  }
}

.works.single .works_inner {
  border-top: none;
  margin-top: 0;
}

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

.search-box.works_search {
  padding: 40px 0;
  background-color: rgba(47, 47, 47, 0.5);
  margin-bottom: 60px;
}
.search-box.works_search .search-box_ttl {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  padding-top: 11px;
}
@media screen and (max-width: 800px) {
  .search-box.works_search .search-box_ttl {
    font-size: 14px;
    padding-top: 0;
  }
}

.search-box.works_search .search-box_row:not(:last-child) {
  padding-bottom: 24px;
  border-bottom: 1px solid #C1C1C1;
  margin-bottom: 24px;
}

.search-box_inner {
  display: grid;
  grid-template-columns: 110px 1fr;
}
@media screen and (max-width: 800px) {
  .search-box_inner {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

.search-box_lists {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .search-box_lists {
    gap: 4px;
  }
}
@media screen and (max-width: 600px) {
  .search-box_lists {
    gap: 2px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.search-box_lists li span,
.search-box_lists li a {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border: 1px solid #C1C1C1;
  border-radius: 100px;
  width: 180px;
  height: 40px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .search-box_lists li span,
  .search-box_lists li a {
    width: 120px;
    padding: 0 16px;
    font-size: 10px;
    height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .search-box_lists li span,
  .search-box_lists li a {
    width: 100%;
  }
}
.search-box_lists li.clicked span {
  background-color: #474646;
  color: #fff;
}

.works_inner > .wp-block-group.works_container {
  width: 76%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 48px;
}
@media screen and (max-width: 1400px) {
  .works_inner > .wp-block-group.works_container {
    width: 86%;
  }
}
@media screen and (max-width: 800px) {
  .works_inner > .wp-block-group.works_container {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .works_inner > .wp-block-group.works_container {
    width: 94%;
    padding-top: 32px;
  }
}

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

.works_grid > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 120px;
}
@media screen and (max-width: 1000px) {
  .works_grid > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.works.single .mod-list2 {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 24px;
}
.works.single .mod-list2 li {
  font-size: 12px;
  color: #fff;
  background-color: #C1C1C1;
  padding: 8px;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
}

.works.single .mod-list1 {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .works.single .mod-list1 {
    margin-top: 24px;
  }
}
.works.single .mod-list1 li {
  font-size: 12px;
  color: #fff;
  background-color: #474646;
  padding: 8px;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
}

.works.single .works_num {
  font-size: 14px;
  font-family: "Chillax", sans-serif;
  display: block;
  margin-bottom: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.works.single .works_title {
  font-size: 32px;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .works.single .works_title {
    font-size: 24px;
  }
}

.works.single .wp-block-tera-block-imagewrap.works_contents {
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .works.single .wp-block-tera-block-imagewrap.works_contents {
    margin-top: 40px;
  }
}

.works.single .works_area {
  font-size: 14px;
  padding-left: 18px;
  position: relative;
}
.works.single .works_area::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url(../images/common/pin_icon-black.webp);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.works.single .wp-block-tera-block-worksspec.works_spec {
  font-size: 14px;
  font-weight: 500 !important;
  border-top: none !important;
  border-bottom: none !important;
  display: block !important;
  padding: 0 !important;
  padding-top: 16px !important;
}
.works.single .wp-block-tera-block-worksspec.works_spec li {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #EBE7E5;
  margin-bottom: 14px;
}
.works.single .wp-block-tera-block-worksspec.works_spec .title {
  font-weight: 500 !important;
  font-size: 14px !important;
}
.works.single .wp-block-tera-block-worksspec.works_spec .title::after {
  content: "";
  display: none;
}

.works.single .works_contents .wp-block-tera-block-singleimage_image,
.works.single .wp-block-tera-block-freearea .wp-block-tera-block-singleimage_image {
  margin: 24px 0 0 !important;
}
@media screen and (max-width: 800px) {
  .works.single .works_contents .wp-block-tera-block-singleimage_image,
  .works.single .wp-block-tera-block-freearea .wp-block-tera-block-singleimage_image {
    margin: 16px 0 0 !important;
  }
}
.works.single .works_contents h3,
.works.single .wp-block-tera-block-freearea h3 {
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 1.4;
  margin: 24px 0 0 !important;
}
@media screen and (max-width: 800px) {
  .works.single .works_contents h3,
  .works.single .wp-block-tera-block-freearea h3 {
    font-size: 20px !important;
    margin: 16px 0 0 !important;
  }
}
.works.single .works_contents p,
.works.single .wp-block-tera-block-freearea p {
  font-size: 14px !important;
  margin: 24px 0 0 !important;
}
@media screen and (max-width: 800px) {
  .works.single .works_contents p,
  .works.single .wp-block-tera-block-freearea p {
    margin: 8px 0 0 !important;
  }
}

.works.single .back_btn {
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  .works.single .back_btn {
    margin-top: 60px;
  }
}

.tag-lists {
  max-height: 94px;
  overflow: hidden;
  transition: max-height 0.3s ease;
  position: relative;
}
@media screen and (max-width: 800px) {
  .tag-lists {
    max-height: 86px;
  }
}

.tag-lists.open {
  max-height: 100%;
}

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

.tag-more-btn {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 8px;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  border-bottom: 2px solid #fff;
  margin: 10px auto 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: 1280px) {
  .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;
  }
}

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

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

@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "axis";
  src: url("./font/axis-std.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.news_inner {
  margin-top: 64px;
  border-top: 1px solid #D5D5D5;
  padding: 80px 0 200px;
}
@media screen and (max-width: 600px) {
  .news_inner {
    margin-top: 40px;
    padding: 40px 0 100px;
  }
}

.news_list .post_item {
  display: grid;
  grid-template-columns: 88px 1fr;
  padding-bottom: 28px;
  border-bottom: 1px solid #D5D5D5;
  align-items: center;
  transition: all 0.4s;
}
.news_list .post_item:not(:last-child) {
  margin-bottom: 40px;
}
.news_list .post_item .post_date {
  display: block;
  width: 100%;
  border-right: 1px solid #C1C1C1;
  margin-bottom: 0;
}
.news_list .post_item .post_ttl {
  font-size: 16px;
  padding-left: 16px;
  margin-bottom: 0;
}

.news_list .post_item:hover {
  opacity: 0.7;
}

.news .back_btn {
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  .news .back_btn {
    margin-top: 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: 1280px) {
  .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;
  }
}

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

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

@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "axis";
  src: url("./font/axis-std.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.room_inner {
  margin-top: 64px;
  border-top: 1px solid #D5D5D5;
  padding: 80px 0 200px;
}
@media screen and (max-width: 600px) {
  .room_inner {
    margin-top: 40px;
    padding: 40px 0 100px;
  }
}

.roomtour_img.post_img {
  aspect-ratio: auto;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal.show {
  display: flex;
}

.modal_content {
  max-width: 800px;
  width: 90%;
  border-radius: 10px;
  position: relative;
}

.modal_close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  font-size: 28px;
}

/* 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: 1280px) {
  .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;
  }
}

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

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

@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("./font/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "axis";
  src: url("./font/axis-std.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.recruit_fv_inner {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 5;
}

.recruit_fv_inner h2 {
  font-size: 40px;
  font-family: "Chillax", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
}
@media screen and (max-width: 800px) {
  .recruit_fv_inner h2 {
    font-size: 24px;
    margin: 0 auto 16px;
  }
}

.recruit_fv_inner span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 800px) {
  .recruit_fv_inner span {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .recruit_fv_inner span {
    line-height: 2;
    text-align: center;
  }
}

.recruit_content {
  position: relative;
}

.recruit_txt {
  padding: 100px 0 140px;
  display: grid;
  grid-template-columns: 1fr 600px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1280px) {
  .recruit_txt {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media screen and (max-width: 600px) {
  .recruit_txt {
    padding: 40px 0 64px;
  }
}
.recruit_txt h3 {
  font-size: 24px;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .recruit_txt h3 {
    font-size: 20px;
  }
}

.recruit_effect_item:nth-child(1) {
  position: absolute;
  width: 50%;
  height: 30%;
  background-color: #EDBEA2;
  filter: blur(100px);
  border-bottom-right-radius: 50%;
  opacity: 0.15;
  top: 0;
  left: 0;
}

.recruit_effect_item:nth-child(2) {
  position: absolute;
  width: 40%;
  height: 60%;
  bottom: 0;
  right: 0;
  background-color: #D3DCDF;
  filter: blur(40px);
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  opacity: 0.2;
}

.recruit_bottom {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  padding-bottom: 180px;
}
@media screen and (max-width: 600px) {
  .recruit_bottom {
    flex-direction: column;
    gap: 32px;
    padding-bottom: 120px;
  }
}

.recruit_link {
  display: block;
  max-width: 280px;
}
@media screen and (max-width: 600px) {
  .recruit_link {
    max-width: 100%;
    width: 100%;
  }
}

.recruit_link:hover .recruit_link_img img {
  transform: scale(1.1);
}

.recruit_link_img {
  margin-bottom: 16px;
  aspect-ratio: 28/18;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .recruit_link_img {
    margin-bottom: 8px;
  }
}
.recruit_link_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}

.recruit_link:nth-child(2) .recruit_link_txt span {
  position: relative;
  padding-right: 22px;
}
.recruit_link:nth-child(2) .recruit_link_txt span::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(../images/common/arrow_icon.webp);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.recruit_link_txt {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
}
.recruit_link_txt img {
  width: 18px;
}

.welcome_content {
  display: grid;
  grid-template-columns: 6.3fr 4.6fr;
  align-items: center;
  gap: 90px;
  margin: 64px auto 90px;
}
@media screen and (max-width: 1280px) {
  .welcome_content {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
@media screen and (max-width: 600px) {
  .welcome_content {
    margin: 64px auto;
  }
}
@media screen and (max-width: 1280px) {
  .welcome_content img {
    max-width: 500px;
  }
}

.welcome_txt h3 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 40px;
}

.future {
  padding: 120px 0 160px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .future {
    padding: 54px 0 90px;
  }
}

.future_wrap {
  position: relative;
  z-index: 5;
}

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

.future_heading_top {
  display: flex;
  align-items: center;
  gap: -8px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
  flex-wrap: wrap;
  row-gap: 12px;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .future_heading_top {
    margin: 0 auto 20px;
    max-width: 64%;
  }
}

.future_heading_main {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .future_heading_main {
    font-size: 32px;
  }
}

.future_img {
  margin: 40px 0 32px;
}
@media screen and (max-width: 600px) {
  .future_img {
    margin: 24px 0 24px;
  }
}

.future .feature_btn {
  margin-top: 56px;
}
@media screen and (max-width: 600px) {
  .future .feature_btn {
    margin: 32px auto 0;
  }
}

.briefing {
  margin-top: 64px;
  padding: 64px 0 180px;
  border-top: 1px solid #D5D5D5;
}
@media screen and (max-width: 600px) {
  .briefing {
    margin-top: 40px;
    padding: 40px 0 100px;
  }
}

.briefing_top {
  margin-bottom: 60px;
}
.briefing_top img {
  margin-bottom: 24px;
}

.briefing_heading {
  margin-bottom: 24px;
}
.briefing_heading span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 800px) {
  .briefing_heading span {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 24px;
  }
}
.briefing_heading h3 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  .briefing_heading h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .briefing_heading h3 {
    font-size: 20px;
  }
}

.recruit_btn {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: #333333;
  padding: 28px 64px !important;
  border-radius: 0 !important;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 600px) {
  .recruit_btn {
    padding: 24px 60px;
  }
}
.recruit_btn::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 24px;
  z-index: 2;
}

.briefing_list {
  border-top: 1px solid #D6D7D8;
  margin-bottom: 24px;
}

.briefing_item {
  display: grid;
  grid-template-columns: 200px 1fr;
  width: 100%;
  font-size: 14px;
  line-height: 2.4;
  border: 1px solid #D6D7D8;
  border-top: none;
}
@media screen and (max-width: 1000px) {
  .briefing_item {
    grid-template-columns: 1fr;
  }
}

.briefing_ttl {
  padding: 24px 32px;
  background-color: #EDEDED;
}
@media screen and (max-width: 800px) {
  .briefing_ttl {
    padding: 16px 16px;
  }
}

.briefing_txt {
  padding: 24px 32px;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .briefing_txt {
    padding: 20px 16px;
  }
}

.careers {
  background-color: rgba(237, 237, 237, 0.8);
}

.careers_wrap {
  padding: 120px 0 160px;
}
@media screen and (max-width: 600px) {
  .careers_wrap {
    padding: 48px 0 100px;
  }
}

.careers_content {
  display: grid;
  grid-template-columns: 1fr 800px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1400px) {
  .careers_content {
    grid-template-columns: 1fr 720px;
  }
}
@media screen and (max-width: 1280px) {
  .careers_content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  .careers_content {
    margin-bottom: 24px;
  }
}

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

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

.careers_heading {
  font-size: 32px;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .careers_heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  .careers_heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .careers_heading br {
    display: none;
  }
}

.careers_list {
  font-size: 14px;
  line-height: 2.4;
}

.careers_item {
  display: grid;
  grid-template-columns: 130px 1fr;
  padding-bottom: 16px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 800px) {
  .careers_item {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.careers_item:not(:last-child) {
  margin-bottom: 16px;
}
.careers_item h4 {
  font-weight: 700;
}

.entry {
  margin-top: 64px;
  padding: 64px 0 140px;
  border-top: 1px solid #D5D5D5;
}
@media screen and (max-width: 600px) {
  .entry {
    margin-top: 40px;
    padding: 40px 0 100px;
  }
}

.entry_top {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .entry_top {
    margin-bottom: 32px;
  }
}/*# sourceMappingURL=style.css.map */