@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 {
  -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;
  z-index: 11;
}
@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, #007cd2 0%, #009bd4 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: #007cd2;
  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: #007cd2;
    border-color: #007cd2;
  }
  .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: #007cd2;
}
@media screen and (max-width: 767px) {
  .btn__icon::after {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.footer {
  background-color: #fff;
  padding-block: 0 1.875rem;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-block: 0 1.25rem;
    margin-top: 5.625rem;
    position: relative;
  }
  .footer::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #111;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.footer a {
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .footer a:hover {
    opacity: 0.7;
  }
}

.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__midle {
  padding-block: 3.125rem 5rem;
  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;
    border-top: 0;
  }
}

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

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

.footer__nav-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .footer__nav-list {
    display: block;
  }
}

.footer__nav-item {
  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 > a {
  color: #007cd2;
  font-size: 1.125rem;
  display: block;
  padding-bottom: 0.625rem;
  border-bottom: 2px solid currentColor;
}
@media screen and (max-width: 767px) {
  .footer__nav-item > a {
    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-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.8125rem;
  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: currentColor;
}
@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__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 {
  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: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .footer__bottom-nav-list li {
    font-size: 0.9375rem;
  }
}

.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;
  margin-top: -1.25rem;
}
@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 {
  background-color: #fff;
  width: 100%;
  height: 5.25rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header {
    height: 3.125rem;
    position: fixed;
  }
}
.header.--text-black .header__nav {
  color: #111;
}
.header.is-shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

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

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

.header__logo a {
  display: block;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .header__logo a:hover {
    opacity: 0.7;
  }
}

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

.header__nav {
  width: 100%;
  height: 100%;
  max-width: 42.1875rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__nav-list {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.0625rem;
}

.header__nav-item {
  height: 100%;
  position: relative;
}
.header__nav-item > a, .header__nav-item > span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  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: #007cd2;
  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: 11.25rem;
  height: auto;
  flex-shrink: 0;
}
.header__nav-item.--btn > a {
  color: #fff;
  background-color: #007cd2;
  border: 1px solid #007cd2;
  border-radius: 1.375rem;
  padding-block: 0.8125rem 0.75rem;
  font-size: 1.0625rem;
  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: #007cd2;
  }
}
@media (any-hover: hover) {
  .header__nav-item:hover {
    color: #0092d7;
  }
}

.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;
  }
}

.local-menu {
  flex: 1 0 16.25rem;
  width: 100%;
  position: sticky;
  top: 11.25rem;
  left: 0;
}
.local-menu.--bases .local-menu__list::before {
  height: 11.3125rem;
}
@media screen and (max-width: 899px) {
  .local-menu.--bases {
    display: none;
  }
}
@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: #007cd2;
  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: #007cd2;
  }
  .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 #007cd2;
  background: linear-gradient(-45deg, #007cd2 0%, #009bd4 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: #007cd2;
}
.local-menu__item.is-active span::before {
  -webkit-transform: translate(-50%, -50%) scale(2.25);
          transform: translate(-50%, -50%) scale(2.25);
}

.subpage-mv {
  height: 17.25rem;
  margin-top: 5.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.png);
}
@media screen and (max-width: 767px) {
  .subpage-mv.--news {
    background: url(../images/news/news_mv_sp.png) no-repeat top right/cover;
  }
}
.subpage-mv.--company {
  background-image: url(../images/company/company_about_mv.jpg);
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .subpage-mv.--company {
    background-image: url(../images/company/company_about_mv_sp.jpg);
  }
}
.subpage-mv.--contact {
  background-image: url(../images/contact/contact_mv.png);
}
@media screen and (max-width: 767px) {
  .subpage-mv.--contact {
    background-image: url(../images/contact/contact_mv_sp.png);
  }
}
.subpage-mv.--bases {
  background-image: url(../images/bases/bases_mv.png);
  background-position: bottom;
}
.subpage-mv.--service {
  background-image: url(../images/service/service_mv.jpg);
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .subpage-mv.--service {
    background-image: url(../images/service/service_mv_sp.jpg);
  }
}

.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.375rem;
  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, #009bd4 0%, #007cd2 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: #92abb9;
  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: #f7fafd;
  border: 1px solid #92abb9;
  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: #b1c0c8;
}
.contact__form-field ::-ms-input-placeholder {
  color: #b1c0c8;
}
.contact__form-field ::placeholder {
  color: #b1c0c8;
}
.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: #f7fafd;
  border: 1px solid #92abb9;
  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 button {
  color: #0092d7;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .contact__form-policy button: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: #f7fafd;
  border: 1px solid #92abb9;
  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: #0092d7;
}
.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 #0092d7;
  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: #0092d7;
  color: #fff;
}

.wpcf7-form-control.wpcf7-previous {
  background-color: #fff;
  color: #0092d7;
}

.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: #0092d7;
  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;
}

.privacy-modal {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  overflow: auto;
  text-align: center;
}
.privacy-modal::-webkit-backdrop {
  background-color: rgba(37, 42, 52, .76);
}
.privacy-modal::backdrop {
  background-color: rgba(37, 42, 52, .76);
}

.privacy-modal__inner {
  display: inline-block;
  width: 86%;
  max-width: 66.25rem;
  margin-block: 12.5rem 6.25rem;
  padding: 3.125rem 0 5rem;
  background-color: #e2ecf1;
  border-radius: 0.375rem;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .privacy-modal__inner {
    width: 90%;
    margin-block: 7.0625rem 3.125rem;
    padding: 1.875rem 0;
    border-radius: 0.1875rem;
  }
}

.privacy-modal__close {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  position: absolute;
  top: -0.625rem;
  right: -0.625rem;
}
@media screen and (max-width: 767px) {
  .privacy-modal__close {
    width: 1.875rem;
    height: 1.875rem;
    top: -0.375rem;
    right: -0.375rem;
  }
}

.privacy-modal__title {
  color: #0083c1;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .privacy-modal__title {
    font-size: 1.3125rem;
  }
}

.privacy-modal__subtitle {
  color: #0083c1;
  font-style: italic;
  font-family: "Exo", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .privacy-modal__subtitle {
    font-size: 0.8125rem;
    margin-top: 0.5rem;
  }
}

.privacy-modal__content {
  border-radius: 0.375rem;
  background-color: #fff;
  width: 90%;
  margin-inline: auto;
  margin-top: 2.5rem;
  padding-block: 3.75rem 4.6875rem;
}
@media screen and (max-width: 767px) {
  .privacy-modal__content {
    border-radius: 0.1875rem;
    width: 94%;
    margin-top: 1.25rem;
    padding-block: 1.875rem 2.5rem;
  }
}
.privacy-modal__content h4 {
  color: #0082c0;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .privacy-modal__content h4 {
    font-size: 0.9375rem;
    margin-top: 1.25rem;
  }
}
.privacy-modal__content h4 + p {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .privacy-modal__content h4 + p {
    margin-top: 0.625rem;
  }
}
.privacy-modal__content p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .privacy-modal__content p {
    font-size: 0.8125rem;
    line-height: 1.6;
  }
}
.privacy-modal__content p:first-child {
  font-size: 1.0625rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .privacy-modal__content p:first-child {
    font-size: 0.8125rem;
    line-height: 1.6;
  }
}
.privacy-modal__content p:first-child + h4 {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .privacy-modal__content p:first-child + h4 {
    margin-top: 2.5rem;
  }
}
.privacy-modal__content ul {
  list-style: disc;
  margin-left: 2em;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .privacy-modal__content ul {
    margin-left: 1em;
  }
}
.privacy-modal__content ul li {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .privacy-modal__content ul li {
    font-size: 0.8125rem;
  }
}

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

.privacy-modal__info {
  margin-top: 0.9375rem;
}
.privacy-modal__info p span {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .privacy-modal__info p span {
    font-size: 0.875rem;
  }
}

.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;
  }
}

.main.--top {
  overflow: hidden;
}

.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;
}

.grecaptcha-badge {
  z-index: 11;
}

/* -----------------------------------------------------------------
  ドロワーメニュー
----------------------------------------------------------------- */
.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;
  border-bottom: 1px solid #c3d4e0;
}
.p-drawer__item > a {
  color: #007cd2;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  display: block;
  padding-bottom: 1.375rem;
}
.p-drawer__item + .p-drawer__item a {
  padding-top: 1.375rem;
}
.p-drawer__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.p-drawer__child {
  margin-top: 0.875rem;
}
.p-drawer__child li a {
  display: block;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
}

.p-drawer__blank {
  position: relative;
  line-height: 1.4;
}
.p-drawer__blank::after {
  content: "";
  display: inline-block;
  width: 0.6875rem;
  height: 0.75rem;
  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: currentColor;
}

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

.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: 899px) {
  .bases__layout {
    width: 90%;
    display: block;
  }
}

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

.bases__section + .bases__section {
  margin-top: 3.125rem;
}
@media screen and (max-width: 899px) {
  .bases__section + .bases__section {
    margin-top: 1.875rem;
  }
}

.bases__section-title {
  color: #007cd2;
  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 #1c93e6;
}
@media screen and (max-width: 899px) {
  .bases__section-title {
    font-size: 1.375rem;
  }
}

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

.bases__item {
  padding: 5rem 2.5rem;
  border-radius: 0.375rem;
}
@media screen and (max-width: 899px) {
  .bases__item {
    display: flex;
    flex-direction: column;
    padding: 1.875rem 1.0625rem;
  }
}
.bases__item:nth-child(odd) {
  background-color: #f7fafd;
}

.bases__content {
  display: flex;
  align-items: flex-start;
  gap: 3.75rem;
  padding-bottom: 1.875rem;
  position: relative;
}
@media screen and (max-width: 899px) {
  .bases__content {
    display: contents;
  }
}
.bases__content::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../images/bases/bases_list_border.png) no-repeat center/100% auto;
  position: absolute;
  bottom: 0;
  left: 1.25rem;
}
@media screen and (max-width: 899px) {
  .bases__content::before {
    display: none;
  }
}

