@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #414141;
  --color-white: #ffffff;
  --color-gray:#c7c7c7;
  --color-orange: #ff942b;
  --color-lightorange: #ffb562;
  --color-whiteorange: #fff7e8;
  --color-blue: #3ab0ff;
  --color-lightblue: #79c9ff;
  --color-whiteblue: #e8f6ff;
  --color-red: #f87474;
  --color-pink: #ffecec;
  /*カレントカラー*/
  --color-current: #ff942b;
  /*テキストリンクカラー*/
  --color-textlink: #ff942b;
  /*必須ボタンカラー*/
  --color-required: #fff7e8;
  /*任意ボタンカラー*/
  --color-optional: #1035a9;
  /*ラジオボタンカラー*/
  --color-radio: #ff942b;
  /*チェックボタンカラー*/
  --color-check: #ff942b;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Zen Maru Gothic",
  sans-serif;
  /*本文*/
  --font-family-body: "Noto",
  sans-serif;
  --font-family-maru: "Zen Maru Gothic",
  sans-serif;
  --font-family-noto: "Noto",
  sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.5rem;
  /*その他テキスト*/
  --font-size-12: 1.2rem;
  --font-size-13: 1.3rem;
  --font-size-14: 1.4rem;
  --font-size-15: 1.5rem;
  --font-size-16: 1.6rem;
  --font-size-17: 1.7rem;
  --font-size-18: 1.8rem;
  --font-size-20: 2.0rem;
  --font-size-22: 2.2rem;
  --font-size-23: 2.3rem;
  --font-size-24: 2.4rem;
  --font-size-25: 2.5rem;
  --font-size-26: 2.6rem;
  --font-size-28: 2.8rem;
  --font-size-30: 3.0rem;
  --font-size-35: 3.5rem;
  --font-size-38: 3.8rem;
  --font-size-40: 4.0rem;
  --font-size-45: 4.5rem;
  --font-size-50: 5.0rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2;
  /*その他行間*/
  --line-height-5xs: 1.25;
  --line-height-4xs: 1.428;
  --line-height-3xs: 1.556;
  --line-height-2xs: 1.615;
  --line-height-xs: 1.727;
  --line-height-sm: 1.731;
  --line-height-md: 1.923;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.1em;
  /*その他文字間*/
  --letter-spacing-xs: 0.02em;
  --letter-spacing-sm: 0.03em;
  --letter-spacing-lg: 0.08em;
  --letter-spacing-xl: 0.10em;
  --letter-spacing-2xl: 0.12em;
  --letter-spacing-3xl: 0.15em;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Thin.otf) format("otf");
  font-weight: 100;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-DemiLight.otf) format("otf");
  font-weight: 200;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Light.otf) format("otf");
  font-weight: 300;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Regular.otf) format("otf");
  font-weight: 400;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Medium.otf) format("otf");
  font-weight: 500;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Bold.otf) format("otf");
  font-weight: 700;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Black.otf) format("otf");
  font-weight: 900;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #414141;
  --color-white: #ffffff;
  --color-gray:#c7c7c7;
  --color-orange: #ff942b;
  --color-lightorange: #ffb562;
  --color-whiteorange: #fff7e8;
  --color-blue: #3ab0ff;
  --color-lightblue: #79c9ff;
  --color-whiteblue: #e8f6ff;
  --color-red: #f87474;
  --color-pink: #ffecec;
  /*カレントカラー*/
  --color-current: #ff942b;
  /*テキストリンクカラー*/
  --color-textlink: #ff942b;
  /*必須ボタンカラー*/
  --color-required: #fff7e8;
  /*任意ボタンカラー*/
  --color-optional: #1035a9;
  /*ラジオボタンカラー*/
  --color-radio: #ff942b;
  /*チェックボタンカラー*/
  --color-check: #ff942b;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Zen Maru Gothic",
  sans-serif;
  /*本文*/
  --font-family-body: "Noto",
  sans-serif;
  --font-family-maru: "Zen Maru Gothic",
  sans-serif;
  --font-family-noto: "Noto",
  sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.5rem;
  /*その他テキスト*/
  --font-size-12: 1.2rem;
  --font-size-13: 1.3rem;
  --font-size-14: 1.4rem;
  --font-size-15: 1.5rem;
  --font-size-16: 1.6rem;
  --font-size-17: 1.7rem;
  --font-size-18: 1.8rem;
  --font-size-20: 2.0rem;
  --font-size-22: 2.2rem;
  --font-size-23: 2.3rem;
  --font-size-24: 2.4rem;
  --font-size-25: 2.5rem;
  --font-size-26: 2.6rem;
  --font-size-28: 2.8rem;
  --font-size-30: 3.0rem;
  --font-size-35: 3.5rem;
  --font-size-38: 3.8rem;
  --font-size-40: 4.0rem;
  --font-size-45: 4.5rem;
  --font-size-50: 5.0rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2;
  /*その他行間*/
  --line-height-5xs: 1.25;
  --line-height-4xs: 1.428;
  --line-height-3xs: 1.556;
  --line-height-2xs: 1.615;
  --line-height-xs: 1.727;
  --line-height-sm: 1.731;
  --line-height-md: 1.923;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.1em;
  /*その他文字間*/
  --letter-spacing-xs: 0.02em;
  --letter-spacing-sm: 0.03em;
  --letter-spacing-lg: 0.08em;
  --letter-spacing-xl: 0.10em;
  --letter-spacing-2xl: 0.12em;
  --letter-spacing-3xl: 0.15em;
}

@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Thin.otf) format("otf");
  font-weight: 100;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-DemiLight.otf) format("otf");
  font-weight: 200;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Light.otf) format("otf");
  font-weight: 300;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Regular.otf) format("otf");
  font-weight: 400;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Medium.otf) format("otf");
  font-weight: 500;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Bold.otf) format("otf");
  font-weight: 700;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Black.otf) format("otf");
  font-weight: 900;
}
/*opacity含めたカラー指定あればここで定義*/
/*========================
    default
========================*/
html {
  font-size: 62.5%;
  scroll-padding-top: 10rem;
}

a[href^="tel:"] {
  pointer-events: none;
}

.pc-none {
  display: none !important;
}

.wrapper {
  min-width: 1280px;
  max-width: 1920px;
  margin-inline: auto;
}

.container {
  /*ヘッダー追従の時はここにmax-width:1920px;,overflow-x:hidden;をかける*/
}

.com-inbox {
  width: 1080px;
}

section {
  padding-block: 10rem;
}

/*パンくずリスト*/
.breadcrumb {
  padding-block: 1.5rem;
}
.breadcrumb__list {
  width: clamp(1150px, 66.67vw, 1280px);
  margin-inline: auto;
  display: flex;
  justify-content: flex-start;
  gap: 0.25em;
}
.breadcrumb__item {
  display: flex;
}
.breadcrumb__item::after {
  content: "＞";
  margin-left: 0.25em;
  pointer-events: none;
}
.breadcrumb__item:last-child {
  display: block;
  max-width: 23rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb__item:last-child::after {
  display: none;
}
.breadcrumb__item a:hover {
  transition: opacity 0.3s;
}
.breadcrumb__item a:hover:hover {
  opacity: 0.5;
}

/*==============================
    各種ホバー処理
==============================*/
/*追従ボタン*/
.follow_btn {
  transition: all 0.3s;
}
.follow_btn:hover {
  bottom: 2.5rem;
}
.follow_btn:hover a {
  transition: all 0.3s;
  background-color: color-mix(in srgb, var(--color-orange), var(--color-white) 20%);
}

/*ヘッダーボタン*/
header .com-btn:hover::before {
  transition: all 0.3s;
  background: url(../img/common/icon_mail_b.png) top left/contain no-repeat;
}

/*ロゴのホバー処理*/
.logo a:hover {
  transition: opacity 0.3s;
}
.logo a:hover:hover {
  opacity: 0.5;
}

/*グローバルナビゲーション*/
.gnav__item a {
  transition: all 0.3s;
}
.gnav__item a:hover {
  color: rgba(46, 46, 46, 0.5);
}
.gnav__item a.current:hover {
  color: rgba(255, 148, 43, 0.5) !important;
}

/*ボタン*/
.com-btn--red {
  transition: all 0.3s;
}
.com-btn--red:hover {
  background-color: var(--color-white);
  color: var(--color-red);
}
.com-btn--red:hover::after {
  transition: all 0.3s;
  background: url(../img/common/arw_btn_red.svg) top left/contain no-repeat;
}
.com-btn--blue {
  transition: all 0.3s;
}
.com-btn--blue:hover {
  background-color: var(--color-white);
  color: var(--color-blue);
}
.com-btn--blue:hover::after {
  transition: all 0.3s;
  background: url(../img/common/arw_btn_blue.svg) top left/contain no-repeat;
}
.com-btn--orange {
  transition: all 0.3s;
}
.com-btn--orange:hover {
  background-color: var(--color-white);
  color: var(--color-orange);
}
.com-btn--orange:hover::after {
  transition: all 0.3s;
  background: url(../img/common/arw_btn_orange.svg) top left/contain no-repeat;
}
.com-btn--white {
  transition: all 0.3s;
}
.com-btn--white:hover {
  background-color: var(--color-blue);
  color: var(--color-white);
}
.com-btn--white:hover::after {
  transition: all 0.3s;
  background: url(../img/common/arw_btn.svg) top left/contain no-repeat;
}

.top-spend__item a {
  transition: all 0.3s;
}
.top-spend__item a:hover {
  background-size: 110% 110%;
  opacity: 0.7;
}

.top-link__item {
  transition: all 0.3s;
}
.top-link__item:hover {
  transform: translateX(10px);
  opacity: 0.8;
}
.top-link__item:hover .img-box {
  width: 18rem;
  overflow: hidden;
  border-radius: 100vh;
}
.top-link__item:hover .img-box img {
  transition: all 0.3s;
  transform: scale(1.1, 1.1);
}

.paginated__link {
  transition: all 0.3s;
}
.paginated__link:hover {
  opacity: 0.5;
}

.contact-section .com-btn:hover::before {
  transition: all 0.3s;
  background: url(../img/common/icon_mail_w.png) top left/contain no-repeat;
}

.footer__logo a {
  transition: all 0.3s;
}
.footer__logo a:hover {
  opacity: 0.5;
}

.sns__item.x a, .sns__item.ig a {
  transition: all 0.3s;
}
.sns__item.x a:hover, .sns__item.ig a:hover {
  opacity: 0.5;
}

/*==============================
    ヘッダー
==============================*/
.header {
  padding: 2rem 3rem;
  font-weight: 700;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1920px;
}
.header__logo {
  margin-bottom: 0.9rem;
}
.header .util__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
.header .gnav__item {
  font-family: var(--font-family-maru);
}
.header .gnav__item:last-child a::after {
  display: none;
}
.header .gnav__item a {
  display: flex;
  align-items: center;
  font-size: var(--font-size-15);
  padding-left: 2rem;
}
.header .gnav__item a::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.2rem;
  margin-left: 2rem;
  background-color: #c7c7c7;
}
.header .com-btn {
  font-size: var(--font-size-15);
  width: 22.5rem;
  height: 4.5rem;
}

/*==============================
    メインビジュアル
==============================*/
.mv {
  padding: 0;
  margin-top: 14rem;
}
.mv__title {
  width: clamp(641px, 50.05vw, 961px);
}
.mv__container {
  width: 96.875%;
  border-radius: 0 4rem 4rem 4rem;
}

/*==============================
    サブビジュアル
==============================*/
.sv {
  width: 96.875%;
  height: 45rem;
  margin-top: 14rem;
}
.sv__title {
  line-height: 1;
}

/*==============================
    TOP
==============================*/
/*こんなお悩みありませんか？*/
.top-worry {
  padding-block: 11rem 0;
}
.top-worry::before {
  width: clamp(437px, 34.11vw, 655px);
}
.top-worry .com-inbox {
  gap: 6.3rem;
}
.top-worry .com-inbox:first-child::after {
  width: 6.4rem;
  top: calc(100% + 5rem);
}
.top-worry .img-box {
  margin-top: 3rem;
}
.top-worry__item {
  position: absolute;
}
.top-worry__item:first-child {
  right: 0;
  top: -1rem;
  background: url(../img/top/worry_serif001.png) top left/contain no-repeat;
  padding: calc(6.2rem + (1em - 1lh) / 2) 2.3rem calc(6.2rem + (1em - 1lh) / 2) 4.9rem;
}
.top-worry__item:nth-child(2) {
  bottom: 1.5rem;
  left: -7rem;
  background: url(../img/top/worry_serif002.png) top left/contain no-repeat;
  padding: calc(6.2rem + (1em - 1lh) / 2) 3.2rem calc(6.1rem + (1em - 1lh) / 2) 6.3rem;
}
.top-worry__item:nth-child(3) {
  right: 4rem;
  bottom: 0;
  background: url(../img/top/worry_serif003.png) top left/contain no-repeat;
  padding: calc(8.1rem + (1em - 1lh) / 2) 2.8rem calc(7.8rem + (1em - 1lh) / 2) 3.3rem;
}

/*そんなあなたへ、活塾という選択肢。*/
.top-answer {
  padding-block: 23.4rem 10rem;
}
.top-answer__item {
  width: 50rem;
}
.top-answer .com-btn {
  width: 40rem;
  height: 6rem;
  margin-inline: auto;
}

/*塾生の過ごし方を見る*/
.top-spend::before {
  width: clamp(1240px, 96.88vw, 1860px);
}
.top-spend__list {
  gap: 6rem;
}
.top-spend__item a {
  width: 51rem;
  aspect-ratio: 510/300;
}

/*下層リンク*/
.top-link .com-inbox {
  padding-block: 10rem 5rem;
}
.top-link__list {
  gap: 6rem;
}
.top-link__item {
  width: 51rem;
}
.top-link__item a {
  min-height: 20rem;
}
.top-link__text {
  width: 25rem;
}
.top-link__text p {
  margin-right: -1.5em;
}

/*入塾までの流れ*/
.top-flow::before {
  top: 11.5rem;
  width: 128rem;
}
.top-flow__item {
  padding: 2.5rem 3rem;
  width: 51rem;
}
.top-flow__item::before {
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 2rem;
  aspect-ratio: 20/24;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.top-flow .com-btn {
  width: 19rem;
  height: 4.5rem;
}

/*活塾へのアクセス*/
.top-access::before {
  width: clamp(1240px, 96.88vw, 1860px);
}
.top-access__container {
  gap: 5rem;
}
.top-access .com-table {
  width: 51rem;
}
.top-access .map {
  margin-bottom: 2.2rem;
}
.top-access__box p {
  padding-right: 11.8rem;
  padding-bottom: 1.1rem;
  justify-content: space-between;
}

/*お知らせ*/
.top-news {
  padding-block: 8.3rem 10rem;
}
.top-news .com-inbox {
  gap: 7.4rem;
}
.top-news .com-news__list {
  width: 83rem;
  min-height: 19rem;
}
.top-news__title {
  margin-left: 3rem;
}
.top-news__btn {
  bottom: 4rem;
  left: 0;
  width: 20rem;
  height: 4.5rem;
  font-size: var(--font-size-15);
}

/*==============================
    特徴・理念
==============================*/
/*ここは、人生に活きる学びが得られる場所。*/
.feature-about__item {
  width: 51rem;
}

/*当塾の開設に至ったきっかけ*/
.feature-chance::before {
  width: clamp(1240px, 96.88vw, 1860px);
}

/*活塾の特徴*/
.feature-section__item {
  width: 50rem;
}

/*==============================
    過ごし方
==============================*/
/*導入*/
.spend-link__item .com-btn {
  width: 30rem;
  height: 6rem;
}

/*小学生の過ごし方*/
.spend-elementary {
  margin-bottom: 3rem;
}
.spend-elementary::before {
  width: clamp(1240px, 96.88vw, 1860px);
}

/*中学生の過ごし方*/
.spend-junior {
  margin-bottom: 3rem;
}
.spend-junior::before {
  width: clamp(1240px, 96.88vw, 1860px);
}

/*==============================
    料金
==============================*/
.price-section__btn {
  width: 48rem;
  height: 6rem;
  margin-inline: auto;
  margin-bottom: 3rem;
}
.price-section__wrap {
  justify-content: center;
  gap: 3rem;
}
.price-section__wrap .com-btn {
  width: 34rem;
  height: 6rem;
}

.price-basic::before {
  width: clamp(1240px, 96.88vw, 1860px);
}
.price-basic__list {
  gap: 10rem;
}
.price-basic--btn__list {
  gap: 4rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10rem;
}
.price-basic--btn__item {
  width: 24rem;
}
.price-basic--btn__item .com-btn {
  height: 6rem;
}

.price-course {
  padding-block: 13rem 10rem;
}
.price-course__list {
  gap: 10rem;
  margin-bottom: 10rem;
}
.price-course p {
  margin-bottom: 10rem;
}
.price-course .com-btn {
  width: 30rem;
  height: 6rem;
}

/*==============================
    よくある質問
==============================*/
.qa-section--btn__list {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 10rem;
}
.qa-section--btn__item .com-btn {
  width: 24rem;
  height: 8rem;
  padding-inline: 4rem 4.1rem;
  line-height: 1.556;
  text-align: center;
}
.qa-section__item {
  padding-block: 10rem;
}
.qa-section__item::before {
  width: clamp(1240px, 96.88vw, 1860px);
}
.qa-section__item dl {
  padding: 4rem;
}

/*==============================
    お知らせ一覧
==============================*/
.news {
  padding-bottom: 10rem;
}

/*お知らせ共通部分*/
.com-news__list {
  width: 80rem;
}
.com-news__item a:hover {
  transition: opacity 0.3s;
}
.com-news__item a:hover:hover {
  opacity: 0.5;
}

/*タグリスト(PC)
-----------------------------*/
.tag-select {
  text-align: right;
  margin-bottom: 5rem;
}
.tag-select__box {
  min-width: 24rem;
}
.tag-select__box::after {
  right: var(--font-size-18);
}
.tag-select__dropdown {
  line-height: 1;
  padding: 12px 48px 12px 12px;
  background-color: var(--color-white);
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail__box {
  padding: 4rem 4rem 6rem 4rem;
}

/*==============================
  お問い合わせ
==============================*/
.contact .com-table {
  margin-bottom: 3rem;
}
.contact .com-table th {
  width: 40rem;
}
.contact .com-table th span:not(.required-mark) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 5rem;
  width: 30rem;
  height: 6rem;
  transition: all 0.3s;
}
.contact .com-btn__wrap {
  margin-top: 3rem;
}
.contact .com-btn:hover {
  opacity: 0.5;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete__box {
  text-align: center;
}
.complete__btn {
  margin-top: 5rem;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
　プライバシーポリシー
==============================*/
.privacy__box {
  margin-bottom: 5rem;
}
.privacy__box:last-child {
  margin-bottom: 0;
}

/*==============================
    サイトマップ
==============================*/
.site .com-inbox {
  width: 70rem;
}
.site__list {
  display: flex;
  flex-direction: column;
}
.site__item {
  height: 7.5rem;
}
.site__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1rem;
}
.site__item a::after {
  content: "";
  display: block;
  width: 1rem;
  aspect-ratio: 1;
  transform: rotate(-45deg);
}
.site__item a:hover {
  transition: all 0.3s;
  opacity: 0.5;
}
.site__item a:hover::after {
  transform: rotate(-45deg) translate(5px, 5px);
  transition: all 0.3s;
}

/*==============================
    このページは存在しません
==============================*/
/*==============================
    無料体験・入塾のご相談
==============================*/
.contact-section {
  padding-block: 5.1rem 5rem;
}
.contact-section::before {
  width: clamp(1240px, 96.88vw, 1860px);
}
.contact-section__container {
  width: 65rem;
  padding: 4.5rem 5rem 5rem 5rem;
}
.contact-section__wrap {
  gap: 2.6rem;
  align-items: center;
  margin-top: 3rem;
}
.contact-section .com-btn {
  width: 24rem;
  height: 5.5rem;
}
.contact-section .com-btn::before {
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}
.contact-section .com-btn::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}

/*==============================
    フッター
==============================*/
.footer__inner {
  padding-block: 4.1rem 5rem;
  display: flex;
  justify-content: space-between;
  width: 1080px;
  margin-inline: auto;
}
.footer__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-nav__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  gap: 1em 4rem;
}
.footer-nav__item {
  line-height: 1;
  font-size: var(--font-size-14);
}
.footer-nav__item a {
  transition: all 0.3s;
}
.footer-nav__item a::before {
  content: ">";
  color: var(--color-orange);
  margin-right: 0.25em;
}
.footer-nav__item a:hover {
  opacity: 0.5;
}
.footer .sns__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3.2rem;
}
.footer .com-btn {
  width: 20rem;
  height: 4.5rem;
  font-size: var(--font-size-15);
}
.footer small {
  font-size: var(--font-size-12);
  letter-spacing: 0.13em;
  margin-top: 3.5rem;
}