@charset "utf-8";
/* CSS Document */
.img_lsp {
  display: none;
}
.mv_container h2 {
  position: absolute;
  bottom: 50%;
  left: 10%;
  color: #333333;
  font-size: clamp(18px, 0.9vw + 11px, 27px);
}
.con_sub_h2, h3, .sec5_h2 {
  font-size: var(--27px);
  line-height: 1.6em;
  margin-bottom: 1.8em;
}
.con_sub_h3 {
  margin-bottom: 0;
}
.con_sub_h2_2 {
  font-size: var(--27px);
  line-height: 1.6em;
  margin-bottom: 0.5em;
	margin-top:-0.3em;
}
h4 {
  font-size: var(--27px);
  line-height: 2.5em;
}
.con_lead {
  font-size: var(--18px);
  line-height: 1.8em;
}
.con_sec1, .con_sec2 {
  margin-bottom: 12vh;
}
.con_sec_flex1, .con_sec4_flex3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  column-gap: 3.0em;
}
.con_sec_flex1 p, .con_sec_flex1 dl {
  flex-basis: 46%;
}
.con_sec_flex1 dt {
  margin-bottom: 1.0em;
}
.con_sec3 {
  text-align: center;
  padding: 5.0em 0;
  background-color: rgba(214, 218, 221, 0.4);
  margin-bottom: 12vh;
}
.con_sec_flex2 {
  display: grid;
  grid-template-rows: 1fr 1fr 2fr;
}
.sec3_sli {
  font-size: var(--16px);
  position: relative;
  margin-bottom: 4.0em;
}
.sec3_sli::before {
  content: "";
  width: 5.2em;
  height: 1px;
  background-color: #333333;
  position: absolute;
  top: 3.0em;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 5.0em;
}
.slider_G {
  margin-bottom: 3.0em;
}
.sec4_tx_c {
  text-align: center;
  margin-bottom: 3.0em;
}
.con_sec4_list ul {
  display: flex;
  column-gap: 1.0em;
  font-size: var(--16px);
  margin-bottom: 0.3em;
}
.con_sec4_list, .con_sec4_list2 {
  display: flex;
  flex-direction: column;
}
.con_sec_grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-rows: 1.2fr 1fr;
  grid-column-gap: 2.0em;
  align-items: start;
  margin-bottom: 4.0em;
}
.con04img {
  grid-column: 1/2;
  grid-row: 1/2;
}
.con05img {
  grid-column: 1/2;
  grid-row: 2/3;
}
.hinoki {
  grid-column: 2/3;
  grid-row: 1/3;
  display: flex;
  flex-direction: column;
}
.con_sec4_flex3 {
  margin-bottom: 5.0em;
}
.con_sec4_list2 {
  grid-row-gap: 1.6em;
}
.con_sec5 p,.con_sec6 p {
  font-size: var(--18px);
}
.con_sec_flex5 {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  column-gap: 2.0em;
  margin-bottom: 3.0em;
}
.con_sec_flex6 {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  column-gap: 2.0em;
  margin-bottom: 3.0em;
}
.con_sec6_flex6 {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
    column-gap: 5.0em;
    padding:2.0em;
}
.mb_3em {
  margin-bottom: 2.0em;
}
.sec5_inner {
  border: solid 1px #333333;
  padding: 3.0em 2.0em 0 2.0em;
  margin-bottom: 10vh;
}
.sec6_inner {
  border: solid 1px #333333;
  background-color: #ffffff;
  margin-bottom: 10vh;
}
/*スライダーcss*/
.carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
}
.viewport {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.track {
  display: flex;
  transition: transform 0.4s ease;
}
.track li {
  width: 20%;
  flex: 0 0 20%; /* 5枚表示 */
  list-style: none;
}
.track img {
  width: 100%;
  display: block;
  pointer-events: none;
}
/* ナビ共通 */
.navc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 18%; /* ← 高さ基準に変更 */
  aspect-ratio: 1/1; /* 真円 */
  background: #333333;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(10px, 1.2vw, 24px);
  cursor: pointer;
  z-index: 10;
  opacity: .85;
}
/* 左右位置 */
.prev {
  left: 2%;
}
.next {
  right: 2%;
}
/*ドットナビ*/
.dots {
  text-align: center;
  margin-top: 15px;
}
.dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}
.dots .active {
  background: #333;
}
/*フェードインアニメーション--------------*/
/* 基本フェードイン */
.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s ease, transform 1.2s ease;
  will-change: opacity, transform;
}
/* 表示されたら付くクラス */
.fade-in.in-view {
  opacity: 1;
  transform: translateY(0);
}
/* オプション：複数要素を順番に遅らせる（必要なら） */
.fade-in.delay-1 {
  transition-delay: 0.20s;
}
.fade-in.delay-2 {
  transition-delay: 0.40s;
}
.fade-in.delay-3 {
  transition-delay: 0.60s;
}
/* 表示されたら付くクラス */
.fade-in.in-view {
  opacity: 1;
  transform: translateY(0);
}
/*=========レスポンシブ=====================



=======SP対応・ブレイクポイント768px=========*/
@media (max-width: 1060px) {
  .tab2 {
    font-size: clamp(16px, 2.0vw, 27px);
  }
  .con_sec_flex1 {
    display: flex;
    flex-direction: column;
  }
  .con_sec_flex1 .con_list {
    order: 1;
    margin-bottom: 3.0em;
  }
  .con_sec_flex1 p {
    order: 2;
  }
  .con_sec_flex3, .con_sec4_flex3 {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    margin-bottom: 6.0em;
  }
  .con_sec4 .con_list {
    order: 2;
  }
  .pyramid {
    order: 1;
    margin-bottom: 5.0em;
  }
  .con_sec_grid {
    display: grid;
    grid-template-columns: 7fr 8fr;
    grid-template-rows: 4fr 18fr;
    grid-column-gap: 0;
    grid-row-gap: 4.0em;
    align-items: anchor-center;
	  margin-bottom: 4.0em;
  }
	.con_sec4_list{
    margin-bottom: 2em;
}
  .con04img {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .con05img {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .hinoki {
    grid-column: 1/3;
    grid-row: 2/3;
    display: flex;
    flex-direction: column;
  }
  .img_lsp {
    display: block;
  }
  .img_lpc {
    display: none;
  }
  .con_sec5 {
    border: none;
    text-align: center;
    margin-bottom: 0;
  }
  .sec5_h2 {
    display: inline-block;
    background-color: #333333;
    padding: 0.6em 1.0em;
    color: #ffffff;
    margin-bottom: 1.5em;
  }
  .con_sec_flex5, .con_sec_flex6 {
    display: block;
    text-align: start;
  }
  .sec5_img {
    border: solid 1px #333333;
    background-color: #ffffff;
    padding: 2.0em;
    margin-bottom: 0;
  }
  .con_sec4_list2 {
    grid-row-gap: 2.0em;
    margin-bottom: 5.0em;
    line-height: 1.8em;
  }
}
@media (max-width: 768px) {
  .track li {
    flex: 0 0 50%; /* 2枚表示 */
  }
  .mv_container h2 {
    position: absolute;
    bottom: 50%;
    left: 5vw;
    color: #333333;
    font-size: var(--25px);
  }
  .con_sec_flex4 {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .hinoki {
    margin-top: -10%;
  }
  . {
    font-size: var(--27px);
    text-align: center;
    margin-bottom: 4.0em;
    color: #ffffff;
    background-color: #333333;
    padding: 0.3em 0;
  }
  .con_sec5{
    background-color: rgba(249, 231, 223, 0.4);
    padding-top: 4.0em;
    padding-bottom: 0.5em;
	margin-bottom: 5vh;
  }
      .con_sec6 {
        background-color: rgba(233, 244, 234, 0.3);
        padding-top: 1em;
        padding-bottom: 0.5em;
        margin-bottom: 2.0em;
    }
.con_sub_h2, h3, .sec5_h2 ,h4{
    font-size: var(--23px);
    line-height: 1.5em;
    margin-bottom: 1.4em;
	}
	.con_lead ,.con_sec5 p,.con_sec6 p{
    font-size: var(--16px);
    line-height: 1.8em;
}
	
.sec5_inner {
     border: none; 
     padding: 0; 
     margin-bottom: 0;
}

.con_sec6_flex6 {
    display: flex;
	flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 1.5em;
}
}
@media (max-width: 568px) {
  .only_sp {
    display: inline;
  }
	    .mv_container h2 {
        position: absolute;
        bottom: 42%;
        left: 5%;
        color: #333333;
        font-size: 16px;
    }
}
  h4 {
    line-height: 1.8em;
  }
  .slider_G {
    margin-bottom: 0;
  }
  .sec5_img {
    padding: 0.5em;
  }
  .con_sec3 {
    padding: 1.5em 1.0em;
  }
  .sec5_h2 {
    font-size: var(--18px);
    letter-spacing: -0.1em;
  }
  .con_sec4_list2 {
    grid-row-gap: 1.0em;
    margin-bottom: 2.0em;
    line-height: 1.5em;
  }
  .sec4_tx_c {
    margin-bottom: 2em;
  }
  .con_sec4_flex3 {
    margin-bottom: 1em;
  }
}