@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Shippori+Mincho&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/* Common */
@media (max-width: 767px) {
  body {
    padding: 0;
  }

  .container {
    width: calc(100% - 40px);
  }
}
p {
  margin: 0;
  line-height: 2;
}

.btn-3D a span {
  width: 70px;
  background: #011b40;
  text-align: center;
}

.btn-3D a span::before,
.btn-3D a:hover span::before,
.btn-3D a:focus span::before {
  background: #1a58b1;
}

@media (max-width: 767px) {
  .gray-bg, .darkgray-bg, .bright-bg {
    margin: 0 !important;
    padding: 20px 0px;
  }

  .iau-gray-bg, .darkgray-bg, .bright-bg {
    margin: 0 !important;
    padding: 0px 0px 20px 0px;
  }

  .White-bg, .darkgray-bg, .bright-bg {
    margin: 0 !important;
    padding: 15px 0px;
  }
}
/*  Black Change Region Link */
@media (max-width: 767px) {
  .black-bg, .navbar-wrapper {
    padding: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.region a {
  font-family: 'Noto Sans JP', sans-serif;
}

.hero-header .navbar-wrapper {
  height: 74px;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #222;
}

.hero-header .nav-collapse {
  -webkit-box-sizing: unset;
          box-sizing: unset;
}

.hero-header .navbar-wrapper .container {
  position: relative;
}

.hero-header .navbar .nav {
  margin-top: 22px !important;
}

.hero-header .navbar .logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 22px 0px;
  color: #fff;
  font-size: 13px;
  text-shadow: none;
  z-index: 10;
}

@media (max-width: 979px) {
  .hero-header .navbar .logo {
    margin: 0;
  }
}
.hero-header .navbar .logo span {
  display: inline-block;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  padding-left: 10px;
  padding-bottom: 3px;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .hero-header .navbar .logo span {
    display: none;
  }
}
.hero-header .navbar .logo img {
  width: auto;
  height: 30px;
}

.hero-header .navbar .btn-navbar {
  position: absolute;
  top: 0;
  right: 0;
  margin: 18px 0px 17px;
  padding: 7px 6px;
  background: none;
  z-index: 10;
}

.hero-header .navbar .btn-navbar .icon-bar {
  width: 32px;
  height: 3px;
}

.hero-header .btn-navbar .icon-bar + .icon-bar {
  margin-top: 8px;
}

@media (max-width: 979px) {
  .hero-header .navbar .nav {
    margin-top: 96px !important;
  }
}
.hero-header .nav-pills > li > a {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  background: none;
}

.hero-header .nav-collapse {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  z-index: 1;
}

@media (max-width: 979px) {
  .hero-header .nav-collapse::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 74px;
    background-color: #333;
  }
}
/*=================================*/
:root {
  --paper:#F6F7F5;
  --card:#FFFFFF;
  --ink:#22282D;
  --ink-soft:#5A6268;
  --line:#DFE2E2;
  --accent:#3E6C7A;
  /* 緑青 */
  --accent-deep:#2C4E59;
  --accent-wash:#E1E6EA;
  /* 大きな面をベタで塗るとき用。アクセントは細い線や文字向けに彩度を抑えてあり、
      ボタンのような大面積では緑がかって見えるため、彩度を上げた別トークンを持つ */
  /* 反転セクションの地とお問い合わせの色（共通） */
  --panel:#1C2B36;
  --serif:'Shippori Mincho', serif;
  --sans:'Zen Kaku Gothic New', sans-serif;
  --mono:'IBM Plex Mono', monospace;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.wrapper {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}

main .container:before, .container:after {
  display: none;
}

.mainVisual {
  position: relative;
  padding: 290px 0 90px;
  overflow: hidden;
  margin-top: 95px;
}
@media (max-width: 640px) {
  .mainVisual {
    padding: 104px 0 60px;
  }
}
.mainVisual__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/hero_A_arc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 45% 50%;
}
@media (max-width: 640px) {
  .mainVisual__bg {
    background-position: 38% 50%;
  }
}
.mainVisual__bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(246, 247, 245, 0.248) 0%, rgba(246, 247, 245, 0.24) 40%, rgba(246, 247, 245, 0.185) 74%, rgba(246, 247, 245, 0.133) 100%);
}
@media (max-width: 640px) {
  .mainVisual__bg:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 247, 245, 0.82)), color-stop(55%, rgba(246, 247, 245, 0.78)), to(rgba(246, 247, 245, 0.62)));
    background: linear-gradient(180deg, rgba(246, 247, 245, 0.82) 0%, rgba(246, 247, 245, 0.78) 55%, rgba(246, 247, 245, 0.62) 100%);
  }
}
.mainVisual .container {
  position: relative;
  z-index: 1;
}
.mainVisual h1 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(2rem, 4.6vw, 3.3rem);
  letter-spacing: .05em;
  line-height: 1.45;
  margin-bottom: 30px;
  margin-top: 0;
  position:relative;
  z-index:1;
}
@media (max-width: 840px) {
  .mainVisual h1 {
    font-size: clamp(1.7rem, 7vw, 2.4rem);
    letter-spacing: .03em;
  }
}
@media (max-width: 660px) {
  .mainVisual h1 {
    font-size: clamp(1.7rem, 5.5vw, 2rem);
  }
}
@media (max-width: 480px) {
  .mainVisual h1 {
    font-size: clamp(1.2rem, 5vw, 2rem);
  }
}
@media (max-width: 353px) {
  .mainVisual h1 {
    font-size: 17px;
  }
}
.mainVisual p {
  white-space: nowrap;
  color: var(--ink);
  font-weight: 500;
  font-size: .95rem;
  line-height: 2.15;
  border-left: 2px solid var(--accent);
  padding-left: 20px;
  position:relative;
  z-index:1;
}
@media (max-width: 640px) {
  .mainVisual p {
    white-space: normal;
  }
}

.sec {
  padding: 104px 0;
}

.eyebrow {
  font-family: var(--mono);
  font-size: .8rem;
  letter-spacing: .28em;
  color: var(--accent-deep);
  margin-bottom: 6px;
  text-transform: uppercase;
}

.sec-title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1.5rem, 3.2vw, 2.1rem);
  letter-spacing: .04em;
  line-height: 1.5;
  margin-bottom: 22px;
  color: var(--ink);
  margin-top: 0;
}

.clients {
  padding: 40px 0 36px;
  background: #FFFFFF;
  color: var(--ink);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 0;
}
.clients .eyebrow {
  margin-bottom: 3px;
}
.clients .sec-title {
  margin-bottom: 0;
}
.clients-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 20px 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 36px;
}
@media (max-width: 840px) {
  .clients-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px 18px;
  }
}
.clients-grid img {
  width: 100%;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 840px) {
  .clients-grid img {
    height: 36px;
  }
}

.services {
  padding: 88px 0;
  --mincho: var(--serif);
  --gothic: var(--sans);
  --panel-2: #27404E;
  --wash: var(--accent-wash);
  font-size: 15px;
  line-height: 1.9;
}
.services .eyebrow {
  font-family: var(--mono);
  font-size: 14px;
  letter-spacing: .16em;
  color: var(--accent);
  text-transform: uppercase;
  margin-bottom: 2px;
}
.services__title {
  font-family: var(--mincho);
  font-weight: 600;
  font-size: 28px;
  letter-spacing: .02em;
  line-height: 1.5;
  margin-top: 0;
}
@media (max-width: 840px) {
  .services__title {
    font-size: 23px;
  }
}
.services__desc {
  font-size: 15px;
  line-height: 2;
  white-space: normal;
  color: var(--ink);
  margin-top: 15px;
}
@media (max-width: 840px) {
  .services__desc {
    margin-top: 8px;
  }
}
.services__cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  margin-top: 44px;
}
@media (max-width: 840px) {
  .services__cards {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
}
.services .card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 36px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  position: relative;
  padding-bottom: 30px;
  -webkit-transition: border-color .2s;
  transition: border-color .2s;
}
@media (max-width: 840px) {
  .services .card {
    padding: 32px 24px 26px;
  }
}
.services .card__head {
  display: block;
  background-image: url(../images/Service/Standardization_head.jpg);
  margin: -36px -30px 0;
  padding: 64px 30px 56px;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
  cursor: default;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 840px) {
  .services .card__head {
    padding: 44px 20px 38px;
    margin: -32px -24px 0;
  }
}
.services .card__head.head-mk:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 28, 40, 0.45);
}
.services .card .tag {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: .16em;
  color: #C9DCE3;
  margin-top: -8px;
  margin-bottom: -2px;
}
.services .card h3 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -.01em;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 2;
  margin-top: 0;
}
@media (max-width: 960px) {
  .services .card h3 {
    font-size: 36px;
  }
}
@media (max-width: 840px) {
  .services .card h3 {
    font-size: 30px;
  }
}
.services .card .desc {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 17px;
  letter-spacing: .02em;
  margin-top: 22px;
  white-space: nowrap;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  line-height: 1.75;
  position: relative;
  z-index: 2;
}
@media (max-width: 1080px) {
  .services .card .desc {
    white-space: unset;
  }
}
@media (max-width: 840px) {
  .services .card .desc {
    font-size: 15px;
    margin-top: 14px;
    white-space: normal;
    line-height: 1.7;
  }
}
.services .card .how {
  padding-top: 22px;
  padding-bottom: 10px;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-bottom: 0;
  margin-left: 0;
}
@media (max-width: 840px) {
  .services .card .how {
    padding-top: 18px;
    padding-bottom: 6px;
    gap: 6px;
  }
}
.services .card .how li {
  position: relative;
  padding-left: 1.1em;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.75;
  color: var(--ink);
  list-style: none;
}
@media (max-width: 840px) {
  .services .card .how li {
    font-size: 14px;
  }
}
.services .card .how li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  background: none;
  color: var(--ink);
}
.services .card .solve {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--accent-deep);
}
.services .card .issues {
  padding-top: 2px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  margin-bottom: 0;
  margin-left: 0;
}
.services .card .issues li {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -.03em;
  white-space: nowrap;
  position: relative;
  padding-left: 18px;
  line-height: 1.9;
}
@media (max-width: 992px) {
  .services .card .issues li {
    white-space: unset;
  }
}
@media (max-width: 840px) {
  .services .card .issues li {
    white-space: normal;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.7;
  }
}
.services .card .issues li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .9em;
  width: 8px;
  height: 1px;
  background: var(--accent);
}
.services .card .stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 24px 0 6px;
}
@media (max-width: 840px) {
  .services .card .stack {
    padding-top: 18px;
  }
}
.services .card .stack .bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 56px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
  color: var(--ink);
  letter-spacing: .01em;
}
@media (max-width: 840px) {
  .services .card .stack .bx {
    font-size: 13.5px;
  }
}
.services .card .stack .bx--1 {
  background: #F5F3EF;
  border-color: #DED8CE;
}
.services .card .stack .bx--2 {
  background: #F1F4F7;
  border-color: #D5DDE4;
}
.services .card .stack .bx--mid-1 {
  background: #EEEAE3;
  border-color: #D8D0C4;
}
.services .card .stack .bx--mid-2 {
  background: #E8EEF3;
  border-color: #CDD7DF;
}
.services .card .stack .bx--base-1 {
  background: #E6E0D6;
  border-color: #CFC6B8;
}
.services .card .stack .bx--base-2 {
  background: #DEE7EE;
  border-color: #C3CFD9;
}
.services .card .stack .row3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
@media (max-width: 840px) {
  .services .card .stack .row3 {
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .services .card .stack .row3 {
    grid-template-columns: 1fr;
  }
}
.services .card .stack .row3 .bx {
  min-height: 92px;
  padding: 14px 8px;
  font-size: 13.5px;
  letter-spacing: 0;
}
@media (max-width: 840px) {
  .services .card .stack .row3 .bx {
    font-size: 12.5px;
    min-height: 84px;
    padding: 12px 6px;
  }
}
@media (max-width: 480px) {
  .services .card .stack .row3 .bx {
    min-height: 0;
  }
}
.services .join {
  position: relative;
  height: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
}
@media (max-width: 840px) {
  .services .join {
    display: none;
  }
}
.services .join:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 50%;
  background: var(--accent);
  -webkit-transform: translateX(-0.5px);
          transform: translateX(-0.5px);
}
.services .join:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.services .join span {
  position: relative;
  display: block;
}
.services .join span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 50%;
  background: var(--accent);
  -webkit-transform: translateX(-0.5px);
          transform: translateX(-0.5px);
}
.services .join span:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: var(--accent);
  -webkit-transform: translateY(-0.5px);
          transform: translateY(-0.5px);
}
.services .join span:first-child:after {
  left: 50%;
  right: -10px;
}
.services .join span:last-child:after {
  left: -10px;
  right: 50%;
}
.services .band {
  background: var(--panel);
  color: #fff;
  border-radius: 2px;
  padding: 26px 36px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  background-image: url(img/ct_band.jpg);
}
@media (max-width: 840px) {
  .services .band {
    margin-top: 18px;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px 24px;
  }
}
.services .band__tag {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .14em;
  color: #A9C7D1;
  text-transform: uppercase;
}
.services .band__title {
  font-family: var(--mincho);
  font-size: 20px;
}
@media (max-width: 840px) {
  .services .band__title {
    font-size: 18px;
  }
}
.services .band__desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 4px;
}

.industry {
  padding: 88px 0 96px;
  border-top: 1px solid var(--line);
}
@media (max-width: 840px) {
  .industry {
    padding: 56px 0 64px;
  }
}
.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 8px;
}
@media (max-width: 840px) {
  .industry-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.industry .card {
  display: block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  color: var(--ink);
}
.industry .card:hover img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.industry .card__head {
  font-family: var(--sans);
  font-weight: 400;
  text-align: center;
  padding: 27px 16px 20px;
  line-height: 27px;
  margin-top: 0;
  margin-bottom: 0;
}
.industry .card__head .en {
  display: block;
  font-size: 21px;
  font-weight: 600;
  color: #000;
  letter-spacing: .01em;
}
.industry .card__head .jp {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.industry .card__thumb {
  aspect-ratio: 596 / 334;
  background: var(--accent-wash);
  overflow: hidden;
}
.industry .card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.industry .card__info {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #000;
  padding: 24px 16px 28px;
  margin: 0;
}
@media (max-width: 840px) {
  .industry .card__info {
    font-size: 14px;
  }
}

.contact {
  border-top: 1px solid var(--line);
  padding: 96px 0 104px;
  text-align: center;
}
.contact .sec-title {
  margin-bottom: 14px;
}
.contact p {
  color: var(--ink-soft);
  font-size: .92rem;
  margin-bottom: 34px;
}
.contact .btn {
  display: inline-block;
  background: var(--panel);
  color: #fff;
  padding: 16px 52px;
  border-radius: 2px;
  font-size: .95rem;
  letter-spacing: .12em;
  font-weight: 700;
}
.contact .btn:hover {
  color: #fff;
  background: #27404E;
}

.blog-band {
  background: #F4F4F4;
  padding: 20px 0;
}
.blog-band .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-band .container:before {
  display: none;
}
.blog-band .container:after {
  display: none;
}
.blog-band .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: var(--panel);
  color: #fff;
  padding: 11px 26px;
  font-size: .82rem;
  border-radius: 2px;
  letter-spacing: .12em;
  font-weight: 700;
}
.blog-band .btn .arr {
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.blog-band .btn:hover {
  color: #fff;
  background: #27404E;
}
.blog-band .btn:hover .arr {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.blog-band .blog-info {
  font-size: 12.8px;
  line-height: 2;
  text-transform: uppercase;
  color: #333;
  padding-left: 20px;
  margin: 0;
}
.blog-band .blog-ttl {
  font-family: var(--sans);
  font-size: 18.5px;
  font-weight: 500;
  line-height: 1.1;
  color: #333;
  margin: 10px 0;
  letter-spacing: 0;
}

.foot-catch {
  background: #333;
  color: #fff;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 840px) {
  .foot-catch {
    height: auto;
    padding: 22px 0;
  }
}
.foot-catch .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.foot-catch .container:before {
  display: none;
}
.foot-catch .container:after {
  display: none;
}
@media (max-width: 840px) {
  .foot-catch .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 14px;
  }
}
.foot-catch h3 {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  margin: 0;
  letter-spacing: 0;
  margin-top: 0;
}
.foot-catch a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  white-space: nowrap;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
  padding: 9px 20px;
  border-radius: 2px;
  font-size: .82rem;
  letter-spacing: .08em;
  font-weight: 700;
  -webkit-transition: background .2s, color .2s;
  transition: background .2s, color .2s;
}
.foot-catch a .arr {
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.foot-catch a:hover {
  background: #fff;
  color: #333;
}
.foot-catch a:hover .arr {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

/* Footer */
/* Footer Catch */
.bright-bg.footer-catch {
  background-color: #333;
}

.bright-bg.footer-catch h3 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
}

/* Footer */
@media (max-width: 767px) {
  footer {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
footer a {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}
