@charset "UTF-8";
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;
  line-break: normal;
}
html.is-visible {
  opacity: 1;
}
html.is-frozen-os {
  overflow: hidden;
}
@media print, (min-width: 768px) {
  html {
    min-width: 1225px;
    overflow: auto scroll;
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    scrollbar-width: none;
    -ms-overflow-style: none;
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
  html::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
}

body {
  color: #323232;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  font-weight: 400;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html.is-frozen-windows body {
  position: fixed;
  width: 100%;
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.18rem;
    line-height: 2.3333333333;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.14rem;
    line-height: 1.7714285714;
  }
}

@media only screen and (max-width: 767.98px) {
  main {
    padding-top: 0.61rem;
  }
}

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: 1px;
  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 print, (min-width: 768px) {
  .container {
    min-width: 1225px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }
  .wrapper.is-small {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

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

.header-common {
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
}
.header-common .header-viewport {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
@media print, (min-width: 768px) {
  .header-common {
    position: sticky;
  }
  .header-common .header-viewport {
    position: relative;
    min-width: 1225px;
  }
  .header-common .header-wrapper {
    padding: 30px 37px 30px 33px;
  }
  .header-common .header-actions,
  .header-common .header-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;
  }
}
@media print {
  .header-common {
    position: relative;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common {
    position: relative;
    min-height: 0.6rem;
  }
  .header-common .header-viewport {
    position: fixed;
    min-height: 0.61rem;
    background-color: #fff;
  }
  .header-common .header-wrapper {
    padding: 0.14rem 0.2rem;
  }
  .header-common .header-actions {
    position: fixed;
    z-index: 10;
    top: 0.53rem;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.4rem 0.2rem 0.25rem;
    overflow: hidden auto;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
    background-color: #fff;
    pointer-events: none;
  }
  .header-common .actions-block {
    max-width: 2.5rem;
    margin: 0 auto 0.1rem;
    background-color: #717071;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 0.16rem;
    line-height: 1.4;
  }
  .header-common .actions-block:last-child {
    margin-bottom: 0;
  }
  .header-common .actions-block .block-link {
    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;
    width: 100%;
    padding: 0.14rem;
    text-align: center;
  }
  .header-common .actions-block.is-revert {
    background-color: #405f83;
  }
}

@media only screen and (max-width: 767.98px) {
  .header-common.is-active .header-actions {
    opacity: 1;
    pointer-events: all;
  }
}

.logo-header-primary {
  display: block;
}
@media print, (min-width: 768px) {
  .logo-header-primary {
    width: 241px;
  }
}
@media only screen and (max-width: 767.98px) {
  .logo-header-primary {
    width: 1.8rem;
  }
}

.navigation-header-sitemap .navigation-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Noto Serif JP", serif;
}
.navigation-header-sitemap .child-wrapper {
  position: relative;
  z-index: 999;
  cursor: pointer;
}
.navigation-header-sitemap .child-wrapper.is-active .label-header-primary {
  pointer-events: none;
}
.navigation-header-sitemap .child-wrapper.is-active:has(.menu-header-sitemap) .label-header-primary {
  pointer-events: all;
}
@media print, (min-width: 768px) {
  .navigation-header-sitemap {
    margin-right: 33px;
  }
  .navigation-header-sitemap .navigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navigation-header-sitemap .navigation-child {
    position: relative;
    padding: 0 20px;
    line-height: 1.4;
  }
  .navigation-header-sitemap .navigation-child:first-child {
    padding-left: 0;
  }
  .navigation-header-sitemap .navigation-child:last-child {
    padding-right: 0;
  }
  .navigation-header-sitemap .navigation-child:last-child::before {
    content: none;
  }
  .navigation-header-sitemap .navigation-child::before {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    bottom: 5px;
    border-right: 1px solid #323232;
  }
  .navigation-header-sitemap .child-wrapper {
    padding-bottom: 4px;
  }
  .navigation-header-sitemap .child-wrapper::before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0;
    -webkit-transition: width 0.5s ease-out, opacity 0.5s ease-out;
    transition: width 0.5s ease-out, opacity 0.5s ease-out;
    border-bottom: 2px solid #c5d98d;
  }
  .navigation-header-sitemap .child-wrapper.clicked::before {
    width: 100%;
  }
  .navigation-header-sitemap .child-wrapper.clicked .menu-header-sitemap {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
  .navigation-header-sitemap .child-wrapper.is-active::before {
    width: 100%;
  }
  html:not(.is-tablet) .navigation-header-sitemap .child-wrapper:hover::before {
    width: 100%;
  }
  html:not(.is-tablet) .navigation-header-sitemap .child-wrapper:hover .menu-header-sitemap {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-header-sitemap {
    margin-bottom: 0.6rem;
  }
  .navigation-header-sitemap .child-wrapper {
    padding: 0.05rem 0;
    border-bottom: 1px solid #323232;
  }
  .navigation-header-sitemap .child-wrapper:has(.menu-header-sitemap) .label-header-primary {
    z-index: -1;
  }
  .navigation-header-sitemap .child-icon {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .navigation-header-sitemap .child-icon::before, .navigation-header-sitemap .child-icon::after {
    content: "";
    position: absolute;
    top: 0.21rem;
    right: 0.1rem;
    width: 0.15rem;
    height: 0.02rem;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    border-radius: 0.1rem;
    background-color: #323232;
  }
  .navigation-header-sitemap .child-icon::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .navigation-header-sitemap .child-icon.is-active::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .navigation-header-sitemap .navigation-wrapper {
    margin-bottom: 0.5rem;
  }
}

.menu-header-sitemap .menu-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (min-width: 768px) {
  .menu-header-sitemap {
    visibility: hidden;
    position: absolute;
    top: 29px;
    left: 0;
    width: 122px;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    background-color: #f7f7f7;
    pointer-events: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .menu-header-sitemap {
    display: none;
    margin-bottom: 0.1rem;
    background-color: #eee;
  }
  .menu-header-sitemap .menu-item {
    padding: 0.05rem 0.2rem;
    border-bottom: 1px solid #fff;
  }
  .menu-header-sitemap .menu-item:last-child {
    border-bottom: none;
  }
}

.label-header-secondary,
.label-header-primary {
  position: relative;
  z-index: 2;
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) {
  .label-header-secondary,
  .label-header-primary {
    font-size: 0.15rem;
  }
}

.label-header-primary {
  display: inline-block;
}
.label-header-primary img {
  width: auto;
  height: 100%;
}
@media print, (min-width: 768px) {
  .label-header-primary {
    top: 5px;
    height: 21px;
  }
}
@media only screen and (max-width: 767.98px) {
  .label-header-primary {
    top: 0.03rem;
    height: 0.29rem;
    font-size: 0.2rem;
  }
}

.label-header-secondary {
  text-decoration: none;
  cursor: pointer;
}
html.is-touchable .label-header-secondary:hover {
  background-color: transparent;
}
@media print, (min-width: 768px) {
  .label-header-secondary {
    display: block;
    padding: 5px 13px 6px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .label-header-secondary:hover {
    background-color: #dcdcdc;
  }
}
@media only screen and (max-width: 767.98px) {
  .label-header-secondary {
    display: inline-block;
    font-size: 0.18rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-header-burger {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    width: 0.6rem;
    height: 0.53rem;
    padding-top: 0.43rem;
    padding-right: 0.08rem;
    cursor: pointer;
  }
  .button-header-burger .button-line {
    position: absolute;
    top: calc(50% + 0.02rem);
    right: 0.07rem;
    left: 0;
    width: 0.28rem;
    height: 0.03rem;
    margin: 0 auto;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    border-radius: 0.1rem;
    background-color: #323232;
  }
  .button-header-burger .button-line:nth-child(1) {
    -webkit-transform: translateY(-0.1rem);
    -ms-transform: translateY(-0.1rem);
    transform: translateY(-0.1rem);
  }
  .button-header-burger .button-line:nth-child(3) {
    -webkit-transform: translateY(0.1rem);
    -ms-transform: translateY(0.1rem);
    transform: translateY(0.1rem);
  }
}

@media only screen and (max-width: 767.98px) {
  .button-header-burger.is-active .button-line:nth-child(1) {
    -webkit-transform: rotate(45deg) scale(1.25, 1);
    -ms-transform: rotate(45deg) scale(1.25, 1);
    transform: rotate(45deg) scale(1.25, 1);
  }
  .button-header-burger.is-active .button-line:nth-child(2) {
    opacity: 0;
  }
  .button-header-burger.is-active .button-line:nth-child(3) {
    -webkit-transform: rotate(-45deg) scale(1.25, 1);
    -ms-transform: rotate(-45deg) scale(1.25, 1);
    transform: rotate(-45deg) scale(1.25, 1);
  }
}

.button-common-skip {
  position: absolute;
  z-index: 999;
  width: 0.01rem;
  height: 0.01rem;
  margin: -0.01rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0.01rem, 0.01rem, 0.01rem, 0.01rem);
  border: 0;
  clip-path: inset(50%);
}

.button-common-skip:focus {
  display: block;
  z-index: 100;
  top: 0.05rem;
  left: 0.05rem;
  width: auto;
  height: auto;
  padding: 0.15rem 0.23rem 0.14rem;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.footer-common {
  position: relative;
  z-index: 9999;
}
.footer-common .introduction-block {
  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;
  background-color: #323232;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
}
.footer-common .introduction-block.is-revert {
  background-color: #0b3361;
}
@media print, (min-width: 768px) {
  .footer-common .footer-viewport {
    max-width: 1280px;
    margin: 52px auto;
  }
  .footer-common .footer-introduction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    margin-bottom: 50px;
  }
  .footer-common .introduction-block {
    width: 50%;
    padding: 15px 20px 16px;
    font-size: 0.3rem;
  }
  .footer-common .list-common-social {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .footer-common .footer-wrapper,
  .footer-common .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-common .footer-wrapper {
    max-width: 1215px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common .footer-viewport {
    margin-top: 0.5rem;
  }
  .footer-common .footer-introduction {
    margin-bottom: 0.4rem;
  }
  .footer-common .introduction-block {
    margin-bottom: 0.03rem;
    padding: 0.1rem 0.2rem;
    font-size: 0.22rem;
  }
  .footer-common .introduction-block:last-child {
    margin-bottom: 0;
  }
  .footer-common .footer-wrapper {
    padding: 0 0.2rem;
  }
  .footer-common .footer-inner {
    display: none;
  }
}

.logo-footer-primary {
  display: block;
}
@media print, (min-width: 768px) {
  .logo-footer-primary {
    width: 241px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .logo-footer-primary {
    width: 2.2rem;
    margin: 0 auto 0.1rem;
  }
}

.footer-copyright {
  display: block;
  font-size: 0.13rem;
}
@media print, (min-width: 768px) {
  .footer-copyright {
    margin-bottom: -0.06rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-copyright {
    margin-bottom: 0.05rem;
  }
}

.footer-contact {
  color: #646464;
  font-weight: 500;
}
.footer-contact .contact-privacy {
  display: inline-block;
  position: relative;
  padding-left: 0.11rem;
  font-size: 0.13rem;
  line-height: 1.3846153846;
}
.footer-contact .contact-privacy::before {
  content: "";
  position: absolute;
  top: 0.05rem;
  left: 0;
  width: 0.09rem;
  height: 0.09rem;
  background: url("../img/common/icn_arrow_01.png") 50% 50%/100% auto no-repeat;
}
@media print, (min-width: 768px) {
  .footer-contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 309px;
  }
  .footer-contact .contact-social {
    padding-right: 42px;
  }
  .footer-contact .contact-privacy {
    margin-bottom: 37px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-contact {
    margin-bottom: 0.15rem;
  }
  .footer-contact .contact-wrapper {
    margin-bottom: 0.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
  }
  .footer-contact .contact-privacy::before {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .footer-contact .contact-privacy.is-active::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.navigation-footer-sitemap .navigation-link {
  display: inline-block;
  position: relative;
  color: #405f83;
  font-family: "Noto Serif JP", serif;
  font-size: 0.17rem;
  line-height: 1.4;
}
.navigation-footer-sitemap .navigation-link::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.04rem;
  width: 0.17rem;
  height: 0.17rem;
  margin-left: 0.05rem;
  background: url("../img/common/icn_arrow_03.svg") 50% 50%/100% auto no-repeat;
}
.navigation-footer-sitemap .navigation-link .link-wrapper {
  display: inline-block;
  position: relative;
  margin-left: 0.06rem;
  padding-left: 0.06rem;
  font-size: 0.12rem;
  line-height: 1.4;
}
.navigation-footer-sitemap .navigation-link .link-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-right: 1px solid #405f83;
}
.navigation-footer-sitemap .navigation-actions {
  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) {
  .navigation-footer-sitemap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 180px;
    padding: 0 10px;
    border-left: 1px solid #878788;
  }
  .navigation-footer-sitemap:last-child {
    padding-right: 0;
  }
  .navigation-footer-sitemap .list-viewport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 5px;
    gap: 15px;
  }
  .navigation-footer-sitemap.is-first {
    width: 222px;
  }
  .navigation-footer-sitemap.is-second {
    width: 504px;
  }
  .navigation-footer-sitemap .navigation-actions {
    margin-bottom: 6px;
  }
  .navigation-footer-sitemap .navigation-actions.is-spacing {
    margin-top: 11px;
    margin-bottom: 0;
  }
  .navigation-footer-sitemap .navigation-link {
    top: -4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-footer-sitemap {
    padding: 0.15rem 0;
    border-bottom: 1px solid #878788;
  }
  .navigation-footer-sitemap:last-child {
    border-bottom: none;
  }
  .navigation-footer-sitemap .navigation-link {
    margin: 0.14rem 0;
  }
}

.list-footer-sitemap .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-footer-sitemap .list-title {
  display: block;
  position: relative;
  color: #405f83;
  font-family: "Noto Serif JP", serif;
  font-size: 0.17rem;
  line-height: 1.4;
}
.list-footer-sitemap .list-title .title-small {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  padding-left: 5px;
  font-size: 0.12rem;
  line-height: 1.4;
}
.list-footer-sitemap .list-title .title-small::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-right: 1px solid #405f83;
}
.list-footer-sitemap .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.list-footer-sitemap .list-item:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .list-footer-sitemap .list-title {
    margin-bottom: 5px;
  }
  .list-footer-sitemap .list-item {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-footer-sitemap .list-title {
    margin-bottom: 0.16rem;
  }
  .list-footer-sitemap .list-item {
    margin-bottom: 0.08rem;
  }
  .list-footer-sitemap .list-wrapper {
    margin-bottom: 0.08rem;
  }
  .list-footer-sitemap .list-wrapper:last-child {
    margin-bottom: 0;
  }
}

.label-footer-primary {
  display: inline-block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0.1rem;
  color: #717071;
  font-size: 0.13rem;
  line-height: 1.3846153846;
}
.label-footer-primary::before {
  content: "";
  position: absolute;
  top: 0.05rem;
  left: 0;
  width: 0.06rem;
  height: 0.08rem;
  background: url("../img/common/icn_arrow_02.svg") 50% 50%/100% auto no-repeat;
}

.button-common-top .button-wrapper {
  position: fixed;
  z-index: 999;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  cursor: pointer;
}
.button-common-top .button-wrapper:hover {
  opacity: 0.8;
}
html.is-touchable .button-common-top .button-wrapper:hover {
  opacity: 1;
}
@media print, (min-width: 768px) {
  .button-common-top .button-wrapper {
    right: 24px;
    bottom: 10px;
    width: 0.51rem;
    height: 0.51rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-top .button-wrapper {
    right: 0.1rem;
    bottom: 0.1rem;
    width: 0.41rem;
    height: 0.41rem;
  }
}

.button-common-contact .button-link {
  display: block;
}
.button-common-contact .button-viewport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.14rem;
}
@media print, (min-width: 768px) {
  .button-common-contact {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 1225px;
  }
  .button-common-contact .button-viewport {
    position: absolute;
    right: 0;
    bottom: 368px;
  }
  .button-common-contact .button-link {
    width: 47px;
    height: 165px;
  }
}
@media (min-width: 768px) and (max-height: 825px) {
  .button-common-contact .button-viewport {
    bottom: 270px;
  }
}
@media (min-width: 768px) and (max-height: 746px) {
  .button-common-contact .button-viewport {
    bottom: 200px;
  }
}
@media (min-width: 768px) and (max-height: 680px) {
  .button-common-contact .button-viewport {
    bottom: 150px;
  }
}
@media (min-width: 768px) and (max-height: 600px) {
  .button-common-contact .button-viewport {
    bottom: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-contact .button-viewport {
    position: fixed;
    top: calc(50% - 1.09rem);
  }
  .button-common-contact .button-link {
    width: 0.37rem;
    height: 1.3rem;
  }
}

.list-common-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-social .item-link {
  display: block;
  width: 0.25rem;
  height: 0.25rem;
}
@media print, (min-width: 768px) {
  .list-common-social {
    gap: 0.1rem;
  }
  .list-common-social .item-link {
    width: 0.25rem;
    height: 0.25rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.2rem;
  }
  .list-common-social .item-link {
    width: 0.3rem;
    height: 0.3rem;
  }
}

.list-common-category .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-category .list-item {
  margin-bottom: 0.14rem;
  font-family: "Noto Serif JP", serif;
  font-size: 0.15rem;
  letter-spacing: 0.025em;
}
.list-common-category .list-item:last-child {
  margin-bottom: 0;
}

.list-common-news .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-news .item-viewport {
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: transparent;
  cursor: pointer;
}
.list-common-news .item-viewport:hover {
  background-color: #ebeef2;
}
.list-common-news .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.list-common-news .item-wrapper::after {
  content: "";
  position: absolute;
  right: 0.13rem;
  background: url("../img/common/icn_arrow_05.svg") 50% 50%/100% auto no-repeat;
}
.list-common-news .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list-common-news .item-date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 0.9rem;
  margin-right: 0.21rem;
  font-size: 0.16rem;
}
.list-common-news .category-common-primary {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 2rem;
  padding: 0.02rem 0.18rem 0.025rem;
  font-size: 0.14rem;
}
html.is-tablet .list-common-news .category-common-primary {
  padding: 0.02rem 0.18rem 0.03rem;
}
.list-common-news .item-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 0.15rem;
}
.list-common-news .list-item {
  padding: 0.02rem 0;
  border-top: 1px solid #969696;
}
.list-common-news .list-item:last-child {
  border-bottom: 1px solid #969696;
}
@media print, (min-width: 768px) {
  .list-common-news .item-wrapper {
    padding: 23px 60px 22px 20px;
  }
  .list-common-news .item-wrapper::after {
    top: 0;
    bottom: 0;
    width: 0.4rem;
  }
  .list-common-news .category-common-primary {
    margin-right: 34px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-news .item-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.15rem 0.5rem 0.15rem 0.1rem;
  }
  .list-common-news .item-wrapper::after {
    top: 0.13rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .list-common-news .category-common-primary {
    margin-right: 0.1rem;
  }
  .list-common-news .item-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    margin-top: 0.1rem;
  }
}

.list-common-contact .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.32rem;
  height: 0.56rem;
  padding: 0 0.1rem;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: 1px solid #323232;
  border-width: 1px 1px 1px 0;
  border-top-right-radius: 0.28rem;
  border-bottom-right-radius: 0.28rem;
  background-color: transparent;
}
.list-common-contact .item-wrapper::before, .list-common-contact .item-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0.16rem;
  bottom: 0;
  width: 0.32rem;
  -webkit-transition: opacity 0.3s ease, background 0.3s ease;
  transition: opacity 0.3s ease, background 0.3s ease;
}
.list-common-contact .item-wrapper::before {
  background: url("../img/common/icn_arrow_03_dark.svg") 50% 50%/100% auto no-repeat;
}
.list-common-contact .item-wrapper::after {
  background: url("../img/common/icn_arrow_03.svg") 50% 50%/100% auto no-repeat;
}
.list-common-contact .item-wrapper:hover {
  border-color: #405f83;
  background-color: #405f83;
}
.list-common-contact .item-wrapper:hover::after {
  opacity: 0;
}
.list-common-contact .item-wrapper:hover .item-text {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
html.is-touchable .list-common-contact .item-wrapper:hover {
  border-color: #323232;
  background-color: transparent;
}
html.is-touchable .list-common-contact .item-wrapper:hover::after {
  opacity: 1;
}
html.is-touchable .list-common-contact .item-wrapper:hover .item-text {
  -webkit-filter: none;
  filter: none;
}
.list-common-contact .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-common-contact .item-text {
  display: block;
  height: 0.19rem;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.list-common-contact .item-text .image-common {
  width: auto;
  height: 100%;
}
@media print, (min-width: 768px) {
  .list-common-contact {
    max-width: 803px;
    margin: 0 auto;
  }
  .list-common-contact .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.55rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-contact .list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.4rem;
  }
}

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

.list-common-segment .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-segment .item-text {
  margin: 0;
  font-size: 0.16rem;
  line-height: 1.875;
}
.list-common-segment .item-wrapper {
  position: relative;
}
.list-common-segment .title-common-quinary {
  position: absolute;
  z-index: 1;
  left: 0;
}
.list-common-segment.is-education .item-inner {
  background-color: #fff;
}
.list-common-segment.is-benefits .item-inner {
  background-color: #e6eaef;
}
@media print, (min-width: 768px) {
  .list-common-segment .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -35px -103px;
  }
  .list-common-segment .list-item {
    width: 50%;
    padding: 0 35px 103px;
  }
  .list-common-segment .item-image {
    height: 299px;
    margin-bottom: 22px;
  }
  .list-common-segment .title-common-quinary {
    top: -25px;
  }
  .list-common-segment.is-spacing .item-image {
    height: 262px;
    margin-bottom: 16px;
  }
  .list-common-segment.is-spacing .item-text {
    padding: 0 31px 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-segment .list-item {
    margin-bottom: 0.6rem;
  }
  .list-common-segment .list-item:last-child {
    margin-bottom: 0;
  }
  .list-common-segment .item-image {
    height: 2.5rem;
    margin-bottom: 0.2rem;
  }
  .list-common-segment .title-common-quinary {
    top: -0.2rem;
  }
  .list-common-segment.is-spacing .item-image {
    margin-bottom: 0.15rem;
  }
  .list-common-segment.is-spacing .item-text {
    padding: 0 0.2rem 0.1rem;
  }
}

.list-common-number {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-number li {
  font-size: 0.16rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6875;
}

.list-common-type .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-type .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 0.18rem;
  color: #000;
  font-size: 0.16rem;
  line-height: 1.75;
}
.list-common-type .list-item::before {
  content: "";
  position: absolute;
  top: 0.09rem;
  left: 0;
  width: 0.13rem;
  height: 0.13rem;
  border: 1px solid #000;
}
@media print, (min-width: 768px) {
  .list-common-type .list-image {
    width: 440px;
  }
}

.list-common-profile {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
.list-common-profile .item-wrapper {
  display: block;
  position: relative;
  width: 2.44rem;
  height: 2.38rem;
  overflow: hidden;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}
.list-common-profile .item-wrapper:hover .item-image {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.list-common-profile .item-wrapper:hover .item-image::before {
  background-color: rgba(78, 127, 177, 0.7);
}
.list-common-profile .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list-common-profile .item-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.list-common-profile .item-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: transparent;
}
.list-common-profile .content-title,
.list-common-profile .item-button {
  color: #fff;
}
.list-common-profile .content-title {
  display: block;
  position: absolute;
  top: 0.09rem;
  left: 0.14rem;
  min-width: 0.5rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-size: 0.5rem;
  line-height: 1;
}
.list-common-profile .button-title {
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-size: 0.25rem;
  line-height: 1.75;
}
.list-common-profile .button-link {
  position: relative;
  padding-right: 0.24rem;
  font-size: 0.16rem;
  line-height: 1.5;
}
.list-common-profile .button-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.19rem;
  margin-top: 0.05rem;
  background: url("../img/common/icn_arrow_08.svg") 50% 50%/100% auto no-repeat;
}
.list-common-profile .item-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 0.15rem 0.1rem;
}
@media print, (min-width: 768px) {
  .list-common-profile .list-wrapper {
    gap: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-profile .list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
  }
}

.list-common-checked {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0.09rem;
}
.list-common-checked .list-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 0.3rem;
  margin-bottom: 0.06rem;
  padding-left: 0.27rem;
  font-size: 0.17rem;
  line-height: 1.3529411765;
}
.list-common-checked .list-child:last-child {
  margin-bottom: 0;
}
.list-common-checked .list-child::before {
  content: "";
  position: absolute;
  top: 0.03rem;
  left: 0;
  width: 0.19rem;
  height: 0.19rem;
  background: url("../img/common/icn_checked_01.svg") 50% 50%/100% auto no-repeat;
}
.list-common-checked .child-highlight {
  padding-top: 0.02rem;
  font-size: 0.1rem;
}
.list-common-checked .child-number {
  position: relative;
  top: -0.07rem;
  padding: 0 0.03rem;
  font-family: "Noto Serif JP", serif;
  font-size: 0.3rem;
  font-weight: 500;
  line-height: 1;
}

.title-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.title-common-primary .title-english {
  display: block;
}
.title-common-primary .title-japanese {
  display: inline-block;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media print, (min-width: 768px) {
  .title-common-primary {
    width: 992px;
  }
  .title-common-primary .title-english {
    width: 649px;
  }
  .title-common-primary .title-japanese {
    font-size: 0.3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .title-common-primary .title-english {
    width: 3rem;
  }
  .title-common-primary .title-japanese {
    font-size: 0.25rem;
  }
}

.title-common-secondary {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
}
.title-common-secondary.is-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.title-common-secondary .title-english {
  color: #405f83;
  font-size: 0.17rem;
  font-weight: 400;
}
.title-common-secondary .title-japanese {
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media print, (min-width: 768px) {
  .title-common-secondary .title-japanese {
    font-size: 0.4rem;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary .title-japanese {
    font-size: 0.26rem;
    line-height: 1.3;
  }
  .title-common-secondary.is-small .title-japanese {
    font-size: 0.22rem;
  }
}

.title-common-animation {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  letter-spacing: 0.05em;
}
.title-common-animation .title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
}
.title-common-animation .title-text::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #0b3361;
}
.title-common-animation .title-text:last-child {
  margin-bottom: 0;
}
.title-common-animation .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 0;
  background: #0b3361;
}
.title-common-animation .title-text.animation::before {
  -webkit-animation: passing-bar 0.6s ease 0.3s 1 normal forwards;
  animation: passing-bar 0.6s ease 0.3s 1 normal forwards;
}
.title-common-animation .title-text.animation .title-wrapper {
  -webkit-animation: passing-txt 0s ease 0.6s 1 normal forwards;
  animation: passing-txt 0s ease 0.6s 1 normal forwards;
}
@media print, (min-width: 768px) {
  .title-common-animation {
    font-size: 0.32rem;
    line-height: 2.53;
  }
  .title-common-animation .title-text {
    margin-bottom: 18px;
    white-space: nowrap;
  }
  .title-common-animation .title-wrapper {
    padding: 6px 27px 8px;
  }
  .title-common-animation.is-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .title-common-animation.is-right .title-text.animation::before {
    -webkit-animation: passing-bar-right 0.6s ease 0.3s 1 normal forwards;
    animation: passing-bar-right 0.6s ease 0.3s 1 normal forwards;
  }
  .title-common-animation.is-right .title-text::before {
    right: 0;
    left: unset;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-animation {
    font-size: 0.2rem;
    line-height: 2.5;
  }
  .title-common-animation .title-text {
    margin-bottom: 0.1rem;
    white-space: normal;
  }
  .title-common-animation .title-wrapper {
    padding: 0.03rem 0.1rem 0.05rem;
  }
  .title-common-animation .title-wrapper.is-small {
    font-size: 0.16rem;
    margin-right: -0.08rem;
    padding: 0.06rem 0.1rem 0.07rem 0.1rem;
  }
  .title-common-animation .title-image {
    display: block;
    height: 0.19rem;
    margin: 0.06rem 0 0.05rem;
  }
  .title-common-animation .title-image img {
    width: auto;
    height: 100%;
  }
}

.title-common-tertiary {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.4;
}
.title-common-tertiary .title-background {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg_title_01.svg") top left/100% 100% repeat;
}
.title-common-tertiary .title-viewport {
  display: block;
}
@media print, (min-width: 768px) {
  .title-common-tertiary {
    width: 47.34375%;
    padding: 12px 0 14px 20px;
    font-size: 0.3rem;
  }
  .title-common-tertiary .title-viewport {
    max-width: 466px;
    margin-right: 0;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-tertiary {
    width: 90%;
    padding: 0.1rem 0;
    font-size: 0.26rem;
  }
  .title-common-tertiary .title-viewport {
    padding: 0 0.2rem;
  }
}

@media print, (min-width: 768px) {
  .title-common-tertiary.is-resize {
    width: 53.203125%;
  }
  .title-common-tertiary.is-resize .title-viewport {
    max-width: 541px;
  }
}
@media (min-width: 1281px) {
  .title-common-tertiary.is-resize {
    width: 53%;
  }
}

@media print, (min-width: 768px) {
  .title-common-tertiary.is-spacing .title-viewport {
    max-width: 485px;
  }
  .title-common-tertiary.is-spacing .title-text {
    -webkit-transform: scale(90%);
    -ms-transform: scale(90%);
    transform: scale(90%);
  }
}

@media print, (min-width: 768px) {
  .title-common-tertiary.has-size {
    width: 56%;
  }
  .title-common-tertiary.has-size .title-viewport {
    max-width: 576px;
  }
}

.title-common-quinary {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.title-common-quinary .title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 0;
  background: #0b3361;
  clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);
}
.title-common-quinary .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #fff;
  clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);
}
.title-common-quinary .title-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #0b3361;
  clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);
}
.title-common-quinary .title-wrapper.animation::before {
  -webkit-animation: passing-bar 0.6s ease 0.3s 1 normal forwards;
  animation: passing-bar 0.6s ease 0.3s 1 normal forwards;
}
.title-common-quinary .title-wrapper.animation .title-text {
  -webkit-animation: passing-txt 0s ease 0.6s 1 normal forwards;
  animation: passing-txt 0s ease 0.6s 1 normal forwards;
}
@media print, (min-width: 768px) {
  .title-common-quinary {
    min-width: 226px;
    font-size: 0.24rem;
    line-height: 1.4166666667;
  }
  .title-common-quinary .title-text {
    padding: 8px 56px 8px 20px;
  }
  .title-common-quinary .title-wrapper {
    top: -1px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-quinary {
    min-width: 1.6rem;
    font-size: 0.18rem;
    line-height: 1.5;
  }
  .title-common-quinary .title-text {
    padding: 0.08rem 0.36rem 0.08rem 0.1rem;
  }
  .title-common-quinary .title-wrapper {
    top: -0.005rem;
  }
}

.keyvisual-common-secondary {
  background-color: #fff;
}
.keyvisual-common-secondary .title-common-primary {
  position: relative;
  margin: 0 auto;
}
@media print, (min-width: 768px) {
  .keyvisual-common-secondary {
    margin-bottom: 122px;
    padding-top: 27px;
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-common-secondary {
    margin-bottom: 0.8rem;
  }
  .keyvisual-common-secondary .title-common-primary .title-japanese {
    font-size: 0.2rem;
  }
}

.keyvisual-common-primary {
  position: relative;
}
.keyvisual-common-primary .keyvisual-list {
  position: absolute;
}
.keyvisual-common-primary .keyvisual-list .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.keyvisual-common-primary .keyvisual-list .image-wrapper {
  display: block;
  position: relative;
  top: 0.01rem;
  width: 0.47rem;
  height: 0.35rem;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.keyvisual-common-primary .keyvisual-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.9;
}
.keyvisual-common-primary .keyvisual-title .title-wrapper {
  text-align: center;
}
.keyvisual-common-primary .item-image {
  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;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: 1px solid #51a199;
  border-radius: 50%;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
}
.keyvisual-common-primary .item-image:hover {
  background-color: #51a199;
}
.keyvisual-common-primary .item-image:hover .image-wrapper {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media print, (min-width: 768px) {
  .keyvisual-common-primary {
    margin-top: 54px;
    overflow: hidden;
  }
  .keyvisual-common-primary .keyvisual-list {
    top: 6px;
    right: calc(50% - 500px);
  }
  .keyvisual-common-primary .item-image {
    width: 66px;
    height: 66px;
  }
  .keyvisual-common-primary .list-wrapper {
    gap: 0.06rem;
  }
  .keyvisual-common-primary .keyvisual-title {
    top: calc(50% + 40px);
    width: 1000px;
    font-size: 0.34rem;
  }
  .keyvisual-common-primary.is-aboutus-02 .keyvisual-title {
    width: 571px;
  }
  .keyvisual-common-primary.is-aboutus-03 .keyvisual-title {
    width: 326px;
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-common-primary {
    margin-top: 0.3rem;
  }
  .keyvisual-common-primary .list-wrapper {
    gap: 0.1rem;
  }
  .keyvisual-common-primary .item-image {
    width: 0.6rem;
    height: 0.6rem;
  }
  .keyvisual-common-primary .keyvisual-list {
    top: -0.68rem;
    right: 0.1rem;
  }
  .keyvisual-common-primary .keyvisual-title {
    top: calc(50% + 0.08rem);
    width: 100%;
    padding: 0 0.2rem;
    font-size: 0.2rem;
  }
  .keyvisual-common-primary .keyvisual-title .title-image {
    display: block;
    width: 2.73rem;
    margin: 0 auto;
  }
  .keyvisual-common-primary.is-aboutus-02 .title-image {
    width: 3.11rem;
  }
}

.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

@-webkit-keyframes fade-in-right {
  from {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  from {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  from {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}

@-webkit-keyframes fade-in-left {
  from {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-in-left {
  from {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  from {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}

@-webkit-keyframes fade-background-in-right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-background-in-right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-background-in-right {
  -webkit-animation-name: fade-background-in-right;
  animation-name: fade-background-in-right;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes arrowbefore {
  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes arrowbefore {
  100% {
    left: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes arrowafter {
  100% {
    left: 45%;
    opacity: 1;
  }
}
@keyframes arrowafter {
  100% {
    left: 45%;
    opacity: 1;
  }
}
.fade-in-stamp {
  -webkit-animation-name: fade-in-stamp;
  animation-name: fade-in-stamp;
}

@-webkit-keyframes fade-in-stamp {
  0% {
    opacity: 0;
  }
  15% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fade-in-stamp {
  0% {
    opacity: 0;
  }
  15% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes passing-bar-right {
  0% {
    right: 0;
    width: 0;
  }
  50% {
    right: 0;
    width: 100%;
  }
  51% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 100%;
    width: 0;
  }
}
@keyframes passing-bar-right {
  0% {
    right: 0;
    width: 0;
  }
  50% {
    right: 0;
    width: 100%;
  }
  51% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 100%;
    width: 0;
  }
}
@-webkit-keyframes passing-bar-down {
  0% {
    top: 0;
    height: 0;
  }
  50% {
    top: 0;
    height: 100%;
  }
  51% {
    top: 0;
    height: 100%;
  }
  100% {
    top: 100%;
    height: 0;
  }
}
@keyframes passing-bar-down {
  0% {
    top: 0;
    height: 0;
  }
  50% {
    top: 0;
    height: 100%;
  }
  51% {
    top: 0;
    height: 100%;
  }
  100% {
    top: 100%;
    height: 0;
  }
}
@-webkit-keyframes slide-in-left {
  to {
    left: 0;
  }
}
@keyframes slide-in-left {
  to {
    left: 0;
  }
}
@-webkit-keyframes fade-in-grow {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes fade-in-grow {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes fade-in-line {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes fade-in-line {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@-webkit-keyframes fade-in-up-transform {
  from {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up-transform {
  from {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up-transform {
  -webkit-animation: fade-in-up-transform 1s ease-out forwards;
  animation: fade-in-up-transform 1s ease-out forwards;
}

.section-privacy {
  background-color: #eeefef;
  font-size: 0.15rem;
  line-height: 1.6;
}
.section-privacy .privacy-title {
  padding-bottom: 0.14rem;
}
.section-privacy .privacy-list,
.section-privacy .privacy-title {
  border-bottom: 1px solid #3f3c3c;
}
.section-privacy .privacy-title,
.section-privacy .item-title,
.section-privacy .privacy-information {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.section-privacy .privacy-list {
  margin-bottom: 0.15rem;
}
.section-privacy .privacy-list .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-privacy .item-title {
  margin-bottom: 0.07rem;
}
.section-privacy .privacy-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 0.16rem;
  line-height: 1.5;
  text-align: end;
}
@media print, (min-width: 768px) {
  .section-privacy {
    padding-bottom: 106px;
  }
  .section-privacy .privacy-title {
    margin-bottom: 45px;
  }
  .section-privacy .privacy-title,
  .section-privacy .item-title {
    font-size: 0.23rem;
  }
  .section-privacy .privacy-detail {
    margin-bottom: 62px;
  }
  .section-privacy .list-item {
    margin-bottom: 0.46rem;
  }
  .section-privacy .privacy-list {
    padding-bottom: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-privacy {
    padding-bottom: 1rem;
  }
  .section-privacy .privacy-title,
  .section-privacy .list-item {
    margin-bottom: 0.3rem;
  }
  .section-privacy .privacy-title,
  .section-privacy .item-title {
    font-size: 0.2rem;
  }
}

@media print, (min-width: 768px) {
  .keyvisual-common-secondary .title-common-primary {
    bottom: -27px;
  }
}
/*# sourceMappingURL=privacy.css.map */