@charset "UTF-8";
@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP");
}
.align-item-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html {
  letter-spacing: 0.01em;
  background-color: #fff;
  color: #231E19;
}
@media screen and (min-width: 961px) {
  html {
    font-size: clamp(0.875rem, 0.5rem + 0.63vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  html {
    font-size: 16px;
  }
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Local Noto Sans JP", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.75;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (min-width: 961px) {
  body {
    font-size: clamp(0.875rem, 0.5rem + 0.63vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  body {
    font-size: 16px;
  }
}
body.no-scroll {
  overflow: hidden;
  position: relative;
}
body.no-scroll::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

main {
  margin: 0 auto;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #F5F5F5;
}
main ol {
  counter-reset: list-num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
}
@media screen and (min-width: 961px) {
  main ol {
    gap: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main ol {
    gap: 0.5rem;
  }
}
main ol > li {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  padding-left: 2em;
}
main ol > li::before {
  counter-increment: list-num 1;
  position: absolute;
  top: 0;
  left: 0;
  content: counter(list-num, decimal-leading-zero) ".";
  color: #AF2038;
  font-weight: 600;
}
main ol.list-inner {
  border: none;
  padding: 0;
  background-color: transparent;
}
main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
}
@media screen and (min-width: 961px) {
  main ul {
    gap: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main ul {
    gap: 0.5rem;
  }
}
main ul > li {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  padding-left: 1.125em;
}
main ul > li::before {
  position: absolute;
  top: 0.78125em;
  left: 0;
  content: "";
  width: 0.375em;
  height: 0.375em;
  border-radius: 50%;
  background-color: #8C8C8C;
}
main ul.check > li {
  padding-left: 1.75em;
}
main ul.check > li::before {
  position: absolute;
  top: calc((1.75em - clamp(0.75em, 1.25vw, 1em)) / 2);
  left: 0;
  content: "";
  background: url(../images/icon_check.svg) center center no-repeat;
  background-size: contain;
  overflow: hidden;
  background-color: transparent;
  height: 1em;
}
@media screen and (min-width: 961px) {
  main ul.check > li::before {
    width: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  main ul.check > li::before {
    width: 1rem;
  }
}
@media screen and (min-width: 961px) {
  main ul.list-anchor {
    padding-left: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  main ul.list-anchor {
    padding-left: 0.75rem;
  }
}
main ul.list-anchor > li {
  padding-left: 1.125em;
}
main ul.list-anchor > li::before {
  position: absolute;
  top: calc((1.75em - clamp(0.75em, 1.25vw, 1em)) / 2);
  left: 0;
  content: "";
  background: url(../images/icon_anchor_main.svg) center center no-repeat;
  background-size: contain;
  overflow: hidden;
  background-color: transparent;
  height: 1em;
}
@media screen and (min-width: 961px) {
  main ul.list-anchor > li::before {
    width: clamp(0.5rem, 0.5rem + 1vw, 0.625rem);
  }
}
@media screen and (max-width: 960.99px) {
  main ul.list-anchor > li::before {
    width: 0.625rem;
  }
}
main ul.list-inner {
  border: none;
  padding: 0;
  background-color: transparent;
}

section {
  width: 100%;
}

.jost-normal {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.jost-semiBold {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

a {
  text-decoration: none;
  color: inherit;
}

hr {
  width: 100%;
  border-top: solid 1px #C9C9C9;
}
@media screen and (min-width: 961px) {
  hr {
    margin-block: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  hr {
    margin-block: 1.5rem;
  }
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #8C8C8C;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #8C8C8C;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #8C8C8C;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #8C8C8C;
}

input::placeholder,
textarea::placeholder {
  color: #8C8C8C;
}
@media screen and (min-width: 961px) {
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
  input::placeholder,
  textarea::placeholder {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 14px;
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  input::placeholder,
  textarea::placeholder {
    font-size: 14px;
  }
}

main table {
  border: solid 1px #C9C9C9;
  text-align: center;
  width: 100%;
}
main table th,
main table td {
  border: solid 1px #C9C9C9;
}
@media screen and (min-width: 961px) {
  main table th,
  main table td {
    padding: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  main table th,
  main table td {
    padding: 0.75rem;
  }
}
main table th p,
main table td p {
  margin-block: 0;
  padding: 0;
}
main table th {
  font-weight: 600;
  background-color: #F5F5F5;
}
main table thead th,
main table thead td {
  background-color: #8C8C8C;
  font-weight: bold;
  color: #fff;
}

main .text-link-blue {
  color: #0D68A0;
  text-decoration: underline;
  cursor: pointer;
}
@media (any-hover: hover) {
  main .text-link-blue:hover {
    color: #AF2038;
  }
}
main .text-link-blue[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
}
main .text-link-blue[target=_blank]::after {
  content: "";
  background: url(../images/arrow_blank_textlink.svg) center no-repeat;
  background-size: contain;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.25em;
  margin-left: 0.25em;
}
@media (any-hover: hover) {
  main .text-link-blue[target=_blank]:hover::after {
    background-size: contain;
  }
}
@media (any-hover: hover) {
  main .text-link-blue:hover::after {
    background: url(../images/arrow_blank_main.svg) center no-repeat;
  }
}

main .text-link {
  color: #231E19;
  text-decoration: underline;
  cursor: pointer;
}
@media (any-hover: hover) {
  main .text-link:hover {
    color: #AF2038;
  }
}
main .text-link[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
}
main .text-link[target=_blank]::after {
  content: "";
  background: url(../images/arrow_blank_abk0.svg) center no-repeat;
  background-size: contain;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.25em;
  margin-left: 0.25em;
}
@media (any-hover: hover) {
  main .text-link[target=_blank]:hover::after {
    background-size: contain;
  }
}
@media (any-hover: hover) {
  main .text-link:hover::after {
    background: url(../images/arrow_blank_main.svg) center no-repeat;
  }
}

main .color-dark .text-link-blue,
main .color-dark .text-link {
  color: #fff;
}
@media (any-hover: hover) {
  main .color-dark .text-link-blue:hover,
  main .color-dark .text-link:hover {
    color: #fff;
    text-decoration: none;
  }
}
main .color-dark .text-link-blue[target=_blank]::after,
main .color-dark .text-link[target=_blank]::after {
  background: url(../images/arrow_blank_white.svg) center no-repeat;
}

.drop-shadow {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}

@media (any-hover: hover) {
  .hover-op7 a:hover,
  .hover-op7 button:hover {
    opacity: 0.7;
  }
}

body h1,
.h1 {
  font-weight: 600;
  line-height: 1.5;
  margin-top: 1rem;
}
@media screen and (min-width: 961px) {
  body h1,
  .h1 {
    margin-bottom: clamp(2rem, 2rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  body h1,
  .h1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 961px) {
  body h1,
  .h1 {
    font-size: clamp(1.5rem, 0.75rem + 1.25vw, 1.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  body h1,
  .h1 {
    font-size: 24px;
  }
}
body h1.h1-type-center,
.h1.h1-type-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  margin-top: 0;
}
@media screen and (min-width: 961px) {
  body h1.h1-type-center,
  .h1.h1-type-center {
    margin-bottom: clamp(2rem, 2rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  body h1.h1-type-center,
  .h1.h1-type-center {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 961px) {
  body h1.h1-type-center,
  .h1.h1-type-center {
    font-size: clamp(1.75rem, 0.625rem + 1.88vw, 2.125rem);
  }
}
@media screen and (max-width: 960.99px) {
  body h1.h1-type-center,
  .h1.h1-type-center {
    font-size: 24px;
  }
}
body h1.h1-type-center::after,
.h1.h1-type-center::after {
  content: "";
  background: #AF2038;
  width: 4em;
  height: 2px;
}
body h1.h1-type-center-theme,
.h1.h1-type-center-theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  margin-top: 0;
}
@media screen and (min-width: 961px) {
  body h1.h1-type-center-theme,
  .h1.h1-type-center-theme {
    margin-bottom: clamp(2rem, 2rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  body h1.h1-type-center-theme,
  .h1.h1-type-center-theme {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 961px) {
  body h1.h1-type-center-theme,
  .h1.h1-type-center-theme {
    font-size: clamp(1.75rem, 0.625rem + 1.88vw, 2.125rem);
  }
}
@media screen and (max-width: 960.99px) {
  body h1.h1-type-center-theme,
  .h1.h1-type-center-theme {
    font-size: 24px;
  }
}
body h1.h1-type-center-theme::after,
.h1.h1-type-center-theme::after {
  content: "";
  width: 4em;
  height: 2px;
}

.entry-dtail-title-container h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  margin-top: 0;
}
@media screen and (min-width: 961px) {
  .entry-dtail-title-container h1 {
    margin-bottom: clamp(2rem, 2rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .entry-dtail-title-container h1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 961px) {
  .entry-dtail-title-container h1 {
    font-size: clamp(1.75rem, 0.625rem + 1.88vw, 2.125rem);
  }
}
@media screen and (max-width: 960.99px) {
  .entry-dtail-title-container h1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 961px) {
  .entry-dtail-title-container h1 {
    padding-inline: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .entry-dtail-title-container h1 {
    padding-inline: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  .entry-dtail-title-container h1 {
    padding-top: clamp(4.6875rem, 4.6875rem + 1vw, 7rem);
  }
}
@media screen and (max-width: 960.99px) {
  .entry-dtail-title-container h1 {
    padding-top: 1.5rem;
  }
}
.entry-dtail-title-container h1::after {
  content: "";
  width: 4em;
  height: 2px;
}

h2,
.h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.5;
  font-weight: 600;
  width: 100%;
  gap: 0.5em;
}
@media screen and (min-width: 961px) {
  h2,
  .h2 {
    margin-top: clamp(2rem, 2rem + 1vw, 3rem);
  }
}
@media screen and (max-width: 960.99px) {
  h2,
  .h2 {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  h2,
  .h2 {
    margin-bottom: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  h2,
  .h2 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  h2,
  .h2 {
    font-size: clamp(1.25rem, 0.5rem + 1.25vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  h2,
  .h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 961px) {
  h2.h2-type-underline,
  .h2.h2-type-underline {
    font-size: clamp(1.25rem, 0.5rem + 1.25vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  h2.h2-type-underline,
  .h2.h2-type-underline {
    font-size: 20px;
  }
}
h2.h2-type-underline::after,
.h2.h2-type-underline::after {
  content: "";
  width: 4em;
  height: 2px;
}
@media screen and (min-width: 961px) {
  h2.h2-type-noline,
  .h2.h2-type-noline {
    font-size: clamp(1.25rem, 0.5rem + 1.25vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  h2.h2-type-noline,
  .h2.h2-type-noline {
    font-size: 20px;
  }
}
h2.h2-type-noline::after,
.h2.h2-type-noline::after {
  content: none;
}
@media screen and (min-width: 961px) {
  h2.h2-type-l-noline,
  .h2.h2-type-l-noline {
    font-size: clamp(1.75rem, 0.625rem + 1.88vw, 2.125rem);
  }
}
@media screen and (max-width: 960.99px) {
  h2.h2-type-l-noline,
  .h2.h2-type-l-noline {
    font-size: 24px;
  }
}
h2.h2-type-l-noline::after,
.h2.h2-type-l-noline::after {
  content: none;
}
h2.h2-type-center-s,
.h2.h2-type-center-s {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 961px) {
  h2.h2-type-center-s,
  .h2.h2-type-center-s {
    font-size: clamp(1.25rem, 0.5rem + 1.25vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  h2.h2-type-center-s,
  .h2.h2-type-center-s {
    font-size: 20px;
  }
}
h2.h2-type-center-s::after,
.h2.h2-type-center-s::after {
  content: none;
}
h2.h2-type-center-main,
.h2.h2-type-center-main {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 961px) {
  h2.h2-type-center-main,
  .h2.h2-type-center-main {
    margin-bottom: clamp(2rem, 2rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  h2.h2-type-center-main,
  .h2.h2-type-center-main {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 961px) {
  h2.h2-type-center-main,
  .h2.h2-type-center-main {
    font-size: clamp(1.75rem, 0.625rem + 1.88vw, 2.125rem);
  }
}
@media screen and (max-width: 960.99px) {
  h2.h2-type-center-main,
  .h2.h2-type-center-main {
    font-size: 24px;
  }
}
h2.h2-type-center-main::after,
.h2.h2-type-center-main::after {
  content: "";
  background-color: #AF2038;
  width: 4em;
  height: 2px;
}
h2.h2-type-center-theme,
.h2.h2-type-center-theme {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 961px) {
  h2.h2-type-center-theme,
  .h2.h2-type-center-theme {
    margin-bottom: clamp(2rem, 2rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  h2.h2-type-center-theme,
  .h2.h2-type-center-theme {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 961px) {
  h2.h2-type-center-theme,
  .h2.h2-type-center-theme {
    font-size: clamp(1.75rem, 0.625rem + 1.88vw, 2.125rem);
  }
}
@media screen and (max-width: 960.99px) {
  h2.h2-type-center-theme,
  .h2.h2-type-center-theme {
    font-size: 24px;
  }
}
h2.h2-type-center-theme::after,
.h2.h2-type-center-theme::after {
  content: "";
  width: 4em;
  height: 2px;
}
h2.h2-type-leftline,
.h2.h2-type-leftline {
  padding-left: 0.75em;
  border-left: solid 2px #AF2038;
}
@media screen and (min-width: 961px) {
  h2.h2-type-leftline,
  .h2.h2-type-leftline {
    font-size: clamp(1.125rem, 0.75rem + 0.63vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  h2.h2-type-leftline,
  .h2.h2-type-leftline {
    font-size: 16px;
  }
}
h2.h2-type-leftline::after,
.h2.h2-type-leftline::after {
  content: none;
}

h3,
.h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 1.6;
  font-weight: 600;
  width: 100%;
}
@media screen and (min-width: 961px) {
  h3,
  .h3 {
    margin-top: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  h3,
  .h3 {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  h3,
  .h3 {
    margin-bottom: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  h3,
  .h3 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  h3,
  .h3 {
    font-size: clamp(1.125rem, 0.75rem + 0.63vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  h3,
  .h3 {
    font-size: 16px;
  }
}
h3.h3-type-xl-noline,
.h3.h3-type-xl-noline {
  padding-left: 0;
  border-left: none;
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  h3.h3-type-xl-noline,
  .h3.h3-type-xl-noline {
    font-size: clamp(1.75rem, 0.625rem + 1.88vw, 2.125rem);
  }
}
@media screen and (max-width: 960.99px) {
  h3.h3-type-xl-noline,
  .h3.h3-type-xl-noline {
    font-size: 24px;
  }
}
h3.h3-type-leftline,
.h3.h3-type-leftline {
  padding-left: 0.75em;
  border-left: solid 2px #AF2038;
}
@media screen and (min-width: 961px) {
  h3.h3-type-leftline,
  .h3.h3-type-leftline {
    font-size: clamp(1.125rem, 0.75rem + 0.63vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  h3.h3-type-leftline,
  .h3.h3-type-leftline {
    font-size: 16px;
  }
}
h3.h3-type-noline,
.h3.h3-type-noline {
  padding-left: 0;
  border-left: none;
}
@media screen and (min-width: 961px) {
  h3.h3-type-noline,
  .h3.h3-type-noline {
    font-size: clamp(1.25rem, 0.5rem + 1.25vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  h3.h3-type-noline,
  .h3.h3-type-noline {
    font-size: 24px;
  }
}
h3.h3-type-noline-center,
.h3.h3-type-noline-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  border-left: none;
}
@media screen and (min-width: 961px) {
  h3.h3-type-noline-center,
  .h3.h3-type-noline-center {
    font-size: clamp(1.25rem, 0.5rem + 1.25vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  h3.h3-type-noline-center,
  .h3.h3-type-noline-center {
    font-size: 24px;
  }
}
h3.h3-type-underline,
.h3.h3-type-underline {
  padding-left: 0;
  border-left: none;
  padding-bottom: 0.625em;
  border-bottom: solid 1px #E8E8E8;
}
@media screen and (min-width: 961px) {
  h3.h3-type-underline,
  .h3.h3-type-underline {
    font-size: clamp(1.125rem, 0.75rem + 0.63vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  h3.h3-type-underline,
  .h3.h3-type-underline {
    font-size: 16px;
  }
}

h4,
.h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 1.6;
  font-weight: 600;
  width: 100%;
}
@media screen and (min-width: 961px) {
  h4,
  .h4 {
    margin-top: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  h4,
  .h4 {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  h4,
  .h4 {
    margin-bottom: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  h4,
  .h4 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  h4,
  .h4 {
    font-size: clamp(1.125rem, 0.75rem + 0.63vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  h4,
  .h4 {
    font-size: 16px;
  }
}

.title-underline {
  padding-bottom: 0.625em;
  border-bottom: solid 1px #E8E8E8;
}

h1.title-margin-0,
h2.title-margin-0,
h3.title-margin-0,
h4.title-margin-0,
h5.title-margin-0,
.h1.title-margin-0,
.h2.title-margin-0,
.h3.title-margin-0,
.h4.title-margin-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.page-title {
  background: linear-gradient(61deg, #231E19 0.5%, #4F473E 99.85%);
  min-height: 16.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .page-title {
    padding-inline: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .page-title {
    padding-inline: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  .page-title {
    padding-top: clamp(1.5rem, 1.5rem + 1vw, 3rem);
  }
}
@media screen and (max-width: 960.99px) {
  .page-title {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 961px) {
  .page-title {
    padding-bottom: clamp(3.75rem, 3.75rem + 1vw, 4.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .page-title {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 961px) {
  .page-title {
    gap: clamp(1rem, 1rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .page-title {
    gap: 0.25rem;
  }
}
@media screen and (max-width: 960.99px) {
  .page-title {
    min-height: 8.75em;
  }
}
.page-title::after {
  content: "";
  position: absolute;
  bottom: -15%;
  right: 4vW;
  opacity: 1;
  width: 60VW;
  height: 200%;
  overflow: hidden;
  background-image: url(../images/back_icon_title_main.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  z-index: 0;
  pointer-events: none;
}
.page-title .h1-label {
  position: relative;
  z-index: 1;
  color: #fff;
}
@media screen and (min-width: 961px) {
  .page-title .h1-label {
    font-size: clamp(1rem, 0.25rem + 1.25vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  .page-title .h1-label {
    font-size: 12px;
  }
}
.page-title .h1-label img {
  height: 67px;
  width: auto;
}
@media screen and (max-width: 960.99px) {
  .page-title .h1-label img {
    height: 40px;
  }
}
.page-title h1 {
  position: relative;
  z-index: 1;
  color: #fff;
  margin: 0px;
  font-weight: 400;
  padding: 0;
}
@media screen and (min-width: 961px) {
  .page-title h1 {
    font-size: clamp(1.75rem, 0.625rem + 1.88vw, 2.125rem);
  }
}
@media screen and (max-width: 960.99px) {
  .page-title h1 {
    font-size: 24px;
  }
}

.share-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .share-link {
    gap: clamp(0.625rem, 0.625rem + 1vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  .share-link {
    gap: 1.25rem;
  }
}
@media screen and (min-width: 961px) {
  .share-link {
    margin-top: clamp(3rem, 3rem + 1vw, 5.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .share-link {
    margin-top: 3rem;
  }
}
.share-link dt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #535353;
}
@media screen and (min-width: 961px) {
  .share-link dt {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .share-link dt {
    font-size: 14px;
  }
}
.share-link dd {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.share-link img {
  height: auto;
}
@media screen and (min-width: 961px) {
  .share-link img {
    width: clamp(1.25rem, 1.25rem + 1vw, 1.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .share-link img {
    width: 1.875rem;
  }
}

.url-copy-icon {
  position: relative;
}
@media screen and (min-width: 961px) {
  .url-copy-icon {
    gap: clamp(0.625rem, 0.625rem + 1vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  .url-copy-icon {
    gap: 1.25rem;
  }
}

.copy-toast {
  position: absolute;
  right: 0;
  top: 2.375em;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #AF2038;
  color: #fff;
  line-height: 1;
  border-radius: 0.25em;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .copy-toast {
    padding-inline: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .copy-toast {
    padding-inline: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  .copy-toast {
    padding-block: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .copy-toast {
    padding-block: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  .copy-toast {
    font-size: clamp(0.688rem, 0.313rem + 0.63vw, 0.813rem);
  }
}
@media screen and (max-width: 960.99px) {
  .copy-toast {
    font-size: 13px;
  }
}
.layout-multi-share .copy-toast {
  right: auto;
}
@media screen and (max-width: 960.99px) {
  .copy-toast {
    top: 3em;
  }
}

.copy-toast.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.more-link-text {
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
  padding-bottom: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  position: relative;
  z-index: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  .more-link-text {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .more-link-text {
    font-size: 14px;
  }
}
.more-link-text::before {
  content: "";
  position: absolute;
  width: 0%;
  bottom: 0;
  border-bottom: solid 1px #535353;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.more-link-text::after {
  content: "";
  background-size: 1em;
  width: 1em;
  height: 1em;
  display: block;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .more-link-text:hover::before {
    width: calc(100% - 0.5em - 1em);
  }
  .more-link-text:hover::after {
    -webkit-transform: translate(0.1875em, -0.1875em);
            transform: translate(0.1875em, -0.1875em);
  }
}
.more-link-text.icon-r::after {
  background: url(../images/arrow_r_abk1.svg) center no-repeat;
}
@media (any-hover: hover) {
  .more-link-text.icon-r:hover::after {
    -webkit-transform: translateX(0.325em);
            transform: translateX(0.325em);
  }
}
.more-link-text.icon-n::after {
  background: url(../images/arrow_blank_abk1.svg) center no-repeat;
}
.more-link-text.font-w-normal {
  font-weight: 400;
}

@media (any-hover: hover) {
  a:hover .more-link-text::before {
    width: calc(100% - 0.5em - 1em);
  }
  a:hover .more-link-text::after {
    -webkit-transform: translate(0.1875em, -0.1875em);
            transform: translate(0.1875em, -0.1875em);
  }
  a:hover .more-link-text.icon-r::after {
    -webkit-transform: translateX(0.325em);
            transform: translateX(0.325em);
  }
}

.bk-color-theme > .more-link-text,
.bk-color-black > .more-link-text,
.more-link-text.link-color-white {
  color: #fff;
}
.bk-color-theme > .more-link-text::before,
.bk-color-black > .more-link-text::before,
.more-link-text.link-color-white::before {
  border-bottom: solid 1px #fff;
}
.bk-color-theme > .more-link-text.icon-r::after,
.bk-color-black > .more-link-text.icon-r::after,
.more-link-text.link-color-white.icon-r::after {
  background: url(../images/arrow_r_white.svg) center no-repeat;
}
.bk-color-theme > .more-link-text.icon-n::after,
.bk-color-black > .more-link-text.icon-n::after,
.more-link-text.link-color-white.icon-n::after {
  background: url(../images/arrow_blank_white.svg) center no-repeat;
}

.more-link-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 1em;
  padding-block: 0.5em;
  min-width: 10.625em;
  border-radius: 0.5em;
  background-color: #E8E8E8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  gap: 1em;
}
@media screen and (min-width: 961px) {
  .more-link-btn {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .more-link-btn {
    font-size: 14px;
  }
}
.more-link-btn::after {
  content: "";
  background: url(../images/arrow_b_abk1.svg) center no-repeat;
  background-size: contain;
  width: 11px;
  height: 6px;
  display: block;
}
@media (any-hover: hover) {
  .more-link-btn:hover {
    background-color: #C9C9C9;
  }
}

#js-cardGrid .js-card-item {
  display: none;
  opacity: 0;
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
}
#js-cardGrid .js-card-item.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-animation: fadeInUp 0.3s ease-out forwards;
          animation: fadeInUp 0.3s ease-out forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#js-loadMoreBtn.is-hidden {
  display: none;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  padding: 0.5em;
  border-radius: 0.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  position: relative;
}
.btn::after {
  content: "";
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-size: contain;
  position: absolute;
}
@media (any-hover: hover) {
  .btn:hover::after {
    -webkit-transform: translateX(0.325em);
            transform: translateX(0.325em);
  }
}
@media (any-hover: hover) {
  .btn.icon-blank:hover::after {
    -webkit-transform: translate(0.1875em, -0.1875em);
            transform: translate(0.1875em, -0.1875em);
  }
}
.btn.color-main {
  background: #AF2038;
  border: solid 1px #AF2038;
  color: #fff;
}
@media (any-hover: hover) {
  .btn.color-main:hover {
    background: #fff;
    border: solid 1px #AF2038;
    color: #AF2038;
  }
}
.btn.color-abk0 {
  background: #231E19;
  border: solid 1px #231E19;
  color: #fff;
}
@media (any-hover: hover) {
  .btn.color-abk0:hover {
    background: #fff;
    border: solid 1px #AF2038;
    color: #AF2038;
  }
}
.btn.color-abk1 {
  background: #535353;
  border: solid 1px #535353;
  color: #fff;
}
@media (any-hover: hover) {
  .btn.color-abk1:hover {
    background: #fff;
    border: solid 1px #535353;
    color: #535353;
  }
}
.btn.color-rev {
  background: #fff;
  border: solid 1px #231E19;
  color: #231E19;
}
@media (any-hover: hover) {
  .btn.color-rev:hover {
    background: #535353;
    border: solid 1px #535353;
    color: #fff;
  }
}
.btn.size-l {
  width: 23.75rem;
  height: 4.25rem;
  padding-left: 1.75rem;
  padding-right: 2.9375rem;
}
@media screen and (min-width: 961px) {
  .btn.size-l {
    font-size: clamp(1.125rem, 0.75rem + 0.63vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  .btn.size-l {
    font-size: 16px;
  }
}
@media screen and (max-width: 575.99px) {
  .btn.size-l {
    width: 100%;
  }
}
.btn.size-l::after {
  width: 0.4375rem;
  height: 1rem;
  right: 1.75rem;
}
.btn.size-l:not(.color-rev)::after {
  background: url(../images/arrow_r_white_l.svg) center center no-repeat;
  background-size: contain;
}
.btn.size-l.color-rev::after {
  background: url(../images/arrow_r_abk0_l.svg) center center no-repeat;
  background-size: contain;
}
@media (any-hover: hover) {
  .btn.size-l.color-main:hover::after {
    background: url(../images/arrow_r_main_l.svg) center center no-repeat;
    background-size: contain;
  }
}
@media (any-hover: hover) {
  .btn.size-l.color-abk1:hover::after {
    background: url(../images/arrow_r_abk1_l.svg) center center no-repeat;
    background-size: contain;
  }
}
@media (any-hover: hover) {
  .btn.size-l.color-abk0:hover::after {
    background: url(../images/arrow_r_main_l.svg) center center no-repeat;
    background-size: contain;
  }
}
@media (any-hover: hover) {
  .btn.size-l.color-rev:hover::after {
    background: url(../images/arrow_r_white_l.svg) center center no-repeat;
    background-size: contain;
  }
}
.btn.size-l.icon-blank {
  padding-right: 3.375rem;
}
.btn.size-l.icon-blank::after {
  width: 0.875rem;
  height: 0.875rem;
  right: 1.75rem;
}
.btn.size-l.icon-blank:not(.color-rev)::after {
  background: url(../images/arrow_blank_white.svg) center center no-repeat;
  background-size: contain;
}
.btn.size-l.icon-blank.color-rev::after {
  background: url(../images/arrow_blank_abk0.svg) center center no-repeat;
  background-size: contain;
}
@media (any-hover: hover) {
  .btn.size-l.icon-blank.color-main:hover::after {
    background: url(../images/arrow_blank_main.svg) center center no-repeat;
    background-size: contain;
  }
}
@media (any-hover: hover) {
  .btn.size-l.icon-blank.color-abk1:hover::after {
    background: url(../images/arrow_blank_abk1.svg) center center no-repeat;
    background-size: contain;
  }
}
@media (any-hover: hover) {
  .btn.size-l.icon-blank.color-abk0:hover::after {
    background: url(../images/arrow_blank_main.svg) center center no-repeat;
    background-size: contain;
  }
}
@media (any-hover: hover) {
  .btn.size-l.icon-blank.color-rev:hover::after {
    background: url(../images/arrow_blank_white.svg) center center no-repeat;
    background-size: contain;
  }
}
.btn.size-l.icon-none {
  padding-right: 1.75rem !important;
}
.btn.size-m {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12.5rem;
  max-width: 18rem;
  height: 2.75rem;
  padding-left: 0.875rem;
  padding-right: 1.88rem;
}
@media screen and (min-width: 961px) {
  .btn.size-m {
    font-size: clamp(0.875rem, 0.5rem + 0.63vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  .btn.size-m {
    font-size: 16px;
  }
}
@media screen and (max-width: 575.99px) {
  .btn.size-m {
    min-width: unset;
    max-width: 100%;
  }
}
.btn.size-m::after {
  width: 0.38rem;
  height: 1rem;
  right: 0.875rem;
}
.btn.size-m:not(.color-rev)::after {
  background: url(../images/arrow_r_white.svg) center center no-repeat;
  background-size: contain;
}
.btn.size-m.color-rev::after {
  background: url(../images/arrow_r_abk0.svg) center center no-repeat;
  background-size: contain;
}
@media (any-hover: hover) {
  .btn.size-m.color-main:hover::after {
    background: url(../images/arrow_r_main.svg) center center no-repeat;
    background-size: contain;
  }
}
@media (any-hover: hover) {
  .btn.size-m.color-abk1:hover::after {
    background: url(../images/arrow_r_abk1.svg) center center no-repeat;
    background-size: contain;
  }
}
@media (any-hover: hover) {
  .btn.size-m.color-abk0:hover::after {
    background: url(../images/arrow_r_main.svg) center center no-repeat;
    background-size: contain;
  }
}
@media (any-hover: hover) {
  .btn.size-m.color-rev:hover::after {
    background: url(../images/arrow_r_white.svg) center center no-repeat;
    background-size: contain;
  }
}
.btn.size-m.icon-blank {
  padding-right: 2.1875rem;
}
.btn.size-m.icon-blank::after {
  width: 0.6875rem;
  height: 1rem;
  right: 0.875rem;
}
.btn.size-m.icon-blank:not(.color-rev)::after {
  background: url(../images/arrow_blank_white.svg) center center no-repeat;
  background-size: contain;
}
.btn.size-m.icon-blank.color-rev::after {
  background: url(../images/arrow_blank_abk0.svg) center center no-repeat;
  background-size: contain;
}
@media (any-hover: hover) {
  .btn.size-m.icon-blank.color-main:hover::after {
    background: url(../images/arrow_blank_main.svg) center center no-repeat;
    background-size: contain;
  }
}
@media (any-hover: hover) {
  .btn.size-m.icon-blank.color-abk1:hover::after {
    background: url(../images/arrow_blank_abk1.svg) center center no-repeat;
    background-size: contain;
  }
}
@media (any-hover: hover) {
  .btn.size-m.icon-blank.color-abk0:hover::after {
    background: url(../images/arrow_blank_main.svg) center center no-repeat;
    background-size: contain;
  }
}
@media (any-hover: hover) {
  .btn.size-m.icon-blank.color-rev:hover::after {
    background: url(../images/arrow_blank_white.svg) center center no-repeat;
    background-size: contain;
  }
}
.btn.size-m.icon-none {
  padding-right: 0.875rem !important;
}
.btn.size-s {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 8.75rem;
  max-width: 16rem;
  height: 2.625rem;
  padding-left: 0.875rem;
  padding-right: 1.88rem;
}
@media screen and (min-width: 961px) {
  .btn.size-s {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .btn.size-s {
    font-size: 14px;
  }
}
@media screen and (max-width: 575.99px) {
  .btn.size-s {
    min-width: unset;
    max-width: 100%;
  }
}
.btn.size-s::after {
  width: 0.38rem;
  height: 1rem;
  right: 0.875rem;
}
.btn.size-s:not(.color-rev)::after {
  background: url(../images/arrow_r_white.svg) center center no-repeat;
  background-size: contain;
}
.btn.size-s.color-rev::after {
  background: url(../images/arrow_r_abk0.svg) center center no-repeat;
  background-size: contain;
}
@media (any-hover: hover) {
  .btn.size-s.color-main:hover::after {
    background: url(../images/arrow_r_main.svg) center center no-repeat;
    background-size: contain;
  }
}
@media (any-hover: hover) {
  .btn.size-s.color-abk1:hover::after {
    background: url(../images/arrow_r_abk1.svg) center center no-repeat;
    background-size: contain;
  }
}
@media (any-hover: hover) {
  .btn.size-s.color-abk0:hover::after {
    background: url(../images/arrow_r_main.svg) center center no-repeat;
    background-size: contain;
  }
}
@media (any-hover: hover) {
  .btn.size-s.color-rev:hover::after {
    background: url(../images/arrow_r_white.svg) center center no-repeat;
    background-size: contain;
  }
}
.btn.size-s.icon-blank {
  padding-right: 2.1875rem;
}
.btn.size-s.icon-blank::after {
  width: 0.6875rem;
  height: 1rem;
  right: 0.875rem;
}
.btn.size-s.icon-blank:not(.color-rev)::after {
  background: url(../images/arrow_blank_white.svg) center center no-repeat;
  background-size: contain;
}
.btn.size-s.icon-blank.color-rev::after {
  background: url(../images/arrow_blank_abk0.svg) center center no-repeat;
  background-size: contain;
}
@media (any-hover: hover) {
  .btn.size-s.icon-blank.color-main:hover::after {
    background: url(../images/arrow_blank_main.svg) center center no-repeat;
    background-size: contain;
  }
}
@media (any-hover: hover) {
  .btn.size-s.icon-blank.color-abk1:hover::after {
    background: url(../images/arrow_blank_abk1.svg) center center no-repeat;
    background-size: contain;
  }
}
@media (any-hover: hover) {
  .btn.size-s.icon-blank.color-abk0:hover::after {
    background: url(../images/arrow_blank_main.svg) center center no-repeat;
    background-size: contain;
  }
}
@media (any-hover: hover) {
  .btn.size-s.icon-blank.color-rev:hover::after {
    background: url(../images/arrow_blank_white.svg) center center no-repeat;
    background-size: contain;
  }
}
.btn.size-s.icon-none {
  padding-right: 0.875rem !important;
}

@media (any-hover: hover) {
  a:hover .btn::after {
    -webkit-transform: translateX(0.325em);
            transform: translateX(0.325em);
  }
  a:hover .btn.icon-blank::after {
    -webkit-transform: translate(0.1875em, -0.1875em);
            transform: translate(0.1875em, -0.1875em);
  }
  a:hover .btn.color-main {
    background: #fff;
    border: solid 1px #AF2038;
    color: #AF2038;
  }
  a:hover .btn.color-abk0 {
    background: #fff;
    border: solid 1px #AF2038;
    color: #AF2038;
  }
  a:hover .btn.color-abk1 {
    background: #fff;
    border: solid 1px #535353;
    color: #535353;
  }
  a:hover .btn.color-rev {
    background: #535353;
    border: solid 1px #535353;
    color: #fff;
  }
  a:hover .btn.size-l.color-main::after {
    background: url(../images/arrow_r_main_l.svg) center center no-repeat;
    background-size: contain;
  }
  a:hover .btn.size-l.color-abk1::after {
    background: url(../images/arrow_r_abk1_l.svg) center center no-repeat;
    background-size: contain;
  }
  a:hover .btn.size-l.color-abk0::after {
    background: url(../images/arrow_r_main_l.svg) center center no-repeat;
    background-size: contain;
  }
  a:hover .btn.size-l.color-rev::after {
    background: url(../images/arrow_r_white_l.svg) center center no-repeat;
    background-size: contain;
  }
  a:hover .btn.size-l.icon-blank.color-main::after {
    background: url(../images/arrow_blank_main.svg) center center no-repeat;
    background-size: contain;
  }
  a:hover .btn.size-l.icon-blank.color-abk1::after {
    background: url(../images/arrow_blank_abk1.svg) center center no-repeat;
    background-size: contain;
  }
  a:hover .btn.size-l.icon-blank.color-abk0::after {
    background: url(../images/arrow_blank_main.svg) center center no-repeat;
    background-size: contain;
  }
  a:hover .btn.size-l.icon-blank.color-rev::after {
    background: url(../images/arrow_blank_white.svg) center center no-repeat;
    background-size: contain;
  }
  a:hover .btn.size-m.color-main::after {
    background: url(../images/arrow_r_main.svg) center center no-repeat;
    background-size: contain;
  }
  a:hover .btn.size-m.color-abk1::after {
    background: url(../images/arrow_r_abk1.svg) center center no-repeat;
    background-size: contain;
  }
  a:hover .btn.size-m.color-abk0::after {
    background: url(../images/arrow_r_main.svg) center center no-repeat;
    background-size: contain;
  }
  a:hover .btn.size-m.color-rev::after {
    background: url(../images/arrow_r_white.svg) center center no-repeat;
    background-size: contain;
  }
  a:hover .btn.size-m.icon-blank.color-main::after {
    background: url(../images/arrow_blank_main.svg) center center no-repeat;
    background-size: contain;
  }
  a:hover .btn.size-m.icon-blank.color-abk1::after {
    background: url(../images/arrow_blank_abk1.svg) center center no-repeat;
    background-size: contain;
  }
  a:hover .btn.size-m.icon-blank.color-abk0::after {
    background: url(../images/arrow_blank_main.svg) center center no-repeat;
    background-size: contain;
  }
  a:hover .btn.size-m.icon-blank.color-rev::after {
    background: url(../images/arrow_blank_white.svg) center center no-repeat;
    background-size: contain;
  }
  a:hover .btn.size-s.color-main::after {
    background: url(../images/arrow_r_main.svg) center center no-repeat;
    background-size: contain;
  }
  a:hover .btn.size-s.color-abk1::after {
    background: url(../images/arrow_r_abk1.svg) center center no-repeat;
    background-size: contain;
  }
  a:hover .btn.size-s.color-abk0::after {
    background: url(../images/arrow_r_main.svg) center center no-repeat;
    background-size: contain;
  }
  a:hover .btn.size-s.color-rev::after {
    background: url(../images/arrow_r_white.svg) center center no-repeat;
    background-size: contain;
  }
  a:hover .btn.size-s.icon-blank.color-main::after {
    background: url(../images/arrow_blank_main.svg) center center no-repeat;
    background-size: contain;
  }
  a:hover .btn.size-s.icon-blank.color-abk1::after {
    background: url(../images/arrow_blank_abk1.svg) center center no-repeat;
    background-size: contain;
  }
  a:hover .btn.size-s.icon-blank.color-abk0::after {
    background: url(../images/arrow_blank_main.svg) center center no-repeat;
    background-size: contain;
  }
  a:hover .btn.size-s.icon-blank.color-rev::after {
    background: url(../images/arrow_blank_white.svg) center center no-repeat;
    background-size: contain;
  }
}

.btn.icon-anchor::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.btn.icon-none::after {
  background: none !important;
}

.btn-icon-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 0.5em;
  padding-inline: 8px;
  gap: 0.5em;
  color: #231E19;
  border-radius: 0.5em;
  line-height: 1.2;
  position: relative;
}
@media screen and (min-width: 961px) {
  .btn-icon-radio {
    font-size: clamp(0.875rem, 0.688rem + 0.31vw, 0.938rem);
  }
}
@media screen and (max-width: 960.99px) {
  .btn-icon-radio {
    font-size: 14px;
  }
}
.btn-icon-radio::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #AF2038;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
}
.btn-icon-radio.checked {
  background-color: #E8E8E8;
}
.btn-icon-radio.checked::after {
  content: "";
  position: absolute;
  left: 10px;
  width: 14px;
  height: 14px;
  background-color: #AF2038;
  border-radius: 50%;
}
.btn-icon-radio:hover {
  background-color: #C9C9C9;
  color: #231E19;
}

.search-form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.search-form-block .search-form-input {
  padding: 0 0.75em;
  border: solid 1px #ABABAB;
  height: 2.5em;
}
@media screen and (min-width: 961px) {
  .search-form-block .search-form-input {
    border-radius: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .search-form-block .search-form-input {
    border-radius: 0.5rem;
  }
}
.search-form-block .search-form-input:focus {
  background-color: #F5F5F5;
}
.search-form-block .search-form-block-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  max-width: 8.125em;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  height: 100%;
  background-color: #231E19;
  border: solid 1px #231E19;
  color: #fff;
  font-weight: 500;
  border-radius: 0.5em;
  gap: 0.5em;
}
@media screen and (min-width: 961px) {
  .search-form-block .search-form-block-btn {
    padding-inline: clamp(0.375rem, 0.375rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .search-form-block .search-form-block-btn {
    padding-inline: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  .search-form-block .search-form-block-btn {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .search-form-block .search-form-block-btn {
    font-size: 14px;
  }
}
.search-form-block .search-form-block-btn::before {
  content: "";
  background: url(../images/icon_search_white.svg) center center no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
}
@media (any-hover: hover) {
  .search-form-block .search-form-block-btn:hover {
    background-color: #fff;
    color: #AF2038;
    border-color: #AF2038;
  }
  .search-form-block .search-form-block-btn:hover::before {
    background: url(../images/icon_search_main.svg) center center no-repeat;
    background-size: contain;
    width: 1em;
    height: 1em;
  }
}

.page-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (min-width: 961px) {
  .page-top {
    padding-block: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  .page-top {
    padding-block: 1rem;
  }
}
.page-top button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.625em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #231E19;
}
.page-top button::after {
  background: #fff url(../images/arrow_t_abk0.svg) center center no-repeat;
  border: solid 1px #231E19;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  content: "";
  border: 1px solid #231E19;
}
@media (any-hover: hover) {
  .page-top button:hover {
    color: #AF2038;
  }
  .page-top button:hover::after {
    background: #fff url(../images/arrow_t_main.svg) center center no-repeat;
    border-color: #AF2038;
  }
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5em;
  margin-top: auto;
  min-width: 0;
}

.tags-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 961px) {
  .tags-container.title-before-container {
    margin-bottom: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  .tags-container.title-before-container {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .tags-container.title-before-container {
    gap: clamp(0.25rem, 0.25rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .tags-container.title-before-container {
    gap: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .tags-container.title-after-container {
    margin-bottom: clamp(2rem, 2rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .tags-container.title-after-container {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .tags-container.title-after-container {
    gap: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .tags-container.title-after-container {
    gap: 0.5rem;
  }
}
@media screen and (min-width: 961px) {
  .tags-container.tags-container-inner {
    gap: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .tags-container.tags-container-inner {
    gap: 0.5rem;
  }
}

.tag-icon {
  padding-block: 0.5em;
  border-radius: 9999px;
  line-height: 1;
  font-weight: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 961px) {
  .tag-icon {
    padding-inline: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .tag-icon {
    padding-inline: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  .tag-icon {
    font-size: clamp(0.688rem, 0.5rem + 0.31vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .tag-icon {
    font-size: 12px;
  }
}
.tag-icon.icon-wh0 {
  border: solid 1px #ABABAB;
  color: #231E19;
}
.tag-icon.icon-abk6 {
  background-color: #F5F5F5;
  border: solid 1px #F5F5F5;
  color: #231E19;
}
.tag-icon.icon-gray {
  background-color: #E8E8E8;
  border: solid 1px #E8E8E8;
  color: #231E19;
}
.tag-icon.status {
  color: #fff;
  background-color: #AF2038;
}
@media screen and (min-width: 961px) {
  .tag-icon.status {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .tag-icon.status {
    font-size: 14px;
  }
}
.tag-icon.status.end {
  background-color: #8C8C8C;
}
.tag-icon.card-tag1 {
  font-weight: 600;
  background-color: #F5F5F5;
  color: #231E19;
  border: solid 1px #F5F5F5;
}
.tag-icon.card-tag2 {
  font-weight: 600;
  background-color: #fff;
  color: #231E19;
  border: solid 1px #ABABAB;
}
.tag-icon.card-tag3 {
  font-weight: 600;
  background-color: transparent;
  color: #231E19;
  border: solid 1px #8C8C8C;
}
.tag-icon.new {
  position: absolute;
  font-weight: 600;
  border-radius: 0;
  left: 0;
  z-index: 1;
  clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
  background-color: #AF2038;
  color: #fff;
}
@media screen and (min-width: 961px) {
  .tag-icon.new {
    padding-right: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .tag-icon.new {
    padding-right: 1.125rem;
  }
}
@media screen and (min-width: 961px) {
  .tag-icon.new {
    top: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .tag-icon.new {
    top: 0.5rem;
  }
}

@media (any-hover: hover) {
  a.tag-icon:hover {
    border: solid 1px #AF2038;
    background-color: #AF2038;
    color: #fff;
  }
}

.icon-gray {
  background-color: #E8E8E8;
  border: solid 1px #E8E8E8;
  color: #231E19;
}

.icon-theme {
  background-color: #F4D2D7;
  border: solid 1px #F4D2D7;
  color: #231E19;
}

.topic-path-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E8E8E8;
}
@media screen and (min-width: 961px) {
  .topic-path-container {
    padding-block: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  .topic-path-container {
    padding-block: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .topic-path-container {
    padding-inline: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .topic-path-container {
    padding-inline: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  .topic-path-container {
    gap: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .topic-path-container {
    gap: 0.75rem;
  }
}
.topic-path-container.bk-color-none {
  background-color: #F5F5F5;
}
@media screen and (min-width: 961px) {
  .topic-path-container * {
    font-size: clamp(0.688rem, 0.5rem + 0.31vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .topic-path-container * {
    font-size: 12px;
  }
}
.topic-path-container .topic-path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #8C8C8C;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 961px) {
  .topic-path-container .topic-path {
    gap: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .topic-path-container .topic-path {
    gap: 0.75rem;
  }
}
.topic-path-container .topic-path li {
  white-space: nowrap;
  overflow-x: hidden;
}
.topic-path-container .topic-path li.path-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  color: #535353;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topic-path-container .topic-path li.path-home::before {
  content: "";
  background: url(../images/icon_home.svg) center center no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  display: block;
  padding-inline: 2px;
}
.topic-path-container .topic-path li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #535353;
}
@media screen and (min-width: 961px) {
  .topic-path-container .topic-path li a {
    gap: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .topic-path-container .topic-path li a {
    gap: 0.75rem;
  }
}
.topic-path-container .topic-path li a::after {
  content: "";
  background: url(../images/arrow_r_abk2.svg) center center no-repeat;
  background-size: contain;
  width: 0.625em;
  height: 0.625em;
  display: block;
  padding-inline: 2px;
}
@media (any-hover: hover) {
  .topic-path-container .topic-path li a:hover {
    color: #AF2038;
  }
}

#cta-section {
  background-color: #fff;
  background-image: url(../images/cta_backImg.webp);
  background-position: left top;
  background-size: cover;
  position: relative;
  z-index: 0;
  border-bottom: solid 1px #C9C9C9;
}
#cta-section::before {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  background: url(../images/cta_backImg_l.webp) left top no-repeat;
  width: 15.8vw;
  top: 0px;
  left: 0;
  height: 90%;
  background-size: contain;
  max-width: 528px;
  max-height: 824px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 1;
}
@media screen and (max-width: 960.99px) {
  #cta-section::before {
    width: 31.2vw;
    height: 50%;
  }
}
#cta-section::after {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  background: url(../images/cta_backImg_r.svg) right bottom no-repeat;
  width: 12.6vw;
  bottom: 0px;
  right: 0;
  height: 60%;
  background-size: contain;
  max-width: 396px;
  max-height: 552px;
  z-index: 1;
}
@media screen and (max-width: 960.99px) {
  #cta-section::after {
    width: 22.6vw;
    height: 35%;
  }
}
#cta-section .cta-section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  #cta-section .cta-section-inner {
    padding-inline: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  #cta-section .cta-section-inner {
    padding-inline: 1.125rem;
  }
}
@media screen and (min-width: 961px) {
  #cta-section .cta-section-inner {
    padding-bottom: clamp(2rem, 2rem + 1vw, 3.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  #cta-section .cta-section-inner {
    padding-bottom: 7.5rem;
  }
}
@media screen and (min-width: 961px) {
  #cta-section .cta-section-inner {
    gap: clamp(2rem, 2rem + 1vw, 3rem);
  }
}
@media screen and (max-width: 960.99px) {
  #cta-section .cta-section-inner {
    gap: 3rem;
  }
}
#cta-section .cta-section-inner .cta-text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  #cta-section .cta-section-inner .cta-text-block {
    gap: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  #cta-section .cta-section-inner .cta-text-block {
    gap: 1rem;
  }
}
@media screen and (min-width: 961px) {
  #cta-section .cta-section-inner .cta-text-block {
    padding-inline: clamp(6rem, 6rem + 1vw, 8.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  #cta-section .cta-section-inner .cta-text-block {
    padding-inline: 6rem;
  }
}
@media screen and (max-width: 575.99px) {
  #cta-section .cta-section-inner .cta-text-block {
    padding-inline: 2em;
  }
}
@media screen and (max-width: 374.99px) {
  #cta-section .cta-section-inner .cta-text-block {
    padding-inline: 1.5em;
  }
}
#cta-section .cta-section-inner .cta-text-block .cta-title-sub {
  display: block;
  text-align: center;
  border: none;
  margin-block: 0;
}
@media screen and (min-width: 961px) {
  #cta-section .cta-section-inner .cta-text-block .cta-title-sub {
    font-size: clamp(1.125rem, 0.75rem + 0.63vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  #cta-section .cta-section-inner .cta-text-block .cta-title-sub {
    font-size: 16px;
  }
}
@media screen and (min-width: 961px) {
  #cta-section .cta-section-inner .cta-text-block .cta-title-sub {
    padding-top: clamp(2rem, 2rem + 1vw, 3.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  #cta-section .cta-section-inner .cta-text-block .cta-title-sub {
    padding-top: 7.5rem;
  }
}
#cta-section .cta-section-inner .cta-text-block .cta-title-main {
  display: block;
  text-align: center;
  margin-block: 0;
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  #cta-section .cta-section-inner .cta-text-block .cta-title-main {
    font-size: clamp(1.75rem, 0.625rem + 1.88vw, 2.125rem);
  }
}
@media screen and (max-width: 960.99px) {
  #cta-section .cta-section-inner .cta-text-block .cta-title-main {
    font-size: 24px;
  }
}
@media screen and (max-width: 960.99px) {
  #cta-section .cta-section-inner .cta-text-block .cta-title-main {
    font-size: 1.75em;
  }
}
#cta-section .cta-section-inner .cta-section-btn-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 961px) {
  #cta-section .cta-section-inner .cta-section-btn-block {
    padding-inline: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  #cta-section .cta-section-inner .cta-section-btn-block {
    padding-inline: 1.125rem;
  }
}
@media screen and (min-width: 961px) {
  #cta-section .cta-section-inner .cta-section-btn-block {
    padding-block: clamp(2rem, 2rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  #cta-section .cta-section-inner .cta-section-btn-block {
    padding-block: 1rem;
  }
}
@media screen and (min-width: 961px) {
  #cta-section .cta-section-inner .cta-section-btn-block {
    gap: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  #cta-section .cta-section-inner .cta-section-btn-block {
    gap: 1.5rem;
  }
}

#cta-section2 {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  #cta-section2 {
    padding-block: clamp(2rem, 2rem + 1vw, 3.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  #cta-section2 {
    padding-block: 3rem;
  }
}
#cta-section2::after {
  content: "";
  position: absolute;
  bottom: -15%;
  right: 4vW;
  opacity: 1;
  width: 60VW;
  height: 200%;
  background-image: url(../images/back_icon_title_main.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}
#cta-section2 .cta-section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 961px) {
  #cta-section2 .cta-section-inner {
    padding-inline: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  #cta-section2 .cta-section-inner {
    padding-inline: 1.125rem;
  }
}
@media screen and (min-width: 961px) {
  #cta-section2 .cta-section-inner {
    gap: clamp(2rem, 2rem + 1vw, 3rem);
  }
}
@media screen and (max-width: 960.99px) {
  #cta-section2 .cta-section-inner {
    gap: 3rem;
  }
}
#cta-section2 .cta-section-inner .cta-text-copy {
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 961px) {
  #cta-section2 .cta-section-inner .cta-text-copy {
    font-size: clamp(1.125rem, 0.75rem + 0.63vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  #cta-section2 .cta-section-inner .cta-text-copy {
    font-size: 16px;
  }
}
#cta-section2 .cta-section-inner .cta-text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  #cta-section2 .cta-section-inner .cta-text-block {
    gap: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  #cta-section2 .cta-section-inner .cta-text-block {
    gap: 1rem;
  }
}
@media screen and (min-width: 961px) {
  #cta-section2 .cta-section-inner .cta-text-block {
    padding-inline: clamp(6rem, 6rem + 1vw, 8.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  #cta-section2 .cta-section-inner .cta-text-block {
    padding-inline: 0rem;
  }
}
@media screen and (max-width: 575.99px) {
  #cta-section2 .cta-section-inner .cta-text-block {
    padding-inline: 2em;
  }
}
@media screen and (max-width: 374.99px) {
  #cta-section2 .cta-section-inner .cta-text-block {
    padding-inline: 1.5em;
  }
}
#cta-section2 .cta-section-inner .cta-text-block .cta-title-sub {
  display: block;
  text-align: center;
  border: none;
  margin-block: 0;
}
@media screen and (min-width: 961px) {
  #cta-section2 .cta-section-inner .cta-text-block .cta-title-sub {
    font-size: clamp(1.125rem, 0.75rem + 0.63vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  #cta-section2 .cta-section-inner .cta-text-block .cta-title-sub {
    font-size: 16px;
  }
}
#cta-section2 .cta-section-inner .cta-text-block .cta-title-main {
  display: block;
  text-align: center;
  margin-block: 0;
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  #cta-section2 .cta-section-inner .cta-text-block .cta-title-main {
    font-size: clamp(1.75rem, 0.625rem + 1.88vw, 2.125rem);
  }
}
@media screen and (max-width: 960.99px) {
  #cta-section2 .cta-section-inner .cta-text-block .cta-title-main {
    font-size: 24px;
  }
}
@media screen and (max-width: 960.99px) {
  #cta-section2 .cta-section-inner .cta-text-block .cta-title-main {
    font-size: 1.75em;
  }
}
#cta-section2 .cta-section-inner .cta-section-btn-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 961px) {
  #cta-section2 .cta-section-inner .cta-section-btn-block {
    gap: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  #cta-section2 .cta-section-inner .cta-section-btn-block {
    gap: 1.5rem;
  }
}
#cta-section2 .cta-section-inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: linear-gradient(89deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.32) 100%);
}
@media screen and (min-width: 961px) {
  #cta-section2 .cta-section-inner2 {
    margin-inline: clamp(6rem, 6rem + 1vw, 8.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  #cta-section2 .cta-section-inner2 {
    margin-inline: 0rem;
  }
}
@media screen and (min-width: 961px) {
  #cta-section2 .cta-section-inner2 {
    padding-inline: clamp(2rem, 2rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  #cta-section2 .cta-section-inner2 {
    padding-inline: 1rem;
  }
}
@media screen and (min-width: 961px) {
  #cta-section2 .cta-section-inner2 {
    padding-block: clamp(2rem, 2rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  #cta-section2 .cta-section-inner2 {
    padding-block: 1rem;
  }
}
@media screen and (min-width: 961px) {
  #cta-section2 .cta-section-inner2 {
    gap: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  #cta-section2 .cta-section-inner2 {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  #cta-section2 .cta-section-inner2 {
    border-radius: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  #cta-section2 .cta-section-inner2 {
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 767.99px) {
  #cta-section2 .cta-section-inner2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#cta-section2 .cta-section-inner2.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767.99px) {
  #cta-section2 .cta-section-inner2.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#cta-section2 .cta-section-inner2 .cta-section-inner2-text {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767.99px) {
  #cta-section2 .cta-section-inner2 .cta-section-inner2-text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}
#cta-section2 .cta-section-inner2 .cta-section-inner2-image {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767.99px) {
  #cta-section2 .cta-section-inner2 .cta-section-inner2-image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}
#cta-section2 .cta-section-inner2 .cta-section-inner2-image img {
  width: 100%;
  height: auto;
  display: block;
}
#cta-section2 .cta-section-inner2 .cta-section-inner2-image.rotate img {
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}
@media screen and (max-width: 767.99px) {
  #cta-section2 .cta-section-inner2 .cta-section-inner2-image.rotate img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: sticky;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 16px 0 rgba(83, 83, 83, 0.14);
          box-shadow: 0 0 16px 0 rgba(83, 83, 83, 0.14);
  backdrop-filter: blur(40px);
  top: 0;
  left: 0;
  z-index: 100;
  line-height: 1.3;
}
.header a:not(.cta-btn-item, .megaMenu-item, .keyword-btn-block a, .blog-header),
.header button {
  -webkit-transition: color 0.3s, translate 0.3s;
  transition: color 0.3s, translate 0.3s;
  text-align: left;
  color: #231E19;
}
@media (any-hover: hover) {
  .header a:not(.cta-btn-item, .megaMenu-item, .keyword-btn-block a, .blog-header):hover,
  .header button:hover {
    color: #AF2038;
  }
}
.header.header-logo-only .logo {
  border-right: none;
}

.logo-link {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

.header-main {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 961px) {
  .header-main {
    padding-right: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-main {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  .header-main {
    padding-left: clamp(0.625rem, 0.625rem + 1vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-main {
    padding-left: 0.75rem;
  }
}
.header-main .logo {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: solid 1px #E8E8E8;
}
@media screen and (max-width: 960.99px) {
  .header-main .logo {
    border-right: none;
  }
}
@media (any-hover: hover) {
  .header-main .logo:hover {
    opacity: 0.7;
  }
}
.header-main .logo .logo-img {
  width: 9.928vw;
  max-width: 139px;
  min-width: 110px;
}
@media screen and (max-width: 960.99px) {
  .header-main .logo .logo-img {
    height: 54px;
    width: auto;
  }
}
.header-main .cta-btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 961px) {
  .header-main .cta-btn-block {
    gap: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-main .cta-btn-block {
    gap: 0.75rem;
  }
}
.header-main .cta-btn-block .cta-btn-item {
  width: 10.9375vw;
  max-width: 8.75rem;
  white-space: wrap;
  font-size: 100%;
  text-align: center;
  min-width: 6.5rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 961px) {
  .header-main .cta-btn-block .cta-btn-item {
    padding-inline: clamp(0.125rem, 0.125rem + 1vw, 0.375rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-main .cta-btn-block .cta-btn-item {
    padding-inline: 0.375rem;
  }
}
@media screen and (min-width: 961px) {
  .header-main .cta-btn-block .cta-btn-item {
    padding-block: clamp(0.125rem, 0.125rem + 1vw, 0.375rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-main .cta-btn-block .cta-btn-item {
    padding-block: 0.375rem;
  }
}
@media screen and (min-width: 961px) {
  .header-main .cta-btn-block .cta-btn-item {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-main .cta-btn-block .cta-btn-item {
    font-size: 14px;
  }
}
.header-main .cta-btn-block .cta-btn-item::after {
  display: none;
}
@media screen and (max-width: 960.99px) {
  .header-main {
    height: 4rem;
  }
}
@media screen and (max-width: 1399.99px) and (max-width: 1199.99px) {
  .header-main.hmenu-narrow .cta-btn-block:not(.sp-menu-cta .cta-btn-block) .cta-btn-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 1399.99px) and (min-width: 961px) {
  .header-main.hmenu-narrow .header-left {
    gap: clamp(0.125rem, 0.125rem + 1vw, 0.375rem);
  }
}
@media screen and (max-width: 1399.99px) and (max-width: 960.99px) {
  .header-main.hmenu-narrow .header-left {
    gap: 0.375rem;
  }
}
@media screen and (max-width: 1399.99px) and (min-width: 961px) {
  .header-main.hmenu-narrow .header-left .service-select {
    gap: clamp(0.125rem, 0.125rem + 1vw, 0.375rem);
  }
}
@media screen and (max-width: 1399.99px) and (max-width: 960.99px) {
  .header-main.hmenu-narrow .header-left .service-select {
    gap: 0.375rem;
  }
}
@media screen and (max-width: 1399.99px) and (min-width: 961px) {
  .header-main.hmenu-narrow .header-left .service-menu {
    padding-right: clamp(0.125rem, 0.125rem + 1vw, 0.375rem);
  }
}
@media screen and (max-width: 1399.99px) and (max-width: 960.99px) {
  .header-main.hmenu-narrow .header-left .service-menu {
    padding-right: 0.375rem;
  }
}
@media screen and (max-width: 1399.99px) and (min-width: 961px) {
  .header-main.hmenu-narrow .header-left .service-menu .service-menu-list {
    padding-left: clamp(0.125rem, 0.125rem + 1vw, 0.375rem);
  }
}
@media screen and (max-width: 1399.99px) and (max-width: 960.99px) {
  .header-main.hmenu-narrow .header-left .service-menu .service-menu-list {
    padding-left: 0.375rem;
  }
}
@media screen and (max-width: 1399.99px) and (min-width: 961px) {
  .header-main.hmenu-narrow .header-left .service-name {
    padding-inline: clamp(0.125rem, 0.125rem + 1vw, 0.375rem);
  }
}
@media screen and (max-width: 1399.99px) and (max-width: 960.99px) {
  .header-main.hmenu-narrow .header-left .service-name {
    padding-inline: 0.375rem;
  }
}
@media screen and (max-width: 1399.99px) and (min-width: 961px) {
  .header-main.hmenu-narrow .hMenu {
    gap: clamp(0.125rem, 0.125rem + 1vw, 0.375rem);
  }
}
@media screen and (max-width: 1399.99px) and (max-width: 960.99px) {
  .header-main.hmenu-narrow .hMenu {
    gap: 0.375rem;
  }
}
@media screen and (max-width: 1399.99px) and (min-width: 961px) {
  .header-main.hmenu-narrow .hMenu .hMenu-item {
    padding-inline: clamp(0.125rem, 0.125rem + 1vw, 0.375rem);
  }
}
@media screen and (max-width: 1399.99px) and (max-width: 960.99px) {
  .header-main.hmenu-narrow .hMenu .hMenu-item {
    padding-inline: 0.375rem;
  }
}

.header-sub {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  background-color: #F5F5F5;
  border-top: solid 1px #E8E8E8;
}
@media screen and (min-width: 961px) {
  .header-sub {
    padding-block: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-sub {
    padding-block: 0.5rem;
  }
}
@media screen and (min-width: 961px) {
  .header-sub {
    padding-inline: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-sub {
    padding-inline: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  .header-sub {
    gap: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-sub {
    gap: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  .header-sub .hMenu {
    font-size: clamp(0.688rem, 0.313rem + 0.63vw, 0.813rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-sub .hMenu {
    font-size: 13px;
  }
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 961px) {
  .header-left {
    gap: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-left {
    gap: 0.75rem;
  }
}
.header-left .service-select {
  border-right: solid 1px #E8E8E8;
}
@media screen and (min-width: 961px) {
  .header-left .service-select {
    padding-right: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-left .service-select {
    padding-right: 0.75rem;
  }
}
.header-left .service-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 961px) {
  .header-left .service-menu {
    padding-right: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-left .service-menu {
    padding-right: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  .header-left .service-menu {
    font-size: clamp(0.688rem, 0.313rem + 0.63vw, 0.813rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-left .service-menu {
    font-size: 13px;
  }
}
.header-left .service-menu .service-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 961px) {
  .header-left .service-menu .service-menu-list {
    padding-left: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-left .service-menu .service-menu-list {
    padding-left: 0.75rem;
  }
}
.header-left .service-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 961px) {
  .header-left .service-name {
    padding-inline: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-left .service-name {
    padding-inline: 0.75rem;
  }
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-left: auto;
}
@media screen and (min-width: 961px) {
  .header-right {
    gap: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-right {
    gap: 0.75rem;
  }
}

.hMenu {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 961px) {
  .header-main .hMenu {
    gap: clamp(0.375rem, 0.375rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-main .hMenu {
    gap: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  .header-sub .hMenu {
    gap: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-sub .hMenu {
    gap: 0.75rem;
  }
}
.hMenu .hMenu-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 961px) {
  .hMenu .hMenu-item {
    padding-inline: clamp(0.25rem, 0.25rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .hMenu .hMenu-item {
    padding-inline: 1rem;
  }
}
.hMenu .hMenu-item a:not(.btn) {
  color: currentColor;
  text-align: center;
}
.hMenu .hMenu-item:not(.dropMenu) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.hMenu .hMenu-item .icon-n {
  gap: 0.25em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hMenu .hMenu-item .icon-n::after {
  content: "";
  background: url(../images/arrow_blank_abk1.svg) center no-repeat;
  background-size: 1em;
  width: 1em;
  height: 1em;
  display: block;
  padding-left: 0.25em;
}
.hMenu .hMenu-item.on {
  border-top: solid 4px #AF2038;
  padding-bottom: 4px;
}
.hMenu .hMenu-item:not(.on) {
  padding-block: 4px;
}

.header-sub .hMenu {
  gap: 0;
}
.header-sub .hMenu > .hMenu-item {
  padding-inline: 0;
  padding-block: 0;
}

.header-sub .hMenu > .hMenu-item > a,
.header-sub .hMenu > .hMenu-item > button {
  padding-block: 4px;
  padding-inline: 1rem;
}

.dropMenu:not(.width-full) {
  position: relative;
}
.dropMenu.is-open .dropMenu-nav {
  clip-path: inset(0 -50vw);
  visibility: visible;
  max-height: 100vh;
  max-height: 100dvh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: clip-path 0.3s;
  transition: clip-path 0.3s;
}
.dropMenu.is-open .dropMenu-nav.sp-dropMenu-nav {
  right: 0;
}
.dropMenu.is-open .sp-dropMenu-nav {
  right: 0;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100vh;
  max-height: calc(100dvh - 108px);
}
.dropMenu.is-open .dropMenu-btn::after {
  rotate: x 180deg;
}
.dropMenu .dropMenu-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .dropMenu .dropMenu-btn {
    gap: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .dropMenu .dropMenu-btn {
    gap: 0.5rem;
  }
}
.dropMenu .dropMenu-btn::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #535353;
  line-height: 1;
  width: 7px;
  min-width: 7px;
  height: 7px;
  border: 2px solid #535353;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
  -webkit-transition: rotate 0.3s, translateY 0.3s;
  transition: rotate 0.3s, translateY 0.3s;
}
@media (any-hover: hover) {
  .dropMenu .dropMenu-btn:hover::after {
    color: #AF2038;
    border-color: #AF2038;
  }
}

.megaMenu .megaMenu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  width: 100%;
  padding: 1em 1.5em 1.5em;
  -webkit-box-shadow: 0 0 4px 0 rgba(35, 30, 25, 0.2);
          box-shadow: 0 0 4px 0 rgba(35, 30, 25, 0.2);
  border-radius: 0 0 1em 1em;
  overflow-x: hidden;
  overflow-y: auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 70px;
}
.megaMenu .megaMenu-block {
  max-width: 916px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.megaMenu .megaMenu-title {
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  .megaMenu .megaMenu-title {
    font-size: clamp(1.125rem, 0.75rem + 0.63vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  .megaMenu .megaMenu-title {
    font-size: 16px;
  }
}
.megaMenu .megaMenu-title p {
  padding: 0 0.75em 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.megaMenu .megaMenu-title p.megaMenu-title-icon::before {
  content: "";
  background: url(../images/icon_exclamation_abk2.svg) center no-repeat;
  background-size: 1.2em;
  width: 1.2em;
  height: 1.2em;
  display: block;
}
.megaMenu .megaMenu-item {
  padding-inline: 0.75em;
  padding-block: 0.75em;
  border-radius: 0.5em;
  background-color: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  white-space: normal;
  border: solid 1px #fff;
}
.megaMenu .megaMenu-item.pickupInfo {
  padding: 0;
  margin-inline: 0.75em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0;
}
.megaMenu .megaMenu-item .megaMenu-item-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 0.75em;
  padding-bottom: 0.75em;
  gap: 0.5em;
  border-bottom: solid 1px #C9C9C9;
}
.megaMenu .megaMenu-item .megaMenu-item-copy::before {
  content: "";
  background: url(../images/arrow_r_abk1.svg) center no-repeat;
  background-size: auto;
  width: 1em;
  height: 1em;
  display: block;
}
.megaMenu .megaMenu-item .megaMenu-item-copy .megaMenu-item-copy-inner {
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  .megaMenu .megaMenu-item .megaMenu-item-copy .megaMenu-item-copy-inner {
    font-size: clamp(0.875rem, 0.688rem + 0.31vw, 0.938rem);
  }
}
@media screen and (max-width: 960.99px) {
  .megaMenu .megaMenu-item .megaMenu-item-copy .megaMenu-item-copy-inner {
    font-size: 14px;
  }
}
.megaMenu .megaMenu-item .megaMenu-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-inline: 0.75em;
  height: 100%;
}
.megaMenu .megaMenu-item .megaMenu-item-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5em;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 6.25em;
}
.megaMenu .megaMenu-item .megaMenu-item-img-box img {
  max-height: 6.25em;
  height: 100%;
  width: auto;
}
.megaMenu .megaMenu-item .megaMenu-item-cotent-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  height: 100%;
}
.megaMenu .megaMenu-item .megaMenu-item-cotent-box .megaMenu-item-title {
  font-weight: 500;
  color: #535353;
}
@media screen and (min-width: 961px) {
  .megaMenu .megaMenu-item .megaMenu-item-cotent-box .megaMenu-item-title {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .megaMenu .megaMenu-item .megaMenu-item-cotent-box .megaMenu-item-title {
    font-size: 14px;
  }
}
.megaMenu .megaMenu-item .megaMenu-item-cotent-box .megaMenu-item-summary {
  color: #535353;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 961px) {
  .megaMenu .megaMenu-item .megaMenu-item-cotent-box .megaMenu-item-summary {
    font-size: clamp(0.688rem, 0.313rem + 0.63vw, 0.813rem);
  }
}
@media screen and (max-width: 960.99px) {
  .megaMenu .megaMenu-item .megaMenu-item-cotent-box .megaMenu-item-summary {
    font-size: 13px;
  }
}
.megaMenu .megaMenu-item .megaMenu-item-cotent-box .megaMenu-item-summary p {
  margin-bottom: 0.5em;
  text-align: left;
}
.megaMenu .megaMenu-item .megaMenu-item-link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.megaMenu .megaMenu-item .megaMenu-item-link-box .more-link-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
  color: #535353;
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  .megaMenu .megaMenu-item .megaMenu-item-link-box .more-link-text {
    font-size: clamp(0.688rem, 0.5rem + 0.31vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .megaMenu .megaMenu-item .megaMenu-item-link-box .more-link-text {
    font-size: 12px;
  }
}
@media (any-hover: hover) {
  .megaMenu .megaMenu-item:hover {
    -webkit-box-shadow: 0 0 4px 0 rgba(35, 30, 25, 0.1);
            box-shadow: 0 0 4px 0 rgba(35, 30, 25, 0.1);
    background-color: #E8E8E8;
  }
  .megaMenu .megaMenu-item:hover .megaMenu-item-link::before {
    width: calc(100% - 0.5em - 1em);
    border-color: #535353;
  }
  .megaMenu .megaMenu-item:hover .megaMenu-item-link::after {
    -webkit-transform: translateX(0.325em);
            transform: translateX(0.325em);
  }
  .megaMenu .megaMenu-item:hover .megaMenu-item-title {
    color: #AF2038;
  }
}

.service-select.megaMenu .megaMenu-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 0.75em;
}
.service-select.megaMenu .p1 {
  grid-row: 1/3;
  grid-column: 1/2;
}
.service-select.megaMenu .p1 * {
  text-align: center;
}
.service-select.megaMenu .p1 .megaMenu-item-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-select.megaMenu .p1 .megaMenu-item-link-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-select.megaMenu .p2 {
  grid-row: 1/2;
  grid-column: 2/3;
}
.service-select.megaMenu .p3 {
  grid-row: 2/3;
  grid-column: 2/3;
}
.service-select.megaMenu .p4 {
  grid-row: 3/4;
  grid-column: 1/2;
}
.service-select.megaMenu .p5 {
  grid-row: 3/4;
  grid-column: 2/3;
}

.usefulInfo-select .megaMenu-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 0.75em;
  margin-inline: 0.75em;
}
.usefulInfo-select .thumb-content {
  width: 307px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  overflow: hidden;
}
.usefulInfo-select .thumb-content .card-thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}
.usefulInfo-select .pickupInfo-content {
  padding-inline: 0.75em;
  padding-block: 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  white-space: normal;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.usefulInfo-select .pickupInfo-content-lead {
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-select-btn {
  line-height: 1.3;
}
@media screen and (min-width: 961px) {
  .service-select-btn {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .service-select-btn {
    font-size: 14px;
  }
}

.sp-service-menu .dropMenu-btn {
  width: auto;
  gap: 1em;
}
.sp-service-menu.hMenu-item {
  padding-right: 0.75em;
}

.dropMenu-nav {
  clip-path: inset(0 -50vw 100%);
  visibility: hidden;
  position: absolute;
  width: auto;
  top: calc(100% - 8px);
  right: -3px;
  -webkit-transition: clip-path 0.3s;
  transition: clip-path 0.3s;
  padding: 6px;
  display: block;
  margin-inline: auto;
}
.header-serviceMenu .dropMenu-nav {
  width: 100%;
  padding-inline: 0;
  top: calc(100% - 6px);
  right: 0;
}
.sp-service-menu .dropMenu-nav {
  width: 90w;
  padding-inline: 0;
  top: 100%;
  right: 0;
}
.megaMenu .dropMenu-nav {
  width: 100%;
  padding-inline: 0;
  top: calc(100% - 6px);
  right: 0;
}
.header-sub .dropMenu-nav {
  top: 100%;
  padding-top: 0;
}

.dropMenu-list {
  gap: 0;
  margin-inline: auto;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.75em;
}
@media screen and (min-width: 961px) {
  .dropMenu-list {
    padding-block: clamp(0.375rem, 0.375rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .dropMenu-list {
    padding-block: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  .dropMenu-list {
    padding-inline: clamp(2rem, 2rem + 1vw, 3rem);
  }
}
@media screen and (max-width: 960.99px) {
  .dropMenu-list {
    padding-inline: 3rem;
  }
}
.width-full .dropMenu-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  background-color: #E8E8E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dropMenu-list dt {
  font-weight: 600;
  padding-bottom: 0.25rem;
}
.dropMenu-list dt:not(:first-child) {
  padding-top: 0.5rem;
}
.dropMenu-list dd {
  margin-left: 0.5rem;
}
.dropMenu-list a {
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 10px;
}
.dropMenu-list a::before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 1px;
  width: 0.5em;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  overflow: hidden;
  border: solid 1px #ABABAB;
}
@media screen and (min-width: 961px) {
  .search-form {
    border-radius: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .search-form {
    border-radius: 0.5rem;
  }
}
.search-form .form-label {
  width: 100%;
}
.search-form .search-input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.search-form .search-input {
  width: 100%;
  padding: 1em 0.75em;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media screen and (min-width: 961px) {
  .search-form .search-input {
    font-size: clamp(0.875rem, 0.5rem + 0.63vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  .search-form .search-input {
    font-size: 16px;
  }
}
.search-form .search-input:focus {
  background-color: #F5F5F5;
}
.search-form .search-form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 45px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.search-form .search-form-btn .search-svg {
  width: 22px;
  height: 22px;
}
@media (any-hover: hover) {
  .search-form .search-form-btn:hover .search-svg path {
    fill: #AF2038;
  }
}

.hMenu .hMenu-item .sp-menu,
.header_right .slide-menu .sp-menu {
  font-size: 1rem;
  background-color: #E8E8E8;
  white-space: wrap;
}
.hMenu .hMenu-item .sp-menu .sp-menu-item,
.header_right .slide-menu .sp-menu .sp-menu-item {
  border-bottom: solid 1px #C9C9C9;
}
.hMenu .hMenu-item .sp-menu .sp-menu-item a,
.header_right .slide-menu .sp-menu .sp-menu-item a {
  display: block;
  padding-left: 3.75em;
  padding-right: 2em;
  padding-block: 1.5em;
  text-align: left;
}
.hMenu .hMenu-item .sp-menu .sp-menu-item a .icon-n,
.header_right .slide-menu .sp-menu .sp-menu-item a .icon-n {
  gap: 0.25em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hMenu .hMenu-item .sp-menu .sp-menu-item a .icon-n::after,
.header_right .slide-menu .sp-menu .sp-menu-item a .icon-n::after {
  content: "";
  background: url(../images/arrow_blank_abk1.svg) center no-repeat;
  background-size: 1em;
  width: 1em;
  height: 1em;
  display: block;
  padding-left: 0.25em;
}
@media (any-hover: hover) {
  .hMenu .hMenu-item .sp-menu .sp-menu-item a:hover,
  .header_right .slide-menu .sp-menu .sp-menu-item a:hover {
    color: #fff !important;
    background-color: #231E19 !important;
  }
  .hMenu .hMenu-item .sp-menu .sp-menu-item a:hover .icon-n::after,
  .header_right .slide-menu .sp-menu .sp-menu-item a:hover .icon-n::after {
    background: url(../images/arrow_blank_white.svg) center no-repeat !important;
  }
}
.hMenu .hMenu-item .sp-menu .sp-menu-item .sp-menu-content,
.header_right .slide-menu .sp-menu .sp-menu-item .sp-menu-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.hMenu .hMenu-item .sp-menu .sp-menu-item .sp-menu-content a,
.header_right .slide-menu .sp-menu .sp-menu-item .sp-menu-content a {
  background-color: #F5F5F5;
  padding-left: 4.75em;
  padding-block: 1em;
}
.hMenu .hMenu-item .sp-menu .sp-menu-item .sp-menu-btn,
.header_right .slide-menu .sp-menu .sp-menu-item .sp-menu-btn {
  padding-left: 3.75em;
  padding-right: 2em;
  padding-block: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  gap: 2em;
  white-space: initial;
}
.hMenu .hMenu-item .sp-menu .sp-menu-item .sp-menu-btn::after,
.header_right .slide-menu .sp-menu .sp-menu-item .sp-menu-btn::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #535353;
  line-height: 1;
  width: 7px;
  min-width: 7px;
  height: 7px;
  border: 2px solid #535353;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
}
@media (any-hover: hover) {
  .hMenu .hMenu-item .sp-menu .sp-menu-item .sp-menu-btn:hover,
  .header_right .slide-menu .sp-menu .sp-menu-item .sp-menu-btn:hover {
    background-color: #231E19 !important;
    color: #fff !important;
  }
  .hMenu .hMenu-item .sp-menu .sp-menu-item .sp-menu-btn:hover::after,
  .header_right .slide-menu .sp-menu .sp-menu-item .sp-menu-btn:hover::after {
    border-color: #fff !important;
  }
}
.hMenu .hMenu-item .sp-menu .sp-menu-item.open .sp-menu-content,
.header_right .slide-menu .sp-menu .sp-menu-item.open .sp-menu-content {
  max-height: 1000vw;
}
.hMenu .hMenu-item .sp-menu .sp-menu-item.open .sp-menu-btn::after,
.header_right .slide-menu .sp-menu .sp-menu-item.open .sp-menu-btn::after {
  rotate: x 180deg;
}

.header_right .slide-menu .sp-menu {
  background-color: #fff;
  font-weight: 600;
}

.sp-dropMenu-nav {
  width: 90vw;
}
.sp-dropMenu-nav .commonlink {
  background-color: #E8E8E8;
  font-weight: 600;
  border-bottom: solid 1px #C9C9C9;
}
@media screen and (min-width: 961px) {
  .sp-dropMenu-nav .commonlink {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .sp-dropMenu-nav .commonlink {
    font-size: 14px;
  }
}
.sp-dropMenu-nav .commonlink a {
  padding-left: 1em;
  padding-right: 2em;
  padding-block: 1.5em;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (any-hover: hover) {
  .sp-dropMenu-nav .commonlink:hover {
    background-color: #231E19 !important;
  }
  .sp-dropMenu-nav .commonlink:hover a {
    color: #fff !important;
  }
}

.hamburger-menu {
  position: fixed;
  top: calc((4em - 27px) / 2);
  width: 27px;
  height: 27px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  z-index: 1001;
}
@media screen and (min-width: 961px) {
  .hamburger-menu {
    right: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .hamburger-menu {
    right: 1.5rem;
  }
}
.hamburger-menu .hamburger-line {
  width: 100%;
  height: 3px;
  background-color: #535353;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger-menu.active .hamburger-line:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6.75px, 8.75px);
          transform: rotate(45deg) translate(6.75px, 8.75px);
}
.hamburger-menu.active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.active .hamburger-line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4.75px, -7.75px);
          transform: rotate(-45deg) translate(4.75px, -7.75px);
}

.slide-menu {
  position: fixed;
  top: 4rem;
  right: 0;
  width: 0;
  height: 100vh;
  height: calc(100dvh - 4rem);
  background: #fff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: 1000;
  -webkit-box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 2.5em;
}
.slide-menu.active {
  width: 90vw;
}
.slide-menu .sp-menu-search,
.slide-menu .sp-menu-cta {
  padding-left: 3.75em;
  padding-right: 2em;
  margin-block: 1.5em;
}
.slide-menu .sp-menu-search .cta-btn-block li,
.slide-menu .sp-menu-cta .cta-btn-block li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.slide-menu .sp-menu-search .cta-btn-block li a,
.slide-menu .sp-menu-cta .cta-btn-block li a {
  width: 100%;
  max-width: none;
}
.slide-menu .sp-menu-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}

.header-blog {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border-top: solid 1px #E8E8E8;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .header-blog {
    padding-right: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-blog {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  .header-blog {
    gap: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-blog {
    gap: 0.75rem;
  }
}
@media screen and (max-width: 960.99px) {
  .header-blog {
    background-color: #231E19;
  }
}
.header-blog .blog-header {
  background-color: #231E19;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, calc(100% - 1.875em) 100%, 0 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  min-height: 4em;
  width: 30vw;
  max-width: 800px;
  min-width: 300px;
}
@media screen and (min-width: 961px) {
  .header-blog .blog-header {
    padding-block: clamp(0.125rem, 0.125rem + 1vw, 0.375rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-blog .blog-header {
    padding-block: 0.375rem;
  }
}
@media screen and (min-width: 961px) {
  .header-blog .blog-header {
    padding-left: clamp(1.5rem, 1.5rem + 1vw, 5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-blog .blog-header {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  .header-blog .blog-header {
    padding-right: clamp(1.5rem, 1.5rem + 1vw, 5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-blog .blog-header {
    padding-right: 3.5rem;
  }
}
@media screen and (min-width: 961px) {
  .header-blog .blog-header {
    gap: clamp(0.375rem, 0.375rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-blog .blog-header {
    gap: 0.75rem;
  }
}
@media screen and (max-width: 960.99px) {
  .header-blog .blog-header {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 0;
    padding-right: 0;
    clip-path: none;
  }
}
.header-blog .blog-header .blog-label {
  line-height: 1;
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  .header-blog .blog-header .blog-label {
    font-size: clamp(1.125rem, 0.75rem + 0.63vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-blog .blog-header .blog-label {
    font-size: 16px;
  }
}
.header-blog .blog-header .blog-summary {
  white-space: nowrap;
  line-height: 1.2;
}
@media screen and (min-width: 961px) {
  .header-blog .blog-header .blog-summary {
    font-size: clamp(0.688rem, 0.5rem + 0.31vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-blog .blog-header .blog-summary {
    font-size: 12px;
  }
}
@media screen and (max-width: 960.99px) {
  .header-blog .blog-header .blog-summary {
    white-space: wrap;
  }
}
@media (any-hover: hover) {
  .header-blog .blog-header:hover .blog-label,
  .header-blog .blog-header:hover .blog-summary {
    opacity: 0.7;
  }
}
.header-blog .keyword-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 961px) {
  .header-blog .keyword-btn-container {
    gap: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-blog .keyword-btn-container {
    gap: 0.75rem;
  }
}
.header-blog .keyword-btn-container p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  .header-blog .keyword-btn-container p {
    font-size: clamp(0.875rem, 0.688rem + 0.31vw, 0.938rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-blog .keyword-btn-container p {
    font-size: 14px;
  }
}
@media screen and (min-width: 961px) {
  .header-blog .keyword-btn-container p {
    gap: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-blog .keyword-btn-container p {
    gap: 0.75rem;
  }
}
.header-blog .keyword-btn-container p::after {
  content: "";
  background: url(../images/arrow_r_abk0_l.svg) center no-repeat;
  background-size: auto;
  width: 1em;
  height: 1em;
  display: block;
}
.header-blog .keyword-btn-container .keyword-btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 961px) {
  .header-blog .keyword-btn-container .keyword-btn-block {
    -webkit-column-gap: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
       -moz-column-gap: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
            column-gap: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-blog .keyword-btn-container .keyword-btn-block {
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  .header-blog .keyword-btn-container .keyword-btn-block {
    row-gap: clamp(0.125rem, 0.125rem + 1vw, 0.375rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-blog .keyword-btn-container .keyword-btn-block {
    row-gap: 0.375rem;
  }
}
@media (any-hover: hover) {
  .header-blog .keyword-btn-container .keyword-btn-block a.tag-icon:hover {
    border: solid 1px #AF2038;
    background-color: #AF2038;
  }
}
.header-blog .dropMenu-search.is-open .dropMenu-search-nav {
  clip-path: inset(0 -50vw);
  visibility: visible;
}
.header-blog .dropMenu-search.is-open .dropMenu-search-nav.sp-dropMenu-nav {
  right: 0;
}
.header-blog .dropMenu-search .dropMenu-search-list {
  margin-inline: auto;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  max-width: calc(100vw - 5em);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.75em;
}
@media screen and (min-width: 961px) {
  .header-blog .dropMenu-search .dropMenu-search-list {
    padding-block: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-blog .dropMenu-search .dropMenu-search-list {
    padding-block: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  .header-blog .dropMenu-search .dropMenu-search-list {
    padding-inline: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-blog .dropMenu-search .dropMenu-search-list {
    padding-inline: 1.125rem;
  }
}
@media screen and (min-width: 961px) {
  .header-blog .dropMenu-search .dropMenu-search-list {
    gap: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-blog .dropMenu-search .dropMenu-search-list {
    gap: 0.75rem;
  }
}
@media screen and (max-width: 960.99px) {
  .header-blog .dropMenu-search .dropMenu-search-list {
    max-width: calc(100vw - 12px - 36px);
  }
}
.header-blog .dropMenu-search .dropMenu-search-btn {
  padding: 5px;
  width: 32px;
  border: solid 1px #C9C9C9;
  border-radius: 0.25em;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: border 0.3s, fill 0.3s;
  transition: border 0.3s, fill 0.3s;
}
.header-blog .dropMenu-search .dropMenu-search-btn .search-svg {
  width: 22px;
  height: 22px;
}
@media (any-hover: hover) {
  .header-blog .dropMenu-search .dropMenu-search-btn:hover {
    border: solid 1px #AF2038;
  }
  .header-blog .dropMenu-search .dropMenu-search-btn:hover .search-svg path {
    fill: #AF2038;
  }
}
.header-blog .dropMenu-search .dropMenu-search-nav {
  clip-path: inset(0 -50vw 100%);
  visibility: hidden;
  position: absolute;
  top: 4em;
  max-height: 100vh;
  max-height: 100dvh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: clip-path 0.3s;
  transition: clip-path 0.3s;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: right;
          flex-direction: right;
}
@media screen and (min-width: 961px) {
  .header-blog .dropMenu-search .dropMenu-search-nav {
    right: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .header-blog .dropMenu-search .dropMenu-search-nav {
    right: 1.5rem;
  }
}
@media screen and (max-width: 960.99px) {
  .header-blog .dropMenu-search .dropMenu-search-nav {
    right: 0;
  }
}

#footer {
  background-color: #231E19;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  #footer {
    padding-block: clamp(1.5rem, 1.5rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  #footer {
    padding-block: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  #footer {
    padding-inline: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  #footer {
    padding-inline: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  #footer {
    gap: clamp(1rem, 1rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  #footer {
    gap: 2rem;
  }
}
@media screen and (min-width: 961px) {
  #footer {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  #footer {
    font-size: 14px;
  }
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer .icon-n {
  gap: 0.25em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer .icon-n::after {
  content: "";
  background: url(../images/arrow_blank_white.svg) center no-repeat;
  background-size: 0.75em;
  width: 0.75em;
  height: 1em;
  display: block;
  padding-left: 0.25em;
}
#footer .footer-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 961px) {
  #footer .footer-container {
    padding-top: clamp(1.5rem, 1.5rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  #footer .footer-container {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 961px) {
  #footer .footer-container {
    gap: clamp(2.875rem, 2.875rem + 1vw, 5rem);
  }
}
@media screen and (max-width: 960.99px) {
  #footer .footer-container {
    gap: 2.875rem;
  }
}
#footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 1080px;
  gap: 2.5rem 4em;
}
@media screen and (max-width: 960.99px) {
  #footer .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 960.99px) and (min-width: 961px) {
  #footer .footer-top {
    padding-inline: clamp(1.5rem, 1.5rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) and (max-width: 960.99px) {
  #footer .footer-top {
    padding-inline: 2rem;
  }
}
#footer .footer-top .footer-top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .footer-top .footer-top-menu.left, #footer .footer-top .footer-top-menu.right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16rem;
          flex: 0 0 16rem;
}
#footer .footer-top .footer-top-menu.center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 960.99px) {
  #footer .footer-top .footer-top-menu {
    width: 100%;
  }
  #footer .footer-top .footer-top-menu.left, #footer .footer-top .footer-top-menu.center, #footer .footer-top .footer-top-menu.right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
#footer .footer-top .footer-top-menu dt {
  border-bottom: solid 1px #fff;
  position: relative;
  padding-bottom: 0.75em;
  font-weight: 600;
  width: 100%;
  margin-bottom: 0.5em;
  z-index: 0;
}
#footer .footer-top .footer-top-menu dt::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  height: 1px;
  width: 20px;
  background-color: #AF2038;
  z-index: 1;
}
#footer .footer-top .footer-top-menu dt::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 20px;
  height: 1px;
  width: 20px;
  background-color: #114F7C;
  z-index: 1;
}
#footer .footer-top .footer-top-menu dd {
  width: 100%;
}
#footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 961px) {
  #footer .footer-bottom {
    gap: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  #footer .footer-bottom {
    gap: 1rem;
  }
}
@media screen and (max-width: 960.99px) {
  #footer .footer-bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer .footer-bottom .footer-bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 961px) {
  #footer .footer-bottom .footer-bottom-right {
    gap: clamp(1.5rem, 1.5rem + 1vw, 3rem);
  }
}
@media screen and (max-width: 960.99px) {
  #footer .footer-bottom .footer-bottom-right {
    gap: 2rem;
  }
}
@media screen and (max-width: 960.99px) {
  #footer .footer-bottom .footer-bottom-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#footer .footer-bottom .footer-bottom-right .footer-bottom-text-link2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em 0;
}
@media screen and (min-width: 961px) {
  #footer .footer-bottom .footer-bottom-right .footer-bottom-text-link2 {
    font-size: clamp(0.688rem, 0.5rem + 0.31vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  #footer .footer-bottom .footer-bottom-right .footer-bottom-text-link2 {
    font-size: 12px;
  }
}
#footer .footer-bottom .footer-bottom-right .footer-bottom-text-link2 li:not(:last-child) a {
  border-right: solid 1px #8C8C8C;
}
@media screen and (min-width: 961px) {
  #footer .footer-bottom .footer-bottom-right .footer-bottom-text-link2 a {
    padding-inline: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  #footer .footer-bottom .footer-bottom-right .footer-bottom-text-link2 a {
    padding-inline: 0.75rem;
  }
}
#footer .footer-bottom .sns-ims {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5em;
}
#footer .footer-bottom .sns-ims .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 961px) {
  #footer .footer-bottom .sns-ims .sns {
    gap: clamp(1.5rem, 1.5rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  #footer .footer-bottom .sns-ims .sns {
    gap: 2rem;
  }
}
@media screen and (min-width: 961px) {
  #footer .footer-bottom .sns-ims .sns img {
    width: clamp(1.25rem, 1.25rem + 1vw, 1.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  #footer .footer-bottom .sns-ims .sns img {
    width: 1.875rem;
  }
}
@media screen and (min-width: 961px) {
  #footer .footer-bottom .sns-ims .ims img {
    width: clamp(5rem, 5rem + 1vw, 7.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  #footer .footer-bottom .sns-ims .ims img {
    width: 7.25rem;
  }
}
#footer .logo {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .logo .logo-img {
  width: 9.375em;
  height: auto;
}
@media screen and (max-width: 960.99px) {
  #footer .logo .logo-img {
    width: 11.25em;
  }
}
#footer .footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 961px) {
  #footer .footer-copyright {
    font-size: clamp(0.688rem, 0.5rem + 0.31vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  #footer .footer-copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 960.99px) {
  #footer .footer-copyright {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer.footer-s .footer-copyright {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid-2,
.grid-3,
.grid-4 {
  display: grid;
  gap: 1.5em;
}

.grid-2 {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 961px) {
  .grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid-3 {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 961px) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-4 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 961px) {
  .grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

main .filter-container {
  display: grid;
  grid-template-columns: auto 1fr;
  width: 100%;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
  row-gap: 1rem;
}
@media screen and (min-width: 961px) {
  main .filter-container {
    padding-bottom: clamp(2rem, 2rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .filter-container {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 960.99px) {
  main .filter-container {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
main .filter-container .filter-block {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
  padding-bottom: 1em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
main .filter-container .filter-block:not(:last-child) {
  border-bottom: solid 1px #C9C9C9;
}
main .filter-container .filter-block .filter-label {
  white-space: nowrap;
  font-weight: 600;
  padding-block: 0.25em;
}
main .filter-container .filter-block .filter-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}
@media screen and (min-width: 961px) {
  main .filter-container .filter-block .filter-body {
    -webkit-column-gap: clamp(1rem, 1rem + 1vw, 2.5rem);
       -moz-column-gap: clamp(1rem, 1rem + 1vw, 2.5rem);
            column-gap: clamp(1rem, 1rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .filter-container .filter-block .filter-body {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media screen and (max-width: 960.99px) {
  main .filter-container .filter-block .filter-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
main .filter-container .filter-block .filter-body .filter-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (min-width: 961px) {
  main .filter-container .filter-block .filter-body .filter-btn {
    -webkit-column-gap: clamp(1rem, 1rem + 1vw, 2.5rem);
       -moz-column-gap: clamp(1rem, 1rem + 1vw, 2.5rem);
            column-gap: clamp(1rem, 1rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .filter-container .filter-block .filter-body .filter-btn {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media screen and (min-width: 961px) {
  main .filter-container .filter-block .filter-body .filter-btn {
    row-gap: clamp(0.5rem, 0.5rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .filter-container .filter-block .filter-body .filter-btn {
    row-gap: 1rem;
  }
}
main .filter-container .filter-block .filter-body .filter-search {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
main .filter-container .filter-block .filter-body .filter-search .search-form-input {
  width: 16em;
}
@media screen and (max-width: 960.99px) {
  main .filter-container .filter-block .filter-body .filter-search {
    margin-left: inherit;
    width: 100%;
  }
  main .filter-container .filter-block .filter-body .filter-search .search-form-block {
    width: 100%;
  }
  main .filter-container .filter-block .filter-body .filter-search .search-form-block .search-input-box {
    width: 100%;
  }
  main .filter-container .filter-block .filter-body .filter-search .search-form-block .search-input-box .search-form-input {
    width: 100%;
  }
}
main .filter-container .filter-block .filter-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

main .card-grid {
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.5em 1em;
}
@media screen and (min-width: 961px) {
  main .card-grid {
    margin-bottom: clamp(2rem, 2rem + 1vw, 3rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .card-grid {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  main .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 961px) {
  main .card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 961px) {
  main .card-grid.repeat-2r {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  main .card-grid.repeat-1r {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 961px) {
  main .card-grid.repeat-1r {
    grid-template-columns: repeat(1, 1fr);
  }
}
main .card-grid .card {
  min-width: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (min-width: 961px) {
  main .card-grid .card {
    border-radius: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .card-grid .card {
    border-radius: 0.5rem;
  }
}
main .card-grid .card.type1 {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media (any-hover: hover) {
  main .card-grid .card.type1:hover {
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    background-color: #E8E8E8;
    color: unset;
  }
}
main .card-grid .card.type2 .thumb-content {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
main .card-grid .card.type2 .thumb-content .layar1,
main .card-grid .card.type2 .thumb-content .layar2,
main .card-grid .card.type2 .thumb-content .layar3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 961px) {
  main .card-grid .card.type2 .thumb-content .layar1,
  main .card-grid .card.type2 .thumb-content .layar2,
  main .card-grid .card.type2 .thumb-content .layar3 {
    border-radius: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .card-grid .card.type2 .thumb-content .layar1,
  main .card-grid .card.type2 .thumb-content .layar2,
  main .card-grid .card.type2 .thumb-content .layar3 {
    border-radius: 0.5rem;
  }
}
main .card-grid .card.type2 .thumb-content .layar1 {
  position: relative;
  z-index: 3;
}
main .card-grid .card.type2 .thumb-content .layar2 {
  background-color: #fff;
  z-index: 2;
}
main .card-grid .card.type2 .thumb-content .layar3 {
  background-color: #C9C9C9;
  z-index: 1;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
@media (any-hover: hover) {
  main .card-grid .card.type2:hover .thumb-content .layar1 {
    -webkit-transform: translate(-3px, -3px);
            transform: translate(-3px, -3px);
  }
  main .card-grid .card.type2:hover .thumb-content .layar3 {
    -webkit-transform: translate(3px, 3px);
            transform: translate(3px, 3px);
  }
}
main .card-grid .card .thumb-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #E8E8E8;
}
@media screen and (min-width: 768px) {
  main .card-grid .card .thumb-content {
    aspect-ratio: 1.91/1;
    overflow: hidden;
  }
}
main .card-grid .card .thumb-content .card-thumb {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 961px) {
  main .card-grid .card .thumb-content .card-thumb {
    border-top-left-radius: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .card-grid .card .thumb-content .card-thumb {
    border-top-left-radius: 0.5rem;
  }
}
@media screen and (min-width: 961px) {
  main .card-grid .card .thumb-content .card-thumb {
    border-top-right-radius: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .card-grid .card .thumb-content .card-thumb {
    border-top-right-radius: 0.5rem;
  }
}
main .card-grid .card .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 961px) {
  main .card-grid .card .card-content {
    padding-inline: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .card-grid .card .card-content {
    padding-inline: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  main .card-grid .card .card-content {
    padding-top: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .card-grid .card .card-content {
    padding-top: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  main .card-grid .card .card-content {
    padding-bottom: clamp(0.5rem, 0.5rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .card-grid .card .card-content {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 961px) {
  main .card-grid .card .card-content {
    gap: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .card-grid .card .card-content {
    gap: 1.5rem;
  }
}
main .card-grid .card .card-content .tags {
  gap: 4px;
}
main .card-grid .card .content-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 961px) {
  main .card-grid .card .content-frame {
    gap: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .card-grid .card .content-frame {
    gap: 0.5rem;
  }
}
main .card-grid .card .content-frame .time-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 961px) {
  main .card-grid .card .content-frame .time-frame {
    gap: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .card-grid .card .content-frame .time-frame {
    gap: 0.75rem;
  }
}
main .card-grid .card .content-frame .time-frame time {
  color: #535353;
}
@media screen and (min-width: 961px) {
  main .card-grid .card .content-frame .time-frame time {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .card-grid .card .content-frame .time-frame time {
    font-size: 14px;
  }
}
main .card-grid .card .content-frame .time-frame2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 961px) {
  main .card-grid .card .content-frame .time-frame2 {
    padding-top: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .card-grid .card .content-frame .time-frame2 {
    padding-top: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  main .card-grid .card .content-frame .time-frame2 {
    gap: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .card-grid .card .content-frame .time-frame2 {
    gap: 0.75rem;
  }
}
main .card-grid .card .content-frame .time-frame2 time {
  color: #535353;
}
@media screen and (min-width: 961px) {
  main .card-grid .card .content-frame .time-frame2 time {
    font-size: clamp(0.688rem, 0.5rem + 0.31vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .card-grid .card .content-frame .time-frame2 time {
    font-size: 12px;
  }
}
main .card-grid .card .content-frame .title-flame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 961px) {
  main .card-grid .card .content-frame .title-flame {
    gap: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .card-grid .card .content-frame .title-flame {
    gap: 0.5rem;
  }
}
main .card-grid .card .content-frame .title-flame .card-title {
  line-height: 1.3;
}
@media screen and (min-width: 961px) {
  main .card-grid .card.type2 .card-content {
    gap: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .card-grid .card.type2 .card-content {
    gap: 0.5rem;
  }
}
@media screen and (min-width: 961px) {
  main .card-grid .repeat-2r .card .thumb-content {
    aspect-ratio: 1.91/1;
    overflow: hidden;
  }
}
main .card-grid.card-flex-row {
  gap: 1em;
}
main .card-grid.card-flex-row .card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
main .card-grid.card-flex-row .card .thumb-content {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  aspect-ratio: unset;
}
main .card-grid.card-flex-row .card .thumb-content .card-thumb {
  border-top-right-radius: 0;
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  main .card-grid.card-flex-row .card .thumb-content .card-thumb {
    border-top-left-radius: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .card-grid.card-flex-row .card .thumb-content .card-thumb {
    border-top-left-radius: 0.5rem;
  }
}
@media screen and (min-width: 961px) {
  main .card-grid.card-flex-row .card .thumb-content .card-thumb {
    border-bottom-left-radius: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .card-grid.card-flex-row .card .thumb-content .card-thumb {
    border-bottom-left-radius: 0.5rem;
  }
}
main .card-grid.card-flex-row .card .card-content {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
}
@media screen and (min-width: 961px) {
  main .card-grid.card-flex-row .card .card-content {
    padding: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .card-grid.card-flex-row .card .card-content {
    padding: 1.125rem;
  }
}
@media screen and (max-width: 960.99px) {
  main .card-grid.card-flex-row .card .card-content .content-frame {
    gap: 0;
  }
}
main .card-grid.card-flex-row .card .card-content .card-title {
  min-width: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  main .card-grid.card-flex-row .card .card-content .card-title {
    font-size: clamp(1rem, 0.625rem + 0.63vw, 1.125rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .card-grid.card-flex-row .card .card-content .card-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 960.99px) and (min-width: 961px) {
  main .card-grid.card-flex-row .card .card-content .card-title {
    font-size: clamp(0.875rem, 0.5rem + 0.63vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) and (max-width: 960.99px) {
  main .card-grid.card-flex-row .card .card-content .card-title {
    font-size: 16px;
  }
}

.layout-multi-banner .card-flex-row {
  grid-template-columns: repeat(1, 1fr);
  gap: 1em;
}
.layout-multi-banner .card-flex-row .card {
  line-height: 1.2;
  border-radius: 0.5em;
}
.layout-multi-banner .card-flex-row .card .card-content {
  gap: 0.5em;
  padding-block: 0.75em;
  padding-inline: 0.5em;
}
.layout-multi-banner .card-flex-row .card .card-content .card-title {
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width: 961px) {
  .layout-multi-banner .card-flex-row .card .card-content .card-title {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .layout-multi-banner .card-flex-row .card .card-content .card-title {
    font-size: 14px;
  }
}

@media screen and (min-width: 961px) {
  .layout-multi-aside .layout-multi-banner .card-flex-row .card-grid .card .thumb-content {
    width: 130px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 100%;
    overflow: hidden;
  }
  .layout-multi-aside .layout-multi-banner .card-flex-row .card-grid .card .thumb-content .card-thumb {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .layout-multi-aside .layout-multi-banner .card-flex-row .card-grid .card .tag-icon {
    font-weight: 400;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 4px 8px;
  }
}
@media screen and (min-width: 961px) and (min-width: 961px) {
  .layout-multi-aside .layout-multi-banner .card-flex-row .card-grid .card .tag-icon {
    font-size: clamp(0.688rem, 0.5rem + 0.31vw, 0.75rem);
  }
}
@media screen and (min-width: 961px) and (max-width: 960.99px) {
  .layout-multi-aside .layout-multi-banner .card-flex-row .card-grid .card .tag-icon {
    font-size: 12px;
  }
}
@media screen and (min-width: 961px) {
  .layout-multi-aside .layout-multi-banner .card-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1em;
  }
  .layout-multi-aside .layout-multi-banner .card-grid .card {
    line-height: 1.2;
    border-radius: 0.5em;
  }
  .layout-multi-aside .layout-multi-banner .card-grid .card .card-content {
    gap: 0.5em;
    padding-block: 0.75em;
    padding-inline: 0.5em;
  }
  .layout-multi-aside .layout-multi-banner .card-grid .card .card-content .card-title {
    font-weight: 400;
    line-height: 1.2;
  }
}
@media screen and (min-width: 961px) and (min-width: 961px) {
  .layout-multi-aside .layout-multi-banner .card-grid .card .card-content .card-title {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (min-width: 961px) and (max-width: 960.99px) {
  .layout-multi-aside .layout-multi-banner .card-grid .card .card-content .card-title {
    font-size: 14px;
  }
}
main .pager-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 961px) {
  main .pager-container {
    margin-bottom: clamp(2rem, 2rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .pager-container {
    margin-bottom: 1rem;
  }
}
main .pager-container .pager-container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 4px;
}
main .pager-container .pager-container-inner .pager-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  white-space: nowrap;
  color: #ABABAB;
  border: solid 1px #ABABAB;
  background-color: #fff;
  font-weight: 600;
  border-radius: 0.25em;
  height: 3.125em;
  width: 3.125em;
  font-family: Helvetica, Arial, sans-serif;
  padding-inline: 0.25em;
}
@media screen and (min-width: 961px) {
  main .pager-container .pager-container-inner .pager-item {
    font-size: clamp(0.875rem, 0.5rem + 0.63vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .pager-container .pager-container-inner .pager-item {
    font-size: 16px;
  }
}
@media (any-hover: hover) {
  main .pager-container .pager-container-inner .pager-item:not(.current):hover {
    color: #AF2038;
    border: solid 1px #AF2038;
  }
  main .pager-container .pager-container-inner .pager-item:not(.current):hover .pager-arrow-svg path {
    fill: #AF2038;
  }
}
main .pager-container .pager-container-inner .pager-item.current {
  background-color: #231E19;
  border: #231E19;
  color: #fff;
}
@media screen and (min-width: 961px) {
  main .pager-container .pager-container-inner .pager-item.back {
    margin-right: clamp(1.5rem, 1.5rem + 1vw, 3rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .pager-container .pager-container-inner .pager-item.back {
    margin-right: 2rem;
  }
}
@media screen and (min-width: 961px) {
  main .pager-container .pager-container-inner .pager-item.next {
    margin-left: clamp(1.5rem, 1.5rem + 1vw, 3rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .pager-container .pager-container-inner .pager-item.next {
    margin-left: 2rem;
  }
}
main .pager-container .pager-container-inner .pager-item.next .pager-arrow-svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
main .pager-container .pager-container-inner .pager-item .pager-arrow-svg {
  width: 9px;
  height: auto;
  display: block;
}
main .pager-container .pager-container-inner .pager-item .pager-arrow-svg path {
  fill: #231E19;
}
main .pager-container .pager-container-inner .pager-item.btn-hidden {
  border: solid 1px transparent;
  background: transparent;
}
main .pager-container .pager-container-inner .pager-item.btn-hidden svg {
  opacity: 0;
}
@media (any-hover: hover) {
  main .pager-container .pager-container-inner .pager-item.btn-hidden:not(.current):hover {
    color: transparent;
    border: solid 1px transparent;
  }
  main .pager-container .pager-container-inner .pager-item.btn-hidden:not(.current):hover .pager-arrow-svg path {
    fill: transparent;
  }
}

main .accordion {
  width: 100%;
}
main .accordion.index-list .accordion-item {
  background: #F5F5F5;
}
main .accordion.index-list .accordion-item .accordion-toggle {
  display: none;
}
main .accordion.index-list .accordion-item .accordion-title {
  background: #535353;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  gap: 0.25em;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 961px) {
  main .accordion.index-list .accordion-item .accordion-title {
    padding-inline: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .accordion.index-list .accordion-item .accordion-title {
    padding-inline: 1.125rem;
  }
}
@media screen and (min-width: 961px) {
  main .accordion.index-list .accordion-item .accordion-title {
    padding-block: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .accordion.index-list .accordion-item .accordion-title {
    padding-block: 0.5rem;
  }
}
@media screen and (min-width: 961px) {
  main .accordion.index-list .accordion-item .accordion-title {
    font-size: clamp(1rem, 0.625rem + 0.63vw, 1.125rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .accordion.index-list .accordion-item .accordion-title {
    font-size: 18px;
  }
}
@media (any-hover: hover) {
  main .accordion.index-list .accordion-item .accordion-title:hover {
    opacity: 0.9;
  }
}
main .accordion.index-list .accordion-item .accordion-title::after {
  content: "[表示]";
  font-weight: 600;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
main .accordion.index-list .accordion-item .accordion-title .title {
  margin: 0;
  border: none;
  padding: 0;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  main .accordion.index-list .accordion-item .accordion-title .title {
    font-size: clamp(1.125rem, 0.75rem + 0.63vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .accordion.index-list .accordion-item .accordion-title .title {
    font-size: 16px;
  }
}
main .accordion.index-list .accordion-item .accordion-content {
  color: #231E19;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
main .accordion.index-list .accordion-item .accordion-content a {
  text-decoration: none;
}
main .accordion.index-list .accordion-item .accordion-content ol {
  width: 100%;
  margin-block: 0;
}
@media screen and (min-width: 961px) {
  main .accordion.index-list .accordion-item .accordion-content ol {
    padding: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .accordion.index-list .accordion-item .accordion-content ol {
    padding: 1.125rem;
  }
}
main .accordion.index-list .accordion-item .accordion-content ol li {
  font-weight: 600;
}
main .accordion.index-list .accordion-item .accordion-content ol li::before {
  color: #8C8C8C;
}
main .accordion.index-list .accordion-item .accordion-content ol li ul {
  width: 100%;
  margin-block: 0;
}
@media screen and (min-width: 961px) {
  main .accordion.index-list .accordion-item .accordion-content ol li ul {
    margin-top: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .accordion.index-list .accordion-item .accordion-content ol li ul {
    margin-top: 0.5rem;
  }
}
main .accordion.index-list .accordion-item .accordion-content ol li ul li {
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  main .accordion.index-list .accordion-item .accordion-content ol li ul li {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .accordion.index-list .accordion-item .accordion-content ol li ul li {
    font-size: 14px;
  }
}
main .accordion.index-list .accordion-item .accordion-content ol li ul li::before {
  counter-increment: none;
}
main .accordion.index-list .accordion-item .accordion-toggle:checked + .accordion-title::after {
  content: "[非表示]";
}
main .accordion.index-list .accordion-item .accordion-toggle:checked + .accordion-title + .accordion-content {
  max-height: 1000dvh;
  padding: 0;
  overflow-y: auto;
}

.text-block-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 961px) {
  .text-block-c {
    padding: clamp(0.0625rem, 0.0625rem + 1vw, 0.1875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .text-block-c {
    padding: 0rem;
  }
}
@media screen and (min-width: 961px) {
  .text-block-c {
    margin-block: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  .text-block-c {
    margin-block: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .text-block-c {
    padding: clamp(0.0625rem, 0.0625rem + 1vw, 0.1875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .text-block-c {
    padding: 0rem;
  }
}
@media screen and (min-width: 961px) {
  .text-block-c {
    margin-block: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  .text-block-c {
    margin-block: 1rem;
  }
}
.text-block-c p {
  display: inline;
}

.rel-container {
  position: relative;
  z-index: 0;
}

.entry-dtail {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .entry-dtail .service-logo {
    margin-bottom: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  .entry-dtail .service-logo {
    margin-bottom: 1rem;
  }
}
.entry-dtail time {
  color: #535353;
}
@media screen and (min-width: 961px) {
  .entry-dtail time {
    font-size: clamp(0.688rem, 0.313rem + 0.63vw, 0.813rem);
  }
}
@media screen and (max-width: 960.99px) {
  .entry-dtail time {
    font-size: 13px;
  }
}
.entry-dtail .thumb {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.entry-dtail .thumb img {
  width: 87%;
}
@media screen and (min-width: 961px) {
  .entry-dtail .thumb img {
    border-radius: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .entry-dtail .thumb img {
    border-radius: 0.5rem;
  }
}
@media screen and (min-width: 961px) {
  .entry-dtail .lead {
    padding: clamp(0.0625rem, 0.0625rem + 1vw, 0.1875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .entry-dtail .lead {
    padding: 0rem;
  }
}
@media screen and (min-width: 961px) {
  .entry-dtail .lead {
    margin-block: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  .entry-dtail .lead {
    margin-block: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .entry-dtail .lead {
    padding: clamp(0.0625rem, 0.0625rem + 1vw, 0.1875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .entry-dtail .lead {
    padding: 0rem;
  }
}
@media screen and (min-width: 961px) {
  .entry-dtail .lead {
    margin-block: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  .entry-dtail .lead {
    margin-block: 1rem;
  }
}
@media (any-hover: hover) {
  .entry-dtail a:not(.tag-icon, .btn, .more-link-btn, .more-link-text, .btn-icon-radio, .card):hover {
    color: #AF2038;
  }
}

.block-edit {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .block-edit h2 {
    font-size: clamp(1.25rem, 0.5rem + 1.25vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit h2 {
    font-size: 20px;
  }
}
.block-edit h2::after {
  content: "";
  width: 4em;
  height: 2px;
}
.block-edit h3 {
  padding-left: 0.75em;
  border-left: solid 2px #AF2038;
}
@media screen and (min-width: 961px) {
  .block-edit h3 {
    font-size: clamp(1.125rem, 0.75rem + 0.63vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit h3 {
    font-size: 16px;
  }
}
.block-edit strong {
  font-weight: 600;
}
.block-edit a:not([class]) {
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  .block-edit p {
    padding: clamp(0.0625rem, 0.0625rem + 1vw, 0.1875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit p {
    padding: 0rem;
  }
}
@media screen and (min-width: 961px) {
  .block-edit p {
    margin-block: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit p {
    margin-block: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .block-edit p {
    padding: clamp(0.0625rem, 0.0625rem + 1vw, 0.1875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit p {
    padding: 0rem;
  }
}
@media screen and (min-width: 961px) {
  .block-edit p {
    margin-block: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit p {
    margin-block: 1rem;
  }
}
.block-edit p a {
  color: #0D68A0;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .block-edit p a:hover {
    color: #AF2038;
  }
}
.block-edit p a[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
}
.block-edit p a[target=_blank]::after {
  content: "";
  background: url(../images/arrow_blank_textlink.svg) center no-repeat;
  background-size: contain;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.25em;
}
@media (any-hover: hover) {
  .block-edit p a:hover::after {
    background: url(../images/arrow_blank_main.svg) center no-repeat;
    background-size: contain;
  }
}
.block-edit p .color-dark p a {
  color: #fff;
}
@media (any-hover: hover) {
  .block-edit p .color-dark p a:hover {
    color: #fff;
    text-decoration: none;
  }
}
.block-edit p .color-dark p a[target=_blank]::after {
  background: url(../images/arrow_blank_white.svg) center no-repeat;
  background-size: contain;
}
.block-edit table p {
  margin-block: 0;
  padding: 0;
}
.block-edit ul {
  background-color: #F5F5F5;
  border: solid 1px #C9C9C9;
  padding: 1.5em;
}
@media screen and (min-width: 961px) {
  .block-edit ul {
    margin-block: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit ul {
    margin-block: 1.5rem;
  }
}
.block-edit .ul-noborder {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin-block: 0 !important;
}
.block-edit ol {
  background-color: #F5F5F5;
  border: solid 1px #C9C9C9;
  padding: 1.5em;
}
@media screen and (min-width: 961px) {
  .block-edit ol {
    margin-block: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit ol {
    margin-block: 1.5rem;
  }
}
.block-edit li > a {
  color: #0D68A0;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .block-edit li > a:hover {
    color: #AF2038;
  }
}
.block-edit li > a[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
}
.block-edit li > a[target=_blank]::after {
  content: "";
  background: url(../images/arrow_blank_textlink.svg) center no-repeat;
  background-size: contain;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.25em;
}
@media (any-hover: hover) {
  .block-edit li > a:hover::after {
    background: url(../images/arrow_blank_main.svg) center no-repeat;
    background-size: contain;
  }
}
.block-edit .ol-noborder {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin-block: 0 !important;
}
@media screen and (min-width: 961px) {
  .block-edit figure {
    margin-block: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit figure {
    margin-block: 1.5rem;
  }
}
.block-edit figcaption {
  width: 100%;
  display: block;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .block-edit figcaption {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit figcaption {
    font-size: 14px;
  }
}
@media screen and (min-width: 961px) {
  .block-edit figcaption {
    margin-top: clamp(0.5rem, 0.5rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit figcaption {
    margin-top: 1rem;
  }
}
.block-edit .relate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5em 2em;
  background-color: #fff;
  border: solid 1px #C9C9C9;
}
@media screen and (min-width: 961px) {
  .block-edit .relate {
    margin-block: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit .relate {
    margin-block: 1.5rem;
  }
}
.block-edit .relate .title {
  position: relative;
  font-weight: 600;
  padding-left: 1em;
  margin-block: 0 0.75em;
}
@media screen and (min-width: 961px) {
  .block-edit .relate .title {
    margin-bottom: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit .relate .title {
    margin-bottom: 0.75rem;
  }
}
.block-edit .relate .title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(../images/icon_relate.svg) center center no-repeat;
  background-size: contain;
  overflow: hidden;
  background-color: none;
  width: 0.6875em;
  height: 100%;
}
.block-edit .relate a {
  text-decoration: none;
}
.block-edit blockquote {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  width: 100%;
  color: #231E19;
  padding: 1.5em 2em 1.5em 3.5em;
  background-color: #F5F5F5;
  border: solid 1px #C9C9C9;
}
@media screen and (min-width: 961px) {
  .block-edit blockquote {
    margin-block: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit blockquote {
    margin-block: 1.5rem;
  }
}
.block-edit blockquote .blockquote-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 1.6;
  font-weight: 600;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .block-edit blockquote .blockquote-title {
    margin-top: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit blockquote .blockquote-title {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  .block-edit blockquote .blockquote-title {
    margin-bottom: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit blockquote .blockquote-title {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  .block-edit blockquote .blockquote-title {
    font-size: clamp(1.125rem, 0.75rem + 0.63vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit blockquote .blockquote-title {
    font-size: 18px;
  }
}
.block-edit blockquote p {
  margin: 0;
  padding: 0;
}
.block-edit blockquote > :first-child {
  margin-top: 0;
}
.block-edit blockquote > :last-child {
  margin-bottom: 0;
}
.block-edit blockquote::before {
  content: "";
  background: url(../images/icon_quote.svg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .block-edit blockquote::before {
    width: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit blockquote::before {
    width: 1.125rem;
  }
}
@media screen and (min-width: 961px) {
  .block-edit blockquote::before {
    height: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit blockquote::before {
    height: 1.125rem;
  }
}
.block-edit blockquote::after {
  content: "";
  position: absolute;
  left: 2em;
  width: 2px;
  height: calc(100% - 3em);
  background-color: #ABABAB;
}
@media screen and (max-width: 960.99px) {
  .block-edit blockquote {
    padding-inline: 2em;
  }
  .block-edit blockquote::after {
    left: 1em;
  }
}

.block-edit2 {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .block-edit2 h2 {
    font-size: clamp(1.75rem, 0.625rem + 1.88vw, 2.125rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit2 h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 961px) {
  .block-edit2 h3 {
    font-size: clamp(1.25rem, 0.5rem + 1.25vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit2 h3 {
    font-size: 24px;
  }
}
.block-edit2 strong {
  font-weight: 600;
}
.block-edit2 a:not([class]) {
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  .block-edit2 p {
    padding: clamp(0.0625rem, 0.0625rem + 1vw, 0.1875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit2 p {
    padding: 0rem;
  }
}
@media screen and (min-width: 961px) {
  .block-edit2 p {
    margin-block: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit2 p {
    margin-block: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .block-edit2 p {
    padding: clamp(0.0625rem, 0.0625rem + 1vw, 0.1875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit2 p {
    padding: 0rem;
  }
}
@media screen and (min-width: 961px) {
  .block-edit2 p {
    margin-block: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit2 p {
    margin-block: 1rem;
  }
}
.block-edit2 p a {
  color: inherit;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .block-edit2 p a:hover {
    color: #AF2038;
  }
}
.block-edit2 p a[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
}
.block-edit2 p a[target=_blank]::after {
  content: "";
  background: url(../images/arrow_blank_abk0.svg) center no-repeat;
  background-size: contain;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.25em;
}
@media (any-hover: hover) {
  .block-edit2 p a:hover::after {
    background: url(../images/arrow_blank_main.svg) center no-repeat;
    background-size: contain;
  }
}
.block-edit2 table p {
  margin-block: 0;
  padding: 0;
}
.block-edit2 .color-dark p a {
  color: #fff;
}
@media (any-hover: hover) {
  .block-edit2 .color-dark p a:hover {
    color: #fff;
    text-decoration: none;
  }
}
.block-edit2 .color-dark p a[target=_blank]::after {
  background: url(../images/arrow_blank_white.svg) center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 961px) {
  .block-edit2 ul {
    margin-block: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit2 ul {
    margin-block: 1.5rem;
  }
}
.block-edit2 li > a {
  color: inherit;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .block-edit2 li > a:hover {
    color: #AF2038;
  }
}
.block-edit2 li > a[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
}
.block-edit2 li > a[target=_blank]::after {
  content: "";
  background: url(../images/arrow_blank_abk0.svg) center no-repeat;
  background-size: contain;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.25em;
}
@media (any-hover: hover) {
  .block-edit2 li > a:hover::after {
    background: url(../images/arrow_blank_main.svg) center no-repeat;
    background-size: contain;
  }
}
.block-edit2 .ul-border {
  background-color: #F5F5F5;
  border: solid 1px #C9C9C9;
  padding: 1.5em;
}
@media screen and (min-width: 961px) {
  .block-edit2 .ul-border {
    margin-block: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit2 .ul-border {
    margin-block: 1.5rem;
  }
}
.block-edit2 .ul-noborder {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin-block: 0 !important;
}
@media screen and (min-width: 961px) {
  .block-edit2 ol {
    margin-block: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit2 ol {
    margin-block: 1.5rem;
  }
}
.block-edit2 .ol-border {
  background-color: #F5F5F5;
  border: solid 1px #C9C9C9;
  padding: 1.5em;
}
@media screen and (min-width: 961px) {
  .block-edit2 .ol-border {
    margin-block: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit2 .ol-border {
    margin-block: 1.5rem;
  }
}
.block-edit2 .ol-noborder {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin-block: 0 !important;
}
@media screen and (min-width: 961px) {
  .block-edit2 figure {
    margin-block: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit2 figure {
    margin-block: 1.5rem;
  }
}
.block-edit2 figcaption {
  width: 100%;
  display: block;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .block-edit2 figcaption {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit2 figcaption {
    font-size: 14px;
  }
}
@media screen and (min-width: 961px) {
  .block-edit2 figcaption {
    margin-top: clamp(0.5rem, 0.5rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit2 figcaption {
    margin-top: 1rem;
  }
}
.block-edit2 .relate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5em 2em;
  color: #231E19;
  background-color: #fff;
  border: solid 1px #C9C9C9;
}
@media screen and (min-width: 961px) {
  .block-edit2 .relate {
    margin-block: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit2 .relate {
    margin-block: 1.5rem;
  }
}
.block-edit2 .relate .title {
  position: relative;
  font-weight: 600;
  padding-left: 1em;
  margin-block: 0 0.75em;
}
@media screen and (min-width: 961px) {
  .block-edit2 .relate .title {
    margin-bottom: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit2 .relate .title {
    margin-bottom: 0.75rem;
  }
}
.block-edit2 .relate .title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(../images/icon_relate.svg) center center no-repeat;
  background-size: contain;
  overflow: hidden;
  background-color: none;
  width: 0.6875em;
  height: 100%;
}
.block-edit2 .relate a {
  text-decoration: none;
}
.block-edit2 blockquote {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  width: 100%;
  color: #231E19;
  padding: 1.5em 2em 1.5em 3.5em;
  background-color: #F5F5F5;
  border: solid 1px #C9C9C9;
}
@media screen and (min-width: 961px) {
  .block-edit2 blockquote {
    margin-block: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit2 blockquote {
    margin-block: 1.5rem;
  }
}
.block-edit2 blockquote .blockquote-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 1.6;
  font-weight: 600;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .block-edit2 blockquote .blockquote-title {
    margin-top: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit2 blockquote .blockquote-title {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  .block-edit2 blockquote .blockquote-title {
    margin-bottom: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit2 blockquote .blockquote-title {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  .block-edit2 blockquote .blockquote-title {
    font-size: clamp(1.125rem, 0.75rem + 0.63vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit2 blockquote .blockquote-title {
    font-size: 18px;
  }
}
.block-edit2 blockquote p {
  margin: 0;
  padding: 0;
}
.block-edit2 blockquote > :first-child {
  margin-top: 0;
}
.block-edit2 blockquote > :last-child {
  margin-bottom: 0;
}
.block-edit2 blockquote::before {
  content: "";
  background: url(../images/icon_quote.svg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .block-edit2 blockquote::before {
    width: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit2 blockquote::before {
    width: 1.125rem;
  }
}
@media screen and (min-width: 961px) {
  .block-edit2 blockquote::before {
    height: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .block-edit2 blockquote::before {
    height: 1.125rem;
  }
}
.block-edit2 blockquote::after {
  content: "";
  position: absolute;
  left: 2em;
  width: 2px;
  height: calc(100% - 3em);
  background-color: #ABABAB;
}
@media screen and (max-width: 960.99px) {
  .block-edit2 blockquote {
    padding-inline: 2em;
  }
  .block-edit2 blockquote::after {
    left: 1em;
  }
}

.title-center-container h1 {
  margin: 0;
}
@media screen and (min-width: 961px) {
  .title-center-container h1 {
    margin-bottom: clamp(2rem, 2rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .title-center-container h1 {
    margin-bottom: 2.5rem;
  }
}
.title-center-container h2 {
  margin: 0;
}
@media screen and (min-width: 961px) {
  .title-center-container h2 {
    margin-bottom: clamp(2rem, 2rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .title-center-container h2 {
    margin-bottom: 2.5rem;
  }
}
.title-center-container .title-center-lead {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 961px) {
  .title-center-container .title-center-lead {
    padding: clamp(0.0625rem, 0.0625rem + 1vw, 0.1875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .title-center-container .title-center-lead {
    padding: 0rem;
  }
}
@media screen and (min-width: 961px) {
  .title-center-container .title-center-lead {
    margin-block: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  .title-center-container .title-center-lead {
    margin-block: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .title-center-container .title-center-lead {
    padding: clamp(0.0625rem, 0.0625rem + 1vw, 0.1875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .title-center-container .title-center-lead {
    padding: 0rem;
  }
}
@media screen and (min-width: 961px) {
  .title-center-container .title-center-lead {
    margin-block: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  .title-center-container .title-center-lead {
    margin-block: 1rem;
  }
}
.title-center-container > :first-child {
  margin-top: 0;
}
.title-center-container > :last-child {
  margin-bottom: 0;
}

main dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75em;
  width: 100%;
}
main dl p {
  margin: 0;
  padding: 0;
}
main dl > :first-child {
  margin-top: 0;
}
main dl > :last-child {
  margin-bottom: 0;
}
main dl dt h1,
main dl dt h2,
main dl dt h3,
main dl dt h4,
main dl dt h5,
main dl dt h6 {
  padding: 0;
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
}
main dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  font-size: inherit;
}
main dl.type-list dt > * {
  position: relative;
  padding-left: 1.125em;
}
main dl.type-list dt > *::before {
  position: absolute;
  top: 0.53125em;
  left: 0;
  content: "";
  width: 0.375em;
  height: 0.375em;
  border-radius: 50%;
  background-color: #8C8C8C;
}
main dl.type-icon dt {
  padding-block: 0.5em;
  border-radius: 9999px;
  line-height: 1;
  font-weight: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #E8E8E8;
  color: #231E19;
}
@media screen and (min-width: 961px) {
  main dl.type-icon dt {
    padding-inline: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  main dl.type-icon dt {
    padding-inline: 0.75rem;
  }
}
main dl.type-icon dt h1,
main dl.type-icon dt h2,
main dl.type-icon dt h3,
main dl.type-icon dt h4,
main dl.type-icon dt h5,
main dl.type-icon dt h6 {
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  main dl.type-icon dt h1,
  main dl.type-icon dt h2,
  main dl.type-icon dt h3,
  main dl.type-icon dt h4,
  main dl.type-icon dt h5,
  main dl.type-icon dt h6 {
    font-size: clamp(0.875rem, 0.688rem + 0.31vw, 0.938rem);
  }
}
@media screen and (max-width: 960.99px) {
  main dl.type-icon dt h1,
  main dl.type-icon dt h2,
  main dl.type-icon dt h3,
  main dl.type-icon dt h4,
  main dl.type-icon dt h5,
  main dl.type-icon dt h6 {
    font-size: 14px;
  }
}

.type-icon-label {
  padding-block: 0.5em;
  border-radius: 9999px;
  line-height: 1;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #231E19;
}
@media screen and (min-width: 961px) {
  .type-icon-label {
    padding-inline: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .type-icon-label {
    padding-inline: 0.75rem;
  }
}

.color-dark .type-icon dt,
.color-dark .type-icon-label {
  color: #231E19 !important;
}

.type-list-label {
  position: relative;
  font-weight: 600;
  padding-left: 1.125em;
  line-height: 1.6;
}
@media screen and (min-width: 961px) {
  .type-list-label {
    font-size: clamp(1.125rem, 0.75rem + 0.63vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  .type-list-label {
    font-size: 16px;
  }
}
.type-list-label::before {
  position: absolute;
  top: 0.53125em;
  left: 0;
  content: "";
  width: 0.375em;
  height: 0.375em;
  border-radius: 50%;
  background-color: #8C8C8C;
}

.label-ribbon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.25rem;
  height: 2.25rem;
  color: #fff;
  padding-block: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 3rem;
  line-height: 1;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 1.75em) 100%, 0% 100%);
}
@media screen and (min-width: 961px) {
  .label-ribbon {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .label-ribbon {
    font-size: 14px;
  }
}
@media screen and (min-width: 961px) {
  .label-ribbon .label-font {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .label-ribbon .label-font {
    font-size: 14px;
  }
}
@media screen and (min-width: 961px) {
  .label-ribbon .label-num-font {
    font-size: clamp(1.25rem, 0.5rem + 1.25vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .label-ribbon .label-num-font {
    font-size: 24px;
  }
}

body .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem 1rem;
  width: 100%;
  color: #231E19;
}
@media screen and (min-width: 961px) {
  body .steps {
    -webkit-column-gap: clamp(0.75rem, 0.75rem + 1vw, 1rem);
       -moz-column-gap: clamp(0.75rem, 0.75rem + 1vw, 1rem);
            column-gap: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .steps {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media screen and (min-width: 961px) {
  body .steps {
    row-gap: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .steps {
    row-gap: 1.5rem;
  }
}
body .steps .step-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.3333333333% - 0.6666666667rem);
          flex: 0 0 calc(33.3333333333% - 0.6666666667rem);
  position: relative;
  background: #fff;
  border-radius: 0.75em;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  z-index: 0;
}
@media screen and (min-width: 961px) {
  body .steps .step-card {
    padding: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .steps .step-card {
    padding: 1.5rem;
  }
}
body .steps .step-card p,
body .steps .step-card ul,
body .steps .step-card ol {
  margin: 0;
  padding: 0;
}
body .steps .step-card > :first-child {
  margin-top: 0;
}
body .steps .step-card > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 960.99px) {
  body .steps .step-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
body .steps.pain-4 .step-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 3rem) / 4);
          flex: 0 0 calc((100% - 3rem) / 4);
}
@media screen and (max-width: 960.99px) {
  body .steps.pain-4 .step-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
body .steps.pain-3 .step-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 2rem) / 3);
          flex: 0 0 calc((100% - 2rem) / 3);
}
@media screen and (max-width: 960.99px) {
  body .steps.pain-3 .step-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
body .steps.pain-2 .step-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 1rem) / 2);
          flex: 0 0 calc((100% - 1rem) / 2);
}
@media screen and (max-width: 960.99px) {
  body .steps.pain-2 .step-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
body .steps.pain-1 .step-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media screen and (max-width: 960.99px) {
  body .steps.pain-1 .step-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
body .steps.steps-arrow {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 3rem 2rem;
}
@media screen and (max-width: 960.99px) {
  body .steps.steps-arrow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body .steps.steps-arrow .step-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 4rem) / 3);
          flex: 0 0 calc((100% - 4rem) / 3);
}
@media screen and (max-width: 960.99px) {
  body .steps.steps-arrow .step-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
body .steps.steps-arrow.pain-4 .step-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 6rem) / 4);
          flex: 0 0 calc((100% - 6rem) / 4);
}
@media screen and (max-width: 960.99px) {
  body .steps.steps-arrow.pain-4 .step-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
body .steps.steps-arrow.pain-3 .step-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 4rem) / 3);
          flex: 0 0 calc((100% - 4rem) / 3);
}
@media screen and (max-width: 960.99px) {
  body .steps.steps-arrow.pain-3 .step-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
body .steps.steps-arrow.pain-2 .step-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 4rem) / 2);
          flex: 0 0 calc((100% - 4rem) / 2);
}
@media screen and (max-width: 960.99px) {
  body .steps.steps-arrow.pain-2 .step-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
body .steps.steps-arrow.pain-1 .step-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media screen and (max-width: 960.99px) {
  body .steps.steps-arrow.pain-1 .step-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
body .steps.steps-arrow .step-card::after {
  content: "";
  background: url(../images/arrow_r_step_abk1.svg) center no-repeat;
  width: 10px;
  height: 20px;
  background-size: auto;
  position: absolute;
  right: -21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 960.99px) {
  body .steps.steps-arrow .step-card::after {
    right: auto;
    bottom: -32px;
    top: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
  }
}
body .steps.steps-arrow .step-card:last-child::after {
  content: none;
  margin-inline: 0;
}
body .steps.step-layout-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .steps.step-layout-column .step-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
body .steps.step-layout-column .step-card::after {
  right: auto;
  bottom: -32px;
  top: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}
body .steps .step-inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
@media screen and (min-width: 961px) {
  body .steps .step-inner-row {
    gap: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .steps .step-inner-row {
    gap: 1rem;
  }
}
@media screen and (min-width: 961px) {
  body .steps .step-inner-row {
    margin-top: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .steps .step-inner-row {
    margin-top: 1rem;
  }
}
body .steps .step-inner-row .step-inner-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body .steps .step-title-h2 {
  padding-left: 0;
  border-left: none;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (min-width: 961px) {
  body .steps .step-title-h2 {
    font-size: clamp(1.25rem, 0.5rem + 1.25vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .steps .step-title-h2 {
    font-size: 24px;
  }
}
body .steps .label-ribbon {
  position: absolute;
  z-index: 1;
  top: -0.5rem;
  left: 0;
}
body .steps .step-card-icon {
  border: solid 1px #E8E8E8;
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 0.375rem;
}
body .steps img {
  max-width: 100%;
  overflow: hidden;
  height: auto;
  display: block;
}
body .steps .step-card-title {
  all: revert;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  body .steps .step-card-title {
    font-size: clamp(1.125rem, 0.75rem + 0.63vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .steps .step-card-title {
    font-size: 16px;
  }
}
body .steps .step-card-text {
  line-height: 1.75;
  padding-inline: 0;
}
@media screen and (min-width: 961px) {
  body .steps .step-card-text {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .steps .step-card-text {
    font-size: 14px;
  }
}
body .steps ul,
body .steps ol {
  gap: 0;
  border: none;
  margin: 0;
  background-color: transparent;
  width: 100%;
}
@media screen and (min-width: 961px) {
  body .steps ul,
  body .steps ol {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .steps ul,
  body .steps ol {
    font-size: 14px;
  }
}
body .steps ul li,
body .steps ol li {
  width: 100%;
}
body .steps .inner-container-s {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 961px) {
  body .steps .inner-container-s dl.type-list dd {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .steps .inner-container-s dl.type-list dd {
    font-size: 14px;
  }
}
body .steps .inner-container-s dl.type-icon dt {
  padding-block: 2px;
}
@media screen and (min-width: 961px) {
  body .steps .inner-container-s dl.type-icon dd {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .steps .inner-container-s dl.type-icon dd {
    font-size: 14px;
  }
}
body .steps .more-link-text {
  margin-top: auto;
}
body .steps .more-link-text.card-hover::before {
  width: calc(100% - 0.5em - 1em);
}
body .steps .more-link-text.card-hover::after {
  -webkit-transform: translate(0.1875em, -0.1875em);
          transform: translate(0.1875em, -0.1875em);
}
body .steps .more-link-text.card-hover.icon-r::after {
  -webkit-transform: translateX(0.325em);
          transform: translateX(0.325em);
}
@media (any-hover: hover) {
  body .steps .js-clickable.has-auto-link:hover {
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    background-color: #F5F5F5;
  }
}

body .card-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem 1rem;
  width: 100%;
  color: #231E19;
}
@media screen and (min-width: 961px) {
  body .card-layout {
    -webkit-column-gap: clamp(0.75rem, 0.75rem + 1vw, 1rem);
       -moz-column-gap: clamp(0.75rem, 0.75rem + 1vw, 1rem);
            column-gap: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .card-layout {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media screen and (min-width: 961px) {
  body .card-layout {
    row-gap: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .card-layout {
    row-gap: 1.5rem;
  }
}
body .card-layout .card-layout-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.3333333333% - 0.6666666667rem);
          flex: 0 0 calc(33.3333333333% - 0.6666666667rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960.99px) {
  body .card-layout .card-layout-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (any-hover: hover) {
  body .card-layout .card-layout-item:hover img {
    opacity: 0.7;
  }
}
body .card-layout.pain-4 .card-layout-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 3rem) / 4);
          flex: 0 0 calc((100% - 3rem) / 4);
}
@media screen and (max-width: 960.99px) {
  body .card-layout.pain-4 .card-layout-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
body .card-layout.pain-3 .card-layout-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 2rem) / 3);
          flex: 0 0 calc((100% - 2rem) / 3);
}
@media screen and (max-width: 960.99px) {
  body .card-layout.pain-3 .card-layout-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
body .card-layout.pain-2 .card-layout-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 1rem) / 2);
          flex: 0 0 calc((100% - 1rem) / 2);
}
@media screen and (max-width: 960.99px) {
  body .card-layout.pain-2 .card-layout-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
body .card-layout.pain-1 .card-layout-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media screen and (max-width: 960.99px) {
  body .card-layout.pain-1 .card-layout-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
body .card-layout .card-layout-content {
  padding: 0.75rem;
  gap: 0.5rem;
}
body .card-layout .card-layout-img {
  width: 100%;
}
body .card-layout .card-layout-img img {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.5em;
  width: 100%;
  overflow: hidden;
  height: auto;
  display: block;
}
body .card-layout .card-layout-title {
  all: revert;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  body .card-layout .card-layout-title {
    font-size: clamp(0.875rem, 0.5rem + 0.63vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .card-layout .card-layout-title {
    font-size: 16px;
  }
}
body .card-layout .card-layout-text {
  line-height: 1.75;
  padding-inline: 0;
  text-align: center;
}
@media screen and (min-width: 961px) {
  body .card-layout .card-layout-text {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .card-layout .card-layout-text {
    font-size: 14px;
  }
}

.bk-color-black .steps.steps-arrow .step-card::after,
.bk-color-theme-grd .steps.steps-arrow .step-card::after,
.bk-color-theme .steps.steps-arrow .step-card::after {
  background: url(../images/arrow_r_step_white.svg) center no-repeat;
}

main .entry-dtail .media-object {
  width: 100%;
}
main .entry-dtail .media-object .rl-layout-text,
main .entry-dtail .media-object .rl-layout-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 961px) {
  main .entry-dtail .media-object .rl-layout-text,
  main .entry-dtail .media-object .rl-layout-img {
    gap: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .entry-dtail .media-object .rl-layout-text,
  main .entry-dtail .media-object .rl-layout-img {
    gap: 1.125rem;
  }
}
main .entry-dtail .media-object .rl-layout-text p,
main .entry-dtail .media-object .rl-layout-img p {
  margin: 0;
  padding: 0;
}
main .entry-dtail .media-object .rl-layout-text > *,
main .entry-dtail .media-object .rl-layout-img > * {
  margin-top: 0;
  margin-bottom: 0;
}
main .entry-dtail .media-object .area-indent {
  padding-top: 3.5rem;
}
main .entry-dtail .media-object .label-ribbon {
  position: absolute;
  left: 0;
  top: 0;
}

main .entry-dtail .before-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F5F5F5;
  width: 100%;
  color: #231E19;
}
@media screen and (min-width: 961px) {
  main .entry-dtail .before-after {
    gap: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .entry-dtail .before-after {
    gap: 1.125rem;
  }
}
@media screen and (min-width: 961px) {
  main .entry-dtail .before-after {
    padding-inline: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .entry-dtail .before-after {
    padding-inline: 1.125rem;
  }
}
@media screen and (min-width: 961px) {
  main .entry-dtail .before-after {
    padding-block: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .entry-dtail .before-after {
    padding-block: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  main .entry-dtail .before-after {
    margin-block: clamp(2rem, 2rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .entry-dtail .before-after {
    margin-block: 1rem;
  }
}
@media screen and (min-width: 961px) {
  main .entry-dtail .before-after {
    border-radius: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .entry-dtail .before-after {
    border-radius: 0.5rem;
  }
}
main .entry-dtail .before-after .before-after-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 1.6;
  font-weight: 600;
  width: 100%;
  margin-top: 0;
  padding-left: 0.75em;
  border-left: solid 2px #AF2038;
}
@media screen and (min-width: 961px) {
  main .entry-dtail .before-after .before-after-label {
    margin-bottom: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .entry-dtail .before-after .before-after-label {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 961px) {
  main .entry-dtail .before-after .before-after-label {
    font-size: clamp(1.125rem, 0.75rem + 0.63vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .entry-dtail .before-after .before-after-label {
    font-size: 16px;
  }
}
main .entry-dtail .before-after .before-list .before-after-label {
  border-left-color: #8C8C8C;
}
main .entry-dtail .before-after .before-list ul,
main .entry-dtail .before-after .before-list ol,
main .entry-dtail .before-after .after-list ul,
main .entry-dtail .before-after .after-list ol {
  border: none;
  padding: 0;
  width: 100%;
  margin-block: 0;
}
@media screen and (min-width: 961px) {
  main .entry-dtail .before-after .before-list ul,
  main .entry-dtail .before-after .before-list ol,
  main .entry-dtail .before-after .after-list ul,
  main .entry-dtail .before-after .after-list ol {
    padding-left: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .entry-dtail .before-after .before-list ul,
  main .entry-dtail .before-after .before-list ol,
  main .entry-dtail .before-after .after-list ul,
  main .entry-dtail .before-after .after-list ol {
    padding-left: 0.75rem;
  }
}
main .entry-dtail .before-after .before-list ul.list-anchor,
main .entry-dtail .before-after .before-list ol.list-anchor,
main .entry-dtail .before-after .after-list ul.list-anchor,
main .entry-dtail .before-after .after-list ol.list-anchor {
  margin-block: 0;
}
main .entry-dtail .before-after .after-list a {
  display: block;
  text-decoration: none;
}

#main-container .source {
  color: #535353;
}
@media screen and (min-width: 961px) {
  #main-container .source {
    margin-top: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .source {
    margin-top: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  #main-container .source {
    font-size: clamp(0.688rem, 0.5rem + 0.31vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .source {
    font-size: 12px;
  }
}
#main-container .source a {
  text-decoration: underline;
  color: #535353;
}
#main-container .source a[target=_blank]::after {
  background: url(../images/arrow_blank_abk0.svg) center no-repeat;
  background-size: contain;
}
@media (any-hover: hover) {
  #main-container .source a:hover {
    color: #AF2038;
  }
  #main-container .source a:hover::after {
    background: url(../images/arrow_blank_main.svg) center no-repeat;
    background-size: contain;
  }
}
#main-container .source.source-right {
  text-align: right;
}

@media screen and (min-width: 961px) {
  #main-container .recommend {
    margin-block: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .recommend {
    margin-block: 1.5rem;
  }
}
#main-container .recommend a {
  display: block;
  text-decoration: none;
}
@media (any-hover: hover) {
  #main-container .recommend a:hover {
    color: #AF2038;
  }
}
#main-container .recommend p {
  margin: 0;
  padding: 0;
}
#main-container .recommend .recommend-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 1.6;
  font-weight: 600;
  width: 100%;
  padding-left: 0.75em;
  border-left: solid 2px #AF2038;
}
@media screen and (min-width: 961px) {
  #main-container .recommend .recommend-title {
    margin-bottom: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .recommend .recommend-title {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  #main-container .recommend .recommend-title {
    font-size: clamp(1.125rem, 0.75rem + 0.63vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .recommend .recommend-title {
    font-size: 16px;
  }
}
#main-container .recommend .recommend-title::after {
  content: none;
}
#main-container .recommend ul,
#main-container .recommend ol {
  background-color: transparent;
  border: none;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
#main-container .recommend ul li,
#main-container .recommend ol li {
  width: 100%;
  font-weight: 600;
}

#main-container .cardLink {
  background-color: #fff;
  border: solid 1px #C9C9C9;
  color: #231E19;
}
@media screen and (min-width: 961px) {
  #main-container .cardLink {
    margin-block: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .cardLink {
    margin-block: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  #main-container .cardLink {
    padding: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .cardLink {
    padding: 1.5rem;
  }
}
#main-container .cardLink p {
  margin: 0;
  padding: 0;
}
#main-container .cardLink > :first-child {
  margin-top: 0;
}
#main-container .cardLink > :last-child {
  margin-bottom: 0;
}
#main-container .cardLink h3 {
  border-left: none;
  margin-top: 0;
  padding-left: 0;
}
#main-container .cardLink p {
  min-width: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  text-overflow: ellipsis;
}
@media (any-hover: hover) {
  #main-container .cardLink.js-clickable.has-auto-link:hover {
    background-color: #E8E8E8;
  }
  #main-container .cardLink.js-clickable.has-auto-link:hover h3,
  #main-container .cardLink.js-clickable.has-auto-link:hover p {
    color: #231E19;
  }
}

@media screen and (min-width: 961px) {
  #main-container .speaker {
    margin-block: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .speaker {
    margin-block: 1.5rem;
  }
}
#main-container .speaker p {
  margin: 0;
  padding: 0;
}
#main-container .speaker > :first-child {
  margin-top: 0;
}
#main-container .speaker > :last-child {
  margin-bottom: 0;
}
#main-container .speaker .speaker-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 961px) {
  #main-container .speaker .speaker-inner {
    gap: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .speaker .speaker-inner {
    gap: 1rem;
  }
}
@media screen and (min-width: 961px) {
  #main-container .speaker .speaker-inner {
    padding-inline: clamp(0.0625rem, 0.0625rem + 1vw, 0.1875rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .speaker .speaker-inner {
    padding-inline: 0rem;
  }
}
@media screen and (min-width: 961px) {
  #main-container .speaker .speaker-inner {
    margin-block: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .speaker .speaker-inner {
    margin-block: 1.5rem;
  }
}
#main-container .speaker .speaker-inner .rl-layout-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#main-container .speaker .speaker-inner .rl-layout-image {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
}
#main-container .speaker .speaker-inner .rl-layout-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5em;
}
#main-container .speaker .speaker-inner h3 {
  border-left: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
@media screen and (min-width: 961px) {
  #main-container .speaker .speaker-inner h3 {
    font-size: clamp(1.125rem, 0.75rem + 0.63vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .speaker .speaker-inner h3 {
    font-size: 16px;
  }
}
#main-container .speaker .speaker-inner .accessory {
  color: #535353;
  gap: 0;
}
@media screen and (min-width: 961px) {
  #main-container .speaker .speaker-inner .accessory {
    font-size: clamp(0.688rem, 0.5rem + 0.31vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .speaker .speaker-inner .accessory {
    font-size: 12px;
  }
}
@media screen and (min-width: 961px) {
  #main-container .speaker .speaker-inner .speaker-info {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .speaker .speaker-inner .speaker-info {
    font-size: 14px;
  }
}

#main-container .color-dark .speaker .speaker-inner .accessory {
  color: #fff;
}

.table-type1 {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .table-type1 {
    margin-block: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  .table-type1 {
    margin-block: 1.5rem;
  }
}
.table-type1 .table {
  width: 100%;
  text-align: left;
}
.table-type1 th {
  border: 1px solid #C9C9C9;
  background: #535353;
  color: #fff;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 961px) {
  .table-type1 th {
    font-size: clamp(0.875rem, 0.5rem + 0.63vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  .table-type1 th {
    font-size: 16px;
  }
}
@media screen and (min-width: 961px) {
  .table-type1 th {
    padding: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .table-type1 th {
    padding: 0.75rem;
  }
}
.table-type1 td {
  border: 1px solid #C9C9C9;
  vertical-align: top;
}
@media screen and (min-width: 961px) {
  .table-type1 td {
    font-size: clamp(0.875rem, 0.5rem + 0.63vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  .table-type1 td {
    font-size: 16px;
  }
}
@media screen and (min-width: 961px) {
  .table-type1 td {
    padding: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .table-type1 td {
    padding: 0.75rem;
  }
}
.table-type1 td.table-cell-title {
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
  background: #535353;
  color: #fff;
  width: 9rem;
  white-space: nowrap;
}
@media screen and (min-width: 961px) {
  .table-type1 td.table-cell-title {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .table-type1 td.table-cell-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 960.99px) {
  .table-type1 td.table-cell-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 961px) {
  .table-type1 td.table-speaker, .table-type1 td.table-name {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .table-type1 td.table-speaker, .table-type1 td.table-name {
    font-size: 14px;
  }
}
.table-type1 .table-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.table-type1 .table-title {
  font-weight: bold;
}
@media screen and (min-width: 961px) {
  .table-type1 .table-title {
    font-size: clamp(0.875rem, 0.5rem + 0.63vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  .table-type1 .table-title {
    font-size: 16px;
  }
}

#main-container .cta-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2em;
  width: 100%;
  color: #231E19;
  background-color: #fff;
  border: solid 1px #C9C9C9;
}
@media screen and (min-width: 961px) {
  #main-container .cta-edit {
    gap: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .cta-edit {
    gap: 1rem;
  }
}
@media screen and (min-width: 961px) {
  #main-container .cta-edit {
    margin-block: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .cta-edit {
    margin-block: 1.5rem;
  }
}
#main-container .cta-edit p {
  margin: 0;
  padding: 0;
}
#main-container .cta-edit > :first-child {
  margin-top: 0;
}
#main-container .cta-edit > :last-child {
  margin-bottom: 0;
}
#main-container .cta-edit h3,
#main-container .cta-edit .cta-edit-title {
  border-left: none;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-block: 0;
}
@media screen and (min-width: 961px) {
  #main-container .cta-edit h3,
  #main-container .cta-edit .cta-edit-title {
    font-size: clamp(1.25rem, 0.5rem + 1.25vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .cta-edit h3,
  #main-container .cta-edit .cta-edit-title {
    font-size: 22px;
  }
}
#main-container .cta-edit h3::after,
#main-container .cta-edit .cta-edit-title::after {
  content: none;
}
#main-container .cta-edit .cta-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 960.99px) {
  #main-container .cta-edit .cta-btn-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#main-container .cta-edit .btn {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 960.99px) {
  #main-container .cta-edit .btn {
    width: inherit;
  }
}

.qa-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 100%;
  color: #231E19;
}
@media screen and (min-width: 961px) {
  .qa-list {
    gap: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .qa-list {
    gap: 1.125rem;
  }
}
@media screen and (min-width: 961px) {
  .qa-list {
    margin-block: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  .qa-list {
    margin-block: 1.5rem;
  }
}
.qa-list p {
  margin: 0;
  padding: 0;
}
.qa-list > :first-child {
  margin-top: 0;
}
.qa-list > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 961px) {
  .qa-list > :last-child {
    margin-bottom: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  .qa-list > :last-child {
    margin-bottom: 1.5rem;
  }
}
.qa-list .qa-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .qa-list .qa-item {
    border-radius: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .qa-list .qa-item {
    border-radius: 0.75rem;
  }
}
.qa-list .qa-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  cursor: pointer;
  list-style: none;
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  .qa-list .qa-question {
    gap: clamp(0.625rem, 0.625rem + 1vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  .qa-list .qa-question {
    gap: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  .qa-list .qa-question {
    padding-block: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  .qa-list .qa-question {
    padding-block: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  .qa-list .qa-question {
    padding-inline: clamp(2rem, 2rem + 1vw, 3rem);
  }
}
@media screen and (max-width: 960.99px) {
  .qa-list .qa-question {
    padding-inline: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  .qa-list .qa-question {
    font-size: clamp(1.125rem, 0.75rem + 0.63vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  .qa-list .qa-question {
    font-size: 16px;
  }
}
.qa-list .qa-question::-webkit-details-marker {
  display: none;
}
.qa-list .qa-question-inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.qa-list .qa-question::before {
  content: "Q.";
  margin-top: -0.375em;
  top: 1rem;
  color: #8C8C8C;
}
@media screen and (min-width: 961px) {
  .qa-list .qa-question::before {
    font-size: clamp(1.75rem, 0.625rem + 1.88vw, 2.125rem);
  }
}
@media screen and (max-width: 960.99px) {
  .qa-list .qa-question::before {
    font-size: 24px;
  }
}
.qa-list .qa-question::after {
  content: "+";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #535353;
  color: #fff;
  right: 0;
  padding: 1rem;
  width: 2rem;
  height: 2rem;
  line-height: 1;
  border-radius: 50%;
  font-weight: 400;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 961px) {
  .qa-list .qa-question::after {
    top: clamp(1.3125rem, 1.3125rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  .qa-list .qa-question::after {
    top: 1.3125rem;
  }
}
.qa-list .qa-item[open] .qa-question::after {
  content: "−";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #8C8C8C;
  background-color: #E8E8E8;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (any-hover: hover) {
  .qa-list .qa-question:hover {
    color: #AF2038;
  }
}
.qa-list .qa-answer {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .qa-list .qa-answer ul,
  .qa-list .qa-answer ol,
  .qa-list .qa-answer blockquote {
    margin-block: clamp(0.5rem, 0.5rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  .qa-list .qa-answer ul,
  .qa-list .qa-answer ol,
  .qa-list .qa-answer blockquote {
    margin-block: 1rem;
  }
}
.qa-list .qa-answer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, padding-bottom 0.3s ease;
  transition: max-height 0.3s ease, padding-bottom 0.3s ease;
}
@media screen and (min-width: 961px) {
  .qa-list .qa-answer-inner {
    gap: clamp(0.625rem, 0.625rem + 1vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  .qa-list .qa-answer-inner {
    gap: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  .qa-list .qa-answer-inner {
    padding-inline: clamp(2rem, 2rem + 1vw, 3rem);
  }
}
@media screen and (max-width: 960.99px) {
  .qa-list .qa-answer-inner {
    padding-inline: 1.5rem;
  }
}
.qa-list .qa-answer-inner::before {
  content: "A.";
  margin-top: -0.375em;
  color: #DE7787;
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  .qa-list .qa-answer-inner::before {
    font-size: clamp(1.75rem, 0.625rem + 1.88vw, 2.125rem);
  }
}
@media screen and (max-width: 960.99px) {
  .qa-list .qa-answer-inner::before {
    font-size: 24px;
  }
}
.qa-list .qa-item[open] .qa-answer-inner {
  max-height: 1000dvh;
  overflow-y: auto;
  padding-bottom: 2rem;
  -webkit-transition: max-height 0.3s ease, padding-bottom 0.3s ease;
  transition: max-height 0.3s ease, padding-bottom 0.3s ease;
}
.qa-list .qa-answer-inner2 {
  display: block;
}
.qa-list .qa-answer-inner2 > :first-child {
  margin-top: 0;
}
.qa-list .qa-answer-inner2 > :last-child {
  margin-bottom: 0;
}

#main-container .editor-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  #main-container .editor-block {
    padding-inline: clamp(2rem, 2rem + 1vw, 4rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .editor-block {
    padding-inline: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  #main-container .editor-block {
    padding-block: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .editor-block {
    padding-block: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  #main-container .editor-block {
    gap: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .editor-block {
    gap: 1.125rem;
  }
}
#main-container .editor-block p {
  margin: 0;
  padding: 0;
}
#main-container .editor-block > :first-child {
  margin-top: 0;
}
#main-container .editor-block > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 960.99px) {
  #main-container .editor-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#main-container .editor-block .editor-left .editor-img {
  border-radius: 50%;
  overflow: hidden;
  background-color: #E8E8E8;
}
@media screen and (min-width: 961px) {
  #main-container .editor-block .editor-left .editor-img {
    width: clamp(4rem, 4rem + 1vw, 5rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .editor-block .editor-left .editor-img {
    width: 6.25rem;
  }
}
@media screen and (min-width: 961px) {
  #main-container .editor-block .editor-left .editor-img {
    height: clamp(4rem, 4rem + 1vw, 5rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .editor-block .editor-left .editor-img {
    height: 6.25rem;
  }
}
#main-container .editor-block .editor-left .editor-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main-container .editor-block .editor-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 961px) {
  #main-container .editor-block .editor-right {
    gap: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .editor-block .editor-right {
    gap: 1.5rem;
  }
}
#main-container .editor-block .editor-right .editor-right-t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 961px) {
  #main-container .editor-block .editor-right .editor-right-t {
    gap: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .editor-block .editor-right .editor-right-t {
    gap: 1.125rem;
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .editor-block .editor-right .editor-right-t {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#main-container .editor-block .editor-right .editor-right-t .editor-name-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 960.99px) {
  #main-container .editor-block .editor-right .editor-right-t .editor-name-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#main-container .editor-block .editor-right .editor-right-t .editor-name-block .editor-name-label {
  color: #535353;
}
@media screen and (min-width: 961px) {
  #main-container .editor-block .editor-right .editor-right-t .editor-name-block .editor-name-label {
    font-size: clamp(0.688rem, 0.5rem + 0.31vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .editor-block .editor-right .editor-right-t .editor-name-block .editor-name-label {
    font-size: 12px;
  }
}
#main-container .editor-block .editor-right .editor-right-t .editor-name-block .editor-name {
  font-weight: 600;
}
#main-container .editor-block .editor-right .editor-right-t .editor-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 961px) {
  #main-container .editor-block .editor-right .editor-right-t .editor-sns {
    gap: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .editor-block .editor-right .editor-right-t .editor-sns {
    gap: 1.125rem;
  }
}
#main-container .editor-block .editor-right .editor-right-t .editor-sns img {
  display: block;
}
@media screen and (min-width: 961px) {
  #main-container .editor-block .editor-right .editor-right-t .editor-sns img {
    height: clamp(1.5rem, 1.5rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .editor-block .editor-right .editor-right-t .editor-sns img {
    height: 2rem;
  }
}

.flow-skeleton-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  width: 100%;
}
@media screen and (max-width: 960.99px) {
  .flow-skeleton-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flow-skelton-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .flow-skelton-copy {
    padding-inline: clamp(0.5rem, 0.5rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  .flow-skelton-copy {
    padding-inline: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .flow-skelton-copy {
    padding-block: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .flow-skelton-copy {
    padding-block: 0.5rem;
  }
}
@media screen and (min-width: 961px) {
  .flow-skelton-copy {
    font-size: clamp(1.125rem, 0.75rem + 0.63vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  .flow-skelton-copy {
    font-size: 16px;
  }
}

.flow-skeleton {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 960.99px) {
  .flow-skeleton {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow-skeleton .flow-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
  color: #fff;
}
@media screen and (max-width: 960.99px) {
  .flow-skeleton .flow-step {
    width: 100%;
  }
}
.flow-skeleton .flow-step .flow-step__arrow {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 14.57%, rgba(255, 255, 255, 0.32) 90.99%);
  padding: 1.75rem 25%;
  clip-path: polygon(0 0%, 85% 0%, 100% 50%, 85% 100%, 0 100%, 20% 50%);
  margin-left: -25%;
  height: 100%;
}
@media screen and (max-width: 960.99px) {
  .flow-skeleton .flow-step .flow-step__arrow {
    clip-path: polygon(0 0, 50% 2rem, 100% 0, 100% calc(100% - 2rem), 50% 100%, 0 calc(100% - 2rem));
    background: linear-gradient(107deg, rgba(255, 255, 255, 0) -31.19%, rgba(255, 255, 255, 0.32) 86.16%);
    margin-top: -1.5rem;
    margin-left: 0;
    margin-bottom: 0.25rem;
    padding: 2.5rem 1rem 2rem;
  }
}
.flow-skeleton .flow-step .flow-step__content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  height: 100%;
}
.flow-skeleton .flow-step .flow-step__title {
  all: unset;
  font-weight: 500;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .flow-skeleton .flow-step .flow-step__title {
    font-size: clamp(1.125rem, 0.75rem + 0.63vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  .flow-skeleton .flow-step .flow-step__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 960.99px) and (min-width: 961px) {
  .flow-skeleton .flow-step .flow-step__title {
    font-size: clamp(1.25rem, 0.5rem + 1.25vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) and (max-width: 960.99px) {
  .flow-skeleton .flow-step .flow-step__title {
    font-size: 20px;
  }
}
.flow-skeleton .flow-step .flow-step__desc {
  all: unset;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .flow-skeleton .flow-step .flow-step__desc {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .flow-skeleton .flow-step .flow-step__desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 960.99px) and (min-width: 961px) {
  .flow-skeleton .flow-step .flow-step__desc {
    font-size: clamp(0.875rem, 0.5rem + 0.63vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) and (max-width: 960.99px) {
  .flow-skeleton .flow-step .flow-step__desc {
    font-size: 16px;
  }
}
.flow-skeleton .flow-step:first-child .flow-step__arrow {
  clip-path: polygon(0 0%, 85% 0%, 100% 50%, 85% 100%, 0 100%);
}
@media screen and (max-width: 960.99px) {
  .flow-skeleton .flow-step:first-child .flow-step__arrow {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2rem), 50% 100%, 0 calc(100% - 2rem));
    margin-top: 0;
    padding: 1.5rem 1rem 1.5rem;
  }
}
.flow-skeleton .flow-step:last-child .flow-step__arrow {
  padding-right: 0;
  clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%, 15% 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(17.82%, rgba(255, 255, 255, 0)), color-stop(53.39%, rgba(255, 255, 255, 0.24)), color-stop(97.28%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 17.82%, rgba(255, 255, 255, 0.24) 53.39%, rgba(255, 255, 255, 0) 97.28%);
}
@media screen and (max-width: 960.99px) {
  .flow-skeleton .flow-step:last-child .flow-step__arrow {
    clip-path: polygon(0 0, 50% 2rem, 100% 0, 100% calc(100% - 2rem), 50% 100%, 0 calc(100% - 2rem));
    padding: 2.5rem 1rem 2rem;
    background: linear-gradient(107deg, rgba(255, 255, 255, 0) -31.19%, rgba(255, 255, 255, 0.32) 86.16%);
  }
}

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 961px) {
  .tab {
    gap: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .tab {
    gap: 1.5rem;
  }
}
.tab p {
  margin: 0;
  padding: 0;
}
.tab > :first-child {
  margin-top: 0;
}
.tab > :last-child {
  margin-bottom: 0;
}
.tab .tab__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  min-width: 60%;
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 9999px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 961px) {
  .tab .tab__buttons {
    gap: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .tab .tab__buttons {
    gap: 0.25rem;
  }
}
.tab .tab__buttons:empty {
  display: none;
}
@media screen and (max-width: 960.99px) {
  .tab .tab__buttons {
    width: 100%;
  }
}
.tab .btn.tab-btn {
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 40rem;
  height: 3.75rem;
  color: #231E19;
  padding-left: 1.75rem;
  padding-right: 2.9375rem;
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .tab .btn.tab-btn {
    font-size: clamp(1.125rem, 0.75rem + 0.63vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  .tab .btn.tab-btn {
    font-size: 16px;
  }
}
.tab .btn.tab-btn::after {
  width: 0.4375rem;
  height: 1rem;
  right: 1.75rem;
  background: url(../images/arrow_r_abk0.svg) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 960.99px) {
  .tab .btn.tab-btn::after {
    right: 0.75rem;
  }
}
@media (any-hover: hover) {
  .tab .btn.tab-btn:hover::after {
    -webkit-transform: translateX(0.25em);
            transform: translateX(0.25em);
  }
}
@media screen and (max-width: 960.99px) {
  .tab .btn.tab-btn {
    padding-left: 0.5rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 960.99px) and (min-width: 961px) {
  .tab .btn.tab-btn {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) and (max-width: 960.99px) {
  .tab .btn.tab-btn {
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .tab .btn.tab-btn:hover, .tab .btn.tab-btn.is-active {
    color: #fff;
  }
  .tab .btn.tab-btn:hover::after, .tab .btn.tab-btn.is-active::after {
    background: url(../images/arrow_r_white.svg) center no-repeat;
    background-size: contain;
  }
}
.tab .tab__panels {
  position: relative;
  width: 100%;
}
.tab .tab__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
.tab .tab__panel.is-active {
  position: relative;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.tab .tab__contents {
  width: 100%;
}
.tab .tab__contents > :first-child,
.tab .tab__contents > :last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal .modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 0.5em;
  position: relative;
}
.modal .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

.form-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  width: 100%;
  max-width: 800px;
}

.input-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875em;
}
@media screen and (max-width: 960.99px) {
  .input-form {
    gap: 1.25em;
  }
}

.form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.form-guide {
  color: #231E19;
  width: 100%;
  line-height: 1.2;
}
@media screen and (min-width: 961px) {
  .form-guide {
    font-size: clamp(0.688rem, 0.5rem + 0.31vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .form-guide {
    font-size: 12px;
  }
}

.form-guide-s {
  color: #535353;
  width: 100%;
  line-height: 1.2;
}
@media screen and (min-width: 961px) {
  .form-guide-s {
    font-size: clamp(0.688rem, 0.5rem + 0.31vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .form-guide-s {
    font-size: 12px;
  }
}

.form-input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  width: 100%;
}
.form-input-box .form-input-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-inline: 1rem;
  padding-block: 0.3125rem;
  width: 100%;
  border: solid 1px #ABABAB;
  outline: none;
  border-radius: 0.3rem;
}
@media screen and (max-width: 960.99px) {
  .form-input-box .form-input-text {
    padding-block: 0.5rem;
  }
}
.form-input-box .form-input-text:focus {
  background-color: #F5F5F5;
  border: solid 1px #231E19;
}

.form-label-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-label-box .form-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (min-width: 961px) {
  .form-label-box .form-label {
    font-size: clamp(0.875rem, 0.5rem + 0.63vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  .form-label-box .form-label {
    font-size: 16px;
  }
}
.form-label-box .form-icon-required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 0.825em;
  padding-block: 0.5em;
  line-height: 1;
  color: #fff;
  background-color: #AF2038;
}
@media screen and (min-width: 961px) {
  .form-label-box .form-icon-required {
    font-size: clamp(0.688rem, 0.688rem + 0vw, 0.688rem);
  }
}
@media screen and (max-width: 960.99px) {
  .form-label-box .form-icon-required {
    font-size: 12px;
  }
}

.form-checkRadio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.form-checkRadio-box input[type=checkbox],
.form-checkRadio-box input[type=radio] {
  opacity: 0;
  position: absolute;
}
.form-checkRadio-box .checkradio-value {
  line-height: 1.2;
}
@media screen and (min-width: 961px) {
  .form-checkRadio-box .checkradio-value {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .form-checkRadio-box .checkradio-value {
    font-size: 14px;
  }
}
.form-checkRadio-box .checkRadio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-block: 0.25rem;
}
.form-checkRadio-box .checkRadio-item.form-item-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-checkRadio-box .checkRadio-item.gap-narrow {
  gap: 0.5rem;
}
.form-checkRadio-box .checkRadio-item.checkRadio-item-flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 960.99px) {
  .form-checkRadio-box .checkRadio-item {
    gap: 1.5rem;
  }
}
.form-checkRadio-box .checkRadio-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  position: relative;
  cursor: pointer;
}
.form-checkRadio-box.form-checkbox .checkRadio-item label::before {
  width: 20px;
  height: 20px;
  background-color: #fff;
  content: "";
  border-radius: 3px;
  border: 1px solid #8C8C8C;
}
.form-checkRadio-box.form-checkbox .checkRadio-item label:has(:checked)::after {
  position: absolute;
  top: 3px;
  left: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 11px;
  border: solid 1px #fff;
  border-width: 0 3px 3px 0;
  content: "";
}
.form-checkRadio-box.form-checkbox .checkRadio-item label:has(:checked)::before {
  background-color: #AF2038;
}
.form-checkRadio-box.form-checkbox .checkRadio-item label:has(:focus)::before {
  border: solid 1px #231E19;
}
.form-checkRadio-box.form-radio .checkRadio-item label::before, .form-checkRadio-box.form-radio .checkRadio-item label::after {
  border-radius: 50%;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form-checkRadio-box.form-radio .checkRadio-item label::before {
  width: 18px;
  height: 18px;
  border: solid 1px #8C8C8C;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-checkRadio-box.form-radio .checkRadio-item label::after {
  position: absolute;
  top: 9px;
  left: 9px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background-color: transparent;
}
.form-checkRadio-box.form-radio .checkRadio-item label:has(:checked)::after {
  background-color: #AF2038;
}
.form-checkRadio-box *:focus {
  border: solid 1px #231E19;
}

.err-msg {
  display: none;
  color: #AF2038;
  background-color: #FBEDEF;
  padding-block: 0.25rem;
  margin-bottom: 0.25rem;
  line-height: 1.3;
}
@media screen and (min-width: 961px) {
  .err-msg {
    padding-inline: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .err-msg {
    padding-inline: 0.5rem;
  }
}
@media screen and (min-width: 961px) {
  .err-msg {
    font-size: clamp(0.875rem, 0.688rem + 0.31vw, 0.938rem);
  }
}
@media screen and (max-width: 960.99px) {
  .err-msg {
    font-size: 14px;
  }
}
.err-msg:empty {
  padding-block: 0;
}

.search-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 961px) {
  .search-list-container {
    margin-block: clamp(2rem, 2rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .search-list-container {
    margin-block: 1rem;
  }
}
.search-list-container .search-list-form {
  width: 100%;
  max-width: 560px;
}
.search-list-container .search-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  overflow: hidden;
  border: solid 1px #ABABAB;
}
@media screen and (min-width: 961px) {
  .search-list-container .search-list-inner {
    border-radius: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .search-list-container .search-list-inner {
    border-radius: 0.5rem;
  }
}
.search-list-container .search-list-inner .form-label {
  width: 100%;
}
.search-list-container .search-list-inner .search-input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.search-list-container .search-list-inner .search-input {
  width: 100%;
  padding: 1em 0.75em;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media screen and (min-width: 961px) {
  .search-list-container .search-list-inner .search-input {
    font-size: clamp(0.875rem, 0.5rem + 0.63vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  .search-list-container .search-list-inner .search-input {
    font-size: 16px;
  }
}
.search-list-container .search-list-inner .search-input:focus {
  background-color: #F5F5F5;
}
.search-list-container .search-list-inner .search-form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 45px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.search-list-container .search-list-inner .search-form-btn .search-svg {
  width: 22px;
  height: 22px;
}
@media (any-hover: hover) {
  .search-list-container .search-list-inner .search-form-btn:hover .search-svg path {
    fill: #AF2038;
  }
}
.search-list-container .serch-list-option-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.other-info {
  opacity: 0;
  height: 0;
  width: 0;
  position: absolute;
}

.is-error .err-msg {
  display: block;
}

/* input / textarea */
.form-input-text.is-invalid {
  border-color: #AF2038;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  outline: none;
}

/* radio / checkbox */
fieldset.is-error {
  border: 1px solid #AF2038;
  border-radius: 0.25rem;
  padding: 0.5rem;
}

.fv-slider-section {
  margin-bottom: 40px;
}

#main-container .fv-slider {
  width: 100%;
  position: relative;
}
#main-container .fv-slider__viewport {
  overflow: hidden;
  width: 100%;
}
#main-container .fv-slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
#main-container .fv-slider__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 58vw;
  height: auto;
  max-width: 900px;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 960.99px) {
  #main-container .fv-slider__item {
    width: 88vw;
  }
}
@media screen and (max-width: 767.99px) {
  #main-container .fv-slider__item {
    width: 92vw;
  }
}
#main-container .fv-slider__item a:hover {
  opacity: 0.7;
}
#main-container .fv-slider__image {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#main-container .fv-slider__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main-container .fv-slider__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 1.5rem;
}
#main-container .fv-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D9D9D9;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#main-container .fv-slider__dot:hover {
  background-color: #8C8C8C;
}
#main-container .fv-slider__dot.is-active {
  background-color: #8C8C8C;
}

.pickup-slider-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#main-container .pickup-slider {
  width: 100%;
  max-width: calc(600px + 2.5rem + 50%);
  position: relative;
}
@media screen and (min-width: 961px) {
  #main-container .pickup-slider {
    padding-left: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .pickup-slider {
    padding-left: 0.75rem;
  }
}
@media screen and (max-width: 960.99px) and (min-width: 961px) {
  #main-container .pickup-slider {
    padding-right: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) and (max-width: 960.99px) {
  #main-container .pickup-slider {
    padding-right: 0.75rem;
  }
}
#main-container .pickup-slider__viewport {
  overflow: hidden;
}
#main-container .pickup-slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
#main-container .pickup-slider__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 21.7vw;
  height: auto;
  max-width: 450px;
  overflow: hidden;
}
@media screen and (max-width: 960.99px) {
  #main-container .pickup-slider__item {
    width: calc(45vw - 1rem);
  }
}
#main-container .pickup-slider__item a:hover {
  opacity: 0.7;
}
#main-container .pickup-slider__image {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main-container .pickup-slider__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
#main-container .pickup-slider__title {
  font-weight: 600;
  text-align: left;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 961px) {
  #main-container .pickup-slider__title {
    font-size: clamp(0.875rem, 0.5rem + 0.63vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .pickup-slider__title {
    font-size: 16px;
  }
}
#main-container .pickup-slider__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 1.5rem;
  max-width: 1200px;
}
#main-container .pickup-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D9D9D9;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#main-container .pickup-slider__dot:hover {
  background-color: #8C8C8C;
}
#main-container .pickup-slider__dot.is-active {
  background-color: #8C8C8C;
}

.slider-wrapper {
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .slider-wrapper {
    padding-block: clamp(3.75rem, 3.75rem + 1vw, 3.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .slider-wrapper {
    padding-block: 0.75rem;
  }
}
@media screen and (max-width: 960.99px) {
  .slider-wrapper .rl-layout-text {
    text-align: center;
  }
}
.slider-wrapper .slider-btn-container {
  width: 100%;
  text-align: center;
}

#main-container .article-slider {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
#main-container .article-slider__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  gap: 1.5rem;
}
#main-container .article-slider__title {
  font-weight: 600;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 961px) {
  #main-container .article-slider__title {
    font-size: clamp(1.25rem, 0.5rem + 1.25vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .article-slider__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 961px) {
  #main-container .article-slider__title {
    padding-left: clamp(2.5rem, 2.5rem + 1vw, 4.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .article-slider__title {
    padding-left: 0rem;
  }
}
#main-container .article-slider__title::after {
  content: none;
}
#main-container .article-slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
#main-container .article-slider__btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #231E19;
  background: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#main-container .article-slider__btn::before {
  content: "";
  background: url(../images/arrow_r_abk0.svg) center no-repeat;
  background-size: auto;
  width: 30px;
  height: 30px;
}
#main-container .article-slider__btn--prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#main-container .article-slider__btn:hover {
  background-color: #f0f0f0;
  border-color: #999;
}
#main-container .article-slider__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#main-container .article-slider__viewport {
  overflow: hidden;
  padding-left: 5px;
}
#main-container .article-slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
#main-container .article-slider__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 385px;
  border-radius: 0.5rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767.99px) {
  #main-container .article-slider__item {
    width: 260px;
  }
}
#main-container .article-slider__item .card-title {
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  #main-container .article-slider__item .card-title {
    font-size: clamp(1.125rem, 0.75rem + 0.63vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  #main-container .article-slider__item .card-title {
    font-size: 16px;
  }
}
#main-container .article-slider__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo-slider {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding-inline: 0;
}
@media screen and (min-width: 961px) {
  .logo-slider {
    padding-block: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  .logo-slider {
    padding-block: 1.5rem;
  }
}
.logo-slider__row {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.logo-slider__row:not(:last-child) {
  margin-bottom: 2rem;
}
.logo-slider__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  --scroll-duration: 20s;
  --original-width: 1000px;
}
.logo-slider__row--left .logo-slider__track {
  -webkit-animation: logo-scroll-left var(--scroll-duration) linear infinite;
          animation: logo-scroll-left var(--scroll-duration) linear infinite;
}
.logo-slider__row--right .logo-slider__track {
  -webkit-animation: logo-scroll-right var(--scroll-duration) linear infinite;
          animation: logo-scroll-right var(--scroll-duration) linear infinite;
}
.logo-slider__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.25rem;
}
.logo-slider__item img {
  height: 60px;
  max-width: 200px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

@-webkit-keyframes logo-scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(var(--original-width) * -1));
            transform: translateX(calc(var(--original-width) * -1));
  }
}

@keyframes logo-scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(var(--original-width) * -1));
            transform: translateX(calc(var(--original-width) * -1));
  }
}
@-webkit-keyframes logo-scroll-right {
  0% {
    -webkit-transform: translateX(calc(var(--original-width) * -1));
            transform: translateX(calc(var(--original-width) * -1));
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes logo-scroll-right {
  0% {
    -webkit-transform: translateX(calc(var(--original-width) * -1));
            transform: translateX(calc(var(--original-width) * -1));
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 960.99px) {
  .logo-slider {
    padding: 20px 0;
  }
  .logo-slider__item {
    padding: 0 20px;
  }
  .logo-slider__item img {
    height: 40px;
  }
}
body .rl-layout.slidarr-wrapper .rl-layout-image {
  overflow: visible;
  min-width: 0;
}
@media screen and (min-width: 961px) {
  body .rl-layout.slidarr-wrapper .rl-layout-image {
    margin-right: calc(-50vw + 50%);
    padding-right: calc(50vw - 50%);
  }
}
body .rl-layout.slidarr-wrapper .article-slider__viewport {
  overflow: visible;
}

main .pickup-banner {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 480px;
  overflow: visible;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 960.99px) {
  main .pickup-banner {
    right: 10px;
    bottom: 10px;
    width: min(100vw - 40px, 480px);
    max-width: none;
  }
}
main .pickup-banner.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
main .pickup-banner__close {
  position: absolute;
  top: -17px;
  right: -14px;
  width: 35px;
  height: 35px;
  background: #fff;
  border: 1px solid #ABABAB;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
main .pickup-banner__close::before, main .pickup-banner__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #535353;
  border-radius: 1px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
main .pickup-banner__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
main .pickup-banner__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
main .pickup-banner__close:hover {
  background: #535353;
  border-color: #535353;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
main .pickup-banner__close:hover::before, main .pickup-banner__close:hover::after {
  background: #fff;
}
main .pickup-banner__container {
  margin: 0;
}
main .pickup-banner__container.card-flex-row .card .thumb-content {
  aspect-ratio: unset;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  main .pickup-banner__container.card-flex-row .card .thumb-content {
    border-top-left-radius: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .pickup-banner__container.card-flex-row .card .thumb-content {
    border-top-left-radius: 0.5rem;
  }
}
@media screen and (min-width: 961px) {
  main .pickup-banner__container.card-flex-row .card .thumb-content {
    border-bottom-left-radius: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .pickup-banner__container.card-flex-row .card .thumb-content {
    border-bottom-left-radius: 0.5rem;
  }
}
main .pickup-banner__container.card-flex-row .card .thumb-content .card-thumb {
  width: auto;
  border-radius: 0;
}
main .pickup-banner__container.card-flex-row .card .card-content .content-frame {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 961px) {
  main .pickup-banner__container.card-flex-row .card .card-content .content-frame .card-title {
    font-size: clamp(0.875rem, 0.5rem + 0.63vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  main .pickup-banner__container.card-flex-row .card .card-content .content-frame .card-title {
    font-size: 16px;
  }
}
main .pickup-banner__container.card-flex-row .card .card-content .content-frame .btn-container {
  margin-top: auto;
}

#main-container {
  width: 100%;
  margin: 0;
  padding: 0;
}

.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.wrapper-semiwide {
  max-width: 1296px;
  width: 100%;
  margin: 0 auto;
}

.wrapper-wide {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.wrapper-seminarrow {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.wrapper-narrow {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.wrapper-slim {
  max-width: 576px;
  width: 100%;
  margin: 0 auto;
}

.js-sticky-block {
  position: sticky;
  top: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

body .section-container {
  display: block;
}

body .section-outer-container {
  position: relative;
  z-index: 0;
}

body .section-inner-container {
  position: relative;
  z-index: 1;
}

body .inner-container {
  width: 100%;
}
@media screen and (min-width: 961px) {
  body .inner-container {
    padding-inline: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .inner-container {
    padding-inline: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  body .inner-container {
    padding-block: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .inner-container {
    padding-block: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  body .inner-container {
    border-radius: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .inner-container {
    border-radius: 0.75rem;
  }
}

body .inner-container-xl {
  width: 100%;
}
@media screen and (min-width: 961px) {
  body .inner-container-xl {
    padding-inline: clamp(1.5rem, 1.5rem + 1vw, 5rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .inner-container-xl {
    padding-inline: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  body .inner-container-xl {
    padding-block: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .inner-container-xl {
    padding-block: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  body .inner-container-xl {
    border-radius: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .inner-container-xl {
    border-radius: 0.75rem;
  }
}

body .inner-container-l {
  width: 100%;
}
@media screen and (min-width: 961px) {
  body .inner-container-l {
    padding-inline: clamp(2rem, 2rem + 1vw, 3rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .inner-container-l {
    padding-inline: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  body .inner-container-l {
    padding-block: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .inner-container-l {
    padding-block: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  body .inner-container-l {
    border-radius: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .inner-container-l {
    border-radius: 0.5rem;
  }
}

body .inner-container-s {
  width: 100%;
}
@media screen and (min-width: 961px) {
  body .inner-container-s {
    padding-inline: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .inner-container-s {
    padding-inline: 1rem;
  }
}
@media screen and (min-width: 961px) {
  body .inner-container-s {
    padding-block: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .inner-container-s {
    padding-block: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  body .inner-container-s {
    border-radius: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .inner-container-s {
    border-radius: 0.5rem;
  }
}

body .inner-container-ss {
  width: 100%;
}
@media screen and (min-width: 961px) {
  body .inner-container-ss {
    padding-inline: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .inner-container-ss {
    padding-inline: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  body .inner-container-ss {
    padding-block: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .inner-container-ss {
    padding-block: 1rem;
  }
}
@media screen and (min-width: 961px) {
  body .inner-container-ss {
    border-radius: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .inner-container-ss {
    border-radius: 0.5rem;
  }
}

.shadow-block {
  background-color: #fff;
  color: #231E19;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 961px) {
  .shadow-block {
    padding-inline: clamp(1.5rem, 1.5rem + 1vw, 5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .shadow-block {
    padding-inline: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  .shadow-block {
    padding-block: clamp(1.5rem, 1.5rem + 1vw, 5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .shadow-block {
    padding-block: 1.5rem;
  }
}
.shadow-block > :first-child {
  margin-top: 0;
}
.shadow-block > :last-child {
  margin-bottom: 0;
}

.shadow-container-type1 {
  overflow: visible;
}
.shadow-container-type1 img {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(35, 30, 25, 0.05);
          box-shadow: 0px 0px 4px 0px rgba(35, 30, 25, 0.05);
}

@media screen and (min-width: 961px) {
  .border-radius-8 {
    border-radius: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .border-radius-8 {
    border-radius: 0.5rem;
  }
}

@media screen and (min-width: 961px) {
  .border-radius-12 {
    border-radius: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .border-radius-12 {
    border-radius: 0.75rem;
  }
}

.border-radius-none {
  border-radius: 0;
}

.width-full {
  width: 100%;
}

main div.shadow-container,
main a.shadow-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  padding: 0;
  overflow: hidden;
  width: 100%;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  z-index: 0;
}
@media screen and (min-width: 961px) {
  main div.shadow-container,
  main a.shadow-container {
    border-radius: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  main div.shadow-container,
  main a.shadow-container {
    border-radius: 0.75rem;
  }
}
main div.shadow-container .rl-layout,
main a.shadow-container .rl-layout {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  main div.shadow-container .rl-layout,
  main a.shadow-container .rl-layout {
    padding-inline: clamp(1.5rem, 1.5rem + 1vw, 5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main div.shadow-container .rl-layout,
  main a.shadow-container .rl-layout {
    padding-inline: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  main div.shadow-container .rl-layout,
  main a.shadow-container .rl-layout {
    padding-block: clamp(1.5rem, 1.5rem + 1vw, 5rem);
  }
}
@media screen and (max-width: 960.99px) {
  main div.shadow-container .rl-layout,
  main a.shadow-container .rl-layout {
    padding-block: 1.5rem;
  }
}
main div.shadow-container h1,
main div.shadow-container h2,
main div.shadow-container h3,
main div.shadow-container h4,
main div.shadow-container h5,
main div.shadow-container .h1,
main div.shadow-container .h2,
main div.shadow-container .h3,
main div.shadow-container .h4,
main a.shadow-container h1,
main a.shadow-container h2,
main a.shadow-container h3,
main a.shadow-container h4,
main a.shadow-container h5,
main a.shadow-container .h1,
main a.shadow-container .h2,
main a.shadow-container .h3,
main a.shadow-container .h4 {
  margin-top: 0;
  margin-bottom: 0;
}

main a.shadow-container h1,
main a.shadow-container h2,
main a.shadow-container h3,
main a.shadow-container h4,
main a.shadow-container h5,
main a.shadow-container .h1,
main a.shadow-container .h2,
main a.shadow-container .h3,
main a.shadow-container .h4 {
  margin-top: 0;
  margin-bottom: 0;
}
main a.shadow-container .translate-item {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
@media (any-hover: hover) {
  main a.shadow-container:hover {
    background-color: #F5F5F5;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  }
  main a.shadow-container:hover .rl-layout *:not(.btn, .more-link-text) {
    color: #231E19;
    background-color: inherit;
  }
  main a.shadow-container:hover .translate-item {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.background-image ~ *:not(.background-image) {
  position: relative;
  z-index: 2;
}
.background-image.bk-top {
  background-position-y: top;
}
.background-image.bk-bottom {
  background-position-y: bottom;
}
.background-image.bk-left {
  background-position-x: left;
}
.background-image.bk-right {
  background-position-x: right;
}
.background-image.bk-center-x {
  background-position-x: center;
}
.background-image.bk-center-y {
  background-position-y: center;
}
.background-image.top {
  top: 0;
}
.background-image.bottom {
  bottom: 0;
}
.background-image.left {
  left: 0;
}
.background-image.right {
  right: 0;
}
.background-image.center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.background-image.center-x {
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}
.background-image.center-y {
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}
.background-image.repeat {
  background-repeat: repeat;
}
.background-image.repeat-x {
  background-repeat: repeat-x;
}
.background-image.repeat-y {
  background-repeat: repeat-x;
}
@media screen and (max-width: 960.99px) {
  .background-image.bk-top-sp {
    background-position-y: top;
  }
  .background-image.bk-bottom-sp {
    background-position-y: bottom;
  }
  .background-image.bk-left-sp {
    background-position-x: left;
  }
  .background-image.bk-right-sp {
    background-position-x: right;
  }
  .background-image.bk-center-x-sp {
    background-position-x: center;
  }
  .background-image.bk-center-y-sp {
    background-position-y: center;
  }
  .background-image.top-sp {
    top: 0;
  }
  .background-image.bottom-sp {
    bottom: 0;
  }
  .background-image.left-sp {
    left: 0;
  }
  .background-image.right-sp {
    right: 0;
  }
  .background-image.center-sp {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .background-image.center-x-sp {
    left: 50%;
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
  }
  .background-image.center-y-sp {
    top: 50%;
    -webkit-transform: translatey(-50%);
            transform: translatey(-50%);
  }
  .background-image.repeat-sp {
    background-repeat: repeat;
  }
  .background-image.repeat-x-sp {
    background-repeat: repeat-x;
  }
  .background-image.repeat-y-sp {
    background-repeat: repeat-x;
  }
}

.layout-multi-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .layout-multi-container {
    gap: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .layout-multi-container {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 960.99px) {
  .layout-multi-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.layout-multi-container .layout-multi-share {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  z-index: 1;
}
.layout-multi-container .layout-multi-share .share-link-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.layout-multi-container .layout-multi-share .share-link-left img {
  width: 2.21875vw;
  max-width: 1.75em;
  min-width: 1.25em;
  height: auto;
}
.layout-multi-container .layout-multi-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 960.99px) {
  .layout-multi-container .layout-multi-main > * {
    padding-inline: 0;
  }
}
.layout-multi-container .layout-multi-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18.75rem;
          flex: 0 0 18.75rem;
  width: 18.75rem;
  gap: 1em;
}
.layout-multi-container .layout-multi-banner .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout-multi-container .layout-multi-banner .banner img {
  width: 100%;
}
.layout-multi-container .layout-multi-banner .card-grid {
  margin-bottom: 0;
}
@media screen and (max-width: 960.99px) {
  .layout-multi-container .layout-multi-banner {
    width: 100%;
  }
}
.layout-multi-container .layout-multi-banner .layout-multi-banner-block-container {
  padding-bottom: 2.4em;
  border-bottom: solid 1px #C9C9C9;
}
.layout-multi-container .layout-multi-banner .layout-multi-banner-block-container:has(+ .banner) {
  border-bottom: none;
}
@media screen and (max-width: 960.99px) {
  .layout-multi-container .layout-multi-banner .layout-multi-banner-block-container {
    border-bottom: none;
  }
  .layout-multi-container .layout-multi-banner .layout-multi-banner-block-container:has(+ :not(.banner)) {
    padding-bottom: 0;
  }
}
.layout-multi-container .layout-multi-banner .layout-multi-banner-block-container.border-none {
  padding-bottom: 0;
  border-bottom: none;
}
.layout-multi-container.layout-multi-aside .layout-multi-banner {
  width: 23%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
}
@media screen and (max-width: 960.99px) {
  .layout-multi-container.layout-multi-aside .layout-multi-banner {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.layout-multi-container .layout-multi-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 20em;
  gap: 1.25em;
}
@media screen and (max-width: 960.99px) {
  .layout-multi-container .layout-multi-form {
    width: 100%;
  }
}
.layout-multi-container .layout-multi-form.trial-form {
  width: 675px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960.99px) {
  .layout-multi-container .layout-multi-form.trial-form {
    width: 100%;
  }
}

.img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.img-container .img-container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  margin-block: 0;
}
.img-container .img-container-inner img {
  max-width: 100%;
}
@media screen and (max-width: 960.99px) {
  .img-container .img-container-inner img {
    max-width: 100%;
  }
}
.img-container .img-container-inner img.img-shadow {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 961px) {
  .img-container .img-container-inner img.img-radius-8 {
    border-radius: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .img-container .img-container-inner img.img-radius-8 {
    border-radius: 0.5rem;
  }
}
@media screen and (min-width: 961px) {
  .img-container .img-container-inner img.img-radius-12 {
    border-radius: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .img-container .img-container-inner img.img-radius-12 {
    border-radius: 0.75rem;
  }
}
@media (any-hover: hover) {
  .img-container .img-container-inner a img:hover {
    opacity: 0.7;
  }
}
.img-container.flex-l {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.img-container.flex-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img-container.flex-r {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 961px) {
  .img-container.margin-block-m {
    margin-block: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  .img-container.margin-block-m {
    margin-block: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  .img-container.margin-block-l {
    margin-block: clamp(4.5rem, 4.5rem + 1vw, 6rem);
  }
}
@media screen and (max-width: 960.99px) {
  .img-container.margin-block-l {
    margin-block: 3rem;
  }
}
@media screen and (min-width: 961px) {
  .img-container.margin-t-m {
    margin-top: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  .img-container.margin-t-m {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  .img-container.margin-t-l {
    margin-top: clamp(4.5rem, 4.5rem + 1vw, 6rem);
  }
}
@media screen and (max-width: 960.99px) {
  .img-container.margin-t-l {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 961px) {
  .img-container.margin-b-m {
    margin-bottom: clamp(1.5rem, 1.5rem + 1vw, 2rem);
  }
}
@media screen and (max-width: 960.99px) {
  .img-container.margin-b-m {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  .img-container.margin-b-l {
    margin-bottom: clamp(4.5rem, 4.5rem + 1vw, 6rem);
  }
}
@media screen and (max-width: 960.99px) {
  .img-container.margin-b-l {
    margin-bottom: 3rem;
  }
}

body .rl-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 767.99px) {
  body .rl-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body .rl-layout.area-cover {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}
@media screen and (max-width: 767.99px) {
  body .rl-layout.area-cover {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body .rl-layout.area-cover.image-cover .rl-layout-image {
  position: relative;
}
body .rl-layout.area-cover.image-cover .rl-layout-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.99px) {
  body .rl-layout.area-cover.image-cover .rl-layout-image {
    position: static;
  }
  body .rl-layout.area-cover.image-cover .rl-layout-image img {
    position: static;
    width: 100%;
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
  }
}
body .rl-layout.align-block-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .rl-layout .rl-layout-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767.99px) {
  body .rl-layout .rl-layout-text {
    width: 100%;
  }
}
@media screen and (min-width: 961px) {
  body .rl-layout .rl-layout-text.area-indent {
    padding-left: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .rl-layout .rl-layout-text.area-indent {
    padding-left: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  body .rl-layout .rl-layout-text > :first-child {
    margin-top: 0;
  }
  body .rl-layout .rl-layout-text > :last-child {
    margin-bottom: 0;
  }
}
body .rl-layout .rl-layout-text.align-column-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
body .rl-layout .rl-layout-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 0.75rem;
}
body .rl-layout .rl-layout-inner > * {
  margin-block: 0;
}
@media screen and (max-width: 767.99px) {
  body .rl-layout .rl-layout-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body .rl-layout .rl-layout-inner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body .rl-layout .rl-layout-inner-block.rl-layout-inner-block-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .rl-layout .rl-layout-image {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767.99px) {
  body .rl-layout .rl-layout-image {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  body .rl-layout .rl-layout-image > :first-child {
    margin-top: 0;
  }
  body .rl-layout .rl-layout-image > :last-child {
    margin-bottom: 0;
  }
}
body .rl-layout .rl-layout-image img {
  width: 100%;
  height: auto;
  display: block;
}
body .rl-layout.image-cover .rl-layout-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
body .rl-layout.rl-50-50 .rl-layout-text {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767.99px) {
  body .rl-layout.rl-50-50 .rl-layout-text {
    width: 100%;
  }
}
body .rl-layout.rl-50-50 .rl-layout-image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (max-width: 767.99px) {
  body .rl-layout.rl-50-50 .rl-layout-image {
    width: 100%;
  }
}
body .rl-layout.image-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767.99px) {
  body .rl-layout.image-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body .rl-layout.image-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767.99px) {
  body .rl-layout.image-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body .rl-layout.image-right.wrapper-semiwide {
  max-width: calc(1296px + clamp(3rem, 3rem + 1vw, 6rem) - 1.25rem);
}
@media screen and (min-width: 961px) {
  body .rl-layout.image-right.wrapper-semiwide {
    padding-left: clamp(3rem, 3rem + 1vw, 6rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .rl-layout.image-right.wrapper-semiwide {
    padding-left: 0rem;
  }
}
@media screen and (max-width: 960.99px) {
  body .rl-layout.image-right.wrapper-semiwide {
    padding-left: 0;
    max-width: 1296px;
  }
}
body .rl-layout.image-left.wrapper-semiwide {
  max-width: calc(1296px + clamp(3rem, 3rem + 1vw, 6rem) - 1.25rem);
}
@media screen and (min-width: 961px) {
  body .rl-layout.image-left.wrapper-semiwide {
    padding-right: clamp(3rem, 3rem + 1vw, 6rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .rl-layout.image-left.wrapper-semiwide {
    padding-right: 0rem;
  }
}
@media screen and (max-width: 960.99px) {
  body .rl-layout.image-left.wrapper-semiwide {
    padding-right: 0;
    max-width: 1296px;
  }
}
body .rl-layout.area-cover {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body .rl-layout.area-cover > .rl-layout-text {
  width: 100%;
  max-width: 680px;
}
@media screen and (max-width: 960.99px) {
  body .rl-layout.area-cover > .rl-layout-text {
    max-width: none;
  }
}
@media screen and (min-width: 961px) {
  body .rl-layout.area-cover > .rl-layout-text.padding-top {
    padding-top: clamp(2.5rem, 2.5rem + 1vw, 6.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .rl-layout.area-cover > .rl-layout-text.padding-top {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 960.99px) {
  body .rl-layout.area-cover > .rl-layout-text {
    padding-bottom: 0;
    max-width: none;
  }
}
@media screen and (min-width: 961px) {
  body .rl-layout.area-cover.image-right {
    padding-left: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .rl-layout.area-cover.image-right {
    padding-left: 0.75rem;
  }
}
@media screen and (max-width: 960.99px) and (min-width: 961px) {
  body .rl-layout.area-cover.image-right {
    padding-right: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) and (max-width: 960.99px) {
  body .rl-layout.area-cover.image-right {
    padding-right: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  body .rl-layout.area-cover.image-left {
    padding-right: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .rl-layout.area-cover.image-left {
    padding-right: 0.75rem;
  }
}
@media screen and (max-width: 960.99px) and (min-width: 961px) {
  body .rl-layout.area-cover.image-left {
    padding-left: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) and (max-width: 960.99px) {
  body .rl-layout.area-cover.image-left {
    padding-left: 0.75rem;
  }
}
body .rl-layout.area-cover.rl-50-50 > .rl-layout-text {
  max-width: 580px;
}
@media screen and (max-width: 960.99px) {
  body .rl-layout.area-cover.rl-50-50 > .rl-layout-text {
    max-width: none;
  }
}
body .rl-layout.area-cover.slider-wrapper > .rl-layout-text {
  max-width: 630px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (max-width: 960.99px) {
  body .rl-layout.area-cover.slider-wrapper > .rl-layout-text {
    max-width: none;
  }
}
body .rl-layout.area-cover.slider-wrapper > .rl-layout-image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767.99px) {
  body .rl-layout.image-right.nochange {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 767.99px) {
  body .rl-layout.image-left.nochange {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.has-auto-link {
  cursor: pointer;
}

.layout {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.flex-column > * {
  width: 100%;
}
.flex-column.flex-l {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.flex-column.flex-c {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.flex-column.flex-r {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
@media screen and (max-width: 960.99px) {
  .flex-column.flex-l-sp {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
@media screen and (max-width: 960.99px) {
  .flex-column.flex-c-sp {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
@media screen and (max-width: 960.99px) {
  .flex-column.flex-r-sp {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}
.flex-column-reverse > * {
  width: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 960.99px) {
  .flex-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.flex-l {
  -webkit-box-pack: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
}

.flex-c {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.flex-r {
  -webkit-box-pack: right !important;
      -ms-flex-pack: right !important;
          justify-content: right !important;
}

.flex-s {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.flex-sa {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.flex-inline-l {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.flex-inline-c {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.flex-inline-r {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.flex-block-c {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.flex-block-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.flex-block-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

@media screen and (max-width: 960.99px) {
  .flex-block-c-sp {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

@media screen and (max-width: 960.99px) {
  .flex-block-end-sp {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}

@media screen and (max-width: 960.99px) {
  .flex-block-start-sp {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

@media screen and (min-width: 1200px) {
  .fit-layout > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
    width: auto;
  }
  .fit-layout .btn.size-l {
    width: 100%;
  }
}

body .gap-0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
body .gap-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 961px) {
  body .gap-8 {
    gap: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .gap-8 {
    gap: 0.5rem;
  }
}
body .gap-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 961px) {
  body .gap-12 {
    gap: clamp(0.25rem, 0.25rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .gap-12 {
    gap: 1rem;
  }
}
body .gap-16 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 961px) {
  body .gap-16 {
    gap: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .gap-16 {
    gap: 1rem;
  }
}
body .gap-40 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 961px) {
  body .gap-40 {
    gap: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .gap-40 {
    gap: 1.5rem;
  }
}
body .gap-96 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 961px) {
  body .gap-96 {
    gap: clamp(4.5rem, 4.5rem + 1vw, 6rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .gap-96 {
    gap: 3rem;
  }
}
body .gap-row-0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
}
@media screen and (max-width: 960.99px) {
  body .gap-row-0 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body .gap-row-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 961px) {
  body .gap-row-8 {
    gap: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .gap-row-8 {
    gap: 0.5rem;
  }
}
@media screen and (max-width: 960.99px) {
  body .gap-row-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body .gap-row-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 961px) {
  body .gap-row-12 {
    gap: clamp(0.25rem, 0.25rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .gap-row-12 {
    gap: 1rem;
  }
}
@media screen and (max-width: 960.99px) {
  body .gap-row-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body .gap-row-16 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 961px) {
  body .gap-row-16 {
    gap: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .gap-row-16 {
    gap: 1rem;
  }
}
@media screen and (max-width: 960.99px) {
  body .gap-row-16 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body .gap-row-40 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 961px) {
  body .gap-row-40 {
    gap: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .gap-row-40 {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 960.99px) {
  body .gap-row-40 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body .gap-row-96 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 961px) {
  body .gap-row-96 {
    gap: clamp(4.5rem, 4.5rem + 1vw, 6rem);
  }
}
@media screen and (max-width: 960.99px) {
  body .gap-row-96 {
    gap: 3rem;
  }
}
@media screen and (max-width: 960.99px) {
  body .gap-row-96 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 961px) {
  .container-radius-12 {
    border-radius: clamp(0.375rem, 0.375rem + 1vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .container-radius-12 {
    border-radius: 0.75rem;
  }
}

@-webkit-keyframes float-xy {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(32px, 32px);
            transform: translate(32px, 32px);
  }
}

@keyframes float-xy {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(32px, 32px);
            transform: translate(32px, 32px);
  }
}
.float-xy {
  -webkit-animation: float-xy 6s ease-in-out infinite alternate;
          animation: float-xy 6s ease-in-out infinite alternate;
}

@-webkit-keyframes float-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
  }
}

@keyframes float-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
  }
}
.float-y {
  -webkit-animation: float-y 5s ease-in-out infinite alternate;
          animation: float-y 5s ease-in-out infinite alternate;
}

@-webkit-keyframes float-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
  }
}

@keyframes float-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
  }
}
.float-x {
  -webkit-animation: float-x 5s ease-in-out infinite alternate;
          animation: float-x 5s ease-in-out infinite alternate;
}

@-webkit-keyframes rotate-slow {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-slow {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.rotate-slow {
  -webkit-animation: rotate-slow 15s linear infinite;
          animation: rotate-slow 15s linear infinite;
}

@-webkit-keyframes scale-breath {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

@keyframes scale-breath {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
.scale-breath {
  -webkit-animation: scale-breath 4s ease-in-out infinite alternate;
          animation: scale-breath 4s ease-in-out infinite alternate;
}

@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeup-blur {
  0% {
    opacity: 0;
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes fadeup-blur {
  0% {
    opacity: 0;
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes fadein-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(32px);
            transform: translateX(32px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadein-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(32px);
            transform: translateX(32px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadein-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-32px);
            transform: translateX(-32px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadein-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-32px);
            transform: translateX(-32px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeup {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
}
.fadeup.is-animated {
  -webkit-animation: fadeup 0.8s cubic-bezier(0.25, 0.65, 0.35, 1) forwards;
          animation: fadeup 0.8s cubic-bezier(0.25, 0.65, 0.35, 1) forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.fadeup-blur {
  opacity: 0;
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
}
.fadeup-blur.is-animated {
  -webkit-animation: fadeup-blur 0.9s ease-out forwards;
          animation: fadeup-blur 0.9s ease-out forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.fadein-right {
  opacity: 0;
  -webkit-transform: translateX(32px);
          transform: translateX(32px);
}
.fadein-right.is-animated {
  -webkit-animation: fadein-right 0.8s cubic-bezier(0.25, 0.65, 0.35, 1) forwards;
          animation: fadein-right 0.8s cubic-bezier(0.25, 0.65, 0.35, 1) forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.fadein-left {
  opacity: 0;
  -webkit-transform: translateX(-32px);
          transform: translateX(-32px);
}
.fadein-left.is-animated {
  -webkit-animation: fadein-left 0.8s cubic-bezier(0.25, 0.65, 0.35, 1) forwards;
          animation: fadein-left 0.8s cubic-bezier(0.25, 0.65, 0.35, 1) forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

@-webkit-keyframes fadein-blur {
  0% {
    opacity: 0;
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes fadein-blur {
  0% {
    opacity: 0;
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.fadein-blur {
  opacity: 0;
  -webkit-filter: blur(8px);
          filter: blur(8px);
}
.fadein-blur.is-animated {
  -webkit-animation: fadein-blur 0.8s ease-out forwards;
          animation: fadein-blur 0.8s ease-out forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay-1.is-animated {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}

.delay-2.is-animated {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.delay-3.is-animated {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.delay-4.is-animated {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

.delay-5.is-animated {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

@media screen and (min-width: 961px) {
  .padding-md {
    padding-inline: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .padding-md {
    padding-inline: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  .padding-md {
    padding-block: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .padding-md {
    padding-block: 1.5rem;
  }
}

@media screen and (min-width: 961px) {
  .padding-rlb-md {
    padding-inline: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .padding-rlb-md {
    padding-inline: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  .padding-rlb-md {
    padding-bottom: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .padding-rlb-md {
    padding-bottom: 1.5rem;
  }
}

@media screen and (min-width: 961px) {
  .padding-rlt-md {
    padding-inline: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .padding-rlt-md {
    padding-inline: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  .padding-rlt-md {
    padding-top: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .padding-rlt-md {
    padding-top: 1.5rem;
  }
}

.padding-0 {
  padding: 0;
}

@media screen and (min-width: 961px) {
  .padding-lg {
    padding-inline: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .padding-lg {
    padding-inline: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  .padding-lg {
    padding-block: clamp(4.6875rem, 4.6875rem + 1vw, 7rem);
  }
}
@media screen and (max-width: 960.99px) {
  .padding-lg {
    padding-block: 1.5rem;
  }
}

@media screen and (min-width: 961px) {
  .padding-rlb-lg {
    padding-inline: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .padding-rlb-lg {
    padding-inline: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  .padding-rlb-lg {
    padding-bottom: clamp(4.6875rem, 4.6875rem + 1vw, 7rem);
  }
}
@media screen and (max-width: 960.99px) {
  .padding-rlb-lg {
    padding-bottom: 1.5rem;
  }
}

@media screen and (min-width: 961px) {
  .padding-rlt-lg {
    padding-inline: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .padding-rlt-lg {
    padding-inline: 0.75rem;
  }
}
@media screen and (min-width: 961px) {
  .padding-rlt-lg {
    padding-top: clamp(4.6875rem, 4.6875rem + 1vw, 7rem);
  }
}
@media screen and (max-width: 960.99px) {
  .padding-rlt-lg {
    padding-top: 1.5rem;
  }
}

@media screen and (min-width: 961px) {
  .padding-rl-md {
    padding-inline: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .padding-rl-md {
    padding-inline: 0.75rem;
  }
}

@media screen and (min-width: 961px) {
  .padding-l-md {
    padding-left: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .padding-l-md {
    padding-left: 0.75rem;
  }
}

@media screen and (min-width: 961px) {
  .padding-r-md {
    padding-right: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .padding-r-md {
    padding-right: 0.75rem;
  }
}

.padding-l-0 {
  padding-left: 0;
}

.padding-r-0 {
  padding-right: 0;
}

.padding-rl-0 {
  padding-inline: 0;
}

@media screen and (min-width: 961px) {
  .padding-tb-md {
    padding-block: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .padding-tb-md {
    padding-block: 1.5rem;
  }
}

.padding-t-0 {
  padding-top: 0;
}

.padding-b-0 {
  padding-bottom: 0;
}

.padding-tb-0 {
  padding-block: 0;
}

@media screen and (min-width: 961px) {
  .padding-t-md {
    padding-top: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .padding-t-md {
    padding-top: 1.5rem;
  }
}

@media screen and (min-width: 961px) {
  .padding-b-md {
    padding-bottom: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .padding-b-md {
    padding-bottom: 1.5rem;
  }
}

@media screen and (min-width: 961px) {
  .padding-tb-lg {
    padding-block: clamp(4.6875rem, 4.6875rem + 1vw, 7rem);
  }
}
@media screen and (max-width: 960.99px) {
  .padding-tb-lg {
    padding-block: 1.5rem;
  }
}

@media screen and (min-width: 961px) {
  .padding-t-lg {
    padding-top: clamp(4.6875rem, 4.6875rem + 1vw, 7rem);
  }
}
@media screen and (max-width: 960.99px) {
  .padding-t-lg {
    padding-top: 1.5rem;
  }
}

@media screen and (min-width: 961px) {
  .padding-b-lg {
    padding-bottom: clamp(4.6875rem, 4.6875rem + 1vw, 7rem);
  }
}
@media screen and (max-width: 960.99px) {
  .padding-b-lg {
    padding-bottom: 1.5rem;
  }
}

@media screen and (max-width: 960.99px) and (min-width: 961px) {
  .padding-t-md-sp {
    padding-top: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) and (max-width: 960.99px) {
  .padding-t-md-sp {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 960.99px) and (min-width: 961px) {
  .padding-b-md-sp {
    padding-bottom: clamp(1.25rem, 1.25rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) and (max-width: 960.99px) {
  .padding-b-md-sp {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  .margin-b-8 {
    margin-bottom: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .margin-b-8 {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 961px) {
  .margin-t-8 {
    margin-top: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .margin-t-8 {
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 961px) {
  .margin-tb-8 {
    margin-block: clamp(0.25rem, 0.25rem + 1vw, 0.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .margin-tb-8 {
    margin-block: 0.5rem;
  }
}

@media screen and (min-width: 961px) {
  .margin-b-16 {
    margin-bottom: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  .margin-b-16 {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 961px) {
  .margin-t-16 {
    margin-top: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  .margin-t-16 {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 961px) {
  .margin-tb-16 {
    margin-block: clamp(0.75rem, 0.75rem + 1vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  .margin-tb-16 {
    margin-block: 1rem;
  }
}

@media screen and (min-width: 961px) {
  .margin-b-40 {
    margin-bottom: clamp(2rem, 2rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .margin-b-40 {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 961px) {
  .margin-t-40 {
    margin-top: clamp(2rem, 2rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .margin-t-40 {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 961px) {
  .margin-tb-40 {
    margin-block: clamp(2rem, 2rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .margin-tb-40 {
    margin-block: 1rem;
  }
}

@media screen and (min-width: 961px) {
  .margin-b-96 {
    margin-bottom: clamp(4.5rem, 4.5rem + 1vw, 6rem);
  }
}
@media screen and (max-width: 960.99px) {
  .margin-b-96 {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 961px) {
  .margin-t-96 {
    margin-top: clamp(4.5rem, 4.5rem + 1vw, 6rem);
  }
}
@media screen and (max-width: 960.99px) {
  .margin-t-96 {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 961px) {
  .margin-tb-96 {
    margin-block: clamp(4.5rem, 4.5rem + 1vw, 6rem);
  }
}
@media screen and (max-width: 960.99px) {
  .margin-tb-96 {
    margin-block: 3rem;
  }
}

.margin-t-0 {
  margin-top: 0;
}

.margin-b-0 {
  margin-bottom: 0;
}

.margin-tb-0 {
  margin-block: 0;
}

.color-dark {
  color: #fff;
}
.color-dark .bk-color-gray1, .color-dark .bk-color-gray1 *,
.color-dark .bk-color-gray2,
.color-dark .bk-color-gray2 *,
.color-dark .bk-color-white,
.color-dark .bk-color-white * {
  color: #231E19;
}

.bk-color-gray1 {
  width: 100%;
  background-color: #FAFAFA;
}

.bk-color-gray2 {
  width: 100%;
  background-color: #F5F5F5;
}

.bk-color-white {
  width: 100%;
  background-color: #fff;
}

.bk-color-white-op1 {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}

.bk-color-white-op4 {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

.bk-color-black {
  width: 100%;
  background-color: #231E19;
}

.bk-color-none {
  width: 100%;
  background-color: transparent;
}

.color-ab2 {
  color: #153658;
}

@media screen and (min-width: 961px) {
  .font-size-f40 {
    font-size: clamp(2.125rem, 1rem + 1.88vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f40 {
    font-size: 28px;
  }
}

@media screen and (min-width: 961px) {
  .font-size-f34 {
    font-size: clamp(1.75rem, 0.625rem + 1.88vw, 2.125rem);
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f34 {
    font-size: 24px;
  }
}

@media screen and (min-width: 961px) {
  .font-size-f28 {
    font-size: clamp(1.5rem, 0.75rem + 1.25vw, 1.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f28 {
    font-size: 24px;
  }
}

@media screen and (min-width: 961px) {
  .font-size-f28v {
    font-size: clamp(1.5rem, 0.75rem + 1.25vw, 1.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f28v {
    font-size: 20px;
  }
}

@media screen and (min-width: 961px) {
  .font-size-f24 {
    font-size: clamp(1.25rem, 0.5rem + 1.25vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f24 {
    font-size: 20px;
  }
}

@media screen and (min-width: 961px) {
  .font-size-f24a {
    font-size: clamp(1.25rem, 0.5rem + 1.25vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f24a {
    font-size: 24px;
  }
}

@media screen and (min-width: 961px) {
  .font-size-f24b {
    font-size: clamp(1.25rem, 0.5rem + 1.25vw, 1.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f24b {
    font-size: 22px;
  }
}

@media screen and (min-width: 961px) {
  .font-size-f20 {
    font-size: clamp(1.125rem, 0.75rem + 0.63vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f20 {
    font-size: 16px;
  }
}

@media screen and (min-width: 961px) {
  .font-size-f20v {
    font-size: clamp(1rem, 0.25rem + 1.25vw, 1.25rem);
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f20v {
    font-size: 12px;
  }
}

@media screen and (min-width: 961px) {
  .font-size-f18 {
    font-size: clamp(1rem, 0.625rem + 0.63vw, 1.125rem);
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f18 {
    font-size: 18px;
  }
}

@media screen and (min-width: 961px) {
  .font-size-f16 {
    font-size: clamp(0.875rem, 0.5rem + 0.63vw, 1rem);
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f16 {
    font-size: 16px;
  }
}

@media screen and (min-width: 961px) {
  .font-size-f15 {
    font-size: clamp(0.875rem, 0.688rem + 0.31vw, 0.938rem);
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f15 {
    font-size: 14px;
  }
}

@media screen and (min-width: 961px) {
  .font-size-f14 {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f14 {
    font-size: 14px;
  }
}

@media screen and (min-width: 961px) {
  .font-size-f13 {
    font-size: clamp(0.688rem, 0.313rem + 0.63vw, 0.813rem);
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f13 {
    font-size: 13px;
  }
}

@media screen and (min-width: 961px) {
  .font-size-f12 {
    font-size: clamp(0.688rem, 0.5rem + 0.31vw, 0.75rem);
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f12 {
    font-size: 12px;
  }
}

@media screen and (min-width: 961px) {
  .font-size-f11 {
    font-size: clamp(0.688rem, 0.688rem + 0vw, 0.688rem);
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f11 {
    font-size: 12px;
  }
}

.font-w-bold {
  font-weight: 600;
}

.font-w-semibold {
  font-weight: 500;
}

.font-w-normal {
  font-weight: 400;
}

.font-w-thin {
  font-weight: 300;
}

.catch-phrase1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  gap: 0.25em;
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  .catch-phrase1 {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .catch-phrase1 {
    font-size: 14px;
  }
}
.catch-phrase1::before, .catch-phrase1::after {
  content: "";
  background: url(../images/arrow_b_abk1.svg) center no-repeat;
  background-size: contain;
  width: 11px;
  height: 6px;
  display: block;
}

.ticker {
  background-color: #ECF3F7;
  color: #153658;
  padding: 0.625rem 2rem;
}
@media screen and (min-width: 961px) {
  .ticker {
    margin-block: clamp(2rem, 2rem + 1vw, 2.5rem);
  }
}
@media screen and (max-width: 960.99px) {
  .ticker {
    margin-block: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .ticker {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem);
  }
}
@media screen and (max-width: 960.99px) {
  .ticker {
    font-size: 14px;
  }
}

.width_fit_content {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.width-100per {
  width: 100% !important;
  min-width: unset !important;
}

.text-align-l {
  width: 100%;
  text-align: left !important;
}

.text-align-c {
  width: 100%;
  text-align: center !important;
}

.text-align-r {
  width: 100%;
  text-align: right !important;
}

@media screen and (min-width: 961px) {
  .font-size-f40-override {
    font-size: clamp(2.125rem, 1rem + 1.88vw, 2.5rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f40-override {
    font-size: 28px !important;
  }
}

@media screen and (min-width: 961px) {
  .font-size-f34-override {
    font-size: clamp(1.75rem, 0.625rem + 1.88vw, 2.125rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f34-override {
    font-size: 24px !important;
  }
}

@media screen and (min-width: 961px) {
  .font-size-f28-override {
    font-size: clamp(1.5rem, 0.75rem + 1.25vw, 1.75rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f28-override {
    font-size: 24px !important;
  }
}

@media screen and (min-width: 961px) {
  .font-size-f28v-override {
    font-size: clamp(1.5rem, 0.75rem + 1.25vw, 1.75rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f28v-override {
    font-size: 20px !important;
  }
}

@media screen and (min-width: 961px) {
  .font-size-f24-override {
    font-size: clamp(1.25rem, 0.5rem + 1.25vw, 1.5rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f24-override {
    font-size: 20px !important;
  }
}

@media screen and (min-width: 961px) {
  .font-size-f24a-override {
    font-size: clamp(1.25rem, 0.5rem + 1.25vw, 1.5rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f24a-override {
    font-size: 24px !important;
  }
}

@media screen and (min-width: 961px) {
  .font-size-f24b-override {
    font-size: clamp(1.25rem, 0.5rem + 1.25vw, 1.5rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f24b-override {
    font-size: 22px !important;
  }
}

@media screen and (min-width: 961px) {
  .font-size-f20-override {
    font-size: clamp(1.125rem, 0.75rem + 0.63vw, 1.25rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f20-override {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 961px) {
  .font-size-f20v-override {
    font-size: clamp(1rem, 0.25rem + 1.25vw, 1.25rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f20v-override {
    font-size: 12px !important;
  }
}

@media screen and (min-width: 961px) {
  .font-size-f18-override {
    font-size: clamp(1rem, 0.625rem + 0.63vw, 1.125rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f18-override {
    font-size: 18px !important;
  }
}

@media screen and (min-width: 961px) {
  .font-size-f16-override {
    font-size: clamp(0.875rem, 0.5rem + 0.63vw, 1rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f16-override {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 961px) {
  .font-size-f15-override {
    font-size: clamp(0.875rem, 0.688rem + 0.31vw, 0.938rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f15-override {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 961px) {
  .font-size-f14-override {
    font-size: clamp(0.75rem, 0.375rem + 0.63vw, 0.875rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f14-override {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 961px) {
  .font-size-f13-override {
    font-size: clamp(0.688rem, 0.313rem + 0.63vw, 0.813rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f13-override {
    font-size: 13px !important;
  }
}

@media screen and (min-width: 961px) {
  .font-size-f12-override {
    font-size: clamp(0.688rem, 0.5rem + 0.31vw, 0.75rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f12-override {
    font-size: 12px !important;
  }
}

@media screen and (min-width: 961px) {
  .font-size-f11-override {
    font-size: clamp(0.688rem, 0.688rem + 0vw, 0.688rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .font-size-f11-override {
    font-size: 12px !important;
  }
}

@media screen and (min-width: 961px) {
  .border-radius-8-override {
    border-radius: clamp(0.25rem, 0.25rem + 1vw, 0.5rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .border-radius-8-override {
    border-radius: 0.5rem !important;
  }
}

@media screen and (min-width: 961px) {
  .border-radius-16-override {
    border-radius: clamp(0.375rem, 0.375rem + 1vw, 0.75rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .border-radius-16-override {
    border-radius: 0.75rem !important;
  }
}

.border-radius-none-override {
  border-radius: 0 !important;
}

.width-full-override {
  width: 100% !important;
}

.gap-0-override {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0 !important;
}

.gap-8-override {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 961px) {
  .gap-8-override {
    gap: clamp(0.25rem, 0.25rem + 1vw, 0.5rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .gap-8-override {
    gap: 0.5rem !important;
  }
}

.gap-12-override {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 961px) {
  .gap-12-override {
    gap: clamp(0.25rem, 0.25rem + 1vw, 0.75rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .gap-12-override {
    gap: 1rem !important;
  }
}

.gap-16-override {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 961px) {
  .gap-16-override {
    gap: clamp(0.75rem, 0.75rem + 1vw, 1rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .gap-16-override {
    gap: 1rem !important;
  }
}

.gap-40-override {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 961px) {
  .gap-40-override {
    gap: clamp(1.25rem, 1.25rem + 1vw, 2.5rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .gap-40-override {
    gap: 1.5rem !important;
  }
}

.gap-96-override {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 961px) {
  .gap-96-override {
    gap: clamp(4.5rem, 4.5rem + 1vw, 6rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .gap-96-override {
    gap: 3rem !important;
  }
}

.margin-t-auto {
  margin-top: auto;
}

@media screen and (min-width: 961px) {
  .margin-b-8-override {
    margin-bottom: clamp(0.25rem, 0.25rem + 1vw, 0.5rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .margin-b-8-override {
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 961px) {
  .margin-t-8-override {
    margin-top: clamp(0.25rem, 0.25rem + 1vw, 0.5rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .margin-t-8-override {
    margin-top: 0.5rem !important;
  }
}

@media screen and (min-width: 961px) {
  .margin-tb-8-override {
    margin-block: clamp(0.25rem, 0.25rem + 1vw, 0.5rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .margin-tb-8-override {
    margin-block: 0.5rem !important;
  }
}

@media screen and (min-width: 961px) {
  .margin-b-16-override {
    margin-bottom: clamp(0.75rem, 0.75rem + 1vw, 1rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .margin-b-16-override {
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 961px) {
  .margin-t-16-override {
    margin-top: clamp(0.75rem, 0.75rem + 1vw, 1rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .margin-t-16-override {
    margin-top: 1rem !important;
  }
}

@media screen and (min-width: 961px) {
  .margin-tb-16-override {
    margin-block: clamp(0.75rem, 0.75rem + 1vw, 1rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .margin-tb-16-override {
    margin-block: 1rem !important;
  }
}

@media screen and (min-width: 961px) {
  .margin-b-24-override {
    margin-bottom: clamp(1.125rem, 1.125rem + 1vw, 1.5rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .margin-b-24-override {
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 961px) {
  .margin-t-24-override {
    margin-top: clamp(1.125rem, 1.125rem + 1vw, 1.5rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .margin-t-24-override {
    margin-top: 1.5rem !important;
  }
}

@media screen and (min-width: 961px) {
  .margin-tb-24-override {
    margin-block: clamp(1.125rem, 1.125rem + 1vw, 1.5rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .margin-tb-24-override {
    margin-block: 1.5rem !important;
  }
}

@media screen and (min-width: 961px) {
  .margin-b-40-override {
    margin-bottom: clamp(2rem, 2rem + 1vw, 2.5rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .margin-b-40-override {
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 961px) {
  .margin-t-40-override {
    margin-top: clamp(2rem, 2rem + 1vw, 2.5rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .margin-t-40-override {
    margin-top: 1rem !important;
  }
}

@media screen and (min-width: 961px) {
  .margin-tb-40-override {
    margin-block: clamp(2rem, 2rem + 1vw, 2.5rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .margin-tb-40-override {
    margin-block: 1rem !important;
  }
}

@media screen and (min-width: 961px) {
  .margin-b-96-override {
    margin-bottom: clamp(4.5rem, 4.5rem + 1vw, 6rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .margin-b-96-override {
    margin-bottom: 3rem !important;
  }
}

@media screen and (min-width: 961px) {
  .margin-t-96-override {
    margin-top: clamp(4.5rem, 4.5rem + 1vw, 6rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .margin-t-96-override {
    margin-top: 3rem !important;
  }
}

@media screen and (min-width: 961px) {
  .margin-tb-96-override {
    margin-block: clamp(4.5rem, 4.5rem + 1vw, 6rem) !important;
  }
}
@media screen and (max-width: 960.99px) {
  .margin-tb-96-override {
    margin-block: 3rem !important;
  }
}

.margin-t-0-override {
  margin-top: 0 !important;
}

.margin-b-0-override {
  margin-bottom: 0 !important;
}

.margin-tb-0-override {
  margin-block: 0 !important;
}

.sp-only,
.sp-only-flex,
.tablet-only-inline {
  display: none !important;
}

.pc-only {
  display: block !important;
}

.pc-only-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (max-width: 960.99px) {
  .pc-only,
  .pc-only-flex {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .sp-only-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 1199.99px) {
  .tablet-only-inline {
    display: inline-block !important;
  }
}
@media screen and (max-width: 767.99px) {
  .pc-only-flex-md,
  .pc-only-md {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .pc-only-flex-md {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 768px) {
  .pc-only-md {
    display: block !important;
  }
}

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

@media screen and (max-width: 767.99px) {
  .sp-only-flex-md {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 767.99px) {
  .sp-only-md {
    display: block !important;
  }
}