﻿/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
}

:root {
  --tx-red: #D42F33;
  --tx-navy: #02136F;
  --tx-gray: #888888;
}

#summaryText,
#Foot {
  position: relative;
  z-index: 98;
}

/* ページ共通___________________________*/
.main-area {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6153846154;
  font-size: calc(13 * (100vw / 375));
  /* padding-bottom: calc(114*(100vw / 375)); */
  padding-bottom: calc(142 * (100vw / 375));
  text-align: center;
  overflow: clip;
  color: #353839;
}

.main-area * {
  letter-spacing: 0.02em;
}

.main-area img,
.main-area picture {
  width: 100%;
  height: auto;
}

.main-area a,
.main-area picture {
  display: inline-block;
}

.sec_text {
  font-size: calc(13* (100vw /375));
  letter-spacing: 0.075em;
  line-height: 2;
  font-weight: 400;
  white-space: nowrap;
}

.sec_text span{
  font-size: calc(11 * (100vw / 375));
}

@media screen and (max-width: 767px) {
  .main-area .pc_only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .main-area {
    margin: 0 auto;
    font-size: 1.4rem;
    padding-bottom: 10.2rem;
  }

  .main-area .sp_only {
    display: none;
  }

  .main-area a {
    transition: all 0.3s;
  }

  .sec_text {
    font-size: 1.4rem;
    letter-spacing: 0.075em;
    line-height: 2;
    font-weight: 400;
    white-space: nowrap;
  }

  .sec_text span{
    font-size: 1.2rem;
  }
}

/* ▽_____________ lp_foot_btn ______________▽ */
.main-area .lp_foot_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(335*(100vw / 375));
  height: calc(50*(100vw / 375));
  /* margin: calc(69*(100vw / 375)) auto 0; */
  margin: calc(60 * (100vw / 375)) auto 0;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-size: calc(14*(100vw / 375));
  letter-spacing: 0.05em;
  background: #353839;
  color: #fff
}

.main-area .lp_foot_btn.top_btn {
  background: #fff;
  color: #353839;
  border: 1px solid #353839;
}

_:lang(x)+_:-webkit-full-screen-document,
.main-area .lp_foot_btn,
.iphone .main-area .lp_foot_btn {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .main-area .lp_foot_btn {
    width: 30rem;
    height: 5rem;
    font-size: 1.4rem;
    margin: 6rem auto 0;
  }
}


/************** sec_mv **************/
.sec_mv {
  margin: 0 auto;
  padding-bottom: calc(58 * (100vw /375));
  border-bottom: 1px solid #353839;
}

.sec_mv h2 {
  margin: 0 auto calc(60 * (100vw /375));
}

.mv_text {
  margin: 0 auto calc(55 * (100vw /375));
}

.mv_text p {
  text-align: center;
  letter-spacing: 0.075em;
  font-weight: 400;
}

.mv_text p:nth-of-type(1) {
  margin: 0 auto calc(22* (100vw /375));
  font-size: calc(18* (100vw /375));
  line-height: 1.7777777778;
}

.mv_text p:nth-of-type(2) {
  font-size: calc(13* (100vw /375));
  line-height: 2;
}

.sec_mv .sec_box01 {
  margin: 0 auto;
  width: calc(345* (100vw /375));
}

/************** content_area **************/


/************** link_box **************/
.link_box {
  padding: calc(60 * (100vw /375)) 0 calc(59 * (100vw /375));
  border-bottom: 1px solid #353839;
}

.link_box_ttl {
  margin: 0 auto calc(21 * (100vw /375));
  font-size: calc(16 * (100vw /375));
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}

.link_box .box01 {
  padding: 0 calc(15 * (100vw /375));
}

.link_box .box01 .sub_box {
  margin-bottom: calc(20 * (100vw /375));
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.link_box .box01 .sec_img {
  width: calc(165 * (100vw /375));
}

.link_box .box01 .text_box {
  position: relative;
  left: calc(-10 * (100vw / 375));
  width: max-content;
  text-align: left;
  margin-top: calc(-6 * (100vw / 375));
}

.link_box .box01 .text_box p {
  width: calc(155 * (100vw / 375));
  margin-bottom: calc(10 * (100vw /375));
  font-size: calc(12 * (100vw /375));
  letter-spacing: 0.075em;
  line-height: 2;
}

.sec_tax li a {
  font-size: calc(12 * (100vw /375));
  letter-spacing: 0.075em;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0 calc(7 * (100vw /375));
}

.sec_tax .buy_btn {
  background-color: #353839;
  color: #ffffff;
  font-size: calc(11* (100vw /375));
  width: calc(40* (100vw /375));
  height: calc(20* (100vw /375));
  display: flex;
  justify-content: center;
  align-items: center;
}

.link_box .link_area {
  width: calc(345* (100vw /375));
  font-size: calc(14* (100vw /375));
  list-style: none;
  padding: 0;
  margin: 0;
}

.link_box .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: calc(14*(100vw / 375)) calc(20*(100vw / 375)) calc(11*(100vw / 375));
  border-bottom: 1px solid #ccc;
}

