@charset "UTF-8";
/* リキッドレイアウト対応 */
.u-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 1160px) {
  html {
    font-size: 1.3793103448vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

body.is-fixed {
  height: 100%;
  overflow: hidden !important;
}

body {
  color: #111;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
}
body.en {
  word-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}

body {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

button {
  color: inherit;
  font-family: inherit;
  line-height: 1;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

button {
  padding: 0;
}

.breadcrumb {
  width: 86%;
  max-width: 81rem;
  margin-inline: auto;
  margin-top: -2.0625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-top: -1.3125rem;
  }
}

.breadcrumb__warp {
  display: inline-block;
  padding: 1.5625rem 3.75rem;
  margin-left: -3.4375rem;
  border-radius: 2rem;
  background-image: linear-gradient(to right, #3166cf 0%, #2badff 100%);
}
@media screen and (max-width: 767px) {
  .breadcrumb__warp {
    padding: 0.9375rem 1.5625rem;
    margin-left: -1.25rem;
    border-radius: 1.25rem;
  }
}

.breadcrumb__lists {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .breadcrumb__lists {
    gap: 0.625rem;
  }
}

.breadcrumb__item a {
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .breadcrumb__item a:hover {
    opacity: 0.7;
  }
}
.breadcrumb__item span {
  color: #fff;
  display: block;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item span {
    font-size: 0.75rem;
  }
}
.breadcrumb__item:not(:first-child) {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item:not(:first-child) {
    gap: 0.625rem;
  }
}
.breadcrumb__item:not(:first-child)::before {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.625rem;
  background: url(../images/news/breadcrum_barrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item:not(:first-child)::before {
    width: 0.375rem;
    height: 0.5625rem;
  }
}

@media screen and (max-width: 767px) {
  .page-template-page-en-society .breadcrumb__item span,
  .page-template-page-en-industry .breadcrumb__item span {
    font-size: 0.625rem;
    letter-spacing: 0;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 17.5rem;
  padding: 0.9375rem 1.125rem 0.9375rem 1.875rem;
  background-color: #fff;
  border: 1px solid currentColor;
  border-radius: 1.875rem;
  color: #0C4FD5;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn {
    max-width: 14.875rem;
    padding: 0.5625rem 1.125rem 0.5625rem 1.5rem;
    border-radius: 1.5625rem;
  }
}
@media (any-hover: hover) {
  .btn:hover {
    color: #fff;
    background-color: #0C4FD5;
    border-color: #0C4FD5;
  }
  .btn:hover .btn__icon img {
    -webkit-animation: iconIn 0.3s ease forwards;
            animation: iconIn 0.3s ease forwards;
  }
  .btn:hover .btn__icon::before {
    -webkit-transform: translate(-50%, -50%) scale(7);
            transform: translate(-50%, -50%) scale(7);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}

.btn__text {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .btn__text {
    font-size: 0.9375rem;
  }
}

@-webkit-keyframes iconIn {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes iconIn {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes iconOut {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
}
@keyframes iconOut {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
}
.btn__icon {
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
}
.btn__icon img {
  display: block;
  width: 0.5rem;
  height: 0.6875rem;
  position: absolute;
  top: 50%;
  left: calc(50% + 0.0625rem);
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 2;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.btn__icon::before, .btn__icon::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition-delay: 0;
}
.btn__icon::before {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 1;
  transition: 0.3s ease;
}
.btn__icon::after {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #0C4FD5;
}
@media screen and (max-width: 767px) {
  .btn__icon::after {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.company-menu {
  margin-top: 8.75rem;
  padding-bottom: 6.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-menu {
    margin-top: 5rem;
    padding-bottom: 3.75rem;
  }
}
.company-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 15rem);
  background-color: #eef5fb;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .company-menu::before {
    height: calc(100% - 9.375rem);
  }
}

.company-menu__inner {
  max-width: 83.5rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .company-menu__inner {
    width: 90%;
    padding-inline: 0;
  }
}

.company-menu__title {
  text-align: center;
}

.company-menu__title-en {
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.05546875;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .company-menu__title-en {
    font-size: 2.125rem;
  }
}

.company-menu__title-ja {
  color: #0b48c6;
  font-size: 1.5625rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  display: block;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .company-menu__title-ja {
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }
}

.company-menu__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.125rem 1.25rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .company-menu__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 0.5625rem;
    margin-top: 2.25rem;
  }
}

.company-menu__item {
  max-width: 26rem;
  width: 32.0987654321%;
}
@media screen and (max-width: 767px) {
  .company-menu__item {
    max-width: 100%;
    width: auto;
  }
}
.company-menu__item:nth-child(1) {
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .company-menu__item:nth-child(1) {
    margin-left: 0;
  }
}
.company-menu__item:nth-child(2) {
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .company-menu__item:nth-child(2) {
    margin-right: 0;
  }
}
.company-menu__item a {
  display: block;
}
@media (any-hover: hover) {
  .company-menu__item a:hover .company-menu__item-img img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}

.company-menu__item-img {
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .company-menu__item-img {
    border-radius: 0.5rem;
  }
}
.company-menu__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .company-menu__item-img img {
    border-radius: 0.5rem;
  }
}

.company-menu__item-title {
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .company-menu__item-title {
    display: block;
    margin-top: 0.8125rem;
    text-align: center;
  }
}

.company-menu__item-title-ja {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .company-menu__item-title-ja {
    font-size: 1.0625rem;
  }
}

.company-menu__item-title-en {
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .company-menu__item-title-en {
    font-size: 0.6875rem;
    display: block;
    margin-top: 0.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .page-template-page-en-about .company-menu__item-title-ja,
  .page-template-page-en-history .company-menu__item-title-ja,
  .page-template-page-en-bases .company-menu__item-title-ja,
  .page-template-page-en-overseas-bases .company-menu__item-title-ja,
  .page-template-page-en-social .company-menu__item-title-ja {
    font-size: 0.9375rem;
  }
}

.developement-menu {
  background-color: #fff;
  margin-top: 8.75rem;
  padding-bottom: 6.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .developement-menu {
    margin-top: 5rem;
    padding-bottom: 2.5rem;
  }
}
.developement-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 19.125rem);
  background-color: #eef5fb;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .developement-menu::before {
    height: calc(100% - 10rem);
  }
}

.developement-menu__inner {
  max-width: 72.5rem;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .developement-menu__inner {
    width: 90%;
  }
}

.developement-menu__title {
  text-align: center;
}

.developement-menu__title-en {
  font-size: 4rem;
  line-height: 1.05546875;
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .developement-menu__title-en {
    font-size: 2.125rem;
  }
}

.developement-menu__title-ja {
  color: #0b48c6;
  font-size: 1.5625rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  display: block;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .developement-menu__title-ja {
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }
}

.developement-menu__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .developement-menu__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5625rem;
    margin-top: 2.25rem;
  }
}

.developement-menu__item {
  max-width: 26rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .developement-menu__item {
    max-width: 100%;
    width: auto;
  }
}
.developement-menu__item a {
  display: block;
}
@media (any-hover: hover) {
  .developement-menu__item a:hover .developement-menu__item-img img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}

.developement-menu__item-img {
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .developement-menu__item-img {
    border-radius: 0.5rem;
  }
}
.developement-menu__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .developement-menu__item-img img {
    border-radius: 0.5rem;
  }
}

.developement-menu__item-title {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .developement-menu__item-title {
    display: block;
    margin-top: 0.8125rem;
    text-align: center;
  }
}

.developement-menu__item-title-ja {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .developement-menu__item-title-ja {
    font-size: 1.0625rem;
  }
}

.developement-menu__item-title-en {
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: block;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .developement-menu__item-title-en {
    font-size: 0.6875rem;
    display: block;
    margin-top: 0.3125rem;
  }
}

.footer {
  background-color: #fff;
  padding-block: 3.75rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-block: 2.8125rem 1.25rem;
  }
}
.footer a {
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .footer a:hover {
    opacity: 0.7;
  }
}
.footer.--en .footer__nav-item > span {
  font-size: 0.875rem;
  letter-spacing: 0;
}
.footer.--en .footer__nav-child li a {
  font-size: 0.875rem;
}

.footer__inner {
  width: 100%;
  max-width: 92.5rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    width: 100%;
    max-width: 100%;
    padding-inline: 0;
  }
}

.footer__top {
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .footer__top {
    padding-bottom: 2.8125rem;
  }
}

.footer__recruit {
  max-width: 90rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .footer__recruit {
    width: 90%;
    max-width: 100%;
  }
}
.footer__recruit a {
  display: block;
  padding-block: 4.6875rem 3.75rem;
  padding-block: 6.375rem 5.375rem;
  background: url("../images/top/recruit_bg.png") no-repeat center/cover;
  border-radius: 0.875rem;
}
@media screen and (max-width: 767px) {
  .footer__recruit a {
    background: url("../images/top/recruit_bg_sp.png") no-repeat center/cover;
    padding-block: 5.0625rem;
    border-radius: 0.4375rem;
  }
}

.footer__recruit-title {
  text-align: center;
  letter-spacing: 0.04em;
}

.footer__recruit-title-en {
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .footer__recruit-title-en {
    font-size: 2.25rem;
  }
}

.footer__recruit-title-ja {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  font-size: 1.4375rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .footer__recruit-title-ja {
    gap: 0.5rem;
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }
}
.footer__recruit-title-ja::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/icon_blank.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .footer__recruit-title-ja::after {
    width: 1.0625rem;
    height: 1.0625rem;
  }
}

.footer__midle {
  padding-block: 4.0625rem 3.125rem;
  border-top: 1px solid #111;
}
@media screen and (max-width: 767px) {
  .footer__midle {
    width: 90%;
    margin-inline: auto;
    margin-top: 0;
    padding-block: 1.5rem 1.375rem;
  }
}

.footer__midle-inner {
  display: flex;
  justify-content: space-between;
  gap: min(3.7760416667vw, 58px);
  max-width: 81rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .footer__midle-inner {
    display: block;
  }
}

.footer__nav {
  width: 100%;
  padding-top: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    padding-top: 0;
  }
}

.footer__nav-list {
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .footer__nav-list {
    display: block;
  }
}

.footer__nav-item {
  width: calc(50% - 4.6875rem);
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .footer__nav-item {
    font-size: 0.875rem;
    width: 100%;
    padding-bottom: 1.375rem;
    border-bottom: 1px solid rgb(198, 198, 198);
  }
}
.footer__nav-item > span {
  color: #0C4FD5;
  font-size: 1.125rem;
  display: block;
  padding-bottom: 0.625rem;
  border-bottom: 2px solid #0c4fd5;
}
@media screen and (max-width: 767px) {
  .footer__nav-item > span {
    font-size: 1rem;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav-item + .footer__nav-item {
    margin-top: 1.40625rem;
  }
}
.footer__nav-item.--other {
  max-width: 9.625rem;
}
@media screen and (max-width: 767px) {
  .footer__nav-item.--other {
    max-width: 100%;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.footer__nav-item.--other .footer__nav-child {
  margin-top: 0;
}
.footer__nav-item.--other .footer__nav-child li + li {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .footer__nav-item.--other .footer__nav-child li + li {
    margin-top: 0;
  }
}
.footer__nav-item.--related {
  width: 100%;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .footer__nav-item.--related {
    margin-top: 1.40625rem;
    padding-bottom: 0;
    border-bottom: 0;
    padding-top: 1.375rem;
    border-top: 1px solid rgb(198, 198, 198);
  }
}
.footer__nav-item.--related > span {
  display: block;
}
@media screen and (max-width: 767px) {
  .footer__nav-item.--related .footer__nav-child {
    display: block;
  }
}
.footer__nav-item.--related .footer__nav-child li + li {
  margin-top: 0.625rem;
}
.footer__nav-item.--related .footer__nav-blank {
  line-height: 1.3;
}
.footer__nav-item.--related .footer__nav-blank::before {
  display: none;
}
.footer__nav-item.--related .footer__nav-blank::after {
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  margin-left: 0.5rem;
  -webkit-mask: url(../images/icon_blank.svg) no-repeat center/contain;
          mask: url(../images/icon_blank.svg) no-repeat center/contain;
  background-color: #0c4fd5;
}
.footer__nav-item:last-child {
  min-width: 14.375rem;
}

.footer__nav-blank {
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__nav-blank {
    line-height: 1.4;
  }
}
.footer__nav-blank::after {
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  margin-left: 0.3125rem;
  -webkit-mask: url(../images/icon_blank.svg) no-repeat center/contain;
          mask: url(../images/icon_blank.svg) no-repeat center/contain;
  background-color: #0c4fd5;
}
@media screen and (max-width: 767px) {
  .footer__nav-blank::after {
    margin-left: 0.3125rem;
  }
}

.footer__nav-child {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .footer__nav-child {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem;
    margin-top: 0.875rem;
  }
}
.footer__nav-child li + li {
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .footer__nav-child li + li {
    margin-top: 0;
  }
}
.footer__nav-child li a {
  display: block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .footer__nav-child.--full {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.875rem;
  }
}
.footer__nav-child + .footer__nav-item-sub-title {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .footer__nav-child + .footer__nav-item-sub-title {
    margin-top: 1.875rem;
  }
}

.footer__nav-item-sub-title {
  color: #0C4FD5;
  font-size: 0.875rem;
  margin-top: 1.5625rem;
}
.footer__nav-item-sub-title + .footer__nav-child {
  margin-top: 0.75rem;
}

.footer__bottom {
  max-width: 81rem;
  margin-inline: auto;
  padding-top: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    width: 90%;
    padding-top: 0;
  }
}
.footer__bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../images/footer_bottom_border.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .footer__bottom:before {
    display: none;
  }
}

.footer__bottom-wrap {
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer__bottom-wrap {
    display: block;
  }
}

.footer__bottom-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem 1.75rem;
  max-width: 29.375rem;
}
@media screen and (max-width: 767px) {
  .footer__bottom-nav-list {
    gap: 0.9375rem 0.875rem;
    max-width: 100%;
  }
}
.footer__bottom-nav-list li {
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .footer__bottom-nav-list li {
    font-size: 0.875rem;
    width: calc(50% - 0.4375rem);
  }
}

.footer__bottom-logo {
  max-width: 19.375rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .footer__bottom-logo {
    display: none;
  }
}

.footer__nav-child-lang {
  width: 100% !important;
}

.footer__compliance {
  width: 100%;
  max-width: 28.125rem;
}
@media screen and (max-width: 767px) {
  .footer__compliance {
    margin-top: 5rem;
  }
}

.footer__compliance-title {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .footer__compliance-title {
    font-size: 0.9375rem;
  }
}

.footer__compliance-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .footer__compliance-wrap {
    display: block;
  }
}

.footer__compliance-block {
  flex: 1 1 19.375rem;
}

.footer__compliance-text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .footer__compliance-text {
    font-size: 0.8125rem;
  }
}

.footer__compliance-link {
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: underline;
  margin-top: 0.75rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer__compliance-link {
    font-size: 0.8125rem;
  }
}
@media (any-hover: hover) {
  .footer__compliance-link:hover {
    opacity: 0.7;
  }
}

.footer__compliance-login {
  display: flex;
  gap: 1rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .footer__compliance-login {
    margin-top: 0.75rem;
  }
}
.footer__compliance-login li {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .footer__compliance-login li {
    font-size: 0.8125rem;
  }
}

.footer__compliance-qr {
  flex: 1 0 5.375rem;
  max-width: 5.375rem;
}
@media screen and (max-width: 767px) {
  .footer__compliance-qr {
    display: none;
  }
}

.footer__copy {
  font-family: "Exo", sans-serif;
  font-style: normal;
  font-size: 0.8125rem;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 0.75rem;
    padding-top: 1rem;
    margin-top: 2rem;
    border-top: 1px solid #d1d5d8;
  }
}

.footer__privacy-policy {
  color: #636363;
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .footer__privacy-policy {
    font-size: 0.8125rem;
  }
}

/* ハンバーガーボタン
------------------------------------------------ */
.hamburger:after, .hamburger:before, .hamburger span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 21;
  background-color: #111;
  width: 31px;
  height: 3px;
  border-radius: 2px;
}

.hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .hamburger {
    font-size: 31px;
    width: 1em;
    height: 1em;
    margin-left: auto;
    display: inline-block;
    position: relative;
    background-color: transparent;
    border: 0;
    padding: 0;
    outline: none;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    touch-action: manipulation;
    cursor: pointer;
  }
}
.hamburger span {
  transition: 0.2s ease-in-out 0.2s;
}
.hamburger:before, .hamburger:after {
  transition: margin 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
}
.hamburger:before {
  content: "";
  margin-top: -8px;
}
.hamburger:after {
  content: "";
  margin-top: 8px;
}
.hamburger.open span {
  background-color: rgba(17, 17, 17, 0);
  transition-delay: 0s;
}
.hamburger.open:before, .hamburger.open:after {
  margin-top: 0;
  transition-delay: 0s, 0.25s, 0.25s;
}
.hamburger.open:before {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.hamburger.open:after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

/* -----------------------------------------------------------------
  ヘッダー
----------------------------------------------------------------- */
.header {
  width: 100%;
  height: 5.25rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .header {
    background-color: #fff;
    height: 3.125rem;
    position: fixed;
  }
}
.header.--text-black .header__nav {
  color: #111;
}
.header.--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}
@media screen and (max-width: 767px) {
  .header.--fixed {
    display: none;
  }
}
.header.--fixed.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.header.--fixed .header__logo a {
  padding: 1.875rem 2.5rem;
  background-color: transparent;
  border-radius: 0;
}
.header.--fixed .header__nav {
  color: #111;
}
@media (any-hover: hover) {
  .header.--fixed .header__nav-item.--btn > a:hover {
    border-color: #0C4FD5;
  }
}
.header.--en .header__nav {
  max-width: 53.125rem;
}
.header.--en .header__nav-item {
  position: relative;
}
.header.--en .header__nav-item > a, .header.--en .header__nav-item > span {
  font-size: clamp(0.625rem, 0.25rem + 0.781vw, 1rem);
}

.header__inner {
  display: flex;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  padding-right: 3.75rem;
}
@media screen and (max-width: 767px) {
  .header__inner {
    align-items: center;
    width: 90%;
    padding-right: 0;
    margin-inline: auto;
  }
}

.header__logo {
  width: 100%;
  max-width: 20rem;
}
@media screen and (max-width: 767px) {
  .header__logo {
    max-width: 10.625rem;
  }
}

.header__logo a {
  display: block;
  padding: 1.875rem 2.5rem;
  background-color: #fff;
  border-radius: 0 0 1.25rem 0;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header__logo a {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
}
@media (any-hover: hover) {
  .header__logo a:hover {
    opacity: 0.7;
  }
}

.header__logo a img {
  width: 100%;
  height: auto;
}

.header__nav {
  color: #fff;
  width: 100%;
  max-width: 42.1875rem;
  padding-top: 1.1875rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__nav-list {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
  margin-top: 0.5rem;
}

.header__nav-item {
  position: relative;
}
.header__nav-item > a, .header__nav-item > span {
  display: block;
  padding-block: 0.3125rem 1.25rem;
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  position: relative;
}
.header__nav-item > a::before, .header__nav-item > span::before {
  background: #0C4FD5;
  content: "";
  width: 100%;
  height: 0.1875rem;
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  transition: 0.3s ease;
}
.header__nav-item.--btn {
  width: 100%;
  max-width: 8.125rem;
  margin-left: 0.375rem;
  flex-shrink: 0;
}
.header__nav-item.--btn > a {
  color: #fff;
  background-color: #0C4FD5;
  border: 1px solid #0C4FD5;
  border-radius: 1rem;
  padding-block: 0.4375rem;
  font-size: 0.9375rem;
  text-align: center;
  transition: 0.3s ease;
}
.header__nav-item.--btn > a::before {
  display: none;
}
@media (any-hover: hover) {
  .header__nav-item.--btn > a:hover {
    background-color: #fff;
    color: #0C4FD5;
    border-color: #fff;
  }
}
@media (any-hover: hover) {
  .header__nav-item:hover a::before,
  .header__nav-item:hover span::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.header__nav-child {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 0.125rem);
  left: 50%;
  -webkit-transform: translate(-50%, 1.25rem);
          transform: translate(-50%, 1.25rem);
  width: 18.75rem;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0px 2px 10px 0px rgba(60, 76, 83, .2);
  transition: 0.3s ease;
}
.header__nav-child.is-open {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.header__nav-child.--large {
  width: 21.875rem;
}
.header__nav-child.--other {
  width: 23.125rem;
}

.header__nav-child-title {
  color: #0c4fd5;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  display: block;
  padding-bottom: 0.125rem;
  border-bottom: 1px solid currentColor;
}
.header__nav-child-title + .header__nav-child-list {
  margin-top: 0.75rem;
}

.header__nav-child-list + .header__nav-child-title {
  margin-top: 1.875rem;
}

.header__nav-child-item {
  display: block;
}
.header__nav-child-item + .header__nav-child-item {
  margin-top: 0.75rem;
}

.header__nav-child-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #111;
  transition: 0.3s ease;
}
.header__nav-child-link img {
  width: 100%;
  max-width: 4.375rem;
  flex-shrink: 0;
}
.header__nav-child-link span {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media (any-hover: hover) {
  .header__nav-child-link:hover {
    opacity: 0.7;
  }
}

.header__nav-block {
  display: flex;
  justify-content: flex-end;
  gap: 0.9375rem;
  padding-right: 0.3125rem;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
}
.header__nav-block a {
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .header__nav-block a:hover {
    opacity: 0.7;
  }
}

.local-menu {
  flex: 1 0 16.25rem;
  width: 100%;
  position: sticky;
  top: 11.25rem;
  left: 0;
}
.local-menu.--company-about .local-menu__list::before {
  height: 19.375rem;
}
.local-menu.--company-japan-bases .local-menu__list::before {
  height: 11.6875rem;
}
.local-menu.--company-overseas-bases .local-menu__list::before {
  height: 3.8125rem;
}
@media screen and (max-width: 767px) {
  .local-menu {
    display: none;
  }
}

.local-menu__list {
  position: relative;
}
.local-menu__list::before {
  content: "";
  display: block;
  width: 1px;
  background-color: #0c4fd5;
  position: absolute;
  top: 0.625rem;
  left: 0.62rem;
}

.local-menu__item + .local-menu__item {
  margin-top: 2.5rem;
}
.local-menu__item a {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 0.875rem;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .local-menu__item a:hover {
    color: #0C4FD5;
  }
  .local-menu__item a:hover span::before {
    -webkit-transform: translate(-50%, -50%) scale(2.25);
            transform: translate(-50%, -50%) scale(2.25);
  }
}
.local-menu__item span {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #0C4FD5;
  background: linear-gradient(-45deg, #0c4ed5 0%, #036de5 100%);
  border-radius: 50%;
  position: relative;
  transition: 0.3s;
  flex-shrink: 0;
}
.local-menu__item span::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  transition: 0.3s;
}
.local-menu__item.is-active {
  color: #0C4FD5;
}
.local-menu__item.is-active span::before {
  -webkit-transform: translate(-50%, -50%) scale(2.25);
          transform: translate(-50%, -50%) scale(2.25);
}

.page-template-page-en-about .local-menu__item a,
.page-template-page-en-japan-bases .local-menu__item a,
.page-template-page-en-overseas-bases .local-menu__item a {
  font-size: 1rem;
  letter-spacing: 0;
}

.page-template-page-en-about .local-menu.--company-about .local-menu__list::before {
  height: 15.625rem;
}

@media (any-hover: hover) {
  .modal__open:hover .modal-industry__btn-thumbnail img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  .modal__open:hover .modal-industry__btn-title {
    color: var(--category-color);
  }
  .modal__open:hover .modal-industry__btn-title-icon img {
    -webkit-animation: iconIn 0.3s ease forwards;
            animation: iconIn 0.3s ease forwards;
  }
  .modal__open:hover .modal-industry__btn-title-icon::before {
    width: 1.125rem;
    height: 1.125rem;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .modal__open:hover .modal-industry__btn-title-icon::before {
    width: 1rem;
    height: 1rem;
  }
}
.modal__open:not(:hover) .modal-industry__btn-title-icon img {
  -webkit-animation: iconOut 0.2s ease forwards;
          animation: iconOut 0.2s ease forwards;
}

.modal__body {
  background-color: #fff;
  border-radius: 0.375rem;
  display: inline-block;
  width: 100%;
  max-width: 45rem;
  padding-top: 1.5rem;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .modal__body {
    width: 90%;
    padding-top: 0.75rem;
    border-radius: 0.5rem;
  }
}
.modal__body::before {
  content: "";
  display: block;
  width: 100%;
  height: 1.5rem;
  border-radius: 0.375rem 0.375rem 0 0;
  background-color: var(--category-color);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .modal__body::before {
    height: 0.75rem;
    border-radius: 0.5rem 0.5rem 0 0;
  }
}
.modal__body .modal-industry__content-category {
  background-color: var(--category-color);
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal__container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, .5);
  padding-top: 2.125rem;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}

/*モーダル本体の擬似要素の指定*/
.modal__container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal__container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダルを閉じるボタンの指定*/
.modal__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -0.625rem;
  right: -0.625rem;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal__close {
    top: -0.375rem;
    right: -0.375rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}

.product-menu {
  margin-top: 8.75rem;
  padding-bottom: 6.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .product-menu {
    margin-top: 5rem;
    padding-bottom: 2.5rem;
  }
}
.product-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 15rem);
  background-color: #eef5fb;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .product-menu::before {
    height: calc(100% - 9.375rem);
  }
}

.product-menu__inner {
  max-width: 72.5rem;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .product-menu__inner {
    width: 90%;
  }
}

.product-menu__title {
  text-align: center;
}

.product-menu__title-en {
  font-size: 4rem;
  line-height: 1.05546875;
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .product-menu__title-en {
    font-size: 2.125rem;
  }
}

.product-menu__title-ja {
  color: #0b48c6;
  font-size: 1.5625rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  display: block;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .product-menu__title-ja {
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }
}

.product-menu__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .product-menu__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5625rem;
    margin-top: 2.25rem;
  }
}

.product-menu__item {
  max-width: 26rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .product-menu__item {
    max-width: 100%;
    width: auto;
  }
}
.product-menu__item a {
  display: block;
}
@media (any-hover: hover) {
  .product-menu__item a:hover .product-menu__item-img img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}

.product-menu__item-img {
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .product-menu__item-img {
    border-radius: 0.5rem;
  }
}
.product-menu__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .product-menu__item-img img {
    border-radius: 0.5rem;
  }
}

.product-menu__item-title {
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
  margin-top: 1.25rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .product-menu__item-title {
    display: block;
    margin-top: 0.8125rem;
    text-align: center;
    white-space: normal;
    white-space: initial;
  }
}

.product-menu__item-title-ja {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .product-menu__item-title-ja {
    font-size: 1.0625rem;
  }
}

.product-menu__item-title-en {
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .product-menu__item-title-en {
    font-size: 0.6875rem;
    display: block;
    margin-top: 0.3125rem;
  }
}

.subpage-mv {
  height: 26.25rem;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .subpage-mv {
    height: 12.5rem;
    margin-top: 3.125rem;
  }
}
.subpage-mv span {
  display: block;
}
.subpage-mv.--news {
  background-image: url(../images/news/news_mv.webp);
}
@media screen and (max-width: 767px) {
  .subpage-mv.--news {
    background: url(../images/news/news_mv_sp.webp) no-repeat top right/cover;
  }
}
.subpage-mv.--company-about {
  background-image: url(../images/company/about/company_about_mv.webp);
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .subpage-mv.--company-about {
    background-image: url(../images/company/about/company_about_mv_sp.webp);
  }
}
.subpage-mv.--contact {
  background-image: url(../images/contact/contact_mv.webp);
}
@media screen and (max-width: 767px) {
  .subpage-mv.--contact {
    background-image: url(../images/contact/contact_mv_sp.webp);
  }
}
.subpage-mv.--company-history {
  background-image: url(../images/company/history/company_history_mv.webp);
}
@media screen and (max-width: 767px) {
  .subpage-mv.--company-history {
    background-image: url(../images/company/history/company_history_mv_sp.webp);
  }
}
.subpage-mv.--developement {
  background-image: url(../images/developement/developement_mv.webp);
}
@media screen and (max-width: 767px) {
  .subpage-mv.--developement {
    background-image: url(../images/developement/developement_mv_sp.webp);
  }
}
.subpage-mv.--products-industry {
  background-image: url(../images/products/industry/industry_mv.webp);
}
@media screen and (max-width: 767px) {
  .subpage-mv.--products-industry {
    background-image: url(../images/products/industry/industry_mv_sp.webp);
  }
}
.subpage-mv.--products-society {
  background-image: url(../images/products/society/society_mv.webp);
}
@media screen and (max-width: 767px) {
  .subpage-mv.--products-society {
    background-image: url(../images/products/society/society_mv_sp.webp);
  }
}
.subpage-mv.--products-society .subpage-mv__title-en span {
  padding-right: 0.625rem;
}
.subpage-mv.--company-japan-bases {
  background-image: url(../images/company/japan-bases/japan_bases_mv.webp);
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .subpage-mv.--company-japan-bases {
    background-image: url(../images/company/japan-bases/japan_bases_mv_sp.webp);
  }
}
.subpage-mv.--company-overseas-bases {
  background-image: url(../images/company/overseas-bases/overseas-bases_mv.webp);
}
@media screen and (max-width: 767px) {
  .subpage-mv.--company-overseas-bases {
    background-image: url(../images/company/overseas-bases/overseas-bases_mv_sp.webp);
  }
}
@media screen and (max-width: 767px) {
  .subpage-mv.--company-overseas-bases .subpage-mv__inner {
    padding-block: 2.8125rem 4.4375rem;
  }
}
.subpage-mv.--company-social {
  background-image: url(../images/company/social/social_mv.webp);
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .subpage-mv.--company-social {
    background-image: url(../images/company/social/social_mv_sp.webp);
  }
}

.subpage-mv__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.subpage-mv__title {
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1;
  width: 86%;
  max-width: 81rem;
  margin-inline: auto;
}

.subpage-mv__title-en {
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-size: 4.875rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .subpage-mv__title-en {
    font-size: 2.5rem;
  }
}
.subpage-mv__title-en .lowercase {
  display: inline-block;
  text-transform: lowercase;
}

.subpage-mv__title-ja {
  font-size: 1.5625rem;
  display: block;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .subpage-mv__title-ja {
    font-size: 1.125rem;
  }
}
.subpage-mv__title-ja.--text-black {
  color: #111;
}

.text-gradation span {
  display: inline-block;
  background: linear-gradient(to right, #036de5 0%, #0c4ed5 100%);
  -webkit-background-clip: text; /* テキストで切り抜く */
  -webkit-text-fill-color: transparent; /* 切り抜いた部分は背景を表示 */
}

.top-title {
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 3.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: linear-gradient(to right, #036de5 0%, #036de5 40%, #0c4ed5 60%, #0c4ed5 100%);
  -webkit-background-clip: text; /* テキストで切り抜く */
  -webkit-text-fill-color: transparent; /* 切り抜いた部分は背景を表示 */
}
.top-title.--02 {
  background: linear-gradient(to left, #036de5 0%, #036de5 0.76%, #0c4ed5 99.68%, #0c4ed5 100%);
  -webkit-background-clip: text; /* テキストで切り抜く */
  -webkit-text-fill-color: transparent; /* 切り抜いた部分は背景を表示 */
}
.top-title.--03 {
  background: linear-gradient(#036de5 0%, #036de5 0.76%, #0c4ed5 99.68%, #0c4ed5 100%);
  -webkit-background-clip: text; /* テキストで切り抜く */
  -webkit-text-fill-color: transparent; /* 切り抜いた部分は背景を表示 */
}
.top-title.--img {
  max-width: 9.5rem;
}

.contact {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-bottom: 2.5rem;
  }
}

.contact__wrap {
  width: 86%;
  max-width: 60rem;
  margin-inline: auto;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .contact__wrap {
    width: 90%;
    margin-top: 2.5rem;
  }
}

.contact__read {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__read {
    font-size: 0.875rem;
    line-height: 1.8;
    text-align: justify;
  }
}

.contact__progress {
  max-width: 48.75rem;
  margin-inline: auto;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .contact__progress {
    margin-top: 1.5625rem;
  }
}

.contact__progress-list {
  display: flex;
  gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .contact__progress-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
.contact__progress-list li {
  color: #fff;
  background-color: #a1adbb;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  padding: 1.1875rem 1.25rem;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  border-radius: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .contact__progress-list li {
    gap: 0.25rem;
    padding: 0.625rem 0.3125rem;
    border-radius: 0.09375rem;
    font-size: 0.75rem;
  }
}
.contact__progress-list li span {
  font-family: "Exo", sans-serif;
  font-weight: 600;
  display: block;
  margin-top: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .contact__progress-list li span {
    font-size: 0.625rem;
  }
}
.contact__progress-list li:not(:last-child) {
  position: relative;
}
.contact__progress-list li:not(:last-child)::before {
  content: "";
  display: block;
  width: 1.1875rem;
  height: 1.25rem;
  background: url(../images/contact/progress_arrow.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: -1.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .contact__progress-list li:not(:last-child)::before {
    width: 0.5625rem;
    height: 0.625rem;
    right: -0.8125rem;
  }
}
.contact__progress-list li.is-current {
  background-color: #fbc749;
}

.contact__form {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .contact__form {
    margin-top: 2.5rem;
  }
}

.contact__form-wrap {
  display: flex;
  align-items: center;
  padding-bottom: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__form-wrap {
    display: block;
    padding-bottom: 1rem;
  }
}
.contact__form-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../images/contact/form_wrap_border.png) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .contact__form-wrap::before {
    background: url(../images/contact/form_wrap_border_sp.png) repeat-x center/cover;
  }
}
.contact__form-wrap + .contact__form-wrap {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .contact__form-wrap + .contact__form-wrap {
    margin-top: 1rem;
  }
}

.contact__form-label {
  flex: 1 1 18.75rem;
  padding-right: 5.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__form-label {
    display: flex;
    align-items: flex-end;
    gap: 0.3125rem;
    padding-right: 0;
  }
}
.contact__form-label.--required::after {
  content: "*必須";
  display: block;
  color: #f50448;
  font-size: 0.8125rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 0.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .contact__form-label.--required::after {
    font-size: 0.6875rem;
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.contact__form-title {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: right;
  display: block;
}
@media screen and (max-width: 767px) {
  .contact__form-title {
    font-size: 0.875rem;
    text-align: left;
  }
}

.contact__form-field {
  flex: 1 1 calc(100% - 18.75rem);
}
@media screen and (max-width: 767px) {
  .contact__form-field {
    margin-top: 0.625rem;
  }
}
.contact__form-field input[type=text],
.contact__form-field input[type=tel],
.contact__form-field input[type=email],
.contact__form-field textarea {
  color: inherit;
  background-color: #f2f8fc;
  border: 1px solid #99a2b0;
  border-radius: 0.25rem;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  max-width: 100%;
  padding: 1.1875rem 1.5625rem 1.0625rem;
}
@media screen and (max-width: 767px) {
  .contact__form-field input[type=text],
  .contact__form-field input[type=tel],
  .contact__form-field input[type=email],
  .contact__form-field textarea {
    font-size: 1rem;
    border-radius: 0.125rem;
    padding: 0.6875rem 0.75rem;
  }
}
.contact__form-field textarea {
  height: 11.25rem;
}
.contact__form-field ::-webkit-input-placeholder {
  color: #b8bfc7;
}
.contact__form-field ::-ms-input-placeholder {
  color: #b8bfc7;
}
.contact__form-field ::placeholder {
  color: #b8bfc7;
}
.contact__form-field.--radio {
  /*ラジオの箱*/
  /*ラジオ未チェック時*/
}
@media screen and (max-width: 767px) {
  .contact__form-field.--radio {
    margin-top: 1.25rem;
    padding-bottom: 0.25rem;
  }
}
.contact__form-field.--radio .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .contact__form-field.--radio .wpcf7-form-control.wpcf7-radio {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
.contact__form-field.--radio .wpcf7-list-item {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contact__form-field.--radio .wpcf7-list-item {
    margin: 0;
  }
}
.contact__form-field.--radio .wpcf7-list-item.first {
  margin: 0;
}
.contact__form-field.--radio input[type=radio] {
  opacity: 0;
  position: absolute;
}
.contact__form-field.--radio input[type=radio] + span {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  position: relative;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contact__form-field.--radio input[type=radio] + span {
    gap: 0.375rem;
    font-size: 0.875rem;
  }
}
.contact__form-field.--radio input[type=radio] + span:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-color: #f2f8fc;
  border: 1px solid #99a2b0;
  border-radius: 50%;
  line-height: 1;
  vertical-align: middle;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .contact__form-field.--radio input[type=radio] + span:before {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.contact__form-field.--radio input[type=radio] + span:after {
  content: "";
  display: none;
}
.contact__form-field.--radio input[type=radio]:checked + span::before {
  background-color: #0b50d6;
}
.contact__form-field.--radio input[type=radio]:checked + span:after {
  content: "";
  border-radius: 50%;
  background-color: #fff;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  top: 50%;
  left: 0.4375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .contact__form-field.--radio input[type=radio]:checked + span:after {
    width: 0.5rem;
    height: 0.5rem;
    left: 0.3125rem;
  }
}
.contact__form-field.--textarea {
  line-height: 1.4;
}
.contact__form-field.--textarea textarea {
  line-height: 1.4;
  margin-top: 0.5rem;
}

.contact__form-select {
  max-width: 21.25rem;
  background-color: #f2f8fc;
  border: 1px solid #99a2b0;
  border-radius: 0.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__form-select {
    max-width: 20.375rem;
    border-radius: 0.125rem;
  }
}
.contact__form-select::after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.5625rem;
  background: url(../images/contact/select_arrow.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.contact__form-select select {
  color: inherit;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  max-width: 100%;
  padding: 1.0625rem 1.5625rem 1.09375rem;
}
@media screen and (max-width: 767px) {
  .contact__form-select select {
    font-size: 1rem;
    border-radius: 0.125rem;
    padding: 0.6875rem 0.75rem;
  }
}

.contact__form-note {
  display: block;
  color: #f50448;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact__form-note {
    font-size: 0.75rem;
  }
}

.contact__form-count {
  display: block;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .contact__form-count {
    font-size: 0.875rem;
    margin-top: 0.25rem;
  }
}

.contact__form-policy {
  width: -webkit-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 3.125rem;
  padding-left: 3.125rem;
  position: relative;
  /*チェックボックスの箱*/
  /*チェックボックス未チェック時*/
  /*チェックボックスチェック時*/
}
@media screen and (max-width: 767px) {
  .contact__form-policy {
    margin-top: 1.875rem;
    padding-left: 2.1875rem;
  }
}
.contact__form-policy::before {
  content: "*必須";
  display: block;
  color: #f50448;
  font-size: 0.8125rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .contact__form-policy::before {
    font-size: 0.6875rem;
    -webkit-transform: translateY(-35%);
            transform: translateY(-35%);
  }
}
.contact__form-policy .wpcf7-list-item {
  margin: 0;
}
.contact__form-policy a {
  color: #0b50d6;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .contact__form-policy a:hover {
    opacity: 0.7;
  }
}
.contact__form-policy input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.contact__form-policy input[type=checkbox] + span {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 1rem;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contact__form-policy input[type=checkbox] + span {
    font-size: 0.9375rem;
  }
}
.contact__form-policy input[type=checkbox] + span:before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.625rem;
  background-color: #f2f8fc;
  border: 1px solid #99a2b0;
  border-radius: 0.1875rem;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .contact__form-policy input[type=checkbox] + span:before {
    width: 1rem;
    height: 1rem;
    margin-right: 0.375rem;
    border-radius: 0.09375rem;
  }
}
.contact__form-policy input[type=checkbox] + span:after {
  content: "";
  display: none;
  width: 0.875rem;
  height: 0.8125rem;
  background: url(../images/contact/policy_check.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .contact__form-policy input[type=checkbox] + span:after {
    width: 0.75rem;
    height: 0.6875rem;
  }
}
.contact__form-policy input[type=checkbox]:checked + span:before {
  content: "";
  background-color: #0b50d6;
}
.contact__form-policy input[type=checkbox]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
}

.contact__form-btn {
  width: 100%;
  max-width: 20rem;
  margin-inline: auto;
  margin-top: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__form-btn {
    max-width: 16.25rem;
    margin-top: 2.8125rem;
  }
}
.contact__form-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  margin-top: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__form-btns {
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
}

.contact__form-btns-item {
  width: 100%;
  max-width: 20rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__form-btns-item {
    max-width: 16.25rem;
  }
}

.wpcf7-form-control.wpcf7-submit,
.wpcf7-form-control.wpcf7-previous {
  border-radius: 1.875rem;
  border: 1px solid #0c4fd5;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  display: block;
  width: 100%;
  padding: 1.3125rem 1.1875rem 1.375rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-submit,
  .wpcf7-form-control.wpcf7-previous {
    border-radius: 1.75rem;
    font-size: 0.9375rem;
    padding: 1.25rem 1.1875rem 1.25rem;
  }
}
@media (any-hover: hover) {
  .wpcf7-form-control.wpcf7-submit:hover,
  .wpcf7-form-control.wpcf7-previous:hover {
    opacity: 0.7;
  }
}

.wpcf7-form-control.wpcf7-submit {
  background-color: #0c4fd5;
  color: #fff;
}

.wpcf7-form-control.wpcf7-previous {
  background-color: #fff;
  color: #0c4fd5;
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  right: -3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .wpcf7-spinner {
    width: 1rem;
    height: 1rem;
    right: -2rem;
  }
}

@media (any-hover: hover) {
  .wpcf7 .wpcf7-submit:disabled:hover {
    opacity: 1;
  }
}

.confirm h2 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .confirm h2 {
    font-size: 1.125rem;
  }
}

.thanks h2 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thanks h2 {
    font-size: 1.125rem;
  }
}

.thanks__read {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .thanks__read {
    font-size: 0.875rem;
    text-align: justify;
    margin-top: 1.5625rem;
  }
}

.thanks__text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  border: 1px solid #99a2b0;
  border-radius: 1.25rem;
  padding: 3.125rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .thanks__text {
    font-size: 0.875rem;
    border-radius: 0.625rem;
    padding: 1.5625rem;
    margin-top: 1.5625rem;
  }
}
.thanks__text span {
  font-weight: bold;
}

.thanks__back {
  text-align: center;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .thanks__back {
    margin-top: 1.875rem;
  }
}
.thanks__back a {
  border-radius: 1.875rem;
  background-color: #0c4fd5;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  display: inline-block;
  width: 100%;
  max-width: 20rem;
  padding: 1.25rem 1.1875rem 1.375rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .thanks__back a {
    border-radius: 2rem;
    font-size: 0.875rem;
    max-width: 16.25rem;
    padding: 1.25rem;
  }
}
@media (any-hover: hover) {
  .thanks__back a:hover {
    opacity: 0.7;
  }
}

.wpcf7-form-control-wrap {
  display: block;
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #f50448;
  font-size: 1rem;
  font-weight: normal;
  display: block;
  margin-top: 0.5em;
}

.wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
  margin-top: 10px;
}
.wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}

.page-template-page-en-contact .contact__progress-list li {
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .page-template-page-en-contact .contact__progress-list li {
    font-size: 0.625rem;
  }
}
.page-template-page-en-contact .contact__form-label.--required::after {
  content: "*Required";
}
.page-template-page-en-contact .contact__form-policy {
  padding-left: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .page-template-page-en-contact .contact__form-policy {
    padding-left: 4.375rem;
  }
}
.page-template-page-en-contact .contact__form-policy::before {
  content: "*Required";
}
@media screen and (max-width: 767px) {
  .page-template-page-en-contact .contact__read,
  .page-template-page-en-contact .thanks__read {
    text-align: left;
  }
}

