@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;600;700&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  color: #434343;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
body.is-fixed {
  overflow-y: hidden;
}
@media screen and (max-width: 800px) {
  body {
    font-size: 1.4rem;
  }
}

.inner {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 800px) {
  .inner {
    max-width: 600px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 800px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 801px) {
  .sp-only {
    display: none;
  }
}

@keyframes lineRight {
  0% {
    transform: scaleX(1);
  }
  0% {
    transform: scaleX(0);
  }
}
@keyframes arrowRight {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  35% {
    transform: translateX(100%);
    opacity: 0;
  }
  75% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes arrowRight2 {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  35% {
    transform: translate(100%, -50%);
    opacity: 0;
  }
  75% {
    transform: translate(-100%, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes arrowLeft {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  35% {
    transform: translateX(-100%);
    opacity: 0;
  }
  75% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
.l-header {
  padding: 30px 40px 0;
}
@media screen and (max-width: 1039px) {
  .l-header {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 800px) {
  .l-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 999;
    backdrop-filter: blur(5px);
    height: 50px;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
}
.l-header__logo {
  max-width: 437px;
}
@media screen and (max-width: 1039px) {
  .l-header__logo {
    width: calc(100% - 50px);
    max-width: 246px;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 800px) {
  .l-header__nav {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    z-index: 1;
    left: 0;
    top: 0;
    padding: 110px 0 40px;
    overflow-y: scroll;
    transition: opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
  }
  .l-header__nav .c-btn-contact {
    margin-bottom: 30px;
  }
  .l-header__nav .c-list-subnav {
    padding: 0 20px;
  }
}
.l-header__ham {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: #1d6ebe;
  border-radius: 0 0 0 20px;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  .l-header__ham {
    display: block;
  }
}
.l-header__ham__item {
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s, transform 0.5s, margin 0.5s;
}
.l-header__ham__item:first-child {
  margin-top: -8px;
}
.l-header__ham__item:last-child {
  margin-top: 8px;
}
.l-header.is-active .l-header__nav {
  opacity: 1;
  visibility: visible;
}
.l-header.is-active .l-header__ham {
  background-color: #434343;
}
.l-header.is-active .l-header__ham__item:nth-child(2) {
  opacity: 0;
}
.l-header.is-active .l-header__ham__item:first-child {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(30deg);
}
.l-header.is-active .l-header__ham__item:last-child {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-30deg);
}

.l-footer:has(> .l-footer__cv) {
  padding-bottom: 500px;
  position: relative;
  z-index: 2;
}
.l-footer:has(> .l-footer__cv) .l-footer__inner {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-top: 80px;
}
@media screen and (max-width: 800px) {
  .l-footer:has(> .l-footer__cv) {
    padding-bottom: 600px;
  }
  .l-footer:has(> .l-footer__cv) .l-footer__inner {
    padding-top: 40px;
  }
}
.l-footer__cv {
  position: relative;
  z-index: 2;
}
.l-footer__cv::after {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -2px;
  z-index: -1;
}
@media screen and (min-width: 801px) {
  .l-footer__cv::before {
    content: "";
    width: 1px;
    height: calc(100% - 11.8vw);
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 7.6vw;
    pointer-events: none;
  }
}
.l-footer__cv .sp-only {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (min-width: 801px) {
  .l-footer__cv__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    pointer-events: none;
    padding-bottom: 2.78vw;
  }
}
@media screen and (max-width: 800px) {
  .l-footer__cv__inner {
    background: url(../img/common/f_bg_sp.png) no-repeat center center/100% 100%;
    padding: 80px 0 50px;
    pointer-events: none;
  }
}
.l-footer__cv__inner .inner {
  width: 100%;
  position: relative;
}
.l-footer__cv__txt {
  width: 50%;
  padding-right: 40px;
}
@media screen and (max-width: 800px) {
  .l-footer__cv__txt {
    width: 100%;
    padding-right: 0;
  }
}
.l-footer__cv__txt .c-hdg1 {
  margin-bottom: 35px;
}
@media screen and (max-width: 999px) {
  .l-footer__cv__txt .c-hdg1 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 800px) {
  .l-footer__cv__txt .c-hdg1 {
    margin-bottom: 20px;
  }
}
.l-footer__cv__txt p {
  font-size: 2rem;
  font-weight: normal;
  max-width: 400px;
}
@media screen and (max-width: 800px) {
  .l-footer__cv__txt p {
    font-size: 1.6rem;
  }
}
.l-footer__cv__arrow {
  width: 120px;
  height: 120px;
}
@media screen and (min-width: 801px) {
  .l-footer__cv__arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 800px) {
  .l-footer__cv__arrow {
    width: 60px;
    height: 60px;
    position: static;
    margin: 20px 0 0 auto;
    position: relative;
  }
}
.l-footer__cv__arrow::before, .l-footer__cv__arrow::after {
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.l-footer__cv__arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  z-index: 1;
  transition: 0.4s transform;
}
.l-footer__cv__arrow::after {
  content: "→";
  color: #27517b;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  z-index: 2;
  top: 48%;
}
@media screen and (max-width: 800px) {
  .l-footer__cv__arrow::after {
    font-size: 2.5rem;
  }
}
.l-footer__cv:hover .l-footer__cv__arrow::before {
  transform: translate(-50%, -50%) scale(1.1);
}
.l-footer__cv:hover .l-footer__cv__arrow::after {
  animation: arrowRight2 0.4s linear forwards;
}
.l-footer__inner {
  padding: 0 0 100px;
}
@media screen and (max-width: 800px) {
  .l-footer__inner {
    padding: 0 0 30px;
  }
}
.l-footer__main {
  display: flex;
  gap: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 800px) {
  .l-footer__main {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 801px) {
  .l-footer__add {
    width: calc(50% - 20px);
  }
}
.l-footer__add .u-fz20 {
  line-height: 1.6;
  margin-bottom: 30px;
}
.l-footer__add p:not(.u-fz20) {
  font-size: 1.4rem;
}
@media screen and (max-width: 800px) {
  .l-footer__add p:not(.u-fz20) {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 801px) {
  .l-footer__nav {
    width: 50%;
    display: flex;
  }
  .l-footer__nav .c-list-fnav {
    width: 45%;
  }
}
@media screen and (max-width: 800px) {
  .l-footer__nav .c-list-fnav {
    margin-bottom: 40px;
  }
}
.l-footer__copy {
  line-height: 1;
}
.l-footer__copy small {
  font-size: 1.2rem;
  font-weight: normal;
  word-break: break-all;
}
@media screen and (max-width: 800px) {
  .l-footer__copy small {
    font-size: 1rem;
  }
}
.l-footer--top .l-footer__cv::after {
  background-color: #edf2f5;
}

.l-main {
  position: relative;
  z-index: 3;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .l-main {
    padding-top: 50px;
  }
}
.l-main__sub {
  padding: 60px 0;
}
@media screen and (max-width: 800px) {
  .l-main__sub {
    padding: 30px 0;
  }
}
.l-main__sub .c-hdg1 {
  margin-bottom: 40px;
}
@media screen and (min-width: 801px) {
  .l-main__sub .c-hdg1 {
    color: #1d6ebe;
  }
}
@media screen and (max-width: 800px) {
  .l-main__sub .c-hdg1 {
    margin-bottom: 20px;
  }
}
.l-main__sub .breadcrumbs {
  line-height: 1;
  font-size: 1.2rem;
}
@media screen and (max-width: 800px) {
  .l-main__sub .breadcrumbs {
    font-size: 1rem;
  }
}
.l-main__sub .breadcrumbs > span {
  display: flex;
  white-space: nowrap;
  flex-wrap: wrap;
  gap: 1em;
}
.l-main__sub .breadcrumbs > span a {
  transition: color 0.3s;
}
.l-main__sub .breadcrumbs > span a:hover {
  color: #1d6ebe;
}
.l-main__sub .breadcrumbs > span :last-child {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.l-main--subpage {
  padding-bottom: 160px;
}
@media screen and (max-width: 800px) {
  .l-main--subpage {
    padding-bottom: 80px;
  }
}

.p-notfound {
  padding-top: 60px;
}

.c-hdg1 {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 800px) {
  .c-hdg1 {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
.c-hdg1__s {
  display: block;
  font-size: 4rem;
}
@media screen and (max-width: 800px) {
  .c-hdg1__s {
    font-size: 2.4rem;
  }
}
.c-hdg1__l {
  font-size: 6rem;
}
@media screen and (max-width: 800px) {
  .c-hdg1__l {
    font-size: 3.2rem;
  }
}
.c-hdg1__en {
  color: #1d6ebe;
  font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  text-transform: capitalize;
}
@media screen and (max-width: 800px) {
  .c-hdg1__en {
    font-size: 1.4rem;
    margin-bottom: 8px;
    gap: 5px;
  }
}
.c-hdg1__en::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #1d6ebe;
  border-radius: 50% 50% 0 50%;
}
@media screen and (max-width: 800px) {
  .c-hdg1__en::before {
    width: 15px;
    height: 15px;
  }
}
.c-hdg1.u-center .c-hdg1__en {
  justify-content: center;
}
.c-hdg1--white {
  color: #fff;
}
.c-hdg1--white .c-hdg1__en {
  color: #fff;
}
.c-hdg1--white .c-hdg1__en::before {
  background-color: #fff;
}

.c-hdg2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .c-hdg2 {
    font-size: 1.8rem;
  }
}
.c-hdg2__l {
  display: block;
  font-size: 3.2rem;
}
@media screen and (max-width: 800px) {
  .c-hdg2__l {
    font-size: 2.4rem;
  }
}

.c-hdg3 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .c-hdg3 {
    font-size: 2rem;
  }
}

.c-btn1 {
  display: block;
  width: fit-content;
  padding: 15px 68px 30px 10px;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  color: #1d6ebe;
  border-bottom: 2px solid #1d6ebe;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .c-btn1 {
    padding: 12px 50px 22px 10px;
    font-size: 1.6rem;
    border-bottom-width: 1px;
  }
}
.c-btn1::before, .c-btn1::after {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  right: 0;
  top: 0;
  position: absolute;
}
@media screen and (max-width: 800px) {
  .c-btn1::before, .c-btn1::after {
    width: 40px;
    height: 40px;
  }
}
.c-btn1::before {
  content: "→";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .c-btn1::before {
    font-size: 1.5rem;
  }
}
.c-btn1::after {
  background-color: #1d6ebe;
  z-index: 1;
  transition: transform 0.4s;
}
.c-btn1:hover::before {
  animation: arrowRight 0.4s linear forwards;
}
.c-btn1:hover::after {
  transform: scale(1.1);
}

.c-btn2 {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 15px;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 800px) {
  .c-btn2 {
    gap: 10px;
  }
}
.c-btn2::before, .c-btn2::after {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
@media screen and (max-width: 800px) {
  .c-btn2::before, .c-btn2::after {
    width: 40px;
    height: 40px;
  }
}
.c-btn2::before {
  content: "→";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  z-index: 2;
  right: 0;
  top: 0;
  position: absolute;
}
@media screen and (max-width: 800px) {
  .c-btn2::before {
    font-size: 1.5rem;
  }
}
.c-btn2::after {
  background-color: #434343;
  z-index: 1;
  transition: transform 0.4s;
}
.c-btn2:hover::before {
  animation: arrowRight 0.4s linear forwards;
}
.c-btn2:hover::after {
  transform: scale(1.1);
}

a:hover .c-btn2::before {
  animation: arrowRight 0.4s linear forwards;
}
a:hover .c-btn2::after {
  transform: scale(1.1);
}

.c-btn-contact {
  display: block;
  padding: 50px 20px 62px;
  background: url(../img/common/bg_contact.png) no-repeat center center/100% 100%;
  position: relative;
}
.c-btn-contact::before {
  content: "→";
  font-size: 2.5rem;
  font-weight: bold;
  color: #27517b;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 54px;
  padding-bottom: 4px;
}

.c-btn3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  max-width: 400px;
  height: 80px;
  margin: 0 auto;
  position: relative;
  background-color: #1d6ebe;
  border-radius: 40px;
}
@media screen and (max-width: 800px) {
  .c-btn3 {
    font-size: 1.6rem;
    height: 60px;
    max-width: 300px;
  }
}
.c-btn3__arrow {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .c-btn3__arrow {
    width: 40px;
    height: 40px;
  }
}
.c-btn3__arrow::before {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  right: 0;
  top: 0;
}
@media screen and (max-width: 800px) {
  .c-btn3__arrow::before {
    width: 40px;
    height: 40px;
  }
}
.c-btn3__arrow::before {
  content: "→";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #1d6ebe;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .c-btn3__arrow::before {
    font-size: 1.5rem;
  }
}
.c-btn3:hover .c-btn3__arrow::before {
  animation: arrowRight 0.4s linear forwards;
}

.c-btn-send {
  width: 100%;
  position: relative;
}
.c-btn-send a,
.c-btn-send input {
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  cursor: pointer;
  background-color: #434343;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 40px;
}
@media screen and (max-width: 800px) {
  .c-btn-send a,
  .c-btn-send input {
    height: 60px;
    line-height: 60px;
    font-size: 1.6rem;
  }
}
.c-btn-send__arrow {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  .c-btn-send__arrow {
    width: 40px;
    height: 40px;
  }
}
.c-btn-send__arrow::before {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  right: 0;
  top: 0;
}
@media screen and (max-width: 800px) {
  .c-btn-send__arrow::before {
    width: 40px;
    height: 40px;
  }
}
.c-btn-send__arrow::before {
  content: "→";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #1d6ebe;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .c-btn-send__arrow::before {
    font-size: 1.5rem;
  }
}
.c-btn-send:hover .c-btn-send__arrow::before {
  animation: arrowRight 0.4s linear forwards;
}
.c-btn-send--back a,
.c-btn-send--back input {
  background-color: #e1e1e1;
  color: #434343;
}
.c-btn-send--back .c-btn-send__arrow {
  right: unset;
  left: 15px;
}
.c-btn-send--back .c-btn-send__arrow::before {
  content: "←";
  color: #434343;
}
.c-btn-send--back:hover .c-btn-send__arrow::before {
  animation: arrowLeft 0.4s linear forwards;
}

.c-sec-round {
  padding: 100px 0 160px;
  border-radius: 60px 60px 0 0;
  margin-top: -60px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .c-sec-round {
    padding: 50px 0 90px;
    border-radius: 30px 30px 0 0;
    margin-top: -30px;
  }
}
.c-sec-round--blue {
  background-color: #edf2f5;
}

.c-sec-news {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 800px) {
  .c-sec-news {
    flex-direction: column;
  }
}
@media screen and (min-width: 801px) {
  .c-sec-news__side {
    width: 220px;
  }
}
@media screen and (max-width: 800px) {
  .c-sec-news__side {
    width: 100%;
  }
}
.c-sec-news__side__sticky {
  position: sticky;
  top: 40px;
}
@media screen and (min-width: 801px) {
  .c-sec-news__main {
    width: calc(100% - 260px);
    max-width: 750px;
  }
}

.c-card-box {
  border-radius: 10px;
  display: block;
}
@media screen and (max-width: 800px) {
  .c-card-box {
    border-radius: 5px;
  }
}
.c-card-box--white {
  background-color: #fff;
}
.c-card-box--gray {
  background-color: #f5f5f5;
}
.c-card-box--blue {
  background-color: #edf2f5;
}
.c-card-box--border {
  border: 1px solid #e1e1e1;
}

.c-card-philosophy {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .c-card-philosophy {
    width: 96%;
    max-width: 400px;
  }
}
.c-card-philosophy__wrap {
  position: relative;
}
.c-card-philosophy__circle {
  width: 39%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 46.8%;
  transform: translate(-50%, -50%);
  transition: margin 0.4s, opacity 0.8s 0.4s;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .c-card-philosophy__circle {
    left: 52.2%;
    top: 35%;
    width: 66.6%;
  }
}
.c-card-philosophy__img {
  opacity: 0;
  transition: opacity 0.8s 0.4s;
}
.c-card-philosophy__img2 {
  position: absolute;
  left: 20px;
  top: 0;
  transition: opacity 0.5s 0.7s, left 0.5s 0.7s;
  z-index: 1;
}
.c-card-philosophy.is-active .c-card-philosophy__img {
  opacity: 1;
}
.c-card-philosophy.is-active .c-card-philosophy__img2 {
  left: 0;
}
.c-card-philosophy.is-active .c-card-philosophy__circle {
  opacity: 0;
}
.c-card-philosophy.is-active .c-card-philosophy__circle--l {
  margin-top: -5%;
  margin-left: -8.3%;
}
@media screen and (max-width: 800px) {
  .c-card-philosophy.is-active .c-card-philosophy__circle--l {
    margin-top: -8.2%;
    margin-left: -13.6%;
  }
}
.c-card-philosophy.is-active .c-card-philosophy__circle--r {
  margin-top: -5%;
  margin-left: 8.3%;
}
@media screen and (max-width: 800px) {
  .c-card-philosophy.is-active .c-card-philosophy__circle--r {
    margin-top: -8.2%;
    margin-left: 13.6%;
  }
}
.c-card-philosophy.is-active .c-card-philosophy__circle--b {
  margin-top: 5.2%;
}
@media screen and (max-width: 800px) {
  .c-card-philosophy.is-active .c-card-philosophy__circle--b {
    margin-top: 8.6%;
  }
}

.c-card-desc {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .c-card-desc {
    font-size: 1.3rem;
  }
}
.c-card-desc__hdg {
  font-size: 1.8rem;
  line-height: 1.4;
  width: 76px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  border-radius: 40px;
}
@media screen and (max-width: 800px) {
  .c-card-desc__hdg {
    font-size: 1.5rem;
    width: 70px;
    height: 30px;
    margin-bottom: 10px;
  }
}

.c-card-theme {
  background-color: #f5f8f8;
  padding: 30px 50px;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .c-card-theme {
    padding: 20px 30px;
  }
}
.c-card-theme .c-card-label {
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .c-card-theme .c-card-label {
    margin-bottom: 8px;
  }
}
.c-card-theme .u-bold {
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .c-card-theme .u-bold {
    margin-bottom: 20px;
  }
}
.c-card-theme .c-hdg2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .c-card-theme .c-hdg2 {
    margin-bottom: 15px;
  }
}
.c-card-theme__people {
  text-decoration: underline;
  margin-bottom: 20px;
}
.c-card-theme .c-btn2 {
  margin: 0 0 0 auto;
}

.c-card-label {
  display: block;
  background-color: #1d6ebe;
  color: #fff;
  width: fit-content;
  font-size: 1.4rem;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 3px;
}
@media screen and (max-width: 800px) {
  .c-card-label {
    font-size: 1.2rem;
    padding: 5px;
  }
}
.c-card-label--white {
  background-color: #fff;
  color: #434343;
}

a.c-card-label {
  transition: color 0.3s, background-color 0.3s;
}
a.c-card-label:hover, a.c-card-label.is-active {
  background-color: #fff;
  color: #1d6ebe;
}
a.c-card-label--white:hover, a.c-card-label--white.is-active {
  color: #fff;
  background-color: #434343;
}

.c-card-category {
  padding: 40px 20px 50px;
}
@media screen and (max-width: 800px) {
  .c-card-category {
    padding: 30px 20px;
  }
}
.c-card-category__item {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.c-card-category__item:first-of-type {
  padding-bottom: 50px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #8b8b8b;
}
@media screen and (max-width: 800px) {
  .c-card-category__item:first-of-type {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}

.c-card-activity {
  display: block;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .c-card-activity {
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }
}
.c-card-activity__thumb {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .c-card-activity__thumb {
    max-width: 160px;
  }
}
.c-card-activity__thumb img {
  transform: scale(1.01);
  transition: transform 0.3s;
}
@media screen and (max-width: 800px) {
  .c-card-activity__thumb {
    margin-bottom: 5px;
  }
}
.c-card-activity__txt {
  min-width: 50%;
}
.c-card-activity .c-card-label {
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .c-card-activity .c-card-label {
    margin-bottom: 5px;
  }
}
.c-card-activity__date {
  font-size: 1.4rem;
  color: #9b9b9b;
  margin-bottom: 5px;
}
@media screen and (max-width: 800px) {
  .c-card-activity__date {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
}
.c-card-activity__hdg {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  .c-card-activity__hdg {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.c-card-activity:hover .c-card-activity__thumb img {
  transform: scale(1.06);
}

.c-card-news {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  padding: 30px 20px 30px 10px;
  gap: 15px;
  transition: color 0.3s;
}
@media screen and (max-width: 800px) {
  .c-card-news {
    flex-wrap: wrap;
    padding: 20px 0;
    gap: 10px;
  }
}
.c-card-news__date {
  width: 85px;
  flex-shrink: 0;
  margin-top: 6px;
  letter-spacing: 0;
}
@media screen and (max-width: 800px) {
  .c-card-news__date {
    width: 80px;
    margin-top: 2px;
  }
}
.c-card-news__hdg {
  margin-top: 6px;
}
@media screen and (max-width: 800px) {
  .c-card-news__hdg {
    margin-top: 0;
    width: 100%;
  }
}
.c-card-news .c-card-label {
  width: 110px;
  flex-shrink: 0;
  background-color: #edf2f5;
  padding: 10px;
  color: #434343;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .c-card-news .c-card-label {
    width: fit-content;
    padding: 5px;
  }
}
.c-card-news:hover {
  color: #1d6ebe;
}

.c-card-share {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 800px) {
  .c-card-share {
    font-size: 1.2rem;
  }
}
.c-card-share p {
  line-height: 1;
}
.c-card-share--flex {
  flex-direction: row;
  gap: 20px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 800px) {
  .c-card-share--flex {
    gap: 15px;
  }
}

.c-card-form {
  width: 100%;
  line-height: 1.2;
}
.c-card-form__hdg {
  padding: 16px 45px 0 0;
  position: relative;
  width: 230px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .c-card-form__hdg {
    display: block;
    width: 100%;
    padding: 0 40px 10px 0;
  }
}
.c-card-form__hdg--req::before {
  content: "必須";
  font-size: 1.4rem;
  color: #fff;
  background-color: #de5353;
  border-radius: 2px;
  line-height: 20px;
  text-align: center;
  width: 44px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 16px;
}
@media screen and (max-width: 800px) {
  .c-card-form__hdg--req::before {
    font-size: 1.2rem;
    width: 36px;
    height: 18px;
    line-height: 18px;
    top: 0;
  }
}
.c-card-form__input {
  padding: 0 0 30px 20px;
  width: calc(100% - 230px);
}
@media screen and (max-width: 800px) {
  .c-card-form__input {
    display: block;
    width: 100%;
    padding: 0 0 20px 0;
  }
}
.c-card-form__select {
  max-width: 300px;
  position: relative;
}
.c-card-form__select::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #434343;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  .c-card-form__select::after {
    right: 10px;
  }
}
.c-card-form__zip {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.c-card-form__zip__input {
  max-width: 300px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .c-card-form__zip__input {
    max-width: 200px;
  }
}
.c-card-form__zip__input::before {
  content: "〒";
  position: absolute;
  left: 15px;
  top: 15px;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .c-card-form__zip__input::before {
    font-size: 1.6rem;
    left: 10px;
    top: 10px;
  }
}
.c-card-form__zip__input input {
  padding-left: 40px !important;
}
@media screen and (max-width: 800px) {
  .c-card-form__zip__input input {
    padding-left: 30px !important;
  }
}
.c-card-form__zip__txt {
  font-size: 1.4rem;
  color: #fff;
  background-color: #434343;
  width: 104px;
  height: 34px;
  border-radius: 3px;
  text-align: center;
  flex-shrink: 0;
  line-height: 34px;
}
@media screen and (max-width: 800px) {
  .c-card-form__zip__txt {
    font-size: 1.2rem;
    width: 90px;
    height: 28px;
    line-height: 28px;
  }
}

.c-card-member {
  font-size: 1.4rem;
  line-height: 1.6;
  position: relative;
  padding: 30px 15px;
  overflow: hidden;
}
.c-card-member:has(> .c-card-member__btn) {
  padding-bottom: 85px;
}
.c-card-member__inner {
  margin: 0 auto;
}
@media screen and (min-width: 801px) {
  .c-card-member__inner {
    max-width: 280px;
  }
}
.c-card-member__more {
  height: 0;
  transition: height 0.5s;
  overflow: hidden;
}
.c-card-member__prof {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #e1e1e1;
}
@media screen and (max-width: 800px) {
  .c-card-member__prof {
    gap: 15px;
  }
}
.c-card-member__prof__img {
  width: 80px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .c-card-member__prof__img {
    width: 60px;
  }
}
.c-card-member__prof__img img {
  aspect-ratio: 1/1;
}
.c-card-member__prof__txt {
  font-weight: normal;
}
.c-card-member__prof__txt p {
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .c-card-member__prof__txt p {
    font-size: 1.2rem;
  }
}
.c-card-member__prof__txt .course,
.c-card-member__prof__txt .kana {
  font-size: 1.2rem;
}
.c-card-member__prof__txt .name {
  font-size: 2rem;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .c-card-member__prof__txt .name {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
.c-card-member__prof__txt .link-area {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.c-card-member__prof__txt .link-area a {
  display: block;
  transition: opacity 0.3s;
  flex-shrink: 0;
}
.c-card-member__prof__txt .link-area a:hover {
  opacity: 0.7;
}
.c-card-member__prof__txt .link-area .btn-research {
  width: 96px;
}
.c-card-member__prof__txt .link-area .btn-hu {
  width: 125px;
}
.c-card-member__prof__txt .link-area .btn-site {
  width: 30px;
  height: 30px;
  background-color: #434343;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 0 auto;
  padding-left: 1px;
}
.c-card-member__info__hdg {
  margin-top: 20px;
}
.c-card-member__info__txt {
  margin-top: 5px;
}
.c-card-member__info__txt ul {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.c-card-member__info__txt ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-card-member__info__txt ul li::before {
  content: "・";
}
.c-card-member__btn {
  padding: 30px 0;
  transition: color 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background-color: transparent;
  cursor: pointer;
}
.c-card-member__btn:hover {
  color: #1d6ebe;
}
.c-card-member__btn__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: underline;
  font-size: 1.2rem;
}
.c-card-member__btn__txt::before {
  content: "もっと見る";
}
.c-card-member__btn__txt span {
  display: block;
  width: 15px;
  height: 15px;
  position: relative;
}
.c-card-member__btn__txt span::before, .c-card-member__btn__txt span::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #434343;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  transition: transform 0.3s;
}
.c-card-member__btn__txt span::before {
  transform: rotate(-90deg);
}
.c-card-member__btn__txt span::after {
  transform: rotate(-180deg);
}
.c-card-member__btn.is-close .c-card-member__btn__txt::before {
  content: "閉じる";
}
.c-card-member__btn.is-close .c-card-member__btn__txt span::before, .c-card-member__btn.is-close .c-card-member__btn__txt span::after {
  transform: rotate(0deg);
}

.c-card-vision__img {
  margin-bottom: 20px;
}
.c-card-vision .c-hdg2 {
  margin-bottom: 15px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 800px) {
  .c-card-vision .c-hdg2 {
    margin-bottom: 10px;
  }
}

.c-card-voice {
  position: relative;
  background-color: #fff;
  padding: 40px 30px 50px;
  border-radius: 40px;
  letter-spacing: 0;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .c-card-voice {
    font-size: 1.4rem;
    padding: 20px 20px 30px;
    border-radius: 20px;
  }
}
.c-card-voice::before {
  content: "Q";
  font-size: 5rem;
  font-weight: bold;
  color: #1d6ebe;
  font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif;
  line-height: 1;
  left: 30px;
  top: 0;
  transform: translateY(-50%);
  position: absolute;
}
@media screen and (max-width: 800px) {
  .c-card-voice::before {
    font-size: 3rem;
    left: 20px;
  }
}
.c-card-voice::after {
  content: "";
  width: 30px;
  height: 30px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background-color: #fff;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 800px) {
  .c-card-voice::after {
    width: 20px;
    height: 20px;
  }
}
.c-card-voice__hdg {
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #434343;
}
@media screen and (max-width: 800px) {
  .c-card-voice__hdg {
    font-size: 1.5rem;
    text-align: left;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.c-card-voice__txt ul {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.c-card-voice__txt ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-card-voice__txt ul li::before {
  content: "・";
}

.c-card-interview {
  padding: 40px 50px;
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 800px) {
  .c-card-interview {
    padding: 20px;
    flex-direction: column;
    gap: 15px;
  }
}
.c-card-interview__img {
  max-width: 320px;
  flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .c-card-interview__img {
    margin: 0 auto;
  }
}
.c-card-interview__hdg {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .c-card-interview__hdg {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.c-card-interview__theme {
  margin-top: 30px;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .c-card-interview__theme {
    margin-top: 20px;
    padding: 15px;
    font-size: 1.3rem;
  }
}
.c-card-interview__theme dt {
  margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
  .c-card-scroll {
    padding-bottom: 20px;
    overflow-x: scroll;
  }
  .c-card-scroll::-webkit-scrollbar {
    height: 3px;
    background-color: #c2c2c2;
    border-radius: 2px;
  }
  .c-card-scroll::-webkit-scrollbar-thumb {
    background: #1d6ebe;
    height: 3px;
    border-radius: 2px;
  }
  .c-card-scroll__item {
    margin-left: auto;
    margin-right: auto;
    width: 550px;
  }
  .c-card-scroll--l::-webkit-scrollbar-thumb {
    background: #23b479;
  }
  .c-card-scroll--l .c-card-scroll__item {
    width: 830px;
  }
}

.c-list-nav {
  display: flex;
  gap: 30px;
  font-size: 1.5rem;
}
@media screen and (max-width: 800px) {
  .c-list-nav {
    padding: 0 20px;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
    font-size: 1.4rem;
  }
  .c-list-nav__item {
    border-bottom: 1px solid #e1e1e1;
  }
}
.c-list-nav a {
  display: block;
  font-weight: bold;
  padding-bottom: 8px;
  transition: color 0.3s;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .c-list-nav a {
    padding-bottom: 15px;
  }
}
.c-list-nav a::before, .c-list-nav a::after {
  content: "";
  position: absolute;
  background-color: #1d6ebe;
  opacity: 0;
  transition: opacity 0.3s, bottom 0.3s, left 0.3s;
}
.c-list-nav a::before {
  width: 8px;
  height: 12px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  left: -10px;
  top: 35%;
  transform: translate(-100%, -50%);
}
.c-list-nav a::after {
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
}
@media screen and (min-width: 801px) {
  .c-list-nav a:hover, .c-list-nav a.is-active {
    color: #1d6ebe;
  }
  .c-list-nav a:hover::before, .c-list-nav a.is-active::before {
    left: -5px;
    opacity: 1;
  }
  .c-list-nav a.is-active::after {
    bottom: 0;
    opacity: 1;
  }
}

.c-list-feature {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  counter-reset: number 0;
}
@media screen and (max-width: 800px) {
  .c-list-feature {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.c-list-feature__item {
  position: relative;
  counter-increment: number 1;
  padding: 40px 30px;
}
@media screen and (max-width: 800px) {
  .c-list-feature__item {
    padding: 20px 30px;
  }
}
.c-list-feature__item::before {
  content: counter(number, decimal-leading-zero);
  font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  color: #1d6ebe;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .c-list-feature__item::before {
    font-size: 2.2rem;
  }
}
.c-list-feature__item p {
  margin-bottom: 25px;
  line-height: 1.5;
  min-height: 4.5em;
}
@media screen and (max-width: 800px) {
  .c-list-feature__item p {
    font-size: 1.5rem;
    margin-bottom: 15px;
    min-height: unset;
  }
}
.c-list-feature__item .img {
  max-width: 220px;
  margin: 0 auto;
}

.c-list-theme {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 800px) {
  .c-list-theme {
    gap: 20px;
  }
}
.c-list-theme__item:first-child .c-card-label::after {
  content: "①";
}
.c-list-theme__item:nth-child(2) .c-card-label::after {
  content: "②";
}
.c-list-theme__item:nth-child(3) .c-card-label::after {
  content: "③";
}

.c-list-label {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 800px) {
  .c-list-label {
    gap: 15px 10px;
  }
}
.c-list-label .c-card-label {
  font-size: 1.6rem;
  padding: 15px 20px;
  border-radius: 5px;
  min-width: 108px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .c-list-label .c-card-label {
    font-size: 1.4rem;
    padding: 10px;
  }
}

.c-list-activity {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
}
@media screen and (max-width: 800px) {
  .c-list-activity {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.c-list-tag {
  display: flex;
  gap: 1em;
  font-size: 1.4rem;
  font-weight: bold;
  color: #9b9b9b;
}
@media screen and (max-width: 800px) {
  .c-list-tag {
    font-size: 1.2rem;
  }
}

.c-list-cate {
  background-color: #edf2f5;
}
@media screen and (min-width: 801px) {
  .c-list-cate {
    max-width: 200px;
    padding: 0 25px;
  }
}
@media screen and (max-width: 800px) {
  .c-list-cate {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
    padding: 5px 20px 20px;
  }
}
.c-list-cate__item {
  border-bottom: 1px dashed #b7b7b7;
}
@media screen and (min-width: 801px) {
  .c-list-cate__item:last-child {
    border-bottom: none;
  }
}
.c-list-cate__item a {
  display: block;
  padding: 20px 0;
  font-size: 1.4rem;
  line-height: 1.2;
  transition: color 0.3s;
}
@media screen and (max-width: 800px) {
  .c-list-cate__item a {
    padding: 15px 0;
    font-size: 1.3rem;
    text-align: center;
  }
}
.c-list-cate__item a:hover, .c-list-cate__item a.is-active {
  color: #1d6ebe;
}

.c-list-news {
  border-top: 1px dashed #b7b7b7;
}
.c-list-news__item {
  border-bottom: 1px dashed #b7b7b7;
}

.c-list-fnav {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .c-list-fnav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
    font-size: 1.4rem;
  }
  .c-list-fnav__item {
    border-bottom: 1px solid #e1e1e1;
  }
}
.c-list-fnav a {
  display: block;
  transition: color 0.3s;
}
@media screen and (max-width: 800px) {
  .c-list-fnav a {
    padding-bottom: 15px;
  }
}
.c-list-fnav a:hover {
  color: #1d6ebe;
}
.c-list-fnav--sub {
  font-size: 1.4rem;
  font-weight: 500;
}

.c-list-subnav {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .c-list-subnav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px 3em;
    font-size: 1.2rem;
  }
  .c-list-subnav__item {
    position: relative;
  }
  .c-list-subnav__item:not(:last-child)::after {
    content: "/";
    position: absolute;
    right: -1.8em;
    top: 0;
  }
}
.c-list-subnav a {
  transition: color 0.3s;
}
.c-list-subnav a:hover {
  color: #1d6ebe;
}

.u-list-share {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 800px) {
  .u-list-share {
    gap: 15px;
  }
}
.u-list-share a {
  display: block;
  font-size: 2.2rem;
  transition: color 0.3s;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .u-list-share a {
    font-size: 1.8rem;
  }
}
.u-list-share a:hover {
  color: #1d6ebe;
}

.c-list-member {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
}
@media screen and (max-width: 999px) {
  .c-list-member {
    gap: 60px 15px;
  }
}
@media screen and (max-width: 800px) {
  .c-list-member {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.c-list-vision {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 60px;
}
@media screen and (max-width: 800px) {
  .c-list-vision {
    flex-direction: column;
    gap: 40px;
  }
}
.c-list-vision__item {
  width: calc(50% - 30px);
  text-align: center;
}
@media screen and (max-width: 800px) {
  .c-list-vision__item {
    width: 100%;
  }
}
@media screen and (min-width: 801px) {
  .c-list-vision__item:nth-child(even) {
    margin-top: 100px;
  }
  .c-list-vision__item:nth-child(3) {
    margin-top: -3em;
  }
}

.c-list-voice {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 60px;
}
@media screen and (max-width: 800px) {
  .c-list-voice {
    flex-direction: column;
    gap: 55px;
  }
}
@media screen and (min-width: 801px) {
  .c-list-voice__item {
    width: calc(50% - 30px);
  }
  .c-list-voice__item:nth-child(3) {
    margin-top: -4em;
  }
}
@media screen and (max-width: 800px) {
  .c-list-voice__item {
    width: 100%;
  }
}
@media screen and (min-width: 801px) {
  .c-list-voice__item:nth-child(even) {
    margin-top: 100px;
  }
}
.c-list-voice__item:nth-child(even) .c-card-voice::after {
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.c-list-interview {
  display: flex;
  flex-direction: column;
  gap: 80px;
  counter-reset: number 0;
}
@media screen and (max-width: 800px) {
  .c-list-interview {
    gap: 65px;
  }
}
.c-list-interview__item {
  counter-increment: number 1;
  position: relative;
}
.c-list-interview__item::before, .c-list-interview__item::after {
  color: #1d6ebe;
  font-weight: bold;
  font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  position: absolute;
  width: 70px;
  line-height: 1;
  left: 50px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .c-list-interview__item::before, .c-list-interview__item::after {
    left: 50%;
  }
}
.c-list-interview__item::before {
  content: "CHAPTER";
  font-size: 1.5rem;
  top: -4.5rem;
}
@media screen and (max-width: 800px) {
  .c-list-interview__item::before {
    top: -3.4rem;
    font-size: 1.2rem;
    transform: translateX(-50%);
  }
}
.c-list-interview__item::after {
  content: counter(number, decimal-leading-zero);
  font-size: 5rem;
  top: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .c-list-interview__item::after {
    font-size: 3rem;
    transform: translate(-50%, -60%);
  }
}

.p-top-fv {
  width: 93vw;
  padding: 2.1vw 5.55vw 9.7vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  background: url(../img/top/fv_bg.svg) no-repeat center bottom/100% auto;
}
@media screen and (max-width: 800px) {
  .p-top-fv {
    width: 100%;
    padding: 0;
    flex-direction: column;
    gap: 5.33vw;
    background-image: url(../img/top/fv_bg_sp.svg);
    background-position: center bottom 11.2vw;
  }
}
.p-top-fv__catch {
  width: 30.5%;
}
.p-top-fv__catch img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .p-top-fv__catch {
    width: 66.6%;
    margin: 0 auto;
  }
}
.p-top-fv__slider {
  padding: 0.7vw 0 1.7vw;
  width: 63.5%;
  position: relative;
}
@media screen and (max-width: 800px) {
  .p-top-fv__slider {
    width: 89%;
    padding: 0 0 2.6vw;
    margin: 0 auto;
  }
}
.p-top-fv__slider__wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  clip-path: url(#slidePath);
}
.p-top-fv__slider .swiper-pagination {
  position: static;
  margin: 2vw 0 0 auto;
  display: flex;
  width: fit-content;
  gap: 1vw;
}
@media screen and (max-width: 800px) {
  .p-top-fv__slider .swiper-pagination {
    margin-top: 2.6vw;
    gap: 1.3vw;
  }
}
.p-top-fv__slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-top-fv__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 0;
  width: 3.5vw;
  height: 0.35vw;
  border-radius: 2vw;
  position: relative;
  overflow: hidden;
  background-color: #c2c2c2;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .p-top-fv__slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .p-top-fv__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 6.6vw;
    height: 0.5vw;
  }
}
.p-top-fv__slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before,
.p-top-fv__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1d6ebe;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform-origin: left center;
  transform: scaleX(1);
  opacity: 0;
}
.p-top-fv__slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.p-top-fv__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c2c2c2;
}
.p-top-fv__slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.p-top-fv__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
  animation: lineRight 3s linear forwards;
}
.p-top-fv__slider__txt {
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.p-top-fv__slider__txt span {
  display: block;
  width: fit-content;
  padding: 0.4vw 0.625vw;
  background-color: #de5353;
  font-size: 1.52vw;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .p-top-fv__slider__txt span {
    font-size: 2.93vw;
  }
}

.p-top-about {
  padding-top: 80px;
}
@media screen and (max-width: 800px) {
  .p-top-about {
    padding-top: 72px;
  }
}
.p-top-about__flex {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  padding-bottom: 160px;
}
@media screen and (max-width: 800px) {
  .p-top-about__flex {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 90px;
  }
}
.p-top-about__txt {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 800px) {
  .p-top-about__txt {
    gap: 30px;
  }
}
.p-top-about__txt .u-fz18 {
  line-height: 2;
}
.p-top-about__img {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 801px) {
  .p-top-about__img {
    width: 40%;
    flex-shrink: 0;
    margin-top: 110px;
  }
}
.p-top-about .c-list-feature {
  margin-bottom: 120px;
}
@media screen and (max-width: 800px) {
  .p-top-about .c-list-feature {
    margin-bottom: 60px;
  }
}
.p-top-about__list {
  padding: 30px 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 800px) {
  .p-top-about__list {
    padding: 0 20px;
    grid-template-columns: 1fr;
  }
}
.p-top-about__list__item {
  padding: 0 25px;
}
@media screen and (max-width: 800px) {
  .p-top-about__list__item {
    padding: 20px 0;
  }
}
@media screen and (min-width: 801px) {
  .p-top-about__list__item:not(:last-child) {
    border-right: 1px dashed #8b8b8b;
  }
}
@media screen and (max-width: 800px) {
  .p-top-about__list__item:not(:last-child) {
    border-bottom: 1px dashed #8b8b8b;
  }
}
@media screen and (max-width: 800px) {
  .p-top-about__list + .u-center {
    text-align: left;
  }
}

.p-top-theme .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .p-top-theme .inner {
    flex-direction: column;
  }
}
@media screen and (min-width: 801px) {
  .p-top-theme__side {
    min-width: 500px;
  }
  .p-top-theme__side__sticky {
    position: sticky;
    top: 40px;
  }
}
@media screen and (min-width: 801px) {
  .p-top-theme .c-list-theme {
    width: 100%;
    max-width: 500px;
  }
}
.p-top-theme .img {
  max-width: 400px;
}
@media screen and (max-width: 800px) {
  .p-top-theme .img {
    display: none;
  }
}

.p-top-activity {
  padding-top: 160px;
}
@media screen and (max-width: 800px) {
  .p-top-activity {
    padding-top: 80px;
  }
}
.p-top-activity .c-btn1 {
  margin-top: 80px;
}
@media screen and (max-width: 800px) {
  .p-top-activity .c-btn1 {
    margin-top: 40px;
  }
}

.p-top-news {
  padding-bottom: 100px;
}
@media screen and (max-width: 800px) {
  .p-top-news {
    padding-bottom: 60px;
  }
}
.p-top-news .c-list-cate {
  background-color: #fff;
}
.p-top-news .c-card-news .c-card-label {
  background-color: #fff;
}
.p-top-news .c-btn1 {
  margin-top: 80px;
}
@media screen and (max-width: 800px) {
  .p-top-news .c-btn1 {
    margin-top: 40px;
  }
}

.wp-pagenavi {
  margin: 100px auto 0;
  width: 100%;
  max-width: 440px;
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .wp-pagenavi {
    margin-top: 50px;
    max-width: 300px;
    gap: 10px;
  }
}
.wp-pagenavi a:not(.previouspostslink):not(.nextpostslink),
.wp-pagenavi span:not(.previouspostslink):not(.nextpostslink) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 48px;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
@media screen and (max-width: 800px) {
  .wp-pagenavi a:not(.previouspostslink):not(.nextpostslink),
  .wp-pagenavi span:not(.previouspostslink):not(.nextpostslink) {
    height: 40px;
    width: 15px;
  }
}
.wp-pagenavi a:not(.previouspostslink):not(.nextpostslink) {
  transition: color 0.3s;
}
.wp-pagenavi a:not(.previouspostslink):not(.nextpostslink):hover {
  color: #1d6ebe;
}
.wp-pagenavi span.current {
  color: #1d6ebe;
  border-bottom-color: #1d6ebe !important;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 800px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    width: 40px;
    height: 40px;
  }
}
.wp-pagenavi .previouspostslink::before, .wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .nextpostslink::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
@media screen and (max-width: 800px) {
  .wp-pagenavi .previouspostslink::before, .wp-pagenavi .previouspostslink::after,
  .wp-pagenavi .nextpostslink::before,
  .wp-pagenavi .nextpostslink::after {
    width: 40px;
    height: 40px;
  }
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  z-index: 2;
  right: 0;
  top: 0;
  position: absolute;
}
@media screen and (max-width: 800px) {
  .wp-pagenavi .previouspostslink::before,
  .wp-pagenavi .nextpostslink::before {
    font-size: 1.5rem;
  }
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  background-color: #434343;
  z-index: 1;
  transition: transform 0.4s;
}
.wp-pagenavi .previouspostslink:hover::after,
.wp-pagenavi .nextpostslink:hover::after {
  transform: scale(1.1);
}
.wp-pagenavi .previouspostslink {
  left: 0;
}
.wp-pagenavi .previouspostslink::before {
  content: "←";
}
.wp-pagenavi .previouspostslink:hover::before {
  animation: arrowLeft 0.4s linear forwards;
}
.wp-pagenavi .nextpostslink {
  right: 0;
}
.wp-pagenavi .nextpostslink::before {
  content: "→";
}
.wp-pagenavi .nextpostslink:hover::before {
  animation: arrowRight 0.4s linear forwards;
}

@media screen and (min-width: 801px) {
  .p-detail .inner {
    max-width: 930px;
  }
}
.p-detail img {
  border-radius: 5px;
}
.p-detail__thumb {
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .p-detail__thumb {
    margin-bottom: 15px;
  }
}
.p-detail__thumb img {
  width: 100%;
}
.p-detail__top {
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .p-detail__top {
    margin-bottom: 30px;
  }
}
.p-detail__top .c-card-label {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .p-detail__top .c-card-label {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
.p-detail__top__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .p-detail__top__flex {
    flex-direction: column;
    align-items: unset;
    gap: 20px;
  }
  .p-detail__top__flex .c-card-share {
    margin: 0 0 0 auto;
  }
}
.p-detail__date {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #9b9b9b;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .p-detail__date {
    margin-bottom: 8px;
  }
}
.p-detail__hdg {
  line-height: 1.6;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .p-detail__hdg {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.p-detail #ez-toc-container {
  padding: 30px 40px;
  border-radius: 10px;
  background-color: #edf2f5;
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .p-detail #ez-toc-container {
    padding: 20px 15px;
    border-radius: 5px;
    margin-bottom: 30px;
  }
}
.p-detail #ez-toc-container .ez-toc-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 800px) {
  .p-detail #ez-toc-container .ez-toc-title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.p-detail #ez-toc-container .ez-toc-list {
  line-height: 1.5;
}
.p-detail #ez-toc-container .ez-toc-list li {
  border-bottom: 1px dashed #b7b7b7;
}
.p-detail #ez-toc-container .ez-toc-list a {
  display: block;
  padding: 15px 0 15px 1em;
  transition: color 0.3s;
  font-weight: bold;
  text-indent: -1em;
}
@media screen and (max-width: 800px) {
  .p-detail #ez-toc-container .ez-toc-list a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.p-detail #ez-toc-container .ez-toc-list a::before {
  content: "・";
}
.p-detail #ez-toc-container .ez-toc-list a:hover {
  color: #1d6ebe;
}
.p-detail__main {
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 800px) {
  .p-detail__main {
    gap: 30px;
  }
}
.p-detail__main a {
  transition: color 0.3s;
}
.p-detail__main a:hover {
  color: #1d6ebe;
}
.p-detail__main h2,
.p-detail__main h3,
.p-detail__main h4,
.p-detail__main h5,
.p-detail__main h6 {
  font-weight: bold;
}
.p-detail__main h2 {
  color: #1d6ebe;
  font-size: 2.8rem;
}
@media screen and (max-width: 800px) {
  .p-detail__main h2 {
    font-size: 1.8rem;
  }
}
.p-detail__main h3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 800px) {
  .p-detail__main h3 {
    font-size: 1.6rem;
  }
}
.p-detail__main h4 {
  font-size: 1.8rem;
}
@media screen and (max-width: 800px) {
  .p-detail__main h4 {
    font-size: 1.5rem;
  }
}
.p-detail__main h5 {
  font-size: 1.7rem;
}
@media screen and (max-width: 800px) {
  .p-detail__main h5 {
    font-size: 1.4rem;
  }
}
.p-detail__main ul,
.p-detail__main ol {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.p-detail__main ul > li,
.p-detail__main ol > li {
  padding-left: 1.5em;
  position: relative;
}
.p-detail__main ul > li::before,
.p-detail__main ol > li::before {
  position: absolute;
  left: 0;
  top: 0;
}
.p-detail__main ul > li > ul,
.p-detail__main ul > li ol,
.p-detail__main ol > li > ul,
.p-detail__main ol > li ol {
  margin: 0.5em 0 0;
}
.p-detail__main ul > li::before {
  content: "・";
}
.p-detail__main ol {
  counter-reset: number 0;
}
.p-detail__main ol > li {
  counter-increment: number 1;
}
.p-detail__main ol > li::before {
  content: counter(number) ".";
}
.p-detail__main ol > li > ol > li::before {
  content: counter(number, lower-alpha) ".";
}
.p-detail__main ol > li > ol > li > ol > li::before {
  content: counter(number, lower-roman) ".";
}
.p-detail__main blockquote {
  border-left: 1px solid #9b9b9b;
  padding-left: 60px;
  font-weight: normal;
  font-size: 1.4rem;
  position: relative;
  color: #9b9b9b;
}
@media screen and (max-width: 800px) {
  .p-detail__main blockquote {
    padding-left: 30px;
    font-size: 1.2rem;
  }
}
.p-detail__main blockquote::before {
  content: "“";
  font-size: 3rem;
  position: absolute;
  left: 40px;
  top: 0;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .p-detail__main blockquote::before {
    font-size: 2rem;
    left: 15px;
  }
}
.p-detail__main blockquote p {
  margin-bottom: 1.6em;
}
.p-detail__main blockquote cite {
  font-style: normal;
  padding-left: 1em;
  text-indent: -1em;
}
.p-detail__main blockquote cite::before {
  content: "- ";
}
.p-detail__main blockquote cite a {
  text-decoration: underline;
}
.p-detail__main .p-detail-col2 {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 40px;
  padding: 30px 40px;
  border-radius: 10px;
  background-color: #f5f5f5;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  .p-detail__main .p-detail-col2 {
    grid-template-columns: 80px 1fr;
    gap: 15px;
    padding: 20px 15px;
    border-radius: 5px;
    font-size: 1.3rem;
  }
}
.p-detail__main .p-detail-col2 .name {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin: 15px 0 20px;
}
@media screen and (max-width: 800px) {
  .p-detail__main .p-detail-col2 .name {
    font-size: 1.5rem;
    margin: 10px 0 15px;
  }
}
.p-detail__main .p-detail-col2__desc {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed #b7b7b7;
  padding-bottom: 15px;
}
@media screen and (max-width: 800px) {
  .p-detail__main .p-detail-col2__desc {
    gap: 5px;
    padding-bottom: 10px;
  }
}
.p-detail__main .p-detail-col2__desc:not(:last-of-type) {
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  .p-detail__main .p-detail-col2__desc:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.p-detail__main .p-detail-col2__desc__hdg {
  width: 100px;
  padding-right: 20px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .p-detail__main .p-detail-col2__desc__hdg {
    width: 100%;
  }
}
.p-detail__main .p-detail-col2__desc__txt {
  width: calc(100% - 100px);
}
@media screen and (max-width: 800px) {
  .p-detail__main .p-detail-col2__desc__txt {
    width: 100%;
  }
}
.p-detail__main figure figcaption {
  font-size: 1.4rem;
  color: #777;
  margin-top: 15px;
}
@media screen and (max-width: 800px) {
  .p-detail__main figure figcaption {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
.p-detail__main .p-detail-figure2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 800px) {
  .p-detail__main .p-detail-figure2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-detail__main table {
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  line-height: 1.4;
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (max-width: 800px) {
  .p-detail__main table {
    border-radius: 5px;
  }
}
.p-detail__main table th,
.p-detail__main table td {
  border: none;
  border-bottom: 1px dashed #b7b7b7;
  border-right: 1px dashed #b7b7b7;
}
.p-detail__main table tbody tr:first-child > :first-child {
  border-top-left-radius: 10px;
}
@media screen and (max-width: 800px) {
  .p-detail__main table tbody tr:first-child > :first-child {
    border-top-left-radius: 5px;
  }
}
.p-detail__main table tbody tr:first-child > :last-child {
  border-top-right-radius: 10px;
}
@media screen and (max-width: 800px) {
  .p-detail__main table tbody tr:first-child > :last-child {
    border-top-right-radius: 5px;
  }
}
.p-detail__main table tbody tr:last-child > :first-child {
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 800px) {
  .p-detail__main table tbody tr:last-child > :first-child {
    border-bottom-left-radius: 5px;
  }
}
.p-detail__main table tbody tr:last-child > :last-child {
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 800px) {
  .p-detail__main table tbody tr:last-child > :last-child {
    border-bottom-right-radius: 5px;
  }
}
.p-detail__main table tbody tr:last-child th,
.p-detail__main table tbody tr:last-child td {
  border-bottom: none;
}
.p-detail__main table:has(> thead) thead tr:first-child > :first-child {
  border-top-left-radius: 10px;
}
@media screen and (max-width: 800px) {
  .p-detail__main table:has(> thead) thead tr:first-child > :first-child {
    border-top-left-radius: 5px;
  }
}
.p-detail__main table:has(> thead) thead tr:first-child > :last-child {
  border-top-right-radius: 10px;
}
@media screen and (max-width: 800px) {
  .p-detail__main table:has(> thead) thead tr:first-child > :last-child {
    border-top-right-radius: 5px;
  }
}
.p-detail__main table:has(> thead) tbody tr:first-child > :first-child {
  border-top-left-radius: unset;
}
@media screen and (max-width: 800px) {
  .p-detail__main table:has(> thead) tbody tr:first-child > :first-child {
    border-top-left-radius: unset;
  }
}
.p-detail__main table:has(> thead) tbody tr:first-child > :last-child {
  border-top-right-radius: unset;
}
@media screen and (max-width: 800px) {
  .p-detail__main table:has(> thead) tbody tr:first-child > :last-child {
    border-top-right-radius: unset;
  }
}
.p-detail__main table tr :last-child {
  border-right: none;
}
.p-detail__main table th {
  text-align: center;
  padding: 15px;
  font-weight: bold;
  font-size: 1.4rem;
  vertical-align: middle;
  background-color: #edf2f5;
}
@media screen and (max-width: 800px) {
  .p-detail__main table th {
    font-size: 1.3rem;
    padding: 10px;
  }
}
.p-detail__main table td {
  font-size: 1.3rem;
  padding: 20px 15px;
}
@media screen and (max-width: 800px) {
  .p-detail__main table td {
    font-size: 1.2rem;
    padding: 10px;
  }
}
.p-detail__main .p-detail-blogcard a {
  display: grid;
  gap: 40px;
  grid-template-columns: 160px 1fr;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  padding: 30px 40px;
  background-color: #edf2f5;
}
@media screen and (max-width: 800px) {
  .p-detail__main .p-detail-blogcard a {
    gap: 10px;
    grid-template-columns: 140px 1fr;
    border-radius: 5px;
    padding: 20px 15px;
    border-radius: 5px;
  }
}
.p-detail__main .p-detail-blogcard .c-card-label {
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .p-detail__main .p-detail-blogcard .c-card-label {
    margin-bottom: 5px;
  }
}
.p-detail__main .p-detail-blogcard__date {
  font-size: 1.4rem;
  color: #9b9b9b;
  margin-bottom: 5px;
}
@media screen and (max-width: 800px) {
  .p-detail__main .p-detail-blogcard__date {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
}
.p-detail__main .p-detail-blogcard__hdg {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .p-detail__main .p-detail-blogcard__hdg {
    font-size: 1.4rem;
  }
}
.p-detail__main .p-detail-box {
  border-radius: 10px;
  background-color: #edf2f5;
  padding: 30px 40px;
}
@media screen and (max-width: 800px) {
  .p-detail__main .p-detail-box {
    border-radius: 5px;
    padding: 20px 15px;
  }
}
.p-detail__main .p-detail-box .u-bold {
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .p-detail__main .p-detail-box .u-bold {
    margin-bottom: 15px;
  }
}
.p-detail__main .p-detail-author {
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  padding: 20px 40px;
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .p-detail__main .p-detail-author {
    border-radius: 5px;
    padding: 15px;
    margin-top: 20px;
  }
}
.p-detail__main .p-detail-author .u-bold {
  font-size: 1.5rem;
}
@media screen and (max-width: 800px) {
  .p-detail__main .p-detail-author .u-bold {
    font-size: 1.4rem;
  }
}
.p-detail__main .p-detail-author__flex {
  display: grid;
  gap: 20px;
  grid-template-columns: 80px 1fr;
  align-items: center;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .p-detail__main .p-detail-author__flex {
    gap: 10px;
  }
}
.p-detail__main .p-detail-author img {
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.p-detail__main .p-detail-author .name {
  margin-bottom: 10px;
}
.p-detail__bottom {
  margin-top: 80px;
}
@media screen and (max-width: 800px) {
  .p-detail__bottom {
    margin-top: 40px;
  }
}
.p-detail__bottom .c-card-share {
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .p-detail__bottom .c-card-share {
    margin-bottom: 30px;
  }
}
.p-detail .p-detail-pager {
  width: 100%;
  max-width: 560px;
  height: 48px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .p-detail .p-detail-pager {
    height: 40px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 349px) {
  .p-detail .p-detail-pager {
    height: auto;
    padding-top: 60px;
  }
}
.p-detail .p-detail-pager__item--prev, .p-detail .p-detail-pager__item--next {
  position: absolute;
  top: 0;
}
.p-detail .p-detail-pager__item--prev {
  left: 0;
}
.p-detail .p-detail-pager__item--prev .c-btn2::before {
  content: "←";
  position: static;
}
.p-detail .p-detail-pager__item--prev .c-btn2::after {
  position: absolute;
  left: 0;
  top: 0;
}
.p-detail .p-detail-pager__item--prev .c-btn2:hover::before {
  animation: arrowLeft 0.4s linear forwards;
}
.p-detail .p-detail-pager__item--next {
  right: 0;
}
.p-detail .p-detail-pager__item--back a {
  display: block;
  line-height: 1;
  padding-bottom: 16px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #1d6ebe;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .p-detail .p-detail-pager__item--back a {
    font-size: 1.3rem;
    padding-bottom: 13px;
  }
}
.p-detail .p-detail-pager__item--back a::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #1d6ebe;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 800px) {
  .p-detail .p-detail-pager__item--back a::before {
    height: 1px;
  }
}
.p-detail .p-detail-pager__item--back a:hover::before {
  animation: arrowRight 0.4s linear forwards;
}
@media screen and (max-width: 800px) {
  .p-detail .p-detail-pager__item .c-btn2 {
    gap: 5px;
  }
}

.p-detail-related {
  margin-top: 160px;
}
@media screen and (max-width: 800px) {
  .p-detail-related {
    margin-top: 80px;
  }
}

.p-contact__desc {
  display: flex;
  flex-direction: column;
  gap: 1.8em;
}
.p-contact__form {
  padding: 60px 15px 80px;
}
@media screen and (max-width: 800px) {
  .p-contact__form {
    padding: 20px 15px 40px;
  }
}
.p-contact__form .c-card-form {
  max-width: 900px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 800px) {
  .p-contact__form .c-card-form {
    margin-bottom: 10px;
  }
}
.p-contact__btns {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .p-contact__btns {
    flex-direction: column;
    gap: 20px;
  }
}
.p-contact__btns__item {
  flex: 1;
  max-width: 400px;
}
@media screen and (max-width: 800px) {
  .p-contact__btns__item {
    max-width: 280px;
  }
}
.p-contact input[type=text],
.p-contact input[type=tel],
.p-contact input[type=email],
.p-contact input[type=number],
.p-contact input[type=file],
.p-contact input[type=date],
.p-contact textarea,
.p-contact select {
  background-color: #fff;
  display: block;
  width: 100%;
  padding: 15px 20px;
  outline: 1px solid #e1e1e1;
  border-radius: 5px;
}
.p-contact input[type=text]:focus,
.p-contact input[type=tel]:focus,
.p-contact input[type=email]:focus,
.p-contact input[type=number]:focus,
.p-contact input[type=file]:focus,
.p-contact input[type=date]:focus,
.p-contact textarea:focus,
.p-contact select:focus {
  outline: 1px solid #1d6ebe;
}
@media screen and (max-width: 800px) {
  .p-contact input[type=text],
  .p-contact input[type=tel],
  .p-contact input[type=email],
  .p-contact input[type=number],
  .p-contact input[type=file],
  .p-contact input[type=date],
  .p-contact textarea,
  .p-contact select {
    padding: 10px;
    font-size: 1.6rem;
  }
}
.p-contact .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 5px 0 0;
}
.p-contact input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.p-contact .wpcf7-list-item {
  margin-left: 0;
}
.p-contact .wpcf7-radio span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 0.5em;
  line-height: 1.6;
}
.p-contact .wpcf7-radio span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  width: 24px;
  height: 24px;
  background-color: #fff;
  margin-top: 2px;
}
@media screen and (max-width: 800px) {
  .p-contact .wpcf7-radio span.wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
    margin-top: 0;
  }
}
.p-contact .wpcf7-radio span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: #1d6ebe;
  left: 5px;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 800px) {
  .p-contact .wpcf7-radio span.wpcf7-list-item-label::after {
    left: 4px;
    top: 50%;
    width: 12px;
    height: 12px;
  }
}
.p-contact input[type=radio]:checked + span.wpcf7-list-item-label::after {
  opacity: 1;
}
.p-contact input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.p-contact .wpcf7-list-item.first {
  padding-top: 6px;
  margin-left: 0;
}
.p-contact .wpcf7-acceptance span.wpcf7-list-item-label {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 1.5em;
  text-align: left;
}
.p-contact .wpcf7-acceptance span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 8px;
  position: absolute;
  left: 0;
  top: 0;
  transition: background-color 0.3s;
}
@media screen and (max-width: 800px) {
  .p-contact .wpcf7-acceptance span.wpcf7-list-item-label::before {
    width: 16px;
    height: 16px;
    margin-top: 5px;
  }
}
.p-contact .wpcf7-acceptance span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  width: 10px;
  height: 7px;
  left: 4px;
  top: 12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 800px) {
  .p-contact .wpcf7-acceptance span.wpcf7-list-item-label::after {
    top: 9px;
    width: 8px;
    height: 6px;
  }
}
.p-contact input[type=checkbox]:checked + span.wpcf7-list-item-label::before {
  background-color: #1d6ebe;
  border-color: #1d6ebe;
}
.p-contact input[type=checkbox]:checked + span.wpcf7-list-item-label::after {
  opacity: 1;
}
.p-contact .wpcf7-spinner {
  display: none !important;
}
.p-contact__privacy {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
.p-contact__privacy a {
  color: #1d6ebe;
  text-decoration: underline;
}
.p-contact .wpcf7-not-valid-tip {
  font-size: 0.8em;
  margin-top: 0.2em;
  position: absolute;
}
.p-contact--confirm .c-card-form__hdg {
  padding-top: 0;
}
.p-contact--confirm .c-card-form__hdg::before {
  top: 0;
}
.p-contact--confirm .c-card-form__select::after {
  content: normal;
}
.p-contact--confirm .c-card-form__zip__input {
  padding-left: 2rem;
}
.p-contact--confirm .c-card-form__zip__input::before {
  left: 0;
  top: 0;
}
.p-contact--confirm .c-card-form__zip__txt {
  display: none;
}

.p-about {
  padding-bottom: 0 !important;
}

.c-sec-round:has(> .p-about-philosophy) {
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .c-sec-round:has(> .p-about-philosophy) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 800px) {
  .p-about-philosophy p.u-center.u-mb60 {
    text-align: left;
  }
}
.p-about-philosophy__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .p-about-philosophy__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.p-about-philosophy__list__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 10px 10px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .p-about-philosophy__list__item {
    padding: 20px 10px;
  }
}
.p-about-philosophy__list__item .c-card-desc {
  max-width: 300px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 800px) {
  .p-about-philosophy__list__item .c-card-desc {
    margin-bottom: 10px;
  }
}
.p-about-philosophy__list__item:not(:last-child)::after {
  content: "\f00d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 2.2rem;
  position: absolute;
  right: -23px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .p-about-philosophy__list__item:not(:last-child)::after {
    right: unset;
    top: unset;
    left: 50%;
    bottom: -33px;
    transform: translateX(-50%);
  }
}
.p-about-philosophy__skill {
  font-size: 1.5rem;
  padding: 20px 15px;
  border-radius: 5px;
}
@media screen and (max-width: 800px) {
  .p-about-philosophy__skill {
    font-size: 1.3rem;
    padding: 10px 15px;
  }
}
.p-about-philosophy__skill .u-bold {
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .p-about-philosophy__skill .u-bold {
    margin: 5px;
  }
}

.p-about-howto {
  margin-bottom: 160px;
}
@media screen and (max-width: 800px) {
  .p-about-howto {
    margin-bottom: 80px;
  }
}

.p-about-voice .c-hdg2 {
  margin-bottom: 54px;
}
@media screen and (max-width: 800px) {
  .p-about-voice .c-hdg2 {
    margin-bottom: 35px;
    text-align: center;
  }
}
.p-about-voice__img {
  margin-top: 40px;
  max-width: 520px;
}
@media screen and (max-width: 800px) {
  .p-about-voice__img {
    margin-top: 50px;
    padding: 0 15px;
    text-align: center;
  }
}

.p-about-interview .c-hdg2 {
  margin-bottom: 85px;
}

.u-center {
  text-align: center;
}

.u-bold {
  font-weight: bold;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .u-mb60 {
    margin-bottom: 30px;
  }
}

.u-mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 800px) {
  .u-mb80 {
    margin-bottom: 40px;
  }
}

.u-blue {
  color: #1d6ebe;
}

.u-white {
  color: #fff;
}

.u-red {
  color: #de5353;
}

.u-green {
  color: #23b479;
}

.u-yellow {
  color: #e8c51b;
}

.u-bg-gray {
  background-color: #f5f5f5;
}

.u-bg-red {
  background-color: #de5353;
}

.u-bg-green {
  background-color: #23b479;
}

.u-bg-yellow {
  background-color: #e8c51b;
}

.u-en {
  font-family: "Be Vietnam Pro", "Noto Sans JP", sans-serif;
}

.u-fz15 {
  font-size: 1.5rem;
}
@media screen and (max-width: 800px) {
  .u-fz15 {
    font-size: 1.2rem;
  }
}

.u-fz18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 800px) {
  .u-fz18 {
    font-size: 1.4rem;
  }
}

.u-fz20 {
  font-size: 2rem;
}
@media screen and (max-width: 800px) {
  .u-fz20 {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */