@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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]) {
  -webkit-filter: blur(10px);
          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: 62.5%;
}

/* pcの電話番号発信対応 */

a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:focus-visible {
  opacity: 0.7;
}
html {
  scroll-padding-top: 3.75rem;
}

body {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 596px;
  max-width: 59.6rem;
  padding-left: 28px;
  padding-left: 2.8rem;
  padding-right: 28px;
  padding-right: 2.8rem;
  width: 100%;
}

.l-sub-company-about {
  background-color: #fff;
}

.l-sub-company-links {
  margin-top: -50px;
  margin-top: -5rem;
}

.l-sub-company-mv {
  overflow: hidden;
  position: relative;
}

.c-button {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #70bebd), to(#4da0b7));
  background: linear-gradient(90deg, #70bebd 30%, #4da0b7 100%);
  border-radius: 99.9rem;
  color: #fff;
  display: inline-block;
  font-size: max(12px, 10px);
  font-size: max(1.2rem, 10px);
  letter-spacing: 0.02em;
  padding: 5px 10px;
  padding: 0.5rem 1rem;
  position: relative;
  text-align: center;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  width: 187px;
  width: 18.7rem;
  z-index: 0;
}

.c-button::before {
  background: #fff;
  border: 1px solid #0080a8;
  border-radius: 62.4375rem;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}

.c-button1 {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 99.9rem;
  color: #0080a8;
  display: inline-block;
  font-size: max(12px, 10px);
  font-size: max(1.2rem, 10px);
  letter-spacing: 0.02em;
  padding: 5px 10px;
  padding: 0.5rem 1rem;
  text-align: center;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  width: 187px;
  width: 18.7rem;
}

.c-button1:focus-visible {
  background-color: transparent;
  color: #fff;
  opacity: 1;
}

.c-button2 {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #70bebd), to(#4da0b7));
  background: linear-gradient(90deg, #70bebd 30%, #4da0b7 100%);
  border-radius: 99.9rem;
  color: #fff;
  display: inline-block;
  font-size: max(17px, 10px);
  font-size: max(1.7rem, 10px);
  letter-spacing: 0;
  padding: 9px 10px;
  padding: 0.9rem 1rem;
  position: relative;
  text-align: center;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  width: 203px;
  width: 20.3rem;
  z-index: 0;
}

.c-button2::before {
  background: #fff;
  border: 1px solid #0080a8;
  border-radius: 99.9rem;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}

.c-button:focus-visible {
  color: #0080a8;
  opacity: 1;
}

.c-button2:focus-visible {
  color: #0080a8;
  opacity: 1;
}

.p-sub-company-links__link:focus-visible {
  color: #0080a8;
  opacity: 1;
}

.c-category {
  border: 1px solid #000;
  border-radius: 99.9rem;
  font-size: max(12px, 10px);
  font-size: max(1.2rem, 10px);
  letter-spacing: 0.02em;
  padding: 2px 25px;
  padding: 0.2rem 2.5rem;
  text-align: center;
}

.c-line-container01 {
  left: -23%;
  position: absolute;
  top: 57%;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.c-line-container01__svg {
  height: 709px;
  height: 70.9rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  width: 85px;
  width: 8.5rem;
}

.c-line-container01__dot {
  -webkit-transform: scale(1.75);
          transform: scale(1.75);
}

.c-line-container01__bg {
  opacity: 0;
}

.c-line-container01__path {
  stroke: #fff;
  stroke-width: 1px;
  fill: none;
}

.c-line-container02 {
  position: absolute;
  right: 18%;
  top: 2%;
}

.c-line-container02__svg {
  height: 1412px;
  height: 141.2rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  width: 135px;
  width: 13.5rem;
}

.c-line-container02__bg {
  opacity: 0;
}

.c-line-container02__path {
  stroke: #fff;
  stroke-width: 1px;
  fill: none;
}

.l-overflow {
  overflow: hidden;
  position: relative;
}

.c-line-container03 {
  left: -100%;
  position: absolute;
  top: 14.5%;
  z-index: -1;
}

.c-line-container03__svg {
  height: 210px;
  height: 21rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  width: 550px;
  width: 55rem;
}

.c-line-container03__bg {
  opacity: 0;
}

.c-line-container03__path {
  stroke: #c6e0e7;
  stroke-width: 1px;
  fill: none;
}

.c-line-container03__dot {
  -webkit-transform: scale(2);
          transform: scale(2);
}

.c-scroll {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 14px;
  gap: 1.4rem;
  position: absolute;
  right: 3px;
  right: 0.3rem;
  top: 46%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-scroll__text {
  font-size: max(11px, 10px);
  font-size: max(1.1rem, 10px);
  letter-spacing: 0;
}

.c-scroll__anime {
  height: 15px;
  position: relative;
  width: 1px;
}

.c-scroll__anime::before {
  -webkit-animation: circlemoveSp 2s ease-in-out infinite, cirlemovehide 2s ease-out infinite;
          animation: circlemoveSp 2s ease-in-out infinite, cirlemovehide 2s ease-out infinite;
  background: #000;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 5px;
  left: -2px;
  position: absolute;
  width: 5px;
}

.c-scroll__anime::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  width: 1px;
}

@-webkit-keyframes circlemoveSp {
  0% {
    bottom: 15px;
  }
  100% {
    bottom: 0px;
  }
}

@keyframes circlemoveSp {
  0% {
    bottom: 15px;
  }
  100% {
    bottom: 0px;
  }
}
@-webkit-keyframes circlemove {
  0% {
    bottom: 33px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 33px;
  }
  100% {
    bottom: 0px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.c-section-heading {
  color: #0080a8;
  font-size: max(24px, 10px);
  font-size: max(2.4rem, 10px);
  font-weight: 500;
  letter-spacing: 0.06em;
}

.c-sub-heading {
  color: #0080a8;
  font-size: max(19px, 10px);
  font-size: max(1.9rem, 10px);
  font-weight: normal;
  letter-spacing: 0.06em;
}

.p-sub-company-about {
  padding-bottom: 76px;
  padding-bottom: 7.6rem;
}

.p-sub-company-about__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 596px;
  max-width: 59.6rem;
  padding-left: 28px;
  padding-left: 2.8rem;
  padding-right: 28px;
  padding-right: 2.8rem;
  width: 100%;
}

.p-sub-company-about__wrapper {
  position: relative;
}

.p-sub-company-about__image {
  margin-left: calc(50% - 50vw);
}

.p-sub-company-about__image img {
  border-radius: 0 0.3rem 0.3rem 0;
  height: auto;
  width: 100%;
}

.p-sub-company-about__content {
  margin-top: 32px;
  margin-top: 3.2rem;
}

.p-sub-company-about__text {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-top: 7px;
  margin-top: 0.7rem;
  text-align: justify;
}

.p-sub-company-access {
  padding-bottom: 179px;
  padding-bottom: 17.9rem;
  padding-top: 108px;
  padding-top: 10.8rem;
}

.p-sub-company-access__heading {
  color: #0080a8;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}

.p-sub-company-access__contents {
  margin-top: 33px;
  margin-top: 3.3rem;
}

.p-sub-company-access__content:not(:first-child) {
  margin-top: 80px;
  margin-top: 8rem;
}

.p-sub-company-access__info {
  grid-gap: 1.0625rem;
  display: grid;
  gap: 17px;
  gap: 1.7rem;
  grid-template-columns: 1fr;
  margin-top: 17px;
  margin-top: 1.7rem;
}

.p-sub-company-access__title {
  color: #0080a8;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: normal;
  letter-spacing: 0.06em;
  line-height: 1.3157894737;
}

.p-sub-company-access__address {
  font-size: max(12px, 10px);
  font-size: max(1.2rem, 10px);
  letter-spacing: 0.02em;
  line-height: 2;
}

.p-sub-company-access__tel-numbers {
  -webkit-transform: translateX(-0.5rem);
          transform: translateX(-0.5rem);
}

.p-sub-company-access__tel-number {
  font-size: max(12px, 10px);
  font-size: max(1.2rem, 10px);
  letter-spacing: 0.02em;
  line-height: 2;
}

.p-sub-company-access__map {
  margin-top: 17px;
  margin-top: 1.7rem;
  overflow: hidden;
}

.p-sub-company-access__map iframe {
  -o-object-fit: cover;
  aspect-ratio: 318/210;
  border-radius: 0.3rem;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-sub-company-development__wrapper {
  border: 1px solid #fff;
  border-radius: 0.3rem;
  overflow: hidden;
  padding-bottom: 30px;
  padding-bottom: 3rem;
  position: relative;
}

.p-sub-company-development__wrapper::before {
  aspect-ratio: 318/313;
  background-image: url(../images/corp/introduction_deve_sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 313px;
  height: 31.3rem;
  width: 318px;
  width: 31.8rem;
}
@supports (background-image: url(../images/corp/introduction_deve_sp.webp)) {
  .p-sub-company-development__wrapper::before {
    background-image: url(../images/corp/introduction_deve_sp.webp);
  }
}

.p-sub-company-development__text-block {
  margin-top: 15px;
  margin-top: 1.5rem;
  padding-left: 24px;
  padding-left: 2.4rem;
  padding-right: 24px;
  padding-right: 2.4rem;
  position: relative;
}

.p-sub-company-development__title {
  color: #fff;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.p-sub-company-development__description {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 16px;
  margin-top: 1.6rem;
  text-align: justify;
}

.p-sub-company-history {
  background-color: #ecf6f9;
  margin-top: -50px;
  margin-top: -5rem;
  padding-bottom: 108px;
  padding-bottom: 10.8rem;
  padding-top: 134px;
  padding-top: 13.4rem;
}

.p-sub-company-history__wrapper {
  position: relative;
}

.p-sub-company-history__heading {
  color: #0080a8;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  max-width: 596px;
  max-width: 59.6rem;
  padding-left: 28px;
  padding-left: 2.8rem;
  padding-right: 28px;
  padding-right: 2.8rem;
  width: 100%;
}

.p-sub-company-history__slider {
  margin-top: 41px;
  margin-top: 4.1rem;
}

.p-sub-company-history__rail {
  background: #0080a8;
  height: 1px;
  left: 0;
  margin-left: 16px;
  margin-left: 1.6rem;
  position: absolute;
  top: 33px;
  top: 3.3rem;
  width: 100%;
  width: var(--rail-width, 100%);
}

.p-sub-company-history__slider-slide:last-child .p-sub-company-history__title {
  letter-spacing: 0.01em;
}

.p-sub-company-history__year-marker {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-sub-company-history__year {
  color: #0080a8;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
}

.p-sub-company-history__year::before {
  background: #0080a8;
  border-radius: 50%;
  bottom: -21px;
  bottom: -2.1rem;
  content: "";
  height: 5px;
  height: 0.5rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5px;
  width: 0.5rem;
  z-index: 2;
}

.p-sub-company-history__content {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 48px;
  margin-top: 4.8rem;
  min-height: 625px;
  min-height: 62.5rem;
  height: 100%;
  padding: 11px 23px;
  padding: 1.1rem 2.3rem;
  position: relative;
}

.p-sub-company-history__image {
  border-radius: 0.3rem;
  margin-top: -25px;
  margin-top: -2.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  overflow: hidden;
}

.p-sub-company-history__image img {
  -o-object-fit: cover;
  aspect-ratio: 270/185;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-sub-company-history__period {
  color: #0080a8;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}

.p-sub-company-history__text-block {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.p-sub-company-history__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0080a8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.3157894737;
  min-height: 78px;
  min-height: 7.8rem;
}

.p-sub-company-history__text {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-top: -5px;
  margin-top: -0.5rem;
  text-align: justify;
}

.p-sub-company-history__cta {
  margin-top: 37px;
  margin-top: 3.7rem;
  text-align: center;
}

.p-sub-company-history__buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  gap: 1rem;
  position: absolute;
  right: 28px;
  right: 2.8rem;
  top: 74px;
  top: 7.4rem;
}

.swiper-slide {
  height: auto;
}

.swiper-button-prev,
.swiper-button-next {
  height: 31px;
  height: 3.1rem;
  margin: 0;
  margin: initial;
  position: static;
  position: initial;
  width: 31px;
  width: 3.1rem;
  aspect-ratio: 1 / 1;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  height: 31px;
  height: 3.1rem;
  width: 31px;
  width: 3.1rem;
  aspect-ratio: 1 / 1;
}

.swiper-button-prev::after {
  background-image: url(../images/corp/icon_round_arrow.svg);
  transform: scaleX(-1);
}

.swiper-button-next::after {
  background-image: url(../images/corp/icon_round_arrow.svg);
}

.p-sub-company-introduction {
  background-image: url(../images/corp/introduction_bg_sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  padding-bottom: 133px;
  padding-bottom: 13.3rem;
  padding-top: 115px;
  padding-top: 11.5rem;
  position: relative;
}

.p-sub-company-introduction__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 596px;
  max-width: 59.6rem;
  padding-left: 28px;
  padding-left: 2.8rem;
  padding-right: 28px;
  padding-right: 2.8rem;
  width: 100%;
}

.p-sub-company-introduction__wrapper {
  position: relative;
  z-index: 1;
}
.p-sub-company-introduction__heading {
  color: #fff;
}

.p-sub-company-introduction__list {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 43px;
  margin-top: 4.3rem;
}

.p-sub-company-introduction__item {
  background-color: #fff;
  border-radius: 0.3rem;
  overflow: hidden;
}

.p-sub-company-introduction__item:not(:first-child) {
  margin-top: 60px;
  margin-top: 6rem;
}

.p-sub-company-introduction__image img {
  -o-object-fit: cover;
  aspect-ratio: 318/185;
  height: auto;
     object-fit: cover;
}

.p-sub-company-introduction__content {
  padding: 26px 24px 23px;
  padding: 2.6rem 2.4rem 2.3rem;
}

.p-sub-company-introduction__title {
  color: #0080a8;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 400;
}

.p-sub-company-introduction__text {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-top: 18px;
  margin-top: 1.8rem;
  text-align: justify;
}

.p-sub-company-introduction__development {
  margin-top: 71px;
  margin-top: 7.1rem;
}

.p-sub-company-links {
  padding-bottom: 108px;
  padding-bottom: 10.8rem;
  padding-top: 29px;
  padding-top: 2.9rem;
}

.p-sub-company-links__inner {
  margin: 0 auto;
  max-width: 1200px;
  max-width: 120rem;
  padding: 0 28px;
  padding: 0 2.8rem;
}

.p-sub-company-links__list {
  grid-gap: 1.5rem;
  display: grid;
  gap: 15px;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-sub-company-links__item {
  width: 100%;
}

.p-sub-company-links__link {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.6rem;
  display: block;
  height: 65px;
  height: 6.5rem;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
}

.p-sub-company-links__link--01 {
  background-image: url("../images/corp/link_bg01.jpg");
}

.p-sub-company-links__link--02 {
  background-image: url("../images/corp/link_bg02.jpg");
}

.p-sub-company-links__link--03 {
  background-image: url("../images/corp/link_bg03.jpg");
}

.p-sub-company-links__link--04 {
  background-image: url("../images/corp/link_bg04.jpg");
}

.p-sub-company-links__link--05 {
  background-image: url("../images/corp/link_bg05.jpg");
}

.p-sub-company-links__link--06 {
  background-image: url("../images/corp/link_bg06.jpg");
}

.p-sub-company-links__link::before {
  background-color: rgba(0, 128, 168, 0.8);
  border-radius: 0.6rem;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-sub-company-links__link::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(112, 190, 189)), to(rgb(77, 160, 183)));
  background: linear-gradient(90deg, rgb(112, 190, 189) 30%, rgb(77, 160, 183) 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  content: "";
  height: 33px;
  height: 3.3rem;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: clip-path 0.3s ease-in-out;
  transition: clip-path 0.3s ease-in-out;
  width: 33px;
  width: 3.3rem;
  z-index: 1;
}

.p-sub-company-links__link span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  padding: 10px 20px;
  padding: 1rem 2rem;
  position: relative;
  text-align: center;
  -webkit-transition: text-shadow 0.3s ease-in-out;
  transition: text-shadow 0.3s ease-in-out;
  z-index: 2;
}

.p-sub-company-message {
  padding-bottom: 120px;
  padding-bottom: 12rem;
}

.p-sub-company-message__heading {
  margin-left: auto;
  margin-right: auto;
  max-width: 596px;
  max-width: 59.6rem;
  padding-left: 28px;
  padding-left: 2.8rem;
  padding-right: 28px;
  padding-right: 2.8rem;
  width: 100%;
}

.p-sub-company-message__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 123px;
  gap: 12.3rem;
  margin-top: 33px;
  margin-top: 3.3rem;
}

.p-sub-company-message__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 596px;
  max-width: 59.6rem;
  padding: 0 28px;
  padding: 0 2.8rem;
  width: 100%;
}

.p-sub-company-message__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 2rem;
}

.p-sub-company-message__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-sub-company-message__subtitle {
  color: #0080a8;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: normal;
  letter-spacing: 0.06em;
  line-height: 1.3157894737;
}

.p-sub-company-message__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 2.4rem;
  margin-top: 25px;
  margin-top: 2.5rem;
}

.p-sub-company-message__text {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: justify;
}

.p-sub-company-message__signature {
  margin-top: 7px;
  margin-top: 0.7rem;
}

.p-sub-company-message__signature-block {
  text-align: right;
}

.p-sub-company-message__position,
.p-sub-company-message__name {
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 2;
}

.p-sub-company-message__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-sub-company-message__image img {
  -o-object-fit: cover;
  aspect-ratio: 636/608;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-sub-company-mv {
  position: relative;
}
.p-sub-company-mv__image img {
  -o-object-fit: cover;
  aspect-ratio: 375/411;
  height: auto;
     object-fit: cover;
}

.p-sub-company-mv__inner {
  left: 2.1333333333vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 596px;
  max-width: 59.6rem;
  padding-left: 28px;
  padding-left: 2.8rem;
  padding-right: 28px;
  padding-right: 2.8rem;
  position: absolute;
  top: 28%;
  width: 100%;
}

.p-sub-company-mv__heading {
  color: #0080a8;
  font-size: max(27px, 10px);
  font-size: max(2.7rem, 10px);
  font-weight: 500;
  letter-spacing: 0.06em;
}

.p-sub-company-overview {
  background-color: #ecf6f9;
  padding-bottom: 120px;
  padding-bottom: 12rem;
  padding-top: 120px;
  padding-top: 12rem;
}

.p-sub-company-overview__list {
  margin-top: 34px;
  margin-top: 3.4rem;
}

.p-sub-company-overview__item {
  grid-gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #cdd1d5;
  display: grid;
  gap: 20px;
  gap: 2rem;
  grid-template-columns: 9rem 1fr;
  padding-bottom: 23px;
  padding-bottom: 2.3rem;
  padding-top: 24px;
  padding-top: 2.4rem;
}

.p-sub-company-overview__item:first-child {
  border-top: 1px solid #cdd1d5;
}

.p-sub-company-overview__title {
  
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2;
}

.p-sub-company-overview__title span {
  color: #000;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2.4;
}

.p-sub-company-overview__detail {
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 2;
}

.p-sub-company-overview__detail strong {
  font-weight: 700;
  line-height: 1.5;
}

.p-sub-company-overview__cta {
  margin-top: 60px;
  margin-top: 6rem;
  text-align: center;
}

.p-sub-company-philosophy {
  padding-bottom: 196px;
  padding-bottom: 19.6rem;
  padding-top: 100px;
  padding-top: 10rem;
}

.p-sub-company-philosophy__inner {
  padding-left: 28px;
  padding-left: 2.8rem;
  padding-right: 28px;
  padding-right: 2.8rem;
}

.p-sub-company-philosophy__heading {
  color: #0080a8;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: left;
}

.p-sub-company-philosophy__concepts {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  gap: 0.9rem;
  margin-top: 22px;
  margin-top: 2.2rem;
}

.p-sub-company-philosophy__concept {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(112, 190, 189)), to(rgb(77, 160, 183)));
  background: linear-gradient(90deg, rgb(112, 190, 189) 30%, rgb(77, 160, 183) 100%);
  color: #fff;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.3157894737;
  padding: 1px 5px;
  padding: 0.1rem 0.5rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-sub-company-philosophy__text {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  line-height: 2;
  margin-top: 30px;
  margin-top: 3rem;
  text-align: justify;
}

.p-sub-company-philosophy__images {
  grid-gap: 0.5rem;
  display: grid;
  gap: 5px;
  gap: 0.5rem;
  grid-template-columns: 10.2rem 15rem 10.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 63px;
  margin-top: 6.3rem;
}

.p-sub-company-philosophy__image {
  border-radius: 0.3rem;
  overflow: hidden;
}

.p-sub-company-philosophy__image img {
  -o-object-fit: cover;
  aspect-ratio: 150/193;
  border-radius: 0.6rem;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-sub-company-thoughts {
  background-image: url(../images/corp/thoughts_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 216px;
  padding-bottom: 21.6rem;
  padding-top: 57px;
  padding-top: 5.7rem;
  position: relative;
}
@supports (background-image: url(../images/corp/thoughts_sp.webp)) {
  .p-sub-company-thoughts {
    background-image: url(../images/corp/thoughts_sp.webp);
  }
}

.p-sub-company-thoughts__heading {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}

.p-sub-company-thoughts__text {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.022em;
  line-height: 2;
  margin-top: 21px;
  margin-top: 2.1rem;
  text-align: justify;
}

.u-pc {
  display: none;
}

@media (max-width: 750px){
  html {
    font-size: 2.6666667vw;
  }
}

@media screen and (min-width: 751px){
  html {
    font-size: min(62.5%, calc(100vw / 134));
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  html {
    scroll-padding-top: 6.25rem;
  }
  .l-inner {
    max-width: 1250px;
    max-width: 125rem;
    padding-left: 25px;
    padding-left: 2.5rem;
    padding-right: 25px;
    padding-right: 2.5rem;
  }
  .l-sub-company-links {
    margin-top: 0;
  }
  .c-button {
    font-size: max(20px, 10px);
    font-size: max(2rem, 10px);
    letter-spacing: 0;
    padding: 9px 20px;
    padding: 0.9rem 2rem;
    width: 239px;
    width: 23.9rem;
  }
  .c-button1 {
    font-size: max(20px, 10px);
    font-size: max(2rem, 10px);
    letter-spacing: 0;
    padding: 9px 20px;
    padding: 0.9rem 2rem;
    width: 199px;
    width: 19.9rem;
  }
  .c-button2 {
    font-size: max(20px, 10px);
    font-size: max(2rem, 10px);
    letter-spacing: 0;
    padding: 9px 20px;
    padding: 0.9rem 2rem;
    width: 239px;
    width: 23.9rem;
  }
  .c-category {
    font-size: max(17px, 10px);
    font-size: max(1.7rem, 10px);
    letter-spacing: -0.01em;
    line-height: 1.2;
    padding: 0 10px;
    padding: 0 1rem;
  }
  .c-line-container01 {
    left: 0%;
    top: -11%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .c-line-container01__svg {
    height: 1412px;
    height: 141.2rem;
    width: 135px;
    width: 13.5rem;
  }
  .c-line-container01__dot {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .c-line-container02 {
    right: 138px;
    right: 13.8rem;
    top: 30%;
  }
  .c-line-container02__svg {
    height: 1412px;
    height: 141.2rem;
    width: 135px;
    width: 13.5rem;
  }
  .c-line-container02__dot {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .c-line-container03 {
    left: 0;
    top: 19.3%;
  }
  .c-line-container03__svg {
    height: 809px;
    height: 80.9rem;
    width: 1728px;
    width: 172.8rem;
  }
  .c-line-container03__dot {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .c-scroll {
    gap: 20px;
    gap: 2rem;
    margin-top: 40px;
    margin-top: 4rem;
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
  .c-scroll__text {
    font-size: max(15px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .c-scroll__anime {
    height: 33px;
  }
  .c-scroll__anime::before {
    -webkit-animation: circlemove 2s ease-in-out infinite;
            animation: circlemove 2s ease-in-out infinite;
    height: 7px;
    left: -3px;
    width: 7px;
  }
  .c-scroll__anime::after {
    height: 33px;
  }
  .c-section-heading {
    font-size: max(40px, 10px);
    font-size: max(4rem, 10px);
    letter-spacing: 0;
  }
  .c-sub-heading {
    font-size: max(30px, 10px);
    font-size: max(3rem, 10px);
    letter-spacing: 0;
  }
  .p-sub-company-about {
    padding-bottom: 208px;
    padding-bottom: 20.8rem;
  }
  .p-sub-company-about__inner {
    max-width: 1274px;
    max-width: 127.4rem;
    padding-left: 25px;
    padding-left: 2.5rem;
    padding-right: 25px;
    padding-right: 2.5rem;
  }
  .p-sub-company-about__wrapper {
    margin-left: calc(50% - 50vw);
  }
  .p-sub-company-about__image {
    margin-left: 0;
    width: max(61.7476851852vw, 553px);
    width: max(61.7476851852vw, 55.3rem);
  }
  .p-sub-company-about__image img {
    border-radius: 0 2rem 2rem 0;
  }
  .p-sub-company-about__content {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 553px;
    width: 55.3rem;
  }
  .p-sub-company-about__text {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: -0.01em;
    line-height: 2.6470588235;
    margin-top: 48px;
    margin-top: 4.8rem;
  }
  .p-sub-company-access {
    padding-bottom: 238px;
    padding-bottom: 23.8rem;
    padding-top: 240px;
    padding-top: 24rem;
  }
  .p-sub-company-access__heading {
    font-size: 40px;
    font-size: 4rem;
  }
  .p-sub-company-access__contents {
    margin-top: 61px;
    margin-top: 6.1rem;
  }
  .p-sub-company-access__content:not(:first-child) {
    margin-top: 143px;
    margin-top: 14.3rem;
  }
  .p-sub-company-access__info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 175px;
    gap: 17.5rem;
    grid-template-columns: 31.2rem 1fr;
    margin-top: 29px;
    margin-top: 2.9rem;
  }
  .p-sub-company-access__title {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0;
  }
  .p-sub-company-access__address {
    font-size: max(17px, 10px);
    font-size: max(1.7rem, 10px);
    letter-spacing: -0.01em;
    line-height: 2.0588235294;
  }
  .p-sub-company-access__tel-numbers {
    margin-top: 6px;
    margin-top: 0.6rem;
  }
  .p-sub-company-access__tel-number {
    font-size: max(17px, 10px);
    font-size: max(1.7rem, 10px);
    letter-spacing: -0.01em;
    line-height: 2.0588235294;
  }
  .p-sub-company-access__map {
    margin-top: 30px;
    margin-top: 3rem;
  }
  .p-sub-company-access__map iframe {
    aspect-ratio: 1205/470;
    border-radius: 0.7rem;
  }
  .p-sub-company-development__wrapper {
    border: 2px solid #fff;
    border: 0.2rem solid #fff;
    border-radius: 0.6rem;
    padding-bottom: 146px;
    padding-bottom: 14.6rem;
    padding-top: 163px;
    padding-top: 16.3rem;
  }
  .p-sub-company-development__wrapper::before {
    aspect-ratio: 804/592;
    background-image: url(../images/corp/introduction_deve.png);
    bottom: 0;
    height: auto;
    max-width: 804px;
    max-width: 80.4rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  @supports (background-image: url(../images/corp/introduction_deve.webp)) {
    .p-sub-company-development__wrapper::before {
      background-image: url(../images/corp/introduction_deve.webp);
    }
  }
  .p-sub-company-development__text-block {
    margin-top: 0;
    padding-left: 94px;
    padding-left: 9.4rem;
    padding-right: 60px;
    padding-right: 6rem;
    width: 699px;
    width: 69.9rem;
  }
  .p-sub-company-development__title {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0;
  }
  .p-sub-company-development__description {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: -0.01em;
    line-height: 2.0588235294;
    margin-top: 26px;
    margin-top: 2.6rem;
    max-width: 540px;
    max-width: 54rem;
  }
  .p-sub-company-history {
    margin-top: -150px;
    margin-top: -15rem;
    padding-bottom: 260px;
    padding-bottom: 26rem;
    padding-top: 357px;
    padding-top: 35.7rem;
  }
  .p-sub-company-history__heading {
    font-size: 40px;
    font-size: 4rem;
    max-width: 1250px;
    max-width: 125rem;
    padding-left: 25px;
    padding-left: 2.5rem;
    padding-right: 25px;
    padding-right: 2.5rem;
  }
  .p-sub-company-history__slider {
    margin-top: 59px;
    margin-top: 5.9rem;
  }
  .p-sub-company-history__rail {
    margin-left: 31px;
    margin-left: 3.1rem;
    top: 45px;
    top: 4.5rem;
  }
  .p-sub-company-history__slider-slide:last-child .p-sub-company-history__title {
    letter-spacing: 0.06em;
  }
  .p-sub-company-history__year {
    font-size: 30px;
    font-size: 3rem;
  }
  .p-sub-company-history__year::before {
    bottom: -21px;
    bottom: -2.1rem;
    height: 10px;
    height: 1rem;
    width: 10px;
    width: 1rem;
  }
  .p-sub-company-history__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 52px;
    gap: 5.2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
    margin-top: 6rem;
    min-height: 621px;
    min-height: 62.1rem;
    padding: 132px 60px 60px 60px;
    padding: 13.2rem 6rem 6rem 6rem;
  }
  .p-sub-company-history__image {
    border-radius: 0.6rem;
    margin-top: 0;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    width: 408px;
    width: 40.8rem;
  }
  .p-sub-company-history__image img {
    aspect-ratio: 408/329;
  }
  .p-sub-company-history__period {
    font-size: 105px;
    font-size: 10.5rem;
    left: 53%;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    position: absolute;
    text-align: center;
    top: 33px;
    top: 3.3rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 600px;
    width: 60rem;
  }
  .p-sub-company-history__text-block {
    margin-top: 63px;
    margin-top: 6.3rem;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    width: 620px;
    width: 62rem;
  }
  .p-sub-company-history__title {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0;
    line-height: 1.5;
    margin-top: 0;
    min-height: 0;
    min-height: initial;
  }
  .p-sub-company-history__text {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: -0.01em;
    line-height: 2.0588235294;
    margin-top: 18px;
    margin-top: 1.8rem;
  }
  .p-sub-company-history__cta {
    margin-top: 69px;
    margin-top: 6.9rem;
  }
  .p-sub-company-history__buttons {
    right: 15.3356481481vw;
    top: 85px;
    top: 8.5rem;
  }
  .swiper-button-prev,
  .swiper-button-next {
    height: 36px;
    height: 3.6rem;
    width: 36px;
    width: 3.6rem;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    height: 36px;
    height: 3.6rem;
    width: 36px;
    width: 3.6rem;
  }
  .p-sub-company-introduction {
    background-image: url(../images/corp/introduction_bg.png);
    padding-bottom: 300px;
    padding-bottom: 30rem;
    padding-top: 255px;
    padding-top: 25.5rem;
  }
  .p-sub-company-introduction__inner {
    max-width: 1398px;
    max-width: 139.8rem;
    padding-left: 25px;
    padding-left: 2.5rem;
    padding-right: 25px;
    padding-right: 2.5rem;
  }
  .p-sub-company-introduction__heading {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    max-width: 120rem;
    width: 100%;
  }
  .p-sub-company-introduction__list {
    gap: 38px 30px;
    gap: 3.8rem 3rem;
    grid-template-columns: repeat(3, 1fr);
    margin-left: auto;
    margin-right: auto;
    margin-top: 57px;
    margin-top: 5.7rem;
    max-width: 1200px;
    max-width: 120rem;
    width: 100%;
  }
  .p-sub-company-introduction__item {
    border-radius: 0.6rem;
    /* display: grid;
    grid-row: span 2;
    grid-template-rows: subgrid; */
  }
  .p-sub-company-introduction__item:not(:first-child) {
    margin-top: 0;
  }
  .p-sub-company-introduction__image img {
    aspect-ratio: 381/224;
  }
  .p-sub-company-introduction__content {
    padding: 36px 21px 25px 21px;
    padding: 3.6rem 2.1rem 2.5rem 2.1rem;
  }
  .p-sub-company-introduction__title {
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
  }
  .p-sub-company-introduction__text {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: -0.01em;
    line-height: 2.0588235294;
  }
  .p-sub-company-introduction__development {
    margin-top: -82px;
    margin-top: -8.2rem;
    position: relative;
    z-index: -1;
  }
  .p-sub-company-links {
    padding-bottom: 270px;
    padding-bottom: 27rem;
    padding-top: 125px;
    padding-top: 12.5rem;
  }
  .p-sub-company-links__inner {
    padding: 0 25px;
    padding: 0 2.5rem;
  }
  .p-sub-company-links__list {
    gap: 41px 30px;
    gap: 4.1rem 3rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-sub-company-links__link {
    min-height: 163px;
    min-height: 16.3rem;
  }
  .p-sub-company-links__link::after {
    height: 82px;
    height: 8.2rem;
    width: 82px;
    width: 8.2rem;
  }
  .p-sub-company-links__link span {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-sub-company-message {
    padding-bottom: 80px;
    padding-bottom: 8rem;
  }
  .p-sub-company-message__heading {
    max-width: 1250px;
    max-width: 125rem;
    padding-left: 25px;
    padding-left: 2.5rem;
    padding-right: 25px;
    padding-right: 2.5rem;
  }
  .p-sub-company-message__container {
    gap: 175px;
    gap: 17.5rem;
    margin-top: 50px;
    margin-top: 5rem;
  }
  .p-sub-company-message__wrapper {
    padding-bottom: 330px;
    padding-bottom: 33rem;
  }
  .p-sub-company-message__inner {
    max-width: 1250px;
    max-width: 125rem;
    padding: 0 25px;
    padding: 0 2.5rem;
  }
  .p-sub-company-message__contents {
    display: block;
    margin-right: calc(50% - 50vw);
    position: relative;
  }
  .p-sub-company-message__content {
    left: 0;
    margin-top: 63px;
    margin-top: 6.3rem;
    max-width: 800px;
    max-width: 80rem;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .p-sub-company-message__subtitle {
    font-size: 40px;
    font-size: 4rem;
    letter-spacing: 0.1em;
  }
  .p-sub-company-message__text-block {
    gap: 35px;
    gap: 3.5rem;
    margin-top: 42px;
    margin-top: 4.2rem;
  }
  .p-sub-company-message__text {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: -0.01em;
    line-height: 2.0588235294;
  }
  .p-sub-company-message__signature {
    margin-top: 25px;
    margin-top: 2.5rem;
    text-align: center;
  }
  .p-sub-company-message__signature-block {
    display: inline-block;
    text-align: left;
    -webkit-transform: translateX(4.5rem);
            transform: translateX(4.5rem);
  }
  .p-sub-company-message__position,
  .p-sub-company-message__name {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 2.0588235294;
    text-align: right;
  }
  .p-sub-company-message__image {
    margin-left: auto;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    width: max(46.412037037vw, 400px);
    width: max(46.412037037vw, 40rem);
  }
  .p-sub-company-message__image img {
    aspect-ratio: 1/1;
  }
  .p-sub-company-message__wrapper:nth-child(even) .p-sub-company-message__image {
    margin-left: 0;
    margin-left: initial;
    margin-right: auto;
  }
  .p-sub-company-message__wrapper:nth-child(even) .p-sub-company-message__contents {
    margin-left: calc(50% - 50vw);
    margin-right: 0;
    margin-right: initial;
  }
  .p-sub-company-message__wrapper:nth-child(even) .p-sub-company-message__content {
    left: auto;
    right: 0;
  }
  .p-sub-company-message__wrapper:nth-child(even) .p-sub-company-message__signature-block {
    display: inline-block;
    -webkit-transform: translateX(-6.2rem);
            transform: translateX(-6.2rem);
  }
  .p-sub-company-message__wrapper:nth-child(even) .p-sub-company-message__position,
  .p-sub-company-message__wrapper:nth-child(even) .p-sub-company-message__name {
    text-align: left;
  }
  .p-sub-company-mv__image img {
    aspect-ratio: 1728/948;
  }
  .p-sub-company-mv__inner {
    left: 18.0555555556vw;
    max-width: 1104px;
    max-width: 110.4rem;
    padding-left: 25px;
    padding-left: 2.5rem;
    padding-right: 25px;
    padding-right: 2.5rem;
    top: 31%;
  }
  .p-sub-company-mv__heading {
    font-size: max(60px, 10px);
    font-size: max(6rem, 10px);
    letter-spacing: 0.2em;
  }
  .p-sub-company-overview {
    padding-bottom: 240px;
    padding-bottom: 24rem;
    padding-top: 238px;
    padding-top: 23.8rem;
  }
  .p-sub-company-overview__list {
    margin-top: 58px;
    margin-top: 5.8rem;
  }
  .p-sub-company-overview__item {
    gap: 80px;
    gap: 8rem;
    grid-template-columns: 22.9rem 1fr;
    padding: 16px 40px 16px;
    padding: 1.6rem 4rem 1.6rem;
  }
  .p-sub-company-overview__title {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .p-sub-company-overview__title span {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: -0.01em;
    line-height: 2.0588235294;
  }
  .p-sub-company-overview__detail {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: -0.01em;
    line-height: 2.0588235294;
  }
  .p-sub-company-overview__detail-text:not(:first-child) {
    margin-top: 2px;
    margin-top: 0.2rem;
  }
  .p-sub-company-overview__cta {
    margin-top: 100px;
    margin-top: 10rem;
  }
  .p-sub-company-overview__button span {
    font-size: max(16px, 10px);
    font-size: max(1.6rem, 10px);
    letter-spacing: 0;
  }
  .p-sub-company-philosophy {
    overflow: hidden;
    padding-bottom: 379px;
    padding-bottom: 37.9rem;
    padding-top: 239px;
    padding-top: 23.9rem;
  }
  .p-sub-company-philosophy__inner {
    padding-left: 38px;
    padding-left: 3.8rem;
    padding-right: 38px;
    padding-right: 3.8rem;
  }
  .p-sub-company-philosophy__contents {
    margin-left: auto;
    margin-right: auto;
    max-width: 1250px;
    max-width: 125rem;
    padding-left: 25px;
    padding-left: 2.5rem;
    padding-right: 25px;
    padding-right: 2.5rem;
    width: 100%;
  }
  .p-sub-company-philosophy__heading {
    margin-bottom: 40px;
    margin-bottom: 4rem;
  }
  .p-sub-company-philosophy__text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    gap: 5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 59px;
    margin-top: 5.9rem;
    max-width: 1200px;
    max-width: 120rem;
    width: 100%;
  }
  .p-sub-company-philosophy__concepts {
    gap: 19px;
    gap: 1.9rem;
    margin-top: 0;
    width: 438px;
    width: 43.8rem;
  }
  .p-sub-company-philosophy__concept {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0.07em;
    line-height: 1.5;
    padding: 4px 10px;
    padding: 0.4rem 1rem;
  }
  .p-sub-company-philosophy__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: -0.01em;
    line-height: 2.0588235294;
    margin-top: -9px;
    margin-top: -0.9rem;
  }
  .p-sub-company-philosophy__images {
    gap: 36px;
    gap: 3.6rem;
    grid-template-columns: 25.1736111111vw 41.0300925926vw 25.1736111111vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    margin-top: 100px;
    margin-top: 10rem;
    position: relative;
  }
  .p-sub-company-philosophy__image {
    border-radius: 0.6rem;
  }
  .p-sub-company-philosophy__image img {
    aspect-ratio: 709/435;
  }
  .p-sub-company-thoughts {
    background-image: url(../images/corp/thoughts.jpg);
    padding-bottom: 506px;
    padding-bottom: 50.6rem;
    padding-top: 176px;
    padding-top: 17.6rem;
  }
  @supports (background-image: url(../images/corp/thoughts.webp)) {
    .p-sub-company-thoughts {
      background-image: url(../images/corp/thoughts.webp);
    }
  }
  .p-sub-company-thoughts__content {
    max-width: 712px;
    max-width: 71.2rem;
    width: 100%;
  }
  .p-sub-company-thoughts__heading {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.2;
  }
  .p-sub-company-thoughts__text {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: -0.01em;
    line-height: 2.0588235294;
    margin-top: 38px;
    margin-top: 3.8rem;
  }
  .u-pc {
    display: block;
  }
  .u-sp {
    display: none;
  }
}

@media screen and (min-width: 1341px){
  html {
    font-size: min(62.5%, calc(100vw / 134));
  }
}

@media (min-width: 1340px){
  html {
    font-size: 62.5%;
  }
}

@media screen and (min-width: 1440px){
  html {
    font-size: 62.5%;
  }
}

@media (any-hover: hover){
  a:hover {
    opacity: 0.7;
  }
  .c-button:hover {
    color: #0080a8;
    opacity: 1;
  }
  .c-button:hover::before {
    opacity: 1;
  }
  .c-button1:hover {
    background-color: transparent;
    color: #fff;
    opacity: 1;
  }
  .c-button2:hover {
    color: #0080a8;
    opacity: 1;
  }
  .c-button2:hover::before {
    opacity: 1;
  }
  .p-sub-company-links__link:hover {
    color: #0080a8;
    opacity: 1;
  }
  .p-sub-company-links__link:hover::after {
    clip-path: polygon(0 0, 0% 0, 0 0%);
  }
  .p-sub-company-links__link:hover span {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
  }
  .c-button:hover::before {
    opacity: 1;
  }
  .c-button2:hover::before {
    opacity: 1;
  }
  .p-sub-company-links__link:hover::before {
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */