@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  color: #000000;
  background: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-mobile {
    display: block;
  }
}

.is-fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  html {
    font-size: 1.2924071082vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  padding: 10px;
  padding: 0.625rem;
  font-family: "Noto Serif JP", serif;
  font-size: max(15px, 13px);
  font-size: max(0.9375rem, 13px);
  font-weight: 400;
  line-height: 0.7333333333;
  letter-spacing: 0.9px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn a:hover .btn__icon {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}
.btn__icon {
  display: block;
  width: 22px;
  width: 1.375rem;
  height: 6px;
  height: 0.375rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.cta {
  margin-top: 120px;
  margin-top: 7.5rem;
  background: #F4F2F0;
  padding: 96px 175px;
  padding: 6rem 10.9375rem;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 6rem 1.25rem;
  }
}
.cta__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .cta__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cta__banner {
  min-width: 335px;
  min-width: 20.9375rem;
  width: 420px;
  width: 26.25rem;
  height: 220px;
  height: 13.75rem;
}
@media screen and (max-width: 768px) {
  .cta__banner {
    width: 90%;
    height: auto;
    aspect-ratio: 420/220;
  }
}
.cta__banner a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
}
.cta__banner-ttl {
  font-size: max(26px, 20px);
  font-size: max(1.625rem, 20px);
  color: #FFFFFF;
  font-weight: 400;
  line-height: 1.1923076923;
  letter-spacing: 1.56px;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.cta__banner-bg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
  height: 100%;
}
.cta__banner-bg.company {
  background: url(../images/common/company.jpg) no-repeat center center/cover;
}
.cta__banner-bg.contact {
  background: url(../images/common/contact.jpg) no-repeat center center/cover;
}
.cta a:hover .cta__banner-bg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.drawer {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  /*スクロールバーは非表示*/
  overflow-y: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99;
}
.drawer.js-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.drawer__nav {
  height: 100%;
}
.drawer__lists {
  background-color: #F4F2F0;
  padding: 170px 40px 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  height: 100%;
}
.drawer_list {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  letter-spacing: 0.78px;
}

/*スクロールバーは非表示*/
.drawer::-webkit-scrollbar {
  display: none;
}

