@charset "UTF-8";
/* common
---------------------------------------------------------------------------- */
.m-mh {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3333;
  background: url(../images/common/icn_circle.svg) no-repeat;
  background-size: 5rem;
  background-position: left top;
}
.m-mh span {
  display: block;
  font-weight: 700;
  font-family: "Lexend Exa", sans-serif;
  font-size: 6rem;
  letter-spacing: -0.05em;
  color: #0064B6;
}

.p-btn-more a {
  display: block;
  background: url(../images/common/icn_arrow_right.svg) no-repeat right center;
  background-size: 6rem;
  color: #E29E1D;
  font-weight: 500;
  font-family: "Lexend Exa", sans-serif;
  font-size: 1.5rem;
  line-height: 6rem;
  padding: 0 7.6rem 0 0;
}

@media screen and (max-width: 768px) {
  .m-mh {
    font-size: 3.7209302326vw;
    background-size: 6.976744186vw;
  }
  .m-mh span {
    font-size: 6.976744186vw;
  }
  .p-btn-more a {
    background-size: 9.3023255814vw;
    font-size: 3.488372093vw;
    line-height: 9.3023255814vw;
    padding: 0 11.1627906977vw 0 0;
  }
}
/* p-mv
---------------------------------------------------------------------------- */
.p-mv {
  text-align: center;
}
.p-mv .l-content-inner {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  overflow: hidden;
  position: relative;
}

.p-video {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  border-radius: 2rem;
}

.p-video-mp4 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv-mask {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-mv {
    text-align: center;
  }
  .p-mv .l-content-inner {
    aspect-ratio: 16/9;
    margin: 0 4.6511627907vw;
    padding: 0;
  }
  .p-mv .p-video {
    border-radius: 2.3255813953vw;
  }
  .p-mv .p-video {
    width: calc(100% - (9.3023255814vw));
  }
}
/* p-info
---------------------------------------------------------------------------- */
.p-info {
  padding: 5.6rem 0 0 0;
}
.p-info .l-content-inner .m-mh {
  margin: 0 0 0 -2.3rem;
  padding-left: 1.4rem;
}

.p-info-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-info-content .p-info-content-list-area:first-of-type {
  display: block;
}

.p-info-content .p-info-content-list-area {
  display: none;
}

.p-info-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-info-company {
  padding-top: 0;
}

.p-info-company-list {
  font-size: 1.5rem;
  line-height: 4.8rem;
}
.p-info-company-list li {
  display: block;
  color: #0064B6;
  padding: 0 0 0 3.1rem;
  position: relative;
  font-weight: 700;
  cursor: pointer;
}
.p-info-company-list li.is-current::before, .p-info-company-list li:hover::before {
  content: "";
  display: block;
  background: #0064B6;
  height: 4.8rem;
  width: 0.8rem;
  border-radius: 15rem;
  position: absolute;
  top: 0;
  left: 0;
}

.p-info-content {
  width: 84rem;
  border-radius: 1.8rem;
  background: #F9F9FC;
  padding: 0.7rem 0;
}

.p-info-content-list li {
  padding: 1.8rem 3.7rem 1.8rem 3.7rem;
  border-bottom: 0.1rem solid #DBDBEA;
}
.p-info-content-list li:last-child {
  border-bottom: none;
}
.p-info-content-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  color: #1A1311;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-info-date {
  background: #DBDBEA;
  text-align: center;
  padding: 0.8rem 0;
  color: #0064B6;
  width: 13.1rem;
  display: inline-block;
  border-radius: 15rem;
  font-family: "Lexend Exa", sans-serif;
  font-size: 1.6rem;
}

