html {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  /*font-family: 'Noto Serif JP', serif;*/
  font-size: 10px;
  line-height: 1;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  /*letter-spacing: .1em;*/
  color: #0B2F4C;
}

.wrap {
  width: 100%;
}

.wrap_inner {
  max-width: 1120px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

section {
  padding: 120px 0;
}

@media only screen and (max-width: 769px) {
  .wrap_inner {
    padding: 0 5.33333vw;
  }
}
.sp {
  display: none !important;
}
@media screen and (max-width: 800px) {
  .sp {
    display: block !important;
  }
}

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

/*=============================
.hum-btn
=============================*/
.hum-btn {
  display: none;
  background-color: #006F16;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  z-index: 1000;
}
@media screen and (max-width: 800px) {
  .hum-btn {
    display: block;
  }
}

/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: absolute;
  top: 19px;
  right: 15px;
  width: 30px;
  height: 24px;
  cursor: pointer;
  z-index: 1000;
}

.btn-trigger span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.btn-trigger,
.btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 0px;
}

.btn-trigger span:nth-of-type(2) {
  top: 11px;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

/*=============================
#btn05
=============================*/
#btn05.active span:nth-of-type(1) {
  transform: translateY(11px) rotate(-45deg);
}

#btn05.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-btn05-bar02 0.8s forwards;
}
@keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}
#btn05.active span:nth-of-type(3) {
  width: 100%;
  transform: translateY(-11px) rotate(45deg);
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

/*--------------------
footer
---------------------*/
.p-btn {
  /* background-color: #fff; */
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  z-index: 999;
}
.p-btn img {
  width: 100%;
}
.p-btn li:first-child {
  width: 100%;
}
.p-btn li:nth-child(2) {
  width: 50%;
}
.p-btn li:last-child {
  width: 50%;
}

.l-footer p {
  background-color: #0B2F4C;
  padding: 5% 8% 1%;
  font-size: 12px;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .l-footer p {
    padding: 40px 20px 8px;
  }
}
/*--------------------
common
---------------------*/
.c-ttl01 {
  padding: 10px;
  font-size: 32px;
  font-weight: bold;
}
.c-ttl01Wrap {
  background-image: url(assets/img/svg/ttl-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 20px 20px 70px;
  min-width: 372px;
  text-align: center;
}
.c-ttl01Wrap.--white {
  background-image: url(assets/img/svg/ttl-bg2.svg);
}
.c-ttl01Wrap > p {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #2AAC42;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-10%);
}
.c-ttl01Wrap > p.--white {
  color: #fff;
}
.c-ttl01.--white {
  color: #fff;
}
.c-ttl01 span {
  font-size: 48px;
}
.c-ttl01 span.--orange {
  color: #F28010;
}

@media screen and (max-width: 800px) {
  .c-ttl01 {
    padding: 0px;
    font-size: 24px;
  }
  .c-ttl01Wrap {
    padding: 20px 20px 50px;
    min-width: 276px;
  }
  .c-ttl01Wrap > p {
    font-size: 16px;
    position: absolute;
  }
  .c-ttl01 span {
    font-size: 32px;
  }
}
/*--------------------
style
---------------------*/
.p-top-mainVisual img {
  width: 100%;
}

.p-top-sec1 {
  position: relative;
}
.p-top-sec1::before {
  z-index: -1;
  content: "";
  width: 80%;
  height: 58%;
  bottom: 10%;
  left: 0;
  background-color: #F1F5EE;
  position: absolute;
}
.p-top-sec1__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.p-top-sec1__box > p {
  width: 48%;
}
.p-top-sec1__box > p img {
  width: 100%;
}
.p-top-sec1__box > div {
  width: 47%;
}
.p-top-sec1__box > div > h3 {
  font-size: 32px;
  line-height: 1.66;
  font-weight: bold;
  margin-bottom: 40px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
}
.p-top-sec1__box > div > h3::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #F28010;
  transform: skew(-45deg);
}
.p-top-sec1__box > div > p {
  font-size: 18px;
  line-height: 1.66;
  margin-bottom: 16px;
}

.p-top-sec2 {
  margin-bottom: -140px;
  padding-top: 0;
  background-image: url(assets/img/bg01.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.p-top-sec2__ttl {
  padding: 10px;
  font-size: 32px;
  font-weight: bold;
}
.p-top-sec2__ttlWrap {
  background-image: url(assets/img/svg/worry-ttl-bg.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 20px 70px 70px;
  color: #fff;
  line-height: 1.44;
  letter-spacing: 0.1em;
}
.p-top-sec2__ttlWrap > p {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #fff;
  font-size: 20px;
  position: static;
  text-align: center;
}
.p-top-sec2__ttl span {
  font-size: 48px;
}
.p-top-sec2__img {
  text-align: center;
  margin-top: -70px;
}
.p-top-sec2__img img {
  max-width: 100%;
  width: 483px;
}
.p-top-sec2__txt {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 28px;
  font-weight: 900;
  color: #0B2F4C;
  padding: 30px 20px 30px;
  background-color: #fff;
  border-radius: 6px;
  border: 2px solid #EFEFEF;
  position: absolute;
  line-height: 1.4;
  z-index: 3;
}
.p-top-sec2__txt::after {
  content: "";
  position: absolute;
  border: 12px solid transparent;
  border-left: 39px solid #fff;
  transform: rotate(61deg);
}
.p-top-sec2__txt::before {
  content: "";
  position: absolute;
  border: 16px solid transparent;
  border-left: 48px solid #EFEFEF;
  transform: rotate(61deg);
}
.p-top-sec2__txt span {
  position: relative;
  z-index: 5;
}
.p-top-sec2__txt span span {
  color: #C10202;
}
.p-top-sec2__txt span.--bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 6px;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-top-sec2__txt.--01 {
  top: 16%;
  left: 2%;
}
.p-top-sec2__txt.--01::after {
  bottom: -23px;
  left: 34px;
}
.p-top-sec2__txt.--01::before {
  bottom: -33px;
  left: 31px;
}
.p-top-sec2__txt.--02 {
  top: calc(16% + 90px);
  left: 14%;
}
.p-top-sec2__txt.--02::after {
  bottom: -23px;
  right: 34px;
}
.p-top-sec2__txt.--02::before {
  bottom: -33px;
  right: 26px;
}
.p-top-sec2__txt.--03 {
  top: calc(16% + 130px);
  right: 4%;
}
.p-top-sec2__txt.--03::after {
  bottom: -23px;
  left: 34px;
  transform: rotate(120deg);
}
.p-top-sec2__txt.--03::before {
  bottom: -33px;
  left: 26px;
  transform: rotate(120deg);
}
.p-top-sec2__txt.--04 {
  top: 16%;
  right: 2%;
}
.p-top-sec2__txt.--04::after {
  bottom: -23px;
  right: 34px;
  transform: rotate(120deg);
}
.p-top-sec2__txt.--04::before {
  bottom: -33px;
  right: 31px;
  transform: rotate(120deg);
}
.p-top-sec2__txt02 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 90px auto 0;
}
.p-top-sec2__txt02 p:first-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%) translateY(-50%);
}

.p-top-sec3 {
  padding-top: 150px;
  background-color: #F1F5EE;
}
.p-top-sec3__inner {
  padding-bottom: 120px;
  background-image: url(assets/img/bg02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.p-top-sec3__ttl {
  margin-bottom: 16%;
}
.p-top-sec3__box {
  margin-bottom: 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-top-sec3__box-left {
  position: relative;
  width: 38%;
  margin-left: 7%;
}
.p-top-sec3__box-left img {
  width: 100%;
}
.p-top-sec3__box-left span {
  font-family: "Raleway", sans-serif;
  font-size: 100px;
  font-weight: 900;
  font-style: italic;
  color: transparent;
  -webkit-text-stroke: 2px #000;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%) translateY(-50%);
}
.p-top-sec3__box-right {
  width: 50%;
}
.p-top-sec3__box-right h3 {
  font-size: 32px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5%;
  position: relative;
  line-height: 1.66;
  z-index: 1;
}
.p-top-sec3__box-right h3 span {
  color: #2AAC42;
}
.p-top-sec3__box-right h3::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #F28010;
  transform: skew(-45deg);
}
.p-top-sec3__box-right p {
  font-size: 18px;
  line-height: 1.66;
  letter-spacing: 0.05em;
}
.p-top-sec3__box-right p span {
  font-weight: bold;
  letter-spacing: 0;
}
.p-top-sec3__box-right > span {
  display: block;
  font-size: 18px;
  line-height: 1.66;
  text-align: center;
}

.p-top-cta {
  padding-bottom: 30px;
  background-color: #E8F0E2;
}
.p-top-cta p {
  margin-bottom: -80px;
}
.p-top-cta p img {
  width: 100%;
}
.p-top-cta ul {
  display: flex;
  justify-content: space-between;
}
.p-top-cta ul li {
  width: 48%;
}
.p-top-cta ul li a {
  display: block;
  transition: all 0.3s;
}
.p-top-cta ul li a:hover {
  transform: translateY(4px);
}
.p-top-cta ul li a img {
  width: 100%;
}

.p-top-sec4 {
  background-image: url(assets/img/bg03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-top-sec4__slider {
  margin-top: 5%;
  padding: 0 8%;
}
.p-top-sec4__item {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #0B2F4C;
}
.p-top-sec4__item > div:first-child {
  padding: 30px 20px 5px;
}
.p-top-sec4__item > div:first-child h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  line-height: 1.4;
}
.p-top-sec4__item > div:first-child p {
  font-size: 18px;
  line-height: 1.66;
}
.p-top-sec4__item > div:last-child {
  padding: 0 20px 5px;
  background: linear-gradient(to bottom, #fff 20%, #0B2F4C 20%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-radius: 0px 0px 8px 8px;
}
.p-top-sec4__item > div:last-child > p:first-child {
  width: 140px;
}
.p-top-sec4__item > div:last-child > p:first-child img {
  width: 100%;
}
.p-top-sec4__item > div:last-child > p:last-child {
  width: calc(100% - 160px);
  font-size: 18px;
  line-height: 1.66;
  color: #fff;
  margin-bottom: 8px;
}
.p-top-sec4__item > div:last-child > p:last-child span {
  font-weight: bold;
  font-size: 24px;
}
.p-top-sec4__sec2 {
  margin-top: 6%;
}
.p-top-sec4__sec2__slider {
  margin-top: 5%;
  padding: 0 8%;
}
.p-top-sec4__sec2__item img {
  width: 100%;
}
.p-top-sec4__sec3 {
  margin-top: 100px;
  padding: 100px 0;
  background-image: url(assets/img/bg04.png);
  background-position: 68% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-top-sec4__sec3__flex {
  margin-top: 5%;
  display: flex;
  align-items: center;
}
.p-top-sec4__sec3__flex > p {
  width: 46%;
}
.p-top-sec4__sec3__flex > p img {
  width: 100%;
}
.p-top-sec4__sec3__flex > div {
  width: 54%;
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
}
.p-top-sec4__sec3__flex > div > h3 {
  font-size: 32px;
  line-height: 1.66;
  font-weight: bold;
  margin-bottom: 40px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
}
.p-top-sec4__sec3__flex > div > h3::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #F28010;
  transform: skew(-45deg);
}
.p-top-sec4__sec3__flex > div > p {
  font-size: 18px;
  line-height: 1.66;
}

.p-top-sec5 {
  padding-top: 0;
}
.p-top-sec5__slider {
  max-width: 1120px;
  width: 100%;
  padding: 0 20px;
  margin: 5% auto 0;
}
.p-top-sec5__slider img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.p-top-sec6__box {
  margin-top: 5%;
}
.p-top-sec6__box__item {
  border-bottom: 2px solid #222222;
  padding: 24px 0;
}
.p-top-sec6__box__item:last-child {
  border-bottom: none;
}
.p-top-sec6__box__item div {
  background-image: url(assets/img/svg/Q.svg);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: left 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.66;
  padding: 24px 0 24px 100px;
  margin-bottom: 16px;
}
.p-top-sec6__box__item p {
  background-image: url(assets/img/svg/A.svg);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: left 10px;
  font-size: 18px;
  line-height: 1.66;
  padding: 24px 0 24px 100px;
}

.p-top-sec7 {
  margin-bottom: 80px;
  background-image: url(assets/img/bg05.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-top-sec7__flex {
  margin-top: 5%;
  display: flex;
  align-items: center;
}
.p-top-sec7__flex > p {
  width: 46%;
}
.p-top-sec7__flex > p iframe {
  width: 100%;
  height: 312px;
  border-radius: 8px;
}
.p-top-sec7__flex > div {
  width: 50%;
}
.p-top-sec7__flex > div > h2 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 12px;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-sec7__flex > div > p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.66;
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  .p-top-sec1 {
    padding-top: 60px;
    position: relative;
  }
  .p-top-sec1::before {
    width: 100%;
    height: 75%;
    bottom: 10%;
    left: 0;
  }
  .p-top-sec1__box {
    display: block;
  }
  .p-top-sec1__box > p {
    width: 100%;
    margin-bottom: 5%;
  }
  .p-top-sec1__box > div {
    width: 100%;
  }
  .p-top-sec1__box > div > h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .p-top-sec1__box > div > p {
    font-size: 16px;
  }
  .p-top-sec2 {
    margin-bottom: -140px;
    background-image: url(assets/img/bg01-sp.png);
  }
  .p-top-sec2__ttl {
    padding: 0px;
    font-size: 24px;
  }
  .p-top-sec2__ttlWrap {
    background-size: contain;
    padding: 20px 70px 70px;
  }
  .p-top-sec2__ttlWrap > p {
    font-size: 16px;
  }
  .p-top-sec2__ttl span {
    font-size: 32px;
  }
  .p-top-sec2__img {
    text-align: center;
    margin-top: 0px;
  }
  .p-top-sec2__img img {
    max-width: 100%;
    width: 222px;
  }
  .p-top-sec2__txt {
    font-size: 17px;
    padding: 20px 20px 20px;
    position: relative;
  }
  .p-top-sec2__txt.--01 {
    margin-top: 16px;
    top: 0%;
    left: 5%;
  }
  .p-top-sec2__txt.--02 {
    top: -10px;
    left: 30%;
  }
  .p-top-sec2__txt.--03 {
    top: 0;
    right: 0;
    left: 5%;
  }
  .p-top-sec2__txt.--04 {
    top: -10px;
    right: 0;
    left: 25%;
  }
  .p-top-sec2__txt02 {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 45px auto 0;
    padding: 0 20px;
  }
  .p-top-sec2__txt02 img {
    width: 100%;
  }
  .p-top-sec2__txt02 p:first-child {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-10px) translateY(-40%);
  }
  .p-top-sec2__txt02 p:first-child img {
    width: 140px;
  }
  .p-top-sec3 {
    padding-bottom: 60px;
  }
  .p-top-sec3__inner {
    padding-bottom: 0px;
    background-image: url(assets/img/bg02-sp.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .p-top-sec3__ttl {
    margin-bottom: 16%;
  }
  .p-top-sec3__box {
    margin-bottom: 8%;
    display: block;
  }
  .p-top-sec3__box-left {
    margin-bottom: 5%;
    position: relative;
    width: 100%;
    margin-left: 0%;
    text-align: right;
  }
  .p-top-sec3__box-left img {
    width: 70%;
  }
  .p-top-sec3__box-left span {
    font-size: 60px;
    top: 0;
    left: 2%;
    transform: translateX(0%) translateY(0%);
  }
  .p-top-sec3__box-right {
    width: 100%;
  }
  .p-top-sec3__box-right h3 {
    font-size: 24px;
  }
  .p-top-sec3__box-right h3.--sp-left {
    margin: 0;
    margin-bottom: 5%;
  }
  .p-top-sec3__box-right h3::before {
    height: 10px;
    transform: skew(-45deg);
  }
  .p-top-sec3__box-right p {
    font-size: 16px;
  }
  .p-top-sec3__box-right > span {
    font-size: 16px;
  }
  .p-top-cta {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #E8F0E2;
  }
  .p-top-cta p {
    margin-bottom: 0px;
  }
  .p-top-cta p img {
    width: 100%;
  }
  .p-top-cta ul {
    display: block;
  }
  .p-top-cta ul li {
    width: 100%;
    margin-bottom: 8px;
  }
  .p-top-sec4 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(assets/img/bg03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .p-top-sec4__slider {
    margin-top: 5%;
    padding: 0 20px;
  }
  .p-top-sec4__item {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #0B2F4C;
  }
  .p-top-sec4__item > div:first-child {
    padding: 30px 20px 5px;
  }
  .p-top-sec4__item > div:first-child h3 {
    font-size: 20px;
    min-height: 70px;
  }
  .p-top-sec4__item > div:first-child p {
    font-size: 18px;
  }
  .p-top-sec4__item > div:last-child {
    padding: 0 20px 5px;
    background: linear-gradient(to bottom, #fff 20%, #0B2F4C 20%);
    display: block;
  }
  .p-top-sec4__item > div:last-child > p:first-child {
    width: 84px;
    margin: 0 auto 16px;
  }
  .p-top-sec4__item > div:last-child > p:first-child img {
    width: 100%;
  }
  .p-top-sec4__item > div:last-child > p:last-child {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 8px;
    font-size: 16px;
  }
  .p-top-sec4__item > div:last-child > p:last-child span {
    font-weight: bold;
    font-size: 24px;
  }
  .p-top-sec4__sec2 {
    margin-top: 60px;
  }
  .p-top-sec4__sec2__slider {
    margin-top: 5%;
    padding: 0 20px;
  }
  .p-top-sec4__sec2__item img {
    width: 100%;
  }
  .p-top-sec4__sec3 {
    margin-top: 60px;
    padding: 60px 0;
    background-image: url(assets/img/bg04-sp.jpg);
    background-position: top;
    background-size: cover;
  }
  .p-top-sec4__sec3__flex {
    margin-top: 8%;
    display: block;
    align-items: center;
  }
  .p-top-sec4__sec3__flex > p {
    width: 100%;
    margin-bottom: 16px;
  }
  .p-top-sec4__sec3__flex > div {
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 24px;
  }
  .p-top-sec4__sec3__flex > div > h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .p-top-sec4__sec3__flex > div > h3::before {
    height: 30%;
  }
  .p-top-sec4__sec3__flex > div > p {
    font-size: 16px;
  }
  .p-top-sec5 {
    padding-bottom: 60px;
    padding-top: 0;
  }
  .p-top-sec5 .wrap_inner {
    padding: 0;
  }
  .p-top-sec5__slider {
    max-width: 1120px;
    width: 100%;
    padding: 0 20px;
    margin: 8% auto 0;
  }
  .p-top-sec5__slider img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
  }
  .p-top-sec6 {
    padding: 60px 0;
  }
  .p-top-sec6__box {
    margin-top: 5%;
  }
  .p-top-sec6__box__item {
    padding: 16px 0 0;
  }
  .p-top-sec6__box__item div {
    background-position: left 20px;
    background-size: 36px;
    font-size: 16px;
    padding: 16px 0 16px 50px;
    margin-bottom: 0px;
  }
  .p-top-sec6__box__item p {
    background-position: left 20px;
    background-size: 36px;
    font-size: 16px;
    padding: 16px 0 16px 50px;
    margin-bottom: 16px;
  }
  .p-top-sec7 {
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #2AAC42;
  }
  .p-top-sec7__flex {
    margin-top: 5%;
    display: block;
    align-items: center;
  }
  .p-top-sec7__flex > p {
    width: 100%;
    margin-top: 16px;
  }
  .p-top-sec7__flex > p iframe {
    height: 200px;
  }
  .p-top-sec7__flex > div {
    width: 100%;
  }
  .p-top-sec7__flex > div > p {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */