.color_base_text_01 {
  color: rgba(17, 17, 17, 0.1);
}

.color_base_text_02 {
  color: rgba(17, 17, 17, 0.2);
}

.color_base_text_03 {
  color: rgba(17, 17, 17, 0.3);
}

.color_base_text_04 {
  color: rgba(17, 17, 17, 0.4);
}

.color_base_text_05 {
  color: rgba(17, 17, 17, 0.5);
}

.color_base_text_06 {
  color: rgba(17, 17, 17, 0.6);
}

.color_base_text_07 {
  color: rgba(17, 17, 17, 0.7);
}

.color_base_text_08 {
  color: rgba(17, 17, 17, 0.8);
}

.color_base_text_09 {
  color: rgba(17, 17, 17, 0.9);
}

.color_base_text {
  color: #111111;
}

.color_white_01 {
  color: rgba(255, 255, 255, 0.1);
}

.color_white_02 {
  color: rgba(255, 255, 255, 0.2);
}

.color_white_03 {
  color: rgba(255, 255, 255, 0.3);
}

.color_white_04 {
  color: rgba(255, 255, 255, 0.4);
}

.color_white_05 {
  color: rgba(255, 255, 255, 0.5);
}

.color_white_06 {
  color: rgba(255, 255, 255, 0.6);
}

.color_white_07 {
  color: rgba(255, 255, 255, 0.7);
}

.color_white_08 {
  color: rgba(255, 255, 255, 0.8);
}

.color_white_09 {
  color: rgba(255, 255, 255, 0.9);
}

.color_white {
  color: white;
}

.color_black_01 {
  color: rgba(0, 0, 0, 0.1);
}

.color_black_02 {
  color: rgba(0, 0, 0, 0.2);
}

.color_black_03 {
  color: rgba(0, 0, 0, 0.3);
}

.color_black_04 {
  color: rgba(0, 0, 0, 0.4);
}

.color_black_05 {
  color: rgba(0, 0, 0, 0.5);
}

.color_black_06 {
  color: rgba(0, 0, 0, 0.6);
}

.color_black_07 {
  color: rgba(0, 0, 0, 0.7);
}

.color_black_08 {
  color: rgba(0, 0, 0, 0.8);
}

.color_black_09 {
  color: rgba(0, 0, 0, 0.9);
}

.color_black {
  color: black;
}

.sectionMV {
  padding-top: 78px;
  background-color: rgb(81, 129, 46);
  padding-bottom: 2em;
  background-image: url(../images/top/bg_treeFooterLine_white_sp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media only screen and (min-width: 640px) {
  .sectionMV {
    background-image: url(../images/top/bg_treeFooterLine_white_pc.svg);
    background-size: contain;
  }
}
@media only screen and (min-width: 1000px) {
  .sectionMV {
    padding-top: 0;
  }
}
.sectionMV__innerBlock {
  position: relative;
}
.sectionMV__innerBlock::before {
  content: "";
  display: block;
  position: absolute;
  top: -46px;
  left: 0;
  background-image: url(../images/top/bg_airplane_white01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 214px;
  height: 131px;
}
@media only screen and (min-width: 769px) {
  .sectionMV__innerBlock::before {
    width: 375px;
    height: 231px;
  }
}
.sectionMV .sectionMV__contentBlock01 {
  margin: auto;
  width: 100%;
  max-width: 850px;
  position: relative;
}
.sectionMV .sectionMV__contentBlock01 .sectionMV__contentBlock01__img01 {
  margin-top: 1em;
}
@media only screen and (min-width: 640px) {
  .sectionMV .sectionMV__contentBlock01 .sectionMV__contentBlock01__img01 {
    margin-top: 2em;
  }
}
.sectionMV .sectionMV__contentBlock01 .sectionMV__contentBlock01__img02 {
  margin: auto;
  margin-top: 0.5em;
  width: 90%;
}
.sectionMV .sectionMV__contentBlock01 .sectionMV__contentBlock01__img03 {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
}
@media only screen and (min-width: 640px) {
  .sectionMV .sectionMV__contentBlock01 .sectionMV__contentBlock01__img03 {
    top: 290px;
    width: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .sectionMV .sectionMV__contentBlock01 .sectionMV__contentBlock01__img03 {
    top: 290px;
    right: -10px;
    width: 144px;
  }
}

.sectionIntro .sectionIntro__read {
  text-align: left;
}
@media only screen and (min-width: 769px) {
  .sectionIntro .sectionIntro__read {
    text-align: center;
  }
}

.sectionPoints .sectionPoints__title {
  font-size: clamp(1.563rem, 1.307rem + 1.047vw, 2.313rem);
}

.sectionPoint__listBlock {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
  max-width: 985px;
}
@media only screen and (min-width: 640px) {
  .sectionPoint__listBlock {
    gap: 1em;
    grid-template-columns: 1fr 1fr;
  }
}
.sectionPoint__listBlock .sectionPoint__listBlock__item a img {
  opacity: 1;
}
.sectionPoint__listBlock .sectionPoint__listBlock__item a:hover img {
  opacity: 0.8;
  transition: 0.5s;
}

.sectionReasons .sectionReasons__koutou__title {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: clamp(1.125rem, 0.923rem + 0.861vw, 1.75rem);
  color: rgb(81, 129, 46);
  border-top: 2px solid rgb(81, 129, 46);
  background-color: rgba(238, 238, 238, 0.5);
}

.sectionReasons .sectionReasons__zouka {
  background-image: url(../images/top/reasons_bg01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left 0px bottom 18px;
}
.sectionReasons .sectionReasons__zouka .sectionReasons__zouka__imgBlock {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 502px;
  margin: 0 auto;
}
.sectionReasons .sectionReasons__zouka__nextBlock {
  position: relative;
}

.sectionReasons__zouka02 {
  margin-top: -1em;
  background: rgb(81, 129, 46);
  border-radius: 10px;
  padding: 1em;
  padding-top: 2em;
}
@media only screen and (min-width: 1000px) {
  .sectionReasons__zouka02 {
    padding: 2em 3em 2em 3em;
  }
}
.sectionReasons__zouka02__inner {
  margin-top: 1em;
  background: rgb(44, 77, 39);
  border-radius: 6px;
  padding: 0.9em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0em;
}
@media only screen and (min-width: 1000px) {
  .sectionReasons__zouka02__inner {
    margin-top: 2em;
    padding: 2em;
  }
}
@media only screen and (min-width: 640px) {
  .sectionReasons__zouka02__inner {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 0.5em;
  }
}
.sectionReasons__zouka02__inner__item01 {
  text-align: left;
}
.sectionReasons__zouka02__inner__item01 img {
  width: 84%;
}
@media only screen and (min-width: 640px) {
  .sectionReasons__zouka02__inner__item01 img {
    width: 100%;
  }
}

.sectionReasons__kaitou01__block01 {
  border-radius: 10px;
}
.sectionReasons__kaitou01__block02 {
  padding-bottom: 150px;
  background-image: url(../images/top/reasons_img05_sp.webp);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 640px) {
  .sectionReasons__kaitou01__block02 {
    padding-bottom: 230px;
    background-size: 70%;
  }
}
@media only screen and (min-width: 769px) {
  .sectionReasons__kaitou01__block02 {
    padding-bottom: 90px;
    background-image: url(../images/top/reasons_img05_pc.webp);
    background-size: contain;
  }
}

.sectionReasons__mirainoki__logoBlock {
  margin: auto;
  margin-top: 2em;
  width: 90%;
  max-width: 450px;
}
.sectionReasons__mirainoki__tableBlock {
  margin: auto;
  padding: 1em;
  background: rgb(240, 243, 228);
  border-radius: 10px;
  max-width: 914px;
}
@media only screen and (min-width: 640px) {
  .sectionReasons__mirainoki__tableBlock {
    padding: 1em 2em 2em 2em;
  }
}
@media only screen and (min-width: 1000px) {
  .sectionReasons__mirainoki__tableBlock {
    padding: 2em 2em 2em 2em;
  }
}
.sectionReasons__mirainoki__tableBlock figure {
  margin: auto;
  max-width: 670px;
}

.sectionRisk {
  padding-top: 1em;
  padding-bottom: 1em;
  background: rgb(81, 129, 46);
}
@media only screen and (min-width: 1000px) {
  .sectionRisk {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
.sectionRisk .sectionRisk__innerBlock {
  border-radius: 10px;
  border-top: 8px solid rgb(44, 77, 39);
  background: rgb(240, 243, 228);
}
@media only screen and (min-width: 1000px) {
  .sectionRisk .sectionRisk__innerBlock {
    padding-bottom: 2em;
    background-image: url(../images/top/sectionRisk_bg01.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}
.sectionRisk .sectionRisk__introBlock {
  margin: auto;
  padding-bottom: 1em;
  background-image: url(../images/top/sectionRisk_bg01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.sectionRisk .sectionRisk__introBlock__logo {
  margin: auto;
  width: 80%;
  max-width: 304px;
}
.sectionRisk .sectionRisk__introBlock__midashi {
  border-radius: 6px;
}
@media only screen and (min-width: 640px) {
  .sectionRisk .sectionRisk__introBlock {
    background-size: cover;
  }
}
@media only screen and (min-width: 1000px) {
  .sectionRisk .sectionRisk__introBlock {
    max-width: 730px;
    background-image: none;
  }
}
.sectionRisk .sectionRisk__pictureBlock {
  margin: auto;
  padding: 0em 0.5em 0.5em 0.5em;
  margin-top: -10px;
}
@media only screen and (min-width: 1000px) {
  .sectionRisk .sectionRisk__pictureBlock {
    margin-top: 1em;
    max-width: 730px;
  }
}

.sectionQandALink {
  background-image: url(../images/top/bg_billFooter.webp);
  background-size: 200%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media only screen and (min-width: 640px) {
  .sectionQandALink {
    background-size: contain;
  }
}
.sectionQandALink__btnBlock {
  margin: auto;
  max-width: 620px;
}

.sectionCase .sectionInnerBlock {
  max-width: 850px;
}
.sectionCase__caseBlock {
  position: relative;
  border: 4px solid rgb(81, 129, 46);
  padding: 1em;
  background: rgb(255, 255, 255);
  z-index: 1;
}
@media only screen and (min-width: 640px) {
  .sectionCase__caseBlock {
    border: 6px solid rgb(81, 129, 46);
  }
}
.sectionCase__caseBlock__title {
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgb(142, 166, 65);
}
.sectionCase__caseBlock__img {
  margin: auto;
  margin-top: 1em;
  width: 60%;
}
@media only screen and (min-width: 640px) {
  .sectionCase__caseBlock__img {
    width: clamp(248px, 85%, 712px);
  }
}
.sectionCase__caseBlock__answer {
  margin-top: 1em;
  padding: 0.3em;
  font-size: clamp(1.188rem, 1.017rem + 0.698vw, 1.688rem);
  background: rgb(232, 113, 36);
  color: rgb(255, 255, 255);
}
.sectionCase__caseBlock__scroll .js-scrollable .scrollImg {
  width: 500px;
}
@media only screen and (min-width: 640px) {
  .sectionCase__caseBlock__scroll .js-scrollable .scrollImg {
    width: 100%;
  }
}

.sectionSafety .sectionSafety__innerTitleBlock {
  border-top: 2px solid rgba(81, 129, 46, 0.5);
}
.sectionSafety .sectionSafety__block01__innerBlock01 {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0em;
  max-width: 930px;
}
@media only screen and (min-width: 640px) {
  .sectionSafety .sectionSafety__block01__innerBlock01 {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 3em;
  }
}
.sectionSafety .sectionSafety__block02__innerBlock01 {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0em;
  max-width: 930px;
}
@media only screen and (min-width: 640px) {
  .sectionSafety .sectionSafety__block02__innerBlock01 {
    grid-template-columns: 1.4fr 0.6fr;
    gap: 3em;
  }
}
.sectionSafety .sectionSafety__scrollBlock .sectionSafety__scrollBlock__title {
  margin: auto;
  max-width: 620px;
  padding-bottom: 0.8em;
  border-bottom: 1px solid rgb(81, 129, 46);
}
.sectionSafety .sectionSafety__scrollBlock .js-scrollable .scrollImg {
  width: 500px;
}
@media only screen and (min-width: 640px) {
  .sectionSafety .sectionSafety__scrollBlock .js-scrollable .scrollImg {
    width: 100%;
  }
}
.sectionSafety .sectionSafety__infoBlock .sectionSafety__infoBlock__itemBlock {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0em;
  align-items: center;
}
@media only screen and (min-width: 640px) {
  .sectionSafety .sectionSafety__infoBlock .sectionSafety__infoBlock__itemBlock {
    grid-template-columns: 0.6fr 1.4fr;
    gap: 1em;
  }
}
@media only screen and (min-width: 1000px) {
  .sectionSafety .sectionSafety__infoBlock .sectionSafety__infoBlock__itemBlock {
    grid-template-columns: 250px 1fr;
  }
}

.sectionClearthlife .sectionClearthlife__innerBlock01 {
  margin: auto;
  max-width: 958px;
}
.sectionClearthlife .sectionClearthlife__innerBlock01 .sectionClearthlife__innerBlock01__fukidashiBlock {
  position: relative;
  display: block;
  padding: 1em;
  margin-bottom: 1em;
  max-width: 100%;
  border-radius: 10px;
  border: 1px solid rgb(81, 129, 46);
  box-sizing: border-box;
}
.sectionClearthlife .sectionClearthlife__innerBlock01 .sectionClearthlife__innerBlock01__fukidashiBlock:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 13px 10px 0 10px;
  border-color: rgb(81, 129, 46) transparent transparent;
  translate: -50% 100%;
}
.sectionClearthlife .sectionClearthlife__innerBlock01 .sectionClearthlife__innerBlock01__fukidashiBlock:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 11.4px 8.7px 0 8.7px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
.sectionClearthlife .sectionClearthlife__innerBlock01 .sectionClearthlife__innerBlock01__fukidashiBlockp {
  margin: 0;
  padding: 0;
}
.sectionClearthlife .sectionClearthlife__innerBlock01 .sectionClearthlife__innerBlock01__listTitle {
  display: inline-block;
}
.sectionClearthlife .sectionClearthlife__innerBlock02__jouken {
  border: 6px solid rgb(142, 166, 65);
}
.sectionClearthlife .sectionClearthlife__innerBlock02__jouken .sectionClearthlife__innerBlock02__jouken__title {
  border-bottom: 2px solid rgba(81, 129, 46, 0.5);
}
.sectionClearthlife .sectionClearthlife__innerBlock03__photoList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0em;
}
@media only screen and (min-width: 640px) {
  .sectionClearthlife .sectionClearthlife__innerBlock03__photoList {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.5em;
  }
}

.sectionSikumi .sectionInnerBlock {
  position: relative;
  z-index: 1;
}
.sectionSikumi .sectionSikumi__innerBlock01 .sectionSikumi__innerBlock01__title {
  border-bottom: 2px solid rgba(81, 129, 46, 0.5);
}

.sectionSQandA .sectionSQandA__QBlock,
.sectionSQandA .sectionSQandA__ABlock {
  display: grid;
  grid-template-columns: 1.5em 1fr;
  gap: 0em;
}
@media only screen and (min-width: 640px) {
  .sectionSQandA .sectionSQandA__QBlock,
  .sectionSQandA .sectionSQandA__ABlock {
    grid-template-columns: 2em 1fr;
  }
}

.sectionAboutUs .sectionAboutUs__infoList .sectionAboutUs__infoList__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0em;
  border-bottom: 1px solid rgb(81, 129, 46);
}
@media only screen and (min-width: 640px) {
  .sectionAboutUs .sectionAboutUs__infoList .sectionAboutUs__infoList__item {
    grid-template-columns: 13em 1fr;
  }
}
.sectionAboutUs .sectionAboutUs__btnBlock {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0em;
}
@media only screen and (min-width: 640px) {
  .sectionAboutUs .sectionAboutUs__btnBlock {
    grid-template-columns: 1fr 1fr;
    gap: 1em;
  }
}

.sectionFooter {
  padding-top: 2em;
  background: rgb(81, 129, 46);
  padding-bottom: 4em;
  background-image: url(../images/top/bg_treeFooterLine_white_sp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media only screen and (min-width: 640px) {
  .sectionFooter {
    background-image: url(../images/top/bg_treeFooterLine_white_pc.svg);
    background-size: contain;
  }
}
.sectionFooter .sectionFooter__text01 {
  color: rgb(255, 255, 255);
}
.sectionFooter .sectionFooter__innerBlock01 {
  margin: auto;
  margin-top: 2em;
  padding: 1em;
  border-radius: 10px;
  box-shadow: 0 0 15px 3px rgba(28, 28, 28, 0.2) !important;
  border-top: 10px solid rgb(44, 77, 39);
  background: rgb(255, 255, 255);
  max-width: 882px;
}
@media only screen and (min-width: 769px) {
  .sectionFooter .sectionFooter__innerBlock01 {
    border-top: 16px solid rgb(44, 77, 39);
    padding: 2em;
  }
}
.sectionFooter .sectionFooter__innerBlock01 .sectionFooter__innerBlock01__logo01 {
  margin: auto;
  width: 70%;
  max-width: 312px;
}
.sectionFooter .sectionFooter__innerBlock01 .sectionFooter__innerBlock01__logo02 {
  margin: auto;
  margin-top: 1em;
  width: 80%;
  max-width: 404px;
}
@media only screen and (min-width: 640px) {
  .sectionFooter .sectionFooter__innerBlock01 .sectionFooter__innerBlock01__logo02 {
    margin-top: 2em;
  }
}
.sectionFooter .sectionFooter__innerBlock01 .sectionFooter__innerBlock01__text01 {
  margin-top: 1em;
  color: rgb(81, 129, 46);
}
.sectionFooter .sectionFooter__innerBlock01 .sectionFooter__innerBlock01__text02 {
  text-align: left;
  margin-top: 1em;
  color: rgb(81, 129, 46);
  font-size: 14px;
  font-size: 0.875rem;
}
.sectionFooter .sectionFooter__conBlock__btnBlock {
  margin-top: 1em;
}
@media only screen and (min-width: 1000px) {
  .sectionFooter .sectionFooter__conBlock__btnBlock {
    margin-top: 1.5em;
  }
}
.sectionFooter .sectionFooter__conBlock__btnBlock a {
  margin: auto;
  border-radius: 10px;
  border: 5px solid rgb(255, 255, 255);
  padding: 1em;
  display: block;
  background: rgb(232, 113, 36);
  font-size: clamp(1.125rem, 0.976rem + 0.611vw, 1.563rem);
  color: rgb(255, 255, 255);
  text-decoration: none;
  max-width: 760px;
  box-shadow: 0 0 15px 3px rgba(28, 28, 28, 0.2) !important;
}
@media only screen and (min-width: 1000px) {
  .sectionFooter .sectionFooter__conBlock__btnBlock a {
    border: 8px solid rgb(255, 255, 255);
  }
}
.sectionFooter .sectionFooter__conBlock__btnBlock a span {
  --icon-width: 36px;
  --icon-height: 23px;
  padding-left: calc(var(--icon-width) + 4px);
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .sectionFooter .sectionFooter__conBlock__btnBlock a span {
    padding-left: calc(var(--icon-width) + 10px);
  }
}
.sectionFooter .sectionFooter__conBlock__btnBlock a span::before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background-image: url(../images/top/icon_movie.svg);
  width: calc(var(--icon-width) - 5px);
  height: calc(var(--icon-height) - 5px);
}
@media only screen and (min-width: 640px) {
  .sectionFooter .sectionFooter__conBlock__btnBlock a span::before {
    width: var(--icon-width);
    height: var(--icon-height);
  }
}
.sectionFooter .sectionFooter__conBlock__btnBlock a:hover {
  background: rgb(81, 129, 46);
}

.sectionNotes {
  padding-bottom: 2em;
  text-align: left;
  color: #686868;
  font-size: 14px;
  font-size: 0.875rem;
}

.sectionHeader {
  position: fixed;
  z-index: 3;
  background: rgb(255, 255, 255);
  box-shadow: 0px 2px 7px 0px rgba(125, 128, 129, 0.3);
}
.sectionHeader .sectionHeader__innerBlock01 {
  padding: 1em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0em;
  justify-content: space-between;
}
@media only screen and (min-width: 640px) {
  .sectionHeader .sectionHeader__innerBlock01 {
    grid-template-columns: 1fr 1fr;
  }
}
.sectionHeader .sectionHeader__innerBlock01 .sectionHeader__innerBlock01__logoBlock .sectionHeader__innerBlock01__logoBlock__img {
  max-width: 110px;
}
@media only screen and (min-width: 640px) {
  .sectionHeader .sectionHeader__innerBlock01 .sectionHeader__innerBlock01__logoBlock .sectionHeader__innerBlock01__logoBlock__img {
    max-width: 158px;
  }
}
@media only screen and (min-width: 769px) {
  .sectionHeader .sectionHeader__innerBlock01 .sectionHeader__innerBlock01__logoBlock .sectionHeader__innerBlock01__logoBlock__img {
    max-width: 198px;
  }
}
.sectionHeader .sectionHeader__innerBlock01 .sectionHeader__innerBlock01__btnBlock {
  justify-self: end;
}
.sectionHeader .sectionHeader__innerBlock01 .sectionHeader__innerBlock01__btnBlock .sectionHeader__innerBlock01__btnBlock__btn {
  max-width: 200px;
}
@media only screen and (min-width: 640px) {
  .sectionHeader .sectionHeader__innerBlock01 .sectionHeader__innerBlock01__btnBlock .sectionHeader__innerBlock01__btnBlock__btn {
    max-width: 300px;
  }
}
.sectionHeader .sectionHeader__innerBlock01 .sectionHeader__innerBlock01__btnBlock .sectionHeader__innerBlock01__btnBlock__btn a {
  margin: auto;
  border-radius: 6px;
  padding: 1em 0.5em;
  display: block;
  background: rgb(232, 113, 36);
  font-size: 14px;
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
  text-decoration: none;
  max-width: 760px;
}
@media only screen and (min-width: 640px) {
  .sectionHeader .sectionHeader__innerBlock01 .sectionHeader__innerBlock01__btnBlock .sectionHeader__innerBlock01__btnBlock__btn a {
    padding: 1em;
  }
}
@media only screen and (min-width: 769px) {
  .sectionHeader .sectionHeader__innerBlock01 .sectionHeader__innerBlock01__btnBlock .sectionHeader__innerBlock01__btnBlock__btn a {
    padding: 1.5em;
  }
}
.sectionHeader .sectionHeader__innerBlock01 .sectionHeader__innerBlock01__btnBlock .sectionHeader__innerBlock01__btnBlock__btn a span {
  --icon-width: 36px;
  --icon-height: 23px;
  padding-left: calc(var(--icon-width) + 4px);
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .sectionHeader .sectionHeader__innerBlock01 .sectionHeader__innerBlock01__btnBlock .sectionHeader__innerBlock01__btnBlock__btn a span {
    padding-left: calc(var(--icon-width) + 10px);
  }
}
.sectionHeader .sectionHeader__innerBlock01 .sectionHeader__innerBlock01__btnBlock .sectionHeader__innerBlock01__btnBlock__btn a span::before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background-image: url(../images/top/icon_movie.svg);
  width: calc(var(--icon-width) - 5px);
  height: calc(var(--icon-height) - 5px);
}
@media only screen and (min-width: 640px) {
  .sectionHeader .sectionHeader__innerBlock01 .sectionHeader__innerBlock01__btnBlock .sectionHeader__innerBlock01__btnBlock__btn a span::before {
    width: var(--icon-width);
    height: var(--icon-height);
  }
}
.sectionHeader .sectionHeader__innerBlock01 .sectionHeader__innerBlock01__btnBlock .sectionHeader__innerBlock01__btnBlock__btn a:hover {
  background: rgb(81, 129, 46);
}/*# sourceMappingURL=top.css.map */