@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================
  カラー変数
=================================*/
/*===============================
  フォント変数
=================================*/
/* font-family */
/* font-weight */
/* 行間削除 */
/*===============================
  Bootstrap icon変数
=================================*/
:root {
  /* カラー */
  --color-text: #222;
  --color-white: #fff;
  --color-main: linear-gradient(to right, #3096ed 25%, #41b1a5 75%);
  --color-main-blue: #3096ed;
  --color-main-green: #41b1a5;
  --color-accent: #082553;
  --color-border: #e5e5e5;
  --color-bg: #f3f3f3;
  /* font-family */
  --font-family-kaku: "Zen Kaku Gothic Antique", sans-serif;
  --font-family-lexend: "Lexend Deca", sans-serif;
  --font-family-icon: "bootstrap-icons";
  /* 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;
}

@media screen and (min-width: 768px) {
  :root {
    /* フォントサイズ */
    --font-size-h1: 4.8rem;
    --font-size-h2: 4rem;
    --font-size-h3: 3.2rem;
    --font-size-h4: 2.8rem;
    --font-size-h5: 2.2rem;
    --font-size-h6: 1.8rem;
    --font-size-en: clamp(13.5rem, 10.417vw, 20rem);
    --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.5;
    --line-height-h3: 1.25;
    --line-height-h4: 1.4285715;
    --line-height-h5: 1.1363637;
    --line-height-h6: 1.5;
    --line-height-en: 0.85;
    --line-height-base: 1.875;
    --line-height-sm: 1.714286;
    --line-height-xs: 1.6666667;
    /* letter-spacing */
    --letter-spacing-base: 0.1em;
    --letter-spacing-min: 0.05em;
    --letter-spacing-lexend: -0.05em;
  }
}
@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-en: clamp(4.5rem, 14vw, 6.3rem);
    --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.1em;
    --letter-spacing-min: 0.05em;
    --letter-spacing-lexend: -0.05em;
  }
}
/*===============================================
  切り替え用
===============================================*/
.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: 2.5em;
  line-height: 2.75;
  margin: 0.5em 0.5em 0;
}

/*===============================================
  詳細ページ前後
===============================================*/
.paginated__list {
  margin-top: 2.5em;
}
.paginated__link {
  letter-spacing: var(--letter-spacing-base);
}
.paginated__link--prev::before {
  margin-right: 0.5em;
}
.paginated__link--next::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%;
  height: min(90px, 20vw);
}
#header .header__logo {
  width: min(225px, 50vw);
}
#header .header__logo img {
  aspect-ratio: 225/32;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 4em 0 3em;
}
#footer .footer__other {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-inline: 5%;
  row-gap: 2em;
}
#footer .footer__logo {
  width: clamp(216px, 60vw, 270px);
}
#footer .footer__logo img {
  aspect-ratio: 270/40;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer__info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2em;
}
#footer .footer__add {
  text-align: center;
}
#footer .footer__links {
  gap: clamp(20px, 6.6666666667vw, 30px);
}
#footer .footer__link--rec {
  width: 16em;
}
#footer .footer__link--sns {
  width: clamp(40px, 11.1111111111vw, 50px);
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  padding-top: 3em;
}
.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--color-border);
  padding-block: 1px;
}
.footer-nav__item {
  background: var(--color-white);
}
.footer-nav__item:nth-last-of-type(2n + 1):first-of-type {
  grid-column: span 2;
}
.footer-nav__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--font-size-sm);
  line-height: 1.5;
  padding: 1.5em 0.75em;
}
.footer-nav__link::after {
  content: "\f134";
  font-family: var(--font-family-icon);
  font-weight: var(--font-weight-regular);
  color: var(--color-accent);
  letter-spacing: 0;
  line-height: 1;
}

/*コピーライト
-----------------------------*/
.copy {
  font-size: var(--font-size-xs);
  padding: 2.5em 0 1em;
}
.copy p {
  line-height: var(--line-height-xs);
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  row-gap: 0.25em;
  right: 8px;
  bottom: 8px;
}
#pagetop::before {
  width: 2.5em;
}
#pagetop > span {
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
}

/*サイドボタン
-----------------------------*/
#side {
  left: 8px;
  bottom: 8px;
}

/*===============================================
  visual
===============================================*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  height: min(700px, 175vw - min(90px, 20vw));
}
.visual__main::after, .visual__main-movie {
  width: 80%;
  height: 72%;
  position: absolute;
  top: 52%;
  left: 0;
  z-index: -1;
  transform: translateY(-50%);
}
.visual__main-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  height: 92%;
  padding-top: 1em;
  padding-right: 2.5%;
}
.visual__main-catch {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin-left: auto;
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
}
.visual__main-catch > span {
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
  font-size: min(3rem, 6.6666666667vw);
  letter-spacing: var(--letter-spacing-min);
  padding: 0.5em 0.25em;
}
.visual__main-catch > span:nth-of-type(2) {
  margin-inline: 1em;
}
.visual__main-catch > span:nth-of-type(3) {
  margin-top: auto;
}
.visual__main-catch > span .lt-0 {
  letter-spacing: 0 !important;
}
.visual__main-sub {
  margin-top: auto;
  font-size: min(1.8rem, 4vw);
  line-height: 2;
  padding-inline: 0.5em;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: min(225px, 50vw);
}
.visual__sub-catch {
  min-width: 6.5em;
  font-size: clamp(2.4rem, 7.1111111111vw, 3.2rem);
  line-height: 1.875;
  padding: 0 0.5em;
}
.visual__sub::after {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-en);
  letter-spacing: var(--letter-spacing-lexend);
  margin-block: -0.125em;
  left: 50%;
  transform: translateX(-50%);
}

/*===============================================
  main#container
===============================================*/
#container {
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
}

/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: 1em;
}
.breadcrumb__list {
  width: 90%;
}
.breadcrumb__item {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.breadcrumb + .section {
  background-size: 88%;
}

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: min(80px, 17.7777777778vw);
}
.section--grad {
  background: linear-gradient(135deg, rgba(48, 150, 237, 0.8) 25%, rgba(65, 177, 165, 0.8) 75%);
  padding-top: min(120px, 26.6666666667vw);
  overflow: hidden;
}
.section--grad::before {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-en);
  letter-spacing: var(--letter-spacing-lexend);
  white-space: nowrap;
  margin-block: -0.175em;
  top: 0;
  left: -0.1em;
}

.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
.com-tel {
  align-items: center;
  row-gap: 0.5em;
}
.com-tel-num {
  font-size: 2.5em;
}
.com-tel-num::before {
  font-size: 0.5em;
  margin-right: 0.5em;
}
.com-tel-num span {
  letter-spacing: var(--letter-spacing-min);
  margin: -0.2em calc(var(--letter-spacing-min) * -1) -0.0625em 0;
}
.com-tel .com-replace {
  font-size: var(--font-size-xs);
  height: 1em;
}
.com-tel-fax {
  font-size: var(--font-size-base);
  letter-spacing: var(--letter-spacing-base);
  margin-right: calc(var(--letter-spacing-base) * -1);
  line-height: 1;
  padding-top: 0.5em;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 20em;
  height: clamp(60px, 15.5555555556vw, 70px);
  letter-spacing: var(--letter-spacing-min);
  outline-width: 2px;
  outline-offset: -2px;
  margin-inline: auto;
}
.com-btn > span {
  letter-spacing: var(--letter-spacing-lexend);
}
.com-btn::after {
  right: 1.25em;
}
.com-btn--line::before {
  width: 30px;
  margin-right: 16px;
}

/*テーブル
-----------------------------*/
.com-table tr {
  padding: 1.5em 0.25em;
}
.com-table tr th {
  margin-bottom: 1em;
}
/*テキストボックス
-----------------------------*/
.com-text .mb {
  margin-bottom: 1.5em;
}
.com-text br:not(.pc-none) {
  display: none;
}

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

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  font-size: var(--font-size-h2);
  row-gap: 0.5em;
  margin-bottom: 1.5em;
}
.com-title01 > span {
  letter-spacing: var(--letter-spacing-min);
  margin-right: calc(var(--letter-spacing-min) * -1);
}
.com-title01 .sub {
  font-size: 0.5em;
  line-height: calc(1em + 2px);
  padding-left: 1.5em;
}
.com-title01 .en {
  font-size: 1.75em;
  letter-spacing: var(--letter-spacing-lexend);
  padding-right: calc(var(--letter-spacing-lexend) * -1);
  margin-right: 0;
}
.com-title01 .main {
  line-height: var(--line-height-title);
}

/*中タイトル
-----------------------------*/
.com-title02 {
  font-size: var(--font-size-h3);
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
}
.com-title02 > span {
  line-height: var(--line-height-title);
  letter-spacing: var(--letter-spacing-min);
  margin-right: calc(var(--letter-spacing-min) * -1);
}

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

/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact__box {
  width: 100%;
  padding: min(64px, 14.2222222222vw) 5%;
}
.com-contact__title {
  align-items: center;
  text-align: center;
}
.com-contact__text p {
  text-align: center;
  word-break: keep-all;
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2em;
  padding-top: 2.5em;
}
/*ブログ・コラム
-----------------------------*/
.com-post__item {
  border-width: 2px !important;
}
.com-post__link {
  padding: 1.5em 2.5em 1.5em 0;
  row-gap: 0.5em;
}
.com-post__date {
  width: 7em;
  letter-spacing: var(--letter-spacing-lexend);
  row-gap: 10px;
}
.com-post__date > span {
  margin-block: -0.125em;
}
.com-post__date .m-d {
  font-size: 1.75em;
  margin-bottom: 0;
}
.com-post__tags {
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
  gap: 0.75em;
}
.com-post__tag {
  padding: 0 0.5em;
}
.com-post__btn {
  margin-top: 2.5em;
}
.com-post:has(+ .com-post) {
  margin-bottom: max(-80px, -17.7777777778vw);
}

/*===============================================
  トップページ
===============================================*/
/*私たちのこと
-----------------------------*/
.top-about {
  padding-bottom: calc(50% + min(64px, 14.2222222222vw));
}
.top-about::before {
  font-size: var(--font-size-en);
  letter-spacing: var(--letter-spacing-lexend);
  margin-block: -0.175em;
  top: -0.15em;
  right: 0;
}
.top-about::after {
  width: 100%;
  padding-top: 50%;
}
.top-about__btn {
  margin-top: 2.5em;
}

/*対応エリア
-----------------------------*/
.top-area {
  padding: min(135px, 30vw) 0 0;
}
.top-area::before {
  font-size: var(--font-size-en);
  letter-spacing: var(--letter-spacing-lexend);
  margin-block: -0.175em;
  top: 0.25em;
  right: 0;
}
.top-area::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 24/13;
  background: url(../img/index/bg_area.jpg) no-repeat center top/cover;
  margin-top: min(45px, 10vw);
}
.top-area__title .main {
  margin-right: -1em;
}

/*採用情報
-----------------------------*/
.top-recruit__btn {
  margin-top: 2.5em;
}
.top-recruit__image {
  margin-top: 2.5em;
}
.top-recruit__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-recruit__image img {
  -o-object-position: center 25%;
     object-position: center 25%;
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr__item {
  width: 100%;
  outline-offset: -6px;
}
.top-bnr__link {
  padding-block: 2.5em;
}
.top-bnr__inner {
  width: 90%;
  padding: 1.5em 1em;
}
.top-bnr__title {
  align-items: center;
  text-align: center;
  row-gap: 0;
  margin-bottom: 0.5em;
}
.top-bnr__title .main {
  min-width: 6em;
  font-size: 0.75em;
  line-height: 2;
  padding-inline: 0.5em;
  margin-block: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.top-bnr__text {
  text-align: center;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.top-bnr__text p {
  word-break: keep-all;
}
.top-bnr__sns {
  padding: 2em 5%;
}
.top-bnr__btn {
  height: clamp(70px, 17.7777777778vw, 80px);
  font-size: var(--font-size-h6);
}
.top-bnr__btn::before {
  width: max(30px, 2em);
  margin-right: max(15px, 1em);
}

/*===============================================
  私たちのこと
===============================================*/
/*ガラスを通して、
社会に安心・安全を
-----------------------------*/
.about-lead {
  padding-bottom: 0;
}
.about-lead__btn {
  margin-top: 2em;
}
.about-lead__image {
  width: 100vw;
  margin-left: -5vw;
  margin-top: min(64px, 14.2222222222vw);
}
.about-lead__image img {
  aspect-ratio: 1.5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*当社の強み
-----------------------------*/
.about-feature__item {
  padding: 1.25em 1.5em 2em;
  margin-bottom: 1.5em;
}
.about-feature__item:last-of-type {
  margin-bottom: 0;
}
.about-feature__item::before {
  display: block;
  text-align: center;
  font-size: 3em;
  letter-spacing: var(--letter-spacing-lexend);
  padding-right: calc(var(--letter-spacing-lexend) * -1);
  margin: -0.15em 0 0.25em;
}
.about-feature__item::after {
  border-width: 2px;
}
.about-feature__body {
  line-height: 1.625;
}

/*業務内容
-----------------------------*/
.about-business__image {
  margin-top: 2.5em;
}
.about-business__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-business:has(+ .about-team) {
  margin-bottom: max(-80px, -17.7777777778vw);
}

/*チームS1について
-----------------------------*/
.about-team__image {
  margin-bottom: 2.5em;
}

/*===============================================
  採用情報
===============================================*/
/*未経験からでも
安心して働ける環境があります
-----------------------------*/
.recruit-lead {
  padding-bottom: 0;
}
.recruit-lead__title .main {
  word-break: keep-all;
}
.recruit-lead__btn {
  margin-top: 2em;
}
.recruit-lead__image {
  width: 100vw;
  margin-left: -5vw;
  margin-top: min(64px, 14.2222222222vw);
}
.recruit-lead__image img {
  aspect-ratio: 1.5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*当社で働くメリット
-----------------------------*/
.recruit-merit__item {
  margin-bottom: 3em;
}
.recruit-merit__image {
  width: 100%;
  height: min(225px, 50vw);
}
.recruit-merit__image--obTop img {
  -o-object-position: center top;
     object-position: center top;
}
.recruit-merit__inner {
  padding: 2em 1.5em;
}
.recruit-merit__inner::after {
  border-width: 2px;
}
.recruit-merit__heading {
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
}
.recruit-merit__heading::before {
  font-size: 1.44em;
  letter-spacing: var(--letter-spacing-lexend);
  padding-right: calc(var(--letter-spacing-lexend) * -1);
  margin-block: -0.15em;
}
.recruit-merit__heading > span {
  width: calc(100% - 2em);
}
.recruit-merit__body {
  line-height: 1.625;
}
.recruit-merit__license {
  row-gap: 0.5em;
  padding-top: 1.25em;
}
.recruit-merit__license dt {
  margin-bottom: 0;
}
.recruit-merit__license dd {
  line-height: 1.625;
}

/*キャリアステップ
-----------------------------*/
.recruit-career__list {
  padding-left: 3.5em;
  position: relative;
  z-index: 0;
}
.recruit-career__list::before {
  content: "";
  width: 6em;
  height: calc(100% - 5em);
  background: linear-gradient(to bottom, #3096ed 25%, #41b1a5 75%);
  -webkit-clip-path: polygon(calc(100% - 0.25em) 0%, 100% 0%, 100% 100%, 0 85%, 64% 85%);
          clip-path: polygon(calc(100% - 0.25em) 0%, 100% 0%, 100% 100%, 0 85%, 64% 85%);
  position: absolute;
  left: -2.5em;
  top: 2.5em;
  z-index: -1;
}
.recruit-career__item {
  padding: 2em 1.5em;
  margin-bottom: 2em;
  box-shadow: 0 0 0 2px #fff;
}
.recruit-career__item:last-of-type {
  margin-bottom: 0;
}
.recruit-career__item::before {
  width: calc(100% - 1.25em);
  height: calc(100% - 1.25em);
}
.recruit-career__item:first-of-type::after {
  width: 2.25em;
  bottom: -2em;
  right: -0.25em;
  transform: scale(-1, 1);
}
.recruit-career__item:last-of-type::after {
  width: 5em;
  left: -2.5em;
  bottom: max(-80px, -17.7777777778vw);
  transform: scale(-1, 1);
}
.recruit-career__heading {
  font-size: var(--font-size-h5);
  row-gap: 0.5em;
  margin-bottom: 1em;
}
.recruit-career__heading::before {
  font-size: calc(1em - 2px);
  letter-spacing: var(--letter-spacing-lexend);
  padding-right: calc(var(--letter-spacing-lexend) * -1);
  margin-block: -0.15em;
}
.recruit-career__heading > span {
  line-height: var(--line-height-h5);
}
.recruit-career__heading > span::after {
  content: "/";
  margin-block: 0.25em;
}
.recruit-career__heading > span:last-of-type::after {
  display: none;
}
.recruit-career__body {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}

/*===============================================
  募集要項
===============================================*/
/*募集要項
-----------------------------*/
.offer-description__table {
  margin-bottom: min(80px, 17.7777777778vw);
}

/*選考フロー
-----------------------------*/
.offer-flow__item {
  padding: 2em 1.5em 2.5em;
  margin-bottom: 3em;
}
.offer-flow__item::before {
  border-width: 2px;
}
.offer-flow__item::after {
  width: 2.5em;
  height: 1em;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 1em);
}
.offer-flow__item:nth-of-type(3n)::after {
  display: none;
}
.offer-flow__num {
  font-size: var(--font-size-h1);
  letter-spacing: var(--letter-spacing-lexend);
  padding-right: calc(var(--letter-spacing-lexend) * -1);
  margin-block: -0.15em;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}
.offer-flow__num span {
  font-size: 1.5em;
  margin-block: -0.05em;
}
.offer-flow__icon {
  margin-bottom: 1.5em;
}
.offer-flow__icon img {
  width: min(135px, 30vw);
}
.offer-flow__body {
  text-align: center;
  line-height: 1.625;
}
.offer-flow__body p {
  word-break: keep-all;
}

/*===============================================
  会社概要
===============================================*/
/*代表挨拶
-----------------------------*/
.company-greeting__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em 3%;
}
.company-greeting__text {
  grid-column: span 2;
}
.company-greeting__image img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*会社情報
-----------------------------*/
.company-info__table td .com-replace {
  font-size: var(--font-size-xs);
}
.company-info__map {
  height: min(360px, 80vw);
  margin-top: 2.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;
}

/*==================================================
 ブログ・コラム詳細
================================================== */
.column-detail__title {
  font-size: var(--font-size-h4);
}
.column-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);
  padding: 0 0.5em;
  margin-top: 0.25em;
}
.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(60px, 15.5555555556vw, 70px);
  outline-width: 2px;
  outline-offset: -2px;
  margin: 0 auto 1.25em;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*==================================================
 お問い合わせ完了
================================================== */
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  margin-bottom: 3.5em;
}
.privacy-policy__heading {
  font-size: var(--font-size-h4);
}

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

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