@charset "UTF-8";
/* =====================================================
  p-hero
  基準幅: 1800px / アスペクト比固定 / cqi で比例スケール
===================================================== */
.p-hero {
  padding: 8px 38px 70px;
  background-color: #ffffff;
}
.p-hero__inner {
  width: 100%;
  max-width: 1840px;
  margin-right: auto;
  margin-left: auto;
}
.p-hero__visual {
  position: relative;
  container-type: inline-size;
  container-name: hero;
  width: min(100%, (100vh - 116px) / 0.492586);
  max-height: calc(100vh - 116px);
  margin-right: auto;
  margin-left: auto;
  aspect-ratio: 1/0.492586;
  border-radius: 1.8889cqi;
  overflow: hidden;
}
.p-hero__slider {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
}
.p-hero__slide {
  overflow: hidden;
  backface-visibility: hidden;
}
.p-hero__slide picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.p-hero__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1);
  backface-visibility: hidden;
  will-change: transform;
}
.p-hero__slider :is(.swiper-slide-active,
.swiper-slide-duplicate-active,
.swiper-slide-prev,
.swiper-slide-duplicate-prev) .p-hero__image {
  animation: p-hero-zoom 7s linear forwards;
}
.p-hero__overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.8), transparent);
  background-color: initial;
}
.p-hero__copy {
  position: absolute;
  z-index: 2;
  bottom: 5cqi;
  left: 4.8889cqi;
  color: #ffffff;
}
.p-hero__lead {
  margin: 0 0 0.2778cqi;
  font-size: 2.1111cqi;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.p-hero__title-en {
  margin: 0;
  font-size: 4.8889cqi;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.p-hero__title-ja {
  margin: 1.3889cqi 0 0;
  font-size: 2.3889cqi;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1500px) {
  .p-hero {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1250px) {
  .p-hero__visual {
    width: min(100%, (100vh - 108px) / 0.492586);
    max-height: calc(100vh - 108px);
  }
}
@media screen and (max-width: 1200px) {
  .p-hero {
    padding-top: 8px;
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 1024px) {
  .p-hero {
    padding: 8px 20px 50px;
  }
  .p-hero__visual {
    width: min(100%, (100vh - 88px) / 0.492586);
    max-height: calc(100vh - 88px);
  }
}
@media screen and (max-width: 767px) {
  .p-hero {
    padding: 8px 12px 28px;
  }
  .p-hero__visual {
    width: 100%;
    max-height: none;
    aspect-ratio: 3/3.5;
    border-radius: 12px;
  }
  .p-hero__overlay {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
    background-color: initial;
  }
  .p-hero__copy {
    bottom: 28px;
    left: 20px;
  }
  .p-hero__lead {
    margin: 0 0 6px;
    font-size: 5vw;
  }
  .p-hero__title-en {
    font-size: 6.9vw;
  }
  .p-hero__title-ja {
    margin-top: 10px;
    font-size: 5.5vw;
  }
}

@keyframes p-hero-zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.12);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-hero__slider :is(.swiper-slide-active,
  .swiper-slide-duplicate-active,
  .swiper-slide-prev,
  .swiper-slide-duplicate-prev) .p-hero__image {
    animation: none;
  }
}
/* =====================================================
  p-strengths
===================================================== */
.p-strengths {
  position: relative;
  padding: 80px 0 105px;
  background-image: url("../img/top/strengths-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.p-strengths__overlay {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-color: rgba(0, 128, 196, 0.82);
  pointer-events: none;
}
.p-strengths__heading-area {
  position: relative;
  z-index: 1;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}
.p-strengths__content {
  position: relative;
  z-index: 1;
  padding-top: 75px;
}
.p-strengths__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 72px;
}
.p-strengths__item {
  min-width: 0;
  color: #ffffff;
}
.p-strengths__item:hover .p-strengths__image img {
  transform: scale(1.04);
}
.p-strengths__image {
  width: 100%;
  aspect-ratio: 460/280;
  border-radius: 7px;
  overflow: hidden;
}
.p-strengths__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.p-strengths__body {
  padding-top: 32px;
}
.p-strengths__number {
  margin: 0;
  font-size: 43px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.p-strengths__title {
  min-height: 78px;
  margin: 10px 0 0;
  padding-bottom: 22px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.8);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.03em;
}
.p-strengths__text {
  margin: 22px 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1500px) {
  .p-strengths {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .p-strengths__heading-area {
    padding-bottom: 38px;
  }
  .p-strengths__content {
    padding-top: 65px;
  }
  .p-strengths__list {
    gap: 52px;
  }
  .p-strengths__number {
    font-size: 38px;
  }
  .p-strengths__title {
    min-height: 75px;
    font-size: 20px;
  }
  .p-strengths__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .p-strengths {
    padding-top: 65px;
    padding-bottom: 80px;
  }
  .p-strengths__content {
    padding-top: 55px;
  }
  .p-strengths__list {
    gap: 34px;
  }
  .p-strengths__body {
    padding-top: 26px;
  }
  .p-strengths__number {
    font-size: 34px;
  }
  .p-strengths__title {
    min-height: 72px;
    margin-top: 8px;
    padding-bottom: 18px;
    font-size: 18px;
  }
  .p-strengths__text {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 1024px) {
  .p-strengths {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .p-strengths__heading-area {
    padding-bottom: 34px;
  }
  .p-strengths__content {
    padding-top: 50px;
  }
  .p-strengths__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 55px 35px;
  }
  .p-strengths__title {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths {
    padding-top: 40px;
    padding-bottom: 45px;
    background-position: center;
  }
  .p-strengths__overlay {
    background-color: rgba(0, 128, 196, 0.86);
  }
  .p-strengths__heading-area {
    padding-bottom: 20px;
  }
  .p-strengths__content {
    padding-top: 28px;
  }
  .p-strengths__list {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .p-strengths__image {
    border-radius: 6px;
  }
  .p-strengths__body {
    padding-top: 16px;
  }
  .p-strengths__number {
    font-size: 28px;
  }
  .p-strengths__title {
    min-height: 0;
    margin-top: 6px;
    padding-bottom: 12px;
    font-size: 16px;
  }
  .p-strengths__text {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.7;
  }
}

/* =====================================================
  p-works
===================================================== */
.p-works {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "heading" "slider" "nav" "more";
  padding: 95px 0 110px;
  background-color: #e3f4fd;
  overflow: hidden;
}
.p-works::before {
  position: absolute;
  z-index: -2;
  top: 68px;
  right: 0;
  width: 70%;
  height: calc(100% - 68px);
  background-color: #ffffff;
  content: "";
}
.p-works::after {
  position: absolute;
  z-index: -1;
  top: 165px;
  bottom: 0;
  left: 0;
  width: 32%;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url("../img/common/bg-hexagon.svg");
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 100% auto;
  content: "";
}
.p-works__heading-area {
  position: relative;
  grid-area: heading;
  padding-bottom: 48px;
  border-bottom: 1px solid #1689ca;
}
.p-works__heading-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
}
.p-works .m-section-heading__ja span {
  color: #0085c1;
}
.p-works__slider-area {
  position: relative;
  grid-area: slider;
  padding-top: 34px;
}
.p-works__slider-inner {
  width: calc(100% - max(40px, (100vw - 1500px) / 2));
  margin-left: max(40px, (100vw - 1500px) / 2);
}
.p-works__slider {
  overflow: visible;
}
.p-works__list {
  align-items: stretch;
}
.p-works__item {
  width: 330px;
}
.p-works.is-flex .p-works__slider {
  overflow: visible;
}
.p-works.is-flex .p-works__list,
.p-works.is-flex .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 40px;
  transform: none !important;
}
.p-works.is-flex .p-works__item,
.p-works.is-flex .swiper-slide {
  flex: 0 0 330px;
  width: 330px;
  max-width: 330px;
  margin: 0 !important;
}
.p-works.is-flex .p-works__navigation {
  display: none;
}
.p-works__more-area {
  display: flex;
  justify-content: center;
  grid-area: more;
  margin-top: 28px;
}
.p-works__more-area .wrapper {
  display: flex;
  justify-content: center;
}
.p-works__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: nav;
  gap: 16px;
  margin-top: 55px;
}
.p-works__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #0085c1;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.p-works__arrow:hover {
  opacity: 0.8;
}
.p-works__arrow--prev:hover {
  transform: translateX(-3px);
}
.p-works__arrow--prev span {
  transform: rotate(180deg);
}
.p-works__arrow--next:hover {
  transform: translateX(3px);
}
.p-works__arrow span {
  position: relative;
  display: block;
  width: 8px;
  height: 12px;
}
.p-works__arrow span::before, .p-works__arrow span::after {
  position: absolute;
  left: 2px;
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  content: "";
}
.p-works__arrow span::before {
  top: 2px;
  transform: rotate(45deg);
}
.p-works__arrow span::after {
  bottom: 2px;
  transform: rotate(-45deg);
}
.p-works__arrow.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.p-works__authority {
  position: relative;
  z-index: 1;
  margin-top: 105px;
}
.p-works__authority-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 355px;
  margin-right: 180px;
  margin-left: 80px;
  background-color: #e5e5e5;
}
.p-works__authority-text {
  margin: 0;
  color: #444444;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .p-works {
    padding-top: 85px;
    padding-bottom: 100px;
  }
  .p-works__heading-area {
    padding-top: 24px;
  }
  .p-works__slider-inner {
    width: calc(100% - 30px);
    margin-left: 30px;
  }
  .p-works__item {
    width: 310px;
  }
  .p-works__authority-inner {
    margin-right: 100px;
    margin-left: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .p-works::before {
    width: 75%;
  }
  .p-works::after {
    width: 32%;
  }
  .p-works__heading-area {
    padding-bottom: 40px;
  }
  .p-works__item {
    width: 290px;
  }
  .p-works__navigation {
    margin-top: 45px;
  }
  .p-works__authority {
    margin-top: 85px;
  }
  .p-works__authority-inner {
    min-height: 310px;
    margin-right: 60px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .p-works {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .p-works::before {
    top: 50px;
    width: 78%;
    height: calc(100% - 50px);
  }
  .p-works::after {
    top: 145px;
    width: 38%;
    opacity: 0.7;
  }
  .p-works__heading-inner {
    align-items: center;
  }
  .p-works__slider-inner {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
  .p-works__item {
    width: 280px;
  }
  .p-works.is-flex .p-works__list,
  .p-works.is-flex .swiper-wrapper {
    gap: 24px;
    justify-content: flex-start;
  }
  .p-works.is-flex .p-works__item,
  .p-works.is-flex .swiper-slide {
    flex: 0 0 280px;
    width: 280px;
  }
  .p-works__navigation {
    justify-content: center;
    margin-left: 0;
  }
  .p-works__authority {
    margin-top: 70px;
  }
  .p-works__authority-inner {
    min-height: 270px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .p-works__authority-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-works {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "heading nav" "slider slider" "more more";
    padding-top: 40px;
    padding-bottom: 45px;
  }
  .p-works::before {
    top: 28px;
    width: 82%;
    height: calc(100% - 28px);
  }
  .p-works::after {
    top: 140px;
    width: 55%;
    opacity: 0.5;
  }
  .p-works__heading-area {
    padding-bottom: 20px;
  }
  .p-works__heading-inner {
    display: block;
  }
  .p-works__more-area {
    margin-top: 28px;
  }
  .p-works__slider-area {
    padding-top: 20px;
  }
  .p-works__slider-inner {
    width: calc(100% - 15px);
    margin-left: 15px;
  }
  .p-works__item {
    width: 210px;
  }
  .p-works.is-flex .p-works__list,
  .p-works.is-flex .swiper-wrapper {
    gap: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .p-works.is-flex .p-works__item,
  .p-works.is-flex .swiper-slide {
    flex: 0 0 210px;
    width: 210px;
  }
  .p-works__navigation {
    align-self: stretch;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 0;
    padding: 0 12px 20px 0;
    border-bottom: 1px solid #1689ca;
  }
  .p-works__arrow {
    width: 32px;
    height: 32px;
  }
  .p-works__authority {
    margin-top: 36px;
  }
  .p-works__authority-inner {
    min-height: 180px;
    margin-right: 0;
    margin-left: 0;
    padding: 22px 16px;
  }
  .p-works__authority-text {
    font-size: 14px;
  }
}

/* =====================================================
  Origin
===================================================== */
.p-origin {
  position: relative;
  z-index: 0;
  padding: 85px 0 130px;
  overflow: hidden;
}
.p-origin::before {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 95px);
  background-image: linear-gradient(rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.72)), url("../img/top/origin-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
}
.p-origin::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 95px);
  background-color: rgba(227, 244, 253, 0.34);
  content: "";
  pointer-events: none;
}
.p-origin__inner {
  display: grid;
  grid-template-columns: minmax(560px, 1fr) minmax(0, 460px);
  grid-template-areas: "copy visual" "text visual";
  gap: 0 60px;
  align-items: start;
}
.p-origin__copy {
  grid-area: copy;
  position: relative;
  z-index: 2;
  padding-top: 20px;
}
.p-origin__sub-title {
  margin: 16px 0 0;
  color: #333333;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.p-origin__text {
  grid-area: text;
  position: relative;
  z-index: 2;
  margin-top: 55px;
}
.p-origin__text .p + .p {
  margin-top: 10px;
}
.p-origin__visual {
  grid-area: visual;
  display: grid;
  grid-template-columns: 1fr;
  aspect-ratio: auto;
}
.p-origin__image {
  grid-area: 1/1;
  margin: 0;
}
.p-origin__image img {
  display: block;
  width: 100%;
  height: auto;
}
.p-origin__image--main {
  width: 82%;
  justify-self: end;
  margin-top: 100px;
}
.p-origin__image--sub {
  z-index: 2;
  width: 52%;
  justify-self: start;
  margin-left: -12%;
}
.p-origin__label {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  padding: 15px;
  background-color: rgba(163, 0, 208, 0.78);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1500px) {
  .p-origin {
    padding-top: 75px;
    padding-bottom: 120px;
  }
  .p-origin::before, .p-origin::after {
    height: calc(100% - 85px);
  }
  .p-origin__inner {
    grid-template-columns: minmax(500px, 1fr) minmax(0, 400px);
    gap: 0 55px;
  }
  .p-origin__sub-title {
    font-size: 21px;
  }
  .p-origin__text {
    margin-top: 45px;
  }
  .p-origin__image--main {
    width: 80%;
  }
  .p-origin__image--sub {
    width: 50%;
    margin-left: -10%;
  }
  .p-origin__label {
    width: 125px;
    height: 125px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .p-origin {
    padding-top: 70px;
    padding-bottom: 110px;
  }
  .p-origin__inner {
    grid-template-columns: minmax(430px, 1fr) minmax(0, 360px);
    gap: 0 45px;
  }
  .p-origin__sub-title {
    font-size: 19px;
  }
  .p-origin__text {
    margin-top: 38px;
  }
  .p-origin__image--main {
    width: 78%;
  }
  .p-origin__image--sub {
    width: 48%;
    margin-left: -8%;
  }
  .p-origin__label {
    width: 115px;
    height: 115px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .p-origin {
    padding-top: 65px;
    padding-bottom: 95px;
  }
  .p-origin::before, .p-origin::after {
    height: calc(100% - 70px);
  }
  .p-origin__inner {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "copy" "visual" "text";
    gap: 0;
  }
  .p-origin__copy {
    max-width: 680px;
    padding-top: 0;
  }
  .p-origin__sub-title {
    margin-top: 14px;
  }
  .p-origin__text {
    max-width: 680px;
    margin-top: 35px;
  }
  .p-origin__visual {
    margin-top: 55px;
    aspect-ratio: auto;
  }
  .p-origin__image--main {
    width: 70%;
    margin-top: 0;
  }
  .p-origin__image--sub {
    width: 44%;
    margin-top: 38%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-origin {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .p-origin::before, .p-origin::after {
    height: 100%;
  }
  .p-origin__sub-title {
    margin-top: 8px;
    font-size: 15px;
  }
  .p-origin__text {
    margin-top: 20px;
  }
  .p-origin__text .p + .p {
    margin-top: 6px;
  }
  .p-origin__visual {
    margin-top: 16px;
    aspect-ratio: auto;
  }
  .p-origin__image--main {
    width: 82%;
    margin-top: 0;
  }
  .p-origin__image--sub {
    width: 55%;
    margin-top: 32%;
    margin-left: 0;
  }
  .p-origin__label {
    width: 100px;
    height: 100px;
    padding: 10px;
    font-size: 12px;
  }
}

/* =====================================================
  Difference
===================================================== */
.p-difference {
  position: relative;
  z-index: 0;
  padding: 85px 0 115px;
  background-color: #ffffff;
  overflow: hidden;
}
.p-difference::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(100vw - 115px);
  height: 100%;
  background-color: #edeff8;
  content: "";
}
.p-difference__heading-area {
  position: relative;
  padding-bottom: 42px;
  border-bottom: 1px solid #1689ca;
}
.p-difference__heading-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 80px;
}
.p-difference__lead {
  width: 66%;
  padding-bottom: 3px;
}
.p-difference__lead .p + .p {
  margin-top: 8px;
}
.p-difference__content {
  padding-top: 55px;
}
.p-difference__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 75px 0;
}
.p-difference__item {
  position: relative;
  width: 30.7%;
  background-color: #ffffff;
}
.p-difference__number {
  position: absolute;
  z-index: 2;
  top: -27px;
  left: 12px;
  color: #0079bd;
  font-size: 66px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
}
.p-difference__image {
  width: 100%;
  aspect-ratio: 460/310;
  overflow: hidden;
}
.p-difference__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.p-difference__item:hover .p-difference__image img {
  transform: scale(1.04);
}
.p-difference__title {
  position: relative;
  z-index: 1;
  width: 80%;
  min-height: 48px;
  margin: -24px 0 0;
  padding: 10px 20px;
  background-color: #0085c1;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.04em;
}
.p-difference__body {
  --difference-body-pad-x: 24px;
  padding: 17px var(--difference-body-pad-x) 28px;
}
.p-difference__body .p + .p {
  margin-top: 7px;
}
.p-difference__copy {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 calc(-1 * var(--difference-body-pad-x)) 15px 0;
  color: #0085c1;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.p-difference__copy::after {
  flex: 1;
  height: 1px;
  background-color: #1689ca;
  content: "";
}
.p-difference__copy span {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  padding-right: 13px;
  background-color: #ffffff;
}
.p-difference__link {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
  padding-bottom: 8px;
  color: #0085c1;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
}
.p-difference__link::after {
  position: absolute;
  right: 25%;
  bottom: 0;
  left: 25%;
  height: 1px;
  background-color: #999999;
  content: "";
  transition: right 0.3s ease, left 0.3s ease;
}
.p-difference__link:hover::after {
  right: 0;
  left: 0;
}
@media screen and (max-width: 1500px) {
  .p-difference {
    padding-top: 75px;
    padding-bottom: 100px;
  }
  .p-difference::before {
    width: calc(100vw - 85px);
  }
  .p-difference__heading-inner {
    gap: 60px;
  }
  .p-difference__lead {
    width: 64%;
  }
  .p-difference__content {
    padding-top: 50px;
  }
  .p-difference__list {
    gap-top: 65px;
  }
  .p-difference__number {
    top: -24px;
    font-size: 58px;
  }
  .p-difference__title {
    min-height: 46px;
    padding: 9px 18px;
    font-size: 17px;
  }
  .p-difference__body {
    --difference-body-pad-x: 20px;
    padding: 16px var(--difference-body-pad-x) 25px;
  }
  .p-difference__copy {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .p-difference::before {
    width: calc(100vw - 60px);
  }
  .p-difference__heading-inner {
    gap: 40px;
  }
  .p-difference__lead {
    width: 62%;
  }
  .p-difference__list {
    gap: 55px 0;
  }
  .p-difference__item {
    width: 31.5%;
  }
  .p-difference__number {
    top: -21px;
    left: 10px;
    font-size: 50px;
  }
  .p-difference__title {
    width: 84%;
    margin-top: -20px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 15px;
  }
  .p-difference__body {
    --difference-body-pad-x: 16px;
    padding-right: var(--difference-body-pad-x);
    padding-left: var(--difference-body-pad-x);
  }
  .p-difference__copy {
    font-size: 14px;
  }
  .p-difference__copy span {
    padding-right: 10px;
  }
  .p-difference__link {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .p-difference {
    padding-top: 65px;
    padding-bottom: 80px;
  }
  .p-difference::before {
    width: calc(100vw - 35px);
  }
  .p-difference__heading-area {
    padding-bottom: 34px;
  }
  .p-difference__heading-inner {
    display: block;
  }
  .p-difference__lead {
    width: 100%;
    max-width: 720px;
    margin-top: 25px;
    padding-bottom: 0;
  }
  .p-difference__content {
    padding-top: 45px;
  }
  .p-difference__list {
    gap: 60px 0;
  }
  .p-difference__item {
    width: 48%;
  }
  .p-difference__number {
    top: -24px;
    font-size: 56px;
  }
  .p-difference__title {
    width: 82%;
    min-height: 46px;
    margin-top: -23px;
    font-size: 16px;
  }
  .p-difference__body {
    --difference-body-pad-x: 20px;
    padding: 17px var(--difference-body-pad-x) 28px;
  }
  .p-difference__copy {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-difference {
    padding-top: 40px;
    padding-bottom: 48px;
  }
  .p-difference::before {
    width: 100%;
  }
  .p-difference__heading-area {
    padding-bottom: 20px;
  }
  .p-difference__lead {
    margin-top: 14px;
  }
  .p-difference__lead .p + .p {
    margin-top: 6px;
  }
  .p-difference__content {
    max-width: 92%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 28px;
  }
  .p-difference__list {
    display: block;
  }
  .p-difference__item {
    width: 100%;
  }
  .p-difference__item + .p-difference__item {
    margin-top: 42px;
  }
  .p-difference__number {
    top: -16px;
    left: 9px;
    font-size: 40px;
  }
  .p-difference__title {
    width: 84%;
    min-height: 0;
    margin-top: -16px;
    padding: 7px 12px;
    font-size: 14px;
  }
  .p-difference__body {
    --difference-body-pad-x: 14px;
    padding: 12px var(--difference-body-pad-x) 18px;
  }
  .p-difference__body .p + .p {
    margin-top: 6px;
  }
  .p-difference__copy {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .p-difference__copy span {
    padding-right: 8px;
  }
  .p-difference__link {
    margin-top: 14px;
    font-size: 12px;
  }
}

/* =====================================================
  Industries
===================================================== */
.p-industries {
  padding: 90px 0 65px;
  background-color: #ffffff;
}
.p-industries__box {
  padding: 80px 105px 75px;
  border: 2px solid #0085c1;
  border-radius: 24px;
  background-color: #e3f4fd;
}
.p-industries__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
.p-industries__title {
  flex-shrink: 0;
  margin: 0;
  color: #333333;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.03em;
}
.p-industries__title span {
  color: #333333;
}
.p-industries__lead {
  width: 45%;
}
.p-industries__list {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 45px;
}
.p-industries__item {
  width: calc((100% - 90px) / 4);
}
.p-industries__image {
  width: 100%;
  aspect-ratio: 320/230;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
}
.p-industries__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.p-industries__item-title {
  margin: 8px 0 0 0px;
  padding: 8px 10px;
  background-color: #1599e5;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.03em;
}
.p-industries__text {
  margin-top: 8px;
  font-size: 13px;
}
@media screen and (max-width: 1500px) {
  .p-industries {
    padding-top: 80px;
  }
  .p-industries__box {
    padding: 70px 75px 65px;
  }
  .p-industries__heading {
    gap: 60px;
  }
  .p-industries__title {
    font-size: 32px;
  }
  .p-industries__list {
    gap: 24px;
    margin-top: 40px;
  }
  .p-industries__item {
    width: calc((100% - 72px) / 4);
  }
  .p-industries__item-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .p-industries__box {
    padding: 60px 50px;
  }
  .p-industries__heading {
    gap: 40px;
  }
  .p-industries__title {
    font-size: 28px;
  }
  .p-industries__lead {
    width: 46%;
  }
  .p-industries__list {
    flex-wrap: wrap;
    gap: 40px 30px;
  }
  .p-industries__item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .p-industries {
    padding: 70px 0 55px;
  }
  .p-industries__box {
    padding: 55px 40px;
    border-radius: 20px;
  }
  .p-industries__heading {
    display: block;
  }
  .p-industries__title {
    font-size: 28px;
  }
  .p-industries__lead {
    width: 100%;
    max-width: 680px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-industries {
    padding: 40px 0 32px;
  }
  .p-industries__box {
    padding: 28px 14px 24px;
    border-width: 1px;
    border-radius: 12px;
  }
  .p-industries__title {
    font-size: 18px;
    line-height: 1.5;
  }
  .p-industries__lead {
    margin-top: 12px;
  }
  .p-industries__list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 10px;
    margin-top: 20px;
  }
  .p-industries__item {
    width: calc((100% - 10px) / 2);
  }
  .p-industries__item + .p-industries__item {
    margin-top: 0;
  }
  .p-industries__item-title {
    padding: 5px 4px;
    font-size: 12px;
    line-height: 1.4;
  }
  .p-industries__text {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.6;
  }
}

/* =====================================================
  Services
===================================================== */
.p-services {
  position: relative;
  z-index: 0;
  margin-top: 80px;
  padding: 75px 0 100px;
  background-color: #ffffff;
  overflow: hidden;
}
.p-services::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: calc(100vw - 65px);
  height: calc(100% - 45px);
  border-radius: 28px 0 0 28px;
  background-color: #edeff8;
  content: "";
}
.p-services__heading-area {
  position: relative;
  padding-bottom: 35px;
  border-bottom: 1px solid #1689ca;
}
.p-services__heading-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 80px;
}
.p-services__lead {
  width: 65%;
  padding-bottom: 5px;
}
.p-services__content {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 650px;
  padding-top: 80px;
}
.p-services__image {
  width: 45vw;
  max-width: 860px;
  flex-shrink: 0;
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}
.p-services__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-services__list-area {
  flex: 1;
  min-width: 0;
}
.p-services__list-area .wrapper {
  max-width: none;
  margin-left: 0;
  padding-left: 55px;
}
.p-services__list {
  width: min(100%, 720px);
}
.p-services__item {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 40px;
  gap: 4px 18px;
  align-items: start;
  padding: 22px 18px 22px 16px;
  border-bottom: solid 1px #0079bd;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.p-services__item::after {
  position: absolute;
  right: -20%;
  bottom: -40%;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 133, 193, 0.08) 0%, transparent 70%);
  content: "";
  pointer-events: none;
  transition: transform 0.45s ease, opacity 0.45s ease;
}
.p-services__item-text {
  margin-top: 8px;
}
.p-services__item-text .p {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
.p-services__item-text .p + .p {
  margin-top: 2px;
}
.p-services__item-index {
  display: block;
  margin-top: 2px;
  color: rgba(0, 133, 193, 0.45);
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: color 0.35s ease;
}
.p-services__item-body {
  min-width: 0;
  padding-right: 4px;
}
.p-services__item-title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 6px;
  color: #0085c1;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
  transition: color 0.35s ease;
}
.p-services__item-title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0085c1;
  content: "";
  transition: width 0.4s ease;
}
.p-services__item-arrow {
  position: relative;
  z-index: 1;
  align-self: end;
  display: block;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  margin-bottom: 2px;
  border-radius: 50%;
  background-color: #f0f3fb;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.p-services__item-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #f47a20;
  content: "";
  transform: translate(-50%, -50%);
}
.p-services__item:hover .p-services__item-title::after {
  width: 100%;
}
.p-services__item:hover .p-services__item-arrow {
  background-color: #e5eaf5;
  transform: translateX(5px);
}
@media screen and (max-width: 1500px) {
  .p-services {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .p-services::before {
    width: calc(100vw - 45px);
  }
  .p-services__heading-inner {
    gap: 60px;
  }
  .p-services__lead {
    width: 63%;
  }
  .p-services__content {
    min-height: 610px;
    padding-top: 70px;
  }
  .p-services__image {
    width: 44vw;
  }
  .p-services__image img {
    min-height: 520px;
  }
  .p-services__list-area .wrapper {
    padding-left: 45px;
  }
  .p-services__item {
    grid-template-columns: 48px minmax(0, 1fr) 36px;
    gap: 4px 14px;
    padding: 18px 14px 18px 14px;
  }
  .p-services__item + .p-services__item {
    margin-top: 10px;
  }
  .p-services__item-index {
    font-size: 24px;
  }
  .p-services__item-title {
    font-size: 18px;
  }
  .p-services__item-arrow {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .p-services__heading-inner {
    gap: 40px;
  }
  .p-services__lead {
    width: 60%;
  }
  .p-services__content {
    align-items: flex-start;
  }
  .p-services__image {
    width: 43vw;
  }
  .p-services__image img {
    min-height: 500px;
  }
  .p-services__list-area .wrapper {
    padding-left: 35px;
  }
  .p-services__item-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .p-services {
    padding-top: 60px;
    padding-bottom: 75px;
  }
  .p-services::before {
    top: 30px;
    width: calc(100vw - 25px);
    height: calc(100% - 30px);
    border-radius: 20px 0 0 20px;
  }
  .p-services__heading-area {
    padding-bottom: 30px;
  }
  .p-services__heading-inner {
    display: block;
  }
  .p-services__lead {
    width: 100%;
    max-width: 700px;
    margin-top: 25px;
    padding-bottom: 0;
  }
  .p-services__content {
    display: block;
    min-height: 0;
    padding-top: 55px;
  }
  .p-services__image {
    width: calc(100% - 40px);
    max-width: none;
  }
  .p-services__image img {
    min-height: 0;
    aspect-ratio: 16/9;
  }
  .p-services__list-area {
    margin-top: 45px;
  }
  .p-services__list-area .wrapper {
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .p-services__list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-services {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 45px;
  }
  .p-services::before {
    top: 0;
    width: 100vw;
    height: 100%;
    border-radius: 0;
  }
  .p-services__heading-area {
    padding-bottom: 18px;
  }
  .p-services__lead {
    margin-top: 14px;
  }
  .p-services__content {
    padding-top: 24px;
  }
  .p-services__image {
    width: 100%;
    max-width: none;
    border-radius: 0;
  }
  .p-services__image img {
    min-height: 0;
    aspect-ratio: 16/9;
  }
  .p-services__list-area {
    margin-top: 0px;
  }
  .p-services__list-area .wrapper {
    padding-right: 12px;
    padding-left: 12px;
  }
  .p-services__item {
    grid-template-columns: 36px minmax(0, 1fr) 32px;
    align-items: center;
    gap: 0 10px;
    padding: 16px 8px 16px 4px;
  }
  .p-services__item + .p-services__item {
    margin-top: 0;
  }
  .p-services__item-index {
    margin-top: 0;
    font-size: 18px;
  }
  .p-services__item-body {
    padding-right: 0;
  }
  .p-services__item-title {
    padding-bottom: 2px;
    font-size: 16px;
  }
  .p-services__item-text {
    display: none;
  }
  .p-services__item-arrow {
    align-self: center;
    width: 28px;
    height: 28px;
    margin-bottom: 0;
  }
}

/* =====================================================
  Company
===================================================== */
.p-company {
  position: relative;
  z-index: 0;
  padding: 40px 0 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.p-company::before {
  position: absolute;
  z-index: -1;
  top: 80px;
  bottom: 0;
  left: 0;
  width: 34%;
  background-image: url("../img/common/bg-hexagon.svg");
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  opacity: 0.65;
}
.p-company__inner {
  display: grid;
  grid-template-columns: minmax(0, 43%) minmax(0, 54%);
  grid-template-areas: "copy visual" "body visual";
  justify-content: space-between;
  gap: 0 90px;
  align-items: start;
}
.p-company__copy {
  grid-area: copy;
  padding-top: 35px;
}
.p-company__body {
  grid-area: body;
}
.p-company__text {
  margin-top: 0px;
}
.p-company__text .p + .p {
  margin-top: 10px;
}
.p-company__button {
  margin-top: 35px;
  text-align: center;
}
.p-company__visual {
  grid-area: visual;
  position: relative;
  min-height: 660px;
}
.p-company__image {
  position: absolute;
  margin: 0;
  border-radius: 7px;
  overflow: hidden;
}
.p-company__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-company__image--main {
  top: 0;
  right: 0;
  width: 82%;
  aspect-ratio: 700/490;
}
.p-company__image--sub-left {
  z-index: 2;
  top: 345px;
  left: 0;
  width: 49%;
  aspect-ratio: 430/340;
}
.p-company__image--sub-right {
  z-index: 3;
  top: 430px;
  right: 10%;
  width: 35%;
  aspect-ratio: 320/300;
}
@media screen and (max-width: 1500px) {
  .p-company {
    padding-top: 100px;
    padding-bottom: 115px;
  }
  .p-company::before {
    width: 32%;
  }
  .p-company__inner {
    grid-template-columns: minmax(0, 42%) minmax(0, 55%);
    gap: 0 70px;
  }
  .p-company__visual {
    min-height: 610px;
  }
  .p-company__image--sub-left {
    top: 315px;
  }
  .p-company__image--sub-right {
    top: 390px;
  }
}
@media screen and (max-width: 1200px) {
  .p-company {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .p-company__inner {
    grid-template-columns: minmax(0, 44%) minmax(0, 53%);
    gap: 0 50px;
  }
  .p-company__visual {
    min-height: 550px;
  }
  .p-company__text {
    margin-top: 35px;
  }
  .p-company__button {
    margin-top: 28px;
  }
  .p-company__image--main {
    width: 86%;
  }
  .p-company__image--sub-left {
    top: 285px;
    width: 52%;
  }
  .p-company__image--sub-right {
    top: 350px;
    right: 5%;
    width: 38%;
  }
}
@media screen and (max-width: 1024px) {
  .p-company {
    padding-top: 75px;
    padding-bottom: 85px;
  }
  .p-company::before {
    top: 60px;
    width: 45%;
    opacity: 0.45;
  }
  .p-company__inner {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "copy" "visual" "body";
    gap: 0;
  }
  .p-company__copy {
    max-width: 720px;
    padding-top: 0;
  }
  .p-company__body {
    max-width: 720px;
  }
  .p-company__visual {
    min-height: 660px;
    margin-top: 55px;
  }
  .p-company__image--main {
    right: 0;
    width: 73%;
  }
  .p-company__image--sub-left {
    top: 340px;
    left: 0;
    width: 47%;
  }
  .p-company__image--sub-right {
    top: 405px;
    right: 8%;
    width: 34%;
  }
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-top: 40px;
    padding-bottom: 48px;
  }
  .p-company::before {
    top: 32px;
    width: 65%;
    opacity: 0.35;
  }
  .p-company__text {
    margin-top: 20px;
  }
  .p-company__text .p + .p {
    margin-top: 6px;
  }
  .p-company__visual {
    min-height: 384px;
    margin-top: 28px;
  }
  .p-company__image {
    border-radius: 5px;
  }
  .p-company__image--main {
    width: 88%;
  }
  .p-company__image--sub-left {
    top: 200px;
    width: 57%;
  }
  .p-company__image--sub-right {
    top: 270px;
    right: 0;
    width: 40%;
  }
}

/* =====================================================
  News
===================================================== */
.p-news {
  position: relative;
  z-index: 0;
  padding: 75px 0 80px;
  background-color: #ffffff;
  overflow: hidden;
}
.p-news::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: calc(100vw - 65px);
  height: 100%;
  border-radius: 0 28px 28px 0;
  background-color: #edeff8;
  content: "";
}
.p-news__heading-area {
  position: relative;
  padding-bottom: 36px;
  border-bottom: 1px solid #1689ca;
}
.p-news__heading-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 80px;
}
.p-news__categories {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 42px;
}
.p-news__categories .m-link-button {
  gap: 20px;
}
.p-news__categories .m-link-button__icon {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
}
.p-news__content {
  padding-top: 42px;
}
.p-news__slider-wrap {
  width: calc(100% - max(40px, (100vw - 1500px) / 2));
  margin-left: max(40px, (100vw - 1500px) / 2);
}
.p-news__slider {
  overflow: visible;
}
.p-news__item {
  width: 330px;
  height: auto;
}
.p-news--grid .p-news__list {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  width: 100%;
  max-width: 100%;
}
.p-news--grid .p-news__item {
  box-sizing: border-box;
  flex: 0 1 calc((100% - 108px) / 4);
  width: calc((100% - 108px) / 4);
  max-width: calc((100% - 108px) / 4);
  min-width: 0;
}
.p-news--grid .p-news__link,
.p-news--grid .p-news__image {
  min-width: 0;
  max-width: 100%;
}
.p-news__link {
  display: block;
  color: #333333;
  text-decoration: none;
}
.p-news__image {
  width: 100%;
  aspect-ratio: 410/285;
  border-radius: 6px;
  overflow: hidden;
}
.p-news__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.p-news__image--noimage {
  border: 1px solid #c5d3dc;
  background-color: #f5f7f9;
}
.p-news__link:hover .p-news__image img {
  transform: scale(1.04);
}
.p-news__link:hover .p-news__title {
  color: #0085c1;
}
.p-news__body {
  padding-top: 16px;
}
.p-news__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 25px;
  padding: 3px 12px;
  border-radius: 50px;
  background-color: #0085c1;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}
.p-news__title {
  margin: 10px 0 0;
  color: #333333;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  transition: color 0.3s ease;
}
.p-news__excerpt {
  margin: 8px 0 0;
  color: #555555;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
}
.p-news__date {
  display: block;
  margin-top: 13px;
  color: #999999;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
}
.p-news__author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.p-news__author-image {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #e8f4fa;
}
.p-news__author-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news__author-text {
  margin: 0;
  color: #333333;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.p-news__button {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
.p-news__button .m-link-button {
  gap: 26px;
}
.p-news__button .m-link-button__icon {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
}
@media screen and (max-width: 1500px) {
  .p-news {
    padding-top: 70px;
    padding-bottom: 75px;
  }
  .p-news::before {
    width: calc(100vw - 45px);
  }
  .p-news__heading-inner {
    gap: 60px;
  }
  .p-news__categories {
    gap: 30px;
  }
  .p-news__categories .m-link-button {
    gap: 16px;
  }
  .p-news__categories .m-link-button__icon {
    width: 46px;
    height: 46px;
  }
  .p-news__slider-wrap {
    width: calc(100% - 30px);
    margin-left: 30px;
  }
  .p-news__item {
    width: 310px;
  }
  .p-news__button {
    margin-top: 50px;
  }
  .p-news--grid .p-news__list {
    gap: 28px;
  }
  .p-news--grid .p-news__item {
    flex-basis: calc((100% - 84px) / 4);
    width: calc((100% - 84px) / 4);
    max-width: calc((100% - 84px) / 4);
  }
}
@media screen and (max-width: 1200px) {
  .p-news__heading-inner {
    gap: 40px;
  }
  .p-news__categories {
    gap: 20px;
  }
  .p-news__categories .m-link-button__text {
    font-size: 12px;
  }
  .p-news__categories .m-link-button__icon {
    width: 42px;
    height: 42px;
  }
  .p-news__item {
    width: 290px;
  }
  .p-news--grid .p-news__list {
    gap: 24px;
  }
  .p-news--grid .p-news__item {
    flex-basis: calc((100% - 72px) / 4);
    width: calc((100% - 72px) / 4);
    max-width: calc((100% - 72px) / 4);
  }
}
@media screen and (max-width: 1024px) {
  .p-news {
    padding-top: 60px;
    padding-bottom: 65px;
  }
  .p-news::before {
    width: calc(100vw - 25px);
    border-radius: 0 20px 20px 0;
  }
  .p-news__heading-area {
    padding-bottom: 30px;
  }
  .p-news__heading-inner {
    display: block;
  }
  .p-news__categories {
    justify-content: flex-start;
    margin-top: 28px;
  }
  .p-news__content {
    padding-top: 36px;
  }
  .p-news__slider-wrap {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
  .p-news__item {
    width: 280px;
  }
  .p-news__button {
    margin-top: 45px;
  }
  .p-news--grid .p-news__list {
    gap: 20px;
  }
  .p-news--grid .p-news__item {
    flex-basis: calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-news {
    padding-top: 40px;
    padding-bottom: 42px;
  }
  .p-news::before {
    width: 100%;
    border-radius: 0 12px 12px 0;
  }
  .p-news__heading-area {
    padding-bottom: 18px;
  }
  .p-news__categories {
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 16px;
  }
  .p-news__categories .m-link-button {
    gap: 10px;
  }
  .p-news__categories .m-link-button__text {
    font-size: 11px;
  }
  .p-news__categories .m-link-button__icon {
    width: 36px;
    height: 36px;
  }
  .p-news__content {
    padding-top: 22px;
  }
  .p-news__slider-wrap {
    width: calc(100% - 15px);
    margin-left: 15px;
  }
  .p-news__item {
    width: 260px;
  }
  .p-news__body {
    padding-top: 13px;
  }
  .p-news__category {
    min-width: 52px;
    min-height: 23px;
    padding: 3px 10px;
    font-size: 10px;
  }
  .p-news__title {
    margin-top: 8px;
    font-size: 14px;
  }
  .p-news__excerpt {
    margin-top: 6px;
    font-size: 11px;
    line-height: 1.6;
  }
  .p-news__date {
    margin-top: 8px;
    font-size: 10px;
  }
  .p-news__button {
    margin-top: 28px;
  }
  .p-news__button .m-link-button__icon {
    width: 42px;
    height: 42px;
  }
  .p-news--grid .p-news__list {
    gap: 16px 10px;
  }
  .p-news--grid .p-news__item {
    flex-basis: calc((100% - 10px) / 2);
    width: calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
  }
}

/* =====================================================
  Recruit
===================================================== */
.p-recruit {
  background-color: #ffffff;
  padding-bottom: 100px;
}
.p-recruit__heading-area {
  padding: 75px 0 38px;
}
.p-recruit__link {
  display: block;
  width: 100%;
  overflow: hidden;
}
.p-recruit__link img,
.p-recruit__link video {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease, transform 0.6s ease;
  transform: scale(1.003);
}
.p-recruit__link:hover img,
.p-recruit__link:hover video {
  opacity: 0.92;
}
@media screen and (max-width: 1500px) {
  .p-recruit__heading-area {
    padding-top: 65px;
    padding-bottom: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .p-recruit__heading-area {
    padding-top: 55px;
    padding-bottom: 30px;
  }
  .p-recruit__link img,
  .p-recruit__link video {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit {
    padding-bottom: 60px;
  }
  .p-recruit__heading-area {
    padding-top: 36px;
    padding-bottom: 18px;
  }
  .p-recruit__link img {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-left: 0;
  }
  .p-recruit__link video {
    display: none;
  }
}/*# sourceMappingURL=toppage.css.map */