@charset "UTF-8";
:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-primary-start: #EF351C;
  --color-primary-end: #F5851F;
  --color-primary-gradient: linear-gradient(to right, var(--color-primary-start), var(--color-primary-end));
  --color-text-gray: #6F6F6F;
}

/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  line-height: 1.5;
  font-size: 16px;
  color: var(--color-black);
  overflow-x: clip;
}

*::-webkit-scrollbar {
  display: none;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: auto;
}

@media all and (-ms-high-contrast: none) {
  * {
    min-height: 0;
  }
}
a {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

button {
  color: inherit;
  background-color: inherit;
}

ul, ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.single__contents li {
  list-style: disc;
}

.single-index__list li {
  list-style: none;
}

picture {
  max-width: none;
}

img {
  width: 100%;
  object-fit: cover;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

button {
  border: none;
  padding: 0;
}

input {
  border: none;
}

body {
  -webkit-text-size-adjust: 100%;
}

*:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.site-wrapper {
  overflow-x: clip;
}

.main {
  margin-top: 54px;
}
@media screen and (min-width: 768px) {
  .main {
    margin-top: 80px;
  }
}

.u-hidden {
  display: none !important;
}

.u-visible {
  display: block !important;
}

@media screen and (min-width: 400px) {
  .u-hidden-xs-up {
    display: none !important;
  }
}

@media screen and (max-width: 399px) {
  .u-hidden-xs-down {
    display: none !important;
  }
}

.u-visible-xs-up {
  display: none !important;
}
@media screen and (min-width: 400px) {
  .u-visible-xs-up {
    display: block !important;
  }
}

.u-visible-xs-down {
  display: none !important;
}
@media screen and (max-width: 399px) {
  .u-visible-xs-down {
    display: block !important;
  }
}

@media screen and (min-width: 576px) {
  .u-hidden-sm-up {
    display: none !important;
  }
}

@media screen and (max-width: 575px) {
  .u-hidden-sm-down {
    display: none !important;
  }
}

.u-visible-sm-up {
  display: none !important;
}
@media screen and (min-width: 576px) {
  .u-visible-sm-up {
    display: block !important;
  }
}

.u-visible-sm-down {
  display: none !important;
}
@media screen and (max-width: 575px) {
  .u-visible-sm-down {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .u-hidden-md-up {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-md-down {
    display: none !important;
  }
}

.u-visible-md-up {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .u-visible-md-up {
    display: block !important;
  }
}

.u-visible-md-down {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-visible-md-down {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .u-hidden-lg-up {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .u-hidden-lg-down {
    display: none !important;
  }
}

.u-visible-lg-up {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .u-visible-lg-up {
    display: block !important;
  }
}

.u-visible-lg-down {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .u-visible-lg-down {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {
  .u-hidden-xl-up {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .u-hidden-xl-down {
    display: none !important;
  }
}

.u-visible-xl-up {
  display: none !important;
}
@media screen and (min-width: 1200px) {
  .u-visible-xl-up {
    display: block !important;
  }
}

.u-visible-xl-down {
  display: none !important;
}
@media screen and (max-width: 1199px) {
  .u-visible-xl-down {
    display: block !important;
  }
}

@media screen and (min-width: 1440px) {
  .u-hidden-xxl-up {
    display: none !important;
  }
}

@media screen and (max-width: 1439px) {
  .u-hidden-xxl-down {
    display: none !important;
  }
}

.u-visible-xxl-up {
  display: none !important;
}
@media screen and (min-width: 1440px) {
  .u-visible-xxl-up {
    display: block !important;
  }
}

.u-visible-xxl-down {
  display: none !important;
}
@media screen and (max-width: 1439px) {
  .u-visible-xxl-down {
    display: block !important;
  }
}

.u-inline-block {
  display: inline-block !important;
}

.u-block {
  display: block !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header__inner {
  padding-left: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  height: 54px;
  background-color: var(--color-white);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
@media screen and (min-width: 992px) {
  .header__inner {
    padding-left: min(40px, calc(40 / 1440 * 100vw));
    height: 80px;
  }
}
.header__logo {
  width: 100px;
}
@media screen and (min-width: 992px) {
  .header__logo {
    width: min(150px, calc(150 / 1440 * 100vw));
  }
}
.header__nav {
  position: fixed;
  top: 54px;
  left: 0;
  width: 100%;
  height: calc(100vh - 54px);
  background-color: #fff;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
@media screen and (min-width: 992px) {
  .header__nav {
    position: static;
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
}
.header__nav.is-active {
  opacity: 1;
  visibility: visible;
}
.header__nav-sp {
  padding: 27px 20px 40px;
  height: calc(100vh - 54px);
  overflow-y: auto;
}
@media screen and (min-width: 992px) {
  .header__nav-sp {
    display: none;
  }
}
.header__nav-sp-inner {
  display: grid;
  gap: 20px;
}
.header__nav-sp-section-title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 12px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--color-text-gray);
}
.header__nav-sp-list {
  margin-top: 12px;
  display: grid;
  gap: 12px 10px;
  grid-template-columns: repeat(2, 1fr);
}
.header__nav-sp-item-link {
  display: grid;
  place-content: center;
  gap: 4px;
  text-align: center;
  height: 80px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  position: relative;
  background-color: var(--color-white);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
.header__nav-sp-item-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 7px;
  aspect-ratio: 1/1;
  background-image: url("/assets/images/common/icon_arrow_nav.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.header__nav-sp-item-link--contact {
  background: var(--color-primary-gradient);
}
.header__nav-sp-item-sub-title {
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--color-primary-start);
  font-family: "Josefin Sans", sans-serif;
}
.header__nav-sp-item-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--color-black);
}
.header__nav-sp-item-title--contact {
  color: var(--color-white);
}
.header__nav-sp-item-icon {
  margin: 0 auto;
  width: 16px;
}
.header__nav-pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .header__nav-pc {
    display: flex;
    justify-content: flex-end;
    gap: min(40px, calc(40 / 1440 * 100vw));
    height: 100%;
  }
}
.header__nav-list {
  display: flex;
  gap: min(32px, calc(32 / 1440 * 100vw));
  align-items: center;
}
.header__nav-item {
  height: 100%;
}
.header__nav-item-link {
  display: grid;
  place-content: center;
  height: 100%;
  font-size: min(16px, calc(16 / 1000 * 100vw));
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--color-black);
  position: relative;
}
@media (hover: hover) {
  .header__nav-item-link:hover::after {
    transform: scaleX(1);
    transition: transform 0.1s ease-in-out;
  }
}
.header__nav-item-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-primary-start);
  transition: transform 0.3s ease-in-out;
  transform: scaleX(0);
  transform-origin: center;
}
.header__nav-btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--color-primary-gradient);
  width: min(207px, calc(207 / 1300 * 100vw));
  height: 100%;
  transition: opacity 0.3s ease-in-out;
}
@media (hover: hover) {
  .header__nav-btn-link:hover {
    opacity: 0.8;
  }
}
.header__nav-btn-icon {
  width: 20px;
}
.header__nav-btn-text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--color-white);
}
.header__hamburger {
  display: block;
  width: 54px;
  aspect-ratio: 1/1;
  background: var(--color-primary-gradient);
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0 0 0 auto;
  appearance: none;
  position: relative;
}
@media screen and (min-width: 992px) {
  .header__hamburger {
    display: none;
  }
}
.header__hamburger.is-active .header__hamburger-line--top {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__hamburger.is-active .header__hamburger-line--middle {
  opacity: 0;
}
.header__hamburger.is-active .header__hamburger-line--bottom {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header__hamburger-line {
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--color-white);
  position: absolute;
  left: 50%;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
}
.header__hamburger-line--top {
  top: 20px;
  transform: translate(-50%, -50%);
}
.header__hamburger-line--middle {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header__hamburger-line--bottom {
  top: 34px;
  transform: translate(-50%, -50%);
}

.footer {
  background-color: #242424;
}
.footer__inner {
  padding: 48px 20px 20px;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    margin: 0 auto;
    padding: 64px 20px 20px;
    max-width: 1140px;
  }
}
.footer__top-wrapper {
  display: grid;
  gap: 72px;
}
@media screen and (min-width: 768px) {
  .footer__top-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.footer__logo {
  width: 120px;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 150px;
  }
}
.footer__nav {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 36px 40px;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    grid-template-columns: repeat(3, auto);
    gap: 60px;
  }
}
.footer__nav-section:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (min-width: 768px) {
  .footer__nav-section:nth-of-type(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.footer__nav-section:nth-of-type(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (min-width: 768px) {
  .footer__nav-section:nth-of-type(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.footer__nav-section:nth-of-type(3) {
  grid-column: 1/3;
  grid-row: 2/3;
}
@media screen and (min-width: 768px) {
  .footer__nav-section:nth-of-type(3) {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
.footer__nav-title {
  font-size: 10px;
  letter-spacing: 0.03em;
  font-family: "Josefin Sans", sans-serif;
  color: #99968E;
}
@media screen and (min-width: 768px) {
  .footer__nav-title {
    font-size: 14px;
  }
}
.footer__nav-list {
  margin-top: 18px;
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .footer__nav-list {
    margin-top: 30px;
    gap: 28px;
  }
}
.footer__nav-link {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--color-white);
  transition: opacity 0.3s ease-in-out;
}
@media (hover: hover) {
  .footer__nav-link:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) {
  .footer__nav-link {
    font-size: 16px;
  }
}
.footer__bottom-wrapper {
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .footer__bottom-wrapper {
    margin-top: 75px;
  }
}
@media screen and (min-width: 768px) {
  .footer__bottom-inner {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 40px;
  }
}
.footer__seisansei-logo {
  margin: 0 auto;
  width: 120px;
}
@media screen and (min-width: 768px) {
  .footer__seisansei-logo {
    margin: 0;
    width: 180px;
  }
}
.footer__info-wrapper {
  margin: 24px auto 0;
  width: 214px;
  display: grid;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .footer__info-wrapper {
    margin: 0;
    width: auto;
    gap: 12px;
  }
}
.footer__info {
  font-size: 12px;
  color: var(--color-white);
  display: grid;
  grid-template-columns: 60px 1fr;
}
@media screen and (min-width: 768px) {
  .footer__info {
    font-size: 14px;
    grid-template-columns: 70px 1fr;
  }
}
.footer__info-title {
  text-align: right;
}
.footer__copyright {
  margin-top: 48px;
  font-size: 13px;
  letter-spacing: 0.03em;
  color: #999999;
  text-align: center;
}

.top-section__title-wrapper {
  display: grid;
  justify-content: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .top-section__title-wrapper {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .top-section__title-wrapper--article {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .top-section__title-wrapper--article .top-section__sub-title {
    text-align: left;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .top-section__title-wrapper--article .top-section__title {
    text-align: left;
    font-size: 28px;
  }
}
.top-section__sub-title {
  font-size: 13px;
  font-weight: 700;
  background: var(--color-primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .top-section__sub-title {
    font-size: 20px;
  }
}
.top-section__title {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-black);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-section__title {
    font-size: 36px;
  }
}

.page {
  padding: 40px 0 60px;
}
@media screen and (min-width: 768px) {
  .page {
    padding: 100px 0 120px;
  }
}
.page__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page__title {
  display: grid;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .page__title {
    gap: 24px;
  }
}
.page__title-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .page__title-title {
    font-size: 24px;
  }
}
.page__title-sub-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  background: var(--color-primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  .page__title-sub-title {
    font-size: 68px;
  }
}

.container {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .container {
    margin: 0 auto;
    padding: 0;
    width: min(1100px, calc(1100 / 1440 * 100vw));
  }
}

.pagination__list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.pagination__link {
  display: grid;
  place-items: center;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 1000px;
}
.pagination__link.is-active {
  background-color: var(--color-primary-start);
}
.pagination__link.is-active .pagination__link-text {
  color: var(--color-white);
}
@media (hover: hover) {
  .pagination__link:not(.is-active):hover .pagination__link-text {
    opacity: 0.5;
  }
}
.pagination__link-text {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  transition: opacity 0.3s ease-in-out;
}

.cta {
  position: relative;
}
.cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cta__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta__inner {
  padding: 111px 20px 64px;
}
@media screen and (min-width: 768px) {
  .cta__inner {
    padding: 232px 20px 143px;
  }
}
.cta__box {
  padding: 52px 20px 36px;
  position: relative;
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .cta__box {
    margin: 0 auto;
    padding: 120px 20px 60px;
    max-width: 1100px;
  }
}
.cta__point-wrapper {
  position: absolute;
  top: -86px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .cta__point-wrapper {
    top: -108px;
    gap: 24px;
  }
}
.cta__point-image {
  display: block;
  width: min(100px, calc(100 / 390 * 100vw));
}
@media screen and (min-width: 768px) {
  .cta__point-image {
    width: 157px;
  }
}
.cta__message {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta__message {
    font-size: 28px;
    line-height: 52px;
  }
}
.cta__main-message {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta__main-message {
    font-size: 32px;
    line-height: 52px;
  }
}
.cta__main-message--highlight {
  background: var(--color-primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta__button-wrapper {
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .cta__button-wrapper {
    margin-top: 56px;
  }
}
.cta__button-text {
  margin: 0 auto;
  width: 200px;
}
@media screen and (min-width: 768px) {
  .cta__button-text {
    width: 280px;
  }
}
.cta__button {
  margin: 12px auto 0;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-white);
  letter-spacing: 0.03em;
  background: var(--color-primary-gradient);
  border-radius: 1000px;
  width: 290px;
  height: 60px;
  text-align: center;
  border: 1px solid var(--color-white);
  line-height: 1;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
  transition: transform 0.3s ease-in-out;
}
@media (hover: hover) {
  .cta__button:hover {
    transform: translateY(-4px);
  }
}
@media screen and (min-width: 768px) {
  .cta__button {
    margin-top: 20px;
    font-size: 20px;
    width: 340px;
    height: 80px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  }
}
.cta__decoration-image:nth-of-type(1) {
  position: absolute;
  bottom: -40px;
  left: -7px;
  width: 74px;
}
@media screen and (min-width: 768px) {
  .cta__decoration-image:nth-of-type(1) {
    bottom: -84px;
    left: -54px;
    width: 191px;
  }
}
.cta__decoration-image:nth-of-type(2) {
  position: absolute;
  bottom: -40px;
  right: -5px;
  width: 55px;
}
@media screen and (min-width: 768px) {
  .cta__decoration-image:nth-of-type(2) {
    bottom: -84px;
    right: -41px;
    width: 133px;
  }
}

.breadcrumb {
  padding: 8px 0;
}
.breadcrumb__list {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .breadcrumb__list {
    gap: 28px;
  }
}
.breadcrumb__item {
  position: relative;
}
.breadcrumb__item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(-50%, -50%);
  background-image: url("../images/common/icon_arrow_breadcrumb.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 5px;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .breadcrumb__item:not(:first-of-type)::before {
    left: -14px;
  }
}
@media (hover: hover) {
  .breadcrumb__item:not(:last-of-type) .breadcrumb__link:hover .breadcrumb__link-text {
    opacity: 0.5;
  }
}
.breadcrumb__link-text {
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .breadcrumb__link-text {
    font-size: 14px;
  }
}

.tooltip {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 8px 12px;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  white-space: nowrap;
}
.tooltip.is-active {
  opacity: 1;
  visibility: visible;
}

.top-kv {
  position: relative;
}
.top-kv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.top-kv__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-kv__inner {
  padding-top: 42px;
}
.top-kv__image {
  padding: 0 20px;
  margin: 0 auto;
  width: min(100%, 500px);
}
@media screen and (min-width: 768px) {
  .top-kv__image {
    margin: 0 auto;
    width: min(817px, calc(817 / 1440 * 100vw));
  }
}
.top-kv__slider {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .top-kv__slider-list {
    padding: 0 20px;
    margin: 0 auto !important;
    width: min(1140px, calc(1140 / 1440 * 100vw));
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}
.top-kv__slider-arrow {
  width: 40px;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .top-kv__slider-arrow {
    display: none !important;
  }
}
.top-kv__box {
  margin: 26px auto 0;
  padding: 36px 0;
  width: 350px;
  background-color: var(--color-white);
  border-radius: 8px;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .top-kv__box {
    margin: 45px auto 0;
    padding: 64px 0;
    width: min(930px, calc(930 / 1440 * 100vw));
    border-radius: 20px;
  }
}
.top-kv__message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .top-kv__message {
    gap: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.top-kv__message-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-black);
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 992px) {
  .top-kv__message-text {
    font-size: 28px;
  }
}
.top-kv__message-text--gradient {
  background: var(--color-primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-kv__message-text--small {
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .top-kv__message-text--small {
    font-size: 24px;
  }
}
.top-kv__message-text--last {
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .top-kv__message-text--last {
    font-size: 28px;
  }
}
.top-kv__message-image {
  margin: 24px auto 0;
  width: 260px;
}
@media screen and (min-width: 768px) {
  .top-kv__message-image {
    margin: 44px auto 0;
    width: 264px;
  }
}
.top-kv__message-button-wrapper {
  margin-top: 12px;
  display: grid;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .top-kv__message-button-wrapper {
    margin-top: 20px;
  }
}
.top-kv__message-button {
  display: grid;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 60px;
  background: var(--color-primary-gradient);
  border-radius: 1000px;
  border: 1px solid var(--color-white);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
  transition: transform 0.3s ease-in-out;
}
@media (hover: hover) {
  .top-kv__message-button:hover {
    transform: translateY(-4px);
  }
}
@media screen and (min-width: 992px) {
  .top-kv__message-button {
    width: 340px;
    height: 80px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  }
}
.top-kv__message-button-text {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 992px) {
  .top-kv__message-button-text {
    font-size: 20px;
  }
}

.top-about {
  margin-top: -60px;
  background: var(--color-primary-gradient);
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-about {
    margin-top: -90px;
  }
}
.top-about__bg {
  position: absolute;
  top: 97px;
  left: 50%;
  bottom: 163px;
  transform: translateX(-50%);
  width: 176.4102564103vw;
  border-radius: 222.3076923077vw;
  z-index: 0;
  background: var(--color-white);
}
@media screen and (min-width: 992px) {
  .top-about__bg {
    top: 191px;
    bottom: 199px;
    width: min(1734px, calc(1734 / 1440 * 100vw));
    border-radius: 50%;
  }
}
.top-about__inner {
  padding: 157px 0 76px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top-about__inner {
    padding: 271px 0 144px;
  }
}
.top-about__message-wrapper {
  margin-top: 32px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .top-about__message-wrapper {
    margin-top: 60px;
  }
}
.top-about__message {
  font-size: 24px;
  font-weight: 700;
  background: var(--color-primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 36px;
}
@media screen and (min-width: 768px) {
  .top-about__message {
    font-size: 32px;
    line-height: 48px;
  }
}
.top-about__sub-message {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--color-black);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-about__sub-message {
    font-size: 18px;
    line-height: 32px;
  }
}
.top-about__step {
  margin-top: 52px;
}
@media screen and (min-width: 768px) {
  .top-about__step {
    margin-top: 80px;
    padding: 0 20px;
  }
}
.top-about__step-title {
  margin: 0 auto;
  width: 228px;
}
@media screen and (min-width: 768px) {
  .top-about__step-title {
    display: none;
  }
}
.top-about__step-scroll {
  margin: 24px auto 0;
  width: 188px;
}
@media screen and (min-width: 768px) {
  .top-about__step-scroll {
    display: none;
  }
}
.top-about__step-image-wrapper {
  margin-top: 14px;
  width: 100%;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .top-about__step-image-wrapper {
    margin-top: 0;
    overflow-x: clip;
    display: grid;
    justify-content: center;
  }
}
.top-about__step-image {
  width: 1036px;
}
@media screen and (min-width: 768px) {
  .top-about__step-image {
    width: min(1162px, calc(1162 / 1200 * 100vw));
  }
}
.top-about__point {
  margin-top: 52px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .top-about__point {
    margin-top: 80px;
  }
}
.top-about__point-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-black);
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .top-about__point-title {
    font-size: 28px;
  }
}
.top-about__point-list {
  margin-top: 60px;
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .top-about__point-list {
    margin: 70px auto 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1100px;
  }
}
.top-about__point-item {
  border-radius: 8px;
  border: 1px solid #AAAAAA;
  background: var(--color-white);
  padding: 70px 40px 24px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-about__point-item {
    border-radius: 20px;
    padding: 116px min(40px, calc(40 / 1440 * 100vw)) 44px;
  }
}
.top-about__point-item:nth-of-type(1) .top-about__point-image {
  top: -12px;
  width: 90px;
}
@media screen and (min-width: 768px) {
  .top-about__point-item:nth-of-type(1) .top-about__point-image {
    top: -32px;
    width: 128px;
  }
}
.top-about__point-item:nth-of-type(2) .top-about__point-image {
  top: -9px;
  width: 95px;
}
@media screen and (min-width: 768px) {
  .top-about__point-item:nth-of-type(2) .top-about__point-image {
    top: -39px;
    width: 171px;
  }
}
.top-about__point-item:nth-of-type(3) .top-about__point-image {
  top: -11px;
  width: 91px;
}
@media screen and (min-width: 768px) {
  .top-about__point-item:nth-of-type(3) .top-about__point-image {
    top: -57px;
    width: 145px;
  }
}
.top-about__point-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.top-about__point-item-title-number {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  background: var(--color-primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.top-about__point-item-title {
  margin-top: 8px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-about__point-item-title {
    margin-top: 12px;
    font-size: 24px;
    line-height: 32px;
  }
}
.top-about__point-item-text {
  margin-top: 12px;
  font-size: 14px;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .top-about__point-item-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 32px;
  }
}
.top-about__bottom {
  position: absolute;
  bottom: 12px;
  left: 16px;
  width: 100%;
  overflow-x: hidden;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top-about__bottom {
    bottom: 28px;
    left: 4px;
  }
}
.top-about__bottom-inner {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .top-about__bottom-inner {
    gap: 60px;
  }
}
.top-about__bottom-image {
  width: 250px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .top-about__bottom-image {
    width: 650px;
  }
}

.top-service {
  background: #F7F7F7;
}
.top-service__inner {
  padding: 48px 0 40px;
}
@media screen and (min-width: 768px) {
  .top-service__inner {
    padding: 100px 0 90px;
  }
}
.top-service__contents {
  margin-top: 32px;
  display: grid;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .top-service__contents {
    margin: 60px auto 0;
    padding: 0 20px;
    max-width: 1140px;
    gap: 100px;
  }
}
.top-service__section {
  background: var(--color-white);
  border-radius: 32px;
  padding: 36px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-service__section {
    padding: 60px min(60px, calc(60 / 1440 * 100vw));
  }
}
.top-service__section-number {
  position: absolute;
  top: -20px;
  left: 20px;
  font-size: 40px;
  font-weight: 500;
  color: #cccccc;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .top-service__section-number {
    top: -32px;
    left: 0;
    font-size: 80px;
  }
}
.top-service__section-title {
  font-size: 24px;
  font-weight: 700;
  background: var(--color-primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-service__section-title {
    font-size: 40px;
  }
}
.top-service__section-text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-service__section-text {
    margin-top: 32px;
    font-size: 18px;
    line-height: 32px;
  }
}
.top-service__rpaas-list {
  margin: 30px auto 0;
  display: grid;
  gap: 29px;
  width: min(100%, 400px);
}
@media screen and (min-width: 768px) {
  .top-service__rpaas-list {
    margin: 50px 0 0;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: min(40px, calc(40 / 1440 * 100vw));
  }
}
.top-service__rpaas-item {
  position: relative;
}
.top-service__rpaas-item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/top/icon_arrow_bottom.svg);
  width: 23px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .top-service__rpaas-item:not(:first-of-type)::before {
    top: 50%;
    left: max(-24px, calc(-24 / 1440 * 100vw));
    transform: translateY(-50%);
    width: min(11px, calc(11 / 1440 * 100vw));
    height: min(23px, calc(23 / 1440 * 100vw));
    background-image: url(../images/top/icon_arrow_right.svg);
  }
}
.top-service__pro-list {
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 12px;
  width: min(100%, 400px);
}
@media screen and (min-width: 768px) {
  .top-service__pro-list {
    margin: 50px 0 0;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 12px;
  }
}
.top-service__option {
  margin-top: 32px;
  position: relative;
  border-radius: 8px;
  border: 2px solid #EEEEEE;
  background: var(--color-white);
  padding: 32px 28px 20px;
}
@media screen and (min-width: 768px) {
  .top-service__option {
    margin-top: 44px;
    padding: 36px min(72px, calc(72 / 1440 * 100vw));
  }
}
.top-service__option-title {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  background: var(--color-white);
  position: absolute;
  top: 0;
  left: 24px;
  transform: translateY(-50%);
  padding: 0 6px;
}
@media screen and (min-width: 768px) {
  .top-service__option-title {
    font-size: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 12px;
  }
}
.top-service__option-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
@media screen and (min-width: 768px) {
  .top-service__option-list {
    justify-content: center;
    gap: 20px min(32px, calc(32 / 1440 * 100vw));
  }
}
.top-service__option-item {
  padding-left: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-service__option-item {
    font-size: 16px;
  }
}
.top-service__option-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(calc(-50% + 1px));
  background-color: #09CD71;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.top-worry {
  background-color: #FFECDB;
}
.top-worry__inner {
  padding: 48px 20px 24px;
}
@media screen and (min-width: 768px) {
  .top-worry__inner {
    padding: 100px 0 160px;
  }
}
.top-worry__contents {
  margin-top: 32px;
  display: grid;
  gap: 44px;
}
@media screen and (min-width: 768px) {
  .top-worry__contents {
    margin: 60px auto 0;
    padding: 0 24px;
    max-width: 1100px;
    gap: min(48px, calc(48 / 1440 * 100vw));
  }
}
@media screen and (min-width: 992px) {
  .top-worry__contents {
    grid-template-columns: repeat(2, 1fr);
    gap: min(48px, calc(48 / 1440 * 100vw));
  }
}
.top-worry__section-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-worry__section-title {
    flex-direction: row;
    align-items: flex-end;
  }
}
.top-worry__section-title--primary {
  color: var(--color-primary-start);
}
.top-worry__section-title--secondary {
  color: var(--color-primary-end);
}
.top-worry__section-title--main {
  font-size: 23px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top-worry__section-title--main {
    font-size: min(28px, calc(28 / 1200 * 100vw));
  }
}
.top-worry__section-title--large {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top-worry__section-title--large {
    font-size: 32px;
  }
}
.top-worry__section-title--sub {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .top-worry__section-title--sub {
    font-size: 20px;
  }
}
.top-worry__box {
  margin-top: 16px;
  padding: 20px 28px;
  background-color: var(--color-white);
  position: relative;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .top-worry__box {
    margin-top: 24px;
    padding: 26px min(40px, calc(40 / 1440 * 100vw));
  }
}
.top-worry__box-decoration {
  position: absolute;
  top: -13px;
  right: 5px;
  width: 37px;
  background-image: url(../images/top/icon_worry_decoration.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .top-worry__box-decoration {
    top: -10px;
  }
}
.top-worry__list {
  display: grid;
  gap: 12px;
}
.top-worry__item {
  padding-left: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.03em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-worry__item {
    font-size: 16px;
  }
}
.top-worry__item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 17px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .top-worry__item::before {
    top: 7px;
  }
}
.top-worry__item--primary::before {
  background-image: url(../images/top/icon_worry_check_primary.svg);
}
.top-worry__item--secondary::before {
  background-image: url(../images/top/icon_worry_check_secondary.svg);
}
.top-worry__box-image {
  position: absolute;
  bottom: -18px;
  right: 12px;
  width: 25px;
}
@media screen and (min-width: 768px) {
  .top-worry__box-image {
    bottom: -22px;
    right: 23px;
    width: 36px;
  }
}

.top-flow__inner {
  padding: 48px 20px 70px;
}
@media screen and (min-width: 768px) {
  .top-flow__inner {
    padding: 100px 0 90px;
  }
}
.top-flow__list {
  margin-top: 32px;
  display: grid;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .top-flow__list {
    margin: 60px auto 0;
    padding: 0 20px;
    max-width: 1140px;
    gap: 28px;
  }
}
.top-flow__item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 8px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .top-flow__item {
    grid-template-columns: 80px 1fr;
    gap: 20px;
  }
}
.top-flow__item:nth-of-type(1) {
  --color-number: #FF9739;
}
.top-flow__item:nth-of-type(2) {
  --color-number: #FF8C39;
}
.top-flow__item:nth-of-type(3) {
  --color-number: #FF7F39;
}
.top-flow__item:nth-of-type(4) {
  --color-number: #FF7139;
}
.top-flow__item:nth-of-type(5) {
  --color-number: #FF6439;
}
.top-flow__item:not(:last-of-type) .top-flow__icon {
  position: relative;
}
.top-flow__item:not(:last-of-type) .top-flow__icon::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/top/icon_arrow_flow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 35px;
  transform: translateX(-50%);
}
.top-flow__text-wrapper {
  padding: 12px 16px;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .top-flow__text-wrapper {
    padding: 28px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.top-flow__title-wrapper {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .top-flow__title-wrapper {
    gap: 8px;
  }
}
.top-flow__number {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  color: var(--color-number);
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  .top-flow__number {
    font-size: 36px;
    line-height: 36px;
  }
}
.top-flow__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: var(--color-black);
}
@media screen and (min-width: 768px) {
  .top-flow__title {
    font-size: 22px;
    line-height: 36px;
    width: 200px;
  }
}
.top-flow__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: var(--color-black);
}
@media screen and (min-width: 768px) {
  .top-flow__text {
    margin-top: 0;
    font-size: 16px;
    line-height: 28px;
  }
}

.top-price {
  background-color: #FFECDB;
}
.top-price__inner {
  padding: 48px 20px;
}
@media screen and (min-width: 768px) {
  .top-price__inner {
    padding: 100px 0;
  }
}
.top-price__contents {
  margin-top: 32px;
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .top-price__contents {
    margin: 60px auto 0;
    padding: 0 20px;
    max-width: 1140px;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    grid-template-rows: [title-row] auto [price-row] auto [note-row] auto [list-row] 1fr;
  }
}
.top-price__section {
  background-color: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-price__section {
    display: grid;
    grid-row: title-row/span 4;
    grid-template-rows: subgrid;
    gap: 0;
  }
}
.top-price__section:nth-of-type(1) {
  --color: #FFB922;
}
.top-price__section:nth-of-type(2) {
  --color: #F5851F;
}
.top-price__section:nth-of-type(3) {
  --color: #EF351C;
}
.top-price__title-wrapper {
  display: grid;
  gap: 4px;
  padding: 15px 0 10px;
  background-color: var(--color);
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .top-price__title-wrapper {
    padding: 27px 0 20px;
    grid-row: title-row;
  }
}
.top-price__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-price__title {
    font-size: 28px;
  }
}
.top-price__text {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.top-price__price-wrapper-inner {
  padding: 16px 26px;
}
@media screen and (min-width: 768px) {
  .top-price__price-wrapper-inner {
    padding: 35px 26px 80px;
    grid-row: price-row/span 3;
    display: grid;
    grid-template-rows: subgrid;
    gap: 0;
  }
}
.top-price__price-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 16px;
}
.top-price__price-text {
  font-size: 24px;
  font-weight: 500;
  color: var(--color);
}
@media screen and (min-width: 768px) {
  .top-price__price-text {
    font-size: min(24px, calc(24 / 1100 * 100vw));
  }
}
.top-price__price-number-wrapper {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.top-price__price-number {
  font-size: 64px;
  font-weight: 700;
  color: var(--color);
}
@media screen and (min-width: 768px) {
  .top-price__price-number {
    font-size: min(64px, calc(64 / 1100 * 100vw));
  }
}
.top-price__price-number-unit {
  font-size: 28px;
  font-weight: 700;
  color: var(--color);
}
@media screen and (min-width: 768px) {
  .top-price__price-number-unit {
    font-size: min(28px, calc(28 / 1100 * 100vw));
  }
}
.top-price__note {
  margin-top: 6px;
  font-size: 10px;
  font-weight: 500;
  color: var(--color-black);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-price__note {
    margin-top: 10px;
  }
}
.top-price__list {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #EEEEEE;
  display: grid;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .top-price__list {
    margin-top: 22px;
    padding-top: 22px;
    gap: 8px;
  }
}
.top-price__item {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: var(--color-black);
  padding-left: 18px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-price__item {
    font-size: 16px;
    line-height: 26px;
  }
}
.top-price__item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  aspect-ratio: 1/1;
  background-color: #09CD71;
  border-radius: 50%;
}

.top-article {
  overflow-x: hidden;
}
.top-article__inner {
  padding: 48px 0 24px;
}
@media screen and (min-width: 768px) {
  .top-article__inner {
    padding: 100px 0;
  }
}
.top-article__contents {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .top-article__contents {
    gap: 100px;
  }
}
.top-article__section {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-article__section {
    margin: 0 auto;
    width: min(1100px, 100%);
  }
}
.top-article__section:nth-of-type(odd) .top-article__bg {
  left: 0;
  border-radius: 28px 0 0 28px;
}
@media screen and (min-width: 768px) {
  .top-article__section:nth-of-type(odd) .top-article__bg {
    border-radius: 64px 0 0 64px;
    width: calc(100% + 50vw - 50%);
  }
}
@media screen and (min-width: 1200px) {
  .top-article__section:nth-of-type(odd) .top-article__bg {
    left: -70px;
    width: calc(100% + 50vw - 50% + 70px);
  }
}
.top-article__section:nth-of-type(even) .top-article__bg {
  right: 0;
  border-radius: 0 28px 28px 0;
}
@media screen and (min-width: 768px) {
  .top-article__section:nth-of-type(even) .top-article__bg {
    border-radius: 0 64px 64px 0;
    width: calc(100% + 50vw - 50%);
  }
}
@media screen and (min-width: 1200px) {
  .top-article__section:nth-of-type(even) .top-article__bg {
    right: -70px;
    width: calc(100% + 50vw - 50% + 70px);
  }
}
.top-article__bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F4F2F2;
  z-index: -1;
}
.top-article__section-contents {
  padding: 32px 0;
}
@media screen and (min-width: 768px) {
  .top-article__section-contents {
    padding: 48px 72px;
  }
}
@media screen and (min-width: 1200px) {
  .top-article__section-contents {
    padding: 48px 0;
  }
}
.top-article__slider-wrapper {
  margin-top: 32px;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .top-article__slider-wrapper {
    margin: 48px calc(50% - 50vw) 0;
  }
}
.top-article__slider-item {
  border-radius: 16px;
  overflow: hidden;
  background-color: #FFFFFF;
  display: grid;
  grid-template-rows: subgrid;
  gap: 0;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.08));
}
@media (hover: hover) {
  .top-article__slider-item:hover .top-article__slider-viewmore-icon {
    transform: translateX(4px);
  }
}
.top-article__slider-thumbnail {
  width: 100%;
  aspect-ratio: 320/231;
}
.top-article__slider-thumbnail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-article__slider-text-wrapper {
  padding: 24px;
}
.top-article__slider-date {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
}
.top-article__slider-title {
  margin-top: 16px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.top-article__slider-viewmore {
  margin-top: 24px;
  display: grid;
  justify-content: flex-end;
  grid-template-columns: auto 34px;
  gap: 8px;
  align-items: center;
}
.top-article__slider-viewmore-text {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  color: #EF351C;
}
.top-article__slider-viewmore-icon {
  transition: transform 0.3s ease-in-out;
}
.top-article__viewmore-wrapper {
  margin-top: 32px;
  display: grid;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .top-article__viewmore-wrapper {
    margin-top: 0;
    position: absolute;
    top: 48px;
    right: 0;
  }
}
.top-article__viewmore {
  display: grid;
  grid-template-columns: auto 34px;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  width: 220px;
  height: 58px;
  color: #EF351C;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border: 2px solid #EF351C;
  padding: 0 8px 0 18px;
  border-radius: 1000px;
}
@media (hover: hover) {
  .top-article__viewmore:hover .top-article__viewmore-icon {
    transform: translateX(4px);
  }
}
@media screen and (min-width: 768px) {
  .top-article__viewmore {
    width: 230px;
    height: 58px;
  }
}
.top-article__viewmore-icon {
  transition: transform 0.3s ease-in-out;
}

.top-faq {
  background-color: #F7F7F7;
}
.top-faq__inner {
  padding: 48px 20px;
}
@media screen and (min-width: 768px) {
  .top-faq__inner {
    padding: 100px 20px 90px;
  }
}
.top-faq__list {
  margin-top: 24px;
  counter-reset: faq-item;
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .top-faq__list {
    margin: 60px auto 0;
    gap: 24px;
    max-width: 1100px;
  }
}
.top-faq__item {
  border-radius: 8px;
  background-color: var(--color-white);
  padding: 20px;
  cursor: pointer;
  counter-increment: faq-item;
}
@media (hover: hover) {
  .top-faq__item:hover .top-faq__question {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) {
  .top-faq__item {
    padding: 24px;
  }
}
.top-faq__item.is-active .top-faq__answer-wrapper {
  grid-template-rows: 1fr;
}
.top-faq__question {
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 16px;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .top-faq__question {
    align-items: flex-start;
    font-size: 18px;
    line-height: 40px;
  }
}
.top-faq__question::before {
  content: "Q" counter(faq-item);
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 8px;
  outline: 2px solid var(--color-primary-end);
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-primary-end);
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  .top-faq__question::before {
    transform: translateY(0);
  }
}
.top-faq__answer-wrapper {
  display: block grid;
  transition: grid-template-rows 0.5s;
  grid-template-rows: 0fr;
}
.top-faq__answer-wrapper > * {
  overflow: hidden;
}
.top-faq__answer {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #EEEEEE;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .top-faq__answer {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 18px;
    line-height: 40px;
  }
}
.top-faq__answer::before {
  content: "A";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-white);
  font-family: "Josefin Sans", sans-serif;
  background-color: #EF351C;
  transform: translateY(6px);
}
@media screen and (min-width: 768px) {
  .top-faq__answer::before {
    transform: translateY(0);
  }
}

.top-partner__inner {
  padding: 48px 0;
}
@media screen and (min-width: 768px) {
  .top-partner__inner {
    padding: 100px 0;
  }
}
.top-partner__list {
  margin-top: 64px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .top-partner__list {
    margin-top: 92px;
    flex-direction: row;
    justify-content: center;
    gap: 48px;
  }
}
.top-partner__item:nth-child(1) {
  width: 160px;
}
@media screen and (min-width: 768px) {
  .top-partner__item:nth-child(1) {
    width: 240px;
    transform: translateY(-10px);
  }
}
.top-partner__item:nth-child(2) {
  width: 176px;
}
@media screen and (min-width: 768px) {
  .top-partner__item:nth-child(2) {
    width: 270px;
  }
}

.archive__list {
  margin-top: 40px;
  padding: 0 15px;
  display: grid;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .archive__list {
    margin-top: 80px;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: min(68px, calc(68 / 1440 * 100vw)) min(70px, calc(70 / 1440 * 100vw));
  }
}
@media screen and (min-width: 992px) {
  .archive__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.archive__link {
  border-radius: 16px;
  overflow: hidden;
  background-color: #FFFFFF;
  display: grid;
  grid-template-rows: subgrid;
  gap: 0;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.08));
}
@media (hover: hover) {
  .archive__link:hover .archive__viewmore-icon {
    transform: translateX(4px);
  }
}
.archive__thumbnail {
  width: 100%;
  aspect-ratio: 320/231;
}
.archive__thumbnail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive__text-wrapper {
  padding: 24px;
}
.archive__date {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
}
.archive__title {
  margin-top: 16px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.archive__viewmore {
  margin-top: 24px;
  display: grid;
  justify-content: flex-end;
  grid-template-columns: auto 34px;
  gap: 8px;
  align-items: center;
}
.archive__viewmore-text {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  color: #EF351C;
}
.archive__viewmore-icon {
  transition: transform 0.3s ease-in-out;
}
.archive__pagination {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .archive__pagination {
    margin-top: 80px;
  }
}

.single__date-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 992px) {
  .single__date-wrapper {
    gap: 20px;
  }
}
.single__date {
  font-size: 16px;
  letter-spacing: 0.03em;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .single__date {
    font-size: 20px;
  }
}
.single__category {
  padding: 5px 12px;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.05em;
  color: var(--color-white);
  font-weight: 500;
  border-radius: 1000px;
  background-color: var(--color-primary-start);
}
@media screen and (min-width: 992px) {
  .single__category {
    padding: 8px 12px;
    font-size: 12px;
    line-height: 14px;
  }
}
.single__title {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}
@media screen and (min-width: 992px) {
  .single__title {
    margin-top: 40px;
    font-size: 36px;
    line-height: 56px;
  }
}
.single__kv {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .single__kv {
    margin-top: 60px;
  }
}
.single__contents-wrapper {
  margin-top: 32px;
  display: grid;
  gap: 60px;
}
@media screen and (min-width: 992px) {
  .single__contents-wrapper {
    margin-top: 60px;
    grid-template-columns: auto 1fr;
    gap: min(60px, calc(60 / 1440 * 100vw));
  }
}
@media screen and (min-width: 992px) {
  .single__contents-inner {
    width: min(680px, calc(680 / 1440 * 100vw));
  }
}
@media screen and (min-width: 992px) {
  .single__contents {
    width: min(680px, calc(680 / 1440 * 100vw));
  }
}
.single__contents-title-h2 {
  margin-top: 32px;
  margin-bottom: 16px;
  padding-left: 12px;
  font-size: 24px;
  line-height: 1.8;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 992px) {
  .single__contents-title-h2 {
    margin-top: 48px;
    margin-bottom: 24px;
    padding-left: 12px;
    font-size: 32px;
  }
}
.single__contents-title-h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, var(--color-primary-start), var(--color-primary-end));
}
@media screen and (min-width: 992px) {
  .single__contents-title-h2::before {
    height: 32px;
    top: 28.8px;
    transform: translateY(-50%);
  }
}
.single__contents-title-h3 {
  margin-top: 28px;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  background-color: #F5851F;
  color: var(--color-white);
}
@media screen and (min-width: 992px) {
  .single__contents-title-h3 {
    margin-bottom: 24px;
    padding: 16px;
    font-size: 24px;
  }
}
.single__contents-title-h4 {
  margin-top: 28px;
  margin-bottom: 16px;
  line-height: 1.8;
  font-weight: 700;
  font-size: 18px;
  color: #555555;
}
@media screen and (min-width: 992px) {
  .single__contents-title-h4 {
    margin-top: 28px;
    margin-bottom: 24px;
    font-size: 20px;
  }
}
.single__contents-title-h4:before {
  content: "・";
}
.single__contents-title-h5 {
  padding-left: 12px;
  padding-bottom: 4px;
  margin-top: 28px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
  color: #555555;
  border-bottom: 1px dashed #555555;
}
@media screen and (min-width: 992px) {
  .single__contents-title-h5 {
    margin-top: 28px;
    margin-bottom: 24px;
    font-size: 18px;
  }
}
.single__contents-title-h6 {
  padding-left: 12px;
  margin-top: 28px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  color: #555555;
  position: relative;
}
@media screen and (min-width: 992px) {
  .single__contents-title-h6 {
    margin-top: 28px;
    margin-bottom: 24px;
    font-size: 16px;
  }
}
.single__contents-title-h6:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 1px;
  background: #555555;
}
.single__contents-list {
  margin-top: 16px;
  margin-bottom: 16px;
  display: grid;
  gap: 8px;
}
@media screen and (min-width: 992px) {
  .single__contents-list {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.single__contents-item {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .single__contents-item {
    font-size: 16px;
  }
}
.single__contents-item:before {
  content: "・";
  color: #EF351C;
}
.single__contents-text {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .single__contents-text {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 32px;
  }
}
.single__contents-image {
  margin-top: 40px;
  margin-bottom: 16px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .single__contents-image {
    margin-top: 56px;
    margin-bottom: 24px;
  }
}
.single__contents-video {
  margin-top: 40px;
  margin-bottom: 16px;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  .single__contents-video {
    margin-top: 56px;
    margin-bottom: 24px;
  }
}
.single__contents-youtube {
  margin-top: 40px;
  margin-bottom: 16px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .single__contents-youtube {
    margin-top: 56px;
    margin-bottom: 24px;
  }
}
.single__contents-youtube iframe {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.single__sns-wrapper {
  margin-top: 72px;
}
@media screen and (min-width: 992px) {
  .single__sns-wrapper {
    margin-top: 56px;
  }
}
.single__sns-title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 992px) {
  .single__sns-title {
    font-size: 16px;
  }
}
.single__sns-list {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media screen and (min-width: 992px) {
  .single__sns-list {
    margin-top: 24px;
    padding: 0 min(40px, calc(40 / 1440 * 100vw));
    gap: 20px;
  }
}
.single__sns-link {
  width: 100%;
  height: 42px;
  border-radius: 4px;
  display: grid;
  place-items: center;
  transition: opacity 0.3s ease-in-out;
}
@media (hover: hover) {
  .single__sns-link:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 992px) {
  .single__sns-link {
    padding: 0 10px;
  }
}
.single__sns-link--facebook {
  background-color: #0866FF;
}
.single__sns-link--line {
  background-color: #06C755;
}
.single__sns-link--x {
  background-color: #000000;
}
.single__sns-link--copy {
  background-color: var(--color-white);
  border: 1px solid #999999;
}
.single__sns-icon {
  width: 20px;
}
@media screen and (min-width: 992px) {
  .single__sns-icon--copy {
    width: min(116px, 100%);
  }
}
.single__sidebar {
  display: grid;
  gap: 36px;
  align-content: flex-start;
}
.single__sidebar-title {
  font-size: 16px;
  font-weight: 700;
}
.single__related-list {
  margin-top: 28px;
  display: grid;
  gap: 20px;
}
.single__related-link {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  transition: opacity 0.3s ease-in-out;
}
@media (hover: hover) {
  .single__related-link:hover {
    opacity: 0.5;
  }
}
.single__related-image {
  width: 100%;
  aspect-ratio: 91/54;
  object-fit: cover;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
}
.single__related-contents-title {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.single__category-list {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.single__category-link {
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  border-radius: 1000px;
  letter-spacing: 0.05em;
  background-color: var(--color-primary-start);
  color: var(--color-white);
  transition: opacity 0.3s ease-in-out;
}
@media (hover: hover) {
  .single__category-link:hover {
    opacity: 0.5;
  }
}

.single__contents-quotation {
  margin-top: 24px;
  margin-bottom: 16px;
  padding: 54px 20px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .single__contents-quotation {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 58px 20px;
  }
}
.single__contents-quotation::before {
  content: url("data:image/svg+xml,%3csvg width='27' height='23' viewBox='0 0 27 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6.05624 22.952C4.11989 22.952 2.61613 22.231 1.54496 20.789C0.514987 19.3059 0 17.2253 0 14.5474C0 11.3751 0.782779 8.61475 2.34834 6.26641C3.9139 3.87688 6.24164 1.87873 9.33155 0.271973L11.4327 4.28887C9.41395 5.36004 7.88959 6.59601 6.85962 7.99677C5.87084 9.39753 5.37646 11.1279 5.37646 13.1878L5.80905 18.8733L2.53373 14.4856C3.06932 14.0324 3.6255 13.6822 4.20229 13.435C4.77907 13.1466 5.39706 13.0024 6.05624 13.0024C7.4158 13.0024 8.56937 13.435 9.51695 14.3002C10.4645 15.1242 10.9383 16.2778 10.9383 17.7609C10.9383 19.3265 10.4851 20.583 9.57875 21.5306C8.67237 22.4782 7.4982 22.952 6.05624 22.952ZM21.5058 22.952C19.5695 22.952 18.0657 22.231 16.9945 20.789C15.9646 19.3059 15.4496 17.2253 15.4496 14.5474C15.4496 11.3751 16.2324 8.61475 17.7979 6.26641C19.3635 3.87688 21.6912 1.87873 24.7811 0.271973L26.8823 4.28887C24.8635 5.36004 23.3598 6.59601 22.371 7.99677C21.3822 9.39753 20.8878 11.1279 20.8878 13.1878L21.2586 18.8733L17.9833 14.4856C18.5189 14.0324 19.0751 13.6822 19.6519 13.435C20.2287 13.1466 20.8467 13.0024 21.5058 13.0024C22.8654 13.0024 24.019 13.435 24.9665 14.3002C25.9141 15.1242 26.3879 16.2778 26.3879 17.7609C26.3879 19.3265 25.9347 20.583 25.0283 21.5306C24.122 22.4782 22.9478 22.952 21.5058 22.952Z' fill='%23999999'/%3e%3c/svg%3e");
  position: absolute;
  top: 16px;
  left: 20px;
  width: 26px;
}
@media screen and (min-width: 992px) {
  .single__contents-quotation::before {
    top: 20px;
  }
}
.single__contents-quotation::after {
  content: url("data:image/svg+xml,%3csvg width='27' height='24' viewBox='0 0 27 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20.9438 0.591972C22.8801 0.591972 24.3839 1.31295 25.455 2.75492C26.485 4.23808 27 6.31862 27 8.99655C27 12.1689 26.2172 14.9292 24.6517 17.2775C23.0861 19.6671 20.7584 21.6652 17.6684 23.272L15.5673 19.2551C17.586 18.1839 19.1104 16.9479 20.1404 15.5472C21.1292 14.1464 21.6235 12.4161 21.6235 10.3561L21.191 4.67066L24.4663 9.05835C23.9307 9.51153 23.3745 9.86173 22.7977 10.1089C22.2209 10.3973 21.6029 10.5415 20.9438 10.5415C19.5842 10.5415 18.4306 10.1089 17.4831 9.24374C16.5355 8.41976 16.0617 7.26619 16.0617 5.78303C16.0617 4.21748 16.5149 2.96091 17.4213 2.01334C18.3276 1.06576 19.5018 0.591972 20.9438 0.591972ZM5.49417 0.59197C7.43052 0.591971 8.93428 1.31295 10.0055 2.75491C11.0354 4.23807 11.5504 6.31862 11.5504 8.99655C11.5504 12.1689 10.7676 14.9292 9.20207 17.2775C7.63651 19.6671 5.30878 21.6652 2.21885 23.272L0.11771 19.2551C2.13646 18.1839 3.64022 16.9479 4.62899 15.5472C5.61777 14.1464 6.11215 12.4161 6.11215 10.3561L5.74136 4.67066L9.01668 9.05835C8.48109 9.51153 7.92491 9.86172 7.34812 10.1089C6.77133 10.3973 6.15335 10.5415 5.49417 10.5415C4.1346 10.5415 2.98103 10.1089 2.03346 9.24374C1.08589 8.41976 0.612098 7.26619 0.612098 5.78303C0.612098 4.21748 1.06529 2.96091 1.97166 2.01333C2.87804 1.06576 4.05221 0.59197 5.49417 0.59197Z' fill='%23999999'/%3e%3c/svg%3e");
  position: absolute;
  bottom: 16px;
  right: 20px;
  width: 26px;
}
@media screen and (min-width: 992px) {
  .single__contents-quotation::after {
    bottom: 20px;
  }
}

.single__contents-quotation-text {
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .single__contents-quotation-text {
    font-size: 16px;
    line-height: 28px;
  }
}

.single__contents-quotation-source {
  display: block;
  margin-top: 36px;
  text-align: right;
  font-size: 10px;
  font-weight: 500;
  color: #999999;
}
@media screen and (min-width: 992px) {
  .single__contents-quotation-source {
    margin-top: 28px;
    font-size: 12px;
  }
}

.single__author-wrapper {
  margin-top: 76px;
}
@media screen and (min-width: 992px) {
  .single__author-wrapper {
    margin-top: 96px;
  }
}

.single__author-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .single__author-title {
    text-align: left;
  }
}

.single__author {
  margin-top: 20px;
  padding: 32px 24px;
  border: 1px solid #DDDDDD;
}
@media screen and (min-width: 992px) {
  .single__author {
    margin-top: 20px;
    padding: 40px 30px;
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 46px;
  }
}

@media screen and (min-width: 992px) {
  .single__author-avatar {
    display: grid;
    place-items: center;
  }
}

.single__author-image {
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto;
  border: 1px solid #333333;
}

.single__author-name {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: underline;
}

.single__author-text {
  margin-top: 32px;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  color: #333333;
}
@media screen and (min-width: 992px) {
  .single__author-text {
    margin: 0;
    padding-left: 16px;
    border-left: 1px solid #DDDDDD;
    display: grid;
    align-items: center;
  }
}

.single-index {
  margin-bottom: 40px;
  background-color: #F9F9F9;
  max-width: 440px;
}
@media screen and (min-width: 992px) {
  .single-index {
    margin-bottom: 56px;
  }
}
.single-index__header {
  padding: 0 12px;
  display: grid;
  grid-template-columns: 19px 1fr;
  gap: 8px;
  align-items: center;
  height: 40px;
  border-radius: 4px 4px 0 0;
  background-color: #EF351C;
}
@media screen and (min-width: 768px) {
  .single-index__header {
    padding: 0 20px;
    height: 52px;
  }
}
.single-index__header-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .single-index__header-title {
    font-size: 18px;
  }
}
.single-index__list {
  padding: 28px;
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .single-index__list {
    padding: 32px;
  }
}
.single-index__item--h2 {
  font-size: 16px;
  font-weight: 700;
  color: #3C84CD;
  text-decoration: underline;
  padding-left: 24px;
  position: relative;
}
.single-index__item--h2::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 13px;
  height: 10px;
  background: no-repeat center/contain url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 10'><path d='M6.50807 10L0 0H13L6.50807 10Z' fill='%23777'/></svg>");
}
.single-index__item--h3 {
  font-size: 14px;
  font-weight: 400;
  color: #3C84CD;
  padding-left: 16px;
  position: relative;
}
.single-index__item--h3::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-black);
}
.single-index__sub {
  margin-top: 12px;
  display: grid;
  gap: 8px;
}
.single-index__link {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
/*# sourceMappingURL=style.css.map */
