/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/styles/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: Yu Gothic;
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: Yu Gothic;
  src: local("Yu Gothic Bold");
  font-weight: 600;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/YakuHanJP-DemiLight.woff2") format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/YakuHanJP-Medium.woff2") format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
html {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: inherit;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  line-height: 1;
  font-family: YakuHanJP, YuGothic, "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #1e1e1f;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #1e1e1f;
  text-decoration: none;
}

input,
textarea,
select {
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  box-sizing: border-box;
  font: inherit;
}

button {
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  border-radius: 0;
  font: inherit;
  -webkit-appearance: none;
          appearance: none;
}

svg {
  pointer-events: none;
  vertical-align: top;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

mark {
  color: inherit;
}

small {
  font-size: 100%;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .fixed {
    position: relative;
  }
}

.fixed__inner {
  position: relative;
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .fixed__inner {
    display: block;
  }
}

.fixed__logo {
  width: 450px;
  margin-left: auto;
  padding: 40px 40px 30px 32px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .fixed__logo {
    width: 275px;
    padding: 16px 0;
    margin: 0 auto;
  }
}
.fixed__logo svg {
  width: 100%;
}

.fixed__apply {
  position: absolute;
  top: 20px;
  left: 20px;
  pointer-events: auto;
  display: none;
}
@media screen and (max-width: 767px) {
  .fixed__apply {
    top: 388px;
    left: auto;
    right: -10px;
    transform: rotate(24deg);
  }
}
@media screen and (max-width: 767px) {
  .fixed__apply svg {
    width: 116px;
    height: 116px;
  }
}

.first {
  position: relative;
  max-width: 1600px;
  margin: 40px auto 0;
  padding: 0 40px;
  box-sizing: border-box;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .first {
    margin-top: 0;
    padding: 0 20px;
  }
}
.first::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 136px;
  top: -40px;
  right: 0;
  background: #fff;
  border-radius: 0 0 0 40px;
}
@media screen and (max-width: 767px) {
  .first::before {
    content: normal;
  }
}

.first__catch {
  position: absolute;
  left: 92px;
  bottom: max(19.9rem, 199px);
}
@media screen and (max-width: 767px) {
  .first__catch {
    bottom: max(15.5rem, 155px);
    left: 40px;
  }
}

.first__catch-text {
  font-size: max(5.2rem, 52px);
  line-height: 1.3;
  letter-spacing: max(1.7rem, 17px);
  font-weight: 600;
  -webkit-text-stroke: 1px #000;
}
@media screen and (max-width: 767px) {
  .first__catch-text {
    font-size: max(3.7rem, 3.7px);
    letter-spacing: max(1.7rem, 17px);
    -webkit-text-stroke: initial;
  }
}

.first__deco-01 {
  position: absolute;
  top: min(-8rem, -80px);
  left: -72px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .first__deco-01 {
    top: min(-7.9rem, -79px);
    left: -27px;
    width: 130.5555555556%;
  }
}
.first__deco-01 img {
  width: max(45.7rem, 457px);
}
@media screen and (max-width: 767px) {
  .first__deco-01 img {
    width: 100%;
  }
}

