@charset "UTF-8";
html {
  font-size: 14px;
}
main {
  font-family: "Noto Serif JP", serif !important;
  background-color: #000;
}

.garamond {
  font-family: "EB Garamond", serif !important;
}

a:hover, a:active {
  color: #fff !important; 
}

/* 予告広告
======================================== */
.yokoku {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
}
.inn {
  margin: 0 auto;
  padding: 3px 20px;
  box-sizing: border-box;
}
.yokoku dl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.yokoku dt {
  font-size: 13px;
  padding: 5px 15px;
  background: #eee;
  border: 1px solid #444;
  text-align: center;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.yokoku dd {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.yokoku dd span {
  font-size: 12px;
}
.yokoku dd .ml {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .yokoku .inn dl {
    justify-content: flex-start;
  }
  .yokoku dd .ml {
    margin-left: 0px;
  }
  .yokoku .inn dl dt {
    padding: 3px 8px;
    font-size: 11px !important;
  }
  .yokoku .inn dl dd {
    font-size: 14px;
  }
  .sp_yokoku {
    font-size: 10px;
    margin-top: 6px;
  }
}

/* mainvisual
====================================== */
.mv_contents {
  position: relative;
}
#mainvisual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1920 / 800;
  background-color: #fff;
}
.swiper-slide {
  position: relative;
}
.swiper-slide:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 20%;
  background: linear-gradient(
    to bottom,
    rgba(30, 87, 153, 0) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  z-index: 1;
}
#mainvisual .main_slide {
  opacity: 1;
  position: absolute;
  inset: 0;
  pointer-events: none;
}
#mainvisual .main_slide .main_slide_image {
  position: absolute;
  inset: 0;
}
#mainvisual .main_slide .main_slide span {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#mainvisual .main_slide .swiper-slide .main_slide {
  opacity: 0;
  /* filter: brightness(500%); */
  transition: opacity 1.5s linear, filter 1.5s linear;
  will-change: opacity;
}
#mainvisual .main_slide .swiper-slide.swiper-slide-active .main_slide {
  opacity: 1;
  /* filter: brightness(100%); */
  transition: opacity 1.5s linear, filter 1.5s linear;
}
#mainvisual .main_slide .swiper-slide-active .main_slide span,
#mainvisual .swiper-slide-prev .main_slide span {
  /* スライド時は下記を使う */
  animation:10s zoom_down linear 0s both;

  /* 1枚の時は下記を使う */
  /* animation: 2s zoom_down linear 0s both; */
}
@keyframes zoom_down {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#mainvisual .main_slide .main_slide.main_slide01 span {
  background-image: url("../img/top/mv01_pc.jpg");
}
#mainvisual .main_slide .main_slide.main_slide02 span {
  background-image: url("../img/top/mv02_pc.jpg");
}
#mainvisual .main_slide .main_slide.main_slide03 span {
  background-image: url("../img/top/mv.jpg");
}

@media only screen and (max-width: 768px) {
  #mainvisual {
    aspect-ratio: 15 / 12;
  }
  #mainvisual .main_slide .main_slide.main_slide01 span {
    background-image: url("../img/top/mv01_sp.jpg");
  }
  #mainvisual .main_slide .main_slide.main_slide02 span {
    background-image: url("../img/top/mv02_sp.jpg");
  }
  #mainvisual .main_slide .main_slide.main_slide03 span {
    background-image: url("../images/top/mv03_sp.jpg");
  }
}

/* 
============================ */
.inner {
  width: calc(100% - 40px);
  max-width: 1600px;
  margin-inline: auto;
}

/* ========================================
mv_lead_area
===========================================*/
.mv_lead_area {
  position: absolute;
  top: 50%;
  left: 0;
  left: calc((100vw - 1600px) / 2);
  transform: translateY(-50%);
  background-color: rgba(72, 72, 72, 0.7);
  color: #fff;
  z-index: 5;
  padding: 60px 40px 40px;
  width: 100%;
  max-width: 500px;
  max-width: clamp(28.571rem, 15.839rem + 17.391vw, 35.714rem);
  box-sizing: border-box;
  opacity: 0;
  filter: blur(10px);
  transition: opacity 2s ease, filter 2s ease;
}
.mv_lead_area.active {
  opacity: 1;
  filter: blur(0);
}
.mv_lead_en {
  font-size: 24px;
  font-size:clamp(1.143rem, 0.124rem + 1.391vw, 1.714rem);
  letter-spacing: 0.2em;
  line-height: 1.4;
}
.mv_lead_title {
  margin-top: 38px;
  margin-top: clamp(1.286rem, -1.261rem + 3.478vw, 2.714rem);
  font-size: 36px;
  font-size: clamp(1.714rem, 0.186rem + 2.087vw, 2.571rem);
  letter-spacing: 0.2em;
  line-height: 1.3;
  font-weight: 400;
}
.mv_lead_text {
  margin-top: 26px;
  margin-top: clamp(0.857rem, -0.925rem + 2.435vw, 1.857rem);
  font-size: 21px;
  font-size: clamp(1rem, 0.109rem + 1.217vw, 1.5rem);
  letter-spacing: 0.2em;
  line-height: 1.4;
}
.mv_lead_btn2 {
  margin-top: 40px;
  display: block;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 300;
  padding-block: 18px;
  background-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  transition: 0.4s;
}
a.mv_lead_btn {
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: clamp(0.929rem, 0.292rem + 0.87vw, 1.286rem);
  letter-spacing: 0.2em;
  line-height: 1;
  color: #fff !important;
  font-weight: 300;
  padding-block: 8px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  transition: 0.4s;
}
.mv_lead_btn .icon_arrow {
  margin-bottom: 10px;
}
.mv_lead_btn:hover {
  box-shadow: rgba(255, 255, 255, 0.7) 0px 5px 15px;
}

@media only screen and (max-width: 1600px) {
  .mv_lead_area {
    left: 0;
    left: 20px;
  }
}
@media only screen and (max-width: 820px) {
  .mv_lead_area {
    position: static;
    transform: none;
    background-color: #000000;
    padding: 20px 20px;
    max-width: 100%;
    transition: opacity 1s ease, filter 1s ease;
  }
  .mv_lead_en {
    font-size: 13px;
  }
  .mv_lead_title {
    margin-top: 12px;
    font-size: 19px;
    letter-spacing: 0.1em;
  }
  .mv_lead_text {
    margin-top: 16px;
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  .mv_lead_btn2 {
    margin-top: 16px;
    max-width: 400px;
    font-size: 15px;
    letter-spacing: 0.1em;
    padding-block: 12px;
  }
  .mv_lead_btn {
    max-width: 400px;
    font-size: 12px;
    letter-spacing: 0.1em;
    padding-block: 2px;
    column-gap: 5px;
  }
  .mv_lead_btn .icon_arrow {
    margin-bottom: 10px;
  }
}

/* contents_wrap
=============================== */
.bg_gray {
  background-color: #2d2d2d;
}
.bg_black {
  background-color: #000;
}
.contents_area {
  padding-top: 120px;
  padding-bottom: 140px;
  color: #fff;
}
.contents_wrap {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.contents_wrap + .contents_wrap {
  margin-top: 50px;
}
.contents_wrap.aic {
  align-items: center;
}
.contents_large {
  position: relative;
  width: calc(1050 / 1600 * 100%);
  max-width: 1050px;
  aspect-ratio: 105 / 50;
}
.contents_small {
  position: relative;
  width: calc(500 / 1600 * 100%);
  max-width: 500px;
  aspect-ratio: 1 / 1;
}
.contents_title {
  position: relative;
  font-size: 60px;
  font-size: clamp(2rem, -2.075rem + 5.565vw, 4.286rem);
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #fff;
}
.contents_lead {
  margin-top: 22px;
  font-size: 24px;
  font-size: clamp(1.286rem, 0.522rem + 1.043vw, 1.714rem);
  letter-spacing: 0.2em;
  line-height: 1.4;
  color: #fff;
}
.contents_text {
  margin-top: 36px;
  font-size: 16px;
  font-size: clamp(0.857rem, 0.348rem + 0.696vw, 1.143rem);
  letter-spacing: 0.1em;
  line-height: 1.875;
  font-weight: 200;
  color: #fff;
}
.contents_small.contents_small_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents_small.bg01 {
  background-color: #484848;
}
.contents_small.bg02 {
  background-color: #2d2d2d;
}
.contents_small_en {
  font-size: 46px;
  font-size: clamp(1.857rem, -0.689rem + 3.478vw, 3.286rem);
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 24px;
}
.contents_small_text {
  font-size: 15px;
  font-size: clamp(0.786rem, 0.276rem + 0.696vw, 1.071rem);
  letter-spacing: 0.1em;
  line-height: 1.875;
  font-weight: 200;
}
.contents_small_lead {
  font-size: 30px;
  font-size: clamp(1.571rem, 0.553rem + 1.391vw, 2.143rem);
  letter-spacing: 0.1em;
  line-height: 2.4;
  font-weight: 400;
}

@media only screen and (max-width: 1024px) {
  .contents_area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contents_wrap {
    max-width: 500px;
    margin-inline: auto;
    flex-direction: column;
    row-gap: 20px;
  }
  .contents_wrap.column-reverse {
    flex-direction: column-reverse;
    row-gap: 10px;
  }
  .contents_wrap.sp_gap {
    row-gap: 10px;
  }
  .contents_wrap + .contents_wrap {
    margin-top: 20px;
  }
  .contents_large {
    width: 100%;
    aspect-ratio: initial;
  }
  .contents_small {
    width: 100%;
    aspect-ratio: initial;
  }
  .contents_title {
    font-size: 28px;
  }
  .contents_lead {
    margin-top: 22px;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .contents_text {
    margin-top: 20px;
    font-size: 11px;
    letter-spacing: 0.02em;
    line-height: 1.7;
  }
  .contents_small.contents_small_center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contents_small.sp_grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 20px;
  }
  .contents_small.sp_grid .contents_text {
    margin-top: 0;
    text-align: justify;
  }
  .contents_small.bg01 {
    padding-block: 20px;
    padding-inline: 30px;
    justify-content: left;
  }
  .contents_small.bg02 {
    padding-block: 20px;
  }
  .contents_small_en {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .contents_small_text {
    font-size: 11px;
    letter-spacing: 0.05em;
  }
  .contents_small_lead {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    padding-block: 25px;
  }
}

/* quality_body
================================== */
.quality_body {
  width: 90%;
  margin-inline: auto;
}
.quality_title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-size: clamp(0.857rem, -0.161rem + 1.391vw, 1.429rem);
  letter-spacing: 0.05em;
  font-weight: 200;
}
.quality_title:before,
.quality_title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #fff;
}
.quality_title:before {
  margin-right: 1rem;
}
.quality_title:after {
  margin-left: 1rem;
}
.quality_body_wrap {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.quality_body_item {
  border: 1px solid #575757;
  font-size: 20px;
  font-size: clamp(0.786rem, -0.36rem + 1.565vw, 1.429rem);
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: 200;
  padding-block: 12px;
  padding-left: 20px;
}

@media only screen and (max-width: 1024px) {
  .quality_body {
    width: 100%;
  }
  .quality_title {
    font-size: 13px;
  }
  .quality_body_wrap {
    margin-top: 14px;
    row-gap: 10px;
  }
  .quality_body_item {
    font-size: 12px;
    padding-block: 6px;
    padding-left: 10px;
  }
}

/* point_wrap
======================== */
.point_title {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 100px;
  font-size: clamp(3.857rem, -2rem + 8vw, 7.143rem);
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 200;
}
.point_text {
  width: 98%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-size: clamp(0.786rem, 0.149rem + 0.87vw, 1.143rem);
  letter-spacing: 0.1em;
  line-height: 1.875;
  font-weight: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.point_text_en {
  font-size: 48px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

@media only screen and (max-width: 1024px) {
  .point_title {
    position: absolute;
    top: 20px;
    left: 10px;
    font-size: 38px;
  }
  .point_text {
    width: auto;
    top: 50%;
    left: 60px;
    transform: translate(0%, -50%);
    font-size: 11px;
    letter-spacing: 0.03em;
    line-height: 1.7;
  }
  .point_text_en {
    font-size: 48px;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
}

/* contents_small_link
============================ */
.contents_small.contents_small_link {
  overflow: hidden;
  transition: all 0.4s ease-out;
}
.contents_small.contents_small_link img {
  transition: all 0.4s ease-out;
}
.contents_small.contents_small_link:hover img {
  opacity: 0.8;
  transform: scale(1.05);
}
a .contents_small_link_title {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 72px;
  font-size: clamp(3.429rem, 0.373rem + 4.174vw, 5.143rem);
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff !important;
  font-weight: 200;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3),
    0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3),
    0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3),
    0px 0px 10px rgba(0, 0, 0, 0.3);
}
a .more {
  position: absolute;
  bottom: 14px;
  right: 14px;
  font-size: 15px;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #fff !important;
  display: flex;
  align-items: center;
  column-gap: 10px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3),
    0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3),
    0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3),
    0px 0px 10px rgba(0, 0, 0, 0.3);
}
.more_arrow {
  margin-bottom: 12px;
}

@media only screen and (max-width: 1024px) {
  .contents_wrap.sp_wrap {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
  }
  .contents_small.contents_small_link {
    width: calc(50% - 5px);
  }
  a .contents_small_link_title {
    top: 6px;
    right: 6px;
    font-size: 30px;
  }
  a .more {
    bottom: 0px;
    right: 5px;
    font-size: 10px;
    letter-spacing: 0.1em;
    column-gap: 6px;
  }
  .more_arrow {
    width: 26px;
    margin-bottom: 12px;
  }
}

/* wide_area
=============================== */
.wide_area {
  width: 100%;
  padding-block: 151px;
  background: url(../img/top/wide_area_pc.jpg) no-repeat center center / cover;
}

@media only screen and (max-width: 1024px) {
  .wide_area {
    background: url(../img/top/wide_area_sp.jpg) no-repeat center center / cover;
    padding-block: 50px;
  }
}

/* contents_large
================================= */
.contents_large.contents_large_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 20px;
}
.contents_large_item {
  width: 84%;
  margin-inline: auto;
}
.contents_large_title {
  font-size: 36px;
  font-size:  clamp(1.714rem, 0.186rem + 2.087vw, 2.571rem);
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: #fff;
  padding-bottom: 12px;
  border-bottom: 1px solid #575757;
  margin-bottom: 12px;
}
.menseki {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #fff;
  padding-bottom: 12px;
  border-bottom: 1px solid #575757;
  margin-bottom: 12px;
  font-weight: 200;
}
.menseki .num_l {
  font-size: 24px;
}
.menseki .num_m {
  font-size: 18px;
}
.menseki .menseki_s {
  display: block;
  font-size: 12px;
}
.contents_large_item .contents_text {
  margin-top: 0;
}
.contents_large_wrap {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}
.contents_large_btn {
  position: relative;
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: clamp(0.857rem, 0.093rem + 1.043vw, 1.286rem);
  letter-spacing: 0.2em;
  line-height: 1;
  color: #fff !important;
  padding-block: 20px;
  padding-block: clamp(0.857rem, -0.161rem + 1.391vw, 1.429rem);
  transition: 0.4s;
}
.contents_large_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  background: url(../img/top/icon_arrow.png) no-repeat center center / contain;
  width: 30px;
  width: clamp(1.429rem, 0.155rem + 1.739vw, 2.143rem);
  height: 20px;
}
.contents_large_btn:hover {
  opacity: 0.8;
}
.contents_large_btn.btn_out {
  background: #4d4d4d;
  background: radial-gradient(
    circle,
    rgba(77, 77, 77, 1) 0%,
    rgba(54, 54, 54, 1) 100%
  );
}
.contents_large_btn.btn_req {
  background: #7b6d5f;
  background: radial-gradient(
    circle,
    rgba(123, 109, 95, 1) 0%,
    rgba(86, 76, 66, 1) 100%
  );
}
.contents_large_btn.btn_res {
  background: #8f8b6f;
  background: radial-gradient(
    circle,
    rgba(143, 139, 111, 1) 0%,
    rgba(101, 98, 78, 1) 100%
  );
}

