@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================
  カラー変数
=================================*/
/*===============================
  フォント変数
=================================*/
/* font-family */
/* font-weight */
/* 行間削除 */
/*===============================
  パターン変数
=================================*/
:root {
  /* カラー */
  --color-text: #1f1f1f;
  --color-text-gray: #727272;
  --color-text-blue: #0074b6;
  --color-text-orange: #f7b006;
  --color-white: #fff;
  --color-blue: #2aa9f1;
  --color-blue-sky: #6fc6f7;
  --color-blue-light: #9fdafc;
  --color-yellow: #fed967;
  --color-bg-blue: #e4f3fc;
  --color-bg-yellow: #fff0c2;
  --color-bg-gray: #f1f1f1;
  /* font-family */
  --font-family-noto: "Noto Sans JP", sans-serif;
  --font-family-kaisei: "Kaisei Decol", serif;
  /* font-weight */
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semiBold: 600;
  --font-weight-bold: 700;
  --font-weight-black: 900;
  /* 背景パターン */
  --pattern-white: url(../img/common/pt-white.jpg);
  --pattern-blue: url(../img/common/pt-blue.jpg);
  --pattern-orange: url(../img/common/pt-orange.jpg);
  --pattern-yellow: url(../img/common/pt-yellow.png);
}

@media screen and (min-width: 768px) {
  :root {
    /* フォントサイズ */
    --font-size-h1: 4.6rem;
    --font-size-h2: 4rem;
    --font-size-h3: 3rem;
    --font-size-h4: 2rem;
    --font-size-h5: 1.8rem;
    --font-size-base: 1.6rem;
    --font-size-sm: 1.4rem;
    --font-size-xs: 1.2rem;
    /* line-height */
    --line-height-h1: 1;
    --line-height-h2: 1.25;
    --line-height-h3: 1;
    --line-height-h4: 1;
    --line-height-h5: 1.5;
    --line-height-h6: 1.5;
    --line-height-base: 1.875;
    --line-height-sm: 1.714286;
    --line-height-xs: 1.6666667;
    /* letter-spacing */
    --letter-spacing-base: 0em;
  }
}
@media screen and (max-width: 767px) {
  :root {
    /* フォントサイズ */
    --font-size-h1: 2em;
    --font-size-h2: 1.75em;
    --font-size-h3: 1.5625em;
    --font-size-h4: 1.375em;
    --font-size-h5: 1.25em;
    --font-size-h6: 1.125em;
    --font-size-base: 1em;
    --font-size-sm: 0.875em;
    --font-size-xs: 0.75em;
    /* line-height */
    --line-height-title: 1.5;
    --line-height-base: 1.875;
    --line-height-sm: 1.714286;
    --line-height-xs: 1.666667;
    /* letter-spacing */
    --letter-spacing-base: 0.06em;
  }
}
/*===============================================
  切り替え用
===============================================*/
.sp-none {
  display: none !important;
}

.com-table table,
.com-table table tbody,
.com-table table th,
.com-table table tr,
.com-table table td {
  display: block !important;
  width: 100% !important;
}

/*===============================================
  ページネーション
===============================================*/
.pagenation {
  font-size: var(--font-size-sm);
  padding-top: 2.5em;
}
.pagenation li {
  width: 2em;
  line-height: 2.15;
  margin: 0.5em 0.5em 0;
}

/*===============================================
  詳細ページ前後
===============================================*/
.paginated__list {
  margin-top: 3em;
}
.paginated__link {
  letter-spacing: var(--letter-spacing-base);
}
.paginated__link--prev .paginated__link-txt::before {
  margin-right: 0.5em;
}
.paginated__link--next .paginated__link-txt::after {
  margin-left: 0.5em;
}

