@charset "UTF-8";
*,
*::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;
}

/* 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]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  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;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 1250px) {
  html {
    font-size: 1.28vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
}

a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

/* hover指定できるPCを想定したスタイル */
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
/* hoverが使えないタッチ端末を想定した装飾 */
@media (hover: none) {
  a:active {
    opacity: 0.7;
  }
}
html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  color: #231815;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

main {
  flex: 1;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px;
  max-width: 78.125rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 574px;
    max-width: 35.875rem;
    padding-left: 17px;
    padding-left: 1.0625rem;
    padding-right: 17px;
    padding-right: 1.0625rem;
  }
}

.l-inner2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1330px;
  max-width: 83.125rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-inner2 {
    max-width: 574px;
    max-width: 35.875rem;
    padding-left: 17px;
    padding-left: 1.0625rem;
    padding-right: 17px;
    padding-right: 1.0625rem;
  }
}

.c-btn {
  font-feature-settings: "palt";
  background-color: #E50012;
  border-radius: 100vmax;
  color: #fff;
  display: inline-block;
  font-size: max(22px, 10px);
  font-size: max(1.375rem, 10px);
  font-weight: 700;
  line-height: 1.5;
  min-width: 441px;
  min-width: 27.5625rem;
  padding: 17px 24px;
  padding: 1.0625rem 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.45;
    min-width: 260.5px;
    min-width: 16.28125rem;
    padding: 10.33px 16px;
    padding: 0.645625rem 1rem;
  }
}

.c-section-title {
  text-align: center;
}

.c-section-title__en {
  color: #2D416E;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: max(34px, 10px);
  font-size: max(2.125rem, 10px);
  font-weight: 700;
  line-height: 1.2058823529;
}
@media screen and (max-width: 767px) {
  .c-section-title__en {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.c-section-title__ja {
  font-feature-settings: "palt";
  color: #E50012;
  display: inline-block;
  font-size: 68px;
  font-size: 4.25rem;
  font-weight: 700;
  line-height: 1.2058823529;
  margin-top: -4px;
  margin-top: -0.25rem;
}
@media screen and (max-width: 767px) {
  .c-section-title__ja {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.2352941176;
    margin-top: 4px;
    margin-top: 0.25rem;
  }
}

.c-section-title__ja:has(.c-section-title__ja-sm) {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 5px;
  padding-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-section-title__ja:has(.c-section-title__ja-sm) {
    flex-direction: column;
    padding-top: 0;
  }
}

.c-section-title__ja-sm {
  color: #E50012;
  display: inline-block;
  font-size: 54px;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1.2407407407;
  margin-top: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-section-title__ja-sm {
    display: block;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    margin-top: 0;
  }
}

.c-section-title__ja .u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-section-title__ja .u-sp {
    display: inline;
  }
}

.p-about {
  padding-top: 64px;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-top: 40px;
    padding-top: 2.5rem;
  }
}

.p-about__image {
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  margin-top: 2.1875rem;
  max-width: 1920px;
  max-width: 120rem;
  width: 100%;
}

.p-about__image img {
  aspect-ratio: 1920/960;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__image img {
    aspect-ratio: 375/615;
  }
}

@media screen and (min-width: 767px) and (max-width: 1250px) {
  .p-business-field {
    margin-left: auto;
    margin-right: auto;
    width: 88%;
  }
}
@media screen and (max-width: 767px) {
  .p-business-field {
    width: 100%;
  }
}

.p-business-field__title {
  font-feature-settings: "palt";
  font-size: max(56px, 10px);
  font-size: max(3.5rem, 10px);
  font-weight: 400;
  line-height: 1.1964285714;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-business-field__title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.28;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
  }
}

.p-business-field__title span {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-business-field__title span {
    display: block;
    text-align: center;
  }
}

.p-business-field__title::before,
.p-business-field__title::after {
  bottom: 0;
  content: "";
  position: absolute;
}

.p-business-field__title::before {
  height: 195px;
  height: 12.1875rem;
  left: -83px;
  left: -5.1875rem;
  width: 194px;
  width: 12.125rem;
}
@media screen and (max-width: 767px) {
  .p-business-field__title::before {
    height: 97px;
    height: 6.0625rem;
    left: 50%;
    transform: translateX(-50%);
    width: 97px;
    width: 6.0625rem;
  }
}

.p-business-field__title--home::before {
  background: url(../images/lp/title-decoration01.png) no-repeat center center/contain;
}

