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

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

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

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

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

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

table th {
  font-weight: bold;
}

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

q,
blockquote {
  quotes: none;
}

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

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

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

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

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

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

a img {
  border: none;
}

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

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

button {
  color: inherit;
}

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

button:focus {
  outline: 0;
}

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

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

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

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

body {
  color: #222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-weight: 500;
}
html.is-frozen-windows body {
  position: fixed;
  width: 100%;
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.16rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.11rem;
    line-height: 1.6363636364;
  }
}

a:not([class]) {
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  text-decoration: underline;
  text-decoration-thickness: 0.01rem;
  text-underline-offset: 0.03rem;
}
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;
}
.trans:hover {
  opacity: 0.7;
}

.load {
  -webkit-transition: opacity 0.26s;
  transition: opacity 0.26s;
  opacity: 0.01;
}
.wf-active .load {
  opacity: 1;
}

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

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

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

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
  }
}
@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;
  }
}

@media print, (min-width: 1200px) {
  .container:has(.header-common) > * {
    width: 77.7777777778%;
    min-width: calc(100% - 400px);
    margin-left: auto;
  }
}
@media print {
  .container:has(.header-common) > * {
    width: calc(100% - 400px);
  }
}

.header-common {
  position: relative;
  z-index: 10000;
  width: 100%;
}
@media print, (min-width: 1200px) {
  .header-common .is-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1199.98px) {
  .header-common {
    height: 0.7rem;
  }
  .header-common .is-pc {
    display: none !important;
  }
}

.header-common.is-top .navigation-header-sitemap::after {
  content: "";
}

.logo-header-primary {
  position: relative;
}
.logo-header-primary .logo-wrapper {
  display: block;
  position: relative;
  width: 100%;
}

.navigation-header-sitemap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}
@media print, (min-width: 1200px) {
  .navigation-header-sitemap {
    width: 22.2222222222%;
    max-width: 400px;
    background-color: #fff;
  }
  .navigation-header-sitemap::after {
    content: none;
    position: absolute;
    top: calc(50% - 7px);
    right: -53px;
    width: 63px;
    height: 78px;
    background: url("../img/common/decoration_primary_01.svg") 0% 0%/auto 100% no-repeat;
  }
  .navigation-header-sitemap .logo-header-primary {
    max-width: 226px;
    margin-bottom: 144px;
  }
  .navigation-header-sitemap .navigation-viewport {
    height: 100%;
    padding: 97px 16.25% 100px;
    overflow: hidden auto;
  }
  .navigation-header-sitemap .navigation-viewport::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html.is-firefox .navigation-header-sitemap .navigation-viewport {
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
  }
}
@media print {
  .navigation-header-sitemap {
    position: absolute;
    right: 100%;
    left: auto;
    width: 400px;
    height: 100vh;
  }
}
@media only screen and (max-width: 1199.98px) {
  .navigation-header-sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.7rem;
    padding: 0 0.2rem;
    background-color: #fff;
  }
  .navigation-header-sitemap .logo-header-primary {
    max-width: 0.89rem;
  }
  .navigation-header-sitemap .navigation-wrapper {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0.7rem;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden auto;
    background-color: #f5f5f5;
    pointer-events: none;
  }
  .navigation-header-sitemap .navigation-wrapper::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html.is-firefox .navigation-header-sitemap .navigation-wrapper {
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
  }
  .navigation-header-sitemap .navigation-wrapper.is-active {
    pointer-events: auto;
  }
  .navigation-header-sitemap .navigation-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.29rem;
  }
  .navigation-header-sitemap .navigation-frame {
    padding: 0.43rem 0;
  }
  .navigation-header-sitemap .motto-header-primary {
    position: sticky;
    top: 0.5rem;
    height: 100%;
    margin: 0 -0.05rem 0 0.1rem;
  }
}