.first__deco-02 {
  position: absolute;
  bottom: min(-6.6rem, -66px);
  left: max(30rem, 300px);
  width: max(18rem, 180px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .first__deco-02 {
    bottom: min(-5.8rem, -58px);
    left: max(15rem, 150px);
    width: 120px;
    height: auto;
  }
}

.first__schedule {
  position: absolute;
  left: 92px;
  bottom: max(4rem, 40px);
  font-size: max(1.4rem, 14px);
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .first__schedule {
    max-width: calc(100vw - 80px);
    left: 40px;
    bottom: max(2rem, 20px);
    font-size: max(1.2rem, 12px);
  }
  .first__schedule small {
    font-size: max(1.1rem, 11px);
    line-height: 1.5;
  }
}
.first__schedule::before {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  margin-bottom: max(3.2rem, 32px);
}
@media screen and (max-width: 767px) {
  .first__schedule::before {
    margin-bottom: max(2.4rem, 24px);
  }
}

.first__date {
  display: flex;
  align-items: center;
  margin: 16px 0 16px;
  font-size: max(1.6rem, 16px);
}
@media screen and (max-width: 767px) {
  .first__date {
    font-size: max(1.2rem, 12px);
    margin: 12px 0 12px;
  }
  .first__date svg {
    width: max(1.6rem, 16px);
    height: auto;
  }
}
.first__date span {
  margin: 0 2px 0 4px;
  font-size: max(2.8rem, 28px);
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .first__date span {
    font-size: max(1.8rem, 18px);
    margin: 0 0 0 2px;
  }
}
.first__date div {
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .first__date div {
    margin-left: 6px;
  }
}

.first__image {
  border-radius: 40px;
  height: max(72rem, 720px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .first__image {
    height: 500px;
    border-radius: 18px;
  }
}
.first__image img, .first__image video {
  height: 100%;
  width: 100%;
  max-width: none;
  object-fit: cover;
}

.partners {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 60px;
  justify-content: center;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .partners {
    gap: 2rem 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media screen and (max-width: 575px) {
  .partners {
    align-items: initial;
  }
}
.partners.--mv {
  padding-inline: 40px;
  margin-top: 57px;
}
@media screen and (max-width: 900px) {
  .partners.--mv {
    padding-inline: 20px;
    margin-top: 31px;
  }
}
.partners__group {
  position: relative;
  display: flex;
  align-items: center;
}
.partners__group.-line::before {
  position: absolute;
  left: 0;
  top: calc(50% - 2rem);
  left: -30px;
  width: 1px;
  height: 4rem;
  background-color: #dad9d9;
}
.partners__group.-two::before {
  content: "";
}
@media screen and (max-width: 768px) {
  .partners__group.-two::before {
    content: initial;
  }
}
.partners__group.-three::before {
  content: "";
}
@media screen and (max-width: 1183px) {
  .partners__group.-three::before {
    content: initial;
  }
}
.partners__group.-four::before {
  content: "";
}
@media screen and (max-width: 1539px) {
  .partners__group.-four::before {
    content: initial;
  }
}
@media screen and (max-width: 1183px) {
  .partners__group.-four::before {
    content: "";
  }
}
@media screen and (max-width: 768px) {
  .partners__group.-four::before {
    content: initial;
  }
}

.partners__title, .partners__title--foot {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  margin-right: 20px;
  border-radius: 8px;
  font-size: 1.4rem;
  line-height: 1.5;
  background: #f0f0f0;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .partners__title, .partners__title--foot {
    width: 6.1rem;
    margin-right: 20px;
    padding: 4px 8px;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 1.1rem;
    text-align: center;
  }
}
.partners--foot .partners__title, .partners--foot .partners__title--foot {
  background: #fff;
}

.partners__title--foot {
  background-color: #fff;
}

.partners__logo-wrapper {
  display: flex;
  gap: 20px 0;
}
@media screen and (max-width: 768px) {
  .partners__logo-wrapper {
    flex-direction: column;
  }
}

.partners__logo-block01 {
  display: flex;
}

.partners__logo:not(:first-of-type) {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .partners__logo:not(:first-of-type) {
    margin-left: 8px;
  }
}
.partners__logo-block02 .partners__logo {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .partners__logo-block02 .partners__logo {
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .partners__coleman {
    width: 70px;
    height: auto;
  }

  .partners__pocarisweat {
    width: 50px;
    height: auto;
  }

  .partners__jackery {
    width: 80px;
    height: auto;
  }

  .partners__nichiban {
    width: 100px;
    height: auto;
  }

  .partners__kidsnet {
    width: 80px;
    height: auto;
  }

  .partners__fctv {
    width: 80px;
    height: auto;
  }

  .partners__sctv {
    width: 80px;
    height: auto;
  }

  .partners__s-and-b {
    width: 63px;
    height: auto;
  }

  .partners__koshinomiyako {
    width: 100px;
    height: auto;
  }

  .partners__ycv {
    width: 100px;
    height: auto;
  }
}
.logo {
  margin-top: 200px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .logo {
    margin-top: 120px;
    text-align: center;
  }
  .logo img {
    width: 295px;
    height: auto;
  }
}

.about {
  margin-top: 80px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .about {
    margin-top: 50px;
  }
}

.about-top {
  position: relative;
  margin-top: 124px;
  background-color: #edf8ec;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .about-top {
    margin-top: 81px;
  }
}
.about-top::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url(../img/wave-01.png);
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .about-top::before {
    top: -50px;
    height: 50px;
    background-size: auto 100%;
  }
}
.about-top::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -100px;
  background-image: url(../img/wave-01.png);
  background-repeat: repeat-x;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .about-top::after {
    bottom: -50px;
    height: 50px;
    background-size: auto 100%;
  }
}

.about-top__text {
  max-width: 620px;
  margin: 0 auto;
  padding: 0 80px;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" on;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .about-top__text {
    padding: 15px 40px 0;
    font-size: 1.4rem;
  }
}
.about-top__text p:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .about-top__text p:not(:first-child) {
    margin-top: 30px;
  }
}

.about-top__image {
  max-width: 1440px;
  margin: 120px auto 0;
  padding: 0 40px;
}
@media screen and (max-width: 991px) {
  .about-top__image {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .about-top__image {
    margin-top: 50px;
  }
  .about-top__image img {
    width: 100%;
  }
}

.movies {
  padding-top: 39px;
  margin-top: 203px;
  background-image: url("../img/deco-movies.png");
  background-size: 1600px 212px;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .movies {
    padding-top: 80px;
    margin-top: 50px;
    background-image: url("../img/deco-movies-sp.png");
    background-size: 375px 171px;
    background-position: center 41px;
  }
}

.movies__list {
  max-width: 1280px;
  margin: 120px auto 0;
  padding: 0 80px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .movies__list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .movies__list {
    margin-top: 96px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 991px) {
  .movies__listItem:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .movies__listItem:not(:first-child) {
    margin-top: 24px;
  }
}

.movies__button {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 0 4px #f0f0f0;
}
.movies__button img {
  width: 100%;
  aspect-ratio: 400/225;
}
.movies__button svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.movies__button svg .ytp-large-play-button-bg {
  transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  fill: #212121;
  fill-opacity: 0.8;
}
@media (hover: hover) {
  .movies__button:hover svg .ytp-large-play-button-bg {
    transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
    fill: #f00;
    fill-opacity: 1;
  }
}

.movies__iframe {
  display: none;
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 0 4px #f0f0f0;
  padding-top: 56.25%;
}
@media screen and (max-width: 991px) {
  .movies__iframe {
    box-shadow: 0 0 0 3px #f0f0f0;
  }
  .movies__iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

.greenFilming {
  max-width: 1060px;
  margin: 100px auto 0;
  padding: 0 80px;
}
@media screen and (max-width: 767px) {
  .greenFilming {
    margin-top: 40px;
    padding: 0 17px;
  }
}

.greenFilming__inner {
  display: flex;
  border: 3px solid #f0f0f0;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .greenFilming__inner {
    display: block;
  }
}

.greenFilming__logo {
  flex: 0 0 37.666%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 38px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .greenFilming__logo {
    padding: 34px;
  }
  .greenFilming__logo img {
    width: 160px;
  }
}

.greenFilming__content {
  padding: 45px 40px;
  font-size: 1.6rem;
  line-height: 2.2;
  background-color: #f0f0f0;
}
@media screen and (max-width: 767px) {
  .greenFilming__content {
    padding: 16px 24px 24px;
  }
}
.greenFilming__content p {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .greenFilming__content p {
    margin-bottom: 8px;
  }
}

.greenFilming__link {
  font-size: 1.4rem;
  line-height: 2.2;
  font-weight: bold;
  color: #0ba047;
  padding: 9px 0 10px;
  border-bottom: 2px dashed #0ba047;
}
@media (hover: hover) {
  .greenFilming__link:hover {
    border-bottom: 2px solid currentcolor;
  }
}
.greenFilming__link img {
  margin-left: 6px;
  vertical-align: 0;
}

.album {
  margin-top: 180px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .album {
    margin-top: 80px;
  }
}
.album .sectionHeading::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 92px;
  bottom: -64px;
  left: 0;
  background-image: url("../img/deco-album.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  border-radius: 2px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .album .sectionHeading::before {
    height: 46px;
    bottom: -56px;
    background-image: url("../img/deco-album-sp.png");
  }
}

.album__linkWrapper {
  margin-top: 120px;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .album__linkWrapper {
    margin-top: 96px;
  }
}

.album__link {
  margin-inline: auto;
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #0ba047;
  padding: 9px 0 10px;
  border-bottom: 2px dashed #0ba047;
}
@media (hover: hover) {
  .album__link:hover {
    border-bottom: 2px solid currentcolor;
  }
}
.album__link img {
  margin-left: 6px;
  vertical-align: 0;
}

.day {
  max-width: 1280px;
  margin: 120px auto 0;
  padding: 0 80px;
}
@media screen and (max-width: 767px) {
  .day {
    margin-top: 40px;
    padding: 0 20px;
  }
}
.day + .day {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .day + .day {
    margin-top: 40px;
  }
}

.day__heading {
  display: flex;
  font-size: 2.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .day__heading {
    font-size: 2rem;
  }
}

.day__heading-ja {
  flex: 0 0 50%;
  box-sizing: border-box;
  position: relative;
  padding-right: 25px;
  color: #0ba047;
  font-weight: bold;
  text-align: right;
}
.day__heading-ja::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1.6rem;
  width: 1px;
  height: 3.2rem;
  background-color: #d9d9d9;
}

.day__heading-en {
  flex: 0 0 50%;
  padding-left: 24px;
  box-sizing: border-box;
  color: #57595f;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.day__carousel {
  position: relative;
  margin-top: 24px;
  margin-left: -40px;
}
@media screen and (max-width: 767px) {
  .day__carousel {
    width: 93.5483870968%;
    margin-top: 16px;
    margin-left: -24px;
  }
}
.day__carousel .swiper-wrapper {
  display: flex;
}
.day__carousel .swiper-slide {
  flex: 0 0 25%;
  padding-left: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .day__carousel .swiper-slide {
    flex: 0 0 33.333%;
  }
}
@media screen and (max-width: 767px) {
  .day__carousel .swiper-slide {
    flex: 0 0 50%;
    padding-left: 24px;
  }
}
@media screen and (max-width: 575px) {
  .day__carousel .swiper-slide {
    flex: 0 0 100%;
  }
}
.day__carousel .swiper-button-next,
.day__carousel .swiper-button-prev {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  width: 56px;
  height: 56px;
  margin-top: calc((25% - 40px) / 2 - 28px);
  border-radius: 51%;
  background: #0ba047;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: opacity 0.2s, visibility 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .day__carousel .swiper-button-next,
.day__carousel .swiper-button-prev {
    margin-top: calc((33.333% - 40px) / 2 - 28px);
  }
}
@media screen and (max-width: 767px) {
  .day__carousel .swiper-button-next,
.day__carousel .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: calc((50% - 24px) / 2 - 20px);
  }
}
@media screen and (max-width: 575px) {
  .day__carousel .swiper-button-next,
.day__carousel .swiper-button-prev {
    margin-top: calc((100% - 24px) / 2 - 20px);
  }
}
.day__carousel .swiper-button-next.swiper-button-disabled,
.day__carousel .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.day__carousel .swiper-button-next {
  right: -28px;
}
@media screen and (max-width: 767px) {
  .day__carousel .swiper-button-next {
    right: -20px;
  }
}
.day__carousel .swiper-button-prev {
  left: 12px;
}
@media screen and (max-width: 767px) {
  .day__carousel .swiper-button-prev {
    left: 4px;
    margin-top: calc((50% - 24px) / 2 - 20px);
  }
}
.day__carousel .swiper-button-prev img {
  transform: rotate(180deg);
}

.day__carouselImage {
  border-radius: 19px;
  overflow: hidden;
}
.day__carouselImage img {
  width: 100%;
}

.day__carouselText {
  margin-top: 24px;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .day__carouselText {
    font-size: 1.6rem;
  }
}

.reports {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .reports {
    margin-top: 80px;
  }
}

.reports__inner {
  position: relative;
  margin-top: 120px;
  padding-bottom: 20px;
  background-color: #edf8ec;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .reports__inner {
    margin-top: 96px;
    padding-bottom: 30px;
  }
}
.reports__inner::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url(../img/wave-01.png);
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .reports__inner::before {
    top: -50px;
    height: 50px;
    background-size: auto 100%;
  }
}
.reports__inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -100px;
  background-image: url(../img/wave-01.png);
  background-repeat: repeat-x;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .reports__inner::after {
    bottom: -50px;
    height: 50px;
    background-size: auto 100%;
  }
}

.reports__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
}
@media screen and (max-width: 767px) {
  .reports__container {
    padding: 0 20px;
  }
}

.reports__summary {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reports__summary {
    font-size: 1.4rem;
  }
}
.reports__summary span {
  display: inline-block;
}

.reports__list {
  margin-top: 40px;
  margin-left: -40px;
}
@media screen and (max-width: 767px) {
  .reports__list {
    width: 65.1465798046%;
    margin-top: 32px;
    margin-left: -24px;
  }
}
.reports__list .swiper-wrapper {
  display: flex;
}
.reports__list .swiper-slide {
  flex: 0 0 25%;
  padding-left: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .reports__list .swiper-slide {
    flex: 0 0 33.333%;
  }
}
@media screen and (max-width: 767px) {
  .reports__list .swiper-slide {
    flex: 0 0 100%;
    padding-left: 24px;
  }
}
@media screen and (max-width: 575px) {
  .reports__list .swiper-slide {
    flex: 0 0 100%;
  }
}

.reports__link {
  position: relative;
  display: block;
  border: 2px solid currentcolor;
  border-radius: 51%;
  background-size: cover;
}
.reports__link::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.reports__link.-first {
  color: #d81389;
  background-image: url("../img/report-01.png");
}
.reports__link.-second {
  color: #0e7ade;
  background-image: url("../img/report-02.png");
}
.reports__link.-third {
  color: #e2861a;
  background-image: url("../img/report-03.png");
}
.reports__link.-fourth {
  color: #21ad94;
  background-image: url("../img/report-04.png");
}

.report__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: calc(100% - 20px);
  max-width: 210px;
  padding: 6px 10px;
  font-size: 1.6rem;
  box-sizing: border-box;
  text-align: center;
  line-height: 2;
  font-weight: bold;
  border: 2px solid currentcolor;
  background-color: #fff;
  border-radius: 999px;
}
@media screen and (max-width: 767px) {
  .report__button {
    max-width: 300px;
    font-size: 1.4rem;
    padding: 4px 10px;
  }
}

.gears {
  margin-top: 220px;
}
@media screen and (max-width: 767px) {
  .gears {
    margin-top: 130px;
  }
}
.gears .sectionHeading::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 56px;
  bottom: -80px;
  left: 0;
  background-image: url("../img/deco-gears.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: transparent;
  border-radius: 2px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .gears .sectionHeading::after {
    bottom: -72px;
  }
}

.gears__list {
  max-width: 1280px;
  margin: 136px auto 0;
  padding: 0 80px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4rem 40px;
}
@media screen and (max-width: 991px) {
  .gears__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .gears__list {
    display: block;
    margin-top: 112px;
    padding: 0 20px;
  }
}
.gears__list a {
  display: block;
}

@media screen and (max-width: 767px) {
  .gears__listItem:not(:first-child) {
    margin-top: 40px;
  }
}

.gears__logo {
  border: 3px solid #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
}
.gears__logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .gears__logo img {
    width: 100%;
  }
}

.gears__link {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .gears__link {
    margin-top: 16px;
  }
}
.gears__link span {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 2.2;
  font-weight: bold;
  color: #0ba047;
  padding-bottom: 3px;
  border-bottom: 2px dashed #0ba047;
}
@media (hover: hover) {
  a:hover .gears__link span {
    border-bottom: 2px solid currentcolor;
  }
}
.gears__link img {
  margin-left: 6px;
}

.past__green-college {
  margin-top: 160px;
  padding: 120px 80px 0;
  text-align: center;
  color: #fff;
  background-image: url(../img/past.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: auto calc(13.4rem + 466px);
}
@media screen and (max-width: 767px) {
  .past__green-college {
    margin-top: 120px;
    padding: 56px 20px 0;
    background-size: auto calc(16rem + 215px);
  }
}
@media screen and (max-width: 575px) {
  .past__green-college {
    background-image: url(../img/past-sp.jpg);
  }
}

.past__heading {
  line-height: 2;
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .past__heading {
    font-size: 2rem;
    margin: 0 -23px;
  }
}

.past__text {
  margin-top: 16px;
  font-size: 1.7rem;
  line-height: 2.2;
  font-weight: bold;
}
@media screen and (min-width: 768px), print {
  .past__text br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .past__text {
    margin: 8px 23px 0;
    font-size: 1.4rem;
  }
}

.past__small {
  margin-top: 8px;
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px), print {
  .past__small br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .past__small {
    margin-top: 4px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .past__small {
    margin-top: 4px;
    font-size: 1.3rem;
  }
}

.past__body {
  position: relative;
  margin-top: 8rem;
  margin-inline: auto;
  width: 83.3333333333%;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .past__body {
    margin-top: 5.3rem;
    width: 100%;
  }
}

.past__list {
  display: flex;
}

.past__listItem {
  flex-shrink: 0;
  width: 100%;
  padding-inline: 20px;
  box-sizing: border-box;
}

.past__video-inner {
  position: relative;
}
.past__video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.past__events {
  max-width: 1280px;
  margin-top: 120px;
  margin-inline: auto;
  padding-inline: 80px;
}
@media screen and (max-width: 767px) {
  .past__events {
    margin-top: 84px;
    padding-inline: 20px;
  }
}

.past__heading-h3 {
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 28px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .past__heading-h3 {
    font-size: 18px;
  }
}

.past__events-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
}
@media screen and (max-width: 767px) {
  .past__events-list {
    margin-top: 20px;
    display: block;
  }
}

.past__events-block {
  flex-basis: calc(50% - 20px);
}

.past__events-item {
  display: grid;
  padding-block: 20px;
  align-items: center;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 40px;
  border-radius: 8px;
}
.past__events-item:nth-child(odd) {
  background-color: #EDF8EC;
}

.past__year {
  grid-column: 1/3;
  grid-row: 1/-1;
  padding-left: 40px;
  font-feature-settings: "palt" on;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .past__year {
    grid-column: 1/3;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.6428571429;
  }
}

.past__title {
  grid-column: 3/-1;
  grid-row: 1/-1;
  padding-right: 40px;
  font-feature-settings: "palt" on;
  font-family: YuGothic;
  font-size: 17px;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 991px) {
  .past__title {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .past__title {
    grid-column: 2/-1;
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .past__title {
    grid-column: 3/-1;
  }
}

.past__annotation {
  width: calc(50% - 20px);
  text-align: right;
  margin-left: auto;
  margin-top: 0px;
  font-feature-settings: "palt" on;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .past__annotation {
    width: initial;
    margin-top: 24px;
    text-align: initial;
    font-size: 13px;
  }
}

.movies__video-button {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 0 4px #f0f0f0;
}
.movies__video-button img {
  width: 100%;
  aspect-ratio: 400/225;
}
.movies__video-button svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.movies__video-button svg .ytp-large-play-button-bg {
  transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  fill: #212121;
  fill-opacity: 0.8;
}
@media (hover: hover) {
  .movies__video-button:hover svg .ytp-large-play-button-bg {
    transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
    fill: #f00;
    fill-opacity: 1;
  }
}

.movies__iframe {
  display: none;
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 0 4px #f0f0f0;
  padding-top: 56.25%;
}
@media screen and (max-width: 991px) {
  .movies__iframe {
    box-shadow: 0 0 0 3px #f0f0f0;
  }
  .movies__iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

.past__button {
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .past__button {
    margin-top: 48px;
  }
}
.past__button a {
  display: inline-block;
  width: 620px;
  max-width: 100%;
  padding: 24px 80px;
  font-size: 2rem;
  box-sizing: border-box;
  line-height: 2.2;
  font-weight: bold;
  color: #0ba047;
  border: 3px solid currentColor;
  border-radius: 9999px;
  transition: background-color 0.15s, border-color 0.15s, color 0.15s;
}
@media (hover: hover) {
  .past__button a:hover {
    color: #fff;
    background-color: #065827;
    border-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .past__button a {
    width: 295px;
    padding: 19px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 360px) {
  .past__button a {
    font-size: 1.3rem;
  }
}

.past__br-sp {
  display: none;
}
@media screen and (max-width: 575px) {
  .past__br-sp {
    display: block;
  }
}

.past__video_nextprevbutton {
  position: absolute;
  top: calc((100% - 80px - 98px) / 2);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 51%;
  background: #0ba047;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: opacity 0.2s, visibility 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .past__video_nextprevbutton {
    width: 48px;
    height: 48px;
  }
}
.past__video_nextprevbutton.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.past__video_nextprevbutton.-next {
  right: -28px;
}
@media screen and (max-width: 767px) {
  .past__video_nextprevbutton.-next {
    right: -12px;
  }
}
.past__video_nextprevbutton.-prev {
  left: -28px;
}
@media screen and (max-width: 767px) {
  .past__video_nextprevbutton.-prev {
    left: -12px;
  }
}
.past__video_nextprevbutton.-prev img {
  transform: rotate(180deg);
}

.banners {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .banners {
    margin-top: 80px;
  }
}

.banners__list {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}
.banners__list a {
  display: block;
}
@media screen and (max-width: 991px) {
  .banners__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .banners__list {
    display: block;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .banners__listItem:not(:first-child) {
    margin-top: 24px;
  }
}
.banners__listItem img {
  width: 100%;
}

.contact {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0 40px;
  border-radius: 16px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 24px 24px 35px;
  }
}

.contact__heading {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .contact__heading {
    font-size: 1.8rem;
  }
}

.contact__text {
  margin-top: 8px;
  font-size: 1.5rem;
  line-height: 2.2;
}
.contact__text span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .contact__text {
    font-size: 1.3rem;
  }
}
.contact__text .contact__br {
  display: none;
}
@media screen and (max-width: 575px) {
  .contact__text .contact__br {
    display: block;
  }
}

.contact__mail {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .contact__mail {
    flex-direction: column;
    align-items: center;
  }
}
.contact__mail img {
  margin-right: 8px;
  width: 30px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .contact__mail img {
    margin-right: 0;
    width: 20px;
    height: auto;
  }
}
.contact__mail a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contact__mail a {
    margin-top: 8px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.contact__annotation {
  margin-top: 24px;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .contact__annotation {
    margin-top: 12px;
  }
}

.foot {
  position: relative;
  padding: 80px 34px 56px;
  margin-top: 190px;
  background-color: #edf8ec;
}
@media screen and (max-width: 767px) {
  .foot {
    margin-top: 150px;
    padding: 40px 20px;
  }
}
.foot::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url(../img/wave-01.png);
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .foot::before {
    top: -50px;
    height: 50px;
    background-size: auto 100%;
  }
}

.footer {
  padding: 40px 0;
  background-color: #1e1e1f;
}

.footer__inner {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    display: block;
    text-align: center;
    padding: 0 40px;
  }
}

.footer__copyright {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 8px;
    font-size: 1rem;
  }
}

.privacy {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding: 80px 40px;
  transition: visibility 0.4s;
}
.privacy[aria-hidden=true] {
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .privacy {
    padding: 20px;
  }
}

.privacy__background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: background 0.3s;
}
.privacy[aria-hidden=true] .privacy__background {
  background-color: rgba(0, 0, 0, 0);
  transition: background 0.3s 0.1s;
}

.privacy__content {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  height: calc(100vh - 160px);
  background-color: #fff;
  border-radius: 20px;
  overflow: auto;
  opacity: 1;
  transition: opacity 0.3s 0.1s;
}
@media screen and (max-width: 767px) {
  .privacy__content {
    border-radius: 8px;
    height: calc(100vh - 40px);
  }
}
.privacy[aria-hidden=true] .privacy__content {
  opacity: 0;
  transition: opacity 0.3s;
}

.privacy__inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 80px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .privacy__inner {
    padding: 40px 20px;
    font-size: 1.3rem;
  }
}

.privacy__heading {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 2;
  color: #0ba047;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .privacy__heading {
    font-size: 2.4rem;
  }
}

.privacy__lead {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .privacy__lead {
    margin-top: 16px;
  }
}

.privacy__section {
  margin-top: 24px;
}

.privacy__section-heading {
  margin-bottom: 16px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .privacy__section-heading {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
}

.privacy__section-list li {
  position: relative;
  padding-left: 36px;
}
@media screen and (max-width: 767px) {
  .privacy__section-list li {
    padding-left: 24px;
  }
}
.privacy__section-list li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: calc(1.6rem - 4px);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: currentcolor;
}
@media screen and (max-width: 767px) {
  .privacy__section-list li::before {
    width: 4px;
    height: 4px;
    left: 4px;
    top: calc(1.3rem - 2px);
  }
}

.privacy__caution {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .privacy__caution {
    margin-top: 24px;
  }
}

.privacy__caution-heading {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .privacy__caution-heading {
    margin-bottom: 8px;
  }
}

.privacy__caution-list li::before {
  content: "※";
}

.privacy__close {
  display: block;
  margin: 64px auto 0;
  padding: 24px;
  width: 620px;
  font-size: 2rem;
  line-height: 2.2;
  font-weight: 600;
  color: #fff;
  background-color: #1e1e1f;
  border-radius: 9999px;
}
@media screen and (max-width: 767px) {
  .privacy__close {
    max-width: 295px;
    padding: 19px;
    font-size: 1.6rem;
  }
}

.dialog {
  position: fixed;
  display: grid;
  place-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: visibility 0.4s;
}
.dialog[aria-hidden=true] {
  visibility: hidden;
  pointer-events: none;
}

.dialog__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: background 0.3s;
}
.dialog[aria-hidden=true] .dialog__background {
  background-color: rgba(0, 0, 0, 0);
  transition: background 0.3s 0.1s;
}

.dialog__content {
  position: relative;
  background-color: #000;
  width: min(1280px, calc(100% - 160px));
  opacity: 1;
  transition: opacity 0.3s 0.1s;
}
@media screen and (max-width: 767px) {
  .dialog__content {
    width: min(1280px, calc(100% - 40px));
  }
}
.dialog[aria-hidden=true] .dialog__content {
  opacity: 0;
  transition: opacity 0.3s;
}

.dialog__inner {
  position: relative;
  padding-top: 56.25%;
}
.dialog__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.dialog__close {
  position: absolute;
  top: -70px;
  right: 0;
  width: 56px;
  height: 56px;
  border-radius: 51%;
  background: #1e1e1f;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .dialog__close {
    top: -60px;
    width: 40px;
    height: 40px;
  }
}
.dialog__close::before, .dialog__close::after {
  content: "";
  position: absolute;
  margin-top: -1px;
  top: 50%;
  left: 18px;
  width: 20px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .dialog__close::before, .dialog__close::after {
    left: 10px;
  }
}
.dialog__close::before {
  transform: rotate(45deg);
}
.dialog__close::after {
  transform: rotate(-45deg);
}

.contents {
  overflow: hidden;
}

.sectionHeading {
  position: relative;
  text-align: center;
}
.sectionHeading::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  bottom: -64px;
  left: calc(50% - 1px);
  background: #0ba047;
  border-radius: 2px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sectionHeading::after {
    bottom: -56px;
  }
}

.sectionHeading__ja {
  display: block;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sectionHeading__ja {
    font-size: 2rem;
  }
}

.sectionHeading__en {
  display: block;
  margin-top: 8px;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sectionHeading__en {
    margin-top: 0;
    font-size: 1.4rem;
  }
}