.p-info-ttl {
  width: calc(100% - 14.6rem);
  line-height: 2;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-info {
    padding: 6.976744186vw 0 0 0;
  }
  .p-info .l-content-inner .m-mh {
    margin: 0;
    padding-left: 3.2558139535vw;
  }
  .p-info-content-area {
    display: block;
  }
  .p-info-company {
    padding-top: 3.7209302326vw;
  }
  .p-info-company-list {
    font-size: 3.488372093vw;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.8139534884vw;
    margin-bottom: 3.7209302326vw;
  }
  .p-info-company-list li {
    padding: 0 0 2.0930232558vw 0;
  }
  .p-info-company-list li.is-current::before, .p-info-company-list li:hover::before {
    height: 1.1627906977vw;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
  }
  .p-info-content {
    width: 100%;
    border-radius: 2.3255813953vw;
    padding: 2.3255813953vw 0;
  }
  .p-info-content-list li {
    padding: 3.488372093vw 5.8139534884vw;
    border-bottom: 0.2325581395vw solid #DBDBEA;
  }
  .p-info-content-list li:last-child {
    border-bottom: none;
  }
  .p-info-content-list li a {
    display: block;
  }
  .p-info-date {
    padding: 1.8604651163vw 0;
    width: 30.4651162791vw;
    display: inline-block;
    font-size: 3.7209302326vw;
    display: inline-block;
  }
  .p-info-ttl {
    display: block;
    width: 100%;
    line-height: 2;
    font-size: 3.7209302326vw;
  }
}
/* p-okame
---------------------------------------------------------------------------- */
.p-okame {
  background: #F9F9FC;
  margin-top: 16rem;
  padding-top: 0.1rem;
  padding-bottom: 8rem;
}
.p-okame .m-mh {
  margin-top: -4rem;
  margin-bottom: 3.2rem;
  text-align: center;
  background-position: top center;
}

.p-okame-slide {
  position: relative;
}
.p-okame-slide:before {
  display: block;
  content: "";
  background: #0064B6;
  border-radius: 1.6rem;
  width: 100rem;
  height: 16.5rem;
  position: absolute;
  top: 0;
  left: calc(50% - 50rem);
  z-index: 1;
}

.p-okame-slide-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
}
.p-okame-slide-list li {
  padding-top: 5rem;
  margin: 0 1.95rem;
  width: calc(33.3333333333% - 2.6rem);
}
.p-okame-slide-list li a {
  display: block;
  position: relative;
}

.p-okame-date {
  position: absolute;
  top: 0;
  left: calc(50% - 7.6rem);
  width: 15.2rem;
  background: #0064B6;
  color: #fff;
  font-weight: 600;
  font-family: "Lexend Exa", sans-serif;
  font-size: 1.5rem;
  text-align: center;
  padding-bottom: 1.6rem;
  border-radius: 0 0 1.6rem 1.6rem;
}
.p-okame-date span {
  display: block;
  color: #0064B6;
  background: #fff;
  font-size: 1.1rem;
  line-height: 1.4rem;
  padding: 0.4rem 0.8rem;
  border-radius: 15rem;
  top: -3rem;
  left: calc(50% - 2.8rem);
  position: absolute;
  z-index: 2;
}

.p-okame-img img {
  border-radius: 1.6rem;
  width: 100%;
  height: 21rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-okame-category {
  margin: 1.6rem 0 1rem 0;
  background: #DBDBEA;
  color: #0064B6;
  font-size: 1.3rem;
  padding: 0.8rem 1.6rem;
  display: inline-block;
  border-radius: 15rem;
}

.p-okame-title {
  color: #1A1311;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-okame {
    background: #F9F9FC;
    margin-top: 12.5581395349vw;
    padding-top: 0.2325581395vw;
    padding-bottom: 13.488372093vw;
  }
  .p-okame .m-mh {
    margin-top: -5.5813953488vw;
    margin-bottom: 5.5813953488vw;
    text-align: center;
    padding-top: 1.3953488372vw;
    background-position: top center;
  }
  .p-okame .l-content-inner {
    padding: 0;
  }
  .p-okame-slide {
    position: relative;
  }
  .p-okame-slide:before {
    display: block;
    content: "";
    background: #0064B6;
    border-radius: 2.3255813953vw;
    width: 90.6976744186vw;
    height: 29.7674418605vw;
    position: absolute;
    top: 0;
    left: calc(50% - (45.3488372093vw));
    z-index: 1;
  }
  .p-okame-slide-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    position: relative;
  }
  .p-okame-slide-list li {
    padding-top: 6.976744186vw;
    margin: 0 4.6511627907vw;
    width: calc(33.3333333333% - 2.6rem);
  }
  .p-okame-date {
    position: absolute;
    top: 0;
    left: calc(50% - (17.6744186047vw));
    width: 35.3488372093vw;
    font-size: 3.488372093vw;
    text-align: center;
    padding-bottom: 3.7209302326vw;
    border-radius: 0 0 3.7209302326vw 3.7209302326vw;
  }
  .p-okame-date span {
    display: block;
    color: #0064B6;
    background: #fff;
    font-size: 2.5581395349vw;
    line-height: 3.488372093vw;
    padding: 0.9302325581vw 1.8604651163vw;
    border-radius: 34.8837209302vw;
    top: -6.976744186vw;
    left: calc(50% - (6.511627907vw));
    position: absolute;
    z-index: 2;
  }
  .p-okame-img img {
    border-radius: 3.7209302326vw;
    height: 48.8372093023vw;
  }
  .p-okame-category {
    margin: 3.7209302326vw 0 2.3255813953vw 0;
    font-size: 3.023255814vw;
    padding: 1.8604651163vw 3.7209302326vw;
    border-radius: 34.8837209302vw;
  }
  .p-okame-title {
    font-size: 3.7209302326vw;
  }
}
/*slick*/
.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  display: none;
}

.slick-prev,
.slick-next {
  width: 6rem;
  height: 6rem;
  top: 15.2rem;
}

.slick-prev {
  left: -1.05rem;
  background: url(../images/common/icn_arrow_left.svg) no-repeat;
  background-size: contain;
  z-index: 2;
}

.slick-prev:hover,
.slick-prev:focus {
  background: url(../images/common/icn_arrow_left.svg) no-repeat;
  background-size: contain;
  opacity: 1;
}

.slick-next {
  right: -1.05rem;
  background: url(../images/common/icn_arrow_right.svg) no-repeat;
  background-size: contain;
}

.slick-next:hover,
.slick-next:focus {
  background: url(../images/common/icn_arrow_right.svg) no-repeat;
  background-size: contain;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 13.9534883721vw;
    height: 13.9534883721vw;
    top: 30.2325581395vw;
  }
  .slick-prev {
    left: 4.6511627907vw;
  }
  .slick-next {
    right: 4.6511627907vw;
  }
}
/* p-vision
---------------------------------------------------------------------------- */
.p-vision {
  padding: 12rem 0;
  position: relative;
}
.p-vision::before {
  content: "";
  display: block;
  width: 55rem;
  height: 52.8rem;
  background: #0064B6;
  border-radius: 0 15rem 15rem 0;
  position: absolute;
  left: 0;
  top: 23rem;
}

.p-vision-inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-vision-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 5rem;
}
.p-vision-img img {
  width: 23.7rem;
}

.p-vision-txt {
  width: 60rem;
  font-size: 1.6rem;
  margin-right: 0;
  margin-left: auto;
}
.p-vision-txt .m-mh {
  text-align: right;
  background-position: right top;
  margin-bottom: 4.1rem;
}

.p-vision-txt-lead {
  color: #0064B6;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 3.2rem;
}

.p-vision-txt-txt {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 3.2rem;
}
.p-vision-txt-txt strong {
  color: #0064B6;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-vision {
    padding: 6.976744186vw 0;
  }
  .p-vision::before {
    width: 58.1395348837vw;
    height: 53.023255814vw;
    border-radius: 0 11.6279069767vw 11.6279069767vw 0;
    top: 19.7674418605vw;
  }
  .p-vision-inner {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-vision-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 10.2325581395vw;
  }
  .p-vision-img img {
    width: 18.1395348837vw;
    height: auto;
  }
  .p-vision-txt {
    width: 55.8139534884vw;
    font-size: 3.7209302326vw;
  }
  .p-vision-txt .m-mh {
    padding-right: 2.3255813953vw;
    margin-bottom: 9.7674418605vw;
  }
  .p-vision-txt-lead {
    font-size: 6.0465116279vw;
    margin-bottom: 0;
    text-align: right;
    line-height: 1.53846;
  }
  .p-vision-txt-txt {
    font-size: 3.7209302326vw;
    line-height: 2;
    margin-bottom: 1.6279069767vw;
  }
  .p-vision-sptxt {
    width: 100%;
  }
}
.p-guideline {
  background: #0064B6;
  border-radius: 1.6rem;
  padding: 7.2rem 5rem 5.6rem 5rem;
  margin-top: 5.8rem;
  color: #fff;
}

.p-guideline-header {
  padding: 0 0 6rem 22.6rem;
  position: relative;
}
.p-guideline-header::before {
  content: "";
  width: 14.1rem;
  height: 24.9rem;
  background: url(../images/top/img_guideline.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: -10.3rem;
  left: 4rem;
}

.p-guideline-body {
  display: none;
  text-align: center;
}

.p-guideline-body-ttl {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0.8rem 1.6rem;
  background: #fff;
  border-radius: 0.8rem;
  color: #0064B6;
  margin-bottom: 0.8rem;
}

.p-guideline-body-lead {
  font-size: 1.6rem;
}

.p-guideline-body-box {
  background: #fff;
  padding: 2.4rem 4rem;
  border-radius: 1.6rem;
  color: #0064B6;
  font-size: 1.6rem;
  text-align: left;
  margin-top: 3.6rem;
}

.p-guideline-body-box-ttl {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.p-guideline-body-ja {
  margin-left: 2.3rem;
}
.p-guideline-body-ja li {
  line-height: 2;
}
.p-guideline-body-ja li::before {
  content: "一.";
  display: inline-block;
}

.p-guideline-body-dot {
  margin-left: calc(2.3rem + 1em);
}
.p-guideline-body-dot li {
  line-height: 2;
  list-style-type: disc;
  padding-left: 0.8rem;
}

.p-guideline-body-num {
  margin-left: calc(2.3rem + 1em);
}
.p-guideline-body-num li {
  line-height: 2;
  list-style-type: decimal;
  padding-left: 0.8rem;
}

.p-guideline-more {
  display: inline-block;
  width: 6rem;
  margin: 0 auto 0 auto;
  cursor: pointer;
  text-align: center;
  background: url(../images/common/icn_arrow_down.svg) no-repeat center bottom;
  background-size: 6rem;
  padding-bottom: 6.8rem;
  font-weight: 500;
  font-family: "Lexend Exa", sans-serif;
  font-size: 1.5rem;
}
.p-guideline-more.is-close {
  background: url(../images/common/icn_arrow_up.svg) no-repeat center bottom;
  background-size: 6rem;
  margin: 3.6rem auto 0 auto;
}

.p-sh {
  font-weight: 600;
  font-size: 2.6rem;
  position: relative;
  padding: 0 0 1.6rem 0;
  margin: 0 0 1.6rem 0;
}
.p-sh::before {
  content: "";
  height: 0.1rem;
  width: 4rem;
  background: #FFFFFF;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-guideline-lead {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-guideline {
    border-radius: 2.3255813953vw;
    padding: 9.0697674419vw 4.6511627907vw 8.3720930233vw 4.6511627907vw;
    margin-top: 13.9534883721vw;
  }
  .p-guideline-header {
    padding: 0 0 5.5813953488vw 0;
    margin: 0 2.3255813953vw;
    position: relative;
  }
  .p-guideline-header::before {
    width: 18.6046511628vw;
    height: 32.7906976744vw;
    top: -15.8139534884vw;
    left: 0;
  }
  .p-guideline-body {
    display: none;
    text-align: center;
  }
  .p-guideline-body-ttl {
    font-size: 4.1860465116vw;
    margin: 0 2.3255813953vw;
    padding: 1.8604651163vw 3.7209302326vw;
    border-radius: 1.8604651163vw;
    margin-bottom: 1.8604651163vw;
    line-height: 1.3333;
  }
  .p-guideline-body-lead {
    font-size: 3.7209302326vw;
    line-height: 2;
  }
  .p-guideline-body-box {
    background: #fff;
    padding: 5.5813953488vw 5.8139534884vw;
    border-radius: 2.3255813953vw;
    font-size: 3.7209302326vw;
    margin-top: 5.5813953488vw;
  }
  .p-guideline-body-box-ttl {
    font-size: 3.7209302326vw;
    margin-bottom: 1.8604651163vw;
    line-height: 1.5;
  }
  .p-guideline-body-ja {
    margin-left: 5.3488372093vw;
  }
  .p-guideline-body-dot {
    margin-left: calc((5.3488372093vw) + 1em);
  }
  .p-guideline-body-dot li {
    padding-left: 1.8604651163vw;
  }
  .p-guideline-body-num {
    margin-left: calc((5.3488372093vw) + 1em);
  }
  .p-guideline-body-num li {
    padding-left: 1.8604651163vw;
  }
  .p-guideline-more {
    width: 13.9534883721vw;
    background-size: 13.9534883721vw;
    padding-bottom: 15.8139534884vw;
    font-size: 3.488372093vw;
  }
  .p-guideline-more.is-close {
    background-size: 13.9534883721vw;
    margin: 8.1395348837vw auto 0 auto;
  }
  .p-sh {
    font-size: 5.1162790698vw;
    position: relative;
    padding: 0 0 3.9534883721vw 0;
    margin: 0 0 9.7674418605vw 20.4651162791vw;
  }
  .p-sh::before {
    height: 0.2325581395vw;
    width: 51.1627906977vw;
  }
  .p-guideline-lead {
    font-size: 3.7209302326vw;
  }
}
/* p-business
---------------------------------------------------------------------------- */
.p-business {
  background: #F9F9FC;
  margin-top: 4.5rem;
  padding-top: 0.1rem;
  padding-bottom: 8rem;
}
.p-business .m-mh {
  margin-top: -8rem;
  margin-bottom: 3.2rem;
  text-align: center;
  background-position: top 4rem center;
  padding-top: 4rem;
}

.p-business-lead {
  max-width: 80rem;
  margin: 0 auto;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.77778;
}

.p-business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6rem;
}

.p-business-box {
  width: 33.3333333333%;
}

.p-business-img-area {
  position: relative;
  width: 100%;
}

.p-business-no {
  font-weight: 500;
  font-family: "Lexend Exa", sans-serif;
  font-size: 4.6rem;
  color: #0064B6;
  position: absolute;
  left: 3rem;
  top: -2.4rem;
}

.p-business-img img {
  width: 100%;
  height: auto;
}

.p-business-ttl {
  background: #fff;
  padding: 2.4rem 3.2rem;
  font-weight: 600;
  font-size: 2.2rem;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 1.6rem 0 0 0;
}

.p-business-txt {
  padding: 2.4rem 3.2rem;
  font-size: 1.6rem;
  line-height: 2;
}

.p-group {
  position: relative;
  margin-top: 4.8rem;
}
.p-group::before {
  content: "";
  display: block;
  background: #0064B6;
  width: 95rem;
  height: 47rem;
  border-radius: 15rem 0 0 15rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.p-group .l-content-inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8.3rem 0;
}

.p-group-ttl {
  color: #0064B6;
  font-weight: 600;
  font-size: 2.8rem;
}
.p-group-ttl span {
  display: block;
  font-weight: 600;
  font-family: "Lexend Exa", sans-serif;
  font-size: 1.4rem;
  padding-top: 0.8rem;
}

.p-group-img img {
  width: 60rem;
}

@media screen and (min-width: 1360px) {
  .p-group::before {
    width: calc(50% + 20rem);
  }
}
@media screen and (max-width: 768px) {
  .p-business {
    margin-top: 13.2558139535vw;
    padding-top: 0.2325581395vw;
    padding-bottom: 13.9534883721vw;
  }
  .p-business .m-mh {
    margin-top: -15.3488372093vw;
    margin-bottom: 11.1627906977vw;
    padding-top: 9.3023255814vw;
    background-position: top 9.3023255814vw center;
  }
  .p-business-lead {
    max-width: calc(100% - (9.3023255814vw));
    font-size: 4.1860465116vw;
  }
  .p-business-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 13.9534883721vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 13.9534883721vw;
  }
  .p-business-box {
    width: 100%;
  }
  .p-business-no {
    font-size: 10.6976744186vw;
    left: 6.976744186vw;
    top: -6.976744186vw;
  }
  .p-business-ttl {
    padding: 5.5813953488vw 7.4418604651vw;
    font-size: 5.1162790698vw;
    border-radius: 3.7209302326vw 0 0 0;
  }
  .p-business-txt {
    padding: 5.5813953488vw 4.6511627907vw;
    font-size: 3.7209302326vw;
  }
  .p-group {
    position: relative;
    margin-top: 1.8604651163vw;
  }
  .p-group::before {
    display: none;
  }
  .p-group .l-content-inner {
    display: block;
    padding: 0 4.6511627907vw;
  }
  .p-group-ttl {
    font-size: 6.511627907vw;
    text-align: center;
    margin-bottom: 5.5813953488vw;
  }
  .p-group-ttl span {
    font-size: 3.2558139535vw;
    padding-top: 1.8604651163vw;
  }
  .p-group-img {
    background: #0064B6;
    border-radius: 2.3255813953vw;
    padding: 5.5813953488vw 4.4186046512vw;
  }
  .p-group-img img {
    width: 100%;
  }
}
/* p-about
---------------------------------------------------------------------------- */
.p-about {
  padding: 12rem 0;
}

.p-about-table {
  width: 100%;
  border-radius: 1.6rem 1.6rem 0 0;
  background: #F9F9FC;
  margin-top: 3.2rem;
}
.p-about-table tr:nth-child(2n) {
  background: #E7E7F0;
}
.p-about-table th {
  padding: 2.4rem 0.4rem 2.4rem 5rem;
  font-weight: 600;
  font-size: 1.6rem;
  text-align: left;
}
.p-about-table td {
  padding: 2.4rem 5rem;
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
}
.p-about-table td a {
  color: #E29E1D;
  text-decoration: underline;
  font-weight: 600;
}
.p-about-table td a.pdf-link {
  display: inline-block;
  background: url(../images/common/file-pdf.svg) no-repeat right center;
  background-size: auto 1.6rem;
  padding-right: 2rem;
}

.p-about-img {
  float: right;
  width: 12.3rem;
}

@media screen and (max-width: 768px) {
  .p-about {
    padding: 6.976744186vw 0;
  }
  .p-about .m-mh {
    padding-left: 2.3255813953vw;
  }
  .p-about-table {
    width: 100%;
    border-radius: 2.3255813953vw 2.3255813953vw 0 0;
    margin-top: 5.5813953488vw;
  }
  .p-about-table tr:nth-child(2n) {
    background: #F9F9FC;
  }
  .p-about-table tr:first-of-type th {
    border-radius: 2.3255813953vw 2.3255813953vw 0 0;
  }
  .p-about-table th {
    display: block;
    width: 100%;
    padding: 4.1860465116vw;
    font-size: 3.7209302326vw;
    background: #E7E7F0;
  }
  .p-about-table td {
    display: block;
    width: 100%;
    padding: 4.1860465116vw;
    font-size: 3.7209302326vw;
    background: #F9F9FC;
  }
  .p-about-table td a.pdf-link {
    background-size: auto 3.7209302326vw;
    padding-right: 4.6511627907vw;
  }
  .p-about-img {
    float: right;
    width: 28.6046511628vw;
    margin-left: 3.488372093vw;
    margin-bottom: 4.1860465116vw;
  }
}
/* p-contact
---------------------------------------------------------------------------- */
.p-contact {
  background: #0064B6;
  padding: 8rem 0;
  margin-bottom: 4rem;
}
.p-contact .l-content-inner {
  max-width: 76rem;
}
.p-contact .m-mh {
  text-align: center;
  background-position: top center;
  color: #fff;
}
.p-contact .m-mh span {
  color: #fff;
}

.p-contact-table {
  margin: 4rem 0 3rem 0;
  width: 100%;
  color: #fff;
}
.p-contact-table th {
  padding: 1.2rem 0.9rem 1.2rem 0;
  font-weight: 600;
  font-size: 1.6rem;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
}
.p-contact-table th span {
  display: inline-block;
  padding: 0 1rem;
  background: #C90000;
  border-radius: 15rem;
  font-size: 1.2rem;
  margin-left: 0.6rem;
  line-height: 2.7rem;
}
.p-contact-table td {
  padding: 1.2rem 0 1.2rem 0.9rem;
  font-size: 1.6rem;
  width: 56rem;
}
.p-contact-table td span {
  display: block;
  font-size: 1.4rem;
  margin-top: 1rem;
}
.p-contact-table input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: 1.6rem;
}
.p-contact-table textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  background: transparent;
}
.p-contact-table textarea.p-textarea {
  border-radius: 0.8rem;
  padding: 0.8rem;
  background: #fff;
  width: 100%;
  height: 15rem;
}
.p-contact-table input[type=text] {
  border-radius: 0.8rem;
  padding: 0.8rem;
  background: #fff;
  width: 100%;
}
.p-contact-table input[type=text].p-kana {
  width: 17rem;
  margin: 0 1.6rem;
}

.p-label {
  position: relative;
  padding-left: 4rem;
  cursor: pointer;
}
.p-label::before, .p-label::after {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: 2rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  /*transition: .1s;*/
}
.p-label::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0.5rem solid #fff;
  background: #DBDBEA;
}
.p-label::after {
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  background-color: #0064B6;
  border: 0.5rem solid #0064B6;
}

.p-contact-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
.p-contact-radio li {
  line-height: 3rem;
}

.p-radio:checked + label::before {
  border-color: #fff;
}
.p-radio:checked + label::after {
  -webkit-transform: translateY(-50%) scale(0.666666);
          transform: translateY(-50%) scale(0.666666);
  opacity: 1;
}

.p-label-check {
  position: relative;
  padding-left: 3rem;
  cursor: pointer;
}
.p-label-check::before, .p-label-check::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 0.4rem;
  position: absolute;
  left: 0;
  top: 50%;
  /*transition: .1s;*/
}
.p-label-check::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
}
.p-label-check::after {
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  background: url(../images/common/check.svg) no-repeat center;
  background-size: 1.3rem auto;
}

.p-checkbox:checked + label::before {
  border-color: #fff;
}
.p-checkbox:checked + label::after {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  opacity: 1;
}

.p-contact-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
}
.p-contact-checkbox li:nth-child(2n+1) {
  width: 24rem;
}

.p-contact-company {
  display: none;
}

.p-contact-privacy-ttl {
  font-weight: 600;
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 1.12rem;
}

.p-contact-privacy {
  background: #fff;
  border-radius: 0.8rem;
  width: 100%;
  height: 10.4rem;
  overflow-y: auto;
  padding: 1.8rem 3rem;
  font-size: 1.4rem;
  line-height: 1.7857;
}
.p-contact-privacy::-webkit-scrollbar {
  width: 1rem;
}
.p-contact-privacy::-webkit-scrollbar-track {
  background-color: #E7E7F0;
  border-radius: 0 0.8rem 0.8rem 0;
}
.p-contact-privacy::-webkit-scrollbar-thumb {
  background-color: #E29E1D;
  border-radius: 0 0.8rem 0 0;
}

.p-contact-btn {
  margin: 3rem auto 0 auto;
  padding: 1.6rem 3.2rem 1.6rem 6.6rem;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
  background: url(../images/common/icn_send.svg) no-repeat 3.2rem center #E29E1D;
  background-size: 1.8rem auto;
  border-radius: 15rem;
  cursor: pointer;
}

.p-contact-link {
  text-align: center;
}
.p-contact-link a {
  display: inline-block;
  margin: 3rem auto 0 auto;
  padding: 1.6rem 8rem 1.6rem 11.4rem;
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
  background: url(../images/common/icn_send.svg) no-repeat 8rem center #E29E1D;
  background-size: 1.8rem auto;
  border-radius: 15rem;
}

@media screen and (max-width: 768px) {
  .p-contact {
    background: #0064B6;
    padding: 13.9534883721vw 0;
    margin-bottom: 0;
  }
  .p-contact .l-content-inner {
    max-width: 100%;
  }
  .p-contact .m-mh {
    padding-top: 2.3255813953vw;
  }
  .p-contact-table {
    margin: 5.5813953488vw 0 4.6511627907vw 0;
    width: 100%;
  }
  .p-contact-table th {
    padding: 0;
    font-size: 3.7209302326vw;
    width: 100%;
    display: block;
  }
  .p-contact-table th span {
    padding: 0 2.3255813953vw;
    border-radius: 34.8837209302vw;
    font-size: 2.7906976744vw;
    margin-left: vww(12);
    line-height: 6.2790697674vw;
  }
  .p-contact-table td {
    width: 100%;
    display: block;
    padding: 3.488372093vw 0 4.6511627907vw 0;
    font-size: 3.7209302326vw;
  }
  .p-contact-table td span {
    font-size: 3.2558139535vw;
    margin-top: 2.3255813953vw;
  }
  .p-contact-table input {
    font-size: 3.7209302326vw;
  }
  .p-contact-table textarea.p-textarea {
    border-radius: 1.8604651163vw;
    padding: 1.8604651163vw;
    height: 34.8837209302vw;
  }
  .p-contact-table input[type=text] {
    border-radius: 1.8604651163vw;
    padding: 1.8604651163vw;
  }
  .p-contact-table input[type=text].p-kana {
    width: 27.9069767442vw;
    margin: 0 3.7209302326vw;
  }
  .p-label {
    padding-left: 9.3023255814vw;
    padding-right: 0;
  }
  .p-label::before, .p-label::after {
    width: 4.6511627907vw;
    /*transition: .1s;*/
  }
  .p-label::before {
    border: 1.1627906977vw solid #fff;
  }
  .p-label::after {
    -webkit-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
    border: 1.1627906977vw solid #0064B6;
  }
  .p-contact-radio {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.3255813953vw;
  }
  .p-contact-radio li {
    width: 100%;
    line-height: 6.976744186vw;
  }
  .p-label-check {
    padding-left: 6.976744186vw;
  }
  .p-label-check::before, .p-label-check::after {
    width: 4.6511627907vw;
    height: 4.6511627907vw;
    border-radius: 0.9302325581vw;
    /*transition: .1s;*/
  }
  .p-label-check::after {
    background-size: 3.023255814vw auto;
  }
  .p-contact-checkbox {
    gap: 2.3255813953vw 4.6511627907vw;
  }
  .p-contact-checkbox li:nth-child(2n+1) {
    width: 100%;
  }
  .p-contact-privacy-ttl {
    font-size: 3.7209302326vw;
    margin-bottom: 2.5581395349vw;
  }
  .p-contact-privacy {
    border-radius: 1.8604651163vw;
    height: 24.1860465116vw;
    padding: 4.1860465116vw 6.976744186vw;
    font-size: 3.2558139535vw;
  }
  .p-contact-privacy::-webkit-scrollbar {
    width: 2.3255813953vw;
  }
  .p-contact-privacy::-webkit-scrollbar-track {
    border-radius: 0 1.8604651163vw 1.8604651163vw 0;
  }
  .p-contact-privacy::-webkit-scrollbar-thumb {
    border-radius: 0 1.8604651163vw 0 0;
  }
  .p-contact-btn {
    margin: 6.976744186vw auto 0 auto;
    padding: 3.7209302326vw 7.4418604651vw 3.7209302326vw 15.3488372093vw;
    font-size: 4.1860465116vw;
    color: #fff;
    background-position: 7.4418604651vw center;
    border-radius: 34.8837209302vw;
    background-size: 4.1860465116vw auto;
  }
  .p-contact-link a {
    margin: 6.976744186vw auto 0 auto;
    padding: 3.7209302326vw 7.4418604651vw 3.7209302326vw 15.3488372093vw;
    font-size: 4.1860465116vw;
    background-position: 7.4418604651vw center;
    border-radius: 34.8837209302vw;
    background-size: 4.1860465116vw auto;
  }
}