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

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

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

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

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.9375rem;
}
#header .header__logo {
  width: 10.125rem;
}
#header .header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 6.875rem;
}
#header .header__other {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  row-gap: 0.9375rem;
  padding-right: 1.875rem;
}
#header .header__tel {
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: flex-start;
  grid-auto-flow: column;
  gap: 0.6875rem 1.25rem;
}
#header .header__tel .com-tel__num {
  font-size: 1.5625rem;
  -moz-column-gap: 0.3125rem;
       column-gap: 0.3125rem;
}
#header .header__tel .com-tel__info {
  grid-row: span 2;
}
#header .header__tel .com-replace {
  -o-object-position: left center;
     object-position: left center;
}
#header .header__sns {
  height: 100%;
}
#header .header__sns li {
  height: 100%;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-block: 6.25rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 3.125rem;
       column-gap: 3.125rem;
  width: 67.5rem;
}
#footer .footer__other {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.875rem 2.5rem;
  width: 50%;
}
#footer .footer__info {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  min-height: 6.25rem;
  padding-left: 2.5rem;
  border-left: solid 1px var(--color-white);
}
#footer .footer__tel {
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: flex-start;
  grid-auto-flow: column;
  gap: 0.625rem 1.25rem;
  grid-column: span 2;
}
#footer .footer__tel .com-tel__info {
  grid-row: span 2;
  row-gap: 0.625rem;
}
#footer .footer__tel .com-replace {
  -o-object-position: left center;
     object-position: left center;
  padding-left: 1.9375rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  font-size: var(--font-size-sm);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
  flex-shrink: 0;
  padding-top: 1.25rem;
}
.footer-nav__list {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  gap: 1.25rem 3.75rem;
}
.footer-nav__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  margin-block: calc((1em - 1lh) / 2);
}
.footer-nav__item::before {
  content: "";
  display: block;
  height: calc(1em - 1px);
  aspect-ratio: 4/7;
  -webkit-mask: url(../img/common/arrow-nav.svg) no-repeat center/contain;
          mask: url(../img/common/arrow-nav.svg) no-repeat center/contain;
  background: var(--color-white);
}

/*コピーライト
-----------------------------*/
.copy {
  padding-block: calc((3.375rem - 1em) / 2);
}

