﻿@charset "UTF-8";
body {
  font-family: "Noto Sans JP", serif;
  position: relative;
  padding-top: 100rem !important;
  overflow-x: hidden;
}
body:before {
  content: "";
  background: linear-gradient(180deg, rgb(244, 235, 230) 0%, rgba(246, 238, 234, 0.5) 50%, rgba(247, 241, 237, 0) 100%);
  position: absolute;
  inset: 0;
  z-index: -1;
  height: 948rem;
  width: 100%;
  display: block;
  padding-top: 100rem !important;
}
@media screen and (max-width: 750px) {
  body {
    position: relative;
  }
}

html {
  font-size: 0.08116883vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  scroll-padding-top: 120rem;
  scroll-behavior: smooth;
}
@media screen and (max-width: 750px) {
  html {
    scroll-padding-top: 80rem;
  }
}

.c-arrows {
  display: flex;
  gap: 3rem;
  justify-content: flex-end;
  margin-top: 30rem;
}

.c-arrows__button {
  background: #fff;
  border: 1px solid #CBD5E1;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  width: 36rem;
  height: 36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.05);
  transition: background 0.5s ease, box-shadow 0.5s ease, border-color 0.5s ease;
  position: relative;
}
.c-arrows__button svg {
  display: block;
  width: 36rem;
  height: 36rem;
}
.c-arrows__button svg path {
  transition: stroke 0.5s ease;
}
@media screen and (max-width: 750px) {
  .c-arrows__button svg {
    width: 18rem;
    height: 18rem;
  }
}
.c-arrows__button:hover {
  background: linear-gradient(90deg, #0f8c87, #1b8fba);
  border-color: transparent;
  box-shadow: 0 1rem 2rem rgba(15, 140, 135, 0.2);
}
.c-arrows__button:hover svg path {
  stroke: #fff !important;
}
@media screen and (max-width: 750px) {
  .c-arrows__button {
    width: 61rem;
    height: 61rem;
  }
}

dl dt {
  -webkit-margin-start: 0rem;
          margin-inline-start: 0rem;
}
dl dd {
  -webkit-margin-start: 0rem;
          margin-inline-start: 0rem;
}

select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

a {
  transition-duration: 0.6s;
}

@media screen and (min-width: 1232px) {
  html {
    /* font-size:0.06849315vw; */
    font-size: 1px;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 0.14765vw;
  }
}
dl {
  margin: 0px;
}
dl dt {
  margin: 0px;
}
dl dd {
  margin: 0px;
}

ul,
ol {
  padding: 0px;
  margin: 0px;
}
ul li,
ol li {
  list-style-type: none;
}

body {
  margin: 0px;
  font-size: 16rem;
  overflow-x: hidden;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 24rem;
    line-height: 42rem;
  }
}

figure {
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  font-weight: 200;
}

p {
  margin: 0px;
}

a {
  text-decoration: none;
  color: #000;
}

main > section > div {
  max-width: 1232rem;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  main > section > div {
    padding: 0 24rem;
  }
}

.p-vision-credo {
  max-width: 1232rem;
  margin: 0 auto;
  display: flex;
  gap: 24rem;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .p-vision-credo {
    padding: 0 40rem;
    gap: 42rem;
    flex-direction: column;
  }
}

.c-image-base {
  text-align: center;
  background: url("../img/bg_carescore_head.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .c-image-base {
    width: 100%;
    background: none;
  }
  .c-image-base img {
    width: 100%;
  }
}

.p-section-mv {
  min-height: 810rem;
  position: relative;
  z-index: 1;
}
.p-section-mv .--sp-mv {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-section-mv .--sp-mv {
    display: block;
    width: 100%;
  }
}
.p-section-mv img {
  position: absolute;
}
.p-section-mv img.--object {
  top: 0rem;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  height: auto;
  z-index: -1;
  width: 1494rem;
}
@media screen and (max-width: 750px) {
  .p-section-mv img.--object {
    width: 100%;
    display: none;
  }
}
.p-section-mv img.--line1 {
  top: -100rem;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-section-mv img.--line1 {
    display: none;
  }
}
.p-section-mv img.--line2 {
  right: 0rem;
  top: -100rem;
  width: 800rem;
}
@media screen and (max-width: 750px) {
  .p-section-mv img.--line2 {
    top: 0rem;
    margin-top: -520rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
    left: -30rem;
  }
}
.p-section-mv img.--mv {
  right: 20rem;
  width: 764rem;
  top: 100rem;
}
@media screen and (max-width: 750px) {
  .p-section-mv img.--mv {
    top: 0rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .p-section-mv img {
    position: inherit;
  }
}
.p-section-mv .--text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  font-size: 192rem;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  z-index: -2;
  opacity: 0.4;
  top: 50rem;
  width: 100%;
}
.p-section-mv .--text .--inner {
  width: 1232rem;
  margin-left: auto;
  margin-right: auto;
}
.p-section-mv .p-section-mv__inner {
  width: 1232rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 230rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .p-section-mv .p-section-mv__inner {
    padding: 0rem 40rem;
    padding-top: 150rem;
    width: auto;
  }
}
.p-section-mv .p-section-mv__inner h1 {
  font-size: 48rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  padding-bottom: 32rem;
}
.p-section-mv .p-section-mv__inner p {
  font-size: 16rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .p-section-mv .p-section-mv__inner p {
    font-size: 23rem;
    line-height: 1.8;
  }
}

.c-vision-credo-item {
  background: #FAF6F3;
  border-radius: 8rem;
  padding: 24rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30rem;
  box-shadow: 0 0 0 1rem rgba(2, 6, 23, 0.02);
}
@media screen and (max-width: 750px) {
  .c-vision-credo-item {
    padding: 42rem;
    gap: 20rem 20rem;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    align-items: start;
  }
  .c-vision-credo-item > div {
    grid-column: 2;
  }
}
.c-vision-credo-item__sub-title {
  font-size: 16rem;
  font-weight: 400;
  color: #020617;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .c-vision-credo-item__sub-title {
    font-size: 24rem;
  }
}
.c-vision-credo-item__sub-text {
  font-size: 16rem;
  font-weight: 400;
  color: #020617;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .c-vision-credo-item__sub-text {
    font-size: 24rem;
  }
}
.c-vision-credo-item__sub-text li {
  list-style-type: disc;
  margin-left: 25rem;
}

.c-vision-credo-item__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72rem;
  height: 72rem;
  border-radius: 20rem;
}
.c-vision-credo-item__badge.--pink {
  background: #FDF2F8;
}
.c-vision-credo-item__badge.--indigo {
  background: #EEF2FF;
}
.c-vision-credo-item__badge.--yellow {
  background: #FFFBEB;
}
.c-vision-credo-item__badge.--green {
  background: #F0FDF4;
}
.c-vision-credo-item__badge.--blue {
  background: #EFF6FF;
}
.c-vision-credo-item__badge.--teal {
  background: #F0FDFA;
}
.c-vision-credo-item__badge.--purple {
  background: #FAF5FF;
}
.c-vision-credo-item__badge svg {
  height: 40rem;
}
@media screen and (max-width: 750px) {
  .c-vision-credo-item__badge {
    width: 80rem;
    height: 80rem;
    border-radius: 22rem;
    grid-row: 1/3;
  }
  .c-vision-credo-item__badge svg {
    width: 44rem;
    height: 44rem;
  }
}

.c-vision-credo-item__title {
  font-size: 20rem;
  font-weight: 600;
  color: #020617;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .c-vision-credo-item__title {
    font-size: 27rem;
    grid-column: 2;
    align-self: center;
  }
}

.c-vision-credo-item__text {
  font-size: 16rem;
  line-height: 1.8;
  color: #020617;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .c-vision-credo-item__text {
    font-size: 24rem;
    grid-column: 2;
  }
}

.p-board-member {
  max-width: 1232rem;
  margin: 0 auto;
  padding: 0;
  display: flex;
  gap: 96rem;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .p-board-member {
    padding: 0 24rem;
    flex-direction: column;
    gap: 42rem;
  }
}

.c-board-member-item {
  background: #FAF6F3;
  border-radius: 16rem;
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 452rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.c-board-member-item:hover {
  transform: translateY(-4rem);
  box-shadow: 0 8rem 24rem rgba(2, 6, 23, 0.12);
}
.c-board-member-item:focus-visible {
  outline: 2rem solid #0E7B8E;
  outline-offset: 4rem;
}

.c-board-member-item .--img {
  width: 100%;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.c-board-member-item .--img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-board-member-item .--profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24rem;
  gap: 16rem;
}
@media screen and (max-width: 750px) {
  .c-board-member-item .--profile {
    padding: 42rem;
    gap: 28rem;
  }
}

.c-board-member-item .--content {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

.c-board-member-item .--name {
  font-size: 24rem;
  font-weight: 600;
  color: #020617;
}
@media screen and (max-width: 750px) {
  .c-board-member-item .--name {
    font-size: 42rem;
  }
}

.c-board-member-item .--role {
  font-size: 12rem;
  color: #64748B;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .c-board-member-item .--role {
    font-size: 20rem;
  }
}

.c-board-member-item .--icon {
  width: 40rem;
  height: 40rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .c-board-member-item .--icon {
    width: 60rem;
    height: 60rem;
  }
}
.c-board-member-item .--icon svg {
  width: 35rem;
  height: 35rem;
}
@media screen and (max-width: 750px) {
  .c-board-member-item .--icon svg {
    width: 60rem;
    height: 60rem;
  }
}

.c-team-carousel {
  max-width: 1312rem;
  margin: 0 auto;
  padding: 0 40rem;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  gap: 40rem;
}
@media screen and (max-width: 750px) {
  .c-team-carousel {
    padding: 0 24rem;
    gap: 28rem;
  }
}

.c-team-carousel__container {
  overflow: hidden;
  border-radius: 16rem;
  flex: 1;
}

.c-team-carousel__track {
  display: flex;
  transition: transform 0.6s ease;
  gap: 24rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .c-team-carousel__track {
    gap: 32rem;
  }
}

.c-team-carousel__button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
.c-team-carousel__button svg {
  display: block;
  width: 64rem;
  height: 64rem;
}
@media screen and (max-width: 750px) {
  .c-team-carousel__button svg {
    width: 84rem;
    height: 84rem;
  }
}

.c-team-mamber {
  max-width: 1232rem;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24rem;
  justify-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .c-team-mamber {
    padding: 0 24rem;
  }
}

.c-team-member-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24rem;
  flex: 0 0 auto;
  width: calc(25% - 18rem);
}
@media screen and (max-width: 1200px) {
  .c-team-member-item {
    width: calc(33.33% - 16rem);
  }
}
@media screen and (max-width: 750px) {
  .c-team-member-item {
    width: 100%;
    gap: 42rem;
  }
}

.c-team-member-item .--img {
  width: 177rem;
  height: 177rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
}
.c-team-member-item .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .c-team-member-item .--img {
    width: 310rem;
    height: 310rem;
  }
}

.c-team-member-item .--content {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
@media screen and (max-width: 750px) {
  .c-team-member-item .--content {
    gap: 20rem;
  }
}

.c-team-member-item .--name {
  font-size: 16rem;
  font-weight: 600;
  color: #020617;
}
@media screen and (max-width: 750px) {
  .c-team-member-item .--name {
    font-size: 28rem;
  }
}

.c-team-member-item .--role {
  font-size: 12rem;
  color: #64748B;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .c-team-member-item .--role {
    font-size: 20rem;
  }
}

