@charset "UTF-8";

/*=======================================
	responsive
=======================================*/
/*-------------------------
- base
- mv_sec
- intro_sec
‐ strengths_sec
‐ service_sec
- plan_sec
- case_sec
- numbers_sec
- news_sec
-------------------------*/
/* =======================================
   FV（ファーストビュー）特別デザイン
   ======================================= */
/* ベースの背景設定 */

@media screen and (min-width: 2000px){
  .mv_inner {
    max-width:100%;
  }
  .mv_badges {
  text-align: center!important;
  margin-top: 0!important; /* ％に変更して可変に */

}
} 
/* 読み込みと同時にアニメーションを開始 */
.mv-first-load {
    animation: mvFadeUp 1s ease-out forwards;
    opacity: 0; /* 最初は透明 */
}

@keyframes mvFadeUp {
    from {
        opacity: 0;
        transform: translateY(20px); /* 下から */
    }
    to {
        opacity: 1;
        transform: translateY(0); /* 定位置へ */
    }
}
.hd-book{
  margin-top: 16px;
}
.promotion_mv_sec {
  position: relative;
  width: 100%;
  background-color: #D30000; /* 赤背景 */
  background: var(--main_red, #D30000);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 60px 0 50px;
  color: #fff;
  min-height: 85vh;
  /* フレックスボックスで上下左右中央寄せ */
  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;
}
.notes_12{
  font-size:14px!important;
}
.font_16{
  font-size: 22px!important;
}
.mv_row{
  display:flex;
  margin-top: 3rem;
  
}
.img_left{
  width: 70%;
}
.mv_copy_area{
  width: 100%;
}
.img_right{
  width:70%;
}

.mv_inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  max-width: 1800px;
  min-height: 600px;
  /* 横幅いっぱいに広がりすぎないよう余白を持たせる */
  padding: 0 2%;
  box-sizing: border-box;

}

/* --- 中央コピーエリア --- */
.mv_main_copy {
  position: relative;
  z-index: 10;
  text-align: center;
  padding-top: 10px;
  /* 画像と重ならないように最大幅を制限 */
  max-width: 100%;
  margin: 0 auto;
}

.mv_sub_ttl {
  /* 画面幅に応じてフォントサイズを可変にする */
  font-size: clamp(24px, 4.8vw, 110px);
  margin-top: 0.5rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  text-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.mv_service_name span {
    display: block;
    font-size: clamp(14px, 1.6vw, 30px);
    font-weight: 700;
    margin-bottom: 17px;
    letter-spacing: 0.1em;
}

.mv_service_name h1 {
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 900;
    line-height: 1;
    border-top: 2px solid #fff;
    display: inline-block;
    padding-top: 16px;
    letter-spacing: 0.02em;
}

/* --- 周囲の丸画像（共通設定） --- */
.mv_circles .circle_item {
  position: absolute;
  z-index: 5;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  /* デザインの再現性のため薄い枠線を追加 */
  border: 4px solid rgba(255,255,255,0.8);
  
  /* 正円を保つ設定 */
  aspect-ratio: 1 / 1;
  height: auto; 
}

.mv_circles .circle_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* --- 各画像の配置とサイズ (PC) - 添付画像の再現 --- */

/* 左上：指差し (大) - 少し上に見切れるくらいの位置 */
.circle_item.item01 {
    width: 25%;
    top: -5%;
    left: -5%;
}

/* 左中：電話 (小) - 文字寄り、少し内側に入っている */
.circle_item.item02 {
    width: 16%;
    top: 40%;
    left: 15%;
}

/* 左下：セミナー (中) - 左下隅 */
.circle_item.item03 {
    width: 20%;
    bottom: 5%;
    left: -5%;
}

/* 右上：PC操作 (大) - 右上隅 */
.circle_item.item04 {
    width: 24%;
    top: 5%;
    right: -2%;
}

/* 右下：集合写真 (特大) - 右下隅 */
.circle_item.item05 {
    width: 28%;
    bottom: 5%;
    right: -5%;
}

/* --- 下部のバッジエリア --- */
.mv_badges {
  text-align: center;
  margin-top:-1%; /* ％に変更して可変に */
  position: relative;
  z-index: 10;
}
.mv_badges img {
  max-width: 90%;
  height: auto;
  filter: drop-shadow(0 5px 15px rgba(0,0,0,0.2));
}

/* --- アニメーションの遅延設定（維持） --- */
.mv_main_copy       { transition-delay: 0.1s; }
.circle_item.item01 { transition-delay: 0.3s; }
.circle_item.item02 { transition-delay: 0.5s; }
.mv_badges          { transition-delay: 0.5s; }


/* =======================================
   レスポンシブ (SP)
   ======================================= */
@media screen and (max-width: 768px) {
  .promotion_mv_sec {
    padding: 70px 0 60px;
    min-height: auto;
    display: block;
  }
  .mv_row{
    margin-top: 0;
  }
  .mv_badges{
    margin-top: 0;
  }
  
  .mv_inner {
    min-height: auto;
    padding: 0;
    
    display: block;
  }

  /* フォントサイズ調整 */
  .mv_sub_ttl {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .mv_service_name span {
    font-size: 14px;
  }
  .mv_service_name h1 {
    font-size: 34px;
    border-bottom-width: 3px;
  }

  /* 画像配置のSP調整（重なりを避けて配置） */
  .circle_item.item01 {
    width: 32vw; 
    top: -5%; left: -5%;
  }
  .circle_item.item02 {
    width: 26vw; 
    top: 30%; left: -2%;
  }
  .circle_item.item03 {
    display: none; /* SPではスペースの都合上非表示にするか、配置を変える */
  }
  .circle_item.item04 {
    width: 30vw; 
    top: 0%; right: -3%;
  }
  .circle_item.item05 {
    width: 40vw; 
    bottom: -15%; right: -5%;
    top: auto;
  }

  .mv_main_copy {
    padding-top: 2rem;
    padding-bottom: 80px;
    max-width: 100%;
  }


  .mv_badges img {
    width: 100%;
  }
}
/*=======================================
　base
=======================================*/
.conversion_block {
  margin-bottom: 0;
  padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .conversion_block {
    margin-bottom: 0;
    padding-bottom: 60px;
  }
}

/*=======================================
　mv_sec
=======================================*/
.mv_sec {
  margin-bottom: 0px;
  background: url("../images/top/mv_bg2.jpg") no-repeat;
  background-size: cover !important;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  position: relative;
  overflow: hidden;
}
.slick-dotted.slick-slider{
	margin-top:30px;
}
.red{
  color:var(--main_red);
}
.img_area{
	text-align:center;
}

@media screen and (max-width: 768px) {
  .mv_sec {
    margin-top: 0px;
    margin-bottom: 60px;
    height: 180vw;
    background: url("../images/top/mv_bg2_sp.jpg") no-repeat;
  }
}

.mv_sec.is-show .mv_absolute.mv_ttl_area>.txt_area {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.pc{
  display:block;
}
.sp{
  display:none;
  
}
.mv_sec.is-show .mv_absolute.mv_patch {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mv_sec.is-show .mv_imgSection>.mv_imgSection__upperRow {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mv_sec.is-show .mv_imgSection>.mv_imgSection__middleRow {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mv_sec.is-show .mv_imgSection>.mv_imgSection__lowerRow {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mv_sec.is-show .mv_imgSection>.mv_imgSection__lowerSide {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}



@media screen and (max-width: 768px) {
  .mv_sec .mv_absolute {
    bottom: -55vw;
    left: 0;
  }
}

.mv_sec .mv_absolute.mv_patch {
  width: 12vw;
  position: absolute;
  top: 9vw;
  right: 9vw;
  left: auto;
  bottom: auto;
  -webkit-transition: all 0.4s 1.7s;
  transition: all 0.4s 1.7s;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .mv_sec .mv_absolute.mv_patch {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    bottom: 9vw;
    top: auto;
    right: 13vw;
    width: 72vw;
  }
}

.mv_sec .mv_absolute.mv_img {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.mv_sec .mv_absolute.mv_ttl_area {
  text-align: center;
  color: #fff;
  margin-top: 10rem;
  font-weight: 700;
  letter-spacing: 0.1em;

}

@media screen and (max-width: 768px) {
  .mv_sec .mv_absolute.mv_ttl_area {
    top: 19vw;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }
}

.mv_sec .mv_absolute.mv_ttl_area .mv_ttl {
  font-size: 4.7584187408vw;
  line-height: 1.2;
  margin-bottom: 3.07vw;
}

@media screen and (max-width: 768px) {
  .mv_sec .mv_absolute.mv_ttl_area .mv_ttl {
    font-size: 11.4666666667vw;
    margin-bottom: 5vw;
  }
}

.mv_sec .mv_absolute.mv_ttl_area .mv_ttl span {
  display: inline-block;
}

.mv_sec .mv_absolute.mv_ttl_area .mv_ttl span:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.mv_sec .mv_absolute.mv_ttl_area .mv_ttl span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.mv_sec .mv_absolute.mv_ttl_area .mv_ttl span:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.mv_sec .mv_absolute.mv_ttl_area .mv_ttl span:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.mv_sec .mv_absolute.mv_ttl_area .mv_ttl span:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.mv_sec .mv_absolute.mv_ttl_area .mv_ttl span:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.mv_sec .mv_absolute.mv_ttl_area .mv_ttl span:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.mv_sec .mv_absolute.mv_ttl_area .mv_ttl span:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.mv_sec .mv_absolute.mv_ttl_area .mv_ttl span:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.mv_sec .mv_absolute.mv_ttl_area .mv_ttl span:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.mv_sec .mv_absolute.mv_ttl_area .mv_ttl span:nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.mv_sec .mv_absolute.mv_ttl_area .mv_ttl span:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.mv_sec .mv_absolute.mv_ttl_area .mv_ttl span:nth-child(13) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.mv_sec .mv_absolute.mv_ttl_area .mv_ttl span:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.mv_sec .mv_absolute.mv_ttl_area .mv_ttl span:nth-child(15) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.mv_sec .mv_absolute.mv_ttl_area .mv_ttl span:nth-child(16) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.mv_sec .mv_absolute.mv_ttl_area .mv_ttl span:nth-child(17) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.mv_sec .mv_absolute.mv_ttl_area .mv_ttl span:nth-child(18) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.mv_sec .mv_absolute.mv_ttl_area .mv_ttl span:nth-child(19) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.mv_sec .mv_absolute.mv_ttl_area .mv_ttl span:nth-child(20) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.mv_sec .mv_absolute.mv_ttl_area .txt_area {
  font-weight: 900;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 0.7s 1.2s;
  transition: all 0.7s 1.2s;
}

.mv_sec .mv_absolute.mv_ttl_area .txt_area .txt_small {
  padding-bottom: 0.695vw;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.5vw;
  font-size: 1.317715959vw;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .mv_sec .mv_absolute.mv_ttl_area .txt_area .txt_small {
    font-size: 3.7333333333vw;
    padding-bottom: 1.6vw;
  }
}

.mv_sec .mv_absolute.mv_ttl_area .txt_area .large {
  font-size: 2.635431918vw;
  letter-spacing: 0.09em;
}

@media screen and (max-width: 768px) {
  .mv_sec .mv_absolute.mv_ttl_area .txt_area .large {
    font-size: 7.4666666667vw;
  }
}

.mv_sec .mv_imgSection {
  position: absolute;
  top: 10vw;
  left: 40vw;
  width: 39vw;
  height: 37vw;
}

@media screen and (max-width: 768px) {
  .mv_sec .mv_imgSection {
    top: 86vw;
    left: 1vw;
    width: 91vw;
    height: 91vw;
  }
}

.mv_sec .mv_imgSection .imgText {
  font-size: 1vw;
  font-weight: bold;
  background-color: #fffbc1;
  border-radius: 14px;
  line-height: 1.2857142857;
  padding: 7px;
  text-align: center;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .mv_sec .mv_imgSection .imgText {
    border-radius: 12px;
    font-size: 2.5vw;
  }
}

.mv_sec .mv_imgSection__upperRow {
  -webkit-transition: all 0.4s 1.3s;
  transition: all 0.4s 1.3s;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  height: 33%;
}

.mv_sec .mv_imgSection__upperRow__text {
  position: absolute;
  top: 0%;
  left: 43%;
}

@media screen and (max-width: 768px) {
  .mv_sec .mv_imgSection__upperRow__text {
    top: -5%;
    left: 42%;
  }
}

.mv_sec .mv_imgSection__upperRow--img_1 {
  position: absolute;
  top: 13%;
  left: 20%;
  width: 25%;
}

.mv_sec .mv_imgSection__upperRow--img_2 {
  position: absolute;
  top: 33%;
  left: 46%;
  width: 17%;
}

.mv_sec .mv_imgSection__upperRow--img_3 {
  position: absolute;
  top: 26%;
  right: 21%;
  width: 72px;
  width: 13%;
}

.mv_sec .mv_imgSection__middleRow {
  -webkit-transition: all 0.4s 0.7s;
  transition: all 0.4s 0.7s;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  height: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.mv_sec .mv_imgSection__middleRow--img_4 {
  position: absolute;
  top: 35%;
  left: 17%;
  width: 75%;
}

.mv_sec .mv_imgSection__middleRow--img_5 {
  position: absolute;
  top: 52%;
  left: 74%;
  width: 16%;
}

.mv_sec .mv_imgSection__lowerRow {
  -webkit-transition: all 0.4s 0.9s;
  transition: all 0.4s 0.9s;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  top: 0;
}

.mv_sec .mv_imgSection__lowerRow__text--1 {
  position: absolute;
  bottom: 4%;
  left: 46%;
}

@media screen and (max-width: 768px) {
  .mv_sec .mv_imgSection__lowerRow__text--1 {
    bottom: 7%;
    left: 45%;
  }
}

.mv_sec .mv_imgSection__lowerRow__text--2 {
  position: absolute;
  top: 40%;
  left: 10%;
}

@media screen and (max-width: 768px) {
  .mv_sec .mv_imgSection__lowerRow__text--2 {
    left: 8%;
  }
}

.mv_sec .mv_imgSection__lowerRow__text--3 {
  position: absolute;
  top: 40%;
  right: 5%;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .mv_sec .mv_imgSection__lowerRow__text--3 {
    right: 3%;
  }
}

.mv_sec .mv_imgSection__lowerRow--img_6 {
  position: absolute;
  bottom: 6%;
  left: 13%;
  width: 18%;
}

@media screen and (max-width: 768px) {
  .mv_sec .mv_imgSection__lowerRow--img_6 {
    bottom: 9%;
  }
}

.mv_sec .mv_imgSection__lowerRow--img_7 {
  position: absolute;
  bottom: -6%;
  left: 37%;
  width: 17%;
}

@media screen and (max-width: 768px) {
  .mv_sec .mv_imgSection__lowerRow--img_7 {
    bottom: -1%;
  }
}

.mv_sec .mv_imgSection__lowerRow--img_8 {
  position: absolute;
  bottom: -5%;
  right: 27%;
  width: 15%;
}

@media screen and (max-width: 768px) {
  .mv_sec .mv_imgSection__lowerRow--img_8 {
    bottom: -1%;
  }
}

.mv_sec .mv_imgSection__lowerRow--img_9 {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 16%;
}

@media screen and (max-width: 768px) {
  .mv_sec .mv_imgSection__lowerRow--img_9 {
    bottom: 3%;
  }
}

.mv_sec .mv_imgSection__lowerSide {
  -webkit-transition: all 0.4s 1.1s;
  transition: all 0.4s 1.1s;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  top: 0;
}

.mv_sec .mv_imgSection__lowerSide__text--1 {
  position: absolute;
  bottom: 4%;
  left: 46%;
}

@media screen and (max-width: 768px) {
  .mv_sec .mv_imgSection__lowerSide__text--1 {
    bottom: 7%;
    left: 45%;
  }
}

.mv_sec .mv_imgSection__lowerSide__text--2 {
  position: absolute;
  top: 40%;
  left: 10%;
}

@media screen and (max-width: 768px) {
  .mv_sec .mv_imgSection__lowerSide__text--2 {
    left: 8%;
  }
}

.mv_sec .mv_imgSection__lowerSide__text--3 {
  position: absolute;
  top: 40%;
  right: 5%;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .mv_sec .mv_imgSection__lowerSide__text--3 {
    right: 3%;
  }
}

.mv_sec .mv_imgSection__lowerSide--img_6 {
  position: absolute;
  bottom: 6%;
  left: 13%;
  width: 18%;
}

@media screen and (max-width: 768px) {
  .mv_sec .mv_imgSection__lowerSide--img_6 {
    bottom: 9%;
  }
}

.mv_sec .mv_imgSection__lowerSide--img_7 {
  position: absolute;
  bottom: -6%;
  left: 37%;
  width: 17%;
}

@media screen and (max-width: 768px) {
  .mv_sec .mv_imgSection__lowerSide--img_7 {
    bottom: -1%;
  }
}

.mv_sec .mv_imgSection__lowerSide--img_8 {
  position: absolute;
  bottom: -5%;
  right: 27%;
  width: 15%;
}

@media screen and (max-width: 768px) {
  .mv_sec .mv_imgSection__lowerSide--img_8 {
    bottom: -1%;
  }
}

.mv_sec .mv_imgSection__lowerSide--img_9 {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 16%;
}

@media screen and (max-width: 768px) {
  .mv_sec .mv_imgSection__lowerSide--img_9 {
    bottom: 3%;
  }
}

/*=======================================
　intro_sec
=======================================*/
.intro_sec .content {
  position: relative;
  padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .intro_sec .content {
    padding-bottom: 27px;
  }
}

.intro_sec .content .link-slider {
  margin-bottom: 90px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

@media screen and (max-width: 768px) {
  .intro_sec .content .link-slider {
    margin-bottom: 60px;
  }
}

.intro_sec .content .link-slider .list .item {
  width: 295px;
  margin: 0 15px;
}

@media screen and (max-width: 768px) {
  .intro_sec .content .link-slider .list .item {
    margin: 0 7px;
    width: 50vw;
  }
}

.intro_sec .content .link-slider .list .item>a {
  width: 100%;
  display: inline-block;
}

.intro_sec .content .link-slider .list .item>a:hover .title {
  text-decoration: none;
}

.intro_sec .content .link-slider .list .item>a>img {
  border-radius: 15px;
  margin-bottom: 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .intro_sec .content .link-slider .list .item>a>img {
    margin-bottom: 10px;
  }
}

.intro_sec .content .link-slider .list .item>a .title {
  text-decoration: underline;
  display: block;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .intro_sec .content .link-slider .list .item>a .title {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}

.intro_sec .content .link-slider .slick-dots {
  position: static;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .intro_sec .content .link-slider .slick-dots {
    padding-top: 10px;
  }
}

.intro_sec .content .link-slider .slick-dots>li {
  width: 8px;
  height: 8px;
  margin: 0 9px;
}

.intro_sec .content .link-slider .slick-dots>li.slick-active>button {
  background-color: #fff;
  outline: 4px solid var(--main_red);
}

.intro_sec .content .link-slider .slick-dots>li>button {
  width: 8px;
  height: 8px;
  background-color: #2c2c44;
  border-radius: 50%;
  opacity: 1;
}

.intro_sec .content .link-slider .slick-dots>li>button::before {
  display: none;
}

.intro_sec .content .cmn_copy {
  margin-bottom: 40px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .intro_sec .content .cmn_copy {
    margin-bottom: 22px;
    line-height: 1.75;
  }
}

.intro_sec .content .cmn_copy .sttl_small {
  margin-bottom: 7.2px;
}

@media screen and (max-width: 768px) {
  .intro_sec .content .cmn_copy .sttl_small {
    margin-bottom: 0;
  }
}

.intro_sec .content .cmn_copy .sttl_small::before,
.intro_sec .content .cmn_copy .sttl_small::after {
  background: var(--main_navy);
}

.intro_sec .content .intro_box {
  margin-bottom: 40px;
  border-radius: 100px;
  background: #fff;
  padding: 40px 0 40px;
}

@media screen and (max-width: 768px) {
  .intro_sec .content .intro_box {
    margin-bottom: 28px;
    border-radius: 50px;
    padding: 28px 0 32px;
  }
}

.intro_sec .content .intro_box .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 81.92%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .intro_sec .content .intro_box .flex_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px 0;
    width: 90%;
  }
}

.intro_sec .content .intro_box .flex_area .arrow {
  width: 11.72%;
}

@media screen and (max-width: 768px) {
  .intro_sec .content .intro_box .flex_area .arrow {
    /* transition-delay: .8s; */
    width: 26.56%;
    text-align: center;
  }
}

.intro_sec .content .intro_box .flex_area .arrow img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1064%) hue-rotate(7deg) brightness(113%) contrast(78%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1064%) hue-rotate(7deg) brightness(113%) contrast(78%);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (max-width: 768px) {
  .intro_sec .content .intro_box .flex_area .arrow img {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.intro_sec .content .intro_box .flex_area .item {
  width: 40.54%;
}

@media screen and (max-width: 768px) {
  .intro_sec .content .intro_box .flex_area .item {
    width: 100%;
  }
}

.intro_sec .content .intro_box .flex_area .item .hd_txt {
  font-weight: 700;
  font-size: 1.9033674963vw;
  text-align: center;
  margin-bottom: 23px;
}

@media only screen and (min-width: 1366px) {
  .intro_sec .content .intro_box .flex_area .item .hd_txt {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .intro_sec .content .intro_box .flex_area .item .hd_txt {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.intro_sec .content .intro_box .flex_area .item .intro_logo {
  width: 56.77%;
  margin: 0 auto 9px;
}

@media screen and (max-width: 768px) {
  .intro_sec .content .intro_box .flex_area .item .intro_logo {
    width: 56.11%;
    margin-bottom: 13px;
  }
}

.intro_sec .content .intro_box .flex_area .item .img_area {
  position: relative;
  height: 23.79vw;
  max-height: 279px;
}

@media screen and (max-width: 768px) {
  .intro_sec .content .intro_box .flex_area .item .img_area {
    width: 80.59%;
    margin: 0 auto;
    max-height: inherit;
  }
}

.intro_sec .content .intro_box .flex_area .item .img_area .intro_absolute {
  position: absolute;
  top: 0;
  left: 0;
}

.intro_sec .content .intro_box .flex_area .item .img_area .bg {
  -webkit-animation: 20s linear infinite anime_rotation;
  animation: 20s linear infinite anime_rotation;
}

.intro_sec .content .intro_box .flex_area .item>.txt {
  font-size: 1.1713030747vw;
  line-height: 1.625;
  text-align: center;
}

@media only screen and (min-width: 1366px) {
  .intro_sec .content .intro_box .flex_area .item>.txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .intro_sec .content .intro_box .flex_area .item>.txt {
    font-size: 14px;
    line-height: 1.714;
  }
}

.intro_sec .content .intro_box .flex_area .item .intro_copy {
  width: 88.86%;
  margin: 0 auto;
  text-align: center;
}

.intro_sec .content .intro_box .flex_area .item:nth-of-type(1) .img_area {
  margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
  .intro_sec .content .intro_box .flex_area .item:nth-of-type(1) .img_area {
    /* height: 46.27vw; */
    height: 38.27vw;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .intro_sec .content .intro_box .flex_area .item:nth-of-type(1) .img_area .bg {
    /* transition-delay: .2s; */
  }
}

@media screen and (max-width: 768px) {
  .intro_sec .content .intro_box .flex_area .item:nth-of-type(1) .img_area .img {
    /* transition-delay: .4s; */
  }
}

.intro_sec .content .intro_box .flex_area .item:nth-of-type(1) .img_area .img.is-show {
  -webkit-animation: pAnimationPoyo 1s forwards;
  animation: pAnimationPoyo 1s forwards;
}

@media screen and (max-width: 768px) {
  .intro_sec .content .intro_box .flex_area .item:nth-of-type(1) .img_area .img.is-show {
    /* animation: pAnimationPoyo 1s .2s forwards; */
  }
}

@media screen and (max-width: 768px) {
  .intro_sec .content .intro_box .flex_area .item:nth-of-type(1)>.txt {
    /* transition-delay: .6s; */
  }
}

@media screen and (max-width: 768px) {
  .intro_sec .content .intro_box .flex_area .item:nth-of-type(3) .intro_logo {
    /* transition-delay: 1.0s; */
  }
}

.intro_sec .content .intro_box .flex_area .item:nth-of-type(3) .img_area {
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .intro_sec .content .intro_box .flex_area .item:nth-of-type(3) .img_area {
    height: 56vw;
    margin-bottom: 13.8px;
  }
}

@media screen and (max-width: 768px) {
  .intro_sec .content .intro_box .flex_area .item:nth-of-type(3) .img_area .img {
    /* transition-delay: 1.2s; */
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
}

.intro_sec .content .intro_box .flex_area .item:nth-of-type(3) .img_area .img.is-show {
  -webkit-animation: pAnimationPoyo 1s forwards;
  animation: pAnimationPoyo 1s forwards;
}

@media screen and (max-width: 768px) {
  .intro_sec .content .intro_box .flex_area .item:nth-of-type(3) .img_area .img.is-show {
    -webkit-animation: pAnimationPoyo 1s 0.8s forwards;
    animation: pAnimationPoyo 1s 0.8s forwards;
  }
}

@media screen and (max-width: 768px) {
  .intro_sec .content .intro_box .flex_area .item:nth-of-type(3) .img_area .txt:nth-of-type(2) {
    /* transition-delay: 1.4s; */
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}

@media screen and (max-width: 768px) {
  .intro_sec .content .intro_box .flex_area .item:nth-of-type(3) .img_area .txt:nth-of-type(3) {
    /* transition-delay: 1.6s; */
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}

@media screen and (max-width: 768px) {
  .intro_sec .content .intro_box .flex_area .item:nth-of-type(3) .img_area .txt:nth-of-type(4) {
    /* transition-delay: 1.8s; */
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
}

@media screen and (max-width: 768px) {
  .intro_sec .content .intro_box .flex_area .item:nth-of-type(3) .img_area .txt:nth-of-type(5) {
    /* transition-delay: 2.0s; */
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
}

@media screen and (max-width: 768px) {
  .intro_sec .content .intro_box .flex_area .item:nth-of-type(3) .intro_copy {
    /* transition-delay: 2.2s; */
  }
}

.intro_sec .content .font_16 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .intro_sec .content .font_16 {
    text-align: left;
  }
}

.intro_sec .content .fix_img {
  width: 15.35%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

@media screen and (max-width: 768px) {
  .intro_sec .content .fix_img {
    width: 22.98%;
    max-width: 77px;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

/*=======================================
　strengths_sec
=======================================*/
.strengths_sec {
  background: url("../images/top/strengths_bg.jpg") no-repeat;
  background-size: cover !important;
  border-radius: 140px 0 0 0;
  margin-bottom: -125px;
  padding: 80px 0 215px;
}

@media screen and (max-width: 768px) {
  .strengths_sec {
    background: url("../images/top/strengths_bg_sp.jpg") no-repeat;
    border-radius: 50px 0 0 0;
    padding: 60px 0 110px;
    margin-bottom: -50px;
  }
}

.strengths_sec .content .cmn_copy {
  font-size: 44px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 88px;
}

@media screen and (max-width: 768px) {
  .strengths_sec .content .cmn_copy {
    font-size: 22px;
    line-height: 1.363;
    margin-bottom: 60px;
  }
}

.strengths_sec .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .strengths_sec .content ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px 0;
    margin-bottom: 30px;
  }
}

.strengths_sec .content ul li {
  width: 31.31%;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.9);
  padding: 63px 0 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .strengths_sec .content ul li {
    width: 100%;
    padding: 44px 0 30px;
    border-radius: 30px;
  }
}

.strengths_sec .content ul li .num {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 34px;
  /* line-height: 1.794; */
  text-align: center;
  color: #fff;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: var(--main_navy);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
}

@media screen and (max-width: 768px) {
  .strengths_sec .content ul li .num {
    width: 60px;
    height: 60px;
    font-size: 26px;
    gap: 2px;
    top: -30px;
  }
}

.strengths_sec .content ul li .num span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .strengths_sec .content ul li .num span {
    font-size: 12px;
  }
}

.strengths_sec .content ul li .sttl {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.625;
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .strengths_sec .content ul li .sttl {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 14px;
  }
}

.strengths_sec .content ul li .txt {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.777;
  width: 77.9%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .strengths_sec .content ul li .txt {
    width: 90%;
    font-size: 14px;
    line-height: 2;
  }
}

.strengths_sec .content .cmn_btn01 {
  max-width: 350px;
  margin: 0 auto;
}

/*=======================================
　service_sec
=======================================*/
.service_sec {
  background: var(--main_red);
  padding: 90px 0 57px;
  position: relative;
  border-radius: 140px 0 0 0;
  /* &::after {
  	@include mq-down(md) {
  		content: "";
  		width: 85%;
  		height: 70%;
  		display: inline-block;
  		background: transparent;
  		position: absolute;
  		left: 0;
  		top: 0;
  	}
  } */
  /* フラクショナル */
}

@media screen and (max-width: 768px) {
  .service_sec {
    border-radius: 50px 0 0 0;
    padding: 60px 0 50px;
  }
}

.service_sec .cmn_copy {
  color: #fff;
  margin-bottom: 23px;
}

@media screen and (max-width: 768px) {
  .service_sec .cmn_copy {
    margin-bottom: 16px;
  }
}

.service_sec .cmn_copy .sttl_small::before,
.service_sec .cmn_copy .sttl_small::after {
  background: #fff;
}

.service_sec .cmn_copy .txt_large {
  font-family: "Poppins", sans-serif;
  font-size: 66px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .service_sec .cmn_copy .txt_large {
    font-size: 34px;
  }
}

.service_sec .sticky-container {
  width: 100%;
}

.service_sec .sticky-container .sticky-contents {
  position: sticky;
}

.service_sec .sticky-container .swiper-pagination button {
  display: inline-block;
  pointer-events: none;
}

.service_sec .sticky-container .swiper-pagination>button {
  position: relative;
  width: 50px;
  height: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .service_sec .sticky-container .swiper-pagination>button {
    width: 28px;
    height: 28px;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.service_sec .sticky-container .swiper-pagination>button>svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 40px;
  display: block;
}

.service_sec .sticky-container .swiper-pagination>button.is-current {
  color: var(--main_red);
}

.service_sec .sticky-container .swiper-pagination>button>svg>circle {
  fill: none;
  stroke: var(--main_red);
  stroke-width: 2px;
  stroke-dasharray: 94.2;
  -webkit-animation: demo_kururi ease 5s infinite;
  animation: demo_kururi ease 5s infinite;
}

.service_sec .sticky-container .swiper-pagination>button>span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: clamp(9px, 1.0248901903vw, 14px);
}

@media screen and (max-width: 768px) {
  .service_sec .sticky-container .swiper-pagination>button>span {
    font-size: 12px;
  }
}

.service_sec .sticky-container .swiper-slide .img_area picture {
  display: block;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.service_sec .sticky-container .txt_area>h3 {
  letter-spacing: -0.1em !important;
}

.service_sec .sticky-container .txt_area>h3>span {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

@media screen and (max-width: 768px) {
  .service_sec .sticky-container .txt_area>h3>span {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
}

.service_sec .sticky-container .txt_area>h4,
.service_sec .sticky-container .txt_area>p {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

@media screen and (max-width: 768px) {
  .service_sec .sticky-container .txt_area>h4 {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
}

.service_sec .sticky-container .txt_area .cmn_btn01 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.service_sec .sticky-container .is-animated .txt_area>h3>span {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}

.service_sec .sticky-container .is-animated .txt_area>h3>span:nth-child(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.service_sec .sticky-container .is-animated .txt_area>h3>span:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.service_sec .sticky-container .is-animated .txt_area>h3>span:nth-child(4) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.service_sec .sticky-container .is-animated .txt_area>h3>span:nth-child(5) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.service_sec .sticky-container .is-animated .txt_area>h3>span:nth-child(6) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.service_sec .sticky-container .is-animated .txt_area>h3>span:nth-child(7) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.service_sec .sticky-container .is-animated .txt_area>h3>span:nth-child(8) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.service_sec .sticky-container .is-animated .txt_area>h3>span:nth-child(9) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.service_sec .sticky-container .is-animated .txt_area>h3>span:nth-child(10) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.service_sec .sticky-container .is-animated .txt_area>h3>span:nth-child(11) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.service_sec .sticky-container .is-animated .txt_area>h3>span:nth-child(12),
.service_sec .sticky-container .is-animated .txt_area>h3>span:nth-child(13) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.service_sec .sticky-container .is-animated .txt_area>h3>span:nth-child(14) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.service_sec .sticky-container .is-animated .txt_area>h3>span:nth-child(15) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.service_sec .sticky-container .is-animated .txt_area>h3>span:nth-child(16) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.service_sec .sticky-container .is-animated .img_area picture {
  -webkit-animation: bound 1s forwards;
  animation: bound 1s forwards;
}

.service_sec .sticky-container .is-animated .txt_area>h4,
.service_sec .sticky-container .is-animated .txt_area>p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.4s all ease 0.4s;
  transition: 0.4s all ease 0.4s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.service_sec .sticky-container .is-animated .txt_area .cmn_btn01 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.4s all ease 0.4s;
  transition: 0.4s all ease 0.4s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

@-webkit-keyframes bound {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  20% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  40% {
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
  }

  60% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }

  80% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bound {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  20% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  40% {
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
  }

  60% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }

  80% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.service_sec .swiper-container {
  position: relative;
  /* 矢印 */
  /* 円形のプログレスバー */
}

.service_sec .swiper-container.swiper-container-main {
  position: relative;
}

.service_sec .swiper-container.swiper-container-main .swiper_main {
  width: 95.82%;
  /* max-width: 1366px; */
  /* max-height: 890px; */
  /* height: 67.99vw; */
  height: 64vw;
  margin-left: auto;
  background: #fff;
  /* padding: 14.06vw 0; */
  /* padding: 13.47vw 0; */
  padding: 12vw 0 0;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1366' height='890' viewBox='0 0 1366 890'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='長方形_79571' data-name='長方形 79571' width='1366' height='890' transform='translate(57 2842)' fill='%23fff' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-2'%3E%3Crect id='長方形_79427' data-name='長方形 79427' width='1780' height='890' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='マスクグループ_32' data-name='マスクグループ 32' transform='translate(-57 -2842)' clip-path='url(%23clip-path)'%3E%3Cg id='グループ_115807' data-name='グループ 115807' transform='translate(57 2842)'%3E%3Cg id='グループ_115806' data-name='グループ 115806' clip-path='url(%23clip-path-2)'%3E%3Cpath id='パス_2413' data-name='パス 2413' d='M1334.929,0a443.607,443.607,0,0,0-284.07,102.466q-6.047,5.588-12.472,10.751a236.131,236.131,0,0,1-148.435,52.21,236.132,236.132,0,0,1-148.435-52.21q-6.422-5.162-12.472-10.751A443.607,443.607,0,0,0,444.977,0C199.223,0,0,199.223,0,444.977S199.223,889.953,444.977,889.953a443.607,443.607,0,0,0,284.07-102.466q6.046-5.588,12.473-10.752a237.11,237.11,0,0,1,296.868,0q6.134,5.489,12.472,10.752a443.607,443.607,0,0,0,284.07,102.466c245.754,0,444.977-199.223,444.977-444.977S1580.683,0,1334.929,0' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1366' height='890' viewBox='0 0 1366 890'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='長方形_79571' data-name='長方形 79571' width='1366' height='890' transform='translate(57 2842)' fill='%23fff' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-2'%3E%3Crect id='長方形_79427' data-name='長方形 79427' width='1780' height='890' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='マスクグループ_32' data-name='マスクグループ 32' transform='translate(-57 -2842)' clip-path='url(%23clip-path)'%3E%3Cg id='グループ_115807' data-name='グループ 115807' transform='translate(57 2842)'%3E%3Cg id='グループ_115806' data-name='グループ 115806' clip-path='url(%23clip-path-2)'%3E%3Cpath id='パス_2413' data-name='パス 2413' d='M1334.929,0a443.607,443.607,0,0,0-284.07,102.466q-6.047,5.588-12.472,10.751a236.131,236.131,0,0,1-148.435,52.21,236.132,236.132,0,0,1-148.435-52.21q-6.422-5.162-12.472-10.751A443.607,443.607,0,0,0,444.977,0C199.223,0,0,199.223,0,444.977S199.223,889.953,444.977,889.953a443.607,443.607,0,0,0,284.07-102.466q6.046-5.588,12.473-10.752a237.11,237.11,0,0,1,296.868,0q6.134,5.489,12.472,10.752a443.607,443.607,0,0,0,284.07,102.466c245.754,0,444.977-199.223,444.977-444.977S1580.683,0,1334.929,0' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

@media only screen and (min-width: 1366px) {
  .service_sec .swiper-container.swiper-container-main .swiper_main {
    /* padding: 184px 0; */
  }
}

@media screen and (max-width: 768px) {
  .service_sec .swiper-container.swiper-container-main .swiper_main {
    padding: 6.4vw 0 22.67vw;
    width: 100%;
    /* height: 153.87vw; */
    height: 110vw;
    max-height: initial;
    /* mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='375' height='577' viewBox='0 0 375 577'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='長方形_79572' data-name='長方形 79572' width='375' height='577' transform='translate(0 3263)' fill='%23fff' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='マスクグループ_33' data-name='マスクグループ 33' transform='translate(0 -3263)' clip-path='url(%23clip-path)'%3E%3Ccircle id='楕円形_442' data-name='楕円形 442' cx='288.5' cy='288.5' r='288.5' transform='translate(-101 3263)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E"); */
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="577" height="577" viewBox="0 0 577 577"><circle cx="288.5" cy="288.5" r="288.5" fill="%23fff"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="577" height="577" viewBox="0 0 577 577"><circle cx="288.5" cy="288.5" r="288.5" fill="%23fff"/></svg>');
    -webkit-mask-size: auto 110vw;
    mask-size: auto 110vw;
    -webkit-mask-position: center;
    mask-position: center;
  }
}

@media screen and (max-width: 640px) {
  .service_sec .swiper-container.swiper-container-main .swiper_main {
    height: 180vw;
    -webkit-mask-size: auto 180vw;
    mask-size: auto 180vw;
  }
}

@media only screen and (max-width: 430px) {
  .service_sec .swiper-container.swiper-container-main .swiper_main {
    height: 155vw;
    -webkit-mask-size: auto 155vw;
    mask-size: auto 155vw;
  }
}

@media only screen and (max-width: 390px) {
  .service_sec .swiper-container.swiper-container-main .swiper_main {
    height: 165vw;
    -webkit-mask-size: auto 165vw;
    mask-size: auto 165vw;
  }
}

@media only screen and (max-width: 375px) {
  .service_sec .swiper-container.swiper-container-main .swiper_main {
    height: 170vw;
    -webkit-mask-size: auto 170vw;
    mask-size: auto 170vw;
  }
}

.service_sec .swiper-container.swiper-container-main .swiper_main .swiper-wrapper .swiper-slide {
  padding: 0 8.02% 0 3.66%;
}

@media screen and (max-width: 768px) {
  .service_sec .swiper-container.swiper-container-main .swiper_main .swiper-wrapper .swiper-slide {
    padding: 0;
  }
}

.service_sec .swiper-container.swiper-container-main .swiper_main .swiper-wrapper .swiper-slide .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .service_sec .swiper-container.swiper-container-main .swiper_main .swiper-wrapper .swiper-slide .flex_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7.1px 0;
  }
}

.service_sec .swiper-container.swiper-container-main .swiper_main .swiper-wrapper .swiper-slide .flex_area .img_area {
  width: 45.15%;
}

.service_sec .swiper-container.swiper-container-main .swiper_main .swiper-wrapper .swiper-slide .flex_area .img_area.is-show {
  /* animation: pAnimationPoyo 1s forwards; */
}

@media screen and (max-width: 768px) {
  .service_sec .swiper-container.swiper-container-main .swiper_main .swiper-wrapper .swiper-slide .flex_area .img_area {
    width: 40%;
  }
}

.service_sec .swiper-container.swiper-container-main .swiper_main .swiper-wrapper .swiper-slide .flex_area .txt_area {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .service_sec .swiper-container.swiper-container-main .swiper_main .swiper-wrapper .swiper-slide .flex_area .txt_area {
    width: 90%;
  }
}

.service_sec .swiper-container.swiper-container-main .swiper_main .swiper-wrapper .swiper-slide .flex_area .txt_area .sttl {
  font-weight: 700;
  font-size: clamp(10px, 4.2459736457vw, 58px);
  letter-spacing: 0.06em;
  line-height: 1.157;
  /* padding-bottom: 33.4px; */
  padding-bottom: 2.45vw;
  border-bottom: 3px solid var(--main_navy);
  /* margin-bottom: 42.6px; */
  margin-bottom: 3.12vw;
}

@media screen and (max-width: 768px) {
  .service_sec .swiper-container.swiper-container-main .swiper_main .swiper-wrapper .swiper-slide .flex_area .txt_area .sttl {
    font-size: 32px;
    line-height: 1.125;
    padding-bottom: 14px;
    margin-bottom: 22px;
    border-bottom: 2px solid var(--main_navy);
  }
}

.service_sec .swiper-container.swiper-container-main .swiper_main .swiper-wrapper .swiper-slide .flex_area .txt_area .lead_txt {
  font-weight: 700;
  font-size: clamp(10px, 1.756954612vw, 24px);
  letter-spacing: 0.09em;
  /* line-height: 2.083; */
  line-height: 1.5;
  /* transition-delay: .2s; */
}

@media screen and (max-width: 768px) {
  .service_sec .swiper-container.swiper-container-main .swiper_main .swiper-wrapper .swiper-slide .flex_area .txt_area .lead_txt {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.service_sec .swiper-container.swiper-container-main .swiper_main .swiper-wrapper .swiper-slide .flex_area .txt_area .font_16 {
  /* margin-bottom: 40px; */
  margin-bottom: 2.93vw;
  font-size: clamp(9px, 1.1713030747vw, 16px);
  /* transition-delay: .4s; */
}

@media screen and (max-width: 768px) {
  .service_sec .swiper-container.swiper-container-main .swiper_main .swiper-wrapper .swiper-slide .flex_area .txt_area .font_16 {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.service_sec .swiper-container.swiper-container-main .swiper_main .swiper-wrapper .swiper-slide .flex_area .txt_area .cmn_btn01 {
  max-width: 350px;
  width: 60.55%;
  height: 4.69vw;
  max-height: 64px;
  border-radius: 50vw;
  /* transition-delay: .6s; */
}

@media screen and (max-width: 768px) {
  .service_sec .swiper-container.swiper-container-main .swiper_main .swiper-wrapper .swiper-slide .flex_area .txt_area .cmn_btn01 {
    max-width: 335px;
    width: 100%;
    height: 54px;
  }
}

.service_sec .swiper-container.swiper-container-main .swiper_main .swiper-wrapper .swiper-slide .flex_area .txt_area .cmn_btn01 a {
  font-size: clamp(9px, 1.317715959vw, 18px);
}

@media screen and (max-width: 768px) {
  .service_sec .swiper-container.swiper-container-main .swiper_main .swiper-wrapper .swiper-slide .flex_area .txt_area .cmn_btn01 a {
    font-size: 16px;
  }
}

.service_sec .swiper-container .swiper-button-prev,
.service_sec .swiper-container .swiper-button-next {
  width: 8.2%;
  max-width: 105px;
  right: 0;
}

@media screen and (max-width: 768px) {

  .service_sec .swiper-container .swiper-button-prev,
  .service_sec .swiper-container .swiper-button-next {
    width: 39px;
    right: 5%;
  }
}

.service_sec .swiper-container .swiper-button-prev {
  top: 15.89vw;
  left: auto;
}

@media only screen and (min-width: 1366px) {
  .service_sec .swiper-container .swiper-button-prev {
    /* top: 208px; */
  }
}

@media screen and (max-width: 768px) {
  .service_sec .swiper-container .swiper-button-prev {
    top: 28.46vw;
  }
}

.service_sec .swiper-container .swiper-button-prev::after {
  background: url("../images/common/arrow_prev.svg") no-repeat;
}

.service_sec .swiper-container .swiper-button-next {
  top: 24.14vw;
}

@media only screen and (min-width: 1366px) {
  .service_sec .swiper-container .swiper-button-next {
    /* top: 316px; */
  }
}

@media screen and (max-width: 768px) {
  .service_sec .swiper-container .swiper-button-next {
    top: 38.26vw;
  }
}

@media screen and (max-width: 640px) {
  .service_sec .swiper-container .swiper-button-next {
    top: 45.26vw;
  }
}

.service_sec .swiper-container .swiper-button-next::after {
  background: url("../images/common/arrow_next.svg") no-repeat;
}

.service_sec .swiper-container .swiper-button-prev::after,
.service_sec .swiper-container .swiper-button-next::after {
  background-size: contain;
  content: "";
  width: 4.81vw;
  max-width: 63px;
  height: 4.81vw;
  max-height: 63px;
  margin: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {

  .service_sec .swiper-container .swiper-button-prev::after,
  .service_sec .swiper-container .swiper-button-next::after {
    width: 100%;
    height: 100%;
  }
}

.service_sec .swiper-container .swiper-my-pagination-main {
  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;
  bottom: 17.34vw;
  top: auto;
  left: auto;
  right: 0;
  width: 8.2%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 105px;
  -webkit-transform: none;
  transform: none;
}

@media only screen and (min-width: 1366px) {
  .service_sec .swiper-container .swiper-my-pagination-main {
    /* bottom: 227px; */
    /* gap: 4.6px; */
  }
}

@media screen and (max-width: 768px) {
  .service_sec .swiper-container .swiper-my-pagination-main {
    bottom: 7.62vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: initial;
    /* right: auto; */
    /* left: 50%; */
    /* transform : translateX(-50%); */
    /* position: static; */
    position: absolute;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 640px) {
  .service_sec .swiper-container .swiper-my-pagination-main {
    bottom: 11.62vw;
  }
}

@media only screen and (max-width: 430px) {
  .service_sec .swiper-container .swiper-my-pagination-main {
    bottom: 6.62vw;
  }
}

.service_sec .swiper-container .circle {
  position: relative;
  max-width: 35px;
  width: 2.56vw;
  max-height: 35px;
  height: 2.56vw;
  background: transparent;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  margin: 0 auto;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .service_sec .swiper-container .circle {
    width: 28px;
    height: 28px;
  }
}

.service_sec .swiper-container .circle.swiper-pagination-bullet-active {
  background: var(--main_red);
}

.service_sec .swiper-container .circle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1.28vw;
  max-width: 35px;
  width: 2.56vw;
  max-height: 35px;
  height: 2.56vw;
  background: #fff;
  -webkit-transform-origin: right 1.28vw;
  transform-origin: right 1.28vw;
  z-index: 2;
}

@media only screen and (min-width: 1366px) {
  .service_sec .swiper-container .circle::before {
    left: -17.5px;
    -webkit-transform-origin: right 17.5px;
    transform-origin: right 17.5px;
  }
}

@media screen and (max-width: 768px) {
  .service_sec .swiper-container .circle::before {
    width: 28px;
    height: 28px;
    left: -14px;
    -webkit-transform-origin: right 14px;
    transform-origin: right 14px;
  }
}

.service_sec .swiper-container .circle::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 1.28vw;
  max-width: 35px;
  width: 2.56vw;
  max-height: 35px;
  height: 2.56vw;
  background: #fff;
  -webkit-transform-origin: left 17.5px;
  transform-origin: left 17.5px;
  z-index: 3;
}

@media only screen and (min-width: 1366px) {
  .service_sec .swiper-container .circle::after {
    left: 17.5px;
    -webkit-transform-origin: left 17.5px;
    transform-origin: left 17.5px;
  }
}

@media screen and (max-width: 768px) {
  .service_sec .swiper-container .circle::after {
    width: 28px;
    height: 28px;
    left: 14px;
    -webkit-transform-origin: left 14px;
    transform-origin: left 14px;
  }
}

.service_sec .swiper-container .circle .circle_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 30px;
  width: 2.2vw;
  max-height: 30px;
  height: 2.2vw;
  background: #fff;
  border-radius: 50%;
  z-index: 4;
  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;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: clamp(9px, 1.0248901903vw, 14px);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .service_sec .swiper-container .circle .circle_inner {
    font-size: 12px;
    width: 22px;
    height: 22px;
  }
}

@-webkit-keyframes circleAfter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #fff;
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #fff;
  }

  50.01% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: var(--main_red);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: var(--main_red);
  }
}

@keyframes circleAfter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #fff;
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #fff;
  }

  50.01% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: var(--main_red);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: var(--main_red);
  }
}

@-webkit-keyframes circleBefore {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes circleBefore {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.service_sec .swiper-container .swiper-pagination-bullet {
  opacity: 1;
}

.service_sec .swiper-container .swiper-pagination-bullet:only-child {
  display: block !important;
}

.service_sec .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active.circle::before {
  -webkit-animation: circleBefore 4.7s linear forwards;
  animation: circleBefore 4.7s linear forwards;
}

.service_sec .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active.circle::after {
  -webkit-animation: circleAfter 4.7s linear forwards;
  animation: circleAfter 4.7s linear forwards;
}

.service_sec .swiper-pagination-extra {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: clamp(13px, 1.1713030747vw, 16px);
  letter-spacing: -0.01em;
  text-align: center;
  content: "";
  position: absolute;
  /* bottom: 43.3vw; */
  top: 19.5vw;
  right: 0;
  width: 8.2%;
  max-width: 105px;
}

@media only screen and (min-width: 1366px) {
  .service_sec .swiper-pagination-extra {
    /* bottom: 618px; */
    /* top: 252px; */
  }
}

@media screen and (max-width: 768px) {
  .service_sec .swiper-pagination-extra {
    right: 5%;
    /* bottom: auto; */
    top: 32vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .service_sec .swiper-pagination-extra {
    top: 34.5vw;
  }
}

/*=======================================
　plan_sec
=======================================*/
.plan_sec {
  background: var(--main_red);
  border-radius: 0 0 0 140px;
  padding-bottom: 90px;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .plan_sec {
    padding-bottom: 40px;
    margin-bottom: 80px;
    border-radius: 0 0 0 50px;
  }
}

.plan_sec .content .cmn_copy {
  color: #fff;
  margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
  .plan_sec .content .cmn_copy {
    margin-bottom: 15px;
  }
}

.plan_sec .content .cmn_copy .sttl_small {
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .plan_sec .content .cmn_copy .sttl_small {
    margin-bottom: 5px;
  }
}

.plan_sec .content .cmn_copy .sttl_small::before,
.plan_sec .content .cmn_copy .sttl_small::after {
  background: #fff;
}

.plan_sec .content .cmn_copy .sttl_small .txt_large {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: clamp(10px, 3.0014641288vw, 41px);
}

@media screen and (max-width: 768px) {
  .plan_sec .content .cmn_copy .sttl_small .txt_large {
    font-size: 32px;
  }
}

.plan_sec .content .font_16 {
  font-weight: 700;
  line-height: 2.25;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .plan_sec .content .font_16 {
    margin-bottom: 20px;
    line-height: 1.571;
  }
}

.plan_sec .content .table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-rows: repeat(6, 1fr);
  grid-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 33.3333333333%;
  grid-template-columns: 33.3333333333%;
  /* grid-auto-flow: row; */
  grid-auto-columns: 33.3333333333%;
  background: #fff;
  border-radius: 50px;
  margin-bottom: 60px;
  /* 共通 */
  /* 線・余白 */
  /* Free */
  /* .div1 { grid-area: 1 / 1 / 2 / 2; }
  .div2 { grid-area: 2 / 1 / 3 / 2; }
  .div3 { grid-area: 3 / 1 / 4 / 2; }
  .div4 { grid-area: 4 / 1 / 5 / 2; }
  .div5 { grid-area: 5 / 1 / 6 / 2; }
  .div6 { grid-area: 6 / 1 / 7 / 2; }
  .div1,.div2,.div3,.div4,.div5,.div6 {
  	border-right: 6px solid var(--main_red);
  	@include mq-down(md) {
  		border-right: none;
  	}
  } */
  /* Starter */
  /* Starter */
  /* Basic */
  /* notes */
}

.plan_sec .content .table>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.plan_sec .content .table>*:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.plan_sec .content .table>*:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.plan_sec .content .table>*:nth-child(4) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.plan_sec .content .table>*:nth-child(5) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}

.plan_sec .content .table>*:nth-child(6) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}

.plan_sec .content .table>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.plan_sec .content .table>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.plan_sec .content .table>*:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.plan_sec .content .table>*:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.plan_sec .content .table>*:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.plan_sec .content .table>*:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.plan_sec .content .table>*:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.plan_sec .content .table>*:nth-child(8) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.plan_sec .content .table>*:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}

.plan_sec .content .table>*:nth-child(10) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.plan_sec .content .table>*:nth-child(11) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}

.plan_sec .content .table>*:nth-child(12) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}

.plan_sec .content .table>*:nth-child(13) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}

.plan_sec .content .table>*:nth-child(14) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}

.plan_sec .content .table>*:nth-child(15) {
  -ms-grid-row: 9;
  -ms-grid-column: 5;
}

.plan_sec .content .table>*:nth-child(16) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}

.plan_sec .content .table>*:nth-child(17) {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
}

.plan_sec .content .table>*:nth-child(18) {
  -ms-grid-row: 11;
  -ms-grid-column: 5;
}

@media screen and (max-width: 768px) {
  .plan_sec .content .table {
    display: block;
    border-radius: 30px;
    margin-bottom: 30px;
  }
}

.plan_sec .content .table>div {
  padding: 0 2.94vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* justify-content: center; */
  /* フェードインPC時 停止 */
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

@media only screen and (min-width: 1156px) {
  .plan_sec .content .table>div {
    padding: 0 34px;
  }
}

@media screen and (max-width: 768px) {
  .plan_sec .content .table>div {
    padding: 0 5%;
    /* フェードインSP時 再開 */
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .plan_sec .content .table>div.is-show {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

.plan_sec .content .table .hd_txt {
  padding-top: 32px;
}

.plan_sec .content .table .hd_txt p {
  padding-bottom: 9.5px;
  border-bottom: 1px solid var(--main_navy);
  margin: 0 0 28.5px;
}

@media screen and (max-width: 768px) {
  .plan_sec .content .table .hd_txt p {
    padding-bottom: 11px;
    margin-bottom: 22px;
  }
}

.plan_sec .content .table .hd_txt p span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: clamp(10px, 2.196193265vw, 30px);
  letter-spacing: -0.05em;
  line-height: 1.6;
  display: inline-block;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .plan_sec .content .table .hd_txt p span {
    font-size: 26px;
  }
  .sp{
  display:block;
}
.pc{
  display:none;
  
}
}

.plan_sec .content .table .hd_txt p small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(10px, 1.0248901903vw, 14px);
  letter-spacing: -0.07em;
}

@media screen and (max-width: 768px) {
  .plan_sec .content .table .hd_txt p small {
    font-size: 14px;
  }
}

.plan_sec .content .table .txt p {
  font-weight: 400;
  font-size: clamp(10px, 1.0248901903vw, 14px);
  line-height: 1.714;
  text-align: center;
  margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
  .plan_sec .content .table .txt p {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.plan_sec .content .table .fee .img {
  width: 81.12%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .plan_sec .content .table .fee .img {
    width: 46.44%;
    margin-bottom: 16px;
  }
}

.plan_sec .content .table .fee .stxt {
  font-weight: 700;
  font-size: clamp(10px, 1.0248901903vw, 14px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 33px;
  background: #f3f4f5;
  border-radius: 50vw;
  margin-bottom: 7px;
}

@media screen and (max-width: 768px) {
  .plan_sec .content .table .fee .stxt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 6px;
    padding: 0 19px;
    font-size: 14px;
  }
}

.plan_sec .content .table .fee .price {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(10px, 2.196193265vw, 30px);
  line-height: 1.6;
  text-align: center;
  letter-spacing: -0.1em;
}

@media screen and (max-width: 768px) {
  .plan_sec .content .table .fee .price {
    font-size: 30px;
  }
}

.plan_sec .content .table .fee .price strong {
  font-size: clamp(10px, 3.6603221083vw, 50px);
  letter-spacing: -0.04em;
  font-weight: 500;
}

@media only screen and (max-width: 1200px) {
  .plan_sec .content .table .fee .price strong {
    font-size: clamp(10px, 3.5871156662vw, 49px);
  }
}

@media screen and (max-width: 768px) {
  .plan_sec .content .table .fee .price strong {
    font-size: 50px;
  }
}

.plan_sec .content .table .fee .notes {
  text-align: center;
  color: #868686;
  font-weight: 500;
  /* margin-bottom: 32px; */
}

.plan_sec .content .table .fee .notes .txt_small {
  font-size: clamp(10px, 0.878477306vw, 12px);
}

@media screen and (max-width: 768px) {
  .plan_sec .content .table .fee .notes .txt_small {
    font-size: 12px;
  }
}

.plan_sec .content .table .fee .notes .txt_middle {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: clamp(10px, 1.0248901903vw, 14px);
}

@media screen and (max-width: 768px) {
  .plan_sec .content .table .fee .notes .txt_middle {
    font-size: 14px;
  }
}

.plan_sec .content .table .fee .notes .txt_large {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: clamp(10px, 1.1713030747vw, 16px);
  letter-spacing: -0.04em;
}

@media screen and (max-width: 768px) {
  .plan_sec .content .table .fee .notes .txt_large {
    font-size: 16px;
  }
}

.plan_sec .content .table .notes01 p {
  font-weight: 400;
  font-size: clamp(10px, 1.0248901903vw, 14px);
  line-height: 1.857;
  text-align: center;
  /* margin: 32px 0 16px; */
  padding: 10px 0 16px;
}

@media screen and (max-width: 768px) {
  .plan_sec .content .table .notes01 p {
    padding: 24px 0 20px;
    font-size: 14px;
    text-align: left;
  }
}

.plan_sec .content .table .cmn_btn_area {
  padding-top: 40px;
  padding-bottom: 10px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 40px;
}

@media screen and (max-width: 768px) {
  .plan_sec .content .table .cmn_btn_area {
    padding-top: 20px;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.plan_sec .content .table .cmn_btn_area .cmn_btn01 {
  /* max-width: 432px; */
  max-width: 350px;
  /* margin: 0 auto 10px; */
  /* margin: 0 auto; */
  width: 100%;
  height: 5.54vw;
  max-height: 64px;
}

@media screen and (max-width: 768px) {
  .plan_sec .content .table .cmn_btn_area .cmn_btn01 {
    max-width: 303px;
    /* margin-bottom: 12px; */
    max-width: inherit;
    height: 54px;
  }
}

@media screen and (max-width: 1024px) {
  .plan_sec .content .table .cmn_btn_area .cmn_btn01::after {
    right: 12px;
  }
}

.plan_sec .content .table .cmn_btn_area .cmn_btn01 a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: clamp(10px, 1.317715959vw, 18px);
}

@media screen and (max-width: 768px) {
  .plan_sec .content .table .cmn_btn_area .cmn_btn01 a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
  }
}

.plan_sec .content .table .cmn_btn_area .cmn_btn01.white {
  border: 3px solid var(--main_navy);
  max-width: 244px;
}

@media screen and (max-width: 768px) {
  .plan_sec .content .table .cmn_btn_area .cmn_btn01.white {
    max-width: initial;
  }
}

.plan_sec .content .table .cmn_btn_area.div5 .cmn_btn01 {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .plan_sec .content .table .cmn_btn_area.div17 .cmn_btn01 {
    height: 54px;
  }
}

@media screen and (max-width: 768px) {
  .plan_sec .content .table .cmn_btn_area.div17 .cmn_btn01 a {
    gap: 5px 0;
  }
}

.plan_sec .content .table .notes02 {
  padding: 10px 0 14px;
}

@media screen and (max-width: 768px) {
  .plan_sec .content .table .notes02 {
    width: 90%;
    margin: 0 auto;
    padding: 12px 0 29px;
  }
}

.plan_sec .content .table .notes02 p {
  font-weight: 400;
  font-size: clamp(10px, 0.878477306vw, 12px);
  line-height: 1.666;
  text-align: right;
  margin-right: 3%;
}

@media screen and (max-width: 768px) {
  .plan_sec .content .table .notes02 p {
    text-align: left;
    font-size: 12px;
    margin-right: 0;
  }
}

.plan_sec .content .table .div7,
.plan_sec .content .table .div8,
.plan_sec .content .table .div9,
.plan_sec .content .table .div10,
.plan_sec .content .table .div11,
.plan_sec .content .table .div12 {
  border-right: 1px solid #dedede;
}

@media screen and (max-width: 768px) {

  .plan_sec .content .table .div7,
  .plan_sec .content .table .div8,
  .plan_sec .content .table .div9,
  .plan_sec .content .table .div10,
  .plan_sec .content .table .div11,
  .plan_sec .content .table .div12 {
    border-right: none;
  }
}

.plan_sec .content .table .div7,
.plan_sec .content .table .div10,
.plan_sec .content .table .div13 {
  padding-top: 0;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {

  .plan_sec .content .table .div7,
  .plan_sec .content .table .div10,
  .plan_sec .content .table .div13 {
    padding-top: 20px;
    border-top: 2px solid var(--main_red);
  }
}

@media screen and (max-width: 768px) {
  .plan_sec .content .table .div7 {
    border-top: none;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .plan_sec .content .table .div17 {
    border-top: 2px solid var(--main_red);
    margin-top: 24px;
  }
}

.plan_sec .content .table .div7 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}

.plan_sec .content .table .div8 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}

.plan_sec .content .table .div9 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3/1/4/2;
}

.plan_sec .content .table .div10 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}

.plan_sec .content .table .div11 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
}

.plan_sec .content .table .div12 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 3/2/4/3;
}

.plan_sec .content .table .div13 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/2/4;
}

.plan_sec .content .table .div14 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 2/3/3/4;
}

.plan_sec .content .table .div15 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 3/3/4/4;
}

.plan_sec .content .table .div16 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 5/1/6/4;
}

.plan_sec .content .table .div17 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 4/1/5/4;
}

.plan_sec .content .table .div18 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 6/1/7/4;
}

.plan_sec .content>.cmn_btn01 {
  max-width: 350px;
  margin: 0 auto;
}

/*=======================================
　case_sec
=======================================*/
.case_sec .content {
  /* 無限スクロール */
}

@media screen and (max-width: 768px) {
  .case_sec .content {
    width: 100%;
  }
  .intro_sec .content .font_16 {
    font-size: 16px!important;
    }
    .img_left{
      width: auto;
    }
}

.case_sec .content .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .case_sec .content .flex_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 41px;
  }
}

.case_sec .content .txt_area {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .case_sec .content .txt_area {
    width: 90%;
    margin: 0 auto;
  }
}

.case_sec .content .txt_area .cmn_copy {
  /* width: 56.17%; */
  max-width: 532px;
  margin: 0 0 54px;
}

@media screen and (max-width: 768px) {
  .case_sec .content .txt_area .cmn_copy {
    width: 68.65%;
    margin: 0 auto 4px;
  }
}

.case_sec .content .txt_area .txt {
  font-size: 26px;
  letter-spacing: -0.04em;
  line-height: 1.291;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .case_sec .content .txt_area .txt {
    font-size: 14px;
    line-height: 2;
    width: 90%;
    margin: 0 auto 30px;
    text-align: center;
  }
}

.case_sec .content .txt_area .cmn_btn01 {
  max-width: 350px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .case_sec .content .txt_area .cmn_btn01 {
    width: 100%;
    max-width: inherit;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  .case_sec .content .txt_area .notes_12 {
    margin-bottom: 0px;
  }
}

.case_sec .content .flow_img_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 40.39%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .case_sec .content .flow_img_area {
    width: 100%;
    gap: 18px;
  }
}

.case_sec .content .flow_img_area .scroll-infinity {
  width: 28.47%;
}

@media screen and (max-width: 768px) {
  .case_sec .content .flow_img_area .scroll-infinity {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.case_sec .content .flow_img_area .scroll-infinity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  max-height: 645px;
  gap: 15px;
}

@media screen and (max-width: 768px) {
  .case_sec .content .flow_img_area .scroll-infinity__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.case_sec .content .flow_img_area .scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  padding: 0;
  /*ホバーでループ止める*/
  /*上から下*/
  /*下から上*/
}

@media screen and (max-width: 768px) {
  .case_sec .content .flow_img_area .scroll-infinity__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.case_sec .content .flow_img_area .scroll-infinity__list:hover {
  /* animation-play-state: paused; */
}

.case_sec .content .flow_img_area .scroll-infinity__list--top {
  -webkit-animation: infinity-scroll-top 25s infinite linear 0.5s both;
  animation: infinity-scroll-top 25s infinite linear 0.5s both;
}

@media screen and (max-width: 768px) {
  .case_sec .content .flow_img_area .scroll-infinity__list--top {
    /* SP時 右から左 */
    -webkit-animation: infinity-scroll-left 25s infinite linear 0.5s both;
    animation: infinity-scroll-left 25s infinite linear 0.5s both;
  }
}

@-webkit-keyframes infinity-scroll-top {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes infinity-scroll-top {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.case_sec .content .flow_img_area .scroll-infinity__list--bottom {
  -webkit-animation: infinity-scroll-bottom 25s infinite linear 0.5s both;
  animation: infinity-scroll-bottom 25s infinite linear 0.5s both;
}

@media screen and (max-width: 768px) {
  .case_sec .content .flow_img_area .scroll-infinity__list--bottom {
    /* SP時 左から右 */
    -webkit-animation: infinity-scroll-right 25s infinite linear 0.5s both;
    animation: infinity-scroll-right 25s infinite linear 0.5s both;
  }
}

@-webkit-keyframes infinity-scroll-bottom {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes infinity-scroll-bottom {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 768px) {
  .case_sec .content .flow_img_area .scroll-infinity__item {
    /* 100vw/画像の枚数 */
    width: 20vw;
  }
}

.case_sec .content .flow_img_area .scroll-infinity__item>img {
  width: 100%;
}

/*=======================================
　numbers_sec
=======================================*/
.numbers_sec {
  padding: 92px 0 232px;
  margin-bottom: -140px;
  background: #fff;
  border-radius: 140px 0 0 0;
}

@media screen and (max-width: 768px) {
  .numbers_sec {
    padding: 40px 0 110px;
    border-radius: 50px 0 0 0;
    margin-bottom: -50px;
  }
}

.numbers_sec .content>.sttl {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1875;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .numbers_sec .content>.sttl {
    font-size: 26px;
    line-height: 1.307;
    margin-bottom: 20px;
  }
}

.numbers_sec .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px 0;
  margin-bottom: 19px;
}

@media screen and (max-width: 768px) {
  .numbers_sec .content ul {
    gap: 20px;
    margin-bottom: 10px;
  }
}

.numbers_sec .content ul li {
  border-radius: 50px;
  background: #f3f4f5;
  padding: 44px 0 33px;
}

@media screen and (max-width: 768px) {
  .numbers_sec .content ul li {
    border-radius: 30px;
    padding: 26px 0 24px;
  }
}

.numbers_sec .content ul li.is-show .graph .img {
  -webkit-animation: fadeInIllust 0.6s 3s ease-in forwards;
  animation: fadeInIllust 0.6s 3s ease-in forwards;
}

.numbers_sec .content ul li .sttl {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .numbers_sec .content ul li .sttl {
    font-size: 18px;
    line-height: 2;
  }
}

.numbers_sec .content ul li .sttl span {
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  margin-left: 0.5em;
}

.numbers_sec .content ul li .graph {
  margin: 0 auto;
}

.numbers_sec .content ul li .graph .hidden {
  visibility: hidden;
}

.numbers_sec .content ul li:nth-child(1) {
  width: 41.69%;
}

@media screen and (max-width: 768px) {
  .numbers_sec .content ul li:nth-child(1) {
    width: 100%;
  }
}

.numbers_sec .content ul li:nth-child(1) .graph {
  max-width: 296.14px;
  margin-bottom: 22.8px;
  width: 61.43%;
}

@media screen and (max-width: 768px) {
  .numbers_sec .content ul li:nth-child(1) .graph {
    width: 56.36%;
    margin-bottom: 7.3px;
  }
}

.numbers_sec .content ul li:nth-child(2) {
  width: 54.84%;
}

@media screen and (max-width: 768px) {
  .numbers_sec .content ul li:nth-child(2) {
    width: 100%;
  }
}

.numbers_sec .content ul li:nth-child(2) .graph {
  position: relative;
  max-width: 426.64px;
  margin-bottom: 47.8px;
  width: 64.92%;
}

@media screen and (max-width: 768px) {
  .numbers_sec .content ul li:nth-child(2) .graph {
    width: 69.58%;
    margin-bottom: 33px;
  }
}

.numbers_sec .content ul li:nth-child(2) .graph #graph02>svg>g>g:last-of-type {
  display: none !important;
}

.numbers_sec .content ul li:nth-child(2) .graph .img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44%;
  opacity: 0;
  -webkit-transform: translateY(10px) scale(1);
  transform: translateY(10px) scale(1);
}

@-webkit-keyframes fadeInIllust {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px) scale(1);
    transform: translateY(10px) scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1.2);
    transform: translateY(0) scale(1.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}

@keyframes fadeInIllust {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px) scale(1);
    transform: translateY(10px) scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1.2);
    transform: translateY(0) scale(1.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}

@media screen and (max-width: 768px) {
  .numbers_sec .content ul li:nth-child(2) .graph .img>img {
    width: 100%;
    height: auto;
  }
}

.numbers_sec .content ul li:nth-child(3) {
  width: 100%;
}

.numbers_sec .content ul li:nth-child(3) .graph {
  /* max-width: 668px; */
}

.numbers_sec .content ul li:nth-child(3) .sttl {
  text-align: left;
  white-space: nowrap;
}

.numbers_sec .content ul li .flex_area {
  /* width: 94.5%; */
  width: 86.33%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* gap: 0 56px; */
}

@media screen and (max-width: 768px) {
  .numbers_sec .content ul li .flex_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.numbers_sec .content ul li .flex_area .left {
  /* width: 27.45%; */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .numbers_sec .content ul li .flex_area .left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 11px;
    margin-bottom: -17px;
  }
}

.numbers_sec .content ul li .flex_area .left .img {
  width: 75.58%;
  max-width: 207.09px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .numbers_sec .content ul li .flex_area .left .img {
    width: 27.49%;
    margin: 0;
  }
}

.numbers_sec .content ul li .flex_area .left .sttl {
  margin-bottom: 22.5px;
}

.numbers_sec .content ul li .flex_area .right {
  width: 66.93%;
}

@media screen and (max-width: 768px) {
  .numbers_sec .content ul li .flex_area .right {
    width: 100%;
  }
}

.numbers_sec .content .notes_12 {
  text-align: right;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .numbers_sec .content .notes_12 {
    margin-bottom: 30px;
  }
}

.numbers_sec .content .cmn_btn01 {
  max-width: 350px;
  margin: 0 auto;
}

/*=======================================
　news_sec
=======================================*/
.news_sec {
  margin-bottom: 92px;
}

@media screen and (max-width: 768px) {
  .news_sec {
    margin-bottom: 60px;
  }
}

.news_sec .content {
  max-width: 952px;
}

.news_sec .content .cmn_copy {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 50px;
  letter-spacing: -0.07em;
  line-height: 1.22;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .news_sec .content .cmn_copy {
    font-size: 36px;
    line-height: 1.694;
    margin-bottom: 10px;
  }
}

.news_sec .content .news_area {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .news_sec .content .news_area {
    margin-bottom: 40px;
  }
}

.news_sec .content .news_area li {
  height: 86px;
  border-bottom: 1px solid #cecece;
}

@media screen and (max-width: 768px) {
  .news_sec .content .news_area li {
    height: auto;
  }
}

.news_sec .content .news_area li:first-child {
  border-top: 1px solid #cecece;
}

.news_sec .content .news_area li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 16px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .news_sec .content .news_area li a {
    padding: 18px 0 22px;
  }
}

.news_sec .content .news_area li a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .news_sec .content .news_area li a dl {
    gap: 12px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.news_sec .content .news_area li a dl .date {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin-right: 8px;
  width: 75px;
}

@media screen and (max-width: 768px) {
  .news_sec .content .news_area li a dl .date {
    margin-right: 10px;
  }
}

.news_sec .content .news_area li a dl .category {
  margin-right: 20px;
  font-size: 12px;
  letter-spacing: -0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 27px;
  background: #fff;
  border: 1px solid var(--main_navy);
  border-radius: 50vw;
  /* padding: 0 23.5px; */
  min-width: 95px;
}

.news_sec .content .news_area li a dl .title {
  text-decoration: underline;
  font-size: 16px;
  line-height: 2;
  /* width: calc(100% - 75px - 8px - 95px - 20px); */
}

@media screen and (max-width: 768px) {
  .news_sec .content .news_area li a dl .title {
    /* width: 100%; */
    font-size: 14px;
  }
}

.news_sec .content .news_area li a:hover {
  /* opacity: 0.8; */
}

.news_sec .content .news_area li a:hover dl .title {
  text-decoration: none;
}

.news_sec .content .cmn_btn01 {
  max-width: 350px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .news_sec .content .cmn_btn01 {
    width: 90%;
  }
}

/*=======================================
　pickup_sec
=======================================*/
.pickup_sec {
  background-size: cover !important;
  padding: 80px 0 230px;
  margin-bottom: -125px;
  border-radius: 140px 0 0 0;
}

@media screen and (max-width: 768px) {
  .pickup_sec {
    padding: 40px 0 190px;
    border-radius: 50px 0 0 0;
  }
}

.pickup_sec .content .cmn_copy {
  margin-bottom: 50px;
  font-size: 44px;
  color: #2c2c44;
}

@media screen and (max-width: 768px) {
  .pickup_sec .content .cmn_copy {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

.pickup_sec .content>p {
  text-align: center;
  margin-bottom: 50px;
  color: #2c2c44;
}

@media screen and (max-width: 768px) {
  .pickup_sec .content>p {
    font-size: 14px;
    line-height: 1.5714285714;
    margin-bottom: 30px;
  }
}

.pickup_sec .content .related_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .pickup_sec .content .related_list {
    display: block;
  }
}

.pickup_sec .content .related_list .card {
  position: relative;
  background: #fff;
  border-radius: 50px;
  width: 33.3%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 640px) {
  .pickup_sec .content .related_list .card {
    width: 100%;
    max-width: 460px;
    margin: auto;
    border-radius: 30px;
    margin-bottom: 20px;
  }

  .pickup_sec .content .related_list .card:last-child {
    margin-bottom: 0;
  }
}

.pickup_sec .content .related_list .card_clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* background-color: #fff; */
  /* border-radius: 50px; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .pickup_sec .content .related_list .card_clm {
    /* border-radius: 30px; */
  }
}

.pickup_sec .content .related_list .card_clm .img {
  overflow: hidden;
  border-radius: 50px 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 214px;
}

@media screen and (max-width: 768px) {
  .pickup_sec .content .related_list .card_clm .img {
    border-radius: 30px 30px 0 0;
    height: 195px;
  }
}

.pickup_sec .content .related_list .card_clm .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 900px) {
  .pickup_sec .content .related_list .card_clm .img img {
    width: 100%;
    aspect-ratio: 335/195;
    height: auto;
  }
}

.pickup_sec .content .related_list .card_clm .text {
  padding: 30px 36px 58px;
}

@media screen and (max-width: 768px) {
  .pickup_sec .content .related_list .card_clm .text {
    padding: 20px 20px 32px;
  }
}

.pickup_sec .content .related_list .card_clm .text .icon_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.pickup_sec .content .related_list .card_clm .text .icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 4px;
  margin-right: 4px;
  font-size: 12px;
  padding: 4.5px 10px 5px;
  background-color: #f3f4f5;
  position: relative;
  z-index: 5;
  border: 1px solid #f3f4f5;
  border-radius: 100px;
}

.pickup_sec .content .related_list .card_clm .text .icon:hover {
  text-decoration: underline;
  border: 1px solid #2c2c44;
}

.pickup_sec .content .related_list .card_clm .text .plain {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #2c2c44;
  display: inline;
}

.pickup_sec .content .related_list .card_clm .text .name {
  font-size: 12px;
  margin-top: 12px;
}

.pickup_sec .content .related_list .card_clm .text .day {
  font-size: 12px;
  margin-top: 12px;
}

.pickup_sec .content .related_list .card__link {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  border-radius: 50px;
  z-index: 2;
  -webkit-transition: none;
  transition: none;
}

@media screen and (max-width: 768px) {
  .pickup_sec .content .related_list .card__link {
    border-radius: 30px;
  }
}

.pickup_sec .content .related_list .card__link:hover {
  border: 3px solid #2c2c44;
}

.pickup_sec .content .related_list .card__link:hover+.card_clm .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.pickup_sec .content .related_list .card__link:hover+.card_clm .text .plain {
  border-bottom: none;
}

.pickup_sec .content .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.pickup_sec .content .btn_area .cmn_btn01 {
  width: 350px;
}

@media screen and (max-width: 768px) {
  .pickup_sec .content .btn_area .cmn_btn01 {
    width: 100%;
    max-width: none;
  }
}

/*=======================================
　column_sec
=======================================*/
.column_sec {
  background-size: cover !important;
  padding: 80px 0 120px;
}

@media screen and (max-width: 768px) {
  .column_sec {
    padding: 40px 0 60px;
  }
}

.column_sec .content .cmn_copy {
  margin-bottom: 50px;
  font-size: 44px;
}

@media screen and (max-width: 768px) {
  .column_sec .content .cmn_copy {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

.column_sec .content>p {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .column_sec .content>p {
    font-size: 14px;
    line-height: 1.5714285714;
    margin-bottom: 30px;
  }
}

.column_sec .content .related_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .column_sec .content .related_list {
    display: block;
    margin-bottom: 30px;
  }
}

.column_sec .content .related_list .card {
  position: relative;
  background: #fff;
  border-radius: 50px;
  width: 33.3%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 640px) {
  .column_sec .content .related_list .card {
    width: 100%;
    max-width: 460px;
    margin: auto;
    border-radius: 30px;
    margin-bottom: 20px;
  }

  .column_sec .content .related_list .card:last-child {
    margin-bottom: 0;
  }
}

.column_sec .content .related_list .card_clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* background-color: #fff; */
  /* border-radius: 50px; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .column_sec .content .related_list .card_clm {
    /* border-radius: 30px; */
  }
}

.column_sec .content .related_list .card_clm .img {
  overflow: hidden;
  border-radius: 50px 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 214px;
}

@media screen and (max-width: 768px) {
  .column_sec .content .related_list .card_clm .img {
    border-radius: 30px 30px 0 0;
    height: 195px;
  }
}

.column_sec .content .related_list .card_clm .img img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: relative;
  z-index: 1;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .column_sec .content .related_list .card_clm .img img {
    width: 100%;
    aspect-ratio: 335/195;
    height: auto;
  }
}

.column_sec .content .related_list .card_clm .text {
  padding: 30px 36px 58px;
}

@media screen and (max-width: 768px) {
  .column_sec .content .related_list .card_clm .text {
    padding: 20px 20px 32px;
  }
}

.column_sec .content .related_list .card_clm .text .icon_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.column_sec .content .related_list .card_clm .text .icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 4px;
  margin-right: 4px;
  font-size: 12px;
  padding: 4.5px 10px 5px;
  background-color: #f3f4f5;
  position: relative;
  z-index: 5;
  border: 1px solid #f3f4f5;
  border-radius: 100px;
}

.column_sec .content .related_list .card_clm .text .icon:hover {
  text-decoration: underline;
  border: 1px solid #2c2c44;
}

.column_sec .content .related_list .card_clm .text .plain {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #2c2c44;
  display: inline;
}

.column_sec .content .related_list .card_clm .text .name {
  font-size: 12px;
  margin-top: 12px;
}

.column_sec .content .related_list .card_clm .text .day {
  font-size: 12px;
  margin-top: 12px;
}

.column_sec .content .related_list .card__link {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  border-radius: 50px;
  z-index: 2;
  -webkit-transition: none;
  transition: none;
}

@media screen and (max-width: 768px) {
  .column_sec .content .related_list .card__link {
    border-radius: 30px;
  }
}

.column_sec .content .related_list .card__link:hover {
  border: 3px solid #2c2c44;
}

.column_sec .content .related_list .card__link:hover+.card_clm .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.column_sec .content .related_list .card__link:hover+.card_clm .text .plain {
  border-bottom: none;
}

.column_sec .content .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.column_sec .content .btn_area .cmn_btn01 {
  width: 350px;
}

@media screen and (max-width: 768px) {
  .column_sec .content .btn_area .cmn_btn01 {
    width: 100%;
    max-width: none;
  }
}

/* スライダー関連スタイル */
.slider-wrap {
    margin-top:4rem;
}

.slider-wrap h3 {
    border-left: 7px solid #ffc74e;
    padding-left: 1rem;
    font-weight:bold;
    font-size: 1.5em;
    margin-bottom: 2rem;
}

.auto-tools-slider {
    margin: 32px auto;
    display: flex;
    gap: 20px;
}

.auto-tools-nav {}

.auto-tools-tab {
    min-width: 266px;
    width: 100%;
    display: flex;
    margin-bottom: 0.5rem;
    align-items: flex-start;
    background: #fff;
    border: none;
    border-radius: 9px;
    padding: 0 0 0 0;
    font-size: 18px;
    font-weight: bold;
    color: #2C2C44;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(44, 44, 68, 0.06);
    transition: box-shadow 0.2s, background 0.2s;
    position: relative;
    min-height: 115px;
    height: 115px;
    overflow: hidden;
    max-width: 100%;
    flex: 1 1 0;
}