.link_box .list-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: inherit;
  text-decoration: none;
  width: 100%;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}

.link_box .list-item a .list-item__text {
  line-height: 1;
  height: min-content;
  letter-spacing: 0.1em;
}

.link_box .list-item {
  background-color: #EDEDED;
}

.link_box .list-item:nth-child(2n) {
  background-color: #FFFFFF;
}

.link_box .list-item__arrow {
  position: relative;
  top: calc(-1 * (100vw / 375));
  right: calc(-1 * (100vw / 375));
  width: 15px;
  height: max-content;
}


/************** contents_area **************/
.sec {
  padding: calc(65 * (100vw /375)) 0 calc(33 * (100vw /375));
  border-bottom: 1px solid #353839;
}

.sec_ttl {
  margin-bottom: calc(31 * (100vw /375));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 0 calc(10* (100vw /375));
}

.sec_ttl span {
  width: max-content;
  font-size: calc(20* (100vw /375));
  letter-spacing: 0.075em;
  line-height: 1;
  display: block;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}

.sec_box01 {
  margin: 0 auto;
  width: calc(345* (100vw /375));
}

.sec .sec_img {
  margin: 0 auto calc(20 * (100vw /375));
  width: calc(345 * (100vw /375));
}

.sec_box01.slide02,
.sec_box01.slide03 {
  margin-bottom: calc(22 * (100vw /375));
  position: relative; /* ドットの位置調整用 */
}

/* slickのデフォルトスタイル調整 */
.slide02 .slick-prev,
.slide02 .slick-next,
.slide03 .slick-prev,
.slide03 .slick-next {
  width: auto;
  height: auto;
  z-index: 3; /* 画像の上に表示 */
  top: 48%;
}

.slide03 .slick-prev,
.slide03 .slick-next{
  top: 46%;
}

.slide02 .slick-dots li,
.slide03 .slick-dots li {
  height: max-content;
}

.slide02 .slick-dots li button:before,
.slide03 .slick-dots li button:before {
  display: none;
}

.slide02 .slick-prev:before,
.slide02 .slick-next:before,
.slide03 .slick-prev:before,
.slide03 .slick-next:before {
  content: "";
  display: block;
  background-image: url("../img/arrow_left.svg"); /* 左矢印画像のパス */
  background-repeat: no-repeat;
  width: 17px;
  height: 32px;
  position: relative;
  left: calc(32* (100vw /375));
}

.slide02 .slick-next:before,
.slide03 .slick-next:before  {
  background-image: url("../img/arrow_right.svg"); /* 右矢印画像のパス */
  left: auto;
  right: calc(32* (100vw /375));
}

.slide02 .slick-dots,
.slide03 .slick-dots {
  position: absolute;
  bottom: 0;  
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0 12px;
}

.slide02 .slick-dots button,
.slide03 .slick-dots button {
  font-size: 0;
  width: 32px; /* 横長ドットに変更 */
  height: 2px;
  border-radius: 5px;
  background-color: #ccc;
  border: none;
  padding: 0;
  cursor: pointer;
}

.slide02 .slick-dots .slick-active button,
.slide03 .slick-dots .slick-active button  {
  background-color: #000;
}

.sec .sec_tax li a {
  margin: calc(18* (100vw /375)) auto 0;
  font-size: calc(12* (100vw /375));
  letter-spacing: 0.075em;
  line-height: 2;
  justify-content: center;
}

.sec .sec_tax li a.text_line {
  margin-top: calc(28 *(100vw / 375));
  text-decoration: underline;
  text-decoration-skip-ink: none;
  font-size: calc(13 * (100vw /375));
  text-underline-offset: 12px;
}

/************** sec01 **************/
.sec01 {
  margin: 0 auto;
}

.sec.sec01{
  padding: calc(25 * (100vw / 375)) 0 calc(55 * (100vw / 375));
}

/************** sec02 **************/
.sec02 {
  margin: 0 auto;
}

.sec02.sec .sec_img {
  margin: 0 auto;
}

.sec02 .sec_box01.slide02 {
  margin: 0 auto;
}

.sec.sec02 .sec_text {
  margin: calc(44* (100vw /375)) auto 0;
  height: calc(99* (100vw /375));
}

.sec02 .slide02 .slick-dots {
  top: 66%;
  height: max-content;
}

.sec02 .slide02 .slick-prev, 
.sec02 .slide02 .slick-next {
  top: 29%;
}

/************** sec03 **************/
.sec03 {
  margin: 0 auto;
  padding: calc(65 * (100vw / 375)) 0 calc(60 * (100vw / 375));
}

.sec03 .sec03_img01 {
  margin: 0 auto calc(34 * (100vw /375));
  width: calc(287 * (100vw /375));
}

/*** safari用設定 ***/
_::-webkit-full-page-media, _:future, :root .sec03 .img-container {
  width: calc(287 * (100vw /375));
  height: calc(217 * (100vw / 375));
  margin: 0 auto calc(32 * (100vw /375));
  overflow: hidden;
}

_::-webkit-full-page-media, _:future, :root .sec03 .sec03_img01 {
  width: calc(1148 * (100vw / 375));
  height: calc(868 * (100vw / 375));
  transform: scale(0.25);
  transform-origin: left top;
}

.sec03 .sec03_img02 {
  margin: 0 auto ;
  width: calc(345 * (100vw /375));
}

/************** sec04 **************/
.sec04 {
  margin: 0 auto;
  padding-bottom: calc(53 * (100vw / 375));
}

.sec04.sec .sec_img {
  margin: 0 auto calc(24 * (100vw / 375));
}

.sec04 .sec_ttl{
  margin-bottom: calc(29 * (100vw / 375));
}

/************** sec05 **************/
.sec05 {
  margin: 0 auto;
  padding: calc(65 * (100vw / 375)) 0 calc(61 * (100vw / 375));
}

.sec05.sec .sec_img {
  height: calc(420 * (100vw /375))!important;
  margin-bottom: calc(21 * (100vw / 375));
}

.sec05 .sec_ttl {
  margin-bottom: calc(43 * (100vw / 375));
}

.sec05 .sec_box01.slide03{
  margin-bottom: calc(4 * (100vw / 375));
}

.sec05 .sec_box01.slide03 .slick-dots{
  bottom: calc(37 * (100vw / 750));
}

/* タブのスタイル */
.tab-container {
  margin: 0 auto calc(22 * (100vw /375));
  width: calc(345* (100vw /375));
  display: flex; /* タブを横並びにする */
  justify-content: center; /* タブを中央に配置 */
  position: relative;
}

.tab-container::before{
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1px;
  height: calc(30* (100vw /375));
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #353839;
}

.change_tab {
  width: 50%;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-size: calc(14* (100vw /375));
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500; /* テキストを太字にする */
  color: #BEBEBE; /* テキストの色 */
}

.change_tab.active {
  color: #353839; /* テキストの色 */
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-in {
  animation: fadeIn 0.5s ease forwards;
  will-change: opacity; /* 追加 */
}

/************** sec06 **************/
.sec06 {
  margin: 0 auto;
  padding: calc(65 * (100vw / 375)) 0 calc(60 * (100vw / 375));
}

.sec06 .sec_box01.slide02 {
  margin-bottom: calc(24 * (100vw / 375));
}

.sec06.sec .sec_img {
  margin-bottom: calc(15 * (100vw / 375));
}

.sec06 .lp_foot_btn {
  margin: calc(25 * (100vw / 375)) auto 0;
  width: calc(300 * (100vw / 375));
  height: calc(50 * (100vw / 375));
}

/************** sec07 **************/
.sec07 {
  margin: 0 auto;
  padding: calc(65 * (100vw / 375)) 0 calc(60 * (100vw / 375));
}

.sec07 .sec07_img01 {
  margin: 0 auto calc(30 * (100vw /375));
  width: calc(344 * (100vw /375));
}

.sec07 .sec07_img02 {
  margin: 0 auto ;
  width: calc(345 * (100vw /375));
}

/************** sec08 **************/
.sec08 {
  margin: 0 auto;
}

.sec08.sec .sec_img {
  margin: 0 auto calc(24 * (100vw / 375));
}

.sec08.sec .sec_img {
  margin: 0 auto calc(30 * (100vw / 375));
}

.sec08 .sec_tax{
  width: calc(345 * (100vw / 375));
  margin: 0 auto;
}

.sec08 .sec_tax li {
  margin-top: calc(16 * (100vw / 375));
  text-align: left;
}

.sec08 .sec_tax li:nth-of-type(1) {
  margin-top: calc(25 * (100vw / 375));
}

.sec08 .sec_tax li a{
  justify-content: flex-start;
  margin: 0 auto 0 calc(3 * (100vw / 750));
}

/************** anchor-links **************/
.anchor-links {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 10;
  box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
  overflow-x: scroll;
  height: calc(37* (100vw /375));
}

.anchor-links a {
  color: #353839;
  text-decoration: none;
  font-size: calc(13* (100vw /375));
  white-space: nowrap;
  width: 100%;
  height: calc(37* (100vw /375));
  padding: 0 calc(8* (100vw /375));
  background-color: #EDEDED;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.anchor-links a:nth-of-type(2n) {
  background-color: #FFFFFF;
}

/* .anchor-links a.active {
  font-weight: bold;
} */

/* ===============================================### 
SP
###=============================================== */
@media screen and (max-width: 767px) {
  /* .sec_box01.slide02 .slick-list .slick-slide{
    height: calc(400 * (100vw / 375));
    overflow: hidden;
  } */
}



/* ===============================================### 
PC
###=============================================== */
@media screen and (min-width: 768px) {

  /************** sec_mv **************/
  .sec_mv {
    margin: 0 auto;
    padding-bottom: 7.9rem;
    border-bottom: none;
    width: 120rem;
  }
  
  .sec_mv h2 {
    margin: 0 auto 8rem;
  }
  
  .mv_text {
    margin: 0 auto 7.5rem;
  }
  
  .mv_text p {
    text-align: center;
    letter-spacing: 0.075em;
    font-weight: 400;
  }
  
  .mv_text p:nth-of-type(1) {
    margin: 0 auto 3.4rem;
    font-size: 2.4rem;
    line-height: 1;
  }
  
  .mv_text p:nth-of-type(2) {
    font-size: 1.4rem;
    line-height: 2;
  }
  
  .sec_mv .sec_box01 {
    margin: 0 auto;
    width: 50rem;
  }


/************** content_area **************/
  .content_area {
    display: flex;
    border-top: 1px solid #353839;
    border-bottom: 1px solid #353839;
    position: relative;
    min-height: 100vh;
  }

  .sec .sec_tax li a.text_line {
    text-underline-offset: 9px;
  }

  /************** link_box **************/
  .link_box {
    width: 58rem;
    position: sticky;
    top: var(--headerHeight);
    height: max-content;
    padding: 3rem 0;
    border-bottom: none;
  }

  .link_box_ttl {
    margin: 0 auto 2.6rem;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
  }

  .link_box .box01 {
    margin: 0 auto ;
    width: 38rem;
    padding: 0;
  }

  .link_box .box01 .sub_box {
    margin-bottom: 2.5rem;
  }

  .link_box .box01 .sec_img {
    width: 16.5rem;
  }

  .link_box .box01 .text_box {
    /* width: max-content; */
    position: relative;
    left: 1.5rem;
    text-align: left;
    margin-top: -0.5rem;
    width: 19rem;
  }

  .link_box .box01 .text_box p {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    letter-spacing: 0.075em;
    line-height: 1.8;
  }

  .sec_tax li a {
    font-size: 1.4rem;
    letter-spacing: 0.075em;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 0 1.6rem;
  }

  .sec_tax .buy_btn {
    background-color: #353839;
    color: #ffffff;
    font-size: 1.1rem;
    width: 4.0rem;
    height: 2.0rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .link_box .link_area {
    width: 38rem;
    font-size: 1.6rem;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .link_box .list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.7rem 2rem 1.4rem;
    border-bottom: 1px solid #ccc;
  }

  .link_box .list-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: inherit;
    text-decoration: none;
    width: 100%;
  }

  .link_box .list-item__arrow {
    position: relative;
    top: -0.2rem;
    left: -0.1rem;
    width: 1.7rem;
    height: max-content;
  }


  /************** contents_area **************/
  .content_box {
    width: calc(100% - 58rem);
    border-left: 1px solid #353839;
  }

  .sec {
    padding: 6.6rem 0 5.6rem;
    border-bottom: 1px solid #353839;
  }

  .sec_ttl {
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 0 1.0rem;
  }

  .sec_ttl span {
    width: max-content;
    font-size: 2.0rem;
    letter-spacing: 0.075em;
    line-height: 1;
    display: block;
  }

  .sec_box01 {
    margin: 0 auto;
    width: 55rem;
  }

  .sec .sec_img {
    margin: 0 auto 2.0rem;
    width: 55rem;
  }

  .sec_box01.slide02,
  .sec_box01.slide03 {
    margin-bottom: 3.2rem;
    position: relative; /* ドットの位置調整用 */
  }

  /* slickのデフォルトスタイル調整 */
  .slide02 .slick-prev,
  .slide02 .slick-next,
  .slide03 .slick-prev,
  .slide03 .slick-next {
    width: auto;
    height: auto;
    z-index: 3; /* 画像の上に表示 */
    top: 50.2%;
  }

  .slide02 .slick-dots li,
  .slide03 .slick-dots li {
    height: max-content;
    width: 4rem;
    margin: 0;
  }

  .slide02 .slick-dots li button:before,
  .slide03 .slick-dots li button:before {
    display: none;
  }

  .slide02 .slick-prev:before,
  .slide02 .slick-next:before,
  .slide03 .slick-prev:before,
  .slide03 .slick-next:before {
    content: "";
    display: block;
    background-image: url("../img/arrow_left.svg"); /* 左矢印画像のパス */
    background-repeat: no-repeat;
    width: 1.8rem;
    height: 3.6rem;
    position: relative;
    left: -3.3rem;
  }

  .slide02 .slick-next:before,
  .slide03 .slick-next:before  {
    background-image: url("../img/arrow_right.svg"); /* 右矢印画像のパス */
    left: auto;
    right: -3.3rem;
  }

  .slide02 .slick-dots,
  .slide03 .slick-dots {
    position: absolute;
    bottom: -0.1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 0 .8rem;
  }

  .slide02 .slick-dots button,
  .slide03 .slick-dots button {
    font-size: 0;
    width: 4rem; /* 横長ドットに変更 */
    height: .2rem;
    border-radius: 5px;
    background-color: #ccc;
    border: none;
    padding: 0;
    cursor: pointer;
  }

  .slide02 .slick-dots .slick-active button,
  .slide03 .slick-dots .slick-active button  {
    background-color: #000;
  }

  .sec .sec_tax li a {
    margin: 2.9rem auto 0;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    line-height: 2;
    justify-content: center;
  }

  .sec .sec_tax li a.text_line {
    margin: 2.8rem auto 0;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    font-size: 1.4rem;
    text-underline-offset: 7px;
  }

  /************** sec01 **************/
  .sec01 {
    margin: 0 auto;
  }

  .sec.sec01{
    padding: 6.6rem 0 5.6rem;
  }

  /************** sec02 **************/
  .sec02 {
    margin: 0 auto;
    padding: 6.4rem 0 6rem;
  }

  .sec02.sec .sec_img {
    margin: 0 auto;
  }

  .sec02 .sec_box01.slide02 {
    margin: 0 auto;
  }

  .sec.sec02 .sec_text {
    margin: 5.2rem auto 0;
    height: 10.5rem;
  }

  .sec02 .slide02 .slick-dots {
    top: 73.6%;
    height: max-content;
  }

  .sec02 .slide02 .slick-prev, 
  .sec02 .slide02 .slick-next {
    top: 35%;
  }

  /************** sec03 **************/
  .sec03 {
    margin: 0 auto;
    padding: 6.5rem 0 6rem;
  }

  .sec03 .sec03_img01 {
    margin: 0 auto 3.2rem;
    width: 52.8rem;
  }

  /*** safari用設定 ***/
  _::-webkit-full-page-media, _:future, :root .sec03 .img-container {
    width: 52.8rem;
    height: 11.8rem;
    margin: 0 auto 3.4rem;
    overflow: hidden;
  }

  _::-webkit-full-page-media, _:future, :root .sec03 .sec03_img01 {
    width: 211.2rem;
    height: 472rem;
    transform: scale(0.25);
    transform-origin: left top;
  }

  .sec03 .sec03_img02 {
    margin: 0 auto ;
    width: 54.9rem;
  }

  /************** sec04 **************/
  .sec04 {
    margin: 0 auto;
    padding: 6.5rem 0 5.4rem;
  }

  .sec04.sec .sec_img {
    margin: 0 auto 3.2rem;
  }

  .sec04 .sec_ttl{
    margin-bottom: 3rem;
  }

  /************** sec05 **************/
  .sec05 {
    padding: 6.5rem 0 5.9rem;
    margin: 0 auto;
  }

  .sec05.sec .sec_img {
    margin-bottom: 2rem;
    height: max-content!important;
  }

  .sec05 .sec_ttl {
    margin-bottom: 5.5rem;
  }

  .slide03 .slick-prev,
  .slide03 .slick-next {
    top: 49%;
  }

  .sec05 .sec_box01.slide03{
    margin-bottom: 3.2rem;
  }

  .sec05 .sec_box01.slide03 .slick-dots{
    bottom: -0.1rem;
  }

  /* タブのスタイル */
  .tab-container {
    margin: 0 auto 4.2rem;
    width: 55rem;
    display: flex; /* タブを横並びにする */
    justify-content: center; /* タブを中央に配置 */
    position: relative;
  }

  .tab-container::before{
    width: 1px;
    height: 4rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #353839;
  }

  .change_tab {
    width: 50%;
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: 500; /* テキストを太字にする */
    color: #BEBEBE; /* テキストの色 */
    cursor: pointer;
  }

  .change_tab.active {
    color: #353839; /* テキストの色 */
  }

  /************** sec06 **************/
  .sec06 {
    margin: 0 auto;
    padding: 6.7rem 0 6rem;
  }

  .sec06 .sec_box01.slide02 {
    margin: 0 auto 3.2rem;
  }

  .sec06.sec .sec_img {
    margin: 0 auto 1.3rem;
  }

  .sec06 .sec_ttl{
    margin-bottom: 2.9rem;
  }

  .sec06.sec .sec_tax li a {
    margin: 3.4rem auto 0;
  }

  .sec06 .lp_foot_btn {
    margin: 3.6rem auto 0;
    width: 30rem;
    height: 5.0rem;
  }

  .sec06 .slide02 .slick-prev, 
  .sec06 .slide02 .slick-next {
    top: 48.6%;
  }


  /************** sec07 **************/
  .sec07 {
    margin: 0 auto;
  }

  .sec.sec07 {
    padding: 6.6rem 0 5.8rem;
  }

  .sec07 .sec07_img01 {
    margin: 0 auto 4rem;
    width: 55rem;
  }

  .sec07 .sec07_img02 {
    margin: 0 auto ;
    width: 61.2rem;
  }


  /************** sec08 **************/
  .sec08 {
    margin: 0 auto;
    padding: 6.5rem 0 5.4rem;
  }

  .sec.sec08{
    border-bottom: none;
    padding: 6.6rem 0 5.8rem;
  }

  .sec08.sec .sec_img {
    margin: 0 auto 3.2rem;
  }

  .sec08 .sec_tax{
    width: 55rem;
    margin: 0 auto;
  }

  .sec08 .sec_tax li{
    margin-top: 0;
    display: flex;
    justify-content: space-between;
  }

  .sec08 .sec_tax li:nth-of-type(1){
    margin-top: 0;
  }

  .sec08 .sec_tax li a{
    margin: 0.5rem auto 0 0.8rem;
  }

  /*** 微調整 ***/
  .sec08 .sec_tax li:nth-of-type(1) a{
    text-align: left;
    margin: 2.6rem auto 0 0.8rem;
  }

  .sec08 .sec_tax li:nth-of-type(1) a:nth-of-type(2){
    margin: 2.9rem 1rem 0 0;
    gap: 0 0.9rem;
  }

  .sec08 .sec_tax li:nth-of-type(2) a:nth-of-type(2){
    margin-left: 4.4rem;
    gap: 0 0.7rem;
  }

  .sec08 .sec_tax li:nth-of-type(3) a:nth-of-type(2){
    margin-left: 1.8rem;
    gap: 0 0.7rem;
  }

  .sec08 .sec_tax li:nth-of-type(4) a:nth-of-type(2){
    margin-left: 1.5rem;
    gap: 0 1rem;
  }

  .sec08 .sec_tax li:nth-of-type(5) a{
    margin-top: 0.7rem;
  }

  .sec08 .sec_tax li:nth-of-type(5) a:nth-of-type(2){
    gap: 0 0.5rem;
  }
}




/* ▽ imganime ▽ */
.js-fadeIn {
  opacity: 0;
  will-change: opacity;
  transition: ease-in, opacity 2500ms;
}

.show {
  opacity: 1;
}