@charset "UTF-8";
/* common 
******************************************************************************************/
html {
  font-size: 10px;
  scroll-behavior: smooth;
  scroll-padding-top: 8.9rem;
}

@media (min-width: 769px) and (max-width: 2560px) {
  html {
    font-size: 0.5555555556vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1.3333333333vw;
    scroll-padding-top: 15.1rem;
  }
}
body {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Noto Sans JP", serif;
  color: #6d4a39;
  font-feature-settings: "palt";
}

body.is-noscroll {
  overflow: hidden;
}

.main {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
.pc-none {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
}
.heading-type2 {
  position: relative;
  width: fit-content;
  font-size: 3.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.63;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-inline: auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .heading-type2 {
    font-size: 4rem;
    line-height: 1.4685;
  }
}
.heading-type2::after {
  display: block;
  content: "";
  width: 33.6rem;
  height: 2.3rem;
  margin: 1.7rem auto 0;
  background: #f9e4e4;
}

.heading-type2.line-white::after {
  background: #fff;
}

.btn {
  display: block;
  width: fit-content;
  font-size: 3.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  min-width: 46.9rem;
  padding: 3.4rem 2rem 3.4rem 2rem;
  color: #fff;
  border-radius: 100vmax;
  text-align: center;
  transition: translate 0.4s;
}

@media (any-hover: hover) {
  .btn:hover {
    translate: 0 -0.5rem;
  }
}
.btn--large {
  min-width: 49.8rem;
  width: 100%;
}

.btn--pink {
  background-color: #fc7a7b;
}

.btn--green {
  background-color: #80ab6d;
}

.btn--orange {
  background-color: #f18e27;
}

/*** header 
****************************************************************************************/
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .header {
    top: 0;
  }
}
.header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.4rem;
  max-width: 180rem;
  width: 100%;
  height: 8.4rem;
  padding: 0 6.4rem 0 4rem;
  margin-inline: auto;
  background: #f6f6f6;
  z-index: 4;
}

@media screen and (max-width: 768px) {
  .header__inner {
    gap: 0;
    height: 14.8rem;
    padding: 0 2.4rem 0 2rem;
  }
}
.header__logo {
  width: 18.3rem;
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: 25.2rem;
  }
}
.header-btn {
  position: relative;
  width: 10rem;
  margin-left: auto;
  aspect-ratio: 1;
  z-index: 2;
  cursor: pointer;
  transition: background-color 0.4s;
  background-color: #a7cd96;
  z-index: 4;
}

.header__right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .header__right {
    height: 100%;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .header-nav {
    display: none;
  }
}
.header-nav__list {
  display: flex;
  align-items: center;
  gap: 2.8rem;
}

@media (max-width: 1220px) {
  .header-nav__list {
    gap: 2rem;
  }
}
.header-nav__item {
  position: relative;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #553c2f;
}

.header-nav__item > a {
  transition: color 0.4s;
}

.header__btns {
  display: flex;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .header__btns {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5.6rem;
  }
}
.header__btn {
  display: grid;
  place-content: center;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0;
  width: 12rem;
  height: 8rem;
  color: #fff;
  transition: background-color 0.4s;
}

.header__btn:active {
  background-color: #073246;
}

@media (max-width: 1220px) {
  .header__btn {
    width: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .header__btn {
    font-size: 1rem;
    width: 50%;
    height: 100%;
  }
}
.header-btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .header-btn {
    display: block;
  }
}
.header-btn span {
  position: absolute;
  width: 6.9rem;
  height: 0.5rem;
  left: 50%;
  translate: -50%;
  background-color: #fff;
  -webkit-transition: -webkit-all 0.4s ease-in-out;
  transition: -webkit-all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out, -webkit-all 0.4s ease-in-out;
}

.header-btn span:nth-child(1) {
  top: 2.2rem;
}

.header-btn span:nth-child(2) {
  top: 4.86rem;
}

.header-btn span:nth-child(3) {
  top: 7.4rem;
}

.header-btn span.close:nth-child(1) {
  top: 4.86rem;
  transform: rotate(-45deg);
}

.header-btn span.close:nth-child(2) {
  display: none;
}

.header-btn span.close:nth-child(3) {
  top: 4.86rem;
  transform: rotate(45deg);
}

.drawer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 14.6rem;
  left: 100%;
  padding: 1.6rem 2.4rem 18.4rem;
  transition: left 0.6s;
  z-index: 3;
  background: #fff;
  overflow: auto;
}

.drawer.slidein {
  left: 0;
}

.drawer__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.drawer__text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 35.8rem;
  width: calc(100% - 3.2rem);
  overflow: auto;
}

.drawer-link-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
  z-index: 1;
}

.drawer-link__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.drawer-link__item {
  position: relative;
  width: 100%;
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
}

.drawer-link__item a {
  display: block;
  padding: 1.2rem 0;
  transition: color 0.4s;
}

.drawer-link-child {
  display: flex;
  flex-direction: column;
}

.js-drawer-parent span.toggle {
  position: relative;
}

.js-drawer-parent span.toggle::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 1.4rem;
  height: 0.1rem;
  top: 50%;
  right: -2rem;
  background: #000;
}

.js-drawer-parent span.toggle::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0.1rem;
  height: 1.4rem;
  top: 0.35rem;
  right: -1.35rem;
  background: #000;
  transition: rotate 0.4s;
}

.js-drawer-parent.is-open span.toggle::after {
  rotate: 90deg;
}

.js-drawer-child {
  display: none;
}

.drawer-link-child__item {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.drawer-link-child__item span.icon {
  position: relative;
  padding-left: 1.6rem;
}

.drawer-link-child__item span.icon::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 1rem;
  height: 1rem;
  aspect-ratio: 1;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background: url(../images/common/triangle.svg) no-repeat;
  background-size: contain;
}

.drawer-link-child__item a {
  padding: 0.8rem 0;
  transition: opacity 0.4s;
}

.drawer-link-child__item > a:active, .drawer-link-child__item > a:hover {
  opacity: 0.6;
}

/*** footer 
****************************************************************************************/
.footer {
  font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  padding: 64px 20px 48px;
  background-color: #f6f6f6;
}

.footer__inner {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
}

.footer__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px 48px;
}

.footer-link-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 16px;
  color: #4a3a30;
  border-bottom: 1px solid #e9d7cf;
  padding-bottom: 10px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-link {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #6b5548;
}

.footer-link a {
  transition: color 0.4s;
}

@media (any-hover: hover) {
  .footer-link a:hover {
    color: #e58273;
    text-decoration: underline;
  }
}
.copyright {
  display: block;
  font-size: 15px;
  color: #8b6f60;
  margin-top: 56px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .copyright {
    font-size: 12px;
    margin-top: 40px;
  }
}
/*** top 
****************************************************************************************/
.top-mv {
  position: relative;
  padding-top: 8.4rem;
}

@media screen and (max-width: 768px) {
  .top-mv {
    padding-top: 7.8rem;
  }
}
.top-mv__image {
  display: flex;
  justify-content: center;
  height: calc(100vh - 21rem);
}

@media screen and (max-width: 768px) {
  .top-mv__image {
    width: 100%;
    height: auto;
  }
}
.top-mv__image img {
  height: 100%;
  width: auto;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .top-mv__image img {
    width: 100%;
    height: auto;
  }
}
.top-mv-text {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}

.top-mv-text__lead {
  font-size: 4.85rem;
  line-height: 1.23;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.top-mv-text__lead span {
  font-weight: 400;
}

.top-mv-text__main {
  font-size: 4.75rem;
  line-height: 1.23;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 2.7rem;
}

.top-mv-text__logo {
  width: 37.1rem;
  margin: 1.8rem auto 0;
}

.top-mv-text__note {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 3.1rem;
}

.mv-cta {
  padding: 4.6rem 1.6rem;
  background: linear-gradient(0deg, transparent 3.8rem, #eff4ec 3rem), linear-gradient(90deg, transparent 3.8rem, #eff4ec 3rem);
  background-size: 4rem 4rem;
  background-color: #fff;
  background-position: -1.4rem 1.4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mv-cta {
    padding: 8.1rem 4rem;
    background: linear-gradient(0deg, transparent 2.85rem, #eff4ec 2.25rem), linear-gradient(90deg, transparent 2.85rem, #eff4ec 2.25rem);
    background-size: 3rem 3rem;
    background-color: #fff;
    background-position: -1.05rem 1.05rem;
  }
}
.mv-cta__btns {
  display: flex;
  justify-content: center;
  gap: 6.7rem;
}

@media screen and (max-width: 768px) {
  .mv-cta__btns {
    flex-direction: column;
    align-items: center;
    gap: 5.5rem;
  }
}
.mv-cta__btn {
  position: relative;
  min-width: 35.6rem;
  width: fit-content;
  font-size: 2.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-indent: -0.5em;
  padding: 2.1rem 3.5rem;
  color: #fff;
  border-radius: 1rem;
  font-feature-settings: "palt";
  transition: translate 0.4s;
}

@media screen and (max-width: 768px) {
  .mv-cta__btn {
    min-width: 57rem;
    font-size: 4.1rem;
    text-indent: -1em;
    padding: 3.5rem 5.2rem;
  }
}
.mv-cta__btn::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 1.7rem;
  aspect-ratio: 25/36;
  top: 50%;
  right: 2rem;
  translate: 0 -50%;
  background: url(../images/top/btn_arrow.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .mv-cta__btn::before {
    width: 2.5rem;
    right: 3.4rem;
  }
}
@media (any-hover: hover) {
  .mv-cta__btn:hover {
    translate: 0 -0.5rem;
  }
}
.mv-cta__btn.orange {
  background-color: #f18e27;
}

.mv-cta__btn.pink {
  background-color: #e0797a;
}

.mv-cta__btn.green {
  background-color: #80ab6d;
}

.top-about {
  padding: 7.1rem 1.6rem 9.3rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .top-about {
    padding: 7.1rem 4rem 5.5rem;
  }
}
.top-about p {
  font-size: 2.8rem;
  line-height: 1.96;
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .top-about p {
    font-size: 3.2rem;
    line-height: 1.71875;
    font-feature-settings: "palt";
  }
}
.top-about p span {
  font-weight: 700;
}

.top-about__inner {
  max-width: 170rem;
  width: 100%;
  margin-inline: auto;
}

.top-about__row1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .top-about__row1 {
    flex-direction: column;
    margin-top: 6.1rem;
  }
}
.top-about__text1 {
  position: relative;
  width: 52.7647058824%;
  padding-top: 5rem;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .top-about__text1 {
    width: 100%;
    padding-top: 0;
  }
}
.top-about__text1 p {
  max-width: 65.3rem;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .top-about__text1 p {
    max-width: 100%;
    margin-left: 0;
  }
}
.top-about__image1 {
  position: relative;
  width: 45.8235294118%;
  margin-top: -9.2rem;
}

@media screen and (max-width: 768px) {
  .top-about__image1 {
    width: 44.8rem;
    margin: 3.9rem auto 0;
  }
}
.top-about__image1::before {
  position: absolute;
  content: "";
  width: 56.5rem;
  aspect-ratio: 1;
  bottom: 3.9rem;
  left: 4.5rem;
  background: #e6eee2;
  border-radius: 100vmax;
  display: none;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .top-about__image1::before {
    display: block;
  }
}
.top-about__image1 img {
  position: relative;
  z-index: 1;
}

.top-about__row2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -15rem;
}

@media screen and (max-width: 768px) {
  .top-about__row2 {
    flex-direction: column;
    align-items: center;
    margin-top: 6.7rem;
  }
}
.top-about__text2 {
  position: relative;
  width: 51.1176470588%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .top-about__text2 {
    width: 100%;
  }
}
.top-about__text2 p {
  max-width: 67.7rem;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .top-about__text2 p {
    max-width: 100%;
    margin-right: 0;
  }
}
.top-about__image2 {
  position: relative;
  width: 46.0588235294%;
}

@media screen and (max-width: 768px) {
  .top-about__image2 {
    width: 50.4rem;
    margin-top: 6rem;
  }
}
.top-about__image2 img {
  position: relative;
  display: block;
  max-width: 50.4rem;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .top-about__image2 img {
    margin-right: auto;
  }
}
.top-about__image2::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 66.8rem;
  aspect-ratio: 1;
  bottom: 10.5rem;
  right: 11.5rem;
  background: #fdfdeb;
  border-radius: 100vmax;
}

@media screen and (max-width: 768px) {
  .top-about__image2::before {
    right: 10.1rem;
    bottom: 16.4rem;
  }
}
.top-partner {
  padding: 8.2rem 1.6rem 11.2rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .top-partner {
    padding: 8.5rem 4rem 10.5rem;
  }
}
.top-partner__inner {
  max-width: 147rem;
  width: 100%;
  margin-inline: auto;
}

.top-partner__List {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8rem;
  margin-top: 7.1rem;
}

@media screen and (max-width: 768px) {
  .top-partner__List {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.7rem;
    margin-top: 5.6rem;
  }
}
.top-partner__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  border: 0.2rem solid #fc7a7b;
  padding: 2.9rem 2rem 2.9rem;
  background-color: #fff;
  border-radius: 1.6rem;
  text-align: center;
}

.top-partner__item:nth-child(1) .top-partner__image img {
  width: 69.3965517241%;
}

@media screen and (max-width: 768px) {
  .top-partner__item:nth-child(1) .top-partner__image img {
    width: 45rem;
  }
}
.top-partner__item:nth-child(2) .top-partner__image img {
  width: 50.6465517241%;
}

@media screen and (max-width: 768px) {
  .top-partner__item:nth-child(2) .top-partner__image img {
    width: 33.3rem;
  }
}
.top-partner__item:nth-child(3) .top-partner__image img {
  width: 42.025862069%;
}

@media screen and (max-width: 768px) {
  .top-partner__item:nth-child(3) .top-partner__image img {
    width: 19.5rem;
  }
}
.top-partner__image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8.8rem;
}

@media screen and (max-width: 768px) {
  .top-partner__image {
    height: 12.4rem;
  }
}
.top-partner__name {
  font-size: 2.45rem;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 768px) {
  .top-partner__name {
    font-size: 3.4rem;
  }
}
.top-partner__term {
  display: inline-block;
  font-size: 1.45rem;
  line-height: 1.38;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 0.5rem 1rem;
  margin-top: 0.75rem;
  background-color: #fff5f8;
  color: #da6e6e;
}

@media screen and (max-width: 768px) {
  .top-partner__term {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.top-partner__desc {
  font-size: 1.5rem;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: 0.8rem;
}

@media screen and (max-width: 768px) {
  .top-partner__desc {
    font-size: 2.2rem;
    line-height: 1.2727272727;
    margin-top: 1.3rem;
  }
}
.top-partner__desc.large {
  font-size: 1.7rem;
  line-height: 1.29;
}

@media screen and (max-width: 768px) {
  .top-partner__desc.large {
    font-size: 2.4rem;
    line-height: 1.1666666667;
  }
}
.top-join {
  padding: 8.5rem 1.6rem 12.5rem;
  background-color: #e6eee2;
  clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
}

@media screen and (max-width: 768px) {
  .top-join {
    padding: 9rem 4rem 11.7rem;
    clip-path: polygon(0 2%, 100% 0%, 100% 98%, 0% 100%);
  }
}
.top-join__inner {
  max-width: 132rem;
  width: 100%;
  margin-inline: auto;
}

.top-join__sub {
  display: block;
  font-size: 3.6rem;
  line-height: 2.32;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 3.2rem;
  color: #70bd49;
  text-align: center;
}

.top-join__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9.7rem;
  margin-top: 7.8rem;
}

@media screen and (max-width: 768px) {
  .top-join__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 8.3rem;
    margin-top: 3.4rem;
  }
}
.top-join__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  padding: 2.1rem 2.4rem 3.9rem;
  background-color: #fff;
  border-radius: 3rem;
}

@media screen and (max-width: 768px) {
  .top-join__item {
    padding: 2.1rem 7.2rem 3.7rem;
  }
}
@media screen and (max-width: 768px) {
  .top-join__item:nth-child(1) h3 {
    font-size: 3.2rem;
  }
}
.top-join__num {
  display: block;
  width: 10.8rem;
  margin-inline: auto;
}

.top-join__image {
  margin-top: 2.4rem;
}

@media screen and (max-width: 768px) {
  .top-join__image {
    margin-top: 2.9rem;
  }
}
.top-join__text h3 {
  font-size: 3.25rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-top: 2.6rem;
  color: #70bd49;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-join__text h3 {
    font-size: 3.9rem;
  }
}
.top-join__text ul {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 3.2rem;
  width: fit-content;
  margin-inline: auto;
}

.top-join__text li {
  position: relative;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.075em;
  padding-left: 3.6rem;
}

@media screen and (max-width: 768px) {
  .top-join__text li {
    font-size: 2.8rem;
    padding-left: 4.2rem;
  }
}
.top-join__text li::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2.6rem;
  aspect-ratio: 26/24;
  top: 0.2rem;
  left: 0;
  background: url(../images/top/check.svg) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .top-join__text li::before {
    width: 3.2rem;
  }
}
.top-join__btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 6.9rem;
  padding: 0 1.7rem;
  margin-top: 4.8rem;
  border: 0.2rem solid #81b368;
  background-color: #ebf5e6;
  border-radius: 100vmax;
  transition: translate 0.4s;
}

@media screen and (max-width: 768px) {
  .top-join__btn {
    width: 32.6rem;
    margin: 4rem auto 0;
  }
}
.top-join__btn::before {
  position: absolute;
  display: inline-block;
  content: "＞";
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  top: 50%;
  right: 2.5rem;
  translate: 0 -50%;
  color: #70bd49;
  background-size: contain;
  vertical-align: middle;
}

@media (any-hover: hover) {
  .top-join__btn:hover {
    translate: 0 -0.5rem;
  }
}
.top-join__btn span {
  display: block;
  width: fit-content;
  font-size: 2.4rem;
  line-height: 2.83;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-inline: auto;
  color: #70bd49;
}

.top-join__btn span.small {
  margin-inline: 0;
  font-size: 1.7rem;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.top-join__btn--03::before {
  right: 1rem;
}

.top-mechanism {
  padding: 7.3rem 1.6rem 5.8rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .top-mechanism {
    padding: 9rem 4rem 5.8rem;
  }
}
.top-mechanism__lead {
  font-size: 2.8rem;
  line-height: 1.9642857143;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 4.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-mechanism__lead {
    font-size: 3rem;
    line-height: 1.8333333333;
    margin-top: 4.3rem;
  }
}
.top-mechanism__lead span {
  font-weight: 700;
}

.top-mechanism__image {
  max-width: 67.3rem;
  width: 100%;
  margin: 5rem auto 0;
}

@media screen and (max-width: 768px) {
  .top-mechanism__image {
    width: 100%;
    margin: 1.8rem auto 0;
  }
}
.top-pta {
  padding: 9rem 1.6rem 7.9rem;
  background: url(../images/top/pta_bg1.png) no-repeat;
  background-size: cover;
  background-position: top center;
}

@media screen and (max-width: 768px) {
  .top-pta {
    padding: 8.4rem 4rem 10.4rem;
    background: url(../images/top/sp/pta_bg.webp) no-repeat;
    background-size: cover;
    background-position: top center;
  }
}
.pta__inner {
  max-width: 102.5rem;
  width: 100%;
  margin-inline: auto;
}

.top-pta__list {
  margin-top: 16.2rem;
}

.pta__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15.9rem 5.8rem;
}

@media screen and (max-width: 768px) {
  .pta__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16.7rem;
    margin-top: 19.8rem;
  }
}
.pta__item {
  position: relative;
  padding: 15rem 2.2rem 4.4rem;
  border: 0.3rem solid #81b368;
  background-color: #fff;
  border-radius: 3rem;
}

@media screen and (max-width: 768px) {
  .pta__item {
    width: 48.2rem;
    padding: 16rem 1rem 2.6rem;
    margin-inline: auto;
    min-height: 27.2rem;
  }
}
.pta__image {
  position: absolute;
  width: 23.5rem;
  top: -13rem;
  left: 50%;
  translate: -50%;
}

.pta__text {
  display: grid;
  place-content: center;
}

.pta__text p {
  font-size: 3.2rem;
  line-height: 1.48;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.pta__text .tight {
  margin-left: -0.5em;
}

.top-focus {
  padding: 7.5rem 1.6rem 7.2rem;
  background: url(../images/top/focus_bg.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .top-focus {
    padding: 6.9rem 4rem 6.1rem;
    background: url(../images/top/sp/focus_bg.png) no-repeat;
    background-size: cover;
  }
}
.top-focus__inner {
  max-width: 146rem;
  width: 100%;
  margin-inline: auto;
}

.top-focus__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  margin-top: 5.8rem;
}

@media screen and (max-width: 768px) {
  .top-focus__row {
    grid-template-columns: repeat(1, 1fr);
    gap: 7.4rem;
    margin-top: 4.2rem;
  }
}
.top-focus-block__title {
  display: block;
  width: fit-content;
  font-size: 3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 2rem 3rem;
  margin-inline: auto;
  background-color: #fcf2f2;
  border-radius: 100vmax;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-focus-block__title {
    font-size: 4rem;
    letter-spacing: -0.04em;
    padding: 2.4rem 4rem;
  }
}
.top-focus-block__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 2.3rem;
}

@media screen and (max-width: 768px) {
  .top-focus-block__list {
    gap: 4.9rem;
    margin-top: 5.4rem;
  }
}
.top-focus-block__item {
  display: flex;
  gap: 3.8rem;
  width: 100%;
  padding: 2.4rem;
  border: 0.2rem solid #f9e4e4;
  background-color: #fff;
  border-radius: 1.2rem;
}

@media screen and (max-width: 768px) {
  .top-focus-block__item {
    padding: 4.6rem 0.4rem 5.5rem 3rem;
    border-radius: 1.6rem;
  }
}
.top-focus-block__image {
  width: 12rem;
}

.top-focus-block__text {
  flex: 1;
}

.top-focus-block__text h4 {
  font-size: 2.6rem;
  line-height: 1.3846153846;
  font-weight: 700;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 768px) {
  .top-focus-block__text h4 {
    font-size: 3.4rem;
    line-height: 1.0588235294;
  }
}
.top-focus-block__text p {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 1.2rem;
}

@media screen and (max-width: 768px) {
  .top-focus-block__text p {
    font-size: 3rem;
    line-height: 1.2;
    margin-top: 1rem;
  }
}
.top-company {
  padding: 8.2rem 1.6rem 4.5rem;
  background: url(../images/top/company_bg.webp) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .top-company {
    padding: 9rem 4rem 4.8rem;
    background: url(../images/top/sp/company_bg.webp) no-repeat;
    background-size: cover;
  }
}
.top-company__inner {
  max-width: 146rem;
  width: 100%;
  margin-inline: auto;
}

.top-company__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8rem;
  margin-top: 10.8rem;
}

@media screen and (max-width: 768px) {
  .top-company__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.7rem;
    margin-top: 4.5rem;
  }
}
.top-company__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  border: 0.2rem solid #fc7a7b;
  padding: 2.9rem 1rem 2.9rem;
  background-color: #fff;
  border-radius: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-company__item {
    padding: 2.9rem 1rem 4.8rem;
  }
}
.top-company__item:nth-child(1) .top-company__image img {
  width: 69.3965517241%;
}

@media screen and (max-width: 768px) {
  .top-company__item:nth-child(1) .top-company__image img {
    width: 52.7rem;
  }
}
.top-company__item:nth-child(2) .top-company__image img {
  width: 50.6465517241%;
}

@media screen and (max-width: 768px) {
  .top-company__item:nth-child(2) .top-company__image img {
    width: 46rem;
  }
}
.top-company__item:nth-child(3) .top-company__image img {
  width: 42.025862069%;
}

@media screen and (max-width: 768px) {
  .top-company__item:nth-child(3) .top-company__image img {
    width: 18.8rem;
  }
}
@media screen and (max-width: 768px) {
  .top-company__image {
    display: grid;
    place-content: center;
    min-height: 19rem;
  }
}
.top-company__text {
  display: grid;
  place-content: center;
  min-height: 6.5rem;
}

.top-company__text h3 {
  font-size: 2.8rem;
  line-height: 1.034098817;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-company__text h3 {
    font-size: 3.4rem;
    line-height: 1.0344117647;
  }
}
.top-company__btn {
  width: fit-content;
  margin: 6.2rem auto 0;
}

@media screen and (max-width: 768px) {
  .top-company__btn {
    margin: 7.6rem;
  }
}
.top-seeking-partner {
  padding: 8.5rem 1.6rem 6.5rem;
  background-color: #f9e4e4;
}

@media screen and (max-width: 768px) {
  .top-seeking-partner {
    padding: 7rem 4rem 7.1rem;
  }
}
.top-seeking-partner__inner {
  max-width: 102rem;
  width: 100%;
  margin-inline: auto;
}

.top-seeking-partner__lead {
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 4.1rem;
  color: #fc7a7b;
  text-align: center;
}

.top-seeking-partner__main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 7.2rem;
}

.top-seeking-partner__main::before {
  display: inline-block;
  content: "";
  width: 4.1rem;
  aspect-ratio: 41/63;
  background: url(../images/top/seeking-partner_deco_left.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.top-seeking-partner__main::after {
  display: inline-block;
  content: "";
  width: 4.1rem;
  aspect-ratio: 41/63;
  background: url(../images/top/seeking-partner_deco_right.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.top-seeking-partner-task {
  margin-top: 8.4rem;
}

@media screen and (max-width: 768px) {
  .top-seeking-partner-task {
    margin-top: 7.9rem;
  }
}
.top-seeking-partner-task::after {
  display: block;
  content: "";
  width: 37.4rem;
  aspect-ratio: 374/42;
  margin: 5.9rem auto 0;
  background: url(../images/common/three_triangle.svg) no-repeat;
  background-size: contain;
}

.top-seeking-partner-task__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem;
}

@media screen and (max-width: 768px) {
  .top-seeking-partner-task__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .top-seeking-partner-task__item {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .top-seeking-partner-task__item:nth-child(1) .top-seeking-partner-task__text p {
    margin-top: 4rem;
  }
}
.top-seeking-partner-task__image {
  max-width: 24.7rem;
  margin-inline: auto;
}

.top-seeking-partner-task__text {
  text-align: center;
  white-space: nowrap;
  margin-top: 2.6rem;
}

.top-seeking-partner-task__text h3 {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fc7a7b;
}

.top-seeking-partner-task__text p {
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .top-seeking-partner-task__text p {
    line-height: 1.2;
  }
}
.top-seeking-partner-appeal {
  position: relative;
  max-width: 97rem;
  margin: 7.9rem auto 0;
  padding: 1.5rem 1.2rem 1.6rem;
  border: 0.4rem solid #d27478;
  background-color: #fff;
  border-radius: 3rem;
}

.top-seeking-partner-appeal__inner {
  width: 100%;
  height: 100%;
  border: 0.2rem solid #d27478;
  padding: 3.5rem 2.8rem 2.3rem;
  border-radius: 2.8rem;
}

.top-seeking-partner-appeal__logo {
  position: absolute;
  width: 37.1rem;
  top: -6.9rem;
  left: 50%;
  translate: -50%;
  background: linear-gradient(to bottom, #f9e4e4, #f9e4e4 82%, transparent 82%, transparent 100%);
}

.top-seeking-partner-appeal__text {
  text-align: center;
}

.top-seeking-partner-appeal__text p {
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .top-seeking-partner-appeal__text p {
    letter-spacing: 0.075em;
    font-feature-settings: "palt";
  }
}
.top-seeking-partner-appeal__text span {
  display: block;
  font-size: 3.8rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .top-seeking-partner-appeal__text span {
    margin-bottom: 0;
  }
}
.top-seeking-partner-appeal__image {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .top-seeking-partner-appeal__image {
    aspect-ratio: 644/204;
  }
  .top-seeking-partner-appeal__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.top-seeking-partner-cycle {
  margin-top: 6.8rem;
}

.top-seeking-partner-cycle__title {
  font-size: 3.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.top-seeking-partner-cycle__title::after {
  display: block;
  content: "";
  width: 33.6rem;
  height: 2.3rem;
  margin: 1.7rem auto 0;
  background: #fff;
}

.top-seeking-partner-cycle__desc {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .top-seeking-partner-cycle__desc {
    line-height: 1.5;
    margin-top: 2.4rem;
    text-align: center;
  }
}
.top-seeking-partner-cycle__image {
  max-width: 97rem;
  width: 100%;
  margin: 4rem auto 0;
}

@media screen and (max-width: 768px) {
  .top-seeking-partner-cycle__image {
    margin: 5.1rem auto 0;
  }
}
.top-seeking-partner__btn {
  width: fit-content;
  margin: 3.7rem auto 0;
}

.top-requirement {
  padding: 6rem 1.6rem 7.2rem;
  background-color: #fdfdeb;
}

@media screen and (max-width: 768px) {
  .top-requirement {
    padding: 7rem 4rem 9rem;
  }
}
.top-requirement__inner {
  max-width: 128rem;
  width: 100%;
  margin-inline: auto;
}

.top-requirement__lead {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 3rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-requirement__lead {
    font-feature-settings: "palt";
  }
}
.top-requirement__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.3rem;
  margin-top: 7rem;
}

@media screen and (max-width: 768px) {
  .top-requirement__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4.9rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .top-requirement__item {
    max-width: 61.5rem;
    margin-inline: auto;
  }
}
.top-requirement__btn {
  width: fit-content;
  margin: 9.6rem auto 0;
}

@media screen and (max-width: 768px) {
  .top-requirement__btn {
    margin: 7rem auto 0;
  }
}
.top-seeking-recipient {
  position: relative;
  padding: 9.7rem 1.6rem 6rem;
  background: url(../images/top/seeking-recipient_bg.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .top-seeking-recipient {
    padding: 8.7rem 4rem 9rem;
    background: #fff;
  }
  .top-seeking-recipient::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 56.3rem;
    aspect-ratio: 1;
    top: 19rem;
    left: -16.2rem;
    background: #fefef2;
    border-radius: 100vmax;
  }
}
.top-seeking-recipient__inner {
  max-width: 133.6rem;
  width: 100%;
  margin-inline: auto;
}

.top-seeking-recipient__lead {
  position: relative;
  font-size: 2.8rem;
  line-height: 1.9642857143;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 3.7rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-seeking-recipient__lead {
    margin-top: 2.4rem;
  }
}
.top-seeking-recipient__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  margin-top: 13rem;
}

@media screen and (max-width: 768px) {
  .top-seeking-recipient__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14rem;
  }
}
.top-seeking-recipient__item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 18.8rem;
  padding: 1.6rem 1.6rem 3.4rem;
  border: 0.3rem solid #81b368;
  background-color: #fff;
  border-radius: 3rem;
}

@media screen and (max-width: 768px) {
  .top-seeking-recipient__item {
    width: 41.2rem;
  }
}
.top-seeking-recipient__image {
  position: absolute;
  width: 20.2rem;
  top: -12rem;
  left: 50%;
  translate: -50%;
}

.top-seeking-recipient__text {
  margin-top: auto;
}

.top-seeking-recipient__text p {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.top-seeking-recipient__title_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .top-seeking-recipient__title_sp {
    display: block;
    margin: 9.4rem auto 0;
  }
}
.top-seeking-recipient-desc {
  position: relative;
  max-width: 108.6rem;
  width: 100%;
  margin-inline: auto;
  padding: 7.2rem 1.6rem 5.9rem 16.4rem;
  border-radius: 3rem;
}

@media screen and (max-width: 768px) {
  .top-seeking-recipient-desc {
    max-width: 63.5rem;
    padding: 8.6rem 1.8rem 6.6rem 13.6rem;
    margin-inline: 0;
    font-feature-settings: "palt";
  }
}
.top-seeking-recipient-desc1 {
  background-color: #f9e4e4;
  margin-top: 13.9rem;
}

@media screen and (max-width: 768px) {
  .top-seeking-recipient-desc1 {
    margin-top: 13.4rem;
    margin-left: auto;
  }
}
.top-seeking-recipient-desc1 .top-seeking-recipient-desc__image {
  width: 27.1rem;
  top: -4.1rem;
  left: -9.2rem;
}

@media screen and (max-width: 768px) {
  .top-seeking-recipient-desc1 .top-seeking-recipient-desc__image {
    width: 31.1rem;
    top: -6.3rem;
    left: -15.8rem;
  }
}
.top-seeking-recipient-desc2 {
  background-color: #ebf5e6;
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .top-seeking-recipient-desc2 {
    margin-top: 16rem;
    margin-left: auto;
  }
}
.top-seeking-recipient-desc2 .top-seeking-recipient-desc__image {
  width: 25.8rem;
  top: -6.5rem;
  left: -9.1rem;
}

@media screen and (max-width: 768px) {
  .top-seeking-recipient-desc2 .top-seeking-recipient-desc__image {
    width: 33rem;
    top: -8.3rem;
    left: -17.2rem;
  }
}
.top-seeking-recipient-desc2 .top-seeking-recipient-desc__num {
  color: #80ab6d;
}

.top-seeking-recipient-desc__image {
  position: absolute;
}

.top-seeking-recipient-desc__text {
  position: relative;
  flex: 1;
}

.top-seeking-recipient-desc__num {
  position: absolute;
  font-size: 10.1rem;
  font-family: "Literata", serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  top: -13rem;
  left: 0;
  color: #fc7a7b;
}

.top-seeking-recipient-desc__strong {
  font-size: 4rem;
  line-height: 1.4647538956;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.top-seeking-recipient-desc__note {
  font-size: 3.3rem;
  line-height: 1.4648859544;
  font-weight: 400;
  letter-spacing: 0.025em;
  margin-top: 3rem;
  font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  .top-seeking-recipient-desc__note {
    font-size: 3rem;
    line-height: 1.627;
    margin-top: 1rem;
    margin-left: 1em;
  }
}
.top-seeking-recipient-desc__bubble {
  position: absolute;
  display: grid;
  place-content: center;
  width: 23rem;
  aspect-ratio: 23/22;
  top: -4.3rem;
  right: -1.8rem;
}

@media screen and (max-width: 768px) {
  .top-seeking-recipient-desc__bubble {
    top: -15.3rem;
    right: -3.1rem;
  }
}
.top-seeking-recipient-desc__bubble img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.top-seeking-recipient-desc__bubble p {
  position: relative;
  font-size: 4rem;
  font-family: "Noto Sans JP", serif;
  line-height: 1.1872372001;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-indent: 0.2em;
  color: #fc7a7b;
  text-align: center;
}

.top-seeking-recipient-arrow {
  position: relative;
  font-size: 3.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 6.1rem;
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .top-seeking-recipient-arrow {
    margin-top: 10.5rem;
  }
}
.top-seeking-recipient-arrow::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 15.1rem;
  aspect-ratio: 1;
  top: -3.3rem;
  left: 50%;
  translate: -50%;
  z-index: -1;
}

.top-seeking-recipient-arrow--pink::after {
  background: url(../images/top/arrow_pink.svg) no-repeat;
  background-size: contain;
}

.top-seeking-recipient-arrow--green::after {
  background: url(../images/top/arrow_green.svg) no-repeat;
  background-size: contain;
}

.top-seeking-recipient-flow {
  margin-top: 13.4rem;
}

@media screen and (max-width: 768px) {
  .top-seeking-recipient-flow {
    margin-top: 12.8rem;
    margin: 12.8rem -4rem;
  }
}
.top-seeking-recipient-flow__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.top-seeking-recipient-flow__item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}

.top-seeking-recipient-flow__item:not(:nth-child(3))::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 5.2rem;
  aspect-ratio: 52/45;
  top: 13rem;
  right: -3.5rem;
  background: url(../images/top/seeking-recipient-flow_triangle.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .top-seeking-recipient-flow__item:not(:nth-child(3))::after {
    width: 2.9rem;
    top: 8rem;
    right: -2.5rem;
  }
}
.top-seeking-recipient-flow__image {
  width: 31.2rem;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .top-seeking-recipient-flow__image {
    width: 18.2rem;
  }
}
.top-seeking-recipient-flow__text {
  display: grid;
  place-content: center;
  text-align: center;
  margin-top: 1rem;
}

.top-seeking-recipient-flow__text p {
  font-size: 3.6rem;
  line-height: 1.3888888889;
  font-weight: 500;
  letter-spacing: 0.005em;
}

@media screen and (max-width: 768px) {
  .top-seeking-recipient-flow__text p {
    font-size: 2rem;
    line-height: 1.3889437315;
    white-space: nowrap;
  }
}
.top-seeking-recipient-flow__text p span {
  color: #80ab6d;
}

.top-seeking-recipient__btn {
  width: fit-content;
  margin: 7.5rem auto 0;
}

.top-flow {
  padding: 8.4rem 1.6rem;
  background-color: #fdfdeb;
}

@media screen and (max-width: 768px) {
  .top-flow {
    padding: 6rem 4rem;
  }
}
.top-flow__inner {
  max-width: 124rem;
  width: 100%;
  margin-inline: auto;
}

.top-flow__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8.3rem;
  margin-top: 5.6rem;
}

@media screen and (max-width: 768px) {
  .top-flow__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 8.5rem;
    margin-top: 4.2rem;
  }
}
.top-flow__item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}

@media screen and (max-width: 768px) {
  .top-flow__item {
    display: flex;
    gap: 2.9rem;
    width: 73%;
    margin-inline: auto;
  }
}
.top-flow__item:not(:nth-child(4))::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 3.8rem;
  aspect-ratio: 38/64;
  top: 9rem;
  right: -6.2rem;
  background: url(../images/top/flow_arrow.svg) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .top-flow__item:not(:nth-child(4))::after {
    width: 4.5rem;
    top: auto;
    bottom: -8.1rem;
    left: 50%;
    right: auto;
    translate: -50%;
    rotate: 90deg;
  }
}
@media screen and (max-width: 768px) {
  .top-flow__image {
    width: 23.2rem;
  }
}
.top-flow__text {
  position: relative;
  display: grid;
  place-content: center;
}

.top-flow__text p {
  font-size: 3rem;
  line-height: 1.2666666667;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-flow__text p {
    font-size: 3.1rem;
    line-height: 1.2787301587;
    text-align: left;
  }
}
.top-flow__text p.note {
  position: absolute;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 400;
  bottom: -4rem;
  left: 50%;
  translate: -50%;
  margin-top: 0;
  text-align: left;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .top-flow__text p.note {
    position: static;
    font-size: 1.7rem;
    line-height: 1.2229411765;
    margin-top: 1.5rem;
    translate: 0;
    font-feature-settings: "palt";
  }
}
.top-flow__num {
  display: none;
}

@media screen and (max-width: 768px) {
  .top-flow__num {
    display: block;
    font-size: 8rem;
    font-family: "Literata", serif;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
}
.top-flow__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.4rem;
  width: fit-content;
  margin: 9.8rem auto 0;
}

@media screen and (max-width: 768px) {
  .top-flow__btns {
    gap: 2.8rem;
    margin: 5.9rem auto 0;
  }
}
.faq {
  padding: 9rem 0 8rem;
}

@media screen and (max-width: 768px) {
  .faq {
    padding: 8.2rem 4rem 8.5rem;
  }
}
.faq__inner {
  max-width: 124.5rem;
  width: 100%;
  margin-inline: auto;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 6.5rem;
  margin-top: 5.3rem;
}

@media screen and (max-width: 768px) {
  .faq__list {
    gap: 6.8rem;
    margin-top: 5.2rem;
  }
}
.faq__item {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", serif;
  line-height: 2;
  letter-spacing: 0.075em;
  padding: 3.7rem 4rem 4.4rem 8rem;
  border: 0.4rem solid #e0797a;
  border-radius: 3rem;
  font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  .faq__item {
    font-size: 3rem;
    line-height: 1.6;
    padding: 4.9rem 2.8rem;
  }
}
.faq__item dt {
  display: flex;
  gap: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .faq__item dt {
    gap: 1rem;
  }
}
.faq__item dd {
  display: flex;
  gap: 3rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .faq__item dd {
    letter-spacing: 0;
    gap: 1rem;
  }
}
.faq-circle-dot {
  position: relative;
  height: 0.7rem;
  margin: 2.1rem 0 0.5rem;
}

@media screen and (max-width: 768px) {
  .faq-circle-dot {
    margin: 2rem 0 1.4rem;
  }
}
.faq-circle-dot::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #e0797a 50%, transparent 51%);
  background-size: 1.2rem 0.7rem; /* 0.3rem の円 + 0.3rem の余白 */
  background-repeat: repeat-x;
}

.top-contribution {
  padding: 8.5rem 1.6rem 7.2rem;
  background: url(../images/top/contribution_bg.webp) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .top-contribution {
    padding: 10rem 4rem 8rem;
    background: url(../images/top/sp/contribution_bg.webp) no-repeat;
    background-size: cover;
  }
}
.top-contribution__main {
  font-size: 5.1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.6317942724;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-contribution__main {
    font-size: 4.4rem;
    line-height: 1.9036363636;
    letter-spacing: -0.075em;
  }
}
.top-contribution__sub {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 5.7rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-contribution__sub {
    font-size: 3.4rem;
    line-height: 1.6176470588;
    margin-top: 4rem;
    font-feature-settings: "palt";
  }
}
.top-contribution__image {
  width: 103.4rem;
  margin: 4.2rem auto 0;
}

@media screen and (max-width: 768px) {
  .top-contribution__image {
    width: 100%;
    margin: 5.7rem auto 0;
  }
}
.top-contribution__btns {
  display: flex;
  justify-content: center;
  gap: 3.5rem;
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .top-contribution__btns {
    gap: 5.3rem;
    flex-direction: column;
    align-items: center;
    margin-top: 7.2rem;
  }
}
.top-contact {
  padding: 9.1rem 1.6rem 14.7rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .top-contact {
    padding: 9.1rem 3.4rem 8.8rem;
  }
}
.top-contact__desc {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 4.3rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-contact__desc {
    font-size: 3.2rem;
    line-height: 1.5625;
    margin-top: 4.8rem;
    font-feature-settings: "palt";
  }
}
.top-contact__btn {
  width: fit-content;
  margin: 6rem auto 0;
}

@media screen and (max-width: 768px) {
  .top-contact__btn {
    margin: 8.7rem auto 0;
  }
}
/*** partner_bosyu  
****************************************************************************************/
.pb-mv {
  position: relative;
  padding: 16rem 1.6rem 0;
  margin-top: 8.4rem;
}

@media screen and (max-width: 768px) {
  .pb-mv {
    margin-top: 14.8rem;
  }
}
.pb-mv__image {
  position: absolute;
  min-height: 53rem;
  width: 100%;
  top: 0;
  left: 0;
}

.pb-mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pb-mv__text {
  position: relative;
  text-align: center;
}

.pb-mv-text__main {
  font-size: 7rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-shadow: 0.5rem 0.5rem 0.1rem #fff, -0.5rem -0.5rem 0.1rem #fff, -0.5rem 0.5rem 0.1rem #fff, 0.5rem -0.5rem 0.1rem #fff, 0.5rem 0 0.1rem #fff, -0.5rem 0 0.1rem #fff, 0 0.5rem 0.1rem #fff, 0 -0.5rem 0.1rem #fff;
}

@media screen and (max-width: 768px) {
  .pb-mv-text__main {
    font-size: 6.5rem;
  }
}
.pb-mv-text__sub {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 6.4rem;
  color: #fc7a7b;
}

@media screen and (max-width: 768px) {
  .pb-mv-text__sub {
    font-size: 3.5rem;
    margin-top: 6.2rem;
  }
}
.pb-mv-text__note {
  font-size: 2.8rem;
  line-height: 1.9642857143;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 6.1rem;
}

@media screen and (max-width: 768px) {
  .pb-mv-text__note {
    font-size: 3rem;
    line-height: 1.8333333333;
    margin-top: 6.2rem;
  }
}
.pb-mv-text__note span {
  font-weight: 700;
}

.pb-mv-cta {
  position: relative;
  padding: 6.5rem 1.6rem;
  margin-top: 5.2rem;
  background: linear-gradient(0deg, transparent 3.8rem, #eff4ec 3rem), linear-gradient(90deg, transparent 3.8rem, #eff4ec 3rem);
  background-size: 4rem 4rem;
  background-color: #fff;
  background-position: -1.4rem 1.4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pb-mv-cta {
    padding: 8.1rem 4rem;
    margin-top: 6.2rem;
    background: linear-gradient(0deg, transparent 2.85rem, #eff4ec 2.25rem), linear-gradient(90deg, transparent 2.85rem, #eff4ec 2.25rem);
    background-size: 3rem 3rem;
    background-color: #fff;
    background-position: -1.05rem 1.05rem;
  }
}
.pb-mv-cta__btn {
  width: fit-content;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .pb-mv-cta__btn .btn {
    width: 100%;
    max-width: 49.8rem;
  }
}
.pb-partner {
  padding: 12.5rem 1.6rem 14.2rem;
  background: url(../images/partner_bosyu/partner_bg.webp) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .pb-partner {
    padding: 7rem 4rem 7.8rem;
    background: url(../images/partner_bosyu/sp/partner_bg.webp) no-repeat;
    background-size: cover;
  }
}
.pb-partner__title {
  position: relative;
}

.pb-partner__bubbule {
  position: absolute;
  display: grid;
  place-content: center;
  content: "";
  font-size: 3rem;
  font-family: "Noto Sans JP", serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  width: 17.9rem;
  aspect-ratio: 478/448;
  background: url(../images/common/bubble.webp) no-repeat;
  background-size: contain;
  top: -10rem;
  right: -15rem;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .pb-partner__bubbule {
    top: 0;
    right: -19rem;
    color: #ff7671;
  }
}
.pb-partner__inner {
  max-width: 160rem;
  width: 100%;
  margin-inline: auto;
}

.pb-partner__List {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.1rem;
  margin-top: 9.9rem;
}

@media screen and (max-width: 768px) {
  .pb-partner__List {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.7rem;
    margin-top: 8.4rem;
  }
}
.pb-partner__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  border: 0.2rem solid #fc7a7b;
  padding: 2.9rem 2rem 2.9rem;
  background-color: #fff;
  border-radius: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pb-partner__item {
    display: block;
    min-height: 36rem;
  }
}
.pb-partner__item:nth-child(1) .pb-partner__image img {
  width: 68.6274509804%;
}

@media screen and (max-width: 768px) {
  .pb-partner__item:nth-child(1) .pb-partner__image img {
    width: 45rem;
  }
}
.pb-partner__item:nth-child(2) .pb-partner__image img {
  width: 50.1960784314%;
}

@media screen and (max-width: 768px) {
  .pb-partner__item:nth-child(2) .pb-partner__image img {
    width: 33.3rem;
  }
}
.pb-partner__item:nth-child(3) .pb-partner__image img {
  width: 41.7647058824%;
}

@media screen and (max-width: 768px) {
  .pb-partner__item:nth-child(3) .pb-partner__image img {
    width: 19.5rem;
  }
}
.pb-partner__image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8.8rem;
}

@media screen and (max-width: 768px) {
  .pb-partner__image {
    height: 12.4rem;
  }
}
.pb-partner__name {
  font-size: 2.65rem;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 768px) {
  .pb-partner__name {
    font-size: 3.4rem;
  }
}
.pb-partner__lead {
  font-size: 2rem;
  line-height: 1.1019080659;
  font-weight: 400;
  letter-spacing: 0.075em;
  max-width: 89%;
  width: fit-content;
  margin: 1.6rem auto 0;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .pb-partner__lead {
    font-size: 2.3rem;
  }
}
.pb-partner__term {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.38;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 0.5rem 1rem;
  margin-top: 0.75rem;
  background-color: #fff5f8;
  color: #da6e6e;
}

@media screen and (max-width: 768px) {
  .pb-partner__term {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.pb-partner__desc {
  font-size: 1.7rem;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: 0.8rem;
}

@media screen and (max-width: 768px) {
  .pb-partner__desc {
    font-size: 2.2rem;
    line-height: 1.2727272727;
    margin-top: 1.3rem;
  }
}
.pb-partner__desc.large {
  font-size: 1.8rem;
  line-height: 1.29;
}

@media screen and (max-width: 768px) {
  .pb-partner__desc.large {
    font-size: 2.4rem;
    line-height: 1.1666666667;
  }
}
.pb-partner__btn {
  width: fit-content;
  margin: 14.2rem auto 0;
}

.pb-worry {
  padding: 9rem 0 14rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .pb-worry {
    padding: 7.5rem 4rem 6.8rem;
  }
}
.pb-worry__inner {
  position: relative;
  max-width: 180rem;
  width: 100%;
  margin-inline: auto;
}

.pb-worry__inner::before {
  position: absolute;
  display: block;
  content: "";
  width: 44.7rem;
  aspect-ratio: 1;
  top: 5rem;
  left: 3rem;
  background: url(../images/partner_bosyu/appeal_left.webp) no-repeat;
  background-size: contain;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .pb-worry__inner::before {
    width: 14.5rem;
    top: 4rem;
    left: -8.5rem;
  }
}
.pb-worry__inner::after {
  position: absolute;
  display: block;
  content: "";
  width: 59.2rem;
  aspect-ratio: 1;
  top: 14.9rem;
  right: -5rem;
  background: url(../images/partner_bosyu/appeal_right.webp) no-repeat;
  background-size: contain;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .pb-worry__inner::after {
    width: 22.3rem;
    top: 42rem;
    right: -9.8rem;
  }
}
.pb-worry__title {
  position: relative;
}

.pb-worry__title::before {
  position: absolute;
  display: block;
  content: "";
  width: 16.4rem;
  aspect-ratio: 1;
  top: -2rem;
  right: -16.3rem;
  background: rgba(224, 224, 224, 0.2);
  border-radius: 100vmax;
}

@media screen and (max-width: 768px) {
  .pb-worry__title::before {
    width: 8.6rem;
    top: 31.3rem;
    right: -8.3rem;
  }
}
.pb-worry__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6rem;
  width: fit-content;
  margin: 12rem auto 0;
}

@media screen and (max-width: 768px) {
  .pb-worry__list {
    gap: 5rem;
    margin: 9.3rem auto 0;
  }
}
.pb-worry__list::after {
  display: inline-block;
  content: "";
  width: 37.4rem;
  aspect-ratio: 374/42;
  margin: 14rem auto 0;
  background: url(../images/common/three_triangle.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .pb-worry__list::after {
    margin: 7.3rem auto 0;
  }
}
.pb-worry__item {
  position: relative;
  font-size: 2.8rem;
  line-height: 1.4642857143;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-left: 10.3rem;
}

@media screen and (max-width: 768px) {
  .pb-worry__item {
    font-size: 3.4rem;
    line-height: 1.2058823529;
    padding-left: 6.3rem;
  }
}
.pb-worry__item::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 4.5rem;
  aspect-ratio: 45/41;
  top: 0.4rem;
  left: 0;
  background: url(../images/common/check_green.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .pb-worry__item::before {
    width: 5rem;
  }
}
.pb-worry-appeal-wrap {
  position: relative;
  max-width: 111.5rem;
  width: 100%;
  margin: 9.6rem auto 0;
}

@media screen and (max-width: 768px) {
  .pb-worry-appeal-wrap {
    margin: 15.2rem auto 0;
  }
}
.pb-worry-appeal-wrap::before {
  position: absolute;
  display: block;
  content: "";
  width: 25.2rem;
  aspect-ratio: 1;
  top: -19.6rem;
  left: -19.5rem;
  background: rgba(224, 224, 224, 0.2);
  border-radius: 100vmax;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .pb-worry-appeal-wrap::before {
    width: 10.5rem;
    top: -18.7rem;
    left: 0;
  }
}
.pb-worry-appeal {
  position: relative;
  padding: 5.7rem 11.2rem;
  background-color: #fff1f1;
  border-radius: 3rem;
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .pb-worry-appeal {
    padding: 6rem 4rem;
  }
}
.pb-worry-appeal__logo {
  position: absolute;
  width: 37.1rem;
  top: -6.2rem;
  left: 50%;
  translate: -50%;
}

@media screen and (max-width: 768px) {
  .pb-worry-appeal__logo {
    top: -7.2rem;
  }
}
.pb-worry-appeal__lead {
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 768px) {
  .pb-worry-appeal__lead {
    font-size: 3.5rem;
    line-height: 1.504;
  }
}
.pb-worry-appeal__lead span {
  display: block;
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .pb-worry-appeal__lead span {
    margin-bottom: 1.4rem;
  }
}
.pb-worry-appeal__image {
  max-width: 88.8rem;
  margin: 3.5rem auto 0;
}

@media screen and (max-width: 768px) {
  .pb-worry-appeal__image {
    max-width: 52.7rem;
  }
}
.pb-worry-appeal__note {
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 3.5rem;
}

@media screen and (max-width: 768px) {
  .pb-worry-appeal__note {
    font-size: 3.5rem;
    color: #fc7a7b;
  }
}
.pb-about {
  padding: 7.2rem 4rem 18.5rem;
  background: url(../images/partner_bosyu/about_bg.webp) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .pb-about {
    padding: 7.3rem 4rem 10.7rem;
    background: url(../images/partner_bosyu/sp/about_bg.webp) no-repeat;
    background-size: contain;
  }
}
.pb-about__inner {
  max-width: 120rem;
  width: 100%;
  margin-inline: auto;
}

.pb-about__row {
  display: flex;
  justify-content: space-between;
  margin-top: 5.3rem;
}

@media screen and (max-width: 768px) {
  .pb-about__row {
    flex-direction: column;
    margin-top: 6.1rem;
  }
}
.pb-about__text {
  width: 50%;
  padding-top: 6rem;
}

@media screen and (max-width: 768px) {
  .pb-about__text {
    width: 100%;
  }
}
.pb-about__text p {
  font-size: 2.8rem;
  line-height: 1.9642857143;
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .pb-about__text p {
    font-size: 3rem;
    line-height: 1.8333333333;
  }
}
.pb-about__text p span {
  font-weight: 700;
}

.pb-about__image {
  width: 35.6666666667%;
}

@media screen and (max-width: 768px) {
  .pb-about__image {
    width: 44.8%;
    margin-right: 9rem;
    margin-left: auto;
  }
}
.pb-pta {
  padding: 6rem 1.6rem 8rem;
  background: url(../images/partner_bosyu/pta_bg.png) no-repeat;
  background-size: 100%;
  background-position: top 13.6rem center;
}

@media screen and (max-width: 768px) {
  .pb-pta {
    padding: 8.4rem 4rem 10.4rem;
    background: url(../images/partner_bosyu/sp/pta_bg.webp) no-repeat;
    background-size: contain;
    background-position: top center;
  }
}
.pb-pta__list {
  margin-top: 18.6rem;
}

.pb-start {
  padding: 8.4rem 4rem 7rem;
  background-color: #fff4f4;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pb-start {
    padding: 5.4rem 0 6.2rem;
  }
}
.pb-start__lead {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 4.1rem;
  color: #fc7a7b;
}

@media screen and (max-width: 768px) {
  .pb-start__lead {
    font-size: 3.5rem;
    margin-top: 4.9rem;
  }
}
.pb-start__catch {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7.7rem;
  font-size: 2.8rem;
  line-height: 1.6071428571;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .pb-start__catch {
    gap: 0;
    font-size: 3.5rem;
    line-height: 1.2857142857;
    margin-top: 5.2rem;
  }
}
.pb-start__catch::before {
  display: inline-block;
  content: "";
  width: 4.1rem;
  aspect-ratio: 41/63;
  background: url(../images/partner_bosyu/start_deco_left.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.pb-start__catch::after {
  display: inline-block;
  content: "";
  width: 4.1rem;
  aspect-ratio: 41/63;
  background: url(../images/partner_bosyu/start_deco_right.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.pb-heading3::before {
  display: block;
  content: "";
  width: 37.4rem;
  aspect-ratio: 374/42;
  margin: 6.4rem auto 8.6rem;
  background: url(../images/common/three_triangle.svg) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .pb-heading3::before {
    margin: 7.5rem auto 6.7rem;
  }
}
.pb-heading3__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
}

.pb-heading3__inner h3 {
  font-size: 5.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fc7a7b;
}

.pb-heading3__inner span {
  display: grid;
  place-content: center;
  width: 11.1rem;
  font-size: 3.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  aspect-ratio: 1;
  border-radius: 100vmax;
  background-color: #fc7a7b;
  color: #fff;
}

.pb-start-appeal {
  max-width: 91.8rem;
  width: 100%;
  margin: 1.3rem auto 0;
  padding: 5.2rem 1.6rem 8.4rem;
  border: 0.4rem solid #fc7a7b;
  background-color: #fff;
  border-radius: 3rem;
}

@media screen and (max-width: 768px) {
  .pb-start-appeal {
    width: calc(100% - 8rem);
    padding: 5rem 4rem;
    margin: 3.2rem auto 0;
  }
}
.pb-start-appeal__title {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #fc7a7b;
}

@media screen and (max-width: 768px) {
  .pb-start-appeal__title {
    font-size: 4rem;
  }
}
.pb-start-appeal__desc {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 4.2rem;
}

@media screen and (max-width: 768px) {
  .pb-start-appeal__desc {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-top: 4.4rem;
  }
}
.pb-start-appeal__list {
  display: flex;
  flex-direction: column;
  gap: 4.9rem;
  width: fit-content;
  margin: 6.7rem auto 0;
  text-align: left;
}

.pb-start-appeal__item {
  position: relative;
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.075em;
  padding-left: 6rem;
}

.pb-start-appeal__item::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 4.5rem;
  aspect-ratio: 45/41;
  top: -0.4rem;
  left: 0;
  background: url(../images/common/check_pink.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.pb-start__note {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 5.9rem;
}

@media screen and (max-width: 768px) {
  .pb-start__note {
    font-size: 3.5rem;
    margin-top: 6.9rem;
    color: #fc7a7b;
  }
}
.pb-step {
  padding: 6rem 1.6rem 10rem;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .pb-step {
    padding: 5.5rem 1.6rem 7rem;
  }
}
.pb-step__lead {
  font-size: 3rem;
  line-height: 1.8333333333;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: 5.2rem;
  color: #fc7a7b;
}

@media screen and (max-width: 768px) {
  .pb-step__lead {
    font-size: 3.5rem;
    line-height: 1.5714285714;
    margin-top: 4.7rem;
  }
}
.pb-step__heading3 {
  font-size: 4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 7rem;
  color: #80ab6d;
}

@media screen and (max-width: 768px) {
  .pb-step__heading3 {
    font-size: 5.5rem;
    margin-top: 6rem;
  }
}
.pb-step__sub {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 4.6rem;
}

@media screen and (max-width: 768px) {
  .pb-step__sub {
    margin-top: 4.3rem;
  }
}
.pb-step__list-wrap {
  background: linear-gradient(0deg, transparent 3.8rem, #eff4ec 3rem), linear-gradient(90deg, transparent 3.8rem, #eff4ec 3rem);
  background-size: 4rem 4rem;
  background-color: #fff;
  background-position: -1.4rem -1rem;
  padding: 3rem 0 5rem;
  margin: 3.8rem calc(50% - 50vw) 0;
}

@media screen and (max-width: 768px) {
  .pb-step__list-wrap {
    margin: 3.1rem calc(50% - 50vw) 0;
  }
}
.pb-step__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 134rem;
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .pb-step__list {
    flex-direction: column;
    align-items: center;
    gap: 3.4rem;
  }
}
.pb-step__item {
  width: 37.3134328358%;
  padding: 2.5rem 1rem 3.7rem;
  border: 0.4rem solid #80ab6d;
  background-color: #fff;
  border-radius: 3rem;
}

@media screen and (max-width: 768px) {
  .pb-step__item {
    width: 64.8%;
    padding: 2.2rem 2rem 2.3rem;
  }
}
.pb-step__image {
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .pb-step__image {
    width: 100%;
    max-width: 36rem;
  }
}
.pb-step__image::before {
  display: block;
  content: "";
  width: 5.4rem;
  aspect-ratio: 54/79;
  margin: 0 auto 4.1rem;
  background: url(../images/common/check_green.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.pb-step-item__text {
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 3.9rem;
}

.pb-step__or {
  display: grid;
  place-content: center;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.075em;
  width: 18rem;
  aspect-ratio: 1;
  border-radius: 100vmax;
  background-color: #80ab6d;
  color: #fff;
}

.pb-step-result {
  width: fit-content;
  margin: 3.4rem auto 0;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .pb-step-result {
    margin: 4.6rem auto 0;
  }
}
.pb-step-result::before {
  display: block;
  content: "";
  width: 37.4rem;
  aspect-ratio: 374/42;
  margin: 0 auto 9.3rem;
  background: url(../images/common/three_triangle.svg) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .pb-step-result::before {
    margin: 0 auto 5rem;
  }
}
.pb-step-result__list {
  display: flex;
  flex-direction: column;
  gap: 5.2rem;
}

.pb-step-result__item {
  position: relative;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding-left: 5.6rem;
  color: #fc7a7b;
}

.pb-step-result__item::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 3rem;
  aspect-ratio: 1;
  top: 0.4rem;
  left: 0;
  background: #ffdddd;
  border-radius: 100vmax;
}

.pb-supporter {
  padding: 10.5rem 1.6rem 10.9rem;
  background-color: #e6eee2;
  clip-path: polygon(0 8rem, 100% 0%, 100% calc(100% - 8rem), 0% 100%);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pb-supporter {
    padding: 10rem 0 13.2rem;
  }
}
.pb-supporter__inner {
  max-width: 167rem;
  width: 100%;
  margin-inline: auto;
}

.pb-supporter__title {
  font-size: 5.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #80ab6d;
}

.pb-supporter__main {
  font-size: 3rem;
  line-height: 1.8333333333;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: 5.7rem;
}

@media screen and (max-width: 768px) {
  .pb-supporter__main {
    font-size: 3.5rem;
    line-height: 1.5714285714;
    margin-top: 5.7rem;
  }
}
.pb-supporter__sub {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 4.1rem;
}

@media screen and (max-width: 768px) {
  .pb-supporter__sub {
    font-size: 2.8rem;
    line-height: 1.6071428571;
    margin-top: 5rem;
  }
}
.pb-supporter__heading3 {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 4.3rem;
  color: #70bd49;
}

@media screen and (max-width: 768px) {
  .pb-supporter__heading3 {
    font-size: 4rem;
    margin-top: 5rem;
  }
}
.pb-supporter__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5.6rem;
  width: fit-content;
  margin: 4rem auto 0;
}

@media screen and (max-width: 768px) {
  .pb-supporter__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.3rem 3.2rem;
    margin: 6.2rem auto 0;
    width: calc(100% - 6rem);
  }
}
.pb-supporter__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  padding: 4.3rem 3rem 5rem;
  background-color: #fff;
  border-radius: 3rem;
}

@media screen and (max-width: 768px) {
  .pb-supporter__item {
    padding: 3.2rem 2.7rem 3.8rem;
  }
}
.pb-supporter__item:nth-child(1) .pb-supporter__image {
  width: 12.2rem;
}

@media screen and (max-width: 768px) {
  .pb-supporter__item:nth-child(1) .pb-supporter__image {
    width: 9rem;
  }
}
.pb-supporter__item:nth-child(2) .pb-supporter__image {
  width: 11.5rem;
}

@media screen and (max-width: 768px) {
  .pb-supporter__item:nth-child(2) .pb-supporter__image {
    width: 9.6rem;
  }
}
.pb-supporter__item:nth-child(3) .pb-supporter__image {
  width: 12.4rem;
}

@media screen and (max-width: 768px) {
  .pb-supporter__item:nth-child(3) .pb-supporter__image {
    width: 10.4rem;
  }
}
.pb-supporter__item:nth-child(4) .pb-supporter__image {
  width: 17.9rem;
}

@media screen and (max-width: 768px) {
  .pb-supporter__item:nth-child(4) .pb-supporter__image {
    width: 15.1rem;
  }
}
.pb-supporter__heading4 {
  position: relative;
  font-size: 4.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #70bd49;
}

.pb-supporter__heading4 span {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .pb-supporter__heading4 {
    font-size: 3.8rem;
  }
}
.pb-supporter__heading4::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 10.8rem;
  aspect-ratio: 108/85;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: url(../images/partner_bosyu/suppot_title_deco.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .pb-supporter__heading4::before {
    width: 9rem;
  }
}
.pb-supporter__price {
  font-size: 3.1rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 4.5rem;
}

@media screen and (max-width: 768px) {
  .pb-supporter__price {
    font-size: 2.6rem;
    margin-top: 3.6rem;
  }
}
.pb-supporter__price span {
  font-size: 3.8rem;
}

@media screen and (max-width: 768px) {
  .pb-supporter__price span {
    font-size: 3.4rem;
  }
}
.pb-supporter__image {
  display: grid;
  place-content: center;
  height: 18.1rem;
  margin: 1.9rem auto 0;
}

@media screen and (max-width: 768px) {
  .pb-supporter__image {
    height: 15.2rem;
    margin: 1.7rem auto 0;
  }
}
.pb-supporter__sublist {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3.5rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .pb-supporter__sublist {
    gap: 1rem;
    margin-top: 2.8rem;
  }
}
.pb-supporter__subitem {
  position: relative;
  font-size: 2.8rem;
  line-height: 1.2142857143;
  font-weight: 500;
  letter-spacing: 0.075em;
  padding-left: 4.2rem;
}

@media screen and (max-width: 768px) {
  .pb-supporter__subitem {
    font-size: 2.4rem;
    line-height: 1.575;
    padding-left: 3.5rem;
  }
}
.pb-supporter__subitem::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 3.3rem;
  aspect-ratio: 33/30;
  top: 0.4rem;
  left: 0;
  background: url(../images/common/check_green.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .pb-supporter__subitem::before {
    width: 2.7rem;
    top: 0.8rem;
  }
}
.pb-system {
  padding: 9rem 1.6rem 14.2rem;
  background: url(../images/partner_bosyu/system_bg.webp);
  background-size: cover;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pb-system {
    padding: 9.8rem 4rem 9.1rem;
    background: url(../images/partner_bosyu/sp/system_bg.webp);
    background-size: cover;
  }
}
.pb-system__inner {
  max-width: 160rem;
  width: 100%;
  margin-inline: auto;
}

.pb-system__bubbule {
  position: absolute;
  display: grid;
  place-content: center;
  content: "";
  font-size: 3rem;
  font-family: "Noto Sans JP", serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  width: 17.9rem;
  aspect-ratio: 478/448;
  background: url(../images/common/bubble.webp) no-repeat;
  background-size: contain;
  top: -8rem;
  right: -19rem;
  vertical-align: middle;
  color: #ff7671;
}

@media screen and (max-width: 768px) {
  .pb-system__bubbule {
    font-size: 3.3rem;
    width: 19.9rem;
    top: -2rem;
    right: -24rem;
  }
}
.pb-system__main {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: 5.4rem;
}

@media screen and (max-width: 768px) {
  .pb-system__main {
    font-size: 3.4rem;
  }
}
.pb-system__sub {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 3.8rem;
}

@media screen and (max-width: 768px) {
  .pb-system__sub {
    font-size: 3rem;
    line-height: 1.5;
  }
}
.pb-system__heading3 {
  position: relative;
  width: fit-content;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin: 9.6rem auto 0;
}

@media screen and (max-width: 768px) {
  .pb-system__heading3 {
    font-size: 4rem;
    margin: 9rem auto 0;
  }
}
.pb-system__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.4rem;
  margin-top: 5.9rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .pb-system__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 6.6rem;
    margin-top: 8.5rem;
  }
}
.pb-system__item {
  padding: 3.1rem 3.1rem 2.8rem;
  border: 0.2rem solid #fc7a7b;
  background-color: #fff;
  border-radius: 1.6rem;
}

@media screen and (max-width: 768px) {
  .pb-system__item {
    padding: 3.7rem 2.6rem 2.2rem;
  }
}
.pb-system__image {
  display: grid;
  place-content: center;
  aspect-ratio: 425/119;
  background-color: #f9e4e4;
  border-radius: 1.6rem;
}

@media screen and (max-width: 768px) {
  .pb-system__image {
    aspect-ratio: 614/140;
  }
}
.pb-system__image img {
  width: 4.4rem;
}

@media screen and (max-width: 768px) {
  .pb-system__image img {
    width: 5.3rem;
  }
}
.pb-system__cat {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.075em;
  padding: 0.9rem 2rem;
  margin-top: 1.8rem;
  background-color: #f9e4e4;
  color: #fc7d7e;
  border-radius: 100vmax;
}

@media screen and (max-width: 768px) {
  .pb-system__cat {
    font-size: 2.2rem;
    padding: 1.1rem 2.3rem;
  }
}
.pb-system__heading4 {
  font-size: 2.5rem;
  line-height: 1.1888;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: 2.2rem;
}

@media screen and (max-width: 768px) {
  .pb-system__heading4 {
    font-size: 3.4rem;
    line-height: 1.0344117647;
    margin-top: 2.8rem;
  }
}
.pb-system__desc {
  font-size: 1.8rem;
  line-height: 1.4072222222;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .pb-system__desc {
    font-size: 3rem;
    line-height: 1.2;
    margin-top: 2.6rem;
  }
}
.pb-system__btn {
  width: fit-content;
  margin: 8.6rem auto 0;
}

@media screen and (max-width: 768px) {
  .pb-system__btn {
    margin: 10.8rem auto 0;
  }
}
.pb-bottom {
  padding: 11rem 1.6rem;
  background: url(../images/partner_bosyu/bottom_bg.webp) no-repeat;
  background-size: cover;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pb-bottom {
    padding: 6.8rem 1.6rem 11rem;
    background: url(../images/partner_bosyu/sp/bottom_bg.webp) no-repeat;
    background-size: cover;
  }
}
.pb-bottom__main {
  font-size: 3rem;
  line-height: 1.8333333333;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: 5.4rem;
}

@media screen and (max-width: 768px) {
  .pb-bottom__main {
    font-size: 3.4rem;
    line-height: 1.5;
  }
}
.pb-bottom__sub {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 3.8rem;
}

@media screen and (max-width: 768px) {
  .pb-bottom__sub {
    margin-top: 6rem;
  }
}
.pb-bottom__btn {
  width: fit-content;
  margin: 9.7rem auto 0;
}

@media screen and (max-width: 768px) {
  .pb-bottom__btn {
    margin: 6rem auto 0;
  }
}
/*** sien_bosyu  
****************************************************************************************/
.sb-mv {
  position: relative;
  padding: 12.7rem 1.6rem 6rem;
  margin-top: 8.4rem;
}

@media screen and (max-width: 768px) {
  .sb-mv {
    margin-top: 14.8rem;
    padding: 23.4rem 1.6rem 13.2rem;
  }
}
.sb-mv-text {
  position: relative;
  text-align: center;
}

.sb-mv-text__main {
  font-size: 7rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .sb-mv-text__main {
    font-size: 6.5rem;
  }
}
.sb-mv-text__sub {
  font-size: 3rem;
  line-height: 1.9647177419;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 6.2rem;
}

@media screen and (max-width: 768px) {
  .sb-mv-text__sub {
    font-size: 3.5rem;
    line-height: 1.5;
  }
}
.sb-mv-text__desc {
  font-size: 2.8rem;
  line-height: 1.2857142857;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .sb-mv-text__desc {
    font-size: 3rem;
    line-height: 1.2857142857;
    margin-top: 6rem;
  }
}
.sb-mv-text__note {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  font-size: 2.8rem;
  line-height: 1.4285714286;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 4rem;
  color: #fc7a7b;
}

@media screen and (max-width: 768px) {
  .sb-mv-text__note {
    gap: 0;
    font-size: 3.5rem;
    margin-top: 5.4rem;
  }
}
.sb-mv-text__note::before, .sb-mv-text__note::after {
  display: inline-block;
  content: "";
  width: 4.7rem;
  aspect-ratio: 47/76;
  vertical-align: middle;
}

.sb-mv-text__note::before {
  background: url(../images/sien_bosyu/mv_text_deco_left.svg) no-repeat;
  background-size: contain;
}

.sb-mv-text__note::after {
  background: url(../images/sien_bosyu/mv_text_deco_right.svg) no-repeat;
  background-size: contain;
}

.sb-mv__image {
  position: absolute;
  min-height: 57.35rem;
  width: 100%;
  top: 0;
  left: 0;
}

.sb-ichiran {
  padding: 5.8rem 1.6rem 8rem;
}

@media screen and (max-width: 768px) {
  .sb-ichiran {
    padding: 6.9rem 4rem 8.8rem;
  }
}
.sb-ichiran__bubbule {
  position: absolute;
  display: grid;
  place-content: center;
  content: "";
  font-size: 2rem;
  font-family: "Noto Sans JP", serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  width: 10.4rem;
  aspect-ratio: 478/448;
  background: url(../images/common/bubble.webp) no-repeat;
  background-size: contain;
  top: -3.5rem;
  right: -7rem;
  vertical-align: middle;
  color: #ff7671;
}

@media screen and (max-width: 768px) {
  .sb-ichiran__bubbule {
    font-size: 3rem;
    width: 17.7rem;
    top: 0rem;
    right: -19rem;
  }
}
.sb-ichiran__inner {
  max-width: 160rem;
  width: 100%;
  margin-inline: auto;
}

.sb-ichiran__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.4rem;
  margin-top: 5.3rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .sb-ichiran__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 6rem;
    margin-top: 8.3rem;
  }
}
.sb-ichiran__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  padding: 1.5rem 3.1rem 2.8rem;
  border: 0.2rem solid #fc7a7b;
  background-color: #fff;
  border-radius: 1.6rem;
}

@media screen and (max-width: 768px) {
  .sb-ichiran__item {
    padding: 3.7rem 2.6rem 2.2rem;
  }
}
.sb-ichiran__item:nth-child(1) img {
  width: 36.5rem;
}

@media screen and (max-width: 768px) {
  .sb-ichiran__item:nth-child(1) img {
    width: 54.2rem;
  }
}
.sb-ichiran__item:nth-child(2) img {
  width: 15.4rem;
}

@media screen and (max-width: 768px) {
  .sb-ichiran__item:nth-child(2) img {
    width: 19.6rem;
  }
}
@media screen and (max-width: 768px) {
  .sb-ichiran__item:nth-child(3) {
    display: none;
  }
}
.sb-ichiran__image {
  display: grid;
  place-content: center;
  height: 15rem;
}

@media screen and (max-width: 768px) {
  .sb-ichiran__image {
    height: 19.6rem;
  }
}
.sb-ichiran__image.no-image {
  width: 100%;
  height: auto;
  aspect-ratio: 425/119;
  margin-top: 1.7rem;
  background-color: #f9e4e4;
  border-radius: 1.6rem;
}

@media screen and (max-width: 768px) {
  .sb-ichiran__image.no-image {
    aspect-ratio: 614/140;
  }
}
.sb-ichiran__image.no-image img {
  width: 4.4rem;
}

@media screen and (max-width: 768px) {
  .sb-ichiran__image.no-image img {
    width: 5.3rem;
  }
}
.sb-ichiran__cat {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.075em;
  padding: 0.9rem 2rem;
  margin-top: 1.8rem;
  background-color: #f9e4e4;
  color: #fc7d7e;
  border-radius: 100vmax;
}

@media screen and (max-width: 768px) {
  .sb-ichiran__cat {
    font-size: 2.2rem;
    padding: 1.1rem 2.3rem;
  }
}
.sb-ichiran__name {
  font-size: 2.5rem;
  line-height: 1.1888;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: 2.2rem;
}

@media screen and (max-width: 768px) {
  .sb-ichiran__name {
    font-size: 3.4rem;
    line-height: 1.0344117647;
    margin-top: 2.8rem;
  }
}
.sb-ichiran__heading4 {
  font-size: 2.5rem;
  line-height: 1.1888;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: 2.2rem;
}

@includesb-ichiran sp {
  .sb-ichiran__heading4 {
    font-size: 3.4rem;
    line-height: 1.0344117647;
    margin-top: 2.8rem;
  }
}
.sb-ichiran__desc {
  font-size: 1.8rem;
  line-height: 1.4072222222;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .sb-ichiran__desc {
    font-size: 3rem;
    line-height: 1.2;
    margin-top: 2.6rem;
  }
}
.sb-ichiran__btn {
  width: fit-content;
  margin: 5.9rem auto 0;
}

@media screen and (max-width: 768px) {
  .sb-ichiran__btn {
    margin: 10.8rem auto 0;
  }
}
.sb-ichiran__btn .btn {
  font-size: 3.2rem;
}

.sb-recommend {
  position: relative;
  padding: 9.7rem 1.6rem 16rem;
  background: url(../images/sien_bosyu/recommend_bg.webp) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .sb-recommend {
    padding: 7rem 4rem 14.5rem;
    background: url(../images/sien_bosyu/sp/recommend_bg.webp) no-repeat;
    background-size: cover;
  }
}
.sb-recommend::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 47.8rem;
  aspect-ratio: 1;
  top: 5.1rem;
  left: 3.4rem;
  background: url(../images/sien_bosyu/recommend1.webp) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .sb-recommend::before {
    width: 12.2rem;
    top: auto;
    left: 0;
    bottom: 0;
  }
}
.sb-recommend::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 43.5rem;
  aspect-ratio: 1;
  top: 19.3rem;
  right: 11.3rem;
  background: url(../images/sien_bosyu/recommend2.webp) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .sb-recommend::after {
    width: 20rem;
    top: 10.5rem;
    right: -2.5rem;
  }
}
.sb-recommend__inner {
  max-width: 180rem;
  width: 100%;
  margin-inline: auto;
}

.sb-recommend__list {
  width: fit-content;
  margin: 6.4rem auto 0;
}

.sb-list {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}

@media screen and (max-width: 768px) {
  .sb-list {
    gap: 4.5rem;
  }
}
.sb-item {
  position: relative;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-left: 6.6rem;
}

@media screen and (max-width: 768px) {
  .sb-item {
    line-height: 1.5;
  }
}
.sb-item::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 4.5rem;
  aspect-ratio: 45/41;
  top: -0.6rem;
  left: 0;
  background: url(../images/common/check_green.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .sb-item::before {
    top: -0.2rem;
  }
}
.sb-about {
  padding: 9.6rem 1.6rem 20.4rem;
  background: url(../images/sien_bosyu/about_bg.webp) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .sb-about {
    padding: 7.5rem 7.2rem 10rem;
    background: url(../images/sien_bosyu/sp/about_bg.webp) no-repeat;
    background-size: contain;
    overflow: hidden;
  }
}
.sb-about__inner {
  max-width: 123rem;
  width: 100%;
  margin-inline: auto;
}

.sb-about__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 9.1rem;
}

@media screen and (max-width: 768px) {
  .sb-about__row {
    flex-direction: column;
    margin-top: 6.7rem;
  }
}
.sb-about__text {
  width: 48.7804878049%;
}

@media screen and (max-width: 768px) {
  .sb-about__text {
    width: 100%;
  }
}
.sb-about__text p {
  font-size: 2.8rem;
  line-height: 1.9642857143;
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .sb-about__text p {
    font-size: 3rem;
    line-height: 1.8333333333;
  }
}
.sb-about__text p span {
  font-weight: 700;
}

.sb-about__image {
  width: 36.2601626016%;
  margin-top: 5.2rem;
}

@media screen and (max-width: 768px) {
  .sb-about__image {
    width: 33rem;
    margin-top: -2rem;
    margin-left: auto;
    margin-right: calc(50% - 50vw);
  }
}
.sb-system {
  padding: 9.7rem 1.6rem 12.1rem;
  background: url(../images/sien_bosyu/system_bg.webp) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .sb-system {
    padding: 6.7rem 1.5rem 16rem;
    background: url(../images/sien_bosyu/sp/system_bg.webp) no-repeat;
    background-size: contain;
  }
}
.sb-system__lead {
  font-size: 2.8rem;
  line-height: 1.9642857143;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 3.9rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sb-system__lead {
    font-size: 3rem;
    line-height: 1.5;
    margin-top: 6.2rem;
  }
}
.sb-system-block {
  position: relative;
  max-width: 144.2rem;
  width: 100%;
  margin-inline: auto;
  padding: 12rem 6rem 6.5rem;
  border-radius: 3rem;
}

@media screen and (max-width: 768px) {
  .sb-system-block {
    padding: 7rem 1rem 5.4rem;
  }
}
.sb-system-block:nth-of-type(1) {
  margin-top: 6.2rem;
  background-color: #fff5f5;
}

@media screen and (max-width: 768px) {
  .sb-system-block:nth-of-type(1) {
    margin-top: 10rem;
  }
}
.sb-system-block:nth-of-type(1) .sb-system-block__num {
  width: 8.4rem;
}

@media screen and (max-width: 768px) {
  .sb-system-block:nth-of-type(1) .sb-system-block__num {
    width: 7.9rem;
  }
}
.sb-system-block:nth-of-type(2) {
  margin-top: 14rem;
  background-color: #f6fff2;
}

@media screen and (max-width: 768px) {
  .sb-system-block:nth-of-type(2) {
    margin-top: 10rem;
  }
}
.sb-system-block:nth-of-type(2) .sb-system-block__num {
  width: 10.7rem;
}

@media screen and (max-width: 768px) {
  .sb-system-block:nth-of-type(2) .sb-system-block__num {
    width: 9.1rem;
  }
}
.sb-system-block:nth-of-type(2) .sb-system-block-item__title {
  color: #80ab6d;
}

.sb-system-block__title {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.4rem;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: max-content;
  top: -3.8rem;
  left: 50%;
  translate: -50%;
}

@media screen and (max-width: 768px) {
  .sb-system-block__title {
    gap: 3rem;
    font-size: 3.5rem;
  }
}
.sb-system-block__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .sb-system-block__list {
    gap: 1rem;
  }
}
.sb-system-block-item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  text-align: center;
}

.sb-system-block-item:not(:last-child)::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 4.5rem;
  aspect-ratio: 45/52;
  top: 15.9rem;
  right: -3.5rem;
  background: url(../images/sien_bosyu/system_triangle.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .sb-system-block-item:not(:last-child)::before {
    width: 2.8rem;
    top: 7.9rem;
    right: -2.2rem;
  }
}
.sb-system-block-item__image {
  max-width: 31.2rem;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .sb-system-block-item__image {
    max-width: 17.5rem;
  }
}
.sb-system-block-item__title {
  display: grid;
  place-content: center;
  font-size: 3.6rem;
  line-height: 1.3888888889;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 2.6rem;
  color: #fc7a7b;
}

@media screen and (max-width: 768px) {
  .sb-system-block-item__title {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
.sb-system-block-item__desc {
  display: grid;
  place-content: center;
  font-size: 2.4rem;
  line-height: 2.0833333333;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .sb-system-block-item__desc {
    place-content: normal;
    font-size: 2rem;
    line-height: 1.3;
    margin-top: 1.9rem;
  }
}
.sb-system__note {
  font-size: 3rem;
  line-height: 1.2666666667;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 5.6rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sb-system__note {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-top: 4rem;
  }
}
.sb-merit {
  padding: 9.7rem 1.6rem 4.7rem;
  background: url(../images/sien_bosyu/merit_bg.webp) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .sb-merit {
    padding: 7.1rem 0 3.8rem;
    background: url(../images/sien_bosyu/sp/merit_bg.webp) no-repeat;
    background-size: cover;
  }
}
.sb-merit__inner {
  max-width: 158rem;
  width: 100%;
  margin-inline: auto;
}

.sb-merit__row {
  display: flex;
  gap: 2rem;
  margin-top: 6.6rem;
}

@media screen and (max-width: 768px) {
  .sb-merit__row {
    flex-direction: column;
    align-items: center;
    gap: 5.1rem;
  }
}
.sb-merit__image {
  width: 51.6772151899%;
  margin-top: -18rem;
}

@media screen and (max-width: 768px) {
  .sb-merit__image {
    width: 45.4rem;
    margin-top: 0;
    margin-right: auto;
    order: 2;
  }
}
.sb-merit__item {
  position: relative;
}

.sb-merit__item span {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .sb-merit__item span {
    position: absolute;
    font-size: 2rem;
    left: 7rem;
    bottom: -2.4rem;
  }
}
.sb-gathering-reason {
  padding: 9.7rem 1.6rem;
  background: url(../images/sien_bosyu/gathering-reason_bg.webp) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .sb-gathering-reason {
    padding: 9.1rem 0 0;
    background: url(../images/sien_bosyu/sp/gathering-reason_bg.webp) no-repeat;
    background-size: cover;
  }
}
.sb-gathering-reason__inner {
  max-width: 155rem;
  width: 100%;
  margin-inline: auto;
}

.sb-gathering-reason__row {
  display: flex;
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .sb-gathering-reason__row {
    flex-direction: column;
    align-items: center;
    margin-top: 5.6rem;
  }
}
.sb-gathering-reason__text {
  width: 43.2258064516%;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .sb-gathering-reason__text {
    width: fit-content;
    margin-left: 0;
  }
}
.sb-gathering-reason__lead {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .sb-gathering-reason__lead {
    font-size: 3rem;
  }
}
.sb-gathering-reason__list {
  margin-top: 5.9rem;
}

@media screen and (max-width: 768px) {
  .sb-gathering-reason__list {
    margin-top: 5.5rem;
  }
}
.sb-gathering-reason__note {
  font-size: 2.8rem;
  line-height: 1.7142857143;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 6.1rem;
}

@media screen and (max-width: 768px) {
  .sb-gathering-reason__note {
    font-size: 3rem;
    line-height: 1.5;
    margin-top: 6.6rem;
  }
}
.sb-gathering-reason__image {
  width: 42.4193548387%;
  margin-top: -6rem;
}

@media screen and (max-width: 768px) {
  .sb-gathering-reason__image {
    width: 55.4666666667%;
    margin-left: auto;
  }
}
.sb-keep-reason {
  padding: 10.5rem 1.6rem 4.1rem;
  background-color: #fff;
}

.sb-keep-reason__inner {
  max-width: 108rem;
  width: 100%;
  margin-inline: auto;
}

.sb-keep-reason__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "a b c";
  gap: 7.2rem;
  margin-top: 6.3rem;
}

@media screen and (max-width: 768px) {
  .sb-keep-reason__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "a b" "c c";
    gap: 0;
  }
}
.sb-keep-reason-item {
  display: grid;
  gap: 0;
  text-align: center;
}

.sb-keep-reason-item:nth-child(1) {
  grid-area: a;
}

.sb-keep-reason-item:nth-child(2) {
  grid-area: b;
}

.sb-keep-reason-item:nth-child(3) {
  grid-area: c;
}

@media screen and (max-width: 768px) {
  .sb-keep-reason-item:nth-child(3) {
    justify-self: center;
    margin-top: -2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sb-keep-reason-item__image {
    max-width: 24.2rem;
    margin-inline: auto;
  }
}
.sb-keep-reason-item__title {
  display: grid;
  place-content: center;
  font-size: 3.6rem;
  line-height: 1.3888888889;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 2rem;
  color: #fc7a7b;
}

.sb-keep-reason__note {
  font-size: 2.8rem;
  line-height: 1.7142857143;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 3rem;
  text-align: center;
}

.sb-feature {
  padding: 6.8rem 1.6rem 9.8rem;
  background: url(../images/sien_bosyu/feature_bg.webp) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .sb-feature {
    padding: 4.6rem 4rem 9rem;
    background: url(../images/sien_bosyu/sp/feature_bg.webp) no-repeat;
    background-size: cover;
  }
}
.sb-feature__inner {
  max-width: 152rem;
  width: 100%;
  margin-inline: auto;
}

.sb-feature__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5.6rem;
  margin-top: 17.7rem;
}

@media screen and (max-width: 768px) {
  .sb-feature__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 19.1rem;
    margin-top: 22.3rem;
  }
}
.sb-feature-item {
  position: relative;
  display: grid;
  min-height: 30.7rem;
  padding: 14rem 2rem 2rem;
  border: 0.3rem solid #81b368;
  background-color: #fff;
  border-radius: 3rem;
}

@media screen and (max-width: 768px) {
  .sb-feature-item {
    width: 41.2rem;
    padding: 3rem 1rem 2.5rem;
    min-height: 18.8rem;
    margin-inline: auto;
  }
}
.sb-feature-item:nth-child(1) {
  line-height: 1.1121408712;
}

@media screen and (max-width: 768px) {
  .sb-feature-item:nth-child(1) {
    line-height: 1.2857142857;
  }
}
@media screen and (max-width: 768px) {
  .sb-feature-item:nth-child(4) {
    padding-bottom: 5rem;
  }
}
.sb-feature-item__image {
  position: absolute;
  max-width: 23.5rem;
  top: -11rem;
  left: 50%;
  translate: -50%;
}

@media screen and (max-width: 768px) {
  .sb-feature-item__image {
    max-width: 20rem;
    width: 100%;
    top: -15.5rem;
  }
}
.sb-feature-item__title {
  display: grid;
  place-content: center;
  font-size: 3.2rem;
  line-height: 1.4828544949;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sb-feature-item__title {
    align-self: flex-end;
    font-size: 2.8rem;
    line-height: 1.2857142857;
  }
}
.sb-ichiran2 {
  background: #fff;
}

.sb-ichiran2__btn {
  width: fit-content;
  margin: 5.9rem auto 0;
}

@media screen and (max-width: 768px) {
  .sb-ichiran2__btn {
    margin: 7.9rem auto 0;
  }
}
.sb-ichiran2__btn .btn {
  font-size: 3.2rem;
}

.sb-report {
  padding: 8.5rem 1.6rem 8rem;
  background: url(../images/sien_bosyu/report_bg.webp) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .sb-report {
    padding: 7.8rem 1.6rem 9.5rem;
    background: url(../images/sien_bosyu/sp/report_bg.webp) no-repeat;
    background-size: cover;
  }
}
.sb-report__list {
  max-width: 88rem;
  width: 100%;
  padding: 4.1rem 2rem 3.6rem;
  margin: 10.9rem auto 0;
  border: 0.4rem solid #80ab6d;
  background-color: #fff;
  border-radius: 3rem;
}

@media screen and (max-width: 768px) {
  .sb-report__list {
    max-width: 64rem;
  }
}
.sb-report__image {
  width: 2.5rem;
}

.sb-report__item {
  display: flex;
  align-items: center;
  gap: 2.3rem;
  border-bottom: 0.2rem solid #d8e1d3;
  padding: 1.4rem 1rem;
}

@media screen and (max-width: 768px) {
  .sb-report__item {
    padding: 2.4rem 1rem;
  }
}
.sb-report__item:last-child {
  border-bottom: none;
}

.sb-report__date {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #b1d0a3;
}

@media screen and (max-width: 768px) {
  .sb-report__date {
    font-size: 1.6rem;
  }
}
.sb-report__title {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .sb-report__title {
    font-size: 2.4rem;
    line-height: 1.0491666667;
    margin-top: 1.2rem;
  }
}
.sb-bottom {
  padding: 6rem 1.6rem 8.6rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .sb-bottom {
    padding: 6.8rem 1.6rem 8.5rem;
  }
}
.sb-bottom__desc {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 3.6rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sb-bottom__desc {
    font-size: 3rem;
    margin-top: 6.1rem;
  }
}
.sb-bottom__btn {
  width: fit-content;
  margin: 8.2rem auto 0;
}

@media screen and (max-width: 768px) {
  .sb-bottom__btn {
    margin: 5.6rem auto 0;
  }
}
.sb-bottom__btn .btn {
  font-size: 3.2rem;
}

/*** 応援パートナー一覧 
****************************************************************************************/
.pi-mv {
  position: relative;
  padding: 20.6rem 0 3rem;
  margin-top: 8.4rem;
}

@media screen and (max-width: 768px) {
  .pi-mv {
    margin-top: 14.8rem;
    padding: 23.4rem 1.6rem 3.2rem;
  }
}
.pi-mv__image {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.pi-mv-text {
  position: relative;
  text-align: center;
}

.pi-mv-text::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 30rem;
  aspect-ratio: 1;
  top: -18rem;
  left: calc(50% - 52rem);
  translate: -50%;
  background: url(../images/partner_ichiran/mv_deco.webp) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .pi-mv-text::after {
    position: static;
    width: 21.1rem;
    margin: 5rem auto 0 -15rem;
  }
}
.pi-mv-text__main {
  font-size: 7rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .pi-mv-text__main {
    font-size: 6.5rem;
  }
}
.pi-mv-text__sub {
  font-size: 3rem;
  line-height: 1.8333333333;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 7.4rem;
}

@media screen and (max-width: 768px) {
  .pi-mv-text__sub {
    font-size: 3.5rem;
    line-height: 1.5;
    margin-top: 6.2rem;
  }
}
.pi-mv-text__note {
  font-size: 2.8rem;
  line-height: 1.9642857143;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 0.7rem;
}

@media screen and (max-width: 768px) {
  .pi-mv-text__note {
    font-size: 3rem;
    line-height: 1.5;
    margin-top: 6rem;
  }
}
.pi-school {
  padding: 5.3rem 1.6rem 13rem;
  background: url(../images/partner_ichiran/school_bg.webp) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .pi-school {
    padding: 4.9rem 3rem 11.5rem;
    background: url(../images/partner_ichiran/sp/school_bg.webp) no-repeat;
    background-size: contain;
  }
}
.ichiran-title {
  width: fit-content;
  font-size: 3rem;
  font-family: "maru";
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 2.3rem 4.6rem 2.1rem;
  margin-inline: auto;
  background-color: #fcf2f2;
  border-radius: 100vmax;
}

@media screen and (max-width: 768px) {
  .ichiran-title {
    font-size: 4rem;
    padding: 2.4rem 8.4rem;
  }
}
.ichiran-container {
  max-width: 146rem;
  width: 100%;
  margin-inline: auto;
}

.pi-school__title span {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

@media screen and (max-width: 768px) {
  .pi-school__title span {
    gap: 2rem;
  }
}
.pi-school__title span::before {
  display: inline-block;
  content: "";
  width: 2.8rem;
  aspect-ratio: 28/43;
  background: url(../images/partner_ichiran/partner_icon.webp) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .pi-school__title span::before {
    width: 3.2rem;
  }
}
.school__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 6rem;
  margin-top: 7.9rem;
}

@media screen and (max-width: 768px) {
  .school__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4.9rem;
  }
}
.school__item {
  display: flex;
  gap: 3.3rem;
  padding: 2.5rem 2.4rem;
  border: 0.2rem solid #fc7a7b;
  background-color: #fff;
  border-radius: 1.6rem;
}

@media screen and (max-width: 768px) {
  .school__item {
    gap: 2.1rem;
    padding: 5.1rem 2.1rem 2.6rem 3.5rem;
  }
}
.school__image {
  width: 12rem;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .school__image {
    width: 15.4rem;
  }
}
.school__name {
  font-size: 2.4rem;
  line-height: 1.1891012607;
  font-weight: 700;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .school__name {
    font-size: 3.4rem;
  }
}
.school__desc {
  font-size: 1.7rem;
  line-height: 1.4073446328;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 2.1rem;
}

@media screen and (max-width: 768px) {
  .school__desc {
    font-size: 3rem;
    line-height: 1.2;
    margin-top: 2.5rem;
  }
}
.pi-partner1 {
  padding: 5.2rem 1.6rem 4.5rem;
  background: url(../images/partner_ichiran/partner1_bg.webp) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .pi-partner1 {
    padding: 6.8rem 7.5rem 6rem;
    background: url(../images/partner_ichiran/sp/partner1_bg.webp) no-repeat;
    background-size: contain;
  }
}
.pi-partner1 .p-company-item:nth-child(1) .p-company__image {
  width: 32.2rem;
}

@media screen and (max-width: 768px) {
  .pi-partner1 .p-company-item:nth-child(1) .p-company__image {
    width: 42.6rem;
  }
}
.pi-partner1 .p-company-item:nth-child(2) .p-company__image {
  width: 14.6rem;
}

@media screen and (max-width: 768px) {
  .pi-partner1 .p-company-item:nth-child(2) .p-company__image {
    width: 18.6rem;
  }
}
.pi-partner1 .p-company-item:nth-child(3) .p-company__image {
  width: 13.2rem;
}

@media screen and (max-width: 768px) {
  .pi-partner1 .p-company-item:nth-child(3) .p-company__image {
    width: 16.8rem;
  }
}
.ichiran-subtitle {
  font-size: 2.3rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: 5.4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ichiran-subtitle {
    font-size: 3rem;
    margin-top: 4.9rem;
  }
}
.p-company-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8rem;
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .p-company-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.7rem;
    margin-top: 14.4rem;
  }
}
.p-company-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0;
  padding: 2rem;
  text-align: center;
  border: 0.2rem solid #fc7a7b;
  background-color: #fff;
  border-radius: 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-company-item {
    padding: 3rem 1rem;
  }
}
.p-company__image {
  display: grid;
  place-content: center;
  margin-inline: auto;
}

.p-company__name {
  font-size: 2.4rem;
  line-height: 1.0341704405;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: 2.6rem;
}

@media screen and (max-width: 768px) {
  .p-company__name {
    font-size: 3.1rem;
  }
}
.p-company__desc {
  display: grid;
  place-content: center;
  width: fit-content;
  font-size: 1.7rem;
  line-height: 1.1764705882;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin: 1.4rem auto 0;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-company__desc {
    font-size: 2.3rem;
  }
}
.p-company__bonus-term {
  display: block;
  width: fit-content;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 0.3rem 0.8rem;
  margin: 0.4rem auto 0;
  background-color: #fff5f8;
  color: #da6e6e;
}

@media screen and (max-width: 768px) {
  .p-company__bonus-term {
    font-size: 2rem;
    height: fit-content;
  }
}
.p-company__bonus-desc {
  font-size: 1.7rem;
  line-height: 1.1764705882;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: 0.4rem;
}