.p-header-main {
  width: 100%;
  background: transparent;
  padding: 32rem 0;
  padding-bottom: 20rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 50;
  transition: background 0.6s ease, -webkit-backdrop-filter 0.6s ease;
  transition: background 0.6s ease, backdrop-filter 0.6s ease;
  transition: background 0.6s ease, backdrop-filter 0.6s ease, -webkit-backdrop-filter 0.6s ease;
}
@media screen and (max-width: 750px) {
  .p-header-main {
    padding: 20rem 0;
  }
}
.p-header-main.is-scrolled {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.p-header-main__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 40rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40rem;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .p-header-main__inner {
    padding: 0 24rem;
    align-items: center;
    flex-direction: row;
  }
}

.p-header-main__logo {
  position: relative;
  z-index: 1002;
}
.p-header-main__logo img {
  display: block;
  width: 180rem;
  height: auto;
}

.p-header-main__menu {
  display: flex;
  align-items: center;
  gap: 32rem;
  width: 100%;
  justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  .p-header-main__menu {
    gap: 16rem;
    align-items: center;
  }
}

.p-header-main__nav ul {
  display: flex;
  gap: 32rem;
  font-size: 14rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .p-header-main__nav ul {
    display: none;
  }
}
.p-header-main__nav a {
  color: #111;
  font-weight: 500;
  position: relative;
  padding-bottom: 4rem;
}
.p-header-main__nav a:hover {
  color: #E07A5F;
}

.p-header-main__cta {
  display: inline-flex;
  align-items: center;
  gap: 8rem;
  background: linear-gradient(90deg, #0f8c87, #1b8fba);
  color: #fff !important;
  font-size: 14rem;
  font-weight: 600;
  padding: 6rem 0rem;
  border-radius: 999rem;
  min-width: 150rem;
  justify-content: center;
  border: 1px solid transparent;
  position: relative;
  transition: color 0.8s ease-in-out, border 0.8s ease-in-out;
  overflow: hidden;
}
.p-header-main__cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 999rem;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  z-index: 1;
}
.p-header-main__cta > * {
  position: relative;
  z-index: 2;
}
.p-header-main__cta:hover {
  color: #0f8c87 !important;
  border: 1px solid #0f8c87;
}
.p-header-main__cta:hover::before {
  opacity: 1;
}
.p-header-main__cta:hover svg,
.p-header-main__cta:hover svg path {
  stroke: #0f8c87 !important;
}
@media screen and (max-width: 750px) {
  .p-header-main__cta {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
    font-size: 24rem !important;
    margin-top: 80rem;
    max-width: 540rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 750px) {
  .p-header-about {
    padding-right: 40rem;
    padding-left: 40rem;
    z-index: 10;
    position: relative;
  }
}

.p-header-main__toggle {
  display: none;
  width: 48rem;
  height: 48rem;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #0f8c87, #1b8fba);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4rem;
  padding: 0;
  box-shadow: 0 8rem 22rem rgba(15, 140, 135, 0.2);
}
@media screen and (max-width: 750px) {
  .p-header-main__toggle {
    display: flex;
    margin-left: auto;
    width: 84rem;
    height: 84rem;
    gap: 7rem;
    box-shadow: 0 14rem 38.5rem rgba(15, 140, 135, 0.2);
  }
}
.p-header-main__toggle span {
  display: block;
  width: 15rem;
  height: 1.3rem;
  background: #fff;
  border-radius: 1rem;
  transition: all 0.6s ease;
  transform-origin: center;
}
@media screen and (max-width: 750px) {
  .p-header-main__toggle span {
    width: 28rem;
    height: 2.3rem;
    border-radius: 1.75rem;
  }
}

.p-header-main__cta-icon {
  width: 16rem;
  height: 12rem;
  position: relative;
  display: inline-block;
}
.p-header-main__cta-icon svg {
  width: 18rem !important;
  height: auto;
  display: block;
}
.p-header-main__cta-icon svg,
.p-header-main__cta-icon svg path {
  transition: stroke 0.6s ease;
}
@media screen and (max-width: 750px) {
  .p-header-main__cta-icon {
    width: 34rem !important;
    box-sizing: border-box;
    margin-right: 5rem !important;
  }
  .p-header-main__cta-icon svg {
    width: 34rem !important;
    display: block;
    margin-top: -12rem;
  }
}

.c-btn-gradient {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10rem 24rem;
  border-radius: 999rem;
  background: linear-gradient(90deg, #0f8c87, #1b8fba);
  color: #fff;
  font-size: 14rem;
  font-weight: 600;
  border: 1px solid transparent;
  position: relative;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  overflow: hidden;
}
.c-btn-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 999rem;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  z-index: 1;
}
.c-btn-gradient > * {
  position: relative;
  z-index: 2;
}
.c-btn-gradient:hover {
  color: #0f8c87;
  border: 1px solid #0f8c87;
}
.c-btn-gradient:hover::before {
  opacity: 1;
}

.p-section-who-we-are {
  padding: 140rem 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .p-section-who-we-are {
    padding: 200rem 0 0;
  }
}
.p-section-who-we-are__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100rem;
}
@media screen and (max-width: 750px) {
  .p-section-who-we-are__inner {
    gap: 60rem;
    flex-direction: column;
  }
}
.p-section-who-we-are__visual {
  flex: 0 0 400rem;
  max-width: 400rem;
}
@media screen and (max-width: 750px) {
  .p-section-who-we-are__visual {
    flex: 0 0 auto;
    max-width: none;
    width: 100%;
  }
}
.p-section-who-we-are__visual img {
  width: 100%;
  height: auto;
  display: block;
}
.p-section-who-we-are__content {
  flex: 1;
  max-width: 604rem;
}
@media screen and (max-width: 750px) {
  .p-section-who-we-are__content {
    max-width: none;
  }
}
.p-section-who-we-are__header {
  margin-bottom: 28rem;
}
.p-section-who-we-are__header p {
  font-size: 14rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #64748B;
  margin-bottom: 18rem;
}
@media screen and (max-width: 750px) {
  .p-section-who-we-are__header p {
    font-size: 28rem;
    margin-bottom: 16rem;
  }
}
.p-section-who-we-are__header h2 {
  font-size: 44rem;
  line-height: 1.3;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 12rem;
}
@media screen and (max-width: 750px) {
  .p-section-who-we-are__header h2 {
    font-size: 64rem;
    margin-bottom: 20rem;
  }
}
.p-section-who-we-are__sub {
  font-size: 20rem;
  color: #3a3d40;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 24rem;
}
@media screen and (max-width: 750px) {
  .p-section-who-we-are__sub {
    font-size: 28rem;
    margin-bottom: 24rem;
  }
}
.p-section-who-we-are__text {
  margin-bottom: 32rem;
}
.p-section-who-we-are__text p {
  font-size: 16rem;
  line-height: 2.2;
  color: #33363d;
}
@media screen and (max-width: 750px) {
  .p-section-who-we-are__text p {
    font-size: 24rem;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}
.p-section-who-we-are__cta .c-btn-gradient {
  text-align: center;
  gap: 12rem;
}
.p-section-who-we-are__cta .c-btn-gradient span {
  font-size: 18rem;
}
@media screen and (max-width: 750px) {
  .p-section-who-we-are__cta .c-btn-gradient {
    font-size: 28rem;
    padding: 22rem 28rem;
  }
  .p-section-who-we-are__cta .c-btn-gradient span {
    font-size: 22rem;
  }
}

.p-contact-form {
  width: 100%;
  background: #fff;
  padding: 40rem;
  border-radius: 16rem;
  border: 1rem solid rgba(15, 34, 60, 0.08);
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .p-contact-form {
    padding: 56rem 42rem;
    border-radius: 21rem;
  }
}
.p-contact-form form {
  display: flex;
  flex-direction: column;
  gap: 32rem;
}
@media screen and (max-width: 750px) {
  .p-contact-form form {
    gap: 56rem;
  }
}

.p-contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16rem;
}
@media screen and (max-width: 750px) {
  .p-contact-form__grid {
    grid-template-columns: 1fr;
    gap: 28rem;
  }
}

.p-contact-form__field {
  display: flex;
  flex-direction: column;
}
.p-contact-form__field label {
  font-size: 14rem;
  font-weight: 500;
  color: #1f2b3c;
  margin-bottom: 8rem;
}
@media screen and (max-width: 750px) {
  .p-contact-form__field label {
    font-size: 25rem;
    margin-bottom: 14rem;
  }
}
.p-contact-form__field input,
.p-contact-form__field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1rem solid #d7dde3;
  border-radius: 10rem;
  padding: 0 16rem;
  font-size: 14rem;
  line-height: 1.5;
  color: #1f2b3c;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  min-height: 36rem;
  height: 36rem;
}
@media screen and (max-width: 750px) {
  .p-contact-form__field input,
.p-contact-form__field textarea {
    height: 63rem;
    font-size: 25rem;
    padding: 0 28rem;
    border-radius: 18rem;
  }
}
.p-contact-form__field input::-moz-placeholder, .p-contact-form__field textarea::-moz-placeholder {
  color: #9da4ae;
}
.p-contact-form__field input::placeholder,
.p-contact-form__field textarea::placeholder {
  color: #9da4ae;
}
.p-contact-form__field input:focus,
.p-contact-form__field textarea:focus {
  outline: none;
  border-color: #4bb2be;
  box-shadow: 0 0 0 3rem rgba(75, 178, 190, 0.25);
}

.p-contact-form__field--full {
  grid-column: span 2;
}
@media screen and (max-width: 750px) {
  .p-contact-form__field--full {
    grid-column: span 1;
  }
}
.p-contact-form__field--full textarea {
  min-height: 160rem;
  height: auto;
  padding: 16rem;
  resize: vertical;
}

.p-contact-form__select {
  position: relative;
  height: 36rem;
  border-radius: 10rem;
  border: 1rem solid #d7dde3;
  display: flex;
  align-items: center;
  padding-right: 40rem;
  background-color: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}
@media screen and (max-width: 750px) {
  .p-contact-form__select {
    height: 63rem;
    border-radius: 18rem;
  }
}
.p-contact-form__select select {
  height: 100%;
  border-radius: 10rem;
  font-size: 14rem;
  padding: 0 16rem;
  color: #1f2b3c;
}
@media screen and (max-width: 750px) {
  .p-contact-form__select select {
    font-size: 25rem;
    padding: 0 28rem;
  }
}
.p-contact-form__select:after {
  content: "";
  position: absolute;
  right: 16rem;
  top: 50%;
  width: 12rem;
  height: 12rem;
  border-bottom: 2rem solid #7b8794;
  border-right: 2rem solid #7b8794;
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}
.p-contact-form__select:focus-within {
  border-color: #4bb2be;
  box-shadow: 0 0 0 3rem rgba(75, 178, 190, 0.25);
}

.p-contact-form__action button {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 999rem;
  padding: 16rem;
  font-size: 16rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #0f8c87, #1b8fba);
  box-shadow: 0 10rem 25rem rgba(15, 140, 135, 0.35);
  cursor: pointer;
  position: relative;
  transition: color 0.8s ease-in-out, border 0.8s ease-in-out;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-contact-form__action button {
    padding: 28rem;
    font-size: 28rem;
  }
}
.p-contact-form__action button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 999rem;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  z-index: 1;
}
.p-contact-form__action button > * {
  position: relative;
  z-index: 2;
}
.p-contact-form__action button:hover {
  color: #0f8c87;
  border: 1px solid #0f8c87;
}
.p-contact-form__action button:hover::before {
  opacity: 1;
}
.p-contact-form__action button:active {
  transform: translateY(2rem);
}

#contact-submit {
  position: relative;
  overflow: hidden;
  transition: color 0.8s ease-in-out, border 0.8s ease-in-out;
}
#contact-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 999rem;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  z-index: 1;
}
#contact-submit > * {
  position: relative;
  z-index: 2;
}
#contact-submit:hover {
  color: #0f8c87;
  border: 1px solid #0f8c87;
}
#contact-submit:hover::before {
  opacity: 1;
}

.p-section-board-member {
  padding: 220rem 0 140rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-section-board-member {
    margin-top: 200rem;
  }
}
.p-section-board-member:before {
  content: "";
  position: absolute;
  top: -100rem;
  left: 0;
  background: url("../img/bg_wave.svg") no-repeat left center;
  z-index: -1;
  display: block;
  width: 100%;
  height: 990rem;
  background-size: cover;
}
.p-section-board-member__inner {
  max-width: 1232rem;
  margin: 0 auto;
  padding: 0 40rem;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .p-section-board-member__inner {
    padding: 0 40rem;
  }
}
.p-section-board-member__header {
  margin-bottom: 32rem;
}
.p-section-board-member__header p {
  font-size: 15rem;
  font-weight: 600;
  color: #1b3b72;
  margin-bottom: 8rem;
}
.p-section-board-member__header h2 {
  font-size: 32rem;
  font-weight: 600;
  color: #0b1724;
}
.p-section-board-member__body {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 48rem;
  transition: opacity 0.6s ease;
}
@media screen and (max-width: 750px) {
  .p-section-board-member__body {
    flex-direction: column;
  }
}
.p-section-board-member__figure {
  flex: 0 0 360rem;
  border-radius: 18rem;
  overflow: hidden;
}
.p-section-board-member__figure img {
  width: 100%;
  display: block;
}
.p-section-board-member__content {
  flex: 1;
  border-radius: 24rem;
  padding: 0;
  transition: opacity 0.6s ease;
}
.p-section-board-member__name {
  font-size: 26rem;
  font-weight: 600;
  margin-bottom: 8rem;
}
.p-section-board-member__position {
  font-size: 12rem;
  color: #4b5563;
  margin-bottom: 24rem;
}
.p-section-board-member__intro {
  font-size: 14rem;
  line-height: 2;
  color: #1b1f28;
  margin-bottom: 28rem;
}
.p-section-board-member__quote {
  position: relative;
  background: #F0EBE7;
  border-radius: 18rem;
  padding: 32rem 32rem 32rem 32rem;
  color: #1b1f28;
  line-height: 2;
}
.p-section-board-member__quote span {
  position: absolute;
  top: -30rem;
  left: 24rem;
  font-size: 144rem;
  line-height: 1;
  color: #0E7B8E;
  font-family: serif;
}
.p-section-board-member__quote-text {
  font-size: 16rem;
  margin: 0;
}

@media screen and (max-width: 750px) {
  .p-section-board-member__header {
    margin-bottom: 64rem;
  }
  .p-section-board-member__header p {
    font-size: 30rem;
    margin-bottom: 16rem;
  }
  .p-section-board-member__header h2 {
    font-size: 64rem;
  }
  .p-section-board-member__body {
    gap: 32rem;
  }
  .p-section-board-member__figure {
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
    border-radius: 36rem;
  }
  .p-section-board-member__figure img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-section-board-member__content {
    padding: 0;
  }
  .p-section-board-member__name {
    font-size: 40rem;
    margin-bottom: 16rem;
    line-height: 1.4;
  }
  .p-section-board-member__position {
    font-size: 20rem;
    margin-bottom: 28rem;
    line-height: 1.4;
  }
  .p-section-board-member__intro {
    font-size: 24rem;
    line-height: 2;
    margin-bottom: 60rem;
  }
  .p-section-board-member__quote {
    border-radius: 36rem;
    padding: 48rem;
  }
  .p-section-board-member__quote span {
    top: -60rem;
    left: 10rem;
    font-size: 288rem;
  }
  .p-section-board-member__quote-text {
    font-size: 24rem;
  }
}

.p-section-what-we-do {
  padding: 120rem 0 0;
}
.p-section-what-we-do__inner {
  max-width: 1232rem;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .p-section-what-we-do__inner {
    padding: 0 40rem;
  }
}
.p-section-what-we-do__header {
  text-align: center;
  margin: 0 auto 80rem;
  max-width: 800rem;
}
.p-section-what-we-do__header p:first-of-type {
  font-size: 18rem;
  color: #64748B;
  margin-bottom: 10rem;
}
.p-section-what-we-do__header p:last-of-type {
  font-size: 16rem;
  color: #4a4a4a;
  line-height: 2;
  margin-top: 32rem;
}
@media screen and (max-width: 750px) {
  .p-section-what-we-do__header p:last-of-type br {
    display: none;
  }
}
.p-section-what-we-do__header h2 {
  font-size: 28rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #2d2d2d;
}
@media screen and (max-width: 750px) {
  .p-section-what-we-do__header {
    text-align: left;
  }
}
.p-section-what-we-do__body {
  display: flex;
  gap: 80rem;
  align-items: center;
  margin-bottom: 100rem;
}
@media screen and (max-width: 750px) {
  .p-section-what-we-do__body {
    flex-direction: column;
    gap: 32rem;
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 750px) {
  .p-section-what-we-do__body:nth-child(3), .p-section-what-we-do__body:nth-child(5) {
    flex-direction: column-reverse;
  }
}
.p-section-what-we-do__visual {
  flex: 0 0 55%;
}
.p-section-what-we-do__visual img {
  width: 100%;
  display: block;
}
.p-section-what-we-do__text {
  flex: 1;
  max-width: 400rem;
}
@media screen and (max-width: 750px) {
  .p-section-what-we-do__text {
    max-width: none;
  }
}
.p-section-what-we-do__label {
  font-size: 14rem;
  color: #64748B;
  margin-bottom: 12rem;
}
.p-section-what-we-do__title {
  font-size: 24rem;
  font-weight: 600;
  margin-bottom: 20rem;
  color: #222;
}
.p-section-what-we-do__description {
  font-size: 16rem;
  line-height: 2;
  color: #2f3b45;
  margin-bottom: 24rem;
}
.p-section-what-we-do__detail-title {
  font-size: 16rem;
  color: #64748B;
  margin: 0;
  padding: 0;
  padding-bottom: 5rem;
}
.p-section-what-we-do__detail-list {
  margin-bottom: 32rem;
}
.p-section-what-we-do__detail-list li {
  font-size: 16rem;
  line-height: 1.8;
  color: #4a4a4a;
  margin: 0;
  padding: 0;
  padding-left: 15rem;
  position: relative;
}
.p-section-what-we-do__detail-list li:before {
  content: "•";
  color: #64748B;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.p-section-what-we-do__example {
  margin-bottom: 32rem;
}
.p-section-what-we-do__example-card {
  display: flex;
  align-items: center;
  background: white;
  border: 1px solid #E2E8F0;
  border-radius: 8rem;
  padding: 16rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: background-color 0.2s ease;
}
.p-section-what-we-do__example-card:hover {
  background: #f8f9fa;
}
.p-section-what-we-do__example-card a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-section-what-we-do__example-card img {
  width: 76rem;
  height: 68rem;
  border-radius: 4rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 16rem;
}
.p-section-what-we-do__example-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-section-what-we-do__example-content {
    padding-right: 40rem;
  }
}
.p-section-what-we-do__example-title {
  font-size: 14rem;
  font-weight: 400;
  color: #020617;
  margin: 0 0 4rem 0;
  line-height: 1.4;
}
.p-section-what-we-do__example-subtitle {
  font-size: 14rem;
  font-weight: 400;
  color: #020617;
  margin: 0;
}
.p-section-what-we-do__example-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-section-what-we-do__example-arrow svg {
  width: 16rem;
  height: 8rem;
}
.p-section-what-we-do__link a {
  color: #0a7a9a;
  font-size: 15rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8rem;
  text-decoration: underline;
  font-weight: 400;
  transition: color 0.6s ease;
}
.p-section-what-we-do__link a img {
  width: 16rem;
  height: auto;
  transition: filter 0.6s ease;
}
.p-section-what-we-do__link a svg,
.p-section-what-we-do__link a svg path {
  transition: stroke 0.6s ease, fill 0.6s ease;
}
.p-section-what-we-do__link a:hover {
  color: #000;
}
.p-section-what-we-do__link a:hover img {
  filter: brightness(0);
}
.p-section-what-we-do__link a:hover svg,
.p-section-what-we-do__link a:hover svg path {
  stroke: #000 !important;
  fill: #000 !important;
}
@media screen and (max-width: 750px) {
  .p-section-what-we-do__link a {
    border-radius: 50rem;
  }
}
.p-section-what-we-do__button {
  display: inline-flex;
  align-items: center;
  padding: 9rem 24rem;
  background: white;
  border: 1px solid #CBD5E1;
  border-radius: 18rem;
  color: #0E7B8E;
  font-size: 14rem;
  font-weight: 600;
  text-decoration: none;
  gap: 8rem;
  transition: all 0.6s ease;
  text-decoration: none !important;
  font-weight: 600 !important;
}
.p-section-what-we-do__button svg {
  width: 12rem;
  height: 7rem;
}
@media screen and (max-width: 750px) {
  .p-section-what-we-do__header {
    margin: 0 0 120rem;
    max-width: none;
  }
  .p-section-what-we-do__header p:first-of-type {
    font-size: 32rem;
    margin-bottom: 10rem;
  }
  .p-section-what-we-do__header p:last-of-type {
    font-size: 24rem;
    margin-top: 56rem;
    line-height: 2;
  }
  .p-section-what-we-do__header h2 {
    font-size: 44rem;
    line-height: 1.3;
  }
  .p-section-what-we-do__body {
    gap: 105rem;
    margin-bottom: 175rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-section-what-we-do__body {
    gap: 32rem;
    margin-bottom: 140rem;
  }
}
@media screen and (max-width: 750px) {
  .p-section-what-we-do__visual {
    flex: 0 0 auto;
    width: 100%;
  }
  .p-section-what-we-do__visual img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .p-section-what-we-do__text {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .p-section-what-we-do__label {
    font-size: 24rem;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 750px) {
  .p-section-what-we-do__title {
    font-size: 34rem;
    margin-bottom: 35rem;
  }
}
@media screen and (max-width: 750px) {
  .p-section-what-we-do__description {
    font-size: 26rem;
    margin-bottom: 42rem;
    line-height: 2;
  }
}
@media screen and (max-width: 750px) {
  .p-section-what-we-do__detail-title {
    font-size: 28rem;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-section-what-we-do__detail-list {
    margin-bottom: 56rem;
  }
  .p-section-what-we-do__detail-list li {
    font-size: 24rem;
    line-height: 1.8;
    margin: 0;
    padding: 0;
    padding-left: 20rem;
  }
  .p-section-what-we-do__detail-list li:before {
    font-size: 24rem;
  }
}
@media screen and (max-width: 750px) {
  .p-section-what-we-do__example {
    margin-bottom: 56rem;
  }
}
@media screen and (max-width: 750px) {
  .p-section-what-we-do__example-card {
    padding: 28rem;
  }
  .p-section-what-we-do__example-card img {
    width: 110rem;
    height: 98rem;
    margin-right: 28rem;
  }
}
@media screen and (max-width: 750px) {
  .p-section-what-we-do__example-title {
    font-size: 24rem;
    margin: 0 0 8rem 0;
  }
}
@media screen and (max-width: 750px) {
  .p-section-what-we-do__example-subtitle {
    font-size: 24rem;
  }
}
@media screen and (max-width: 750px) {
  .p-section-what-we-do__example-arrow svg {
    width: 28rem;
    height: 14rem;
  }
}
@media screen and (max-width: 750px) {
  .p-section-what-we-do__link a {
    font-size: 26rem;
    gap: 14rem;
  }
  .p-section-what-we-do__link a img {
    width: 28rem;
  }
}
@media screen and (max-width: 750px) {
  .p-section-what-we-do__button {
    padding: 16rem 42rem;
    font-size: 24rem;
    border-radius: 32rem;
    gap: 14rem;
  }
  .p-section-what-we-do__button svg {
    width: 20rem;
    height: 12rem;
  }
}

.p-service-list {
  padding: 80rem 0;
  background-color: #fafafa;
}
.p-service-list__inner {
  max-width: 574rem;
  margin: 0 auto;
  padding: 0 40rem;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .p-service-list__inner {
    padding: 0 24rem;
  }
}
.p-service-list__title {
  font-size: 16rem;
  font-weight: 400;
  color: #64748B;
  margin: 0 0 24rem 0;
}
@media screen and (max-width: 750px) {
  .p-service-list__title {
    font-size: 28rem;
    margin: 0 0 42rem 0;
  }
}
.p-service-list__items {
  background: white;
  border-radius: 8rem;
  padding: 24rem;
}
@media screen and (max-width: 750px) {
  .p-service-list__items {
    padding: 42rem;
  }
}
.p-service-list__items li {
  font-size: 16rem;
  font-weight: 400;
  color: #020617;
  line-height: 2;
  margin: 0;
  padding: 8rem 0 8rem 20rem;
  position: relative;
}
.p-service-list__items li:before {
  content: "•";
  color: #64748B;
  font-weight: bold;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 750px) {
  .p-service-list__items li {
    font-size: 28rem;
    padding: 14rem 0 14rem 35rem;
    line-height: 1.8;
  }
  .p-service-list__items li:before {
    font-size: 28rem;
  }
}

.p-section-news-works__header {
  margin-bottom: 32rem;
}
.p-section-news-works__header p {
  font-size: 16rem;
  color: #64748B;
  margin-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  .p-section-news-works__header p {
    font-size: 28rem;
  }
}
.p-section-news-works__header h2 {
  font-size: 34rem;
  font-weight: 600;
  color: #222;
}
@media screen and (max-width: 750px) {
  .p-section-news-works__header h2 {
    font-size: 56rem;
  }
}

.p-section-news-works__nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32rem;
  margin-bottom: 48rem;
}
@media screen and (max-width: 750px) {
  .p-section-news-works__nav {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-section-news-works__nav ul {
  display: flex;
  gap: 12rem;
  padding: 0;
  margin: 0;
}
.p-section-news-works__nav ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10rem 28rem;
  border-radius: 999rem;
  font-size: 14rem;
  background: #eef3f6;
  color: #3a3a3a;
  font-weight: 500;
  position: relative;
  transition: color 0.8s ease-in-out, font-weight 0.8s ease-in-out;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-section-news-works__nav ul li a {
    font-size: 28rem;
    padding: 10rem 28rem;
  }
}
.p-section-news-works__nav ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #0f8c87, #1b8fba);
  border-radius: 999rem;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  z-index: 1;
}
.p-section-news-works__nav ul li a > * {
  position: relative;
  z-index: 2;
}
.p-section-news-works__nav ul li a:hover {
  color: #fff;
  font-weight: 600;
}
.p-section-news-works__nav ul li a:hover::before {
  opacity: 1;
}
.p-section-news-works__nav ul li a:active, .p-section-news-works__nav ul li a.active {
  background: linear-gradient(90deg, #0f8c87, #1b8fba);
  color: #fff;
  font-weight: 600;
}
.p-section-news-works__nav > div a {
  display: inline-flex;
  align-items: center;
  gap: 8rem;
  font-size: 15rem;
  color: #0a7a9a;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.6s ease;
}
.p-section-news-works__nav > div a img {
  width: 16rem;
  height: auto;
  transition: filter 0.6s ease;
}
.p-section-news-works__nav > div a svg,
.p-section-news-works__nav > div a svg path {
  transition: stroke 0.6s ease, fill 0.6s ease;
}
.p-section-news-works__nav > div a:hover {
  color: #000;
}
.p-section-news-works__nav > div a:hover img {
  filter: brightness(0);
}
.p-section-news-works__nav > div a:hover svg,
.p-section-news-works__nav > div a:hover svg path {
  stroke: #000 !important;
  fill: #000 !important;
}

.p-section-news-works__body {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28rem;
  margin-bottom: 40rem;
}
@media screen and (max-width: 600px) {
  .p-section-news-works__body {
    grid-template-columns: 1fr;
  }
}

.p-section-news-works__card {
  display: flex;
  flex-direction: column;
  gap: 18rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-section-news-works__card {
    flex-direction: row;
    gap: 20rem;
    align-items: flex-start;
  }
}
.p-section-news-works__card a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-section-news-works__card:hover .p-section-news-works__thumb img {
  transform: scale(1.05);
}
.p-section-news-works__card:hover .p-section-news-works__title,
.p-section-news-works__card:hover .p-section-news-works__date {
  color: #0E7B8E;
}

.p-section-news-works__thumb {
  border-radius: 10rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 750px) {
  .p-section-news-works__thumb {
    width: 160rem;
    height: 160rem;
    aspect-ratio: 1/1;
    flex: 0 0 160rem;
  }
}
.p-section-news-works__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.p-section-news-works__date {
  font-size: 14rem;
  color: #8a8f99;
  margin-top: 12rem;
  transition: color 0.6s ease;
}
@media screen and (max-width: 750px) {
  .p-section-news-works__date {
    font-size: 24rem;
    margin-bottom: 0;
    margin-top: 16rem;
  }
}

.p-section-news-works__title {
  font-size: 16rem;
  line-height: 1.85;
  font-weight: 600;
  color: #1f1f1f;
  transition: color 0.6s ease;
}
@media screen and (max-width: 750px) {
  .p-section-news-works__title {
    font-size: 28rem;
    line-height: 1.6;
  }
}

.p-section-news-works__meta {
  padding-top: 10rem;
}

@media screen and (max-width: 750px) {
  .p-section-news-works__meta {
    display: flex;
    flex-direction: column;
  }
  .p-section-news-works__title {
    order: 1;
  }
  .p-section-news-works__date {
    order: 2;
  }
}
@media screen and (max-width: 750px) {
  .p-section-news-works__more-desktop {
    display: none;
  }
}

.p-section-news-works__more-mobile {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-section-news-works__more-mobile {
    display: block;
    margin-top: 12rem;
  }
}
.p-section-news-works__more-mobile a {
  display: inline-flex;
  align-items: center;
  gap: 8rem;
  font-size: 15rem;
  color: #0a7a9a;
  text-decoration: underline;
  font-weight: 600;
}
.p-section-news-works__more-mobile a img {
  width: 16rem;
  height: auto;
}
@media screen and (max-width: 750px) {
  .p-section-news-works__more-mobile a {
    font-size: 28rem;
    gap: 12rem;
  }
  .p-section-news-works__more-mobile a img {
    width: 28rem;
  }
}

.p-section-contact {
  padding: 0 0 140rem;
  background: linear-gradient(180deg, rgba(244, 235, 230, 0) 0%, #F4EBE6 100%);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-section-contact {
    padding: 0 0 140rem;
    padding-top: 240rem;
  }
}
.p-section-contact__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.p-section-contact__inner {
  display: flex;
  justify-content: space-between;
  gap: 48rem;
  align-items: flex-start;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .p-section-contact__inner {
    flex-direction: column;
    gap: 32rem;
  }
}
@media screen and (max-width: 750px) {
  .p-section-contact__inner {
    padding: 0 42rem;
    gap: 70rem;
  }
}
.p-section-contact__text {
  font-size: 24rem;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-top: 40rem;
  position: absolute;
  bottom: 50rem;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 192rem;
  line-height: 192rem;
  color: #fff;
  white-space: nowrap;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
}
@media screen and (max-width: 750px) {
  .p-section-contact__text {
    font-size: 112rem;
    line-height: 1;
    bottom: 35rem;
    opacity: 0.3;
  }
}

.p-section-contact__content {
  max-width: 380rem;
  border-radius: 28rem;
  margin-bottom: 40rem;
  flex: 0 0 380rem;
}
@media screen and (max-width: 750px) {
  .p-section-contact__content {
    max-width: 100%;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
.p-section-contact__content h2 {
  font-size: 24rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 24rem;
}
@media screen and (max-width: 750px) {
  .p-section-contact__content h2 {
    font-size: 32rem;
    margin-bottom: 28rem;
    line-height: 1.4;
  }
}
.p-section-contact__content > p {
  font-size: 14rem;
  line-height: 2;
  color: #3b3f44;
  margin-bottom: 36rem;
}
@media screen and (max-width: 750px) {
  .p-section-contact__content > p {
    font-size: 24rem;
    margin-bottom: 42rem;
  }
}

.p-section-contact__info {
  display: flex;
  align-items: center;
  gap: 18rem;
}
@media screen and (max-width: 750px) {
  .p-section-contact__info {
    gap: 32rem;
  }
}

.p-section-contact__icon {
  width: 36rem;
  height: auto;
}
@media screen and (max-width: 750px) {
  .p-section-contact__icon {
    width: 63rem;
  }
}

.p-section-contact__address {
  font-size: 14rem;
  line-height: 1.8;
  color: #272b34;
}
@media screen and (max-width: 750px) {
  .p-section-contact__address {
    font-size: 23rem;
    line-height: 1.6;
  }
}

.p-section-contact .p-contact-form {
  flex: 0 0 503rem;
  max-width: 503rem;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-section-contact .p-contact-form {
    max-width: 100%;
    flex: 0 0 auto;
  }
}

.p-footer-main {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 40rem 0;
  font-size: 14rem;
  color: #5a5f68;
}
.p-footer-main a {
  color: #0E7B8E !important;
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .p-footer-main {
    padding: 32rem 24rem;
    font-size: 24rem;
  }
}
.p-footer-main a {
  color: inherit;
  margin-right: 8rem;
}
@media screen and (max-width: 750px) {
  .p-footer-main a {
    margin-right: 6rem;
  }
}

/* About - Header */
.c-sub-header-base {
  max-width: 1232rem;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-sub-header-base {
    padding: 0;
    text-align: left;
  }
}
.c-sub-header-base .--sub {
  font-family: "Lato", sans-serif;
  font-size: 14rem;
  font-weight: 400;
  color: #64748B;
  letter-spacing: 0;
  margin-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  .c-sub-header-base .--sub {
    font-size: 20rem;
  }
}
.c-sub-header-base .--title {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 48rem;
  font-weight: 600;
  color: #020617;
  letter-spacing: 0;
  line-height: 1.25;
}
.c-sub-header-base .--title.--small {
  font-size: 28rem;
  color: #020617;
  letter-spacing: 0;
  margin-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  .c-sub-header-base .--title {
    font-size: 64rem;
  }
  .c-sub-header-base .--title.--small {
    font-size: 44rem;
    line-height: 1.4;
  }
}
.c-sub-header-base.--text-left {
  text-align: left;
}

.c-text-base {
  max-width: 1232rem;
  margin: 28rem auto 0;
  padding: 0 40rem;
  box-sizing: border-box;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 16rem;
  font-weight: 400;
  color: #020617;
  letter-spacing: 0;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  .c-text-base {
    padding: 0;
    margin-top: 24rem;
    font-size: 24rem;
    line-height: 1.8;
  }
}
.c-text-base.--text-center {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-text-base.--text-center {
    text-align: left;
  }
}

.c-img-full {
  height: 550rem;
  overflow: hidden;
}
.c-img-full img {
  display: block;
  width: 100%;
  height: 550rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 750px) {
  .c-img-full {
    margin-top: 32rem;
  }
}

.u-mb-80 {
  margin-bottom: 80rem;
}

.u-mb-64 {
  margin-bottom: 64rem;
}

.u-pb-160 {
  padding-bottom: 160rem !important;
}

.u-mb-96 {
  margin-bottom: 96rem;
}

.p-company {
  padding: 64rem 0 160rem;
  background: #fff;
}
.p-company__inner {
  max-width: 1232rem;
  margin: 0 auto;
  padding: 0 40rem;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .p-company__inner {
    padding: 0 24rem;
  }
}
.p-company__content {
  display: flex;
  gap: 64rem;
  align-items: flex-start;
  margin-top: 64rem;
}
@media screen and (max-width: 900px) {
  .p-company__content {
    flex-direction: column;
    gap: 40rem;
  }
}
.p-company__table {
  width: 576rem;
  border-collapse: collapse;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 900px) {
  .p-company__table {
    width: 100%;
  }
}
.p-company__table tr {
  border-bottom: 1rem solid #E2E8F0;
}
.p-company__table tr:last-child {
  border-bottom: none;
}
.p-company__table th {
  width: 182rem;
  background: #fff;
  padding: 19rem 8rem;
  vertical-align: middle;
  text-align: left;
  font-size: 14rem;
  font-weight: 400;
  color: #020617;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .p-company__table th {
    width: auto;
    min-width: 140rem;
  }
}
@media screen and (max-width: 600px) {
  .p-company__table th {
    min-width: 120rem;
    padding: 16rem 8rem;
    font-size: 24rem;
  }
}
.p-company__table td {
  background: #fff;
  padding: 19rem 8rem;
  vertical-align: middle;
  font-size: 14rem;
  font-weight: 400;
  color: #020617;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .p-company__table td {
    padding: 16rem 8rem;
    font-size: 24rem;
  }
}
@media screen and (max-width: 600px) {
  .p-company__table td br {
    display: none;
  }
}
.p-company__table tr:nth-child(3) td {
  line-height: 1.8;
}
.p-company__table tr:nth-child(7) td {
  line-height: 1.8;
}
.p-company__map {
  flex: 1;
  max-width: 568rem;
}
@media screen and (max-width: 900px) {
  .p-company__map {
    width: 100%;
    max-width: none;
  }
}
.p-company__map img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8rem;
}

.p-footer-pankuzu {
  max-width: 1232rem;
  margin: 0 auto;
  padding-bottom: 40rem;
  box-sizing: border-box;
  padding-top: 180rem;
  display: flex;
  align-items: center;
  gap: 0;
}
@media screen and (max-width: 750px) {
  .p-footer-pankuzu {
    padding: 0 24rem;
    display: none;
  }
}
.p-footer-pankuzu li {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 5rem;
}
.p-footer-pankuzu li:first-child {
  padding-left: 0;
}
.p-footer-pankuzu li:not(:first-child) {
  margin-left: 12rem;
}
.p-footer-pankuzu li:not(:first-child):before {
  content: "";
  position: absolute;
  left: -8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4.5rem;
  height: 4.5rem;
  border-bottom: 1.5rem solid #64748B;
  border-right: 1.5rem solid #64748B;
  transform: translateY(-50%) rotate(-45deg);
}
.p-footer-pankuzu li a {
  font-size: 14rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  color: #64748B;
  text-decoration: none;
  line-height: 24rem;
}
.p-footer-pankuzu li:last-child a {
  color: #020617;
}

.p-tab-menu {
  max-width: 1232rem;
  margin: 0 auto;
  padding: 0 40rem;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .p-tab-menu {
    padding: 0 24rem;
  }
}
.p-tab-menu ul {
  display: flex;
  justify-content: center;
  gap: 30rem;
  height: 30rem;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .p-tab-menu ul {
    gap: 20rem;
  }
}
@media screen and (max-width: 800px) {
  .p-tab-menu ul {
    flex-wrap: wrap;
    gap: 18rem;
    height: auto;
    justify-content: left;
    padding: 0rem;
  }
}
.p-tab-menu__item:nth-child(1) .p-tab-menu__link {
  min-width: 107rem;
}
.p-tab-menu__item:nth-child(2) .p-tab-menu__link {
  min-width: 163rem;
}
.p-tab-menu__item:nth-child(3) .p-tab-menu__link {
  min-width: 177rem;
}
.p-tab-menu__item:nth-child(4) .p-tab-menu__link {
  min-width: 65rem;
}
@media screen and (max-width: 800px) {
  .p-tab-menu__item:nth-child(1) .p-tab-menu__link, .p-tab-menu__item:nth-child(2) .p-tab-menu__link, .p-tab-menu__item:nth-child(3) .p-tab-menu__link, .p-tab-menu__item:nth-child(4) .p-tab-menu__link {
    min-width: auto;
    width: auto;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.p-tab-menu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
  height: 30rem;
  padding: 0;
  border: 1rem solid transparent;
  border-radius: 4rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 14rem;
  font-weight: 400;
  color: #0E7B8E;
  text-decoration: underline;
  letter-spacing: 0;
  box-sizing: border-box;
  transition: color 0.6s ease;
  white-space: nowrap;
}
.p-tab-menu__link svg,
.p-tab-menu__link svg path {
  transition: stroke 0.6s ease, fill 0.6s ease;
}
.p-tab-menu__link:hover {
  color: #000;
}
.p-tab-menu__link:hover svg,
.p-tab-menu__link:hover svg path {
  stroke: #000 !important;
  fill: #000 !important;
}
@media screen and (max-width: 800px) {
  .p-tab-menu__link {
    white-space: normal;
    text-align: center;
    padding: 14rem 0;
    height: auto;
    min-height: 52rem;
    font-size: 24rem;
  }
}
.p-tab-menu__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 12rem;
  flex-shrink: 0;
}
.p-tab-menu__icon svg {
  width: 12rem;
  height: 12rem;
}
@media screen and (max-width: 800px) {
  .p-tab-menu__icon {
    width: 21rem;
    height: 21rem;
  }
  .p-tab-menu__icon svg {
    width: 21rem;
    height: 21rem;
  }
}

.p-care-score {
  padding: 80rem 0;
}
@media screen and (max-width: 768px) {
  .p-care-score {
    padding: 40rem 0;
  }
}
.p-care-score__inner {
  max-width: 1232rem;
  margin: 0 auto;
}
.p-care-score__inner.--border {
  border: 1rem solid #E2E8F0;
  padding: 40rem;
}
@media screen and (max-width: 768px) {
  .p-care-score__inner.--border {
    padding: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-care-score__inner {
    padding: 0 40rem;
  }
}
.p-care-score__content {
  display: flex;
  align-items: center;
  gap: 80rem;
}
@media screen and (max-width: 768px) {
  .p-care-score__content {
    flex-direction: column;
    gap: 40rem;
    flex-direction: column-reverse;
  }
}
.p-care-score__text-content {
  flex: 1;
}
.p-care-score__header {
  margin-bottom: 32rem;
}
.p-care-score__category {
  color: #64748B;
  font-family: "Lato", sans-serif;
  font-size: 14rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 8rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-care-score__category {
    font-size: 24rem;
  }
}
.p-care-score__title {
  color: #020617;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 28rem;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-care-score__title {
    font-size: 34rem;
  }
}
.p-care-score__description {
  color: #020617;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 0 0 40rem;
}
@media screen and (max-width: 768px) {
  .p-care-score__description {
    font-size: 26rem;
  }
}
.p-care-score__button {
  display: inline-flex;
  align-items: center;
  gap: 12rem;
  padding: 12rem 16rem;
  background: #FFFFFF;
  border: 1px solid #CBD5E1;
  border-radius: 24rem;
  color: #0E7B8E;
  text-decoration: none;
  transition: all 0.6s ease;
}
.p-care-score__button:hover {
  background: #F1F5F9;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-care-score__button {
    border-radius: 100rem;
    padding: 20rem 30rem;
    padding-left: 40rem;
    text-align: center;
    font-size: 26rem;
    line-height: 1.4;
  }
}
.p-care-score__button-text {
  color: #0E7B8E;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16rem;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-care-score__button-text {
    font-size: 24rem;
  }
}
.p-care-score__button-arrow {
  flex-shrink: 0;
}
.p-care-score__image {
  flex: 1;
  max-width: 498rem;
}
@media screen and (max-width: 768px) {
  .p-care-score__image {
    max-width: 100%;
  }
}
.p-care-score__screenshot {
  width: 100%;
  height: auto;
  border-radius: 8rem;
  box-shadow: 0 4rem 16rem rgba(0, 0, 0, 0.1);
}

.p-works {
  padding: 80rem 0;
  padding-bottom: 0rem;
}
@media screen and (max-width: 768px) {
  .p-works {
    padding: 40rem 0;
  }
}
.p-works__inner {
  max-width: 1232rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-works__inner {
    padding: 0 40rem;
  }
}
.p-works__header {
  margin-bottom: 30rem;
}
@media screen and (max-width: 768px) {
  .p-works__header {
    margin-bottom: 40rem;
  }
}
.p-works__category {
  color: #64748B;
  font-family: "Lato", sans-serif;
  font-size: 14rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 8rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-works__category {
    font-size: 24rem;
  }
}
.p-works__title {
  color: #020617;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 32rem;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-works__title {
    font-size: 34rem;
  }
}
.p-works__grid {
  display: grid;
  grid-template-columns: repeat(4, 290rem);
  gap: 14rem;
}
@media screen and (max-width: 1280px) {
  .p-works__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-works__grid {
    grid-template-columns: 1fr;
    gap: 24rem;
  }
}
.p-works__card {
  background: #FFFFFF;
  border-radius: 8rem;
  overflow: hidden;
  transition: transform 0.6s ease;
}
.p-works__card:hover {
  transform: translateY(-4rem);
}
@media screen and (max-width: 768px) {
  .p-works__card {
    display: flex;
    align-items: flex-start;
    gap: 24rem;
  }
}
.p-works__image {
  width: 100%;
  height: 217.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-works__image {
    width: 140rem;
    height: 140rem;
    flex-shrink: 0;
    border-radius: 6rem;
  }
}
.p-works__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.p-works__card:hover .p-works__img {
  transform: scale(1.05);
}
.p-works__content {
  padding: 20rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-works__content {
    padding: 0;
    flex: 1;
  }
}
.p-works__card-title {
  color: #020617;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 0 16rem;
}
@media screen and (max-width: 768px) {
  .p-works__card-title {
    font-size: 24rem;
    margin: 0 0 10rem;
  }
}
.p-works__date {
  color: #64748B;
  font-family: "Lato", sans-serif;
  font-size: 12rem;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-works__date {
    font-size: 20rem;
  }
}
.p-works__cta {
  margin-top: 60rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-works__cta {
    margin-top: 40rem;
  }
}
.p-works__button {
  display: inline-flex;
  align-items: center;
  gap: 12rem;
  padding: 12rem 16rem;
  background: #FFFFFF;
  border: 1px solid #CBD5E1;
  border-radius: 24rem;
  color: #0E7B8E;
  text-decoration: none;
  transition: all 0.6s ease;
  border-radius: 100rem;
}
.p-works__button:hover {
  background: #F1F5F9;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-works__button {
    border-radius: 100rem;
    padding: 20rem 30rem;
    padding-left: 40rem;
    text-align: center;
    font-size: 26rem;
    line-height: 1.4;
  }
}
.p-works__button-text {
  color: #0E7B8E;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16rem;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-works__button-text {
    font-size: 24rem;
  }
}
.p-works__button-arrow {
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .p-framework {
    padding: 0 40rem;
  }
}
.p-framework__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32rem;
}
@media screen and (max-width: 768px) {
  .p-framework__grid {
    grid-template-columns: 1fr;
    gap: 24rem;
  }
}
.p-framework__item {
  background: #ffffff;
  border-radius: 8rem;
  overflow: hidden;
}
.p-framework__figure {
  margin: 0;
}
.p-framework__figure img {
  width: 100%;
  height: 360rem;
  display: block;
}
.p-framework__header {
  padding: 24rem 0 16rem;
}
.p-framework__label {
  color: #64748B;
  font-family: "Lato", sans-serif;
  font-size: 14rem;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 8rem;
}
@media screen and (max-width: 768px) {
  .p-framework__label {
    font-size: 24rem;
  }
}
.p-framework__title {
  color: #020617;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 24rem;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-framework__title {
    font-size: 42rem;
  }
}
.p-framework__description {
  color: #020617;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 0;
  padding: 0 0 24rem;
}
@media screen and (max-width: 768px) {
  .p-framework__description {
    font-size: 28rem;
    padding: 0 0 16rem;
  }
}
.p-framework__references {
  padding: 0 0 24rem;
}
@media screen and (max-width: 768px) {
  .p-framework__references {
    padding: 0 0 16rem;
  }
}
.p-framework__references-title {
  color: #64748B;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16rem;
  font-weight: 300;
  letter-spacing: 0;
  margin: 0 0 8rem;
}
@media screen and (max-width: 768px) {
  .p-framework__references-title {
    font-size: 28rem;
  }
}
.p-framework__references-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-framework__references-list li {
  color: #020617;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16rem;
  font-weight: 300;
  letter-spacing: 0;
  padding-left: 20rem;
  position: relative;
  margin-bottom: 4rem;
}
.p-framework__references-list li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-framework__references-list li {
    font-size: 28rem;
    padding-left: 16rem;
  }
}

@media screen and (max-width: 768px) {
  .p-research-papers {
    padding: 0 40rem;
  }
}
.p-research-papers__year-group {
  margin-bottom: 32rem;
}
.p-research-papers__year-group:last-child {
  margin-bottom: 0;
}
.p-research-papers__year-header {
  background: #F1F5F9;
  border: 1rem solid #E2E8F0;
  padding: 16rem 0;
  text-align: center;
  margin-bottom: 0;
}
.p-research-papers__year {
  color: #020617;
  font-family: "Lato", sans-serif;
  font-size: 16rem;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-research-papers__year {
    font-size: 28rem;
  }
}
.p-research-papers__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-research-papers__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24rem 0;
  border-bottom: 1rem solid #E2E8F0;
  position: relative;
}
.p-research-papers__item:last-child {
  border-bottom: 1rem solid #E2E8F0;
}
.p-research-papers__item a {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0rem;
  margin: 0rem;
  display: block;
}
.p-research-papers__item a:hover {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
@media screen and (max-width: 768px) {
  .p-research-papers__item {
    padding: 30rem 0;
    align-items: flex-start;
    gap: 16rem;
  }
}
.p-research-papers__content {
  flex: 1;
  min-width: 0;
}
.p-research-papers__title {
  color: #020617;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 0 8rem 0;
}
@media screen and (max-width: 768px) {
  .p-research-papers__title {
    font-size: 24rem;
  }
}
.p-research-papers__date {
  color: #64748B;
  font-family: "Lato", sans-serif;
  font-size: 12rem;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-research-papers__date {
    font-size: 20rem;
  }
}
.p-research-papers__link {
  flex-shrink: 0;
  margin-left: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem;
  border-radius: 4rem;
  transition: background-color 0.2s ease;
}
.p-research-papers__link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.p-research-papers__link svg {
  width: 18rem;
  height: 15rem;
}
@media screen and (max-width: 750px) {
  .p-research-papers__link svg {
    width: 40rem;
    height: 40rem;
  }
}
@media screen and (max-width: 750px) {
  .p-research-papers__link {
    margin-left: 0;
    align-self: center;
  }
}

.p-carescore-background {
  padding: 80rem 0;
  padding-top: 275rem;
  background: url(../img/bg_wave_2.svg);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .p-carescore-background {
    padding: 100rem 0;
    padding-top: 200rem;
  }
}
.p-carescore-background__inner {
  max-width: 1232rem;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .p-carescore-background__inner {
    padding: 0 40rem;
  }
}
.p-carescore-background__layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60rem;
}
@media screen and (max-width: 750px) {
  .p-carescore-background__layout {
    flex-direction: column;
    gap: 60rem;
  }
}
.p-carescore-background__content {
  order: 1;
  padding-right: 0;
}
@media screen and (max-width: 750px) {
  .p-carescore-background__content {
    order: 1;
    padding-right: 0;
  }
}
.p-carescore-background__image {
  order: 2;
  width: 672rem;
}
@media screen and (max-width: 750px) {
  .p-carescore-background__image {
    order: 2;
    width: 100%;
  }
}
.p-carescore-background__image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-carescore-background__header {
  margin-bottom: 32rem;
}
@media screen and (max-width: 750px) {
  .p-carescore-background__header {
    margin-bottom: 40rem;
  }
}
.p-carescore-background__label {
  color: #64748B;
  font-family: "Lato", sans-serif;
  font-size: 14rem;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 10rem;
}
@media screen and (max-width: 750px) {
  .p-carescore-background__label {
    font-size: 24rem;
    margin-bottom: 16rem;
  }
}
.p-carescore-background__title {
  color: #020617;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 32rem;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .p-carescore-background__title {
    font-size: 44rem;
    line-height: 1.4;
  }
}
.p-carescore-background__text-content {
  max-width: none;
}
.p-carescore-background__text {
  color: #020617;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 0 0 16rem;
}
.p-carescore-background__text sup {
  font-size: 10rem;
  color: #020617;
}
@media screen and (max-width: 750px) {
  .p-carescore-background__text sup {
    font-size: 18rem;
  }
}
@media screen and (max-width: 750px) {
  .p-carescore-background__text {
    font-size: 26rem;
    line-height: 1.8;
    margin: 0 0 24rem;
  }
  .p-carescore-background__text br {
    display: none;
  }
}
.p-carescore-background__footnote {
  color: #203F3E;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 10rem;
  font-weight: 300;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 16rem;
}
@media screen and (max-width: 750px) {
  .p-carescore-background__footnote {
    font-size: 20rem;
    margin-bottom: 24rem;
  }
}

.p-carescore-description {
  padding: 80rem 0;
}
@media screen and (max-width: 768px) {
  .p-carescore-description {
    padding: 60rem 0;
  }
}
.p-carescore-description__inner {
  max-width: 1200rem;
  margin: 0 auto;
  padding: 0 24rem;
}
@media screen and (max-width: 768px) {
  .p-carescore-description__inner {
    padding: 0 16rem;
  }
}
.p-carescore-description__content {
  max-width: 800rem;
  margin: 0 auto;
}
.p-carescore-description__text {
  color: #020617;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 0 0 28rem;
}
.p-carescore-description__text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-carescore-description__text {
    font-size: 14rem;
    margin-bottom: 24rem;
  }
}

.p-carescore-spec {
  padding: 80rem 0;
}
@media screen and (max-width: 750px) {
  .p-carescore-spec {
    padding: 80rem 0;
  }
}
.p-carescore-spec__inner {
  max-width: 1200rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-carescore-spec__inner {
    padding: 0 40rem;
  }
}
.p-carescore-spec__table {
  width: 100%;
  max-width: 1232rem;
  margin: 0 auto;
  border: 1px solid #E2E8F0;
  border-radius: 8rem;
  background: #ffffff;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (max-width: 750px) {
  .p-carescore-spec__table {
    border-radius: 16rem;
  }
}
.p-carescore-spec__row {
  border-bottom: 1px solid #E2E8F0;
}
.p-carescore-spec__row:last-child {
  border-bottom: none;
}
.p-carescore-spec__row--header {
  background: #F1F5F9;
}
.p-carescore-spec__cell {
  padding: 16rem;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14rem;
  font-weight: 300;
  letter-spacing: 0;
  color: #020617;
  border-right: 1px solid #E2E8F0;
  border-bottom: 1px solid #E2E8F0;
  text-align: left;
  vertical-align: top;
}
.p-carescore-spec__cell:last-child {
  border-right: none;
}
.p-carescore-spec__row:last-child .p-carescore-spec__cell {
  border-bottom: none;
}
.p-carescore-spec__row--header .p-carescore-spec__cell {
  color: #64748B;
}
@media screen and (max-width: 750px) {
  .p-carescore-spec__row--header .p-carescore-spec__cell {
    font-weight: 600;
  }
}
@media screen and (max-width: 750px) {
  .p-carescore-spec__cell {
    padding: 20rem 30rem;
    font-size: 24rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 750px) {
  .p-carescore-spec__cell:first-child {
    width: 180rem;
    flex-shrink: 0;
  }
}

.p-archive-filter-mobile {
  max-width: 1232rem;
  margin: 0 auto;
  padding: 0 24rem 44rem;
  display: flex;
  justify-content: center;
}
.p-archive-filter-mobile__button {
  display: flex;
  align-items: center;
  gap: 8rem;
  padding: 11rem 16rem;
  background: #FFFFFF;
  border: 1rem solid #CBD5E1;
  border-radius: 18rem;
  cursor: pointer;
  transition: all 0.6s ease;
}
@media screen and (max-width: 768px) {
  .p-archive-filter-mobile__button {
    gap: 14rem;
    padding: 16rem 28rem;
    border-radius: 32rem;
    border-radius: 50rem;
  }
}
.p-archive-filter-mobile__button:hover {
  background: #F8FAFC;
  border-color: #94A3B8;
}
.p-archive-filter-mobile__button:active {
  background: #E2E8F0;
  border-color: #64748B;
}
.p-archive-filter-mobile__button svg {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-archive-filter-mobile__button svg {
    width: 24rem;
    height: 24rem;
  }
}
.p-archive-filter-mobile__button span {
  color: #0E7B8E;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14rem;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-archive-filter-mobile__button span {
    font-size: 24rem;
  }
}

.p-archive {
  max-width: 1232rem;
  margin: 0 auto;
  padding: 0 40rem;
  display: flex;
  gap: 48rem;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-archive {
    padding: 0 24rem;
    flex-direction: column;
    gap: 100rem;
  }
}

.p-archive-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40rem;
}

.p-archive-article {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 942rem;
  height: 180rem;
  overflow: hidden;
  position: relative;
}
.p-archive-article__content {
  flex: 1;
  padding: 0 24rem;
  max-width: 702rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16rem;
}
.p-archive-article__date {
  color: #64748B;
  font-family: "Lato", sans-serif;
  font-size: 12rem;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  order: 3;
}
.p-archive-article__text {
  display: flex;
  align-items: center;
  order: 2;
}
.p-archive-article__title {
  color: #020617;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
}
.p-archive-article__label {
  order: 1;
}
.p-archive-article__badge {
  display: inline-block;
  padding: 6rem 12rem;
  background: linear-gradient(90deg, #0E7B8E 0%, #479AA9 100%);
  color: #FAFAFA;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12rem;
  font-weight: 600;
  letter-spacing: 0;
  border-radius: 50rem;
}
.p-archive-article__visual {
  width: 240rem;
  height: 180rem;
  margin: 0;
  flex-shrink: 0;
}
.p-archive-article__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-archive-article__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-archive-article {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    height: auto;
    gap: 24rem;
  }
  .p-archive-article__content {
    max-width: 100%;
    padding: 0;
    flex: 1;
    justify-content: flex-start;
  }
  .p-archive-article__date {
    margin-bottom: 0rem;
    font-size: 20rem;
    line-height: 1;
  }
  .p-archive-article__title {
    font-size: 25rem;
  }
  .p-archive-article__label {
    margin-bottom: 0rem;
  }
  .p-archive-article__badge {
    font-size: 20rem;
    padding: 0rem 15rem;
  }
  .p-archive-article__visual {
    width: 140rem;
    height: 140rem;
    flex-shrink: 0;
  }
}

.p-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12rem;
  margin-top: 40rem;
}
.p-pagination__numbers {
  display: flex;
  align-items: center;
  gap: 12rem;
}
.p-pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36rem;
  padding: 0 16rem;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14rem;
  font-weight: 600;
  letter-spacing: 0;
  color: #0A0A0A;
  text-decoration: none;
  border-radius: 8rem;
  transition: all 0.2s ease;
}
.p-pagination__link--active {
  background: white;
  border: 1px solid #E5E5E5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  min-width: 36rem;
  width: 36rem;
  padding: 0;
}
.p-pagination__link--prev {
  gap: 8rem;
}
.p-pagination__link--prev:hover {
  background: #F5F5F5;
  color: #171717;
}
.p-pagination__link--prev svg {
  width: 5rem;
  height: 9rem;
}
.p-pagination__link--next {
  gap: 8rem;
}
.p-pagination__link--next:hover {
  background: #F5F5F5;
  color: #171717;
}
.p-pagination__link--next svg {
  width: 5rem;
  height: 9rem;
}
.p-pagination__link--dots {
  gap: 2rem;
}
.p-pagination__link--dots span {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #0A0A0A;
}
.p-pagination__link:not(.p-pagination__link--prev):not(.p-pagination__link--next):not(.p-pagination__link--dots):not(.p-pagination__link--active) {
  min-width: 36rem;
  width: 36rem;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-pagination {
    gap: 8rem;
    margin-top: 32rem;
  }
  .p-pagination__link {
    padding: 0 12rem;
    font-size: 24rem;
    height: 56rem;
    min-width: 56rem;
  }
  .p-pagination__link--active {
    min-width: 56rem;
    width: 56rem;
    padding: 0;
  }
  .p-pagination__link:not(.p-pagination__link--prev):not(.p-pagination__link--next):not(.p-pagination__link--dots):not(.p-pagination__link--active) {
    min-width: 56rem;
    width: 56rem;
    padding: 0;
  }
}

.p-category-filter {
  width: 218rem;
  background: #FAF6F3;
  border-radius: 8rem;
  padding: 24rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-category-filter {
    width: 100%;
    padding: 40rem;
    border-radius: 16rem;
    display: none;
  }
}
.p-category-filter__title {
  color: #020617;
  font-family: "Lato", sans-serif;
  font-size: 14rem;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 24rem;
}
@media screen and (max-width: 768px) {
  .p-category-filter__title {
    font-size: 24rem;
    margin: 0 0 40rem;
  }
}
.p-category-filter__list {
  display: flex;
  flex-direction: column;
  gap: 12rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-category-filter__list {
    gap: 20rem;
  }
}
.p-category-filter__item {
  list-style: none;
}
.p-category-filter__label {
  display: flex;
  align-items: center;
  gap: 8rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-category-filter__label {
    gap: 14rem;
  }
}
.p-category-filter__radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 24rem;
  height: 24rem;
  border: 1rem solid #E2E8F0;
  border-radius: 50%;
  background: white;
  position: relative;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-category-filter__radio {
    width: 40rem;
    height: 40rem;
    border-width: 2rem;
  }
}
.p-category-filter__radio:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10rem;
  height: 10rem;
  background: #0E7B8E;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-category-filter__radio:checked::after {
    width: 16rem;
    height: 16rem;
  }
}
.p-category-filter__text {
  color: #020617;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14rem;
  font-weight: 300;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-category-filter__text {
    font-size: 24rem;
  }
}

.p-article-header {
  max-width: 760rem;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-article-header {
    padding: 0 24rem;
  }
}
.p-article-header__title {
  color: #020617;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 28rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-article-header__title {
    font-size: 35rem;
    line-height: 1.4;
  }
}
.p-article-header__meta {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 12rem;
  margin: 0 0 16rem;
}
@media screen and (max-width: 750px) {
  .p-article-header__meta {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 20rem;
    margin: 0 0 32rem;
  }
}
.p-article-header__date {
  color: #64748B;
  font-family: "Lato", sans-serif;
  font-size: 12rem;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-article-header__date {
    font-size: 20rem;
  }
}
.p-article-header__badge {
  display: inline-block;
  padding: 4rem 8rem;
  background: linear-gradient(90deg, #0E7B8E 0%, #479AA9 100%);
  color: #FAFAFA;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12rem;
  font-weight: 600;
  letter-spacing: 0;
  border-radius: 50rem;
}
@media screen and (max-width: 768px) {
  .p-article-header__badge {
    font-size: 20rem;
    padding: 0rem 16rem;
  }
}

.p-social-share {
  display: flex;
  align-items: center;
  gap: 16rem;
  margin: 24rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-social-share {
    gap: 28rem;
    margin: 70rem 0 0;
    padding: 0 24rem;
  }
}
.p-social-share__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24rem;
  height: 24rem;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 768px) {
  .p-social-share__item {
    width: 40rem;
    height: 40rem;
  }
}
.p-social-share__item img {
  width: 24rem;
  height: 24rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-social-share__item img {
    width: 40rem;
    height: 40rem;
  }
}

.p-blog-content {
  max-width: 760rem;
  margin: 0;
  padding: 40rem 0 0;
}
.p-blog-content__figure {
  padding-bottom: 40rem;
}
.p-blog-content .p-blog-content__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32rem;
  padding-bottom: 20rem;
}
@media screen and (max-width: 768px) {
  .p-blog-content {
    padding: 64rem 24rem 0;
    gap: 56rem;
  }
}
.p-blog-content figure {
  margin: 0;
}
.p-blog-content figure img {
  width: 100%;
  height: auto;
  display: block;
}
.p-blog-content h2 {
  color: #020617;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20rem;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  padding: 20rem 0 20rem 12rem;
  position: relative;
  width: 100%;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .p-blog-content h2 {
    font-size: 28rem;
    padding: 34rem 0 34rem 20rem;
  }
}
.p-blog-content h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #000000;
}
.p-blog-content h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #000000;
}
.p-blog-content h3 {
  color: #020617;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20rem;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  padding-bottom: 20rem;
  position: relative;
  width: 100%;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .p-blog-content h3 {
    font-size: 34rem;
    padding-bottom: 34rem;
  }
}
.p-blog-content h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #E2E8F0;
}
.p-blog-content p {
  color: #020617;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-blog-content p {
    font-size: 23rem;
    line-height: 1.8;
  }
}
.p-blog-content a {
  color: #0E7B8E;
}
.p-blog-content ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  background: #f6f3f2;
  padding: 30rem;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-blog-content ul {
    margin: 40rem 0;
  }
}
.p-blog-content ul li {
  color: #020617;
  font-size: 16rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.75;
  padding-left: 24rem;
  position: relative;
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .p-blog-content ul li {
    font-size: 23rem;
    line-height: 1.8;
    padding-left: 40rem;
    margin-bottom: 20rem;
  }
}
.p-blog-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6rem;
  height: 6rem;
  background-color: #0E7B8E;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-blog-content ul li::before {
    width: 10rem;
    height: 10rem;
  }
}
.p-blog-content ul li:last-child {
  margin-bottom: 0;
}
.p-blog-content ul li ul {
  padding: 0rem;
}
.p-blog-content .p-blog-content__link {
  color: #0E7B8E;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16rem;
  font-weight: 300;
  letter-spacing: 0;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  gap: 8rem;
  transition: color 0.6s ease;
}
.p-blog-content .p-blog-content__link::after {
  content: "";
  display: inline-block;
  width: 12rem;
  height: 10rem;
  background-image: url("../img/link_blank_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-blog-content .p-blog-content__link::after {
    width: 20rem;
    height: 16rem;
  }
}
.p-blog-content .p-blog-content__link svg,
.p-blog-content .p-blog-content__link svg path {
  transition: stroke 0.6s ease, fill 0.6s ease;
}
.p-blog-content .p-blog-content__link:hover {
  color: #000;
}
.p-blog-content .p-blog-content__link:hover svg,
.p-blog-content .p-blog-content__link:hover svg path {
  stroke: #000 !important;
  fill: #000 !important;
}
@media screen and (max-width: 768px) {
  .p-blog-content .p-blog-content__link {
    font-size: 28rem;
    gap: 14rem;
  }
}
.p-blog-content .p-blog-content__link svg {
  width: 12rem;
  height: 10rem;
}
@media screen and (max-width: 768px) {
  .p-blog-content .p-blog-content__link svg {
    width: 20rem;
    height: 18rem;
  }
}
.p-blog-content .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  z-index: -2;
  gap: 8rem;
  padding: 12rem 34rem;
  background: linear-gradient(90deg, #0E7B8E 0%, #479AA9 100%);
  border-radius: 24rem;
  color: #F8FAFC;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16rem;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
  border: 1px solid #0E7B8E;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.8s ease-in-out;
}
.p-blog-content .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 24rem;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  z-index: -1;
}
.p-blog-content .wp-block-button__link > * {
  position: relative;
  z-index: 2;
}
.p-blog-content .wp-block-button__link svg,
.p-blog-content .wp-block-button__link svg path {
  transition: stroke 0.8s ease-in-out;
}
.p-blog-content .wp-block-button__link:hover {
  color: #0E7B8E;
}
.p-blog-content .wp-block-button__link:hover::before {
  opacity: 1;
}
.p-blog-content .wp-block-button__link:hover svg,
.p-blog-content .wp-block-button__link:hover svg path {
  stroke: #0E7B8E !important;
}
@media screen and (max-width: 768px) {
  .p-blog-content .wp-block-button__link {
    font-size: 28rem;
    gap: 14rem;
    padding: 20rem 56rem;
    border-radius: 40rem;
  }
}
.p-blog-content .wp-block-button__link svg {
  width: 12rem;
  height: 5rem;
}
@media screen and (max-width: 768px) {
  .p-blog-content .wp-block-button__link svg {
    width: 20rem;
    height: 10rem;
  }
}

.p-back-link {
  max-width: 760rem;
  border-top: 1px solid #E2E8F0;
  padding-top: 40rem;
  margin-top: 40rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-back-link {
    padding: 64rem 24rem 0;
    margin-top: 64rem;
  }
}
.p-back-link__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12rem;
  padding: 12rem 28rem;
  background: white;
  border: 1px solid #CBD5E1;
  border-radius: 23.5rem;
  min-width: 240rem;
  color: #0E7B8E;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16rem;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 768px) {
  .p-back-link__button {
    font-size: 28rem;
    gap: 20rem;
    padding: 20rem 46rem;
    border-radius: 40rem;
    min-width: 400rem;
  }
}
.p-back-link__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-back-link__icon svg {
  width: 12rem;
  height: 5rem;
}
@media screen and (max-width: 768px) {
  .p-back-link__icon svg {
    width: 20rem;
    height: 10rem;
  }
}
.p-back-link__text {
  color: #0E7B8E;
}

.p-latest-news {
  width: 392rem;
  padding-bottom: 40rem;
}
@media screen and (max-width: 750px) {
  .p-latest-news {
    width: 100%;
    padding-bottom: 56rem;
  }
}
.p-latest-news__title {
  color: #020617;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20rem;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 32rem;
}
@media screen and (max-width: 750px) {
  .p-latest-news__title {
    font-size: 34rem;
    margin: 0 0 40rem;
  }
}
.p-latest-news__list {
  display: flex;
  flex-direction: column;
  gap: 32rem;
}
@media screen and (max-width: 750px) {
  .p-latest-news__list {
    gap: 40rem;
  }
}
.p-latest-news__item {
  display: flex;
  gap: 16rem;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-latest-news__item {
    gap: 24rem;
  }
}
.p-latest-news__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-decoration: none;
}
.p-latest-news__figure {
  width: 80rem;
  height: 60rem;
  margin: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .p-latest-news__figure {
    width: 160rem;
    height: 120rem;
  }
}
.p-latest-news__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-latest-news__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media screen and (max-width: 750px) {
  .p-latest-news__content {
    gap: 12rem;
  }
}
.p-latest-news__badge {
  display: inline-block;
  padding: 4rem 8rem;
  background: linear-gradient(90deg, #0E7B8E 0%, #479AA9 100%);
  color: #FAFAFA;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12rem;
  font-weight: 600;
  letter-spacing: 0;
  border-radius: 50rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .p-latest-news__badge {
    font-size: 20rem;
    padding: 0rem 18rem;
    font-szie: 1em;
  }
}
.p-latest-news__item-title {
  color: #020617;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .p-latest-news__item-title {
    font-size: 26rem;
    line-height: 1.6;
  }
}
.p-latest-news__date {
  color: #64748B;
  font-family: "Lato", sans-serif;
  font-size: 12rem;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .p-latest-news__date {
    font-size: 22rem;
  }
}

.p-breadcrumb {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 0;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  padding-bottom: 80rem;
  flex-wrap: wrap;
  line-height: 24rem;
  max-width: calc(100% - 80rem);
}
@media screen and (max-width: 750px) {
  .p-breadcrumb {
    padding: 0 24rem;
    padding-bottom: 60rem;
    padding-top: 30rem;
    height: auto;
    min-height: 44rem;
    flex-wrap: wrap;
  }
}
.p-breadcrumb__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .p-breadcrumb__item {
    height: auto;
  }
}
.p-breadcrumb__item--current .p-breadcrumb__text {
  color: #020617;
}
.p-breadcrumb__link {
  display: flex;
  align-items: center;
  gap: 8rem;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.p-breadcrumb__text {
  color: #64748B;
  font-size: 14rem;
  ine-height: 24rem;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .p-breadcrumb__text {
    font-size: 20rem;
  }
}
.p-breadcrumb__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4rem;
  margin-right: 10rem;
}
.p-breadcrumb__arrow svg {
  width: 5rem;
  height: 8rem;
}

/* =========================================
   Mobile Responsiveness Additions
   ========================================= */
@media screen and (max-width: 750px) {
  .u-sp-pt-300 {
    padding-top: 300rem;
  }
  /* Mobile Menu Overlay */
  .p-header-main__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 1000;
    padding: 100rem 24rem 40rem;
    overflow-y: auto;
    box-sizing: border-box;
    transition: opacity 0.6s ease;
  }
  .p-header-main__nav.is-open {
    display: block;
    -webkit-animation: fadeIn 0.6s ease;
            animation: fadeIn 0.6s ease;
    padding-top: 240rem;
  }
  .p-header-main__nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32rem;
    width: 100%;
  }
  .p-header-main__nav li {
    width: 100%;
    text-align: center;
    margin-bottom: 20rem;
  }
  .p-header-main__nav a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #020617;
    padding: 12rem 0;
  }
  .p-header-main__nav a:after {
    display: none;
    /* Remove hover underline on mobile */
  }
  /* Toggle Button Active State */
  .p-header-main__toggle {
    position: relative;
    z-index: 1001;
  }
  .p-header-main__toggle.is-active span:nth-child(1) {
    transform: rotate(45deg) translate(5.5rem, 5.5rem);
  }
  .p-header-main__toggle.is-active span:nth-child(2) {
    opacity: 0;
  }
  .p-header-main__toggle.is-active span:nth-child(3) {
    transform: rotate(-45deg) translate(5.5rem, -5.5rem);
  }
  .p-header-main__toggle.is-active span {
    transition: all 0.6s ease;
  }
  /* Body Scroll Lock */
  body.is-locked {
    overflow: hidden;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.scroll-fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.scroll-fade-in .scroll-fade-child {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.scroll-fade-in.is-visible .scroll-fade-child {
  opacity: 1;
  transform: translateY(0);
}

.scroll-fade-in.is-visible .scroll-fade-child:nth-child(1) {
  transition-delay: 0.1s;
}

.scroll-fade-in.is-visible .scroll-fade-child:nth-child(2) {
  transition-delay: 0.2s;
}

.scroll-fade-in.is-visible .scroll-fade-child:nth-child(3) {
  transition-delay: 0.3s;
}

.scroll-fade-in.is-visible .scroll-fade-child:nth-child(4) {
  transition-delay: 0.4s;
}

.scroll-fade-in.is-visible .scroll-fade-child:nth-child(5) {
  transition-delay: 0.5s;
}

.p-section-mv__inner {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.p-section-mv__inner.is-loaded {
  opacity: 1;
  transform: translateY(0);
}

.u-sp-only {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .u-sp-only {
    display: block !important;
  }
}

@media screen and (max-width: 750px) {
  .u-pc-only {
    display: none !important;
  }
}

.u-color-orange {
  color: #E07A5F;
}

.u-color-green {
  color: #0E7B8E;
}

.c-bg-sub-header:before {
  content: "";
  background: url("../img/bg_sub_header.webp");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 60rem;
  width: 100%;
  position: absolute;
  top: 100rem;
  left: 0;
  height: 500rem;
  display: block;
}
@media screen and (max-width: 750px) {
  .c-bg-sub-header:before {
    background: url("../img/bg_sub_header_sp.webp");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 60rem;
    display: block;
    height: 800rem;
    top: 100rem;
  }
}

.c-bg-wave-top {
  background: url("../img/bg_wave_2.svg");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

.u-pt-275 {
  padding-top: 275rem;
}

.u-mt-70 {
  margin-top: 70rem;
}

.u-pb-0 {
  padding-bottom: 0;
}

.u-mb-145rem {
  margin-bottom: 145rem;
}

.u-pt-0 {
  padding-top: 0;
}

.u-body-bg-2:before {
  content: "";
  background: linear-gradient(180deg, rgb(244, 235, 230) 0%, rgba(246, 238, 234, 0.5) 50%, rgba(247, 241, 237, 0) 100%);
  position: absolute;
  inset: 0;
  z-index: -1;
  height: 340rem;
  width: 100%;
  display: block;
}

@media screen and (max-width: 750px) {
  .u-sp-mt-25 {
    margin-top: 25rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-mt-30 {
    margin-top: 30rem;
  }
}

.p-board-member-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.p-board-member-modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.p-board-member-modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 6, 23, 0.4);
  -webkit-backdrop-filter: blur(4rem);
          backdrop-filter: blur(4rem);
}
.p-board-member-modal__container {
  position: relative;
  z-index: 1001;
  max-width: 1232rem;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
}
@media screen and (max-width: 750px) {
  .p-board-member-modal__container {
    width: 95%;
  }
}
.p-board-member-modal__content {
  background: #FFFFFF;
  border-radius: 16rem;
  padding: 64rem;
  position: relative;
  box-shadow: 0 25rem 50rem rgba(2, 6, 23, 0.25);
}
@media screen and (max-width: 750px) {
  .p-board-member-modal__content {
    padding: 42rem;
    border-radius: 16rem;
  }
}
.p-board-member-modal__close {
  position: absolute;
  top: 32rem;
  right: 32rem;
  width: 48rem;
  height: 48rem;
  background: none;
  border: 1rem solid #0E7B8E;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
  z-index: 1002;
}
@media screen and (max-width: 750px) {
  .p-board-member-modal__close {
    top: 20rem;
    right: 20rem;
    width: 64rem;
    height: 64rem;
  }
}
.p-board-member-modal__close:hover {
  background: rgba(100, 116, 139, 0.1);
}
.p-board-member-modal__close svg {
  width: 24rem;
  height: 24rem;
}
@media screen and (max-width: 750px) {
  .p-board-member-modal__close svg {
    width: 32rem;
    height: 32rem;
  }
}
.p-board-member-modal .p-section-board-member__body {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 48rem;
  transition: opacity 0.6s ease;
}
@media screen and (max-width: 750px) {
  .p-board-member-modal .p-section-board-member__body {
    flex-direction: column;
    gap: 32rem;
  }
}
.p-board-member-modal .p-section-board-member__figure {
  flex: 0 0 360rem;
  border-radius: 18rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-board-member-modal .p-section-board-member__figure {
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
    border-radius: 36rem;
  }
}
.p-board-member-modal .p-section-board-member__figure img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 750px) {
  .p-board-member-modal .p-section-board-member__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-board-member-modal .p-section-board-member__content {
  flex: 1;
  border-radius: 24rem;
  padding: 0;
  transition: opacity 0.6s ease;
}
@media screen and (max-width: 750px) {
  .p-board-member-modal .p-section-board-member__content {
    padding: 0;
  }
}
.p-board-member-modal .p-section-board-member__name {
  font-size: 26rem;
  font-weight: 600;
  margin-bottom: 8rem;
}
@media screen and (max-width: 750px) {
  .p-board-member-modal .p-section-board-member__name {
    font-size: 52rem;
    margin-bottom: 16rem;
  }
}
.p-board-member-modal .p-section-board-member__position {
  font-size: 12rem;
  color: #4b5563;
  margin-bottom: 24rem;
}
@media screen and (max-width: 750px) {
  .p-board-member-modal .p-section-board-member__position {
    font-size: 24rem;
    margin-bottom: 48rem;
  }
}
.p-board-member-modal .p-section-board-member__intro {
  font-size: 14rem;
  line-height: 2;
  color: #1b1f28;
  margin-bottom: 28rem;
}
@media screen and (max-width: 750px) {
  .p-board-member-modal .p-section-board-member__intro {
    font-size: 28rem;
    line-height: 2;
    margin-bottom: 48rem;
  }
}
.p-board-member-modal .p-section-board-member__intro p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}
.p-board-member-modal .p-section-board-member__quote {
  position: relative;
  background: #F0EBE7;
  border-radius: 18rem;
  padding: 32rem 32rem 32rem 32rem;
  color: #1b1f28;
  line-height: 2;
  margin-bottom: 28rem;
}
@media screen and (max-width: 750px) {
  .p-board-member-modal .p-section-board-member__quote {
    border-radius: 36rem;
    padding: 48rem;
  }
}
.p-board-member-modal .p-section-board-member__quote-icon {
  position: absolute;
  top: -30rem;
  left: 24rem;
  font-size: 144rem;
  line-height: 1;
  color: #19a3b8;
  font-family: serif;
}
@media screen and (max-width: 750px) {
  .p-board-member-modal .p-section-board-member__quote-icon {
    top: -60rem;
    left: 48rem;
    font-size: 288rem;
  }
}
.p-board-member-modal .p-section-board-member__quote-text {
  font-size: 16rem;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .p-board-member-modal .p-section-board-member__quote-text {
    font-size: 28rem;
  }
}

.u-mt-0 {
  margin-top: 0rem !important;
}

@media screen and (max-width: 750px) {
  .u-sp-pt-150 {
    padding-top: 150rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-p-lr-24 {
    padding: 0 24rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-mb-30 {
    margin-bottom: 30rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-p-lr-40 {
    padding: 0 40rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-mt-120 {
    margin-top: 120rem !important;
  }
}

@media screen and (max-width: 1232px) and (min-width: 751px) {
  .u-u1232px-p-side-40 {
    padding-right: 40rem;
    padding-left: 40rem;
  }
}

.u-bg-icons {
  background-image: url("../img/bg_icons.png");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 110%;
}
@media screen and (max-width: 750px) {
  .u-bg-icons {
    background-image: none;
  }
}

.u-z-index-10 {
  z-index: 10;
}

.u-position-relative {
  position: relative;
}
/*# sourceMappingURL=styles.css.map */