@charset "UTF-8";
@media screen and (max-width: 767px) {
  .header_logo {
    width: 110px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9999;
  }
  .header_logo img {
    position: relative !important;
    width: 100% !important;
    top: 0;
    left: 0;
  }
  .fade {
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
  }
  .show {
    opacity: 1 !important;
    transition: opacity 1.5s ease-in-out;
  }
  .fade.show {
    opacity: 1;
  }
  .fadeText {
    display: inline-block;
    opacity: 1;
    /* 中身をspanで制御するので本体は1でもOK */
  }
  .fadeText span {
    display: inline-block;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    /* ここで1文字ずつ遅らせる */
    transition-delay: calc(0.05s * var(--char-index));
  }
  .fadeText + .fadeText {
    margin-top: -10px;
  }
  .fadeText.show span {
    opacity: 1;
    transform: translateY(0);
  }
  .is-scaled {
    transform: scale(1) !important;
  }
  .list_animation li {
    opacity: 0;
  }
  .bullet {
    width: 100%;
  }
  .bullet li {
    position: relative;
    padding-left: 1rem;
    font-size: 14px;
  }
  .bullet li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    color: #080807;
    font-size: 16px;
    line-height: 1.8;
  }
  .bullet li + li {
    margin-top: 12px;
  }
  .spNone {
    display: none !important;
  }
  body {
    width: 100%;
  }
  .pagetitle {
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 0.12em;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    line-height: 2.5;
  }
  .subpageLead {
    font-size: 15px;
    line-height: 2.5;
    text-align: center;
    margin: 60px auto 60px;
    width: calc(100vw - 40px);
  }
  .titleCaption {
    text-align: center;
    margin: 40px auto 80px;
    line-height: 2.5;
  }
  .button {
    width: 140px;
    height: 40px;
    background-color: #080807;
    margin: 0 auto;
    color: #FFFFFF;
    border-radius: 25px;
  }
  .button a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  .button a span {
    font-family: "Erode", serif;
    letter-spacing: 0.05em;
    display: block;
    line-height: 2.4;
    font-size: 16px;
    margin-left: -12px;
  }
  .button a .circle {
    width: 6px;
    height: 6px;
    border: 1px solid #FFFFFF;
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -3px;
    border-radius: 50%;
    background-color: #080807;
  }
  .sectionTitle {
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 0.08em;
  }
  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: transparent;
    width: 100vw;
    transition: all 0.4s ease;
  }
  #header.menu-open {
    background-color: #EBECED;
  }
  #header .head {
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100vw - 40px);
    margin: auto;
  }
  #header .head .wrap {
    display: flex;
    align-items: center;
    transform: translateY(-200px);
    transition: all 0.4s ease;
  }
  #header .head .wrap a {
    height: 30px;
    line-height: 30px;
    display: block;
    font-size: 12px;
    padding: 0 15px;
    border-radius: 50px;
    background-color: #080807;
    color: #FFFFFF;
  }
  #header .head .wrap .contact {
    background-color: #937B5E;
  }
  #header .head .wrap a + a {
    margin-left: 4px;
  }
  #header .head #meneIconWrap {
    width: 25px;
    height: 25px;
    position: relative;
    cursor: pointer;
  }
  #header .head #meneIconWrap .menuIcon span {
    width: 100%;
    height: 1px;
    background-color: #080807;
    position: absolute;
    left: 0;
    transition: all 0.4s ease;
    border-radius: 2px;
  }
  #header .head #meneIconWrap .menuIcon span:nth-child(1) {
    top: 8px;
  }
  #header .head #meneIconWrap .menuIcon span:nth-child(2) {
    bottom: 8px;
    transform: translateY(-50%);
  }
  #header .head #meneIconWrap .active span:nth-child(1) {
    transform: rotate(30deg);
    top: 50%;
  }
  #header .head #meneIconWrap .active span:nth-child(2) {
    transform: rotate(-30deg);
    bottom: 50%;
  }
  #header .menu {
    display: none;
    justify-content: space-between;
    padding: 0 40px 60px;
    width: 100%;
    box-sizing: border-box;
    margin: 40px auto 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  #header .menu.is-open {
    display: flex;
    opacity: 1;
    transform: translateY(0);
  }
  #header .menu .wrap {
    display: flex;
    flex-direction: column;
    width: calc(50% - 20px);
  }
  #header .menu .wrap .sns {
    display: flex;
    margin-top: 30px;
  }
  #header .menu .wrap .sns a {
    display: block;
    width: 20px;
    margin: 0;
  }
  #header .menu .wrap .sns a + a {
    margin-left: 20px;
  }
  #header .menu .wrap a {
    display: inline-block;
    font-size: 16px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    font-weight: 700;
    flex: 0 0 auto;
  }
  #header .menu .wrap a + a {
    margin-top: 30px;
  }
  #frontPage .firstview {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
  #frontPage .firstview .inner {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
  }
  #frontPage .firstview .inner .nav {
    padding: 20px 20px 0;
  }
  #frontPage .firstview .inner .nav .logo {
    width: 110px;
    margin-left: 0;
  }
  #frontPage .firstview .inner .nav .logo img {
    width: 100%;
    height: auto;
  }
  #frontPage .firstview .inner .nav ul {
    display: none;
  }
  #frontPage .firstview .inner .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    /* ★ 最初は全体を非表示にしておく（PCと同じ） */
    opacity: 0;
    transition: opacity 0.6s ease;
  }
  #frontPage .firstview .inner .title h2 {
    font-family: "Erode", serif;
    font-size: 42px;
    color: #FFFFFF;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
  #frontPage .firstview .inner .title h2 .jp {
    display: block;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 0.08em;
  }
  #frontPage .firstview .inner .title h2 .en {
    display: block;
  }
  #frontPage .firstview .inner .title h2 {
    /* ★ JSで .jp / .en の中に入る1文字ごとの span */
  }
  #frontPage .firstview .inner .title h2 span span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
  }
  #frontPage .firstview .bg-move {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
  }
  #frontPage .firstview .bg-move video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #frontPage .firstview .shadow {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #frontPage .firstview .mySwiper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #000;
    /* ★ コンテナ自体をゆっくりズームさせる */
    transform-origin: center center;
    animation: fvZoomInfinite 20s ease-in-out infinite alternate;
  }
  #frontPage .firstview .mySwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  #frontPage .firstview .mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #frontPage .firstview {
    /* ★ is-show が付いたらタイトルと1文字アニメーションを発火（PCと同じ考え方） */
  }
  #frontPage .firstview.is-show .inner .title {
    opacity: 1 !important;
  }
  #frontPage .firstview.is-show .inner .title h2 span span {
    animation: fvCharIn 0.6s forwards;
    animation-delay: calc(var(--char-index) * 0.05s);
  }
  #frontPage {
    /* ★ 全体ズーム用アニメーション（Swiperコンテナに適用） */
  }
  @keyframes fvZoomInfinite {
    0% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1.2);
    }
  }
  #frontPage {
    /* ★ 文字のフェードイン＆スライドアップ（既存のまま使う想定） */
  }
  @keyframes fvCharIn {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  #frontPage .about {
    padding: 80px 20px;
    position: relative;
  }
  #frontPage .about h3 {
    font-size: 22px;
    text-align: center;
    line-height: 1.8;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 500;
    margin: auto;
    display: block;
  }
  #frontPage .about h3 + h3 {
    margin-top: 0px;
  }
  #frontPage .about p {
    font-size: 14px;
    line-height: 2;
    text-align: center;
    margin-top: 32px;
    font-weight: 500;
  }
  #frontPage .about .button {
    margin-top: 50px;
  }
  #frontPage .about .swiperWrap {
    width: calc(100vw - 20px);
    margin-left: auto;
    margin-top: 60px;
    overflow: hidden;
  }
  #frontPage .about .swiperWrap .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  #frontPage .about .swiperWrap .gallerySwiper .swiper-slide {
    width: 280px;
    height: auto;
  }
  #frontPage .about .swiperWrap .gallerySwiper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  #frontPage .about .aboutText {
    position: absolute;
    width: 120px;
    top: 40px;
    left: 20px;
    opacity: 1;
    z-index: -1;
  }
  #frontPage .about .circle_line {
    width: 80vw;
    height: 80vw;
    border: 1px solid #D2CECA;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
    transition: transform 1.5s ease;
    display: none;
  }
  #frontPage .house {
    padding: 80px 0;
    position: relative;
    width: 100vw;
    overflow: hidden;
  }
  #frontPage .house .houseText {
    position: absolute;
    width: 160px;
    top: -20px;
    left: -30px;
    opacity: 0.15;
    z-index: -1;
  }
  #frontPage .house .osadaText {
    position: absolute;
    width: 140px;
    bottom: 100px;
    right: -20px;
    opacity: 0.15;
    z-index: -1;
  }
  #frontPage .house .selectHouse {
    margin-top: 60px;
  }
  #frontPage .house .selectHouse .houseType {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 1px;
    height: 100px;
    transition: all 0.4s ease;
  }
  #frontPage .house .selectHouse .houseType img {
    width: 100%;
    height: 100vw;
    object-fit: cover;
  }
  #frontPage .house .selectHouse .houseType .shadow {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #frontPage .house .selectHouse .houseType .Nactive {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    z-index: 2;
    font-weight: 500;
    text-align: center;
  }
  #frontPage .house .selectHouse .houseType .Nactive::after {
    content: "";
    width: 12px;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    right: -23px;
    transform: translateX(-50%);
  }
  #frontPage .house .selectHouse .houseType .Nactive::before {
    content: "";
    width: 1px;
    height: 12px;
    background-color: #FFFFFF;
    position: absolute;
    top: 52%;
    right: -12px;
    transform: translateY(-50%);
  }
  #frontPage .house .selectHouse .houseType .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #FFFFFF;
    z-index: 3;
    transition: all 1s ease;
    text-align: center;
    opacity: 0;
  }
  #frontPage .house .selectHouse .houseType .wrap h4 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    font-weight: 500;
  }
  #frontPage .house .selectHouse .houseType .wrap .caption {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 15px;
    font-weight: 400;
  }
  #frontPage .house .selectHouse .houseType .wrap .button {
    margin-top: 25px;
  }
  #frontPage .house .selectHouse .select {
    height: 100vw;
  }
  #frontPage .house .selectHouse .select .Nactive {
    opacity: 0;
  }
  #frontPage .house .selectHouse .select .wrap {
    opacity: 1;
  }
  #frontPage .works {
    margin: 90px auto 120px;
    position: relative;
  }
  #frontPage .works .worksText {
    position: absolute;
    width: 110px;
    top: -30px;
    left: 50%;
    z-index: -1;
  }
  #frontPage .works .sectionTitle {
    text-align: center;
  }
  #frontPage .works .wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
  }
  #frontPage .works .wrap .button {
    margin: 0;
  }
  #frontPage .works .worksList {
    margin: 80px auto 0;
    width: calc(100vw - 40px);
  }
  #frontPage .works .worksList .worksItem {
    width: 100%;
    aspect-ratio: 352/235;
  }
  #frontPage .works .worksList .worksItem img {
    width: 100%;
    object-fit: cover;
    height: auto;
  }
  #frontPage .works .worksList .worksItem a {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
    color: #080807;
  }
  #frontPage .works .worksList .worksItem a .shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all 0.3s ease;
    display: none;
  }
  #frontPage .works .worksList .worksItem a ul {
    position: relative;
    opacity: 1;
    transition: all 0.3s ease;
    width: 50vw;
  }
  #frontPage .works .worksList .worksItem a ul li {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    display: flex;
    font-weight: 500;
    letter-spacing: 0.05em;
    width: 50vw;
  }
  #frontPage .works .worksList .worksItem a ul li p:first-child {
    width: 70px;
    margin-right: 10px;
  }
  #frontPage .works .worksList .worksItem a ul li + li {
    margin-top: 10px;
  }
  #frontPage .works .worksList .worksItem .titleWrap {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #frontPage .works .worksList .worksItem .titleWrap ul {
    width: calc(50vw - 20px);
    font-size: 11px;
  }
  #frontPage .works .worksList .worksItem .titleWrap .title {
    font-size: 15px;
    width: calc(50vw - 40px);
    color: #080807;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 0.05em;
    opacity: 1;
  }
  #frontPage .works .worksList .worksItem a:hover .shadow {
    opacity: 1;
  }
  #frontPage .works .worksList .worksItem a:hover ul {
    opacity: 1;
  }
  #frontPage .works .worksList .worksItem + .worksItem {
    margin-top: 40px;
  }
  #frontPage .points {
    background-color: #D2CECA;
    height: 400vh;
    width: 100vw;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #frontPage .points .button {
    position: sticky;
    top: calc(100vh - 80px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }
  #frontPage .points .sectionTitle {
    text-align: center;
    position: sticky;
    top: 60px;
    left: 0;
  }
  #frontPage .points .leadText {
    width: 100vw;
    height: 100vh;
    position: sticky;
    top: 0;
  }
  #frontPage .points .leadText .textWrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #frontPage .points .leadText .textWrap p {
    display: block;
    margin: auto;
    font-family: "Erode", serif;
    color: #FFFFFF;
    font-size: 15vw;
    width: max-content;
    text-align: center;
  }
  #frontPage .points .cardWrap {
    width: 100vw;
    height: 100vh;
    position: sticky;
    top: 0;
  }
  #frontPage .points .card {
    width: 244px;
    height: 300px;
    background-color: #FFFFFF;
    z-index: 2;
  }
  #frontPage .points .card img {
    width: 185px;
    height: auto;
    margin: 8px auto 10px;
  }
  #frontPage .points .card .lavel {
    display: inline-block;
    background-color: #937B5E;
    color: #FFFFFF;
    padding: 4px 8px;
  }
  #frontPage .points .card p {
    width: 185px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.8;
    font-weight: 500;
  }
  #frontPage .points .point1 {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%) rotate(-1deg);
    margin-top: -100px;
  }
  #frontPage .points .point2 {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%) rotate(4deg);
    background-color: #EBECED;
    margin-top: -50px;
  }
  #frontPage .points .point3 {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%) rotate(2deg);
    background-color: #EBECED;
    margin-top: 0px;
  }
  #frontPage .points .point4 {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%) rotate(-2deg);
    margin-top: 50px;
  }
  #frontPage .voice {
    padding: 60px 0;
    position: relative;
  }
  #frontPage .voice .voiceText {
    position: absolute;
    width: 95px;
    top: 30px;
    left: 20%;
    z-index: -1;
  }
  #frontPage .voice .circle_line {
    width: 100vw;
    height: 100vw;
    border: 1px solid #D2CECA;
    border-radius: 50%;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%) scale(0);
    z-index: -1;
    transition: transform 1.5s ease;
    display: none;
  }
  #frontPage .voice .wrap {
    text-align: center;
    margin-bottom: 50px;
  }
  #frontPage .voice .wrap .button {
    margin-top: 30px;
  }
  #frontPage .voice ul {
    width: 100vw;
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    padding: 0 20px;
  }
  #frontPage .voice ul li {
    margin-bottom: 40px;
    width: 300px;
    flex: 0 0 auto;
  }
  #frontPage .voice ul li a {
    display: block;
  }
  #frontPage .voice ul li a img {
    width: 100%;
    height: auto;
  }
  #frontPage .voice ul li a .lavel {
    font-size: 12px;
    background-color: #080807;
    padding: 4px 8px;
    color: #FFFFFF;
    display: inline-block;
    transform: translateY(-27px);
  }
  #frontPage .voice ul li a .captiopn {
    font-size: 13px;
    line-height: 1.8;
    font-weight: 700;
    margin-top: -10px;
  }
  #frontPage .news {
    padding: 60px 0px;
    position: relative;
  }
  #frontPage .news .newsText {
    position: absolute;
    width: 95px;
    top: 30px;
    left: 20%;
    z-index: -1;
  }
  #frontPage .news .newsList {
    border-bottom: 1px solid #BEC1C4;
    padding: 40px 20px;
    margin-top: 60px;
  }
  #frontPage .news .newsList .left,
  #frontPage .news .newsList .right {
    width: 100%;
  }
  #frontPage .news .newsList .date {
    font-family: "Erode", serif;
    font-size: 16px;
    color: #6C6C6C;
    margin-top: 20px;
  }
  #frontPage .news .newsList .caption {
    font-size: 14px;
    line-height: 2;
    font-weight: 600;
  }
  #frontPage .news .newsList .title {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-top: 8px;
    font-weight: 800;
    margin: 10px 0 20px;
  }
  #frontPage .news .newsList .title span {
    font-size: 13px;
    color: #937B5E;
  }
  #frontPage .news .newsList .title span:before {
    content: "┃";
    width: 4px;
    height: 4px;
    display: inline-block;
    margin-right: 8px;
    color: #080807;
    font-weight: 300;
  }
  #frontPage .news .newsList .left {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #BEC1C4;
  }
  #frontPage .news .newsList .left a {
    display: block;
  }
  #frontPage .news .newsList .left a img {
    width: 100%;
    height: auto;
  }
  #frontPage .news .newsList .right ul li {
    border-bottom: 1px solid #BEC1C4;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #frontPage .news .newsList .right ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  #frontPage .news .newsList .right ul li a {
    display: block;
  }
  #frontPage .news .button {
    margin-top: 50px;
  }
  #frontPage .company {
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 80px 20px;
    position: relative;
    margin-top: 40px;
    background-attachment: fixed;
  }
  #frontPage .company .companyText {
    position: absolute;
    width: 200px;
    top: 20px;
    left: -30px;
    z-index: 1;
    opacity: 0.3;
  }
  #frontPage .company .shadow {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #frontPage .company .sectionTitle {
    color: #FFFFFF;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  #frontPage .company .wrap {
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    margin-top: 60px;
    text-align: center;
  }
  #frontPage .company .wrap .button {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    margin-bottom: 40px;
  }
  #frontPage .company .wrap p {
    font-size: 14px;
    line-height: 2.2;
    font-weight: 600;
  }
  #footer .info {
    padding: 80px 20px;
  }
  #footer .info .contact {
    text-align: center;
    margin-bottom: 60px;
  }
  #footer .info .contact .caption {
    margin: 40px auto 20px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.8;
  }
  #footer .info .contact .tel {
    display: block;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 20px 0;
  }
  #footer .info .contact .hours {
    font-size: 13px;
    font-weight: 600;
    margin: 20px 0 40px;
  }
  #footer .info .contact .hours span {
    font-size: 15px;
    font-weight: 900;
  }
  #footer .info .contact .button {
    width: 220px;
    background-color: #937B5E;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
  }
  #footer .info .contact .button .circle {
    background-color: transparent;
  }
  #footer .info .contact .service-area {
    margin-bottom: 30px;
  }
  #footer .info .contact .service-area p {
    font-size: 13px;
    font-weight: 600;
  }
  #footer .info .contact .service-area .title {
    font-weight: 900;
    margin-bottom: 12px;
  }
  #footer .info .access {
    text-align: center;
    padding-top: 60px;
    border-top: 1px solid #BEC1C4;
  }
  #footer .info .access p {
    margin-top: 40px;
    font-size: 13px;
    font-weight: 600;
    line-height: 2;
  }
  #footer .info .access .map {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  #footer .info .access .map img {
    width: 100%;
    height: auto;
  }
  #footer .menu {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
    position: relative;
    height: 375px;
  }
  #footer .menu .spFooter {
    position: relative;
    z-index: 3;
    height: 375px;
    width: 100%;
  }
  #footer .menu .spFooter .footer_logo {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    z-index: 5;
  }
  #footer .menu .spFooter .shadow {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #footer .menu .spFooter .copy {
    font-size: 12px;
    opacity: 0.7;
    color: #FFFFFF;
    position: absolute;
    bottom: 20px;
    right: 10px;
    writing-mode: vertical-rl;
    z-index: 5;
  }
  #footer .menu .siteMap {
    background-color: rgba(0, 0, 0, 0.85);
    padding: 40px 20px;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
    display: none;
  }
  #footer .menu .siteMap .logo {
    width: 140px;
    margin: 0 auto 40px;
    display: block;
  }
  #footer .menu .siteMap .logo img {
    width: 100%;
    height: auto;
  }
  #footer .menu .siteMap .wrap ul {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    text-align: center;
  }
  #footer .menu .siteMap .wrap ul li {
    margin-bottom: 20px;
  }
  #footer .menu .siteMap .wrap ul li.policy {
    margin-top: 40px;
    font-size: 12px;
  }
  #footer .menu .siteMap .wrap ul li.sns {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  #footer .menu .siteMap .wrap ul li.sns a {
    display: block;
    width: 20px;
    height: 20px;
  }
  #footer .menu .siteMap .wrap ul li.sns a img {
    width: 100%;
    height: auto;
  }
  #footer .menu .siteMap .wrap ul li.sns a:not(:first-child) {
    margin-left: 20px;
  }
  #footer .menu .siteMap .wrap .copyright {
    font-size: 11px;
    color: #6C6C6C;
    margin-top: 40px;
    text-align: center;
  }
  #footer .menu .swiperWrap {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }
  #footer .menu .swiperWrap .swiper .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  #footer .menu .swiperWrap .swiper .swiper-wrapper .swiper-slide {
    width: 280px;
    height: auto;
  }
  #footer .menu .swiperWrap .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  #footer .menu .bgImg {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    object-fit: cover;
  }
  #aboutPage .firstview {
    width: 100vw;
    height: 180vh;
    position: relative;
  }
  #aboutPage .firstview .textWrap {
    margin-top: -40vh;
  }
  #aboutPage .firstview .imgWrap {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: sticky;
    top: 0;
  }
  #aboutPage .firstview .imgWrap .mainVisual {
    width: 102vw;
    height: 102%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
    filter: blur(0);
    transition: filter 0.8s ease;
  }
  #aboutPage .firstview .imgWrap.is-blur .mainVisual {
    filter: blur(6px);
  }
  #aboutPage .firstview .imgWrap .shadow {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
  }
  #aboutPage .firstview .lead {
    position: relative;
    z-index: 2;
    font-size: 22px;
    font-family: "Erode", serif;
    margin-left: 40px;
    color: #FFFFFF;
    letter-spacing: 0.2em;
    font-weight: 300;
    margin-top: -50vh;
  }
  #aboutPage .firstview .lead + .lead {
    margin-top: 20px;
  }
  #aboutPage .firstview .caption {
    position: relative;
    z-index: 2;
    font-size: 15px;
    margin-left: 40px;
    margin-top: 60px;
    line-height: 2.5;
    color: #FFFFFF;
    width: calc(100vw - 80px);
  }
  #aboutPage .point {
    margin-top: 60px;
    display: flex;
    flex-flow: column;
  }
  #aboutPage .point .imgWrap {
    width: calc(100vw - 60px);
    height: auto;
    position: relative;
    margin-left: auto;
  }
  #aboutPage .point .imgWrap .number {
    position: absolute;
    top: -20px;
    left: 20px;
    font-size: 100px;
    width: 45px;
  }
  #aboutPage .point .imgWrap img {
    width: 100%;
    height: auto;
  }
  #aboutPage .point .textWrap {
    width: calc(100vw - 40px);
    padding: 0 0;
    margin: 20px auto;
  }
  #aboutPage .point .textWrap .wrap {
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
  }
  #aboutPage .point .textWrap .wrap .title {
    font-size: 16px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    font-weight: 600;
    background-color: #937B5E;
    padding: 4px 8px;
    color: #FFFFFF;
    height: fit-content;
  }
  #aboutPage .point .textWrap .wrap .illust {
    width: 110px;
  }
  #aboutPage .point .textWrap .caption {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2;
    font-weight: 600;
  }
  #aboutPage .point .textWrap .caption span {
    text-decoration: underline;
    color: #937B5E;
  }
  #aboutPage .point .L3 {
    width: 70px;
  }
  #aboutPage .reverse {
    padding: 80px 0;
    background-color: #D2CECA;
    flex-flow: column-reverse;
  }
  #aboutPage .reverse .textWrap .wrap {
    flex-flow: row;
  }
  #aboutPage .reverse .imgWrap {
    margin-right: auto;
    margin-left: 0;
  }
  #aboutPage .reverse .imgWrap .number {
    left: auto;
    right: 20px;
  }
  #aboutPage .house {
    margin: 100px auto;
  }
  #aboutPage .house .banner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100vw - 40px);
    margin: 40px auto 0;
    flex-flow: column;
  }
  #aboutPage .house .banner a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  #aboutPage .house .banner a .shadow {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #aboutPage .house .banner a p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 20px;
  }
  #aboutPage .house .banner a img {
    transition: all 0.3s ease;
    width: 100%;
    height: auto;
  }
  #aboutPage .house .banner a + a {
    margin-top: 10px;
  }
  #aboutPage .about {
    width: 100vw;
    padding: 130px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    text-align: center;
    color: #FFFFFF;
  }
  #aboutPage .about .shadow {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #aboutPage .about h4 {
    position: relative;
    z-index: 2;
    font-size: 22px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
  }
  #aboutPage .about p {
    position: relative;
    z-index: 2;
    font-size: 15px;
    line-height: 2.5;
    margin-top: 50px;
  }
  #aboutPage .strong {
    margin: 100px auto 0;
    padding-bottom: 100px;
    border-bottom: 1px solid #BEC1C4;
    width: calc(100vw - 20px);
  }
  #aboutPage .strong .wrap .inner {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    margin: auto;
  }
  #aboutPage .strong .wrap .inner img {
    width: 100%;
  }
  #aboutPage .strong .wrap .inner .textWrap {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    width: calc(100% - 20px);
  }
  #aboutPage .strong .wrap .inner .textWrap .lavel {
    font-size: 14px;
    color: #937B5E;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 20px;
  }
  #aboutPage .strong .wrap .inner .textWrap .title {
    font-size: 20px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin: 15px 0 20px;
  }
  #aboutPage .strong .wrap .inner .textWrap .caption {
    font-size: 14px;
    line-height: 2;
    font-weight: 600;
  }
  #aboutPage .strong .wrap + .wrap {
    margin-top: 60px;
  }
  #stepPage .firstview {
    width: 100vw;
    height: 250px;
    position: relative;
  }
  #stepPage .firstview .imgWrap {
    width: 100vw;
    height: 250px;
    overflow: hidden;
    background-size: cover;
    position: sticky;
    background-position: center;
    top: 0;
  }
  #stepPage .firstview .imgWrap .shadow {
    width: 100vw;
    height: 250px;
    background-color: rgba(0, 0, 0, 0.3);
  }
  #stepPage .step {
    width: calc(100vw - 40px);
    margin: 0 auto;
    border-top: 1px solid #BEC1C4;
    padding-top: 60px;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #BEC1C4;
  }
  #stepPage .step h5 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    letter-spacing: 0.08em;
    font-weight: 300;
    margin-bottom: 60px;
    text-align: center;
  }
  #stepPage .step .flow .inner {
    position: relative;
    width: calc(100vw - 40px);
    margin: 0 auto;
  }
  #stepPage .step .flow .inner .lastText {
    position: relative;
    text-align: center;
    margin-top: -50px;
  }
  #stepPage .step .flow .inner .lastText .flowImg {
    position: relative;
    z-index: -1;
    right: 0;
  }
  #stepPage .step .flow .inner .lastText div {
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translate(0%, -50%);
  }
  #stepPage .step .flow .inner .lastText h5 {
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 0;
  }
  #stepPage .step .flow .inner .lastText p {
    margin-top: 2px;
    font-size: 11px;
  }
  #stepPage .step .flow .inner .flowImg {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 30px;
  }
  #stepPage .step .flow .inner .flowText {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
  }
  #stepPage .step .flow .inner .flowText .textWrap {
    width: 155px;
    margin-left: 15px;
  }
  #stepPage .step .flow .inner .flowText .textWrap .caption {
    font-size: 13px;
    line-height: 2;
    font-weight: 600;
    margin-top: 16px;
  }
  #stepPage .step .flow .inner .flowText .textWrap .strong {
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #937B5E;
    display: inline-block;
    padding: 8px 20px;
    margin-top: 16px;
  }
  #stepPage .step .flow .inner .flowText .textWrap h6 {
    font-size: 14px;
    font-weight: 900;
  }
  #stepPage .step .flow .inner .flowText .textWrap ul {
    margin-top: 16px;
  }
  #stepPage .step .flow .inner .flowText .textWrap ul li {
    font-size: 13px;
    line-height: 2;
    margin-top: 0px;
    font-weight: 900;
    position: relative;
    padding-left: 1em;
  }
  #stepPage .step .flow .inner .flowText .textWrap ul li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
  }
  #stepPage .price {
    padding-bottom: 60px;
    border-bottom: 1px solid #BEC1C4;
    width: calc(100vw - 40px);
    margin: auto;
  }
  #stepPage .price .chartWrap {
    width: calc(100vw - 40px);
    margin: 0 auto 0;
    display: flex;
    flex-flow: column;
  }
  #stepPage .price .chartWrap .headline {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 19px;
    font-weight: 900;
  }
  #stepPage .price .chartWrap .headline::after {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #937B5E;
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
  }
  #stepPage .price .chartWrap .imgWrap {
    width: calc(100vw - 40px);
    text-align: left;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  #stepPage .price .chartWrap .imgWrap img {
    width: 240px;
    height: auto;
    margin: auto;
  }
  #stepPage .price .chartWrap .imgWrap .headline {
    margin: 20px auto 0;
  }
  #stepPage .price .chartWrap .dateWrap .green::after {
    background-color: #8C9E6C;
  }
  #stepPage .price .chartWrap .dateWrap .beige {
    margin-top: 30px;
  }
  #stepPage .price .chartWrap .dateWrap .beige::after {
    background-color: #C6B79D;
  }
  #stepPage .price .chartWrap .dateWrap .headline {
    margin-bottom: 30px;
  }
  #stepPage .price .chartWrap .dateWrap .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #stepPage .price .chartWrap .dateWrap .flex .wrap {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
  #stepPage .price .chartWrap .dateWrap .flex li {
    width: calc(50% - 20px);
    margin-bottom: 10px;
    font-weight: 800;
    position: relative;
    padding-left: 1em;
  }
  #stepPage .price .chartWrap .dateWrap .flex li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
  }
  #stepPage .price .chartWrap .dateWrap .bold {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 10px;
  }
  #stepPage .price .chartWrap .dateWrap .list {
    width: 100%;
  }
  #stepPage .price .chartWrap .dateWrap .list li {
    width: 100%;
    margin-left: 0;
    font-size: 14px;
  }
  #stepPage .point {
    margin: 60px auto 0px;
    width: calc(100vw - 40px);
  }
  #stepPage .point .pointsList {
    display: flex;
    justify-content: space-between;
    width: calc(100vw - 40px);
    margin: 60px auto 0;
    flex-flow: column;
  }
  #stepPage .point .pointsList .list {
    width: 100%;
    text-align: left;
  }
  #stepPage .point .pointsList .list img {
    width: 100%;
    height: auto;
  }
  #stepPage .point .pointsList .list .title {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 900;
    margin-top: 20px;
  }
  #stepPage .point .pointsList .list .caption {
    margin-top: 10px;
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
    text-align: left;
  }
  #stepPage .point .pointsList .list + .list {
    margin-top: 40px;
  }
  #templatePage .templateFV {
    width: 100vw;
    position: relative;
    margin-top: 100px;
  }
  #templatePage .templateFV .logo {
    position: absolute;
    top: -80px;
    left: 20px;
    z-index: 3;
    width: 110px;
  }
  #templatePage .templateFV .imgWrap {
    width: 100vw;
    height: 100vw;
    position: relative;
  }
  #templatePage .templateFV .imgWrap .main {
    position: absolute;
    left: 0;
    top: 0;
    width: 80vw;
    height: 80vw;
  }
  #templatePage .templateFV .imgWrap .sub {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 60vw;
  }
  #templatePage .templateFV .textWrap {
    width: calc(100vw - 40px);
    position: relative;
    margin: 60px auto;
  }
  #templatePage .templateFV .textWrap .lead {
    font-size: 22px;
    font-family: "Erode", serif;
    font-weight: 300;
    line-height: 2;
  }
  #templatePage .templateFV .textWrap p {
    margin-top: 30px;
    font-size: 14px;
    line-height: 2.5;
    font-weight: 700;
  }
  #templatePage .modelHouse {
    width: calc(100vw - 40px);
    margin: 100px auto 0;
    border-top: 1px solid #BEC1C4;
    padding-top: 60px;
  }
  #templatePage .modelHouse .wankontena {
    margin: 0 auto;
    width: 210px;
    margin-top: -50px;
    mix-blend-mode: multiply;
  }
  #templatePage .modelHouse .textImgWrap {
    width: 100%;
    margin-top: 80px;
  }
  #templatePage .modelHouse .textImgWrap .mainWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-flow: column;
    position: relative;
  }
  #templatePage .modelHouse .textImgWrap .mainWrap .lavel {
    font-size: 14px;
    background-color: #937B5E;
    color: #FFFFFF;
    display: inline-block;
    padding: 4px 8px;
    position: absolute;
    top: 0px;
    left: 0;
    width: fit-content;
    margin-top: 0;
  }
  #templatePage .modelHouse .textImgWrap .mainWrap p {
    font-size: 15px;
    line-height: 2.5;
    font-weight: 600;
    width: 100%;
    margin-top: 40px;
  }
  #templatePage .modelHouse .textImgWrap .mainWrap img {
    width: 100%;
  }
  #templatePage .modelHouse .main {
    width: 100vw;
    max-width: fit-content;
    margin-left: -20px;
  }
  #templatePage .modelHouse .youtube {
    width: 100%;
    margin-top: 0px;
    aspect-ratio: 16/9;
  }
  #templatePage .modelHouse .youtube iframe {
    width: 100%;
    height: 100%;
  }
  #templatePage .modelHouse .catch {
    font-size: 22px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.08em;
    font-weight: 300;
    margin: auto;
    margin-bottom: 40px;
  }
  #templatePage .modelHouse .borderTitle {
    display: block;
    position: relative;
    width: 100%;
  }
  #templatePage .modelHouse .borderTitle p {
    font-size: 16px;
    background-color: #EBECED;
    padding-right: 20px;
    position: relative;
    z-index: 2;
    display: inline-block;
    font-weight: 600;
  }
  #templatePage .modelHouse .borderTitle .border {
    width: 100%;
    height: 1px;
    background-color: #BEC1C4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  #templatePage .modelHouse .caption {
    margin-bottom: 60px;
  }
  #templatePage .modelHouse .colum2 {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
  }
  #templatePage .modelHouse .colum2 li {
    width: 100%;
    margin: 20px auto;
  }
  #templatePage .modelHouse .colum2 li + li {
    margin-top: 0;
  }
  #templatePage .modelHouse .colum2 .imgWrap {
    width: 100%;
  }
  #templatePage .modelHouse .colum2 .textWrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-top: 20px;
  }
  #templatePage .modelHouse .colum2 .textWrap .title {
    font-size: 16px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    font-weight: 900;
    margin-bottom: 20px;
  }
  #templatePage .modelHouse .colum2 .textWrap .title span {
    display: block;
    font-size: 14px;
    color: #937B5E;
    margin-bottom: 16px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
  }
  #templatePage .modelHouse .colum2 .textWrap .caption {
    font-size: 14px;
    line-height: 2.5;
    font-weight: 700;
    margin-bottom: 0;
  }
  #templatePage .modelHouse .colum2 + .colum2 {
    margin-top: 60px;
  }
  #templatePage .modelHouse .colum3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    width: 100vw;
    overflow-x: scroll;
  }
  #templatePage .modelHouse .colum3 li {
    flex: 0 0 auto;
    width: 215px;
    margin-right: 20px;
  }
  #templatePage .modelHouse .colum3 .title {
    font-size: 14px;
    text-align: center;
    margin: 10px 0;
    font-weight: 900;
  }
  #templatePage .modelHouse .colum3 .caption {
    font-size: 13px;
    line-height: 2;
    font-weight: 500;
    text-align: center;
  }
  #templatePage .modelHouse .lead {
    font-size: 15px;
    line-height: 2.5;
    font-weight: 600;
    text-align: left;
    margin: 40px 0 80px auto;
    width: 100%;
  }
  #templatePage .modelHouse .sectionTitle {
    margin-bottom: 80px;
  }
  #templatePage .modelHouse .sectionTitle span {
    display: block;
    font-size: 13px;
    color: #888888;
    margin-bottom: 16px;
  }
  #templatePage .modelHouse .items .title {
    font-size: 15px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    font-weight: 900;
    position: relative;
    padding-left: 1rem;
    display: inline-block;
    margin-bottom: 50px;
  }
  #templatePage .modelHouse .items .title::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #080807;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
  }
  #templatePage .modelHouse .imgWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column;
  }
  #templatePage .modelHouse .imgWrap .main {
    width: calc(100vw - 20px);
    margin-left: -20px;
    max-width: fit-content;
  }
  #templatePage .modelHouse .imgWrap .sub {
    width: 61.8666666667vw;
    margin-left: auto;
    margin-right: -20px;
    margin-top: 30px;
  }
  #templatePage .modelHouse .items + .items {
    margin-top: 80px;
  }
  #templatePage .modelHouse .reverse .title {
    margin-left: auto;
  }
  #templatePage .modelHouse .reverse .imgWrap .main {
    margin-left: auto;
    margin-right: -20px;
  }
  #templatePage .modelHouse .reverse .imgWrap .sub {
    margin-right: auto;
    margin-left: -20px;
  }
  #templatePage .sectionBorder {
    width: calc(100vw - 40px);
    margin: auto;
    height: 1px;
    background-color: #BEC1C4;
    margin-top: 100px;
  }
  #templatePage .oneText {
    font-family: "Erode", serif;
    text-align: center;
    font-size: 24px;
    margin-top: -40px;
    letter-spacing: 0.3em;
  }
  .livingintwo .colum3 {
    margin-left: -20px;
    padding: 0 20px;
  }
  .livingintwo .colum3 li:last-child {
    margin-right: 0 !important;
  }
  .livingintwo .spReverse {
    flex-flow: column-reverse !important;
    margin-bottom: 60px !important;
  }
  .livingintwo .colum2 li {
    margin-bottom: 0 !important;
  }
  .container .containerUse .marginBottom0 {
    margin-bottom: 0 !important;
  }
  .container .containerUse .colum3 {
    flex-flow: column !important;
    width: 100% !important;
  }
  .container .containerUse .colum3 li {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .pageNation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }
  .pageNation .prev,
  .pageNation .next {
    width: 16px;
  }
  .pageNation .prev {
    transform: rotate(180deg);
  }
  .pageNation .pageNumber {
    display: flex;
    align-items: center;
    margin: 0 50px;
    position: relative;
  }
  .pageNation .pageNumber li {
    font-family: "Erode", serif;
    font-size: 20px;
    position: relative;
    opacity: 0.5;
    font-weight: 400;
  }
  .pageNation .pageNumber .active {
    opacity: 1;
  }
  .pageNation .pageNumber .active::after {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #080807;
    position: absolute;
    display: block;
    border-radius: 50%;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
  }
  .pageNation .pageNumber li + li {
    margin-left: 32px;
  }
  .footerText {
    font-family: "Erode", serif;
    font-size: 20px;
    font-weight: 300;
    margin: auto;
    display: block;
    text-align: center;
    border-top: 1px solid #BEC1C4;
    border-bottom: 1px solid #BEC1C4;
    padding: 80px 0;
    margin-top: 100px;
    width: calc(100vw - 40px);
    line-height: 2;
  }
  #worksPage .fv {
    width: 100vw;
    position: relative;
    height: 250px;
  }
  #worksPage .fv .worksText {
    position: absolute;
    width: 110px;
    bottom: -20px;
    right: 20px;
    z-index: 2;
  }
  #worksPage .fv .imgWrap {
    width: 100vw;
    height: 250px;
    position: relative;
  }
  #worksPage .fv .imgWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #worksPage .fv .imgWrap .shadow {
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
  }
  #worksPage .lead {
    font-size: 22px;
    font-family: "Erode", serif;
    font-weight: 300;
    margin: 80px 20px 60px;
  }
  #worksPage .category {
    width: calc(100vw - 40px);
    margin: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #BEC1C4;
  }
  #worksPage .category .title {
    font-size: 16px;
    font-family: "Erode", serif;
    letter-spacing: 0.05em;
    font-weight: 900;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #BEC1C4;
  }
  #worksPage .category .categoryList {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
  }
  #worksPage .category .categoryList .list {
    width: calc((100% - 20px) / 2);
    margin-bottom: 30px;
  }
  #worksPage .category .categoryList .list .text {
    font-size: 15px;
    text-align: center;
    font-weight: 900;
    margin-top: 15px;
  }
  #worksPage .category .categoryList .list .img {
    width: 100%;
    border: 1px solid #BEC1C4;
    padding: 15px;
    box-sizing: border-box;
  }
  #worksPage .category .categoryList .list .img img {
    filter: grayscale(100%);
  }
  #worksPage .category .categoryList .active .img {
    border: 2px solid #080807;
  }
  #worksPage .category .categoryList .active .img img {
    filter: none;
  }
  #worksPage .worksListWrap {
    width: calc(100vw - 40px);
    margin: 100px auto 0;
  }
  #worksPage .worksListWrap .worksList {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #worksPage .worksListWrap .worksList li {
    width: 100%;
    margin-bottom: 40px;
  }
  #worksPage .worksListWrap .worksList li .imgWrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 352/235;
    width: 100%;
  }
  #worksPage .worksListWrap .worksList li .imgWrap a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #worksPage .worksListWrap .worksList li .imgWrap a img {
    transition: all 0.3s ease;
  }
  #worksPage .worksListWrap .worksList li .textWrap {
    margin-top: 15px;
    width: 100%;
    transition: all 0.3s ease;
  }
  #worksPage .worksListWrap .worksList li .textWrap .data {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #worksPage .worksListWrap .worksList li .textWrap .data li {
    opacity: 1 !important;
    margin-bottom: 0;
  }
  #worksPage .worksListWrap .worksList li .textWrap .data .name {
    font-size: 13px;
    color: #937B5E;
    font-weight: 600;
    width: fit-content;
  }
  #worksPage .worksListWrap .worksList li .textWrap .data .category {
    font-size: 13px;
    color: #6C6C6C;
    font-weight: 500;
    width: fit-content;
    text-align: right;
    margin: 0;
    border: none;
  }
  #worksPage .worksListWrap .worksList li .textWrap h5 {
    font-size: 16px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    font-weight: 900;
    margin-top: 15px;
    border-top: 1px solid #BEC1C4;
    padding-top: 15px;
  }
  #worksPage .worksListWrap .worksList li:hover {
    cursor: pointer;
  }
  #worksPage .worksListWrap .worksList li:hover .imgWrap img {
    transform: scale(1.05);
    transition: all 0.3s ease;
  }
  #worksPage .worksListWrap .worksList li:hover .textWrap {
    opacity: 0.5;
  }
  #worksPostPage .logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    width: 110px;
  }
  #worksPostPage .postWrap {
    width: calc(100vw - 40px);
    margin: 100px auto 0;
  }
  #worksPostPage .postWrap .titleWrap {
    display: flex;
    justify-content: space-between;
    flex-flow: column-reverse;
  }
  #worksPostPage .postWrap .titleWrap .wrap .data {
    display: flex;
    align-items: center;
    font-size: 13px;
  }
  #worksPostPage .postWrap .titleWrap .wrap .data .category {
    color: #6C6C6C;
    margin-right: 15px;
  }
  #worksPostPage .postWrap .titleWrap .wrap .data .name {
    color: #937B5E;
    margin-left: 15px;
  }
  #worksPostPage .postWrap .titleWrap .wrap .title {
    font-size: 20px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    font-weight: 900;
    margin-top: 20px;
  }
  #worksPostPage .postWrap .titleWrap .worksText {
    font-size: 20px;
    font-family: "Erode", serif;
    margin-left: auto;
    margin-bottom: 2cqh;
  }
  #worksPostPage .worksThumbnail {
    margin-top: 20px;
  }
  #worksPostPage .worksThumbnail .swiper-slide {
    aspect-ratio: 1120/600;
  }
  #worksPostPage .worksThumbnail .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: auto;
  }
  #worksPostPage .worksThumbnail .worksThumbs {
    margin-top: 20px;
    width: fit-content;
    margin-left: 0;
    margin-right: 0;
  }
  #worksPostPage .worksThumbnail .worksThumbs .swiper-slide {
    opacity: 0.5;
    width: calc((100% - 30px) / 4);
  }
  #worksPostPage .worksThumbnail .worksThumbs .swiper-slide-thumb-active {
    opacity: 1;
  }
  #worksPostPage .leadWrap {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-flow: column;
  }
  #worksPostPage .leadWrap .dataList {
    width: 100%;
  }
  #worksPostPage .leadWrap .dataList .list {
    display: flex;
    border-bottom: 1px solid #BEC1C4;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  #worksPostPage .leadWrap .dataList .list .title {
    font-size: 14px;
    font-weight: 900;
    min-width: 120px;
  }
  #worksPostPage .leadWrap .lead {
    font-size: 16px;
    line-height: 2.5;
    font-weight: 900;
    width: 100%;
    margin-top: 40px;
  }
  #worksPostPage .leadWrap .lead p img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #worksPostPage .housePoint {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
  }
  #worksPostPage .housePoint h5 {
    font-size: 22px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.08em;
    font-weight: 300;
    text-align: center;
  }
  #worksPostPage .housePoint .pointList {
    width: 100%;
    margin-top: 50px;
  }
  #worksPostPage .housePoint .pointList .list {
    display: flex;
    margin-bottom: 40px;
    border-bottom: 1px solid #BEC1C4;
    padding-bottom: 40px;
  }
  #worksPostPage .housePoint .pointList .list .title {
    font-size: 14px;
    font-weight: 900;
    min-width: 120px;
  }
  #worksPostPage .otherCategory .category {
    width: calc(100vw - 40px);
    margin: auto;
    margin-top: 80px;
  }
  #worksPostPage .otherCategory .category .title {
    font-size: 22px;
    font-family: "Erode", serif;
    letter-spacing: 0.05em;
    font-weight: 900;
    margin-bottom: 40px;
    text-align: center;
  }
  #worksPostPage .otherCategory .category .categoryList {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
  }
  #worksPostPage .otherCategory .category .categoryList .list {
    width: calc((100% - 20px) / 2);
    margin-bottom: 30px;
  }
  #worksPostPage .otherCategory .category .categoryList .list .text {
    font-size: 15px;
    text-align: center;
    font-weight: 900;
    margin-top: 15px;
  }
  #worksPostPage .otherCategory .category .categoryList .list .img {
    width: 100%;
    border: 1px solid #BEC1C4;
    padding: 15px;
    box-sizing: border-box;
  }
  #worksPostPage .otherCategory .category .categoryList .list .img img {
    filter: grayscale(100%);
  }
  #worksPostPage .otherCategory .category .categoryList .active .img {
    border: 2px solid #080807;
  }
  #worksPostPage .otherCategory .category .categoryList .active .img img {
    filter: none;
  }
  #worksPostPage .others .title {
    border-top: 1px solid #BEC1C4;
    padding-top: 60px;
    font-size: 22px;
    text-align: center;
    font-family: "Erode", serif;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #worksPostPage .others .worksList {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #worksPostPage .others .worksList li {
    width: 100%;
    margin-bottom: 40px;
  }
  #worksPostPage .others .worksList li .imgWrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 352/235;
    width: 100%;
  }
  #worksPostPage .others .worksList li .imgWrap a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #worksPostPage .others .worksList li .imgWrap a img {
    transition: all 0.3s ease;
  }
  #worksPostPage .others .worksList li .textWrap {
    margin-top: 15px;
    width: 100%;
    transition: all 0.3s ease;
  }
  #worksPostPage .others .worksList li .textWrap .data {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #worksPostPage .others .worksList li .textWrap .data li {
    opacity: 1 !important;
    margin-bottom: 0;
  }
  #worksPostPage .others .worksList li .textWrap .data .name {
    font-size: 13px;
    color: #937B5E;
    font-weight: 600;
    width: fit-content;
  }
  #worksPostPage .others .worksList li .textWrap .data .category {
    font-size: 13px;
    color: #6C6C6C;
    font-weight: 500;
    width: fit-content;
    text-align: right;
    margin: 0;
  }
  #worksPostPage .others .worksList li .textWrap h5 {
    font-size: 16px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    font-weight: 900;
    margin-top: 15px;
    border-top: 1px solid #BEC1C4;
    padding-top: 15px;
  }
  #worksPostPage .others .worksList li:hover {
    cursor: pointer;
  }
  #worksPostPage .others .worksList li:hover .imgWrap img {
    transform: scale(1.05);
    transition: all 0.3s ease;
  }
  #worksPostPage .others .worksList li:hover .textWrap {
    opacity: 0.5;
  }
  /*記事スタイル--------------------------------
      見出し
  --------------------------------*/
  .entry-content {
    /* --------------------------------
        見出し
    -------------------------------- */
  }
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    font-weight: 700;
    line-height: 1.4;
    margin: 2em 0 1em;
    width: 100%;
    margin-left: auto;
  }
  .entry-content h1 {
    font-size: 2rem;
  }
  .entry-content h2 {
    font-size: 1.75rem;
  }
  .entry-content h3 {
    font-size: 1.5rem;
  }
  .entry-content h4 {
    font-size: 1.3rem;
  }
  .entry-content h5 {
    font-size: 1.1rem;
  }
  .entry-content h6 {
    font-size: 1rem;
  }
  .entry-content {
    /* --------------------------------
        段落
    -------------------------------- */
  }
  .entry-content p {
    margin: 1.5em 0;
    width: 100%;
    margin-left: auto;
  }
  .entry-content {
    /* --------------------------------
        リンク
    -------------------------------- */
  }
  .entry-content a {
    color: #0053A5;
    text-decoration: underline;
    margin-left: auto;
  }
  .entry-content a:hover {
    text-decoration: none;
  }
  .entry-content {
    /* --------------------------------
        画像
    -------------------------------- */
  }
  .entry-content img,
  .entry-content figure img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .entry-content img {
    margin-top: 20px;
  }
  .entry-content {
    /* --------------------------------
        figure & figcaption
    -------------------------------- */
  }
  .entry-content figure {
    text-align: center;
    margin: 20px 0 0;
    width: 100%;
    margin-left: auto;
  }
  .entry-content figure figcaption {
    font-size: 0.85em;
    color: #666;
    margin-top: 10px;
  }
  .entry-content .img-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
  }
  .entry-content {
    /* --------------------------------
        引用
    -------------------------------- */
  }
  .entry-content blockquote {
    border-left: 4px solid #ddd;
    padding-left: 1em;
    margin: 1.5em 0;
    color: #555;
    font-style: italic;
  }
  .entry-content blockquote p:last-child {
    margin-bottom: 0;
  }
  .entry-content {
    /* --------------------------------
        リスト
    -------------------------------- */
  }
  .entry-content ul,
  .entry-content ol {
    margin: 1.5em 0;
    width: 56.25vw;
  }
  .entry-content ul li,
  .entry-content ol li {
    margin-bottom: 0.4em;
  }
  .entry-content {
    /* --------------------------------
        テーブル
    -------------------------------- */
  }
  .entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 2em 0;
    font-size: 0.95em;
  }
  .entry-content table th,
  .entry-content table td {
    border: 1px solid #ddd;
    padding: 10px;
  }
  .entry-content table th {
    background: #f7f7f7;
    font-weight: 700;
  }
  .entry-content {
    /* --------------------------------
        コード
    -------------------------------- */
  }
  .entry-content pre {
    background: #f5f5f5;
    padding: 1em;
    overflow: auto;
    margin: 1.5em 0;
    border-radius: 4px;
  }
  .entry-content pre code {
    background: transparent;
    padding: 0;
  }
  .entry-content code {
    font-family: Menlo, Consolas, monospace;
    background: #f0f0f0;
    padding: 2px 4px;
    border-radius: 3px;
  }
  #companyPage .main {
    width: calc(100vw - 40px);
    display: flex;
    margin: 100px auto 0;
    justify-content: space-between;
    align-items: center;
    flex-flow: column;
  }
  #companyPage .main .aboutText {
    position: absolute;
    width: 151px;
    top: 360px;
    left: 30%;
    transform: translateX(-50%);
  }
  #companyPage .main .mainVisual {
    width: 100%;
  }
  #companyPage .main .textWrap {
    width: 100%;
    text-align: center;
  }
  #companyPage .main .textWrap h3 {
    font-size: 20px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.08em;
    font-weight: 300;
    margin-top: 80px;
  }
  #companyPage .main .textWrap p {
    font-size: 15px;
    line-height: 2.5;
    font-weight: 600;
    margin-top: 20px;
  }
  #companyPage .staff {
    padding-top: 80px;
    border-top: 1px solid #BEC1C4;
    width: calc(100vw - 40px);
    margin: 100px auto 0;
  }
  #companyPage .staff .staffList .list {
    display: flex;
    margin-top: 60px;
    align-items: flex-end;
    flex-flow: column-reverse;
  }
  #companyPage .staff .staffList .list img {
    width: 100%;
  }
  #companyPage .staff .staffList .list .textWrap {
    margin-top: 30px;
  }
  #companyPage .staff .staffList .list .textWrap .name {
    font-size: 16px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    font-weight: 900;
    margin-bottom: 10px;
  }
  #companyPage .staff .staffList .list .textWrap .positon {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #companyPage .staff .staffList .list .textWrap .messege {
    font-size: 14px;
    line-height: 2;
    font-weight: 600;
  }
  #companyPage .company {
    padding-top: 80px;
    border-top: 1px solid #BEC1C4;
    width: calc(100vw - 40px);
    margin: 100px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: left;
    flex-flow: column;
  }
  #companyPage .company .profile {
    margin-top: 28px;
    width: 100%;
  }
  #companyPage .company .profile .list {
    display: flex;
    border-bottom: 1px solid #BEC1C4;
    padding-bottom: 32px;
    margin-bottom: 12px;
    margin-top: 32px;
  }
  #companyPage .company .profile .list .title {
    font-size: 14px;
    font-weight: 900;
    min-width: 120px;
  }
  #companyPage .calender {
    padding-top: 100px;
    border-top: 1px solid #BEC1C4;
    width: calc(100vw - 40px);
    margin: 150px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: left;
    flex-flow: column;
  }
  #companyPage .calender .calender_wrap {
    width: 100%;
  }
  #companyPage .calender .calender_wrap .xo-event-calendar {
    font-family: "Erode", serif;
    margin: 0 auto;
  }
  #companyPage .calender .calender_wrap .xo-event-calendar .today {
    position: relative;
  }
  #companyPage .calender .calender_wrap .xo-event-calendar .today::after {
    content: "";
    width: 40px;
    height: 40px;
    border: 1px solid rgba(17, 17, 17, 0.3568627451);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #companyPage .calender .calender_wrap .xo-event-calendar td,
  #companyPage .calender .calender_wrap .xo-event-calendar th {
    background-color: transparent !important;
    border: none !important;
  }
  #companyPage .calender .calender_wrap .xo-event-calendar .month-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  #companyPage .calender .calender_wrap .xo-event-calendar .month-header button span {
    width: 10px;
    height: 10px;
  }
  #companyPage .calender .calender_wrap .xo-event-calendar .month-header .calendar-caption {
    margin: 0 40px 0px;
    flex-grow: inherit;
  }
  #companyPage .calender .calender_wrap .xo-event-calendar .calendar-caption {
    font-size: 22px;
    letter-spacing: 0.18em;
    font-weight: 400;
  }
  #companyPage .calender .calender_wrap .xo-event-calendar .xo-month {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 24px;
    table-layout: fixed;
    border: none !important;
  }
  #companyPage .calender .calender_wrap .xo-event-calendar .xo-month thead th {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: center;
  }
  #companyPage .calender .calender_wrap .xo-event-calendar .xo-month thead th.sunday {
    color: #f26c6c;
  }
  #companyPage .calender .calender_wrap .xo-event-calendar .month-dayname .dayname td > div {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #111;
  }
  #companyPage .calender .calender_wrap .xo-event-calendar .month-dayname .dayname td > div.other-month {
    color: #919191;
  }
  #companyPage .calender .calender_wrap .xo-event-calendar .month-dayname .dayname td > div.holiday-all {
    background-color: transparent !important;
    color: #f26c6c;
  }
  #companyPage .calender .calender_wrap .xo-event-calendar .month-week {
    padding: 0;
  }
  #companyPage .calender .calender_wrap .xo-event-calendar .holiday-titles {
    margin-top: 20px;
    display: flex;
    gap: 18px;
    font-size: 12px;
    justify-content: flex-end;
  }
  #companyPage .calender .calender_wrap .xo-event-calendar .holiday-titles .holiday-title {
    display: flex;
    align-items: center;
    gap: 0px;
    margin: 0;
  }
  #companyPage .calender .calender_wrap .xo-event-calendar .holiday-titles .holiday-title span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    border: none;
  }
  #companyPage .recrute {
    width: calc(100vw - 40px);
    margin: 100px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: left;
    flex-flow: column;
  }
  #companyPage .recrute .contentWrap {
    margin-top: 60px;
    width: 100%;
  }
  #companyPage .recrute .contentWrap .worksThumbs {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
    margin-left: auto;
    margin-top: 20px;
  }
  #companyPage .recrute .contentWrap .worksThumbs .swiper-wrapper {
    display: flex;
    justify-content: flex-end;
  }
  #companyPage .recrute .contentWrap .worksThumbs .swiper-slide {
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #080807;
  }
  #companyPage .recrute .contentWrap .worksThumbs .swiper-slide.swiper-slide-thumb-active {
    background-color: #080807;
  }
  #companyPage .recrute .contentWrap .title {
    font-size: 14px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    font-weight: 900;
    margin-bottom: 30px;
    color: #FFFFFF;
    background-color: #080807;
    display: inline-block;
    padding: 4px 10px;
    margin-top: 20px;
  }
  #companyPage .recrute .contentWrap h5 {
    font-size: 16px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    font-weight: 900;
    margin-bottom: 20px;
  }
  #companyPage .recrute .contentWrap p {
    font-size: 14px;
    line-height: 2;
  }
  #companyPage .recrute .contentWrap p span {
    font-weight: 900;
  }
  #privacyPage .firstview {
    width: 100vw;
    height: 250px;
    position: relative;
  }
  #privacyPage .firstview .imgWrap {
    width: 100vw;
    height: 250px;
    overflow: hidden;
    background-size: cover;
    position: sticky;
    background-position: center;
    top: 0;
  }
  #privacyPage .firstview .imgWrap .shadow {
    width: 100vw;
    height: 250px;
    background-color: rgba(0, 0, 0, 0.3);
  }
  #privacyPage .textWrap {
    width: calc(100% - 40px);
    margin: 60px auto 0;
    font-size: 14px;
    line-height: 2.5;
    font-weight: 400;
  }
  #privacyPage .textWrap h5 {
    font-size: 14px;
    margin-top: 40px;
    font-weight: 900;
    margin-bottom: 16px;
  }
  #privacyPage .textWrap .contact {
    text-decoration: underline;
    color: #937B5E;
  }
  #privacyPage .textWrap .contact:hover {
    opacity: 0.5;
    text-decoration: none;
  }
  .error404 {
    min-height: fit-content;
  }
  .error404 .firstview {
    width: calc(100vw - 40px);
    margin: 140px auto 0;
  }
  .error404 .firstview .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    flex-flow: column-reverse;
  }
  .error404 .firstview .wrap .textWrap {
    width: 100%;
    text-align: left;
    margin-top: 40px;
  }
  .error404 .firstview .wrap .textWrap h5 + h5 {
    margin-top: 10px;
  }
  .error404 .firstview .wrap .textWrap p {
    font-size: 16px;
    line-height: 2.5;
    font-weight: 600;
    margin: 30px 0 40px;
  }
  .error404 .firstview .wrap .textWrap .button {
    margin-bottom: 80px;
  }
  .error404 .firstview .wrap .imgWrap {
    width: 40vw;
    height: 220px;
  }
  .error404 .firstview .wrap .imgWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #voicePage .fv {
    width: 100vw;
    position: relative;
    height: 250px;
  }
  #voicePage .fv .logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    width: 110px;
  }
  #voicePage .fv .worksText {
    position: absolute;
    width: 110px;
    bottom: -20px;
    right: 20px;
    z-index: 2;
  }
  #voicePage .fv .imgWrap {
    width: 100vw;
    height: 250px;
    position: relative;
  }
  #voicePage .fv .imgWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #voicePage .fv .imgWrap .shadow {
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
  }
  #voicePage .lead {
    font-size: 22px;
    font-family: "Erode", serif;
    font-weight: 300;
    margin: 80px 20px 60px;
  }
  #voicePage .firstPost {
    width: calc(100vw - 40px);
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column;
    position: relative;
  }
  #voicePage .firstPost .circle_line {
    width: 280px;
    height: 280px;
    border: 1px solid #D2CECA;
    border-radius: 50%;
    position: absolute;
    top: 100%;
    left: 30%;
    transform: scale(0);
    z-index: -1;
    transition: transform 1.5s ease;
  }
  #voicePage .firstPost .imgWrap {
    width: 100%;
  }
  #voicePage .firstPost .textWrap {
    width: 100%;
  }
  #voicePage .firstPost .textWrap .title {
    font-size: 14px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    font-weight: 900;
    background-color: #080807;
    color: #FFFFFF;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 0;
  }
  #voicePage .firstPost .textWrap p {
    font-size: 16px;
    line-height: 2;
    font-weight: 600;
    margin: 15px 0 15px;
  }
  #voicePage .firstPost .textWrap .data {
    font-size: 13px;
    color: #937B5E;
  }
  #voicePage .firstPost .textWrap .button {
    padding: 0;
    background-color: transparent;
    color: #080807;
    margin-left: auto;
    margin-right: 0;
    margin-top: 15px;
  }
  #voicePage .voiceListWrap {
    width: calc(100vw - 40px);
    margin: 100px auto 0;
  }
  #voicePage .voiceListWrap .voiceList {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #voicePage .voiceListWrap .voiceList li {
    width: 100%;
    margin-bottom: 50px;
  }
  #voicePage .voiceListWrap .voiceList li .imgWrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 352/235;
    width: 100%;
  }
  #voicePage .voiceListWrap .voiceList li .imgWrap a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #voicePage .voiceListWrap .voiceList li .imgWrap a .title {
    font-size: 16px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    font-weight: 900;
    background-color: #080807;
    color: #FFFFFF;
    display: inline-block;
    padding: 4px 10px;
    position: absolute;
    bottom: 1px;
    box-sizing: border-box;
    left: 0;
  }
  #voicePage .voiceListWrap .voiceList li .imgWrap a img {
    transition: all 0.3s ease;
    object-fit: cover;
  }
  #voicePage .voiceListWrap .voiceList li .textWrap {
    margin-top: 15px;
    width: 100%;
    transition: all 0.3s ease;
  }
  #voicePage .voiceListWrap .voiceList li .textWrap .data {
    font-size: 13px;
    color: #937B5E;
    font-weight: 600;
    width: fit-content;
  }
  #voicePage .voiceListWrap .voiceList li .textWrap .caption {
    font-size: 16px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    font-weight: 900;
    margin-bottom: 15px;
  }
  #voicePage .voiceListWrap .voiceList li:hover {
    cursor: pointer;
  }
  #voicePage .voiceListWrap .voiceList li:hover .imgWrap img {
    transform: scale(1.05);
    transition: all 0.3s ease;
  }
  #voicePage .voiceListWrap .voiceList li:hover .textWrap {
    opacity: 0.5;
  }
  #voicePostPage .titleWrap {
    padding-top: 145px;
    position: relative;
  }
  #voicePostPage .titleWrap h5 {
    font-size: 20px;
    font-family: "Erode", serif;
    letter-spacing: 0.08em;
    font-weight: 300;
    position: absolute;
    top: 100px;
    right: 20px;
  }
  #voicePostPage .titleWrap .Wrap {
    width: 100vw;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-flow: column-reverse;
  }
  #voicePostPage .titleWrap .Wrap .textWrap {
    width: 100%;
    padding: 0 20px;
    margin-top: 60px;
  }
  #voicePostPage .titleWrap .Wrap .textWrap .title {
    font-size: 14px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    font-weight: 900;
    background-color: #080807;
    color: #FFFFFF;
    display: inline-block;
    padding: 4px 10px;
  }
  #voicePostPage .titleWrap .Wrap .textWrap .catch {
    font-size: 20px;
    font-weight: 900;
    margin-top: 30px;
  }
  #voicePostPage .titleWrap .Wrap .textWrap .data {
    font-size: 13px;
    color: #937B5E;
    margin-top: 20px;
  }
  #voicePostPage .titleWrap .Wrap .textWrap .lead {
    font-size: 16px;
    line-height: 2.5;
    font-weight: 600;
    margin-top: 40px;
  }
  #voicePostPage .titleWrap .Wrap img {
    width: 100%;
  }
  #voicePostPage .post {
    width: calc(100vw - 40px);
    margin: 80px auto 0;
  }
  #voicePostPage .post p {
    font-size: 16px;
    line-height: 2;
    font-weight: 600;
    margin-top: 40px;
  }
  #voicePostPage .post .talk {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  #voicePostPage .post .talk img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
    margin-top: 0;
  }
  #voicePostPage .post .talk .talkText {
    font-size: 14px;
    margin: 0;
  }
  #voicePostPage .post .talk + .talk {
    margin-top: 20px;
  }
  #voicePostPage .comment {
    width: calc(100vw - 40px);
    margin-left: auto;
    margin-top: 60px;
    margin-right: auto;
    border-top: 1px solid #BEC1C4;
    padding-top: 60px;
  }
  #voicePostPage .comment .title {
    font-size: 16px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    font-weight: 900;
    background-color: #937B5E;
    color: #FFFFFF;
    display: inline-block;
    padding: 4px 10px;
  }
  #voicePostPage .comment .wrap {
    display: flex;
    border: 1px solid #937B5E;
    padding: 20px;
    box-sizing: border-box;
    align-items: flex-start;
  }
  #voicePostPage .comment .wrap img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 30px;
  }
  #voicePostPage .comment .wrap p {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    line-height: 2;
  }
  #newsPage .fv {
    width: 100vw;
    position: relative;
    height: 250px;
  }
  #newsPage .fv .worksText {
    position: absolute;
    width: 110px;
    bottom: -20px;
    right: 20px;
    z-index: 2;
  }
  #newsPage .fv .imgWrap {
    width: 100vw;
    height: 250px;
    position: relative;
  }
  #newsPage .fv .imgWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #newsPage .fv .imgWrap .shadow {
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
  }
  #newsPage .categoryWrap {
    display: flex;
    justify-content: space-between;
    align-items: left;
    margin-bottom: 40px;
    flex-flow: column;
  }
  #newsPage .categoryWrap h4 {
    font-size: 16px;
    font-family: "Erode", serif;
    margin-bottom: 30px;
  }
  #newsPage .categoryWrap .category {
    display: flex;
    align-items: flex-start;
    width: 100vw;
    margin-left: -20px;
    overflow-x: scroll;
    padding: 0 20px;
  }
  #newsPage .categoryWrap .category .list {
    position: relative;
    font-size: 14px;
    padding-left: 10px;
    opacity: 0.5;
    flex: 0 0 auto;
  }
  #newsPage .categoryWrap .category .list:hover {
    opacity: 1;
    cursor: pointer;
  }
  #newsPage .categoryWrap .category .list:hover:before {
    background-color: #080807;
  }
  #newsPage .categoryWrap .category .list:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: transparent;
    border: 1px solid #080807;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #newsPage .categoryWrap .category .list + .list {
    margin-left: 24px;
  }
  #newsPage .categoryWrap .category .active {
    opacity: 1;
  }
  #newsPage .categoryWrap .category .active:before {
    background-color: #080807;
  }
  #newsPage .newsArchive {
    width: calc(100vw - 40px);
    margin: 60px auto 100px;
  }
  #newsPage .newsArchive .newsList {
    border-top: 1px solid #BEC1C4;
  }
  #newsPage .newsArchive .newsList li {
    border-bottom: 1px solid #BEC1C4;
  }
  #newsPage .newsArchive .newsList li a {
    display: block;
    padding: 40px 0;
    display: flex;
    flex-flow: column-reverse;
  }
  #newsPage .newsArchive .newsList li a .imgWrap {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
  }
  #newsPage .newsArchive .newsList li a .imgWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #newsPage .newsArchive .newsList li a .textWrap {
    width: 100%;
    padding-right: 0;
  }
  #newsPage .newsArchive .newsList li a .textWrap .meta {
    margin-bottom: 15px;
  }
  #newsPage .newsArchive .newsList li a .textWrap .meta .date {
    font-size: 14px;
    margin-right: 15px;
  }
  #newsPage .newsArchive .newsList li a .textWrap .meta .category {
    font-size: 11px;
    padding: 2px 8px;
  }
  #newsPage .newsArchive .newsList li a .textWrap .titleWrap {
    display: flex;
    align-items: center;
  }
  #newsPage .newsArchive .newsList li a .textWrap .titleWrap .title {
    font-size: 16px;
    line-height: 1.6;
    width: fit-content;
  }
  #newsPage .newsArchive .newsList li a .textWrap .titleWrap .category {
    width: fit-content;
    font-size: 13px;
    font-weight: 900 !important;
    color: #937B5E;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    padding-left: 12px;
    margin-left: 15px;
  }
  #newsPage .newsArchive .newsList li a .textWrap .titleWrap .category:before {
    content: "";
    width: 1px;
    background-color: #937B5E;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }
  #newsPage .newsArchive .newsList li a .textWrap .caption {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  #newsPostPage .titleWrap {
    padding-top: 145px;
    position: relative;
  }
  #newsPostPage .titleWrap .logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    width: 110px;
  }
  #newsPostPage .titleWrap h5 {
    font-size: 20px;
    font-family: "Erode", serif;
    letter-spacing: 0.08em;
    font-weight: 300;
    position: absolute;
    top: 145px;
    right: 20px;
  }
  #newsPostPage .titleWrap .Wrap {
    width: 100vw;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-flow: column-reverse;
  }
  #newsPostPage .titleWrap .Wrap .textWrap {
    width: 100%;
    padding: 0 20px;
    margin-top: 60px;
  }
  #newsPostPage .titleWrap .Wrap .textWrap .title {
    font-size: 16px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    font-weight: 900;
    margin-top: 30px;
  }
  #newsPostPage .titleWrap .Wrap .textWrap .meta {
    display: flex;
    align-items: center;
  }
  #newsPostPage .titleWrap .Wrap .textWrap .meta .data {
    font-size: 13px;
    color: #6C6C6C;
    margin-top: 0;
  }
  #newsPostPage .titleWrap .Wrap .textWrap .meta .category {
    position: relative;
    padding-left: 12px;
    margin-left: 15px;
    color: #937B5E;
  }
  #newsPostPage .titleWrap .Wrap .textWrap .meta .category:before {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #937B5E;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #newsPostPage .post {
    width: calc(100vw - 40px);
    margin: 30px auto 0;
  }
  #newsPostPage .post p {
    font-size: 16px;
    line-height: 2;
    font-weight: 600;
    margin-top: 40px;
  }
  #newsPostPage .post .talk {
    display: flex;
    align-items: center;
    margin-top: 40px;
  }
  #newsPostPage .post .talk img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
  }
  #newsPostPage .post .talk .talkText {
    font-size: 14px;
    margin: 0;
  }
  #newsPostPage .post .talk + .talk {
    margin-top: 20px;
  }
  #newsPostPage .postNav {
    width: calc(100vw - 40px);
    margin: auto;
    margin-top: 120px;
  }
  #newsPostPage .postNav .postNav-inner {
    border-top: 1px solid #BEC1C4;
    padding-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #newsPostPage .postNav .postNav-inner .postNav-prev,
  #newsPostPage .postNav .postNav-inner .postNav-next {
    opacity: 1;
    font-size: 13px;
  }
  #newsPostPage .postNav .postNav-inner .postNav-prev .disabled,
  #newsPostPage .postNav .postNav-inner .postNav-prev a,
  #newsPostPage .postNav .postNav-inner .postNav-next .disabled,
  #newsPostPage .postNav .postNav-inner .postNav-next a {
    display: flex;
  }
  #newsPostPage .postNav .postNav-inner .postNav-prev a,
  #newsPostPage .postNav .postNav-inner .postNav-next a {
    font-weight: 900;
    opacity: 1 !important;
  }
  #newsPostPage .postNav .postNav-inner .postNav-prev img {
    transform: rotate(180deg);
    margin-right: 10px;
    width: 13px;
  }
  #newsPostPage .postNav .postNav-inner .postNav-next img {
    margin-left: 10px;
    width: 13px;
  }
  #newsPostPage .postNav .postNav-inner .disabled {
    opacity: 0.5;
  }
  #newsPostPage .comment {
    width: calc(100vw - 40px);
    margin-left: auto;
    margin-top: 60px;
    margin-right: auto;
    border-top: 1px solid #BEC1C4;
    padding-top: 60px;
  }
  #newsPostPage .comment .title {
    font-size: 16px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    font-weight: 900;
    background-color: #937B5E;
    color: #FFFFFF;
    display: inline-block;
    padding: 4px 10px;
  }
  #newsPostPage .comment .wrap {
    display: flex;
    border: 1px solid #937B5E;
    padding: 20px;
    box-sizing: border-box;
    align-items: flex-start;
  }
  #newsPostPage .comment .wrap img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 30px;
  }
  #newsPostPage .comment .wrap p {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    line-height: 2;
  }
  #contactPage .fv {
    width: 100vw;
    position: relative;
    height: 250px;
  }
  #contactPage .fv .logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    width: 110px;
  }
  #contactPage .fv .imgWrap {
    width: 100vw;
    height: 250px;
    position: relative;
  }
  #contactPage .fv .imgWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #contactPage .fv .imgWrap .shadow {
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
  }
  #contactPage .contactForm {
    width: calc(100vw - 40px);
    margin: 60px auto;
  }
  #contactPage .contactForm .container {
    flex-direction: column;
  }
  #contactPage .contactForm .textBox {
    width: 100%;
    margin-bottom: 80px;
  }
  #contactPage .contactForm .textBox .area {
    margin-bottom: 40px;
  }
  #contactPage .contactForm .textBox .area strong {
    font-weight: 900;
    display: block;
    margin-bottom: 16px;
  }
  #contactPage .contactForm .textBox .formTitle {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
  }
  #contactPage .contactForm .textBox .formDesc {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 30px;
    font-weight: 500;
  }
  #contactPage .contactForm .textBox .faqLink {
    display: block;
    width: 180px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #080807;
    color: #080807;
    border-radius: 50px;
    padding: 12px 0;
    font-size: 13px;
    font-weight: 600;
    position: relative;
  }
  #contactPage .contactForm .textBox .faqLink img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  #contactPage .contactForm .formBox {
    width: 100%;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
  #contactPage .contactForm .formBox .calendarBtn {
    display: none;
  }
  #contactPage .contactForm .formBox .note {
    font-size: 12px;
    margin-bottom: 30px;
  }
  #contactPage .contactForm .formBox .note span {
    color: #c00;
  }
  #contactPage .contactForm .formBox .c-form .c-form__field {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
  }
  #contactPage .contactForm .formBox .c-form .c-form__field .title-contactform7 {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #contactPage .contactForm .formBox .c-form .c-form__field .title-contactform7 span {
    color: #c00;
  }
  #contactPage .contactForm .formBox .c-form .c-form__field .wpcf7-form-control {
    width: 100%;
    border: none;
    background: transparent;
    font-size: 16px;
    padding: 0 0 10px;
    border-radius: 0;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  #contactPage .contactForm .formBox .c-form .c-form__field .wpcf7-form-control::placeholder {
    color: #888888;
  }
  #contactPage .contactForm .formBox .c-form .c-form__field .wpcf7-form-control:focus {
    outline: none;
  }
  #contactPage .contactForm .formBox .c-form .c-form__field .wpcf7-textarea {
    height: 120px;
    resize: none;
  }
  #contactPage .contactForm .formBox .c-form .wpcf7-acceptance {
    text-align: center;
    margin: 40px 0;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
  #contactPage .contactForm .formBox .c-form .wpcf7-acceptance label {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  #contactPage .contactForm .formBox .c-form .wpcf7-acceptance label input {
    margin-right: 8px;
    margin-top: 7px;
    transform: scale(1.2);
  }
  #contactPage .contactForm .formBox .c-form .wpcf7-acceptance .wpcf7-list-item-label a {
    text-decoration: underline;
    margin-top: 15px;
    color: #937B5E;
    font-size: 16px;
  }
  #contactPage .contactForm .formBox input.wpcf7-submit.button {
    display: block;
    width: 122px;
    margin: 0 auto;
    background-color: #937B5E;
    color: #FFFFFF;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  #contactPage .contactForm .formBox .wpcf7-response-output {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    border: none !important;
  }
  #contactPage .faq {
    width: calc(100vw - 40px);
    margin: auto;
    position: relative;
  }
  #contactPage .faq .faqText {
    position: absolute;
    top: -20px;
    left: 20%;
    width: 81px;
    transform: translateX(-50%);
    font-size: 120px;
    font-family: "Erode", serif;
    color: rgba(0, 0, 0, 0.05);
    z-index: -1;
    pointer-events: none;
  }
  #contactPage .faq .title {
    font-size: 22px;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 40px;
  }
  #contactPage .faq .container {
    flex-direction: column;
  }
  #contactPage .faq .categoryList {
    width: calc(100vw - 20px);
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #BEC1C4;
  }
  #contactPage .faq .categoryList .label {
    margin-bottom: 10px;
  }
  #contactPage .faq .categoryList ul {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
  }
  #contactPage .faq .categoryList ul li {
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
    padding-left: 10px;
  }
  #contactPage .faq .categoryList ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border: 1px solid #080807;
    border-radius: 50%;
    background-color: transparent;
    transition: background-color 0.3s;
    background-color: #080807;
    display: block;
    margin-top: 2px;
  }
  #contactPage .faq .accordionList {
    width: 100%;
  }
  #contactPage .faq .accordionList .item {
    border-bottom: 1px solid #BEC1C4;
    padding-bottom: 30px;
    margin-top: 30px;
  }
  #contactPage .faq .accordionList .item .question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
  }
  #contactPage .faq .accordionList .item .question p {
    width: 90%;
    line-height: 1.6;
  }
  #contactPage .faq .accordionList .item .question .icon {
    width: 15px;
    height: 15px;
    position: relative;
  }
  #contactPage .faq .accordionList .item .question .icon::before, #contactPage .faq .accordionList .item .question .icon::after {
    content: "";
    position: absolute;
    background-color: #080807;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #contactPage .faq .accordionList .item .question .icon::before {
    width: 100%;
    height: 1px;
  }
  #contactPage .faq .accordionList .item .question .icon::after {
    width: 1px;
    height: 100%;
    transition: transform 0.3s;
  }
  #contactPage .faq .accordionList .item .question.is-open .icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  #contactPage .faq .accordionList .item .answer {
    display: none;
    padding: 30px 0 0;
    font-size: 14px;
    line-height: 2;
    color: #666;
  }
  #contactPage .telContact {
    padding: 60px 0;
  }
  #contactPage .telContact .container {
    width: calc(100vw - 40px);
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #contactPage .telContact .titleWrap {
    margin-bottom: 30px;
  }
  #contactPage .telContact .titleWrap h4 {
    font-size: 22px;
  }
  #contactPage .telContact .infoWrap {
    text-align: center;
  }
  #contactPage .telContact .infoWrap .telLink {
    font-size: 32px;
    pointer-events: auto;
  }
}/*# sourceMappingURL=style_sp.css.map */