@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
h2, h3, .font-bold {
  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;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #272727;
  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 #272727;
}

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], textarea {
  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: #fff;
  color: #272727;
  font-size: 1.8rem;
}
@media (max-width: 767.98px) {
  body {
    font-size: 1.6rem;
  }
}

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

.load-overlay {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  pointer-events: none;
}

.container {
  padding: 0;
  margin: 0;
  font-feature-settings: "palt";
  overflow-x: hidden;
  background: url(/assets/images/bg_common_0005.jpg) repeat-y 0 0;
  background-size: 100%;
}
@media (max-width: 767.98px) {
  .container {
    background: url(/assets/images/bg_common_0005.jpg) no-repeat center 0;
    background-size: 400%;
  }
}
.container.article {
  background: url(/assets/images/bg_common_0003.jpg) repeat-y 0 0;
  background-size: 100%;
}

@media (max-width: 767.98px) {
  .header-common.active .inner-header .logo {
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
}
.header-common .inner-header {
  position: fixed;
  z-index: 100;
  width: 12rem;
  height: 100vh;
  top: 0;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767.98px) {
  .header-common .inner-header {
    width: 8rem;
    height: 100vh;
    background-color: transparent;
  }
}
.header-common .inner-header .logo {
  position: absolute;
  padding: 1.6rem;
  width: 12rem;
  z-index: 600;
  display: none;
}
@media (max-width: 767.98px) {
  .header-common .inner-header .logo {
    padding-top: 8rem;
    opacity: 0;
    pointer-events: none;
    width: 20rem;
    transition: all 0.5s ease-in-out;
  }
}
.header-common .inner-header .logo img {
  width: 100%;
}
.header-common .inner-header .nav-menu {
  position: fixed;
  width: 0;
  height: 100vh;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  top: 0;
  width: 0rem;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767.98px) {
  .header-common .inner-header .nav-menu {
    width: 8rem;
    height: 8rem;
  }
}
.header-common .inner-header .nav-menu.active {
  width: 50rem;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767.98px) {
  .header-common .inner-header .nav-menu.active {
    width: 8rem;
  }
}
.header-common .inner-header .nav-menu.active .list-common {
  opacity: 1;
  left: 16rem;
  pointer-events: visible;
  transition: all 0.5s 0.5s ease-in-out;
}
@media (max-width: 767.98px) {
  .header-common .inner-header .nav-menu.active .list-common {
    left: 0;
    transition: all 0.5s ease-in-out;
  }
}
.header-common .inner-header .nav-menu .list-common {
  width: 30rem;
  position: absolute;
  left: 14rem;
  top: 40%;
  opacity: 0;
  transition: all 0.25s 0 ease-in-out;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .header-common .inner-header .nav-menu .list-common {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    padding-top: 20rem;
    padding-left: 2.4rem;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
  }
}
.header-common .inner-header .col-nav {
  position: fixed;
  width: 4rem;
  top: 50%;
  right: 0;
  left: 4rem;
  z-index: 200;
}
@media (max-width: 767.98px) {
  .header-common .inner-header .col-nav {
    top: 3rem;
    left: 2rem;
  }
}
.header-common .inner-header .col-nav .button-hamburger {
  width: 4rem;
  height: 2rem;
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  cursor: pointer;
}
.header-common .inner-header .col-nav .button-hamburger:hover span:nth-of-type(2) {
  left: 5px;
}
.header-common .inner-header .col-nav .button-hamburger span {
  width: 100%;
  height: 0.1rem;
  background-color: #272727;
  display: block;
  position: absolute;
  transition: all 0.2s linear;
}
.header-common .inner-header .col-nav .button-hamburger span:nth-of-type(1) {
  top: 0;
  left: 0;
}
.header-common .inner-header .col-nav .button-hamburger span:nth-of-type(2) {
  top: calc(50% - 1px);
  left: 0;
}
.header-common .inner-header .col-nav .button-hamburger span:nth-of-type(3) {
  bottom: 0;
  left: 0;
}
.header-common .inner-header .col-nav .button-hamburger.close span:nth-of-type(1) {
  transform: translateY(0) rotate(27deg);
}
.header-common .inner-header .col-nav .button-hamburger.close span:nth-of-type(2) {
  opacity: 0;
}
.header-common .inner-header .col-nav .button-hamburger.close span:nth-of-type(3) {
  transform: translateY(0) rotate(-27deg);
  bottom: 1.9rem;
}

.footer-common {
  background-color: #fff;
}
.footer-common .inner-footer {
  padding: 12rem 4.8rem;
  padding-left: 20.8rem;
}
@media (max-width: 767.98px) {
  .footer-common .inner-footer {
    padding: 4.8rem 2.4rem;
    padding-left: 2.4rem;
  }
}
.footer-common .inner-footer .copyright {
  text-align: center;
  padding: 4.8rem 0;
}
@media (max-width: 767.98px) {
  .footer-common .inner-footer .copyright {
    padding: 4.8rem 2.4rem;
    padding-left: 2.4rem;
  }
}

.section-common {
  padding: 12rem 4.8rem;
  padding-left: 20.8rem;
}
@media (max-width: 767.98px) {
  .section-common {
    padding: 4.8rem 2.4rem;
    padding-left: 2.4rem;
  }
}
.section-common .inner-section {
  max-width: 148rem;
  margin: 0 auto;
}
.section-hero {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 4.8rem;
}
.section-hero .col1 {
  position: relative;
}
@media (max-width: 1023.98px) {
  .section-hero .col1 {
    padding-bottom: 6rem;
  }
}
@media (max-width: 767.98px) {
  .section-hero .col1 {
    padding-bottom: 6rem;
  }
}
.section-hero .col1 .p__010 {
  font-family: "Shippori Mincho", YuMincho, "YuMincho", serif;
  letter-spacing: -0.4rem;
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(34, 34, 34, 0.7);
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
}
@media (max-width: 1365.98px) {
  .section-hero .col1 .p__010 {
    font-size: 4.8rem;
  }
}
@media (max-width: 1023.98px) {
  .section-hero .col1 .p__010 {
    font-size: 3.6rem;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .section-hero .col1 .p__010 {
    font-size: 2.6rem;
  }
}
.section-hero .col1 .p__020 {
  font-family: "Shippori Mincho", YuMincho, "YuMincho", serif;
  letter-spacing: -0.4rem;
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(34, 34, 34, 0.7);
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  margin-left: 30rem;
}
@media (max-width: 1365.98px) {
  .section-hero .col1 .p__020 {
    font-size: 4.8rem;
  }
}
@media (max-width: 1023.98px) {
  .section-hero .col1 .p__020 {
    font-size: 3.6rem;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .section-hero .col1 .p__020 {
    font-size: 2.6rem;
    margin-left: 0;
  }
}
.section-hero .col1 .en {
  font-size: 1.2rem;
  line-height: 1.8;
  color: rgba(34, 34, 34, 0.7);
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  width: 30rem;
  position: absolute;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .section-hero .col1 .en {
    font-size: 1rem;
  }
}
.section-hero .col1 .logo {
  width: 20rem;
  position: absolute;
  bottom: -16rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section-hero .col1 .logo img {
  width: 100%;
}
.section-writer {
  background-color: rgba(6, 92, 130, 0.95);
}
.section-works {
  background-color: #EFF0F0;
  padding-right: 0;
}
.section-news {
  background-color: #E0F9FD;
  padding-right: 0;
}
.section-news .inner-section .column-common .swiper-slide {
  background-color: transparent;
}
.section-become .inner-section .column-common .swiper-slide {
  background-color: transparent;
}
.section-service {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
}
.section-service2 {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
}
.section-form {
  background-color: #fff;
}
.section-form .inner-section {
  max-width: 48rem;
  margin: 0;
}
.section-profile {
  background-color: #066F82;
}
.bg-common.c__010 {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
}
.bg-common.c__020 {
  background: url(/assets/images/bg_common_0001.jpg) no-repeat 0 0;
  background-size: 100%;
}
.bg-common.c__030 {
  background: url(/assets/images/bg_common_0002.jpg) no-repeat 0 0;
  background-size: cover;
}

.title-common.c__010 {
  margin-bottom: 6.4rem;
  border-left: 1rem solid #707070;
  padding-left: 2.4rem;
}
@media (max-width: 767.98px) {
  .title-common.c__010 {
    margin-bottom: 2.4 rem;
  }
}
.title-common.c__010 .t1 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #272727;
  display: block;
  padding-bottom: 1.6rem;
}
@media (max-width: 767.98px) {
  .title-common.c__010 .t1 {
    font-size: 1.8rem;
  }
}
.title-common.c__010 .t2 {
  font-size: 6.8rem;
  font-weight: 700;
  display: block;
  color: #272727;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .title-common.c__010 .t2 {
    font-size: 2.4rem;
  }
}
.title-common.c__010.v2 {
  border-left: none;
  padding-left: 0;
}
.title-common.c__010.v2 .t1 {
  color: #fff;
}
.title-common.c__010.v2 .t2 {
  color: #fff;
}
.title-common.c__010.v3 {
  border-left: none;
  padding-left: 0;
}
.title-common.c__010.v4 {
  text-align: center;
  border-left: none;
  padding-left: 0;
}
.title-common.c__010.v4 .t2 {
  font-size: 4rem;
  font-weight: 700;
  display: block;
  color: #272727;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .title-common.c__010.v4 .t2 {
    font-size: 2.4rem;
  }
}
.title-common.c__010.v5 {
  border-left: none;
  padding-left: 0;
}
.title-common.c__010.v5 .t1 {
  font-size: 1.8rem;
}
.title-common.c__010.v5 .t2 {
  font-size: 3.6rem;
}
.title-common.c__020 {
  text-align: center;
  margin-bottom: 2.4rem;
}
.title-common.c__020 .t1 {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  color: #272727;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .title-common.c__020 .t1 {
    font-size: 1.2rem;
  }
}
.title-common.c__020 .t2 {
  font-size: 4.8rem;
  font-weight: 700;
  display: block;
  color: #272727;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .title-common.c__020 .t2 {
    font-size: 3.2rem;
  }
}
.text-common.c__010 {
  font-size: 1.8rem;
  display: block;
  line-height: 2;
  color: #272727;
}
.text-common.c__010.white {
  color: #fff;
}
.btn-common.c__010 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  color: #272727;
  background-color: #fff;
  border: 1px solid #272727;
  display: inline-block;
  padding: 1.6rem 8rem;
  border: 2px solid #272727;
  border-radius: 4rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .btn-common.c__010 {
    display: block;
    width: 28rem;
    margin: 0 auto;
    text-align: center;
  }
}
.btn-common.c__010::after {
  content: "";
  display: inline-block;
  background: url(/assets/images/img_arrow_0001.svg) no-repeat 0 0;
  background-size: 100%;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 3rem;
  top: calc(50% - 1rem);
}
.btn-common.c__010.disable {
  pointer-events: none;
  opacity: 0.4;
}
.btn-common.c__010.white {
  color: #fff;
}
.btn-common.c__020 {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  color: #272727;
  display: inline-block;
  position: relative;
}
.btn-common.c__020::before {
  content: "";
  display: inline-block;
  background: url(/assets/images/img_arrow_0003.svg) no-repeat 0 0;
  background-size: 100%;
  width: 2rem;
  height: 2rem;
  top: calc(50% - 1rem);
  margin-right: 1.6rem;
}