/*===============================================
  fixed固定
===============================================*/
/*サイドボタン
-----------------------------*/
#side {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 1.875rem;
  bottom: 1.875rem;
  right: 0.3125rem;
}
#side .mail {
  width: 3.75rem;
  aspect-ratio: 6/18;
}
#side .mail a {
  flex-direction: column;
  font-size: var(--font-size-sm);
  row-gap: 0.625rem;
  border-radius: 100vw;
  border-bottom-right-radius: 0;
  box-shadow: 0.25rem 0.25rem rgba(0, 183, 240, 0.5);
}
#side .mail a::before {
  width: 1.25rem;
  aspect-ratio: 10/7;
}
#side .mail a span {
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
  letter-spacing: var(--letter-spacing-lg);
  margin-inline-end: calc(var(--letter-spacing-lg) * -1);
}
#side .line {
  width: 4.0625rem;
}
#side .line a {
  border-radius: 50%;
  border-bottom-right-radius: 0;
}
#side .line img {
  width: 1.5rem;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  padding: 0.625rem 1.25rem 1.25rem;
}
.visual__item {
  height: clamp(240px, 18.2291666667vw, 350px);
  padding: clamp(22px, 1.71875vw, 33px) clamp(16px, 1.25vw, 24px);
}
.visual__item::after {
  width: clamp(84px, 4.1666666667vw, 80px);
  right: clamp(14px, 1.0416666667vw, 20px);
  bottom: clamp(14px, 1.0416666667vw, 20px);
}
.visual__item--official, .visual__item--business {
  height: clamp(370px, 28.6458333333vw, 550px);
  padding: clamp(24px, 1.875vw, 36px);
  grid-column: span 2;
}
.visual__item--official::after, .visual__item--business::after {
  bottom: clamp(20px, 1.5625vw, 30px);
}
.visual__item--official .visual__catch--main img, .visual__item--business .visual__catch--main img {
  width: clamp(483px, 37.7083333333vw, 724px);
  min-height: inherit;
}
.visual__item--official .visual__catch--main {
  filter: drop-shadow(clamp(4px, 0.3125vw, 6px) clamp(4px, 0.3125vw, 6px) #10a9c8);
}
.visual__item--business .visual__catch--main {
  filter: drop-shadow(clamp(4px, 0.3125vw, 6px) clamp(4px, 0.3125vw, 6px) #283279);
}
.visual__item--elec .visual__catch--main {
  filter: drop-shadow(clamp(4px, 0.2604166667vw, 5px) clamp(4px, 0.2604166667vw, 5px) #0086b0);
}
.visual__item--telecom .visual__catch--main {
  filter: drop-shadow(clamp(4px, 0.2604166667vw, 5px) clamp(4px, 0.2604166667vw, 5px) #1990cb);
}
.visual__item--harness .visual__catch--main {
  filter: drop-shadow(clamp(4px, 0.2604166667vw, 5px) clamp(4px, 0.2604166667vw, 5px) #2d99af);
}
.visual__item--cable .visual__catch--main {
  filter: drop-shadow(clamp(4px, 0.2604166667vw, 5px) clamp(4px, 0.2604166667vw, 5px) #008daa);
}
.visual__catch--main img {
  width: clamp(250px, 19.4791666667vw, 374px);
  min-height: clamp(80px, 6.1979166667vw, 119px);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: clamp(300px, 23.4375vw, 450px);
  padding-left: max(50% - 56.25rem, clamp(40px, 3.125vw, 60px));
}
.visual__sub::before {
  width: 66.6667%;
  max-width: calc(50% + 20rem);
  right: clamp(20px, 1.5625vw, 30px);
}
.visual__catch--sub {
  aspect-ratio: 70/12;
  height: clamp(80px, 6.25vw, 120px);
  font-size: clamp(30px, 2.34375vw, 45px);
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-size: var(--font-size-sm);
  line-height: 2;
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: calc((1em - 1lh) / 2);
}
.gnav__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnav__item::after {
  content: "";
  display: block;
  width: 0.5rem;
  aspect-ratio: 1;
  background: var(--color-white);
  border-radius: 50%;
  margin-inline: 1.25rem;
}
.gnav__item:last-of-type::after {
  display: none;
}
.gnav__link {
  display: block;
  letter-spacing: var(--letter-spacing-base);
  margin-inline-end: calc(var(--letter-spacing-base) * -1);
}
.gnav__link:hover, .gnav__link.current {
  color: var(--color-sky);
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: calc(1.5625rem - 0.5em);
}
.breadcrumb__list {
  width: 67.5rem;
}
/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 7.5rem;
}
.section--bg {
  background-size: clamp(530px, 41.1458333333vw, 790px);
}

.inbox {
  width: 67.5rem;
}

/* ボックス
-----------------------------*/
.com-box::before {
  background-size: clamp(310px, 23.9583333333vw, 460px);
}

/*電話番号
-----------------------------*/
.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 {
  gap: 0.3125rem;
}
.com-tel__info dt {
  width: 4.375rem;
}
.com-tel .com-replace {
  width: 100%;
  font-size: 0.6875rem;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 25rem;
  height: 5rem;
}
.com-btn::after {
  width: 1.625rem;
  right: 1.875rem;
}

/* SNS
-----------------------------*/
.com-sns li {
  aspect-ratio: 1;
}
.com-sns li a {
  font-size: var(--font-size-sm);
  background: var(--color-white);
  row-gap: 1em;
}
.com-sns li a::before {
  width: 2em;
}
.com-sns li:nth-of-type(2n) a {
  background: var(--color-yellow);
}

/*テーブル
-----------------------------*/
.com-table tr th,
.com-table tr td {
  padding-block: calc((4.75rem - 1lh) / 2);
}
.com-table tr th {
  width: 21.25rem;
  text-align: center;
  vertical-align: middle;
  padding-inline: 1.25rem;
  border-bottom: solid 1px var(--color-white);
}
.com-table tr td {
  padding-inline: 2.5rem;
  border-bottom: solid 1px var(--color-blue);
  border-right: solid 1px var(--color-blue);
}
.com-table tr:first-of-type th,
.com-table tr:first-of-type td {
  border-top: solid 1px var(--color-blue);
}
.com-table tr:last-of-type th {
  border-bottom-color: var(--color-blue);
}

/*テキストボックス
-----------------------------*/
.com-text p {
  margin-inline-end: calc(var(--letter-spacing-base) * -1);
}

/*お知らせ
-----------------------------*/
.com-post__link {
  line-height: 1.76471;
}

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

.top-title .en {
  font-size: 6.25rem;
  letter-spacing: var(--letter-spacing-lg);
  margin-inline-end: calc(var(--letter-spacing-lg) * -1);
  margin-block: -1.25rem -0.4375rem;
}
.top-title img {
  height: 4.0625rem;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/*ご挨拶
-----------------------------*/
.top-greeting {
  padding-block-start: 9.375rem;
}
.top-greeting::before {
  width: calc(50% - 19.375rem);
  height: 26.25rem;
  top: 5rem;
}
.top-greeting::after {
  width: 100%;
  min-width: clamp(2630px, 205.2083333333vw, 3940px);
  height: clamp(264px, 20.625vw, 396px);
}
.top-greeting__wrap::before {
  width: calc(50vw + 27.5rem);
  min-width: calc(600px + 27.5rem);
  height: calc(100% + 5rem);
  top: 2.5rem;
  right: 6.25rem;
  left: inherit;
}
.top-greeting__title {
  row-gap: 5rem;
  margin-bottom: 3.75rem;
}
.top-greeting__title .ja {
  padding-right: 3.75rem;
}
.top-greeting__title .ja::before {
  width: calc(61.25rem - 100%);
  height: 0.25rem;
}
.top-greeting__title img {
  height: 3.5625rem;
}
.top-greeting__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
}
.top-greeting__movie {
  width: 35.625rem;
  flex-shrink: 0;
}
.top-greeting__text {
  width: 100%;
}
.top-greeting__text .mb {
  margin-bottom: 1.25rem;
}

/*このようなお困りごとはありませんか？
-----------------------------*/
.top-worries__inner {
  padding-block: 7.5rem 9.375rem;
}
.top-worries__inner::after {
  width: 88.75rem;
  height: 18.0625rem;
  bottom: 2.5rem;
}
.top-worries__title {
  margin-bottom: 5rem;
}
.top-worries__title img {
  height: 7.625rem;
}
.top-worries__title::before {
  width: calc(100% + 12.5rem);
  height: 6.5625rem;
}
.top-worries__list {
  display: grid;
  grid-template: repeat(3, 1fr)/repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 1.25rem 2.5rem;
}
.top-worries__item {
  font-size: var(--font-size-h5);
  line-height: 1.35715;
  padding-block: calc((5rem - 1lh) / 2);
  padding-inline: 4.375rem 3.125rem;
  border-radius: 100vh;
}
.top-worries__item::before {
  width: 3.75rem;
  top: -0.625rem;
  left: -0.625rem;
}
.top-worries__item:nth-of-type(6n + 2), .top-worries__item:nth-of-type(6n) {
  outline-color: var(--color-blue);
}
.top-worries__item:nth-of-type(6n + 2)::before, .top-worries__item:nth-of-type(6n)::before {
  background-image: url(../img/index/icon_worries03.svg);
}
.top-worries__item:nth-of-type(6n + 3), .top-worries__item:nth-of-type(6n + 4) {
  outline-color: var(--color-emerald);
}
.top-worries__item:nth-of-type(6n + 3)::before, .top-worries__item:nth-of-type(6n + 4)::before {
  background-image: url(../img/index/icon_worries02.svg);
}
.top-worries__item:last-of-type::after {
  content: "";
  width: 2.4375rem;
  aspect-ratio: 39/41;
  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: 9.0625rem;
  top: calc(100% + 1.25rem);
}
.top-worries__box {
  padding-block: 7.5rem;
}
.top-worries__box::before {
  aspect-ratio: 9/5;
  height: calc(3.125rem + 1px);
}
.top-worries__box::after {
  width: 63.75rem;
  height: calc(100% - 1rem);
  max-height: 18.8125rem;
}
.top-worries__text {
  font-size: var(--font-size-h5);
  line-height: 1.78572;
}
.top-worries__text::before {
  width: calc(100% + 12.5rem);
  height: 8.875rem;
}

/*対応エリア
-----------------------------*/
.top-area__wrap {
  padding-block: 7.5rem 6.25rem;
}
.top-area__wrap::before {
  width: 80rem;
}
.top-area__title .en {
  margin-block-end: -1.5rem;
}
.top-area__title .ja {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-right: 3.75rem;
}
.top-area__title .ja::before {
  width: 2.75rem;
}
.top-area__title .ja::after {
  width: calc(100% + 4rem);
  height: 2.8125rem;
  top: -1.5625rem;
}
.top-area__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  -moz-column-gap: 3.125rem;
       column-gap: 3.125rem;
}
.top-area__map {
  width: 27.5rem;
  flex-shrink: 0;
  margin-top: -2rem;
}
.top-area__text {
  width: 100%;
  padding-block: calc(3.75rem - (0.5lh - 0.5em));
  padding-inline: 3.75rem 1.875rem;
  margin-top: 5.3125rem;
}
.top-area__text::before {
  width: 38.125rem;
  height: 17.5rem;
  top: 1rem;
  left: -1rem;
  transform: rotate(5deg);
}
.top-area__text p:first-of-type::before {
  width: 1.6875rem;
  top: -0.8125rem;
  left: 2.5rem;
}

/*ご依頼の流れ
-----------------------------*/
.top-flow::after {
  height: clamp(223px, 17.3958333333vw, 334px);
}
.top-flow__title {
  margin-bottom: 5rem;
}
.top-flow__title .en {
  margin-block-end: -1.1875rem;
}
.top-flow__title .ja::after {
  width: calc(100% + 5.375rem);
  height: 2.25rem;
  top: -1.75rem;
}
.top-flow__title img {
  height: 3.5625rem;
}
.top-flow__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
  padding-top: 2.5rem;
}
.top-flow__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 0.625rem;
  min-height: 27.5rem;
  padding-block: 1.875rem 2.5rem;
  border-radius: 100vw;
}
.top-flow__item::before {
  font-size: var(--font-size-h5);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2.5rem;
  margin-block-start: -0.3125rem;
}
.top-flow__item::after {
  width: 1.25rem;
  aspect-ratio: 2/3;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 50%;
  left: calc(100% + 1.25rem);
  transform: translateY(-50%);
}
.top-flow__icon {
  width: 4.375rem;
}
.top-flow__icon img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-flow__heading {
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
}

/*バナーリンクセクション
-----------------------------*/
.top-links::before {
  height: clamp(145px, 11.1979166667vw, 215px);
  bottom: -0.125rem;
}
.top-links__items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  width: 80rem;
}
.top-links__item {
  width: 100%;
  height: 17.5rem;
}
.top-links__heading {
  row-gap: 1.5625rem;
}
.top-links__heading .ja {
  height: 2.375rem;
}
.top-links__heading .en {
  height: 1.9375rem;
}
.top-links__heading::after {
  width: 3.75rem;
  right: 1.875rem;
  bottom: 1.875rem;
}

/*求人募集
-----------------------------*/
.top-recruit {
  padding-block: 9.375rem;
}
.top-recruit::before {
  width: calc(50% + 8.75rem);
  height: 100%;
  background-size: clamp(378px, 29.53125vw, 567px);
}
.top-recruit::after {
  font-size: 4.6875rem;
  margin-block: -0.9375rem -0.3125rem;
  margin-inline: -0.1875rem;
  top: 1.25rem;
  right: 0.625rem;
}
.top-recruit__wrap {
  display: grid;
  grid-template-columns: 1fr 35.625rem;
  align-items: flex-start;
  min-height: 14.375rem;
}
.top-recruit__wrap::after {
  width: 28.3125rem;
  height: 15.4375rem;
  left: 0;
  bottom: -6.875rem;
}
.top-recruit__title {
  align-items: flex-start;
  text-align: left;
}
.top-recruit__title > span {
  padding-inline: 2.625rem;
}
.top-recruit__title > span::before {
  width: 100%;
  height: 2.8125rem;
  top: -1.75rem;
}
.top-recruit__title img {
  height: 4.125rem;
}
.top-recruit__text {
  color: var(--color-white);
  line-height: 2.35295;
}
.top-recruit__btn {
  margin-top: 3.75rem;
}

/*ご相談・お問い合わせ
-----------------------------*/
.top-contact__inner {
  padding: 6.25rem 3.75rem;
  background-size: 17.3125rem;
}
.top-contact__title {
  margin-bottom: 3.5rem;
}
.top-contact__title .en {
  margin-block-end: -1.4375rem;
}
.top-contact__text {
  text-align: center;
  font-weight: 800;
  line-height: 2.35295;
}
.top-contact__text::before {
  width: calc(100% + 10rem);
  height: 8.875rem;
}
.top-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.875rem 3.75rem;
  margin-top: 3.75rem;
}
.top-contact__tel {
  row-gap: 0.625rem;
}
.top-contact__tel .com-tel__info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.625rem;
}
.top-contact__tel .com-tel__info dd {
  margin-right: 0.9375rem;
}
.top-contact__tel .com-tel__info dd:last-of-type {
  margin-right: 0;
}
.top-contact__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
}
.top-contact__btn {
  flex-direction: column;
  row-gap: 0.9375rem;
  width: 12.5rem;
  height: 6.25rem;
  font-size: var(--font-size-sm);
  border-radius: 0.625rem;
}
.top-contact__btn::before {
  width: 1.875rem;
}
.top-contact__btn.com-btn--mail::before {
  aspect-ratio: 30/22;
}

