@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
:root {
  --padding-x: 30px;
  --padding-y: 0;
}

.container,
.container-fluid {
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--padding-x) * 1);
  padding-left: calc(var(--padding-x) * 1);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 389px) {
  .container,
  .container-fluid {
    padding: 0 2rem;
  }
}

@media screen and (min-width: 1024px), print {
  .container {
    max-width: 992px;
  }
  .container-sm {
    max-width: 992px;
  }
  .container-md {
    max-width: 992px;
  }
  .container-lg {
    max-width: 992px;
  }
}
@media screen and (min-width: 1200px), print {
  .container {
    max-width: 1260px;
  }
  .container-sm {
    max-width: 1260px;
  }
  .container-md {
    max-width: 1260px;
  }
  .container-lg {
    max-width: 1260px;
  }
  .container-xl {
    max-width: 1260px;
  }
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
  text-size-adjust: 100%; /* iOS 8+ */
}

body {
  margin: 0;
  font-family: "Noto Serif JP", "Source Han Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.56;
  color: #000;
  letter-spacing: 0.08em;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
@media screen and (min-width: 768px), print {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  body {
    font-size: 1.4rem;
  }
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

a {
  color: #000;
  text-decoration: none;
  word-break: break-word;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
a span.link {
  color: #000;
}

@media screen and (max-width: 767.98px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px), print {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 1023.98px) {
  .lg-up {
    display: none !important;
  }
}

@media screen and (min-width: 1024px), print {
  .lg-down {
    display: none !important;
  }
}

.break::after {
  content: "\a"; /* 改行文字 */
  white-space: pre; /* 改行文字を認識させる */
}

@media screen and (min-width: 768px), print {
  .break-pc::after {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 767.98px) {
  .break-sp::after {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 1023.98px) {
  .break-lg-down::after {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (min-width: 1024px), print {
  .break-lg-up::after {
    content: "\a";
    white-space: pre;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

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

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0;
  margin-top: 2rem;
}
p:first-child {
  margin-top: 0;
}
p strong {
  font-weight: 500;
  color: #ff0000;
}
p em {
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  p {
    margin-top: 1.5rem;
  }
}

em {
  font-style: normal;
  font-weight: 700;
}

abbr[title],
dfn[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-top: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  list-style: none;
}

ol,
ul,
dl {
  margin: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-top: 1rem;
}

dt {
  font-weight: 600;
}

dd {
  margin-top: 0.5rem;
  margin-left: 0;
}

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: 600;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: #d41e18;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #333;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a:focus-visible {
    outline: auto;
    outline: 1px solid #333;
    outline-offset: 0.3rem;
    border-radius: 0.125rem;
  }
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: "Noto Serif JP", "Source Han Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-size: 1.6rem;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 1.6rem;
  color: var(--body-color);
}
pre code {
  color: inherit;
  word-break: normal;
}

code {
  font-size: 1.6rem;
  color: #000;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

figure {
  margin: 0;
}

figcaption {
  color: #000;
  margin-top: 1rem;
  line-height: 1.4;
}

img {
  max-width: 100%;
}

img,
svg {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  caption-side: bottom;
  border-spacing: 0;
  empty-cells: show;
  table-layout: fixed;
  vertical-align: top;
  text-align: left;
  -webkit-text-align: left;
  -moz-text-align: left;
  -ms-text-align: left;
}

/*...<table>
  <caption style="text-align:right">My savings</caption>
  <tr> ...*/
caption {
  padding-bottom: 0;
  text-align: left;
}

th {
  font-weight: 600;
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 1.4rem;
  line-height: inherit;
  background: none;
  border-radius: 0;
  outline: none;
  color: #000;
}
@media screen and (min-width: 768px), print {
  input,
  button,
  select,
  optgroup,
  textarea {
    font-size: 1.6rem;
  }
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
  outline: none;
  background: none transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
select:disabled {
  opacity: 1;
  background: none;
  color: #000;
}
select:disabled::-ms-value {
  background: none;
  color: #000;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

input::-ms-clear {
  visibility: hidden;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button:focus-visible,
[type=button]:focus-visible,
[type=reset]:focus-visible,
[type=submit]:focus-visible {
  outline: auto;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  line-height: inherit;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  border: none;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.block-skip {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 1000;
}
.block-skip__item {
  height: 0;
}
.block-skip__link {
  display: inline-block;
  font-size: 0;
  background: #fff;
}
.block-skip__link:focus-visible {
  font-size: 1.4rem;
  padding: 0.5rem;
  outline: auto;
  outline-offset: 0;
}

.header {
  border-bottom: 1px solid #c38e00;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 1024px), print {
  .header__inner {
    display: grid;
    grid-template-columns: 315px 1fr;
    column-gap: 5rem;
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .header__inner {
    grid-template-columns: 250px 1fr;
    column-gap: 4rem;
  }
}
.header__logo .logo > a {
  display: flex;
  align-items: center;
}
.header__nav .nav {
  height: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .header > .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023.98px) {
  .header > .container {
    padding: 0;
  }
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 6rem;
    position: relative;
  }
  .header__logo {
    padding-left: 2rem;
    max-width: 25rem;
    display: flex;
    align-items: center;
    flex: 1;
  }
  .header__logo .logo {
    width: 100%;
  }
}

.nav--link, .nav__item button {
  display: flex;
  color: #000;
  background-color: transparent;
  transition-duration: 300ms;
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  padding: 0;
}
@media screen and (min-width: 768px), print {
  .nav--link, .nav__item button {
    font-size: 1.6rem;
    padding: 0 1.5rem;
  }
  [aria-expanded=true].nav--link, .nav__item button[aria-expanded=true], .active.nav--link, .nav__item button.active {
    color: #c38e00;
  }
}
.nav--link, .nav__item button {
  position: relative;
}
.nav--link, .nav__item button {
  transition-duration: 0.3s;
}
.nav--link:focus-visible:focus-visible, .nav__item button:focus-visible:focus-visible {
  outline: none;
}
.nav--link:focus-visible, .nav__item button:focus-visible {
  color: #c38e00;
}
@media (hover: hover) {
  .nav--link:hover:focus-visible, .nav__item button:hover:focus-visible {
    outline: none;
  }
  .nav--link:hover, .nav__item button:hover {
    color: #c38e00;
  }
}
@media (hover: none) {
  .nav--link:active:focus-visible, .nav__item button:active:focus-visible {
    outline: none;
  }
  .nav--link:active, .nav__item button:active {
    color: #c38e00;
  }
}

.nav__lists {
  display: flex;
  height: 100%;
}
@media screen and (min-width: 1024px), print {
  .nav__lists {
    justify-content: flex-end;
    column-gap: 2rem;
  }
}
.nav__item:last-child .nav--link {
  padding-right: 0;
}
@media screen and (min-width: 1024px), print {
  .nav__item > .nav--link {
    align-items: flex-end;
    height: 100%;
    line-height: 1.75;
    font-weight: 700;
  }
  .nav__item > .nav--link > .button--icon {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .nav__item > .nav--link {
    padding: 0 1rem;
  }
}
.nav__item .icon svg {
  width: 2rem;
  height: 1.5rem;
}
.nav__item .icon svg path {
  fill: #c38e00;
}
.nav__item.active > .nav--link {
  color: #c38e00;
}
@media screen and (min-width: 1024px), print {
  .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    margin: 1px 0 0;
  }
  .dropdown-menu__inner {
    column-gap: 5.5rem;
    padding: 4.5rem 0;
    display: grid;
    grid-template-columns: 230px 1fr;
  }
  .dropdown-menu button.--close {
    position: absolute;
    right: 5%;
    top: 1rem;
    display: flex;
    column-gap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .dropdown-menu > .container {
    max-width: 100%;
  }
  .dropdown-menu__inner {
    column-gap: 3.5rem;
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1024px), print {
  .dropdown__ttl {
    text-align: right;
  }
  .dropdown__ttl .nav--link {
    column-gap: 2rem;
    padding: 0;
    font-size: 2.6rem;
    font-weight: 700;
    align-items: center;
    justify-content: flex-end;
  }
  .dropdown__ttl .nav--link:hover, .dropdown__ttl .nav--link:focus-visible {
    color: #000;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .dropdown__ttl .nav--link {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1024px), print {
  .dropdown__ttl .icon {
    width: 2.8rem;
    height: 2.8rem;
    background-color: #c38e00;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dropdown__ttl .icon svg path {
    fill: #fff;
  }
  .dropdown__list {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 2.5rem;
    margin: 0;
  }
  .dropdown__list--item {
    width: calc((100% - 5rem) / 3);
    border-bottom: 0.1rem solid #000;
  }
  .dropdown__list--item .nav--link {
    padding: 0 1rem 2rem 0;
    justify-content: space-between;
    column-gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .dropdown__list--item .nav--link {
    padding-bottom: 1.5rem;
    column-gap: 1rem;
  }
}
@media screen and (min-width: 1024px), print {
  .menu-btn {
    display: none;
  }
}
@media screen and (max-width: 1023.98px) {
  .header__nav {
    position: absolute;
    top: 6.1rem;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    left: 0;
    padding: 0;
    transition: all 0.5s ease 0.2s;
    -webkit-transition: all 0.5s ease 0.2s;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1) 0s;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1) 0s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 0;
  }
  .menu-btn {
    background-color: #c38e00;
    position: relative;
    z-index: 2;
    height: 6rem;
    width: 6rem;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    transition-duration: 300ms;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 0.5rem;
    border: none;
    padding: 2rem 1rem;
  }
  .menu-btn .--bar {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    width: 100%;
    max-width: calc(100% - 1.5rem);
  }
  .menu-btn .--bar .line {
    margin: 0;
  }
  .menu-btn .--bar > span {
    display: flex;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s linear;
    position: relative;
    top: 0;
    transition-duration: 300ms;
  }
  .menu-btn[aria-expanded=true] {
    justify-content: space-evenly;
  }
  .menu-btn[aria-expanded=true] .--bar .line:first-child {
    rotate: 45deg;
    top: 0.7rem;
  }
  .menu-btn[aria-expanded=true] .--bar .line:nth-child(2) {
    opacity: 0;
  }
  .menu-btn[aria-expanded=true] .--bar .line:last-child {
    rotate: -45deg;
    top: -0.7rem;
  }
  .mn-open body {
    overflow-y: hidden;
  }
  .mn-open .header__nav {
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1) 0s;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1) 0s;
    height: 100vh;
    padding-bottom: 20rem;
    display: block;
  }
  .mn-open .nav__lists {
    flex-direction: column;
  }
  .mn-open .nav__item {
    border-bottom: 1px solid #ccc;
  }
  .mn-open .nav__item .dropdown-menu {
    padding: 0 2rem;
    border-top: 1px solid #ccc;
  }
  .mn-open .nav__item .dropdown-menu .container {
    padding: 0;
  }
  .mn-open .nav__item .dropdown__list--item {
    border-bottom: 1px solid #ccc;
  }
  .mn-open .nav__item .dropdown__list--item:last-child {
    border-bottom: none;
  }
  .mn-open .nav__item .dropdown__ttl {
    border-bottom: 1px solid #ccc;
    display: none;
  }
  .mn-open .nav--link {
    padding: 2rem;
    width: 100%;
  }
  .mn-open .nav--link > .button--icon {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.3rem;
    height: 2.3rem;
  }
  .mn-open .nav--link > .button--icon::before, .mn-open .nav--link > .button--icon::after {
    content: "";
    height: 0.1rem;
    width: 100%;
    background-color: #c38e00;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    transition: all 300ms;
  }
  .mn-open .nav--link > .button--icon::after {
    transform: rotate(90deg);
  }
  .mn-open .nav--link[aria-expanded=true] {
    color: #c38e00;
  }
  .mn-open .nav--link[aria-expanded=true] > .button--icon::after {
    transform: rotate(0);
  }
  .mn-open .nav--link .icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.footer {
  background-color: #4d4d4d;
  text-align: center;
  color: #fff;
  padding: 4.5rem 0;
  position: relative;
  margin-top: 5rem;
}
@media screen and (min-width: 1024px), print {
  .footer {
    margin-top: 10rem;
  }
}
.footer__logo {
  text-align: center;
}
.footer__logo .logo {
  max-width: 16rem;
  display: flex;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .footer__logo .logo {
    max-width: 12rem;
  }
}
.footer__nav {
  margin-top: 4rem;
}
.footer__nav .nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 5rem;
}
.footer__nav .nav-list__item a {
  color: #fff;
  font-size: 1.4rem;
  transition: all 300ms;
}
.footer__nav .nav-list__item a:hover, .footer__nav .nav-list__item a:focus-visible {
  text-decoration: underline;
}
@media screen and (max-width: 767.98px) {
  .footer__nav .nav-list {
    flex-direction: column;
  }
}
.footer__copyright {
  margin-top: 4rem;
}
.footer__copyright .copyright {
  font-size: 1.2rem;
}
.footer__copyright .copyright__txt {
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .footer__copyright .copyright__txt br {
    display: none;
  }
}

.pagetop .footer {
  margin-top: 0;
}

.category-ttl {
  position: relative;
  overflow: hidden;
}
.category-ttl img {
  width: 100%;
}
.category-ttl__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.category-ttl__inner .ttl {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #000;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1024px), print {
  .category-ttl__inner .ttl {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .category-ttl__inner .ttl {
    font-size: 3rem;
  }
}
.category-ttl[data-type=plain] {
  background: rgba(128, 128, 128, 0.5);
  aspect-ratio: 4/1;
  position: relative;
}
.category-ttl[data-type=plain]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8rem;
  height: 0.3rem;
  background-color: #c38e00;
}
@media screen and (min-width: 768px), print {
  .category-ttl[data-type=plain] {
    aspect-ratio: 6.8/1;
  }
  .category-ttl[data-type=plain]::after {
    width: 10rem;
  }
}
.category-ttl[data-type=plain] .category-ttl__inner {
  height: 100%;
}
.category-ttl[data-type=plain] .subttl {
  margin-top: 1.5rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  .category-ttl[data-type=plain] .subttl {
    font-size: 2rem;
    margin-top: 0.5rem;
  }
}

.breadcrumb {
  margin: 2rem 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .breadcrumb {
    margin-bottom: 4rem;
  }
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
}
.breadcrumb__item {
  color: #000;
}
.breadcrumb__item:not(:last-of-type) {
  position: relative;
  padding-right: 1.6rem;
}
.breadcrumb__item:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.1rem solid #c38e00;
  border-right: 0.1rem solid #c38e00;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 0.3rem);
  right: 0;
}
.breadcrumb__item a {
  color: #000;
  text-decoration: underline;
  transition-duration: 300ms;
  text-transform: uppercase;
}
.breadcrumb__item a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px), print {
  .breadcrumb {
    margin-bottom: 3rem;
  }
}

.heading {
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #000;
}
.heading.--lv1 {
  border-bottom: 1px solid #c38e00;
  font-size: 2.3rem;
  padding-bottom: 1.5rem;
}
.heading.--lv2 {
  background-color: #f2f2f2;
  position: relative;
  padding: 0.5rem 1.5rem;
  margin-top: 4rem;
}
.heading.--lv2 + .heading {
  margin-top: 2rem;
}
.heading.--lv2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.3rem;
  background-color: #c38e00;
}
@media screen and (min-width: 768px), print {
  .heading.--lv2 {
    padding-left: 2.5rem;
    margin-top: 6rem;
  }
  .heading.--lv2 + .heading {
    margin-top: 3rem;
  }
  .heading.--lv2::before {
    width: 0.5rem;
  }
}
.heading.--lv3 {
  font-size: 1.6rem;
  margin-top: 2.5rem;
  position: relative;
  padding-left: 2.5rem;
}
.heading.--lv3::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #c38e00;
}
@media screen and (min-width: 768px), print {
  .heading.--lv3 {
    font-size: 2rem;
    margin-top: 3.2rem;
    padding-left: 3.3rem;
  }
  .heading.--lv3::before {
    width: 2rem;
    height: 2rem;
  }
}
.heading.--lv3 > a {
  color: #000;
  transition: all 300ms;
}
@media screen and (min-width: 1024px), print {
  .heading.--lv3 > a:hover, .heading.--lv3 > a:focus-visible {
    outline: none;
    color: #c38e00;
  }
}

* + .--lv1 {
  margin-top: 4rem;
}
@media screen and (min-width: 768px), print {
  * + .--lv1 {
    margin-top: 6rem;
  }
}

.btn-action .btn, .btn-list .btn {
  border: none;
  border-radius: 2.5rem;
  background-color: #c38e00;
  color: #fff;
  padding: 1.5rem;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  transition: all 300ms;
  letter-spacing: 0.04em;
  position: relative;
  min-width: 50%;
}
@media screen and (min-width: 1024px), print {
  .btn-action .btn, .btn-list .btn {
    padding: 1.5rem 3rem;
    min-width: 30rem;
  }
}
.btn-action .btn:hover, .btn-list .btn:hover, .btn-action .btn:focus-visible, .btn-list .btn:focus-visible {
  background-color: #000;
}
@media screen and (max-width: 767.98px) {
  .btn-action .btn, .btn-list .btn {
    width: 100%;
  }
}

.btn-list {
  margin-top: 4rem;
}
.btn-list .btn--txt small {
  font-weight: 400;
}
.btn-list.align-center {
  text-align: center;
}
.btn-list.--file {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.btn-list.--file .btn {
  background-color: #fff;
  color: #000;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.16) 3px 3px 6px;
  min-width: auto;
  width: 100%;
  text-align: left;
  position: relative;
  padding-right: 3.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 300ms;
}
.btn-list.--file .btn::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arw-right_y.svg) no-repeat 0 0;
  background-size: cover;
  width: 1.5rem;
  height: 0.8rem;
  transition: background-color 300ms;
}
@media screen and (min-width: 1024px), print {
  .btn-list.--file .btn {
    padding-right: 4rem;
  }
  .btn-list.--file .btn::after {
    right: 2rem;
  }
  .btn-list.--file .btn:hover, .btn-list.--file .btn:focus-visible {
    background-color: #000;
    color: #fff;
  }
  .btn-list.--file .btn:hover::after, .btn-list.--file .btn:focus-visible::after {
    background-image: url(../img/arw-right_w.svg);
  }
}
.btn-list.--file .btn-list__item {
  width: calc((100% - 2rem) / 2);
}
@media screen and (min-width: 1024px), print {
  .btn-list.--file {
    gap: 4rem 2.5rem;
  }
  .btn-list.--file .btn-list__item {
    width: calc((100% - 10rem) / 5);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .btn-list.--file .btn-list__item {
    width: calc((100% - 7.5rem) / 4);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .btn-list.--file {
    gap: 3rem;
  }
  .btn-list.--file .btn-list__item {
    width: calc((100% - 6rem) / 3);
  }
}

.btn-action {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (min-width: 768px), print {
  .btn-action {
    margin-top: 6rem;
  }
}
.btn-action.align-center {
  justify-content: center;
}
.btn-action .btn.btn--view-more {
  position: relative;
  padding-right: 5rem;
}
.btn-action .btn.btn--view-more::before, .btn-action .btn.btn--view-more::after {
  content: "";
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 0.2rem;
  background-color: #fff;
  transition: all 300ms;
}
.btn-action .btn.btn--view-more::after {
  rotate: 90deg;
  margin-top: -1px;
  right: 2.6rem;
}
.btn-action .btn.btn--view-more > span:last-child {
  display: none;
}
.btn-action .btn.btn--view-more.--less::after {
  opacity: 0;
}
.btn-action .btn.btn--view-more.--less > span:first-child {
  display: none;
}
.btn-action .btn.btn--view-more.--less > span:last-child {
  display: block;
}

table {
  caption-side: top;
}
table tr > *:first-child {
  border-left: 1px solid #808080;
}
table th,
table td {
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
  padding: 1.5rem;
}
table th > *:first-child,
table td > *:first-child {
  margin-top: 0;
}
table th {
  font-weight: 700;
  text-align: left;
  background: #f2f2f2;
}
@media screen and (min-width: 768px), print {
  table th {
    padding: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  table th {
    padding: 2rem;
  }
}
table th .txt a {
  text-decoration: none;
  color: #000;
}
table td {
  background: #fff;
}
@media screen and (min-width: 1024px), print {
  table td {
    padding: 2rem 1.5rem;
  }
}
table td .img-list {
  margin-top: 2rem;
}
@media screen and (min-width: 768px), print {
  table td .img-list[class*="--col"] {
    gap: 2rem;
  }
  table td .img-list.--col2 .img-list__item {
    width: calc((100% - 2rem) / 2);
  }
  table td .img-list.--col3 .img-list__item {
    width: calc((100% - 4rem) / 3);
  }
}
table td .def-list {
  margin-top: 2rem;
}
@media screen and (min-width: 768px), print {
  table td .def-list.--wide .def-list__ttl {
    max-width: 21rem;
  }
  table td .def-list:not(.--wide) .def-list__item {
    flex-direction: column;
  }
  table td .def-list:not(.--wide) .def-list__ttl {
    width: 100%;
    max-width: none;
  }
  table td .def-list:not(.--wide) .def-list__ttl::after {
    display: none;
  }
}
table strong {
  font-weight: 700;
  color: #ff0000;
}
table em {
  font-weight: 700;
  font-style: normal;
}
table caption {
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.6rem;
  font-size: 1.5rem;
  font-weight: bold;
}
table caption.align-right {
  text-align: right;
}
table caption.align-center {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  table caption {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}

.table__wrap {
  margin-top: 2rem;
}
@media screen and (min-width: 768px), print {
  .table__wrap {
    margin-top: 3rem;
  }
}
.table__wrap p.caption {
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.6rem;
  margin-top: 1rem;
  font-size: 1.3rem;
}
.table__wrap p.caption.align-right {
  text-align: right;
}
.table__wrap p.caption.align-center {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .table__wrap p.caption {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
}
.table-caption {
  line-height: 1.4;
  margin: 1rem 0 0.6rem;
  font-size: 1.2rem;
}
.table-caption.align-right {
  text-align: right;
}
.table-caption.align-center {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .table-caption {
    margin: 1rem 0 1rem;
    font-size: 1.8rem;
  }
}
.table.--fixed table {
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px solid #808080;
}
@media screen and (min-width: 768px), print {
  .table.--fixed table tr > *:first-child {
    border-left: 1px solid #808080;
  }
  .table.--fixed table th {
    width: 25.5%;
    max-width: 300px;
  }
}
@media screen and (max-width: 767.98px) {
  .table.--fixed table th,
  .table.--fixed table td {
    display: block;
    width: 100%;
    border-left: 1px solid #808080;
  }
}
@media screen and (max-width: 767.98px) {
  .table.--fixed table {
    width: 100%;
  }
}
@media screen and (min-width: 1024px), print {
  .table.--fixed table .img-list.--col .--center .img img {
    max-width: 40%;
  }
}
.table.--scroll {
  height: auto;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0.1rem;
}
.table.--scroll table {
  width: auto;
  margin-bottom: 2.5rem;
}
.table.--scroll table th,
.table.--scroll table td {
  font-family: "Noto Serif JP", "Source Han Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  line-height: 1.5625;
  font-size: 1.4rem;
  border: none;
}
.table.--scroll table th *,
.table.--scroll table td * {
  font-family: "Noto Serif JP", "Source Han Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  line-height: 1.5625;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .table.--scroll table th,
  .table.--scroll table td {
    font-size: 1.6rem;
  }
  .table.--scroll table th *,
  .table.--scroll table td * {
    font-size: 1.6rem;
  }
}
.table.--scroll table th {
  font-weight: 700;
  min-width: 12rem;
  background-color: #fff;
  width: 25.5%;
  max-width: 300px;
  border-top: 1px solid #c38e00;
  text-align: center;
}
.table.--scroll table th[scope=row] {
  width: 25%;
}
.table.--scroll table td {
  background: #fff;
  border-top: 1px solid #808080;
}
.table.--scroll table a {
  color: #14399e;
  text-decoration: underline;
}
@media screen and (min-width: 768px), print {
  .table.--scroll table a:focus-visible {
    outline: auto;
  }
}
.table.--scroll table tr:last-child th,
.table.--scroll table tr:last-child td {
  border-bottom: 1px solid #808080;
}
.table.--scroll table tr:last-child th {
  border-bottom-color: #c38e00;
}
.table.--scroll .simplebar-track.simplebar-horizontal {
  background: #eee;
  border-radius: 50vh;
  height: 0.5rem;
}
.table.--scroll .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 0.5rem;
  top: 0;
}
.table.--scroll .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  background: #808080;
  border-radius: 50vh;
  opacity: 1;
  height: 0.5rem;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px), print {
  .table.--scroll .simplebar-track.simplebar-horizontal,
  .table.--scroll .simplebar-track.simplebar-horizontal .simplebar-scrollbar,
  .table.--scroll .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
    height: 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .table.--scroll {
    max-width: calc(100vw - 4rem);
  }
  .table.--scroll table {
    margin-bottom: 2rem;
  }
}

.scroll-note {
  margin-bottom: 0.5rem;
  color: #c81432;
}
@media screen and (min-width: 768px), print {
  .scroll-note {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
}

@media screen and (min-width: 768px), print {
  .contents > .main:last-child .table.--scroll {
    max-width: 120rem;
  }
}

.table__wrap .def-list {
  border: none;
  padding: 0;
}

.img-box {
  position: relative;
  display: block;
}
.img-box::before {
  content: "";
  display: block;
  aspect-ratio: 3/2;
}
.img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.img-box.--border {
  border: 1px solid #ccc;
}

.--vertical .img-box {
  aspect-ratio: 2/3;
}

.img-list {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.img-list__item.--center figcaption {
  text-align: center;
}
.img-list__item.--center .img {
  margin: 0 auto;
}
.img-list__item figcaption a {
  color: #14399e;
  text-decoration: underline;
  transition: all 300ms;
}
@media screen and (min-width: 1024px), print {
  .img-list__item figcaption a:hover, .img-list__item figcaption a:focus-visible {
    text-decoration: none;
  }
}
.img-list.--col1 {
  flex-direction: column;
  row-gap: 2rem;
}
.img-list.--col1 .img {
  display: table;
  width: auto;
  max-width: 100%;
}
.img-list.--col1 .img figcaption {
  display: table-caption;
  caption-side: bottom;
  font-weight: 700;
}
.img-list.--col1 .img.--border picture {
  border: 1px solid #bbb;
  display: block;
}
.img-list.--col1 .img-list__item.--right .img {
  float: right;
}
.img-list[class*="--col"] {
  row-gap: 2rem;
}
.img-list[class*="--col"] .img-list__item {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .img-list {
    margin-top: 3rem;
  }
  .img-list.--col1 {
    row-gap: 4rem;
  }
  .img-list.--col2 {
    gap: 4rem;
  }
  .img-list.--col2 .img-list__item {
    width: calc((100% - 4rem) / 2);
  }
  .img-list.--col3 {
    gap: 4rem 3.2rem;
  }
  .img-list.--col3 .img-list__item {
    width: calc((100% - 6.4rem) / 3);
  }
  .img-list.--col4 {
    gap: 4rem 3.2rem;
  }
  .img-list.--col4 .img-list__item {
    width: calc((100% - 9.6rem) / 4);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .img-list.--col1 {
    row-gap: 3rem;
  }
  .img-list.--col2 {
    gap: 3rem;
  }
  .img-list.--col2 .img-list__item {
    width: calc((100% - 3rem) / 2);
  }
  .img-list.--col3 {
    gap: 3rem 2.2rem;
  }
  .img-list.--col3 .img-list__item {
    width: calc((100% - 4.4rem) / 3);
  }
  .img-list.--col4 {
    gap: 3rem 2rem;
  }
  .img-list.--col4 .img-list__item {
    width: calc((100% - 6rem) / 4);
  }
}
.img-list a.item figcaption {
  text-decoration: underline;
  color: #14399e;
  transition: all 300ms;
}
@media screen and (min-width: 1024px), print {
  .img-list a.item:hover figcaption, .img-list a.item:focus-visible figcaption {
    text-decoration: none;
  }
}
.img-list.--col .--center .img {
  text-align: center;
}
.img-list.--col .--center figcaption {
  text-align: left;
}

[class*=icon--] {
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: -3px;
}
[class*=icon--] svg {
  display: block;
  width: auto;
  height: 100%;
  max-height: 2.2rem;
}
@media screen and (max-width: 575.98px) {
  [class*=icon--] svg {
    min-width: 1.6rem;
    min-height: 2rem;
    max-width: 2rem;
  }
}

a[class*=icon--] {
  margin-left: 0;
}
a[class*=icon--]::after {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  display: inline-block;
  content: "";
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 1.6rem;
  height: 2rem;
}
a.icon--out::after {
  width: 2rem;
}
a.icon--zip::after {
  width: 2.8rem;
  height: 2.2rem;
}

.icon--pdf::after {
  background-image: url(../img/icon-pdf.svg);
}

.icon--xls::after {
  background-image: url(../img/icon-xls.svg);
}

.icon--out::after {
  background-image: url(../img/icon-out.svg);
}

.icon--zip::after {
  background-image: url(../img/icon-zip.svg);
}

.list.--note, .list.--disc, .list.--col2, .list.list--child, .list, .list.--decimal {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .list.--note, .list.--disc, .list.--col2, .list.list--child, .list, .list.--decimal {
    margin-top: 2rem;
  }
}

.list__item {
  display: flex;
  line-height: 1.5625;
}
.list__item:not(:first-of-type) {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px), print {
  .list__item:not(:first-of-type) {
    margin-top: 0.8rem;
  }
}
.list__item::before, .list__item__mark {
  flex-shrink: 0;
}
.list__item__content {
  width: 100%;
}
.list__item__content strong {
  font-weight: 700;
  color: #ff0000;
}
.list__item__content em {
  font-weight: 700;
}
.list__item__content a {
  color: #14399e;
  text-decoration: underline;
  transition: all 300ms;
}
.list__item__content a[class*=icon--] {
  display: inline;
}
@media screen and (min-width: 768px), print {
  .list__item__content a:focus-visible, .list__item__content a:hover {
    outline: none;
    text-decoration: none;
  }
}
.list__item__content-inner {
  width: 100%;
  padding: 0 0 3rem 1em;
}
.list__item__content-inner > *:first-child {
  margin-top: 0.4rem;
}
.list__item:last-child .list__item__content-inner {
  padding-bottom: 0;
}
.list.list--child {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px), print {
  .list.list--child {
    margin-top: 0.8rem;
  }
}
@media screen and (min-width: 768px), print {
  .list.--col2 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 4rem;
  }
  .list.--col2 > .list__item {
    width: calc((100% - 4rem) / 2);
  }
  .list.--col2 > .list__item:not(:first-of-type) {
    margin-top: 0;
  }
}
.list.--disc > .list__item::before {
  width: 1rem;
  content: "・";
  display: flex;
  justify-content: flex-end;
}
.list.--decimal {
  counter-reset: list-cnt;
}
.list.--decimal > .list__item::before {
  content: counter(list-cnt) ".";
  counter-increment: list-cnt;
  width: 2rem;
}
@media screen and (min-width: 768px), print {
  .list.--decimal > .list__item::before {
    width: 3rem;
  }
}
.slider.splide .splide__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.slider.splide .splide__arrow {
  background-color: #c38e00;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 300ms;
  border-radius: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  opacity: 1;
}
.slider.splide .splide__arrow:hover, .slider.splide .splide__arrow:focus-visible {
  background-color: #000;
}
.slider.splide .splide__pagination {
  z-index: 10;
  column-gap: 1.5rem;
  margin-top: 2.5rem;
  padding: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.slider.splide .splide__pagination__page {
  background-color: #ccc;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  transition: all 300ms;
  opacity: 1;
  margin: 0;
}
.slider.splide .splide__pagination__page.is-active {
  background-color: #c38e00;
}
.slider.splide:not(.is-overflow) .splide__pagination {
  display: flex !important;
}

.card-list:not(.splide__list) {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.card-list:not(.splide__list) .card-list__item {
  width: calc((100% - 3rem) / 3);
}
.card-list__link {
  display: block;
  position: relative;
}
.card-list a.card-list__link:hover .card-list__ttl, .card-list a.card-list__link:focus-visible .card-list__ttl {
  text-decoration: underline;
}

.card_partner {
  background-color: #808080;
  padding: 3rem 0;
}
@media screen and (min-width: 1024px), print {
  .card_partner {
    padding: 6rem 0;
  }
}
.card_partner .card-logo {
  gap: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}
.card_partner .card-logo__item {
  width: calc((100% - 3rem) / 2);
}
@media screen and (min-width: 1024px), print {
  .card_partner .card-logo {
    gap: 3rem;
  }
  .card_partner .card-logo__item {
    width: calc((100% - 12rem) / 4);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .card_partner .card-logo {
    gap: 2rem 2.5rem;
  }
  .card_partner .card-logo__item {
    width: calc((100% - 7.5rem) / 4);
  }
}

.news-list {
  padding: 0 1.5rem;
}
.news-list__item {
  border-bottom: 1px solid #ccc;
}
.news-list__item .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem 2.5rem;
  position: relative;
  padding: 2rem 3.5rem 2rem 0;
}
.news-list__item .item .icon-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  right: -3.5rem;
}
.news-list__item .item .icon-arrow svg {
  width: 2.5rem;
  height: 1.5rem;
}
.news-list__item .item .icon-arrow svg path {
  fill: #c38e00;
}
@media screen and (max-width: 767.98px) {
  .news-list__item .item {
    flex-direction: column;
    align-items: flex-start;
  }
  .news-list__item .item .txt {
    width: 100%;
  }
}
.news-list__item a.item {
  position: relative;
}
.news-list__item a.item {
  transition-duration: 0.3s;
}
.news-list__item a.item:focus-visible:focus-visible {
  outline: none;
}
.news-list__item a.item:focus-visible .txt {
  text-decoration: underline;
}
@media (hover: hover) {
  .news-list__item a.item:hover:focus-visible {
    outline: none;
  }
  .news-list__item a.item:hover .txt {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .news-list__item a.item:active:focus-visible {
    outline: none;
  }
  .news-list__item a.item:active .txt {
    text-decoration: underline;
  }
}
.news-list__item .txt {
  margin: 0;
  flex: 1;
  position: relative;
}
.news-list__item .date-label {
  color: #3e3e3e;
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
}
@media screen and (min-width: 1024px), print {
  .news-list__item .date-label {
    max-width: 290px;
  }
}
.news-list__item .label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c38e00;
  background: rgba(195, 142, 0, 0.1);
  color: #c38e00;
  border-radius: 1.5rem;
  min-height: 3rem;
  padding: 0.5rem 1rem;
  font-weight: 700;
  line-height: 1;
  min-width: 13rem;
}
.news-list__item .label.--red {
  border-color: #c30000;
  color: #c30000;
  background: rgba(195, 0, 0, 0.1);
}
.news-list__item .label.--emerald-green {
  border-color: #148c9e;
  color: #148c9e;
  background: rgba(20, 140, 158, 0.1);
}
@media screen and (min-width: 1024px), print {
  .news-list__item .label {
    max-width: 135px;
  }
}

.page-top {
  z-index: 50;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background-color: #c38e00;
  border: none;
  font-size: 1.2rem;
  padding: 1rem 0;
  transition: all 300ms;
  position: fixed;
  right: 0;
  bottom: 3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  row-gap: 0.5rem;
}
.page-top img {
  width: 0.6rem;
  height: 1.6rem;
  flex: 1;
}
@media screen and (min-width: 1024px), print {
  .page-top {
    width: 8rem;
    height: 8rem;
    font-size: 1.4rem;
  }
  .page-top:hover, .page-top:focus-visible {
    outline: none;
    background: #000;
    color: #fff;
  }
}

.def-list {
  margin-top: 1.5rem;
}
.def-list__item {
  display: flex;
  flex-direction: column;
  position: relative;
  border-bottom: 0.1rem solid #707070;
  padding: 1.3rem 0;
  row-gap: 0.5rem;
}
.def-list__item:first-child {
  border-top: 0.1rem solid #707070;
}
.def-list__item > * {
  margin: 0;
}
.def-list__item a {
  position: relative;
}
.def-list__item a {
  transition-duration: 0.3s;
}
.def-list__item a:focus-visible:focus-visible {
  outline: none;
}
.def-list__item a:focus-visible .txt {
  text-decoration: underline;
}
@media (hover: hover) {
  .def-list__item a:hover:focus-visible {
    outline: none;
  }
  .def-list__item a:hover .txt {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .def-list__item a:active:focus-visible {
    outline: none;
  }
  .def-list__item a:active .txt {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px), print {
  .def-list__item {
    padding: 0;
    gap: 4.5rem;
  }
  .def-list__item > * {
    padding: 2.3rem 2rem;
  }
}
@media screen and (max-width: 575.98px) {
  .def-list__item .icon--out {
    vertical-align: 0;
  }
}
.def-list__ttl {
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .def-list__ttl a {
    flex: 1;
  }
  .def-list__ttl .txt {
    position: relative;
    padding-right: 2.4rem;
  }
  .def-list__ttl .txt .icon--out {
    position: absolute;
    right: -0.5rem;
  }
}
.def-list__desc {
  flex-direction: column;
}
.def-list__desc > *:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px), print {
  .def-list {
    margin-top: 2.4rem;
  }
  .def-list__item {
    flex-direction: row;
  }
  .def-list__item > * {
    display: flex;
    justify-content: flex-start;
    flex: 1;
    flex-wrap: wrap;
  }
  .def-list__ttl {
    font-size: 1.6rem;
    width: 32%;
    max-width: 32rem;
  }
  .def-list.--wide .def-list__ttl {
    width: 34%;
    max-width: 40rem;
  }
}

.iframe__caption {
  font-size: 1.4rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .iframe__caption {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}

.iframe {
  max-width: 670px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .iframe {
    margin-top: 6rem;
  }
}
.iframe__inner iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.main > .container > *:first-child {
  margin-top: 0 !important;
}

html.is-show {
  position: relative;
}
@media screen and (min-width: 1024px), print {
  html.is-show .header {
    background-color: #fff;
  }
  html.is-show::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(51, 51, 51, 0.6);
    z-index: 70;
  }
}

.categoryTitle {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.5rem;
  margin-bottom: 2rem;
}
.categoryTitle .sub-ttl {
  font-size: 1.6rem;
  color: #c38e00;
}
.categoryTitle > .ttl {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #c38e00;
}
@media screen and (min-width: 768px), print {
  .categoryTitle {
    font-size: 3.4rem;
  }
  .categoryTitle > .ttl {
    padding-bottom: 1rem;
    line-height: 1.75;
    border-bottom-width: 2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .categoryTitle {
    font-size: 2.8rem;
  }
}

.txt > a {
  text-decoration: underline;
  color: #14399e;
  transition: all 300ms;
}
@media screen and (min-width: 768px), print {
  .txt > a:focus-visible, .txt > a:hover {
    outline: none;
    text-decoration: none;
  }
}
.txt.align-right {
  text-align: right;
}
.txt.align-center {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .hidden-sp {
    display: none;
  }
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  body {
    min-width: 992px !important;
    -webkit-print-color-adjust: exact;
    size: A4 portrait;
    top: 0 !important;
    left: 0 !important;
    page-break-before: auto;
    page-break-after: auto;
    margin: 0px;
  }
  .container {
    min-width: 992px !important;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  @page {
    size: a4;
    margin: 12.7mm 9.7mm;
    margin: 0px;
  }
  .nav__lists {
    column-gap: 0 !important;
  }
  .nav__item > .nav--link {
    white-space: nowrap;
  }
  header {
    position: relative !important;
  }
}

/*# sourceMappingURL=styles.css.map */