/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 320px;
  font-size: clamp(1.3rem, 3.5555555556vw, 1.6rem);
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  padding: 12px 0;
}
#header .header__logo img {
  height: clamp(48px, 14.2222222222vw, 64px);
}
#header .header__tel {
  width: 100%;
  padding: 0.25em;
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: min(64px, 14.2222222222vw) 0 min(90px, 20vw);
}
#footer .footer__inner {
  width: 90%;
}
#footer .footer__other {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 1.5em;
}
#footer .footer__logo {
  margin-bottom: 0.75em;
}
#footer .footer__logo img {
  height: clamp(52px, 16vw, 72px);
}
#footer .footer__info {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  margin: calc((1em - 1lh) / 2) auto;
}
#footer .footer__info > * {
  margin-bottom: 0.25em;
}
#footer .footer__info > *:last-child {
  margin-bottom: 0;
}
#footer .footer__links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75em 1em;
}
#footer .footer__links dt {
  width: 100%;
  text-align: center;
}
#footer .footer__links dt span {
  padding: 0.25em 1em;
  border-radius: 0.25em;
}
#footer .footer__links dd {
  width: calc(50% - 0.5em);
}
#footer .copy {
  padding: 2em 0 1em;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  width: 100vw;
  padding-top: min(45px, 10vw);
  margin-left: -5vw;
}
.footer-nav__list {
  border-top: solid 2px var(--color-bg-blue);
}
.footer-nav__item {
  border-bottom: solid 2px var(--color-bg-blue);
}
.footer-nav__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.25;
  padding: 1.5em;
}
.footer-nav__link::after {
  content: "";
  display: block;
  width: 0.4375em;
  aspect-ratio: 14/25;
  -webkit-mask: url(../img/common/arrow.svg) no-repeat center/contain;
          mask: url(../img/common/arrow.svg) no-repeat center/contain;
  background-color: var(--color-text);
}
.footer-nav__link:hover::after {
  background-color: var(--color-blue) !important;
}
.footer-nav__link.current::after {
  background-color: var(--color-blue-light);
}
.footer-nav__sub-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: var(--color-bg-blue);
  padding-bottom: 2px;
}
.footer-nav__sub-item {
  text-align: center;
  font-size: var(--font-size-sm);
  background: var(--color-white);
  order: 1;
}
.footer-nav__sub-item.nav-item--entrance {
  text-align: left;
  font-size: var(--font-size-base);
  color: var(--color-text-blue);
  grid-column: span 2;
  order: 0;
}
.footer-nav__sub-link {
  line-height: 1.25;
  padding: 1.5em 1.714286em;
}
.footer-nav__sub-link.nav-link--entrance {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em;
}
.footer-nav__sub-link.nav-link--entrance::after {
  content: "";
  display: block;
  width: 0.4375em;
  aspect-ratio: 14/25;
  -webkit-mask: url(../img/common/arrow.svg) no-repeat center/contain;
          mask: url(../img/common/arrow.svg) no-repeat center/contain;
  background-color: var(--color-text-blue);
}
.footer-nav__sub-link.nav-link--entrance:hover::after {
  background-color: var(--color-blue) !important;
}

/*コピーライト
-----------------------------*/
.copy {
  font-size: var(--font-size-xs);
  padding: 1em 0 calc(1em + clamp(56px, 15.1111111111vw, 68px));
}
.copy p {
  line-height: var(--line-height-xs);
}

/*===============================================
  fixed固定
===============================================*/
/*サイドボタン
-----------------------------*/
#side {
  width: 80%;
  height: clamp(50px, 14.2222222222vw, 64px);
  font-size: var(--font-size-h5);
  text-shadow: 0.1em 0.05em var(--color-text-orange);
  border-radius: 0.75em;
  left: 10%;
  bottom: min(9px, 2vw);
}
#side .b {
  font-size: 1.2em;
}
#side::before {
  width: 13.5em;
  height: 80%;
  background-position: right center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*===============================================
  visual
===============================================*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  align-items: flex-end;
  height: min(580px, 150vw - clamp(72px, 19.5555555556vw, 88px));
  padding-bottom: min(24px, 5.3333333333vw);
}
.visual__main::before {
  width: 80%;
  height: 72%;
  border-radius: min(30px, 6.6666666667vw) 0 0 min(30px, 6.6666666667vw);
}
.visual__main-catch {
  width: clamp(270px, 84.4444444444vw, 380px);
  margin-left: min(24px, 5.3333333333vw);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: min(225px, 50vw);
}
.visual__sub::before {
  width: 72%;
  border-radius: min(30px, 6.6666666667vw) 0 0 min(30px, 6.6666666667vw);
}
.visual__sub-catch {
  min-width: 40%;
  font-size: min(3rem, 6.6666666667vw);
  text-shadow: 0.075em 0.05em var(--color-white);
  margin-left: min(18px, 4vw);
  padding: 0.5em 0.75em;
  border-radius: 0.25em;
}
.visual__sub--examinee::before {
  background-position: left 36% center;
}

