@charset "UTF-8";
/*
Theme Name: EX-P
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  color: #000;
  font-family: serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

p {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
summary {
  list-style: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
button:hover {
  opacity: 0.8;
}

.inner {
  width: 100%;
  max-width: 1920px;
  min-height: 100vh;
  margin: 0 auto;
}

.front-mv-bottom,
.front-feature,
.front-workflow {
  scroll-margin-top: 145px;
}

.fuwatto-top,
.fuwatto-left,
.fuwatto-right,
.fuwatto-bottom,
.fuwatto-center {
  opacity: 0;
  transition: all 0.8s ease-out;
}
.fuwatto-top {
  transform: translateY(-50px);
}
.fuwatto-left {
  transform: translateX(-50px);
}
.fuwatto-right {
  transform: translateX(50px);
}
.fuwatto-bottom {
  transform: translateY(50px);
}

.fuwatto-top.active,
.fuwatto-left.active,
.fuwatto-right.active,
.fuwatto-bottom.active,
.fuwatto-center.active {
  opacity: 1;
}
.fuwatto-top.active,
.fuwatto-bottom.active {
  transform: translateY(0);
}
.fuwatto-left.active,
.fuwatto-right.active {
  transform: translateX(0);
}

.kotei-haikei {
  background-color: #111c27;
  width: 100%;
  max-width: 1920px;
  height: 145px;
  margin: 0 auto;
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: transparent;
  width: 100%;
  height: 145px;
}

.header-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  padding: 20px 70px 0px 90px;
  transition: background-color 0.3s ease;
}
.header-container.is-show {
  background-color: #111c27;
}
.header-container.is-always-show {
  background-color: #111c27;
}

.header-logo {
  padding-top: 30px;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 25px;
}

.header-nav ul {
  display: flex;
  align-items: center;
  gap: 48px;
}

.header-arrow {
  position: absolute;
  right: 6vw;
  bottom: -79vh;
  visibility: hidden;
}
.header-arrow.is-scrolled {
  visibility: visible;
}

/* front-page */
/* front-page mv */
.front-mv {
  position: relative;
  z-index: 1;
  background-color: #111c27;
  padding-top: 460px;
  color: #fff;
}

.front-mv-slider {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 1055px;
  pointer-events: none;
}
.fms-slide {
  width: 100%;
  height: 100%;
  background-size: 1920px auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.fms-slide:nth-child(1) {
  background-image: url("img_pc/top_mv_bg1.webp");
}
.fms-slide:nth-child(2) {
  background-image: url("img_pc/top_mv_bg2.webp");
}
.fms-slide:nth-child(3) {
  background-image: url("img_pc/top_mv_bg3.webp");
}
.fms-slide:nth-child(4) {
  background-image: url("img_pc/top_mv_bg4.webp");
}

.front-mv::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 815px;
  left: 0;
  background: linear-gradient(to bottom, #111c2700 0%, #111c2755 15%, #111c2799 40%, #111c27 95%);
  width: 100%;
  height: 245px;
  pointer-events: none;
}

.front-mv-top,
.front-mv-bottom {
  position: relative;
  z-index: 2;
}

.front-mv-top {
  padding: 0px 0px 65px 152px;
}

.fmt-textl {
  padding: 23px 0px 55px;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0.16em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.fmt-btnl {
  padding-left: 25px;
}

.fmt-btnr {
  position: absolute;
  top: 30px;
  right: 108px;
}

.fmt-textr {
  position: absolute;
  top: 300px;
  right: 100px;
}

.front-mv-bottom {
  width: 100%;
  overflow: hidden;
}
.fmb-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 1920px;
  padding-left: 9%;
}
.fmb-text {
  flex-shrink: 0;
  width: 557px;
  padding: 65px 0px 20px;
}
.fmb-text p {
  width: 420px;
  padding: 35px 0px 30px;
  color: #ffffffdd;
  line-height: 2.3;
  letter-spacing: 0.08em;
  text-align: justify;
}
.fmb-text a {
  margin-left: -30px;
}
.fmb-img {
  position: relative;
  flex-shrink: 0;
  width: 1095px;
}
.fmb-img img {
  display: block;
  width: 100%;
  height: auto;
}
.fmb-img::after {
  content: "";
  position: absolute;
  z-index: 20;
  left: -130px;
  bottom: -1px;
  background: url("img_pc/top_concept_img2.webp") center top / 248px 248px no-repeat;
  width: 248px;
  height: 248px;
  pointer-events: none;
}

/* front-page works */
.front-works {
  background: url("img_pc/top_works_bg.webp") center bottom / 1920px auto no-repeat #111c27;
  color: #fff;
}

.front-works-title {
  padding: 100px 0px 40px;
  text-align: center;
}

.front-works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.5vw, 45px);
  width: 100%;
  max-width: 1630px;
  margin: 0 auto;
  padding: 0px 20px;
}