@media only screen and (max-width: 1024px) {
  .contents_large.contents_large_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 20px;
  }
  .contents_large_item {
    width: calc(100% - 40px);
  }
  .contents_large_title {
    font-size: 20px;
    letter-spacing: 0.1em;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .menseki {
    font-size: 11px;
    letter-spacing: 0.03em;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .menseki .num_l {
    font-size: 15px;
  }
  .menseki .num_m {
    font-size: 13px;
  }
  .menseki .menseki_s {
    margin-top: 6px;
    font-size: 10px;
  }
  .contents_large_wrap {
    margin-top: 14px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }
  .contents_large_btn {
    font-size: 12px;
    letter-spacing: 0.2em;
    padding-block: 12px;
  }
}

/* model_house
============================= */
@media only screen and (max-width:768px) {
  .model_house .contents_wrap {
    display: contents;
  }
  .model_house .sp_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .model_house .order0 {
    order: 0;
    width: calc(50% - 5px);
  }
  .model_house .order1 {
    order: 1;
    width: 100%;
  }
}

/* invitation
=============================== */
.invitation {
  width: 100%;
  padding-block: 100px;
  background: url(../img/top/invitation_bg_pc.jpg) no-repeat center center /
    cover;
}
.invitation_title {
  margin-top: 12px;
  font-size: 36px;
  letter-spacing: .1em;
  line-height: 1.5;
  color: #fff;
}
.invitation_title span {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  letter-spacing: 0.03em;
}
.invitation_wrap {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.invitation_body {
  width: 100%;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  justify-content: space-between;
}
.invitation_map {
  width: 100%;
  max-width: 610px;
}
.invitation_box {
  border: 1px solid #fff;
  text-align: center;
  padding-block: 20px;
}
.invitation_box_title {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  font-weight: 100;
}
.invitation_box_title .text_s {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.invitation_box_info {
  margin-top: 14px;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  font-weight: 100;
}
.footer_tel {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
.footer_tel_num {
  font-size: 48px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
.footer_tel .icon_tel {
  width: 50px;
}
.invitation_box_cap {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .invitation {
    padding-block: 34px;
    background: url(../img/top/invitation_bg_sp.jpg) no-repeat center center /
      cover;
  }
  .invitation_title {
    margin-top: 12px;
    font-size: 22px;
    letter-spacing: .1em;
  }
  .invitation_title span {
    margin-top: 6px;
    font-size: 11px;
  }
  .invitation_wrap {
    max-width: 500px;
    margin-inline: auto;
    flex-direction: column;
    row-gap: 20px;
  }
  .invitation_body {
    width: 100%;
    max-width: 720px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    justify-content: space-between;
  }
  .invitation_map {
    width: 100%;
    max-width: 610px;
  }
  .invitation_box {
    padding-block: 20px;
  }
  .invitation_box_title {
    font-size: 14px;
  }
  .invitation_box_title .text_s {
    margin-top: 3px;
    font-size: 10px;
  }
    .invitation_box_info {
      margin-top: 10px;
      font-size: 11px;
      letter-spacing: 0.03em;
    }
  .footer_tel {
    margin-top: 10px;
    column-gap: 6px;
  }
  .footer_tel_num {
    font-size: 30px;
    line-height: 1;
  }
  .footer_tel .icon_tel {
    width: 30px;
  }
  .invitation_box_cap {
    margin-top: 14px;
    font-size: 10px;
  }
}


/* モーダル
============================================ */
.modaal-container {
  max-width: 1200px;
  background-color: #fff;
}
.modaal-content-container {
  padding-block: 80px;
  overflow: hidden;
}
.modal_contents {
  font-family: "Noto Serif JP", serif !important;
  max-width: 1000px;
  margin-inline: auto;
}
.modal_title {
  position: relative;
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.modal_title::before {
  content: attr(data-title);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 120px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: rgba(0, 0, 0, 0.1);
  font-weight: 300;
}
.modal_wrap {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
}
.modal_wrap.aic {
  align-items: center;
}
.modal_item_body {
  width: 100%;
  max-width: 480px;
}
.modal_item_body.flex_space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.modal_item_meta {
  margin-bottom: 16px;
}
.modal_item_title {
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
  margin-bottom: 12px;
}
.modal_item_title span {
  font-size: 16px;
}
.modal_item_text {
  text-align: justify;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.modal_item_body_cap {
  margin-top: 4px;
  font-size: 10px;
  letter-spacing: normal;
  line-height: 1.5;
  min-height: 15px;
}

@media only screen and (max-width: 768px) {
  .modaal-content-container {
    padding-block: 40px;
    padding-inline: 20px;
  }
  .modal_title {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .modal_title::before {
    content: attr(data-title);
    position: absolute;
    top: -38px;
    right: -28px;
    transform: none;
    font-size: 80px;
  }
  .modal_wrap {
    margin-top: 40px;
    flex-direction: column;
    row-gap: 30px;
  }
  .modal_item_meta {
    margin-bottom: 10px;
  }
  .modal_item_title {
    font-size: 15px;
    letter-spacing: 0.05em;
    padding-bottom: 6px;
    margin-bottom: 12px;
  }
  .modal_item_title span {
    font-size: 13px;
  }
  .modal_item_text {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .modal_item_body_cap {
    margin-top: 4px;
    font-size: 10px;
    letter-spacing: normal;
    line-height: 1.5;
  }
}

/* modal_contents_tec
======================== */
.modal_contents_tec .modal_item_img {
  margin-right: -10%;
}
@media only screen and (max-width: 768px) {
  .modal_contents_tec .modal_item_img {
    margin-right: -20%;
    margin-left: -10%;
  }
}

/* modal_contents_hepa
======================== */
.hepa_box {
  margin-top: 50px;
  border: 1px solid #cccccc;
  padding: 30px 30px;
}
.hepa_box_wrap {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}
.hepa_box_body {
  width: 100%;
  max-width: 560px;
}
.hepa_box_img {
  width: 100%;
  max-width: 320px;
}
.hepa_box_title {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 16px;
}
.hepa_box_text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
a.hepa_box_link {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding-right: 16px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #000000 !important;
  border-bottom: 1px solid #000;
  transition: 0.4s;
}
.hepa_box_link:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 2px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hepa_box_link:hover {
  opacity: 0.6;
  color: #000000 !important;
}

@media only screen and (max-width: 768px) {
  .hepa_box {
    margin-top: 20px;
    padding: 20px;
  }
  .hepa_box_wrap {
    flex-direction: column;
    row-gap: 20px;
  }
  .hepa_box_title {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .hepa_box_text {
    font-size: 13px;
  }
  .hepa_box_link {
    display: inline-block;
    margin-inline: auto;
    text-align: center;
    margin-top: 20px;
    padding-right: 16px;
    font-size: 13px;
  }
  .hepa_box_link:after {
    top: 6px;
    right: 2px;
    width: 7px;
    height: 7px;
  }
}

/* inline_design
=============================== */
.inline_design_wrap {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}
.inline_design01 {
  width: 100%;
  max-width: 400px;
}
.inline_design02 {
  width: 100%;
  max-width: 570px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
}
.inline_design_grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
}
.inline_design_title {
  text-align: center;
  margin-top: 10px;
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.inline_design_title span {
  display: block;
  font-size: 16px;
}
.inline_design_text {
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .inline_design_wrap {
    margin-top: 24px;
    flex-direction: column;
    row-gap: 6px;
  }
  .inline_design_grid {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
  .inline_design_title {
    margin-top: 10px;
    font-size: 17px;
  }
  .inline_design_title span {
    font-size: 12px;
  }
  .inline_design_text {
    margin-top: 8px;
    font-size: 12px;
  }
}

/* modal_btn
=========================== */
.modal_btn_wrap {
  text-align: center;
  margin-top: 40px;
}
a.modal_btn {
  position: relative;
  margin-inline: auto;
  text-align: center;
  display: inline-block;
  padding: 15px 28px;
  border: 1px solid #111;
  background: transparent;
  color: #111 !important;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.modal_btn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.4s;
}
.modal_btn:hover {
  background: #111;
  color: #fff !important;
}
.modal_btn:hover::after {
  border-color: #fff;
}

@media only screen and (max-width: 768px) {
  .modal_btn_wrap {
    margin-top: 40px;
  }
  a.modal_btn {
    width: 90%;
    padding: 8px 20px;
    font-size: 14px;
  }
}
