@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
h2,
h3,
.font-bold {
  font-weight: normal;
}

/*---------------------------------

SET VARIABLES

---------------------------------*/
:root {
  --color_base__010: #009B9B;
  --color_base__020: #B0E8E8;
  --color_base__030: #FFFFFF;
  --color_base__040: #000000;
  --color_base__050: #FD0044;
  --color_base__060: #1B9B1B;
  --color_base__070: #A71A3F;
  --color_base__080: #046404;
  --color_base__090: #006565;
  --color_base__100: #FFEFF3;
  --color_base__110: #E4EDED;
  --color_base__120: #B0E8E8;
  --color_base__130: #D9D9D9;
  --color_base__140: #D6D6D6;
  --color_base__150: #F5F5F5;
  --font_size__010: 4.8rem;
  --font_size__020: 3.6rem;
  --font_size__030: 2.4rem;
  --font_size__040: 1.8rem;
  --font_size__050: 1.6rem;
  --font_size__060: 1.4rem;
  --font_size__070: 1.2rem;
  --bg_image__010: url(../img/bg_common.png);
  --bg_image__020: url(../img/haikei_1.jpg);
  --bg_image__030: url(../img/haikei_contents.jpg);
  --bg_image__040: url(../img/bg_footer.svg);
  --bg_image__050: url(../img/img_hero.jpg);
  --width_max:120rem;
  --base_radius:2.4rem;
  --base_radius__020:0.8rem;
  --base_margin:0.8rem;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #000;
  background-color: #fff;
}

body {
  font: 16px/1 "Noto Sans JP", "Hiragino Kaku Gothic ProN", YuMincho, "YuMincho", "Hiragino Sans", Meiryo, Arial, Helvetica;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
}
@media (max-width: 767.98px) {
  body {
    min-width: inherit;
    font-size: 11px;
  }
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 2em;
}
p:last-child {
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  border-top: 1px solid black;
}

address {
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol:last-child,
ul:last-child,
dl:last-child {
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  list-style: none;
  margin-bottom: 0;
}

dt {
  font-weight: normal;
}

dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1em;
}

a {
  color: #286ecd;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

em {
  font-style: normal;
}

figure {
  margin: 0 0 0;
}

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

[role=button] {
  cursor: pointer;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: #fff;
}

caption {
  display: none;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  -webkit-appearance: none;
  background: none;
  border-width: 0;
}

button:focus {
  outline: 0;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type=text], input[type=search] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  color: #333;
  padding: 10px;
}

input[type=radio]:disabled,
input[type=checkbox]:disabled {
  cursor: not-allowed;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type=search] {
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-5 {
  margin-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

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

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

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

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

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

.mr-60 {
  margin-right: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

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

.mr-80 {
  margin-right: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

@media (max-width: 767.98px) {
  .mt-0-sp {
    margin-top: 0;
  }
  .mr-0-sp {
    margin-right: 0;
  }
  .mb-0-sp {
    margin-bottom: 0;
  }
  .ml-0-sp {
    margin-left: 0;
  }
  .mt-5-sp {
    margin-top: 5px;
  }
  .mr-5-sp {
    margin-right: 5px;
  }
  .mb-5-sp {
    margin-bottom: 5px;
  }
  .ml-5-sp {
    margin-left: 5px;
  }
  .mt-10-sp {
    margin-top: 10px;
  }
  .mr-10-sp {
    margin-right: 10px;
  }
  .mb-10-sp {
    margin-bottom: 10px;
  }
  .ml-10-sp {
    margin-left: 10px;
  }
  .mt-15-sp {
    margin-top: 15px;
  }
  .mr-15-sp {
    margin-right: 15px;
  }
  .mb-15-sp {
    margin-bottom: 15px;
  }
  .ml-15-sp {
    margin-left: 15px;
  }
  .mt-20-sp {
    margin-top: 20px;
  }
  .mr-20-sp {
    margin-right: 20px;
  }
  .mb-20-sp {
    margin-bottom: 20px;
  }
  .ml-20-sp {
    margin-left: 20px;
  }
  .mt-25-sp {
    margin-top: 25px;
  }
  .mr-25-sp {
    margin-right: 25px;
  }
  .mb-25-sp {
    margin-bottom: 25px;
  }
  .ml-25-sp {
    margin-left: 25px;
  }
  .mt-30-sp {
    margin-top: 30px;
  }
  .mr-30-sp {
    margin-right: 30px;
  }
  .mb-30-sp {
    margin-bottom: 30px;
  }
  .ml-30-sp {
    margin-left: 30px;
  }
  .mt-35-sp {
    margin-top: 35px;
  }
  .mr-35-sp {
    margin-right: 35px;
  }
  .mb-35-sp {
    margin-bottom: 35px;
  }
  .ml-35-sp {
    margin-left: 35px;
  }
  .mt-40-sp {
    margin-top: 40px;
  }
  .mr-40-sp {
    margin-right: 40px;
  }
  .mb-40-sp {
    margin-bottom: 40px;
  }
  .ml-40-sp {
    margin-left: 40px;
  }
  .mt-45-sp {
    margin-top: 45px;
  }
  .mr-45-sp {
    margin-right: 45px;
  }
  .mb-45-sp {
    margin-bottom: 45px;
  }
  .ml-45-sp {
    margin-left: 45px;
  }
  .mt-50-sp {
    margin-top: 50px;
  }
  .mr-50-sp {
    margin-right: 50px;
  }
  .mb-50-sp {
    margin-bottom: 50px;
  }
  .ml-50-sp {
    margin-left: 50px;
  }
  .mt-55-sp {
    margin-top: 55px;
  }
  .mr-55-sp {
    margin-right: 55px;
  }
  .mb-55-sp {
    margin-bottom: 55px;
  }
  .ml-55-sp {
    margin-left: 55px;
  }
  .mt-60-sp {
    margin-top: 60px;
  }
  .mr-60-sp {
    margin-right: 60px;
  }
  .mb-60-sp {
    margin-bottom: 60px;
  }
  .ml-60-sp {
    margin-left: 60px;
  }
  .mt-65-sp {
    margin-top: 65px;
  }
  .mr-65-sp {
    margin-right: 65px;
  }
  .mb-65-sp {
    margin-bottom: 65px;
  }
  .ml-65-sp {
    margin-left: 65px;
  }
  .mt-70-sp {
    margin-top: 70px;
  }
  .mr-70-sp {
    margin-right: 70px;
  }
  .mb-70-sp {
    margin-bottom: 70px;
  }
  .ml-70-sp {
    margin-left: 70px;
  }
  .mt-75-sp {
    margin-top: 75px;
  }
  .mr-75-sp {
    margin-right: 75px;
  }
  .mb-75-sp {
    margin-bottom: 75px;
  }
  .ml-75-sp {
    margin-left: 75px;
  }
  .mt-80-sp {
    margin-top: 80px;
  }
  .mr-80-sp {
    margin-right: 80px;
  }
  .mb-80-sp {
    margin-bottom: 80px;
  }
  .ml-80-sp {
    margin-left: 80px;
  }
}
.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-5 {
  padding-top: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

@media (max-width: 767.98px) {
  .pt-0-sp {
    padding-top: 0;
  }
  .pr-0-sp {
    padding-right: 0;
  }
  .pb-0-sp {
    padding-bottom: 0;
  }
  .pl-0-sp {
    padding-left: 0;
  }
  .pt-5-sp {
    padding-top: 5px;
  }
  .pr-5-sp {
    padding-right: 5px;
  }
  .pb-5-sp {
    padding-bottom: 5px;
  }
  .pl-5-sp {
    padding-left: 5px;
  }
  .pt-10-sp {
    padding-top: 10px;
  }
  .pr-10-sp {
    padding-right: 10px;
  }
  .pb-10-sp {
    padding-bottom: 10px;
  }
  .pl-10-sp {
    padding-left: 10px;
  }
  .pt-15-sp {
    padding-top: 15px;
  }
  .pr-15-sp {
    padding-right: 15px;
  }
  .pb-15-sp {
    padding-bottom: 15px;
  }
  .pl-15-sp {
    padding-left: 15px;
  }
  .pt-20-sp {
    padding-top: 20px;
  }
  .pr-20-sp {
    padding-right: 20px;
  }
  .pb-20-sp {
    padding-bottom: 20px;
  }
  .pl-20-sp {
    padding-left: 20px;
  }
  .pt-25-sp {
    padding-top: 25px;
  }
  .pr-25-sp {
    padding-right: 25px;
  }
  .pb-25-sp {
    padding-bottom: 25px;
  }
  .pl-25-sp {
    padding-left: 25px;
  }
  .pt-30-sp {
    padding-top: 30px;
  }
  .pr-30-sp {
    padding-right: 30px;
  }
  .pb-30-sp {
    padding-bottom: 30px;
  }
  .pl-30-sp {
    padding-left: 30px;
  }
  .pt-35-sp {
    padding-top: 35px;
  }
  .pr-35-sp {
    padding-right: 35px;
  }
  .pb-35-sp {
    padding-bottom: 35px;
  }
  .pl-35-sp {
    padding-left: 35px;
  }
  .pt-40-sp {
    padding-top: 40px;
  }
  .pr-40-sp {
    padding-right: 40px;
  }
  .pb-40-sp {
    padding-bottom: 40px;
  }
  .pl-40-sp {
    padding-left: 40px;
  }
  .pt-45-sp {
    padding-top: 45px;
  }
  .pr-45-sp {
    padding-right: 45px;
  }
  .pb-45-sp {
    padding-bottom: 45px;
  }
  .pl-45-sp {
    padding-left: 45px;
  }
  .pt-50-sp {
    padding-top: 50px;
  }
  .pr-50-sp {
    padding-right: 50px;
  }
  .pb-50-sp {
    padding-bottom: 50px;
  }
  .pl-50-sp {
    padding-left: 50px;
  }
  .pt-55-sp {
    padding-top: 55px;
  }
  .pr-55-sp {
    padding-right: 55px;
  }
  .pb-55-sp {
    padding-bottom: 55px;
  }
  .pl-55-sp {
    padding-left: 55px;
  }
  .pt-60-sp {
    padding-top: 60px;
  }
  .pr-60-sp {
    padding-right: 60px;
  }
  .pb-60-sp {
    padding-bottom: 60px;
  }
  .pl-60-sp {
    padding-left: 60px;
  }
  .pt-65-sp {
    padding-top: 65px;
  }
  .pr-65-sp {
    padding-right: 65px;
  }
  .pb-65-sp {
    padding-bottom: 65px;
  }
  .pl-65-sp {
    padding-left: 65px;
  }
  .pt-70-sp {
    padding-top: 70px;
  }
  .pr-70-sp {
    padding-right: 70px;
  }
  .pb-70-sp {
    padding-bottom: 70px;
  }
  .pl-70-sp {
    padding-left: 70px;
  }
  .pt-75-sp {
    padding-top: 75px;
  }
  .pr-75-sp {
    padding-right: 75px;
  }
  .pb-75-sp {
    padding-bottom: 75px;
  }
  .pl-75-sp {
    padding-left: 75px;
  }
  .pt-80-sp {
    padding-top: 80px;
  }
  .pr-80-sp {
    padding-right: 80px;
  }
  .pb-80-sp {
    padding-bottom: 80px;
  }
  .pl-80-sp {
    padding-left: 80px;
  }
}
@media (max-width: 767.98px) {
  .only-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1190px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  background: url(../images/btn_close_0003.png) no-repeat 0 0;
  top: 88px;
  width: 1190px;
  height: 40px;
  margin: 0 auto;
  margin-left: 60px;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: none;
  content: " ";
  position: absolute;
  top: 54px;
  left: 23px;
  width: 1px;
  height: 38px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  left: 100px;
  top: 88px;
  width: 1190px;
  margin: 0 auto;
}

.modaal-content-container {
  padding: 0;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

html {
  font-size: 62.5%;
  vertical-align: bottom;
  overflow-x: hidden;
}

img {
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
}

body {
  background: url(../images/bg.png) repeat 0 0;
  background-color: var(--color_base__010);
  background-size: 80rem;
  color: var(--color_base__030);
  overflow-x: hidden;
}

.header-common {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  background-color: var(--color_base__030);
  width: 100%;
}

.section-hero {
  background-color: var(--color_base__020);
}
.section-hero .inner {
  position: relative;
}
.section-hero .inner .logo {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color_base__030);
  padding: 4rem;
  border-radius: 0 0 4rem 0;
  z-index: 100;
}
@media (max-width: 767.98px) {
  .section-hero .inner .logo {
    padding: 1.2rem;
    border-radius: 0 0 1.6rem 0;
  }
}
.section-hero .inner .logo img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .section-hero .inner .logo img {
    width: 14em;
  }
}
.section-hero .inner .hero {
  text-align: center;
}
.section-hero .inner .hero img {
  max-width: 100%;
}

.section-common {
  padding: 12rem 0;
}
@media (max-width: 767.98px) {
  .section-common {
    padding: 6rem 1.6rem;
  }
}
.section-common .inner {
  position: relative;
  border-radius: 3.2rem;
  color: var(--color_base__040);
  background-color: var(--color_base__030);
  box-shadow: 1rem 1rem 0 var(--color_base__090);
  border: 4px solid var(--color_base__040);
  max-width: 108rem;
  margin: 0 auto;
  padding: 4.8rem;
}
@media (max-width: 767.98px) {
  .section-common .inner {
    padding: 3.2rem 1.6rem;
  }
}
.section-common .inner::before {
  content: "";
  display: block;
  background: url(../images/img_section_0001.png) no-repeat 0 0;
  background-size: 100%;
  width: 30rem;
  height: 20rem;
  position: absolute;
  top: -20rem;
  left: 0;
}
@media (max-width: 767.98px) {
  .section-common .inner::before {
    width: 20rem;
    height: 12rem;
    top: -12rem;
  }
}
.section-common .inner::after {
  content: "";
  display: block;
  background: url(../images/img_section_0002.png) no-repeat 0 0;
  background-size: 100%;
  width: 14rem;
  height: 20rem;
  position: absolute;
  bottom: -13rem;
  right: 4rem;
}
@media (max-width: 767.98px) {
  .section-common .inner::after {
    width: 10rem;
    height: 12rem;
    bottom: -8rem;
  }
}
.section-common.content_0001 .inner::before {
  background: url(../images/img_section_0001.png) no-repeat 0 0;
  background-size: 100%;
}
.section-common.content_0002 .inner::before {
  background: url(../images/img_section_1001.png) no-repeat 0 0;
  background-size: 100%;
}
.section-common.content_0004 {
  background-color: var(--color_base__020);
}
.section-common.content_0004 .inner {
  border: 0;
  background-color: transparent;
  box-shadow: 0 0 0 var(--color_base__090);
}
@media (max-width: 767.98px) {
  .section-common.content_0004 .inner {
    padding: 0;
  }
}
.section-common.content_0004 .inner::after {
  display: none;
}
.section-common.content_0004 .inner::before {
  display: none;
}
.section-common.content_0005 {
  padding-bottom: 0;
}
.section-common.content_0005 .inner {
  border: 0;
  background-color: transparent;
  box-shadow: 0 0 0 var(--color_base__090);
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .section-common.content_0005 .inner {
    padding: 0;
  }
}
.section-common.content_0005 .inner::after {
  display: none;
}
.section-common.content_0005 .inner::before {
  display: none;
}
.section-common.content_0006 .inner::before {
  background: url(../images/img_section_3001.png) no-repeat 0 0;
  background-size: 100%;
}
.section-common.content_0007 .inner::before {
  background: url(../images/img_section_4001.png) no-repeat 0 0;
  background-size: 100%;
}
.section-common.content_0008 .inner::before {
  background: url(../images/img_section_5001.png) no-repeat 0 0;
  background-size: 100%;
}

.footer-common {
  text-align: center;
  padding: 8rem 0;
}

.is__PC {
  display: block;
}
@media (max-width: 767.98px) {
  .is__PC {
    display: none !important;
  }
}

.is__SP {
  display: none;
}
@media (max-width: 767.98px) {
  .is__SP {
    display: block !important;
  }
}

.swiper {
  padding-bottom: 6rem;
  z-index: 200;
}
.swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper-button-next, .swiper-button-prev {
  color: var(--color_base__010);
}

@media (max-width: 767.98px) {
  .txt_adjust {
    letter-spacing: -2px;
  }
}

/**************************\
  Basic Modal Styles
\**************************/
video {
  width: 100%;
  max-width: 1080px; /* 最大でも400px以下に */
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.modal__container {
  background-color: #fff;
  padding: 12px;
  max-width: 1080px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  z-index: 1000000;
}

@media screen and (max-width: 480px) {
  .modal__container {
    max-height: 90vh;
    max-width: 400px;
  }
}
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  position: relative;
}
.modal__btn-primary::after {
  content: "";
  display: block;
  background: url(../images/icon_btn.svg) no-repeat 0 0;
  background-size: 100%;
  width: 10rem;
  height: 10rem;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.title-common.c__010 {
  text-align: center;
  font-size: var(--font_size__020);
  margin-bottom: 16rem;
  line-height: 1.2;
  font-weight: bold;
  color: var(--color_base__010);
  position: relative;
}
@media (max-width: 767.98px) {
  .title-common.c__010 {
    font-size: var(--font_size__040);
    margin-bottom: 6rem;
  }
}
.title-common.c__010::after {
  content: "";
  display: block;
  background: url(../images/title_baloon_0001.svg) no-repeat 60% 0;
  background-size: 60%;
  width: 100%;
  height: 8rem;
  position: absolute;
  bottom: -8rem;
}
@media (max-width: 767.98px) {
  .title-common.c__010::after {
    background-size: 80%;
  }
}
.title-common.c__010.v1 {
  color: var(--color_base__030);
}
.title-common.c__010.v1::after {
  background: url(../images/title_baloon_0002.svg) no-repeat 50% 0;
}
@media (max-width: 767.98px) {
  .title-common.c__010.v1::after {
    background-size: 80%;
  }
}
.title-common.c__010.v1 .t2 {
  position: relative;
}
.title-common.c__010.v1 .t2::after {
  content: "";
  position: absolute;
  background: url(../images/icon_mark_0005.svg) no-repeat;
  background-size: 100%;
  left: -6rem;
  top: -2.4rem;
  width: 10rem;
  height: 3.6rem;
}
.title-common.c__020 {
  font-size: var(--font_size__030);
  color: var(--color_base__030);
  background-color: var(--color_base__050);
  display: inline-block;
  padding: 1.6rem 3.2rem;
  border-radius: 1.6rem;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .title-common.c__020 {
    font-size: var(--font_size__040);
  }
}
.title-common.c__030 {
  color: var(--color_base__030);
  font-size: var(--font_size__030);
  background-color: var(--color_base__010);
  font-weight: bold;
  text-align: center;
  padding: 1.6rem 0;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .title-common.c__030 {
    font-size: var(--font_size__040);
    padding: 1.6rem;
  }
}
.title-common.c__030.v2 {
  color: var(--color_base__040);
  background-color: var(--color_base__020);
}
.title-common.c__040 {
  color: var(--color_base__040);
  font-size: var(--font_size__030);
  font-weight: bold;
  margin-bottom: 3.2rem;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .title-common.c__040 {
    font-size: var(--font_size__040);
  }
}
.title-common.c__050 {
  color: var(--color_base__040);
  font-size: var(--font_size__030);
  font-weight: bold;
  margin-bottom: 3.2rem;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767.98px) {
  .title-common.c__050 {
    font-size: var(--font_size__040);
  }
}
.title-common.c__050 .t2 {
  display: block;
  color: var(--color_base__050);
}

.list-common.global-navigation {
  display: flex;
  justify-content: center;
  padding: 1.6rem;
  max-width: 108rem;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .list-common.global-navigation {
    padding: 0.8rem 0.4rem;
  }
}
.list-common.global-navigation .list-item {
  margin: 0 1.6rem;
  width: 47.5%;
}
@media (max-width: 767.98px) {
  .list-common.global-navigation .list-item {
    margin: 0 0.4rem;
  }
}
.list-common.c__010 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .list-common.c__010 {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .list-common.c__010 .list-item {
    width: 30%;
    margin: 0 0.4rem;
    margin-bottom: 1.6rem;
  }
}
.list-common.c__020 .list-item {
  background-color: var(--color_base__110);
  margin-bottom: 4.8rem;
  position: relative;
}
.list-common.c__020 .list-item .point {
  position: absolute;
  background: url(../images/icon_mark_0004.svg) no-repeat 0 0;
  background-size: 100%;
  width: 8rem;
  height: 8rem;
  top: -4rem;
  left: 2rem;
  padding-right: 2.2rem;
  padding-top: 1.2rem;
}
@media (max-width: 767.98px) {
  .list-common.c__020 .list-item .point {
    width: 5rem;
    height: 5rem;
    padding-right: 1.2rem;
    padding-top: 1.2rem;
    left: -1rem;
  }
}
.list-common.c__020 .list-item .point .t1 {
  display: block;
  text-align: right;
  font-size: var(--font_size__050);
}
@media (max-width: 767.98px) {
  .list-common.c__020 .list-item .point .t1 {
    font-size: var(--font_size__070);
  }
}
.list-common.c__020 .list-item .point .t2 {
  display: block;
  text-align: right;
  font-size: var(--font_size__020);
}
@media (max-width: 767.98px) {
  .list-common.c__020 .list-item .point .t2 {
    font-size: var(--font_size__040);
  }
}
.list-common.c__030 {
  display: flex;
  align-items: center;
  margin-bottom: 4.8rem;
}
@media (max-width: 767.98px) {
  .list-common.c__030 {
    display: block;
  }
}
.list-common.c__030 .t1 {
  font-size: var(--font_size__030);
  color: var(--color_base__030);
  background-color: var(--color_base__010);
  width: 30%;
  display: block;
  padding: 3.2rem;
  margin-right: 2%;
  border-radius: 1.6rem;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .list-common.c__030 .t1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.8rem;
    padding: 2.4rem 1.2rem;
  }
}
.list-common.c__030 .t1.v2 {
  color: var(--color_base__040);
  background-color: var(--color_base__140);
}
.list-common.c__030 .t2 {
  font-size: var(--font_size__030);
  width: 70%;
  background-color: var(--color_base__020);
  display: block;
  padding: 3.2rem;
  border-radius: 1.6rem;
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .list-common.c__030 .t2 {
    width: 100%;
  }
}
.list-common.c__030 .t2.v2 {
  color: var(--color_base__040);
  background-color: var(--color_base__150);
  padding: 2.4rem 1.2rem;
}

.text-common.c__010 {
  font-size: var(--font_size__050);
  line-height: 1.8;
}
.text-common.c__020 {
  font-size: var(--font_size__030);
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .text-common.c__020 {
    font-size: var(--font_size__050);
  }
}
.text-common.c__030 {
  font-size: var(--font_size__040);
  text-align: center;
  padding: 4rem;
  position: relative;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .text-common.c__030 {
    padding: 2rem 1.6rem;
    line-height: 1.4;
  }
}
.text-common.c__030 .image {
  position: absolute;
  right: 2rem;
  top: 1rem;
}
@media (max-width: 767.98px) {
  .text-common.c__030 .image {
    position: static;
    display: block;
    padding-top: 1.6rem;
  }
}

.text-red {
  color: var(--color_base__050);
}

.text-bold {
  font-weight: bold;
}

.text-under {
  text-decoration: underline;
}

.text-large {
  font-size: var(--font_size__030);
}
@media (max-width: 767.98px) {
  .text-large {
    font-size: var(--font_size__040);
  }
}

.text-large2 {
  font-size: var(--font_size__020);
}
@media (max-width: 767.98px) {
  .text-large2 {
    font-size: var(--font_size__030);
  }
}

.text-small {
  font-size: var(--font_size__050);
}
@media (max-width: 767.98px) {
  .text-small {
    font-size: var(--font_size__070);
  }
}

.text-accent1 {
  position: relative;
}
.text-accent1::after {
  content: "";
  background: url(../images/icon_mark_0003.svg) no-repeat 0 0;
  background-size: 100%;
  width: 1.2rem;
  height: 1.4rem;
  position: absolute;
  right: -0.5rem;
  top: 0;
}

.note {
  font-size: var(--font_size__060);
}
@media (max-width: 767.98px) {
  .note {
    font-size: var(--font_size__070);
  }
}

.note2 {
  font-size: var(--font_size__060);
  max-width: 60rem;
  margin: 0 auto;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  .note2 {
    font-size: var(--font_size__070);
  }
}

.col-common.c__010 {
  margin-bottom: 8rem;
}
@media (max-width: 767.98px) {
  .col-common.c__010 {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.col-common.c__020 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .col-common.c__020 {
    display: block;
  }
}
.col-common.c__020 .col-item {
  width: 47.5%;
}
@media (max-width: 767.98px) {
  .col-common.c__020 .col-item {
    width: 100%;
  }
}
.col-common.c__030 {
  background-color: var(--color_base__100);
  padding: 2.4rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .col-common.c__030 {
    padding: 1.2rem;
  }
}
.col-common.c__030 .col-inner {
  background-color: var(--color_base__030);
  border-radius: 3.2rem;
  padding: 2.4rem;
}
@media (max-width: 767.98px) {
  .col-common.c__030 .col-inner {
    padding: 1rem;
  }
}
.col-common.c__040 {
  background-color: var(--color_base__050);
  box-shadow: 0.6rem 0.6rem 0 var(--color_base__070);
  border-radius: 1.6rem;
  max-width: 60rem;
  padding: 2.4rem;
  margin: 0 auto;
  text-align: center;
  color: var(--color_base__030);
  font-size: var(--font_size__040);
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  margin-bottom: 4rem;
}
@media (max-width: 767.98px) {
  .col-common.c__040 {
    font-size: var(--font_size__050);
    padding: 2.4rem 0.8rem;
  }
}
.col-common.c__040 .t1 {
  font-size: var(--font_size__010);
}
@media (max-width: 767.98px) {
  .col-common.c__040 .t1 {
    font-size: var(--font_size__030);
  }
}
.col-common.c__040::after {
  content: "";
  background: url(../images/icon_mark_0003.svg) no-repeat 0 0;
  background-size: 100%;
  width: 2.4rem;
  height: 3rem;
  position: absolute;
  right: -2rem;
  top: -1rem;
}
.col-common.c__050 {
  background-color: var(--color_base__030);
  box-shadow: 0.6rem 0.6rem 0 var(--color_base__130);
  padding: 3.6rem;
  border-radius: 1.6rem;
}
@media (max-width: 767.98px) {
  .col-common.c__050 {
    padding: 1.6rem;
  }
}

.btn-common.c__010 {
  display: block;
  border-radius: 1.6rem;
  color: var(--color_base__030);
  background-color: var(--color_base__050);
  box-shadow: 0.6rem 0.6rem 0 var(--color_base__070);
  padding: 2.4rem 4.8rem;
  font-size: var(--font_size__030);
  font-weight: bold;
  position: relative;
  text-align: center;
}
@media (max-width: 767.98px) {
  .btn-common.c__010 {
    font-size: var(--font_size__070);
    padding: 1.6rem 2.4rem;
  }
}
.btn-common.c__010::after {
  content: "";
  display: block;
  background: url(../images/icon_arrow_0001.svg) no-repeat 0 0;
  background-size: 100%;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  right: 1rem;
  top: 40%;
}
@media (max-width: 767.98px) {
  .btn-common.c__010::after {
    width: 1.6rem;
    height: 1.6rem;
    right: 0.6rem;
  }
}
.btn-common.c__010.c_red {
  color: var(--color_base__030);
  background-color: var(--color_base__050);
  box-shadow: 0.6rem 0.6rem 0 var(--color_base__070);
}
.btn-common.c__010.c_green {
  color: var(--color_base__030);
  background-color: var(--color_base__060);
  box-shadow: 0.6rem 0.6rem 0 var(--color_base__080);
}

.table-common {
  width: 100%;
  margin-bottom: 4rem;
}
.table-common td,
.table-common th {
  padding: 3.6rem 0.4rem;
  text-align: center;
  font-size: var(--font_size__030);
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .table-common td,
  .table-common th {
    font-size: var(--font_size__060);
  }
}
.table-common .th__010 {
  width: 30%;
}
@media (max-width: 767.98px) {
  .table-common .th__010 {
    width: 24%;
  }
}
.table-common .th__020 {
  background-color: var(--color_base__050);
  color: var(--color_base__030);
  text-align: center;
  width: 30%;
  border-radius: 1.2rem 1.2rem 0 0;
}
.table-common .th__030 {
  background-color: #D6D6D6;
  text-align: center;
  width: 30%;
  border-radius: 1.2rem 1.2rem 0 0;
}
.table-common .td__010 {
  background-color: #71BFBF;
  border-bottom: 4px solid #fff;
  border-radius: 1.2rem 0 0 1.2rem;
}
.table-common .td__020 {
  background-color: var(--color_base__100);
  text-align: center;
  color: var(--color_base__040);
  border-bottom: 4px solid #fff;
}
.table-common .td__030 {
  background-color: #F5F5F5;
  text-align: center;
  border-bottom: 4px solid #fff;
}

.image-common.c__010 {
  position: relative;
}
@media (max-width: 767.98px) {
  .image-common.c__010 {
    padding-top: 2.4rem;
  }
}
.image-common.c__010::after {
  content: "";
  display: block;
  background: url(../images/title_baloon_0003.svg) no-repeat 0 0;
  width: 20rem;
  height: 13rem;
  position: absolute;
  top: -70px;
  right: -20px;
}
@media (max-width: 767.98px) {
  .image-common.c__010::after {
    width: 12rem;
    background-size: 100%;
    top: -10px;
  }
}

.loop03__box {
  display: flex;
  width: 100vw;
  padding-top: 10px;
  padding-bottom: 10px;
}

.loop03__item {
  flex: 0 0 auto;
  white-space: nowrap;
  padding-right: 25px;
  padding-left: 25px;
  font-size: 23rem;
  white-space: nowrap;
  color: #fff;
  font-weight: 700;
  pointer-events: none;
  user-select: none;
  line-height: 1;
  margin-bottom: 0;
}

.loop03__item:nth-child(odd) {
  animation: loop 80s -40s linear infinite;
}

.loop03__item:nth-child(even) {
  animation: loop2 80s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.section-shin {
  background-color: #E8F5F6;
  color: #000;
  line-height: 1.6;
  text-align: left;
}

.footer-common {
  background-color: #fff;
  color: #000;
  line-height: 1.6;
  text-align: left;
}

.lower-page .lower-section-title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 36px;
}

.lower-page .lower-section-title-latin {
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  color: #00a5a5;
  letter-spacing: 0.15em;
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .is-PC {
    display: none;
  }
}
.is-SP {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-SP {
    display: block;
  }
}
body:not(.home)::before {
  content: "";
  display: none;
}

body {
  padding: 0;
  max-width: none;
}

.column-col1 {
  margin-bottom: 4.8rem;
}
.column-col1.v2 {
  margin-bottom: 8rem;
}
.column-col2 {
  display: flex;
}
@media (max-width: 1023.98px) {
  .column-col2 {
    flex-wrap: wrap;
  }
}
.column-col2 .item {
  width: 50%;
  padding-right: 12rem;
}
@media (max-width: 1919.98px) {
  .column-col2 .item {
    padding-right: 8rem;
  }
}
@media (max-width: 1365.98px) {
  .column-col2 .item {
    padding-right: 4.8rem;
  }
}
@media (max-width: 767.98px) {
  .column-col2 .item {
    width: 100%;
    padding: 0;
    padding-bottom: 6.4rem;
  }
}
.column-col2 .item:nth-child(2n) {
  padding-right: 0;
  padding-left: 120px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1919.98px) {
  .column-col2 .item:nth-child(2n) {
    padding: 0;
    padding-left: 8rem;
  }
}
@media (max-width: 1919.98px) {
  .column-col2 .item:nth-child(2n) {
    padding: 0;
    padding-left: 4.8rem;
  }
}
@media (max-width: 767.98px) {
  .column-col2 .item:nth-child(2n) {
    padding: 0;
    padding-top: 6.4rem;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.column-col2 .item.c__010 {
  display: flex;
  flex-wrap: wrap;
}
.column-col2 .item.c__010 .title-common {
  width: 100%;
  order: 2;
}
.column-col2 .item.c__010 .image-common {
  width: 100%;
  order: 1;
}
.column-col2 .item.c__010 .text-common {
  width: 100%;
  order: 3;
}

.keen-slider:not([data-keen-slider-disabled]) {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  align-content: flex-start;
  display: flex;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  width: 100%;
}

.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
  flex-direction: row-reverse;
}

.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
  flex-wrap: wrap;
}

@media (max-width: 1023.98px) {
  .keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
    width: auto;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */