
h1 {
  font-size: 34px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.52;
  letter-spacing: 0px;
}

h2 {
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.52;
  letter-spacing: 0px;
}

p {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #2c2c2c;
}

.c-title h2 {
  color: #2c2c2c;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0px;
}

.c-sec-title__en p {
  color: #333333;
  font-size: 45px;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0px;
}
@media screen and (max-width: 768px) {
  .c-sec-title__en p {
    font-size: clamp(25px, calc(45 / 1366 * 100vw), 45px);
  }
}

.c-sec-title__en--white p,
.c-sec-title__en--white h2 {
  color: #ffffff;
}

.c-sec-title__ja p {
  color: #2c2c2c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}
.c-sec-title__ja h2 {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .c-sec-title__ja h2 {
    font-size: clamp(12px, calc(14 / 1366 * 100vw), 14px);
  }
}
.c-sec-title__ja--white p,
.c-sec-title__ja--white h2 {
  color: #ffffff;
}

.c-breadcrumbs p {
  color: #777;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 1;
}

.p-pageFV__main h1 {
  color: #2c2c2c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1;
}
.p-pageFV__main p {
  color: #2c2c2c;
  font-family: "Urbanist", sans-serif;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-pageFV__main p {
    font-size: max(7.8125vw, 40px);
  }
}

.p-pageFV__sub p {
  color: #2c2c2c;
  font-family: "Urbanist", sans-serif;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1;
}
@media screen and (max-width: 1366px) {
  .p-pageFV__sub p {
    font-size: clamp(40px, calc(60 / 1366 * 100vw), 60px);
  }
}
@media screen and (max-width: 768px) {
  .p-pageFV__sub p {
    font-size: max(7.8125vw, 40px);
  }
}
.p-pageFV__sub h1 {
  color: #2c2c2c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1;
}

.p-cta__label {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.p-cta__image--textbox p {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 1366px) {
  .p-cta__image--textbox p {
    font-size: max(1.0248901903vw, 12px);
  }
}
@media screen and (max-width: 500px) {
  .p-cta__image--textbox p {
    font-size: max(2.6vw, 12px);
  }
}

.p-pageFlow__title h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.8px;
}

.p-pageFlow__no p {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0px;
}

.p-pageFlow__desc p {
  line-height: 1.9;
}

.p-page-nav__item p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  line-height: 2.8;
  letter-spacing: 0;
}

.p-page-nav--white .p-page-nav__item {
  background: #ffffff;
}
.p-page-nav--white .p-page-nav__item p {
  color: #333333;
}

.p-page-nav__label p {
  font-size: 13px;
}
@media screen and (max-width: 1366px) {
  .p-page-nav__label p {
    font-size: max(0.9516837482vw, 10px);
  }
}
@media screen and (max-width: 1024px) {
  .p-page-nav__label p {
    font-size: 13px;
  }
}

