@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
*,
*::before,
*::after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-break: normal;
  word-break: break-word;
}

body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset,
p, blockquote,
img {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

br {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
  text-align: left;
}

ol, ul, li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
  line-height: inherit;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

label {
  cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=checkbox] {
  margin: 5px;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

figure {
  margin: 0;
}

[hidden] {
  display: none !important;
}

head, style, script {
  display: none !important;
}

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  text-underline-offset: 10%;
}

body {
  font-family: YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 1.75;
  color: #333;
  background: #FFF;
}

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

[tabindex] {
  cursor: pointer;
}

/* --使う色をまとめる-- */
/* viewport 切り替え */
:root {
  --main-accent: #008ccf;
  --text-heading: #000;
  --text-main: #222;
  --text-white: #fff;
  --text-note: #444;
  --bg-black: #222;
  --bg-white: #fff;
  --bg-gray: #f0f3f7;
  --border-gray: #a5b2bf;
  --border-palegray: #d2d6d9;
}

body {
/*  line-height: 1.3; */
  font-family: "Noto Sans JP", sans-serif;
  color: var(--text-main);
}
body.is-no-scroll {
  overflow: hidden;
  height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
p,
a {
/*  color: var(--text-main); */
}

a:hover {
/*
  -webkit-text-decoration-style: none;
          text-decoration-style: none;
*/
}

p {
/*  line-height: 1.9; */
}

button {
  border: none;
  cursor: pointer;
  background: inherit;
}

input {
  width: 100%;
  height: 100%;
  border: none;
  background: #fff;
  color: #999;
  border-radius: 0.5rem;
}
input[type=submit] {
  cursor: pointer;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 1px solid #005fcc;
}

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

@media screen and (max-width: 767.98px) {
  .pcOnly {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

.c-btn {
  background: #fff;
  border: 0.1rem solid #a5b2bf;
  border-radius: 6rem;
  padding: 1.7rem 3rem;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  min-width: 28rem;
  position: relative;
  transition: 0.3s all ease-in;
}
@media screen and (max-width: 767.98px) {
  .c-btn {
    width: 100%;
    max-width: 28rem;
  }
}
.c-btn::after {
  content: "";
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  transition: 0.3s all ease-in;
}
.c-btn:not([target=_blank])::after {
  -webkit-mask-image: url("../img/common/icon_arrow_right.svg");
          mask-image: url("../img/common/icon_arrow_right.svg");
  background-color: var(--bg-black);
  width: 1.1rem;
  height: 0.9rem;
}
.c-btn[target=_blank]::after {
  -webkit-mask-image: url("../img/common/icon_newwindow.svg");
          mask-image: url("../img/common/icon_newwindow.svg");
  background-color: var(--main-accent);
  width: 1.2rem;
  height: 1.2rem;
}
.c-btn:hover {
  color: #fff;
  background-color: var(--main-accent);
  border-color: var(--main-accent);
}
.c-btn:hover::after {
  background-color: #fff;
}
.c-btn--viewmore {
  font-family: "Manrope", sans-serif;
  font-size: 1.8rem;
  min-width: 20rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .c-btn--viewmore {
    width: 100%;
    max-width: 30rem;
  }
}
.c-btn__wrap {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767.98px) {
  .c-btn__wrap {
    margin-top: 3rem;
  }
}
.c-btn__wrap--pcleft {
  justify-content: flex-start;
}
@media screen and (max-width: 767.98px) {
  .c-btn__wrap--pcleft {
    justify-content: center;
  }
}

.c-link {
  transition: 0.3s all ease-in;
}
.c-link:hover {
  color: var(--main-accent);
}
.c-link:hover .c-link__arrow {
  border-color: var(--main-accent);
  background-color: var(--main-accent);
}
.c-link:hover .c-link__arrow::after {
  background-color: #fff;
}
.c-link__arrow {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 3rem;
  position: relative;
  display: inline-block;
  border: 0.1rem solid #a5b2bf;
  background-color: #fff;
  transition: 0.3s all ease-in;
}
@media screen and (max-width: 767.98px) {
  .c-link__arrow {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.c-link__arrow::after {
  content: "";
  -webkit-mask-image: url("../img/common/icon_arrow_right.svg");
          mask-image: url("../img/common/icon_arrow_right.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: var(--bg-black);
  position: absolute;
  left: calc(50% + 0.1rem);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.1rem;
  height: 0.9rem;
  transition: 0.3s all ease-in;
}
.c-link__arrow--simple {
  width: 2.2rem;
  height: 2.2rem;
}
.c-link__arrow--simple::after {
  -webkit-mask-image: url("../img/common/icon_arrow_simple_right.svg");
          mask-image: url("../img/common/icon_arrow_simple_right.svg");
  width: 0.5rem;
  height: 0.8rem;
}
.c-link__arrow--simplebottom {
  width: 2.2rem;
  height: 2.2rem;
}
.c-link__arrow--simplebottom::after {
  -webkit-mask-image: url("../img/common/icon_arrow_simple_bottom.svg");
          mask-image: url("../img/common/icon_arrow_simple_bottom.svg");
  height: 0.5rem;
  width: 0.8rem;
  left: 50%;
}

.c-arrow-link {
  font-size: 1.6rem;
  line-height: 1.4;
  padding-left: 3rem;
  display: inline-block;
  position: relative;
  -webkit-text-decoration: 0.1rem underline transparent;
          text-decoration: 0.1rem underline transparent;
  text-underline-offset: 0.3rem;
  transition: 0.3s all ease-in;
}
.c-arrow-link[target=_blank]:not([href$=".pdf"])::after {
  content: "";
  -webkit-mask-image: url("../img/common/icon_newwindow.svg");
          mask-image: url("../img/common/icon_newwindow.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: var(--main-accent);
  transition: 0.3s all ease-in;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  margin-left: 0.7rem;
}
.c-arrow-link:hover {
  color: var(--main-accent);
  -webkit-text-decoration-color: var(--main-accent);
          text-decoration-color: var(--main-accent);
}
.c-arrow-link:hover .c-link__arrow {
  border-color: var(--main-accent);
  background-color: var(--main-accent);
}
.c-arrow-link:hover .c-link__arrow::after {
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .c-arrow-link {
    font-size: 1.4rem;
  }
}

/* Unordered/Ordered list
==================================== */
.c-link-list {
  margin-top: 2rem;
}
.c-link-list li:nth-child(n+2) {
  margin-top: 1.5rem;
}
.c-link-list li > .c-link-list {
  margin-top: 1.5rem;
  margin-left: 3rem;
}
.c-link-list .c-link__arrow {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.c-text {
  font-size: 1.6rem;
  line-height: 1.9;
}
.c-text + .c-text {
  margin-top: 3rem;
}

.c-note {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
  position: relative;
  padding-left: 2rem;
  text-indent: -2rem;
  color: var(--text-note);
}
.c-note::before {
  content: "※";
  font-size: 1.4rem;
  line-height: 1.6;
  margin-right: 0.5rem;
}
.c-note + .c-note {
  margin-top: 0.8rem;
}

[class$="--en"] .c-note::before {
  content: "*";
}

.c-carousel {
  overflow: hidden;
  margin-inline: auto;
  width: 100%;
  /* 選択されているサムネイルだけ透過しない */
  /* 画像サイズ調整 */
}
.c-carousel .splide__slide {
  opacity: 0.6;
}
.c-carousel .splide__slide.is-active {
  opacity: 1;
}
.c-carousel .splide__slide img {
  height: auto;
  width: 100%;
}

.c-carousel__thumbnail__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .c-carousel__thumbnail__wrapper {
    max-width: inherit;
  }
}
.c-carousel__thumbnail__wrapper .splide__toggle {
  min-width: 50px;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  .c-carousel__thumbnail__wrapper .splide__toggle {
    position: absolute;
    top: 1.5rem;
    left: 11rem;
  }
}

.c-carousel__thumbnail {
  display: flex;
  padding: 3rem 8rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .c-carousel__thumbnail {
    padding: 6rem 2rem;
  }
}
.c-carousel__thumbnail .splide__arrows {
  display: block !important;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  .c-carousel__thumbnail .splide__arrows {
    position: absolute;
    top: 1rem;
    left: 0;
    width: 12rem;
    height: 3.5rem;
  }
}
.c-carousel__thumbnail::before, .c-carousel__thumbnail::after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 1;
}
.c-carousel__thumbnail::before {
  right: calc(100% - 8rem);
}
@media screen and (max-width: 767.98px) {
  .c-carousel__thumbnail::before {
    right: calc(100% - 2rem);
  }
}
.c-carousel__thumbnail::after {
  left: calc(100% - 8rem);
}
@media screen and (max-width: 767.98px) {
  .c-carousel__thumbnail::after {
    left: calc(100% - 2rem);
  }
}
.c-carousel__thumbnail .splide__track {
  overflow: initial;
}
.c-carousel__thumbnail .splide__slide {
  max-width: 10rem;
}
.c-carousel__thumbnail .splide__slide.is-active::before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #000;
  position: absolute;
  bottom: -1.5rem;
}

/* ====================================
	 Layout - General
==================================== */
/* container
==================================== */
.l-content-inner {
  max-width: 1210px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767.98px) {
  .l-content-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@-webkit-keyframes fromleft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-150%, 0);
            transform: translate(-150%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fromleft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-150%, 0);
            transform: translate(-150%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fromright {
  0% {
    opacity: 0;
    -webkit-transform: translate(150%, 0);
            transform: translate(150%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fromright {
  0% {
    opacity: 0;
    -webkit-transform: translate(150%, 0);
            transform: translate(150%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-home-link {
  margin-top: 1rem;
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  padding: 3rem 5rem 3rem 7.5rem;
  border-bottom: 0.1rem solid #d2d6d9;
  -webkit-text-decoration: 0.1rem underline transparent;
          text-decoration: 0.1rem underline transparent;
  text-underline-offset: 0.3rem;
  transition: 0.3s all ease-in;
}
.p-home-link:hover {
  -webkit-text-decoration-color: var(--main-accent);
          text-decoration-color: var(--main-accent);
}
@media screen and (max-width: 767.98px) {
  .p-home-link {
    margin-top: 0;
    font-size: 1.6rem;
    padding: 2.5rem 4rem 2.5rem 6rem;
  }
}
.p-home-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-home-link .c-link__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.p-home-title__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 768px) {
  .p-home-title__wrap .c-btn__wrap {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-home-title__wrap {
    margin-bottom: 3rem;
  }
}

.p-home-title p {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  color: var(--main-accent);
}
@media screen and (max-width: 767.98px) {
  .p-home-title p {
    font-size: 1.8rem;
  }
}
.p-home-title h2 {
  color: var(--text-heading);
  margin-top: 1.5rem;
  font-size: 6.6rem;
  font-family: "Manrope", sans-serif;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .p-home-title h2 {
    margin-top: 0.8rem;
    font-size: 4.5rem;
  }
}
.p-home-title--small h2 {
  margin-top: 1rem;
  font-size: 5.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-home-title--small h2 {
    font-size: 4.2rem;
  }
}

.p-home-mv {
  position: relative;
  width: 100%;
  height: 62rem;
}
@media screen and (max-width: 767.98px) {
  .p-home-mv {
    height: 45rem;
  }
}
.p-home-mv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 28rem;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.75) 100%);
}
@media screen and (max-width: 767.98px) {
  .p-home-mv::after {
    height: 20rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.75) 100%);
  }
}
.p-home-mv > p {
  position: absolute;
  z-index: 1;
  left: 6rem;
  bottom: 5rem;
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
}
@media screen and (max-width: 1209.98px) {
  .p-home-mv > p {
    left: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-home-mv > p {
    bottom: 3rem;
    font-size: 2.4rem;
  }
}

.p-home-mv__carousel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.p-home-mv__carousel img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-home-mv__carousel .splide__track {
  height: 100%;
}

.p-home-mv__bnr {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  z-index: 1;
}
@media screen and (max-width: 959.98px) {
  .p-home-mv__bnr {
    display: none;
  }
}
.p-home-mv__bnr li:nth-child(1) picture {
  max-width: 14rem;
}
.p-home-mv__bnr li:nth-child(2) picture {
  max-width: 12rem;
}
.p-home-mv__bnr a {
  background: #fff;
  padding: 1.6rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 6rem;
  min-width: 22rem;
  height: 7.5rem;
  gap: 0.4rem;
  position: relative;
  border: 0.1rem solid #fff;
  transition: 0.3s all ease-in;
}
.p-home-mv__bnr a:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.p-home-mv__bnr a p {
  font-size: 1rem;
}
.p-home-mv__bnr a[target=_blank]::after {
  content: "";
  -webkit-mask-image: url("../img/common/icon_newwindow.svg");
          mask-image: url("../img/common/icon_newwindow.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #999;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.p-home-important {
  padding: 4rem 0;
  background-color: var(--bg-gray);
}
@media screen and (max-width: 767.98px) {
  .p-home-important {
    padding: 3.5rem 0;
  }
}
.p-home-important h2 {
  color: var(--text-heading);
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-top: 4.5rem;
  width: 14rem;
  text-align: center;
}
@media screen and (max-width: 1209.98px) {
  .p-home-important h2 {
    width: inherit;
    padding-top: inherit;
    padding-left: 5rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-home-important h2 {
    font-size: 1.8rem;
    padding-left: 3.4rem;
    margin-bottom: 2rem;
  }
}
.p-home-important h2::before {
  content: "";
  background: url("../img/home/icon_attention.svg") center/contain no-repeat;
  width: 3.6rem;
  height: 3.6rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 1209.98px) {
  .p-home-important h2::before {
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (max-width: 767.98px) {
  .p-home-important h2::before {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.p-home-important ul {
  flex: 1;
}
.p-home-important ul li:not(:first-child) {
  margin-top: 1.5rem;
}
.p-home-important ul a {
  font-size: 1.6rem;
  line-height: 1.9;
  -webkit-text-decoration: 0.1rem underline transparent;
          text-decoration: 0.1rem underline transparent;
  text-underline-offset: 0.3rem;
  transition: 0.3s all ease-in;
  position: relative;
  padding-left: 1.6rem;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .p-home-important ul a {
    font-size: 1.5rem;
  }
}
.p-home-important ul a:hover {
  color: var(--main-accent);
  -webkit-text-decoration-color: var(--main-accent);
          text-decoration-color: var(--main-accent);
}
.p-home-important ul a::after {
  content: "";
  display: inline-block;
  margin-left: 1rem;
}
.p-home-important ul a:not([target=_blank])::after {
  -webkit-mask-image: url("../img/common/icon_arrow_right.svg");
          mask-image: url("../img/common/icon_arrow_right.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: var(--main-accent);
  width: 1rem;
  height: 0.9rem;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 767.98px) {
  .p-home-important ul a:not([target=_blank])::after {
    width: 1.4rem;
    height: 0.8rem;
  }
}
.p-home-important ul a[target=_blank]:not([href$=".pdf"])::after {
  -webkit-mask-image: url("../img/common/icon_newwindow.svg");
          mask-image: url("../img/common/icon_newwindow.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: var(--main-accent);
  width: 1.2rem;
  height: 1.2rem;
}
.p-home-important ul a[href$=".pdf"]::after {
  background: url("../img/common/icon_pdf.svg") center/contain no-repeat;
  width: 2.9rem;
  height: 1.6rem;
}
.p-home-important ul a::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: var(--bg-black);
  position: absolute;
  left: 0;
  border-radius: 0.6rem;
  top: 1.3rem;
}

.p-home-important__inner {
  display: flex;
  align-items: center;
  gap: 0 5.7851239669%;
}
@media screen and (max-width: 959.98px) {
  .p-home-important__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

.p-home-news {
  padding: 8rem 0 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-home-news {
    padding: 6rem 0 7rem;
  }
}

.p-home-strength {
  padding: 8rem 0 10rem;
  overflow: hidden;
  position: relative;
}
.p-home-strength::before, .p-home-strength::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}
.p-home-strength::before {
  width: calc(50% + 225px);
}
@media screen and (max-width: 767.98px) {
  .p-home-strength::before {
    width: calc(50% + 150px);
  }
}
.p-home-strength::after {
  width: calc(50% + 280px);
}
@media screen and (max-width: 767.98px) {
  .p-home-strength::after {
    width: calc(50% + 150px);
  }
}
.p-home-strength.is-scrollin::before {
  -webkit-animation: 0.8s fromleft ease-in-out forwards;
          animation: 0.8s fromleft ease-in-out forwards;
}
.p-home-strength.is-scrollin::after {
  -webkit-animation: 0.8s fromright ease-in-out forwards;
          animation: 0.8s fromright ease-in-out forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.p-home-strength.is-scrollin .p-home-strength__text p:first-of-type {
  -webkit-animation: 0.8s fromleft ease-in-out forwards;
          animation: 0.8s fromleft ease-in-out forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.p-home-strength.is-scrollin .p-home-strength__text p:first-of-type > span {
  -webkit-animation: 0.6s fadein ease-in-out forwards;
          animation: 0.6s fadein ease-in-out forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.p-home-strength.is-scrollin .p-home-strength__text p:last-of-type {
  -webkit-animation: 0.8s fromright ease-in-out forwards;
          animation: 0.8s fromright ease-in-out forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.p-home-strength.is-scrollin .p-home-strength__text p:last-of-type > span {
  -webkit-animation: 0.6s fadein ease-in-out forwards;
          animation: 0.6s fadein ease-in-out forwards;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.p-home-strength::before {
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 450px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, calc(100% - 450px) 100%, 0% 100%);
  -webkit-transform: translate(-150%, 0);
          transform: translate(-150%, 0);
  left: 0;
  z-index: 2;
  background-image: url("../img/home/img_strength_bg_left.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 0px center;
}
@media screen and (max-width: 767.98px) {
  .p-home-strength::before {
    -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 300px) 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, calc(100% - 300px) 100%, 0% 100%);
    background: url("../img/home/img_strength_bg_left_sp.webp") center/cover no-repeat;
  }
}
.p-home-strength::after {
  -webkit-clip-path: polygon(500px 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(500px 0, 100% 0%, 100% 100%, 0% 100%);
  right: 0;
  -webkit-transform: translate(150%, 0);
          transform: translate(150%, 0);
  background-image: url("../img/home/img_strength_bg_right.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 50px center;
}
@media screen and (max-width: 1209.98px) {
  .p-home-strength::after {
    background-position: left 0 center;
  }
}
@media screen and (max-width: 767.98px) {
  .p-home-strength::after {
    -webkit-clip-path: polygon(300px 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(300px 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 767.98px) {
  .p-home-strength {
    padding: 6rem 0 7rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-home-strength .c-btn__wrap {
    margin-top: 4rem;
  }
}
.p-home-strength .l-content-inner {
  position: relative;
  z-index: 3;
}

.p-home-strength__text {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .p-home-strength__text {
    margin-top: 5rem;
  }
}
.p-home-strength__text p {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.05em;
  min-height: 14.6rem;
  width: 76.1rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media screen and (max-width: 1209.98px) {
  .p-home-strength__text p {
    width: 62.8925619835vw;
    font-size: 2.8099173554vw;
    min-height: 12.0661157025vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-home-strength__text p {
    width: 104vw;
    min-height: 32vw;
    font-size: 5.3333333333vw;
  }
}
.p-home-strength__text p > span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.p-home-strength__text p > span > span {
  font-size: 4.2rem;
  margin-top: -7px;
}
@media screen and (max-width: 1209.98px) {
  .p-home-strength__text p > span > span {
    font-size: 3.4710743802vw;
    margin-top: -0.3305785124vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-home-strength__text p > span > span {
    font-size: 6.9333333333vw;
    margin-top: -1.0666666667vw;
  }
}
.p-home-strength__text p:first-of-type {
  align-self: flex-start;
  -webkit-transform: translate(-150%, 0);
          transform: translate(-150%, 0);
  margin-left: -10.8rem;
  -webkit-clip-path: polygon(112px 0%, 100% 0%, calc(100% - 112px) 100%, 0% 100%);
          clip-path: polygon(112px 0%, 100% 0%, calc(100% - 112px) 100%, 0% 100%);
}
.p-home-strength__text p:first-of-type > span {
  padding-left: 2.5rem;
}
@media screen and (max-width: 1209.98px) {
  .p-home-strength__text p:first-of-type {
    margin-left: -8.9256198347vw;
    -webkit-clip-path: polygon(9.2561983471vw 0%, 100% 0%, calc(100% - 9.2561983471vw) 100%, 0% 100%);
            clip-path: polygon(9.2561983471vw 0%, 100% 0%, calc(100% - 9.2561983471vw) 100%, 0% 100%);
  }
  .p-home-strength__text p:first-of-type span {
    padding-left: 3.7190082645vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-home-strength__text p:first-of-type {
    margin-left: -13.3333333333vw;
    -webkit-clip-path: polygon(16vw 0%, 100% 0%, calc(100% - 16vw) 100%, 0% 100%);
            clip-path: polygon(16vw 0%, 100% 0%, calc(100% - 16vw) 100%, 0% 100%);
  }
  .p-home-strength__text p:first-of-type > span {
    padding-left: 2.6666666667vw;
  }
}
.p-home-strength__text p:last-of-type {
  margin-top: -8rem;
  align-self: flex-end;
  -webkit-transform: translate(150%, 0);
          transform: translate(150%, 0);
  margin-right: -10rem;
  -webkit-clip-path: polygon(115px 0%, 100% 0%, calc(100% - 115px) 100%, 0% 100%);
          clip-path: polygon(115px 0%, 100% 0%, calc(100% - 115px) 100%, 0% 100%);
}
@media screen and (max-width: 1209.98px) {
  .p-home-strength__text p:last-of-type {
    margin-top: -6.6115702479vw;
    margin-right: -10.4132231405vw;
    -webkit-clip-path: polygon(9.5041322314vw 0%, 100% 0%, calc(100% - 9.5041322314vw) 100%, 0% 100%);
            clip-path: polygon(9.5041322314vw 0%, 100% 0%, calc(100% - 9.5041322314vw) 100%, 0% 100%);
  }
  .p-home-strength__text p:last-of-type > span {
    padding-right: 1.652892562vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-home-strength__text p:last-of-type {
    margin-top: 3.4666666667vw;
    margin-right: -13.3333333333vw;
    -webkit-clip-path: polygon(16vw 0%, 100% 0%, calc(100% - 16vw) 100%, 0% 100%);
            clip-path: polygon(16vw 0%, 100% 0%, calc(100% - 16vw) 100%, 0% 100%);
  }
  .p-home-strength__text p:last-of-type > span {
    padding-right: 0;
  }
}

.p-home-business {
  padding: 10rem 0 12rem;
}
@media screen and (max-width: 767.98px) {
  .p-home-business {
    padding: 6rem 0 8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-home-business .c-btn__wrap {
    margin-top: 1rem;
  }
}

.p-home-business__lead {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 767.98px) {
  .p-home-business__lead {
    font-size: 1.6rem;
  }
}

.p-home-business__content {
  margin-top: 6rem;
  display: flex;
  align-items: flex-start;
  gap: 0 4.958677686%;
}
@media screen and (max-width: 767.98px) {
  .p-home-business__content {
    margin-top: 4.5rem;
  }
}

.p-home-business__images {
  width: 45.4545454545%;
  position: -webkit-sticky;
  position: sticky;
  top: 17rem;
  left: 0;
}
.p-home-business__images li {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s all ease-in;
}
.p-home-business__images li:nth-child(n+2) {
  opacity: 0;
  visibility: hidden;
}
.p-home-business__images li.is-hidden {
  position: relative;
  visibility: hidden;
  display: block;
}

.p-home-business__list {
  width: 49.5867768595%;
}
@media screen and (max-width: 767.98px) {
  .p-home-business__list {
    width: 100%;
  }
}

.p-home-business__item {
  border-bottom: 0.1rem solid #a5b2bf;
  padding: 6rem 0;
  min-height: 50.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-home-business__item {
    border-bottom: inherit;
    padding: 3rem 0;
    min-height: inherit;
  }
  .p-home-business__item > picture {
    margin: 0 -1.5rem;
    width: calc(100% + 3rem);
    display: inline-block;
  }
}
.p-home-business__item:first-child {
  padding-top: 0;
}

.p-home-business__itemcontent > .c-link-list {
  margin-top: 3rem;
}
@media print, screen and (min-width: 768px) {
  .p-home-business__itemcontent {
    flex: 1;
  }
}

.p-home-business__title {
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-home-business__title {
    font-size: 2.4rem;
    margin-top: 3.5rem;
    margin-bottom: 2.5rem;
  }
}

.p-home-business__text {
  font-size: 1.8rem;
  line-height: 1.9;
}
@media screen and (max-width: 767.98px) {
  .p-home-business__text {
    font-size: 1.5rem;
  }
}

.p-home-business__link a {
  display: inline-block;
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  padding-left: 5.7rem;
  -webkit-text-decoration: 0.1rem underline transparent;
          text-decoration: 0.1rem underline transparent;
  text-underline-offset: 0.3rem;
  transition: 0.3s all ease-in;
}
@media screen and (max-width: 767.98px) {
  .p-home-business__link a {
    padding-left: 5rem;
  }
}
.p-home-business__link a:hover {
  color: var(--main-accent);
  -webkit-text-decoration-color: var(--main-accent);
          text-decoration-color: var(--main-accent);
}
.p-home-business__link a:hover .c-link__arrow {
  border-color: var(--main-accent);
  background-color: var(--main-accent);
}
.p-home-business__link a:hover .c-link__arrow::after {
  background-color: #fff;
}
.p-home-business__link .c-link__arrow {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.p-home-business__box {
  margin-top: 5rem;
  background: var(--bg-gray);
  padding: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-home-business__box {
    margin-top: 4rem;
    padding: 3rem 2rem;
  }
}
.p-home-business__box > p {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .p-home-business__box > p {
    font-size: 1.6rem;
  }
}
.p-home-business__box .c-arrow-link {
  font-size: 1.4rem;
}

.p-home-business__bnr {
  margin-top: 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-home-business__bnr {
    margin-top: 2.5rem;
  }
}
.p-home-business__bnr img {
  display: block;
  max-width: 32rem;
}

.p-home-vision {
  padding: 10rem 0 13rem;
  background: url("../img/home/img_vision_bg.webp") center/cover no-repeat;
}
@media screen and (max-width: 767.98px) {
  .p-home-vision {
    background: url("../img/home/img_vision_bg_sp.webp") center/cover no-repeat;
    padding: 5.5rem 0 7rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-home-vision .p-home-title h2 {
    font-size: 4.2rem;
  }
}

.p-home-vision__link {
  margin-top: 5rem;
}
@media screen and (max-width: 767.98px) {
  .p-home-vision__link {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-home-vision__link .p-home-title h2 {
    font-size: 4.2rem;
  }
}
.p-home-vision__link a {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 8rem 12rem 7rem 6rem;
  display: block;
  position: relative;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.8) 100%);
  border: 1px solid #fff;
  -webkit-backdrop-filter: blur(3.5px);
          backdrop-filter: blur(3.5px);
  transition: 0.3s all ease-in;
}
.p-home-vision__link a:hover {
  color: var(--main-accent);
}
.p-home-vision__link a:hover .c-link__arrow {
  border-color: #a5b2bf;
  background-color: #fff;
}
.p-home-vision__link a:hover .c-link__arrow::after {
  background-color: var(--bg-black);
}
@media screen and (max-width: 959.98px) {
  .p-home-vision__link a {
    font-size: 3.2rem;
    padding: 6rem 3rem 11rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-home-vision__link a {
    font-size: clamp(1.5rem, 4vw, 2.4rem);
    padding: 3rem 2rem 6rem;
  }
}
.p-home-vision__link .c-link__arrow {
  position: absolute;
  border-color: var(--main-accent);
  background-color: var(--main-accent);
  width: 6rem;
  height: 6rem;
  top: 50%;
  right: 6rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 959.98px) {
  .p-home-vision__link .c-link__arrow {
    top: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    bottom: 3rem;
    right: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-home-vision__link .c-link__arrow {
    bottom: 1.5rem;
    right: 1.5rem;
    width: 3.6rem;
    height: 3.6rem;
  }
}
.p-home-vision__link .c-link__arrow::after {
  background-color: #fff;
  width: 2rem;
  height: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-home-vision__link .c-link__arrow::after {
    width: 1.1rem;
    height: 0.9rem;
  }
}

.p-home-search {
  padding: 0 0 12rem;
}
@media screen and (max-width: 767.98px) {
  .p-home-search {
    padding: 0 0 5rem;
  }
}

.p-home-search__list {
  display: flex;
  gap: 0 3rem;
  flex-wrap: wrap;
}

.p-home-search__item a:hover .p-home-search__image {
  opacity: 0.7;
}
.p-home-search__item a:hover .p-home-search__title {
  color: var(--main-accent);
  -webkit-text-decoration-color: var(--main-accent);
          text-decoration-color: var(--main-accent);
}
.p-home-search__item a[target=_blank] .p-home-search__title::after {
  content: "";
  -webkit-mask-image: url("../img/common/icon_newwindow.svg");
          mask-image: url("../img/common/icon_newwindow.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: var(--main-accent);
  transition: 0.3s all ease-in;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  margin-left: 0.7rem;
  margin-bottom: 0.3rem;
}
@media print, screen and (min-width: 768px) {
  .p-home-search__item {
    width: calc((100% - 3rem) / 2);
  }
  .p-home-search__item:first-child {
    width: 100%;
    padding-bottom: 5rem;
    margin-bottom: 5rem;
    border-bottom: 0.1rem solid #d2d6d9;
  }
  .p-home-search__item:first-child .p-home-search__itemcontent {
    gap: 0 2.479338843%;
  }
  .p-home-search__item:first-child .p-home-search__link a {
    font-size: 2.6rem;
  }
  .p-home-search__item:first-child .p-home-search__image {
    width: 47.1074380165%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-home-search__item:not(:first-child) {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 0.1rem solid #d2d6d9;
  }
}

.p-home-search__itemcontent {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-home-search__itemcontent {
    flex-direction: column;
  }
}

.p-home-search__image {
  transition: 0.3s all ease-in;
}
@media print, screen and (min-width: 768px) {
  .p-home-search__image {
    width: 44.7%;
  }
}

.p-home-search__content {
  flex: 1;
}

.p-home-search__for {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--main-accent);
  line-height: 1.4;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-home-search__for {
    font-size: 1.5rem;
  }
}
.p-home-search__for::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  background: var(--main-accent);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.p-home-search__title {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  -webkit-text-decoration: 0.1rem underline transparent;
          text-decoration: 0.1rem underline transparent;
  text-underline-offset: 0.3rem;
  transition: 0.3s all ease-in;
}

.p-home-search__text {
  font-size: 1.8rem;
  line-height: 1.9;
  margin-top: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-home-search__text {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
}

.p-home-sustainability {
  padding: 12rem 0 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-home-sustainability {
    padding: 6rem 0 7rem;
  }
}
.p-home-sustainability__inner {
  position: relative;
}

.p-home-sustainability__bg {
  background-image: url("../img/home/img_sustainability_bg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% - var(--client-height));
}
@media screen and (max-width: 959.98px) {
  .p-home-sustainability__bg {
    background-image: url("../img/home/img_sustainability_bg_pcmin.webp");
  }
}
@media screen and (max-width: 767.98px) {
  .p-home-sustainability__bg {
    background-image: url("../img/home/img_sustainability_bg_sp.webp");
  }
}

.p-home-sustainability__content {
  margin-top: 8rem;
  display: flex;
  align-items: flex-start;
  gap: 3.305785124%;
}
@media screen and (max-width: 959.98px) {
  .p-home-sustainability__content {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-home-sustainability__content {
    margin-top: 3rem;
  }
}

.p-home-sustainability__contentitem {
  width: 49.5867768595%;
}
@media screen and (max-width: 959.98px) {
  .p-home-sustainability__contentitem {
    width: 100%;
  }
}

.p-home-sustainability__lead {
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .p-home-sustainability__lead {
    font-size: 2rem;
  }
}

.p-home-sustainability__text {
  margin-top: 2.5rem;
  font-size: 1.8rem;
  line-height: 1.9;
}
@media screen and (max-width: 767.98px) {
  .p-home-sustainability__text {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
}

.p-home-sustainability__contentlinks {
  width: 47.1074380165%;
  display: flex;
  background: linear-gradient(142.49deg, rgba(255, 255, 255, 0.9) 1.71%, rgba(255, 255, 255, 0.8) 98.29%);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border: 1px solid #fff;
}
@media screen and (max-width: 959.98px) {
  .p-home-sustainability__contentlinks {
    width: 100%;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-home-sustainability__contentlinks {
    margin-top: 4rem;
  }
}
.p-home-sustainability__contentlinks li {
  flex: 1;
  position: relative;
}
.p-home-sustainability__contentlinks li:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: calc(100% - 6rem);
  background-color: #a5b2bf;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 767.98px) {
  .p-home-sustainability__contentlinks li:not(:first-child)::after {
    height: calc(100% - 3.6rem);
  }
}
.p-home-sustainability__contentlinks li:nth-child(1) a::before {
  -webkit-mask-image: url("../img/home/icon_sustainability_01.svg");
          mask-image: url("../img/home/icon_sustainability_01.svg");
}
.p-home-sustainability__contentlinks li:nth-child(2) a::before {
  -webkit-mask-image: url("../img/home/icon_sustainability_02.svg");
          mask-image: url("../img/home/icon_sustainability_02.svg");
}
.p-home-sustainability__contentlinks li:nth-child(3) a::before {
  -webkit-mask-image: url("../img/home/icon_sustainability_03.svg");
          mask-image: url("../img/home/icon_sustainability_03.svg");
}
.p-home-sustainability__contentlinks a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 13.3rem;
  padding-bottom: 6.2rem;
  position: relative;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  transition: 0.3s all ease-in;
  -webkit-text-decoration: 0.1rem underline transparent;
          text-decoration: 0.1rem underline transparent;
  text-underline-offset: 0.3rem;
}
.p-home-sustainability__contentlinks a:hover {
  color: var(--main-accent);
  -webkit-text-decoration-color: var(--main-accent);
          text-decoration-color: var(--main-accent);
}
.p-home-sustainability__contentlinks a:hover::before {
  background-color: var(--main-accent);
}
.p-home-sustainability__contentlinks a:hover .c-link__arrow {
  border-color: var(--main-accent);
  background-color: var(--main-accent);
}
.p-home-sustainability__contentlinks a:hover .c-link__arrow::after {
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-home-sustainability__contentlinks a {
    padding: 7rem 1.2rem 4.5rem;
    font-size: 1.2rem;
  }
}
.p-home-sustainability__contentlinks a::before {
  content: "";
  -webkit-mask-image: url("../img/common/icon_newwindow.svg");
          mask-image: url("../img/common/icon_newwindow.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  width: 10rem;
  height: 10rem;
  background-color: #222;
  position: absolute;
  top: 3rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  transition: 0.3s all ease-in;
}
@media screen and (max-width: 767.98px) {
  .p-home-sustainability__contentlinks a::before {
    top: 1.3rem;
    width: 5.5rem;
    height: 5.5rem;
  }
}
.p-home-sustainability__contentlinks a .c-link__arrow {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 767.98px) {
  .p-home-sustainability__contentlinks a .c-link__arrow {
    bottom: 1.8rem;
  }
}

.p-home-sustainability__links {
  margin-top: 17rem;
  margin-left: -5rem;
  margin-right: -5rem;
  background: #fff;
  padding: 4rem 5rem 6rem;
}
@media screen and (max-width: 1209.98px) {
  .p-home-sustainability__links {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-home-sustainability__links {
    margin-top: 9.5rem;
    margin-left: 0;
    margin-right: 0;
    padding: 3rem 2rem 0;
  }
}
.p-home-sustainability__links > p {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--main-accent);
  line-height: 1.4;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-home-sustainability__links > p {
    font-size: 1.5rem;
  }
}
.p-home-sustainability__links > p::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  background: var(--main-accent);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-home-sustainability__links ul {
  display: flex;
  gap: 2rem 2.479338843%;
}
@media screen and (max-width: 767.98px) {
  .p-home-sustainability__links ul {
    flex-direction: column;
  }
}
.p-home-sustainability__links ul li:nth-child(1) .p-home-link::before {
  content: "E";
}
.p-home-sustainability__links ul li:nth-child(2) .p-home-link::before {
  content: "S";
}
.p-home-sustainability__links ul li:nth-child(3) .p-home-link {
  padding-left: 5.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-home-sustainability__links ul li:nth-child(3) .p-home-link {
    padding-left: 3.9rem;
  }
}
.p-home-sustainability__links ul li:nth-child(3) .p-home-link::before {
  content: "G";
}
.p-home-sustainability__links ul a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-home-sustainability__links ul a img {
  transition: 0.3s all ease-in;
}
.p-home-sustainability__links ul a:hover img {
  opacity: 0.7;
}
.p-home-sustainability__links ul a:hover .p-home-link {
  color: var(--main-accent);
  -webkit-text-decoration-color: var(--main-accent);
          text-decoration-color: var(--main-accent);
}
.p-home-sustainability__links ul a:hover .c-link__arrow {
  border-color: var(--main-accent);
  background-color: var(--main-accent);
}
.p-home-sustainability__links ul a:hover .c-link__arrow::after {
  background-color: #fff;
}
.p-home-sustainability__links .p-home-link {
  padding-left: 5rem;
  transition: 0.3s all ease-in;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-home-sustainability__links .p-home-link {
    padding-left: 3.8rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.8rem;
    border-bottom: none;
  }
}
.p-home-sustainability__links .p-home-link::before {
  width: 3.5rem;
  height: 6.4rem;
  font-size: 5.2rem;
  line-height: 1.2;
  font-family: "Manrope", sans-serif;
  color: var(--main-accent);
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .p-home-sustainability__links .p-home-link::before {
    font-size: 4rem;
    width: 2.8rem;
    height: 4.8rem;
  }
}

.p-home-excursion {
  padding: 7rem 0 12rem;
}
@media screen and (max-width: 767.98px) {
  .p-home-excursion {
    padding: 6rem 0;
  }
  .p-home-excursion .c-btn__wrap {
    margin-top: 3.5rem;
  }
}
.p-home-excursion__inner {
  display: flex;
  gap: 60px 4.958677686%;
}
@media screen and (max-width: 767.98px) {
  .p-home-excursion__inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 1119.98px) {
  .p-home-excursion .p-home-title__wrap {
    flex-direction: column;
    margin-bottom: 3rem;
  }
  .p-home-excursion .p-home-title__wrap .p-home-title {
    align-self: flex-start;
  }
  .p-home-excursion .p-home-title__wrap .p-home-title h2 {
    font-size: 4.8rem;
  }
  .p-home-excursion .p-home-title__wrap .c-btn__wrap {
    margin-top: 2rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-home-excursion .p-home-title__wrap .p-home-title h2 {
    font-size: 4.2rem;
  }
}

.p-home-excursion__item {
  width: 47.520661157%;
}
@media screen and (max-width: 767.98px) {
  .p-home-excursion__item {
    width: 100%;
  }
}

.p-home-excursion__list {
  margin-top: 1rem;
}
.p-home-excursion__list .p-home-link {
  margin-top: 2rem;
}
.p-home-excursion__list .p-home-link > br {
  display: none;
}
@media screen and (max-width: 1119.98px) {
  .p-home-excursion__list .p-home-link > br {
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  .p-home-excursion__list .p-home-link > br {
    display: none;
  }
}
.p-home-excursion__list .p-home-link::before {
  content: "";
  -webkit-mask-image: url("../img/home/icon_company_01.svg");
          mask-image: url("../img/home/icon_company_01.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #222;
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  transition: 0.3s all ease-in;
}
@media screen and (max-width: 767.98px) {
  .p-home-excursion__list .p-home-link::before {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.p-home-excursion__list .p-home-link:hover::before {
  background-color: var(--main-accent);
}
@media screen and (max-width: 767.98px) {
  .p-home-excursion__list .p-home-link {
    margin-top: 1rem;
  }
}

.p-home--en .p-home-mv > p {
  font-family: "Manrope", sans-serif;
  color: var(--bg-white);
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
  .p-home--en .p-home-mv > p {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 358.98px) {
  .p-home--en .p-home-mv > p {
    font-size: clamp(1.4rem, 6.4vw, 2.4rem);
  }
}
.p-home--en .p-home-title p {
  display: none;
}
.p-home--en .p-home-title h2 {
  margin-top: 0;
}
.p-home--en .p-home-strength__text p {
  font-size: 3.6rem;
}
@media screen and (max-width: 1209.98px) {
  .p-home--en .p-home-strength__text p {
    font-size: 2.9752066116vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-home--en .p-home-strength__text p {
    font-size: 5.3333333333vw;
  }
}
.p-home--en .p-home-strength__text p:first-of-type span {
  padding-left: 0;
}
.p-home--en .p-home-strength__text p > span {
  letter-spacing: 0;
  text-align: center;
}

.p-vision--en .p-vision__title h1 {
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .p-vision--en .p-vision__title h1 {
    font-size: 2.4rem;
  }
}

.p-vision {
  padding: 9.8rem 0 76.5rem;
  background: url("../img/vision/img_vision_bg.webp") center/cover no-repeat;
}
@media screen and (max-width: 767.98px) {
  .p-vision {
    padding: 5rem 0 38.5rem;
    background: url("../img/vision/img_vision_bg_sp.webp") center/cover no-repeat;
  }
}

@media print, screen and (min-width: 768px) {
  .p-vision__title {
    margin-left: 6rem;
  }
}
@media screen and (max-width: 849.98px) {
  .p-vision__title {
    margin-left: 0;
  }
}
.p-vision__title p {
  color: var(--main-accent);
  color: var(--main-accent);
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-vision__title p {
    font-size: 1.6rem;
    margin-bottom: 1.8rem;
  }
}
.p-vision__title h1 {
  font-family: "Noto Serif", serif;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.9;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #1D5F98;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .p-vision__title h1 {
    font-size: 2.4rem;
  }
}
.p-vision__title + * {
  margin-top: 7rem;
}
@media screen and (max-width: 767.98px) {
  .p-vision__title + * {
    margin-top: 5rem;
  }
}

.p-vision__text {
  font-size: 1.8rem;
  line-height: 2.1;
}
@media print, screen and (min-width: 768px) {
  .p-vision__text {
    margin-left: 6rem;
  }
}
@media screen and (max-width: 849.98px) {
  .p-vision__text {
    margin-left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-vision__text {
    font-size: 1.6rem;
  }
}
.p-vision__text + .p-vision__text {
  margin-top: 3.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-vision__text + .p-vision__text {
    margin-top: 3.6rem;
  }
}

.p-logisquare {
  padding-bottom: 12rem;
}

.p-logisquare-mv {
  position: relative;
  width: 100%;
  height: 45rem;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-mv {
    height: 44rem;
  }
}
.p-logisquare-mv__content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-mv__content {
    width: 100%;
    height: 39rem;
  }
}
.p-logisquare-mv__content::before {
  content: "";
  position: absolute;
  width: 48rem;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(34, 34, 34, 0.9);
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
  -webkit-clip-path: polygon(0 0, 100% 0, 56% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 56% 100%, 0% 100%);
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-mv__content::before {
    width: 100%;
    height: 20.8rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
  }
}
@media screen and (max-width: 369.98px) {
  .p-logisquare-mv__content::before {
    height: 25rem;
  }
}
.p-logisquare-mv__content hgroup {
  position: relative;
  padding-top: 8.5rem;
  padding: 8.5rem 6.5rem 0;
}
@media screen and (max-width: 1209.98px) {
  .p-logisquare-mv__content hgroup {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-mv__content hgroup {
    padding: 3.5rem 2rem 0;
  }
}
.p-logisquare-mv__content hgroup p {
  color: var(--bg-white);
  font-weight: 500;
}
.p-logisquare-mv__content hgroup p:first-of-type {
  font-size: 2.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-mv__content hgroup p:first-of-type {
    font-size: 1.6rem;
  }
}
.p-logisquare-mv__content hgroup p:last-of-type {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-mv__content hgroup p:last-of-type {
    font-size: 1.3rem;
  }
}
.p-logisquare-mv__content hgroup h1 {
  margin: 3.5rem 0 1.5rem;
  width: 42rem;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-mv__content hgroup h1 {
    margin: 1.5rem 0 1.2rem;
    width: 25rem;
  }
}
@media screen and (max-width: 369.98px) {
  .p-logisquare-mv__content hgroup h1 {
    width: 100%;
    max-width: 25rem;
  }
}

.p-logisquare-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.p-logisquare-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-logisquare-slide .splide__track {
  height: 100%;
}
.p-logisquare-slide__options {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-slide__options {
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
.p-logisquare-slide__options .splide__arrows {
  display: flex;
  align-items: center;
}
.p-logisquare-slide__options .splide__arrows .splide__arrow {
  width: 3.6rem;
  height: 3.6rem;
  position: relative;
  left: inherit;
  right: inherit;
  background: rgba(255, 255, 255, 0.9);
  top: inherit;
  -webkit-transform: inherit;
          transform: inherit;
  -webkit-backdrop-filter: blur(0.2rem);
          backdrop-filter: blur(0.2rem);
  opacity: 1;
  transition: 0.3s all ease-in;
}
.p-logisquare-slide__options .splide__arrows .splide__arrow svg {
  display: none;
}
.p-logisquare-slide__options .splide__arrows .splide__arrow::before {
  content: "";
  width: 0.6rem;
  height: 1.1rem;
  -webkit-mask-image: url("../img/business/logistics-investment/logisquare/icon_splide_arrow_right.svg");
          mask-image: url("../img/business/logistics-investment/logisquare/icon_splide_arrow_right.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: var(--bg-black);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  forced-color-adjust: none;
  transition: 0.3s all ease-in;
}
.p-logisquare-slide__options .splide__arrows .splide__arrow:hover, .p-logisquare-slide__options .splide__arrows .splide__arrow:focus-visible {
  background: var(--main-accent);
}
.p-logisquare-slide__options .splide__arrows .splide__arrow:hover::before, .p-logisquare-slide__options .splide__arrows .splide__arrow:focus-visible::before {
  background-color: var(--bg-white);
}
.p-logisquare-slide__options .splide__arrows .splide__arrow--prev {
  order: 1;
}
.p-logisquare-slide__options .splide__arrows .splide__arrow--prev::before {
  left: calc(50% - 0.1rem);
  -webkit-mask-image: url("../img/business/logistics-investment/logisquare/icon_splide_arrow_left.svg");
          mask-image: url("../img/business/logistics-investment/logisquare/icon_splide_arrow_left.svg");
}
.p-logisquare-slide__options .splide__arrows .splide__arrow--next {
  order: 3;
}
.p-logisquare-slide__options .splide__arrows .splide__arrow--next::before {
  left: calc(50% + 0.1rem);
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-slide__options .splide__arrows .splide__arrow--next {
    margin-left: 1rem;
  }
}
.p-logisquare-slide__options .splide__arrows .splide__pagination {
  order: 2;
  position: inherit;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-slide__options .splide__arrows .splide__pagination {
    display: none;
  }
}
.p-logisquare-slide__options .splide__arrows .splide__pagination > li {
  display: flex;
  justify-content: center;
}
.p-logisquare-slide__options .splide__arrows .splide__pagination .splide__pagination__page {
  width: 3.8rem;
  height: 0.2rem;
  opacity: 1;
  border-radius: 0;
}
.p-logisquare-slide__options .splide__arrows .splide__pagination .splide__pagination__page.is-active {
  background: var(--main-accent);
  -webkit-transform: inherit;
          transform: inherit;
}
.p-logisquare-slide__options .splide__arrows .splide__toggle {
  order: 4;
  font-size: 0;
  width: 3.6rem;
  height: 3.6rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  margin-left: 1.5rem;
  -webkit-backdrop-filter: blur(0.2rem);
          backdrop-filter: blur(0.2rem);
  transition: 0.3s all ease-in;
}
.p-logisquare-slide__options .splide__arrows .splide__toggle > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-logisquare-slide__options .splide__arrows .splide__toggle__play::before {
  width: 1.1rem;
  height: 1.4rem;
  -webkit-mask-image: url("../img/business/logistics-investment/logisquare/icon_play.svg");
          mask-image: url("../img/business/logistics-investment/logisquare/icon_play.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: var(--bg-black);
  transition: 0.3s all ease-in;
  forced-color-adjust: none;
  margin-left: 0.2rem;
}
@media (forced-colors: active) {
  .p-logisquare-slide__options .splide__arrows .splide__toggle__play::before {
    background-color: var(--bg-white);
  }
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-slide__options .splide__arrows .splide__toggle__play::before {
    width: 1rem;
    height: 1.2rem;
  }
}
.p-logisquare-slide__options .splide__arrows .splide__toggle__pause::before {
  width: 0.7rem;
  height: 1.2rem;
  -webkit-mask-image: url("../img/business/logistics-investment/logisquare/icon_pause.svg");
          mask-image: url("../img/business/logistics-investment/logisquare/icon_pause.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: var(--bg-black);
  transition: 0.3s all ease-in;
  forced-color-adjust: none;
}
@media (forced-colors: active) {
  .p-logisquare-slide__options .splide__arrows .splide__toggle__pause::before {
    background-color: var(--bg-white);
  }
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-slide__options .splide__arrows .splide__toggle__pause::before {
    width: 7px;
    height: 11px;
  }
}
.p-logisquare-slide__options .splide__arrows .splide__toggle:hover, .p-logisquare-slide__options .splide__arrows .splide__toggle:focus-visible {
  background: var(--main-accent);
}
.p-logisquare-slide__options .splide__arrows .splide__toggle:hover .splide__toggle__pause::before,
.p-logisquare-slide__options .splide__arrows .splide__toggle:hover .splide__toggle__play::before, .p-logisquare-slide__options .splide__arrows .splide__toggle:focus-visible .splide__toggle__pause::before,
.p-logisquare-slide__options .splide__arrows .splide__toggle:focus-visible .splide__toggle__play::before {
  background-color: var(--bg-white);
}

.p-logisquare-lead {
  margin-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-lead {
    margin-top: 4rem;
  }
}
.p-logisquare-lead__catch {
  color: var(--main-accent);
  font-size: 2.6rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-lead__catch {
    font-size: 2rem;
  }
}
.p-logisquare-lead__text {
  margin-top: 1.5rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-lead__text {
    font-size: 1.9rem;
  }
}
.p-logisquare-lead__anchor {
  margin-top: 5.7rem;
  display: flex;
  gap: 4.5rem 1rem;
}
@media screen and (max-width: 959.98px) {
  .p-logisquare-lead__anchor {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-lead__anchor {
    margin-top: 3.5rem;
    flex-direction: column;
    margin-left: 1rem;
    gap: 0.5rem;
  }
}
.p-logisquare-lead__anchor li {
  flex: 1;
  position: relative;
  background: var(--bg-gray);
}
@media screen and (max-width: 959.98px) {
  .p-logisquare-lead__anchor li {
    flex: inherit;
    min-width: 22.6rem;
    aspect-ratio: 226/230;
  }
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-lead__anchor li {
    aspect-ratio: inherit;
  }
}
.p-logisquare-lead__anchor li:nth-child(1) a::before {
  -webkit-mask-image: url("../img/business/logistics-investment/logisquare/icon_sec_01.svg");
          mask-image: url("../img/business/logistics-investment/logisquare/icon_sec_01.svg");
}
.p-logisquare-lead__anchor li:nth-child(2) a::before {
  -webkit-mask-image: url("../img/business/logistics-investment/logisquare/icon_sec_02.svg");
          mask-image: url("../img/business/logistics-investment/logisquare/icon_sec_02.svg");
}
.p-logisquare-lead__anchor li:nth-child(3) a::before {
  -webkit-mask-image: url("../img/business/logistics-investment/logisquare/icon_sec_03.svg");
          mask-image: url("../img/business/logistics-investment/logisquare/icon_sec_03.svg");
}
.p-logisquare-lead__anchor li:nth-child(4) a::before {
  -webkit-mask-image: url("../img/business/logistics-investment/logisquare/icon_sec_04.svg");
          mask-image: url("../img/business/logistics-investment/logisquare/icon_sec_04.svg");
}
.p-logisquare-lead__anchor li:nth-child(5) a::before {
  -webkit-mask-image: url("../img/business/logistics-investment/logisquare/icon_sec_05.svg");
          mask-image: url("../img/business/logistics-investment/logisquare/icon_sec_05.svg");
}
.p-logisquare-lead__anchor li:nth-child(5) a br {
  display: none;
}
@media screen and (max-width: 1169.98px) {
  .p-logisquare-lead__anchor li:nth-child(5) a br {
    display: block;
  }
}
.p-logisquare-lead__anchor a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 14rem;
  padding-bottom: 6.2rem;
  position: relative;
  height: 100%;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  transition: 0.3s all ease-in;
  -webkit-text-decoration: 0.1rem underline transparent;
          text-decoration: 0.1rem underline transparent;
  text-underline-offset: 0.3rem;
}
.p-logisquare-lead__anchor a:hover {
  color: var(--main-accent);
  -webkit-text-decoration-color: var(--main-accent);
          text-decoration-color: var(--main-accent);
}
.p-logisquare-lead__anchor a:hover::before {
  background-color: var(--main-accent);
}
.p-logisquare-lead__anchor a:hover .c-link__arrow {
  border-color: var(--main-accent);
  background-color: var(--main-accent);
}
.p-logisquare-lead__anchor a:hover .c-link__arrow::after {
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-lead__anchor a {
    padding: 2rem 4.5rem 2rem 10.5rem;
    font-size: 1.5rem;
    justify-content: flex-start;
    min-height: 9rem;
    text-align: left;
  }
}
.p-logisquare-lead__anchor a::before {
  content: "";
  -webkit-mask-image: url("../img/common/icon_newwindow.svg");
          mask-image: url("../img/common/icon_newwindow.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  width: 8rem;
  height: 8rem;
  background-color: #222;
  position: absolute;
  transition: 0.3s all ease-in;
  top: 3.5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-lead__anchor a::before {
    top: 50%;
    left: 3.5rem;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 5rem;
    height: 5rem;
  }
}
.p-logisquare-lead__anchor a > span:first-of-type {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.2rem;
  font-family: "Manrope", sans-serif;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-lead__anchor a > span:first-of-type {
    top: 50%;
    left: 0;
    font-size: 1.8rem;
  }
}
.p-logisquare-lead__anchor a .c-link__arrow {
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .p-logisquare-lead__anchor a .c-link__arrow {
    width: 2.8rem;
    height: 2.8rem;
    bottom: 2rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-lead__anchor a .c-link__arrow {
    width: 2.4rem;
    height: 2.4rem;
    top: 50%;
    right: 2rem;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.p-logisquare-lead__note {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--text-note);
}

.p-logisquare-section {
  margin-top: 10rem;
  padding-top: 17rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1919.98px) {
  .p-logisquare-section {
    padding-top: 14.0495867769vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-section {
    margin-top: 7rem;
    padding-top: 7rem;
  }
}
.p-logisquare-section::before {
  content: "";
  background: url("../img/business/logistics-investment/logisquare/bg_pattern.svg") top center/cover no-repeat;
  width: 192rem;
  height: 48rem;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 1919.98px) {
  .p-logisquare-section::before {
    width: 100%;
    height: 39.6694214876vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-section::before {
    width: 100%;
    background: url("../img/business/logistics-investment/logisquare/bg_pattern_sp.svg") top center/cover no-repeat;
    height: 40vw;
  }
}
.p-logisquare-section:nth-child(even)::before {
  background: url("../img/business/logistics-investment/logisquare/bg_pattern.svg") top center/cover no-repeat;
  -webkit-transform: scale(-1, 1) translate(50%, 0);
          transform: scale(-1, 1) translate(50%, 0);
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-section:nth-child(even)::before {
    background: url("../img/business/logistics-investment/logisquare/bg_pattern_sp.svg") top center/cover no-repeat;
  }
}
.p-logisquare-section .l-content-inner {
  position: relative;
  z-index: 1;
}

.p-logisquare-section__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.4;
  padding-top: 11.5rem;
  position: relative;
  margin-bottom: 4rem;
  color: var(--text-heading);
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-section__title {
    gap: 1.5rem;
    font-size: 2.4rem;
    padding-top: 8rem;
    margin-bottom: 3rem;
  }
}
.p-logisquare-section__title span {
  font-family: "Manrope", sans-serif;
  font-size: 6rem;
  font-weight: 200;
  line-height: 1.2;
  color: var(--main-accent);
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-section__title span {
    font-size: 3.8rem;
  }
}
.p-logisquare-section__title::before {
  content: "";
  width: 9rem;
  height: 9rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-section__title::before {
    width: 7rem;
    height: 7rem;
  }
}
.p-logisquare-section__title + .p-logisquare-imagetext {
  margin-top: 12rem;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-section__title + .p-logisquare-imagetext {
    margin-top: 4rem;
  }
}

.p-logisquare-section__titlelevel3 {
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  padding-bottom: 2.3rem;
  margin-bottom: 3rem;
}
.p-logisquare-section__titlelevel3::before {
  content: "";
  width: 5rem;
  height: 0.3rem;
  background: var(--main-accent);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-section__titlelevel3 {
    font-size: 2.2rem;
    padding-bottom: 1.5rem;
  }
}

.p-logisquare-imagetext {
  margin-top: 14rem;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-imagetext {
    margin-top: 5rem;
  }
}
.p-logisquare-imagetext + .p-logisquare-images {
  margin-top: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-imagetext + .p-logisquare-images {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-imagetext .p-logisquare-section__titlelevel3 {
    margin-bottom: 2.5rem;
  }
}
.p-logisquare-imagetext__item {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-imagetext__item {
    margin: 0 -1.5rem;
  }
}
.p-logisquare-imagetext__item + .p-logisquare-imagetext__item {
  margin-top: 14rem;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-imagetext__item + .p-logisquare-imagetext__item {
    margin-top: 5rem;
  }
}
.p-logisquare-imagetext__item:nth-child(even) .p-logisquare-imagetext__content {
  margin-left: auto;
  margin-right: -6rem;
  padding-right: 6rem;
  padding-left: 14rem;
}
@media screen and (max-width: 1289.98px) {
  .p-logisquare-imagetext__item:nth-child(even) .p-logisquare-imagetext__content {
    padding-left: 13.6752136752%;
    padding-right: 5.1282051282%;
  }
}
@media screen and (max-width: 1210.98px) {
  .p-logisquare-imagetext__item:nth-child(even) .p-logisquare-imagetext__content {
    margin-right: -2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-imagetext__item:nth-child(even) .p-logisquare-imagetext__content {
    margin-right: 0;
    margin-left: 1.5rem;
    padding: 7.5rem 2.5rem 4rem;
  }
  .p-logisquare-imagetext__item:nth-child(even) .p-logisquare-imagetext__content .c-btn {
    margin-right: 1.5rem;
  }
}
.p-logisquare-imagetext__item:nth-child(even) .p-logisquare-imagetext__image {
  right: inherit;
  left: -6rem;
}
@media screen and (max-width: 1210.98px) {
  .p-logisquare-imagetext__item:nth-child(even) .p-logisquare-imagetext__image {
    left: -2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-imagetext__item:nth-child(even) .p-logisquare-imagetext__image {
    left: 0;
    padding-left: 0;
    padding-right: 2.5rem;
  }
}
.p-logisquare-imagetext__content {
  background: linear-gradient(248.73deg, rgba(230, 243, 255, 0.6) 38.59%, rgba(211, 240, 255, 0.6) 66.61%);
  width: 63.2478632479%;
  padding: 6rem;
  padding-right: 14rem;
  margin-left: -6rem;
  min-height: 42rem;
}
@media screen and (max-width: 1289.98px) {
  .p-logisquare-imagetext__content {
    padding-right: 13.6752136752%;
    padding-left: 5.1282051282%;
    width: 60.8547008547%;
  }
}
@media screen and (max-width: 1210.98px) {
  .p-logisquare-imagetext__content {
    margin-left: -2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-imagetext__content {
    width: auto;
    padding: 7.8rem 2.5rem 4rem;
    margin-right: 1.5rem;
    margin-top: -5rem;
    margin-left: 0;
    min-height: inherit;
  }
  .p-logisquare-imagetext__content .c-btn {
    margin-left: 1.5rem;
  }
}
.p-logisquare-imagetext__content .c-btn__wrap {
  margin-top: 3rem;
}
.p-logisquare-imagetext__image {
  width: 53.8461538462%;
  position: absolute;
  top: -6rem;
  right: -6rem;
}
@media screen and (max-width: 1210.98px) {
  .p-logisquare-imagetext__image {
    right: -2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-imagetext__image {
    width: 100%;
    position: inherit;
    top: inherit;
    right: inherit;
    padding-left: 2.5rem;
  }
}

.p-logisquare-images {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-images {
    flex-direction: column;
    gap: 2rem;
    margin-top: 4.5rem;
  }
}
.p-logisquare-images li {
  width: calc((100% - 3rem) / 2);
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-images li {
    width: 100%;
  }
}
.p-logisquare-images p {
  margin-top: 2rem;
}
.p-logisquare-images + .c-text {
  margin-top: 3rem;
}

.p-logisquare-functionality {
  margin-top: 8rem;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-functionality {
    margin-top: 6rem;
  }
}
.p-logisquare-functionality .p-logisquare-section__title::before {
  background: url("../img/business/logistics-investment/logisquare/icon_sec_01.svg") center/contain no-repeat;
}
.p-logisquare-functionality__lead {
  text-align: center;
  font-size: 2rem;
}
.p-logisquare-functionality__lead span {
  color: var(--main-accent);
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-functionality__lead {
    font-size: 1.7rem;
    text-align: left;
  }
}
.p-logisquare-functionality__lead + .p-logisquare-section__titlelevel3 {
  text-align: center;
  margin-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-functionality__lead + .p-logisquare-section__titlelevel3 {
    margin-top: 4.5rem;
  }
}
.p-logisquare-functionality__lead + .p-logisquare-section__titlelevel3::before {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-functionality__image {
    margin: 0 -1.5rem;
  }
}
.p-logisquare-functionality__merits {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-functionality__merits {
    flex-direction: column;
    margin-top: 2.5rem;
  }
}
.p-logisquare-functionality__merits li {
  width: calc((100% - 3rem) / 2);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 4.4rem;
  position: relative;
  counter-increment: number;
  min-height: 3.2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-functionality__merits li {
    width: 100%;
    font-size: 1.7rem;
    min-height: 2.8rem;
    padding-left: 3.5rem;
  }
}
.p-logisquare-functionality__merits li::before {
  content: counter(number);
  font-size: 1.6rem;
  color: var(--text-white);
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #004EA1;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  position: absolute;
  border-radius: 50%;
  top: -0.2rem;
  left: 0;
  text-align: center;
  padding-left: 0.1rem;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-functionality__merits li::before {
    font-size: 1.3rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-functionality .p-logisquare-images {
    gap: 4rem;
  }
}

.p-logisquare-environment .p-logisquare-section__title::before {
  background: url("../img/business/logistics-investment/logisquare/icon_sec_02.svg") center/contain no-repeat;
}

.p-logisquare-workers .p-logisquare-section__title::before {
  background: url("../img/business/logistics-investment/logisquare/icon_sec_03.svg") center/contain no-repeat;
}
.p-logisquare-workers .c-link-list {
  margin-top: 3rem;
}

.p-logisquare-region .p-logisquare-section__title::before {
  background: url("../img/business/logistics-investment/logisquare/icon_sec_04.svg") center/contain no-repeat;
}

.p-logisquare-landscape {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-landscape {
    padding-bottom: 7rem;
  }
}
.p-logisquare-landscape .p-logisquare-section__title::before {
  background: url("../img/business/logistics-investment/logisquare/icon_sec_05.svg") center/contain no-repeat;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-landscape .p-logisquare-section__title {
    font-size: 2.2rem;
  }
}
.p-logisquare-landscape__inner {
  margin-top: 6rem;
  position: relative;
  padding-top: 12rem;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-landscape__inner {
    margin-top: 3.5rem;
    padding-top: 6rem;
  }
}
.p-logisquare-landscape__bg {
  background: url("../img/business/logistics-investment/logisquare/bg_landscape.webp") top center/cover no-repeat;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% - var(--bg-height));
}
.p-logisquare-landscape__logo {
  max-width: 48rem;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-landscape__logo {
    max-width: 26rem;
    margin: 0 auto 1rem;
  }
}
.p-logisquare-landscape__content {
  padding: 5rem 11.5384615385% 6rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0.2rem 6rem rgba(22, 78, 123, 0.15);
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-landscape__content {
    padding: 2.5rem 3rem 4rem;
  }
}
.p-logisquare-landscape__text {
  font-size: 1.5rem;
  line-height: 1.9;
}
.p-logisquare-landscape__text + .p-logisquare-landscape__text {
  margin-top: 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-landscape__text + .p-logisquare-landscape__text {
    margin-top: 2.5rem;
  }
}

.p-logisquare-banner {
  position: relative;
  margin-top: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-banner {
    margin-top: 7rem;
  }
}
.p-logisquare-banner__image {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 53rem;
}
@media screen and (max-width: 1210.98px) {
  .p-logisquare-banner__image {
    width: 45.2991452991%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-banner__image {
    position: inherit;
    top: inherit;
    right: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    width: calc(100% + 1rem);
    margin-left: -1.5rem;
  }
}
.p-logisquare-banner__content {
  background: var(--bg-gray);
  width: 63.2478632479%;
  padding: 6rem;
  padding-right: 16rem;
  min-height: 42rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1210.98px) {
  .p-logisquare-banner__content {
    padding: 5.1282051282%;
    padding-right: 13.6752136752%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-banner__content {
    width: calc(100% + 1.5rem);
    padding: 9rem 3rem 4rem 2rem;
    min-height: inherit;
    margin-top: -7rem;
    margin-right: -1.5rem;
  }
  .p-logisquare-banner__content .c-btn {
    margin-left: 1.5rem;
  }
}
.p-logisquare-banner__content h2 {
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 500;
  color: var(--text-heading);
  margin-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare-banner__content h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.p-logisquare-banner__content .c-btn__wrap {
  margin-top: 3rem;
}
.p-logisquare-banner__content .c-btn {
  font-family: "Manrope", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 768px) {
  .p-logisquare--en .p-logisquare-mv__content {
    display: flex;
    align-items: center;
  }
}
.p-logisquare--en .p-logisquare-mv__content hgroup {
  padding-top: 0;
}
@media screen and (max-width: 767.98px) {
  .p-logisquare--en .p-logisquare-mv__content hgroup {
    padding: 3.5rem 2rem 0;
  }
}
.p-logisquare--en .p-logisquare-mv__content hgroup p {
  font-size: 2rem;
  text-shadow: 0.1rem 0.1rem 0.2rem var(--bg-black);
}
@media screen and (max-width: 767.98px) {
  .p-logisquare--en .p-logisquare-mv__content hgroup p {
    font-size: 1.6rem;
  }
}

.p-search input[type=search] {
  -webkit-appearance: none;
}
.p-search input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.p-search .mt-site-search-container {
  margin-top: 7rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-search .mt-site-search-container {
    margin-top: 4rem;
    margin-bottom: 5rem;
  }
}
.p-search .mt-site-search-form {
  max-width: 80rem;
  margin: 0 auto;
  position: relative;
}
.p-search .mt-site-search-form__query {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: var(--bg-gray);
  border: 0.2rem solid var(--border-gray);
  color: var(--text-main);
  padding: 1.8rem 6.5rem 1.8rem 2rem;
  outline: none;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .p-search .mt-site-search-form__query {
    padding: 1.3rem 6.5rem 1.3rem 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-search .mt-site-search-form__query:hover {
    border-color: var(--main-accent);
  }
}
.p-search .mt-site-search-form__query:focus {
  border-color: var(--main-accent);
  background: var(--bg-white);
}
.p-search .mt-site-search-form__button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 0 2rem 0 0;
  margin: 0;
  font-size: 0;
  width: 6.5rem;
}
.p-search .mt-site-search-form__button::after {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-mask-image: url("../img/common/icon_search.svg");
          mask-image: url("../img/common/icon_search.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #444;
  forced-color-adjust: none;
  transition: 0.3s all ease-in;
}
@media print, screen and (min-width: 768px) {
  .p-search .mt-site-search-form__button:hover::after, .p-search .mt-site-search-form__button:focus-visible::after {
    background-color: var(--main-accent);
  }
}
.p-search .mt-site-search-result-container {
  margin-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-search .mt-site-search-result-container {
    margin-top: 4rem;
  }
}
.p-search .mt-site-search-result__message > span {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .p-search .mt-site-search-result__message > span {
    font-size: 1.8rem;
  }
}
.p-search .mt-site-search-result__list {
  margin-top: 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-search .mt-site-search-result__list {
    margin-top: 2.5rem;
  }
}
.p-search .mt-site-search-result-item {
  margin: 0;
  padding: 2.5rem 0;
  border-bottom: 0.1rem solid var(--border-palegray);
}
.p-search .mt-site-search-result-item:first-child {
  border-top: 0.1rem solid var(--border-palegray);
}
@media print, screen and (min-width: 768px) {
  .p-search .mt-site-search-result-item a:hover .mt-site-search-result-item__label {
    text-decoration: none;
    color: var(--main-accent);
  }
  .p-search .mt-site-search-result-item a:hover .mt-site-search-result-item__url {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
}
.p-search .mt-site-search-result-item a:focus-visible .mt-site-search-result-item__label {
  color: var(--main-accent);
}
.p-search .mt-site-search-result-item a:focus-visible .mt-site-search-result-item__url {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.p-search .mt-site-search-result-item__label {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  transition: 0.3s all ease-in;
}
.p-search .mt-site-search-result-item__url {
  color: var(--main-accent);
  font-size: 1.6rem;
  line-height: 1.6;
  -webkit-text-decoration: 0.1rem underline var(--main-accent);
          text-decoration: 0.1rem underline var(--main-accent);
  text-underline-offset: 0.3rem;
  margin: 1rem 0;
  transition: 0.3s all ease-in;
}
.p-search .mt-site-search-result-item__excerpt {
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-search .mt-site-search__pagination {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
}
.p-search .mt-site-search__pagination ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.p-search .mt-site-search-pagination-item {
  padding: 0;
}
.p-search .mt-site-search-pagination-item a {
  border: 0.1rem solid var(--main-accent);
  background: var(--bg-white);
  color: var(--main-accent);
  border-radius: 0.4rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.4rem;
  transition: 0.3s all ease-in;
}
@media print, screen and (min-width: 768px) {
  .p-search .mt-site-search-pagination-item a:hover {
    background: var(--main-accent);
    color: var(--text-white);
  }
}
.p-search .mt-site-search-pagination-item a:focus-visible {
  background: var(--main-accent);
  color: var(--text-white);
}
.p-search .mt-site-search-pagination-item--previous a, .p-search .mt-site-search-pagination-item--next a {
  border-color: var(--border-gray);
  position: relative;
}
.p-search .mt-site-search-pagination-item--previous a::before, .p-search .mt-site-search-pagination-item--next a::before {
  content: "";
  width: 0.8rem;
  height: 1.6rem;
  -webkit-mask-image: url("../img/common/icon_search_arrow_right.svg");
          mask-image: url("../img/common/icon_search_arrow_right.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: var(--main-accent);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  forced-color-adjust: none;
  transition: 0.3s all ease-in;
}
@media print, screen and (min-width: 768px) {
  .p-search .mt-site-search-pagination-item--previous a:hover, .p-search .mt-site-search-pagination-item--next a:hover {
    background: var(--bg-gray);
  }
}
.p-search .mt-site-search-pagination-item--previous a:focus-visible, .p-search .mt-site-search-pagination-item--next a:focus-visible {
  background: var(--bg-gray);
}
.p-search .mt-site-search-pagination-item--previous span, .p-search .mt-site-search-pagination-item--next span {
  display: none;
}
.p-search .mt-site-search-pagination-item--previous a::before {
  -webkit-mask-image: url("../img/common/icon_search_arrow_left.svg");
          mask-image: url("../img/common/icon_search_arrow_left.svg");
  margin-left: 0.1rem;
}
.p-search .mt-site-search-pagination-item--next a::before {
  margin-right: 0.1rem;
}
.p-search .mt-site-search-pagination-item--current a {
  background: var(--main-accent);
  color: var(--text-white);
}