@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
:root {
  /*color - base*/
  --color-site-main: #8c0000;
  --color-site-light: #ca595f;
  --color-site-light2: #b0292e;
  --color-site-section: #fff9ee;
  --font-family-jp2: "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width: 768px) {
  .u-display-pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .u-display-sp {
    display: none;
  }
}
@-webkit-keyframes animation-fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes animation-fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes animation-fadeleft {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes animation-fadeleft {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.-animation-fadeup {
  opacity: 0;
}
.-animation-fadeup.-active {
  -webkit-animation: animation-fadeup 1.5s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
          animation: animation-fadeup 1.5s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.-animation-fadeup-group > div, .-animation-fadeup-group > li,
.-animation-fadeleft-group > div,
.-animation-fadeleft-group > li {
  opacity: 0;
}
.-animation-fadeup-group.-active > div:nth-child(1), .-animation-fadeup-group.-active > li:nth-child(1),
.-animation-fadeleft-group.-active > div:nth-child(1),
.-animation-fadeleft-group.-active > li:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.-animation-fadeup-group.-active > div:nth-child(2), .-animation-fadeup-group.-active > li:nth-child(2),
.-animation-fadeleft-group.-active > div:nth-child(2),
.-animation-fadeleft-group.-active > li:nth-child(2) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.-animation-fadeup-group.-active > div:nth-child(3), .-animation-fadeup-group.-active > li:nth-child(3),
.-animation-fadeleft-group.-active > div:nth-child(3),
.-animation-fadeleft-group.-active > li:nth-child(3) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.-animation-fadeup-group.-active > div:nth-child(4), .-animation-fadeup-group.-active > li:nth-child(4),
.-animation-fadeleft-group.-active > div:nth-child(4),
.-animation-fadeleft-group.-active > li:nth-child(4) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.-animation-fadeup-group.-active > div:nth-child(5), .-animation-fadeup-group.-active > li:nth-child(5),
.-animation-fadeleft-group.-active > div:nth-child(5),
.-animation-fadeleft-group.-active > li:nth-child(5) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.-animation-fadeup-group.-active > div:nth-child(6), .-animation-fadeup-group.-active > li:nth-child(6),
.-animation-fadeleft-group.-active > div:nth-child(6),
.-animation-fadeleft-group.-active > li:nth-child(6) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.-animation-fadeup-group.-active > div:nth-child(7), .-animation-fadeup-group.-active > li:nth-child(7),
.-animation-fadeleft-group.-active > div:nth-child(7),
.-animation-fadeleft-group.-active > li:nth-child(7) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.-animation-fadeup-group.-active > div:nth-child(8), .-animation-fadeup-group.-active > li:nth-child(8),
.-animation-fadeleft-group.-active > div:nth-child(8),
.-animation-fadeleft-group.-active > li:nth-child(8) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.-animation-fadeup-group.-active > div, .-animation-fadeup-group.-active > li {
  -webkit-animation: animation-fadeup 1.5s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
          animation: animation-fadeup 1.5s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.-animation-fadeleft-group.-active > div, .-animation-fadeleft-group.-active > li {
  -webkit-animation: animation-fadeleft 1.5s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
          animation: animation-fadeleft 1.5s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

@-webkit-keyframes animation-img-blur {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: blur(2rem);
            filter: blur(2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes animation-img-blur {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: blur(2rem);
            filter: blur(2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.-animation-img-blur {
  overflow: hidden;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.-animation-img-blur.-active {
  -webkit-animation: animation-img-blur 2s 0.1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
          animation: animation-img-blur 2s 0.1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.-delay1.-active {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.-delay2.-active {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.-delay3.-active {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.-delay4.-active {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.-delay5.-active {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.p-about {
  padding-bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-about {
    padding-top: 30px;
  }
}
.p-about h2::before {
  content: none;
}
.p-about__main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-about__main-wrapper {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__main-wrapper {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-about__main-detail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .p-about__main-detail {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .p-about__main-detail {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
}
.p-about__main-detail-title {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .p-about__main-detail-title {
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__main-detail-title {
    width: 90%;
    max-width: 260px;
    padding: 0 0 20px;
    margin: 0 auto;
  }
}
.p-about__main-detail-text {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-top: 2px dashed var(--color-site-main);
}
@media screen and (min-width: 769px) {
  .p-about__main-detail-text {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .p-about__main-detail-text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.p-about__main-detail-text p {
  font-weight: bold;
  margin: 0;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .p-about__main-detail-text p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__main-detail-text p {
    font-size: 1rem;
  }
}
.p-about__main-detail-text img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .p-about__main-detail-text img {
    width: 85px;
    height: 85px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__main-detail-text img {
    width: 80px;
    height: 80px;
  }
}
.p-about__main-detail-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .p-about__main-detail-app {
    gap: 20px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (max-width: 768px) {
  .p-about__main-detail-app {
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.p-about__main-detail-app a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .p-about__main-detail-app a:hover {
    opacity: 0.5;
  }
}
.p-about__main-detail-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 769px) {
  .p-about__main-detail-note {
    width: 800px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__main-detail-note {
    margin-top: 20px;
  }
}
.p-about__main-detail-note li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .p-about__main-detail-note li {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__main-detail-note li {
    font-size: 0.8rem;
  }
}
.p-about__main-detail-note li::before {
  content: "※";
}
.p-about__main-img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-about__brand {
  margin-top: 80px;
}
.p-about__brand-title {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-site-main);
}
@media screen and (min-width: 769px) {
  .p-about__brand-title {
    font-size: 1.6rem;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__brand-title {
    font-size: 1.3rem;
    gap: 10px;
  }
}
.p-about__brand-title::before, .p-about__brand-title::after {
  content: "";
  width: auto;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: var(--color-site-main);
}
.p-about__brand-list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .p-about__brand-list {
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__brand-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}
.p-about__brand-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-about__brand-list li {
    width: calc((100% - 30px) / 3);
  }
}
.p-about__brand-list li img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
}
@media screen and (min-width: 769px) {
  .p-about__brand-list li img {
    max-height: 160px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__brand-list li img {
    max-height: 90px;
  }
}
@media screen and (min-width: 769px) {
  .p-about__menu {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__menu {
    margin-top: 60px;
  }
}
.p-about__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-about__menu-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-about__menu-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .p-about__menu-list li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-about__menu-list li:not(:last-child) {
    border-right: 1px solid #000;
  }
}
@media screen and (max-width: 768px) {
  .p-about__menu-list li {
    width: 50%;
  }
  .p-about__menu-list li:nth-of-type(1), .p-about__menu-list li:nth-of-type(3) {
    border-right: 1px solid #000;
  }
  .p-about__menu-list li:nth-of-type(1), .p-about__menu-list li:nth-of-type(2) {
    border-bottom: 1px solid #000;
  }
}
.p-about__menu-list li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  font-family: var(--font-family-jp2);
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-about__menu-list li a {
    font-size: 1.4rem;
    padding: 5px 0 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__menu-list li a {
    width: 100%;
    font-size: 1rem;
    padding: 10px 0 35px;
  }
}
.p-about__menu-list li a span {
  color: var(--color-site-main);
}
@media screen and (min-width: 769px) {
  .p-about__menu-list li a span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__menu-list li a span {
    font-size: 1rem;
  }
}
.p-about__menu-list li a span strong {
  margin-left: 5px;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .p-about__menu-list li a span strong {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__menu-list li a span strong {
    font-size: 1.6rem;
  }
}
.p-about__menu-list li a::before, .p-about__menu-list li a::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .p-about__menu-list li a::before, .p-about__menu-list li a::after {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-about__menu-list li a::before, .p-about__menu-list li a::after {
    bottom: 10px;
  }
}
.p-about__menu-list li a::before {
  border-radius: 50%;
  background: #000;
}
@media screen and (min-width: 769px) {
  .p-about__menu-list li a::before {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__menu-list li a::before {
    width: 18px;
    height: 18px;
  }
}
.p-about__menu-list li a::after {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}
@media screen and (min-width: 769px) {
  .p-about__menu-list li a::after {
    bottom: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__menu-list li a::after {
    bottom: 18px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 5px;
    height: 5px;
  }
}
@media screen and (min-width: 769px) {
  .p-about__menu-list li a:hover {
    color: var(--color-site-main);
  }
  .p-about__menu-list li a:hover::before, .p-about__menu-list li a:hover::after {
    bottom: -5px;
  }
  .p-about__menu-list li a:hover::before {
    background: var(--color-site-main);
  }
  .p-about__menu-list li a:hover::after {
    bottom: 5px;
  }
}
.p-about__benefits {
  margin-top: 80px;
  background-color: var(--color-site-section);
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-about__benefits {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__benefits {
    border-radius: 15px;
  }
}
.p-about__benefits::before, .p-about__benefits::after {
  content: "";
  background-color: var(--color-site-main);
  position: absolute;
  clip-path: polygon(0% 0, 100% 0%, 0 100%);
}
@media screen and (min-width: 769px) {
  .p-about__benefits::before, .p-about__benefits::after {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__benefits::before, .p-about__benefits::after {
    width: 40px;
    height: 40px;
  }
}
.p-about__benefits::before {
  top: 0;
  left: 0;
}
.p-about__benefits::after {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-about__benefits-wrapper {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-about__benefits-wrapper {
    padding: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__benefits-wrapper {
    padding: 40px 20px 60px;
  }
}
.p-about__benefits-wrapper::before, .p-about__benefits-wrapper::after {
  content: "";
  background-color: var(--color-site-light);
  position: absolute;
  clip-path: polygon(0% 0, 100% 0%, 0 100%);
}
@media screen and (min-width: 769px) {
  .p-about__benefits-wrapper::before, .p-about__benefits-wrapper::after {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__benefits-wrapper::before, .p-about__benefits-wrapper::after {
    width: 40px;
    height: 40px;
  }
}
.p-about__benefits-wrapper::before {
  top: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-about__benefits-wrapper::after {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.p-about__benefits-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  color: var(--color-site-main);
  gap: 15px;
  font-family: var(--font-family-jp2);
  font-weight: 700;
  margin: 0 auto 40px !important;
}
@media screen and (min-width: 769px) {
  .p-about__benefits-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__benefits-title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-about__benefits-title img {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__benefits-title img {
    width: 68px;
  }
}
.p-about__benefits-point {
  width: 100%;
  font-family: var(--font-family-jp2);
  font-weight: 700;
  background-color: var(--color-site-light2);
  color: #fff;
  border-radius: 50px;
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (min-width: 769px) {
  .p-about__benefits-point {
    font-size: 1.6rem;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-about__benefits-point {
    padding: 5px 0;
    font-size: 1.3rem;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-about__benefits-point span {
    font-size: 1.2rem;
  }
}
.p-about__benefits01-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-about__benefits01-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about__benefits01-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-about__benefits01-item-img {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-about__benefits01-item-img {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__benefits01-item-img {
    width: 160px;
  }
}
.p-about__benefits01-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-about__benefits01-item-text p {
  font-size: 1rem;
  margin: 0;
}
.p-about__benefits01-item-note {
  margin-top: 20px;
  border-top: 1px solid #000;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-about__benefits01-item-note p {
    font-size: 0.8rem;
  }
}
.p-about__benefits02-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-about__benefits02-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-about__benefits02-item-inner {
    padding: 0 40px;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__benefits02-item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
.p-about__benefits02-item-detail-text {
  font-size: 1rem;
  font-weight: bold;
}
.p-about__benefits02-item-detail-note {
  padding-top: 20px;
  border-top: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .p-about__benefits02-item-detail-note {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 769px) {
  .p-about__benefits02-item-img {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__benefits02-item-img {
    width: 140px;
    margin: 0 auto;
  }
}
.p-about__benefits02-past {
  margin-top: 20px;
}
.p-about__benefits02-past-title {
  margin: 0 auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-family: var(--font-family-jp2);
  color: var(--color-site-main);
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-about__benefits02-past-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__benefits02-past-title {
    font-size: 1.6rem;
    text-align: center;
  }
}
.p-about__benefits02-past-title-text {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .p-about__benefits02-past-title-text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .p-about__benefits02-past-title-text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.p-about__benefits02-past-title-left, .p-about__benefits02-past-title-right {
  width: 25px;
  height: 40px;
  fill: var(--color-site-main);
}
.p-about__benefits02-past-title-left svg, .p-about__benefits02-past-title-right svg {
  width: 25px;
  height: 40px;
}
.p-about__benefits02-past-title-left {
  margin-right: 5px;
}
.p-about__benefits02-past-title-right {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-about__benefits02-past-list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-about__benefits02-past-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-about__benefits02-past-list li {
    width: 80%;
    max-width: 240px;
  }
}
.p-about__benefits02-button {
  margin-top: 30px;
}
.p-about__benefits02-button a {
  font-family: var(--font-family-jp2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid var(--color-site-main);
  color: var(--color-site-main);
  border-radius: 15px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  gap: 10px;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .p-about__benefits02-button a {
    font-size: 1.2rem;
    width: 80%;
    max-width: 500px;
    margin: 20px auto 0;
    padding: 10px 0;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .p-about__benefits02-button a {
    font-size: 1erm;
    width: 100%;
    margin: 20px auto 0;
    padding: 10px 10px;
    line-height: 1.6;
  }
}
.p-about__benefits02-button a img,
.p-about__benefits02-button a svg {
  width: 10px;
  height: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: var(--color-site-main);
  margin-left: 10px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-about__benefits02-button a:hover {
    background-color: var(--color-site-main);
    color: #fff;
  }
  .p-about__benefits02-button a:hover svg {
    fill: #fff;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.p-about__benefits03-header-subtitle {
  font-family: var(--font-family-jp2);
  font-weight: 700;
  text-align: center;
  color: #000;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-about__benefits03-header-subtitle {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__benefits03-header-subtitle {
    font-size: 1.3rem;
  }
}
.p-about__benefits03-header-text {
  font-size: 1rem;
  text-align: center;
  color: #000;
  margin: 20px auto 0;
}
@media screen and (min-width: 769px) {
  .p-about__benefits03-header-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__benefits03-header-text {
    font-size: 0.9rem;
  }
}
.p-about__benefits03-body-table {
  margin: 30px auto 0;
}
.p-about__benefits03-body-text p {
  font-family: var(--font-family-jp2);
  color: var(--color-site-main);
  position: relative;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  margin: 30px auto 0;
}
@media screen and (min-width: 769px) {
  .p-about__benefits03-body-text p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__benefits03-body-text p {
    font-size: 1.3rem;
  }
}
.p-about__benefits03-body-text p img {
  display: inline-block;
  width: 25px;
  margin-left: 3px;
}
@media screen and (min-width: 769px) {
  .p-about__benefits03-rank {
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-about__benefits03-rank {
    margin: 40px auto 0;
  }
}
.p-about__benefits03-rank-title {
  font-family: var(--font-family-jp2);
  font-weight: 700;
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc9c3;
}
@media screen and (min-width: 769px) {
  .p-about__benefits03-rank-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__benefits03-rank-title {
    font-size: 1.4rem;
  }
}
.p-about__benefits03-rank-text {
  margin: 30px auto 0;
}
.p-about__benefits03-rank-text p {
  font-family: var(--font-family-jp2);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (min-width: 769px) {
  .p-about__benefits03-rank-text p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__benefits03-rank-text p {
    font-size: 1.1rem;
  }
}
.p-about__benefits03-rank-text p strong {
  color: var(--color-site-main);
}
.p-about__benefits03-rank-note {
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.p-about__benefits03-rank-note li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .p-about__benefits03-rank-note li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__benefits03-rank-note li {
    font-size: 0.8rem;
  }
}
.p-about__benefits03-rank-note li::before {
  content: "※";
}
.p-about__benefits04::before, .p-about__benefits04::after {
  content: none;
}
.p-about__benefits04 .p-about__benefits-wrapper::before, .p-about__benefits04 .p-about__benefits-wrapper::after {
  content: none;
}
.p-about__benefits04-item + .p-about__benefits04-item {
  margin: 40px auto 0;
}
.p-about__benefits04-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .p-about__benefits04-item-inner {
    padding: 0 30px;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__benefits04-item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
.p-about__benefits04-item-detail-text {
  line-height: 1.6;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-about__benefits04-item-detail-text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__benefits04-item-detail-text {
    font-size: 1rem;
  }
}
.p-about__benefits04-item-detail-note {
  margin: 10px auto 0;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .p-about__benefits04-item-detail-note {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__benefits04-item-detail-note {
    font-size: 0.8rem;
  }
}
.p-about__benefits04-item-detail-note::before {
  content: "※";
}
.p-about__benefits04-item-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 140px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .p-about__faq {
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-about__faq {
    margin: 60px auto 0;
  }
}
.p-about__faq-wrapper {
  border: 2px solid var(--color-site-light2);
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .p-about__faq-wrapper {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__faq-wrapper {
    padding: 20px;
  }
}
.p-about__faq-title {
  width: 100%;
  font-family: var(--font-family-jp2);
  font-weight: 700;
  color: var(--color-site-light2);
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .p-about__faq-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__faq-title {
    font-size: 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about__faq-title::before {
  content: none;
}
.p-about__faq-text {
  font-family: var(--font-family-jp2);
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-about__faq-text {
    text-align: center;
    font-size: 1.2rem;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-about__faq-text {
    font-size: 1rem;
    text-align: left;
    margin: 20px auto 0;
  }
}
.p-about__faq-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 0;
}
@media screen and (min-width: 769px) {
  .p-about__faq-link {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__faq-link {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about__faq-button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
.p-about__faq-button a {
  font-family: var(--font-family-jp2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid var(--color-site-light2);
  background-color: var(--color-site-light2);
  color: #fff;
  border-radius: 15px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  gap: 10px;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
  height: 100%;
  line-height: 1.6;
  letter-spacing: 2px;
}
@media screen and (min-width: 769px) {
  .p-about__faq-button a {
    font-size: 1.2rem;
    width: 100%;
    padding: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-about__faq-button a {
    font-size: 1.1rem;
    width: 100%;
    padding: 5px 0;
    min-height: 75px;
  }
}
.p-about__faq-button a img,
.p-about__faq-button a svg {
  width: 13px;
  height: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #fff;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 769px) {
  .p-about__faq-button a:hover {
    background-color: #fff;
    color: var(--color-site-main);
  }
  .p-about__faq-button a:hover svg {
    fill: var(--color-site-main);
    -webkit-transform: translate(10px, -50%);
            transform: translate(10px, -50%);
  }
}
.p-about__footer {
  margin-top: 80px;
  background-color: var(--color-site-light2);
}
@media screen and (min-width: 769px) {
  .p-about__footer {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-about__footer {
    padding: 40px 20px;
  }
}
.p-about__footer-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.p-about__footer-title {
  margin: 0 auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-family: var(--font-family-jp2);
  color: #fff;
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-about__footer-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__footer-title {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.4;
  }
}
.p-about__footer-title svg, .p-about__footer-title-left, .p-about__footer-title-right {
  width: 25px;
  height: 40px;
  fill: #fff;
}
.p-about__footer-title-left {
  margin-right: 5px;
}
.p-about__footer-title-right {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-about__footer-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
}
@media screen and (min-width: 769px) {
  .p-about__footer-contents {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__footer-contents {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about__footer-contents-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .p-about__footer-contents-img {
    width: 36%;
    margin-left: -1%;
  }
}
@media screen and (max-width: 768px) {
  .p-about__footer-contents-img {
    width: 45%;
    max-width: 160px;
    margin: 0 auto;
    -webkit-transform: translateX(-13%);
            transform: translateX(-13%);
  }
}
@media screen and (min-width: 769px) {
  .p-about__footer-contents-detail {
    padding-bottom: 40px;
  }
}
.p-about__footer-contents-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-about__footer-contents-download {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__footer-contents-download {
    gap: 5px;
  }
}
.p-about__footer-contents-download-text {
  color: #fff;
  margin: 0;
  font-size: 1.1rem;
  font-family: var(--font-family-jp2);
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-about__footer-contents-download-text {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__footer-contents-download-text {
    text-align: center;
    font-size: 0.9rem;
  }
}
.p-about__footer-contents-download-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .p-about__footer-contents-download-app {
    gap: 20px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (max-width: 768px) {
  .p-about__footer-contents-download-app {
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-about__footer-contents-download-app a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .p-about__footer-contents-download-app a:hover {
    opacity: 0.5;
  }
}
.p-about__footer-contents-note {
  border-top: 1px solid #fff;
  color: #fff;
  margin-top: 30px;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.p-about__footer-contents-note li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .p-about__footer-contents-note li {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about__footer-contents-note li {
    font-size: 0.8rem;
  }
}
.p-about__footer-contents-note li::before {
  content: "※";
}