.inner {
  width: 100%;
  max-width: 1210px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 640px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.fadeup {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  transition: all 1s;
}
.fadeup.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-top-walk__block.fadeup {
  transition-delay: 0.75s;
}

.p-top-treatment .p-top-treatment__section:nth-child(2).fadeup {
  transition-delay: 0.2s;
}

/* -----------------------------------------------------------------
  swiper カスタマイズ
----------------------------------------------------------------- */
/* スライドの動き等速 */
/* 前ページ、次ページボタン共通のスタイル */
/* -----------------------------------------------------------------
  ドロワーメニュー
----------------------------------------------------------------- */
.p-drawer {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-drawer {
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    z-index: 20;
    -webkit-transform: translateX(66.6666666667%);
            transform: translateX(66.6666666667%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    background-color: #eef5f8;
  }
}
.p-drawer.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-drawer__wrap {
  width: 90%;
  margin-inline: auto;
  padding-block: 6.25rem 9.375rem;
  overflow-y: auto;
}

.p-drawer__item {
  line-height: 1;
  padding-bottom: 1.375rem;
  border-bottom: 2px solid rgb(195, 212, 224);
}
.p-drawer__item > span {
  color: #0C4FD5;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.p-drawer__item + .p-drawer__item {
  margin-top: 1.375rem;
}
.p-drawer__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.p-drawer__child {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8125rem 0;
  margin-top: 0.875rem;
}
.p-drawer__child li {
  width: 50%;
}
.p-drawer__child li a {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
}
.p-drawer__child li.--full {
  width: 100%;
}
.p-drawer__child.--other li {
  width: 100%;
}
.p-drawer__child.--other + .p-drawer__item-sub-title {
  margin-top: 1.875rem;
}

.p-drawer__blank {
  position: relative;
  line-height: 1.4;
}
.p-drawer__blank::after {
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  margin-left: 0.3125rem;
  -webkit-mask: url(../images/icon_blank.svg) no-repeat center/contain;
          mask: url(../images/icon_blank.svg) no-repeat center/contain;
  background-color: #0C4FD5;
}

.p-drawer__item-sub-title {
  color: #0c4fd5;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-top: 1.5625rem;
}
.p-drawer__item-sub-title + .p-drawer__child.--other {
  margin-top: 0.9375rem;
}

.p-drawer__child-lang {
  display: flex;
  gap: 0.625rem;
}

.p-form input[type=radio], .p-form input[type=checkbox] {
  display: block;
  opacity: 0;
  position: absolute;
  z-index: -100;
  -webkit-appearance: auto;
          appearance: auto;
}
.p-form input[type=radio] + span,
.p-form input[type=checkbox] + span {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.075em;
  line-height: 1.6;
  color: #000;
  text-align: left;
  width: 100%;
}
.p-form input[type=radio] + span {
  padding: 0.625rem 0.625rem 0.625rem 1.125rem;
}
.p-form input[type=checkbox] + span {
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-form input[type=checkbox] + span {
    padding-right: 0;
  }
}
.p-form input[type=radio]:checked + span,
.p-form input[type=checkbox]:checked + span {
  color: #000;
}
.p-form input[type=radio] + span:before,
.p-form input[type=checkbox] + span::before {
  border: 1px solid #707070;
}
.p-form input[type=radio]:checked + span:before,
.p-form input[type=checkbox]:checked + span::before {
  border: 1px solid #707070;
}
.p-form input[type=radio]:checked + span:after {
  background: #000;
}
.p-form input[type=checkbox]:checked + span:after {
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -10px;
  -webkit-mask: url(../images/common/icon-check.png) no-repeat center center/contain;
          mask: url(../images/common/icon-check.png) no-repeat center center/contain;
  background-color: #000;
  width: 20px;
  height: 20px;
}
.p-form input[type=checkbox] + span:hover::after {
  background-color: #000;
}
.p-form input[type=text], .p-form input[type=password], .p-form input[type=email], .p-form input[type=tel], .p-form input[type=url], .p-form input[type=search], .p-form input[type=number], .p-form input[type=datetime], .p-form input[type=week], .p-form select {
  width: 100%;
  background-color: #fff;
  padding: 0.625rem 0.625rem;
  border-radius: 0.25rem;
}
.p-form textarea {
  min-height: 12.5rem;
  padding: 0.625rem 0.625rem;
  width: 100%;
  background-color: #fff;
  border-radius: 0.25rem;
}

.p-form__table {
  width: 100%;
  font-size: 1.125rem;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .p-form__table {
    font-size: 1rem;
  }
}

.p-form__table a {
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .p-form__table tr {
    display: flex;
    flex-direction: column;
  }
}

.p-form__table th {
  text-align: left;
  font-weight: 400;
  width: 40%;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-form__table th {
    width: 100%;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
}

.p-form__table td {
  width: 55%;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-form__table td {
    width: 100%;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
}

.p-form__vertical-top {
  vertical-align: top;
}

.p-form__tel-wrap {
  display: flex;
  align-items: center;
}
.p-form__tel-wrap span {
  font-weight: 100;
  margin-inline: 0.3125rem;
}

.p-form__required:after {
  content: "*";
  display: inline-block;
  font-size: 0.8em;
  vertical-align: top;
  color: #ff0000;
}

@media screen and (max-width: 767px) {
  .submit_button + .submit_button {
    margin-top: 1.25rem;
  }
}

.p-form__btn {
  display: block;
  width: 100%;
  max-width: 16.25rem;
  margin-inline: auto;
  margin-top: 2.8125rem;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-form__btn {
    max-width: 12.5rem;
  }
}
.p-form__btn::before {
  content: "";
  display: block;
  width: 1.0625rem;
  height: 0.9375rem;
  background: url(../images/common/arrow_blue.png) no-repeat center center/contain;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-form__btn::before {
    width: 0.9375rem;
    height: 0.8125rem;
    right: 0.9375rem;
  }
}
.p-form__btn .submit_button {
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  width: 100%;
  padding: 1.25rem 0.3125rem;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  border-radius: 1.875rem;
  border: 1px solid #404040;
}
@media screen and (max-width: 767px) {
  .p-form__btn .submit_button {
    font-size: 1rem;
    max-width: 12.5rem;
    padding: 0.9375rem 0.3125rem;
  }
}
@media (any-hover: hover) {
  .p-form__btn .submit_button:hover {
    opacity: 1;
  }
  .p-form__btn .submit_button:hover::before {
    -webkit-transform: translate(0.3125rem, -50%);
            transform: translate(0.3125rem, -50%);
  }
}

/* -----------------------------------------------------------------
  ローディング
----------------------------------------------------------------- */
.p-loading {
  width: 100vw;
  height: 100vh;
  background-color: #676767;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.p-loading__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.p-loading__img {
  width: 17.5rem;
  height: 17.5rem;
  margin: auto;
  -webkit-animation: fade 3s ease-in;
          animation: fade 3s ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-loading__img {
    max-width: 12.5rem;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-loading__imgMain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* 記事詳細
------------------------------------------------ */
.p-post__inner {
  max-width: 50rem;
}

.p-post__head {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-post__head {
    text-align: left;
  }
}

.p-post__head time {
  font-size: 1.25rem;
  color: #000;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-post__head time {
    font-size: 0.875rem;
  }
}

.p-post__title {
  margin-top: 1.25rem;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-post__title {
    font-size: 1.125rem;
  }
}

.p-post__thumbnail {
  margin-top: 2.5rem;
}

.p-post__thumbnail img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.p-post__wrap {
  margin-top: 2.5rem;
}

.p-post__wrap h2 {
  margin-top: 4.0625rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-post__wrap h2 {
    font-size: 1.375rem;
  }
}

.p-post__wrap h3 {
  margin-top: 4.0625rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-post__wrap h3 {
    font-size: 1.125rem;
  }
}

.p-post__wrap h4 {
  margin-top: 1.875rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-post__wrap h4 {
    font-size: 1rem;
  }
}

.p-post__wrap p {
  margin-top: 0.9375rem;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-post__wrap p {
    font-size: 0.875rem;
  }
}

.p-post__wrap a {
  margin-top: 0.5rem;
  padding-bottom: 0.3125rem;
  font-size: 1rem;
  font-weight: 400;
  color: #44a3cb;
  border-bottom: 0.0625rem solid #44a3cb;
}
@media screen and (max-width: 767px) {
  .p-post__wrap a {
    font-size: 0.875rem;
  }
}

.p-post__wrap img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 2.5rem;
}

.p-post__pagination {
  margin-top: 5rem;
}

/* 記事詳細ページのページ送り */
.p-postPagination {
  display: flex;
  justify-content: center;
}

.p-postPagination__container {
  display: flex;
  justify-content: space-between;
  width: 26%;
  min-width: 18.75rem;
  max-width: 25rem;
}

.p-postPagination__link.--placeholder {
  visibility: hidden;
}

.p-postPagination__link a {
  font-size: 0.9375rem;
  font-weight: 300;
  letter-spacing: 0.075em;
  color: #000;
  position: relative;
}

.p-postPagination__link-pageprev a:before {
  -webkit-mask: url(../images/common/icon-prevarrow.png) no-repeat center center/contain;
          mask: url(../images/common/icon-prevarrow.png) no-repeat center center/contain;
  background-color: #676767;
  width: 0.4375rem;
  height: 0.625rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1.25rem;
  content: "";
}

.p-postPagination__link-pagenext a:before {
  -webkit-mask: url(../images/common/icon-nextarrow.png) no-repeat center center/contain;
          mask: url(../images/common/icon-nextarrow.png) no-repeat center center/contain;
  background-color: #676767;
  width: 0.4375rem;
  height: 0.625rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -1.25rem;
  content: "";
}

.p-postPagination__link-archive {
  text-align: center;
}

.p-postPagination__link-archive span:before {
  -webkit-mask: url(../images/common/icon-listbox.png) no-repeat center center/contain;
          mask: url(../images/common/icon-listbox.png) no-repeat center center/contain;
  background-color: #676767;
  width: 15px;
  height: 15px;
  position: absolute;
  top: calc(50% - 8px);
  left: -22px;
  content: "";
}

.p-postPagination__link {
  margin: 0 auto;
}

/* -----------------------------------------------------------------
  タブ切り替え
----------------------------------------------------------------- */
.p-tabContents {
  position: relative;
}

.p-tabContents__tabButton[aria-selected=true] {
  color: red;
}

.p-tabContents__panelWrap {
  position: relative;
  width: 100%;
  height: 30vh;
}

.p-tabContents__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.8s;
}
@media screen and (max-width: 767px) {
  .p-tabContents__panel {
    width: 100%;
  }
}

.p-tabContents__panel[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
}

.p-tabContents__panel[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}

.privacy .breadcrumb {
  margin-top: 7.0625rem;
}
@media screen and (max-width: 767px) {
  .privacy .breadcrumb {
    margin-top: 2.5rem;
  }
}

.privacy__wrap {
  background-color: #eef5fb;
  padding-block: 11.5rem 5.125rem;
}
@media screen and (max-width: 767px) {
  .privacy__wrap {
    padding-block: 5.875rem 3.125rem;
  }
}

.privacy__title {
  font-size: 2.875rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .privacy__title {
    font-size: 1.4375rem;
  }
}

.privacy__content {
  background-color: #fff;
  border-radius: 0.75rem;
  width: 86%;
  max-width: 81rem;
  margin-inline: auto;
  margin-top: -2.0625rem;
  padding: 7.0625rem 0 5.875rem;
}
@media screen and (max-width: 767px) {
  .privacy__content {
    border-radius: 0.375rem;
    width: 90%;
    margin-top: -1.25rem;
    padding: 3.875rem 0 2.5rem;
  }
}

.privacy__content-wrap {
  width: 84%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .privacy__content-wrap {
    width: 100%;
    padding-inline: 1.09375rem;
  }
}

.privacy__read {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .privacy__read {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

.privacy__list {
  margin-top: 4.75rem;
}
@media screen and (max-width: 767px) {
  .privacy__list {
    margin-top: 1.875rem;
  }
}

.privacy__item + .privacy__item {
  margin-top: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .privacy__item + .privacy__item {
    margin-top: 1.375rem;
  }
}
.privacy__item ul {
  margin-left: 1em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .privacy__item ul {
    margin-top: 1.25rem;
    margin-left: 0;
  }
}
.privacy__item ul li {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 2.2;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .privacy__item ul li {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}
.privacy__item ul li::before {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #0c4fd5;
  position: absolute;
  top: 0.98125rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .privacy__item ul li::before {
    top: 0.421875rem;
  }
}

.privacy__item-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .privacy__item-title {
    font-size: 1rem;
  }
}

.privacy__item-text {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .privacy__item-text {
    font-size: 0.8125rem;
    line-height: 1.6;
    margin-top: 0.9375rem;
  }
}

.privacy__item-address {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .privacy__item-address {
    font-size: 0.8125rem;
    line-height: 1.6;
    margin-top: 0.9375rem;
  }
}

.company-about {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .company-about {
    margin-top: 2.5rem;
  }
}

.company-about__layout {
  width: 86%;
  max-width: 81rem;
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .company-about__layout {
    width: 90%;
    display: block;
  }
}

.company-about__contents {
  flex: 1 1 calc(100% - 16.25rem);
}

.company-about__section + .company-about__section {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .company-about__section + .company-about__section {
    margin-top: 3.75rem;
  }
}

.company-about__section-title {
  color: #0b50d6;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #0b48c6;
}
@media screen and (max-width: 767px) {
  .company-about__section-title {
    font-size: 1.375rem;
    padding-bottom: 0.125rem;
  }
}
.company-about__section-title span {
  display: block;
  padding-left: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-about__section-title span {
    padding-left: 1.09375rem;
  }
}
.company-about__section-title span::before {
  content: "";
  display: block;
  width: 1.375rem;
  height: 2rem;
  background: url(../images/company/about/about_section_title_icon.svg) no-repeat center/contain;
  position: absolute;
  top: 0.5625rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .company-about__section-title span::before {
    width: 1rem;
    height: 1.75rem;
    background: url(../images/company/about/about_section_title_icon_sp.svg) no-repeat center/contain;
    top: 0.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .company-about__greeting .--sp-1 {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .company-about__greeting .--sp-2 {
    order: 2;
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .company-about__greeting .--sp-3 {
    order: 3;
    margin-top: 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .company-about__greeting .--sp-4 {
    order: 4;
  }
}

.company-about__greeting-wrap {
  display: flex;
  justify-content: space-between;
  gap: 3.125rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .company-about__greeting-wrap {
    flex-direction: column;
    justify-content: baseline;
    gap: 0;
    margin-top: 1.875rem;
  }
}

.company-about__greeting-pc-left {
  flex: 1 1 38.6875rem;
}
@media screen and (max-width: 767px) {
  .company-about__greeting-pc-left {
    display: contents;
  }
}

.company-about__greeting-pc-right {
  flex: 1 1 21.25rem;
}
@media screen and (max-width: 767px) {
  .company-about__greeting-pc-right {
    display: contents;
  }
}

.company-about__greeting-img {
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .company-about__greeting-img {
    border-radius: 0.625rem;
  }
}
.company-about__greeting-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .company-about__greeting-img img {
    aspect-ratio: 702/760;
    -o-object-position: top;
       object-position: top;
    border-radius: 0.625rem;
  }
}

.company-about__greeting-logo {
  max-width: 10.75rem;
  margin-inline: auto;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .company-about__greeting-logo {
    margin-top: 0;
  }
}

.company-about__greeting-block + .company-about__greeting-block {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .company-about__greeting-block + .company-about__greeting-block {
    margin-top: 1.6875rem;
  }
}

.company-about__greeting-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .company-about__greeting-text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.company-about__greeting-text + .company-about__greeting-text {
  margin-top: 2em;
}

.company-about__greeting-profile {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .company-about__greeting-profile {
    gap: 0.625rem;
    margin-top: 1.25rem;
  }
}

.company-about__greeting-job {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .company-about__greeting-job {
    font-size: 0.875rem;
  }
}

.company-about__greeting-name {
  width: 100%;
  max-width: 6.875rem;
}
@media screen and (max-width: 767px) {
  .company-about__greeting-name {
    max-width: 5.6875rem;
  }
}

.company-about__philosophy-wrap {
  background: url(../images/company/about/about_philosophy_bg.png) no-repeat center/cover;
  border-radius: 1.25rem;
  padding: 4.375rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .company-about__philosophy-wrap {
    border-radius: 0.625rem;
    padding: 2.5rem 1.09375rem;
    margin-top: 1.875rem;
  }
}

.company-about__philosophy-read {
  width: -webkit-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #fff;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.12em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .company-about__philosophy-read {
    font-size: 1rem;
    line-height: 1.6;
    margin-inline: 0;
  }
}

.company-about__philosophy-box {
  background-color: #fff;
  border-radius: 0.875rem;
  padding: 3.125rem 5rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .company-about__philosophy-box {
    border-radius: 0.4375rem;
    padding: 2.5rem 1rem;
    margin-top: 1.875rem;
  }
}
.company-about__philosophy-box + .company-about__philosophy-box {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .company-about__philosophy-box + .company-about__philosophy-box {
    margin-top: 0.625rem;
  }
}
.company-about__philosophy-box h3 {
  color: #1746a0;
  font-family: "Exo", sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .company-about__philosophy-box h3 {
    font-size: 1.25rem;
  }
}
.company-about__philosophy-box h3 span {
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .company-about__philosophy-box h3 span {
    font-size: 0.8125rem;
  }
}
.company-about__philosophy-box p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .company-about__philosophy-box p {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 0.9375rem;
  }
}

.company-about__philosophy-item + .company-about__philosophy-item {
  margin-top: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .company-about__philosophy-item + .company-about__philosophy-item {
    margin-top: 1.5625rem;
  }
}

.company-about__philosophy-strong {
  font-size: 1.3125rem !important;
  font-weight: bold !important;
}
@media screen and (max-width: 767px) {
  .company-about__philosophy-strong {
    font-size: 0.9375rem !important;
  }
}

.company-about__philosophy-number-list {
  margin-left: 1.5em;
  margin-top: 0.9375rem;
}
.company-about__philosophy-number-list li {
  list-style: decimal;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .company-about__philosophy-number-list li {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.company-about__officer-warp {
  display: flex;
  justify-content: space-between;
  padding-inline: 3.75rem 4.25rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .company-about__officer-warp {
    display: block;
    padding-inline: 0;
    margin-top: 1.875rem;
  }
}
.company-about__officer-warp + .company-about__officer-warp {
  padding-top: 3.75rem;
  border-top: 1px solid #a5adb5;
}
@media screen and (max-width: 767px) {
  .company-about__officer-warp + .company-about__officer-warp {
    padding-top: 1.875rem;
  }
}

.company-about__officer-wrap-title {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  flex: 1 0 12.5rem;
}
@media screen and (max-width: 767px) {
  .company-about__officer-wrap-title {
    font-size: 0.9375rem;
  }
}

.company-about__officer-warp-dl {
  flex: 1 1 calc(100% - 12.5rem);
}
@media screen and (max-width: 767px) {
  .company-about__officer-warp-dl {
    padding-left: 1.09375rem;
    margin-top: 1.875rem;
  }
}

.company-about__officer-warp-dl-row {
  display: flex;
  padding-bottom: 0.875rem;
  padding-left: 0.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-about__officer-warp-dl-row {
    padding-bottom: 0.75rem;
    padding-left: 0;
  }
}
.company-about__officer-warp-dl-row::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../images/company/about/officer_border.png) repeat-x center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.company-about__officer-warp-dl-row dt,
.company-about__officer-warp-dl-row dd {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .company-about__officer-warp-dl-row dt,
  .company-about__officer-warp-dl-row dd {
    font-size: 0.875rem;
  }
}
.company-about__officer-warp-dl-row dt {
  flex: 1 0 12.5rem;
}
@media screen and (max-width: 767px) {
  .company-about__officer-warp-dl-row dt {
    flex: 1 0 9.375rem;
  }
}
.company-about__officer-warp-dl-row dd {
  flex: 1 1 calc(100% - 12.5rem);
}
@media screen and (max-width: 767px) {
  .company-about__officer-warp-dl-row dd {
    flex: 1 1 calc(100% - 9.375rem);
  }
}
.company-about__officer-warp-dl-row + .company-about__officer-warp-dl-row {
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .company-about__officer-warp-dl-row + .company-about__officer-warp-dl-row {
    margin-top: 0.75rem;
  }
}

.company-about__overview-dl {
  margin-top: 3.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-about__overview-dl {
    margin-top: 1.875rem;
  }
}
.company-about__overview-dl::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../images/company/about/officer_border.png) repeat-x center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .company-about__overview-dl::before {
    background: url(../images/company/about/officer_border_sp.png) repeat-x center/cover;
  }
}

.company-about__overview-dl-wrap {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-about__overview-dl-wrap {
    display: block;
  }
}
.company-about__overview-dl-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../images/company/about/officer_border.png) repeat-x center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .company-about__overview-dl-wrap::before {
    background: url(../images/company/about/officer_border_sp.png) repeat-x center/cover;
  }
}
@media screen and (max-width: 767px) {
  .company-about__overview-dl-wrap:last-child::before {
    background: none;
  }
}
.company-about__overview-dl-wrap dt,
.company-about__overview-dl-wrap dd {
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .company-about__overview-dl-wrap dt,
  .company-about__overview-dl-wrap dd {
    font-size: 0.875rem;
  }
}
.company-about__overview-dl-wrap dt {
  flex: 1 0 13.75rem;
  padding: 1.875rem;
  background-color: #eef5fb;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company-about__overview-dl-wrap dt {
    padding: 0.375rem 1.09375rem;
    text-align: left;
  }
}
.company-about__overview-dl-wrap dd {
  flex: 1 1 calc(100% - 13.75rem);
  padding: 1.875rem 3.75rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company-about__overview-dl-wrap dd {
    padding: 0.9375rem 1.09375rem;
  }
}

.company-about__overview-dl-border {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .company-about__overview-dl-border:hover {
    opacity: 0.7;
  }
}

.company-about__overview-dl-small {
  font-size: 0.875rem;
  margin-left: -0.3125rem;
}

.company-about__chart-wrap {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .company-about__chart-wrap {
    margin-inline: 0 calc(50% - 50vw);
    margin-top: 1.875rem;
    overflow-y: auto;
    overflow-y: hidden;
  }
}

@media screen and (max-width: 767px) {
  .company-about__chart-img {
    width: 41.125rem;
    padding-right: 1.25rem;
  }
}

.company-about__document-wrap {
  background-color: #eef5fb;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.8125rem;
  padding: 3.75rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .company-about__document-wrap {
    display: block;
    padding: 1.875rem 2.1875rem 2.5rem;
    margin-top: 1.875rem;
  }
}

.company-about__document-img {
  flex: 1 1 23.75rem;
  box-shadow: -1.41px 1.41px 32px rgba(153, 170, 181, .39);
}

.company-about__document-block {
  flex: 1 1 calc(100% - 26.5625rem);
}

.company-about__document-subtitle {
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .company-about__document-subtitle {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    gap: 0.4375rem;
  }
}
.company-about__document-subtitle::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1.25rem;
  margin-bottom: 0.125rem;
  background: url(../images/news/icon_pdf.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .company-about__document-subtitle::after {
    width: 1.875rem;
    height: 0.9375rem;
  }
}

.company-about__document-size {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .company-about__document-size {
    font-size: 0.875rem;
    margin-top: 0.75rem;
  }
}

.company-about__document-btn {
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .company-about__document-btn {
    text-align: center;
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .company-about__document-btn .btn {
    max-width: 16.5625rem;
  }
}

.page-template-page-en-about .company-about__greeting-name {
  font-size: 1.5rem;
  font-weight: bold;
  max-width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .page-template-page-en-about .company-about__greeting-name {
    font-size: 1.375rem;
  }
}
.page-template-page-en-about .company-about__overview-dl-wrap dt {
  font-size: 1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .page-template-page-en-about .company-about__overview-dl-wrap dt {
    font-size: 0.875rem;
  }
}
.page-template-page-en-about .company-about__greeting-text {
  text-align: left;
}
.page-template-page-en-about .company-about__overview-dl-small {
  margin-left: 0.3125rem;
}

.company-history__content {
  margin-top: -2rem;
  padding-block: 6.25rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-history__content {
    margin-top: 2.5rem;
    padding-block: 0;
  }
}
.company-history__content::before {
  content: "";
  display: block;
  width: 23.4375vw;
  width: calc(-25.5rem + 50%);
  height: 100%;
  background-color: #eef5fb;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .company-history__content::before {
    display: none;
  }
}

.company-history__read {
  max-width: 72.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .company-history__read {
    padding-inline: 1.25rem;
  }
}

.company-history__read-text {
  font-size: 1.4375rem;
  font-weight: bold;
  line-height: 1.8;
  padding-left: 18.625rem;
}
@media screen and (max-width: 767px) {
  .company-history__read-text {
    font-size: 0.9375rem;
    line-height: 1.6;
    text-align: center;
    padding-left: 0;
  }
}

.company-history__wrap {
  max-width: 72.5rem;
  margin-inline: auto;
  margin-top: 2.9375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-history__wrap {
    margin-top: 2.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .company-history__wrap::after {
    content: "";
    display: block;
    width: calc(-6.09375rem + 50%);
    width: 6.09375rem;
    height: 100%;
    background-color: #eef5fb;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.company-history__dl {
  padding-block: 3.125rem 4.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-history__dl {
    padding-block: 1.875rem 3.5rem;
  }
}
.company-history__dl::before {
  content: "";
  display: block;
  width: 1rem;
  height: calc(100% - 0.6875rem);
  background-color: #277cdb;
  position: absolute;
  top: 0;
  left: 10.25rem;
}
@media screen and (max-width: 767px) {
  .company-history__dl::before {
    width: 0.5rem;
    height: calc(100% - 0.34375rem);
    left: 5.84375rem;
  }
}
.company-history__dl::after {
  content: "";
  display: block;
  width: 2.75rem;
  height: 1.4375rem;
  background: url(../images/company/history/history_arrow.svg) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 9.375rem;
}
@media screen and (max-width: 767px) {
  .company-history__dl::after {
    width: 1.375rem;
    height: 0.71875rem;
    left: 5.40625rem;
  }
}

.company-history__dl-wrap {
  display: flex;
  gap: 2.75rem;
}
@media screen and (max-width: 767px) {
  .company-history__dl-wrap {
    padding-inline: 1.25rem;
    margin-inline: auto;
    gap: 1.125rem;
  }
}
.company-history__dl-wrap dt {
  flex: 1 0 10.75rem;
  padding-right: 2.0625rem;
  text-align: right;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-history__dl-wrap dt {
    flex: 1 0 4.9375rem;
    max-width: 4.9375rem;
    padding-right: 0.6875rem;
  }
}
.company-history__dl-wrap dt::before {
  content: "";
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: #86bdfb;
  position: absolute;
  top: 0.25rem;
  right: -0.875rem;
}
@media screen and (max-width: 767px) {
  .company-history__dl-wrap dt::before {
    width: 0.875rem;
    height: 0.875rem;
    top: 0.375rem;
    right: -0.375rem;
  }
}
.company-history__dl-wrap dd {
  flex: 1 1 calc(100% - 10.75rem);
  padding-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .company-history__dl-wrap dd {
    flex: 1 1 calc(100% - 4.625rem);
  }
}
.company-history__dl-wrap + .company-history__dl-wrap {
  margin-top: 2.8125rem;
}
.company-history__dl-wrap.--adjust .company-history__dl-row + .company-history__dl-row {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .company-history__dl-wrap.--adjust .company-history__dl-row + .company-history__dl-row {
    margin-top: 0.625rem;
  }
}

.company-history__dl-common {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.4545454545;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .company-history__dl-common {
    font-size: 0.875rem;
  }
}
.company-history__dl-common span {
  font-family: "Exo", sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .company-history__dl-common span {
    font-size: 1.25rem;
  }
}

.company-history__dl-ja {
  color: #4f8fd7;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  display: block;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .company-history__dl-ja {
    font-size: 0.75rem;
    margin-top: 0;
  }
}
.company-history__dl-ja + .company-history__dl-ja {
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .company-history__dl-ja + .company-history__dl-ja {
    margin-top: 1.1875rem;
  }
}

.company-history__dl-row {
  display: flex;
  gap: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .company-history__dl-row {
    display: block;
  }
}
.company-history__dl-row + .company-history__dl-row {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .company-history__dl-row + .company-history__dl-row {
    margin-top: 0.875rem;
  }
}
.company-history__dl-row ul {
  flex: 1 1 calc(100% - 5.125rem);
  padding-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .company-history__dl-row ul {
    margin-top: 1.09375rem;
    padding-top: 0;
  }
}
.company-history__dl-row ul li {
  font-size: 1.125rem;
  padding-left: 1em;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-history__dl-row ul li {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.company-history__dl-row ul li::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #86bdfb;
  border-radius: 50%;
  position: absolute;
  top: 0.65rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .company-history__dl-row ul li::before {
    width: 0.375rem;
    height: 0.375rem;
    top: 0.5rem;
  }
}
.company-history__dl-row ul li + li {
  margin-top: 0.625rem;
}

.company-history__dl-month {
  flex: 1 1 2.9375rem;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: right;
  white-space: nowrap;
  padding-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .company-history__dl-month {
    display: block;
    font-size: 0.875rem;
    text-align: left;
  }
}
.company-history__dl-month span {
  font-family: "Exo", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company-history__dl-month span {
    font-size: 1.1875rem;
  }
}

.company-japan-bases {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .company-japan-bases {
    margin-top: 1.875rem;
  }
}

.company-japan-bases__layout {
  width: 86%;
  max-width: 81rem;
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__layout {
    width: 90%;
    display: block;
  }
}

.company-japan-bases__contents {
  flex: 1 1 calc(100% - 16.25rem);
}

.company-japan-bases__section + .company-japan-bases__section {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__section + .company-japan-bases__section {
    margin-top: 1.875rem;
  }
}
.company-japan-bases__section.--sales {
  --title-icon: url(../images/company/japan-bases/sales_icon.png) no-repeat
    center/contain;
}
.company-japan-bases__section.--sales .company-japan-bases__section-title span::before {
  width: 4.375rem;
  height: 3.125rem;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__section.--sales .company-japan-bases__section-title span::before {
    width: 2.6875rem;
    height: 1.9375rem;
  }
}
.company-japan-bases__section.--logistics {
  --title-icon: url(../images/company/japan-bases/logistics_icon.png)
    no-repeat center/contain;
}
.company-japan-bases__section.--logistics .company-japan-bases__section-title span::before {
  width: 4.375rem;
  height: 2.75rem;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__section.--logistics .company-japan-bases__section-title span::before {
    width: 2.6875rem;
    height: 1.6875rem;
  }
}
.company-japan-bases__section.--production {
  --title-icon: url(../images/company/japan-bases/production_icon.png)
    no-repeat center/contain;
}
.company-japan-bases__section.--production .company-japan-bases__section-title span::before {
  width: 4.375rem;
  height: 3.125rem;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__section.--production .company-japan-bases__section-title span::before {
    width: 2.6875rem;
    height: 1.9375rem;
  }
}
.company-japan-bases__section.--group {
  --title-icon: url(../images/company/japan-bases/group_icon.png) no-repeat
    center/contain;
}
.company-japan-bases__section.--group .company-japan-bases__section-title span::before {
  width: 4.375rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__section.--group .company-japan-bases__section-title span::before {
    width: 2.6875rem;
    height: 1.5625rem;
  }
}

.company-japan-bases__section-title {
  color: #0b50d6;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border-bottom: 1px solid #0b48c6;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__section-title {
    font-size: 1.375rem;
    padding-bottom: 0.125rem;
  }
}
.company-japan-bases__section-title span {
  display: block;
  padding-left: 5.3125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__section-title span {
    padding-left: 3.4375rem;
  }
}
.company-japan-bases__section-title span::before {
  content: "";
  display: block;
  background: var(--title-icon);
  position: absolute;
  bottom: 0.375rem;
  left: 0;
}

.company-japan-bases__list {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__list {
    margin-top: 1.875rem;
  }
}

.company-japan-bases__item {
  padding: 3.125rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__item {
    padding: 1.875rem 1.09375rem;
  }
}
.company-japan-bases__item:nth-child(odd) {
  background-color: #f7fafd;
}

.company-japan-bases__item-title {
  color: #0e2b64;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__item-title {
    font-size: 1rem;
    line-height: 1.3;
  }
}

.company-japan-bases__item-wrap {
  padding-left: 1.375rem;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__item-wrap {
    padding-left: 0;
  }
}

.company-japan-bases__item-list {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__item-list {
    margin-top: 1.25rem;
    padding-left: 1rem;
  }
}
.company-japan-bases__item-list li {
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__item-list li {
    font-size: 0.875rem;
    gap: 0;
  }
}
.company-japan-bases__item-list li .title {
  flex-shrink: 0;
  width: 3.75rem;
  text-align: right;
}
.company-japan-bases__item-list li .content {
  line-height: 1.5;
  display: block;
  margin-block: -0.265625rem;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__item-list li .content {
    line-height: 1.5;
    margin-block: -0.21875rem;
  }
}
.company-japan-bases__item-list li a {
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .company-japan-bases__item-list li a:hover {
    color: #0b50d6;
  }
}
.company-japan-bases__item-list li + li {
  margin-top: 1rem;
}
.company-japan-bases__item-list.--departmental li {
  display: block;
}
.company-japan-bases__item-list.--departmental li span {
  margin-left: 0;
}

.company-japan-bases__accordion {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__accordion {
    margin-top: 1.875rem;
  }
}

.company-japan-bases__accordion-btn {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  padding-bottom: 1.25rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__accordion-btn {
    font-size: 0.9375rem;
    gap: 0.3125rem;
    padding-bottom: 0.875rem;
    padding-left: 1rem;
  }
}
.company-japan-bases__accordion-btn span {
  display: inline-block;
  width: 1.4375rem;
  height: 1.4375rem;
  border: 1px solid #72889e;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__accordion-btn span {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.company-japan-bases__accordion-btn span::before, .company-japan-bases__accordion-btn span::after {
  content: "";
  position: absolute;
  background-color: #72889e;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: 0.3s ease;
}
.company-japan-bases__accordion-btn span::before {
  width: 1px;
  height: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__accordion-btn span::before {
    height: 0.6875rem;
  }
}
.company-japan-bases__accordion-btn span::after {
  width: 0.8125rem;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__accordion-btn span::after {
    width: 0.6875rem;
  }
}
.company-japan-bases__accordion-btn.open span::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media (any-hover: hover) {
  .company-japan-bases__accordion-btn:hover {
    opacity: 0.7 ease;
  }
}

.company-japan-bases__accordion-content {
  display: none;
}

.company-japan-bases__department-head {
  background-color: #72889e;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0.625rem;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__department-head {
    display: block;
    padding: 0.5rem;
  }
}

.company-japan-bases__department-head-title {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__department-head-title {
    font-size: 0.8125rem;
  }
}

.company-japan-bases__department-list {
  background-color: #fff;
  padding: 1.875rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__department-list {
    padding: 1.5625rem 0.25rem;
  }
}

.company-japan-bases__department {
  padding-inline: 1.375rem;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__department {
    padding-inline: 1rem;
  }
}
.company-japan-bases__department + .company-japan-bases__department {
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  border-top: 1px solid #cbd7e2;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__department + .company-japan-bases__department {
    margin-top: 1.5625rem;
    padding-top: 1.5625rem;
  }
}

