@media screen and (min-width: 1920px) {
  .p-mv {
    background-size: 192rem auto;
  }
}
.p-mv {
  background-image: url(../../images/common/bg_mv_pc.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-color: #025C54;
  position: relative;
  margin-bottom: 8rem;
}

.p-mv-inner {
  max-width: 111rem;
  margin: 0 auto;
  padding: 7.3rem 0;
}

.p-mv-logo {
  margin-bottom: 1rem;
}

.p-mv-ttl {
  font-size: 4.6rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.43478;
}

.p-mv-sub {
  background: url(../../images/top/bg_mv_sub_pc.svg) no-repeat top left;
  padding: 1.5rem 0 3.6rem 1.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}
.p-mv-sub span {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .p-mv {
    background-image: url(../../images/common/bg_mv_sp.png);
    background-position: top center;
    background-size: 100% auto;
    margin-bottom: 48.5333333333vw;
  }
  .p-mv-inner {
    padding: 10.9333333333vw 5.3333333333vw 30.4vw 5.3333333333vw;
  }
  .p-mv-logo {
    margin-bottom: 2.6666666667vw;
  }
  .p-mv-logo img {
    width: 56vw;
  }
  .p-mv-ttl {
    font-size: 6.6666666667vw;
    line-height: 1.5;
  }
  .p-mv-sub {
    background: url(../../images/top/bg_mv_sub_sp.svg) no-repeat top left;
    background-size: 57.6vw auto;
    padding: 2.1333333333vw 4vw 5.6vw 4vw;
    font-size: 3.7333333333vw;
    margin-bottom: 4.5333333333vw;
    line-height: 1.5;
  }
  .p-mv-sub span {
    font-size: 4.2666666667vw;
  }
}
.p-news {
  position: absolute;
  background: #fff;
  bottom: -4rem;
  right: 0;
  border-radius: 0.6rem 0 0 0.6rem;
  padding: 2rem 0 2rem 4rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  width: 81rem;
}

.p-news-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding-bottom: 1.2rem;
}

.p-news-mh {
  font-family: "Figtree", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #025C54;
}

.p-news-link {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3rem;
}
.p-news-link a {
  display: inline-block;
  border-radius: 0.6rem;
  background: url(../../images/top/icn_arrow02.svg) no-repeat right 0.8rem center #6EB72F;
  color: #fff;
  text-decoration: none;
  padding: 0 2.7rem 0 1.3rem;
}

.p-news-list a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  background: url(../../images/top/icn_arrow03.svg) no-repeat right 4rem center;
  padding-right: 6rem;
}

.p-news-date {
  width: 13.8rem;
  font-family: "Figtree", sans-serif;
  font-size: 1.6rem;
  color: #888888;
}
.p-news-date span {
  display: inline-block;
  border-radius: 0.6rem;
  background: #6EB72F;
  color: #fff;
  padding: 0 2.7rem 0 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 1rem;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 0 1rem;
}

.p-news-ttl {
  width: calc(100% - 15.8rem);
  font-size: 1.6rem;
  color: #00211E;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media screen and (max-width: 767px) {
  .p-news {
    position: absolute;
    background: #fff;
    bottom: -35.2vw;
    right: 0;
    border-radius: 1.6vw 0 0 1.6vw;
    width: 89.3333333333vw;
    padding: 5.3333333333vw;
    -webkit-box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.15);
  }
  .p-news-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.5333333333vw;
    padding-bottom: 4vw;
  }
  .p-news-mh {
    font-family: "Figtree", sans-serif;
    font-size: 8vw;
    font-weight: 900;
    line-height: 1;
  }
  .p-news-link {
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 8vw;
  }
  .p-news-link a {
    display: inline-block;
    border-radius: 1.6vw;
    background: url(../../images/top/icn_arrow02.svg) no-repeat right 2.1333333333vw center #6EB72F;
    background-size: 1.6vw auto;
    color: #fff;
    text-decoration: none;
    padding: 0 27 0 3.4666666667vw;
  }
  .p-news-list a {
    text-decoration: none;
    display: block;
    gap: 5.3333333333vw;
    background: url(../../images/top/icn_arrow03.svg) no-repeat right center;
    background-size: 2.4vw auto;
    padding-right: 4vw;
    margin-right: 4vw;
  }
  .p-news-date {
    width: 100%;
    font-family: "Figtree", sans-serif;
    font-size: 4.2666666667vw;
    color: #888888;
  }
  .p-news-date span {
    display: inline-block;
    border-radius: 1.6vw;
    background: #6EB72F;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    margin-left: 2.6666666667vw;
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
    padding: 0 2.6666666667vw;
  }
  .p-news-ttl {
    width: 100%;
    font-size: 4.2666666667vw;
    color: #00211E;
    line-height: 1.7;
    margin-top: 2.6666666667vw;
    -webkit-line-clamp: 2;
  }
}
.p-mh {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 30px;
}
.p-mh:after {
  content: "";
  display: inline-block;
  background-color: #025C54;
  height: 3px;
  width: 68px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.p-sns {
  padding-top: 10rem;
  padding-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}

@media screen and (max-width: 767px) {
  .p-mh {
    font-size: 6.4vw;
    padding-bottom: 4.2666666667vw;
    margin-bottom: 6.4vw;
    line-height: 1.4583333;
  }
  .p-mh:after {
    height: 0.8vw;
    width: 18.1333333333vw;
  }
}
/* SP
---------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .p-sns {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    gap: 6.4vw;
  }
}
.p-step-lead {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 5.1rem;
}

.p-step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-bottom: 8rem;
}
.p-step-list li {
  width: calc((100% - 9rem) / 4);
  background: #EAF3EB;
  border-radius: 0.6rem;
  padding: 2rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.p-step-list li:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 2rem solid transparent;
  border-left: 2rem solid #6EB72F;
  border-bottom: 2rem solid transparent;
  position: absolute;
  right: -2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-step-list li:last-child::after {
  display: none;
}

.p-step-no {
  background: #025C54;
  font-family: "Figtree", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.6rem;
  color: #fff;
  text-align: center;
  border-radius: 1.3rem;
  margin: 0 1.5rem auto 1.5rem;
}

.p-step-txt {
  padding-top: 1.5rem;
  margin: auto 0;
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-step-lead {
    text-align: left;
    font-size: 4.2666666667vw;
    line-height: 1.7;
    margin-bottom: 8vw;
  }
  .p-step-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8vw;
    margin-bottom: 13.3333333333vw;
  }
  .p-step-list li {
    width: 100%;
    background: #EAF3EB;
    border-radius: 0.6rem;
    padding: 2rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .p-step-list li:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5.3333333333vw solid #6EB72F;
    border-left: 5.3333333333vw solid transparent;
    border-bottom: none;
    border-right: 5.3333333333vw solid transparent;
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    bottom: -5.3333333333vw;
    margin: auto;
  }
  .p-step-list li:last-child::after {
    display: none;
  }
  .p-step-no {
    background: #025C54;
    font-family: "Figtree", sans-serif;
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 6.9333333333vw;
    color: #fff;
    text-align: center;
    border-radius: 3.4666666667vw;
    margin: 0 4vw auto 4vw;
  }
  .p-step-txt {
    padding-top: 4vw;
    margin: auto 0;
    font-size: 4.2666666667vw;
    line-height: 1.7;
    text-align: center;
  }
}
.p-category-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
}
.p-category-type li {
  cursor: pointer;
  width: 33.3333333333%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  color: #888888;
  border-bottom: 0.1rem solid #888888;
  padding-bottom: 1.6rem;
}
.p-category-type li.is-select {
  color: #6EB72F;
  border-bottom: 0.3rem solid #6EB72F;
  padding-bottom: 1.4rem;
}

.p-category-list .p-category-content {
  display: none;
}

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

.p-product-lead {
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 4.1rem;
}

.p-product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 2.1rem;
  padding-bottom: 10rem;
}

.p-product-box {
  width: calc((100% - 4.2rem) / 3);
  background: url(../../images/top/icn_arrow05.svg) no-repeat right 2rem bottom 2rem;
  background-size: 3rem auto;
}
.p-product-box a {
  border-radius: 0.6rem;
  text-decoration: none;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.1rem solid #888888;
  padding: 0.2rem;
  height: 100%;
}
.p-product-box a:hover {
  border: 0.3rem solid #6EB72F;
  padding: 0;
}

.p-product-logo {
  background: #EFEFEF;
  border-radius: 0.6rem 0.6rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% + 0.4rem);
  margin: -0.2rem -0.2rem 0 -0.2rem;
  position: relative;
  z-index: -1;
  min-height: 7rem;
}

.p-product-name {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  color: #00211E;
  text-align: center;
  padding: 2rem 0 1.6rem 0;
}

.p-product-txt {
  color: #00211E;
  padding: 0 2rem;
  padding-bottom: 6.2rem;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .p-category-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8vw;
  }
  .p-category-type li {
    cursor: pointer;
    width: 33.3333333333%;
    text-align: center;
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 1.7;
    color: #888888;
    border-bottom: 0.2666666667vw solid #888888;
    padding-bottom: 3.2vw;
  }
  .p-category-type li.is-select {
    color: #6EB72F;
    border-bottom: 0.8vw solid #6EB72F;
    padding-bottom: 2.4vw;
  }
  .p-product-lead {
    font-size: 4.2666666667vw;
    line-height: 1.7;
    margin-bottom: 10.6666666667vw;
  }
  .p-product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.3333333333vw;
    padding-bottom: 18.6666666667vw;
  }
  .p-product-box {
    width: 100%;
    background: url(../../images/top/icn_arrow05.svg) no-repeat right 5.3333333333vw bottom 4.8vw;
    background-size: 8vw auto;
  }
  .p-product-box a {
    border-radius: 1.6vw;
    text-decoration: none;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0.2666666667vw solid #888888;
    padding: 0.5333333333vw;
    height: 100%;
  }
  .p-product-box a:hover {
    border: 0.8vw solid #6EB72F;
    padding: 0;
  }
  .p-product-logo {
    background: #EFEFEF;
    border-radius: 1.6vw 1.6vw 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% + 1.0666666667vw);
    margin: -0.5333333333vw-0.5333333333vw 0-0.5333333333vw;
    position: relative;
    z-index: -1;
    min-height: 16vw;
  }
  .p-product-name {
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 1.7;
    color: #00211E;
    text-align: center;
    padding: 5.3333333333vw 0 4vw 0;
  }
  .p-product-txt {
    color: #00211E;
    padding: 0 5.3333333333vw;
    padding-bottom: 16vw;
    font-size: 3.7333333333vw;
    line-height: 1.7;
  }
}
.p-type-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  padding-bottom: 10rem;
}

.p-type-img-area {
  width: 35rem;
}

.p-type-list {
  width: 68rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 4rem;
}

.p-type-item {
  width: calc(50% - 2rem);
  position: relative;
  background: url(../../images/top/icn_arrow05.svg) no-repeat right center;
  border-bottom: 0.1rem solid #D0D0D0;
}
.p-type-item a {
  display: block;
  padding: 0 3rem 0 0;
  text-decoration: none;
  position: relative;
}
.p-type-item a:after {
  content: "";
  height: 0.1rem;
  width: 0;
  position: absolute;
  bottom: -0.1rem;
  background-color: #6EB72F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-type-item a:hover:after {
  width: 100%;
}

.p-type-item-ttl {
  color: #00211E;
  font-size: 2rem;
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 6rem auto;
  padding: 0.5rem 0 2.9rem 7.5rem;
}
.p-type-item-ttl span {
  display: block;
  font-family: "Figtree", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  padding-bottom: 0.8rem;
}

.p-type-link01 .p-type-item-ttl {
  background-image: url(../../images/top/ico_type01.svg);
}
.p-type-link01 .p-type-item-ttl:hover {
  background-image: url(../../images/top/ico_type01_o.svg);
}

.p-type-link02 .p-type-item-ttl {
  background-image: url(../../images/top/ico_type02.svg);
}
.p-type-link02 .p-type-item-ttl:hover {
  background-image: url(../../images/top/ico_type02_o.svg);
}

.p-type-link03 .p-type-item-ttl {
  background-image: url(../../images/top/ico_type03.svg);
}
.p-type-link03 .p-type-item-ttl:hover {
  background-image: url(../../images/top/ico_type03_o.svg);
}

.p-type-link04 .p-type-item-ttl {
  background-image: url(../../images/top/ico_type04.svg);
}
.p-type-link04 .p-type-item-ttl:hover {
  background-image: url(../../images/top/ico_type04_o.svg);
}

.p-type-link05 .p-type-item-ttl {
  background-image: url(../../images/top/ico_type05.svg);
}
.p-type-link05 .p-type-item-ttl:hover {
  background-image: url(../../images/top/ico_type05_o.svg);
}

.p-type-link06 .p-type-item-ttl {
  background-image: url(../../images/top/ico_type06.svg);
}
.p-type-link06 .p-type-item-ttl:hover {
  background-image: url(../../images/top/ico_type06_o.svg);
}

.p-type-link07 .p-type-item-ttl {
  background-image: url(../../images/top/ico_type07.svg);
}
.p-type-link07 .p-type-item-ttl:hover {
  background-image: url(../../images/top/ico_type07_o.svg);
}

.p-type-link08 .p-type-item-ttl {
  background-image: url(../../images/top/ico_type08.svg);
}
.p-type-link08 .p-type-item-ttl:hover {
  background-image: url(../../images/top/ico_type08_o.svg);
}

.p-type-link09 .p-type-item-ttl {
  background-image: url(../../images/top/ico_type09.svg);
}
.p-type-link09 .p-type-item-ttl:hover {
  background-image: url(../../images/top/ico_type09_o.svg);
}

.p-type-link10 .p-type-item-ttl {
  background-image: url(../../images/top/ico_type10.svg);
}
.p-type-link10 .p-type-item-ttl:hover {
  background-image: url(../../images/top/ico_type10_o.svg);
}

.p-type-link11 .p-type-item-ttl {
  background-image: url(../../images/top/ico_type11.svg);
}
.p-type-link11 .p-type-item-ttl:hover {
  background-image: url(../../images/top/ico_type11_o.svg);
}

.p-type-item-hover-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.p-type-item-hover-tag li {
  background-color: #EFF2F1;
  font-size: 1.2rem;
  font-weight: 700;
  color: #025C54;
  line-height: 2rem;
  border-radius: 1rem;
  padding: 0 1rem;
}

@media screen and (max-width: 767px) {
  .p-type-wrapper {
    display: block;
    padding-bottom: 10rem;
  }
  .p-type-item-hover {
    display: none;
  }
  .p-type-img-area {
    display: none;
  }
  .p-type-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4vw;
  }
  .p-type-item {
    width: 100%;
    position: relative;
    background: url(../../images/top/icn_arrow05.svg) no-repeat right center;
    background-size: 8vw auto;
    border-bottom: 0.2666666667vw solid #D0D0D0;
  }
  .p-type-item a {
    display: block;
    padding: 0 8vw 0 0;
    text-decoration: none;
  }
  .p-type-item-ttl {
    color: #00211E;
    font-size: 5.3333333333vw;
    font-weight: 700;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 16vw auto;
    padding: 1.3333333333vw 0 7.7333333333vw 20vw;
  }
  .p-type-item-ttl span {
    display: block;
    font-family: "Figtree", sans-serif;
    font-size: 3.2vw;
    font-weight: 700;
    padding-bottom: 2.1333333333vw;
  }
}
.p-chap-wrapper {
  background: url(../../images/top/bg_chart.svg) no-repeat center center;
  height: 62rem;
  margin-bottom: 10rem;
  position: relative;
}

.p-chap-list li a img {
  display: block;
  border: 0.1rem solid #888888;
  border-radius: 0.6rem;
  padding: 0.2rem;
  background: #fff;
}
.p-chap-list li a img:hover {
  border: 0.3rem solid #6EB72F;
  padding: 0;
}

.p-chap-item01 {
  position: absolute;
  top: 8.5rem;
  left: 16rem;
}

.p-chap-item02 {
  position: absolute;
  top: 27.8rem;
  left: 16rem;
}

.p-chap-item03 {
  position: absolute;
  top: 37.5rem;
  left: 16rem;
}

.p-chap-item04 {
  position: absolute;
  top: 27.8rem;
  left: 31rem;
}

.p-chap-item05 {
  position: absolute;
  top: 53.5rem;
  left: 16rem;
}

.p-chap-item06 {
  position: absolute;
  top: 53.5rem;
  left: 31rem;
}

.p-chap-item07 {
  position: absolute;
  top: 47rem;
  left: 48.5rem;
}

.p-chap-item08 {
  position: absolute;
  top: 27.8rem;
  right: 16rem;
}

.p-chap-item09 {
  position: absolute;
  top: 37.5rem;
  right: 16rem;
}

.p-chap-item10 {
  position: absolute;
  top: 53.5rem;
  right: 16rem;
}

.p-chap-item11 {
  position: absolute;
  top: 8.5rem;
  right: 16rem;
}

@media screen and (max-width: 767px) {
  .p-chap-wrapper-sp {
    padding-bottom: 18.6666666667vw;
  }
  .p-chap-block {
    border: 0.5333333333vw solid #6EB72F;
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw;
    text-align: center;
  }
  .p-chap-box {
    padding: 8.8vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
    position: relative;
    margin-top: 8.8vw;
  }
  .p-chap-box.p-chap-box01 {
    background-color: #EADCF4;
  }
  .p-chap-box.p-chap-box01 .p-chap-subttl {
    color: #925387;
    border-color: #925387;
  }
  .p-chap-box.p-chap-box02 {
    background-color: #CCE4F1;
  }
  .p-chap-box.p-chap-box02 .p-chap-subttl {
    color: #2D67A3;
    border-color: #2D67A3;
  }
  .p-chap-box.p-chap-box03 {
    background-color: #D9F2D0;
  }
  .p-chap-box.p-chap-box03 .p-chap-subttl {
    color: #297F3A;
    border-color: #297F3A;
  }
  .p-chap-box .p-chap-logo:last-of-type {
    margin-bottom: 0;
  }
  .p-chap-ttl {
    margin-bottom: 8.8vw;
    background: #83D20F;
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw 0;
    color: #fff;
    font-size: 5.3333333333vw;
    font-weight: 700;
  }
  .p-chap-ttl span {
    font-size: 4.2666666667vw;
  }
  .p-chap-subttl {
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 9.6vw;
    border-radius: 5.6vw;
    width: 40vw;
    top: -4.8vw;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    background: #fff;
    border-width: 0.5333333333vw;
    border-style: solid;
  }
  .p-chap-logo {
    margin-bottom: 2.6666666667vw;
  }
  .p-chap-block-user {
    background: #00645A;
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw;
    text-align: center;
    margin: 25.0666666667vw 0;
    position: relative;
  }
  .p-chap-block-user:before {
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 12vw;
    height: 17.0666666667vw;
    background: url(../../images/top/icn_arrow_chap.svg) no-repeat;
    background-size: auto 100%;
    top: -21.0666666667vw;
  }
  .p-chap-block-user::after {
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 12vw;
    height: 17.0666666667vw;
    background: url(../../images/top/icn_arrow_chap.svg) no-repeat;
    background-size: auto 100%;
    bottom: -21.0666666667vw;
  }
  .p-chap-block-user-ttl {
    color: #fff;
    font-size: 5.3333333333vw;
    font-weight: 700;
    margin-bottom: 3.7333333333vw;
  }
}
.p-sns-include-area {
  padding-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}

.p-youtube {
  width: 66rem;
}

.p-x {
  width: 37rem;
}
.p-x iframe {
  width: 100% !important;
  /* max-height: 138.6666666667vw; */
}
.p-x .twitter-timeline {
  width: 100% !important;
  /* max-height: 138.6666666667vw; */
}

.p-sns-mh {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 3.5rem;
  border-left: 0.3rem solid #025C54;
  padding-left: 1.5rem;
  margin-bottom: 3.4rem;
}

.p-sns-sh {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  border-bottom: 0.2rem solid #025C54;
  background: url(../../images/top/icn_arrow06.svg) no-repeat left 1rem;
  padding: 0 0 1rem 3rem;
  margin-bottom: 1.5rem;
}

.p-youtube-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.p-youtube-two-content {
  width: calc(50% - 1rem);
}
.p-youtube-two-content .p-sns-sh {
  font-size: 1.6rem;
}

.p-youtube-content {
  margin-bottom: 3rem;
}
.p-youtube-content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

@media screen and (max-width: 767px) {
  .p-sns-include-area {
    padding-top: 18.6666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18.6666666667vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-youtube {
    width: 100%;
  }
  .p-x {
    width: 100%;
  }
  .p-sns-mh {
    font-size: 6.4vw;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 9.6vw;
    border-left: 0.8vw solid #025C54;
    padding-left: 4vw;
    margin-bottom: 6.4vw;
  }
  .p-sns-sh {
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.7;
    border-bottom: 0.5333333333vw solid #025C54;
    background: url(../../images/top/icn_arrow06.svg) no-repeat left 2.6666666667vw;
    background-size: 5.3333333333vw auto;
    padding: 0 0 2.6666666667vw 8vw;
    margin-bottom: 4vw;
  }
  .p-youtube-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10.6666666667vw;
    margin-top: 10.6666666667vw;
  }
  .p-youtube-two-content {
    width: 100%;
  }
  .p-youtube-two-content .p-sns-sh {
    font-size: 4.2666666667vw;
  }
  .p-youtube-content {
    margin-bottom: 0;
  }
  .p-youtube-content iframe {
    width: 100%;
    height: 50.1333333333vw;
  }
}
.iframe-counter, .iframe-swiper {
  border: none;
  width: 100%;
}

.iframe-counter {
  height: 413px;
}

.iframe-swiper {
  height: 250px;
}

#main-counter {
  background-color: rgb(234, 243, 235);
  margin-bottom: 80px;
  padding-bottom: 0;
}

#main-counter .l-content-inner, #main-more_swiper .l-content-inner {
  width: 100%;
}

#main-more__swiper {
  padding-bottom: 0;
  margin-bottom: 0;
}

#main-more__swiper .l-content-inner {
  max-width: none;
}

@media screen and (min-width: 768px) {
  .iframe-counter {
    height: 397px;
  }
  .iframe-swiper {
    height: 291px;
  }
}
@media screen and (min-width: 1025px) {
  .iframe-counter {
    height: 214px;
  }
  .iframe-swiper {
    height: 337px;
  }
}