.p-rec-top {
  background-color: #ecefef;
}
/* .p-rec-top-main a {
  display: block;
} */
.p-rec-top-main {
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-all;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.75;
  color: #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.15rem;
  overflow-x: hidden;
  width: 100vw;
  display: block;
  margin: 0;
}
@media only screen and (max-width: 374px) {
  .p-rec-top-main {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) {
  .p-rec-top-main {
    font-size: 1.6rem;
  }
}
.p-rec-top-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-rec-top-bg figure {
  width: 208.6666666667%;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-bg figure {
    width: 81.3541666667%;
  }
}
.p-rec-top-mv {
  position: relative;
  z-index: 1;
}
.p-rec-top-mv__inner {
  aspect-ratio: 750/1700;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-mv__inner {
    aspect-ratio: 1/1;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-mv__inner {
    aspect-ratio: 1920/1080;
    width: 100%;
  }
}
.p-rec-top-mv__item {
  position: absolute;
  opacity: 0;
}
.p-rec-top-mv__item .item-fuki {
  position: absolute;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
  color: #fff;
  padding: 1rem;
  opacity: 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-mv__item .item-fuki {
    font-size: 1.7rem;
    padding: 1.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-mv__item .item-fuki {
    font-size: 2.2rem;
    padding: 2rem;
  }
}
.p-rec-top-mv__item .item-fuki::after {
  content: "";
  display: block;
  width: 4rem;
  position: absolute;
  bottom: -2.4rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-mv__item .item-fuki::after {
    width: 6rem;
    bottom: -3.5rem;
  }
}
.p-rec-top-mv__item .item-fuki.is-floating {
  -webkit-animation: fukidashi 2s ease-in-out infinite;
  animation: fukidashi 2s ease-in-out infinite;
}
.p-rec-top-mv__item .item-fuki.--dark {
  background-color: #172c6b;
}
.p-rec-top-mv__item .item-fuki.--dark::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 59.3 36.5"><path fill="%23172c6b" d="M59.3.1c-4.4.1-9.1.4-12.4,1-10.8,1.9-20.2,6.7-28.3,14.1-6,5.4-10.5,12-13.7,19.4-.3.8-1.2,1.8-2.1,1.8-1.6,0-2.7-.8-2.7-3.2C0,23.9,0,0,0,0h59.3Z"/></svg>')
    no-repeat center/contain;
  aspect-ratio: 60/37;
}
.p-rec-top-mv__item .item-fuki.--light {
  background-color: #0c7098;
}
.p-rec-top-mv__item .item-fuki.--light::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 59.3 36.5"><path fill="%230c7098" d="M59.3.1c-4.4.1-9.1.4-12.4,1-10.8,1.9-20.2,6.7-28.3,14.1-6,5.4-10.5,12-13.7,19.4-.3.8-1.2,1.8-2.1,1.8-1.6,0-2.7-.8-2.7-3.2C0,23.9,0,0,0,0h59.3Z"/></svg>')
    no-repeat center/contain;
  aspect-ratio: 60/37;
}
.p-rec-top-mv__item .item-fuki.--l {
  border-radius: 1rem 1rem 1rem 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-mv__item .item-fuki.--l {
    border-radius: 2rem 2rem 2rem 0;
  }
}
.p-rec-top-mv__item .item-fuki.--l::after {
  left: 0;
}
.p-rec-top-mv__item .item-fuki.--r {
  border-radius: 1rem 1rem 0 1rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-mv__item .item-fuki.--r {
    border-radius: 2rem 2rem 0 2rem;
  }
}
.p-rec-top-mv__item .item-fuki.--r::after {
  right: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.p-rec-top-mv__item.--01 {
  width: 48%;
  bottom: 7.5%;
  left: 4%;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-mv__item.--01 {
    width: 30%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-mv__item.--01 {
    width: 22.4%;
    bottom: 47%;
  }
}
.p-rec-top-mv__item.--01 .item-fuki {
  top: -39%;
  left: 2%;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-mv__item.--01 .item-fuki {
    top: -34%;
    left: 13%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-mv__item.--01 .item-fuki {
    top: -19%;
    left: 18%;
  }
}
.p-rec-top-mv__item.--02 {
  width: 38.2%;
  bottom: 2%;
  right: 20%;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-mv__item.--02 {
    width: 30%;
    bottom: 0;
    right: 40%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-mv__item.--02 {
    width: 14.9%;
    top: 16%;
    bottom: auto;
    left: 37.5%;
    right: auto;
  }
}
.p-rec-top-mv__item.--02 .item-fuki {
  top: -82%;
  right: -50%;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-mv__item.--02 .item-fuki {
    top: -56%;
    right: -15%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-mv__item.--02 .item-fuki {
    top: -75%;
    right: -77%;
  }
}
.p-rec-top-mv__item.--03 {
  width: 47.5%;
  top: 8%;
  right: 6%;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-mv__item.--03 {
    width: 27%;
    top: 10%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-mv__item.--03 {
    width: 26.6%;
    top: 25%;
    right: 2.7%;
  }
}
.p-rec-top-mv__item.--03 .item-fuki {
  top: -25%;
  right: 21%;
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-mv__item.--03 .item-fuki {
    top: -18%;
    right: 12%;
  }
}
.p-rec-top-mv__item.--04 {
  width: 32.3%;
  bottom: 24%;
  right: 6%;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-mv__item.--04 {
    width: 23%;
    bottom: 10%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-mv__item.--04 {
    width: 12.6%;
    bottom: 19%;
    left: 15.6%;
    right: auto;
  }
}
.p-rec-top-mv__item.--04 .item-fuki {
  top: -60%;
  left: -80%;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-mv__item.--04 .item-fuki {
    left: -30%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-mv__item.--04 .item-fuki {
    top: -55%;
    left: auto;
    right: -45%;
    border-radius: 2rem 2rem 2rem 0;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-mv__item.--04 .item-fuki::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    left: 0;
  }
}
.p-rec-top-mv__item.--05 {
  width: 38.2%;
  top: 23%;
  left: 16%;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-mv__item.--05 {
    width: 30%;
    top: 17%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-mv__item.--05 {
    width: 14.9%;
    top: auto;
    bottom: 11%;
    left: 51%;
  }
}
.p-rec-top-mv__item.--05 .item-fuki {
  top: -100%;
  left: -31%;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-mv__item.--05 .item-fuki {
    top: -57%;
    left: -21%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-mv__item.--05 .item-fuki {
    border-radius: 2rem 2rem 2rem 0;
    top: -80%;
    left: auto;
    right: -75%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-mv__item.--05 .item-fuki::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    left: 0;
  }
}
.p-rec-top-mv__copy {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem 0;
  margin-top: -6rem;
  opacity: 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-mv__copy {
    gap: 3.5rem;
    margin-top: 0;
  }
}
.p-rec-top-mv__copy-jp {
  font-size: 3.5rem;
  font-weight: 700;
  color: #172c6b;
  line-height: 1.2857142857;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-mv__copy-jp {
    font-size: 6.8rem;
  }
}
.p-rec-top-mv__copy-en {
  font-family: "Archivo", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #172c6b;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-mv__copy-en {
    font-size: 3rem;
  }
}
@-webkit-keyframes fukidashi {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-0.7rem);
    transform: translateY(-0.7rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fukidashi {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-0.7rem);
    transform: translateY(-0.7rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.p-rec-top-message {
  padding: 12.5rem 0 9rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-message {
    padding: 13rem 0 15rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-message {
    padding: 15rem 0 20rem;
  }
}
.p-rec-top-message__ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #172c6b;
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-message__ttl {
    font-size: 4.5rem;
    margin-bottom: 5.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-message__ttl {
    font-size: 6rem;
    margin-bottom: 7rem;
  }
}
.p-rec-top-message__txtbox {
  display: -ms-grid;
  display: grid;
  gap: 4.5rem 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-message__txtbox {
    width: 55%;
    margin-inline: auto;
    gap: 6rem 0;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-message__txtbox {
    gap: 8.5rem 0;
  }
}
.p-rec-top-message__txt {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2 !important;
  letter-spacing: 0.08em;
  color: #000;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-message__txt {
    font-size: 2.2rem;
    line-height: 2.7272727273;
  }
}
.p-rec-top-message__imgbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9.5rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-message__imgbox {
    margin-top: 12rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-message__imgbox {
    margin-top: 15.5rem;
  }
}
.p-rec-top-message__imglist {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: messSlide 40s linear infinite;
  animation: messSlide 40s linear infinite;
}
.p-rec-top-message__imgitem {
  margin-right: 1.6rem !important;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-message__imgitem {
    margin-right: 3.3rem !important;
  }
}
.p-rec-top-message__imgitem.--01 {
  aspect-ratio: 342/480;
  width: 45.6vw;
  margin-top: 4.6rem !important;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-message__imgitem.--01 {
    width: 17.8125vw;
    margin-top: 9.2rem !important;
  }
}
.p-rec-top-message__imgitem.--02 {
  aspect-ratio: 456/650;
  width: 60.8vw;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-message__imgitem.--02 {
    width: 23.75vw;
  }
}
.p-rec-top-message__imgitem.--03 {
  aspect-ratio: 342/536;
  width: 45.6vw;
  margin-top: 2.6rem !important;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-message__imgitem.--03 {
    width: 17.8125vw;
    margin-top: 5.2rem !important;
  }
}
.p-rec-top-message__imgitem.--04 {
  aspect-ratio: 522/540;
  width: 69.6vw;
  margin-top: 5.3rem !important;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-message__imgitem.--04 {
    width: 27.1875vw;
    margin-top: 10.6rem !important;
  }
}
.p-rec-top-message__imgitem.--05 {
  aspect-ratio: 456/650;
  width: 60.8vw;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-message__imgitem.--05 {
    width: 23.75vw;
  }
}
@-webkit-keyframes messSlide {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}
@keyframes messSlide {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}
.p-rec-top-news {
  background-color: #fff;
  padding: 5rem 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-news {
    padding: 10rem 0 8rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-news {
    padding: 16.5rem 0 13rem;
  }
}
.p-rec-top-news__inner {
  padding: 0 2rem !important;
  display: -ms-grid;
  display: grid;
  gap: 1rem 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-news__inner {
    padding: 0 3rem !important;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 24rem 7rem auto;
    grid-template-columns: 24rem auto;
    gap: 0 7rem;
  }
}
.p-rec-top-news__ttl-en {
  font-family: "Archivo", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #172c6b;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-news__ttl-en {
    font-size: 1.6rem;
  }
}
.p-rec-top-news__ttl-jp {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-news__ttl-jp {
    font-size: 4rem;
    margin-top: 1.6rem;
  }
}
.p-rec-top-news__head {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-news__head {
    margin-bottom: 0;
  }
}
.p-rec-top-news__item {
  border-bottom: 1px solid #ccc;
}
.p-rec-top-news__item:first-child {
  border-top: 1px solid #ccc;
}
.p-rec-top-news__link {
  position: relative;
  padding: 1.5rem 4rem 1.7rem 0.3rem;
  display: -ms-grid;
  display: grid;
  gap: 0.5rem 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-news__link {
    padding: 3rem 10rem 3rem 2rem;
    gap: 1.5rem 0;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 1025px) {
  .p-rec-top-news__link:hover {
    background-color: #f3f4f7;
  }
}
.p-rec-top-news__link .c-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-block: auto;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-news__link .c-arrow {
    right: 3rem;
  }
}
.p-rec-top-news__link .news-dac {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem 0.7rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-news__link .news-dac {
    gap: 1rem 1.5rem;
  }
}
.p-rec-top-news__link .news-date {
  font-family: "Archivo", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #172c6b;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-news__link .news-date {
    font-size: 1.6rem;
  }
}
.p-rec-top-news__link .news-cate {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  background: rgba(23, 44, 107, 0.1);
  border-radius: 9999px;
  padding: 0.5rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-news__link .news-cate {
    font-size: 1.4rem;
    padding: 0.8rem 1.5rem;
  }
}
.p-rec-top-news__link .news-ttl {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5384615385;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-news__link .news-ttl {
    font-size: 1.6rem;
    -webkit-line-clamp: 1;
  }
}
.p-rec-top-news .c-btn {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-news .c-btn {
    margin-top: 4.5rem;
  }
}
.p-rec-top-about {
  padding: 6rem 0 7.5rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-about {
    padding: 9rem 0 9.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-about {
    padding: 12rem 0 12.5rem;
  }
}
.p-rec-top-about .c-wrap {
  padding: 0 2rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-about .c-wrap {
    padding: 0 3rem;
  }
}
.p-rec-top-about__box {
  display: -ms-grid;
  display: grid;
  gap: 4rem 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-about__box {
    -ms-grid-columns: 1fr 6rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 6rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-about__box {
    gap: 0 8rem;
  }
}
.p-rec-top-about__link {
  display: -ms-grid;
  display: grid;
  gap: 1rem 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-about__link {
    gap: 2rem 0;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-about__link {
    gap: 2.5rem 0;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 1025px) {
  .p-rec-top-about__link:hover figure img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}
.p-rec-top-about__link figure {
  aspect-ratio: 660/376;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-about__link figure {
    aspect-ratio: 790/450;
  }
}
.p-rec-top-about__link figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-rec-top-about__link .about-ttlbox {
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 0.5rem 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-about__link .about-ttlbox {
    gap: 1rem 0;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-about__link .about-ttlbox {
    gap: 1.5rem 0;
  }
}
.p-rec-top-about__link .about-ttl-jp {
  font-size: 1.9rem;
  line-height: 1.6;
  font-weight: 700;
  color: #172c6b;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-about__link .about-ttl-jp {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-about__link .about-ttl-jp {
    font-size: 3.8rem;
  }
}
.p-rec-top-about__link .about-ttl-en {
  font-family: "Archivo", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #172c6b;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-about__link .about-ttl-en {
    font-size: 1.6rem;
  }
}
.p-rec-top-about__link .c-arrow {
  position: absolute;
  top: 0.5rem;
  right: 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-about__link .c-arrow {
    top: 1rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-about__link .c-arrow {
    top: 1.5rem;
  }
}
.p-rec-top-about .c-btn {
  margin-top: 4rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-about .c-btn {
    margin-top: 6rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-about .c-btn {
    margin-top: 9rem;
  }
}
.p-rec-top-jap {
  padding: 7rem 0 7.5rem;
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-jap {
    padding: 10rem 0 11rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-jap {
    padding: 14rem 0 16rem;
  }
}
.p-rec-top-jap .c-wrap {
  padding: 0 2rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-jap .c-wrap {
    padding: 0 3rem;
  }
}
.p-rec-top-jap__box {
  display: -ms-grid;
  display: grid;
  gap: 4rem 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-jap__box {
    -ms-grid-columns: 1fr 6rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 6rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-jap__box {
    gap: 0 8rem;
  }
}
.p-rec-top-jap__link {
  display: -ms-grid;
  display: grid;
  gap: 1rem 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-jap__link {
    gap: 2rem 0;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-jap__link {
    gap: 2.5rem 0;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 1025px) {
  .p-rec-top-jap__link:hover figure img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}
.p-rec-top-jap__link figure {
  aspect-ratio: 660/376;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-jap__link figure {
    aspect-ratio: 790/450;
  }
}
.p-rec-top-jap__link figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-rec-top-jap__link .jap-ttlbox {
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 0.5rem 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-jap__link .jap-ttlbox {
    gap: 1rem 0;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-jap__link .jap-ttlbox {
    gap: 1.5rem 0;
  }
}
.p-rec-top-jap__link .jap-ttl-jp {
  font-size: 1.9rem;
  line-height: 1.6;
  font-weight: 700;
  color: #172c6b;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-jap__link .jap-ttl-jp {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-jap__link .jap-ttl-jp {
    font-size: 3.8rem;
  }
}
.p-rec-top-jap__link .jap-ttl-en {
  font-family: "Archivo", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #172c6b;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-jap__link .jap-ttl-en {
    font-size: 1.6rem;
  }
}
.p-rec-top-jap__link .c-arrow {
  position: absolute;
  top: 0.5rem;
  right: 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-jap__link .c-arrow {
    top: 1rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-jap__link .c-arrow {
    top: 1.5rem;
  }
}
.p-rec-top-people {
  padding: 9rem 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-people {
    padding: 11rem 0;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-people {
    padding: 14rem 0;
  }
}
@media only screen and (min-width: 769px) {
  .p-rec-top-people__inner {
    width: 100%;
    padding: 0;
  }
}
.p-rec-top-people__block {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-people__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0 4rem;
  }
}
.p-rec-top-people__slide {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  visibility: visible;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-people__slide {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-rec-top-people__slide-item {
  width: calc((100% - 34px) / 1.5);
  height: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-people__slide-item {
    width: auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1;
  }
}
@media only screen and (min-width: 769px) {
  .p-rec-top-people__slide-item.swiper-slide-prev,
  .p-rec-top-people__slide-item:has(+ .swiper-slide-prev) {
    opacity: 0;
  }
}
@media only screen and (min-width: 769px) {
  .p-rec-top-people__slide-item.swiper-slide-active {
    overflow: visible;
    z-index: 2;
  }
}
.p-rec-top-people__slide-item .item-img {
  aspect-ratio: 490/656;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-people__slide-item .item-img {
    aspect-ratio: 530/710;
  }
}
@media only screen and (min-width: 769px) {
  .p-rec-top-people__slide-item:not(.swiper-slide-active) .item-img {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@media only screen and (min-width: 769px) {
  .p-rec-top-people__slide-item.swiper-slide-active .item-img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.p-rec-top-people__slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-rec-top-people__slide-item .item-txtbox {
  opacity: 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-people__slide-item .item-txtbox {
    display: none;
  }
}
.p-rec-top-people__slide-item.swiper-slide-active .item-txtbox {
  opacity: 1;
  margin-top: 2rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-people__slide-item.swiper-slide-active .item-txtbox {
    display: block;
    width: 80%;
    margin-top: 7rem;
    position: absolute;
    top: 0;
    left: -90%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-people__slide-item.swiper-slide-active .item-txtbox {
    width: 90%;
    margin-top: 11rem;
    left: -100%;
  }
}
.p-rec-top-people__txtitem.is-active {
  display: block;
}
.p-rec-top-people__slide-item .item-posi {
  position: relative;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  color: #172c6b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-left: 1.5rem !important;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-people__slide-item .item-posi {
    font-size: 2rem;
    margin-inline: unset;
    padding-left: 2rem !important;
  }
}
.p-rec-top-people__slide-item .item-posi::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 0.25rem;
  background-color: #00b6c6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-block: auto;
}
.p-rec-top-people__slide-item .item-ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #172c6b;
  text-align: center;
  margin-top: 1rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-people__slide-item .item-ttl {
    font-size: 3rem;
    text-align: left;
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-people__slide-item .item-ttl {
    font-size: 4rem;
  }
}
.p-rec-top-people__slide-item .item-yan {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 1rem;
  margin-top: 3rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-people__slide-item .item-yan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1rem 0;
    margin-top: 5.5rem;
  }
}
.p-rec-top-people__slide-item .item-yan::before {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background-color: #00b6c6;
  position: absolute;
  top: -1rem;
  left: 0;
  right: 0;
  margin-inline: auto;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-people__slide-item .item-yan::before {
    width: 4rem;
    height: 0.3rem;
    top: -3rem;
    right: auto;
  }
}
.p-rec-top-people__slide-item .item-year {
  font-size: 1.3rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-people__slide-item .item-year {
    font-size: 1.6rem;
  }
}
.p-rec-top-people__slide-item .item-name {
  font-size: 1.7rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-people__slide-item .item-name {
    font-size: 2.4rem;
  }
}
.swiper-button-prev,
.swiper-button-next {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 9999px;
  background-color: #172c6b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 28%;
  bottom: auto;
  margin-block: auto;
  z-index: 20;
}
@media only screen and (min-width: 769px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 8rem;
    height: 8rem;
    top: auto;
    bottom: 0;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  display: block;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 31.174942"><polygon fill="%23ffffff" points="34.4094537 0 32.1828918 2.2265619 44.4017845 14.4418987 0 14.4418987 0 17.5910691 43.5421248 17.5910691 32.1828918 28.9483801 34.4094537 31.174942 50 15.5867021 34.4094537 0"/></svg>')
    no-repeat center/contain;
  aspect-ratio: 50/32;
  width: 33%;
}
.swiper-button-prev {
  left: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .swiper-button-prev {
    left: 13.6666666667rem;
  }
}
@media only screen and (min-width: 1025px) {
  .swiper-button-prev {
    left: 24rem;
  }
}
.swiper-button-next {
  right: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .swiper-button-next {
    right: auto;
    left: 23.6666666667rem;
  }
}
@media only screen and (min-width: 1025px) {
  .swiper-button-next {
    right: auto;
    left: 34rem;
  }
}
.swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.swiper-pagination {
  display: none;
}
@media only screen and (min-width: 769px) {
  .swiper-pagination {
    display: block;
    position: absolute;
    bottom: -7rem !important;
  }
}
.swiper-pagination-bullet {
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #172c6b;
  background-color: rgba(0, 0, 0, 0);
  margin: 0 1rem !important;
}
.swiper-pagination-bullet-active {
  background-color: #172c6b;
}
.p-rec-top-people .c-btn {
  margin-top: 3.5rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-people .c-btn {
    margin-top: 12rem;
  }
}
.p-rec-top-career {
  background-color: #fff;
  padding: 7rem 0 10rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-career {
    padding: 9rem 0 12rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-career {
    padding: 11rem 0 15rem;
  }
}
.p-rec-top-career__box {
  display: -ms-grid;
  display: grid;
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-career__box {
    -ms-grid-columns: 1fr 15rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 15rem;
    margin-top: 13rem;
  }
}
.p-rec-top-career__imglist {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  aspect-ratio: 530/710;
  width: 56vw;
  margin-inline: auto;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-career__imglist {
    width: 45vw;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-career__imglist {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 27.6041666667vw;
  }
}
.p-rec-top-career__img {
  position: absolute;
  aspect-ratio: 530/710;
  width: 56vw;
  margin-inline: auto;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: z-index 0s 0.3s, -webkit-transform 0.3s ease;
  transition: z-index 0s 0.3s, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, z-index 0s 0.3s;
  transition: transform 0.3s ease, z-index 0s 0.3s, -webkit-transform 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-career__img {
    width: 45vw;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-career__img {
    width: 27.6041666667vw;
  }
}
.p-rec-top-career__img[data-index="0"] {
  z-index: 4;
  -webkit-transform: rotate(var(--rotate, 0deg));
  transform: rotate(var(--rotate, 0deg));
}
.p-rec-top-career__img[data-index="1"] {
  z-index: 3;
  -webkit-transform: rotate(var(--rotate, 0deg));
  transform: rotate(var(--rotate, 0deg));
}
.p-rec-top-career__img[data-index="2"] {
  z-index: 2;
  -webkit-transform: rotate(var(--rotate, 0deg));
  transform: rotate(var(--rotate, 0deg));
}
.p-rec-top-career__img[data-index="3"] {
  z-index: 1;
  -webkit-transform: rotate(var(--rotate, 0deg));
  transform: rotate(var(--rotate, 0deg));
}
.p-rec-top-career__img.pull-up {
  -webkit-transform: translate(50px, -100px) scale(1.05);
  transform: translate(50px, -100px) scale(1.05);
}
.p-rec-top-career__img.drop-down {
  -webkit-transform: translateY(0) scale(1) rotate(var(--rotate, 0deg));
  transform: translateY(0) scale(1) rotate(var(--rotate, 0deg));
}
.p-rec-top-career__txtlist {
  position: relative;
  height: 21rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-career__txtlist {
    width: 55%;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-career__txtlist {
    width: 100%;
    height: unset;
  }
}
.p-rec-top-career__txt {
  width: 100%;
  z-index: 50;
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-career__txt {
    position: relative;
    display: block;
    padding: 3rem 0 4.5rem;
  }
}
.p-rec-top-career__txt .career-num {
  font-family: "Archivo", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #172c6b;
  text-align: center;
  display: -ms-grid;
  display: grid;
  place-content: center;
  aspect-ratio: 8/4.6;
  width: 20%;
  border-radius: 50%;
  border: 2px solid #172c6b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: all;
  position: absolute;
  top: 5rem;
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-career__txt .career-num {
    position: relative;
    width: 8rem;
    top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .p-rec-top-career__txt[data-index="0"] .career-num {
    margin-left: 0;
  }
  .p-rec-top-career__txt[data-index="1"] .career-num {
    margin-left: 22%;
  }
  .p-rec-top-career__txt[data-index="2"] .career-num {
    margin-left: 44%;
  }
  .p-rec-top-career__txt[data-index="3"] .career-num {
    margin-left: 66%;
  }
}
.p-rec-top-career__txt.active .career-num,
.p-rec-top-career__txt.view .career-num {
  color: #fff;
  background-color: #172c6b;
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-career__txt.active .career-num,
  .p-rec-top-career__txt.view .career-num {
    font-size: 3.4rem;
    width: 15rem;
    height: 8.7rem;
  }
}
.p-rec-top-career__txt .career-link {
  font-size: 2rem;
  font-weight: 700;
  color: #172c6b;
  position: absolute;
  top: 10rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-career__txt .career-link {
    top: 15rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-career__txt .career-link {
    margin-top: 1rem;
    position: relative;
    top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .p-rec-top-career__txt:not(.active) .career-link {
    display: none;
  }
  .p-rec-top-career__txt.active .career-link {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-career__txt .career-link br {
    display: none;
  }
}
.p-rec-top-career__txt.view .career-link {
  font-size: 4rem;
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-career__txt.view .career-link br {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-career__txt + .p-rec-top-career__txt {
    border-top: 1px solid #ccc;
  }
}
.p-rec-top-career .c-btn {
  margin-top: 4rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-career .c-btn {
    margin-top: 8rem;
  }
}
.p-rec-top-environ {
  padding: 6rem 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-environ {
    padding: 10rem 0 9rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-environ {
    padding: 15rem 0 13.5rem;
  }
}
.p-rec-top-environ__linklist {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem 0;
  padding: 0 0.5rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-environ__linklist {
    -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 3rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-environ__linklist {
    gap: 0 8rem;
  }
}
.p-rec-top-environ__link {
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6.5rem 2rem auto;
  grid-template-columns: 6.5rem auto;
  gap: 0 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.7rem 2rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-environ__link {
    -ms-grid-columns: 9rem 2rem auto;
    grid-template-columns: 9rem auto;
    gap: 0 2rem;
    padding: 4rem 3rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-environ__link {
    -ms-grid-columns: 13rem 4rem auto;
    grid-template-columns: 13rem auto;
    gap: 0 4rem;
    padding: 6rem 4rem;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 1025px) {
  .p-rec-top-environ__link:hover {
    background-color: #172c6b;
  }
  .p-rec-top-environ__link:hover .link-ttl-jp {
    color: #fff;
  }
  .p-rec-top-environ__link:hover .link-ttl-en {
    color: #fff;
  }
}
.p-rec-top-environ__link .link-img {
  aspect-ratio: 1/1;
  border-radius: 9999px;
  background-color: #f3f4f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-rec-top-environ__link .link-img img {
  width: 60%;
}
.p-rec-top-environ__link .link-ttl {
  display: -ms-grid;
  display: grid;
  gap: 1rem 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-environ__link .link-ttl {
    gap: 2.5rem 0;
  }
}
.p-rec-top-environ__link .link-ttl-jp {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #172c6b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-environ__link .link-ttl-jp {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-environ__link .link-ttl-jp {
    font-size: 3.2rem;
  }
}
.p-rec-top-environ__link .link-ttl-en {
  font-family: "Archivo", sans-serif;
  font-size: 1.2rem;
  color: #172c6b;
  line-height: 1;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-environ__link .link-ttl-en {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-environ__link .link-ttl-en {
    font-size: 1.5rem;
  }
}
.p-rec-top-environ .c-btn {
  margin-top: 4.5rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-environ .c-btn {
    margin-top: 8rem;
  }
}
.p-rec-top-entry {
  padding: 7.5rem 0 8rem;
  display: -ms-grid;
  display: grid;
  gap: 5rem 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(222, 237, 239, 0.65098)),
    to(rgb(209, 229, 231))
  );
  background: linear-gradient(
    90deg,
    rgba(222, 237, 239, 0.65098) 0%,
    rgb(209, 229, 231) 100%
  );
}
@media only screen and (min-width: 769px) {
  .p-rec-top-entry {
    padding: 10rem 0 12rem;
    gap: 7rem 0;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-entry {
    padding: 13rem 0 16.5rem;
    gap: 9rem 0;
  }
}
.p-rec-top-entry.--sub {
  background: unset;
}
.p-rec-top-entry__linklist-s {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem 0;
  padding: 0 0.5rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-entry__linklist-s {
    -ms-grid-columns: 1fr 4rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 4rem;
    padding: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-entry__linklist-s {
    gap: 0 6rem;
  }
}
.p-rec-top-entry__link-s {
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 2rem auto;
  grid-template-columns: 25% auto;
  gap: 0 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.7rem 2rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-entry__link-s {
    -ms-grid-columns: 13rem 4rem auto;
    grid-template-columns: 13rem auto;
    gap: 0 4rem;
    padding: 3.5rem 4rem;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 1025px) {
  .p-rec-top-entry__link-s:hover {
    background-color: #172c6b;
  }
  .p-rec-top-entry__link-s:hover .link-ttl-jp {
    color: #fff;
  }
  .p-rec-top-entry__link-s:hover .link-ttl-en {
    color: #fff;
  }
}
.p-rec-top-entry__link-s .link-img {
  aspect-ratio: 1/1;
  border-radius: 9999px;
  background-color: #f3f4f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-rec-top-entry__link-s .link-img img {
  width: 60%;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-entry__link-s .link-img img {
    width: 50%;
  }
}
.p-rec-top-entry__link-s .link-ttl {
  display: -ms-grid;
  display: grid;
  gap: 1rem 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-entry__link-s .link-ttl {
    gap: 2.5rem 0;
  }
}
.p-rec-top-entry__link-s .link-ttl-jp {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #172c6b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-entry__link-s .link-ttl-jp {
    font-size: 3.2rem;
  }
}
.p-rec-top-entry__link-s .link-ttl-en {
  font-family: "Archivo", sans-serif;
  font-size: 1.2rem;
  color: #172c6b;
  line-height: 1;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-entry__link-s .link-ttl-en {
    font-size: 1.5rem;
  }
}