.company-japan-bases__department-title {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__department-title {
    font-size: 1rem;
  }
}
.company-japan-bases__department-title + .company-japan-bases__contact-list, .company-japan-bases__department-title + .company-japan-bases__contact-item {
  margin-top: 1.25rem;
}

.company-japan-bases__contact-item {
  display: flex;
  gap: 3.125rem;
  padding-left: 1.25rem;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__contact-item {
    display: block;
    padding-left: 1rem;
    font-size: 0.875rem;
  }
}
.company-japan-bases__contact-item + .company-japan-bases__contact-item {
  margin-top: 1.25rem;
}

.company-japan-bases__contact-title {
  line-height: 1.4;
  width: 50%;
  margin-block: -0.35rem;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__contact-title {
    width: 100%;
  }
}

.company-japan-bases__contact-tel {
  flex: 1 1 12.5rem;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__contact-tel {
    display: block;
    width: 100%;
    margin-top: 0.625rem;
  }
}

.company-japan-bases__item-division {
  display: block;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__item-division {
    line-height: 1.3;
    margin-block: -4.2;
  }
}

.company-japan-bases__item-business {
  margin-top: 1.5625rem;
  padding-top: 1.5625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__item-business {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
  }
}
.company-japan-bases__item-business::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../images/company/japan-bases/business_border.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__item-business::before {
    background: url(../images/company/japan-bases/business_border_sp.png) no-repeat center/cover;
  }
}

.company-japan-bases__item-business-title {
  color: #3e4c69;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__item-business-title {
    font-size: 0.875rem;
  }
}

.company-japan-bases__item-business-text {
  margin-top: 0.75rem;
  font-size: 1.0625rem;
  line-height: 1.5;
  margin-block: -7;
}
@media screen and (max-width: 767px) {
  .company-japan-bases__item-business-text {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}

.page-template-page-en-japan-bases li .title {
  width: 7.5rem;
}
.page-template-page-en-japan-bases .company-japan-bases__department-title {
  font-size: 1.1rem;
}
.page-template-page-en-japan-bases .company-japan-bases__contact-item {
  font-size: 0.9rem;
}
.page-template-page-en-japan-bases .company-japan-bases__contact-title {
  width: 65%;
}
.page-template-page-en-japan-bases .company-japan-bases__contact-tel {
  width: 35%;
}

.company-overseas-bases {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .company-overseas-bases {
    margin-top: 2.5rem;
  }
}

.company-overseas-bases__layout {
  width: 86%;
  max-width: 81rem;
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .company-overseas-bases__layout {
    width: 90%;
    display: block;
  }
}

.company-overseas-bases__contents {
  flex: 1 1 calc(100% - 16.25rem);
}

.company-overseas-bases__section + .company-overseas-bases__section {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .company-overseas-bases__section + .company-overseas-bases__section {
    margin-top: 3.125rem;
  }
}
.company-overseas-bases__section.--sales {
  --title-icon: url(../images/company/japan-bases/sales_icon.png) no-repeat
    center/contain;
}
.company-overseas-bases__section.--sales .company-overseas-bases__section-title span::before {
  width: 4.375rem;
  height: 3.125rem;
}
@media screen and (max-width: 767px) {
  .company-overseas-bases__section.--sales .company-overseas-bases__section-title span::before {
    width: 2.6875rem;
    height: 1.9375rem;
  }
}
.company-overseas-bases__section.--manufacture {
  --title-icon: url(../images/company/japan-bases/production_icon.png)
    no-repeat center/contain;
}
.company-overseas-bases__section.--manufacture .company-overseas-bases__section-title span::before {
  width: 4.375rem;
  height: 3.125rem;
}
@media screen and (max-width: 767px) {
  .company-overseas-bases__section.--manufacture .company-overseas-bases__section-title span::before {
    width: 2.6875rem;
    height: 1.9375rem;
  }
}

.company-overseas-bases__section-title {
  color: #0b50d6;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border-bottom: 1px solid #0b48c6;
}
@media screen and (max-width: 767px) {
  .company-overseas-bases__section-title {
    font-size: 1.375rem;
    padding-bottom: 0.125rem;
  }
}
.company-overseas-bases__section-title span {
  display: block;
  padding-left: 5.3125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-overseas-bases__section-title span {
    padding-left: 3.4375rem;
  }
}
.company-overseas-bases__section-title span::before {
  content: "";
  display: block;
  background: var(--title-icon);
  position: absolute;
  bottom: 0.375rem;
  left: 0;
}

.company-overseas-bases__list {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .company-overseas-bases__list {
    margin-top: 1.875rem;
  }
}

.company-overseas-bases__item {
  display: flex;
  align-items: flex-start;
  gap: 3.75rem;
  gap: min(3.90625vw, 60px);
  padding: 3.125rem min(3.90625vw, 60px) 3.125rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .company-overseas-bases__item {
    display: block;
    padding: 1.875rem 5% 1.875rem 2.8%;
  }
}
.company-overseas-bases__item:nth-child(odd) {
  background-color: #f7fafd;
}

.company-overseas-bases__item-block {
  width: 56.0897435897%;
  max-width: 32.8125rem;
}
@media screen and (max-width: 767px) {
  .company-overseas-bases__item-block {
    width: 100%;
    max-width: 100%;
  }
}

.company-overseas-bases__item-head {
  display: flex;
  gap: 0.4375rem;
}

.company-overseas-bases__item-flag {
  max-width: 1.75rem;
  margin-top: 0.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .company-overseas-bases__item-flag {
    max-width: 1.25rem;
    margin-top: 0.228125rem;
  }
}

.company-overseas-bases__item-title {
  color: #0e2b64;
  font-size: clamp(0.625rem, -0.125rem + 1.563vw, 1.375rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .company-overseas-bases__item-title {
    font-size: 1rem;
    line-height: 1.3;
  }
}
.company-overseas-bases__item-title span {
  font-size: clamp(0.625rem, 0.25rem + 0.781vw, 1rem);
  letter-spacing: 0.04em;
  display: block;
  margin-top: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .company-overseas-bases__item-title span {
    font-size: 0.8125rem;
  }
}

.company-overseas-bases__item-wrap {
  padding-left: 3.75rem;
}
@media screen and (max-width: 767px) {
  .company-overseas-bases__item-wrap {
    padding-left: 1.5625rem;
  }
}

.company-overseas-bases__item-list {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .company-overseas-bases__item-list {
    margin-top: 1.25rem;
    padding-inline: 1rem 1.25rem;
  }
}
.company-overseas-bases__item-list li {
  font-size: 1.0625rem;
  font-size: clamp(0.625rem, 0.188rem + 0.911vw, 1.063rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .company-overseas-bases__item-list li {
    font-size: 0.875rem;
    gap: 0.3125rem;
  }
}
.company-overseas-bases__item-list li .title {
  flex-shrink: 0;
  width: 3.75rem;
  text-align: right;
}
.company-overseas-bases__item-list li .content {
  line-height: 1.5;
  display: block;
  margin-block: -0.265625rem;
  -ms-hyphens: auto;
      hyphens: auto;
}
@media screen and (max-width: 767px) {
  .company-overseas-bases__item-list li .content {
    line-height: 1.5;
    margin-block: -0.21875rem;
  }
}
.company-overseas-bases__item-list li a {
  display: block;
  -ms-hyphens: auto;
      hyphens: auto;
  text-decoration: underline;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .company-overseas-bases__item-list li a:hover {
    color: #0b50d6;
  }
}
.company-overseas-bases__item-list li + li {
  margin-top: 1rem;
}
.company-overseas-bases__item-list.--departmental li {
  display: block;
}
.company-overseas-bases__item-list.--departmental li span {
  margin-left: 0;
}

.company-overseas-bases__item-thumbnail {
  width: 37.3931623932%;
  max-width: 21.875rem;
}
@media screen and (max-width: 767px) {
  .company-overseas-bases__item-thumbnail {
    width: 100%;
    max-width: 100%;
    padding-left: 1.5625rem;
    margin-top: 1.875rem;
  }
}
.company-overseas-bases__item-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.375rem;
}
@media screen and (max-width: 767px) {
  .company-overseas-bases__item-thumbnail img {
    border-radius: 0.1875rem;
  }
}

.company-overseas-bases__item-business {
  margin-top: 1.5625rem;
  padding-top: 1.5625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-overseas-bases__item-business {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    margin-left: 1.875rem;
  }
}
.company-overseas-bases__item-business::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../images/company/japan-bases/business_border.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .company-overseas-bases__item-business::before {
    background: url(../images/company/japan-bases/business_border_sp.png) no-repeat center/cover;
  }
}

.company-overseas-bases__item-business-title {
  color: #3e4c69;
  font-size: 1.0625rem;
  font-size: clamp(0.625rem, 0.188rem + 0.911vw, 1.063rem);
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .company-overseas-bases__item-business-title {
    font-size: 0.875rem;
  }
}

.company-overseas-bases__item-business-text {
  margin-top: 0.75rem;
  font-size: 1.0625rem;
  font-size: clamp(0.625rem, 0.188rem + 0.911vw, 1.063rem);
  line-height: 1.5;
  margin-block: -7;
}
@media screen and (max-width: 767px) {
  .company-overseas-bases__item-business-text {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}

.page-template-page-en-overseas-bases .company-overseas-bases__item-list li .title {
  width: 7.5rem;
}

.company-social {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .company-social {
    padding-top: 2.5rem;
  }
}

.company-social__wrap {
  width: 86%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .company-social__wrap {
    width: 90%;
  }
}

.company-social__about-title {
  color: #0b50d6;
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company-social__about-title {
    font-size: 1.375rem;
  }
}

.company-social__about-text {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .company-social__about-text {
    font-size: 0.9375rem;
    line-height: 1.7;
    text-align: left;
    margin-top: 1.5625rem;
  }
}

.company-social__about-wrap {
  border-radius: 0.875rem;
  background: url(../images/company/social/about_bg.png) no-repeat center/cover;
  max-width: 48.75rem;
  margin-inline: auto;
  margin-top: 3.125rem;
  padding: 3.125rem 4.25rem;
}
@media screen and (max-width: 767px) {
  .company-social__about-wrap {
    border-radius: 0.4375rem;
    margin-top: 1.875rem;
    padding: 1.5625rem 1.0625rem;
  }
}

.company-social__about-list {
  border-radius: 0.875rem;
  background-color: #fff;
  padding: 3.9375rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .company-social__about-list {
    border-radius: 0.4375rem;
    padding: 1.875rem 0.9375rem 1.875rem 1.5625rem;
  }
}

.company-social__about-item {
  color: #1746a0;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-left: 1.3125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-social__about-item {
    font-size: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.company-social__about-item::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: currentColor;
  border-radius: 50%;
  position: absolute;
  top: 0.4375rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .company-social__about-item::before {
    width: 0.3125rem;
    height: 0.3125rem;
    top: 0.3125rem;
  }
}
.company-social__about-item + .company-social__about-item {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .company-social__about-item + .company-social__about-item {
    margin-top: 1rem;
  }
}

.company-social__csr {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .company-social__csr {
    margin-top: 3.125rem;
  }
}

.company-social__section-title {
  color: #0b50d6;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #0b48c6;
}
@media screen and (max-width: 767px) {
  .company-social__section-title {
    font-size: 1.375rem;
    padding-bottom: 0.125rem;
  }
}
.company-social__section-title span {
  display: block;
  padding-left: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-social__section-title span {
    padding-left: 1.09375rem;
  }
}
.company-social__section-title span::before {
  content: "";
  display: block;
  width: 1.375rem;
  height: 2rem;
  background: url(../images/company/about/about_section_title_icon.svg) no-repeat center/contain;
  position: absolute;
  top: 0.5625rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .company-social__section-title span::before {
    width: 1rem;
    height: 1.75rem;
    background: url(../images/company/about/about_section_title_icon_sp.svg) no-repeat center/contain;
    top: 0.0625rem;
  }
}

.company-social__csr-list {
  margin-top: 3.125rem;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .company-social__csr-list {
    margin-top: 1.5625rem;
    padding-left: 0;
  }
}

.company-social__csr-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .company-social__csr-item {
    align-items: flex-start;
    gap: 0.75rem;
  }
}
.company-social__csr-item:nth-child(1) .company-social__csr-item-img {
  max-width: 6.875rem;
}
@media screen and (max-width: 767px) {
  .company-social__csr-item:nth-child(1) .company-social__csr-item-img {
    max-width: 4.6875rem;
  }
}
.company-social__csr-item:nth-child(2) .company-social__csr-item-img {
  max-width: 8.125rem;
}
@media screen and (max-width: 767px) {
  .company-social__csr-item:nth-child(2) .company-social__csr-item-img {
    max-width: 4.4375rem;
  }
}
.company-social__csr-item:nth-child(3) .company-social__csr-item-img {
  max-width: 8.125rem;
}
@media screen and (max-width: 767px) {
  .company-social__csr-item:nth-child(3) .company-social__csr-item-img {
    max-width: 4.6875rem;
  }
}
.company-social__csr-item + .company-social__csr-item {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .company-social__csr-item + .company-social__csr-item {
    margin-top: 1.5625rem;
  }
}

.company-social__csr-item-left {
  flex: 1 0 11.25rem;
  max-width: 11.25rem;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .company-social__csr-item-left {
    flex: 1 0 4.6875rem;
    max-width: 4.6875rem;
    padding-left: 0;
  }
}

.company-social__csr-item-block {
  flex: 1 1 68.75rem;
}
@media screen and (max-width: 767px) {
  .company-social__csr-item-block {
    flex: 1 1 calc(100% - 11.25rem);
  }
}

.company-social__csr-item-title {
  font-size: 1.4375rem;
  font-weight: bold;
  line-height: 1.4043478261;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .company-social__csr-item-title {
    font-size: 1rem;
    line-height: 0.8888888889;
  }
}

.company-social__csr-item-text {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .company-social__csr-item-text {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 0.9375rem;
  }
}

.company-social__sdgs {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .company-social__sdgs {
    margin-top: 2.5rem;
  }
}

.company-social__sdgs-read {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .company-social__sdgs-read {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 1.5625rem;
  }
}

.company-social__sdgs-subtitle {
  color: #0b50d6;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .company-social__sdgs-subtitle {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.company-social__sdgs-card-list {
  display: flex;
  gap: 0.625rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .company-social__sdgs-card-list {
    flex-wrap: wrap;
    gap: 0.625rem 0.3125rem;
    margin-top: 0.9375rem;
  }
}
.company-social__sdgs-card-list li {
  width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .company-social__sdgs-card-list li {
    width: 4.125rem;
  }
}

.company-social__sdgs-list {
  padding-top: 3.75rem;
  margin-top: 3.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-social__sdgs-list {
    padding-top: 1.875rem;
    margin-top: 1.875rem;
  }
}
.company-social__sdgs-list::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../images/company/social/sdgs_border.png) repeat-x center/cover;
  position: absolute;
  top: 0;
  left: 0;
}

.company-social__sdgs-item + .company-social__sdgs-item {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .company-social__sdgs-item + .company-social__sdgs-item {
    margin-top: 2.5rem;
  }
}

.company-social__sdgs-item-title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .company-social__sdgs-item-title {
    font-size: 1.125rem;
    line-height: 1;
  }
}

.company-social__sdgs-item-text {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .company-social__sdgs-item-text {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 0.9375rem;
  }
}

.developement__about {
  background-color: #eef5fb;
  padding-block: 7.125rem 6.6875rem;
  margin-top: -2rem;
}
@media screen and (max-width: 767px) {
  .developement__about {
    padding-block: 3.875rem 3.125rem;
    margin-top: -1.3125rem;
  }
}

.developement__about-inner {
  width: 86%;
  max-width: 72.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .developement__about-inner {
    width: 90%;
  }
}

.developement__about-title {
  color: #0b48c6;
  font-size: 2.875rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .developement__about-title {
    font-size: 1.375rem;
    line-height: 1.4;
  }
}

.developement__about-text {
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .developement__about-text {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 1.0625rem;
    text-align: justify;
  }
}

.developement__about-img {
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .developement__about-img {
    margin-top: 0.9375rem;
  }
}

.developement__function {
  padding-block: 5rem 4rem;
}
@media screen and (max-width: 767px) {
  .developement__function {
    padding-block: 2.5rem;
  }
}

.developement__function-inner {
  width: 86%;
  max-width: 81rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .developement__function-inner {
    width: 90%;
  }
}

.developement__function-title {
  color: #0b50d6;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-bottom: 0.125rem;
  border-bottom: 1px solid #0b48c6;
}
@media screen and (max-width: 767px) {
  .developement__function-title {
    font-size: 1.375rem;
  }
}
.developement__function-title span {
  display: block;
  padding-left: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .developement__function-title span {
    padding-left: 1.09375rem;
  }
}
.developement__function-title span::before {
  content: "";
  display: block;
  width: 1.375rem;
  height: 2rem;
  background: url(../images/company/about/about_section_title_icon.svg) no-repeat center/contain;
  position: absolute;
  top: 0.5625rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .developement__function-title span::before {
    width: 1rem;
    height: 1.75rem;
    background: url(../images/company/about/about_section_title_icon_sp.svg) no-repeat center/contain;
    top: 0.0625rem;
  }
}

.developement__function-list {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .developement__function-list {
    margin-top: 1.6875rem;
  }
}

.developement__function-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .developement__function-item {
    display: block;
  }
}
.developement__function-item:nth-child(2) {
  align-items: center;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .developement__function-item:nth-child(2) {
    margin-top: 3.125rem;
  }
}
.developement__function-item:nth-child(3) {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .developement__function-item:nth-child(3) {
    margin-top: 3.125rem;
  }
}
.developement__function-item:nth-child(4) {
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .developement__function-item:nth-child(4) {
    margin-top: 3.125rem;
  }
}
.developement__function-item:nth-child(5) {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .developement__function-item:nth-child(5) {
    margin-top: 3.125rem;
  }
}
.developement__function-item:nth-child(5) .developement__function-item-block {
  flex: initial;
  max-width: 100%;
}
.developement__function-item:nth-child(even) {
  flex-direction: row-reverse;
}

.developement__function-item-block {
  flex: 1 1 40.625rem;
  max-width: 40.625rem;
}
@media screen and (max-width: 767px) {
  .developement__function-item-block {
    max-width: 100%;
  }
}

.developement__function-item-title {
  color: #0b50d6;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .developement__function-item-title {
    font-size: 1.375rem;
  }
}
.developement__function-item-title span {
  font-family: "Exo", sans-serif;
  font-size: 2.375rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .developement__function-item-title span {
    font-size: 1.5rem;
  }
}

.developement__function-item-subtitle {
  font-size: 1.625rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .developement__function-item-subtitle {
    font-size: 1.0625rem;
    margin-top: 0.875rem;
  }
}

.developement__function-item-text {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .developement__function-item-text {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 0.75rem;
    text-align: justify;
  }
}

.developement__function-item-img {
  flex: 1 1 35.625rem;
  max-width: 35.625rem;
}
@media screen and (max-width: 767px) {
  .developement__function-item-img {
    max-width: 100%;
    margin-top: 1.25rem;
  }
}

.developement__function-item-right {
  flex: 1 1 35.625rem;
  max-width: 35.625rem;
}
@media screen and (max-width: 767px) {
  .developement__function-item-right {
    max-width: 100%;
    margin-top: 1.5rem;
  }
}
.developement__function-item-right h4 {
  font-size: 1.4375rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .developement__function-item-right h4 {
    font-size: 1rem;
  }
}

.developement__function-item-right-img {
  background-color: #eef5fb;
  border-radius: 0.75rem;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .developement__function-item-right-img {
    border-radius: 0.375rem;
    padding: 0.625rem 0.5rem;
  }
}

.developement__merit {
  border-radius: 1rem 1rem 0 0;
  background-color: #eef5fb;
  width: calc(100% - 6rem);
  margin-inline: auto;
  padding: 5.125rem 0 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .developement__merit {
    border-radius: 0;
    width: 100%;
    padding: 0 0 3.125rem;
  }
}
.developement__merit::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/developement/merit_bg.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .developement__merit::before {
    background: url(../images/developement/merit_bg_sp.png) no-repeat top/cover;
  }
}

.developement__merit-inner {
  display: flex;
  gap: 5.8125rem;
  width: calc(86% + 6rem);
  max-width: 81rem;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .developement__merit-inner {
    display: block;
    width: 90%;
    padding-top: 11rem;
  }
}

.developement__merit-img {
  flex: 1 1 22.625rem;
  margin-top: -6.875rem;
  margin-left: -2.1875rem;
}
@media screen and (max-width: 767px) {
  .developement__merit-img {
    width: 100%;
    max-width: 20rem;
    position: absolute;
    top: -1rem;
    left: 2.5rem;
    margin-top: 0;
    margin-left: 0;
  }
}

.developement__merit-block {
  flex: 1 1 54.625rem;
  max-width: 54.625rem;
}
@media screen and (max-width: 767px) {
  .developement__merit-block {
    margin-top: 1rem;
  }
}

.developement__merit-title {
  color: #0b50d6;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .developement__merit-title {
    font-size: 1.125rem;
  }
}

.developement__merit-list {
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .developement__merit-list {
    margin-top: 0.9375rem;
  }
}

.developement__merit-item {
  background-color: #fff;
  border-radius: 0.375rem;
  display: flex;
  gap: 1.875rem;
  padding: 1.5rem 2.5rem;
  font-size: 1.3125rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .developement__merit-item {
    gap: 0.875rem;
    border-radius: 0.1875rem;
    padding: 0.9375rem;
    font-size: 0.875rem;
  }
}
.developement__merit-item + .developement__merit-item {
  margin-top: 0.375rem;
}

.developement__merit-number {
  color: #0b50d6;
  font-family: "Exo", sans-serif;
  font-size: 1.375rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .developement__merit-number {
    font-size: 1rem;
  }
}

.developement__merit-strong {
  color: #0b50d6;
}

.developement__base {
  background: url(../images/developement/base_bg.png) no-repeat center/cover;
  border-radius: 0 0 1rem 1rem;
  width: calc(100% - 6rem);
  margin-inline: auto;
  padding: 4.8125rem 0 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .developement__base {
    border-radius: 0;
    width: 100%;
    padding: 2.5rem 0 5rem;
    overflow: hidden;
  }
}

.developement__base-inner {
  width: calc(86% + 6rem);
  max-width: 72.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .developement__base-inner {
    width: 90%;
  }
}

.developement__base-title {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .developement__base-title {
    font-size: 1.125rem;
    text-align: left;
  }
}

