html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

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

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

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

::-webkit-search-decoration {
  display: none;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.wf-active {
  opacity: 1;
}
html.is-frozen-windows body, html.is-frozen-os body {
  position: fixed;
  width: 100%;
}
@media print, (min-width: 768px) {
  html {
    overflow: auto scroll;
    font-size: 5.2083333333vw;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html.is-frozen-windows body, html.is-frozen-os body {
    right: 0;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  html {
    font-size: 6.9444444444vw;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 22.7272727273vw;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}
@media only screen and (max-width: 374px) {
  html {
    font-size: 26.6666666667vw;
  }
}

body {
  color: #0b1f3a;
  font-family: "AcuminPro", sans-serif;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 1.8;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a:not([class]) {
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  text-decoration: underline;
  text-decoration-thickness: 0.01rem;
  text-underline-offset: 0.04rem;
}
a:not([class]):hover {
  text-decoration-color: transparent;
}
html.is-touchable a:not([class]):hover {
  text-decoration-color: inherit;
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}
.trans:hover {
  opacity: 0.8;
}
html.is-touchable .trans:hover {
  opacity: 1;
}

.load {
  -webkit-transition: opacity 0.26s;
  transition: opacity 0.26s;
  opacity: 0.001;
}
html.is-visible .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 0.6rem);
    max-width: 1492px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.16rem;
    padding-left: 0.16rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .u-sp-layout {
    display: none !important;
  }
}

@font-face {
  font-family: AcuminPro;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/AcuminPro-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: AcuminPro;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/AcuminPro-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: AcuminPro;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/AcuminPro-Bold.ttf") format("truetype");
  font-display: swap;
}
.header-common {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.header-common.is-hide {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header-common .header-inner {
  position: relative;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10000;
}
.header-common .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f5f1e8;
  cursor: pointer;
}
.header-common .header-left > span {
  font-weight: 500;
  position: relative;
  top: 0.03rem;
  cursor: pointer;
}
.header-common .header-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #f5f1e8;
  cursor: pointer;
}
.header-common .lang-icon {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.header-common .lang-text {
  position: relative;
  top: -0.005rem;
}
.header-common .header-logo {
  display: block;
  will-change: opacity, visibility, transform;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.1s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.1s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.1s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
}
.header-common .header-logo img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header-common .header-logo:hover img {
  opacity: 0.8;
}
.header-common .header-logo.is-visible {
  opacity: 1;
  visibility: visible;
}
.header-common .header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
.header-common .header-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
}
.header-common .header-phone,
.header-common .header-cta {
  cursor: pointer;
}
.header-common .header-phone:hover,
.header-common .header-cta:hover {
  color: #ffbdd6;
}
.header-common .header-phone:hover .header-icon,
.header-common .header-cta:hover .header-icon {
  border-color: #ffbdd6;
}
.header-common .header-phone:hover .header-icon::after,
.header-common .header-cta:hover .header-icon::after {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.header-common .header-phone:hover .header-icon::before,
.header-common .header-cta:hover .header-icon::before {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}
.header-common .header-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.header-common .header-icon::after, .header-common .header-icon::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.header-common .header-icon::before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}
.header-common .header-icon.is-phone::after {
  background-image: url(../resources/images/common/icon_phone_hover.svg);
}
.header-common .header-icon.is-phone::before {
  background-image: url(../resources/images/common/icon_phone.svg);
}
.header-common .header-icon.is-cta::after {
  background-image: url(../resources/images/common/icon_doc_hover.svg);
}
.header-common .header-icon.is-cta::before {
  background-image: url(../resources/images/common/icon_doc.svg);
}
@media print, (min-width: 768px) {
  .header-common {
    padding: 0.5rem 0;
  }
  .header-common.is-hide-logo .header-logo {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
  }
  .header-common .wrapper {
    max-width: 17.62rem;
  }
  .header-common .header-icon {
    width: 0.56rem;
    height: 0.56rem;
  }
  .header-common .header-phone {
    gap: 0.15rem;
    font-size: 0.24rem;
    line-height: 1.2;
  }
  .header-common .header-cta {
    gap: 0.1rem;
    font-size: 0.18rem;
    line-height: 1.2;
  }
  .header-common .header-left {
    gap: 0.24rem;
    width: 2.4rem;
  }
  .header-common .header-left > span {
    font-size: 0.18rem;
    line-height: 1.2;
  }
  .header-common .header-right {
    margin-top: -0.18rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.4rem;
  }
  .header-common .header-lang {
    font-size: 0.2rem;
    line-height: 1.2;
    gap: 0.12rem;
  }
  .header-common .lang-icon {
    width: 0.25rem;
    height: 0.25rem;
  }
  .header-common .header-logo {
    width: 2.48rem;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .page-child .main-container .wrapper{
    max-width: 17.62rem; padding-left: 0.5rem; padding-right: 0.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common {
    padding: 0.1rem 0;
  }
  .header-common .header-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .header-common .header-phone {
    gap: 0.15rem;
    font-size: 0.24rem;
    line-height: 1.2;
  }
  .header-common .header-cta {
    gap: 0.1rem;
    font-size: 0.18rem;
    line-height: 1.2;
  }
  .header-common .header-right {
    display: none;
  }
  .header-common .header-left {
    gap: 0.2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .header-common .header-left span {
    top: -0.01rem;
  }
  .header-common .header-lang {
    font-size: 0.16rem;
    line-height: 1.2;
    gap: 0.12rem;
  }
  .header-common .header-logo {
    width: 1.33rem;
    height: 0.76rem;
  }
  .header-common .header-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.header-common.is-bg .header-menu-btn span,
.page-child .header-menu-btn span {
  background: rgb(11, 31, 58);
}

.header-common.is-bg .header-left,
.header-common.is-bg .header-lang,
.page-child .header-common .header-lang,.page-child .header-common .header-left {
  color: rgb(11, 31, 58);
}

.header-common.is-bg .lang-icon,
.page-child .header-common .lang-icon {
  -webkit-filter: invert(1) brightness(1);
  filter: invert(1) brightness(1);
}

.header-menu-btn {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.header-menu-btn span {
  height: 0.02rem;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
@media print, (min-width: 768px) {
  .header-menu-btn {
    width: 0.6rem;
    height: 0.6rem;
    gap: 0.08rem;
  }
  .header-menu-btn span {
    width: 0.45rem;
  }
  .header-menu-btn span:last-child {
    width: 0.62rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-menu-btn {
    width: 0.4rem;
    height: 0.3rem;
    gap: 0.08rem;
  }
  .header-menu-btn span {
    width: 0.25rem;
  }
  .header-menu-btn span:last-child {
    width: 0.4rem;
  }
}

.header-left:hover .header-menu-btn span {
  -webkit-transform: scaleX(0.8);
  -ms-transform: scaleX(0.8);
  transform: scaleX(0.8);
}
.header-left:hover .header-menu-btn span:last-child {
  width: 0.3rem;
}

.header-common-navigation {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 10001;
  color: #fff;
  width: 0;
  -webkit-transition: width 0.6s ease-in-out;
  transition: width 0.6s ease-in-out;
}
.header-common-navigation .navigation-viewport {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.header-common-navigation .navigation-viewport::before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/menu_bg.png) center center/cover no-repeat;
  z-index: -1;
}
.header-common-navigation .navigation-wrapper {
  height: 100%;
  overflow: hidden auto;
}
.header-common-navigation .navigation-wrapper::-webkit-scrollbar {
  width: 0;
  opacity: 0;
}
@media print, (min-width: 768px) {
  .header-common-navigation {
    max-width: 70.8333333333%;
    top: 0.3rem;
    left: 0.3rem;
    height: calc(100% - 0.6rem);
  }
  .header-common-navigation .navigation-viewport {
    border-radius: 0.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.86rem 2.77rem 0.5rem 1.59rem;
  }
  .header-common-navigation .navigation-viewport::before {
    border-radius: 0.3rem;
    left: -4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common-navigation .navigation-wrapper {
    padding: 0.2rem;
    overflow: hidden auto;
  }
  .header-common-navigation .navigation-viewport {
    padding: 1rem 0;
  }
  .header-common-navigation .navigation-viewport::before {
    left: -4rem;
  }
  .header-common-navigation .navigation-logo {
    width: 2.48rem;
    margin: 0 auto 0.8rem;
  }
  .header-common-navigation .navigation-menu {
    text-align: center;
  }
}

.navigation-menu {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-menu .item-link {
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  -webkit-transform: translateY(120%);
  -ms-transform: translateY(120%);
  transform: translateY(120%);
  opacity: 0;
  -webkit-transition: opacity 0.9s ease, color 0.35s ease, -webkit-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.9s ease, color 0.35s ease, -webkit-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.9s ease, color 0.35s ease;
  transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.9s ease, color 0.35s ease, -webkit-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
}
.navigation-menu .item-link.active {
  color: #c6a45a;
}
.navigation-menu .item-link-text {
  display: block;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.navigation-menu .item-link-text-clone {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.navigation-menu .item-link:hover {
  color: #c6a45a;
}
.navigation-menu .item-link:hover .item-link-text {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.navigation-menu .item-link:hover .item-link-text-clone {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.navigation-menu .menu-item {
  overflow: hidden;
}
@media print, (min-width: 768px) {
  .navigation-menu .menu-item {
    margin-bottom: 0.06rem;
  }
  .navigation-menu .item-link {
    font-size: 1.5625vw;
    line-height: 2.5;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-menu {
    padding-bottom: 0.5rem;
  }
  .navigation-menu .menu-item {
    margin-bottom: 0.1rem;
  }
  .navigation-menu .item-link {
    font-size: 0.24rem;
    line-height: 2;
  }
}

.navigation-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: opacity 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s;
  opacity: 0;
}
@media print, (min-width: 768px) {
  .navigation-logo {
    width: 2.48rem;
    padding-top: 0.14rem;
  }
}

.header-common.is-menu-open .header-common-navigation {
  width: 100%;
}
.header-common.is-menu-open .overlay-menu {
  opacity: 1;
  pointer-events: auto;
}
.header-common.is-menu-open .navigation-viewport {
  opacity: 1;
  visibility: visible;
}
.header-common.is-menu-open .navigation-viewport::before {
  -webkit-animation: right 0.75s forwards 0.25s;
  animation: right 0.75s forwards 0.25s;
}
.header-common.is-menu-open .button-navigation-close,
.header-common.is-menu-open .navigation-logo {
  opacity: 1;
}
.header-common.is-menu-closing .header-common-navigation {
  width: 0;
}
.header-common.is-menu-closing .navigation-viewport {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes right {
  0% {
    left: -4rem;
  }
  100% {
    left: 0;
  }
}

@keyframes right {
  0% {
    left: -4rem;
  }
  100% {
    left: 0;
  }
}
.button-navigation-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/common/close_icon.svg) center center/contain no-repeat;
  border: 1px solid #1d4172;
  border-radius: 50%;
  z-index: 100002;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s;
}
.button-navigation-close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media print, (min-width: 768px) {
  .button-navigation-close {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0.65rem 0.7rem 0 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-navigation-close {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0.2rem 0.2rem 0 0;
  }
}

.navigation-wrapper.is-click-active .item-link {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.navigation-wrapper.is-click-active .item-link {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
.navigation-wrapper.is-click-active .menu-item:nth-child(1) .item-link {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.navigation-wrapper.is-click-active .menu-item:nth-child(2) .item-link {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.navigation-wrapper.is-click-active .menu-item:nth-child(3) .item-link {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.navigation-wrapper.is-click-active .menu-item:nth-child(4) .item-link {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.navigation-wrapper.is-click-active .menu-item:nth-child(5) .item-link {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.navigation-wrapper.is-click-active .menu-item:nth-child(6) .item-link {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.navigation-wrapper.is-click-active .menu-item:nth-child(7) .item-link {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* CLOSE */
.navigation-wrapper.is-closing .item-link {
  -webkit-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  transform: translateY(-120%);
  opacity: 0;
}
.navigation-wrapper.is-closing .menu-item:nth-child(7) .item-link {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.navigation-wrapper.is-closing .menu-item:nth-child(6) .item-link {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.navigation-wrapper.is-closing .menu-item:nth-child(5) .item-link {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.navigation-wrapper.is-closing .menu-item:nth-child(4) .item-link {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.navigation-wrapper.is-closing .menu-item:nth-child(3) .item-link {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.navigation-wrapper.is-closing .menu-item:nth-child(2) .item-link {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.navigation-wrapper.is-closing .menu-item:nth-child(1) .item-link {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.overlay-menu {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

.navigation-viewport {
  position: relative;
  z-index: 6;
}

.footer-common {
  background: url("../img/common/footer_bg.jpg") center center/cover no-repeat;
  color: #F5F1E8;
}
@media print, (min-width: 768px) {
  .footer-common {
    padding-bottom: 0.5rem;
  }
}

.contact-footer {
  border-bottom: 1px solid rgba(134, 183, 250, 0.15);
}
.contact-footer .location-title {
  display: block;
  color: #c1a880;
  font-weight: 500;
}
.contact-footer .footer-description {
  font-weight: 500;
}
@media print, (min-width: 768px) {
  .contact-footer {
    padding: 1.8rem 0 1.1rem;
  }
  .contact-footer .contact-location {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    max-width: 5.06rem;
  }
  .contact-footer .location-title {
    margin: 0 -0.2rem 0.19rem 0;
    font-size: 0.3rem;
    line-height: 1.2;
  }
  .contact-footer .wrapper {
    max-width: 13.64rem;
    gap: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contact-footer .footer-description {
    max-width: 3.12rem;
    font-size: 0.22rem;
    line-height: 1.5909090909;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .contact-footer .location-title {
    font-size: 0.25rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-footer {
    padding: 0.6rem 0 0.4rem;
  }
  .contact-footer .contact-location {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
  .contact-footer .footer-description {
    margin-bottom: 0.16rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .contact-footer .location-title {
    margin-bottom: 0.15rem;
    font-size: 0.24rem;
    line-height: 1.3333333333;
  }
  .contact-footer .wrapper {
    gap: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer-common-content {
    margin-bottom: 0.3rem;
  }
}

@media print, (min-width: 768px) {
  .logo-footer {
    max-width: 2.48rem;
    margin-bottom: 0.76rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .logo-footer {
    width: 40%;
    margin-bottom: 0.3rem;
  }
}

.form-footer-contact .form-title {
  display: block;
  color: #c1a880;
  font-weight: 500;
}
.form-footer-contact .form-detail p {
  margin: 0;
}
.form-footer-contact .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media print, (min-width: 768px) {
  .form-footer-contact {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    max-width: 5.06rem;
  }
  .form-footer-contact .form-title {
    margin-bottom: 0.18rem;
    font-size: 0.3rem;
    line-height: 1.2;
  }
  .form-footer-contact .form-detail {
    margin-bottom: 0.17rem;
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .form-footer-contact .form-wrapper {
    gap: 0.08rem;
  }
  .form-footer-contact .form-controller {
    margin-top: 0.22rem;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .form-footer-contact .form-title {
    font-size: 0.25rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-footer-contact {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  .form-footer-contact .form-title {
    margin-bottom: 0.15rem;
    font-size: 0.24rem;
    line-height: 1.3333333333;
  }
  .form-footer-contact .form-detail {
    margin-bottom: 0.15rem;
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
  .form-footer-contact .form-wrapper {
    gap: 0.05rem;
  }
  .form-footer-contact .form-controller {
    margin-top: 0.2rem;
  }
}

.list-contact-information {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-contact-information .list-item:last-child {
  margin-bottom: 0;
}
.list-contact-information .item-label {
  display: block;
  opacity: 0.6;
  font-weight: 500;
}
.list-contact-information .item-detail {
  margin: 0;
}
@media print, (min-width: 768px) {
  .list-contact-information {
    font-size: 0.21rem;
    line-height: 1.5238095238;
  }
  .list-contact-information .list-item {
    margin-bottom: 0.38rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-contact-information {
    gap: 0.15rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .list-contact-information .list-item {
    margin-bottom: 0.12rem;
  }
}

.credits-footer .credits-wrapper {
  display: block;
  text-transform: uppercase;
}
.credits-footer .bonus-link {
  display: block;
  color: rgba(245, 241, 232, 0.5);
  text-decoration: none;
  position: relative;
}
.credits-footer .credits-bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, (min-width: 768px) {
  .credits-footer {
    padding: 0.35rem 0;
  }
  .credits-footer .wrapper {
    max-width: 13.62rem;
  }
  .credits-footer .credits-wrapper {
    font-size: 0.17rem;
    line-height: 2.6470588235;
  }
  .credits-footer .bonus-link {
    font-size: 0.18rem;
    line-height: 1.4444444444;
    padding: 0 0.16rem;
  }
  .credits-footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.5rem;
  }
  .credits-footer .credits-bonus {
    margin-right: -0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .credits-footer {
    padding: 0.2rem 0;
  }
  .credits-footer .credits-wrapper {
    font-size: 0.12rem;
    line-height: 1.7142857143;
  }
  .credits-footer .credits-bonus {
    margin-left: -0.1rem;
  }
  .credits-footer .bonus-link {
    font-size: 0.14rem;
    line-height: 1.7142857143;
    padding: 0 0.1rem;
  }
}

.list-footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-footer-sns .item-wrapper {
  display: block;
  border-radius: 50%;
  border: 1px solid #1e4172;
}
@media print, (min-width: 768px) {
  .list-footer-sns {
    gap: 0.2rem;
    margin-top: 0.74rem;
  }
  .list-footer-sns .list-item {
    width: 0.6rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-footer-sns {
    gap: 0.1rem;
  }
  .list-footer-sns .list-item {
    width: 0.3rem;
  }
}

.list-footer-navigation .list-title {
  font-weight: 500;
  opacity: 0.6;
}
.list-footer-navigation .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-footer-navigation .list-item:last-child {
  margin-bottom: 0;
}
.list-footer-navigation .item-link {
  position: relative;
}
.list-footer-navigation .item-link::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background: #254a7e;
}
@media print, (min-width: 768px) {
  .list-footer-navigation {
    margin-top: -0.04rem;
  }
  .list-footer-navigation .list-title {
    margin-bottom: 0.24rem;
    font-size: 0.21rem;
    line-height: 1.5238095238;
  }
  .list-footer-navigation .list-item {
    margin-bottom: 0.2rem;
  }
  .list-footer-navigation .item-link {
    padding-left: 0.32rem;
    font-size: 0.2rem;
    line-height: 1.2;
  }
  .list-footer-navigation .item-link::before {
    margin-left: 0.08rem;
    width: 0.08rem;
    height: 0.08rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-footer-navigation .list-title {
    margin-bottom: 0.12rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .list-footer-navigation .list-item {
    margin-bottom: 0.05rem;
  }
  .list-footer-navigation .item-link {
    padding-left: 0.16rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .list-footer-navigation .item-link::before {
    margin-left: 0.02rem;
    top: calc(50% - 0.01rem);
    width: 0.06rem;
    height: 0.06rem;
  }
}

@media print, (min-width: 768px) {
  .footer-common-information {
    margin-top: -0.06rem;
  }
  .footer-common-information .item-label {
    margin-bottom: 0.06rem;
  }
  .footer-common-information address {
    max-width: 3.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common-information {
    margin-bottom: 0.3rem;
  }
}

.c-button-top.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.c-button-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  position: fixed;
  z-index: 599;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  border: 1px solid #254a7e;
  border-radius: 50%;
  opacity: 0;
  text-align: center;
  cursor: pointer;
  pointer-events: none;
}
.c-button-top::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: opacity 0.35s ease, background-color 0.35s ease;
  transition: opacity 0.35s ease, background-color 0.35s ease;
  border-radius: 50%;
  background-color: #fff;
  -webkit-mask: url("../img/common/button_top_01.svg") 50% 50%/100% auto no-repeat;
  mask: url("../img/common/button_top_01.svg") 50% 50%/100% auto no-repeat;
}
.c-button-top.is-over-bg::before {
  background-color: #254a7e;
}
@media print, (min-width: 768px) {
  .c-button-top {
    right: 0.2rem;
    bottom: 0.4rem;
    width: 0.5rem;
    height: 0.5rem;
  }
  .c-button-top::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-button-top {
    right: 0.2rem;
    bottom: 0.3rem;
    width: 0.4rem;
    height: 0.4rem;
  }
  .c-button-top::before {
    width: 0.4rem;
    height: 0.4rem;
  }
}

.breadcrumb-common .breadcrumb-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.05rem 0.14rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb-common .item-wrapper {
  color: #222;
}
.breadcrumb-common a.item-wrapper {
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  color: #05a585;
  text-decoration: underline;
  text-decoration-thickness: 0.01rem;
  text-underline-offset: 0.04rem;
}
.breadcrumb-common a.item-wrapper:hover {
  text-decoration-color: transparent;
}
html.is-touchable .breadcrumb-common a.item-wrapper:hover {
  text-decoration-color: inherit;
}
.breadcrumb-common .breadcrumb-item {
  position: relative;
  padding-right: 0.21rem;
  font-size: 0.13rem;
  letter-spacing: 0.03em;
  line-height: 1.2307692308;
}
.breadcrumb-common .breadcrumb-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.06rem;
  background: url("../img/common/icn_arrow_next_01.svg") 50% 50%/100% auto no-repeat;
}
.breadcrumb-common .breadcrumb-item:last-child {
  padding-right: 0;
}
.breadcrumb-common .breadcrumb-item:last-child::after {
  content: none;
}
@media print, (min-width: 768px) {
  .breadcrumb-common {
    padding: 15px;
  }
  .breadcrumb-common .wrapper {
    max-width: 1100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb-common {
    padding: 0.16rem 0;
  }
  .breadcrumb-common .breadcrumb-item {
    padding-right: 0.2rem;
  }
}

.section-common-introduction {
  position: relative;
}

.section-common-introduction::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url("../img/common/decoration_img_01.svg") center center/cover no-repeat;
  pointer-events: none;
}

.section-common-introduction .content-paragraph p:last-child {
  margin-bottom: 0;
}

.section-common-introduction .introduction-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media print, (min-width: 768px) {
  .section-common-introduction {
    padding: 0.97rem 0 15.8854166667vw;
  }
  .section-common-introduction::after {
    height: 3.68rem;
  }
  .section-common-introduction .introduction-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-common-introduction .image-viewport {
    padding-top: 0.55rem;
  }
  .section-common-introduction .introduction-content {
    width: 100%;
    min-width: 6rem;
    max-width: 49%;
    padding: 0.4rem 2.4479166667% 0 0;
  }
  .section-common-introduction .introduction-image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section-common-introduction .content-paragraph {
    margin-bottom: 0.43rem;
    padding-right: 12.5184094256%;
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .section-common-introduction .content-paragraph p {
    margin-bottom: 0.15rem;
  }
  .section-common-introduction .content-wrapper {
    margin-top: 0.15rem;
    padding-left: 0.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .section-common-introduction .introduction-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-common-introduction .introduction-content {
    min-width: unset;
    max-width: 100%;
    margin-bottom: 0.6rem;
    padding-right: 0;
  }
  .section-common-introduction .content-paragraph {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-introduction {
    padding: 0.6rem 0;
  }
  .section-common-introduction::after {
    height: 3.68rem;
  }
  .section-common-introduction .introduction-content {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .section-common-introduction .introduction-image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section-common-introduction .content-paragraph {
    margin-bottom: 0.43rem;
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
  .section-common-introduction .content-paragraph p {
    margin-bottom: 0.15rem;
  }
  .section-common-introduction .content-wrapper {
    padding-left: 0.1rem;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes transformButtonBefore {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes transformButtonBefore {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes transformButtonAfter {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes transformButtonAfter {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeLeft {
  from {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeLeft {
  from {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes scrollLine {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  51% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@keyframes scrollLine {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  51% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@-webkit-keyframes movelr {
  0% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
  }
}
@keyframes movelr {
  0% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
  }
}
@-webkit-keyframes fadeUpZoom {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeUpZoom {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.wow {
  visibility: hidden;
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.fadeIn {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.fadeLeft {
  -webkit-animation-name: fadeLeft;
  animation-name: fadeLeft;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.fadeUpZoom {
  -webkit-animation-name: fadeUpZoom;
  animation-name: fadeUpZoom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.char-wrap {
  display: inline-block;
}

.space {
  display: inline-block;
}

.char {
  display: inline-block;
  -webkit-transform: translateY(120%);
  -ms-transform: translateY(120%);
  transform: translateY(120%);
  opacity: 0;
  will-change: transform, opacity;
  -webkit-animation: charUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation: charUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@media print, (min-width: 768px) {
  .char {
    margin-right: -0.20rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .char {
    margin-right: -0.10rem;
  }
}

@-webkit-keyframes charUp {
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes charUp {
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes movelr {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px) translateY(-50%);
    transform: translateX(-10px) translateY(-50%);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(-50%);
    transform: translateX(0px) translateY(-50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(10px) translateY(-50%);
    transform: translateX(10px) translateY(-50%);
  }
}
.button-common-primary {
  position: relative;
  border: 1px solid #446797;
  font-weight: 700;
  color: #f5f1e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  border-radius: 99999px;
  width: auto;
}
.button-common-primary.is-dark {
  color: #0b1f3a;
  border-color: #c7c1b4;
}
.button-common-primary.is-dark::after {
  background-color: #0B1F39;
}
.button-common-primary::after {
  background-color: #f5f1e7;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask: url(../img/common/icon_arrow_01.svg) 50% 50%/contain no-repeat;
  mask: url(../img/common/icon_arrow_01.svg) 50% 50%/contain no-repeat;
  -webkit-transition: margin-right 0.5s ease-in-out;
  transition: margin-right 0.5s ease-in-out;
}
.button-common-primary:hover::after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: movelr;
  animation-name: movelr;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
}
@media print, (min-width: 768px) {
  .button-common-primary {
    min-height: 0.66rem;
    font-size: 0.18rem;
    line-height: 1.9444444444;
    padding: 0.18rem 0.94rem 0.1rem 0.43rem;
  }
  .button-common-primary::after {
    width: 0.31rem;
    height: 0.18rem;
    margin-right: 0.24rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    min-height: 0.4rem;
    font-size: 0.16rem;
    line-height: 1.625;
    padding: 0.1rem 0.7rem 0.04rem 0.4rem;
  }
  .button-common-primary::after {
    width: 0.26rem;
    height: 0.18rem;
    margin-right: 0.2rem;
  }
}

.title-common-primary {
  text-align: center;
  text-transform: uppercase;
  color: #f5f1e8;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.title-common-primary .is-highlight {
  color: #c6a45a;
}
.title-common-primary.is-dark {
  color: #0b1f3a;
}
@media print, (min-width: 768px) {
  .title-common-primary {
    margin-bottom: 0.56rem;
    font-size: 0.68rem;
    line-height: 1.4705882353;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    margin-bottom: 0.3rem;
    font-size: 0.3rem;
    line-height: 1.5;
  }
}

.title-common-secondary {
  position: relative;
  color: rgb(245, 241, 232);
  text-align: center;
  z-index: 1;
}
.title-common-secondary.is-gray {
  color: rgb(11, 31, 58);
}
.title-common-secondary.is-gray::before {
  background: url("../img/top/title_decor_02.svg") center center/contain no-repeat;
}
.title-common-secondary::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../img/top/title_decor_01.svg") center center/contain no-repeat;
}
@media print, (min-width: 768px) {
  .title-common-secondary {
    padding-bottom: 0.86rem;
    font-size: 0.18rem;
    line-height: 1.3333333333;
    margin-bottom: 0.7rem;
  }
  .title-common-secondary::before {
    width: 0.2rem;
    height: 0.66rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary {
    padding-bottom: 0.8rem;
    font-size: 0.16rem;
    line-height: 1.5;
    margin-bottom: 0.1rem;
  }
  .title-common-secondary::before {
    width: 0.2rem;
    height: 0.66rem;
  }
}

.input-common {
  width: 100%;
}
.input-common input {
  width: 100%;
  border-radius: 0.03rem;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.input-common input::-webkit-input-placeholder {
  color: #fff;
}
.input-common input::-ms-input-placeholder {
  color: #fff;
}
.input-common input:-ms-input-placeholder {
  color: #fff;
}
.input-common input::-moz-placeholder {
  color: #fff;
}
.input-common input::placeholder {
  color: #fff;
}
@media print, (min-width: 768px) {
  .input-common input {
    height: 0.4rem;
    padding: 0 0.2rem;
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .input-common input {
    height: 0.3rem;
    padding: 0 0.15rem;
    font-size: 0.14rem;
  }
}

.input-common-secondary {
  position: relative;
  width: 100%;
}
.input-common-secondary .icon {
  position: absolute;
  top: 50%;
  right: 0.2rem;
  width: 0.22rem;
  height: 0.23rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.input-common-secondary input {
  width: 100%;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
  border-bottom: 1px solid rgba(115, 115, 115, 0.3);
  color: #737373;
}
.input-common-secondary input:focus {
  border-color: #004c40;
  outline: none;
}
.input-common-secondary input::-webkit-input-placeholder {
  color: #737373;
}
.input-common-secondary input::-ms-input-placeholder {
  color: #737373;
}
.input-common-secondary input:-ms-input-placeholder {
  color: #737373;
}
.input-common-secondary input::-moz-placeholder {
  color: #737373;
}
.input-common-secondary input::placeholder {
  color: #737373;
}
@media print, (min-width: 768px) {
  .input-common-secondary input {
    height: 0.4rem;
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
}
@media only screen and (max-width: 767.98px) {
  .input-common-secondary input {
    height: 0.3rem;
    font-size: 0.14rem;
  }
}

.textarea-common-secondary {
  width: 100%;
}
.textarea-common-secondary label {
  display: block;
}
.textarea-common-secondary textarea {
  width: 100%;
  min-height: 1.06rem;
  padding: 0.1rem;
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
  border: 1px solid #e0e0e0;
  border-radius: 0.05rem;
  background-color: #fff;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.4);
  resize: vertical;
}
.textarea-common-secondary textarea::-webkit-input-placeholder {
  color: #737373;
}
.textarea-common-secondary textarea::-ms-input-placeholder {
  color: #737373;
}
.textarea-common-secondary textarea:-ms-input-placeholder {
  color: #737373;
}
.textarea-common-secondary textarea::-moz-placeholder {
  color: #737373;
}
.textarea-common-secondary textarea::placeholder {
  color: #737373;
}
.textarea-common-secondary textarea:focus {
  outline: none;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 76, 64, 0.4);
  box-shadow: inset 0 2px 2px rgba(0, 76, 64, 0.4);
}

body.no-scroll,
html.no-scroll {
  overflow: hidden;
}

.st0 {
  fill: #c6a45a;
}

.stroke-line {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-animation: DrawStroke 1.5s forwards, HiddenLine 0.5s 1.5s forwards;
  animation: DrawStroke 1.5s forwards, HiddenLine 0.5s 1.5s forwards;
  stroke-width: 0.5;
  stroke-dasharray: 100;
  stroke-dashoffset: 500;
  stroke: #c6a45a;
  fill: #c6a45a;
  fill-opacity: 0;
  stroke-miterlimit: 500;
}

.load-icon.hide {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.2s;
  transition: opacity 0.5s ease 0.2s;
}

.showed .load-icon.hide {
  opacity: 1;
}

.loader .stroke-line {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: DrawStroke 1.5s forwards, HiddenLine 0.5s 1.1s forwards;
  animation: DrawStroke 1.5s forwards, HiddenLine 0.5s 1.1s forwards;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes FillIn {
  0% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}

@keyframes FillIn {
  0% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@-webkit-keyframes HiddenLine {
  to {
    stroke-width: 0;
  }
}
@keyframes HiddenLine {
  to {
    stroke-width: 0;
  }
}
.mask {
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  opacity: 1;
  background: url("../img/top/intro_banner.png") center center/cover no-repeat;
}

.mask.hide {
  opacity: 0;
}

.mask,
.wrap-logo {
  position: fixed;
  z-index: 99999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
}

.mask::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
}

.loadx::after,
.mask::after {
  content: "";
  position: absolute;
}

.wrap-logo {
  z-index: 10;
}

.load-icon {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  overflow: visible;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, (min-width: 768px) {
  .load-icon {
    width: 30vw;
    height: 30vw;
  }
}
@media only screen and (max-width: 767.98px) {
  .load-icon {
    width: 75vw;
    height: 75vw;
  }
}

.showed .section-top-keyvisual::after {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes DrawStroke {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    stroke-dashoffset: 500;
  }
  80% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes DrawStroke {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    stroke-dashoffset: 500;
  }
  80% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.overlay-dark {
  position: fixed;
  z-index: 1000001;
  top: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.8s ease-in-out;
  transition: height 0.8s ease-in-out;
  opacity: 0.95;
  background: linear-gradient(135deg, #d4ece6, #2c677b);
  -webkit-touch-callout: none;
}
.overlay-dark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  background: #004c40;
}
.overlay-dark.show {
  height: 100vh;
  pointer-events: auto;
  clip-path: circle(150% at 50% 50%);
}

.has-overlap {
  overflow: hidden;
  position: relative;
}

.section-overlap {
  margin: 0;
  padding: 0;
}

.js-parallax-wrap {
  position: relative;
  overflow: hidden;
}

.js-parallax {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
}

.js-text .word {
  display: inline-block;
  white-space: nowrap;
}

.js-text .char {
  display: inline-block;
  margin-right: 0;
}

.page-child .main-container {
  background: #f5f1e8;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs .separator {
  background: url(../img/common/icon_arrow_item.svg) center center no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  width: 0.1rem;
  height: 0.1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  opacity: 50%;
}

.breadcrumbs nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-p {
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 0.4rem;
}

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

@media print, (min-width: 768px) {
  .title-p {
    margin-bottom: 0.56rem;
    font-size: 0.55rem;
    line-height: 1.4705882353;
  }
  .title-p span {
    font-size: 0.4rem;
    display: block;
  }
  .title-p {
    font-size: 1rem;
  }
  .main-page {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
/*# sourceMappingURL=common.css.map */

.page-child .main-container {
    background: #f5f1e8;
    padding-top: 1.5rem;
      padding-bottom: 0.5rem;
}
.breadcrumbs a{text-decoration: none;}
.breadcrumbs  .separator{background: url(../img/common/icon_arrow_item.svg) center center no-repeat;text-indent: -9999px;  overflow: hidden;  width: 0.1rem;  height: 0.1rem;display:inline-flex;    opacity: 50%;}
.breadcrumbs nav{display: flex; gap: 0.1rem;    align-items: center;}


.title-p{font-weight: 700;}
.text-center{text-align: center;}
.wp-caption-text{text-align: center; padding-top: 0.15rem; padding-bottom: 0.15rem; font-style: italic;    margin-bottom: 0 !important;}

#post-news p,#post-news table{margin-bottom: 0.2rem;}
#post-news table{margin-left: auto; margin-right: auto;}
#post-news .main-page strong{font-weight: 700}
#post-news .main-page i{font-style: italic;}

#post-news .main-page h2{font-size: 0.22rem; margin-bottom: 0.2rem}


@media print, (min-width: 1025px) {
  .main-page{padding-left:1.5rem; padding-right: 1.5rem}
}
@media print, (min-width: 768px) {
    .title-p {
        margin-bottom: 0.56rem;
        font-size:0.55rem;
        line-height: 1.3505882353;
    }
    .title-p span{font-size: 0.4rem; display: block;}
    .page-child .main-page {
        font-size: 0.22rem;
        line-height: 1.5909090909;
    }
    .breadcrumbs nav{font-size: 0.20rem;}

    
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .main-page{padding-left:0.5rem; padding-right: 0.5rem}
}
#post-news blockquote {
    padding: 0.2rem;
    background-color: #0b1f39;
    color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .main-page{font-size: 0.18rem;}
  #post-news .main-page{text-align: justify;}
  .breadcrumbs nav {display: block;}
  .breadcrumbs .separator{padding: 0 0.2rem; width: 7px; height: 11px; display: inline-block;}
  .page-child .main-container { padding-top: 1.1rem;}
  #post-news .main-page h2 {
    font-size: 0.22rem;
      margin-bottom: 0.2rem;
      line-height: 0.3rem;
  }
  #post-news p, #post-news table { margin-bottom: 0.15rem;}
}
