@charset "UTF-8";
.swiper-slide {
  /* 表示させる高さの調整 */
  position: relative;
  height: 99vh;
  overflow: hidden;
}
.swiper-slide .main-visual {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 9s ease;
}
.swiper-slide-active .main-visual {
  transform: scale(1.2);
}
.swiper-slide-active .hero__title {
  transform: translateX(-50%);
  opacity: 1;
}
.swiper-slide-active .hero__btn {
  transform: translateX(-50%);
  opacity: 1;
}

.hero {
  overflow: hidden;
}
.hero__title {
  position: absolute;
  top: 37.7%;
  left: 50%;
  color: #fff;
  text-align: center;
  width: 95vw;
  transform: translate(-50%, 20px);
  transition: opacity 1.2s ease 1.5s, transform 1.2s ease 1.5s;
  z-index: 10000;
}
.hero__title p {
  font-size: 37px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
  line-height: 2em;
  font-weight: 600;
}
.hero__title span {
  display: block;
}
.hero__btn {
  position: absolute;
  bottom: 42%;
  left: 50%;
  text-align: center;
  color: #fff;
  transform: translate(-50%, 20px);
  transition: opacity 1.2s ease 2.5s, transform 1.2s ease 2.5s;
  opacity: 0;
  z-index: 1;
  width: 95vw;
}
.hero__btn p {
  font-size: 40px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
  line-height: 2em;
  font-weight: 600;
}

.swiper-slide .top-img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.hero__title br {
  display: none;
}

.sub_title {
  font-size: 0.8rem !important;
  letter-spacing: 0.15rem !important;
}

.sub_title_title {
  font-size: 2.4rem !important;
  letter-spacing: 0.8rem;
}

/* *****************************************************************

Stylesheet: ベーススタイル（全て）に適応

******************************************************************/
.my-campaign-text img {
  width: 35px;
}

.archive .l-contents__container {
  padding-left: 20px;
  padding-right: 20px;
}

.movie_section {
  width: 50% !important;
  margin: 0 auto;
}

.hero__title_sp {
  display: none !important;
}

.c-entry-aside {
  display: none;
}

.menu-item a span {
  line-height: 1.4rem;
}

.pc_img {
  display: block;
}

.sp_img {
  display: none;
}