.bases__info {
  width: 100%;
  max-width: 32.8125rem;
}
@media screen and (max-width: 899px) {
  .bases__info {
    max-width: 100%;
    padding-bottom: 1.875rem;
    order: 1;
    position: relative;
  }
}
@media screen and (max-width: 899px) {
  .bases__info::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url(../images/bases/bases_list_border_sp.png) no-repeat center/100% auto;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.bases__title {
  color: #043766;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 899px) {
  .bases__title {
    font-size: 1rem;
  }
}

.bases__info-list {
  margin-top: 1.5625rem;
  padding-left: 1.25rem;
}
@media screen and (max-width: 899px) {
  .bases__info-list {
    margin-top: 0.9375rem;
    padding-left: 0;
  }
}
.bases__info-list li {
  display: grid;
  grid-template-columns: minmax(0, 110px) minmax(0, 23.4375rem);
  gap: 1.25rem;
}
@media screen and (max-width: 899px) {
  .bases__info-list li {
    grid-template-columns: minmax(0, 100px) minmax(0, 100%);
    gap: 0.625rem;
  }
}
.bases__info-list li + li {
  margin-top: 0.625rem;
}
.bases__info-list li span {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.2941176471;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 899px) {
  .bases__info-list li span {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.bases__info-list li span a {
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .bases__info-list li span a:hover {
    opacity: 0.7;
  }
}

.bases__slider {
  width: 36.6108786611%;
  max-width: 21.875rem;
  padding-bottom: 1.875rem;
  position: relative;
}
@media screen and (max-width: 899px) {
  .bases__slider {
    width: 100%;
    max-width: 100%;
    margin-top: 1.25rem;
    order: 3;
  }
}
.bases__slider .swiper-slide {
  aspect-ratio: 350/230;
  height: auto;
}
.bases__slider .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.375rem;
}
.bases__slider .swiper-horizontal > .swiper-pagination-bullets,
.bases__slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.bases__slider .swiper-pagination-custom,
.bases__slider .swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: 100%;
}
.bases__slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.bases__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
@media screen and (max-width: 899px) {
  .bases__slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .bases__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
  }
}
.bases__slider .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #007cd2;
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .bases__slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.bases__slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #007cd2;
}

.bases__introduction {
  margin-top: 1.875rem;
  padding-left: 1.25rem;
}
@media screen and (max-width: 899px) {
  .bases__introduction {
    padding-left: 0;
    order: 2;
  }
}

.bases__introduction-title {
  color: #3e5269;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 899px) {
  .bases__introduction-title {
    font-size: 0.875rem;
  }
}

.bases__introduction-text {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 0.9375rem;
}
@media screen and (max-width: 899px) {
  .bases__introduction-text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

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

.company-about__contents {
  width: 86%;
  max-width: 72.5rem;
  margin-inline: auto;
}

.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: #007cd2;
  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.3125rem;
  border-bottom: 1px solid #1c93e6;
}
@media screen and (max-width: 767px) {
  .company-about__section-title {
    font-size: 1.375rem;
    padding-bottom: 0.125rem;
  }
}

.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-reverse;
    justify-content: baseline;
    gap: 0;
    margin-top: 1.875rem;
  }
}

.company-about__greeting-left {
  flex: 1 1 38.6875rem;
}
@media screen and (max-width: 767px) {
  .company-about__greeting-left {
    margin-top: 1.5625rem;
  }
}

.company-about__greeting-right {
  flex: 1 1 21.25rem;
}

.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__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/basesr_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/basesr_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/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/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;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@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 16.875rem;
  padding: 1.875rem;
  background-color: #f1f6f9;
  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% - 16.875rem);
  padding: 1.875rem 2.5rem;
  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;
  }
}

.company-about__chart-img {
  max-width: 60rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .company-about__chart-img {
    width: 32.5rem;
    padding-right: 1.25rem;
  }
}

.news-archive {
  background-color: #f1f6f9;
  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: #1c93e6;
  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: #007cd2;
  background-color: #f1f6f9;
}
.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 #007cd2;
  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: #f1f6f9;
  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: #007cd2;
  }
  .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 #007cd2;
  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: #007cd2;
  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);
}

.service__strong {
  background-color: #f1f6f9;
  padding-block: 7.125rem 7.5rem;
  margin-top: -2.0625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service__strong {
    padding-block: 3.9375rem 3.75rem;
    margin-top: -1.3125rem;
  }
}
.service__strong::before {
  content: "";
  display: block;
  width: 100%;
  height: 79.263803681%;
  background: url(../images/service/strong_bg.jpg) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .service__strong::before {
    height: 59.5882990249%;
    background: url(../images/service/strong_bg_sp.jpg) no-repeat center/cover;
  }
}

.service__strong-inner {
  width: 86%;
  max-width: 81rem;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .service__strong-inner {
    width: 100%;
    padding-inline: 1.25rem;
  }
}

.service__strong-title {
  color: #007cd2;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service__strong-title {
    font-size: 1.375rem;
    line-height: 1.4;
  }
}

