@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: "cochin";
  src: url("./font/cochin.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/* mediaquery
----------------------------------------------------------------- */
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

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

.pc_M_display {
  display: none;
}
@media screen and (max-width: 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: "cochin";
  src: url("./font/cochin.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.footer {
  padding: 60px 0 80px;
  background-color: #151515;
  position: relative;
  z-index: 15;
}
@media screen and (max-width: 600px) {
  .footer {
    width: 100%;
    overflow-x: hidden;
    padding: 36px 0 80px;
  }
}

.footer_wrap.wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .footer_wrap.wrap {
    flex-direction: column;
    gap: 40px;
  }
}

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

.footer_logo {
  width: 310px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .footer_logo {
    width: 278px;
    margin: 0 auto 28px;
  }
}

.footer_txt {
  padding-left: 16px;
}
@media screen and (max-width: 1000px) {
  .footer_txt {
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .footer_txt {
    width: 100%;
  }
}

.footer_ttl {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 24px;
  font-family: "Hiragino Mincho ProN", sans-serif;
}
@media screen and (max-width: 600px) {
  .footer_ttl {
    margin-bottom: 20px;
  }
}

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

.footer_note {
  padding: 4px 25px;
  font-size: 12px;
  color: #fff;
  border: 1px solid #fff;
  display: block;
  margin-bottom: 24px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .footer_note {
    width: 100%;
    padding: 4px 0;
    text-align: center;
  }
}

.footer_btn {
  display: block;
  width: 160px;
  height: 44px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  transition: all 0.4s;
  background-color: #b5975e;
}
.footer_btn:nth-child(2) {
  background-color: #151515;
}
.footer_btn img {
  width: 17px;
}

.footer_btn:hover {
  opacity: 0.7;
}

.footer_menu {
  font-family: "Hiragino Mincho ProN", sans-serif;
  padding-top: 16px;
}
@media screen and (max-width: 1200px) {
  .footer_menu {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .footer_menu {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .footer_menu {
    width: 100%;
  }
}

.footer_menu_top {
  margin-bottom: 68px;
}

.footer_menu_list {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  flex-wrap: wrap;
  row-gap: 34px;
  max-width: 580px;
  margin-bottom: 138px;
}
@media screen and (max-width: 1200px) {
  .footer_menu_list {
    gap: 60px;
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 600px) {
  .footer_menu_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 100%;
    gap: 0;
    row-gap: 40px;
  }
}

.footer_menu_br {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .footer_menu_br {
    display: none;
  }
}

.footer_menu_item a {
  transition: all 0.4s;
}
.footer_menu_item a:hover {
  opacity: 0.6;
}
.footer_menu_item a:not(:last-child) {
  margin-bottom: 16px;
}

.footer_menu_item span:not(:last-child) {
  margin-bottom: 16px;
}

.footer_menu_line {
  width: 132px;
  height: 1px;
  background-color: #525252;
  position: relative;
  margin-bottom: 14px;
}
.footer_menu_line::after {
  content: "";
  position: absolute;
  width: 27px;
  height: 1px;
  background-color: #B5975E;
  top: 0;
  left: 0;
  z-index: 1;
}

.footer_menu_ttl {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  width: -moz-fit-content;
  width: fit-content;
}

.footer_menu_bottom {
  display: block;
  color: #C3C3C3;
  font-size: 13px;
  font-weight: 300;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 350px) {
  .footer_menu_bottom {
    font-size: 12px;
  }
}

.footer_menu_icon {
  position: relative;
}
.footer_menu_icon::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-image: url(../images/common/link_icon.webp);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
@media screen and (max-width: 350px) {
  .footer_menu_icon::after {
    width: 10px;
    height: 10px;
    right: -14px;
  }
}

.footer_copyright {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  color: #C3C3C3;
  font-size: 12px;
  font-family: "Hiragino Mincho ProN", sans-serif;
  font-weight: 300;
}

.footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .footer_bottom {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
}

.footer_link {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  gap: 2px;
  color: #C3C3C3;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .footer_link {
    margin: 0 auto;
    gap: 0;
  }
}

.footer_link a {
  transition: all 0.4s;
}
.footer_link 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: "cochin";
  src: url("./font/cochin.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  padding: 20px 24px;
  transition: all 1s;
}
@media screen and (max-width: 800px) {
  .header {
    padding: 16px 12px;
  }
}

.header.header-bg {
  padding: 12px 24px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: all 1s;
}
@media screen and (max-width: 800px) {
  .header.header-bg {
    padding: 12px 12px;
  }
}
@media screen and (max-width: 600px) {
  .header.header-bg {
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  }
}
.header.header-bg .header_wrap {
  align-items: center;
}
.header.header-bg .header_logo {
  width: 320px;
}
@media screen and (max-width: 800px) {
  .header.header-bg .header_logo {
    width: 206px;
  }
}

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

.header_logo {
  width: 380px;
}
@media screen and (max-width: 800px) {
  .header_logo {
    width: 206px;
  }
}

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

.header_menu {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0;
}

.header_link {
  transition: all 0.4s;
  position: relative;
  padding: 20px 12px;
}

.header_link:hover {
  color: #b5975e;
}
.header_link:hover .header_link_icon {
  border: 1px solid #b5975e;
}
.header_link:hover .header_link_icon::before {
  background-color: #b5975e;
}
.header_link:hover .header_link_icon::after {
  background-color: #b5975e;
  transform: translate(-50%, -50%) rotate(90deg);
}
.header_link:hover .header_link_group {
  opacity: 1;
  transition: all 0.6s;
  transform: translateX(-50%);
  pointer-events: all;
}

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

.header_link_ttl {
  font-family: "cochin", serif;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.4s;
}

.header_link_icon {
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #151515;
  border-radius: 50%;
  position: relative;
  transition: all 0.4s;
}
.header_link_icon::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 1px;
  background-color: #151515;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.header_link_icon::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 6px;
  background-color: #151515;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}

.header_link_group {
  position: absolute;
  width: 228px;
  background-color: #F6F6F6;
  top: 50px;
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  color: #151515;
  padding: 4px 20px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.8s;
}

.header_link_group a {
  display: block;
  width: 100%;
  padding: 12px 12px;
  position: relative;
}
.header_link_group a:not(:last-child) {
  border-bottom: 1px solid #C3C3C3;
}
.header_link_group a::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background-image: url(../images/common/arrow-black.webp);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  transition: all 0.4s;
}

.header_link_group a:hover::after {
  transform: translate(6px, -50%);
  top: 44%;
}

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

.header_btn_link {
  display: block;
  width: 160px;
  height: 44px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  transition: all 0.4s;
}
.header_btn_link:nth-child(1) {
  background-color: #b5975e;
}
.header_btn_link:nth-child(2) {
  background-color: #151515;
}
.header_btn_link img {
  width: 17px;
}

.header_btn_link:hover {
  opacity: 0.7;
}

.header_hamburger_menu {
  display: none;
  position: fixed;
  z-index: 105;
  top: 26px;
  right: 40px;
}
@media screen and (max-width: 1200px) {
  .header_hamburger_menu {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .header_hamburger_menu {
    top: 15px;
    right: 16px;
  }
}

.mask {
  display: none;
  padding: 100px 0 180px;
}
@media screen and (max-width: 1200px) {
  .mask {
    display: block;
    position: fixed;
    opacity: 0;
    top: 0;
    right: -1000px;
    min-height: 100vh;
    width: 100%;
    max-width: 540px;
    background: #151515;
    height: 100vh;
    z-index: 100;
    transition: all 0.5s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }
}

.mask::-webkit-scrollbar {
  display: none;
}

body.no-scroll {
  overflow: hidden;
}

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

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

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

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

.mask_wrap {
  width: 92%;
  margin: 0 auto;
}

.mask_link {
  margin-bottom: 48px;
}

.mask_item {
  font-family: "Hiragino Mincho ProN", sans-serif;
  font-weight: 300;
}
.mask_item:not(:last-child) {
  margin-bottom: 32px;
}

.mask_line {
  width: 100%;
  height: 1px;
  background-color: #525252;
  position: relative;
  margin-bottom: 14px;
}
.mask_line::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 1px;
  background-color: #b5975e;
  top: 0;
  left: 0;
}

.mask_a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.mask_a:not(:last-child) {
  margin-bottom: 20px;
}

.mask_link_top {
  color: #fff;
}

.mask_link_bottom {
  color: #c3c3c3;
}

.mask_btn {
  display: block;
  width: 195px;
  height: 44px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  transition: all 0.4s;
  margin: 0 auto;
}
.mask_btn img {
  width: 17px;
}

.mask_btn.mask_btn-cta {
  background-color: #b5975e;
  margin-bottom: 16px;
}

.mask_btn.mask_btn-business {
  border: 1px solid #fff;
}

.mask_link_icon {
  position: relative;
}
.mask_link_icon::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-image: url(../images/common/link_icon.webp);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
@media screen and (max-width: 350px) {
  .mask_link_icon::after {
    width: 10px;
    height: 10px;
    right: -14px;
  }
}

.fixed-cta {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
}
@media screen and (max-width: 600px) {
  .fixed-cta {
    display: block;
  }
}

.fixed-cta_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.fixed-cta_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  color: #fff;
}
.fixed-cta_btn img {
  width: 18px;
}
.fixed-cta_btn span {
  font-weight: 700;
  font-size: 14px;
}

.fixed-cta_btn:nth-child(1) {
  background-color: #B5975E;
}

.fixed-cta_btn:nth-child(2) {
  background-color: #151515;
}

/* 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: "cochin";
  src: url("./font/cochin.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
body {
  width: 100%;
  background-color: #FFF;
  font-family: "Zen Old Mincho", serif;
  color: #151515;
  position: relative;
}

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: all 1s;
}

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

/*デフォルトのマウスカーソルを非表示にする*/
html,
body,
a,
button,
input {
  cursor: none;
}

p {
  line-height: 2.4;
  font-size: 16px;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 1400px) {
  p {
    font-size: 14px;
  }
}

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

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

.wrap {
  width: 94%;
  margin: 0 auto;
  max-width: 1180px;
}
@media screen and (max-width: 1400px) {
  .wrap {
    max-width: 1080px;
  }
}

.wrap-lg {
  width: 94%;
  margin: 0 auto;
  max-width: 1280px;
}

/*独自のマウスカーソルを作成*/
.cursor {
  position: fixed;
  top: -6px;
  left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #685533;
  z-index: 1000;
  transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
  transform: translate(0, 0);
  pointer-events: none;
}

/* マウスストーカーのスタイル */
.stalker {
  border: 2px solid #685533;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  top: -30px;
  left: -30px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: all 0.5s ease-out;
  z-index: 999;
}

.stalker.stalker--hover {
  border: none;
  background-color: rgba(104, 85, 51, 0.2);
  width: 80px;
  height: 80px;
  top: -40px;
  left: -40px;
}

@media (hover: none) {
  .cursor,
  .stalker {
    display: none !important;
  }
}

.section_top {
  width: -moz-fit-content;
  width: fit-content;
}

.section_heading {
  font-weight: 700;
  font-size: 80px;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .section_heading {
    font-size: 50px;
  }
}
@media screen and (max-width: 600px) {
  .section_heading {
    font-size: 32px;
  }
}

.section_heading span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transform: rotateX(80deg);
  transition: all 0.8s;
  opacity: 0;
}

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

.section_heading.section_heading-sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .section_heading.section_heading-sp {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .section_heading.section_heading-sp > div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.section_heading.section_heading-sm {
  font-size: 40px;
}
@media screen and (max-width: 1200px) {
  .section_heading.section_heading-sm {
    font-size: 32px;
  }
}
@media screen and (max-width: 800px) {
  .section_heading.section_heading-sm {
    font-size: 24px;
  }
}

.move .section_heading span:nth-child(1) {
  animation: section_heading 1s ease-out 0.1s forwards;
}
.move .section_heading span:nth-child(2) {
  animation: section_heading 1s ease-out 0.15s forwards;
}
.move .section_heading span:nth-child(3) {
  animation: section_heading 1s ease-out 0.2s forwards;
}
.move .section_heading span:nth-child(4) {
  animation: section_heading 1s ease-out 0.25s forwards;
}
.move .section_heading span:nth-child(5) {
  animation: section_heading 1s ease-out 0.3s forwards;
}
.move .section_heading span:nth-child(6) {
  animation: section_heading 1s ease-out 0.35s forwards;
}
.move .section_heading span:nth-child(7) {
  animation: section_heading 1s ease-out 0.4s forwards;
}
.move .section_heading span:nth-child(8) {
  animation: section_heading 1s ease-out 0.45s forwards;
}
.move .section_heading span:nth-child(9) {
  animation: section_heading 1s ease-out 0.5s forwards;
}
.move .section_heading span:nth-child(10) {
  animation: section_heading 1s ease-out 0.55s forwards;
}
.move .section_heading span:nth-child(11) {
  animation: section_heading 1s ease-out 0.6s forwards;
}
.move .section_heading span:nth-child(12) {
  animation: section_heading 1s ease-out 0.65s forwards;
}
.move .section_heading span:nth-child(13) {
  animation: section_heading 1s ease-out 0.7s forwards;
}
.move .section_heading span:nth-child(14) {
  animation: section_heading 1s ease-out 0.75s forwards;
}
.move .section_heading span:nth-child(15) {
  animation: section_heading 1s ease-out 0.8s forwards;
}
.move .section_heading span:nth-child(16) {
  animation: section_heading 1s ease-out 0.85s forwards;
}
.move .section_heading span:nth-child(17) {
  animation: section_heading 1s ease-out 0.9s forwards;
}
.move .section_heading span:nth-child(18) {
  animation: section_heading 1s ease-out 0.95s forwards;
}
.move .section_heading span:nth-child(19) {
  animation: section_heading 1s ease-out 1s forwards;
}
.move .section_heading span:nth-child(20) {
  animation: section_heading 1s ease-out 1.05s forwards;
}
.move .section_heading span:nth-child(21) {
  animation: section_heading 1s ease-out 1.1s forwards;
}

.move .section_heading.section_heading-sm span:nth-child(1) {
  animation: section_heading 1s ease-out 0.1s forwards;
}
.move .section_heading.section_heading-sm span:nth-child(2) {
  animation: section_heading 1s ease-out 0.14s forwards;
}
.move .section_heading.section_heading-sm span:nth-child(3) {
  animation: section_heading 1s ease-out 0.18s forwards;
}
.move .section_heading.section_heading-sm span:nth-child(4) {
  animation: section_heading 1s ease-out 0.22s forwards;
}
.move .section_heading.section_heading-sm span:nth-child(5) {
  animation: section_heading 1s ease-out 0.26s forwards;
}
.move .section_heading.section_heading-sm span:nth-child(6) {
  animation: section_heading 1s ease-out 0.3s forwards;
}
.move .section_heading.section_heading-sm span:nth-child(7) {
  animation: section_heading 1s ease-out 0.34s forwards;
}
.move .section_heading.section_heading-sm span:nth-child(8) {
  animation: section_heading 1s ease-out 0.38s forwards;
}
.move .section_heading.section_heading-sm span:nth-child(9) {
  animation: section_heading 1s ease-out 0.42s forwards;
}
.move .section_heading.section_heading-sm span:nth-child(10) {
  animation: section_heading 1s ease-out 0.46s forwards;
}
.move .section_heading.section_heading-sm span:nth-child(11) {
  animation: section_heading 1s ease-out 0.5s forwards;
}
.move .section_heading.section_heading-sm span:nth-child(12) {
  animation: section_heading 1s ease-out 0.54s forwards;
}
.move .section_heading.section_heading-sm span:nth-child(13) {
  animation: section_heading 1s ease-out 0.58s forwards;
}
.move .section_heading.section_heading-sm span:nth-child(14) {
  animation: section_heading 1s ease-out 0.62s forwards;
}
.move .section_heading.section_heading-sm span:nth-child(15) {
  animation: section_heading 1s ease-out 0.66s forwards;
}
.move .section_heading.section_heading-sm span:nth-child(16) {
  animation: section_heading 1s ease-out 0.7s forwards;
}
.move .section_heading.section_heading-sm span:nth-child(17) {
  animation: section_heading 1s ease-out 0.74s forwards;
}
.move .section_heading.section_heading-sm span:nth-child(18) {
  animation: section_heading 1s ease-out 0.78s forwards;
}

@keyframes section_heading {
  0% {
    transform: rotateX(80deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
.section_sub {
  width: 100%;
  background-color: #fff;
  font-family: "cochin", serif;
  font-size: 20px;
  padding: 8px 0;
  text-align: center;
  display: block;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.5s 0.6s;
  margin-top: 8px;
}
@media screen and (max-width: 600px) {
  .section_sub {
    font-size: 14px;
    padding: 6px 0;
    margin-top: 10px;
  }
}

.move .section_sub {
  opacity: 1;
  transform: none;
}

.btn {
  width: 220px;
  padding: 0 0 0 24px;
  height: 54px;
  border: 1px solid #fff;
  border-radius: 100px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .btn {
    width: 200px;
  }
}
.btn::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background-image: url(../images/common/arrow.webp);
  background-size: 100% 100%;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.6s;
}

.btn.btn-black {
  border: 1px solid #000;
}
.btn.btn-black::after {
  background-image: url(../images/common/arrow-black.webp);
}
.btn.btn-black .btn_txt {
  color: #000;
}

.btn:hover::after {
  right: 16px;
  top: 40%;
}
.btn:hover .btn_txt span:nth-child(1) {
  top: -28px;
}
.btn:hover .btn_txt span:nth-child(2) {
  top: 4px;
}

.btn_txt {
  line-height: 1.2;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  position: relative;
  padding: 4px 0;
}
@media screen and (max-width: 1400px) {
  .btn_txt {
    font-size: 14px;
  }
}

.btn_txt span:nth-child(1) {
  position: relative;
  transition: all 0.5s;
  top: 0;
}

.btn_txt span:nth-child(2) {
  position: absolute;
  top: 28px;
  left: 0;
  transition: all 0.5s;
}

.cta {
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  background-color: #fff;
  z-index: 5;
}

.cta_bg img {
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  transition: all 0.6s;
}

.cta_bg img.active {
  opacity: 1;
}

.cta_wrap {
  position: relative;
  z-index: 3;
  padding: 72px 0;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 800px) {
  .cta_wrap {
    padding: 8px 0;
  }
}

.cta_list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-left: 1px solid #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .cta_list {
    width: 94%;
    flex-direction: column;
    border-left: none;
  }
}

.cta_link {
  display: block;
  max-width: 290px;
  width: 100%;
  padding: 0 40px;
  border-right: 1px solid #fff;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .cta_link {
    padding: 0 24px;
    max-width: 240px;
  }
}
@media screen and (max-width: 800px) {
  .cta_link {
    max-width: 100%;
    padding: 24px 0;
    border-right: none;
  }
}
@media screen and (max-width: 800px) {
  .cta_link:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
}

.cta_link:hover .cta_heading img {
  transform: translate(8px, -8px);
}

.cta_icon {
  width: 36px;
  margin: 0 auto 20px;
}

.cta_heading {
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}
.cta_heading h3 {
  font-size: 18px;
}
.cta_heading img {
  width: 24px;
  transition: all 0.4s;
}

p.cta_txt {
  line-height: 1.8;
}
@media screen and (max-width: 800px) {
  p.cta_txt {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

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

.page-fv {
  padding-top: 32px;
}

.page-fv_heading {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
}

.page-fv_heading h2 {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 40px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 800px) {
  .page-fv_heading h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 375px) {
  .page-fv_heading h2 {
    font-size: 28px;
  }
}

.page-fv_sub {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #B5975E;
  font-family: "cochin", serif;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s 0.4s;
}
@media screen and (max-width: 800px) {
  .page-fv_sub {
    font-size: 14px;
    margin: 0 auto 4px;
  }
}

.move .page-fv_sub {
  opacity: 1;
  transform: none;
}

.page-fv_img {
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .page-fv_img {
    height: 280px;
  }
}

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

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

.breadcrumb {
  font-size: 14px;
  font-weight: 500;
  font-family: "Hiragino Mincho ProN", serif;
  margin-left: 24px;
}
@media screen and (max-width: 600px) {
  .breadcrumb {
    font-size: 10px;
    margin-left: 16px;
  }
}

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

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

.post-nav {
  background-color: #F6F6F6;
  padding: 36px 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .post-nav {
    padding: 32px 0;
  }
}

.post-nav_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .post-nav_wrap {
    margin-bottom: 24px;
  }
}

.post-nav_prev a {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .post-nav_prev a {
    gap: 6px;
  }
}
.post-nav_prev a img {
  width: 12px;
}

.post-nav_next a {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .post-nav_next a {
    gap: 6px;
  }
}
.post-nav_next a img {
  width: 12px;
  transform: rotate(180deg);
}

.post-back_btn {
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #151515;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 44px;
  border-radius: 100px;
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .post-back_btn {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    margin: 0 auto;
  }
}
.post-back_btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 20px;
  transition: all 0.4s;
}

