@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;
}
/* 現在のスライド番号 */
/* スライド総数 */
.marker {
  background: linear-gradient(transparent 0%, #FFE900 0%);
  font-weight: 700;
}

/*************************
about
************************ */
.p-about-mv {
  padding-top: 16rem;
  padding-bottom: 15.4rem;
  width: 100%;
  background: transparent url(../../assets/img/about/bg_mv.jpg) no-repeat fixed center center/cover;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-about-mv {
    padding-top: 8rem;
    padding-bottom: 10rem;
    background: transparent url(../../assets/img/about/bg_mv_sp.jpg) no-repeat scroll center center/cover;
  }
}
.p-about-mv__inner {
  position: relative;
}
.p-about-mv__cont {
  color: #fff;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 749.98px) {
  .p-about-mv__cont {
    display: block;
  }
}
.p-about-mv__cont .cont-title {
  font-size: 3rem;
  font-weight: 700;
  padding-left: 3rem;
  letter-spacing: 0.14em;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-about-mv__cont .cont-title {
    font-size: 2.2rem;
  }
}
.p-about-mv__cont .cont-title:before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 200rem;
  background-color: #FFE900;
  position: absolute;
  top: calc((100% - 1.4rem) / 2);
  left: 0;
}
.p-about-mv__cont .cont-catch {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6.3rem;
  line-height: 2.0634920635;
  letter-spacing: 0.08em;
  margin-top: 8rem;
}
@media screen and (max-width: 749.98px) {
  .p-about-mv__cont .cont-catch {
    font-size: 4.3rem;
    line-height: 1.7906976744;
    text-align: left;
    margin-top: 4.8rem;
  }
}
.p-about-mv__cont .cont-catch span {
  transition-duration: 1.3s;
  transition-delay: 0.2s;
}
.p-about-mv__cont .cont-txt {
  margin-top: 13rem;
}
@media screen and (max-width: 749.98px) {
  .p-about-mv__cont .cont-txt {
    margin-top: 7.2rem;
  }
}
.p-about-mv__cont .cont-txt p {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2.8571428571;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 749.98px) {
  .p-about-mv__cont .cont-txt p {
    font-size: 1.5rem;
    line-height: 2.4666666667;
    text-align: left;
  }
}
.p-about-mv__cont .cont-img {
  width: 37.8rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-about-mv__cont .cont-img {
    width: 100%;
  }
}
.p-about-mv__cont .cont-pic {
  padding-top: 3rem;
  position: absolute;
}
@media screen and (max-width: 749.98px) {
  .p-about-mv__cont .cont-pic {
    padding-top: 4rem;
    position: relative;
  }
}
.p-about-mv__cont .cont-pic img {
  border-radius: 0.5rem;
}
.p-about-mv__cont .cont-pic.-pic01 {
  top: 0;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 749.98px) {
  .p-about-mv__cont .cont-pic.-pic01 {
    top: auto;
    right: auto;
  }
}
.p-about-mv__cont .cont-pic.-pic01 img {
  width: 37.7rem;
}
@media screen and (max-width: 749.98px) {
  .p-about-mv__cont .cont-pic.-pic01 img {
    width: 28.4rem;
  }
}
.p-about-mv__cont .cont-pic.-pic02 {
  top: 33rem;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 749.98px) {
  .p-about-mv__cont .cont-pic.-pic02 {
    top: auto;
    right: auto;
    text-align: right;
  }
}
.p-about-mv__cont .cont-pic.-pic02 img {
  width: 25.5rem;
}
@media screen and (max-width: 749.98px) {
  .p-about-mv__cont .cont-pic.-pic02 img {
    width: 21.8rem;
  }
}
.p-about-mv__cont .cont-pic.-pic03 {
  top: 52.4rem;
  right: 21rem;
  z-index: 1;
}
@media screen and (max-width: 749.98px) {
  .p-about-mv__cont .cont-pic.-pic03 {
    top: auto;
    right: auto;
    padding-top: 0;
    margin-top: -2.4rem;
  }
}
.p-about-mv__cont .cont-pic.-pic03 img {
  width: 18.2rem;
}
@media screen and (max-width: 749.98px) {
  .p-about-mv__cont .cont-pic.-pic03 img {
    width: 15.6rem;
  }
}
.p-about-mv__cont.-bottom {
  margin-top: 3rem;
  justify-content: flex-start;
}
.p-about-mv__cont.-bottom .cont-info {
  order: 2;
}
.p-about-mv__cont.-bottom .cont-txt {
  margin-top: 0;
  padding-left: 8rem;
}
@media screen and (max-width: 749.98px) {
  .p-about-mv__cont.-bottom .cont-txt {
    padding-left: 0;
  }
}
.p-about-mv__cont.-bottom .cont-img {
  position: relative;
  order: 1;
}
.p-about-mv__cont.-bottom .cont-pic.-pic04 {
  padding-top: 4rem;
}
@media screen and (max-width: 749.98px) {
  .p-about-mv__cont.-bottom .cont-pic.-pic04 img {
    width: 28.4rem;
  }
}
.p-about-service {
  padding-top: 16rem;
  padding-bottom: 14.4rem;
}
@media screen and (max-width: 749.98px) {
  .p-about-service {
    padding-top: 10rem;
    padding-bottom: 8.8rem;
  }
}
.p-about-service .c-section-title .ja {
  display: block;
  text-align: center;
}
@media screen and (max-width: 749.98px) {
  .p-about-service__inner {
    padding: 0 1.8rem;
  }
}
.p-about-service__catch {
  width: 105.6rem;
  text-align: center;
  margin: 0 auto;
  background-color: #F3F4F7;
  padding: 3.2rem;
}
@media screen and (max-width: 749.98px) {
  .p-about-service__catch {
    width: 100%;
    padding: 4rem 0.8rem;
  }
}
.p-about-service__catch strong {
  font-size: 4.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  color: #001650;
  letter-spacing: 2px;
}
@media screen and (max-width: 749.98px) {
  .p-about-service__catch strong {
    font-size: 3.7rem;
    line-height: 1.6216216216;
  }
}
.p-about-service__catch strong span {
  display: inline-block;
  margin: 0 1.6rem;
}
@media screen and (max-width: 749.98px) {
  .p-about-service__catch strong span {
    display: block;
  }
}
.p-about-service__subcatch {
  text-align: center;
  color: #001650;
  font-size: 2.5rem;
  line-height: 2;
  font-weight: 700;
  margin-top: 2.4rem;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 749.98px) {
  .p-about-service__subcatch {
    font-size: 2rem;
  }
}
.p-about-service__txt {
  text-align: center;
  margin-top: 2.4rem;
}
.p-about-reason {
  background-color: #F3F4F7;
  padding-top: 14rem;
  padding-bottom: 20rem;
}
@media screen and (max-width: 749.98px) {
  .p-about-reason {
    padding-top: 8rem;
    padding-bottom: 13rem;
  }
}
.p-about-reason .c-section-title {
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-about-reason .c-section-title {
    padding: 0 3.4rem 0 4rem;
  }
}
.p-about-reason .c-section-title:before, .p-about-reason .c-section-title:after {
  content: "";
  display: block;
  width: 2px;
  height: 3.7rem;
  background-color: #001650;
  position: absolute;
  bottom: -2px;
  transform: rotateZ(-30deg);
}
@media screen and (max-width: 749.98px) {
  .p-about-reason .c-section-title:before, .p-about-reason .c-section-title:after {
    height: 6rem;
    bottom: 1.2rem;
  }
}
.p-about-reason .c-section-title:before {
  left: -3rem;
}
@media screen and (max-width: 749.98px) {
  .p-about-reason .c-section-title:before {
    left: 0;
  }
}
.p-about-reason .c-section-title:after {
  right: -3rem;
  transform: scaleX(-1) rotateZ(-30deg);
}
@media screen and (max-width: 749.98px) {
  .p-about-reason .c-section-title:after {
    right: 0;
  }
}
.p-about-reason .c-section-title .slide-on {
  line-height: 1.3;
}
.p-about-reason .c-section-title .slide-on b {
  display: block;
  font-size: 3.5rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 749.98px) {
  .p-about-reason .c-section-title .slide-on b {
    font-size: 2.2rem;
    line-height: 2;
  }
}
.p-about-reason__list {
  counter-reset: number 0;
}
.p-about-reason__item {
  display: flex;
  justify-content: space-between;
  gap: 6rem;
  margin-top: 12.8rem;
}
@media screen and (max-width: 749.98px) {
  .p-about-reason__item {
    margin-top: 6rem;
    display: block;
  }
}
.p-about-reason__item:nth-of-type(even) .p-about-reason__img {
  order: 2;
}
.p-about-reason__item:nth-of-type(even) .p-about-reason__info {
  order: 1;
  padding-left: 0;
  padding-right: 10rem;
}
@media screen and (max-width: 749.98px) {
  .p-about-reason__item:nth-of-type(even) .p-about-reason__info {
    padding-right: 0;
    padding-left: 5.4rem;
  }
}
.p-about-reason__item:nth-of-type(even) .p-about-reason__number {
  left: auto;
  right: 0;
}
@media screen and (max-width: 749.98px) {
  .p-about-reason__item:nth-of-type(even) .p-about-reason__number {
    right: auto;
    left: 0;
  }
}
.p-about-reason__img {
  width: calc(50% - 6rem);
}
@media screen and (max-width: 749.98px) {
  .p-about-reason__img {
    width: 100%;
  }
}
.p-about-reason__info {
  width: 50%;
  padding-left: 10rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 749.98px) {
  .p-about-reason__info {
    width: 100%;
    margin-top: 3rem;
    padding-left: 5.4rem;
  }
}
.p-about-reason__number {
  font-size: 4.6rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: #0042A2;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.5em;
  padding-top: 6rem;
  white-space: nowrap;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 749.98px) {
  .p-about-reason__number {
    font-size: 1.8rem;
    padding-top: 2.4rem;
    top: 1rem;
  }
}
.p-about-reason__number:before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  writing-mode: horizontal-tb;
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 4.6rem;
  color: #fff;
  text-shadow: 1px 1px 0 #0042A2, -1px 1px 0 #0042A2, 1px -1px 0 #0042A2, -1px -1px 0 #0042A2;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 749.98px) {
  .p-about-reason__number:before {
    font-size: 1.8rem;
  }
}
.p-about-reason__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #001650;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 749.98px) {
  .p-about-reason__title {
    font-size: 1.8rem;
  }
}
.p-about-reason__txt {
  font-size: 1.5rem;
}
.p-about-reason__txt dt {
  font-weight: 700;
  padding-left: 1.6rem;
  letter-spacing: 0.1em;
  margin-top: 1.6rem;
  position: relative;
}
.p-about-reason__txt dt:before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 200rem;
  background-color: #142437;
  position: absolute;
  top: calc((100% - 0.6rem) / 2);
  left: 0;
}
@media screen and (max-width: 749.98px) {
  .p-about-reason__txt dt:before {
    top: 1.2rem;
  }
}
.p-about-reason__txt dd {
  margin-top: 0.4rem;
  letter-spacing: 0.18em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.ie .p-about-reason__txt dd {
  font-feature-settings: "palt";
}
.p-about-bridge {
  width: 100%;
  height: 80rem;
  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-about-bridge {
    height: 23.2rem;
  }
}
.p-about-bridge.-bridge01 {
  background-image: url(../../assets/img/about/bg_bridge.jpg);
}
@media screen and (max-width: 749.98px) {
  .p-about-bridge.-bridge01 {
    background-attachment: scroll;
  }
}
.p-about-flow {
  padding-top: 12rem;
  padding-bottom: 14.4rem;
  background-color: #F3F4F7;
}
@media screen and (max-width: 749.98px) {
  .p-about-flow {
    padding: 8rem 1.8rem;
  }
}
.p-about-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-about-flow__txt p {
    margin-top: 0.4rem;
  }
}
.p-about-flow__subtitle {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #001650;
}
@media screen and (max-width: 749.98px) {
  .p-about-flow__swiper {
    margin-left: -0.8rem;
    margin-right: -1.8rem;
  }
}
.p-about-flow__slide {
  padding: 0 1.2rem;
}
.p-about-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-about-flow__slide__step {
    width: 6.2rem;
    height: 2.5rem;
    font-size: 2.2rem;
  }
}
.p-about-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-about-flow__slide__step:before {
    font-size: 0.6rem;
    margin-right: 0.4rem;
    transform: translateY(-0.2rem);
  }
}
.p-about-flow__slide__pic figcaption {
  display: block;
  font-size: 1.9rem;
  font-weight: 700;
  margin-top: 2rem;
}
@media screen and (max-width: 749.98px) {
  .p-about-flow__slide__pic figcaption {
    margin-top: 1.2rem;
    font-size: 1.6rem;
  }
}
.p-about-estate-management {
  padding-top: 10rem;
  padding-bottom: 14.4rem;
  background-color: #F3F4F7;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-about-estate-management {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.p-about-estate-management:before {
  content: "";
  display: block;
  width: calc(50% + 28.8rem);
  height: 86.4rem;
  background-color: #001650;
  border-radius: 0 5rem 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 749.98px) {
  .p-about-estate-management:before {
    width: 100%;
  }
}
.p-about-estate-management__head {
  width: calc(50% + 28.8rem);
  padding-left: 9rem;
}
@media screen and (max-width: 749.98px) {
  .p-about-estate-management__head {
    width: 100%;
    padding-left: 0;
  }
}
.p-about-estate-management__head .c-section-title {
  width: auto;
  margin-bottom: 2rem;
  text-align: left;
  transition-duration: 2s;
}
@media screen and (max-width: 749.98px) {
  .p-about-estate-management__head .c-section-title {
    margin-bottom: 1.2rem;
  }
}
.p-about-estate-management__head .c-section-title span {
  font-size: 4.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  padding-left: 6rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-about-estate-management__head .c-section-title span {
    font-size: 3.8rem;
  }
}
.p-about-estate-management__head .c-section-title span:before {
  content: "";
  display: block;
  width: 4.8rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
.p-about-estate-management__head p {
  width: 64rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.14em;
  color: #fff;
}
@media screen and (max-width: 749.98px) {
  .p-about-estate-management__head p {
    width: 100%;
    font-size: 1.8rem;
  }
}
.p-about-estate-management__cont {
  margin-top: 6rem;
  padding: 9rem;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4.8rem;
}
@media screen and (max-width: 749.98px) {
  .p-about-estate-management__cont {
    margin-top: 4rem;
    padding: 3rem 2rem;
    gap: 2.4rem;
  }
}
.p-about-estate-management__img {
  width: 42rem;
}
@media screen and (max-width: 749.98px) {
  .p-about-estate-management__img {
    width: 100%;
  }
}
.p-about-estate-management__info {
  width: calc(100% - 42rem - 4.8rem);
}
@media screen and (max-width: 749.98px) {
  .p-about-estate-management__info {
    width: 100%;
  }
}
.p-about-estate-management__catch {
  font-size: 1.8rem;
  font-weight: 700;
  color: #001650;
  line-height: 2;
  letter-spacing: 0.15em;
}
.p-about-estate-management__txt {
  letter-spacing: 0.12em;
}
@media screen and (max-width: 749.98px) {
  .p-about-estate-management__txt {
    margin-top: 1.6rem;
  }
}
.p-about-estate-management__txt ol {
  counter-reset: merit 0;
}
.p-about-estate-management__txt ol li {
  position: relative;
  margin-top: 1.4rem;
}
.p-about-estate-management__txt ol li dl dt {
  padding-left: 2rem;
  position: relative;
}
.p-about-estate-management__txt ol li dl dt:before {
  counter-increment: merit 1;
  content: counter(merit) ". ";
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}
.p-about-estate-management__solve {
  width: 100%;
}
.p-about-estate-management__solve > p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #001650;
  line-height: 2;
  letter-spacing: 0.15em;
}
.p-about-estate-management__solve__list {
  margin-top: 1.6rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 749.98px) {
  .p-about-estate-management__solve__list {
    margin-top: 2.4rem;
    gap: 0.4rem;
  }
}
.p-about-estate-management__solve__item {
  width: calc((100% - 6rem) / 4);
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 749.98px) {
  .p-about-estate-management__solve__item {
    width: calc((100% - 0.4rem) / 2);
  }
}
.p-about-estate-management__solve__item figure figcaption {
  display: block;
  height: 8.8rem;
  background-color: #0042A2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 0.8rem 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 749.98px) {
  .p-about-estate-management__solve__item figure figcaption {
    height: 6rem;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.p-about-estate-management__solve__item figure img {
  aspect-ratio: 24/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about-estate-management__case {
  width: 100%;
}
.p-about-estate-management__case > p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #001650;
  line-height: 2;
  letter-spacing: 0.15em;
}
.p-about-estate-management__case__list {
  counter-reset: case 0;
  margin-top: 1.6rem;
  display: flex;
  justify-content: stretch;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.p-about-estate-management__case__item {
  width: calc((100% - 1.2rem) / 3);
  border-radius: 1rem;
  background-color: #d0ecfc;
  overflow: hidden;
}
@media screen and (max-width: 749.98px) {
  .p-about-estate-management__case__item {
    width: 100%;
  }
}
.p-about-estate-management__case__item dl .case-requirements {
  height: 32rem;
  background-color: #0042A2;
  padding: 4.8rem 0.8rem;
  text-align: center;
  position: relative;
}
.p-about-estate-management__case__item dl .case-requirements:before {
  counter-increment: case 1;
  content: "Case" counter(case);
  font-size: 1.2rem;
  color: #fff;
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  background-color: #001650;
  border-radius: 200rem;
  line-height: 1;
  padding: 0.4rem 1.2rem;
  position: absolute;
  left: 50%;
  top: 3.6rem;
  transform: translateX(-50%);
}
.p-about-estate-management__case__item dl .case-requirements-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #FFE900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-top: 1.2rem;
}
.p-about-estate-management__case__item dl .case-requirements-txt {
  margin-top: 0.6rem;
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
}
.p-about-estate-management__case__item dl .case-solve {
  padding: 2.4rem 1.2rem;
  text-align: center;
}
.p-about-estate-management__case__item dl .case-solve .flag {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  color: #001650;
  background-color: #FFE900;
  line-height: 1;
  border: 2px solid #001650;
  padding: 0.8rem 1.2rem;
}
.p-about-estate-management__case__item dl .case-solve-title {
  min-height: 8.2rem;
  margin-top: 1.6rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #001650;
  background-color: #FFE900;
  padding: 0.6rem;
  letter-spacing: 0.12em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-about-estate-management__case__item dl .case-solve-txt {
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 1.2rem;
}
.p-about-estate-management__case__item.-case01 .case-requirements-img img {
  width: auto;
  height: 11.8rem;
}
.p-about-estate-management__case__item.-case02 .case-requirements-img img {
  width: auto;
  height: 10.8rem;
}
.p-about-estate-management__case__item.-case03 .case-requirements-img img {
  width: auto;
  height: 12.4rem;
}
.p-about-estate-management.-property-utilization:before {
  content: "";
  display: block;
  border-radius: 5rem 0 0 0;
  position: absolute;
  left: auto;
  right: 0;
}
.p-about-estate-management.-property-utilization .p-about-estate-management__head {
  margin-left: auto;
  margin-right: 0;
}
.p-about-estate-management.-property-utilization .p-about-estate-management__head .c-section-title {
  width: 64rem;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 749.98px) {
  .p-about-estate-management.-property-utilization .p-about-estate-management__head .c-section-title {
    width: 100%;
  }
}
.p-about-estate-management.-property-utilization .p-about-estate-management__head > p {
  margin-left: auto;
  margin-right: 0;
}