@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: 1280px;
    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: 1280px;
  }
}
@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: 1280px;
  }
  .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;
  }
}

.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-privacy {
    margin-bottom: 0.3rem;
  }
}

.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: 1280px;
  }
  .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;
}

.button-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.82rem;
  min-height: 0.53rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0.05rem 0.22rem;
  overflow: hidden;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease;
  border: 1px solid #323232;
  border-radius: 0.28rem;
  font-family: "Noto Serif JP", serif;
  font-size: 0.16rem;
  text-decoration: none;
}
.button-common-primary .button-wrapper {
  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;
  height: 0.15rem;
  padding-right: 0.56rem;
  -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;
}
.button-common-primary .button-wrapper img.image-common {
  width: auto;
  height: 100%;
}
.button-common-primary.is-disable {
  pointer-events: none;
  padding: 0.05rem 0.21rem;
}
.button-common-primary.is-disable .button-wrapper {
  padding-right: 0;
}
.button-common-primary.is-disable::after {
  content: none;
}
.button-common-primary::before, .button-common-primary::after {
  content: "";
  position: absolute;
}
.button-common-primary::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  border-radius: 0.28rem;
  background: #405f83;
}
.button-common-primary::after {
  top: 0;
  right: 0.21rem;
  bottom: 0;
  width: 0.31rem;
  -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;
  background: url("../img/common/icn_arrow_05_dark.svg") 50% 50%/100% auto no-repeat;
}
.button-common-primary:hover {
  border-color: #405f83;
  color: #fff;
}
.button-common-primary:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.button-common-primary:hover::after,
.button-common-primary:hover .button-wrapper {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.button-common-primary.is-small {
  padding: 0.05rem 0.29rem 0.05rem 0.15rem;
}
.button-common-primary.is-small .button-wrapper {
  padding-right: 0.33rem;
}

.button-common-quaternary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.01rem;
  height: 0.34rem;
  overflow: hidden;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease;
  border: 1px solid #405f83;
  border-radius: 0.1697rem;
  text-decoration: none;
  cursor: pointer;
}
.button-common-quaternary .button-wrapper {
  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: 1.5rem;
  height: 0.15rem;
  -webkit-transition: -webkit-filter 0.6s ease;
  transition: -webkit-filter 0.6s ease;
  transition: filter 0.6s ease;
  transition: filter 0.6s ease, -webkit-filter 0.6s ease;
}
.button-common-quaternary::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 0.1697rem;
  background: #405f83;
}
.button-common-quaternary:hover {
  color: #fff;
}
.button-common-quaternary:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.button-common-quaternary:hover .button-wrapper {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.button-common-quaternary.is-center {
  margin: 0 auto;
}

.icon-common-circle {
  display: block;
  position: relative;
  z-index: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 0.1rem;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #323232;
  border-radius: 50%;
  background-color: transparent;
}
.icon-common-circle::before, .icon-common-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.12rem;
  height: 0.12rem;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) skew(12deg, 12deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg) skew(12deg, 12deg);
  transform: translate(-50%, -50%) rotate(-45deg) skew(12deg, 12deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-common-circle::before {
  left: calc(50% - 0.02rem);
  border-right: 1px solid #323232;
  border-bottom: 1px solid #323232;
}
.icon-common-circle::after {
  left: -100%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  opacity: 0;
}
@media print, (min-width: 768px) {
  .icon-common-circle {
    width: 48px;
    height: 48px;
  }
}
@media only screen and (max-width: 767.98px) {
  .icon-common-circle {
    width: 0.4rem;
    height: 0.4rem;
  }
}

.button-common-tertiary {
  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: 2.54rem;
  min-height: 0.51rem;
  margin: 0 auto;
  padding: 0.04rem 0.2rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 0.4rem;
  opacity: 1;
  background-color: #323232;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.button-common-tertiary:hover {
  opacity: 0.8;
}
html.is-touchable .button-common-tertiary:hover {
  opacity: 1;
}

.button-common-job {
  display: inline-block;
  margin-top: 0.15rem;
}
.button-common-job .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 1.14rem;
  min-height: 0.27rem;
  padding: 0.02rem 0.32rem 0.02rem 0.18rem;
  border-radius: 0.04rem;
  background-color: #405f83;
  color: #fff;
  font-size: 0.13rem;
  line-height: 1.75;
}
.button-common-job .button-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0.2rem;
  bottom: 0;
  width: 0.1rem;
  background: url("../img/common/icn_arrow_02.svg") 50% 50%/100% auto no-repeat;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
html.is-tablet .button-common-job .button-wrapper {
  padding: 0.02rem 32px 0.05rem 18px;
}

.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-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;
}
.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::before {
  right: 0;
  left: unset;
}
.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;
}
@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;
  }
}
@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.is-right .title-text {
    text-align: end;
  }
}

.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 {
    bottom: -0.18rem;
  }
}

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

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

