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-os {
  overflow: hidden;
}
@media print, (min-width: 768px) {
  html {
    overflow: auto scroll;
    font-size: 625%;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  html {
    font-size: 550%;
  }
}
@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: #555555;
  font-family: "Work Sans", 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 only screen and (max-width: 767.98px) {
  main {
    padding-top: calc(0.8rem + 1px);
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1624px;
    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: "Vogun";
  src: url("../fonts/vogun.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT_Commons";
  src: url("../fonts/TT_Commons_Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.l-header .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1280px) {
  .l-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 0.8rem;
  }
  .l-header.scrolled {
    height: calc(0.73rem + 1px);
  }
}
@media only screen and (max-width: 1279.98px) {
  .l-header {
    height: calc(0.8rem + 1px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .l-header.scrolled {
    height: calc(0.65rem + 1px);
  }
}

.l-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  pointer-events: none;
}
@media (min-width: 1280px) {
  .l-header::before {
    z-index: 0;
  }
}
@media only screen and (max-width: 1279.98px) {
  .l-header::before {
    z-index: 1;
  }
}

.l-header:has(.l-button-header-burger.is-click-active)::before {
  background-color: #fff;
}
.l-header:has(.l-button-header-burger.is-click-active) .l-navigation-header {
  opacity: 1;
  pointer-events: auto;
}

.l-logo-header {
  margin: 0;
  display: block;
  position: relative;
  z-index: 2;
}
.l-logo-header .l-logo-header__wrapper {
  display: block;
}
.l-logo-header .u-image {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 1280px) {
  .l-logo-header {
    width: 2.38rem;
  }
}
@media only screen and (min-width: 1279.98px) and (max-width: 1439.98px) {
  .l-logo-header {
    width: calc(2.47rem * 0.875);
  }
}
@media only screen and (max-width: 1279.98px) {
  .l-logo-header {
    width: 2rem;
  }
}

@media (min-width: 1280px) {
  .l-navigation-header .l-navigation-header__wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 1279.98px) {
  .l-navigation-header {
    padding: calc(1.1rem + 1px) 0.2rem 0.6rem;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .l-navigation-header::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html:not(.is-state-resize) .l-navigation-header {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .l-navigation-header .l-navigation-header__wrapper {
    min-height: 100%;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0.5rem;
  }
}

.l-menu-header .l-menu-header__item {
  position: relative;
}
.l-menu-header .l-menu-header__item-link {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  color: #4e6677;
  font-family: "TT_Commons", sans-serif;
  text-decoration: none;
}
.l-menu-header .l-menu-header__item-link:hover {
  color: #c1a880;
  opacity: 1;
}
.l-menu-header .l-menu-header__item-link.is-active {
  color: #c1a880;
  opacity: 1;
}
.l-menu-header .l-menu-header__link-label {
  position: relative;
}
.l-menu-header .l-menu-header__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1280px) {
  .l-menu-header {
    height: 100%;
    font-size: 0.16rem;
    position: relative;
  }
  .l-menu-header .l-menu-header__wrapper {
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0.69rem;
  }
  .l-menu-header .l-menu-header__item {
    height: 100%;
  }
  .l-menu-header .l-menu-header__item:hover .l-list-header {
    opacity: 1;
    pointer-events: auto;
  }
  .l-menu-header .l-menu-header__item:hover .l-menu-header__item-link.l-menu-header__item-link--type-dropdown::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: #555555;
  }
  .l-menu-header .l-menu-header__item-link {
    height: 100%;
    font-size: 0.22rem;
    line-height: 1.1818181818;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .l-menu-header .l-menu-header__item-link.l-menu-header__item-link--type-dropdown::after {
    right: -0.21rem;
  }
}
@media only screen and (min-width: 1279.98px) and (max-width: 1439.98px) {
  .l-menu-header {
    font-size: calc(0.16rem * 0.875);
  }
  .l-menu-header .l-menu-header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: calc(0.415rem * 0.875);
  }
  .l-menu-header .l-menu-header__item-link.l-menu-header__item-link--type-dropdown::after {
    right: calc(-0.21rem * 0.875);
  }
}
@media only screen and (max-width: 1279.98px) {
  .l-menu-header {
    font-size: 0.2rem;
  }
  .l-menu-header .l-menu-header__link-label::before {
    display: none;
  }
  .l-menu-header .l-menu-header__wrapper {
    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-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0.2rem;
  }
  .l-menu-header .l-menu-header__item-link {
    padding: 0 0.2rem;
  }
  .l-menu-header .l-menu-header__item-link.l-menu-header__item-link--type-dropdown::after {
    right: 0;
  }
}

.l-list-header {
  font-weight: 600;
  font-size: 0.16rem;
  line-height: 1.5;
}
.l-list-header .l-list-header__wrapper {
  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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.l-list-header .l-list-header__item-wrapper {
  display: block;
  position: relative;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.l-list-header .l-list-header__item-wrapper:hover {
  color: #f96b31;
}
@media (min-width: 1280px) {
  .l-list-header {
    position: absolute;
    top: 100%;
    left: -0.23rem;
    width: 2.3rem;
    padding: 0.26rem 0.24rem 0.25rem;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    border-radius: 16rem;
    background-color: #fffcfa;
    -webkit-box-shadow: 0 1px 0 0 #f0f0f0, inset 0 3px 0 0 #f96b31;
    box-shadow: 0 1px 0 0 #f0f0f0, inset 0 3px 0 0 #f96b31;
  }
  .l-list-header .l-list-header__wrapper {
    gap: 12rem;
  }
}
@media only screen and (max-width: 1279.98px) {
  .l-list-header {
    display: none;
    width: 100%;
    padding: 0.15rem 0;
  }
  .l-list-header .l-list-header__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.15rem;
  }
}

@media (min-width: 1280px) {
  .l-list-header.is-tabs-active html:not(.is-device-touchable) {
    opacity: 1;
    pointer-events: auto;
  }
}
@media only screen and (max-width: 1279.98px) {
  .l-list-header.is-tabs-active {
    display: block;
  }
}

.l-list-header-language {
  position: relative;
}
@media (min-width: 1280px) {
  .l-list-header-language {
    margin: 0 0.22rem 0 0.37rem;
  }
}

.l-list-header-language__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  color: #c1a880;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  background-image: url(../img/common/icon_arrow_02.svg), linear-gradient(to right, #C8C8C8 1px, transparent 1px);
  background-repeat: no-repeat, no-repeat;
  background-size: 0.12rem, 0.01rem 60%;
}
@media print, (min-width: 768px) {
  .l-list-header-language__select {
    padding: 0.08rem 0.35rem 0.08rem 0.12rem;
    font-size: 0.22rem;
    line-height: 1.1818181818;
    background-position: right 0.1rem center, right 0.28rem center;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-list-header-language__select {
    padding: 0.08rem 0.4rem 0.08rem 0.12rem;
    font-size: 0.2rem;
    line-height: 1.2;
    background-position: right 0.1rem center, right 0.31rem center;
  }
}

.l-list-header-language__select:focus {
  outline: none;
}

.l-list-header-language__select option {
  color: #555555;
  font-size: 0.14rem;
  line-height: 1.4285714286;
}
.l-list-header-language__select option:checked {
  background-color: #f0f0f0;
}

.l-input-header-search {
  height: 0.35rem;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  border-radius: 0.4rem;
  padding-right: 0.16rem;
}
.l-input-header-search .l-input-header-search__field {
  width: 100%;
  height: 100%;
  outline: none;
  font-family: "TT_Commons", sans-serif;
  color: #737373;
  font-size: 0.18rem;
  line-height: 1.4444444444;
}
.l-input-header-search .l-input-header-search__field::-webkit-input-placeholder {
  font-size: 0.18rem;
  line-height: 1.4444444444;
  color: #737373;
}
.l-input-header-search .l-input-header-search__field::-moz-placeholder {
  font-size: 0.18rem;
  line-height: 1.4444444444;
  color: #737373;
}
.l-input-header-search .l-input-header-search__field:-ms-input-placeholder {
  font-size: 0.18rem;
  line-height: 1.4444444444;
  color: #737373;
}
.l-input-header-search .l-input-header-search__field::-ms-input-placeholder {
  font-size: 0.18rem;
  line-height: 1.4444444444;
  color: #737373;
}
.l-input-header-search .l-input-header-search__field::placeholder {
  font-size: 0.18rem;
  line-height: 1.4444444444;
  color: #737373;
}
.l-input-header-search .l-input-header-search__toggle {
  width: 0.17rem;
  height: 0.18rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #555555;
  -webkit-mask: url(../img/common/icon_search_01.svg) 50% 50%/0.17rem auto no-repeat;
  mask: url(../img/common/icon_search_01.svg) 50% 50%/0.17rem auto no-repeat;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .l-input-header-search {
    width: 1.52rem;
  }
  .l-input-header-search .l-input-header-search__field {
    padding: 0 0.2rem 0 0.07rem;
  }
}
@media only screen and (max-width: 1279.98px) {
  .l-input-header-search {
    width: 100%;
    max-width: 3.6rem;
  }
  .l-input-header-search .l-input-header-search__field {
    padding: 0 0.2rem 0 0.16rem;
  }
}

.l-button-header-burger {
  width: 0.7rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
  cursor: pointer;
}
.l-button-header-burger .l-button-header-burger__line {
  background-color: #555555;
  height: 0.04rem;
  position: absolute;
  top: calc(50% - 0.02rem);
  right: 0.2rem;
  left: 0.2rem;
  border-radius: 0.2rem;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}
.l-button-header-burger .l-button-header-burger__line:first-child {
  -webkit-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
}
.l-button-header-burger .l-button-header-burger__line:last-child {
  -webkit-transform: translateY(0.1rem);
  -ms-transform: translateY(0.1rem);
  transform: translateY(0.1rem);
}

.l-button-header-burger.is-click-active .l-button-header-burger__line:first-child {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.l-button-header-burger.is-click-active .l-button-header-burger__line:nth-child(2) {
  opacity: 0;
}
.l-button-header-burger.is-click-active .l-button-header-burger__line:last-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer-common {
  background: url(../img/common/background_footer_01.jpg) 50% 50%/cover no-repeat;
  color: #fff;
}

.contact-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.contact-footer .location-title {
  display: block;
  font-weight: 500;
  color: #c1a880;
}
.contact-footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, (min-width: 768px) {
  .contact-footer {
    padding: 1.04rem 0 1.1rem;
  }
  .contact-footer .contact-location {
    max-width: 5.06rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
  .contact-footer .location-title {
    margin: 0 -0.2rem 0.19rem 0;
    font-size: 0.3rem;
    line-height: 1.2;
  }
  .contact-footer .wrapper {
    gap: 0.5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@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;
  }
  .contact-footer .contact-location {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .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 print, (min-width: 768px) {
  .logo-footer {
    max-width: 4.1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .logo-footer {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 40%;
  }
}

.form-footer-contact .form-title {
  display: block;
  font-weight: 500;
  color: #c1a880;
}
.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 {
    max-width: 5.06rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
  .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 {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  padding: 0;
}
.list-contact-information .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-contact-information .item-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: 50% 50%/100% auto no-repeat;
}
.list-contact-information .item-icon.is-address {
  background-image: url(../img/common/icon_information_01.svg);
}
.list-contact-information .item-icon.is-phone {
  background-image: url(../img/common/icon_information_02.svg);
}
.list-contact-information .item-icon.is-mail {
  background-image: url(../img/common/icon_information_03.svg);
}
.list-contact-information .item-icon.is-web {
  background-image: url(../img/common/icon_information_04.svg);
}
@media print, (min-width: 768px) {
  .list-contact-information {
    gap: 0.16rem;
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .list-contact-information .item-icon {
    width: 0.19rem;
    height: 0.26rem;
    margin-right: 0.11rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-contact-information {
    gap: 0.15rem;
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
  .list-contact-information .item-icon {
    width: 0.15rem;
    height: 0.24rem;
    margin-right: 0.1rem;
  }
}

.credits-footer .credits-wrapper {
  display: block;
  text-align: center;
  color: #d9d9d9;
}
.credits-footer .bonus-link {
  display: block;
  color: #d9b056;
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .credits-footer {
    padding: 0.26rem 0 0.3rem;
  }
  .credits-footer .credits-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .credits-footer .credits-bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    text-align: right;
  }
  .credits-footer .bonus-link {
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .credits-footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .credits-footer {
    padding: 0.2rem 0;
  }
  .credits-footer .credits-wrapper {
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
  .credits-footer .credits-bonus {
    text-align: center;
  }
  .credits-footer .bonus-link {
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
  .credits-footer .wrapper {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.1rem;
  }
}

.list-footer-sns {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-footer-sns .item-wrapper {
  display: block;
}
@media print, (min-width: 768px) {
  .list-footer-sns {
    gap: 0.2rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
  .list-footer-sns .list-item {
    width: 0.34rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-footer-sns {
    gap: 0.1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .list-footer-sns .list-item {
    width: 0.3rem;
  }
}

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

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

.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 {
    max-width: 49%;
    min-width: 6rem;
    width: 100%;
    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 {
    max-width: 100%;
    min-width: unset;
    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 {
    margin-bottom: 0.4rem;
    width: 100%;
  }
  .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 {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes transformButtonBefore {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes transformButtonBefore {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes transformButtonAfter {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes transformButtonAfter {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes scrollLine {
  0% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  51% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@keyframes scrollLine {
  0% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  51% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes movelr {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes movelr {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-webkit-keyframes fadeUpZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadeUpZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.wow {
  opacity: 0;
  visibility: hidden;
}

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

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

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

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

.button-common-primary {
  position: relative;
  background-color: #e6e2dc;
  color: #004c40;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.03rem;
  border: 0.02rem solid #E6E2DC;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.button-common-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #004c40;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  z-index: -1;
}
.button-common-primary::after {
  content: "";
  display: block;
  position: absolute;
  right: 0.22rem;
  top: calc(50% - 0.06rem);
  -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: all 0.4s ease;
  transition: all 0.4s ease;
  width: 0.12rem;
  height: 0.12rem;
  background-color: #004c40;
}
.button-common-primary:hover {
  color: #fff;
}
.button-common-primary:hover::before {
  width: 100%;
}
.button-common-primary:hover::after {
  background-color: #fff;
}
@media print, (min-width: 768px) {
  .button-common-primary {
    padding: 0.09rem 0.4rem 0.09rem 0.27rem;
    min-height: 0.45rem;
    font-size: 0.2rem;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    padding: 0.06rem 0.4rem 0.04rem 0.27rem;
    min-height: 0.35rem;
    font-size: 0.16rem;
    line-height: 1.3;
  }
}

.navigation-common-page .navigation-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-common-page .item-wrapper {
  display: block;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 0.05rem;
  opacity: 1;
  -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  color: #00a684;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
}
html.is-android .navigation-common-page .item-wrapper {
  font-weight: 700;
}
.navigation-common-page .item-wrapper:hover {
  opacity: 0.8;
}
.navigation-common-page .item-wrapper:hover .link-common {
  border-color: transparent !important;
}
html.is-touchable .navigation-common-page .item-wrapper:hover {
  opacity: 1;
}
.navigation-common-page .link-common {
  pointer-events: none;
}
.navigation-common-page .navigation-item {
  margin-bottom: 0.2rem;
}
.navigation-common-page .navigation-item:last-child {
  margin-bottom: 0.2rem;
}
.navigation-common-page .navigation-item.is-business .item-wrapper {
  border-color: #f7d398;
  color: #f5a827;
}
.navigation-common-page .navigation-item.is-business .item-wrapper .link-common {
  border-color: #f5a827;
}
.navigation-common-page .navigation-item.is-business .link-wrapper::after {
  background-color: #f5a827;
}
.navigation-common-page .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, (min-width: 768px) {
  .navigation-common-page .item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 5px solid #73c7b6;
  }
  .navigation-common-page .item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .navigation-common-page .item-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 449px;
  }
  .navigation-common-page .item-image .image-wrapper {
    position: relative;
    padding-top: 30.0668151448%;
  }
  .navigation-common-page .item-image img.object-common {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-common-page .item-wrapper {
    border-top: 0.08rem solid #73c7b6;
  }
  .navigation-common-page .image-wrapper {
    width: 3.35rem;
    height: 1.62rem;
  }
  .navigation-common-page .item-content {
    padding: 0.21rem 0.1rem 0.3rem;
  }
}

.paragraph-common {
  font-size: 0.16rem;
  text-align: justify;
}
.paragraph-common p:last-child {
  margin-bottom: 0;
}
.paragraph-common strong {
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .paragraph-common {
    line-height: 1.8125;
  }
}
@media only screen and (max-width: 767.98px) {
  .paragraph-common {
    line-height: 1.75;
  }
}

.paragraph-common-secondary {
  text-align: justify;
}
.paragraph-common-secondary p:last-child {
  margin-bottom: 0;
}
.paragraph-common-secondary strong {
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .paragraph-common-secondary {
    font-size: 0.22rem;
    line-height: 1.4545454545;
  }
  .paragraph-common-secondary p {
    margin-bottom: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .paragraph-common-secondary {
    font-size: 0.16rem;
    line-height: 1.375;
  }
  .paragraph-common-secondary p {
    margin-bottom: 0.14rem;
  }
}

.js-height {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title-common-primary {
  position: relative;
  color: #004c40;
  font-weight: 500;
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
  white-space: nowrap;
  margin: 0;
  display: block;
  opacity: 0;
}
.title-common-primary.is-white {
  color: #fff;
}
.title-common-primary.is-center {
  text-align: center;
}
.title-common-primary.is-default {
  -webkit-writing-mode: unset;
  -ms-writing-mode: unset;
  writing-mode: unset;
}
.title-common-primary.is-default::after {
  width: 100%;
  height: 1px;
  top: unset;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-0.1rem);
  -ms-transform: translateX(-0.1rem);
  transform: translateX(-0.1rem);
}
.title-common-primary::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: var(--line-height, 100%);
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
  background-color: #C8C8C8;
}
@media print, (min-width: 768px) {
  .title-common-primary {
    padding: 0.22rem 0.11rem 0 0;
    font-size: 0.3rem;
    line-height: 0.8666666667;
  }
  .title-common-primary.is-default {
    padding-bottom: 0.15rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    padding: 0.1rem 0.04rem 0 0;
    font-size: 0.2rem;
    line-height: 1.5;
  }
}

.title-common-primary.wow.animated {
  opacity: 1;
  clip-path: inset(-100% -10% -1000% 0);
}

.title-common-primary.is-default.wow.animated {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

.title-common-secondary {
  font-weight: 500;
  font-family: "Vogun", sans-serif;
  text-transform: uppercase;
  color: #C1A880;
}
@media print, (min-width: 768px) {
  .title-common-secondary {
    margin-bottom: 0.26rem;
    font-size: 0.5rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary {
    margin-bottom: 0.2rem;
    font-size: 0.25rem;
    line-height: 1.5;
  }
}

.pagination-common .pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination-common .entry-wrapper {
  border: 1px solid #015e4f;
  border-radius: 99999px;
  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-align: center;
  color: #015e4f;
  -webkit-transition: background 0.5s ease, color 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease;
  text-decoration: none;
}
.pagination-common .entry-wrapper.is-current,
.pagination-common .entry-wrapper:hover {
  background-color: #015e4f;
  color: #fff;
}
@media print, (min-width: 768px) {
  .pagination-common {
    font-size: 0.2rem;
    line-height: 1.4;
  }
  .pagination-common .pagination-wrapper {
    gap: 0.25rem;
  }
  .pagination-common .entry-wrapper {
    min-width: 0.45rem;
    min-height: 0.45rem;
    padding: 0.05rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .pagination-common {
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .pagination-common .pagination-wrapper {
    gap: 0.1rem;
  }
  .pagination-common .entry-wrapper {
    min-width: 0.4rem;
    min-height: 0.4rem;
    padding: 0.05rem;
  }
}

.time-common {
  position: relative;
  text-align: center;
  display: block;
  color: #C1A880;
  background-color: #004c40;
  border-radius: 3px;
  font-weight: 700;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
}

.time-common span {
  display: block;
}

.time-common .time-year {
  font-weight: 400;
}

@media print, (min-width: 768px) {
  .time-common {
    width: 1.07rem;
    font-size: 0.3rem;
    line-height: 0.8666666667;
    padding: 0.08rem 0.1rem 0.05rem;
  }
  .time-common .time-year {
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
}
@media only screen and (max-width: 767.98px) {
  .time-common {
    width: 0.75rem;
    font-size: 0.22rem;
    line-height: 1.0909090909;
    padding: 0.04rem;
  }
  .time-common .time-year {
    font-size: 0.16rem;
    line-height: 1.25;
  }
}
.block-common-news {
  width: 100%;
}

.block-common-news .block-viewport {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.block-common-news .block-wrapper:hover .image-wrapper img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.block-common-news .block-image {
  position: relative;
}

.block-common-news .image-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

.block-common-news .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 3s cubic-bezier(0, 0.6, 0.45, 1);
  transition: -webkit-transform 3s cubic-bezier(0, 0.6, 0.45, 1);
  transition: transform 3s cubic-bezier(0, 0.6, 0.45, 1);
  transition: transform 3s cubic-bezier(0, 0.6, 0.45, 1), -webkit-transform 3s cubic-bezier(0, 0.6, 0.45, 1);
}

.block-common-news .time-common {
  position: absolute;
  bottom: 0;
  left: 0;
}

.block-common-news .content-title {
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.block-common-news .content-detail {
  margin: 0;
}

@media print, (min-width: 768px) {
  .block-common-news {
    max-width: 35.40625vw !important;
  }
  .block-common-news .block-title {
    padding-right: 0.4rem;
  }
  .block-common-news .block-image {
    margin-bottom: 0.5rem;
  }
  .block-common-news .image-wrapper {
    padding-top: 58.495821727%;
  }
  .block-common-news .time-common {
    margin-bottom: -0.31rem;
    margin-left: 0.24rem;
  }
  .block-common-news .block-content {
    padding-left: 0.24rem;
  }
  .block-common-news .content-title {
    margin-bottom: 0.18rem;
    font-size: 0.2rem;
    line-height: 1.3;
  }
  .block-common-news .content-detail {
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .block-common-news .content-controller {
    margin-top: 0.33rem;
  }
}
@media (min-width: 1990px) {
  .block-common-news {
    max-width: 41.40625vw;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .block-common-news {
    max-width: 100% !important;
    margin-bottom: 0.6rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-news .block-viewport {
    margin-bottom: 0.3rem;
  }
  .block-common-news .block-title {
    padding-right: 0.1rem;
  }
  .block-common-news .block-image {
    margin-bottom: 0.3rem;
  }
  .block-common-news .image-wrapper {
    padding-top: 58.495821727%;
  }
  .block-common-news .time-common {
    margin-bottom: -0.24rem;
    margin-left: 0.15rem;
  }
  .block-common-news .content-title {
    margin-bottom: 0.1rem;
    font-size: 0.18rem;
    line-height: 1.2222222222;
  }
  .block-common-news .content-detail {
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
  .block-common-news .content-controller {
    margin-top: 0.2rem;
  }
}
.block-common-news.is-article {
  position: relative;
}
.block-common-news.is-article .content-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media print, (min-width: 768px) {
  .block-common-news.is-article {
    max-width: 100% !important;
    width: calc(100% + 0.77rem);
    margin-bottom: 0.5rem;
  }
  .block-common-news.is-article .block-image {
    margin-bottom: 0.63rem;
  }
  .block-common-news.is-article .content-title {
    margin-bottom: 0.2rem;
  }
  .block-common-news.is-article .content-controller {
    margin-top: 0.4rem;
  }
  .block-common-news.is-article .button-common-primary {
    padding: 0.06rem 0.4rem 0.05rem 0.22rem;
  }
}

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

.card-common-news .card-image:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.card-common-news .image-wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 63.1578947368%;
}

.card-common-news .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 3s cubic-bezier(0, 0.6, 0.45, 1);
  transition: -webkit-transform 3s cubic-bezier(0, 0.6, 0.45, 1);
  transition: transform 3s cubic-bezier(0, 0.6, 0.45, 1);
  transition: transform 3s cubic-bezier(0, 0.6, 0.45, 1), -webkit-transform 3s cubic-bezier(0, 0.6, 0.45, 1);
}

.card-common-news .content-title {
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
}

@media print, (min-width: 768px) {
  .card-common-news {
    margin-bottom: 0.32rem;
  }
  .card-common-news .card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .card-common-news .card-image {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .card-common-news .card-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 50%;
    width: 100%;
    padding-left: 0.33rem;
  }
  .card-common-news .content-title {
    margin-top: 0.16rem;
    font-size: 0.2rem;
    line-height: 1.3;
  }
  .card-common-news .content-controller {
    margin-top: 0.35rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .card-common-news {
    margin-bottom: 0.32rem;
  }
  .card-common-news .card-image {
    margin-bottom: 0.2rem;
  }
  .card-common-news .content-title {
    margin-top: 0.16rem;
    font-size: 0.18rem;
    line-height: 1.2222222222;
  }
  .card-common-news .content-controller {
    margin-top: 0.2rem;
  }
}
.card-common-news.is-article {
  margin: 0;
}
.card-common-news.is-article .image-wrapper {
  padding-top: 63.1578947368%;
}
@media print, (min-width: 768px) {
  .card-common-news.is-article {
    margin-bottom: 0.3rem;
  }
  .card-common-news.is-article:nth-child(2n+5) {
    padding-left: 0.77rem;
  }
  .card-common-news.is-article:nth-child(2n+5) .card-content {
    max-width: calc(50% - 0.02rem);
  }
  .card-common-news.is-article .card-content {
    max-width: calc(50% + 0.365rem);
    padding-left: 0.3rem;
  }
  .card-common-news.is-article .time-common {
    width: 1.02rem;
    padding: 0.05rem 0.1rem;
  }
  .card-common-news.is-article .content-controller {
    margin-top: 0.23rem;
  }
  .card-common-news.is-article .button-common-primary {
    padding: 0.06rem 0.4rem 0.05rem 0.22rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .card-common-news.is-article:nth-child(2n+5) {
    padding-left: 0.16rem;
  }
  .card-common-news.is-article .card-content {
    max-width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .card-common-news.is-article:nth-child(2n+5) {
    padding-left: 0;
  }
}

.list-common-news .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-common-news .list-item:last-child {
  margin-bottom: 0;
}

.list-common-news .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #C1A880;
  text-decoration: none;
  -webkit-transition: background-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out;
}

.list-common-news .item-wrapper:hover {
  background-color: #004c40;
}

.list-common-news .item-wrapper:hover .time-common {
  background-color: #C1A880;
  color: #004c40;
}

.list-common-news .item-content {
  color: #fff;
}

.list-common-news .content-detail {
  margin: 0;
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media print, (min-width: 768px) {
  .list-common-news {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0.32rem;
  }
  .list-common-news .list-wrapper .time-common {
    padding: 0.09rem 0.1rem;
  }
  .list-common-news .list-item {
    margin-bottom: 0.27rem;
  }
  .list-common-news .item-content {
    padding: 0 0.31rem;
  }
  .list-common-news .content-detail {
    font-size: 0.2rem;
    line-height: 1.3;
  }
  .list-common-news .list-controller {
    margin-top: 0.25rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-news .list-item {
    margin-bottom: 0.14rem;
  }
  .list-common-news .item-content {
    padding: 0 0.2rem;
  }
  .list-common-news .content-detail {
    font-size: 0.16rem;
    line-height: 1.25;
  }
  .list-common-news .list-controller {
    margin-top: 0.25rem;
  }
}
.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 {
    padding: 0 0.2rem;
    font-size: 0.18rem;
    height: 0.4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .input-common input {
    padding: 0 0.15rem;
    font-size: 0.14rem;
    height: 0.3rem;
  }
}

.mask {
  position: fixed;
  overflow: hidden;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  right: 0;
  z-index: 99999;
  pointer-events: none;
}

.mask::before,
.mask::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  -webkit-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
  background-color: #004c40;
}

.mask::before {
  top: 0;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.mask::after {
  bottom: 0;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

.mask.open::before,
.mask.open::after {
  height: 0;
}

.wrap-loadicon {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100000;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  pointer-events: none;
  width: 100%;
}

.wrap-loadicon.hide {
  opacity: 0;
}

.wrap-loadicon .icon-image {
  display: block;
  margin: 0 auto;
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-in-out 1.4s forwards;
  animation: fadeIn 1s ease-in-out 1.4s forwards;
}

.wrap-loadicon .icon-text {
  position: absolute;
  margin: 0;
  background: url(../img/common/logo_primary_04.svg) center bottom/contain no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  text-align: center;
  overflow: hidden;
  -webkit-animation: fadeLeft 2s ease-in-out 1.5s both;
  animation: fadeLeft 2s ease-in-out 1.5s both;
}

@media print, (min-width: 768px) {
  .wrap-loadicon .icon-image {
    width: 4.1rem;
    height: 2.36rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrap-loadicon {
    padding: 0.12rem 0;
  }
  .wrap-loadicon .icon-image {
    width: 2.05rem;
    height: 1.18rem;
  }
  .wrap-loadicon .icon-text {
    margin-top: -0.1rem;
  }
}
@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeLeft {
  from {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
/*# sourceMappingURL=common.css.map */