@charset "UTF-8";
@font-face {
  font-family: "BIZ UDPGothic";
  src: url("../fonts/BIZUDPGothic-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BIZ UDPGothic";
  src: url("../fonts/BIZUDPGothic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-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%;
  text-size-adjust: 100%; /* iOS 8+ */
}

body {
  margin: 0;
  font-family: "BIZ UDPGothic", "Source Han Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-display: swap;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7;
  color: #3C4041;
  letter-spacing: 0.04em;
  background-color: #fff;
  -webkit-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: 1.6rem 0;
  color: inherit;
  border: 0;
  border-top: 1px dashed;
  opacity: 1;
  border: none;
  border-top: 2px dashed transparent;
  border-image: repeating-linear-gradient(to right, #B6BDC0 0 6px, transparent 6px 12px) 1;
}
@media screen and (max-width: 767.98px) {
  hr {
    margin: 1.5rem 0;
    border-image: repeating-linear-gradient(to right, #B6BDC0 0 3px, transparent 3px 6px) 1;
  }
}

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

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

@media only screen and (min-width: 375px) {
  .xsm-up {
    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: 1.5rem;
}
p:first-child {
  margin-top: 0;
}
p strong {
  font-weight: 700;
  color: #C82C2C;
}
p strong.blue {
  color: #333333;
}
p strong.black {
  color: #3C4041;
}
p em {
  font-style: normal;
  font-weight: 700;
}

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: #ab1b35;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #262b75;
  text-decoration: none;
}
@media screen and (min-width: 768px), print {
  a:focus-visible {
    outline: auto;
    outline: 1px solid #262b75;
    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: "BIZ UDPGothic", "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: #333;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

figure {
  margin: 0;
}

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

img {
  max-width: 100%;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

/*...<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: #333;
}
@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: #333;
}
select:disabled::-ms-value {
  background: none;
  color: #333;
}
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;
}
@media screen and (max-width: 767.98px) {
  img {
    width: 100%;
    height: auto;
  }
}

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

.header {
  position: relative;
  z-index: 100;
}
.header__slogan {
  color: #257DB2;
  font-weight: 400;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.83;
  letter-spacing: 0.1em;
  padding: 1rem 0 1.2rem;
}
@media screen and (min-width: 768px), print {
  .header__slogan {
    font-size: 1.6rem;
    line-height: 2.125;
    letter-spacing: 0.1em;
    padding: 1.6rem 0 2.1rem;
  }
}
@media screen and (max-width: 575.98px) {
  .header__slogan {
    padding: 0.75rem 0 0.5rem;
  }
}
.header__inner {
  position: relative;
  column-gap: 2rem;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (min-width: 1024px), print {
  .header__inner {
    align-items: center;
    column-gap: 4rem;
  }
}
@media screen and (min-width: 1500px), print {
  .header__inner {
    max-width: calc(100% - 18rem);
  }
}
@media screen and (max-width: 1023.98px) {
  .header {
    background-color: #fff;
  }
}

.header__nav .nav--link {
  padding: 2.5rem 3rem;
  border: none;
  display: flex;
  align-items: center;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #000;
  background-color: transparent;
  transition-duration: 300ms;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "BIZ UDPGothic", serif;
}
@media screen and (min-width: 1024px), print {
  .header__nav .nav--link {
    font-size: 1.6rem;
    padding: 1.6rem 3rem;
    justify-content: center;
    text-align: center;
    height: 100%;
    width: 100%;
    position: relative;
  }
  .header__nav .nav--link::after {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.8rem;
    height: 0.8rem;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    rotate: 45deg;
  }
  .header__nav .nav--link:hover, .header__nav .nav--link:focus-visible, .header__nav .active.nav--link {
    outline: none;
    background-color: #333;
    color: #fff;
  }
  .header__nav .nav--link:hover::after, .header__nav .nav--link:focus-visible::after, .header__nav .active.nav--link::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
  }
}
@media screen and (min-width: 1400px), print {
  .header__nav .nav--link {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .header__nav .nav--link::after {
    right: 2.3rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .header__nav .nav--link {
    padding-left: 2rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .header__nav .nav--link {
    padding: 1.5rem 3rem 1.5rem 1.5rem;
    letter-spacing: 0.05em;
    font-size: 1.7rem;
  }
}
.header__nav .nav--link .br-menu {
  display: none;
}
@media screen and (min-width: 1200px), print {
  .header__nav .nav--link .br-menu {
    display: block;
  }
}

.header__nav.lg-down {
  border-bottom: none;
}
.header__nav .nav__lists > * {
  flex: 1;
}
.header__nav .nav__lists .br-navtop {
  display: none;
}
@media screen and (min-width: 1024px), print {
  .header__nav .nav__lists {
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    border: 2px solid #333;
  }
  .header__nav .nav__item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header__nav .nav__item:not(:last-child) {
    border-right: 2px solid #333;
  }
  .header__nav .nav__item:nth-child(3) .nav--link br {
    display: none;
  }
}
.header__nav {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .menu-btn {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .header__nav {
    top: auto;
    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;
  }
  .header--sp {
    padding: 3rem;
  }
  .menu-btn {
    background-color: #fff;
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    cursor: pointer;
    transition-duration: 300ms;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1.4rem;
    padding: 2rem 1rem;
    border: 2px solid #257DB2;
    border-radius: 1.2rem;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .menu-btn {
    border-radius: 0.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .menu-btn .--bar {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    width: 1.6rem;
  }
  .menu-btn .--bar .line {
    margin: 0;
  }
  .menu-btn .--bar > span {
    display: flex;
    width: 100%;
    height: 2px;
    background-color: #257DB2;
    transition: all 0.3s linear;
    position: relative;
    top: 0;
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 767.98px) {
  .menu-btn .--txt {
    color: #257DB2;
    transition-duration: 300ms;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  .menu-btn .--txt > span:last-child {
    display: none;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .menu-btn .--txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .menu-btn[aria-expanded=true] .--bar .line:first-child {
    rotate: 45deg;
    top: 0.3rem;
  }
  .menu-btn[aria-expanded=true] .--bar .line:last-child {
    rotate: -45deg;
    top: -0.4rem;
  }
  .menu-btn[aria-expanded=true] .--txt > span:first-child {
    display: none;
  }
  .menu-btn[aria-expanded=true] .--txt > span:last-child {
    display: block;
  }
}
@media screen and (max-width: 767.98px) and (min-width: 768px) {
  .menu-btn {
    width: 12rem;
    height: 12rem;
    padding: 2rem 1rem;
    row-gap: 2rem;
  }
  .menu-btn[aria-expanded=true] {
    justify-content: space-evenly;
  }
  .menu-btn[aria-expanded=true] .--bar .line:first-child {
    top: 0.5rem;
  }
  .menu-btn[aria-expanded=true] .--bar .line:last-child {
    top: -0.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .menu-btn.--close {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 575.98px) {
  .menu-btn.--close {
    margin: 0 auto 0.5rem;
    padding: 1.5rem 1rem;
    min-width: 10rem;
    column-gap: 0.85rem;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 375px) {
  .menu-btn.--close {
    padding: 1rem;
    width: 35%;
  }
}
@media screen and (max-width: 767.98px) {
  .menu-btn--wrap {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
    margin-top: -1rem;
    padding-bottom: 0.1rem;
  }
  .mn-open body {
    overflow-y: hidden;
  }
  .mn-open .header {
    background-color: #fff;
  }
  .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 {
    background-color: #faf5e2;
  }
  .mn-open .nav__item {
    border-bottom: 1px solid #333;
  }
  .mn-open .nav--link {
    flex: 1;
    width: 100%;
    justify-content: space-between;
    column-gap: 1.5rem;
  }
  .mn-open .nav--link br {
    display: none;
  }
  .mn-open .nav--link::after {
    content: "";
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    width: 1rem;
    height: 1rem;
    rotate: 45deg;
  }
}
.anchor-nav__link {
  color: #3C4041;
}
.anchor-nav__link {
  position: relative;
}
.anchor-nav__link {
  transition-duration: 300ms;
}
.anchor-nav__link:focus-visible {
  text-decoration: underline;
}
@media (hover: hover) {
  .anchor-nav__link:hover {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .anchor-nav__link:active {
    text-decoration: underline;
  }
}
.anchor-nav__link:focus-visible:focus-visible {
  outline: none;
}
@media (hover: hover) {
  .anchor-nav__link:hover:focus-visible {
    outline: none;
  }
}
@media (hover: none) {
  .anchor-nav__link:active:focus-visible {
    outline: none;
  }
}

.footer__nav .anchor-nav, .header__nav .anchor-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 1024px), print {
  .footer__nav .anchor-nav, .header__nav .anchor-nav {
    justify-content: center;
  }
}
.footer__nav .anchor-nav__item, .header__nav .anchor-nav__item {
  width: 50%;
}
@media screen and (min-width: 768px), print {
  .footer__nav .anchor-nav__item, .header__nav .anchor-nav__item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1024px), print {
  .footer__nav .anchor-nav__item, .header__nav .anchor-nav__item {
    min-width: 13.8%;
    width: auto;
  }
}
.footer__nav .anchor-nav__link, .header__nav .anchor-nav__link {
  display: inline-block;
  width: 100%;
  padding: 1.2rem 1rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #3C4041;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .footer__nav .anchor-nav__link, .header__nav .anchor-nav__link {
    padding: 1.5rem 1rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px), print {
  .footer__nav .anchor-nav__link, .header__nav .anchor-nav__link {
    padding: 2rem 1rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px), print {
  .footer__nav .anchor-nav__link, .header__nav .anchor-nav__link {
    padding: 2.4rem 2rem;
    font-size: 1.8rem;
    line-height: 1.55;
  }
}

@media screen and (min-width: 768px), print {
  .footer__nav .anchor-nav {
    padding-top: 1rem;
  }
}

.header__nav .anchor-nav__item {
  position: relative;
}
.header__nav .anchor-nav__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 3.6rem;
  width: 0.1rem;
  background-color: #A0C8DF;
}
@media screen and (max-width: 767.98px) {
  .header__nav .anchor-nav {
    margin-top: 2rem;
  }
  .header__nav .anchor-nav__link {
    padding: 2rem;
  }
}
@media screen and (max-width: 575.98px) {
  .header__nav .anchor-nav {
    flex-direction: column;
    margin-top: 0;
  }
  .header__nav .anchor-nav__item {
    width: 100%;
  }
  .header__nav .anchor-nav__item::after, .header__nav .anchor-nav__item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    transform: translateY(50%);
    height: 0.1rem;
    width: 100%;
    background-color: #A0C8DF;
  }
  .header__nav .anchor-nav__link {
    text-align: left;
    padding: 2rem;
  }
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
  height: max-content;
}
@media screen and (max-width: 1199.98px) {
  .sidebar {
    display: none;
  }
}
@media screen and (min-width: 1024px), print {
  .sidebar--wrapper {
    display: flex;
    justify-content: space-between;
  }
  .sidebar--wrapper .main-content {
    max-width: 90rem;
    width: 100%;
  }
}
@media screen and (max-width: 1023.98px) {
  .sidebar--wrapper .main-content {
    margin-top: 5rem;
  }
}
.sidebar .anchor-nav {
  display: flex;
  flex-direction: column;
  width: 24rem;
}
.sidebar .anchor-nav__item {
  border-bottom: 2px dashed transparent;
  border-image: repeating-linear-gradient(to right, #A6C1CB 0 6px, transparent 6px 12px) 1;
}
.sidebar .anchor-nav__item:first-child a {
  padding-top: 0;
}
@media screen and (max-width: 767.98px) {
  .sidebar .anchor-nav__item {
    border-image: repeating-linear-gradient(to right, #A6C1CB 0 3px, transparent 3px 6px) 1;
  }
}
.sidebar .anchor-nav__link {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.08em;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.footer {
  margin-top: 13rem;
  position: relative;
  transition: all 300ms;
}
@media screen and (min-width: 768px), print {
  .footer {
    margin-top: 33rem;
  }
}
@media screen and (min-width: 1024px), print {
  .footer__main {
    display: flex;
    justify-content: space-between;
    column-gap: 6rem;
  }
}
.footer__nav {
  background-color: #FDFBFC;
  flex: 1;
}
.footer__nav .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.footer__nav .list--item .item {
  position: relative;
  transition-duration: 300ms;
  color: #333;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 1.2rem;
  padding-right: 3.5rem;
}
.footer__nav .list--item .item--icon {
  width: 2.3rem;
  position: absolute;
  right: 0;
  top: calc(50% - 1.5rem);
  transform: translateY(calc(50% - 1.5rem));
}
.footer__nav .list--item .item--icon svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px), print {
  .footer__nav .list--item .item--icon {
    width: 2.7rem;
    top: calc(50% - 2rem);
    transform: translateY(calc(50% - 2rem));
  }
}
.footer__nav .list--item .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.2rem;
  background-color: #333;
  width: 100%;
  transition: 300ms;
}
.footer__nav .list--item .item .br-navtop {
  display: none;
}
.footer__nav .list--item:nth-child(3) .item br, .footer__nav .list--item:nth-child(5) .item br {
  display: none;
}
@media screen and (min-width: 768px), print {
  .footer__nav .list {
    gap: 3rem 4rem;
  }
  .footer__nav .list--item {
    width: calc((100% - 4rem) / 2);
    display: flex;
  }
  .footer__nav .list--item .item {
    padding-bottom: 2rem;
    font-size: 1.6rem;
    width: 100%;
  }
  .footer__nav .list--item .item:hover, .footer__nav .list--item .item:focus-visible {
    outline: none;
  }
  .footer__nav .list--item .item:hover::after, .footer__nav .list--item .item:focus-visible::after {
    width: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .footer__nav .list {
    gap: 2rem 3rem;
  }
  .footer__nav .list--item {
    width: calc((100% - 3rem) / 2);
  }
  .footer__nav .list--item .item {
    font-size: 1.6rem;
    padding-bottom: 1.5rem;
  }
  .footer__nav .list--item .item--icon {
    width: 2rem;
    top: calc(50% - 1.7rem);
    transform: translateY(calc(50% - 1.7rem));
  }
}
@media screen and (max-width: 767.98px) {
  .footer__nav .list {
    flex-direction: column;
    row-gap: 3rem;
  }
  .footer__nav .list .item br {
    display: none;
  }
}
.footer__link {
  border-top: none;
  padding: 2rem 0;
}
@media screen and (min-width: 768px), print {
  .footer__link {
    padding: 2.8rem 0;
  }
}
.footer__link .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.footer__link .list--item {
  position: relative;
}
.footer__link .list--item a {
  transition-duration: 300ms;
  font-size: 1.2rem;
  color: #111;
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
}
.footer__link .list--item a:hover, .footer__link .list--item a:focus-visible {
  outline: none;
  color: #333;
  text-decoration: underline;
}
.footer__link .list--item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2rem;
  width: 0.1rem;
  height: 1.2rem;
  background-color: #333;
}
@media screen and (min-width: 768px), print {
  .footer__link .list {
    gap: 1.5rem 4rem;
  }
  .footer__link .list--item a {
    font-size: 1.4rem;
    line-height: 1.57;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .footer__link .list {
    column-gap: 2rem;
  }
  .footer__link .list--item a {
    font-size: 1.5rem;
  }
  .footer__link .list--item:not(:last-child)::after {
    right: -1rem;
    height: 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .footer__link .list {
    gap: 0.75rem 2.5rem;
  }
  .footer__link .list--item:not(:last-child)::after {
    right: -1.2rem;
  }
}
.footer__copyright {
  padding: 1rem 0 1.5rem;
}
@media screen and (min-width: 768px), print {
  .footer__copyright {
    padding: 3rem 0;
    text-align: center;
  }
}
.footer__copyright--txt {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #333333;
  text-align: center;
  font-family: "Noto Sans JP";
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .footer__copyright--txt {
    font-size: 1.4rem;
    line-height: 1.785;
  }
}

.acc {
  margin-top: 2rem;
}
.acc__item {
  background-color: #FFF9EB;
  border-radius: 0.6rem;
}
.acc__item:not(:first-child) {
  margin-top: 0.5rem;
}
.acc__item .def-list__item::after {
  display: none;
}
.acc__button {
  display: flex;
}
.acc__button .button {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 5.8rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  gap: 0;
}
.acc__button .button:hover {
  text-decoration: none !important;
}
.acc__button .button__ttl {
  padding: 1.4rem 0 0.6rem 1.2rem;
  text-align: left;
  display: flex;
  align-items: flex-start;
  letter-spacing: 0.04em;
  transition: all 300ms;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #3C4041;
  gap: 0.8rem;
}
@media screen and (min-width: 768px), print {
  .acc__button .button__ttl {
    padding: 2rem 1.2rem;
    font-size: 2rem;
    line-height: 1.6;
    gap: 2rem;
  }
}
.acc__button .button__ttl--q {
  color: #257DB2;
  font-family: "BIZ UDPGothic";
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.14;
}
@media screen and (min-width: 768px), print {
  .acc__button .button__ttl--q {
    font-size: 2.8rem;
    line-height: 0.84;
  }
}
.acc__button .button__ttl--text {
  flex: 1;
}
.acc__button .button__labels {
  line-height: 1.3;
}
@media screen and (max-width: 575.98px) {
  .acc__button .button__labels {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.5rem;
    margin-top: 0.5rem;
    line-height: 1;
  }
}
.acc__button .button__labels--item {
  white-space: nowrap;
  font-size: 1.4rem;
  border-radius: 0.5rem;
  padding: 0.3rem 0.6rem;
  font-weight: 600;
  line-height: 1;
}
.acc__button .button__labels--item:not(:first-child) {
  margin-left: 1rem;
}
.acc__button .button__labels--item.--red {
  background-color: #F5BBC2;
  color: #84333D;
}
.acc__button .button__labels--item.--blue {
  background-color: #BBDBF5;
  color: #1A5172;
}
.acc__button .button__btn {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 3.6rem 2.2rem 1rem;
  color: #333;
  column-gap: 1rem;
}
@media screen and (max-width: 767.98px) {
  .acc__button .button__btn {
    padding: 2.4rem 1rem 1rem;
  }
}
@media screen and (max-width: 575.98px) {
  .acc__button .button__btn {
    padding: 2.8rem 0.8rem 0.8rem;
  }
}
.acc__button .button__btn--icon {
  position: relative;
  width: 2.4rem;
}
.acc__button .button__btn--icon::before, .acc__button .button__btn--icon::after {
  content: "";
  display: block;
  background: #257DB2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-duration: 300ms;
}
.acc__button .button__btn--icon::before {
  width: 2rem;
  height: 0.3rem;
  border-radius: 20rem;
}
.acc__button .button__btn--icon::after {
  width: 0.3rem;
  height: 2rem;
  border-radius: 20rem;
}
@media screen and (max-width: 767.98px) {
  .acc__button .button__btn--txt {
    margin-left: 0.5rem;
  }
}
.acc__button .button__btn--txt > span:last-child {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .acc__button .button__btn--icon::before {
    width: 1.5rem;
    height: 0.2rem;
  }
  .acc__button .button__btn--icon::after {
    width: 0.2rem;
    height: 1.5rem;
  }
}
.acc__button .button[aria-expanded=true] .button__btn--icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.acc__button .button[aria-expanded=true] .button__btn--txt > span:first-child {
  display: none;
}
.acc__button .button[aria-expanded=true] .button__btn--txt > span:last-child {
  display: block;
}
.acc__button .button {
  position: relative;
}
.acc__button .button {
  transition-duration: 300ms;
}
.acc__button .button:focus-visible {
  text-decoration: underline;
}
@media (hover: hover) {
  .acc__button .button:hover {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .acc__button .button:active {
    text-decoration: underline;
  }
}
.acc__button .button:focus-visible:focus-visible {
  outline: none;
}
@media (hover: hover) {
  .acc__button .button:hover:focus-visible {
    outline: none;
  }
}
@media (hover: none) {
  .acc__button .button:active:focus-visible {
    outline: none;
  }
}
@media screen and (max-width: 767.98px) {
  .acc__button .button__ttl {
    width: 100%;
  }
}
.acc__content {
  padding-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .acc__content {
    padding-bottom: 1rem;
  }
}
.acc__content--inner {
  background-color: #fff;
  margin: 0 2.4rem 0 9.7rem;
  padding: 2rem;
  border: 1px solid #D5DCDF;
  border-radius: 1.2rem;
  color: #3C4041;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
.acc__content--inner hr {
  margin: 1.2rem 0;
}
.acc__content--inner a {
  text-decoration: underline;
  color: #262b75;
}
.acc__content--inner a {
  position: relative;
}
.acc__content--inner a {
  transition-duration: 300ms;
}
.acc__content--inner a {
  text-decoration: underline;
}
.acc__content--inner a:focus-visible {
  text-decoration: none;
}
@media (hover: hover) {
  .acc__content--inner a:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  .acc__content--inner a:active {
    text-decoration: none;
  }
}
.acc__content--inner a:focus-visible:focus-visible {
  outline: none;
}
@media (hover: hover) {
  .acc__content--inner a:hover:focus-visible {
    outline: none;
  }
}
@media (hover: none) {
  .acc__content--inner a:active:focus-visible {
    outline: none;
  }
}
@media screen and (max-width: 767.98px) {
  .acc__content--inner {
    margin: 0 1.2rem;
    padding: 1rem;
    font-size: 1.4rem;
    border-radius: 0.6rem;
  }
  .acc__content--inner hr {
    margin: 0.6rem 0;
  }
}
@media screen and (max-width: 575.98px) {
  .acc__content--inner {
    padding: 0.8rem;
  }
}
.acc__content--inner > *:first-child {
  margin-top: 0 !important;
}
.acc__content--inner .def-list {
  margin-top: 0;
}
.acc__content--inner .def-list__item {
  min-height: auto;
  gap: 0.9rem;
}
@media screen and (max-width: 767.98px) {
  .acc__content--inner .def-list__item {
    flex-direction: row;
  }
}
.acc__content--inner .def-list__item::before {
  display: none;
}
.acc__content--inner .def-list__item > * {
  flex: unset;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.98px) {
  .acc__content--inner .def-list__item > * {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .acc__content--inner .def-list__item > * {
    letter-spacing: 0.01em;
  }
}
.acc__content--inner .def-list__ttl {
  padding-left: 0;
  width: auto;
  color: #3C4041;
  white-space: nowrap;
}
@media screen and (max-width: 575.98px) {
  .acc__content--inner .def-list__ttl {
    letter-spacing: 0.01em;
  }
}
.acc__content--inner .def-list__desc {
  padding-left: 0;
  display: inline;
}
.acc__content--text {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
@media screen and (min-width: 768px), print {
  .acc__content--text {
    gap: 1rem;
  }
}
.acc__content--text .img {
  max-width: 6rem;
  border-radius: 50%;
  border: 3px solid #f4e0a9;
  overflow: hidden;
}
@media screen and (min-width: 576px), print {
  .acc__content--text .img {
    max-width: 6.72rem;
  }
}
@media screen and (min-width: 768px), print {
  .acc__content--text .img {
    max-width: 8rem;
  }
}
.acc__content--text .txt {
  flex: 1;
}
.acc__close {
  display: flex;
  justify-content: flex-end;
  padding: 2rem;
  transition: 300ms;
}
@media screen and (max-width: 767.98px) {
  .acc__close {
    border-top: 0.1rem solid #333;
  }
}
.acc__close .btn-close {
  border: none;
  line-height: 1.5;
  padding: 0.5rem;
  padding-left: 2.5rem;
  position: relative;
  color: #222;
  transition-duration: 300ms;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .acc__close .btn-close::before, .acc__close .btn-close::after {
    content: "";
    display: block;
    background: #333;
    position: absolute;
    left: 0.5rem;
    top: 1.5rem;
    width: 1.6rem;
    height: 0.1rem;
    transition-duration: 300ms;
  }
  .acc__close .btn-close::before {
    transform: rotate(45deg);
  }
  .acc__close .btn-close::after {
    transform: rotate(-45deg);
  }
  .acc__close .btn-close:hover, .acc__close .btn-close:focus-visible {
    outline: none;
    text-decoration: underline;
  }
}
@media screen and (max-width: 767.98px) {
  .acc__close {
    padding: 1rem 2rem;
    background-color: #eee;
    color: #333;
    justify-content: center;
  }
  .acc__close .btn-close {
    color: #333;
    font-weight: 700;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.5rem;
  }
  .acc__close .btn-close::before {
    content: "";
    background-color: #333;
    height: 0.2rem;
    width: 1rem;
  }
}
@media screen and (min-width: 768px), print {
  .acc {
    margin-top: 3rem;
  }
  .acc__item {
    border-width: 2px;
  }
  .acc__item:not(:first-child) {
    margin-top: 1rem;
  }
  .acc__button .button {
    font-size: 1.6rem;
  }
  .acc__button .button__ttl {
    padding: 2rem 0 2rem 2.4rem;
    height: 100%;
    flex: 1;
  }
  .acc__button .button__btn {
    max-width: 6.8rem;
    flex: 1;
    height: 100%;
  }
  .acc__button .button__btn::before {
    width: 1rem;
  }
  .acc__button .button__btn::after {
    height: 1rem;
  }
  .acc__button .button:hover, .acc__button .button:focus-visible {
    text-decoration: none;
  }
  .acc__button .button:hover .button__ttl, .acc__button .button:focus-visible .button__ttl {
    outline: none;
  }
  .acc__button .button:hover .button__ttl > .button__ttl--text, .acc__button .button:focus-visible .button__ttl > .button__ttl--text {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .acc__button .button {
    font-size: 1.6rem;
  }
  .acc__button .button__ttl {
    padding: 2rem 0 2rem 3rem;
  }
}
@media screen and (min-width: 768px), print {
  .acc__close {
    margin-top: 2rem;
    padding: 0 4rem 4rem;
  }
  .acc__close .btn-close {
    padding-left: 3.1rem;
    font-size: 1.6rem;
  }
  .acc__close .btn-close::before, .acc__close .btn-close::after {
    width: 2rem;
    top: 1.7rem;
    height: 0.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .acc__close {
    padding: 0 3rem 2rem;
    margin-top: 1.5rem;
  }
  .acc__close .btn-close {
    font-size: 1.6rem;
  }
}
.acc.--faq .acc__button .button__ttl {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
}
.acc.--faq .acc__button .button__ttl::before {
  content: "Q";
  display: block;
  color: #333333;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.1;
}
@media screen and (min-width: 768px), print {
  .acc.--faq .acc__button .button__ttl {
    column-gap: 1.6rem;
  }
  .acc.--faq .acc__button .button__ttl::before {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .acc.--faq .acc__button .button__ttl {
    column-gap: 1.2rem;
  }
  .acc.--faq .acc__button .button__ttl::before {
    font-size: 2.6rem;
  }
}
.acc.--faq .acc__content {
  position: relative;
  display: flex;
  flex-direction: column;
}
.acc.--faq .acc__content--inner {
  position: relative;
  padding-left: 4.1rem;
}
.acc.--faq .acc__content--inner::before {
  content: "A";
  display: block;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.6rem;
  color: #be5103;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .acc.--faq .acc__content--inner {
    padding-left: 8.4rem;
  }
  .acc.--faq .acc__content--inner::before {
    font-size: 3rem;
    left: 4rem;
    top: 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .acc.--faq .acc__content--inner {
    padding-left: 6.4rem;
  }
  .acc.--faq .acc__content--inner::before {
    left: 3rem;
    top: 2rem;
    font-size: 2.6rem;
  }
}

.btn-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  margin-top: 4.4rem;
}
.btn-list .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 2rem;
  line-height: 1.8;
  column-gap: 2rem;
  font-weight: 400;
  font-size: 1.5rem;
  height: 100%;
  background-color: #257DB2;
  color: #fff;
  transition-duration: 300ms;
  border-radius: 0.6rem;
}
.btn-list .btn--arw {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.btn-list .btn--arw svg {
  max-width: 2rem;
}
.btn-list .btn--arw svg path {
  transition-duration: 300ms;
}
@media screen and (min-width: 768px), print {
  .btn-list .btn {
    line-height: 1.375;
    font-size: 1.6rem;
  }
  .btn-list .btn:hover, .btn-list .btn:focus-visible {
    outline: none;
    background-color: #17446e;
    text-decoration: underline;
  }
  .btn-list .btn:hover .btn--txt .icon--out svg rect, .btn-list .btn:focus-visible .btn--txt .icon--out svg rect {
    fill: transparent;
  }
  .btn-list .btn:hover .btn--txt .icon--out svg path, .btn-list .btn:focus-visible .btn--txt .icon--out svg path {
    fill: #fff;
  }
  .btn-list .btn:hover .btn--arw svg path, .btn-list .btn:focus-visible .btn--arw svg path {
    fill: #17446e;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .btn-list .btn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .btn-list .btn {
    width: 100%;
    max-width: 30rem;
    margin: auto;
  }
}
.btn-list.--col1 {
  flex-direction: column;
}
@media screen and (min-width: 768px), print {
  .btn-list {
    row-gap: 4rem;
    margin-top: 4rem;
  }
  .btn-list .btn {
    padding: 1.8rem 2.4rem;
    column-gap: 3rem;
  }
  .btn-list .btn--arw svg {
    max-width: 2.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .btn-list .btn {
    padding: 1.5rem 2rem 1.5rem 2.5rem;
    column-gap: 1.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .btn-list.--col3 .btn--arw svg {
    width: 3rem;
  }
  .btn-list.--col1 {
    max-width: 34rem;
    margin-left: auto;
    margin-right: auto;
  }
  .btn-list.--col2 {
    column-gap: 8rem;
    max-width: 76rem;
    margin-left: auto;
    margin-right: auto;
  }
  .btn-list.--col2 > * {
    width: calc((100% - 8rem) / 2);
  }
  .btn-list.--col3 {
    column-gap: 6rem;
  }
  .btn-list.--col3 > * {
    width: calc((100% - 12rem) / 3);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .btn-list {
    row-gap: 3rem;
  }
  .btn-list.--col2 {
    column-gap: 3rem;
  }
  .btn-list.--col2 > * {
    width: calc((100% - 3rem) / 2);
  }
  .btn-list.--col3 {
    column-gap: 2.2rem;
  }
  .btn-list.--col3 > * {
    width: calc((100% - 4.4rem) / 3);
  }
}
@media screen and (max-width: 767.98px) {
  .btn-list {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .container--col2 .btn-list .btn {
    padding: 1.3rem 1.5rem;
    column-gap: 1rem;
  }
  .container--col2 .btn-list .btn--arw svg {
    width: 3rem;
  }
  .container--col2 .btn-list.--col3 .btn--arw svg {
    width: 2.5rem;
  }
  .container--col2 .btn-list.--col3 {
    column-gap: 2.2rem;
  }
  .container--col2 .btn-list.--col3 > * {
    width: calc((100% - 4.4rem) / 3);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .container--col2 .btn-list .btn {
    padding: 1.5rem;
    column-gap: 1.5rem;
  }
  .container--col2 .btn-list .btn--arw svg {
    width: 3rem;
  }
  .container--col2 .btn-list.--col3 {
    column-gap: 3rem;
  }
  .container--col2 .btn-list.--col3 > * {
    width: calc((100% - 3rem) / 2);
  }
}

.card-list {
  display: flex;
  margin-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .card-list {
    flex-direction: column;
    row-gap: 2rem;
  }
}

.card-list__item {
  position: relative;
}
.card-list__item__inner {
  display: flex;
  padding: 3rem;
}
@media screen and (max-width: 767.98px) {
  .card-list__item__inner {
    flex-direction: column;
    padding: 1.5rem 2rem;
  }
}
.card-list__item a.card-list__item__inner {
  color: #333;
}
.card-list__item a.card-list__item__inner .card-list__heading {
  text-decoration: underline;
  transition: color 300ms;
}
@media screen and (min-width: 768px), print {
  .card-list__item a.card-list__item__inner {
    position: relative;
  }
  .card-list__item a.card-list__item__inner {
    transition-duration: 300ms;
  }
  .card-list__item a.card-list__item__inner:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-right: solid #333333;
    border-bottom: solid #333333;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
  }
  .card-list__item a.card-list__item__inner:after {
    transition-duration: 300ms;
  }
}
@media screen and (min-width: 768px) and (max-width: 767.98px) {
  .card-list__item a.card-list__item__inner:after {
    border-width: 0.3rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .card-list__item a.card-list__item__inner:after {
    border-width: 0.6rem;
  }
}
@media screen and (min-width: 768px), print {
  .card-list__item a.card-list__item__inner:focus-visible:after {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 767.98px) {
  .card-list__item a.card-list__item__inner:focus-visible:after {
    top: 0.3rem;
    left: 0.3rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .card-list__item a.card-list__item__inner:focus-visible:after {
    top: 1rem;
    left: 1rem;
  }
}
@media screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .card-list__item a.card-list__item__inner:hover:after {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (max-width: 767.98px) {
  .card-list__item a.card-list__item__inner:hover:after {
    top: 0.3rem;
    left: 0.3rem;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (min-width: 768px), print and (hover: hover) {
  .card-list__item a.card-list__item__inner:hover:after {
    top: 1rem;
    left: 1rem;
  }
}
@media screen and (min-width: 768px) and (hover: none), print and (hover: none) {
  .card-list__item a.card-list__item__inner:active:after {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (hover: none) and (max-width: 767.98px) {
  .card-list__item a.card-list__item__inner:active:after {
    top: 0.3rem;
    left: 0.3rem;
  }
}
@media screen and (min-width: 768px) and (hover: none) and (min-width: 768px), print and (hover: none) {
  .card-list__item a.card-list__item__inner:active:after {
    top: 1rem;
    left: 1rem;
  }
}
@media screen and (min-width: 768px), print {
  .card-list__item a.card-list__item__inner:focus-visible:focus-visible {
    outline: none;
  }
  .card-list__item a.card-list__item__inner:focus-visible .card-list__heading {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .card-list__item a.card-list__item__inner:hover:focus-visible {
    outline: none;
  }
  .card-list__item a.card-list__item__inner:hover .card-list__heading {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) and (hover: none), print and (hover: none) {
  .card-list__item a.card-list__item__inner:active:focus-visible {
    outline: none;
  }
  .card-list__item a.card-list__item__inner:active .card-list__heading {
    text-decoration: none;
  }
}
.card-list__item.--border {
  border: 0.1rem solid #D5DCDF;
  border-radius: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .card-list__item.--border {
    border-radius: 0.6rem;
  }
}
.card-list__item.--border .img-box.--border {
  border: none;
  border-bottom: 1px solid #333;
}
.card-list__item.--border.--story {
  background-color: #fff;
}
.card-list__item.--border.--story .card-list__item__inner {
  padding: 2rem;
}
.card-list__item.--border.--story .img-list {
  order: -1;
}
.card-list__item.--border.--pink {
  border: 0.3rem solid #F5BBC2;
}
.card-list__item.--border.--pink .card-list__heading {
  background-color: #F5BBC2;
  color: #84333D;
}
.card-list__item.--border.--pink hr {
  border-image: repeating-linear-gradient(to right, #F5BBC2 0 6px, transparent 6px 12px) 1;
}
@media screen and (max-width: 767.98px) {
  .card-list__item.--border.--pink hr {
    border-image: repeating-linear-gradient(to right, #F5BBC2 0 3px, transparent 3px 6px) 1;
  }
}
.card-list__item.--border.--blue {
  border: 0.3rem solid #BBDBF5;
}
.card-list__item.--border.--blue .card-list__heading {
  background-color: #BBDBF5;
  color: #1A5172;
}
.card-list__item.--border.--blue hr {
  border-image: repeating-linear-gradient(to right, #BBDBF5 0 6px, transparent 6px 12px) 1;
}
@media screen and (max-width: 767.98px) {
  .card-list__item.--border.--blue hr {
    border-image: repeating-linear-gradient(to right, #BBDBF5 0 3px, transparent 3px 6px) 1;
  }
}
.card-list__heading {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding: 1rem;
}
@media screen and (min-width: 768px), print {
  .card-list__heading {
    font-size: 2rem;
    padding: 1.4rem 3rem 1rem;
  }
}
.card-list__img {
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .card-list__img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px), print {
  .card-list.--col3, .card-list.--col2 {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
@media screen and (min-width: 768px), print {
  .card-list .card-list__item {
    width: calc((100% - 4.8rem) / 3);
  }
}
@media screen and (min-width: 768px), print {
  .card-list .card-list__item__inner {
    flex-direction: column;
    justify-content: flex-end;
  }
  .card-list .card-list__item__inner.--morilog {
    flex-direction: column;
  }
}
.card-list .card-list__item.--border .card-list__txt {
  flex: 1;
  padding: 2rem;
}
@media screen and (min-width: 768px), print {
  .card-list .card-list__img {
    width: 100%;
  }
}
.card-list .card-list__img .img-box--border {
  border: none;
  border-bottom: 0.1rem solid #bbb;
}
.card-list .text-img {
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .card-list .text-img {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
  }
}
.card-list .img-list .img-box img {
  max-width: 21rem;
}
@media screen and (max-width: 767.98px) {
  .card-list .img-list {
    margin-top: 0;
  }
  .card-list .img-list .img-box img {
    max-width: 19rem;
  }
}
.card-list .img-list__item {
  width: 100%;
}
.card-list.--col1 .card-list__item {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .card-list.--col2 .card-list__item {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .card-list {
    column-gap: 2.4rem;
  }
  .card-list .card-list__item {
    width: calc((100% - 4.8rem) / 3);
  }
}

.story {
  margin-top: 1.5rem;
  gap: 1rem;
}
@media screen and (min-width: 768px), print {
  .story {
    margin-top: 1.4rem;
    gap: 2.4rem;
  }
}
.story .card-list__heading {
  padding: 0;
  margin-top: 1.5rem;
  color: #257DB2;
  font-size: 1.7rem;
  line-height: 1.59;
  letter-spacing: 0.07em;
  text-align: left;
}
@media screen and (min-width: 768px), print {
  .story .card-list__heading {
    margin-top: 1rem;
    font-size: 2rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px), print {
  .story .card-list__item {
    width: calc((100% - 4.8rem) / 3);
  }
}
.story .img-list {
  margin-top: 0;
}
.story .fs-s {
  font-size: 1.4rem;
  line-height: 2.57;
}
.story hr {
  margin: 1rem 0 1.5rem;
}
@media screen and (min-width: 768px), print {
  .story hr {
    margin: 2rem 0;
  }
}
.story p.txt {
  margin-top: 0;
}

.category-ttl {
  position: relative;
  overflow: hidden;
  margin-bottom: 3rem;
}
.category-ttl img {
  width: 100%;
}
@media screen and (min-width: 1024px), print {
  .category-ttl {
    margin-bottom: 6rem;
  }
}
.category-ttl[data-type=plain] {
  background-color: #eff9ff;
  min-height: 14rem;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.def-list {
  margin-top: 2rem;
}
.def-list__item {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 1.5rem;
}
.def-list__item:first-child {
  margin-top: 0 !important;
}
.def-list__item > * {
  margin: 0;
}
.def-list__item .txt {
  line-height: 1.5;
}
.def-list__item::before {
  position: absolute;
  content: "";
  height: 1.4rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #257DB2;
  left: 0;
  top: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .def-list__item::before {
    top: 1.1rem;
    height: 0.8rem;
  }
}
.def-list__item:not(:last-child)::after {
  position: absolute;
  content: "";
  height: calc(100% + 1.6rem);
  width: 0.3rem;
  border-radius: 2rem;
  background-color: #257DB2;
  left: 0.5rem;
  transform: translateX(15%);
  top: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .def-list__item:not(:last-child)::after {
    top: 1.1rem;
    width: 0.1rem;
    left: 0.3rem;
    transform: translateX(28%) scaleX(1.5);
  }
}
@media screen and (min-width: 768px), print {
  .def-list__item {
    margin-top: 1rem;
  }
  .def-list__item .txt + .txt {
    margin-top: 0.5rem;
  }
  .def-list__item a {
    text-decoration: underline;
    color: #262b75;
  }
  .def-list__item a {
    position: relative;
  }
  .def-list__item a {
    transition-duration: 300ms;
  }
  .def-list__item a {
    text-decoration: underline;
  }
  .def-list__item a:focus-visible {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .def-list__item a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) and (hover: none), print and (hover: none) {
  .def-list__item a:active {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px), print {
  .def-list__item a:focus-visible:focus-visible {
    outline: none;
  }
}
@media screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .def-list__item a:hover:focus-visible {
    outline: none;
  }
}
@media screen and (min-width: 768px) and (hover: none), print and (hover: none) {
  .def-list__item a:active:focus-visible {
    outline: none;
  }
}
@media screen and (min-width: 768px), print {
  .def-list {
    margin-top: 3rem;
  }
  .def-list__item {
    flex-direction: row;
    min-height: 5.4rem;
  }
  .def-list__item > * {
    display: flex;
    flex: 1;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
  }
  .def-list__ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    width: 29.546%;
    max-width: 26rem;
    align-items: center;
  }
  .def-list.--wide .def-list__ttl {
    width: 26.1%;
    max-width: 23.5rem;
  }
}
.def-list__ttl {
  position: relative;
  color: #C82C2C;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.59;
  letter-spacing: 0.04em;
  padding-left: 2rem;
}
@media screen and (min-width: 768px), print {
  .def-list__ttl {
    font-size: 2rem;
    line-height: 1.4;
    padding-left: 4.1rem;
  }
}
.def-list__desc {
  flex-direction: column;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px), print {
  .def-list__desc {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 767.98px) {
  .def-list__desc {
    padding-left: 2rem;
  }
}
.def-list__desc > *:first-child {
  margin-top: 0;
}
.def-list.--table .def-list__item {
  margin-top: 1.5rem;
}
.def-list.--table .def-list__item::before, .def-list.--table .def-list__item::after {
  display: none;
}
.def-list.--table .def-list__item > * {
  padding: 1rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 576px), print {
  .def-list.--table .def-list__item {
    flex-direction: row;
    margin-top: 0.5rem;
  }
  .def-list.--table .def-list__item > * {
    padding: 2rem;
    display: flex;
    flex: 1;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px), print {
  .def-list.--table .def-list__item > * {
    font-size: 1.6rem;
  }
}
.def-list.--table .def-list__ttl {
  color: #fff;
  background-color: #eed27d;
  align-content: center;
}
@media screen and (min-width: 576px), print {
  .def-list.--table .def-list__ttl {
    max-width: 12.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .def-list.--table .def-list__ttl {
    max-width: 18.5rem;
  }
}
@media screen and (min-width: 1024px), print {
  .def-list.--table .def-list__ttl {
    max-width: 21.5rem;
  }
}
.def-list.--table .def-list__desc {
  background-color: #f9f4d8;
  justify-content: center;
}

.heading {
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.4;
  color: #3C4041;
}
.heading.--lv1 {
  color: #333333;
  font-size: 2.3rem;
  position: relative;
  padding-left: 2.3rem;
  margin-bottom: 2rem;
}
.heading.--lv1 + .heading {
  margin-top: 2rem;
}
.heading.--lv1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background-color: #333333;
}
@media screen and (min-width: 768px), print {
  .heading.--lv1 {
    font-size: 3.8rem;
    padding-left: 4rem;
  }
  .heading.--lv1 + .heading {
    margin-top: 4rem;
  }
  .heading.--lv1 + .heading.--lv1 {
    margin-top: 2rem;
  }
  .heading.--lv1::before {
    width: 2.4rem;
    height: 2.4rem;
    top: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .heading.--lv1 {
    font-size: 3.4rem;
  }
}
.heading.--lv2 {
  font-size: 2.4rem;
  position: relative;
  margin-top: 2rem;
}
.heading.--lv2 + .heading {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .heading.--lv2 {
    font-size: 3.2rem;
    margin-top: 4rem;
  }
  .heading.--lv2 + .heading {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .heading.--lv2 {
    font-size: 2.8rem;
  }
}
.heading.--lv3 {
  font-size: 1.7rem;
  margin-top: 1.5rem;
  line-height: 1.375;
  padding-left: 2.9rem;
}
.heading.--lv3 + p.txt {
  padding-left: 2.9rem;
}
.heading.--lv3 {
  position: relative;
}
.heading.--lv3::before {
  content: "";
  position: absolute;
  background-color: #257DB2;
  height: 0.2rem;
  width: 1.4rem;
  left: 0;
  top: 50%;
  border-radius: 2rem;
  transform: translateY(50%);
}
@media screen and (max-width: 767.98px) {
  .heading.--lv3::before {
    left: 0.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .heading.--lv3 {
    font-size: 2rem;
    margin-top: 4rem;
    padding-left: 3.6rem;
  }
  .heading.--lv3 + p.txt {
    padding-left: 3.6rem;
  }
  .heading.--lv3::before {
    height: 0.3rem;
    width: 1.7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .heading.--lv3 {
    font-size: 2.2rem;
  }
}
.heading.--lv4 {
  font-size: 1.5rem;
  margin-top: 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .heading.--lv4 {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 3rem;
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .heading.--lv4 {
    font-size: 2rem;
  }
}
.heading.--lv5 {
  margin-top: 2rem;
  position: relative;
  font-size: 1.7rem;
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .heading.--lv5 {
    font-size: 2rem;
    margin-top: 2.8rem;
  }
  .heading.--lv5::before {
    width: 1.4rem;
    height: 1.4rem;
    top: 0.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .heading.--lv5 {
    font-size: 1.8rem;
  }
}

[class*=icon--] {
  display: inline-block;
  margin-right: 0.4rem;
  margin-bottom: -0.1rem;
}
[class*=icon--] svg {
  display: block;
  width: auto;
  height: 100%;
  max-height: 2.2rem;
}
@media screen and (max-width: 575.98px) {
  [class*=icon--] svg {
    width: 1.6rem;
    height: 1.3rem;
  }
}

.heading [class*=icon--] {
  margin-right: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .heading [class*=icon--] {
    margin-right: 1rem;
  }
}

@media screen and (max-width: 767.98px) {
  .heading.--lv4 [class*=icon--] {
    margin-right: 1.4rem;
  }
}

.iframe__caption {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 0.4rem;
}
@media screen and (min-width: 768px), print {
  .iframe__caption {
    margin-top: 0.8rem;
  }
}

.iframe {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}
@media screen and (min-width: 768px), print {
  .iframe {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px), print {
  :not(.iframe-col) > .iframe__inner:not(.--map) {
    position: relative;
  }
  :not(.iframe-col) > .iframe__inner:not(.--map) {
    transition-duration: 300ms;
  }
  :not(.iframe-col) > .iframe__inner:not(.--map):after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-right: solid #333333;
    border-bottom: solid #333333;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
  }
  :not(.iframe-col) > .iframe__inner:not(.--map):after {
    transition-duration: 300ms;
  }
}
@media screen and (min-width: 768px) and (max-width: 767.98px) {
  :not(.iframe-col) > .iframe__inner:not(.--map):after {
    border-width: 0.3rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  :not(.iframe-col) > .iframe__inner:not(.--map):after {
    border-width: 0.6rem;
  }
}
@media screen and (min-width: 768px), print {
  :not(.iframe-col) > .iframe__inner:not(.--map):focus-visible:after {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 767.98px) {
  :not(.iframe-col) > .iframe__inner:not(.--map):focus-visible:after {
    top: 0.3rem;
    left: 0.3rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  :not(.iframe-col) > .iframe__inner:not(.--map):focus-visible:after {
    top: 1rem;
    left: 1rem;
  }
}
@media screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  :not(.iframe-col) > .iframe__inner:not(.--map):hover:after {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (max-width: 767.98px) {
  :not(.iframe-col) > .iframe__inner:not(.--map):hover:after {
    top: 0.3rem;
    left: 0.3rem;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (min-width: 768px), print and (hover: hover) {
  :not(.iframe-col) > .iframe__inner:not(.--map):hover:after {
    top: 1rem;
    left: 1rem;
  }
}
@media screen and (min-width: 768px) and (hover: none), print and (hover: none) {
  :not(.iframe-col) > .iframe__inner:not(.--map):active:after {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (hover: none) and (max-width: 767.98px) {
  :not(.iframe-col) > .iframe__inner:not(.--map):active:after {
    top: 0.3rem;
    left: 0.3rem;
  }
}
@media screen and (min-width: 768px) and (hover: none) and (min-width: 768px), print and (hover: none) {
  :not(.iframe-col) > .iframe__inner:not(.--map):active:after {
    top: 1rem;
    left: 1rem;
  }
}
@media screen and (min-width: 768px), print {
  :not(.iframe-col) > .iframe__inner:not(.--map):focus-visible:focus-visible {
    outline: none;
  }
  :not(.iframe-col) > .iframe__inner:not(.--map):focus-visible::after {
    top: 0.5rem;
  }
}
@media screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  :not(.iframe-col) > .iframe__inner:not(.--map):hover:focus-visible {
    outline: none;
  }
  :not(.iframe-col) > .iframe__inner:not(.--map):hover::after {
    top: 0.5rem;
  }
}
@media screen and (min-width: 768px) and (hover: none), print and (hover: none) {
  :not(.iframe-col) > .iframe__inner:not(.--map):active:focus-visible {
    outline: none;
  }
  :not(.iframe-col) > .iframe__inner:not(.--map):active::after {
    top: 0.5rem;
  }
}
.iframe__inner iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px), print {
  .heading + .iframe {
    margin-top: 3rem;
  }
}

.iframe-col {
  margin-top: 2rem;
}
@media screen and (max-width: 767.98px) {
  .iframe-col .iframe__inner:last-of-type {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px), print {
  .iframe-col {
    margin-top: 4rem;
  }
  .iframe-col.--col2 {
    display: flex;
    column-gap: 4rem;
    flex-wrap: wrap;
  }
  .iframe-col.--col2 > * {
    width: calc((100% - 4rem) / 2);
    margin-left: 0;
  }
  .iframe-col.--col2.--center > * {
    margin-left: auto;
  }
  .iframe-col.--col2.--right {
    justify-content: flex-end;
  }
  .iframe-col.--col2.--right > * {
    margin-right: 0;
  }
  .iframe-col.--col2 .iframe__shadow {
    position: relative;
  }
  .iframe-col.--col2 .iframe__shadow {
    transition-duration: 300ms;
  }
  .iframe-col.--col2 .iframe__shadow:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-right: solid #333333;
    border-bottom: solid #333333;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
  }
  .iframe-col.--col2 .iframe__shadow:after {
    transition-duration: 300ms;
  }
}
@media screen and (min-width: 768px) and (max-width: 767.98px) {
  .iframe-col.--col2 .iframe__shadow:after {
    border-width: 0.3rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .iframe-col.--col2 .iframe__shadow:after {
    border-width: 0.6rem;
  }
}
@media screen and (min-width: 768px), print {
  .iframe-col.--col2 .iframe__shadow:focus-visible:after {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 767.98px) {
  .iframe-col.--col2 .iframe__shadow:focus-visible:after {
    top: 0.3rem;
    left: 0.3rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .iframe-col.--col2 .iframe__shadow:focus-visible:after {
    top: 1rem;
    left: 1rem;
  }
}
@media screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .iframe-col.--col2 .iframe__shadow:hover:after {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (max-width: 767.98px) {
  .iframe-col.--col2 .iframe__shadow:hover:after {
    top: 0.3rem;
    left: 0.3rem;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (min-width: 768px), print and (hover: hover) {
  .iframe-col.--col2 .iframe__shadow:hover:after {
    top: 1rem;
    left: 1rem;
  }
}
@media screen and (min-width: 768px) and (hover: none), print and (hover: none) {
  .iframe-col.--col2 .iframe__shadow:active:after {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (hover: none) and (max-width: 767.98px) {
  .iframe-col.--col2 .iframe__shadow:active:after {
    top: 0.3rem;
    left: 0.3rem;
  }
}
@media screen and (min-width: 768px) and (hover: none) and (min-width: 768px), print and (hover: none) {
  .iframe-col.--col2 .iframe__shadow:active:after {
    top: 1rem;
    left: 1rem;
  }
}
@media screen and (min-width: 768px), print {
  .iframe-col.--col2 .iframe__shadow:focus-visible:focus-visible {
    outline: none;
  }
  .iframe-col.--col2 .iframe__shadow:focus-visible::after {
    top: 0.5rem;
  }
}
@media screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .iframe-col.--col2 .iframe__shadow:hover:focus-visible {
    outline: none;
  }
  .iframe-col.--col2 .iframe__shadow:hover::after {
    top: 0.5rem;
  }
}
@media screen and (min-width: 768px) and (hover: none), print and (hover: none) {
  .iframe-col.--col2 .iframe__shadow:active:focus-visible {
    outline: none;
  }
  .iframe-col.--col2 .iframe__shadow:active::after {
    top: 0.5rem;
  }
}

.img-box {
  position: relative;
  display: block;
  background-color: #fff;
}
.img-box::before {
  content: "";
  display: block;
  aspect-ratio: 16/9;
}
.img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.img-box.--border {
  border: 1px solid #A6C1CB;
  border-radius: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .img-box.--border {
    border-radius: 0.6rem;
  }
}

@media screen and (max-width: 767.98px) {
  .img figcaption {
    margin-top: 0.5rem;
  }
}

.--vertical .img-box {
  aspect-ratio: 9/16;
}

.--trans .img-box {
  background-color: transparent;
}

.aspect79 .img-box {
  aspect-ratio: 7/9;
}

.img-list {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}
.img-list__item.--center .img {
  margin: 0 auto;
}
.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;
}
.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: 3rem;
  }
  .img-list.--col2 .img-list__item {
    width: calc((100% - 3rem) / 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);
  }
}

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

.list__item {
  display: flex;
  line-height: 1.5625;
}
.list__item:not(:first-child) {
  margin-top: 0.6rem;
}
.list__item::before, .list__item__mark {
  flex-shrink: 0;
}
.list__item__content {
  width: 100%;
}
@media screen and (min-width: 1024px), print {
  .list__item__content {
    letter-spacing: 0.06em;
  }
}
.list__item__content em {
  font-weight: 700;
}
.list__item__content a {
  color: #262b75;
  text-decoration: underline;
}
.list__item__content a {
  position: relative;
}
.list__item__content a {
  transition-duration: 300ms;
}
.list__item__content a {
  text-decoration: underline;
}
.list__item__content a:focus-visible {
  text-decoration: none;
}
@media (hover: hover) {
  .list__item__content a:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  .list__item__content a:active {
    text-decoration: none;
  }
}
.list__item__content a:focus-visible:focus-visible {
  outline: none;
}
@media (hover: hover) {
  .list__item__content a:hover:focus-visible {
    outline: none;
  }
}
@media (hover: none) {
  .list__item__content a:active:focus-visible {
    outline: none;
  }
}
@media screen and (min-width: 768px), print {
  .list__item__content a:focus-visible {
    outline: auto;
  }
}
.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-left: 1em;
  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 {
  position: relative;
  padding-left: 1.8rem;
}
.list.--disc > .list__item::before {
  content: "";
  height: 0.6rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #257DB2;
  position: absolute;
  left: 0;
  top: 0.6rem;
}
@media screen and (min-width: 1024px), print {
  .list.--disc > .list__item::before {
    top: 0.9rem;
  }
}
.list.--decimal {
  counter-reset: list-cnt;
}
.list.--decimal > .list__item::before {
  color: #3C4041;
  font-family: "BIZ UDPGothic", "Source Han Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.59;
  content: counter(list-cnt) ".";
  counter-increment: list-cnt;
  width: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .list.--decimal > .list__item::before {
    font-size: 2rem;
    line-height: 1.4;
    width: 2.4rem;
  }
}
.list.--desc {
  margin-top: 2rem;
}
.list.--desc .heading {
  color: #257DB2;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding-left: 0.5rem;
}
@media screen and (min-width: 768px), print {
  .list.--desc .heading {
    font-size: 2rem;
    line-height: 1.4;
    padding-left: 0.8rem;
  }
}
.list.--desc .list__item {
  border-bottom: 2px dashed transparent;
  border-image: repeating-linear-gradient(to right, #B6BDC0 0 6px, transparent 6px 12px) 1;
  padding-bottom: 1.6rem;
  padding-left: 3.6rem;
  margin-top: 0;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .list.--desc .list__item:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 767.98px) {
  .list.--desc .list__item {
    padding-left: 3rem;
    border-image: repeating-linear-gradient(to right, #B6BDC0 0 3px, transparent 3px 6px) 1;
  }
}
.list.--desc .list__item::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: #fff;
  border: 0.2rem solid #257DB2;
  box-sizing: border-box;
  position: absolute;
  left: 0.4rem;
  top: 0.6rem;
}
@media screen and (max-width: 767.98px) {
  .list.--desc .list__item::after {
    width: 1.4rem;
    height: 1.4rem;
    left: 0.5rem;
  }
}
.list.--desc .list__item:not(:first-child) {
  padding-top: 1.6rem;
}
.list.--desc .list__item:not(:first-child)::after {
  top: 2.2rem;
}
.list.--desc .list__item:last-child {
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px), print {
  .list.--desc .list__item:last-child {
    padding-bottom: 3rem;
  }
}
.list.--desc .heading + p.txt {
  margin-top: 0.5rem;
  margin-left: -1.6rem;
}
@media screen and (min-width: 768px), print {
  .list.--desc .heading + p.txt {
    margin-top: 1rem;
    margin-left: -2.3rem;
  }
}

.text-img {
  margin-top: 2.4rem;
}
.text-img__content > *:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px), print {
  .text-img {
    margin-top: 2rem;
  }
  .text-img .img {
    width: 52%;
    max-width: 43rem;
  }
  .text-img .img.--small {
    max-width: 12rem;
    width: 28.86%;
  }
  .text-img .img.--vertical {
    max-width: 28.2rem;
    width: 44.38%;
  }
  .text-img .img.--large {
    max-width: 40.5rem;
  }
  .text-img.--right {
    overflow: hidden;
  }
  .text-img.--right .img {
    float: right;
    margin-right: 0;
    margin-left: 4rem;
    margin-bottom: 2rem;
  }
  .text-img:not(.--right) {
    display: flex;
    column-gap: 3rem;
    align-items: center;
  }
  .text-img:not(.--right) .img {
    flex-shrink: 0;
  }
  .text-img:not(.--right) .text-img__content {
    flex: 1;
  }
  .text-img:not(.--right) .text-img__content p.txt:first-child {
    margin-top: 0;
  }
}
.text-img.gap-sm {
  justify-content: center;
  gap: 1.3rem;
  padding-bottom: 1.4rem;
}
.text-img.gap-sm .text-img__content {
  max-width: 39rem;
}
@media screen and (max-width: 767.98px) {
  .text-img.gap-sm {
    margin-top: 2rem;
    gap: 1rem;
    padding-bottom: 0.5rem;
  }
  .text-img.gap-sm .img.--vertical {
    max-width: 19.8rem;
  }
  .text-img.gap-sm .img.--vertical img {
    left: calc(50% - 2.5rem);
  }
}
@media screen and (max-width: 767.98px) {
  .text-img {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .text-img .img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .text-img .img:not(.--small) {
    max-width: 40rem;
  }
  .text-img .img.--vertical {
    max-width: 10.66rem;
  }
}

.list + .headline {
  margin-top: 2rem;
}
@media screen and (min-width: 768px), print {
  .list + .headline {
    margin-top: 3rem;
  }
}

.headline .img-box {
  background-color: transparent;
}
.headline .text-img__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 1;
  gap: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .headline .text-img__content {
    width: 100%;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    gap: 0.6rem;
  }
}
.headline .text-img__content .headline__heading {
  color: #3C4041;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (min-width: 768px), print {
  .headline .text-img__content .headline__heading {
    font-size: 2.4rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}
.headline .img {
  position: relative;
}
.headline .img::before {
  content: "";
  position: absolute;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: translate(-9%, 50%);
}
@media screen and (min-width: 768px), print {
  .headline .img::before {
    top: 0;
    left: auto;
    right: 0;
    transform: translateX(50%);
  }
}
.headline .--pink::before {
  background-color: #FFF0F2;
}
.headline .--orange::before {
  background-color: #FFE6CC;
}
.headline .txt {
  color: #3C4041;
}
@media screen and (min-width: 768px), print {
  .headline:hover .img-box, .headline:focus-visible .img-box {
    transition: all 300ms;
    opacity: 0.9;
  }
  .headline:hover .txt, .headline:focus-visible .txt {
    color: #3C4041;
  }
  .headline:hover .headline__heading, .headline:focus-visible .headline__heading {
    text-decoration: none;
  }
}
.headline .img-box {
  position: relative;
}
.headline .play-button {
  position: absolute;
  inset: 0;
  background: url("/common/img/icon-play.svg") center/96px no-repeat;
  cursor: pointer;
  z-index: 2;
  opacity: 0.85;
}
.headline .video-box {
  position: relative;
  z-index: 10;
}
.headline .video-box .video-js {
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
}
.headline .video-box .vjs-poster {
  background-size: 100% 100%;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #D5DCDF;
}
.headline figure.img[data-loaded=true] {
  pointer-events: none;
}

.page-top {
  right: 0;
  z-index: 50;
  width: 7rem;
  height: 7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  color: #257DB2;
  border: 2px solid #257DB2;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.6rem 0 0.6rem;
  transition: 300ms;
  position: sticky;
  right: 0;
  bottom: 3rem;
  margin-left: auto;
  margin-bottom: -66rem;
  margin-top: 57rem;
  background-color: #fff;
}
.page-top svg {
  width: auto;
  transition: 300ms;
}
@media screen and (min-width: 1024px), print {
  .page-top {
    font-size: 1.6rem;
    width: 12rem;
    height: 12rem;
    padding: 1rem;
    font-size: 1.6rem;
    outline: 2px solid transparent;
    right: 0;
    bottom: 3rem;
    margin-left: auto;
    margin-bottom: -29rem;
    margin-top: 4rem;
  }
  .page-top br {
    display: none;
  }
  .page-top svg:nth-child(2) {
    display: none;
  }
  .page-top:hover, .page-top:focus-visible {
    border: 2px solid #17446e;
    outline: 2px solid #17446e;
  }
}
@media screen and (min-width: 1200px), print {
  .page-top {
    right: 2rem;
  }
}
.page-top span {
  text-align: center;
}
.page-top img {
  max-width: 4.8rem;
}
@media screen and (max-width: 1023.98px) {
  .page-top {
    flex-direction: column;
  }
  .page-top img {
    margin-top: 0.3rem;
    max-width: 3rem;
  }
}

.pagetop .page-top {
  margin-bottom: -62rem;
  margin-top: 53rem;
}
@media screen and (min-width: 1024px), print {
  .pagetop .page-top {
    margin-bottom: -33rem;
    margin-top: 8rem;
  }
}

table {
  caption-side: top;
}
table th,
table td {
  border-top: 1px solid #A6C1CB;
  border-right: 1px solid #A6C1CB;
  padding: 1.5rem;
}
table th > *:first-child,
table td > *:first-child {
  margin-top: 0 !important;
}
table th {
  font-weight: 700;
  text-align: left;
  vertical-align: middle !important;
}
@media screen and (min-width: 768px), print {
  table th {
    padding: 2rem 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  table th {
    padding: 1.5rem 1rem;
  }
}
table td {
  background: #fff;
}
@media screen and (min-width: 1024px), print {
  table td {
    padding: 2.3rem 3rem;
    letter-spacing: 0.06em;
  }
}
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: 500;
  color: #C82C2C;
}
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: 2.4rem;
}
@media screen and (min-width: 768px), print {
  .table__wrap {
    margin-top: 3.2rem;
  }
}
.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 #bbb;
}
@media screen and (min-width: 768px), print {
  .table.--fixed table tr > *:first-child {
    border-left: 1px solid #bbb;
  }
  .table.--fixed table th {
    width: 36.42%;
    max-width: 320px;
  }
}
@media screen and (max-width: 767.98px) {
  .table.--fixed table th,
  .table.--fixed table td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .table.--fixed table {
    width: 100%;
  }
}
.table.--scroll {
  height: auto;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0.1rem;
}
.table.--scroll::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.table.--scroll::-webkit-scrollbar-thumb {
  background-color: #257DB2;
  border-radius: 0.6rem;
}
.table.--scroll::-webkit-scrollbar-thumb:hover {
  background-color: #257DB2;
}
.table.--scroll::-webkit-scrollbar-track {
  background: #E4E4E4;
}
.table.--scroll table {
  width: auto;
  margin-bottom: 2.5rem;
  border-collapse: separate;
  border-spacing: 0;
}
.table.--scroll table th,
.table.--scroll table td {
  font-family: "BIZ UDPGothic", "Source Han Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif !important;
  line-height: 1.5625 !important;
  font-size: 1.4rem !important;
}
.table.--scroll table th *,
.table.--scroll table td * {
  font-family: "BIZ UDPGothic", "Source Han Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif !important;
  line-height: 1.5625 !important;
  font-size: 1.4rem !important;
}
.table.--scroll table th,
.table.--scroll table td {
  background: #fff;
  border: none;
  border-bottom: 2px dashed #A6C1CB;
  border-right: 1px solid #A6C1CB;
  margin: 2rem;
}
@media screen and (min-width: 768px), print {
  .table.--scroll table th,
  .table.--scroll table td {
    font-size: 1.6rem !important;
  }
  .table.--scroll table th *,
  .table.--scroll table td * {
    font-size: 1.6rem;
  }
}
.table.--scroll table th {
  font-weight: 700 !important;
  min-width: 12rem;
  border-top: none;
}
.table.--scroll table th[scope=row] {
  width: 25%;
}
.table.--scroll table tr th {
  border-right: none;
}
.table.--scroll table tr td:nth-child(2) {
  border-left: 1px solid #A6C1CB;
}
.table.--scroll table tr:first-child th:not(:first-child) p.text {
  text-align: center;
  font-size: 2rem !important;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.table.--scroll table tr:first-child th:not(:first-child):nth-child(odd) {
  background-color: #BBDBF5;
  color: #1A5172;
  border: none;
}
.table.--scroll table tr:first-child th:nth-child(even) {
  background-color: #F5BBC2;
  color: #84333D;
  border: none;
}
.table.--scroll table tr:first-child th:first-child {
  background-color: #fff;
  position: relative;
}
.table.--scroll table tr:first-child th:first-child::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: calc(100% + 2px);
  width: 2rem;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 1023.98px) {
  .table.--scroll table tr:first-child th:first-child::after {
    width: 1rem;
  }
}
.table.--scroll table tr:first-child th:nth-child(2) {
  border-top-left-radius: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .table.--scroll table tr:first-child th:nth-child(2) {
    border-top-left-radius: 0.6rem;
  }
}
.table.--scroll table tr:first-child th:last-child {
  border-top-right-radius: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .table.--scroll table tr:first-child th:last-child {
    border-top-right-radius: 0.6rem;
  }
}
.table.--scroll table tr:not(:first-child) th {
  position: relative;
}
.table.--scroll table tr:not(:first-child) th::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: calc(100% + 2px);
  width: 2rem;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 1023.98px) {
  .table.--scroll table tr:not(:first-child) th::after {
    width: 1rem;
  }
}
.table.--scroll table tr:not(:first-child) td {
  position: relative;
}
.table.--scroll table tr:not(:first-child) td::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: calc(100% + 2px);
  width: 2rem;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 1023.98px) {
  .table.--scroll table tr:not(:first-child) td::before {
    width: 1rem;
  }
}
.table.--scroll table tr:not(:first-child) td::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: calc(100% + 2px);
  width: 2rem;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 1023.98px) {
  .table.--scroll table tr:not(:first-child) td::after {
    width: 1rem;
  }
}
.table.--scroll table tr:last-child th {
  border-bottom: none;
}
.table.--scroll table tr:last-child td {
  border-bottom: 1px solid #A6C1CB;
}
.table.--scroll table tr:last-child td:nth-child(2) {
  position: relative;
  border-bottom-left-radius: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .table.--scroll table tr:last-child td:nth-child(2) {
    border-bottom-left-radius: 0.6rem;
  }
}
.table.--scroll table tr:last-child td:last-child {
  border-bottom-right-radius: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .table.--scroll table tr:last-child td:last-child {
    border-bottom-right-radius: 0.6rem;
  }
}
.table.--scroll table tr:last-child td::after, .table.--scroll table tr:last-child td::before {
  display: none;
}
.table.--scroll table a {
  color: #262b75;
  text-decoration: underline !important;
}
.table.--scroll table a {
  position: relative;
}
.table.--scroll table a {
  transition-duration: 300ms;
}
.table.--scroll table a {
  text-decoration: underline;
}
.table.--scroll table a:focus-visible {
  text-decoration: none;
}
@media (hover: hover) {
  .table.--scroll table a:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  .table.--scroll table a:active {
    text-decoration: none;
  }
}
.table.--scroll table a:focus-visible:focus-visible {
  outline: none;
}
.table.--scroll table a:focus-visible {
  text-decoration: none !important;
}
@media (hover: hover) {
  .table.--scroll table a:hover:focus-visible {
    outline: none;
  }
  .table.--scroll table a:hover {
    text-decoration: none !important;
  }
}
@media (hover: none) {
  .table.--scroll table a:active:focus-visible {
    outline: none;
  }
  .table.--scroll table a:active {
    text-decoration: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .table.--scroll table a:focus-visible {
    outline: auto;
  }
}
.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: #bbb;
  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;
  }
}
.table.--scroll.custom-02 th:nth-child(2),
.table.--scroll.custom-02 td:nth-child(2),
.table.--scroll.custom-02 th:nth-child(3),
.table.--scroll.custom-02 td:nth-child(3) {
  width: 50%;
}

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

.button {
  border: none;
  display: flex;
  justify-content: center;
  column-gap: 0.6rem;
  line-height: 1.4;
  transition-duration: 300ms;
  color: #333;
  padding: 0;
  font-family: "BIZ UDPGothic", "Source Han Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .button:focus-visible {
    outline: 1px solid #333333;
    outline-offset: 0.3rem;
    border-radius: 0.125rem;
  }
  .button svg:focus {
    outline: none;
  }
}

.txt {
  margin-top: 1.5rem;
}
.txt + .txt {
  margin-top: 1rem;
}
.txt.--center {
  text-align: center;
}
.txt.--right {
  text-align: right;
}
.txt a {
  text-decoration: underline;
  color: #262b75;
}
.txt a {
  position: relative;
}
.txt a {
  transition-duration: 300ms;
}
.txt a {
  text-decoration: underline;
}
.txt a:focus-visible {
  text-decoration: none;
}
@media (hover: hover) {
  .txt a:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  .txt a:active {
    text-decoration: none;
  }
}
.txt a:focus-visible:focus-visible {
  outline: none;
}
@media (hover: hover) {
  .txt a:hover:focus-visible {
    outline: none;
  }
}
@media (hover: none) {
  .txt a:active:focus-visible {
    outline: none;
  }
}
.txt em {
  font-weight: 700;
}
.txt + .heading.--lv4 {
  margin-top: 2rem;
}
@media screen and (min-width: 768px), print {
  .txt {
    margin-top: 2rem;
  }
  .txt + .heading.--lv4 {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1024px), print {
  .txt {
    margin-top: 3rem;
  }
}
.txt.d-flex {
  column-gap: 0.5rem;
}
@media screen and (min-width: 1024px), print {
  .txt.d-flex {
    margin-top: 3rem;
  }
}

strong {
  color: #C82C2C;
  font-weight: 700;
}
strong.black {
  color: #3C4041;
}

.blockHeading {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #333;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.blockHeading::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background-color: #333;
  border-radius: 50%;
}
@media screen and (min-width: 768px), print {
  .blockHeading {
    font-size: 3.6rem;
  }
  .blockHeading::before {
    width: 2rem;
    height: 2rem;
  }
  .blockHeading.--center {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .blockHeading {
    font-size: 3.2rem;
  }
}

.mt-2 {
  margin-top: 1rem;
}
.mt-2.txt {
  margin-top: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .mt-2 {
    margin-top: 2rem;
  }
  .mt-2.txt {
    margin-top: 2.8rem;
  }
}

.mt-8 {
  margin-top: 4rem;
}
@media screen and (min-width: 768px), print {
  .mt-8 {
    margin-top: 8rem;
  }
}

.mt-4 {
  margin-top: 2rem;
}
@media screen and (min-width: 768px), print {
  .mt-4 {
    margin-top: 4rem;
  }
}

.mt-4_3 {
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .mt-4_3 {
    margin-top: 4rem;
  }
}

.mt-8_3 {
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .mt-8_3 {
    margin-top: 8rem;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-5 {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px), print {
  .mb-5 {
    margin-bottom: 8rem;
  }
}

.pd-0 {
  padding: 0 !important;
}

.align-center {
  text-align: center;
}

.lh-2 {
  line-height: 2;
}

html.is-show {
  position: relative;
  overflow-x: hidden;
}
@media screen and (min-width: 1024px), print {
  html.is-show {
    overflow: hidden;
  }
  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;
  }
}

.section-bkg {
  position: relative;
  margin-top: 4rem;
  padding: 4rem 0;
  background-color: #faf5e2;
}
@media screen and (min-width: 768px), print {
  .section-bkg {
    margin-top: 8rem;
    padding: 8rem 0;
  }
}
.section-bkg > * {
  position: relative;
  z-index: 2;
}
.section-bkg .container > *:first-child {
  margin-top: 0 !important;
}

.small {
  font-size: 0.8em;
  display: inline-block;
}

section:not(:first-child) {
  margin-top: 4rem;
}
@media screen and (min-width: 768px), print {
  section:not(:first-child) {
    margin-top: 10rem;
  }
}
section p.txt {
  margin-top: 0.8rem;
}
section .yellow,
section .blue {
  border-radius: 0.6rem;
  padding: 1.5rem;
}
@media screen and (min-width: 768px), print {
  section .yellow,
  section .blue {
    border-radius: 1.2rem;
    padding: 3rem;
  }
}
section .yellow {
  background-color: #FFF9EB;
  margin-top: 2rem;
}
@media screen and (min-width: 768px), print {
  section .yellow {
    margin-top: 4rem;
  }
}
section .blue {
  background-color: #EAF9FF;
  margin-top: 4rem;
}
@media screen and (min-width: 768px), print {
  section .blue {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767.98px) {
  section .blue .heading.--lv3::before {
    left: 0.1rem;
  }
}
section .blue + .blue {
  margin-top: 2rem;
}
@media screen and (min-width: 768px), print {
  section .blue + .blue {
    margin-top: 3rem;
  }
}
section .px-4 {
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 768px), print {
  section .px-4 {
    padding: 4rem 3rem;
  }
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1023.98px) {
  .sp_pd-0 {
    padding: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .sp_no-scroll {
    overflow: hidden;
  }
}

.mt-6 {
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .mt-6 {
    margin-top: 6rem;
  }
}

.header .logo {
  display: none;
}
@media screen and (min-width: 1024px), print {
  .header__nav {
    display: flex;
    align-items: center;
  }
  .header .logo {
    max-width: 18rem;
    display: flex;
  }
  .header .anchor-nav {
    flex: 1;
  }
}

@media screen and (max-width: 767.98px) {
  [lang=en] .category-ttl[data-type=plain] {
    aspect-ratio: auto;
  }
  [lang=en] .category-ttl__inner {
    position: relative;
    top: auto;
    transform: 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, .table.--fixed, .table.--scroll {
    border-collapse: collapse !important;
  }
  .table td, .table.--fixed td, .table.--scroll td,
  .table th,
  .table.--fixed th,
  .table.--scroll 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 {
    gap: 5rem !important;
    grid-template-columns: repeat(2, 1fr) 35rem repeat(3, 1fr) !important;
  }
  header {
    position: relative !important;
  }
}

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