@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("../css/font/cochin.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "gothic";
  src: url("../css/font/yu-gothic-bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "gothic";
  src: url("../css/font/yu-gothic-medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "gothic";
  src: url("../css/font/yu-gothic-regular.ttf") format("truetype");
  font-weight: 400;
}
/* 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("../css/font/cochin.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "gothic";
  src: url("../css/font/yu-gothic-bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "gothic";
  src: url("../css/font/yu-gothic-medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "gothic";
  src: url("../css/font/yu-gothic-regular.ttf") format("truetype");
  font-weight: 400;
}
/* --------------------------------------------------------------------- 
footer
-----------------------------------------------------------------------*/
.footer {
  background-color: #E2E2E2;
  padding: 54px 0;
}

.footer_top {
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .footer_top {
    display: flex;
    align-items: end;
    gap: 32px;
  }
}

.footer_logo {
  width: 110px;
}

.footer_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .footer_content {
    flex-direction: column;
    gap: 80px;
  }
}

.footer_nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 24px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  max-width: 560px;
  color: #726C67;
}
@media screen and (max-width: 1000px) {
  .footer_nav {
    row-gap: 16px;
  }
}
@media screen and (max-width: 600px) {
  .footer_nav {
    font-size: 14px;
  }
}

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

.footer_sns {
  display: block;
  width: 32px;
  transition: all 0.3s;
}
@media screen and (max-width: 1400px) {
  .footer_sns {
    width: 28px;
  }
}
.footer_sns:hover {
  opacity: 0.6;
}

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

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

.footer_copy {
  color: #726C67;
  font-size: 14px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1400px) {
  .footer_copy {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .footer_copy {
    position: static;
    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("../css/font/cochin.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "gothic";
  src: url("../css/font/yu-gothic-bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "gothic";
  src: url("../css/font/yu-gothic-medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "gothic";
  src: url("../css/font/yu-gothic-regular.ttf") format("truetype");
  font-weight: 400;
}
/* --------------------------------------------------------------------- 
header
-----------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header.scroll {
  background-color: rgba(255, 255, 255, 0.5);
}
.header.scroll .header_nav {
  color: #2B2B2B;
}

.header.black .header_nav {
  color: #2B2B2B;
}
.header.black .header_logo_black {
  display: block;
}
.header.black .header_logo_white {
  display: none;
}

.header_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 108px 0 32px;
}
@media screen and (max-width: 600px) {
  .header_wrap {
    padding: 20px 4%;
  }
}

.header_logo_black {
  display: none;
}

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

.header.top .header_logo_white {
  display: none;
}
@media screen and (max-width: 600px) {
  .header.top .header_logo_white {
    display: block;
  }
}
.header.top .header_logo_black {
  display: block;
}
@media screen and (max-width: 600px) {
  .header.top .header_logo_black {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .header.top.scroll .header_logo_black {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .header.top.scroll .header_logo_white {
    display: none;
  }
}

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

.header_nav {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .header_nav {
    font-size: 12px;
  }
}

.header_nav a {
  transition: all 0.3s;
  padding: 32px 0;
}
.header_nav a:hover {
  opacity: 0.6;
}

.header_hamburger_menu {
  position: fixed;
  right: 32px;
  top: 24px;
  z-index: 200;
}

.mask {
  padding: 160px 80px;
  display: block;
  position: fixed;
  opacity: 0;
  top: 0;
  right: -1000px;
  height: 100vh;
  width: 430px;
  background: #918A84;
  z-index: 105;
  transition: all 0.5s;
}

.mask .header_link {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 100px;
}

.mask .header_link li {
  margin-bottom: 32px;
}
.mask .header_link li:last-child {
  margin-bottom: 0;
}

.mask .header_link a {
  font-size: 15px;
  color: #FFF;
  display: block;
  transition: all 0.3s;
}
@media screen and (max-width: 1400px) {
  .mask .header_link a {
    font-size: 14px;
  }
}
.mask .header_link a:hover {
  opacity: 0.6;
}

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

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

.scroll.toggle_btn span {
  background-color: #2B2B2B;
}

.black.toggle_btn span {
  background-color: #2B2B2B;
}

.toggle_btn {
  width: 42px;
  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: 1px;
  background-color: #FFF;
  transition: all 0.5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
  width: 100%;
}
.toggle_btn span:nth-child(2) {
  bottom: 14px;
  width: 80%;
}

.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) {
  bottom: 16px;
  width: 100%;
  transform: rotate(-45deg);
}

.sns {
  position: fixed;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  width: 32px;
  transition: all 0.4s;
}
@media screen and (max-width: 800px) {
  .sns {
    transform: none;
    top: 20px;
    right: 100px;
  }
}
.sns:hover {
  opacity: 0.7;
}

.header_about {
  position: relative;
  padding: 32px 0;
}

.header_about:hover .header_about_bottom {
  display: block;
  animation: header_about_bottom 0.3s forwards;
}

@keyframes header_about_bottom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header_about_bottom {
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  background-color: #918A84;
  padding: 24px 0;
  display: none;
  opacity: 0;
}

.header_about_bottom a {
  color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
}

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

a.header_contact {
  padding: 24px 24px;
  background-color: #918A84;
  color: #FFF;
}

/* 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("../css/font/cochin.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "gothic";
  src: url("../css/font/yu-gothic-bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "gothic";
  src: url("../css/font/yu-gothic-medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "gothic";
  src: url("../css/font/yu-gothic-regular.ttf") format("truetype");
  font-weight: 400;
}
/* --------------------------------------------------------------------- 
common
-----------------------------------------------------------------------*/
body {
  width: 100%;
  overflow-x: hidden;
  color: #2B2B2B;
  position: relative;
  font-family: "gothic";
  font-style: normal;
  background-color: #F8F7F6;
  font-weight: 500;
}

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

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

a {
  text-decoration: none;
}

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

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

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

@keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}
.fadein.anime {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

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

.wrap {
  width: 78%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .wrap {
    width: 84%;
  }
}
@media screen and (max-width: 800px) {
  .wrap {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .wrap {
    width: 92%;
  }
}

.wrap-sm {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .wrap-sm {
    width: 84%;
  }
}
@media screen and (max-width: 800px) {
  .wrap-sm {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .wrap-sm {
    width: 92%;
  }
}

p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 1400px) {
  p {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  p {
    font-size: 14px;
    line-height: 2;
  }
}

.heading-en {
  display: block;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #726C67;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 1400px) {
  .heading-en {
    font-size: 16px;
  }
}

h2.heading-lg {
  color: #726C67;
  font-size: max(30px, 2.3vw);
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  h2.heading-lg {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  h2.heading-lg {
    font-size: 20px;
  }
}

h3.heading-lg {
  color: #726C67;
  font-size: max(30px, 2.3vw);
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  h3.heading-lg {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  h3.heading-lg {
    font-size: 20px;
  }
}

.heading-sm {
  font-size: max(20px, 1.56vw);
  letter-spacing: 0.1em;
  margin-bottom: 32px;
  color: #726C67;
}
@media screen and (max-width: 600px) {
  .heading-sm {
    font-size: 18px;
  }
}

.more_btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  gap: 16px;
  transition: all 0.4s;
}
.more_btn span {
  color: #726C67;
  font-size: 16px;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 1400px) {
  .more_btn span {
    font-size: 14px;
  }
}
.more_btn img {
  width: 32px;
  transition: all 0.4s;
}

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

/*--------------- cta ---------------*/
.cta {
  padding-bottom: 186px;
}
@media screen and (max-width: 600px) {
  .cta {
    padding-bottom: 0;
  }
}

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

.cta_link {
  position: relative;
  width: 100%;
  display: block;
  transition: all 0.4s;
}

.cta_link:hover {
  opacity: 0.7;
}
.cta_link:hover .cta_arrow {
  position: relative;
  transform: translateX(12px);
}

@media screen and (max-width: 600px) {
  .cta_img {
    height: 58vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.cta h2 {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
}

.cta .heading-en {
  color: #fff;
  margin-bottom: 8px;
}

.cta_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 2vw;
  bottom: 2vw;
}
@media screen and (max-width: 600px) {
  .cta_content {
    left: 4%;
    bottom: 24px;
  }
}

.cta_arrow {
  width: 32px;
  transition: all 0.4s;
}

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

.page-top_en {
  font-family: "Cochin";
  font-size: 16px;
  display: block;
  margin-bottom: 22px;
}
@media screen and (max-width: 1400px) {
  .page-top_en {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .page-top_en {
    font-size: 12px;
  }
}

.page-top_heading {
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 48px;
}
@media screen and (max-width: 1400px) {
  .page-top_heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .page-top_heading {
    font-size: 20px;
  }
}

.breadcrumb_list {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 60px;
  color: #918A84;
}
@media screen and (max-width: 600px) {
  .breadcrumb_list {
    font-size: 10px;
  }
}

.breadcrumb_list li + li::before {
  content: " / ";
  padding: 0 8px;
  color: #918A84;
  /* 必要に応じて色を調整 */
}
@media screen and (max-width: 600px) {
  .breadcrumb_list li + li::before {
    padding: 0 4px;
  }
}

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

/* 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("../css/font/cochin.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "gothic";
  src: url("../css/font/yu-gothic-bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "gothic";
  src: url("../css/font/yu-gothic-medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "gothic";
  src: url("../css/font/yu-gothic-regular.ttf") format("truetype");
  font-weight: 400;
}
/* --------------------------------------------------------------------- 
front
-----------------------------------------------------------------------*/
/*--------------- mv ---------------*/
.mv {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.mv_bg {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.mv_heading.fadein.anime {
  position: absolute;
  font-size: max(20px, 1.56vw);
  color: #fff;
  font-weight: 500;
  transform: translateY(-50%);
  top: 50%;
  right: 22vw;
  letter-spacing: 0.1em;
  z-index: 15;
  transition: all 1s 0.5s;
}
@media screen and (max-width: 600px) {
  .mv_heading.fadein.anime {
    right: 4%;
    font-size: 18px;
  }
}

.mv_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  animation: image-switch-animation 27s infinite;
  animation-fill-mode: both;
  z-index: 1;
}

.mv_bg_img.src1 {
  animation-delay: 0s;
}
.mv_bg_img.src1 .mv_bg_wrap {
  animation-delay: 0s;
}

.mv_bg_img.src2 {
  animation-delay: 9s;
}
.mv_bg_img.src2 .mv_bg_wrap {
  animation-delay: 9s;
}

.mv_bg_img.src3 {
  animation-delay: 18s;
}
.mv_bg_img.src3 .mv_bg_wrap {
  animation-delay: 18s;
}

@keyframes image-switch-animation {
  0% {
    opacity: 0;
    z-index: 1;
  }
  2% {
    opacity: 1;
    z-index: 2;
  }
  34% {
    opacity: 1;
    z-index: 2;
  }
  36% {
    opacity: 0;
    z-index: 2;
  }
  100% {
    opacity: 0;
    z-index: 1;
  }
}
.mv_bg_wrap {
  width: 110%;
  height: 100%;
  animation: slowPan 10s linear forwards;
}

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

@keyframes slowPan {
  0% {
    transform: translateX(0);
  }
  3% {
    transform: translateX(-0.4vw);
  }
  100% {
    transform: translateX(-1.6vw);
  }
}
@media screen and (max-width: 600px) {
  .mv_pc {
    display: none;
  }
}

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

/*--------------- top-concept ---------------*/
.top-concept {
  padding: 136px 0;
}
@media screen and (max-width: 600px) {
  .top-concept {
    padding: 80px 0 130px;
  }
}

.top-concept_wrap {
  display: grid;
  grid-template-columns: 19.5vw 1fr;
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .top-concept_wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.top-concept_heading {
  display: flex;
  align-items: center;
  gap: max(2vw, 20px);
}

.top-concept_heading_line {
  display: block;
  width: max(7.8vw, 78px);
  background-color: #E2E2E2;
  height: 1px;
}

.top-concept_ttl {
  font-size: max(1.8vw, 24px);
  letter-spacing: 0.1em;
  color: #726C67;
  margin-bottom: 55px;
}
@media screen and (max-width: 1000px) {
  .top-concept_ttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .top-concept_ttl {
    font-size: 20px;
  }
}

.top-concept__txt {
  font-size: 16px;
  line-height: 3;
}
@media screen and (max-width: 1400px) {
  .top-concept__txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .top-concept__txt br.sp_LL_hidden {
    display: none;
  }
}

/*--------------- top-work ---------------*/
.top-work {
  padding-bottom: 220px;
}

.top-work_wrap {
  width: 89%;
  margin-left: auto;
  display: grid;
  grid-template-columns: 19.5vw calc(100% - 19.5vw);
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .top-work_wrap {
    width: 100%;
    grid-template-columns: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .top-work_heading {
    width: 84%;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 800px) {
  .top-work_heading {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .top-work_heading {
    width: 92%;
  }
}

.top-work_heading .heading-en {
  margin-bottom: 24px;
}

.top-work_btn {
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .top-work_btn {
    gap: 8px;
  }
}

.top-work_btn:hover {
  opacity: 0.7;
}
.top-work_btn:hover .top-work_arrow {
  transform: translateX(12px);
}

.top-work_arrow {
  width: 32px;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .top-work_arrow {
    width: 24px;
  }
}

.top-work_content {
  position: relative;
}

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

.top-work_swiper .swiper-wrapper {
  display: flex !important;
}

.top-work_swiper .swiper-slide {
  width: 64vw !important;
  flex-shrink: 0 !important;
}
@media screen and (max-width: 1000px) {
  .top-work_swiper .swiper-slide {
    width: 88vw !important;
  }
}

.top-work_ttl_wrap {
  position: absolute;
  left: -18vw;
  width: 16vw;
  text-align: center;
  bottom: 120px;
  line-height: 1.6;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .top-work_ttl_wrap {
    left: 3%;
    bottom: -42px;
    width: 100%;
    max-width: calc(100% - 120px);
    text-align: left;
  }
}

.top-work_ttl {
  display: none;
  opacity: 0;
}

.top-work_img {
  display: block;
  aspect-ratio: 82/54;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .top-work_img {
    aspect-ratio: 1/1;
  }
}

.top-work .swiper-pagination {
  bottom: -32px !important;
}
@media screen and (max-width: 1000px) {
  .top-work .swiper-pagination {
    bottom: -100px !important;
  }
}

.top-work .swiper-pagination-bullet {
  background-color: #E2E2E2 !important;
  opacity: 1 !important;
}

.top-work .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #918A84 !important;
}

.top-work .swiper-button-next,
.top-work .swiper-button-prev {
  color: #726C67 !important;
  top: auto !important;
  bottom: 24px !important;
}
@media screen and (max-width: 1000px) {
  .top-work .swiper-button-next,
  .top-work .swiper-button-prev {
    bottom: -50px !important;
  }
}
.top-work .swiper-button-next::after,
.top-work .swiper-button-prev::after {
  font-size: 24px !important;
}
@media screen and (max-width: 600px) {
  .top-work .swiper-button-next::after,
  .top-work .swiper-button-prev::after {
    font-size: 18px !important;
  }
}

.top-work .swiper-button-prev {
  left: -200px !important;
}
@media screen and (max-width: 1000px) {
  .top-work .swiper-button-prev {
    left: auto !important;
    right: 120px !important;
  }
}
@media screen and (max-width: 600px) {
  .top-work .swiper-button-prev {
    right: 64px !important;
  }
}

.top-work .swiper-button-next {
  left: -120px !important;
}
@media screen and (max-width: 1000px) {
  .top-work .swiper-button-next {
    left: auto !important;
    right: 60px !important;
  }
}
@media screen and (max-width: 600px) {
  .top-work .swiper-button-next {
    right: 24px !important;
  }
}

/*--------------- top-about ---------------*/
.top-about {
  background-color: #fff;
  padding: 100px 0;
}
@media screen and (max-width: 600px) {
  .top-about {
    padding: 64px 0;
  }
}

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

.top-about_heading {
  margin-bottom: 68px;
}
.top-about_heading .heading-en {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
}
.top-about_heading .heading-lg {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.top-about_item {
  display: grid;
  grid-template-columns: 1fr 42vw;
  gap: 7.4vw;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .top-about_item {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.top-about_item:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .top-about_item:not(:last-child) {
    margin-bottom: 64px;
  }
}

.top-about_item:nth-child(2) {
  grid-template-columns: 42vw 1fr;
}
@media screen and (max-width: 1000px) {
  .top-about_item:nth-child(2) {
    grid-template-columns: 1fr;
  }
}
.top-about_item:nth-child(2) .top-about_img {
  order: -2;
}
@media screen and (max-width: 600px) {
  .top-about_item:nth-child(2) .top-about_img {
    width: 100%;
    padding: 42px 4% 42px 0;
  }
}
.top-about_item:nth-child(2) .top-about_img::after {
  left: 0;
  right: auto;
}
.top-about_item:nth-child(2) .top-about_img img {
  margin-left: auto;
}

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

.top-about_ttl span {
  font-size: 18px;
  display: block;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .top-about_ttl span {
    font-size: 16px;
  }
}

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

.top-about_img {
  position: relative;
  padding: max(4.2vw, 42px) 0;
}
@media screen and (max-width: 1000px) {
  .top-about_img {
    order: -2;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 42px 80px;
  }
}
@media screen and (max-width: 600px) {
  .top-about_img {
    width: 100%;
    padding: 42px 0 42px 4%;
  }
}
.top-about_img::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #F8F7F6;
  height: 100%;
  width: max(24vw, 240px);
  top: 0;
  right: 0;
}
@media screen and (max-width: 600px) {
  .top-about_img::after {
    width: 60%;
  }
}

.top-about_img img {
  width: max(32vw, 320px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .top-about_img img {
    width: 73%;
    max-width: 320px;
  }
}

/*--------------- top-staff ---------------*/
.top-staff {
  padding: 160px 0 220px;
}
@media screen and (max-width: 600px) {
  .top-staff {
    padding: 64px 0 80px;
  }
}

.top-staff_wrap {
  display: grid;
  grid-template-columns: 46vw 1fr;
  align-items: center;
  gap: 6.4vw;
}
@media screen and (max-width: 1000px) {
  .top-staff_wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.top-staff_img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .top-staff_content {
    order: -2;
  }
}

.top-staff_heading {
  margin-bottom: 40px;
}

.top-staff_heading .heading-en {
  margin-bottom: 16px;
}

.top-staff_txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .top-staff_txt {
    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("../css/font/cochin.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "gothic";
  src: url("../css/font/yu-gothic-bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "gothic";
  src: url("../css/font/yu-gothic-medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "gothic";
  src: url("../css/font/yu-gothic-regular.ttf") format("truetype");
  font-weight: 400;
}
/* --------------------------------------------------------------------- 
home
-----------------------------------------------------------------------*/
.home_top {
  display: grid;
  grid-template-columns: 19.5vw 1fr;
  padding: 160px 0;
}
@media screen and (max-width: 1200px) {
  .home_top {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .home_top {
    padding: 140px 0 80px;
  }
}

.home_top .page-top {
  padding-top: 0;
}

.home_content {
  padding-top: 120px;
}
@media screen and (max-width: 1200px) {
  .home_content {
    padding-top: 0;
  }
}

.home_content img {
  width: 46vw;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .home_content img {
    width: 80vw;
  }
}
@media screen and (max-width: 600px) {
  .home_content img {
    width: 100%;
    margin-bottom: 32px;
  }
}

.home_content p {
  line-height: 3;
}
@media screen and (max-width: 600px) {
  .home_content p {
    line-height: 2.8;
  }
}
@media screen and (max-width: 600px) {
  .home_content p br.sp_LL_hidden {
    display: none;
  }
}

/*--------------- strength ---------------*/
.strength {
  background-color: #fff;
  padding: 100px 0 180px;
}
@media screen and (max-width: 600px) {
  .strength {
    width: 100%;
    overflow: hidden;
    padding: 48px 0 75px;
  }
}

.strength_heading {
  margin-bottom: 58px;
}
@media screen and (max-width: 600px) {
  .strength_heading {
    margin-bottom: 32px;
  }
}
.strength_heading .heading-en {
  margin-bottom: 32px;
}

.strength_content {
  position: relative;
  margin-bottom: 110px;
}
@media screen and (max-width: 600px) {
  .strength_content {
    height: 132.0634920635vw;
    width: 100%;
    margin-bottom: 64px;
  }
}

.strength_txt {
  line-height: 2.6;
  width: 100%;
  margin: 40px 0 40px;
}

/*--- circle ---*/
.strength .circle-main {
  width: 50%;
  height: 50%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  stroke: #121212;
  opacity: 0.7;
}
.strength .circle-main .circle {
  fill: #121212;
  fill-opacity: 0;
}
.strength .circle-sub {
  width: 64%;
  height: 64%;
  display: block;
  position: absolute;
}
.strength .circle-sub.circle-top {
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  stroke: #fff;
  opacity: 0;
}
.strength .circle-sub.circle-left {
  left: 0;
  bottom: 0;
  stroke: #fff;
  opacity: 0;
}
.strength .circle-sub.circle-right {
  right: 0;
  bottom: 0;
  stroke: #fff;
  opacity: 0;
}

.strength .move .circle-main .circle {
  animation: circle-main-bg 1.2s 2.8s linear forwards;
}

@keyframes circle-main-bg {
  0% {
    fill-opacity: 0;
  }
  5% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
.strength .move .circle-sub.circle-top {
  animation: circle-top 2.6s linear forwards;
}

.strength .move .circle-sub.circle-top .circle {
  animation: circle-top-bg 2.6s linear forwards;
}

@keyframes circle-top {
  0% {
    opacity: 0;
    stroke: #fff;
  }
  45% {
    opacity: 1;
    stroke: #00a782;
  }
  62% {
    stroke: #00a782;
  }
  100% {
    stroke: #918A84;
    opacity: 1;
  }
}
@keyframes circle-top-bg {
  0% {
    fill-opacity: 0;
  }
  72% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
.strength .move .circle-sub.circle-left {
  animation: circle-left 2s 0.6s linear forwards;
}

.strength .move .circle-sub.circle-left .circle {
  animation: circle-left-bg 2s 0.6s linear forwards;
}

@keyframes circle-left {
  0% {
    opacity: 0;
    stroke: #fff;
  }
  45% {
    opacity: 1;
    stroke: #0f8ec2;
  }
  50% {
    stroke: #0f8ec2;
  }
  100% {
    stroke: #918A84;
    opacity: 1;
  }
}
@keyframes circle-left-bg {
  0% {
    fill-opacity: 0;
  }
  62% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
.strength .move .circle-sub.circle-right {
  animation: circle-right 1.4s 1.2s linear forwards;
}

.strength .move .circle-sub.circle-right .circle {
  animation: circle-right-bg 1.4s 1.2s linear forwards;
}

@keyframes circle-right {
  0% {
    opacity: 0;
    stroke: #fff;
  }
  38% {
    opacity: 1;
    stroke: #e05952;
  }
  39% {
    stroke: #e05952;
  }
  100% {
    stroke: #918A84;
    opacity: 1;
  }
}
@keyframes circle-right-bg {
  0% {
    fill-opacity: 0;
  }
  40% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
.strength_figure {
  width: 66vw;
  aspect-ratio: 63/65;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .strength_figure {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .strength_figure {
    width: 128vw;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
}

.circle-main .circle {
  stroke-width: 0.3px !important;
}

.circle-sub .circle {
  stroke-width: 0.3px !important;
}

/*--- txt ---*/
.strength_figure_txt {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 20;
}

.strength_figure .strength_figure_txt .txt_weakness p {
  font-size: 1vw;
}
@media screen and (max-width: 1000px) {
  .strength_figure .strength_figure_txt .txt_weakness p {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 600px) {
  .strength_figure .strength_figure_txt .txt_weakness p {
    font-size: 3vw;
    line-height: 1.4;
  }
}

.strength_figure .strength_figure_txt .txt_strength p {
  font-size: 1.1vw;
}
@media screen and (max-width: 1000px) {
  .strength_figure .strength_figure_txt .txt_strength p {
    font-size: 1.45vw;
  }
}
@media screen and (max-width: 600px) {
  .strength_figure .strength_figure_txt .txt_strength p {
    font-size: 3vw;
    line-height: 1.4;
  }
}

.strength_figure_txt .strength_figure_ttl {
  font-size: 1.4vw;
  display: block;
  padding-bottom: 0.4vw;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1000px) {
  .strength_figure_txt .strength_figure_ttl {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 600px) {
  .strength_figure_txt .strength_figure_ttl {
    font-size: 3vw;
    line-height: 1.4;
  }
}
.strength_figure_txt .strength_figure_ttl::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  display: block;
  background-color: #000;
  bottom: 0;
  left: 0;
}

.strength_figure_txt.txt-top {
  position: absolute;
  top: 4.6vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  opacity: 0;
  color: #00a782;
}
@media screen and (max-width: 600px) {
  .strength_figure_txt.txt-top {
    top: 7vw;
  }
}
.strength_figure_txt.txt-top .strength_figure_ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1vw;
}
.strength_figure_txt.txt-top .txt_strength {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.move .strength_figure_txt.txt-top {
  animation: txt-top 2.6s linear forwards;
}

.move .strength_figure_txt.txt-top .txt_strength {
  animation: txt-strength 0.6s 2.4s linear forwards;
}

.move .strength_figure_txt.txt-top .strength_figure_ttl::after {
  animation: txt-top-after 2.6s linear forwards;
}

@keyframes txt-top {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 1;
    color: #00a782;
  }
  62% {
    color: #00a782;
  }
  100% {
    color: #666;
    opacity: 1;
  }
}
@keyframes txt-top-after {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 1;
    background-color: #00a782;
  }
  62% {
    background-color: #00a782;
  }
  100% {
    background-color: #918A84;
    opacity: 1;
  }
}
.strength_figure_txt.txt-left {
  opacity: 0;
  color: #0f8ec2;
  position: absolute;
  bottom: 12vw;
  left: 10%;
}
@media screen and (max-width: 600px) {
  .strength_figure_txt.txt-left {
    left: 17%;
    bottom: 14vw;
  }
}

.move .strength_figure_txt.txt-left {
  animation: txt-left 2s 0.6s linear forwards;
}

.move .strength_figure_txt.txt-left .txt_strength {
  animation: txt-strength 0.6s 2.4s linear forwards;
}

.move .strength_figure_txt.txt-left .strength_figure_ttl::after {
  animation: txt-left-after 2s 0.6s linear forwards;
}

@keyframes txt-left {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 1;
    color: #0f8ec2;
  }
  50% {
    color: #0f8ec2;
  }
  100% {
    color: #666;
    opacity: 1;
  }
}
@keyframes txt-left-after {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 1;
    background-color: #0f8ec2;
  }
  50% {
    background-color: #0f8ec2;
  }
  100% {
    background-color: #918A84;
    opacity: 1;
  }
}
.strength_figure_txt.txt-right {
  position: absolute;
  bottom: 10vw;
  right: 14%;
  opacity: 0;
  color: #e05952;
}
@media screen and (max-width: 600px) {
  .strength_figure_txt.txt-right {
    bottom: 12vw;
    right: 18%;
  }
}

.move .strength_figure_txt.txt-right {
  animation: txt-right 1.4s 1.2s linear forwards;
}

.move .strength_figure_txt.txt-right .txt_strength {
  animation: txt-strength 0.6s 2.4s linear forwards;
}

.move .strength_figure_txt.txt-right .strength_figure_ttl::after {
  animation: txt-right-after 1.4s 1.2s linear forwards;
}

@keyframes txt-right {
  0% {
    opacity: 0;
  }
  38% {
    opacity: 1;
    color: #e05952;
  }
  39% {
    color: #e05952;
  }
  100% {
    color: #666;
    opacity: 1;
  }
}
@keyframes txt-strength {
  0% {
    color: #918A84;
  }
  100% {
    color: #666;
  }
}
@keyframes txt-right-after {
  0% {
    opacity: 0;
  }
  38% {
    opacity: 1;
    background-color: #e05952;
  }
  39% {
    background-color: #e05952;
  }
  100% {
    background-color: #918A84;
    opacity: 1;
  }
}
.strength_figure_txt.txt-left .strength_figure_ttl,
.strength_figure_txt.txt-right .strength_figure_ttl {
  margin: 0 auto 1vw;
}

.strength_figure_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 12;
}

.strength_figure_logo {
  width: 18%;
  margin: 0 auto 5vw;
  display: block;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .strength_figure_logo {
    margin: 0 auto 8vw;
  }
}

.strength_figure_inner li {
  font-size: max(1.8vw, 18px);
  color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3vw;
  border-bottom: 2px solid #fff;
  padding-bottom: 0.1vw;
}
@media screen and (max-width: 600px) {
  .strength_figure_inner li {
    margin: 0 auto 6vw;
    font-size: 16px;
  }
}

.move .strength_figure_inner {
  animation: strength_figure_inner 0.4s 2.8s linear forwards;
}

@keyframes strength_figure_inner {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.strength_list {
  width: 64.6vw;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .strength_list {
    width: 100%;
  }
}

.strength_item {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .strength_item {
    grid-template-columns: 100%;
    gap: 24px;
  }
}

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

.strength_item_txt {
  padding-right: 58px;
}
@media screen and (max-width: 1400px) {
  .strength_item_txt {
    padding-right: 40px;
  }
}

.strength_item_txt p {
  line-height: 2.8;
  margin-bottom: 32px;
}
@media screen and (max-width: 600px) {
  .strength_item_txt p {
    margin-bottom: 24px;
    line-height: 2;
  }
}

@media screen and (max-width: 1000px) {
  .strength_item_img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    order: -2;
  }
}

/*--------------- home-flow ---------------*/
.home-flow {
  padding: 130px 0 180px;
}
@media screen and (max-width: 600px) {
  .home-flow {
    padding: 48px 0 80px;
  }
}
.home-flow .more_btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.home-flow_wrap {
  width: 62.5vw;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .home-flow_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .home-flow_wrap {
    width: 92%;
  }
}

.home-flow_heading {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 54px;
}
@media screen and (max-width: 600px) {
  .home-flow_heading {
    margin: 0 auto 32px;
  }
}
.home-flow_heading .heading-en {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
}

.home-flow_img {
  margin-bottom: 34px;
}
@media screen and (max-width: 600px) {
  .home-flow_img {
    margin-bottom: 24px;
  }
}

.home-flow_txt {
  line-height: 2.6;
  margin-bottom: 48px;
}
@media screen and (max-width: 600px) {
  .home-flow_txt {
    margin-bottom: 32px;
    line-height: 2;
  }
}

/*--------------- home-menu ---------------*/
.home-menu {
  padding: 110px 0;
}
@media screen and (max-width: 600px) {
  .home-menu {
    padding: 48px 0 60px;
  }
}

.home-menu_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
@media screen and (max-width: 800px) {
  .home-menu_list {
    grid-template-columns: 100%;
  }
}

.home-menu_item:nth-child(1) .home-menu_link {
  background-image: url(../images/about/home-menu1.webp);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 800px) {
  .home-menu_item:nth-child(1) .home-menu_link {
    background-image: url(../images/about/home-menu1_sp.webp);
  }
}

.home-menu_item:nth-child(2) .home-menu_link {
  background-image: url(../images/about/home-menu2.webp);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 800px) {
  .home-menu_item:nth-child(2) .home-menu_link {
    background-image: url(../images/about/home-menu2_sp.webp);
  }
}

.home-menu_item:nth-child(3) .home-menu_link {
  background-image: url(../images/about/home-menu4.webp);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 800px) {
  .home-menu_item:nth-child(3) .home-menu_link {
    background-image: url(../images/about/home-menu4_sp.webp);
  }
}

.home-menu_link {
  transition: all 0.3s;
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 333/400;
}
@media screen and (max-width: 800px) {
  .home-menu_link {
    aspect-ratio: 40/18;
  }
}
@media screen and (max-width: 600px) {
  .home-menu_link {
    aspect-ratio: 40/22;
  }
}
.home-menu_link:hover {
  opacity: 0.7;
}

.home-menu_arrow {
  position: absolute;
  width: 44px;
  right: 16px;
  top: max(2vw, 16px);
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .home-menu_arrow {
    width: 32px;
  }
}

.home-menu_txt {
  color: #fff;
  position: absolute;
  left: max(2vw, 16px);
  bottom: max(2vw, 16px);
  z-index: 2;
  max-width: calc(100% - 4vw);
}
@media screen and (max-width: 800px) {
  .home-menu_txt {
    max-width: calc(100% - 32px);
  }
}
.home-menu_txt h3 {
  font-size: max(20px, 1.56vw);
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .home-menu_txt h3 {
    font-size: 18px;
  }
}
.home-menu_txt p {
  font-size: max(12px, 0.9vw);
  letter-spacing: 0.1em;
}

/* --------------------------------------------------------------------- 
design
-----------------------------------------------------------------------*/
.design_top {
  display: grid;
  grid-template-columns: 19.5vw 1fr;
  padding: 160px 0;
}
@media screen and (max-width: 1200px) {
  .design_top {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .design_top {
    padding: 140px 0 80px;
  }
}

.design_top .page-top {
  padding-top: 0;
}

.design_top_content {
  padding-top: 120px;
}
@media screen and (max-width: 1200px) {
  .design_top_content {
    padding-top: 0;
  }
}

.design_top_content p {
  line-height: 3;
  width: 36.7vw;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .design_top_content p {
    width: 100%;
  }
}

.design_content {
  padding: 130px 0;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .design_content {
    padding: 48px 0 80px;
  }
}

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

.design_item {
  display: grid;
  grid-template-columns: 30vw 1fr;
  gap: 90px;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .design_item {
    gap: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .design_item {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.design_item:nth-child(1) {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .design_item:nth-child(1) .design_item_txt {
    margin-right: 4%;
    margin-left: auto;
  }
}

.design_item:nth-child(2) {
  grid-template-columns: 1fr 30vw;
}
@media screen and (max-width: 1000px) {
  .design_item:nth-child(2) {
    grid-template-columns: 1fr;
  }
}
.design_item:nth-child(2) .design_item_img {
  order: 2;
}
@media screen and (max-width: 1000px) {
  .design_item:nth-child(2) .design_item_img {
    order: -2;
  }
}
@media screen and (max-width: 600px) {
  .design_item:nth-child(2) .design_item_img {
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .design_item:nth-child(2) .design_item_txt {
    margin-left: 4%;
  }
}

.design_item_ttl {
  font-size: max(20px, 1.56vw);
  letter-spacing: 0.1em;
  margin-bottom: 32px;
  color: #726C67;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .design_item_ttl {
    font-size: 18px;
  }
}

.design_item_top {
  display: block;
  font-size: max(20px, 1.56vw);
  color: #726C67;
  margin-bottom: 10px;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
}

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

.design_item_txt p {
  line-height: 2.8;
}
@media screen and (max-width: 600px) {
  .design_item_txt p {
    line-height: 2;
  }
}

@media screen and (max-width: 1000px) {
  .design_item_img {
    max-width: 540px;
  }
}
@media screen and (max-width: 600px) {
  .design_item_img {
    width: 64%;
  }
}

.design_swiper {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .design_swiper {
    padding-bottom: 40px;
    margin-bottom: 80px;
  }
}

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

.design_slider:hover {
  cursor: url("../images/front/arrow.webp") 8 8, pointer;
}

.design_slider img {
  aspect-ratio: 340/420;
  -o-object-fit: cover;
     object-fit: cover;
}

.design_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #918A84 !important;
  background: #918A84 !important;
}

/* --------------------------------------------------------------------- 
quality
-----------------------------------------------------------------------*/
.pentagon .pentagon-path {
  stroke-width: 0.3px !important;
}

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

.quality_txt {
  position: absolute;
  line-height: 2.6;
  width: 30vw;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1400px) {
  .quality_txt {
    position: static;
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .quality_txt {
    margin-bottom: 24px;
  }
}

.quality_figure {
  padding: 7vw;
  position: relative;
  width: 53.4vw;
  height: 52.5vw;
  margin-left: auto;
}
@media screen and (max-width: 1400px) {
  .quality_figure {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1000px) {
  .quality_figure {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}

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

.move .quality_figure_main {
  animation: quality_circle 1.8s 1s ease forwards;
}

.quality_figure_main span {
  letter-spacing: 0.1em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.6vw;
}
@media screen and (max-width: 1000px) {
  .quality_figure_main span {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 600px) {
  .quality_figure_main span {
    font-size: 3.2vw;
  }
}

.quality_figure_top {
  display: flex;
  align-items: end;
  gap: 0.8vw;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.6vw;
}
@media screen and (max-width: 1000px) {
  .quality_figure_top {
    margin: 0 auto 2.4vw;
    gap: 1.6vw;
  }
}
.quality_figure_top img {
  width: 11vw;
}
@media screen and (max-width: 1000px) {
  .quality_figure_top img {
    width: 18vw;
  }
}
@media screen and (max-width: 600px) {
  .quality_figure_top img {
    width: 22vw;
  }
}

.quality_circle {
  width: 17.2vw;
  height: auto;
  aspect-ratio: 17.2/16;
  background-image: url(../images/quality/quality_item_bg.webp);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  padding-top: 3.6vw;
  opacity: 0;
}
@media screen and (max-width: 1000px) {
  .quality_circle {
    width: 26vw;
    padding-top: 5vw;
  }
}
@media screen and (max-width: 600px) {
  .quality_circle {
    width: 28vw;
    padding-top: 7vw;
  }
}

@keyframes quality_circle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.quality_circle.quality_circle_1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.move .quality_circle.quality_circle_1 {
  animation: quality_circle 1s 0.4s ease forwards;
}

.quality_circle.quality_circle_2 {
  right: 0;
  top: 26%;
}

.move .quality_circle.quality_circle_2 {
  animation: quality_circle 1s 0.8s ease forwards;
}

.quality_circle.quality_circle_3 {
  bottom: 0;
  right: 10%;
}

.move .quality_circle.quality_circle_3 {
  animation: quality_circle 1s 1.2s ease forwards;
}

.quality_circle.quality_circle_4 {
  bottom: 0;
  left: 10%;
}

.move .quality_circle.quality_circle_4 {
  animation: quality_circle 1s 1.6s ease forwards;
}

.quality_circle.quality_circle_5 {
  left: 0;
  top: 26%;
}

.move .quality_circle.quality_circle_5 {
  animation: quality_circle 1s 2s ease forwards;
}

.quality_circle_top {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.6vw;
  font-size: 1.6vw;
}
@media screen and (max-width: 1000px) {
  .quality_circle_top {
    font-size: 2.2vw;
    margin: 0 auto 2.8vw;
  }
}
@media screen and (max-width: 600px) {
  .quality_circle_top {
    font-size: 3.2vw;
  }
}

.quality_circle_ttl {
  display: block;
  font-weight: 700;
  font-size: 1.4vw;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.6vw;
}
@media screen and (max-width: 1000px) {
  .quality_circle_ttl {
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .quality_circle_ttl {
    font-size: 2.8vw;
  }
}

.quality_circle_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  gap: 0.6vw;
}
@media screen and (max-width: 1000px) {
  .quality_circle_bottom {
    gap: 1.2vw;
  }
}

.quality_circle_bottom span:nth-child(1) {
  font-size: 1.1vw;
}
@media screen and (max-width: 1000px) {
  .quality_circle_bottom span:nth-child(1) {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 600px) {
  .quality_circle_bottom span:nth-child(1) {
    font-size: 2.8vw;
  }
}
.quality_circle_bottom span:nth-child(2) {
  font-family: "din-2014", sans-serif;
  font-size: 5.4vw;
}
@media screen and (max-width: 1000px) {
  .quality_circle_bottom span:nth-child(2) {
    font-size: 7vw;
  }
}
@media screen and (max-width: 600px) {
  .quality_circle_bottom span:nth-child(2) {
    font-size: 10vw;
  }
}

/*--------------- seismic ---------------*/
.seismic {
  padding: 130px 0;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .seismic {
    padding: 54px 0;
    width: 100%;
    overflow: hidden;
  }
}
.seismic p {
  line-height: 2.6;
}

.seismic_top .heading-lg {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 54px;
}
@media screen and (max-width: 600px) {
  .seismic_top .heading-lg {
    margin: 0 auto 32px;
  }
}

.seismic_top_txt {
  margin-bottom: 24px;
}

.seismic_top_img {
  margin-bottom: 40px;
}

.seismic_list {
  width: 100%;
  margin: 48px 0 56px;
}
@media screen and (max-width: 600px) {
  .seismic_list {
    margin: 32px 0 48px;
  }
}

.seismic_item {
  width: 100%;
  padding: 32px 0 32px 80px;
  border-top: 1px solid #E2E2E2;
  position: relative;
}
@media screen and (max-width: 600px) {
  .seismic_item {
    padding: 24px 0;
  }
}
.seismic_item:last-child {
  border-bottom: 1px solid #E2E2E2;
}

@media screen and (max-width: 600px) {
  .seismic_item_top {
    display: grid;
    grid-template-columns: 28px 1fr;
    align-items: center;
    margin-bottom: 16px;
  }
}

.seismic_item .heading-sm {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .seismic_item .heading-sm {
    margin-bottom: 0;
    letter-spacing: 0em;
    line-height: 1.3;
  }
}

.seismic_item_num {
  display: block;
  font-size: 50px;
  color: #918A84;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  position: absolute;
  top: 24px;
  left: 0;
}
@media screen and (max-width: 600px) {
  .seismic_item_num {
    font-size: 26px;
    position: static;
  }
}

.seismic_item_point li {
  position: relative;
  padding: 4px 0 4px 35px;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .seismic_item_point li {
    padding: 2px 0 2px 22px;
    font-size: 15px;
  }
}
@media screen and (max-width: 400px) {
  .seismic_item_point li {
    font-size: 14px;
  }
}
.seismic_item_point li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  left: 0;
  background-image: url(../images/quality/check_icon.webp);
  background-size: 100% 100%;
  background-position: center;
}
@media screen and (max-width: 600px) {
  .seismic_item_point li::after {
    width: 16px;
    height: 16px;
    transform: none;
    top: 7px;
  }
}
.seismic_item_point li:nth-child(1) {
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .seismic_item_point li:nth-child(1) {
    margin-bottom: 8px;
  }
}

.seismic_bottom {
  width: 100%;
}

.seismic_bottom_img {
  width: 80%;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .seismic_bottom_img {
    width: 104%;
  }
}

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

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

/*--------------- thermal ---------------*/
.thermal {
  padding: 130px 0;
}
@media screen and (max-width: 600px) {
  .thermal {
    padding: 54px 0;
  }
}

.thermal_top .heading-lg {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 54px;
}
@media screen and (max-width: 600px) {
  .thermal_top .heading-lg {
    margin: 0 auto 32px;
  }
}

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

.thermal_top_img {
  margin-bottom: 40px;
}

.thermal_content p {
  line-height: 2.6;
  margin-bottom: 48px;
}
@media screen and (max-width: 600px) {
  .thermal_content p {
    margin-bottom: 40px;
  }
}

.thermal_figure {
  margin-bottom: 40px;
}

.thermal_figure_ttl {
  display: none;
}
@media screen and (max-width: 800px) {
  .thermal_figure_ttl {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 16px;
  }
}

.thermal_figure {
  width: 100%;
  background-color: #fff;
  padding: 32px 0;
}
@media screen and (max-width: 800px) {
  .thermal_figure {
    padding: 24px 0 32px;
  }
}

.thermal_figure_img {
  width: 78%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .thermal_figure_img {
    width: 92%;
  }
}

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

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

.thermal_table {
  padding: 40px 0;
  background-color: #fff;
}

.thermal_table_ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
}

.thermal_table_wrap {
  width: 91%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .thermal_table_wrap {
    width: 100%;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 800px) {
  .thermal_table_wrap img {
    padding: 0 4%;
    width: 800px;
  }
}
@media screen and (max-width: 600px) {
  .thermal_table_wrap img {
    width: 740px;
  }
}

/*---------------　durability ---------------*/
.durability {
  background-color: #fff;
  padding: 80px 0;
}

.durability_wrap {
  display: grid;
  grid-template-columns: 1fr 64%;
}
@media screen and (max-width: 1200px) {
  .durability_wrap {
    grid-template-columns: 1fr;
    gap: 56px;
  }
}

.durability_txt .heading-lg {
  margin-bottom: 32px;
}
@media screen and (max-width: 1200px) {
  .durability_txt .heading-lg {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 32px;
  }
}

.durability_txt p {
  line-height: 2.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  .durability_txt p br {
    display: none;
  }
}

.durability_content .heading-sm {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
}

@media screen and (max-width: 1200px) {
  .durability_img {
    max-width: 640px;
    margin: 0 auto;
  }
}

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

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

/*---------------　eco ---------------*/
.eco {
  padding: 130px 0;
}
@media screen and (max-width: 600px) {
  .eco {
    padding: 54px 0;
  }
}

.eco_top {
  margin-bottom: 60px;
}

.eco_top .heading-lg {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
}

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

.eco_content {
  display: grid;
  grid-template-columns: 1fr 64%;
  gap: 60px;
}
@media screen and (max-width: 1200px) {
  .eco_content {
    grid-template-columns: 1fr;
    gap: 56px;
  }
}
@media screen and (max-width: 600px) {
  .eco_content {
    gap: 40px;
  }
}

.eco_content p {
  line-height: 2.2;
}

.eco_figure {
  background-color: #fff;
  padding: 32px 0;
}

.eco_figure .heading-sm {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
}

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

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

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

/*---------------　upkeep ---------------*/
.upkeep {
  padding: 130px 0;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .upkeep {
    padding: 54px 0;
    width: 100%;
    overflow: hidden;
  }
}
.upkeep p {
  line-height: 2.6;
}

.upkeep_top .heading-lg {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 54px;
}
@media screen and (max-width: 600px) {
  .upkeep_top .heading-lg {
    margin: 0 auto 32px;
  }
}

.upkeep_top_txt {
  margin-bottom: 24px;
}

.upkeep_top_img {
  margin-bottom: 40px;
}

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

.upkeep_item {
  width: 100%;
  padding: 32px 0 32px 80px;
  border-top: 1px solid #E2E2E2;
  position: relative;
}
@media screen and (max-width: 600px) {
  .upkeep_item {
    padding: 24px 0;
  }
}
.upkeep_item:last-child {
  border-bottom: 1px solid #E2E2E2;
}

@media screen and (max-width: 600px) {
  .upkeep_item_top {
    display: grid;
    grid-template-columns: 28px 1fr;
    align-items: center;
    margin-bottom: 16px;
  }
}

.upkeep_item .heading-sm {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .upkeep_item .heading-sm {
    margin-bottom: 0;
    letter-spacing: 0em;
    line-height: 1.3;
  }
}

.upkeep_item_num {
  display: block;
  font-size: 50px;
  color: #918A84;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  position: absolute;
  top: 24px;
  left: 0;
}
@media screen and (max-width: 600px) {
  .upkeep_item_num {
    font-size: 26px;
    position: static;
  }
}

.upkeep_item_point li {
  position: relative;
  padding: 4px 0 4px 35px;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .upkeep_item_point li {
    padding: 2px 0 2px 22px;
    font-size: 15px;
  }
}
@media screen and (max-width: 400px) {
  .upkeep_item_point li {
    font-size: 14px;
  }
}
.upkeep_item_point li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  left: 0;
  background-image: url(../images/quality/check_icon.webp);
  background-size: 100% 100%;
  background-position: center;
}
@media screen and (max-width: 600px) {
  .upkeep_item_point li::after {
    width: 16px;
    height: 16px;
    transform: none;
    top: 7px;
  }
}
.upkeep_item_point li:nth-child(1) {
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .upkeep_item_point li:nth-child(1) {
    margin-bottom: 8px;
  }
}

.upkeep_item_point li span {
  font-weight: 700;
}

/* --------------------------------------------------------------------- 
maintenance
-----------------------------------------------------------------------*/
.maintenance_content {
  padding-bottom: 160px;
}
@media screen and (max-width: 600px) {
  .maintenance_content {
    padding-bottom: 54px;
  }
}

.maintenance_bg {
  position: relative;
}

.maintenance_left {
  width: 50.5vw;
  left: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 800px) {
  .maintenance_left {
    display: none;
  }
}

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

.maintenance_top {
  display: grid;
  grid-template-columns: 19.5vw 1fr;
  padding: 160px 0 0;
}
@media screen and (max-width: 1200px) {
  .maintenance_top {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .maintenance_top {
    padding: 140px 0 80px;
  }
}

.maintenance_top .page-top {
  padding-top: 0;
}
@media screen and (max-width: 600px) {
  .maintenance_top .page-top {
    width: 92%;
    margin: 0 auto;
  }
}

.maintenance_top_content {
  padding-top: 120px;
  width: 36.7vw;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .maintenance_top_content {
    padding-top: 0;
    width: 100%;
  }
}

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

.maintenance_top_content p {
  line-height: 3;
  margin-bottom: 36px;
}

.maintenance_top_content .more_btn {
  margin-bottom: 94px;
}
@media screen and (max-width: 1200px) {
  .maintenance_top_content .more_btn {
    margin-bottom: 19vw;
  }
}
@media screen and (max-width: 800px) {
  .maintenance_top_content .more_btn {
    margin-bottom: 32px;
  }
}

.maintenance_top_img {
  width: 29.2vw;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .maintenance_top_img {
    margin: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 1000px) {
  .maintenance_top_img {
    width: 34vw;
  }
}
@media screen and (max-width: 800px) {
  .maintenance_top_img {
    width: 50vw;
  }
}
@media screen and (max-width: 600px) {
  .maintenance_top_img {
    width: 58%;
  }
}

.maintenance_top_left {
  display: none;
}
@media screen and (max-width: 800px) {
  .maintenance_top_left {
    display: block;
    max-width: 500px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 600px) {
  .maintenance_top_left {
    width: 96%;
  }
}

.inspect {
  background-color: #fff;
  padding: 130px 0;
}
@media screen and (max-width: 600px) {
  .inspect {
    padding: 54px 0;
  }
}

.inspect_heading {
  text-align: center;
  line-height: 2;
  margin: 0 auto 80px;
  width: -moz-fit-content;
  width: fit-content;
}

.inspect_item {
  display: grid;
  grid-template-columns: 32.8vw 1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .inspect_item {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.inspect_item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .inspect_item_img {
    max-width: 500px;
    margin: 0 auto;
  }
}

.inspect_item_txt {
  padding-left: 54px;
  position: relative;
  padding-top: 8px;
}
@media screen and (max-width: 600px) {
  .inspect_item_txt {
    padding: 0;
  }
}

@media screen and (max-width: 600px) {
  .inspect_item_top {
    display: grid;
    grid-template-columns: 36px 1fr;
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .inspect_item_top .heading-sm {
    margin-bottom: 0;
  }
}

.inspect_item_txt p {
  line-height: 2.8;
}

.inspect_item_num {
  display: block;
  font-size: 50px;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  position: absolute;
  top: -8px;
  left: 0;
  color: #918A84;
}
@media screen and (max-width: 600px) {
  .inspect_item_num {
    position: static;
    font-size: 32px;
  }
}

/* --------------------------------------------------------------------- 
flow
-----------------------------------------------------------------------*/
.flow {
  padding-bottom: 130px;
}
@media screen and (max-width: 600px) {
  .flow {
    padding-bottom: 80px;
  }
}

.flow .breadcrumb_list {
  margin-bottom: 100px;
}
@media screen and (max-width: 800px) {
  .flow .breadcrumb_list {
    margin-bottom: 54px;
  }
}

.flow_content {
  width: 60vw;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .flow_content {
    width: 100%;
  }
}

.flow_item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 54px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .flow_item {
    grid-template-columns: 40px 1fr;
    gap: 12px;
  }
}

.flow_item:not(:last-child) {
  margin-bottom: 54px;
}
@media screen and (max-width: 800px) {
  .flow_item:not(:last-child) {
    margin-bottom: 36px;
  }
}
.flow_item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #918A84;
  top: 76px;
  left: 40px;
}
@media screen and (max-width: 800px) {
  .flow_item:not(:last-child)::after {
    left: 20px;
    top: 38px;
  }
}

.flow_item_num {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #918A84;
  font-size: 29px;
  font-family: "din-2014", sans-serif;
  color: #918A84;
  background-color: #F8F7F6;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .flow_item_num {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.flow_item .more_btn {
  margin-top: 20px;
}

.flow_item_ttl {
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .flow_item_ttl {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 800px) {
  .flow_item_txt {
    padding-top: 8px;
  }
}

.flow_item_txt p {
  line-height: 2.8;
}
@media screen and (max-width: 800px) {
  .flow_item_txt p {
    line-height: 2;
  }
}

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

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

.pc_M_display {
  display: none;
}
@media screen and (max-width: 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("../css/font/cochin.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "gothic";
  src: url("../css/font/yu-gothic-bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "gothic";
  src: url("../css/font/yu-gothic-medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "gothic";
  src: url("../css/font/yu-gothic-regular.ttf") format("truetype");
  font-weight: 400;
}
/* --------------------------------------------------------------------- 
works
-----------------------------------------------------------------------*/
.works_search {
  background-color: #fff;
  padding: 30px 26px;
  display: grid;
  grid-template-columns: 220px 1fr;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .works_search {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media screen and (max-width: 600px) {
  .works_search {
    gap: 16px;
    padding: 24px 16px;
  }
}

.works_search_ttl {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

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

.works_search_tag a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
  color: #726C67;
  background-color: #E2E2E2;
  padding: 2px 8px;
  cursor: pointer;
  transition: all 0.3s;
}
.works_search_tag a:hover {
  background-color: #726C67;
  color: #fff;
}

.works_search_tag .search_tag_btn.active {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
  background-color: #726C67;
  color: #fff;
  padding: 2px 8px;
  transition: all 0.3s;
}

.works_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  row-gap: 60px;
  margin-bottom: 110px;
}
@media screen and (max-width: 800px) {
  .works_list {
    gap: 16px;
  }
}
@media screen and (max-width: 600px) {
  .works_list {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}

.works_item_a {
  display: block;
  transition: all 0.3s;
  cursor: pointer;
}
.works_item_a:hover {
  opacity: 0.7;
}

.works_item_img {
  margin-bottom: 16px;
  aspect-ratio: 10/6;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .works_item_img {
    aspect-ratio: 1/1;
  }
}

.works_item .works_post_tag span {
  font-size: 14px;
}

.works_item h3 {
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .works_item h3 {
    font-size: 15px;
  }
}

/*---- works_post ----*/
.works_post {
  padding-bottom: 130px;
}
@media screen and (max-width: 600px) {
  .works_post {
    padding-bottom: 80px;
  }
}

.works_post .works_top {
  height: 100vh;
  width: 100%;
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .works_post .works_top {
    height: auto;
    aspect-ratio: 0.8/1;
  }
}
@media screen and (max-width: 375px) {
  .works_post .works_top {
    aspect-ratio: 0.7/1;
  }
}
.works_post .works_top::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
  bottom: 0;
  left: 0;
}

.works_post .page-top_en {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.works_post .page-top_heading {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.works_post .works_top_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.works_post .works_top .page-top {
  color: #fff;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.works_post .page-top_content {
  flex: 1;
}

.works_post_tag {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-self: flex-start;
  gap: 6px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .works_post_tag {
    font-size: 14px;
    gap: 4px;
  }
}
.works_post_tag span {
  color: #726C67;
  background-color: #E2E2E2;
  display: block;
  padding: 2px 6px;
  font-weight: 500;
}

.works_post_ttl {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1400px) {
  .works_post_ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .works_post_ttl {
    font-size: 20px;
  }
}

.works_article {
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .works_article {
    font-size: 14px;
  }
}
.works_article p {
  line-height: 2.2;
}

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

.works_photo {
  position: relative;
  padding-bottom: 80px;
}
.works_photo .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
}
.works_photo .slick-list {
  position: static;
}
.works_photo .slider-for {
  position: static;
}

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

.works_photo_top {
  margin-bottom: 24px;
}
.works_photo_top img {
  margin-bottom: 16px;
  aspect-ratio: 10/6;
  -o-object-fit: cover;
     object-fit: cover;
}

.works_bottom:last-child {
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  .works_bottom:last-child {
    margin-top: 40px;
  }
}

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

.works_bottom_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 600px) {
  .works_bottom_list {
    gap: 0;
  }
}

.works_bottom_item {
  display: grid;
  grid-template-columns: 200px 1fr;
  min-height: 70px;
}
@media screen and (max-width: 600px) {
  .works_bottom_item {
    grid-template-columns: 1fr;
    height: auto;
  }
}

.works_bottom_item span {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 28px;
  line-height: 1.3;
}
@media screen and (max-width: 600px) {
  .works_bottom_item span {
    padding: 12px 24px;
  }
}
.works_bottom_item span:nth-child(1) {
  background-color: #E2E2E2;
}
.works_bottom_item span:nth-child(2) {
  background-color: #fff;
}

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

.works_swiper {
  width: 100%;
  position: relative;
  padding-bottom: 48px;
}

.works_swiper .swiper-slide img {
  aspect-ratio: 10/8;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-nav .slick-slide {
  margin-right: 12px; /* お好みで調整 */
}

.slider-nav .slick-list {
  margin-right: -12px; /* はみ出し防止の調整 */
}

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

.works_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #918A84 !important;
  background: #918A84 !important;
}

.navigation.pagination {
  border-top: 1px solid #E2E2E2;
  padding-top: 40px;
  margin-bottom: 130px;
}

.pagination .page-numbers {
  display: flex;
  gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.pagination .page-numbers {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #918A84;
}
.pagination .page-numbers.current {
  color: #2B2B2B;
}

.prev.page-numbers,
.next.page-numbers {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Cochin";
  src: url("../css/font/cochin.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "gothic";
  src: url("../css/font/yu-gothic-bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "gothic";
  src: url("../css/font/yu-gothic-medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "gothic";
  src: url("../css/font/yu-gothic-regular.ttf") format("truetype");
  font-weight: 400;
}
/* --------------------------------------------------------------------- 
company
-----------------------------------------------------------------------*/
.company_top {
  display: grid;
  grid-template-columns: 19.5vw 1fr;
  padding: 160px 0;
}
@media screen and (max-width: 1000px) {
  .company_top {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .company_top {
    padding: 140px 0 80px;
  }
}

.company_top .page-top {
  padding-top: 0;
}

.company_content {
  padding-top: 120px;
  padding-left: 4vw;
}
@media screen and (max-width: 1400px) {
  .company_content {
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .company_content {
    padding-top: 0;
  }
}

.company_item {
  display: grid;
  grid-template-columns: 160px 1fr;
  font-size: 18px;
  margin-bottom: 28px;
  line-height: 1.8;
}
@media screen and (max-width: 1600px) {
  .company_item {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .company_item {
    font-size: 14px;
    grid-template-columns: 120px 1fr;
  }
}
.company_item:last-child {
  margin-bottom: 0;
}

.company_item h3 {
  font-weight: bolder;
}

/*--------------- message ---------------*/
.message {
  background-color: #fff;
  padding: 100px 0 160px;
}
@media screen and (max-width: 600px) {
  .message {
    padding: 48px 0 60px;
  }
}

.message_heading {
  margin-bottom: 44px;
}
@media screen and (max-width: 600px) {
  .message_heading {
    margin-bottom: 24px;
  }
}
.message_heading .heading-en {
  margin-bottom: 32px;
}
@media screen and (max-width: 600px) {
  .message_heading .heading-en {
    margin-bottom: 16px;
  }
}

.message_content {
  display: grid;
  grid-template-columns: 46% 1fr;
  gap: 6.2vw;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .message_content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.message_txt p {
  line-height: 2.1;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .message_txt p {
    margin-bottom: 32px;
  }
}

.message_name {
  display: flex;
  align-items: center;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.message_name span:nth-child(1) {
  font-size: 14px;
}
.message_name span:nth-child(2) {
  font-size: 20px;
}

/*--------------- company-staff ---------------*/
.company-staff {
  padding: 160px 0;
}
@media screen and (max-width: 600px) {
  .company-staff {
    padding: 42px 0 90px;
  }
}

.company-staff_link {
  position: relative;
  transition: all 0.4s;
}

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

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

.company-staff_link:hover {
  opacity: 0.7;
}
.company-staff_link:hover .company-staff_link_txt img {
  transform: translateX(12px);
}

.company-staff_link_txt {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.company-staff_link_txt .heading-en {
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
}
.company-staff_link_txt .heading-lg {
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
}
.company-staff_link_txt img {
  transition: all 0.4s;
  width: 38px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .company-staff_link_txt img {
    width: 28px;
  }
}

/* --------------------------------------------------------------------- 
staff
-----------------------------------------------------------------------*/
.staff {
  padding-bottom: 160px;
}
@media screen and (max-width: 600px) {
  .staff {
    padding-bottom: 100px;
  }
}

.staff_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  row-gap: 80px;
}
@media screen and (max-width: 1000px) {
  .staff_list {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto;
    row-gap: 54px;
  }
}

.staff_item_img {
  margin-bottom: 16px;
}

.staff_item_top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.staff_item_top span {
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .staff_item_top span {
    font-size: 14px;
  }
}

.staff_item_top h3 {
  font-size: 22px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  .staff_item_top h3 {
    font-size: 20px;
  }
}

.staff_item_career {
  background-color: #fff;
  padding: 16px 24px;
  font-size: 16px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1400px) {
  .staff_item_career {
    padding: 16px;
  }
}
@media screen and (max-width: 600px) {
  .staff_item_career {
    font-size: 14px;
    padding: 14px 16px;
  }
}

.staff_item_txt p {
  line-height: 2.1;
}

/* 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("../css/font/cochin.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "gothic";
  src: url("../css/font/yu-gothic-bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "gothic";
  src: url("../css/font/yu-gothic-medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "gothic";
  src: url("../css/font/yu-gothic-regular.ttf") format("truetype");
  font-weight: 400;
}
/* --------------------------------------------------------------------- 
privacy
-----------------------------------------------------------------------*/
.privacy {
  padding-bottom: 160px;
}
@media screen and (max-width: 600px) {
  .privacy {
    padding-bottom: 140px;
  }
}

.privacy_item {
  margin-bottom: 40px;
}

.privacy_item h3 {
  font-size: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .privacy_item h3 {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

.privacy_item p {
  line-height: 2.1;
}

.privacy_name {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .privacy_name {
    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("../css/font/cochin.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "gothic";
  src: url("../css/font/yu-gothic-bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "gothic";
  src: url("../css/font/yu-gothic-medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "gothic";
  src: url("../css/font/yu-gothic-regular.ttf") format("truetype");
  font-weight: 400;
}
/* --------------------------------------------------------------------- 
contact
-----------------------------------------------------------------------*/
.contact {
  padding-bottom: 130px;
}
@media screen and (max-width: 600px) {
  .contact {
    padding-bottom: 90px;
  }
}

.contact_content {
  width: 70vw;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .contact_content {
    width: 100%;
  }
}

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

.contact_item {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px dashed #DDDDDD;
}
@media screen and (max-width: 1000px) {
  .contact_item {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media screen and (max-width: 600px) {
  .contact_item {
    padding: 24px 0;
  }
}
.contact_item:first-child {
  border-top: 1px dashed #DDDDDD;
}

.contact_item.contact_item_start {
  align-items: flex-start;
}

.contact_item_ttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}

.contact_item_ttl h3 {
  font-size: 18px;
  font-weight: 500;
  color: #464646;
}

.contact_item_ttl span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #918A84;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px 3px;
}

.contact_item_check .wpcf7-list-item {
  display: block;
  margin-left: 0;
  margin-bottom: 8px;
}
.contact_item_check .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.contact_item_check .wpcf7-list-item label {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 8px;
}
.contact_item_check .wpcf7-list-item-label {
  line-height: 1.6;
  padding-top: 3px;
}

.wpcf7 input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* デフォルトの見た目をリセット */
  width: 30px;
  height: 30px;
  border: 1px solid #DDDDDD !important;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}

.wpcf7 input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 9px;
  width: 10px;
  height: 16px;
  border: solid #2B2B2B;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.contact_item_input input,
.contact_item_input textarea {
  width: 100%;
  border: 1px solid #DDDDDD;
  padding: 16px 12px;
  background-color: #fff;
  line-height: 1.4;
}

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

.contact_privacy {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 54px;
}
@media screen and (max-width: 600px) {
  .contact_privacy {
    margin: 0 auto 32px;
  }
}
.contact_privacy a {
  text-decoration: underline;
  text-decoration-color: #464646;
}

@media screen and (max-width: 600px) {
  .contact_privacy p {
    text-align: center;
    line-height: 2;
  }
}

.contact_btn {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2em;
  background-color: #2B2B2B;
  border-radius: 100px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 32px 114px;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .contact_btn {
    padding: 24px 90px;
  }
}
.contact_btn:hover {
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */