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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ol,
ul {
  list-style: none;
}

ol,
ul,
dl {
  margin: 0;
}

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

dt {
  font-weight: 600;
}

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

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: 600;
}

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #333;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  a:focus-visible {
    outline: auto;
    outline: 1px solid #273da4;
    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: #1f1f1f;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

figure {
  margin: 0;
}

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

img {
  max-width: 100%;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 1.4rem;
  line-height: inherit;
  background: none;
  border-radius: 0;
  outline: none;
  color: #1f1f1f;
}
@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: #1f1f1f;
}
select:disabled::-ms-value {
  background: none;
  color: #1f1f1f;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.header {
  position: relative;
  z-index: 100;
}
.header__inner {
  background-color: #fff;
}
@media screen and (min-width: 1024px), print {
  .header__inner {
    display: flex;
    justify-content: space-between;
    column-gap: 3rem;
    padding: 1rem 0;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .header__inner {
    max-width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
    column-gap: 2rem;
  }
  .header__inner .header__logo {
    max-width: 50%;
  }
  .header__inner .header__logo .logo img {
    max-width: 13rem;
  }
}
.header__inner .btn {
  padding: 0.8rem 2rem 0.7rem;
  min-width: 9.7rem;
  background-color: #fff;
  border: 2px solid #273da4;
  color: #1f1f1f;
  justify-content: center;
  column-gap: 0;
  height: auto;
  line-height: 1.35;
  font-size: 1.4rem;
  min-height: 3.9rem;
}
@media screen and (min-width: 1024px), print {
  .header__inner .btn {
    background-color: #273da4;
    border-width: 1px;
    color: #fff;
  }
  .header__inner .btn:hover, .header__inner .btn:focus-visible {
    background-color: transparent;
    color: #273da4;
  }
  .header__inner .btn:hover svg path, .header__inner .btn:focus-visible svg path {
    fill: #1f1f1f;
  }
  .header__inner .btn:hover svg rect, .header__inner .btn:focus-visible svg rect {
    stroke: #1f1f1f;
  }
}
.header__inner a.btn svg path {
  fill: #fff;
}
.header__inner a.btn svg rect {
  stroke: #fff;
}
.header__logo .logo > a {
  display: flex;
  align-items: center;
}
.header__logo .logo > a.has-slogan {
  column-gap: 3rem;
}
.header__logo .logo > a.has-slogan .slogan {
  display: none;
  margin: 0;
}
@media screen and (min-width: 1024px), print {
  .header__logo .logo > a.has-slogan .slogan {
    display: flex;
    flex-direction: column;
  }
}
.header__logo .logo > a.has-slogan .slogan__txt {
  font-size: 1.2rem;
  line-height: 1;
}
.header__logo .logo > a.has-slogan .slogan__txt:not(:first-child) {
  margin-top: 0.8rem;
}
.header__logo .logo > a.has-slogan .slogan__txt small {
  font-size: 1rem;
}
.header__logo .logo > a.has-slogan .name-company {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (min-width: 1024px), print {
  .header__logo .logo > a.has-slogan .name-company {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .header__logo .logo > a.has-slogan {
    column-gap: 2rem;
  }
}
@media screen and (min-width: 1024px), print {
  .header__logo .logo > a:hover, .header__logo .logo > a:focus-visible {
    outline: 2px solid #556ee6;
    outline-offset: 0.5rem;
    border-radius: 0;
  }
}
.header__right {
  display: none;
}
@media screen and (min-width: 1024px), print {
  .header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 2.4rem;
  }
  .header__right--link {
    display: flex;
    align-items: center;
    column-gap: 2.4rem;
  }
  .header__right--link > .btn > svg {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .header__right {
    column-gap: 1.5rem;
  }
  .header__right--link {
    column-gap: 1.5rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .header__right--link {
    padding: 2rem 3rem;
  }
  .header__right--link > .btn > svg {
    width: 2rem;
  }
  .header__right--link > *:not(:first-child) {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1024px), print {
  .header__nav {
    border-top: 1px solid #273da4;
    border-bottom: 1px solid #273da4;
  }
}
.header__nav .nav {
  height: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .header__nav > .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023.98px) {
  .header > .container {
    padding: 0;
  }
  .header__inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #99a8f0;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    column-gap: 0.5rem;
  }
  .header__logo {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .header__logo .logo img {
    max-height: 4.2rem;
  }
}

.header__utility {
  background-color: #fff;
  display: flex;
  align-items: center;
  border: 1px solid #273da4;
  width: 4.75rem;
  height: 4.75rem;
}
@media screen and (min-width: 1024px), print {
  .header__utility {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8.4rem;
    height: 12rem;
    z-index: 100;
    background-color: #273da4;
    border-color: #fff;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.2);
  }
}
.header__utility .item {
  padding: 0.4rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 0.3rem;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  height: 100%;
  text-align: center;
  color: #273da4;
  line-height: 1.2;
}
.header__utility .item svg {
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
}
.header__utility .item:nth-child(2) {
  justify-content: center;
}
@media screen and (min-width: 1024px), print {
  .header__utility .item {
    row-gap: 1.2rem;
    text-align: center;
    font-size: 1.4rem;
    padding: 1rem;
    color: #fff;
    letter-spacing: 0.04em;
    line-height: 1.3;
  }
  .header__utility .item svg {
    width: 3.2rem;
  }
  .header__utility .item svg path {
    fill: #fff;
  }
  .header__utility .item:hover, .header__utility .item:focus-visible {
    text-decoration: underline;
    outline: none;
  }
}

@media screen and (max-width: 1023.98px) {
  .header__inner {
    transition: all 300ms;
    top: 0;
    width: 100%;
    height: 5.75rem;
  }
  .upmove .header__inner {
    position: fixed;
  }
  .downmove .header__inner {
    transform: translate(0, -100%);
  }
  .mn-open .downmove .header__inner {
    position: fixed;
    transform: translate(0, 0);
  }
}
.nav--link, .nav__item button {
  display: flex;
  color: #1f1f1f;
  background-color: transparent;
  font-weight: 400;
  font-size: 1.4rem;
  border: none;
  padding: 0;
  position: relative;
}
.nav--link .text, .nav__item button .text {
  font-weight: 700;
}
.nav--link .sub, .nav__item button .sub {
  font-size: 1.2rem;
  color: #5c5c5c;
  line-height: 1;
}
@media screen and (min-width: 1024px), print {
  .nav--link .sub, .nav__item button .sub {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1024px), print {
  .nav--link, .nav__item button {
    font-size: 1.4rem;
    padding: 0 1.5rem;
    transition-duration: 300ms;
  }
  [aria-expanded=true].nav--link::before, .nav__item button[aria-expanded=true]::before, .active.nav--link::before, .nav__item button.active::before {
    background-color: #273da4;
  }
  [aria-expanded=true].nav--link::after, .nav__item button[aria-expanded=true]::after, .active.nav--link::after, .nav__item button.active::after {
    rotate: 135deg;
    border-left-color: #fff;
    border-bottom-color: #fff;
    bottom: -3px;
    margin-left: -4px;
  }
}
@media screen and (min-width: 1024px), print {
  .nav--link:hover, .nav__item button:hover, .nav--link:focus-visible, .nav__item button:focus-visible {
    outline: none;
  }
  .nav--link:hover > .nav--text, .nav__item button:hover > .nav--text, .nav--link:focus-visible > .nav--text, .nav__item button:focus-visible > .nav--text {
    text-decoration: underline;
  }
}

.nav__lists {
  display: none;
  height: 100%;
  flex-direction: column;
}
@media screen and (min-width: 1024px), print {
  .nav__lists {
    border-left: 1px solid #273da4;
    flex-direction: row;
  }
  .nav__lists:not(.hamburger) {
    display: flex;
  }
  .nav__lists .nav__item {
    flex: 1;
    border-right: 1px solid #273da4;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .nav__lists .nav__item {
    flex: auto 1 1;
    max-width: 19%;
  }
}
.nav__lists.hamburger {
  display: block;
}
@media screen and (min-width: 1024px), print {
  .nav__lists.hamburger {
    display: none;
  }
}
@media screen and (min-width: 1024px), print {
  .nav__item > .nav--link {
    align-items: center;
    height: 100%;
    line-height: 1.75;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    padding-top: 0.6rem;
    padding-bottom: 2.5rem;
    position: relative;
    width: 100%;
  }
  .nav__item > .nav--link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.8rem;
    background-color: #eef1fd;
    transition: all 300ms;
    transform-origin: center;
  }
  .nav__item > .nav--link::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1rem;
    height: 1rem;
    border-left: 1px solid #273da4;
    border-bottom: 1px solid #273da4;
    bottom: 1.1rem;
    rotate: -45deg;
    transition: all 300ms;
  }
  .nav__item > .nav--link .nav--text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    line-height: 1.28;
  }
  .nav__item > .nav--link > .button--icon {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .nav__item > .nav--link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .nav__item > .nav--link br {
    display: none;
  }
}
.nav__item .icon svg {
  width: 2rem;
  height: 1.5rem;
}
.nav__item .icon svg path {
  fill: #273da4;
}
.nav__item.active > .nav--link {
  color: #273da4;
}
@media screen and (min-width: 1024px), print {
  .nav .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #f4f6fa;
    margin: 1px 0 0;
    z-index: 100;
  }
  .nav .dropdown-menu__inner {
    column-gap: 5.5rem;
    padding: 4.5rem 0;
    display: grid;
    grid-template-columns: 230px 1fr;
  }
  .nav .dropdown-menu button.--close {
    position: absolute;
    top: 3rem;
    right: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 0.5rem;
    border: none;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px), print {
  .nav .dropdown-menu button.--close {
    transition: none;
  }
  .nav .dropdown-menu button.--close:hover, .nav .dropdown-menu button.--close:focus-visible {
    outline: none;
    text-decoration: underline;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1199.98px) {
  .nav .dropdown-menu button.--close {
    top: 2rem;
    right: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .nav .dropdown-menu > .container {
    max-width: 100%;
  }
  .nav .dropdown-menu__inner {
    column-gap: 3.5rem;
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1024px), print {
  .nav .dropdown__ttl {
    background-color: #fff;
    padding: 2.4rem 0;
  }
  .nav .dropdown__ttl .nav--link {
    column-gap: 1.5rem;
    padding: 0;
    font-size: 2.8rem;
    font-weight: 700;
    align-items: center;
    color: #273da4;
  }
  .nav .dropdown__ttl .nav--link .item--icon {
    display: inline-flex;
  }
  .nav .dropdown__ttl .nav--link br {
    display: none;
  }
  .nav .dropdown__ttl .nav--link:hover, .nav .dropdown__ttl .nav--link:focus-visible {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .nav .dropdown__ttl .nav--link {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px), print {
  .nav .dropdown__ttl .icon {
    width: 2.8rem;
    height: 2.8rem;
    background-color: #273da4;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav .dropdown__ttl .icon svg path {
    fill: #fff;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1199.98px) {
  .nav .dropdown__ttl .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px), print {
  .nav .dropdown__list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 6rem;
    margin: 4rem 0;
  }
  .nav .dropdown__list--item {
    width: calc((100% - 12rem) / 3);
    border-bottom: 0.1rem solid #1f1f1f;
  }
  .nav .dropdown__list--item .nav--link {
    padding: 0 0 1.5rem 0;
    justify-content: space-between;
    column-gap: 1.5rem;
    font-size: 1.6rem;
  }
  .nav .dropdown__list--item .nav--link .icon svg {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .nav .dropdown__list--item .nav--link {
    padding-bottom: 1.5rem;
    column-gap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px), print {
  .nav .dropdown__list--item .nav--link:hover, .nav .dropdown__list--item .nav--link:focus-visible {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1024px), print {
  .nav .dropdown__list--child {
    display: none !important;
  }
}

@media screen and (min-width: 1024px), print {
  .menu-btn {
    display: none;
  }
}
@media screen and (max-width: 1023.98px) {
  .header__nav {
    position: fixed;
    top: 5.85rem;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    left: 0;
    padding: 0;
    -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__nav > .container {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .header__nav > .container .header__right--link {
    order: -1;
  }
  .header__nav .nav {
    background-color: #eef1fd;
  }
  .header__nav .nav--link {
    padding: 1.9rem 2rem;
    width: 100%;
    column-gap: 1rem;
    align-items: center;
    font-weight: 700;
  }
  .header__nav .nav--link .item--icon {
    display: none;
  }
  .header__nav .nav--link br {
    display: none;
  }
  .header__nav .nav--link .nav--img {
    display: none;
  }
  .header__nav .nav--link > .button--icon {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.4rem;
    height: 1.4rem;
  }
  .header__nav .nav--link > .button--icon::before, .header__nav .nav--link > .button--icon::after {
    content: "";
    height: 0.2rem;
    width: 100%;
    background-color: #273da4;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    transition: all 300ms;
  }
  .header__nav .nav--link > .button--icon::after {
    transform: rotate(90deg);
    margin-top: -1px;
  }
  .header__nav .nav--link[aria-expanded=true] > .button--icon::after {
    transform: rotate(0);
    opacity: 0;
  }
  .header__nav .nav--link .icon {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    display: none;
  }
  .menu-btn {
    background-color: #273da4;
    position: relative;
    z-index: 2;
    height: 4.75rem;
    width: 4.75rem;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    transition-duration: 300ms;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 0.5rem;
    border: none;
    padding: 1rem;
    transition: all 300ms;
  }
  .menu-btn .--bar {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    width: 100%;
    max-width: calc(100% - 1.5rem);
    height: 3rem;
    justify-content: center;
  }
  .menu-btn .--bar .line {
    margin: 0;
  }
  .menu-btn .--bar > span {
    display: flex;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: all 0.3s linear;
    position: relative;
    top: 0;
    transition-duration: 300ms;
  }
  .menu-btn .--txt {
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: 0.06em;
    font-weight: 400;
    transition-duration: 300ms;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    white-space: nowrap;
  }
  .menu-btn .--txt > span:last-child {
    display: none;
  }
}
@media screen and (max-width: 1023.98px) and (max-width: 767.98px) {
  .menu-btn .--txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .menu-btn[aria-expanded=true] {
    justify-content: space-evenly;
    background-color: #b30d10;
  }
  .menu-btn[aria-expanded=true] .--bar .line:first-child {
    rotate: 45deg;
    top: 0.7rem;
  }
  .menu-btn[aria-expanded=true] .--bar .line:nth-child(2) {
    opacity: 0;
  }
  .menu-btn[aria-expanded=true] .--bar .line:last-child {
    rotate: -45deg;
    top: -0.5rem;
  }
  .menu-btn[aria-expanded=true] .--txt > span:first-child {
    display: none;
  }
  .menu-btn[aria-expanded=true] .--txt > span:last-child {
    display: block;
  }
  .mn-open body {
    overflow-y: hidden;
  }
  .mn-open .header__nav {
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1) 0s;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1) 0s;
    height: 100vh;
    padding-bottom: 15.8rem;
  }
  .mn-open .header__nav .search {
    padding: 2rem;
  }
  .mn-open .nav__item {
    border-bottom: 1px solid #c2c2c2;
  }
  .mn-open .nav__item:first-child {
    border-top: 1px solid #c2c2c2;
  }
  .mn-open .nav__item .dropdown-menu {
    border-top: 1px solid #c2c2c2;
    background-color: #fff;
  }
  .mn-open .nav__item .dropdown-menu .container {
    padding: 0;
  }
  .mn-open .nav__item .dropdown__list {
    margin: 0;
  }
  .mn-open .nav__item .dropdown__list--item {
    border-bottom: 1px solid #c2c2c2;
  }
  .mn-open .nav__item .dropdown__list--item:last-child {
    border-bottom: none;
  }
  .mn-open .nav__item .dropdown__list--item.dropdown-child {
    position: relative;
  }
  .mn-open .nav__item .dropdown__list--item.dropdown-child .trigger {
    position: absolute;
    right: 0.4rem;
    top: 0.5rem;
    transform: none;
    z-index: 10;
    cursor: pointer;
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mn-open .nav__item .dropdown__list--item.dropdown-child .trigger::before, .mn-open .nav__item .dropdown__list--item.dropdown-child .trigger::after {
    content: "";
    height: 0.2rem;
    width: 1.4rem;
    background-color: #273da4;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 300ms;
  }
  .mn-open .nav__item .dropdown__list--item.dropdown-child .trigger::after {
    transform: rotate(90deg);
    margin-top: -1px;
    margin-left: -0.7rem;
  }
  .mn-open .nav__item .dropdown__list--item.dropdown-child .trigger[aria-expanded=true]::after {
    transform: rotate(0);
    opacity: 0;
  }
  .mn-open .nav__item .dropdown__list--item .nav--link {
    text-decoration: underline;
  }
  .mn-open .nav__item .dropdown__list--item.active > .nav--link {
    color: #273da4;
  }
  .mn-open .nav__item .dropdown__list--child {
    margin: 0;
    display: none;
  }
  .mn-open .nav__item .dropdown__list--child .child__item {
    border-top: 1px solid #c2c2c2;
    padding-left: 1.5rem;
  }
  .mn-open .nav__item .dropdown__list--child .child__item.active > .nav--link {
    color: #273da4;
  }
  .mn-open .nav__item .dropdown__ttl {
    background-color: #fff4f4;
    border-left: 2px solid #273da4;
    border-bottom: 1px solid #c2c2c2;
  }
  .mn-open .nav__item .dropdown__ttl .nav--link {
    text-decoration: underline;
  }
  .nav .dropdown-menu .button.--close {
    display: none;
  }
}
.footer {
  background-color: #f4f6fa;
  color: #1f1f1f;
  padding: 5rem 0 9rem;
  position: relative;
  border-top: 0.3rem solid #273da4;
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .footer__nav {
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px), print {
  .footer__nav .nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 1.6rem;
  }
  .footer__nav .nav-list:first-child {
    row-gap: 1.5rem;
  }
  .footer__nav .nav-list__item {
    width: calc((100% - 3.2rem) / 3);
  }
}
@media screen and (min-width: 1200px), print {
  .footer__nav .nav-list {
    column-gap: 1.6rem;
  }
  .footer__nav .nav-list__item {
    width: calc((100% - 4.8rem) / 4);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .footer__nav .nav-list {
    margin-top: 1.5rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .footer__nav .nav-list::before, .footer__nav .nav-list::after {
    content: "";
    clear: both;
  }
  .footer__nav .nav-list__item {
    float: left;
    width: calc((100% - 4rem) / 2);
    margin: 0 1rem 1.5rem;
  }
  .footer__nav .nav-list + .nav-list {
    margin-top: 0;
  }
  .footer__nav .nav-list + .nav-list::before {
    content: "";
    clear: both;
  }
  .footer__nav .nav-list:first-child .nav-list__item:nth-child(6) {
    height: 6.6rem;
  }
  .footer__nav .nav-list:first-child .nav-list__item:nth-child(6) .item {
    height: 100%;
  }
}
.footer__nav .nav-list__item > a {
  color: #1f1f1f;
  transition: all 300ms;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #5c5c5c;
  padding-bottom: 1.5rem;
  align-items: center;
}
.footer__nav .nav-list__item > a svg {
  width: 1.8rem;
  height: 1.8rem;
}
@media screen and (min-width: 1024px), print {
  .footer__nav .nav-list__item > a {
    padding-right: 1rem;
    padding-bottom: 2rem;
    align-items: flex-end;
  }
  .footer__nav .nav-list__item > a:hover, .footer__nav .nav-list__item > a:focus-visible {
    text-decoration: none;
    border-bottom-color: transparent;
    outline: none;
  }
  .footer__nav .nav-list__item > a svg {
    width: 2.8rem;
    height: 2.2rem;
  }
}
.footer__nav .nav-list__child {
  margin: 1.5rem 0;
  display: none;
}
.footer__nav .nav-list__child--item:not(:first-child) {
  margin-top: 0.8rem;
}
.footer__nav .nav-list__child--item a {
  font-size: 1.4rem;
  color: #5c5c5c;
  text-decoration: underline;
  transition: all 300ms;
}
@media screen and (min-width: 1024px), print {
  .footer__nav .nav-list__child--item a:hover, .footer__nav .nav-list__child--item a:focus-visible {
    text-decoration: none;
    outline: none;
  }
}
@media screen and (min-width: 1024px), print {
  .footer__nav .nav-list__child {
    margin-bottom: 8rem;
    display: block;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .footer__nav .nav-list__child {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .footer__nav .nav-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.5rem;
    flex-direction: column;
  }
  .footer__nav .nav-list + .nav-list {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1024px), print {
  .footer__nav .nav-list:first-child .nav-list__item:nth-child(6) > a, .footer__nav .nav-list:first-child .nav-list__item:nth-child(7) > a {
    min-height: 7.1rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1199.98px) {
  .footer__nav .nav-list:first-child .nav-list__item:nth-child(4) > a {
    min-height: 7.1rem;
  }
}
@media screen and (min-width: 1024px), print {
  .footer__nav .nav-list:last-child .nav-list__item {
    display: flex;
    flex-direction: column;
  }
  .footer__nav .nav-list:last-child .nav-list__item a {
    flex-grow: 1;
  }
}
.footer__nav + .footer__inner {
  margin-top: 4rem;
}
@media screen and (min-width: 1024px), print {
  .footer__nav + .footer__inner {
    margin-top: 8rem;
  }
}
.footer__inner--right {
  margin-top: 3rem;
}
@media screen and (min-width: 1024px), print {
  .footer__inner {
    display: flex;
    justify-content: space-between;
    column-gap: 2rem;
  }
  .footer__inner--left {
    width: 48rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .footer__inner--left {
    width: 39rem;
  }
}
@media screen and (min-width: 1024px), print {
  .footer__inner--right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 0;
  }
}
.footer__inner .link {
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px), print {
  .footer__inner .link {
    list-style: none;
  }
  .footer__inner .link__item {
    float: left;
    margin: 0 2rem 1rem;
    width: auto;
  }
  .footer__inner .link__item:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
  .footer__inner .link__item:first-child {
    margin-left: 0;
  }
  .footer__inner .link__item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .footer__inner .link {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
  }
}
.footer__inner .link__item {
  position: relative;
}
.footer__inner .link__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  background-color: #1f1f1f;
}
@media screen and (min-width: 1024px), print {
  .footer__inner .link__item:not(:last-child)::after {
    right: -2rem;
  }
}
@media screen and (min-width: 1024px), print {
  .footer__inner .link__item a:hover, .footer__inner .link__item a:focus-visible {
    text-decoration: underline;
    outline: none;
  }
}
.footer__inner .link__item a {
  display: flex;
}
.footer__inner .link + .link {
  margin-top: 1rem;
}
@media screen and (min-width: 1024px), print {
  .footer__inner .link + .link {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .footer__inner--right {
    margin-top: 3rem;
  }
}
.footer__info .txt {
  margin: 0;
}
.footer__info .logo {
  font-size: 1.4rem;
}
.footer__info .logo .txt {
  margin-top: 1rem;
}
.footer__info .logo .txt:first-child {
  margin-top: 0;
}
.footer__info .logo .txt small {
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px), print {
  .footer__info .logo .txt {
    margin-top: 0;
  }
}
.footer__info .logo .company {
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px), print {
  .footer__info .logo .company {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .footer__info .logo {
    margin-bottom: 2.4rem;
  }
}
.footer__info .address,
.footer__info .guide-map {
  font-size: 1.3rem;
  color: #5c5c5c;
}
@media screen and (max-width: 1023.98px) {
  .footer__info .guide-map svg {
    width: auto;
    flex-shrink: 0;
    height: 1rem;
  }
}
.footer__sns {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3rem;
}
@media screen and (min-width: 1024px), print {
  .footer__sns {
    margin-top: 2rem;
  }
  .footer__sns a:hover, .footer__sns a:focus-visible {
    outline: 3px solid #377ab1;
    outline-offset: 0;
    border-radius: 1px;
  }
}
@media screen and (min-width: 1200px), print {
  .footer__sns {
    column-gap: 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .footer__sns a img {
    max-height: 3.5rem;
  }
}
.footer__copyright {
  text-align: right;
  color: #5c5c5c;
  font-size: 1.4rem;
}
@media screen and (max-width: 1023.98px) {
  .footer__copyright {
    text-align: center;
    margin-top: 3rem;
  }
  .footer__copyright:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 1499.98px) {
  .footer {
    padding-bottom: 11rem;
  }
}

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

.category-ttl {
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px), print {
  .category-ttl {
    margin-bottom: 4rem;
  }
}
.category-ttl img {
  width: 100%;
}
.category-ttl__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-height: 10rem;
}
@media screen and (min-width: 1200px), print {
  .category-ttl__inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
}
.category-ttl__inner .ttl {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #1f1f1f;
  position: relative;
}
@media screen and (min-width: 1024px), print {
  .category-ttl__inner .ttl {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .category-ttl__inner .ttl {
    font-size: 3.2rem;
  }
}
.category-ttl[data-type=plain] {
  background: #eef1fd;
  position: relative;
}
@media screen and (min-width: 1200px), print {
  .category-ttl[data-type=plain] {
    aspect-ratio: 12/1;
  }
}
.category-ttl[data-type=plain] .category-ttl__inner {
  height: 100%;
}
.category-ttl[data-type=plain] .subttl {
  margin-top: 1.5rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  .category-ttl[data-type=plain] .subttl {
    font-size: 2rem;
    margin-top: 0.5rem;
  }
}

.breadcrumb {
  margin: 1.5rem 0;
  font-size: 1.4rem;
}
.breadcrumb__item {
  color: #1f1f1f;
  display: inline;
  line-height: 1.8;
}
.breadcrumb__item:not(:last-of-type) {
  position: relative;
  padding-right: 1rem;
}
.breadcrumb__item:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.1rem solid #5c5c5c;
  border-right: 0.1rem solid #5c5c5c;
  rotate: 45deg;
  margin-left: 1.2rem;
  vertical-align: 1px;
}
.breadcrumb__item a {
  color: #273da4;
  text-decoration: underline;
  transition-duration: 300ms;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px), print {
  .breadcrumb__item a {
    position: relative;
  }
  .breadcrumb__item a {
    transition-duration: 0.3s;
  }
  .breadcrumb__item a {
    text-decoration: underline;
  }
  .breadcrumb__item a:focus-visible {
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px) and (hover: hover), print and (hover: hover) {
  .breadcrumb__item a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px) and (hover: none), print and (hover: none) {
  .breadcrumb__item a:active {
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px), print {
  .breadcrumb__item a:focus-visible:focus-visible {
    outline: none;
  }
}
@media screen and (min-width: 1024px) and (hover: hover), print and (hover: hover) {
  .breadcrumb__item a:hover:focus-visible {
    outline: none;
  }
}
@media screen and (min-width: 1024px) and (hover: none), print and (hover: none) {
  .breadcrumb__item a:active:focus-visible {
    outline: none;
  }
}

.heading {
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #1f1f1f;
  margin: 1.5rem 0;
}
@media screen and (min-width: 768px), print {
  .heading {
    margin: 3rem 0 2rem;
  }
}
.heading.--lv2 {
  position: relative;
  margin: 2rem 0 1.5rem;
  border-bottom: 1px solid #99a8f0;
  padding-bottom: 0.7rem;
  padding-left: 1rem;
  font-weight: 700;
  font-size: 2.2rem;
}
.heading.--lv2 + .--lv2 {
  margin-top: 1.5rem;
}
.heading.--lv2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0.8rem;
  width: 0.3rem;
  background-color: #556ee6;
}
@media screen and (min-width: 768px), print {
  .heading.--lv2 {
    margin: 4rem 0 2rem;
    padding-left: 2.5rem;
    padding-bottom: 1.4rem;
    font-size: 3.2rem;
  }
  .heading.--lv2 + .--lv2 {
    margin-top: 2rem;
  }
  .heading.--lv2::before {
    width: 0.5rem;
    bottom: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .heading.--lv2 {
    padding-left: 2rem;
    padding-bottom: 1rem;
    font-size: 2.8rem;
  }
}
.heading.--lv3 {
  font-size: 2rem;
  position: relative;
  padding: 0.4rem 1rem;
  background-color: #eef1fd;
}
.heading.--lv3::before {
  content: "";
  position: absolute;
  width: 0.2rem;
  top: 0.4rem;
  bottom: 0.4rem;
  left: 0;
  background-color: #556ee6;
}
@media screen and (min-width: 768px), print {
  .heading.--lv3 {
    font-size: 2.8rem;
    padding: 0.6rem 2rem;
  }
  .heading.--lv3::before {
    width: 0.3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .heading.--lv3 {
    font-size: 2.4rem;
    padding: 0.4rem 1.5rem;
  }
}
.heading.--lv3 > a {
  color: #1f1f1f;
  transition: all 300ms;
}
@media screen and (min-width: 1024px), print {
  .heading.--lv3 > a:hover, .heading.--lv3 > a:focus-visible {
    outline: none;
    color: #556ee6;
  }
}
.heading.--lv4 {
  background-color: #f4f6fa;
  padding: 0.3rem 1rem;
  color: #273da4;
  font-size: 1.7rem;
}
@media screen and (min-width: 1024px), print {
  .heading.--lv4 {
    font-size: 2.4rem;
    padding: 0.4rem 2rem;
  }
}
.heading.--lv5 {
  position: relative;
  padding-left: 1.1rem;
  font-size: 1.5rem;
}
.heading.--lv5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
  background-color: #556ee6;
}
@media screen and (min-width: 1024px), print {
  .heading.--lv5 {
    padding-left: 1.7rem;
    font-size: 2rem;
  }
  .heading.--lv5::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}

*:not(.heading) + .heading.--lv2 {
  margin-top: 4rem;
}
@media screen and (min-width: 768px), print {
  *:not(.heading) + .heading.--lv2 {
    margin-top: 5rem;
  }
}
*:not(.heading) + .heading.--lv3 {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px), print {
  *:not(.heading) + .heading.--lv3 {
    margin-top: 6rem;
  }
}

.btn {
  border: 0.2rem solid #556ee6;
  border-radius: 0.4rem;
  background-color: #fff;
  color: #1f1f1f;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 2rem;
  font-weight: 400;
  line-height: 1.5;
  transition: all 300ms;
  letter-spacing: 0.04em;
  position: relative;
  min-width: 50%;
  height: 100%;
}
.btn .btn-arw svg circle,
.btn .btn-arw svg path {
  transition: all 300ms;
}
.btn .btn--txt .icon--out {
  transition: all 300ms;
}
@media screen and (min-width: 1024px), print {
  .btn {
    padding: 2rem 2.5rem;
    min-width: 30rem;
    border-radius: 0.8rem;
  }
  .btn:hover, .btn:focus-visible {
    background-color: #273da4;
    border-color: #273da4;
    color: #fff;
    outline: none;
    border-radius: 0.8rem;
  }
  .btn:hover .btn-arw svg circle, .btn:focus-visible .btn-arw svg circle {
    fill: #fff;
  }
  .btn:hover .btn-arw svg path, .btn:focus-visible .btn-arw svg path {
    fill: #273da4;
    stroke: #273da4;
  }
  .btn:hover .btn--txt .icon--out svg rect, .btn:focus-visible .btn--txt .icon--out svg rect {
    stroke: #fff;
  }
  .btn:hover .btn--txt .icon--out svg path, .btn:focus-visible .btn--txt .icon--out svg path {
    fill: #fff;
  }
}
@media screen and (max-width: 767.98px) {
  .btn {
    width: 100%;
  }
}

.btn--txt small {
  font-weight: 400;
}

.btn-list {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3rem;
}
.btn-list .btn {
  width: 100%;
}
.btn-list.align-center {
  align-items: center;
}
.btn-list.align-right {
  align-items: flex-end;
}
.btn-list.--col1 {
  flex-direction: column;
}
@media screen and (min-width: 768px), print {
  .btn-list {
    margin-top: 4rem;
    row-gap: 2.8rem;
  }
  .btn-list.--col1 .btn-list__item {
    max-width: 64rem;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .btn-list.--col1 .btn-list__item {
    max-width: 32rem;
  }
}
@media screen and (min-width: 768px), print {
  .btn-list.--col2 {
    column-gap: 4.8rem;
  }
  .btn-list.--col2 .btn-list__item {
    width: calc((100% - 4.8rem) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .btn-list.--col2 {
    column-gap: 3rem;
    row-gap: 2rem;
  }
  .btn-list.--col2 .btn-list__item {
    width: calc((100% - 3rem) / 2);
  }
}
@media screen and (min-width: 768px), print {
  .btn-list.--col3 {
    column-gap: 4.2rem;
  }
  .btn-list.--col3 .btn-list__item {
    width: calc((100% - 8.4rem) / 3);
  }
  .btn-list.--col3 .btn {
    min-width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .btn-list.--col3 {
    column-gap: 2.5rem;
    row-gap: 2rem;
  }
  .btn-list.--col3 .btn-list__item {
    width: calc((100% - 5rem) / 3);
  }
}
@media screen and (max-width: 767.98px) {
  .btn-list .btn-list__item {
    width: 100%;
  }
}

.btn-action {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (min-width: 768px), print {
  .btn-action {
    margin-top: 6rem;
  }
}
.btn-action.align-center {
  justify-content: center;
}

.--icons.--col2 {
  gap: 4rem;
}
.--icons.--col2 .btn-list__item {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 1023.98px) {
  .--icons.--col2 {
    gap: 2rem;
  }
  .--icons.--col2 .btn-list__item {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 767.98px) {
  .--icons.--col2 {
    gap: 1rem;
  }
  .--icons.--col2 .btn-list__item {
    width: 100%;
  }
}
.--icons .btn {
  padding: 1.5rem;
}
@media screen and (min-width: 1024px), print {
  .--icons .btn {
    padding: 2rem 3rem 2rem 3.4rem;
  }
  .--icons .btn:hover, .--icons .btn:focus-visible {
    background-color: #fff;
    color: #1f1f1f;
    text-decoration: underline;
  }
  .--icons .btn:hover .btn-arw svg circle, .--icons .btn:focus-visible .btn-arw svg circle {
    fill: #273da4;
  }
  .--icons .btn:hover .btn-arw svg path, .--icons .btn:focus-visible .btn-arw svg path {
    fill: #fff;
    stroke: #fff;
  }
  .--icons .btn:hover .btn--txt .icon--out svg rect, .--icons .btn:focus-visible .btn--txt .icon--out svg rect {
    stroke: #273da4;
  }
  .--icons .btn:hover .btn--txt .icon--out svg path, .--icons .btn:focus-visible .btn--txt .icon--out svg path {
    fill: #273da4;
  }
}
.--icons .btn--wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 576px), print {
  .--icons .btn--wrap {
    gap: 2rem;
  }
}
@media screen and (min-width: 1024px), print {
  .--icons .btn--wrap {
    gap: 3.2rem;
  }
}
.--icons .btn--wrap::after {
  position: absolute;
  content: "";
  width: 0.2rem;
  height: 100%;
  background-color: #556ee6;
  left: 4rem;
  top: 0;
}
@media screen and (min-width: 576px), print {
  .--icons .btn--wrap::after {
    left: 5rem;
  }
}
@media screen and (min-width: 768px), print {
  .--icons .btn--wrap::after {
    left: 6rem;
  }
}
@media screen and (min-width: 1024px), print {
  .--icons .btn--wrap::after {
    width: 0.2rem;
    left: 8.3rem;
  }
}
.--icons .btn--wrap .btn--txt {
  flex: 1;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.57;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px), print {
  .--icons .btn--wrap .btn--txt {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.--icons .btn--icon {
  display: inline-block;
  width: 4rem;
}
@media screen and (min-width: 576px), print {
  .--icons .btn--icon {
    width: 5rem;
  }
}
@media screen and (min-width: 768px), print {
  .--icons .btn--icon {
    width: 6rem;
  }
}
@media screen and (min-width: 1024px), print {
  .--icons .btn--icon {
    width: 8.3rem;
  }
}
.--icons .btn--icon img {
  max-width: 2.9rem;
}
@media screen and (min-width: 576px), print {
  .--icons .btn--icon img {
    max-width: 3.3rem;
  }
}
@media screen and (min-width: 768px), print {
  .--icons .btn--icon img {
    max-width: 4.1rem;
  }
}
@media screen and (min-width: 1024px), print {
  .--icons .btn--icon img {
    max-width: 5.2rem;
  }
}

table {
  caption-side: top;
  border-bottom: 1px solid #c2c2c2;
}
table table {
  margin-bottom: 0;
  border-bottom: none;
  margin: -1px;
  top: -1px;
  position: relative;
  width: calc(100% + 2px) !important;
}
table tr > *:first-child {
  border-left: 1px solid #c2c2c2;
}
table th,
table td {
  border-top: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  padding: 1.5rem;
}
table th > *:first-child,
table td > *:first-child {
  margin-top: 0;
}
table th {
  font-weight: 700;
  text-align: left;
  background: #f4f6fa;
}
@media screen and (min-width: 1024px), print {
  table th {
    padding: 2rem;
  }
}
table th .txt a {
  text-decoration: none;
  color: #1f1f1f;
}
table td {
  background: #fff;
}
@media screen and (min-width: 1024px), print {
  table td {
    padding: 2rem;
  }
}
table td .img-list {
  margin-top: 2rem;
}
@media screen and (min-width: 768px), print {
  table td .img-list.--col3 {
    column-gap: 3.4rem;
  }
  table td .img-list.--col3 .img-list__item {
    width: calc((100% - 6.8rem) / 3);
  }
}
table td .def-list {
  margin-top: 2rem;
}
@media screen and (min-width: 768px), print {
  table td .def-list.--wide .def-list__ttl {
    max-width: 21rem;
  }
  table td .def-list:not(.--wide) .def-list__item {
    flex-direction: column;
  }
  table td .def-list:not(.--wide) .def-list__ttl {
    width: 100%;
    max-width: none;
  }
  table td .def-list:not(.--wide) .def-list__ttl::after {
    display: none;
  }
}
table strong {
  font-weight: 700;
  color: #b30d10;
}
table em {
  font-weight: 700;
  font-style: normal;
}
table caption {
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
  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.6rem;
  }
}

.table__wrap {
  margin-top: 2rem;
}
@media screen and (min-width: 768px), print {
  .table__wrap {
    margin-top: 3rem;
  }
}
.table__wrap p.caption {
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.6rem;
  margin-top: 1rem;
  font-size: 1.3rem;
}
.table__wrap p.caption.align-right {
  text-align: right;
}
.table__wrap p.caption.align-center {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .table__wrap p.caption {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
}
.table-caption {
  line-height: 1.4;
  font-size: 1.2rem;
  margin-top: 0.6rem;
}
.table-caption.align-right {
  text-align: right;
}
.table-caption.align-center {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .table-caption {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}
.table.--fixed table {
  width: 100%;
  table-layout: fixed;
}
@media screen and (min-width: 768px), print {
  .table.--fixed table tr > *:first-child {
    border-left: 1px solid #c2c2c2;
  }
  .table.--fixed table th {
    width: 25.5%;
    max-width: 300px;
  }
}
@media screen and (max-width: 767.98px) {
  .table.--fixed table th,
  .table.--fixed table td {
    display: block;
    width: 100%;
    border-left: 1px solid #c2c2c2;
  }
}
@media screen and (max-width: 767.98px) {
  .table.--fixed table {
    width: 100%;
  }
}
@media screen and (min-width: 1024px), print {
  .table.--fixed table .img-list.--col .--center .img img {
    max-width: 40%;
  }
}
.table.--scroll {
  height: auto;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0.1rem;
}
.table.--scroll table {
  width: auto;
  margin-bottom: 0;
}
.table.--scroll table th {
  min-width: 12rem;
  width: 25.5%;
  max-width: 300px;
}
.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: #c2c2c2;
  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.--wys > table > tbody > tr > td {
  padding: 0;
}

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

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

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

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

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

.img-list {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.img-list__item.--center .img {
  margin: 0 auto;
}
.img-list__item figcaption a {
  color: #273da4;
  text-decoration: underline;
  transition: all 300ms;
}
@media screen and (min-width: 1024px), print {
  .img-list__item figcaption a:hover, .img-list__item figcaption a:focus-visible {
    text-decoration: none;
  }
}
.img-list.--col1 {
  flex-direction: column;
  row-gap: 1.5rem;
}
.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: 5rem;
  }
  .img-list.--col2 {
    gap: 4rem;
  }
  .img-list.--col2 .img-list__item {
    width: calc((100% - 4rem) / 2);
  }
  .img-list.--col3 {
    gap: 4rem 4.2rem;
  }
  .img-list.--col3 .img-list__item {
    width: calc((100% - 8.4rem) / 3);
  }
  .img-list.--col4 {
    gap: 4rem 3.2rem;
  }
  .img-list.--col4 .img-list__item {
    width: calc((100% - 9.6rem) / 4);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .img-list.--col1 {
    row-gap: 3rem;
  }
  .img-list.--col2 {
    gap: 3rem;
  }
  .img-list.--col2 .img-list__item {
    width: calc((100% - 3rem) / 2);
  }
  .img-list.--col3 {
    gap: 3rem 2.2rem;
  }
  .img-list.--col3 .img-list__item {
    width: calc((100% - 4.4rem) / 3);
  }
  .img-list.--col4 {
    gap: 3rem 2rem;
  }
  .img-list.--col4 .img-list__item {
    width: calc((100% - 6rem) / 4);
  }
}
.img-list a.item figcaption {
  text-decoration: underline;
  color: #273da4;
  transition: all 300ms;
}
@media screen and (min-width: 1024px), print {
  .img-list a.item:hover figcaption, .img-list a.item:focus-visible figcaption {
    text-decoration: none;
  }
}
.img-list.--col .--center .img {
  text-align: center;
}
.img-list.--col .--center figcaption {
  text-align: left;
}

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

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

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

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

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

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

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

.list__item {
  display: flex;
  line-height: 1.5625;
}
.list__item:not(:first-of-type) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px), print {
  .list__item:not(:first-of-type) {
    margin-top: 0.6rem;
  }
}
.list__item::before, .list__item__mark {
  flex-shrink: 0;
}
.list__item__content {
  width: 100%;
}
.list__item__content strong {
  font-weight: 700;
  color: #b30d10;
}
.list__item__content em {
  font-weight: 700;
}
.list__item__content a {
  color: #273da4;
  text-decoration: underline;
  transition: all 300ms;
}
.list__item__content a[class*=icon--] {
  display: inline;
}
@media screen and (min-width: 1024px), print {
  .list__item__content a {
    position: relative;
  }
  .list__item__content a {
    transition-duration: 0.3s;
  }
  .list__item__content a {
    text-decoration: underline;
  }
  .list__item__content a:focus-visible {
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px) and (hover: hover), print and (hover: hover) {
  .list__item__content a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px) and (hover: none), print and (hover: none) {
  .list__item__content a:active {
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px), print {
  .list__item__content a:focus-visible:focus-visible {
    outline: none;
  }
}
@media screen and (min-width: 1024px) and (hover: hover), print and (hover: hover) {
  .list__item__content a:hover:focus-visible {
    outline: none;
  }
}
@media screen and (min-width: 1024px) and (hover: none), print and (hover: none) {
  .list__item__content a:active:focus-visible {
    outline: none;
  }
}
.list__item__content-inner {
  width: 100%;
  padding: 0 0 3rem 1em;
}
.list__item__content-inner > *:first-child {
  margin-top: 0.4rem;
}
.list__item:last-child .list__item__content-inner {
  padding-bottom: 0;
}
.list.list--child {
  margin-top: 1rem;
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .list.list--child {
    margin-top: 0.6rem;
  }
}
@media screen and (min-width: 768px), print {
  .list.--col2 {
    display: flex;
    flex-wrap: wrap;
    gap: 2.8rem 4.8rem;
  }
  .list.--col2 > .list__item {
    width: calc((100% - 4.8rem) / 2);
  }
  .list.--col2 > .list__item:not(:first-of-type) {
    margin-top: 0;
  }
}
.list.--disc > .list__item::before {
  width: 1.4rem;
  content: "・";
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px), print {
  .list.--disc > .list__item::before {
    width: 2rem;
  }
}
.list.--decimal {
  counter-reset: list-cnt;
}
.list.--decimal > .list__item::before {
  content: counter(list-cnt) ".";
  counter-increment: list-cnt;
  width: 2.5rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px), print {
  .list.--decimal > .list__item::before {
    width: 3rem;
  }
}
.text-img {
  margin-top: 2rem;
}
.text-img__content > *:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px), print {
  .text-img {
    margin-top: 3rem;
  }
  .text-img .img {
    width: 46.9%;
    max-width: 43.8rem;
  }
  .text-img .img.--small {
    max-width: 24rem;
    width: 28.86%;
  }
  .text-img .img.--large {
    max-width: 51.6rem;
  }
  .text-img .img .img-box::before {
    aspect-ratio: 12/9;
  }
  .text-img .img.--vertical {
    width: 19.31%;
    max-width: 18rem;
  }
  .text-img .img.--vertical .img-box::before {
    aspect-ratio: 3/4;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .text-img .img {
    width: 42%;
    max-width: 40rem;
  }
}
@media screen and (min-width: 768px), print {
  .text-img.--right {
    overflow: hidden;
  }
  .text-img.--right .img {
    float: right;
    margin-right: 0;
    margin-left: 3rem;
  }
  .text-img:not(.--right) {
    display: flex;
    column-gap: 3rem;
  }
  .text-img:not(.--right) .img {
    flex-shrink: 0;
  }
  .text-img:not(.--right) .text-img__content {
    flex: 1;
  }
}
@media screen and (max-width: 767.98px) {
  .text-img {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .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: 22.4rem;
  }
  .text-img .img.--small {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .text-img .img.--small .img-box {
    width: 100%;
    display: inline-flex;
  }
  .text-img .img.--small .img-box img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .text-img .img.--small .img-box::before {
    display: none;
  }
}

.slider.splide .splide__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.slider.splide .splide__arrow {
  background: none;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 300ms;
  border-radius: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  opacity: 1;
  background-color: #273da4;
  border-radius: 50%;
}
.slider.splide .splide__arrow--prev {
  rotate: 180deg;
}
.slider.splide .splide__arrow svg {
  fill: transparent;
  width: auto;
  max-width: 3.3rem;
  height: auto;
}
@media screen and (max-width: 1023.98px) {
  .slider.splide .splide__arrow svg path {
    stroke: #fff;
  }
}
@media screen and (min-width: 1024px), print {
  .slider.splide .splide__arrow {
    width: 1rem;
    height: auto;
    background: none;
    outline: 1px solid transparent !important;
    outline-offset: 0.5rem !important;
    border-radius: 0 !important;
  }
  .slider.splide .splide__arrow:hover, .slider.splide .splide__arrow:focus, .slider.splide .splide__arrow:focus-visible {
    outline: 1px solid #1f1f1f !important;
  }
}
.slider.splide .splide__pagination {
  z-index: 10;
  column-gap: 1.5rem;
  padding: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.slider.splide .splide__pagination__page {
  background-color: #e0e0e0;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  transition: all 300ms;
  opacity: 1;
  margin: 0;
}
.slider.splide .splide__pagination__page.is-active {
  background-color: #c14345;
  transform: scale(1);
}
@media screen and (min-width: 1024px), print {
  .slider.splide .splide__pagination__page {
    outline: 1px solid transparent !important;
    outline-offset: 0.1rem !important;
    border-radius: 50% !important;
  }
  .slider.splide .splide__pagination__page:hover, .slider.splide .splide__pagination__page:focus, .slider.splide .splide__pagination__page:focus-visible {
    outline: 1px solid #1f1f1f !important;
  }
}
.slider.splide .splide__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.slider.splide .splide__content--ttl {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.52;
  letter-spacing: 0.96px;
}
.slider.splide .splide__content--btn {
  margin-top: 2.2rem;
}
@media screen and (min-width: 1024px), print {
  .slider.splide .splide__content--btn {
    margin-top: 3.5rem;
  }
}
.slider.splide .splide__content--btn .btn {
  min-width: 24rem;
  width: auto;
  padding: 1.5rem 2rem;
  border-radius: 8px;
  border: 1px solid #fff;
  background: rgba(11, 55, 104, 0.65);
  display: inline-flex;
  color: #fff;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0.04em;
}
.slider.splide .splide__content--btn .btn svg path {
  fill: #fff;
  stroke: #fff;
}
.slider.splide .splide__toggle {
  width: 4.8rem;
  height: 2.6rem;
  border: 1px solid transparent;
  background-color: #1f1f1f;
  transition-duration: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider.splide .splide__toggle svg:first-child {
  width: 1.4rem;
  height: 1.4rem;
}
.slider.splide .splide__toggle svg:first-child path {
  fill: #fff;
  transition-duration: 300ms;
  outline: none;
}
.slider.splide .splide__toggle svg:last-child {
  display: none;
  width: 0.8rem;
  height: 1.2rem;
}
.slider.splide .splide__toggle svg:last-child rect {
  transition-duration: 300ms;
}
.slider.splide .splide__toggle svg:focus {
  outline: none;
}
.slider.splide .splide__toggle:hover, .slider.splide .splide__toggle:focus-visible {
  outline: none !important;
  background-color: #fff;
  border-color: #1f1f1f;
}
.slider.splide .splide__toggle:hover svg rect,
.slider.splide .splide__toggle:hover svg path, .slider.splide .splide__toggle:focus-visible svg rect,
.slider.splide .splide__toggle:focus-visible svg path {
  fill: #1f1f1f;
}
.slider.splide .splide__toggle.is-active svg:first-child {
  display: none;
}
.slider.splide .splide__toggle.is-active svg:last-child {
  display: block;
}
.slider.splide .splide__button {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 1024px), print {
  .slider.splide .splide__button {
    column-gap: 2.4rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .slider.splide .splide__button {
    margin-top: 1.5rem;
  }
}
.slider.splide .splide__slide {
  transition-timing-function: ease-in-out !important;
}
.slider.splide .splide__slide .card-list__img .img-box::before {
  display: none;
}
.slider.splide .splide__slide .card-list__img .img-box img {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
}
.slider.splide:not(.is-overflow) .splide__pagination {
  display: flex !important;
}

.card-list:not(.splide__list) {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.card-list:not(.splide__list) .card-list__item {
  border: 1px solid #c2c2c2;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .card-list:not(.splide__list) {
    gap: 4.2rem;
  }
  .card-list:not(.splide__list) .card-list__item {
    width: calc((100% - 8.4rem) / 3);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .card-list:not(.splide__list) {
    gap: 4rem 3rem;
  }
  .card-list:not(.splide__list) .card-list__item {
    width: calc((100% - 6rem) / 3);
  }
  .card-list:not(.splide__list) .card-list__ttl {
    font-size: 1.6rem;
  }
}
.card-list__link {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
}
.card-list__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.card-list__ttl + * {
  margin-top: 1rem;
}
@media screen and (min-width: 1024px), print {
  .card-list__ttl {
    font-size: 2rem;
  }
  .card-list__ttl + * {
    margin-top: 1.4rem;
  }
}
.card-list__txt {
  flex: 1;
}
.card-list__img .img-box::before {
  aspect-ratio: 3/2;
}
.card-list__txt {
  padding: 1.5rem;
}
@media screen and (min-width: 1024px), print {
  .card-list__txt {
    padding: 2rem;
  }
}
.card-list a.card-list__link .card-list__ttl {
  text-decoration: underline;
}
@media screen and (min-width: 1024px), print {
  .card-list a.card-list__link {
    position: relative;
  }
  .card-list a.card-list__link {
    transition-duration: 0.3s;
  }
  .card-list a.card-list__link:after {
    content: "";
    display: block;
    width: calc(100% - 5rem);
    height: calc(100% - 5rem);
    border-right: solid #377ab1;
    border-bottom: solid #377ab1;
    position: absolute;
    top: 5rem;
    left: 5rem;
    z-index: -1;
    opacity: 0;
  }
  .card-list a.card-list__link:after {
    transition-duration: 0.3s;
  }
}
@media screen and (min-width: 1024px) and (max-width: 767.98px) {
  .card-list a.card-list__link:after {
    border-width: 0.3rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 768px), print {
  .card-list a.card-list__link:after {
    border-width: 0.6rem;
  }
}
@media screen and (min-width: 1024px), print {
  .card-list a.card-list__link:focus-visible:after {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) and (max-width: 767.98px) {
  .card-list a.card-list__link:focus-visible:after {
    top: 0.3rem;
    left: 0.3rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 768px), print {
  .card-list a.card-list__link:focus-visible:after {
    top: 6rem;
    left: 6rem;
  }
}
@media screen and (min-width: 1024px) and (hover: hover), print and (hover: hover) {
  .card-list a.card-list__link:hover:after {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) and (hover: hover) and (max-width: 767.98px) {
  .card-list a.card-list__link:hover:after {
    top: 0.3rem;
    left: 0.3rem;
  }
}
@media screen and (min-width: 1024px) and (hover: hover) and (min-width: 768px), print and (hover: hover) {
  .card-list a.card-list__link:hover:after {
    top: 6rem;
    left: 6rem;
  }
}
@media screen and (min-width: 1024px) and (hover: none), print and (hover: none) {
  .card-list a.card-list__link:active:after {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) and (hover: none) and (max-width: 767.98px) {
  .card-list a.card-list__link:active:after {
    top: 0.3rem;
    left: 0.3rem;
  }
}
@media screen and (min-width: 1024px) and (hover: none) and (min-width: 768px), print and (hover: none) {
  .card-list a.card-list__link:active:after {
    top: 6rem;
    left: 6rem;
  }
}
@media screen and (min-width: 1024px), print {
  .card-list a.card-list__link:focus-visible:focus-visible {
    outline: none;
  }
  .card-list a.card-list__link:focus-visible .card-list__ttl {
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px) and (hover: hover), print and (hover: hover) {
  .card-list a.card-list__link:hover:focus-visible {
    outline: none;
  }
  .card-list a.card-list__link:hover .card-list__ttl {
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px) and (hover: none), print and (hover: none) {
  .card-list a.card-list__link:active:focus-visible {
    outline: none;
  }
  .card-list a.card-list__link:active .card-list__ttl {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px), print {
  .card-list.--list {
    flex-direction: column;
    row-gap: 2rem;
  }
  .card-list.--list .card-list__item {
    width: 100%;
  }
  .card-list.--list .card-list__link {
    padding: 2rem;
    gap: 2rem;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .card-list.--list .card-list__link {
    padding: 1.5rem;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .card-list.--list .card-list__img {
    flex-shrink: 0;
    width: 32%;
    max-width: 37rem;
  }
  .card-list.--list .card-list__txt {
    padding: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .card-list.--list .img-box.--border {
    border-left: none;
    border-top: none;
    border-right: none;
  }
}
.card-list:not(.--list) .img-box.--border {
  border: none;
  border-bottom: 1px solid #c2c2c2;
}

.card-banner {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
@media screen and (min-width: 768px), print {
  .card-banner {
    gap: 4.2rem;
    margin-top: 3rem;
  }
  .card-banner__item {
    width: calc((100% - 8.4rem) / 3);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .card-banner {
    gap: 3rem;
  }
  .card-banner__item {
    width: calc((100% - 6rem) / 3);
  }
}
@media screen and (min-width: 768px), print {
  .card-banner__link {
    display: inline-flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px), print {
  .card-banner__link {
    position: relative;
  }
  .card-banner__link {
    transition-duration: 0.3s;
  }
  .card-banner__link:after {
    content: "";
    display: block;
    width: calc(100% - 5rem);
    height: calc(100% - 5rem);
    border-right: solid #377ab1;
    border-bottom: solid #377ab1;
    position: absolute;
    top: 5rem;
    left: 5rem;
    z-index: -1;
    opacity: 0;
  }
  .card-banner__link:after {
    transition-duration: 0.3s;
  }
}
@media screen and (min-width: 1024px) and (max-width: 767.98px) {
  .card-banner__link:after {
    border-width: 0.3rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 768px), print {
  .card-banner__link:after {
    border-width: 0.6rem;
  }
}
@media screen and (min-width: 1024px), print {
  .card-banner__link:focus-visible:after {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) and (max-width: 767.98px) {
  .card-banner__link:focus-visible:after {
    top: 0.3rem;
    left: 0.3rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 768px), print {
  .card-banner__link:focus-visible:after {
    top: 6rem;
    left: 6rem;
  }
}
@media screen and (min-width: 1024px) and (hover: hover), print and (hover: hover) {
  .card-banner__link:hover:after {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) and (hover: hover) and (max-width: 767.98px) {
  .card-banner__link:hover:after {
    top: 0.3rem;
    left: 0.3rem;
  }
}
@media screen and (min-width: 1024px) and (hover: hover) and (min-width: 768px), print and (hover: hover) {
  .card-banner__link:hover:after {
    top: 6rem;
    left: 6rem;
  }
}
@media screen and (min-width: 1024px) and (hover: none), print and (hover: none) {
  .card-banner__link:active:after {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) and (hover: none) and (max-width: 767.98px) {
  .card-banner__link:active:after {
    top: 0.3rem;
    left: 0.3rem;
  }
}
@media screen and (min-width: 1024px) and (hover: none) and (min-width: 768px), print and (hover: none) {
  .card-banner__link:active:after {
    top: 6rem;
    left: 6rem;
  }
}
@media screen and (min-width: 1024px), print {
  .card-banner__link:focus-visible:focus-visible {
    outline: none;
  }
}
@media screen and (min-width: 1024px) and (hover: hover), print and (hover: hover) {
  .card-banner__link:hover:focus-visible {
    outline: none;
  }
}
@media screen and (min-width: 1024px) and (hover: none), print and (hover: none) {
  .card-banner__link:active:focus-visible {
    outline: none;
  }
}
.card-banner .txt {
  margin-top: 1rem;
}
.card-banner__link {
  position: relative;
}
.card-banner__link [class*=icon--] {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  z-index: 2;
  margin: 0;
  background-color: #fff;
  padding: 0;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-banner__link [class*=icon--] svg {
  margin-left: -0.4rem;
}
@media screen and (min-width: 1024px), print {
  .card-banner__link [class*=icon--] {
    width: 3rem;
    height: 3rem;
  }
}

.card-files {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: stretch;
}
@media screen and (min-width: 768px), print {
  .card-files {
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
  }
}
@media screen and (min-width: 1024px), print {
  .card-files {
    gap: 4rem;
  }
}
@media screen and (min-width: 1200px), print {
  .card-files {
    gap: 6rem;
  }
}
.card-files__name {
  text-decoration: underline;
  color: #273da4;
  transition: all 300ms;
  overflow: hidden;
}
.card-files__link {
  display: flex;
  height: 100%;
  gap: 1rem;
}
@media screen and (min-width: 768px), print {
  .card-files__link {
    gap: 0.8rem;
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px), print {
  .card-files__link:hover .card-files__name {
    text-decoration: none;
  }
}
.card-files__link:focus .card-files__name {
  text-decoration: none;
}
.card-files__img {
  display: flex;
  width: 26.7%;
  min-width: 8rem;
}
@media screen and (min-width: 768px), print {
  .card-files__img {
    width: auto;
    height: 24rem;
  }
}
@media screen and (min-width: 1024px), print {
  .card-files__img {
    height: 26.5rem;
  }
}
@media screen and (min-width: 1200px), print {
  .card-files__img {
    height: 34rem;
  }
}
.card-files__img .img {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 768px), print {
  .card-files__img .img {
    align-items: flex-end;
  }
}
.card-files__img .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.card-files__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card-files__content .list {
  margin-top: 1rem;
}
@media screen and (min-width: 768px), print {
  .card-files__content .list {
    margin-top: auto;
    padding-top: 0.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .card-files__content .list__item:not(:first-of-type) {
    margin-top: 0.4rem;
  }
}

.news-list {
  margin-top: 2.4rem;
  padding: 0;
}
@media screen and (min-width: 768px), print {
  .news-list {
    margin-top: 4.8rem;
  }
}
.news-list__item {
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #c2c2c2;
}
@media screen and (min-width: 1024px), print {
  .news-list__item .date-label {
    max-width: none;
  }
}
.news-list__item .txt {
  margin-top: 0.7rem;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px), print {
  .news-list__item .txt a {
    position: relative;
  }
  .news-list__item .txt a {
    transition-duration: 0.3s;
  }
  .news-list__item .txt a {
    text-decoration: underline;
  }
  .news-list__item .txt a:focus-visible {
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px) and (hover: hover), print and (hover: hover) {
  .news-list__item .txt a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px) and (hover: none), print and (hover: none) {
  .news-list__item .txt a:active {
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px), print {
  .news-list__item .txt a:focus-visible:focus-visible {
    outline: none;
  }
}
@media screen and (min-width: 1024px) and (hover: hover), print and (hover: hover) {
  .news-list__item .txt a:hover:focus-visible {
    outline: none;
  }
}
@media screen and (min-width: 1024px) and (hover: none), print and (hover: none) {
  .news-list__item .txt a:active:focus-visible {
    outline: none;
  }
}
@media screen and (min-width: 768px), print {
  .news-list__item .txt {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}
.news-list__item + * {
  margin-top: 1rem;
}
@media screen and (min-width: 768px), print {
  .news-list__item + * {
    margin-top: 1.4rem;
  }
}
.news-list__item .item {
  display: block;
}

.date-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
}
.date-label .date {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .date-label .date {
    font-size: 1.4rem;
  }
}
.date-label .date {
  color: #5c5c5c;
  line-height: 1.57;
  min-width: 12rem;
}
@media screen and (min-width: 768px), print {
  .date-label {
    column-gap: 1.6rem;
  }
  .date-label .date {
    width: 14.2rem;
    min-height: 3rem;
    display: flex;
    align-items: center;
  }
}

.news .news-list .txt a {
  color: #1f1f1f;
}
@media screen and (min-width: 768px), print {
  .news .news-list .txt a {
    color: #333;
  }
}

.page-top {
  z-index: 50;
  width: 7.72rem;
  height: 7.72rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background-color: #273da4;
  border: none;
  font-size: 1.2rem;
  padding: 1rem 0;
  transition: all 300ms;
  position: relative;
  right: 0;
  font-weight: 700;
  letter-spacing: 0.04em;
  row-gap: 0.5rem;
  text-align: center;
  margin-left: auto;
  margin-bottom: -6.5rem;
}
.page-top img {
  width: 1.8rem;
  height: 1.8rem;
  flex: 1;
}
@media screen and (min-width: 1024px), print {
  .page-top {
    position: fixed;
    width: 8.4rem;
    height: 8.4rem;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 10.2rem;
    margin-bottom: 0;
    z-index: 100;
    display: flex !important;
    background-color: #fff;
    color: #1f1f1f;
    border: 1px solid #fff;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.2);
  }
  .page-top:hover, .page-top:focus-visible {
    outline: none;
    text-decoration: underline;
  }
}
@media screen and (max-width: 1023.98px) {
  .page-top {
    bottom: 3rem;
  }
  .page-top svg path {
    fill: #fff;
  }
}

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

.acc {
  margin-top: 2rem;
}
.acc__item {
  border: 1px solid #556ee6;
  background-color: #fff;
  border-radius: 0.4rem;
}
.acc__item:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px), print {
  .acc__item {
    border-radius: 0.8rem;
    border-width: 0.2rem;
  }
  .acc__item:not(:first-child) {
    margin-top: 2rem;
  }
}
.acc__button {
  display: flex;
}
.acc__button .button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 5.8rem;
  font-weight: 700;
  font-size: 1.4rem;
  column-gap: 2rem;
  border: none;
  padding: 1.2rem 1.5rem;
}
@media screen and (min-width: 768px), print {
  .acc__button .button {
    padding: 2rem 3rem;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .acc__button .button {
    padding: 1.5rem 2rem;
  }
}
@media screen and (min-width: 1024px), print {
  .acc__button .button:hover, .acc__button .button:focus-visible {
    outline: none;
  }
  .acc__button .button:hover .button__ttl span, .acc__button .button:focus-visible .button__ttl span {
    text-decoration: underline;
  }
}
.acc__button .button__ttl {
  text-align: left;
  display: flex;
  align-items: center;
  letter-spacing: 0.08em;
  line-height: 1.6;
  transition: all 300ms;
}
.acc__button .button__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  column-gap: 1rem;
  background-color: #273da4;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.acc__button .button__btn--icon {
  position: relative;
  width: 1.2rem;
}
.acc__button .button__btn--icon::before, .acc__button .button__btn--icon::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-duration: 300ms;
}
.acc__button .button__btn--icon::before {
  width: 1.2rem;
  height: 0.1rem;
}
.acc__button .button__btn--icon::after {
  width: 0.1rem;
  height: 1.2rem;
}
@media screen and (min-width: 768px), print {
  .acc__button .button__btn {
    width: 3.2rem;
    height: 3.2rem;
  }
  .acc__button .button__btn--icon {
    width: 2.4rem;
  }
  .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__content--inner {
  padding: 0.8rem 1.5rem 1.5rem;
}
@media screen and (min-width: 1024px), print {
  .acc__content--inner {
    padding: 1rem 3rem 2rem;
  }
}
.acc__content--inner > *:first-child {
  margin-top: 0 !important;
}
.acc__close {
  display: flex;
  justify-content: flex-end;
  padding: 0 1.5rem 1.5rem;
  transition: 300ms;
}
@media screen and (min-width: 768px), print {
  .acc__close {
    padding: 1rem 3rem 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .acc__close {
    padding: 1rem 2rem 2rem;
  }
}
.acc__close .btn-close {
  border: none;
  line-height: 1.5;
  padding: 0;
  padding-left: 2.2rem;
  position: relative;
  color: #222;
  transition-duration: 300ms;
}
.acc__close .btn-close::before, .acc__close .btn-close::after {
  content: "";
  display: block;
  background: #1f1f1f;
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 1.8rem;
  height: 0.1rem;
  transition-duration: 300ms;
}
.acc__close .btn-close::before {
  transform: rotate(45deg);
}
.acc__close .btn-close::after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px), print {
  .acc__close .btn-close {
    padding-left: 3rem;
  }
  .acc__close .btn-close::before, .acc__close .btn-close::after {
    width: 2.4rem;
    height: 0.2rem;
    top: 1.1rem;
  }
}
@media screen and (min-width: 1024px), print {
  .acc__close .btn-close:hover, .acc__close .btn-close:focus-visible {
    outline: none;
    text-decoration: underline;
  }
}
.acc.--faq .acc__button .button__ttl {
  position: relative;
  display: flex;
  column-gap: 1rem;
  height: 100%;
}
.acc.--faq .acc__button .button__ttl::before {
  content: "Q";
  display: block;
  color: #273da4;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.1;
  display: flex;
  align-items: flex-start;
  height: 100%;
}
@media screen and (min-width: 768px), print {
  .acc.--faq .acc__button .button__ttl {
    column-gap: 1.4rem;
  }
  .acc.--faq .acc__button .button__ttl::before {
    font-size: 2.8rem;
  }
}
@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.2rem;
  }
}
.acc.--faq .acc__content {
  position: relative;
  display: flex;
  flex-direction: column;
}
.acc.--faq .acc__content--inner {
  position: relative;
  padding-left: 4.7rem;
}
.acc.--faq .acc__content--inner::before {
  content: "A";
  display: block;
  font-weight: 700;
  line-height: 1.2;
  font-size: 2.4rem;
  color: #b30d10;
  position: absolute;
  top: 1rem;
  left: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .acc.--faq .acc__content--inner {
    padding-left: 7rem;
  }
  .acc.--faq .acc__content--inner::before {
    font-size: 2.8rem;
    left: 3rem;
    top: 1.3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .acc.--faq .acc__content--inner {
    padding-left: 5.3rem;
  }
  .acc.--faq .acc__content--inner::before {
    left: 2rem;
    font-size: 2.2rem;
  }
}

.anchor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1.5rem 0;
  margin-bottom: 0;
}
.anchor-list__index-title {
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  margin-top: 1.5rem;
  padding-right: 1rem;
  font-size: 1.6rem;
}
.anchor-list__index-title::before {
  content: "";
  display: block;
  background: #556ee6;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.3rem;
  height: 1.6rem;
  transform: translateY(-0.7rem);
}
.anchor-list__index-title + .anchor-list {
  margin-top: 1.6rem;
}
.anchor-list__item {
  position: relative;
}
.anchor-list__item:not(:last-child) > a::after {
  content: "";
  display: inline-flex;
  background: #c2c2c2;
  position: absolute;
  width: 1px;
  height: 1.2rem;
  position: relative;
  margin-left: 0.4rem;
  vertical-align: -2px;
}
@media screen and (min-width: 768px), print {
  .anchor-list__item:not(:last-child) > a::after {
    height: 2rem;
    margin-left: 1.4rem;
    vertical-align: -5px;
  }
}
.anchor-list__item a {
  font-weight: 700;
  line-height: 1.375;
  position: relative;
  transition-duration: 300ms;
  color: #1f1f1f;
  display: inline;
}
.anchor-list__item a svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.4rem;
  vertical-align: -0.2em;
}
@media screen and (min-width: 768px), print {
  .anchor-list__item a svg {
    width: 2.2rem;
    height: 2.2rem;
    margin-left: 1rem;
    vertical-align: -0.4em;
  }
}
@media screen and (min-width: 1024px), print {
  .anchor-list__item a:hover, .anchor-list__item a:focus-visible {
    outline: none;
  }
  .anchor-list__item a:hover > span, .anchor-list__item a:focus-visible > span {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px), print {
  .anchor-list {
    gap: 2rem;
    margin: 3rem 0;
    margin-bottom: 0;
  }
  .anchor-list__index-title {
    margin-top: 3rem;
    padding-right: 1.8rem;
    font-size: 2rem;
  }
  .anchor-list__index-title::before {
    width: 0.5rem;
    height: 2rem;
    transform: translateY(-0.9rem);
  }
}

.anchor-session .anchor-list {
  margin-top: 3.5rem;
  row-gap: 2rem;
}
.anchor-session .anchor-list__item {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .anchor-session .anchor-list {
    margin-top: 6rem;
    column-gap: 4.8rem;
  }
  .anchor-session .anchor-list__item {
    width: calc((100% - 9.6rem) / 3);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .anchor-session .anchor-list {
    column-gap: 3rem;
  }
  .anchor-session .anchor-list__item {
    width: calc((100% - 6rem) / 3);
  }
}
.anchor-session .anchor-list__item a {
  display: flex;
  border: 0.2rem solid #333;
  padding: 1.5rem;
  font-size: 1.7rem;
  line-height: 1;
}
@media screen and (min-width: 1024px), print {
  .anchor-session .anchor-list__item a {
    padding: 2.5rem;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1200px), print {
  .anchor-session .anchor-list__item a {
    padding: 2.5rem 3rem;
  }
}

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

.iframe {
  max-width: 960px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px), print {
  .iframe {
    margin-top: 2rem;
  }
}
.iframe__inner iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 1024px), print {
  .iframe__inner {
    position: relative;
  }
  .iframe__inner {
    transition-duration: 0.3s;
  }
  .iframe__inner:after {
    content: "";
    display: block;
    width: calc(100% - 5rem);
    height: calc(100% - 5rem);
    border-right: solid #377ab1;
    border-bottom: solid #377ab1;
    position: absolute;
    top: 5rem;
    left: 5rem;
    z-index: -1;
    opacity: 0;
  }
  .iframe__inner:after {
    transition-duration: 0.3s;
  }
}
@media screen and (min-width: 1024px) and (max-width: 767.98px) {
  .iframe__inner:after {
    border-width: 0.3rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 768px), print {
  .iframe__inner:after {
    border-width: 0.6rem;
  }
}
@media screen and (min-width: 1024px), print {
  .iframe__inner:focus-visible:after {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) and (max-width: 767.98px) {
  .iframe__inner:focus-visible:after {
    top: 0.3rem;
    left: 0.3rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 768px), print {
  .iframe__inner:focus-visible:after {
    top: 6rem;
    left: 6rem;
  }
}
@media screen and (min-width: 1024px) and (hover: hover), print and (hover: hover) {
  .iframe__inner:hover:after {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) and (hover: hover) and (max-width: 767.98px) {
  .iframe__inner:hover:after {
    top: 0.3rem;
    left: 0.3rem;
  }
}
@media screen and (min-width: 1024px) and (hover: hover) and (min-width: 768px), print and (hover: hover) {
  .iframe__inner:hover:after {
    top: 6rem;
    left: 6rem;
  }
}
@media screen and (min-width: 1024px) and (hover: none), print and (hover: none) {
  .iframe__inner:active:after {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) and (hover: none) and (max-width: 767.98px) {
  .iframe__inner:active:after {
    top: 0.3rem;
    left: 0.3rem;
  }
}
@media screen and (min-width: 1024px) and (hover: none) and (min-width: 768px), print and (hover: none) {
  .iframe__inner:active:after {
    top: 6rem;
    left: 6rem;
  }
}
@media screen and (min-width: 1024px), print {
  .iframe__inner:focus-visible:focus-visible {
    outline: none;
  }
}
@media screen and (min-width: 1024px) and (hover: hover), print and (hover: hover) {
  .iframe__inner:hover:focus-visible {
    outline: none;
  }
}
@media screen and (min-width: 1024px) and (hover: none), print and (hover: none) {
  .iframe__inner:active:focus-visible {
    outline: none;
  }
}
.search__trigger {
  display: none;
}
@media screen and (min-width: 1024px), print {
  .search__trigger {
    display: block;
  }
  .search__trigger .btn {
    column-gap: 0.8rem;
    background-color: transparent;
    color: #273da4;
  }
  .search__trigger .btn:hover, .search__trigger .btn:focus-visible, .search__trigger .btn[aria-expanded=true] {
    background-color: #273da4;
    color: #fff;
  }
  .search__trigger .btn:hover svg path, .search__trigger .btn:focus-visible svg path, .search__trigger .btn[aria-expanded=true] svg path {
    fill: #fff;
  }
  .search__trigger .btn:hover svg rect, .search__trigger .btn:focus-visible svg rect, .search__trigger .btn[aria-expanded=true] svg rect {
    stroke: #fff;
  }
}
.search__keyword {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
}
@media screen and (min-width: 1024px), print {
  .search__keyword {
    max-width: 88rem;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    align-items: center;
    margin-top: 4.8rem;
    column-gap: 3.2rem;
  }
}
.search__keyword .ttl {
  font-weight: 700;
  font-size: 1.6rem;
  color: #273da4;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px), print {
  .search__keyword .ttl {
    font-size: 2rem;
  }
}
.search__keyword .keyword {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.search__keyword .keyword li .item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #273da4;
  border-radius: 6rem;
  padding: 0.7rem 1.2rem;
  font-weight: 500;
  line-height: 1.375;
  background-color: #fff;
}
@media screen and (min-width: 1024px), print {
  .search__keyword .keyword li a.item:hover, .search__keyword .keyword li a.item:focus-visible {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1024px), print {
  .search__keyword .keyword {
    padding-left: 3.2rem;
    border-left: 1px solid #000;
    gap: 1.6rem;
  }
  .search__keyword .keyword li .item {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (max-width: 1023.98px) {
  .search-form {
    display: block !important;
  }
}
@media screen and (min-width: 1024px), print {
  .search-form {
    position: absolute;
    background-color: #f4f6fa;
    left: 0;
    right: 0;
    top: 17.7rem;
    z-index: 100;
    display: none;
  }
  .search-form > .container {
    max-width: 93rem;
    padding: 0;
  }
  .search-form form {
    max-width: 88rem;
    margin-left: 0;
  }
  .search-form__inner {
    padding: 8rem 0;
    position: relative;
  }
}
.search-form .container {
  padding: 0;
}
.search-form form {
  margin: 0 auto;
  border: 1px solid #c2c2c2;
  background-color: #fff;
  height: 5rem;
  padding: 1rem 1.5rem;
  position: relative;
  transition-duration: 300ms;
  border-radius: 0.4rem;
}
@media screen and (max-width: 360px) {
  .search-form form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .search-form form [type=text],
  .search-form form [type=search] {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 340px) {
  .search-form form {
    padding-right: 0.5rem;
  }
  .search-form form [type=submit] {
    column-gap: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    min-width: 7rem;
    font-size: 1.4rem;
  }
  .search-form form [type=text],
  .search-form form [type=search] {
    font-size: 1.3rem;
  }
}
.search-form [type=text],
.search-form [type=search] {
  background: none;
  flex: 1 0 auto;
  border: none;
  height: 100%;
  width: calc(100% - 7.3rem);
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0;
  letter-spacing: 0.04em;
  transition-duration: 300ms;
}
.search-form [type=text]::placeholder,
.search-form [type=search]::placeholder {
  color: #1f1f1f;
}
@media screen and (min-width: 1024px), print {
  .search-form [type=text],
  .search-form [type=search] {
    width: calc(100% - 17rem);
  }
}
.search-form [type=submit] {
  max-width: 160px;
  min-width: 8rem;
  height: calc(100% + 2px);
  border: none;
  border: 0.1rem solid #273da4;
  border-radius: 0 0.4rem 0.4rem 0;
  background-color: #273da4;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1rem;
  transition-duration: 300ms;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  display: flex;
  column-gap: 0.8rem;
  align-items: center;
  justify-content: center;
}
.search-form [type=submit] svg path {
  transition-duration: 300ms;
  fill: #fff;
}
@media screen and (max-width: 1023.98px) {
  .search-form [type=submit] svg {
    width: 1.6rem;
    height: 1.6rem;
    display: none;
  }
}
@media screen and (min-width: 1024px), print {
  .search-form [type=submit]:hover, .search-form [type=submit]:focus-visible {
    background-color: #fff;
    color: #556ee6;
  }
  .search-form [type=submit]:hover svg path, .search-form [type=submit]:focus-visible svg path {
    fill: #556ee6;
  }
}
.search-form .button.--close {
  position: absolute;
  top: 3rem;
  right: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.5rem;
  border: none;
}
@media screen and (min-width: 1024px), print {
  .search-form .button.--close {
    transition: none;
  }
  .search-form .button.--close:hover, .search-form .button.--close:focus-visible {
    outline: none;
    text-decoration: underline;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .search-form .button.--close {
    top: 2rem;
    right: 2rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .search-form .button.--close {
    display: none;
  }
}
@media screen and (min-width: 1024px), print {
  .search-form form {
    height: 7rem;
    padding-left: 4rem;
    border-radius: 0.8rem;
  }
  .search-form [type=text],
  .search-form [type=search] {
    font-size: 1.6rem;
  }
  .search-form [type=submit] {
    width: 13rem;
    font-size: 2rem;
    border-radius: 0 0.8rem 0.8rem 0;
  }
}

.filter-list .item, .filters .tabs-list__item .button, .filters__latest--trigger, .filters__tabs--trigger {
  border: none;
  display: flex;
  justify-content: center;
  column-gap: 0.6rem;
  line-height: 1.4;
  transition-duration: 300ms;
  color: #1f1f1f;
  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 {
  .filter-list .item svg:focus, .filters .tabs-list__item .button svg:focus, .filters__latest--trigger svg:focus, .filters__tabs--trigger svg:focus {
    outline: none;
  }
}
@media screen and (min-width: 1024px), print {
  .filter-list .item:focus-visible, .filters .tabs-list__item .button:focus-visible, .filters__latest--trigger:focus-visible, .filters__tabs--trigger:focus-visible {
    outline: none;
    background-color: #273da4;
    color: #fff;
  }
}
.filter-list .item, .filters .tabs-list__item .button, .filters__latest--trigger, .filters__tabs--trigger {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.04em;
  padding: 1.4rem 1.6rem;
  background-color: #f4f6fa;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .filter-list .item, .filters .tabs-list__item .button, .filters__latest--trigger, .filters__tabs--trigger {
    color: #333;
    font-size: 1.6rem;
    padding: 1.2rem 2rem;
    line-height: 1.75;
  }
}

.filters {
  display: flex;
  gap: 0.5rem 1rem;
  margin-top: 2.4rem;
}
.filters:first-child {
  margin-top: 2rem;
}
.filters__title {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  color: #1f1f1f;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.59;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px), print {
  .filters__title {
    color: #333;
    font-size: 2.4rem;
  }
}
.filters__latest, .filters__tabs {
  position: relative;
}
.filters__latest--trigger, .filters__tabs--trigger {
  min-width: 26.2rem;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.04px;
  border: 1px solid #c2c2c2;
  background-color: #fff;
}
.filters__latest--trigger::after, .filters__tabs--trigger::after {
  content: "";
  border-right: 2px solid #556ee6;
  border-bottom: 2px solid #556ee6;
  width: 0.8rem;
  height: 0.8rem;
  rotate: 45deg;
  position: absolute;
  right: 2.4rem;
  top: 47%;
  transform: translateY(-47%);
  transition-duration: 300ms;
}
.filters__latest--trigger.is-open, .filters__tabs--trigger.is-open {
  background-color: #273da4;
  color: #fff;
}
.filters__latest--trigger.is-open::after, .filters__tabs--trigger.is-open::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.filters__latest--trigger.is-open::after, .filters__tabs--trigger.is-open::after {
  -webkit-transform: scale(-1);
  transform: scale(-1);
  right: 2rem;
}
@media screen and (min-width: 768px), print {
  .filters__latest--trigger, .filters__tabs--trigger {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px), print {
  .filters__latest--trigger:hover, .filters__latest--trigger:focus-visible, .filters__tabs--trigger:hover, .filters__tabs--trigger:focus-visible {
    outline: none;
    background-color: #273da4;
    color: #fff;
  }
  .filters__latest--trigger:hover::after, .filters__latest--trigger:focus-visible::after, .filters__tabs--trigger:hover::after, .filters__tabs--trigger:focus-visible::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
  }
}
.filters .filter-list {
  display: none;
}
.filters.--tabs {
  position: relative;
  flex-direction: column;
}
.filters .tabs-list {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.filters .tabs-list__item {
  width: 25%;
  display: flex;
}
.filters .tabs-list__item.active .button {
  font-weight: 700;
}
.filters .tabs-list__item:first-child .button {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.filters .tabs-list__item:last-child .button {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.filters .tabs-list__item:not(.active):not(:last-child) .button {
  position: relative;
}
.filters .tabs-list__item:not(.active):not(:last-child) .button::after {
  position: absolute;
  content: "";
  width: 0.2rem;
  height: 61.5%;
  background-color: #c2c2c2;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.filters .tabs-list__item:has(+ .active) .button::after {
  display: none;
}
.filters .tabs-list.--col3 .tabs-list__item {
  width: 33.3333333333%;
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .filters .tabs-list.--col3 .tabs-list__item .button {
    padding: 1.5rem 1rem;
  }
}
.filters .tabs-list.--col2 .tabs-list__item {
  width: 50%;
}
@media screen and (min-width: 1024px), print {
  .filters .tabs-list__item .button:focus-visible {
    z-index: 1;
    background-color: #273da4;
    color: #fff;
    outline: none;
    text-decoration: none;
  }
  .filters .tabs-list__item .button:focus-visible::after {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .filters .tabs-list__item .button {
    padding: 0.5rem 1.5rem;
    min-height: 4.5rem;
  }
}
.filters .tabs-list__item.active .button {
  background-color: #273da4;
  color: #fff;
  outline: none;
}
.filters .tabs-list__item.active .button::after {
  display: none;
}
@media screen and (min-width: 1024px), print {
  .filters .tabs-list__item:hover .button, .filters .tabs-list__item:focus-visible .button {
    background-color: #273da4;
    color: #fff;
    outline: none;
    text-decoration: none;
  }
  .filters .tabs-list__item:hover .button::after, .filters .tabs-list__item:focus-visible .button::after {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .filters {
    margin-top: 4.8rem;
    gap: 0.8rem 3rem;
  }
  .filters:first-child {
    margin-top: 4rem;
  }
  .filters__tabs--trigger {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .filters {
    flex-direction: column;
  }
  .filters.--tabs::after {
    left: -50vw;
    right: -50vw;
  }
  .filters__tabs .tabs-list {
    display: none;
  }
}

.filter-list {
  border: 1px solid #898989;
  border-top: none;
  display: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  z-index: 10;
}
.filter-list .item {
  background-color: #ebf2f9;
  border: none;
  border-bottom: 1px solid #898989;
}
@media screen and (min-width: 1024px), print {
  .filter-list .item:hover, .filter-list .item:focus-visible {
    outline: none;
  }
  .filter-list .item:hover, .filter-list .item:focus-visible {
    position: relative;
  }
  .filter-list .item:hover, .filter-list .item:focus-visible {
    transition-duration: 0.3s;
  }
  .filter-list .item:hover:focus-visible, .filter-list .item:focus-visible:focus-visible {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1024px) and (hover: hover), print and (hover: hover) {
  .filter-list .item:hover:hover, .filter-list .item:focus-visible:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1024px) and (hover: none), print and (hover: none) {
  .filter-list .item:hover:active, .filter-list .item:focus-visible:active {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1024px), print {
  .filter-list .item:hover:focus-visible:focus-visible, .filter-list .item:focus-visible:focus-visible:focus-visible {
    outline: none;
  }
}
@media screen and (min-width: 1024px) and (hover: hover), print and (hover: hover) {
  .filter-list .item:hover:hover:focus-visible, .filter-list .item:focus-visible:hover:focus-visible {
    outline: none;
  }
}
@media screen and (min-width: 1024px) and (hover: none), print and (hover: none) {
  .filter-list .item:hover:active:focus-visible, .filter-list .item:focus-visible:active:focus-visible {
    outline: none;
  }
}
.filter-list__item:last-child .item {
  border: none;
}

.aside-nav {
  background-color: #eef1fd;
  border-radius: 0.8rem;
}
.aside-nav__list {
  padding: 0 1.5rem;
}
.aside-nav__list > .list--item {
  padding: 1.5rem 0;
}
.aside-nav__list > .list--item:not(:last-child) {
  border-bottom: 0.2rem solid #fff;
}
.aside-nav__list > .list--item > .item {
  display: flex;
}
.aside-nav__list > .list--item a.item {
  transition: all 300ms;
  text-decoration: underline;
}
@media screen and (min-width: 1024px), print {
  .aside-nav__list > .list--item a.item:hover, .aside-nav__list > .list--item a.item:focus-visible {
    color: #273da4;
    text-decoration: none;
    outline: none;
  }
}
.aside-nav__list > .list--item.active > .item {
  font-weight: 700;
  color: #273da4;
}
.aside-nav__list > .list--item.dropdown-child > .trigger {
  top: 1.1rem;
  right: 0;
}
.aside-nav .dropdown-child {
  position: relative;
}
.aside-nav .dropdown-child > .item {
  max-width: calc(100% - 3rem);
}
.aside-nav .dropdown-child > .dropdown__list {
  padding: 1.2rem 1.5rem;
  margin-top: 1.5rem;
  background-color: #fff;
}
.aside-nav .dropdown-child .trigger {
  position: absolute;
  right: -0.6rem;
  top: -0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3rem;
  border: none;
  border: 2px solid transparent;
  transition: all 300ms;
}
.aside-nav .dropdown-child .trigger::before, .aside-nav .dropdown-child .trigger::after {
  content: "";
  background-color: #273da4;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, 0);
  transition: all 300ms;
}
.aside-nav .dropdown-child .trigger::before {
  height: 0.2rem;
  width: 1.4rem;
}
.aside-nav .dropdown-child .trigger::after {
  height: 1.4rem;
  width: 0.2rem;
  top: calc(50% - 0.6rem);
  right: 1.2rem;
}
.aside-nav .dropdown-child .trigger[aria-expanded=true]::after {
  display: none;
}
.aside-nav .dropdown-child .trigger:hover, .aside-nav .dropdown-child .trigger:focus-visible {
  outline: none;
  border-color: #273da4;
}
.aside-nav .dropdown-child .dropdown__list {
  display: none;
}
.aside-nav .dropdown-child .dropdown__list__item:not(:last-child) {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
}
.aside-nav .dropdown-child .dropdown__list__item a {
  display: flex;
}
.aside-nav .dropdown-child .dropdown__list__item.active > .item {
  color: #273da4;
}
.aside-nav .dropdown-child .dropdown__list--child {
  padding-left: 0.4rem;
  margin-top: 1.2rem;
  display: none;
}
.aside-nav .dropdown-child .dropdown__list--child .child__item {
  padding-left: 1.8rem;
  position: relative;
}
.aside-nav .dropdown-child .dropdown__list--child .child__item::before {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #c2c2c2;
  border-radius: 50%;
}
.aside-nav .dropdown-child .dropdown__list--child .child__item.active > .item {
  color: #273da4;
}
.aside-nav .dropdown-child .dropdown__list--child .child__item.active::before {
  background-color: #b30d10;
}
.aside__heading {
  background-color: #273da4;
  border-radius: 0.8rem 0.8rem 0 0;
  padding: 1.5rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}
.aside__heading > a {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  color: #fff;
  transition: all 300ms;
}
@media screen and (min-width: 1024px), print {
  .aside__heading > a:hover, .aside__heading > a:focus-visible {
    text-decoration: underline;
    outline: none;
  }
}
.aside__heading svg {
  flex-shrink: 0;
}
.aside__heading svg circle {
  fill: #fff;
}
.aside__heading svg path {
  stroke: #273da4;
  fill: #273da4;
}

.main > .container.--col2 .aside {
  display: none;
}
@media screen and (min-width: 1024px), print {
  .main > .container.--col2 {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 4rem;
  }
  .main > .container.--col2 .aside {
    width: 28.8rem;
    display: block;
  }
  .main > .container.--col2 .aside + .main-content {
    flex: 1;
  }
}

.label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: #4659b1;
  color: #fff;
  border-radius: 0.4rem;
  min-height: 2.4rem;
  line-height: 1;
  min-width: 9.4rem;
  padding: 0.2rem 1rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
}
.label.--red {
  background-color: #c14345;
}
.label.--blue {
  background-color: #4659b1;
}
.label.--green {
  background-color: #1e7e45;
}
.label.--purple {
  background-color: #754395;
}
.label.--cyan {
  background-color: #2c8192;
}
.label.--brown {
  background-color: #99593f;
}
@media screen and (min-width: 768px), print {
  .label {
    font-size: 1.4rem;
    min-height: 3rem;
    min-width: 12.8rem;
    padding: 0.4rem 0.8rem 0.2rem;
  }
}

.tabs {
  display: flex;
  column-gap: 2rem;
  position: relative;
  counter-reset: list-cnt;
}
@media screen and (min-width: 1024px), print {
  .tabs {
    column-gap: 2.8rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .tabs {
    column-gap: 1.5rem;
  }
}
.tabs__item {
  flex: 1;
  position: relative;
  z-index: 1;
}
.tabs__item::before, .tabs__item::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.tabs__item::before {
  content: counter(list-cnt);
  counter-increment: list-cnt;
  background-color: #273da4;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  top: -1.5rem;
  line-height: 1.2;
  transition: all 300ms;
  letter-spacing: 0.008em;
}
.tabs__item::after {
  bottom: -1.2rem;
}
.tabs__item .button {
  border: 2px solid #99a8f0;
  border-radius: 0.4rem;
  background-color: #fff;
  padding: 2.5rem 1rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  height: 100%;
  width: 100%;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0.08em;
  transition: all 300ms;
}
.tabs__item .button .icon {
  height: 3rem;
  display: flex;
  align-items: center;
}
.tabs__item .button .icon svg {
  max-height: 100%;
}
.tabs__item .button .text {
  display: flex;
  align-items: center;
}
.tabs__item .button svg path {
  transition: all 300ms;
}
@media screen and (min-width: 1024px), print {
  .tabs__item .button {
    padding: 3.1rem 1.3rem 2.5rem;
    border-radius: 0.8rem;
    row-gap: 1.5rem;
  }
  .tabs__item .button .icon {
    height: 4.1rem;
  }
  .tabs__item .button .text {
    min-height: 4.4rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .tabs__item .button {
    padding: 2.5rem 0.5rem 2rem;
    font-size: 1.4rem;
    row-gap: 1rem;
  }
  .tabs__item .button br {
    display: none;
  }
  .tabs__item .button .icon {
    height: 3rem;
  }
  .tabs__item .button .icon svg {
    max-height: 3rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .tabs__item .button {
    justify-content: space-evenly;
  }
  .tabs__item .button br {
    display: none;
  }
}
.tabs__item.active .button {
  border-color: #c14345;
  font-weight: 700;
  text-decoration: none;
}
.tabs__item.active .button:focus-visible {
  text-decoration: none;
}
.tabs__item.active .button svg.svg-list path {
  fill: #c14345;
}
.tabs__item.active .button svg.svg-checklist path {
  stroke: #c14345;
  fill: #c14345;
}
.tabs__item.active .button svg.svg-form path, .tabs__item.active .button svg.svg-edit path, .tabs__item.active .button svg.svg-send path {
  stroke: #c14345;
}
.tabs__item.active::before {
  background-color: #c14345;
}
.tabs__item.active::after {
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-top: 1.2rem solid #c14345;
}
@media screen and (min-width: 1024px), print {
  .tabs__item:first-child.active .button:focus-visible {
    text-decoration: underline;
  }
  .tabs__item .button:hover, .tabs__item .button:focus-visible {
    outline: none;
    border-color: #c14345;
    text-decoration: underline;
  }
}
.tabs::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  height: 0.2rem;
  background-color: #99a8f0;
  z-index: 0;
}

.form input[type=number] {
  -moz-appearance: textfield;
}
.form input[type=number]::-webkit-outer-spin-button, .form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form .required {
  color: #fff;
  text-align: center;
  letter-spacing: 0.03em;
  font-size: 1.2rem;
  line-height: 1.67;
  white-space: nowrap;
}
@media screen and (min-width: 768px), print {
  .form .required {
    font-size: 1.4rem;
    line-height: 1.71;
  }
}
.form__label .txt {
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
  line-height: 1.35;
}
@media screen and (min-width: 768px), print {
  .form__label .txt {
    font-size: 1.6rem;
    line-height: 1.56;
  }
}
.form__field {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px), print {
  .form__field {
    font-size: 1.6rem;
  }
}
.form__field .--gray {
  color: #5c5c5c;
}
.form .error .error--txt {
  color: #b30d10;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (min-width: 768px), print {
  .form .error .error--txt {
    font-size: 1.6rem;
    line-height: 1.56;
    letter-spacing: 0.08em;
  }
}

.form--wrap {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .form--wrap {
    margin-top: 2rem;
  }
  .form--wrap + * {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px), print {
  .form--wrap.--wide .form__label {
    max-width: 66rem;
    min-width: 55.5%;
  }
}
@media screen and (min-width: 1400px), print {
  .form--wrap.--wide .form__label {
    min-width: 66rem;
  }
}
.form .required {
  background-color: #b30d10;
  padding: 0.2rem 2rem;
  border-radius: 0.4rem;
}
@media screen and (min-width: 768px), print {
  .form .required {
    padding: 0.3rem 3rem;
  }
}
.form__row {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .form__row {
    flex-direction: column;
  }
}
.form__row.--center {
  justify-content: center;
  align-items: center;
}
.form__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  background-color: #f4f6fa;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .form__label {
    border-bottom: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    border-bottom: none;
    padding: 2rem;
    max-width: 40%;
  }
}
@media screen and (min-width: 1024px), print {
  .form__label {
    max-width: 36rem;
  }
}
.form__field {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  gap: 0.7rem;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .form__field {
    gap: 0.6rem;
    padding: 2rem;
  }
}
.form__field .--gray {
  color: #5c5c5c;
}
.form__input {
  width: 100%;
  padding: 1rem;
  border: 1px solid #c2c2c2;
  background-color: #fff;
}
.form__input:focus-visible {
  outline: 2px solid #273da4;
  outline-offset: -1px;
}
@media screen and (min-width: 768px), print {
  .form__input {
    max-width: 30rem;
    padding: 0.4rem 0.8rem;
  }
}
.form__input--wide {
  max-width: 100%;
}
.form__input--narrow {
  max-width: 14rem;
}
@media screen and (min-width: 768px), print {
  .form__input--narrow {
    max-width: 8rem;
  }
}
.form__agree {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #c2c2c2;
  background-color: #f4f6fa;
  margin-top: 1.5rem;
  padding: 2rem;
  gap: 1.5rem;
}
.form__agree .form__checkbox-label {
  padding-left: 5.5rem;
}
@media screen and (min-width: 768px), print {
  .form__agree {
    margin: 2rem;
    padding: 3rem 2rem;
    gap: 2rem;
    max-width: 65%;
  }
  .form__agree .form__checkbox-label {
    padding-left: 5rem;
  }
}
@media screen and (min-width: 1024px), print {
  .form__agree {
    max-width: 80rem;
  }
}
.form__checkbox {
  opacity: 0;
  position: absolute;
}
.form__checkbox:focus-visible + .form__checkbox-label::before, .form__checkbox:hover + .form__checkbox-label::before {
  outline: 2px solid #273da4;
  outline-offset: -1px;
}
.form__checkbox:checked + label:after {
  opacity: 1;
}
.form__checkbox:checked + .form__checkbox-label {
  font-weight: 700;
}
.form__checkbox-label {
  padding-left: 5rem;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .form__checkbox-label {
    padding-left: 4.2rem;
  }
}
.form__checkbox-label:hover {
  cursor: pointer;
}
.form__checkbox-label::before {
  background: #fff;
  border: 1px solid #c2c2c2;
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px), print {
  .form__checkbox-label::before {
    width: 3rem;
    height: 3rem;
    top: 50%;
  }
}
.form__checkbox-label::after {
  content: "";
  display: block;
  background: url(../img/icon-select.svg) no-repeat;
  background-position-y: center;
  background-size: 100% 100%;
  height: 2.5rem;
  width: 2.5rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px), print {
  .form__checkbox-label::after {
    height: 1.4rem;
    width: 1.4rem;
    left: 1.5rem;
    transform: translate(-50%, -50%);
  }
}
.form__option--content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px), print {
  .form__option--content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
}
.form__option--right {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}
.form__option--right .form__input {
  text-align: right;
}
@media screen and (min-width: 768px), print {
  .form__option--right .form__input {
    width: 8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .form__option--left {
    margin-top: 1rem;
  }
}
.form table td {
  vertical-align: top;
}
@media screen and (max-width: 767.98px) {
  .form table td {
    border-left: 1px solid #c2c2c2;
  }
}
@media screen and (min-width: 768px), print {
  .form .table.--wys > table > tbody > tr {
    border-bottom: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
  }
}
.form .table.--wys > table > tbody > tr > td {
  padding: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .form .table.--wys > table > tbody > tr > td {
    padding: 2rem;
  }
}
.form .g-recaptcha {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .form .g-recaptcha {
    margin: 2rem 2rem 0;
  }
}
.form .btn-list {
  justify-content: center;
}
.form .btn-list.--col1 .btn-list__item {
  max-width: 50rem;
}
.form .btn-list.--col2 .btn-list__item {
  max-width: 40rem;
}
.form .btn-list .btn.--blue {
  background-color: #273da4;
  color: #fff;
  border-color: #273da4;
}
.form .btn-list .btn.--blue svg circle {
  fill: #fff;
}
.form .btn-list .btn.--blue svg path {
  fill: #273da4;
  stroke: #273da4;
}
.form .btn-list .btn.--blue .icon--out svg path {
  fill: #fff;
  stroke: none;
}
.form .btn-list .btn.--blue .icon--out svg rect {
  stroke: #fff;
}
@media screen and (min-width: 1024px), print {
  .form .btn-list .btn.--blue:hover, .form .btn-list .btn.--blue:focus-visible {
    background-color: #fff;
    color: #1f1f1f;
  }
  .form .btn-list .btn.--blue:hover svg circle, .form .btn-list .btn.--blue:focus-visible svg circle {
    fill: #273da4;
  }
  .form .btn-list .btn.--blue:hover svg path, .form .btn-list .btn.--blue:focus-visible svg path {
    fill: #fff;
    stroke: #fff;
  }
}
@media screen and (min-width: 1024px), print {
  .form .btn-list .btn.--blue:hover .icon--out svg rect, .form .btn-list .btn.--blue:focus-visible .icon--out svg rect {
    stroke: #273da4;
  }
  .form .btn-list .btn.--blue:hover .icon--out svg path, .form .btn-list .btn.--blue:focus-visible .icon--out svg path {
    fill: #273da4;
    stroke: none;
  }
}
@media screen and (max-width: 767.98px) {
  .form .acc {
    margin-top: 1.5rem;
  }
  .form .acc__item:not(:first-child) {
    margin-top: 1.5rem;
  }
}
.form .acc .card-files {
  margin-top: 2rem;
}
@media screen and (max-width: 767.98px) {
  .form .box {
    margin-top: 2rem;
    padding: 1.2rem 1.5rem;
  }
}
.form .box + *,
.form .acc + * {
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .form .box + *,
  .form .acc + * {
    margin-top: 4rem;
  }
}
.form *:not(.heading) + .heading.--lv2 {
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .form *:not(.heading) + .heading.--lv2 {
    margin-top: 4rem;
  }
}
.form .warning.error {
  border: 2px solid #b30d10;
  background-color: #fff4f4;
  border-radius: 0.4rem;
  margin-top: 1.5rem;
  padding: 1.2rem 1.5rem;
}
.form .warning.error .error--txt {
  padding-left: 2.1rem;
}
@media screen and (min-width: 768px), print {
  .form .warning.error .error--txt {
    padding-left: 3.2rem;
  }
}
.form .warning.error .error--txt:not(:first-child) {
  margin-top: 1rem;
}
.form .warning.error .error--txt.error--icon {
  position: relative;
  display: block;
}
.form .warning.error .error--txt.error--icon::after {
  position: absolute;
  content: "";
  background-image: url(../img/icon-warning.svg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  top: 0.2rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .form .warning.error .error--txt.error--icon::after {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 768px), print {
  .form .warning.error {
    border-radius: 0.8rem;
    margin-top: 2rem;
    padding: 2.5rem 3rem;
  }
}
.form .warning.error::after {
  top: 1.4rem;
  left: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .form .warning.error::after {
    top: 2.7rem;
    left: 3rem;
  }
}
.form .warning.error::before {
  display: none;
}
.form .warning.error > *:first-child {
  margin-top: 0;
}
.form .form__option.error {
  background-color: #fff4f4;
}
.form .form__option.error .form__input {
  border-color: #b30d10;
}
.form .form__option.error .error--txt {
  padding-left: 2.1rem;
}
@media screen and (min-width: 768px), print {
  .form .form__option.error .error--txt {
    padding-left: 3.2rem;
  }
}
.form .form__option.error .error--txt {
  margin-top: 1rem;
}
.form .form__option.error .error--txt.error--icon {
  position: relative;
  display: block;
}
.form .form__option.error .error--txt.error--icon::after {
  position: absolute;
  content: "";
  background-image: url(../img/icon-warning.svg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  top: 0.2rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .form .form__option.error .error--txt.error--icon::after {
    width: 2rem;
    height: 2rem;
  }
}
.form .acc__item.error .button.acc-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: center;
}
.form .acc__item.error .button.acc-summary .button__ttl {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  word-break: break-word;
}
.form .acc__item.error .button.acc-summary .button__btn {
  grid-column: 2;
  grid-row: 1;
  flex-shrink: 0;
}
.form .acc__item.error .button.acc-summary .error--txt {
  grid-column: 1/-1;
  margin-top: 0.8rem;
  padding-left: 2.1rem;
}
@media screen and (min-width: 768px), print {
  .form .acc__item.error .button.acc-summary .error--txt {
    padding-left: 3.2rem;
  }
}
.form .acc__item.error .button.acc-summary .error--txt.error--icon {
  position: relative;
  display: block;
}
.form .acc__item.error .button.acc-summary .error--txt.error--icon::after {
  position: absolute;
  content: "";
  background-image: url(../img/icon-warning.svg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  top: 0.2rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .form .acc__item.error .button.acc-summary .error--txt.error--icon::after {
    width: 2rem;
    height: 2rem;
  }
}
.form .form__row.error .form__input {
  border-color: #b30d10;
}
.form .form__row.error .form__checkbox-label::before {
  border-color: #b30d10;
}
.form .form__row.error .form__checkbox:checked + .form__checkbox-label::before {
  border-color: #c2c2c2;
}
.form .form__row.error .error--txt {
  padding-left: 2.1rem;
}
@media screen and (min-width: 768px), print {
  .form .form__row.error .error--txt {
    padding-left: 3.2rem;
  }
}
.form .form__row.error .error--txt {
  margin-top: 0;
}
.form .form__row.error .error--txt.error--icon {
  position: relative;
  display: block;
}
.form .form__row.error .error--txt.error--icon::after {
  position: absolute;
  content: "";
  background-image: url(../img/icon-warning.svg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  top: 0.2rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .form .form__row.error .error--txt.error--icon::after {
    width: 2rem;
    height: 2rem;
  }
}

.main > .container > *:first-child {
  margin-top: 0 !important;
}

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

.categoryTitle {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0.02em;
  display: inline-flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-bottom: 2rem;
  color: #273da4;
}
.categoryTitle .sub-ttl {
  font-size: 1.2rem;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 0.6rem;
  line-height: 1;
}
.categoryTitle .sub-ttl::before {
  content: "";
  width: 1.6rem;
  height: 1px;
  background-color: #273da4;
}
@media screen and (min-width: 1024px), print {
  .categoryTitle .sub-ttl {
    font-size: 1.6rem;
    column-gap: 1.2rem;
  }
  .categoryTitle .sub-ttl::before {
    width: 3.2rem;
  }
}
@media screen and (min-width: 1024px), print {
  .categoryTitle {
    font-size: 4rem;
    row-gap: 1.8rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .categoryTitle {
    font-size: 3.2rem;
  }
}

.txt > a {
  text-decoration: underline;
  color: #273da4;
  transition: all 300ms;
}
@media screen and (min-width: 1024px), print {
  .txt > a {
    position: relative;
  }
  .txt > a {
    transition-duration: 0.3s;
  }
  .txt > a {
    text-decoration: underline;
  }
  .txt > a:focus-visible {
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px) and (hover: hover), print and (hover: hover) {
  .txt > a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px) and (hover: none), print and (hover: none) {
  .txt > a:active {
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px), print {
  .txt > a:focus-visible:focus-visible {
    outline: none;
  }
}
@media screen and (min-width: 1024px) and (hover: hover), print and (hover: hover) {
  .txt > a:hover:focus-visible {
    outline: none;
  }
}
@media screen and (min-width: 1024px) and (hover: none), print and (hover: none) {
  .txt > a:active:focus-visible {
    outline: none;
  }
}
.txt.align-right {
  text-align: right;
}
.txt.align-center {
  text-align: center;
}

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

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

.box {
  border: 1px solid #556ee6;
  border-radius: 0.4rem;
  padding: 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 1024px), print {
  .box {
    border-radius: 0.8rem;
    padding: 2.4rem 3rem;
    margin-top: 2rem;
    border-width: 0.2rem;
  }
}
.box > *:first-child {
  margin-top: 0;
}
.box > *:not(:first-child, .heading) {
  margin-top: 2rem;
}
@media screen and (min-width: 1024px), print {
  .box > *:not(:first-child, .heading) {
    margin-top: 4rem;
  }
}

.warning {
  border: 2px solid #b30d10;
  background-color: #fff4f4;
  border-radius: 0.4rem;
  padding: 1.5rem;
  margin-top: 1.5rem;
  position: relative;
}
.warning::before {
  content: "";
  position: absolute;
  left: 0.4rem;
  right: 0.4rem;
  top: 0.4rem;
  bottom: 0.4rem;
  border: 1px solid #b30d10;
  border-radius: 0.2rem;
}
@media screen and (min-width: 1024px), print {
  .warning {
    border-radius: 0.8rem;
    padding: 2.4rem 3rem;
    margin-top: 2rem;
  }
  .warning::before {
    left: 0.6rem;
    right: 0.6rem;
    top: 0.6rem;
    bottom: 0.6rem;
    border-radius: 0.24em;
  }
}
.warning > *:first-child {
  margin-top: 0;
}

.line {
  border-top: 1px solid #c2c2c2;
  margin-top: 1.5rem;
}
@media screen and (min-width: 1024px), print {
  .line {
    margin-top: 2rem;
  }
}

.main {
  margin-bottom: 8.5rem;
}
@media screen and (min-width: 1024px), print {
  .main {
    margin-bottom: 10rem;
  }
}

.arw-right {
  width: 2.2rem;
  height: 2.2rem;
  background-color: #273da4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  transition: all 300ms;
}
.arw-right svg {
  width: 1.3rem;
}
.arw-right svg circle,
.arw-right svg path {
  transition: all 300ms;
}
@media screen and (min-width: 1024px), print {
  .arw-right {
    width: 2.4rem;
    height: 2.4rem;
  }
  .arw-right svg {
    width: 1.5rem;
  }
}

svg:focus {
  outline: none;
}

.calc-box {
  background-color: #f4f6fa;
  padding: 1.5rem;
  margin-top: 1.5rem;
}
.calc-box > .txt {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px), print {
  .calc-box {
    padding: 2rem;
    margin-top: 2rem;
  }
}
.calc-box__row:not(:first-child) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1024px), print {
  .calc-box__row:not(:first-child) {
    margin-top: 3rem;
  }
}
.calc-box__row > * + .calc-box__field {
  margin-top: 1rem;
}
.calc-box__field {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.7rem;
  align-items: center;
}
@media screen and (min-width: 1024px), print {
  .calc-box__field {
    gap: 2rem;
  }
}
.calc-box__field .txt {
  margin: 0;
  letter-spacing: 0.04em;
}
.calc-box__field .calc-box__result {
  display: inline-flex;
  line-height: 1;
}
.calc-box__field .calc-box__result .result {
  line-height: 0.9;
}
.calc-box__number {
  border: 1px solid #c2c2c2;
  min-height: 3.8rem;
  padding: 0.5rem 1.5rem;
  background-color: #fff;
  text-align: right;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.5;
  -moz-appearance: textfield;
}
.calc-box__number::-webkit-outer-spin-button, .calc-box__number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media screen and (min-width: 1024px), print {
  .calc-box__number {
    min-height: 4.5rem;
    padding: 0.8rem 1rem;
    font-size: 1.6rem;
    width: 23rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .calc-box__number {
    flex: 1;
  }
}
.calc-box .calc-box__result {
  display: block;
}
.calc-box .result {
  margin: 0 1rem;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width: 1024px), print {
  .calc-box .result {
    font-size: 2.8rem;
    margin: 0 1.5rem;
  }
}
.calc-box .result__wrapper {
  display: inline-block;
}

@media screen and (min-width: 1024px), print {
  .mt-3 {
    margin-top: 3rem;
  }
}
.popup-bg {
  display: none;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.7;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}
.popup-wrap {
  width: 80%;
  max-width: 900px;
  padding: 0;
  box-sizing: border-box;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 110;
  display: none;
}
.popup__inner {
  padding-top: 56.25%;
  position: relative;
  height: 0;
}
.popup__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.popup__close {
  border: none;
  position: absolute;
  top: -1rem;
  right: -1rem;
  z-index: 10;
  background: #fff;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
}
@media screen and (min-width: 1024px), print {
  .popup__close {
    width: 4rem;
    height: 4rem;
    top: -1.3rem;
    right: -1.3rem;
  }
}

em a {
  color: #273da4;
  text-decoration: underline;
  font-weight: 400;
}
@media screen and (min-width: 1024px), print {
  em a {
    position: relative;
  }
  em a {
    transition-duration: 0.3s;
  }
  em a {
    text-decoration: underline;
  }
  em a:focus-visible {
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px) and (hover: hover), print and (hover: hover) {
  em a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px) and (hover: none), print and (hover: none) {
  em a:active {
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px), print {
  em a:focus-visible:focus-visible {
    outline: none;
  }
}
@media screen and (min-width: 1024px) and (hover: hover), print and (hover: hover) {
  em a:hover:focus-visible {
    outline: none;
  }
}
@media screen and (min-width: 1024px) and (hover: none), print and (hover: none) {
  em a:active:focus-visible {
    outline: none;
  }
}
em strong {
  color: #b30d10;
}

strong a {
  color: #273da4;
  text-decoration: underline;
  font-weight: 500;
}
@media screen and (min-width: 1024px), print {
  strong a {
    position: relative;
  }
  strong a {
    transition-duration: 0.3s;
  }
  strong a {
    text-decoration: underline;
  }
  strong a:focus-visible {
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px) and (hover: hover), print and (hover: hover) {
  strong a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px) and (hover: none), print and (hover: none) {
  strong a:active {
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px), print {
  strong a:focus-visible:focus-visible {
    outline: none;
  }
}
@media screen and (min-width: 1024px) and (hover: hover), print and (hover: hover) {
  strong a:hover:focus-visible {
    outline: none;
  }
}
@media screen and (min-width: 1024px) and (hover: none), print and (hover: none) {
  strong a:active:focus-visible {
    outline: none;
  }
}
strong em {
  font-weight: 500;
}

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

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