@charset "UTF-8";
body {
  background: #fff;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*---------------------------------------------
共通部分
---------------------------------------------*/
body {
  overflow-x: hidden;
}

.footerWidth {
  margin: 0 auto;
}

.commonWidth {
  margin: 0 auto;
  max-width: 980px;
  width: 90%;
}

.innerWidth {
  max-width: 1080px;
  margin: 0 auto;
  width: 90%;
}

.outWidth {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

#mainContent {
  overflow-x: hidden;
}

.titleWrap .wrap {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
}
.titleWrap .wrap * {
  line-height: 1;
}
.titleWrap .wrap .circle {
  background: #CCCCCC;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.titleWrap .wrap .en {
  text-transform: uppercase;
}

.titleWrap.border {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
  margin-right: calc(50% - 50vw);
}

.commonTopTitleArea {
  padding-top: 35px;
}
.commonTopTitleArea .headTitleArea {
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
}
.commonTopTitleArea .headTitleArea .inner {
  display: flex;
  align-items: center;
}
.commonTopTitleArea .headTitleArea .maru {
  background: #CCCCCC;
  width: 8px;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 10px;
}
.commonTopTitleArea .headTitleArea .unna {
  text-transform: uppercase;
}

.moreBtn {
  border-bottom: 1px solid #000;
  padding-right: 24px;
  padding-bottom: 3px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
}

.moreBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-radius: 50%;
  height: 3px;
  width: 3px;
  background: #000;
}

.wh.moreBtn {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.wh.moreBtn:after {
  background: #fff;
}

.allBtn {
  padding: 8px 35px 8px 20px;
  background: #F0F0F0;
  border-radius: 40px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
}

.allBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-radius: 50%;
  height: 3px;
  width: 3px;
  background: #000;
}

.comBtn {
  padding: 9px 35px 7px 20px;
  border-radius: 40px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
}

.comBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-radius: 50%;
  height: 3px;
  width: 3px;
}

.comBtn.wh {
  background: #fff;
  color: #000;
}

.comBtn.bk {
  background: #000;
  color: #fff;
}

.comBtn.back {
  background: #fff;
  border: 1px solid #CCCCCC;
  width: 164px;
  color: #6D6D6D;
  margin: 0 auto;
}

.comBtn.gr {
  background: #F0F0F0;
  border: none;
  width: 164px;
  color: #000;
}

.wh.comBtn::after {
  background: #CCCCCC;
}

.gr2.comBtn {
  background: #fff;
  color: #6D6D6D;
  border: 1px solid #CCCCCC;
}

.gr2.comBtn::after {
  background: #6D6D6D;
}

.bk.comBtn::after {
  background: #fff;
}

.gr.comBtn::after {
  background: #000;
}

.back.comBtn::after {
  background: #CCCCCC;
}

.backArea {
  padding: 80px 0;
}
.backArea a {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .backArea {
    padding: 40px 0;
  }
  .comBtn {
    padding: 9px 20px 7px 20px;
  }
}
.snsWrap {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.notFront {
  height: 84px;
}
.notFront .secHeader .logoArea {
  filter: invert(1);
}
.notFront .secHeader .wrap .contactBtn {
  border-bottom: 1px solid #000;
}
.notFront .secHeader .wrap .contactBtn p {
  color: #000;
}
.notFront .secHeader .wrap .contactBtn::after {
  background: #000;
}

@media screen and (max-width: 767px) {
  .notFront {
    height: 62px;
  }
}
.secHeader {
  width: 100%;
  position: fixed;
  z-index: 1210;
  transition: opacity 0.3s;
  background-color: #fff;
  top: 0px;
  height: 80px;
  right: 0;
}
.secHeader .logoArea {
  position: absolute;
  left: 3.5%;
  top: 18px;
  transition: 0.3s;
  visibility: visible;
}
.secHeader .wrap {
  top: 29px;
  right: 90px;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 14px;
}
.secHeader .wrap h1 {
  position: absolute;
  color: #fff;
  top: -23px;
  font-size: 14px;
}
.secHeader .wrap .contactBtn {
  position: relative;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-bottom: 3px;
}
.secHeader .wrap .contactBtn p {
  padding-right: 25px;
}
.secHeader .wrap .contactBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
  width: 3px;
  height: 3px;
}

.global-nav {
  position: fixed;
  opacity: 0;
  top: 0%;
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  height: 100dvh;
  transition: all 0.6s;
  z-index: 1290;
  overflow-y: auto;
  visibility: hidden;
  margin: 0 auto;
  text-align: center;
  display: flex;
}
.global-nav .global-nav-inner {
  width: 100%;
  transition: 0.6s;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100vh;
  min-height: 100dvh;
  background: #fff;
  text-align: center;
  margin-left: auto;
  position: relative;
}
.global-nav .global-nav-inner .smt-nav-link {
  min-height: 100vh;
  min-height: 100dvh;
  opacity: 0;
  transition: all 0.6s;
  text-align: center;
  margin: 0 auto 0;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-nav .global-nav-inner .smt-nav-link .gridArea {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: clamp(1.25rem, -15.938rem + 27.5vw, 4.688rem);
}
.global-nav .global-nav-inner .smt-nav-link .gridArea .infoArea .wrap {
  display: grid;
}
.global-nav .global-nav-inner .smt-nav-link .gridArea .infoArea .wrap .logo {
  filter: invert(1);
}
.global-nav .global-nav-inner .smt-nav-link .gridArea .infoArea .wrap .tel {
  font-size: 27px;
  line-height: 1;
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.global-nav .global-nav-inner .smt-nav-link .gridArea .infoArea .wrap .tel + span {
  font-size: 13px;
  text-align: center;
}
.global-nav .global-nav-inner .smt-nav-link .gridArea .snsWrap {
  margin-top: 30px;
  filter: invert(1);
}
.global-nav .global-nav-inner .smt-nav-link .gridArea .btnWrap {
  margin-top: 25px;
  display: grid;
  gap: 12px;
}
.global-nav .global-nav-inner .smt-nav-link .gridArea .btnWrap .comBtn {
  padding: 9px 34px 7px 22px;
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .secHeader {
    height: 60px;
  }
  .secHeader .wrap {
    left: 0;
    top: 0%;
    width: 100%;
  }
  .secHeader .wrap h1 {
    top: 0px;
    font-size: 11px;
    right: 5px;
    left: initial;
  }
  .global-nav .global-nav-inner {
    right: 0px;
    top: 0px;
    border-radius: 0px;
  }
}
.hamburgerWrap {
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  text-align: center;
  position: fixed;
  z-index: 1300;
  top: 34px;
}
.hamburgerWrap .hamburger {
  cursor: pointer;
  position: relative;
  margin-right: 0;
  margin-left: auto;
  top: 0;
  right: 38px;
  width: 24px;
  height: 16px;
}
.hamburgerWrap .hamburger .hamburger__line {
  position: absolute;
  width: 24px;
  height: 1px;
  transition: all 0.6s;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
  transition: all 0.6s;
}
.hamburgerWrap .hamburger .hamburger__line--1 {
  top: 0px;
  width: 24px;
  background-color: #fff;
  transition: all 0.6s;
}
.hamburgerWrap .hamburger .hamburger__line--2 {
  top: 6px;
  background-color: #fff;
  width: 24px;
}
.hamburgerWrap .hamburger .hamburger__line--3 {
  top: 12px;
  width: 14px;
  left: 7px;
  background-color: #fff;
  transition: all 0.6s;
}

.notFront .hamburger .hamburger__line--1, .notFront .hamburger .hamburger__line--2, .notFront .hamburger .hamburger__line--3 {
  background-color: #000;
}

/* 表示された時用のCSS */
.onMenu {
  height: 100%;
  overflow: hidden;
}
.onMenu .logoArea {
  opacity: 0;
  visibility: hidden;
}
.onMenu .global-nav {
  top: 0%;
  width: 100%;
  visibility: visible;
  opacity: 1;
  justify-content: center;
}
.onMenu .global-nav-inner {
  width: 100%;
  opacity: 1;
}
.onMenu .global-nav-inner .smt-nav-link {
  opacity: 1;
}
.onMenu .hamburgerWrap .hamburger .hamburger__line--1 {
  top: 8px;
  width: 24px;
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
}
.onMenu .hamburgerWrap .hamburger .hamburger__line--2 {
  transform: translateX(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  top: 8px;
  width: 24px;
}
.onMenu .hamburgerWrap .hamburger .hamburger__line--3 {
  opacity: 0;
}
.onMenu .hamburgerWrap .hamburger .hamburger__line {
  background-color: #000;
}

.global-nav .navWrap {
  display: grid;
  grid-template-columns: max-content max-content 1fr 1fr;
  gap: clamp(1rem, -4rem + 8vw, 2rem);
}
.global-nav .navWrap .headUl {
  display: grid;
}
.global-nav .navWrap .headUl .headLi {
  border-top: 1px solid #CCCCCC;
  text-align: left;
  display: grid;
  padding: 15px 0;
  align-items: center;
}
.global-nav .navWrap .headUl .headLi a {
  padding-left: 1em;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.02em;
}
.global-nav .navWrap .headUl .headLi span {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #6D6D6D;
}
.global-nav .navWrap .headUl .headLi .innerUl {
  margin-top: 6px;
  display: grid;
  gap: 3px;
}
.global-nav .navWrap .headUl .headLi .innerUl .innerLi a {
  color: #6D6D6D;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0em;
}
.global-nav .navWrap .headUl .headLi .innerUl .innerLi.tenji a {
  padding-left: 0em;
}
.global-nav .navWrap .headUl .headLi:last-of-type {
  border-bottom: 1px solid #CCCCCC;
}
.global-nav .navWrap .headUl .headLi > a:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-radius: 50%;
  height: 6px;
  width: 6px;
  background: #CCCCCC;
}
.global-nav .navWrap .headUl .modelhouseLi.headLi > a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 6px;
  width: 6px;
  background: #CCCCCC;
}

@media screen and (max-width: 1100px) {
  .global-nav .navWrap {
    gap: 10px;
  }
  .global-nav .global-nav-inner .smt-nav-link .gridArea {
    gap: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .global-nav .global-nav-inner .smt-nav-link .gridArea {
    grid-template-columns: max-content 1fr;
    gap: 40px;
    width: 93%;
  }
  .global-nav .global-nav-inner .smt-nav-link .gridArea .infoArea {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .global-nav .global-nav-inner .smt-nav-link .gridArea .infoArea .snsWrap {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .global-nav .global-nav-inner .smt-nav-link .gridArea {
    padding: 70px 0;
    width: 90%;
    grid-template-columns: max-content 1fr;
  }
  .global-nav .global-nav-inner .smt-nav-link .gridArea .navWrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .global-nav .global-nav-inner .smt-nav-link .gridArea .navWrap .headUl .headLi:last-of-type {
    border-bottom: none;
  }
  .global-nav .global-nav-inner .smt-nav-link .gridArea .innerUl {
    display: none;
  }
  .global-nav .global-nav-inner .smt-nav-link .gridArea .spLinkNone {
    pointer-events: none;
  }
  .global-nav .global-nav-inner .smt-nav-link .gridArea .headUl {
    position: relative;
  }
  .global-nav .global-nav-inner .smt-nav-link .gridArea .headUl .headLi {
    padding: 12px 0;
  }
  .global-nav .global-nav-inner .smt-nav-link .gridArea .accordion {
    position: relative;
  }
  .global-nav .global-nav-inner .smt-nav-link .gridArea .accordion::before {
    content: "";
    position: absolute;
    top: 22px;
    right: 0%;
    transform: rotate(0);
    width: 25px;
    height: 1px;
    background: #000;
    transition: all 0.3s ease; /* 変化をスムーズに */
    opacity: 1;
  }
  .global-nav .global-nav-inner .smt-nav-link .gridArea .accordion::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 0%;
    transform: rotate(90deg);
    width: 25px;
    height: 1px;
    background: #000;
    transition: all 0.3s ease; /* 変化をスムーズに */
    opacity: 1;
  }
  .global-nav .global-nav-inner .smt-nav-link .gridArea .accordion.active::before {
    content: "";
  }
  .global-nav .global-nav-inner .smt-nav-link .gridArea .accordion.active::after {
    content: "";
    transform: rotate(0);
    opacity: 0;
  }
  .hamburgerWrap {
    top: 23px;
  }
  .hamburgerWrap .hamburger {
    right: 15px;
  }
  .secHeader .logoArea {
    top: 12px;
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .global-nav .global-nav-inner .smt-nav-link .gridArea {
    grid-template-columns: 1fr;
  }
}
.colorBk .secHeaderIn .logoArea {
  filter: invert(1);
}
.colorBk .secHeaderIn h1 {
  color: #000;
}
.colorBk .secHeaderIn .contactBtn {
  border-bottom: 1px solid #000;
}
.colorBk .secHeaderIn .contactBtn p {
  color: #000;
}
.colorBk .secHeaderIn .contactBtn::after {
  background: #000;
}
.colorBk .hamburger .hamburger__line {
  background-color: #000 !important;
}

.spCta {
  max-width: 380px;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95%;
  gap: 16px;
  margin: 0 auto;
  background: #fff;
  border-radius: 22px;
  height: 46px;
  transition: 0.3s;
  z-index: 1000;
  animation-duration: 0.8s;
  animation-name: fadeInCta;
}
.spCta .contactBtn {
  display: block;
}
.spCta .contactBtn p {
  color: #000;
}
.spCta .dot {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  border-radius: 50%;
  background: #000;
  width: 3px;
  height: 3px;
}

@keyframes fadeInCta {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
footer .innerWidth {
  max-width: 1440px;
}
footer .topArea {
  padding: 60px 0;
  background: #323232;
}
footer .topArea .navArea {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
footer .topArea .navArea .navWrap {
  display: flex;
  align-items: flex-start;
  gap: clamp(1rem, -4rem + 8vw, 2rem);
}
footer .topArea .navArea .navWrap * {
  color: #fff;
}
footer .topArea .navArea .navWrap .headUl {
  display: grid;
  gap: 16px;
}
footer .topArea .navArea .navWrap .headUl .headLi {
  padding-left: 1em;
  position: relative;
}
footer .topArea .navArea .navWrap .headUl .headLi a {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.02em;
}
footer .topArea .navArea .navWrap .headUl .headLi span {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.02em;
}
footer .topArea .navArea .navWrap .headUl .headLi .innerUl {
  margin-top: 6px;
  display: grid;
  gap: 3px;
}
footer .topArea .navArea .navWrap .headUl .headLi .innerUl .innerLi.tenji a {
  margin-left: -1em;
}
footer .topArea .navArea .navWrap .headUl .headLi .innerUl .innerLi a {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.02em;
}
footer .topArea .navArea .navWrap .headUl .headLi:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-radius: 50%;
  height: 6px;
  width: 6px;
  background: #fff;
}
footer .topArea .navArea .navWrap .headUl .modelhouseLi.headLi:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 6px;
  width: 6px;
  background: #fff;
}
footer .topArea .linkWrap .telArea * {
  color: #fff;
}
footer .topArea .linkWrap .telArea a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 23px;
  line-height: 1;
}
footer .topArea .linkWrap .telArea a img {
  filter: invert(1);
}
footer .topArea .linkWrap .telArea span {
  font-size: 13px;
  line-height: 1;
}
footer .topArea .linkWrap .btnWrap {
  margin: 15px 0 22px;
  width: 164px;
  display: grid;
  gap: 12px;
}
footer .topArea .linkWrap .btnWrap a {
  width: 100%;
}
footer .topArea .innerBottom {
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
  gap: 10px;
}
footer .topArea .innerBottom * {
  color: #fff;
}
footer .topArea .innerBottom .workWrap {
  font-size: 13px;
  display: flex;
  gap: 10px;
  flex: 1;
}
footer .topArea .innerBottom .pp a {
  padding-left: 1em;
  position: relative;
}
footer .topArea .innerBottom .area {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 5px;
       column-gap: 5px;
  flex: 1;
}
footer .topArea .innerBottom .area .detailArea {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  flex-wrap: wrap;
}
footer .topArea .innerBottom .pp a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
footer .bottomArea {
  padding: 13px 0;
}
footer .bottomArea p {
  text-align: center;
  font-size: 13px;
}

@media screen and (max-width: 1000px) {
  footer .topArea .navArea .navWrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  footer .topArea .navArea {
    justify-content: center;
    padding: 30px 0 20px;
  }
  footer .topArea .linkWrap .btnWrap {
    margin: 15px 0;
  }
  footer .topArea .linkWrap .telArea {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
  }
  footer .topArea .logoArea {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  footer .topArea .innerBottom {
    border-top: none;
  }
  footer .topArea .innerBottom .workWrap {
    flex-direction: column;
    justify-content: center;
  }
  footer .topArea .innerBottom .workWrap .areaname {
    text-align: center;
    font-size: 13px;
  }
  footer .topArea .innerBottom .workWrap .area {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  footer .topArea .innerBottom .workWrap .area span {
    font-size: 12px;
  }
  footer .bottomArea p {
    font-size: 12px;
  }
}
@media screen and (max-width: 380px) {
  footer .topArea .innerBottom .workWrap .area span {
    font-size: 11px;
  }
}
.pnkzNavArea {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-top: 20px;
  margin-bottom: 40px;
}
.pnkzNavArea .navWrap {
  justify-content: right;
  display: flex;
  gap: 8px;
  align-items: center;
}
.pnkzNavArea .navWrap * {
  color: #CCCCCC;
}
.pnkzNavArea .navWrap .pnkzList {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.pnkzNavArea .navWrap .pnkzList:last-child {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1;
}
.pnkzNavArea .navWrap .pnkzArrow {
  position: relative;
}
.pnkzNavArea .navWrap .pnkzArrow:before {
  content: "";
  width: 13px;
  height: 1px;
  background: #CCCCCC;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .pnkzNavArea {
    margin-top: 10px;
    margin-bottom: 70px;
  }
  .pnkzNavArea .navWrap {
    justify-content: left;
  }
  .pnkzNavArea .navWrap .pnkzList:last-child {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
.secCommittedBottom .content .leftArea:after, .secCommittedBottom .content .centerArea:after, .secCommittedBottom .content .rightArea:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.5s;
}
.secCommittedBottom .content .leftArea::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.secCommittedBottom .content .leftArea {
  background-image: url(../images/committed_img1.jpg);
}
.secCommittedBottom .content .centerArea {
  background-image: url(../images/committed_img2.jpg);
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
.secCommittedBottom .content .rightArea {
  background-image: url(../images/committed_img3.jpg);
}
.secCommittedBottom .content .centerArea, .secCommittedBottom .content .rightArea, .secCommittedBottom .content .leftArea {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.secCommittedBottom .content .centerArea *, .secCommittedBottom .content .rightArea *, .secCommittedBottom .content .leftArea * {
  position: relative;
  z-index: 2;
}
.secCommittedBottom .content .leftArea:hover:after, .secCommittedBottom .content .centerArea:hover:after, .secCommittedBottom .content .rightArea:hover:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.secCommittedBottom .content1 .leftArea {
  background-image: url(../images/committed_img1.jpg);
}
.secCommittedBottom .content1 .leftArea::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.secCommittedBottom .content1 .centerArea {
  background-image: url(../images/committed_img2.jpg);
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
.secCommittedBottom .content1 .rightArea {
  background-image: url(../images/committed_img3.jpg);
}
.secCommittedBottom .content2 .leftArea {
  background-image: url(../images/committed_img4.jpg);
}
.secCommittedBottom .content2 .centerArea {
  background-image: url(../images/committed_img5.jpg);
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
.secCommittedBottom .content2 .rightArea {
  background-image: url(../images/committed_img6.jpg);
}

.secCommittedBottom {
  max-width: 1280px;
  margin: 0 auto 80px;
  width: 90%;
}
.secCommittedBottom .content {
  height: 340px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.secCommittedBottom .content .centerArea, .secCommittedBottom .content .rightArea, .secCommittedBottom .content .leftArea {
  position: relative;
  padding: 24px 22px;
}
.secCommittedBottom .content .centerArea .yTx, .secCommittedBottom .content .rightArea .yTx, .secCommittedBottom .content .leftArea .yTx {
  font-size: 22px;
  color: #fff;
  padding-bottom: 10px;
}
.secCommittedBottom .content .centerArea .tTx, .secCommittedBottom .content .rightArea .tTx, .secCommittedBottom .content .leftArea .tTx {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
.secCommittedBottom .content .centerArea .comBtn, .secCommittedBottom .content .rightArea .comBtn, .secCommittedBottom .content .leftArea .comBtn {
  padding: 9px 35px 7px 28px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: #F0F0F0;
  width: 134px;
}
.secCommittedBottom .content .centerArea .comBtn:after, .secCommittedBottom .content .rightArea .comBtn:after, .secCommittedBottom .content .leftArea .comBtn:after {
  background: #000;
}

@media screen and (max-width: 767px) {
  .secCommittedBottom {
    width: 100%;
  }
  .secCommittedBottom .content {
    height: 170px;
  }
  .secCommittedBottom .content .centerArea::after, .secCommittedBottom .content .rightArea:after, .secCommittedBottom .content .leftArea:after {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .secCommittedBottom .content .centerArea, .secCommittedBottom .content .rightArea, .secCommittedBottom .content .leftArea {
    padding: 0px;
  }
  .secCommittedBottom .content .centerArea .yTx, .secCommittedBottom .content .rightArea .yTx, .secCommittedBottom .content .leftArea .yTx {
    font-size: 15px;
    padding-bottom: 5px;
  }
  .secCommittedBottom .content .centerArea .tTx, .secCommittedBottom .content .rightArea .tTx, .secCommittedBottom .content .leftArea .tTx {
    line-height: 1;
    font-size: 14px;
  }
  .secCommittedBottom .content .centerArea .comBtn, .secCommittedBottom .content .rightArea .comBtn, .secCommittedBottom .content .leftArea .comBtn {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 10px;
    width: 80px;
    padding: 4px 10px;
  }
  .secCommittedBottom .content .centerArea .txWrap, .secCommittedBottom .content .rightArea .txWrap, .secCommittedBottom .content .leftArea .txWrap {
    padding: 10px 10px 0;
  }
  .secCommittedBottom .content .leftArea {
    border-right: 1px solid #fff;
  }
}
.secContactBottom {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.secContactBottom .mainBottomContent .gridArea {
  max-width: 1440px;
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr max-content 0.5fr max-content 0.5fr max-content;
}
.secContactBottom .mainBottomContent .gridArea .content {
  padding: 100px 15px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  width: 100%;
}
.secContactBottom .mainBottomContent .gridArea .content * {
  text-align: center;
  margin: 0 auto;
}
.secContactBottom .mainBottomContent .gridArea .content p {
  padding: 20px 0 40px;
}
.secContactBottom .mainBottomContent .gridArea .content .btnArea {
  max-width: 350px;
  display: flex;
  justify-content: space-between;
}
.secContactBottom .mainBottomContent .gridArea .content .btnArea .allBtn {
  width: 164px;
  text-align: left;
  padding: 10px 25px 10px 20px;
}
.secContactBottom .mainBottomContent .gridArea .content .time {
  padding-top: 10px;
}
.secContactBottom .mainBottomContent .gridArea .gy {
  background: #F0F0F0;
}
.secContactBottom .mainBottomContent .gridArea .gy .allBtn {
  background: #fff;
  width: 134px;
}
.secContactBottom .mainBottomContent .gridArea .gy .imgArea {
  height: 113px;
  display: flex;
  align-items: center;
  margin: 12px 0 8px;
}
.secContactBottom .mainBottomContent .gridArea .line {
  height: 100%;
  width: 1px;
  background: #CCCCCC;
}
.secContactBottom .subContent {
  border-bottom: 1px solid #CCCCCC;
}
.secContactBottom .subContent .gridArea {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr max-content max-content max-content 1fr;
}
.secContactBottom .subContent .gridArea .content {
  padding: 40px 32px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
  align-items: center;
}
.secContactBottom .subContent .gridArea .content .info {
  padding: 26px 0;
  display: grid;
  gap: 10px;
}
.secContactBottom .subContent .gridArea .content .imgArea {
  position: relative;
}
.secContactBottom .subContent .gridArea .content .imgArea p {
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.secContactBottom .subContent .gridArea .line {
  height: 100%;
  width: 1px;
  background: #CCCCCC;
}
.secContactBottom .subContent .gridArea .line.lineNone {
  background: none;
}

@media screen and (max-width: 1100px) {
  .secContactBottom .subContent .gridArea .content {
    grid-template-columns: 1.4fr 0.5fr;
  }
}
@media screen and (max-width: 767px) {
  .secContactBottom .mainBottomContent .gridArea {
    grid-template-columns: 1fr max-content 1fr;
  }
  .secContactBottom .mainBottomContent .gridArea .content:first-of-type {
    grid-column: 1/4;
    border-bottom: 1px solid #CCCCCC;
  }
  .secContactBottom .mainBottomContent .gridArea .content {
    padding: 25px 0;
  }
  .secContactBottom .mainBottomContent .gridArea .gy .imgArea {
    width: 90%;
    margin: 0 auto;
  }
  .secContactBottom .subContent .gridArea {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr max-content 1fr;
  }
  .secContactBottom .subContent .gridArea .line {
    width: 100%;
    height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .secContactBottom .subContent .gridArea .content {
    grid-template-columns: 1fr;
    justify-content: center;
  }
  .secContactBottom .subContent .gridArea .content .info {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
.one-block, .two-block, .three-block {
  display: grid;
  grid-template-columns: max-content 1fr;
  border-top: 1px solid #CCCCCC;
}
.one-block *, .two-block *, .three-block * {
  font-size: 16px;
}

.oneBlocks-name, .twoBlocks-name, .threeBlocks-name {
  padding: 12px;
  border-bottom: 1px solid #CCCCCC;
  background: #F0F0F0;
}

.oneBlocks-txt, .twoBlocks-txt, .threeBlocks-txt {
  padding: 12px;
  border-bottom: 1px solid #CCCCCC;
}

.eventBlocks .one-block {
  margin: 20px 0;
}

.landsBlocks {
  margin: 64px 0;
}
.landsBlocks .block-title {
  margin-bottom: 10px;
}
.landsBlocks .title {
  margin-bottom: 10px;
}
.landsBlocks .two-block {
  grid-template-columns: max-content 1fr max-content 1fr;
}
.landsBlocks .two-block.BlockBorderNone {
  border-top: none;
}
.landsBlocks .three-block {
  grid-template-columns: max-content 1fr max-content 1fr max-content 1fr;
}
.landsBlocks .three-block.BlockBorderNone {
  border-top: none;
}

.landsBlocks:first-of-type {
  margin: 32px 0 64px;
}

.landsBlocks:last-of-type {
  margin: 64px 0 32px;
}

@media screen and (min-width: 768px) {
  .one-block .oneBlocks-name, .one-block .twoBlocks-name, .two-block .oneBlocks-name, .two-block .twoBlocks-name, .three-block .oneBlocks-name, .three-block .twoBlocks-name {
    min-width: 160px;
    max-width: 200px;
  }
  .one-block .threeBlocks-name, .two-block .threeBlocks-name, .three-block .threeBlocks-name {
    min-width: 100px;
    max-width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .secLandDetail .landsBlocks .three-block {
    grid-template-columns: max-content 1fr;
  }
}
@media screen and (max-width: 767px) {
  .secLandDetail .landsBlocks {
    margin: 32px 0;
  }
  .secLandDetail .landsBlocks .oneBlocks-name, .secLandDetail .landsBlocks .twoBlocks-name, .secLandDetail .landsBlocks .threeBlocks-name {
    width: 80px;
    font-size: 13px;
    padding: 12px 6px;
  }
  .secLandDetail .landsBlocks .two-block {
    grid-template-columns: max-content 1fr;
  }
}
.landInfoData {
  display: grid;
  gap: 5px;
}
.landInfoData .info {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.landInfoData .title {
  padding-top: 2px;
}

.landDetailData {
  display: grid;
  grid-template-columns: 1fr max-content;
  justify-content: space-between;
  gap: 20px;
}
.landDetailData .wrap {
  display: grid;
  gap: 8px;
  height: -moz-fit-content;
  height: fit-content;
}
.landDetailData .wrap .priceWrap, .landDetailData .wrap .areaWrap {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 7px;
}
.landDetailData .wrap .priceWrap {
  align-items: baseline;
  color: #6D6D6D;
}
.landDetailData .wrap .priceWrap .price {
  color: #000;
}
.landDetailData .wrap .priceWrap .price span {
  font-size: clamp(34px, 3vw, 36px);
}
.landDetailData .wrap .areaWrap div {
  color: #6D6D6D;
}
.landDetailData .wrap .areaWrap .area {
  color: #000;
}
.landDetailData .wrap .cat {
  color: #6D6D6D;
}
.landDetailData .btnWrap {
  display: grid;
  gap: 10px;
  height: -moz-fit-content;
  height: fit-content;
}
.landDetailData .btnWrap .comBtn {
  padding: 9px 25px 7px 20px;
  width: 164px;
  border: 1px solid #CCCCCC;
  height: -moz-fit-content;
  height: fit-content;
}
.landDetailData .btnWrap .comBtn.wh {
  color: #6D6D6D;
}

@media screen and (max-width: 767px) {
  .landDetailData {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .landDetailData .btnWrap {
    display: flex;
    justify-content: center;
    gap: 12px;
  }
}
.commonBottomCtaArea {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 76px;
  display: block;
}
.commonBottomCtaArea .wrap {
  padding: 68px 0;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.commonBottomCtaArea .wrap * {
  color: #fff;
}
.commonBottomCtaArea .wrap .info {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: clamp(1.875rem, -5.12rem + 14.59vw, 4rem);
}
.commonBottomCtaArea .wrap .info .tl {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 10px;
}
.commonBottomCtaArea .wrap .info .tl .maru {
  background: #CCCCCC;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

@media screen and (max-width: 767px) {
  .commonBottomCtaArea {
    background-image: url(../images/entry_bk_sp.jpg);
  }
  .commonBottomCtaArea .wrap {
    gap: 20px;
    padding: 20px 0;
  }
  .commonBottomCtaArea .wrap .info {
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    gap: 8px;
  }
  .commonBottomCtaArea .wrap .info .tl {
    flex-wrap: wrap;
    justify-content: left;
    gap: 0;
    row-gap: 5px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .commonBottomCtaArea .wrap .info .tl .tlEn {
    width: 100%;
  }
  .commonBottomCtaArea .wrap .info .tl .tx {
    padding-top: 8px;
  }
}
.headLiArea {
  width: 100%;
  margin: 0 auto;
}
.headLiArea .headUl {
  margin: 0px 0 50px;
  display: grid;
}
.headLiArea .headUl .headLi {
  padding: 30px 0;
  border-top: 1px solid #CCCCCC;
  text-align: left;
  display: grid;
  align-items: center;
}
.headLiArea .headUl .headLi .actitle {
  align-items: baseline;
  display: grid;
  grid-template-columns: clamp(1.25rem, -0.506rem + 5.62vw, 2.188rem) 1fr;
  padding-right: 20px;
}
.headLiArea .headUl .headLi .faq_innerUl {
  margin-top: 10px;
  display: none;
}
.headLiArea .headUl .headLi .faq_innerUl .wrap {
  display: grid;
  grid-template-columns: 35px 1fr;
  align-items: baseline;
}
.headLiArea .headUl .headLi .faq_innerUl .wrap p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.headLiArea .headUl .headLi .faq_innerUl .wrap a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.headLiArea .headUl .headLi.faq_accordion {
  position: relative;
}
.headLiArea .headUl .headLi.faq_accordion::before {
  content: "";
  position: absolute;
  top: 45px;
  right: 0%;
  transform: rotate(0);
  width: 15px;
  height: 1px;
  background: #000;
  transition: all 0.3s ease; /* 変化をスムーズに */
  opacity: 1;
}
.headLiArea .headUl .headLi.faq_accordion::after {
  content: "";
  position: absolute;
  top: 45px;
  right: 0%;
  transform: rotate(90deg);
  width: 15px;
  height: 1px;
  background: #000;
  transition: all 0.3s ease; /* 変化をスムーズに */
  opacity: 1;
}
.headLiArea .headUl .headLi.faq_accordion.active::before {
  content: "";
}
.headLiArea .headUl .headLi.faq_accordion.active::after {
  content: "";
  transform: rotate(0);
  opacity: 0;
}
.headLiArea .headUl .headLi:last-of-type {
  border-bottom: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  .headLiArea .headUl .headLi .actitle {
    grid-template-columns: max-content 1fr;
    gap: 10px;
  }
  .headLiArea .headUl .headLi .faq_innerUl .wrap {
    grid-template-columns: max-content 1fr;
    gap: 10px;
  }
}
.secLineup .articleWrap {
  margin: 56px 0;
}
.secLineup .articleWrap article {
  background: #F0F0F0;
  margin: 16px 0;
}
.secLineup .articleWrap article .wrap {
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.secLineup .articleWrap article .wrap.kousan .nameArea {
  flex-direction: column;
  gap: 0;
  justify-content: left;
  text-align: left;
  align-items: flex-start;
}
.secLineup .articleWrap article .wrap .innerWrapLeft {
  align-items: center;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 34px;
}
.secLineup .articleWrap article .wrap .innerWrapLeft .imgArea img {
  margin: 0 auto;
  text-align: center;
}
.secLineup .articleWrap article .wrap .innerWrapRight {
  padding-right: 50px;
}
.secLineup .articleWrap article .wrap .txWrap {
  display: grid;
  gap: 15px;
}
.secLineup .articleWrap article .wrap .nameArea {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
}
.secLineup .articleWrap article .wrap .nameArea .txt22pc {
  font-size: clamp(20px, 1.83vw, 22px);
}
.secLineup .articleWrap article .wrap .detailArea {
  max-width: 400px;
  flex: 1;
  line-height: 170%;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .secLineup .articleWrap article .wrap .innerWrapRight {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .secLineup .articleWrap {
    margin: 32px 0;
  }
  .secLineup .articleWrap article .wrap {
    flex-direction: column;
    padding: 24px;
  }
  .secLineup .articleWrap article .wrap .innerWrapLeft {
    justify-content: center;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .secLineup .articleWrap article .wrap .innerWrapLeft .imgArea {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .secLineup .articleWrap article .wrap .innerWrapLeft .imgArea img {
    max-width: initial;
    width: 100%;
  }
  .secLineup .articleWrap article .wrap .innerWrapLeft .txWrap {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .secLineup .articleWrap article .wrap .innerWrapLeft .txWrap .nameArea {
    justify-content: center;
  }
  .secLineup .articleWrap article .wrap .innerWrapLeft .txWrap .nameArea.ys .name {
    margin: initial;
  }
  .secLineup .articleWrap article .wrap .innerWrapLeft .txWrap .nameArea .name {
    margin: 0 auto;
  }
}
.secBottom {
  padding: 64px 0 80px;
}
.secBottom .gridArea {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.secBottom .gridArea .content {
  padding: 68px 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.secBottom .gridArea .content .wrap {
  flex-wrap: wrap;
}
.secBottom .gridArea .content .container {
  display: flex;
  gap: 10px;
  align-items: center;
}
.secBottom .gridArea .content * {
  color: #fff;
}
.secBottom .company {
  background-image: url(../images/company_bk.jpg);
}
.secBottom .recruit {
  background-image: url(../images/recruit_bk.jpg);
}
.secBottom .quality {
  background-image: url(../images/quality_bk.jpg);
}
.secBottom .health {
  background-image: url(../images/health_bk.jpg);
}
.secBottom .design {
  background-image: url(../images/design_bk.jpg);
}

@media screen and (max-width: 767px) {
  .secBottom .gridArea {
    grid-template-columns: 1fr;
  }
  .secBottom .gridArea .content {
    padding: 68px 30px;
  }
}
@media screen and (max-width: 767px) {
  #pageHealth .pnkzNavArea, #pageHigh-quality .pnkzNavArea, #pageDesign .pnkzNavArea {
    margin-bottom: 40px;
  }
  #pageHealth .secTop .tlWrap, #pageHigh-quality .secTop .tlWrap, #pageDesign .secTop .tlWrap {
    padding-bottom: 50px;
  }
}/*# sourceMappingURL=common.css.map */