.post-back_btn:hover::after {
  right: 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: "cochin";
  src: url("./font/cochin.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/* --------------------------------------------------------------------- 
front
-----------------------------------------------------------------------*/
/*--------------- fv ---------------*/
.fv {
  padding-top: 245px;
  background-color: #fff;
  position: relative;
  height: calc(245px + 100vh);
}
@media screen and (max-width: 1000px) {
  .fv {
    padding-top: 200px;
    height: calc(200px + 100vh);
  }
}
@media screen and (max-width: 600px) {
  .fv {
    height: calc(150px + 100vh);
    padding-top: 150px;
  }
}

.fv.fv-ver {
  height: auto;
}

.fv_video.fv_video-ver {
  position: sticky;
  top: 0;
  z-index: 2;
}

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

.fv_video-pc {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 800px) {
  .fv_video-pc {
    display: none;
  }
}

.fv_video-sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .fv_video-sp {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.fv .fv_main {
  top: 146px;
  right: 40px;
  position: absolute;
  font-size: 60px;
  font-weight: 700;
  z-index: 5;
  letter-spacing: 0.05em;
  transition: all 1s 0.8s;
}
@media screen and (max-width: 1400px) {
  .fv .fv_main {
    font-size: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .fv .fv_main {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  .fv .fv_main {
    font-size: 25px;
    right: auto;
    left: 3%;
    top: 104px;
  }
}
.fv .fv_main span {
  display: block;
  background-color: #FAF6EF;
  padding: 12px 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.fv .fv_main span:nth-child(1) {
  margin-bottom: 16px;
}

/*--------------- top-mind ---------------*/
.top-mind {
  padding: 180px 0 240px;
  background-image: url(../images/top/mind_bg.webp);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 600px) {
  .top-mind {
    padding: 70px 0 84px;
  }
}

.top-mind_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .top-mind_wrap {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .top-mind_wrap {
    width: 94%;
  }
}

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

.top-mind_heading {
  color: #fff;
}

.top-mind_content {
  max-width: 520px;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 100px;
}
@media screen and (max-width: 1400px) {
  .top-mind_content {
    max-width: 460px;
  }
}
@media screen and (max-width: 600px) {
  .top-mind_content {
    padding-top: 48px;
  }
}

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

.top-mind_txt p:nth-child(1) {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (max-width: 600px) {
  .top-mind_txt p:nth-child(1) {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.9;
  }
}
.top-mind_txt p:nth-child(1) span {
  display: inline-block;
  letter-spacing: -0.2em;
}
.top-mind_txt p:nth-child(2) {
  line-height: 2.4;
}
@media screen and (max-width: 600px) {
  .top-mind_txt p br.sp_LL_hidden {
    display: none;
  }
}

/*--------------- top-about ---------------*/
.top-about {
  background-color: #151515;
  padding: 60px 0 160px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .top-about {
    padding: 50px 0 80px;
  }
}

.top-about_wrap {
  position: relative;
  z-index: 3;
}

.top-about_logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 62vw;
  bottom: 0;
}
@media screen and (max-width: 600px) {
  .top-about_logo {
    width: 100%;
    bottom: auto;
    top: calc(55vw + 212px);
  }
}

.top-about_img {
  padding: 0 80px;
}
@media screen and (max-width: 1400px) {
  .top-about_img {
    padding: 0 54px;
  }
}
@media screen and (max-width: 800px) {
  .top-about_img {
    padding: 0 32px;
  }
}
@media screen and (max-width: 600px) {
  .top-about_img {
    padding: 0;
    width: 94%;
    margin: 0 auto 40px;
  }
}

.top-about_top {
  margin: 0 auto;
  transform: translateY(-60px);
}
@media screen and (max-width: 600px) {
  .top-about_top {
    transform: none;
    margin: 0 auto 40px;
  }
}

.top-about_heading {
  color: #fff;
}

.top-about_txt {
  margin-bottom: 54px;
}
@media screen and (max-width: 600px) {
  .top-about_txt {
    margin-bottom: 36px;
  }
}
.top-about_txt .btn {
  margin: 0 auto;
}

.top-about_txt p {
  max-width: 680px;
  margin: 0 auto;
  color: #fff;
  transform: translateY(-20px);
}
@media screen and (max-width: 1400px) {
  .top-about_txt p {
    max-width: 540px;
  }
}
@media screen and (max-width: 600px) {
  .top-about_txt p {
    transform: none;
    margin-bottom: 32px;
  }
}

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

.top-about_item {
  padding: 32px;
  background-color: #2B2B2B;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .top-about_item {
    padding: 32px 16px;
  }
}
.top-about_item > span {
  display: block;
  font-size: 14px;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .top-about_item > span {
    margin-bottom: 16px;
  }
}
.top-about_item h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .top-about_item h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.top-about_item p {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .top-about_item p {
    margin-bottom: 16px;
  }
}

/*--------------- top-menu ---------------*/
.top-menu {
  background-color: #fff;
}

.top-menu_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 72px;
}
@media screen and (max-width: 800px) {
  .top-menu_wrap {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .top-menu_wrap {
    margin-bottom: 24px;
  }
}

.top-menu_link {
  display: flex;
  align-items: center;
  height: 340px;
  background-size: cover;
  background-position: center;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .top-menu_link {
    height: 300px;
  }
}
.top-menu_link:nth-child(1) {
  background-image: url(../images/top/top-menu_bg1.webp);
}
.top-menu_link:nth-child(2) {
  background-image: url(../images/top/top-menu_bg2.webp);
}

.top-menu_link:hover .top-menu_top img {
  transform: translateX(16px);
}
@media screen and (max-width: 600px) {
  .top-menu_link:hover .top-menu_top img {
    transform: none;
  }
}
.top-menu_link:hover .top-menu_line::after {
  animation: line-hover 1s ease-out forwards;
}

.top-menu_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 12px;
}
.top-menu_top h3 {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .top-menu_top h3 {
    font-size: 20px;
  }
}
.top-menu_top img {
  width: 28px;
  transition: all 0.4s;
}

.top-menu_line {
  width: 100%;
  overflow: hidden;
  height: 2px;
  position: relative;
  margin-bottom: 32px;
}
.top-menu_line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform-origin: right;
  left: 0;
  bottom: 0;
}

@keyframes line-hover {
  0% {
    width: 100%;
  }
  40% {
    width: 100%;
    transform: translateX(100%);
  }
  41% {
    transform: translateX(-100%);
  }
  100% {
    transform: none;
  }
}
.top-menu_inner {
  max-width: 450px;
  margin: 0 auto;
  width: 60%;
}
@media screen and (max-width: 1200px) {
  .top-menu_inner {
    max-width: 400px;
    width: 80%;
  }
}
@media screen and (max-width: 1000px) {
  .top-menu_inner {
    max-width: 320px;
  }
}
@media screen and (max-width: 800px) {
  .top-menu_inner {
    max-width: 84%;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .top-menu_inner {
    max-width: 94%;
  }
}

.top-menu_banner {
  width: 94%;
  max-width: 800px;
  margin: 0 auto;
}

/*--------------- top-press ---------------*/
.top-release {
  padding: 120px 0 160px;
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .top-release {
    padding: 74px 0;
  }
}

.top-release_wrap {
  position: relative;
}

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

.top-release_heading {
  font-size: 60px;
}
@media screen and (max-width: 800px) {
  .top-release_heading {
    font-size: 50px;
  }
}
@media screen and (max-width: 600px) {
  .top-release_heading {
    font-size: 28px;
  }
}

.top-release_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .top-release_list {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media screen and (max-width: 800px) {
  .top-release_list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .top-release_list {
    display: none;
  }
}

.top-release_swiper {
  display: none;
}
@media screen and (max-width: 600px) {
  .top-release_swiper {
    display: block;
    margin-bottom: 24px;
  }
}
.top-release_swiper .swiper-slide {
  padding-right: 16px;
}

.top-release_link {
  transition: all 0.4s;
}

.top-release_link:hover .top-release_line::after {
  animation: line-hover 1s ease-out forwards;
}
.top-release_link:hover .top-release_bottom img {
  transform: translate(8px, -8px);
}
@media screen and (max-width: 600px) {
  .top-release_link:hover .top-release_bottom img {
    transform: none;
  }
}
.top-release_link:hover .top-release_img img {
  transform: scale(1.2);
}

.top-release_ttl {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 600;
  font-family: "Hiragino Mincho ProN", sans-serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .top-release_ttl {
    font-size: 14px;
  }
}

.top-release_img {
  margin-bottom: 24px;
  aspect-ratio: 34/20;
  overflow: hidden;
}
.top-release_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}

.top-release_bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 8px;
  width: 100%;
}
.top-release_bottom span {
  color: #C3C3C3;
  font-family: "cochin", sans-serif;
  display: block;
  padding-top: 4px;
}
@media screen and (max-width: 600px) {
  .top-release_bottom span {
    font-size: 12px;
  }
}
.top-release_bottom img {
  width: 32px;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .top-release_bottom img {
    width: 26px;
  }
}

.top-release_btn {
  position: absolute;
  right: 0;
  top: 32px;
}
@media screen and (max-width: 800px) {
  .top-release_btn {
    position: relative;
    top: 0;
    margin: 0 auto;
  }
}

.top-release_line {
  width: 100%;
  overflow: hidden;
  height: 2px;
  position: relative;
}
.top-release_line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #B4975E;
  transform-origin: right;
  left: 0;
  bottom: 0;
}

/*--------------- top-news ---------------*/
.top-info {
  background-color: #F6F6F6;
  padding: 90px 0 140px;
}
@media screen and (max-width: 600px) {
  .top-info {
    padding: 48px 0 60px;
  }
}

.top-info_wrap {
  display: grid;
  grid-template-columns: 420px 1fr;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .top-info_wrap {
    grid-template-columns: 320px 1fr;
  }
}
@media screen and (max-width: 1000px) {
  .top-info_wrap {
    grid-template-columns: 1fr;
  }
}

.top-info_heading {
  font-size: 60px;
}
@media screen and (max-width: 800px) {
  .top-info_heading {
    font-size: 50px;
  }
}
@media screen and (max-width: 600px) {
  .top-info_heading {
    font-size: 28px;
  }
}

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

.top-info_link {
  display: block;
  transition: all 0.4s;
}
.top-info_link:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .top-info_link:not(:last-child) {
    margin-bottom: 20px;
  }
}

.top-info_link:hover .top-info_line::after {
  animation: line-hover 1s ease-out forwards;
}
.top-info_link:hover .top-info_inner::after {
  transform: translate(10px, -64%);
}
@media screen and (max-width: 600px) {
  .top-info_link:hover .top-info_inner::after {
    transform: translateY(-50%);
  }
}

.top-info_inner {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
  padding-right: 40px;
}
@media screen and (max-width: 600px) {
  .top-info_inner {
    padding-right: 36px;
    margin-bottom: 16px;
  }
}
.top-info_inner::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-image: url(../images/common/arrow-circle-gray.webp);
  background-size: 100% 100%;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .top-info_inner::after {
    width: 25px;
    height: 25px;
  }
}
.top-info_inner span {
  display: block;
  font-family: "cochin", sans-serif;
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  .top-info_inner span {
    font-size: 12px;
  }
}
.top-info_inner h3 {
  font-family: "Hiragino Mincho ProN", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 600px) {
  .top-info_inner h3 {
    font-size: 14px;
  }
}

.top-info_line {
  width: 100%;
  overflow: hidden;
  height: 2px;
  position: relative;
}
.top-info_line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #C3C3C3;
  transform-origin: right;
  left: 0;
  bottom: 0;
}

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

/*--------------- ver2 ---------------*/
.top-mind.top-mind-ver {
  background-image: unset;
  position: relative;
  z-index: 15;
}

.top-menu.top-menu-ver {
  position: relative;
  z-index: 15;
}

.top-release.top-release-ver {
  position: relative;
  z-index: 15;
}

.top-info.top-info-ver {
  position: relative;
  z-index: 15;
}

/* 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: "cochin";
  src: url("./font/cochin.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/* --------------------------------------------------------------------- 
about
-----------------------------------------------------------------------*/
.about_top {
  padding: 70px 0 120px;
}
@media screen and (max-width: 600px) {
  .about_top {
    padding: 28px 0 64px;
  }
}
.about_top h3 {
  font-size: 28px;
  line-height: 2;
  margin-bottom: 54px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .about_top h3 {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

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

.about_item {
  display: grid;
  grid-template-columns: 52fr 50fr;
  align-items: center;
  gap: 54px;
}
@media screen and (max-width: 1000px) {
  .about_item {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.about_item:not(:last-child) {
  margin-bottom: 64px;
}
@media screen and (max-width: 600px) {
  .about_item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.about_item:nth-child(even) .about_img {
  order: 2;
}
@media screen and (max-width: 1000px) {
  .about_item:nth-child(even) .about_img {
    order: -2;
  }
}

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

.about_ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .about_ttl {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .about_ttl {
    margin-bottom: 16px;
  }
}
.about_ttl span {
  display: block;
  font-size: 36px;
  font-family: "cochin", sans-serif;
  margin-bottom: 12px;
}
@media screen and (max-width: 1400px) {
  .about_ttl span {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .about_ttl span {
    font-size: 22px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 600px) {
  .about_ttl span {
    font-size: 16px;
  }
}
.about_ttl h3 {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .about_ttl h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1000px) {
  .about_ttl h3 {
    font-size: 20px;
  }
}

.about_menu {
  padding: 110px 0;
  background-image: url(../images/about/about_menu.webp);
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .about_menu {
    padding: 64px 0;
  }
}

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

.about_menu_item {
  padding: 32px;
  background-color: #2B2B2B;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .about_menu_item {
    padding: 32px 16px;
  }
}
.about_menu_item > span {
  display: block;
  font-size: 14px;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .about_menu_item > span {
    margin-bottom: 16px;
  }
}
.about_menu_item h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .about_menu_item h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.about_menu_item p {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .about_menu_item p {
    margin-bottom: 16px;
  }
}

.about_menu_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 26px 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 600px) {
  .about_menu_btn {
    padding: 20px 16px;
    font-size: 16px;
  }
}
.about_menu_btn img {
  width: 21px;
  transition: all 0.6s;
}

.about_menu_btn:hover img {
  transform: translateX(16px);
}
@media screen and (max-width: 600px) {
  .about_menu_btn:hover img {
    transform: none;
  }
}

.about_future {
  position: relative;
  padding-top: 64px;
}
@media screen and (max-width: 600px) {
  .about_future {
    padding-top: 40px;
  }
}

.about_future_bg {
  width: 100%;
  position: absolute;
  height: 820px;
  bottom: 0;
  left: 0;
  background-color: #F6F6F6;
}
@media screen and (max-width: 800px) {
  .about_future_bg {
    height: 900px;
  }
}
@media screen and (max-width: 600px) {
  .about_future_bg {
    height: calc(100% - 50vw);
  }
}

.about_future_img {
  max-width: calc(100% - (100% - 1180px) / 2);
  position: relative;
  z-index: 2;
  width: 97%;
}
@media screen and (max-width: 1400px) {
  .about_future_img {
    max-width: calc(100% - (100% - 1080px) / 2);
  }
}

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

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

.about_future_txt {
  display: grid;
  grid-template-columns: 280px 1fr;
  align-items: flex-start;
  padding: 40px 0 200px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .about_future_txt {
    grid-template-columns: 256px 1fr;
  }
}
@media screen and (max-width: 1000px) {
  .about_future_txt {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 800px) {
  .about_future_txt {
    gap: 24px;
  }
}
@media screen and (max-width: 600px) {
  .about_future_txt {
    padding: 36px 0 80px;
  }
}
.about_future_txt h3 {
  font-size: 36px;
}
@media screen and (max-width: 1400px) {
  .about_future_txt h3 {
    font-size: 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: "cochin";
  src: url("./font/cochin.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/* --------------------------------------------------------------------- 
mind
-----------------------------------------------------------------------*/
.mind .page-top {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

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

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

.mind_wrap {
  padding: 120px 0;
  max-width: 940px;
  margin: 0 auto;
  width: 94%;
}
@media screen and (max-width: 600px) {
  .mind_wrap {
    width: 100%;
  }
}

.mind_group {
  background-color: #F6F6F6;
  padding: 0 76px 50px;
}
@media screen and (max-width: 1000px) {
  .mind_group {
    padding: 0 40px 50px;
  }
}
@media screen and (max-width: 600px) {
  .mind_group {
    padding: 0 0 50px;
  }
}
.mind_group:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .mind_group:not(:last-child) {
    margin-bottom: 72px;
  }
}

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

.mind_ttl {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
  transform: translateY(-40px);
}
@media screen and (max-width: 600px) {
  .mind_ttl {
    transform: translateY(-36px);
    margin: 0 auto 0;
  }
}

.mind_ttl h3.section_heading {
  font-family: "cochin", serif;
  font-size: 50px;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0;
}
@media screen and (max-width: 600px) {
  .mind_ttl h3.section_heading {
    font-size: 44px;
    margin: 0 auto;
  }
}

.mind_ttl span.section_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #151515;
  font-size: 14px;
  width: 245px;
  height: 40px;
  color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .mind_ttl span.section_sub {
    max-width: 196px;
  }
}

.mind_heading {
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .mind_heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .mind_heading {
    line-height: 1.7;
    margin: 0 auto 26px;
  }
}
@media screen and (max-width: 600px) {
  .mind_heading {
    font-size: 19px;
  }
}

.mind_heading.mb-none {
  margin-bottom: 0;
}

.purpose_ttl {
  font-family: "Cochin", serif;
  font-size: 32px;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
  display: block;
}
@media screen and (max-width: 1000px) {
  .purpose_ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 800px) {
  .purpose_ttl {
    font-size: 18px;
  }
}

.purpose_list {
  display: flex;
  align-items: center;
  gap: 80px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 36px;
}
@media screen and (max-width: 800px) {
  .purpose_list {
    gap: 24px;
  }
}
@media screen and (max-width: 600px) {
  .purpose_list {
    gap: 20px;
    margin: 0 auto 24px;
  }
}

.purpose_item:not(:last-child) {
  position: relative;
}
.purpose_item:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 70px;
  width: 1px;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #C3C3C3;
  display: block;
}
@media screen and (max-width: 1000px) {
  .purpose_item:not(:last-child)::after {
    height: 54px;
  }
}
@media screen and (max-width: 800px) {
  .purpose_item:not(:last-child)::after {
    right: -12px;
    height: 38px;
  }
}
@media screen and (max-width: 600px) {
  .purpose_item:not(:last-child)::after {
    right: -10px;
  }
}

.purpose_item > span {
  font-family: "Cochin", serif;
  font-size: 45px;
}
@media screen and (max-width: 1000px) {
  .purpose_item > span {
    font-size: 36px;
  }
}
@media screen and (max-width: 800px) {
  .purpose_item > span {
    font-size: 24px;
  }
}
@media screen and (max-width: 400px) {
  .purpose_item > span {
    font-size: 22px;
  }
}
.purpose_item > span span {
  font-size: 71px;
  color: #B5975E;
}
@media screen and (max-width: 1000px) {
  .purpose_item > span span {
    font-size: 54px;
  }
}
@media screen and (max-width: 800px) {
  .purpose_item > span span {
    font-size: 38px;
  }
}
@media screen and (max-width: 400px) {
  .purpose_item > span span {
    font-size: 34px;
  }
}

.purpose_txt {
  text-align: justify;
}

.value_list {
  border-top: 1px solid #7E7E7E;
  padding-bottom: 40px;
}

.value_item {
  padding: 28px 0 24px;
  border-bottom: 1px solid #7E7E7E;
}

.value_top {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 12px;
}

.value_num {
  color: #B5975E;
  font-size: 20px;
  font-family: "cochin", serif;
}

.value_ttl {
  font-size: 18px;
}

.value_txt {
  line-height: 1.8;
}

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

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

.pc_M_display {
  display: none;
}
@media screen and (max-width: 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: "cochin";
  src: url("./font/cochin.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/* --------------------------------------------------------------------- 
company
-----------------------------------------------------------------------*/
.company_branch {
  padding: 94px 0 160px;
}
@media screen and (max-width: 600px) {
  .company_branch {
    padding: 40px 0 80px;
  }
}

.company_branch_img {
  width: 720px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 1400px) {
  .company_branch_img {
    width: 690px;
  }
}
@media screen and (max-width: 1200px) {
  .company_branch_img {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 600px) {
  .company_branch_img {
    margin: 0 auto 40px;
  }
}

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

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

.company_branch_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 32px;
  -moz-column-gap: 28px;
       column-gap: 28px;
  font-family: "Hiragino Mincho ProN", serif;
}
@media screen and (max-width: 1200px) {
  .company_branch_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 800px) {
  .company_branch_list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .company_branch_list {
    row-gap: 24px;
  }
}

.company_branch_item {
  padding-bottom: 14px;
  border-bottom: 1px solid #C3C3C3;
}

.company_branch_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.company_branch_ttl {
  font-weight: 600;
  font-size: 16px;
}

.company_branch_btn {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background-color: #B5975E;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  transition: all 0.4s;
}
.company_branch_btn:hover {
  opacity: 0.6;
}
.company_branch_btn img {
  width: 13px;
}
.company_branch_btn span {
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 12px;
  font-weight: 300;
  display: block;
  padding-top: 1px;
}

.company_branch_txt {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}

.company_detail {
  background-color: #F6F6F6;
  padding: 90px 0 150px;
}
@media screen and (max-width: 600px) {
  .company_detail {
    padding: 40px 0 80px;
  }
}

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

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

.company_detail_item {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  font-family: "Hiragino Mincho ProN", serif;
}
@media screen and (max-width: 800px) {
  .company_detail_item {
    grid-template-columns: 78px 1fr;
  }
}
@media screen and (max-width: 600px) {
  .company_detail_item {
    gap: 4px;
  }
}
.company_detail_item:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .company_detail_item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.company_detail_item h4 {
  padding-bottom: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.9;
  width: 100%;
  border-bottom: 1px solid #B5975E;
}
@media screen and (max-width: 800px) {
  .company_detail_item h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .company_detail_item h4 {
    line-height: 1.7;
    padding-bottom: 16px;
  }
}
.company_detail_item p {
  padding-bottom: 24px;
  font-size: 16px;
  line-height: 1.9;
  border-bottom: 1px solid #C3C3C3;
}
@media screen and (max-width: 800px) {
  .company_detail_item p {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .company_detail_item p {
    line-height: 1.7;
    padding-bottom: 16px;
  }
}
.company_detail_item p a {
  color: #0045FF;
  text-decoration: underline;
}

.company_detail_history {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .company_detail_history {
    margin-bottom: 48px;
  }
}

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

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

.company_detail_bottom {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}
@media screen and (max-width: 600px) {
  .company_detail_bottom {
    margin-left: 0;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 600px) {
  .company_detail_bottom .section_heading {
    font-size: 20px;
  }
}

.company_detail_table {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

.company_detail_row {
  display: grid;
  grid-template-columns: 118px 1fr;
}
@media screen and (max-width: 600px) {
  .company_detail_row {
    grid-template-columns: 98px 1fr;
  }
}
.company_detail_row h4 {
  font-size: 16px;
  font-weight: 300;
  height: 54px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  background-color: #E2E2E2;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
@media screen and (max-width: 1400px) {
  .company_detail_row h4 {
    height: 50px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .company_detail_row h4 {
    height: 100%;
  }
}

.company_detail_right {
  display: grid;
  grid-template-columns: 1fr 300px;
}
@media screen and (max-width: 800px) {
  .company_detail_right {
    grid-template-columns: 1fr 220px;
  }
}
@media screen and (max-width: 600px) {
  .company_detail_right {
    grid-template-columns: 1fr;
  }
}
.company_detail_right > span {
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  height: 54px;
}
@media screen and (max-width: 1400px) {
  .company_detail_right > span {
    height: 50px;
    font-size: 14px;
  }
}
.company_detail_right span span span {
  font-size: 22px;
}
@media screen and (max-width: 1400px) {
  .company_detail_right span span span {
    font-size: 20px;
  }
}

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

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

.pc_M_display {
  display: none;
}
@media screen and (max-width: 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: "cochin";
  src: url("./font/cochin.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/* --------------------------------------------------------------------- 
sdgs
-----------------------------------------------------------------------*/
.sdgs_top {
  padding: 40px 0 100px;
}
@media screen and (max-width: 600px) {
  .sdgs_top {
    padding: 40px 0 68px;
  }
}
.sdgs_top p {
  max-width: 900px;
  margin: 0 auto 54px;
}
@media screen and (max-width: 1400px) {
  .sdgs_top p {
    max-width: 800px;
  }
}
@media screen and (max-width: 600px) {
  .sdgs_top p {
    margin: 0 auto 32px;
  }
}
.sdgs_top img {
  max-width: 640px;
  margin: 0 auto;
  width: 96%;
}
@media screen and (max-width: 1400px) {
  .sdgs_top img {
    max-width: 580px;
  }
}

.sdgs_policy {
  background-color: #F6F6F6;
  padding: 90px 0;
}
@media screen and (max-width: 600px) {
  .sdgs_policy {
    padding: 40px 0 68px;
  }
}

.sdgs_policy_heading {
  margin-bottom: 32px;
}
.sdgs_policy_heading .section_heading {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.sdgs_policy_content {
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 60px;
}
@media screen and (max-width: 1400px) {
  .sdgs_policy_content {
    max-width: 900px;
  }
}
@media screen and (max-width: 800px) {
  .sdgs_policy_content {
    padding: 40px 16px;
  }
}
@media screen and (max-width: 600px) {
  .sdgs_policy_content {
    padding: 24px 16px;
  }
}

.sdgs_policy_table {
  margin-bottom: 16px;
}
@media screen and (max-width: 800px) {
  .sdgs_policy_table {
    width: 100%;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 800px) {
  .sdgs_policy_table img {
    width: 680px;
  }
}

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

.sdgs_vision {
  padding: 120px 0 160px;
  background-image: url(../images/sdgs/sdgs_vision_bg.webp);
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .sdgs_vision {
    padding: 80px 0 80px;
  }
}

.sdgs_vision_heading {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 64px;
}
@media screen and (max-width: 600px) {
  .sdgs_vision_heading {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 800px) {
  .sdgs_vision_heading .tab_display {
    display: block;
    width: 100%;
  }
}

.sdgs_vision_heading .section_heading {
  font-family: "cochin", serif;
  font-size: 60px;
  margin-bottom: 0px;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .sdgs_vision_heading .section_heading {
    font-size: 50px;
  }
}
@media screen and (max-width: 800px) {
  .sdgs_vision_heading .section_heading {
    font-size: 40px;
    flex-wrap: wrap;
    line-height: 1.3;
    justify-content: center;
    margin-bottom: 8px;
  }
}

.sdgs_vision_heading_sub {
  display: block;
  background-color: #fff;
  font-size: 16px;
  font-family: "Hiragino Mincho ProN", serif;
  width: 100%;
  padding: 12px 0;
  text-align: center;
  font-weight: 300;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.5s 0.6s;
  min-width: 156px;
}
@media screen and (max-width: 1400px) {
  .sdgs_vision_heading_sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .sdgs_vision_heading_sub {
    width: 292px;
    margin: 0 auto;
  }
}

.move .sdgs_vision_heading_sub {
  opacity: 1;
  transform: none;
}

.sdgs_vision_item {
  background-color: #fff;
  padding: 32px 40px 54px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .sdgs_vision_item {
    padding: 32px 16px 40px;
  }
}
.sdgs_vision_item:not(:last-child) {
  margin-bottom: 40px;
}

.sdgs_vision_img {
  width: 246px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .sdgs_vision_img {
    width: 110px;
  }
}
@media screen and (max-width: 600px) {
  .sdgs_vision_img {
    width: 90px;
  }
}

.sdgs_vision_ttl {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .sdgs_vision_ttl {
    margin-bottom: 24px;
  }
}
.sdgs_vision_ttl span {
  font-size: 30px;
  font-family: "Cochin", serif;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1000px) {
  .sdgs_vision_ttl span {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .sdgs_vision_ttl span {
    font-size: 16px;
  }
}
.sdgs_vision_ttl h4 {
  font-size: 38px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .sdgs_vision_ttl h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .sdgs_vision_ttl h4 {
    font-size: 22px;
  }
}

.sdgs_vision_txt {
  width: calc(100% - 282px);
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .sdgs_vision_txt {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .sdgs_vision_txt {
    margin-bottom: 32px;
  }
}

.sdgs_vision_point li h5 {
  font-size: 24px;
  color: #0C97D7;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (max-width: 1000px) {
  .sdgs_vision_point li h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .sdgs_vision_point li h5 {
    font-size: 18px;
  }
}
.sdgs_vision_point li:not(:first-child) {
  padding-top: 52px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .sdgs_vision_point li:not(:first-child) {
    padding-top: 32px;
  }
}
.sdgs_vision_point li:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #C3C3C3;
  top: 26px;
  left: 0;
}
@media screen and (max-width: 600px) {
  .sdgs_vision_point li:not(:first-child)::after {
    top: 16px;
  }
}

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

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

.sdgs_news_heading .section_heading {
  font-family: "cochin", serif;
  font-size: 40px;
  margin-bottom: 0px;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .sdgs_news_heading .section_heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 800px) {
  .sdgs_news_heading .section_heading {
    font-size: 24px;
    flex-wrap: wrap;
    line-height: 1.3;
    justify-content: center;
    margin-bottom: 8px;
  }
}

.sdgs_news_heading_sub {
  display: block;
  background-color: #151515;
  color: #fff;
  font-size: 16px;
  font-family: "Hiragino Mincho ProN", serif;
  width: 100%;
  padding: 12px 0;
  text-align: center;
  font-weight: 300;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.5s 0.6s;
  min-width: 156px;
}
@media screen and (max-width: 1400px) {
  .sdgs_news_heading_sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .sdgs_news_heading_sub {
    width: 145px;
    padding: 6px 0;
    margin: 0 auto;
  }
}

.move .sdgs_news_heading_sub {
  opacity: 1;
  transform: none;
}

.sdgs_news_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
@media screen and (max-width: 1000px) {
  .sdgs_news_list {
    gap: 16px;
  }
}
@media screen and (max-width: 800px) {
  .sdgs_news_list {
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  .sdgs_news_list {
    display: none;
    grid-template-columns: 1fr;
  }
}

.sdgs_news_item {
  display: block;
}
@media screen and (max-width: 600px) {
  .sdgs_news_item {
    padding-right: 16px;
  }
}

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

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

.sdgs_news_ttl {
  margin-bottom: 16px;
  line-height: 1.6;
}

.sdgs_news_bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid #C3C3C3;
}

.sdgs_news_date {
  display: block;
  font-family: "Cochin", serif;
  font-size: 14px;
  color: #C3C3C3;
}

.sdgs_news_arrow {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../images/common/arrow-circle-gray.webp);
  background-size: 100% 100%;
}
@media screen and (max-width: 600px) {
  .sdgs_news_arrow {
    width: 25px;
    height: 25px;
  }
}

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

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

.sdgsnews .sdgs_news_list {
  display: grid;
}
@media screen and (max-width: 600px) {
  .sdgsnews .sdgs_news_list {
    display: grid;
  }
}
.sdgsnews .sdgs_news_slider {
  display: none;
}
@media screen and (max-width: 600px) {
  .sdgsnews .sdgs_news_slider {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .sdgsnews .sdgs_news_item {
    padding-right: 0;
  }
}

.sdgsnews.single .sdgs_news_top {
  margin-bottom: 40px;
}
.sdgsnews.single .sdgs_news_date {
  font-size: 16px;
  color: #151515;
  margin-bottom: 18px;
}
.sdgsnews.single .sdgs_news_ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.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: "cochin";
  src: url("./font/cochin.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/* --------------------------------------------------------------------- 
info
-----------------------------------------------------------------------*/
.info_wrap .wrap-sm {
  padding: 90px 0 160px;
  width: 800px;
  max-width: 800px;
}
@media screen and (max-width: 1000px) {
  .info_wrap .wrap-sm {
    width: 94%;
  }
}
@media screen and (max-width: 600px) {
  .info_wrap .wrap-sm {
    padding: 48px 0 90px;
  }
}

.info_item {
  display: block;
  padding-right: 60px;
  position: relative;
  padding-bottom: 24px;
  border-bottom: 1px solid #C3C3C3;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .info_item {
    padding-right: 36px;
    padding-bottom: 16px;
  }
}
.info_item::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 46%;
  transform: translateY(-50%);
  right: 12px;
  background-image: url(../images/common/arrow-circle-gray.webp);
  background-size: 100% 100%;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .info_item::after {
    width: 24px;
    height: 24px;
    top: 54%;
    right: 0;
  }
}

.info_item:hover::after {
  top: 36%;
  right: 0px;
}
@media screen and (max-width: 600px) {
  .info_item:hover::after {
    top: 54%;
    right: 0;
  }
}

.info_date {
  font-family: "Cochin", serif;
  font-size: 16px;
  display: block;
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .info_date {
    font-size: 12px;
    margin-bottom: 8px;
  }
}

.info_ttl {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  .info_ttl {
    font-size: 14px;
    text-align: justify;
  }
}

.info.single .info_ttl {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .info.single .info_ttl {
    font-size: 18px;
  }
}
.info.single .info_top {
  margin-bottom: 64px;
}
@media screen and (max-width: 600px) {
  .info.single .info_top {
    margin-bottom: 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: "cochin";
  src: url("./font/cochin.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/* --------------------------------------------------------------------- 
business
-----------------------------------------------------------------------*/
.business_wrap {
  padding: 80px 0 140px;
}
@media screen and (max-width: 600px) {
  .business_wrap {
    padding: 54px 0 80px;
  }
}

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

.business_item {
  width: 100%;
}

.business_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 110px;
  border: 1px solid #C3C3C3;
  border-radius: 4px;
  position: relative;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .business_link {
    height: 90px;
  }
}
.business_link::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background-image: url(../images/common/arrow-circle-black.webp);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .business_link::after {
    width: 24px;
    height: 24px;
    right: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .business_link br.pc_S_hidden {
    display: none;
  }
}

.business_link:hover {
  opacity: 0.8;
}
.business_link:hover::after {
  top: 42%;
  right: 12px;
}
@media screen and (max-width: 600px) {
  .business_link:hover::after {
    top: 50%;
    right: 12px;
  }
}

.business_link span {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .business_link span {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .business_link span {
    font-size: 18px;
  }
}

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

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

.pc_M_display {
  display: none;
}
@media screen and (max-width: 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: "cochin";
  src: url("./font/cochin.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/* --------------------------------------------------------------------- 
contact
-----------------------------------------------------------------------*/
.contact_wrap {
  padding: 40px 0 200px;
}
@media screen and (max-width: 600px) {
  .contact_wrap {
    padding: 20px 0 80px;
  }
}

.contact_toggle {
  width: 720px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto 64px;
}
@media screen and (max-width: 800px) {
  .contact_toggle {
    width: 100%;
    max-width: 460px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 600px) {
  .contact_toggle {
    margin: 0 auto 24px;
  }
}

.contact_toggle_btn {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C3C3C3;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  font-size: 24px;
}
@media screen and (max-width: 800px) {
  .contact_toggle_btn {
    font-size: 16px;
    height: 50px;
  }
}
@media screen and (max-width: 600px) {
  .contact_toggle_btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  .contact_toggle_btn {
    font-size: 13px;
  }
}
.contact_toggle_btn.active {
  background-color: #151515;
  cursor: default;
}

.contact_content {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .contact_content {
    grid-template-columns: 140px 1fr;
  }
}
@media screen and (max-width: 800px) {
  .contact_content {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.contact.contact-form .contact_bar_item:nth-child(1) span:nth-child(1) {
  background-color: #B5975E;
}

.contact.contact-thanks .contact_bar_item:nth-child(2) span:nth-child(1) {
  background-color: #B5975E;
}

@media screen and (max-width: 600px) {
  .contact_bar {
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    gap: 32px;
  }
}

.contact_bar_item {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 600px) {
  .contact_bar_item {
    flex-direction: column;
    gap: 8px;
  }
}
.contact_bar_item:nth-child(1) {
  margin-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .contact_bar_item:nth-child(1) {
    margin-bottom: 0;
  }
}
.contact_bar_item:nth-child(1)::after {
  content: "";
  height: 54px;
  width: 1px;
  background-color: #C3C3C3;
  position: absolute;
  left: 4.5px;
  top: 4px;
}
@media screen and (max-width: 600px) {
  .contact_bar_item:nth-child(1)::after {
    width: 94px;
    height: 1px;
    left: 32px;
  }
}

.contact_bar_item span:nth-child(1) {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #C3C3C3;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.contact_group {
  display: none;
}

.contact_group.active {
  display: block;
}

.contact_list {
  margin-bottom: 64px;
}

.contact_item {
  display: grid;
  grid-template-columns: 240px 1fr;
  align-items: center;
  row-gap: 16px;
}
@media screen and (max-width: 1200px) {
  .contact_item {
    grid-template-columns: 1fr;
  }
}
.contact_item:not(:last-child) {
  padding-bottom: 32px;
  border-bottom: 1px dashed #C3C3C3;
  margin-bottom: 32px;
}

.contact_ttl {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact_ttl h3 {
  font-size: 18px;
  font-weight: 700;
}
.contact_ttl span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  background-color: #B4975E;
  padding: 2px 8px;
}

.contact_input input,
.contact_input textarea {
  border: 1px solid #EBEBEB;
  background-color: #fff;
  padding: 26px 32px;
  border-radius: 4px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .contact_input input,
  .contact_input textarea {
    padding: 22px 16px;
  }
}
.contact_input input::-moz-placeholder, .contact_input textarea::-moz-placeholder {
  color: #C3C3C3;
}
.contact_input input::placeholder,
.contact_input textarea::placeholder {
  color: #C3C3C3;
}

.contact_bango input {
  width: 164px;
}

.contact_policy {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}
.contact_policy .wpcf7-list-item {
  margin: 0 !important;
}
.contact_policy .wpcf7-form-control-wrap {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

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

.contact_policy_txt a {
  display: inline-block;
  position: relative;
  color: #004EFF;
  text-align: left;
}
.contact_policy_txt a::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 16px;
  background-image: url(../images/common/policy_icon.webp);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
}
@media screen and (max-width: 600px) {
  .contact_policy_txt a::after {
    right: 4px;
  }
}

.contact_policy_txt a span {
  text-decoration: underline;
}

.contact_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 400px;
  height: 90px;
  background-color: #151515;
  border-radius: 100px;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .contact_btn {
    width: 100%;
    max-width: 320px;
    height: 60px;
    font-size: 16px;
  }
}

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

.contact_check .wpcf7-list-item {
  margin: 0 !important;
}
.contact_check .wpcf7-list-item label {
  height: 30px;
}
.contact_check .wpcf7-list-item input {
  width: -moz-fit-content;
  width: fit-content;
}
.contact_check .wpcf7-list-item-label {
  font-size: 18px;
  display: block;
}
@media screen and (max-width: 600px) {
  .contact_check .wpcf7-list-item-label {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 2px;
  }
}
.contact_check .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media screen and (max-width: 600px) {
  .contact_check .wpcf7-form-control {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}

/* チェックボックス本体を隠す */
.wpcf7 input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

/* ラベルを基準にする */
.wpcf7 .wpcf7-list-item label {
  position: relative;
  padding-left: 38px;
  cursor: none;
  display: inline-block;
  line-height: 30px;
}

/* 四角の枠 */
.wpcf7 .wpcf7-list-item label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  border: 2px solid #EBEBEB;
  transform: translateY(-50%);
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .wpcf7 .wpcf7-list-item label::before {
    top: 0;
    transform: none;
  }
}

/* チェックマーク（borderで作成） */
.wpcf7 input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 10.5px;
  top: 48%;
  width: 9px;
  height: 15px;
  border-right: 2px solid #3B3B3B;
  border-bottom: 2px solid #3B3B3B;
  transform: translateY(-60%) rotate(45deg);
}

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "cochin";
  src: url("./font/cochin.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/* --------------------------------------------------------------------- 
policy
-----------------------------------------------------------------------*/
@media screen and (max-width: 375px) {
  .policy .section_heading {
    font-size: 28px;
  }
}

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

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

.policy_heading {
  padding: 12px 24px;
  width: 100%;
  font-size: 24px;
  color: #fff;
  background-color: #151515;
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .policy_heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .policy_heading {
    font-size: 16px;
    padding: 8px 16px;
  }
}

p.policy_txt {
  line-height: 2;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  p.policy_txt {
    font-size: 12px;
    line-height: 1.9;
  }
}
p.policy_txt span {
  font-weight: 600;
}
p.policy_txt a {
  color: #0045FF;
  text-decoration: underline;
}

.policy_adress {
  padding: 24px;
  border: 4px solid #F6F6F6;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .policy_adress {
    padding: 24px 16px;
  }
}
.policy_adress p {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .policy_adress p {
    font-size: 12px;
    line-height: 1.9;
  }
}

.policy_table {
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .policy_table {
    width: 100%;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 600px) {
  .policy_table {
    font-size: 12px;
    line-height: 1.9;
  }
}
.policy_table tr {
  display: grid;
  grid-template-columns: 208px 1fr;
}
.policy_table th, .policy_table td {
  padding: 12px 8px;
}
.policy_table th {
  font-weight: 300;
  background-color: #E2E2E2;
  border: 1px solid #CCCCCC;
  border-top: none;
}
.policy_table td {
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

@media screen and (max-width: 1000px) {
  .policy_table table {
    width: 1080px;
  }
}

.policy_table_border {
  border-top: 1px solid #CCCCCC;
}

.policy_table.policy_table-top tr {
  display: grid;
  grid-template-columns: 208px 1fr 160px;
}

.policy_table_head th,
.policy_table_head td {
  background-color: #E2E2E2;
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.policy_table_head th {
  border: 1px solid #CCCCCC;
}
.policy_table_head td {
  border: 1px solid #CCCCCC;
  border-left: none;
}

.policy_point_item {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .policy_point_item {
    font-size: 12px;
    line-height: 1.8;
  }
}
.policy_point_item:not(:last-child) {
  margin-bottom: 16px;
}
.policy_point_item span {
  font-weight: 300;
  display: block;
}
.policy_point_item p {
  padding-left: 14px;
  line-height: 2;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .policy_point_item p {
    font-size: 12px;
    line-height: 1.9;
  }
}

.policy_point.policy_point_bottom .policy_point_item:not(:last-child) {
  margin-bottom: 12px;
}
.policy_point.policy_point_bottom .policy_point_item span {
  font-weight: 600;
  display: block;
}
.policy_point.policy_point_bottom .policy_point_item p {
  padding-left: 14px;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .policy_point.policy_point_bottom .policy_point_item p {
    font-size: 12px;
    line-height: 1.9;
  }
}

.policy_bottom {
  text-align: right;
  padding-left: 14px;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .policy_bottom {
    font-size: 12px;
    line-height: 1.9;
  }
}

/* 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: "cochin";
  src: url("./font/cochin.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/* --------------------------------------------------------------------- 
release
-----------------------------------------------------------------------*/
.release_wrap > .wrap {
  padding: 90px 0 160px;
}
@media screen and (max-width: 600px) {
  .release_wrap > .wrap {
    padding: 48px 0 90px;
  }
}

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

.release_heading .section_heading {
  font-family: "cochin", serif;
  font-size: 40px;
  margin-bottom: 0px;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .release_heading .section_heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 800px) {
  .release_heading .section_heading {
    font-size: 24px;
    flex-wrap: wrap;
    line-height: 1.3;
    justify-content: center;
    margin-bottom: 8px;
  }
}

.release_heading_sub {
  display: block;
  background-color: #151515;
  color: #fff;
  font-size: 16px;
  font-family: "Hiragino Mincho ProN", serif;
  width: 100%;
  padding: 12px 0;
  text-align: center;
  font-weight: 300;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.5s 0.6s;
  min-width: 156px;
}
@media screen and (max-width: 1400px) {
  .release_heading_sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .release_heading_sub {
    width: 145px;
    padding: 6px 0;
    margin: 0 auto;
  }
}

.move .release_heading_sub {
  opacity: 1;
  transform: none;
}

.release_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
@media screen and (max-width: 1000px) {
  .release_list {
    gap: 16px;
  }
}
@media screen and (max-width: 800px) {
  .release_list {
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  .release_list {
    display: none;
    grid-template-columns: 1fr;
  }
}

.release_item {
  display: block;
}
@media screen and (max-width: 600px) {
  .release_item {
    padding-right: 16px;
  }
}

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

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

.release_ttl {
  margin-bottom: 16px;
  line-height: 1.6;
}

.release_bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid #C3C3C3;
}

.release_date {
  display: block;
  font-family: "Cochin", serif;
  font-size: 14px;
  color: #C3C3C3;
}

.release_arrow {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../images/common/arrow-circle-gray.webp);
  background-size: 100% 100%;
}
@media screen and (max-width: 600px) {
  .release_arrow {
    width: 25px;
    height: 25px;
  }
}

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

.release .release_list {
  display: grid;
}
@media screen and (max-width: 600px) {
  .release .release_list {
    display: grid;
  }
}
@media screen and (max-width: 600px) {
  .release .release_item {
    padding-right: 0;
  }
}

.release.single .release_top {
  margin-bottom: 40px;
}
.release.single .release_date {
  font-size: 16px;
  color: #151515;
  margin-bottom: 18px;
}
.release.single .release_ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.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: "cochin";
  src: url("./font/cochin.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/* --------------------------------------------------------------------- 
login
-----------------------------------------------------------------------*/
.login_wrap {
  padding: 184px 0 120px;
}
@media screen and (max-width: 800px) {
  .login_wrap {
    padding: 120px 0 80px;
  }
}

.login_content {
  background-color: #F6F6F6;
  padding: 48px 40px 56px;
}
@media screen and (max-width: 600px) {
  .login_content {
    padding: 32px 16px 40px;
  }
}

.login_top {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .login_top {
    margin-bottom: 24px;
  }
}
.login_top img {
  width: 32px;
  margin: 0 auto 8px;
}
@media screen and (max-width: 600px) {
  .login_top img {
    width: 30px;
  }
}
.login_top h2 {
  font-size: 40px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .login_top h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .login_top h2 {
    font-size: 24px;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 375px) {
  .login_top h2 {
    font-size: 22px;
  }
}
.login_top p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .login_top p {
    font-size: 13px;
  }
}
@media screen and (max-width: 375px) {
  .login_top p {
    font-size: 12px;
  }
}

.login_pass {
  display: block;
  padding: 28px 16px;
  max-width: 500px;
  background-color: #fff;
  border: 1px solid #C3C3C3;
  width: 100%;
  margin: 0 auto 24px;
}

.login_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background-color: #151515;
  max-width: 300px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  cursor: none;
}

.login .h1border {
  padding-bottom: 16px;
  border-bottom: solid 3px #333;
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .login .h1border {
    margin-bottom: 32px;
    border-bottom: solid 2px #333;
  }
}

.login .h1border h2 {
  font-size: 30px;
  font-weight: 700;
  width: 94%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .login .h1border h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  .login .h1border h2 {
    font-size: 20px;
    line-height: 1.5;
  }
}

/* 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: "cochin";
  src: url("./font/cochin.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/* --------------------------------------------------------------------- 
message
-----------------------------------------------------------------------*/
.message_wrap {
  padding: 56px 0 160px;
}
@media screen and (max-width: 600px) {
  .message_wrap {
    padding: 28px 0 90px;
  }
}

.message_heading {
  font-size: 28px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1000px) {
  .message_heading {
    font-size: 24px;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 600px) {
  .message_heading {
    line-height: 1.9;
    text-align: center;
    margin: 0 auto 24px;
  }
}

.message_content {
  display: grid;
  grid-template-columns: 52fr 48fr;
  gap: 60px;
}
@media screen and (max-width: 1000px) {
  .message_content {
    gap: 24px;
  }
}
@media screen and (max-width: 800px) {
  .message_content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media screen and (max-width: 800px) {
  .message_prof {
    order: -2;
  }
}
.message_prof img {
  margin-bottom: 16px;
}
.message_prof span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 1400px) {
  .message_prof span {
    font-size: 14px;
  }
}

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

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

.pc_M_display {
  display: none;
}
@media screen and (max-width: 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: "cochin";
  src: url("./font/cochin.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/* --------------------------------------------------------------------- 
concept
-----------------------------------------------------------------------*/
.concept_wrap {
  padding: 100px 0 160px;
}
@media screen and (max-width: 600px) {
  .concept_wrap {
    padding: 48px 0 90px;
  }
}

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

.concept_heading {
  font-size: 28px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .concept_heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .concept_heading {
    text-align: center;
    line-height: 1.9;
    margin: 0 auto 32px;
  }
}

.concept_txt {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 3.2;
}
@media screen and (max-width: 600px) {
  .concept_txt .sp_LL_hidden {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .concept_txt .sp_M_hidden {
    display: none;
  }
}

.concept_video {
  width: 100% !important;
}/*# sourceMappingURL=style.css.map */