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

/* フォームリセット */
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;
}

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-bg-wave {
  background-image: url(../images/top/wave_bg_sp.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
}
@supports (background-image: url(../images/top/wave_bg_sp.webp)) {
  .l-bg-wave {
    background-image: url(../images/top/wave_bg_sp.webp);
  }
}

.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-main-contents {
  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: 1;
}

.c-button::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-button:focus-visible::before {
  opacity: 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-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: -9%;
  position: absolute;
  top: 6%;
}

.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__bg {
  opacity: 0;
}

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

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

.c-line-container02__svg {
  display: block;
  height: 846px;
  height: 84.6rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  width: 129px;
  width: 12.9rem;
}

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

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

.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: 58%;
  -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: 33px;
  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: 7px;
  left: -3px;
  position: absolute;
  width: 7px;
}

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

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

@keyframes circlemoveSp {
  0% {
    bottom: 33px;
  }
  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-business {
  padding-bottom: 72px;
  padding-bottom: 7.2rem;
  padding-top: 124px;
  padding-top: 12.4rem;
}

.p-business__intro {
  font-size: max(12px, 10px);
  font-size: max(1.2rem, 10px);
  letter-spacing: 0.02em;
  line-height: 2;
  margin-top: 14px;
  margin-top: 1.4rem;
  text-align: justify;
}

.p-business__content {
  margin-top: 45px;
  margin-top: 4.5rem;
}

.p-business__cta {
  margin-top: 80px;
  margin-top: 8rem;
  text-align: center;
}

.p-business__button-archive {
  padding-bottom: 8px;
  padding-bottom: 0.8rem;
  padding-top: 8px;
  padding-top: 0.8rem;
  width: 230px;
  width: 23rem;
}

.p-card {
  display: grid;
  grid-template-columns: 1fr;
}

.p-card__heading {
  color: #0080a8;
  font-size: max(18px, 10px);
  font-size: max(1.8rem, 10px);
  font-weight: 700;
}

.p-card__media {
  margin-top: 15px;
  margin-top: 1.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-card__media img {
  -o-object-fit: cover;
  aspect-ratio: 636/403;
  height: auto;
     object-fit: cover;
}

.p-card__text-block {
  display: contents;
}

.p-card__text {
  font-size: max(12px, 10px);
  font-size: max(1.2rem, 10px);
  letter-spacing: 0.02em;
  line-height: 2;
  margin-top: 24px;
  margin-top: 2.4rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.p-card__cta {
  margin-top: 20px;
  margin-top: 2rem;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  text-align: center;
}

.p-card__sub-heading {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-card__media img {
  -o-object-fit: cover;
  border-radius: 0.3rem;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-card__button {
  margin-top: 8px;
  margin-top: 0.8rem;
}

.p-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
  gap: 7rem;
}

.p-company {
  padding-bottom: 70px;
  padding-bottom: 7rem;
  padding-top: 46px;
  padding-top: 4.6rem;
  position: relative;
}

.p-company__slider-viewport {
  margin-top: 42px;
  margin-top: 4.2rem;
  max-width: 734px;
  max-width: 73.4rem;
  overflow: hidden;
  width: 100%;
}

.p-company__slider {
  overflow: visible;
}

.p-company__slider-item {
  width: 100%;
}

.p-company__card {
  aspect-ratio: 600/400;
  border-radius: 0.7rem;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  will-change: transform;
}

.p-company__card img {
  -o-object-fit: cover;
  border-radius: 0.7rem;
  display: block;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-company__slider .swiper-slide .p-company__card {
  -webkit-transform: scale(0.88);
          transform: scale(0.88);
}

.p-company__slider .swiper-slide-active .p-company__card {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.p-company__text-block {
  margin-top: 30px;
  margin-top: 3rem;
  padding-left: 28px;
  padding-left: 2.8rem;
  padding-right: 28px;
  padding-right: 2.8rem;
}

.p-company__text {
  font-size: max(12px, 10px);
  font-size: max(1.2rem, 10px);
  letter-spacing: 0.022em;
  line-height: 2;
  margin-top: 12px;
  margin-top: 1.2rem;
  text-align: justify;
}

.p-company__cta {
  margin-top: 43px;
  margin-top: 4.3rem;
  text-align: center;
}

.p-development {
  padding-top: 141px;
  padding-top: 14.1rem;
}

.p-mv {
  height: 100vh;
  min-height: 580px;
  min-height: 58rem;
  overflow: hidden;
  position: relative;
}

.p-mv__bg-video {
  position: relative;
}

.p-mv__bg-video video {
  -o-object-fit: cover;
  aspect-ratio: 750/1000;
  width: 100%;
     object-fit: cover;
  position: relative;
}

.p-mv__bg-video::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(0deg, #ffffff, #ffffff 3%, transparent 40% 100%);
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
}

.p-mv__inner {
  bottom: 40px;
  bottom: 4rem;
  left: 0;
  padding-left: 28px;
  padding-left: 2.8rem;
  padding-right: 28px;
  padding-right: 2.8rem;
  position: absolute;
  right: 0;
  top: auto;
  z-index: 1;
}

.p-mv__copy {
  position: relative;
}

.p-mv__main-copy {
  font-size: max(30px, 10px);
  font-size: max(3rem, 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4333333333;
}

.p-mv__sub-copy {
  font-size: max(13px, 10px);
  font-size: max(1.3rem, 10px);
  letter-spacing: 0.08em;
  line-height: 1.8461538462;
  margin-top: 11px;
  margin-top: 1.1rem;
}

.p-news {
  padding-top: 98px;
  padding-top: 9.8rem;
}

.p-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
  gap: 3.4rem;
  margin-top: 33px;
  margin-top: 3.3rem;
}

.p-news__meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 1.2rem;
}

.p-news__date {
  font-size: max(12px, 10px);
  font-size: max(1.2rem, 10px);
  letter-spacing: 0.02em;
}

.p-news__sub-heading {
  font-size: max(12px, 10px);
  font-size: max(1.2rem, 10px);
  font-weight: normal;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-top: 10px;
  margin-top: 1rem;
}

.p-news__cta {
  margin-top: 40px;
  margin-top: 4rem;
  text-align: center;
}

.p-product__heading {
  color: #0080a8;
  font-size: max(18px, 10px);
  font-size: max(1.8rem, 10px);
  font-weight: 700;
}

.p-product__media {
  margin-top: 12px;
  margin-top: 1.2rem;
}

.p-product__text {
  line-height: 1.9;
  margin-top: 12px;
  margin-top: 1.2rem;
}

.p-product__cta {
  margin-top: 12px;
  margin-top: 1.2rem;
}

.p-product {
  padding: 28px 0;
  padding: 2.8rem 0;
}

.p-recruit {
  padding-bottom: 182px;
  padding-bottom: 18.2rem;
  padding-top: 120px;
  padding-top: 12rem;
  position: relative;
}

.p-recruit__bg-video {
  bottom: -65px;
  bottom: -6.5rem;
  height: 220px;
  height: 22rem;
  left: -105px;
  left: -10.5rem;
  mix-blend-mode: screen;
  position: absolute;
  -webkit-transform: rotate(-85deg);
          transform: rotate(-85deg);
  width: 391px;
  width: 39.1rem;
}

.p-recruit__bg-video video {
  -o-object-fit: cover;
  aspect-ratio: 391/220;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-recruit__inner {
  display: contents;
}

.p-recruit__wrapper {
  background-image: url(../images/top/recruit_bg_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  padding-bottom: 32px;
  padding-bottom: 3.2rem;
  padding-top: 79px;
  padding-top: 7.9rem;
  position: relative;
}
@supports (background-image: url(../images/top/recruit_bg_sp.webp)) {
  .p-recruit__wrapper {
    background-image: url(../images/top/recruit_bg_sp.webp);
  }
}

.p-recruit__wrapper::before {
  background: linear-gradient(39.61deg, #70bebd 5.11%, #49a2b6 37.29%, rgba(73, 156, 182, 0.49) 68.98%, rgba(73, 156, 182, 0) 88.89%);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.p-recruit__text-block {
  padding-left: 28px;
  padding-left: 2.8rem;
  padding-right: 28px;
  padding-right: 2.8rem;
  position: relative;
}

.p-recruit__heading {
  color: #fff;
  font-weight: normal;
}

.p-recruit__text {
  font-size: max(12px, 10px);
  font-size: max(1.2rem, 10px);
  letter-spacing: 0.02em;
  line-height: 2;
  margin-top: 50px;
  margin-top: 5rem;
}

.p-recruit__cta {
  margin-top: 28px;
  margin-top: 2.8rem;
  text-align: center;
}

.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;
  }
  .l-bg-wave {
    background-image: url(../images/top/wave_bg.png);
  }
  @supports (background-image: url(../images/top/wave_bg.webp)) {
    .l-bg-wave {
      background-image: url(../images/top/wave_bg.webp);
    }
  }
  .l-inner {
    max-width: 1250px;
    max-width: 125rem;
    padding-left: 25px;
    padding-left: 2.5rem;
    padding-right: 25px;
    padding-right: 2.5rem;
  }
  .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-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: -2%;
    top: 2.5%;
  }
  .c-line-container01__svg {
    height: 1412px;
    height: 141.2rem;
    width: 166px;
    width: 16.6rem;
  }
  .c-line-container02 {
    aspect-ratio: 227/1691;
    right: 8%;
    top: 16.3%;
  }
  .c-line-container02__svg {
    height: 1691px;
    height: 169.1rem;
    width: 227px;
    width: 22.7rem;
  }
  .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-mv {
    min-height: 650px;
    min-height: 65rem;
  }
  .p-business {
    padding-bottom: 285px;
    padding-bottom: 28.5rem;
    padding-top: 268px;
    padding-top: 26.8rem;
  }
  .p-business__inner.l-inner {
    max-width: 1252px;
    max-width: 125.2rem;
  }
  .p-business__intro {
    font-size: max(17px, 10px);
    font-size: max(1.7rem, 10px);
    letter-spacing: -0.02em;
    line-height: 2.0588235294;
    margin-top: 30px;
    margin-top: 3rem;
  }
  .p-business__content {
    margin-top: 112px;
    margin-top: 11.2rem;
  }
  .p-business__cta {
    margin-top: 126px;
    margin-top: 12.6rem;
  }
  .p-business__button-archive {
    width: 378px;
    width: 37.8rem;
  }
  .p-card {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 93px;
    gap: 9.3rem;
  }
  .p-card:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-card__media {
    margin-top: 0;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    width: 600px;
    width: 60rem;
  }
  .p-card__media img {
    aspect-ratio: 600/380;
  }
  .p-card__text-block {
    display: block;
    width: 508px;
    width: 50.8rem;
  }
  .p-card__text {
    font-size: max(17px, 10px);
    font-size: max(1.7rem, 10px);
    letter-spacing: -0.01em;
    line-height: 2.0588235294;
    margin-top: 45px;
    margin-top: 4.5rem;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .p-card__cta {
    margin-top: 45px;
    margin-top: 4.5rem;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    text-align: left;
  }
  .p-cards {
    gap: 164px;
    gap: 16.4rem;
  }
  .p-company {
    padding-bottom: 136px;
    padding-bottom: 13.6rem;
    padding-top: 70px;
    padding-top: 7rem;
  }
  .p-company__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1253px;
    max-width: 125.3rem;
    padding-left: 25px;
    padding-left: 2.5rem;
    padding-right: 25px;
    padding-right: 2.5rem;
    width: 100%;
  }

  /* スライドを列外に見せる */
  .p-company__slider.swiper {
    overflow: visible;
  }

  /* トランスフォームのパフォーマンスを確保 */
  .p-company__slider .swiper-slide {
    will-change: transform;
  }


  .p-company__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 80px;
    gap: 8rem;
  }
  .p-company__text-block {
    padding-left: 0;
    padding-right: 0;
    width: 388px;
    width: 38.8rem;
  }
  .p-company__text {
    font-size: max(17px, 10px);
    font-size: max(1.7rem, 10px);
    letter-spacing: -0.01em;
    line-height: 2.0588235294;
    margin-top: 28px;
    margin-top: 2.8rem;
  }
  .p-company__text span:not(:first-child) {
    display: inline-block;
    margin-top: 13px;
    margin-top: 1.3rem;
  }
  .p-company__cta {
    margin-top: 48px;
    margin-top: 4.8rem;
    text-align: left;
  }
  .p-development {
    padding-top: 212px;
    padding-top: 21.2rem;
  }
  .p-mv__bg-video video {
    aspect-ratio: 1920/1300;
    width: 101%;
    height: calc(100vh - 1px);
  }
  .p-mv__inner {
    bottom: 100px;
    bottom: 10rem;
    left: 0;
    padding-left: 120px;
    padding-left: 12rem;
    padding-right: 120px;
    padding-right: 12rem;
    right: 0;
    top: auto;
  }
  .p-mv__main-copy {
    font-size: max(45px, 10px);
    font-size: max(4.5rem, 10px);
    line-height: 1.5;
  }
  .p-mv__sub-copy {
    font-size: max(18px, 10px);
    font-size: max(1.8rem, 10px);
    line-height: 2.1111111111;
    margin-top: 22px;
    margin-top: 2.2rem;
  }
  .p-news {
    padding-top: 268px;
    padding-top: 26.8rem;
  }
  .p-news__list {
    gap: 32px;
    gap: 3.2rem;
    margin-top: 28px;
    margin-top: 2.8rem;
  }
  .p-news__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    gap: 1.4rem;
  }
  .p-news__meta {
    gap: 32px;
    gap: 3.2rem;
    max-width: 280px;
    max-width: 28rem;
    width: 100%;
  }
  .p-news__date {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: max(17px, 10px);
    font-size: max(1.7rem, 10px);
    letter-spacing: -0.01em;
    line-height: 2.0588235294;
  }
  .p-news__sub-heading {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: max(17px, 10px);
    font-size: max(1.7rem, 10px);
    letter-spacing: -0.01em;
    line-height: 2.0588235294;
    margin-top: 0;
  }
  .p-news__cta {
    margin-top: 50px;
    margin-top: 5rem;
    text-align: right;
  }
  .p-news__button.c-button {
    width: 200px;
    width: 20rem;
  }
  .p-recruit {
    padding-bottom: 297px;
    padding-bottom: 29.7rem;
    padding-top: 290px;
    padding-top: 29rem;
  }
  .p-recruit__bg-video {
    bottom: -60px;
    bottom: -6rem;
    height: 357px;
    height: 35.7rem;
    left: -200px;
    left: -20rem;
    width: 635px;
    width: 63.5rem;
  }
  .p-recruit__bg-video video {
    aspect-ratio: 635/357;
  }
  .p-recruit__inner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1141px;
    max-width: 114.1rem;
    padding-left: 25px;
    padding-left: 2.5rem;
    padding-right: 25px;
    padding-right: 2.5rem;
    width: 100%;
  }
  .p-recruit__wrapper {
    background-image: url(../images/top/recruit_bg.jpg);
  }
  @supports (background-image: url(../images/top/recruit_bg.webp)) {
    .p-recruit__wrapper {
      background-image: url(../images/top/recruit_bg.webp);
    }
  }
  .p-recruit__wrapper {
    border-radius: 0.7rem;
    padding-bottom: 58px;
    padding-bottom: 5.8rem;
    padding-top: 49px;
    padding-top: 4.9rem;
  }
  .p-recruit__text-block {
    padding-left: 85px;
    padding-left: 8.5rem;
    padding-right: 85px;
    padding-right: 8.5rem;
    width: 699px;
    width: 69.9rem;
  }
  .p-recruit__text {
    font-size: max(17px, 10px);
    font-size: max(1.7rem, 10px);
    letter-spacing: -0.01em;
    line-height: 2.0588235294;
    margin-top: 20px;
    margin-top: 2rem;
  }
  .p-recruit__cta {
    margin-top: 32px;
    margin-top: 3.2rem;
    text-align: left;
  }
  .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;
  }
}


