@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
html {
  scroll-padding-top: 4.5rem;
}
@media screen and (max-width: 374px) {
  html {
    font-size: clamp(14px, 4.2666666667vw, 16px);
  }
}

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

/*===============================================
  ページネーション
===============================================*/
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 320px;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - clamp(32px, 10vw, 48px));
  height: 4.5rem;
}
#header .header__logo {
  width: 6.875rem;
}
#header .header__logo img {
  width: 100%;
  aspect-ratio: 110/54;
  -o-object-fit: contain;
     object-fit: contain;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-block-start: 2.5rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 3.125rem;
}
#footer .footer__inner > * {
  width: 100%;
}
#footer .footer__other {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1.875rem;
  padding-inline: clamp(16px, 5vw, 24px);
}
#footer .footer__logo {
  text-align: center;
}
#footer .footer__logo img {
  width: 10.3125rem;
}
#footer .footer__add {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  font-size: calc(1em - 1px);
}
.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--color-white);
  padding-block-start: 1px;
}
.footer-nav__item {
  background: var(--color-text);
}
.footer-nav__item:first-of-type:nth-last-of-type(2n + 1) {
  display: none;
}
.footer-nav__link {
  line-height: 2;
  padding: 1em;
}

/*コピーライト
-----------------------------*/
.copy {
  padding-block: calc((2.5rem - 1em) / 2);
  margin-bottom: 6rem;
}
/*===============================================
  fixed固定
===============================================*/
/*サイドボタン
-----------------------------*/
#side {
  display: grid;
  grid-template-columns: 1fr 6rem;
  width: 100%;
  left: 0;
  bottom: 0;
}
#side .mail a {
  font-size: var(--font-size-lg);
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  padding-right: 1.25rem;
}
#side .mail a::before {
  width: 1.875rem;
  aspect-ratio: 1;
}
#side .line img {
  width: 50%;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
  padding: 0.625rem;
}
.visual__item {
  height: 9.375rem;
  padding: 1.25rem 1rem;
}
.visual__item::after {
  width: 3.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
}
.visual__item--official, .visual__item--business {
  height: 15rem;
  padding: 1.5rem 1.25rem;
  grid-column: span 2;
}
.visual__item--official .visual__catch--main img, .visual__item--business .visual__catch--main img {
  width: 20rem;
}
.visual__item--official .visual__catch--main {
  filter: drop-shadow(0.25rem 0.25rem #10a9c8);
}
.visual__item--business .visual__catch--main {
  filter: drop-shadow(0.25rem 0.25rem #283279);
}
.visual__item--elec .visual__catch--main {
  filter: drop-shadow(0.1875rem 0.1875rem #0086b0);
}
.visual__item--telecom .visual__catch--main {
  filter: drop-shadow(0.1875rem 0.1875rem #1990cb);
}
.visual__item--harness .visual__catch--main {
  filter: drop-shadow(0.1875rem 0.1875rem #2d99af);
}
.visual__item--cable .visual__catch--main {
  filter: drop-shadow(0.1875rem 0.1875rem #008daa);
}
.visual__catch--main img {
  width: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 13.5rem;
  padding-inline: clamp(16px, 5vw, 24px);
}
.visual__sub::before {
  width: 80%;
}
.visual__catch--sub {
  min-width: 64%;
  font-size: min(var(--font-size-h2), 5.6vw);
  padding: 0.5em 0.5em;
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: calc(1.5625rem - 0.5em);
}
.breadcrumb__list {
  width: calc(100% - clamp(32px, 10vw, 48px));
}
/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 5rem;
}
.section--bg {
  background-size: 64%;
}

.inbox {
  width: calc(100% - clamp(32px, 10vw, 48px));
}

/* ボックス
-----------------------------*/
.com-box::before {
  background-size: 32%;
}

/*電話番号
-----------------------------*/
.com-tel {
  row-gap: 0.625rem;
}
.com-tel__num {
  font-size: 1.875rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.com-tel__num::before {
  width: 1.3125rem;
}
.com-tel__num span {
  margin-block: -0.1875rem;
}
.com-tel__info {
  display: flex;
  gap: 0.3125rem;
}
.com-tel__info dt {
  width: 4.375rem;
}
.com-tel__info dd {
  margin-right: 1em;
}
.com-tel__info dd:last-of-type {
  margin-right: 0;
}
.com-tel .com-replace {
  width: 100%;
  font-size: 0.6875rem;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 20rem;
  height: 4.375rem;
}
.com-btn::after {
  width: 1.25rem;
  right: 1.25rem;
}

/* SNS
-----------------------------*/
.com-sns {
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}
.com-sns li a {
  height: 4rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  flex-direction: row;
  padding-inline: 0.3125rem 0.9375rem;
  border-bottom: solid 2px var(--color-white);
}
.com-sns li a::before {
  width: 2rem;
}
.com-sns li:nth-of-type(2n) a {
  border-bottom-color: var(--color-yellow);
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.5;
}
.com-table tr th,
.com-table tr td {
  padding: 1em;
}
.com-table--noblock tr th {
  width: 8em;
  text-align: center;
  vertical-align: middle;
  border-bottom: solid 1px var(--color-white);
}
.com-table--noblock tr td {
  border-bottom: solid 1px var(--color-blue);
  border-right: solid 1px var(--color-blue);
}
.com-table--noblock tr:first-of-type th,
.com-table--noblock tr:first-of-type td {
  border-top: solid 1px var(--color-blue);
}
.com-table--noblock tr:last-of-type th {
  border-bottom-color: var(--color-blue);
}
.com-table:not(.com-table--noblock) table,
.com-table:not(.com-table--noblock) table tbody,
.com-table:not(.com-table--noblock) table th,
.com-table:not(.com-table--noblock) table tr,
.com-table:not(.com-table--noblock) table td {
  display: block !important;
  width: 100% !important;
}
/*テキストボックス
-----------------------------*/
.com-text br:not(.pc-none) {
  display: none;
}

/*お知らせ
-----------------------------*/
.com-post__item--image .com-post__heading > span {
  -webkit-line-clamp: 2;
}
.com-post__date {
  font-size: var(--font-size-sm);
  line-height: 1.71429;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  margin-bottom: 2.5rem;
}
.com-title01 > span::before {
  width: calc(100% + 4rem);
  height: 2rem;
  top: calc(-1.5rem + 0.5lh - 0.5em);
}

.top-title .en {
  font-size: 3.75rem;
  letter-spacing: var(--letter-spacing-lg);
  margin-inline-end: calc(var(--letter-spacing-lg) * -1);
  margin-block: -0.2em -0.05em;
}
.top-title img {
  height: 2.4375rem;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/*ご挨拶
-----------------------------*/
.top-greeting::before {
  width: 45%;
  height: 15rem;
  top: 0.625rem;
}
.top-greeting::after {
  width: calc(100% + 15.625rem);
  height: 7.5rem;
}
.top-greeting__wrap {
  padding-bottom: 2.5rem;
}
.top-greeting__wrap::before {
  width: calc(100% - clamp(16px, 5vw, 24px));
  height: calc(100% - min(1.875rem, 6vw));
  top: min(1.875rem, 6vw);
  right: clamp(32px, 10vw, 48px);
  left: inherit;
}
.top-greeting__title {
  row-gap: 2rem;
  margin-bottom: 3.125rem;
}
.top-greeting__title .en {
  font-size: min(3.75rem, 12vw);
}
.top-greeting__title .ja {
  padding-right: 1.875rem;
}
.top-greeting__title .ja::before {
  width: calc(100vw - clamp(32px, 10vw, 48px) - 100%);
  height: 0.1875rem;
}
.top-greeting__title img {
  height: 2.125rem;
}
.top-greeting__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.top-greeting__movie {
  width: 100%;
  margin-bottom: 1.875rem;
}
.top-greeting__text {
  width: calc(100% - clamp(48px, 15vw, 72px));
}

/*このようなお困りごとはありませんか？
-----------------------------*/
.top-worries__inner {
  padding-block: 5rem 7.5rem;
}
.top-worries__inner::after {
  width: 100vw;
  height: 8.25rem;
  bottom: 0.3125rem;
}
.top-worries__title {
  margin-bottom: 2.5rem;
}
.top-worries__title img {
  height: 4.625rem;
}
.top-worries__title::before {
  width: calc(100% + 6.25rem);
  height: 3.375rem;
}
.top-worries__item {
  font-size: var(--font-size-lg);
  line-height: 1.66667;
  padding-block: calc((4rem - 1lh) / 2);
  padding-inline: 3.5rem 1.5rem;
  border-radius: 100vh;
  margin-bottom: 0.625rem;
}
.top-worries__item:last-of-type {
  margin-bottom: 0;
}
.top-worries__item::before {
  width: 2.8125rem;
  top: -0.5rem;
  left: -0.5rem;
}
.top-worries__item:nth-of-type(3n + 2) {
  outline-color: var(--color-emerald);
}
.top-worries__item:nth-of-type(3n + 2)::before {
  background-image: url(../img/index/icon_worries02.svg);
}
.top-worries__item:nth-of-type(3n) {
  outline-color: var(--color-blue);
}
.top-worries__item:nth-of-type(3n)::before {
  background-image: url(../img/index/icon_worries03.svg);
}
.top-worries__item:last-of-type::after {
  content: "";
  width: 2rem;
  aspect-ratio: 1;
  background: url(../img/index/deco_worries-balloon.svg) no-repeat right bottom/contain;
  filter: drop-shadow(0.25rem 0.25rem rgba(88, 192, 205, 0.4));
  position: absolute;
  right: 8.125rem;
  top: calc(100% + 0.625rem);
}
.top-worries__box {
  padding-block: 4rem;
}
.top-worries__box::before {
  aspect-ratio: 3/1;
  height: calc(1.875rem + 1px);
}
.top-worries__box::after {
  width: 100%;
  height: calc(100% - 2.5rem);
  max-height: 15rem;
}
.top-worries__text {
  font-size: min(var(--font-size-h5), 5vw);
  line-height: var(--line-height-h5);
}
.top-worries__text::before {
  width: calc(100% + 6rem);
  height: 6rem;
}
.top-worries__text p {
  margin-inline-end: -0.5em;
}

/*対応エリア
-----------------------------*/
.top-area {
  padding-block: 4rem;
}
.top-area__wrap {
  padding: 2.5rem 1.5rem;
}
.top-area__wrap::before {
  width: 100%;
}
.top-area__title {
  margin-bottom: 1.25rem;
}
.top-area__title .en {
  margin-block-end: -1.5rem;
}
.top-area__title .ja {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.top-area__title .ja::before {
  width: 2rem;
}
.top-area__title .ja::after {
  width: calc(100% + 3.5rem);
  height: 2rem;
  top: -1.25rem;
}
.top-area__map {
  text-align: center;
  margin-bottom: -7.5rem;
}
.top-area__map img {
  width: 22.5rem;
}
.top-area__text {
  padding: 1.875rem 1.25rem;
}
.top-area__text::before {
  transform: rotate(2.5deg);
}
.top-area__text p:first-of-type::before {
  width: 1.25rem;
  top: -2.6vw;
  left: 1.5rem;
}

/*ご依頼の流れ
-----------------------------*/
.top-flow::after {
  height: 5.5rem;
}
.top-flow__title {
  margin-bottom: 2.5rem;
}
.top-flow__title .en {
  margin-block-end: -0.75rem;
}
.top-flow__title .ja::after {
  width: calc(100% + 4rem);
  height: 2rem;
  top: -1.5rem;
}
.top-flow__title img {
  height: 2.125rem;
}
.top-flow__list {
  padding-left: 2.5rem;
}
.top-flow__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding: 0.9375rem 1.875rem;
  border-radius: 100vh;
  margin-bottom: 2.25rem;
}
.top-flow__item:last-of-type {
  margin-bottom: 0;
}
.top-flow__item::before {
  font-size: var(--font-size-h5);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2.8125rem;
}
.top-flow__item::after {
  height: 1rem;
  aspect-ratio: 2/1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  top: calc(100% + 0.625rem);
  transform: translateX(-50%);
}
.top-flow__icon {
  width: 2.8125rem;
  flex-shrink: 0;
}
.top-flow__icon img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-flow__heading {
  font-size: var(--font-size-lg);
}
.top-flow__heading > span {
  line-height: var(--line-height-lg);
}

/*バナーリンクセクション
-----------------------------*/
.top-links::before {
  width: calc(100% + 15.625rem);
  height: 7.5rem;
}
.top-links__item {
  height: 11.25rem;
  margin-bottom: 1.25rem;
}
.top-links__item:last-of-type {
  margin-bottom: 0;
}
.top-links__heading {
  row-gap: 0.9375rem;
}
.top-links__heading .ja {
  height: 1.875rem;
}
.top-links__heading .en {
  height: 1.5rem;
}
.top-links__heading::after {
  width: 3.125rem;
  right: 1.25rem;
  bottom: 1.25rem;
}

/*求人募集
-----------------------------*/
.top-recruit::before {
  width: 100%;
  height: 100%;
  background-size: 45%;
}
.top-recruit::after {
  font-size: 2.625rem;
  top: 0.625rem;
  right: 0.3125rem;
}
.top-recruit__wrap::after {
  width: 98vw;
  height: 6.25rem;
  left: 50%;
  bottom: -5rem;
  pointer-events: none;
  transform: translateX(-50%) scale(-1, 1);
}
.top-recruit__title {
  margin-bottom: 2.5rem;
}
.top-recruit__title > span {
  padding-inline: 2rem;
}
.top-recruit__title > span::before {
  width: 100%;
  height: 2rem;
  top: -1.5rem;
}
.top-recruit__text {
  color: var(--color-white);
}
.top-recruit__btn {
  margin: 2.5rem auto 0;
}

/*ご相談・お問い合わせ
-----------------------------*/
.top-contact {
  padding-block: 2.5rem;
}
.top-contact__inner {
  width: calc(100% - clamp(12px, 3.75vw, 18px));
  padding: 2.5rem 1.5rem;
  background-size: 7.5rem;
}
.top-contact__title {
  margin-bottom: 2rem;
}
.top-contact__title .en {
  font-size: min(3.75rem, 12.5vw);
  white-space: nowrap;
  margin-block-end: -0.625rem;
}
.top-contact__text::before {
  display: none;
}
.top-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem 1.875rem;
  margin-top: 2.5rem;
}
.top-contact__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.9375rem;
}
.top-contact__btn {
  height: 80px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-size: var(--font-size-lg);
  border-radius: 0.625rem;
}
.top-contact__btn::before {
  width: 40px;
}
.top-contact__btn.com-btn--mail::before {
  width: 2.25rem;
}

/*お知らせ/ブログ
-----------------------------*/
.top-news__title {
  margin-bottom: 2rem;
}
.top-news__title .en {
  margin-bottom: -0.625rem;
}
.top-news__title .ja::before {
  width: calc(100% + 4rem);
  height: 2.25rem;
  top: -1.5rem;
}
.top-news__title img {
  height: 2.75rem;
}
.top-news__item .com-post__link {
  row-gap: 0.75rem;
  padding: 1.25rem;
  padding-right: 3.125rem;
}
.top-news__item .com-post__link::after {
  width: 1.875rem;
}
.top-news__btn {
  margin: 2.5rem auto 0;
}

/*===============================================
  TANKについて
===============================================*/
/*当社の強み
-----------------------------*/
.about-advantage__item {
  line-height: 1.66667;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  padding-block: calc((4rem - 1lh) / 2);
  padding-inline: 1.25rem;
  border-radius: 0.625rem;
  margin-bottom: 0.9375rem;
}
.about-advantage__item:last-of-type {
  margin-bottom: 0;
}
.about-advantage__item::before {
  width: 1.25rem;
  margin-top: calc((1lh - 1.25rem) / 2);
}

/*対応可能な加工
-----------------------------*/
.about-proc__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-proc__image {
  margin-bottom: 0.9375rem;
}
.about-proc__image img {
  outline-width: 0.25rem;
  outline-offset: -0.25rem;
}
.about-proc__list {
  gap: 0.625rem;
  padding: 1.25rem;
  outline-width: 0.25rem;
  outline-offset: -0.25rem;
  align-self: center;
}
.about-proc__list li {
  padding: calc((3.125rem - 1lh) / 2) 0.5em;
  border-radius: 0.5rem;
}
.about-proc__list li:last-of-type:nth-of-type(2n + 1) {
  grid-column: span 2;
}

/*対応業務
-----------------------------*/
.about-service::after {
  width: calc(100% + 15.625rem);
  height: 7.5rem;
}
.about-service__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-service__image {
  margin-bottom: 0.9375rem;
}
.about-service__image img {
  outline-width: 0.25rem;
  outline-offset: -0.25rem;
}
.about-service__list {
  gap: 0.625rem;
  padding: 1.25rem;
  outline-width: 0.25rem;
  outline-offset: -0.25rem;
  align-self: center;
}
.about-service__list li {
  padding: calc((3.125rem - 1lh) / 2) 0.5em;
  border-radius: 0.5rem;
}
.about-service__list li:last-of-type:nth-of-type(2n + 1) {
  grid-column: span 2;
}

/*===============================================
  事業紹介
===============================================*/
/*共通
-----------------------------*/
.service-sec__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-sec__image {
  margin-bottom: 1.875rem;
}
.service-sec__image img {
  outline-width: 0.25rem;
  outline-offset: -0.25rem;
}
/*===============================================
  求人情報
===============================================*/
/*募集にあたって
-----------------------------*/
.recruit-lead__image {
  width: 88%;
}
.recruit-lead__image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-lead__image img {
  outline-width: 0.25rem;
  outline-offset: -0.25rem;
}
.recruit-lead__text {
  width: 92%;
  padding: 3rem 0 2rem 1.5rem;
  margin-left: auto;
  margin-top: -1.5rem;
}
.recruit-lead__text::before {
  width: calc(100% + clamp(16px, 5vw, 24px));
}

/*TANKで働くメリット
-----------------------------*/
.recruit-merit__item {
  padding: 2rem 1.5rem;
  margin-bottom: 1.25rem;
}
.recruit-merit__item:last-of-type {
  margin-bottom: 0;
}
.recruit-merit__heading {
  align-items: center;
  flex-direction: row;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-bottom: 0.9375rem;
  margin-bottom: 1.25rem;
}
.recruit-merit__heading::before, .recruit-merit__heading::after {
  width: 2.5rem;
  border-radius: 50%;
  font-size: var(--font-size-lg);
  flex-shrink: 0;
}

/*1日の流れ
-----------------------------*/
.recruit-flow::after {
  width: calc(100% + 15.625rem);
  height: 7.5rem;
}
.recruit-flow__item {
  padding: 2rem 1.5rem;
  outline-width: 0.25rem;
  outline-offset: -0.25rem;
  margin-bottom: 3.125rem;
}
.recruit-flow__item:last-of-type {
  margin-bottom: 0;
}
.recruit-flow__item::after {
  height: 1.25rem;
  aspect-ratio: 3/1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  top: calc(100% + 0.9375rem);
  transform: translateX(-50%);
}
.recruit-flow__time {
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 0.5em;
  margin-bottom: 1.25rem;
}
.recruit-flow__time::after {
  aspect-ratio: 2/1;
  height: calc(0.5rem + 1px);
  left: 0.9375rem;
}
.recruit-flow__heading {
  border-bottom-width: 0.1875rem;
  padding-bottom: 0.9375rem;
  margin-bottom: 1.25rem;
}

/*バナーリンクセクション
-----------------------------*/
.recruit-bnr {
  background-size: 36%;
}
.recruit-bnr::after {
  width: 96%;
  max-width: 36.875rem;
  height: 7.5rem;
  bottom: 0;
}
.recruit-bnr__item {
  max-width: 26.25rem;
  height: 9.375rem;
  font-size: var(--font-size-h5);
  padding-bottom: 0.3125rem;
}
.recruit-bnr__item > span {
  text-align: center;
  line-height: var(--line-height-h5);
}
.recruit-bnr__item::before, .recruit-bnr__item::after {
  width: 3.125rem;
  right: 0.625rem;
  top: inherit;
  bottom: 0.625rem;
  transform: none;
}

/*===============================================
  会社案内
===============================================*/
/*会社理念
-----------------------------*/
.company-policy__text {
  padding: 1.5rem 1.25rem;
}

/*会社概要
-----------------------------*/
.company-info__table tr td .com-replace {
  font-size: var(--font-size-xs);
}

/*アクセスマップ
-----------------------------*/
.company-map__box {
  height: 20rem;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
.news-archive__item .com-post__link {
  padding: 1rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.news-archive__item .com-post__image {
  width: 6.875rem;
}
.news-archive__item .com-post__inner {
  row-gap: 0.9375rem;
  padding-inline: 0.625rem;
}
.news-archive__item .com-post__tags {
  width: 100%;
  justify-content: flex-end;
}

/* お知らせ 詳細
-----------------------------*/
.news-detail__heading {
  padding-bottom: 1.25rem;
  margin-bottom: 1.5625rem;
}

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1.5625rem;
  margin-top: 3.125rem;
}
.contact-form__btn {
  height: 80px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-size: var(--font-size-lg);
  border-radius: 0.625rem;
}
.contact-form__btn::before {
  width: 40px;
}
.contact-form__inner {
  margin-top: 3.125rem;
}
.contact-form .contact-submits-wrap > * {
  height: 4.375rem;
  margin: 0 auto 1.25rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

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

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

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