@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;
}
@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;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .footer_wrap.wrap {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  .footer_wrap.wrap {
    margin-bottom: 72px;
  }
}

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

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

.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 {
    font-size: 16px;
  }
}

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

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

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

.footer_link_top {
  margin-bottom: 68px;
}

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

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

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

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

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

.footer_link_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_link_bottom {
    font-size: 12px;
  }
}

.footer_link_icon {
  position: relative;
}
.footer_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) {
  .footer_link_icon::after {
    width: 10px;
    height: 10px;
    right: -14px;
  }
}

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

/* 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: 32px 24px;
}
@media screen and (max-width: 800px) {
  .header {
    padding: 16px 12px;
  }
}

.header.header-bottom {
  padding: 12px 24px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .header.header-bottom {
    padding: 12px 12px;
  }
}
@media screen and (max-width: 600px) {
  .header.header-bottom {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }
}
.header.header-bottom .header_wrap {
  align-items: center;
}
.header.header-bottom .header_logo {
  width: 320px;
}
@media screen and (max-width: 800px) {
  .header.header-bottom .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_nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .header_nav {
    display: none;
  }
}

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

.header_link a {
  transition: all 0.4s;
}

.header_link a:hover {
  opacity: 0.5;
}

.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: 700;
  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: 40px;
  right: 40px;
}
@media screen and (max-width: 1200px) {
  .header_hamburger_menu {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .header_hamburger_menu {
    top: 20px;
    right: 16px;
  }
}

@media screen and (max-width: 800px) {
  .header_hamburger_menu.header-bottom {
    top: 14px;
  }
}

.mask {
  display: none;
  padding: 100px 0 120px;
}
@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;
    z-index: 100;
    transition: all 0.5s;
  }
}

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

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

.open.mask {
  opacity: 1;
  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;
  background-color: #B5975E;
  margin: 0 auto;
}
.mask_btn img {
  width: 17px;
}

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

/* 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%;
  overflow-x: hidden;
  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 {
  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 {
  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;
}

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

.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.16s forwards;
}
.move .section_heading span:nth-child(3) {
  animation: section_heading 1s ease-out 0.22s forwards;
}
.move .section_heading span:nth-child(4) {
  animation: section_heading 1s ease-out 0.28s forwards;
}
.move .section_heading span:nth-child(5) {
  animation: section_heading 1s ease-out 0.34s forwards;
}
.move .section_heading span:nth-child(6) {
  animation: section_heading 1s ease-out 0.4s forwards;
}
.move .section_heading span:nth-child(7) {
  animation: section_heading 1s ease-out 0.46s forwards;
}
.move .section_heading span:nth-child(8) {
  animation: section_heading 1s ease-out 0.52s forwards;
}
.move .section_heading span:nth-child(9) {
  animation: section_heading 1s ease-out 0.58s forwards;
}
.move .section_heading span:nth-child(10) {
  animation: section_heading 1s ease-out 0.64s forwards;
}
.move .section_heading span:nth-child(11) {
  animation: section_heading 1s ease-out 0.7s 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: -moz-fit-content;
  width: fit-content;
  padding: 0 48px 0 32px;
  height: 48px;
  background-color: #B5975E;
  border-radius: 100px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .btn {
    height: 44px;
  }
}
.btn::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 24px;
  transition: all 0.5s;
}

.btn:hover::after {
  right: 16px;
}
.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 {
  padding: 110px 0;
  background-image: url(../images/common/cta_bg.webp);
  background-size: cover;
  background-position: center;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .cta {
    padding: 52px 0;
  }
}

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

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

.cta_txt {
  max-width: 450px;
  margin: 0 auto 32px;
  text-align: center;
  width: 90%;
}
@media screen and (max-width: 600px) {
  .cta_txt {
    margin: 0 auto 24px;
    text-align: justify;
  }
}

.cta_btn {
  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: 50px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 800px) {
  .page-fv_heading h2 {
    font-size: 32px;
  }
}

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

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

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

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

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

.fv_video {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  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_main {
  top: 146px;
  right: 40px;
  position: absolute;
  font-size: 60px;
  font-weight: 700;
  z-index: 5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1400px) {
  .fv_main {
    font-size: 50px;
  }
}
.fv_main span {
  display: block;
  background-color: #FAF6EF;
  padding: 12px 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.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: 460px;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 90px;
}
@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: 24px;
  }
}
.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;
}

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

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

.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-about_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) {
  .top-about_btn {
    padding: 20px 16px;
    font-size: 16px;
  }
}
.top-about_btn img {
  width: 21px;
  transition: all 0.6s;
}

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

/*--------------- top-menu ---------------*/
.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;
}
@media screen and (max-width: 1200px) {
  .top-menu_inner {
    max-width: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .top-menu_inner {
    max-width: 320px;
  }
}
@media screen and (max-width: 800px) {
  .top-menu_inner {
    max-width: 84%;
  }
}
@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-press {
  padding: 120px 0 160px;
}
@media screen and (max-width: 600px) {
  .top-press {
    padding: 74px 0;
  }
}

.top-press_wrap {
  position: relative;
}

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

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

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

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

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

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

.top-press_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-press_ttl {
    font-size: 14px;
  }
}

.top-press_img {
  margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

.top-news_link:hover .top-news_line::after {
  animation: line-hover 1s ease-out forwards;
}
.top-news_link:hover .top-news_inner::after {
  transform: translateY(-50%) translateX(16px);
}
@media screen and (max-width: 600px) {
  .top-news_link:hover .top-news_inner::after {
    transform: translateY(-50%);
  }
}

.top-news_inner {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
  padding-right: 40px;
}
@media screen and (max-width: 600px) {
  .top-news_inner {
    padding-right: 36px;
    margin-bottom: 16px;
  }
}
.top-news_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-news_inner::after {
    width: 25px;
    height: 25px;
  }
}
.top-news_inner span {
  display: block;
  font-family: "cochin", sans-serif;
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  .top-news_inner span {
    font-size: 12px;
  }
}
.top-news_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-news_inner h3 {
    font-size: 14px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

@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_catch {
  padding: 90px 0 160px;
  background-image: url(../images/mind/mind_catch_bg.webp);
  background-size: 100% 100%;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .mind_catch {
    padding: 64px 0 80px;
  }
}

.mind_catch .section_heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 48px;
}
@media screen and (max-width: 1200px) {
  .mind_catch .section_heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 800px) {
  .mind_catch .section_heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .mind_catch .section_heading {
    margin-bottom: 24px;
  }
}

.mind_catch p {
  max-width: 820px;
  width: 100%;
}

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

.mind_heading {
  position: relative;
  margin-bottom: 110px;
}
@media screen and (max-width: 800px) {
  .mind_heading {
    margin-bottom: 60px;
  }
}
.mind_heading::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  background-image: url(../images/mind/mind_logo.webp);
  background-size: 100% 100%;
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 800px) {
  .mind_heading::after {
    width: 136px;
    height: 136px;
  }
}
.mind_heading .section_heading {
  font-size: 60px;
  color: #B5975E;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1400px) {
  .mind_heading .section_heading {
    font-size: 50px;
  }
}
@media screen and (max-width: 800px) {
  .mind_heading .section_heading {
    font-size: 32px;
  }
}

