@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .pc_only {
    display: block !important;
  }
  .sp_only {
    display: none !important;
  }
}
/* サイト設計 */
html {
  scroll-behavior: smooth;
}

body {
  background-color: #d9e8ed;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: calc(0.12 * 1em);
  color: #251e1c;
  width: 100%;
  height: auto;
  margin: 0;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    letter-spacing: calc(0.12 * 1em);
  }
}
body img {
  width: 100%;
  height: auto;
}

.page__large {
  margin: 0 auto;
  max-width: 1080px;
  width: 89.33vw;
  position: relative;
}
@media screen and (max-width: 1047px) {
  .page__large {
    width: auto;
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .page__large {
    max-width: 430px;
    width: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 479px) {
  .page__large {
    width: 89.33vw;
  }
}
.page__medium {
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  width: 84vw;
}
@media screen and (max-width: 900px) {
  .page__medium {
    max-width: none;
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .page__medium {
    max-width: 430px;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 479px) {
  .page__medium {
    width: 89.33vw;
  }
}
.page__small {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 800px) {
  .page__small {
    max-width: none;
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .page__small {
    max-width: 430px;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 479px) {
  .page__small {
    width: 89.33vw;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

header .header__logo {
  position: absolute;
  right: 0;
  top: 50px;
  max-width: 140px;
  width: 100%;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  header .header__logo {
    top: 15px;
    max-width: 120px;
    right: 20px;
  }
}

.mv {
  padding-top: 50px;
  width: 100%;
  background-image: url("../images/concentration.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: -2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv {
    background-image: url("../images/concentration_sp.png");
    height: auto;
    padding-top: 16.06%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.mv__line {
  width: 79%;
  height: 600px;
  margin: 0 auto;
  border: solid 4px #ffffff;
  position: absolute;
  top: 96px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .mv__line {
    width: 89.33vw;
    border: solid 3px #ffffff;
    height: 86svh;
    top: 45px;
  }
}
.mv__visuals {
  width: 100vw;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mv__visuals {
    height: auto;
    aspect-ratio: 375/331.78;
  }
}
.mv__visuals .visuals {
  display: flex;
  justify-content: center;
  width: 100%;
  max-height: 342px;
  height: 25.04vw;
  margin-left: -13px;
}
@media screen and (max-width: 1365px) {
  .mv__visuals .visuals {
    margin-left: -0.95vw;
  }
}
@media screen and (max-width: 767px) {
  .mv__visuals .visuals {
    display: block;
    margin-left: 0;
    height: auto;
  }
}
.mv__visuals .visuals__item {
  position: relative;
  height: 100%;
}
.mv__visuals .visuals__item:nth-of-type(1) {
  max-width: 513px;
  width: 37.55%;
  margin-right: 43px;
}
@media screen and (max-width: 1365px) {
  .mv__visuals .visuals__item:nth-of-type(1) {
    margin-right: 3.15vw;
  }
}
@media screen and (max-width: 767px) {
  .mv__visuals .visuals__item:nth-of-type(1) {
    max-width: none;
    min-width: 335px;
    width: auto;
    margin: 0 2.67vw;
    aspect-ratio: 335/125;
  }
}
.mv__visuals .visuals__item:nth-of-type(2) {
  max-width: 504px;
  width: 36.9%;
}
@media screen and (max-width: 767px) {
  .mv__visuals .visuals__item:nth-of-type(2) {
    max-width: none;
    width: auto;
    margin-top: -8.01vw;
    margin-right: 2.67vw;
    aspect-ratio: 373/162.15;
  }
}
.mv__visuals .visuals__item:nth-of-type(3) {
  max-width: 127px;
  width: 9.3%;
  margin-left: -34px;
}
@media screen and (max-width: 1365px) {
  .mv__visuals .visuals__item:nth-of-type(3) {
    margin-left: -2.34vw;
  }
}
@media screen and (max-width: 767px) {
  .mv__visuals .visuals__item:nth-of-type(3) {
    max-width: none;
    width: auto;
    margin: -10.4vw 2.67vw 0vw auto;
    aspect-ratio: 354/130;
  }
}
.mv .bubble-left {
  position: absolute;
  max-width: 400px;
  width: 77.97%;
  top: 22px;
  left: 0;
}
@media screen and (max-width: 1365px) {
  .mv .bubble-left {
    top: 1.61vw;
  }
}
@media screen and (max-width: 767px) {
  .mv .bubble-left {
    min-width: 244px;
    width: 68.73%;
    max-width: none;
    top: 0;
  }
}
.mv .noble {
  position: absolute;
  max-width: 323px;
  width: 62.96%;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .mv .noble {
    top: 2.93vw;
    min-width: 170px;
    width: 47.89%;
    bottom: auto;
    max-width: none;
  }
}
.mv .suite {
  position: absolute;
  max-width: 223px;
  width: 44.25%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .mv .suite {
    min-width: 170px;
    width: 45.33vw;
    margin-left: 1.07vw;
    max-width: none;
    top: -14px;
  }
}
.mv .bubble-right {
  position: absolute;
  max-width: 395px;
  width: 78.37%;
  right: 0;
  top: 98px;
  z-index: -1;
}
@media screen and (max-width: 1365px) {
  .mv .bubble-right {
    top: 7.17vw;
  }
}
@media screen and (max-width: 767px) {
  .mv .bubble-right {
    min-width: 244px;
    width: 65.07vw;
    max-width: none;
    top: 14.13vw;
  }
}
.mv .one {
  position: absolute;
  width: 100%;
  bottom: 10px;
}
@media screen and (max-width: 1365px) {
  .mv .one {
    bottom: 0.73vw;
  }
}
@media screen and (max-width: 767px) {
  .mv .one {
    top: auto;
    bottom: 0;
    right: 0;
    min-width: 113px;
    width: 25.33vw;
    max-width: none;
  }
}
.mv__title {
  position: relative;
  height: 44px;
  width: 89.33vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mv__title {
    max-width: 600px;
    aspect-ratio: 335/116;
  }
}
.mv__title .mv-title {
  display: flex;
  justify-content: center;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .mv__title .mv-title {
    justify-content: flex-end;
  }
}
.mv__title .mv-title__shinki {
  max-width: 327px;
  width: 24vw;
}
@media screen and (max-width: 767px) {
  .mv__title .mv-title__shinki {
    position: absolute;
    top: -13vw;
    left: 0;
    width: 40vw;
  }
}
.mv__title .mv-title__ouen {
  max-width: 239px;
  width: 17.5vw;
  margin: 0 20px 0 25px;
}
@media screen and (max-width: 767px) {
  .mv__title .mv-title__ouen {
    width: 40vw;
    margin-right: 8px;
  }
}
.mv__title .mv-title__package {
  max-width: 304.92px;
  width: 22vw;
}
@media screen and (max-width: 767px) {
  .mv__title .mv-title__package {
    width: 40vw;
  }
}
.mv__title-inner {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 3;
  width: 100%;
}
.mv__slide {
  background-color: #82b6c5;
  padding: 10px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .mv__slide {
    padding-top: 5px;
  }
}
.mv__slide .swiper-slide {
  width: 100%;
  aspect-ratio: 341/238;
}
@media screen and (max-width: 767px) {
  .mv__slide .swiper-slide {
    min-height: 158px;
  }
}
.mv__slide .swiper-slide img {
  width: auto;
  height: 100%;
  overflow: hidden;
}
.mv__slide-inner {
  display: block;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 900px) {
  .mv__slide-inner {
    padding: 10px 0 0;
  }
}
.mv__slide-text {
  font-size: 20px;
  line-height: 1.2;
  color: #251e1c;
  text-align: center;
  font-weight: 500;
  margin-top: -20px;
  width: 100%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .mv__slide-text {
    font-size: 14px;
    line-height: 1.4285714286 !important;
  }
}
@media screen and (max-width: 767px) {
  .mv__slide-text {
    width: 89.33vw;
    max-width: 430px;
    margin: -30px auto 0;
  }
}
.mv__slide-text img {
  object-fit: contain;
}
.mv__slide-text-top {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .mv__slide-text-top {
    gap: 4px;
  }
}
.mv__slide-text-top p {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .mv__slide-text-top p {
    font-size: 22px;
    line-height: 1 !important;
  }
}
.mv__slide-text-top .mv__slide-text-img01 {
  width: 22vw;
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .mv__slide-text-top .mv__slide-text-img01 {
    max-width: none;
    width: 30vw;
    min-width: 170px;
  }
}
.mv__slide-text-top .mv__slide-text-img02 {
  width: 16vw;
  max-width: 190px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .mv__slide-text-top .mv__slide-text-img02 {
    max-width: none;
    width: 26vw;
    min-width: 132px;
  }
}
.mv__slide-text-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .mv__slide-text-bottom {
    display: block;
  }
}
.mv__slide-text-bottom-l {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 9px 0 7px;
}
@media screen and (max-width: 767px) {
  .mv__slide-text-bottom-l {
    justify-content: center;
    padding: 5px 0;
  }
}
.mv__slide-text-bottom-l img {
  height: 3vw;
  max-height: 26px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .mv__slide-text-bottom-l img {
    max-height: none;
    height: 4vw;
    min-height: 22px;
  }
}
.mv__slide-text-bottom-l span {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mv__slide-text-bottom-l span {
    font-size: 22px;
    line-height: 1 !important;
  }
}
.mv__slide-text-bottom-r {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .mv__slide-text-bottom-r {
    gap: 6px;
    justify-content: center;
    margin-top: 14px;
  }
}
.mv__slide-text-bottom-r p {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mv__slide-text-bottom-r p {
    font-size: 20px;
    line-height: 1 !important;
  }
}
.mv__slide-text-bottom-r p span {
  font-size: 62px;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  -webkit-text-stroke: 1px #251e1c;
  text-stroke: 1px #251e1c;
}
@media screen and (max-width: 767px) {
  .mv__slide-text-bottom-r p span {
    font-size: 48px;
    line-height: 1 !important;
  }
}
.mv__slide-text-bottom-r .mv__slide-text-img01 {
  position: relative;
  width: 65px;
}
@media screen and (max-width: 767px) {
  .mv__slide-text-bottom-r .mv__slide-text-img01 {
    width: 60px;
  }
}
@media screen and (max-width: 479px) {
  .mv__slide-text-bottom-r .mv__slide-text-img01 {
    width: 50px;
  }
}
.mv__slide-text-bottom-r .mv__slide-text-img01 img {
  width: 100%;
}
.mv__slide-text-bottom-r .mv__slide-text-img01::after {
  position: absolute;
  content: "最大";
  top: 45%;
  left: 47%;
  transform: translate(-50%, -50%) rotate(-15deg);
  color: #251e1c;
  font-size: 18px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .mv__slide-text-bottom-r .mv__slide-text-img01::after {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .mv__slide-text-bottom-r .mv__slide-text-img01::after {
    font-size: 14px;
  }
}
.mv__slide-text-bottom-r .mv__slide-text-img02 {
  width: 16vw;
  max-width: 165px;
}
@media screen and (max-width: 767px) {
  .mv__slide-text-bottom-r .mv__slide-text-img02 {
    max-width: none;
    width: 22vw;
    min-width: 122px;
  }
}
.mv__slide-text-bottom-line {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  position: relative;
  margin-top: -16px;
}
.mv__slide-text-bottom-line::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 13px;
  content: "";
  background-image: -webkit-repeating-linear-gradient(135deg, #fff, #fff 3px, transparent 3px, transparent 6px);
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 3px, transparent 3px, transparent 6px);
  background-size: 8.5px 8.5px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mv__slide-text-bottom-line::before {
    height: 10px;
    background-image: -webkit-repeating-linear-gradient(135deg, #fff, #fff 2px, transparent 2px, transparent 4px);
    background-image: repeating-linear-gradient(-45deg, #fff, #fff 2px, transparent 2px, transparent 4px);
    background-size: 6px 6px;
  }
}
.mv__slide-text-bottom-line::after {
  content: "※";
  position: absolute;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  top: -3px;
  right: -15px;
}
@media screen and (max-width: 767px) {
  .mv__slide-text-bottom-line::after {
    font-size: 12px;
    line-height: 1 !important;
  }
}
.mv__slide-text-desc {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .mv__slide-text-desc {
    font-size: 14px;
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 767px) {
  .mv__slide-text-desc {
    padding: 0;
  }
}
.mv__slide-text-desc p {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .mv__slide-text-desc p {
    font-size: 12px;
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 767px) {
  .mv__slide-text-desc p {
    margin-top: 12px;
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media screen and (max-width: 479px) {
  .mv__slide-text-desc p {
    text-align: left;
  }
}

.zoom {
  animation: zoom 0.6s 1 0s forwards ease;
  animation-fill-mode: forwards;
}

.puyon {
  animation: puyon 0.6s linear 0s 1;
  animation-delay: 0.6s;
}

.puyon-02 {
  animation: puyon 0.6s linear 0s 1;
  opacity: 1;
}

.jump-01 {
  animation: jump 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 1.6s;
  opacity: 0;
  will-change: transform;
}

.jump-02 {
  animation: jump 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 2s;
  opacity: 0;
  will-change: transform;
}

.jump-03 {
  animation: jump 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 2.4s;
  opacity: 0;
  will-change: transform;
}

.fadein-left {
  opacity: 0;
  transform: translateX(-25px);
  animation: fadeInLeft 0.3s ease-out forwards;
}

@keyframes jump {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes puyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes puyon02 {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-25px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.about {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .about {
    margin-top: 0px;
  }
}
.about__benefits .benefits {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
@media screen and (max-width: 1047px) {
  .about__benefits .benefits {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .about__benefits .benefits {
    margin: auto;
    width: auto;
  }
}
.about__benefits .benefits__item {
  width: 50%;
  border-right: #251e1c 1px solid;
}
.about__benefits .benefits__item:last-child {
  border: none;
}
@media screen and (max-width: 1047px) {
  .about__benefits .benefits__item {
    width: 100%;
    border-right: none;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about__benefits .benefits__item {
    width: 100%;
  }
}
.about__benefits .benefits__title {
  position: relative;
  background-color: #fff;
  margin: 0 30px 24px;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  border-radius: 5px;
  font-size: 18px;
  line-height: 1.1111111111;
  letter-spacing: calc(0.12 * 1em);
}
@media screen and (max-width: 767px) {
  .about__benefits .benefits__title {
    font-size: 16px;
    line-height: 1.125 !important;
  }
}
@media screen and (max-width: 767px) {
  .about__benefits .benefits__title {
    letter-spacing: calc(0.08 * 1em);
  }
}
@media screen and (max-width: 1047px) {
  .about__benefits .benefits__title {
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .about__benefits .benefits__title {
    padding: 8px;
  }
}
.about__benefits .benefits__title::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 38px;
  border: 10px solid transparent;
  border-top: 15px solid #fff;
  width: 0;
  height: 0;
}
@media screen and (max-width: 1047px) {
  .about__benefits .benefits__title::after {
    left: 10%;
  }
}
@media screen and (max-width: 767px) {
  .about__benefits .benefits__title::after {
    left: 25px;
  }
}
.about__benefits .benefits__wrap {
  display: flex;
  justify-content: left;
  width: 88.89%;
  gap: 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about__benefits .benefits__wrap {
    width: 100%;
    gap: 10px;
  }
}
.about__benefits .benefits__number {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .about__benefits .benefits__number {
    width: 70px;
  }
}
.about__benefits .benefits__number img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about__benefits .benefits__number img {
    width: 70px;
  }
}
.about__benefits .benefits__text {
  width: auto;
  padding-top: 18px;
}
@media screen and (max-width: 1047px) {
  .about__benefits .benefits__text {
    width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .about__benefits .benefits__text {
    padding-top: 10px;
  }
}
.about__benefits .benefits__text--black {
  font-size: 22px;
  line-height: 1.0909090909;
  letter-spacing: calc(0.12 * 1em);
  font-weight: 700;
  width: fit-content;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .about__benefits .benefits__text--black {
    font-size: 18px;
    line-height: 1.3333333333 !important;
  }
}
@media screen and (max-width: 767px) {
  .about__benefits .benefits__text--black {
    letter-spacing: calc(0.08 * 1em);
  }
}
.about__benefits .benefits__text--black .benefits__text--small {
  font-size: 26px;
  line-height: 0.9230769231;
  border: none;
  color: #ffffff;
  text-shadow: 1px 1px 0 #251e1c, -1px -1px 0 #251e1c, -1px 1px 0 #251e1c, 1px -1px 0 #251e1c, 0px 1px 0 #251e1c, 0 -1px 0 #251e1c, -1px 0 0 #251e1c, 1px 0 0 #251e1c;
  font-weight: 700;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .about__benefits .benefits__text--black .benefits__text--small {
    font-size: 20px;
    line-height: 1.2 !important;
  }
}
.about__benefits .benefits__text--boder {
  border-bottom: solid 2px #ffffff;
}
.about__benefits .benefits__text--sub {
  color: #251e1c;
  font-size: 14px;
  line-height: 1.2857142857;
  letter-spacing: 0;
  font-weight: 500;
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  .about__benefits .benefits__text--sub {
    font-size: 12px;
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 767px) {
  .about__benefits .benefits__text--sub {
    padding-right: 4px;
  }
}
.about__benefits .benefits__text--red {
  font-size: 26px;
  line-height: 0.9230769231;
  letter-spacing: calc(0.05 * 1em);
  font-weight: 700;
  color: #bf0d26;
  padding-top: 17px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .about__benefits .benefits__text--red {
    font-size: 20px;
    line-height: 1.2 !important;
  }
}
@media screen and (max-width: 767px) {
  .about__benefits .benefits__text--red {
    letter-spacing: calc(0.05 * 1em);
  }
}
@media screen and (max-width: 767px) {
  .about__benefits .benefits__text--red {
    text-align: left;
    padding-top: 10px;
  }
}
.about__benefits .benefits__text--red .benefits__text--small {
  font-size: 22px;
  line-height: 1.0909090909;
}
@media screen and (max-width: 767px) {
  .about__benefits .benefits__text--red .benefits__text--small {
    font-size: 18px;
    line-height: 1.3333333333 !important;
  }
}
.about__benefits .benefits__text--red .benefits__text--big {
  font-size: 30px;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .about__benefits .benefits__text--red .benefits__text--big {
    font-size: 24px;
    line-height: 1 !important;
  }
}
.about__benefits .benefits__text--note {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: calc(0.03 * 1em);
  padding-top: 14px;
}
@media screen and (max-width: 767px) {
  .about__benefits .benefits__text--note {
    font-size: 12px;
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 767px) {
  .about__benefits .benefits__text--note {
    letter-spacing: calc(0.03 * 1em);
  }
}
@media screen and (max-width: 767px) {
  .about__benefits .benefits__text--note {
    width: 74.67vw;
    margin: 0 auto;
  }
  .about__benefits .benefits__text--note p {
    text-indent: -1em;
    padding-left: 1em;
  }
}
.about__benefits .benefits__text--link {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.2857142857;
  letter-spacing: calc(0.05 * 1em);
  text-decoration: underline;
  text-underline-offset: 0.4em;
}
@media screen and (max-width: 767px) {
  .about__benefits .benefits__text--link {
    font-size: 14px;
    line-height: 1.2857142857 !important;
  }
}
@media screen and (max-width: 767px) {
  .about__benefits .benefits__text--link {
    letter-spacing: calc(0.05 * 1em);
  }
}
.about__attention {
  color: #bf0d26;
  padding: 10px 0;
  background-color: #fdec00;
  width: 100%;
  margin-top: 35px;
  letter-spacing: calc(0.12 * 1em);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__attention {
    letter-spacing: calc(0.08 * 1em);
  }
}
@media screen and (max-width: 767px) {
  .about__attention {
    padding: 8px 0;
    margin-top: 30px;
  }
}
.about__attention p {
  font-size: 16px;
  line-height: 1.375;
  color: #251e1c;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .about__attention p {
    font-size: 14px;
    line-height: 1.2857142857 !important;
  }
}
.about__attention-title {
  font-size: 22px;
  line-height: 1.0909090909;
  font-weight: 700;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .about__attention-title {
    font-size: 18px;
    line-height: 1.3333333333 !important;
  }
}

.nav {
  margin: 40px auto 150px;
}
@media screen and (max-width: 767px) {
  .nav {
    margin: 30px auto 100px auto;
  }
}
.nav__text {
  width: 100%;
}
.nav__text p {
  text-align: center;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: calc(0.12 * 1em);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .nav__text p {
    font-size: 14px;
    line-height: 1.7142857143 !important;
  }
}
@media screen and (max-width: 767px) {
  .nav__text p {
    letter-spacing: calc(0.08 * 1em);
  }
}
@media screen and (max-width: 767px) {
  .nav__text p {
    text-align: left;
  }
}
.nav__wrap {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: space-between;
  grid-template-areas: "area4 area4 area5" "area1 area2 area3";
}
@media screen and (max-width: 1080px) {
  .nav__wrap {
    grid-template-columns: repeat(2, auto);
    grid-template-areas: "area4 area4" "area1 area2" "area5 area5" "area3 area3";
    justify-content: center;
    column-gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .nav__wrap {
    grid-template-columns: repeat(1, auto);
    grid-template-areas: "area4" "area1" "area2" "area5" "area3";
  }
}
.nav__heading {
  text-align: center;
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: calc(0.1 * 1em);
  font-weight: 500;
  color: #fff;
  background-color: #82b6c5;
  padding: 8px 0;
  border-radius: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .nav__heading {
    font-size: 14px;
    line-height: 1.2857142857 !important;
  }
}
@media screen and (max-width: 767px) {
  .nav__heading {
    letter-spacing: calc(0.1 * 1em);
  }
}
@media screen and (max-width: 767px) {
  .nav__heading {
    margin-bottom: 46px;
  }
}
.nav__grid-1 {
  grid-area: area1;
}
.nav__grid-2 {
  grid-area: area2;
}
.nav__grid-3 {
  grid-area: area3;
}
@media screen and (max-width: 1080px) {
  .nav__grid-3 {
    justify-self: center;
  }
}
.nav__grid-4 {
  grid-area: area4;
  line-height: 2.2;
}
.nav__grid-5 {
  grid-area: area5;
}
@media screen and (max-width: 1080px) {
  .nav__grid-5 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .nav__grid-5 {
    margin-top: -10px;
  }
}
.nav__item {
  width: 312px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nav__item {
    margin-bottom: 70px;
    margin: 0 auto 70px auto;
  }
  .nav__item:last-of-type {
    margin-bottom: 0;
  }
}
.nav__item::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 35px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 83.23%;
  height: 100%;
  background-image: url("../images/link_bk.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .nav__item::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .nav__item {
    max-width: none;
    background-image: none;
  }
}
@media screen and (max-width: 767px) {
  .nav .link {
    display: flex;
    gap: 20px;
    position: relative;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .nav .link__img-wrap {
    position: relative;
    width: fit-content;
    height: fit-content;
  }
  .nav .link__img-wrap::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 51%;
    left: 53%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background-image: url("../images/link_bk.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .nav .link__img-wrap::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .nav .link__text-wrap {
    width: 230px;
  }
}
.nav .link__bubble p {
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: calc(0.05 * 1em);
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  position: relative;
  width: fit-content;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 767px) {
  .nav .link__bubble p {
    font-size: 12px;
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 767px) {
  .nav .link__bubble p {
    letter-spacing: calc(0.05 * 1em);
  }
}
@media screen and (max-width: 767px) {
  .nav .link__bubble p {
    margin: 0 auto 8px 52px;
  }
}
.nav .link__bubble p::before {
  position: absolute;
  content: "";
  width: 22px;
  top: 50%;
  left: -30px;
  height: 2px;
  transform: rotate(60deg) translate(0%, 100%);
  box-sizing: border-box;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .nav .link__bubble p::before {
    width: 15px;
    left: -20px;
  }
}
.nav .link__bubble p::after {
  position: absolute;
  top: 50%;
  right: -30px;
  content: "";
  width: 22px;
  height: 2px;
  transform: rotate(-60deg) translate(0%, -100%);
  box-sizing: border-box;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .nav .link__bubble p::after {
    width: 15px;
    right: -20px;
  }
}
.nav .link__inner {
  display: flex;
  align-items: start;
  gap: 15px;
}
.nav .link__number img {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .nav .link__number img {
    width: 25px;
  }
}
.nav .link__title {
  width: 100%;
}
.nav .link__title img {
  display: block;
  height: 40px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .nav .link__title img {
    height: 26px;
  }
}
.nav .link__title img:nth-of-type(2) {
  height: 28px;
  padding-top: 5px;
  width: auto;
  margin-left: auto;
  /* 右揃えにする */
}
@media screen and (max-width: 767px) {
  .nav .link__title img:nth-of-type(2) {
    height: 18px;
    margin-top: 5px;
  }
}
.nav .link__goods01 {
  max-width: 100px;
  width: 100%;
  margin: 5px auto 35px auto;
}
@media screen and (max-width: 767px) {
  .nav .link__goods01 {
    width: 74px;
    margin: 0;
    position: relative;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .nav .link__goods01 img {
    width: 46px;
    max-width: none;
    margin-bottom: 0;
  }
}
.nav .link__goods02 {
  max-width: 160px;
  width: 100%;
  margin: 5px auto 35px auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nav .link__goods02 {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .nav .link__goods02 img {
    width: 74px;
    margin-bottom: 0;
  }
}
.nav .link__arrow {
  width: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .nav .link__arrow {
    position: absolute;
    width: 27px;
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translate(-50%, 100%);
  }
}
.nav #package01-nav .link__title img:first-of-type,
.nav #package02-nav .link__title img:first-of-type {
  height: 34px;
}
@media screen and (max-width: 767px) {
  .nav #package01-nav .link__title img:first-of-type,
  .nav #package02-nav .link__title img:first-of-type {
    height: 22px;
  }
}
.nav #package02-nav .link {
  flex-flow: row-reverse;
}

.speech-bubble {
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: calc(0.05 * 1em);
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  position: relative;
  width: fit-content;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 767px) {
  .speech-bubble {
    font-size: 14px;
    line-height: 1.2857142857 !important;
  }
}
@media screen and (max-width: 767px) {
  .speech-bubble {
    letter-spacing: calc(0.05 * 1em);
  }
}
@media screen and (max-width: 767px) {
  .speech-bubble {
    margin: 0 auto 5px auto;
  }
}
.speech-bubble::before {
  position: absolute;
  content: "";
  width: 22px;
  top: 50%;
  left: -30px;
  height: 2px;
  transform: rotate(60deg) translate(0%, 100%);
  box-sizing: border-box;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .speech-bubble::before {
    width: 15px;
    left: -20px;
  }
}
.speech-bubble::after {
  position: absolute;
  top: 50%;
  right: -30px;
  content: "";
  width: 22px;
  height: 2px;
  transform: rotate(-60deg) translate(0%, -100%);
  box-sizing: border-box;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .speech-bubble::after {
    width: 15px;
    right: -20px;
  }
}

.package__heading {
  display: flex;
  gap: 20px;
  align-items: center;
  position: absolute;
  top: -30px;
  left: 5.56%;
}
@media screen and (max-width: 767px) {
  .package__heading {
    width: 100%;
    gap: 10px;
    top: -20px;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 0 3%;
    align-items: start;
  }
}
.package__number {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .package__number {
    width: 40px;
  }
}
.package__wrap {
  position: relative;
  margin-bottom: 290px;
}
@media screen and (max-width: 767px) {
  .package__wrap {
    margin-bottom: 325px;
  }
}
.package__title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 264px;
}
@media screen and (max-width: 767px) {
  .package__title {
    display: block;
  }
}
.package__title img:nth-of-type(1) {
  height: 50px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .package__title img:nth-of-type(1) {
    height: 35px;
    max-height: none;
    width: auto;
  }
}
.package__title img:nth-of-type(2) {
  height: 35px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .package__title img:nth-of-type(2) {
    height: 25px;
    text-align: right;
    display: block;
    margin-left: auto;
  }
}
.package__bubble {
  position: absolute;
  left: 35px;
  top: -30px;
}
@media screen and (max-width: 767px) {
  .package__bubble {
    left: 17px;
    top: -22px;
  }
}
.package__content {
  padding: 50px 0 80px 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 10px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .package__content {
    padding: 60px 0 80px 0;
  }
}
.package__sets {
  margin: 0 10%;
  padding: 20px 40px;
  box-sizing: border-box;
  background-color: #d9e8ed;
}
@media screen and (max-width: 1047px) {
  .package__sets {
    margin: 0 6%;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 767px) {
  .package__sets {
    margin: 0 8.06%;
    padding: 15px 3.57%;
  }
}
.package__sets-item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: calc(0.12 * 1em);
}
@media screen and (max-width: 767px) {
  .package__sets-item {
    font-size: 14px;
    line-height: 1.7142857143 !important;
  }
}
@media screen and (max-width: 767px) {
  .package__sets-item {
    letter-spacing: calc(0.05 * 1em);
  }
}
@media screen and (max-width: 767px) {
  .package__sets-item {
    flex-flow: column;
    align-items: end;
  }
}
.package__sets-item:last-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .package__sets-item div {
    width: 100%;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.package__sets-item div:last-child {
  width: 16%;
  color: #bf0d26;
  font-weight: 500;
}
@media screen and (max-width: 1047px) {
  .package__sets-item div:last-child {
    width: auto;
  }
}
.package__sets-item--small {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: calc(0.12 * 1em);
}
@media screen and (max-width: 767px) {
  .package__sets-item--small {
    font-size: 12px;
    line-height: 2 !important;
  }
}
@media screen and (max-width: 767px) {
  .package__sets-item--small {
    letter-spacing: calc(0.05 * 1em);
  }
}
.package__sets-item--other {
  text-indent: 0 !important;
  padding-left: 0 !important;
}
.package__sets-item--square {
  font-weight: 900;
  color: #82b6c5;
}
.package__sets-item--blue {
  color: #82b6c5;
}
@media screen and (max-width: 767px) {
  .package__sets-item--indent {
    text-indent: -0.5em;
    padding-left: 0.5em;
  }
}
.package__sets-item--red {
  color: #bf0d26;
}
.package__sets-item--note {
  font-size: 10px;
  line-height: 2.4;
  letter-spacing: calc(0.05 * 1em);
  vertical-align: super;
}
@media screen and (max-width: 767px) {
  .package__sets-item--note {
    font-size: 8px;
    line-height: 3 !important;
  }
}
@media screen and (max-width: 767px) {
  .package__sets-item--note {
    letter-spacing: calc(0.05 * 1em);
  }
}
.package__lead {
  margin: 25px 10% 0 10%;
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1047px) {
  .package__lead {
    margin: 20px 6% 0;
  }
}
@media screen and (max-width: 767px) {
  .package__lead {
    margin: 20px 8.06% 0 8.06%;
    gap: 14px;
  }
}
.package__lead .example {
  border: solid 2px #82b6c5;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .package__lead .example {
    width: 50px;
    height: 50px;
  }
}
.package__lead .example p {
  width: 100%;
  text-align: center;
  padding-left: 3px;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: calc(0.12 * 1em);
}
@media screen and (max-width: 767px) {
  .package__lead .example p {
    font-size: 12px;
    line-height: 1.6666666667 !important;
  }
}
@media screen and (max-width: 767px) {
  .package__lead .example p {
    letter-spacing: calc(0.12 * 1em);
  }
}
.package__lead-text p {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 500;
  position: relative;
  width: fit-content;
  z-index: 1;
  padding: 0 3px;
}
@media screen and (max-width: 767px) {
  .package__lead-text p {
    font-size: 14px;
    line-height: 1.7142857143 !important;
  }
}
.package__lead-text p::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 30%;
  background-color: #bfdfe9;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: width 0.8s ease;
}
.package__lead-text p:nth-of-type(2)::before {
  transition-delay: 0.7s;
}
@media screen and (max-width: 767px) {
  .package__lead-text p:nth-of-type(2)::before {
    transition-delay: 0s;
  }
}
@media screen and (max-width: 767px) {
  .package__lead-text p:nth-of-type(3)::before {
    transition-delay: 0.7s;
  }
}
.package__lead-text.active p::before {
  width: 100%;
}
.package__detail {
  margin: 30px 7.78% 0 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 1.2857142857;
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .package__detail {
    font-size: 12px;
    line-height: 1.3333333333 !important;
  }
}
@media screen and (max-width: 767px) {
  .package__detail {
    letter-spacing: calc(0.05 * 1em);
  }
}
@media screen and (max-width: 1047px) {
  .package__detail {
    margin: 30px 5% 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .package__detail {
    display: block;
    margin: 30px 8.06% 0 8.06%;
  }
}
.package__products {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-column-gap: 10px;
  grid-row-gap: 15px;
  justify-items: center;
  align-items: center;
  width: 47%;
}
@media screen and (max-width: 767px) {
  .package__products {
    width: 85%;
    margin: 0 auto 20px;
    grid-row-gap: 5px;
    grid-column-gap: 8px;
  }
}
.package__products .products-item__name {
  content: "";
  position: relative;
  height: 2.5rem;
  width: 100%;
}
.package__products .products-item__name p {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.package__products .products-item__plus {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .package__products .products-item__plus {
    width: 25px;
  }
}
.package__price {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: calc(0.05 * 1em);
  font-weight: 500;
  width: 48.65%;
}
@media screen and (max-width: 767px) {
  .package__price {
    font-size: 14px;
    line-height: 1.7142857143 !important;
  }
}
@media screen and (max-width: 767px) {
  .package__price {
    letter-spacing: calc(0 * 1em);
  }
}
@media screen and (max-width: 1047px) {
  .package__price {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .package__price {
    width: 100%;
  }
}
.package__price p {
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .package__price p {
    padding-right: 0px;
  }
}
.package__price p:nth-child(2) {
  letter-spacing: calc(0.05 * 1em);
  width: fit-content;
  margin-top: 20px;
  margin-bottom: -10px;
}
@media screen and (max-width: 767px) {
  .package__price p:nth-child(2) {
    letter-spacing: calc(0.05 * 1em);
  }
}
@media screen and (max-width: 900px) {
  .package__price p:nth-child(2) {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .package__price p:nth-child(2) {
    margin-top: 9px;
    margin-bottom: -6px;
  }
}
.package__price p:nth-child(3) {
  padding-right: 0px;
  text-align: right;
}
.package__price--equal {
  color: #82b6c5;
  font-size: 30px;
  line-height: 0.8;
  letter-spacing: calc(0.12 * 1em);
}
@media screen and (max-width: 767px) {
  .package__price--equal {
    font-size: 26px;
    line-height: 0.9230769231 !important;
  }
}
@media screen and (max-width: 767px) {
  .package__price--equal {
    letter-spacing: calc(0.12 * 1em);
  }
}
.package__price--img {
  height: 35px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .package__price--img {
    height: 30px;
    padding-left: 10px;
  }
}
.package__price--arrow {
  height: 40px;
  width: auto;
  transform: rotate(-90deg);
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .package__price--arrow {
    height: 30px;
    padding-bottom: 8px;
  }
}
.package__price--red-small {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: calc(0.05 * 1em);
  font-weight: 700;
  color: #bf0d26;
  vertical-align: 10px;
}
@media screen and (max-width: 767px) {
  .package__price--red-small {
    font-size: 18px;
    line-height: 1.3333333333 !important;
  }
}
@media screen and (max-width: 767px) {
  .package__price--red-small {
    letter-spacing: calc(0.05 * 1em);
  }
}
@media screen and (max-width: 767px) {
  .package__price--red-small {
    vertical-align: 6px;
  }
}
.package__price--red-big {
  font-size: 36px;
  line-height: 0.6666666667;
  letter-spacing: calc(0.05 * 1em);
  color: #bf0d26;
  font-weight: 900;
  vertical-align: 10px;
}
@media screen and (max-width: 767px) {
  .package__price--red-big {
    font-size: 32px;
    line-height: 0.75 !important;
  }
}
@media screen and (max-width: 767px) {
  .package__price--red-big {
    letter-spacing: calc(0.05 * 1em);
  }
}
@media screen and (max-width: 767px) {
  .package__price--red-big {
    vertical-align: 6px;
  }
}
.package__price--red-medium {
  font-size: 22px;
  line-height: 1.0909090909;
  letter-spacing: calc(0.05 * 1em);
  color: #bf0d26;
  font-weight: 900;
  vertical-align: 10px;
}
@media screen and (max-width: 767px) {
  .package__price--red-medium {
    font-size: 18px;
    line-height: 1.3333333333 !important;
  }
}
@media screen and (max-width: 767px) {
  .package__price--red-medium {
    letter-spacing: calc(0.05 * 1em);
  }
}
@media screen and (max-width: 767px) {
  .package__price--red-medium {
    vertical-align: 6px;
  }
}
.package__price--otoku {
  height: 60px;
  width: auto;
  padding-left: 20px;
}
@media screen and (max-width: 1047px) {
  .package__price--otoku {
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .package__price--otoku {
    height: 45px;
  }
}
.package__notes {
  margin: 30px 10% 0 10%;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: calc(0.05 * 1em);
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .package__notes {
    font-size: 12px;
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 767px) {
  .package__notes {
    letter-spacing: calc(0.03 * 1em);
  }
}
@media screen and (max-width: 1047px) {
  .package__notes {
    margin: 30px 5% 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .package__notes {
    margin: 20px 8.06% 0 8.06%;
  }
}
.package__benefits {
  position: relative;
  display: flex;
  background-color: #fdec00;
  border-radius: 8px;
  box-shadow: #251e1c 6px 6px;
  border: solid 3px #251e1c;
  margin: 0 5.56%;
  box-sizing: border-box;
  padding: 10px 0 15px 0;
}
@media screen and (max-width: 1047px) {
  .package__benefits {
    margin: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .package__benefits {
    display: block;
    margin: 0 3.28%;
    padding: 10px 0;
  }
}
.package__benefits::before {
  position: absolute;
  content: "";
  top: -1px;
  right: 16%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 30px solid #000000;
  border-top: 0;
  transform: skew(20deg) translate(0%, -100%);
}
@media screen and (max-width: 767px) {
  .package__benefits::before {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 24px solid #000000;
  }
}
.package__benefits__wrap {
  position: absolute;
  width: 100%;
  bottom: 40px;
  position: absolute;
  transform: translate(0%, 100%);
}
.package .package-benefits__item {
  position: relative;
}
.package .package-benefits__item:first-of-type {
  width: 45%;
}
@media screen and (max-width: 1047px) {
  .package .package-benefits__item:first-of-type {
    width: 43%;
  }
}
@media screen and (max-width: 767px) {
  .package .package-benefits__item:first-of-type {
    width: 100%;
  }
}
.package .package-benefits__item:first-of-type::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 54%;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, #39543b 4px, transparent 4px);
  background-size: 1px 8px;
  background-repeat: repeat-y;
  background-position: right bottom;
}
@media screen and (max-width: 767px) {
  .package .package-benefits__item:first-of-type::after {
    position: absolute;
    content: "";
    width: 89.2%;
    height: 1px;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 0;
    background-image: linear-gradient(to right, #39543b 4px, transparent 4px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    background-position: left top;
  }
}
.package .package-benefits__item:last-of-type {
  width: 55%;
}
@media screen and (max-width: 1047px) {
  .package .package-benefits__item:last-of-type {
    width: 57%;
  }
}
@media screen and (max-width: 767px) {
  .package .package-benefits__item:last-of-type {
    width: 100%;
    padding-top: 10px;
  }
}
.package .package-benefits__number {
  width: 80px;
  position: absolute;
  left: -10px;
}
@media screen and (max-width: 1047px) {
  .package .package-benefits__number {
    width: 70px;
    left: -23px;
  }
}
@media screen and (max-width: 767px) {
  .package .package-benefits__number {
    width: 65px;
    left: -13px;
  }
}
.package .package-benefits__text {
  font-weight: 500;
  padding-left: 22.22%;
  font-size: 16px;
  line-height: 2.5625;
  letter-spacing: calc(0 * 1em);
  height: 100%;
  justify-content: center;
  flex-flow: column;
  display: flex;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .package .package-benefits__text {
    font-size: 14px;
    line-height: 2 !important;
  }
}
@media screen and (max-width: 767px) {
  .package .package-benefits__text {
    letter-spacing: calc(0 * 1em);
  }
}
@media screen and (max-width: 1047px) {
  .package .package-benefits__text {
    padding-left: 19%;
  }
}
@media screen and (max-width: 767px) {
  .package .package-benefits__text {
    margin: 0 5.4%;
    padding-bottom: 17px;
    position: relative;
    padding-left: 13%;
  }
}
.package .package-benefits__text--right {
  padding-left: 18.18%;
}
@media screen and (max-width: 1047px) {
  .package .package-benefits__text--right {
    padding-left: 13%;
  }
}
.package .package-benefits__text--right p:nth-of-type(2) {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: -3px;
  margin-bottom: -20px;
}
@media screen and (max-width: 767px) {
  .package .package-benefits__text--right p:nth-of-type(2) {
    margin-top: 5px;
    margin-bottom: 2px;
  }
}
.package .package-benefits__text--1st {
  line-height: 1.4;
}
.package .package-benefits__text--1stprice {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .package .package-benefits__text--1stprice {
    margin-top: 4px;
  }
}
.package .package-benefits__text--1stright {
  text-align: right;
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .package .package-benefits__text--1stright {
    letter-spacing: calc(0 * 1em);
  }
}
@media screen and (max-width: 767px) {
  .package .package-benefits__text--1stright {
    font-size: 12px;
    text-align: left;
    margin-top: 4px;
  }
}
.package .package-benefits__text--2nd {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .package .package-benefits__text--2nd {
    margin-top: 0;
  }
}
.package .package-benefits__text--other {
  margin-top: -19px;
  margin-right: 0;
  margin-left: auto;
}
.package .package-benefits__text--small {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: calc(0.05 * 1em);
  font-weight: 700;
  color: #bf0d26;
}
@media screen and (max-width: 767px) {
  .package .package-benefits__text--small {
    font-size: 18px;
    line-height: 1.3333333333 !important;
  }
}
@media screen and (max-width: 767px) {
  .package .package-benefits__text--small {
    letter-spacing: calc(0.05 * 1em);
  }
}
.package .package-benefits__text--big {
  font-size: 36px;
  line-height: 0.6666666667;
  letter-spacing: calc(0.05 * 1em);
  color: #bf0d26;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .package .package-benefits__text--big {
    font-size: 32px;
    line-height: 0.75 !important;
  }
}
@media screen and (max-width: 767px) {
  .package .package-benefits__text--big {
    letter-spacing: calc(0.05 * 1em);
  }
}
.package .package-benefits__text--medium {
  font-size: 22px;
  line-height: 1.0909090909;
  letter-spacing: calc(0.05 * 1em);
  color: #bf0d26;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .package .package-benefits__text--medium {
    font-size: 18px;
    line-height: 1.3333333333 !important;
  }
}
@media screen and (max-width: 767px) {
  .package .package-benefits__text--medium {
    letter-spacing: calc(0.05 * 1em);
  }
}
.package .package-benefits__text--large {
  font-size: 26px;
  line-height: 0.9230769231;
  letter-spacing: calc(0.05 * 1em);
  color: #bf0d26;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .package .package-benefits__text--large {
    font-size: 22px;
    line-height: 1.0909090909 !important;
  }
}
@media screen and (max-width: 767px) {
  .package .package-benefits__text--large {
    letter-spacing: calc(0.05 * 1em);
  }
}
.package .package-benefits__text--x-large {
  font-size: 30px;
  line-height: 0.8;
  letter-spacing: calc(0.05 * 1em);
  color: #bf0d26;
  font-weight: 900;
  padding-left: 8px;
}
@media screen and (max-width: 767px) {
  .package .package-benefits__text--x-large {
    font-size: 28px;
    line-height: 0.8571428571 !important;
  }
}
@media screen and (max-width: 767px) {
  .package .package-benefits__text--x-large {
    letter-spacing: calc(0.05 * 1em);
  }
}
.package .package-benefits__text--otoku {
  max-height: 48px;
  width: auto;
  padding-left: 8px;
}
@media screen and (max-width: 767px) {
  .package .package-benefits__text--otoku {
    height: 45px;
    padding-left: 9px;
  }
}
.package .package-benefits__text--price {
  height: 35px;
  width: auto;
  padding-left: 8px;
}
@media screen and (max-width: 767px) {
  .package .package-benefits__text--price {
    height: 30px;
    padding-left: 5px;
  }
}
.package .package-benefits__text--circle {
  position: relative;
  font-size: 15px;
  line-height: 2.7333333333;
  letter-spacing: calc(0 * 1em);
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .package .package-benefits__text--circle {
    font-size: 14px;
    line-height: 1.7142857143 !important;
  }
}
@media screen and (max-width: 767px) {
  .package .package-benefits__text--circle {
    letter-spacing: calc(0 * 1em);
  }
}
.package .package-benefits__text--circle::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: solid 1px #251e1c;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  .package .package-benefits__text--circle::after {
    width: 35px;
    height: 35px;
  }
}

#package01 .package__title img {
  max-height: 42px;
}
@media screen and (max-width: 767px) {
  #package01 .package__title img {
    max-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  #package01 .package__detail {
    margin: 30px 3.49% 0 3.49%;
  }
}
#package01 .package__products {
  grid-template-columns: repeat(5, auto);
  margin: 0 auto;
}
@media screen and (max-width: 1047px) {
  #package01 .package__products {
    margin: initial;
  }
}
@media screen and (max-width: 767px) {
  #package01 .package__products {
    margin: 0 auto 20px 12px;
  }
}
#package01 .package__products .products-item:nth-of-type(1) {
  width: 120px;
}
@media screen and (max-width: 900px) {
  #package01 .package__products .products-item:nth-of-type(1) {
    width: 110px;
  }
}
@media screen and (max-width: 767px) {
  #package01 .package__products .products-item:nth-of-type(1) {
    width: 103px;
  }
}
#package01 .package__products .products-item:nth-of-type(3) {
  width: 80px;
}
@media screen and (max-width: 900px) {
  #package01 .package__products .products-item:nth-of-type(3) {
    width: 72px;
  }
}
@media screen and (max-width: 767px) {
  #package01 .package__products .products-item:nth-of-type(3) {
    width: 65px;
  }
}
#package01 .package__products .products-item:nth-of-type(5) {
  width: 100%;
  text-align: center;
}
#package01 .package__products .products-item:nth-of-type(5) img {
  width: 35px;
}
@media screen and (max-width: 900px) {
  #package01 .package__products .products-item:nth-of-type(5) img {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  #package01 .package__products .products-item:nth-of-type(5) img {
    width: 25px;
  }
}
#package01 .package__products .products-item:nth-of-type(10) {
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #package01 .package__price {
    padding: 0 5.4%;
  }
}
#package01 .package__sets-item div:last-child {
  width: auto !important;
}

#package02 .package__title img {
  max-height: 42px;
}
@media screen and (max-width: 767px) {
  #package02 .package__title img {
    max-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  #package02 .package__detail {
    margin: 30px 3.49% 0 3.49%;
  }
}
#package02 .package__products {
  grid-template-columns: repeat(5, auto);
}
@media screen and (max-width: 767px) {
  #package02 .package__products {
    margin: 0 auto 20px 12px;
  }
}
#package02 .package__products .products-item:nth-of-type(1) {
  width: 120px;
}
@media screen and (max-width: 900px) {
  #package02 .package__products .products-item:nth-of-type(1) {
    width: 110px;
  }
}
@media screen and (max-width: 767px) {
  #package02 .package__products .products-item:nth-of-type(1) {
    width: 103px;
  }
}
#package02 .package__products .products-item:nth-of-type(3) {
  width: 80px;
}
@media screen and (max-width: 900px) {
  #package02 .package__products .products-item:nth-of-type(3) {
    width: 72px;
  }
}
@media screen and (max-width: 767px) {
  #package02 .package__products .products-item:nth-of-type(3) {
    width: 65px;
  }
}
#package02 .package__products .products-item:nth-of-type(5) {
  width: 100%;
  text-align: center;
}
#package02 .package__products .products-item:nth-of-type(5) img {
  width: 35px;
}
@media screen and (max-width: 900px) {
  #package02 .package__products .products-item:nth-of-type(5) img {
    width: 32px;
  }
}
@media screen and (max-width: 767px) {
  #package02 .package__products .products-item:nth-of-type(5) img {
    width: 28px;
  }
}
@media screen and (max-width: 767px) {
  #package02 .package__price {
    padding: 0 5.4%;
  }
}
#package02 .package__sets-item div:last-child {
  width: auto !important;
}

#package03 .package__title img {
  max-height: 50px;
}
#package03 .package__products .products-item__img {
  width: 110px;
  height: auto;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  #package03 .package__products {
    grid-column-gap: 10px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 479px) {
  #package03 .package__products {
    margin-left: 10px;
  }
}

.campaign__wrap {
  position: relative;
  background-color: #ffffff;
  border: solid 3px #82b6c5;
  box-sizing: border-box;
}
.campaign__heading {
  background-color: #82b6c5;
  text-align: center;
  padding: 30px 0 20px 0;
  font-weight: 700;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .campaign__heading {
    padding: 25px 0 15px 0;
  }
}
.campaign__heading::after {
  width: 100%;
  height: 60px;
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/campaign.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .campaign__heading::after {
    height: 40px;
  }
}
.campaign__heading p:first-of-type {
  font-size: 18px;
  line-height: 1.3333333333;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .campaign__heading p:first-of-type {
    font-size: 15px;
    line-height: 1.6 !important;
  }
}
.campaign__heading p:last-of-type {
  font-size: 22px;
  line-height: 1.0909090909;
}
@media screen and (max-width: 767px) {
  .campaign__heading p:last-of-type {
    font-size: 18px;
    line-height: 1.3333333333 !important;
  }
}
.campaign__heading p span {
  color: #ffffff;
  font-size: 26px;
  line-height: 0.9230769231;
  text-shadow: 1px 1px 0 #251e1c, -1px -1px 0 #251e1c, -1px 1px 0 #251e1c, 1px -1px 0 #251e1c, 0px 1px 0 #251e1c, 0 -1px 0 #251e1c, -1px 0 0 #251e1c, 1px 0 0 #251e1c;
}
@media screen and (max-width: 767px) {
  .campaign__heading p span {
    font-size: 22px;
    line-height: 1.0909090909 !important;
  }
}
.campaign__content {
  display: flex;
  justify-content: space-between;
  margin: 30px 5% 25px 5%;
}
@media screen and (max-width: 767px) {
  .campaign__content {
    display: block;
    margin: 25px 8.06% 20px 8.06%;
  }
}
.campaign__item {
  width: 50%;
  padding: 0 5.56%;
}
@media screen and (max-width: 767px) {
  .campaign__item {
    width: 100%;
    padding: 0;
  }
}
.campaign__item:first-of-type {
  background-image: linear-gradient(to bottom, #39543b 4px, transparent 4px);
  background-size: 1px 8px;
  background-repeat: repeat-y;
  background-position: right bottom;
}
@media screen and (max-width: 767px) {
  .campaign__item:first-of-type {
    background-image: none;
    padding-bottom: 30px;
  }
}
.campaign__item .select__img {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .campaign__item .select__img {
    margin-top: 20px;
  }
}
.campaign__item .select__text {
  font-size: 12px;
  line-height: 1.3333333333;
  letter-spacing: calc(0.05 * 1em);
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .campaign__item .select__text {
    font-size: 12px;
    line-height: 1.3333333333 !important;
  }
}
@media screen and (max-width: 767px) {
  .campaign__item .select__text {
    letter-spacing: calc(0.05 * 1em);
  }
}
.campaign__item .pos__img {
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .campaign__item .pos__img {
    margin-top: 20px;
  }
}
.campaign__item .pos__text {
  font-size: 14px;
  line-height: 1.2857142857;
  letter-spacing: calc(0.05 * 1em);
  padding-top: 15px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .campaign__item .pos__text {
    font-size: 12px;
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 767px) {
  .campaign__item .pos__text {
    letter-spacing: calc(0.05 * 1em);
  }
}
@media screen and (max-width: 767px) {
  .campaign__item .pos__text {
    padding-top: 10px;
  }
}
.campaign__item .pos__label {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: calc(0.05 * 1em);
  position: absolute;
  right: 0;
  top: 0;
  position: absolute;
  transform: translate(50%, -50%);
  color: #bf0d26;
  text-align: center;
  font-weight: 700;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  border: solid 2px #bf0d26;
  border-radius: 50%;
  vertical-align: middle;
  padding-top: 17px;
  padding-left: 2px;
}
@media screen and (max-width: 767px) {
  .campaign__item .pos__label {
    font-size: 14px;
    line-height: 1.4285714286 !important;
  }
}
@media screen and (max-width: 767px) {
  .campaign__item .pos__label {
    letter-spacing: calc(0.05 * 1em);
  }
}
@media screen and (max-width: 767px) {
  .campaign__item .pos__label {
    top: -10px;
    right: -18px;
    transform: translate(0%, 0%);
  }
}
.campaign__item .pos__label--big {
  font-size: 24px;
  line-height: 0.8333333333;
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .campaign__item .pos__label--big {
    font-size: 24px;
    line-height: 0.8333333333 !important;
  }
}
@media screen and (max-width: 767px) {
  .campaign__item .pos__label--big {
    letter-spacing: calc(0.05 * 1em);
  }
}
.campaign__title {
  text-align: center;
  padding: 6px 0 5px 0;
  width: 100%;
  border: solid 2px #82b6c5;
  border-radius: 8px;
  color: #82b6c5;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .campaign__title {
    font-size: 15px;
    line-height: 1.6 !important;
  }
}
@media screen and (max-width: 767px) {
  .campaign__title {
    letter-spacing: calc(0.05 * 1em);
  }
}
.campaign__note {
  color: #bf0d26;
  margin-bottom: 60px;
  text-align: center;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .campaign__note {
    font-size: 12px;
    line-height: 1.3333333333 !important;
  }
}
@media screen and (max-width: 767px) {
  .campaign__note {
    padding: 0 8.06%;
    margin-bottom: 14px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .campaign__note p {
    text-indent: -1em;
    padding-left: 1em;
  }
}

.faq {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .faq {
    margin-top: 40px;
  }
}
.faq__title {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .faq__title {
    margin-bottom: 35px;
  }
}
.faq__title-bg {
  position: relative;
  display: inline-block;
  background-color: #251e1c;
  padding: 24px 50px;
  border-radius: 18px;
}
@media screen and (max-width: 767px) {
  .faq__title-bg {
    padding: 16px 36px;
  }
}
.faq__title-bg img {
  width: 100%;
  max-width: 100px;
  display: block;
  margin: 0 auto;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .faq__title-bg img {
    max-width: 71px;
  }
}
.faq__title-bg::before {
  position: absolute;
  content: "";
  bottom: -20px;
  right: 28%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 30px solid #251e1c;
  border-bottom: 0;
  transform: skew(-30deg);
}
@media screen and (max-width: 767px) {
  .faq__title-bg::before {
    bottom: -15px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 20px solid #251e1c;
  }
}
.faq__sub-title {
  color: #fff;
  right: 30%;
  font-size: 18px;
  line-height: 1.1111111111;
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .faq__sub-title {
    font-size: 12px;
    line-height: 1.0833333333 !important;
  }
}
@media screen and (max-width: 767px) {
  .faq__sub-title {
    letter-spacing: calc(0.05 * 1em);
  }
}
.faq__form-text {
  text-align: center;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: calc(0.08 * 1em);
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .faq__form-text {
    font-size: 14px;
    line-height: 1.7142857143 !important;
  }
}
@media screen and (max-width: 767px) {
  .faq__form-text {
    letter-spacing: calc(0.08 * 1em);
  }
}
@media screen and (max-width: 767px) {
  .faq__form-text {
    margin: 24px 0;
    text-align: left;
  }
}
.faq__ac-container {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: calc(0.05 * 1em);
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .faq__ac-container {
    font-size: 14px;
    line-height: 1.4285714286 !important;
  }
}
@media screen and (max-width: 767px) {
  .faq__ac-container {
    letter-spacing: calc(0.05 * 1em);
  }
}
@media screen and (max-width: 767px) {
  .faq__ac-container {
    margin-bottom: 16px;
  }
}
.faq__ac-title {
  padding: 24px 40px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.1s;
  display: flex;
}
@media screen and (max-width: 767px) {
  .faq__ac-title {
    padding: 16px;
  }
}
.faq__img {
  max-width: 30px;
  min-width: 30px;
}
@media screen and (max-width: 767px) {
  .faq__img {
    max-width: 25px;
    min-width: 25px;
  }
}
.faq__img img {
  width: 100%;
}
.faq__text {
  padding: 0 40px 0 20px;
}
@media screen and (max-width: 767px) {
  .faq__text {
    padding: 0 31px 0 15px;
  }
}
.faq__text a {
  color: #5c9fb2;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.faq__icon-wrap {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 40px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .faq__icon-wrap {
    right: 18px;
    width: 16px;
    height: 16px;
  }
}
.faq__icon {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq__icon {
    width: 16px;
    height: 16px;
  }
}
.faq__icon:before,
.faq .faq__icon:after {
  display: flex;
  content: "";
  background-color: #251e1c;
  border-radius: 1px;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 9px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .faq__icon:before,
  .faq .faq__icon:after {
    width: 16px;
    top: 7px;
  }
}
.faq__icon:before {
  width: 2px;
  height: 20px;
  top: 0;
  left: 9px;
  transition-duration: 0.1s;
}
@media screen and (max-width: 767px) {
  .faq__icon:before {
    height: 16px;
    left: 7px;
  }
}
.faq__ac-title.open .faq__icon-wrap .faq__icon:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition-duration: 0.1s;
}
.faq__ac-inner {
  display: none;
  padding: 0 40px 24px 70px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .faq__ac-inner {
    padding: 0 16px 16px 41px;
  }
}

.button__flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.button__block {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .button__block {
    width: 48.5%;
  }
}
.button__box {
  width: 100%;
  padding: 20px 25px;
  background-color: #ec377b;
  border: solid 2px #000;
  border-radius: 63px;
  box-shadow: #000 6px 6px;
  transition: 0.1s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .button__box {
    width: 100%;
    max-width: 333px;
    margin: 0 auto;
    padding: 20px 4px;
    box-shadow: #000 3px 3px;
    justify-content: center;
  }
}
.button__icon {
  width: 36px;
}
.button__icon img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .button__icon {
    display: none;
  }
}
.button__text {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1818181818;
  letter-spacing: calc(0.1 * 1em);
}
@media screen and (max-width: 767px) {
  .button__text {
    font-size: 12px;
    line-height: 1.25 !important;
  }
}
@media screen and (max-width: 767px) {
  .button__text {
    letter-spacing: calc(0.025 * 1em);
  }
}
.button a:hover .button__box {
  transform: translate(3px, 3px);
  box-shadow: #000 3px 3px;
  transition: 0.1s ease;
}
.button__fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
@media screen and (max-width: 767px) {
  .button__fixed {
    padding: 10px 0;
  }
}
@media screen and (max-width: 479px) {
  .button__fixed .page__small {
    width: 94vw;
  }
}
.button__fixed .button__text {
  letter-spacing: calc(0.05 * 1em);
  font-size: 21px;
  line-height: 1.2380952381;
}
@media screen and (max-width: 767px) {
  .button__fixed .button__text {
    letter-spacing: calc(0.025 * 1em);
  }
}
@media screen and (max-width: 767px) {
  .button__fixed .button__text {
    font-size: 12px;
    line-height: 1.25 !important;
  }
}
.button__fixed-msg {
  margin-bottom: 16px;
  display: flex;
  column-gap: 10px;
  justify-content: center;
}
.button__fixed-msg img {
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .button__fixed-msg {
    margin-bottom: 10px;
    column-gap: 6px;
  }
}
.button__fixed-msgbubble {
  width: 20px;
}
.button__fixed-msgbubble:last-of-type {
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .button__fixed-msgbubble {
    width: 14px;
  }
}
.button__fixed-msgtxt {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .button__fixed-msgtxt {
    width: 274px;
  }
}
.button__fixed.fixed {
  opacity: 1;
  z-index: 1000;
}

.attention {
  margin: 120px 0 80px;
}
@media screen and (max-width: 767px) {
  .attention {
    margin: 60px 0;
  }
}
.attention .attention-01 {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .attention .attention-01 {
    flex-flow: column;
    gap: 15px;
  }
}
.attention .attention-01__title {
  background-color: #251e1c;
  text-align: center;
  width: 110px;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: calc(0.2 * 1em);
  font-weight: 700;
  color: #ffffff;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .attention .attention-01__title {
    font-size: 14px;
    line-height: 1.8571428571 !important;
  }
}
@media screen and (max-width: 767px) {
  .attention .attention-01__title {
    letter-spacing: calc(0.2 * 1em);
  }
}
@media screen and (max-width: 767px) {
  .attention .attention-01__title {
    width: 85px;
    margin-top: 0px;
  }
}
.attention .attention-01__text {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .attention .attention-01__text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .attention .attention-01__text {
    font-size: 14px;
    line-height: 1.7142857143 !important;
  }
}
@media screen and (max-width: 767px) {
  .attention .attention-01__text {
    letter-spacing: calc(0.05 * 1em);
  }
}
@media screen and (max-width: 767px) {
  .attention .attention-01__text p {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
}
.attention .attention-01__text p::first-letter {
  color: #82b6c5;
}
.attention .attention-02 {
  display: flex;
  gap: 30px;
  align-items: stretch;
  font-size: 14px;
  line-height: 1.5714285714;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .attention .attention-02 {
    font-size: 14px;
    line-height: 1.5714285714 !important;
  }
}
@media screen and (max-width: 767px) {
  .attention .attention-02 {
    flex-flow: column;
    gap: 15px;
    margin-top: 30px;
  }
}
.attention .attention-02__title {
  height: auto;
  min-width: 110px;
  border-right: solid 1px #251e1c;
  display: flex;
  padding-left: 8px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .attention .attention-02__title {
    min-width: none;
    width: fit-content;
    border-right: none;
    border-bottom: solid 1px #251e1c;
    display: block;
    padding-left: 0px;
  }
}
.attention .attention-02__text {
  width: fit-content;
  letter-spacing: calc(0.05 * 1em);
}
@media screen and (max-width: 767px) {
  .attention .attention-02__text {
    letter-spacing: calc(0.05 * 1em);
  }
}

.contact {
  background-color: #ffffff;
  width: 100%;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 50px 0 30px;
  }
}
.contact__info {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 2.5714285714;
  letter-spacing: calc(0.05 * 1em);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contact__info {
    font-size: 14px;
    line-height: 2.3571428571 !important;
  }
}
@media screen and (max-width: 767px) {
  .contact__info {
    letter-spacing: calc(0.05 * 1em);
  }
}
@media screen and (max-width: 767px) {
  .contact__info {
    flex-flow: column;
    align-items: baseline;
  }
}
.contact__info .info__title {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: calc(0.05 * 1em);
  background-color: #251e1c;
  color: #ffffff;
  padding: 1px 8px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .contact__info .info__title {
    font-size: 14px;
    line-height: 1.8571428571 !important;
  }
}
@media screen and (max-width: 767px) {
  .contact__info .info__title {
    letter-spacing: calc(0.05 * 1em);
  }
}
@media screen and (max-width: 767px) {
  .contact__info .info__title {
    margin-right: 0px;
  }
}
.contact__info .info__tel img {
  width: 26px;
  height: auto;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .contact__info .info__tel img {
    margin: 0 4px 0 10px;
  }
}
.contact__info .info__tel--big {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: calc(0.07 * 1em);
}
@media screen and (max-width: 767px) {
  .contact__info .info__tel--big {
    font-size: 20px;
    line-height: 1.8 !important;
  }
}
@media screen and (max-width: 767px) {
  .contact__info .info__tel--big {
    letter-spacing: calc(0.07 * 1em);
  }
}
.contact__info .info__time {
  padding-left: 26px;
}
@media screen and (max-width: 767px) {
  .contact__info .info__time {
    padding-left: 0px;
  }
}
.contact__text {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .contact__text {
    margin-top: 20px;
  }
}
.contact__text li {
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: calc(0.02 * 1em);
  display: flex;
}
@media screen and (max-width: 767px) {
  .contact__text li {
    font-size: 10px;
    line-height: 1.7 !important;
  }
}
@media screen and (max-width: 767px) {
  .contact__text li {
    letter-spacing: calc(0.02 * 1em);
  }
}
.contact__policy {
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: calc(0.02 * 1em);
  margin-top: 10px;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .contact__policy {
    font-size: 10px;
    line-height: 1.7 !important;
  }
}
@media screen and (max-width: 767px) {
  .contact__policy {
    letter-spacing: calc(0.02 * 1em);
  }
}
.contact__policy p {
  border-bottom: solid 1px #dedddd;
  display: inline;
}
@media screen and (max-width: 767px) {
  .contact__policy {
    margin-top: 20px;
  }
}

.copyright {
  background-color: #251e1c;
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 64px;
  letter-spacing: calc(0.02 * 1em);
}
@media screen and (max-width: 767px) {
  .copyright {
    letter-spacing: calc(0.02 * 1em);
  }
}

@media screen and (max-width: 768px) {
  .copyright {
    font-size: 10px;
    height: 32px;
    line-height: 32px;
  }
}
.tab-icon {
  content: "";
  display: inline-block;
  color: #82b6c5;
  width: 10px;
  height: 10px;
  background-image: url("../images/tab-icon.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 3px -2px 3px;
}
.tab-icon--blue {
  background-image: url("../images/tab-icon-blue.svg");
  width: 14px;
  height: 14px;
}
.tab-icon--white {
  background-image: url("../images/tab-icon-white.svg");
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 767px) {
  .tab-icon--white {
    width: 14px;
    height: 14px;
  }
}