/*お知らせ/ブログ
-----------------------------*/
.top-news__box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  gap: 2.5rem;
}
.top-news__title {
  align-items: flex-start;
  text-align: left;
  order: 0;
}
.top-news__title .en {
  font-size: 5rem;
  margin-block: -0.9375rem -1.125rem;
}
.top-news__title .ja::before {
  width: calc(100% + 3.75rem);
  height: 2.8125rem;
  top: -1.625rem;
}
.top-news__title img {
  height: 4.5625rem;
}
.top-news__list,
.top-news .com-empty {
  grid-column: span 2;
  order: 2;
}
.top-news__item .com-post__link {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.625rem 1.875rem;
  padding-block: 1.875rem;
  padding-inline: 2.5rem 6.25rem;
}
.top-news__item .com-post__link::after {
  width: 3.125rem;
}
.top-news__item .com-post__tags {
  justify-content: flex-end;
  grid-column: span 2;
}
.top-news__btn {
  width: 18.75rem;
  height: 4.375rem;
  order: 1;
}

/*===============================================
  TANKについて
===============================================*/
/*当社の強み
-----------------------------*/
.about-advantage__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.about-advantage__item {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  padding-block: calc((5rem - 1lh) / 2);
  padding-inline: 1.875rem;
  border-radius: 100vh;
}
.about-advantage__item::before {
  width: 1.5625rem;
  margin-top: calc((1lh - 1.5625rem) / 2);
}

/*対応可能な加工
-----------------------------*/
.about-proc__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
}
.about-proc__image {
  width: 30.625rem;
}
.about-proc__image img {
  width: 100%;
  aspect-ratio: 1.53125;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-proc__image {
  flex-shrink: 0;
}
.about-proc__image img {
  outline-width: 0.3125rem;
  outline-offset: -0.3125rem;
}
.about-proc__list {
  width: 100%;
  gap: 0.625rem;
  padding: 2.5rem;
  outline-width: 0.3125rem;
  outline-offset: -0.3125rem;
  align-self: center;
}
.about-proc__list li {
  padding: calc((3.125rem - 1lh) / 2) 0.5em;
  border-radius: 0.625rem;
}

/*対応業務
-----------------------------*/
.about-service::after {
  width: 100%;
  min-width: clamp(1911px, 149.2708333333vw, 2866px);
  height: clamp(264px, 20.625vw, 396px);
  max-height: 100%;
  bottom: -2px;
}
.about-service__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
}
.about-service__image {
  width: 30.625rem;
}
.about-service__image img {
  width: 100%;
  aspect-ratio: 1.53125;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-service__image {
  flex-shrink: 0;
}
.about-service__image img {
  outline-width: 0.3125rem;
  outline-offset: -0.3125rem;
}
.about-service__list {
  width: 100%;
  gap: 0.625rem;
  padding: 2.5rem;
  outline-width: 0.3125rem;
  outline-offset: -0.3125rem;
  align-self: center;
}
.about-service__list li {
  padding: calc((3.125rem - 1lh) / 2) 0.5em;
  border-radius: 0.625rem;
}

/*===============================================
  事業紹介
===============================================*/
/*共通
-----------------------------*/
.service-sec__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
}
.service-sec__image {
  width: 30.625rem;
}
.service-sec__image img {
  width: 100%;
  aspect-ratio: 1.53125;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-sec__image {
  flex-shrink: 0;
}
.service-sec__image img {
  outline-width: 0.3125rem;
  outline-offset: -0.3125rem;
}
.service-sec__text {
  margin-block-start: calc(1.25rem - (0.5lh - 0.5em)) !important;
}
.service-sec:nth-of-type(2n) .service-sec__inner {
  flex-direction: row-reverse;
}
/*===============================================
  求人情報
===============================================*/
/*募集にあたって
-----------------------------*/
.recruit-lead__inner {
  min-height: 25rem;
  position: relative;
}
.recruit-lead__image {
  width: 30.625rem;
}
.recruit-lead__image img {
  width: 100%;
  aspect-ratio: 1.4411764706;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-lead__image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.recruit-lead__image img {
  outline-width: 0.3125rem;
  outline-offset: -0.3125rem;
}
.recruit-lead__text {
  padding-block: calc(6.25rem - (0.5lh - 0.5em));
  padding-left: 34.375rem;
}
.recruit-lead__text::before {
  width: calc(50vw + 17.5rem);
  min-width: calc(600px + 17.5rem);
  left: calc(50% - 17.5rem);
}

/*TANKで働くメリット
-----------------------------*/
.recruit-merit__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 5.625rem 1.875rem;
  padding-top: 1.875rem;
}
.recruit-merit__item {
  width: calc((100% - 3.75rem) / 3);
  padding: 5rem 1.875rem 3.75rem;
  position: relative;
}
.recruit-merit__heading {
  align-items: center;
  text-align: center;
  border-bottom-width: 0.1875rem;
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
  position: static;
}
.recruit-merit__heading > span {
  margin-inline: -0.5em;
}
.recruit-merit__heading::before, .recruit-merit__heading::after {
  width: 4.375rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.875rem;
  z-index: 2;
}
.recruit-merit__heading::before {
  z-index: 3;
}

/*1日の流れ
-----------------------------*/
.recruit-flow::after {
  width: 100%;
  min-width: clamp(1930px, 150.7291666667vw, 2894px);
  height: clamp(264px, 20.625vw, 396px);
  max-height: 100%;
  bottom: -0.3125rem;
}
.recruit-flow__title {
  margin-bottom: 5rem;
}
.recruit-flow__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem 5.625rem;
  padding-top: 1.25rem;
}
.recruit-flow__item {
  min-height: 16.5rem;
  padding: 5rem 1.875rem 2.5rem;
  outline-width: 0.25rem;
  outline-offset: -0.25rem;
}
.recruit-flow__item::after {
  width: 1.25rem;
  aspect-ratio: 2/3;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 50%;
  left: calc(100% + 2.1875rem);
  transform: translateY(-50%);
}
.recruit-flow__time {
  width: 15rem;
  text-align: center;
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
  padding-block: calc((3.75rem - 1lh) / 2);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.25rem;
}
.recruit-flow__time::after {
  aspect-ratio: 2/1;
  height: calc(0.9375rem + 1px);
  left: 50%;
  transform: translateX(-50%);
}
.recruit-flow__heading {
  align-items: center;
  text-align: center;
  border-bottom-width: 0.1875rem;
  padding-bottom: 1.5625rem;
  margin-bottom: 1.5625rem;
}

