@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.inner {
  padding-inline: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 64rem;
    padding-inline: 2rem;
    margin-inline: auto;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  background-color: #FFF;
  padding-inline: 0.4375rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-inline: 1.9375rem 3.125rem;
  }
}

.header__logo {
  width: 4.0625rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 32.5rem;
    height: auto;
  }
}

.header__button {
  height: 2.625rem;
  gap: 0.5rem;
  border-radius: 0.5625rem;
  font-size: 1rem;
  padding-inline: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .header__button {
    height: 3.875rem;
    gap: 1rem;
    border-radius: 1rem;
    font-size: 1.875rem;
    padding-inline: 4.8125rem;
  }
}
.header__button::after {
  width: 0.8125rem;
  height: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .header__button::after {
    width: 1.8125rem;
    height: 1.875rem;
  }
}

.header__button-image {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__button-image {
    position: absolute;
    top: 50%;
    left: -3.5rem;
    translate: 0 -50%;
    width: 7.0625rem;
  }
}

.header__button--small {
  font-size: 0.8125rem;
}

.main {
  min-height: 100vh;
}
.main__inner {
  max-width: 58.75rem;
  margin: 0 auto;
  padding: 6.25rem 1.1875rem 1rem;
}
@media screen and (min-width: 768px) {
  .main__inner {
    padding: 9.6875rem 1.25rem 0;
  }
}

.mv {
  text-align: center;
  margin-bottom: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .mv {
    margin-bottom: 3.75rem;
  }
}
.mv__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4375rem;
  font-weight: 700;
  font-size: 1rem;
  color: var(--color-primary);
  margin-bottom: 0.625rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .mv__tag {
    gap: 0.625rem;
    font-size: 1.75rem;
    margin-bottom: 0.8125rem;
  }
}
.mv__tag::before, .mv__tag::after {
  content: "";
  display: inline-block;
  width: 0.125rem;
  height: 1.1875rem;
  background-color: var(--color-primary);
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .mv__tag::before, .mv__tag::after {
    height: 1.6875rem;
  }
}
.mv__tag::before {
  transform: rotate(-24deg);
}
@media screen and (min-width: 768px) {
  .mv__tag::before {
    transform: rotate(-18deg);
  }
}
.mv__tag::after {
  transform: rotate(24deg);
}
@media screen and (min-width: 768px) {
  .mv__tag::after {
    transform: rotate(18deg);
  }
}
.mv__tag strong {
  color: var(--color-primary);
  font-weight: 700;
}
.mv__title {
  color: var(--color-text);
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 0.0625rem;
  padding-bottom: 0.375rem;
  border-bottom: 0.0625rem solid var(--color-primary);
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv__title {
    font-size: 2rem;
    margin-bottom: 0.125rem;
    padding-bottom: 0.9375rem;
    border-bottom: 0.125rem solid var(--color-primary);
  }
}
.mv__divider {
  border: none;
  border-top: 0.0625rem solid var(--color-primary);
  margin: 0;
}
@media screen and (min-width: 768px) {
  .mv__divider {
    border-top: 0.125rem solid var(--color-primary);
  }
}
.mv-article {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .mv-article {
    padding-top: 3.6875rem;
  }
}
.mv-article__pr {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .mv-article__pr {
    margin-bottom: 1rem;
  }
}
.mv-article__pr-text {
  text-align: left;
  color: var(--color-text);
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.mv-article__thumbnail {
  width: 100%;
  margin-bottom: 1.875rem;
  background-color: #E5E5E5;
  aspect-ratio: 335/230;
}
@media screen and (min-width: 768px) {
  .mv-article__thumbnail {
    margin-bottom: 3.6875rem;
    aspect-ratio: 900/600;
  }
}
.mv-article__thumbnail-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.mv-article__body {
  text-align: left;
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .mv-article__body {
    font-size: 1.125rem;
  }
}
.mv-article__list {
  margin-bottom: 1.4375rem;
  padding-left: 1.1875rem;
  list-style: none;
}
.mv-article__list li {
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .mv-article__list li {
    font-size: 1.125rem;
  }
}
.mv-article__list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -1.1875rem;
}
.mv-article__text {
  margin-bottom: 1.625rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .mv-article__text {
    margin-bottom: 1.4375rem;
  }
}
.mv-article__text strong {
  font-weight: 700;
}

.footer__container {
  padding-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .footer__container {
    padding-top: 2.75rem;
  }
}

.footer__inner {
  padding-inline: 0;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    max-width: 90rem;
    padding-inline: 3rem 2.25rem;
  }
}

.footer__privacy-link {
  display: flex;
  justify-content: center;
  gap: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .footer__privacy-link {
    justify-content: unset;
  }
}

.footer__privacy-link-image {
  width: 4.375rem;
}

.footer__privacy-text {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer__privacy-text {
    text-align: unset;
    font-size: 0.8125rem;
  }
}

.footer__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.125rem;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .footer__body {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 0;
    margin-top: 3rem;
  }
}

.footer__nav {
  width: 23.4375rem;
  width: auto;
  text-align: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    text-align: unset;
    margin-inline: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer__nav {
    width: unset;
  }
}

.footer__nav-link {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .footer__nav-link {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__nav-link + .footer__nav-link {
    border-left: 1px solid #333;
    padding-left: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
}
.footer__nav-link:nth-of-type(2) {
  border-left: 1px solid #333;
  padding-left: 0.625rem;
  margin-left: 0.625rem;
}
.footer__nav-link:nth-of-type(3) {
  border-left: 1px solid #333;
  padding-left: 0.625rem;
  margin-left: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .footer__nav-link:nth-of-type(3) {
    margin-top: 0;
  }
}

.footer__logo {
  width: 13.75rem;
}

.footer__bottom {
  padding-block: 2.375rem 1.25rem;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    padding-block: 1.5rem;
  }
}

.footer__copyright {
  text-transform: capitalize;
  text-align: center;
  color: #333;
  font-size: 0.625rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__copyright {
    text-align: unset;
  }
}

.legal-page__main {
  padding: 4.6875rem 1.1875rem 0;
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  .legal-page__main {
    padding: 10rem 1.25rem 0;
  }
}
.legal-page__inner {
  max-width: 67.5rem;
  margin-inline: auto;
}
.legal-page__title {
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .legal-page__title {
    font-size: 2.25rem;
    margin-bottom: 3rem;
  }
}
.legal-page__section + .legal-page__section {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .legal-page__section + .legal-page__section {
    margin-top: 2.5rem;
  }
}
.legal-page__heading {
  display: block;
  width: 100%;
  color: #FFF;
  background-color: #4472c4;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0.625rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: 0.375rem;
}
@media screen and (min-width: 768px) {
  .legal-page__heading {
    font-size: 1.5rem;
    padding: 0.875rem 1.875rem;
    margin-bottom: 2.5rem;
    border-radius: 0.5rem;
  }
}
.legal-page__heading-line {
  position: relative;
  display: block;
  color: #333;
  background-color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0.125rem 0 0.125rem 1rem;
  margin-bottom: 1rem;
  margin-inline: 0.625rem;
}
.legal-page__heading-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.625rem;
  height: 100%;
  background-color: #4472c4;
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .legal-page__heading-line {
    line-height: 2;
    font-size: 1.5rem;
    padding-left: 1.25rem;
    margin-bottom: 2.5rem;
  }
  .legal-page__heading-line::before {
    width: 0.75rem;
    border-radius: 0.125rem;
  }
}
.legal-page__text {
  color: #333;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-inline: 0.625rem;
}
@media screen and (min-width: 768px) {
  .legal-page__text {
    font-size: 1.125rem;
    line-height: 1.9;
  }
}
.legal-page__text + .legal-page__text {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .legal-page__text + .legal-page__text {
    margin-top: 2.5rem;
  }
}
.legal-page__note {
  color: #333;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .legal-page__note {
    font-size: 1rem;
    margin-top: 1.125rem;
  }
}
.legal-page__list {
  margin-top: 1rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .legal-page__list {
    margin-top: 1.25rem;
    padding-left: 1.5rem;
  }
}
.legal-page__list-item {
  color: #333;
  font-size: 0.875rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  list-style: disc;
}
@media screen and (min-width: 768px) {
  .legal-page__list-item {
    font-size: 1rem;
  }
}
.legal-page__list-item + .legal-page__list-item {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .legal-page__list-item + .legal-page__list-item {
    margin-top: 0.625rem;
  }
}
.legal-page__contact {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  color: #333;
  font-size: 0.875rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  padding-inline: 0.625rem;
}
@media screen and (min-width: 768px) {
  .legal-page__contact {
    font-size: 1.125rem;
  }
}
.legal-page__contact-label {
  flex-shrink: 0;
  white-space: nowrap;
}
.legal-page__contact-link {
  color: #333;
  white-space: nowrap;
  text-decoration: none;
}
@media (any-hover: hover) {
  .legal-page__contact-link:hover {
    text-decoration: none;
  }
}
.legal-page__ordered-list {
  margin-top: 1rem;
  padding-left: 1.5rem;
  list-style: decimal;
}
@media screen and (min-width: 768px) {
  .legal-page__ordered-list {
    margin-top: 1.25rem;
    padding-left: 1.75rem;
  }
}
.legal-page__ordered-item {
  color: #333;
  font-size: 0.875rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .legal-page__ordered-item {
    font-size: 1rem;
  }
}
.legal-page__ordered-item + .legal-page__ordered-item {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .legal-page__ordered-item + .legal-page__ordered-item {
    margin-top: 1rem;
  }
}
.legal-page__subheading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 1.75rem;
  margin-bottom: 1rem;
  padding-inline: 0.625rem;
}
@media screen and (min-width: 768px) {
  .legal-page__subheading {
    font-size: 1.125rem;
    margin-top: 2.25rem;
    margin-bottom: 1.25rem;
  }
}
.legal-page__subheading::before {
  content: "";
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.75rem;
  background-color: #4472c4;
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .legal-page__subheading::before {
    width: 0.625rem;
    height: 0.875rem;
  }
}
.legal-page__figure {
  width: 100%;
  margin: 0;
}
.legal-page__figure-image {
  width: 100%;
  height: auto;
  display: block;
}
.legal-page__company-table-container {
  margin-top: 1.875rem;
  padding-inline: 0.625rem;
}
.legal-page__heading + .legal-page__company-table-wrap {
  margin-top: 0;
}
.legal-page__heading:has(+ .legal-page__company-table-wrap) {
  margin-bottom: 0;
}
.legal-page__company-table-wrap {
  border: 1px solid #ccc;
  border-top: 0.25rem solid #4472c4;
  overflow: hidden;
  background-color: #FFF;
}
.legal-page__company-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .legal-page__company-table {
    font-size: 1rem;
  }
}
.legal-page__company-table-label {
  width: 50%;
  padding: 1.125rem 1rem;
  color: #333;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #FFF;
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .legal-page__company-table-label {
    padding: 1.375rem 1.25rem;
  }
}
.legal-page__company-table-cell {
  width: 50%;
  padding: 1.125rem 1rem;
  color: #333;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  .legal-page__company-table-cell {
    padding: 1.375rem 1.25rem;
  }
}
.legal-page__company-table-row:last-child .legal-page__company-table-label,
.legal-page__company-table-row:last-child .legal-page__company-table-cell {
  border-bottom: none;
}
.legal-page__company-table-link {
  color: #4472c4;
  text-decoration: none;
  overflow-wrap: break-word;
  word-break: normal;
}
@media (any-hover: hover) {
  .legal-page__company-table-link:hover {
    text-decoration: none;
  }
}
.legal-page__company-table-mail {
  color: #333;
  text-decoration: none;
  overflow-wrap: break-word;
  word-break: normal;
}
@media (any-hover: hover) {
  .legal-page__company-table-mail:hover {
    text-decoration: none;
  }
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.75rem;
  border: 2px solid #FFF;
  background: linear-gradient(357deg, #F58529 6.79%, #FFA726 97.37%);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  text-shadow: 0px 0px 7.5px #A14B05;
  color: #FFF;
  font-weight: 700;
  padding-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .button {
    gap: 1rem;
    border-radius: 1rem;
    border: 3px solid #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    text-shadow: 0px 0px 10px #A14B05;
  }
}
.button::after {
  content: "";
  background: url(../img/arrow-button--orange.png) center/contain no-repeat;
  margin-top: 0.25rem;
}

.heading {
  color: var(--color-text);
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 0.3rem 0 0.3rem 1.6rem;
  border-left: 8px solid var(--color-primary);
  margin-bottom: 6.1rem;
}
@media screen and (min-width: 768px) {
  .heading {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}

.toc {
  background-color: var(--color-bg);
  margin-bottom: 0.9375rem;
  padding: 2rem 1.0625rem;
}
@media screen and (min-width: 768px) {
  .toc {
    margin-bottom: 4.25rem;
    padding: 2.5625rem 1.75rem 2.0625rem;
  }
}
.toc__title {
  color: var(--color-primary);
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .toc__title {
    font-size: 1.5rem;
    margin-bottom: 0.875rem;
  }
}
.toc__list {
  padding-left: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .toc__list {
    padding-left: 1.5625rem;
  }
}
.toc__item {
  position: relative;
  font-size: 1rem;
  padding: 0.5625rem 0;
}
@media screen and (min-width: 768px) {
  .toc__item {
    font-size: 1.125rem;
    padding: 0.5rem 0;
  }
}
.toc__item::before {
  content: "・";
  position: absolute;
  top: 0.4375rem;
  left: -1.4375rem;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .toc__item::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.toc__link {
  color: var(--color-primary);
  text-decoration: underline;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .toc__link {
    line-height: 1;
  }
}
@media (any-hover: hover) {
  .toc__link:hover {
    text-decoration: none;
  }
}

.content-section {
  padding: 1.25rem 0;
}
@media screen and (min-width: 768px) {
  .content-section {
    padding: 3.125rem 0;
  }
}
.content-section__heading {
  color: var(--color-text);
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
  padding: 0 0 0 0.8125rem;
  border-left: 0.25rem solid var(--color-primary);
}
.content-section__heading .sp-xs {
  display: inline;
}
@media screen and (min-width: 480px) {
  .content-section__heading .sp-xs {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .content-section__heading {
    font-size: 2rem;
    margin-bottom: 3.8125rem;
    padding: 0.1875rem 0 0.1875rem 1rem;
    border-left: 0.5rem solid var(--color-primary);
  }
}
.content-section__figure {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .content-section__figure {
    margin-bottom: 3.75rem;
  }
}
.content-section__figure--large {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .content-section__figure--large {
    margin-bottom: 3.75rem;
  }
}
.content-section__image {
  width: 100%;
  height: auto;
  display: block;
}
.content-section__intro {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .content-section__intro {
    margin-bottom: 3.5625rem;
  }
}
.content-section__text {
  font-size: 1rem;
  color: var(--color-text);
  line-height: 1.82;
  letter-spacing: 0.05em;
  margin-bottom: 1.375rem;
}
@media screen and (min-width: 768px) {
  .content-section__text {
    font-size: 1.125rem;
  }
}
.content-section__text:last-child {
  margin-bottom: 0;
}
.content-section__text strong {
  font-weight: 700;
}
.content-section__summary {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .content-section__summary {
    margin-bottom: 1.25rem;
  }
}

.failure-items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .failure-items {
    gap: 2.125rem;
    margin-bottom: 3.875rem;
  }
}

.failure-item__heading {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-bottom: 0.0625rem solid var(--color-primary);
  margin-bottom: 1.5rem;
  padding-bottom: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .failure-item__heading {
    font-size: 1.5rem;
    border-bottom: 0.125rem solid var(--color-primary);
    padding-bottom: 0.9375rem;
  }
}
.failure-item:last-child .failure-item__heading {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .failure-item:last-child .failure-item__heading {
    margin-bottom: 2.5625rem;
  }
}

.failure-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .failure-cards {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

.failure-card {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-left: 2.75rem;
}
@media screen and (min-width: 768px) {
  .failure-card {
    flex-direction: column;
    align-items: flex-end;
    padding-left: 0;
  }
}
.failure-card__figure {
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0.625rem;
  left: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .failure-card__figure {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
.failure-card__figure--01 {
  width: 3.75rem;
  height: 4.5rem;
}
@media screen and (min-width: 768px) {
  .failure-card__figure--01 {
    width: 7.75rem;
    height: 9.3125rem;
  }
}
.failure-card__figure--02 {
  width: 4.25rem;
  height: 4.875rem;
}
@media screen and (min-width: 768px) {
  .failure-card__figure--02 {
    width: 8.8125rem;
    height: 9.5rem;
  }
}
.failure-card__figure--03 {
  width: 4.3125rem;
  height: 4.8125rem;
}
@media screen and (min-width: 768px) {
  .failure-card__figure--03 {
    width: 8.75rem;
    height: 9.6875rem;
  }
}
.failure-card__figure--04 {
  width: 3.1875rem;
  height: 5.0625rem;
}
@media screen and (min-width: 768px) {
  .failure-card__figure--04 {
    width: 5.9375rem;
    height: 9.3125rem;
  }
}
.failure-card__figure--05 {
  width: 3.875rem;
  height: 4.25rem;
}
@media screen and (min-width: 768px) {
  .failure-card__figure--05 {
    width: 7.1875rem;
    height: 7.875rem;
  }
}
.failure-card__figure--06 {
  width: 3.5625rem;
  height: 3.875rem;
  bottom: 1.375rem;
}
@media screen and (min-width: 768px) {
  .failure-card__figure--06 {
    width: 7.25rem;
    height: 7.875rem;
    bottom: auto;
  }
}
.failure-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.failure-card__body {
  background-color: var(--color-primary-light);
  margin: 0;
  padding: 1rem 0.75rem 1rem 2rem;
  flex: 1;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .failure-card__body {
    margin-top: -0.625rem;
    padding: 2.5rem 2rem;
  }
}
.failure-card__text {
  color: var(--color-text);
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .failure-card__text {
    font-size: 1rem;
    line-height: 1.8;
  }
}

#section-points .content-section__text:first-child {
  margin-top: -0.375rem;
  margin-bottom: 1.625rem;
}
@media screen and (min-width: 768px) {
  #section-points .content-section__text:first-child {
    margin-bottom: 0;
  }
}
#section-points .content-section__summary .content-section__text:first-child {
  margin-bottom: 1.5625rem;
}

.point-items {
  display: flex;
  flex-direction: column;
  gap: 1.9375rem;
  background-color: var(--color-bg);
  border-radius: 18px;
  margin-bottom: 2.875rem;
  padding: 1.3125rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .point-items {
    gap: 2rem;
    margin-bottom: 4.125rem;
    padding: 2.5rem;
  }
}

.point-item__heading {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 1.4375rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.125rem dashed var(--color-primary);
}
@media screen and (min-width: 768px) {
  .point-item__heading {
    font-size: 1.25rem;
    margin-bottom: 1.3125rem;
    padding-bottom: 0.25rem;
  }
}

.checkpoint {
  border: 1px solid var(--color-accent-red);
  border-radius: 12px;
  margin-top: 1.5625rem;
  padding: 1rem 1.25rem 1.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .checkpoint {
    padding: 1.875rem 2.375rem;
  }
}
.checkpoint::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/lattice.webp);
  background-size: cover;
  opacity: 0.6;
  z-index: -1;
}
.checkpoint__title {
  color: var(--color-accent-red);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 768px) {
  .checkpoint__title {
    font-size: 1.125rem;
  }
}
.checkpoint__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.checkpoint__item {
  color: var(--color-text);
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-left: 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .checkpoint__item {
    font-size: 1.125rem;
    padding-left: 1.5625rem;
  }
}
.checkpoint__item::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  color: var(--color-accent-red);
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg class='check-outline'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M19.696 6.282a1 1 0 0 1 .022 1.414L10.313 17.4a1.4 1.4 0 0 1-2.01 0l-4.021-4.148a1 1 0 1 1 1.436-1.392l3.59 3.703l8.974-9.259a1 1 0 0 1 1.414-.022' class='Vector' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .checkpoint__item::before {
    top: 50%;
    transform: translateY(-50%);
  }
}

.ranking-table__note {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .ranking-table__note {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.ranking-table-wrapper {
  margin-bottom: 0;
  position: relative;
  isolation: isolate;
}
@media screen and (min-width: 768px) {
  .ranking-table-wrapper {
    margin-bottom: 1.4375rem;
  }
}
@media screen and (min-width: 768px) {
  .ranking-table-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 9.375rem;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    pointer-events: none;
    z-index: -1;
  }
}

.ranking-table {
  display: block;
  min-width: unset;
}
@media screen and (min-width: 768px) {
  .ranking-table {
    display: table;
    width: 100%;
    min-width: 37.5rem;
    border-collapse: collapse;
    table-layout: fixed;
  }
}
.ranking-table tbody {
  display: block;
}
@media screen and (min-width: 768px) {
  .ranking-table tbody {
    display: table-row-group;
  }
}
.ranking-table__row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #cecece;
}
@media screen and (min-width: 768px) {
  .ranking-table__row {
    display: table-row;
    border-bottom: none;
  }
}
.ranking-table__row:last-child {
  border-bottom: none;
}
.ranking-table__row:first-child .ranking-table__label {
  display: none;
}
@media screen and (min-width: 768px) {
  .ranking-table__row:first-child .ranking-table__label {
    display: table-cell;
  }
}
.ranking-table__row--site {
  height: auto;
}
@media screen and (min-width: 768px) {
  .ranking-table__row--site {
    height: 15rem;
  }
}
.ranking-table__row--site .ranking-table__cell {
  vertical-align: top;
}
.ranking-table__row--cta {
  height: 5.9375rem;
}
.ranking-table__label {
  width: 100%;
  color: var(--color-text);
  text-align: left;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  padding: 0.825625rem 0.0625rem;
  vertical-align: middle;
  border-bottom: none;
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .ranking-table__label {
    width: 9.375rem;
    white-space: nowrap;
    border-bottom: 1px solid #cecece;
    font-size: 1.125rem;
    padding: 1.078125rem 0.75rem;
  }
}
.ranking-table__label--cta {
  padding: 0.338125rem 0.0625rem;
}
.ranking-table__cell {
  flex: 1;
  text-align: center;
  vertical-align: middle;
  padding: 1.09375rem 0.25rem;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .ranking-table__cell {
    border-bottom: 1px solid #cecece;
    padding: 1.078125rem 0.75rem;
  }
}
.ranking-table__cell--1 {
  background-color: var(--color-primary-light);
}
.ranking-table__cell--evaluation {
  padding: 0.875rem 0.25rem;
}
.ranking-table__row--cta .ranking-table__cell {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.ranking-table__logo {
  width: 100%;
  max-width: 9.5rem;
  margin: 0 auto 0.75rem;
  background-color: #e5e5e5;
  aspect-ratio: 1/1;
}
.ranking-table__logo-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.ranking-table__site-link {
  text-align: center;
  color: var(--color-primary);
  text-decoration: underline;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: inline-block;
  padding-bottom: 0.375rem;
}
@media screen and (min-width: 768px) {
  .ranking-table__site-link {
    font-size: 1rem;
    line-height: 1;
    padding-bottom: 0;
  }
}
@media (any-hover: hover) {
  .ranking-table__site-link:hover {
    text-decoration: none;
  }
}
.ranking-table__site-link .sp-xs {
  display: inline;
}
@media screen and (min-width: 480px) {
  .ranking-table__site-link .sp-xs {
    display: none;
  }
}
.ranking-table__feature {
  display: inline-flex;
  align-items: center;
  height: 100%;
  color: var(--color-text);
  text-align: center;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .ranking-table__feature {
    display: block;
    font-size: 0.875rem;
    line-height: 1.8;
    padding-bottom: 0.25rem;
  }
}

.ranking-badge {
  width: 3.0625rem;
  height: 2.75rem;
  margin: 0 auto;
}
.ranking-badge__crown {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.ranking-stars {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 0.1675rem;
}
@media screen and (min-width: 768px) {
  .ranking-stars {
    gap: 0.625rem;
    padding: 0.375rem 0;
  }
}
.ranking-stars__icons {
  display: flex;
  gap: 0.0625rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .ranking-stars__icons {
    gap: 0.4375rem;
  }
}
.ranking-stars__icons .fa-star {
  color: #ffa939;
}
.ranking-stars__score {
  color: var(--color-accent-red);
  font-weight: 700;
  font-size: 0.875rem;
}

.ranking-eval {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .ranking-eval {
    margin-bottom: 0.875rem;
  }
}
.ranking-eval span {
  font-size: 1.875rem;
  line-height: 1;
}
.ranking-eval--good span {
  color: var(--color-accent-red);
}
.ranking-eval--normal span {
  color: var(--color-primary);
}
.ranking-eval__label {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--color-text);
  text-align: center;
}

.ranking-btn {
  display: inline-block;
  background-color: #ffa939;
  color: #fff;
  font-weight: 700;
  font-size: 0.625rem;
  padding: 1.203125rem clamp(0.0625rem, (100vw - 375px) / 2, 0.625rem);
  letter-spacing: 0.05em;
  border-radius: 80px;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 13.125rem;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .ranking-btn {
    font-size: 0.875rem;
    padding: 0.875rem 1rem;
  }
}
@media (any-hover: hover) {
  .ranking-btn:hover {
    outline: 2px solid #ffa939;
    outline-offset: -2px;
    background-color: #fff;
    color: #ffa939;
    box-shadow: none;
  }
}

.recommend-items {
  display: flex;
  flex-direction: column;
  gap: 2.6875rem;
}

.recommend-item__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .recommend-item__header {
    gap: 1rem;
    margin-bottom: 2.625rem;
  }
}
.recommend-item__title {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .recommend-item__title {
    font-size: 2rem;
  }
}
.recommend-item__figure {
  width: 100%;
  background-color: #D9D9D9;
  aspect-ratio: 900/600;
  margin-bottom: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .recommend-item__figure {
    margin-bottom: 2.5rem;
  }
}
.recommend-item__figure--doda {
  aspect-ratio: 1900/766;
}
.recommend-item__figure--neo {
  aspect-ratio: 1900/862;
}
.recommend-item__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.recommend-item__rank-wrapper {
  width: 3.75rem;
  height: 3.75rem;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .recommend-item__rank-wrapper {
    width: 5.0625rem;
    height: 5.0625rem;
  }
}
.recommend-item__rank-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recommend-features {
  border: 1px solid var(--color-accent-red);
  border-radius: 12px;
  margin-bottom: 1.5rem;
  padding: 0.875rem 1.3125rem 1.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .recommend-features {
    margin-bottom: 2.5rem;
    padding: 1.8125rem 2.375rem 2rem;
  }
}
.recommend-features::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/lattice.webp);
  background-size: cover;
  opacity: 0.6;
  z-index: -1;
}
.recommend-features__title {
  color: var(--color-accent-red);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 768px) {
  .recommend-features__title {
    font-size: 1.125rem;
  }
}
.recommend-features__list, .recommend-for__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.recommend-features__item, .recommend-for__item {
  color: var(--color-text);
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-left: 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .recommend-features__item, .recommend-for__item {
    font-size: 1.125rem;
    padding-left: 1.5625rem;
  }
}
.recommend-features__item::before, .recommend-for__item::before {
  content: "";
  position: absolute;
  top: 0.1875rem;
  left: 0;
  color: var(--color-accent-red);
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg class='check-outline'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M19.696 6.282a1 1 0 0 1 .022 1.414L10.313 17.4a1.4 1.4 0 0 1-2.01 0l-4.021-4.148a1 1 0 1 1 1.436-1.392l3.59 3.703l8.974-9.259a1 1 0 0 1 1.414-.022' class='Vector' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .recommend-features__item::before, .recommend-for__item::before {
    top: 50%;
    transform: translateY(-50%);
  }
}

.recommend-info {
  display: block;
  font-size: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .recommend-info {
    display: table;
  }
}
.recommend-info tbody {
  display: flex;
  flex-direction: column;
}
.recommend-info tr {
  display: contents;
}
.recommend-info tr:nth-child(1) th:nth-child(1) {
  order: 1;
}
.recommend-info tr:nth-child(2) td:nth-child(1) {
  order: 2;
}
.recommend-info tr:nth-child(1) th:nth-child(2) {
  order: 3;
}
.recommend-info tr:nth-child(2) td:nth-child(2) {
  order: 4;
}
.recommend-info tr:nth-child(1) th:nth-child(3) {
  order: 5;
}
.recommend-info tr:nth-child(2) td:nth-child(3) {
  order: 6;
}
.recommend-info tr:nth-child(3) th:nth-child(1) {
  order: 7;
}
.recommend-info tr:nth-child(4) td:nth-child(1) {
  order: 8;
}
.recommend-info tr:nth-child(3) th:nth-child(2) {
  order: 9;
}
.recommend-info tr:nth-child(4) td:nth-child(2) {
  order: 10;
}
.recommend-info tr:nth-child(3) th:nth-child(3) {
  order: 11;
}
.recommend-info tr:nth-child(4) td:nth-child(3) {
  order: 12;
}
@media screen and (min-width: 768px) {
  .recommend-info {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
  }
  .recommend-info tbody {
    display: table-row-group;
  }
  .recommend-info tr {
    display: table-row;
  }
}
.recommend-info__head {
  display: block;
  background-color: var(--color-bg);
  border-top: none;
  border-bottom: none;
  text-align: center;
  color: var(--color-text);
  font-weight: 400;
  letter-spacing: 0.05em;
  width: 100%;
  padding: 0.76875rem 1rem;
}
@media screen and (min-width: 768px) {
  .recommend-info__head {
    display: table-cell;
    border: 1px solid #CECECE;
    width: 18.75rem;
    padding: 0.744375rem 1rem;
  }
}
.recommend-info__head--first {
  border-top: 1px solid #CECECE;
}
.recommend-info__data {
  display: block;
  width: 100%;
  border: 1px solid #CECECE;
  padding: 0.75rem 1rem;
  text-align: center;
  color: var(--color-text);
  background-color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .recommend-info__data {
    display: table-cell;
    width: auto;
    padding: 0.744375rem 1rem;
  }
}
.recommend-info sup {
  font-size: 0.625rem;
  vertical-align: super;
  line-height: 0;
  position: relative;
  top: 0.5em;
}

.recommend-description {
  background-color: var(--color-primary-light);
  border-radius: 8px;
  margin-bottom: 1.9375rem;
  padding: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .recommend-description {
    padding: 2rem 2.375rem;
    margin-bottom: 2.375rem;
  }
}
.recommend-description__icon {
  display: block;
  position: relative;
  margin: 0 auto 1.3125rem;
  width: 1.25rem;
  height: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .recommend-description__icon {
    margin: 0 auto 1.375rem;
  }
}
.recommend-description__icon::after {
  content: "";
  position: absolute;
  bottom: -0.4375rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.8125rem;
  height: 0.0625rem;
  background-color: var(--color-primary);
}
.recommend-description__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recommend-description__text {
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .recommend-description__text {
    font-size: 1.125rem;
  }
}
.recommend-description__text .sp-xs {
  display: inline;
}
@media screen and (min-width: 480px) {
  .recommend-description__text .sp-xs {
    display: none;
  }
}
.recommend-description__text:last-child {
  margin-bottom: 0;
}
.recommend-description__text strong {
  font-weight: 700;
}
.recommend-description__text--red {
  color: var(--color-accent-red);
  text-decoration: underline;
}

.recommend-footnotes {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .recommend-footnotes {
    margin-bottom: 2.5rem;
  }
}

.recommend-footnote {
  color: #868686;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .recommend-footnote {
    margin-bottom: 0.625rem;
  }
}

.recommend-for {
  background-color: #FFF0F0;
  border-radius: 8px;
  margin-bottom: 1.9375rem;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .recommend-for {
    margin-bottom: 2.4375rem;
    padding: 2rem 2.375rem;
  }
}
.recommend-for__title {
  color: var(--color-text);
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  max-width: 36.5rem;
  margin: 0 auto 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--color-accent-red);
}
.recommend-for__title .sp-xs {
  display: inline;
}
@media screen and (min-width: 480px) {
  .recommend-for__title .sp-xs {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .recommend-for__title {
    font-size: 1.5rem;
  }
}
.recommend-for__list {
  gap: 1rem;
}
.recommend-for__item {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .recommend-for__item {
    font-size: 1.125rem;
  }
}

.recommend-cta {
  text-align: center;
  margin-bottom: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .recommend-cta {
    margin-bottom: 4.5rem;
  }
}
.recommend-cta__btn {
  display: inline-block;
  background-color: #FFA939;
  color: #fff;
  max-width: 28.125rem;
  width: 100%;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  padding: 1.3125rem 2rem;
  border-radius: 5rem;
  transition: all 0.3s ease;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .recommend-cta__btn {
    font-size: 1.125rem;
    padding: 1.25rem 3.75rem;
  }
}
@media (any-hover: hover) {
  .recommend-cta__btn:hover {
    outline: 2px solid #FFA939;
    outline-offset: -2px;
    background-color: #fff;
    color: #FFA939;
    box-shadow: none;
  }
}

.recommend-review__heading {
  color: var(--color-text);
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-bottom: 4px solid var(--color-primary);
  margin-bottom: 6.125rem;
  padding-bottom: 0.3125rem;
}
@media screen and (min-width: 1024px) {
  .recommend-review__heading {
    font-size: 2rem;
    border-bottom: 2px solid var(--color-primary);
    margin-bottom: 3.75rem;
    padding-bottom: 0.8125rem;
  }
}
.recommend-review .recommend-cta {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .recommend-review .recommend-cta {
    margin-bottom: 4.5rem;
  }
}

.recommend-item:last-child .recommend-review > .recommend-cta:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .recommend-item:last-child .recommend-review > .recommend-cta:last-child {
    margin-bottom: 1.125rem;
  }
}

.review-cards {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .review-cards {
    gap: 2.5rem;
    margin-bottom: 3.5625rem;
  }
}

.review-card {
  background-color: var(--color-primary-light);
  border-radius: 12px;
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
  padding: 1.125rem 1.3125rem 0.6875rem;
  position: relative;
}
.review-card:not(:has(.review-card__title)) {
  padding: 1.25rem 1.25rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .review-card:not(:has(.review-card__title)) {
    padding: 2.4375rem 2rem 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .review-card {
    padding: 2.875rem 2rem 1.75rem;
    margin-right: 0;
    margin-left: auto;
  }
}
.review-card__title {
  color: var(--color-text);
  text-align: left;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  padding: 0 0.25rem 0.375rem;
  border-bottom: 2px solid var(--color-primary);
}
@media screen and (min-width: 768px) {
  .review-card__title {
    text-align: center;
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
  }
}
.review-card__body {
  margin-bottom: 1.125rem;
}
@media screen and (min-width: 768px) {
  .review-card__body {
    margin-bottom: 1.1875rem;
  }
}
.review-card__text {
  color: var(--color-text);
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 1.3125rem;
}
.review-card__text:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .review-card__text {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1rem;
  }
}
.review-card__footer {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.review-card__avatar {
  position: absolute;
  top: -4.0625rem;
  left: 50%;
  width: 4.0625rem;
  height: 4.25rem;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .review-card__avatar {
    width: 8.625rem;
    height: 8.8125rem;
    top: auto;
    bottom: 1.125rem;
    left: -2rem;
  }
}
.review-card__avatar--02 {
  width: 4.0625rem;
  height: 4.5625rem;
  top: -4.625rem;
}
@media screen and (min-width: 1024px) {
  .review-card__avatar--02 {
    top: auto;
    width: 7.875rem;
    height: 8.875rem;
  }
}
.review-card__avatar--03 {
  width: 4.25rem;
  height: 4.375rem;
  top: -4.375rem;
}
@media screen and (min-width: 1024px) {
  .review-card__avatar--03 {
    top: auto;
    width: 8.3125rem;
    height: 8.4375rem;
  }
}
.review-card__avatar-image {
  width: 100%;
  height: auto;
  display: block;
}
.review-card__attribution {
  color: var(--color-text);
  text-align: right;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .review-card__attribution {
    font-size: 1rem;
    padding-bottom: 1rem;
  }
}

.site-card__figure {
  aspect-ratio: 335/354;
  margin-top: 2.125rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .site-card__figure {
    aspect-ratio: 900/470;
    margin-top: 0;
    margin-bottom: 3.8125rem;
  }
}
.site-card__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#section-summary .recommend-cta {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #section-summary .recommend-cta {
    margin-bottom: 1.875rem;
  }
}

.hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .hidden-sp {
    display: block;
  }
}

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

@media screen and (min-width: 1024px) {
  .hidden-lg {
    display: none;
  }
}

@media (any-hover: hover) {
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
  .button {
    transition: border-color 0.4s;
  }
  .button::after {
    transition: translate 0.6s;
  }
  .button:hover {
    border-color: #F58529;
    opacity: 1;
  }
  .button:hover::after {
    translate: 0.5rem 0;
  }
  .cta-2__item-button--orange:hover {
    border-color: #F53A29;
  }
  .cta-2__item-button--yellow:hover {
    border-color: #F8ED03;
  }
  .cta-2__item-button--green:hover {
    border-color: #507D5E;
  }
  .cta-2__item-button--blue:hover {
    border-color: #0086CD;
  }
}
.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 1025px) {
  .pc {
    display: none;
  }
}
.mark {
  background: linear-gradient(transparent 50%, var(--color-accent-yellow) 0%, var(--color-accent-yellow) 100%, transparent 70%);
  font-weight: 700;
}

:root {
  --font-noto-sans: "Noto Sans JP", sans-serif;
  --color-primary: #0058C3;
  --color-primary-dark: #02479B;
  --color-primary-light: #E8FAFF;
  --color-bg: #F8F8F8;
  --color-text: #333333;
  --color-accent-yellow: #FFF651;
  --color-accent-red: #E21414;
}