@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-weight: 500;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  color: #272727;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  line-height: 28px;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

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

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

.sp-only {
  display: block;
}
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.common_button {
  display: flex;
  align-items: center;
  height: 58px;
  border-radius: 29px;
  font-size: 2rem;
  font-weight: 500;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
  position: relative;
}
@media (min-width: 768px) {
  .common_button {
    transition: 0.3s;
  }
}
.common_button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
  width: 36px;
  height: 36px;
  background-size: contain;
}
@media (min-width: 768px) {
  .common_button:hover {
    opacity: 0.5;
  }
}
.common_button:not(.items) {
  width: 294px;
  padding-left: 36px;
}
.common_button:not(.bg_red) {
  background-color: #D64F4E;
  color: #fff;
}
.common_button:not(.bg_red)::after {
  background-image: url("../img/btn_arrow.svg");
}
.common_button.items {
  width: 250px;
  padding-left: 32px;
}
.common_button.bg_white {
  background-color: #fff;
  color: #D64F4E;
}
.common_button.bg_white::after {
  background-image: url("../img/btn_arrow-red.svg");
}

.page-top {
  overflow-x: hidden;
}
.page-top .mv {
  position: relative;
}
.page-top .mv .logo {
  position: absolute;
  width: 105px;
  top: 5px;
  right: 8px;
}
@media (min-width: 768px) {
  .page-top .mv .logo {
    width: 219px;
    top: 20px;
    right: 74px;
  }
}
.page-top .mv .logo img {
  width: 100%;
  height: auto;
}
.page-top section .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.page-top .nami {
  position: relative;
}
.page-top .nami::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 375/70;
  background-image: url("../img/bg_nami-sp.svg");
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-80%);
}
@media (min-width: 768px) {
  .page-top .nami::after {
    transform: translateY(-32.2580645161%);
    aspect-ratio: 1441/186;
    background-image: url("../img/bg_nami.svg");
  }
}
.page-top .nami.wrap::after {
  transform: translateY(50px);
}
.page-top .nayami {
  background: #FEF8EB;
}
.page-top .nayami .top {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .page-top .nayami .top {
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: 37.1084337349% 57.8313253012%;
    grid-template-rows: 1fr max-content;
  }
}
@media (max-width: 767px) {
  .page-top .nayami .top .img {
    width: 52.8%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .page-top .nayami .top .img {
    grid-row: 1/3;
    grid-column: 1/2;
  }
}
.page-top .nayami .top .text {
  font-size: 1.8rem;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .page-top .nayami .top .text {
    text-align: center;
    margin: 10px auto 35px;
  }
}
@media (min-width: 768px) {
  .page-top .nayami .top .text {
    font-size: 2.4rem;
    line-height: 1.75;
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
@media (min-width: 768px) {
  .page-top .nayami .top .button {
    grid-row: 2/3;
    grid-column: 2/3;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .page-top .nayami .top .button a {
    margin: 0 auto;
  }
}
.page-top .nayami .bottom {
  margin-top: 50px;
  padding: 0 20px 80px;
}
@media (max-width: 767px) {
  .page-top .nayami .bottom {
    padding: 0 14px 33px;
  }
}
@media (min-width: 768px) {
  .page-top .nayami .bottom {
    margin-top: 58px;
  }
}
.page-top .nayami .bottom p {
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: -moz-linear-gradient(to right, #FEF8EB, #B19A6A 33%, #B19A6A 68%, #FEF8EB);
  background: -webkit-linear-gradient(to right, #FEF8EB, #B19A6A 33%, #B19A6A 68%, #FEF8EB);
  background: linear-gradient(to right, #FEF8EB, #B19A6A 33%, #B19A6A 68%, #FEF8EB);
  width: 100%;
  height: 50px;
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .page-top .nayami .bottom p {
    height: 65px;
    font-size: 3.2rem;
    background: -moz-linear-gradient(to right, #FEF8EB, #B19A6A 50%, #FEF8EB);
    background: -webkit-linear-gradient(to right, #FEF8EB, #B19A6A 50%, #FEF8EB);
    background: linear-gradient(to right, #FEF8EB, #B19A6A 50%, #FEF8EB);
  }
}
.page-top .nayami .bottom ul {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .page-top .nayami .bottom ul {
    max-width: 690px;
    margin: 35px auto 0;
  }
}
.page-top .nayami .bottom ul li {
  display: flex;
  column-gap: 0.5em;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 15px 6px;
  border-bottom: 1px dashed #B19A6A;
}
@media (min-width: 768px) {
  .page-top .nayami .bottom ul li {
    font-size: 2rem;
    line-height: 1.75;
    padding: 10px 17px;
  }
}
.page-top .nayami .bottom ul li::before {
  content: "●";
}
.page-top .points {
  padding: 35px 15px 80px;
}
@media (min-width: 768px) {
  .page-top .points {
    padding: 75px 20px 100px;
  }
}
.page-top .points .point {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.page-top .points .point h3 {
  width: 100%;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.5;
  color: #D64F4E;
}
@media (min-width: 768px) {
  .page-top .points .point h3 {
    font-size: 3.6rem;
    line-height: 1.9444444444;
  }
}
.page-top .points .point h3 p {
  line-height: 1;
}
@media (min-width: 768px) {
  .page-top .points .point h3 p {
    overflow: hidden;
    margin-bottom: -2px;
  }
}
@media (min-width: 768px) {
  .page-top .points .point h3 p picture {
    width: 820px;
  }
}
.page-top .points .point .text {
  font-weight: 500;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .page-top .points .point .text {
    margin-top: 15px;
  }
}
.page-top .points .point.point01 .image {
  width: 100%;
  max-width: 807px;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .page-top .points .point.point01 .image {
    margin: 42px auto 0;
  }
}
.page-top .points .point.point02 {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .page-top .points .point.point02 {
    margin-top: 120px;
  }
}
.page-top .points .point.point02 .image {
  width: 100%;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .page-top .points .point.point02 .image {
    margin: 50px auto 0;
  }
}
.page-top .points .point.point03 {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .page-top .points .point.point03 {
    margin-top: 140px;
  }
}
.page-top .points .point.point03 .common_button {
  margin: 40px auto 0;
}
@media (min-width: 768px) {
  .page-top .points .point.point03 .common_button {
    margin: 25px auto 0;
  }
}
.page-top .points .point .images {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 690px;
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  .page-top .points .point .images {
    row-gap: 15px;
  }
}
@media (min-width: 768px) {
  .page-top .points .point .images {
    margin: 43px auto 0;
    flex-direction: row;
    column-gap: 3.768115942%;
  }
}
.page-top .points .point .images div {
  width: 64.347826087%;
}
@media (max-width: 767px) {
  .page-top .points .point .images div {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .page-top .points .point .images div {
    width: 48.115942029%;
  }
}
.page-top .points h2 {
  line-height: 1;
  text-align: center;
  font-weight: 500;
  font-size: 3rem;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .page-top .points h2 {
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .page-top .points h2 {
    font-size: 4rem;
    margin-bottom: 52px;
  }
}
.page-top .voices {
  position: relative;
}
.page-top .voices::before {
  content: "";
  display: block;
  width: 100%;
  height: 95%;
  background-color: #FEF8EB;
  position: absolute;
  bottom: 0;
}
@media (min-width: 768px) {
  .page-top .voices::before {
    height: 90%;
  }
}
.page-top .voices .wrap {
  position: relative;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .page-top .voices .wrap h2 {
    width: 613px;
    margin: 0 auto;
  }
}
.page-top .voices .wrap .voice {
  display: grid;
  border-radius: 18px;
  background-color: #fff;
  grid-template-columns: 60.5797101449% 37.1014492754%;
  column-gap: 1.4492753623%;
}
@media (min-width: 768px) {
  .page-top .voices .wrap .voice {
    position: relative;
    padding: 30px 26px;
    max-width: 776px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 68.5082872928% 21.8232044199%;
    column-gap: 4.6961325967%;
  }
}
@media (max-width: 767px) {
  .page-top .voices .wrap .voice .name {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (min-width: 768px) {
  .page-top .voices .wrap .voice .name {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.page-top .voices .wrap .voice .list {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
@media (max-width: 767px) {
  .page-top .voices .wrap .voice .list {
    padding: 0 15px 30px;
    margin-top: -39px;
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
@media (min-width: 768px) {
  .page-top .voices .wrap .voice .list {
    padding-top: 63px;
    grid-column: 1/2;
    grid-row: 1/3;
    row-gap: 10px;
  }
}
.page-top .voices .wrap .voice .list li {
  font-size: 1.6rem;
  line-height: 1.5;
  display: flex;
}
.page-top .voices .wrap .voice .list li::before {
  content: "・";
}
.page-top .voices .wrap .voice .image {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media (max-width: 767px) {
  .page-top .voices .wrap .voice .image {
    transform: translateY(-39px);
  }
}
@media (min-width: 768px) {
  .page-top .voices .wrap .voice .image {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.page-top .voices .wrap .voice.voice01 {
  margin-top: 82px;
}
@media (min-width: 768px) {
  .page-top .voices .wrap .voice.voice01 {
    margin-top: 44px;
  }
}
.page-top .voices .wrap .voice.voice01 .name {
  transform: translate(0, -31.0559006211%);
}
@media (min-width: 768px) {
  .page-top .voices .wrap .voice.voice01 .name {
    width: 60.4381443299%;
    max-width: 469px;
    transform: translate(-13.2196162047%, -14.6788990826%);
  }
}
.page-top .voices .wrap .voice.voice02 {
  margin-top: 97px;
}
@media (min-width: 768px) {
  .page-top .voices .wrap .voice.voice02 {
    margin-top: 60px;
  }
}
.page-top .voices .wrap .voice.voice02 .name {
  transform: translate(0, -24.358974359%);
}
@media (min-width: 768px) {
  .page-top .voices .wrap .voice.voice02 .name {
    width: 39.3041237113%;
    max-width: 305px;
    transform: translate(0, -30.612244898%);
  }
}
.page-top .voices .wrap .voice.voice03 {
  margin-top: 97px;
}
@media (min-width: 768px) {
  .page-top .voices .wrap .voice.voice03 {
    margin-top: 60px;
  }
}
.page-top .voices .wrap .voice.voice03 .name {
  transform: translate(0, -15.3846153846%);
}
@media (min-width: 768px) {
  .page-top .voices .wrap .voice.voice03 .name {
    width: 46.9072164948%;
    max-width: 364px;
    transform: translate(-15.6593406593%, -10.3448275862%);
  }
}
.page-top .voices .wrap .catch {
  width: 100%;
  margin: 10px auto 0;
}
@media (min-width: 768px) {
  .page-top .voices .wrap .catch {
    max-width: 914px;
    margin: 14px auto 0;
  }
}
.page-top .cta {
  position: relative;
  margin-top: -10px;
}
.page-top .cta .cta_wrap {
  position: relative;
  z-index: 1;
  width: 324px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-top .cta .cta_wrap {
    width: 508px;
  }
}
.page-top .cta .cta_wrap .link {
  width: 100%;
}
@media (max-width: 767px) {
  .page-top .cta .cta_wrap .link {
    margin-top: 9px;
    padding: 0 0 25px;
  }
}
@media (min-width: 768px) {
  .page-top .cta .cta_wrap .link {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0 20px 200px;
  }
}
.page-top .cta .cta_wrap .link .common_button {
  margin: 0 auto;
}
.page-top .cta::before {
  content: "";
  display: block;
  width: 100%;
  height: 188px;
  background-color: #D64F4E;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .page-top .cta::before {
    height: 100px;
  }
}
.page-top .faq {
  padding: 50px 15px 143px;
}
@media (min-width: 768px) {
  .page-top .faq {
    padding: 70px 20px 195px;
  }
}
.page-top .faq h2 {
  line-height: 1;
  text-align: center;
  font-weight: 500;
  font-size: 3rem;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .page-top .faq h2 {
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .page-top .faq h2 {
    font-size: 4rem;
    margin-bottom: 52px;
  }
}
.page-top .faq .list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (min-width: 768px) {
  .page-top .faq .list {
    row-gap: 28px;
  }
}
.page-top .faq .list .item {
  background-color: #F8F8F8;
  max-width: 752px;
  margin: 0 auto;
  padding: 22px 10px 20px;
}
@media (min-width: 768px) {
  .page-top .faq .list .item {
    padding: 15px 26px 20px;
  }
}
.page-top .faq .list .item .question, .page-top .faq .list .item .answer {
  display: flex;
  font-weight: 500;
  column-gap: 5px;
}
@media (min-width: 768px) {
  .page-top .faq .list .item .question, .page-top .faq .list .item .answer {
    column-gap: 17px;
  }
}
.page-top .faq .list .item .question::before, .page-top .faq .list .item .answer::before {
  display: flex;
  flex-shrink: 0;
  color: #D64F4E;
  font-size: 2.5rem;
  line-height: 1.5;
  transform: translateY(-7px);
}
@media (min-width: 768px) {
  .page-top .faq .list .item .question::before, .page-top .faq .list .item .answer::before {
    font-size: 3rem;
    line-height: 1.4;
    transform: translateY(-5px);
  }
}
.page-top .faq .list .item .question {
  color: #D64F4E;
  border-bottom: 1px dashed #D64F4E;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 0 0 10px;
}
.page-top .faq .list .item .question::before {
  content: "Q";
}
@media (min-width: 768px) {
  .page-top .faq .list .item .question {
    font-size: 2rem;
    line-height: 2.1;
    padding: 0 15px 10px;
  }
}
.page-top .faq .list .item .answer {
  padding: 17px 0 0;
}
.page-top .faq .list .item .answer::before {
  content: "A";
}
@media (min-width: 768px) {
  .page-top .faq .list .item .answer {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 15px 15px 0;
  }
}
.page-top .set {
  background-color: #FFEDED;
  padding: 0 15px 25px;
}
@media (min-width: 768px) {
  .page-top .set {
    padding: 0 20px 45px;
  }
}
.page-top .set_wrap {
  max-width: 752px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .page-top .set_wrap {
    padding-top: 49px;
  }
}
.page-top .set_wrap::before {
  content: "";
  display: block;
  width: 209px;
  height: 61px;
  background-image: url("../img/ttl_set-sp.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: -15px;
}
@media (min-width: 768px) {
  .page-top .set_wrap::before {
    left: -20px;
    top: -50px;
    width: 342px;
    height: 148px;
    background-image: url("../img/ttl_set-pc.png");
  }
}
.page-top .set_wrap .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 213px;
  transform: translate(15px, -46.5020576132%);
}
@media (min-width: 768px) {
  .page-top .set_wrap .bg {
    width: 603px;
    transform: translate(34.328358209%, -17.0305676856%);
  }
}
.page-top .set_wrap .intro {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .page-top .set_wrap .intro {
    font-size: 1.8rem;
    line-height: 1.75;
    margin-top: 29px;
  }
}
.page-top .set_wrap .intro span {
  display: inline-block;
  padding: 1px;
  color: #D64F4E;
  background-color: #FFF8AF;
  margin-top: 2px;
}
.page-top .set_wrap h2 {
  color: #D64F4E;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .page-top .set_wrap h2 {
    font-size: 4.2rem;
    line-height: 1.380952381;
  }
}
.page-top .set_wrap .content {
  position: relative;
  display: block;
  margin-top: 45px;
}
@media (min-width: 768px) {
  .page-top .set_wrap .content {
    margin-top: 39px;
  }
}
.page-top .set_wrap .content a {
  display: block;
  box-shadow: 0 0 20px rgba(234, 124, 123, 0.5);
  border-radius: 16px;
  transition: 0.3s;
}
.page-top .set_wrap .content a:hover {
  opacity: 0.75;
}
.page-top .set_wrap .content::after {
  content: "";
  display: block;
  background-image: url("../img/set_icon.png");
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  width: 114px;
  height: 114px;
  top: -15px;
  left: 15px;
}
@media (min-width: 768px) {
  .page-top .set_wrap .content::after {
    width: 116px;
    height: 116px;
    top: 24px;
    left: 35px;
  }
}
.page-top .set_wrap .content p {
  font-weight: 500;
  margin-top: 7px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .page-top .set_wrap .content p {
    margin-top: 8px;
  }
}
.page-top footer {
  width: 100%;
  height: 38px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-top footer p {
  font-size: 1.2rem;
  line-height: 1;
  display: flex;
  align-content: center;
}