@media screen and (max-width: 768px) {
  .p-company__bonus-desc {
    font-size: 2.4rem;
    line-height: 1.1666666667;
  }
}
.pi-partner2 {
  padding: 5.2rem 1.6rem 8rem;
  background: url(../images/partner_ichiran/partner2_bg.webp) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .pi-partner2 {
    padding: 6.4rem 7.5rem 11rem;
    background: url(../images/partner_ichiran/sp/partner2_bg.webp) no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .pi-partner2 .p-company-list {
    margin-top: 10.9rem;
  }
}
.pi-partner2 .p-company-item:nth-child(1) .p-company__image {
  width: 14.4rem;
}

@media screen and (max-width: 768px) {
  .pi-partner2 .p-company-item:nth-child(1) .p-company__image {
    width: 18.4rem;
  }
}
.pi-partner2 .p-company-item:nth-child(2) .p-company__image {
  width: 23.5rem;
}

@media screen and (max-width: 768px) {
  .pi-partner2 .p-company-item:nth-child(2) .p-company__image {
    width: 30rem;
  }
}
.pi-partner2 .p-company-item:nth-child(3) .p-company__image {
  width: 19.5rem;
}

@media screen and (max-width: 768px) {
  .pi-partner2 .p-company-item:nth-child(3) .p-company__image {
    width: 25.1rem;
  }
}
/*** 支援先団体一覧 
****************************************************************************************/
.si-mv {
  position: relative;
  padding: 12.9rem 0 3rem;
  margin-top: 8.4rem;
}

@media screen and (max-width: 768px) {
  .si-mv {
    margin-top: 14.8rem;
    padding: 23.4rem 1.6rem 3.2rem;
  }
}
.si-mv__image {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.si-mv-text {
  position: relative;
  text-align: center;
}

.si-mv-text::after {
  position: absolute;
  display: block;
  content: "";
  width: 25.8rem;
  aspect-ratio: 1;
  top: -7rem;
  right: calc(50% - 77.7rem);
  translate: -50%;
  background: url(../images/shien_ichiran/mv_image.webp) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .si-mv-text::after {
    position: static;
    margin: 2rem 0 0 auto;
    translate: 0;
  }
}
.si-mv-text__main {
  font-size: 7rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-shadow: 0.5rem 0.5rem 0.1rem #fff, -0.5rem -0.5rem 0.1rem #fff, -0.5rem 0.5rem 0.1rem #fff, 0.5rem -0.5rem 0.1rem #fff, 0.5rem 0 0.1rem #fff, -0.5rem 0 0.1rem #fff, 0 0.5rem 0.1rem #fff, 0 -0.5rem 0.1rem #fff;
}

@media screen and (max-width: 768px) {
  .si-mv-text__main {
    font-size: 6.5rem;
  }
}
.si-mv-text__sub {
  font-size: 3rem;
  line-height: 1.8333333333;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 7.4rem;
}

@media screen and (max-width: 768px) {
  .si-mv-text__sub {
    font-size: 3.5rem;
    line-height: 1.5;
    margin-top: 6.2rem;
  }
}
.si-mv-text__note {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 0.7rem;
}

@media screen and (max-width: 768px) {
  .si-mv-text__note {
    font-size: 3rem;
    line-height: 1.5;
    margin-top: 2rem;
  }
}
.si-category {
  padding: 4.3rem 1.6rem 7.9rem;
  background-color: #fff;
}

.si-category__inner {
  max-width: 94rem;
  width: 100%;
  margin-inline: auto;
}

.si-category__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3.6rem 1.5rem;
}

@media screen and (max-width: 768px) {
  .si-category__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.3rem 2.4rem;
  }
}
.si-category__item a {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
  font-size: 2.3rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  min-width: 17.8rem;
  width: fit-content;
  padding: 1.7rem;
  background-color: #fcf2f2;
  border-radius: 100vmax;
}

@media screen and (max-width: 768px) {
  .si-category__item a {
    font-size: 2.9rem;
    min-width: 22.6rem;
    padding: 2.2rem 2.8rem;
  }
}
.si-category__item a::before {
  display: inline-block;
  content: "";
  width: 2.9rem;
  aspect-ratio: 29/27;
  background-color: #e0797a;
  mask-image: url(../images/shien_ichiran/heart.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .si-category__item a::before {
    width: 3.7rem;
  }
}
.si-category__item a.active {
  background-color: #e0797a;
  color: #fff;
}

.si-category__item a.active::before {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .si-category__item:nth-child(odd) {
    margin-left: auto;
  }
}
.si-ichiran {
  padding: 5rem 1.6rem 10.4rem;
  background: url(../images/shien_ichiran/ichiran_bg.webp) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .si-ichiran {
    padding: 5.1rem 7.5rem 8.9rem;
    background: url(../images/shien_ichiran/sp/ichiran_bg.webp) no-repeat;
    background-size: cover;
  }
}
.si-ichiran__inner {
  max-width: 130rem;
  width: 100%;
  margin-inline: auto;
}

.si-ichiran-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.7rem;
  min-height: 43.9rem;
}

@media screen and (max-width: 768px) {
  .si-ichiran-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8.9rem;
    min-height: 0;
  }
}
.si-ichiran-item {
  display: grid;
  gap: 0;
  padding: 1.1rem 3.1rem 3.4rem;
  border: 0.2rem solid #fc7a7b;
  background-color: #fff;
  border-radius: 1.6rem;
}

@media screen and (max-width: 768px) {
  .si-ichiran-item {
    padding: 1.7rem 4.3rem 4.2rem;
  }
}
.si-ichiran__image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12.5rem;
  margin-inline: auto;
}

.si-ichiran__image img {
  max-width: 80%;
  width: auto;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .si-ichiran__image {
    height: 18.8rem;
  }
}
.si-ichiran__cat {
  margin-top: 0.3rem;
}

.si-ichiran__label {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.075em;
  width: fit-content;
  height: fit-content;
  padding: 0.7rem 1.6rem;
  background-color: #f9e4e4;
  border-radius: 100vmax;
}

@media screen and (max-width: 768px) {
  .si-ichiran__label {
    font-size: 2.2rem;
    padding: 1.1rem 2.4rem;
  }
}
.si-ichiran__name {
  font-size: 2.3rem;
  line-height: 1.0342906129;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: 1.2rem;
}

@media screen and (max-width: 768px) {
  .si-ichiran__name {
    font-size: 3.6rem;
    line-height: 1.0343029638;
    margin-top: 2rem;
  }
}
.si-ichiran__location {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: 1rem;
  color: #666666;
}

@media screen and (max-width: 768px) {
  .si-ichiran__location {
    font-size: 2.2rem;
    margin-top: 2rem;
  }
}
.si-ichiran__desc {
  max-width: 95%;
  font-size: 1.4rem;
  line-height: 1.5400410678;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .si-ichiran__desc {
    max-width: 100%;
    font-size: 2.2rem;
    line-height: 1.2221715328;
    margin-top: 2rem;
  }
}
.si-ichiran__bonus-term {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .si-ichiran__bonus-term {
    font-size: 2.2rem;
    margin-top: 2.3rem;
  }
}
.si-ichiran__bonus-desc {
  font-size: 1.4rem;
  line-height: 1.5400410678;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .si-ichiran__bonus-desc {
    font-size: 2.2rem;
    line-height: 1.2221715328;
    margin-top: 1.4rem;
  }
}
.si-seeking {
  padding: 6.8rem 1.6rem 18.4rem;
  background: url(../images/shien_ichiran/seeking_bg.webp) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .si-seeking {
    padding: 6.1rem 1.6rem 63rem;
    background: url(../images/shien_ichiran/sp/seeking_bg.webp) no-repeat;
    background-size: cover;
  }
}
.si-seeking__inner {
  max-width: 123rem;
  width: 100%;
  margin-inline: auto;
}

.si-seeking-text {
  margin-top: 12.3rem;
}

@media screen and (max-width: 768px) {
  .si-seeking-text {
    margin-top: 9.2rem;
    padding-left: 10%;
  }
}
.si-seeking-text p {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .si-seeking-text p {
    font-size: 3.2rem;
    line-height: 1.25;
  }
}
.si-seeking-text .bold {
  font-weight: 700;
}

.si-seeking-text .border {
  text-decoration: underline;
}

.si-seeking-text1__inner {
  width: fit-content;
  padding-left: 6.5rem;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .si-seeking-text1__inner {
    padding-left: 0;
  }
}
.si-seeking-text2__inner {
  width: fit-content;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .si-seeking-text2__inner {
    margin-left: 0;
  }
}
.si-seeking__title {
  position: relative;
  font-size: 3.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 3.9rem;
  text-shadow: 0.5rem 0.5rem 0.1rem #fff, -0.5rem -0.5rem 0.1rem #fff, -0.5rem 0.5rem 0.1rem #fff, 0.5rem -0.5rem 0.1rem #fff, 0.5rem 0 0.1rem #fff, -0.5rem 0 0.1rem #fff, 0 0.5rem 0.1rem #fff, 0 -0.5rem 0.1rem #fff;
}

.si-seeking__title::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  left: -4.5rem;
  translate: 0 -50%;
  width: 2rem;
  aspect-ratio: 2/6.7;
  background: #f9e4e4;
}

@media screen and (max-width: 768px) {
  .si-seeking__title::before {
    display: none;
  }
}
.si-seeking-text2 {
  margin-top: 9rem;
}

@media screen and (max-width: 768px) {
  .si-seeking-text2 {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .si-supporter {
    padding: 10rem 0 9.5rem;
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 8rem), 0% 100%);
  }
}
.si-supporter__inner {
  max-width: 133rem;
  width: 100%;
  margin-inline: auto;
}

.si-supporter__list {
  gap: 4.5rem;
}

@media screen and (max-width: 768px) {
  .si-supporter__list {
    gap: 2.1rem 3.9rem;
  }
}
.si-supporter__item {
  position: relative;
  padding: 3.5rem 1rem 2.9rem;
}

@media screen and (max-width: 768px) {
  .si-supporter__item {
    padding: 3.5rem 2rem 2.9rem;
  }
}
.si-supporter__recommend {
  position: absolute;
  font-size: 2.6rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  top: -2rem;
  left: 0;
  rotate: -6deg;
  text-shadow: 0.33rem 0.33rem 0.2rem #ff7671, -0.33rem -0.33rem 0.2rem #ff7671, -0.33rem 0.33rem 0.2rem #ff7671, 0.33rem -0.33rem 0.2rem #ff7671, 0.33rem 0 0.2rem #ff7671, -0.33rem 0 0.2rem #ff7671, 0 0.33rem 0.2rem #ff7671, 0 -0.33rem 0.2rem #ff7671;
}

.si-supporter__heading4 {
  font-size: 3.5rem;
}

.si-supporter__heading4::before {
  width: 8.7rem;
}

.si-supporter__price {
  font-size: 2.4rem;
  margin-top: 2.5rem;
}

.si-supporter__price span {
  font-size: 3.1rem;
}

.si-supporter__price span.tax {
  font-size: 1.6rem;
}

.si-supporter__image {
  height: 14.4rem;
}

.si-supporter__item:nth-child(1) .pb-supporter__image {
  width: 9.7rem;
}

.si-supporter__item:nth-child(2) .pb-supporter__image {
  width: 9.2rem;
}

.si-supporter__item:nth-child(3) .pb-supporter__image {
  width: 9.9rem;
}

.si-supporter__item:nth-child(4) .pb-supporter__image {
  width: 14.3rem;
}

.si-supporter__sublist {
  gap: 1.4rem;
}

.si-supporter__subitem {
  font-size: 1.8rem;
  line-height: 1.4177777778;
  padding-left: 3.6rem;
}

.si-supporter__subitem::before {
  width: 2.7rem;
  top: 0;
}

.si-supporter__subitem .small1 {
  display: block;
  font-size: 1.4rem;
  line-height: 1.2857142857;
}

.si-supporter__subitem .small2 {
  display: block;
  font-size: 1.1rem;
  line-height: 1.6363636364;
}

.si-select {
  padding: 14.5rem 1.6rem 9.2rem;
  background: url(../images/shien_ichiran/select_bg.webp) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .si-select {
    padding: 9rem 1.6rem 13rem;
    background: url(../images/shien_ichiran/sp/select_bg.webp) no-repeat;
    background-size: cover;
  }
}
.si-select__title {
  font-size: 5.1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.6317942724;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .si-select__title {
    font-size: 4.3rem;
    line-height: 1.6317482196;
  }
}
.si-select__inner {
  max-width: 127rem;
  width: 100%;
  margin-inline: auto;
}

.si-select__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7.5rem;
  margin-top: 13rem;
}

@media screen and (max-width: 768px) {
  .si-select__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16.3rem;
    margin-top: 18rem;
  }
}
.si-select__item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  padding: 20.1rem 1rem 3.6rem;
  border-radius: 3rem;
  background-color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .si-select__item {
    max-width: 49.3rem;
    grid-template-rows: auto;
    padding: 26.6rem 3rem 4.8rem;
    margin-inline: auto;
  }
}
.si-select-item1 {
  box-shadow: 1.2rem 0.6rem 1rem rgba(252, 122, 123, 0.24);
}

.si-select-item2 {
  box-shadow: 1.2rem 0.6rem 1rem rgba(105, 173, 106, 0.24);
}

.si-select-item3 {
  box-shadow: 1.2rem 0.6rem 1rem rgba(241, 142, 39, 0.24);
}

.si-select__image {
  position: absolute;
  width: 23.6rem;
  aspect-ratio: 1;
  top: -7rem;
  left: 50%;
  translate: -50%;
}

@media screen and (max-width: 768px) {
  .si-select__image {
    width: 31.3rem;
    top: -9.2rem;
  }
}
.si-select-item__title {
  font-size: 3.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .si-select-item__title {
    font-size: 4.7rem;
  }
}
.si-select-item1__title {
  color: #e0797a;
}

.si-select-item2__title {
  color: #70bd49;
}

.si-select-item3__title {
  color: #f18e27;
}

.si-select__desc {
  display: grid;
  place-content: center;
  font-size: 2.8rem;
  line-height: 1.4285714286;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .si-select__desc {
    font-size: 3.7rem;
    line-height: 1.4285329018;
  }
}
.si-select__desc span {
  display: block;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .si-select__desc span {
    font-size: 3.1rem;
  }
}
.si-select__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6.6rem;
  margin-top: 2rem;
  border-radius: 3.3rem;
  color: #fff;
  transition: translate 0.4s;
}

@media screen and (max-width: 768px) {
  .si-select__btn {
    height: 8.7rem;
  }
}
@media (any-hover: hover) {
  .si-select__btn:hover {
    translate: 0 -0.5rem;
  }
}
.si-select-item1__btn {
  font-size: 1.9rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.025em;
  background-color: #e0797a;
}

@media screen and (max-width: 768px) {
  .si-select-item1__btn {
    font-size: 2.5rem;
  }
}
.si-select-item2__btn {
  font-size: 2.9rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  background-color: #70bd49;
}

@media screen and (max-width: 768px) {
  .si-select-item2__btn {
    font-size: 3.9rem;
  }
}
.si-select-item3__btn {
  font-size: 2.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  background-color: #f18e27;
}

@media screen and (max-width: 768px) {
  .si-select-item3__btn {
    font-size: 2.9rem;
  }
}