.fwg-item {
  display: block;
  min-width: 0;
}

.fwg-thumbnail {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.fwg-thumbnail img {
  font-display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.fwg-title {
  padding: 13px 0px 10px;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  overflow: hidden;
}

.fwg-category,
.fwg-region {
  display: inline-block;
  color: #796a56;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.fwg-category {
  border-right: 1px solid #796a56bb;
  padding-right: 17px;
}

.fwg-region {
  padding-left: 15px;
}

.front-works-btn {
  padding: 55px 0px 85px;
  text-align: center;
}

/* front-page feature */
.front-feature-title {
  position: relative;
  padding: 100px 0px 10px;
  text-align: center;
}
.front-feature-title::before {
  content: "";
  position: absolute;
  top: -71px;
  right: 74px;
  background: url("img_pc/top_feature_img0.webp") top center/ 321px 321px no-repeat;
  width: 321px;
  height: 321px;
  pointer-events: none;
}

.front-feature-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  color: #353535;
  overflow: hidden;
}
.front-feature-box.split-box {
  justify-content: flex-end;
}
.front-feature-container {
  transform: translateY(-65px);
  background-color: #111c27;
}
.front-feature-container .front-feature-box {
  transform: translateY(55px);
  color: #ffffffdd;
}
.ffb-text {
  flex-shrink: 0;
  width: 480px;
  padding: 80px 25px 0px;
}
.ffb-text p {
  padding-top: 20px;
  line-height: 2.1;
  letter-spacing: 0.11em;
  text-align: justify;
}
.ffb-img {
  position: relative;
  z-index: 20;
  flex-shrink: 0;
  width: 1087px;
}
.split-box .ffb-img {
  margin-right: auto;
}
.img-high-quality::after {
  content: "";
  position: absolute;
  right: -33px;
  bottom: 11px;
  background: url("img_pc/top_feature_img11.webp") top center/ 236px 76px no-repeat;
  width: 236px;
  height: 76px;
  pointer-events: none;
}
.img-adaptability::after {
  content: "";
  position: absolute;
  right: -33px;
  bottom: 5px;
  background: url("img_pc/top_feature_img33.webp") top center/ 222px 75px no-repeat;
  width: 222px;
  height: 75px;
  pointer-events: none;
}
.ffb-img img {
  display: block;
  width: 100%;
  height: auto;
}

/* front-page workflow */
.front-workflow {
  position: relative;
  height: 870px;
}

.front-workflow-title {
  padding: 55px 0px 30px;
  text-align: center;
}

.front-workflow-container {
  position: relative;
  padding-left: 8.5%;
}
.front-workflow-container::after {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  background: url("img_pc/top_workflow_triangle.svg") no-repeat;
  width: 42px;
  height: 25px;
  pointer-events: none;
}
.fws-button {
  position: absolute;
  z-index: 10;
  bottom: -60px;
}
.fws-button-left {
  left: 313px;
}
.fws-button-right {
  left: 383px;
}
.fws-button img {
  width: 93px;
  height: auto;
}

.front-workflow-slider-pc {
  background-color: #f1f2f2;
  width: 100%;
  max-width: 1755px;
  padding: 80px 0px 50px;
}

.fws-card {
  height: auto; /*  高さを揃えるため */
  text-align: center;
}
.fws-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: -100px;
  background: url("img_pc/top_workflow_arrow.svg") center/ contain no-repeat;
  width: 196px;
  height: 8px;
  pointer-events: none;
}
.fws-card:last-child::after,
.swiper-slide:last-child .fws-card::after {
  display: none;
}
.fws-card:not(:nth-of-type(8)) .fws-ttbox {
  border-right: 1px solid #e8b289;
}
.fws-title {
  padding: 0px 0px 14px;
}
.fws-text {
  padding: 0 50px;
  color: #353535;
  line-height: 2.2;
  letter-spacing: 0.07em;
  text-align: justify;
}

/* front-page reason */
.front-reason {
  background-color: #111c27;
  height: 888px;
}

.front-reason-title {
  padding: 210px 0px 35px;
  text-align: center;
}

.front-reason-grid {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.front-reason-card {
  border: 1px solid #b98f6e;
  width: 575px;
  height: 275px;
  background-color: #111c27;
  background-size: 201px 261px;
  background-position: 6px 6px;
  background-repeat: no-repeat;
}

.front-reason-card div {
  width: 325px;
  margin-left: auto;
  padding: 30px 30px 0px 0px;
}

.front-reason-card h4 {
  padding-bottom: 20px;
  color: #c8bb9b;
  font-size: 26px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.front-reason-card p {
  color: #ffffffdd;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.12em;
}

.front-reason-card:nth-child(1) {
  background-image: url("img_pc/top_reason_bg1.webp");
}
.front-reason-card:nth-child(2) {
  background-image: url("img_pc/top_reason_bg2.webp");
}
.front-reason-card:nth-child(3) {
  background-image: url("img_pc/top_reason_bg3.webp");
}
.front-reason-card:nth-child(4) {
  background-image: url("img_pc/top_reason_bg4.webp");
}

/* front-page thought */
.front-thought {
  position: relative;
  background: url("img_pc/top_thought_bg.webp") center bottom / 1920px auto no-repeat #f1f2f2;
  height: 1000px;
}

.front-thought h3 {
  padding: 175px 0px 40px;
  text-align: center;
}

.front-thought p {
  padding-bottom: 30px;
  color: #ffffffee;
  line-height: 2.2;
  letter-spacing: 0.1em;
  text-align: center;
}

.front-thought-insta {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  width: 1250px;
}
.front-thought-insta:hover {
  opacity: 0.9;
}

/* front-page topics */
.front-topics {
  background-color: #f1f2f2;
  padding: 150px 0px 120px;
}

.front-topics-title {
  padding-bottom: 35px;
  text-align: center;
}

/* front-page faq */
.front-faq {
  background-color: #f1f2f2;
  padding: 165px 0px 50px;
}

.front-faq-title {
  padding-bottom: 50px;
  text-align: center;
}

/* front-page topics,faq accordion */
.accordion-item {
  max-width: 1200px;
  margin: 0 auto 22px;
}
.fta-item {
  box-shadow: 0 5px 20px #00000003;
}
.ffa-item {
  box-shadow: 0 5px 20px #00000007;
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.03em;
  user-select: none;
}
.fta-header,
.fta-content-inner p {
  padding: 29px 45px 29px 65px;
}
.ffa-header,
.ffa-content-inner p {
  padding: 20px 30px;
}

.accordion-header div {
  display: flex;
  align-items: center;
}
.fta-header div {
  gap: 50px;
}
.ffa-header div {
  gap: 18px;
}

.accordion-header img {
  margin-top: 3px;
}
.fta-header span {
  color: #c8bb9b;
  font-size: 16px;
}

.accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s;
  overflow: hidden;
}

.accordion-content-inner {
  background-color: #fff;
  border-top: 1px solid #00000020;
  opacity: 0;
  transition: opacity 0.3s;
  min-height: 0;
}
.fta-content-inner p {
  line-height: 2.1;
}
.ffa-content-inner p {
  line-height: 1.8;
}

.accordion-item.is-open .turn-animation {
  transform: rotate(180deg);
}
.accordion-item.is-open .accordion-content {
  grid-template-rows: 1fr;
}
.accordion-item.is-open .accordion-content-inner {
  opacity: 1;
}

/* parts slider */
.parts-slider {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  width: 100%;
  max-width: 1920px;
  padding-top: 70px;
  margin: -70px auto 0;
  overflow: hidden;
}

.parts-slider-content {
  display: flex;
  gap: 108px;
  width: max-content;
  animation: parts-scroll 45s linear infinite;
}

.parts-slider-content img {
  width: 2585px;
  flex-shrink: 0;
  translate: 0 -65%;
}

@keyframes parts-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-2585px - 108px));
  }
}

/* parts contact */
.parts-contact {
  padding: 90px 0px;
}

.parts-contact-title {
  padding-bottom: 40px;
  text-align: center;
}

.parts-contact-container {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.pcc-card {
  width: 33.3%;
  text-align: center;
}
.pcc-card:not(:first-child) {
  border-right: 2px solid #f1f2f2ee;
}
.pcc-card:not(:last-child) {
  border-left: 2px solid #f1f2f2ee;
}

.pcc-card h4 {
  background-color: #f1f2f2;
  border-radius: 8px;
  width: max-content;
  margin: 0 auto 27px;
  padding: 12px 25px;
  font-size: 17px;
  letter-spacing: 0.06em;
}
.pcc-card:nth-of-type(2) h4 {
  margin-bottom: 5px;
}

.pcc-card p {
  font-size: 15px;
  padding-top: 15px;
  letter-spacing: 0.07em;
}

/* footer */
.footer {
  background: url("img_pc/footer_bg.webp") center top / 1920px auto no-repeat #111c27;
  height: 555px;
  padding-top: 90px;
  color: #ffffffdd;
}

.footer-container {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.footer-info h4 {
  padding-top: 20px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.07em;
}
.footer-info p {
  padding: 48px 0px 27px;
  line-height: 1.9;
  letter-spacing: 0.07em;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 33px 70px;
  padding: 15px 80px 0px 90px;
}

.footer-insta {
  padding-top: 30px;
}

.footer-text {
  max-width: 1220px;
  margin: 0 auto;
  padding-top: 130px;
  font-size: 14px;
  letter-spacing: 0.07em;
}

/* about mv */
.about-mv {
  background: url("img_pc/about_mv_bg.webp") center top / 1920px auto no-repeat #111c27;
  padding: 355px 0px 120px;
  color: #fff;
}

.about-mv-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1724px;
  margin: 0 auto;
}
.about-mv-top div:first-child {
  padding-left: 54px;
}
.about-mv-top div:last-child {
  padding-top: 8px;
}

.about-mv-bottom {
  position: relative;
  width: max-content;
  margin: 0 auto;
  padding-top: 155px;
  text-align: center;
}
.about-mv-bottom::after {
  content: "";
  position: absolute;
  top: 40px;
  right: -375px;
  background: url("img_pc/about_mv_img1.webp") center top / contain no-repeat;
  width: 249px;
  height: 249px;
  pointer-events: none;
}
.about-mv-bottom::before {
  content: "";
  position: absolute;
  left: -370px;
  bottom: -185px;
  background: url("img_pc/about_mv_img2.webp") center top / contain no-repeat;
  width: 249px;
  height: 249px;
  pointer-events: none;
}
.about-mv-bottom h1 {
  padding: 45px 0px 22px;
  font-size: 37px;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.09em;
}
.about-mv-bottom p {
  padding-top: 38px;
  color: #ffffffdd;
  line-height: 2.2;
  letter-spacing: 0.08em;
}

/* about service */
.about-service {
  padding: 120px 0px 100px;
}

.about-service-title {
  padding-bottom: 25px;
  text-align: center;
}

.about-service-container {
  background: url("img_pc/about_service_bg.webp") center top / 1590px auto no-repeat;
  width: 100%;
  max-width: 1590px;
  margin: 0 auto;
  padding: 105px 145px;
  color: #fff;
}

.about-service-container h5 {
  padding: 15px 0px 39px;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.about-service-container p {
  color: #ffffffee;
  line-height: 2.2;
  letter-spacing: 0.08em;
}

/* about greeting */
.about-greeting {
  background: url("img_pc/about_greeting_bg.webp") center top / 1920px auto no-repeat;
  height: 670px;
  padding-top: 145px;
}

.about-greeting-container {
  display: flex;
  gap: 50px;
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
}

.about-greeting-text p {
  width: 535px;
  padding: 30px 0px 45px 1px;
  line-height: 2.2;
  letter-spacing: 0.08em;
  text-align: justify;
}

.about-greeting-text h5 {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 22px;
  letter-spacing: 0.15em;
}

.about-greeting-text span {
  font-size: 17px;
  letter-spacing: 0.12em;
}

/* about staff */
.about-staff {
  padding: 80px 0px 35px;
}

.about-staff-title {
  padding-bottom: 40px;
  text-align: center;
}

.about-staff-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 290px;
  max-width: 1200px;
  margin: 0 auto 55px;
}

.asc-thumbnail {
  width: 500px;
  height: 100%;
  overflow: hidden;
}

.asc-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.asc-text {
  position: relative;
  border-top: 1px solid #a38a77;
  border-right: 1px solid #a38a77;
  border-bottom: 1px solid #a38a77;
  width: 645px;
  height: 100%;
  padding-right: 30px;
}

.asc-text-insta {
  position: absolute;
  top: 68px;
  right: 30px;
  width: 33px;
  height: 33px;
  background: url("img_pc/parts_icon_insta@2x.webp") center top / 33px auto no-repeat;
}

.asc-text h4 {
  border-bottom: 1px solid #a38a77;
  padding: 8px 0px 8px 22px;
  color: #a38a77;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.asc-text h5 {
  padding: 20px 0px 20px 22px;
  font-size: 22px;
  letter-spacing: 0.05em;
}

.asc-text span {
  display: inline-block;
  padding-left: 30px;
  color: #a38a77;
  font-size: 17px;
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.asc-text p {
  height: 45%;
  padding: 0px 0px 20px 24px;
  line-height: 2.1;
  letter-spacing: 0.07em;
  text-align: justify;
  overflow: hidden;
}

.asc-text-wrapper {
  display: flex;
  align-items: center;
  border-top: 1px solid #a38a77;
  padding: 7px 0px 7px 22px;
}

.asc-text-wrapper div {
  padding-right: 22px;
}

.asc-text-wrapper h6 {
  border-left: 1px solid #a38a77;
  padding: 6px 0px 4px 22px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

/* about company */
.about-company {
  background-color: #f1f2f2;
  padding: 100px 0px 60px;
}

.about-company-title {
  padding-bottom: 40px;
  text-align: center;
}

.about-company-list {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.acl-title,
.acl-content {
  padding-bottom: 12px;
  border-bottom: 1px dashed #71707177;
}
.acl-title {
  width: 162px;
  color: #604c3f;
  font-weight: bold;
  text-align: justify;
  text-align-last: justify;
}
.acl-content {
  width: 588px;
  color: #353535;
  font-size: 15px;
  letter-spacing: 0.07em;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.about-company-img-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 870px;
  margin: 20px auto 40px;
}

.about-company-img-wrapper img {
  width: 426px;
  height: auto;
}

.about-company-gmap {
  width: 100%;
  height: 350px;
  max-width: 1590px;
  margin: 0 auto;
}
.about-company-gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* about company */
.about-history {
  background-color: #111c27;
  padding: 100px 0px 150px;
}

.about-history-title {
  padding-bottom: 35px;
  text-align: center;
}

.about-history-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #a38a7755;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 30px 17px 55px;
}
.about-history-list:nth-of-type(1) {
  border-top: 1px solid #a38a7755;
}

.ahl-title {
  padding-top: 7px;
  color: #fff;
  letter-spacing: 0.1em;
}
.ahl-year1 {
  color: #a38a77;
  letter-spacing: 0.08em;
}
.ahl-year2 {
  color: #a38a7755;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

/* contact top */
.contact {
  background-color: #f1f2f2;
  padding-bottom: 200px;
}

.contact-top {
  padding: 95px 0px 50px;
  text-align: center;
}

.contact-top-title {
  padding-bottom: 50px;
}

.contact-top-text {
  padding-bottom: 30px;
  line-height: 2.1;
  letter-spacing: 0.1em;
}

.contact-top-tel h4 {
  font-size: 17px;
  letter-spacing: 0.1em;
}
.contact-top-tel div {
  padding: 20px 0px 13px;
}
.contact-top-tel p {
  font-size: 15px;
  letter-spacing: 0.1em;
}

/* フォーム */
.p-form {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.p-form__label {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: serif;
}

.p-form__required {
  margin-left: 8px;
  color: #e30012;
  font-size: 0.85em;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.p-form__input {
  margin-bottom: 42px;
}

.p-form .wpcf7-list-item {
  margin: 0px 50px 0px 2px;
  display: inline-block;
}
.p-form input[type="radio"] {
  width: 23px;
  height: 23px;
  vertical-align: middle;
  cursor: pointer;
}
.p-form .wpcf7-list-item-label {
  margin-left: 3px;
  font-size: 16px;
  letter-spacing: 0.05em;
  vertical-align: middle;
}

.p-form input[type="text"],
.p-form input[type="email"],
.p-form input[type="tel"],
.p-form textarea {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 100%;
  padding: 18px 35px 12px;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-family: inherit;
}
.p-form textarea {
  height: 220px;
  resize: vertical;
}
.p-form__zip input {
  max-width: 200px;
  margin-bottom: 10px;
}

.p-form input::placeholder,
.p-form textarea::placeholder {
  color: #b5b5b5;
  opacity: 1;
}
.p-form input::-moz-placeholder,
.p-form textarea::-moz-placeholder {
  color: #b5b5b5;
  opacity: 1;
}

.p-form__submit {
  margin-top: 55px;
  text-align: center;
}
.p-form input[type="submit"].c-button,
.p-form .wpcf7-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
  display: inline-block;
  background-color: #a38a77;
  border-radius: 4px;
  width: 230px;
  height: 63px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.p-form input[type="submit"].c-button:hover,
.p-form .wpcf7-submit:hover {
  opacity: 0.8;
}

/* works works */
.works-works {
  background-color: #f1f2f2;
  padding-bottom: 300px;
}

.works-works-title {
  padding: 95px 0px 40px;
  text-align: center;
}

.works-works-btn-wrapper1 {
  display: flex;
  gap: 12px;
  width: max-content;
  max-width: 1920px;
  margin: 0 auto 60px;
}
.wwbw1-btn {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 9999px;
  height: 73px;
  padding: 22px 70px 0px;
  text-align: center;
}
.wwbw1-btn-all {
  padding: 20px 50px 0px;
}
.wwbw1-btn:hover {
  border: 2px solid #bbbbbb;
  color: #000000aa;
  opacity: 1;
}
.wwbw1-btn span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-family: serif;
}

.p-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  max-width: 1920px;
  margin: 70px auto 0px;
  padding: 0;
  list-style: none;
}
.p-pagination .page-numbers a,
.p-pagination .page-numbers span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #71707155;
  box-shadow: 0 5px 20px #00000011;
  width: 40px;
  height: 40px;
  color: #42342c;
  font-size: 16px;
  font-weight: bold;
  font-family: serif;
  text-decoration: none;
}
.p-pagination .page-numbers.prev,
.p-pagination .page-numbers.next {
  width: 92px;
}
.p-pagination .page-numbers.current {
  background-color: #a38a77;
  color: #fff;
}

/* works single top */
.works-single-top {
  background-color: #f1f2f2;
}

.works-single-title {
  position: relative;
  width: max-content;
  margin: 0 auto;
  padding: 95px 0px 40px;
  text-align: center;
}
.wss-button {
  position: absolute;
  bottom: -700px;
  z-index: 10;
  transition: ease opacity 0.3s;
}
.wss-button:hover {
  opacity: 0.7;
}
.wss-button-left {
  right: -220px;
}
.wss-button-right {
  right: -300px;
}
.wss-button img {
  width: 75px;
  height: auto;
}

.works-single-title-wrapper {
  position: relative;
  background-color: #fff;
  box-shadow: 0 5px 20px #00000011;
  width: 100%;
  height: 74px;
  max-width: 1200px;
  margin: 0 auto 30px;
  padding-top: 20px;
}
.wstw-title {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.07em;
  text-align: center;
}
.wstw-category {
  display: inline-block;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #c8bb9b;
  padding: 8px 13px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.works-single-slider-pc {
  background-color: transparent;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto -30px;
  padding-bottom: 30px;
}
.works-single-slider-pc .swiper-slide {
  width: 830px;
  flex-shrink: 0;
}
.works-single-slider-pc img {
  width: 100%;
  height: auto;
}

.works-single-thumbs {
  width: 100%;
  max-width: 1200px;
  margin: 60px auto 0px;
}
.works-single-thumbs .swiper-wrapper {
  justify-content: center;
}
.works-single-thumbs .swiper-slide {
  width: 102px !important;
  height: 68px;
  cursor: pointer;
  overflow: hidden;
}
.works-single-thumbs img {
  display: block;
  width: 102px;
  height: 68px;
  object-fit: cover;
}

.works-single-concept {
  position: relative;
  background-color: #fff;
  box-shadow: 0 5px 20px #00000011;
  width: 100%;
  height: max-content;
  max-width: 1200px;
  margin: 70px auto 0px;
  padding: 33px 40px;
  transform: translateY(40px);
}
.works-single-concept::after {
  content: "";
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  background: url("img_pc/works_single_text1.svg") no-repeat;
  width: 126px;
  height: 50px;
  pointer-events: none;
}
.works-single-concept p {
  line-height: 2.1;
  letter-spacing: 0.08em;
}

/* works single bottom */
.works-single-bottom {
  background-color: #fff;
  border-bottom: 1px solid #a38a77cc;
  padding: 100px 0px 90px;
}

.works-single-bottom-title {
  padding-bottom: 30px;
  text-align: center;
}

.works-single-pickup {
  width: 100%;
  height: max-content;
  max-width: 1100px;
  margin: 0 auto;
}
.works-single-pickup img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  margin-bottom: 20px;
}
.works-single-pickup h2:has(img),
.works-single-pickup h3:has(img),
.works-single-pickup p:has(img),
.works-single-pickup figure,
.works-single-pickup .wp-block-image {
  margin: 0 !important;
}
.works-single-pickup h2 {
  margin: 30px 0px 30px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.works-single-pickup h3,
.works-single-pickup p {
  margin-bottom: 35px;
  font-size: 16px;
  font-weight: normal;
  line-height: 2.1;
  letter-spacing: 0.08em;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  text-align: justify;
}

/* works single other */
.works-single-other {
  padding: 100px 0px 65px;
}

.works-single-other-title {
  padding-bottom: 30px;
  text-align: center;
}

.works-single-other-btn {
  padding-top: 50px;
  text-align: center;
}

/* works single btn-wrapper */
.works-single-last {
  position: relative;
  width: 100%;
  height: 320px;
}

.works-single-last-bg {
  background-color: #f1f2f2;
  width: 100%;
  height: 100%;
  max-width: 1755px;
  margin-right: auto;
}

.works-single-selector-wrapper {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
}
.works-single-selector-btn {
  display: block;
  width: 197px;
  height: auto;
}
.works-single-selector-btn.is-disabled {
  visibility: hidden;
  pointer-events: none;
}
.works-single-selector-btn-all {
  background-color: #a38a77;
  width: 345px;
  height: 60px;
  padding-top: 20px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.07em;
  font-family: serif;
  text-align: center;
  margin: 0 auto;
}