.mind_top {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 120px;
}
@media screen and (max-width: 1200px) {
  .mind_top {
    font-size: 24px;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 1000px) {
  .mind_top {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 800px) {
  .mind_top {
    font-size: 20px;
    line-height: 1.6;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 375px) {
  .mind_top {
    font-size: 18px;
  }
}

.mind_mission {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1200px) {
  .mind_mission {
    gap: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .mind_mission {
    flex-direction: column;
    gap: 48px;
  }
}
@media screen and (max-width: 600px) {
  .mind_mission {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1000px) {
  .mind_mission .mind_ttl {
    margin: 0 auto;
  }
}

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

.mind_ttl .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;
}
@media screen and (max-width: 1400px) {
  .mind_ttl .section_heading {
    font-size: 50px;
  }
}
@media screen and (max-width: 800px) {
  .mind_ttl .section_heading {
    font-size: 40px;
  }
}

.mind_ttl_sub {
  display: block;
  color: #fff;
  background-color: #151515;
  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) {
  .mind_ttl_sub {
    font-size: 14px;
  }
}

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

.mind_mission_content {
  padding-top: 20px;
}

.mind_mission_list {
  margin-bottom: 40px;
}

.mind_mission_item {
  display: grid;
  grid-template-columns: 200px 130px 450px;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .mind_mission_item {
    grid-template-columns: 180px 130px 1fr;
  }
}
@media screen and (max-width: 1200px) {
  .mind_mission_item {
    grid-template-columns: 160px 100px 1fr;
  }
}
@media screen and (max-width: 800px) {
  .mind_mission_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.mind_mission_item:not(:last-child) {
  margin-bottom: 24px;
}
.mind_mission_item h5 {
  font-size: 34px;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .mind_mission_item h5 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .mind_mission_item h5 {
    font-size: 26px;
  }
}
@media screen and (max-width: 800px) {
  .mind_mission_item h5 {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  .mind_mission_item h5 span {
    display: none;
  }
}
.mind_mission_item > span:nth-child(2) {
  display: block;
  width: 104px;
  height: 1px;
  background-color: #C3C3C3;
}
@media screen and (max-width: 1200px) {
  .mind_mission_item > span:nth-child(2) {
    width: 80px;
  }
}
@media screen and (max-width: 800px) {
  .mind_mission_item > span:nth-child(2) {
    width: 100%;
    margin: 10px 0 14px;
  }
}
.mind_mission_item > span:nth-child(3) {
  font-family: "Hiragino Mincho ProN", serif;
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}
@media screen and (max-width: 1400px) {
  .mind_mission_item > span:nth-child(3) {
    font-size: 14px;
  }
}

.mind_purpose {
  background-color: #F6F6F6;
  padding-bottom: 72px;
}
@media screen and (max-width: 600px) {
  .mind_purpose {
    padding-bottom: 36px;
  }
}
.mind_purpose .mind_ttl {
  transform: translateY(-40px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .mind_purpose .mind_ttl {
    transform: translateY(-24px);
  }
}

.mind_purpose_txt {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}
@media screen and (max-width: 600px) {
  .mind_purpose_txt {
    margin: 0 auto 24px;
  }
}

.mind_purpose_list {
  display: flex;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 1000px) {
  .mind_purpose_list {
    gap: 12px;
  }
}

.mind_purpose_item:nth-child(1) {
  width: 208px;
}
@media screen and (max-width: 800px) {
  .mind_purpose_item:nth-child(1) {
    width: 106px;
  }
}
.mind_purpose_item:nth-child(2) {
  width: 190px;
}
@media screen and (max-width: 800px) {
  .mind_purpose_item:nth-child(2) {
    width: 100px;
  }
}
.mind_purpose_item:nth-child(3) {
  width: 180px;
}
@media screen and (max-width: 800px) {
  .mind_purpose_item:nth-child(3) {
    width: 94px;
  }
}
.mind_purpose_item:not(:last-child) {
  position: relative;
}
.mind_purpose_item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #C3C3C3;
  top: 0;
  right: -40px;
}
@media screen and (max-width: 1000px) {
  .mind_purpose_item:not(:last-child)::after {
    right: -6px;
  }
}

.mind_vision {
  padding: 120px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .mind_vision {
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 600px) {
  .mind_vision {
    padding: 54px 0;
  }
}

.mind_vision_img {
  order: -1;
  width: 520px;
}
@media screen and (max-width: 1400px) {
  .mind_vision_img {
    width: 480px;
  }
}
@media screen and (max-width: 1200px) {
  .mind_vision_img {
    order: 2;
  }
}
@media screen and (max-width: 800px) {
  .mind_vision_img {
    width: 100%;
    max-width: 420px;
  }
}

.mind_vision_top {
  width: -moz-fit-content;
  width: fit-content;
}
.mind_vision_top .mind_ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 64px;
}
@media screen and (max-width: 1200px) {
  .mind_vision_top .mind_ttl {
    margin: 0 auto 32px;
  }
}

.mind_vision_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 800px) {
  .mind_vision_txt {
    gap: 4px;
  }
}
@media screen and (max-width: 375px) {
  .mind_vision_txt {
    gap: 24px;
  }
}

.mind_vision_txt img {
  width: 14px;
}
@media screen and (max-width: 800px) {
  .mind_vision_txt img {
    width: 10px;
  }
}
.mind_vision_txt img:nth-child(3) {
  transform: scale(-1, 1);
}

.mind_vision_txt p {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.8;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .mind_vision_txt p {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  .mind_vision_txt p {
    font-size: 16px;
  }
}

.mind_ism {
  background-color: #F6F6F6;
  padding: 64px 72px;
}
@media screen and (max-width: 800px) {
  .mind_ism {
    padding: 40px 32px 60px;
  }
}
@media screen and (max-width: 600px) {
  .mind_ism {
    width: 100%;
    padding: 40px 24px 60px;
  }
}
@media screen and (max-width: 375px) {
  .mind_ism {
    padding: 40px 12px 60px;
  }
}
@media screen and (max-width: 1000px) {
  .mind_ism .mind_ttl {
    margin: 0 auto;
  }
}

.mind_ism_wrap {
  display: grid;
  grid-template-columns: 250px 1fr;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .mind_ism_wrap {
    grid-template-columns: 220px 1fr;
  }
}
@media screen and (max-width: 1000px) {
  .mind_ism_wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.mind_ism_list {
  border-top: 1px solid #7E7E7E;
}

.mind_ism_item {
  display: flex;
  align-items: center;
  font-size: 18px;
  gap: 24px;
  padding: 24px 4px;
  border-bottom: 1px solid #7E7E7E;
}
@media screen and (max-width: 600px) {
  .mind_ism_item {
    gap: 8px;
    padding: 12px 2px;
  }
}

.mind_ism_item span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.mind_ism_item span:nth-child(1) {
  font-size: 20px;
  color: #B5975E;
  font-family: "cochin", serif;
}
@media screen and (max-width: 600px) {
  .mind_ism_item span:nth-child(1) {
    font-size: 16px;
  }
}
.mind_ism_item span:nth-child(2) {
  font-family: "Hiragino Mincho ProN", serif;
}
@media screen and (max-width: 600px) {
  .mind_ism_item span:nth-child(2) {
    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;
}
/* --------------------------------------------------------------------- 
company
-----------------------------------------------------------------------*/
.company_wrap .section_heading {
  font-size: 40px;
}
@media screen and (max-width: 1200px) {
  .company_wrap .section_heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 800px) {
  .company_wrap .section_heading {
    font-size: 24px;
  }
}

.company_message {
  background-image: url(../images/company/messge_bg.webp);
  background-size: 100% 100%;
  padding: 80px 0 130px;
}
@media screen and (max-width: 600px) {
  .company_message {
    padding: 54px 0 80px;
  }
}

.company_message_heading {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}
@media screen and (max-width: 600px) {
  .company_message_heading {
    margin: 0 auto 24px;
  }
}
.company_message_heading .section_heading {
  color: #fff;
  font-size: 40px;
}
@media screen and (max-width: 1200px) {
  .company_message_heading .section_heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 800px) {
  .company_message_heading .section_heading {
    font-size: 24px;
  }
}

.company_message_content {
  color: #fff;
}
.company_message_content img {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .company_message_content img {
    margin-bottom: 30px;
  }
}
.company_message_content h4 {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .company_message_content h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .company_message_content h4 {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

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

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

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

.company_access_heading {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}

.company_access_map {
  height: 420px;
  margin-bottom: 32px;
}
@media screen and (max-width: 600px) {
  .company_access_map {
    height: 280px;
  }
}
.company_access_map iframe {
  width: 100%;
  height: 100%;
}

.company_access_btn {
  background-color: #151515;
  display: flex;
  align-items: center;
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 36px 13px 28px;
  border-radius: 100px;
  position: relative;
}
.company_access_btn::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 20px;
  transition: all 0.5s;
}
.company_access_btn img {
  width: 18px;
}
.company_access_btn span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.company_access_btn:hover::after {
  right: 12px;
}

.company_access_txt {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .company_access_txt {
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 600px) {
  .company_access_txt {
    width: 94%;
    margin: 0 auto;
  }
}
.company_access_txt p {
  line-height: 1.9;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .company_access_txt p {
    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;
}
/* --------------------------------------------------------------------- 
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;
}
@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;
  }
}/*# sourceMappingURL=style.css.map */