@charset "UTF-8";
.p-top__hero {
  padding: 40px 12.133%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 767px) {
  .p-top__hero {
    padding: 40px 5%;
  }
}
@media (min-width: 959px) {
  .p-top__hero {
    padding: 90px 40px;
    height: 60vw;
    max-height: 850px;
  }
}
.p-top__hero-slider {
  list-style-type: none;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  background-color: transparent;
  width: 90% !important;
  max-width: 628px;
  display: none;
}
.p-top__hero-slider img {
  width: 100% !important;
  height: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 767px) {
  .p-top__hero-slider {
    display: block;
    width: 40% !important;
    right: 5%;
  }
}
@media (min-width: 959px) {
  .p-top__hero-slider {
    right: 7%;
    width: 50% !important;
  }
}
@media (min-width: 1299px) {
  .p-top__hero-slider {
    right: 10.27%;
    width: 90% !important;
  }
}
.p-top__hero-slider .progressbar {
  right: 0;
  top: 0;
  left: auto;
  height: 1px;
  background-color: #002855;
}
.p-top__hero-slider .progressbarouter {
  position: absolute;
  display: block !important;
  right: -2%;
  top: 50px;
  rotate: -90deg;
  width: 165px !important;
  transform-origin: right bottom;
}
@media (min-width: 959px) {
  .p-top__hero-slider .progressbarouter {
    right: -5%;
  }
}
@media (min-width: 1199px) {
  .p-top__hero-slider .progressbarouter {
    right: -10%;
  }
}
.p-top__hero-slider .info_slide_dots {
  display: flex !important;
  flex-direction: column;
  gap: 18px;
  right: calc(-2% - 5px);
  bottom: auto;
  left: auto !important;
  top: 242px;
  height: 66px;
  width: 10px;
  padding: 0;
  transform: unset !important;
}
@media (min-width: 959px) {
  .p-top__hero-slider .info_slide_dots {
    right: calc(-5% - 5px);
  }
}
@media (min-width: 1199px) {
  .p-top__hero-slider .info_slide_dots {
    right: calc(-10% - 5px);
  }
}
.p-top__hero-slider .info_slide_dots .image_number {
  width: 10px;
  height: 10px;
  background-color: #F0F0F0;
  opacity: 1 !important;
  margin: 0;
  transition: background-color 0.5s;
}
.p-top__hero-slider .info_slide_dots .image_number:hover {
  background-color: #002855 !important;
  opacity: 1 !important;
}
.p-top__hero-slider .info_slide_dots .image_number.image_number_select {
  background-color: #002855;
}
.p-top__hero-sliderSp {
  position: relative;
  bottom: 0;
  right: -10%;
  width: 100% !important;
  /*追加*/
  height: 100%;
  /*追加*/
}
@media (min-width: 767px) {
  .p-top__hero-sliderSp {
    width: 43% !important;
    margin-right: 0;
    right: calc(10.27% - 40px);
  }
}
.p-top__hero-sliderSp_outer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding-top: 75px;
}
@media (min-width: 767px) {
  .p-top__hero-sliderSp_outer {
    left: auto;
    right: 0;
    padding-top: 95px;
    margin: 0 40px;
    width: calc(100% - 80px);
  }
}
@media (min-width: 959px) {
  .p-top__hero-sliderSp_outer {
    padding-top: 120px;
  }
}
.p-top__hero-sliderSp_outer .swiper-bar {
  position: absolute;
  width: 44%;
  height: 1px;
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
  top: calc(75px + 5%);
  left: 6.66%;
  rotate: 90deg;
  transform-origin: 0 0;
}
@media (min-width: 767px) {
  .p-top__hero-sliderSp_outer .swiper-bar {
    width: 100px;
    z-index: 1;
    left: auto;
    right: calc(3.055% - 35px);
    top: 230px;
    rotate: 90deg;
    transform-origin: right bottom;
  }
}
@media (min-width: 959px) {
  .p-top__hero-sliderSp_outer .swiper-bar {
    top: 295px;
  }
}
@media (min-width: 1199px) {
  .p-top__hero-sliderSp_outer .swiper-bar {
    width: 165px;
    top: 370px;
  }
}
.p-top__hero-sliderSp_outer .swiper-bar span {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #002855;
  border-radius: 10px;
  transform: scaleX(0);
  transform-origin: left center;
  transition-timing-function: linear;
}
.p-top__hero-sliderSp_outer .swiper-slide {
  /*追加*/
  position: relative;
  overflow: hidden;
  /*追加*/
}
.p-top__hero-sliderSp_outer .swiper-slide img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  animation: slideOut 1s forwards;
}
@media (min-width: 767px) {
  .p-top__hero-sliderSp_outer .swiper-slide {
    text-align: right;
  }
  .p-top__hero-sliderSp_outer .swiper-slide img {
    display: inline;
  }
}
.p-top__hero-sliderSp_outer .swiper-pagination {
  display: flex !important;
  flex-direction: column;
  gap: 18px;
  left: clamp(1.28rem, -0.075rem + 5.781vw, 2.7rem);
  top: calc(75px + 5% + 33%);
  bottom: auto;
  height: 66px;
  width: 10px;
  padding: 0;
  transform: unset !important;
  z-index: 1;
}
@media (min-width: 767px) {
  .p-top__hero-sliderSp_outer .swiper-pagination {
    right: calc(3.055% - 40px);
    bottom: auto;
    left: auto !important;
  }
}
.p-top__hero-sliderSp_outer .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #F0F0F0;
  opacity: 1 !important;
  margin: 0;
  transition: background-color 0.5s;
}
.p-top__hero-sliderSp_outer .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #002855 !important;
  opacity: 1 !important;
}
.p-top__hero-sliderSp_outer .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #002855;
}
.p-top__hero-bg {
  position: relative;
  z-index: 0;
  text-align: center;
  margin-top: 60px;
}
@media (min-width: 767px) {
  .p-top__hero-bg {
    margin-top: 80px;
    margin-bottom: 0;
  }
}
@media (min-width: 959px) {
  .p-top__hero-bg {
    margin-top: 100px;
  }
}
.p-top__header {
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #002855;
  font-weight: 900;
  position: relative;
  font-size: clamp(1.25rem, 1.079rem + 0.728vw, 1.625rem);
  letter-spacing: 0.1em;
}
@media (min-width: 1199px) {
  .p-top__header {
    font-size: 1.625rem;
  }
}
.p-top__header.-fz30 {
  font-size: clamp(1.375rem, 1.147rem + 0.971vw, 1.875rem);
}
@media (min-width: 1199px) {
  .p-top__header.-fz30 {
    font-size: 1.875rem;
  }
}
.p-top__header::before {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  font-size: clamp(2.5rem, 1.615rem + 3.776vw, 5.625rem);
}
@media (min-width: 1199px) {
  .p-top__header::before {
    font-size: 5.625rem;
  }
}
.p-top__company {
  background-color: #DC0514;
  padding: 40px 5%;
  color: #fff;
}
@media (min-width: 767px) {
  .p-top__company {
    padding: 60px 40px;
  }
}
@media (min-width: 959px) {
  .p-top__company {
    padding: 80px 50px;
  }
}
.p-top__company .p-top__header {
  color: #fff;
  margin-bottom: 30px;
}
@media (min-width: 959px) {
  .p-top__company .p-top__header {
    margin-bottom: 45px;
  }
}
.p-top__company .p-top__header::before {
  content: "COMPANY";
  margin-bottom: 10px;
}
.p-top__company-inner {
  margin-bottom: 50px;
}
@media (min-width: 767px) {
  .p-top__company-inner {
    margin-bottom: 70px;
  }
}
@media (min-width: 959px) {
  .p-top__company-inner {
    display: flex;
    gap: 5.6666%;
  }
}
@media (min-width: 1199px) {
  .p-top__company-inner {
    max-width: 1200px;
    margin-inline: auto;
  }
}
@media (min-width: 959px) {
  .p-top__company .u-txt {
    width: 50%;
  }
}
.p-top__company .u-txt ul {
  list-style-type: none;
  margin-top: 30px;
}
@media (min-width: 767px) {
  .p-top__company .u-txt ul {
    margin-top: 40px;
  }
}
@media (min-width: 959px) {
  .p-top__company .u-txt ul {
    margin-top: 55px;
  }
}
.p-top__company .u-txt ul li:not(:last-child) {
  margin-bottom: 15px;
}
.p-top__company .u-txt ul a {
  width: 100%;
  max-width: 320px;
}
.p-top__company .u-txt ul a .c-newwindow svg {
  fill: #fff;
}
.p-top__company .u-img {
  margin-top: 30px;
  position: relative;
  max-width: 70%;
  margin-inline: auto;
}
@media (min-width: 767px) {
  .p-top__company .u-img {
    margin-top: 70px;
    max-width: 60%;
  }
}
@media (min-width: 959px) {
  .p-top__company .u-img {
    margin-top: 0;
    width: 44.333%;
    margin-inline: 0;
  }
}
.p-top__company .u-img picture > img {
  width: 76.127%;
  margin-top: 40px;
}
@media (min-width: 959px) {
  .p-top__company .u-img picture > img {
    margin-top: 90px;
  }
}
.p-top__company .u-img span {
  width: 30%;
  position: absolute;
  right: 0;
  top: 0;
}
.p-top__company .u-img span img {
  filter: drop-shadow(0px 0px 15px rgb(0, 0, 0));
}
@media (min-width: 1199px) {
  .p-top__company .u-img {
    width: 532px;
  }
}
.p-top__company-lead {
  font-size: 1rem;
}
@media (min-width: 767px) {
  .p-top__company-lead {
    font-size: 1.125rem;
  }
}
.p-top__company-lead br {
  display: none;
}
@media (min-width: 767px) {
  .p-top__company-lead br {
    display: inline;
  }
}
.p-top__company-link {
  margin-top: 40px;
  margin-inline: auto;
  max-width: 380px;
}
@media (min-width: 767px) {
  .p-top__company-link {
    margin: 50px 0 0;
  }
}
.p-top__company-link a {
  max-width: 380px;
  box-shadow: 5px 5px 0px 0px #002855;
}
@media (min-width: 959px) {
  .p-top__company-link a {
    box-shadow: 10px 10px 0px 0px #002855;
  }
}
.p-top__company-whatBnr {
  display: block;
  text-align: center;
  max-width: 1200px;
  margin: 40px 0 30px;
}
@media (min-width: 959px) {
  .p-top__company-whatBnr {
    margin: 105px auto 75px;
  }
}
.p-top__company-whatBnr img {
  width: 100%;
}
.p-top__industry {
  background-color: #002855;
  position: relative;
  overflow: hidden;
}
@media (min-width: 767px) {
  .p-top__industry {
    display: flex;
  }
}
.p-top__industry > div {
  background-color: #fff;
  color: #002855;
  width: 95%;
  text-align: center;
  padding: 20px 10px 44vw;
  max-width: 890px;
  margin-inline: auto;
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  position: relative;
  z-index: 0;
}
@media (min-width: 767px) {
  .p-top__industry > div {
    padding: 40px 15px;
    width: 55%;
    z-index: 1;
  }
}
@media (min-width: 959px) {
  .p-top__industry > div {
    padding: 60px 20px;
  }
}
@media (min-width: 1199px) {
  .p-top__industry > div {
    padding: 80px 20px;
  }
}
@media (min-width: 1399px) {
  .p-top__industry > div {
    padding: 120px 20px 80px;
    -webkit-clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
            clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
    width: 100%;
  }
}
.p-top__industry > div strong {
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  position: relative;
  font-size: clamp(1.25rem, 0.966rem + 1.214vw, 1.875rem);
}
@media (min-width: 1199px) {
  .p-top__industry > div strong {
    font-size: 1.875rem;
  }
}
.p-top__industry > div strong::before {
  content: "BRIDGE\aINDUSTRY";
  white-space: pre;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.875rem, 0.168rem + 7.282vw, 5.625rem);
  line-height: 1.1;
  margin-bottom: 5px;
}
@media (min-width: 1199px) {
  .p-top__industry > div strong::before {
    font-size: 5.625rem;
  }
}
.p-top__industry > figure {
  width: 40%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  transition: left 0.5s, height 0.5s, right 0.5s;
  pointer-events: none;
}
@media (min-width: 767px) {
  .p-top__industry > figure {
    height: 80%;
    width: auto;
    /* position: relative;
    width: auto;
    bottom: auto; */
  }
  .p-top__industry > figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 959px) {
  .p-top__industry > figure {
    height: 70%;
  }
}
@media (min-width: 1299px) {
  .p-top__industry > figure {
    height: 80%;
  }
}
@media (min-width: 1399px) {
  .p-top__industry > figure {
    height: 550px;
  }
}
@media (min-width: 1599px) {
  .p-top__industry > figure {
    width: 50%;
  }
}
.p-top__industry > figure:first-child {
  left: 5%;
}
@media (min-width: 767px) {
  .p-top__industry > figure:first-child {
    left: 1%;
    z-index: 0;
  }
}
@media (min-width: 1199px) {
  .p-top__industry > figure:first-child {
    left: -2%;
  }
}
@media (min-width: 1399px) {
  .p-top__industry > figure:first-child {
    left: -10%;
  }
}
@media (min-width: 1599px) {
  .p-top__industry > figure:first-child {
    left: -5%;
  }
}
.p-top__industry > figure:last-child {
  right: 5%;
}
@media (min-width: 767px) {
  .p-top__industry > figure:last-child {
    right: -3%;
    z-index: 2;
  }
}
@media (min-width: 959px) {
  .p-top__industry > figure:last-child {
    right: 0;
  }
}
@media (min-width: 1399px) {
  .p-top__industry > figure:last-child {
    right: -1%;
  }
}
.p-top__industry-link {
  margin-top: 20px;
  width: 80%;
  margin-inline: auto;
}
@media (min-width: 767px) {
  .p-top__industry-link {
    margin-top: 40px;
  }
}
@media (min-width: 959px) {
  .p-top__industry-link {
    margin-top: 60px;
  }
}
.p-top__industry-link a {
  max-width: 380px;
  margin-inline: auto;
  box-shadow: 5px 5px 0px 0px #F0F0F0;
}
@media (min-width: 959px) {
  .p-top__industry-link a {
    box-shadow: 10px 10px 0px 0px #F0F0F0;
  }
}
.p-top__business {
  background-color: #002855;
  color: #fff;
}
@media (min-width: 959px) {
  .p-top__business {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}
.p-top__business .p-top__header {
  color: #fff;
  margin-bottom: 30px;
}
@media (min-width: 959px) {
  .p-top__business .p-top__header {
    margin-bottom: 45px;
  }
}
.p-top__business .p-top__header::before {
  content: "BUSINESS";
  margin-bottom: 10px;
}
.p-top__business .u-txt {
  padding: 40px 5%;
}
@media (min-width: 767px) {
  .p-top__business .u-txt {
    padding: 60px 40px;
  }
}
@media (min-width: 959px) {
  .p-top__business .u-txt {
    grid-area: 1/1/3/2;
    padding: 80px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .p-top__business .u-txt > * {
    min-width: 300px;
  }
}
@media (min-width: 1199px) {
  .p-top__business .u-txt {
    align-items: flex-end;
  }
  .p-top__business .u-txt > * {
    min-width: 486px;
  }
}
@media (min-width: 1299px) {
  .p-top__business .u-txt {
    padding-right: 130px;
  }
}
.p-top__business .u-txt ul {
  list-style-type: none;
  margin-top: 30px;
}
@media (min-width: 767px) {
  .p-top__business .u-txt ul {
    margin-top: 40px;
  }
}
@media (min-width: 959px) {
  .p-top__business .u-txt ul {
    margin-top: 55px;
  }
}
.p-top__business .u-txt ul li:not(:last-child) {
  margin-bottom: 15px;
}
.p-top__business .u-txt ul a {
  width: 100%;
  max-width: 320px;
}
.p-top__business .u-txt ul a .c-newwindow svg {
  fill: #fff;
}
.p-top__business-lead {
  font-size: 1rem;
}
@media (min-width: 767px) {
  .p-top__business-lead {
    font-size: 1.125rem;
  }
}
.p-top__business-lead br {
  display: none;
}
@media (min-width: 767px) {
  .p-top__business-lead br {
    display: inline;
  }
}
.p-top__business-link {
  margin-top: 40px;
  margin-inline: auto;
  max-width: 380px;
}
@media (min-width: 767px) {
  .p-top__business-link {
    margin: 50px 0 0;
  }
}
.p-top__business-link a {
  max-width: 380px;
  box-shadow: 5px 5px 0px 0px rgb(70, 130, 160);
}
@media (min-width: 959px) {
  .p-top__business-link a {
    box-shadow: 10px 10px 0px 0px rgb(70, 130, 160);
  }
}
.p-top__business-check {
  overflow: hidden;
}
.p-top__business-check.-check01 {
  grid-area: 1/2/2/3;
}
.p-top__business-check.-check02 {
  grid-area: 2/2/3/3;
}
.p-top__business-check a {
  display: block;
  color: #fff;
}
@media (min-width: 959px) {
  .p-top__business-check a {
    height: 100%;
  }
}
@media (any-hover: hover) {
  .p-top__business-check a:where(:-moz-any-link, :enabled, summary):hover figure::before {
    opacity: 0.5;
  }
  .p-top__business-check a:where(:any-link, :enabled, summary):hover figure::before {
    opacity: 0.5;
  }
  .p-top__business-check a:where(:-moz-any-link, :enabled, summary):hover img {
    scale: 1.1;
  }
  .p-top__business-check a:where(:any-link, :enabled, summary):hover img {
    scale: 1.1;
  }
}
.p-top__business-check figure {
  position: relative;
  font-size: clamp(1.875rem, 1.164rem + 3.034vw, 3.438rem);
  aspect-ratio: 2/1;
  line-height: 1.5;
}
@media (min-width: 959px) {
  .p-top__business-check figure {
    height: 100%;
    aspect-ratio: unset;
  }
}
@media (min-width: 1199px) {
  .p-top__business-check figure {
    font-size: 3.4375rem;
  }
}
.p-top__business-check figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: scale 0.5s;
}
.p-top__business-check figure::before {
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #002855;
  opacity: 0.15;
  mix-blend-mode: multiply;
  transition: opacity 0.5s;
}
.p-top__business-check figure figcaption {
  position: absolute;
  left: 1em;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-top__business-check figure figcaption span {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0;
  display: inline-block;
  font-size: clamp(1.25rem, 0.966rem + 1.214vw, 1.875rem);
}
@media (min-width: 1199px) {
  .p-top__business-check figure figcaption span {
    font-size: 1.875rem;
  }
}
.p-top__business-check figure figcaption span .u-large {
  font-size: clamp(2.5rem, 1.931rem + 2.427vw, 3.75rem);
  margin-left: 10px;
}
@media (min-width: 1199px) {
  .p-top__business-check figure figcaption span .u-large {
    font-size: 3.75rem;
  }
}
.p-top__person {
  background-color: #EEF5F8;
  padding: 60px 5%;
}
@media (min-width: 767px) {
  .p-top__person {
    padding: 80px 40px;
  }
}
@media (min-width: 959px) {
  .p-top__person {
    padding: 100px 50px;
  }
}
@media (min-width: 1199px) {
  .p-top__person {
    padding: 100px 50px 200px;
  }
}
@media (min-width: 1199px) {
  .p-top__person-inner {
    max-width: 1200px;
    margin-inline: auto;
  }
}
.p-top__person .p-top__header {
  text-align: center;
}
.p-top__person .p-top__header::before {
  content: "PERSON";
  margin-bottom: 10px;
}
.p-top__person-lead {
  text-align: center;
  color: #002855;
  margin: 20px 0 40px;
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 767px) {
  .p-top__person-lead {
    margin: 30px 0 50px;
    font-size: 1.125rem;
  }
}
@media (min-width: 959px) {
  .p-top__person-lead {
    margin: 50px 0 70px;
  }
}
@media (min-width: 1199px) {
  .p-top__person-lead {
    margin: 75px 0 100px;
  }
}
.p-top__person-link {
  margin-top: 40px;
  margin-inline: auto;
}
@media (min-width: 767px) {
  .p-top__person-link {
    margin: 50px auto 0;
  }
}
@media (min-width: 959px) {
  .p-top__person-link {
    margin: 80px auto 0;
  }
}
@media (min-width: 1199px) {
  .p-top__person-link {
    margin: 100px auto 0;
  }
}
.p-top__person-link a {
  box-shadow: 5px 5px 0px 0px rgb(240, 240, 240);
}
@media (min-width: 959px) {
  .p-top__person-link a {
    box-shadow: 10px 10px 0px 0px rgb(240, 240, 240);
  }
}
.p-top__person-messages {
  position: relative;
  padding-top: 20px;
}
@media (min-width: 767px) {
  .p-top__person-messages {
    padding-top: 30px;
  }
}
@media (min-width: 959px) {
  .p-top__person-messages {
    padding-top: 50px;
  }
}
.p-top__person-messages::before {
  content: "VOICE OF SENIORS";
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  color: #fff;
  text-align: center;
  font-size: clamp(2.5rem, -0.487rem + 12.743vw, 9.063rem);
  margin-inline: auto;
  display: block;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  line-height: 1;
}
@media (min-width: 1199px) {
  .p-top__person-messages::before {
    font-size: 9.375rem;
  }
}
.p-top__person-messages h3 {
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #002855;
  font-weight: bold;
  position: relative;
  font-size: clamp(1.375rem, 1.147rem + 0.971vw, 1.875rem);
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .p-top__person-messages h3 {
    margin-bottom: 30px;
  }
}
@media (min-width: 959px) {
  .p-top__person-messages h3 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1199px) {
  .p-top__person-messages h3 {
    font-size: 1.875rem;
  }
}
.p-top__person-more {
  margin: 30px 0 0 auto;
  text-align: right;
}
@media (min-width: 767px) {
  .p-top__person-more {
    position: absolute;
    right: 0;
    top: 35px;
    margin: 0;
  }
}
@media (min-width: 959px) {
  .p-top__person-more {
    top: 60px;
  }
}
.p-top__person-more a {
  text-align: left;
  min-width: 150px;
}
.p-top__person-slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: calc(100% - 60px);
  margin-inline: auto;
}
@media (min-width: 959px) {
  .p-top__person-slider {
    width: calc(100% - 100px);
  }
}
@media (min-width: 1499px) {
  .p-top__person-slider {
    width: 100%;
  }
}
.p-top__person-sliderOuter {
  position: relative;
}
.p-top__person-sliderOuter.slideNone .p-top__person-sliderArrow {
  display: none;
}
.p-top__person-sliderArrow {
  position: absolute;
  width: 100%;
  left: 0;
  height: 25px;
  top: 50%;
  translate: 0 -50%;
  pointer-events: none;
}
@media (min-width: 959px) {
  .p-top__person-sliderArrow {
    height: 45px;
  }
}
.p-top__person-sliderArrow__prev, .p-top__person-sliderArrow__next {
  width: 25px;
  height: 25px;
  pointer-events: auto;
  position: absolute;
  top: 0;
}
@media (min-width: 959px) {
  .p-top__person-sliderArrow__prev, .p-top__person-sliderArrow__next {
    height: 45px;
    width: 45px;
  }
}
.p-top__person-sliderArrow__prev::before, .p-top__person-sliderArrow__next::before {
  content: "";
  height: 25px;
  height: 25px;
  border-right: 1px solid #002855;
  border-bottom: 1px solid #002855;
  display: block;
}
@media (min-width: 959px) {
  .p-top__person-sliderArrow__prev::before, .p-top__person-sliderArrow__next::before {
    height: 45px;
    width: 45px;
  }
}
.p-top__person-sliderArrow__prev {
  left: 0;
  rotate: 135deg;
}
@media (min-width: 1499px) {
  .p-top__person-sliderArrow__prev {
    left: -60px;
  }
}
.p-top__person-sliderArrow__next {
  right: 0;
  rotate: -45deg;
}
@media (min-width: 1499px) {
  .p-top__person-sliderArrow__next {
    right: -60px;
  }
}
.p-top__person-sliderItem a {
  display: flex;
  flex-direction: column;
  color: #000;
  text-decoration: none;
}
.p-top__person-sliderItem figure {
  height: 210px;
  background-color: #F0F0F0;
  /* display: grid;
  place-items: center; */
}
.p-top__person-sliderItem figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__person-sliderItem .u-txt {
  background-color: #fff;
  padding: 20px;
}
.p-top__person-sliderItem .u-txt p {
  margin-bottom: 0.5em;
}
.p-top__person-sliderItem .u-txt .u-bold {
  font-size: 120%;
}
.p-top__person-sliderItem .u-txt ul {
  margin-top: 20px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 10px;
}
.p-top__person-sliderItem .u-txt ul li {
  width: calc((100% - 20px) / 3);
  border-radius: 100px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1.5;
  padding: 3px 0px;
  white-space: nowrap;
}
.p-top__person-sliderItem .u-txt ul li.-newer {
  background-color: #6EAECD;
}
.p-top__person-sliderItem .u-txt ul li.-jimu {
  background-color: #4C70B4;
}
.p-top__person-sliderItem .u-txt ul li.-sekisan {
  background-color: #529BF5;
}
.p-top__person-sliderItem .u-txt ul li.-woman {
  background-color: #69A286;
}
.p-top__person-sliderItem .u-txt ul li.-graduate {
  background-color: #BCA564;
}
.p-top__person-sliderItem .u-txt ul li a {
  color: #fff;
}
.p-top__faq {
  background-color: #F0F0F0;
  padding: 60px 5%;
}
@media (min-width: 767px) {
  .p-top__faq {
    padding: 80px 40px;
  }
}
@media (min-width: 959px) {
  .p-top__faq {
    padding: 100px 50px;
  }
}
.p-top__faq .p-top__header {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
@media (min-width: 1199px) {
  .p-top__faq .p-top__header {
    writing-mode: vertical-rl;
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-top__faq .p-top__header::before {
  content: "FAQ";
}
.p-top__faq-inner > div {
  margin-top: 20px;
}
@media (min-width: 767px) {
  .p-top__faq-inner > div {
    margin-top: 30px;
  }
}
@media (min-width: 959px) {
  .p-top__faq-inner > div {
    margin-top: 40px;
  }
}
@media (min-width: 1199px) {
  .p-top__faq-inner {
    max-width: 1200px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    flex-direction: row-reverse;
  }
  .p-top__faq-inner > div {
    margin-top: 0;
    width: 80.8333%;
    position: relative;
  }
}
.p-top__faq-link {
  margin-top: 30px;
  margin-inline: auto;
}
@media (min-width: 767px) {
  .p-top__faq-link {
    margin: 40px auto 0;
  }
}
@media (min-width: 1199px) {
  .p-top__faq-link {
    margin: 50px 0 0;
  }
}
.p-top__faq-link a {
  box-shadow: 5px 5px 0px 0px rgb(255, 255, 255);
}
@media (min-width: 959px) {
  .p-top__faq-link a {
    box-shadow: 10px 10px 0px 0px rgb(255, 255, 255);
  }
}
.p-top__news {
  padding: 60px 5%;
}
@media (min-width: 767px) {
  .p-top__news {
    padding: 80px 40px;
  }
}
@media (min-width: 959px) {
  .p-top__news {
    padding: 100px 50px;
  }
}
@media (min-width: 1199px) {
  .p-top__news {
    overflow: hidden;
  }
}
.p-top__news .p-top__header {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
@media (min-width: 1199px) {
  .p-top__news .p-top__header {
    writing-mode: vertical-rl;
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-top__news .p-top__header::before {
  content: "NEWS";
}
@media (min-width: 1199px) {
  .p-top__news-inner {
    max-width: 1200px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
  }
  .p-top__news-inner > div {
    width: 70.8333%;
    position: relative;
  }
  .p-top__news-inner > div::after {
    content: "";
    height: 100%;
    width: 100vw;
    position: absolute;
    left: -120px;
    top: 50%;
    translate: 0 -50%;
    background-color: #F0F0F0;
    z-index: 0;
  }
}
.p-top__news .c-news__list {
  background-color: #F0F0F0;
  padding: 30px;
  margin: 20px 0 30px;
}
@media (min-width: 767px) {
  .p-top__news .c-news__list {
    margin: 40px 0;
    padding: 40px;
  }
}
@media (min-width: 959px) {
  .p-top__news .c-news__list {
    padding: 50px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1199px) {
  .p-top__news .c-news__list {
    background-color: transparent;
    padding: 95px 0;
    margin: 0;
    z-index: 1;
    position: relative;
  }
}
.p-top__news-link {
  margin-inline: auto;
}
@media (min-width: 1199px) {
  .p-top__news-link {
    position: absolute;
    margin: 0 0 0 auto;
    right: 0;
    bottom: -35px;
    z-index: 1;
  }
}
.p-top__news-link a {
  box-shadow: 5px 5px 0px 0px rgb(255, 255, 255);
}
@media (min-width: 959px) {
  .p-top__news-link a {
    box-shadow: 10px 10px 0px 0px rgb(255, 255, 255);
  }
}
.p-top__linkBtn {
  width: 100%;
  max-width: 380px;
}

@keyframes slideOut {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}/*# sourceMappingURL=top.css.map */