@charset "UTF-8";
.c-container {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 749.98px) {
  .c-container {
    padding: 0 1.8rem;
  }
}

.c-section-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4.8rem;
}
@media (hover: hover) {
  .c-section-title:hover .en b {
    transform: translateY(0);
  }
}
.c-section-title .en,
.c-section-title .slide-on {
  display: block;
  text-align: center;
  overflow: hidden;
}
.c-section-title .en b,
.c-section-title .slide-on b {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 4.5rem;
  letter-spacing: 0.16em;
  color: #001650;
  line-height: 1;
  transform: translateY(5rem);
  transition: all 1s ease 0s;
}
@media screen and (max-width: 749.98px) {
  .c-section-title .en b,
  .c-section-title .slide-on b {
    font-size: 4.2rem;
  }
}
.c-section-title .ja {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  position: relative;
  opacity: 0;
  transform: translateY(2rem);
  transition: all 1s ease 0.5s;
}
@media screen and (max-width: 749.98px) {
  .c-section-title .ja {
    letter-spacing: 0.2em;
  }
}
.c-section-title.ttl-on .en b,
.c-section-title.ttl-on .slide-on b {
  transform: translateY(0);
}
.c-section-title.ttl-on .ja {
  opacity: 1;
  transform: translateY(0);
}

.c-btn {
  height: 8rem;
  text-align: center;
  border-radius: 1rem;
  background-color: #fff;
  padding: 0.8rem 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749.98px) {
  .c-btn {
    height: 8.8rem;
    padding: 0.8rem 2.4rem;
  }
}
.c-btn.-line {
  height: 4rem;
  background-color: #10a146;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-line {
    border-radius: 0;
  }
}
.c-btn.-line span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  padding-left: 2.6rem;
  position: relative;
}
.c-btn.-line span:before {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.2rem;
  background: transparent url("../../assets/img/common/icon_line.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 1rem) / 2);
  left: 0;
}
.c-btn.-request {
  height: 4rem;
  background-color: #021034;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-request {
    border-radius: 0;
  }
}
.c-btn.-request span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  padding-left: 2.6rem;
  position: relative;
}
.c-btn.-request span:before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.5rem;
  background: transparent url("../../assets/img/common/icon_estimate.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 1.5rem) / 2);
  left: 0;
}
.c-btn.-bgblue {
  width: 34rem;
  height: 7.2rem;
  border-radius: 200rem;
  background-color: #001650;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
.c-btn.-arrow1 {
  border-radius: 200rem;
  width: 34rem;
  height: 7.4rem;
  padding-right: 4.6rem;
  text-align: left;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  border: 1px solid #001650;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-arrow1 {
    width: 100%;
  }
}
.c-btn.-arrow1:before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 200rem;
  background-color: #001650;
  position: absolute;
  top: calc((100% - 4rem) / 2);
  right: 3rem;
  transition: all 0.3s ease 0s;
}
.c-btn.-arrow1:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 0.6rem;
  position: absolute;
  top: calc((100% - 0.8rem) / 2);
  right: 4.5rem;
  transform: skewX(45deg);
  border-bottom: 2px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.3s ease 0s;
}
.c-btn.-arrow1 span {
  padding-left: 4rem;
  font-size: 1.6rem;
  color: #001650;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-arrow1 span {
    padding-left: 0;
  }
}
@media (hover: hover) {
  .c-btn.-arrow1:hover {
    opacity: 1;
  }
  .c-btn.-arrow1:hover:before {
    transform: scale(1.2);
  }
}
.c-btn.-arrow2 {
  width: auto;
  height: auto;
  border: none;
  background-color: transparent;
  font-size: 2rem;
  font-weight: 700;
  padding-right: 4.2rem;
  padding-left: 0;
  position: relative;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-arrow2 {
    font-size: 1.5rem;
  }
}
.c-btn.-arrow2:before {
  content: "";
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 200rem;
  position: absolute;
  top: calc((100% - 3.4rem) / 2);
  right: 0;
  transition: all 0.3s ease 0.1s;
}
.c-btn.-arrow2:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 11"><path fill="%23fff" d="M13.7,4.8L8.9.3c-.4-.4-1.1-.4-1.5,0-.4.4-.4,1,0,1.4l2.8,2.7H1.1C.4,4.4,0,4.8,0,5.4s.4,1,1.1,1h9.5l-3.1,2.9c-.2.2-.3.4-.3.7,0,.6.4,1,1.1,1s.5-.1.7-.3l4.7-4.5c.4-.4.4-1,0-1.4Z"/></svg>');
  position: absolute;
  top: calc((100% - 1.1rem) / 2);
  right: 1rem;
  transform: rotateZ(-45deg);
  animation: arrow1-animate-out 0.3s ease 0s;
}
@media (hover: hover) {
  .c-btn.-arrow2:hover {
    opacity: 1;
    padding-left: 0.4rem;
  }
  .c-btn.-arrow2:hover:before {
    transform: translateX(0.4rem);
  }
  .c-btn.-arrow2:hover:after {
    animation: arrow1-animate 0.3s ease 0.2s forwards;
  }
}
.c-btn.-arrow3 {
  width: 100%;
  height: auto;
  border: none;
  background-color: transparent;
  font-size: 1.6rem;
  text-align: left;
  font-weight: 700;
  padding-right: 4.2rem;
  padding-left: 0;
  justify-content: flex-start;
  position: relative;
}
.c-btn.-arrow3:before {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 200rem;
  position: absolute;
  top: calc((100% - 3.2rem) / 2);
  right: 0;
  transition: all 0.3s ease 0.1s;
}
.c-btn.-arrow3:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 11"><path fill="%23fff" d="M13.7,4.8L8.9.3c-.4-.4-1.1-.4-1.5,0-.4.4-.4,1,0,1.4l2.8,2.7H1.1C.4,4.4,0,4.8,0,5.4s.4,1,1.1,1h9.5l-3.1,2.9c-.2.2-.3.4-.3.7,0,.6.4,1,1.1,1s.5-.1.7-.3l4.7-4.5c.4-.4.4-1,0-1.4Z"/></svg>');
  position: absolute;
  top: calc((100% - 1.1rem) / 2);
  right: 0.8rem;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .c-btn.-arrow3:hover {
    opacity: 1;
  }
  .c-btn.-arrow3:hover:before {
    transform: translateX(0.4rem);
  }
  .c-btn.-arrow3:hover:after {
    transform: translateX(0.4rem);
  }
}
.c-btn.-arrow4 {
  height: auto;
  background-color: #fff;
  width: 28.8rem;
  border-radius: 1.5rem;
  padding: 1.6rem 1.6rem 1.6rem 2.4rem;
  transition: all 0.3s ease 0s;
}
.c-btn.-arrow4 span {
  display: block;
  width: 100%;
  text-align: left;
  padding-right: 4.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
.c-btn.-arrow4 span:before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 200rem;
  position: absolute;
  top: calc((100% - 4rem) / 2);
  right: 0;
  transition: all 0.3s ease 0.1s;
}
.c-btn.-arrow4 span:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 11"><path fill="%23fff" d="M13.7,4.8L8.9.3c-.4-.4-1.1-.4-1.5,0-.4.4-.4,1,0,1.4l2.8,2.7H1.1C.4,4.4,0,4.8,0,5.4s.4,1,1.1,1h9.5l-3.1,2.9c-.2.2-.3.4-.3.7,0,.6.4,1,1.1,1s.5-.1.7-.3l4.7-4.5c.4-.4.4-1,0-1.4Z"/></svg>');
  position: absolute;
  top: calc((100% - 1.1rem) / 2);
  right: 1.2rem;
  transform: rotateZ(-45deg);
  animation: arrow1-animate-out 0.3s ease 0s;
}
@media (hover: hover) {
  .c-btn.-arrow4:hover {
    opacity: 1;
    padding-left: 2.7rem;
  }
  .c-btn.-arrow4:hover span:before {
    transform: translateX(0.4rem);
  }
  .c-btn.-arrow4:hover span:after {
    animation: arrow1-animate 0.3s ease 0.2s forwards;
  }
}

@keyframes arrow1-animate {
  0% {
    transform: rotateZ(-45deg);
  }
  50% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(0) translateX(0.4rem);
  }
}
@keyframes arrow1-animate-out {
  0% {
    transform: rotateZ(0) translateX(0.4rem);
  }
  50% {
    transform: rotateZ(0) translateX(0);
  }
  100% {
    transform: rotateZ(-45deg);
  }
}
.swiper {
  position: relative;
}
.swiper-slide a {
  position: relative;
}