.service__strong-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.75rem 1.25rem;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .service__strong-list {
    display: block;
    margin-top: 1.5625rem;
  }
}

.service__strong-item {
  border-radius: 1rem;
  background-color: #fff;
  border: 1px solid #7c8e98;
  width: calc(25% - 0.9375rem);
  padding: 3.125rem 2.1875rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service__strong-item {
    border-radius: 0.5rem;
    width: 100%;
    padding: 1.875rem 2.1875rem 1.25rem;
  }
}
.service__strong-item + .service__strong-item {
  margin-top: 0.75rem;
}

.service__strong-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  padding-top: 0.125rem;
  color: #fff;
  font-family: "Exo", sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  border-radius: 50%;
  background-image: linear-gradient(-45deg, #009bd4 0%, #007cd2 100%);
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
}
@media screen and (max-width: 767px) {
  .service__strong-number {
    font-size: 1rem;
    width: 2.125rem;
    height: 2.125rem;
    top: -0.25rem;
    left: -0.25rem;
  }
}

.service__strong-text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .service__strong-text {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.service__strong-text span {
  color: #007cd2;
  background: linear-gradient(transparent 25%, #f5fc88 0%);
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .service__strong-text span {
    padding-bottom: 0.4375rem;
  }
}

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

.service__about-inner {
  width: 100%;
  max-width: 81rem;
  max-width: 84.125rem;
  margin-inline: auto;
  padding-inline: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .service__about-inner {
    padding-inline: 1.25rem;
  }
}

.service__about-title {
  color: #007cd2;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service__about-title {
    font-size: 1.375rem;
    line-height: 1.4;
  }
}

.service__about-list {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .service__about-list {
    margin-top: 2.1875rem;
  }
}

.service__about-item + .service__about-item {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .service__about-item + .service__about-item {
    margin-top: 2.5rem;
  }
}
.service__about-item.--reverse .service__about-item-wrap {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .service__about-item.--reverse .service__about-item-wrap {
    flex-direction: column-reverse;
  }
}

.service__about-item-title {
  color: #007cd2;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: flex;
  gap: 0.625rem;
  padding-bottom: 0.125rem;
  border-bottom: 1px solid #007cd2;
}
@media screen and (max-width: 767px) {
  .service__about-item-title {
    font-size: 1.125rem;
    line-height: 1.3;
    gap: 0.25rem;
    padding-bottom: 0.125rem;
  }
}

.service__about-item-title-number {
  font-family: "Exo", sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  display: inline-block;
  vertical-align: text-top;
}
@media screen and (max-width: 767px) {
  .service__about-item-title-number {
    font-size: 1.3125rem;
    line-height: 1.3;
  }
}

.service__about-item-title-wrap {
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .service__about-item-title-wrap {
    display: block;
  }
}

.service__about-item-title-en {
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: auto;
  padding-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .service__about-item-title-en {
    font-size: 0.625rem;
    display: block;
    margin-top: 0.125rem;
    padding-left: 0.2em;
  }
}

.service__about-item-wrap {
  display: flex;
  gap: 5rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .service__about-item-wrap {
    flex-direction: column-reverse;
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}

.service__about-item-img {
  width: 100%;
  max-width: 35.625rem;
}
@media screen and (max-width: 767px) {
  .service__about-item-img {
    max-width: 100%;
  }
}
.service__about-item-img img {
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .service__about-item-img img {
    border-radius: 0.625rem;
  }
}

.service__about-item-text {
  width: 100%;
  max-width: calc(100% - 40.625rem);
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .service__about-item-text {
    max-width: 100%;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.service__about-item-area {
  background-color: #eef5fb;
  border-radius: 1rem;
  padding: 3.75rem 4.25rem;
  margin-top: 5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .service__about-item-area {
    border-radius: 0;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    margin-top: 2.5rem;
    padding: 1.875rem 1.25rem;
  }
}

.service__about-item-map {
  background-color: #fff;
  border-radius: 0.75rem;
  padding: 3.125rem 2.8125rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service__about-item-map {
    border-radius: 0;
    padding: 1.875rem 1.125rem;
  }
}

.service__about-item-border-grid {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .service__about-item-border-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.service__about-item-border-grid span {
  border-right: dotted 1px #ddebf6;
}
@media screen and (max-width: 767px) {
  .service__about-item-border-grid span:nth-child(4) {
    border-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .service__about-item-border-grid span:nth-child(n+5) {
    display: none;
  }
}

.service__about-item-map-content {
  position: absolute;
  top: 3.125rem;
  left: 2.8125rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .service__about-item-map-content {
    position: relative;
    top: auto;
    left: auto;
  }
}

.service__about-item-map-title span {
  display: block;
}
.service__about-item-map-title .ja {
  color: #fff;
  background-color: #146ba4;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 0.5rem;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .service__about-item-map-title .ja {
    padding: 0.3125rem;
    font-size: 1.125rem;
  }
}
.service__about-item-map-title .en {
  color: #146ba4;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-weight: 600;
  padding: 0.625rem 0 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .service__about-item-map-title .en {
    font-size: 0.625rem;
    padding: 0.375rem 0 0 0.375rem;
  }
}

.service__about-item-map-list {
  margin-top: 2.5rem;
  padding-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .service__about-item-map-list {
    margin-top: 1.25rem;
    padding-left: 0;
  }
}
.service__about-item-map-list li {
  color: #1a70a8;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: flex;
  align-items: center;
  gap: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .service__about-item-map-list li {
    font-size: 0.75rem;
  }
}
.service__about-item-map-list li::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
}
@media screen and (max-width: 767px) {
  .service__about-item-map-list li::before {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.service__about-item-map-list li + li {
  margin-top: 0.875rem;
}
.service__about-item-map-list li:nth-child(1)::before {
  background-color: #aed5ff;
}
.service__about-item-map-list li:nth-child(2)::before {
  background-color: #ffb597;
}
.service__about-item-map-list li:nth-child(3)::before {
  background-color: #FEA7B9;
}
.service__about-item-map-list li:nth-child(4)::before {
  background-color: #B2E69F;
}
.service__about-item-map-list li:nth-child(5)::before {
  background-color: #b3e69f;
}

.service__about-item-map-img {
  max-width: 61.8125rem;
  margin-top: -3.1875rem;
  margin-right: 2.8125rem;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .service__about-item-map-img {
    margin-top: -3.125rem;
    margin-right: -1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .service__about-item-table-wrap {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  .service__about-item-table-scroll {
    display: inline-block;
    padding-right: 2.5rem;
  }
}

.service__about-item-table {
  background-color: #fff;
  width: 100%;
  margin-top: 2.5rem;
  border-collapse: collapse;
  border-radius: 0.375rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .service__about-item-table {
    border-radius: 0.1875rem;
    margin-top: 1.875rem;
    white-space: nowrap;
  }
}
.service__about-item-table thead {
  background-color: #09a3cf;
  color: #fff;
}
.service__about-item-table th,
.service__about-item-table td {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .service__about-item-table th,
  .service__about-item-table td {
    font-size: 0.8125rem;
    padding: 0.4375rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .service__about-item-table th {
    padding: 0.625rem 1.5rem;
  }
}
.service__about-item-table th:not(:first-child) {
  border-left: 1px solid #30adef;
}
.service__about-item-table td {
  font-size: 0.9rem;
  line-height: 1.3rem;
}
.service__about-item-table td:not(:first-child) {
  border-left: 1px solid #dde7ef;
}
.service__about-item-table td img {
  display: inline-block;
  width: 1rem;
}
@media screen and (max-width: 767px) {
  .service__about-item-table td img {
    font-size: 0.8125rem;
  }
}
.service__about-item-table tbody tr:first-child td {
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .service__about-item-table tbody tr:first-child td {
    padding-top: 1.125rem;
  }
}
.service__about-item-table tbody tr:last-child td {
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .service__about-item-table tbody tr:last-child td {
    padding-bottom: 1.125rem;
  }
}
.service__about-item-table tbody tr:not(:last-child) td {
  border-bottom: dotted 1px #ddebf6;
}

.service__about-item-warehouse {
  background-color: #eef5fb;
  border-radius: 1rem;
  padding: 3.75rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .service__about-item-warehouse {
    border-radius: 0;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding: 1.875rem 1.25rem;
    margin-top: 2.5rem;
  }
}

.service__about-item-warehouse-title {
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service__about-item-warehouse-title {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .service__about-item-warehouse-wrap {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  .service__about-item-warehouse-scroll {
    display: inline-block;
    padding-right: 2.5rem;
  }
}

.service__about-item-warehouse-table {
  width: 100%;
  max-width: 61.25rem;
  margin-inline: auto;
  margin-top: 2.1875rem;
  border-collapse: collapse;
  border-radius: 0.375rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .service__about-item-warehouse-table {
    margin-top: 1.875rem;
    border-radius: 0.1875rem;
    white-space: nowrap;
  }
}
.service__about-item-warehouse-table th,
.service__about-item-warehouse-table td {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .service__about-item-warehouse-table th,
  .service__about-item-warehouse-table td {
    font-size: 0.8125rem;
  }
}
.service__about-item-warehouse-table th {
  background-color: #09a3cf;
  color: #fff;
  text-align: center;
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  .service__about-item-warehouse-table th {
    padding: 0.75rem 1.25rem;
  }
}
.service__about-item-warehouse-table td {
  padding: 1.25rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .service__about-item-warehouse-table td {
    padding: 0.75rem 0.9375rem;
  }
}
.service__about-item-warehouse-table td:first-of-type {
  border-right: 1px solid #dde7ef;
}
.service__about-item-warehouse-table tr:nth-child(even) td {
  background-color: #f6f8f9;
}
.service__about-item-warehouse-table tr:nth-child(odd) td {
  background-color: #fff;
}

.service__coverage-wrap {
  background: url(../images/service/coverage_bg.png) no-repeat center/cover;
  padding: 5rem 1.5625rem;
}
@media screen and (max-width: 767px) {
  .service__coverage-wrap {
    background: url(../images/service/coverage_bg_sp.png) no-repeat center/cover;
    padding: 1.875rem 1.25rem;
  }
}

.service__coverage-title {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service__coverage-title {
    font-size: 1rem;
  }
}

.service__coverage-dl {
  margin-top: 1.875rem;
  max-width: 72.5rem;
  margin-inline: auto;
}

.service__coverage-dl-wrap {
  background-color: #fff;
  border-radius: 0.375rem;
  display: grid;
  grid-template-columns: minmax(0, 15.9375rem) minmax(0, 56.25rem);
  padding-block: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .service__coverage-dl-wrap {
    display: block;
    border-radius: 0.1875rem;
    padding: 1.5625rem 0.9375rem;
  }
}
.service__coverage-dl-wrap + .service__coverage-dl-wrap {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .service__coverage-dl-wrap + .service__coverage-dl-wrap {
    margin-top: 0.625rem;
  }
}
.service__coverage-dl-wrap dt {
  color: #007cd2;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  padding-inline: 1.875rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .service__coverage-dl-wrap dt {
    font-size: 0.9375rem;
    padding-inline: 0;
  }
}
.service__coverage-dl-wrap dd {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 0.625rem 3.75rem;
  border-left: 1px solid #dde7ef;
}
@media screen and (max-width: 767px) {
  .service__coverage-dl-wrap dd {
    font-size: 0.8125rem;
    text-align: justify;
    padding: 0;
    margin-top: 0.75rem;
    border-left: 0;
  }
}

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

.service__coverage-gallery-inner {
  width: 100%;
  max-width: 81rem;
  margin-inline: auto;
  padding-inline: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .service__coverage-gallery-inner {
    width: 80%;
    padding-inline: 0;
  }
}

.service__coverage-gallery-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.125rem;
}
@media screen and (max-width: 767px) {
  .service__coverage-gallery-list {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .service__coverage-gallery-item + .service__coverage-gallery-item {
    margin-top: 0.875rem;
  }
}

.service__coverage-gallery-item-wrap {
  position: relative;
}

.service__coverage-gallery-img {
  overflow: hidden;
}
.service__coverage-gallery-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .service__coverage-gallery-img img {
    border-radius: 0.3125rem;
  }
}
.service__coverage-gallery-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/service/coverage_gradation.png) no-repeat bottom/100% auto;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .service__coverage-gallery-img::before {
    background: url(../images/service/coverage_gradation_sp.png) no-repeat bottom/100% auto;
    border-radius: 0.3125rem;
  }
}

.service__coverage-gallery-title {
  color: #fff;
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .service__coverage-gallery-title {
    font-size: 1rem;
    bottom: 0.8125rem;
    left: 1rem;
  }
}

.service__coverage-gallery-annotation {
  font-size: 0.875rem;
  padding: 0.5rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .service__coverage-gallery-annotation {
    font-size: 0.75rem;
    padding: 0.375rem 1rem 0;
  }
}

.top-baces {
  padding-top: 5.2083333333%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-baces {
    padding-top: 12.8205128205%;
  }
}
.top-baces::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1536/430;
  background: url(../images/top/top_baces_bg.png) no-repeat top/100% auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top-baces::before {
    aspect-ratio: 780/680;
    background: url(../images/top/top_baces_bg_sp.png) no-repeat top/100% auto;
  }
}

.top-baces__linkarea {
  width: 84%;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-baces__linkarea {
    width: 100%;
    padding-inline: 20px;
  }
}
.top-baces__linkarea a {
  display: block;
  padding: 3.75rem 3.75rem 14.25rem;
  aspect-ratio: 1296/400;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top-baces__linkarea a {
    aspect-ratio: 702/680;
    padding: 2.5rem 1.25rem 14.25rem;
    border-radius: 0.5rem;
  }
}
.top-baces__linkarea a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/top/top_baces_linkarea.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top-baces__linkarea a::before {
    background: url(../images/top/top_baces_linkarea_sp.png) no-repeat center/cover;
  }
}
@media (any-hover: hover) {
  .top-baces__linkarea a:hover::before {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  .top-baces__linkarea a:hover .top-baces__more-icon img {
    -webkit-animation: iconIn 0.3s ease forwards;
            animation: iconIn 0.3s ease forwards;
  }
  .top-baces__linkarea a:hover .top-baces__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-baces__linkarea a:not(:hover) .top-baces__more-icon img {
  -webkit-animation: iconOut 0.2s ease forwards;
          animation: iconOut 0.2s ease forwards;
}

.top-baces__title {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-baces__title {
    width: 100%;
    max-width: 6.25rem;
    flex-shrink: 0;
  }
}
.top-baces__title span {
  color: #fff;
  display: block;
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .top-baces__title span {
    font-size: 2.25rem;
  }
}

.top-baces__more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 8.4375rem;
  padding-block: 0.375rem;
  margin-top: 0.375rem;
  position: relative;
  z-index: 1;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top-baces__more {
    justify-content: flex-start;
    gap: 0.625rem;
    font-size: 1.125rem;
    padding-block: 0;
  }
}

.top-baces__more-text {
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .top-baces__more-text {
    font-size: 1.125rem;
  }
}

@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-baces__more-icon {
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
}
.top-baces__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-baces__more-icon::before, .top-baces__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-baces__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-baces__more-icon::after {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #007cd2;
}
@media screen and (max-width: 767px) {
  .top-baces__more-icon::after {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.top-company {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .top-company {
    padding-block: 3.75rem 3.125rem;
  }
}

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

.top-company__wrap {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 34.75rem) minmax(0, 41.25rem);
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .top-company__wrap {
    display: flex;
    flex-direction: column-reverse;
    align-items: baseline;
    gap: 2.5rem;
  }
}

.top-company__img img {
  border-radius: 1rem;
}

@media screen and (max-width: 767px) {
  .top-company__block {
    width: 100%;
  }
}

.top-company__title {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-company__title {
    width: 100%;
  }
}
.top-company__title span {
  display: block;
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .top-company__title span {
    font-size: 2.25rem;
  }
}

.top-company__more a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 9.375rem;
  padding-block: 0.375rem;
  margin-top: 0.375rem;
  position: relative;
  z-index: 1;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top-company__more a {
    justify-content: flex-start;
    gap: 0.625rem;
    font-size: 1.125rem;
    padding-block: 0;
  }
}
@media (any-hover: hover) {
  .top-company__more a:hover {
    color: #007cd2;
  }
  .top-company__more a:hover .top-company__more-icon img {
    -webkit-animation: iconIn 0.3s ease forwards;
            animation: iconIn 0.3s ease forwards;
  }
  .top-company__more a:hover .top-company__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-company__more a:not(:hover) .top-news__more-icon img {
  -webkit-animation: iconOut 0.2s ease forwards;
          animation: iconOut 0.2s ease forwards;
}

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

.top-company__more-icon {
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
}
.top-company__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-company__more-icon::before, .top-company__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-company__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-company__more-icon::after {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #007cd2;
}
@media screen and (max-width: 767px) {
  .top-company__more-icon::after {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.top-company__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .top-company__list {
    display: block;
    margin-top: 1.875rem;
  }
}

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

.top-company__item-more a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.625rem 0.3125rem;
  border-bottom: 1px solid #007cd2;
  position: relative;
  z-index: 1;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .top-company__item-more a:hover {
    color: #007cd2;
  }
  .top-company__item-more a:hover .top-company__item-more-icon img {
    -webkit-animation: iconIn 0.3s ease forwards;
            animation: iconIn 0.3s ease forwards;
  }
  .top-company__item-more a:hover .top-company__item-more-icon::before {
    -webkit-transform: translate(-50%, -50%) scale(5.7);
            transform: translate(-50%, -50%) scale(5.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-more a:not(:hover) .top-news__more-icon img {
  -webkit-animation: iconOut 0.2s ease forwards;
          animation: iconOut 0.2s ease forwards;
}

.top-company__item-more-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
.top-company__item-more-icon {
  width: 1.5625rem;
  height: 1.5625rem;
  position: relative;
}
.top-company__item-more-icon img {
  display: block;
  width: 0.4375rem;
  height: 0.625rem;
  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-more-icon::before, .top-company__item-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-company__item-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-company__item-more-icon::after {
  width: 1.5625rem;
  height: 1.5625rem;
  background-color: #007cd2;
}

@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-mv {
  padding-top: 5.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-mv {
    padding-top: 3.125rem;
  }
}
.top-mv::before {
  content: "";
  display: block;
  width: 60.4166666667%;
  height: 94.2408376963%;
  background: url(../images/top/top_mv_office.webp) no-repeat top/100% auto;
  position: absolute;
  top: 5.25rem;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .top-mv::before {
    width: 45.8974358974%;
    height: 88.5106382979%;
    background: url(../images/top/top_mv_office_sp.webp) no-repeat top/100% auto;
    top: 3.125rem;
  }
}

.top-mv__arrow {
  height: 100%;
  position: absolute;
  top: 5.25rem;
  left: 0;
  -webkit-transform: translateX(-12.5rem);
          transform: translateX(-12.5rem);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .top-mv__arrow {
    top: 3.125rem;
    -webkit-transform: translateX(-6.25rem);
            transform: translateX(-6.25rem);
  }
}
.top-mv__arrow.--01 {
  width: 43.5546875%;
  left: 6.9010416667%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-mv__arrow.--01 {
    width: 93.8461538462%;
    left: auto;
    right: 6.1538461538%;
  }
}
.top-mv__arrow.--02 {
  width: 41.796875%;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-mv__arrow.--02 {
    width: 75.8974358974%;
    left: 0;
  }
}

.top-mv__head {
  color: #fff;
  width: 100%;
  padding-top: 5.25rem;
  padding-left: 7.8125%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-2.5rem, -50%);
          transform: translate(-2.5rem, -50%);
  left: 0;
  z-index: 3;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .top-mv__head {
    padding-top: 3.125rem;
    padding-left: 5.1282051282%;
    top: 23.6538461538%;
    -webkit-transform: translate(-1.25rem, 0);
            transform: translate(-1.25rem, 0);
  }
}

.top-mv__title {
  font-family: "Exo", sans-serif;
  font-size: clamp(36px, 4.6875vw, 108px);
  font-style: italic;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top-mv__title {
    font-size: 13.3333333333vw;
  }
}

.top-mv__text {
  font-size: clamp(10px, 1.2369791667vw, 38px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .top-mv__text {
    font-size: 3.5897435897vw;
  }
}

.top-mv__track {
  width: 58.0078125%;
  height: 51.5706806283%;
  position: absolute;
  bottom: -12.5654450262%;
  right: 2.1484375%;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .top-mv__track {
    width: 89.2307692308%;
    height: 37.0212765957%;
    bottom: -8.9361702128%;
    right: auto;
    left: 10.7692307692%;
  }
}

.top-service {
  margin-top: 8.75rem;
  padding-block: 5.625rem 6.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-service {
    margin-top: 4.8125rem;
    padding-block: 3.125rem 2.5rem;
    overflow: hidden;
  }
}
.top-service::before {
  content: "";
  display: block;
  width: calc(100% - 3rem);
  height: 100%;
  background: url(../images/top/top_service_bg.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 1rem 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .top-service::before {
    width: 100%;
    background: url(../images/top/top_service_bg_sp.png) no-repeat top/cover;
    border-radius: 0.5rem 0 0 0.5rem;
  }
}

.top-service__inner {
  width: 78.7760416667%;
  max-width: 1210px;
  margin-inline: auto;
  padding-inline: 25px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-service__inner {
    padding-inline: 20px;
  }
}

.top-service-head {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-service-head {
    display: block;
  }
}

.top-service-title-en {
  display: inline-block;
  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-service-title-en {
    font-size: 2.25rem;
  }
}
.top-service-title-en span {
  padding-right: 0.625rem;
}

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

.top-service__text {
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 500;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .top-service__text {
    font-size: 0.875rem;
    line-height: 1.7;
    margin-top: 1.125rem;
  }
}

.top-service-more {
  width: 100%;
  max-width: 17.5rem;
}
@media screen and (max-width: 767px) {
  .top-service-more {
    margin-top: 2.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .top-service-more .btn {
    max-width: 16.5625rem;
    padding: 0.75rem 1.125rem 0.75rem 1.5rem;
    border-radius: 1.75rem;
  }
}

.top-service__wrap {
  max-width: 82.25rem;
  margin-right: calc(50% - 50vw);
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .top-service__wrap {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.top-service__wrap-inner {
  display: inline-block;
  padding-right: 1.25rem;
}

.top-service__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-service__list {
    grid-template-columns: repeat(3, 19.5rem);
    gap: 0.875rem;
    width: 60.25rem;
    padding-bottom: 0.625rem;
  }
}
.top-service__list .top-service__item a {
  display: block;
}
@media (any-hover: hover) {
  .top-service__list .top-service__item a:hover .top-service__item-img img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
.top-service__list .top-service__item-img {
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-service__list .top-service__item-img {
    border-radius: 0.625rem;
  }
}
.top-service__list .top-service__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-service__list .top-service__item-img img {
    border-radius: 0.625rem;
  }
}
.top-service__list .top-service__item-title {
  letter-spacing: 0.04em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .top-service__list .top-service__item-title {
    margin-top: 1rem;
  }
}
.top-service__list .top-service__item-title-ja {
  font-size: 1.4375rem;
  font-weight: bold;
  line-height: 1.1578947368;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: inline-block;
  padding-left: 1.0625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-service__list .top-service__item-title-ja {
    font-size: 1.1875rem;
    padding-left: 0.75rem;
  }
}
.top-service__list .top-service__item-title-ja::before {
  content: "";
  display: block;
  width: 0.375rem;
  height: 100%;
  border-radius: 3px;
  background-color: #007cd2;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top-service__list .top-service__item-title-ja::before {
    width: 0.3125rem;
    border-radius: 3px;
  }
}
.top-service__list .top-service__item-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-service__list .top-service__item-title-en {
    font-size: 0.6875rem;
    padding-left: 0.75rem;
  }
}

.top-news {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .top-news {
    margin-top: 4.375rem;
  }
}

.top-news__inner {
  display: grid;
  grid-template-columns: minmax(0, 9.75rem) minmax(0, 53.75rem);
  gap: 9.6354166667%;
  max-width: 1210px;
  margin-inline: auto;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .top-news__inner {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }
}

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

@media screen and (max-width: 767px) {
  .top-news__title {
    width: 100%;
    max-width: 6.25rem;
    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;
  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: 1rem;
}
@media screen and (max-width: 767px) {
  .top-news__more {
    margin-top: 0;
  }
}
.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: #007cd2;
  }
  .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: #007cd2;
}
@media screen and (max-width: 767px) {
  .top-news__more-icon::after {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

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

.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;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@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;
}
@media screen and (max-width: 767px) {
  .top-news__item-icon.--external {
    width: 0.75rem;
    margin-top: 0.125rem;
  }
}
.top-news__item-icon.--pdf {
  width: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-news__item-icon.--pdf {
    width: 1.875rem;
  }
}

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