.pcDisp {
  display: block;
}
@media screen and (max-width: 736px) {
  .pcDisp {
    display: none !important;
  }
}

.spDisp {
  display: none !important;
}
@media screen and (max-width: 736px) {
  .spDisp {
    display: block !important;
  }
}

/*----------------------------------------------
	Common
---------------------------------------------*/
@media screen and (max-width: 736px) {
  br.pcnone {
    display: inline !important;
  }
}

.clearfix {
  clear: both;
  display: block;
  overflow: hidden;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrapper {
  background-color: rgba(0, 153, 51, 0.05);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 736px) {
  .wrapper {
    min-width: 100%;
  }
}

.f_main {
  font-size: 16px;
}
.f_main.f_main-face_sclero {
  color: #000;
}
@media screen and (max-width: 736px) {
  .f_main.f_main-face_sclero .c_ttl {
    margin-left: 5.0666666667vw;
    margin-right: 5.0666666667vw;
  }
}
@media screen and (max-width: 736px) {
  .f_main.f_main-face_sclero .p_content__subttl {
    margin: 0 5.0666666667vw 1.3333333333vw;
  }
}
@media screen and (max-width: 736px) {
  .f_main.f_main-face_sclero .p_content__ttl {
    margin-bottom: 8vw;
  }
}

.l_wrapper {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 110px 50px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 736px) {
  .l_wrapper {
    max-width: 100%;
    padding: 0;
  }
}
.l_wrapper p {
  line-height: 1.7;
  margin-bottom: 0;
}
@media screen and (max-width: 736px) {
  .l_wrapper p .p_sec__last2 {
    margin-bottom: 7.4666666667vw;
  }
}
.l_wrapper.l_wrapper-secondary {
  margin: 0 auto;
  max-width: 895px;
  padding: 0 162.5px;
}
@media screen and (max-width: 736px) {
  .l_wrapper.l_wrapper-secondary {
    max-width: 100%;
    padding: 0;
  }
}

.p_content__ttl {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 736px) {
  .p_content__ttl {
    margin-bottom: 5.3333333333vw !important;
  }
}

.p-kv {
  height: 550px;
  position: relative;
  background: url(../images/kv-bg.webp) no-repeat center center/cover;
  padding-top: 153px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 736px) {
  .p-kv {
    overflow: initial;
    background: white;
    height: 112vw;
    padding-top: 54vw;
    padding-left: 5.1vw;
    background: url(../images/kv-bg-sp.webp) center/cover no-repeat;
  }
}
.p-kv .p-kv__img {
  width: 900px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
  -webkit-transform: translateX(452px);
          transform: translateX(452px);
}
@media screen and (max-width: 736px) {
  .p-kv .p-kv__img {
    width: 100vw;
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
    top: -0.5333333333vw;
    margin: 0;
    left: initial;
    right: 0;
    z-index: 0;
  }
}
.p-kv .p-kv__img.anim {
  -webkit-transform: translateX(400px);
          transform: translateX(400px);
  opacity: 1;
}
@media screen and (max-width: 736px) {
  .p-kv .p-kv__img.anim {
    -webkit-transform: none;
            transform: none;
  }
}
.p-kv .p-kv__img img.pcnone {
  display: none;
}
@media screen and (max-width: 736px) {
  .p-kv .p-kv__img img.pcnone {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 736px) {
  .p-kv .p-kv__img img.spnone {
    display: none;
  }
}
.p-kv .p-kv__box {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media screen and (max-width: 736px) {
  .p-kv .p-kv__box {
    position: relative;
    z-index: 1;
  }
}
.p-kv .p-kv__box.anim {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.p-kv .p-kv__txt {
  color: #093;
  font-size: 32px;
  line-height: 1.75;
  font-weight: bold;
  margin-bottom: 17px;
}
@media screen and (max-width: 736px) {
  .p-kv .p-kv__txt {
    font-size: 4.8vw;
    line-height: 1.5;
    margin-bottom: 6.9333333333vw;
  }
}
.p-kv .p-kv__ttl {
  color: #fff;
  font-size: 60px;
  font-family: serif;
  font-weight: bold;
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
  z-index: 1;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 736px) {
  .p-kv .p-kv__ttl {
    font-size: 6.4vw;
    margin-bottom: 7.2vw;
    letter-spacing: 0;
  }
}
.p-kv .p-kv__ttl::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 360px;
  top: 7px;
  bottom: 0;
  margin: auto;
  width: 2000px;
  height: 92px;
  background: -webkit-linear-gradient(right, rgba(0, 153, 51, 0), rgb(0, 153, 51) 240px, rgb(0, 134, 206) 100%);
  background: linear-gradient(to left, rgba(0, 153, 51, 0), rgb(0, 153, 51) 240px, rgb(0, 134, 206) 100%);
}
@media screen and (max-width: 736px) {
  .p-kv .p-kv__ttl::after {
    top: 1.0666666667vw;
    width: 100vw;
    height: 13.0666666667vw;
    left: -5.1vw;
    right: auto;
    background: -webkit-gradient(linear, left top, right top, from(#093), color-stop(43.33%, #093), color-stop(72.05%, rgba(17, 132, 202, 0)));
    background: -webkit-linear-gradient(left, #093 0%, #093 43.33%, rgba(17, 132, 202, 0) 72.05%);
    background: linear-gradient(90deg, #093 0%, #093 43.33%, rgba(17, 132, 202, 0) 72.05%);
  }
}
.p-kv .p-kv__txt2 {
  color: #093;
  font-size: 32px;
  line-height: 1.75;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 736px) {
  .p-kv .p-kv__txt2 {
    font-size: 4.8vw;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.p-kv .p-kv__txt2 .small01 {
  font-size: 0.69em;
}
@media screen and (max-width: 736px) {
  .p-kv .p-kv__txt2 .small01 {
    font-size: 1em;
  }
}

.p-lead .l_wrapper {
  padding-top: 44px;
  padding-bottom: 0;
}
@media screen and (max-width: 736px) {
  .p-lead .l_wrapper {
    padding: 53.3333333333vw 5.0666666667vw 0;
    width: auto;
  }
}
.p-lead .p-intro__inner {
  max-width: 1120px;
  gap: 37px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 736px) {
  .p-lead .p-intro__inner {
    display: block;
    position: relative;
  }
}
.p-lead .p-intro__img {
  max-width: 448px;
}
@media screen and (max-width: 736px) {
  .p-lead .p-intro__img {
    position: absolute;
    top: -62.9333333333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 100%;
    width: 92vw;
    height: 58.9333333333vw;
  }
  .p-lead .p-intro__img img {
    width: 100%;
  }
}
.p-lead .p-intro__texts {
  max-width: 511px;
}
@media screen and (max-width: 736px) {
  .p-lead .p-intro__texts {
    white-space: initial;
    margin-right: 0;
    max-width: 100%;
  }
}
.p-lead .p-intro__texts__subtext {
  color: #111;
  font-size: 16px;
  font-weight: 300;
  line-height: 170%;
  margin-bottom: 16px;
}
@media screen and (max-width: 736px) {
  .p-lead .p-intro__texts__subtext {
    font-size: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.p-lead .p-intro__texts__maintext {
  color: #093;
  font-size: 24px;
  font-weight: 600;
  line-height: 170%;
}
@media screen and (max-width: 736px) {
  .p-lead .p-intro__texts__maintext {
    font-size: 5.6vw;
  }
}
.p-lead .p-lead__box {
  position: relative;
  margin-top: 32px;
  padding: 24px 45px 29px;
  border: 24px solid rgba(0, 153, 51, 0.05);
}
@media screen and (max-width: 736px) {
  .p-lead .p-lead__box {
    margin-top: 5.3333333333vw;
    padding: 5.3333333333vw 3.2vw;
    border-width: 2.6666666667vw;
  }
}
.p-lead .p-lead__box_ttl {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  color: #093;
}
@media screen and (max-width: 736px) {
  .p-lead .p-lead__box_ttl {
    font-size: 4.8vw;
  }
}
.p-lead .p-lead__box_list {
  width: 504px;
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .p-lead .p-lead__box_list {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
.p-lead .p-lead__box_list_item {
  position: relative;
  z-index: 2;
  padding-left: 30px;
  font-size: 23px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 300;
  line-height: 150%;
}
@media screen and (max-width: 736px) {
  .p-lead .p-lead__box_list_item {
    font-size: 4.8vw;
    padding-left: 8vw;
  }
}
.p-lead .p-lead__box_list_item::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 27px;
  height: 29px;
  background: url("../images/icon-checkbox.webp") center/contain no-repeat;
}
@media screen and (max-width: 736px) {
  .p-lead .p-lead__box_list_item::before {
    top: -0.5333333333vw;
    left: 0;
    width: 7.2vw;
    height: 7.7333333333vw;
  }
}
.p-lead .p-lead__box_list_item:not(:first-child) {
  margin-top: 14px;
}
@media screen and (max-width: 736px) {
  .p-lead .p-lead__box_list_item:not(:first-child) {
    margin-top: 4vw;
  }
}
.p-lead .p-lead__box_img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 518px;
}
.p-lead .p-lead__box_img img {
  width: 100%;
}
@media screen and (max-width: 736px) {
  .p-lead .p-lead__box_img {
    bottom: initial;
    top: 0;
    width: 45.0666666667vw;
  }
}

.p-video .l_wrapper {
  padding-top: 50px;
  padding-bottom: 0px;
}
@media screen and (max-width: 736px) {
  .p-video .l_wrapper {
    padding-top: 8vw;
  }
}
.p-video .p-video__inner {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  .p-video .p-video__inner {
    display: block;
    max-width: 100%;
  }
}
.p-video .p-video__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  background: rgba(0, 153, 51, 0.05);
  padding: 24px 0;
}
@media screen and (max-width: 736px) {
  .p-video .p-video__content {
    display: block;
    gap: 6.4vw;
    padding: 6.4vw 0;
  }
}
.p-video .p-video__content__top {
  display: contents;
}
@media screen and (max-width: 736px) {
  .p-video .p-video__content__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 4.2666666667vw;
    gap: 3.7333333333vw;
    max-width: 92vw;
    margin: 0 auto;
  }
}
.p-video .video__wrap {
  width: 270px;
  height: 480px;
  border-radius: 16px;
  position: relative;
}
.p-video .video__wrap video {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
@media screen and (max-width: 736px) {
  .p-video .video__wrap video {
    border-radius: 4.2666666667vw;
  }
}
@media screen and (max-width: 736px) {
  .p-video .video__wrap {
    width: 44.2666666667vw;
    height: 78.6666666667vw;
    border-radius: 4.2666666667vw;
  }
}
@media screen and (max-width: 736px) {
  .p-video .video__wrap__4 {
    margin: 0 auto;
  }
}
.p-video .video-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 736px) {
  .p-video .video-arrow {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}

.p-case .l_wrapper {
  padding-top: 50px;
  padding-bottom: 0px;
}
@media screen and (max-width: 736px) {
  .p-case .l_wrapper {
    padding-top: 8vw;
  }
}
.p-case .p-case__inner {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  .p-case .p-case__inner {
    display: block;
    max-width: 100%;
  }
}
.p-case .p-case__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  background: rgba(0, 153, 51, 0.05);
  padding: 32px 48px;
}
@media screen and (max-width: 736px) {
  .p-case .p-case__content {
    gap: 4.2666666667vw;
    padding: 6.4vw 5.0666666667vw;
  }
}
.p-case .p-case__content .per .txt {
  margin: 0;
  margin-top: 8px;
  font-size: 11px;
  line-height: 1.5;
}
@media screen and (max-width: 736px) {
  .p-case .p-case__content .per .txt {
    margin-top: 1.0666666667vw;
    font-size: 2.6666666667vw;
    line-height: 1.3;
  }
}

.p-about .l_wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 736px) {
  .p-about .l_wrapper {
    padding: 8vw 0 8vw;
  }
}
.p-about .p_content__ttl {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 736px) {
  .p-about .p_content__ttl {
    margin-bottom: 5.3333333333vw !important;
  }
}
.p-about .p-about__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 2%;
  margin-bottom: 40px;
}
@media screen and (max-width: 736px) {
  .p-about .p-about__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 5.0666666667vw 5.3333333333vw;
    gap: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-about .p-about__list_item {
  position: relative;
  width: 32%;
  margin-bottom: 0;
}
@media screen and (max-width: 736px) {
  .p-about .p-about__list_item {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 8vw;
  }
}
@media screen and (max-width: 736px) {
  .p-about .p-about__list_item .img {
    width: 48%;
  }
}
.p-about .p-about__list_item .point {
  position: absolute;
  top: 0;
  left: 0;
  width: 84px;
  font-size: 18px;
  height: 30px;
  line-height: 1.67em;
  font-family: serif;
  font-weight: bold;
  background: #093;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .p-about .p-about__list_item .point {
    width: 22.4vw;
    font-size: 4.8vw;
    height: 8vw;
  }
}
.p-about .p-about__list_item .txt {
  font-size: 18px;
  min-height: 70px;
  font-weight: bold;
  line-height: 1.5;
  background: #093;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 736px) {
  .p-about .p-about__list_item .txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 4.2666666667vw;
    min-height: 18.6666666667vw;
    text-align: left;
    padding: 0 2.1333333333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-about .p-about__wrap {
  background: rgba(0, 153, 51, 0.05);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 50px;
}
@media screen and (max-width: 736px) {
  .p-about .p-about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6.1333333333vw 5.0666666667vw;
  }
}
.p-about .p-about__wrap_box {
  width: 505px;
}
@media screen and (max-width: 736px) {
  .p-about .p-about__wrap_box {
    display: contents;
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .p-about .p-about__wrap_box .p-about__wrap_box_txt {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    font-size: 4.2666666667vw;
  }
}
.p-about .p-about__wrap_box_ttl {
  margin-top: 0;
  border-bottom: 1px solid #093;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-size: 24px;
  color: #1a1a1a;
  font-weight: 600;
  line-height: 175%;
}
@media screen and (max-width: 736px) {
  .p-about .p-about__wrap_box_ttl {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    border-bottom: 0.2666666667vw solid #093;
    letter-spacing: 0.2666666667vw;
    margin-bottom: 4.8vw;
    font-size: 5.6vw;
  }
}
.p-about .p-about__wrap_box_ttl span {
  color: #093;
}
.p-about .p-about__wrap_img {
  width: 355px;
}
.p-about .p-about__wrap_img img {
  width: 100%;
}
@media screen and (max-width: 736px) {
  .p-about .p-about__wrap_img {
    width: 100%;
    margin: 0 auto 3.7333333333vw;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-about .p-about__list__heading {
  color: #093;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 175%; /* 42px */
  padding-bottom: 24px;
}
@media screen and (max-width: 736px) {
  .p-about .p-about__list__heading {
    color: #093;
    font-size: 4.8vw;
    text-align: left;
    padding: 0 5.0666666667vw 5.3333333333vw;
  }
}

@media screen and (max-width: 736px) {
  .p-reason .p-reason__cards {
    padding: 0 5.0666666667vw 8vw;
  }
}
.p-reason .p-reason__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 736px) {
  .p-reason .p-reason__card {
    display: grid;
    gap: 0;
  }
}
.p-reason .p-reason__card:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-reason .p-reason__card:not(:last-of-type) {
  margin-bottom: 24px;
}
@media screen and (max-width: 736px) {
  .p-reason .p-reason__card:not(:last-of-type) {
    margin-bottom: 6.4vw;
  }
}
.p-reason .p-reason__img {
  max-width: 450px;
}
@media screen and (max-width: 736px) {
  .p-reason .p-reason__img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 2.1333333333vw;
    max-width: 100%;
  }
}
.p-reason .p-reason__img img {
  width: 100%;
}
.p-reason .p-reason__texts {
  max-width: 510px;
  width: 100%;
}
@media screen and (max-width: 736px) {
  .p-reason .p-reason__texts {
    display: contents;
  }
}
.p-reason .p-reason__texts__causes {
  border-bottom: 1px solid #093;
  margin-bottom: 16px;
}
@media screen and (max-width: 736px) {
  .p-reason .p-reason__texts__causes {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 2.1333333333vw;
  }
}
.p-reason .p-reason__texts__cause {
  color: #fff;
  font-weight: 600;
  line-height: 100%;
  font-size: 18px;
  border-radius: 8px 8px 0px 0px;
  width: 73px;
  height: 30px;
  background: #093;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 736px) {
  .p-reason .p-reason__texts__cause {
    font-size: 4.8vw;
    border-radius: 2.1333333333vw 2.1333333333vw 0px 0px;
    width: 19.4666666667vw;
    height: 8vw;
  }
}
.p-reason .p-reason__texts__cause span {
  margin-left: 4px;
}
@media screen and (max-width: 736px) {
  .p-reason .p-reason__texts__cause span {
    margin-left: 1.0666666667vw;
  }
}
.p-reason .p-reason__texts__title {
  color: #093;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
  padding-bottom: 24px;
}
@media screen and (max-width: 736px) {
  .p-reason .p-reason__texts__title {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    font-size: 5.6vw;
    padding-bottom: 2.1333333333vw;
  }
}
.p-reason .p-reason__texts__text {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 300;
  line-height: 170%;
}
@media screen and (max-width: 736px) {
  .p-reason .p-reason__texts__text {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    font-size: 4.2666666667vw;
  }
}

.price-section {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 736px) {
  .price-section {
    padding-bottom: 8vw !important;
  }
}/*# sourceMappingURL=style.css.map */