html {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.05em;
}

body.admin-bar .header {
  top: 40px;
}
body.is-locked {
  height: 100%;
}

a {
  color: #00b0ff;
  transition-duration: 0.3s;
}
a:hover {
  color: #33c0ff;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.body--index .footer__character {
  background-image: url(../img/footer/index.png);
}
.body--company .key-visual__content-group-en:before {
  content: 'About Us';
}
.body--company .key-visual__content-group-image {
  background-image: url(../img/key-visual/company.png);
}
.body--company .footer__character {
  background-image: url(../img/footer/company.png);
}
.body--service .key-visual__content-group-en:before {
  content: 'Service';
}
.body--service .key-visual__content-group-image {
  background-image: url();
}
.body--service .footer__character {
  background-image: url();
}
.body--products .key-visual__content-group-en:before {
  content: 'Products';
}
.body--products .key-visual__content-group-image {
  background-image: url();
}
.body--products .footer__character {
  background-image: url();
}
.body--csr .key-visual__content-group-en:before {
  content: 'CSR';
}
.body--csr .key-visual__content-group-image {
  background-image: url();
}
.body--csr .footer__character {
  background-image: url();
}
.body--news .key-visual__content-group-en:before {
  content: 'News';
}
.body--news .key-visual__content-group-image {
  background-image: url();
}
.body--news .footer__character {
  background-image: url();
}
.body--recruit .key-visual__content-group-en:before {
  content: 'Recruit';
}
.body--recruit .key-visual__content-group-image {
  background-image: url();
}
.body--recruit .footer__character {
  background-image: url();
}
.body--contact .key-visual__content-group-en:before {
  content: 'Contact';
}
.body--contact .key-visual__content-group-image {
  background-image: url();
}
.body--contact .footer__character {
  background-image: url();
}
.body--news .key-visual__content-group-en:before {
  content: 'News';
}
.body--news .key-visual__content-group-image {
  background-image: url();
}
.body--news .footer__character {
  background-image: url();
}

.header {
  position: fixed;
  top: 8px;
  left: 8px;
  right: 8px;
  z-index: 99;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 48px;
  pointer-events: none;
}
.header.is-active .header__logo {
  opacity: 1;
}
.header > * {
  pointer-events: all;
}
.header__logo {
  margin: 0;
  opacity: 0;
  transition-duration: 0.3s;
}
.header__logo a {
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  margin-top: 8px;
}
.header__logo img {
  width: 32px;
  height: 32px;
}
.header__navigation {
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}
.header__global-navigation {
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  margin: 0;
  padding: 0 1em;
  border-radius: 12px;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.header__global-navigation li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: inherit;
  padding: 0 0.5em;
}
.header__global-navigation a {
  display: block;
  padding: 0.5em;
  color: white;
  text-decoration: none;
  transition-duration: 0.3s;
}
.header__global-navigation a:hover {
  color: #00b0ff;
}
.header__locale {
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  margin: 0 0 0 8px;
  padding: 0 1em;
  border-radius: 12px;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.header__locale li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: inherit;
  padding: 0 0.5em;
}
.header__locale li.divider {
  padding: 0;
}
.header__locale li.divider:before {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  background: white;
}
.header__locale li.is-current {
  color: #00b0ff;
}
.header__locale a {
  display: block;
  padding: 0.5em;
  color: white;
  text-decoration: none;
  transition-duration: 0.3s;
}
.header__locale a:hover {
  color: #00b0ff;
}
.header__recruit {
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  margin: 0 0 0 8px;
}
.header__recruit a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 2em;
  border-radius: 12px;
  color: white;
  background: #00b0ff;
  text-decoration: none;
}
.header__recruit a:hover {
  background: #33c0ff;
}
.header__recruit a:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  background: url(../img/util/right.png) center center no-repeat;
  background-size: contain;
}

.key-visual {
  position: relative;
  height: 416px;
  border-radius: 0 0 24px 24px;
  color: white;
  background: #282828;
}
.key-visual.is-active .key-visual__logo {
  opacity: 0;
}
.key-visual--home {
  min-height: 100vh;
  min-height: 100dvh;
  border-radius: 0;
  background: #282828 url(../img/home/key-visual.png) center center no-repeat;
  background-size: cover;
}
.key-visual--home + .main {
  margin-top: 0;
}
.key-visual__inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  max-width: 1024px;
  height: inherit;
  margin: 0 auto;
  box-sizing: content-box;
  overflow: hidden;
}
.key-visual__content-group {
  margin-top: 52px;
  margin-left: 64px;
}
.key-visual__content-group-en {
  margin: 0;
  font-family: 'Archivo', sans-serif;
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.2);
}
.key-visual__content-group-ja {
  margin: 6px 0 0;
  font-size: 18px;
  line-height: 1.5;
}
.key-visual__content-group-image {
  position: absolute;
  right: 0;
  bottom: -24px;
  width: 512px;
  height: inherit;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.key-visual__logo {
  position: absolute;
  top: 16px;
  left: 16px;
  margin: 0;
  transition-duration: 0.3s;
}
.key-visual__logo img {
  height: 32px;
  width: auto;
}
.key-visual__play {
  position: absolute;
  left: 16px;
  bottom: 16px;
  width: 128px;
  height: 128px;
  margin: 0;
  appearance: none;
  border: none;
  background: none;
}
.key-visual__play-disc {
  position: absolute;
  top: 0;
  left: 0;
  width: 128px;
  height: 128px;
  animation: rotate 4s linear infinite;
  background: url(../img/home/play-disc.png) center center no-repeat;
  background-size: contain;
}
.key-visual__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 32.54px;
  height: 32.54px;
  background: url(../img/home/play-icon.png) right center no-repeat;
  background-size: contain;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.main {
  margin: 96px 0 0;
}

.index {
  display: -ms-flexbox;
  display: flex;
  width: 896px;
  margin: 0 auto;
}
.index__title {
  width: 308px;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  color: #00b0ff;
}
.index__list {
  width: 588px;
}

.index-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.index-list__item + .index-list__item {
  margin-top: 16px;
}
.index-list__item a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 96px;
  padding: 24px 32px;
  border: solid 1px #c8c8c8;
  border-radius: 12px;
  box-sizing: border-box;
  font-size: 18px;
  text-decoration: none;
  transition-duration: 0.3s;
}
.index-list__item a svg {
  position: absolute;
  right: 32px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  transition-duration: 0.3s;
}
.index-list__item a:hover {
  border-color: #00b0ff;
}
.index-list__item a:hover svg {
  right: 24px;
}
.index-list__item a:hover .right-circle-circle {
  fill: #00b0ff;
}
.index-list__item a:hover .right-circle-rect {
  fill: white;
}

.content__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
  font-weight: inherit;
  color: #00b0ff;
}
.content__title--index {
  font-size: 14px;
}
.content__heading {
  margin: 0 0 38px;
  font-size: 36px;
  line-height: 56px;
  font-weight: 500;
}
.content__lead-image {
  margin-left: 30px;
}
.content__lead-image img {
  border-radius: 12px;
}
.content__body p {
  margin: 0;
  line-height: 2;
}
.content__body p + p {
  margin-top: 2em;
}

.content-section {
  display: -ms-grid;
  display: grid;
  column-gap: 28px;
  max-width: 896px;
  margin: 0 auto;
  padding: 0 24px;
}
.content-section + .content-section {
  margin-top: 64px;
}
.content-section + .content-section--large-margin {
  margin-top: 96px;
}
.content-section--align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.content-section--1-1 {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}
.content-section--1-1-1 {
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}
.content-section--1-2 {
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
}
.content-section--2-3 {
  -ms-grid-columns: 2fr 3fr;
      grid-template-columns: 2fr 3fr;
}
.content-section--7-5 {
  -ms-grid-columns: 7fr 5fr;
      grid-template-columns: 7fr 5fr;
}
.content-section--large-margin {
  margin: 96px auto;
}

.navigate-product-wrapper {
  max-width: 1024px;
  margin: 96px auto 0;
}
.navigate-product-wrapper + .footer-wrapper {
  margin-top: 32px;
}

.navigate-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 400px;
  margin: 8px;
  padding: 56px;
  border-radius: 24px;
  box-sizing: border-box;
  color: white;
  background: url(../img/navigate-product/navigate-product.jpg) center center no-repeat;
  background-size: cover;
}
.navigate-product__title {
  font-size: 20px;
  line-height: 1.6;
}
.navigate-product__description {
  width: 50%;
  margin-top: 24px;
}
.navigate-product__link {
  margin-top: 96px;
}

.footer-wrapper {
  max-width: 1024px;
  margin: 96px auto 0;
}

.footer {
  margin: 8px;
  padding: 56px;
  border-radius: 24px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: white;
  background: #00b0ff;
}
.footer a {
  position: relative;
  display: inline-block;
  color: white;
  text-decoration: none;
}
.footer a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0%;
  border-top: solid 1px white;
  transition-duration: 0.3s;
}
.footer a:hover:after {
  width: 100%;
}
.footer__logo {
  margin: 0;
}
.footer__logo img {
  height: 32px;
  width: auto;
}
.footer__body {
  display: -ms-flexbox;
  display: flex;
  margin-top: 39px;
}
.footer__body h3 {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.footer__body h3 + h3 {
  margin-top: 28px;
}
.footer__body ul {
  margin: 0;
  padding-left: 1em;
  list-style: none;
}
.footer__body ul + h3 {
  margin-top: 28px;
}
.footer__body li {
  margin-top: 4px;
}
.footer__navigation {
  display: -ms-flexbox;
  display: flex;
  width: 72%;
}
.footer__navigation-section--section-2, .footer__navigation-section--section-3 {
  margin-left: 48px;
}
.footer__other-info {
  position: relative;
  width: 28%;
}
.footer__address .map-link {
  position: relative;
}
.footer__address .map-link:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 2.4em;
  -ms-transform: translateY(-40%);
      transform: translateY(-40%);
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../img/util/top-right.png) center center no-repeat;
  background-size: contain;
}
.footer__character {
  position: absolute;
  right: -24;
  bottom: -84px;
  width: 208px;
  height: 208px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.footer__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: solid 1px white;
  margin-top: 68px;
  padding: 16px 0 0;
}
.footer__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 -1em;
  padding: 0;
  list-style: none;
}
.footer__links li {
  margin: 0 1em;
}
.footer__copyright {
  margin: 0;
  text-align: center;
}

.humberger {
  position: fixed;
  top: 8px;
  right: 8px;
  z-index: 100;
  display: none;
  width: 48px;
  height: 48px;
  border: none;
  padding: 0;
  background: none;
}
.humberger__line {
  position: absolute;
  display: block;
  width: 28px;
  height: 2px;
  left: 50%;
  background-color: #00b0ff;
  transition-duration: 0.2s;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.humberger__line--top {
  top: 13px;
}
.humberger__line--center {
  top: 23px;
}
.humberger__line--bottom {
  bottom: 13px;
}
.humberger.is-active .humberger__line--top {
  top: 50%;
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
}
.humberger.is-active .humberger__line--center {
  opacity: 0;
}
.humberger.is-active .humberger__line--bottom {
  bottom: 50%;
  -ms-transform: translate(-50%, 50%) rotate(45deg);
      transform: translate(-50%, 50%) rotate(45deg);
}

.humberger-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  display: none;
}
.humberger-overlay.is-active {
  display: block;
}

.anchor-link {
  display: -ms-grid;
  display: grid;
  column-gap: 28px;
  row-gap: 28px;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 0;
  list-style: none;
}
.anchor-link a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 56px;
  padding: 0 24px;
  border: solid 1px #c8c8c8;
  border-radius: 12px;
  box-sizing: border-box;
  font-size: 16px;
  text-decoration: none;
  transition-duration: 0.3s;
}
.anchor-link a:after {
  position: absolute;
  right: 24px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  content: '';
  display: block;
  width: 11.5px;
  height: 11.5px;
  background: url(../img/util/chevron-down.svg) center center no-repeat;
  background-size: contain;
}
.anchor-link a:hover {
  border-color: #00b0ff;
}
.anchor-link li:nth-child(odd):last-child {
  -ms-grid-column: span 2;
      grid-column: span 2;
}

.anchor-section {
  margin-top: 96px;
}
.anchor-section__label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 56px;
  margin: 0;
  padding-left: 24px;
  border-radius: 12px;
  font-size: 16px;
  color: white;
  background: #00b0ff;
}
.anchor-section__label + .table {
  margin-top: 32px;
}

.table {
  width: 100%;
  border-spacing: 0;
  font-size: 12px;
  line-height: 2;
}
.table th, .table td {
  padding: 29px 0;
}
.table th {
  font-weight: inherit;
  text-align: left;
  vertical-align: top;
}
.table td {
  width: auto;
  vertical-align: top;
}
.table tr:not(:last-child) th, .table tr:not(:last-child) td {
  border-bottom: solid 1px #c8c8c8;
}
.table tr:last-child th, .table tr:last-child td {
  padding-bottom: 0;
}
.table tr:first-child th, .table tr:first-child td {
  padding-top: 0;
}
.table--outline th {
  width: 6.5em;
}
.table--affiliated_company-trading_partners {
  margin-top: 32px;
}
.table--affiliated_company-trading_partners th {
  width: 6.5em;
}
.table--contact th {
  width: 14em;
}

.history {
  display: -ms-flexbox;
  display: flex;
}
.history + .history {
  margin-top: 48px;
}
.history__image {
  -ms-flex-order: 1;
      order: 1;
  width: 264px;
  padding-right: 24px;
  box-sizing: border-box;
}
.history__year {
  -ms-flex-order: 2;
      order: 2;
  width: 184px;
  box-sizing: border-box;
}
.history__body {
  -ms-flex-order: 3;
      order: 3;
  width: 448px;
  box-sizing: border-box;
}
.history__title {
  margin: 0;
  font-size: 36px;
  line-height: 56px;
  font-weight: 500;
}
.history__description {
  margin: 16px 0 0;
}
.history__year {
  font-family: 'Archivo', sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  text-align: center;
}
.history__image {
  border-right: solid 1px #c8c8c8;
}
.history__image-preview {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  padding: 0;
  list-style: none;
}
.history__image-preview li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  opacity: 0;
  transition-duration: 0.7s;
}
.history__image-preview li.is-active {
  opacity: 1;
}
.history__image-preview img {
  border-radius: 12px;
}
.history__image-controll {
  margin: 16px 0 0;
  list-style: none;
  padding: 0;
}
.history__image-controll li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  opacity: 0.2;
  transition-duration: 0.3s;
}
.history__image-controll li.is-active {
  opacity: 1;
}
.history__image-controll li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 4px;
  background: #00b0ff;
}

.office__branch-name {
  margin: 0;
  font-size: 16px;
  font-weight: inherit;
}
.office__branch-details {
  margin: 2em 0 0;
}
.office__branch-pstal-code, .office__branch-address {
  display: inline-block;
  margin-right: 1em;
}

.affiliated_company-trading_partners__container {
  margin-top: 32px;
}
.affiliated_company-trading_partners__container + .affiliated_company-trading_partners__container {
  margin-top: 64px;
}
.affiliated_company-trading_partners__name {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #00b0ff;
}
.affiliated_company-trading_partners__description {
  margin: 2em 0 0;
}
.affiliated_company-trading_partners__address {
  display: inline-block;
  margin-right: 1em;
}

.products__item {
  display: -ms-flexbox;
  display: flex;
}
.products__item + .products__item {
  margin-top: 32px;
}
.products__image {
  width: 50%;
}
.products__image img {
  border-radius: 12px;
}
.products__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  width: 50%;
  padding-left: 48px;
  box-sizing: border-box;
}
.products__name {
  font-size: 16px;
  line-height: 1.5;
}
.products__description {
  margin-top: 28px;
}

.service__heading {
  margin: 0;
  font-size: 36px;
  line-height: 56px;
  font-weight: 500;
}
.service__caption {
  margin: 0;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}
.service__description {
  margin-top: 32px;
}
.service__description p + p {
  margin-top: 2em;
}
.service__image {
  margin: 64px 0;
}
.service__image:last-child {
  margin-bottom: 0;
}
.service__large-image {
  margin: 0;
}

.csr__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
  font-weight: inherit;
  color: #00b0ff;
}
.csr__heading {
  margin: 0 0 38px;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}
.csr__heading--small {
  font-size: 24px;
  line-height: 40px;
}
.csr__lead-image {
  margin-left: 32px;
}
.csr__lead-image img {
  border-radius: 12px;
}
.csr__body {
  margin-right: 32px;
}
.csr__body p {
  margin: 0;
  line-height: 2;
}
.csr__body p + p {
  margin-top: 2em;
}
.csr__caption {
  margin: 0;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}
.csr__caption--primary-cation {
  color: #00b0ff;
}
.csr__caption--primary-cation + .csr__caption {
  margin-top: 32px;
}
.csr__description {
  margin-top: 32px;
}
.csr__description p + p {
  margin-top: 2em;
}
.csr__life-cycle {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin: 32px 0 64px;
  padding: 48px 0 48px 60px;
}
.csr__life-cycle dt {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 120px;
  height: 120px;
  margin: 12px 0;
  padding: 0;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  background-color: #00b0ff;
}
.csr__life-cycle dd {
  position: relative;
  width: calc(100% - 144px);
  margin: 12px 0;
  padding: 0 0 0 24px;
}
.csr__life-cycle dd h5 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #00b0ff;
}
.csr__life-cycle dd p {
  margin: 16px 0 0;
}
.csr__life-cycle:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 120px;
  border: solid 1px #00b0ff;
  border-radius: 60px;
  box-sizing: border-box;
}
.csr .divider {
  margin: 32px 0;
}

.recruit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 520px;
  background: url(../img/recruit/recruit.jpg) center right calc(50% + 300px) no-repeat;
  background-size: contain;
}
.recruit__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
  font-weight: inherit;
  color: #00b0ff;
}
.recruit__heading {
  margin: 0 0 38px 41px;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}
.recruit__heading--small {
  font-size: 24px;
  line-height: 40px;
}
.recruit__body {
  margin-left: 41px;
}
.recruit__body p {
  margin: 0;
  line-height: 2;
}
.recruit__body p + p {
  margin-top: 2em;
}
.recruit__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 32px;
}

.contact__image {
  margin: 0;
}
.contact__image img {
  aspect-ratio: 7/3;
  object-fit: cover;
  border-radius: 12px;
}
.contact__division {
  margin: 30px 0 0;
  font-size: 12px;
  line-height: 2;
  font-weight: inherit;
}
.contact__phone-number {
  margin: 4px 0 0;
  font-size: 20px;
  line-height: 1.2;
  color: #00b0ff;
}
.contact__audience {
  margin: 26px 0 0;
}
.contact__title {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.contact__attention {
  margin: 0 0 48px;
}
.contact__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 96px;
}
.contact__actions button + button {
  margin-left: 32px;
}
.contact__caption {
  max-width: 420px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.contact__message {
  max-width: 420px;
  margin: 32px auto 0;
}
.contact--thanks .content__title {
  text-align: center;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: auto !important;
}
.mw_wp_form th {
  padding-top: 33px;
}
.mw_wp_form label {
  display: inline-block;
  width: 40%;
}
.mw_wp_form dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.mw_wp_form dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  width: 6em;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.mw_wp_form dt:not(:first-of-type) {
  margin-top: 16px;
}
.mw_wp_form dd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: calc(100% - 6em);
  margin: 0;
}
.mw_wp_form dd:not(:first-of-type) {
  margin-top: 16px;
}
.mw_wp_form .set-address-button {
  width: 130px;
  height: 32px;
  margin-left: 16px;
  border: none;
  color: white;
  background: #00b0ff;
}
.mw_wp_form.mw_wp_form_confirm th {
  padding-top: 29px;
}
.mw_wp_form.mw_wp_form_confirm dt {
  display: none;
}
.mw_wp_form.mw_wp_form_confirm dd {
  margin-top: 0;
}
.mw_wp_form.mw_wp_form_confirm .set-address-button {
  display: none;
}

.news__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 32px;
}
.news__actions a, .news__actions span {
  display: block;
  width: 48px;
  height: 48px;
}
.news__actions .page-numbers:not(.next):not(.prev) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  border: solid 1px #00b0ff;
  box-sizing: border-box;
  font-family: 'Archivo', sans-serif;
  font-size: 20px;
  font-weight: medium;
  color: #00b0ff;
  text-decoration: none;
  transition-duration: 0.2s;
}
.news__actions .page-numbers:not(.next):not(.prev):hover:not(.current) {
  color: white;
  background-color: #00b0ff;
}
.news__actions .page-numbers .right-circle-circle, .news__actions .page-numbers .right-circle-rect {
  transition-duration: 0.3s;
}
.news__actions .page-numbers.prev {
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
}
.news__actions .page-numbers + .page-numbers {
  margin-left: 16px;
}
.news__actions .page-numbers:hover .right-circle-circle {
  fill: #00b0ff;
}
.news__actions .page-numbers:hover .right-circle-rect {
  fill: white;
}

.news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-list__item {
  position: relative;
}
.news-list__item + .news-list__item {
  border-top: solid 1px #c8c8c8;
}
.news-list__item:first-child a {
  padding-top: 0;
}
.news-list__item a {
  display: block;
  padding: 32px 32px 32px 0;
  text-decoration: none;
  transition-duration: 0.2s;
}
.news-list__item a:hover {
  background: rgba(0, 0, 0, 0.015);
}
.news-list__item svg {
  position: absolute;
  right: 4px;
  bottom: 32px;
}
.news-list__header {
  display: -ms-flexbox;
  display: flex;
}
.news-list__category {
  margin-left: 16px;
}
.news-list__title {
  margin-top: 12px;
  font-size: 16px;
  line-height: 28px;
  color: black;
}

.news-outline {
  margin: 0;
}
.news-outline dt {
  color: #c8c8c8;
}
.news-outline dd {
  margin: 8px 0 0;
  color: #00b0ff;
}
.news-outline dd + dt {
  margin-top: 32px;
}

.news-post > * {
  margin: 2em 0;
  font-size: 12px;
  line-height: 2;
}
.news-post__title {
  margin: 0;
  padding-bottom: 32px;
  border-bottom: solid 1px #c8c8c8;
  font-size: 16px;
  font-weight: 400;
}
.news-post__body {
  margin-top: 64px;
}
.news-post h1 {
  font-size: 16px;
}
.news-post h2 {
  font-size: 16px;
}
.news-post h3 {
  font-size: 14px;
}
.news-post h4 {
  font-size: 126px;
}
.news-post h5 {
  font-size: 11px;
}
.news-post h5 {
  font-size: 10px;
}

.home__caption {
  margin: 0;
}
.home__caption--center * {
  text-align: center;
}
.home__caption-text-en {
  font-family: 'Archivo', sans-serif;
  font-size: 48px;
  line-height: 1;
  color: rgba(0, 176, 255, 0.2);
}
.home__caption-text {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
.home__message {
  margin-top: 96px;
  margin-bottom: 96px;
}
.home__message-title {
  margin: 32px 0 0;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
}
.home__message-description {
  margin: 32px 0 0;
  line-height: 2;
}
.home__message-description p {
  margin: 0;
}
.home__message-description p + p {
  margin-top: 2em;
}
.home__message-read-more {
  margin: 40px 0 0;
}
.home__message-image {
  margin: 0;
}
.home__service {
  position: relative;
  margin-top: 96px;
  padding: 125px 0 128px;
  color: white;
  background: #282828;
  overflow: hidden;
}
.home__service:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  height: 24px;
  border-radius: 0 0 24px 24px;
  background: white;
}
.home__service .home__caption-text-en {
  color: rgba(255, 255, 255, 0.2);
}
.home__service .home__caption-text {
  color: white;
}
.home__services {
  margin-top: 96px;
}
.home__service-item {
  display: -ms-grid;
  display: grid;
  column-gap: 80px;
  -ms-grid-columns: 4fr 3fr;
      grid-template-columns: 4fr 3fr;
  padding-left: 32px;
}
.home__service-item--reverse {
  -ms-grid-columns: 3fr 4fr;
      grid-template-columns: 3fr 4fr;
  padding-left: 0;
  padding-right: 32px;
}
.home__service-item--reverse .home__service-image {
  -ms-flex-order: 2;
      order: 2;
}
.home__service-item--reverse .home__services-body {
  -ms-flex-order: 1;
      order: 1;
}
.home__service-item + .home__service-item {
  margin-top: 128px;
}
.home__service-item:nth-child(1) .home__service-image:before {
  left: -32px;
  background-image: url(../img/home/char-1-1.png);
}
.home__service-item:nth-child(1) .home__service-image:after {
  right: -32px;
  background-image: url(../img/home/char-1-2.png);
}
.home__service-item:nth-child(2) .home__service-image:before {
  right: -32px;
  background-image: url(../img/home/char-2-1.png);
}
.home__service-item:nth-child(2) .home__service-image:after {
  left: -32px;
  background-image: url(../img/home/char-2-2.png);
}
.home__service-item:nth-child(3) .home__service-image:before {
  left: -32px;
  background-image: url(../img/home/char-3-1.png);
}
.home__service-item:nth-child(3) .home__service-image:after {
  right: -32px;
  background-image: url(../img/home/char-3-2.png);
}
.home__service-item:nth-child(4) .home__service-image:before {
  right: -32px;
  background-image: url(../img/home/char-4-1.png);
}
.home__service-item:nth-child(4) .home__service-image:after {
  left: -32px;
  background-image: url(../img/home/char-4-2.png);
}
.home__service-image {
  position: relative;
  margin: 0;
}
.home__service-image:before, .home__service-image:after {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 120px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.home__service-image:before {
  top: -32px;
}
.home__service-image:after {
  bottom: -32px;
}
.home__service-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
}
.home__service-title {
  margin: 0;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
}
.home__service-description {
  margin: 32px 0 0;
  line-height: 2;
}
.home__service-more {
  margin: 48px 0 0;
}
.home__service-more a {
  display: inline-block;
  transition-duration: 0.3s;
}
.home__service-more a:hover {
  -ms-transform: translateX(8px);
      transform: translateX(8px);
}
.home__products-header {
  margin-top: 100px;
}
.home__products-container {
  margin-top: 52px;
  margin-left: calc((100% - 896px) / 2);
}
.home__products-container .slick-arrow {
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  overflow: hidden;
  text-indent: -100em;
  cursor: pointer;
  appearance: none;
}
.home__products-container .slick-arrow.slick-prev {
  position: absolute;
  top: -68px;
  right: 128px;
  background: url(../img/util/right-circle.svg) center center no-repeat;
  background-size: contain;
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
}
.home__products-container .slick-arrow.slick-next {
  position: absolute;
  top: -68px;
  right: 64px;
  background: url(../img/util/right-circle.svg) center center no-repeat;
  background-size: contain;
}
.home__products .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.home__products .slick-list {
  padding: 0 64px 0 0 !important;
}
.home__product-item {
  position: relative;
  margin-right: 28px;
  padding-bottom: 56px;
}
.home__product-item.slick-slide {
  height: auto;
}
.home__product-title {
  margin: 32px 0 0;
  font-size: 16px;
  font-weight: 400;
}
.home__product-description {
  margin: 16px 0 0;
}
.home__product-read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}
.home__product-image img {
  aspect-ratio: 7/9;
  object-fit: cover;
  border-radius: 12px;
}
.home__prodauts-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 48px;
}
.home__csr {
  margin: 96px 0;
  padding: 96px 0;
  background: #f5f5f5;
}
.home__csr-body {
  margin-top: 64px;
}
.home__csr-read-more {
  margin-top: 40px;
}
.home__news-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 16px;
}
.home__recruit {
  margin: 96px 0;
}
.home__recruit a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 430px;
  padding: 0 72px 0 64px;
  border-radius: 24px;
  background: black;
  text-decoration: none;
}
.home__recruit-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.home__recruit-title {
  width: 100%;
  margin: 0;
  font-family: 'Archivo', sans-serif;
  font-size: 48px;
  line-height: 1.5;
  color: #00b0ff;
}
.home__recruit-description {
  margin: 32px 0 0;
  font-size: 28px;
  line-height: 48px;
  color: white;
}
.home__recruit-arrow {
  margin: 0;
}
.home__bottom-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0;
  list-style: none;
}
.home__bottom-action-item {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home__bottom-action-item + .home__bottom-action-item {
  margin-left: 64px;
}
.home__bottom-action-item .icon-button {
  width: 100%;
}

.opening-movie {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  height: 100vh;
  height: 100dvh;
  background: black;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.3s;
}
.opening-movie.is-active {
  opacity: 1;
  pointer-events: all;
}
.opening-movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.opening-movie__enter {
  position: absolute;
  bottom: 66px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.opening-movie__enter button {
  padding: 0 0 10px;
  border: none;
  border-bottom: solid 2px white;
  color: white;
  font-size: 14px;
  background: none;
  appearance: none;
  cursor: pointer;
}
.opening-movie__sound-control {
  position: absolute;
  bottom: 16px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  color: white;
}
.opening-movie__sound-control button {
  padding: 0;
  color: white;
  background: none;
  appearance: none;
  cursor: pointer;
}
.opening-movie__sound-control.is-active .opening-movie__sound-on {
  border: none;
  border-bottom: solid 1px white;
}
.opening-movie__sound-control.is-active .opening-movie__sound-off {
  border: none;
}
.opening-movie__sound-on {
  border: none;
}
.opening-movie__sound-off {
  border: none;
  border-bottom: solid 1px white;
}
.opening-movie__sound-label {
  margin-right: 0.8em;
}
.opening-movie__sound-spacer {
  margin: 0 0.4em;
}
.opening-movie__logo {
  position: absolute;
  top: 16px;
  left: 16px;
  margin: 0;
  transition-duration: 0.3s;
}
.opening-movie__logo img {
  height: 32px;
  width: auto;
}

a.navigation-button, .action-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 280px;
  height: 56px;
  padding: 16px 20px 16px 24px;
  border: solid 1px #c8c8c8;
  border-radius: 12px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  background: white;
  transition-duration: 0.3s;
  cursor: pointer;
}
a.navigation-button span, .action-button span {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-left: 24px;
}
a.navigation-button svg, .action-button svg {
  width: 24px;
  height: 24px;
  transition-duration: 0.3s;
}
a.navigation-button:hover svg, .action-button:hover svg {
  -ms-transform: translateX(8px);
      transform: translateX(8px);
}
a.navigation-button:hover .right-circle-circle, .action-button:hover .right-circle-circle {
  fill: #00b0ff;
}
a.navigation-button:hover .right-circle-rect, .action-button:hover .right-circle-rect {
  fill: white;
}
a.navigation-button--backward, .action-button--backward {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
a.navigation-button--backward span, .action-button--backward span {
  margin-left: 0;
  margin-right: 24px;
}
a.navigation-button--backward svg, .action-button--backward svg {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
a.navigation-button--backward:hover svg, .action-button--backward:hover svg {
  -ms-transform: translateX(-8px) rotate(180deg);
      transform: translateX(-8px) rotate(180deg);
}

.icon-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 280px;
  height: 56px;
  padding: 16px;
  border: solid 1px #c8c8c8;
  border-radius: 12px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  background: white;
  transition-duration: 0.3s;
  cursor: pointer;
}
.icon-button--large {
  height: 96px;
}
.icon-button:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition-duration: 0.3s;
}
.icon-button--email:before {
  background-image: url(../img/icon/icon-email.png);
}
.icon-button--phone:before {
  background-image: url(../img/icon/icon-phone.png);
}
.icon-button:hover:before {
  -ms-transform: translateX(8px);
      transform: translateX(8px);
}

.read-more {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
}
.read-more span {
  display: block;
  margin-left: 8px;
  font-family: 'Archivo', sans-serif;
  color: black;
}
.read-more svg {
  transition-duration: 0.3s;
}
.read-more:hover svg {
  -ms-transform: translateX(4px);
      transform: translateX(4px);
}

.tr--slide-up {
  -ms-transform: translateY(50px);
      transform: translateY(50px);
  opacity: 0;
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
}
.tr--slide-up.is-visible {
  -ms-transform: translateY(0);
      transform: translateY(0);
  opacity: 1;
}
.tr--slide-up.tr-delay {
  transition-delay: 0.4s;
}
.tr--slide-in {
  -ms-transform: translateX(-50px);
      transform: translateX(-50px);
  opacity: 0;
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
}
.tr--slide-in.tr-reverse {
  -ms-transform: translateX(50px);
      transform: translateX(50px);
}
.tr--slide-in.is-visible {
  -ms-transform: translateY(0);
      transform: translateY(0);
  opacity: 1;
}

.divider {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: solid 1px #c8c8c8;
}

input[type=text], input[type=email] {
  width: 100%;
  height: 32px;
  padding: 0 0 0 12px;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 12px;
  transition-duration: 0.2s;
}
input[type=text]:hover, input[type=email]:hover {
  background: rgba(0, 0, 0, 0.02);
}
input[type=text]:focus, input[type=email]:focus {
  background: rgba(0, 0, 0, 0.04);
  outline: none;
  border-color: #bbb;
}

textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 12px;
  transition-duration: 0.2s;
}
textarea:hover {
  background: rgba(0, 0, 0, 0.02);
}
textarea:focus {
  background: rgba(0, 0, 0, 0.04);
  outline: none;
  border-color: #bbb;
}

select {
  width: 100%;
  height: 32px;
  padding: 0 0 0 12px;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 12px;
  transition-duration: 0.2s;
}
select:hover {
  background: rgba(0, 0, 0, 0.02);
}
select:focus {
  background: rgba(0, 0, 0, 0.04);
  outline: none;
  border-color: #bbb;
}
@media screen and (max-width: 782px) {

  body.admin-bar .header {
    top: 54px;
  }
}
@media screen and (max-width: 960px) {

  .header__navigation {
    position: fixed;
    top: 0;
    right: -280px;
    bottom: 0;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 280px;
    height: auto;
    padding: 56px 0 14px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    box-shadow: -1px 0 0 rgba(0, 0, 0, 0.05);
    overflow-y: scroll;
    transition-duration: 0.2s;
  }

  .header__navigation.is-active {
    right: 0;
  }

  .header__global-navigation {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0.5em 1em;
    background: none;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
  }

  .header__global-navigation li {
    padding: 0;
  }

  .header__global-navigation a {
    width: 100%;
    padding: 1em;
  }

  .header__locale {
    margin: 0;
    padding: 1em 1em;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background: none;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
  }

  .header__recruit {
    margin: 0;
  }

  .header__recruit a {
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    border-radius: 0;
    padding: 1.5em 2em;
  }

  .footer__body {
    display: block;
  }

  .footer__navigation {
    width: 100%;
  }

  .footer__navigation-section {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }

  .footer__other-info {
    width: 100%;
    margin-top: 48px;
  }

  .footer__bottom {
    display: block;
  }

  .footer__copyright {
    margin-top: 48px;
  }

  .humberger {
    display: block;
  }

  .mw_wp_form label {
    width: 100%;
  }

  .home__products-container {
    margin-left: auto;
    padding: 0 0 0 24px;
  }
}
@media screen and (max-width: 640px) {

  .index {
    display: block;
    width: auto;
    padding: 0 24px;
  }

  .index__list {
    width: auto;
    margin-top: 48px;
  }

  .content__heading {
    font-size: 24px;
    line-height: 40px;
  }

  .content__lead-image {
    margin-left: 0;
  }

  .content-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: auto;
    padding: 0 24px;
  }

  .content-section .content-section__2nd {
    margin-top: 48px;
  }

  .content-section--order-right .content-section__1st {
    -ms-flex-order: 2;
        order: 2;
    margin-top: 48px;
  }

  .content-section--order-right .content-section__2nd {
    -ms-flex-order: 1;
        order: 1;
    margin-top: 0;
  }

  .footer__navigation {
    display: block;
  }

  .footer__navigation-section--section-2, .footer__navigation-section--section-3 {
    margin-top: 2em;
    margin-left: 0;
  }

  .footer__other-info {
    padding-bottom: 160px;
  }

  .footer__character {
    right: 0;
    width: 100%;
    background-position: center bottom;
  }

  .footer__links {
    display: block;
  }

  .footer__links li {
    margin-top: 24px;
  }

  .anchor-link {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    row-gap: 14px;
  }

  .anchor-link li:nth-child(odd):last-child {
    -ms-grid-column: span 1;
        grid-column: span 1;
  }

  .table--contact {
    display: block;
  }

  .table--contact tbody, .table--contact tr, .table--contact th, .table--contact td {
    display: block;
  }

  .table--contact th {
    padding: 0;
    margin-bottom: 8px;
    border: none !important;
  }

  .table--contact td {
    padding: 0;
    border: none !important;
  }

  .table--contact tr {
    padding: 24px 0;
    border-bottom: solid 1px #c8c8c8;
  }

  .history {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .history__image {
    width: 100%;
    padding: 0;
  }

  .history__year {
    width: 25%;
  }

  .history__title {
    font-size: 24px;
    line-height: 40px;
  }

  .history__year {
    font-size: 36px;
    line-height: 1.4;
  }

  .csr__lead-image {
    margin-left: auto;
  }

  .recruit {
    display: block;
    height: auto;
    background: none;
  }

  .recruit .content-section__1st {
    aspect-ratio: 1/1;
    background: url(../img/recruit/recruit.jpg) center center no-repeat;
    background-size: contain;
  }

  .contact__actions {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }

  .contact__actions button {
    margin: 0 auto;
  }

  .contact__actions button + button {
    margin-left: auto;
    margin-bottom: 24px;
  }

  .news-outline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .news-outline dt {
    width: 7em;
    margin: 0;
  }

  .news-outline dd {
    width: calc(100% - 7em);
    margin: 0;
  }

  .news-outline dd + dt {
    margin-top: 0;
  }

  .home__service-item {
    display: block;
    padding-left: 0;
  }

  .home__service-item--reverse {
    padding-right: 0;
  }

  .home__service-item + .home__service-item {
    margin-top: 96px;
  }

  .home__service-body {
    margin-top: 48px;
  }

  .home__bottom-actions {
    display: block;
  }

  .home__bottom-action-item + .home__bottom-action-item {
    margin-top: 24px;
    margin-left: auto;
  }

  input[type=text], input[type=email] {
    font-size: 16px;
    line-height: 1.5;
  }

  select {
    font-size: 16px;
    line-height: 1.5;
  }
}
