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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

@-webkit-keyframes click {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes click {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 63px;
}

body {
  color: #000000;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}

a {
  cursor: pointer;
}

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

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

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

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

@media screen and (min-width: 768px) {
  .dib-pc {
    display: inline-block;
  }
}

.db {
  display: block;
}

.c-section-title {
  opacity: 0;
}

.p-about__wrap {
  opacity: 0;
}

.c-section-title.fadeup.is-animated {
  -webkit-animation: fadeup 1.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 1.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.p-about__wrap.fadeup.is-animated {
  -webkit-animation: fadeup 3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

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

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-inner {
  padding-inline: 16px;
  max-width: 682px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-inline: 30px;
    max-width: 828px;
  }
}
@media screen and (min-width: 950px) {
  .l-inner {
    padding-inline: 60px;
    max-width: 1020px;
  }
}
@media screen and (min-width: 1200px) {
  .l-inner {
    padding-inline: 100px;
    max-width: 1540px;
  }
}

.l-header {
  height: 59px;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 997;
}
@media screen and (min-width: 768px) {
  .l-header {
    position: fixed;
    height: auto;
    left: auto;
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: transparent;
  }
}

.c-header__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;
  padding-left: 13px;
}
@media screen and (min-width: 768px) {
  .c-header__inner {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: self-end;
        -ms-flex-align: self-end;
            align-items: self-end;
    cursor: pointer;
  }
}

.c-header__menu {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-header__menu {
    display: block;
    overflow: hidden;
  }
  .c-header__menu:hover img {
    scale: 1.1;
  }
}
.c-header__menu img {
  display: block;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .c-header__menu img {
    width: 75px;
  }
}
@media screen and (min-width: 950px) {
  .c-header__menu img {
    width: 85px;
  }
}
@media screen and (min-width: 1200px) {
  .c-header__menu img {
    width: 100px;
  }
}

.c-drawer-icon {
  width: 69px;
  height: 59px;
  z-index: 1;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  position: relative;
  background: #84d6d6;
}
@media screen and (min-width: 768px) {
  .c-drawer-icon {
    width: 75px;
    height: 75px;
    overflow: hidden;
  }
  .c-drawer-icon:hover .c-drawer-icon__bar1,
  .c-drawer-icon:hover .c-drawer-icon__bar2,
  .c-drawer-icon:hover .c-drawer-icon__bar3 {
    scale: 1.1;
  }
}
@media screen and (min-width: 950px) {
  .c-drawer-icon {
    width: 85px;
    height: 85px;
  }
}
@media screen and (min-width: 1200px) {
  .c-drawer-icon {
    width: 100px;
    height: 100px;
  }
}

.c-drawer-icon__bar1 {
  position: absolute;
  top: 35%;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  -webkit-transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
}
@media screen and (min-width: 768px) {
  .c-drawer-icon__bar1 {
    width: 32px;
    top: 38%;
  }
}

.c-drawer-icon__bar2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  -webkit-transition: background 10ms 300ms ease, -webkit-transform 0.3s linear;
  transition: background 10ms 300ms ease, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, background 10ms 300ms ease;
  transition: transform 0.3s linear, background 10ms 300ms ease, -webkit-transform 0.3s linear; /* 背景色の遅延を先に指定 */
}
@media screen and (min-width: 768px) {
  .c-drawer-icon__bar2 {
    width: 32px;
  }
}

#js-drawer-content {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

#js-drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-drawer-icon__bar3 {
  position: absolute;
  top: 60%;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  -webkit-transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
}
@media screen and (min-width: 768px) {
  .c-drawer-icon__bar3 {
    width: 32px;
    top: 60%;
  }
}

.l-drawer-content {
  z-index: 998;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  padding: 8px 10px;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  background-color: #eef9f8;
}
@media screen and (min-width: 950px) {
  .l-drawer-content {
    padding: 30px;
  }
}

.l-drawer-inner {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 10px;
}
@media screen and (min-width: 950px) {
  .l-drawer-inner {
    padding: 0;
  }
}

.l-drawer-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 950px) {
  .l-drawer-header {
    position: relative;
    padding: 24px;
  }
}

.c-drawer-spacer {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 950px) {
  .c-drawer-spacer {
    display: none;
  }
}

.c-drawer-logo {
  display: inline-block;
  margin-inline: auto;
  margin-top: 9px;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}
@media screen and (min-width: 950px) {
  .c-drawer-logo {
    margin-inline: 0;
    margin-top: -7px;
  }
}
.c-drawer-logo img {
  width: 136px;
}
@media screen and (min-width: 950px) {
  .c-drawer-logo img {
    width: 260px;
  }
}

.c-drawer-icon-X {
  display: inline-block;
  background: #84d6d6;
  width: 45px;
  height: 45px;
  padding: 8px;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
@media screen and (min-width: 950px) {
  .c-drawer-icon-X {
    right: 24px;
    width: 55px;
    height: 56px;
  }
}
@media screen and (min-width: 950px) {
  .c-drawer-icon-X svg {
    width: 40px;
    height: 40px;
  }
}

.c-drawer-content__menu {
  padding-top: 34px;
  -webkit-padding-start: 80px;
          padding-inline-start: 80px;
}
@media screen and (min-width: 500px) {
  .c-drawer-content__menu {
    -webkit-padding-start: 30%;
            padding-inline-start: 30%;
  }
}
@media screen and (min-width: 768px) {
  .c-drawer-content__menu {
    -webkit-padding-start: 40%;
            padding-inline-start: 40%;
  }
}
@media screen and (min-width: 950px) {
  .c-drawer-content__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-inline: 80px;
  }
}

.c-pc-allocation1,
.c-pc-allocation2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22.8px;
}
@media screen and (min-width: 950px) {
  .c-pc-allocation1,
  .c-pc-allocation2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 34px;
    height: 50vh;
    -webkit-padding-start: 93px;
            padding-inline-start: 93px;
  }
}
@media screen and (min-width: 1200px) {
  .c-pc-allocation1,
  .c-pc-allocation2 {
    height: 55vh;
  }
}

.c-pc-allocation2 {
  padding-top: 24px;
}
@media screen and (min-width: 950px) {
  .c-pc-allocation2 {
    padding-top: 0;
    border-left: 1px solid #757676;
    position: relative;
  }
  .c-pc-allocation2::before {
    content: "";
    position: absolute;
    bottom: -43px;
    left: -19px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 20px;
    height: 1.5px;
    background: #757676;
  }
  .c-pc-allocation2::after {
    content: "";
    position: absolute;
    bottom: -43px;
    left: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 20px;
    height: 1.5px;
    background: #757676;
  }
}

.c-drawer-content__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-drawer-content__link a {
  color: #000000;
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  cursor: pointer;
}
@media screen and (min-width: 950px) {
  .c-drawer-content__link a {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-drawer-content__link a {
    font-size: 2.4rem;
  }
}
.c-drawer-content__link a:hover {
  opacity: 0.7;
}

.c-drawer-btn-sp {
  padding-top: 62px;
}
@media screen and (min-width: 950px) {
  .c-drawer-btn-sp {
    display: none;
  }
}

.c-drawer-btn-pc {
  padding-top: 18px;
  display: none;
}
@media screen and (min-width: 950px) {
  .c-drawer-btn-pc {
    display: inline-block;
  }
}

.p-privacy-wrap {
  padding-top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (min-width: 950px) {
  .p-privacy-wrap {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    padding-right: 30px;
    gap: 27px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .p-privacy-wrap {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    padding-right: 170px;
    gap: 27px;
    padding-bottom: 25px;
  }
}
.p-privacy-wrap a {
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
@media screen and (min-width: 950px) {
  .p-privacy-wrap a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-privacy-wrap a {
    font-size: 1.75rem;
  }
}
.p-privacy-wrap a:hover {
  opacity: 0.7;
}

.l-fv {
  padding-bottom: 46px;
}
@media screen and (min-width: 768px) {
  .l-fv {
    padding-bottom: 58px;
  }
}

.l-fv__inner {
  background: url(../img/sp/fv-sp.webp) no-repeat center center/cover;
  height: 526px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-fv__inner {
    background: url(../img/pc/mv.webp) no-repeat center center/cover;
    height: 791.2px;
  }
}

.l-reports {
  background: #eef9f8;
  padding-block: 64px 21px;
}
@media screen and (min-width: 768px) {
  .l-reports {
    padding-block: 74px 74px;
  }
}

.l-about__inner {
  padding-top: 71px;
}

.l-reccomend {
  padding-block: 65px 73px;
  background: url("../img/bg-sp.webp") center center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .l-reccomend {
    background: url("../img/bg-pc.webp") center center/cover no-repeat;
    padding-block: 133px 66px;
  }
}

.l-populer {
  background: #f4f4f4;
  padding-top: 68px;
}
@media screen and (min-width: 768px) {
  .l-populer {
    padding-top: 73px;
  }
}

@media screen and (min-width: 950px) {
  .l-populer__inner-pc {
    margin-inline: auto;
    padding-inline: 60px;
    max-width: 1320px;
  }
}
@media screen and (min-width: 1400px) {
  .l-populer__inner-pc {
    padding-inline: 130px;
    max-width: 1440px;
  }
}

.l-reports-By-Plan {
  padding-inline: 24px;
  max-width: 682px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-reports-By-Plan {
    padding-inline: 30px;
    max-width: 828px;
  }
}
@media screen and (min-width: 950px) {
  .l-reports-By-Plan {
    padding-inline: 30px;
    max-width: 1060px;
  }
}
@media screen and (min-width: 1200px) {
  .l-reports-By-Plan {
    padding-inline: 60px;
    max-width: 1360px;
  }
}
@media screen and (min-width: 1400px) {
  .l-reports-By-Plan {
    padding-inline: 102px;
    max-width: 1444px;
  }
}

.l-reports-By-Plan__inner {
  background: #fff;
  padding-inline: 12px;
  margin-inline: auto;
  padding-block: 51px 46px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-reports-By-Plan__inner {
    padding-inline: 20px;
    padding-block: 51px 54px;
  }
}
@media screen and (min-width: 950px) {
  .l-reports-By-Plan__inner {
    padding-inline: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .l-reports-By-Plan__inner {
    padding-inline: 20px;
  }
}

.l-new-reports {
  text-align: center;
}

.l-new-reports__inner {
  padding-top: 48px;
  padding-inline: 24px;
  max-width: 682px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-new-reports__inner {
    padding-top: 66px;
    padding-inline: 30px;
    max-width: 828px;
  }
}
@media screen and (min-width: 950px) {
  .l-new-reports__inner {
    padding-inline: 30px;
    max-width: 1060px;
  }
}
@media screen and (min-width: 1200px) {
  .l-new-reports__inner {
    padding-inline: 60px;
    max-width: 1360px;
  }
}
@media screen and (min-width: 1400px) {
  .l-new-reports__inner {
    padding-inline: 102px;
    max-width: 1444px;
  }
}

.l-planner {
  padding-block: 72px 128px;
}
@media screen and (min-width: 768px) {
  .l-planner {
    padding-block: 72px 64px;
  }
}

.l-pick-up {
  background: #eef9f8;
}

.l-pick-up__inner {
  padding-block: 111px 72px;
  padding-inline: 26px;
  max-width: 502px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-pick-up__inner {
    padding-block: 73px 132px;
    padding-inline: 50px;
    max-width: 618px;
  }
}
@media screen and (min-width: 950px) {
  .l-pick-up__inner {
    padding-inline: 40px;
    max-width: 980px;
  }
}
@media screen and (min-width: 1200px) {
  .l-pick-up__inner {
    padding-inline: 70px;
    max-width: 2700px;
  }
}
@media screen and (min-width: 1400px) {
  .l-pick-up__inner {
    padding-inline: 100px;
    max-width: 1440px;
  }
}

.l-voice {
  padding-block: 72px;
}
@media screen and (min-width: 768px) {
  .l-voice {
    padding-top: 73px;
    padding-bottom: 80px;
  }
}

.l-instagram {
  padding-block: 64px;
  background: url("../img/bg-insta-sp.webp") no-repeat center center/cover;
  margin-bottom: 24px;
}

.l-instagram__inner {
  padding-inline: 16px;
  max-width: 682px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-instagram__inner {
    padding-inline: 30px;
    max-width: 828px;
  }
}
@media screen and (min-width: 950px) {
  .l-instagram__inner {
    padding-inline: 60px;
    max-width: 1020px;
  }
}
@media screen and (min-width: 1200px) {
  .l-instagram__inner {
    padding-inline: 100px;
    max-width: 1560px;
  }
}

.l-footer__inner {
  padding-inline: 46px;
  max-width: 682px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    padding-inline: 30px;
    max-width: 828px;
  }
}
@media screen and (min-width: 950px) {
  .l-footer__inner {
    padding-inline: 60px;
    max-width: 1020px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer__inner {
    padding-inline: 100px;
    max-width: 1540px;
  }
}

.p-footer__wrap {
  padding-top: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .p-footer__wrap {
    padding-top: 58px;
    gap: 50px;
  }
}
@media screen and (min-width: 950px) {
  .p-footer__wrap {
    padding-top: 58px;
    gap: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .p-footer__wrap {
    padding-top: 58px;
    gap: 200px;
  }
}
@media screen and (min-width: 1400px) {
  .p-footer__wrap {
    padding-top: 58px;
    gap: 371px;
  }
}

.c-footer-logo {
  padding-left: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-footer-logo:hover {
  opacity: 0.7;
}
.c-footer-logo img {
  width: 121px;
}
@media screen and (min-width: 768px) {
  .c-footer-logo img {
    width: 170px;
  }
}
@media screen and (min-width: 950px) {
  .c-footer-logo img {
    width: 229px;
  }
}

.c-footer__sns-wrap {
  padding-top: 26px;
}
@media screen and (min-width: 768px) {
  .c-footer__sns-wrap {
    padding-top: 45px;
  }
}

.c-footer__sns-icon {
  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: 8px;
}
.c-footer__sns-icon a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-footer__sns-icon a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .c-footer__sns-icon {
    padding-top: 8px;
    gap: 16px;
  }
}
@media screen and (min-width: 768px) {
  .c-footer__sns-icon img {
    width: 24px;
  }
}

.c-footer__wrap-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
}
@media screen and (min-width: 768px) {
  .c-footer__wrap-right {
    gap: 24px;
  }
}

.c-footer__access-allocation1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-footer__access-allocation1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 18px;
  }
}
@media screen and (min-width: 950px) {
  .c-footer__access-allocation1 {
    gap: 24px;
  }
}

.u-df-revers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .u-df-revers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 24px;
  }
}

.c-footer__access-allocation2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-footer__access-allocation2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 18px;
  }
}
@media screen and (min-width: 950px) {
  .c-footer__access-allocation2 {
    gap: 24px;
  }
}

.c-footer__access__link a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000000;
}
.c-footer__access__link a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .c-footer__access__link a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 950px) {
  .c-footer__access__link a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-footer__access__link a {
    font-size: 1.6rem;
  }
}

.p-footer__privacy {
  margin-top: 45px;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__privacy {
    margin-top: 61px;
    padding-top: 24px;
    padding-inline: 100px;
    padding-bottom: 26px;
  }
}
.p-footer__privacy::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 300px;
  height: 0.8px;
  background: #757676;
}
@media screen and (min-width: 768px) {
  .p-footer__privacy::before {
    width: 87%;
  }
}

.p-footer__privacy-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.p-footer__privacy-wrap a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .p-footer__privacy-wrap {
    gap: 24px;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    margin-right: 3px;
  }
}
@media screen and (min-width: 950px) {
  .p-footer__privacy-wrap {
    margin-right: 63px;
  }
}
.p-footer__privacy-wrap a {
  color: #000000;
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-footer__privacy-wrap a {
    font-size: 1.4rem;
  }
}

.p-footer__copylight {
  background: #84d6d6;
  padding-inline: 57px;
}

.p-footer__copylight-title {
  padding-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-footer__copylight-title {
    padding-top: 10px;
  }
}
.p-footer__copylight-title p {
  color: #fff;
  text-align: center;
  font-family: "Avenir", "Lato", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .p-footer__copylight-title p {
    font-size: 1.2rem;
  }
}

.p-footer__copylight-text {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .p-footer__copylight-text {
    padding-bottom: 12px;
  }
}
.p-footer__copylight-text p {
  color: #fff;
  text-align: center;
  font-family: "Avenir", "Lato", sans-serif;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 768px) {
  .p-footer__copylight-text p {
    font-size: 1rem;
  }
}

.c-logo {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-logo img {
    width: 258px;
  }
}

.c-button {
  padding: 18px 106px 18px 25px;
  background: #757676;
  color: #fff;
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 1.5rem;
  letter-spacing: 1px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-button {
    padding: 18px 106px 18px 25px;
    font-size: 2rem;
  }
}
.c-button:hover {
  background: #fff;
  color: #757676;
  border: 1px solid #757676;
}
.c-button:hover::before, .c-button:hover::after {
  background: #757676;
}
.c-button::before {
  content: "";
  position: absolute;
  top: 52%;
  right: 7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 1.5px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button::after {
  display: block;
  position: absolute;
  content: "";
  top: 45%;
  right: 5.5%;
  width: 12px;
  height: 1.5px;
  background: #fff;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn-populer {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-button-populer {
  display: inline-block;
  background: #757676;
  padding: 16px 99px 16px 25px;
  color: #fff;
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 1.5rem;
  letter-spacing: 1px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-button-populer {
    padding: 18px 106px 18px 25px;
    font-size: 2rem;
  }
}
.c-button-populer:hover {
  background: #fff;
  color: #757676;
  border: 1px solid #757676;
}
.c-button-populer:hover::before, .c-button-populer:hover::after {
  background: #757676;
}
.c-button-populer::before {
  content: "";
  position: absolute;
  top: 52%;
  right: 7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 1.5px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button-populer::after {
  display: block;
  position: absolute;
  content: "";
  top: 46%;
  right: 6.2%;
  width: 12px;
  height: 1.5px;
  background: #fff;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 950px) {
  .c-button-populer::after {
    top: 46.6%;
    right: 6.5%;
  }
}

.c-fv-btn {
  width: 50%;
  padding: 6px;
}
@media screen and (min-width: 950px) {
  .c-fv-btn {
    padding: 15px 16px;
    width: 32%;
  }
}
@media screen and (min-width: 1200px) {
  .c-fv-btn {
    padding: 15px 16px;
    width: 27.8%;
  }
}

.c-fv__button {
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 768px) {
  .c-fv__button {
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}
.c-fv__button p {
  text-align: center;
  padding-block: 9px;
  border: 1px solid #fff;
  padding-right: 45px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-fv__button p {
    padding-block: 11px;
    padding-inline: 62px;
  }
}
.c-fv__button p::before {
  content: "";
  position: absolute;
  top: 43%;
  right: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 13px;
  height: 1.5px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-fv__button p::before {
    top: 44%;
    right: 10%;
  }
}
@media screen and (min-width: 950px) {
  .c-fv__button p::before {
    top: 44%;
    right: 10%;
  }
}
@media screen and (min-width: 1200px) {
  .c-fv__button p::before {
    top: 44%;
    right: 20%;
  }
}
.c-fv__button p::after {
  content: "";
  position: absolute;
  top: 54%;
  right: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 13px;
  height: 1.5px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-fv__button p::after {
    top: 53%;
    right: 10%;
  }
}
@media screen and (min-width: 950px) {
  .c-fv__button p::after {
    top: 53%;
    right: 10%;
  }
}
@media screen and (min-width: 1200px) {
  .c-fv__button p::after {
    top: 53%;
    right: 20%;
  }
}

.c-section-title {
  position: relative;
  z-index: 0;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 17px;
  }
}

.c-section-title__en {
  font-family: "Avenir", "Lato", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
  position: relative;
  padding-bottom: 4px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-section-title__en {
    padding-bottom: 0;
    font-size: 3rem;
    letter-spacing: 3.5px;
  }
}
.c-section-title__en::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  background: #84d6d6;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-section-title__en::before {
    top: 18%;
    width: 35px;
    height: 35px;
  }
}
.c-section-title__en::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 44px;
  height: 1px;
  background: #84d6d6;
}
@media screen and (min-width: 768px) {
  .c-section-title__en::after {
    width: 1px;
    height: 40px;
    right: -24px;
    left: auto;
  }
}

.c-section-title__jp {
  padding-top: 4px;
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .c-section-title__jp {
    padding-top: 0;
    font-size: 2rem;
  }
}

.c-content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .c-content-title {
    padding-left: 46px;
  }
}

.c-content-title__en {
  color: #84d6d6;
  font-family: "Avenir", "Lato", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-content-title__en {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.4px;
  }
}
.c-content-title__en::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 8px;
  height: 8px;
  background: #d9d9d9;
}

.c-content-title__en-voice {
  color: #fff;
  font-family: "Avenir", "Lato", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-content-title__en-voice {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.4px;
  }
}
.c-content-title__en-voice::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 8px;
  height: 8px;
  background: #d9d9d9;
}

.c-content-title__jp {
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-content-title__jp {
    font-size: 2rem;
  }
}

.c-content-title__jp-voice {
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .c-content-title__jp-voice {
    font-size: 2rem;
  }
}

.p-reports__swiper-wrap {
  padding-top: 24px;
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .p-reports__swiper-wrap {
    padding-left: 0;
    -webkit-padding-before: 28px;
            padding-block-start: 28px;
  }
}

.p-reports__swiper .swiper-slide {
  width: 371px !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-reports__swiper .swiper-slide {
    width: 490px !important;
  }
}

.swiper-container {
  position: relative;
}

.c-reports__card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  outline: 1px solid #fff;
  outline-offset: -10px;
}
@media screen and (min-width: 768px) {
  .c-reports__card-wrap {
    gap: 37px;
  }
}

@keyframes click {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.c-reports-favorite {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 3;
  cursor: pointer;
}
.c-reports-favorite svg {
  aspect-ratio: 1/1;
  width: 25px;
  height: 25px;
}
.c-reports-favorite.active {
  -webkit-animation: click 0.2s;
          animation: click 0.2s;
}
.c-reports-favorite.active svg {
  fill: yellow;
}
.c-reports-favorite.active path {
  stroke: yellow;
}

.swiper-button-prev {
  display: block;
}
.swiper-button-prev::before {
  content: "";
  position: absolute;
  width: 28px;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #84d6d6;
  aspect-ratio: 1/1;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev::before {
    width: 40px;
  }
}
.swiper-button-prev::after {
  content: "";
  position: absolute;
  width: 7.88px;
  top: 50%;
  left: 50%;
  aspect-ratio: 1/1;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
          transform: translateX(-50%) translateY(-50%) rotate(135deg);
}
@media screen and (min-width: 768px) {
  .swiper-button-prev::after {
    width: 10px;
    left: 88%;
  }
}

.swiper-button-next {
  position: absolute;
  display: block;
}
.swiper-button-next::before {
  content: "";
  position: absolute;
  right: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  border-radius: 50%;
  background-color: #84d6d6;
  aspect-ratio: 1/1;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .swiper-button-next::before {
    width: 40px;
  }
}
.swiper-button-next::after {
  content: "";
  position: absolute;
  right: 50%;
  width: 7.88px;
  aspect-ratio: 1/1;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .swiper-button-next::after {
    width: 10px;
    right: 72%;
  }
}

@media screen and (min-width: 768px) {
  .c-reports__card-img img {
    width: 160px;
  }
}

.c-reports__card-text-wrap {
  position: relative;
  padding-right: 19px;
}

.c-reports__card-text {
  padding-bottom: 5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-reports__card-text {
    padding-bottom: 8px;
  }
}
.c-reports__card-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 190px;
  height: 1px;
  background: #757676;
}

.c-reports__card-text-title {
  color: #000000;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .c-reports__card-text-title {
    font-size: 2.2rem;
  }
}

.c-reports__card-text-desin {
  color: #000000;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.c-reports__card-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding-top: 4px;
}
@media screen and (min-width: 768px) {
  .c-reports__card-area {
    padding-top: 16px;
  }
}

.p-reccomend__wrap {
  margin-inline: 20px;
  background: #eef9f8;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .p-reccomend__wrap {
    margin-top: 66px;
    margin-inline: 0;
  }
}

.c-reccomend__wrap-inner {
  padding-block: 38px 26px;
  padding-inline: 16px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: 39px;
}
@media screen and (min-width: 768px) {
  .c-reccomend__wrap-inner {
    padding-inline: 40px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto) 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 39px;
  }
  .c-reccomend__wrap-inner .dc2 > :nth-child(2) {
    grid-column: span 2;
    justify-self: center;
  }
}
@media screen and (min-width: 950px) {
  .c-reccomend__wrap-inner {
    padding-inline: 80px;
    max-width: 960px;
    -webkit-column-gap: 49px;
       -moz-column-gap: 49px;
            column-gap: 49px;
  }
}
@media screen and (min-width: 1200px) {
  .c-reccomend__wrap-inner {
    -webkit-column-gap: 109px;
       -moz-column-gap: 109px;
            column-gap: 109px;
  }
}
@media screen and (min-width: 1400px) {
  .c-reccomend__wrap-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 43px;
    padding-block: 59px 38px;
  }
}

.dc1 {
  display: contents;
}
@media screen and (min-width: 1400px) {
  .dc1 {
    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: 70px;
  }
}

.dc2 {
  display: contents;
}
@media screen and (min-width: 1400px) {
  .dc2 {
    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: 88px;
  }
}

.c-reccomend__card {
  margin-inline: auto;
  width: 292px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 950px) {
  .c-reccomend__card {
    width: 370px;
  }
}
@media screen and (min-width: 1400px) {
  .c-reccomend__card {
    width: 342px;
  }
}

.c-reccomend__card-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-reccomend__card-wrap::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .c-reccomend__card-wrap::before {
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
  }
}
.c-reccomend__card-wrap::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  -webkit-transform: translateX(-40%) translateY(-40%);
          transform: translateX(-40%) translateY(-40%);
  width: 35px;
  height: 35px;
}
@media screen and (min-width: 768px) {
  .c-reccomend__card-wrap::after {
    width: 40px;
    height: 40px;
  }
}
.c-reccomend__card-wrap.overlay {
  position: relative;
  background: rgba(0, 0, 0, 0.49);
  z-index: 3;
}
.c-reccomend__card-wrap.overlay .c-reccomend-button::before, .c-reccomend__card-wrap.overlay .c-reccomend-button::after {
  background: #fff;
}
.c-reccomend__card-wrap.overlay .c-reccomend__card-text-title {
  color: white;
}
.c-reccomend__card-wrap.overlay .c-reccomend__card-text-desin {
  color: white;
}
.c-reccomend__card-wrap:hover {
  opacity: 0.7;
}

.c-reccomend__card-img {
  position: relative;
  z-index: 1;
  width: 106px;
  height: 107px;
}
@media screen and (min-width: 768px) {
  .c-reccomend__card-img {
    width: 125px;
    height: 125px;
  }
}
.c-reccomend__card-img img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.c-reccomend__card-text-wrap-btn {
  height: 100%;
  position: relative;
}

.c-reccomend__card-text-wrap {
  text-align: center;
  width: 186px;
  position: relative;
}

.c-reccomend__card-text-title {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 27px; /* 168.75% */
}
@media screen and (min-width: 768px) {
  .c-reccomend__card-text-title {
    font-size: 2rem;
  }
}

.c-reccomend__card-text-desin {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 27px; /* 168.75% */
}
@media screen and (min-width: 768px) {
  .c-reccomend__card-text-desin {
    font-size: 2rem;
  }
}

.p-reports__swiper2 {
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .p-reports__swiper2 {
    padding-left: 0;
  }
}
.p-reports__swiper2 .swiper-slide {
  width: 294px !important;
}
@media screen and (min-width: 768px) {
  .p-reports__swiper2 .swiper-slide {
    width: 416px !important;
  }
}

.c-reports__card__collom {
  padding-inline: 8px;
  padding-block: 11px;
  margin-inline: auto;
  text-align: center;
  width: 294px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-reports__card__collom {
    width: 416px;
    padding-block: 12px;
    padding-inline: 12px;
  }
}

.c-reports__card__collom-inner {
  border: 1px solid #84d6d6;
  padding-block: 10px 15px;
  padding-inline: 9px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-reports__card__collom-inner {
    padding-block: 10px 2px;
  }
}

@media screen and (min-width: 768px) {
  .c-reports__card__collom-img img {
    width: 368px;
    height: 216px;
  }
}

.c-reports__card__collom-text-wrap {
  margin-top: -44px;
}
@media screen and (min-width: 768px) {
  .c-reports__card__collom-text-wrap {
    margin-top: -30px;
  }
}

.c-reports__card__collom-text-wrap-inner {
  text-align: start;
  padding-block: 19px 9px;
  padding-inline: 14px;
  max-width: 246px;
  background: rgba(255, 255, 255, 0.88);
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-reports__card__collom-text-wrap-inner {
    max-width: 332px;
    padding-block: 17px 9px;
    padding-inline: 16px;
  }
}

.c-reports__card__collom-text {
  padding-bottom: 6px;
  border-bottom: 1px solid #757676;
}

.c-reports__card__collom-text-title {
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .c-reports__card__collom-text-title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.c-reports__card__collom-label {
  text-align: center;
  margin-top: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-reports__card__collom-label-text {
  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;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-inline: 8px;
  padding-block: 1px;
}
@media screen and (min-width: 768px) {
  .c-reports__card__collom-label-text {
    font-size: 12px;
  }
}

.c-reports__card__collom-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}

.c-tag {
  padding: 2px 6px 2px 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 45px;
  background: var(--main, #84d6d6);
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.c-tag2 {
  padding: 3px 7px 3px 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 45px;
  background: var(--main, #84d6d6);
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (min-width: 950px) {
  .c-tag2 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-tag2 {
    font-size: 1.6rem;
  }
}

.c-read-btn {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-read-button {
  margin-right: 50px;
  color: #757676;
  font-family: "Avenir", "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
  position: relative;
  -webkit-padding-after: 2px;
          padding-block-end: 2px;
}
.c-read-button::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 134px;
  height: 1px;
  background: #757676;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-read-button::after {
  display: block;
  position: absolute;
  content: "";
  bottom: 1.5px;
  left: 119px;
  width: 16.5px;
  height: 1px;
  background: #757676;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-read-btn:hover .c-read-button::after {
  left: 125px;
}

.c-read-btn:hover .c-read-button::before {
  left: 6px;
}

.c-read-btn-voice {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 11px;
}

.c-read-button-voice {
  margin-right: 32px;
  color: #757676;
  font-family: "Avenir", "Lato", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  position: relative;
  -webkit-padding-after: 2px;
          padding-block-end: 2px;
}
.c-read-button-voice::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 185px;
  height: 1px;
  background: #757676;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-read-button-voice::after {
  display: block;
  position: absolute;
  content: "";
  bottom: 4.5px;
  left: 162px;
  width: 27px;
  height: 1px;
  background: #757676;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-read-btn-voice:hover .c-read-button-voice::after {
  left: 168px;
}

.c-read-btn-voice:hover .c-read-button-voice::before {
  left: 6px;
}

.c-area-label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #84d6d6;
  border: 1px solid #84d6d6;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-area-label.c-area-label-m {
  padding: 4px 8px;
}
.c-area-label.c-area-label-s {
  padding: 4px;
}
.c-area-label.c-area-label-s-m {
  padding: 4px;
}
@media screen and (min-width: 768px) {
  .c-area-label.c-area-label-s-m {
    padding: 4px 8px;
  }
}

.c-area-scope-text {
  color: #000000;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .c-area-scope-text {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.c-area-scope-text-report {
  color: #000000;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .c-area-scope-text-report {
    line-height: 2;
  }
}

.c-reccomend-btn {
  position: absolute;
  bottom: 12px;
  right: -13%;
}
@media screen and (min-width: 768px) {
  .c-reccomend-btn {
    bottom: 15px;
    right: -9%;
  }
}

.c-reccomend-button {
  margin-right: 50px;
  color: #757676;
  position: relative;
  -webkit-padding-after: 2px;
          padding-block-end: 2px;
}
.c-reccomend-button::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0%;
  width: 38px;
  height: 1px;
  background: #757676;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-reccomend-button::before {
    width: 43px;
  }
}
.c-reccomend-button::after {
  display: block;
  position: absolute;
  content: "";
  bottom: 2px;
  right: 19%;
  width: 7.5px;
  height: 1px;
  background: #757676;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-reccomend-btn:hover .c-_c-reccomend-button::after {
  left: 125px;
}

.c-read-btn:hover .c-read-button::before {
  left: 6px;
}

@media screen and (min-width: 1200px) {
  .l-populer__inner-sp {
    display: none;
  }
}
.l-populer__inner-sp .swiper-container {
  padding-left: 16px;
}
.l-populer__inner-sp .swiper-slide {
  width: 294px !important;
}
@media screen and (min-width: 950px) {
  .l-populer__inner-sp .swiper-slide {
    width: 360px !important;
  }
}
.l-populer__inner-sp .c-populer__card__collom {
  padding-inline: 8px;
  padding-block: 11px;
  margin-inline: auto;
  text-align: center;
  width: 294px;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 950px) {
  .l-populer__inner-sp .c-populer__card__collom {
    width: 360px;
  }
}
.l-populer__inner-sp .c-ranking {
  position: absolute;
  z-index: 3;
  left: 16px;
  top: 0px;
}
.l-populer__inner-sp .c-populer__card__collom-inner {
  border: 1px solid #84d6d6;
  padding-block: 10px 15px;
  padding-inline: 9px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-populer__inner-sp .c-populer__card__collom-inner {
    padding-block: 10px 2px;
  }
}
.l-populer__inner-sp .c-populer-iine {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 3;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-populer__inner-sp .c-populer-iine {
    right: 22px;
    top: 18px;
  }
}
.l-populer__inner-sp .c-populer-iine svg {
  aspect-ratio: 1/1;
  width: 26px;
  height: 26px;
}
.l-populer__inner-sp .c-populer-iine.active {
  -webkit-animation: click 0.2s;
          animation: click 0.2s;
}
.l-populer__inner-sp .c-populer-iine.active svg {
  fill: rgb(255, 0, 212);
}
.l-populer__inner-sp .c-populer-iine.active path {
  stroke: rgb(255, 0, 212);
  fill: rgb(255, 0, 212);
}
.l-populer__inner-sp .c-populer__card__collom-wrap {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-populer__inner-sp .c-populer__card__collom-img img {
    width: 368px;
    height: 216px;
  }
}
.l-populer__inner-sp .c-populer__card__collom-text-wrap {
  margin-top: -44px;
}
@media screen and (min-width: 768px) {
  .l-populer__inner-sp .c-populer__card__collom-text-wrap {
    margin-top: -30px;
  }
}
.l-populer__inner-sp .c-populer__card__collom-text-wrap-inner {
  text-align: start;
  padding-block: 19px 9px;
  padding-inline: 14px;
  max-width: 246px;
  background: rgba(255, 255, 255, 0.88);
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-populer__inner-sp .c-populer__card__collom-text-wrap-inner {
    max-width: 332px;
    padding-block: 17px 9px;
    padding-inline: 16px;
  }
}
.l-populer__inner-sp .c-populer__card__collom-text {
  padding-bottom: 6px;
  border-bottom: 1px solid #757676;
}
.l-populer__inner-sp .c-populer__card__collom-text-title {
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .l-populer__inner-sp .c-populer__card__collom-text-title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.l-populer__inner-sp .c-populer__card__collom-label {
  text-align: center;
  margin-top: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-populer__inner-sp .c-populer__card__collom-label-text {
  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;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-inline: 8px;
  padding-block: 1px;
  white-space: nowrap;
}
@media screen and (min-width: 950px) {
  .l-populer__inner-sp .c-populer__card__collom-label-text {
    font-size: 12px;
  }
}
.l-populer__inner-sp .c-populer__card__collom-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
.l-populer__inner-sp .c-populer__card-wrap {
  position: relative;
  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;
  gap: 16px;
  position: relative;
  z-index: 2;
  width: 262px;
}
.l-populer__inner-sp .c-populer__card-wrap::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 4px;
  left: 2%;
  -webkit-transform: translateX(-40%) translateY(-40%);
          transform: translateX(-40%) translateY(-40%);
  width: 19px;
  height: 19px;
}
.l-populer__inner-sp .c-populer__card-text-wrap-btn {
  text-align: left;
}
.l-populer__inner-sp .c-populer__card-text-wrap {
  width: 174px;
}
.l-populer__inner-sp .c-populer__card-text {
  padding-top: 7px;
}
.l-populer__inner-sp .c-populer__card-text-title {
  color: #757676;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.l-populer__inner-sp .c-populer__card-text-desin {
  color: #000000;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.l-populer__inner-sp .p-populer__swiper {
  position: relative;
}
.l-populer__inner-sp .populer-swiper-button-prev {
  display: block;
  position: absolute;
  left: 0%;
  top: 49%;
  cursor: pointer;
}
.l-populer__inner-sp .populer-swiper-button-prev::before {
  z-index: 2;
  content: "";
  position: absolute;
  width: 28px;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #cfcfcf;
  aspect-ratio: 1/1;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .l-populer__inner-sp .populer-swiper-button-prev::before {
    width: 40px;
  }
}
.l-populer__inner-sp .populer-swiper-button-prev::after {
  z-index: 2;
  content: "";
  position: absolute;
  width: 7.88px;
  top: 50%;
  left: 15px;
  aspect-ratio: 1/1;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
          transform: translateX(-50%) translateY(-50%) rotate(135deg);
}
@media screen and (min-width: 768px) {
  .l-populer__inner-sp .populer-swiper-button-prev::after {
    width: 10px;
    left: 23px;
  }
}
.l-populer__inner-sp .populer-swiper-button-next {
  position: absolute;
  right: 5%;
  top: 49%;
  cursor: pointer;
}
.l-populer__inner-sp .populer-swiper-button-next::before {
  z-index: 2;
  content: "";
  position: absolute;
  right: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  border-radius: 50%;
  background-color: #cfcfcf;
  aspect-ratio: 1/1;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .l-populer__inner-sp .populer-swiper-button-next::before {
    width: 40px;
  }
}
.l-populer__inner-sp .populer-swiper-button-next::after {
  z-index: 2;
  content: "";
  position: absolute;
  right: 8px;
  width: 7.88px;
  aspect-ratio: 1/1;
  top: 50%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .l-populer__inner-sp .populer-swiper-button-next::after {
    width: 10px;
    right: 12px;
  }
}

/*----------------------------------
    pc
-----------------------------------*/
.l-populer__inner-pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .l-populer__inner-pc {
    display: block;
  }
}
.l-populer__inner-pc .c-populer__card__collom {
  padding-inline: 18px;
  padding-block: 14px;
  margin-inline: auto;
  text-align: center;
  background: #fff;
  position: relative;
}
.l-populer__inner-pc .c-ranking {
  position: absolute;
  z-index: 3;
  left: 24px;
  top: 0px;
}
.l-populer__inner-pc .c-populer__card__collom-inner {
  border: 1px solid #84d6d6;
  padding-block: 26px 14px;
  padding-inline: 32px;
  position: relative;
}
.l-populer__inner-pc .c-populer__card__collom-inner-2 {
  border: 1px solid #84d6d6;
  padding-block: 24px 10px;
  position: relative;
  padding-inline: 19px;
}
.l-populer__inner-pc .c-populer__card__collom-wrap-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  padding-bottom: 16px;
  position: relative;
}
.l-populer__inner-pc .c-populer__card__collom-wrap-top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 96%;
  height: 1px;
  background: #757676;
}
.l-populer__inner-pc .c-populer__card__collom-wrap-top-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding-bottom: 21px;
  position: relative;
}
@media screen and (min-width: 1400px) {
  .l-populer__inner-pc .c-populer__card__collom-wrap-top-2 {
    gap: 23px;
  }
}
.l-populer__inner-pc .c-populer__card__collom-wrap-top-2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 96%;
  height: 1px;
  background: #757676;
}
@media screen and (min-width: 950px) {
  .l-populer__inner-pc .c-populer__card__collom-img img {
    width: 540px;
    height: 294px;
    aspect-ratio: 540/294;
  }
}
.l-populer__inner-pc .c-populer__card__collom-text-wrap-inner {
  text-align: start;
  position: relative;
}
.l-populer__inner-pc .c-populer__card__collom-text-wrap-inner-2 {
  text-align: start;
  position: relative;
}
.l-populer__inner-pc .c-populer__card__collom-text-title {
  padding-top: 21px;
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.l-populer__inner-pc .c-populer__card__collom-text-title-2 {
  padding-top: 20px;
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.l-populer__inner-pc .c-populer__card__collom-label {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-populer__inner-pc .c-populer__card__collom-label-text {
  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;
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-inline: 4px;
  padding-block: 1px;
}
.l-populer__inner-pc .c-populer__card__collom-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
}
.l-populer__inner-pc .c-populer__message {
  padding-left: 15px;
  text-align: start;
}
.l-populer__inner-pc .c-populer__message-2 {
  text-align: start;
  min-height: 135.2px;
  padding-inline: 12px;
}
.l-populer__inner-pc .c-populer__message-text-title {
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.2;
}
.l-populer__inner-pc .c-populer__message-text-title-2 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.l-populer__inner-pc .c-populer__message-text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.l-populer__inner-pc .c-populer__card {
  padding-left: 15px;
  padding-top: 1.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-populer__inner-pc .c-populer__card-2 {
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-populer__inner-pc .c-populer__card-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  position: relative;
  z-index: 2;
}
.l-populer__inner-pc .c-populer__card-wrap::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 4px;
  left: 0.6%;
  -webkit-transform: translateX(-40%) translateY(-40%);
          transform: translateX(-40%) translateY(-40%);
  width: 19px;
  height: 19px;
  background: #84d6d6;
}
.l-populer__inner-pc .c-populer__card-text-wrap-btn {
  text-align: left;
}
.l-populer__inner-pc .c-populer__card-text-wrap {
  width: 174px;
}
.l-populer__inner-pc .c-populer__card-text {
  padding-top: 7px;
}
.l-populer__inner-pc .c-populer__card-text-title {
  color: #757676;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.l-populer__inner-pc .c-populer__card-text-desin {
  color: #000000;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.l-populer__inner-pc .c-populer__card__collom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-top: 28px;
}
@media screen and (min-width: 1200px) {
  .l-populer__inner-pc .c-populer__card__collom-box {
    gap: 30px;
    padding-top: 28px;
  }
}
.l-populer__inner-pc .c-populer__card__collom-2 {
  padding-inline: 14px;
  padding-block: 16px;
  text-align: center;
  background: #fff;
  position: relative;
  width: 50%;
}
.l-populer__inner-pc .c-populer__card__collom-img-2 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .l-populer__inner-pc .c-populer__card__collom-img-2 img {
    width: 136px;
    height: 126px;
    aspect-ratio: 236/226;
  }
}
@media screen and (min-width: 1400px) {
  .l-populer__inner-pc .c-populer__card__collom-img-2 img {
    width: 236px;
    height: 226px;
  }
}

.c-new-reports__card-title {
  position: relative;
}
.c-new-reports__card-title h3 {
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  z-index: 2;
  position: relative;
}
.c-new-reports__card-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -6%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 31px;
  height: 30px;
  z-index: 1;
}
.c-new-reports__card__collom {
  margin-top: 18px;
  padding-inline: 8px;
  padding-block: 11px;
  margin-inline: auto;
  text-align: center;
  width: 294px;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 500px) {
  .c-new-reports__card__collom {
    width: 348px;
    margin-top: 24px;
    padding-inline: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .c-new-reports__card__collom {
    width: 348px;
    margin-top: 24px;
    padding-inline: 13px;
  }
}

.c-ranking {
  position: absolute;
  z-index: 3;
  left: 16px;
  top: 0px;
}

.c-new-reports__card__collom-inner {
  border: 1px solid #84d6d6;
  padding-block: 10px 15px;
  padding-inline: 9px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-new-reports__card__collom-inner {
    padding-block: 10px 2px;
    padding-inline: 15px;
  }
}
@media screen and (min-width: 950px) {
  .c-new-reports__card__collom-inner {
    padding-block: 10px 2px;
    padding-inline: 9px;
  }
}

.c-new-reports__card__collom-wrap {
  text-align: center;
}

@media screen and (min-width: 500px) {
  .c-new-reports__card__collom-img img {
    width: 100%;
    aspect-ratio: 302/202;
  }
}
@media screen and (min-width: 950px) {
  .c-new-reports__card__collom-img img {
    width: 302px;
    height: 202px;
  }
}

.c-new-reports__card__collom-text-wrap {
  margin-top: -30px;
}
@media screen and (min-width: 768px) {
  .c-new-reports__card__collom-text-wrap {
    margin-top: 0px;
  }
}

.c-new-reports__card__collom-text-wrap-inner {
  text-align: start;
  padding-block: 19px 9px;
  padding-inline: 14px;
  max-width: 246px;
  background: rgba(255, 255, 255, 0.88);
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 500px) {
  .c-new-reports__card__collom-text-wrap-inner {
    width: 100%;
    max-width: none;
    padding-block: 17px 9px;
    padding-inline: 0px;
  }
}
@media screen and (min-width: 950px) {
  .c-new-reports__card__collom-text-wrap-inner {
    max-width: 332px;
    padding-block: 17px 9px;
    padding-inline: 0px;
  }
}

.c-new-reports__card__collom-text {
  padding-bottom: 6px;
  border-bottom: 1px solid #757676;
}
@media screen and (min-width: 950px) {
  .c-new-reports__card__collom-text {
    padding-bottom: 0;
    border: none;
  }
}

.c-new-reports__card__collom-text-title {
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .c-new-reports__card__collom-text-title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 950px) {
  .c-new-reports__card__collom-text-title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  .c-new-reports__card__collom-text-title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.c-new-reports__card__collom-label {
  text-align: center;
  margin-top: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-new-reports__card__collom-label-text {
  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;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-inline: 8px;
  padding-block: 1px;
}
@media screen and (min-width: 768px) {
  .c-new-reports__card__collom-label-text {
    font-size: 12px;
  }
}

.c-new-reports__card__collom-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}

.c-new-reports__card-wrap {
  position: relative;
  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;
  gap: 16px;
  position: relative;
  z-index: 2;
  width: 262px;
}
.c-new-reports__card-wrap::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 4px;
  left: 2%;
  -webkit-transform: translateX(-40%) translateY(-40%);
          transform: translateX(-40%) translateY(-40%);
  width: 19px;
  height: 19px;
}

.c-new-reports__card-text-wrap-btn {
  text-align: left;
}

.c-new-reports__card-text-wrap {
  width: 174px;
}

.c-new-reports__card-text {
  padding-top: 7px;
}

.c-new-reports__card-text-title {
  color: #757676;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.c-new-reports__card-text-desin {
  color: #000000;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.p-new-reports__swiper {
  position: relative;
}

.new-reports-swiper-button-prev {
  display: block;
  position: absolute;
  left: 0%;
  top: 49%;
}
.new-reports-swiper-button-prev::before {
  z-index: 2;
  content: "";
  position: absolute;
  width: 28px;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #cfcfcf;
  aspect-ratio: 1/1;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .new-reports-swiper-button-prev::before {
    width: 40px;
  }
}
.new-reports-swiper-button-prev::after {
  z-index: 2;
  content: "";
  position: absolute;
  width: 7.88px;
  top: 50%;
  left: 15px;
  aspect-ratio: 1/1;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
          transform: translateX(-50%) translateY(-50%) rotate(135deg);
}
@media screen and (min-width: 768px) {
  .new-reports-swiper-button-prev::after {
    width: 10px;
    left: 23px;
  }
}

.new-reports-swiper-button-next {
  position: absolute;
  right: 5%;
  top: 49%;
}
.new-reports-swiper-button-next::before {
  z-index: 2;
  content: "";
  position: absolute;
  right: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  border-radius: 50%;
  background-color: #cfcfcf;
  aspect-ratio: 1/1;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .new-reports-swiper-button-next::before {
    width: 40px;
  }
}
.new-reports-swiper-button-next::after {
  z-index: 2;
  content: "";
  position: absolute;
  right: 8px;
  width: 7.88px;
  aspect-ratio: 1/1;
  top: 50%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .new-reports-swiper-button-next::after {
    width: 10px;
    right: 12px;
  }
}

@media screen and (min-width: 768px) {
  .c-new-reports__card-title3 {
    margin-top: -16px;
    padding-bottom: 16px;
  }
}

.c-reports-By-Plan__card-title {
  position: relative;
}
.c-reports-By-Plan__card-title h3 {
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  z-index: 2;
  position: relative;
}
.c-reports-By-Plan__card-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -6%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 31px;
  height: 30px;
  z-index: 1;
}
.c-reports-By-Plan__card__collom {
  margin-top: 18px;
  padding-inline: 8px;
  padding-block: 11px;
  margin-inline: auto;
  text-align: center;
  width: 294px;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-reports-By-Plan__card__collom {
    width: 500px;
    margin-top: 24px;
    padding-inline: 15px;
  }
}
@media screen and (min-width: 950px) {
  .c-reports-By-Plan__card__collom {
    width: 280px;
    margin-top: 24px;
    padding-inline: 7px;
  }
}
@media screen and (min-width: 1200px) {
  .c-reports-By-Plan__card__collom {
    width: 340px;
    margin-top: 24px;
    padding-inline: 13px;
  }
}
@media screen and (min-width: 1400px) {
  .c-reports-By-Plan__card__collom {
    width: 348px;
    margin-top: 24px;
    padding-inline: 13px;
  }
}

.c-ranking {
  position: absolute;
  z-index: 3;
  left: 16px;
  top: 0px;
}

.c-reports-By-Plan__card__collom-inner {
  border: 1px solid #84d6d6;
  padding-block: 10px 15px;
  padding-inline: 9px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-reports-By-Plan__card__collom-inner {
    padding-block: 10px 2px;
    padding-inline: 15px;
  }
}
@media screen and (min-width: 950px) {
  .c-reports-By-Plan__card__collom-inner {
    padding-block: 10px 2px;
    padding-inline: 9px;
  }
}

.c-reports-By-Plan__card__collom-wrap {
  text-align: center;
}

@media screen and (min-width: 500px) {
  .c-reports-By-Plan__card__collom-img img {
    width: 100%;
    aspect-ratio: 302/202;
  }
}
@media screen and (min-width: 950px) {
  .c-reports-By-Plan__card__collom-img img {
    width: 302px;
    height: 202px;
  }
}

.c-reports-By-Plan__card__collom-text-wrap {
  margin-top: -30px;
}
@media screen and (min-width: 768px) {
  .c-reports-By-Plan__card__collom-text-wrap {
    margin-top: 0px;
  }
}

.c-reports-By-Plan__card__collom-text-wrap-inner {
  text-align: start;
  padding-block: 19px 9px;
  padding-inline: 14px;
  max-width: 246px;
  background: rgba(255, 255, 255, 0.88);
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 500px) {
  .c-reports-By-Plan__card__collom-text-wrap-inner {
    width: 100%;
    max-width: none;
    padding-block: 17px 9px;
    padding-inline: 0px;
  }
}
@media screen and (min-width: 950px) {
  .c-reports-By-Plan__card__collom-text-wrap-inner {
    max-width: 332px;
    padding-block: 17px 9px;
    padding-inline: 0px;
  }
}

.c-reports-By-Plan__card__collom-text {
  padding-bottom: 6px;
  border-bottom: 1px solid #757676;
}
@media screen and (min-width: 950px) {
  .c-reports-By-Plan__card__collom-text {
    padding-bottom: 0;
    border: none;
  }
}

.c-reports-By-Plan__card__collom-text-title {
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .c-reports-By-Plan__card__collom-text-title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 950px) {
  .c-reports-By-Plan__card__collom-text-title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  .c-reports-By-Plan__card__collom-text-title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.c-reports-By-Plan__card__collom-label {
  text-align: center;
  margin-top: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-reports-By-Plan__card__collom-label-text {
  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;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-inline: 8px;
  padding-block: 1px;
}
@media screen and (min-width: 768px) {
  .c-reports-By-Plan__card__collom-label-text {
    font-size: 12px;
  }
}

.c-reports-By-Plan__card__collom-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}

.c-reports-By-Plan__card-wrap {
  position: relative;
  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;
  gap: 16px;
  position: relative;
  z-index: 2;
  width: 262px;
}
.c-reports-By-Plan__card-wrap::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 4px;
  left: 2%;
  -webkit-transform: translateX(-40%) translateY(-40%);
          transform: translateX(-40%) translateY(-40%);
  width: 19px;
  height: 19px;
}

.c-reports-By-Plan__card-text-wrap-btn {
  text-align: left;
}

.c-reports-By-Plan__card-text-wrap {
  width: 174px;
}

.c-reports-By-Plan__card-text {
  padding-top: 7px;
}

.c-reports-By-Plan__card-text-title {
  color: #757676;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.c-reports-By-Plan__card-text-desin {
  color: #000000;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.p-reports-By-Plan__swiper {
  position: relative;
}

.reports-By-Plan-swiper-button-prev {
  display: block;
  position: absolute;
  left: 0%;
  top: 49%;
}
.reports-By-Plan-swiper-button-prev::before {
  z-index: 2;
  content: "";
  position: absolute;
  width: 28px;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #cfcfcf;
  aspect-ratio: 1/1;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .reports-By-Plan-swiper-button-prev::before {
    width: 40px;
  }
}
.reports-By-Plan-swiper-button-prev::after {
  z-index: 2;
  content: "";
  position: absolute;
  width: 7.88px;
  top: 50%;
  left: 15px;
  aspect-ratio: 1/1;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
          transform: translateX(-50%) translateY(-50%) rotate(135deg);
}
@media screen and (min-width: 768px) {
  .reports-By-Plan-swiper-button-prev::after {
    width: 10px;
    left: 23px;
  }
}

.reports-By-Plan-swiper-button-next {
  position: absolute;
  right: 5%;
  top: 49%;
}
.reports-By-Plan-swiper-button-next::before {
  z-index: 2;
  content: "";
  position: absolute;
  right: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  border-radius: 50%;
  background-color: #cfcfcf;
  aspect-ratio: 1/1;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .reports-By-Plan-swiper-button-next::before {
    width: 40px;
  }
}
.reports-By-Plan-swiper-button-next::after {
  z-index: 2;
  content: "";
  position: absolute;
  right: 8px;
  width: 7.88px;
  aspect-ratio: 1/1;
  top: 50%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .reports-By-Plan-swiper-button-next::after {
    width: 10px;
    right: 12px;
  }
}

@media screen and (min-width: 768px) {
  .c-reports-By-Plan__card-title3 {
    margin-top: -16px;
    padding-bottom: 16px;
  }
}

.c-induction {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-induction p {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.28px;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 390px) {
  .c-induction p {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-induction p {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.6px;
  }
}
.c-induction p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -52px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 41px;
  height: 1.5px;
  background: #84d6d6;
}
.c-induction p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -52px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 41px;
  height: 1.5px;
  background: #84d6d6;
}

.c-induction2 {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-induction2 p {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.28px;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 390px) {
  .c-induction2 p {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-induction2 p {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.6px;
  }
}
@media screen and (min-width: 1400px) {
  .c-induction2 p {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.6px;
  }
}
.c-induction2 p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -85px;
  -webkit-transform: rotate(67deg);
          transform: rotate(67deg);
  width: 30px;
  height: 1.5px;
  background: #84d6d6;
}
@media screen and (min-width: 768px) {
  .c-induction2 p::before {
    left: -45px;
  }
}
@media screen and (min-width: 1200px) {
  .c-induction2 p::before {
    left: -85px;
  }
}
.c-induction2 p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -84px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  width: 30px;
  height: 1.5px;
  background: #84d6d6;
}
@media screen and (min-width: 768px) {
  .c-induction2 p::after {
    right: -44px;
  }
}
@media screen and (min-width: 1200px) {
  .c-induction2 p::after {
    right: -84px;
  }
}

.c-induction3 {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-induction3 p {
  color: #757676;
  font-family: "Avenir", "Lato", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-induction3 p {
    font-size: 1.6rem;
  }
}
.c-induction3 p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -23px;
  -webkit-transform: rotate(48deg);
          transform: rotate(48deg);
  width: 15px;
  height: 1px;
  background: #757676;
}
.c-induction3 p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -23px;
  -webkit-transform: rotate(-48deg);
          transform: rotate(-48deg);
  width: 15px;
  height: 1px;
  background: #757676;
}

.c-favorite {
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 3;
  cursor: pointer;
}
.c-favorite svg {
  aspect-ratio: 1/1;
  width: 25px;
  height: 25px;
}
.c-favorite.active {
  -webkit-animation: click 0.2s;
          animation: click 0.2s;
}
.c-favorite.active svg {
  fill: yellow;
}
.c-favorite.active path {
  stroke: yellow;
}

.c-reports-iine {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 3;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-reports-iine {
    right: 22px;
    top: 18px;
  }
}
.c-reports-iine svg {
  aspect-ratio: 1/1;
  width: 26px;
  height: 26px;
}
.c-reports-iine.pink-heart svg path {
  stroke: #f26587 !important;
  fill: #f26587 !important;
}
.c-reports-iine.pink-heart {
  -webkit-animation: click 0.2s;
          animation: click 0.2s;
}

.c-reports-By-Plan-iine {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 3;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-reports-By-Plan-iine {
    right: 22px;
    top: 18px;
  }
}
.c-reports-By-Plan-iine svg {
  aspect-ratio: 1/1;
  width: 26px;
  height: 26px;
}
.c-reports-By-Plan-iine.pink-heart svg path {
  stroke: #f26587 !important;
  fill: #f26587 !important;
}
.c-reports-By-Plan-iine.pink-heart {
  -webkit-animation: click 0.2s;
          animation: click 0.2s;
}

.c-populer-iine {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 3;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-populer-iine {
    right: 22px;
    top: 18px;
  }
}
.c-populer-iine svg {
  aspect-ratio: 1/1;
  width: 26px;
  height: 26px;
}
.c-populer-iine.pink-heart svg path {
  stroke: #f26587 !important;
  fill: #f26587 !important;
}
.c-populer-iine.pink-heart {
  -webkit-animation: click 0.2s;
          animation: click 0.2s;
}

.c-new-reports-iine {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 3;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-new-reports-iine {
    right: 22px;
    top: 18px;
  }
}
.c-new-reports-iine svg {
  aspect-ratio: 1/1;
  width: 26px;
  height: 26px;
}
.c-new-reports-iine.pink-heart svg path {
  stroke: #f26587 !important;
  fill: #f26587 !important;
}
.c-new-reports-iine.pink-heart {
  -webkit-animation: click 0.2s;
          animation: click 0.2s;
}

.c-fv__bg-inner {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.91);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-inline: 28px 33px;
  padding-block: 30px 44px;
  text-align: center;
}
@media screen and (min-width: 950px) {
  .c-fv__bg-inner {
    height: 100%;
    padding-block: 130px 44px;
    margin-left: 145px;
    padding-inline: 66px 66px;
  }
}

.c-fv-bg-text-desin {
  padding-bottom: 17px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-fv-bg-text-desin {
    padding-bottom: 40px;
  }
}
.c-fv-bg-text-desin::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 165px;
  height: 1px;
  background: #757676;
}
@media screen and (min-width: 768px) {
  .c-fv-bg-text-desin::after {
    width: 218px;
  }
}

.c-fv__bg-text-eng {
  font-family: "Avenir", "Lato", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.3px;
}
@media screen and (min-width: 768px) {
  .c-fv__bg-text-eng {
    line-height: 1.8;
    font-size: 1.6rem;
    letter-spacing: 1.8px;
  }
}

.c-fv__bg-text-jp {
  color: #000000;
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 2.1rem;
  font-style: 1.67;
  font-weight: 100;
  line-height: 1.67;
  letter-spacing: 1.68px;
}
@media screen and (min-width: 768px) {
  .c-fv__bg-text-jp {
    font-size: 5rem;
    font-style: normal;
    font-weight: 100;
    line-height: 1.24;
    letter-spacing: 4.12px;
    padding-bottom: 52px;
  }
}

.p-fv__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 950px) {
  .p-fv__button-wrap {
    position: relative;
    z-index: 2;
    margin-top: -73px;
  }
}

.p-tag__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 4px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.p-tag__group-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 4px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.p-about__wrap {
  padding-top: 45px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about__wrap {
    padding-top: 74px;
  }
}

.p-about__wrap-img {
  position: absolute;
  top: 78%;
  left: 53%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 370px;
}
@media screen and (max-width: 390px) {
  .p-about__wrap-img {
    width: 290px;
  }
}
@media screen and (min-width: 768px) {
  .p-about__wrap-img {
    width: clamp(560px, (100vw - 460px) * 527 / 980 + 460px, 987px);
    top: 73%;
    left: 54%;
  }
}
@media screen and (min-width: 950px) {
  .p-about__wrap-img {
    top: 73%;
    left: 54%;
  }
}
@media screen and (min-width: 1200px) {
  .p-about__wrap-img {
    top: 73%;
    left: 64%;
  }
}
.p-about__wrap-img img {
  width: 100%;
}

.c-about__wrap-text1 {
  color: #202020;
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 2.1px;
}
@media screen and (max-width: 390px) {
  .c-about__wrap-text1 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .c-about__wrap-text1 {
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 3.6px;
  }
}

.c-about__wrap-text2 {
  padding-top: 24px;
  color: #202020;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 250% */
  letter-spacing: 0.8px;
}
@media screen and (max-width: 390px) {
  .c-about__wrap-text2 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .c-about__wrap-text2 {
    padding-top: 56px;
    font-size: 1.8rem;
    letter-spacing: 0.9px;
    margin-left: -17px;
  }
}

.c-about__btn {
  text-align: center;
  padding-top: 26px;
}
@media screen and (min-width: 768px) {
  .c-about__btn {
    padding-top: 21px;
  }
}

.c-about__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 32px;
  background: #84d6d6;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.28px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 390px) {
  .c-about__button {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .c-about__button {
    padding: 16px 64px;
    color: var(--sub2, #fff);
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.6px;
  }
}
.c-about__button:hover {
  opacity: 0.7;
}

.p-about-swiper {
  padding-top: 61px;
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .p-about-swiper {
    padding-top: 68px;
  }
}
.p-about-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.p-about-swiper .swiper-slide {
  width: 110px !important;
  height: 110px !important;
}
@media screen and (min-width: 768px) {
  .p-about-swiper .swiper-slide {
    width: 235px !important;
    height: 235px !important;
  }
}
.p-about-swiper .p-about__swiper-slide {
  height: 110px;
}
.p-about-swiper .p-about__swiper-slide img {
  width: 110px;
  height: 110px;
}
@media screen and (min-width: 768px) {
  .p-about-swiper .p-about__swiper-slide img {
    width: 235px;
    height: 235px;
  }
}

.p-reports-By-Plan__card-wrap {
  background: #eef9f8;
  padding-block: 48px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-reports-By-Plan__card-wrap {
    padding-block: 85px;
  }
}
@media screen and (min-width: 950px) {
  .p-reports-By-Plan__card-wrap {
    padding-block: 85px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .p-reports-By-Plan__card-wrap {
    padding-block: 65px;
    gap: 16px;
  }
}
@media screen and (min-width: 1400px) {
  .p-reports-By-Plan__card-wrap {
    padding-block: 85px;
    gap: 32px;
  }
}

.p-reports-By-Plan__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-new-reports__slider-wrap {
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .p-new-reports__slider-wrap {
    padding-left: 16;
  }
}
.p-new-reports__slider-wrap .swiper-slide {
  width: 294px !important;
}
@media screen and (min-width: 500px) {
  .p-new-reports__slider-wrap .swiper-slide {
    width: 348px !important;
  }
}
@media screen and (min-width: 768px) {
  .p-new-reports__slider-wrap .swiper-slide {
    width: 348px !important;
  }
}
.p-new-reports__slider-wrap .c-new-reports__swiper-button-prev {
  display: block;
  position: absolute;
  left: 0%;
  top: 49%;
  cursor: pointer;
}
.p-new-reports__slider-wrap .c-new-reports__swiper-button-prev::before {
  z-index: 2;
  content: "";
  position: absolute;
  width: 28px;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #cfcfcf;
  aspect-ratio: 1/1;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .p-new-reports__slider-wrap .c-new-reports__swiper-button-prev::before {
    width: 40px;
    background-color: #84d6d6;
  }
}
.p-new-reports__slider-wrap .c-new-reports__swiper-button-prev::after {
  z-index: 2;
  content: "";
  position: absolute;
  width: 7.88px;
  top: 50%;
  left: 15px;
  aspect-ratio: 1/1;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
          transform: translateX(-50%) translateY(-50%) rotate(135deg);
}
@media screen and (min-width: 768px) {
  .p-new-reports__slider-wrap .c-new-reports__swiper-button-prev::after {
    width: 10px;
    left: 23px;
  }
}
.p-new-reports__slider-wrap .c-new-reports__swiper-button-next {
  position: absolute;
  right: 5%;
  top: 49%;
  cursor: pointer;
}
.p-new-reports__slider-wrap .c-new-reports__swiper-button-next::before {
  z-index: 2;
  content: "";
  position: absolute;
  right: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  border-radius: 50%;
  background-color: #cfcfcf;
  aspect-ratio: 1/1;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .p-new-reports__slider-wrap .c-new-reports__swiper-button-next::before {
    width: 40px;
    background-color: #84d6d6;
  }
}
.p-new-reports__slider-wrap .c-new-reports__swiper-button-next::after {
  z-index: 2;
  content: "";
  position: absolute;
  right: 8px;
  width: 7.88px;
  aspect-ratio: 1/1;
  top: 50%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .p-new-reports__slider-wrap .c-new-reports__swiper-button-next::after {
    width: 10px;
    right: 12px;
  }
}

.p-ranking__slide-sp {
  padding-block: 20px 24px;
}
@media screen and (min-width: 950px) {
  .p-ranking__slide-sp {
    display: none;
  }
}
.p-ranking__slide-sp .swiper-container {
  padding-left: 15px;
}
.p-ranking__slide-sp .swiper-slide {
  width: 294px !important;
}
.p-ranking__slide-sp .c-ranking__card {
  background: #eef9f8;
  width: 294px;
}
.p-ranking__slide-sp .c-ranking__card-inner {
  padding-inline: 8px;
  padding-block: 45px 48px;
}
.p-ranking__slide-sp .c-ranking__card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.p-ranking__slide-sp .c-ranking__card-planner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-ranking__slide-sp .c-ranking__card-img {
  position: relative;
}
.p-ranking__slide-sp .c-ranking__card-planner-name {
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
}
.p-ranking__slide-sp .c-ranking__card-planner-desin {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.p-ranking__slide-sp .c-ranking__card-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-ranking__slide-sp .c-ranking__card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}
.p-ranking__slide-sp .c-ranking__card-text p {
  color: var(--, #000);
  font-family: "Tsukushi B Round Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.p-ranking__slide-sp .c-ranking__card-text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.p-ranking__slide-sp .c-ranking__card-text-area__label {
  background: #fff;
  padding: 4px 8px;
  color: #84d6d6;
  border: 1px solid #84d6d6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.p-ranking__slide-sp .c-ranking__card-text-area__scope {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.p-ranking__slide-sp .c-ranking__card__point {
  margin-top: 4px;
  background: #fff;
  padding-block: 8px;
  padding-inline: 22px;
}
.p-ranking__slide-sp .c-ranking__card__point-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-ranking__slide-sp .c-ranking__card__point-title p {
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 250% */
}
.p-ranking__slide-sp .c-ranking__card__point-text-wrap {
  padding-left: 22px;
}
.p-ranking__slide-sp .c-ranking__card__point-text {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  position: relative;
}
.p-ranking__slide-sp .c-ranking__card__point-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 3px;
  height: 3px;
  background: #757676;
}
.p-ranking__slide-sp .c-ranking__card__point-text + .c-ranking__card__point-text {
  padding-top: 4px;
}
.p-ranking__slide-sp .c-ranking__card__garally-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-ranking__slide-sp .c-ranking__card__garally-title p {
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 250% */
  color: #757676;
}
.p-ranking__slide-sp .c-ranking__card__point-garally-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.p-ranking__slide-sp .ranking-swiper-button-prev {
  display: block;
  position: absolute;
  left: 0%;
  top: 43%;
}
.p-ranking__slide-sp .ranking-swiper-button-prev::before {
  z-index: 2;
  content: "";
  position: absolute;
  width: 28px;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #cfcfcf;
  aspect-ratio: 1/1;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .p-ranking__slide-sp .ranking-swiper-button-prev::before {
    width: 40px;
    background-color: #84d6d6;
  }
}
.p-ranking__slide-sp .ranking-swiper-button-prev::after {
  z-index: 2;
  content: "";
  position: absolute;
  width: 7.88px;
  top: 50%;
  left: 15px;
  aspect-ratio: 1/1;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
          transform: translateX(-50%) translateY(-50%) rotate(135deg);
}
@media screen and (min-width: 768px) {
  .p-ranking__slide-sp .ranking-swiper-button-prev::after {
    width: 10px;
    left: 23px;
  }
}
.p-ranking__slide-sp .ranking-swiper-button-next {
  position: absolute;
  right: 5%;
  top: 43%;
}
.p-ranking__slide-sp .ranking-swiper-button-next::before {
  z-index: 2;
  content: "";
  position: absolute;
  right: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  border-radius: 50%;
  background-color: #cfcfcf;
  aspect-ratio: 1/1;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .p-ranking__slide-sp .ranking-swiper-button-next::before {
    width: 40px;
    background-color: #84d6d6;
  }
}
.p-ranking__slide-sp .ranking-swiper-button-next::after {
  z-index: 2;
  content: "";
  position: absolute;
  right: 8px;
  width: 7.88px;
  aspect-ratio: 1/1;
  top: 50%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .p-ranking__slide-sp .ranking-swiper-button-next::after {
    width: 10px;
    right: 12px;
  }
}

.p-ranking__slide-pc {
  display: none;
}
@media screen and (min-width: 950px) {
  .p-ranking__slide-pc {
    display: block;
  }
}
.p-ranking__slide-pc .p-ranking__slide-pc__inner {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-ranking__slide-pc .p-ranking__slide-pc__inner {
    padding-inline: 30px;
    max-width: 828px;
  }
}
@media screen and (min-width: 950px) {
  .p-ranking__slide-pc .p-ranking__slide-pc__inner {
    padding-inline: 20px;
    max-width: 840px;
  }
}
@media screen and (min-width: 1200px) {
  .p-ranking__slide-pc .p-ranking__slide-pc__inner {
    padding-inline: 40px;
    max-width: 1280px;
  }
}
@media screen and (min-width: 1400px) {
  .p-ranking__slide-pc .p-ranking__slide-pc__inner {
    padding-inline: 100px;
    max-width: 1440px;
  }
}
.p-ranking__slide-pc .p-ranking__slide-pc__boxes {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
@media screen and (min-width: 1200px) {
  .p-ranking__slide-pc .p-ranking__slide-pc__boxes {
    gap: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .p-ranking__slide-pc .p-ranking__slide-pc__boxes {
    gap: 24px;
  }
}
.p-ranking__slide-pc .c-ranking__card {
  background: #eef9f8;
  position: relative;
  width: 300px;
}
@media screen and (min-width: 1200px) {
  .p-ranking__slide-pc .c-ranking__card {
    width: 397px;
  }
}
@media screen and (min-width: 1400px) {
  .p-ranking__slide-pc .c-ranking__card {
    width: 397px;
  }
}
.p-ranking__slide-pc .c-ranking__card-inner {
  padding-inline: 12px 8px;
  padding-block: 39px 35px;
}
@media screen and (min-width: 1200px) {
  .p-ranking__slide-pc .c-ranking__card-inner {
    padding-inline: 16px 15px;
    padding-block: 39px 35px;
  }
}
@media screen and (min-width: 1400px) {
  .p-ranking__slide-pc .c-ranking__card-inner {
    padding-inline: 32px 15px;
    padding-block: 39px 35px;
  }
}
.p-ranking__slide-pc .c-ranking__card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.p-ranking__slide-pc .c-ranking__card-planner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9.5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-ranking__slide-pc .c-ranking__card-img {
  position: relative;
  width: 110px;
}
@media screen and (min-width: 1200px) {
  .p-ranking__slide-pc .c-ranking__card-img {
    width: 140px;
  }
}
.p-ranking__slide-pc .c-ranking__card-img img {
  aspect-ratio: 140/160;
  width: 100%;
  height: 100%;
}
.p-ranking__slide-pc .c-ranking__card-planner-name {
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
}
@media screen and (min-width: 1200px) {
  .p-ranking__slide-pc .c-ranking__card-planner-name {
    font-size: 2.2rem;
  }
}
.p-ranking__slide-pc .c-ranking__card-planner-desin {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.p-ranking__slide-pc .c-ranking__card-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-ranking__slide-pc .c-ranking__card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 69px;
}
.p-ranking__slide-pc .c-ranking__card-text p {
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
@media screen and (min-width: 1200px) {
  .p-ranking__slide-pc .c-ranking__card-text p {
    font-size: 1.6rem;
  }
}
.p-ranking__slide-pc .c-ranking__card-text-area-wrap {
  padding-top: 4px;
}
.p-ranking__slide-pc .c-ranking__card-text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.p-ranking__slide-pc .c-ranking__card-text-area__label {
  background: #fff;
  padding: 4px 8px;
  color: #84d6d6;
  border: 1px solid #84d6d6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.p-ranking__slide-pc .c-ranking__card-text-area__scope p {
  font-size: 1.2rem;
}
@media screen and (min-width: 1200px) {
  .p-ranking__slide-pc .c-ranking__card-text-area__scope p {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media screen and (min-width: 1400px) {
  .p-ranking__slide-pc .c-ranking__card-text-area__scope p {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-ranking__slide-pc .c-ranking__card-text-area__scope p {
    font-size: 1.4rem;
  }
}
.p-ranking__slide-pc .c-tag {
  font-size: 0.8rem;
}
@media screen and (min-width: 1200px) {
  .p-ranking__slide-pc .c-tag {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-ranking__slide-pc .c-tag {
    font-size: 1.2rem;
  }
}
.p-ranking__slide-pc .c-ranking__card__point {
  margin-top: 15px;
  background: #fff;
  padding-block: 10px;
  padding-inline: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
@media screen and (min-width: 1200px) {
  .p-ranking__slide-pc .c-ranking__card__point {
    gap: 34px;
  }
}
.p-ranking__slide-pc .c-ranking__card__point-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-ranking__slide-pc .c-ranking__card__point-title {
  margin-top: -5px;
}
.p-ranking__slide-pc .c-ranking__card__point-title p {
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 250% */
}
.p-ranking__slide-pc .c-ranking__card__point-text {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .p-ranking__slide-pc .c-ranking__card__point-text {
    font-size: 1.4rem;
  }
}
.p-ranking__slide-pc .c-ranking__card__point-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 3px;
  height: 3px;
  background: #757676;
}
.p-ranking__slide-pc .c-ranking__card__point-text + .c-ranking__card__point-text {
  padding-top: 4px;
}
.p-ranking__slide-pc .c-ranking__card__garally {
  padding-top: 9px;
}
.p-ranking__slide-pc .c-ranking__card__garally-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-ranking__slide-pc .c-ranking__card__garally-title p {
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 250% */
}
.p-ranking__slide-pc .c-ranking__card__point-garally-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.p-ranking__slide-pc .c-ranking__card__point-garally-img img {
  width: 139px;
  aspect-ratio: 159/111;
}
@media screen and (min-width: 1200px) {
  .p-ranking__slide-pc .c-ranking__card__point-garally-img img {
    width: 159px;
  }
}

.p-planner-card {
  width: 194px;
}

.p-planner-card-pc {
  width: 174px;
}
@media screen and (min-width: 1200px) {
  .p-planner-card-pc {
    width: 194px;
  }
}

.p-new-in__slider {
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  .p-new-in__slider {
    margin-top: 27px;
  }
}
@media screen and (min-width: 950px) {
  .p-new-in__slider .p-new-in__slider__inner {
    margin-inline: auto;
    padding-inline: 60px;
    max-width: 1020px;
  }
}
@media screen and (min-width: 1200px) {
  .p-new-in__slider .p-new-in__slider__inner {
    padding-inline: 100px;
    max-width: 1440px;
  }
}
.p-new-in__slider .swiper-container {
  padding-block: 48px;
  background: #eef9f8;
  padding-left: 15px;
}
@media screen and (min-width: 950px) {
  .p-new-in__slider .swiper-container {
    padding-left: 0px;
  }
}
.p-new-in__slider .swiper-slide {
  width: 294px !important;
}
@media screen and (min-width: 950px) {
  .p-new-in__slider .swiper-slide {
    width: 397px !important;
  }
}
.p-new-in__slider .c-new-in__card {
  background: #fff;
  width: 294px;
}
@media screen and (min-width: 950px) {
  .p-new-in__slider .c-new-in__card {
    width: 397px;
  }
}
.p-new-in__slider .c-new-in__card-inner {
  padding-inline: 8px;
  padding-block: 24px;
}
@media screen and (min-width: 950px) {
  .p-new-in__slider .c-new-in__card-inner {
    padding-inline: 30.4px 15px;
    padding-block: 30px;
  }
}
.p-new-in__slider .c-new-in__card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.p-new-in__slider .c-new-in__card-planner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-new-in__slider .c-new-in__card-planner-wrap2 {
  margin-top: -12px;
}
@media screen and (min-width: 768px) {
  .p-new-in__slider .c-new-in__card-planner-wrap2 {
    margin-top: 0;
  }
}
@media screen and (min-width: 950px) {
  .p-new-in__slider .c-new-in__card-planner-wrap2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -3px;
  }
}
.p-new-in__slider .c-new-in__card-img {
  position: relative;
}
.p-new-in__slider .c-new-in__card-img img {
  width: 134px;
}
@media screen and (min-width: 950px) {
  .p-new-in__slider .c-new-in__card-img img {
    aspect-ratio: 140/162;
    width: 140px;
  }
}
.p-new-in__slider .c-new-in__card-planner {
  width: 140px;
}
.p-new-in__slider .c-new-in__card-planner-name {
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
}
.p-new-in__slider .c-new-in__card-planner-desin {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.p-new-in__slider .c-new-in__card-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 950px) {
  .p-new-in__slider .c-new-in__card-text-wrap {
    gap: 16px;
  }
}
.p-new-in__slider .c-new-in__card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}
@media screen and (min-width: 950px) {
  .p-new-in__slider .c-new-in__card-text {
    height: 69px;
  }
}
.p-new-in__slider .c-new-in__card-text p {
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.p-new-in__slider .c-new-in__card-text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.p-new-in__slider .c-new-in__card-text-area__label {
  background: #fff;
  padding: 4px 8px;
  color: #84d6d6;
  border: 1px solid #84d6d6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.p-new-in__slider .c-new-in__card-text-area__scope {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 950px) {
  .p-new-in__slider .c-new-in__card-text-area__scope {
    font-size: 1.4rem;
  }
}
.p-new-in__slider .c-new-in__card__point {
  margin-top: 4px;
  background: #ececec;
  padding-block: 8px;
  padding-inline: 22px;
}
@media screen and (min-width: 950px) {
  .p-new-in__slider .c-new-in__card__point {
    margin-top: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-new-in__slider .c-new-in__card__point-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-new-in__slider .c-new-in__card__point-title {
  margin-top: -3px;
}
.p-new-in__slider .c-new-in__card__point-title p {
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 250% */
}
.p-new-in__slider .c-new-in__card__point-text-wrap {
  padding-left: 22px;
}
.p-new-in__slider .c-new-in__card__point-text {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  position: relative;
}
.p-new-in__slider .c-new-in__card__point-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 3px;
  height: 3px;
  background: #757676;
}
.p-new-in__slider .c-new-in__card__point-text + .c-new-in__card__point-text {
  padding-top: 4px;
}
.p-new-in__slider .new-in__swiper-button-prev {
  display: block;
  position: absolute;
  left: 5%;
  top: 54%;
  cursor: pointer;
}
@media screen and (min-width: 950px) {
  .p-new-in__slider .new-in__swiper-button-prev {
    top: 52%;
  }
}
.p-new-in__slider .new-in__swiper-button-prev::before {
  z-index: 2;
  content: "";
  position: absolute;
  width: 28px;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #cfcfcf;
  aspect-ratio: 1/1;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .p-new-in__slider .new-in__swiper-button-prev::before {
    width: 40px;
  }
}
.p-new-in__slider .new-in__swiper-button-prev::after {
  z-index: 2;
  content: "";
  position: absolute;
  width: 7.88px;
  top: 50%;
  left: 15px;
  aspect-ratio: 1/1;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
          transform: translateX(-50%) translateY(-50%) rotate(135deg);
}
@media screen and (min-width: 768px) {
  .p-new-in__slider .new-in__swiper-button-prev::after {
    width: 10px;
    left: 23px;
  }
}
.p-new-in__slider .new-in__swiper-button-next {
  position: absolute;
  right: 3%;
  top: 54%;
  cursor: pointer;
}
@media screen and (min-width: 950px) {
  .p-new-in__slider .new-in__swiper-button-next {
    top: 52%;
  }
}
.p-new-in__slider .new-in__swiper-button-next::before {
  z-index: 2;
  content: "";
  position: absolute;
  right: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  border-radius: 50%;
  background-color: #cfcfcf;
  aspect-ratio: 1/1;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .p-new-in__slider .new-in__swiper-button-next::before {
    width: 40px;
  }
}
.p-new-in__slider .new-in__swiper-button-next::after {
  z-index: 2;
  content: "";
  position: absolute;
  right: 8px;
  width: 7.88px;
  aspect-ratio: 1/1;
  top: 50%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .p-new-in__slider .new-in__swiper-button-next::after {
    width: 10px;
    right: 12px;
  }
}

.p-pick-up__wrap {
  -webkit-padding-before: 24px;
          padding-block-start: 24px;
}
@media screen and (min-width: 768px) {
  .p-pick-up__wrap {
    -webkit-padding-before: 67px;
            padding-block-start: 67px;
  }
}

.c-pick-up__boxes {
  background: #fff;
  padding-inline: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 950px) {
  .c-pick-up__boxes {
    padding-inline: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.c-pick-up__box {
  padding-block: 49px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-pick-up__box {
    padding-block: 36px 22px;
    padding-inline: 62px;
  }
}
@media screen and (min-width: 950px) {
  .c-pick-up__box {
    padding-block: 36px 22px;
    padding-inline: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .c-pick-up__box {
    padding-inline: 42px;
  }
}
@media screen and (min-width: 1400px) {
  .c-pick-up__box {
    padding-inline: 62px;
  }
}

.c-pick-up__boxes .c-pick-up__box:nth-child(1)::after,
.c-pick-up__boxes .c-pick-up__box:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 229px;
  height: 1px;
  background: #757676;
}
@media screen and (min-width: 950px) {
  .c-pick-up__boxes .c-pick-up__box:nth-child(1)::after,
  .c-pick-up__boxes .c-pick-up__box:nth-child(2)::after {
    top: 50%;
    left: auto;
    right: 0%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 1px;
    height: 193px;
  }
}

.c-pick-up__box-title p {
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.p-tag__group__pick-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-top: 33px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-tag__group__pick-up {
    padding-top: 40px;
  }
}

.p-voice__wrap-sp {
  padding-inline: 15px;
  padding-block: 28px 0px;
  max-width: 682px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-voice__wrap-sp {
    padding-inline: 30px;
    max-width: 828px;
  }
}
@media screen and (min-width: 950px) {
  .p-voice__wrap-sp {
    padding-inline: 60px;
    max-width: 1020px;
  }
}
@media screen and (min-width: 1200px) {
  .p-voice__wrap-sp {
    display: none;
    padding-top: 64px;
  }
}
.p-voice__wrap-sp .p-voice__wrap__inner {
  background: #c8c8c8;
  padding-bottom: 12px;
}
.p-voice__wrap-sp .swiper-slide {
  width: 358px !important;
}
.p-voice__wrap-sp .p-voice__card {
  width: 358px;
  background: #fff;
  position: relative;
  padding-block: 16px 13px;
  padding-inline: 13px;
}
.p-voice__wrap-sp .c-voice__card-new {
  position: absolute;
  top: 0;
  left: 0;
}
.p-voice__wrap-sp .c-voice__card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.p-voice__wrap-sp .c-voice__card-wrap-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-voice__wrap-sp .c-voice__card-img img {
  width: 125px;
  aspect-ratio: 125/144;
}
.p-voice__wrap-sp .c-voice__card-title {
  padding-top: 2px;
}
.p-voice__wrap-sp .c-voice__card-title p {
  font-family: "Sawarabi Gothic", "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.p-voice__wrap-sp .c-voice__card-satisfaction {
  padding-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-voice__wrap-sp .c-voice__card-satisfaction p {
  color: #757676;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 8px;
}
.p-voice__wrap-sp .c-voice__card__collom-label {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 3px;
}
.p-voice__wrap-sp .c-voice__card__collom-label-text {
  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;
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-inline: 4px;
  padding-block: 1px;
}
.p-voice__wrap-sp .c-voice__card-text-main {
  padding-top: 6px;
}
.p-voice__wrap-sp .c-voice__card-text-main p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.p-voice__wrap-sp .c-voice__card-name {
  padding-left: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  padding-top: 5px;
}
.p-voice__wrap-sp .c-voice__card-name-text p {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.p-voice__wrap-sp .c-voice__card-planner-wrap {
  margin-top: -14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-voice__wrap-sp .c-voice__card-planner__box {
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-voice__wrap-sp .c-voice__card-planner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-voice__wrap-sp .c-voice__card-planner-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.p-voice__wrap-sp .c-voice__card-planner-img::after {
  z-index: 3;
  content: "";
  position: absolute;
  top: 4px;
  left: 2%;
  -webkit-transform: translateX(-40%) translateY(-40%);
          transform: translateX(-40%) translateY(-40%);
  width: 19px;
  height: 19px;
}
.p-voice__wrap-sp .c-voice__card-planner-img img {
  width: 40px;
}
.p-voice__wrap-sp .c-voice__card-planner-text p {
  color: #757676;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.p-voice__wrap-sp .c-voice__card-planner-name p {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.p-voice__wrap-sp .c-voice__card-planner-satisfaction {
  margin-top: -4px;
  margin-left: -5px;
}

.voice-swiper-button-prev {
  display: block;
  position: absolute;
  left: 0%;
  top: 49%;
  cursor: pointer;
}
.voice-swiper-button-prev::before {
  z-index: 2;
  content: "";
  position: absolute;
  width: 28px;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #84d6d6;
  aspect-ratio: 1/1;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .voice-swiper-button-prev::before {
    width: 40px;
  }
}
.voice-swiper-button-prev::after {
  z-index: 2;
  content: "";
  position: absolute;
  width: 7.88px;
  top: 50%;
  left: 15px;
  aspect-ratio: 1/1;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
          transform: translateX(-50%) translateY(-50%) rotate(135deg);
}
@media screen and (min-width: 768px) {
  .voice-swiper-button-prev::after {
    width: 10px;
    left: 23px;
  }
}

.voice-swiper-button-next {
  position: absolute;
  right: 5%;
  top: 49%;
  cursor: pointer;
}
.voice-swiper-button-next::before {
  z-index: 2;
  content: "";
  position: absolute;
  right: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  border-radius: 50%;
  background-color: #84d6d6;
  aspect-ratio: 1/1;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .voice-swiper-button-next::before {
    width: 40px;
  }
}
.voice-swiper-button-next::after {
  z-index: 2;
  content: "";
  position: absolute;
  right: 8px;
  width: 7.88px;
  aspect-ratio: 1/1;
  top: 50%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .voice-swiper-button-next::after {
    width: 10px;
    right: 12px;
  }
}

/*----------------------------------
    pc
-----------------------------------*/
.p-voice__wrap-pc {
  -webkit-padding-before: 28px;
          padding-block-start: 28px;
  display: none;
}
@media screen and (min-width: 1200px) {
  .p-voice__wrap-pc {
    display: block;
    padding-inline: 100px;
    max-width: 1540px;
    margin-inline: auto;
    padding-top: 68px;
  }
}
.p-voice__wrap-pc .p-voice__wrap__inner {
  background: #c8c8c8;
  padding-bottom: 12px;
}
.p-voice__wrap-pc .swiper-container {
  position: relative;
  z-index: 0;
}
.p-voice__wrap-pc .swiper-slide {
  width: 1175px !important;
}
.p-voice__wrap-pc .p-voice__card {
  width: 1175px;
  background: #fff;
  position: relative;
  padding-block: 28px 11px;
  padding-inline: 20px 24px;
}
.p-voice__wrap-pc .c-voice__card-new {
  position: absolute;
  top: 0;
  left: 0;
}
.p-voice__wrap-pc .c-voice__card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.p-voice__wrap-pc .c-voice__card-collum {
  padding-right: 60px;
  margin-top: -15px;
}
.p-voice__wrap-pc .c-voice__card-wrap-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-voice__wrap-pc .c-voice__card-img img {
  width: 229px;
  aspect-ratio: 229/236;
}
.p-voice__wrap-pc .c-voice__card-title-wap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 82px;
}
.p-voice__wrap-pc .c-voice__card-title {
  padding-top: 2px;
}
.p-voice__wrap-pc .c-voice__card-title p {
  font-size: 2rem;
  font-family: "Sawarabi Gothic", "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.p-voice__wrap-pc .c-voice__card-satisfaction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-voice__wrap-pc .c-voice__card-satisfaction p {
  color: #757676;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 8px;
}
.p-voice__wrap-pc .c-voice__card-satisfaction-img {
  margin-top: 5px;
}
.p-voice__wrap-pc .c-voice__card__collom-label {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 3px;
}
.p-voice__wrap-pc .c-voice__card__collom-label-text {
  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;
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-inline: 4px;
  padding-block: 1px;
}
.p-voice__wrap-pc .c-voice__card-text-main {
  padding-top: 6px;
}
.p-voice__wrap-pc .c-voice__card-text-main p {
  display: -webkit-box;
  overflow: hidden;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.p-voice__wrap-pc .c-voice__card-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding-top: 20px;
}
.p-voice__wrap-pc .c-voice__card-name-img {
  margin-top: -11px;
}
.p-voice__wrap-pc .c-voice__card-name-text p {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.p-voice__wrap-pc .c-voice__card-planner-wrap {
  margin-top: -14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-voice__wrap-pc .c-voice__card-planner__box {
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-voice__wrap-pc .c-voice__card-planner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-voice__wrap-pc .c-voice__card-planner-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.p-voice__wrap-pc .c-voice__card-planner-img::after {
  z-index: 3;
  content: "";
  position: absolute;
  top: 4px;
  left: 2%;
  -webkit-transform: translateX(-40%) translateY(-40%);
          transform: translateX(-40%) translateY(-40%);
  width: 19px;
  height: 19px;
}
.p-voice__wrap-pc .c-voice__card-planner-img img {
  width: 57px;
}
.p-voice__wrap-pc .c-voice__card-planner-text p {
  color: #757676;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.p-voice__wrap-pc .c-voice__card-planner-name p {
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.p-voice__wrap-pc .c-voice__card-planner-satisfaction {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 5px;
}

.p-voice-ranking__wrap-sp {
  padding-inline: 15px;
  max-width: 682px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-voice-ranking__wrap-sp {
    padding-inline: 30px;
    max-width: 828px;
  }
}
@media screen and (min-width: 950px) {
  .p-voice-ranking__wrap-sp {
    padding-inline: 60px;
    max-width: 1020px;
  }
}
@media screen and (min-width: 1200px) {
  .p-voice-ranking__wrap-sp {
    margin-top: -1px;
    padding-inline: 100px;
    max-width: 1540px;
  }
}

.p-voice-ranking__wrap__inner {
  background: #c8c8c8;
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .p-voice-ranking__wrap__inner {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .p-voice-ranking__wrap__inner {
    padding-inline: 40px;
  }
}

.p-voice-ranking__slider-wrap-sp {
  padding-left: 2px;
}
@media screen and (min-width: 1200px) {
  .p-voice-ranking__slider-wrap-sp {
    display: none;
  }
}
.p-voice-ranking__slider-wrap-sp .swiper-slide {
  width: 304px !important;
}
.p-voice-ranking__slider-wrap-sp .p-voice-ranking__card {
  background: #fff;
  padding-block: 16px;
  padding-inline: 8px;
  width: 304px;
}
.p-voice-ranking__slider-wrap-sp .c-ranking {
  position: absolute;
  z-index: 3;
  left: 8px;
  top: 0px;
}
.p-voice-ranking__slider-wrap-sp .c-voice-ranking__card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.p-voice-ranking__slider-wrap-sp .c-voice-ranking__card-img img {
  width: 104px;
  aspect-ratio: 104/119;
}
.p-voice-ranking__slider-wrap-sp .c-voice-ranking__card-title-wap {
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5px;
}
.p-voice-ranking__slider-wrap-sp .c-voice-ranking__card-title p {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.p-voice-ranking__slider-wrap-sp .c-voice-ranking__card-satisfaction p {
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.p-voice-ranking__slider-wrap-sp .c-voice-ranking__card-name {
  padding-top: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.p-voice-ranking__slider-wrap-sp .c-voice-ranking__card-name-img {
  margin-bottom: 10px;
}
.p-voice-ranking__slider-wrap-sp .c-voice-ranking__card-name-text p {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.p-voice-ranking__slider-wrap-sp .c-voice-ranking__card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-voice-ranking__slider-wrap-sp .c-voice-ranking__card-text-main-title {
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.p-voice-ranking__slider-wrap-sp .c-voice-ranking__card-text-main {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.p-voice-ranking__slider-wrap-pc {
  padding-left: 2px;
  display: none;
}
@media screen and (min-width: 1200px) {
  .p-voice-ranking__slider-wrap-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-voice-ranking__slider-wrap-pc .p-voice-ranking__card {
  background: #fff;
  padding-block: 21px 15px;
  padding-inline: 16px;
  width: 368px;
  position: relative;
}
.p-voice-ranking__slider-wrap-pc .c-ranking {
  position: absolute;
  z-index: 3;
  left: 8px;
  top: 0px;
}
.p-voice-ranking__slider-wrap-pc .c-voice-ranking__card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.p-voice-ranking__slider-wrap-pc .c-voice-ranking__card-img img {
  width: 136px;
  aspect-ratio: 136/157;
}
.p-voice-ranking__slider-wrap-pc .c-voice-ranking__card-title-wap {
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5px;
}
.p-voice-ranking__slider-wrap-pc .c-voice-ranking__card-title p {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 1200px) {
  .p-voice-ranking__slider-wrap-pc .c-voice-ranking__card-title p {
    font-size: 1.4rem;
  }
}
.p-voice-ranking__slider-wrap-pc .c-voice-ranking__card-satisfaction p {
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 1200px) {
  .p-voice-ranking__slider-wrap-pc .c-voice-ranking__card-satisfaction p {
    font-size: 2rem;
  }
}
.p-voice-ranking__slider-wrap-pc .c-voice-ranking__card-name {
  padding-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.p-voice-ranking__slider-wrap-pc .c-voice-ranking__card-name-img {
  margin-bottom: 10px;
}
.p-voice-ranking__slider-wrap-pc .c-voice-ranking__card-name-text p {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.p-voice-ranking__slider-wrap-pc .c-voice-ranking__card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-voice-ranking__slider-wrap-pc .c-voice-ranking__card-text-wrap {
  margin-top: -5px;
}
.p-voice-ranking__slider-wrap-pc .c-voice-ranking__card-text-main-title {
  font-family: "Sawarabi Gothic", "sans-serif";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.p-voice-ranking__slider-wrap-pc .c-voice-ranking__card-text-main {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.p-instagram__wrap {
  padding-top: 19px;
  padding-inline: 23px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-instagram__wrap {
    padding-inline: 23px;
    padding-top: 64px;
  }
}

.p-instagram__boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 22px;
     -moz-column-gap: 22px;
          column-gap: 22px;
  row-gap: 18px;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 500px) {
  .p-instagram__boxes {
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
    row-gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-instagram__boxes {
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 37px;
  }
}
@media screen and (min-width: 950px) {
  .p-instagram__boxes {
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    row-gap: 37px;
  }
}
@media screen and (min-width: 1200px) {
  .p-instagram__boxes {
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 37px;
  }
}

.c-instagram-img {
  width: 96px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (min-width: 500px) {
  .c-instagram-img {
    width: 120px;
  }
}
@media screen and (min-width: 768px) {
  .c-instagram-img {
    width: 140px;
  }
}
@media screen and (min-width: 950px) {
  .c-instagram-img {
    width: 180px;
  }
}
@media screen and (min-width: 1400px) {
  .c-instagram-img {
    width: 220px;
  }
}
@media screen and (min-width: 1440px) {
  .c-instagram-img {
    width: 260px;
  }
}
.c-instagram-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.c-instagram-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-modal-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.p-modal__area-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  max-width: 450px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-modal__area-content {
    max-width: 750px;
  }
}

.c-modal__area-inner {
  padding-block: 48px;
  padding-inline: 32px;
  max-width: 482px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-modal__area-inner {
    padding-inline: 30px;
    max-width: 828px;
  }
}
@media screen and (min-width: 950px) {
  .c-modal__area-inner {
    padding-inline: 60px;
    max-width: 1020px;
  }
}
@media screen and (min-width: 1200px) {
  .c-modal__area-inner {
    padding-inline: 100px;
    max-width: 1540px;
  }
}

.c-modal__area-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-modal__area-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 64px;
  }
}

.c-modal__area-wrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}

.c-modal__area-wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}

.c-modal__area-btn {
  position: relative;
  padding-bottom: 14px;
  border-bottom: 1px solid #84d6d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .c-modal__area-btn {
    width: 200px;
  }
}
@media screen and (min-width: 950px) {
  .c-modal__area-btn {
    width: 280px;
  }
}

.c-modal__area-btn-text {
  width: 100%;
  color: #000000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
}
.c-modal__area-btn-text::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 45px;
  height: 1px;
  background: #757676;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-modal__area-btn-text::after {
  display: block;
  position: absolute;
  content: "";
  top: 36%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  width: 9.5px;
  height: 1px;
  background: #757676;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*----------------------------------
    plan
-----------------------------------*/
.p-modal__plan-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85%;
  max-width: 450px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-modal__plan-content {
    max-width: 550px;
  }
}
@media screen and (min-width: 950px) {
  .p-modal__plan-content {
    max-width: 750px;
  }
}

.c-modal__plan-inner {
  padding-block: 25px;
  padding-inline: 30px;
  max-width: 382px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-modal__plan-inner {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 950px) {
  .c-modal__plan-inner {
    padding-inline: 60px;
    max-width: 810px;
  }
}
@media screen and (min-width: 1200px) {
  .c-modal__plan-inner {
    padding-inline: 60px;
  }
}

.c-modal__plan-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 950px) {
  .c-modal__plan-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 64px;
  }
}

.c-modal__plan-wrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.c-modal__plan-wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.c-modal__plan-btnwrap {
  border-bottom: 1px solid #757676;
}
@media screen and (min-width: 768px) {
  .c-modal__plan-btnwrap {
    width: 280px;
  }
}
.c-modal__plan-wrap2 .c-modal__plan-btnwrap:nth-of-type(2) {
  border-bottom: none;
}

.c-modal__plan-btn {
  position: relative;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.c-modal__plan-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  width: 45px;
  height: 1px;
  background: #757676;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-modal__plan-btn::after {
  display: block;
  position: absolute;
  content: "";
  top: 46%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  width: 9.5px;
  height: 1px;
  background: #757676;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-modal__plan-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-modal__plan-img img {
  width: 64px;
  aspect-ratio: 1/1;
}

.c-modal__plan-btn-text {
  color: #000000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 390px) {
  .c-modal__plan-btn-text {
    font-size: 1.4rem;
  }
}

.u-separate {
  margin-top: 24px;
  margin-bottom: 24px;
}

.u-separate-fv {
  padding-top: 11px;
}
@media screen and (min-width: 768px) {
  .u-separate-fv {
    padding-top: 39px;
  }
}

@media screen and (min-width: 768px) {
  .u-separate__fv-logo {
    padding-top: 23px;
  }
}

@media screen and (min-width: 768px) {
  .u-fz-change3 {
    font-size: 3.8rem;
  }
}

.u-pt-2 {
  padding-top: 2px;
}

.u-pt-4 {
  padding-top: 4px;
}

.u-pt-8 {
  padding-top: 4px;
}

.u-pt-6 {
  padding-top: 8px;
}

.u-pt-10 {
  padding-top: 10px;
}

.u-pt-12 {
  padding-top: 12px;
}

.u-pt-13 {
  padding-top: 13px;
}

.u-pt-20 {
  padding-top: 20px;
}

.u-pt-23 {
  padding-top: 23px;
}

.u-pt-25 {
  padding-top: 25px;
}

.u-pt-26 {
  padding-top: 26px;
}

.u-pt-29 {
  padding-top: 29px;
}

.u-pt16 {
  padding-top: 16px;
}

.u-pt16-card {
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .u-pt16-card {
    padding-top: 7px;
  }
}

.u-pt-18 {
  padding-top: 16px;
}

.u-pt-5 {
  padding-top: 5px;
}

.u-pt-30 {
  padding-top: 30px;
}

.u-pt-32 {
  padding-top: 32px;
}

.u-pt-39 {
  padding-top: 39px;
}

.u-pt-40 {
  padding-top: 40px;
}

.u-pt-48 {
  padding-top: 48px;
}

.u-pt-56 {
  padding-top: 56px;
}

.u-mt-64 {
  margin-top: 64px;
}

.u-pr-20 {
  padding-right: 20px;
}

.u-pt-20-xll-none {
  padding-top: 20px;
}
@media screen and (min-width: 1400px) {
  .u-pt-20-xll-none {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .u-pb-14 {
    padding-bottom: 14px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb-14-pc {
    padding-bottom: 14px;
  }
}

.u-pb-16 {
  padding-bottom: 16px;
}

.u-pb-20 {
  padding-bottom: 20px;
}

.u-pb-24-69 {
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .u-pb-24-69 {
    padding-bottom: 69px;
  }
}

.u-pl-20 {
  padding-left: 20px;
}

.u-mt-16 {
  margin-top: -16px;
}
@media screen and (min-width: 768px) {
  .u-mt-16 {
    margin-top: 0px;
  }
}

.u-mt--16-pc {
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .u-mt--16-pc {
    margin-top: -16px;
  }
}

.u-mt-16-pc {
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .u-mt-16-pc {
    margin-top: 16px;
  }
}

.u-mt-2 {
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .u-mt-2 {
    margin-top: 0px;
  }
}

.u-new-reports-pb {
  padding-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .u-new-reports-pb {
    padding-bottom: 44px;
  }
}

.u-pt16-card__new-reports {
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .u-pt16-card__new-reports {
    padding-top: 16px;
  }
}

.u-pt-18__new-reports {
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .u-pt-18__new-reports {
    padding-top: 18px;
  }
}

.u-planner-card-pt {
  padding-top: 6.5px;
}
@media screen and (min-width: 768px) {
  .u-planner-card-pt {
    padding-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .u-planner-title {
    padding-left: 15px;
  }
}

.u-induction {
  padding-top: 54px;
}
@media screen and (min-width: 768px) {
  .u-induction {
    padding-top: 54px;
  }
}

@media screen and (min-width: 768px) {
  .u-tag__group__pt-separate {
    padding-top: 25px;
  }
}

.u-voice-title {
  padding-bottom: 19px;
}
@media screen and (min-width: 1200px) {
  .u-voice-title {
    padding-block: 24px 28px;
  }
}

.u-voice-ranking-title {
  padding-top: 30px;
  padding-bottom: 24px;
}
@media screen and (min-width: 1200px) {
  .u-voice-ranking-title {
    padding-block: 24px 28px;
  }
}

.u-mt-16 {
  margin-top: -16px;
}
@media screen and (min-width: 768px) {
  .u-mt-16 {
    margin-top: 0px;
  }
}

.u-mt--16-pc {
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .u-mt--16-pc {
    margin-top: -16px;
  }
}

.u-mt-16-pc {
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .u-mt-16-pc {
    margin-top: 16px;
  }
}

.u-mt-2 {
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .u-mt-2 {
    margin-top: 0px;
  }
}

.u-ml-15 {
  margin-left: 69px;
}

@media screen and (min-width: 768px) {
  .u-drawer-content__link-pt {
    padding-top: 28px;
  }
}

.u-fz-change1 {
  font-size: 3.7rem;
}
@media screen and (min-width: 768px) {
  .u-fz-change1 {
    font-size: 6.4rem;
  }
}

.u-fz-change2 {
  font-size: 1.6rem;
  font-family: "Sawarabi Gothic", "sans-serif";
}
@media screen and (min-width: 768px) {
  .u-fz-change2 {
    font-size: 2.4rem;
  }
}

.u-fz-change18 {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .u-fz-change18 {
    font-size: 3.6rem;
  }
}

.u-fz-change21 {
  font-size: 2.1rem;
}
@media screen and (min-width: 768px) {
  .u-fz-change21 {
    font-size: 4.8rem;
  }
}

.u-fz-change-about {
  color: #84d6d6;
  font-family: "Sawarabi Gothic", "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 121.212% */
  letter-spacing: 3.3px;
  font-size: 3.3rem;
}
@media screen and (min-width: 768px) {
  .u-fz-change-about {
    font-size: 4.8rem;
    line-height: 60px; /* 125% */
    letter-spacing: 4.8px;
  }
}

.u-color-accent {
  color: #84d6d6;
}

.u-color-main {
  color: #757676;
}

.u-bg-color-main {
  background: #757676;
}

.u-bg-color-accent {
  background: #84d6d6;
}

.u-bg-color-1::after {
  background-color: #d684b8;
}

.u-bg-color-2::after {
  background-color: #84b6d6;
}

.u-bg-color-3::after {
  background-color: #f1b04e;
}

.u-bg-color-4::after {
  background-color: #d6bf84;
}

.u-bg-color-5::after {
  background-color: #84d6d6;
}
@media screen and (min-width: 768px) {
  .u-bg-color-5::after {
    background-color: #abd07b;
  }
}

.u-bg-color-6::after {
  background-color: #abd07b;
}

.u-label-color-orange {
  background: #f1b04e;
}

.u-label-color-green {
  background: #abd07b;
}

.u-label-color-pink {
  background: #d684b8;
}

.u-content-title__pt {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .u-content-title__pt {
    padding-top: 69px;
  }
}

.u-reccomend-btn {
  position: absolute;
}

.u-btn__wrap {
  padding-top: 49px;
}
@media screen and (min-width: 768px) {
  .u-btn__wrap {
    padding-top: 56px;
  }
}

.u-btn__wrap-2 {
  padding-top: 1px;
  text-align: start;
}
@media screen and (min-width: 768px) {
  .u-btn__wrap-2 {
    padding-top: 64px;
  }
}

.u-btn__wrap-2-new {
  padding-top: 28px;
  text-align: start;
  padding-bottom: 71px;
}
@media screen and (min-width: 768px) {
  .u-btn__wrap-2-new {
    padding-top: 64px;
    padding-bottom: 66px;
  }
}

.u-btn__wrap-planner {
  -webkit-padding-before: 64px;
          padding-block-start: 64px;
}

.u-btn__wrap-voice {
  padding-block: 52px;
}
@media screen and (min-width: 1200px) {
  .u-btn__wrap-voice {
    padding-block: 64px 52px;
  }
}

.u-voice-btn {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 8px;
}

.u-after-left2::after {
  left: -2%;
}

.u-after-left3::after {
  left: 10%;
}

.u-pick-up__df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-pick-up__df-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-pick-up__gap16 {
  gap: 16px;
}
@media screen and (min-width: 950px) {
  .u-pick-up__gap16 {
    gap: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .u-pick-up__gap16 {
    gap: 16px;
  }
}

.u-pick-up__gap42 {
  gap: 42px;
}
@media screen and (min-width: 950px) {
  .u-pick-up__gap42 {
    gap: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .u-pick-up__gap42 {
    gap: 42px;
  }
}

.u-pick-up__gap10 {
  gap: 10px;
}
@media screen and (min-width: 950px) {
  .u-pick-up__gap10 {
    gap: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .u-pick-up__gap10 {
    gap: 10px;
  }
}

.u-pick-up__gap34 {
  gap: 34px;
}
@media screen and (min-width: 950px) {
  .u-pick-up__gap34 {
    gap: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .u-pick-up__gap34 {
    gap: 34px;
  }
}

.u-pick-up__gap54 {
  gap: 54px;
}
@media screen and (min-width: 950px) {
  .u-pick-up__gap54 {
    gap: 44px;
  }
}
@media screen and (min-width: 1200px) {
  .u-pick-up__gap54 {
    gap: 54px;
  }
}

.u-pick-up__gap26 {
  gap: 26px;
}
@media screen and (min-width: 950px) {
  .u-pick-up__gap26 {
    gap: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .u-pick-up__gap26 {
    gap: 26px;
  }
}