.btn-prev,
.btn-next {
  position: absolute;
  z-index: 4;
  cursor: pointer;
}
/* 現在のスライド番号 */
/* スライド総数 */
section {
  background-color: #fff;
  position: relative;
  margin-top: -1px;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/*************************
top
************************ */
.p-top-mv {
  width: 100%;
  height: calc(100vh - 10.5rem);
  position: fixed;
  top: 10.5rem;
  left: 0;
}
@media screen and (max-width: 749.98px) {
  .p-top-mv {
    padding-top: 6rem;
    height: 100vh;
    top: 0;
    margin-bottom: 0;
    overflow: hidden;
  }
}
.p-top-mv__inner {
  position: relative;
  z-index: 2;
}
.p-top-mv__swiper-slide {
  line-height: 0.1;
}
.p-top-mv__swiper-slide picture,
.p-top-mv__swiper-slide figure {
  display: block;
  position: relative;
}
.p-top-mv__swiper-slide picture:before, .p-top-mv__swiper-slide picture:after,
.p-top-mv__swiper-slide figure:before,
.p-top-mv__swiper-slide figure:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-top-mv__swiper-slide picture:before,
.p-top-mv__swiper-slide figure:before {
  width: 42%;
  opacity: 0.2;
  background-image: linear-gradient(90deg, #001650, transparent);
}
.p-top-mv__swiper-slide picture:after,
.p-top-mv__swiper-slide figure:after {
  width: 93%;
  opacity: 0.24;
  background-image: linear-gradient(90deg, #000000, transparent);
}
@media screen and (max-width: 749.98px) {
  .p-top-mv__swiper-slide picture:after,
  .p-top-mv__swiper-slide figure:after {
    width: 89%;
  }
}
.p-top-mv__swiper-slide picture img,
.p-top-mv__swiper-slide figure img {
  position: relative;
  height: calc(100vh - 10.5rem);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media screen and (max-width: 749.98px) {
  .p-top-mv__swiper-slide picture img,
  .p-top-mv__swiper-slide figure img {
    height: 100vh;
  }
}
.p-top-mv__swiper-slide.swiper-slide-active img, .p-top-mv__swiper-slide.swiper-slide-duplicate-active img, .p-top-mv__swiper-slide.swiper-slide-prev img {
  animation: zoomUp 8s linear 0s normal both;
}
.p-top-mv__catch {
  position: absolute;
  top: 50%;
  left: 5.2rem;
  transform: translateY(-50%);
  z-index: 3;
}
@media screen and (max-width: 749.98px) {
  .p-top-mv__catch {
    top: 5rem;
    left: 2rem;
    transform: translateY(0);
  }
}
.p-top-mv__catch .title {
  color: #fff;
  font-size: 5.8rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5172413793;
}
@media screen and (max-width: 749.98px) {
  .p-top-mv__catch .title {
    font-size: 3.8rem;
    line-height: 1.5263157895;
    letter-spacing: 0.15em;
  }
}
.p-top-mv__catch .txt {
  color: #fff;
  font-size: 2.2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 3.4090909091;
  margin-top: 1rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-mv__catch .txt {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.p-top-message {
  position: relative;
  z-index: 3;
  padding-top: 120vh;
  padding-bottom: 33rem;
  background-image: linear-gradient(0deg, rgba(20, 75, 145, 0.9019607843), rgba(20, 75, 145, 0.8196078431));
  background-color: transparent;
  transition: opacity 0.2s linear;
}
@media screen and (max-width: 749.98px) {
  .p-top-message {
    padding-top: 100vh;
    padding-bottom: 16rem;
  }
}
.p-top-message:after {
  content: "";
  display: block;
  width: 100%;
  height: 14rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 140" preserveAspectRatio="none"><path fill="%23ffffff" d="M960,116.5C537.23,116.5,171.99,68.93,0,0v140h1920V0c-171.99,68.93-537.23,116.5-960,116.5Z"/></svg>');
  background-color: transparent;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  aspect-ratio: 1920/200;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 749.98px) {
  .p-top-message:after {
    height: 4rem;
    background-position: center center;
  }
}
.p-top-message__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 749.98px) {
  .p-top-message__inner {
    display: block;
  }
}
.p-top-message__title {
  width: 50%;
  font-size: 4.5rem;
  line-height: 2.4444444444;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
@media screen and (max-width: 749.98px) {
  .p-top-message__title {
    width: calc(100% + 1.5rem);
    font-size: 3.3rem;
    line-height: 2;
    letter-spacing: 0.07em;
    margin-right: -1.5rem;
  }
}
.p-top-message__txt {
  width: 50%;
  font-size: 1.7rem;
  line-height: 3.5294117647;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  margin-top: 1.2rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-message__txt {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2;
  }
}
.p-top-menubnr {
  padding-top: 18rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-menubnr {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
}
.p-top-menubnr__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3.2rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-menubnr__list {
    gap: 2.4rem;
  }
}
.p-top-menubnr__item {
  width: calc((100% - 3.2rem) / 2);
  height: 44rem;
  border-radius: 1rem;
  padding: 6rem;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 749.98px) {
  .p-top-menubnr__item {
    display: block;
    width: 100%;
    height: auto;
    padding: 3rem 2.4rem 4.4rem;
  }
}
.p-top-menubnr__item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-top-menubnr__item.-item01 {
  background: transparent url(../../assets/img/index/ph_menu_banner01.jpg) no-repeat scroll center center/cover;
}
.p-top-menubnr__item.-item01:before {
  content: "";
  display: block;
  background-color: rgba(40, 40, 44, 0.4);
}
.p-top-menubnr__item.-item01 .p-top-menubnr__title {
  position: relative;
}
.p-top-menubnr__item.-item01 .p-top-menubnr__title span {
  display: block;
  width: 8.4rem;
  height: 8.4rem;
  border-radius: 200rem;
  background-color: #FFE900;
  font-size: 1.5rem;
  font-weight: 700;
  color: #001650;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  letter-spacing: 0.08em;
  transform: rotateZ(-16deg);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 749.98px) {
  .p-top-menubnr__item.-item01 .p-top-menubnr__title span {
    left: 4rem;
  }
}
.p-top-menubnr__item.-item01 .p-top-menubnr__title span b {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 0.6rem;
}
.p-top-menubnr__item.-item01 .p-top-menubnr__title span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 1rem solid transparent;
  border-left: 2rem solid #FFE900;
  transform: rotateZ(54deg);
  position: absolute;
  position: absolute;
  bottom: -1rem;
  right: 0.6rem;
}
.p-top-menubnr__item.-item01 .p-top-menubnr__btn.btnbox {
  text-align: left;
}
.p-top-menubnr__item.-item02 {
  background: transparent url(../../assets/img/index/ph_menu_banner02.jpg) no-repeat scroll center center/cover;
}
.p-top-menubnr__item.-item02:before {
  content: "";
  display: block;
  background-color: rgba(40, 40, 44, 0.6);
}
.p-top-menubnr__item.-item02 .p-top-menubnr__title {
  padding-top: 3rem;
}
.p-top-menubnr__item.-item02 .p-top-menubnr__btn.btnbox {
  text-align: left;
}
.p-top-menubnr__item.-item03 {
  width: 100%;
  background: transparent url(../../assets/img/index/ph_menu_banner03.jpg) no-repeat scroll center center/cover;
  padding-left: 12rem;
  padding-left: 8.4rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 749.98px) {
  .p-top-menubnr__item.-item03 {
    display: block;
    padding: 8rem 2.4rem 4.4rem;
  }
}
.p-top-menubnr__item.-item03:before {
  width: 60%;
  background-image: linear-gradient(90deg, #0042a2, transparent);
}
@media screen and (max-width: 749.98px) {
  .p-top-menubnr__item.-item03:before {
    width: 100%;
  }
}
.p-top-menubnr__item.-item03 .p-top-menubnr__title {
  padding-top: 0;
  padding-left: 6rem;
  position: relative;
}
.p-top-menubnr__item.-item03 .p-top-menubnr__title:before {
  content: "";
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  background: transparent url(../../assets/img/common/icon_search.svg) no-repeat scroll center center/contain;
  position: absolute;
  top: calc((100% - 4.8rem) / 2);
  left: 0;
}
.p-top-menubnr__item.-item03 .p-top-menubnr__btn {
  margin-top: 0;
}
@media screen and (max-width: 749.98px) {
  .p-top-menubnr__item.-item03 .p-top-menubnr__btn {
    margin-top: 2.4rem;
  }
}
.p-top-menubnr__item.-item03 .p-top-menubnr__btn.btnbox {
  text-align: left;
}
.p-top-menubnr__title {
  font-size: 3rem;
  line-height: 1.6333333333;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.14em;
  padding-top: 8.8rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 749.98px) {
  .p-top-menubnr__title {
    font-size: 2.8rem;
    line-height: 1.75;
    letter-spacing: 0.18em;
  }
}
.p-top-menubnr__txt {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
  margin-top: 1.2rem;
  color: #fff;
  position: relative;
  z-index: 1;
}
.p-top-menubnr__btn {
  margin-top: 4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 749.98px) {
  .p-top-menubnr__btn {
    margin-top: 2.4rem;
  }
}
.p-top-about {
  padding-top: 26rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-top-about {
    padding-top: 8rem;
    background-color: #f3f4f7;
  }
}
.p-top-about:before {
  content: "";
  display: block;
  width: calc(100% - 40rem);
  height: calc(100% - 34rem);
  background-color: #f3f4f7;
  position: absolute;
  right: -1px;
  top: 16rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-about:before {
    content: none;
    width: 100%;
    left: 0;
    bottom: 0;
  }
}
.p-top-about__inner {
  padding-bottom: 22.8rem;
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 749.98px) {
  .p-top-about__inner {
    display: block;
    padding: 0 1.8rem;
    padding-bottom: 0;
  }
}
.p-top-about__info {
  width: 50%;
  order: 2;
  padding-left: 2rem;
  padding-right: 12rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-about__info {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.p-top-about__photo {
  width: 50%;
  width: 62rem;
  height: 86.6rem;
  order: 1;
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 1440px) {
  .p-top-about__photo {
    width: 50%;
    padding-right: 9.6rem;
    height: 60.1388888889vw;
  }
}
@media screen and (max-width: 749.98px) {
  .p-top-about__photo {
    width: calc(100% + 3.6rem);
    height: auto;
    margin-top: 6rem;
    margin-left: -1.8rem;
    margin-right: -1.8rem;
    display: block;
  }
}
.p-top-about__swiper {
  width: 100%;
}
.p-top-about__swiper .swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (min-width: 1440px) {
  .p-top-about__swiper .swiper-wrapper {
    width: 100%;
  }
}
.p-top-about__swiper .swiper-slide {
  width: 31rem;
  height: 31rem;
  padding: 0.1rem;
}
@media screen and (min-width: 1440px) {
  .p-top-about__swiper .swiper-slide {
    width: 21.5277777778vw;
    width: 100%;
    height: 21.875vw;
  }
}
@media screen and (max-width: 749.98px) {
  .p-top-about__swiper .swiper-slide {
    width: 25rem;
    height: 25rem;
    padding: 0;
  }
}
.p-top-about__slide__pic {
  padding: 0.2rem;
}
@media screen and (min-width: 1440px) {
  .p-top-about__slide__pic {
    height: 60.1388888889vw;
  }
}
@media screen and (max-width: 749.98px) {
  .p-top-about__slide__pic {
    padding: 0.1rem;
  }
}
.p-top-about__slide__pic img {
  display: inline-block;
  aspect-ratio: 1/1;
}
.p-top-about__title {
  text-align: center;
  font-size: 4.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  color: #001650;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (max-width: 749.98px) {
  .p-top-about__title {
    width: 100%;
    font-size: 3.3rem;
    text-align: left;
    line-height: 2;
  }
}
.p-top-about__txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.125;
  margin-top: 3rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-about__txt {
    font-size: 1.4rem;
    text-align: left;
    line-height: 2.4285714286;
    margin-top: 3rem;
  }
}
.p-top-about__txt h3 {
  color: #222;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2;
  color: #001650;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 749.98px) {
  .p-top-about__txt h3 {
    font-size: 2rem;
  }
}
.p-top-about__txt p {
  max-width: 58rem;
  font-size: 1.5rem;
  margin-top: 2.4rem;
  letter-spacing: 0.14em;
  color: #001650;
  font-weight: 400;
}
@media screen and (max-width: 749.98px) {
  .p-top-about__txt p {
    margin-top: 3.2rem;
    line-height: 2;
  }
}
.p-top-about__btn {
  margin-top: 4.8rem;
  text-align: left;
}
@media screen and (max-width: 749.98px) {
  .p-top-about__btn {
    width: 100%;
  }
}
.p-top-case {
  padding-bottom: 22rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-case {
    padding-top: 8rem;
    padding-bottom: 13rem;
  }
}
.p-top-case__swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.p-top-case__slide__pic {
  padding: 0 0.4rem;
}
.p-top-case__slide__pic img {
  aspect-ratio: 1280/750;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-case__slide__pic figcaption {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 2rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-case__slide__pic figcaption {
    font-size: 1.5rem;
  }
}
.p-top-bridge {
  width: 100%;
  height: 89rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 749.98px) {
  .p-top-bridge {
    height: 23.2rem;
  }
}
.p-top-bridge.-bridge01 {
  background-image: url(../../assets/img/index/ph_bridge01.jpg);
}
@media screen and (max-width: 749.98px) {
  .p-top-bridge.-bridge01 {
    background-attachment: scroll;
  }
}
.p-top-flow {
  padding-top: 12rem;
  padding-bottom: 14.4rem;
  background-color: #F3F4F7;
}
@media screen and (max-width: 749.98px) {
  .p-top-flow {
    padding: 8rem 1.8rem;
  }
}
.p-top-flow__txt {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4.8rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-flow__txt p {
    margin-top: 0.4rem;
  }
}
.p-top-flow__subtitle {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #001650;
}
@media screen and (max-width: 749.98px) {
  .p-top-flow__swiper {
    margin-left: -0.8rem;
    margin-right: -1.8rem;
  }
}
.p-top-flow__slide {
  padding: 0 1.2rem;
}
.p-top-flow__slide__step {
  width: 8.8rem;
  height: 3.6rem;
  border-radius: 0 0 0.5rem 0;
  background-color: #001650;
  font-size: 3.1rem;
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding-top: 0.4rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 1.2rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-flow__slide__step {
    width: 6.2rem;
    height: 2.5rem;
    font-size: 2.2rem;
  }
}
.p-top-flow__slide__step:before {
  content: attr(data-step-en);
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.16em;
  line-height: 1;
}
@media screen and (max-width: 749.98px) {
  .p-top-flow__slide__step:before {
    font-size: 0.6rem;
    margin-right: 0.4rem;
    transform: translateY(-0.2rem);
  }
}
.p-top-flow__slide__pic figcaption {
  display: block;
  font-size: 1.9rem;
  font-weight: 700;
  margin-top: 2rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-flow__slide__pic figcaption {
    margin-top: 1.2rem;
    font-size: 1.6rem;
  }
}
.p-top-blog {
  padding-top: 12rem;
  padding-bottom: 14.4rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-blog {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 749.98px) {
  .p-top-blog .c-container {
    padding: 0;
  }
}
.p-top-blog__inner {
  display: flex;
  justify-content: flex-start;
  gap: 4.8rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-blog__inner {
    display: block;
  }
}
.p-top-blog .c-section-title .ja {
  display: block;
  text-align: center;
}
.p-top-blog__swiper .swiper-wrapper {
  display: flex;
  gap: 4.8rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-blog__swiper .swiper-wrapper {
    gap: 0;
  }
}
.p-top-blog__swiper .swiper-slide {
  width: calc((100% - 9.6rem) / 3);
}
@media screen and (max-width: 749.98px) {
  .p-top-blog__item {
    padding: 0 1.8rem;
  }
}
.p-top-blog__title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 1.6rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-blog__title {
    margin-top: 1.2rem;
  }
}
.p-top-blog__time {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 749.98px) {
  .p-top-blog__time {
    font-size: 1.2rem;
    color: #aaa;
  }
}
.p-top-blog__pic img {
  aspect-ratio: 55/40;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-blog__btn {
  text-align: center;
  margin-top: 6rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-blog__btn {
    margin-top: 4rem;
    padding: 0 1.8rem;
  }
}
@media screen and (max-width: 749.98px) {
  .p-top-blog .blog-pagination {
    margin-top: 0.4rem;
    position: relative;
  }
}
@media screen and (max-width: 749.98px) {
  .p-top-blog .blog-pagination .swiper-pagination-bullet {
    width: 0.9rem;
    height: 0.9rem;
    margin: 0 0.7rem;
    background-color: #c3c3c3;
    opacity: 1;
  }
}
@media screen and (max-width: 749.98px) {
  .p-top-blog .blog-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #001650;
  }
}
.p-top-voice {
  padding-top: 12rem;
  padding-bottom: 14.4rem;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-top-voice {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.p-top-voice:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #001650 url(../../assets/img/common/bg-noise-20.png.webp) repeat scroll center center/40rem 40rem;
  border-radius: 5rem 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-top-voice .c-section-title {
  color: #fff;
}
.p-top-voice .c-section-title .en b {
  color: #fff;
}
.p-top-voice .c-section-title .ja {
  display: block;
  color: #fff;
  text-align: center;
}
.p-top-voice__subtitle {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #001650;
}
.p-top-voice__swiper .swiper-slide {
  height: auto;
}
@media screen and (min-width: 1440px) {
  .p-top-voice__swiper .swiper-slide {
    width: 98rem;
  }
}
.p-top-voice__slide {
  padding: 0 5.5rem;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 749.98px) {
  .p-top-voice__slide {
    padding: 0 1.8rem;
  }
}
.p-top-voice__slide__inner {
  height: 100%;
  padding: 0 1.2rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 4.8rem 6rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 749.98px) {
  .p-top-voice__slide__inner {
    padding: 1.2rem 1.4rem 3.2rem;
    display: block;
  }
}
.p-top-voice__slide__pic {
  width: 14rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-voice__slide__pic {
    width: auto;
    display: flex;
    align-items: center;
  }
}
.p-top-voice__slide__pic img {
  width: 14rem;
  height: 14rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-voice__slide__pic img {
    width: 8rem;
    height: 8rem;
    margin-right: 1rem;
  }
}
.p-top-voice__slide__pic figcaption {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #001650;
  text-align: center;
  margin-top: 0.4rem;
}
.p-top-voice__slide__info {
  width: calc(100% - 14rem - 6rem);
}
@media screen and (max-width: 749.98px) {
  .p-top-voice__slide__info {
    width: 100%;
    margin-top: 1.4rem;
  }
}
.p-top-voice__slide__info__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #001650;
}
.p-top-voice__slide__info__txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 1.6rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-voice__slide__info__txt {
    margin-top: 0.4rem;
    letter-spacing: 0.05em;
  }
}
.p-top-voice__slide__info__response {
  padding: 2.4rem;
  background-color: #F3F4F7;
  border-radius: 1rem;
  margin-top: 3.2rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-top-voice__slide__info__response {
    display: none;
  }
}
.p-top-voice__slide__info__response:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0.8rem solid transparent;
  border-bottom: 0.9rem solid #F3F4F7;
  position: absolute;
  top: -1.5rem;
  left: 2.4rem;
}
.p-top-voice__slide__info__response .staff {
  font-weight: 700;
}
.p-top-voice__slide__info__response .staff-txt {
  font-size: 1.4rem;
}
.p-top-voice .voice-prev,
.p-top-voice .voice-next {
  position: absolute;
  top: calc((100% - 6.6rem) / 2);
  width: 6.6rem;
  height: 6.6rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-voice .voice-prev,
  .p-top-voice .voice-next {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.p-top-voice .voice-prev span,
.p-top-voice .voice-next span {
  position: relative;
}
.p-top-voice .voice-prev span:before,
.p-top-voice .voice-next span:before {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotateZ(45deg);
}
@media screen and (max-width: 749.98px) {
  .p-top-voice .voice-prev span:before,
  .p-top-voice .voice-next span:before {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.p-top-voice .voice-prev {
  left: calc(50% - 54rem);
}
@media screen and (min-width: 1440px) {
  .p-top-voice .voice-prev {
    left: calc(50% - 50rem);
  }
}
@media screen and (max-width: 749.98px) {
  .p-top-voice .voice-prev {
    left: 0.6rem;
  }
}
.p-top-voice .voice-prev span:before {
  top: calc((100% - 5rem) / 2);
}
.p-top-voice .voice-next {
  right: calc(50% - 54rem);
  transform: scaleX(-1);
}
@media screen and (min-width: 1440px) {
  .p-top-voice .voice-next {
    right: calc(50% - 50rem);
  }
}
@media screen and (max-width: 749.98px) {
  .p-top-voice .voice-next {
    right: 0.6rem;
  }
}
.p-top-news {
  padding-top: 30rem;
  padding-bottom: 16rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-news {
    padding-top: 10rem;
    padding-bottom: 8rem;
  }
}
.p-top-news__inner {
  display: flex;
  justify-content: space-between;
  gap: 9.6rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-news__inner {
    display: block;
  }
}
.p-top-news__head .c-section-title {
  width: auto;
  text-align: left;
}
@media screen and (max-width: 749.98px) {
  .p-top-news__head .c-section-title {
    text-align: center;
  }
}
.p-top-news__head .c-section-title .en {
  text-align: left;
}
@media screen and (max-width: 749.98px) {
  .p-top-news__head .c-section-title .en {
    text-align: center;
  }
}
.p-top-news__item {
  padding: 4rem 0;
  border-bottom: 1px solid #c3c3c3;
}
@media screen and (max-width: 749.98px) {
  .p-top-news__item {
    padding: 3.2rem 0;
  }
}
.p-top-news__item a {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-news__item a {
    gap: 1.5rem;
  }
}
.p-top-news__item:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 749.98px) {
  .p-top-news__item:first-of-type {
    padding-top: 3.2rem;
    border-top: 1px solid #c3c3c3;
  }
}
.p-top-news__pic {
  width: 18rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-news__pic {
    width: 9rem;
  }
}
.p-top-news__pic img {
  aspect-ratio: 18/14;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-news__pic.no-img {
  height: 14rem;
  background-color: #F3F4F7;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749.98px) {
  .p-top-news__pic.no-img {
    height: 7rem;
  }
}
.p-top-news__pic.no-img img {
  width: 5.3rem;
  height: 5.3rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-news__pic.no-img img {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.p-top-news__info {
  width: calc(100% - 18rem - 3rem);
}
@media screen and (max-width: 749.98px) {
  .p-top-news__info {
    width: calc(100% - 9rem - 1.5rem);
  }
}
.p-top-news__info__head .cat {
  background-color: #F3F4F7;
  border-radius: 200rem;
  padding: 0.2rem 1.6rem;
  font-size: 1.5rem;
  line-height: 1;
  color: #001650;
  margin-right: 0.4rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-news__info__head .cat {
    font-size: 1.3rem;
  }
}
.p-top-news__info__head .time {
  margin-left: 2.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #aaa;
}
@media screen and (max-width: 749.98px) {
  .p-top-news__info__head .time {
    font-size: 1.3rem;
    margin-left: 0.8rem;
  }
}
.p-top-news__info__title {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  margin-top: 1.6rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-news__info__title {
    margin-top: 0.8rem;
    line-height: 1.6666666667;
  }
}
@media screen and (max-width: 749.98px) {
  .p-top-news__btn {
    margin-top: 4.8rem;
  }
}
.p-top-news__btn .c-btn {
  max-width: 29rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-news__btn .c-btn {
    max-width: none;
  }
}
.p-top-staff {
  padding-top: 13rem;
  padding-bottom: 13rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-top-staff {
    padding-top: 10rem;
    padding-bottom: 24rem;
  }
}
.p-top-staff:before {
  content: "";
  display: block;
  width: calc(100% - 30rem);
  height: 100%;
  background-color: #f3f4f7;
  position: absolute;
  right: -1px;
  top: 0;
}
@media screen and (max-width: 749.98px) {
  .p-top-staff:before {
    width: calc(100% - 1.8rem);
    height: calc(100% - 14rem);
    right: 0;
  }
}
.p-top-staff__inner {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 749.98px) {
  .p-top-staff__inner {
    flex-wrap: wrap;
  }
}
.p-top-staff__info {
  width: 50%;
  order: 2;
  padding-right: 12rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-staff__info {
    width: 100%;
    margin-top: 6rem;
    padding-left: 3.8rem;
    padding-right: 1.8rem;
  }
}
.p-top-staff .c-section-title {
  width: auto;
  text-align: left;
  margin-bottom: 2.4rem;
}
.p-top-staff .c-section-title .en {
  text-align: left;
}
.p-top-staff__txt {
  max-width: 60rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-staff__txt {
    max-width: none;
  }
}
.p-top-staff__photo {
  width: 65rem;
  order: 1;
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 1440px) {
  .p-top-staff__photo {
    width: 50%;
    padding-right: 9.6rem;
  }
}
@media screen and (max-width: 749.98px) {
  .p-top-staff__photo {
    width: calc(100% - 1.8rem);
  }
}
.p-top-staff__btn {
  text-align: left;
  margin-top: 4rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-staff__btn {
    padding-right: 0.9rem;
  }
}