.auto-tools-tab .tab-label {
    flex: 1;
    color: #2C2C44;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.01em;
    margin-left: 20px;
    margin-top: 52px;
    text-align: center;
    display: block;
}

.auto-tools-tab .tab-num {
    position: absolute;
    top: 12px;
    left: 11px;
    background: #2C2C44;
    color: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    z-index: 2;
}

.auto-tools-tab .tab-arrow {
    background: #f7f7f7;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 12px;
    margin-left: 12px;
    transition: background 0.2s;
    border-radius: 0 9px 9px 0;
}

.auto-tools-tab.active {}

.auto-tools-tab.active .tab-num {}

.auto-tools-tab.active .tab-label {}

.auto-tools-tab.active .tab-arrow {
    background: #ffc74e;
}

.auto-tools-contents {
    flex: 1;
    background: #fff;
    border-radius: 9px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 32px 24px;
    min-height: 340px;
    position: relative;
    max-width: 854px;
    width: 100%;
}

.auto-tools-content {
    display: none;
}

.auto-tools-content.active {
    display: block;
}

.uriage {
    margin-top: 3rem;
}

.auto-tools-content-img {
    text-align: center;
}

.auto-tools-content-img img {
    max-width: 100%;
    border-radius: 8px;
}

.auto-tools-content-desc {
    display: flex;
    margin-top: 1rem;
    flex-direction: row;
    gap: 16px;
    justify-content: center;
}