/*バナーリンクセクション
-----------------------------*/
.recruit-bnr {
  background-size: clamp(335px, 26.1458333333vw, 502px);
}
.recruit-bnr::after {
  width: 71.25rem;
  height: 15.4375rem;
  bottom: 1.25rem;
}
.recruit-bnr__item {
  width: 50rem;
  aspect-ratio: 4/1;
  font-size: var(--font-size-h4);
}
.recruit-bnr__item > span {
  text-align: center;
  line-height: var(--line-height-h4);
}
.recruit-bnr__item::before, .recruit-bnr__item::after {
  width: 3.75rem;
  right: 3.75rem;
}

/*===============================================
  会社案内
===============================================*/
/*会社理念
-----------------------------*/
.company-policy__text {
  text-align: center;
  padding: calc(6.25rem - (0.5lh - 0.5em)) 3.75rem;
}
.company-policy__text::before {
  background-size: clamp(134px, 10.46875vw, 201px);
}

/*会社概要
-----------------------------*/
.company-info__table tr td .com-replace {
  display: block;
  font-size: 0.6875rem;
  margin-bottom: 0.625rem;
}

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

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
.news-archive__item .com-post__link {
  padding: 1.25rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.news-archive__item .com-post__image {
  width: 10rem;
}
.news-archive__item .com-post__inner {
  row-gap: 1.25rem;
  padding-right: 1.875rem;
}
.news-archive__item .com-post__heading {
  font-size: var(--font-size-lg);
}
.news-archive__item .com-post__tags {
  width: 100%;
  justify-content: flex-end;
}

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

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__text {
  text-align: center;
}
.contact-form__items {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
  margin-top: 3.75rem;
}
.contact-form__tel {
  row-gap: 0.625rem;
}
.contact-form__tel .com-tel__info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.625rem;
}
.contact-form__tel .com-tel__info dd {
  margin-right: 0.9375rem;
}
.contact-form__tel .com-tel__info dd:last-of-type {
  margin-right: 0;
}
.contact-form__btn {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  width: 18.75rem;
  height: 5rem;
  border-radius: 0.625rem;
}
.contact-form__btn::before {
  width: 2.5rem;
}
.contact-form__inner {
  margin-top: 5rem;
}
.contact-form__table tr th,
.contact-form__table tr td {
  line-height: calc(2.5rem / var(--font-size-base));
}
.contact-form__table tr th {
  width: 22.5rem;
  text-align: left;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  margin-top: calc(1.25rem - 0.5lh);
}
.contact-form__table tr td {
  vertical-align: middle;
}
.contact-form .contact-submits-wrap > * {
  margin: 1.25rem 0.9375rem 0;
}

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

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__items {
  display: grid;
  grid-template: repeat(5, 1fr)/repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 1.25rem 5rem;
}
.sitemap-list__link {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 1em 1.5em;
}

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