.footer__inner {
  padding-right: 80px !important;
  padding-right: 5rem !important;
  padding-left: 80px !important;
  padding-left: 5rem !important;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
.footer__wrapper {
  padding: 72px 0;
  padding: 4.5rem 0;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1112px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__logo {
  width: 226px;
  width: 14.125rem;
  height: 34px;
  height: 2.125rem;
  padding-right: 40px;
  padding-right: 2.5rem;
}
@media screen and (max-width: 1112px) {
  .footer__logo {
    padding-right: 0;
    margin-bottom: 2.5rem;
  }
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  gap: 1.125rem;
  position: relative;
  padding: 0 117px;
  padding: 0 7.3125rem;
  font-size: max(14px, 12px);
  font-size: max(0.875rem, 12px);
  font-weight: 300;
  line-height: 1.7142857143;
  letter-spacing: 0.84px;
}
@media screen and (max-width: 1440px) {
  .footer__info {
    padding: 0 3.75rem;
  }
}
@media screen and (max-width: 1112px) {
  .footer__info {
    padding: 0;
    margin: 2.5rem 0;
    width: 100%;
    text-align: center;
  }
}
.footer__info::before, .footer__info::after {
  content: "";
  position: absolute;
  height: 66px;
  height: 4.125rem;
  width: 1px;
  background: #353535;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1112px) {
  .footer__info::before, .footer__info::after {
    width: 4.125rem;
    height: 1px;
  }
}
.footer__info::before {
  left: 0;
}
@media screen and (max-width: 1112px) {
  .footer__info::before {
    left: 50%;
    top: -50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.footer__info::after {
  right: 0;
}
@media screen and (max-width: 1112px) {
  .footer__info::after {
    right: inherit;
    top: inherit;
    left: 50%;
    bottom: -50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.footer__nav {
  padding-left: 40px;
  padding-left: 2.5rem;
}
@media screen and (max-width: 1112px) {
  .footer__nav {
    padding-left: 0;
    margin-top: 2.5rem;
  }
}
.footer__lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  gap: 2rem;
  width: 100%;
}
.footer__list {
  text-align: center;
  width: max(56px, 56px);
  width: max(3.5rem, 56px);
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  font-weight: 400;
  line-height: 1.2307692308;
  letter-spacing: 0.78px;
  position: relative;
}
.footer__list:nth-of-type(1)::before, .footer__list:nth-of-type(2)::before, .footer__list:nth-of-type(4)::before, .footer__list:nth-of-type(5)::before {
  content: "／";
  position: absolute;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  color: #353535;
  line-height: 1.1666666667;
  letter-spacing: 0.72px;
  width: 12px;
  width: 0.75rem;
  height: 14px;
  height: 0.875rem;
  right: -10px;
  right: -0.625rem;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.footer__list::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #353535;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.footer__list:hover::after {
  opacity: 1;
  visibility: visible;
}
.footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0;
  padding: 2rem 0;
  width: 100%;
  position: relative;
}
.footer .copyright__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .copyright::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background: #353535;
  left: 0;
  top: 0;
}
.footer .copyright span {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  color: #353535;
  font-family: "Noto Serif JP", serif;
  line-height: 0.75;
  letter-spacing: 0.72px;
  font-weight: 400;
  display: block;
}
.footer .copyright .insta {
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #FFFFFF;
}
.header__inner {
  max-width: 1600px;
  max-width: 100rem;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 27px 0;
  padding: 1.6875rem 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header__wrapper {
    padding: 1rem 0;
  }
}
.header__logo {
  width: 226px;
  width: 14.125rem;
  height: 34px;
  height: 2.125rem;
}
.header__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 26px;
  gap: 1.625rem;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  gap: 0.75rem;
}
.header__list {
  position: relative;
}
.header__list a {
  padding: 10px;
  padding: 0.625rem;
  font-size: max(13px, 12px);
  font-size: max(0.8125rem, 12px);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.2307692308;
  letter-spacing: 0.78px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__list::before {
  content: "／";
  position: absolute;
  color: #353535;
  font-size: max(12px, 12px);
  font-size: max(0.75rem, 12px);
  font-weight: 400;
  line-height: 1.1666666667;
  letter-spacing: 0.72px;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.header__list::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  background: #353535;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.header__list:hover::after {
  opacity: 1;
  visibility: visible;
}
.header__list:last-child::before {
  display: none;
}
.header__insta a {
  display: block;
  width: max(14px, 14px);
  width: max(0.875rem, 14px);
  height: max(14px, 14px);
  height: max(0.875rem, 14px);
}

.toggle {
  width: 34px;
  width: 2.125rem;
  height: 34px;
  height: 2.125rem;
  border-radius: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: #353535;
  cursor: pointer;
  padding: 10px;
  padding: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 100;
  display: none;
}
@media screen and (max-width: 768px) {
  .toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.toggle__line {
  display: block;
  height: 1px;
  width: 20px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.toggle__line:nth-of-type(1) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.toggle__line:nth-of-type(3) {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.toggle.is-active .toggle__line:nth-of-type(1) {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
.toggle.is-active .toggle__line:nth-of-type(2) {
  display: none;
}
.toggle.is-active .toggle__line:nth-of-type(3) {
  -webkit-transform: translateY(-1px) rotate(45deg);
          transform: translateY(-1px) rotate(45deg);
}

.inner-main {
  max-width: 1288px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.inner {
  max-width: 1288px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.kv {
  margin-top: 88px;
  margin-top: 5.5rem;
  padding: 78px 0 104px;
  padding: 4.875rem 0 6.5rem;
}
.kv2 {
  margin-top: 88px;
  margin-top: 5.5rem;
  padding: 78px 0 0px;
}
@media screen and (max-width: 768px) {
  .kv {
    margin-top: 4.125rem;
    padding-bottom: 4.875rem;
  }
}
.kv__wrapper {
  max-width: 592px;
  max-width: 37rem;
}
.kv__img {
  margin-top: 48px;
  margin-top: 3rem;
  width: 100%;
  height: auto;
  aspect-ratio: 592/332;
}
.kv__img2 {
  margin-top: 48px;
  margin-top: 3rem;
  width: 100%;
  height: auto;
}
.kv__txt {
  margin-top: 32px;
  margin-top: 2rem;
  color: #000000;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  line-height: 2.0714285714;
  letter-spacing: 0.84px;
}

.lb-data .lb-caption {
  font-size: max(18px, 16px);
  font-size: max(1.125rem, 16px);
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.6111111111;
  letter-spacing: 1.08px;
}

.lb-nav a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.lb-nav a.lb-prev {
  background: url(../images/images/prev.png) no-repeat center center/cover;
  width: 50px;
  height: 45px;
}

.lb-nav a.lb-next {
  background: url(../images/images/next.png) no-repeat center center/cover;
  width: 50px;
  height: 45px;
}

.lightbox .lb-image {
  border: none;
  max-height: 581px;
}

.lb-data .lb-close {
  background: url(../images/images/close.png) no-repeat center center/cover;
}

.lb-image {
  -o-object-fit: contain;
     object-fit: contain;
}

.modal-data__img01 {
  width: 560px;
  width: 35rem;
  aspect-ratio: 560/364;
  padding: 16px 0;
  padding: 1rem 0;
  margin-top: 12px;
  margin-top: 0.75rem;
}
.modal-data__img01::before, .modal-data__img01::after {
  content: "";
  position: absolute;
  background: #353535;
  height: 1px;
  width: 750px;
  width: 46.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1080px) {
  .modal-data__img01::before, .modal-data__img01::after {
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .modal-data__img01::before, .modal-data__img01::after {
    width: 100%;
  }
}
.modal-data__img01::before {
  top: 0;
}
.modal-data__img01::after {
  bottom: 0;
}
.modal-data__img02, .modal-data__img03 {
  width: 464px;
  width: 29rem;
  aspect-ratio: 464/399;
  padding: 16px 0;
  padding: 1rem 0;
}
.modal-data__img02::after, .modal-data__img03::after {
  content: "";
  position: absolute;
  background: #353535;
  height: 1px;
  width: 750px;
  width: 46.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1080px) {
  .modal-data__img02::after, .modal-data__img03::after {
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .modal-data__img02::after, .modal-data__img03::after {
    width: 100%;
  }
}
.modal-data__img02::after, .modal-data__img03::after {
  bottom: 0;
}
.modal-data__img01, .modal-data__img02, .modal-data__img03 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal-data__img01, .modal-data__img02, .modal-data__img03 {
    width: 100%;
  }
}

.modal-setsubi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  gap: 1.5rem;
  max-width: 750px;
  max-width: 46.875rem;
}
@media screen and (max-width: 768px) {
  .modal-setsubi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modal-setsubi a {
  width: calc(50% - 24px);
}
@media screen and (max-width: 768px) {
  .modal-setsubi a {
    width: 100%;
  }
}

.pagetop {
  position: fixed;
  bottom: 117px;
  bottom: 7.3125rem;
  right: 40px;
  right: 2.5rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #353535;
  font-family: "Noto Serif JP", serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1.2142857143;
  letter-spacing: 0.84px;
  padding-top: 60px;
  padding-top: 3.75rem;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .pagetop {
    right: 0.625rem;
  }
}
.pagetop::before {
  content: "";
  position: absolute;
  background: #353535;
  width: 1px;
  height: 41px;
  height: 2.5625rem;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.pagetop:hover {
  cursor: pointer;
}
.pagetop:hover::before {
  cursor: pointer;
}

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 88px;
  gap: 5.5rem;
  position: relative;
}
.tab__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  gap: 1.125rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tab__nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tab__list {
  width: 130px;
  width: 8.125rem;
  width: max(130px, 130px);
  width: max(8.125rem, 130px);
  height: 130px;
  height: 8.125rem;
  height: max(130px, 130px);
  height: max(8.125rem, 130px);
  border: 1px solid #000000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tab__nav-no {
  font-family: "Cormorant Infant", serif;
  font-style: italic;
  color: #353535;
  font-size: max(26px, 20px);
  font-size: max(1.625rem, 20px);
  font-weight: 400;
  line-height: 0.6538461538;
  letter-spacing: 1.56px;
}
.tab__nav-ttl {
  margin-top: 15px;
  margin-top: 0.9375rem;
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-size: max(15px, 12px);
  font-size: max(0.9375rem, 12px);
  font-weight: 400;
  line-height: 1.4666666667;
  letter-spacing: 0.9px;
}
.tab__nav-en {
  margin-top: 10px;
  margin-top: 0.625rem;
  color: #353535;
  font-family: "Noto Serif JP", serif;
  font-size: max(11px, 10px);
  font-size: max(0.6875rem, 10px);
  font-weight: 400;
  line-height: 0.7272727273;
  letter-spacing: 0.66px;
}
.tab__list:not(.is-active) {
  cursor: pointer;
}
.tab__list.is-active {
  background-color: #F7F3EF;
}
.tab__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0 88px;
  padding: 0 5.5rem;
  max-width: 1920px;
}
@media screen and (max-width: 1440px) {
  .tab__inner {
    padding: 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .tab__inner {
    padding: 0 20px;
  }
}
.tab__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .tab__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tab__container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1080px) {
  .tab__container {
    max-width: 550px;
  }
}
@media screen and (max-width: 768px) {
  .tab__container {
    max-width: 550px;
  }
}
.tab__left {
  width: 148px;
  /* width: rem(148); */
}
@media screen and (max-width: 1080px) {
  .tab__left {
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .tab__left {
    display: none;
  }
}

.side-tab {
  top: 208px;
  top: 13rem;
  width: 148px;
  /* width: rem(148); */
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: sticky;
}
@media screen and (max-width: 1080px) {
  .side-tab {
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .side-tab {
    display: none;
  }
}
.side-tab__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.side-tab__nav-no {
  font-family: "Cormorant Infant", serif;
  font-style: italic;
  color: #353535;
  font-size: max(26px, 20px);
  font-size: max(1.625rem, 20px);
  font-weight: 400;
  line-height: 0.6538461538;
  letter-spacing: 1.56px;
}
@media screen and (max-width: 768px) {
  .side-tab {
    display: none;
  }
}
.side-tab__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px;
  gap: 1.1875rem;
  width: 100%;
  margin-left: 24px;
  margin-left: 1.5rem;
}
.side-tab__list {
  opacity: 0.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  position: relative;
  width: 100%;
}
.side-tab__list::before {
  content: "";
  position: absolute;
  width: 16px;
  width: 1rem;
  height: 1px;
  background: #353535;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  left: -8px;
  left: -0.5rem;
  opacity: 0;
  visibility: hidden;
}
.side-tab__list.is-active {
  opacity: 1;
}
.side-tab__list.is-active::before {
  opacity: 1;
  visibility: visible;
}
.side-tab__no {
  color: #353535;
  font-family: "Cormorant Infant", serif;
  font-style: italic;
  font-size: max(20px, 16px);
  font-size: max(1.25rem, 16px);
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: 1.2px;
}
.side-tab__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  font-weight: 400;
  line-height: 1.2307692308;
  letter-spacing: 0.78px;
}

.tabContent {
  width: 100%;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.2s visibility 0.2s;
  transition: opacity 0.2s visibility 0.2s;
}
.tabContent img {
  display: block;
}
.tabContent__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 72px;
  gap: 4.5rem;
}
.tabContent__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 20px;
  gap: 1.25rem;
  text-align: center;
}
.tabContent__txt {
  color: #000000;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  line-height: 2.0714285714;
  letter-spacing: 0.84px;
  text-align: center;
}
.tabContent__ttl {
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-size: max(18px, 16px);
  font-size: max(1.125rem, 16px);
  font-weight: 400;
  line-height: 1.4444444444;
  letter-spacing: 1.08px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: max(18px, 18px);
  font-size: max(1.125rem, 18px);
}
.tabContent__ttl-no {
  display: block;
  color: #353535;
  font-family: "Cormorant Infant", serif;
  font-style: italic;
  font-size: max(24px, 18px);
  font-size: max(1.5rem, 18px);
  font-weight: 400;
  line-height: 0.625;
  letter-spacing: 1.44px;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  font-size: max(24px, 24px);
  font-size: max(1.5rem, 24px);
}
.tabContent__sub-ttl {
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-size: max(16px, 16px);
  font-size: max(1rem, 16px);
  font-weight: 400;
  line-height: 1.8125;
  letter-spacing: 0.96px;
  padding: 8px;
  padding: 0.5rem;
  width: 100%;
  max-width: 746px;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  margin-top: 48px;
  margin-top: 3rem;
}
.tabContent__btn-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  gap: 2rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .tabContent__btn-nav {
    gap: 0.625rem;
  }
}
.tabContent__btn-slash {
  display: block;
  font-size: max(17px, 15px);
  font-size: max(1.0625rem, 15px);
  font-family: "Noto Serif JP", serif;
  color: #000000;
  font-weight: 400;
  line-height: 1.4117647059;
  letter-spacing: 1.02px;
}
.tabContent__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tabContent__btn:hover {
  cursor: pointer;
}
.tabContent__btn-no {
  color: #353535;
  font-family: "Cormorant Infant", serif;
  font-style: italic;
  font-size: max(29px, 24px);
  font-size: max(1.8125rem, 24px);
  font-weight: 400;
  line-height: 0.6896551724;
  letter-spacing: 1.74px;
}
@media screen and (max-width: 768px) {
  .tabContent__btn-no {
    font-size: max(1.625rem, 22px);
  }
}
.tabContent__btn-ttl {
  padding: 0 12px 0 6px;
  padding: 0 0.75rem 0 0.375rem;
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-size: max(17px, 14px);
  font-size: max(1.0625rem, 14px);
  font-weight: 400;
  line-height: 1.4117647059;
  letter-spacing: 1.02px;
}
@media screen and (max-width: 768px) {
  .tabContent__btn-ttl {
    padding: 0 0.375rem 0 0.375rem;
    font-size: max(0.875rem, 12px);
  }
}
.tabContent__btn-icon {
  display: block;
  width: 22px;
  width: 1.375rem;
  height: 6px;
  height: 0.375rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.tabContent__btn--next:hover .tabContent__btn-icon {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.tabContent__btn--prev:hover .tabContent__btn-icon {
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}

.tabContent.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 40px;
  gap: 2.5rem;
  -webkit-animation: fadeIn 0.2s linear;
          animation: fadeIn 0.2s linear;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.tabContent01__txt {
  width: 548px;
  width: 34.25rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .tabContent01__txt {
    width: 100%;
  }
}
.tabContent01__img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
  width: 100%;
  max-width: 722px;
}
@media screen and (max-width: 768px) {
  .tabContent01__img-wrapper {
    gap: 1rem;
  }
}
.tabContent01__img01 {
  width: 100%;
  max-width: 722px;
  height: auto;
  aspect-ratio: 722/380;
}
.tabContent01__img-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .tabContent01__img-col {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tabContent01__img02, .tabContent01__img03 {
  width: 100%;
  height: auto;
  aspect-ratio: 345/420;
}
@media screen and (max-width: 768px) {
  .tabContent01__img02, .tabContent01__img03 {
    width: 100%;
    height: auto;
  }
}

.tabContent02__container {
  margin-top: 32px;
  margin-top: 2rem;
}
.tabContent02__txt-wrapper {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
  max-width: 384px;
  width: 100%;
}
.tabContent02__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 750px;
  max-width: 46.875rem;
  width: 100%;
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (max-width: 768px) {
  .tabContent02__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}
.tabContent02__item-img {
  width: 292px;
  width: 18.25rem;
  aspect-ratio: 292/197;
}
@media screen and (max-width: 768px) {
  .tabContent02__item-img {
    width: 100%;
  }
}
.tabContent02__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  width: 423px;
  width: 26.4375rem;
}
@media screen and (max-width: 768px) {
  .tabContent02__item {
    text-align: center;
    gap: 0.625rem;
    width: 100%;
  }
}
.tabContent02__item-copy {
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-size: max(16px, 12px);
  font-size: max(1rem, 12px);
  font-weight: 400;
  line-height: 1.8125;
  letter-spacing: 0.96px;
}
.tabContent02__item-txt {
  color: #000000;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  line-height: 2.0714285714;
  letter-spacing: 0.84px;
}
@media screen and (max-width: 768px) {
  .tabContent02__items-card {
    gap: 2rem;
  }
}
.tabContent02__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 222px;
  width: 13.875rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .tabContent02__card {
    width: 100%;
    text-align: center;
  }
}
.tabContent02__card-img {
  aspect-ratio: 222/150;
  width: 100%;
}
.tabContent02__card-copy {
  margin-top: 8px;
  margin-top: 0.5rem;
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-size: max(16px, 12px);
  font-size: max(1rem, 12px);
  font-weight: 400;
  line-height: 1.8125;
  letter-spacing: 0.96px;
}
.tabContent02__card-txt {
  margin-top: 4px;
  margin-top: 0.25rem;
  color: #000000;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  line-height: 2.0714285714;
  letter-spacing: 0.84px;
}
.tabContent02__img01 {
  max-width: 698px;
  aspect-ratio: 698/717;
  margin-top: 27px;
  margin-top: 1.6875rem;
}
.tabContent02__img02 {
  max-width: 698px;
  aspect-ratio: 698/854;
}
.tabContent02__img03 {
  max-width: 698px;
  aspect-ratio: 698/925;
}
.tabContent02__img04 {
  max-width: 746px;
  aspect-ratio: 746/795;
}
.tabContent02__img09 {
  max-width: 622px;
  aspect-ratio: 622/1178;
}
.tabContent02__img01, .tabContent02__img02, .tabContent02__img03, .tabContent02__img04, .tabContent02__img09 {
  width: 100%;
  height: auto;
}
.tabContent02__h4--heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 8px;
  gap: 0.5rem;
}

.tabContent03__txt-wrapper {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}

.section-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  gap: 0.5625rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.section-ttl__ja {
  font-size: max(26px, 20px);
  font-size: max(1.625rem, 20px);
  line-height: 1.4230769231;
  letter-spacing: 1.56px;
  font-weight: 400;
}
.section-ttl__en {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  line-height: 0.75;
  letter-spacing: 0.72px;
  color: #353535;
  font-weight: 400;
}
.section-ttl.left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* ---------------------------
  家づくり
--------------------------- */
.top {
  margin-top: 120px;
  margin-top: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top {
    margin-top: 5rem;
  }
}

/* ---------------------------
  mv
--------------------------- */
.mv {
  background: url(../images/top/mv.jpg) no-repeat center center/cover;
  width: 100%;
  width: 100vw;
  height: 1110px;
  height: 69.375rem;
  margin-top: 88px;
  margin-top: 5.5rem;
  position: relative;
}
.mv::before {
  content: "";
  position: absolute;
  background: url(../images/top/logo_sub.png) no-repeat center center/cover;
  width: 220px;
  width: 13.75rem;
  height: 220px;
  height: 13.75rem;
  left: 32px;
  left: 2rem;
  bottom: 32px;
  bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .mv::before {
    width: 5rem;
    height: 5rem;
    left: 1.25rem;
    bottom: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 4.125rem;
    background-position: 0 0;
    height: 17.5rem;
    background-size: contain;
  }
}

/* ---------------------------
  家づくり
--------------------------- */
.house-building__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .house-building__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.house-building__img {
  width: 49.1114701131%;
  height: auto;
  aspect-ratio: 608/380;
}
@media screen and (max-width: 768px) {
  .house-building__img {
    width: 100%;
    margin-top: 2rem;
  }
}
.house-building__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.house-building__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 43.1340872375%;
}
@media screen and (max-width: 768px) {
  .house-building__content {
    width: 100%;
    max-width: 550px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.house-building__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
.house-building__item p {
  font-size: max(14px, 12px);
  font-size: max(0.875rem, 12px);
  font-weight: 300;
  line-height: 2.0714285714;
  letter-spacing: 0.84px;
}


.flex_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.flex_container .box {
  border: 1px solid #aaa;
  padding: 20px 30px;
  width: 300px;
  box-sizing: border-box;
}

.flex_container .box h2 {
  font-size: 20px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #666;
  padding-bottom: 5px;
  font-family: "Noto Serif JP", serif;
}

.price_list {
  padding-left: 1em;
  list-style-type: disc;
}

.price_list li {
  margin-bottom: 8px;
  text-align: left;
}
.price_list li::marker {
  font-size: 50%;
}

.step-wrapper {
  max-width: 900px;
  margin: 3rem auto;
  padding: 1rem;
}

.step-wrapper h2 {
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
  background-color: #f3f2ef;
  padding: 1.2rem;
  margin-bottom: 3rem;
}

.step-block {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #ccc;
}
.step-img{
  width: 20%;
}
.step-img img {
  width: 100px;
  height: auto;
  border-radius: 50%;
  object-fit: contain;
}

.step-content h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 0 1rem;
  font-family: "Noto Serif JP", serif;
}
.step-content{
  text-align: left;
  width: 80%;
}

.step-content p {
  line-height: 2;
}

.contact-link {
  color: #666;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 1rem;
}


@media (max-width: 600px) {
  .step-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .step-img img {
    width: 80px;
  }
}

/* ---------------------------
  お知らせ
--------------------------- */
.news__wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .news__wrapper {
    max-width: 550px;
  }
}
.news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 48px;
  margin-top: 3rem;
  width: 100%;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .news__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.news__posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-right: 1px solid #353535;
  width: 1062px;
  width: 66.375rem;
}
@media screen and (max-width: 1279px) {
  .news__posts {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news__posts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-right: none;
    border-top: 1px solid #353535;
    width: 100%;
  }
}
.news__post {
  width: 33.3333333333%;
  padding: 0 40px;
  padding: 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  border-left: 1px solid #353535;
}
@media screen and (max-width: 768px) {
  .news__post {
    width: 100%;
    padding: 2.5rem 0;
    border-left: none;
    border-bottom: 1px solid #353535;
  }
}
.news__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
}
.news__time {
  font-size: max(14px, 12px);
  font-size: max(0.875rem, 12px);
  font-weight: 300;
  line-height: 0.7142857143;
  letter-spacing: 0.84px;
  color: #000000;
}
.news__cat {
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  font-weight: 300;
  line-height: 0.7692307692;
  letter-spacing: 0.78px;
  padding: 6px 8px;
  padding: 0.375rem 0.5rem;
  background: #353535;
  color: #FFFFFF;
  border-radius: 30px;
}
.news .btn a {
  padding: 0;
}
@media screen and (max-width: 1279px) {
  .news .btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.news__ttl {
  height: 82px;
  height: 5.125rem;
  font-size: max(14px, 12px);
  font-size: max(0.875rem, 12px);
  font-weight: 300;
  line-height: 2.1428571429;
  letter-spacing: 0.84px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .news__ttl {
    height: 3.25rem;
    -webkit-line-clamp: 2;
  }
}
.news__arrow {
  display: block;
  width: 22px;
  width: 1.375rem;
  height: 6px;
  height: 0.375rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: 32px;
  margin-top: 2rem;
}
.news__post:hover .news__arrow {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}

/* ---------------------------
  施工事例
--------------------------- */
.works__container {
  margin-top: 48px;
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px 40px;
  gap: 3rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .works__container {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 550px;
  }
}
@media screen and (max-width: 600px) {
  .works__container {
    grid-template-columns: 1fr;
  }
}
.works__card {
  width: 100%;
}
.works__card:hover img {
  height: auto;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.works__thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 386/292;
  overflow: hidden;
}
.works__thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.works__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
  margin-top: 1rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .works__data {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.75rem;
  }
}
.works__ttl {
  font-size: max(14px, 12px);
  font-size: max(0.875rem, 12px);
  font-weight: 300;
  line-height: 2.0714285714;
  letter-spacing: 0.84px;
}
.works__time {
  font-size: max(14px, 12px);
  font-size: max(0.875rem, 12px);
  font-weight: 300;
  line-height: 2.0714285714;
  letter-spacing: 0.84px;
}
.works__btn {
  margin-top: 72px;
  margin-top: 4.5rem;
}
/*# sourceMappingURL=styles.css.map */


.wp-pagenaviCnt .wp-pagenavi a:hover, .wp-pagenaviCnt .wp-pagenavi span.current, .wp-pagenavi.wp-pagenavi a, .wp-pagenavi .wp-pagenavi span{
  border: none;
}

.wp-pagenaviCnt {
  margin-top: 5%;
}

.wp-pagenaviCnt .wp-pagenavi {
  text-align: center;
}
.wp-pagenaviCnt .wp-pagenavi .current{
  background-color: #000;
  color: #fff;
  border-radius: 20px;
}

.wp-pagenaviCnt .wp-pagenavi>* {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-size: contain;
  background-position: center center;
  margin:0 3px;
}


.works_about_divider {
  margin: 0 auto 4.5%;
  width: fit-content;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.tit03-works_about{
  border-bottom: #000 solid 1px;
  padding: 1rem 3rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: initial;
}


.works_about_imglist {
  font-size: 0;
  text-align:center;
}
.works_about_imglist .slick-slide{
  padding:10px;
  margin:0 5px;
  background:white;
  text-align: center;
}

.works_about_imglist img{
  width: 100%;
  box-sizing: border-box;
}
.works_about_imglist .slick-dots{
  bottom: -15px;
  width:auto;
  max-width: 620px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: left;
  position: relative;
  display: inline-block!important;
}
.works_about_imglist .slick-prev,
.works_about_imglist .slick-next{
  width: auto;
  height:auto;
  z-index: 2;
  transition:0.5s;
}
.works_about_imglist .slick-prev:hover,
.works_about_imglist .slick-next:hover{
  opacity: 0.8;
}
.works_about_imglist .slick-prev:before,
.works_about_imglist  .slick-next:before{
  content:none;
}
.works_about_imgnav {
  display: flex;
  flex-wrap: wrap;
  margin:20px -0.3% 0;
  margin-top:20px
}
.works_about_imgnav li{
  width: 9.4%;
  padding: 5px;
  background: white;
  margin: 0 0.3% 5px;
  transition:0.5s;
  cursor: pointer;
}
.works_about_imgnav li img{
  transition: 0.5s;
}
.works_about_imgnav li.thumbnail-current img,
.works_about_imgnav li:hover img{
    opacity:0.5;
}


.works_about {
  margin-bottom: 120px;
}

.works_otherlist.slick-slider {
  padding: 0 33px 0;
  margin-top:30px;
  margin-bottom:60px;
}

.works_otherlist .slick-slide {
  padding: 0 5px;
}

.works_otherlist .slick-slide img {
  margin: 0 auto;
  width: 100%;
}

.works_otherlist .slick-arrow {
  background-color: #817b78;
  height: 100%;
}

.works_otherlist .slick-next {
  right: 0px;
}

.works_otherlist .slick-prev {
  left: 0px;
}

.works_otherlist .slick-next:before {
  content: '>';
}

.works_otherlist .slick-prev:before {
  content: '<';
}
.works_otherlist .slick-dots{
  bottom: -15px;
  width:auto;
  max-width: 620px;
  left: 0;
  right: 0;
  margin: auto;
  /* text-align: left; */
  /* position: relative; */
  display: inline-block!important;
}

.works_otherlist .imgCnt {
  position: relative;
}

.works_otherlist .comment-common {
  right: 6%;
  letter-spacing: -1px;
}

.works_otherlist h3 {
  background: #fff;
  font-size: 0.94rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  padding: 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.backBtnCnt {
  display: table;
  margin: 0 auto 0;
  position: relative;
  z-index: 2;
}

.backBtnCnt::before {
  position: absolute;
  background-size: contain;
  background-position: top left;
  content: '';
  display: inline-block;
  width: 152px;
  height: 86px;
  background-color: transparent;
  left: -149px;
  top: -83px;
}

.backBtnCnt-works::before {
  background-image: url("./images/works/pop_back.png");
}

@media screen and (max-width: 768px) {
  .works_archive_list {
    width: 100%;
    max-width: 620px;
    margin: 0 auto 0;
  }
  .works_archive_list li {
    width: calc(50% - 10px);
  }
  .works_archive_list li:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .works_archive_list li:nth-of-type(odd) {
    margin-right: 20px;
  }
  .works_archive_list_imgCnt p {
    font-size: 2.5vw;
  }
  .tit03-common.tit03-works {
    margin: 0 auto 0.5em 0;
    
  }
  .tit03-common.tit03-works::after {
    content: none;
  }
  .works_top_divider {
    margin: 0 auto;
  }

  .works_top {
    padding: 10vw 0 12vw;
  }
  .works_about_divider {
    margin-bottom: 7%;
  }

  .works_about_imglist .slick-slide{
    padding:5px;
    margin: 0 5px;
    position: relative;
    padding-bottom: 47vw;
    background: none;
  }
  .works_about_imglist img{
    max-width: 100%;
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin:auto;
    padding: 7px;
    background: white;
  }
  .works_about_imglist .slick-dots{
    max-width: 620px;
    width:94%;
    display: block!important;
  }
  .works_about_imgnav li{
    width: 13.68%;
  }
  
  .works_about {
    margin-bottom: 16%;
  }
  .works_otherlist h3 {
    font-size: 0.84rem;
  }
  .works_cambusWrap {
    padding: 40px 0 60px;
    margin-bottom: 30px;
  }
  .backBtnCnt::before {
    width: 100px;
    height: 55px;
    left: -50px;
    top: -60px;
  }
}

@media screen and (max-width: 480px) {
  .works_about_imgnav li{
    width: 15.6%;
    margin: 0 0.5% 5px;
    padding:3px;
  }
  .works_archive_list {
    max-width: 300px;
  }
  .works_archive_list li {
    width: 100%;
    margin-bottom: 10%;
  }
  .works_archive_list li:nth-of-type(odd) {
    margin-right: 0;
  }
  .works_archive_list_imgCnt p {
    font-size: 5vw;
  }
}

.slick-dots {
  left: 0;
}


/*-------------------------------------------
	company
-------------------------------------------*/

.company_outline {
  padding: 55px 0 75px;
}

.company_outline_dl {
  display: flex;
  flex-wrap: wrap;
  max-width: 790px;
  margin: 0 auto 0;
  padding: 0 50px;
}

.company_outline_dl dt, .company_outline_dl dd {
  padding-top: 1em;
  padding-bottom: 1em;
}

.company_outline_dl dt {
  text-align: center;
  border-bottom: 1px solid #000;
  width: 170px;
  margin-right: 10px;
}

.company_outline_dl dd {
  border-bottom: 1px solid #000;
  width: calc(100% - 180px);
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.company_access {
  padding: 75px 0 0;
}
.company_access_mapCnt{
  width: 70%;
  margin-top: 20px;
}
.company_access_mapCnt iframe {
  width: 100%;
  height: 35vw;
  max-height: 480px;
  min-height: 280px;
}

@media screen and (max-width: 768px) {
  .company_outline_dl {
    display: block;
    padding: 0;
  }
  .company_outline_dl dt {
    text-align: left;
    padding: 1em 1.5em 0;
    width: 50%;
    font-weight: 700;
    min-width: 180px;
  }
  .company_outline_dl dd {
    width: 100%;
  }
  .company_access {
    padding: 45px 0 0;
  }
  .company_access_mapCnt{
  width: 100%;
}
}



/*-------------------------------------------
	mail
-------------------------------------------*/

.mail_form {
  padding-top: 40px;
}

.mail_form_lead {
  line-height: 2;
  margin-bottom: 1.1em;
}
.mail_form_lead span{
  color: #ff0000;
}
.mail_form_dl {
  display: flex;
  align-items: center;
  margin-bottom: 65px;
}

.mail_form_dl dt {
  color: #605340;
  font-size: 1.2rem;
  line-height: 1;
  margin-right: 0.4em;
  padding-top: 0.2em;
  font-style: italic;
}

.mail_form_dl dd {
  display: flex;
  line-height: 1;
  align-items: center;
}

.mail_form_dl .tel {
  color: #605340;
  font-size: 1.9rem;
  margin-right: 1em;
  font-style: italic;
}

.mail_form_dl .remark {
  display: block;
}

.mail_form_formInner {
  padding: 20px 4% 20px;
  margin-bottom: 35px;
}


.mail_form_body {
  width: 100%;
}

.mail_form_body tr{
  border-top: 1px solid #ccc;
  display: block;
}

.mail_form_body th {
  text-align: left;
  font-weight: normal;
  position: relative;
  width: 270px;
  padding: 1em 1em 1em 0;
}

.mail_form_body th::after {
  content: '※';
  display: inline-block;
  color: #ff1b1b;
  font-size: 0.7em;
  right: 0;
  position: absolute;
}

.mail_form_body th.va-top::after {
  top: 1em;
}

.mail_form_body th:not(.va-top)::after {
  top: 50%;
  transform: translateY(-50%);
}

.mail_form_body td {
  padding: 1em 0em 1em 1.5em;
  width: calc(100% - 270px);
}

.mail_form_body .input01, .mail_form_body .input02, .mail_form_body .textarea01 {
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: none;
  padding: 10px 8px 10px;
}

.mail_form_body .input01 {
  width: 100%;
}

.mail_form_body .input02 {
  width: 100%;
  max-width: 180px;
}

.mail_form_body .textarea01 {
  width: 100%;
  height: 200px;
}

.mail_form_body .choice {
  font-weight: 700;
  margin-bottom: 0.8em;
}

.form_addresslist {
  padding-left: 2em;
  position: relative;
}

.form_addresslist::before {
  content: '〒';
  position: absolute;
  top: 0.3em;
  left: 0;
  font-size: 1.13rem;
}

.form_addresslist li:not(:last-of-type) {
  margin-bottom: 0.5em;
}

.submitBtnCnt {
  display: table;
  margin: 0 auto 0;
}

.submitBtnCnt input {
  font-size: 1.4rem;
  text-align: center;
  display: block;
  width: 252px;
  height: 54px;
  color: #000;
  border: 1px solid #000;
  font-family: "Noto Serif JP", serif;
}

.checkboxCnt .wpcf7-form-control-wrap .wpcf7-checkbox {
  display: block;
  font-size: 0;
}

.checkboxCnt .wpcf7-form-control-wrap .wpcf7-list-item {
  display: inline-block;
  width: 200px;
  font-size: 1rem;
  line-height: 2.5;
}

.checkboxCnt .wpcf7-form-control-wrap .wpcf7-list-item-label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}

.checkboxCnt .wpcf7-form-control-wrap .wpcf7-list-item-label::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: transparent;
  border-radius: 7px;
  border: 1px solid #ccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

.checkboxCnt .wpcf7-form-control-wrap .wpcf7-list-item-label::after {
  content: '✓';
  color: #000;
  position: absolute;
  left: 3px;
  top: 3px;
  line-height: 1;
  font-size: 1.33rem;
  transition: .2s;
  opacity: 0;
}

.checkboxCnt .wpcf7-form-control-wrap input {
  display: none;
}

.checkboxCnt .wpcf7-form-control-wrap input:checked+.wpcf7-list-item-label::after {
  opacity: 1;
}
.recapcha{
  text-align: center;
}

.grecaptcha-badge {
   visibility: hidden;
}

@media screen and (max-width: 768px) {
  .mail_form_dl {
    align-items: flex-start;
    justify-content: center;
  }
  .mail_form_dl dt {
    font-size: 1.5rem;
    width: 45px;
  }
  .mail_form_dl dd {
    flex-flow: column;
    align-items: flex-start;
    width: calc(100% - 45px);
  }
  .mail_form_dl .tel {
    margin-right: 0;
  }
  .mail_form_body tr, .mail_form_body th, .mail_form_body td, .mail_form_body thead, .mail_form_body tbody {
    display: block;
    width: 100%;
  }
  .mail_form_body td {
    padding: 0em 0em 1em 0em;
  }
}



/*-------------------------------------------
aiec_event single
-------------------------------------------*/
.contentWrap-ai1ec_event .divider-main .body{
  width:100%;
}

.divider-main {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
}

.divider-main .body {
  width: 74.45%;
}

.divider-main .side {
  width: 22.45%;
}

@media screen and (max-width: 768px) {
  .divider-main {
    flex-direction: column;
  }
  .divider-main .body {
    width: 100%;
  }
  .divider-main .side {
    width: 100%;
  }
  .wp-pagenavi {
    margin: 30px auto 30px;
  }
  .wp-pagenavi>* {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}

.metalist{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.metalist li{

}
.metalist .term-common{
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  padding: 0px 10px 2px;
  margin-right: 10px;
}

.archive_time{
  border-bottom: 2px solid #000;
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 1em;
  line-height: 1;
  padding-bottom: 0.4em;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

/* archive */

.tit03-newsarchive {
  font-family: YuGo;
  color: #333333;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.4em;
}

.divider-newsarchive {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
}

.divider-newsarchive .imgCnt {
  width: 32.8%;
}

.divider-newsarchive .excerpt {
  width: 64.5%;
  line-height: 1.875;
}

.articlelist>li {
  padding-bottom: 10px;
  border-bottom: 1px dashed #000;
}

.articlelist>li:not(:last-of-type) {
  margin-bottom: 24px;
}

/* single */

.tit03-newssingle {
  color: #000;
  font-size: 1.56rem;
  font-weight: 700;
  margin-bottom: 0.7em;
  line-height: 1.2;
}

.metalist-newssingle {
  border-bottom: 1px dashed #a0998e;
  padding-bottom: 12px;
  margin-bottom: 18px;
}

.news_eyechatchCnt {
  margin-bottom: 2.7%;
}

.news_content {
  padding-bottom: 13%;
  margin-bottom: 3.8%;
  border-bottom: 3px solid #000;
}

.news_content p {
  font-size: 1rem;
  line-height: 1.75;
}

.news_content p:not(:last-of-type) {
  margin-bottom: 1.2em;
}
.news_content iframe{
  max-width:100%;
}

.news_postnavi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.news_postnavi li:nth-child(2) {
  text-align: center;
  width: 232px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.news_postnavi li:not(:nth-child(2)) {
  width: 125px;
}

@media screen and (max-width: 768px) {
  .divider-newsarchive {
    flex-direction: column;
  }
  .divider-newsarchive .imgCnt {
    width: 100%;
    margin-bottom: 4%;
  }
  .divider-newsarchive .excerpt {
    width: 100%;
  }
  .metalist-newsarchive {
    padding-bottom: 2%;
  }
  .news_postnavi {
    position: relative;
    padding-bottom: 120px;
  }
  .news_postnavi li:not(:nth-child(2)) {
    width: 50%;
  }
  .news_postnavi li:nth-of-type(2) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    top: auto;
  }
}

.postlink-next{
  display: block;
  text-align: right;
}
.postlink-next img{
  width: auto;
  display: initial;
  vertical-align: middle;
}

/*-------------------------------------------
	side
-------------------------------------------*/

.tit03-side {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0.7em;
  border: #000 solid 2px;
  padding: 10px;
  width: 100%;
}

.side_newslist a, .side_archivelist a {
  color: #333;
}

.side_newslist li, .side_archivelist li {
  border-bottom: 1px solid #cbc7c5;
  color: #333333;
  line-height: 1.714;
  padding: 0.7em;
  font-size: 0.88rem;
}

.side section:not(:last-of-type) {
  margin-bottom: 20%;
}

.side_archivelist li {
  position: relative;
}

.side_archivelist li::after {
  content: '>';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1em;
  padding-right: 1.5em;
}