h3 {
  padding-left: 1% !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

a {
  text-decoration: none;
}

figure {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.c-entry__header {
  display: none;
}

.smb-section__background-text__text {
  letter-spacing: 0.2rem;
}

.wp-profile-box {
  display: none;
}

.back_color_section span {
  padding: 8px 12px;
}

.padding_top_Section {
  padding-top: 0px;
}

header {
  opacity: 0.9 !important;
}

.sub_page_under_line {
  border-bottom: solid 1px #333;
  padding-bottom: 5px;
}

.c-drawer__item {
  border-bottom: solid 1px #f3f3f3;
}

.c-navbar__subitem {
  border-bottom: solid 1px #f3f3f3;
}

.c-navbar__submenu {
  min-width: 280px !important;
}

.c-page-header {
  height: 350px !important;
}

/* タイトルのデザイン*/
.greeting_title_text::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1px;
  margin-right: 8px;
  background-color: #000;
  transform: translateY(-5px);
}

/* カーテンアクション */
.animation-target {
  position: relative;
  overflow: hidden;
}

.animation-target > a,
.animation-target > img {
  opacity: 0;
}

@keyframes showElements {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}
.animation-target.show > a,
.animation-target.show > img {
  animation: showElements 0.01s 0.9s forwards;
}

.animation-target::before {
  content: "";
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3 !important;
  width: 100%;
  height: 100%;
  background-color: #2a2828 !important;
  opacity: 1 !important;
  transform: translateX(-100%);
}

@keyframes showMask {
  0% {
    transform: translateX(-100%);
  }
  45%, 55% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
.animation-target.show::before {
  animation: showMask 1.8s forwards;
}

/* 下から出てくる動き */
.slide-bottom {
  opacity: 0;
  transform: translateY(80px);
  transition: all 1s 0s ease-out;
}

/* 左からフェードイン */
.slide-left {
  opacity: 0;
  transform: translate(-80px, 0);
  transition: all 1s ease-out;
}

/* 右からフェードイン */
.slide-right {
  opacity: 0;
  transform: translate(80px, 0);
  transition: all 1s ease-out;
}

.top_service .wp-block-snow-monkey-blocks-items-item-free {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-bottom: 0px !important;
}

.top_service .c-container {
  margin: 0px !important;
  max-width: 100%;
  padding: 0px !important;
}

/* フッター */
.l-footer-widget-area {
  background-color: #08315c;
  text-align: center;
  transition: all 0.8s;
  padding-top: 0PX !important;
}

.l-footer-widget-area a {
  color: #fff;
  transition: all 0.8s;
}

.l-footer-widget-area img {
  text-align: left !important;
}

.c-copyright {
  background-color: #08315c !important;
}

.wp-block-page-list {
  padding-left: 0px;
}

.l-footer-widget-area .has-text-align-left {
  margin-top: 0px !important;
  padding-bottom: 20px;
}

.l-footer-widget-area .has-text-align-left span {
  padding-top: 20px !important;
}

.last_section_button {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #08315c;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px !important;
  z-index: 100000 !important;
}

.footer_fidex_right img {
  width: 35px;
  height: auto;
  text-align: center;
}

.footer_fidex_right .smb-items__item__figure {
  margin: 0px !important;
}

.footer_fidex_right .smb-items__item__content {
  margin-top: 1px !important;
  color: #fff;
  margin-bottom: 0px !important;
}

.footer_fidex_right {
  color: #f3f3f3;
  padding-top: 2px !important;
  margin-bottom: 8px !important;
}

.footer_fidex_left img {
  width: 35px;
  height: auto;
  text-align: center;
}

.footer_fidex_left .smb-items__item__figure {
  margin: 0px !important;
}

.footer_fidex_left .smb-items__item__content {
  margin-top: 1px !important;
  color: #f3f3f3;
  margin-bottom: 0px !important;
}

.footer_fidex_left {
  background-color: #06c755;
  color: #f3f3f3;
  padding-top: 2px !important;
  margin-bottom: 8px !important;
}

.l-footer-widget-area p {
  color: #fff;
}

.footer_link {
  margin-top: 8px !important;
}

.c-row__col--lg-1-1 {
  padding: 0px !important;
}

footer .c-fluid-container {
  padding: 0px !important;
}

.footer_contact_section a:hover {
  color: #000000 !important;
}

.l-footer-widget-area__item {
  margin-bottom: 10px !important;
}

.footer_botom_section {
  padding-top: 45px;
}

/* 名前消し */
.c-meta__item--author {
  display: none !important;
}

/* 3つの理由 */
.top_first_title::before {
  position: absolute;
  background: #000;
  content: "";
  width: 50px;
  height: 3px;
  left: 0;
  top: -10px;
  margin: 0;
}

.top_first_title2 h2::before {
  position: absolute;
  background: #000;
  content: "";
  width: 50px;
  height: 3px;
  left: 48%;
  top: -10px;
  margin: 0;
}

.rec_page_banner .smb-items__banner__body {
  padding: 23px 15px;
}

.service_pege_section {
  padding: 0px !important;
}

.service_pege_section .c-container {
  margin: 0px !important;
  padding: 0px !important;
  max-width: 100% !important;
}

.top_first_title {
  margin-top: 1px !important;
}

.service_pege_section p {
  margin-top: 7px !important;
}

.service_page_img_section {
  padding: 0px !important;
}

.top_first_right {
  padding-left: 55px !important;
}

.top_first_left {
  padding-right: 55px !important;
}

/* トップページ数字 */
.count-size {
  font-size: 4.5rem !important;
  background: linear-gradient(90deg, rgb(0, 120, 227), rgb(14, 244, 255) 95%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.number_number_section {
  margin-top: 10px !important;
}

.item-list span {
  font-size: 4.5rem !important;
  background: linear-gradient(90deg, rgb(0, 120, 227), rgb(14, 244, 255) 95%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
}

.item-list {
  font-weight: 700;
  text-align: center;
  margin-top: 5px !important;
}

.top_page_top_text {
  margin-top: 0px !important;
}

/* トップページ中央、青背景箇所 */
.top_kpi_section {
  padding: 0px !important;
}

.top_kpi_section .c-container {
  margin: 0px !important;
  padding: 0px !important;
  max-width: 100% !important;
  width: 100% !important;
}

.top_kpi_section_right {
  padding-right: 6.5%;
  padding-left: 5%;
}

.top_3_section_text {
  margin-top: 0px !important;
}

/* 法人ページ */
.price_left {
  background-color: #f1f1f1;
}

.price_left li {
  border-top: solid 1px #333 !important;
  border-bottom: solid 1px #333 !important;
}

.price_center {
  background-color: #00456d;
  color: #f3f3f3;
}

.price_right {
  background-color: #f1f1f1;
}

.price_right li {
  border-top: solid 1px #333 !important;
  border-bottom: solid 1px #333 !important;
}

/* ボタンデザイン */
.button a {
  background: #ff6801;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 350px;
  padding: 20px 30px;
  font-family: "Noto Sans Japanese";
  line-height: 1.8;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  border-bottom: solid 5px #b65511;
  transition: 0.3s ease-in-out;
  font-weight: 700;
}

.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.button a:hover:after {
  right: 1.4rem;
}

.button a:hover {
  background: #ee8134;
  color: #FFF;
  border-bottom: solid 2px #999;
  transform: translateY(3px);
}

.button a:hover:before {
  color: #fff;
}

.tooltip {
  font-family: "Noto Sans Japanese";
  font-size: 100%;
  position: relative;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #eb6100;
  font-weight: 700;
}

.tooltip:before {
  margin-right: 1rem;
  content: "＼";
}

.tooltip:after {
  margin-left: 1rem;
  content: "／";
}

/* 個人ページ */
.page-id-87 .l-contents__inner {
  padding-bottom: 0px !important;
}

/* TOPページセービス箇所 */
/* セクション全体を基準化 */
.slide_section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 140px;
  color: #f3f3f3;
}

/* カラム行の設定（Snow Monkeyのcolumnsはflexなのでこれが効きやすい） */
.slide_section .wp-block-columns {
  align-items: flex-start; /* 左が上から始まるように */
  gap: clamp(16px, 2vw, 40px);
}

/* 左カラムをセクション内で追従 */
.slide_section_left {
  position: sticky;
  top: 100px;
  align-self: flex-start;
  height: -moz-fit-content;
  height: fit-content;
}

/* WP管理バーがある時の微調整（ログイン中の前提） */
@media (min-width: 783px) {
  .admin-bar .slide_section_left {
    top: 132px;
  }
}
/* モバイルでは固定を外す例（必要なら） */
@media (max-width: 767px) {
  .slide_section_left {
    position: static;
    top: auto;
  }
}
.slide_section {
  background-color: #002139;
}

.color_white {
  color: #f3f3f3;
}

.slide_section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* 大きい波はそのまま。細く薄く。 */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='800' height='56' viewBox='0 0 800 56' preserveAspectRatio='none'><path d='M0,28 Q200,0 400,28 T800,28' fill='none' stroke='%23FFFFFF' stroke-width='0.5' opacity='0.06' stroke-linecap='round'/></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='800' height='56' viewBox='0 0 800 56' preserveAspectRatio='none'><path d='M0,28 Q200,0 400,28 T800,28' fill='none' stroke='%23FFFFFF' stroke-width='0.5' opacity='0.06' stroke-linecap='round'/></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='800' height='56' viewBox='0 0 800 56' preserveAspectRatio='none'><path d='M0,28 Q200,0 400,28 T800,28' fill='none' stroke='%23FFFFFF' stroke-width='0.5' opacity='0.06' stroke-linecap='round'/></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='800' height='56' viewBox='0 0 800 56' preserveAspectRatio='none'><path d='M0,28 Q200,0 400,28 T800,28' fill='none' stroke='%23FFFFFF' stroke-width='0.5' opacity='0.06' stroke-linecap='round'/></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='800' height='56' viewBox='0 0 800 56' preserveAspectRatio='none'><path d='M0,28 Q200,0 400,28 T800,28' fill='none' stroke='%23FFFFFF' stroke-width='0.5' opacity='0.06' stroke-linecap='round'/></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='800' height='56' viewBox='0 0 800 56' preserveAspectRatio='none'><path d='M0,28 Q200,0 400,28 T800,28' fill='none' stroke='%23FFFFFF' stroke-width='0.5' opacity='0.06' stroke-linecap='round'/></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='800' height='56' viewBox='0 0 800 56' preserveAspectRatio='none'><path d='M0,28 Q200,0 400,28 T800,28' fill='none' stroke='%23FFFFFF' stroke-width='0.5' opacity='0.06' stroke-linecap='round'/></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='800' height='56' viewBox='0 0 800 56' preserveAspectRatio='none'><path d='M0,28 Q200,0 400,28 T800,28' fill='none' stroke='%23FFFFFF' stroke-width='0.5' opacity='0.06' stroke-linecap='round'/></svg>");
  background-repeat: repeat, repeat, repeat, repeat;
  /* 振れ幅キープのためタイルの高さは 56px のまま */
  background-size: 800px 56px, 800px 56px, 800px 56px, 800px 56px;
  /* 縦位置を1/4ずつずらす → 見た目の間隔=約14px */
  background-position: 0 0, 0 18px, 0 28px, 0 42px;
}

.c-prev-next-nav__item-title {
  font-size: 1rem !important;
}

@media (max-width: 1023px) {
  /******************************************************************

  Stylesheet: 1023px以下（タブレット）で適用

  ******************************************************************/
}
@media (max-width: 639px) {
  /******************************************************************

  Stylesheet: 639px以下(スマホ)で適用

  ******************************************************************/
  .movie_section {
    width: 100% !important;
    margin: 0 auto;
  }
  .c-container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .hero__title_sp {
    display: block !important;
  }
  .hero__title_pc {
    display: none !important;
  }
  .post-template .c-container {
    padding: 0px 18px !important;
  }
  .wp-block-heading {
    font-size: 1.2rem !important;
  }
  .smb-section__title {
    font-size: 1.35rem !important;
  }
  .c-site-branding__title {
    font-size: 1.3rem !important;
  }
  .page-template .c-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .swiper-slide {
    height: 93vh;
  }
  .pc_img {
    display: none;
  }
  .sp_img {
    display: block;
  }
  .hero__btn {
    bottom: 45%;
    width: 100vw;
  }
  .hero__btn p {
    font-size: 22px;
  }
  .hero__title p {
    font-size: 26px;
    letter-spacing: 0.7rem;
  }
  .hero__title_sp_title {
    line-height: 2.4rem !important;
  }
  .hero__title {
    top: 38% !important;
  }
  .sub_title {
    font-size: 0.7rem !important;
    letter-spacing: 0px;
    margin-top: 17px;
  }
  .hero__title br {
    display: block;
  }
  .top_img_second {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .top_img_first {
    -o-object-position: 70% 50%;
       object-position: 70% 50%;
  }
  .footer_left {
    text-align: center !important;
    padding-left: 0px !important;
  }
  footer .footer_logo {
    width: 70% !important;
    text-align: center;
  }
  .footer_botom_section {
    padding-top: 5px;
  }
  .footer_c_section {
    padding: 0px 15px;
  }
  .top_page_first_section {
    padding-top: 20px !important;
  }
  .c-entry-summary__title {
    font-size: 14px !important;
  }
  /* サービスページ */
  .top_page_service_section_left_title {
    padding-left: 10px;
  }
  .about_taisetu_section {
    position: relative !important;
  }
  .number_section {
    position: absolute !important;
    top: -272px;
    left: 0px;
  }
  .number_section span {
    color: #f3f3f3 !important;
    font-size: 3rem !important;
  }
  .top_first_right {
    padding-left: 13.5px !important;
  }
  /* トップページ選ばれる理由*/
  .count-size {
    font-size: 2.7rem !important;
    background: linear-gradient(90deg, rgb(0, 120, 227), rgb(14, 244, 255) 95%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .number_number_section {
    margin-top: 10px !important;
  }
  .item-list span {
    font-size: 2.7rem !important;
    background: linear-gradient(90deg, rgb(0, 120, 227), rgb(14, 244, 255) 95%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
  }
  .top_page_top_section .wp-block-snow-monkey-blocks-items-item-free {
    padding: 0px 5px !important;
  }
  .top_page_top_text {
    margin-top: auto !important;
  }
  /* セクション全体を基準化 */
  .slide_section {
    padding-top: 55px;
    padding-bottom: 86px;
  }
  .sp_zi_col_point {
    gap: 0.8rem !important;
  }
  .sp_zi_center_point strong {
    margin-left: -3.7px !important;
  }
}/*# sourceMappingURL=style.css.map */