@charset "UTF-8";
.swiper-slide {
  /* 表示させる高さの調整 */
  position: relative;
  height: 98vh;
  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: 36%;
  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: 40px;
  letter-spacing: 0.6rem;
  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: 18px !important;
  letter-spacing: 0.15rem !important;
  margin-top: 5px;
}

.sub_title br {
  display: block;
}

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

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

******************************************************************/
.top_first_me_section .c-container {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.sp_top_new_first .c-container {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 20px !important;
  padding-bottom: 30px !important;
}

.social-nav img {
  width: 27px;
  height: 27px;
  margin-top: -5px;
}

.social-nav {
  list-style: none;
  padding-left: 0px;
  width: 27px;
  height: 27px;
}

.wp-singular .page_first_cover {
  min-height: 93vh !important;
}

/* スライド */
.infinite-slider {
  overflow: hidden;
  width: 100%;
  background: transparent; /* 背景はお好みで */
}

.slider-track {
  display: flex;
  width: 2800px; /* 画像の幅×枚数（4枚×2周分） */
  animation: scroll 40s linear infinite;
}

.slider-track img {
  width: 350px;
  height: auto;
  margin-right: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Loading背景画面設定*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #161616;
  text-align: center;
  color: #fff;
  /* Loading画像中央配置*/
}
#splash_logo {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  /* Loading アイコンの大きさ設定*/
}
#splash_logo img {
  width: 280px;
  margin-top: 30px;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.TextTyping {
  font-size: 0px;
}

.TextTyping span {
  display: none;
}

/*文字列後ろの線の設定*/
.TextTyping::after {
  content: "|";
  animation: typinganime 3s ease infinite;
}

@keyframes typinganime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.TextTyping span {
  font-size: 2.8rem;
}

header a span {
  color: #f3f3f3;
}

[data-scrolled=true] .l-header--sticky-overlay-colored-lg {
  background-color: #000 !important;
  opacity: 0.9;
}

.p-global-nav .c-navbar__submenu {
  background-color: #161616;
}

.c-drawer {
  background-color: #161616 !important;
}

.c-site-branding__title .custom-logo {
  max-width: 14% !important;
}

.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: #f7f7f7;
  transform: translateY(-13px);
}

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

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

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

/* カーテンアクション */
.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: #161616;
  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: #161616 !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: #161616;
  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;
}

.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;
}

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

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

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

.c-row__col--lg-1-1 {
  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;
}

.footer_botom_section .c-row[data-lg-columns="4"] {
  --_item-width: 34%;
}

.footer_bottom_left {
  max-width: 31% !important;
  padding-left: 5% !important;
}

.footer_bottom_center {
  max-width: 23%;
}

.footer_bottom_right {
  max-width: 23%;
}

.smb-items__item__content {
  margin-bottom: 0px !important;
}

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

/* 名前消し */
.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;
}

/* バナー */
.top_page_banner_section {
  padding-top: 40px;
  padding-bottom: 20px;
}

/* トップページメニュー */
.top_page_menu_section .wp-block-snow-monkey-blocks-items-item-free {
  border: solid 1px #e6e2e2;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 3px;
}

.top_page_menu_section .c-row[data-lg-columns="4"] {
  --_item-width: 24%;
}

/* トップページお知らせ */
.top_page_news_section {
  padding-top: 20px;
}

.top_page_menu_section {
  position: relative;
  background-color: #000; /* 黒背景 */
  z-index: 0;
  overflow: hidden;
}

.top_page_menu_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background-image: repeating-linear-gradient(45deg, #ccc 0px, #ccc 1px, transparent 1px, transparent 4px);
  opacity: 0.2; /* お好みで透明度を調整 */
  z-index: 1;
  pointer-events: none;
}

.top_page_menu_section figure {
  z-index: 100 !important;
}

/*ボタンデザイン*/
.button a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 220px;
  padding: 10px 24px 10px 54px;
  line-height: 1.8;
  text-decoration: none;
  color: #b98907;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  margin-bottom: 10px !important;
}

.button a:before, .button a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}

.button a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.6rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}

.button a:after {
  left: 13px;
  background: linear-gradient(90deg, #C28840 0%, #FFD700 60%, #B6862C 100%);
  z-index: 1;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.button a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}

.button a:hover span {
  color: #000;
}

.button a:hover:before {
  left: 2.5rem;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}

.button a:hover:after {
  right: 0;
  width: 100%;
  background: linear-gradient(90deg, #C28840 0%, #FFD700 60%, #B6862C 100%);
}

.button_left a {
  align-items: start;
  margin: 0;
}

.button {
  margin-top: 15px !important;
}

/* 全下層ページpadding調整 */
.l-contents__inner {
  padding-top: 0px !important;
}

/* 矢印 */
.scroll-indicator {
  position: fixed;
  bottom: 10vh;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  font-family: "Yu Gothic", sans-serif;
  font-size: 14px;
  z-index: 10;
}

.scroll-text {
  letter-spacing: 2px;
  margin-bottom: 8px;
  display: block;
}

.scroll-arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  animation: arrowBounce 1.5s infinite;
}

@keyframes arrowBounce {
  0%, 100% {
    transform: translateY(0) rotate(45deg);
    opacity: 1;
  }
  50% {
    transform: translateY(8px) rotate(45deg);
    opacity: 0.6;
  }
}
.scroll-indicator.hide {
  opacity: 0;
  pointer-events: none;
}

/*各ページのTOP画像内のテキスト*/
.page_top_img_text {
  writing-mode: vertical-rl;
}

/*753ページ*/
.page753_reco_sectionn {
  position: relative;
  background-color: #000; /* 黒背景 */
  z-index: 0;
  overflow: hidden;
}

.page753_reco_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(45deg, #ccc 0px, #ccc 1px, transparent 1px, transparent 4px);
  opacity: 0.2; /* お好みで透明度を調整 */
  z-index: 1;
  pointer-events: none;
}

.page753_reco_section .smb-panels__item {
  z-index: 100 !important;
}

.page753_reco_section .smb-spider-contents-slider__item {
  background-color: #fff !important;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
}

.page_753_slide {
  color: #000;
  z-index: 100 !important;
}

.spider__arrow[data-direction=next]:before {
  border-right: 2px solid #000 !important;
  border-top: 2px solid #000 !important;
  z-index: 100;
}

.spider__arrow[data-direction=prev]:before {
  border-bottom: 2px solid #000 !important;
  border-left: 2px solid #000 !important;
  z-index: 100;
}

.page753_info_section .smb-spider-contents-slider__item {
  background-color: #fff !important;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 30px;
}

.page753_info_section p {
  padding-left: 10px;
  padding-right: 10px;
}

.page753_info_section figure {
  z-index: 1;
}

.page753_cus_section .smb-tabs__tab {
  color: #f7f7f7;
  background-color: #0f0f0f;
}

/* 受験ページ */
.zyu_page_box_section {
  margin-top: 10px !important;
}

/* ヘッダーSNSアイコン */
.my-campaign-text {
  width: auto !important;
  max-width: none !important;
}

.my-campaign-text .container {
  width: 100% !important;
  max-width: none !important;
}

.my-campaign-text .social-nav {
  display: flex !important;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  width: auto !important;
  max-width: none !important;
  margin-top: 5px;
}

.my-campaign-text .social-nav__icon {
  flex: 0 0 auto; /* 幅に縛られずアイコンサイズに合わせる */
}

.my-campaign-text .social-nav__icon img {
  width: 30px !important;
  height: 30px !important;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.nyu_cover .wp-block-cover__image-background {
  background-position: 72% 40% !important;
}

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

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

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

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

  ******************************************************************/
  .sp_menu_new .c-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .social-nav img {
    width: 25px;
    height: 25px;
    margin-top: -8px;
    margin-right: 3px;
  }
  .social-nav {
    list-style: none;
    padding-left: 0px;
    width: 25px;
    height: 25px;
  }
  /* Loading背景画面設定*/
  #splash .img {
    width: 200px;
  }
  .TextTyping span {
    font-size: 1.3rem;
  }
  /*ボタンデザイン*/
  .button a {
    max-width: 220px;
    padding: 10px 2px 10px 32px;
  }
  .button a:before {
    left: 1.3rem;
  }
  .button a:after {
    width: 1.7rem;
    height: 1.7rem;
  }
  .button a span {
    position: relative;
    transition: all 0.3s;
    z-index: 3;
  }
  .button span {
    font-size: 0.9rem;
  }
  /* フッター */
  .footer_bottom_left {
    max-width: 100% !important;
    padding-left: 0% !important;
  }
  .footer_bottom_center {
    max-width: 100%;
  }
  .footer_bottom_right {
    max-width: 100%;
  }
  footer figure img {
    margin: 0 auto !important;
  }
  footer .c-row--margin {
    --_gap:0!important;
  }
  footer .c-fluid-container {
    padding: 0px !important;
  }
  .c-site-branding__title .custom-logo {
    max-width: 36% !important;
  }
  .l-header .c-hamburger-btn__bar {
    background-color: #f3f3f3;
  }
  .c-hamburger-btn__label {
    color: #f3f3f3;
  }
  .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: 70vh;
  }
  .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.2rem;
  }
  .hero__title_sp_title {
    line-height: 2.9rem !important;
  }
  .hero__title {
    top: 38% !important;
  }
  .sub_title {
    font-size: 12px !important;
    letter-spacing: 0px !important;
  }
  .hero__title br {
    display: block;
  }
  .top_img_second {
    -o-object-position: 50% 50%;
       object-position: 50% 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: 1rem !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 {
    font-size: 3rem !important;
  }
  .top_first_right {
    padding-left: 13.5px !important;
  }
  /* トップページメニュー */
  .top_page_menu_section .wp-block-snow-monkey-blocks-items-item-free {
    border: solid 1px #e6e2e2;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 3px;
  }
  .top_page_menu_section .c-row[data-lg-columns="4"] {
    --_item-width: 48%;
  }
  /* 受験ページ */
  .zyu_page_price_section .wp-block-column p {
    padding-left: 10px;
    padding-right: 10px;
  }
  .zyu_page_price_section .zyu_page_price_right {
    padding-bottom: 25px;
  }
  /* ヘッダーSNSアイコン */
  .my-campaign-text .social-nav {
    gap: 10px;
    margin-right: 35px !important;
    margin-top: 5px;
  }
  .top_img_third {
    -o-object-position: 65% 49% !important;
       object-position: 65% 49% !important;
  }
}/*# sourceMappingURL=style.css.map */