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

.breadcrumb-common .breadcrumb-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  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;
}
.breadcrumb-common .breadcrumb-item {
  position: relative;
  color: #aaa;
}
.breadcrumb-common .breadcrumb-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../img/common/icon_arrow_04.svg") center center/100% auto no-repeat;
}
.breadcrumb-common .breadcrumb-item:last-child::after {
  content: none;
}
@media print, (min-width: 768px) {
  .breadcrumb-common {
    padding: 18px 0;
  }
  .breadcrumb-common .wrapper {
    max-width: 1200px;
  }
  .breadcrumb-common .breadcrumb-wrapper {
    margin: -10px -16px -10px -10px;
  }
  .breadcrumb-common .breadcrumb-item {
    padding: 10px 16px 10px 10px;
    font-size: 0.12rem;
    line-height: 1.6666666667;
  }
  .breadcrumb-common .breadcrumb-item::after {
    width: 6px;
    margin-top: 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb-common {
    padding: 0.15rem 0;
  }
  .breadcrumb-common .breadcrumb-wrapper {
    margin: -0.025rem -0.16rem -0.025rem -0.05rem;
  }
  .breadcrumb-common .breadcrumb-item {
    padding: 0.025rem 0.12rem 0.025rem 0.05rem;
    font-size: 0.1rem;
    line-height: 1;
  }
  .breadcrumb-common .breadcrumb-item::after {
    width: 0.06rem;
    margin-top: 0.02rem;
  }
}

@media print, (min-width: 768px) {
  .breadcrumb-common.is-articles .wrapper {
    max-width: 1458px;
  }
}

.keyvisual-common {
  color: #fff;
}
.keyvisual-common .keyvisual-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #444;
}
@media print, (min-width: 768px) {
  .keyvisual-common {
    padding: 40px 0;
  }
  .keyvisual-common .keyvisual-wrapper {
    padding: 50px 0;
  }
  .keyvisual-common .wrapper {
    max-width: 1540px;
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-common {
    min-height: 1rem;
    margin-bottom: 0.05rem;
  }
  .keyvisual-common .keyvisual-wrapper {
    padding: 0.3rem 0;
  }
}

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

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

.post-common .heading-title {
  display: block;
  position: relative;
  margin: 0;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .post-common {
    max-width: 800px;
    margin: 0 auto;
  }
  .post-common .post-heading {
    margin-bottom: 30px;
  }
  .post-common .heading-title {
    margin-bottom: 10px;
    font-size: 0.32rem;
    line-height: 1.3125;
  }
  .post-common .heading-date {
    font-size: 0.14rem;
    line-height: 2;
  }
  .post-common .categories-common-primary {
    margin-bottom: 6px;
  }
  .post-common .categories-common-secondary {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-common .post-heading {
    margin-bottom: 0.3rem;
  }
  .post-common .heading-title {
    margin-bottom: 0.05rem;
    font-size: 0.21rem;
    line-height: 1.2380952381;
  }
  .post-common .heading-date {
    font-size: 0.12rem;
    line-height: 1.1666666667;
  }
  .post-common .categories-common-primary {
    margin-bottom: 0.05rem;
  }
  .post-common .categories-common-secondary {
    margin-bottom: 0.1rem;
  }
}

.post-content {
  overflow-wrap: break-word;
  overflow: hidden;
}
.post-content p {
  color: #5f5f5f;
}
.post-content p:last-child {
  margin-bottom: 0;
}
.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 h2,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-weight: 700;
}
.post-content h2:last-child {
  margin-bottom: 0;
}
.post-content h3 {
  font-weight: 500;
}
.post-content h3:last-child {
  margin-bottom: 0;
}
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-bottom: 1.5em;
  font-size: 1em;
}
.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 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 ol {
  margin-bottom: 2em;
  padding-left: 2em;
  list-style: decimal;
}
.post-content ol: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 ul,
.post-content ol {
  margin-bottom: 1.5em;
  padding-left: 40px;
}
.post-content ul:last-child,
.post-content ol:last-child {
  margin-bottom: 0;
}
.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 .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 > div:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .post-content {
    margin-bottom: 81px;
    word-break: break-all;
  }
  .post-content p {
    margin-bottom: 30px;
  }
  .post-content img {
    margin-bottom: 30px;
  }
  .post-content h2 {
    margin-bottom: 21px;
    font-size: 0.3rem;
    line-height: 1.5;
  }
  .post-content h3 {
    font-size: 0.27rem;
    line-height: 1.5555555556;
  }
  .post-content > div {
    margin-bottom: 60px;
  }
  .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 only screen and (max-width: 767.98px) {
  .post-content {
    margin-bottom: 0.4rem;
  }
  .post-content > div {
    margin-bottom: 0.27rem;
  }
  .post-content p {
    margin-bottom: 0.15rem;
    font-size: 0.13rem;
    line-height: 1.4615384615;
  }
  .post-content img {
    margin-bottom: 0.15rem;
  }
  .post-content h2 {
    margin-bottom: 0.3rem;
    font-size: 0.19rem;
    line-height: 1.3684210526;
  }
  .post-content h3 {
    margin-bottom: 0.15rem;
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .post-content .is-layout-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .post-content .wp-block-column {
    margin: 0 auto;
  }
  .post-content .wp-block-column + .wp-block-column {
    margin: 0.1rem auto;
  }
}

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

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

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

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

.block-common-author {
  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: #e1e9ef;
  color: #5f5f5f;
}
.block-common-author .describe-text:last-child {
  margin-bottom: 0;
}
.block-common-author .content-title {
  display: block;
  font-weight: 700;
}
.block-common-author .block-image {
  overflow: hidden;
  border-radius: 50%;
}
@media print, (min-width: 768px) {
  .block-common-author {
    min-height: 290px;
    padding: 50px 64px 50px 50px;
  }
  .block-common-author .block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .block-common-author .block-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 145px;
    height: 145px;
    margin-right: 51px;
  }
  .block-common-author .content-title {
    margin-bottom: 20px;
    font-size: 0.2rem;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-author {
    padding: 0.25rem;
  }
  .block-common-author .block-image {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    width: 0.6rem;
    height: 0.6rem;
  }
  .block-common-author .content-title {
    max-width: 1.86rem;
    margin: 0.16rem 0 0.42rem auto;
    font-size: 0.16rem;
  }
  .block-common-author .content-describe {
    font-size: 0.13rem;
    line-height: 1.6923076923;
  }
}

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

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

.pagination-common .pagination-wrapper {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination-common .item-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;
  text-decoration: none;
}
.pagination-common .item-wrapper.is-number {
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  border: 0.01rem solid #044069;
  color: #044069;
}
.pagination-common .item-wrapper.is-number:hover {
  background-color: #044069;
  color: #fff;
}
html.is-touchable .pagination-common .item-wrapper.is-number:hover {
  background-color: #fff;
  color: #044069;
}
.pagination-common .item-wrapper.is-number.is-current {
  background-color: #044069;
  color: #fff;
  pointer-events: none;
}
.pagination-common .item-number,
.pagination-common .item-dots {
  display: block;
  position: relative;
  text-align: center;
}
@media print, (min-width: 768px) {
  .pagination-common {
    font-size: 0.16rem;
  }
  .pagination-common .pagination-wrapper {
    margin: -9px;
  }
  .pagination-common .pagination-item {
    padding: 9px;
  }
  .pagination-common .item-wrapper.is-number {
    width: 50px;
    min-height: 50px;
    padding: 5px;
    border-radius: 25px;
  }
  .pagination-common .item-number {
    top: -1px;
  }
  .pagination-common .item-dots {
    top: -5px;
    margin: 0 -0.03rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .pagination-common {
    font-size: 0.13rem;
  }
  .pagination-common .pagination-wrapper {
    margin: -0.075rem;
  }
  .pagination-common .pagination-item {
    padding: 0.075rem;
  }
  .pagination-common .item-wrapper.is-number {
    width: 0.42rem;
    min-height: 0.42rem;
    padding: 0.04rem;
    border-radius: 0.21rem;
  }
  .pagination-common .item-number {
    top: -0.01rem;
  }
  .pagination-common .item-dots {
    top: -0.05rem;
  }
}

.input-common input {
  width: 100%;
  border-radius: unset;
  background: #f7f7f7;
}
.input-common input:hover, .input-common input:focus, .input-common input:active {
  border-radius: unset;
}
@media print, (min-width: 768px) {
  .input-common input {
    min-height: 50px;
    padding: 10px 20px 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .input-common input {
    min-height: 0.45rem;
    padding: 0.02rem 0.1rem 0.04rem;
    font-size: 0.13rem;
    line-height: 2.9230769231;
  }
}

.radio-common {
  position: relative;
}
.radio-common .label-icon {
  position: absolute;
  left: 0;
  border-radius: 9999px;
  background-color: #f7f7f7;
  cursor: pointer;
}
.radio-common .label-icon::before, .radio-common .label-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background 0.3s ease, opacity 0.3s ease;
  transition: background 0.3s ease, opacity 0.3s ease;
  border-radius: 9999px;
  pointer-events: none;
}
.radio-common .label-icon::before {
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-mask: url("../img/common/icon_check_02.svg") 50% 50%/100% auto no-repeat;
}
.radio-common .label-icon::after {
  background-color: transparent;
  -webkit-mask: url("../img/common/icon_radiobox_01.svg") 50% 50%/100% auto no-repeat;
}
.radio-common .radio-source {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  cursor: pointer;
}
.radio-common .radio-source {
  z-index: 1;
  opacity: 0;
}
.radio-common .radio-source:checked + .radio-label .label-icon::after {
  background-color: #707070;
}
.radio-common .radio-source:checked + .radio-label .label-icon::before {
  opacity: 1;
  background-color: #28a4ff;
}
.radio-common .radio-label {
  display: block;
  position: relative;
  cursor: pointer;
}
@media print, (min-width: 768px) {
  .radio-common {
    display: block;
    font-size: 0.18rem;
  }
  .radio-common .label-icon {
    width: 20px;
    height: 20px;
  }
  .radio-common .radio-label {
    padding: 2px 0 2px 35px;
  }
  .radio-common .label-icon {
    top: 9px;
  }
  .radio-common .label-icon::before {
    width: 0.07rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .radio-common {
    display: inline-block;
    font-size: 0.13rem;
  }
  .radio-common .label-icon {
    width: 0.165rem;
    height: 0.165rem;
  }
  .radio-common .radio-label {
    padding-left: 0.23rem;
  }
  .radio-common .label-icon {
    top: 0.03rem;
  }
  .radio-common .label-icon::before {
    width: 0.05rem;
  }
}

.select-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 0.4rem;
}
.select-common > .select-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  border-radius: unset;
  background: #f7f7f7;
}
.select-common > .select-wrapper > .select-source {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  color: #222;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.select-common > .select-wrapper > .select-source:focus {
  -webkit-box-shadow: 0 0 0.04rem 0.02rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.04rem 0.02rem rgba(0, 0, 0, 0.2);
}
.select-common > .select-wrapper > .select-source:hover {
  border-color: #c7c7c7;
}
@media print, (min-width: 768px) {
  .select-common .select-source {
    min-height: 50px;
    padding: 10px 40px 12px 20px;
    background: url("../img/common/icon_arrow_07.svg") top 50% right 0.17rem/0.17rem 0.11rem no-repeat;
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .select-common {
    font-size: 0.13rem;
  }
  .select-common .select-source {
    min-height: 0.25rem;
    padding: 0.1rem 0.4rem 0.12rem 0.15rem;
    background: url("../img/common/icon_arrow_07.svg") top 50% right 0.17rem/0.1rem 0.07rem no-repeat;
  }
}

.textarea-common {
  width: 100%;
  border-radius: unset;
  background: #f7f7f7;
}
.textarea-common:hover, .textarea-common:focus, .textarea-common:active {
  border-radius: unset;
}
@media print, (min-width: 768px) {
  .textarea-common {
    min-height: 190px;
    padding: 0.1rem 0.2rem 0.12rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .textarea-common {
    min-height: 0.45rem;
    padding: 0.02rem 0.1rem 0.04rem;
    font-size: 0.13rem;
    line-height: 2.9230769231;
  }
}

.checkbox-common {
  display: block;
  position: relative;
}
.checkbox-common .label-icon {
  position: absolute;
  left: 0;
  background-color: #fff;
  cursor: pointer;
}
.checkbox-common .label-icon::before, .checkbox-common .label-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background 0.3s ease, opacity 0.3s ease;
  transition: background 0.3s ease, opacity 0.3s ease;
  background-color: #fff;
  pointer-events: none;
}
.checkbox-common .label-icon::before {
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-mask: url("../img/common/icon_check_01.svg") 50% 50%/100% auto no-repeat;
}
.checkbox-common .label-icon::after {
  background-color: #c7c7c7;
  -webkit-mask: url("../img/common/icon_checkbox_01.svg") 50% 50%/100% auto no-repeat;
}
.checkbox-common .checkbox-source {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.checkbox-common .checkbox-source {
  z-index: 1;
  opacity: 0;
}
.checkbox-common .checkbox-source:checked + .checkbox-label .label-icon {
  background-color: #0071be;
}
.checkbox-common .checkbox-source:checked + .checkbox-label .label-icon::after {
  background-color: #0071be;
}
.checkbox-common .checkbox-source:checked + .checkbox-label .label-icon::before {
  opacity: 1;
  background-color: #fff;
}
.checkbox-common .checkbox-label {
  display: block;
  position: relative;
  cursor: pointer;
}
@media print, (min-width: 768px) {
  .checkbox-common .label-icon {
    width: 22px;
    height: 22px;
  }
  .checkbox-common .checkbox-label {
    padding: 2px 0 2px 35px;
  }
  .checkbox-common .label-icon::before {
    width: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .checkbox-common {
    font-size: 0.13rem;
    line-height: 1.1923076923;
  }
  .checkbox-common .label-icon {
    width: 0.15rem;
    height: 0.15rem;
  }
  .checkbox-common .label-icon::before {
    width: 0.08rem;
  }
  .checkbox-common .checkbox-label {
    padding-left: 0.23rem;
  }
}

.checkbox-common.is-service .label-icon {
  background-color: #f7f7f7;
}
.checkbox-common.is-service .label-icon::after {
  background-color: transparent;
}
.checkbox-common.is-service .checkbox-source:checked + .checkbox-label .label-icon {
  background-color: #29a4ff;
}
.checkbox-common.is-service .checkbox-source:checked + .checkbox-label .label-icon::after {
  background-color: transparent;
}
.checkbox-common.is-service .checkbox-source {
  padding: 0;
}
@media print, (min-width: 768px) {
  .checkbox-common.is-service {
    font-size: 0.18rem;
  }
  .checkbox-common.is-service .label-icon {
    width: 20px;
    height: 20px;
  }
  .checkbox-common.is-service .checkbox-label {
    padding-left: 28px;
  }
  .checkbox-common.is-service .label-icon {
    top: 9px;
  }
}
@media only screen and (max-width: 767.98px) {
  .checkbox-common.is-service {
    display: inline-block;
    font-size: 0.13rem;
  }
  .checkbox-common.is-service .label-icon {
    top: 0.01rem;
  }
  .checkbox-common.is-service .checkbox-source {
    width: 100%;
    height: 100%;
  }
}

.form-common .form-title {
  font-weight: 700;
}
.form-common span.is-required {
  padding-left: 0.05rem;
  color: #ec5e3c;
}
.form-common .form-ending {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 510px;
  margin: 0 auto;
}
.form-common .form-checkbox,
.form-common .form-radiobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (min-width: 768px) {
  .form-common input {
    height: 50px;
    padding: 10px 20px 12px;
  }
  .form-common .form-title {
    margin-bottom: 5px;
    font-size: 0.18rem;
    line-height: 2.3333333333;
  }
  .form-common .form-row {
    margin-bottom: 12px;
  }
  .form-common .form-ending {
    margin-top: 40px;
  }
  .form-common .form-checkbox {
    gap: 20px 79px;
  }
  .form-common .form-radiobox {
    gap: 20px 46px;
  }
}
@media (min-width: 768px) and (max-width: 959.98px) {
  .form-common .form-checkbox {
    gap: 20px 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-common .form-row {
    margin-bottom: 0.2rem;
  }
  .form-common .form-title {
    margin-bottom: 0.1rem;
    font-size: 0.14rem;
    line-height: 1.5;
  }
  .form-common .form-ending {
    margin-top: 0.3rem;
  }
  .form-common .form-checkbox {
    padding: 0.08rem 0 0.03rem;
    row-gap: 0.23rem;
  }
  .form-common .form-checkbox .checkbox-wrapper {
    width: 50%;
  }
  .form-common .form-checkbox .checkbox-wrapper:nth-child(even) {
    padding-left: 0.1rem;
  }
  .form-common .form-radiobox {
    row-gap: 0.23rem;
    padding: 0.05rem 0 0.03rem;
  }
  .form-common .form-radiobox .radiobox-wrapper {
    width: 50%;
  }
  .form-common .form-radiobox .radiobox-wrapper:nth-child(even) {
    padding-left: 0.1rem;
  }
}

.form-common.is-confirm .form-content {
  color: #5f5f5f;
}

.label-common-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.label-common-accordion .label-wrapper,
.label-common-accordion .label-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-decoration: none;
}
.label-common-accordion:hover {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  cursor: pointer;
}
.label-common-accordion:hover:hover {
  opacity: 0.7;
}
@media print, (min-width: 1200px) {
  .label-common-accordion {
    font-size: 0.16rem;
    line-height: 1.25;
  }
  .label-common-accordion .label-wrapper {
    pointer-events: none;
  }
  .label-common-accordion .icon-common-accordion {
    width: 12px;
    height: 22px;
    margin-left: 9px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .label-common-accordion {
    font-size: 0.14rem;
    line-height: 1.2142857143;
  }
  .label-common-accordion .icon-common-accordion {
    width: 0.12rem;
    height: 0.19rem;
    margin-left: 0.1rem;
  }
}

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

.accordion-common-filters .accordion-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Inter", sans-serif;
}
.accordion-common-filters .accordion-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;
}
.accordion-common-filters .accordion-child:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .accordion-common-filters .accordion-child {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .accordion-common-filters .accordion-child {
    margin-bottom: 0.15rem;
  }
  .accordion-common-filters .accordion-wrapper {
    margin-bottom: 0.3rem;
  }
}

@media print, (min-width: 768px) {
  .accordion-common-result {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    width: 22.0394736842%;
    min-width: 300px;
  }
}
@media only screen and (max-width: 767.98px) {
  .accordion-common-result {
    margin: 0 -0.2rem;
    padding: 0 0.3rem;
    -webkit-transition: padding 0.3s ease, background 0.3s ease;
    transition: padding 0.3s ease, background 0.3s ease;
  }
  .accordion-common-result .accordion-heading {
    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;
  }
  .accordion-common-result .accordion-heading {
    margin-bottom: 0;
    font-size: 0.21rem;
    font-weight: 700;
  }
  .accordion-common-result .heading-icon {
    display: block;
    position: relative;
    width: 0.25rem;
    height: 0.25rem;
    cursor: pointer;
  }
  .accordion-common-result .heading-icon::before, .accordion-common-result .heading-icon::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
  }
  .accordion-common-result .heading-icon::before {
    z-index: 2;
    background: url("../img/articles/icon_setting_01.svg") 50% 50%/100% auto no-repeat;
  }
  .accordion-common-result .heading-icon::after {
    z-index: 1;
    background: url("../img/articles/icon_close_01.svg") 50% 50%/100% auto no-repeat;
  }
  .accordion-common-result .heading-icon.is-active::before {
    opacity: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .accordion-common-result:has(.heading-icon.is-active) {
    padding: 0.25rem 0.3rem 0;
    background-color: #eaeef0;
  }
}

.menu-common-filters {
  overflow: hidden;
}
.menu-common-filters .menu-viewport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.menu-common-filters .menu-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.menu-common-filters .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-common-filters .menu-child {
    font-size: 0.16rem;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 767.98px) {
  .menu-common-filters .menu-child {
    font-size: 0.13rem;
    line-height: 1.1923076923;
  }
}

@media print, (min-width: 768px) {
  .sidebar-common-filters {
    width: 100%;
    height: 100%;
    padding: 0 8.9552238806% 50px;
    overflow: hidden auto;
  }
  .sidebar-common-filters::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html.is-firefox .sidebar-common-filters {
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
  }
  .sidebar-common-filters .button-common-primary {
    width: 100%;
    max-width: 140px;
    min-height: 45px;
    margin: 0;
  }
  .sidebar-common-filters .list-common-filters {
    padding: 20px 0 0 30px;
  }
  .sidebar-common-filters .menu-common-filters .menu-wrapper {
    padding-top: 16px;
  }
  .sidebar-common-filters .accordion-common-filters {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .sidebar-common-filters {
    margin: 0 -0.3rem;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .sidebar-common-filters .sidebar-wrapper {
    padding: 0.245rem 0.3rem 0.4125rem;
  }
  .sidebar-common-filters .button-common-primary {
    width: 1.93rem;
  }
  .sidebar-common-filters .menu-common-filters .menu-wrapper {
    padding-top: 0.1rem;
  }
  .sidebar-common-filters .list-common-filters {
    padding: 0.125rem 0.2rem 0;
  }
  .sidebar-common-filters .list-common-filters .list-item {
    margin-bottom: 0.125rem;
  }
}

@media print, (min-width: 768px) {
  .section-articles .wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1520px;
  }
  .section-articles .articles-viewport {
    width: 77.9605263158%;
    max-width: calc(100% - 300px);
    margin-left: auto;
  }
  .section-articles .articles-wrapper {
    padding: 0 2.7004219409% 150px 2.1097046414%;
  }
  .section-articles .input-common-search {
    margin-bottom: 70px;
  }
  .section-articles .input-common-search .input-source {
    height: 62px;
    font-size: 0.18rem;
  }
  .section-articles .input-common-search .input-toggle {
    width: 34px;
    height: 66px;
  }
  .section-articles .articles-inner {
    margin-bottom: 97px;
  }
}
@media print {
  .section-articles .articles-wrapper {
    padding: 50px 50px 50px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .section-articles .articles-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-articles {
    padding: 0.2rem 0 0.75rem;
  }
  .section-articles .articles-inner {
    margin: 0.2rem 0 0.38rem;
  }
  .section-articles .input-common-search {
    margin-bottom: 0.2rem;
  }
}
.section-articles .articles-not-found {
  text-align: center;
  font-size: 0.3rem;
  font-weight: 700;
}

@media print, (min-width: 768px) {
  .section-articles-detail {
    padding-top: 60px;
  }
  .section-articles-detail .post-common {
    margin-bottom: 150px;
  }
  .section-articles-detail .categories-wrapper {
    margin: -0.03rem;
  }
  .section-articles-detail .categories-entry {
    padding: 0.03rem;
  }
  .section-articles-detail .categories-common-secondary {
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-articles-detail {
    padding-top: 0.17rem;
  }
  .section-articles-detail .post-common {
    margin-bottom: 0.55rem;
  }
  .section-articles-detail .categories-common-secondary {
    font-size: 0.12rem;
  }
}

@media print, (min-width: 768px) {
  .section-articles-news {
    padding-bottom: 150px;
  }
  .section-articles-news .title-common-secondary {
    margin-bottom: 50px;
  }
}
@media print {
  .section-articles-news {
    page-break-before: always;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-articles-news {
    padding-bottom: 0.75rem;
  }
  .section-articles-news .title-common-secondary {
    margin-bottom: 0.32rem;
  }
  .section-articles-news .list-common-articles .list-item {
    padding-bottom: 0.4rem;
  }
}
/*# sourceMappingURL=articles.css.map */