@charset "UTF-8";

/*border*/

.border-bottom-white-1px {
  border-bottom: solid 1px #ffffff;
}

.border-gray-1px {
  border: solid 1px #777777;
}

.border-yellow-1px {
  border: solid 1px #E7C73D;
}

.border-lightblue-5px {
  border: solid 5px #5E8CA8;
}

.border-md-right {
  border-right: none;
}
@media screen and (min-width: 768px) {
  .border-md-right {
    border-right: solid 2px #222222;
    height:400px;
  }
}

/*width*/

.w450px {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .w450px {
    width: 450px;
  }
}

.width150px-200px {
  width: 150px;
}

@media screen and (min-width: 768px) {
  .width150px-200px {
    width: 200px;
  }
}

.width150px-300px {
  width: 150px;
}

@media screen and (min-width: 768px) {
  .width150px-300px {
    width: 300px;
  }
}

/*height*/


/*位置*/
.transform-translate-n50 {
  transform: translate(-50%, -50%);
}

.top--15 {
  top: -15%;
}

.top-0 {
  top: 0;
}

.top-5 {
  top: 5%;
}

.top-10 {
  top: 10%;
}

.top-15 {
  top: 15%;
}

.top-40 {
  top: 40%;
}

.bottom-0 {
  bottom: 0%;
}

.bottom-5 {
  bottom: 5%;
}

.bottom-10 {
  bottom: 10%;
}

.bottom--5 {
  bottom: -5%;
}

.bottom--10 {
  bottom: -10%;
}

.left-5 {
  left:5%;
}

.left-15 {
  left:15%;
}

.left-60 {
  left:60%;
}

.left-50 {
  left:50%;
}

.right-5 {
  right:5%;
}

.right-10 {
  right:10%;
}

.z-99 {
  z-index: 99 !important;
}

.z-999 {
  z-index: 999 !important;
}

.z-9999 {
  z-index: 9999 !important;
}

.overflow-x-auto {
  -webkit-overflow-scrolling: touch;
  /* iOSの慣性スクロール対応 */
  scrollbar-width: none;
  /* Firefoxでスクロールバー非表示 */
}

.overflow-x-auto::-webkit-scrollbar {
  display: none;
  /* Chrome/Safariでスクロールバー非表示 */
}

/* 下層パンくず */
.breadcrumb {
  --bs-breadcrumb-divider: ">";
}

.breadcrumb li a {
  color:#777777 !important;
  text-decoration: none;
}

/* フォントサイズ */
@media screen and (min-width: 768px) {
  .fs-lg-12 {
      font-size: 3.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .fs-lg-10 {
      font-size: 3rem !important;
  }
}

.fs15px-20px {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .fs15px-20px {
      font-size: 20px;
  }
}

.fs12px-14px {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .fs12px-14px {
    font-size: 14px;
  }
}

.fs36px-60px {
  font-size: 36px;
}
@media screen and (min-width: 768px) {
  .fs36px-60px {
    font-size: 60px;
  }
}

.fs16px-24px {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .fs16px-24px {
    font-size: 24px;
  }
}

.fontsize24px-56px {
  font-size:24px;
}
@media screen and (min-width: 992px) {
  .fontsize24px-56px {
    font-size:56px;
  }
}

/* テキスト飾り */
.text-border-bottom-blue {text-align:center;padding-bottom:10px;}
.text-border-bottom-blue::after {
    content:'';
    display:block;
    width:65px;
    height:3px;
    background:#1247ba;
    margin:8px auto 0;
}

/* ボタン */
.btn-red {
  position: relative;
  display: inline-block;
  padding: 20px 0;
  background-color: #F71524;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border:solid 2px #ffffff;
}

.btn-red:hover {
  opacity: 0.8;
}

.btn-gray {
  position: relative;
  display: inline-block;
  padding: 20px 0;
  background-color: #555555;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border:none;
}

.btn-gray:hover {
  opacity: 0.8;
}

.btn-circle-right::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 22px;
  height: 22px;
  margin: auto;
  border-radius: 20px;
  background-color: #fff;
}
.btn-circle-right::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #F71524;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}

/* top */

.fv {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height:360px;
  width:100%;
  position: relative;
  background-image: url(../../lp/img/bg-fv.jpg);
}

@supports (background-image: url(../../lp/img/bg-fv.webp)) {
  .fv {
    background-image: url(../../lp/img/bg-fv.webp);
  }
}
@media screen and (min-width: 400px) {
  .fv {
    height:450px;
  }
}

