@charset "UTF-8";
@media screen and (max-width: 767px) {
  .m-mh {
    font-size: 5.8vw;
    letter-spacing: -0.01em;
  }
}
/* p-mv
---------------------------------------------------------------------------- */
.p-mv {
  margin-top: 130px;
  padding: 0 40px;
  background: url(/assets/images/common/bg_mv_pc.png) no-repeat top 15px center/cover;
}

.p-mv-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  padding-left: 220px;
  position: relative;
}

.p-mv-ttl-wrap {
  margin-top: 95px;
}

.p-mv-ttl-jn {
  font-size: 4.4rem;
  line-height: 1.5909090909;
  letter-spacing: 0.06em;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

.p-mv-ttl-en {
  color: #0052C5;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 900;
  font-family: "CrimsonText";
}

@media screen and (max-width: 1630px) and (min-width: 768px) {
  .l-breadcrumbs {
    left: 60px;
  }
  .p-mv-inner {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1499px) and (min-width: 768px) {
  .p-mv-ttl-wrap {
    margin-top: 6.33vw;
  }
  .p-mv-img {
    width: 48vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-mv {
    margin-top: 4.156vw;
    padding: 0 3.125vw;
    background: url(/assets/images/common/bg_mv_pc.png) no-repeat top 1.17vw center/cover;
  }
  .p-mv-inner {
    padding-left: 3.9vw;
  }
  .p-mv-ttl-jn {
    font-size: 3.43vw;
  }
  .p-mv-ttl-en {
    font-size: 1.56vw;
  }
  .l-breadcrumbs {
    left: 3.9vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin-top: 18.6666666667vw;
    padding: 0 5.3333333333vw;
    background: url(/assets/images/common/bg_mv_sp.png) no-repeat top -4vw right/100%;
  }
  .p-mv-inner {
    display: block;
    padding-left: 0;
  }
  .p-mv-ttl-wrap {
    margin-top: 0;
    padding-top: 4vw;
  }
  .p-mv-ttl-jn {
    font-size: 7.7333333333vw;
  }
  .p-mv-ttl-en {
    font-size: 5.3333333333vw;
    line-height: 1.75;
  }
  .p-mv-img {
    margin-top: 4vw;
  }
}
/* p-top
---------------------------------------------------------------------------- */
.p-top {
  padding: 100px 0 80px;
}

.p-top-txt {
  font-size: 1.6rem;
  line-height: 2.375;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: center;
}
.p-top-txt span {
  color: #0052C5;
}

.p-top-img {
  text-align: center;
  margin: 40px 0 0;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-top {
    padding: 7.8vw 0 6.25vw;
  }
  .p-top-txt {
    font-size: 1.25vw;
  }
  .p-top-img {
    margin: 3.125vw 0 0;
  }
  .p-top-img img {
    width: 63vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top {
    padding: 13.3333333333vw 0 13.3333333333vw;
  }
  .p-top-txt {
    font-size: 4.2666666667vw;
    text-align: left;
  }
  .p-top-img {
    margin: 5.3333333333vw 0 0;
    width: 100%;
  }
  .p-top-img img {
    width: 100%;
  }
}
/* p-business
---------------------------------------------------------------------------- */
.p-business {
  padding: 0 0 100px;
}

.p-business-inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.p-sh-wrap {
  margin-top: 45px;
}

.p-sh {
  font-size: 2.2rem;
  line-height: 2.3636363636;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
  background: #F5F5F6;
  padding: 28px 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  position: relative;
}
.p-sh::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 32px;
  height: 47px;
  border-left: 3px solid #0052C5;
  border-top: 3px solid #0052C5;
}
.p-sh::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 32px;
  height: 47px;
  border-right: 3px solid #0052C5;
  border-bottom: 3px solid #0052C5;
}

.p-txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-top: 40px;
  text-align: center;
}

.p-img {
  margin: 40px auto;
  text-align: center;
}

.p-business-list {
  margin: 30px 0 0;
}

.p-business-list-item {
  position: relative;
}
.p-business-list-item:not(:last-child) {
  margin: 0 0 40px;
}
.p-business-list-item:nth-child(even) .p-business-list-item-body {
  padding: 40px 50px 45px 92px;
  margin-left: auto;
}
.p-business-list-item:nth-child(even) .p-business-list-item-img {
  right: auto;
  left: 0;
}

.p-business-list-item-body {
  background: #F2F7FF;
  padding: 40px 92px 45px 50px;
  width: 600px;
}

.p-business-list-item-body01 {
  padding: 40px 68px 45px 50px;
}

.p-business-list-item-num {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: bold;
  color: #0052C5;
  font-family: "CrimsonText";
}
.p-business-list-item-num span {
  font-size: 3rem;
  line-height: 1.1333333333;
  font-weight: bold;
}

.p-business-list-item-ttl {
  font-size: 2.2rem;
  line-height: 1.6818181818;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-top: 10px;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

.p-business-list-item-txt {
  font-size: 1.5rem;
  line-height: 2.1333333333;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 10px;
}

.p-business-list-item-img {
  width: 400px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-business-list-item-img img {
  width: 100%;
}

.p-business-info {
  border: 1px solid #E1E1E5;
  padding: 30px 30px 25px;
  margin: 30px 0 0;
}

.p-business-info-ttl {
  font-size: 1.4rem;
  line-height: 1.0714285714;
  letter-spacing: 0.04em;
  font-weight: bold;
  padding-left: 10px;
  border-left: 3px solid #0052C5;
  margin: 0 0 5px;
}

.p-business-info-txt01 {
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.p-business-info-txt02 {
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 15px;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-business {
    padding: 0 0 7.8vw;
  }
  .p-business-inner {
    max-width: 75vw;
  }
  .p-sh-wrap {
    margin-top: 3.5vw;
  }
  .p-sh {
    font-size: 1.71vw;
    padding: 2.18vw 0;
  }
  .p-sh::before {
    width: 2.5vw;
    height: 3.67vw;
    border-left: 0.23vw solid #0052C5;
    border-top: 0.23vw solid #0052C5;
  }
  .p-sh::after {
    width: 2.5vw;
    height: 3.67vw;
    border-right: 0.23vw solid #0052C5;
    border-bottom: 0.23vw solid #0052C5;
  }
  .p-txt {
    font-size: 1.17vw;
    margin-top: 2.34vw;
  }
  .p-img {
    margin: 2.34vw auto;
    width: 51.95vw;
  }
  .p-business-list {
    margin: 3.125vw 0 0;
  }
  .p-business-list-item:not(:last-child) {
    margin: 0 0 3.125vw;
  }
  .p-business-list-item:nth-child(even) .p-business-list-item-body {
    padding: 3.125vw 3.9vw 3.5vw 7.18vw;
  }
  .p-business-list-item-body {
    padding: 3.125vw 7.18vw 3.5vw 3.9vw;
    width: 46.8vw;
  }
  .p-business-list-item-num {
    font-size: 1.56vw;
  }
  .p-business-list-item-num span {
    font-size: 2.34vw;
  }
  .p-business-list-item-ttl {
    font-size: 1.71vw;
    margin-top: 0.78vw;
  }
  .p-business-list-item-txt {
    font-size: 1.17vw;
    margin-top: 0.78vw;
  }
  .p-business-list-item-img {
    width: 31.25vw;
  }
  .p-business-info {
    padding: 2.34vw 2.34vw 1.95vw;
    margin: 2.34vw 0 0;
  }
  .p-business-info-ttl {
    font-size: 1vw;
    padding-left: 0.78vw;
    border-left: 0.23vw solid #0052C5;
    margin: 0 0 0.39vw;
  }
  .p-business-info-txt01 {
    font-size: 1vw;
  }
  .p-business-info-txt02 {
    font-size: 1vw;
    margin-top: 1.17vw;
  }
}
@media screen and (max-width: 767px) {
  .p-business {
    padding: 0 0 13.3333333333vw;
  }
  .p-business .m-mh::before {
    top: 5.3333333333vw;
    -webkit-transform: none;
            transform: none;
  }
  .p-business-inner {
    max-width: 100%;
  }
  .p-sh-wrap {
    margin-top: 6.6666666667vw;
  }
  .p-sh {
    font-size: 4.6666666667vw;
    padding: 9.3333333333vw 5.3333333333vw;
    line-height: 2;
  }
  .p-sh::before {
    width: 8.5333333333vw;
    height: 12.5333333333vw;
    border-left: 0.8vw solid #0052C5;
    border-top: 0.8vw solid #0052C5;
  }
  .p-sh::after {
    width: 8.5333333333vw;
    height: 12.5333333333vw;
    border-right: 0.8vw solid #0052C5;
    border-bottom: 0.8vw solid #0052C5;
  }
  .p-txt {
    font-size: 4.2666666667vw;
    margin-top: 8vw;
    text-align: left;
  }
  .p-img {
    margin: 8vw 0 13.3333333333vw;
  }
  .p-business-list {
    margin: 32vw 0 0;
  }
  .p-business-list-item:not(:last-child) {
    margin: 0 0 32vw;
  }
  .p-business-list-item:nth-child(even) .p-business-list-item-body {
    padding: 29.3333333333vw 5.3333333333vw 6.6666666667vw 5.3333333333vw;
    margin-left: 0;
  }
  .p-business-list-item:nth-child(even) .p-business-list-item-img {
    left: 50%;
  }
  .p-business-list-item-body {
    padding: 29.3333333333vw 5.3333333333vw 6.6666666667vw 5.3333333333vw;
    width: 100%;
  }
  .p-business-list-item-num {
    font-size: 4.8vw;
  }
  .p-business-list-item-num span {
    font-size: 6.4vw;
  }
  .p-business-list-item-ttl {
    font-size: 4.8vw;
    margin-top: 4vw;
  }
  .p-business-list-item-txt {
    font-size: 4vw;
    margin-top: 4vw;
    line-height: 2.133;
  }
  .p-business-list-item-img {
    width: 68vw;
    right: auto;
    left: 50%;
    top: -22.6666666667vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-business-info {
    border: 0.2666666667vw solid #E1E1E5;
    padding: 8vw 5.3333333333vw;
    margin: 8vw 0 0;
  }
  .p-business-info-ttl {
    font-size: 3.7333333333vw;
    padding-left: 2.6666666667vw;
    border-left: 0.8vw solid #0052C5;
    margin: 0 0 1.3333333333vw;
  }
  .p-business-info-txt01 {
    font-size: 3.7333333333vw;
  }
  .p-business-info-txt02 {
    font-size: 3.7333333333vw;
    margin-top: 0;
  }
}
/* p-recommend
---------------------------------------------------------------------------- */
.p-recommend {
  background: #F5F5F6;
  padding: 60px 0 100px;
  position: relative;
}
.p-recommend::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #0052C5;
}

.p-recommend-mh {
  font-size: 3rem;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-recommend {
    padding: 4.68vw 0 7.8vw;
  }
  .p-recommend::after {
    width: 4.68vw;
    height: 0.31vw;
  }
  .p-recommend-mh {
    font-size: 2.34vw;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend {
    padding: 8vw 0 24vw;
  }
  .p-recommend::after {
    width: 12vw;
    height: 0.8vw;
  }
  .p-recommend-mh {
    font-size: 5.3333333333vw;
  }
}
.p-reception {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 60px 0 60px;
}

.p-reception-box {
  width: 470px;
}

.p-reception-box + .p-reception-box {
  position: relative;
}
.p-reception-box + .p-reception-box::before {
  position: absolute;
  content: "";
  left: -20px;
  top: 210px;
  background: url(/assets/images/about/business/icn_arrow.svg) no-repeat left top;
  background-size: contain;
  width: 28px;
  height: 31px;
  z-index: 5;
}

.p-reception-title {
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.02em;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.p-reception-title::before {
  position: absolute;
  content: "";
  bottom: -12px;
  left: 0;
  right: 0;
  width: 120px;
  height: 1px;
  background: #2A2A2A;
  margin: 0 auto;
}
.p-reception-title::after {
  position: absolute;
  content: "";
  bottom: -16px;
  left: 0;
  right: 0;
  width: 120px;
  height: 1px;
  background: #2A2A2A;
  margin: 0 auto;
}

.p-reception-content {
  margin-top: 40px;
}

.p-reception-img {
  text-align: left;
  margin: 15px 0 0 120px;
}
.p-reception-img img {
  width: auto;
  height: 395px;
}

.p-reception-img02 {
  text-align: center;
  margin: 15px 0 0 0;
}
.p-reception-img02 img {
  width: auto;
  height: 395px;
}

.p-reception-title-blue {
  color: #0052C5;
}
.p-reception-title-blue::before {
  width: 274px;
  background: #0052C5;
}
.p-reception-title-blue::after {
  width: 274px;
  background: #0052C5;
}

.p-reception-text {
  font-size: 1.5rem;
  line-height: 2.1333333333;
  letter-spacing: 0.04em;
  font-weight: 400;
  background: #F5F5F6;
  padding: 30px;
  margin-top: 20px;
  height: 300px;
}

.p-reception-text02 {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #8D8D8D;
  margin-top: 20px;
}

@media screen and (max-width: 1260px) {
  .p-reception {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-reception-box {
    width: 100%;
  }
  .p-reception-text {
    height: auto;
  }
  .p-reception-box + .p-reception-box {
    position: relative;
  }
  .p-reception-box + .p-reception-box::before {
    background: none;
  }
  .p-reception-img {
    text-align: center;
  }
  .p-reception-img02 {
    text-align: center;
  }
  .p-reception-title-blue {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-reception {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 5.3333333333vw 0;
  }
  .p-reception-box {
    width: 100%;
  }
  .p-reception-box + .p-reception-box {
    position: relative;
  }
  .p-reception-box + .p-reception-box::before {
    background: none;
  }
  .p-reception-title {
    font-family: "游明朝", "Yu Mincho", YuMincho, serif;
    font-size: 4.8vw;
    text-align: center;
    position: relative;
  }
  .p-reception-title::before {
    bottom: -1.6vw;
    width: 34.6666666667vw;
  }
  .p-reception-title::after {
    bottom: -2.1333333333vw;
    width: 34.6666666667vw;
  }
  .p-reception-content {
    margin-top: 8vw;
  }
  .p-reception-img {
    text-align: center;
    margin: 2vw 0 0;
  }
  .p-reception-img img {
    width: 100%;
    height: auto;
  }
  .p-reception-img02 {
    text-align: center;
    margin: 2vw 0 0 0;
  }
  .p-reception-img02 img {
    width: 100%;
    height: auto;
  }
  .p-reception-title-blue {
    margin-top: 8vw;
  }
  .p-reception-title-blue::before {
    width: 72vw;
  }
  .p-reception-title-blue::after {
    width: 72vw;
  }
  .p-reception-text {
    font-size: 4vw;
    padding: 4vw;
    height: auto;
    margin-top: 5.3333333333vw;
  }
}
.p-col-blue {
  color: #0052C5;
}

.p-btn-area {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 50px;
}
.p-btn-area a {
  display: block;
  width: 380px;
}
.p-btn-area a img {
  width: 100%;
}

.m-btn01-wrap {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6666666667vw;
    margin-top: 8vw;
  }
  .p-btn-area a {
    width: 100%;
  }
}