@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: "Source Han Sans JP";
  src: url(../fonts/SOURCEHANSANSJP-NORMAL_0.OTF);
}

.l-container {
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .l-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.l-container-md {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .l-container-md {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.l-container-sm {
  max-width: 1040px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.u-pc {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

@font-face {
  font-family: "Source Han Sans JP";
  src: url(../fonts/SOURCEHANSANSJP-NORMAL_0.OTF);
}

a {
  text-decoration: unset;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

html {
  scroll-behavior: smooth;
  color: #333333;
}

body {
  background-color: white;
  margin: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}

picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

.l-container {
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .l-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.l-container-md {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .l-container-md {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.l-container-sm {
  max-width: 1040px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.c-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-tab__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-tab__list li {
  width: 50%;
  height: 72px;
  background: #eee;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-tab__list li {
    height: 56px;
  }
}

.c-tab__list li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-tab__list li a {
    font-size: 12px;
  }
}

.c-tab__list li.is-active {
  background: #F7AEE9;
}

.c-tab__list li.is-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 95%);
          transform: translate(-50%, 95%);
  background: #F7AEE9;
  width: 24px;
  height: 16px;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
}

@media screen and (max-width: 767px) {
  .c-tab__list li.is-active::after {
    width: 16px;
    height: 8px;
  }
}

.c-tab__list li.is-active a {
  color: white;
}

.c-tab__panel {
  display: none;
}

.c-tab__panel.is-active {
  display: block;
}

.c-card {
  position: relative;
  background: white;
  border: solid 2px #1D2B53;
  padding: 36px 16px 24px;
}

.c-card.spec {
  border: solid 42px #eee;
}

.c-card.spec .c-card__ttl {
  border-color: #F7AEE9;
  background-color: #F7AEE9;
  color: white;
}

.c-card.spec .c-card__price {
  color: #af2d2d;
}

.c-card__ttl {
  width: 296px;
  height: 40px;
  border: solid 2px #1D2B53;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.12em;
  text-align: center;
  color: #1d2b53;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .c-card__ttl {
    width: 240px;
    font-size: 16px;
  }
}

.c-card__ttl.active {
  background: #1d2b53;
  color: white;
}

.c-card__subttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: center;
}

.c-card__tax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #333333;
  margin-top: 16px;
  z-index: 1;
}

.c-card__tax.mt-0 {
  margin-top: 0;
}

.c-card__tax::after {
  content: "";
  position: absolute;
  width: 90px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 1px;
  background-color: #333333;
  z-index: 2;
}

.c-card__tax span {
  font-size: 10px;
  margin-right: 4px;
}

.c-card__price {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  color: #1d2b53;
}

.c-card__more {
  width: 80px;
  height: 24px;
  background: #1d2b53;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 100px;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #fff;
  padding-bottom: 2px;
  margin-top: 16px;
  margin-inline: auto;
}

.c-card__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
}

.c-card__point {
  width: 56px;
  height: 56px;
  background: transparent;
  border: 2px solid #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 16px;
  text-align: center;
  color: #333333;
  margin-right: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-card__point span {
  font-size: 10px;
}

.c-card__point__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.12em;
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .c-card__point__ttl {
    font-size: 14px;
    margin-top: 40px;
    text-align: left;
  }
}

.c-card__point__ctn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 2;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .c-card__point__ctn {
    font-size: 12px;
    margin-top: 16px;
    text-align: left;
  }
}

.c-card__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .c-card__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 38px;
  }
}

.c-accordion {
  border: solid 1px #EEEEEE;
  border-radius: 8px;
  background: transparent;
  padding: 0 24px;
}

@media screen and (max-width: 767px) {
  .c-accordion {
    padding: 0 12px;
    border-radius: 4px;
  }
}

.c-accordion .accordion {
  position: relative;
  padding: 12px 55px 12px 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #15171b;
  width: 100%;
  background: transparent;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .c-accordion .accordion {
    padding: 18px 28px;
    font-size: 14px;
    line-height: 26px;
  }
}

.c-accordion .accordion:after {
  content: '\002B';
  color: #707070;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  font-size: 30px;
  font-weight: 100;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.c-accordion .accordion::before {
  content: "Q";
  position: absolute;
  top: 12px;
  left: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  color: #1d2b53;
}

@media screen and (max-width: 767px) {
  .c-accordion .accordion::before {
    font-size: 16px;
    top: 16px;
  }
}

.c-accordion .accordion.active {
  border-bottom: solid 1px #eeeeee;
}

.c-accordion .accordion.active:after {
  content: "\2212";
}

.c-accordion .panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.c-accordion .panel p {
  padding: 22px 20px 32px 40px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: #15171b;
}

@media screen and (max-width: 767px) {
  .c-accordion .panel p {
    padding: 16px 16px 24px 28px;
    font-size: 14px;
    line-height: 26px;
  }
}

.c-accordion .panel p::before {
  content: "A";
  position: absolute;
  top: 24px;
  left: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  color: #af2d2d;
}

@media screen and (max-width: 767px) {
  .c-accordion .panel p::before {
    font-size: 16px;
    top: 14px;
  }
}

.c-modal__bg {
  position: fixed;
  background: #33333354;
  width: 100%;
  height: 100vh;
  z-index: 9998;
  top: 0;
  left: 0;
}

.c-modal__ctn {
  position: fixed;
  background: white;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1280px;
  max-width: calc(100% - 80px);
  height: calc(100vh - 290px);
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  .c-modal__ctn {
    width: calc(100% - 32px);
    height: calc(100vh - 48px);
  }
}

.c-modal__ctn__container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 100px;
}

@media screen and (max-width: 767px) {
  .c-modal__ctn__container {
    padding: 24px;
  }
}

.c-modal__ctn__container h4 {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  color: #3b4043;
}

@media screen and (max-width: 767px) {
  .c-modal__ctn__container h4 {
    font-size: 16px;
    letter-spacing: 0.08em;
  }
}

.c-modal__ctn__container .info__wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .c-modal__ctn__container .info__wrap {
    gap: 15px;
    margin-top: 15px;
  }
}

.c-modal__ctn__container .info__wrap__time {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #15171b;
}

@media screen and (max-width: 767px) {
  .c-modal__ctn__container .info__wrap__time {
    font-size: 14px;
  }
}

.c-modal__ctn__container .info__wrap__cat {
  height: 24px;
  background: transparent;
  border: 1px solid #1d2b53;
  padding: 2px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #1d2b53;
}

@media screen and (max-width: 767px) {
  .c-modal__ctn__container .info__wrap__cat {
    height: 18px;
    font-size: 10px;
  }
}

.c-modal__ctn__container p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 38px;
  text-align: left;
  color: #15171b;
  margin-top: 45px;
  overflow-y: auto;
  max-height: 84%;
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .c-modal__ctn__container p {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 26px;
    text-align: left;
    margin-top: 32px;
    max-height: 90%;
  }
}

.c-modal__ctn__container p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #EEEEEE;
}

.c-modal__ctn__container p::-webkit-scrollbar {
  width: 16px;
  background-color: #EEEEEE;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .c-modal__ctn__container p::-webkit-scrollbar {
    width: 8px;
  }
}

.c-modal__ctn__container p::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.c-modal__ctn__container .modal-close__btn {
  position: absolute;
  top: 35px;
  right: 95px;
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .c-modal__ctn__container .modal-close__btn {
    top: 26px;
    right: 24px;
  }
}

.c-modal--news .c-modal__ctn h4 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-modal--news .c-modal__ctn h4 {
    text-align: left;
  }
}

.c-modal--news .c-modal__ctn p {
  max-height: 74%;
}

@media screen and (max-width: 767px) {
  .c-modal--news .c-modal__ctn p {
    max-height: 85%;
  }
}

@-webkit-keyframes imageAnimation-01 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  38% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes imageAnimation-01 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  38% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes imageAnimation-02 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes imageAnimation-02 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes imageAnimation-03 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes imageAnimation-03 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scrollAnimation-pc {
  from {
    height: 0px;
  }
  to {
    height: 64px;
  }
}

@keyframes scrollAnimation-pc {
  from {
    height: 0px;
  }
  to {
    height: 64px;
  }
}

@-webkit-keyframes scrollAnimation-sp {
  from {
    height: 0px;
  }
  to {
    height: 48px;
  }
}

@keyframes scrollAnimation-sp {
  from {
    height: 0px;
  }
  to {
    height: 48px;
  }
}

body {
  background: rgba(243, 112, 112, 0.07);
}

body.is-active {
  overflow: hidden;
}

main.is-active {
  overflow: hidden;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  z-index: 9997;
}

.header-container {
  height: 104px;
  padding-inline: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .header-container {
    padding-inline: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header-container {
    padding-inline: 16px;
    height: 56px;
  }
}

.header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-logo a img {
  max-width: 240px;
}

@media screen and (max-width: 767px) {
  .header-logo a img {
    width: auto;
    height: 24px;
  }
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .header-menu {
    display: none;
  }
}

.header-menu__item:not(:first-child) {
  margin-left: 32px;
}

@media screen and (max-width: 1200px) {
  .header-menu__item:not(:first-child) {
    margin-left: 20px;
  }
}

.header-menu__item a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #333333;
}

@media screen and (max-width: 1200px) {
  .header-menu__item a {
    font-size: 14px;
  }
}

.header-menu__item a.__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 214px;
  height: 48px;
  border-radius: 24px;
  background: #F4ACE6;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .header-menu__item a.__intro {
    width: 180px;
    height: 40px;
    font-size: 14px;
  }
}

.header .hamburg__btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .header .hamburg__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header .hamburg__btn span {
  width: 24px;
  height: 2px;
  background: #1d2b53;
  position: relative;
}

.header .hamburg__btn span::before {
  content: "";
  position: absolute;
  top: -6px;
  width: 24px;
  height: 2px;
  background: #1d2b53;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.header .hamburg__btn span::after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 24px;
  height: 2px;
  background: #1d2b53;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.header .hamburg__btn.is-active span {
  background-color: transparent;
}

.header .hamburg__btn.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header .hamburg__btn.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sp-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 40px;
  z-index: 9990;
  background: white;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0.5;
}

.sp-menu.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.sp-menu__item {
  width: 100%;
  padding: 16px 0;
  border-bottom: solid 1px #1D2B53;
}

.sp-menu__item a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #1d2b53;
  text-decoration: none;
}

.sp-menu__btn {
  width: 100%;
}

.sp-menu__btn a {
  width: 100%;
  height: 48px;
  border-radius: 24px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sp-menu__btn--red a {
  background: #F4ACE6;
  margin-top: 40px;
}

.sp-menu__btn--blue a {
  background: #1d2b53;
  margin-top: 28px;
}

.sp-menu__btn--blue a svg {
  margin-right: 8px;
}

.p-mv {
  width: 100%;
  height: calc(100vh - 104px);
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-mv {
    height: calc(100vh - 56px);
  }
}

.p-mv__slideshow {
  width: 100%;
  height: calc(100% - 36px);
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-mv__slideshow {
    height: 100%;
  }
}

.p-mv__slideshow li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 0;
  -webkit-animation: imageAnimation-01 24s linear infinite 0s;
          animation: imageAnimation-01 24s linear infinite 0s;
}

.p-mv__slideshow li:nth-child(1) {
  background-image: url("../images/slider_01.jpg");
  -webkit-animation-name: imageAnimation-01;
          animation-name: imageAnimation-01;
}

.p-mv__slideshow li:nth-child(1) img {
  max-width: 200px;
}

.p-mv__slideshow li:nth-child(2) {
  background-image: url("../images/slider_02.jpg");
  -webkit-animation-name: imageAnimation-02;
          animation-name: imageAnimation-02;
}

.p-mv__slideshow li:nth-child(3) {
  background-image: url("../images/slider_03.jpg");
  -webkit-animation-name: imageAnimation-03;
          animation-name: imageAnimation-03;
}

.p-mv__slideshow__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .p-mv__slideshow__text {
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 160px;
  }
}

.p-mv__slideshow__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(51, 51, 51, 0)), color-stop(50.2%, rgba(51, 51, 51, 0.7)), to(rgba(51, 51, 51, 0)));
  background: linear-gradient(to right, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.7) 50.2%, rgba(51, 51, 51, 0) 100%);
  z-index: -1;
}

.p-mv__slideshow__text--white::before {
  background: rgba(255, 255, 255, 0.42);
}

.p-mv__slideshow__text .__ttl {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 25px;
  font-weight: bold;
  font-size: 34px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-mv__slideshow__text .__ttl {
    font-size: 20px;
    margin-top: 32px;
    font-weight: 500;
  }
}

.p-mv__slideshow__text .__content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.08em;
  line-height: 50px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-mv__slideshow__text .__content {
    font-size: 14px;
    line-height: 2;
    margin-top: 22px;
  }
}

.p-mv__slideshow .reservation__link {
  width: 72px;
  height: 248px;
  position: fixed;
  top: 40%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #F4ACE6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 800;
}

.p-mv__slideshow .reservation__link.chumon {
  height: 200px;
  top: 70%;
}

@media screen and (max-width: 767px) {
  .p-mv__slideshow .reservation__link {
    display: none;
  }
}

.p-mv__slideshow .reservation__link p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  letter-spacing: 3.5px;
}

.p-mv__slideshow .reservation__link svg {
  margin-top: 8px;
}

.p-mv__news {
  width: 100%;
  max-width: 1200px;
  height: 72px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 14px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 23px;
}

@media screen and (max-width: 1200px) {
  .p-mv__news {
    padding-inline: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__news {
    padding: 16px;
    bottom: 105px;
    height: auto;
    left: 0;
    -webkit-transform: none;
            transform: none;
    display: block;
  }
}

.p-mv__news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(100% - 80px - 23px);
}

@media screen and (max-width: 767px) {
  .p-mv__news__content {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-mv__news__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  height: 100%;
  text-align: left;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 24px;
  padding-right: 24px;
  border-right: solid 1px rgba(29, 43, 83, 0.17);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .p-mv__news__ttl {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    padding-right: 0;
    width: 100%;
    text-align: center;
    margin-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 16px;
  }
}

.p-mv__news__time {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: left;
  margin-right: 16px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

@media screen and (max-width: 767px) {
  .p-mv__news__time {
    font-size: 12px;
    margin-right: 8px;
  }
}

.p-mv__news__cat {
  padding: 3px 8px;
  background: transparent;
  border: 1px solid #1d2b53;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #1d2b53;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

@media screen and (max-width: 767px) {
  .p-mv__news__cat {
    padding: 2px 5px;
    font-size: 11px;
  }
}

.p-mv__news__ctn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-mv__news__ctn {
    font-size: 14px;
    margin-top: 8px;
  }
}

.p-mv__news__morebtn {
  width: 80px;
  height: 24px;
  background: #F597E3;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #fff;
  padding-bottom: 2.5px;
}

@media screen and (max-width: 767px) {
  .p-mv__news__morebtn {
    margin-top: 12px;
    border-radius: 24px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-mv__scroll {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  bottom: 180px;
}

@media screen and (max-width: 767px) {
  .p-mv__scroll {
    bottom: 56px;
  }
}

.p-mv__scroll span {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .p-mv__scroll span {
    font-size: 12px;
  }
}

.p-mv__scroll span::after {
  position: absolute;
  content: "";
  top: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  background-color: white;
  -webkit-animation-name: scrollAnimation-pc;
          animation-name: scrollAnimation-pc;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@media screen and (max-width: 767px) {
  .p-mv__scroll span::after {
    top: 25px;
    -webkit-animation-name: scrollAnimation-sp;
            animation-name: scrollAnimation-sp;
  }
}

.p-store {
  padding-block: 86px 128px;
}

@media screen and (max-width: 767px) {
  .p-store {
    padding-block: 48px 80px;
  }
}

.p-store__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}

@media screen and (max-width: 767px) {
  .p-store__ttl {
    gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-store__ttl figure:last-child {
    display: none;
  }
}

.p-store__ttl p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #1d2b53;
}

@media screen and (max-width: 767px) {
  .p-store__ttl p {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 36px;
    text-align: center;
    color: #1d2b53;
  }
}

.p-store__ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-inline: auto;
  max-width: calc(1200px - 48px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  gap: 48px;
}

@media screen and (max-width: 767px) {
  .p-store__ctn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    margin-top: 48px;
  }
}

.p-store__ctn__item {
  width: calc((100% - 96px) / 3);
}

@media screen and (max-width: 767px) {
  .p-store__ctn__item {
    width: 100%;
  }
}

.p-store__ctn__item--ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: center;
  color: #333;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-store__ctn__item--ttl {
    font-size: 14px;
    line-height: 26px;
    margin-top: 16px;
  }
}

.p-giveup {
  background: #EEEEEE;
  padding: 115px 0 190px;
}

@media screen and (max-width: 767px) {
  .p-giveup {
    padding: 64px 0 112px;
  }
}

.p-giveup__ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #333333;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-giveup__ttl {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.08em;
    line-height: 44px;
  }
}

.p-giveup__ttl::after {
  content: "";
  position: absolute;
  bottom: -24px;
  width: 64px;
  height: 4px;
  left: 50%;
  background: #333333;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-giveup__ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 75px;
}

@media screen and (max-width: 767px) {
  .p-giveup__ctn {
    margin: 0;
  }
}

.p-giveup__ctn figure {
  max-width: 1000px;
  margin: 0 auto;
}

.p-giveup__ctn p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 48px;
  text-align: center !important;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .p-giveup__ctn p {
    margin-top: 0 !important;
  }
}

.p-giveup__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .p-giveup__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 65px;
    margin-top: 104px;
  }
}

@media screen and (max-width: 767px) {
  .p-giveup__item {
    width: 100%;
  }
}

.p-giveup__item p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: left;
  color: #333333;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-giveup__item p {
    font-size: 14px;
  }
}

.p-safe {
  padding: 170px 0 120px;
  position: relative;
  z-index: 5;
  background: url(../images/safe_bg.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-safe {
    padding: 96px 0 80px;
    background: url(../images/safe_bg_sp.png) no-repeat;
    background-size: cover;
  }
}

.p-safe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(24.68%, #fff), color-stop(50.2%, #fff), color-stop(74.89%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 24.68%, #fff 50.2%, #fff 74.89%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}

.p-safe__intro {
  margin: 0 auto;
  margin-top: 32px;
  width: 100%;
  max-width: 710px;
}

@media screen and (max-width: 767px) {
  .p-safe__intro {
    width: 90%;
  }
}

.p-safe__ctn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 48px;
  text-align: center;
  color: #333333;
  text-shadow: 0px 3px 6px rgba(255, 255, 255, 0.16);
  margin-top: 72px;
}

@media screen and (max-width: 767px) {
  .p-safe__ctn {
    font-size: 16px;
    line-height: 2;
    margin-top: 40px;
    text-align: left;
  }
}

.p-safe__ctn color {
  color: #DD2525;
}

@media screen and (max-width: 767px) {
  .p-safe__ctn color {
    color: unset;
  }
}

.p-safe__youtube {
  width: 100%;
  max-width: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  margin-top: 88px;
}

@media screen and (max-width: 767px) {
  .p-safe__youtube {
    margin-top: 40px;
  }
}

.p-safe__youtube video {
  max-width: 100%;
}

.p-safe__trouble {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
}

.p-safe__trouble span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.14em;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

@media screen and (max-width: 767px) {
  .p-safe__trouble span {
    font-size: 18px;
  }
}

.p-safe__trouble span::after {
  z-index: -1;
  content: "";
  width: 430px;
  height: 120px;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #F7AEE9;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
}

@media screen and (max-width: 767px) {
  .p-safe__trouble span::after {
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
    width: 358px;
    height: 80px;
  }
}

.p-safe__purchase {
  width: 480px;
  height: 80px;
  border-radius: 40px;
  background: #dd2525;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.12em;
  line-height: 65px;
  text-align: center;
  color: #fff;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .p-safe__purchase {
    height: 56px;
    font-size: 16px;
  }
}

.p-match {
  padding: 120px 0 350px;
  background: #FCF7F1;
}

@media screen and (max-width: 767px) {
  .p-match {
    padding: 48px 0 200px;
  }
}

.p-match__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}

@media screen and (max-width: 767px) {
  .p-match__ttl {
    gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-match__ttl figure:last-child {
    display: none;
  }
}

.p-match__ttl p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #1d2b53;
}

@media screen and (max-width: 767px) {
  .p-match__ttl p {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 36px;
    text-align: center;
    color: #1d2b53;
  }
}

.p-match__summary {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 40px;
  text-align: center;
  color: #333333;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-match__summary {
    display: none;
  }
}

.p-match__points {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-match__points {
    margin-top: 64px;
  }
}

.p-match__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-match__point:not(:first-child) {
  margin-top: 54px;
}

@media screen and (max-width: 767px) {
  .p-match__point:not(:first-child) {
    margin-top: 48px;
  }
}

.p-match__point__image {
  position: relative;
  width: calc(50% - 40px);
}

@media screen and (max-width: 767px) {
  .p-match__point__image {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }
}

.p-match__point__text {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-match__point__text {
    width: 100%;
  }
}

.p-match__point__count {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #f597e3;
}

@media screen and (max-width: 767px) {
  .p-match__point__count {
    margin-top: 23px;
  }
}

.p-match__point__ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #333333;
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .p-match__point__ttl {
    font-size: 16px;
    margin-top: 10px;
  }
}

.p-match__point__ctn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
  color: #333333;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .p-match__point__ctn {
    font-size: 14px;
    margin-top: 16px;
  }
}

.p-match__point__ctn color {
  color: #DD2525;
}

@media screen and (max-width: 767px) {
  .p-match__point__ctn color {
    color: unset;
  }
}

.p-usage {
  width: 100%;
  height: 496px;
  background: url(../images/usage_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-usage {
    height: 356px;
    background: url(../images/usage_bg_sp.jpg) no-repeat;
    background-size: cover;
  }
}

.p-usage__content {
  width: 960px;
  max-width: calc(100% - 32px);
  padding: 72px;
  background: white;
  position: absolute;
  top: -148px;
  left: 50%;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .p-usage__content {
    padding: 40px 24px;
    top: -160px;
  }
}

.p-usage__content p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: center;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .p-usage__content p {
    font-size: 14px;
    line-height: 32px;
    text-align: left;
  }
}

.p-usage__content__link {
  width: 100%;
  max-width: 392px;
  height: 56px;
  border-radius: 28px;
  background: #f7aee9;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 48px auto 0;
}

@media screen and (max-width: 767px) {
  .p-usage__content__link {
    margin-top: 32px;
    height: 48px;
    font-weight: bold;
    font-size: 12px;
  }
}

.p-menu {
  background: rgba(247, 174, 233, 0.07);
  padding: 110px 0;
}

@media screen and (max-width: 767px) {
  .p-menu {
    padding: 48px 0 32px;
    background: url(../images/p-menu__bg_sp.jpg) no-repeat;
    background-size: cover;
  }
}

.p-menu__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}

@media screen and (max-width: 767px) {
  .p-menu__ttl {
    gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-menu__ttl figure:last-child {
    display: none;
  }
}

.p-menu__ttl p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #1d2b53;
}

@media screen and (max-width: 767px) {
  .p-menu__ttl p {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 36px;
    text-align: center;
    color: #1d2b53;
  }
}

.p-menu__ctn {
  width: 1280px;
  max-width: 100%;
  padding-block: 56px 144px;
  margin: 60px auto 0;
  background: white;
}

@media screen and (max-width: 767px) {
  .p-menu__ctn {
    padding-block: 16px 48px;
    margin-top: 48px;
  }
}

.p-menu__ctn .c-tab {
  padding-bottom: 46px;
  border-bottom: solid 1px #EEEEEE;
}

