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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Gotham";
  src: url("./font/gotham-book.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Galvji";
  src: url("./font/galvji-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Galvji";
  src: url("./font/galvji.ttf") format("truetype");
  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: 1200px) {
  .pc_M_display {
    display: block;
  }
}

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

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

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

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

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

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

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

@font-face {
  font-family: "Gotham";
  src: url("./font/gotham-book.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Galvji";
  src: url("./font/galvji-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Galvji";
  src: url("./font/galvji.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.footer {
  background-color: #3E3B3A;
  padding: 80px 0 120px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .footer {
    padding: 32px 0 100px;
  }
}

.footer_wrap {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .footer_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer_wrap small {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .footer_wrap small {
    position: static;
    margin: 40px auto 0;
  }
}

.footer_logo {
  width: 230px;
  display: block;
  margin-bottom: 46px;
}
@media screen and (max-width: 600px) {
  .footer_logo {
    width: 148px;
    margin-bottom: 20px;
  }
}

.footer_address {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .footer_address {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

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

.footer_sns a {
  display: block;
  width: 34px;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .footer_sns a {
    width: 28px;
  }
}

@media (hover: hover) {
  .footer_sns a:hover {
    opacity: 0.7;
  }
}
.footer_line {
  width: 1px;
  height: 186px;
  background-color: #F18D00;
  display: block;
}
@media screen and (max-width: 1200px) {
  .footer_line {
    width: 100%;
    height: 1px;
    margin: 20px auto;
  }
}

.footer_right {
  width: 480px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 16px;
  row-gap: 20px;
}
@media screen and (max-width: 1200px) {
  .footer_right {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .footer_right {
    font-size: 12px;
  }
}

.footer_right a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.footer_right a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: -2px;
  display: block;
  transition: all 0.4s;
  z-index: 2;
}

@media (hover: hover) {
  .footer_right a:hover::after {
    width: 100%;
  }
}
@media (hover: none) {
  .footer_right a:active::after,
  .footer_right a:focus::after {
    width: 100%;
  }
}
/* mediaquery
----------------------------------------------------------------- */
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Gotham";
  src: url("./font/gotham-book.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Galvji";
  src: url("./font/galvji-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Galvji";
  src: url("./font/galvji.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 206px;
  background: linear-gradient(170deg, #F18D00 0%, #DBC999 60%, #8EAEBE 90%);
  z-index: 99;
}
@media screen and (max-width: 1000px) {
  .header {
    width: 100%;
    height: 60px;
    background: linear-gradient(110deg, #F18D00 0%, #DBC999 60%, #8EAEBE 90%);
  }
}

.header_wrap {
  padding: 56px 0;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .header_wrap {
    padding: 0 16px;
    display: flex;
    align-items: center;
  }
}

.header_logo {
  width: 95px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .header_logo {
    width: 125px;
    margin: 0;
  }
}

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

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

.header_nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .header_nav {
    display: none;
  }
}

.header_nav_a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.header_nav_a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: #fff;
  z-index: 2;
  bottom: -2px;
  left: 0;
  transition: all 0.4s;
}
.header_nav_a:not(:last-child) {
  margin: 0 auto 24px;
}

@media (hover: hover) {
  .header_nav_a:hover::after {
    width: 100%;
  }
}
@media (hover: none) {
  .header_nav_a:active::after,
  .header_nav_a:focus::after {
    width: 100%;
  }
}
.header_hamburger_menu {
  display: none;
  position: fixed;
  top: 12px;
  right: 16px;
  z-index: 120;
}
@media screen and (max-width: 1000px) {
  .header_hamburger_menu {
    display: block;
  }
}

.mask {
  display: none;
}
@media screen and (max-width: 1000px) {
  .mask {
    display: block;
    position: fixed;
    opacity: 0;
    top: 0;
    right: -1000px;
    height: 100vh;
    max-width: 390px;
    width: 100%;
    background: linear-gradient(170deg, #F18D00 0%, #DBC999 60%, #8EAEBE 90%);
    z-index: 118;
    transition: all 0.5s;
  }
}

.mask_logo {
  position: absolute;
  top: 12px;
  left: 16px;
  width: 152px;
}

.open.mask {
  opacity: 1;
  right: 0;
}

.toggle_btn {
  width: 32px;
  height: 36px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.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: 5px;
  width: 100%;
}

@media (hover: hover) {
  .toggle_btn:hover {
    opacity: 0.7;
  }
}
.open .toggle_btn span {
  transition: all 0.5s;
}
.open .toggle_btn span:nth-child(1) {
  top: 18px;
  transform: rotate(45deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  bottom: 15px;
  transform: rotate(-45deg);
}

.header_link {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header_link li {
  margin: 0 auto;
}
.header_link li:not(:last-child) {
  margin: 0 auto 24px;
}

.header_link_a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  color: #fff;
  margin: 0 auto;
}

.header_link_contact {
  background-color: #F18D00;
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Gotham";
  src: url("./font/gotham-book.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Galvji";
  src: url("./font/galvji-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Galvji";
  src: url("./font/galvji.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
body {
  width: 100%;
  overflow-x: hidden;
  background-color: #FFF;
  font-family: "source-han-sans-japanese", "Yu Gothic Medium", "Yu Gothic", "游ゴシック体", sans-serif;
  color: #3E3B3A;
  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%;
  }
}
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s, transform 0.6s;
}

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

.wrap {
  width: 88%;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 800px) {
  .wrap {
    width: 90%;
  }
}

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

main {
  padding-left: 206px;
}
@media screen and (max-width: 1000px) {
  main {
    padding-left: 0;
  }
}

.page-error {
  padding: 240px 0 160px;
}
@media screen and (max-width: 600px) {
  .page-error {
    padding: 160px 0 120px;
  }
}
.page-error h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .page-error h2 {
    font-size: 24px;
  }
}
.page-error h3 {
  font-size: 18px;
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .page-error h3 {
    font-size: 16px;
  }
}

.cta-fixed {
  position: fixed;
  top: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .cta-fixed {
    width: 100%;
    bottom: 0;
    top: auto;
  }
}

.cta-fixed_a {
  width: 103px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
@media screen and (max-width: 1000px) {
  .cta-fixed_a {
    height: 50px;
    width: 100%;
  }
}
.cta-fixed_a img {
  width: 26px;
  margin: 0 auto 4px;
}
@media screen and (max-width: 1000px) {
  .cta-fixed_a img {
    margin: 0;
  }
}
.cta-fixed_a span {
  font-weight: 700;
  font-size: 14px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
}
.cta-fixed_a:nth-child(1) {
  background-color: #F18D00;
}
.cta-fixed_a:nth-child(2) {
  background-color: #3E3B3A;
}

@media (hover: hover) {
  .cta-fixed_a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1000px) {
  .cta-fixed_inner {
    display: flex;
    align-items: center;
    gap: 12px;
  }
}
@media screen and (max-width: 600px) {
  .cta-fixed_inner {
    gap: 6px;
  }
}

/*--------------- section_heading ---------------*/
.section_heading {
  padding-bottom: 16px;
  border-bottom: 1px solid #DDDDDD;
}

.section_heading_top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
  margin-bottom: 8px;
}

.section_heading_line {
  height: 5px;
  width: 28px;
  background-color: #F18D00;
  display: block;
}
@media screen and (max-width: 800px) {
  .section_heading_line {
    width: 26px;
    height: 3px;
  }
}

.section_heading_txt {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .section_heading_txt {
    font-size: 12px;
  }
}

.section_heading_main {
  font-family: "Galvji", sans-serif;
  font-size: 60px;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .section_heading_main {
    font-size: 40px;
  }
}

/*--------------- btn ---------------*/
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 64px;
  background-color: #3E3B3A;
  border-radius: 32px;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #3E3B3A;
  transition: color 0.4s, background-color 0.4s, opacity 1s, transform 1s;
}
@media screen and (max-width: 600px) {
  .btn {
    font-size: 16px;
    width: 200px;
    height: 50px;
  }
}

.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: right 0.4s, border 0.4s;
}
@media screen and (max-width: 600px) {
  .btn::after {
    width: 8px;
    height: 8px;
    right: 20px;
  }
}

@media (hover: hover) {
  .btn:hover {
    color: #3E3B3A;
    background-color: #fff;
  }
  .btn:hover::after {
    right: 16px;
    border-top: 1px solid #3E3B3A;
    border-right: 1px solid #3E3B3A;
  }
}
@media screen and (hover: hover) and (max-width: 600px) {
  .btn:hover::after {
    right: 8px;
  }
}
@media (hover: none) {
  .btn:active,
  .btn:focus {
    color: #3E3B3A;
    background-color: #fff;
  }
  .btn:active::after,
  .btn:focus::after {
    right: 16px;
    border-top: 1px solid #3E3B3A;
    border-right: 1px solid #3E3B3A;
  }
}
@media screen and (hover: none) and (max-width: 600px) {
  .btn:active::after,
  .btn:focus::after {
    right: 8px;
  }
}
.btn span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 8px;
}

/*--------------- cta ---------------*/
.cta_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2px;
  margin-bottom: 2px;
}
@media screen and (max-width: 800px) {
  .cta_wrap {
    grid-template-columns: 1fr;
  }
}

.cta_link {
  height: 240px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .cta_link {
    height: 180px;
  }
}

@media (hover: hover) {
  .cta_link:hover .cta_link_img {
    transform: scale(1.1);
  }
  .cta_link:hover .cta_link_txt h2::after {
    right: -54px;
  }
}
@media (hover: none) {
  .cta_link:active .cta_link_img,
  .cta_link:focus .cta_link_img {
    transform: scale(1.1);
  }
  .cta_link:active .cta_link_txt h2::after,
  .cta_link:focus .cta_link_txt h2::after {
    right: -54px;
  }
}
.cta_link_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}

.cta_link_txt {
  color: #fff;
  left: 36px;
  bottom: 32px;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .cta_link_txt {
    left: 16px;
    bottom: 16px;
  }
}
@media screen and (max-width: 800px) {
  .cta_link_txt {
    left: 30px;
    bottom: 20px;
  }
}

.cta_link_txt span {
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}

.cta_link_txt h2 {
  font-family: "Galvji", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}
.cta_link_txt h2::after {
  content: "";
  position: absolute;
  background-image: url(../images/common/arrow_white.webp);
  width: 27px;
  height: 27px;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
  z-index: 2;
  transition: all 0.4s;
  background-size: 100% 100%;
}

/*--------------- page-top ---------------*/
.page-top {
  padding: 32px 0 0;
}
@media screen and (max-width: 1000px) {
  .page-top {
    padding: 78px 0 0;
  }
}
.page-top .section_heading {
  border-bottom: none;
  padding-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .page-top .section_heading {
    padding-bottom: 40px;
  }
}

.breadcrumb {
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .breadcrumb {
    margin-bottom: 40px;
  }
}

.breadcrumb_list {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 16px;
  flex-wrap: wrap;
  row-gap: 8px;
}
@media screen and (max-width: 600px) {
  .breadcrumb_list {
    font-size: 10px;
  }
}

.breadcrumb_list li:not(:last-child) {
  position: relative;
}
.breadcrumb_list li:not(:last-child)::after {
  content: ">";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
}

.pagination {
  padding-top: 80px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Galvji", sans-serif;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #F18D00;
  border: 1px solid #F18D00;
  border-radius: 100px;
}

span.page-numbers.current {
  background-color: #F18D00;
  color: #fff;
}

a.next, a.prev {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Gotham";
  src: url("./font/gotham-book.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Galvji";
  src: url("./font/galvji-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Galvji";
  src: url("./font/galvji.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* --------------------------------------------------------------------- 
front
-----------------------------------------------------------------------*/
/*--------------- fv ---------------*/
.fv {
  background-image: url(../images/top/fv1.webp);
  background-size: cover;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1000px) {
  .fv {
    height: calc(100vh - 50px);
  }
}

.fv_wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.fv_main {
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  z-index: 2;
}

.fv_main span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 0.05em;
}
.fv_main span:nth-child(1) {
  font-size: 40px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1400px) {
  .fv_main span:nth-child(1) {
    font-size: 34px;
    margin: 0 auto 16px;
  }
}
@media screen and (max-width: 600px) {
  .fv_main span:nth-child(1) {
    font-size: 30px;
    margin: 0 auto 20px;
  }
}
.fv_main span:nth-child(2) {
  font-size: 60px;
}
@media screen and (max-width: 1400px) {
  .fv_main span:nth-child(2) {
    font-size: 52px;
  }
}
@media screen and (max-width: 600px) {
  .fv_main span:nth-child(2) {
    font-size: 46px;
  }
}
@media screen and (max-width: 375px) {
  .fv_main span:nth-child(2) {
    font-size: 42px;
  }
}

.fv_scroll {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.fv_scroll_txt {
  color: #fff;
  font-family: "Gotham", sans-serif;
  font-size: 22px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 1400px) {
  .fv_scroll_txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .fv_scroll_txt {
    font-size: 14px;
  }
}

.fv_scroll_arrow {
  display: block;
  width: 28px;
  height: 28px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: 0 auto;
  transform: rotate(45deg);
}
@media screen and (max-width: 600px) {
  .fv_scroll_arrow {
    width: 20px;
    height: 20px;
  }
}

.fv_bg {
  width: 100%;
  height: 100%;
}

.fv_slider {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.fv_slider .slick-list.draggable {
  width: 100%;
  height: 100%;
}
.fv_slider .slick-track {
  width: 100%;
  height: 100%;
}

.fv_slider .slick-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.fv_slider img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  -o-object-fit: cover;
     object-fit: cover;
}

.fv .is-moveL {
  animation: moveimg 11s linear backwards;
}
@keyframes moveimg {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/*--------------- top-event ---------------*/
.top-event {
  padding: 100px 0 120px;
}
@media screen and (max-width: 1200px) {
  .top-event {
    padding: 60px 0 80px;
  }
}
.top-event .btn {
  margin: 0 auto;
}

.top-event_content {
  display: grid;
  grid-template-columns: 422fr 496fr;
  gap: 28px;
  padding-top: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .top-event_content {
    grid-template-columns: 1.2fr 1fr;
  }
}
@media screen and (max-width: 1000px) {
  .top-event_content {
    grid-template-columns: 1fr;
  }
}

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

@media (hover: hover) {
  .event_link:hover .event_img img {
    transform: scale(1.1);
  }
}
@media (hover: none) {
  .event_link:active .event_img img,
  .event_link:focus .event_img img {
    transform: scale(1.1);
  }
}
.event_ttl {
  border-bottom: 1px dashed #D8D8D8;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 12px;
}

.event_item {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 8px;
}
.event_item span {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}

.top-event_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.top-event_list .event_link {
  display: grid;
  grid-template-columns: 21fr 27fr;
  gap: 16px;
}
@media screen and (max-width: 1200px) {
  .top-event_list .event_link {
    display: block;
  }
}
.top-event_list .event_img {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .top-event_list .event_img {
    margin-bottom: 12px;
  }
}

/*--------------- top-concept ---------------*/
.top-concept {
  background-color: #F5F5F5;
  padding: 80px 0 120px;
}
@media screen and (max-width: 600px) {
  .top-concept {
    padding: 48px 0 60px;
  }
}
.top-concept .btn {
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .top-concept .section_heading {
    width: 90%;
    margin: 0 auto;
  }
}

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

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

.top-concept_img {
  width: 653px;
  margin: 0 auto 40px;
  max-width: 90%;
}

.top-concept_txt {
  font-size: 14px;
  text-align: center;
  line-height: 2.4;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .top-concept_txt {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 40px;
    font-size: 12px;
  }
}

/*--------------- top-plan ---------------*/
.top-plan {
  padding: 120px 0;
}
@media screen and (max-width: 800px) {
  .top-plan {
    padding: 80px 0;
  }
}
.top-plan .btn {
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .top-plan .section_heading {
    width: 90%;
    margin: 0 auto;
  }
}

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

.top-plan_list {
  padding-top: 54px;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .top-plan_list {
    padding-top: 24px;
  }
}

.top-plan_link {
  display: block;
  height: 240px;
  width: 100%;
  display: grid;
  grid-template-columns: 30fr 64fr;
}
@media screen and (max-width: 800px) {
  .top-plan_link {
    height: 150px;
    grid-template-columns: 18fr 21fr;
  }
}

.top-plan_link:nth-child(even) {
  grid-template-columns: 64fr 30fr;
}
@media screen and (max-width: 800px) {
  .top-plan_link:nth-child(even) {
    grid-template-columns: 21fr 18fr;
  }
}
.top-plan_link:nth-child(even) .top-plan_txt {
  order: 2;
}

@media (hover: hover) {
  .top-plan_link:hover .top-plan_img img {
    transform: scale(1.1);
  }
}
@media (hover: none) {
  .top-plan_link:active .top-plan_img img,
  .top-plan_link:focus .top-plan_img img {
    transform: scale(1.1);
  }
}
.top-plan_txt {
  background-color: #3E3B3A;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-plan_price {
  font-size: 32px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  gap: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
}
@media screen and (max-width: 1200px) {
  .top-plan_price {
    font-size: 20px;
  }
}
.top-plan_price span:nth-child(1) {
  font-family: "Galvji", sans-serif;
  font-size: 60px;
  letter-spacing: -0.05em;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .top-plan_price span:nth-child(1) {
    font-size: 38px;
  }
}
.top-plan_price span:nth-child(2) {
  display: inline-block;
  line-height: 1.8;
}

.top-plan_line {
  width: 224px;
  height: 1px;
  background-color: #F18D00;
  display: block;
  margin: 0 auto 12px;
}
@media screen and (max-width: 1200px) {
  .top-plan_line {
    width: 140px;
  }
}

.top-plan_bottom {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .top-plan_bottom {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .top-plan_bottom {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .top-plan_bottom {
    text-align: center;
    line-height: 1.3;
  }
}

.top-plan_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-plan_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}

/*--------------- top-works ---------------*/
.top-works {
  padding-bottom: 120px;
}
@media screen and (max-width: 800px) {
  .top-works {
    padding-bottom: 80px;
  }
}
.top-works .btn {
  margin: 0 auto;
}

.top-works_content {
  width: 94%;
  margin-left: auto;
  padding-top: 54px;
  margin-bottom: 48px;
}
@media screen and (max-width: 800px) {
  .top-works_content {
    width: 95%;
  }
}

.top-works_slide {
  display: block;
  margin-right: 40px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .top-works_slide {
    margin-right: 16px;
    flex-shrink: 0;
  }
}

@media (hover: hover) {
  .top-works_slide:hover .top-works_img-main img {
    transform: scale(1.15);
  }
}
@media (hover: none) {
  .top-works_slide:active .top-works_img-main img,
  .top-works_slide:focus .top-works_img-main img {
    transform: scale(1.15);
  }
}
.top-works_img {
  position: relative;
  margin-bottom: 16px;
  width: 840px;
}
@media screen and (max-width: 1200px) {
  .top-works_img {
    width: 640px;
  }
}
@media screen and (max-width: 800px) {
  .top-works_img {
    width: 100%;
    padding-bottom: 50px;
  }
}

.top-works_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s;
}

.top-works_img-main {
  width: 750px;
  aspect-ratio: 75/44;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .top-works_img-main {
    width: 550px;
  }
}
@media screen and (max-width: 800px) {
  .top-works_img-main {
    width: 90%;
  }
}

.top-works_img-sub {
  width: 260px;
  position: absolute;
  bottom: -36px;
  right: 0;
  z-index: 2;
  aspect-ratio: 26/18;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .top-works_img-sub {
    width: 220px;
  }
}
@media screen and (max-width: 800px) {
  .top-works_img-sub {
    width: 40%;
    bottom: 0;
  }
}

.top-works_ttl {
  font-weight: 700;
  line-height: 2;
  margin-bottom: 16px;
  width: 518px;
}
@media screen and (max-width: 1200px) {
  .top-works_ttl {
    width: 350px;
  }
}
@media screen and (max-width: 800px) {
  .top-works_ttl {
    width: 100%;
  }
}

.top-works_tag {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 600px) {
  .top-works_tag {
    gap: 2px;
    flex-wrap: wrap;
  }
}

.top-works_tag span {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  padding: 8px;
  background-color: #F5F5F5;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
@media screen and (max-width: 600px) {
  .top-works_tag span {
    font-size: 10px;
  }
}

/*--------------- top-voice ---------------*/
.top-voice {
  background-color: #F5F5F5;
  padding: 80px 0 120px;
}
@media screen and (max-width: 600px) {
  .top-voice {
    padding: 48px 0 60px;
  }
}
.top-voice .btn {
  margin: 0 auto;
}

.top-voice_content {
  padding-top: 48px;
}
@media screen and (max-width: 600px) {
  .top-voice_content {
    width: 100%;
  }
}

.top-voice_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  row-gap: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {
  .top-voice_list {
    gap: 32px;
  }
}
@media screen and (max-width: 800px) {
  .top-voice_list {
    display: none;
  }
}

.top-voice_slider {
  display: none !important;
}
@media screen and (max-width: 800px) {
  .top-voice_slider {
    display: block !important;
    margin-bottom: 40px;
    padding: 0 12px;
  }
}

.top-voice_link {
  display: block;
  width: 100%;
  aspect-ratio: 45/30;
  position: relative;
}
@media screen and (max-width: 800px) {
  .top-voice_link {
    width: auto;
    height: auto;
    padding: 0 12px;
  }
}

@media (hover: hover) {
  .top-voice_link:hover .top-voice_img img {
    transform: scale(1.1);
  }
}
@media (hover: none) {
  .top-voice_link:active .top-voice_img img,
  .top-voice_link:focus .top-voice_img img {
    transform: scale(1.1);
  }
}
.top-voice_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-voice_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}

.top-voice_ttl {
  width: 360px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 12px;
  position: absolute;
  z-index: 2;
  left: -12px;
  bottom: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .top-voice_ttl {
    width: 320px;
  }
}
@media screen and (max-width: 600px) {
  .top-voice_ttl {
    width: 92%;
    left: 0;
    font-size: 14px;
  }
}

.top-voice_view {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  font-family: "Galvji", sans-serif;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(135deg, #F18D00 0%, #DBC999 60%, #ABB8B0 100%);
  position: absolute;
  z-index: 2;
  bottom: 6px;
  right: 6px;
}
@media screen and (max-width: 1200px) {
  .top-voice_view {
    top: 6px;
    bottom: auto;
    right: 18px;
  }
}
@media screen and (max-width: 600px) {
  .top-voice_view {
    width: 40px;
    height: 40px;
    font-size: 10px;
  }
}

/*--------------- top-blog ---------------*/
.top-blog {
  padding: 120px 0;
}
@media screen and (max-width: 800px) {
  .top-blog {
    padding: 80px 0;
  }
}
.top-blog .btn {
  margin: 0 auto;
}

.top-blog_content {
  padding-top: 40px;
}

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

.top-blog_link {
  display: block;
  padding: 32px 100px 32px 24px;
  border-radius: 16px;
  border: 1px solid #DDDDDD;
  position: relative;
}
@media screen and (max-width: 800px) {
  .top-blog_link {
    padding: 32px 24px;
  }
}
@media screen and (max-width: 600px) {
  .top-blog_link {
    padding: 12px 16px;
    border-radius: 8px;
  }
}
.top-blog_link::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  background-image: url(../images/common/arrow_orange.webp);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
  z-index: 2;
  transition: all 0.4s;
}
@media screen and (max-width: 800px) {
  .top-blog_link::after {
    display: none;
  }
}
.top-blog_link:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .top-blog_link:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media (hover: hover) {
  .top-blog_link:hover::after {
    right: 20px;
  }
}
@media (hover: none) {
  .top-blog_link:active::after,
  .top-blog_link:focus::after {
    right: 20px;
  }
}
.top-blog_date {
  color: #F18D00;
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
  font-family: "Galvji", sans-serif;
}
@media screen and (max-width: 600px) {
  .top-blog_date {
    font-size: 12px;
    margin-bottom: 4px;
  }
}

.top-blog_ttl {
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .top-blog_ttl {
    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: 1200px) {
  .pc_M_display {
    display: block;
  }
}

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

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

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

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

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

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

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

@font-face {
  font-family: "Gotham";
  src: url("./font/gotham-book.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Galvji";
  src: url("./font/galvji-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Galvji";
  src: url("./font/galvji.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.event_content {
  padding-bottom: 180px;
}
@media screen and (max-width: 800px) {
  .event_content {
    padding-bottom: 120px;
  }
}

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

@media screen and (max-width: 600px) {
  .event_top {
    background-color: #F5F5F5;
    width: 100%;
    padding: 16px 5%;
    margin-bottom: 24px;
  }
}

.event_article .event_ttl {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 16px;
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 800px) {
  .event_article .event_ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .event_article .event_ttl {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 8px;
  }
}

.event_info {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .event_info {
    gap: 2px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .event_info {
    margin-bottom: 0;
  }
}

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

.event_post_img {
  margin-bottom: 32px;
}

.event_post_content {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .event_post_content {
    font-size: 13px;
  }
}

.event_post_content h1,
.event_post_content h2,
.event_post_content h3,
.event_post_content h4,
.event_post_content h5,
.event_post_content h6 {
  font-weight: 700;
}

.event_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 64px;
  background-color: #3E3B3A;
  border-radius: 32px;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #3E3B3A;
  transition: all 0.4s;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .event_btn {
    font-size: 16px;
    width: 220px;
    height: 50px;
  }
}

.event_btn::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 24px;
  transform: translateY(-50%) rotate(135deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .event_btn::after {
    width: 8px;
    height: 8px;
    right: 20px;
  }
}

@media (hover: hover) {
  .event_btn:hover {
    color: #3E3B3A;
    background-color: #fff;
  }
  .event_btn:hover::after {
    top: 54%;
    border-top: 1px solid #3E3B3A;
    border-right: 1px solid #3E3B3A;
  }
}
@media (hover: none) {
  .event_btn:active,
  .event_btn:focus {
    color: #3E3B3A;
    background-color: #fff;
  }
  .event_btn:active::after,
  .event_btn:focus::after {
    top: 54%;
    border-top: 1px solid #3E3B3A;
    border-right: 1px solid #3E3B3A;
  }
}
.event_btn span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 8px;
}

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

.event_box h4 {
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 12px;
  margin-bottom: 24px;
  line-height: 1.8;
}
@media screen and (max-width: 800px) {
  .event_box h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .event_box h4 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

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

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

.event_recommend {
  padding-top: 32px;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .event_recommend {
    padding-top: 24px;
    margin-bottom: 40px;
  }
}

.event_recommend_inner {
  border: 1px solid #EBE7E5;
  padding: 54px 60px 32px;
}
@media screen and (max-width: 800px) {
  .event_recommend_inner {
    padding: 54px 24px 32px;
  }
}
@media screen and (max-width: 600px) {
  .event_recommend_inner {
    padding: 40px 16px 24px;
  }
}
.event_recommend_inner p {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .event_recommend_inner p {
    font-size: 13px;
  }
}

.event_recommend_ttl {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.event_recommend_ttl h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #F18D00;
  padding: 20px 22px;
  width: -moz-fit-content;
  width: fit-content;
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .event_recommend_ttl h4 {
    font-size: 14px;
    padding: 14px 20px;
  }
}

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

.event_detail_heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.event_detail_heading span {
  display: block;
  width: 27px;
  height: 5px;
  background-color: #F18D00;
}
.event_detail_heading h4 {
  font-size: 24px;
  font-weight: 700;
}

.event_detail_list {
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
}

.event_detail_item {
  display: grid;
  grid-template-columns: 20fr 75fr;
  border-bottom: 1px solid #DDDDDD;
  min-height: 70px;
}
@media screen and (max-width: 800px) {
  .event_detail_item {
    grid-template-columns: 1fr;
  }
}

.event_detail_ttl {
  font-size: 14px;
  border-right: 1px solid #DDDDDD;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #3E3B3A;
}
@media screen and (max-width: 800px) {
  .event_detail_ttl {
    border-bottom: 1px solid #DDDDDD;
  }
}
@media screen and (max-width: 600px) {
  .event_detail_ttl {
    padding: 14px 16px;
    font-size: 13px;
  }
}

.event_detail_desc {
  padding: 24px 32px;
  font-size: 14px;
  border-right: 1px solid #DDDDDD;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .event_detail_desc {
    padding: 10px 16px;
    font-size: 13px;
  }
}

.event_map {
  height: 470px;
  width: 100%;
  margin-bottom: 64px;
}
@media screen and (max-width: 600px) {
  .event_map {
    height: 300px;
    margin-bottom: 40px;
  }
}
.event_map iframe {
  width: 100%;
  height: 100%;
}

.event_promise {
  margin-bottom: 64px;
}
@media screen and (max-width: 600px) {
  .event_promise {
    margin-bottom: 40px;
  }
}
.event_promise h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 800px) {
  .event_promise h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .event_promise h4 {
    font-size: 16px;
  }
}
.event_promise p {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .event_promise p {
    font-size: 13px;
  }
}

.event_form {
  background-color: #F5F5F5;
  padding: 64px 0 120px;
}

.event_form_list {
  margin-bottom: 40px;
}

.event_form_item {
  padding: 24px 0;
  border-bottom: 1px solid #DDDDDD;
  display: grid;
  grid-template-columns: 220px 1fr;
}
@media screen and (max-width: 1200px) {
  .event_form_item {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.event_form_item:last-child {
  padding: 24px 0 36px;
}

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

.event_form_ttl h3 {
  font-size: 16px;
}

.event_form_ttl span {
  display: block;
  color: #fff;
  padding: 4px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  background-color: #575757;
}

.event_form_input input,
.event_form_input textarea {
  background-color: #fff;
  padding: 20px 24px;
  border: 1px solid #DDDDDD;
  width: 100%;
}

.event_form_input .event_form_inner {
  background-color: #fff;
  padding: 20px 24px;
  border: 1px solid #DDDDDD;
  width: 100%;
  display: block;
}

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

.event_form_policy p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 800px) {
  .event_form_policy p {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .event_form_policy p {
    text-align: center;
  }
}
.event_form_policy p a {
  color: #004EFF;
  text-decoration: underline;
  text-decoration-color: #004EFF;
  display: inline-block;
  position: relative;
}
.event_form_policy p a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 17px;
  background-image: url(../images/common/policy_icon.webp);
  background-size: 100% 100%;
  top: 54%;
  transform: translateY(-50%);
  right: -28px;
}
@media screen and (max-width: 800px) {
  .event_form_policy p a:after {
    width: 16px;
    height: 14px;
    right: -23px;
  }
}

.event_form_btn {
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  padding: 26px 210px;
  background-color: #333333;
  border: 1px solid #333333;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transition: all 0.4s;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .event_form_btn {
    padding: 26px 0;
    width: 100%;
    font-size: 16px;
  }
}

@media (hover: hover) {
  .event_form_btn:hover {
    color: #333333;
    background-color: #fff;
  }
}
@media (hover: none) {
  .event_form_btn:active,
  .event_form_btn:focus {
    color: #333333;
    background-color: #fff;
  }
}
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.event_form_input input,
.event_form_input select,
.event_form_input textarea {
  background-color: #fff;
  padding: 20px 24px;
  border: 1px solid #DDDDDD;
  width: 100%;
  line-height: 1.4;
}
.event_form_input input::-moz-placeholder, .event_form_input select::-moz-placeholder, .event_form_input textarea::-moz-placeholder {
  color: #C3C3C3;
}
.event_form_input input::placeholder,
.event_form_input select::placeholder,
.event_form_input textarea::placeholder {
  color: #C3C3C3;
}

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

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

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

.event_form_name {
  display: grid;
  grid-template-columns: 220px 220px;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .event_form_name {
    gap: 12px;
    grid-template-columns: 1fr 1fr;
  }
}

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

.event_form_zip {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}
.event_form_zip input {
  width: 280px;
}
@media screen and (max-width: 600px) {
  .event_form_zip input {
    width: 260px;
  }
}

.thanks {
  padding-bottom: 200px;
}
@media screen and (max-width: 600px) {
  .thanks {
    padding-bottom: 120px;
  }
}
.thanks .btn {
  margin: 0 auto;
}

.thanks_txt {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .thanks_txt {
    margin-bottom: 40px;
  }
}
.thanks_txt h3 {
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .thanks_txt h3 {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.thanks_txt p {
  line-height: 2.2;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .thanks_txt p {
    font-size: 13px;
  }
}

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Gotham";
  src: url("./font/gotham-book.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Galvji";
  src: url("./font/galvji-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Galvji";
  src: url("./font/galvji.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.concept_top {
  padding: 60px 0 130px;
}
@media screen and (max-width: 600px) {
  .concept_top {
    padding: 24px 0 64px;
  }
}
.concept_top p {
  text-align: center;
}

.concept_heading {
  width: 780px;
  margin: 0 auto 54px;
  max-width: 100%;
}
@media screen and (max-width: 1400px) {
  .concept_heading {
    width: 640px;
  }
}
@media screen and (max-width: 600px) {
  .concept_heading {
    margin: 0 auto 40px;
  }
}

.commit {
  padding-bottom: 130px;
}
@media screen and (max-width: 600px) {
  .commit {
    padding-bottom: 90px;
  }
}

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

.commit_item {
  display: grid;
  grid-template-columns: 49fr 38fr;
  gap: 64px;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .commit_item {
    gap: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .commit_item {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 800px) {
  .commit_item {
    gap: 16px;
  }
}
.commit_item:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 800px) {
  .commit_item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.commit_item:nth-child(odd) {
  grid-template-columns: 38fr 49fr;
}
@media screen and (max-width: 1200px) {
  .commit_item:nth-child(odd) {
    grid-template-columns: 1fr;
  }
}
.commit_item:nth-child(odd) .commit_img {
  order: 2;
}
@media screen and (max-width: 1200px) {
  .commit_item:nth-child(odd) .commit_img {
    order: -2;
  }
}

.commit_txt h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 32px;
}
@media screen and (max-width: 1400px) {
  .commit_txt h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 800px) {
  .commit_txt h4 {
    font-size: 18px;
    margin-bottom: 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: 1200px) {
  .pc_M_display {
    display: block;
  }
}

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

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

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

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

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

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

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

@font-face {
  font-family: "Gotham";
  src: url("./font/gotham-book.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Galvji";
  src: url("./font/galvji-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Galvji";
  src: url("./font/galvji.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.plan_content {
  padding-bottom: 180px;
}
@media screen and (max-width: 600px) {
  .plan_content {
    padding-bottom: 80px;
  }
}

.plan_list {
  padding: 40px 0 90px;
}
@media screen and (max-width: 600px) {
  .plan_list {
    padding: 8px 0 40px;
  }
}

.plan_item {
  padding: 0 40px 46px;
  border: 1px solid #BCBCBC;
}
@media screen and (max-width: 1400px) {
  .plan_item {
    padding: 0 40px 46px;
  }
}
@media screen and (max-width: 800px) {
  .plan_item {
    padding: 0 16px 24px;
  }
}
.plan_item:not(:last-child) {
  margin-bottom: 64px;
}

.plan_top {
  display: grid;
  grid-template-columns: 142px 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .plan_top {
    grid-template-columns: 120px 1fr;
    gap: 32px;
  }
}
@media screen and (max-width: 800px) {
  .plan_top {
    grid-template-columns: 58px 1fr;
    gap: 16px;
  }
}
@media screen and (max-width: 600px) {
  .plan_top {
    margin-bottom: 16px;
    align-items: flex-start;
  }
}

.plan_case {
  font-family: "Galvji", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  height: auto;
  padding: 16px 0 36px;
  background-image: url(../images/plan/case_bg.webp);
  background-size: 100% 100%;
  position: relative;
  transform: translateY(-1px);
}
@media screen and (max-width: 800px) {
  .plan_case {
    flex-direction: column;
    gap: 0;
    padding: 8px 0 16px;
  }
}

.plan_case span:nth-child(1) {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .plan_case span:nth-child(1) {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .plan_case span:nth-child(1) {
    font-size: 12px;
  }
}
.plan_case span:nth-child(2) {
  font-size: 44px;
  color: #F18D00;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .plan_case span:nth-child(2) {
    font-size: 36px;
  }
}
@media screen and (max-width: 800px) {
  .plan_case span:nth-child(2) {
    font-size: 24px;
  }
}

.plan_ttl {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .plan_ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 800px) {
  .plan_ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .plan_ttl {
    line-height: 1.6;
    padding-top: 14px;
  }
}

.plan_comment {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.8;
}
@media screen and (max-width: 1400px) {
  .plan_comment {
    font-size: 22px;
  }
}
@media screen and (max-width: 800px) {
  .plan_comment {
    font-size: 18px;
  }
}

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

.plan_price {
  height: 90px;
  display: grid;
  grid-template-columns: 128px 1fr;
  position: relative;
  margin-bottom: 24px;
}
@media screen and (max-width: 1400px) {
  .plan_price {
    height: 80px;
    grid-template-columns: 100px 1fr;
  }
}
@media screen and (max-width: 600px) {
  .plan_price {
    margin-bottom: 16px;
    height: 74px;
  }
}
.plan_price::after {
  content: "";
  position: absolute;
  border: 1px solid #FFFFFF;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1400px) {
  .plan_price::after {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
}
@media screen and (max-width: 600px) {
  .plan_price::after {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
}

.plan_price_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #F18D00;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .plan_price_ttl {
    font-size: 14px;
  }
}

.plan_price_num {
  background-color: #3E3B3A;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 0 0 16px;
}

.plan_price_num div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  gap: 4px;
}

.plan_price_num span:nth-child(1) {
  font-family: "Galvji", sans-serif;
  font-size: 48px;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .plan_price_num span:nth-child(1) {
    font-size: 42px;
  }
}
@media screen and (max-width: 600px) {
  .plan_price_num span:nth-child(1) {
    font-size: 40px;
  }
}

.plan_price_num span:nth-child(2) {
  display: block;
  font-size: 24px;
  font-weight: 700;
  padding-top: 12px;
}
@media screen and (max-width: 1400px) {
  .plan_price_num span:nth-child(2) {
    font-size: 20px;
  }
}

.plan_point {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .plan_point {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .plan_point {
    row-gap: 8px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}

.plan_img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 84px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .plan_img {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .plan_img {
    gap: 70px;
  }
}

.plan_arrow {
  position: absolute;
  width: 54px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
  .plan_arrow {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
@media screen and (max-width: 600px) {
  .plan_arrow {
    width: 46px;
  }
}

.plan_img_item img:nth-child(1) {
  width: 74px;
  margin-bottom: 8px;
}

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

.plan_link_a {
  position: relative;
  width: 100%;
  height: 220px;
  border-radius: 16px;
}
@media screen and (max-width: 600px) {
  .plan_link_a {
    height: 180px;
    border-radius: 8px;
  }
}
.plan_link_a:nth-child(1) {
  background-color: #F18D00;
}
.plan_link_a:nth-child(1) .plan_link_txt h3::after {
  background-image: url(../images/plan/arrow-orange.webp);
}
.plan_link_a:nth-child(2) {
  background-color: #8EAEBE;
}
.plan_link_a:nth-child(2) .plan_link_txt h3::after {
  background-image: url(../images/plan/arrow-gray.webp);
}

@media (hover: hover) {
  .plan_link_a:hover .plan_link_txt h3::after {
    right: -56px;
  }
}
@media screen and (hover: hover) and (max-width: 1400px) {
  .plan_link_a:hover .plan_link_txt h3::after {
    right: -46px;
  }
}
@media (hover: none) {
  .plan_link_a:active .plan_link_txt h3::after,
  .plan_link_a:focus .plan_link_txt h3::after {
    right: -56px;
  }
}
@media screen and (hover: none) and (max-width: 1400px) {
  .plan_link_a:active .plan_link_txt h3::after,
  .plan_link_a:focus .plan_link_txt h3::after {
    right: -46px;
  }
}
.plan_link_txt {
  position: absolute;
  bottom: 24px;
  left: 40px;
}
@media screen and (max-width: 1400px) {
  .plan_link_txt {
    left: 24px;
  }
}
.plan_link_txt span {
  font-family: "Galvji", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  opacity: 0.6;
  display: block;
  margin-bottom: 4px;
}
@media screen and (max-width: 1400px) {
  .plan_link_txt span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .plan_link_txt span {
    font-size: 16px;
  }
}
.plan_link_txt h3 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1400px) {
  .plan_link_txt h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .plan_link_txt h3 {
    font-size: 24px;
  }
}
.plan_link_txt h3::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  top: 55%;
  right: -40px;
  transform: translateY(-50%);
  z-index: 2;
  transition: all 0.3s;
}
@media screen and (max-width: 1400px) {
  .plan_link_txt h3::after {
    width: 24px;
    height: 24px;
    right: -32px;
  }
}

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Gotham";
  src: url("./font/gotham-book.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Galvji";
  src: url("./font/galvji-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Galvji";
  src: url("./font/galvji.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.after_top {
  width: 94%;
  margin-left: auto;
  margin-bottom: 64px;
  max-width: calc((100% - 1200px) / 2 + 1200px);
}
@media screen and (max-width: 800px) {
  .after_top {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .after_top {
    width: 100%;
    margin-bottom: 0;
  }
}

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

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

.service {
  background-color: #F5F5F5;
  padding: 80px 0 120px;
}
@media screen and (max-width: 600px) {
  .service {
    padding: 48px 0 60px;
  }
}

.service_top {
  margin-bottom: 54px;
}
@media screen and (max-width: 600px) {
  .service_top {
    margin-bottom: 32px;
  }
}
.service_top p {
  margin-bottom: 24px;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .service_top p {
    margin-bottom: 16px;
  }
}
.service_top h3 {
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .service_top h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .service_top h3 {
    font-size: 24px;
  }
}

.service_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9%;
}
@media screen and (max-width: 1200px) {
  .service_list {
    gap: 2%;
  }
}
@media screen and (max-width: 800px) {
  .service_list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.service_item img {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .service_item img {
    margin-bottom: 16px;
  }
}
.service_item h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 1400px) {
  .service_item h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .service_item h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .service_item h4 {
    margin-bottom: 12px;
  }
}
.service_item p {
  font-weight: 400;
  line-height: 2;
  text-align: justify;
}

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

.guarantee_heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 48px;
}
@media screen and (max-width: 1200px) {
  .guarantee_heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .guarantee_heading {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.guarantee_content {
  max-width: 430px;
}
.guarantee_content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .guarantee_content h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .guarantee_content h4 {
    font-size: 18px;
  }
}
.guarantee_content p {
  margin-bottom: 24px;
  text-align: justify;
}
@media screen and (max-width: 600px) {
  .guarantee_content p {
    margin-bottom: 16px;
  }
}
.guarantee_content a {
  font-size: 14px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  color: #004EFF;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .guarantee_content a {
    font-size: 13px;
  }
}

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Gotham";
  src: url("./font/gotham-book.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Galvji";
  src: url("./font/galvji-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Galvji";
  src: url("./font/galvji.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.flow_content {
  padding-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .flow_content {
    padding-bottom: 80px;
  }
}

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

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

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

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

.flow_note {
  line-height: 1.6;
}

.flow_item {
  display: grid;
  grid-template-columns: 254fr 660fr;
  gap: 3.2%;
  padding: 40px 0;
  border-bottom: 1px dashed #BCBCBC;
}
@media screen and (max-width: 800px) {
  .flow_item {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .flow_item {
    padding: 24px 0 40px;
  }
}
.flow_item:first-child {
  border-top: 1px dashed #BCBCBC;
}

.flow_head {
  padding-top: 5px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .flow_head {
    width: 92%;
    margin: 0 auto;
  }
}

.flow_step {
  background-color: #3E3B3A;
  width: 85px;
  aspect-ratio: 1/1;
  border-radius: 100px;
  color: #fff;
  font-family: "Galvji", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -24px;
  left: -24px;
}
@media screen and (max-width: 1200px) {
  .flow_step {
    width: 64px;
  }
}
@media screen and (max-width: 600px) {
  .flow_step {
    width: 55px;
    left: -16px;
    top: -6px;
  }
}

.flow_step_inner {
  padding-top: 4px;
}

.flow_step span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.flow_step span:nth-child(1) {
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .flow_step span:nth-child(1) {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .flow_step span:nth-child(1) {
    font-size: 10px;
  }
}
.flow_step span:nth-child(2) {
  font-size: 30px;
}
@media screen and (max-width: 1200px) {
  .flow_step span:nth-child(2) {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .flow_step span:nth-child(2) {
    font-size: 20px;
  }
}

.flow_txt {
  padding-top: 8px;
}
@media screen and (max-width: 800px) {
  .flow_txt {
    width: 92%;
    margin: 0 auto;
  }
}

.flow_ttl {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 1200px) {
  .flow_ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .flow_ttl {
    font-size: 18px;
  }
}

.flow_subttl {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .flow_subttl {
    line-height: 1.5;
    text-align: justify;
  }
}

p.flow_des {
  line-height: 1.8;
  text-align: justify;
}

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Gotham";
  src: url("./font/gotham-book.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Galvji";
  src: url("./font/galvji-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Galvji";
  src: url("./font/galvji.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.company_content {
  padding-bottom: 160px;
}
@media screen and (max-width: 800px) {
  .company_content {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 600px) {
  .company_content {
    padding-bottom: 40px;
  }
}

.company_heading {
  display: flex;
  align-items: center;
  gap: 8px;
}
.company_heading span {
  width: 28px;
  height: 5px;
  background-color: #F18D00;
  display: block;
}
.company_heading h3 {
  font-family: "Galvji", sans-serif;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .company_heading h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .company_heading h3 {
    font-size: 24px;
  }
}

.message {
  padding-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .message {
    padding-bottom: 54px;
  }
}

.message_img {
  margin-bottom: 40px;
}

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

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

.message_content {
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .message_content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.message_txt {
  padding-top: 4px;
}
@media screen and (max-width: 800px) {
  .message_txt {
    padding-top: 0;
  }
}
.message_txt p {
  margin-bottom: 16px;
}

.message_name {
  display: block;
  text-align: right;
  font-size: 14px;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2.4;
}
@media screen and (max-width: 600px) {
  .message_name {
    font-size: 13px;
  }
}

.info {
  background-color: #F5F5F5;
  padding: 90px 0 100px;
}
@media screen and (max-width: 600px) {
  .info {
    padding: 40px 0;
  }
}

.info_wrap {
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .info_wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.info_item {
  display: grid;
  grid-template-columns: 105px 1fr;
  align-items: flex-start;
  border-bottom: 1px solid #DDDDDD;
  padding: 16px 0;
}
@media screen and (max-width: 600px) {
  .info_item {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
.info_item:first-child {
  border-top: 1px solid #DDDDDD;
}
.info_item h4 {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
}
.info_item span {
  font-size: 14px;
  line-height: 1.8;
}
.info_item a {
  text-decoration: underline;
  transition: all 0.4s;
}

@media (hover: hover) {
  .info_item a:hover {
    opacity: 0.6;
  }
}
.access {
  aspect-ratio: 10/7;
}
.access 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: 1200px) {
  .pc_M_display {
    display: block;
  }
}

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

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

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

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

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

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

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

@font-face {
  font-family: "Gotham";
  src: url("./font/gotham-book.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Galvji";
  src: url("./font/galvji-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Galvji";
  src: url("./font/galvji.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.faq_content {
  padding-bottom: 90px;
}
@media screen and (max-width: 600px) {
  .faq_content {
    padding-bottom: 40px;
  }
}

.faq_heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .faq_heading {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.faq_list {
  padding-bottom: 64px;
}

.faq_item {
  background-color: #F5F5F5;
  padding: 32px 24px;
  border-radius: 8px;
}
@media screen and (max-width: 600px) {
  .faq_item {
    padding: 24px 16px;
  }
}
.faq_item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .faq_item:not(:last-child) {
    margin-bottom: 8px;
  }
}

.faq_title {
  cursor: pointer;
  position: relative;
  padding-right: 48px;
}

.faq_title p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.faq_title_plus {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 0;
  width: 35px;
  height: 35px;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #F18D00;
}
@media screen and (max-width: 800px) {
  .faq_title_plus {
    width: 30px;
    height: 30px;
  }
}
.faq_title_plus::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  background-color: #F18D00;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
@media screen and (max-width: 800px) {
  .faq_title_plus::after {
    width: 14px;
  }
}
.faq_title_plus::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #F18D00;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 800px) {
  .faq_title_plus::before {
    height: 14px;
  }
}

.faq_title.open .faq_title_plus::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.faq_answer {
  display: none;
  padding-top: 32px;
}
@media screen and (max-width: 600px) {
  .faq_answer {
    padding-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: 1200px) {
  .pc_M_display {
    display: block;
  }
}

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

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

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

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

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

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

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

@font-face {
  font-family: "Gotham";
  src: url("./font/gotham-book.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Galvji";
  src: url("./font/galvji-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Galvji";
  src: url("./font/galvji.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.form {
  background-color: #F5F5F5;
  padding: 84px 0 140px;
}
@media screen and (max-width: 600px) {
  .form {
    padding: 40px 0 60px;
  }
}

.form_list {
  margin-bottom: 40px;
}

.form_item {
  padding: 24px 0;
  border-bottom: 1px solid #DDDDDD;
  display: grid;
  grid-template-columns: 220px 1fr;
}
@media screen and (max-width: 1200px) {
  .form_item {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.form_item:last-child {
  padding: 24px 0 36px;
}

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

.form_ttl h3 {
  font-size: 16px;
}

.form_ttl span {
  display: block;
  color: #fff;
  padding: 4px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  background-color: #575757;
}

.form_input input,
.form_input textarea {
  background-color: #fff;
  padding: 20px 24px;
  border: 1px solid #DDDDDD;
  width: 100%;
}

.form_input .form_inner {
  background-color: #fff;
  padding: 20px 24px;
  border: 1px solid #DDDDDD;
  width: 100%;
  display: block;
}

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

.form_policy p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 800px) {
  .form_policy p {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .form_policy p {
    text-align: center;
  }
}
.form_policy p a {
  color: #004EFF;
  text-decoration: underline;
  text-decoration-color: #004EFF;
  display: inline-block;
  position: relative;
}
.form_policy p a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 17px;
  background-image: url(../images/common/policy_icon.webp);
  background-size: 100% 100%;
  top: 54%;
  transform: translateY(-50%);
  right: -28px;
}
@media screen and (max-width: 800px) {
  .form_policy p a:after {
    width: 16px;
    height: 14px;
    right: -23px;
  }
}

.form_btn {
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  padding: 26px 210px;
  background-color: #333333;
  border: 1px solid #333333;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transition: all 0.4s;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .form_btn {
    padding: 26px 0;
    width: 100%;
    font-size: 16px;
  }
}

@media (hover: hover) {
  .form_btn:hover {
    color: #333333;
    background-color: #fff;
  }
}
@media (hover: none) {
  .form_btn:active,
  .form_btn:focus {
    color: #333333;
    background-color: #fff;
  }
}
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.form_input input,
.form_input select,
.form_input textarea {
  background-color: #fff;
  padding: 20px 24px;
  border: 1px solid #DDDDDD;
  width: 100%;
  line-height: 1.4;
}
.form_input input::-moz-placeholder, .form_input select::-moz-placeholder, .form_input textarea::-moz-placeholder {
  color: #C3C3C3;
}
.form_input input::placeholder,
.form_input select::placeholder,
.form_input textarea::placeholder {
  color: #C3C3C3;
}

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

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

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

.form_name {
  display: grid;
  grid-template-columns: 220px 220px;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .form_name {
    gap: 12px;
    grid-template-columns: 1fr 1fr;
  }
}

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

.form_zip {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}
.form_zip input {
  width: 280px;
}
@media screen and (max-width: 600px) {
  .form_zip input {
    width: 260px;
  }
}

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

.tel_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .tel_content {
    flex-direction: column;
    gap: 6px;
  }
}

.tel_heading {
  font-size: 24px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1000px) {
  .tel_heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .tel_heading {
    font-size: 16px;
  }
}

.tel_num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.4s;
}
.tel_num:hover {
  opacity: 0.6;
}
.tel_num img {
  width: 30px;
}
@media screen and (max-width: 375px) {
  .tel_num img {
    width: 24px;
  }
}
.tel_num span {
  font-family: "Galvji", sans-serif;
  font-size: 42px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .tel_num span {
    font-size: 37px;
  }
}
@media screen and (max-width: 375px) {
  .tel_num span {
    font-size: 35px;
  }
}

.tel_time {
  position: absolute;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  bottom: -24px;
  right: 78px;
}
@media screen and (max-width: 800px) {
  .tel_time {
    position: static;
  }
}

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Gotham";
  src: url("./font/gotham-book.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Galvji";
  src: url("./font/galvji-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Galvji";
  src: url("./font/galvji.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.works_content {
  padding-bottom: 140px;
}
@media screen and (max-width: 600px) {
  .works_content {
    padding-bottom: 100px;
  }
}

.works_search {
  background-color: #F5F5F5;
  padding: 32px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .works_search {
    margin-bottom: 40px;
  }
}

.works_search_group {
  display: grid;
  grid-template-columns: 150px 1fr;
}
@media screen and (max-width: 800px) {
  .works_search_group {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.works_search_group:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .works_search_group:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.works_search_group h4 {
  font-weight: 700;
  padding: 8px 0;
}
@media screen and (max-width: 800px) {
  .works_search_group h4 {
    padding: 0;
  }
}

.works_search_btn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 600px) {
  .works_search_btn {
    gap: 4px;
  }
}

.works_search_btn button {
  padding: 8px 16px;
  border-radius: 100px;
  background-color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .works_search_btn button {
    font-size: 14px;
  }
}
.works_search_btn button.is-active {
  background-color: #BCBCBC;
}

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

@media (hover: hover) {
  .works_link:hover .works_img_main img {
    transform: scale(1.15);
  }
}
@media (hover: none) {
  .works_link:active .works_img_main img,
  .works_link:focus .works_img_main img {
    transform: scale(1.15);
  }
}
.works_img {
  padding-bottom: 10px;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .works_img {
    padding-bottom: 16px;
    margin-bottom: 12px;
  }
}

.works_img_main {
  width: 88%;
  aspect-ratio: 400/260;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .works_img_main {
    width: 96%;
  }
}
.works_img_main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s;
}

.works_img_sub {
  aspect-ratio: 400/260;
  overflow: hidden;
  position: absolute;
  width: 42%;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.works_img_sub img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.works_link .works_ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 12px;
}

.works_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.works_tag li {
  padding: 8px;
  background-color: #F5F5F5;
  display: block;
  font-size: 12px;
  width: -moz-fit-content;
  width: fit-content;
}

.works_article {
  padding-bottom: 140px;
}
@media screen and (max-width: 600px) {
  .works_article {
    padding-bottom: 90px;
  }
}

.works_point {
  background-color: #F5F5F5;
  padding: 60px 0 80px;
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .works_point {
    padding: 30px 0 40px;
    margin-bottom: 40px;
  }
}

.works_point .works_ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .works_point .works_ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .works_point .works_ttl {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

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

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

.works_detail li {
  display: grid;
  grid-template-columns: 105px 1fr;
  align-items: center;
  padding: 12px 0;
  border-top: 1px dashed #DDDDDD;
}
@media screen and (max-width: 600px) {
  .works_detail li {
    font-size: 14px;
    grid-template-columns: 90px 1fr;
  }
}
.works_detail li:last-child {
  border-bottom: 1px dashed #DDDDDD;
}
.works_detail li h4 {
  font-weight: 700;
}

.works_trigger h4 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .works_trigger h4 {
    margin-bottom: 16px;
  }
}
.works_trigger p:nth-child(2) {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .works_trigger p:nth-child(2) {
    margin-bottom: 8px;
  }
}
.works_trigger p:nth-child(3) {
  font-size: 14px;
  line-height: 1.8;
}

.works_btn {
  margin: 0 auto;
}

.works_case {
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 100px;
}
@media screen and (max-width: 800px) {
  .works_case {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 60px;
  }
}

.works_case_heading {
  font-family: "Galvji", sans-serif;
  font-weight: 700;
  font-size: 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
}
@media screen and (max-width: 1200px) {
  .works_case_heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .works_case_heading {
    font-size: 24px;
    margin: 0 auto 12px;
  }
}

@media screen and (max-width: 800px) {
  .works_before {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px dashed #BCBCBC;
  }
}

.works_after .works_case_heading {
  color: #F18D00;
}

@media screen and (max-width: 800px) {
  .works_case_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 16px;
  }
}

.works_case_img {
  aspect-ratio: 45/28;
  overflow: hidden;
}
.works_case_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.works_case_item:not(:last-child) {
  padding-bottom: 24px;
}

.works_before .works_case_item {
  position: relative;
}
.works_before .works_case_item::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  border-left: 1px dashed #BCBCBC;
  top: 0;
  right: -24px;
}
@media screen and (max-width: 800px) {
  .works_before .works_case_item::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Gotham";
  src: url("./font/gotham-book.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Galvji";
  src: url("./font/galvji-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Galvji";
  src: url("./font/galvji.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.voice_top {
  height: 100lvh;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .voice_top {
    height: calc(100lvh - 50px);
  }
}

.voice .page-top {
  height: 300px;
}
@media screen and (max-width: 1000px) {
  .voice .page-top {
    padding: 78px 0 0;
    height: 288px;
  }
}
@media screen and (max-width: 600px) {
  .voice .page-top {
    height: 238px;
  }
}

.voice_article {
  padding-bottom: 140px;
}
@media screen and (max-width: 600px) {
  .voice_article {
    padding-bottom: 90px;
  }
}

.voice_head {
  width: 100%;
  height: calc(100lvh - 300px);
  position: relative;
}
@media screen and (max-width: 1000px) {
  .voice_head {
    height: calc(100lvh - 288px);
  }
}
@media screen and (max-width: 600px) {
  .voice_head {
    height: calc(100lvh - 288px);
  }
}
.voice_head::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  opacity: 0.5;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  bottom: 0;
  left: 0;
  z-index: 1;
}

.voice_head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.voice_head_txt {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 40px;
  z-index: 3;
}
.voice_head_txt h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 16px;
  text-align: justify;
}
@media screen and (max-width: 1200px) {
  .voice_head_txt h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 800px) {
  .voice_head_txt h3 {
    font-size: 24px;
  }
}
.voice_head_txt span {
  font-size: 14px;
  font-weight: 700;
  color: #BCBCBC;
}

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

.voice_group {
  display: grid;
  grid-template-columns: 42fr 50fr;
  gap: 32px;
}
@media screen and (max-width: 1200px) {
  .voice_group {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .voice_group {
    gap: 20px;
  }
}
.voice_group:not(:last-child) {
  margin-bottom: 90px;
}
@media screen and (max-width: 600px) {
  .voice_group:not(:last-child) {
    margin-bottom: 40px;
  }
}

.voice_group:nth-child(even) {
  grid-template-columns: 50fr 42fr;
}
@media screen and (max-width: 1200px) {
  .voice_group:nth-child(even) {
    grid-template-columns: 1fr;
  }
}
.voice_group:nth-child(even) .voice_img {
  order: 2;
}
@media screen and (max-width: 1200px) {
  .voice_group:nth-child(even) .voice_img {
    order: -2;
  }
}

.voice_detail_item:not(:last-child) {
  margin-bottom: 36px;
}
@media screen and (max-width: 600px) {
  .voice_detail_item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.voice_detail_item h4 {
  font-size: 18px;
  padding: 12px 16px;
  background-color: #F5F5F5;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .voice_detail_item h4 {
    padding: 12px;
    font-size: 16px;
  }
}

.interview {
  margin-bottom: 60px;
}

.interview_heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.interview_heading span {
  display: block;
  height: 5px;
  width: 28px;
  background-color: #F18D00;
}
@media screen and (max-width: 600px) {
  .interview_heading span {
    width: 20px;
  }
}
.interview_heading h3 {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .interview_heading h3 {
    font-size: 22px;
  }
}

.interview_video {
  width: 100%;
}
.interview_video iframe {
  width: 100%;
  aspect-ratio: 560/315;
}

.voice_btn {
  margin: 0 auto;
}

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

.voice_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  -moz-column-gap: 48px;
       column-gap: 48px;
}
@media screen and (max-width: 800px) {
  .voice_list {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media screen and (max-width: 600px) {
  .voice_list {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}

@media (hover: hover) {
  .voice_link:hover .voice_img img {
    transform: scale(1.15);
  }
}
@media (hover: none) {
  .voice_link:active .voice_img img,
  .voice_link:focus .voice_img img {
    transform: scale(1.15);
  }
}
.voice_link .voice_img {
  aspect-ratio: 45/30;
  overflow: hidden;
  margin-bottom: 8px;
}
.voice_link .voice_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s;
}

.voice_ttl {
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.5;
}

.voice_place {
  display: block;
  color: #BCBCBC;
  font-size: 12px;
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */