@charset "UTF-8";
html {
  font-size: calc(100vw / 1920 * 16);
}
@media (1920px < width) {
  html {
    font-size: 16px;
  }
}
@media (width <= 900px) {
  html {
    font-size: calc(100vw / 430 * 16);
  }
}

body {
  min-width: inherit;
  line-height: 1.6;
}

section {
  margin-bottom: 0;
}

body p {
  line-height: 1.6;
}

ul {
  list-style: none;
}

video {
  max-width: 100%;
  vertical-align: bottom;
}

picture {
  display: inline-block;
  width: 100%;
}
picture img {
  width: 100%;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}
a:visited {
  color: inherit;
}

.fs-c-heading--page {
  display: none;
}

.fs-l-page {
  min-width: inherit;
}

.fs-l-main {
  display: block;
  max-width: 1920px;
  padding: 0;
}
.fs-l-main .fs-l-pageMain {
  max-width: inherit;
}

.fs-l-footer {
  margin-top: 0;
}

.p-custom p:not(:last-of-type) {
  margin-bottom: 1em;
}
.p-custom article section {
  max-width: 120rem;
  margin: 0 auto;
}

.fs-l-pageMain p {
  font-size: 1.625rem;
}
@media (width <= 900px) {
  .fs-l-pageMain p {
    font-size: 0.9375rem;
  }
}

.container,
#hdr,
#ftr,
body,
.fs-l-page {
  min-width: inherit;
}

.row,
.itemList {
  margin: 0;
}

.header__inner:first-child {
  background: #4b4b4b;
}
@media (width <= 900px) {
  .header__inner:first-child {
    font-size: 0.625rem;
    padding: 0.625rem;
  }
}

@media (width <= 900px) {
  .header__logo img {
    display: none;
  }
}

@media (width <= 900px) {
  .fs-clientInfo.is-ready {
    display: none !important;
  }
}

/********************************************
* Component
********************************************/
.c-btn {
  background: #68aeae;
  color: #fff !important;
  font-size: 2.625rem;
  position: relative;
  border-radius: 2.25rem;
  width: 100%;
  height: 9.75rem;
  display: flex;
  justify-content: start;
  align-items: center;
  padding-left: 4.125rem;
  cursor: pointer;
}
@media (width <= 900px) {
  .c-btn {
    height: 4.3125rem;
    color: #000 !important;
    font-size: 1rem;
    border-radius: 1.25rem;
    padding-left: 1.4375rem;
  }
}
.c-btn:hover {
  color: #fff;
}
@media (width <= 900px) {
  .c-btn:hover {
    color: #000;
  }
}
.c-btn--double-arrow:before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  border-top: 0.3125rem solid #fff;
  border-right: 0.3125rem solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 1.25rem);
  right: 6.25rem;
}
@media (width <= 900px) {
  .c-btn--double-arrow:before {
    width: 1.0625rem;
    height: 1.0625rem;
    border-top: 0.1875rem solid #000;
    border-right: 0.1875rem solid #000;
    top: calc(50% - 0.5rem);
    right: 2.5rem;
  }
}
.c-btn--double-arrow:after {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  border-top: 0.3125rem solid #fff;
  border-right: 0.3125rem solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 1.25rem);
  right: 3.75rem;
}
@media (width <= 900px) {
  .c-btn--double-arrow:after {
    width: 1.0625rem;
    height: 1.0625rem;
    border-top: 0.1875rem solid #000;
    border-right: 0.1875rem solid #000;
    top: calc(50% - 0.5rem);
    right: 1.5625rem;
  }
}
.c-btn--down-arrow {
  color: #fff;
}
.c-btn--down-arrow:hover {
  color: #fff;
}
.c-btn--down-arrow:after {
  transition: 0.3s;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  border-top: 0.3125rem solid #fff;
  border-right: 0.3125rem solid #fff;
  transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 1.875rem);
  right: 3.75rem;
  transform-origin: center;
}
@media (width <= 900px) {
  .c-btn--down-arrow:after {
    width: 1.0625rem;
    height: 1.0625rem;
    border-top: 0.1875rem solid #fff;
    border-right: 0.1875rem solid #fff;
    top: calc(50% - 0.75rem);
    right: 1.625rem;
  }
}
.c-btn.is-open:after {
  transform: rotate(-45deg) translateY(0.9375rem) translateX(-1.625rem);
}
@media (width <= 900px) {
  .c-btn.is-open:after {
    transform: rotate(-45deg) translateY(0.375rem) translateX(-0.625rem);
  }
}

.c-inner {
  width: 93.75rem;
  padding: 11.25rem 0;
  margin: 0 auto;
}
@media (width <= 900px) {
  .c-inner {
    width: 100%;
    padding: 3.75rem 1.5625rem;
  }
}
.c-inner--full {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.c-title__h2 {
  font-size: 2.8125rem;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 4.375rem;
}
@media (width <= 900px) {
  .c-title__h2 {
    font-size: 1rem;
    margin-bottom: 1.5625rem;
  }
}

.c-scroll {
  overflow-x: auto;
}
.c-scroll table {
  min-width: 640px;
  margin: 0 0 40px 0;
}

/********************************************
楽天市場
********************************************/
@media (width <= 900px) {
  .rakuten .menuToggle {
    display: none !important;
  }
}

/********************************************
* Project
********************************************/
.p-mv {
  width: 100%;
  position: relative;
}
.p-mv__text {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(89, 95, 136, 0.55);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-mv__swiper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-mv__img {
  width: 59.0625rem;
  height: 18.5rem;
}
@media (width <= 900px) {
  .p-mv__img {
    width: 20.625rem;
  }
}
.p-mv--result {
  height: auto;
}
.p-mv--result .p-mv__text {
  background: rgba(255, 255, 255, 0.55);
  text-align: center;
  width: 50%;
  left: inherit;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6.25rem;
  font-weight: 0;
}
@media (width <= 900px) {
  .p-mv--result .p-mv__text {
    gap: 0.625rem;
    padding: 2.5rem 1.25rem;
  }
}
.p-mv--result .p-mv__title {
  color: #000;
  font-size: 5.625rem;
  font-weight: 700;
}
@media (width <= 900px) {
  .p-mv--result .p-mv__title {
    font-size: 1.25rem;
  }
}
.p-mv--result .p-mv__logo {
  width: 39.8125rem;
}
@media (width <= 900px) {
  .p-mv--result .p-mv__logo {
    width: 8.75rem;
  }
}

.p-about .c-title__h2 {
  text-decoration: none;
  text-align: center;
}
.p-about .c-inner {
  position: relative;
  padding-bottom: 20.875rem;
}
@media (width <= 900px) {
  .p-about .c-inner {
    padding-bottom: 4.0625rem;
  }
}
.p-about__inner {
  display: flex;
  margin-bottom: 9.375rem;
}
@media (width <= 900px) {
  .p-about__inner {
    flex-wrap: wrap;
    margin-bottom: 1.75rem;
  }
}
.p-about__inner-text {
  width: 48.75rem;
}
@media (width <= 900px) {
  .p-about__inner-text {
    width: 100%;
  }
}
.p-about__inner-thumb {
  width: 39.5rem;
  border-radius: 1.8125rem;
  overflow: hidden;
}
@media (width <= 900px) {
  .p-about__inner-thumb {
    width: 100%;
  }
}
.p-about__inner-title {
  font-size: 2.5rem;
  margin-bottom: 1.875rem;
  margin-bottom: 2em;
}
@media (width <= 900px) {
  .p-about__inner-title {
    font-size: 0.875rem;
    text-align: center;
  }
}
.p-about__p {
  font-size: 1.875rem;
  line-height: 1.6;
}
@media (width <= 900px) {
  .p-about__p {
    font-size: 0.75rem;
    margin-bottom: 1.25rem !important;
    text-align: center;
  }
}
.p-about__img {
  width: 100%;
}
.p-about__inner02 {
  text-align: right;
}
@media (width <= 900px) {
  .p-about__inner02 {
    text-align: center;
  }
}
.p-about__inner02-title {
  display: inline-block;
  font-size: 2.1875rem;
  font-weight: 700;
  font-style: italic;
  background: #e6e8ff;
  margin-bottom: 1em;
}
@media (width <= 900px) {
  .p-about__inner02-title {
    font-size: 1rem;
  }
}
.p-about__inner02-p {
  font-size: 1.875rem;
  margin-bottom: 1em;
}
@media (width <= 900px) {
  .p-about__inner02-p {
    font-size: 0.75rem;
  }
}
.p-about__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 33.125rem;
}
@media (width <= 900px) {
  .p-about__bg {
    width: 11.75rem;
  }
}
.p-about--result {
  text-align: center;
}
.p-about--result .c-inner {
  padding-bottom: 11.25rem;
}
@media (width <= 900px) {
  .p-about--result .c-inner {
    padding-bottom: 2.5rem;
  }
}
.p-about--result .p-about__p {
  margin-bottom: 1em;
}

.p-support {
  text-align: center;
  background: #e6eaf8;
}
.p-support .c-title__h2 {
  margin-bottom: 4.375rem;
}
@media (width <= 900px) {
  .p-support .c-title__h2 {
    margin-bottom: 1.875rem;
  }
}
.p-support__p {
  font-size: 1.875rem;
  margin-bottom: 4.375rem;
}
@media (width <= 900px) {
  .p-support__p {
    font-size: 0.75rem;
    margin-bottom: 1.875rem;
  }
}
.p-support__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 11.25rem;
}
@media (width <= 900px) {
  .p-support__list {
    gap: 1.6875rem 1.25rem;
    margin-bottom: 3.4375rem;
  }
}
.p-support__item {
  width: 27.5rem;
}
@media (width <= 900px) {
  .p-support__item {
    width: 10.8125rem;
  }
}
.p-support__list-title {
  background: #474747;
  color: #fff;
  font-size: 3.125rem;
  font-weight: 700;
  padding: 1em 0;
  line-height: 1;
  margin-bottom: 1.5rem;
  border-radius: 999px;
}
@media (width <= 900px) {
  .p-support__list-title {
    font-size: 1.25rem;
    margin-bottom: 0.375rem;
  }
}
.p-support__list-p {
  font-size: 2.1875rem;
  font-weight: 700;
}
@media (width <= 900px) {
  .p-support__list-p {
    font-size: 0.875rem;
  }
}
.p-support__title2 {
  color: #474747;
  font-size: 2.8125rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  background: #fff;
  border-radius: 2.25rem;
  position: relative;
  width: 51.75rem;
  height: 12.5rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 4.375rem;
}
@media (width <= 900px) {
  .p-support__title2 {
    width: 17.6875rem;
    height: 3.6875rem;
    font-size: 0.9375rem;
    margin-bottom: 2.1875rem;
  }
}
.p-support__title2:after {
  content: "";
  width: 4.375rem;
  height: 3.8125rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fff;
  position: absolute;
  bottom: -1.875rem;
  left: calc(50% - 2.1875rem);
}
@media (width <= 900px) {
  .p-support__title2:after {
    width: 1.5rem;
    height: 1.3125rem;
    left: calc(50% - 0.75rem);
    bottom: -0.875rem;
  }
}
.p-support__icon {
  width: 6.25rem;
  height: 6.25rem;
  margin-right: 0.3125rem;
  vertical-align: middle;
}
@media (width <= 900px) {
  .p-support__icon {
    width: 2.125rem;
    height: 2.125rem;
  }
}
.p-support__img {
  border-radius: 1.8125rem;
}

.p-nayami .c-inner {
  display: flex;
  justify-content: space-between;
}
@media (width <= 900px) {
  .p-nayami .c-inner {
    flex-wrap: wrap;
  }
}
.p-nayami .c-title__h2 {
  text-align: center;
}
.p-nayami__text {
  width: 51.25rem;
}
@media (width <= 900px) {
  .p-nayami__text {
    width: 100%;
  }
}
.p-nayami__thumb {
  width: 39.5rem;
  border-radius: 1.8125rem;
  overflow: hidden;
}
@media (width <= 900px) {
  .p-nayami__thumb {
    width: 100%;
  }
}
@media (width <= 900px) {
  .p-nayami__list {
    margin-bottom: 2.5rem;
  }
}
.p-nayami__item {
  font-size: 1.875rem;
  background: url(../img/jugem/check.png) no-repeat;
  background-size: 4rem;
  background-position: left top;
  line-height: 1.4;
  padding: 0.625rem 0 0.625rem 5rem;
}
@media (width <= 900px) {
  .p-nayami__item {
    font-size: 0.8125rem;
    background-size: 2.25rem;
    padding-left: 2.8125rem;
  }
}
.p-nayami__item:not(:last-of-type) {
  margin-bottom: 1.25rem;
}
@media (width <= 900px) {
  .p-nayami__item:not(:last-of-type) {
    margin-bottom: 0.625rem;
  }
}

.p-monitor {
  background: #c7ebeb;
}
.p-monitor .c-title__h2 {
  color: #68aeae;
  text-align: center;
}
.p-monitor__img {
  margin-bottom: 8.125rem;
  width: 100%;
}
@media (width <= 900px) {
  .p-monitor__img {
    margin-bottom: 2.0625rem;
  }
}
.p-monitor__slider {
  margin-bottom: 5rem;
}
@media (width <= 900px) {
  .p-monitor__slider {
    margin-bottom: 2.5rem;
  }
}
.p-monitor__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.p-monitor__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3.4375rem 2.75rem;
  margin-bottom: 6.875rem;
}
@media (width <= 900px) {
  .p-monitor__list {
    gap: 2.25rem 1rem;
    margin-bottom: 2.1875rem;
  }
}
.p-monitor__item {
  width: 29.375rem;
  font-size: 1.6875rem;
  position: relative;
  background: #fff;
  border-radius: 2.25rem;
  text-align: center;
  padding: 2.8125rem 0;
}
@media (width <= 900px) {
  .p-monitor__item {
    width: 11.375rem;
    font-size: 0.6875rem;
    padding: 1.0625rem 0;
    border-radius: 1.25rem;
  }
}
.p-monitor__item:after {
  content: "";
  width: 4.375rem;
  height: 3.8125rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fff;
  position: absolute;
  bottom: -1.875rem;
  left: calc(50% - 2.1875rem);
}
@media (width <= 900px) {
  .p-monitor__item:after {
    width: 1.75rem;
    height: 1.5rem;
    left: calc(50% - 0.875rem);
    bottom: -0.9375rem;
  }
}
.p-monitor .c-btn {
  margin-bottom: 6.875rem;
}
@media (width <= 900px) {
  .p-monitor .c-btn {
    margin-bottom: 1.4375rem;
  }
}
.p-monitor__p {
  font-size: 2.625rem;
  text-align: center;
}
@media (width <= 900px) {
  .p-monitor__p {
    font-size: 0.875rem;
  }
}

.p-videos .c-title__h2 {
  color: #8c9dd9;
  text-align: center;
}
.p-videos__list {
  margin-bottom: 6.25rem;
  overflow: hidden;
}
@media (width <= 900px) {
  .p-videos__list {
    margin-bottom: 2.5rem;
  }
}
.p-videos__item:not(:last-of-type) {
  margin-bottom: 10.625rem;
}
@media (width <= 900px) {
  .p-videos__item:not(:last-of-type) {
    margin-bottom: 3.4375rem;
  }
}
.p-videos__name {
  font-size: 1.875rem;
}
@media (width <= 900px) {
  .p-videos__name {
    font-size: 0.75rem;
  }
}
.p-videos__list-p {
  font-size: 2.1875rem;
  font-weight: 700;
  margin-bottom: 3.125rem;
}
@media (width <= 900px) {
  .p-videos__list-p {
    font-size: 0.875rem;
    margin-bottom: 0.875rem;
  }
}
.p-videos__video {
  display: block;
  width: 65rem;
  margin: 0 auto;
}
@media (width <= 900px) {
  .p-videos__video {
    width: 100%;
  }
}
.p-videos .c-btn {
  color: #fff !important;
}

.p-data {
  background: #e6eaf8;
}
.p-data__title {
  background: #a1afdf;
  color: #fff;
  font-size: 3.75rem;
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 1em 0;
}
@media (width <= 900px) {
  .p-data__title {
    font-size: 1rem;
    padding: 1.5em 0;
  }
}
.p-data__h3 {
  font-size: 3.75rem;
  margin-bottom: 4.375rem;
}
@media (width <= 900px) {
  .p-data__h3 {
    font-size: 1rem;
    margin-bottom: 1.4375rem;
  }
}
.p-data__h3:not(:first-of-type) {
  margin-top: 15.625rem;
}
@media (width <= 900px) {
  .p-data__h3:not(:first-of-type) {
    margin-top: 3.4375rem;
  }
}
.p-data__p {
  font-size: 2.0625rem;
  margin-bottom: 1rem;
}
@media (width <= 900px) {
  .p-data__p {
    font-size: 0.625rem;
    margin-bottom: 0.4375rem;
  }
}
.p-data__span {
  font-size: 2.0625rem;
  display: inline-block;
  width: auto;
}
@media (width <= 900px) {
  .p-data__span {
    font-size: 0.625rem;
  }
}
.p-data__ari {
  background: #6c8db2;
  color: #fff;
  display: inline-block;
  padding: 0.3125rem 1.25rem;
  margin-right: 0.625rem;
}
.p-data__nashi {
  background: #aa6778;
  color: #fff;
  display: inline-block;
  padding: 0.3125rem 1.25rem;
  margin-right: 0.625rem;
}
.p-data__img01 {
  margin-top: 3.125rem;
}
@media (width <= 900px) {
  .p-data__img01 {
    margin-top: 0.875rem;
  }
}
.p-data__imgs {
  display: flex;
  justify-content: end;
  gap: 2.5rem;
  text-align: center;
  width: 86.25rem;
  margin: 0 auto 3.125rem;
}
@media (width <= 900px) {
  .p-data__imgs {
    width: 100%;
    gap: 0.6875rem;
    margin-bottom: 0.8125rem;
  }
}
.p-data__imgs .p-data__span {
  margin-bottom: 2.75rem;
}
@media (width <= 900px) {
  .p-data__imgs .p-data__span {
    margin-bottom: 0.75rem;
  }
}
.p-data__imgs-inner {
  width: 30.875rem;
}
@media (width <= 900px) {
  .p-data__imgs-inner {
    width: 8.4375rem;
  }
}
.p-data__imgs-inner:nth-of-type(2) {
  width: 33.3125rem;
}
@media (width <= 900px) {
  .p-data__imgs-inner:nth-of-type(2) {
    width: 9.0625rem;
    margin-right: 0.625rem;
  }
}
.p-data__table {
  width: 86.25rem;
  margin: 0 auto;
  background: #fff;
  font-size: 1.875rem;
  text-align: center;
}
@media (width <= 900px) {
  .p-data__table {
    width: 100%;
    font-size: 0.75rem;
  }
}
.p-data__table td {
  border: 0.125rem solid #707070;
  padding: 2.5rem;
  vertical-align: middle;
}
@media (width <= 900px) {
  .p-data__table td {
    padding: 0.625rem 0;
  }
}
.p-data__table td:nth-of-type(1) {
  width: 17.0625rem;
}
@media (width <= 900px) {
  .p-data__table td:nth-of-type(1) {
    width: 5.0625rem;
  }
}
.p-data__table td:nth-of-type(2) {
  width: 34.75rem;
}
@media (width <= 900px) {
  .p-data__table td:nth-of-type(2) {
    width: 7.5rem;
  }
}
.p-data__table td:nth-of-type(3) {
  width: 34.75rem;
}
@media (width <= 900px) {
  .p-data__table td:nth-of-type(3) {
    width: 9.5rem;
  }
}
.p-data__img03 {
  width: 65rem;
  margin: 0 auto 4.875rem;
  display: block;
}
@media (width <= 900px) {
  .p-data__img03 {
    width: 100%;
    margin-bottom: 1.4375rem;
  }
}
.p-data__video {
  width: 65rem;
  margin: 0 auto 4.875rem;
  display: block;
}
@media (width <= 900px) {
  .p-data__video {
    width: 100%;
    margin-bottom: 1.4375rem;
  }
}

.p-faq .c-title__h2 {
  text-align: center;
}
.p-faq .c-btn {
  margin-bottom: 9.375rem;
  color: #fff !important;
}
@media (width <= 900px) {
  .p-faq .c-btn {
    margin-bottom: 3.125rem;
  }
}
.p-faq__list {
  display: none;
}
.p-faq__item:not(:last-of-type) {
  margin-bottom: 9.375rem;
}
@media (width <= 900px) {
  .p-faq__item:not(:last-of-type) {
    margin-bottom: 3.125rem;
  }
}
.p-faq__question {
  font-size: 2.8125rem;
  font-weight: 700;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1.875rem;
}
@media (width <= 900px) {
  .p-faq__question {
    font-size: 0.875rem;
    margin-bottom: 0.5625rem;
  }
}
.p-faq__question:before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
}
.p-faq__answer {
  font-size: 2.8125rem;
  position: relative;
  padding-left: 1.5em;
}
@media (width <= 900px) {
  .p-faq__answer {
    font-size: 0.75rem;
  }
}
.p-faq__answer:before {
  content: "A.";
  position: absolute;
  left: 0;
  top: 0;
}

.p-items {
  background: #e6eaf8;
}
.p-items__title {
  background: #a1afdf;
  color: #fff;
  font-size: 3.75rem;
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 1em 0;
}
@media (width <= 900px) {
  .p-items__title {
    font-size: 1rem;
    padding: 1.5em 0;
  }
}
.p-items__list {
  max-width: 87.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10.9375rem 10.625rem;
  margin: 0 auto;
}
@media (width <= 900px) {
  .p-items__list {
    max-width: inherit;
    gap: 2.5rem;
  }
}
.p-items__item {
  width: 38.375rem;
}
@media (width <= 900px) {
  .p-items__item {
    width: 100%;
  }
}
.p-items__link {
  display: block;
}
.p-items__thumb {
  margin-bottom: 1.875rem;
}
@media (width <= 900px) {
  .p-items__thumb {
    margin-bottom: 0.625rem;
  }
}
.p-items__h3 {
  font-size: 2.5625rem;
  margin-bottom: 1.875rem;
}
@media (width <= 900px) {
  .p-items__h3 {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
}
.p-items__price {
  font-size: 2.1875rem;
}
@media (width <= 900px) {
  .p-items__price {
    font-size: 0.875rem;
  }
}

@media (width <= 900px) {
  .p-result .c-inner {
    padding-top: 2.5rem;
  }
}
.p-result__title {
  background: #c7ebeb;
  font-size: 3.75rem;
  font-weight: 700;
  text-align: center;
  padding: 1.5em 0;
}
@media (width <= 900px) {
  .p-result__title {
    font-size: 1rem;
    padding: 1em 0;
  }
}
.p-result__p {
  font-size: 1.875rem;
  margin-bottom: 8.125rem;
}
@media (width <= 900px) {
  .p-result__p {
    font-size: 0.75rem;
    margin-bottom: 2.5rem;
  }
}
.p-result__h3 {
  font-size: 2.5rem;
  font-weight: 700;
  border-left: 1.75rem solid #a5a5a5;
  padding: 1.25rem;
  margin-bottom: 8.125rem;
}
@media (width <= 900px) {
  .p-result__h3 {
    font-size: 0.9375rem;
    border-left: 0.625rem solid #a5a5a5;
    padding: 0.625rem;
    margin-bottom: 2.5rem;
  }
}
@media (width <= 900px) {
  .p-result__h3 {
    margin-top: 2.5rem;
  }
}
.p-result__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8.75rem;
}
@media (width <= 900px) {
  .p-result__wrapper {
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
  }
}
.p-result__wrapper-item {
  width: 50%;
}
@media (width <= 900px) {
  .p-result__wrapper-item {
    width: 100%;
  }
}
@media (width <= 900px) {
  .p-result__wrapper-item .p-result__h3 {
    margin-top: 2.5rem;
  }
}
.p-result__wrapper2 {
  overflow: hidden;
  margin-bottom: 6.25rem;
}
.p-result__item {
  font-size: 1.875rem;
  display: flex;
  line-height: 1.2;
  width: 100%;
}
@media (width <= 900px) {
  .p-result__item {
    font-size: 1rem;
  }
}
.p-result__name {
  text-align: right;
  padding-right: 3.125rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (width <= 900px) {
  .p-result__name {
    padding-right: 0.625rem;
  }
}
.p-result__graph {
  padding: 1.25rem 0;
  border-left: 0.3125rem solid #828282;
}
@media (width <= 900px) {
  .p-result__graph {
    padding: 0.625rem 0;
    border-left: 0.1875rem solid #828282;
  }
}
.p-result__scale {
  height: 4.375rem;
  width: 6.25rem;
  background: #92a3e1;
}
@media (width <= 900px) {
  .p-result__scale {
    height: 1.875rem;
    width: 3.125rem;
  }
}
.p-result__number {
  padding-left: 3.125rem;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (width <= 900px) {
  .p-result__number {
    padding-left: 0.625rem;
  }
}
.p-result__type1 .p-result__name {
  width: calc((100% - 18.75rem) / 2);
}
@media (width <= 900px) {
  .p-result__type1 .p-result__name {
    width: calc((100% - 12.5rem) / 2);
  }
}
.p-result__type1 .p-result__graph {
  width: 18.75rem;
}
@media (width <= 900px) {
  .p-result__type1 .p-result__graph {
    width: 12.5rem;
  }
}
.p-result__type1 .p-result__number {
  width: calc((100% - 18.75rem) / 2);
}
@media (width <= 900px) {
  .p-result__type1 .p-result__number {
    width: calc((100% - 12.5rem) / 2);
  }
}
.p-result__type2 .p-result__name {
  width: calc(100% - 21.875rem);
}
@media (width <= 900px) {
  .p-result__type2 .p-result__name {
    width: calc(100% - 9.375rem);
  }
}
.p-result__type2 .p-result__graph {
  width: 12.5rem;
}
@media (width <= 900px) {
  .p-result__type2 .p-result__graph {
    width: 12.5rem;
  }
}
.p-result__type2 .p-result__number {
  width: 9.375rem;
  padding-left: 0;
}
@media (width <= 900px) {
  .p-result__type2 .p-result__number {
    width: 9.375rem;
  }
}
.p-result__type3 {
  width: 50%;
}
@media (width <= 900px) {
  .p-result__type3 {
    width: 100%;
  }
}
.p-result__type3 .p-result__name {
  width: calc(100% - 21.875rem);
}
@media (width <= 900px) {
  .p-result__type3 .p-result__name {
    width: calc(100% - 9.375rem);
  }
}
.p-result__type3 .p-result__graph {
  width: 12.5rem;
}
@media (width <= 900px) {
  .p-result__type3 .p-result__graph {
    width: 12.5rem;
  }
}
.p-result__type3 .p-result__number {
  width: 9.375rem;
  padding-left: 0;
}
@media (width <= 900px) {
  .p-result__type3 .p-result__number {
    width: 9.375rem;
  }
}
.p-result .c-btn {
  color: #fff !important;
}
.p-result__kind .p-result__item:nth-of-type(1) .p-result__scale {
  width: 98%;
}
.p-result__kind .p-result__item:nth-of-type(2) .p-result__scale {
  width: 2%;
}
.p-result__age .p-result__item:nth-of-type(1) .p-result__scale {
  width: 32%;
}
.p-result__age .p-result__item:nth-of-type(2) .p-result__scale {
  width: 70%;
}
.p-result__age .p-result__item:nth-of-type(3) .p-result__scale {
  width: 45%;
}
.p-result__age .p-result__item:nth-of-type(4) .p-result__scale {
  width: 2%;
}
.p-result__nayami .p-result__item:nth-of-type(1) .p-result__scale {
  width: 95%;
}
.p-result__nayami .p-result__item:nth-of-type(2) .p-result__scale {
  width: 27%;
}
.p-result__nayami .p-result__item:nth-of-type(3) .p-result__scale {
  width: 27%;
}
.p-result__nayami .p-result__item:nth-of-type(3) .p-result__scale {
  width: 20%;
}
.p-result__nayami .p-result__item:nth-of-type(4) .p-result__scale {
  width: 17%;
}
.p-result__nayami .p-result__item:nth-of-type(5) .p-result__scale {
  width: 15%;
}
.p-result__nayami .p-result__item:nth-of-type(6) .p-result__scale {
  width: 15%;
}
.p-result__nayami .p-result__item:nth-of-type(7) .p-result__scale {
  width: 12.6%;
}
.p-result__nayami .p-result__item:nth-of-type(8) .p-result__scale {
  width: 12.6%;
}
.p-result__nayami .p-result__item:nth-of-type(9) .p-result__scale {
  width: 12.6%;
}
.p-result__nayami .p-result__item:nth-of-type(10) .p-result__scale {
  width: 4.6%;
}
.p-result__nayami .p-result__item:nth-of-type(11) .p-result__scale {
  width: 2.8%;
}
.p-result__nayami2 .p-result__item:nth-of-type(1) .p-result__scale {
  width: 31.2%;
}
.p-result__nayami2 .p-result__item:nth-of-type(2) .p-result__scale {
  width: 28.2%;
}
.p-result__nayami2 .p-result__item:nth-of-type(3) .p-result__scale {
  width: 25.8%;
}
.p-result__nayami2 .p-result__item:nth-of-type(4) .p-result__scale {
  width: 25%;
}
.p-result__nayami2 .p-result__item:nth-of-type(5) .p-result__scale {
  width: 23.4%;
}
.p-result__nayami2 .p-result__item:nth-of-type(6) .p-result__scale {
  width: 12.6%;
}
.p-result__nayami2 .p-result__item:nth-of-type(7) .p-result__scale {
  width: 11.8%;
}
.p-result__nayami2 .p-result__item:nth-of-type(8) .p-result__scale {
  width: 11%;
}
.p-result__nayami2 .p-result__item:nth-of-type(9) .p-result__scale {
  width: 11%;
}
.p-result__nayami2 .p-result__item:nth-of-type(10) .p-result__scale {
  width: 10.2%;
}
.p-result__nayami2 .p-result__item:nth-of-type(11) .p-result__scale {
  width: 4.6%;
}
.p-result__feeling .p-result__item:nth-of-type(1) .p-result__scale {
  width: 43%;
}
.p-result__feeling .p-result__item:nth-of-type(2) .p-result__scale {
  width: 64%;
}
.p-result__feeling .p-result__item:nth-of-type(3) .p-result__scale {
  width: 64.8%;
}
.p-result__feeling .p-result__item:nth-of-type(4) .p-result__scale {
  width: 14%;
}
.p-result__feeling .p-result__item:nth-of-type(5) .p-result__scale {
  width: 14%;
}
.p-result__feeling2 .p-result__item:nth-of-type(1) .p-result__scale {
  width: 54.6%;
}
.p-result__feeling2 .p-result__item:nth-of-type(2) .p-result__scale {
  width: 69.6%;
}
.p-result__feeling2 .p-result__item:nth-of-type(3) .p-result__scale {
  width: 55.4%;
}
.p-result__feeling2 .p-result__item:nth-of-type(4) .p-result__scale {
  width: 10.2%;
}
.p-result__feeling2 .p-result__item:nth-of-type(5) .p-result__scale {
  width: 10.2%;
}
.p-result__feeling3 .p-result__item:nth-of-type(1) .p-result__scale {
  width: 34.4%;
}
.p-result__feeling3 .p-result__item:nth-of-type(2) .p-result__scale {
  width: 57.8%;
}
.p-result__feeling3 .p-result__item:nth-of-type(3) .p-result__scale {
  width: 76.6%;
}
.p-result__feeling3 .p-result__item:nth-of-type(4) .p-result__scale {
  width: 14.8%;
}
.p-result__feeling3 .p-result__item:nth-of-type(5) .p-result__scale {
  width: 16.4%;
}
.p-result__feeling4 .p-result__item:nth-of-type(1) .p-result__scale {
  width: 57%;
}
.p-result__feeling4 .p-result__item:nth-of-type(2) .p-result__scale {
  width: 62.6%;
}
.p-result__feeling4 .p-result__item:nth-of-type(3) .p-result__scale {
  width: 45.4%;
}
.p-result__feeling4 .p-result__item:nth-of-type(4) .p-result__scale {
  width: 19.6%;
}
.p-result__feeling4 .p-result__item:nth-of-type(5) .p-result__scale {
  width: 15.6%;
}
.p-result__feeling5 .p-result__item:nth-of-type(1) .p-result__scale {
  width: 36%;
}
.p-result__feeling5 .p-result__item:nth-of-type(2) .p-result__scale {
  width: 47.6%;
}
.p-result__feeling5 .p-result__item:nth-of-type(3) .p-result__scale {
  width: 79.6%;
}
.p-result__feeling5 .p-result__item:nth-of-type(4) .p-result__scale {
  width: 23.4%;
}
.p-result__feeling5 .p-result__item:nth-of-type(5) .p-result__scale {
  width: 13.2%;
}
.p-result__feeling6 .p-result__item:nth-of-type(1) .p-result__scale {
  width: 78.8%;
}
.p-result__feeling6 .p-result__item:nth-of-type(2) .p-result__scale {
  width: 91.4%;
}
.p-result__feeling6 .p-result__item:nth-of-type(3) .p-result__scale {
  width: 36.8%;
}
.p-result__feeling6 .p-result__item:nth-of-type(4) .p-result__scale {
  width: 3.2%;
}
.p-result__p2 {
  font-size: 3.25rem;
  display: inline-block;
  width: 28.75rem;
  text-align: right;
}
@media (width <= 900px) {
  .p-result__p2 {
    font-size: 1rem;
    width: 12.5rem;
  }
}

.p-comment .c-inner {
  padding-bottom: 0;
}
.p-comment__title {
  background: #c7ebeb;
  font-size: 3.75rem;
  font-weight: 700;
  text-align: center;
  padding: 1.5em 0;
}
@media (width <= 900px) {
  .p-comment__title {
    font-size: 1rem;
    padding: 1em 0;
  }
}
.p-comment__p {
  font-size: 1.875rem;
  margin-bottom: 10rem;
}
@media (width <= 900px) {
  .p-comment__p {
    font-size: 0.875rem;
    margin-bottom: 2.5rem;
  }
}
.p-comment__h3 {
  font-size: 3.75rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5rem;
}
@media (width <= 900px) {
  .p-comment__h3 {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
}
.p-comment__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6.875rem 2.75rem;
}
@media (width <= 900px) {
  .p-comment__list {
    gap: 2.5rem;
  }
}
.p-comment__item {
  width: 45.4375rem;
  background: #ffecb9;
  padding: 2.5rem;
  font-size: 1.875rem;
  border-radius: 2.25rem;
  position: relative;
}
@media (width <= 900px) {
  .p-comment__item {
    font-size: 0.875rem;
    padding: 1.25rem;
    border-radius: 1.25rem;
  }
}
.p-comment__item:after {
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  width: 4.375rem;
  height: 3.8125rem;
  position: absolute;
  left: calc(50% - 2.1875rem);
  bottom: -2.5rem;
  background: #ffecb9;
}
@media (width <= 900px) {
  .p-comment__item:after {
    width: 1.75rem;
    height: 1.5rem;
    left: calc(50% - 0.875rem);
    bottom: -1.25rem;
  }
}

/* Utilities */
.u-mt0 {
  margin-top: 0px;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-pc {
  display: block;
}
.u-pc--inline {
  display: inline;
}
.u-pc--iblock {
  display: inline-block;
}
.u-pc--table {
  display: table;
}

.u-sp {
  display: none;
}
.u-sp--inline {
  display: none;
}
.u-sp--iblock {
  display: none;
}
.u-sp--table {
  display: none;
}

.u-fade-in {
  opacity: 0;
  transform: translateY(1.875rem);
  transition: 0.8s;
}
@media (width <= 900px) {
  .u-fade-in {
    transform: translateY(1.875rem);
  }
}
.u-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.u-graph {
  transform: scaleX(0);
  transition: 0.8s;
  transform-origin: left;
}
.u-graph.is-visible {
  opacity: 1;
  transform: scale(1);
}

.u-ofit {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.u-pos--absolute {
  position: absolute;
}
.u-pos--fixed {
  position: fixed;
}
.u-pos--relative {
  position: relative;
}

.u-text--default {
  font-family: "メイリオ", Meiryo, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
.u-text--mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.u-text--center {
  text-align: center;
}
.u-text--left {
  text-align: left;
}
.u-text--right {
  text-align: right;
}
.u-text--thin {
  font-weight: 100;
}
.u-text--extra-light {
  font-weight: 200;
}
.u-text--light {
  font-weight: 300;
}
.u-text--regular {
  font-weight: 400;
}
.u-text--medium {
  font-weight: 500;
}
.u-text--semi-bold {
  font-weight: 600;
}
.u-text--bold {
  font-weight: 700;
}
.u-text--extra-bold {
  font-weight: 800;
}
.u-text--black {
  font-weight: 900;
}
.u-text--big {
  font-size: 1.4em;
}
.u-text--regular {
  font-size: 1em;
}
.u-text--small {
  font-size: 0.8em;
}

.u-text_ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #ccc;
  line-height: 1.5;
}
.u-text_ellipsis--multiline {
  white-space: normal;
  max-height: 3em;
  position: relative;
}
.u-text_ellipsis--multiline::after {
  content: "…";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  background-color: #ccc;
}
.u-text_ellipsis--line2 {
  max-height: 3em;
}
.u-text_ellipsis--line3 {
  max-height: 4.5em;
}
.u-text_ellipsis--line4 {
  max-height: 6em;
}
.u-text_ellipsis--line5 {
  max-height: 7.5em;
}

.u-color__yellow {
  color: yellow;
}

@media (width <= 900px) {
  .u-pc {
    display: none;
  }
  .u-pc--inline {
    display: none;
  }
  .u-pc--iblock {
    display: none;
  }
  .u-pc--table {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-sp--inline {
    display: inline;
  }
  .u-sp--iblock {
    display: inline-block;
  }
  .u-sp--table {
    display: table;
  }
}