.auto-tools-feature-card {
    background: #fff8e7;
    border: 2px solid #ffc74e;
    border-radius: 12px;
    width: 33%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}
.auto-tools-content-desc p{
  font-size:0.8em;
  color: #555;
  text-align:left;
  line-height: 1.6;
}

.feature-check {
    width: 2.2em;
    height: 2.2em;
    display: block;
    margin-bottom: 0.2em;
    color: #888;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
.auto-tools-slider h4{
  font-weight: bold;
    margin-bottom: 1rem;
    border-left: 3px solid #2c2c44;
    /* margin-right: 1rem; */
    padding-left: 0.5rem;
}

.auto-tools-feature-card>div:first-of-type {
    font-weight: bold;
    color: #2C2C44;
    font-size: 1.1em;
    margin-bottom: 0.8em;
    line-height: 1.5;
    text-align: center;
}

.auto-tools-feature-card>div {
    color: #555;
    font-size: 0.8em;
    line-height: 1.5;
    text-align: center;
}

/* スライド送りボタン */
.slide-nav-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    padding: 10px 0;
}

.slide-nav-btn {
    background: #2C2C44;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    transition: background 0.3s ease;
}

.slide-nav-btn:hover {
    background: #ffc74e;
}

.slide-nav-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.slide-indicator {
    display: flex;
    gap: 8px;
    align-items: center;
}