/*===============================================
  main#container
===============================================*/
#container {
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
}
#container:not(:has(.com-contact))::after {
  height: min(9px, 2vw);
}

/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-top: 0.75em;
}
.breadcrumb__list {
  width: 90%;
}
.breadcrumb__item {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.breadcrumb + .section {
  padding-top: min(100px, 22.2222222222vw);
}
.breadcrumb + .section::before {
  width: 98%;
  height: min(135px, 30vw);
}

/*===============================================
  main共通
===============================================*/
.section {
  padding: min(80px, 17.7777777778vw) 0;
}
.section--brick::after {
  width: 112%;
  height: calc(100% - min(45px, 10vw));
  background-size: min(135px, 30vw);
  top: min(60px, 13.3333333333vw);
}
.section--sofa::before {
  width: 96%;
  height: min(54px, 12vw);
  bottom: 0;
}
.section--plant-clock::before {
  width: 96%;
  height: min(135px, 30vw);
}

.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
.com-tel {
  font-size: var(--font-size-h1);
  row-gap: 0.25em;
}
.com-tel-num::before {
  width: 0.75em;
  margin-right: 10px;
}
.com-tel .com-replace {
  font-size: 0.375em;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 20em;
  height: clamp(50px, 13.3333333333vw, 60px);
}
.com-btn::after {
  width: 0.4375em;
  right: 1.25em;
}
.com-btn--mail::before {
  width: 1.375em;
  margin-right: 10px;
}

/*テーブル
-----------------------------*/
.com-table tr {
  padding: 0 0.5em 1.5em;
  margin-bottom: 1.5em;
}
.com-table tr th {
  margin-bottom: 0.75em;
}

/*テキストボックス
-----------------------------*/
.com-text strong {
  font-size: var(--font-size-h6);
  line-height: 1.66667;
}
.com-text .mb {
  margin-bottom: 1.5em;
}
.com-text br {
  display: none;
}

/*SB未記入テキスト
-----------------------------*/
.com-empty {
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
  padding: 2.5em 0;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  font-size: var(--font-size-h2);
  margin-bottom: 1.5em;
}
.com-title01 .en {
  font-size: 0.5em;
  margin-bottom: 1.2em;
}
.com-title01 .en::before {
  min-width: 56px;
  height: 1.5em;
  margin-bottom: 0.3em;
}
.com-title01 .ja {
  line-height: var(--line-height-title);
  text-shadow: 0.075em 0.05em var(--color-blue-light);
}

/*中タイトル
-----------------------------*/
.com-title02 {
  font-size: var(--font-size-h5);
  margin-bottom: 1em;
}
.com-title02 > span {
  line-height: var(--line-height-title);
}

/*小タイトル
-----------------------------*/
.com-title03 {
  font-size: var(--font-size-h6);
  margin-bottom: 1em;
}
.com-title03 > span {
  line-height: var(--line-height-title);
}

/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  padding: min(64px, 14.2222222222vw) 0;
}
.com-contact::before {
  content: "";
  width: 98%;
  height: calc(100% - 1.25em);
  background: url(../img/common/plant.png) no-repeat left 8% top/auto min(135px, 30vw), url(../img/common/contact_deco-rt.png) no-repeat right 5% top min(45px, 10vw)/min(90px, 20vw), url(../img/common/contact_deco-lb.png) no-repeat left bottom min(18px, 4vw)/min(120px, 26.6666666667vw), url(../img/common/contact_deco-rb.png) no-repeat right 4% bottom/min(63px, 14vw);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 0;
}
.com-contact__box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.25em;
  padding: 2em 1.25em;
  border-radius: 1.5em;
}
/*物件探しのお悩み解決事例
-----------------------------*/
.com-case__item {
  display: grid;
  grid-template-columns: min(90px, 20vw) 1fr min(90px, 20vw);
  gap: 1.25em;
  padding: 1.25em;
  border-radius: 1.5em;
  margin-bottom: 1.5em;
}
.com-case__inner {
  grid-column: span 2;
}
.com-case__heading {
  font-size: var(--font-size-h6);
  margin-bottom: 0.5em;
}
.com-case__body {
  font-size: 0.9375em;
  line-height: 1.86667;
}
.com-case__comment {
  font-size: 0.9375em;
  line-height: 1.86667;
  padding: 1.25em 1em;
  border-radius: 1.5em;
  grid-column: span 2;
}
.com-case__comment::after {
  content: "";
  width: 1.125em;
  height: 1em;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: calc(min(45px, 10vw) - 0.5em);
  left: 100%;
  z-index: -1;
}
.com-case__icon--comment {
  order: 4;
}
.com-case + .com-point {
  margin-top: max(-80px, -17.7777777778vw);
}

/*物件選びのポイント
-----------------------------*/
.com-point::after {
  width: 94%;
  height: min(45px, 10vw);
  bottom: 0;
}
.com-point__item {
  margin-bottom: 2.5em;
}
.com-point__image {
  width: clamp(260px, 81.25vw, 390px);
  margin: 0 auto 1em;
}
.com-point__inner {
  position: relative;
}
.com-point__inner::before {
  font-size: var(--font-size-h1);
  position: absolute;
  top: 0;
  left: 0;
}
.com-point__heading {
  padding-left: 2.5em;
}

/*===============================================
  エントランスページ
===============================================*/
.entrance {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  row-gap: 2px;
  height: min(650px, 175vw - clamp(108px, 29.3333333333vw, 132px));
  min-height: min(650px, 100dvh - clamp(108px, 29.3333333333vw, 132px));
}
.entrance__link--hidden::after {
  font-size: var(--font-size-h4);
}
.entrance__inner {
  width: 90%;
  max-width: 400px;
  height: clamp(72px, 22.2222222222vw, 100px);
  border-radius: 1em;
  row-gap: clamp(1rem, 0.78125vw, 1.5rem);
}
.entrance__inner::after {
  width: 1.25em;
  right: 0.75em;
}
.entrance__sub {
  font-size: var(--font-size-sm);
}
.entrance__text {
  font-size: var(--font-size-h4);
  text-shadow: 0.075em 0.05em var(--color-white);
}

/*===============================================
  トップページ
===============================================*/
/*季節自動更新
-----------------------------*/
.top-season::before {
  width: 150%;
  max-width: 780px;
  height: min(30px, 6.6666666667vw);
}
.top-season::after {
  width: 96%;
  height: min(90px, 20vw);
  top: min(15px, 3.3333333333vw);
}
.top-season__inner::before {
  width: 120vw;
  max-width: 680px;
  height: min(120px, 26.6666666667vw);
  bottom: max(-80px, -17.7777777778vw);
}
.top-season__inner--society::before {
  width: 125vw;
  left: 54%;
}
.top-season__inner--couple::before {
  width: 125vw;
  background-position: left bottom max(-16px, -3.5555555556vw), right bottom;
  left: 52%;
}
.top-season__inner--family::before {
  width: 98vw;
  background-position: left bottom min(18px, 4vw), right bottom;
  bottom: max(-100px, -22.2222222222vw);
}
.top-season__title {
  margin-bottom: 1.5em;
}
.top-season__title .ja {
  word-break: keep-all;
  text-shadow: 0.075em 0.05em var(--color-white);
}
.top-season__title .mark {
  background: linear-gradient(to top, rgba(254, 217, 103, 0.4) 0.7em, transparent 0.7em);
}
.top-season__text {
  text-align: center;
  margin-block: 0;
  padding: 0 1em;
}
.top-season__text p {
  word-break: keep-all;
}

/*物件探しでこんなお悩みありませんか？
-----------------------------*/
.top-worries {
  padding-bottom: 0;
}
.top-worries::before {
  width: 98%;
  height: min(135px, 30vw);
}
.top-worries__title .ja {
  word-break: keep-all;
}
.top-worries__box {
  padding: 1.5em 1.5em 0;
}
.top-worries__box::before {
  content: "";
  width: 100%;
  height: calc(100% - min(90px, 20vw));
  background: #e4e9ec;
  border-radius: 1.5em;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.top-worries__item {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-title);
  padding-left: 1.6em;
  margin-bottom: 1.25em;
}
.top-worries__item::before {
  width: 1em;
}
.top-worries__image {
  text-align: center;
  padding-top: 1.5em;
}
.top-worries__image img {
  height: min(135px, 30vw);
}

/*“そんな時は、SEED東金沢にご相談ください！”
-----------------------------*/
.top-consultation::after {
  height: calc(100% + min(30px, 6.6666666667vw));
  top: min(24px, 5.3333333333vw);
}
.top-consultation__title .ja {
  font-size: min(28px, 6.2222222222vw);
}
.top-consultation__text strong {
  display: block;
  text-align: center;
  word-break: keep-all;
  padding: 0.25em;
}

/*SEED東金沢の特徴
-----------------------------*/
.top-feature::after {
  width: 96%;
  height: min(135px, 30vw);
}
.top-feature__item {
  justify-content: flex-start;
  flex-direction: row;
  padding: 1.25em 1.25em 1.25em 0;
  -moz-column-gap: 1em;
       column-gap: 1em;
  margin-bottom: 1.5em;
}
.top-feature__item:last-of-type {
  margin-bottom: 0;
}
.top-feature__item::before {
  width: calc(100% - 2em);
  height: 100%;
}
.top-feature__icon img {
  width: min(80px, 17.7777777778vw);
}
.top-feature__text {
  max-width: calc(100% - 1em - min(80px, 17.7777777778vw));
  font-size: var(--font-size-h6);
  line-height: 1.8;
}
.top-feature__text span {
  background: linear-gradient(to top, var(--color-bg-blue) 0.7em, transparent 0.7em);
}
.top-feature__text p {
  word-break: keep-all;
}
.top-feature__btn {
  margin: 2.5em auto 0;
}

/*物件探しのお悩み解決事例をご紹介
-----------------------------*/
.top-case {
  background-size: 100% min(90px, 20vw);
}
.top-case::after {
  width: 105%;
  height: calc(100% - min(90px, 20vw));
  background-size: min(90px, 20vw), min(135px, 30vw);
  right: -5%;
  top: min(45px, 10vw);
}
.top-case__title .ja {
  word-break: keep-all;
}
.top-case__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(270px, 60vw), 1fr));
  gap: 1.25em;
  padding-top: 2.5em;
}
.top-case__item {
  aspect-ratio: 5/4;
  width: 100%;
  max-width: min(405px, 90vw);
  margin-inline: auto;
}
.top-case__item::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
.top-case__link {
  max-width: min(405px, 90vw);
  justify-content: flex-start;
  align-items: flex-end;
  padding: 1em 0;
}
.top-case__link-text {
  font-size: var(--font-size-h5);
  text-shadow: 0.075em 0.05em var(--color-white);
  padding: 0.75em 0.75em;
  border-radius: 0.5em;
  position: relative;
  z-index: 1;
}
.top-case__link-text::after {
  width: 1em;
  margin-left: 0.5em;
}
.top-case + .top-news {
  margin-top: max(-80px, -17.7777777778vw);
}

/*リンクセクション
-----------------------------*/
.top-bnr {
  margin-block: max(-45px, -10vw);
}
.top-bnr::before {
  width: 88%;
  height: min(63px, 14vw);
  top: 0;
}
.top-bnr__link {
  height: min(135px, 30vw);
  font-size: var(--font-size-h2);
  text-shadow: 0.075em 0.05em var(--color-white);
  margin: 0 auto 1em;
}
.top-bnr__link:last-of-type {
  margin-bottom: 0;
}
.top-bnr__link > span::before {
  width: 3.5em;
}
.top-bnr__link::before {
  height: 36%;
}
.top-bnr__link::after {
  width: 1.25em;
  background-size: 14%;
}

/*お知らせ
-----------------------------*/
.top-news__item {
  font-size: var(--font-size-sm);
  line-height: 1.5;
  margin-bottom: 2.5em;
}
.top-news__item-link {
  grid-template-columns: auto 1fr;
  row-gap: 10px;
}
.top-news__item-link > *:not(.top-news__item-title) {
  margin: -0.25em 0;
}
.top-news__item-title {
  font-size: 1.214286em;
  padding: 1em 0.75em;
  border-radius: 0.5em;
}
.top-news__btn {
  margin: 2em auto 0;
}

/*===============================================
  SEED東金沢について
===============================================*/
/*SEED東金沢の特徴
-----------------------------*/
.about-feature__item {
  margin-bottom: 2.5em;
}
.about-feature__image {
  width: clamp(260px, 81.25vw, 390px);
  margin: 0 auto 1em;
}
.about-feature__inner {
  position: relative;
}
.about-feature__inner::before {
  font-size: var(--font-size-h1);
  position: absolute;
  top: 0;
  left: 0;
}
.about-feature__heading {
  padding-left: 2.5em;
}

/*スタッフ紹介
-----------------------------*/
.about-staff {
  background-size: 100% min(90px, 20vw);
}
.about-staff::after {
  width: 105%;
  height: calc(100% - min(135px, 30vw));
  background-size: min(90px, 20vw), min(90px, 20vw);
  right: -2.5%;
  top: min(150px, 33.3333333333vw);
}
.about-staff__inner {
  padding-bottom: 2.5em;
  margin-bottom: 2.5em;
  border-bottom: solid 2px var(--color-blue-light);
}
.about-staff__heading {
  text-align: center;
  margin-bottom: 1.5em;
}
.about-staff__image {
  width: 80%;
  max-width: 420px;
  margin: 0 auto 0.5em;
}
.about-staff__image img {
  aspect-ratio: 1.5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-staff__image img {
  border-radius: 1.5em;
}
.about-staff + .about-company {
  margin-top: max(-45px, -10vw);
}

/*会社概要
-----------------------------*/
.about-company::before {
  width: 88%;
  height: min(63px, 14vw);
  top: min(90px, 20vw);
}
.about-company__table {
  padding: 1.5em 1.25em;
  border-radius: 1.5em;
}
.about-company__table tr td .com-replace {
  font-size: var(--font-size-sm);
  height: 1em;
}
.about-company__map {
  height: min(360px, 80vw);
  border-radius: 1.5em;
  margin-top: 2em;
}

/*===============================================
  受験生の方
===============================================*/
/*セクション名
-----------------------------*/
/*===============================================
  社会人の方
===============================================*/
/*セクション名
-----------------------------*/
/*===============================================
  カップル・新婚さん
===============================================*/
/*セクション名
-----------------------------*/
/*===============================================
  ファミリー
===============================================*/
/*セクション名
-----------------------------*/
/*==================================================
 ニュース一覧
================================================== */
.news-archive__item {
  font-size: var(--font-size-sm);
  line-height: 1.5;
  margin-bottom: 2.5em;
}
.news-archive__item-link {
  grid-template-columns: auto 1fr;
  row-gap: 10px;
}
.news-archive__item-link > *:not(.news-archive__item-title) {
  margin: -0.25em 0;
}
.news-archive__item-title {
  font-size: 1.214286em;
  padding: 1em 0.75em;
  border-radius: 0.5em;
}

/*タグリスト
-----------------------------*/
.tag-select {
  margin-bottom: 2.5em;
}
.tag-select__box {
  min-width: 10em;
}
.tag-select__box::after {
  right: 0.75em;
}
.tag-select__dropdown {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  padding: 1em 2.5em 1em 1em;
}

/*==================================================
 ニュース詳細
================================================== */
.news-detail__title {
  padding-top: 1.25em;
}
.news-detail__post {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  margin-bottom: 1em;
}
/*==================================================
 お問い合わせ
================================================== */
.contact-form__table {
  margin-bottom: 2.5em;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  margin-left: 0.5em;
}
.contact-form__table tr td select,
.contact-form__table tr td textarea,
.contact-form__table tr td input[type=tel],
.contact-form__table tr td input[type=num],
.contact-form__table tr td input[type=text],
.contact-form__table tr td input[type=email],
.contact-form__table tr td input[type=url] {
  font-size: 1em;
  line-height: 1.5;
  padding: 0.5em 1em;
}
.contact-form .contact-submits-wrap {
  padding-top: 1em;
}
.contact-form .contact-submits-wrap > * {
  width: 20em;
  max-width: 100%;
  height: clamp(50px, 13.3333333333vw, 60px);
  margin: 0 auto 1.25em;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*==================================================
 お問い合わせ完了
================================================== */
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 1.5em;
  margin-bottom: 1.5em;
}

/*==================================================
 サイトマップ
================================================== */
.sitemap-list__item {
  margin-bottom: 0.75em;
}
.sitemap-list__item:last-of-type {
  margin-bottom: 0;
}
.sitemap-list__link {
  padding: 1em;
}

/*===============================================
  404エラー
===============================================*/