.pagination-common-secondary {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 0.14rem;
}
.pagination-common-secondary .pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination-common-secondary .pagination-item {
  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;
  height: 100%;
}
.pagination-common-secondary .pagination-item a {
  display: block;
}
.pagination-common-secondary .pagination-item.is-prev a, .pagination-common-secondary .pagination-item.is-next a {
  position: absolute;
  top: 0;
}
.pagination-common-secondary .pagination-item.is-prev a::before, .pagination-common-secondary .pagination-item.is-next a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.1rem;
  margin-top: 0.01rem;
  background: url("../img/common/icn_arrow_04.svg") 50% 50%/100% auto no-repeat;
}
.pagination-common-secondary .pagination-item.is-prev a {
  left: 0;
  padding-left: 20px;
}
.pagination-common-secondary .pagination-item.is-prev a::before {
  left: 0;
}
.pagination-common-secondary .pagination-item.is-next a {
  right: 0;
  padding-right: 20px;
}
.pagination-common-secondary .pagination-item.is-next a::before {
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagination-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination-common-primary .pagination-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination-common-primary .pagination-number a,
.pagination-common-primary .pagination-number span,
.pagination-common-primary .pagination-arrow a,
.pagination-common-primary .pagination-arrow span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  opacity: 1;
  font-family: "Noto Serif JP", serif;
  font-size: 0.14rem;
  text-decoration: none;
  cursor: pointer;
}
.pagination-common-primary .pagination-number.is-current a,
.pagination-common-primary .pagination-number.is-current span,
.pagination-common-primary .pagination-arrow.is-current a,
.pagination-common-primary .pagination-arrow.is-current span {
  background-color: #98a8bc;
  color: #fff;
}
.pagination-common-primary .pagination-arrow a,
.pagination-common-primary .pagination-arrow span {
  top: 0.02rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.pagination-common-primary .pagination-arrow a::before,
.pagination-common-primary .pagination-arrow span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.1rem;
  background: url("../img/common/icn_arrow_04.svg") 50% 50%/100% auto no-repeat;
}
.pagination-common-primary .pagination-arrow a:hover,
.pagination-common-primary .pagination-arrow span:hover {
  opacity: 0.8;
}
html.is-touchable .pagination-common-primary .pagination-arrow a:hover,
html.is-touchable .pagination-common-primary .pagination-arrow span:hover {
  opacity: 1;
}
.pagination-common-primary .pagination-arrow.is-prev a,
.pagination-common-primary .pagination-arrow.is-prev span {
  padding-left: 0.22rem;
}
.pagination-common-primary .pagination-arrow.is-prev a::before,
.pagination-common-primary .pagination-arrow.is-prev span::before {
  left: 0;
  margin-top: 0.02rem;
}
.pagination-common-primary .pagination-arrow.is-next a,
.pagination-common-primary .pagination-arrow.is-next span {
  padding-right: 0.22rem;
}
.pagination-common-primary .pagination-arrow.is-next a::before,
.pagination-common-primary .pagination-arrow.is-next span::before {
  right: 0;
  margin-top: 0.03rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination-common-primary .pagination-number {
  padding: 0 0.06rem;
}
.pagination-common-primary .pagination-number a,
.pagination-common-primary .pagination-number span {
  width: 0.4rem;
  height: 0.4rem;
  padding: 0.05rem 0.05rem 0.06rem;
  border-radius: 50%;
}
.pagination-common-primary .pagination-number a:hover,
.pagination-common-primary .pagination-number span:hover {
  background-color: #98a8bc;
  color: #fff;
}
@media print, (min-width: 768px) {
  .pagination-common-primary .pagination-arrow.is-prev {
    margin-right: 30px;
  }
  .pagination-common-primary .pagination-arrow.is-next {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pagination-common-primary .pagination-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 0.3rem;
  }
  .pagination-common-primary .pagination-arrow {
    position: absolute;
    bottom: 0;
  }
  .pagination-common-primary .pagination-arrow.is-next {
    right: 0;
  }
  .pagination-common-primary .pagination-arrow.is-prev {
    left: 0;
  }
}

.post-common {
  background-color: #fff;
}
.post-common .post-title {
  margin-bottom: 0.26rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #969696;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.035em;
}
.post-common .block-common-heading {
  margin-bottom: 0.08rem;
}
@media print, (min-width: 768px) {
  .post-common {
    padding: 35px 50px 42px;
  }
  .post-common .post-title {
    font-size: 0.35rem;
    line-height: 1.4285714286;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-common {
    padding: 0.3rem 0.2rem;
  }
  .post-common .post-title {
    font-size: 0.23rem;
  }
}

.post-content {
  overflow-wrap: break-word;
}
.post-content b,
.post-content strong {
  font-weight: 700;
}
.post-content i,
.post-content em {
  font-style: italic;
}
.post-content a {
  color: inherit;
  text-decoration: underline;
}
.post-content a:hover {
  text-decoration: none;
}
.post-content sup,
.post-content sub {
  position: relative;
  font-size: 0.6em;
}
.post-content sup {
  vertical-align: top;
}
.post-content sub {
  vertical-align: bottom;
}
.post-content figure,
.post-content picture,
.post-content img,
.post-content video,
.post-content iframe,
.post-content table {
  max-width: 100%;
  margin-bottom: 2em;
}
.post-content figure:last-child,
.post-content picture:last-child,
.post-content img:last-child,
.post-content video:last-child,
.post-content iframe:last-child,
.post-content table:last-child {
  margin-bottom: 0;
}
.post-content figure img,
.post-content figure video,
.post-content figure iframe,
.post-content figure table {
  margin-bottom: 0;
}
.post-content figcaption {
  margin: 0.5em 0;
  font-size: 0.8em;
}
.post-content figcaption:last-child {
  margin-bottom: 0;
}
.post-content blockquote {
  position: relative;
  margin-bottom: 2em;
  padding: 2em;
  background-color: #f8f8f8;
}
.post-content blockquote::before, .post-content blockquote::after {
  content: "“";
  position: absolute;
  font-size: 2em;
  line-height: 1;
}
.post-content blockquote::before {
  top: 0.3em;
  left: 0.3em;
}
.post-content blockquote::after {
  right: 0.3em;
  bottom: 0.3em;
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.post-content blockquote:last-child {
  margin-bottom: 0;
}
.post-content pre,
.post-content code {
  margin-bottom: 2em;
}
.post-content pre:last-child,
.post-content code:last-child {
  margin-bottom: 0;
}
.post-content ul {
  margin-bottom: 2em;
  padding-left: 2em;
  list-style: disc;
}
.post-content ul:last-child {
  margin-bottom: 0;
}
.post-content ol {
  margin-bottom: 2em;
  padding-left: 2em;
  list-style: decimal;
}
.post-content ol:last-child {
  margin-bottom: 0;
}
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-weight: 700;
}
.post-content h2 {
  margin-bottom: 1em;
  font-size: 1.8em;
}
.post-content h2:last-child {
  margin-bottom: 0;
}
.post-content h3 {
  margin-bottom: 1em;
  font-size: 1.6em;
}
.post-content h3:last-child {
  margin-bottom: 0;
}
.post-content h4 {
  margin-bottom: 1em;
  font-size: 1.4em;
}
.post-content h4:last-child {
  margin-bottom: 0;
}
.post-content h5 {
  margin-bottom: 1em;
  font-size: 1.2em;
}
.post-content h5:last-child {
  margin-bottom: 0;
}
.post-content h6 {
  margin-bottom: 1em;
  font-size: 1em;
}
.post-content h6:last-child {
  margin-bottom: 0;
}
.post-content > div {
  margin-bottom: 2em;
}
.post-content > div:last-child {
  margin-bottom: 0;
}
.post-content .is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-content .has-background {
  background-color: #ccc;
}
.post-content .has-small-font-size {
  font-size: 0.13rem;
}
.post-content .has-large-font-size {
  font-size: 0.36rem;
}
.post-content .has-x-large-font-size {
  font-size: 0.42rem;
}
.post-content .wp-block-table table {
  border-collapse: collapse;
  border: 1px solid #000;
}
.post-content .wp-block-table thead,
.post-content .wp-block-table tbody,
.post-content .wp-block-table tfoot {
  border: none;
}
.post-content .wp-block-table th,
.post-content .wp-block-table td {
  padding: 0.5em;
  border: 1px solid #000;
}
.post-content .wp-block-table th {
  background-color: #ccc;
  font-weight: 700;
}
.post-content .wp-block-columns figure {
  margin-bottom: 0.5em;
}
.post-content .wp-block-columns figure:last-child {
  margin-bottom: 0;
}
.post-content .wp-block-column {
  margin: 0 1em;
}
.post-content .wp-block-column:first-child {
  margin-left: 0;
}
.post-content .wp-block-column:last-child {
  margin-right: 0;
}
@media print, (min-width: 768px) {
  .post-content {
    margin-bottom: 0.46rem;
  }
  .post-content p {
    margin-bottom: 29px;
    font-size: 0.16rem;
    line-height: 2.375;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-content {
    margin-bottom: 0.6rem;
  }
  .post-content p {
    margin-bottom: 0.2rem;
    line-height: 1.75;
  }
}

.category-common-secondary {
  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;
  min-height: 0.31rem;
  padding: 0.04rem 0.1rem;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 1px solid #98a8bc;
  border-radius: 0.15rem;
  opacity: 1;
  background-color: transparent;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.category-common-secondary:hover, .category-common-secondary.is-active {
  background-color: #98a8bc;
  color: #fff;
}
.category-common-secondary.is-active {
  pointer-events: none;
}
.category-common-secondary span,
.category-common-secondary .category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
}

.category-common-primary {
  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;
  min-height: 0.18rem;
  padding: 0.01rem 0.12rem 0.015rem;
  color: #fff;
  font-size: 0.11rem;
}
.category-common-primary .category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
}

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

.sidebar-common .sidebar-title {
  display: block;
  margin-bottom: 0.28rem;
  font-family: "Noto Serif JP", serif;
  font-size: 0.18rem;
  letter-spacing: 0.025em;
  line-height: 1.4;
}
.sidebar-common .sidebar-wrapper {
  margin-bottom: 0.35rem;
}
.sidebar-common .sidebar-wrapper:last-child {
  margin-bottom: 0;
}

.block-common-news .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, (min-width: 768px) {
  .block-common-news .wrapper {
    max-width: 998px;
    margin: 0 auto;
  }
  .block-common-news .sidebar-common {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 163px;
    margin-top: -5px;
    margin-right: 40px;
  }
  .block-common-news .block-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-news .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0.5rem;
  }
}

.block-common-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-common-heading .heading-time {
  margin-right: 0.19rem;
  font-size: 0.14rem;
}
.block-common-heading .category-common-primary {
  margin-right: 0.1rem;
}

.block-common-support .service-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.block-common-support .service-content .content-detail {
  font-size: 0.16rem;
  line-height: 2;
}
.block-common-support .service-content .content-detail:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .block-common-support {
    overflow: hidden;
  }
  .block-common-support .block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .block-common-support .service-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 640px;
    height: 400px;
  }
  .block-common-support .service-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 330px;
    padding-top: 56px;
  }
  .block-common-support .service-wrapper .button-common-primary {
    margin-top: 76px;
  }
  .block-common-support .title-common-animation {
    margin-bottom: 36px;
  }
  .block-common-support .title-common-secondary .title-japanese {
    font-size: 0.4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-support .service-image {
    margin-bottom: 0.1rem;
  }
  .block-common-support .service-wrapper .button-common-primary {
    margin-top: 0.5rem;
  }
}