.menu-header-sitemap .menu-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-header-sitemap .menu-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media print, (min-width: 1200px) {
  .menu-header-sitemap .menu-wrapper {
    margin-bottom: -40px;
  }
  .menu-header-sitemap .menu-child {
    padding-bottom: 40px;
  }
  .menu-header-sitemap .list-header-sitemap .list-wrapper {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .menu-header-sitemap .menu-wrapper {
    margin-bottom: -0.25rem;
  }
  .menu-header-sitemap .menu-child {
    padding-bottom: 0.25rem;
  }
  .menu-header-sitemap .list-header-sitemap .list-wrapper {
    padding-top: 0.2rem;
  }
}

.list-header-sitemap {
  font-family: "Inter", sans-serif;
}
.list-header-sitemap .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-header-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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media print, (min-width: 1200px) {
  .list-header-sitemap .list-wrapper {
    margin-bottom: -20px;
  }
  .list-header-sitemap .list-item {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .list-header-sitemap .list-wrapper {
    margin-bottom: -0.1rem;
  }
  .list-header-sitemap .list-item {
    padding-bottom: 0.1rem;
  }
}

.label-header-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.label-header-secondary:hover {
  opacity: 0.7;
}
html.is-touchable .label-header-secondary:hover {
  opacity: 1;
}
.label-header-secondary::before {
  content: "";
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 0.02rem;
  background-color: #044069;
}
.label-header-secondary .label-wrapper {
  display: block;
  position: relative;
}
@media print, (min-width: 1200px) {
  .label-header-secondary {
    font-size: 0.16rem;
    line-height: 1.25;
  }
  .label-header-secondary::before {
    width: 4px;
    margin: 9px 13px 9px 0;
  }
  .label-header-secondary .label-wrapper {
    top: -1px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .label-header-secondary {
    font-size: 0.14rem;
    line-height: 1.2142857143;
  }
  .label-header-secondary::before {
    width: 0.05rem;
    margin: 0.075rem 0.08rem 0.075rem 0;
  }
}

.label-header-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #222;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.label-header-primary .label-wrapper,
.label-header-primary .label-text {
  display: block;
  position: relative;
}
.label-header-primary .label-wrapper {
  text-decoration: none;
}
.label-header-primary .label-text {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
  pointer-events: auto;
}
.label-header-primary .label-text:hover {
  opacity: 0.7;
}
html.is-touchable .label-header-primary .label-text:hover {
  opacity: 1;
}
@media print, (min-width: 1200px) {
  .label-header-primary {
    font-size: 0.22rem;
    line-height: 1.1818181818;
  }
  .label-header-primary .icon-common-accordion {
    width: 16px;
    height: 26px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .label-header-primary {
    font-size: 0.23rem;
    line-height: 1.2173913043;
  }
  .label-header-primary .icon-common-accordion {
    width: 0.14rem;
    height: 0.28rem;
    margin-left: 0.1rem;
  }
}

.motto-header-primary {
  display: block;
  color: #044069;
  font-family: "Inter", sans-serif;
}
.motto-header-primary .motto-wrapper {
  display: block;
  position: relative;
}
@media only screen and (max-width: 1199.98px) {
  .motto-header-primary {
    position: fixed;
    top: 1.2rem;
    right: 0.24rem;
    font-size: 0.09rem;
    line-height: 1.3888888889;
  }
  .motto-header-primary .motto-wrapper {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 1199.98px) {
  .button-header-search {
    position: fixed;
    top: 0;
    right: 0.61rem;
    width: 0.35rem;
    height: 0.7rem;
    cursor: pointer;
  }
  .button-header-search::before, .button-header-search::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background-color: #044069;
    -webkit-mask: 50% 50%/100% auto no-repeat;
  }
  .button-header-search::before {
    -webkit-mask-image: url("../img/common/icon_search_01.svg");
    -webkit-mask-size: 0.25rem auto;
  }
  .button-header-search::after {
    -webkit-mask-image: url("../img/common/icon_close_01.svg");
    -webkit-mask-size: 0.19rem auto;
    opacity: 0;
  }
}

@media only screen and (max-width: 1199.98px) {
  .button-header-search.is-active::before {
    opacity: 0;
  }
  .button-header-search.is-active::after {
    opacity: 1;
  }
}

@media only screen and (max-width: 1199.98px) {
  .button-header-burger {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    width: 0.61rem;
    height: 0.7rem;
    cursor: pointer;
  }
  .button-header-burger .button-line {
    position: absolute;
    top: calc(50% - 0.01rem);
    right: 0;
    left: 0;
    width: 0.2rem;
    height: 0.02rem;
    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;
    background-color: #044069;
  }
  .button-header-burger .button-line:nth-child(1) {
    -webkit-transform: translateY(-0.08rem);
    -ms-transform: translateY(-0.08rem);
    transform: translateY(-0.08rem);
  }
  .button-header-burger .button-line:nth-child(3) {
    -webkit-transform: translateY(0.08rem);
    -ms-transform: translateY(0.08rem);
    transform: translateY(0.08rem);
  }
}

@media only screen and (max-width: 1199.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);
  }
}

@media only screen and (max-width: 1199.98px) {
  .form-header-search {
    position: fixed;
    z-index: 100;
    top: 0.7rem;
    right: 0;
    left: 0;
    max-height: calc(100% - 0.7rem);
    overflow: hidden auto;
  }
  .form-header-search .form-wrapper {
    position: relative;
    z-index: 1;
    padding-bottom: 0.1rem;
    pointer-events: none;
  }
  .form-header-search .form-wrapper.is-active {
    pointer-events: auto;
  }
  .form-header-search .form-mask {
    position: fixed;
    z-index: 0;
    top: 0.7rem;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
  .form-header-search .form-wrapper.is-active + .form-mask {
    pointer-events: auto;
  }
  .form-header-search .form-inner {
    padding: 0.15rem;
    background-color: #044069;
    -webkit-box-shadow: 0 0.05rem 0.03rem rgba(11, 31, 38, 0.2);
    box-shadow: 0 0.05rem 0.03rem rgba(11, 31, 38, 0.2);
  }
}

.input-header-search {
  cursor: pointer;
}
html.is-touchable .input-header-search {
  cursor: none;
}
@media only screen and (max-width: 1199.98px) {
  .input-header-search {
    position: relative;
  }
  .input-header-search .input-source {
    width: 100%;
    height: 0.4rem;
    padding: 0 0.5rem 0 0.14rem;
    border: 0.01rem solid #044069;
    border-radius: 0;
    background-color: #fff;
    font-size: 0.12rem;
    font-weight: 500;
  }
  .input-header-search .input-source::-webkit-input-placeholder {
    color: #bababa;
  }
  .input-header-search .input-source::-ms-input-placeholder {
    color: #bababa;
  }
  .input-header-search .input-source:-ms-input-placeholder {
    color: #bababa;
  }
  .input-header-search .input-source::-moz-placeholder {
    color: #bababa;
  }
  .input-header-search .input-source::placeholder {
    color: #bababa;
  }
  .input-header-search .input-toggle {
    position: absolute;
    top: calc(50% - 0.09rem);
    right: 0.11rem;
    width: 0.16rem;
    height: 0.17rem;
    border: none;
    background-color: #044069;
    cursor: pointer;
    -webkit-mask: url("../img/common/icon_search_02.svg") 50% 50%/100% auto no-repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  .input-header-search .input-toggle {
    top: calc(50% - 0.08rem);
  }
}

@media only screen and (max-width: 1199.98px) {
  .mask-header {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.navigation-footer-sitemap {
  background-color: #444;
  color: #fff;
}
@media print, (min-width: 768px) {
  .navigation-footer-sitemap {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-footer-sitemap {
    padding: 0.5rem 0;
  }
  .navigation-footer-sitemap .wrapper {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
}

.menu-footer-sitemap .menu-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-footer-sitemap .menu-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media print, (min-width: 768px) {
  .menu-footer-sitemap .menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 -8.0357142857% -8.0357142857%;
  }
  .menu-footer-sitemap .menu-child {
    padding: 0 0 8.0357142857% 8.0357142857%;
  }
  .menu-footer-sitemap .list-footer-sitemap .list-wrapper {
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 959.98px) {
  .menu-footer-sitemap .menu-wrapper {
    margin: 0 0 -5.5555555556% -5.5555555556%;
  }
  .menu-footer-sitemap .menu-child {
    padding: 0 0 5.5555555556% 5.5555555556%;
  }
}
@media only screen and (max-width: 767.98px) {
  .menu-footer-sitemap .menu-wrapper {
    margin-bottom: -0.25rem;
  }
  .menu-footer-sitemap .menu-child {
    padding-bottom: 0.25rem;
  }
  .menu-footer-sitemap .list-footer-sitemap .list-wrapper {
    padding-top: 0.15rem;
  }
}

.list-footer-sitemap .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media print, (min-width: 768px) {
  .list-footer-sitemap .list-wrapper {
    margin-bottom: -16px;
  }
  .list-footer-sitemap .list-item {
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-footer-sitemap .list-wrapper {
    margin-bottom: -0.13rem;
  }
  .list-footer-sitemap .list-item {
    padding-bottom: 0.13rem;
  }
}

.label-footer-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.label-footer-primary .label-wrapper {
  display: block;
  position: relative;
}
@media print, (min-width: 768px) {
  .label-footer-primary {
    font-size: 0.18rem;
    line-height: 1.1666666667;
  }
}
@media only screen and (max-width: 767.98px) {
  .label-footer-primary {
    font-size: 0.14rem;
    line-height: 1.2142857143;
  }
}

.label-footer-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}
.label-footer-secondary::before {
  content: "";
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 2px;
  background-color: #fff;
}
.label-footer-secondary .label-wrapper {
  display: block;
  position: relative;
}
@media print, (min-width: 768px) {
  .label-footer-secondary {
    font-size: 0.12rem;
    line-height: 1.25;
  }
  .label-footer-secondary::before {
    width: 4px;
    margin: 8px 10px 4px 0;
  }
  .label-footer-secondary .label-wrapper {
    top: 1px;
  }
}
@media only screen and (max-width: 767.98px) {
  .label-footer-secondary {
    font-size: 0.11rem;
    line-height: 1.1818181818;
  }
  .label-footer-secondary::before {
    width: 0.05rem;
    margin: 0.055rem 0.08rem 0.055rem 0;
  }
  .label-footer-secondary .label-wrapper {
    top: -0.01rem;
  }
}

.block-footer-copyrights {
  position: relative;
  background-color: #000;
  color: #7a858d;
  text-align: center;
}
.block-footer-copyrights .wrapper {
  display: block;
  position: relative;
}
@media print, (min-width: 768px) {
  .block-footer-copyrights {
    padding: 9.5px 0;
    font-size: 0.14rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-footer-copyrights {
    padding: 0.09rem 0;
    font-size: 0.08rem;
    line-height: 1.75;
  }
}

.button-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: 1px solid #222;
  opacity: 1;
  background-color: #222;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.button-common-primary::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: url("../img/common/icon_arrow_05.svg") 50% 50%/100% auto no-repeat;
}
.button-common-primary:hover {
  opacity: 0.7;
}
.button-common-primary .button-wrapper {
  display: block;
  position: relative;
}
@media print, (min-width: 768px) {
  .button-common-primary {
    width: 130px;
    min-height: 40px;
    margin: 0 auto;
    padding: 5px 17px;
    font-size: 0.12rem;
  }
  .button-common-primary::before {
    right: 17px;
    width: 21px;
    margin-top: -3px;
  }
  .button-common-primary .button-wrapper {
    top: -2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    width: 0.9rem;
    min-height: 0.3rem;
    padding: 0.05rem 0.14rem;
    font-size: 0.1rem;
  }
  .button-common-primary .button-wrapper {
    top: -0.01rem;
  }
  .button-common-primary::before {
    right: 0.125rem;
    width: 0.135rem;
  }
}

.button-common-form {
  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%;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  background-color: #ec5e3c;
  color: #fff;
  cursor: pointer;
}
.button-common-form:hover {
  background-color: #d62c04;
}
html.is-touchable .button-common-form:hover {
  background-color: #ec5e3c;
}
@media print, (min-width: 768px) {
  .button-common-form {
    max-width: 240px;
    min-height: 55px;
    margin: 0 auto;
    border-radius: 30px;
  }
  .button-common-form .button-wrapper {
    padding: 10px 20px 13px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-form {
    min-height: 0.5rem;
    margin: 0 0.05rem;
    border-radius: 0.25rem;
    font-size: 0.14rem;
    line-height: 1.2;
  }
  .button-common-form .button-wrapper {
    padding: 0.1rem 0.2rem;
  }
}

.button-common-form.is-previous {
  background-color: #adadad;
}
.button-common-form.is-previous:hover {
  opacity: 0.5;
}
html.is-touchable .button-common-form.is-previous:hover {
  background-color: #adadad;
}

.card-common-articles {
  position: relative;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  background-color: #e3e3e3;
}
.card-common-articles:hover {
  opacity: 0.7;
}
.card-common-articles .card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.card-common-articles .card-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.card-common-articles .card-thumbnail,
.card-common-articles .thumbnail-wrapper {
  position: relative;
}
.card-common-articles .card-thumbnail {
  margin-bottom: 0.4rem;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.card-common-articles .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.card-common-articles .categories-common-primary,
.card-common-articles .categories-common-secondary {
  padding-bottom: 0.05rem;
}
.card-common-articles .content-title {
  position: relative;
  width: 100%;
  margin: 0 0 0.1rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-weight: 700;
}
.card-common-articles .content-detail {
  width: 100%;
  color: #5f5f5f;
}
.card-common-articles .content-detail p {
  margin: 0;
}
.card-common-articles .content-date {
  display: block;
  position: relative;
  color: #adadad;
}
.card-common-articles .thumbnail-wrapper {
  width: 0.7rem;
  height: 0.7rem;
}
.card-common-articles .link-common {
  margin-top: 0.4rem;
  margin-left: auto;
}
@media print, (min-width: 768px) {
  .card-common-articles {
    padding: 32px 25px;
  }
  .card-common-articles .content-title {
    margin-bottom: 15px;
    font-size: 0.22rem;
    line-height: 1.4545454545;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .card-common-articles .content-detail {
    margin-bottom: 15px;
    font-size: 0.16rem;
    line-height: 1.75;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .card-common-articles .content-date {
    font-size: 0.14rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 767.98px) {
  .card-common-articles {
    padding: 0.125rem 0.125rem 0.26rem;
  }
  .card-common-articles .content-title {
    margin-bottom: 0.1rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .card-common-articles .content-detail {
    margin-bottom: 0.1rem;
    font-size: 0.13rem;
    line-height: 1.4615384615;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .card-common-articles .content-date {
    font-size: 0.11rem;
    line-height: 1.2727272727;
  }
}

.card-common-document {
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  background-color: #e3e3e3;
}
.card-common-document:hover {
  opacity: 0.7;
}
.card-common-document .card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-common-document .card-thumbnail,
.card-common-document .thumbnail-wrapper {
  position: relative;
  z-index: 1;
}
.card-common-document .card-thumbnail {
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.card-common-document .thumbnail-wrapper .object-common {
  position: absolute;
  top: 0;
  left: 0;
}
.card-common-document .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.card-common-document .content-title {
  position: relative;
  width: 100%;
  margin: 0 0 0.1rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-weight: 700;
}
.card-common-document .content-detail {
  width: 100%;
  color: #5f5f5f;
}
.card-common-document .content-detail p {
  margin: 0;
}
.card-common-document .link-common {
  margin-top: 0.1rem;
}
.card-common-document .card-link {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media print, (min-width: 768px) {
  .card-common-document {
    padding: 20px 20px 25px 19px;
  }
  .card-common-document .card-thumbnail {
    margin-bottom: 16px;
  }
  .card-common-document .thumbnail-wrapper {
    padding-top: 62.3076923077%;
  }
  .card-common-document .content-title {
    font-size: 0.24rem;
    line-height: 1.4583333333;
  }
  .card-common-document .content-detail {
    font-size: 0.16rem;
    line-height: 1.625;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (max-width: 767.98px) {
  .card-common-document {
    padding: 0.125rem 0.125rem 0.22rem;
  }
  .card-common-document .card-thumbnail {
    margin-bottom: 0.1rem;
  }
  .card-common-document .thumbnail-wrapper {
    padding-top: 64.6031746032%;
  }
  .card-common-document .content-title {
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .card-common-document .content-detail {
    font-size: 0.13rem;
    line-height: 1.4615384615;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.categories-common-primary {
  position: relative;
  z-index: 3;
}
.categories-common-primary .categories-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.categories-common-primary .categories-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.categories-common-primary .entry-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;
  background-color: #044069;
  color: #fff;
  text-decoration: none;
}
.categories-common-primary .entry-label {
  display: block;
  position: relative;
}
@media print, (min-width: 768px) {
  .categories-common-primary .categories-wrapper {
    margin: -0.045rem;
  }
  .categories-common-primary .categories-entry {
    padding: 0.045rem;
  }
  .categories-common-primary .entry-wrapper {
    min-width: 59px;
    padding: 5px;
    font-size: 0.12rem;
    line-height: 1.6666666667;
  }
  .categories-common-primary .entry-label {
    top: -1px;
    padding: 0 3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .categories-common-primary .entry-wrapper {
    min-width: 0.5rem;
    min-height: 0.2rem;
    padding: 0.03rem 0.07rem 0.04rem;
    font-size: 0.1rem;
    line-height: 1;
  }
  .categories-common-primary .categories-wrapper {
    margin: -0.0375rem;
  }
  .categories-common-primary .categories-entry {
    padding: 0.0375rem;
  }
}

.categories-common-secondary {
  position: relative;
  z-index: 3;
}
.categories-common-secondary .categories-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.02rem -0.01rem;
  padding: 0;
  list-style: none;
}
.categories-common-secondary .categories-entry {
  display: inline-block;
  padding: 0.02rem 0.01rem;
}
.categories-common-secondary li.categories-entry:last-child .entry-label::after {
  content: none;
}
.categories-common-secondary .entry-wrapper {
  display: inline;
  position: relative;
  color: #044069;
  text-decoration: none;
}
.categories-common-secondary .entry-label {
  display: inline-block;
  position: relative;
}
.categories-common-secondary .entry-label::after {
  content: "|";
  margin-left: 0.05rem;
  margin-right: 0.025rem;
  color: #adadad;
}
.categories-common-secondary .categories-entry:last-child::after {
  content: none;
}
@media print, (min-width: 768px) {
  .categories-common-secondary {
    font-size: 0.13rem;
    line-height: 1.3846153846;
  }
}
@media only screen and (max-width: 767.98px) {
  .categories-common-secondary {
    font-size: 0.1rem;
  }
}

.categories-common-secondary.is-top .categories-wrapper {
  display: inline;
}
.categories-common-secondary.is-top .entry-label::after {
  content: "|";
  display: inline;
  position: relative;
}
@media print, (min-width: 768px) {
  .categories-common-secondary.is-top .categories-entry::after {
    margin: 0 0 0 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .categories-common-secondary.is-top .categories-entry::after {
    margin: 0 0 0 0.04rem;
  }
}

.icon-common-accordion {
  display: block;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
  -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;
  cursor: pointer;
}
.icon-common-accordion::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background-color: #044069;
  -webkit-mask: 50% 50%/100% auto no-repeat;
}
@media print, (min-width: 1200px) {
  .icon-common-accordion::before {
    -webkit-mask-image: url("../img/common/icon_arrow_01.svg");
  }
}
@media only screen and (max-width: 1199.98px) {
  .icon-common-accordion::before {
    -webkit-mask-image: url("../img/common/sp/icon_arrow_01.svg");
  }
}

.icon-common-accordion.is-active {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.input-common-search {
  position: relative;
}
.input-common-search .input-source {
  width: 100%;
  border-bottom: 0.01rem solid #707070;
  border-radius: 0;
  background-color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.input-common-search .input-source::-webkit-input-placeholder {
  color: #222;
}
.input-common-search .input-source::-ms-input-placeholder {
  color: #222;
}
.input-common-search .input-source:-ms-input-placeholder {
  color: #222;
}
.input-common-search .input-source::-moz-placeholder {
  color: #222;
}
.input-common-search .input-source::placeholder {
  color: #222;
}
.input-common-search .input-toggle {
  position: absolute;
  border: none;
  background-color: #222;
  cursor: pointer;
  -webkit-mask: url("../img/common/icon_arrow_05.svg") 50% 50%/100% auto no-repeat;
}
@media print, (min-width: 768px) {
  .input-common-search .input-source {
    height: 54px;
    padding: 0 44px 2px 6px;
    font-size: 0.12rem;
  }
  .input-common-search .input-toggle {
    top: -3px;
    right: 4px;
    width: 23px;
    height: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .input-common-search .input-source {
    height: 0.4rem;
    padding: 0.07rem 0.13rem 0.1rem;
    font-size: 0.12rem;
  }
  .input-common-search .input-toggle {
    top: 0;
    right: 0.1rem;
    width: 0.17rem;
    height: 100%;
  }
}

.link-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #5f5f5f;
  cursor: pointer;
}
.link-common::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 0.13rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #5f5f5f;
  -webkit-mask: 50% 50%/100% auto no-repeat;
  -webkit-mask-image: url("../img/common/icon_arrow_06.svg");
}
.link-common .link-wrapper {
  display: block;
  position: relative;
}
@media print, (min-width: 768px) {
  .link-common {
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .link-common::after {
    height: 28px;
    margin-left: 11px;
  }
  html.is-firefox .link-common::after {
    margin-bottom: 1px;
  }
  .link-common .link-wrapper {
    top: -2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .link-common {
    font-size: 0.13rem;
    line-height: 1.4615384615;
  }
  .link-common::after {
    height: 0.19rem;
    margin-left: 0.09rem;
  }
  .link-common .link-wrapper {
    top: -0.01rem;
  }
}

.list-common-articles .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (min-width: 768px) {
  .list-common-articles .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -14px -10px;
  }
  .list-common-articles .list-item {
    width: 33.3333333333%;
    padding: 14px 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-articles .list-item {
    padding-bottom: 0.15rem;
  }
}

@media (min-width: 768px) and (max-width: 1599.98px) {
  .list-common-articles.is-articles .list-item {
    width: 50%;
  }
}

.list-common-document .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-document .link-common {
  margin-left: auto;
}
@media print, (min-width: 768px) {
  .list-common-document .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -21px;
  }
  .list-common-document .list-item {
    width: 50%;
    padding: 21px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-document .list-wrapper {
    margin-bottom: -0.52rem;
  }
  .list-common-document .list-item {
    padding-bottom: 0.52rem;
  }
}

.list-common-news .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-news .list-item {
  border-top: 0.01rem solid #ccc;
}
.list-common-news .list-item:last-child {
  border-bottom: 0.01rem solid #ccc;
}
.list-common-news .item-wrapper {
  margin: 0 auto;
}
.list-common-news .item-title {
  display: block;
  position: relative;
  margin: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #5f5f5f;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.list-common-news .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.list-common-news .item-date {
  display: block;
  position: relative;
  color: #aaa;
}
@media print, (min-width: 768px) {
  .list-common-news .item-wrapper {
    padding: 5px 0;
  }
  .list-common-news .item-inner {
    padding: 24.5px 20px;
  }
  .list-common-news .item-date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 21.2264150943%;
    min-width: 200px;
    padding-right: 10px;
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .list-common-news .item-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 0.16rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-news .item-wrapper {
    padding: 0.05rem 0;
  }
  .list-common-news .item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.12rem 0.1rem;
  }
  .list-common-news .item-date {
    margin-bottom: 0.03rem;
    font-size: 0.1rem;
    line-height: 1.4;
  }
  .list-common-news .item-title {
    font-size: 0.13rem;
    line-height: 1.5384615385;
  }
}

.list-common-filters .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-filters .list-item:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .list-common-filters .list-item {
    margin-bottom: 20px;
  }
}

.title-common-primary {
  display: block;
  position: relative;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .title-common-primary {
    font-size: 0.48rem;
    line-height: 1.3333333333;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    font-size: 0.24rem;
  }
}

.title-common-secondary {
  display: block;
  position: relative;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.title-common-secondary--after {
  content: "";
  display: block;
  position: relative;
  height: 0.02rem;
  background-color: #044069;
}
@media print, (min-width: 768px) {
  .title-common-secondary {
    font-size: 0.38rem;
    line-height: 1.2105263158;
  }
  .title-common-secondary--after {
    width: 40px;
    margin-top: 26px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary {
    font-size: 0.3rem;
    line-height: 1.2;
  }
  .title-common-secondary--after {
    width: 0.32rem;
    margin-top: 0.21rem;
  }
}

.title-common-secondary.is-news .title-common-secondary--after {
  content: none;
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary.is-news {
    font-size: 0.25rem;
    line-height: 1.2;
  }
}

.title-common-sidebar {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .title-common-sidebar {
    margin-bottom: 35px;
    font-size: 0.22rem;
    line-height: 1.1818181818;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-sidebar {
    margin-bottom: 12.5px;
    font-size: 0.21rem;
    line-height: 1.2142857143;
  }
}

.section-top-keyvisual .keyvisual-title {
  color: #044069;
  font-family: "Inter", sans-serif;
}
.section-top-keyvisual .keyvisual-subtitle {
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
}
.section-top-keyvisual .keyvisual-note .note-detail:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-top-keyvisual {
    padding: 273px 0 259px;
    background: url("../img/top/background_keyvisual.png") top left/100% auto no-repeat;
  }
  .section-top-keyvisual .wrapper {
    width: calc(100% - 124px);
    max-width: 1138px;
  }
  .section-top-keyvisual .keyvisual-title {
    margin-bottom: 35px;
    font-size: 1.1rem;
    line-height: 1.0909090909;
  }
  .section-top-keyvisual .keyvisual-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 29px;
  }
  .section-top-keyvisual .keyvisual-subtitle {
    margin-right: 20px;
    font-size: 0.24rem;
  }
  .section-top-keyvisual .keyvisual-note {
    max-width: 508px;
    font-size: 0.14rem;
    line-height: 2.1428571429;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .section-top-keyvisual {
    padding: 200px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    padding: 0.315rem 0 0.93rem;
    overflow: hidden;
  }
  .section-top-keyvisual .wrapper {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
  .section-top-keyvisual .keyvisual-title {
    margin-right: -0.31rem;
    margin-bottom: 0.1rem;
    font-size: 0.435rem;
    line-height: 1.2068965517;
  }
  .section-top-keyvisual .keyvisual-subtitle {
    margin-bottom: 0.15rem;
    font-size: 0.15rem;
  }
  .section-top-keyvisual .keyvisual-note {
    font-size: 0.11rem;
    line-height: 1.8181818182;
  }
  .section-top-keyvisual .keyvisual-link {
    margin-bottom: 0.2rem;
  }
}

.heading-top-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media print, (min-width: 768px) {
  .heading-top-primary .heading-bonus {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 35.8928571429%;
    margin-left: 20px;
  }
}

.controller-top .controller-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (min-width: 768px) {
  .controller-top .controller-wrapper {
    margin: -9px;
  }
  .controller-top .controller-item {
    padding: 9px;
  }
  .controller-top .button-common-primary {
    width: 210px;
    min-height: 0.6rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .controller-top .controller-wrapper {
    margin: -0.075rem;
  }
  .controller-top .controller-item {
    padding: 0.075rem;
  }
  .controller-top .button-common-primary {
    width: 1.75rem;
    min-height: 0.5rem;
  }
}

.list-top-site .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-top-site .thumbnail-wrapper {
  position: relative;
}
.list-top-site .thumbnail-wrapper .object-common {
  position: absolute;
  top: 0;
  left: 0;
}
.list-top-site .content-detail {
  color: #5f5f5f;
}
.list-top-site .content-detail p:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .list-top-site .list-wrapper {
    margin-bottom: -11.6071428571%;
  }
  .list-top-site .list-item {
    padding-bottom: 11.6071428571%;
  }
  .list-top-site .item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .list-top-site .item-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 46.4285714286%;
    margin: 0 5.3571428571% 0 0;
  }
  .list-top-site .list-item:nth-child(even) .item-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .list-top-site .list-item:nth-child(even) .item-thumbnail {
    margin: 0 0 0 5.3571428571%;
  }
  .list-top-site .thumbnail-wrapper {
    padding-top: 62.3076923077%;
  }
  .list-top-site .item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .list-top-site .content-detail {
    font-size: 0.18rem;
    line-height: 1.5555555556;
  }
  .list-top-site .content-detail p {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-top-site .list-wrapper {
    margin-bottom: -0.22rem;
  }
  .list-top-site .list-item {
    padding-bottom: 0.5rem;
  }
  .list-top-site .item-thumbnail {
    margin-bottom: 0.06rem;
  }
  .list-top-site .thumbnail-wrapper {
    padding-top: 62.2222222222%;
  }
  .list-top-site .content-detail {
    font-size: 0.13rem;
    line-height: 1.5384615385;
  }
  .list-top-site .content-detail p {
    margin-bottom: 0.2rem;
  }
}

@media print, (min-width: 768px) {
  .section-top-introduction {
    padding: 120px 0 115px;
  }
  .section-top-introduction .wrapper {
    max-width: 1120px;
  }
  .section-top-introduction .heading-top-primary {
    margin-bottom: 60px;
  }
  .section-top-introduction .controller-top {
    margin-top: 58px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-introduction {
    padding: 0.5rem 0;
  }
  .section-top-introduction .heading-top-primary {
    margin-bottom: 0.39rem;
  }
  .section-top-introduction .controller-top {
    margin-top: 0.35rem;
  }
}

.section-top-creation {
  background-color: #efefef;
}
@media print, (min-width: 768px) {
  .section-top-creation {
    padding: 154px 0 140px;
  }
  .section-top-creation .heading-top-primary {
    margin-bottom: 69px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-creation {
    padding: 0.5rem 0;
  }
  .section-top-creation .heading-top-primary {
    margin-bottom: 0.39rem;
  }
}

@media print, (min-width: 768px) {
  .section-top-news {
    padding: 120px 0;
  }
  .section-top-news .heading-top-primary {
    margin-bottom: 79px;
  }
  .section-top-news .controller-top {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-news {
    padding: 0.5rem 0 0.75rem;
  }
  .section-top-news .heading-top-primary {
    margin-bottom: 0.39rem;
  }
  .section-top-news .controller-top {
    margin-top: 0.3rem;
  }
}

.section-top-site {
  background-color: #efefef;
}
@media print, (min-width: 768px) {
  .section-top-site {
    padding: 120px 0 160px;
  }
  .section-top-site .heading-top-primary {
    margin-bottom: 107px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-site {
    padding: 0.76rem 0 0.5rem;
  }
  .section-top-site .heading-top-primary {
    margin-bottom: 0.39rem;
  }
}

.section-top-about {
  background: 50% 50%/cover no-repeat;
}
.section-top-about .about-detail {
  font-family: "Inter", sans-serif;
}
.section-top-about .about-detail p {
  margin: 0;
}
.section-top-about .controller-top .controller-wrapper {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.section-top-about .certificate-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  list-style: none;
}
@media print, (min-width: 768px) {
  .section-top-about {
    padding: 120px 0 150px;
  }
  .section-top-about .heading-top-primary {
    margin-bottom: 70px;
  }
  .section-top-about .about-detail {
    margin-bottom: 53px;
    font-size: 0.18rem;
    line-height: 1.3888888889;
  }
  .section-top-about .controller-top {
    margin-top: 70px;
  }
  .section-top-about .about-certificate {
    margin: 0 auto;
  }
  .section-top-about .about-certificate .item-image {
    width: 1.34rem;
    height: 1.2rem;
  }
  .section-top-about .certificate-wrapper {
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 829.98px) {
  .section-top-about .certificate-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;
    width: 25%;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-about {
    padding: 0.5rem 0 0.66rem;
  }
  .section-top-about .heading-top-primary {
    margin-bottom: 0.4rem;
  }
  .section-top-about .about-detail {
    margin-bottom: 0.35rem;
    font-size: 0.13rem;
    line-height: 1.5384615385;
  }
  .section-top-about .controller-top {
    margin-top: 0.35rem;
  }
  .section-top-about .about-certificate {
    padding: 0 0.15rem;
  }
  .section-top-about .about-certificate .item-image {
    width: 0.91rem;
    height: 0.81rem;
  }
  .section-top-about .certificate-wrapper {
    gap: 10px;
  }
}
/*# sourceMappingURL=top.css.map */