@charset "UTF-8";
/* Updated 2025/10/09.ht */
/* base */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap");
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  background-image: url(../images/bg.jpg);
  background-attachment: fixed;
}

h1,
h2,
h3,
h4 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  h1,
  h2,
  h3,
  h4 {
    font-size: 16px;
  }
}

table {
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
}

p,
li {
  color: #333333;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  p,
  li {
    font-size: 16px;
  }
}

a {
  color: #333333;
}

em {
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #2a2a2a;
    text-decoration: none;
  }
}
small {
  font-size: 0.8em;
}

img,
svg {
  vertical-align: bottom;
  max-width: 100%;
}

input,
button,
textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

input[type=text],
input[type=email],
input[type=password] {
  border: none;
  padding: 0 16px;
  height: 3em;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
}

textarea {
  border: none;
  padding: 16px;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

hr {
  margin: 0;
  border: none;
  background-color: #5a533e;
  height: 1px;
}
@media screen and (min-width: 769px) {
  hr {
    height: 2px;
  }
}

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

/* utils */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
.mt-0 {
  margin-top: 0px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-44 {
  margin-top: 44px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mt-52 {
  margin-top: 52px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mt-68 {
  margin-top: 68px !important;
}

.mt-72 {
  margin-top: 72px !important;
}

.mt-76 {
  margin-top: 76px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-84 {
  margin-top: 84px !important;
}

.mt-88 {
  margin-top: 88px !important;
}

.mt-92 {
  margin-top: 92px !important;
}

.mt-96 {
  margin-top: 96px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-104 {
  margin-top: 104px !important;
}

.mt-108 {
  margin-top: 108px !important;
}

.mt-112 {
  margin-top: 112px !important;
}

.mt-116 {
  margin-top: 116px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-124 {
  margin-top: 124px !important;
}

.mt-128 {
  margin-top: 128px !important;
}

.mt-132 {
  margin-top: 132px !important;
}

.mt-136 {
  margin-top: 136px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-144 {
  margin-top: 144px !important;
}

.mt-148 {
  margin-top: 148px !important;
}

.mt-152 {
  margin-top: 152px !important;
}

.mt-156 {
  margin-top: 156px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

@media screen and (min-width: 769px) {
  .mt-0-pc {
    margin-top: 0px !important;
  }
  .mt-4-pc {
    margin-top: 4px !important;
  }
  .mt-8-pc {
    margin-top: 8px !important;
  }
  .mt-12-pc {
    margin-top: 12px !important;
  }
  .mt-16-pc {
    margin-top: 16px !important;
  }
  .mt-20-pc {
    margin-top: 20px !important;
  }
  .mt-24-pc {
    margin-top: 24px !important;
  }
  .mt-28-pc {
    margin-top: 28px !important;
  }
  .mt-32-pc {
    margin-top: 32px !important;
  }
  .mt-36-pc {
    margin-top: 36px !important;
  }
  .mt-40-pc {
    margin-top: 40px !important;
  }
  .mt-44-pc {
    margin-top: 44px !important;
  }
  .mt-48-pc {
    margin-top: 48px !important;
  }
  .mt-52-pc {
    margin-top: 52px !important;
  }
  .mt-56-pc {
    margin-top: 56px !important;
  }
  .mt-60-pc {
    margin-top: 60px !important;
  }
  .mt-64-pc {
    margin-top: 64px !important;
  }
  .mt-68-pc {
    margin-top: 68px !important;
  }
  .mt-72-pc {
    margin-top: 72px !important;
  }
  .mt-76-pc {
    margin-top: 76px !important;
  }
  .mt-80-pc {
    margin-top: 80px !important;
  }
  .mt-84-pc {
    margin-top: 84px !important;
  }
  .mt-88-pc {
    margin-top: 88px !important;
  }
  .mt-92-pc {
    margin-top: 92px !important;
  }
  .mt-96-pc {
    margin-top: 96px !important;
  }
  .mt-100-pc {
    margin-top: 100px !important;
  }
  .mt-104-pc {
    margin-top: 104px !important;
  }
  .mt-108-pc {
    margin-top: 108px !important;
  }
  .mt-112-pc {
    margin-top: 112px !important;
  }
  .mt-116-pc {
    margin-top: 116px !important;
  }
  .mt-120-pc {
    margin-top: 120px !important;
  }
  .mt-124-pc {
    margin-top: 124px !important;
  }
  .mt-128-pc {
    margin-top: 128px !important;
  }
  .mt-132-pc {
    margin-top: 132px !important;
  }
  .mt-136-pc {
    margin-top: 136px !important;
  }
  .mt-140-pc {
    margin-top: 140px !important;
  }
  .mt-144-pc {
    margin-top: 144px !important;
  }
  .mt-148-pc {
    margin-top: 148px !important;
  }
  .mt-152-pc {
    margin-top: 152px !important;
  }
  .mt-156-pc {
    margin-top: 156px !important;
  }
  .mt-160-pc {
    margin-top: 160px !important;
  }
}
.font-en {
  font-family: "Montserrat", sans-serif;
}

.fontsize-xs {
  font-size: 1rem !important;
}

.align-left {
  text-align: left !important;
}

@media screen and (max-width: 768px) {
  .align-left-sp {
    text-align: left !important;
  }
}

.align-right {
  text-align: right !important;
}

.align-center {
  text-align: center !important;
}

@media screen and (max-width: 768px) {
  .align-center-sp {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px) {
  .align-center-pc {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .align-center-sp {
    text-align: center !important;
  }
}

.relative {
  position: relative !important;
}

.color-red {
  color: #ea0000 !important;
}

.color-orange {
  color: #ff5a10 !important;
}

.underline {
  text-decoration: underline;
}

.inlineBlock {
  display: inline-block !important;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

/* page */
body {
  background-color: #f9f8f3;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1080px;
  }
}
body img {
  vertical-align: bottom;
}

.button {
  display: inline-block;
  border-radius: 999px;
  padding: 12px 12px;
  color: #333333;
  font-weight: 400;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: opacity 0.3s ease;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .button {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .button {
    font-size: 18px;
    padding: 12px 60px;
  }
}
@media (any-hover: hover) {
  .button:hover {
    opacity: 0.9;
  }
}
.button.-green {
  background-color: #eaf5e9;
  font-weight: normal;
  padding: 12px 20px;
}
@media screen and (max-width: 768px) {
  .button.-green {
    padding: 12px 12px;
  }
}
.button.-green svg {
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  margin-right: 8px;
}
@media screen and (min-width: 769px) {
  .button.-green svg {
    margin-right: 12px;
  }
}
.button.-orange {
  background-color: #ea8832;
  border: 1px solid #ea8832;
  color: #fff;
}
.button.-white {
  background-color: #fff;
  border-color: #fff;
  font-weight: normal;
}
.button.-white svg {
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  margin-right: 12px;
}
.button.-orangeBorder {
  border: 2px solid #dd7230;
  font-weight: normal;
  color: #dd7230;
}
.button.-orangeBorder svg {
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  margin-right: 12px;
}
.button.-orangeBorder path {
  fill: #dd7230;
}
@media screen and (min-width: 769px) {
  .button.-large {
    padding: 20px 100px;
    font-size: 22px;
  }
}

.note {
  margin-top: 12px;
  font-size: 11px;
  text-indent: -1em;
  padding-left: 1em;
}

.notes {
  margin-top: 12px;
}
.notes li {
  font-size: 11px;
  text-indent: -1em;
  padding-left: 1em;
}

.notesTable {
  font-size: 11px;
  margin-top: 4px;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .notesTable {
    font-size: 12px;
  }
}
.notesTable th {
  font-weight: normal;
  padding-right: 1em;
  white-space: nowrap;
  padding-top: 2px;
}
.notesTable td {
  padding-top: 2px;
}
.notesTable td p {
  font-size: 10px;
}
.notesTable td > ul > li {
  font-size: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
.notesTable td > ul > li::before {
  content: "E";
}
.notesTable a {
  color: #1791dd;
}

.wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .wrapper {
    width: 960px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.section {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .section {
    width: 960px;
  }
}
@media screen and (max-width: 768px) {
  .section.statement {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .section.statement {
    width: 100%;
  }
}

.sectionTitle {
  line-height: 1.4;
}
.sectionTitle span {
  display: block;
}
@media screen and (min-width: 769px) {
  .sectionTitle span {
    letter-spacing: 0.04em;
  }
}
.sectionTitle span:nth-child(1) {
  font-size: 14px;
}
.sectionTitle span:nth-child(1)::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #024832;
  border-radius: 10px;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -0.2em;
}
.sectionTitle span:nth-child(2) {
  font-size: 58px;
  font-family: "Montserrat", sans-serif;
  color: #024832;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .sectionTitle span:nth-child(2) {
    font-size: 80px;
  }
}

.js-scrollAnimation {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-scrollAnimation.-show {
  opacity: 1;
  transform: translateY(0px);
}

.headerGlobal {
  position: relative;
  z-index: 2;
  background-color: #004832;
  padding: 0px 0 10px 20px;
  border-bottom: 3px solid #c4d701;
}
@media screen and (min-width: 769px) {
  .headerGlobal {
    padding: 4px 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .headerGlobal img {
    width: 56px;
  }
}
@media screen and (max-width: 768px) {
  .smcc .headerGlobal img {
    width: 168px;
  }
}

.mv {
  text-align: center;
}
.mv img {
  max-width: 100%;
}

.intro-photo {
  position: relative;
  z-index: 2;
  height: 120px;
  background-image: url(../images/intro-photo.jpg);
  background-size: auto 100%;
  background-repeat: repeat-x;
  position: relative;
  animation: slideLeftSP 50s linear infinite;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .intro-photo {
    margin-top: 60px;
    height: 185px;
    animation: slideLeft 50s linear infinite;
  }
}

@keyframes slideLeft {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2667px 0;
  }
}
@keyframes slideLeftSP {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1717px 0;
  }
}
.contents {
  position: relative;
  z-index: 2;
  background-image: url(../images/bg.jpg);
  background-attachment: fixed;
}

.statement {
  padding-top: 100px;
}
@media screen and (min-width: 769px) {
  .statement {
    padding-top: 120px;
  }
}

.statement-content {
  box-sizing: border-box;
  background-image: url("../images/satatement-image-1.png"), url("../images/satatement-image-2.png"), url("../images/satatement-image-3.png");
  background-size: 467px auto, 360px auto, 180px auto;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 40px 20px, -40px 400px, right -20px top 660px;
  background-position: 40px 20px, -40px 400px, right -20px bottom 0;
}
@media screen and (min-width: 769px) {
  .statement-content {
    background-size: 608px auto, 400px auto, 250px auto;
    background-position: calc(50% - 460px) 20px, calc(50% - 460px) 450px, calc(50% + 440px) bottom;
    margin-top: 28px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .statement-content {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 769px) {
  .statement-content .wrapper {
    padding-left: 375px;
  }
}

.statement-copy {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .statement-copy {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .statement-copy {
    font-size: 32px;
  }
}

.statement-text {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 769px) {
  .statement-text {
    gap: 20px;
  }
}
.statement-text p {
  letter-spacing: 0.05em;
  font-size: 16px;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .statement-text p {
    line-height: 2.2;
    font-size: 18px;
  }
}

.vision {
  padding-top: 0px;
}
@media screen and (min-width: 769px) {
  .vision {
    padding-top: 120px;
  }
}

@media screen and (min-width: 769px) {
  .vision-col {
    display: flex;
    gap: 100px;
  }
  .vision-col > div:nth-child(2) {
    flex: 1;
  }
}

.vision-copy {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .vision-copy {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .vision-copy {
    font-size: 32px;
  }
}
.vision-copy em {
  color: #AB3116;
}

.vision-text {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 769px) {
  .vision-text {
    gap: 20px;
  }
}
.vision-text p {
  letter-spacing: 0.05em;
  font-size: 16px;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .vision-text p {
    line-height: 2.2;
    font-size: 18px;
  }
}

.vision-image {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .vision-image {
    margin-top: 60px;
  }
}

.movie {
  padding-top: 100px;
}
@media screen and (min-width: 769px) {
  .movie {
    padding-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .movie-contents {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (min-width: 769px) {
  .movie-col {
    display: flex;
    gap: 100px;
  }
  .movie-col > div:nth-child(1) {
    flex: 1;
  }
  .movie-col > div:nth-child(2) {
    width: 640px;
  }
}

.movie-thumb {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: opacity 0.3s ease;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .movie-thumb {
    margin-top: 20px;
  }
}
@media (any-hover: hover) {
  .movie-thumb:hover {
    opacity: 0.9;
  }
}

.movie-thumb-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .movie-thumb-play {
    width: 43px;
    height: 43px;
  }
}

.movie-text {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .movie-text {
    margin-top: 16px;
  }
}

.movie-slider {
  margin-top: 20px;
  padding-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .movie-slider {
    margin-top: 40px;
    padding-bottom: 60px;
  }
}
.movie-slider .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 10px;
  opacity: 1;
  border: 1px solid #024832;
  background-color: #fff;
  box-sizing: border-box;
}
.movie-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #024832;
}

.feature {
  padding-top: 100px;
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .feature {
    padding-top: 120px;
  }
}

.feature-image {
  position: relative;
}
@media screen and (max-width: 768px) {
  .feature-image {
    height: 320px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .feature-image {
    width: 920px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .feature-image img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-42%);
    width: 520px;
    max-width: inherit;
  }
}

.feature-index {
  position: relative;
  margin-left: auto;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .feature-index {
    margin-top: 12px;
  }
}
.feature-index h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .feature-index h3 {
    text-align: center;
    font-size: 32px;
  }
}
.feature-index h3 em {
  font-size: 45px;
  font-family: "Montserrat", sans-serif;
  color: #AB3116;
}
@media screen and (min-width: 769px) {
  .feature-index h3 em {
    font-size: 56px;
  }
}
.feature-index ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 32px;
}
@media screen and (min-width: 769px) {
  .feature-index ul {
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.feature-index li {
  display: block;
  font-size: 18px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.16);
  font-weight: 700;
  text-decoration: none;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (min-width: 769px) {
  .feature-index li {
    font-size: 20px;
    padding: 16px 20px;
  }
}
.feature-index li span {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  margin-right: 4px;
}
.feature-index li em {
  color: #AB3116;
}
@media screen and (min-width: 769px) {
  .feature-index li.-small {
    font-size: 19px;
  }
}

.cta {
  text-align: center;
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .cta {
    margin-top: 100px;
    padding: 0 20px;
    max-width: 400px;
    margin-inline: auto;
  }
}

.cta-text {
  text-align: center;
  font-size: 20px;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .cta-text {
    font-size: 28px;
  }
}

.cta-logo {
  width: 295px;
  margin-top: 32px;
}
@media screen and (min-width: 769px) {
  .cta-logo {
    width: 513px;
    margin-top: 60px;
  }
}

.cta-button {
  background-color: #F17D00;
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  border-radius: 999px;
  margin: 0 auto 0;
  padding: 16px 0;
  position: relative;
  width: 296px;
  box-sizing: border-box;
  transition: filter 0.3s ease;
}
@media screen and (min-width: 769px) {
  .cta-button {
    font-size: 26px;
    padding: 24px 0;
    width: 600px;
  }
}
@media (any-hover: hover) {
  .cta-button:hover {
    filter: brightness(1.1);
  }
}
.cta-button.-green {
  background-color: #024832;
}
.cta-button.-faq {
  background-color: #fff;
  color: #004832;
  border: 2px solid #004832;
}
@media screen and (max-width: 768px) {
  .cta-button.-faq {
    font-size: 18px;
    padding-right: 32px;
  }
}

.cta-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  height: 36px;
  width: 36px;
  border-radius: 99px;
  display: flex;
}
@media screen and (min-width: 769px) {
  .cta-arrow {
    right: 20px;
    height: 40px;
    width: 40px;
  }
}
.cta-arrow img {
  margin: auto;
  width: 14px;
}
.-faq .cta-arrow {
  background-color: #004832;
}

.cta-link {
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .cta-link {
    margin-top: 20px;
  }
}
.cta-link a {
  color: #AB3116;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .cta-link a {
    font-size: 20px;
  }
}

.faq {
  padding-bottom: 140px;
  margin-top: 140px;
}

.footerGlobal {
  position: relative;
  z-index: 2;
  background-color: #174832;
  text-align: center;
  padding: 20px 0 100px;
}
@media screen and (min-width: 769px) {
  .footerGlobal {
    padding: 28px 0 128px;
  }
}
.footerGlobal img {
  margin-bottom: 12px;
}
.footerGlobal p {
  color: #fff;
  font-size: 11px;
}

.fixedButton {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 8px 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .fixedButton {
    padding: 16px 0;
  }
}
.fixedButton.-show {
  pointer-events: initial;
  opacity: 1;
}
.fixedButton a {
  background-color: #F17D00;
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  border-radius: 999px;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  width: 90%;
  box-sizing: border-box;
  transition: filter 0.3s ease;
}
@media screen and (min-width: 769px) {
  .fixedButton a {
    font-size: 26px;
    padding: 14px 0;
    width: 500px;
  }
}
@media (any-hover: hover) {
  .fixedButton a:hover {
    filter: brightness(1.1);
  }
}

.fixedButton-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  height: 36px;
  width: 36px;
  border-radius: 99px;
  display: flex;
}
@media screen and (min-width: 769px) {
  .fixedButton-arrow {
    right: 20px;
    height: 40px;
    width: 40px;
  }
}
.fixedButton-arrow img {
  margin: auto;
  width: 14px;
}
.-faq .fixedButton-arrow {
  background-color: #004832;
}

/* modal */
.modalMovie {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 99999999;
}
.modalMovie.-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modalMovie-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modalMovie-close {
  position: absolute;
  right: 10px;
  top: -40px;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .modalMovie-close {
    right: 0px;
    top: -40px;
  }
}
@media screen and (max-width: 768px) {
  .modalMovie-close svg {
    width: 20px;
    height: 20px;
  }
}
.modalMovie-close svg rect {
  fill: #fff;
}

.modalMovie-container {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .modalMovie-container {
    width: 880px;
  }
}

.modalMovie-container-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.modalMovie-container-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