.developement__base-wrap {
  margin-top: 3.0625rem;
}
@media screen and (max-width: 767px) {
  .developement__base-wrap {
    margin-right: calc(50% - 50vw);
    padding-right: 1.25rem;
    margin-top: 1.25rem;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.developement__base-table {
  background-color: #fff;
  width: 100%;
  border-collapse: collapse;
  border-radius: 0.375rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .developement__base-table {
    border-radius: 0.1875rem;
  }
}
.developement__base-table thead {
  background-color: #018fda;
  color: #fff;
}
.developement__base-table th,
.developement__base-table td {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .developement__base-table th,
  .developement__base-table td {
    font-size: 0.875rem;
    padding: 0.625rem;
  }
}
.developement__base-table th:not(:first-child) {
  border-left: 1px solid #30adef;
}
.developement__base-table td:not(:first-child) {
  border-left: 1px solid #dde7ef;
}
.developement__base-table td img {
  display: inline-block;
  width: 1rem;
}
@media screen and (max-width: 767px) {
  .developement__base-table td img {
    font-size: 0.875rem;
  }
}
.developement__base-table tbody tr:first-child td {
  padding-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .developement__base-table tbody tr:first-child td {
    padding-top: 1.25rem;
  }
}
.developement__base-table tbody tr:last-child td {
  padding-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .developement__base-table tbody tr:last-child td {
    padding-bottom: 1.25rem;
  }
}

.developement__logistics {
  width: 86%;
  max-width: 72.5rem;
  margin-inline: auto;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .developement__logistics {
    width: 90%;
    margin-top: 2.5rem;
  }
}

.developement__logistics-wrap {
  position: relative;
}
@media (any-hover: hover) {
  .developement__logistics-wrap a:hover .developement__logistics-img img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  .developement__logistics-wrap a:hover .developement__logistics-more-text::after {
    background-color: #fff;
  }
  .developement__logistics-wrap a:hover .developement__logistics-more-link {
    color: #fff;
    background-color: #0b50d6;
  }
  .developement__logistics-wrap a:hover .developement__logistics-more-link .developement__logistics-more-icon img {
    -webkit-animation: iconIn 0.3s ease forwards;
            animation: iconIn 0.3s ease forwards;
  }
  .developement__logistics-wrap a:hover .developement__logistics-more-link .developement__logistics-more-icon::before {
    -webkit-transform: translate(-50%, -50%) scale(7);
            transform: translate(-50%, -50%) scale(7);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .developement__logistics-wrap a:hover .developement__logistics-more-link .developement__logistics-more-icon::before {
    -webkit-transform: translate(-50%, -50%) scale(6);
            transform: translate(-50%, -50%) scale(6);
  }
}
.developement__logistics-wrap a:not(:hover) .developement__logistics-more-icon img {
  -webkit-animation: iconOut 0.2s ease forwards;
          animation: iconOut 0.2s ease forwards;
}

.developement__logistics-text {
  flex: 1 1 30.875rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}
@media screen and (max-width: 767px) {
  .developement__logistics-text {
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
  }
}
.developement__logistics-text span {
  display: inline-block;
  color: #fff;
  background-color: #0b48c6;
  padding: 0 0.125rem;
  margin-block: 0.3125rem;
  margin-right: 0.25rem;
}
@media screen and (max-width: 767px) {
  .developement__logistics-text span {
    margin-block: 0.3125rem 0.4375rem;
  }
}

.developement__logistics-img {
  margin-top: 3.125rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .developement__logistics-img {
    max-width: 100%;
    margin-top: 1.25rem;
    border-radius: 0.625rem;
  }
}
.developement__logistics-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .developement__logistics-img img {
    border-radius: 0.625rem;
  }
}

.developement__logistics-more {
  width: 100%;
  max-width: 24.6875rem;
  position: absolute;
  bottom: -0.5rem;
  right: -0.75rem;
}
@media screen and (max-width: 767px) {
  .developement__logistics-more {
    max-width: 16.875rem;
    bottom: -1.4375rem;
    right: -0.25rem;
  }
}
.developement__logistics-more .developement__logistics-more-link {
  color: #0c4fd5;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  width: 100%;
  height: 3.75rem;
  padding-inline: 1.875rem 1.25rem;
  border: 1px solid #0c4fd5;
  border-radius: 1.875rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .developement__logistics-more .developement__logistics-more-link {
    gap: 0.3125rem;
    height: 2.5rem;
    padding-inline: 0.9375rem 0.8125rem;
    border-radius: 1.25rem;
  }
}

.developement__logistics-more-text {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .developement__logistics-more-text {
    font-size: 0.75rem;
  }
}
.developement__logistics-more-text::after {
  content: "";
  display: block;
  width: 0.875rem;
  height: 0.9375rem;
  -webkit-mask: url(../images/developement/feature_blank.png) no-repeat center/contain;
          mask: url(../images/developement/feature_blank.png) no-repeat center/contain;
  background-color: #0b50d6;
}
@media screen and (max-width: 767px) {
  .developement__logistics-more-text::after {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.developement__logistics-more-text span {
  width: -webkit-fit-content;
  width: fit-content;
}

@keyframes iconIn {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes iconOut {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
}
.developement__logistics-more-icon {
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .developement__logistics-more-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.developement__logistics-more-icon img {
  display: block;
  width: 0.5rem;
  height: 0.6875rem;
  position: absolute;
  top: 50%;
  left: calc(50% + 0.0625rem);
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 2;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 767px) {
  .developement__logistics-more-icon img {
    width: 0.375rem;
    height: 0.5625rem;
  }
}
.developement__logistics-more-icon::before, .developement__logistics-more-icon::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition-delay: 0;
}
.developement__logistics-more-icon::before {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 1;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .developement__logistics-more-icon::before {
    width: 0.1875rem;
    height: 0.1875rem;
  }
}
.developement__logistics-more-icon::after {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #0C4FD5;
}
@media screen and (max-width: 767px) {
  .developement__logistics-more-icon::after {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.page-template-page-en-feature .developement__logistics-more {
  max-width: 35.625rem;
}
@media screen and (max-width: 767px) {
  .page-template-page-en-feature .developement__about-text,
  .page-template-page-en-feature .developement__function-item-text {
    text-align: left;
  }
}

.expectations .developement-menu,
.expectations .footer {
  position: relative;
  z-index: 1;
  margin-top: 0;
}

.development-expectations {
  padding-top: 29.8125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .development-expectations {
    padding-top: 11.875rem;
  }
}
.development-expectations::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: url(../images/developement/expectations/expectations_bg.webp) no-repeat top/cover;
  position: fixed;
  top: 0;
  left: 0;
}

.development-expectations__polygon-left {
  width: 48.8932291667%;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .development-expectations__polygon-left {
    width: 44.8717948718%;
    top: 0.3125rem;
  }
}

.development-expectations__bg-human {
  width: 68.6848958333%;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 1;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .development-expectations__bg-human {
    width: 75.3846153846%;
    top: 2.4375rem;
  }
}
.development-expectations__bg-human img {
  transition: 0.5s;
}
.development-expectations__bg-human.is-opacity {
  opacity: 0.5;
}
.development-expectations__bg-human.is-opacity img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="4" /></filter></svg>#filter');
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.development-expectations__polygon-right {
  width: 23.5677083333%;
  position: fixed;
  top: 45.6875rem;
  right: 0;
  z-index: -1;
}

.development-expectations__content {
  position: relative;
  z-index: 1;
}

.development-expectations__head {
  width: 86%;
  max-width: 81rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .development-expectations__head {
    width: 90%;
  }
}

.development-expectations__title {
  max-width: 65.3125rem;
}

.development-expectations__title-ja {
  display: block;
  max-width: 27.375rem;
  margin-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .development-expectations__title-ja {
    max-width: 16.25rem;
    margin-top: 0.5rem;
  }
}

.development-expectations__wrap {
  padding-block: 7.5rem 8.75rem;
}
@media screen and (max-width: 767px) {
  .development-expectations__wrap {
    padding-block: 5rem 3.75rem;
  }
}

.development-expectations__box {
  max-width: 50rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .development-expectations__box {
    width: 90%;
  }
}
.development-expectations__box p {
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.4;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .development-expectations__box p {
    font-size: 0.875rem;
    line-height: 2.2;
  }
}
.development-expectations__box p + p {
  margin-top: 2em;
}
.development-expectations__box p:nth-child(4) {
  margin-top: 5em;
}

.development-expectations__img {
  max-width: 31.25rem;
  margin-inline: auto;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .development-expectations__img {
    max-width: 15.5rem;
    margin-top: 1.875rem;
  }
}

.development-expectations__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  width: 92%;
  max-width: 90rem;
  margin-inline: auto;
  margin-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .development-expectations__list {
    display: block;
    width: 90%;
    margin-top: 6.25rem;
  }
}

.development-expectations__item {
  background-color: #fff;
  border-radius: 0.875rem;
  padding: 3.75rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .development-expectations__item {
    border-radius: 0.4375rem;
    padding: 2.5rem 1.5rem;
  }
}
.development-expectations__item:nth-child(1) {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .development-expectations__item + .development-expectations__item {
    margin-top: 0.625rem;
  }
}

.development-expectations__item-title {
  color: #0b50d6;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .development-expectations__item-title {
    font-size: 0.875rem;
  }
}
.development-expectations__item-title span {
  display: block;
  font-family: "Exo", sans-serif;
  font-size: 3.125rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .development-expectations__item-title span {
    font-size: 1.875rem;
    margin-bottom: 0.3125rem;
  }
}

.development-expectations__item-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 13.25rem;
  margin-top: 2rem;
  padding-inline: 1.875rem;
  color: #243452;
  font-size: clamp(0.625rem, -0.063rem + 1.432vw, 1.313rem);
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}
@media screen and (max-width: 767px) {
  .development-expectations__item-text {
    height: 9.8125rem;
    margin-top: 1.5rem;
    padding-inline: 1.25rem;
    font-size: 0.8125rem;
    line-height: 2;
  }
}
.development-expectations__item-text::before, .development-expectations__item-text::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 100%;
  background: url(../images/developement/expectations/expectations_frame.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .development-expectations__item-text::before, .development-expectations__item-text::after {
    width: 1.25rem;
    background: url(../images/developement/expectations/expectations_frame_sp.png) no-repeat center/contain;
  }
}
.development-expectations__item-text::after {
  left: auto;
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.development-expectations__bottom {
  background-color: #fff;
  padding-block: 7.5rem 8.75rem;
}
@media screen and (max-width: 767px) {
  .development-expectations__bottom {
    padding-block: 2.1875rem 5rem;
  }
}

.development-expectations__bottom-inner {
  width: 86%;
  max-width: 81rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .development-expectations__bottom-inner {
    width: 90%;
  }
}

.development-expectations__section-title {
  color: #0b48c6;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .development-expectations__section-title {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.development-expectations__section-text {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .development-expectations__section-text {
    font-size: 0.875rem;
    line-height: 1.8;
    text-align: left;
    margin-top: 1.25rem;
  }
}

.development-expectations__section-img {
  max-width: 72.5rem;
  margin-inline: auto;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .development-expectations__section-img {
    max-width: 17.75rem;
    margin-top: 2.1875rem;
  }
}

.development-expectations__invest {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .development-expectations__invest {
    margin-top: 3.75rem;
  }
}

.development-expectations__invest-title {
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .development-expectations__invest-title {
    font-size: 1.25rem;
  }
}

.development-expectations__invest-dl {
  border: 1px solid #cfd5db;
  border-radius: 0.875rem;
  padding: 1.875rem 4.6875rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .development-expectations__invest-dl {
    border-radius: 0.4375rem;
    padding: 2.03125rem 1.09375rem;
    margin-top: 1.25rem;
  }
}

.development-expectations__invest-wrap {
  display: flex;
  min-height: 9.375rem;
  padding-bottom: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .development-expectations__invest-wrap {
    display: block;
    min-height: 0;
    min-height: initial;
    padding-bottom: 1.5625rem;
  }
}
.development-expectations__invest-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../images/developement/expectations/invest_border.png) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .development-expectations__invest-wrap::before {
    background: url(../images/developement/expectations/invest_border_sp.png) no-repeat center/cover;
  }
}
.development-expectations__invest-wrap dt {
  flex: 1 0 23rem;
}
.development-expectations__invest-wrap dt span {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  display: block;
  padding-top: 0.625rem;
  padding-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .development-expectations__invest-wrap dt span {
    font-size: 0.875rem;
    padding-top: 0;
    padding-left: 0;
  }
}
.development-expectations__invest-wrap dd {
  flex: 1 1 calc(100% - 23rem);
  display: flex;
  align-items: center;
  padding-left: 3rem;
  border-left: 1px solid #cfd5db;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .development-expectations__invest-wrap dd {
    padding-left: 0;
    border-left: 0;
    font-size: 0.8125rem;
    line-height: 1.6;
    margin-top: 1.5625rem;
  }
}
.development-expectations__invest-wrap:nth-child(1) .development-expectations__invest-logo {
  padding-top: 1.625rem;
  padding-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .development-expectations__invest-wrap:nth-child(1) .development-expectations__invest-logo {
    padding-top: 1.25rem;
  }
}
.development-expectations__invest-wrap:nth-child(1) .development-expectations__invest-logo img {
  max-width: 13.625rem;
}
.development-expectations__invest-wrap:nth-child(2) .development-expectations__invest-logo {
  padding-top: 1.25rem;
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .development-expectations__invest-wrap:nth-child(2) .development-expectations__invest-logo {
    padding-top: 0.9375rem;
  }
}
.development-expectations__invest-wrap:nth-child(2) .development-expectations__invest-logo img {
  max-width: 9.5rem;
}
@media screen and (max-width: 767px) {
  .development-expectations__invest-wrap:nth-child(2) .development-expectations__invest-logo img {
    max-width: 6.75rem;
  }
}
.development-expectations__invest-wrap:nth-child(3) .development-expectations__invest-logo {
  padding-top: 0.625rem;
  padding-left: 7.8125rem;
}
.development-expectations__invest-wrap:nth-child(3) .development-expectations__invest-logo img {
  max-width: 4.4375rem;
}
@media screen and (max-width: 767px) {
  .development-expectations__invest-wrap:nth-child(3) .development-expectations__invest-logo img {
    max-width: 4.3125rem;
  }
}
.development-expectations__invest-wrap:nth-child(4) .development-expectations__invest-logo {
  padding-top: 2rem;
  padding-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .development-expectations__invest-wrap:nth-child(4) .development-expectations__invest-logo {
    padding-top: 1.25rem;
  }
}
.development-expectations__invest-wrap:nth-child(4) .development-expectations__invest-logo img {
  max-width: 13.375rem;
}
@media screen and (max-width: 767px) {
  .development-expectations__invest-wrap:nth-child(4) .development-expectations__invest-logo img {
    max-width: 11.125rem;
  }
}
.development-expectations__invest-wrap:nth-child(5) .development-expectations__invest-logo {
  padding-top: 1.4375rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .development-expectations__invest-wrap:nth-child(5) .development-expectations__invest-logo {
    padding-top: 0.9375rem;
  }
}
.development-expectations__invest-wrap:nth-child(5) .development-expectations__invest-logo img {
  max-width: 16.75rem;
}
@media screen and (max-width: 767px) {
  .development-expectations__invest-wrap:nth-child(5) .development-expectations__invest-logo img {
    max-width: 14rem;
  }
}
.development-expectations__invest-wrap:last-child {
  padding-bottom: 0;
}
.development-expectations__invest-wrap:last-child::before {
  display: none;
}
.development-expectations__invest-wrap + .development-expectations__invest-wrap {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .development-expectations__invest-wrap + .development-expectations__invest-wrap {
    margin-top: 1.5625rem;
  }
}

.development-expectations__invest-logo {
  display: block;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .development-expectations__invest-logo {
    text-align: center;
    padding-left: 0 !important;
  }
}
.development-expectations__invest-logo img {
  display: inline-block;
}
@media (any-hover: hover) {
  .development-expectations__invest-logo:hover {
    opacity: 0.7;
  }
}

.page-template-page-en-expectations .development-expectations__title-ja {
  width: 43.5546875vw;
  max-width: 41.8125rem;
}
@media screen and (max-width: 767px) {
  .page-template-page-en-expectations .development-expectations__title-ja {
    width: 76.3125763126%;
    max-width: 17.1875rem;
  }
}
.page-template-page-en-expectations .development-expectations__item-text {
  line-height: 1.5;
}

.news-archive {
  background-color: #eef5fb;
  padding-block: 5.75rem 8.75rem;
  margin-top: -2rem;
}
@media screen and (max-width: 767px) {
  .news-archive {
    padding-block: 3.125rem 5rem;
    margin-top: -1.375rem;
  }
}

.news-archive__inner {
  width: 86%;
  max-width: 83.5rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .news-archive__inner {
    width: 100%;
  }
}

.news-archive__list {
  border-top: 1px solid #d2dde6;
}

.news-archive__item-wrap {
  display: flex;
  gap: 5.9375rem;
  padding: 2.5rem;
  border-bottom: 1px solid #d2dde6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-archive__item-wrap {
    display: block;
    padding: 1.125rem 0.625rem;
  }
}
.news-archive__item-wrap::before {
  background-color: #0c4fd5;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (any-hover: hover) {
  .news-archive__item-wrap:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.news-archive__item-time {
  flex: 1 0 5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news-archive__item-time {
    font-size: 0.8125rem;
  }
}

.news-archive__item-title {
  flex: 1 0 calc(100% - 10.9375rem);
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-block: -0.5rem;
}
@media screen and (max-width: 767px) {
  .news-archive__item-title {
    font-size: 0.9375rem;
    line-height: 1.5;
    margin-block: 0.625rem 0;
  }
}

.news-archive__item-icon {
  display: inline-block;
  vertical-align: text-top;
}
.news-archive__item-icon.--external {
  width: 1.0625rem;
}
.news-archive__item-icon.--pdf {
  width: 2.5rem;
}

.news-archive__pagination {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .news-archive__pagination {
    margin-top: 2.5rem;
  }
}
.news-archive__pagination a {
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .news-archive__pagination a:hover {
    color: #0b50d6;
  }
}
.news-archive__pagination .page-numbers {
  font-family: "Exo", sans-serif;
  font-weight: 600;
  font-size: 1.4375rem;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding-top: 1px;
  border-radius: 50%;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .news-archive__pagination .page-numbers {
    font-size: 1.125rem;
    width: 2.125rem;
    height: 2.125rem;
  }
}
.news-archive__pagination .page-numbers.current {
  color: #0C4FD5;
  background-color: #eef5fb;
}
.news-archive__pagination .page-numbers.dots {
  width: -webkit-fit-content;
  width: fit-content;
  margin-inline: -0.3125rem;
  border: 0;
}

.news-archive__pagination-warp {
  border-radius: 2.1875rem;
  background-color: #fff;
  border: 1px solid #0C4FD5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.9375rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-archive__pagination-warp {
    border-radius: 1.8125rem;
    gap: 0.625rem;
    width: 100%;
    max-width: 25rem;
    padding: 0.8125rem 2.125rem;
  }
}

.news-archive__pagination-arrow.--prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .news-archive__pagination-arrow.--prev {
    margin-right: 2.1875rem;
    margin-right: auto;
  }
}
.news-archive__pagination-arrow.--next {
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .news-archive__pagination-arrow.--next {
    margin-left: 2.1875rem;
    margin-left: auto;
  }
}
.news-archive__pagination-arrow.is-disabled {
  opacity: 0.3;
}
.news-archive__pagination-arrow a {
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .news-archive__pagination-arrow a:hover {
    opacity: 0.7;
  }
}

.news-archive__icon {
  display: block;
  width: 0.625rem;
}
@media screen and (max-width: 767px) {
  .news-archive__icon {
    width: 0.5rem;
  }
}

.news-single {
  background-color: #eef5fb;
  padding-block: 14rem 8.75rem;
}
@media screen and (max-width: 767px) {
  .news-single {
    padding-block: 5.875rem 5rem;
  }
}
.news-single .breadcrumb {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .news-single .breadcrumb {
    margin-top: 1.875rem;
  }
}

.news-single__head {
  width: 86%;
  max-width: 81rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .news-single__head {
    width: 100%;
    padding-inline: 1.25rem;
  }
}

.news-single__title {
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .news-single__title {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

.news-single__time {
  font-size: 1.125rem;
  font-weight: bold;
  display: block;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .news-single__time {
    font-size: 0.8125rem;
    margin-top: 0.9375rem;
  }
}

.news-single__inner {
  width: 86%;
  max-width: 81rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .news-single__inner {
    width: 100%;
    padding-inline: 1.25rem;
  }
}

.news-single__content {
  background-color: #fff;
  border-radius: 0.75rem;
  padding: 7.0625rem 6.5rem 5rem;
  margin-top: -1.9375rem;
}
@media screen and (max-width: 767px) {
  .news-single__content {
    border-radius: 0.375rem;
    padding: 3.8125rem 1.125rem 3rem;
    margin-top: -1.3125rem;
  }
}

.news-single__content-row {
  display: grid;
  grid-template-columns: 524fr 504fr;
  gap: 3.75rem;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .news-single__content-row {
    display: block;
  }
}
.news-single__content-row.--one-column {
  display: block;
}

.news-single__content-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .news-single__content-text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.news-single__content-image {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .news-single__content-image {
    margin-top: 1.75rem;
  }
}
.news-single__content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 504/310;
  border-radius: 0.75rem;
}
@media screen and (max-width: 767px) {
  .news-single__content-image img {
    aspect-ratio: 632/389;
    border-radius: 0.625rem;
  }
}

.news-single__content-block + .news-single__content-block {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .news-single__content-block + .news-single__content-block {
    margin-top: 2.5rem;
  }
}

.news-single__content-heading {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3333333333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .news-single__content-heading {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.news-single__content-heading + .news-single__content-text, .news-single__content-heading + .news-single__content-row {
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .news-single__content-heading + .news-single__content-text, .news-single__content-heading + .news-single__content-row {
    margin-top: 1.25rem;
  }
}

.p-pagination-nav {
  display: flex;
  width: 100%;
  margin-top: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-pagination-nav {
    margin-top: 1.25rem;
    padding-top: 4.875rem;
  }
}

.p-pagination-nav__center {
  margin-inline: auto;
}

.p-pagination-nav__prev,
.p-pagination-nav__next {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-pagination-nav__prev,
  .p-pagination-nav__next {
    gap: 0.5rem;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (any-hover: hover) {
  .p-pagination-nav__prev:hover .p-pagination-nav__icon,
  .p-pagination-nav__next:hover .p-pagination-nav__icon {
    background-color: #0C4FD5;
  }
  .p-pagination-nav__prev:hover .p-pagination-nav__icon::before,
  .p-pagination-nav__next:hover .p-pagination-nav__icon::before {
    background-color: #fff;
  }
}

.p-pagination-nav__prev {
  left: 0;
}

.p-pagination-nav__next {
  right: 0;
}

.p-pagination-nav__label {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-pagination-nav__label {
    font-size: 0.875rem;
  }
}

.p-pagination-nav__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #0C4FD5;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-pagination-nav__icon {
    width: 2.375rem;
    height: 2.375rem;
  }
}
.p-pagination-nav__icon::before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 1.125rem;
  -webkit-mask: url(../images/news/news_single_pager_arrow.svg) no-repeat center/contain;
          mask: url(../images/news/news_single_pager_arrow.svg) no-repeat center/contain;
  background-color: #0C4FD5;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-pagination-nav__icon::before {
    width: 0.5625rem;
    height: 0.875rem;
  }
}
.p-pagination-nav__icon.is-right::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.products-industry__section.--automotive {
  --category-color: #ff2b53;
}
.products-industry__section.--construction_equipment {
  --category-color: #299ef9;
}
.products-industry__section.--infrastructure {
  --category-color: #8edf40;
}
@media (any-hover: hover) {
  .products-industry__section.--infrastructure .modal__open:hover .modal-industry__btn-title {
    color: #85d439;
  }
}
.products-industry__section.--oa {
  --category-color: #ff762b;
}
.products-industry__section.--bio-healthcare {
  --category-color: #42cfe4;
}

.modal-industry__btn {
  width: 100%;
}

.modal-industry__btn-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 12.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .modal-industry__btn-thumbnail {
    height: 8.5rem;
    height: 34.8717948718vw;
  }
}
.modal-industry__btn-thumbnail img {
  width: 100%;
  height: auto;
  max-height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .modal-industry__btn-thumbnail img {
    max-height: 110px;
  }
}

.modal-industry__btn-caption {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: absolute;
  right: 0.9375rem;
  bottom: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .modal-industry__btn-caption {
    font-size: 0.625rem;
    right: 0.625rem;
    bottom: 0.0625rem;
  }
}

.modal-industry__btn-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.3125rem;
  width: calc(100% - 1.75rem);
  height: 5rem;
  margin-inline: auto;
  border-top: 1px solid #cbd2df;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .modal-industry__btn-title {
    width: calc(100% - 1.125rem);
    height: 3.28125rem;
    height: 13.4615384615vw;
  }
}

.modal-industry__btn-title-text {
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .modal-industry__btn-title-text {
    font-size: 0.8125rem;
  }
}

.modal-industry__btn-title-icon {
  width: 1.3125rem;
  height: 1.3125rem;
  position: relative;
  flex-shrink: 0;
}
.modal-industry__btn-title-icon img {
  display: block;
  width: 0.375rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  left: calc(50% + 0.0625rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 2;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.modal-industry__btn-title-icon::before, .modal-industry__btn-title-icon::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition-delay: 0;
}
.modal-industry__btn-title-icon::before {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 1;
  transition: 0.3s ease;
}
.modal-industry__btn-title-icon::after {
  width: 1.3125rem;
  height: 1.3125rem;
  background-color: var(--category-color);
}
@media screen and (max-width: 767px) {
  .modal-industry__btn-title-icon::after {
    width: 1.09375rem;
    height: 1.09375rem;
  }
}

@keyframes iconIn {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes iconOut {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
}
.modal-industry__content-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 28.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal-industry__content-thumbnail {
    height: 14.375rem;
    height: 58.9743589744vw;
  }
}
.modal-industry__content-thumbnail img {
  width: 50%;
  height: auto;
  max-height: 420px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .modal-industry__content-thumbnail img {
    max-height: 190px;
  }
}

.modal-industry__content-caption {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: absolute;
  right: 3.75rem;
  bottom: 0.625rem;
}

.modal-industry__content-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 3.75rem;
  border-top: 1px solid #cbd2df;
  border-bottom: 1px solid #cbd2df;
}
@media screen and (max-width: 767px) {
  .modal-industry__content-head {
    display: block;
    padding: 1.125rem 1rem;
  }
}

.modal-industry__content-title {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .modal-industry__content-title {
    font-size: 1.125rem;
  }
}

.modal-industry__content-category {
  color: #fff;
  line-height: 1.2;
  border-radius: 0.125rem;
  padding: 0.3125rem 0.4375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal-industry__content-category {
    font-size: 0.75rem;
    display: inline-block;
    padding: 0.25rem 0.375rem;
    margin-top: 0.5rem;
  }
}

.modal-industry__content-text {
  padding: 2.5rem 3.75rem;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .modal-industry__content-text {
    padding: 1.6875rem 1.09375rem;
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

.modal-industry__content-more {
  padding: 1.25rem 1.25rem 3.75rem;
  text-align: center;
}
.modal-industry__content-more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18.75rem;
  max-width: 31.25rem;
  height: 3.75rem;
  padding-inline: 3.125rem;
  margin-inline: auto;
  border: 1px solid #0c4fd5;
  border-radius: 1.875rem;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.04em;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .modal-industry__content-more a {
    font-size: 0.9375rem;
    border-radius: 1.75rem;
    max-width: 16.5625rem;
    height: 3.5rem;
  }
}
.modal-industry__content-more a .modal-industry__content-more-text {
  color: #0b50d6;
  text-align: left;
  padding-inline: 0 0.625rem;
}
@keyframes iconIn {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes iconOut {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
}
.modal-industry__content-more a .modal-industry__content-more-icon {
  width: 1.3125rem;
  height: 1.3125rem;
  position: absolute;
  inset-block: 0;
  margin-block: auto;
  right: 1.25rem;
}
.modal-industry__content-more a .modal-industry__content-more-icon img {
  display: block;
  width: 0.375rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  left: calc(50% + 0.25rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 2;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.modal-industry__content-more a .modal-industry__content-more-icon::before, .modal-industry__content-more a .modal-industry__content-more-icon::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition-delay: 0;
}
.modal-industry__content-more a .modal-industry__content-more-icon::before {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 1;
  transition: 0.3s ease;
}
.modal-industry__content-more a .modal-industry__content-more-icon::after {
  width: 1.9375rem;
  height: 1.9375rem;
  background-color: #0c4fd5;
}
@media screen and (max-width: 767px) {
  .modal-industry__content-more a .modal-industry__content-more-icon::after {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
@media (any-hover: hover) {
  .modal-industry__content-more a:hover .modal-industry__content-more-icon img {
    -webkit-animation: iconIn 0.3s ease forwards;
            animation: iconIn 0.3s ease forwards;
  }
  .modal-industry__content-more a:hover .modal-industry__content-more-icon::before {
    -webkit-transform: translate(-50%, -50%) scale(7.2);
            transform: translate(-50%, -50%) scale(7.2);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .modal-industry__content-more a:hover .modal-industry__content-more-icon::before {
    -webkit-transform: translate(-50%, -50%) scale(5);
            transform: translate(-50%, -50%) scale(5);
  }
}
.modal-industry__content-more a:not(:hover) .modal-industry__content-more-icon img {
  -webkit-animation: iconOut 0.2s ease forwards;
          animation: iconOut 0.2s ease forwards;
}

.page-template-page-en-industry .modal-industry__btn-title-text {
  font-size: 0.7rem;
}
@media screen and (max-width: 767px) {
  .page-template-page-en-industry .modal-industry__btn-title-text {
    font-size: 0.6rem;
    letter-spacing: 0;
  }
}
.page-template-page-en-industry .products-industry__section-other-list li {
  font-size: 0.7rem;
}
@media screen and (max-width: 767px) {
  .page-template-page-en-industry .products-industry__section-other-list li {
    font-size: 0.6rem;
  }
}

.modal-society.--automotive {
  --category-color: #ff2b53;
}
.modal-society.--construction_equipment {
  --category-color: #299ef9;
}
.modal-society.--infrastructure {
  --category-color: #8edf40;
}
@media (any-hover: hover) {
  .modal-society.--infrastructure .modal__open:hover .modal-industry__btn-title {
    color: #85d439;
  }
}
.modal-society.--oa {
  --category-color: #ff762b;
}
.modal-society.--bio-healthcare {
  --category-color: #42cfe4;
}
.modal-society.--other {
  --category-color: #47ba8b;
}
.modal-society:nth-child(1) .modal-society__btn::after {
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  top: -1.4322916667vw;
  left: 1.8229166667vw;
}
@media screen and (max-width: 767px) {
  .modal-society:nth-child(1) .modal-society__btn::after {
    top: -2.3076923077vw;
    left: 3.0769230769vw;
  }
}
.modal-society:nth-child(2) .modal-society__btn::after {
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  bottom: -1.3671875vw;
  right: 2.8645833333vw;
}
@media screen and (max-width: 767px) {
  .modal-society:nth-child(2) .modal-society__btn::after {
    bottom: -2.0512820513vw;
    right: 5.641025641vw;
  }
}
.modal-society:nth-child(3) .modal-society__btn::after {
  clip-path: polygon(100% 0, 0 0, 0 100%);
  bottom: -1.3671875vw;
  right: 3.6458333333vw;
}
@media screen and (max-width: 767px) {
  .modal-society:nth-child(3) .modal-society__btn::after {
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    bottom: auto;
    right: auto;
    top: -2.0512820513vw;
    left: 13.3333333333vw;
  }
}
.modal-society:nth-child(4) .modal-society__btn::after {
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  top: -1.3671875vw;
  left: 2.9947916667vw;
}
@media screen and (max-width: 767px) {
  .modal-society:nth-child(4) .modal-society__btn::after {
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    top: -2.0512820513vw;
    left: 3.3333333333vw;
  }
}
.modal-society:nth-child(5) .modal-society__btn::after {
  clip-path: polygon(100% 0, 0 0, 0 100%);
  bottom: -1.3671875vw;
  right: 2.34375vw;
}
@media screen and (max-width: 767px) {
  .modal-society:nth-child(5) .modal-society__btn::after {
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    bottom: auto;
    right: auto;
    top: -2.0512820513vw;
    left: 4.6153846154vw;
  }
}
.modal-society:nth-child(6) .modal-society__btn::after {
  clip-path: polygon(100% 0, 0 0, 0 100%);
  bottom: -1.3671875vw;
  left: 1.8229166667vw;
}
@media screen and (max-width: 767px) {
  .modal-society:nth-child(6) .modal-society__btn::after {
    bottom: -2.0512820513vw;
    left: 9.2307692308vw;
  }
}
.modal-society:nth-child(7) .modal-society__btn::after {
  clip-path: polygon(100% 0, 0 0, 0 100%);
  bottom: -1.3671875vw;
  left: 1.8229166667vw;
}
@media screen and (max-width: 767px) {
  .modal-society:nth-child(7) .modal-society__btn::after {
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    bottom: -1.5384615385vw;
    left: auto;
    right: 1.7948717949vw;
  }
}
.modal-society:nth-child(8) .modal-society__btn::after {
  clip-path: polygon(100% 0, 0 0, 0 100%);
  bottom: -1.3671875vw;
  left: 1.8229166667vw;
}
@media screen and (max-width: 767px) {
  .modal-society:nth-child(8) .modal-society__btn::after {
    bottom: -2.0512820513vw;
    left: 5.3846153846vw;
  }
}
.modal-society:nth-child(9) .modal-society__btn::after {
  clip-path: polygon(100% 0, 0 0, 0 100%);
  bottom: -1.3671875vw;
  left: 1.8229166667vw;
}
@media screen and (max-width: 767px) {
  .modal-society:nth-child(9) .modal-society__btn::after {
    bottom: -2.0512820513vw;
    left: 17.9487179487vw;
  }
}
.modal-society:nth-child(10) .modal-society__btn::after {
  clip-path: polygon(100% 0, 0 0, 0 100%);
  bottom: -1.3671875vw;
  left: 1.8229166667vw;
}
@media screen and (max-width: 767px) {
  .modal-society:nth-child(10) .modal-society__btn::after {
    bottom: -2.0512820513vw;
    left: 5.3846153846vw;
  }
}

.modal-society__btn {
  border-radius: 1.7578125vw;
  background-color: #10b4d1;
  color: #fff;
  font-size: 1.2369791667vw;
  font-weight: bold;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 0.78125vw;
  padding: 0.9114583333vw 1.3020833333vw;
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="16" /><feOffset dx="7" dy="7" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.26)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(5.66px 5.66px 16px rgba(0, 0, 0, .26));
          filter: drop-shadow(5.66px 5.66px 16px rgba(0, 0, 0, .26));
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .modal-society__btn {
    border-radius: 3.0769230769vw;
    font-size: 2.8205128205vw;
    gap: 1.0256410256vw;
    padding: 1.5384615385vw 2.5641025641vw;
  }
}
.modal-society__btn::before {
  content: "";
  display: block;
  width: 2.25rem;
  width: 2.34375vw;
  height: 1.7578125vw;
  -webkit-mask: url(../images/products/society/society_modal_icon.svg) no-repeat center/contain;
          mask: url(../images/products/society/society_modal_icon.svg) no-repeat center/contain;
  background-color: #fff;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .modal-society__btn::before {
    width: 3.8461538462vw;
    height: 2.8205128205vw;
  }
}
.modal-society__btn::after {
  content: "";
  display: block;
  width: 1.8229166667vw;
  height: 1.4973958333vw;
  background-color: #10b4d1;
  position: absolute;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .modal-society__btn::after {
    width: 3.3333333333vw;
    height: 2.5641025641vw;
  }
}
@media (any-hover: hover) {
  .modal-society__btn:hover {
    color: #10b4d1;
    background-color: #fff;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .modal-society__btn:hover::before {
    background-color: #10b4d1;
  }
  .modal-society__btn:hover::after {
    background-color: #fff;
  }
}

.modal-society__body::before {
  background-color: var(--category-color);
}

.modal-society__content-inner {
  max-width: 37.5rem;
  margin-inline: auto;
  padding-block: 4rem 5rem;
}
@media screen and (max-width: 767px) {
  .modal-society__content-inner {
    width: 90%;
    padding-block: 2.125rem 3.125rem;
  }
}

.modal-society__content-thumbnail img {
  max-height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .modal-society__content-thumbnail img {
    max-height: 225px;
  }
}
.modal-society__content-thumbnail + .modal-society__content-title {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .modal-society__content-thumbnail + .modal-society__content-title {
    margin-top: 1.875rem;
  }
}

.modal-society__content-title {
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-left: 1.0625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal-society__content-title {
    font-size: 1.125rem;
    line-height: 1.3333333333;
    padding-left: 0.9375rem;
  }
}
.modal-society__content-title::before {
  content: "";
  display: block;
  width: 0.375rem;
  height: 100%;
  border-radius: 0.1875rem;
  background-color: var(--category-color);
  position: absolute;
  top: 0;
  left: 0;
}

.modal-society__content-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .modal-society__content-text {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 1rem;
  }
}

.modal-society__content-more {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal-society__content-more {
    margin-top: 1.5625rem;
  }
}
.modal-society__content-more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 18.75rem;
  height: 3.75rem;
  padding-inline: 3.125rem;
  margin-inline: auto;
  border: 1px solid #0c4fd5;
  border-radius: 1.875rem;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .modal-society__content-more a {
    font-size: 0.9375rem;
    border-radius: 1.75rem;
    max-width: 16.5625rem;
    height: 3.5rem;
    padding-inline: 3.125rem;
  }
}
.modal-society__content-more a .modal-society__content-more-text {
  color: #0b50d6;
  text-align: left;
}
@keyframes iconIn {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes iconOut {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
}
.modal-society__content-more a .modal-society__content-more-icon {
  width: 1.3125rem;
  height: 1.3125rem;
  position: absolute;
  inset-block: 0;
  margin-block: auto;
  right: 1.25rem;
}
.modal-society__content-more a .modal-society__content-more-icon img {
  display: block;
  width: 0.375rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  left: calc(50% + 0.25rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 2;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.modal-society__content-more a .modal-society__content-more-icon::before, .modal-society__content-more a .modal-society__content-more-icon::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition-delay: 0;
}
.modal-society__content-more a .modal-society__content-more-icon::before {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 1;
  transition: 0.3s ease;
}
.modal-society__content-more a .modal-society__content-more-icon::after {
  width: 1.9375rem;
  height: 1.9375rem;
  background-color: #0c4fd5;
}
@media screen and (max-width: 767px) {
  .modal-society__content-more a .modal-society__content-more-icon::after {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
@media (any-hover: hover) {
  .modal-society__content-more a:hover .modal-society__content-more-icon img {
    -webkit-animation: iconIn 0.3s ease forwards;
            animation: iconIn 0.3s ease forwards;
  }
  .modal-society__content-more a:hover .modal-society__content-more-icon::before {
    -webkit-transform: translate(-50%, -50%) scale(7.2);
            transform: translate(-50%, -50%) scale(7.2);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .modal-society__content-more a:hover .modal-society__content-more-icon::before {
    -webkit-transform: translate(-50%, -50%) scale(5);
            transform: translate(-50%, -50%) scale(5);
  }
}
.modal-society__content-more a:not(:hover) .modal-society__content-more-icon img {
  -webkit-animation: iconOut 0.2s ease forwards;
          animation: iconOut 0.2s ease forwards;
}

@media screen and (max-width: 767px) {
  .page-template-page-en-society .modal-society__btn {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-en-society .modal-society:nth-child(6) .modal-society__btn::after {
    left: 18vw;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-en-society .modal-society:nth-child(5) .modal-society__btn::after {
    left: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-en-society .modal-society:nth-child(8) .modal-society__btn::after {
    left: 8.3vw;
  }
}

.products-contact {
  margin-top: 6.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .products-contact {
    width: 90%;
    margin-inline: auto;
    margin-top: 3.125rem;
  }
}
.products-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 31.25rem;
  height: 6.25rem;
  padding-inline: 3.125rem;
  margin-inline: auto;
  border: 1px solid #0c4fd5;
  border-radius: 3.125rem;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .products-contact a {
    font-size: 1.0625rem;
    border-radius: 2.5rem;
    max-width: 21.875rem;
    height: 5rem;
  }
}
.products-contact a .products-contact-text {
  color: #0b50d6;
  text-align: left;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .products-contact a:hover {
    background-color: #0b50d6;
  }
  .products-contact a:hover .products-contact-text {
    color: #fff;
  }
}

.products-industry {
  padding-block: 5rem 0;
}
@media screen and (max-width: 767px) {
  .products-industry {
    padding-block: 2.5rem 0;
  }
}

.products-industry__read {
  font-size: 1.4375rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .products-industry__read {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

.products-industry__nav {
  background-color: #fff;
  border-top: 1px solid #cbd2df;
  border-bottom: 1px solid #cbd2df;
  margin-top: 4.1875rem;
}
@media screen and (max-width: 767px) {
  .products-industry__nav {
    margin-top: 1.875rem;
  }
}
.products-industry__nav.is-fixed {
  position: sticky;
  top: 5.25rem;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .products-industry__nav.is-fixed {
    position: static;
  }
}

.products-industry__nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 75rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .products-industry__nav-list {
    flex-wrap: wrap;
    gap: 1rem 0;
    width: 90%;
    padding-inline: 0;
    padding-block: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .products-industry__nav-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .products-industry__nav-item:last-child {
    width: 100%;
  }
}
.products-industry__nav-item a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-block: 1.5rem;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .products-industry__nav-item a {
    gap: 0.375rem;
    padding-block: 0;
    font-size: 0.8125rem;
  }
}
.products-industry__nav-item a::before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.5rem;
  -webkit-mask: url(../images/products/industry/local_nav_icon.svg) no-repeat center/cover;
          mask: url(../images/products/industry/local_nav_icon.svg) no-repeat center/cover;
  flex-shrink: 0;
}
@media (any-hover: hover) {
  .products-industry__nav-item a:hover {
    opacity: 0.7;
  }
}
.products-industry__nav-item:nth-child(1) a::before {
  background-color: #ff2b53;
}
.products-industry__nav-item:nth-child(2) a::before {
  background-color: #299ef9;
}
.products-industry__nav-item:nth-child(3) a::before {
  background-color: #a2e562;
}
.products-industry__nav-item:nth-child(4) a::before {
  background-color: #ff762b;
}
.products-industry__nav-item:nth-child(5) a::before {
  background-color: #42cfe4;
}

.products-industry__section {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .products-industry__section {
    margin-top: 2.5rem;
  }
}
.products-industry__section + .products-industry__section {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .products-industry__section + .products-industry__section {
    margin-top: 3.125rem;
  }
}
.products-industry__section.--automotive {
  --category-color: #ff2b53;
}
.products-industry__section.--construction_equipment {
  --category-color: #299ef9;
}
.products-industry__section.--infrastructure {
  --category-color: #8edf40;
}
.products-industry__section.--oa {
  --category-color: #ff762b;
}
.products-industry__section.--bio-healthcare {
  --category-color: #42cfe4;
}

.products-industry__section-img {
  width: calc(100% - 6rem);
  margin-inline: auto;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .products-industry__section-img {
    width: 100%;
    border-radius: 0;
  }
}
.products-industry__section-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1440/610;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .products-industry__section-img img {
    aspect-ratio: 780/330;
    border-radius: 0;
  }
}

.products-industry__section-wrap {
  width: calc(86% + 6rem);
  max-width: 81rem;
  margin-inline: auto;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .products-industry__section-wrap {
    width: 90%;
    margin-top: 1.875rem;
  }
}

.products-industry__section-title {
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-size: 4.375rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .products-industry__section-title {
    font-size: 2.375rem;
    line-height: 1.1040789474;
  }
}

.products-industry__section-category {
  color: #fff;
  background-color: var(--category-color);
  border-radius: 0.1875rem;
  display: inline-block;
  padding: 0.375rem 0.6875rem;
  margin-top: 0.9375rem;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .products-industry__section-category {
    padding: 0.3125rem 0.5625rem;
    margin-top: 0.5rem;
    font-size: 1rem;
  }
}

.products-industry__section-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .products-industry__section-text {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 1.875rem;
  }
}

.products-industry__section-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 2.375rem;
  border-left: 1px solid #cbd2df;
}
@media screen and (max-width: 767px) {
  .products-industry__section-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.products-industry__section-item {
  border-top: 1px solid #cbd2df;
  border-bottom: 1px solid #cbd2df;
  border-right: 1px solid #cbd2df;
  height: 17.75rem;
}
@media screen and (max-width: 767px) {
  .products-industry__section-item {
    height: 12rem;
    height: auto;
    height: 49.2307692308vw;
  }
}
.products-industry__section-item:nth-child(n+6) {
  border-top: 0;
}
@media screen and (max-width: 767px) {
  .products-industry__section-item:nth-child(n+3) {
    border-top: 0;
  }
}

.products-industry__section-other {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .products-industry__section-other {
    margin-top: 2.5rem;
  }
}

.products-industry__section-other-title {
  color: #5f7194;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .products-industry__section-other-title {
    font-size: 1.0625rem;
  }
}

.products-industry__section-other-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-left: 1px solid #cbd2df;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .products-industry__section-other-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0.9375rem;
  }
}
.products-industry__section-other-list li {
  display: flex;
  align-items: center;
  height: 5rem;
  padding: 0 0.625rem;
  border-top: 1px solid #cbd2df;
  border-bottom: 1px solid #cbd2df;
  border-right: 1px solid #cbd2df;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.2941176471;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .products-industry__section-other-list li {
    padding: 0 0.625rem;
    font-size: 0.8125rem;
  }
}
.products-industry__section-other-list li:nth-child(n+6) {
  border-top: 0;
}
@media screen and (max-width: 767px) {
  .products-industry__section-other-list li:nth-child(n+3) {
    border-top: 0;
  }
}

.products-industry__section-other-blank {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.3125rem;
  width: 100%;
  height: 5rem;
  margin-inline: auto;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .products-industry__section-other-blank {
    width: calc(100% - 1.125rem);
    height: 3.28125rem;
    height: 13.4615384615vw;
  }
}
@media (any-hover: hover) {
  .products-industry__section-other-blank:hover .products-industry__section-other-blank-text {
    color: var(--category-color);
  }
  .products-industry__section-other-blank:hover .products-industry__section-other-blank-icon img {
    -webkit-animation: iconIn 0.3s ease forwards;
            animation: iconIn 0.3s ease forwards;
  }
  .products-industry__section-other-blank:hover .products-industry__section-other-blank-icon::before {
    width: 1.125rem;
    height: 1.125rem;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .products-industry__section-other-blank:hover .products-industry__section-other-blank-icon::before {
    width: 1rem;
    height: 1rem;
  }
}

.products-industry__section-other-blank-text {
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: left;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .products-industry__section-other-blank-text {
    font-size: 0.8125rem;
  }
}

.products-industry__section-other-blank-icon {
  width: 1.3125rem;
  height: 1.3125rem;
  position: relative;
  flex-shrink: 0;
}
.products-industry__section-other-blank-icon img {
  display: block;
  width: 0.375rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  left: calc(50% + 0.0625rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 2;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.products-industry__section-other-blank-icon::before, .products-industry__section-other-blank-icon::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition-delay: 0;
}
.products-industry__section-other-blank-icon::before {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 1;
  transition: 0.3s ease;
}
.products-industry__section-other-blank-icon::after {
  width: 1.3125rem;
  height: 1.3125rem;
  background-color: var(--category-color);
}
@media screen and (max-width: 767px) {
  .products-industry__section-other-blank-icon::after {
    width: 1.09375rem;
    height: 1.09375rem;
  }
}

@keyframes iconIn {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes iconOut {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-en-industry .products-industry__read {
    width: 90%;
    margin-inline: auto;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-en-industry .products-industry__nav-item a {
    font-size: 0.7rem;
    letter-spacing: 0;
  }
}

.products-society {
  padding-block: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .products-society {
    padding-block: 2.5rem 0;
  }
}

.products-society__read {
  font-size: 1.4375rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .products-society__read {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
.products-society__read span {
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .products-society__read span {
    font-size: 0.75rem;
    margin-top: 0.5625rem;
  }
}

.products-society__content {
  width: calc(100% - 6rem);
  margin-inline: auto;
  margin-top: 2.8125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .products-society__content {
    width: 100%;
  }
}

.products-society__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .products-society__map img {
    border-radius: 0;
  }
}

.products-society__list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.products-society__item {
  position: absolute;
}
.products-society__item:nth-child(1) {
  top: 6.1848958333vw;
  left: 9.2447916667vw;
}
@media screen and (max-width: 767px) {
  .products-society__item:nth-child(1) {
    top: 5.8974358974vw;
    left: 9.4871794872vw;
  }
}
.products-society__item:nth-child(2) {
  top: 2.5390625vw;
  right: 9.3098958333vw;
}
@media screen and (max-width: 767px) {
  .products-society__item:nth-child(2) {
    top: -1.0256410256vw;
    right: 7.1794871795vw;
  }
}
.products-society__item:nth-child(3) {
  top: 14.453125vw;
  left: 24.0885416667vw;
}
@media screen and (max-width: 767px) {
  .products-society__item:nth-child(3) {
    top: 25.3846153846vw;
    left: 14.8717948718vw;
  }
}
.products-society__item:nth-child(4) {
  top: 21.0286458333vw;
  left: 4.4270833333vw;
}
@media screen and (max-width: 767px) {
  .products-society__item:nth-child(4) {
    top: 16.4102564103vw;
    left: 16.4102564103vw;
  }
}
.products-society__item:nth-child(5) {
  top: 19.7265625vw;
  right: 38.4114583333vw;
}
@media screen and (max-width: 767px) {
  .products-society__item:nth-child(5) {
    top: 30vw;
    right: 22.0512820513vw;
  }
}
.products-society__item:nth-child(6) {
  top: 17.2526041667vw;
  right: 14.3229166667vw;
}
@media screen and (max-width: 767px) {
  .products-society__item:nth-child(6) {
    top: 15.8974358974vw;
    right: 10.2564102564vw;
  }
}
.products-society__item:nth-child(7) {
  bottom: 30.46875vw;
  left: 42.1223958333vw;
}
@media screen and (max-width: 767px) {
  .products-society__item:nth-child(7) {
    bottom: 31.0256410256vw;
    left: 23.5897435897vw;
  }
}
.products-society__item:nth-child(8) {
  bottom: 24.0234375vw;
  right: 27.6692708333vw;
}
@media screen and (max-width: 767px) {
  .products-society__item:nth-child(8) {
    bottom: 25.8974358974vw;
    right: 21.0256410256vw;
  }
}
.products-society__item:nth-child(9) {
  bottom: 19.2057291667vw;
  left: 19.2057291667vw;
}
@media screen and (max-width: 767px) {
  .products-society__item:nth-child(9) {
    bottom: 21.2820512821vw;
    left: 3.8461538462vw;
  }
}
.products-society__item:nth-child(10) {
  bottom: 11.1979166667vw;
  left: 30.46875vw;
}
@media screen and (max-width: 767px) {
  .products-society__item:nth-child(10) {
    bottom: 11.7948717949vw;
    left: 29.2307692308vw;
  }
}

.top-banner {
  flex: 1 1 28.4375rem;
  max-width: 28.4375rem;
}
@media screen and (max-width: 767px) {
  .top-banner {
    max-width: 100%;
    margin-top: 3.75rem;
  }
}

.top-banner__item a {
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .top-banner__item a:hover {
    opacity: 0.7;
  }
}
.top-banner__item + .top-banner__item {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-banner__item + .top-banner__item {
    margin-top: 0.625rem;
  }
}

.top-company {
  padding-block: 9.375rem 12.5rem;
  background: url(../images/top/company_bg.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .top-company {
    padding-block: 3.125rem 4.5rem;
    background: url(../images/top/company_bg_sp.webp) no-repeat center/cover;
  }
}

@media screen and (max-width: 767px) {
  .top-company__inner {
    width: 90%;
    margin-inline: auto;
  }
}

.top-company__head {
  display: flex;
  justify-content: space-between;
  gap: min(8.7239583333vw, 134px);
  width: 86%;
  max-width: 81rem;
  margin-inline: auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-company__head {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

.top-company__title {
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.top-company__title span {
  display: block;
}

.top-company__title-en {
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .top-company__title-en {
    font-size: 2.25rem;
  }
}

.top-company__title-ja {
  display: block;
  font-size: 1.4375rem;
  line-height: 1;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .top-company__title-ja {
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }
}

.top-company__text {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .top-company__text {
    font-size: 0.875rem;
    line-height: 1.7;
    text-align: justify;
    margin-top: 1.0625rem;
  }
}
@media (max-width: 1280px) {
  .top-company__text br {
    display: none;
  }
}

.top-company__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375rem 1.25rem;
  width: 86%;
  max-width: 72.5rem;
  max-width: 81rem;
  margin-inline: auto;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-company__list {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 2.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .top-company__item + .top-company__item {
    margin-top: 0.75rem;
  }
}
.top-company__item a {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 1.5625rem;
  padding: 0.9375rem 1.25rem;
  border-radius: 0.875rem;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top-company__item a {
    gap: min(5.1282051282%, 20px);
    padding: 0.9375rem;
    border-radius: 0.4375rem;
  }
}
@media (any-hover: hover) {
  .top-company__item a:hover {
    background-color: #c7dffb;
  }
  .top-company__item a:hover .top-company__item-icon img {
    -webkit-animation: iconIn 0.3s ease forwards;
            animation: iconIn 0.3s ease forwards;
  }
  .top-company__item a:hover .top-company__item-icon::before {
    -webkit-transform: translate(-50%, -50%) scale(7);
            transform: translate(-50%, -50%) scale(7);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
.top-company__item.--digital a {
  background-color: #104c90;
  color: #fff;
}
.top-company__item.--digital a::after {
  content: "";
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  background: url(../images/top/company_blank.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top-company__item.--digital a::after {
    width: 1rem;
    height: 1rem;
    right: 1.3125rem;
  }
}
@media (any-hover: hover) {
  .top-company__item.--digital a:hover {
    background-color: #0c4280;
  }
}
.top-company__item.--digital .top-company__item-title-ja {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .top-company__item.--digital .top-company__item-title-ja {
    gap: 0.3125rem;
  }
}
.top-company__item.--digital .top-company__item-title-ja::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1.25rem;
  background: url(../images/news/icon_pdf.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top-company__item.--digital .top-company__item-title-ja::after {
    width: 1.6875rem;
    height: 0.875rem;
  }
}

.top-company__item-img {
  max-width: 6.875rem;
}
@media screen and (max-width: 767px) {
  .top-company__item-img {
    max-width: 94px;
  }
}
@media screen and (max-width: 767px) {
  .top-company__item-img img {
    aspect-ratio: 188/120;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.top-company__item-title {
  letter-spacing: 0.04em;
}

.top-company__item-title-ja {
  font-size: 1.4375rem;
  font-weight: bold;
  line-height: 1.5652173913;
}
@media screen and (max-width: 767px) {
  .top-company__item-title-ja {
    font-size: 1.125rem;
  }
}

.top-company__item-title-en {
  display: block;
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .top-company__item-title-en {
    font-size: 0.6875rem;
    margin-top: 0.1875rem;
  }
}

.top-company__item-title-sub {
  display: block;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .top-company__item-title-sub {
    font-size: 0.6875rem;
    margin-top: 0.1875rem;
  }
}

@keyframes iconIn {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes iconOut {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
}
.top-company__item-icon {
  width: 1.875rem;
  height: 1.875rem;
  margin-left: auto;
  position: relative;
}
.top-company__item-icon img {
  display: block;
  width: 0.5rem;
  height: 0.6875rem;
  position: absolute;
  top: 50%;
  left: calc(50% + 0.0625rem);
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 2;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.top-company__item-icon::before, .top-company__item-icon::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition-delay: 0;
}
.top-company__item-icon::before {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 1;
  transition: 0.3s ease;
}
.top-company__item-icon::after {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #0C4FD5;
}
@media screen and (max-width: 767px) {
  .top-company__item-icon::after {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.en .top-company__item.--digital .top-company__item-title-ja::after {
  display: none;
}
.en .top-company__item.--digital .top-company__item-title-sub {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.en .top-company__item.--digital .top-company__item-title-sub::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1.25rem;
  background: url(../images/news/icon_pdf.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .en .top-company__item.--digital .top-company__item-title-sub::before {
    width: 1.6875rem;
    height: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .en .top-company__item-title-ja {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .en .top-company__text {
    text-align: left;
  }
}

.top-development {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .top-development {
    padding-top: 3.125rem;
  }
}

.top-development__head {
  max-width: 81rem;
  margin-inline: auto;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-development__head {
    width: 90%;
    max-width: 100%;
    text-align: left;
  }
}

.top-development__title {
  letter-spacing: 0.04em;
}

.top-development__title-en {
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.0625;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .top-development__title-en {
    font-size: 2.25rem;
    line-height: 1.2;
  }
}

.top-development__title-ja {
  display: block;
  font-size: 1.5625rem;
  line-height: 1;
  margin-top: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .top-development__title-ja {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
}

.top-development__text {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .top-development__text {
    font-size: 0.875rem;
    line-height: 1.7;
    text-align: justify;
    margin-top: 0.9375rem;
  }
}

.top-development__inner {
  background: url(../images/top/development_bg.png) no-repeat center/cover;
  border-radius: 1.25rem 0 0 1.25rem;
  padding-right: 5%;
  margin-left: 5%;
}
@media screen and (max-width: 767px) {
  .top-development__inner {
    background: url(../images/top/development_bg_sp.png) no-repeat center/cover;
    border-radius: 0;
    width: 100%;
    padding-inline: 0;
    margin-inline: auto;
  }
}

.top-development__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  width: 86%;
  max-width: 81rem;
  margin-top: 3.125rem;
  margin-inline: auto;
  padding-block: 5.625rem 6.25rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-development__list {
    display: block;
    width: 90%;
    max-width: 100%;
    margin-top: 2.8125rem;
    margin-inline: auto;
    padding-block: 3.125rem 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .top-development__item + .top-development__item {
    margin-top: 1.875rem;
  }
}
@media (any-hover: hover) {
  .top-development__item a:hover .top-development__item-img img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}

.top-development__item-img {
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-development__item-img {
    border-radius: 0.625rem;
  }
}
.top-development__item-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top-development__item-img img {
    border-radius: 0.625rem;
  }
}

.top-development__item-title {
  margin-top: 0.9375rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .top-development__item-title {
    display: block;
    margin-top: 0.8125rem;
  }
}

.top-development__item-title-ja {
  font-size: clamp(1rem, 0.5rem + 1.042vw, 1.5rem);
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .top-development__item-title-ja {
    font-size: 1.125rem;
  }
}

.top-development__item-title-en {
  display: block;
  margin-top: 0.3125rem;
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.5rem + 0.521vw, 1rem);
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .top-development__item-title-en {
    font-size: 0.6875rem;
    line-height: 1;
    margin-top: 0.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .en .top-development__text {
    text-align: left;
  }
}

body.is-webKit .top-mv::after {
  mix-blend-mode: multiply;
}

.top-mv {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-mv {
    margin-top: 3.125rem;
  }
}
.top-mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 17.5rem;
  background: linear-gradient(to bottom, rgb(24, 67, 153) 0%, rgba(24, 67, 153, 0) 100%);
  opacity: 0.4;
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
}
.top-mv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #242526;
  opacity: 0.17;
  mix-blend-mode: color-burn;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.top-mv__copy {
  width: 86%;
  max-width: 104rem;
  height: 100%;
  margin-inline: auto;
  position: absolute;
  inset-inline: 0;
  z-index: 1;
  top: 0;
  left: 0;
  padding-top: 19.2057291667vw;
}
@media screen and (max-width: 1440px) {
  .top-mv__copy {
    padding-top: 15.625vw;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__copy {
    width: 84%;
    padding-top: 5.0625rem;
  }
}

.top-mv__copy-main span {
  display: block;
}

.top-mv__copy-main-en {
  width: 60vw;
  max-width: 79rem;
}
@media screen and (max-width: 767px) {
  .top-mv__copy-main-en {
    width: 86.9963369963%;
    max-width: 21.375rem;
  }
}

.top-mv__copy-main-ja {
  width: 31.4vw;
  max-width: 36rem;
  margin-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .top-mv__copy-main-ja {
    width: 79.3650793651%;
    max-width: 19.5rem;
    margin-top: 1rem;
  }
}

.top-mv__copy-sub {
  width: -webkit-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 6.5104166667vw;
}
@media screen and (max-width: 767px) {
  .top-mv__copy-sub {
    margin-top: 5.875rem;
    margin-left: 0;
  }
}
.top-mv__copy-sub p {
  color: #fff;
  font-size: clamp(10px, 0.25rem + 0.781vw, 20px);
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .top-mv__copy-sub p {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}
.top-mv__copy-sub p + p {
  margin-top: 1.5em;
}

.top-mv__movie {
  width: 100%;
  height: 100%;
  aspect-ratio: 1536/800;
}
@media screen and (max-width: 767px) {
  .top-mv__movie {
    aspect-ratio: initial;
    height: 36.375rem;
    max-height: 100dvh;
  }
}
.top-mv__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .en .top-mv__copy {
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .en .top-mv__copy-main-en {
    width: 86.9963369963%;
    max-width: 19.59375rem;
  }
}
.en .top-mv__copy-main-ja {
  width: 43.5546875vw;
  max-width: 41.8125rem;
}
@media screen and (max-width: 767px) {
  .en .top-mv__copy-main-ja {
    width: 59.2185592186%;
    max-width: 13.3375rem;
  }
}
@media screen and (max-width: 767px) {
  .en .top-mv__copy-sub {
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .en .top-mv__copy-sub p {
    line-height: 1.3;
  }
}

.top-product-service {
  padding-block: 8.75rem;
}
@media screen and (max-width: 767px) {
  .top-product-service {
    padding-block: 2.8125rem 3.75rem;
  }
}

.top-product-service__head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3.75rem;
  gap: 20px;
  width: 86%;
  max-width: 81rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .top-product-service__head {
    display: block;
    width: 90%;
    max-width: 100%;
  }
}

.top-product-service__title {
  letter-spacing: 0.04em;
}

.top-product-service__title-en {
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.0625;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .top-product-service__title-en {
    font-size: 2.25rem;
  }
}

.top-product-service__title-ja {
  display: block;
  font-size: 1.5625rem;
  line-height: 1;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .top-product-service__title-ja {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
}

.top-product-service__title-adjust {
  margin-inline: 0.5rem;
}

.top-product-service__text {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.8;
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .top-product-service__text {
    font-size: 0.875rem;
    line-height: 1.7;
    text-align: justify;
    margin-top: 0.9375rem;
  }
}

.top-product-service__service {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .top-product-service__service {
    margin-top: 2.1875rem;
  }
}
.top-product-service__service a {
  border-radius: 1.25rem;
  background-color: #eaf1f6;
  display: flex;
  width: 86%;
  max-width: 72.5rem;
  max-width: 81rem;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-product-service__service a {
    border-radius: 0.625rem;
    display: block;
    width: 90%;
    max-width: 100%;
  }
}
@media (any-hover: hover) {
  .top-product-service__service a:hover {
    color: #0C4FD5;
  }
  .top-product-service__service a:hover .top-product-service__service-img img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  .top-product-service__service a:hover .btn {
    color: #fff;
    background-color: #0C4FD5;
    border-color: #0C4FD5;
  }
  .top-product-service__service a:hover .top-product-service__service-more-icon img {
    -webkit-animation: iconIn 0.3s ease forwards;
            animation: iconIn 0.3s ease forwards;
  }
  .top-product-service__service a:hover .top-product-service__service-more-icon::before {
    -webkit-transform: translate(-50%, -50%) scale(7);
            transform: translate(-50%, -50%) scale(7);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
.top-product-service__service a:not(:hover) .top-news__more-icon img {
  -webkit-animation: iconOut 0.2s ease forwards;
          animation: iconOut 0.2s ease forwards;
}

.top-product-service__service-img {
  flex: 1 1 calc(100% - 33.125rem);
  overflow: hidden;
  border-radius: 1.25rem 0 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-product-service__service-img {
    border-radius: 0.625rem 0.625rem 0 0;
  }
}
.top-product-service__service-img img {
  border-radius: 1.25rem 0 0 1.25rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top-product-service__service-img img {
    border-radius: 0.625rem 0.625rem 0 0;
  }
}

.top-product-service__service-block {
  flex: 1 1 33.125rem;
  padding-block: 6.875rem;
  padding-inline: min(4.2317708333vw, 65px) min(3.5807291667vw, 55px);
}
@media screen and (max-width: 767px) {
  .top-product-service__service-block {
    width: 86%;
    margin-inline: auto;
    padding-inline: 0;
    padding-block: 1.875rem 3.125rem;
  }
}

.top-product-service__service-title-ja {
  font-size: 2.5rem;
  font-size: clamp(22px, 2.6041666667vw, 40px);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .top-product-service__service-title-ja {
    font-size: 1.5rem;
  }
}

.top-product-service__service-title-en {
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-weight: 500;
  display: block;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .top-product-service__service-title-en {
    font-size: 0.6875rem;
    margin-top: 0.6875rem;
  }
}

.top-product-service__service-text {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .top-product-service__service-text {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 0.75rem;
  }
}

.top-product-service__service-more {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-product-service__service-more {
    margin-top: 1.5625rem;
  }
}

.top-product-service__product {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .top-product-service__product {
    display: flex;
    flex-direction: column;
    margin-top: 2.875rem;
  }
}

.top-product-service__product-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 86%;
  max-width: 72.5rem;
  max-width: 81rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .top-product-service__product-head {
    display: contents;
  }
}

.top-product-service__product-title {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .top-product-service__product-title {
    width: 90%;
    margin-inline: auto;
    order: 1;
  }
}

.top-product-service__product-title-en {
  display: inline-block;
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .top-product-service__product-title-en {
    font-size: 2rem;
  }
}
.top-product-service__product-title-en span {
  padding-right: 0.625rem;
}

.top-product-service__product-title-ja {
  display: block;
  margin-top: 0.3125rem;
  font-size: 1.3125rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top-product-service__product-title-ja {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.top-product-service__product-more {
  width: 100%;
  max-width: 17.5rem;
}
@media screen and (max-width: 767px) {
  .top-product-service__product-more {
    width: 90%;
    max-width: 100%;
    margin-inline: auto;
    margin-top: 2.5rem;
    text-align: left;
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .top-product-service__product-more .btn {
    max-width: 16.5625rem;
    padding: 0.75rem 1.125rem 0.75rem 1.5rem;
    border-radius: 1.75rem;
  }
}

.top-product-service__product-slider {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .top-product-service__product-slider {
    margin-top: 1.6875rem;
    order: 2;
  }
}
.top-product-service__product-slider .swiper-slide {
  max-width: 26.25rem;
}
@media (any-hover: hover) {
  .top-product-service__product-slider .swiper-slide a:hover .swiper-slide__img img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
.top-product-service__product-slider .swiper-slide.--automotive {
  --category-color: #ff2b53;
}
.top-product-service__product-slider .swiper-slide.--construction_equipment {
  --category-color: #299ef9;
}
.top-product-service__product-slider .swiper-slide.--infrastructure {
  --category-color: #8edf40;
}
.top-product-service__product-slider .swiper-slide.--oa {
  --category-color: #ff762b;
}
.top-product-service__product-slider .swiper-slide.--bio-healthcare {
  --category-color: #42cfe4;
}
.top-product-service__product-slider .swiper-slide__img {
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-product-service__product-slider .swiper-slide__img {
    border-radius: 0.625rem;
  }
}
.top-product-service__product-slider .swiper-slide__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top-product-service__product-slider .swiper-slide__img img {
    border-radius: 0.625rem;
  }
}
.top-product-service__product-slider .swiper-slide__title {
  letter-spacing: 0.04em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .top-product-service__product-slider .swiper-slide__title {
    margin-top: 1rem;
  }
}
.top-product-service__product-slider .swiper-slide__title-ja {
  font-size: 1.4375rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-left: 1.0625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-product-service__product-slider .swiper-slide__title-ja {
    font-size: 1.125rem;
    padding-left: 0.75rem;
  }
}
.top-product-service__product-slider .swiper-slide__title-ja::before {
  content: "";
  display: block;
  width: 0.375rem;
  height: 100%;
  border-radius: 3px;
  background-color: var(--category-color);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top-product-service__product-slider .swiper-slide__title-ja::before {
    width: 0.3125rem;
    border-radius: 2px;
  }
}
.top-product-service__product-slider .swiper-slide__title-en {
  font-family: "Exo", sans-serif;
  font-style: italic;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
  padding-left: 1.0625rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .top-product-service__product-slider .swiper-slide__title-en {
    font-size: 0.75rem;
    padding-left: 17px;
  }
}

@media screen and (max-width: 767px) {
  .en .top-product-service__text {
    text-align: left;
  }
}

.top-section-wrap {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
  width: 86%;
  max-width: 81rem;
  margin-inline: auto;
  padding-block: 7.5rem 5rem;
}
@media screen and (max-width: 767px) {
  .top-section-wrap {
    display: block;
    width: 90%;
    padding-block: 3.75rem 3.125rem;
  }
}

.top-news {
  flex: 1 1 calc(100% - 33.4375rem);
}

.top-news__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .top-news__head {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .top-news__title {
    flex-shrink: 0;
  }
}
.top-news__title span {
  display: block;
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 3.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .top-news__title span {
    font-size: 2rem;
  }
}

.top-news__more {
  margin-top: 0.625rem;
}
.top-news__more a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  padding-block: 0.375rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top-news__more a {
    justify-content: flex-start;
    font-size: 0.9375rem;
    padding-block: 0;
  }
}
@media (any-hover: hover) {
  .top-news__more a:hover {
    color: #0C4FD5;
  }
  .top-news__more a:hover .top-news__more-icon img {
    -webkit-animation: iconIn 0.3s ease forwards;
            animation: iconIn 0.3s ease forwards;
  }
  .top-news__more a:hover .top-news__more-icon::before {
    -webkit-transform: translate(-50%, -50%) scale(7);
            transform: translate(-50%, -50%) scale(7);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
.top-news__more a:not(:hover) .top-news__more-icon img {
  -webkit-animation: iconOut 0.2s ease forwards;
          animation: iconOut 0.2s ease forwards;
}

.top-news__more-text {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .top-news__more-text {
    font-size: 0.9375rem;
  }
}

@keyframes iconIn {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes iconOut {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
}
.top-news__more-icon {
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
}
.top-news__more-icon img {
  display: block;
  width: 0.5rem;
  height: 0.6875rem;
  position: absolute;
  top: 50%;
  left: calc(50% + 0.0625rem);
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 2;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.top-news__more-icon::before, .top-news__more-icon::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition-delay: 0;
}
.top-news__more-icon::before {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 1;
  transition: 0.3s ease;
}
.top-news__more-icon::after {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #0C4FD5;
}
@media screen and (max-width: 767px) {
  .top-news__more-icon::after {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.top-news__list {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .top-news__list {
    margin-top: 1.875rem;
  }
}

.top-news__item + .top-news__item {
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .top-news__item + .top-news__item {
    margin-top: 0.8125rem;
  }
}
.top-news__item:last-child a,
.top-news__item:last-child .top-news__item-inner {
  padding-bottom: 0;
  border-bottom: 0;
}
.top-news__item a,
.top-news__item .top-news__item-inner {
  display: flex;
  align-items: center;
  gap: 3.125rem;
  padding-bottom: 1.625rem;
  border-bottom: 1px dotted #d0d0d0;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top-news__item a,
  .top-news__item .top-news__item-inner {
    display: block;
    padding-bottom: 0.5625rem;
  }
}
@media (any-hover: hover) {
  .top-news__item a:hover,
  .top-news__item .top-news__item-inner:hover {
    opacity: 0.7;
  }
}

.top-news__item-time {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .top-news__item-time {
    font-size: 0.75rem;
  }
}

.top-news__item-title {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top-news__item-title {
    font-size: 0.875rem;
    margin-top: 0.25rem;
  }
}

.top-news__item-icon {
  display: inline-block;
  vertical-align: text-top;
}
.top-news__item-icon.--external {
  width: 1.0625rem;
}
.top-news__item-icon.--pdf {
  width: 2.5rem;
}

.inline-block {
  display: inline-block;
}
/*# sourceMappingURL=style.css.map */
