@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho&display=swap");
body.open {
  height: 100vh;
  overflow: hidden;
}

body,
a {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  transition: 0.3s;
  text-decoration: none;
}
a:hover {
  transition: 0.3s;
  opacity: 0.7;
}

img {
  max-width: 100%;
}

ul li {
  list-style: none;
}

main {
  position: relative;
}

.common-btn {
  background: #FF5E60;
  text-align: center;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1607843137);
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 18px;
  display: block;
  max-width: 400px;
  margin-inline: auto;
  padding-block: 17px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .common-btn {
    width: 100%;
    padding-block: 17px;
  }
}

.to-top {
  position: fixed;
  bottom: 5%;
  right: 35px;
  z-index: 20;
  width: 86px;
  height: 86px;
  display: none;
}
@media screen and (max-width: 1200px) {
  .to-top {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 599px) {
  .to-top {
    display: none !important;
  }
}

header {
  display: none;
}

main {
  position: relative;
}

.fixed-btn {
  position: fixed;
  top: 7.5%;
  right: 0;
  width: 60px;
  z-index: 100;
}
@media screen and (max-width: 1300px) {
  .fixed-btn {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .fixed-btn--pc {
    display: none;
  }
}
.fixed-btn--sp {
  background: #fff;
  top: auto;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  width: 100%;
  display: none;
}
@media screen and (max-width: 599px) {
  .fixed-btn--sp {
    display: flex;
  }
}
.fixed-btn--sp .left {
  flex: 0 0 84.6%;
}
.fixed-btn--sp .right {
  flex: 0 0 15.4%;
}
.fixed-btn--sp .left img, .fixed-btn--sp .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv {
  padding-block: 42px 17px;
  background: url(../../assets/image/FV_bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .fv {
    padding-block: 32px 0;
  }
}
.fv--blue {
  background: url(../../assets/image/FV_bg-blue.webp) no-repeat center center/cover;
}
.fv--orange {
  background: url(../../assets/image/FV_bg-orange.webp) no-repeat center center/cover;
}
.fv__img {
  margin-inline: 16px;
}
@media screen and (max-width: 1300px) {
  .fv__img {
    margin-inline: 11px;
  }
}
@media screen and (max-width: 1024px) {
  .fv__img img {
    padding-inline: 5px;
  }
}
@media screen and (max-width: 768px) {
  .fv__img {
    margin-inline: 0;
  }
  .fv__img img {
    padding-inline: 0;
  }
}
@media screen and (max-width: 660px) {
  .fv__img .pc {
    display: none;
  }
}
.fv__img .sp {
  display: none;
}
@media screen and (max-width: 660px) {
  .fv__img .sp {
    display: block;
    margin-inline: auto;
  }
}
.fv__sliders {
  background: #fff;
  padding-block: 8px;
}
@media screen and (max-width: 768px) {
  .fv__sliders {
    padding: 0;
    background: transparent;
  }
}
.fv__slider {
  display: flex;
  -moz-column-gap: 1%;
       column-gap: 1%;
}
@media screen and (max-width: 660px) {
  .fv__slider {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.fv__slider-img {
  flex: 0 0 19.2%;
}
@media screen and (max-width: 660px) {
  .fv__slider-img {
    flex: 0 0 20%;
  }
}

.event {
  padding-block: 78px 31px;
  padding-inline: 5% 4%;
}
@media screen and (max-width: 768px) {
  .event {
    padding-bottom: 56px;
  }
}
.event__flex {
  display: flex;
  -moz-column-gap: 4.5%;
       column-gap: 4.5%;
}
@media screen and (min-width: 1440px) {
  .event__flex {
    max-width: 1300px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1200px) {
  .event__flex {
    justify-content: center;
  }
}
.event__left, .event .event__right {
  flex: 0 0 calc((91% - 680px) / 2);
}
@media screen and (max-width: 1200px) {
  .event__left, .event .event__right {
    display: none !important;
  }
}
.event__left {
  display: flex;
  align-items: flex-end;
}
.event__center {
  margin-block: 4rem 5.5rem;
  flex: 0 0 680px;
  background: linear-gradient(180deg, #47BB7B 0%, #2C774E 100%);
  padding-block: 48px;
  padding-inline: 5%;
}
@media screen and (max-width: 768px) {
  .event__center {
    margin-block: 0;
    flex: 0 0 100%;
    padding-block: 32px;
    padding-inline: 7%;
  }
}
.event__center--blue {
  background: linear-gradient(180deg, #38B0EC 0%, #287AA3 100%);
}
.event__center--orange {
  background: linear-gradient(180deg, #ECA738 0%, #C6851C 100%);
}
.event__heading {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background: #FFFFFF;
  border-radius: 22.5px;
  padding: 8px 24px;
  color: #299559;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.event__heading--blue {
  color: #0080CA;
}
.event__heading--orange {
  color: #F18900;
}
.event__title {
  margin-block: 11px 24px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
}
@media screen and (max-width: 768px) {
  .event__title {
    margin-bottom: 16px;
    font-size: 24px;
  }
}
.event__text {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 0%;
}
@media screen and (max-width: 768px) {
  .event__text {
    font-size: 16px;
  }
}

.assignment {
  background: rgba(0, 121, 62, 0.04);
  padding-block: 56px;
}
@media (min-width: 600px) {
  .assignment {
    padding-block: 90px;
  }
}
@media (min-width: 1200px) {
  .assignment {
    padding-block: 120px;
  }
}
.assignment--blue {
  background: rgba(0, 92, 190, 0.04);
}
.assignment--orange {
  background: rgba(132, 20, 0, 0.04);
}
.assignment__inner {
  padding-inline: 15.2%;
}
@media screen and (max-width: 1440px) {
  .assignment__inner {
    max-width: 1000px;
    margin-inline: auto;
    padding-inline: 0;
  }
}
@media screen and (max-width: 1024px) {
  .assignment__inner {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 660px) {
  .assignment__inner {
    padding-inline: 2%;
  }
}
.assignment__title {
  margin-bottom: 32px;
  text-align: center;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
}
@media screen and (max-width: 1200px) {
  .assignment__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 660px) {
  .assignment__title {
    font-size: 24px;
    line-height: 150%;
  }
}
.assignment__title .sp {
  display: none;
}
@media screen and (max-width: 660px) {
  .assignment__title .sp {
    display: block;
  }
}
.assignment__flex {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .assignment__flex {
    flex-wrap: wrap;
    row-gap: 35px;
  }
}
@media screen and (max-width: 660px) {
  .assignment__flex {
    justify-content: center;
  }
}
.assignment__card {
  flex: 0 0 31%;
}
@media screen and (max-width: 1024px) {
  .assignment__card {
    flex: 0 0 47%;
  }
}
@media screen and (max-width: 660px) {
  .assignment__card {
    flex: 0 0 86.5%;
  }
}
.assignment__number {
  color: #299559;
  text-align: center;
  font-weight: 700;
  font-size: 52px;
  line-height: 100%;
  letter-spacing: 0%;
}
.assignment__number--blue {
  color: #0080CA;
}
.assignment__number--orange {
  color: #F18900;
}
.assignment__heading {
  width: 88%;
  margin-inline: auto;
  margin-block: 8px 15px;
  background: #299559;
  border-radius: 26px;
  padding-block: 8px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  position: relative;
}
.assignment__heading::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 7px;
  background: url(../../assets/image/assignment-triangle.svg) no-repeat center center/contain;
}
.assignment__heading--blue {
  background: #0080CA;
}
.assignment__heading--blue::before {
  background: url(../../assets/image/assignment-triangle-blue.svg) no-repeat center center/contain;
}
.assignment__heading--orange {
  background: #F18900;
}
.assignment__heading--orange::before {
  background: url(../../assets/image/assignment-triangle-orange.svg) no-repeat center center/contain;
}
.assignment__icon {
  width: 42%;
  margin-inline: auto;
}
@media screen and (max-width: 660px) {
  .assignment__icon {
    text-align: center;
  }
}
.assignment__supplement {
  margin-block: 24px 4px;
  color: #299559;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
}
.assignment__supplement--blue {
  color: #0080CA;
}
.assignment__supplement--orange {
  color: #F18900;
}
.assignment__triangle img {
  margin-inline: auto;
  display: block;
}
.assignment__comment {
  margin-block: 16px;
  color: #299559;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
}
@media screen and (max-width: 660px) {
  .assignment__comment {
    text-align: center;
  }
}
.assignment__comment--blue {
  color: #0080CA;
}
.assignment__comment--orange {
  color: #F18900;
}
.assignment__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

.pickup {
  padding-block: 56px;
}
@media (min-width: 600px) {
  .pickup {
    padding-block: 90px;
  }
}
@media (min-width: 1200px) {
  .pickup {
    padding-block: 120px;
  }
}
.pickup__title {
  margin-bottom: 24px;
  text-align: center;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .pickup__title {
    font-size: 32px;
  }
}
.pickup__text {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
.pickup__text .orange {
  display: none;
}
@media screen and (max-width: 599px) {
  .pickup__text .orange {
    display: block;
  }
}
.pickup__supplement {
  margin-bottom: 48px;
  color: #8E8E8E;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
}
.pickup__slide {
  position: relative;
  transform: scale(0.85);
  transition: transform 0.3s;
}
.pickup__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
@media screen and (max-width: 950px) {
  .pickup__slide img {
    width: 20rem;
  }
}
@media screen and (max-width: 599px) {
  .pickup__slide img {
    width: 16rem;
  }
}
.pickup .slick-center .pickup__slide {
  transform: scale(1);
}
.pickup .slick-center .pickup__slide img {
  width: 100%;
}
@media screen and (max-width: 950px) {
  .pickup .slick-center .pickup__slide img {
    width: 20rem;
  }
}
@media screen and (max-width: 599px) {
  .pickup .slick-center .pickup__slide img {
    width: 16rem;
  }
}
.pickup .slick-center .pickup__slide::after {
  display: none;
}

.voice {
  padding-block: 56px;
}
@media (min-width: 600px) {
  .voice {
    padding-block: 90px;
  }
}
@media (min-width: 1200px) {
  .voice {
    padding-block: 120px;
  }
}
.voice {
  background: url(../../assets/image/voice-bg.webp) no-repeat center center/cover;
}
.voice--blue {
  background: url(../../assets/image/voice-bg-blue.webp) no-repeat center center/cover;
}
.voice--orange {
  background: url(../../assets/image/voice-bg-orange.webp) no-repeat center center/cover;
}
.voice__inner {
  padding-inline: 15.2%;
}
@media screen and (max-width: 1440px) {
  .voice__inner {
    max-width: 1000px;
    margin-inline: auto;
    padding-inline: 0;
  }
}
@media screen and (max-width: 1024px) {
  .voice__inner {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 768px) {
  .voice__inner {
    padding-inline: 4.5%;
  }
}
.voice__bubble {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 16px 32px;
  background: #FFFFFF;
  border-radius: 33.5px;
  color: #299559;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  position: relative;
}
@media screen and (max-width: 599px) {
  .voice__bubble {
    padding: 19px 16px;
    font-size: 16px;
  }
}
.voice__bubble::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 23px;
  background: url(../../assets/image/voice-triangle.svg) no-repeat center center/contain;
}
@media screen and (max-width: 599px) {
  .voice__bubble::before {
    bottom: -12px;
    width: 14px;
    height: 13px;
  }
}
.voice__bubble--blue {
  color: #0080CA;
}
.voice__bubble--orange {
  color: #F18900;
}
.voice__title {
  margin-block: 23px 48px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .voice__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 599px) {
  .voice__title {
    margin-bottom: 32px;
    font-size: min(8.2vw, 32px);
  }
}
.voice__supplement {
  margin-bottom: 32px;
  background: #0B864A;
  border-radius: 8px;
  padding-block: 30px;
  color: #FFFF00;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
}
@media screen and (max-width: 599px) {
  .voice__supplement {
    margin-bottom: 24px;
    width: 90%;
    margin-inline: auto;
    padding-block: 24px;
    font-size: 18px;
  }
}
.voice__supplement--blue {
  background: #1A65B4;
}
.voice__supplement--orange {
  background: #BE8C2E;
}
.voice__supplement .big {
  font-size: 48px;
}
@media screen and (max-width: 599px) {
  .voice__supplement .big {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 32px;
  }
}
.voice__supplement .small {
  font-size: 32px;
}
@media screen and (max-width: 599px) {
  .voice__supplement .small {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 24px;
  }
}
.voice__supplement .sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .voice__supplement .sp {
    display: block;
  }
}
.voice__flex {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3.5%;
       column-gap: 3.5%;
  row-gap: 48px;
}
@media screen and (max-width: 599px) {
  .voice__flex {
    justify-content: center;
    row-gap: 24px;
  }
}
.voice__card {
  flex: 0 0 31%;
}
@media screen and (max-width: 768px) {
  .voice__card {
    flex: 0 0 46.5%;
  }
}
@media screen and (max-width: 599px) {
  .voice__card {
    flex: 0 0 88%;
  }
}
.voice__text {
  margin-top: 16px;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: -1%;
}
@media screen and (max-width: 599px) {
  .voice__text {
    margin-top: 8px;
    font-weight: 500;
  }
}

.benefit {
  padding-block: 56px;
}
@media (min-width: 600px) {
  .benefit {
    padding-block: 90px;
  }
}
@media (min-width: 1200px) {
  .benefit {
    padding-block: 120px;
  }
}
.benefit__inner {
  padding-inline: 25%;
}
@media screen and (max-width: 1440px) {
  .benefit__inner {
    max-width: 720px;
    margin-inline: auto;
    padding-inline: 0;
  }
}
@media screen and (max-width: 768px) {
  .benefit__inner {
    padding-inline: 6%;
  }
}
.benefit__heading {
  width: 32%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .benefit__heading {
    width: 56.5%;
  }
}
.benefit__column {
  border: 4px solid #198F2B;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.1607843137);
  background: #EFEFEF;
  padding-block: 40px;
  padding-inline: 5%;
  display: flex;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
@media screen and (max-width: 768px) {
  .benefit__column {
    padding-block: 32px;
    padding-inline: 0;
    flex-direction: column;
  }
}
.benefit__column--blue {
  border: 4px solid #0085CC;
}
.benefit__column--orange {
  border: 4px solid #FFA341;
}
.benefit__string {
  flex: 0 0 59%;
}
.benefit__supplement {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  position: relative;
  background: linear-gradient(transparent 60%, #FFEA00 0);
}
.benefit__title {
  margin-block: 15px 5px;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
}
@media screen and (max-width: 450px) {
  .benefit__title {
    font-size: min(6.5vw, 28px);
  }
}
.benefit__logo {
  width: 40%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .benefit__logo {
    width: 45%;
  }
}
.benefit__point {
  margin-block: 25px 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .benefit__point {
    margin-top: 16px;
    width: 93%;
    margin-inline: auto;
  }
}
.benefit__point::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #000000;
}
.benefit__point p {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background: #198F2B;
  padding-inline: 38px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
}
.benefit__point .blue {
  background: #0085CC;
}
.benefit__point .orange {
  background: #FFA341;
}
.benefit__flex {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media screen and (max-width: 768px) {
  .benefit__flex {
    width: 93%;
    margin-inline: auto;
    margin-bottom: 16px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}
.benefit__flex--last {
  margin-bottom: 0;
}
.benefit__number {
  width: auto;
  aspect-ratio: 1/1;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #198F2B;
  border-radius: 100%;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .benefit__number {
    height: 30px;
    font-size: 14px;
  }
}
.benefit__number--blue {
  background: #0085CC;
}
.benefit__number--orange {
  background: #FFA341;
}
.benefit__text {
  font-weight: 400;
  font-size: 14px;
}
.benefit__img {
  flex: 0 0 37%;
}
@media screen and (max-width: 768px) {
  .benefit__img--pc {
    display: none;
  }
}
.benefit__img--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .benefit__img--sp {
    margin-top: 16px;
    display: block;
    width: 40%;
    margin-inline: auto;
  }
}

.info {
  padding-block: 56px;
}
@media (min-width: 600px) {
  .info {
    padding-block: 90px;
  }
}
@media (min-width: 1200px) {
  .info {
    padding-block: 120px;
  }
}
.info {
  padding-top: 0;
}
.info__inner {
  padding-inline: 15.2%;
}
@media screen and (max-width: 1440px) {
  .info__inner {
    max-width: 1000px;
    margin-inline: auto;
    padding-inline: 0;
  }
}
@media screen and (max-width: 1024px) {
  .info__inner {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 768px) {
  .info__inner {
    padding-inline: 2.5%;
  }
}
.info__title {
  text-align: center;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .info__title {
    font-size: 32px;
  }
}
.info__content {
  margin-block: 48px 40px;
  display: flex;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
@media screen and (max-width: 900px) {
  .info__content {
    margin-block: 40px 24px;
    flex-direction: column;
    row-gap: 24px;
  }
}
.info__string {
  flex: 0 0 54%;
}
.info__flex {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  border-bottom: 1px dotted #656565;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .info__flex {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.info__flex--last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.info__heading {
  flex: 0 0 76px;
  padding-block: 8px;
  background: #299559;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .info__heading {
    flex: 0 0 64px;
    font-size: 16px;
  }
}
.info__heading--blue {
  background: #0085CC;
}
.info__heading--orange {
  background: #F18900;
}
.info__text {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
}
.info__supplement {
  margin-top: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .info__supplement {
    line-height: 140%;
  }
}
.info__maps {
  flex: 0 0 42%;
}
.info__map iframe {
  width: 100%;
  aspect-ratio: 1.8/1;
}
.info__map-text {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}
@media screen and (max-width: 400px) {
  .info__map-text {
    font-size: 3.4vw;
  }
}

.company {
  padding-block: 56px;
}
@media (min-width: 600px) {
  .company {
    padding-block: 90px;
  }
}
@media (min-width: 1200px) {
  .company {
    padding-block: 120px;
  }
}
.company {
  background: url(../../assets/image/company-bg.webp) no-repeat center center/cover;
}
.company__inner {
  padding-inline: 19.6%;
}
@media screen and (max-width: 1440px) {
  .company__inner {
    padding-inline: 0;
    max-width: 876px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .company__inner {
    padding-inline: 4%;
  }
}
.company__flex {
  display: flex;
  align-items: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
@media screen and (max-width: 900px) {
  .company__flex {
    flex-direction: column;
    row-gap: 16px;
  }
}
.company__img {
  flex: 0 0 34%;
}
@media screen and (max-width: 1200px) {
  .company__img {
    flex: 0 0 30%;
  }
}
@media screen and (max-width: 900px) {
  .company__img {
    width: 25%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 660px) {
  .company__img {
    width: 35%;
  }
}
.company__string {
  flex: 0 0 61%;
}
@media screen and (max-width: 1200px) {
  .company__string {
    flex: 0 0 65%;
  }
}
.company__title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 150%;
}
@media screen and (max-width: 900px) {
  .company__title {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    font-size: min(8.2vw, 32px);
  }
}
.company__title span {
  font-size: 64px;
  background: linear-gradient(180deg, #09901D 0%, #00CC1F 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (max-width: 900px) {
  .company__title span {
    font-size: min(12.3vw, 48px);
  }
}
.company__text {
  margin-block: 8px 25px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
}
@media screen and (max-width: 900px) {
  .company__text {
    width: 95%;
    margin-inline: auto;
  }
}
.company__btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  background: #24A039;
  padding: 17px 137px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .company__btn {
    margin-inline: auto;
  }
}
@media screen and (max-width: 450px) {
  .company__btn {
    width: 100%;
    padding-inline: 0;
  }
}

.movie {
  padding-block: 56px;
}
@media (min-width: 600px) {
  .movie {
    padding-block: 90px;
  }
}
@media (min-width: 1200px) {
  .movie {
    padding-block: 120px;
  }
}
@media screen and (max-width: 768px) {
  .movie {
    padding-inline: 2%;
  }
}
.movie__inner {
  padding-inline: 22%;
}
@media screen and (max-width: 1440px) {
  .movie__inner {
    padding-inline: 0;
    max-width: 800px;
    margin-inline: auto;
  }
}
.movie__title {
  padding-block: 16px;
  background: #299559;
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .movie__title {
    padding-block: 14px;
    font-size: 24px;
  }
}
.movie__title--blue {
  background: #0080CA;
}
.movie__title--orange {
  background: #F18900;
}
.movie__content {
  aspect-ratio: 1.8/1;
}
.movie__content iframe {
  width: 100%;
  height: 100%;
}

.logos__flex {
  display: flex;
  justify-content: center;
  -moz-column-gap: 6.5%;
       column-gap: 6.5%;
}
@media screen and (max-width: 768px) {
  .logos__flex {
    flex-direction: column;
    row-gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .logos__logo1 {
    margin-inline: auto;
    width: 66%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .logos__logo2 {
    margin-inline: auto;
    width: 38%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .logos__logo3 {
    margin-inline: auto;
    width: 43%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .logos__logo4 {
    margin-inline: auto;
    width: 20%;
    text-align: center;
  }
}
.logos__banner {
  margin-top: 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-block: 19px 20px;
  padding-inline: 35px;
  background: #299559;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
@media screen and (max-width: 768px) {
  .logos__banner {
    margin-top: 31px;
  }
}
.logos__banner--blue {
  background: #0080CA;
}
.logos__banner--orange {
  background: #F18900;
}

.footer {
  margin-top: 56px;
  background: #000000;
  padding-block: 12px;
}
.footer__copyright {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
}/*# sourceMappingURL=style.css.map */