@charset "UTF-8";
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0 auto;
  background-color: #fff;
  color: #4a4a4a;
  line-height: 1.8;
  font-size: 16px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  body {
    font-size: 22px;
  }
}

.u-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .u-pc {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .u-sp {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  overflow-x: hidden;
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
  }
}

img {
  width: 100%;
}

.mv {
  position: relative;
}

.mv-btn {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
@media screen and (min-width: 769px) {
  .mv-btn {
    width: 42%;
  }
}
@media (min-width: 1441px) {
  .mv-btn {
    width: 32%;
  }
}

.c-section-border-img {
  width: 100%;
}

.common-inner {
  max-width: 31.25rem;
  margin: 0 auto;
  padding: 0 0.5rem;
}
@media screen and (min-width: 769px) {
  .common-inner {
    max-width: 68.75rem;
    padding: 0 1.875rem;
  }
}

.difference_point-inner.common-inner {
  max-width: 68.75rem;
}

.content-heading-en {
  font-size: 1rem;
  font-weight: 400;
  color: #f2b6c3;
  opacity: 0.3;
  font-family: "Libre Baskerville", serif;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .content-heading-en {
    font-size: 2.5rem;
  }
}

.content-heading-jp {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  color: #e56e88;
  text-align: center;
  margin-top: 0.25rem;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .content-heading-jp {
    font-size: 2.375rem;
  }
}

.content-heading {
  margin-top: 1.9375rem;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .content-heading {
    margin-top: 4.4375rem;
  }
}

.content-heading-jp .background {
  background-color: #fff;
  padding: 0.25rem 0.5rem;
}
@media screen and (min-width: 769px) {
  .content-heading-jp .background {
    padding: 0.375rem 1.25rem;
  }
}

.content-heading-jp {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.5rem;
  gap: 0.5rem;
}
@media screen and (min-width: 769px) {
  .content-heading-jp {
    margin-top: 1.0625rem;
  }
}

.c-color-pink {
  color: #e56e88;
  font-weight: 500;
}

.common-cta {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background: linear-gradient(to right, #FF9FB2, #F47692);
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .common-cta {
    padding-top: 3.6875rem;
    padding-bottom: 2.9375rem;
  }
}

.common-cta-btn-wrap {
  background-color: #fff;
  border-radius: 0.5rem;
  max-width: 22.375rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .common-cta-btn-wrap {
    border-radius: 1rem;
    max-width: 62rem;
  }
}

.common-cta-box {
  color: #4a4a4a;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 1.125rem;
  line-height: 1.5;
  font-size: 1.125rem;
}
@media screen and (min-width: 769px) {
  .common-cta-box {
    padding-top: 2rem;
    padding-bottom: 1.5625rem;
    margin-top: 2.5625rem;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    gap: 3rem;
    align-items: center;
  }
}

.cta-btn {
  margin-top: -0.5rem;
  max-width: 21.0625rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .cta-btn {
    margin-top: 0rem;
    max-width: 27rem;
  }
}

.common-cta-text {
  position: relative;
  max-width: 20rem;
  margin-inline: auto;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .common-cta-text {
    max-width: 38.125rem;
    font-size: 1.75rem;
  }
}

.common-cta-text.lival-cta-text {
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .common-cta-text.lival-cta-text {
    font-size: 1.75rem;
  }
}

.common-cta-text.lival-cta-text span {
  font-size: 1.125rem;
}
@media screen and (min-width: 769px) {
  .common-cta-text.lival-cta-text span {
    font-size: 2.25rem;
  }
}

.common-cta-text::before {
  content: "“";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .common-cta-text::before {
    font-size: 8rem;
    top: -1rem;
    left: -1.875rem;
  }
}
@media screen and (min-width: 1025px) {
  .common-cta-text::before {
    left: -1.25rem;
  }
}

.common-cta-text.common-cta-text-become-bottom::before {
  top: -0.4375rem;
  left: -1.0625rem;
}

.common-cta-text::after {
  content: "”";
  position: absolute;
  bottom: -2.5rem;
  right: 0;
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .common-cta-text::after {
    font-size: 8rem;
    bottom: -5rem;
    right: -2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .common-cta-text::after {
    right: -3rem;
  }
}

.mv-item img {
  width: 6.875rem;
  height: 6.875rem;
}

.mv-img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  top: -5rem;
}
@media screen and (min-width: 769px) {
  .mv-img-wrap {
    gap: 2.25rem;
  }
}

.mv-cta {
  background-image: url(../images/fv-background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 14.0625rem;
  margin-top: -2.875rem;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 769px) {
  .mv-cta {
    height: 35rem;
  }
}

.content01 {
  padding-bottom: 2.375rem;
}
@media screen and (min-width: 769px) {
  .content01 {
    padding-bottom: 3.125rem;
  }
}

@media screen and (min-width: 769px) {
  .content01-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 3.625rem;
    margin-top: 0.25rem;
    margin-top: 1.5rem;
  }
}

.content-heading-img {
  width: 20.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .content-heading-img {
    width: 39rem;
  }
}

@-webkit-keyframes type-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes type-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.slider-container {
  display: flex;
  margin-top: 2.0625rem;
  overflow: hidden;
  padding: 0;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .slider-container {
    display: none;
  }
}

.slider-wrapper {
  display: flex;
  -webkit-animation: type-animation 40s linear infinite;
          animation: type-animation 40s linear infinite;
}

.slide {
  width: 13.5rem;
}

.slide img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.about {
  background-color: #fff4f8;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 769px) {
  .about {
    padding-top: 5rem;
  }
}

.about-inner.common-inner {
  margin: 0 auto;
  padding: 0 1.25rem;
  max-width: 31.25rem;
}
@media screen and (min-width: 769px) {
  .about-inner.common-inner {
    max-width: 68.75rem;
    padding: 0 1.875rem;
  }
}

.about-box {
  margin-top: 2.125rem;
}
@media screen and (min-width: 769px) {
  .about-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3.9375rem;
    gap: 3.25rem;
  }
}

.relative {
  position: relative;
}

.relative::before {
  content: "";
  position: absolute;
  top: -0.75rem;
  right: -1rem;
  width: 100%;
  background-image: url(../images/decoration1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 1rem;
  height: 0.875rem;
}
@media screen and (min-width: 769px) {
  .relative::before {
    width: 2.0625rem;
    height: 2.0625rem;
    top: -1.875rem;
    right: -2.5rem;
  }
}

.about-heading .font-size {
  font-size: 1.125rem;
  color: #4a4a4a;
}
@media screen and (min-width: 769px) {
  .about-heading .font-size {
    font-size: 2rem;
  }
}

.about-heading {
  font-size: 1.4375rem;
}
@media screen and (min-width: 769px) {
  .about-heading {
    font-size: 2.5rem;
  }
}

.about-text span {
  color: #e56e88;
}

.about-text span.color {
  font-weight: 500;
}

.about-text1 {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .about-text1 {
    text-align: left;
    font-size: 2rem;
  }
}

.about-text-wrapper {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .about-text-wrapper {
    text-align: left;
  }
}

.about-text2 {
  letter-spacing: 0.2em;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  display: inline-block;
  background: linear-gradient(transparent 50%, rgba(242, 182, 195, 0.3) 50%);
  padding-right: 1.25rem;
}
@media screen and (min-width: 769px) {
  .about-text2 {
    text-align: left;
    font-size: 3rem;
  }
}

.about-text3 {
  margin-top: 1.875rem;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .about-text3 {
    font-size: 1.375rem;
  }
}

.about-text4 {
  margin-top: 1.875rem;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .about-text4 {
    margin-top: 2.5rem;
  }
}

.about-text5 {
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .about-text5 {
    margin-top: 1.875rem;
    text-align: center;
  }
}

.about-text2 .font-size {
  font-size: 1.25rem;
  color: #4a4a4a;
  margin-left: -0.625rem;
}
@media screen and (min-width: 769px) {
  .about-text2 .font-size {
    font-size: 2.5rem;
    margin-left: -1rem;
  }
}

.about-img {
  margin-top: 0.5rem;
  width: 12.875rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .about-img {
    margin-top: 0rem;
    width: 25.75rem;
  }
}

@media screen and (min-width: 769px) {
  .about-text-wrapper {
    flex: 1;
  }
}

.about__heading2 {
  margin-top: 2.25rem;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 769px) {
  .about__heading2 {
    font-size: 2rem;
    margin-top: 5rem;
  }
}

.about__heading2 span {
  font-size: 1.375rem;
  background: linear-gradient(transparent 50%, rgba(242, 182, 195, 0.3) 50%);
}
@media screen and (min-width: 769px) {
  .about__heading2 span {
    font-size: 2.75rem;
  }
}

.type-chart-img {
  margin-top: 0.875rem;
  width: 20.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .type-chart-img {
    margin-top: 2.375rem;
    width: 44.125rem;
  }
}

.content-heading-jp.life-heading-jp {
  font-size: 1.375rem;
}
@media screen and (min-width: 769px) {
  .content-heading-jp.life-heading-jp {
    font-size: 2.375rem;
  }
}

.life-img01 {
  width: 1.4375rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .life-img01 {
    width: 3.25rem;
    margin-top: 1.0625rem;
  }
}

.life-img02 {
  width: 100%;
  max-width: 48.875rem;
  margin-inline: auto;
}

.life {
  padding-bottom: 1.375rem;
}
@media screen and (min-width: 769px) {
  .life {
    padding-bottom: 2.125rem;
  }
}

.worries {
  background-image: url(../images/worries-back-sp.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 769px) {
  .worries {
    padding-top: 5rem;
    background-image: url(../images/worries-back.png);
    padding-bottom: 7rem;
  }
}

.content-heading-en.worries-heading-en {
  color: #787080;
  font-size: 1.25rem;
}
@media screen and (min-width: 769px) {
  .content-heading-en.worries-heading-en {
    font-size: 2.5rem;
  }
}

.content-heading-jp.worries-heading-jp {
  color: #787080;
  font-size: 1.375rem;
}
@media screen and (min-width: 769px) {
  .content-heading-jp.worries-heading-jp {
    font-size: 2.5rem;
  }
}

.worries-img-wrapper {
  text-align: center;
}

.worries-img {
  margin-top: 1.5625rem;
  max-width: 21.6875rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .worries-img {
    margin-top: 3.25rem;
    max-width: 100%;
  }
}

.worries-bottom__back-img {
  margin-top: -5rem;
}
@media screen and (min-width: 769px) {
  .worries-bottom__back-img {
    margin-top: -6.875rem;
  }
}
@media (min-width: 1440px) {
  .worries-bottom__back-img {
    margin-top: -8.75rem;
  }
}
@media (min-width: 1720px) {
  .worries-bottom__back-img {
    margin-top: -12.5rem;
  }
}

.solution {
  background-color: #fff4f8;
  padding-bottom: 2.0625rem;
}
@media screen and (min-width: 769px) {
  .solution {
    padding-bottom: 3.875rem;
  }
}

.content-heading.solution-heading {
  margin-top: 0;
  padding-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .content-heading.solution-heading {
    padding-top: 2.5rem;
  }
}

.content-heading-jp.solution-heading-jp {
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .content-heading-jp.solution-heading-jp {
    font-size: 2.375rem;
  }
}

.under_arrow {
  width: 1.5625rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .under_arrow {
    width: 3.125rem;
  }
}

.worries-arrow {
  margin-top: 0.75rem;
}
@media screen and (min-width: 769px) {
  .worries-arrow {
    position: relative;
    margin-top: -0.0625rem;
    top: -2.625rem;
  }
}

.solution-items {
  margin-top: 0.625rem;
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .solution-items {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0rem;
    gap: 2rem;
  }
}

.solution-item {
  background-color: #fff;
  padding-block: 2rem;
  border-radius: 0.625rem;
  border: 1px solid #50cbc2;
  width: 19.375rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .solution-item {
    padding-block: 2.25rem;
    width: 22rem;
  }
}

@media screen and (min-width: 769px) {
  .solution-item.solution-item02 {
    margin-top: 3rem;
  }
}

.solution-item__title {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  color: #50cbc2;
}
@media screen and (min-width: 769px) {
  .solution-item__title {
    font-size: 2rem;
  }
}

.solution-top-arrow {
  margin-top: 0.75rem;
}

.solution-item-img {
  margin-top: 2rem;
  width: 10rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .solution-item-img {
    margin-top: 3rem;
    width: 13.125rem;
  }
}

.solution-item__text {
  text-align: left;
  margin-top: 0.9375rem;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 769px) {
  .solution-item__text {
    margin-top: 1.875rem;
  }
}

.solution-item__text span {
  font-weight: 700;
}

.solution-arrow {
  position: relative;
  top: -1rem;
}
@media screen and (min-width: 769px) {
  .solution-arrow {
    top: -1.875rem;
  }
}

.become {
  padding-top: 1.25rem;
  padding-bottom: 0rem;
}
@media screen and (min-width: 769px) {
  .become {
    padding-bottom: 6.25rem;
    padding-top: 3.125rem;
  }
}

.content-heading-jp.become-heading-jp {
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .content-heading-jp.become-heading-jp {
    font-size: 2.375rem;
  }
}

.become-items {
  margin-top: 2.8125rem;
  padding-inline: 1rem;
  max-width: 25rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .become-items {
    margin-top: 4.75rem;
    max-width: 100%;
  }
}

.become-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 3.9375rem;
}
@media screen and (min-width: 769px) {
  .become-item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
  }
  .become-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
}

.become-item__img1,
.become-item__img2,
.become-item__img3,
.become-item__img4,
.become-item__img5 {
  position: relative;
}

.become-item__img1::before {
  content: "";
  position: absolute;
  background-image: url(../images/become1-back.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 8.9375rem;
  height: 7.5rem;
  top: -3.75rem;
  left: -3.75rem;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .become-item__img1::before {
    width: 17.875rem;
    height: 15rem;
    top: -8.75rem;
    left: -8.75rem;
  }
}

.become-item__img2::before {
  content: "";
  position: absolute;
  background-image: url(../images/become2-back.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 8.9375rem;
  height: 7.5rem;
  top: -3.75rem;
  right: -3.75rem;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .become-item__img2::before {
    width: 17.875rem;
    height: 15rem;
    top: -8.75rem;
    right: -8.75rem;
  }
}

.become-item__img3::before {
  content: "";
  position: absolute;
  background-image: url(../images/become3-back.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 8.9375rem;
  height: 7.5rem;
  bottom: -2.5rem;
  left: -3.75rem;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .become-item__img3::before {
    width: 17.875rem;
    height: 15rem;
    bottom: -6.25rem;
    left: -8.75rem;
  }
}

.become-item__img4::before {
  content: "";
  position: absolute;
  background-image: url(../images/become4-back.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 8.9375rem;
  height: 7.5rem;
  bottom: -2.5rem;
  right: -3.75rem;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .become-item__img4::before {
    width: 17.875rem;
    height: 15rem;
    bottom: -6.25rem;
    right: -8.75rem;
  }
}

.become-item__img5::before {
  content: "";
  position: absolute;
  background-image: url(../images/become5-back.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 8.9375rem;
  height: 7.5rem;
  bottom: -1.875rem;
  left: -3.75rem;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .become-item__img5::before {
    width: 17.875rem;
    height: 15rem;
    bottom: -6.25rem;
    left: -8.75rem;
  }
}

.become-item__text {
  display: contents;
}
@media screen and (min-width: 769px) {
  .become-item__text {
    display: block;
    flex: 1;
  }
}

.become-item__title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.become-item__title-box.reverse {
  flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
  .become-item__title-box.reverse {
    flex-direction: row;
  }
}

.become-item__number {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  color: #50cbc2;
  opacity: 0.3;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .become-item__number {
    font-size: 5.625rem;
  }
}

.become-item__title {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  color: #50cbc2;
}
@media screen and (min-width: 769px) {
  .become-item__title {
    font-size: 2rem;
  }
}

.become-item__desc {
  order: 1;
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .become-item__desc {
    margin-top: 2rem;
  }
}

.become-item__desc span {
  font-weight: 700;
}

.become-item__img {
  margin-top: 1.9375rem;
  width: 12.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .become-item__img {
    margin-top: 0rem;
    width: 25rem;
  }
}

.happy {
  padding-top: 2.125rem;
}
@media screen and (min-width: 769px) {
  .happy {
    padding-top: 3.75rem;
  }
}

.happy-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 769px) {
  .happy-contents {
    flex-direction: row;
    position: relative;
  }
}

.happy-title {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  color: #e56e88;
}
@media screen and (min-width: 769px) {
  .happy-title {
    font-size: 3rem;
  }
}

.happy-text-wrapper {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .happy-text-wrapper {
    text-align: left;
  }
}

.happy__sub-title {
  margin-top: 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #e56e88;
}
@media screen and (min-width: 769px) {
  .happy__sub-title {
    font-size: 2rem;
  }
}

.happy__text {
  margin-top: 1.1875rem;
  font-size: 0.9375rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .happy__text {
    font-size: 1.5rem;
    margin-top: 2.1875rem;
  }
}

.happy__text::before {
  content: "“";
  position: absolute;
  top: -0.625rem;
  left: -1.75rem;
  font-size: 4rem;
  color: #f2b6c3;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1;
  opacity: 0.5;
}
@media screen and (min-width: 769px) {
  .happy__text::before {
    font-size: 8rem;
    top: -1.5rem;
    left: -3.75rem;
  }
}

.happy__text::after {
  content: "”";
  position: absolute;
  bottom: -2.625rem;
  right: -1.375rem;
  font-size: 4rem;
  color: #f2b6c3;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1;
  opacity: 0.5;
}
@media screen and (min-width: 769px) {
  .happy__text::after {
    font-size: 8rem;
    bottom: -6.25rem;
    right: 5rem;
  }
}

.happy-heading-img {
  width: 18.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .happy-heading-img {
    width: 35.1875rem;
  }
}

@media screen and (min-width: 769px) {
  .happy__img {
    position: absolute;
    z-index: -1;
    right: -12.5rem;
    top: 0.4375rem;
    width: 65.3125rem;
  }
}

.happy-bottom__back-img {
  margin-top: -2rem;
}
@media (min-width: 450px) {
  .happy-bottom__back-img {
    margin-top: -2.3125rem;
  }
}
@media (min-width: 520px) {
  .happy-bottom__back-img {
    margin-top: -2.8125rem;
  }
}
@media (min-width: 600px) {
  .happy-bottom__back-img {
    margin-top: -3.25rem;
  }
}
@media screen and (min-width: 769px) {
  .happy-bottom__back-img {
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .happy-bottom__back-img {
    margin-top: -1.25rem;
  }
}
@media (min-width: 1800px) {
  .happy-bottom__back-img {
    margin-top: -3.125rem;
  }
}
@media (min-width: 2300px) {
  .happy-bottom__back-img {
    margin-top: -5rem;
  }
}

.voice {
  padding-top: 0.9375rem;
  padding-bottom: 2.5rem;
  background-color: #fff4f8;
}
@media screen and (min-width: 769px) {
  .voice {
    padding-bottom: 3.75rem;
    padding-top: 3.125rem;
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  .voice::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150.25rem;
    background-image: url(../images/voice_back.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.voice-heading-jp {
  white-space: nowrap;
}

.content-heading.voice-heading {
  text-align: center;
}

.content-heading-jp.voice-heading-jp {
  display: inline-block;
  font-weight: 500;
  font-size: 1.75rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .content-heading-jp.voice-heading-jp {
    font-size: 3rem;
  }
}

.voice-heading-jp::before {
  content: "";
  position: absolute;
  top: 0.0625rem;
  right: -1.875rem;
  background-image: url(../images/decoration1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.25rem;
}
@media screen and (min-width: 769px) {
  .voice-heading-jp::before {
    width: 3.125rem;
    height: 2.9375rem;
    top: 0.0625rem;
    right: -4.375rem;
  }
}

.voice-heading-jp span {
  font-size: 1.25rem;
}
@media screen and (min-width: 769px) {
  .voice-heading-jp span {
    font-size: 2.5rem;
  }
}

.voice__heading-text {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  margin-top: 0.75rem;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .voice__heading-text {
    font-size: 1.5rem;
    margin-top: 1rem;
    letter-spacing: 0.1em;
  }
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

.voice__item {
  border: 1px solid #f2b6c3;
  font-size: 16px;
  background-color: #fff;
  border-radius: 3.125rem 0 3.125rem 0;
  padding: 1.25rem 1.0625rem 1.25rem 1.0625rem;
  margin-top: 1.5rem;
  max-width: 25rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .voice__item {
    max-width: 55.625rem;
    margin-top: 3.375rem;
    padding: 2rem 2.5rem 1.375rem 2.5rem;
    margin-inline: initial;
  }
}

@media screen and (min-width: 769px) {
  .voice__item:nth-child(even) {
    margin-left: auto;
  }
}

.voice__item::before {
  content: "“";
  position: absolute;
  top: -1.25rem;
  right: 0.75rem;
  font-size: 6.25rem;
  color: #f2b6c3;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1;
  opacity: 0.5;
}
@media screen and (min-width: 769px) {
  .voice__item::before {
    font-size: 12.5rem;
    top: -2.5rem;
    right: 1.25rem;
  }
}

.voice__answer {
  padding-bottom: 20px;
}

.voice__answer-text {
  list-style: none;
  position: relative;
  font-size: 0.9375rem;
}
@media screen and (min-width: 769px) {
  .voice__answer-text {
    font-size: 1.375rem;
  }
}

.voice__answer-text_2 {
  margin-top: 1.25rem;
}

.voice__wrapper-img {
  width: 6.5625rem;
}
@media screen and (min-width: 769px) {
  .voice__wrapper-img {
    width: 12.5rem;
  }
}

.voice__text-box {
  flex: 1;
}

.voice__wrapper-title {
  font-weight: 700;
  color: #50cbc2;
  font-size: 0.9375rem;
}
@media screen and (min-width: 769px) {
  .voice__wrapper-title {
    font-size: 2rem;
  }
}

.voice__wrapper-name {
  font-size: 0.9375rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 769px) {
  .voice__wrapper-name {
    font-size: 1.5rem;
    text-align: right;
  }
}

.voice__desc {
  font-size: 0.9375rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .voice__desc {
    font-size: 1.375rem;
  }
}

.voice__more-btn {
  text-transform: uppercase;
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .voice__more-btn {
    text-align: right;
  }
}

.voice__more-btn-text {
  border: 1px solid #787080;
  font-size: 0.9375rem;
  background-color: #fbe9ed;
  width: 18.9375rem;
  height: 1.9375rem;
  border-radius: 1.5625rem;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (min-width: 769px) {
  .voice__more-btn-text {
    width: 11.25rem;
    height: 3.125rem;
    font-size: 1.25rem;
    padding-right: 2.5rem;
  }
}
.voice__more-btn-text::before, .voice__more-btn-text::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #4a4a4a;
}
.voice__more-btn-text::before {
  right: 40px;
  width: 12px;
  height: 2px;
}
@media screen and (min-width: 769px) {
  .voice__more-btn-text::before {
    right: 1.625rem;
  }
}
.voice__more-btn-text::after {
  right: 45px;
  width: 2px;
  height: 12px;
  transition: rotate 0.3s ease;
}
@media screen and (min-width: 769px) {
  .voice__more-btn-text::after {
    right: 1.9375rem;
  }
}

.voice__close-btn-text {
  border: 1px solid #787080;
  text-transform: uppercase;
  font-size: 0.9375rem;
  background-color: #fbe9ed;
  width: 18.9375rem;
  height: 1.9375rem;
  border-radius: 1.5625rem;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (min-width: 769px) {
  .voice__close-btn-text {
    width: 11.25rem;
    height: 3.125rem;
    font-size: 1.25rem;
    padding-right: 2.5rem;
  }
}
.voice__close-btn-text::before, .voice__close-btn-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 12px;
  height: 2px;
  background: #4a4a4a;
}
@media screen and (min-width: 769px) {
  .voice__close-btn-text::before, .voice__close-btn-text::after {
    right: 1.625rem;
  }
}
.voice__close-btn-text::before {
  transform: translate(0, -50%) rotate(45deg);
}
.voice__close-btn-text::after {
  transform: translate(0, -50%) rotate(-45deg);
}

.voice__wrapper {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media (any-hover: hover) {
  .voice__wrapper:hover {
    cursor: pointer;
  }
}

.voice__item {
  margin-bottom: 20px;
}
.voice .js-content {
  height: 0;
  overflow: hidden;
}
.voice__more-btn, .voice__close-btn {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .voice__more-btn, .voice__close-btn {
    text-align: right;
  }
}
.voice__item[open] .voice__more-btn {
  display: none;
}

.voice__desc::after {
  content: "...";
}
.voice__item[open] .voice__desc::after {
  display: none;
}

.voice2 {
  padding-top: 2.0625rem;
  padding-bottom: 1.9375rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .voice2 {
    padding-top: 3.125rem;
    padding-bottom: 5rem;
  }
}

.voice2-inner.common-inner {
  padding-inline: 1.25rem;
}

.voice2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/voice2_back-sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.75;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .voice2::before {
    background-image: url(../images/voice2_back.jpg);
  }
}

.voice2_img {
  text-align: center;
}

.voice2_img img {
  width: 6.0625rem;
}
@media screen and (min-width: 769px) {
  .voice2_img img {
    width: 8.3125rem;
  }
}

.voice2__title {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1.25rem;
  font-family: "Shippori Mincho", serif;
  color: #e56e88;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .voice2__title {
    font-size: 2.25rem;
  }
}

.voice2__title span {
  font-size: 2.125rem;
}
@media screen and (min-width: 769px) {
  .voice2__title span {
    font-size: 3rem;
  }
}

.voice2__img02 {
  text-align: center;
}

.voice2__img02 img {
  width: 20.625rem;
}
@media screen and (min-width: 769px) {
  .voice2__img02 img {
    width: 37.5rem;
  }
}

.voice2__item span {
  background-color: rgba(234, 99, 144, 0.8);
  padding: 0rem 0.5rem 0.25rem 0.5rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .voice2__item span {
    font-size: 1.5rem;
    padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  }
}

@media screen and (min-width: 769px) {
  .voice2__items {
    position: absolute;
    top: 0rem;
    right: 0rem;
    z-index: 1;
    text-align: right;
  }
}

.voice2__item {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .voice2__item {
    text-align: right;
  }
}

.voice2__name {
  text-align: right;
  font-size: 0.9375rem;
}
@media screen and (min-width: 769px) {
  .voice2__name {
    font-size: 1.5rem;
  }
}

.voice2__item-text {
  line-height: 2;
}

.voice2__text2 {
  text-align: center;
  font-size: 1.125rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .voice2__text2 {
    font-size: 1.75rem;
    margin-top: 2.625rem;
  }
}

.voice2__wrap {
  margin-top: 1.4375rem;
}
@media screen and (min-width: 769px) {
  .voice2__wrap {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 2.3125rem;
  }
}

.voice2__item-text {
  margin-top: 1.4375rem;
}
@media screen and (min-width: 769px) {
  .voice2__item-text {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 769px) {
  .voice2__item.voice2__item-second {
    margin-right: 2.5rem;
  }
}

.difference-top {
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .difference-top {
    padding-top: 4.8125rem;
    padding-bottom: 0.625rem;
  }
}

.difference-top-text1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #787080;
}
@media screen and (min-width: 769px) {
  .difference-top-text1 {
    font-size: 1.875rem;
  }
}

.difference-top-text2 {
  font-size: 1.3125rem;
  color: #787080;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #787080;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .difference-top-text2 {
    font-size: 2.5rem;
  }
}

.difference-top-text2 span {
  font-size: 1.0625rem;
}
@media screen and (min-width: 769px) {
  .difference-top-text2 span {
    font-size: 2rem;
  }
}

.difference-top-text2 span.ml {
  margin-left: -0.5rem;
}

.difference-top-text3 {
  font-size: 1.4375rem;
  color: #e56e88;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  margin-top: 2.375rem;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .difference-top-text3 {
    font-size: 2.5rem;
  }
}

.difference-top-text3::before {
  content: "";
  position: absolute;
  top: -1.25rem;
  left: -6.875rem;
  background-image: url(../images/difference-top01.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 7.375rem;
  height: 5.5625rem;
}
@media screen and (min-width: 769px) {
  .difference-top-text3::before {
    width: 19.625rem;
    height: 14.75rem;
    top: 1.25rem;
    left: -25rem;
  }
}

.difference-top-text3::after {
  content: "";
  position: absolute;
  top: -1.875rem;
  right: -7.5rem;
  background-image: url(../images/difference-top02.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 8.75rem;
  height: 6.5625rem;
}
@media screen and (min-width: 769px) {
  .difference-top-text3::after {
    width: 23.125rem;
    height: 17.375rem;
    top: 0rem;
    right: -25rem;
  }
}

.difference-top-text4 {
  font-size: 1.125rem;
  color: #e56e88;
  margin-top: 1.75rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  display: inline-block;
  background: linear-gradient(transparent 50%, rgba(242, 182, 195, 0.3) 50%);
}
@media screen and (min-width: 769px) {
  .difference-top-text4 {
    font-size: 1.875rem;
    margin-top: 2.5rem;
  }
}

.difference-top-text4 span {
  font-size: 1.3125rem;
}
@media screen and (min-width: 769px) {
  .difference-top-text4 span {
    font-size: 2.25rem;
  }
}

.difference-top-text4.difference-top-text4__second {
  margin-top: 0.625rem;
}

.difference {
  background-color: #fff4f8;
  padding-bottom: 3.125rem;
  padding-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .difference {
    padding-bottom: 7.5rem;
    padding-top: 2.5rem;
  }
}
@media screen and (min-width: 1900px) {
  .difference {
    padding-bottom: 9.375rem;
  }
}

.content-heading.difference-heading {
  margin-top: 0;
}

.difference-heading-jp-span {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 769px) {
  .difference-heading-jp-span {
    font-size: 3.75rem;
  }
}

.content-heading-jp.difference-heading-jp {
  display: block;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .content-heading-jp.difference-heading-jp {
    line-height: 1;
    font-size: 2.25rem;
  }
}

.content-heading-jp.difference-heading-jp .difference-small-title {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 769px) {
  .content-heading-jp.difference-heading-jp .difference-small-title {
    font-size: 2.25rem;
  }
}

.difference-arrow {
  position: relative;
  top: -2.25rem;
}
@media screen and (min-width: 600px) {
  .difference-arrow {
    top: -3.125rem;
  }
}
@media screen and (min-width: 769px) {
  .difference-arrow {
    top: -3.125rem;
  }
}
@media screen and (min-width: 1400px) {
  .difference-arrow {
    top: -5.3125rem;
  }
}
@media screen and (min-width: 1900px) {
  .difference-arrow {
    top: -7.5rem;
  }
}

.difference_point {
  padding-bottom: 1.3125rem;
  padding-top: 1.25rem;
  margin-top: -5.25rem;
}
@media screen and (min-width: 600px) {
  .difference_point {
    margin-top: -6.875rem;
  }
}
@media screen and (min-width: 769px) {
  .difference_point {
    padding-top: 0rem;
    padding-bottom: 2.9375rem;
    margin-top: -6.875rem;
  }
}
@media screen and (min-width: 1400px) {
  .difference_point {
    margin-top: -9.375rem;
  }
}
@media screen and (min-width: 1900px) {
  .difference_point {
    margin-top: -11.875rem;
  }
}

.difference_point-top_text {
  text-align: center;
  padding-top: 1.875rem;
}

.difference_point-top_text p {
  font-size: 1.25rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #50cbc2;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .difference_point-top_text p {
    font-size: 2.5rem;
    letter-spacing: 0.2em;
  }
}

.difference_point-top_text p::before {
  content: "";
  position: absolute;
  top: -2.1875rem;
  left: -2.1875rem;
  background-image: url(../images/difference-point1.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 6.1875rem;
  height: 5.1875rem;
}
@media screen and (min-width: 769px) {
  .difference_point-top_text p::before {
    width: 16.5625rem;
    height: 13.875rem;
    top: -0.3125rem;
    left: -15.625rem;
  }
}
@media screen and (min-width: 769px) and (min-width: 1025px) {
  .difference_point-top_text p::before {
    left: -20rem;
  }
}

.difference_point-top_text.difference_point-top_text2 p::before {
  background-image: url(../images/difference-point2.png);
  top: -3rem;
  left: -0.1875rem;
}
@media screen and (min-width: 769px) {
  .difference_point-top_text.difference_point-top_text2 p::before {
    top: -2.1875rem;
    left: -12.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .difference_point-top_text.difference_point-top_text2 p::before {
    left: -20rem;
  }
}

.difference_point-top_text.difference_point-top_text3 p::before {
  background-image: url(../images/difference-point3.png);
  top: -3rem;
  left: -1.6875rem;
}
@media screen and (min-width: 769px) {
  .difference_point-top_text.difference_point-top_text3 p::before {
    top: -2.1875rem;
    left: -7.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .difference_point-top_text.difference_point-top_text3 p::before {
    left: -11.25rem;
  }
}

.difference_point-top_text p::after {
  content: "";
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/under_line_green.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 16.6875rem;
  height: 0.8125rem;
}
@media screen and (min-width: 769px) {
  .difference_point-top_text p::after {
    width: 33.4375rem;
    height: 1.625rem;
    bottom: -1.875rem;
  }
}

.difference_point1-items {
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .difference_point1-items {
    margin-top: 2.875rem;
  }
}

.difference_point1-item {
  background-color: #EDFAF9;
  border: 1px solid #50cbc2;
  padding: 1.5rem 0.625rem;
}
@media screen and (min-width: 769px) {
  .difference_point1-item {
    padding: 3.0625rem 0.875rem 2.3125rem 2.4375rem;
    display: flex;
    align-items: center;
  }
}

.difference_point-item-title {
  text-align: center;
  line-height: 2.4;
}
@media screen and (min-width: 769px) {
  .difference_point-item-title {
    text-align: left;
    white-space: nowrap;
  }
}

.difference_point-item-title span {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #fff;
  background-color: #50cbc2;
  padding: 0.25rem 0.625rem;
}
@media screen and (min-width: 769px) {
  .difference_point-item-title span {
    font-size: 1.75rem;
  }
}

.difference_point-item-text {
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .difference_point-item-text {
    margin-top: 1.875rem;
    max-width: 31.25rem;
  }
}

.point-item1_img {
  margin-top: 2.625rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .point-item1_img {
    margin-top: 0rem;
    margin-left: -1.25rem;
  }
}

.point-item1_img img {
  width: 18.9375rem;
}
@media screen and (min-width: 769px) {
  .point-item1_img img {
    width: 29.1875rem;
  }
}

.point-item1__text {
  text-align: center;
  margin-top: -1.875rem;
  font-size: 0.9375rem;
}
@media screen and (min-width: 769px) {
  .point-item1__text {
    font-size: 1.375rem;
    margin-top: -3rem;
  }
}

.difference_point2-item {
  background-color: #EDFAF9;
  border: 1px solid #50cbc2;
  padding: 1.5rem 0.625rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 769px) {
  .difference_point2-item {
    padding: 2.3125rem 0.875rem 1.25rem 0.875rem;
    width: 50%;
    margin-top: 0rem;
  }
}

@media screen and (min-width: 769px) {
  .difference_point2-items {
    display: flex;
    justify-content: space-between;
    margin-top: 0.8125rem;
    gap: 0.8125rem;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .difference_point-item-title.u-difference_point-item-title-second {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .difference_point-item-text.difference_point-item-text-second {
    max-width: 28.75rem;
    margin-inline: auto;
  }
}

.difference_point2-item-list-item-img img {
  width: 6.5rem;
}

.difference_point2-item-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1.25rem;
  margin-top: 1.625rem;
}
@media screen and (min-width: 769px) {
  .difference_point2-item-list {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 2.1875rem;
  }
}

.difference_point2-item-list-item {
  text-align: center;
}

.difference_point2-item-list-item-text {
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .difference_point2-item-list-item-text {
    font-size: 1.25rem;
  }
}

.point1-ba {
  width: 19.5rem;
  margin-top: 0.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .point1-ba {
    width: 26.625rem;
  }
}

.difference_point1-item,
.difference_point2-item {
  max-width: 25rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .difference_point1-item,
.difference_point2-item {
    max-width: 100%;
  }
}

.difference_point-top_text.difference_point-top_text2 {
  margin-top: 5.6875rem;
}

.point2__check img {
  width: 1.125rem;
}
@media screen and (min-width: 769px) {
  .point2__check img {
    width: 1.75rem;
  }
}

.point2__text-box {
  display: flex;
  margin-top: 1.6875rem;
  font-size: 0.9375rem;
  max-width: 21.25rem;
  margin-inline: auto;
  gap: 1.25rem;
}
@media screen and (min-width: 769px) {
  .point2__text-box {
    margin-top: 2.25rem;
    font-size: 1.5rem;
    max-width: 61.25rem;
    gap: 1.5rem;
  }
}

.point2__text-box.point2__text-box-first {
  margin-top: 3.125rem;
}
@media screen and (min-width: 769px) {
  .point2__text-box.point2__text-box-first {
    margin-top: 4.375rem;
  }
}

.point2__check {
  margin-top: -0.3125rem;
}
@media screen and (min-width: 769px) {
  .point2__check {
    margin-top: -0.625rem;
  }
}

.difference_point02-item {
  background-color: #EDFAF9;
  border: 1px solid #50cbc2;
  padding: 1.5rem 0.625rem;
  max-width: 25rem;
  margin-inline: auto;
  margin-top: 0.75rem;
}
@media screen and (min-width: 769px) {
  .difference_point02-item {
    padding: 1.875rem 0.875rem 1.25rem 0.875rem;
    align-items: center;
    margin-top: 0.9375rem;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .difference_point-item-title.point02-other_license-title {
    text-align: center;
  }
}

.point02_other_license {
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .point02_other_license {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    margin-top: 2.75rem;
  }
}

.other_license-text {
  font-size: 0.9375rem;
  width: 15rem;
  margin-inline: auto;
  margin-top: 0.625rem;
}
@media screen and (min-width: 769px) {
  .other_license-text {
    font-size: 1.25rem;
    width: 20rem;
    margin-inline: initial;
    margin-top: 0rem;
  }
}

.point02_img01 img {
  width: 19.5625rem;
}
@media screen and (min-width: 769px) {
  .point02_img01 img {
    width: 25.25rem;
  }
}

.point02_img02 img {
  width: 16.25rem;
}
@media screen and (min-width: 769px) {
  .point02_img02 img {
    width: 21.75rem;
  }
}

.point02_img01 {
  text-align: center;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 769px) {
  .point02_img01 {
    margin-top: 3.125rem;
  }
}

.point02_img02 {
  margin-top: 1.3125rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .point02_img02 {
    margin-top: 1.375rem;
  }
}

.p-flow {
  padding-bottom: 1.25rem;
  padding-top: 2.9375rem;
}
@media screen and (min-width: 769px) {
  .p-flow {
    padding-bottom: 2.8125rem;
    padding-top: 4.625rem;
  }
}

.p-flow__inner {
  padding: 1.25rem 0.625rem;
  width: 21.875rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-flow__inner {
    max-width: 46.875rem;
    width: 100%;
    padding: 1.5rem 1.25rem;
  }
}

.p-flow__inner.bg-pink {
  background-color: #fff4f8;
}

.first-flow {
  margin-top: 1.625rem;
}
@media screen and (min-width: 769px) {
  .first-flow {
    margin-top: 4.375rem;
  }
}

.p-flow__inner-box-top-text {
  display: flex;
  align-items: flex-start;
  gap: 1.5625rem;
}
@media screen and (min-width: 769px) {
  .p-flow__inner-box-top-text {
    gap: 4rem;
  }
}

.p-flow__inner-box-top-text-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-flow__inner-box-top-text-left-text {
  font-size: 0.5rem;
  font-weight: 600;
  font-family: "Libre Baskerville", serif;
  color: #e56e88;
  padding-left: 0.25rem;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-flow__inner-box-top-text-left-text {
    font-size: 1rem;
  }
}

.p-flow__inner-box-top-text-left-number {
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "Libre Baskerville", serif;
  color: #e56e88;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-flow__inner-box-top-text-left-number {
    font-size: 2.5rem;
  }
}

.p-flow__inner-box-top-text-right-text {
  font-size: 1rem;
  font-weight: 500;
  color: #e56e88;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-flow__inner-box-top-text-right-text {
    font-size: 1.75rem;
  }
}

.p-flow__inner-box-bottom__text {
  font-size: 0.9375rem;
  margin-top: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .p-flow__inner-box-bottom__text {
    font-size: 1.375rem;
    margin-top: 1.25rem;
  }
}

.p-flow__inner-box-bottom__text span {
  font-weight: 600;
}

.p-flow__inner-box-bottom__text-last {
  border-left: none;
}

.p-flow__inner-box-bottom__text-last span {
  font-weight: 700;
  text-decoration: underline;
}

.p-flow__inner-box-top-text-right-text-last {
  border-left: none;
}

.u-letter-spacing {
  letter-spacing: 0.05625rem;
  font-size: 1.125rem;
}

.p-flow__complete {
  width: 20rem;
  text-align: center;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-flow__complete {
    width: 40rem;
  }
}

.under_arrow.flow-arrow {
  margin-top: 0.75rem;
}
@media screen and (min-width: 769px) {
  .under_arrow.flow-arrow {
    margin-top: 2.25rem;
  }
}

.p-flow__complete-text {
  color: #e56e88;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 0.9375rem;
  padding: 0.25rem 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-flow__complete-text {
    font-size: 2rem;
    margin-top: 1.375rem;
  }
}

.flow-img {
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .flow-img {
    margin-top: 1.625rem;
  }
}

.p-flow__complete-text-bottom {
  margin-top: 0.875rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 769px) {
  .p-flow__complete-text-bottom {
    font-size: 1.75rem;
    margin-top: 1.5625rem;
  }
}

.p-flow__bottom-box {
  border: 1px solid #e56e88;
  padding-bottom: 1.25rem;
  width: 21.875rem;
  margin-inline: auto;
  padding: 1.5rem;
  font-size: 0.9375rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-flow__bottom-box {
    max-width: 46.875rem;
    width: 100%;
    padding: 2rem 3.125rem;
    font-size: 1.5rem;
    text-align: center;
    border: 2px solid #e56e88;
  }
}

.p-flow__bottom-box::before {
  content: "";
  position: absolute;
  background-image: url(../images/flow-bottom-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.25rem;
  height: 3.5625rem;
  bottom: 1rem;
  right: 0.9375rem;
}
@media screen and (min-width: 769px) {
  .p-flow__bottom-box::before {
    width: 4.5625rem;
    height: 7.125rem;
    bottom: 0.9375rem;
    right: 1.5rem;
  }
}

.p-flow__bottom-box span {
  font-weight: 600;
}

.p-flow__bottom-box span.color-green {
  color: #5dc94c;
}

.last-cta {
  background-color: #fff;
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  padding-bottom: 1.25rem;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding-top: 0.625rem;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (min-width: 600px) {
  .last-cta {
    gap: 1.875rem;
  }
}
@media screen and (min-width: 769px) {
  .last-cta {
    background-color: transparent;
    right: 0rem;
    bottom: 1.25rem;
    left: auto;
    transform: none;
    width: auto;
    max-width: none;
    flex-direction: column;
    gap: 1.25rem;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
}

.last-cta.is-visible {
  opacity: 1;
  visibility: visible;
}

.p-last__btn01 {
  margin-top: 0.5rem;
  width: 11rem;
  height: 5.375rem;
  background-color: #27C0D1;
  color: #fff;
  border-radius: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  .p-last__btn01 {
    width: 40%;
  }
}
@media screen and (min-width: 769px) {
  .p-last__btn01 {
    width: 3.75rem;
    height: auto;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-top: 0;
    padding-inline: 1.25rem;
    font-weight: 500;
  }
}

.p-last__btn01 a {
  display: grid;
  place-items: center;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-last__btn01 a {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.p-last__btn02 {
  margin-top: 0.5rem;
  width: 11rem;
  height: 5.375rem;
  background-color: #06c755;
  color: #fff;
  border-radius: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 600px) {
  .p-last__btn02 {
    width: 40%;
  }
}
@media screen and (min-width: 769px) {
  .p-last__btn02 {
    width: 3.75rem;
    height: auto;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-top: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
    font-weight: 500;
  }
}

.p-last__btn02::before {
  content: "";
  position: absolute;
  background-image: url(../images/line.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.25rem;
  height: 2.25rem;
  top: 50%;
  left: 0.625rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 600px) {
  .p-last__btn02::before {
    left: 2.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-last__btn02::before {
    top: 0.375rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-last__btn02-text-top {
  margin-left: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-last__btn02-text-top {
    margin-top: 1.875rem;
    margin-left: 0;
  }
}

.content-heading.flow-heading {
  margin-top: 0;
}

.course-table-section {
  background-color: #fff4f8;
  padding-bottom: 1.25rem;
  padding-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .course-table-section {
    padding-bottom: 3.375rem;
    padding-top: 5rem;
  }
}

.flow-heading-en {
  font-size: 1.25rem;
}
@media screen and (min-width: 769px) {
  .flow-heading-en {
    font-size: 2.5rem;
  }
}

.flow-heading-jp {
  font-size: 1.75rem;
}
@media screen and (min-width: 769px) {
  .flow-heading-jp {
    font-size: 2.5rem;
  }
}

.p-course__table {
  width: 20.1875rem;
  border: 1px solid #e56e88;
  margin-top: 1.25rem;
  margin-inline: auto;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-course__table {
    max-width: 46.875rem;
    width: 100%;
    margin-top: 1.875rem;
  }
}

.p-course__table th {
  display: block;
  width: 100%;
  background: #e56e88;
  color: #fff;
  padding: 0.5rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.3125rem;
}
@media screen and (min-width: 769px) {
  .p-course__table th {
    font-size: 1.75rem;
  }
}

.p-course__table td {
  display: block;
  width: 100%;
  padding: 0rem 1.25rem;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-course__table td {
    font-size: 1.25rem;
  }
}

.p-course__table td.p-course__table-td {
  text-align: left;
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-course__table td.p-course__table-td {
    text-align: center;
  }
}

.p-course__table td span.table__note {
  font-size: 0.9375rem;
  color: #4a4a4a;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .p-course__table td span.table__note {
    font-size: 1.25rem;
  }
}

.p-course__table-price {
  margin-top: 0.625rem;
}

.p-course__table tr td:first-of-type {
  margin-top: 1.125rem;
}
@media screen and (min-width: 769px) {
  .p-course__table tr td:first-of-type {
    margin-top: 1.25rem;
  }
}

.p-course__table td:last-of-type {
  margin-bottom: 1.125rem;
}
@media screen and (min-width: 769px) {
  .p-course__table td:last-of-type {
    margin-bottom: 1.25rem;
  }
}

.p-course__table td span {
  font-size: 1.125rem;
  color: #e56e88;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-course__table td span {
    font-size: 1.5rem;
  }
}

.p-course__table td span.table-price-span {
  color: #4A4A4A;
}

.bottom-arrow-course_img {
  text-align: center;
  margin-top: -0.9375rem;
}
@media screen and (min-width: 769px) {
  .bottom-arrow-course_img {
    margin-top: 0rem;
  }
}

.bottom-arrow-course_img img {
  width: 0.4375rem;
}

.table__bottm-text {
  width: 20.1875rem;
  margin-inline: auto;
  margin-top: 1.5625rem;
  font-size: 0.9375rem;
}
@media screen and (min-width: 769px) {
  .table__bottm-text {
    width: 100%;
    max-width: 46.875rem;
    font-size: 1.25rem;
  }
}

.table__bottm-text-bottom {
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .table__bottm-text-bottom {
    margin-top: 1.875rem;
  }
}

.faq-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #fff4f8;
}
@media screen and (min-width: 769px) {
  .faq-section {
    padding-bottom: 5rem;
  }
}

.p-faq {
  width: 21.875rem;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-faq {
    width: 100%;
    max-width: 46.875rem;
  }
}

.p-faq__inner {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.p-faq-list__item {
  background-color: #fff;
}

.p-faq__list {
  margin-top: 1.25rem;
}

.p-faq-list__item + .p-faq-list__item {
  margin-top: 0.9375rem;
}

.p-faq-list__item-question::before, .p-faq-list__item-question::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  width: 0;
  height: 0;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .p-faq-list__item-question::before, .p-faq-list__item-question::after {
    right: 2.25rem;
  }
}
.p-faq-list__item-question::before {
  top: 50%;
  transform: translateY(-50%);
  border-left: 0.4375rem solid transparent;
  border-right: 0.4375rem solid transparent;
  border-top: 0.4375rem solid #fff;
}
@media screen and (min-width: 769px) {
  .p-faq-list__item-question::before {
    border-left: 0.8125rem solid transparent;
    border-right: 0.8125rem solid transparent;
    border-top: 0.8125rem solid #fff;
  }
}
.p-faq-list__item-question::after {
  top: 50%;
  transform: translateY(-50%);
  border-left: 0.4375rem solid transparent;
  border-right: 0.4375rem solid transparent;
  border-bottom: 0.4375rem solid #fff;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .p-faq-list__item-question::after {
    border-left: 0.8125rem solid transparent;
    border-right: 0.8125rem solid transparent;
    border-bottom: 0.8125rem solid #fff;
  }
}
.p-faq-list__item-question.is-open::before {
  opacity: 0;
}
.p-faq-list__item-question.is-open::after {
  opacity: 1;
}

.p-faq-list__item-answer {
  display: none;
  font-size: 0.875rem;
  border: 1px solid #e56e88;
  padding: 0.875rem;
}
@media screen and (min-width: 769px) {
  .p-faq-list__item-answer {
    padding: 1.5rem 1.5rem;
    font-size: 1.375rem;
  }
}

.p-faq-list__item-question {
  padding: 0.4375rem 2.25rem 0.4375rem 0.625rem;
  position: relative;
  font-size: 0.9375rem;
  cursor: pointer;
  background-color: #fff;
  color: #e56e88;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  background-color: #e56e88;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-faq-list__item-question {
    font-size: 1.375rem;
    padding: 0.875rem 1.5rem;
  }
}

.p-faq-list__item-question span {
  margin-right: 1em;
  flex-shrink: 0;
  color: #e56e88;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .p-faq-list__item-question span {
    font-size: 1.375rem;
  }
}

.detail-section {
  padding-top: 1.375rem;
  padding-bottom: 1.6875rem;
}
@media screen and (min-width: 769px) {
  .detail-section {
    padding-top: 4.8125rem;
    padding-bottom: 5.625rem;
  }
}

.p-overview__table {
  width: 21.875rem;
  margin-top: 1.25rem;
  margin-inline: auto;
  border: 1px solid #d9d9d9;
}
@media screen and (min-width: 769px) {
  .p-overview__table {
    margin-top: 3.4375rem;
    width: 100%;
    max-width: 46.875rem;
  }
}

.p-overview__table th {
  display: block;
  width: 100%;
  background: #fff4f8;
  color: #787080;
  padding: 0.375rem 0.625rem;
  letter-spacing: 0.1rem;
  text-align: left;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-overview__table th {
    padding: 0.875rem 1.75rem;
    font-size: 1.5rem;
  }
}

.p-overview__table td ul li {
  list-style: none;
}

.p-overview__table td {
  display: block;
  width: 100%;
  padding: 0.875rem 0.875rem;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.0875rem;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .p-overview__table td {
    font-size: 1.375rem;
    padding: 1.5rem 1.75rem;
  }
}

.p-overview__table td span {
  font-weight: 500;
}

.inlineframe {
  background-color: #fff;
  height: 300px;
  overflow: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  border: solid 1px #d9d9d9;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 15px;
}
@media screen and (min-width: 769px) {
  .inlineframe {
    height: 345px;
    padding: 1.25rem;
  }
}

.ta-c {
  text-align: center;
}

.inlineframe p {
  font-size: 0.75rem;
  margin-bottom: 1.4375rem;
}
@media screen and (min-width: 769px) {
  .inlineframe p {
    font-size: 1.25rem;
  }
}

.ta-r {
  text-align: right;
}

.p-overview__link {
  text-decoration: underline;
  -webkit-text-decoration-color: #ddd;
          text-decoration-color: #ddd;
}

.p-overview__table td.p-overview__price-td {
  font-size: 0.8125rem;
}
@media screen and (min-width: 769px) {
  .p-overview__table td.p-overview__price-td {
    font-size: 1.25rem;
  }
}

.p-overview__table td.p-overview__price-td span {
  font-weight: 500;
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .p-overview__table td.p-overview__price-td span {
    font-size: 1.375rem;
  }
}

.p-overview__table td.p-overview__siharai {
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .p-overview__table td.p-overview__siharai {
    font-size: 1.375rem;
  }
}

.shiharai-small {
  font-size: 0.8125rem;
  font-weight: 400 !important;
}
@media screen and (min-width: 769px) {
  .shiharai-small {
    font-size: 1.25rem;
  }
}

.footer-section {
  background-color: #e56e88;
  color: #fff;
  padding-block: 1.25rem;
  text-align: center;
  font-size: 0.8125rem;
  padding-bottom: 9.375rem;
}
@media screen and (min-width: 769px) {
  .footer-section {
    font-size: 1.25rem;
    padding-block: 1.875rem;
  }
}

.footer__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.0625rem;
}
@media screen and (min-width: 769px) {
  .footer__wrap {
    gap: 7.5rem;
  }
}

.footer__logo {
  width: 15.1875rem;
  margin: 0 auto;
  margin-top: 0.75rem;
}
@media screen and (min-width: 769px) {
  .footer__logo {
    width: 20.3125rem;
    margin-top: 1.875rem;
  }
}

.choose {
  padding-top: 2.25rem;
}
@media screen and (min-width: 769px) {
  .choose {
    padding-top: 3.125rem;
  }
}

.content-heading.choose-heading {
  margin-top: 0;
}

.choose__heading-text {
  text-align: center;
  margin-top: 0.625rem;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #787080;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .choose__heading-text {
    margin-top: 1.25rem;
    font-size: 2rem;
    letter-spacing: initial;
  }
}

.content-heading-jp.choose-heading-jp {
  display: block;
  font-size: 1.75rem;
}
@media screen and (min-width: 769px) {
  .content-heading-jp.choose-heading-jp {
    font-size: 3rem;
  }
}

.content-heading-jp.choose-heading-jp span {
  font-size: 2.5rem;
  line-height: 1;
  margin-right: -0.4375rem;
  margin-left: -0.4375rem;
}
@media screen and (min-width: 769px) {
  .content-heading-jp.choose-heading-jp span {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
    font-size: 4.5rem;
  }
}

.choose-items {
  margin-top: 1.25rem;
  padding-inline: 0.75rem;
  max-width: 25rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .choose-items {
    margin-top: 1.875rem;
    width: 100%;
    max-width: 56.25rem;
  }
}

.choose-item {
  display: flex;
  flex-direction: column;
  padding-block: 1.25rem;
}
@media screen and (min-width: 769px) {
  .choose-item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding-block: 2.5rem;
  }
}

.choose-item:nth-child(odd) {
  background-color: #EDFAF9;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 1.25rem calc(50vw - 50%);
}
@media screen and (min-width: 769px) {
  .choose-item:nth-child(odd) {
    padding: 2.5rem calc(50vw - 50%);
    position: relative;
    background-color: transparent;
  }
  .choose-item:nth-child(odd)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 70.25rem;
    height: 100%;
    background-color: #EDFAF9;
    z-index: -1;
  }
}

@media screen and (min-width: 769px) {
  .choose-item__text {
    display: block;
    flex: 1;
  }
}

.choose-item__title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .choose-item__title-box {
    justify-content: flex-start;
    gap: 2.75rem;
  }
}

.choose-item__title-box.reverse {
  flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
  .choose-item__title-box.reverse {
    flex-direction: row;
  }
}

.choose-item__number {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  color: #50cbc2;
  opacity: 0.3;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .choose-item__number {
    font-size: 5.625rem;
  }
}

.choose-item__title {
  font-size: 1.375rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  color: #50cbc2;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .choose-item__title {
    font-size: 2rem;
  }
}

.choose-item__desc {
  margin-top: 1rem;
  font-size: 0.9375rem;
}
@media screen and (min-width: 769px) {
  .choose-item__desc {
    margin-top: 2rem;
    font-size: 1.375rem;
  }
}

.choose-item__desc span {
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .choose-item__desc span {
    font-size: 1.375rem;
  }
}

.choose-item__img {
  margin-top: 1.9375rem;
  width: 12.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .choose-item__img {
    margin-top: 0rem;
    width: 25rem;
  }
}

.choose-item__img {
  width: 12.5rem;
}
@media screen and (min-width: 769px) {
  .choose-item__img {
    width: 15.625rem;
  }
}

.under_arrow.message-arrow {
  position: relative;
  top: -0.5rem;
}
@media screen and (min-width: 769px) {
  .under_arrow.message-arrow {
    top: -0.9375rem;
  }
}

.message-top__text {
  color: #e56e88;
  text-align: center;
  line-height: 1.5;
}

.message-top__text-title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .message-top__text-title {
    font-size: 2.625rem;
  }
}

.message-top__text-title span {
  font-size: 1.25rem;
}
@media screen and (min-width: 769px) {
  .message-top__text-title span {
    font-size: 2rem;
  }
}

.message-top__img {
  width: 100%;
  position: relative;
  padding-bottom: 6.25rem;
  margin-top: 1.5rem;
  max-width: 500px;
  margin-inline: auto;
}
@media (min-width: 767px) {
  .message-top__img {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .message-top__img {
    width: 100%;
    max-width: 67.5rem;
    margin-top: -8.75rem;
    padding-bottom: 6.25rem;
    margin-inline: auto;
    z-index: -1;
  }
}

.message-top__img::before {
  content: "";
  position: absolute;
  background-image: url(../images/message-top-back-fukidasi.png);
  width: 21.1875rem;
  max-width: 21.1875rem;
  height: 23.125rem;
  top: 2%;
  left: 52%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 424px) {
  .message-top__img::before {
    top: 5%;
  }
}
@media (min-width: 767px) {
  .message-top__img::before {
    top: 8%;
    width: 35.4375rem;
    height: 38.3125rem;
  }
}
@media screen and (min-width: 769px) {
  .message-top__img::before {
    display: none;
  }
}

.message {
  background-image: url(../images/message-back-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -1.875rem;
  padding-top: 1.875rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .message {
    background-image: url(../images/message-back.png);
    margin-top: -12.5rem;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.message__inner.common-inner {
  padding-inline: 1rem;
}

.content-heading-en.message-heading-en {
  font-size: 1.25rem;
}
@media screen and (min-width: 769px) {
  .content-heading-en.message-heading-en {
    font-size: 2.5rem;
  }
}

.content-heading-jp.message-heading-jp {
  font-size: 2rem;
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .content-heading-jp.message-heading-jp {
    font-size: 3rem;
  }
}

.message-text-wrap {
  margin-top: 2.8125rem;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .message-text-wrap {
    background-color: #fff;
    padding: 3.75rem 6.25rem;
    margin-top: 3.75rem;
    font-size: 1.375rem;
  }
}

.message-top-text-message:not(:first-child) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .message-top-text-message:not(:first-child) {
    margin-top: 2.5rem;
  }
}

.message-bottom-text-message {
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .message-bottom-text-message {
    margin-top: 2.5rem;
  }
}

.message-bottom-text-message span {
  font-size: 1.125rem;
  background: linear-gradient(transparent 50%, rgba(242, 182, 195, 0.3) 50%);
}
@media screen and (min-width: 769px) {
  .message-bottom-text-message span {
    font-size: 2rem;
  }
}

.message-top-text {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}
@media screen and (min-width: 769px) {
  .message-top-text {
    gap: 3.75rem;
  }
}

.daihyo-img img {
  width: 7.25rem;
}
@media screen and (min-width: 769px) {
  .daihyo-img img {
    width: 16rem;
  }
}

.message-desc__wrap {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  flex-direction: column;
  background-color: #fff;
  padding: 1.125rem;
  margin-top: 1.75rem;
}
@media screen and (min-width: 769px) {
  .message-desc__wrap {
    gap: 1.75rem;
    flex-direction: row;
    padding: 1.5rem 1.875rem;
    margin-top: 2.25rem;
    max-width: 54.375rem;
    margin-inline: auto;
  }
}

.message-desc__img img {
  width: 12.9375rem;
}
@media screen and (min-width: 769px) {
  .message-desc__img img {
    width: 19.375rem;
  }
}

.message-desc-text {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .message-desc-text {
    font-size: 1rem;
  }
}

.curricurum {
  margin-top: -5.5rem;
  padding-top: 2.25rem;
}
@media screen and (min-width: 769px) {
  .curricurum {
    padding-top: 3.125rem;
    margin-top: -10.25rem;
  }
}

.content-heading.curricurum-heading {
  background-color: #fff4f8;
  margin-top: 0;
  padding-bottom: 1.5rem;
  padding-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .content-heading.curricurum-heading {
    padding-bottom: 3rem;
    padding-top: 2.5rem;
  }
}

@media screen and (min-width: 600px) {
  .curricurum-top__back-img.c-section-border-img {
    margin-top: -3.125rem;
  }
}

.content-heading-jp.curricurum-heading-jp {
  display: block;
  font-size: 2rem;
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .content-heading-jp.curricurum-heading-jp {
    font-size: 3rem;
  }
}

.content-heading-en.curricurum-heading-en {
  font-size: 1.25rem;
}
@media screen and (min-width: 769px) {
  .content-heading-en.curricurum-heading-en {
    font-size: 2.5rem;
  }
}

.curricurum__heading-text {
  font-size: 0.9375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.01em;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .curricurum__heading-text {
    font-size: 1.5rem;
    margin-top: 2.5rem;
  }
}

.curricurum__heading-text span {
  font-weight: 700;
}

.curricurum-items {
  padding-inline: 0.75rem;
  max-width: 25rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .curricurum-items {
    width: 100%;
    max-width: 68.75rem;
  }
}

.curricurum-item {
  display: flex;
  flex-direction: column;
  padding-block: 1.5rem;
}
@media screen and (min-width: 769px) {
  .curricurum-item {
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
    padding-block: 2.5rem;
  }
}

@media screen and (min-width: 769px) {
  .curricurum-item.curricurum-item-pattern {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .pattern-wrap {
    display: flex;
    gap: 2.8125rem;
    margin-top: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .pattern-wrap.reverse {
    flex-direction: row-reverse;
  }
}

.curricurum-item:nth-child(even) {
  background-color: #fff4f8;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 1.25rem calc(50vw - 50%);
}
@media screen and (min-width: 769px) {
  .curricurum-item:nth-child(even) {
    padding: 2.5rem calc(50vw - 50%);
  }
}

@media screen and (min-width: 769px) {
  .curricurum-item__text {
    display: block;
    flex: 1;
  }
}

.curricurum-item__title-box {
  display: flex;
  align-items: center;
  gap: 1.625rem;
}
@media screen and (min-width: 769px) {
  .curricurum-item__title-box {
    gap: 2.625rem;
  }
}

.curricurum-item__title-box.reverse {
  flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
  .curricurum-item__title-box.reverse {
    flex-direction: row;
  }
}

.curricurum-item__number {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  color: #fff;
  background-color: #f2b6c3;
  line-height: 1;
  width: 1.9375rem;
  height: 1.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .curricurum-item__number {
    font-size: 2.25rem;
    width: 3.875rem;
    height: 3.875rem;
  }
}

.curricurum-item__title {
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  color: #e56e88;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .curricurum-item__title {
    font-size: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .curricurum-item__title span {
    font-size: 1.5rem;
    display: inline-block;
  }
}

.curricurum-sp-title {
  font-family: "Shippori Mincho", serif;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #e56e88;
  line-height: 1.8;
  margin-top: 0.625rem;
}

.curricurum-item__desc {
  margin-top: 1rem;
  font-size: 0.9375rem;
}
@media screen and (min-width: 769px) {
  .curricurum-item__desc {
    margin-top: 2rem;
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 769px) {
  .pattern-wrap .curricurum-item__desc {
    flex: 1;
  }
}

.curricurum-item__desc span {
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .curricurum-item__desc span {
    font-size: 1.375rem;
  }
}

.curricurum-item__img {
  margin-top: 1.9375rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .curricurum-item__img {
    margin-top: 0rem;
  }
}

.curricurum-item__img1 {
  width: 12.375rem;
  margin-top: -0.75rem;
}
@media screen and (min-width: 769px) {
  .curricurum-item__img1 {
    width: 24rem;
    margin-top: 0;
  }
}

.curricurum-item__img2 {
  width: 14.25rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 769px) {
  .curricurum-item__img2 {
    width: 28.5rem;
    margin-top: 0;
  }
}

.curricurum-item__img3 {
  width: 11.25rem;
  margin-top: -0.75rem;
}
@media screen and (min-width: 769px) {
  .curricurum-item__img3 {
    width: 20.125rem;
    margin-top: 0;
  }
}

.curricurum-item__img4 {
  width: 14.25rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .curricurum-item__img4 {
    width: 28.5rem;
    margin-top: 0;
  }
}

.curricurum-item__img5 {
  width: 16.25rem;
}
@media screen and (min-width: 769px) {
  .curricurum-item__img5 {
    width: 24rem;
  }
}

.curricurum-item__img6 {
  width: 17.0625rem;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .curricurum-item__img6 {
    width: 28.5rem;
    margin-top: 0;
  }
}

.curricurum-item__img7 {
  width: 17.125rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 769px) {
  .curricurum-item__img7 {
    width: 28.5rem;
    margin-top: 1.625rem;
  }
}

.curricurum-item__img8 {
  width: 17.0625rem;
  margin-top: 2.25rem;
}
@media screen and (min-width: 769px) {
  .curricurum-item__img8 {
    width: 28.5rem;
    margin-top: 0;
  }
}

.curricurum-item__img9 {
  width: 17rem;
  margin-top: 2.4375rem;
}
@media screen and (min-width: 769px) {
  .curricurum-item__img9 {
    width: 28.3125rem;
  }
}

.curricurum-item__img10 {
  width: 17rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .curricurum-item__img10 {
    width: 28.3125rem;
    margin-top: 0;
  }
}

.curricurum-item__img11 {
  width: 14.875rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .curricurum-item__img11 {
    width: 26.75rem;
    margin-top: 0;
  }
}

.curricurum-item__img12 {
  width: 17.125rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .curricurum-item__img12 {
    width: 28.25rem;
    margin-top: 0;
  }
}

.curricurum-item__img13 {
  width: 17.125rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .curricurum-item__img13 {
    width: 27.5625rem;
    margin-top: 0;
  }
}

.present {
  background-image: url(../images/present-back-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 2.25rem;
}
@media screen and (min-width: 769px) {
  .present {
    padding-block: 5.625rem;
  }
}

.present-inner {
  max-width: 68.75rem;
  margin-inline: auto;
  padding-inline: 0.5rem;
}
@media screen and (min-width: 769px) {
  .present-inner {
    padding-inline: 1rem;
  }
}

.present-top__text-title {
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 769px) {
  .present-top__text-title {
    font-size: 2.25rem;
  }
}

.present-top__text-title2 {
  font-size: 1.875rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 769px) {
  .present-top__text-title2 {
    font-size: 3rem;
  }
}

.present-top__text-title2 span {
  font-size: 1.625rem;
}
@media screen and (min-width: 769px) {
  .present-top__text-title2 span {
    font-size: 2.5rem;
  }
}

.present-top__text {
  color: #e56e88;
  text-align: center;
  line-height: 1.5;
}

.present-desc {
  font-size: 0.9375rem;
  color: #4a4a4a;
  margin-top: 1.75rem;
}
@media screen and (min-width: 769px) {
  .present-desc {
    font-size: 1.5rem;
    margin-top: 1.25rem;
  }
}
.present-desc span {
  font-weight: 600;
}

.present-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
  justify-content: center;
  margin-top: 1.25rem;
  row-gap: 0.625rem;
}
@media screen and (min-width: 769px) {
  .present-items {
    gap: 1rem;
    margin-top: 3.75rem;
    row-gap: 2.5rem;
  }
}

.present-item {
  width: 11.0625rem;
  height: 11.25rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #F4E6C1 0%, #FAF2D9 21%, #FFFCF2 53%, #FAEECB 85%, #F5E3AD 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 500;
  color: #e56e88;
  padding-top: 1rem;
}
@media screen and (min-width: 769px) {
  .present-item {
    width: 21.0625rem;
    height: 20.75rem;
    font-size: 1.75rem;
    padding-top: 0;
  }
}

.present-item-img1 {
  width: 8.75rem;
}
@media screen and (min-width: 769px) {
  .present-item-img1 {
    width: 16.625rem;
  }
}

.present-item-img2 {
  width: 8.75rem;
}
@media screen and (min-width: 769px) {
  .present-item-img2 {
    width: 16.625rem;
    margin-top: 1.25rem;
  }
}

.present-item-img3 {
  width: 10rem;
}
@media screen and (min-width: 769px) {
  .present-item-img3 {
    width: 18.875rem;
    margin-top: 0.625rem;
  }
}

.present-item-img4 {
  width: 7.9375rem;
}
@media screen and (min-width: 769px) {
  .present-item-img4 {
    width: 15.125rem;
  }
}

.present-item-img5 {
  width: 8.875rem;
}
@media screen and (min-width: 769px) {
  .present-item-img5 {
    width: 16.875rem;
  }
}

.present-item-img6 {
  width: 8.125rem;
}
@media screen and (min-width: 769px) {
  .present-item-img6 {
    width: 15.3125rem;
    margin-top: 0.625rem;
  }
}

.present-item-img7 {
  width: 9.8125rem;
}
@media screen and (min-width: 769px) {
  .present-item-img7 {
    width: 18.75rem;
    margin-top: 1.25rem;
  }
}

.present-item-img8 {
  width: 8rem;
}
@media screen and (min-width: 769px) {
  .present-item-img8 {
    width: 15.3125rem;
    margin-top: 0.625rem;
  }
}

.present-item {
  position: relative;
}
.present-item::before {
  content: "0" counter(present-number);
  position: absolute;
  top: -0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2.25rem;
  background-image: url(../images/present-number.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e56e88;
  font-weight: 700;
  font-size: 1.125rem;
  font-family: "Libre Baskerville", serif;
  padding-right: 0.1875rem;
}
@media screen and (min-width: 769px) {
  .present-item::before {
    font-size: 2.25rem;
    width: 3.75rem;
    height: 4.625rem;
    top: -0.625rem;
    left: 0.375rem;
  }
}

.present-items {
  counter-reset: present-number;
}

.present-item {
  counter-increment: present-number;
}

.local {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 769px) {
  .local {
    padding-top: 6rem;
    padding-bottom: 4.25rem;
  }
}

.local-inner {
  text-align: center;
}

.local-img {
  width: 4.125rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .local-img {
    width: 8.3125rem;
  }
}

.local-text {
  font-size: 1.375rem;
  color: #e56e88;
  line-height: 1.5;
  margin-top: 0.875rem;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 769px) {
  .local-text {
    font-size: 2.5rem;
    margin-top: 1.5625rem;
  }
}

.local-map-img {
  width: 21.875rem;
  margin-inline: auto;
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .local-map-img {
    width: 43.75rem;
    margin-top: 1.875rem;
  }
}

.table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  font-weight: 500;
  text-align: center;
  margin-top: 3.125rem;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .table {
    margin-top: 6.25rem;
  }
}
.table th:nth-child(1) {
  width: 7.5rem;
  border-right: none;
}
@media screen and (min-width: 600px) {
  .table th:nth-child(1) {
    width: 12.5rem;
  }
}
@media screen and (min-width: 769px) {
  .table th:nth-child(1) {
    width: 13.5625rem;
  }
}
.table th:nth-child(2) {
  width: 11.25rem;
}
@media screen and (min-width: 600px) {
  .table th:nth-child(2) {
    width: 15rem;
  }
}
@media screen and (min-width: 769px) {
  .table th:nth-child(2) {
    width: 16.875rem;
  }
}
.table th:nth-child(3) {
  width: 12.5rem;
}
@media screen and (min-width: 600px) {
  .table th:nth-child(3) {
    width: 16.25rem;
  }
}
@media screen and (min-width: 769px) {
  .table th:nth-child(3) {
    width: 17.6875rem;
  }
}
.table th:nth-child(4) {
  width: 9.875rem;
}
@media screen and (min-width: 600px) {
  .table th:nth-child(4) {
    width: 15rem;
  }
}
@media screen and (min-width: 769px) {
  .table th:nth-child(4) {
    width: 17.0625rem;
  }
}

.table thead th {
  padding: 1em 0.8em;
  border-right: 1px solid #787080;
  font-weight: 400;
  border: 1px solid #787080;
}

.table td {
  color: #4a4a4a;
  padding: 0.625rem;
}

.table thead th {
  background: #edfaf9;
  color: #4a4a4a;
  font-size: 0.9375rem;
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .table thead th {
    font-size: 1.5rem;
  }
}

.table thead th span {
  font-size: 1.25rem;
}
@media screen and (min-width: 769px) {
  .table thead th span {
    font-size: 2rem;
  }
}

.table thead th:nth-child(2) {
  background-color: #e56e88;
  position: relative;
  color: #fff;
  border: none;
  font-weight: 500;
  border: 1px solid #e56e88;
}

.table thead th:nth-child(2) span {
  position: relative;
  top: -1rem;
  display: block;
}

.table thead th:nth-child(2)::before {
  content: "";
  width: 100%;
  height: 1.125rem;
  position: absolute;
  background-color: #e56e88;
  left: 50%;
  transform: translateX(-50%);
  bottom: 99%;
}
@media screen and (min-width: 769px) {
  .table thead th:nth-child(2)::before {
    height: 1.8125rem;
  }
}

.table tbody th, .table tbody td {
  border: 1px solid #787080;
}

.table tbody th {
  background-color: #fff;
  color: #50cbc2;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  border-right: none;
}

.table tbody td {
  background-color: #fff;
  vertical-align: middle;
  font-weight: 400;
  line-height: 1.3;
}

.table tbody td span {
  font-size: 1.25rem;
}
@media screen and (min-width: 769px) {
  .table tbody td span {
    font-size: 2rem;
  }
}

.table tbody td span.table_td_span-number {
  font-size: 1.125rem;
}
@media screen and (min-width: 769px) {
  .table tbody td span.table_td_span-number {
    font-size: 1.875rem;
  }
}

.table td:nth-child(2) {
  color: #4a4a4a;
  background: #fbe9ed;
  border: 1px solid #e56e88;
}
.table td:nth-child(2) span {
  color: #e56e88;
  font-weight: 500;
  font-size: 1.25rem;
}
@media screen and (min-width: 769px) {
  .table td:nth-child(2) span {
    font-size: 2.125rem;
  }
}

@media screen and (max-width: 1024px) {
  .table-scroll {
    overflow-x: auto;
  }
}
.difference_point-top_text.difference_point-top_text3 {
  margin-top: 5rem;
}

.scroll_arrow {
  text-align: right;
}
@media screen and (min-width: 769px) {
  .scroll_arrow {
    display: none;
  }
}

.scroll_arrow img {
  width: 3.5rem;
}

.scroll__arrow-text {
  font-size: 0.8125rem;
  text-align: right;
  margin-top: 0.5rem;
}
@media screen and (min-width: 769px) {
  .scroll__arrow-text {
    display: none;
  }
}

.scroll_arrow {
  -webkit-animation: scrollGuide 1.5s ease-in-out infinite;
          animation: scrollGuide 1.5s ease-in-out infinite;
}

@-webkit-keyframes scrollGuide {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0) ；;
  }
}

@keyframes scrollGuide {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0) ；;
  }
}
.table__bottom-text {
  background-color: #EDFAF9;
  border: 1px solid #50cbc2;
  padding: 0.9375rem 0.9375rem;
  margin-inline: auto;
  margin-top: 0.75rem;
  max-width: 25rem;
  font-size: 0.9375rem;
}
@media screen and (min-width: 769px) {
  .table__bottom-text {
    max-width: 31.25rem;
    padding: 2.5rem 3.4375rem;
    margin-top: 2.75rem;
    max-width: 100%;
    font-size: 1.375rem;
  }
}

.table__bottom-text p:not(:first-child) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .table__bottom-text p:not(:first-child) {
    margin-top: 2.5rem;
  }
}

.table__bottom-text p span {
  font-weight: 600;
}

.l-inner {
  max-width: 1100px;
  margin-inline: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 769px) {
  .l-inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}