.p-header {
  background: transparent;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.p-header.is-scrolled {
  background: #ffffff;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.p-header.is-scrolled .p-header__nav p {
  color: #222222;
}
.p-header.is-scrolled .p-header__contact p {
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.p-header__nav p {
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.p-header__contact p {
  color: #ffffff;
  padding-left: 18px;
  line-height: 36px;
  font-size: 14px;
}

.p-header__right p {
  font-size: 14px;
  font-weight: 400;
}

.p-footer__office p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.p-cta__content h2,
.p-cta__content p {
  color: #ffffff;
}

.p-cta .p-topCta__title--ja p {
  letter-spacing: 1.5px;
}
.p-cta .p-cta__image .p-cta__image {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
.p-cta .p-cta__headline .p-cta__titles h2 {
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
  font-size: 63px !important;
  font-weight: 500;
  letter-spacing: 3.2px;
  line-height: 1;
}
@media screen and (max-width: 1366px) {
  .p-cta .p-cta__headline .p-cta__titles h2 {
    font-size: 4.6120058565vw;
  }
}
@media screen and (max-width: 600px) {
  .p-cta .p-cta__headline .p-cta__titles h2 {
    font-size: max(6.6666666667vw, 30px);
  }
}
@media screen and (max-width: 375px) {
  .p-cta .p-cta__headline .p-cta__titles h2 {
    font-size: 8vw;
  }
}
.p-cta .p-cta__headline .p-cta__titles p {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}
.p-cta .p-cta__description p {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 2;
}
@media screen and (max-width: 850px) {
  .p-cta .p-cta__description p {
    font-size: clamp(10px, 1.6470588235vw, 14px);
  }
}
@media screen and (max-width: 600px) {
  .p-cta .p-cta__description p {
    font-size: 14px;
  }
}

.p-footer__nav-item p {
  letter-spacing: 1.4px;
}

.p-to-top p {
  color: #2c2c2c;
  font-size: 10px;
}

.p-footer__copyright p {
  font-size: 11px;
  font-weight: 400;
}

.l-top .p-fv__copy h1 {
  font-size: 3.6603221083vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 4.1px;
  color: #ffffff;
  line-height: 1.58;
}
@media screen and (max-width: 1366px) {
  .l-top .p-fv__copy h1 {
    font-size: max(3.6603221083vw, 40px);
  }
}
@media screen and (max-width: 600px) {
  .l-top .p-fv__copy h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 442px) {
  .l-top .p-fv__copy h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 370px) {
  .l-top .p-fv__copy h1 {
    font-size: 20px;
  }
}
.l-top .p-fv__copy p {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9516837482vw;
  font-weight: 400;
  letter-spacing: 2.7px;
  line-height: 1.6923076923;
}
@media screen and (max-width: 1366px) {
  .l-top .p-fv__copy p {
    font-size: 13px;
  }
}
.l-top .p-topWorks__title p {
  color: #ffffff;
  font-size: 1.756954612vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0px;
}
.l-top .p-topWorks__title h2 {
  color: #ffffff;
  font-size: 0.9516837482vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0px;
}
.l-top .p-works__item-title {
  color: #ffffff;
  font-size: max(0.9516837482vw, 11px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0px;
}
.l-top .c-top-title__en h2 {
  font-size: 60px;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  font-weight: 700;
  color: #333333;
}
@media screen and (max-width: 1366px) {
  .l-top .c-top-title__en h2 {
    font-size: max(4.39238653vw, 30px);
  }
}
.l-top .c-top-title--ja p {
  color: #333333;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.2px;
}
.l-top .p-topCompany__read p {
  line-height: 2;
}
.l-top .p-topFV__copyJa {
  color: #2c2c2c;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1366px) {
  .l-top .p-topFV__copyJa {
    font-size: 2.4890190337vw;
  }
}
@media screen and (max-width: 900px) {
  .l-top .p-topFV__copyJa {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .l-top .p-topFV__copyJa {
    font-size: max(3.3333333333vw, 16px);
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
.l-top .p-topAbout__textTitle h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700 !important;
  letter-spacing: 2.3px;
  line-height: 1.6;
}
@media screen and (max-width: 1366px) {
  .l-top .p-topAbout__textTitle h3 {
    font-size: max(2.0497803807vw, 18px);
    letter-spacing: 0.168374817vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-topAbout__textTitle h3 {
    font-size: max(3.6505867014vw, 18px);
  }
}
.l-top .p-topAbout__desc p {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #2c2c2c;
}
@media screen and (max-width: 1366px) {
  .l-top .p-topAbout__desc p {
    font-size: max(1.1713030747vw, 13px);
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-topAbout__desc p {
    font-size: max(2.0860495437vw, 13px);
  }
}
.l-top .p-topService__lead p {
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 2;
}
.l-top .p-topServiceCard__title h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.6px;
}
.l-top .p-topServiceCard__title p {
  margin-top: 9px;
}
.l-top .p-topServiceCard__desc p {
  letter-spacing: 0.4px;
  line-height: 2;
}
.l-top .p-topService__secondaryTitle h3 {
  font-size: 24px;
  font-weight: 700;
}
.l-top .p-topService__secondaryLead p {
  letter-spacing: 0.4px;
  line-height: 2;
}
.l-top .p-topService__secondaryMore p {
  letter-spacing: 0.4px;
  line-height: 2;
}
.l-top .p-topService__body--text p {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}
.l-top .p-topService__read p {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
}
.l-top .p-topServicePoint__number {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}
.l-top .p-topServicePoint__text {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}
.l-top .p-topServicePoint__title {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 3.7px;
  font-weight: 700;
  
}
@media screen and (max-width: 768px) {
  .l-top .p-topServicePoint__title {
    font-size: clamp(12px,calc(16/768*100vw),16px);
  }
}

.l-top .p-topServicePoint__text {
  font-size: 13px;
  letter-spacing: 0.6px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-top .p-topServicePoint__text {
    font-size: clamp(10px,calc(13/768*100vw),13px);
  }
}
.l-top .p-topCompany__dd p {
  color: #7187eb;
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}
.l-top .p-topCompany__content p {
  color: #2c2c2c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .l-top .p-topCompany__content p {
     font-size: clamp(12px, calc(12 / 1366 * 100vw), 14px);
  }
}
.l-top .p-topCompany__term {
  font-size: 14px;
  font-weight: 700;
}
.l-top .p-topCompany__desc {
  font-size: 14px;
  font-weight: 400;
}
.l-top .p-topNews__lead p {
  letter-spacing: 0.4px;
  line-height: 2;
}
.l-top .p-topNews__date {
  font-size: 12px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
}
.l-top .p-topNews__itemTitle {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.l-top .p-topNews__btn p {
  color: #7187eb;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}
.l-top .p-topService__taste p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #333333;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 1240px) {
  .l-top .p-topService__taste p {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: initial;
  }
}
.l-top .p-topService__desc--title {
  color: #7187eb;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.0714285714;
}
.l-top .p-topService__desc p {
  color: #2c2c2c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2.1428571429;
}
.l-top .p-topService__item p {
  color: #05a173;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.p-topCta__title--en h2 {
  color: #ffffff !important;
  font-family: "Urbanist", sans-serif;
  font-size: clamp(40px, 4.39238653vw, 60px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.p-topService__head p {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
}
.p-topService__head h3 {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}

.p-topService__body--text p {
  color: #2c2c2c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0px;
}

.p-serviceAbout__label p {
  font-size: 20px;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  color: #7187eb;
}

.p-serviceAbout__title h2 {
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #2c2c2c;
  line-height: 1.5714285714;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .p-serviceAbout__title h2 {
    font-size: max(3.6458333333vw, 20px);
  }
}

.p-serviceAbout__desc p {
  font-size: 16px;
  font-weight: 500;
  color: #2c2c2c;
  line-height: 2;
  letter-spacing: 0.4px;
}

.p-serviceService__itemTitle h3 {
  font-size: clamp(18px, 1.756954612vw, 24px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #2c2c2c;
  line-height: 1.25;
  letter-spacing: 2px;
}
.p-serviceService__itemTitle p {
  font-size: 14px;
  color: #7187eb;
  font-weight: 500;
  color: #7187eb;
  line-height: 1;
  letter-spacing: 0;
}

.p-serviceService__desc p {
  font-size: clamp(12px, 1.1713030747vw, 16px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #2c2c2c;
  line-height: 2;
  letter-spacing: 0.5px;
}

.p-serviceService__bgTextTrack p {
  color: rgba(221, 159, 239, 0.18);
  font-family: "Urbanist", sans-serif;
  font-size: 150px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 1366px) {
  .p-serviceService__bgTextTrack p {
    font-size: 10.980966325vw;
  }
}
@media screen and (max-width: 768px) {
  .p-serviceService__bgTextTrack p {
    font-size: 56px;
  }
}

.p-serviceService__bgTextTrack--Yellow p {
  color: rgba(246, 244, 9, 0.18) !important;
}

.p-serviceService__bgTextTrack--blue p {
  color: rgba(113, 135, 235, 0.18) !important;
}

.p-servicePoint__number p {
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.p-servicePoint__itemTitle h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 1.2px;
}

.p-servicePoint__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.3px;
}

.p-servicePoint__content {
  color: #ffffff;
}
.p-servicePoint__content p {
  color: #ffffff;
}

.p-partnerAbout .p-partnerAbout__catch p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #333333;
  letter-spacing: 14px;
  line-height: 1;
}
@media screen and (max-width: 1366px) {
  .p-partnerAbout .p-partnerAbout__catch p {
    font-size: 1.9033674963vw;
  }
}
@media screen and (max-width: 1100px) {
  .p-partnerAbout .p-partnerAbout__catch p {
    font-size: max(3.074670571vw, 25px);
  }
}
@media screen and (max-width: 500px) {
  .p-partnerAbout .p-partnerAbout__catch p {
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 375px) {
  .p-partnerAbout .p-partnerAbout__catch p {
    font-size: 20px;
  }
}
.p-partnerAbout .p-partnerAbout__desc p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #2c2c2c;
  line-height: 2.3571428571;
  letter-spacing: 0;
}
.p-partnerAbout .p-partnerAbout__watermark {
  font-family: "Urbanist", sans-serif;
  font-size: 155px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.05);
  line-height: 1;
}
@media screen and (max-width: 1366px) {
  .p-partnerAbout .p-partnerAbout__watermark {
    font-size: 11.3469985359vw;
  }
}

.p-partnerHR__card-title p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 1;
  letter-spacing: 1.8px;
}

.p-partnerHR__card-desc p {
  line-height: 2.3;
  letter-spacing: 0.1px;
}

.p-faq__title h2 {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}

.p-faq__label p {
  color: #848484;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
}

.p-faq__answerInner .p-faq__label p {
  color: #333333;
}

.p-faq__questionText p {
  letter-spacing: 0.5px;
}

.p-faq__answerText p {
  letter-spacing: 0.5px;
  line-height: 2;
}

.p-company__title--sub p {
  color: #333333;
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.p-companyMessage__text__title h3 {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
}

.p-companyMessage__desc p {
  color: #2c2c2c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2.4;
}

.p-companyMessage__sign--company p {
  color: #818181;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1;
}

.p-companyMessage__sign--name p {
  color: #00081a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.p-company__item--content--last p {
  line-height: 1.8;
}

.p-company__address p {
  line-height: 2;
}

.info__date-wrap .info__category p {
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.65px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .info__date-wrap .info__category {
    font-size: clamp(10px, calc(12 / 768 * 100vw), 12px);
  }
}
.p-works__cat {
  font-size: 14px;
  color: #333333;
  letter-spacing: 1px;
}

.info__date {
  color: #2c2c2c !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.3333333333 !important;
}
@media screen and (max-width: 768px) {
  .info__date {
    font-size: clamp(9px, calc(13 / 768 * 100vw), 13px) !important;
  }
}
.info__title {
  color: #2c2c2c !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.6 !important;
}
@media screen and (max-width: 768px) {
  .info__title {
    font-size: clamp(10px, 1.953125vw, 15px) !important;
  }
}
.p-info__btn-link {
  color: #002855;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.7px;
}

.detail-catBtn {
  color: #333333;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
}

.detail-day {
  color: #2c2c2c;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}

.post-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 500;
  color: #00132b;
}
@media screen and (max-width: 768px) {
  .post-ttl {
    font-size: 20px;
    line-height: 1.6;
  }
}

.detail-text {
  color: #505050;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 2.2;
}

.post-detail__content {
  color: #00132b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 2.2;
}
.post-detail__content p {
  color: #00132b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 2.2;
}
.post-detail__content h3 {
  margin-top: 53px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  .post-detail__content h3 {
    font-size: 20px;
  }
}
.post-detail__content h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  margin-top: 53px;
  font-weight: 400;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  .post-detail__content h4 {
    font-size: 20px;
  }
}
.post-detail__content h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-top: 83px;
  letter-spacing: 0.06em;
}
.post-detail__content h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-top: 83px;
  letter-spacing: 0.06em;
}

.detail__btn .button {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  font-weight: 600;
}
@media (any-hover: hover) {
  .detail__btn .button:hover {
    color: #7187eb;
  }
}

.p-contact .row label {
  color: #5a5a5a;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 1.4285714286;
}
@media screen and (max-width: 768px) {
  .p-contact .row label {
    font-size: 12px;
  }
}
.p-contact .row > .formTh > .requiredText {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  width: 32px;
}
.p-contact .row > .formTh > .anyText {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
.p-contact .row > .formTd > div > div > select {
  font-size: 14px;
  letter-spacing: -0.3px;
  color: #555;
}
@media screen and (max-width: 768px) {
  .p-contact .row > .formTd > div > div > select {
    font-size: 12px;
  }
}
.p-contact .row > .formTd > input::-moz-placeholder,
.p-contact .row > .formTd > textarea::-moz-placeholder {
  color: #555;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-contact .row > .formTd > input::-moz-placeholder,
  .p-contact .row > .formTd > textarea::-moz-placeholder {
    font-size: 12px;
  }
}

.privacy-policy__title {
  color: #464646;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.08px;
}

.privacy-policy__text p {
  color: #464646;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .privacy-policy__text p {
    font-size: 12px;
  }
}

.formBtn {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .formBtn {
    font-size: 12px;
  }
}

.privacyLabel {
  color: #424d58;
  font-size: 14px;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .privacyLabel {
    font-size: 12px;
  }
}

.p-company__item--title p {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0px;
}

.p-complete__fin p {
  color: #2c2c2c;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.65px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1366px) {
  .p-complete__fin p {
    font-size: clamp(20px, 2.5622254758vw, 35px);
  }
}

.p-complete__desc p {
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.65px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1366px) {
  .p-complete__desc p {
    font-size: clamp(12px, 1.317715959vw, 18px);
  }
}

.p-topCompany__tel a {
  color: #2c2c2c;
  font-size: clamp(12px, 0.878477306vw, 14px);
  font-weight: 500;
}

.p-footer__tel--content a {
  color: #2c2c2c;
  font-size: clamp(13px, 0.878477306vw, 13px);
  font-weight: 500;
}
.privacy-policy__text a {
  color: #2c2c2c;
  font-size: clamp(14px, 0.878477306vw, 14px);
  font-weight: 500;
}