@media screen and (max-width: 767px) {
  .p-menu__ctn .c-tab {
    padding-bottom: 56px;
  }
  .p-menu__ctn .c-tab__list {
    width: calc(100% + 48px);
    margin-left: -24px;
  }
}

.p-menu__ctn__ttl {
  margin-top: 80px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.12em;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-menu__ctn__ttl {
    margin-top: 54px;
    font-size: 16px;
  }
}

.p-menu__ctn__ttl::after {
  content: "";
  width: 120px;
  height: 4px;
  background: #1d2b53;
  bottom: -20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-menu__ctn__des {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.12em;
  text-align: center;
  margin-top: 50px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-menu__ctn__des {
    font-size: 14px;
    margin-top: 40px;
  }
}

.p-menu__ctn__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 84px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-menu__ctn__cards {
    margin-top: 60px;
    gap: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-menu__ctn__cards .c-card {
  width: calc(50% - 20px);
}

@media screen and (max-width: 767px) {
  .p-menu__ctn__cards .c-card {
    width: 100%;
  }
}

.p-menu__ctn__card {
  margin-top: 68px;
}

@media screen and (max-width: 767px) {
  .p-menu__ctn__card {
    margin-top: 60px;
  }
}

.p-menu__ctn .campaign-wrap {
  padding-top: 56px;
}

.p-menu__ctn .campaign-wrap__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.12em;
  text-align: center;
  color: #333;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-menu__ctn .campaign-wrap__ttl {
    font-size: 16px;
  }
}

.p-menu__ctn .campaign-wrap__ttl::after {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 120px;
  height: 4px;
  background: #f7aee9;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .p-menu__ctn .campaign-wrap__ttl::after {
    width: 60px;
  }
}

.p-menu__ctn .campaign-wrap__ctn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 52px;
  text-align: center;
  color: #333;
  margin-top: 52px;
}

@media screen and (max-width: 767px) {
  .p-menu__ctn .campaign-wrap__ctn {
    font-size: 14px;
    margin-top: 44px;
    line-height: 24px;
  }
}

.p-menu__ctn .campaign-wrap .c-card {
  margin-top: 64px;
}

@media screen and (max-width: 767px) {
  .p-menu__ctn .campaign-wrap .c-card {
    width: calc(100% + 48px);
    margin-left: -24px;
    border-width: 52px 24px 8px;
  }
}

@media screen and (max-width: 767px) {
  .p-menu__ctn .campaign-wrap .c-card__flex {
    gap: 0;
    padding-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-menu__ctn .campaign-wrap .u-sp .c-card {
    margin-top: 0;
    border-bottom-width: 39px;
  }
}

.p-menu .service-wrap {
  margin-top: 72px;
  border-radius: 8px;
  background: #fff;
  border: 4px solid #1d2b53;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .p-menu .service-wrap {
    border-width: 2px;
    margin-top: 19px;
    border-radius: 4px;
  }
}

.p-menu .service-wrap__ttl {
  height: 99px;
  border-radius: 6px;
  background: white;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  color: #1d2b53;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-menu .service-wrap__ttl {
    height: 56px;
    border-radius: 4px;
    font-size: 16px;
  }
}

.p-menu .service-wrap__ttl::after {
  content: '\002B';
  position: absolute;
  top: 50%;
  right: 40px;
  font-weight: normal;
  font-size: 40px;
  color: #1d2b53;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-menu .service-wrap__ttl::after {
    right: 24px;
    font-weight: normal;
    font-size: 30px;
    color: #1d2b53;
    -webkit-transform: translateY(-56%);
            transform: translateY(-56%);
  }
}

.p-menu .service-wrap__ttl.is-active {
  background: #1d2b53;
  color: #fff;
  border-radius: 0px;
}

.p-menu .service-wrap__ttl.is-active::after {
  content: "\2212";
  color: #fff;
}

.p-menu .service-wrap__ctn {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.35s ease-out;
  transition: max-height 0.35s ease-out;
}

.p-menu .service-wrap__ctn.is-active {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}

.p-menu .service-wrap__ctn__container {
  padding: 80px 40px 112px;
}

@media screen and (max-width: 767px) {
  .p-menu .service-wrap__ctn__container {
    padding: 24px 24px 40px;
  }
}

.p-menu .service-wrap__ctn__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .p-menu .service-wrap__ctn__logo {
    margin-top: 40px;
  }
}

.p-menu .service-wrap__ctn__logo figure {
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .p-menu .service-wrap__ctn__logo figure {
    max-width: 155px;
  }
}

.p-menu .service-wrap__ctn__logo p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 28px;
  text-align: center;
  color: #1d2b53;
}

@media screen and (max-width: 767px) {
  .p-menu .service-wrap__ctn__logo p {
    font-size: 12px;
    line-height: 1.4;
  }
}

.p-menu .service-wrap__ctn__des01 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 40px;
  text-align: center;
  color: #333;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-menu .service-wrap__ctn__des01 {
    margin-top: 40px;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }
}

.p-menu .service-wrap__ctn__des01 span {
  text-decoration: underline;
  text-decoration-thickness: 15px;
  text-underline-offset: -6px;
  -webkit-text-decoration-color: #FCF07E;
          text-decoration-color: #FCF07E;
}

@media screen and (max-width: 767px) {
  .p-menu .service-wrap__ctn__des01 span {
    text-decoration-thickness: 7px;
    text-underline-offset: -2px;
  }
}

.p-menu .service-wrap__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-menu .service-wrap__flex figure {
  width: calc(50% - 40px);
}

@media screen and (max-width: 767px) {
  .p-menu .service-wrap__flex figure {
    width: 100%;
  }
}

.p-menu .service-wrap__flex__ctn {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-menu .service-wrap__flex__ctn {
    width: 100%;
  }
}

.p-menu .service-wrap__flex__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 28px;
  text-align: left;
  color: #3b4043;
}

@media screen and (max-width: 767px) {
  .p-menu .service-wrap__flex__ttl {
    font-size: 16px;
    margin-top: 16px;
  }
}

.p-menu .service-wrap__flex__ttl span {
  text-decoration: underline;
  text-decoration-thickness: 7px;
  text-underline-offset: -2px;
  -webkit-text-decoration-color: #F37070;
          text-decoration-color: #F37070;
}

.p-menu .service-wrap__flex__des {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: left;
  color: #15171b;
  margin-top: 23px;
}

@media screen and (max-width: 767px) {
  .p-menu .service-wrap__flex__des {
    font-size: 14px;
  }
}

.p-menu .service-wrap .store-flow__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 28px;
  text-align: center;
  color: #3b4043;
  padding-top: 72px;
  margin-top: 72px;
  border-top: solid 3px #EEEEEE;
}

@media screen and (max-width: 767px) {
  .p-menu .service-wrap .store-flow__ttl {
    padding-top: 56px;
    margin-top: 56px;
    font-size: 20px;
  }
}

.p-menu .service-wrap .store-flow__subttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 28px;
  text-align: center;
  color: #1d2b53;
  margin-top: 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-menu .service-wrap .store-flow__subttl {
    font-size: 14px;
    margin-top: 32px;
  }
}

.p-menu .service-wrap .store-flow__subttl::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: #1d2b53;
}

@media screen and (max-width: 767px) {
  .p-menu .service-wrap .store-flow__subttl::after {
    width: 60px;
  }
}

.p-menu .service-wrap .store-flow__ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow-x: auto;
  gap: 16px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-menu .service-wrap .store-flow__ctn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(100% + 48px);
    margin-left: -24px;
    border: solid #eee;
    border-width: 11px 22px 16px;
    padding: 16px 16px 8px;
  }
}

.p-menu .service-wrap .store-flow__ctn svg {
  margin-top: 57px;
  min-width: 16px;
}

.p-menu .service-wrap .store-flow__ctn__item {
  min-width: 110px;
}

.p-menu .service-wrap .store-flow__ctn__item img {
  width: 100%;
  max-width: 160px;
}

.p-menu .service-wrap .store-flow__ctn__item p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #333;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .p-menu .service-wrap .store-flow__ctn__item p {
    font-size: 12px;
    margin-top: 16px;
    text-align: left;
  }
}

.p-menu .service-wrap .store-flow__des {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 22px;
  text-align: center;
  color: #333;
  margin-top: 64px;
}

@media screen and (max-width: 767px) {
  .p-menu .service-wrap .store-flow__des {
    font-size: 14px;
    margin-top: 24px;
  }
}

.p-menu .table-list {
  width: 790px;
  max-width: 100%;
  padding: 0 55px 40px;
  background: #EEEEEE;
  margin: 112px auto 0;
}

@media screen and (max-width: 767px) {
  .p-menu .table-list {
    padding: 0 24px 24px;
    margin-top: 48px;
  }
}

.p-menu .table-list__ttl {
  height: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.12em;
  text-align: center;
  color: #333;
}

@media screen and (max-width: 767px) {
  .p-menu .table-list__ttl {
    height: 68px;
    font-size: 14px;
  }
}

.p-menu .table-list__ctn {
  background: white;
  padding: 24px 14px 20px 40px;
  overflow-y: scroll;
  max-height: 400px;
}

@media screen and (max-width: 767px) {
  .p-menu .table-list__ctn {
    max-height: 310px;
    padding: 16px 10px 16px 25px;
  }
}

.p-menu .table-list__ctn::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #dadada;
}

.p-menu .table-list__ctn::-webkit-scrollbar {
  width: 16px;
  background-color: #dadada;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .p-menu .table-list__ctn::-webkit-scrollbar {
    width: 8px;
  }
}

.p-menu .table-list__ctn::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #F4ACE6;
}

.p-menu .table-list__ctn__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}

@media screen and (max-width: 767px) {
  .p-menu .table-list__ctn__ttl {
    display: none;
  }
}

.p-menu .table-list__ctn__ttl li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  color: #333;
  border-bottom: solid 6px #333333;
}

.p-menu .table-list__ctn__ttl li:first-child {
  width: 50%;
}

.p-menu .table-list__ctn__ttl li:not(:first-child) {
  width: calc((50% - 30px) / 2);
}

.p-menu .table-list__ctn__ttl li:nth-child(3) {
  font-size: 16px;
  color: #AF2D2D;
  border-color: #AF2D2D;
}

.p-menu .table-list__ctn__des {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  padding-block: 10px;
  border-bottom: solid 1px #F0F3F5;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-menu .table-list__ctn__des {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    padding-left: 8px;
    padding-right: 8px;
    text-align: left;
  }
}

.p-menu .table-list__ctn__des li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #15171b;
}

.p-menu .table-list__ctn__des li:first-child {
  width: 50%;
  text-align: left;
  letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
  .p-menu .table-list__ctn__des li:first-child {
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0px;
  }
}

.p-menu .table-list__ctn__des li:not(:first-child) {
  width: calc((50% - 30px) / 2);
}

@media screen and (max-width: 767px) {
  .p-menu .table-list__ctn__des li:not(:first-child) {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-menu .table-list__ctn__des li:nth-child(2) {
    font-size: 14px;
    text-align: left;
  }
}

.p-menu .table-list__ctn__des li:nth-child(3) {
  font-size: 20px;
  color: #AF2D2D;
  border-color: #AF2D2D;
}

@media screen and (max-width: 767px) {
  .p-menu .table-list__ctn__des li:nth-child(3) {
    text-align: left;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: bold;
    padding-left: 8px;
  }
}

@media screen and (max-width: 767px) {
  .p-menu .table-list__ctn__des li.has-tip {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .p-menu .table-list__ctn__des li.has-tip::after {
    content: url(../images/tip.png);
    width: 68px;
    height: 20px;
    margin-left: 8px;
  }
}

.p-menu .table-list__ctn h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  color: #15171b;
}

.p-menu .table-list__ctn h3.second {
  margin-top: 40px;
  font-size: 16px;
}

.p-menu .table-list__ctn__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-top: 9px;
}

@media screen and (max-width: 767px) {
  .p-menu .table-list__ctn__flex {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

.p-menu .table-list__ctn__flex h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #15171b;
}

@media screen and (max-width: 767px) {
  .p-menu .table-list__ctn__flex h6 {
    font-size: 14px;
  }
}

.p-menu .table-list__ctn__flex figure {
  min-width: 253px;
}

@media screen and (max-width: 767px) {
  .p-menu .table-list__ctn__flex figure {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-menu .table-list:nth-child(2) {
  margin-top: 48px;
}

.p-menu .table-list:nth-child(2) .table-list__ctn__ttl {
  margin-top: 18px;
}

.p-menu .table-list:nth-child(2) .table-list__ctn__ttl li:nth-child(2) {
  width: calc(50% - 30px);
}

.p-menu .table-list:nth-child(2) .table-list__ctn__des li:nth-child(2) {
  width: calc(50% - 30px);
}

.p-menu__btn {
  width: 480px;
  max-width: 100%;
  height: 80px;
  border-radius: 40px;
  background: #dd2525;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.12em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-menu__btn {
    height: 56px;
    margin-top: 31px;
    font-size: 16px;
  }
}

.p-flow {
  padding-block: 110px 128px;
  background: white;
}

@media screen and (max-width: 767px) {
  .p-flow {
    padding-block: 48px 80px;
  }
}

.p-flow__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}

@media screen and (max-width: 767px) {
  .p-flow__ttl {
    gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-flow__ttl figure:last-child {
    display: none;
  }
}

.p-flow__ttl p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #1d2b53;
}

@media screen and (max-width: 767px) {
  .p-flow__ttl p {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 36px;
    text-align: center;
    color: #1d2b53;
  }
}

.p-flow__ctn {
  margin-top: 85px;
}

@media screen and (max-width: 767px) {
  .p-flow__ctn {
    margin-top: 32px;
  }
}

.p-flow__ctn__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.p-flow__ctn__item:not(:first-child) {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .p-flow__ctn__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-flow__ctn__item figure {
  width: 224px;
}

@media screen and (max-width: 767px) {
  .p-flow__ctn__item figure {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-flow__ctn__item--text {
  width: calc(100% - 224px - 16px);
}

@media screen and (max-width: 767px) {
  .p-flow__ctn__item--text {
    width: 100%;
  }
}

.p-flow__ctn__item--text .__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #1d2b53;
}

@media screen and (max-width: 767px) {
  .p-flow__ctn__item--text .__ttl {
    font-size: 16px;
  }
}

.p-flow__ctn__item--text .__ttl span {
  width: 72px;
  height: 35px;
  background: #fff;
  border: 2px solid #1d2b53;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #1d2b53;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .p-flow__ctn__item--text .__ttl span {
    margin-right: 8px;
    width: 64px;
    height: 24px;
    font-size: 14px;
  }
}

.p-flow__ctn__item--text .__des {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: #15171b;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .p-flow__ctn__item--text .__des {
    font-size: 14px;
    line-height: 26px;
  }
}

.p-intro {
  background: #FCF7F1;
  padding-block: 110px 112px;
}

@media screen and (max-width: 767px) {
  .p-intro {
    padding-block: 48px 80px;
  }
}

.p-intro__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}

@media screen and (max-width: 767px) {
  .p-intro__ttl {
    gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-intro__ttl figure:last-child {
    display: none;
  }
}

.p-intro__ttl p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #1d2b53;
}

@media screen and (max-width: 767px) {
  .p-intro__ttl p {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 36px;
    text-align: center;
    color: #1d2b53;
  }
}

.p-intro__ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 75px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 64px;
}

@media screen and (max-width: 767px) {
  .p-intro__ctn {
    margin-top: 48px;
  }
}

.p-intro__ctn__item {
  width: calc((100% - 64px) / 2);
}

@media screen and (max-width: 767px) {
  .p-intro__ctn__item {
    width: 100%;
  }
}

.p-intro__ctn__item .__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #333;
}

@media screen and (max-width: 767px) {
  .p-intro__ctn__item .__ttl {
    font-size: 14px;
  }
}

.p-intro__ctn__item figure {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .p-intro__ctn__item figure {
    margin-top: 12px;
  }
}

.p-intro__ctn__item .__des {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #1d2b53;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .p-intro__ctn__item .__des {
    font-size: 12px;
    margin-top: 10px;
  }
}

.p-voice {
  background: #1D2B53;
  padding: 96px 0 112px;
}

@media screen and (max-width: 767px) {
  .p-voice {
    padding: 24px 0;
  }
}

.p-voice__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}

@media screen and (max-width: 767px) {
  .p-voice__ttl {
    gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-voice__ttl figure:last-child {
    display: none;
  }
}

.p-voice__ttl p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #1d2b53;
}

@media screen and (max-width: 767px) {
  .p-voice__ttl p {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 36px;
    text-align: center;
    color: #1d2b53;
  }
}

.p-voice__container {
  background: white;
  padding: 104px 0 108px;
}

@media screen and (max-width: 767px) {
  .p-voice__container {
    padding: 48px 24px 64px;
  }
}

.p-voice__ctn {
  max-width: 960px;
  width: 100%;
  padding: 0 20px;
  margin-top: 73px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .p-voice__ctn {
    padding: 0;
    margin-top: 32px;
  }
}

.p-voice__ctn__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-voice__ctn__item:not(:first-child) {
  margin-top: 32px;
}

.p-voice__ctn__item figure {
  width: 244px;
}

@media screen and (max-width: 767px) {
  .p-voice__ctn__item figure {
    width: 100%;
  }
}

.p-voice__ctn__item--text {
  width: calc(100% - 40px - 244px);
}

@media screen and (max-width: 767px) {
  .p-voice__ctn__item--text {
    width: 100%;
  }
}

.p-voice__ctn__item--text .__ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #3b4043;
}

@media screen and (max-width: 767px) {
  .p-voice__ctn__item--text .__ttl {
    font-size: 16px;
    margin-top: 16px;
  }
}

.p-voice__ctn__item--text .__ctn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #15171b;
  margin-top: 15px;
}

.p-faq {
  padding: 124px 0 112px;
  background: #eeeeee;
}

@media screen and (max-width: 767px) {
  .p-faq {
    padding: 64px 0 40px;
  }
}

.p-faq__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}

@media screen and (max-width: 767px) {
  .p-faq__ttl {
    gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__ttl figure:last-child {
    display: none;
  }
}

.p-faq__ttl p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #1d2b53;
}

@media screen and (max-width: 767px) {
  .p-faq__ttl p {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 36px;
    text-align: center;
    color: #1d2b53;
  }
}

.p-faq__ctn {
  background: white;
  padding: 24px 40px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-faq__ctn {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-top: 40px;
    padding: 16px;
  }
}

.p-faq__ctn .accordion-wrap {
  width: 1000px;
  max-width: 100%;
  margin: 88px auto;
}

@media screen and (max-width: 767px) {
  .p-faq__ctn .accordion-wrap {
    padding: 0;
    margin: 32px 0;
  }
}

.p-faq__ctn .c-accordion:not(:first-child) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-faq__ctn .c-accordion:not(:first-child) {
    margin-top: 32px;
  }
}

.footer-wrap {
  border: solid #F7AEE9;
  border-width: 16px 0;
  background: url(../images/footer_bg.png) no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: 9;
  padding: 48px 0 98px;
}

.footer-wrap__des {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #333;
}

@media screen and (max-width: 767px) {
  .footer-wrap__des {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 30px;
    text-align: center;
    color: #333;
  }
}

@media screen and (max-width: 767px) {
  .footer-wrap {
    border: solid 8px #F7AEE9;
    background: url(../images/footer_bg_sp.png) no-repeat;
    background-size: cover;
    padding: 40px 0 80px;
  }
}

.footer-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(24.68%, #fff), color-stop(50.2%, #fff), color-stop(74.89%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 24.68%, #fff 50.2%, #fff 74.89%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width: 767px) {
  .footer-wrap::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(24.68%, #fff), color-stop(50.2%, #fff), color-stop(74.89%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 24.68%, #fff 50.2%, #fff 74.89%, rgba(255, 255, 255, 0) 100%);
  }
}

.footer-wrap .l-container-sm {
  text-align: center;
  position: relative;
  z-index: 9;
}

.footer-wrap__logo {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .footer-wrap__logo img {
    width: 37px;
  }
}

.footer-wrap__ttl {
  margin-top: 18px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer-wrap__ttl {
    font-size: 20px;
    margin-top: 24px;
  }
}

.footer-wrap__subttl {
  margin-top: 23px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer-wrap__subttl {
    font-size: 14px;
    margin-top: 16px;
  }
}

.footer-wrap--white {
  background: white;
  padding: 91px 0 88px;
  border: none;
}

@media screen and (max-width: 767px) {
  .footer-wrap--white {
    padding: 64px 0 80px;
  }
}

.footer-wrap--white::before {
  display: none;
}

.footer-contact {
  width: 100%;
  margin-top: 56px;
  padding-top: 35px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 224px;
}

@media screen and (max-width: 767px) {
  .footer-contact {
    height: auto;
    display: block;
    margin-top: 0;
    padding-top: 0;
  }
}

.footer-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  background: #EEEEEE;
  width: 1px;
}

@media screen and (max-width: 767px) {
  .footer-contact::before {
    display: none;
  }
}

.footer-contact__phone {
  width: 50%;
  padding-right: 80px;
}

@media screen and (max-width: 1200px) {
  .footer-contact__phone {
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .footer-contact__phone {
    width: 100%;
    padding: 0;
    margin-top: 48px;
  }
}

.footer-contact__mail {
  width: 50%;
  padding-left: 80px;
}

@media screen and (max-width: 1200px) {
  .footer-contact__mail {
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .footer-contact__mail {
    width: 100%;
    padding: 0;
    margin-top: 48px;
  }
}

.footer-contact__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer-contact__ttl {
    font-size: 16px;
  }
}

.footer-contact__ctn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .footer-contact__ctn {
    font-size: 14px;
    margin-top: 8px;
  }
}

.footer-contact .phone__link {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .footer-contact .phone__link {
    margin-top: 16px;
  }
}

.footer-contact .phone__link svg {
  margin-right: 14px;
}

@media screen and (max-width: 767px) {
  .footer-contact .phone__link svg {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
}

.footer-contact .phone__link span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 36px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #1d2b53;
}

@media screen and (max-width: 767px) {
  .footer-contact .phone__link span {
    font-size: 26px;
  }
}

.footer-contact .mail__link {
  width: 100%;
  max-width: 392px;
  height: 56px;
  border-radius: 28px;
  background: #f7aee9;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
  margin-inline: auto;
}

.footer-contact .mail__link svg {
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .footer-contact .mail__link svg {
    width: 15px;
    margin-right: 8px;
  }
}

.footer-contact .mail__link span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer-contact .mail__link span {
    font-size: 14px;
  }
}

.footer-top {
  background-color: #3b4043;
  padding: 14px 0;
  text-align: center;
}

.footer-top a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: block;
}

.footer-menu {
  width: 100%;
  padding: 50px 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #333333;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .footer-menu {
    height: auto;
    padding: 47px 16px 32px;
    display: block;
  }
}

.footer-menu__company--sub {
  font-family: "Source Han Sans JP";
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #fff;
  line-height: 1;
}

.footer-menu__company--main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 22px;
  text-align: left;
  color: #fff;
  margin-top: 9px;
}

.footer-menu__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}

@media screen and (max-width: 767px) {
  .footer-menu__wrap {
    margin: 24px 0 32px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 32px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer-menu__wrap__item a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #fff;
}

.footer-menu__copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #fff;
}

.cvbtn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

@media screen and (max-width: 767px) {
  .cvbtn_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cvbtn_wrap__btn {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 60px;
  width: 40%;
  height: 80px;
  background: #F4ACE6;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .cvbtn_wrap__btn {
    width: 90%;
  }
}

.cvbtn_wrap__btn p {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

.cvbtn_wrap__btn p small {
  font-size: 12px;
}
/*# sourceMappingURL=style.css.map */