.loop03 {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.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;
}
@media (max-width: 767.98px) {
  .loop03__item {
    font-size: 12rem;
  }
}

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

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

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.section-become .list-common .swiper-slide,
.section-works .list-common .swiper-slide,
.section-news .list-common .swiper-slide {
  width: 40%;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .section-become .list-common .swiper-slide,
  .section-works .list-common .swiper-slide,
  .section-news .list-common .swiper-slide {
    width: 100%;
  }
}
.section-become .swiper-pagination,
.section-works .swiper-pagination,
.section-news .swiper-pagination {
  top: auto;
  bottom: 0;
}
.section-become .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.section-works .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.section-news .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #95FDE9;
}
.section-become .swiper-horizontal > .swiper-pagination-progressbar,
.section-works .swiper-horizontal > .swiper-pagination-progressbar,
.section-news .swiper-horizontal > .swiper-pagination-progressbar {
  width: 50%;
}

.section-become .list-common {
  padding-bottom: 4rem;
}
.section-become .list-common .swiper-slide {
  width: 100%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .section-become .list-common .swiper-slide {
    width: 100%;
  }
}

.section-news .list-common .swiper-slide {
  width: 25%;
}
@media (max-width: 767.98px) {
  .section-news .list-common .swiper-slide {
    width: 50%;
  }
}

.swiper-button-next,
.swiper-button-prev {
  width: 4.8rem;
  height: 4.8rem;
  background-color: #fff;
  border-radius: 1.2rem;
}
@media (max-width: 767.98px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 3.2rem;
    height: 3.2rem;
    display: none;
  }
}

.swiper-button-prev::after {
  content: "";
  background: url(/assets/images/img_arrow_0003.svg) no-repeat 0 0;
  background-size: 100%;
  width: 1.6rem;
  height: 1.6rem;
}

.swiper-button-next::after {
  content: "";
  background: url(/assets/images/img_arrow_0002.svg) no-repeat 0 0;
  background-size: 100%;
  width: 1.6rem;
  height: 1.6rem;
}

/* モーダル */
.modal-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.modal-container {
  background: #fff url(/assets/images/bg_common_0004.jpg) no-repeat right 10rem;
  background-size: contain;
  background-attachment: fixed;
  max-height: 80vh;
  max-width: 90vw;
  overflow-y: auto;
  padding: 30px;
  width: 95%;
  border-radius: 1.2rem;
  position: relative;
}
.modal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.modal-close {
  background: transparent;
  border: 0;
}

.modal-header .modal-close::before {
  content: "✕";
}

.modal-content {
  line-height: 1.5;
  margin-bottom: 2rem;
  margin-top: 2rem;
  overflow-y: auto;
}

.modal-open {
  display: block;
}

/* モーダルアニメーション */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

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

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

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

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

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

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

.list-common.c__010 {
  display: flex;
  padding-top: 3rem;
}
.list-common.c__010 .item {
  width: 100%;
  position: relative;
}
.list-common.c__010 .item .number {
  position: absolute;
  top: -4rem;
  left: 0rem;
  font-size: 6.8rem;
  font-weight: 700;
}
.list-common.c__010 .item .link {
  display: flex;
  justify-content: space-between;
  color: #272727;
  background-color: #fff;
  padding: 4rem;
}
.list-common.c__010 .item .link .image {
  width: 47.5%;
}
.list-common.c__010 .item .link .details {
  width: 47.5%;
}
.list-common.c__010 .item .link .details .title {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.list-common.c__010 .item .link .details .sub {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 1.6rem;
}
.list-common.c__010 .item .link .details .copy {
  font-size: 1.8rem;
  line-height: 1.8;
}
.list-common.c__020 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 108rem;
  margin: 0 auto;
}
.list-common.c__020.v2 {
  max-width: none;
  margin: 0;
  justify-content: center;
}
.list-common.c__020.v2 .item {
  width: 30%;
  margin: 0 1.6rem;
  min-height: 60rem;
}
@media (max-width: 767.98px) {
  .list-common.c__020.v2 .item {
    width: 100%;
    margin-bottom: 3.2rem;
    min-height: 0;
  }
}
.list-common.c__020.v2 .item:nth-child(even) {
  margin-top: 0;
}
.list-common.c__020 .item {
  width: 48rem;
  background-color: #fff;
  border: 1px solid #707070;
  padding: 4rem;
  margin-bottom: 6rem;
  min-height: 68rem;
}
@media (max-width: 767.98px) {
  .list-common.c__020 .item {
    width: 100%;
    padding: 2.4rem;
    margin-bottom: 3.2rem;
    min-height: 0;
  }
}
.list-common.c__020 .item:nth-child(even) {
  margin-top: 6rem;
}
@media (max-width: 767.98px) {
  .list-common.c__020 .item:nth-child(even) {
    margin-top: 0;
  }
}
.list-common.c__020 .item .image-common {
  margin-bottom: 2.4rem;
}
.list-common.c__020 .item .text-common {
  margin-bottom: 2.4rem;
}
.list-common.c__030 {
  display: flex;
}
.list-common.c__030 .list-item {
  margin-right: 1.6rem;
}
.list-common.c__030 .list-item img {
  height: 2rem;
}
.list-common.c__040 {
  border-top: 1px solid #EFF0F0;
}
.list-common.c__040 .item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #EFF0F0;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.list-common.c__040 .item .title {
  width: 100%;
  padding-bottom: 1.4rem;
}
@media (max-width: 767.98px) {
  .list-common.c__040 .item .title {
    width: 100%;
  }
}
.list-common.c__040 .item .title .must {
  font-size: 1.2rem;
  font-weight: 700;
  color: #A30000;
  background-color: #FEE4E2;
  border-radius: 1.2rem;
  padding: 0.8rem 1.6rem;
  display: inline-block;
  margin-left: 1rem;
}
.list-common.c__040 .item .input {
  width: 100%;
}
@media (max-width: 767.98px) {
  .list-common.c__040 .item .input {
    width: 100%;
  }
}
.list-common.c__040 .item .input input {
  width: 100%;
}
.list-common.c__040 .item .input textarea {
  width: 100%;
}
.list-common.c__050 {
  display: flex;
  flex-wrap: wrap;
}
.list-common.c__050 .item {
  margin-right: 2.4rem;
  margin-bottom: 2.4rem;
}
.list-common.c__050 .item a {
  color: #272727;
}
.list-common.c__050 .item a::before {
  content: "-";
  margin-right: 1rem;
}
.list-common.c__060 {
  display: flex;
  flex-wrap: wrap;
}
.list-common.c__060 .title {
  width: 20%;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 2.4rem;
}
.list-common.c__060 .details {
  width: 80%;
  line-height: 1.8;
  margin-bottom: 2.4rem;
}
.list-common.c__070 {
  display: flex;
}
.list-common.c__070 .item {
  width: 100%;
}
.list-common.c__070 .item .image-common {
  margin-bottom: 1.6rem;
}
.list-common.c__070 .item .date {
  display: block;
  margin-bottom: 1.6rem;
}
.list-common.c__070 .item .title {
  font-weight: 700;
  line-height: 1.6;
}
.list-common.c__070 a {
  color: #272727;
}
.list-common.c__080 {
  color: #272727;
}
.list-common.c__080 .item {
  margin-bottom: 2.4rem;
}
.list-common.c__080 .item a {
  font-size: 1.8rem;
  font-weight: 600;
  display: block;
  color: #272727;
}
.list-common.c__080 .item a:before {
  content: "-";
  display: inline-block;
  margin-right: 1rem;
}
.list-breadclumbs {
  display: flex;
  padding-bottom: 4.8rem;
}
.list-breadclumbs .item {
  font-size: 1.2rem;
}
.list-breadclumbs .item a {
  color: #272727;
}
.list-breadclumbs .item::after {
  content: ">";
  margin: 0 1rem;
}
.list-breadclumbs .item:last-child::after {
  display: none;
}

.column-common.col1__010 .swiper {
  padding-bottom: 6rem;
}
.column-common.col1__020 {
  padding-top: 6rem;
}
.column-common.col1__020 .swiper {
  padding-bottom: 6rem;
}
.column-common.col2__010 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(42%, 1fr));
  gap: 30px 4%;
}
@media (max-width: 767.98px) {
  .column-common.col2__010 {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
.column-common.col2__020 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(42%, 1fr));
  gap: 30px 4%;
  margin-bottom: 8rem;
}
@media (max-width: 767.98px) {
  .column-common.col2__020 {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
.column-common.col2__030 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .column-common.col2__030 {
    display: block;
  }
}
.column-common.col2__030 .item {
  width: 49%;
}
@media (max-width: 767.98px) {
  .column-common.col2__030 .item {
    width: 100%;
  }
}
.column-common.col2__030 .item .title {
  text-align: center;
}
.column-common.col2__030 .item .title .t1 {
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
}
@media (max-width: 767.98px) {
  .column-common.col2__030 .item .title .t1 {
    font-size: 1.8rem;
    line-height: 1.4;
    padding-top: 2.4rem;
  }
}
.column-common.col2__030 .item .title .t2 {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
}
@media (max-width: 767.98px) {
  .column-common.col2__030 .item .title .t2 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.column-common.col2__030 .item .date {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-bottom: 2.4rem;
}
.column-common.col2__030 .item .text {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  .column-common.col2__030 .item .text {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.column-profile {
  position: relative;
}
.column-profile .title0 {
  position: absolute;
  width: 14rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -1rem;
  padding: 0 1rem;
  text-align: center;
  color: #fff;
  background-color: #066F82;
}
.column-profile .col-inner {
  color: #fff;
  border: 1px solid #fff;
  padding: 4.8rem 2.4rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .column-profile .col-inner {
    flex-wrap: wrap;
  }
}
.column-profile .col-inner .item {
  width: 50%;
}
@media (max-width: 767.98px) {
  .column-profile .col-inner .item {
    width: 100%;
  }
}
.column-profile .col-inner .item:nth-child(1) {
  padding-right: 5%;
}
@media (max-width: 767.98px) {
  .column-profile .col-inner .item:nth-child(1) {
    padding-right: 0;
    margin-bottom: 3.6rem;
  }
}
.column-profile .col-inner .item:nth-child(2) {
  border-left: 1px solid #fff;
  padding-right: 0;
  padding-left: 5%;
}
@media (max-width: 767.98px) {
  .column-profile .col-inner .item:nth-child(2) {
    border-left: none;
    padding-left: 0;
  }
}
.column-profile .col-inner .item .title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  display: flex;
  align-items: center;
}
.column-profile .col-inner .item .title:before {
  content: "";
  background: url(/assets/images/img_service_0004.png) no-repeat 0 0;
  background-size: 100%;
  width: 6rem;
  height: 6rem;
  display: inline-block;
  margin-right: 1.6rem;
}
.column-profile .col-inner .item .title2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  text-align: center;
}
.column-profile .col-inner .item .description {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 2.4rem;
}
.column-profile .col-inner .item .col1 {
  background-color: #fff;
  padding: 2.4rem;
}
.column-profile .col-inner .item .col1 .list-title {
  padding-top: 2.4rem;
  margin-bottom: 1.6rem;
  color: #272727;
  font-weight: 700;
}
.column-profile .col-inner .item .list1 {
  margin-bottom: 2.4rem;
}
.column-profile .col-inner .item .list1 .list-item {
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #EFF0F0;
  font-size: 1.4rem;
}
@media (max-width: 767.98px) {
  .column-profile .col-inner .item .list1 .list-item {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  .column-profile .col-inner .item .list1 .list-item::after {
    display: none;
  }
}
.column-profile .col-inner .item .list1 .list-item:last-child::after {
  display: none;
}
.column-profile .col-inner .item .list1 .list-item a {
  color: #272727;
  line-height: 1.6;
}
.column-profile .col-inner .item .list1 .list-item a::after {
  content: "";
  display: inline-block;
  background: url(/assets/images/img_arrow_0001.svg) no-repeat 0 0;
  background-size: 100%;
  width: 2rem;
  height: 2rem;
  position: relative;
  top: 4px;
  margin-left: 1rem;
}
.column-profile .col-inner .item .list2 {
  display: flex;
}
.column-profile .col-inner .item .list2 .list-item {
  margin-right: 2.4rem;
}
.column-profile .col-inner .item .list2 .list-item img {
  height: 3rem;
}
.column-profile .col-inner .item .list3 {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .column-profile .col-inner .item .list3 {
    flex-wrap: wrap;
  }
}
.column-profile .col-inner .item .list3 .list-item {
  width: 47.5%;
  padding: 2.4rem;
  background-color: #fff;
  color: #272727;
  margin-right: 2.5%;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .column-profile .col-inner .item .list3 .list-item {
    flex-wrap: wrap;
    width: 100%;
    margin-right: 0;
  }
}
.column-profile .col-inner .item .list3 .list-item:nth-child(even) {
  width: 47.5%;
}
@media (max-width: 767.98px) {
  .column-profile .col-inner .item .list3 .list-item:nth-child(even) {
    width: 100%;
  }
}
.column-profile .col-inner .item .list3 .list-item .title3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
.column-profile .col-inner .item .list3 .list-item .text {
  line-height: 1.6;
  font-size: 1.4rem;
}

.header-news {
  margin-bottom: 2.4rem;
}
.header-news .title {
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
  line-height: 1.4;
}
.header-news .date {
  font-size: 1.8rem;
  font-weight: 600;
}
.header-contents {
  background-color: rgba(149, 213, 253, 0.7);
}
.header-contents .inner-header {
  padding: 12rem 4.8rem;
  padding-left: 20.8rem;
}
@media (max-width: 767.98px) {
  .header-contents .inner-header {
    padding: 4.8rem 2.4rem;
    padding-left: 2.4rem;
  }
}
.header-contents .inner-header .col-header {
  position: relative;
}
@media (max-width: 767.98px) {
  .header-contents .inner-header .col-header {
    margin-top: 12rem;
  }
}
.header-contents .inner-header .col-header .t1 {
  position: absolute;
  top: -4rem;
  font-size: 6.2rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .header-contents .inner-header .col-header .t1 {
    font-size: 2.4rem;
    top: -2rem;
  }
}
.header-contents .inner-header .col-header .t2 {
  position: absolute;
  bottom: -4rem;
  right: 0;
  font-size: 6.2rem;
  font-weight: 700;
  background-color: #fff;
  padding: 2.4rem;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .header-contents .inner-header .col-header .t2 {
    font-size: 2.2rem;
  }
}
.header-contents .inner-header .col-header .image {
  max-width: 80%;
}
@media (max-width: 767.98px) {
  .header-contents .inner-header .col-header .image {
    max-width: 90%;
  }
}

.section-contents {
  background-color: rgba(149, 213, 253, 0.7);
}
.section-contents .inner-section {
  max-width: 80rem;
  margin: 0 auto;
}

.container.become .header-contents {
  background-color: rgba(248, 248, 242, 0.7);
}
.container.become .section-contents {
  background-color: rgba(248, 248, 242, 0.7);
}
.container.publish .header-contents {
  background-color: rgba(149, 213, 253, 0.7);
}
.container.publish .section-contents {
  background-color: rgba(149, 213, 253, 0.7);
}
.container.news .header-contents {
  background-color: rgba(248, 248, 242, 0.7);
}
.container.news .section-contents {
  padding-top: 12rem;
  background-color: rgba(248, 248, 242, 0.7);
}
.container.service .header-contents {
  background-color: rgba(149, 253, 233, 0.4);
}
.container.service .section-contents {
  background-color: rgba(149, 253, 233, 0.4);
}

.article-common .col-index {
  background-color: #fff;
  border-radius: 1.2rem;
  padding: 3.6rem;
}
.article-common .col-index .list {
  margin-bottom: 0;
}
.article-common .col-index .list .item {
  position: relative;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
}
.article-common .col-index .list .item::before {
  display: none;
}
.article-common .col-index .list .item:last-child {
  margin-bottom: 0;
}
.article-common .col-index .list .item a {
  color: #272727;
}
.article-common .col-index .list .item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.article-common .col-index .list .item .num1 {
  font-size: 1rem;
  font-weight: 700;
  transform: rotate(90deg);
  display: block;
  position: absolute;
  top: 1rem;
  left: 0;
}
.article-common .col-index .list .item .num2 {
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 2rem;
  margin-right: 2rem;
}
.article-common .col-index .list .item .t1 {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .article-common .col-index .list .item .t1 {
    display: block;
    padding-top: 1.6rem;
    line-height: 1.6;
  }
}
.article-common .col-index .list .item .t1::after {
  content: "";
  display: inline-block;
  background: url(/assets/images/img_arrow_0001.svg) no-repeat 0 0;
  background-size: 100%;
  width: 2rem;
  height: 2rem;
  position: relative;
  top: 4px;
  margin-left: 1rem;
}
.article-common h2 {
  margin-bottom: 4.8rem;
  border-left: 0.5rem solid #707070;
  padding-left: 2.4rem;
  font-size: 4.8rem;
  font-weight: 700;
  display: block;
  color: #272727;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .article-common h2 {
    font-size: 2.4rem;
  }
}
.article-common h2 .t1 {
  font-size: 2.4rem;
  padding-bottom: 1.6rem;
  display: block;
}
@media (max-width: 767.98px) {
  .article-common h2 .t1 {
    font-size: 1.6rem;
  }
}
.article-common h2 .t2 {
  font-size: 4.8rem;
  display: block;
}
@media (max-width: 767.98px) {
  .article-common h2 .t2 {
    font-size: 2.4rem;
  }
}
.article-common h3 {
  margin-bottom: 4.8rem;
  font-size: 3.6rem;
  font-weight: 700;
  display: block;
  color: #272727;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .article-common h3 {
    font-size: 2.4rem;
  }
}
.article-common h4 {
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
  color: #272727;
  line-height: 1.2;
}
.article-common p {
  line-height: 1.8;
  margin-bottom: 6.4rem;
}
.article-common p.read {
  font-weight: 700;
}
.article-common hr {
  display: block;
  margin: 8rem 0;
  border: 0;
  border-bottom: 1px solid #707070;
}
.article-common hr::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  margin: 0 auto;
  background-color: #707070;
  position: relative;
  top: -20px;
}
.article-common figure {
  border-radius: 1.2rem;
  overflow: hidden;
  border: 12px solid #fff;
  margin-bottom: 4.8rem;
}
.article-common figure img {
  width: 100%;
}
.article-common ul {
  margin-bottom: 4.8rem;
}
.article-common ul.list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.article-common ul.list2 li {
  width: 30%;
  background-color: #065C82;
  color: #fff;
  text-align: center;
  padding: 2.4rem 0;
}
.article-common ul.list2 li::before {
  display: none;
}
.article-common ul li {
  margin-bottom: 1.6rem;
}
.article-common ul li::before {
  content: "-";
  display: inline-block;
  margin-right: 1rem;
}
.article-common .col2 {
  display: flex;
  flex-wrap: wrap;
}
.article-common .col2 .item {
  width: 47.5%;
  background-color: #fff;
  border-radius: 1.2rem;
  margin-right: 2.5%;
  padding: 3.6rem;
  line-height: 1.6;
}
.article-common .col2 .item:nth-child(even) {
  margin-right: 0;
}

.layout-common {
  display: flex;
  padding-top: 6.4rem;
}
@media (max-width: 767.98px) {
  .layout-common {
    padding-top: 2.4rem;
  }
}
.layout-common.c__center {
  justify-content: center;
}

.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;
  }
}

.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 */