.block-common-support.is-revert .service-title {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media print, (min-width: 768px) {
  .block-common-support.is-revert .block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .block-common-support.is-revert .title-common-secondary {
    margin-bottom: 46px;
  }
  .block-common-support.is-revert .service-wrapper {
    padding-top: 50px;
  }
  .block-common-support.is-revert .title-common-animation {
    margin-bottom: 33px;
  }
}

.block-common-job {
  background-color: #405f83;
  color: #fff;
}
.block-common-job .job-title {
  font-family: "Noto Serif JP", serif;
  font-size: 0.3rem;
  font-weight: 400;
  text-align: center;
}
.block-common-job .item-wrapper {
  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;
  padding: 0.07rem 0.2rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 0.1rem;
  background-color: #fff;
  color: #323232;
  font-family: "Noto Serif JP", serif;
  text-decoration: none;
  cursor: pointer;
}
.block-common-job .item-wrapper:hover .icon-common-circle {
  border-color: #405f83;
  background-color: #405f83;
}
.block-common-job .item-wrapper:hover .icon-common-circle::before, .block-common-job .item-wrapper:hover .icon-common-circle:active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-color: #fff;
}
.block-common-job .item-wrapper:hover .icon-common-circle::before {
  -webkit-animation: arrowbefore 0.3s;
  animation: arrowbefore 0.3s;
}
.block-common-job .item-wrapper:hover .icon-common-circle::after {
  -webkit-animation: arrowafter 0.3s;
  animation: arrowafter 0.3s;
}
.block-common-job .item-wrapper .icon-common-circle::after, .block-common-job .item-wrapper .icon-common-circle::before {
  width: 0.1rem;
  height: 0.1rem;
}
.block-common-job .block-list .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-common-job .block-button {
  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;
}
.block-common-job .button-wrapper {
  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: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: 1px solid #fff;
  border-radius: 0.1rem;
  font-family: "Noto Serif JP", serif;
  font-size: 0.22rem;
  text-decoration: none;
  cursor: pointer;
}
.block-common-job .button-wrapper:hover .icon-common-circle {
  border-color: transparent;
  background-color: #fff;
}
.block-common-job .button-wrapper:hover .icon-common-circle::before, .block-common-job .button-wrapper:hover .icon-common-circle::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-color: #405f83;
}
.block-common-job .button-wrapper:hover .icon-common-circle::before {
  -webkit-animation: arrowbefore 0.3s;
  animation: arrowbefore 0.3s;
}
.block-common-job .button-wrapper:hover .icon-common-circle::after {
  -webkit-animation: arrowafter 0.3s;
  animation: arrowafter 0.3s;
}
.block-common-job .button-wrapper .icon-common-circle {
  width: 0.21rem;
  height: 0.21rem;
  border-color: #fff;
  background-color: transparent;
}
.block-common-job .button-wrapper .icon-common-circle::before, .block-common-job .button-wrapper .icon-common-circle::after {
  width: 0.07rem;
  height: 0.07rem;
  border-color: #fff;
}
.block-common-job .icon-common-circle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.block-common-job .item-logo {
  display: block;
  width: 1.06rem;
}
.block-common-job .item-title {
  margin-right: 0.11rem;
  font-size: 0.2rem;
  letter-spacing: 0.1em;
}
.block-common-job .item-describe {
  position: relative;
  top: 0.02rem;
  color: #000;
  font-family: "Hiragino Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  font-size: 0.14rem;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .block-common-job {
    padding: 78px 0 118px;
  }
  .block-common-job .list-item {
    width: 50%;
  }
  .block-common-job .block-list {
    max-width: 676px;
    margin: 0 auto 28px;
  }
  .block-common-job .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .block-common-job .item-wrapper {
    width: 329px;
    min-height: 62px;
  }
  .block-common-job .item-wrapper .icon-common-circle {
    width: 30px;
    height: 30px;
  }
  .block-common-job .job-title {
    margin-bottom: 0.12rem;
  }
  .block-common-job .button-wrapper {
    width: 502px;
    min-height: 52px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-job {
    padding: 0.6rem 0 0.8rem;
  }
  .block-common-job .list-item {
    margin-bottom: 0.2rem;
  }
  .block-common-job .button-title {
    font-size: 0.18rem;
    line-height: 1.5;
  }
  .block-common-job .button-wrapper {
    padding: 0.1rem 0.2rem;
  }
}

.block-common-project {
  margin: 0 auto;
}
.block-common-project .project-title {
  margin-bottom: 0.26rem;
  border-radius: 0.1rem;
  background: #405f83;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 0.24rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  text-align: center;
}
.block-common-project .title-highlight {
  color: #fff000;
}
.block-common-project .project-content {
  font-size: 0.16rem;
  line-height: 1.875;
}
.block-common-project .project-wrapper {
  background: #e6eaef;
}
@media print, (min-width: 768px) {
  .block-common-project {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
  }
  .block-common-project .project-title {
    padding: 4px 10px;
  }
  .block-common-project .project-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 360px;
  }
  .block-common-project .title-highlight {
    color: #fff000;
  }
  .block-common-project .project-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 48px 45px 36px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-project .project-image {
    margin-bottom: 0.2rem;
  }
  .block-common-project .project-wrapper {
    border-radius: 0.1rem 0.1rem 0 0;
  }
  .block-common-project .project-title {
    padding: 0.1rem 0.15rem;
  }
  .block-common-project .project-content {
    padding: 0.1rem;
  }
}

main {
  padding-top: 0;
}

.container video.object-common {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.container video.object-common::cue {
  display: none;
}
@media print, (min-width: 768px) {
  .container {
    padding-top: 699px;
  }
}
.section-top-keyvisual {
  z-index: 100;
  width: 100%;
  pointer-events: none;
}
@media print, (min-width: 768px) {
  .section-top-keyvisual {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 1280px;
    height: 699px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    height: 2.11rem;
  }
  .section-top-keyvisual video.object-common {
    width: 100%;
    height: 2.11rem;
  }
}

.section-top-concept .content-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}
@media print, (min-width: 768px) {
  .section-top-concept {
    padding-top: 58px;
    padding-bottom: 146px;
  }
  .section-top-concept .title-top-primary {
    margin-bottom: 0;
  }
  .section-top-concept .title-top-primary .title-english {
    width: 366px;
  }
  .section-top-concept .content-title {
    font-size: 0.38rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-concept {
    padding: 0.6rem 0;
    overflow-x: hidden;
  }
  .section-top-concept .title-top-primary {
    margin-bottom: 0.3rem;
  }
  .section-top-concept .content-title {
    margin-bottom: 0.5rem;
    font-size: 0.23rem;
  }
}

.title-top-primary.is-center {
  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;
}
.title-top-primary .title-english {
  display: block;
}
.title-top-primary .title-japanese {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2666666667;
}
.title-top-primary .title-japanese .japanese-decoration {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.title-top-primary .title-japanese .japanese-decoration::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.09rem;
  background: url("../img/top/decoration_concept_01.svg") 50% 50%/100% auto no-repeat;
}
.title-top-primary .title-describe {
  font-family: "Noto Serif JP", serif;
  font-size: 0.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media print, (min-width: 768px) {
  .title-top-primary .title-japanese {
    top: -44px;
    padding-bottom: 13px;
    font-size: 0.3rem;
  }
  .title-top-primary .title-japanese .japanese-decoration::before {
    width: 2.05rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-top-primary .title-english {
    width: 2.5rem;
  }
  .title-top-primary .title-japanese {
    top: -0.3rem;
    padding-bottom: 0.1rem;
    font-size: 0.26rem;
  }
  .title-top-primary .title-japanese .japanese-decoration::before {
    width: 1.8rem;
  }
}

.section-top-aboutus {
  background-color: #eeefef;
}
.section-top-aboutus .title-top-primary .title-english {
  position: relative;
}
.section-top-aboutus .title-top-primary .title-detail {
  display: block;
  position: absolute;
  padding-left: 0.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.section-top-aboutus .title-top-primary .title-detail::before {
  content: "";
  position: absolute;
  left: 0;
  border-left: 1px solid #323232;
}
@media print, (min-width: 768px) {
  .section-top-aboutus {
    overflow: hidden;
  }
  .section-top-aboutus .title-top-primary {
    margin-bottom: 8px;
  }
  .section-top-aboutus .title-top-primary .title-english {
    width: 416px;
  }
  .section-top-aboutus .title-top-primary .title-japanese {
    top: -30px;
    padding-left: 15px;
    font-size: 0.4rem;
  }
  .section-top-aboutus .title-top-primary .japanese-decoration::before {
    bottom: 4px;
  }
  .section-top-aboutus .title-top-primary .title-detail {
    right: -4px;
    bottom: -31px;
    font-size: 0.2rem;
  }
  .section-top-aboutus .title-top-primary .title-detail::before {
    top: 0.12rem;
    bottom: 0.1rem;
  }
  .section-top-aboutus .title-common-animation {
    margin-right: -60px;
    margin-bottom: 35px;
  }
  .section-top-aboutus .aboutus-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-top-aboutus .aboutus-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 640px;
    margin-right: -70px;
  }
  .section-top-aboutus .aboutus-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 78px;
    padding-left: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-aboutus {
    padding: 0.6rem 0;
    overflow-x: hidden;
  }
  .section-top-aboutus .title-top-primary {
    margin-bottom: 0.2rem;
  }
  .section-top-aboutus .title-top-primary .title-japanese {
    top: -0.25rem;
    padding-left: 0.1rem;
  }
  .section-top-aboutus .title-top-primary .japanese-decoration::before {
    bottom: 0.06rem;
  }
  .section-top-aboutus .title-top-primary .title-detail {
    right: 0;
    bottom: -0.13rem;
    font-size: 0.16rem;
  }
  .section-top-aboutus .title-top-primary .title-detail::before {
    top: 0.05rem;
    bottom: 0.05rem;
  }
  .section-top-aboutus .title-common-animation {
    margin-bottom: 0.4rem;
  }
}

.list-top-about .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-top-about .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-top-about .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.18rem;
  letter-spacing: 0.025em;
  line-height: 1.3888888889;
  text-decoration: none;
}
.list-top-about .item-link:hover .icon-common-circle {
  background-color: #323232;
}
.list-top-about .item-link:hover .icon-common-circle::before, .list-top-about .item-link:hover .icon-common-circle:active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-color: #fff;
}
.list-top-about .item-link:hover .icon-common-circle::before {
  -webkit-animation: arrowbefore 0.3s;
  animation: arrowbefore 0.3s;
}
.list-top-about .item-link:hover .icon-common-circle::after {
  -webkit-animation: arrowafter 0.3s;
  animation: arrowafter 0.3s;
}
@media print, (min-width: 768px) {
  .list-top-about .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -7px -16px;
  }
  .list-top-about .list-item {
    width: 50%;
    padding: 7px 16px;
  }
  .list-top-about .item-link {
    min-height: 48px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-top-about {
    margin-bottom: 0.3rem;
  }
  .list-top-about .list-item {
    margin-bottom: 0.15rem;
  }
  .list-top-about .list-item:last-child {
    margin-bottom: 0;
  }
  .list-top-about .item-link {
    min-height: 0.34rem;
    font-size: 0.16rem;
  }
}

.section-top-news .list-common-news .item-category {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media print, (min-width: 768px) {
  .section-top-news {
    padding: 147px 0 58px;
  }
  .section-top-news .news-title {
    width: 4.41rem;
    margin: 0 auto 44px;
  }
  .section-top-news .list-common-news {
    margin-bottom: 62px;
  }
  .section-top-news .list-common-news .item-wrapper {
    padding: 19px 70px 19px 20px;
  }
  .section-top-news .list-common-news .item-date {
    width: 97px;
  }
  .section-top-news .list-common-news .item-date,
  .section-top-news .list-common-news .item-title {
    font-size: 0.19rem;
  }
  .section-top-news .list-common-news .item-category {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-news {
    padding: 0.8rem 0 0.6rem;
    overflow-x: hidden;
  }
  .section-top-news .news-title {
    width: 2rem;
    margin: 0 auto 0.5rem;
  }
  .section-top-news .list-common-news {
    margin-bottom: 0.6rem;
  }
}

.section-top-job {
  background-color: #eeefef;
}
.section-top-job .gallery-image {
  display: block;
  position: relative;
}
.section-top-job .gallery-title {
  position: absolute;
  left: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background-color: rgba(11, 51, 97, 0.71);
}
.section-top-job .gallery-title .title-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1.5;
}
.section-top-job .title-top-primary .japanese-decoration::before {
  background: url("../img/top/decoration_concept_02.svg") 50% 50%/100% auto no-repeat;
}
@media print, (min-width: 768px) {
  .section-top-job {
    padding-top: 142px;
    overflow: hidden;
  }
  .section-top-job .job-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
  }
  .section-top-job .title-top-primary {
    margin-bottom: 57px;
  }
  .section-top-job .title-top-primary .title-english {
    width: 345px;
  }
  .section-top-job .title-top-primary .title-describe {
    margin-top: -40px;
  }
  .section-top-job .title-top-primary .title-japanese {
    font-size: 0.4rem;
  }
  .section-top-job .title-top-primary .japanese-decoration::before {
    width: 347px;
  }
  .section-top-job .gallery-image {
    width: 320px;
    height: 630px;
  }
  .section-top-job .gallery-title {
    top: -0.25rem;
  }
  .section-top-job .gallery-title .title-link {
    padding: 32px 9px 24px 6px;
    font-size: 0.31rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-job {
    padding-top: 0.6rem;
    overflow-x: hidden;
  }
  .section-top-job .title-top-primary {
    margin-bottom: 0.6rem;
  }
  .section-top-job .title-top-primary .japanese-decoration::before {
    width: 2.3rem;
  }
  .section-top-job .title-top-primary .title-describe {
    margin-top: -0.3rem;
  }
  .section-top-job .gallery-image {
    width: 2.6rem;
    height: 5.12rem;
    margin: 0 auto 1.2rem;
  }
  .section-top-job .gallery-image:last-child {
    margin-bottom: 0;
  }
  .section-top-job .gallery-title {
    top: -0.15rem;
  }
  .section-top-job .gallery-title .title-link {
    padding: 0.21rem 0.09rem 0.15rem 0.06rem;
    font-size: 0.2rem;
  }
}

.section-top-business {
  overflow: hidden;
}
.section-top-business .title-top-primary .japanese-decoration::before {
  background: url("../img/top/decoration_concept_02.svg") 50% 50%/100% auto no-repeat;
}
.section-top-business .business-title,
.section-top-business .business-subtitle {
  font-family: "Noto Serif JP", serif;
}
.section-top-business .business-title {
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.section-top-business .business-title .title-small {
  display: block;
  letter-spacing: 0.05em;
}
.section-top-business .business-subtitle {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.section-top-business .business-subtitle,
.section-top-business .business-title,
.section-top-business .business-detail {
  text-align: center;
}
.section-top-business .business-detail .detail-text {
  line-height: 2.3125;
}
.section-top-business .business-detail .detail-text:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-top-business .business-introduction {
    padding: 107px 0 110px;
  }
  .section-top-business .business-title {
    margin-bottom: 24px;
    font-size: 0.9rem;
  }
  .section-top-business .business-title .title-small {
    margin-top: -12px;
    font-size: 0.37rem;
  }
  .section-top-business .business-subtitle {
    margin-bottom: 21px;
    font-size: 0.35rem;
  }
  .section-top-business .title-top-primary {
    margin-bottom: 35px;
  }
  .section-top-business .title-top-primary .title-english {
    width: 599px;
  }
  .section-top-business .title-top-primary .title-describe {
    margin-top: -29px;
  }
  .section-top-business .title-top-primary .title-japanese {
    top: -33px;
    font-size: 0.4rem;
  }
  .section-top-business .title-top-primary .japanese-decoration::before {
    width: 347px;
  }
  .section-top-business .business-detail {
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-business .business-introduction {
    padding: 0.8rem 0;
  }
  .section-top-business .title-top-primary {
    margin-bottom: 0.6rem;
  }
  .section-top-business .title-top-primary .title-english {
    width: 3rem;
  }
  .section-top-business .title-top-primary .title-japanese {
    top: -0.14rem;
  }
  .section-top-business .title-top-primary .title-describe {
    margin-top: -0.1rem;
  }
  .section-top-business .title-top-primary .japanese-decoration::before {
    width: 2.3rem;
  }
  .section-top-business .business-detail {
    font-size: 0.17rem;
  }
  .section-top-business .business-title {
    margin-bottom: 0.2rem;
    font-size: 0.34rem;
  }
  .section-top-business .business-title .title-small {
    font-size: 0.26rem;
  }
  .section-top-business .business-subtitle {
    margin-bottom: 0.2rem;
    font-size: 0.22rem;
  }
}

.block-top-business {
  background-color: #0b3361;
  color: #fff;
}
.block-top-business .wrapper {
  background-color: #fff;
}
.block-top-business .block-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-top-business .action-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  -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;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #0b3361;
  border-radius: 50%;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
}
.block-top-business .action-wrapper::before, .block-top-business .action-wrapper::after {
  content: "";
  position: absolute;
}
.block-top-business .action-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: background 0.3s ease, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, background 0.3s ease;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, background 0.3s ease, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  border-radius: 50%;
  background: #0b3361;
}
.block-top-business .action-wrapper::after {
  z-index: 2;
  left: 50%;
  width: 0.33rem;
  height: 0.17rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -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;
  background: url("../img/common/icn_arrow_07.svg") 50% 50%/100% auto no-repeat;
}
.block-top-business .action-wrapper .introduction-title,
.block-top-business .action-wrapper .pagination-image, .block-top-business .action-wrapper::after {
  -webkit-transition: -webkit-filter 0.5s ease;
  transition: -webkit-filter 0.5s ease;
  transition: filter 0.5s ease;
  transition: filter 0.5s ease, -webkit-filter 0.5s ease;
}
.block-top-business .action-wrapper:hover {
  border-color: #0b3361;
  color: #fff;
}
.block-top-business .action-wrapper:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.block-top-business .action-wrapper:hover .introduction-title,
.block-top-business .action-wrapper:hover .pagination-image, .block-top-business .action-wrapper:hover::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.block-top-business .action-wrapper .pagination-image {
  position: relative;
  z-index: 2;
  width: 0.77rem;
}
.block-top-business .block-content {
  text-align: center;
}
.block-top-business .block-content .content-title {
  margin-right: auto;
  margin-bottom: 0.36rem;
  margin-left: auto;
}
.block-top-business .content-wrapper {
  display: block;
  background: url("../img/top/bg_business_01.svg") top left/100% 100% no-repeat;
}
.block-top-business .block-introduction {
  margin-bottom: 0.15rem;
}
.block-top-business .introduction-title,
.block-top-business .introduction-subtile {
  margin-bottom: 0;
}
.block-top-business .content-detail {
  font-size: 0.16rem;
  line-height: 2.3125;
}
.block-top-business .content-detail .detail-text:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .block-top-business {
    height: 100vh !important;
  }
  html.is-mac .block-top-business {
    height: calc(100vh + 15px) !important;
  }
  .block-top-business .content-title {
    width: 212px;
  }
  .block-top-business .wrapper {
    max-width: 1186px;
    padding: 83px 94px 156px;
  }
  html.is-mac .block-top-business .wrapper {
    padding-top: 30px;
  }
  html.is-tablet .block-top-business .wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .block-top-business .introduction-title {
    width: 352px;
  }
  .block-top-business .introduction-subtile {
    position: relative;
    top: -2px;
    width: 354px;
  }
  .block-top-business .block-introduction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .block-top-business .block-action {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
  }
  .block-top-business .content-wrapper {
    width: 635px;
    height: 650px;
    margin: 0 auto;
    padding: 130px 40px 0;
  }
  .block-top-business .block-content {
    margin-top: -233px;
  }
  .block-top-business .action-wrapper {
    width: 1.24rem;
    height: 1.24rem;
    padding: 0.2rem 0.2rem 0.33rem;
    position: relative;
  }
  .block-top-business .action-wrapper::after {
    bottom: 31px;
  }
  .block-top-business .content-detail {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  .block-top-business .content-wrapper {
    height: 600px;
    padding: 120px 40px 0;
  }
  .block-top-business .wrapper {
    padding: 30px 94px 156px;
  }
  .block-top-business .block-content .content-title {
    margin-bottom: 20px;
  }
  html.is-tablet .block-top-business .wrapper {
    padding: 62px 94px 156px;
  }
}
@media (min-width: 768px) and (max-height: 728px) {
  .block-top-business .content-wrapper {
    height: 560px;
    padding: 80px 40px 0;
  }
  .block-top-business .block-content .content-title {
    width: 120px;
    margin-bottom: 20px;
  }
  .block-top-business .action-wrapper {
    width: 1.1rem;
    height: 1.1rem;
  }
  .block-top-business .block-action {
    top: -40px;
  }
}
@media (min-width: 768px) and (max-height: 680px) {
  .block-top-business .content-wrapper {
    height: 500px;
  }
  .block-top-business .wrapper {
    padding: 30px 94px 187px;
  }
}
@media (min-width: 768px) and (max-height: 620px) {
  .block-top-business .introduction-title,
  .block-top-business .introduction-subtile {
    width: 250px;
  }
  .block-top-business .wrapper {
    padding: 30px 94px 200px;
  }
  .block-top-business .block-content {
    margin-top: -185px;
  }
  .block-top-business .action-wrapper {
    width: 0.8rem;
    height: 0.8rem;
  }
  .block-top-business .action-wrapper::after {
    bottom: 18px;
    width: 0.3rem;
    height: 0.14rem;
  }
  .block-top-business .action-wrapper .pagination-image {
    width: 0.5rem;
  }
  .block-top-business .block-action {
    top: 0;
  }
}
@media (min-width: 768px) and (max-height: 590px) {
  .block-top-business .wrapper {
    padding: 30px 94px 260px;
  }
  .block-top-business .block-content {
    margin-top: -158px;
  }
  .block-top-business .block-content .content-title {
    margin-bottom: 15px;
  }
  .block-top-business .content-wrapper {
    height: 400px;
    width: 580px;
    padding: 40px 40px 0;
  }
  .block-top-business .block-action {
    top: -20px;
  }
  .block-top-business .content-wrapper {
    padding: 60px 40px 0;
  }
  .block-top-business .content-detail {
    font-size: 0.15rem;
  }
}
@media (min-width: 768px) and (max-height: 530px) {
  .block-top-business .wrapper {
    padding: 30px 94px 293px;
  }
  .block-top-business .content-wrapper {
    padding: 60px 40px 0;
  }
  .block-top-business .block-content {
    margin-top: -180px;
  }
  .block-top-business .content-wrapper {
    height: 373px;
    width: 550px;
  }
}
@media (min-width: 768px) and (max-height: 500px) {
  .block-top-business .block-content {
    margin-top: -171px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-top-business {
    height: 140vh !important;
    min-height: 100vh;
    padding: 0.8rem 0;
  }
  .block-top-business .introduction-title,
  .block-top-business .introduction-subtile {
    width: 2rem;
  }
  .block-top-business .introduction-title {
    margin-bottom: 0.3rem;
  }
  .block-top-business .introduction-subtile {
    margin-bottom: 0.5rem;
    margin-left: auto;
  }
  .block-top-business .block-action {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.5rem;
  }
  .block-top-business .action-wrapper {
    width: 1.1rem;
    height: 1.1rem;
    padding: 0.2rem 0.2rem 0.33rem;
  }
  .block-top-business .action-wrapper::after {
    bottom: 0.2rem;
  }
  .block-top-business .content-title {
    width: 1.2rem;
  }
  .block-top-business .content-wrapper {
    min-height: 3rem;
    margin-bottom: 0.3rem;
    padding: 1.1rem 0.2rem 2.3rem;
  }
}

.block-top-business.is-sale .wrapper {
  background-color: transparent;
}
@media print {
  .block-top-business.is-sale {
    page-break-before: always;
  }
}

.block-top-business.is-manufacturing {
  background-color: #98a8bc;
}
.block-top-business.is-manufacturing .content-wrapper {
  background: url("../img/top/bg_business_02.svg") top left/100% 100% no-repeat;
}
.block-top-business.is-manufacturing .action-wrapper:hover::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media only screen and (max-width: 767.98px) {
  .block-top-business.is-manufacturing .wrapper {
    margin: 0 0.1rem;
    padding: 0.4rem 0.1rem;
  }
  .block-top-business.is-manufacturing .slider-top-business {
    margin-top: -2.8rem;
  }
}

.block-top-business.is-support {
  background-color: #405f83;
}
.block-top-business.is-support .wrapper {
  background-color: #405f83;
}
@media print, (min-width: 768px) {
  .block-top-business.is-support .content-wrapper {
    padding-top: 96px;
  }
}
@media print {
  .block-top-business.is-support {
    page-break-before: always;
  }
}
@media (min-width: 768px) and (max-height: 680px) {
  .block-top-business.is-support .content-wrapper {
    padding: 53px 40px 0;
  }
}

.block-top-business.is-sale .introduction-title,
.block-top-business.is-sale .pagination-image,
.block-top-business.is-sale .action-wrapper::after,
.block-top-business.is-support .introduction-title,
.block-top-business.is-support .pagination-image,
.block-top-business.is-support .action-wrapper::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.block-top-business.is-sale .action-wrapper,
.block-top-business.is-support .action-wrapper {
  border-color: #fff;
}
.block-top-business.is-sale .action-wrapper::before,
.block-top-business.is-support .action-wrapper::before {
  background: #fff;
}
.block-top-business.is-sale .action-wrapper:hover::before,
.block-top-business.is-support .action-wrapper:hover::before {
  background: #fff;
}
.block-top-business.is-sale .action-wrapper:hover::after,
.block-top-business.is-support .action-wrapper:hover::after {
  -webkit-filter: none;
  filter: none;
}
.block-top-business.is-sale .action-wrapper:hover .introduction-title,
.block-top-business.is-sale .action-wrapper:hover .pagination-image,
.block-top-business.is-sale .action-wrapper:hover .action-wrapper::after,
.block-top-business.is-support .action-wrapper:hover .introduction-title,
.block-top-business.is-support .action-wrapper:hover .pagination-image,
.block-top-business.is-support .action-wrapper:hover .action-wrapper::after {
  -webkit-filter: none;
  filter: none;
}

.slider-top-business .item-wrapper {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.slider-top-business .item-wrapper img {
  -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;
}
.slider-top-business .item-wrapper:hover img {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.slider-top-business .item-title {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.slider-top-business .slider-viewport {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.slider-top-business .slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-top-business .slider-slide:nth-child(n+2) {
  margin-left: 0.2rem;
}
@media print, (min-width: 768px) {
  .slider-top-business {
    margin-top: -492px;
  }
  html.is-tablet .slider-top-business {
    position: absolute;
    top: calc(50% + 105px);
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .slider-top-business .item-wrapper {
    width: 437px;
  }
  .slider-top-business .item-wrapper img.object-common {
    width: 437px;
    height: 239px;
  }
  .slider-top-business .item-title {
    margin-top: 10px;
    font-size: 0.24rem;
  }
  .slider-top-business .item-title .title-small {
    font-size: 0.18rem;
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  .slider-top-business {
    margin-top: -480px;
  }
  html.is-tablet .slider-top-business {
    top: calc(50% + 89px);
  }
}
@media (min-width: 768px) and (max-height: 729px) {
  html.is-tablet .slider-top-business {
    top: calc(50% + 53px);
  }
}
@media (min-width: 768px) and (max-height: 620px) {
  .slider-top-business .item-wrapper {
    width: 400px;
  }
  .slider-top-business .item-wrapper img.object-common {
    width: 400px;
    height: 202px;
  }
}
@media (min-width: 768px) and (max-height: 590px) {
  .slider-top-business .item-wrapper {
    width: 300px;
  }
  .slider-top-business .item-wrapper img.object-common {
    width: 300px;
    height: 164px;
  }
  .slider-top-business .item-title {
    font-size: 0.16rem;
    line-height: 1.3;
    margin-top: 5px;
  }
}
@media (min-width: 768px) and (max-height: 530px) {
  .slider-top-business {
    top: calc(50% + 36px);
  }
  html.is-tablet .slider-top-business {
    top: calc(50% + 36px);
  }
  .slider-top-business .item-wrapper {
    width: 250px;
  }
  .slider-top-business .item-wrapper img.object-common {
    width: 250px;
    height: 137px;
  }
  .slider-top-business .item-title {
    font-size: 0.16rem;
    line-height: 1.3;
    margin-top: 5px;
  }
}
@media (min-width: 768px) and (max-height: 500px) {
  html.is-tablet .slider-top-business .slider-top-business {
    top: calc(50% + 27px);
  }
  .slider-top-business .item-wrapper {
    width: 250px;
  }
  .slider-top-business .item-wrapper img.object-common {
    width: 250px;
    height: 137px;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider-top-business {
    margin-top: -2.34rem;
  }
  .slider-top-business .item-wrapper {
    width: 2.8rem;
    margin: 0 auto 0.1rem;
  }
  .slider-top-business .slider-slide {
    width: 2.8rem;
    margin: 0 auto;
  }
  .slider-top-business .item-title {
    font-size: 0.16rem;
  }
  .slider-top-business .item-title .title-small {
    font-size: 0.14rem;
  }
}
/*# sourceMappingURL=top.css.map */