.slide-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: background 0.3s ease;
}

.slide-dot.active {
    background: #ffc74e;
}

@media (max-width: 1100px) {
    .auto-tools-contents {
        max-width: 100%;
    }
}

@media (max-width: 895px) {
    .auto-tools-slider {
        flex-direction: column;
        gap: 18px;
    }
    .content{
      width: 96%;
    }

    .auto-tools-nav {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: flex-start;
        min-width: 0;
        margin-bottom: 10px;
    }

    .auto-tools-tab {
        min-width: calc(50% - 12px);
        max-width: calc(50% - 12px);
        flex: 0 0 calc(50% - 12px);
        margin: 0;
    }

    .auto-tools-tab:nth-child(5) {
        margin-right: auto;
    }

    .auto-tools-feature-card {
        min-width: 140px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .auto-tools-nav {
        flex-direction: column;
        gap: 1rem;
    }

    .auto-tools-tab {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 60px;
        border-radius: 12px;
        background: #fff;
        padding: 0 0 0 1.2em;
        position: relative;
        font-size: 1em;
        border: none;
        margin: 0.5rem auto 0.5rem auto;
        transition: background 0.2s;
    }

    .auto-tools-tab .tab-num {
        font-weight: bold;
        background: #232a36;
        color: #fff;
        border-radius: 50%;
        width: 2em;
        height: 2em;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 1em;
        font-size: 1em;
    }

    .auto-tools-tab .tab-label {
        flex: 1;
        padding-right: 2rem;
        text-align: center;
        font-weight: bold;
        font-size: 1em;
    }

    .auto-tools-tab .tab-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.5em;
        height: 100%;
        background: #FFD25F;
        border-radius: 0 12px 12px 0;
        margin-left: 1em;
        transition: background 0.2s;
    }

    .auto-tools-tab:not(.active) .tab-arrow {
        background: #f3f3f3;
    }

    .auto-tools-tab .tab-arrow img {
        width: 1.2em;
        height: auto;
        display: block;
    }
}

@media (max-width: 430px) {
    .auto-tools-nav {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 8px;
        justify-content: flex-start;
        width: 100vw;
        min-width: 100vw;
        max-width: 100vw;
        margin-left: 50%;
        transform: translateX(-50%);
        box-sizing: border-box;
        padding: 0;
    }

    .auto-tools-tab {
        width: 350px;
        height: 60px;
        max-width: 90vw;
        min-width: 0;
        margin: 0.5rem auto;
        border-radius: 9px;
        box-sizing: border-box;
        min-height: 60px;
        padding: 0 0.5rem;
        font-size: 14px;
        background: #fff;
        box-shadow: 0 2px 8px rgba(44, 44, 68, 0.08);
        position: relative;
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
    }

    .auto-tools-contents {
        padding: 1.8rem 0.5rem;
        overflow: hidden;
        position: relative;
    }

    .auto-tools-content {
        transition: transform 0.3s ease;
    }

    .auto-tools-tab .tab-label {
        width: 100%;
        text-align: center;
        margin: 0;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 0.01em;
        display: block;
        padding-left: 0;
        position: relative;
        z-index: 1;
    }

    .auto-tools-tab .tab-num {
        position: absolute;
        left: 0.5rem;
        top: 50%;
        width: 20px;
        height: 20px;
        font-size: 11px;
        transform: translateY(-50%);
        z-index: 2;
    }

    .auto-tools-tab .tab-arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        height: auto;
        display: flex;
        align-items: center;
        border-radius: 0 9px 9px 0;
        background: #f7f7f7;
        padding: 0 12px;
        margin-left: 0;
        z-index: 2;
    }

    .auto-tools-tab.active .tab-arrow {
        background: #ffc74e;
    }

    .slider-wrap {
        padding: 2rem 0.7rem;
    }

    .slider-wrap h3 {
        font-size: 1.2em;
    }

    .auto-tools-slider {
        gap: 0;
        margin: 0;
    }

    .auto-tools-content-desc {
        display: block;
    }

    .auto-tools-feature-card {
        margin-bottom: 1rem;
        min-width: 0;
        width: 100%;
    }

    .auto-tools-feature-card>div:first-of-type {
        font-size: 1em;
    }

    .uriage {
        margin-top: 1rem;
    }
}

/* PCではスライド送りボタンを非表示 */
@media (min-width: 431px) {
    .slide-nav-buttons {
        display: none;
    }
}
