@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: #EAEAEA;
  --color_base__020: #34D1D6;
  --color_base__030: #028B90;
  --color_base__040: #F44261;
  --color_base__050: #ECF6F7;
  --color_base__060: #FFFFFF;
  --color_base__070: #000000;
  --color_base__080: #011515;
  --color_base__090: #B0F5F7;
  --color_base__100: #028B90;
  --color_base__110: #c65f94;
  --color_base__120: #19397c;
  --color_base__130: #cecece;
  --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-color: var(--color_base__010);
  color: var(--color_base__070);
  overflow-x: hidden;
}

*::selection {
  background-color: var(--color_base__030);
  color: #fff;
}
*::-moz-selection {
  background-color: var(--color_base__030);
  color: #fff;
}

.container {
  background: url(../images/img_hero_bg.png) no-repeat 50% -5%;
  background-size: 110%;
  min-width: 128rem;
}
@media (max-width: 767.98px) {
  .container {
    background: url(../images/img_hero_bg.png) no-repeat 50% -2%;
    background-size: 180%;
    overflow-x: hidden;
    min-width: 0;
  }
}

.main-common {
  background: url(../images/bg_03.png) no-repeat 50% 400px;
  background-size: 110%;
}

.section-common {
  padding: 9rem 0;
}
@media (max-width: 767.98px) {
  .section-common {
    padding: 1.2rem;
  }
}
.section-common .section-inner {
  width: var(--width_max);
  background-color: var(--color_base__060);
  margin: 0 auto;
  padding: 12rem;
  border-radius: calc(var(--base_radius));
}
@media (max-width: 767.98px) {
  .section-common .section-inner {
    width: 100%;
    margin: 0;
    padding: 3.6rem 1.2rem;
  }
}
.section-hero {
  min-height: 100svh;
}
.section-hero .section-inner {
  min-height: 100svh;
  position: relative;
}
@media (max-width: 767.98px) {
  .section-hero .section-inner {
    padding: 1.6rem;
    padding-top: 6em;
  }
}
.section-hero .section-inner .images {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-hero .section-inner .images .img_010 {
  position: absolute;
  top: 0;
  left: 0;
  width: 40rem;
  z-index: 110;
}
@media (max-width: 767.98px) {
  .section-hero .section-inner .images .img_010 {
    width: 20rem;
    left: -10rem;
    top: -10rem;
  }
}
.section-hero .section-inner .images .img_020 {
  position: absolute;
  top: 60rem;
  left: -10rem;
  width: 40rem;
  z-index: 110;
}
@media (max-width: 767.98px) {
  .section-hero .section-inner .images .img_020 {
    width: 12rem;
    left: -8rem;
    top: 15rem;
  }
}
.section-hero .section-inner .images .img_030 {
  position: absolute;
  top: 20rem;
  right: -10rem;
  width: 50rem;
  z-index: 110;
}
@media (max-width: 767.98px) {
  .section-hero .section-inner .images .img_030 {
    width: 20rem;
    right: -10rem;
    top: -4rem;
  }
}
.section-hero .section-inner .images .img_040 {
  position: absolute;
  top: -10rem;
  left: -10rem;
  width: 80rem;
  z-index: 100;
}
@media (max-width: 767.98px) {
  .section-hero .section-inner .images .img_040 {
    width: 20rem;
    left: -10rem;
    top: -10rem;
    display: none;
  }
}
.section-hero .section-inner .images .img_050 {
  position: absolute;
  top: 60rem;
  right: -10rem;
  width: 60rem;
  z-index: 100;
}
@media (max-width: 767.98px) {
  .section-hero .section-inner .images .img_050 {
    width: 20rem;
    right: -10rem;
    top: -10rem;
    top: 75svh;
    display: none;
  }
}
.section-hero .section-inner .images .img_060 {
  position: absolute;
  top: -1rem;
  right: 0;
  width: 20rem;
  z-index: 100;
}
@media (max-width: 767.98px) {
  .section-hero .section-inner .images .img_060 {
    width: 12rem;
    right: 3rem;
    top: -8rem;
  }
}
.section-hero .section-inner .images .img_070 {
  position: absolute;
  top: 2rem;
  right: 25rem;
  width: 10rem;
  z-index: 100;
}
@media (max-width: 767.98px) {
  .section-hero .section-inner .images .img_070 {
    width: 10rem;
    right: -5rem;
    top: 16rem;
  }
}
.section-hero .section-inner .items {
  max-width: 76rem;
  z-index: 100100;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 767.98px) {
  .section-hero .section-inner .items {
    padding: 0;
    position: static;
  }
}
.section-merit {
  background-color: var(--color_base__060);
  padding-top: 0;
  padding-bottom: 0;
}
.section-company .section-inner {
  background-color: var(--color_base__080);
  color: var(--color_base__060);
  padding: 6rem;
}
@media (max-width: 767.98px) {
  .section-company .section-inner {
    padding: 3.6rem;
  }
}
.section-about {
  background: url(../images/bg_04.png) no-repeat 50% 0;
  background-size: 100%;
}
.section-activity {
  background: url(../images/bg_05.png) no-repeat 50% 10rem;
  background-size: 100%;
}
.section-doctor {
  background: url(../images/bg_06.png) no-repeat 50% 100px;
  background-size: 100%;
}

.header-common {
  position: fixed;
  width: 100%;
  padding-top: 2.4rem;
  z-index: 1000100;
  bottom: 0;
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .header-common {
    padding: 0;
    padding-bottom: 0.8rem;
  }
}
.header-common.is-active {
  transition: all 0.5s;
  bottom: 0;
}
.header-common .inner {
  max-width: var(--width_max);
  border-radius: var(--base_radius);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding-bottom: 1.6rem;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .header-common .inner {
    padding: 0 0.8rem;
    position: relative;
  }
}
.header-common .inner .logo {
  padding-left: 2.4rem;
}
.header-common .inner .nav-col {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .header-common .inner .nav-col {
    display: none;
  }
}
.header-common .inner .nav {
  margin-right: 2.4rem;
}
.header-common .inner .nav .list-navigation {
  display: flex;
}
@media (max-width: 767.98px) {
  .header-common .inner .nav .list-navigation {
    flex-wrap: wrap;
    padding-top: 2.4rem;
  }
}
.header-common .inner .nav .list-navigation .list-item {
  margin: 0 0.8rem;
}
@media (max-width: 767.98px) {
  .header-common .inner .nav .list-navigation .list-item {
    width: 100%;
    margin-bottom: 1.6rem;
    padding-top: 1.6rem;
  }
}
.header-common .inner .nav .list-navigation .list-item a {
  font-size: var(--font_size__040);
  color: var(--color_base__070);
}
.header-common .inner .nav .list-navigation .list-item a::before {
  content: "";
  background-color: var(--color_base__020);
  display: inline-block;
  clip-path: circle(50% at 50% 50%);
  width: 1.6rem;
  height: 1.6rem;
  margin-right: calc(var(--base_margin) * 1);
}
.header-common .inner .title {
  width: 100%;
  text-align: center;
  font-size: var(--font_size__030);
  color: var(--color_base__040);
  font-weight: 700;
  padding: 0 0 0.8rem 0;
}
.header-common .inner .title::before {
  content: "";
  background: url(../images/img_mark_0001.svg) no-repeat 0 0;
  background-size: 100%;
  display: block;
  width: 6.4rem;
  height: 3rem;
  margin: 0 auto;
  position: relative;
  top: -0.6rem;
}
.header-common .inner .btn {
  padding: 0rem;
}
@media (max-width: 767.98px) {
  .header-common .inner .btn {
    width: 50%;
    padding: 0.4rem;
  }
}
.header-common .inner .btn a {
  display: inline-block;
  padding: 2rem 1.6rem;
  background-color: var(--color_base__040);
  color: var(--color_base__060);
  border-radius: 0 0 0 0;
  font-size: var(--font_size__040);
  font-weight: 700;
  overflow: hidden;
  border-radius: var(--base_radius);
  min-width: 20rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.8rem;
}
@media (max-width: 767.98px) {
  .header-common .inner .btn a {
    font-size: var(--font_size__050);
    width: 100%;
    border-radius: 2.4rem;
    padding: 1rem 0;
    min-width: 1rem;
    margin: 0;
  }
}
.header-common .inner .btn a::after {
  content: "";
  background: url(../images/img_arrow_0003.svg) no-repeat 0 0;
  background-size: 100%;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 0.8rem;
}
@media (max-width: 767.98px) {
  .header-common .inner .btn a::after {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 0.4rem;
  }
}
.header-common .inner .pagetop {
  position: absolute;
  right: 0;
}
.header-common .inner .pagetop a {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  background: url(../images/img_arrow.svg) no-repeat 50% 50%;
  background-color: var(--color_base__040);
  transform: rotate(-90deg);
  border-radius: 4rem;
}
.header-common .inner .hm-nav {
  display: none;
}
@media (max-width: 767.98px) {
  .header-common .inner .hm-nav {
    display: block;
    position: absolute;
    right: 1rem;
    top: 2rem;
  }
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navicon {
  background: var(--color_base__030);
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: var(--color_base__030);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

.active .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.active .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.active .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.active .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}
.active .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger Menu Animation Start */
.footer-common {
  text-align: center;
  padding: 8rem 0 30rem 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 .swiper-button-prev {
  top: auto;
  left: auto;
  bottom: 0;
  right: 5rem;
}
.swiper .swiper-button-prev::after {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background: url(../images/arrow_0007.svg) no-repeat 50% 50%;
  background-color: #CC0000;
  position: absolute;
  right: 8px;
  top: 10px;
}
.swiper .swiper-button-next {
  top: auto;
  bottom: 0;
}
.swiper .swiper-button-next::after {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background: url(../images/arrow_0008.svg) no-repeat 50% 50%;
  background-color: #CC0000;
  position: absolute;
  right: 8px;
  top: 10px;
}

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

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: calc(infinity);
}

.modal__container {
  max-width: 100vw;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  margin: 0 2rem;
}
.modal__container .yt-video {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.modal__container .yt-video iframe {
  width: 100%;
  height: 100%;
  min-width: 64rem;
}
@media (max-width: 1919.98px) {
  .modal__container .yt-video iframe {
    min-width: 80rem;
  }
}
@media (max-width: 767.98px) {
  .modal__container .yt-video iframe {
    min-width: 30rem;
  }
}

.modal__header {
  display: block;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: center;
  padding-top: 1.6rem;
}
.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__header .modal__close:before {
  content: "";
  background: url(/assets/images/btn_close.svg) no-repeat 0 0;
  width: 5rem;
  height: 5rem;
  display: inline-block;
}

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

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  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 {
  background-color: #00449e;
  color: #fff;
}

/**************************\
    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);
  max-width: 80rem;
}

.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;
  margin-bottom: 18rem;
  padding-top: 8rem;
}
@media (max-width: 767.98px) {
  .title-common.c__010 {
    padding-top: 4rem;
    margin-bottom: 10rem;
  }
}
.title-common.c__010 .t0 {
  text-align: center;
  display: block;
  display: block;
  height: 12rem;
}
.title-common.c__010 .t0 img {
  width: 36rem;
}
@media (max-width: 767.98px) {
  .title-common.c__010 .t0 img {
    width: 24rem;
  }
}
.title-common.c__010 .t1 {
  font-size: var(--font_size__010);
  font-weight: 700;
  display: block;
}
@media (max-width: 767.98px) {
  .title-common.c__010 .t1 {
    font-size: var(--font_size__030);
  }
}
.title-common.c__010 .t2 {
  font-size: var(--font_size__030);
  font-weight: 700;
  display: block;
}
@media (max-width: 767.98px) {
  .title-common.c__010 .t2 {
    font-size: var(--font_size__040);
    padding-top: 0.8rem;
  }
}
.title-common.c__020 {
  font-size: var(--font_size__030);
  font-weight: 700;
  margin-bottom: 0rem;
  position: relative;
  padding-left: 2.4rem;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  .title-common.c__020 {
    font-size: var(--font_size__040);
    margin-bottom: 1.6rem;
  }
}
.title-common.c__020 .t1 {
  font-size: var(--font_size__020);
  border-bottom: 3px solid var(--color_base__020);
}
@media (max-width: 767.98px) {
  .title-common.c__020 .t1 {
    font-size: var(--font_size__030);
  }
}
.title-common.c__020::before {
  content: "";
  background-color: var(--color_base__020);
  display: inline-block;
  clip-path: circle(50% at 50% 50%);
  width: 1.6rem;
  height: 1.6rem;
  margin-right: calc(var(--base_margin) * 1);
  position: absolute;
  left: 0;
}
.title-common.c__020::after {
  content: "";
  background-color: var(--color_base__020);
  display: block;
  width: 0.1rem;
  height: 38rem;
  position: absolute;
  left: 0.6rem;
  top: 1rem;
}
@media (max-width: 767.98px) {
  .title-common.c__020::after {
    height: 44rem;
  }
}
.title-common.c__030 .t1 {
  font-size: var(--font_size__030);
  font-weight: 600;
  display: block;
  margin-bottom: calc(var(--base_margin) * 2);
}
@media (max-width: 767.98px) {
  .title-common.c__030 .t1 {
    font-size: var(--font_size__040);
  }
}
.title-common.c__030 .t1::before {
  content: "";
  background-color: var(--color_base__020);
  display: inline-block;
  clip-path: circle(50% at 50% 50%);
  width: 1.6rem;
  height: 1.6rem;
  margin-right: calc(var(--base_margin) * 1);
}
.title-common.c__030 .t2 {
  font-size: var(--font_size__010);
  line-height: 1.2;
  font-weight: 600;
  display: block;
  margin-bottom: calc(var(--base_margin) * 8);
}
@media (max-width: 767.98px) {
  .title-common.c__030 .t2 {
    font-size: var(--font_size__030);
    margin-bottom: calc(var(--base_margin) * 4);
  }
}
.title-common.c__040 {
  background-color: var(--color_base__090);
  font-size: var(--font_size__020);
  font-weight: 700;
  padding: 4rem;
  padding-left: 16rem;
}
@media (max-width: 767.98px) {
  .title-common.c__040 {
    font-size: var(--font_size__030);
    padding: 1.6rem;
    padding-left: 8.6rem;
  }
}
.title-common.c__050 .t0 {
  font-size: var(--font_size__030);
  font-weight: 700;
  display: inline-block;
  margin-bottom: calc(var(--base_margin) * 2);
  color: var(--color_base__040);
  background-color: var(--color_base__010);
  padding: 1.2rem 2.4rem;
  border-radius: 0.8rem;
  border-left: 12px solid var(--color_base__040);
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .title-common.c__050 .t0 {
    font-size: var(--font_size__040);
  }
}
.title-common.c__050 .t1 {
  font-size: var(--font_size__030);
  font-weight: 600;
  display: block;
  margin-bottom: calc(var(--base_margin) * 2);
}
@media (max-width: 767.98px) {
  .title-common.c__050 .t1 {
    font-size: var(--font_size__040);
  }
}
.title-common.c__050 .t2 {
  font-size: var(--font_size__010);
  line-height: 1.2;
  font-weight: 600;
  display: block;
  margin-bottom: calc(var(--base_margin) * 8);
}
@media (max-width: 767.98px) {
  .title-common.c__050 .t2 {
    font-size: var(--font_size__030);
    margin-bottom: calc(var(--base_margin) * 2);
  }
}

.text-common.c__010 {
  font-size: var(--font_size__030);
  line-height: 1.6;
  margin-bottom: calc(var(--base_margin) * 2);
}
@media (max-width: 767.98px) {
  .text-common.c__010 {
    font-size: var(--font_size__050);
  }
}
.text-common.c__010 .t1 {
  font-size: var(--font_size__020);
  font-weight: 700;
  display: block;
  margin-bottom: 2.4rem;
  border-left: 8px solid var(--color_base__120);
  padding-left: 1.6rem;
}
@media (max-width: 767.98px) {
  .text-common.c__010 .t1 {
    font-size: var(--font_size__030);
  }
}
.text-common.c__020 {
  font-size: var(--font_size__040);
  line-height: 1.6;
  margin-bottom: calc(var(--base_margin) * 6);
  padding: 2.4rem;
}
@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);
  color: var(--color_base__100);
  line-height: 1.6;
  margin-bottom: calc(var(--base_margin) * 6);
  padding: 2.4rem;
  text-align: center;
  padding: 6.4rem 0;
}
@media (max-width: 767.98px) {
  .text-common.c__030 {
    font-size: var(--font_size__060);
    margin-bottom: 0;
    padding: 1.6rem 0;
  }
}
.text-common.c__030 .t1 {
  font-size: var(--font_size__030);
  background-color: var(--color_base__020);
  color: var(--color_base__060);
  border-radius: var(--base_radius);
  display: inline-block;
  padding: 0.4rem 0.8em;
  margin: 0 0.4rem;
}
@media (max-width: 767.98px) {
  .text-common.c__030 .t1 {
    font-size: var(--font_size__650);
    margin: 0 0.2rem;
  }
}
.text-common.c__040 {
  font-size: var(--font_size__040);
  line-height: 1.6;
  padding: 2.4rem 0;
  padding-left: 2.4rem;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .text-common.c__040 {
    font-size: var(--font_size__050);
    padding: 0 0 0 2.4rem;
    padding-bottom: 0;
  }
}
.text-common.c__040.v2 {
  font-weight: 700;
  margin-bottom: 6rem;
}
@media (max-width: 767.98px) {
  .text-common.c__040.v2 {
    margin-bottom: 4rem;
  }
}
.text-common.c__040.v2 .note {
  font-size: var(--font_size__070);
  display: block;
  font-weight: normal;
}
.text-common.c__050 {
  padding: 4.8rem 0 0 0;
  text-align: center;
}

.btn-common.c__020 {
  display: flex;
  justify-content: center;
}
.btn-common.c__020.v1 {
  padding-top: 4.8rem;
}
.btn-common.c__020.v2 .link {
  background-color: var(--color_base__120);
}
.btn-common.c__020 .link {
  display: inline-block;
  padding: 3.2rem 4.8rem;
  background-color: var(--color_base__040);
  color: var(--color_base__060);
  border-radius: var(--base_radius);
  font-size: var(--font_size__040);
  font-weight: 700;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .btn-common.c__020 .link {
    width: 100%;
    padding: 2rem 0;
    font-size: var(--font_size__050);
    letter-spacing: 0.001rem;
  }
}
.btn-common.c__020 .link::after {
  content: "";
  background: url(../images/img_arrow_0003.svg) no-repeat 0 0;
  background-size: 100%;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 1rem;
}
.btn-common.c__020 .link.cta {
  border: 2px solid var(--color_base__060);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.btn-common.c__020 .link.cta::after {
  content: "";
  background: url(../images/img_mark_0002.svg) no-repeat 0 0;
  background-size: 100%;
  display: inline-block;
  width: 2.4rem;
  height: 3.6rem;
  margin-left: 0.8rem;
}
@media (max-width: 767.98px) {
  .btn-common.c__020 .link.cta::after {
    width: 2rem;
    height: 3rem;
    margin-left: 0.4rem;
  }
}
.btn-common.c__030 .link {
  color: var(--color_base__060);
  text-decoration: underline;
}
.btn-common.c__030 .link::before {
  content: "";
  background-color: var(--color_base__020);
  display: inline-block;
  clip-path: circle(50% at 50% 50%);
  width: 1.6rem;
  height: 1.6rem;
  margin-right: calc(var(--base_margin) * 1);
}

.column-common.c__010 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.8rem;
}
@media (max-width: 767.98px) {
  .column-common.c__010 {
    flex-wrap: wrap;
  }
}
.column-common.c__010 .item {
  width: 47.5%;
  order: 50;
}
@media (max-width: 767.98px) {
  .column-common.c__010 .item {
    width: 100%;
  }
}
.column-common.c__010 .item:nth-child(2) {
  order: 10;
  margin-bottom: 2.4rem;
}

.col-doctor {
  border-bottom: 1px dotted var(--color_base__130);
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}

.image-common.c__010 {
  display: flex;
  justify-content: center;
  padding: 4.8rem 0;
}
.image-common.c__010 img {
  max-width: 100%;
}
.image-common.c__010.v2 img {
  max-width: 40%;
}
.image-common.c__010.v3 img {
  max-width: 40%;
}
.image-common.c__010.v4 {
  padding-left: 4.8rem;
  padding-right: 4.8rem;
}
.image-common.c__010.v4 img {
  max-width: 36rem;
}
.image-common.c__010.v5 {
  padding: 0;
}
.image-common.section-image img {
  width: 100%;
}
.image-common.c__020 {
  text-align: center;
}
.image-common.c__020 img {
  max-width: 70%;
}

.list-common.c__010 .list-item {
  background-color: var(--color_base__050);
  position: relative;
  border-radius: calc(var(--base_radius));
}
.list-common.c__010 .list-item .num {
  position: absolute;
  width: 8.5rem;
  color: var(--color_base__060);
  background-color: var(--color_base__020);
  border-radius: 0 0 var(--base_radius) var(--base_radius);
  padding: 2.4rem 0;
  text-align: center;
  top: -1.6rem;
  left: 2rem;
}
@media (max-width: 767.98px) {
  .list-common.c__010 .list-item .num {
    width: 6rem;
    left: 1rem;
  }
}
.list-common.c__010 .list-item .num::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-color: var(--color_base__080);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 8.5rem;
}
@media (max-width: 767.98px) {
  .list-common.c__010 .list-item .num::after {
    left: 6rem;
  }
}
.list-common.c__010 .list-item .num .t1 {
  font-size: var(--font_size__050);
  display: block;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .list-common.c__010 .list-item .num .t1 {
    font-size: var(--font_size__070);
  }
}
.list-common.c__010 .list-item .num .t2 {
  font-size: var(--font_size__020);
  display: block;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .list-common.c__010 .list-item .num .t2 {
    font-size: var(--font_size__040);
  }
}

.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%);
  }
}
.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 */