@media screen and (min-width: 991.5px) {
  .fv {
    height:600px;
  }
}

.fv-cta {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%); 
  width:300px;
}
@media screen and (min-width: 991.5px) {
  .fv-cta {
    width:460px;
  }
}

.fv-cta:hover {
  opacity: 0.8;
  cursor: pointer;
}

.fv-text {
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.8); /* 黒い影を追加 */
}

.sub {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width:100%;
  background-image: url(../../lp/img/bg-sub.jpg);
}

@supports (background-image: url(../../lp/img/bg-sub.webp)) {
  .sub{
    background-image: url(../../lp/img/bg-sub.webp);
  }
}

.sub-text {
  text-shadow: 4px 4px 30px rgba(0, 0, 0, 0.8); /* 黒い影を追加 */
}

#section01 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../lp/img/bc_section01.png);
}

#section02 {
  background-image: url(../../lp/img/bc_section02.png);
  background-size: cover 300px;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

#section04 {
  background-image: url(../../lp/img/bc_section04.png);
  background-size: cover 250px;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

#section06 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../lp/img/bg_message.png);
}

.inquiry {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../lp/img/bc_section01.png);
}

.writer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../lp/img/bg-writer.png);
}

.contact {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../lp/img/bg_contact.png);
}

/* サイト全体で横へのはみ出しを禁止する */
body {
  overflow-x: hidden;
}

/* リストのスタイル */

.checkmark-list {
  list-style: none; /* デフォルトのリストマークを削除 */
  padding: 0;
  margin: 0;
}

.checkmark-list li {
  position: relative;
  padding-left: 24px; /* チェックマークのスペースを確保 */
}

.checkmark-list li::before {
  content: "✔"; /* チェックマークを追加 */
  position: absolute;
  left: 0;
  top: 0;
  color: #111111; /* チェックマークの色を設定 */
  font-size: 16px; /* チェックマークのサイズを調整 */
  line-height: 1.5; /* 縦方向の位置を調整 */
}

/* 吹き出しのスタイル */

.speech-bubble {
  position: relative; /* 吹き出しの位置を調整するために relative を設定 */
  background: rgba(255, 255, 255, 0.8); /* 白色を半透明に設定 */
  border-radius: 20px; /* 角を丸くする */
  padding: 10px; /* 内側の余白 */
  text-align: center; /* テキストを中央揃え */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 影を追加して立体感を出す */
  margin: 0 auto; /* 中央揃え */
  width: 90%; /* コンテンツに合わせた幅 */
  z-index: 2; /* 吹き出しを上に表示 */
  top: 10px; /* 下の要素に少し重ねる */
  transform: translateY(10px); /* 下方向に10px移動 */
  font-size:15px;
}

.speech-bubble::after {
  content: ""; /* 吹き出しの矢印を作成 */
  position: absolute;
  bottom: -16px; /* 吹き出しの下に矢印を配置 */
  left: 50%; /* 矢印を中央に配置 */
  transform: translateX(-50%);
  border-width: 10px; /* 矢印のサイズ */
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent; /* 矢印の色を半透明に設定 */
}

@media screen and (min-width: 992px) {
  .speech-bubble {
    padding: 20px; /* 内側の余白 */
    font-size:18px;
  }
}


.text-attention {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  color:#ffffff
}
     
.text-attention:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 2px;
  height: 80%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(-25deg);
}
     
.text-attention:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 2px;
  height: 80%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(25deg);
}

@media screen and (min-width: 992px) {
  .text-attention {
    padding: 0 30px;
  }
}

/* 初期状態（透明 + 下に少しずらす） */
.fade-in {
  opacity: 0; /* 完全に透明 */
  transform: translateY(20px); /* 下に20px移動 */
  transition: opacity 0.8s ease, transform 0.8s ease; /* アニメーションの設定 */
}

/* 表示時の状態 */
.fade-in.show {
  opacity: 1; /* 不透明にする */
  transform: translateY(0); /* 元の位置に戻す */
}

.button-scale {
  display: inline-block; /* インラインブロック要素に設定 */
  transition: transform 0.3s ease; /* 拡大アニメーションをスムーズにする */
}

.button-scale:hover {
  transform: scale(1.1); /* マウスオーバー時に拡大 */
}

/* 下層パンくず */
.breadcrumb {
  --bs-breadcrumb-divider: "|";
}

.form-label {
  width: 30%;
}