.p-business-field__title--industrial::before {
  background: url(../images/lp/title-decoration02.png) no-repeat center center/contain;
}

.p-business-field__title--it::before {
  background: url(../images/lp/title-decoration03.png) no-repeat center center/contain;
}

.p-business-field__title::after {
  height: 8px;
  height: 0.5rem;
  left: 0;
  width: 70px;
  width: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-business-field__title::after {
    height: 4px;
    height: 0.25rem;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    width: 2.25rem;
  }
}

.p-business-field__title--home::after {
  background-color: #E50012;
}

.p-business-field__title--industrial::after {
  background-color: #2D416E;
}

.p-business-field__title--it::after {
  background-color: #00A694;
}

.p-business-field__title + .p-business-field__text {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-business-field__title + .p-business-field__text {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
}

.p-business-field__text {
  font-feature-settings: "palt";
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  line-height: 1.7;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-business-field__text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.75;
  }
}

.p-business-field__sub-title {
  font-feature-settings: "palt";
  align-items: center;
  color: #E50012;
  display: flex;
  font-size: max(36px, 10px);
  font-size: max(2.25rem, 10px);
  font-weight: 400;
  line-height: 1.1944444444;
  margin-top: 87px;
  margin-top: 5.4375rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-business-field__sub-title {
    font-size: 18px;
    font-size: 1.125rem;
    justify-content: center;
    line-height: 1.333;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
    margin-top: 45px;
    margin-top: 2.8125rem;
    position: relative;
  }
}

.p-business-field__sub-title::before,
.p-business-field__sub-title::after {
  content: "";
}

.p-business-field__sub-title::before {
  aspect-ratio: 1/1;
  background-color: #E50012;
  border-radius: 50%;
  flex-shrink: 0;
  height: auto;
  margin-right: 10px;
  margin-right: 0.625rem;
  width: 17px;
  width: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-business-field__sub-title::before {
    margin-right: 5px;
    margin-right: 0.3125rem;
    margin-top: 0.08em;
    width: 8.5px;
    width: 0.53125rem;
  }
}

.p-business-field__sub-title::after {
  height: 5px;
  height: 0.3125rem;
  margin-left: 40px;
  margin-left: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-business-field__sub-title::after {
    bottom: -18px;
    bottom: -1.125rem;
    height: 2.5px;
    height: 0.15625rem;
    left: 0;
    margin-left: 0;
    position: absolute;
    width: 100%;
  }
}

.p-business-field__sub-title--dashed::after {
  background: url(../images/lp/line-dashed.svg) no-repeat left center/contain;
}

.p-business-field__sub-title--line::after {
  background-color: #E50012;
}

.p-business-field__sub-title + .p-business-field__text {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-business-field__sub-title + .p-business-field__text {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}

.p-business-field__image + .p-business-field__sub-title {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-business-field__image + .p-business-field__sub-title {
    margin-top: 53px;
    margin-top: 3.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-business__industrial .p-business-field__sub-title {
    margin-top: 76px;
    margin-top: 4.75rem;
  }
}

.p-business-field__image {
  margin-top: 95px;
  margin-top: 5.9375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-business-field__image {
    margin-top: 28px;
    margin-top: 1.75rem;
  }
}

.p-business-field__image img {
  aspect-ratio: 1200/561;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-business-field__image img {
    aspect-ratio: 340/159;
  }
}

.p-business-field__image--industrial {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-business-field__image--industrial {
    margin-left: calc(50% - 50vw);
    margin-top: 75px;
    margin-top: 4.6875rem;
    width: 100vw;
  }
}

.p-business-field__image--industrial img {
  aspect-ratio: 1269/879;
}
@media screen and (max-width: 767px) {
  .p-business-field__image--industrial img {
    aspect-ratio: 375/546.5;
  }
}

.p-business-field__list {
  grid-gap: 30px;
  display: grid;
  gap: 30px;
  gap: 1.875rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 92px;
  margin-top: 5.75rem;
}
@media screen and (max-width: 767px) {
  .p-business-field__list {
    gap: 26px;
    gap: 1.625rem;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-top: 1.875rem;
    width: 76.3%;
  }
}

.p-business__it .p-business-field__list {
  margin-top: 95px;
  margin-top: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .p-business__it .p-business-field__list {
    margin-top: 45px;
    margin-top: 2.8125rem;
  }
}

.p-business-field__item-image {
  width: 100%;
}

.p-business-field__item-image img {
  -o-object-fit: cover;
  aspect-ratio: 381/304;
  height: auto;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-business-field__item-image img {
    aspect-ratio: 260/205;
  }
}

.p-business__it .p-business-field__item-image img {
  aspect-ratio: 381/301;
}

.p-business-field__item-caption {
  font-feature-settings: "palt";
  font-size: max(27px, 10px);
  font-size: max(1.6875rem, 10px);
  line-height: 1.1851851852;
  margin-top: 12px;
  margin-top: 0.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-business-field__item-caption {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 8px;
    margin-top: 0.5rem;
  }
}

.p-business-field__card-list {
  grid-gap: 36px;
  display: grid;
  gap: 36px;
  gap: 2.25rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 95px;
  margin-top: 5.9375rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-business-field__card-list {
    gap: 36px;
    gap: 2.25rem;
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}

.p-business-field__card-image {
  margin-left: auto;
  margin-right: auto;
}

.p-business-field__card-item:nth-child(1) .p-business-field__card-image {
  width: 178px;
  width: 11.125rem;
}
@media screen and (max-width: 767px) {
  .p-business-field__card-item:nth-child(1) .p-business-field__card-image {
    width: 119px;
    width: 7.4375rem;
  }
}
.p-business-field__card-item:nth-child(1) .p-business-field__card-image img {
  aspect-ratio: 178/301;
}
@media screen and (max-width: 767px) {
  .p-business-field__card-item:nth-child(1) .p-business-field__card-image img {
    aspect-ratio: 119/201;
  }
}

.p-business-field__card-item:nth-child(2) .p-business-field__card-image {
  width: 279px;
  width: 17.4375rem;
}
@media screen and (max-width: 767px) {
  .p-business-field__card-item:nth-child(2) .p-business-field__card-image {
    width: 186.5px;
    width: 11.65625rem;
  }
}
.p-business-field__card-item:nth-child(2) .p-business-field__card-image img {
  aspect-ratio: 279/301;
}
@media screen and (max-width: 767px) {
  .p-business-field__card-item:nth-child(2) .p-business-field__card-image img {
    aspect-ratio: 186.5/200.5;
  }
}

.p-business-field__card-item:nth-child(3) .p-business-field__card-image {
  width: 356px;
  width: 22.25rem;
}
@media screen and (max-width: 767px) {
  .p-business-field__card-item:nth-child(3) .p-business-field__card-image {
    width: 238px;
    width: 14.875rem;
  }
}
.p-business-field__card-item:nth-child(3) .p-business-field__card-image img {
  aspect-ratio: 356/300;
}
@media screen and (max-width: 767px) {
  .p-business-field__card-item:nth-child(3) .p-business-field__card-image img {
    aspect-ratio: 238/201;
  }
}

.p-business-field__card-image img {
  height: 301px;
  height: 18.8125rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-business-field__card-image img {
    height: 201px;
    height: 12.5625rem;
  }
}

.p-business-field__card-caption {
  font-feature-settings: "palt";
  font-size: max(27px, 10px);
  font-size: max(1.6875rem, 10px);
  line-height: 1.1851851852;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-business-field__card-caption {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.377;
    margin-top: 8px;
    margin-top: 0.5rem;
  }
}

.p-business-field__card-text {
  font-feature-settings: "palt";
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  line-height: 1.7;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-business-field__card-text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.75;
    margin-top: 13px;
    margin-top: 0.8125rem;
  }
}

.p-business-field__btn-wrap {
  margin-top: 65px;
  margin-top: 4.0625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-business-field__btn-wrap {
    margin-top: 42px;
    margin-top: 2.625rem;
  }
}

.p-business__it .p-business-field__btn-wrap {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-business__it .p-business-field__btn-wrap {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.p-business-field__btn-list {
  align-items: center;
  display: flex;
  gap: 99px;
  gap: 6.1875rem;
  justify-content: center;
  margin-top: 98px;
  margin-top: 6.125rem;
}
@media screen and (max-width: 767px) {
  .p-business-field__btn-list {
    flex-direction: column;
    gap: 25.5px;
    gap: 1.59375rem;
    margin-top: 56.5px;
    margin-top: 3.53125rem;
  }
}

.p-business-field__block {
  position: relative;
  z-index: 5;
}

.p-business-field__block::after {
  aspect-ratio: 1920/1063;
  background: url(../images/lp/bg-bottom.png) no-repeat bottom center/cover;
  bottom: 18%;
  content: "";
  height: auto;
  left: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: absolute;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-business-field__block::after {
    aspect-ratio: 375/582;
    background: url(../images/lp/bg-bottom_sp.png) no-repeat bottom center/cover;
    bottom: 18.5%;
  }
}

.p-business {
  background: linear-gradient(to bottom, #e4f1f0 0%, #e4f1f0 10%, #fff 10%, #fff 100%);
  overflow-x: clip;
  padding: 125px 0 200px;
  padding: 7.8125rem 0 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-business {
    padding: 55px 0 55px;
    padding: 3.4375rem 0 3.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-business__inner.l-inner {
    max-width: 568px;
    max-width: 35.5rem;
    padding-left: 14px;
    padding-left: 0.875rem;
    padding-right: 14px;
    padding-right: 0.875rem;
  }
}

.p-business__bg {
  background: url(../images/lp/bg-top.png) no-repeat bottom center/cover;
  padding-bottom: 125px;
  padding-bottom: 7.8125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-business__bg {
    background: url(../images/lp/bg-top_sp.png) no-repeat bottom center/cover;
    padding-bottom: 52px;
    padding-bottom: 3.25rem;
  }
}
@media screen and (min-width: 1950px) {
  .p-business__bg {
    padding-bottom: 160px;
    padding-bottom: 10rem;
  }
}

.p-business__title .c-section-title__ja {
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .p-business__title .c-section-title__ja {
    margin-top: 9px;
    margin-top: 0.5625rem;
  }
}

.p-business__lead {
  font-feature-settings: "palt";
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 500;
  line-height: 1.7;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-top: 3.125rem;
  max-width: 1018px;
  max-width: 63.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-business__lead {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.75;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

.p-business__movie {
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  margin-top: 5.625rem;
  max-width: 844px;
  max-width: 52.75rem;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-business__movie {
    margin-top: 28px;
    margin-top: 1.75rem;
    width: 98%;
  }
}

.p-business__movie lite-youtube {
  aspect-ratio: 16/9;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.p-business__movie lite-youtube > .lyt-playbtn {
  filter: initial;
}

.p-business__card-list {
  grid-gap: 30px;
  display: grid;
  gap: 30px;
  gap: 1.875rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 98px;
  margin-top: 6.125rem;
}
@media screen and (max-width: 767px) {
  .p-business__card-list {
    gap: 21.5px;
    gap: 1.34375rem;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    margin-top: 38px;
    margin-top: 2.375rem;
    width: 75.4%;
  }
}

.p-business__card-item {
  width: 100%;
}

.p-business__card {
  display: block;
  overflow: hidden;
  position: relative;
}

.p-business__card-image {
  width: 100%;
}

.p-business__card-image img {
  aspect-ratio: 381/312;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-business__card-image img {
    aspect-ratio: 260/213;
  }
}

.p-business__card-title {
  font-feature-settings: "palt";
  color: #fff;
  font-size: max(27px, 10px);
  font-size: max(1.6875rem, 10px);
  font-weight: 700;
  left: 50%;
  line-height: 1.1851851852;
  position: absolute;
  top: 10px;
  top: 0.625rem;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-business__card-title {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.315;
    top: 5.5px;
    top: 0.34375rem;
  }
}

.p-business__bottom-inner {
  margin-top: -48px;
  margin-top: -3rem;
}
@media screen and (max-width: 767px) {
  .p-business__bottom-inner {
    margin-top: -24px;
    margin-top: -1.5rem;
  }
}

.p-business__home {
  padding-top: 96px;
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-business__home {
    padding-top: 80px;
    padding-top: 5rem;
  }
}

.p-business__industrial {
  padding-top: 180px;
  padding-top: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-business__industrial {
    padding-top: 100px;
    padding-top: 6.25rem;
  }
}

.p-business__it {
  padding-top: 190px;
  padding-top: 11.875rem;
}
@media screen and (max-width: 767px) {
  .p-business__it {
    padding-top: 100px;
    padding-top: 6.25rem;
  }
}

.p-discover {
  background-color: #e4f1f0;
  padding-top: 125px;
  padding-top: 7.8125rem;
}
@media screen and (max-width: 767px) {
  .p-discover {
    padding-top: 55px;
    padding-top: 3.4375rem;
  }
}

.p-discover__head {
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-discover__head {
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
  }
}

.p-discover__lead {
  font-feature-settings: "palt";
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 500;
  line-height: 1.2;
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-discover__lead {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.75;
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
}

.p-discover__image {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  max-width: 120rem;
  position: relative;
  width: 100%;
}

.p-discover__image img {
  aspect-ratio: 1920/700;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-discover__image img {
    aspect-ratio: 375/425;
  }
}

.p-discover__links {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.p-discover__link {
  background-color: transparent;
  border-radius: 100vmax;
  cursor: pointer;
  display: block;
  position: absolute;
  transition: background-color 0.3s ease;
}

.p-discover__link:hover,
.p-discover__link:focus-visible {
  background-color: rgba(229, 0, 18, 0.2);
  outline: none;
}

.p-discover__link--history {
  height: 13%;
  left: 17.5%;
  top: 27.4%;
  width: 15%;
}
@media screen and (max-width: 767px) {
  .p-discover__link--history {
    bottom: 32.6%;
    height: 11.5%;
    left: 4.88%;
    top: auto;
    top: initial;
    width: 45.5%;
  }
}

.p-discover__link--plan {
  height: 13.5%;
  left: 36.55%;
  top: 4.3%;
  width: 15%;
}
@media screen and (max-width: 767px) {
  .p-discover__link--plan {
    height: 11.5%;
    left: 4.88%;
    top: 5.3%;
    width: 45.5%;
  }
}

.p-discover__link--report {
  height: 13.5%;
  right: 35.5%;
  top: 31.3%;
  width: 15%;
}
@media screen and (max-width: 767px) {
  .p-discover__link--report {
    height: 11.5%;
    right: 4.94%;
    top: 16.9%;
    width: 45.5%;
  }
}

.p-discover__link--recruit {
  height: 13%;
  right: 17.3%;
  top: 23.3%;
  width: 15%;
}
@media screen and (max-width: 767px) {
  .p-discover__link--recruit {
    bottom: 5.46%;
    height: 11.5%;
    right: 4.945%;
    top: auto;
    top: initial;
    width: 45.5%;
  }
}

.p-global {
  background-color: #e4f1f0;
  padding: 100px 0 73px;
  padding: 6.25rem 0 4.5625rem;
}
@media screen and (max-width: 767px) {
  .p-global {
    padding: 55px 0 66.5px;
    padding: 3.4375rem 0 4.15625rem;
  }
}

.p-global__inner.l-inner {
  max-width: 1286px;
  max-width: 80.375rem;
}

.p-global__lead {
  font-feature-settings: "palt";
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 500;
  line-height: 1.7;
  margin-top: 85px;
  margin-top: 5.3125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-global__lead {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.75;
    margin-top: 18px;
    margin-top: 1.125rem;
  }
}

.p-global__map {
  margin-top: 98px;
  margin-top: 6.125rem;
}
@media screen and (max-width: 767px) {
  .p-global__map {
    margin-top: 27px;
    margin-top: 1.6875rem;
  }
}

.p-global__map img {
  aspect-ratio: 1236/505;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-global__map img {
    aspect-ratio: 340/139;
  }
}

.p-global__map-zoom {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-global__map-zoom {
    align-items: center;
    background-color: #fff;
    border: 1px solid #2D416E;
    border-radius: 100vmax;
    color: #2D416E;
    cursor: pointer;
    display: inline-flex;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 500;
    gap: 5px;
    gap: 0.3125rem;
    margin-top: 12px;
    margin-top: 0.75rem;
    padding: 5px 10px;
    padding: 0.3125rem 0.625rem;
    transition: background-color 0.2s, color 0.2s;
  }
}

@media screen and (max-width: 767px) {
  .p-global__map-zoom:active {
    background-color: #2D416E;
    color: #fff;
  }
}

.p-global__modal {
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: background-color 0.25s ease;
  z-index: 9000;
}

.p-global__modal.is-open {
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: auto;
}

.p-global__modal-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.p-global__modal-content {
  background-color: #e4f1f0;
  border-radius: 0.625rem;
  max-width: 600px;
  max-width: 37.5rem;
  opacity: 0;
  overflow: hidden;
  position: relative;
  transform: translateY(1rem);
  transition: opacity 0.25s ease, transform 0.25s ease;
  width: 92vw;
  z-index: 1;
}

.p-global__modal.is-open .p-global__modal-content {
  opacity: 1;
  transform: translateY(0);
}

.p-global__modal-close {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 36px;
  height: 2.25rem;
  justify-content: center;
  position: absolute;
  right: 8px;
  right: 0.5rem;
  top: 8px;
  top: 0.5rem;
  transition: background-color 0.2s;
  width: 36px;
  width: 2.25rem;
  z-index: 2;
}

.p-global__modal-close:active {
  background-color: rgba(0, 0, 0, 0.75);
}

.p-global__viewer-scroll {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
}

.p-global__viewer-img-wrap {
  touch-action: pan-x pan-y pinch-zoom;
  width: 900px;
  width: 56.25rem;
}

.p-global__viewer-img-wrap img {
  -webkit-user-select: none;
     -moz-user-select: none;
  display: block;
  height: auto;
  pointer-events: none;
  transform-origin: center center;
          user-select: none;
  width: 100%;
  will-change: transform;
}

.p-global__btn {
  margin-top: 80px;
  margin-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-global__btn {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.p-mv {
  overflow: hidden;
  width: 100%;
}

.p-mv__image {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  max-width: 120rem;
  width: 100%;
}

.p-mv__image img {
  aspect-ratio: 1920/731;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__image img {
    aspect-ratio: 375/425;
  }
}

.p-section-nav {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-section-nav {
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    padding-top: 40px;
    padding-top: 2.5rem;
  }
}

.p-section-nav__list {
  grid-gap: 20px 24px;
  display: grid;
  gap: 20px 24px;
  gap: 1.25rem 1.5rem;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 767px) {
  .p-section-nav__list {
    gap: 10.5px 11.5px;
    gap: 0.65625rem 0.71875rem;
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .p-section-nav__item {
    grid-column: span 2;
  }
}

@media screen and (max-width: 767px) {
  .p-section-nav__item:nth-child(4) {
    grid-column: 2/span 2;
  }
}

@media screen and (max-width: 767px) {
  .p-section-nav__item:nth-child(5) {
    grid-column: 4/span 2;
  }
}

.p-section-nav__link {
  font-feature-settings: "palt";
  border: 1px solid #E50012;
  border-radius: 100vmax;
  color: #E50012;
  display: block;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  line-height: 1.2222222222;
  padding: 16px 20px 35px;
  padding: 1rem 1.25rem 2.1875rem;
  position: relative;
  text-align: center;
  transition: color 0.4s ease, background-color 0.4s ease;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-section-nav__link {
    font-size: 8.62px;
    font-size: 0.53875rem;
    line-height: 1.3335266821;
    padding: 10px 12px 15.8px;
    padding: 0.625rem 0.75rem 0.9875rem;
  }
}

.p-section-nav__link::after {
  -webkit-mask-image: url("../images/lp/arrow-down.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  background-color: #E50012;
  bottom: 10px;
  bottom: 0.625rem;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: 50%;
          mask-image: url("../images/lp/arrow-down.svg");
          mask-position: center center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  transform: translateX(-50%);
  transition: background-color 0.4s ease;
  width: 14px;
  width: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-section-nav__link::after {
    bottom: 4px;
    bottom: 0.25rem;
    height: 4px;
    height: 0.25rem;
    width: 7px;
    width: 0.4375rem;
  }
}

@media (any-hover: hover) {
  .p-section-nav__link:hover {
    background-color: #E50012;
    color: #fff;
    opacity: 1;
  }
  .p-section-nav__link:hover::after {
    background-color: #fff;
  }
}
.p-sustainability {
  padding: 190px 0 199px;
  padding: 11.875rem 0 12.4375rem;
}
@media screen and (max-width: 767px) {
  .p-sustainability {
    padding: 55px 0 60px;
    padding: 3.4375rem 0 3.75rem;
  }
}

.p-sustainability__inner.l-inner {
  max-width: 1230px;
  max-width: 76.875rem;
}

.p-sustainability__lead {
  font-feature-settings: "palt";
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 500;
  line-height: 1.7;
  margin-top: 85px;
  margin-top: 5.3125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sustainability__lead {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.75;
    margin-top: 16px;
    margin-top: 1rem;
  }
}

.p-sustainability__btn {
  margin-top: 95px;
  margin-top: 5.9375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sustainability__btn {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}

.js-fade-in {
  opacity: 0;
  transform: translateY(30px); /* デフォルトは下 → 上 */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.js-fade-in.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .js-fade-in {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.u-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
