@charset "utf-8";
html {

  width: 100%;
}

body, h1, h2, h3, h3, h5, p, span, a, strong {

  font-family:   "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Arial", "Helvetica Neue", "Helvetica", "メイリオ", "Meiryo", sans-serif;
  color: #333333;
  font-weight: 700;
  line-height: 1;
}

/* ポップアップの基本スタイル */

.popup-overlay {

  display: none;
  /* 初期状態で非表示 */

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.popup-content {

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  width: 300px;
  border-radius: 8px;
  text-align: center;
  position: relative;
  /* 閉じるボタン配置のために追加 */

}

.popup-content img {

  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* 閉じるボタン（右上の「×」） */

.popup-close {

  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 40px;
  padding: 2px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
  border-radius: 100px;
}

.popup-close:hover {

  color: #f44336;
  /* ホバー時に赤色に変更 */

}

/* 共通 */

body {

  padding-top: 55px;
}

.l-wrapper {

  overflow: hidden;
}

.sp, .sp_1, .is_sp, .sp_4 {

  display: none;
}

.wrapper {

  width: 1100px;
  margin: 0 auto 100px;
}

h2 {

  font-size: 43px;
  text-align: center;
  line-height: 1.4;
}

h3 {

  font-size: 23px;
  text-align: center;
  color: #f74553;
  margin-top: 15px;
}

.p_28 {

  font-size: 26px;
  line-height: 1.4;
}

.p_25 {

  font-size: 23px;
}

.p_22 {

  font-size: 20px;
  line-height: 1.4;
}

.p_20 {

  font-size: 18px;
  line-height: 1.7;
}

.p_18 {

  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

span {

  background: linear-gradient(transparent 60%, #f5e992 40%);
}

.text_gra {

  display: inline-block;
  background: linear-gradient(96deg, #4eccdb, #ad7ded 40%, #ad7ded 65%, #f74553);
  background: -webkit-linear-gradient(0deg, #4eccdb, #ad7ded 40%, #ad7ded 65%, #f74553);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a:link, a:visited {

  text-decoration: none;
}

.btn {

  display: inline-block;
  text-align: center;
  position: relative;
  font-weight: 700;
}

.btn:hover, .fotter_btn:hover, .icon:hover {

  opacity: 0.8;
}

.btn_reserve {

  color: #fff;
  background-color: #f74553;
  text-align: center;
  border-radius: 999px;
  padding: 8px 30px;
}

.btn_plan {

  color: #f74553;
  background-color: #fff;
  border: 3px solid #f74553;
  text-align: center;
  border-radius: 999px;
  padding: 8px 30px;
  -webkit-box-sizing: border-box;
}

.btn_plan:hover {

  color: #fff;
  background-color: #f74553;
  opacity: 1;
}

.btn_40 {

  display: block;
  font-size: 35px;
  width: 500px;
  padding: 20px 0;
  margin: 0 auto;
}

.btn_35 {

  display: block;
  font-size: 30px;
  width: 450px;
  padding: 20px 0;
  margin: 0 auto;
}

.btn_20 {

  display: block;
  font-size: 18px;
  width: 200px;
  padding: 10px 0;
  margin: 0 auto;
}

.img_center {

  display: block;
  margin: 0 auto;
}

.text_center {

  text-align: center;
}

/* ヘッダー */

#header {

  width: 100%;
  height: 55px;
  border-bottom: 1px solid #e5e5e5;
  position: fixed;
  background: #fff;
  z-index: 10;
  top: 0px;
}

@media (min-width: 1171px) {

  #header .wrapper {

    width: 100%;
    max-width: 1240px; /* 要素の幅 */
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    gap: 18px;
    padding-top: 3px;
    height: 100%;
    padding-left: 12px;
    padding-right: 12px;
    column-gap: 20px;
  }

  #header .header_left.pc {
    margin-right: 20px;
  }
}

.header_left {

  margin: auto 0;
}

.header_left img {

  width: 138px;
}

.header_right{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin-left: 0;
}

.header_right, .menu {

  display: flex;
  gap: 18px;
  white-space: nowrap;
}

.header_right .menu li {

  margin-right: 20px;
}

.header_right .menu li a {

  color: #333;
  font-weight: 500;
  position: relative;
}

.header_right .menu li a::after {

  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.header_right .menu li a:hover::after {

  visibility: visible;
  bottom: 1px;
  opacity: 1;
}

/* FV */

.firstview {

  background-image: url(/img/img_f/FV_01.webp?v=4);
  background-size: 1920px;
  background-position: center top;
  background-repeat: no-repeat;
}

.FV {

  width: 1100px;
  margin: 0 auto;
  padding: 35px 0 25px;
  display: flex;
  justify-content: flex-start;
  z-index: 99999;
}

.FV_left h2 {

  color: #fff;
  font-size: 65px;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: 0 0 10px #666;
  line-height: 1;
}

.FV_left h2:nth-child(1) {

  font-size: 2.8em;
}

.FV_left h1 {

  color: #3f3a39;
  margin-bottom: 50px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  padding: 7px;
  line-height: 1;
}

.FV_left img {

  display: block;
  margin: 0 auto 10px;
}

.FV_right img {

  width: 95%;
  display: block;
  margin: 0;
  transform: translateX(-10%); /* 左にずらす */

}

.FV_bottom a {

  display: block;
  width: 1100px;
  margin: auto;
}

.FV_bottom a:hover {

  opacity: 0.9;
}

.FV_bottom img {

  display: block;
  width: 1100px;
  margin: 0 auto 40px;
}

/* お客様画像横スクロール */

.content_01 {

  width: 100vw;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 100px;
}

.loop_wrap {

  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.loop_wrap li {

  width: 300px;
  height: 240px;
  text-align: center;
  margin-right: 50px;
}

.loop_wrap ul {

  display: flex;
  animation: loop-slide 30s infinite linear 1s both;
  width: auto;
  height: 240px;
  position: relative;
}

.loop_wrap .p_25 {

  margin-bottom: 10px;
}

.loop_wrap img {

  border-radius: 30px;
  width: 100%;
  height: auto;
}

@keyframes loop-slide {

  from {

    transform: translateX(0);
  }

  to {

    transform: translateX(-2450px);
  }

}

.loop_wrap .a_shadow {

  box-shadow: 0 3px 6px #a064e1;
}

.loop_wrap .b_shadow {

  box-shadow: 0 3px 6px #1faee2;
}

.loop_wrap .c_shadow {

  box-shadow: 0 3px 6px #f74553;
}

/*　強み */

.content_02 .img_center {

  margin-bottom: 30px;
}

.content_02 h2 {

  margin-bottom: 70px;
}

.content_02 .box3 {

  display: flex;
  justify-content: space-between;
}

.content_02 .box3_01 {

  width: 300px;
}

.content_02 .box3_01 h3 {

  text-align: center;
  margin-bottom: 30px;
}

.content_02 .box3_01 img {

  width: 100%;
  border-radius: 999px;
  margin-bottom: 40px;
}

/* CTA */

.col_2{
	display: flex;
	justify-content: space-between
}

.content_03 .col_2_box1 .text_center{
	margin: 35px 0;
}

.col_2_box1 strong{
	font-size: 58px;
}

.col_2_box2 .btn_plan{
	margin-bottom: 30px;
}

/* About us */

.content_04 {

  width: 100%;
  background-color: #faf5d2;
  box-shadow: inset 0px 0px 150px 0 #ffffff;
  -webkit-box-shadow: inset 0px 0px 150px 0 #ffffff;
  padding: 100px 0;
}

.content_04 .col_2 {

  width: 1100px;
  margin: 0 auto;
}

.content_04 .col_2_box1 {

  margin-top: 140px;
}

.content_04 .col_2_box2 {

  width: 545px;
  position: relative;
}

.content_04 .col_2_box2 p {

  width: 100%;
  margin: 0 0 1.5em;
  /* 左右autoを削除して通常の段落余白に */

  text-align: left;
  /* 左揃え */

  box-sizing: border-box;
  /* paddingを含めて幅を保つ */

}

.content_04 h3 {

  margin-bottom: 50px;
}

.content_04 .p_28 {

  margin-bottom: 30px;
}

/* インタビュー　interview */

#interview.wrapper {

  width: 100%;
  overflow: hidden;
}

.content_interview h3 {

  margin-bottom: 30px;
}

.content_interview .p_28 {

  text-align: center;
  margin-bottom: 70px;
}

/* 動画表示領域（表示サイズ）の設定 */

.content_interview .slide-wrapper {

  width: 100%;
  max-width: 1000px;
  margin: 0 auto
}

.slick-prev {

  left: -55px !important;
}

.content_interview .slick-slide {

  margin-right: 20px;
  margin-left: 20px;
}

/* レスポンシブ対応 */

.content_interview .slide-item {

  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.content_interview .slide-item iframe {

  position: absolute;
  top:   0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* 背景が白の場合に表示できるように黒文字としている */

.content_interview .slick-next:before {

  content: '→';
  color: #f74653;
}

.content_interview .slick-prev:before {

  content: '←';
  color: #f74653;
}

.slick-prev:before, .slick-next:before {

  font-size: 50px !important;
}

/* Plan */

#plan.wrapper {

  width: 100%;
}

.content_05 h3 {

  margin-bottom: 30px;
}

.content_05 .p_28 {

  text-align: center;
  margin-bottom: 70px;
}

.content_05 .campaign img {

  display: block;
  width: 900px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
}

.omicale_cp {

  background: #e94559;
  padding-bottom: 42.5px;
  margin-bottom: 42.5px;
}

.omicale_cp .campaign {

  position: relative;
  height: 480px;
}

.col_3 {

  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.col_3 .col_3_box {

  width: 340px;
  box-sizing: border-box;
  background: linear-gradient(120deg, #f74553, #ad7ded 50%, #4eccdb);
  padding: 2px;
  border-radius: 20px;
  position: relative;
}

.col_3:not(:last-child) {

  margin-bottom: 85px;
}

.col_3 .col_3_box .col_3_boxinner {

  background: #ffffff;
  border-radius: 20px;
  height: 100%;
  padding: 40px 10px;
  box-sizing: border-box;
  position: relative;
}

.plan_ic {

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-weight: 700;
  transform: translateY(-50%);
  background-image: url("/img/plan_i.webp");
  width: 250px;
  height: 30px;
  margin: 0 auto;
  padding: 5px 0;
  box-sizing: border-box;
}

.col_3_boxinner .table {

  height: 52px;
  margin: 0 auto 30px;
  display: table;
  text-align: center;
}

.col_3_boxinner .p_22 {

  display: table-cell;
  vertical-align: middle;
}

.col_3n .p_22 {

  display: block;
  height: 26px;
  margin-bottom: 30px;
}

.col_3_boxinner .plan_img {

  width: 280px;
  margin-bottom: 20px;
  border-radius: 20px;
}

.col_3_boxinner .p_28 {

  margin-bottom: 20px;
  line-height: 1;
}

.col_3_boxinner .p_28.discount {

  text-decoration: line-through;
  text-decoration-color: #f74553;
}

.col_3_boxinner .p_28.discount + .p_28 {

  color: #f74553;
}

.col_3_boxinner .p_28 .small {

  font-size: 16px;
  background: none;
}

.col_3_boxinner .p_20 {

  margin-bottom: 30px;
}

.col_3_boxinner .p_18 {

  margin: 0 auto 15px;
}

.col_3_boxinner .p_18 strong {

  font-size: 20px;
  font-weight: bold;
  vertical-align: top;
  color: #f74653;
}

.col_3_boxinner .left {

  width: 300px;
  text-align: justify;
  line-height: 1.4;
  height: 45px;
}

@media screen and (min-width: 1170px) {

.col_3 .col_3_box .col_3_boxinner .btn_plan,
.col_3 .col_3_box .col_3_boxinner .btn_reserve{
  display: inline-block;
}

.col_3 .col_3_box .col_3_boxinner .p_20 + .btn_plan,
.col_3 .col_3_box .col_3_boxinner .p_20 + .btn_reserve,
.col_3 .col_3_box .col_3_boxinner .p_18 + .btn_plan,
.col_3 .col_3_box .col_3_boxinner .p_18 + .btn_reserve,
.col_3 .col_3_box .col_3_boxinner .left + .btn_plan,
.col_3 .col_3_box .col_3_boxinner .left + .btn_reserve{
  margin-top: 24px !important;
}
}

.col_3m .left {

  height: 68px;
}

/* LINE */

.content_06 {

  width: 100%;
  padding: 70px 0;
  background: linear-gradient(120deg, #4eccdb, #ad7ded 50%, #f74553);
  box-shadow: inset 0px 0px 150px 0 #ffffff;
  -webkit-box-shadow: inset 0px 0px 150px 0 #ffffff;
}

.content_06 .col_2 {

  width: 1100px;
  margin: 0 auto;
  justify-content: center;
  gap: 50px;
  position: relative;
}

.content_06 .col_2_box1 h2 {

  line-height: 1.5;
}

.content_06 .col_2_box1 .img_right {

  position: absolute;
  top: 140px;
  left: -20px;
}

.content_06 .col_2_box1 .img_left {

  position: absolute;
  top: 140px;
  left: 570px;
}

.content_06 .col_2_box2 {

  margin: auto 0;
}

.content_06 .col_2_box2 a {

  font-size: 33px;
  color: #fff;
  background: #06c755;
  border-radius: 999px;
  padding: 40px 80px 40px 140px;
  background-image: url(/img/LINE_Brand_icon.png);
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: left 60px center;
}

/* 他社比較 */

.content_07 h2 {

  margin-bottom: 50px;
}

.content_07 img {

  margin: 0 auto;
}

/* メディア */

.content_08 {

  width: 100%;
  background-color: #e5e5e5;
  box-shadow: inset 0px 0px 150px 0 #ffffff;
  -webkit-box-shadow: inset 0px 0px 150px 0 #ffffff;
  padding: 40px 0;
}

.content_08 h2 {

  font-size: 33px;
  margin-bottom: 30px;
}

.content_08 .col_2 {

  width: 455px;
  margin: 0 auto;
  justify-content: left;
}

.content_08 .col_2_box1 {

  display: block;
  width: 169px;
  height:auto;
  aspect-ratio: 370 / 79;
  margin-top: auto;
}

.content_08 .col_2_box2 {

  display: block;
  height: 50px;
  margin-left: 120px;
}

/* お客様の声 */

.content_09 .voice {

  display: flex;
  gap: 50px;
  margin-top: 70px;
}

.voice .voice_1 img {

  display: block;
  width: 320px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.voice .voice_2 h3 {

  text-align: left;
  margin: 0 0 30px;
}

.voice .voice_2 p {

  font-weight: 700;
  line-height: 1.8;
  text-align: justify;
}

.content_09 a img {

  display: block;
  width: 1100px;
  margin: 70px auto 0;
}

/* カメラマン */

.content_10 h3 {

  margin-bottom: 30px;
}

.content_10 .p_28 {

  margin-bottom: 20px;
}

.content_10 .text {

  margin-bottom: 70px;
}

.col_4 {

  display: flex;
  justify-content: space-around;
  gap: 0;
  flex-wrap: nowrap;
}

@media (min-width: 1171px) {

  .content_10 .col_4 {

    display: flex;
    justify-content: center;
    /* 真ん中寄せ */

    gap: 50px;
    /* 4人版の左右間隔に近づける */

  }

}

.content_10 .col_4 .col_4_box {

  width: 250px;
  box-sizing: border-box;
  background: linear-gradient(120deg, #f74553, #ad7ded 50%, #4eccdb);
  padding: 2px;
  border-radius: 20px;
  position: relative;
}

.content_10 .col_4 .col_4_box .col_4_boxinner {

  background: #ffffff;
  border-radius: 20px;
  height: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
  position: relative;
}

.col_4_boxinner .photo_img {

  display: block;
  margin: auto;
  border-radius: 999px;
  margin-bottom: 20px;
  /* 追記 */

  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.col_4_boxinner .p_24 {

  font-size: 22px;
  margin-bottom: 20px;
}

.col_4_boxinner .p_24 span {

  font-size: 70%;
  text-decoration: none;
  font-weight: normal;
  background: none;
  vertical-align: middle;
  line-height: 1;
  padding-left: 5px;
}

.col_4_boxinner .p_18 {

  line-height: 1.4;
}

/* CTA */

.content_11 {

  width: 100%;
  padding: 100px 0;
  background-image: url(/img/img_f/cta_back.webp);
  background-size: cover;
  background-position: 50%;
  position: relative;
}

.content_11::after {

  content: "";
  background: rgba(247, 69, 83, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.content_11 .col_2 {

  position: relative;
  z-index: 1;
  width: 1100px;
  margin: 0 auto;
}

.content_11 .col_2_box2 .white {

  color: #fff;
}

.content_11 .small {

  font-size: 33px;
  color: #fff;
  background: none;
}

.content_11 h2 {

  line-height: 1.5;
  margin-bottom: 30px;
}

.content_11 p {

  margin-bottom: 50px;
}

.content_11 .col_2_box2 a {

  color: #f74553;
  background-color: #fff;
}


/* Flow */

.content_12 h3 {

  margin-bottom: 30px;
}

.content_12 .col_4_box {

  width: 260px;
}

.num {

  color: #F74553;
  font-size: 48px;
  margin-bottom: 20px;
}

.img_box {

  width: 200px;
  height: 190px;
  margin: 40px auto 30px;
}

.flow_img {

  display: block;
  max-width: 200px;
  max-height: 190px;
  margin: 0 auto;
}

.content_12 .p_18 {

  font-weight: 700;
  line-height: 1.5;
}

/* area */

.content_13 h2 span {

  display: block;
  color: #f74553;
  font-weight: normal;
  background: transparent;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.content_13 h2 span::before {

  content: '\\ ';
}

.content_13 h2 span::after {

  content: ' /';
}

.content_13 .col_6 {

  display: flex;
}

.content_13 .p_28 {

  margin-bottom: 80px;
}

.content_13 h3 {

  margin-bottom: 30px;
}

.content_13 .col_6_box {

  width: 16.6%;
  font-size: 18px;
  font-weight: bold;
  padding-left: 24px;
  position: relative;
}

.content_13 .col_6_box::before {

  content: '';
  width: 20px;
  height: 20px;
  background-image: url(/img/map.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0px;
}

.content_13 .col_6_box li {

  text-decoration: underline;
  margin-top: 20px;
}

.content_13 .col_6_box li a {

  font-size: 16px;
  font-weight: normal;
}

.slide-item {

  position: relative;
}

.modalVideo {

  position: relative;
  display: block;
  padding-top: 56.25%;
  margin-bottom: 50px;
}

.slide-item > img,.modalVideo > img {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.modalVideo > iframe {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide-item > .yt_play_icon,.modalVideo > .yt_play_icon {

  top: 50%;
  left: 50%;
  width: 68px;
  height: auto;
  transform: translate(-50%, -50%);
}

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


  /* --- concatenated (in original order) --- */
  .content_13 .col_6 {
  
      flex-direction: column;
    }
  
    .content_13 .col_6_box {
  
      width: 100%;
      margin-bottom: 50px;
    }
  
    .content_13 .col_6_box ul {
  
      display: flex;
      flex-wrap: wrap;
    }
  
    .content_13 .col_6_box li {
  
      margin-right: 20px;
    }

  /* 100vwのはみ出し対策 */
  
    .content_01 {
  
      width: 100%;
    }
  
    /* 固定幅(730/900pxなど)を100%化 */
  
    .wrapper,  .content_04 .col_2,  .content_11 .col_2,  .content_09 .voice_sp {
  
      width: 100%;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      box-sizing: border-box;
      padding-left: 16px;
      /* 余白を少し足して端ベタを回避 */
  
      padding-right: 16px;
    }
  
    /* セクション内で幅固定されていた画像を可変に */
  
    .FV_bottom a,  .FV_bottom img,  .content_07 img,  .content_09 a img {
  
      width: 100%;
      height: auto;
      max-width: 100%;
      display: block;
    }
  
    /* プランの行・カードもはみ出さないように */
  
    .col_3 {
  
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
    }
  
    .col_3 .col_3_box {
  
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
    }
  
    .col_3_boxinner .plan_img,  .col_3_boxinner .left {
  
      max-width: 100%;
    }
}


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


  /* --- concatenated (in original order) --- */
  .content_13 .p_28 {
  
      margin-bottom: 50px;
    }
  
    .content_13 .col_6 .col_6_box {
  
      text-align: left;
    }
  
    .content_13 .col_6_box li {
  
      margin-bottom: 0;
      margin-top: 15px;
    }

  .wrapper,  .content_04 .col_2,  .content_11 .col_2,  .content_09 .voice_sp,  #plan.wrapper,  .content_05 {
  
      padding-left: 20px;
      padding-right: 20px;
    }
  
    /* 既存：.col_3 .col_3_box { width:500px; } を確実に上書き */
  
    .col_3 .col_3_box {
  
      width: 100% !important;
    }
}


/* FAQ */

.content_14 {

  width: 1040px;
}

.qa-list dl {

  position: relative;
  margin: 0;
  padding: 50px 80px 50px 30px;
  cursor: pointer;
  border-bottom: 1px solid #333;
}

.qa-list dl:first-child {

  border-top: 1px solid #333;
  margin-top: 50px;
}

.qa-list dl::before {

  position: absolute;
  top: 50px;
  right: 35px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #F74553;
  border-right: 2px solid #F74553;
}

.qa-list .open::before {

  transform: rotate(-45deg);
}

.qa-list dl dt {

  position: relative;
  margin: 0;
  padding: 0 0 0 50px;
  font-weight: bold;
  font-size: 18px;
}

.qa-list dl dt .q {

  font-size: 18px;
  line-height: 1;
  position: absolute;
  top: -8px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: none;
  background-color: #F74553;
  border-radius: 999px;
  width: 30px;
  height: 30px;
}

.qa-list dl dd .a {

  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  top: -3px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F74553;
  text-align: center;
  vertical-align: middle;
  background: none;
  background-color: #fff;
  border: 2px solid #F74553;
  border-radius: 999px;
  width: 27px;
  height: 27px;
}

.qa-list dl dd {

  position: relative;
  display: none;
  height: auto;
  margin: 30px 0 0;
  padding: 0 0 0 50px;
}

.qa-list dl dd p {

  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  margin: 30px 0 0;
  text-align: justify;
}

.qa-list dl dd p:first-child {

  margin-top: 0;
}

/* フッター */

footer {

  width: 100%;
  background: #efefef;
  padding: 40px 0;
  margin-bottom: 130px;
}

.flex_icon {

  width: 500px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
}

.icon img {

  height: 35px;
}

.flex {

  width: 400px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
}

ul li a {

  font-size: 16px;
}

.log img {

  display: block;
  max-width: 390px;
  margin: 0 auto 30px;
}

.copyright {

  font-size: 16px;
  text-align: center;
}

/* 追従ボタン */

.bottom_btn {

  width: 100%;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.8);
  padding: 30px 0;
  padding-top: 40px;
}

.bottom_btn .bottom_pr {

  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  width: 48%;
  top: 12.5px;
  font-weight: 100;
  text-align: center;
  font-size: 110%;
}

.bottom_btn .bottom_pr strong {

  font-weight: bold;
  font-size: 150%;
  color: #f74553;
}

.modal-btn {

  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
  border-width: 2px;
  max-width: 380px;
}

.slick-dotted.slick-slider {

  margin-bottom: 60px !important;
}

/* モーダルCSSここから */

.modalArea {

  /* displayではなくvisibility */

  position: fixed;
  z-index: 20;
  /* サイトによってここの数値は調整 */

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
  transform: translateY(calc(100% + 60px));
}

.modalBg {

  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  transition: .4s;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalHeader {

  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.modalHeader p {

  font-size: 17px;
}

.modalWrapper {

  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 12px 12px 0 0;
  max-width: 700px;
  width: 100%;
}

.modalContents {

  overflow-y: scroll;
  padding: 0 20px;
  height: calc(100vh - 150px);
}

.closeModal {

  position: absolute;
  top: 50%;
  right: 20px;
  cursor: pointer;
  transform: translateY(-50%);
  font-size: 2rem;
}

.is-show {

  /* モーダル表示用クラス */

  transform: translateY(0);
}

.is-show+.modalBg {

  visibility: visible;
  opacity: 1;
}

.is-modal {

  height: 100%;
  overflow: hidden;
}

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


  /* --- concatenated (in original order) --- */
  .modalVideo {
  
      margin-bottom: 18px;
    }
  
    .modalContents {
  
      padding: 0 10px;
    }
}


.slick-prev, .slick-next {

  width: 38px !important;
  height: 38px !important;
  transform: translateY(-50%) !important;
  z-index: 5;
  background-color: #ff848e !important;
  transition: .3s;
}

.slick-prev:hover, .slick-next:hover {

  opacity: 0.7;
}

.slick-dots li {

  height: 30px !important;
}

.slick-dots {

  bottom: -34px !important;
}

.slick-next {

  right: -54px !important;
}

.slick-prev {

  left: -54px !important;
}

.content_interview .slick-prev:before,.content_interview .slick-next:before {

  content: '';
}

.content_interview .slick-next:after,.content_interview .slick-prev:after {

  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-top: 6px solid #fff;
  position: absolute;
  top: 25%;
  left: 15%;
}

.content_interview .slick-next:after {

  border-right: 6px solid #fff;
  rotate: 45deg;
  left: 15%;
}

.content_interview .slick-prev:after {

  border-left: 6px solid #fff;
  rotate: -45deg;
  left: 30%;
}

/* お客様の声スライダー */
/* ベース（共通） */
.content_09 .voice_slide{
  width:100%;
  max-width:800px;
  margin:24px auto 0;
  position:relative;
  overflow:visible;
}
.content_09 .voice_slide img,
.content_09 .voice_slide .slick-slide img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  margin:0 auto;
}
.content_09 .voice_slide .slick-list{
  overflow:hidden !important;
  box-sizing:border-box;
}

/* 矢印デザイン */
.content_09 .voice_slide .slick-prev,
.content_09 .voice_slide .slick-next{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:10;
  width:38px; height:38px;
  background:#ff848e;
  transition:none !important;
  opacity:1 !important;
  visibility:visible !important;
}
.content_09 .voice_slide .slick-prev:before,
.content_09 .voice_slide .slick-next:before{ content:'' !important; }
.content_09 .voice_slide .slick-prev:after,
.content_09 .voice_slide .slick-next:after{
  content:''; display:block; width:14px; height:14px; border-top:6px solid #fff;
  position:absolute; top:25%;
}
.content_09 .voice_slide .slick-next:after{ border-right:6px solid #fff; rotate:45deg; left:15%; }
.content_09 .voice_slide .slick-prev:after{ border-left:6px solid #fff;  rotate:-45deg; left:30%; }

/* ドット位置 */
.content_09 .voice_slide .slick-dots{ bottom:-34px !important; }

/* === 761px以上（PC） === */
@media (min-width:761px){
  .content_09 .voice_slide .slick-slide{
    width:300px !important;
    margin:0 40px !important;
    transition:transform .3s ease;
  }
  .content_09 .voice_slide .slick-prev{
    left:-60px !important;
    transform:translateY(-50%) !important;
  }
  .content_09 .voice_slide .slick-next{
    right:-60px !important;
    transform:translateY(-50%) !important;
  }
}

/* === 760px以下（スマホ〜タブ共通） === */
@media (max-width:760px){
  html, body{ overflow-x:hidden !important; } /* 横揺れ防止 */
  .content_09{
    padding: 0 !important;
    overflow: visible !important;
  }

  /* slick初期指定の打ち消し */
  .content_09 .voice_slide .slick-track{
    display:block !important;
    justify-content:initial !important;
    align-items:initial !important;
  }

  /* スライダー本体 */
  .content_09 .voice_slide{
    width:100%;
    max-width:none;
    margin:24px 0 0 !important;
    padding:0;
    overflow:visible;
  }

  /* 画像スライド */
  .content_09 .voice_slide .slick-slide{
    width: clamp(260px, 50vw, 420px) !important;
    margin:0 !important;
    padding:0 20px;
    box-sizing:border-box;
  }

  /* 画像のみを縮小。中央基準で見た目は自然 */
  .content_09 .voice_slide .slick-slide img{
    width:100%;
    margin:0 auto;
    display:block;
    transition:width .3s ease;
  }

  /* 覗き量（チラ見え） */
  .content_09 .voice_slide .slick-list{
    width:100%;
    max-width:100%;
    margin:0 auto;
    overflow: visible !important;
  }

  /* 内側ピッタリ矢印 */
  .content_09 .voice_slide .slick-prev{
    left:0 !important;
    transform:translateY(-50%) !important;
  }
  .content_09 .voice_slide .slick-next{
    right:0 !important;
    transform:translateY(-50%) !important;
  }

  /* ドット */
  .content_09 .voice_slide .slick-dots{
    position:static;
    bottom:auto;
  }
}

/* SNSアイコン */

@media (min-width: 1171px) {

  .header_right {

    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:14px;
  }

  .header_right .menu {

    display:flex;
    gap:20px;
    margin-right:auto;
  }

  .sns_icons {

    display:flex;
    align-items:center;
    gap:12px;
    order:2;
  }

  .btn_reserve {

    order:3;
    white-space:nowrap;
  }

}

@media (min-width: 1171px) {

  .sns_icons img,  .icon_x img,  .icon_line img {

    width: 22px !important;
    height: 22px !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain;
    display: block;
    flex: 0 0 auto;
  }

  /* PCではスマホ用UIを消す */

  .sns_icons_sp,  .openbtn,  #g-nav {

    display: none !important;
  }

}

@media screen and (min-width: 761px) and (max-width: 1170px) {
  .content_02 .box3 {
    display: flex;
    justify-content: center;  /* 中央寄せに変更 */
    flex-wrap: nowrap;
    gap: clamp(16px, 5vw, 60px); /* 余白は可変のまま */
    padding: 0 clamp(8px, 3vw, 40px); /* 左右にバランス用のパディング */
  }

  .content_02 .box3_01 {
    flex: 0 0 auto;
    width: 300px;
  }

  .content_02 .box3_01 img {
    width: 100%;
    height: auto;
  }
}
