.p-mv {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-mv {
    margin-inline: 10px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv {
    margin-inline: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-mv {
    margin-inline: 20px;
  }
}

.p-mv-swiper-container .p-mv-button-prev {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #1d2951;
}
@media only screen and (max-width: 740px) {
  .p-mv-swiper-container .p-mv-button-prev {
    right: 88px;
    bottom: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-swiper-container .p-mv-button-prev {
    width: 2.8571428571vw;
    height: 2.8571428571vw;
    right: 9.2857142857vw;
    bottom: 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-mv-swiper-container .p-mv-button-prev {
    width: 40px;
    height: 40px;
    right: 130px;
    bottom: 30px;
  }
}
.p-mv-swiper-container .p-mv-button-prev:after {
  background: #fff;
}
.p-mv-swiper-container .p-mv-button-next {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #1d2951;
}
@media only screen and (max-width: 740px) {
  .p-mv-swiper-container .p-mv-button-next {
    right: 54px;
    bottom: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-swiper-container .p-mv-button-next {
    width: 2.8571428571vw;
    height: 2.8571428571vw;
    right: 6.0714285714vw;
    bottom: 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-mv-swiper-container .p-mv-button-next {
    width: 40px;
    height: 40px;
    right: 85px;
    bottom: 30px;
  }
}
.p-mv-swiper-container .p-mv-button-next:after {
  background: #fff;
}
@media only screen and (max-width: 740px) {
  .p-mv-swiper-container .p-mv-button-pause {
    right: 20px;
    bottom: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-swiper-container .p-mv-button-pause {
    width: 2.8571428571vw;
    height: 2.8571428571vw;
    right: 2.8571428571vw;
    bottom: 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-mv-swiper-container .p-mv-button-pause {
    width: 40px;
    height: 40px;
    right: 40px;
    bottom: 30px;
  }
}
.p-mv-swiper-container .p-mv-pagenation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 740px) {
  .p-mv-swiper-container .p-mv-pagenation {
    gap: 4px;
    width: 32vw;
    height: 4px;
    right: 124px;
    bottom: 33px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-swiper-container .p-mv-pagenation {
    gap: 0.2857142857vw;
    width: 12.8571428571vw;
    height: 0.2857142857vw;
    right: 12.8571428571vw;
    bottom: 3.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-mv-swiper-container .p-mv-pagenation {
    gap: 4px;
    width: 180px;
    height: 4px;
    right: 180px;
    bottom: 48px;
  }
}
.p-mv-swiper-container .p-mv-pagenation .swiper-pagination-bullet {
  flex: 1 1 0;
  border-radius: 100px;
  background: #fff;
  transition: 1s;
}
@media only screen and (max-width: 740px) {
  .p-mv-swiper-container .p-mv-pagenation .swiper-pagination-bullet {
    height: 2px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-swiper-container .p-mv-pagenation .swiper-pagination-bullet {
    height: 0.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-mv-swiper-container .p-mv-pagenation .swiper-pagination-bullet {
    height: 2px;
  }
}
.p-mv-swiper-container .p-mv-pagenation .swiper-pagination-bullet.swiper-pagination-bullet-active {
  flex: 0 0 50%;
}
@media only screen and (max-width: 740px) {
  .p-mv-swiper-container .p-mv-pagenation .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 4px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-swiper-container .p-mv-pagenation .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 0.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-mv-swiper-container .p-mv-pagenation .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 4px;
  }
}

.p-mv-item {
  position: relative;
}
.p-mv-item.-layout01 .p-mv-ttl {
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 740px) {
  .p-mv-item.-layout01 .p-mv-body {
    padding-top: 16vw;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-item.-layout01 .p-mv-btns {
    margin-top: 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-mv-item.-layout01 .p-mv-btns {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 740px) {
  .p-mv-item.-layout02 .p-mv-ttl {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 740px) {
  .p-mv-item.-layout02 .p-mv-body {
    padding-top: 8vw;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-item.-layout02 .p-mv-body {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-item.-layout02 .p-mv-btns {
    margin-bottom: 3.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-mv-item.-layout02 .p-mv-btns {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 740px) {
  .p-mv-item.-layout03 .p-mv-ttl {
    letter-spacing: 0.1em;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-item.-layout03 .p-mv-ttl {
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 740px) {
  .p-mv-item.-layout03 .p-mv-body {
    padding-top: 16vw;
  }
}
@media only screen and (max-width: 740px) {
  .p-mv-item.-layout03 .p-mv-btns {
    padding-top: 16vw;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-item.-layout03 .p-mv-btns {
    margin-top: 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-mv-item.-layout03 .p-mv-btns {
    margin-top: 30px;
  }
}
.p-mv-item.-layout03 .p-mv-img img {
  object-position: 50% 0;
}

.p-mv-body {
  position: absolute;
}
@media only screen and (max-width: 740px) {
  .p-mv-body {
    left: 0;
    width: 100%;
    height: 141.3333333333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-body {
    left: 0;
    bottom: 5vw;
    padding-inline: 4.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-mv-body {
    bottom: 70px;
    padding-inline: 60px;
  }
}

.p-mv-ttl {
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
@media only screen and (max-width: 740px) {
  .p-mv-ttl {
    writing-mode: vertical-rl;
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-ttl {
    font-size: 5vw;
    line-height: 1.3;
    transform-origin: 0 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .p-mv-ttl {
    font-size: 70px;
    font-size: 7rem;
  }
}
.p-mv-ttl i {
  margin-inline: -0.4em;
}
@media only screen and (max-width: 740px) {
  .p-mv-btns {
    width: 70.9333333333vw;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-btns {
    width: 22.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-mv-btns {
    width: 320px;
  }
}

.p-mv-img {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 740px) {
  .p-mv-img {
    border-radius: 30px;
    aspect-ratio: 710/1228;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-img {
    border-radius: 2.8571428571vw;
    aspect-ratio: 1360/686;
    max-height: calc(100vh - 10.7142857143vw);
  }
}
@media only screen and (min-width: 1400px) {
  .p-mv-img {
    border-radius: 40px;
    max-height: calc(100vh - 150px);
  }
}
.p-mv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-section-ttl {
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 740px) {
  .p-section-ttl {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-section-ttl {
    margin-bottom: 3.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-section-ttl {
    margin-bottom: 50px;
  }
}
.p-section-ttl .-en {
  display: block;
  color: #0071bc;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-section-ttl .-en {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-section-ttl .-en {
    font-size: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-section-ttl .-en {
    font-size: 20px;
  }
}
.p-section-ttl .-en:after {
  content: "";
  display: inline-block;
  width: 3em;
  height: 1px;
  background: currentcolor;
  margin: 0 0 0.3em 0.5em;
}
@media only screen and (max-width: 740px) {
  .p-section-ttl .-ja {
    font-size: 28px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-section-ttl .-ja {
    font-size: 2.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-section-ttl .-ja {
    font-size: 38px;
  }
}

@media only screen and (max-width: 740px) {
  .p-section-btns {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-section-btns {
    margin-top: 4.2857142857vw;
    width: 22.8571428571vw;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 1400px) {
  .p-section-btns {
    margin-top: 65px;
    width: 320px;
  }
}

.p-numbers:before {
  content: "";
  display: block;
  background: url(/_assets/_common/img/bg-pict01.svg) 50% 50%/contain no-repeat;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 740px) {
  .p-numbers:before {
    width: 154px;
    height: 180px;
    left: -60px;
    top: -80px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-numbers:before {
    width: 19.5714285714vw;
    height: 22.8571428571vw;
    left: -8.5714285714vw;
    top: -2.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-numbers:before {
    width: 274px;
    height: 320px;
    left: -120px;
    top: -40px;
  }
}

.p-numbers-list {
  display: flex;
}
@media only screen and (max-width: 740px) {
  .p-numbers-list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-numbers-list {
    justify-content: space-between;
    gap: 2.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-numbers-list {
    gap: 40px;
  }
}

@media only screen and (max-width: 740px) {
  .p-numbers-item {
    flex: 0 0 calc((100% - 60px) / 3);
  }
}
@media print, screen and (min-width: 741px) {
  .p-numbers-item {
    flex: 1 1 100%;
  }
}
.p-numbers-hl {
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-numbers-hl {
    padding-bottom: 12px;
    margin-bottom: 11px;
    border-bottom: 1px solid #f1f3f6;
  }
}
@media print, screen and (min-width: 741px) {
  .p-numbers-hl {
    padding-bottom: 1.8571428571vw;
    margin-bottom: 1.7142857143vw;
    border-bottom: 0.1428571429vw solid #f1f3f6;
  }
}
@media only screen and (min-width: 1400px) {
  .p-numbers-hl {
    padding-bottom: 26px;
    margin-bottom: 24px;
    border-bottom: 2px solid #f1f3f6;
  }
}
.p-numbers-hl:after {
  content: "";
  display: block;
  background: #0071bc;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
}
@media only screen and (max-width: 740px) {
  .p-numbers-hl:after {
    width: 42px;
    height: 1px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-numbers-hl:after {
    width: 5vw;
    height: 0.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-numbers-hl:after {
    width: 70px;
    height: 2px;
  }
}
@media only screen and (max-width: 740px) {
  .p-numbers-hl .-icon01 {
    width: 22px;
    height: 24px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-numbers-hl .-icon01 {
    width: 2.8571428571vw;
    height: 3.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-numbers-hl .-icon01 {
    width: 40px;
    height: 44px;
  }
}
@media only screen and (max-width: 740px) {
  .p-numbers-hl .-icon02 {
    width: 26px;
    height: 24px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-numbers-hl .-icon02 {
    width: 3.2857142857vw;
    height: 3.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-numbers-hl .-icon02 {
    width: 46px;
    height: 44px;
  }
}
.p-numbers-hl .-icon03 {
  height: auto;
}
@media only screen and (max-width: 740px) {
  .p-numbers-hl .-icon03 {
    width: 22px;
    height: 24px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-numbers-hl .-icon03 {
    width: 3vw;
    height: 3.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-numbers-hl .-icon03 {
    width: 42px;
    height: 44px;
  }
}
.p-numbers-hl .-icon04 {
  height: auto;
}
@media only screen and (max-width: 740px) {
  .p-numbers-hl .-icon04 {
    width: 22px;
    height: 24px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-numbers-hl .-icon04 {
    width: 3vw;
    height: 3.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-numbers-hl .-icon04 {
    width: 42px;
    height: 44px;
  }
}
.p-numbers-hl .-icon05 {
  height: auto;
}
@media only screen and (max-width: 740px) {
  .p-numbers-hl .-icon05 {
    width: 22px;
    height: 24px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-numbers-hl .-icon05 {
    width: 2.8571428571vw;
    height: 3.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-numbers-hl .-icon05 {
    width: 40px;
    height: 44px;
  }
}
.p-numbers-hl .-txt {
  display: block;
  font-weight: normal;
  letter-spacing: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 740px) {
  .p-numbers-hl .-txt {
    font-size: 3.4666666667vw;
    margin-top: 0.3em;
  }
}
@media print, screen and (min-width: 741px) {
  .p-numbers-hl .-txt {
    font-size: 1.2142857143vw;
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1400px) {
  .p-numbers-hl .-txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.p-numbers-value {
  text-align: center;
}
.p-numbers-value img {
  width: auto;
}
@media only screen and (max-width: 740px) {
  .p-numbers-value img {
    height: 42px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-numbers-value img {
    height: 5.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-numbers-value img {
    height: 74px;
  }
}

@media only screen and (max-width: 740px) {
  .p-service {
    padding-bottom: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 741px) {
  .p-service {
    padding-bottom: 0;
  }
}
.p-service:after {
  content: "";
  display: block;
  background: url(/_assets/_common/img/bg-pict04.svg) 50% 50%/contain no-repeat;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 740px) {
  .p-service:after {
    width: 214px;
    height: 186px;
    right: -110px;
    bottom: 30px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-service:after {
    width: 27.2857142857vw;
    height: 23.8571428571vw;
    right: -12.8571428571vw;
    bottom: 6.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-service:after {
    width: 382px;
    height: 334px;
    right: -180px;
    bottom: 96px;
  }
}

@media print, screen and (min-width: 741px) {
  .p-service-inr {
    width: 100%;
    max-width: calc(100% - (100% - 85.7142857143vw) / 2);
    padding-left: 3.5714285714vw;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    gap: 5.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-service-inr {
    max-width: calc(100% - (100% - 1200px) / 2);
    padding-left: 50px;
    gap: 80px;
  }
}

.p-service-body {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 740px) {
  .p-service-body {
    margin-inline: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-service-body {
    flex: 0 0 37.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-service-body {
    flex: 0 0 530px;
  }
}

.p-service-index {
  border-top: 1px solid #e0e4e7;
}
@media only screen and (max-width: 740px) {
  .p-service-index {
    margin-inline: -20px;
  }
}
.p-service-index li {
  border-bottom: 1px solid #e0e4e7;
}
.p-service-link {
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-service-link {
    padding: 25px 20px;
    gap: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-service-link {
    padding: 1.7857142857vw 1.4285714286vw;
    gap: 1.4285714286vw;
    transition: color 0.6s, background 0.6s;
  }
  .p-service-link:hover {
    color: #0071bc;
    background: rgba(0, 0, 0, 0.03);
  }
  .p-service-link:hover:before {
    scale: 1;
    opacity: 0;
  }
  .p-service-link:hover .-txt {
    text-indent: 1em;
  }
  .p-service-link:hover .-txt:before {
    scale: 0.5;
  }
  .p-service-link:hover .-txt:after {
    scale: 1;
  }
}
@media only screen and (min-width: 1400px) {
  .p-service-link {
    padding: 25px 20px;
    gap: 20px;
  }
}
.p-service-link .-num {
  object-fit: contain;
}
@media only screen and (max-width: 740px) {
  .p-service-link .-num {
    width: 26px;
    height: 18px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-service-link .-num {
    width: 2.2857142857vw;
    height: 1.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-service-link .-num {
    width: 32px;
    height: 22px;
  }
}
.p-service-link .-txt {
  transition: text-indent 0.6s;
}
.p-service-link .-txt:before {
  content: "";
  display: block;
  background: #1d2951;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 740px) {
  .p-service-link .-txt:before {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-service-link .-txt:before {
    width: 2.1428571429vw;
    height: 2.1428571429vw;
    right: 1.4285714286vw;
    transition: scale 0.6s;
  }
}
@media only screen and (min-width: 1400px) {
  .p-service-link .-txt:before {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-service-link .-txt:after {
    content: "";
    display: block;
    background: #0071bc;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 2.1428571429vw;
    height: 2.1428571429vw;
    right: 1.4285714286vw;
    scale: 0;
    transition: scale 0.6s;
  }
}
@media only screen and (min-width: 1400px) {
  .p-service-link .-txt:after {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}
.p-service-link .-icon {
  display: block;
  background: url(/_assets/_common/img/icon-arrow.svg) 50% 50%/contain no-repeat;
  position: absolute;
  top: 50%;
  translate: 50% -50%;
}
@media only screen and (max-width: 740px) {
  .p-service-link .-icon {
    width: 10px;
    height: 8px;
    right: 35px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-service-link .-icon {
    width: 0.7142857143vw;
    height: 0.5714285714vw;
    right: 2.5vw;
    z-index: 1;
  }
}
@media only screen and (min-width: 1400px) {
  .p-service-link .-icon {
    width: 10px;
    height: 8px;
    right: 35px;
  }
}

@media only screen and (max-width: 740px) {
  .p-service-btns {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-service-btns {
    margin-top: 4.2857142857vw;
    width: 22.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-service-btns {
    margin-top: 65px;
    width: 320px;
  }
}

.p-service-img {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-service-img {
    margin-top: 65px;
    text-align: right;
  }
}
@media print, screen and (min-width: 741px) {
  .p-service-img {
    flex: 1 1 auto;
    text-align: left;
  }
}
.p-service-img:before {
  content: "";
  display: block;
  background: #f1f3f6;
  position: absolute;
  right: 0;
  pointer-events: none;
}
@media only screen and (max-width: 740px) {
  .p-service-img:before {
    width: 92vw;
    height: 56vw;
    border-radius: 15px 0 0 15px;
    top: 40%;
  }
}
@media print, screen and (min-width: 741px) {
  .p-service-img:before {
    width: 57.1428571429vw;
    height: 30.7142857143vw;
    border-radius: 30px 0 0 30px;
    top: 30%;
  }
}
@media only screen and (min-width: 1400px) {
  .p-service-img:before {
    height: 430px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-service-img:after {
    content: "";
    mask: url(/_assets/_common/img/bg-dot.svg) 0 0/34px 34px repeat;
    display: block;
    background: #fff;
    position: absolute;
    top: 21.4285714286vw;
    left: 25.7142857143vw;
    width: 9.7142857143vw;
    height: 14.2857142857vw;
    pointer-events: none;
  }
}
@media only screen and (min-width: 1400px) {
  .p-service-img:after {
    width: 136px;
    height: 200px;
    top: 300px;
    left: 360px;
  }
}
.p-service-img .-img01 {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-service-img .-img01 {
    width: 80vw;
    border-radius: 15px 0 0 15px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-service-img .-img01 {
    width: 32.8571428571vw;
    border-radius: 30px;
    margin-left: 7.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-service-img .-img01 {
    width: 460px;
    margin-left: 100px;
  }
}
.p-service-img .-img02 {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-service-img .-img02 {
    width: 31.4666666667vw;
    border-radius: 15px;
    margin: -15.7333333333vw 53.3333333333vw 0 0;
  }
}
@media print, screen and (min-width: 741px) {
  .p-service-img .-img02 {
    width: 16vw;
    border-radius: 30px;
    margin: -8vw 30vw 0 0;
  }
}
@media only screen and (min-width: 1400px) {
  .p-service-img .-img02 {
    width: 224px;
    margin-top: -112px;
  }
}

@media only screen and (max-width: 740px) {
  .p-interview-inr {
    margin-inline: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-inr {
    width: 100%;
    max-width: calc(100% - (100% - 85.7142857143vw) / 2);
    padding-left: 3.5714285714vw;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1400px) {
  .p-interview-inr {
    max-width: calc(100% - (100% - 1200px) / 2);
    padding-left: 50px;
    gap: 80px;
  }
}

@media only screen and (max-width: 740px) {
  .p-interview-swiper-container {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 740px) {
  .p-interview-swiper-container .p-interview-swiper-inr {
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-swiper-container .p-interview-swiper-inr {
    width: 67.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-interview-swiper-container .p-interview-swiper-inr {
    width: 950px;
  }
}
.p-interview-swiper-container .swiper {
  overflow: visible;
}
@media only screen and (max-width: 740px) {
  .p-interview-swiper-container .p-interview-button-prev {
    right: 40px;
    bottom: -50px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-swiper-container .p-interview-button-prev {
    right: 6.4285714286vw;
    top: -5.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-interview-swiper-container .p-interview-button-prev {
    right: 90px;
    top: -80px;
  }
}
@media only screen and (max-width: 740px) {
  .p-interview-swiper-container .p-interview-button-next {
    right: 0;
    bottom: -50px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-swiper-container .p-interview-button-next {
    right: 3.5714285714vw;
    top: -5.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-interview-swiper-container .p-interview-button-next {
    right: 50px;
    top: -80px;
  }
}
@media only screen and (max-width: 740px) {
  .p-interview-swiper-container .p-interview-pagenation {
    width: 90px;
    right: 90px;
    bottom: -38px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-swiper-container .p-interview-pagenation {
    width: 14.2857142857vw;
    right: 10vw;
    top: -4.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-interview-swiper-container .p-interview-pagenation {
    width: 200px;
    right: 140px;
    top: -67px;
  }
}

.p-interview-item {
  overflow: hidden;
}
@media only screen and (max-width: 740px) {
  .p-interview-item {
    border-radius: 0 0 30px 0;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-item {
    border-radius: 0 0 40px 0;
  }
}
.p-interview-link {
  display: block;
  position: relative;
  color: #fff;
}
.p-interview-link:hover .p-interview-img img {
  scale: 1.1;
}

.p-interview-img {
  aspect-ratio: 460/594;
}
.p-interview-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.4s;
}

.p-interview-body {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  z-index: 1;
}
@media only screen and (max-width: 740px) {
  .p-interview-body {
    padding: 40px 15px 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-body {
    padding: 3.2142857143vw 1.4285714286vw 1.7857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-interview-body {
    padding: 45px 20px 25px;
  }
}

.p-interview-hl {
  font-weight: bold;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 740px) {
  .p-interview-hl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-hl {
    font-size: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-interview-hl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.p-interview-lead {
  line-height: 1.4;
}
@media only screen and (max-width: 740px) {
  .p-interview-lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-lead {
    font-size: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-interview-lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-interview-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media only screen and (max-width: 740px) {
  .p-interview-tags {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-tags {
    margin-top: 0.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-interview-tags {
    margin-top: 12px;
  }
}
.p-interview-tags li {
  background: #0071bc;
  border-radius: 100px;
  padding: 0em 0.8em 0.1em;
}
@media only screen and (max-width: 740px) {
  .p-interview-tags li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-tags li {
    font-size: 0.9285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-interview-tags li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-projects {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-projects {
    background: #f1f3f6;
  }
}
@media print, screen and (min-width: 741px) {
  .p-projects:before {
    content: "";
    background: #f1f3f6;
    height: 100%;
    width: calc(100% - 2.8571428571vw);
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50px 0 0 50px;
    pointer-events: none;
  }
}
@media only screen and (min-width: 1400px) {
  .p-projects:before {
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 741px) {
  .p-projects:after {
    content: "";
    mask: url(/_assets/_common/img/bg-dot.svg) 0 0/44px 44px repeat;
    display: block;
    background: #fff;
    position: absolute;
    right: 4.2857142857vw;
    top: -5.7142857143vw;
    width: 9.7142857143vw;
    height: 14.2857142857vw;
    pointer-events: none;
  }
}
@media only screen and (max-width: 740px) {
  .p-projects-inr {
    margin-inline: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-projects-inr {
    width: 100%;
    max-width: calc(100% - (100% - 85.7142857143vw) / 2);
    padding-left: 3.5714285714vw;
    margin-left: auto;
    position: relative;
  }
}
@media only screen and (min-width: 1400px) {
  .p-projects-inr {
    max-width: calc(100% - (100% - 1200px) / 2);
    padding-left: 50px;
    gap: 80px;
  }
}

@media only screen and (max-width: 740px) {
  .p-projects-swiper-container {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 740px) {
  .p-projects-swiper-container .p-projects-swiper-inr {
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-projects-swiper-container .p-projects-swiper-inr {
    width: 72.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-projects-swiper-container .p-projects-swiper-inr {
    width: 1020px;
  }
}
.p-projects-swiper-container .swiper {
  overflow: visible;
}
@media only screen and (max-width: 740px) {
  .p-projects-swiper-container .p-projects-button-prev {
    right: 40px;
    bottom: -50px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-projects-swiper-container .p-projects-button-prev {
    right: 6.4285714286vw;
    top: -5.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-projects-swiper-container .p-projects-button-prev {
    right: 90px;
    top: -80px;
  }
}
@media only screen and (max-width: 740px) {
  .p-projects-swiper-container .p-projects-button-next {
    right: 0;
    bottom: -50px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-projects-swiper-container .p-projects-button-next {
    right: 3.5714285714vw;
    top: -5.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-projects-swiper-container .p-projects-button-next {
    right: 50px;
    top: -80px;
  }
}
@media only screen and (max-width: 740px) {
  .p-projects-swiper-container .p-projects-pagenation {
    width: 90px;
    right: 90px;
    bottom: -38px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-projects-swiper-container .p-projects-pagenation {
    width: 14.2857142857vw;
    right: 10vw;
    top: -4.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-projects-swiper-container .p-projects-pagenation {
    width: 200px;
    right: 140px;
    top: -67px;
  }
}

.p-projects-item {
  background: #fff;
  border-radius: 0 0 30px 0;
}

.p-projects-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-projects-link .-new {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  background: #1d2951;
  padding: 0.2em 0.5em 0.1em;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 740px) {
  .p-projects-link .-new {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-projects-link .-new {
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-projects-link .-new {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-projects-link .-new:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  border: 2px solid transparent;
  border-top: 8px solid #1d2951;
  border-bottom: none;
  position: absolute;
  left: 8px;
  top: 95%;
  rotate: -20deg;
}
.p-projects-link:hover .p-projects-img img {
  scale: 1.1;
}

.p-projects-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 640/412;
}
.p-projects-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.4s;
}

.p-projects-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 740px) {
  .p-projects-body {
    padding: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-projects-body {
    padding: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-projects-body {
    padding: 20px;
  }
}

.p-projects-hl {
  font-weight: bold;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 740px) {
  .p-projects-hl {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-projects-hl {
    font-size: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-projects-hl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.p-projects-lead {
  line-height: 1.6;
  margin-bottom: 2em;
}
@media only screen and (max-width: 740px) {
  .p-projects-lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-projects-lead {
    font-size: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-projects-lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-projects-data {
  margin-top: auto;
  border-top: 1px solid #e0e4e7;
}
@media only screen and (max-width: 740px) {
  .p-projects-data {
    padding-top: 15px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-projects-data {
    padding-top: 1.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-projects-data {
    padding-top: 15px;
  }
}
.p-projects-data li {
  display: flex;
}
.p-projects-data li.-sell:before {
  content: "";
  background: url(/_assets/_common/img/icon-info02.svg) 50% 50%/contain no-repeat;
  display: inline-block;
  height: 1.8em;
}
@media only screen and (max-width: 740px) {
  .p-projects-data li.-sell:before {
    width: 18px;
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-projects-data li.-sell:before {
    width: 1.2857142857vw;
    margin-right: 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-projects-data li.-sell:before {
    width: 18px;
    margin-right: 10px;
  }
}
.p-projects-data li.-area:before {
  content: "";
  background: url(/_assets/_common/img/icon-info04.svg) 50% 50%/contain no-repeat;
  display: inline-block;
  height: 1.8em;
}
@media only screen and (max-width: 740px) {
  .p-projects-data li.-area:before {
    width: 18px;
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-projects-data li.-area:before {
    width: 1.2857142857vw;
    margin-right: 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-projects-data li.-area:before {
    width: 18px;
    margin-right: 10px;
  }
}

.p-news:before {
  content: "";
  display: block;
  background: url(/_assets/_common/img/bg-pict02.svg) 50% 50%/contain no-repeat;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 740px) {
  .p-news:before {
    width: 154px;
    height: 180px;
    left: -60px;
    top: -60px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-news:before {
    width: 19.5714285714vw;
    height: 22.8571428571vw;
    left: -8.5714285714vw;
    top: -12.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-news:before {
    width: 274px;
    height: 320px;
    left: -120px;
    top: -180px;
  }
}

@media only screen and (max-width: 740px) {
  .p-news-list {
    margin-inline: -20px;
  }
}
.p-news-item {
  border-bottom: 1px solid #e0e4e7;
}
.p-news-item:first-child {
  border-top: 1px solid #e0e4e7;
}
@media only screen and (max-width: 740px) {
  .p-news-item {
    padding: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-news-item {
    padding: 1.4285714286vw;
    display: flex;
    align-items: flex-start;
    gap: 1.5em;
  }
}
@media only screen and (min-width: 1400px) {
  .p-news-item {
    padding: 20px;
  }
}

.p-news-info {
  display: flex;
  align-items: center;
  gap: 0.8em;
}
@media only screen and (max-width: 740px) {
  .p-news-info {
    margin-bottom: 8px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-news-info {
    margin-top: 0.5vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-news-info {
    margin-top: 7px;
  }
}

.p-news-date {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 740px) {
  .p-news-date {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-news-date {
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-news-date {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-news-hl {
  line-height: 1.6;
}
@media print, screen and (min-width: 741px) {
  .p-news-hl {
    flex: 1 1 auto;
  }
}
.p-about {
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 740px) {
  .p-about {
    background: #235492;
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about:before {
    content: "";
    background: #235492;
    height: calc(100% - 17.8571428571vw);
    width: calc(100% - 2.8571428571vw);
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50px 0 0 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .p-about:before {
    height: calc(100% - 250px);
    width: calc(100% - 40px);
  }
}
.p-about:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  pointer-events: none;
}
@media only screen and (max-width: 740px) {
  .p-about:after {
    mask: url(/_assets/_common/img/bg-dot.svg) 0 0/20px 20px repeat;
    left: 8vw;
    top: 10.6666666667vw;
    width: 70px;
    height: 110px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about:after {
    mask: url(/_assets/_common/img/bg-dot.svg) 0 0/2.42vw 2.42vw repeat;
    right: 25vw;
    top: 34.2857142857vw;
    width: 9.2857142857vw;
    height: 14.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-about:after {
    mask: url(/_assets/_common/img/bg-dot.svg) 0 0/34px 34px repeat;
    width: 136px;
    height: 200px;
  }
}

.p-about-ttl .-en {
  color: #fff;
}

.p-about-mv {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-about-mv {
    margin-top: -130px;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-mv {
    margin-top: -11.4285714286vw;
    margin-bottom: 8.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-about-mv {
    margin-bottom: 120px;
  }
}
.p-about-mv:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.15);
  right: 0;
  pointer-events: none;
}
@media only screen and (max-width: 740px) {
  .p-about-mv:before {
    width: 43.7333333333vw;
    height: 73.0666666667vw;
    bottom: -58.6666666667vw;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-mv:before {
    width: 30vw;
    height: 42.8571428571vw;
    bottom: -35.7142857143vw;
  }
}
.p-about-mv img {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-about-mv img {
    width: 90.6666666667vw;
    border-radius: 0 15px 15px 0;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-mv img {
    width: 95.4285714286vw;
    border-radius: 0 60px 60px 0;
  }
}
.p-about-inr {
  position: relative;
}
@media print, screen and (min-width: 741px) {
  .p-about-intro {
    display: flex;
    flex-direction: row-reverse;
    gap: 4.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-about-intro {
    gap: 60px;
  }
}

@media only screen and (max-width: 740px) {
  .p-about-intro-img {
    margin-right: -20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-intro-img {
    flex: 0 0 38.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-about-intro-img {
    flex: 0 0 540px;
  }
}
.p-about-intro-img img {
  width: 100%;
}
@media only screen and (max-width: 740px) {
  .p-about-intro-img img {
    border-radius: 0 0 0 25px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-intro-img img {
    border-radius: 0 40px 0 40px;
  }
}
@media only screen and (max-width: 740px) {
  .p-about-intro-body {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-intro-body {
    flex: 1 1 auto;
    padding-left: 4.6428571429vw;
    position: relative;
  }
}
@media only screen and (min-width: 1400px) {
  .p-about-intro-body {
    padding-left: 65px;
  }
}

.p-about-intro-hl {
  letter-spacing: 0.1em;
  display: inline-block;
}
@media only screen and (max-width: 740px) {
  .p-about-intro-hl {
    font-size: 20px;
    font-size: 2rem;
    position: relative;
    margin-bottom: 1em;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-intro-hl {
    font-size: 1.7142857143vw;
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .p-about-intro-hl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-about-intro-hl:after {
  content: "";
  display: inline-block;
  background: currentcolor;
  position: absolute;
}
@media only screen and (max-width: 740px) {
  .p-about-intro-hl:after {
    width: 2em;
    height: 1px;
    top: 50%;
    left: 108%;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-intro-hl:after {
    width: 1px;
    height: 2em;
    left: 50%;
    top: 108%;
  }
}
.p-about-intro-lead {
  line-height: 2.4;
  letter-spacing: 0;
}

@media only screen and (max-width: 740px) {
  .p-about-intro-btns {
    margin-right: -20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-intro-btns {
    border-block: 1px solid #8592a1;
    margin-top: 2.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-about-intro-btns {
    margin-top: 40px;
  }
}

.p-about-intro-btn,
.p-about-index-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .p-about-intro-btn,
  .p-about-index-btn {
    padding: 25px 20px;
    gap: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-intro-btn,
  .p-about-index-btn {
    padding: 1.7857142857vw 1.4285714286vw;
    gap: 1.4285714286vw;
    transition: color 0.6s, background 0.6s;
  }
  .p-about-intro-btn:hover,
  .p-about-index-btn:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .p-about-intro-btn:hover:before,
  .p-about-index-btn:hover:before {
    scale: 1;
    opacity: 0;
  }
  .p-about-intro-btn:hover .-txt,
  .p-about-index-btn:hover .-txt {
    text-indent: 1em;
  }
  .p-about-intro-btn:hover .-txt:before,
  .p-about-index-btn:hover .-txt:before {
    scale: 0.5;
  }
  .p-about-intro-btn:hover .-txt:after,
  .p-about-index-btn:hover .-txt:after {
    scale: 1;
  }
  .p-about-intro-btn:hover .-icon,
  .p-about-index-btn:hover .-icon {
    background: #fff;
  }
}
@media only screen and (min-width: 1400px) {
  .p-about-intro-btn,
  .p-about-index-btn {
    padding: 25px 20px;
    gap: 20px;
  }
}
.p-about-intro-btn .-txt,
.p-about-index-btn .-txt {
  transition: text-indent 0.6s;
}
.p-about-intro-btn .-txt:before,
.p-about-index-btn .-txt:before {
  content: "";
  display: block;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 740px) {
  .p-about-intro-btn .-txt:before,
  .p-about-index-btn .-txt:before {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-intro-btn .-txt:before,
  .p-about-index-btn .-txt:before {
    width: 2.1428571429vw;
    height: 2.1428571429vw;
    right: 1.4285714286vw;
    transition: scale 0.6s;
  }
}
@media only screen and (min-width: 1400px) {
  .p-about-intro-btn .-txt:before,
  .p-about-index-btn .-txt:before {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-intro-btn .-txt:after,
  .p-about-index-btn .-txt:after {
    content: "";
    display: block;
    background: #1d2951;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 2.1428571429vw;
    height: 2.1428571429vw;
    right: 1.4285714286vw;
    scale: 0;
    transition: scale 0.6s;
  }
}
@media only screen and (min-width: 1400px) {
  .p-about-intro-btn .-txt:after,
  .p-about-index-btn .-txt:after {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}
.p-about-intro-btn .-icon,
.p-about-index-btn .-icon {
  display: block;
  mask: url(/_assets/_common/img/icon-arrow.svg) 50% 50%/contain no-repeat;
  background: #1d2951;
  position: absolute;
  top: 50%;
  translate: 50% -50%;
  transition: background 0.6s;
}
@media only screen and (max-width: 740px) {
  .p-about-intro-btn .-icon,
  .p-about-index-btn .-icon {
    width: 10px;
    height: 8px;
    right: 35px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-intro-btn .-icon,
  .p-about-index-btn .-icon {
    width: 0.7142857143vw;
    height: 0.5714285714vw;
    right: 2.5vw;
    z-index: 1;
  }
}
@media only screen and (min-width: 1400px) {
  .p-about-intro-btn .-icon,
  .p-about-index-btn .-icon {
    width: 10px;
    height: 8px;
    right: 35px;
  }
}

@media only screen and (max-width: 740px) {
  .p-about-index {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-index {
    margin-top: 7.8571428571vw;
    display: flex;
    gap: 4.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-about-index {
    margin-top: 110px;
    gap: 60px;
  }
}

.p-about-index-img {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-about-index-img {
    margin-left: -20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-index-img {
    flex: 0 0 38.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-about-index-img {
    flex: 0 0 540px;
  }
}
.p-about-index-img:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.15);
  pointer-events: none;
}
@media only screen and (max-width: 740px) {
  .p-about-index-img:before {
    width: 43.7333333333vw;
    height: 53.3333333333vw;
    left: 0;
    bottom: -21.3333333333vw;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-index-img:before {
    width: 35.7142857143vw;
    height: 24.2857142857vw;
    left: -2.1428571429vw;
    bottom: -7.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-about-index-img:before {
    width: 500px;
    height: 340px;
    left: -60px;
    bottom: -80px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-index-img:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    pointer-events: none;
    mask: url(/_assets/_common/img/bg-dot.svg) 0 0/34px 34px repeat;
    left: 2.8571428571vw;
    top: 18.5714285714vw;
    width: 9.7142857143vw;
    height: 14.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-about-index-img:after {
    left: 40px;
    top: 260px;
    width: 136px;
    height: 200px;
  }
}
.p-about-index-img img {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-about-index-img img {
    border-radius: 0 25px 0 0;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-index-img img {
    border-radius: 0 40px 0 40px;
  }
}
.p-about-index-list {
  border-top: 1px solid #8592a1;
}
@media only screen and (max-width: 740px) {
  .p-about-index-list {
    margin: 40px -20px 0;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-index-list {
    flex: 1 1 auto;
  }
}
.p-about-index-list li {
  border-bottom: 1px solid #8592a1;
}
.p-contact:after {
  content: "";
  display: block;
  background: url(/_assets/_common/img/bg-pict03.svg) 50% 50%/contain no-repeat;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 740px) {
  .p-contact:after {
    width: 214px;
    height: 186px;
    right: -110px;
    bottom: -10px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact:after {
    width: 27.2857142857vw;
    height: 23.8571428571vw;
    right: -12.8571428571vw;
    top: -8.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact:after {
    width: 382px;
    height: 334px;
    right: -180px;
    top: -120px;
  }
}

@media print, screen and (min-width: 741px) {
  .p-contact-inr {
    display: flex;
    gap: 11.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-inr {
    gap: 160px;
  }
}

@media print, screen and (min-width: 741px) {
  .p-contact-body {
    flex: 0 0 27.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-body {
    flex: 0 0 390px;
  }
}

.p-contact-ttl {
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .p-contact-ttl {
    text-align: center;
  }
}
.p-contact-ttl .-main {
  display: block;
  line-height: 1.4;
}
@media only screen and (max-width: 740px) {
  .p-contact-ttl .-main {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-ttl .-main {
    font-size: 3.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-ttl .-main {
    font-size: 50px;
    font-size: 5rem;
  }
}
.p-contact-ttl .-sub {
  display: block;
  margin-top: 0.3em;
}
@media only screen and (max-width: 740px) {
  .p-contact-ttl .-sub {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-ttl .-sub {
    font-size: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-ttl .-sub {
    font-size: 20px;
    font-size: 2rem;
  }
}

.p-contact-hl {
  border-left: 3px solid #0071bc;
  padding-left: 0.4em;
  line-height: 1.3;
  margin-bottom: 1em;
}
@media only screen and (max-width: 740px) {
  .p-contact-hl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-hl {
    font-size: 1.2857142857vw;
    margin-top: 3.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-hl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 50px;
  }
}
.p-contact-hl .-free {
  background: #1d2951;
  color: #fff;
  display: inline-block;
  margin-left: 0.8em;
  border-radius: 100px;
  line-height: 1;
  padding: 0.4em 0.8em 0.5em;
  position: relative;
  top: -0.2em;
}
@media only screen and (max-width: 740px) {
  .p-contact-hl .-free {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-hl .-free {
    font-size: 0.7857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-hl .-free {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media print, screen and (min-width: 741px) {
  .p-contact-tel a {
    pointer-events: none;
  }
}
.p-contact-tel img {
  width: 100%;
}

.p-contact-tel-offer {
  text-align: right;
  margin-top: 0.4em;
}
@media only screen and (max-width: 740px) {
  .p-contact-tel-offer {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-tel-offer {
    font-size: 0.9285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-tel-offer {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-contact-btns li {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-btns li {
    margin-top: 1.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-btns li {
    margin-top: 15px;
  }
}

.p-contact-transfer-btn {
  background: #e87722;
}
@media print, screen and (min-width: 741px) {
  .p-contact-transfer-btn:hover:before {
    opacity: 1;
  }
  .p-contact-transfer-btn:hover .-txt {
    color: #e87722;
  }
  .p-contact-transfer-btn:hover .-icon {
    background: #fff;
  }
}
.p-contact-transfer-btn:before {
  background: #fff;
  opacity: 0;
  transition: scale 0s 0.6s, opacity 0.6s;
}
.p-contact-transfer-btn .-txt {
  color: #fff;
}
.p-contact-transfer-btn .-txt:before {
  background: #fff;
}
.p-contact-transfer-btn .-txt:after {
  background: #e87722;
}
.p-contact-transfer-btn .-icon {
  background: #e87722;
}

.p-contact-acquisition-btn {
  background: #d64b18;
}
@media print, screen and (min-width: 741px) {
  .p-contact-acquisition-btn:hover:before {
    opacity: 1;
  }
  .p-contact-acquisition-btn:hover .-txt {
    color: #d64b18;
  }
  .p-contact-acquisition-btn:hover .-icon {
    background: #fff;
  }
}
.p-contact-acquisition-btn:before {
  background: white;
  opacity: 0;
  transition: scale 0s 0.6s, opacity 0.6s;
}
.p-contact-acquisition-btn .-txt {
  color: #fff;
}
.p-contact-acquisition-btn .-txt:before {
  background: #fff;
}
.p-contact-acquisition-btn .-txt:after {
  background: #d64b18;
}
.p-contact-acquisition-btn .-icon {
  background: #d64b18;
}

.p-contact-imgs {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-contact-imgs {
    margin: 60px -20px 0;
    aspect-ratio: 375/224;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-imgs {
    flex: 1 1 auto;
    margin-right: -5.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-imgs {
    margin-right: -75px;
  }
}
.p-contact-imgs:before {
  content: "";
  display: block;
  background: #f1f3f6;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
@media only screen and (max-width: 740px) {
  .p-contact-imgs:before {
    mask: url(/_assets/_common/img/bg-dot.svg) 0 0/24px 24px repeat;
    left: 5.3333333333vw;
    top: 26.6666666667vw;
    width: 16vw;
    height: 24vw;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-imgs:before {
    mask: url(/_assets/_common/img/bg-dot.svg) 0 0/34px 34px repeat;
    left: -5vw;
    top: 14.2857142857vw;
    width: 9.7142857143vw;
    height: 14.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-imgs:before {
    left: -70px;
    top: 200px;
    width: 136px;
    height: 200px;
  }
}
.p-contact-imgs:after {
  content: "";
  display: block;
  background: #f1f3f6;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
@media only screen and (max-width: 740px) {
  .p-contact-imgs:after {
    mask: url(/_assets/_common/img/bg-dot.svg) 0 0/24px 24px repeat;
    left: 56vw;
    top: 34.6666666667vw;
    width: 16vw;
    height: 24vw;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-imgs:after {
    mask: url(/_assets/_common/img/bg-dot.svg) 0 0/34px 34px repeat;
    left: 30vw;
    top: 22.5vw;
    width: 9.7142857143vw;
    height: 10.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-imgs:after {
    left: 420px;
    top: 315px;
    width: 136px;
    height: 150px;
  }
}

@media print, screen and (min-width: 741px) {
  .p-contact-imgs-inr:before {
    content: "";
    display: block;
    background: #f1f3f6;
    border-radius: 20px;
    width: 18.8571428571vw;
    height: 23.7142857143vw;
    position: absolute;
    top: 12.1428571429vw;
    left: 14.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-imgs-inr:before {
    width: 264px;
    height: 332px;
    top: 170px;
    left: 200px;
  }
}
.p-contact-imgs-inr img {
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 740px) {
  .p-contact-imgs-inr img {
    border-radius: 8px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-imgs-inr img {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 740px) {
  .p-contact-imgs-inr .-img01 {
    width: 33.0666666667vw;
    border-radius: 0 8px 8px 0;
    top: 5.3333333333vw;
    left: 0;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-imgs-inr .-img01 {
    width: 24.7142857143vw;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-imgs-inr .-img01 {
    width: 346px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-imgs-inr .-img02 {
    width: 8.1428571429vw;
    top: -2.2857142857vw;
    left: 28.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-imgs-inr .-img02 {
    width: 114px;
    top: -32px;
    left: 394px;
  }
}
@media only screen and (max-width: 740px) {
  .p-contact-imgs-inr .-img03 {
    width: 23.4666666667vw;
    top: -8vw;
    left: 50.6666666667vw;
    z-index: 2;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-imgs-inr .-img03 {
    width: 12.8571428571vw;
    top: 8.2857142857vw;
    left: 31.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-imgs-inr .-img03 {
    width: 180px;
    top: 116px;
    left: 440px;
  }
}
@media only screen and (max-width: 740px) {
  .p-contact-imgs-inr .-img04 {
    width: 24.5333333333vw;
    top: 26.6666666667vw;
    left: 25.0666666667vw;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-imgs-inr .-img04 {
    width: 13vw;
    top: 28.4285714286vw;
    left: 8.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-imgs-inr .-img04 {
    width: 182px;
    top: 398px;
    left: 120px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-imgs-inr .-img05 {
    width: 10vw;
    top: 35.7142857143vw;
    left: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-imgs-inr .-img05 {
    width: 140px;
    top: 500px;
    left: 0;
  }
}
@media only screen and (max-width: 740px) {
  .p-contact-imgs-inr .-img06 {
    width: 36.2666666667vw;
    top: 8vw;
    right: 0;
    border-radius: 8px 0 0 8px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-contact-imgs-inr .-img06 {
    width: 16.2857142857vw;
    top: 31.4285714286vw;
    left: 25.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-contact-imgs-inr .-img06 {
    width: 228px;
    top: 440px;
    left: 360px;
  }
}