@charset "UTF-8";
.dummy {
  color: #ff31f1 !important;
}

/*
====================================
共通
====================================
*/
html {
  overflow-y: initial;
  font-size: 10px;
  letter-spacing: 0.075em;
}

body {
  overflow-x: hidden;
  font-feature-settings: "palt";
  background-color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.f-tac {
  font-family: tachyon, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8;
}

.wrapper {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
}

@media screen and (max-width: 1500px) {
  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.pc {
  display: block;
}

.pc-tb {
  display: block;
}

.tb-sp {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .pc-tb {
    display: none;
  }
  .tb-sp {
    display: block;
  }
  .sp {
    display: block;
  }
  .p {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* =====================================================
  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;
  }
}

/* =====================================================
  m-section-heading
===================================================== */
.m-section-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.m-section-heading__en {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  color: #0085c1;
  font-family: tachyon, sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.m-section-heading__en::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px dotted currentColor;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}
.m-section-heading__ja {
  margin: 12px 0 0;
  color: #333333;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.m-section-heading__ja span {
  color: #0085c1;
}
.m-section-heading--white .m-section-heading__en,
.m-section-heading--white .m-section-heading__ja,
.m-section-heading--white .m-section-heading__ja span {
  color: #ffffff;
}
.m-section-heading--red .m-section-heading__en {
  color: #f15b64;
}
.m-section-heading--red .m-section-heading__ja {
  color: #333333;
}
.m-section-heading--red .m-section-heading__ja span {
  color: #f15b64;
}
.m-section-heading--center {
  text-align: center;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  .m-section-heading__en {
    font-size: 18px;
  }
  .m-section-heading__ja {
    margin-top: 22px;
    font-size: 31px;
  }
}
@media screen and (max-width: 1024px) {
  .m-section-heading__en {
    padding-left: 24px;
    font-size: 16px;
  }
  .m-section-heading__en::before {
    width: 13px;
    height: 13px;
  }
  .m-section-heading__ja {
    margin-top: 18px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .m-section-heading__en {
    padding-left: 18px;
    font-size: 12px;
  }
  .m-section-heading__en::before {
    width: 10px;
    height: 10px;
    border-width: 1px;
  }
  .m-section-heading__ja {
    margin-top: 8px;
    font-size: 24px;
    line-height: 1.45;
  }
}

/* =====================================================
  m-link-button
===================================================== */
.m-link-button {
  display: inline-flex;
  align-items: center;
  gap: 38px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d6dfe4;
  color: #333333;
  text-decoration: none;
}
.m-link-button__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}
.m-link-button__icon {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f0f3fb;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.m-link-button__icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #f47a20;
  content: "";
  transform: translate(-50%, -50%);
}
.m-link-button:hover .m-link-button__icon {
  background-color: #e5eaf5;
  transform: translateX(5px);
}
@media screen and (max-width: 767px) {
  .m-link-button {
    gap: 14px;
    padding-bottom: 6px;
  }
  .m-link-button__text {
    font-size: 12px;
  }
  .m-link-button__icon {
    width: 40px;
    height: 40px;
  }
}

/* =====================================================
  m-works-card
===================================================== */
.m-works-card__link {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: #333333;
  text-decoration: none;
  padding: 22px;
  border-radius: 0;
  border: solid 1px #ddd;
  background-color: #f5f5f5;
}
.m-works-card__link:hover .m-works-card__more::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.m-works-card__image {
  width: 100%;
  aspect-ratio: 390/260;
  border-radius: 4px;
  overflow: hidden;
}
.m-works-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #ddd;
}
.m-works-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-top: 16px;
}
.m-works-card__title {
  margin: 0 0 22px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.03em;
}
.m-works-card__detail {
  margin: 0;
}
.m-works-card__detail-row {
  margin-top: 10px;
}
.m-works-card__detail-row:first-child {
  margin-top: 0;
}
.m-works-card__detail-term {
  position: relative;
  margin: 0;
  padding: 0 0 5px 16px;
  border-bottom: 1px dotted #999999;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.5;
}
.m-works-card__detail-term::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #0085c1;
  border-radius: 50%;
  content: "";
}
.m-works-card__detail-description {
  margin: 5px 0 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.8;
}
.m-works-card__more {
  position: relative;
  display: block;
  align-self: center;
  margin-top: auto;
  padding: 24px 0 7px;
  font-family: tachyon, sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.m-works-card__more::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #333333;
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .m-works-card__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .m-works-card__link {
    padding: 12px;
  }
  .m-works-card__body {
    padding-top: 14px;
  }
  .m-works-card__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 18px;
    font-size: 13px;
  }
  .m-works-card__detail-term {
    font-size: 13px;
  }
  .m-works-card__detail-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
  }
}

/* =====================================================
  c-fixed-banner
===================================================== */
.c-fixed-banner {
  position: relative;
  z-index: 900;
}
.c-fixed-banner__cta {
  display: none;
}
.c-fixed-banner__item {
  position: fixed;
  right: 0;
  display: block;
  line-height: 0;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.c-fixed-banner__item:hover {
  opacity: 0.9;
  transform: translateX(-5px);
}
.c-fixed-banner__item img {
  display: block;
  width: 100%;
  height: auto;
}
.c-fixed-banner__item--machining {
  top: 215px;
  width: 280px;
  border: solid 2px #087cbd;
  border-right: none;
}
.c-fixed-banner__item--recruit {
  top: 361px;
  width: 280px;
}
@media screen and (max-width: 1500px) {
  .c-fixed-banner__item--machining {
    width: 250px;
  }
  .c-fixed-banner__item--recruit {
    width: 250px;
  }
}
@media screen and (max-width: 1200px) {
  .c-fixed-banner__item--machining {
    top: 180px;
    width: 220px;
  }
  .c-fixed-banner__item--recruit {
    bottom: 40px;
    width: 220px;
  }
}
@media screen and (max-width: 1024px) {
  .c-fixed-banner {
    position: fixed;
    z-index: 900;
    right: 15px;
    bottom: 15px;
    left: 15px;
    display: flex;
    align-items: stretch;
    gap: 10px;
    pointer-events: none;
  }
  .c-fixed-banner__item {
    position: static;
    flex: 1;
    width: auto;
    pointer-events: auto;
  }
  .c-fixed-banner__item:hover {
    transform: none;
  }
  .c-fixed-banner__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-fixed-banner__item--machining, .c-fixed-banner__item--recruit {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-fixed-banner {
    right: 0;
    bottom: 0;
    left: 0;
    align-items: stretch;
    gap: 8px;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px));
    background-color: #ffffff;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
    pointer-events: auto;
  }
  .c-fixed-banner__item {
    display: none;
  }
  .c-fixed-banner__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
  }
  .c-fixed-banner__button {
    display: block;
    min-width: 0;
    text-decoration: none;
    transition: opacity 0.3s ease;
  }
  .c-fixed-banner__button:hover {
    opacity: 0.85;
  }
  .c-fixed-banner__button img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .c-fixed-banner__button--tel {
    flex: 0 1 42%;
    max-width: 150px;
  }
  .c-fixed-banner__button--contact {
    flex: 1 1 54%;
    max-width: 220px;
  }
}
.c-fixed-banner {
  /* マシニング特設：CTAのみ追従（SP） */
}
.c-fixed-banner--cta-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-fixed-banner--cta-only {
    position: fixed;
    z-index: 900;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: stretch;
    gap: 8px;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px));
    background-color: #ffffff;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
    pointer-events: auto;
  }
  .c-fixed-banner--cta-only .c-fixed-banner__cta {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 8px;
    width: 100%;
  }
  .c-fixed-banner--cta-only .c-fixed-banner__button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    max-width: none;
    min-height: 56px;
    padding: 8px 10px;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
  .c-fixed-banner--cta-only .c-fixed-banner__button:hover {
    opacity: 0.85;
    color: #ffffff;
  }
  .c-fixed-banner--cta-only .c-fixed-banner__button--tel {
    flex: 1 1 46%;
    flex-direction: column;
    gap: 2px;
    background-color: #06df91;
  }
  .c-fixed-banner--cta-only .c-fixed-banner__button--contact {
    flex: 1 1 54%;
    background-color: #ff762d;
    font-size: 13px;
    line-height: 1.35;
  }
  .c-fixed-banner--cta-only .c-fixed-banner__tel-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  .c-fixed-banner--cta-only .c-fixed-banner__tel-icon {
    position: relative;
    display: block;
    width: 11px;
    height: 16px;
    border: 2px solid #ffffff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    transform: rotate(-35deg);
  }
  .c-fixed-banner--cta-only .c-fixed-banner__tel-number {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
  .c-fixed-banner--cta-only .c-fixed-banner__tel-hours {
    margin-top: 0;
    color: #ffffff;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-bottom: 88px;
  }
  body.is-menu-open .c-fixed-banner {
    display: none;
  }
}
/* =====================================================
  Contact CTA Module
===================================================== */
.m-contact-cta {
  position: relative;
  padding: 65px 0 55px;
  background-image: url("../img/common/contact-cta-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
}
.m-contact-cta__inner {
  position: relative;
  z-index: 2;
}
.m-contact-cta__title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.03em;
}
.m-contact-cta__content {
  width: 760px;
  max-width: 100%;
  margin: 55px auto 0;
}
.m-contact-cta__buttons {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  width: 100%;
}
.m-contact-cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 60px) / 2);
  min-height: 74px;
  border-radius: 50px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.m-contact-cta__button:hover {
  opacity: 0.85;
  transform: translateY(-3px);
}
.m-contact-cta__button--tel {
  flex-direction: column;
  background-color: #06df91;
}
.m-contact-cta__button--contact {
  background-color: #ff762d;
  font-size: 17px;
}
.m-contact-cta__tel-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.m-contact-cta__tel-icon {
  position: relative;
  display: block;
  width: 15px;
  height: 21px;
  border: 3px solid #ffffff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(-35deg);
}
.m-contact-cta__tel-number {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
.m-contact-cta__tel-hours {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}
.m-contact-cta__features {
  display: flex;
  justify-content: space-between;
  gap: 45px;
  width: 100%;
  margin-top: 55px;
}
.m-contact-cta__feature {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 90px) / 3);
  min-height: 62px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background-color: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.m-contact-cta__fields {
  position: relative;
  z-index: 2;
  margin: 40px 0 0;
  color: #ffff00;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .m-contact-cta {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .m-contact-cta__title {
    font-size: 29px;
  }
  .m-contact-cta__content {
    width: 700px;
    margin-top: 45px;
  }
  .m-contact-cta__buttons {
    gap: 45px;
  }
  .m-contact-cta__button {
    width: calc((100% - 45px) / 2);
  }
  .m-contact-cta__features {
    gap: 35px;
    margin-top: 45px;
  }
  .m-contact-cta__feature {
    width: calc((100% - 70px) / 3);
  }
}
@media screen and (max-width: 1024px) {
  .m-contact-cta {
    padding: 55px 0 45px;
  }
  .m-contact-cta__title {
    font-size: 26px;
  }
  .m-contact-cta__content {
    width: 650px;
    margin-top: 40px;
  }
  .m-contact-cta__buttons {
    gap: 30px;
  }
  .m-contact-cta__button {
    width: calc((100% - 30px) / 2);
    min-height: 68px;
  }
  .m-contact-cta__button--contact {
    font-size: 15px;
  }
  .m-contact-cta__tel-number {
    font-size: 22px;
  }
  .m-contact-cta__features {
    gap: 25px;
    margin-top: 40px;
  }
  .m-contact-cta__feature {
    width: calc((100% - 50px) / 3);
    min-height: 58px;
    font-size: 15px;
  }
  .m-contact-cta__fields {
    margin-top: 35px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .m-contact-cta {
    padding: 36px 0 32px;
  }
  .m-contact-cta__title {
    font-size: 18px;
    text-align: center;
  }
  .m-contact-cta__content {
    margin-top: 22px;
  }
  .m-contact-cta__buttons {
    display: block;
  }
  .m-contact-cta__button {
    width: 100%;
    min-height: 64px;
  }
  .m-contact-cta__button + .m-contact-cta__button {
    margin-top: 15px;
  }
  .m-contact-cta__tel-number {
    font-size: 21px;
  }
  .m-contact-cta__tel-hours {
    font-size: 12px;
  }
  .m-contact-cta__features {
    gap: 8px;
    margin-top: 30px;
  }
  .m-contact-cta__feature {
    width: calc((100% - 16px) / 3);
    min-height: 52px;
    padding: 7px 4px;
    font-size: 12px;
  }
  .m-contact-cta__fields {
    margin-top: 28px;
    font-size: 14px;
    text-align: center;
  }
}
.m-contact-cta {
  /* -------------------------------------------------
    Inline（記事内・サイドバー向け）
    全幅CTAと同じ構成を、コンテナ幅に合わせて縮小
  ------------------------------------------------- */
}
.m-contact-cta--inline {
  container-type: inline-size;
  container-name: contact-cta;
  width: 100%;
  max-width: 100%;
  margin: 45px 0;
  padding: 42px 32px 38px;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
}
.m-contact-cta--inline .m-contact-cta__inner {
  width: 100%;
}
.m-contact-cta--inline .m-contact-cta__title {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.03em;
}
.m-contact-cta--inline .m-contact-cta__content {
  width: 100%;
  max-width: 100%;
  margin: 32px auto 0;
}
.m-contact-cta--inline .m-contact-cta__buttons {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}
.m-contact-cta--inline .m-contact-cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 24px) / 2);
  min-height: 64px;
  margin: 0;
  border-radius: 50px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}
.m-contact-cta--inline .m-contact-cta__button:hover {
  opacity: 0.85;
  transform: translateY(-3px);
  color: #ffffff;
}
.m-contact-cta--inline .m-contact-cta__button--tel {
  flex-direction: column;
  background-color: #06df91;
}
.m-contact-cta--inline .m-contact-cta__button--contact {
  background-color: #ff762d;
  font-size: 15px;
}
.m-contact-cta--inline .m-contact-cta__tel-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.m-contact-cta--inline .m-contact-cta__tel-number {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
.m-contact-cta--inline .m-contact-cta__tel-hours {
  margin-top: 4px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}
.m-contact-cta--inline .m-contact-cta__features {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin-top: 28px;
}
.m-contact-cta--inline .m-contact-cta__feature {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 32px) / 3);
  min-height: 52px;
  margin: 0;
  padding: 8px 6px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background-color: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.m-contact-cta--inline .m-contact-cta__fields {
  position: relative;
  z-index: 2;
  margin: 24px 0 0;
  color: #ffff00;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@container contact-cta (max-width: 420px) {
  .m-contact-cta--inline {
    padding: 28px 18px 24px;
  }
  .m-contact-cta--inline .m-contact-cta__title {
    font-size: 18px;
    text-align: left;
  }
  .m-contact-cta--inline .m-contact-cta__content {
    margin-top: 22px;
  }
  .m-contact-cta--inline .m-contact-cta__buttons {
    display: block;
  }
  .m-contact-cta--inline .m-contact-cta__button {
    width: 100%;
    min-height: 58px;
  }
  .m-contact-cta--inline .m-contact-cta__button + .m-contact-cta__button {
    margin-top: 12px;
  }
  .m-contact-cta--inline .m-contact-cta__button--contact {
    font-size: 14px;
  }
  .m-contact-cta--inline .m-contact-cta__tel-number {
    font-size: 18px;
  }
  .m-contact-cta--inline .m-contact-cta__features {
    gap: 8px;
    margin-top: 20px;
  }
  .m-contact-cta--inline .m-contact-cta__feature {
    width: calc((100% - 16px) / 3);
    min-height: 46px;
    padding: 6px 4px;
    font-size: 11px;
  }
  .m-contact-cta--inline .m-contact-cta__fields {
    margin-top: 18px;
    font-size: 12px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .m-contact-cta--inline {
    margin: 35px 0;
    padding: 32px 20px 28px;
  }
  .m-contact-cta--inline .m-contact-cta__title {
    font-size: 18px;
    text-align: left;
  }
  .m-contact-cta--inline .m-contact-cta__buttons {
    display: block;
  }
  .m-contact-cta--inline .m-contact-cta__button {
    width: 100%;
  }
  .m-contact-cta--inline .m-contact-cta__button + .m-contact-cta__button {
    margin-top: 12px;
  }
  .m-contact-cta--inline .m-contact-cta__features {
    gap: 8px;
  }
  .m-contact-cta--inline .m-contact-cta__feature {
    width: calc((100% - 16px) / 3);
    font-size: 11px;
  }
  .m-contact-cta--inline .m-contact-cta__fields {
    text-align: left;
  }
}

/* =====================================================
  Footer CTA Module
===================================================== */
.m-footer-cta {
  display: flex;
  width: 100%;
}
.m-footer-cta__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  min-height: 520px;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.m-footer-cta__item--catalog {
  background-color: #087cbd;
}
.m-footer-cta__item--contact {
  background-color: #f1f2fa;
  color: #087cbd;
}
.m-footer-cta__item:hover .m-footer-cta__arrow {
  transform: translateX(5px);
}
.m-footer-cta__item:hover .m-footer-cta__arrow::before, .m-footer-cta__item:hover .m-footer-cta__arrow::after {
  background-color: currentColor;
}
.m-footer-cta__content {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 520px;
  min-height: 400px;
  padding: 20px 110px 20px 20px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.m-footer-cta__icon {
  position: relative;
  width: 80px;
  height: 80px;
}
.m-footer-cta__icon-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.m-footer-cta__en {
  margin: 24px 0 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.m-footer-cta__free {
  position: relative;
  margin: 10px 0 0;
  padding: 0 15px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}
.m-footer-cta__free::before, .m-footer-cta__free::after {
  position: absolute;
  top: 50%;
  width: 1px;
  height: 24px;
  background-color: currentColor;
  content: "";
}
.m-footer-cta__free::before {
  left: 0;
  transform: translateY(-50%) rotate(-18deg);
}
.m-footer-cta__free::after {
  right: 0;
  transform: translateY(-50%) rotate(18deg);
}
.m-footer-cta__title {
  margin: 22px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
.m-footer-cta__free + .m-footer-cta__title {
  margin-top: 12px;
}
.m-footer-cta__text {
  margin: 26px 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.9;
}
.m-footer-cta__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background-color: currentColor;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.m-footer-cta__arrow::before, .m-footer-cta__arrow::after {
  position: absolute;
  left: 50%;
  width: 16px;
  height: 3px;
  border-radius: 3px;
  content: "";
}
.m-footer-cta__arrow::before {
  top: calc(50% - 5px);
  transform: translateX(-45%) rotate(45deg);
}
.m-footer-cta__arrow::after {
  top: calc(50% + 5px);
  transform: translateX(-45%) rotate(-45deg);
}
.m-footer-cta__item--catalog .m-footer-cta__arrow {
  color: #ffffff;
}
.m-footer-cta__item--catalog .m-footer-cta__arrow::before, .m-footer-cta__item--catalog .m-footer-cta__arrow::after {
  background-color: #087cbd;
}
.m-footer-cta__item--catalog:hover .m-footer-cta__arrow {
  color: #ffffff;
}
.m-footer-cta__item--catalog:hover .m-footer-cta__arrow::before, .m-footer-cta__item--catalog:hover .m-footer-cta__arrow::after {
  background-color: #000000;
}
.m-footer-cta__item--contact .m-footer-cta__arrow {
  color: #087cbd;
}
.m-footer-cta__item--contact .m-footer-cta__arrow::before, .m-footer-cta__item--contact .m-footer-cta__arrow::after {
  background-color: #ffffff;
}
.m-footer-cta__item--contact:hover .m-footer-cta__arrow {
  color: #ffffff;
}
.m-footer-cta__item--contact:hover .m-footer-cta__arrow::before, .m-footer-cta__item--contact:hover .m-footer-cta__arrow::after {
  background-color: #000000;
}
@media screen and (max-width: 1500px) {
  .m-footer-cta__item {
    min-height: 470px;
  }
  .m-footer-cta__content {
    max-width: 470px;
    min-height: 360px;
    padding-right: 100px;
  }
  .m-footer-cta__icon {
    width: 90px;
    height: 90px;
  }
  .m-footer-cta__en {
    font-size: 46px;
  }
  .m-footer-cta__arrow {
    width: 82px;
    height: 82px;
  }
}
@media screen and (max-width: 1024px) {
  .m-footer-cta__item {
    min-height: 420px;
  }
  .m-footer-cta__content {
    min-height: 330px;
    padding-right: 80px;
    padding-left: 25px;
  }
  .m-footer-cta__icon {
    width: 76px;
    height: 76px;
  }
  .m-footer-cta__en {
    margin-top: 18px;
    font-size: 38px;
  }
  .m-footer-cta__title {
    font-size: 17px;
  }
  .m-footer-cta__text {
    margin-top: 20px;
    font-size: 12px;
  }
  .m-footer-cta__arrow {
    right: 5px;
    width: 66px;
    height: 66px;
  }
}
@media screen and (max-width: 767px) {
  .m-footer-cta {
    display: block;
  }
  .m-footer-cta__item {
    width: 100%;
    min-height: 0;
  }
  .m-footer-cta__item:hover .m-footer-cta__arrow {
    transform: translate(-50%, -4px);
  }
  .m-footer-cta__content {
    max-width: 420px;
    min-height: 0;
    padding: 36px 24px 96px;
  }
  .m-footer-cta__icon {
    width: 70px;
    height: 70px;
  }
  .m-footer-cta__en {
    font-size: 36px;
  }
  .m-footer-cta__free {
    font-size: 14px;
  }
  .m-footer-cta__title {
    margin-top: 16px;
    font-size: 16px;
  }
  .m-footer-cta__text {
    margin-top: 18px;
    font-size: 11px;
  }
  .m-footer-cta__arrow {
    top: auto;
    right: auto;
    bottom: 22px;
    left: 50%;
    width: 52px;
    height: 52px;
    transform: translateX(-50%);
  }
  .m-footer-cta__arrow::before, .m-footer-cta__arrow::after {
    width: 13px;
    height: 2px;
  }
}

/* =====================================================
  Subpage Hero Module
===================================================== */
.m-subpage-hero {
  position: relative;
  padding: 85px 0 100px;
  background-color: #ffffff;
  overflow: hidden;
}
.m-subpage-hero::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 42%;
  height: 100%;
  background-image: url("../img/common/bg-hexagon.svg");
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  opacity: 0.55;
  pointer-events: none;
}
.m-subpage-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.m-subpage-hero__content {
  width: 48.75%;
}
.m-subpage-hero__content .m-section-heading__en {
  font-size: 20px;
}
.m-subpage-hero__title {
  margin: 12px 0 0;
  color: #333333;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.m-subpage-hero__catch {
  margin: 24px 0 0;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}
.m-subpage-hero__text {
  margin-top: 40px;
}
.m-subpage-hero__text .p + .p {
  margin-top: 8px;
}
.m-subpage-hero__visual {
  width: 48.75%;
  border-radius: 12px;
  overflow: hidden;
}
.m-subpage-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 720/470;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #ddd;
}
.m-subpage-hero:has(.m-subpage-hero__visual) > .wrapper {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}
.m-subpage-hero:has(.m-subpage-hero__visual) .m-subpage-hero__content {
  width: 40%;
  max-width: 560px;
  margin-left: max(16px, (100vw - 1300px) / 2 + 16px);
  padding-right: 24px;
  flex-shrink: 0;
}
.m-subpage-hero:has(.m-subpage-hero__visual) .m-subpage-hero__visual {
  width: min(56%, 820px);
  margin-left: auto;
  border-radius: 12px 0 0 12px;
}
@media screen and (max-width: 1500px) {
  .m-subpage-hero {
    padding: 75px 0 90px;
  }
  .m-subpage-hero__title {
    margin-top: 22px;
    font-size: 38px;
  }
  .m-subpage-hero__content .m-section-heading__en {
    font-size: 18px;
  }
  .m-subpage-hero:has(.m-subpage-hero__visual) .m-subpage-hero__visual {
    width: min(54%, 720px);
  }
}
@media screen and (max-width: 1200px) {
  .m-subpage-hero::before {
    width: 48%;
  }
  .m-subpage-hero__title {
    font-size: 34px;
  }
  .m-subpage-hero__content .m-section-heading__en {
    font-size: 16px;
  }
  .m-subpage-hero__catch {
    font-size: 16px;
  }
  .m-subpage-hero__text {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .m-subpage-hero {
    padding: 65px 0 75px;
  }
  .m-subpage-hero::before {
    width: 60%;
    opacity: 0.4;
  }
  .m-subpage-hero__inner {
    display: block;
  }
  .m-subpage-hero__content {
    width: 100%;
    max-width: 720px;
  }
  .m-subpage-hero__content .m-section-heading__en {
    padding-left: 24px;
    font-size: 16px;
  }
  .m-subpage-hero__content .m-section-heading__en::before {
    width: 13px;
    height: 13px;
  }
  .m-subpage-hero__title {
    margin-top: 18px;
    font-size: 32px;
  }
  .m-subpage-hero__visual {
    width: 100%;
    margin-top: 45px;
  }
  .m-subpage-hero:has(.m-subpage-hero__visual) > .wrapper {
    max-width: 1300px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .m-subpage-hero:has(.m-subpage-hero__visual) .m-subpage-hero__content {
    width: 100%;
    max-width: 720px;
    margin-left: 0;
    padding-right: 0;
  }
  .m-subpage-hero:has(.m-subpage-hero__visual) .m-subpage-hero__visual {
    width: calc(100% + 32px);
    margin-top: 45px;
    margin-left: -16px;
    border-radius: 12px 0 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .m-subpage-hero {
    padding: 0 0 24px;
  }
  .m-subpage-hero::before {
    width: 78%;
    opacity: 0.3;
  }
  .m-subpage-hero__inner {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .m-subpage-hero__title {
    margin-top: 8px;
    font-size: 22px;
  }
  .m-subpage-hero__content {
    order: 2;
    width: 100%;
    margin-top: 16px;
  }
  .m-subpage-hero__content .m-section-heading__en {
    padding-left: 18px;
    font-size: 12px;
  }
  .m-subpage-hero__catch {
    margin-top: 12px;
    font-size: 14px;
  }
  .m-subpage-hero__text {
    margin-top: 18px;
  }
  .m-subpage-hero__visual {
    order: 1;
    width: 100%;
    margin-top: 0;
    border-radius: 8px;
  }
  .m-subpage-hero:has(.m-subpage-hero__visual) > .wrapper {
    max-width: none;
    padding-right: 0;
    padding-left: 0;
  }
  .m-subpage-hero:has(.m-subpage-hero__visual) .m-subpage-hero__content {
    margin-left: 0;
    padding-right: 16px;
    padding-left: 16px;
  }
  .m-subpage-hero:has(.m-subpage-hero__visual) .m-subpage-hero__visual {
    order: 1;
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    border-radius: 0;
  }
}

/* =====================================================
  Breadcrumb
===================================================== */
.m-breadcrumb {
  padding: 14px 0 14px;
}
.m-breadcrumb .breadcrumbs {
  color: #666666;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
}
.m-breadcrumb .breadcrumbs a {
  color: #0085c1;
  text-decoration: none;
  transition: opacity 0.25s ease;
}
.m-breadcrumb .breadcrumbs a:hover {
  opacity: 0.72;
}
.m-breadcrumb .breadcrumbs .current-item {
  color: #333333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .m-breadcrumb {
    padding: 10px 0;
  }
  .m-breadcrumb .breadcrumbs {
    font-size: 11px;
  }
}

/* =====================================================
  WP-PageNavi
===================================================== */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  clear: both;
}
.wp-pagenavi .pages,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .extend {
  display: none;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  transition: background-color 0.25s ease, opacity 0.25s ease;
}
.wp-pagenavi a.page,
.wp-pagenavi span.current {
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #8ecae6;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
.wp-pagenavi span.current {
  background-color: #0085c1;
}
.wp-pagenavi a.page:hover, .wp-pagenavi a.page:focus-visible {
  background-color: #0085c1;
  color: #ffffff;
  outline: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-color: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .previouspostslink:focus-visible,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .nextpostslink:focus-visible {
  opacity: 0.7;
  outline: none;
}
.wp-pagenavi .previouspostslink::before {
  border-width: 8px 12px 8px 0;
  border-color: transparent #0085c1 transparent transparent;
}
.wp-pagenavi .nextpostslink::before {
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #0085c1;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    gap: 10px;
  }
  .wp-pagenavi a.page,
  .wp-pagenavi span.current {
    width: 36px;
    min-width: 36px;
    height: 36px;
    font-size: 14px;
  }
  .wp-pagenavi .previouspostslink::before {
    border-width: 7px 10px 7px 0;
  }
  .wp-pagenavi .nextpostslink::before {
    border-width: 7px 0 7px 10px;
  }
}

/* =====================================================
  Contact Form Module
===================================================== */
.m-contact-form {
  padding: 65px 70px;
  background-color: #e9f7fd;
}
.m-contact-form--download {
  padding: 0;
  background-color: transparent;
}
.m-contact-form__materials {
  margin-bottom: 60px;
}
.m-contact-form__materials-empty {
  margin: 0;
  color: #555555;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
.m-contact-form__customer {
  padding: 65px 70px;
  background-color: #e9f7fd;
}
.m-contact-form p {
  margin: 0;
}
.m-contact-form__row {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  min-height: 75px;
}
.m-contact-form__row + .m-contact-form__row {
  margin-top: 12px;
}
.m-contact-form__row--textarea {
  align-items: stretch;
}
.m-contact-form__row--textarea .m-contact-form__label {
  align-items: flex-start;
  padding-top: 22px;
}
.m-contact-form__row--entry-type {
  align-items: flex-start;
}
.m-contact-form__row--entry-type .m-contact-form__label {
  align-items: flex-start;
  padding-top: 22px;
}
.m-contact-form__row--entry-type .m-contact-form__field {
  flex-direction: column;
  align-items: stretch;
}
.m-contact-form__row--entry-type .wpcf7-radio {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  width: 100%;
}
.m-contact-form__row--entry-type .wpcf7-radio .wpcf7-list-item {
  flex: 1;
  margin: 0;
}
.m-contact-form__row--entry-type .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 64px;
  padding: 15px 20px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.m-contact-form__row--entry-type .wpcf7-radio .wpcf7-list-item label:hover {
  border-color: #222222;
}
.m-contact-form__row--entry-type .wpcf7-radio .wpcf7-list-item:has(input[type=radio]:checked) label {
  border-color: #222222;
  background-color: #f5f5f5;
}
.m-contact-form__row--entry-type .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-left: 0;
  color: #222222;
  font-weight: 700;
  line-height: 1.5;
}
.m-contact-form__row--entry-type .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
  position: static;
  top: auto;
  left: auto;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #aaaaaa;
  border-radius: 50%;
  background-color: #ffffff;
  box-sizing: border-box;
  transform: none;
  content: "";
}
.m-contact-form__row--entry-type .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after {
  display: none;
  content: none;
}
.m-contact-form__row--entry-type .wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label {
  color: #222222;
}
.m-contact-form__row--entry-type .wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
  border-color: #222222;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 4px #ffffff, inset 0 0 0 8px #222222;
  transform: none;
}
.m-contact-form__row--entry-type .wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::after {
  display: none;
  content: none;
  opacity: 0;
  transform: none;
}
.m-contact-form__label {
  display: flex;
  align-items: center;
  padding: 18px 20px;
  background-color: #a7dcf5;
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.m-contact-form__label label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.m-contact-form__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  padding: 2px 5px;
  background-color: #ff4b55;
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}
.m-contact-form__field {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 16px 24px;
  background-color: #ffffff;
}
.m-contact-form__entry-type-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.m-contact-form__entry-type-note {
  padding: 20px;
  background-color: #f5f5f5;
}
.m-contact-form__entry-type-note p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
.m-contact-form__entry-type-note p + p {
  margin-top: 8px;
}
.m-contact-form__entry-type-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.m-contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.m-contact-form {
  /* ========================================
    Text / Email / Tel
  ======================================== */
}
.m-contact-form input[type=text],
.m-contact-form input[type=email],
.m-contact-form input[type=tel],
.m-contact-form input[type=url],
.m-contact-form input[type=number],
.m-contact-form select {
  width: 100%;
  height: 52px;
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 0;
  background-color: #eceff1;
  color: #222222;
  font-size: 14px;
  outline: none;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.m-contact-form input[type=text]::-moz-placeholder, .m-contact-form input[type=email]::-moz-placeholder, .m-contact-form input[type=tel]::-moz-placeholder, .m-contact-form input[type=url]::-moz-placeholder, .m-contact-form input[type=number]::-moz-placeholder, .m-contact-form select::-moz-placeholder {
  color: #9aa3a8;
}
.m-contact-form input[type=text]::placeholder,
.m-contact-form input[type=email]::placeholder,
.m-contact-form input[type=tel]::placeholder,
.m-contact-form input[type=url]::placeholder,
.m-contact-form input[type=number]::placeholder,
.m-contact-form select::placeholder {
  color: #9aa3a8;
}
.m-contact-form input[type=text]:focus,
.m-contact-form input[type=email]:focus,
.m-contact-form input[type=tel]:focus,
.m-contact-form input[type=url]:focus,
.m-contact-form input[type=number]:focus,
.m-contact-form select:focus {
  border-color: #0085c1;
  background-color: #ffffff;
}
.m-contact-form {
  /* ========================================
    Textarea
  ======================================== */
}
.m-contact-form textarea {
  display: block;
  width: 100%;
  min-height: 240px;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 0;
  background-color: #eceff1;
  color: #222222;
  font-size: 14px;
  line-height: 1.8;
  outline: none;
  resize: vertical;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.m-contact-form textarea:focus {
  border-color: #0085c1;
  background-color: #ffffff;
}
.m-contact-form {
  /* ========================================
    Radio / Checkbox Common
  ======================================== */
}
.m-contact-form .wpcf7-radio,
.m-contact-form .wpcf7-checkbox,
.m-contact-form .wpcf7-acceptance {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
}
.m-contact-form .wpcf7-radio .wpcf7-list-item,
.m-contact-form .wpcf7-checkbox .wpcf7-list-item,
.m-contact-form .wpcf7-acceptance .wpcf7-list-item {
  position: relative;
  margin: 0;
}
.m-contact-form .wpcf7-radio label,
.m-contact-form .wpcf7-checkbox label,
.m-contact-form .wpcf7-acceptance label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.m-contact-form .wpcf7-radio input[type=checkbox],
.m-contact-form .wpcf7-radio input[type=radio],
.m-contact-form .wpcf7-checkbox input[type=checkbox],
.m-contact-form .wpcf7-checkbox input[type=radio],
.m-contact-form .wpcf7-acceptance input[type=checkbox],
.m-contact-form .wpcf7-acceptance input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
  opacity: 0;
}
.m-contact-form .wpcf7-radio,
.m-contact-form .wpcf7-checkbox:not(.download) {
  gap: 10px 12px;
}
.m-contact-form .wpcf7-radio label,
.m-contact-form .wpcf7-checkbox:not(.download) label {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 18px 8px 42px;
  border: 1px solid transparent;
  background-color: #eceff1;
  cursor: pointer;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.m-contact-form .wpcf7-radio label:hover,
.m-contact-form .wpcf7-checkbox:not(.download) label:hover {
  border-color: #0085c1;
}
.m-contact-form .wpcf7-radio label:has(input:checked),
.m-contact-form .wpcf7-checkbox:not(.download) label:has(input:checked) {
  background-color: #ffffff;
  border-color: #0085c1;
}
.m-contact-form .wpcf7-radio .wpcf7-list-item-label,
.m-contact-form .wpcf7-checkbox:not(.download) .wpcf7-list-item-label {
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.m-contact-form {
  /* ========================================
    Radio
  ======================================== */
}
.m-contact-form .wpcf7-radio .wpcf7-list-item-label::before, .m-contact-form .wpcf7-radio .wpcf7-list-item-label::after {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}
.m-contact-form .wpcf7-radio .wpcf7-list-item-label::before {
  border: 1.5px solid #b7c1c6;
  background-color: #ffffff;
  transition: border-color 0.25s ease;
}
.m-contact-form .wpcf7-radio .wpcf7-list-item-label::after {
  background-color: #0085c1;
  transform: translateY(-50%) scale(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}
.m-contact-form .wpcf7-radio input:checked + .wpcf7-list-item-label {
  color: #0085c1;
}
.m-contact-form .wpcf7-radio input:checked + .wpcf7-list-item-label::before {
  border-color: #0085c1;
}
.m-contact-form .wpcf7-radio input:checked + .wpcf7-list-item-label::after {
  transform: translateY(-50%) scale(0.42);
}
.m-contact-form {
  /* ========================================
    Checkbox
  ======================================== */
}
.m-contact-form .wpcf7-checkbox:not(.download) .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 18px;
  height: 18px;
  border: 1.5px solid #b7c1c6;
  background-color: #ffffff;
  content: "";
  transform: translateY(-50%);
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.m-contact-form .wpcf7-checkbox:not(.download) .wpcf7-list-item-label::after {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 5px;
  height: 9px;
  border-right: 1.5px solid #ffffff;
  border-bottom: 1.5px solid #ffffff;
  content: "";
  opacity: 0;
  transform: translateY(-62%) rotate(45deg);
  transition: opacity 0.2s ease;
}
.m-contact-form .wpcf7-checkbox:not(.download) input:checked + .wpcf7-list-item-label {
  color: #0085c1;
}
.m-contact-form .wpcf7-checkbox:not(.download) input:checked + .wpcf7-list-item-label::before {
  border-color: #0085c1;
  background-color: #0085c1;
}
.m-contact-form .wpcf7-checkbox:not(.download) input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.m-contact-form {
  /* ========================================
    Privacy
  ======================================== */
}
.m-contact-form__privacy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-top: 24px;
  text-align: center;
}
.m-contact-form__privacy p {
  margin: 0;
}
.m-contact-form__privacy .wpcf7-form-control-wrap,
.m-contact-form__privacy .wpcf7-acceptance {
  display: inline-flex;
  justify-content: center;
  width: auto;
}
.m-contact-form__privacy .wpcf7-list-item {
  margin: 0;
}
.m-contact-form__privacy label {
  display: inline-flex;
  align-items: center;
  min-height: 0;
  padding: 0 0 0 28px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.m-contact-form__privacy label:hover, .m-contact-form__privacy label:has(input:checked) {
  border-color: transparent;
  background-color: transparent;
}
.m-contact-form__privacy .wpcf7-list-item-label {
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
.m-contact-form__privacy .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1.5px solid #b7c1c6;
  background-color: #ffffff;
  content: "";
  transform: translateY(-50%);
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.m-contact-form__privacy .wpcf7-list-item-label::after {
  position: absolute;
  top: 50%;
  left: 6px;
  width: 5px;
  height: 9px;
  border-right: 1.5px solid #ffffff;
  border-bottom: 1.5px solid #ffffff;
  content: "";
  opacity: 0;
  transform: translateY(-62%) rotate(45deg);
  transition: opacity 0.2s ease;
}
.m-contact-form__privacy input:checked + .wpcf7-list-item-label {
  color: #222222;
}
.m-contact-form__privacy input:checked + .wpcf7-list-item-label::before {
  border-color: #0085c1;
  background-color: #0085c1;
}
.m-contact-form__privacy input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.m-contact-form__privacy a {
  color: #0085c1;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.3s ease;
}
.m-contact-form__privacy a:hover {
  opacity: 0.7;
}
.m-contact-form__privacy-link {
  margin: 0;
}
.m-contact-form {
  /* ========================================
    Submit
  ======================================== */
}
.m-contact-form__submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 18px;
}
.m-contact-form__submit input[type=submit] {
  min-width: 240px;
  min-height: 54px;
  padding: 12px 40px;
  border: 0;
  border-radius: 50px;
  background-color: #0085c1;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.m-contact-form__submit input[type=submit]:hover {
  opacity: 0.82;
  transform: translateY(-2px);
}
.m-contact-form {
  /* ========================================
    CF7 validation
  ======================================== */
}
.m-contact-form .wpcf7-not-valid-tip {
  display: block;
  width: 100%;
  margin: 10px 0 2px;
  padding: 0;
  color: #d9343a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.m-contact-form .wpcf7-spinner {
  display: block;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .m-contact-form {
    padding: 50px 45px;
  }
  .m-contact-form--download {
    padding: 0;
  }
  .m-contact-form__customer {
    padding: 50px 45px;
  }
  .m-contact-form__materials {
    margin-bottom: 50px;
  }
  .m-contact-form__row {
    grid-template-columns: 190px minmax(0, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .m-contact-form {
    padding: 16px 12px;
  }
  .m-contact-form--download {
    padding: 0;
  }
  .m-contact-form__customer {
    padding: 16px 12px;
  }
  .m-contact-form__materials {
    margin-bottom: 32px;
  }
  .m-contact-form__row {
    display: block;
    min-height: 0;
  }
  .m-contact-form__row + .m-contact-form__row {
    margin-top: 10px;
  }
  .m-contact-form__row--textarea .m-contact-form__label {
    padding-top: 10px;
  }
  .m-contact-form__row--entry-type .m-contact-form__label {
    padding-top: 10px;
  }
  .m-contact-form__entry-type-notes {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 15px;
  }
  .m-contact-form__entry-type-note {
    padding: 15px;
  }
  .m-contact-form__entry-type-note p {
    font-size: 13px;
  }
  .m-contact-form__entry-type-title {
    font-size: 15px;
  }
  .m-contact-form__label {
    padding: 8px 12px;
    font-size: 13px;
  }
  .m-contact-form__field {
    padding: 16px 8px;
  }
  .m-contact-form input[type=text],
  .m-contact-form input[type=email],
  .m-contact-form input[type=tel],
  .m-contact-form input[type=url],
  .m-contact-form input[type=number] {
    height: 44px;
    font-size: 13px;
  }
  .m-contact-form textarea {
    min-height: 140px;
    padding: 12px;
    font-size: 13px;
  }
  .m-contact-form .wpcf7-radio,
  .m-contact-form .wpcf7-checkbox:not(.download) {
    display: block;
  }
  .m-contact-form .wpcf7-radio .wpcf7-list-item,
  .m-contact-form .wpcf7-checkbox:not(.download) .wpcf7-list-item {
    display: block;
  }
  .m-contact-form .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item,
  .m-contact-form .wpcf7-checkbox:not(.download) .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 6px;
  }
  .m-contact-form .wpcf7-radio label,
  .m-contact-form .wpcf7-checkbox:not(.download) label {
    display: flex;
    width: 100%;
    min-height: 38px;
    padding: 6px 12px 6px 36px;
  }
  .m-contact-form__row--entry-type .wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .m-contact-form__row--entry-type .wpcf7-radio .wpcf7-list-item {
    width: 100%;
  }
  .m-contact-form__row--entry-type .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 0;
  }
  .m-contact-form__row--entry-type .wpcf7-radio .wpcf7-list-item label {
    justify-content: flex-start;
    min-height: 56px;
    padding: 14px 16px;
  }
  .m-contact-form__privacy {
    margin-top: 16px;
    gap: 6px;
    font-size: 12px;
  }
  .m-contact-form__privacy .wpcf7-list-item-label {
    font-size: 12px;
    line-height: 1.5;
  }
  .m-contact-form__privacy-link {
    font-size: 12px;
  }
  .m-contact-form__submit {
    margin-top: 32px;
  }
  .m-contact-form__submit input[type=submit] {
    width: 100%;
    min-height: 48px;
  }
  .m-contact-form .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 12px;
  }
}
.m-contact-form__download {
  margin-top: 0px;
}
.m-contact-form__download-title {
  margin: 0 0 10px;
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.m-contact-form__download-lead {
  margin: 0 0 28px !important;
  color: #555555;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
.m-contact-form .wpcf7-checkbox.download {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}
.m-contact-form .wpcf7-checkbox.download .wpcf7-list-item {
  position: relative;
  display: block;
  margin: 0;
  overflow: visible;
}
.m-contact-form .wpcf7-checkbox.download .wpcf7-list-item:hover .wpcf7-list-item-label::before {
  transform: scale(1.03);
  border-color: #6f8490;
}
.m-contact-form .wpcf7-checkbox.download .wpcf7-list-item:hover .wpcf7-list-item-label__title {
  border-bottom-color: #6f8490;
}
.m-contact-form .wpcf7-checkbox.download .wpcf7-list-item label {
  display: block;
  padding: 0;
  cursor: pointer;
}
.m-contact-form .wpcf7-checkbox.download .wpcf7-list-item input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.m-contact-form .wpcf7-checkbox.download .wpcf7-list-item-label {
  display: block;
  color: #222222;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.m-contact-form .wpcf7-checkbox.download .wpcf7-list-item-label::before {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  aspect-ratio: 210/297;
  border: 1px solid #8f9ba3;
  background-color: #e4e8eb;
  background-image: var(--siryo-cover);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  content: "";
  overflow: hidden;
  transition: transform 0.45s ease, border-color 0.25s ease;
}
.m-contact-form .wpcf7-checkbox.download .wpcf7-list-item-label::after {
  display: none;
}
.m-contact-form .wpcf7-checkbox.download .wpcf7-list-item-label__title {
  display: block;
  padding-bottom: 8px;
  border-bottom: 1px solid #8f9ba3;
  color: #222222;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  transition: border-color 0.25s ease;
}
.m-contact-form .wpcf7-checkbox.download .wpcf7-list-item-label__desc {
  display: block;
  margin-top: 8px;
  color: #555555;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
.m-contact-form .wpcf7-checkbox.download {
  /*
    選択中チェック
  */
}
.m-contact-form .wpcf7-checkbox.download input:checked + .wpcf7-list-item-label {
  position: relative;
}
.m-contact-form .wpcf7-checkbox.download input:checked + .wpcf7-list-item-label::before {
  border-color: #0085c1;
  border-width: 2px;
}
.m-contact-form .wpcf7-checkbox.download input:checked + .wpcf7-list-item-label .wpcf7-list-item-label__title {
  border-bottom-color: #0085c1;
  border-bottom-width: 2px;
}
.m-contact-form .wpcf7-checkbox.download input:checked + .wpcf7-list-item-label::after {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #0085c1;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  content: "✓";
}
@media screen and (max-width: 1024px) {
  .m-contact-form .wpcf7-checkbox.download {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .m-contact-form .wpcf7-checkbox.download {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  .m-contact-form .wpcf7-checkbox.download .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 0;
  }
  .m-contact-form .wpcf7-checkbox.download .wpcf7-list-item-label {
    font-size: 10px;
  }
  .m-contact-form .wpcf7-checkbox.download .wpcf7-list-item-label::before {
    margin-bottom: 6px;
  }
  .m-contact-form .wpcf7-checkbox.download .wpcf7-list-item-label__title {
    padding-bottom: 6px;
    font-size: 10px;
  }
  .m-contact-form .wpcf7-checkbox.download .wpcf7-list-item-label__desc {
    margin-top: 6px;
    display: none;
  }
  .m-contact-form .wpcf7-checkbox.download input:checked + .wpcf7-list-item-label::after {
    top: 8px;
    right: 8px;
    width: 16px;
    height: 16px;
    font-size: 9px;
  }
  .m-contact-form__download {
    margin-top: 16px;
  }
  .m-contact-form__download-title {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .m-contact-form__download-lead {
    margin-bottom: 20px;
    font-size: 13px;
  }
}

.wpcf7 form .wpcf7-response-output {
  margin: 30px 0 0 !important;
  padding: 15px 20px !important;
  border: 1px solid #0085c1 !important;
  background-color: #ffffff;
  color: #222222;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #2e7d32;
  background-color: #f3faf4;
  border-color: #46b450 !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  color: #d9343a;
  background-color: #fff5f5;
  border-color: #d9343a !important;
}

.wpcf7 form.spam .wpcf7-response-output {
  color: #c05621;
  background-color: #fff6f0;
  border-color: #f56e28 !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  margin: 30px 0 0 !important;
  padding: 15px 20px !important;
  border: 1px solid #d9343a !important;
  background-color: #fff5f5;
  color: #d9343a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

/* =====================================================
  FAQ
===================================================== */
.p-faq {
  padding: 85px 0 110px;
  background-color: #ffffff;
}
.p-faq__heading-area {
  padding-bottom: 45px;
  border-bottom: 1px solid #1689ca;
}
.p-faq__content {
  padding-top: 60px;
}
.p-faq__list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.p-faq__item {
  border-bottom: 1px solid #d9dfe5;
}
.p-faq__item:first-child {
  border-top: 1px solid #d9dfe5;
}
.p-faq__item.is-open .p-faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.p-faq__item.is-open .p-faq__answer {
  grid-template-rows: 1fr;
}
.p-faq__item.is-open .p-faq__answer-inner {
  visibility: visible;
  opacity: 1;
}
.p-faq__question {
  margin: 0;
}
.p-faq__button {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 105px;
  padding: 20px 25px 20px 15px;
  border: 0;
  background-color: transparent;
  color: #333333;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.p-faq__button:hover {
  background-color: #f7fbfd;
}
.p-faq__question-mark, .p-faq__answer-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 50%;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
}
.p-faq__question-mark {
  background-color: #0085c1;
  color: #ffffff;
}
.p-faq__answer-mark {
  background-color: #e3f4fd;
  color: #0085c1;
}
.p-faq__question-text {
  flex: 1;
  margin-left: 28px;
  padding-right: 35px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
.p-faq__toggle {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #f1f5f8;
}
.p-faq__toggle::before, .p-faq__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background-color: #0085c1;
  content: "";
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.p-faq__toggle::before {
  transform: translate(-50%, -50%);
}
.p-faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  margin: 0;
  background-color: #f8fbfd;
  overflow: hidden;
  transition: grid-template-rows 0.4s ease;
}
.p-faq__answer-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  min-height: 0;
  padding: 0 85px 0 15px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
}
.p-faq__answer-inner .p {
  grid-column: 2;
  margin-left: 28px;
}
.p-faq__answer-inner .p + .p {
  margin-top: 0.8em;
}
.p-faq__item.is-open .p-faq__answer-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .p-faq {
    padding: 75px 0 100px;
  }
  .p-faq__heading-area {
    padding-bottom: 40px;
  }
  .p-faq__content {
    padding-top: 55px;
  }
  .p-faq__list {
    max-width: 1100px;
  }
  .p-faq__button {
    min-height: 95px;
  }
  .p-faq__question-mark, .p-faq__answer-mark {
    width: 48px;
    height: 48px;
    font-size: 23px;
  }
  .p-faq__question-text {
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .p-faq {
    padding: 65px 0 85px;
  }
  .p-faq__heading-area {
    padding-bottom: 34px;
  }
  .p-faq__content {
    padding-top: 45px;
  }
  .p-faq__button {
    min-height: 88px;
    padding-right: 15px;
  }
  .p-faq__question-mark, .p-faq__answer-mark {
    width: 44px;
    height: 44px;
    font-size: 21px;
  }
  .p-faq__question-text {
    margin-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
  .p-faq__toggle {
    width: 38px;
    height: 38px;
  }
  .p-faq__answer-inner {
    padding-right: 65px;
  }
  .p-faq__answer-inner .p {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 40px 0 50px;
  }
  .p-faq__heading-area {
    padding-bottom: 20px;
  }
  .p-faq__content {
    padding-top: 24px;
  }
  .p-faq__button {
    min-height: 64px;
    padding: 12px 5px;
  }
  .p-faq__question-mark, .p-faq__answer-mark {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
  .p-faq__question-text {
    margin-left: 12px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 1.6;
  }
  .p-faq__toggle {
    width: 32px;
    height: 32px;
  }
  .p-faq__toggle::before, .p-faq__toggle::after {
    width: 11px;
  }
  .p-faq__answer-inner {
    padding-right: 5px;
    padding-left: 5px;
  }
  .p-faq__answer-inner .p {
    margin-left: 14px;
  }
  .p-faq__item.is-open .p-faq__answer-inner {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

/* =====================================================
  p-notice（お知らせリスト）
===================================================== */
.p-notice {
  position: relative;
  z-index: 0;
  padding: 80px 0;
  overflow: hidden;
}
.p-notice::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;
  pointer-events: none;
}
.p-notice > .wrapper {
  position: relative;
  z-index: 1;
}
.p-notice--archive {
  padding: 70px 0 110px;
  background-color: #ffffff;
}
.p-notice--home > .wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "heading button" "list list";
  align-items: end;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.p-notice--home .p-notice__heading {
  grid-area: heading;
  margin-bottom: 36px;
}
.p-notice--home .p-notice__list {
  grid-area: list;
}
.p-notice--home .p-notice__button {
  grid-area: button;
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 36px;
}
.p-notice__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d6dfe4;
}
.p-notice__item {
  margin: 0;
  border-bottom: 1px solid #d6dfe4;
}
.p-notice__link {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 40px;
  padding: 22px 0;
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.p-notice__link:hover {
  color: #0085c1;
}
.p-notice__link:hover .p-notice__title {
  color: #0085c1;
}
.p-notice__date {
  flex-shrink: 0;
  color: #7f8a91;
  font-family: tachyon, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.p-notice__title {
  flex: 1 1 auto;
  min-width: 0;
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
  text-align: left;
  transition: color 0.3s ease;
}
.p-notice__pagination {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.p-notice__empty {
  margin: 0;
  color: #333333;
  font-size: 15px;
  line-height: 1.8;
}
.p-notice__button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 1500px) {
  .p-notice::before {
    width: 32%;
  }
}
@media screen and (max-width: 1024px) {
  .p-notice::before {
    top: 60px;
    width: 45%;
    opacity: 0.45;
  }
}
@media screen and (max-width: 767px) {
  .p-notice {
    padding: 48px 0;
  }
  .p-notice::before {
    top: 32px;
    width: 65%;
    opacity: 0.35;
  }
  .p-notice--archive {
    padding: 40px 0 64px;
  }
  .p-notice__heading {
    margin-bottom: 24px;
  }
  .p-notice--home > .wrapper {
    display: block;
  }
  .p-notice--home .p-notice__heading {
    margin-bottom: 24px;
  }
  .p-notice--home .p-notice__button {
    justify-content: center;
    margin-top: 28px;
    margin-bottom: 0;
  }
  .p-notice__link {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 16px 0;
  }
  .p-notice__date {
    font-size: 13px;
  }
  .p-notice__title {
    font-size: 14px;
  }
  .p-notice__pagination {
    margin-top: 40px;
  }
  .p-notice__button {
    margin-top: 28px;
  }
}

/* ========================================
  Header
======================================== */
.l-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 80px;
  padding: 6px 40px;
}
.l-header__brand {
  flex-shrink: 0;
}
.l-header__site-description {
  margin: 0;
  padding: 6px 40px;
  background-color: #f2f2f2;
  text-align: center;
  color: #666666;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
.l-header__logo {
  display: block;
  width: 275px;
  text-decoration: none;
}
.l-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.l-header__content {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  margin-left: 36px;
}
.l-header__contact-lead {
  margin: 0 0 13px;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.l-header__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.l-header__nav {
  min-width: 0;
}
.l-header__menu {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-header__menu > .menu-item {
  position: relative;
  margin: 0;
  padding: 0;
}
.l-header__menu > .menu-item > a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 42px;
  color: #222222;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.l-header__menu > .menu-item > a:hover {
  color: #0077a8;
}
.l-header__menu > .menu-item:hover > .sub-menu, .l-header__menu > .menu-item:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.l-header__menu > .current-menu-item > a,
.l-header__menu > .current-menu-ancestor > a {
  color: #0077a8;
}
.l-header__menu .menu-item-has-children > a {
  padding-right: 15px;
}
.l-header__menu .menu-item-has-children > a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  transform: translateY(-70%) rotate(45deg);
}
.l-header__menu .sub-menu {
  position: absolute;
  visibility: hidden;
  z-index: 10;
  top: calc(100% + 14px);
  left: 50%;
  min-width: 240px;
  margin: 0;
  padding: 10px 0;
  border: 1px solid #d6e3ec;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 12px 32px rgba(14, 42, 70, 0.1);
  list-style: none;
  opacity: 0;
  transform: translateX(-50%) translateY(6px);
  transition: visibility 0.28s ease, opacity 0.28s ease, transform 0.28s ease;
}
.l-header__menu .sub-menu::before {
  position: absolute;
  top: -7px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 1px solid #d6e3ec;
  border-left: 1px solid #d6e3ec;
  background-color: #ffffff;
  content: "";
  transform: translateX(-50%) rotate(45deg);
}
.l-header__menu .sub-menu .menu-item {
  margin: 0;
}
.l-header__menu .sub-menu a {
  position: relative;
  display: block;
  padding: 11px 22px 11px 28px;
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: color 0.25s ease, background-color 0.25s ease, padding-left 0.25s ease;
}
.l-header__menu .sub-menu a::before {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 0;
  height: 1px;
  background-color: #0085c1;
  content: "";
  transition: width 0.25s ease;
  transform: translateY(-50%);
}
.l-header__menu .sub-menu a:hover {
  padding-left: 34px;
  color: #0085c1;
  background-color: #f3f8fb;
}
.l-header__menu .sub-menu a:hover::before {
  width: 10px;
}
.l-header__menu-en {
  display: none;
}
.l-header__menu-ja {
  display: inline;
}
.l-header__contact {
  display: flex;
  flex-shrink: 0;
  flex-direction: row-reverse;
  align-items: center;
  gap: 14px;
  margin-left: 24px;
}
.l-header__cta-button, .l-header__tel-button {
  display: none;
}
.l-header__tel img, .l-header__cta img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.l-header__tel {
  display: flex;
  align-items: center;
  color: #222222;
  text-decoration: none;
  width: 180px;
}
.l-header__tel-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.l-header__tel-content {
  display: flex;
  flex-direction: column;
}
.l-header__tel-number {
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.l-header__tel-hours {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
.l-header__cta {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 240px;
}
.l-header__cta:hover {
  opacity: 0.85;
}
.l-header__cta-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 9px;
}
.l-header__cta-text {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
.l-header__menu-button {
  display: none;
}
.l-header__menu-label, .l-header__company, .l-header__recruit-banner {
  display: none;
}
@media screen and (max-width: 1500px) {
  .l-header__inner {
    padding-right: 40px;
    padding-left: 40px;
  }
  .l-header__site-description {
    padding-right: 40px;
    padding-left: 40px;
  }
  .l-header__logo {
    width: 275px;
  }
  .l-header__content {
    margin-left: 30px;
  }
  .l-header__menu {
    gap: 18px;
  }
  .l-header__menu > .menu-item > a {
    font-size: 14px;
  }
  .l-header__contact {
    gap: 12px;
    margin-left: 22px;
  }
  .l-header__tel {
    width: 165px;
  }
  .l-header__tel-number {
    font-size: 24px;
  }
  .l-header__cta {
    width: 210px;
  }
  .l-header__cta-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 1250px) {
  .l-header__inner {
    min-height: 72px;
    padding: 6px 32px;
  }
  .l-header__site-description {
    padding-right: 32px;
    padding-left: 32px;
    font-size: 10px;
  }
  .l-header__logo {
    width: 185px;
  }
  .l-header__content {
    margin-left: 22px;
  }
  .l-header__contact-lead {
    font-size: 13px;
  }
  .l-header__menu {
    gap: 13px;
  }
  .l-header__menu > .menu-item > a {
    font-size: 12px;
  }
  .l-header__contact {
    margin-left: 16px;
  }
  .l-header__tel {
    width: 150px;
  }
  .l-header__tel-number {
    font-size: 20px;
  }
  .l-header__tel-hours {
    font-size: 10px;
  }
  .l-header__cta {
    width: 185px;
  }
  .l-header__cta-text {
    font-size: 11px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header {
    height: 84px;
  }
  .l-header__inner {
    align-items: center;
    min-height: 60px;
    padding: 8px 16px;
  }
  .l-header__brand {
    position: relative;
    z-index: 2;
    transform: none;
  }
  .l-header__site-description {
    padding: 4px 16px;
    font-size: 10px;
    line-height: 1.4;
  }
  .l-header__logo {
    width: 175px;
  }
  .l-header__content {
    position: fixed;
    visibility: hidden;
    z-index: 1;
    top: 84px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    margin: 0;
    padding: 8px 24px 28px;
    background-color: #ffffff;
    background-image: none;
    box-shadow: none;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    transform: translateX(100%);
    transition: visibility 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  }
  .l-header.is-menu-open .l-header__content {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
  .l-header.is-menu-open .l-header__menu-button-line {
    background-color: #888888;
  }
  .l-header.is-menu-open .l-header__menu-button-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .l-header.is-menu-open .l-header__menu-button-line:nth-child(2) {
    opacity: 0;
  }
  .l-header.is-menu-open .l-header__menu-button-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .l-header__menu-label {
    display: none;
  }
  .l-header__bottom {
    display: block;
  }
  .l-header__nav {
    width: 100%;
  }
  .l-header__menu {
    display: block;
    width: 100%;
  }
  .l-header__menu > .menu-item {
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .l-header__menu > .menu-item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: auto;
    padding: 16px 32px 16px 0;
    border-bottom: 1px solid #d8d8d8;
    color: #1a2744;
    font-size: 15px;
    white-space: normal;
  }
  .l-header__menu > .menu-item:hover > .sub-menu,
  .l-header__menu > .menu-item:focus-within > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: none;
  }
  .l-header__menu > .menu-item > a,
  .l-header__menu .sub-menu .menu-item a {
    position: relative;
  }
  .l-header__menu > .menu-item > a::before,
  .l-header__menu .sub-menu .menu-item a::before {
    display: none;
    content: none;
  }
  .l-header__menu > .menu-item > a::after,
  .l-header__menu .sub-menu .menu-item a::after {
    position: absolute;
    top: 50%;
    left: auto;
    right: 10px;
    display: block;
    width: 8px;
    height: 8px;
    margin: 0;
    border: 0;
    border-top: 2px solid #0085c1;
    border-right: 2px solid #0085c1;
    border-radius: 0;
    background: none;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    flex-shrink: 0;
  }
  .l-header__menu > .menu-item > a[href="#"]::after, .l-header__menu > .menu-item > a.is-plain::after,
  .l-header__menu .sub-menu .menu-item a[href="#"]::after,
  .l-header__menu .sub-menu .menu-item a.is-plain::after {
    display: none;
    content: none;
  }
  .l-header__menu .menu-item-has-children > a {
    padding-right: 32px;
  }
  .l-header__menu .menu-item-has-children > a::before {
    display: none;
    content: none;
  }
  .l-header__menu .menu-item-has-children > a::after {
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    right: 10px;
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #0085c1;
    border-right: 2px solid #0085c1;
    background: none;
    transform: translateY(-50%) rotate(45deg);
  }
  .l-header__menu .menu-item-has-children > a[href="#"]::after, .l-header__menu .menu-item-has-children > a.is-plain::after {
    display: none;
    content: none;
  }
  .l-header__menu .sub-menu {
    position: static;
    visibility: visible;
    top: auto;
    left: auto;
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    overflow: hidden;
    transform: none;
  }
  .l-header__menu .sub-menu::before {
    display: none;
  }
  .l-header__menu .sub-menu .menu-item {
    background-color: #e8f4fa;
  }
  .l-header__menu .sub-menu .menu-item a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    padding: 12px 32px 12px 16px;
    border-bottom: 1px solid #d6e3ec;
    background-color: #e8f4fa;
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  .l-header__menu .sub-menu .menu-item a::before {
    display: none;
    content: none;
  }
  .l-header__menu .sub-menu .menu-item a:hover {
    padding-left: 16px;
    color: #0085c1;
    background-color: #dceef6;
  }
  .l-header__menu-ja {
    display: block;
    flex: 1;
    min-width: 0;
    color: #1a2744;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
  .l-header__menu-en {
    display: none;
  }
  .l-header__menu .sub-menu .l-header__menu-ja {
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    white-space: normal;
  }
  .l-header__recruit-banner {
    display: block;
    width: 100%;
    margin-top: 24px;
  }
  .l-header__recruit-banner-link {
    display: block;
    overflow: hidden;
    color: #1a2744;
    text-decoration: none;
  }
  .l-header__recruit-banner-link img {
    display: block;
    width: 100%;
    height: auto;
  }
  .l-header__recruit-banner-text {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .l-header__contact {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 28px 0 0;
    padding-top: 0;
    gap: 10px;
  }
  .l-header__tel, .l-header__cta {
    display: block;
    flex: 1 1 0;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    min-width: 0;
    min-height: 0;
    text-decoration: none;
  }
  .l-header__cta-button, .l-header__tel-button {
    display: none;
  }
  .l-header__tel-image, .l-header__cta-image, .l-header__tel img, .l-header__cta img {
    display: block;
    width: 100%;
    height: auto;
  }
  .l-header__company {
    display: block;
    width: 100%;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid #dddddd;
    color: #333333;
  }
  .l-header__company-title {
    margin: 0 0 6px;
    color: #222222;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .l-header__company-name {
    margin: 0 0 16px;
    color: #222222;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
  .l-header__office + .l-header__office {
    margin-top: 16px;
  }
  .l-header__office-name {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
  .l-header__address {
    margin-top: 4px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
  .l-header__address a {
    color: inherit;
    text-decoration: none;
  }
  .l-header__menu-button {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 48px;
    height: 48px;
    margin-left: 20px;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
  }
  .l-header__menu-button-line {
    display: block;
    flex-shrink: 0;
    width: 22px;
    height: 1px;
    margin: 0;
    background-color: #222222;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 72px;
  }
  .l-header__inner {
    min-height: 52px;
    padding: 4px 12px 4px 8px;
  }
  .l-header__site-description {
    padding: 3px 12px;
    font-size: 9px;
    line-height: 1.4;
  }
  .l-header__logo {
    width: 185px;
  }
  .l-header__content {
    top: 72px;
    padding: 4px 22px 32px;
  }
  .l-header__menu-button {
    width: 40px;
    height: 40px;
    margin-left: 8px;
  }
}

/* 固定ヘッダー分の余白 */
body {
  padding-top: 108px;
}

@media screen and (max-width: 1250px) {
  body {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 84px;
  }
  body.is-menu-open {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 72px;
  }
}
/* =====================================================
  Footer
===================================================== */
.l-footer {
  padding: 95px 0 0;
  background-color: #ffffff;
  color: #222222;
}
.l-footer .wrapper {
  max-width: 1680px;
  padding-right: 40px;
  padding-left: 40px;
}
.l-footer__brand {
  padding-bottom: 20px;
}
.l-footer__logo {
  display: block;
  width: 340px;
  line-height: 0;
}
.l-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.l-footer__site-name {
  display: none;
}
.l-footer__main {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 56px;
  padding-top: 20px;
  border-top: 1px solid #aaaaaa;
}
.l-footer__information {
  flex: 0 0 auto;
  width: 320px;
}
.l-footer__office + .l-footer__office {
  margin-top: 48px;
}
.l-footer__office-name {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}
.l-footer__address {
  margin-top: 3px;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.03em;
}
.l-footer__address a {
  color: #222222;
  text-decoration: none;
}
.l-footer__navigation {
  flex: 1;
  min-width: 0;
}
.l-footer__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-footer__menu > .menu-item {
  flex: 1 1 220px;
  width: auto;
  min-width: 0;
  max-width: 100%;
}
.l-footer__menu > .menu-item > a {
  display: block;
  color: #222222;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  transition: color 0.3s ease;
}
.l-footer__menu > .menu-item > a:hover {
  color: #0085c1;
}
.l-footer__menu > .menu-item > a[href="#"], .l-footer__menu > .menu-item > a.is-plain {
  pointer-events: none;
  cursor: default;
}
.l-footer__menu > .menu-item > a[href="#"]:hover, .l-footer__menu > .menu-item > a.is-plain:hover {
  color: #222222;
}
.l-footer__menu .sub-menu {
  margin: 23px 0 0;
  padding: 0;
  list-style: none;
}
.l-footer__menu .sub-menu .menu-item + .menu-item {
  margin-top: 22px;
}
.l-footer__menu .sub-menu .menu-item a {
  display: block;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  transition: color 0.3s ease;
}
.l-footer__menu .sub-menu .menu-item a:hover {
  color: #0085c1;
}
.l-footer__menu .sub-menu .menu-item a[href="#"], .l-footer__menu .sub-menu .menu-item a.is-plain {
  pointer-events: none;
  cursor: default;
}
.l-footer__menu .sub-menu .menu-item a[href="#"]:hover, .l-footer__menu .sub-menu .menu-item a.is-plain:hover {
  color: #333333;
}
.l-footer__copyright {
  width: 100%;
  margin-top: 100px;
  padding: 25px 20px 35px;
  text-align: center;
}
.l-footer__copyright p {
  margin: 0;
  color: #555555;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 1500px) {
  .l-footer {
    padding-top: 85px;
  }
  .l-footer__main {
    gap: 40px;
  }
  .l-footer__information {
    width: 300px;
  }
  .l-footer__menu {
    gap: 28px;
  }
  .l-footer__menu > .menu-item {
    flex-basis: 200px;
    min-width: 0;
  }
  .l-footer__menu > .menu-item > a {
    font-size: 15px;
  }
  .l-footer__menu .sub-menu .menu-item a {
    font-size: 14px;
  }
  .l-footer__copyright {
    margin-top: 85px;
  }
}
@media screen and (max-width: 1250px) {
  .l-footer .wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .l-footer__main {
    display: block;
  }
  .l-footer__information {
    display: flex;
    width: 100%;
    gap: 50px;
  }
  .l-footer__office {
    width: calc((100% - 50px) / 2);
  }
  .l-footer__office + .l-footer__office {
    margin-top: 0;
  }
  .l-footer__navigation {
    margin-top: 60px;
  }
  .l-footer__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 45px 30px;
  }
  .l-footer__menu > .menu-item {
    flex: 0 0 calc((100% - 90px) / 4);
    width: calc((100% - 90px) / 4);
    min-width: 0;
  }
  .l-footer__menu .sub-menu .menu-item a {
    white-space: normal;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer {
    padding-top: 70px;
  }
  .l-footer .wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .l-footer__logo {
    width: 300px;
  }
  .l-footer__information {
    gap: 35px;
  }
  .l-footer__office {
    width: calc((100% - 35px) / 2);
  }
  .l-footer__menu > .menu-item {
    flex: 0 0 calc((100% - 60px) / 3);
    width: calc((100% - 60px) / 3);
  }
  .l-footer__copyright {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 24px;
  }
  .l-footer .wrapper {
    padding-right: 12px;
    padding-left: 12px;
  }
  .l-footer__brand {
    padding-bottom: 18px;
  }
  .l-footer__logo {
    display: block;
    width: 100%;
  }
  .l-footer__logo img {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .l-footer__site-name {
    display: block;
    width: 100%;
    margin-top: 4px;
    color: #222222;
    font-size: 10px;
    text-align: center;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.04em;
  }
  .l-footer__main {
    padding-top: 30px;
  }
  .l-footer__information {
    display: block;
  }
  .l-footer__office {
    width: 100%;
  }
  .l-footer__office + .l-footer__office {
    margin-top: 35px;
  }
  .l-footer__office-name {
    font-size: 15px;
  }
  .l-footer__address {
    font-size: 12px;
  }
  .l-footer__navigation {
    margin-top: 50px;
  }
  .l-footer__menu {
    display: block;
  }
  .l-footer__menu > .menu-item {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #dddddd;
  }
  .l-footer__menu > .menu-item:first-child {
    border-top: 1px solid #dddddd;
  }
  .l-footer__menu > .menu-item > a {
    font-size: 15px;
  }
  .l-footer__menu .sub-menu {
    margin-top: 15px;
    padding-left: 15px;
  }
  .l-footer__menu .sub-menu .menu-item + .menu-item {
    margin-top: 13px;
  }
  .l-footer__menu .sub-menu .menu-item a {
    font-size: 13px;
    white-space: normal;
  }
  .l-footer__copyright {
    margin-top: 50px;
    padding: 22px 15px 28px;
  }
  .l-footer__copyright p {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */