@charset "UTF-8";
h2, h3, .font-bold {
  /* font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic", "YuGothic", sans-serif; */
  font-weight: normal;
}

/*! 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;
}

*::selection {
  background-color: #323276;
  color: #fff;
}
*::-moz-selection {
  background-color: #323276;
  color: #fff;
}

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 "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "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;
}

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

body {
  background-color: #EDEDED;
  font-size: 1.6rem;
}

a {
  opacity: 1;
  transition: opacity 0.5s;
}
a:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.container {
  padding: 0;
  margin: 0;
  font-feature-settings: "palt";
  overflow-x: hidden;
  background: url(../images/bg_body.svg) no-repeat left -1%;
  background-size: 120%;
}
@media (max-width: 1023.98px) {
  .container {
    background-size: 300%;
  }
}
.container.article {
  background: url(../images/bg_body.svg) no-repeat left -1%;
  background-size: 120%;
}
.container.article .main-global {
  margin-top: 140px;
}

.main-global {
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0 2rem;
  border-radius: 4rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
  margin-bottom: 8rem;
}
@media (max-width: 1023.98px) {
  .main-global {
    padding-top: 2rem;
    padding-bottom: 0;
    margin-bottom: 2rem;
  }
}

.header-global {
  padding: 2rem;
  position: fixed;
  z-index: 100;
  width: 100%;
}
.header-global .inner {
  width: 100%;
  min-height: 9rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4rem;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1023.98px) {
  .header-global .inner {
    min-height: 6rem;
    justify-content: space-between;
    position: relative;
  }
}
.header-global .global-logo {
  padding-left: 4rem;
}
@media (max-width: 1023.98px) {
  .header-global .global-logo {
    padding-left: 2rem;
    position: relative;
    z-index: 100;
  }
}
.header-global .global-logo img {
  height: 6rem;
}
@media (max-width: 1023.98px) {
  .header-global .global-logo img {
    height: 4.5rem;
  }
}
.header-global .openbtn1 {
  display: none;
}
@media (max-width: 1023.98px) {
  .header-global .openbtn1 {
    display: block;
    position: relative;
    background: #fff;
    cursor: pointer;
    min-width: 6rem;
    min-height: 6rem;
    border: 4px solid #4F4F4F;
    position: relative;
    z-index: 100;
  }
}
.header-global .openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #4F4F4F;
  width: 45%;
}
.header-global .openbtn1 span:nth-of-type(1) {
  top: 15px;
}
.header-global .openbtn1 span:nth-of-type(2) {
  top: 23px;
}
.header-global .openbtn1 span:nth-of-type(3) {
  top: 31px;
}
.header-global .openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.header-global .openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}
.header-global .openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.header-global .bt2 {
  display: flex;
}
@media (max-width: 1023.98px) {
  .header-global .bt2 {
    display: flex;
  }
}
@media (max-width: 1023.98px) {
  .header-global .bt2 .b1 {
    display: flex;
  }
}
@media (max-width: 1023.98px) {
  .header-global .bt2 .b2 {
    display: flex;
  }
}
.header-global .btn-download {
  background-color: #8B8B8B;
  border-radius: 0;
}
.header-global .btn-download a {
  color: #fff;
  border-radius: 4rem;
  min-height: 9rem;
  display: flex;
  align-items: center;
  padding: 0 3rem;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 1023.98px) {
  .header-global .btn-download a {
    min-height: 6rem;
    padding: 0 0.5rem;
    position: relative;
    z-index: 100;
    font-size: 1rem;
  }
}
.header-global .btn-inquiry {
  background-color: #4F4F4F;
  border-radius: 0 4rem 4rem 0;
}
@media (max-width: 1023.98px) {
  .header-global .btn-inquiry {
    position: relative;
    z-index: 100;
  }
}
.header-global .btn-inquiry a {
  color: #fff;
  border-radius: 4rem;
  min-height: 9rem;
  display: flex;
  align-items: center;
  padding: 0 3rem;
  font-weight: 800;
}
@media (max-width: 1023.98px) {
  .header-global .btn-inquiry a {
    min-height: 6rem;
    padding: 0 0.5rem;
    position: relative;
    z-index: 100;
    font-size: 1rem;
  }
}
.header-global .btn-inquiry a::before {
  content: "";
  background: url(../images/icon_0004.svg) no-repeat 0 0;
  background-size: 100%;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 1rem;
}
@media (max-width: 1023.98px) {
  .header-global .nav-global .list-global {
    display: block;
    visibility: hidden;
    height: 0;
    transition: height 0.5s;
    z-index: 99;
    position: absolute;
    top: 3rem;
    left: 0;
    padding-top: 6rem;
    padding: 6rem 2.4rem 2.4rem;
    background-color: #fff;
    width: 100%;
    border-radius: 0 0 4rem 4rem;
    transition: all 0.5s;
    opacity: 0;
  }
}
@media (max-width: 1023.98px) {
  .header-global .nav-global.active .list-global {
    visibility: visible;
    height: 80vh;
    transition: all 0.5s;
    opacity: 1;
  }
}
.header-global .nav-global .list-global {
  display: flex;
}
@media (max-width: 1023.98px) {
  .header-global .nav-global .list-global {
    display: block;
  }
}
.header-global .nav-global .list-global .item {
  margin: 0 1rem;
}
@media (max-width: 1023.98px) {
  .header-global .nav-global .list-global .item {
    display: block;
    border-bottom: 1px solid #4F4F4F;
    padding: 2.4rem 0;
  }
}
@media (max-width: 1023.98px) {
  .header-global .nav-global .list-global .item:last-child {
    border-bottom: 0;
  }
}
.header-global .nav-global .list-global .item .t1 {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  color: #000;
  padding-bottom: 0.6rem;
  font-weight: bold;
}
@media (max-width: 1023.98px) {
  .header-global .nav-global .list-global .item .t1 {
    font-size: 1.8rem;
  }
}
.header-global .nav-global .list-global .item .t2 {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  color: #8B8B8B;
  font-weight: bold;
}

.footer-common {
  background-color: #fff;
}
.footer-common .inner {
  padding: 6.4rem 0 12rem 0;
  margin: 0 auto;
}
@media (max-width: 1023.98px) {
  .footer-common .inner {
    width: 100%;
  }
}
.footer-common .inner .column-col2 .logo {
  display: flex;
  align-items: center;
  border-right: 1px solid #EDEDED;
}
.footer-common .inner .column-col2 .logo .ttl {
  width: 21.6rem;
  margin: 0 auto;
  margin-bottom: 2.4rem;
}
.footer-common .inner .column-col2 .list {
  display: flex;
  flex-wrap: wrap;
}
.footer-common .inner .column-col2 .list dt {
  width: 20%;
  text-align: center;
  background-color: #EDEDED;
  border-radius: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  height: 2.6em;
  font-weight: 800;
}
@media (max-width: 1023.98px) {
  .footer-common .inner .column-col2 .list dt {
    width: 30%;
  }
}
.footer-common .inner .column-col2 .list dd {
  width: 70%;
  margin-bottom: 1rem;
  padding: 0 0;
  line-height: 1.8;
  padding-left: 5%;
}
@media (max-width: 1023.98px) {
  .footer-common .inner .column-col2 .list dd {
    width: 60%;
  }
}
.footer-common .inner .list {
  display: flex;
  justify-content: center;
  margin-bottom: 1.6rem;
}
.footer-common .inner .list.lang__ja .item a {
  font-size: 1.2rem;
}
@media (max-width: 767.98px) {
  .footer-common .inner .list.lang__ja .item a {
    font-size: 1rem;
  }
}
.footer-common .inner .list .item a {
  font-size: 1.4rem;
  color: #fff;
  font-style: normal;
  font-weight: 300;
}
@media (max-width: 1365.98px) {
  .footer-common .inner .list .item a {
    font-size: 1.2rem;
  }
}
.footer-common .inner .list .item a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0 2.4rem;
}
.footer-common .inner .list .item a:hover {
  text-decoration: underline;
}
.footer-common .inner .list .item:last-child a::after {
  display: none;
}
.footer-common .inner .copyright {
  color: #959595;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
}
@media (max-width: 1365.98px) {
  .footer-common .inner .copyright {
    font-size: 1rem;
  }
}

.section-hero {
  padding-top: 20rem;
}
@media (max-width: 1023.98px) {
  .section-hero {
    padding-top: 16rem;
  }
}
.section-hero .section-inner {
  position: relative;
  min-height: 80vh;
  user-select: none;
  max-width: 128rem;
  margin: 0 auto;
}
@media (max-width: 1023.98px) {
  .section-hero .section-inner {
    line-height: 1.2;
    min-height: 90vh;
  }
}
.section-hero .section-inner .title {
  color: #fff;
  text-align: center;
  font-size: 6rem;
  font-weight: 800;
}
@media (max-width: 1023.98px) {
  .section-hero .section-inner .title {
    font-size: 3.6rem;
  }
}
.section-hero .section-inner .title .t2 {
  font-size: 7rem;
  border-bottom: 6px double #fff;
}
@media (max-width: 1023.98px) {
  .section-hero .section-inner .title .t2 {
    font-size: 4rem;
  }
}
.section-hero .section-inner .image1 {
  position: absolute;
  width: 50rem;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023.98px) {
  .section-hero .section-inner .image1 {
    width: 100vw;
    top: 40%;
  }
}
.section-hero .section-inner .image2 {
  position: absolute;
  width: 40rem;
  top: 55%;
  left: 60%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023.98px) {
  .section-hero .section-inner .image2 {
    width: 70vw;
    left: 70%;
  }
}
.section-hero .section-inner .image3 {
  position: absolute;
  width: 30rem;
  top: 18%;
  left: 10%;
}
@media (max-width: 1023.98px) {
  .section-hero .section-inner .image3 {
    width: 30vw;
    top: 70%;
  }
}
.section-hero .section-inner .image4 {
  position: absolute;
  width: 30rem;
  top: 62%;
  left: 25%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023.98px) {
  .section-hero .section-inner .image4 {
    width: 60vw;
    top: 30%;
    left: 30%;
  }
}
.section-hero .section-inner .image5 {
  position: absolute;
  width: 30rem;
  top: 45%;
  left: 75%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023.98px) {
  .section-hero .section-inner .image5 {
    width: 60vw;
    top: 80%;
    right: 10%;
  }
}
.section-map {
  background-color: #fff;
  border-radius: 4rem;
  padding: 8rem 0;
  margin-bottom: 8rem;
}
.section-contact {
  background-color: #071E7E;
  padding: 8rem 0;
  padding-bottom: 1rem;
}
.section-width .section-inner {
  width: 1080px;
  margin: 0 auto;
  margin-bottom: 16rem;
}
@media (max-width: 1023.98px) {
  .section-width .section-inner {
    width: 100%;
    padding: 1rem 2rem;
    margin-bottom: 4rem;
  }
}

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

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

.title-common.c__030 {
  color: #000;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 2.4rem;
  min-height: 2.5em;
}
.title-common.c__030 .t1 {
  font-size: 3.2rem;
  display: block;
  margin-bottom: 1rem;
}
@media (max-width: 1023.98px) {
  .title-common.c__030 .t1 {
    font-size: 2rem;
  }
}
.title-common.c__030 .t2 {
  font-size: 8rem;
  display: block;
  margin-bottom: 1rem;
}
@media (max-width: 1023.98px) {
  .title-common.c__030 .t2 {
    font-size: 3.2rem;
  }
}
.title-common.c__030 .t2.icon::before {
  content: "";
  display: inline-block;
  background: url(../images/icon_0005.svg) no-repeat 0 0;
  background-size: 100%;
  width: 7rem;
  height: 7rem;
  margin-right: 1rem;
}
@media (max-width: 1023.98px) {
  .title-common.c__030 .t2.icon::before {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
  }
}
.title-common.c__030 .t3 {
  font-size: 3.2rem;
  display: block;
}
@media (max-width: 1023.98px) {
  .title-common.c__030 .t3 {
    font-size: 2rem;
  }
}
.title-common.c__040 {
  font-size: 3.2rem;
  font-weight: 800;
  display: block;
  margin-bottom: 2.4rem;
}
@media (max-width: 1023.98px) {
  .title-common.c__040 {
    font-size: 2rem;
  }
}
.title-common.c__050 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 800;
  display: block;
  margin-bottom: 4rem;
}
@media (max-width: 1023.98px) {
  .title-common.c__050 {
    font-size: 2rem;
  }
}
.title-common.c__050.v2 {
  color: #fff;
}
.title-common.c__060 {
  font-size: 3.2rem;
  font-weight: 800;
  display: block;
  margin-bottom: 4rem;
  border-bottom: 1px solid #707070;
  padding-bottom: 2.4rem;
  position: relative;
}
@media (max-width: 1023.98px) {
  .title-common.c__060 {
    font-size: 2rem;
  }
}
.title-common.c__060::after {
  content: "";
  display: block;
  border-bottom: 1px solid #E60012;
  width: 30%;
  position: absolute;
  bottom: -1px;
}
.title-common.c__070 {
  font-size: 2rem;
  font-weight: 800;
  padding: 2rem;
}
@media (max-width: 1023.98px) {
  .title-common.c__070 {
    font-size: 2rem;
  }
}
@media (max-width: 1023.98px) {
  .title-common.c__070 {
    padding: 2rem 0;
  }
}
.title-common.c__070 .num {
  background-color: #E60012;
  color: #fff;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  display: inline-block;
  text-align: center;
  border-radius: 0.4rem;
  margin-right: 1rem;
}
.title-common.c__080 {
  font-size: 2rem;
  font-weight: 800;
  padding: 2rem;
  color: #000;
}
@media (max-width: 1023.98px) {
  .title-common.c__080 {
    font-size: 2rem;
  }
}
.title-common.c__080 .num {
  background-color: #000;
  color: #fff;
  padding: 1rem 1.5rem;
  line-height: 3rem;
  display: inline-block;
  text-align: center;
  border-radius: 0.4rem;
  margin-right: 1rem;
}
@media (max-width: 1023.98px) {
  .title-common.c__080 .num {
    display: block;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    font-size: 2rem;
  }
}

.image-common.c__020 {
  overflow: hidden;
}
.image-common.c__020 img {
  width: 100%;
}
.image-common.c__030 img {
  width: 100%;
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  padding: 2.4rem;
}
.image-common.c__030 .caption {
  padding-top: 1.6rem;
  line-height: 1.6;
}
.image-common.c__040 {
  text-align: center;
}
.image-common.c__040 img {
  width: 70%;
}
@media (max-width: 1023.98px) {
  .image-common.c__040 img {
    width: 100%;
  }
}
.image-common.pos_relative {
  position: relative;
}
.image-common.map {
  position: relative;
  padding-top: 2rem;
  border: 1px solid #707070;
}
.image-common.map .caption-map {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #071E7E;
  color: #fff;
  padding: 1rem 1.5rem;
  font-weight: 800;
}
.image-common.map img {
  width: 100%;
}

.table-common.c__010 {
  width: 100%;
  background-color: #EDEDED;
}
.table-common.c__010 tr {
  width: 100%;
}
.table-common.c__010 .th1 {
  background-color: #DEDEDE;
  border-right: 0.8rem solid #EDEDED;
  border-bottom: 0.8rem solid #EDEDED;
  text-align: center;
  padding: 2rem 1.6rem;
}
.table-common.c__010 .th1.radius1 {
  border-radius: 2rem 0 0 0;
  overflow: hidden;
}
.table-common.c__010 .th1.radius2 {
  border-radius: 0 2rem 0 0;
  overflow: hidden;
}
.table-common.c__010 .th1.w20 {
  width: 20%;
}
.table-common.c__010 .td1 {
  background-color: #fff;
  border-right: 0.8rem solid #EDEDED;
  border-bottom: 0.8rem solid #EDEDED;
  text-align: center;
  padding: 2rem 0.8rem;
  line-height: 1.6;
}
.table-common.c__020 {
  background-color: transparent;
}
@media (max-width: 1023.98px) {
  .table-common.c__020 {
    display: block;
    width: 100%;
  }
}
.table-common.c__020 .col1 input {
  width: 100%;
}
@media (max-width: 1023.98px) {
  .table-common.c__020 .col1 input {
    width: 100%;
  }
}
.table-common.c__020 .col3 input {
  width: 20%;
}
@media (max-width: 1023.98px) {
  .table-common.c__020 .col3 input {
    width: 23;
  }
}
@media (max-width: 1023.98px) {
  .table-common.c__020 tbody {
    display: block;
    width: 100%;
  }
}
.table-common.c__020 tr {
  width: 100%;
}
@media (max-width: 1023.98px) {
  .table-common.c__020 tr {
    display: block;
    width: 100%;
  }
}
.table-common.c__020 td {
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #EDEDED;
  padding: 2rem;
}
@media (max-width: 1023.98px) {
  .table-common.c__020 td {
    display: block;
    width: 100%;
  }
}
.table-common.c__020 td input {
  display: inline-block;
}
@media (max-width: 1023.98px) {
  .table-common.c__020 td {
    padding: 1rem;
  }
}
.table-common.c__020 td.col2 input {
  width: 20%;
}
@media (max-width: 1023.98px) {
  .table-common.c__020 td.col2 input {
    width: 40%;
  }
}
.table-common.c__020 td .formcol {
  padding: 10px 0;
}
.table-common.c__020 td.submit {
  text-align: center;
  border-bottom: 0;
}
.table-common.c__020 th {
  border-bottom: 1px solid #FFFFFF;
  background-color: #ededed;
  padding: 2rem;
  width: 30%;
}
@media (max-width: 1023.98px) {
  .table-common.c__020 th {
    display: block;
    width: 100%;
    padding: 1rem;
  }
}
.table-common.c__020 th.must:after {
  content: "必須";
  background-color: #B22D29;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 6px;
  margin-left: 1em;
}

.text-common {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
}
.text-common.c__010 {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #EDEDED;
  text-align: center;
}
.text-common.c__010.lang__ja {
  font-size: 1.4rem;
}
@media (max-width: 1365.98px) {
  .text-common.c__010.lang__ja {
    font-size: 1.2rem;
  }
}
@media (max-width: 1365.98px) {
  .text-common.c__010 {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023.98px) {
  .text-common.c__010 {
    font-size: 1.2rem;
  }
}
.text-common.c__020 {
  font-size: 2.4rem;
  line-height: 1.8;
  color: #000;
}
@media (max-width: 1023.98px) {
  .text-common.c__020 {
    font-size: 1.6rem;
  }
}
.text-common.c__030 {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #EDEDED;
  max-width: 84rem;
  margin: 0 auto;
}
.text-common.c__030.center {
  text-align: center;
}
@media (max-width: 767.98px) {
  .text-common.c__030.center {
    text-align: left;
  }
}
@media (max-width: 1365.98px) {
  .text-common.c__030 {
    font-size: 1rem;
  }
}
.text-common.c__note {
  text-align: right;
  padding: 2.4rem 0;
}
@media (max-width: 1365.98px) {
  .text-common.c__note {
    font-size: 1.2rem;
    padding: 1.2rem 0;
  }
}
.text-common.c__note2 {
  font-weight: 800;
  text-align: center;
  padding: 2.4rem 0;
  padding-top: 3.6rem;
  color: #E60012;
}
.text-common.c__note2 .t1 {
  background-color: #E60012;
  color: #fff;
  padding: 0.5rem 0.8rem;
  border-radius: 0.4rem;
  margin-right: 1rem;
}
.text-common.c__note3 {
  font-weight: 800;
  text-align: center;
  padding: 2.4rem 0;
  padding-top: 3.6rem;
  color: #071E7E;
}
.text-common.c__note3 .t1 {
  background-color: #071E7E;
  color: #fff;
  padding: 0.5rem 0.8rem;
  border-radius: 0.4rem;
  margin-right: 1rem;
}

.list-common.c__010 {
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 2rem;
}
@media (max-width: 1023.98px) {
  .list-common.c__010 {
    flex-wrap: wrap;
  }
}
.list-common.c__010.w3 {
  margin-top: 6.4rem;
}
.list-common.c__010.w3 .item {
  width: 33%;
}
@media (max-width: 1023.98px) {
  .list-common.c__010.w3 .item {
    margin-bottom: 0;
    padding: 1.2rem;
  }
}
.list-common.c__010 .item {
  padding: 2.4rem;
  text-align: center;
  width: 25%;
  border-right: 1px solid #EDEDED;
}
@media (max-width: 1023.98px) {
  .list-common.c__010 .item {
    width: 50%;
    margin-bottom: 3rem;
    padding: 1.2rem;
  }
}
.list-common.c__010 .item:last-child {
  border-right: 0;
}
.list-common.c__010 .item .number {
  background-color: #E60012;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 100%;
  font-size: 3.2rem;
  font-weight: 800;
  margin: 0 auto;
  position: relative;
  top: -4.2rem;
}
@media (max-width: 1023.98px) {
  .list-common.c__010 .item .number {
    width: 4rem;
    height: 4rem;
    top: -3rem;
    font-size: 2rem;
  }
}
.list-common.c__010 .item .image {
  text-align: center;
  height: 10rem;
}
@media (max-width: 1023.98px) {
  .list-common.c__010 .item .image {
    height: 6rem;
  }
}
.list-common.c__010 .item .image img {
  width: 6rem;
}
@media (max-width: 1023.98px) {
  .list-common.c__010 .item .image img {
    width: 4rem;
  }
}
.list-common.c__010 .item .title {
  font-size: 2.4rem;
  font-weight: 800;
  text-align: center;
  color: #E60012;
  min-height: 8rem;
  line-height: 1.4;
}
@media (max-width: 1023.98px) {
  .list-common.c__010 .item .title {
    font-size: 1.6rem;
  }
}
.list-common.c__010 .item .text {
  line-height: 1.4;
}
.list-common.c__020 {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 2rem;
  padding: 2.4rem;
}
@media (max-width: 1023.98px) {
  .list-common.c__020 {
    padding: 1.2rem;
  }
}
.list-common.c__020 .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2rem;
  position: relative;
}
@media (max-width: 1023.98px) {
  .list-common.c__020 .item {
    width: 49%;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
  }
}
.list-common.c__020 .item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1023.98px) {
  .list-common.c__020 .item:nth-child(3n) {
    margin-right: 2%;
  }
}
@media (max-width: 1023.98px) {
  .list-common.c__020 .item:nth-child(2n) {
    margin-right: 0;
  }
}
.list-common.c__020 .item .image img {
  width: 100%;
}
.list-common.c__020 .item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000;
  color: #fff;
  padding: 1.2rem;
}
@media (max-width: 1023.98px) {
  .list-common.c__020 .item .text {
    font-size: 1.2rem;
    padding: 0.6rem;
    width: 100%;
  }
}
.list-common.c__030 {
  width: 100%;
}
.list-common.c__030 .item {
  width: 100%;
}
.list-common.c__040 {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 2rem;
  padding: 2.4rem;
}
@media (max-width: 1023.98px) {
  .list-common.c__040 {
    padding: 1rem;
  }
}
.list-common.c__040 .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2rem;
  background-color: #071E7E;
  padding: 2rem;
  color: #fff;
  border-radius: 1rem;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 1023.98px) {
  .list-common.c__040 .item {
    width: 48%;
    padding: 1rem;
  }
}
.list-common.c__040 .item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1023.98px) {
  .list-common.c__040 .item:nth-child(3n) {
    margin-right: 2%;
  }
}
@media (max-width: 1023.98px) {
  .list-common.c__040 .item:nth-child(2n) {
    margin-right: 0;
  }
}
.list-common.c__050 .item {
  margin-bottom: 0.8rem;
  line-height: 1.8;
  position: relative;
  padding-left: 2rem;
}
.list-common.c__050 .item:before {
  content: "";
  display: inline-block;
  background: url(../images/icon_0006.svg) no-repeat 0 0;
  background-size: 100%;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.list-common.c__050 .item .t1 {
  color: #E60012;
}

.navigation-wrapper {
  position: relative;
}
.navigation-wrapper .dots {
  display: flex;
  padding: 10px 0;
  justify-content: center;
}
.navigation-wrapper .dot {
  border: none;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  margin: 0 5px;
  padding: 5px;
  cursor: pointer;
}
.navigation-wrapper .dot:focus {
  outline: none;
}
.navigation-wrapper .dot--active {
  background: #E60012;
}
.navigation-wrapper .arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  fill: #fff;
  cursor: pointer;
}
@media (max-width: 1023.98px) {
  .navigation-wrapper .arrow {
    top: 30%;
  }
}
.navigation-wrapper .arrow--left {
  left: -40px;
  fill: "#fff";
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' %3E%3C/path%3E%3C/svg%3E");
}
@media (max-width: 1023.98px) {
  .navigation-wrapper .arrow--left {
    left: 0;
  }
}
.navigation-wrapper .arrow--right {
  left: auto;
  right: -40px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E");
}
@media (max-width: 1023.98px) {
  .navigation-wrapper .arrow--right {
    right: 0;
  }
}
.navigation-wrapper .arrow--disabled.arrow--left {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' %3E%3C/path%3E%3C/svg%3E");
}
.navigation-wrapper .arrow--disabled.arrow--right {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E");
}

@media (max-width: 1023.98px) {
  .scroll-sp {
    overflow: scroll;
    position: relative;
  }
}
@media (max-width: 1023.98px) {
  .scroll-sp .table-common.c__010 {
    width: 1200px;
  }
}
@media (max-width: 1023.98px) {
  .scroll-sp .scimage {
    width: 1200px;
  }
}

.form-text {
  margin-bottom: 60px;
  background-color: #fff;
  border-radius: 2rem;
  padding: 2.4rem;
}
.form-text h3 {
  display: block;
  font-size: 1.8rem;
  padding-bottom: 0.6rem;
  font-weight: bold;
}
.form-text p {
  font-size: 1.4rem;
  line-height: 1.6;
}

.column-col1 {
  margin-bottom: 6.4rem;
}
@media (max-width: 1023.98px) {
  .column-col1 {
    margin-bottom: 4rem;
  }
}
.column-col1.v2 {
  margin-bottom: 8rem;
}
@media (max-width: 1023.98px) {
  .column-col1.v2 {
    margin-bottom: 4rem;
  }
}
.column-col2 {
  margin-bottom: 6.4rem;
  display: flex;
}
@media (max-width: 1023.98px) {
  .column-col2 {
    flex-wrap: wrap;
  }
}
.column-col2 .item {
  width: 50%;
  padding-right: 1rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .column-col2 .item {
    width: 100%;
    padding: 0;
    padding-bottom: 3.2rem;
  }
}
.column-col2 .item:nth-child(2n) {
  padding-right: 0;
  padding-left: 1rem;
}
@media (max-width: 767.98px) {
  .column-col2 .item:nth-child(2n) {
    padding: 0;
    padding-left: 0;
    border-left: 0;
  }
}
.column-col2 .item .item-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 6px solid #E60012;
  color: #E60012;
  font-size: 2.4rem;
  font-weight: 800;
  border-radius: 100%;
  padding: 2.8rem;
  position: absolute;
  top: 0;
  left: -4rem;
  width: 14rem;
  height: 14rem;
}
@media (max-width: 1023.98px) {
  .column-col2 .item .item-badge {
    font-size: 1.6rem;
    width: 10rem;
    height: 10rem;
    left: -2rem;
    padding: 0;
  }
}
.column-col2 .item.v2 {
  text-align: center;
  padding-top: 4rem;
  border-right: 1px solid #fff;
}
@media (max-width: 1023.98px) {
  .column-col2 .item.v2 {
    border-right: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 4rem;
  }
}
.column-col2 .item.v2:last-of-type {
  border-right: 0;
}
@media (max-width: 1023.98px) {
  .column-col2 .item.v2:last-of-type {
    border-right: 0;
    border-bottom: 0;
    padding-top: 4rem;
  }
}
.column-col2 .item.v2 .title {
  color: #fff;
  padding-top: 2rem;
  font-size: 3.2rem;
  font-weight: 800;
}
.column-col2 .item.v2 .title .t1 {
  display: block;
  font-size: 1.6rem;
  padding-top: 10px;
}
.column-col2 .item.v2 .title a {
  color: #fff;
}
.column-col2 .item.v2 .image {
  width: 6rem;
  margin: 0 auto;
}

.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;
  }
}/*# sourceMappingURL=style.css.map */