@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: min(2.22vw, 10px);
  scroll-padding-top: 10rem;
}

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

.wrapper {
  min-width: 320px;
  line-height: 1.6;
}

.container {
  overflow-x: hidden;
}

.com-inbox {
  width: 90%;
}

.inline-block {
  display: inline-block;
}

section {
  padding-block: 6rem;
}

/*パンくずリスト非表示*/
.breadcrumb {
  display: none;
}

/*ボタン*/
.com-btn {
  width: 100%;
  max-width: 250px;
  margin-inline: auto;
  min-height: 60px;
  padding-inline: 2rem;
  text-align: center;
}
.com-btn::after {
  width: 1rem;
  right: 1rem;
}

/*追従ボタン*/
.follow_btn {
  right: 1rem;
  bottom: 6rem;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 {
  line-height: var(--line-height-4xs);
  gap: 1rem;
}
.com-title01 span {
  font-size: 3.3rem;
}
.com-title01::before, .com-title01::after {
  flex-shrink: 0;
}
.com-title01--white {
  gap: 1rem;
}
.com-title01--white::before, .com-title01--white::after {
  width: 1.9rem;
}

.com-title02 {
  line-height: var(--line-height-5xs);
}

/*==============================
    ヘッダー
==============================*/
.header {
  height: 10rem;
}
.header__inner {
  padding: 1.5rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.header__logo {
  height: 5rem;
}

/*==============================
    メインビジュアル
==============================*/
.mv {
  padding-block: 0;
  margin-top: 10rem;
  display: flex;
  flex-direction: column-reverse;
}
.mv__container {
  height: 30rem;
  width: 100%;
  aspect-ratio: unset;
  background-position-x: center;
}
.mv__title {
  position: relative;
  top: unset;
  left: unset;
  font-family: var(--font-family-maru);
  font-weight: 700;
  padding-block: 4rem 3rem;
}
.mv__title .main {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: var(--font-size-35);
  margin-bottom: 3rem;
}
.mv__title .main strong {
  font-size: var(--font-size-40);
}
.mv__title .main .main-copy {
  display: flex;
  justify-content: center;
  gap: 0.5em;
}
.mv__title .main .main-copy img {
  width: 80%;
  height: 80%;
  vertical-align: middle;
}
.mv__title .sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.mv__title .sub span:not(.inline-block) {
  display: block;
  background-color: #fff3de;
  border-radius: 0.5rem;
  padding: 0.5rem 0.8rem;
  text-align: center;
  font-size: var(--font-size-20);
  max-width: 90%;
}
.mv__title .sub span:not(.inline-block) strong {
  color: var(--color-orange);
  font-size: var(--font-size-26);
}

/*==============================
    サブビジュアル
==============================*/
.sv {
  height: 30rem;
  width: 95%;
  border-radius: 1.5rem;
  margin-top: 10rem;
}
.sv__title {
  font-size: var(--font-size-30);
  padding: 1rem 2.5rem 1.2rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
}

.qa_sv {
  margin-bottom: 5rem;
}

/*==============================
    TOP
==============================*/
/*こんなお悩みありませんか？*/
.top-worry::before {
  display: none;
}
.top-worry .com-inbox:first-child {
  flex-direction: column-reverse;
  align-items: center;
  padding-bottom: 6rem;
}
.top-worry .com-inbox:first-child .img-box {
  margin-top: -6rem;
  position: relative;
  z-index: 1;
  width: min(80%, 390px);
}
.top-worry__title {
  transform: rotate(0deg);
  margin-inline: auto;
  margin-bottom: 10rem;
}
.top-worry__list {
  padding: 4rem 2rem 8rem;
  border-radius: 2rem;
  background-color: var(--color-whiteorange);
  gap: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-worry__item {
  padding-bottom: 2rem;
  background: url(../img/dots/dot_orange.svg) bottom left/6px 1px repeat-x;
  width: 80%;
}

.top-answer {
  padding-bottom: 0;
}
.top-answer__list {
  flex-direction: column;
  align-items: center;
}
.top-answer__item .img-box {
  margin-top: 0 !important;
}
.top-answer .com-inbox {
  padding-bottom: 0 !important;
}
.top-answer__h3 .sub {
  line-height: 1.5;
}

/*塾生の過ごし方を見る*/
.top-spend__list {
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.top-spend__item {
  width: 100%;
  height: 25rem;
}
.top-spend__item a {
  width: 100%;
  height: 100%;
}
.top-spend__title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  aspect-ratio: 235/150;
  max-width: 235px;
}
.top-spend__title img {
  position: relative;
  width: 100%;
  height: 100%;
}

/*下層リンク*/
.top-link__list {
  padding-block: 6rem;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.top-link__item {
  border-radius: 2rem;
  width: 100%;
}
.top-link__item a {
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 4rem 2rem;
}
.top-link__text {
  width: 100%;
}

/*入塾までの流れ*/
.top-flow {
  background-color: var(--color-whiteblue);
  margin-bottom: 6rem;
}
.top-flow__item {
  padding: 4rem 2rem;
  width: 100%;
}
.top-flow__item::before {
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 2.4rem;
  aspect-ratio: 24/20;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.top-flow__wrap {
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.top-flow__title span {
  font-size: var(--font-size-16);
}
.top-flow .com-btn {
  padding-inline: 3rem;
  font-size: var(--font-size-18);
}
.top-flow .com-btn::before, .top-flow .com-btn::after {
  position: relative;
  top: unset;
  transform: translateY(0);
}
.top-flow .com-btn::before {
  width: 2.5rem;
}

/*活塾へのアクセス*/
.top-access::before {
  width: 95%;
}
.top-access__container {
  flex-direction: column;
}
.top-access__box p {
  justify-content: center;
  gap: 1rem;
  padding-bottom: 1rem;
}
.top-access .com-table {
  margin-top: 3rem;
}
.top-access .com-table th {
  padding-inline: 1.5rem;
  width: 30%;
}
.top-access .map {
  width: 100%;
  margin-bottom: 3rem;
}

/*お知らせ*/
.top-news .com-inbox {
  flex-direction: column;
  gap: 5rem;
  align-items: center;
}
.top-news__title {
  order: 0;
  text-align: center;
  gap: 1rem;
  display: flex;
}
.top-news__title::before {
  content: "";
  display: block;
  aspect-ratio: 19/33;
  width: 1.9rem;
  background: url(../img/common/deco_ttl_l.png) bottom left/contain no-repeat;
}
.top-news__title::after {
  content: "";
  display: block;
  aspect-ratio: 19/33;
  width: 1.9rem;
  background: url(../img/common/deco_ttl_r.png) bottom left/contain no-repeat;
}
.top-news .com-news__list {
  order: 1;
}
.top-news .com-btn {
  order: 2;
  position: relative;
  margin-top: 3rem;
}

/*==============================
    特徴・理念
==============================*/
.feature-about__list {
  flex-wrap: wrap;
  justify-content: center;
}
.feature-about__item {
  flex: 1 1 280px;
}
.feature-about__item .img-box {
  width: min(80%, 300px);
}

/*==============================
    過ごし方
==============================*/
.spend-link__list {
  flex-wrap: wrap;
}
.spend-link__item {
  flex: 1 1 250px;
}

.spend-elementary {
  margin-bottom: 3rem;
}
.spend-elementary::before {
  width: 95%;
}
.spend-elementary__title {
  font-size: var(--font-size-20);
  line-height: 1.3;
}
.spend-elementary__item:has(.img-box) {
  flex-direction: column;
}
.spend-elementary__item .spend-elementary__text {
  width: 100% !important;
}

.spend-junior::before {
  width: 95%;
}
.spend-junior__title {
  font-size: var(--font-size-20);
  line-height: 1.3;
}
.spend-junior__item:has(.img-box) {
  flex-direction: column;
  align-items: center;
}
.spend-junior__item:has(.img-box) .img-box {
  width: min(90%, 300px);
}
.spend-junior__item .spend-junior__text {
  width: 100% !important;
}

/*==============================
    料金
==============================*/
.price-section__text .mb {
  margin-bottom: 1lh;
}
.price-section__btn {
  text-align: center;
  margin-bottom: 3rem;
}
.price-section__wrap {
  flex-wrap: wrap;
  gap: 3rem;
}
.price-section__wrap .com-btn {
  flex: 1 1 250px;
}
.price-section .com-btn--red::after {
  width: unset;
  height: 1rem;
}

.price-basic::before {
  width: 95%;
}
.price-basic--btn__list {
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 5rem;
}
.price-basic--btn__item {
  flex: 1 1 250px;
}
.price-basic__list {
  gap: 3rem;
}
.price-basic .com-btn--red::after {
  width: unset;
  height: 1rem;
}

.price-course .com-title01 {
  text-align: center;
}
.price-course p {
  margin-bottom: 3rem;
}
.price-course__list {
  gap: 3rem;
  margin-bottom: 5rem;
}

.price-table tr:first-child th,
.price-table tr:first-child td {
  padding: 2rem 0.5rem;
  line-height: 1.3;
  font-size: var(--font-size-16);
}
.price-table th,
.price-table td {
  padding: calc(2.2rem + (1em - 1lh) / 2) 0.1rem;
}

/*==============================
    よくある質問
==============================*/
.qa-section--btn__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 5rem;
}
.qa-section--btn__item {
  flex: 1 1 230px;
}
.qa-section--btn__item .com-btn--red::after {
  width: unset;
  height: 1rem;
}
.qa-section__item {
  padding-block: 4rem;
}
.qa-section__item::before {
  width: 105%;
}
.qa-section__item dl {
  padding: 3rem 1.5rem;
}
.qa-section__item dl dt {
  line-height: 1.3;
  font-size: var(--font-size-23);
}
.qa-section__item dl dt::before {
  font-size: var(--font-size-26);
  margin-top: -0.3rem;
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail .com-title02 {
  text-align: left;
}
.news-detail__box {
  padding: 20px 10px 30px 10px;
}
.news-detail time,
.news-detail .tag {
  font-size: 13px;
}
.news-detail .paginated__list {
  margin-top: 30px;
}

/*==============================
    お知らせ一覧
==============================*/
.news {
  padding-block: 60px;
}

/*タグリスト(SP)
-----------------------------*/
.tag-select {
  margin-left: auto;
  text-align: center;
  margin-bottom: 5rem;
}
.tag-select__box {
  min-width: 125px;
}
.tag-select__box::after {
  right: 12px;
}
.tag-select__dropdown {
  padding: 0.5em 2.5em 0.5em 0.5em;
}

.com-news__item a {
  flex-direction: column;
  gap: 1rem;
}
.com-news__item time::after {
  display: none;
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 60px;
}
.contact .com-table {
  margin-bottom: 30px;
}
.contact .com-table th {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0;
  padding-inline: 10px;
}
.contact .com-table th,
.contact .com-table td {
  border-radius: 1rem;
  font-size: 15px;
}
.contact .com-table td {
  padding-block: 2rem;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 50px;
  font-size: 15px;
}
.contact .com-btn__wrap {
  flex-direction: column;
  align-items: center;
}
.contact select,
.contact textarea,
.contact input[type=tel],
.contact input[type=text],
.contact input[type=email],
.contact input[type=url] {
  padding: 7px;
}
.contact .upload-item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .upload-item-wrap .thumb {
  width: clamp(184px, 57.37vw, 440px);
  height: clamp(184px, 57.37vw, 440px);
  margin: 0px;
}
.contact .upload-item-wrap .ancion-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(15px, 4.56vw, 35px);
  gap: clamp(8px, 2.61vw, 20px);
  margin-inline: auto;
}
.contact input[type=checkbox] + label {
  padding: 0 0 0 30px;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete {
  padding-bottom: 2rem;
}
.complete__box {
  text-align: center;
  line-height: 1.733;
}
.complete__btn {
  margin-top: 3rem;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
プライバシーポリシー
==============================*/
.privacy {
  padding-block: 60px;
}
.privacy .com-title01 {
  font-size: var(--font-size-30);
  text-align: center;
}
.privacy__box {
  margin-bottom: 30px;
}
.privacy__box:last-child {
  margin-bottom: 0;
}

/*==============================
  サイトマップ
==============================*/
.site {
  padding: 60px 0;
}
.site__list {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.site__item {
  height: 60px;
}
.site__item a {
  padding-left: 10px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  font-size: 16px;
  justify-content: space-between;
}
.site__item a::after {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1;
  transform: rotate(-45deg) translate(-10px, -10px);
}

/*==============================
    NOT FOUND
==============================*/
.e404 {
  padding: 60px 0;
}
.e404__text {
  width: 90%;
  margin: 0 auto;
}
.e404__text p,
.e404__text a {
  font-size: 15px;
  text-align: center;
}

/*==============================
    無料体験・入塾のご相談
==============================*/
.contact-section__title {
  text-align: center;
  margin-bottom: 5rem;
  line-height: 1.3;
  font-size: var(--font-size-35);
}
.contact-section__container {
  padding: 4rem 2rem;
}
.contact-section p {
  font-size: var(--font-size-18);
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
}
.contact-section__wrap {
  margin-top: 5rem;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.contact-section .com-btn {
  justify-content: space-between;
  padding-inline: 3rem;
}
.contact-section .com-btn::before {
  width: 2.5rem;
}
.contact-section .com-btn::after {
  position: relative;
  top: unset;
  right: unset;
  transform: translateY(0);
  width: 1rem;
}

/*==============================
    フッター
==============================*/
.footer {
  margin-top: 3rem;
}
.footer__inner {
  padding-top: 3rem;
}
.footer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(odd)) .footer-nav__item:nth-child(even) {
  border-right: 1px solid var(--color-gray);
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(even)) .footer-nav__item:nth-child(odd) {
  border-right: 1px solid var(--color-gray);
}
.footer-nav__item {
  border-top: 1px solid var(--color-gray);
  width: 50%;
  height: 60px;
  text-align: center;
}
.footer-nav__item:first-child:nth-last-child(odd) {
  width: 100%;
}
.footer-nav__item a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.footer address {
  text-align: center;
}
.footer .sns__list {
  margin-block: max(3rem, 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: max(3rem, 16px);
}
.footer .sns__item {
  flex: 0 1 auto;
}
.footer .sns__item.x {
  min-width: 32px;
}
.footer .sns__item.ig {
  min-width: 31px;
}
.footer .sns__item:has(.com-btn) {
  flex: 0 0 22rem;
  max-width: 100%;
}
.footer small {
  padding-block: 4rem;
  border-top: 1px solid var(--color-gray);
}