@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@font-face {
  font-family: "DIN Alternate";
  src: url("font/din-alternate-bold.ttf") format("truetype");
}
html {
  font-size: 87.5%;
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin: 0 auto;
  width: 100%;
  line-height: 1.6;
  letter-spacing: 0.7px;
  color: #081b2a;
  height: auto;
  min-height: 100%;
  overflow-y: auto;
}
body img {
  height: auto;
}
body .imgleft {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
body .imgleft > div {
  width: 100%;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}
body .imgleft > div p:not(:last-of-type) {
  margin-bottom: 20px;
}
body .imgright {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row-reverse;
}
body .imgright > div {
  width: 100%;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
}
body .imgright > div p:not(:last-of-type) {
  margin-bottom: 20px;
}
body .main_content {
  position: relative;
  z-index: 1;
  max-width: 400px;
  min-width: 375px;
  width: 100%;
  margin: 0 auto;
}
body .main_title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.28rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
body .main_title:not(:last-child) {
  margin-bottom: 20px;
}
body .main_title.white {
  color: #fff;
}
body .main_title .flx {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .main_title span {
  font-size: 1.7rem;
}
body .main_title em {
  font-size: 3.4rem;
  line-height: 1.2;
}
body .main_title strong {
  width: 160px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 5px 0;
  margin-right: 5px;
}
body .main_title strong img {
  width: 160px;
}
body .btnarea p {
  position: relative;
  text-align: center;
  font-size: 1.43rem;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 5px;
}
body .btnarea p:before {
  position: absolute;
  content: "";
  left: 40px;
  bottom: 15px;
  width: 24px;
  height: 2px;
  background: #c40066;
  transform: rotate(70deg);
}
body .btnarea p:after {
  position: absolute;
  content: "";
  right: 40px;
  bottom: 15px;
  width: 24px;
  height: 2px;
  background: #c40066;
  transform: rotate(-70deg);
}
body .btnarea p span {
  color: #c40066;
}
body .btnarea p span.big {
  font-size: 1.7rem;
}
body .btnarea p span em {
  font-family: "DIN Alternate";
  font-size: 2.58rem;
  line-height: 1;
}
body .btn {
  font-size: 1.43rem;
  font-weight: bold;
  border-radius: 16px;
  border: 1px solid #fff;
  background: linear-gradient(180deg, #bdd777 0%, #6db32c 50%, #009c4b 100%);
  box-shadow: 0 5.688px 5.688px 0 rgba(255, 255, 255, 0.4) inset, 0 4px 6px 0 rgba(51, 51, 51, 0.4);
  color: #fff;
  display: block;
  max-width: 360px;
  width: 100%;
  padding: 15px;
  margin: 0 auto;
  position: relative;
}
body .btn:after {
  position: absolute;
  content: "";
  background: url("../images/arrow_btn.svg") no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
body .btn:hover {
  background: #009c4b;
}
body .btn img {
  margin-right: 10px;
}
body .btn span {
  color: #ffea00;
}
body .bg_grade_white {
  background: radial-gradient(66.74% 66.74% at 50% 33.26%, #fff 0%, #f2efeb 100%);
}
body .bg_sub_white {
  background: #f2efeb;
}
body .bg_sub_navy {
  background: #243542;
}
body .bg_grade_gray {
  background: linear-gradient(180deg, #d6d6d6 46.41%, #707070 100%);
}
body .bg_pink {
  background: #c40066;
}
body .bg_white {
  background: #fff;
}
body .cta {
  position: relative;
  z-index: 1;
  padding: 50px 20px;
  min-height: 690px;
}
body .cta:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  background: url("../images/cta_line.svg") no-repeat;
  background-size: 100%;
  width: 100%;
  height: 10px;
}
body .cta.bg_cta01 {
  background: url("../images/bg_cta01.webp") no-repeat;
  background-size: cover;
}
body .cta.bg_cta02 {
  background: url("../images/bg_cta02.webp") no-repeat;
  background-size: cover;
}
body .cta.bg_video {
  background: url("../images/bg_video.webp") no-repeat;
  background-size: cover;
  min-height: 850px;
  padding: 50px 0;
}
body .cta.bg_video .video {
  position: relative;
}
body .cta.bg_video .video:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: url("../images/bg_video_cloud.svg") no-repeat;
  background-size: 100%;
}
body .cta.bg_video .video video {
  display: block;
  width: 100%;
  height: 485px;
  object-fit: cover;
}
body .cta.f_cta {
  background: url("../images/bg_f_cta.webp") no-repeat;
  background-size: cover;
  min-height: 970px;
}
body .cta > strong {
  font-size: 1.43rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  display: block;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
  margin-bottom: 10px;
}
body .cta h2 {
  font-size: 1.43rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
body .cta h2.big {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 0;
}
body .cta h2 span {
  display: block;
  color: #c40066;
}
body .cta > p {
  text-align: center;
  font-size: 1.14rem;
}
body .cta > p:not(:last-child) {
  margin-bottom: 15px;
}
body .cta > p span {
  color: #c40066;
  font-weight: bold;
  font-size: 1.3rem;
}
body .cta .title {
  position: relative;
  max-width: 330px;
  margin: 0 auto;
}
body .cta .title:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../images/bg_fcta_title.svg") no-repeat;
  background-size: 100%;
  background-position: center;
  z-index: -1;
  width: 300px;
  height: 125px;
}
body .cta .title span {
  font-size: 4.3rem;
}
body .cta .pic {
  display: block;
  width: 100%;
  margin: 10px auto 20px;
}
body .cta .txt {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
body .cta .txt .campaign {
  position: relative;
  width: 350px;
  margin: 0 auto;
  background: url("../images/bg_campaign.webp") no-repeat;
  background-size: cover;
  padding: 10px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  margin-bottom: 20px;
}
body .cta .txt .campaign h3 {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.43rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
  width: 300px;
}
body .cta .txt .campaign .balloon {
  position: absolute;
  content: "";
  top: 30px;
  right: -10px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background: #c40066;
  color: #fff;
  text-align: center;
  font-family: "DIN Alternate";
  font-size: 1.3rem;
  line-height: 1;
  padding: 8px 0;
}
body .cta .txt .campaign .balloon:before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: -5px;
  border: 10px solid transparent;
  border-left: 20px solid #c40066;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .cta .txt .campaign .balloon em {
  font-size: 2.5rem;
}
body .cta .txt .campaign .balloon span {
  display: block;
  font-size: 1.43rem;
}
body .cta .txt .campaign .bg_white {
  padding: 10px 20px;
}
body .cta .txt .campaign p {
  font-size: 1.14rem;
  margin-bottom: 5px;
}
body .cta .txt .campaign p span {
  font-weight: bold;
}
body .cta .txt .campaign p em {
  font-family: "DIN Alternate";
  font-size: 1.7rem;
}
body .cta .txt .campaign p em.big {
  font-size: 2.1rem;
  margin: 0 3px;
}
body .cta .txt .campaign .price {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
body .cta .txt .campaign .price img {
  position: absolute;
  top: -10px;
  left: 30px;
}
body .cta .txt .campaign .price > span {
  width: 70px;
  color: #fff;
  background: #c40066;
  font-size: 1.14rem;
  text-align: center;
  font-weight: bold;
}
body .cta .txt .campaign .price strong {
  position: relative;
  font-size: 2.29rem;
  line-height: 1;
  color: #c40066;
  font-weight: bold;
}
body .cta .txt .campaign .price strong span {
  position: absolute;
  top: 10px;
  right: -5px;
  font-size: 0.7rem;
}
body .cta .txt .campaign .price strong em {
  font-family: "DIN Alternate";
  font-size: 4.6rem;
  line-height: 0.8;
}
body main .fv {
  position: relative;
}
body main .fv > img {
  width: 100%;
}
body main .fv > p {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  background: #081b2a;
  font-size: 0.7rem;
  width: 64px;
  height: 37px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main .fv > p.mini {
  width: 70px;
  font-size: 0.6rem;
}
body main .fv h1 {
  position: absolute;
  top: 275px;
  right: 15px;
  text-align: center;
}
body main .fv h1 img {
  max-width: 200px;
  display: block;
  margin: 0 auto 20px;
}
body main .fv h1 span {
  color: #fff;
  background: #c40066;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  padding: 5px 25px;
}
body main .fv .txt {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
body main .fv .txt .btnarea p:before {
  left: 15px;
}
body main .fv .txt .btnarea p:after {
  right: 15px;
}
body main .fv .txt > p {
  color: #fff;
  text-align: center;
  font-size: 1.14rem;
  font-weight: bold;
  padding-top: 10px;
}
body main #worry {
  padding: 40px 30px;
}
body main #worry h3 {
  position: relative;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background: #243542;
  border-radius: 20px;
  width: 230px;
  margin: 0 auto 30px;
}
body main #worry h3:after {
  position: absolute;
  content: "";
  background: #b3b3b3;
  width: 1px;
  height: 30px;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
body main #worry h3 span {
  font-weight: bold;
}
body main #worry .wrap {
  position: relative;
}
body main #worry ul {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 15px 10px 20px 20px;
}
body main #worry ul li {
  font-weight: bold;
  padding: 8px 0 8px 25px;
  position: relative;
  border-bottom: 1px dashed #e6e6e6;
}
body main #worry ul li:after {
  position: absolute;
  content: "";
  background: url("../images/icon_check.svg") no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  top: 10px;
  left: 0;
}
body main #worry ul li span {
  font-size: 0.8rem;
}
body main #worry svg {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 0;
}
body main #about .title {
  position: relative;
}
body main #about .title div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  text-align: center;
}
body main #about .title div strong {
  display: block;
  width: 98px;
  height: 98px;
  margin: 0 auto 20px;
  line-height: 1.3;
  padding: 20px 0;
  border-radius: 50%;
  background: #c40066;
  color: #fff;
  font-size: 1.43rem;
}
body main #about .title div strong span {
  display: block;
  font-size: 1.64rem;
}
body main #about .title div img {
  width: 230px;
  display: block;
  margin: 0 auto 10px;
}
body main #about .title div p {
  font-size: 1.7rem;
}
body main #about .inner {
  padding: 0 20px 40px;
}
body main #about .main_title {
  margin-bottom: 40px;
}
body main #about .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
  margin-bottom: 20px;
}
body main #about .list > li {
  position: relative;
}
body main #about .list span {
  position: absolute;
  top: -20px;
  left: 0;
  color: #c40066;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 2.3rem;
}
body main #about .list h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 1.43rem;
  color: #fff;
  background: #c40066;
  text-align: center;
  line-height: 1.2;
}
body main #about .list ul {
  background: #fff;
  padding: 10px;
}
body main #about .list ul li {
  position: relative;
  padding-left: 10px;
}
body main #about .list ul li:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff8908;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
body main #about p {
  text-align: center;
  font-size: 1.14rem;
}
body main #reason .bg {
  position: relative;
  padding: 40px 0 0;
  background: url("../images/bg_reason.webp") no-repeat;
  background-size: 100%;
  height: 480px;
}
body main #reason .bg p {
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  padding: 50px 40px;
  line-height: 1.2;
}
body main #reason .bg_sub_navy {
  position: relative;
  padding: 80px 20px 40px;
}
body main #reason .bg_sub_navy h3 {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.43rem;
  text-align: center;
  background: #fff;
  line-height: 1.4;
  padding: 4px;
  width: 320px;
}
body main #reason .bg_sub_navy h3 span {
  display: block;
  border: 1px solid #081b2a;
  padding: 10px;
}
body main #reason .bg_sub_navy h4 {
  background: #fff;
  color: #081b2a;
  font-weight: bold;
  font-size: 1.14rem;
  text-align: center;
  padding: 2px;
  margin-bottom: 10px;
}
body main #reason .bg_sub_navy h4.pink {
  background: #c40066;
  color: #fff;
  font-size: 1.43rem;
}
body main #reason .bg_sub_navy .list > li {
  margin-bottom: 40px;
}
body main #reason .bg_sub_navy .list > li:not(:last-child) {
  margin-bottom: 20px;
}
body main #reason .bg_sub_navy .list > li.arrow {
  text-align: center;
  margin-bottom: 10px;
}
body main #reason .bg_sub_navy .list ul {
  display: flex;
  background: #fafafa;
}
body main #reason .bg_sub_navy .list ul.l_ylw {
  background: #ffffed;
}
body main #reason .bg_sub_navy .list ul li {
  width: 126px;
  position: relative;
  z-index: 1;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main #reason .bg_sub_navy .list ul li:first-child {
  z-index: 2;
}
body main #reason .bg_sub_navy .list ul svg {
  position: absolute;
  top: -4px;
  left: 0;
  z-index: -1;
  height: 64px;
}
body main #reason .bg_sub_navy .list ul span {
  font-weight: bold;
}
body main #reason .bg_sub_navy .list ul span.pink {
  color: #c40066;
  background: linear-gradient(transparent 60%, #ffea00 60%);
}
body main #reason .bg_sub_navy .list video {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
body main #reason .bg_sub_navy strong {
  display: block;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 2.15rem;
  text-align: center;
  line-height: 1.4;
}
body main #reason .bg_sub_navy strong span {
  background: linear-gradient(103deg, #b88719 13.31%, #cb9e0b 18.37%, #d7ad03 23.43%, #dcb300 27.77%, #deb711 29.21%, #eacf73 37.16%, #f0d99b 40.77%, #edd58e 41.5%, #e5c963 45.11%, #dfbe3f 48%, #dab723 51.61%, #d6b10f 55.23%, #d4ae03 58.84%, #d4ad00 62.45%, #b88719 84.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body main #approach {
  padding: 40px 20px;
}
body main #approach h3 {
  position: relative;
  background: #c40066;
  color: #fff;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 40px auto 30px;
}
body main #approach h3:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #c40066;
}
body main #approach ul li {
  position: relative;
  z-index: 1;
  padding: 35px 25px 15px 15px;
  background: #fff;
}
body main #approach ul li:not(:last-child) {
  margin-bottom: 40px;
}
body main #approach ul span {
  position: absolute;
  top: -25px;
  left: 10px;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  background: var(--Linear, linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body main #approach ul img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
body main #approach ul h4 {
  font-size: 1.7rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.4;
  margin-bottom: 30px;
}
body main #point {
  padding: 20px 20px 150px;
}
body main #point li {
  position: relative;
  background: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
}
body main #point li:not(:last-child) {
  margin-bottom: 30px;
}
body main #point li > span {
  position: absolute;
  top: -8px;
  left: -12px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  font-size: 2.8rem;
  text-align: center;
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
}
body main #point li > span:before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 50%;
  background: #fff;
}
body main #point li > span em {
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
body main #point li h3 {
  background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 10px 10px 10px 70px;
}
body main #point li div {
  background: #fff;
  padding: 20px;
}
body main #point li div img {
  margin-bottom: 10px;
}
body main #point li div span {
  font-size: 0.7rem;
}
body main #menu {
  position: relative;
  margin-top: -60px;
}
body main #menu .bg_grade_white {
  padding: 100px 25px 50px;
  clip-path: ellipse(120% 100% at 50% 100%);
}
body main #menu .bg_grade_white > p {
  margin-bottom: 20px;
}
body main #menu .bg_white {
  width: 350px;
  padding: 5px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
body main #menu .bg_white > span {
  position: absolute;
  z-index: 2;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 160px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.2;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
}
body main #menu .bg_white .title {
  position: relative;
  z-index: 1;
  text-align: center;
  display: block;
  font-size: 1.7rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
}
body main #menu .bg_white .title:before {
  position: absolute;
  content: "";
  z-index: -1;
  inset: 1px;
  background: #fff;
}
body main #menu .bg_white .title h2 {
  padding: 20px;
}
body main #menu .bg_white .title h2 span {
  display: inline-block;
  background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body main #menu .bg_white .title h2 em {
  font-size: 3.4rem;
}
body main #menu .swiper {
  padding-top: 40px;
}
body main #menu .swiper .swiper-wrapper {
  gap: 20px;
}
body main #menu .swiper .scroll-hint-icon-wrap {
  z-index: 1;
}
body main #menu .swiper-slide {
  position: relative;
  z-index: 1;
  height: auto;
  padding: 20px 10px 25px;
  background: #fff;
  display: flex;
  flex-direction: column;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  margin-bottom: 5px;
}
body main #menu .swiper-slide:after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
  width: 98%;
  height: 1px;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: auto;
}
body main #menu .swiper-slide span {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../images/bg_menu.webp") no-repeat;
  background-size: 100%;
  width: 100%;
  height: 160px;
  z-index: -1;
}
body main #menu .swiper-slide span em {
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  display: block;
  line-height: 1.8;
  background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body main #menu .swiper-slide h3 {
  color: #c40066;
  font-size: 1.43rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
body main #menu .swiper-slide img {
  margin-bottom: 10px;
}
body main #menu .swiper-slide ul {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
}
body main #menu .swiper-slide ul li {
  color: #fff;
  text-align: center;
  background: #f08601;
  font-weight: 500;
  padding: 0 5px;
}
body main #voice {
  background: url("../images/bg_voice.webp") no-repeat;
  background-size: cover;
  padding: 40px 20px;
}
body main #voice .main_title {
  font-size: 1.43rem;
  margin-bottom: 30px;
}
body main #voice .main_title em {
  display: block;
  background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body main #voice li:not(:last-child) {
  margin-bottom: 20px;
}
body main #voice li img {
  width: 80px;
}
body main #voice li div {
  border-radius: 40px;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 24px;
}
body main #voice li div img {
  margin-bottom: 5px;
}
body main #flow {
  padding: 40px 20px;
  color: #fff;
}
body main #flow .gold {
  width: 240px;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.43rem;
  background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
  margin: 0 auto 10px;
}
body main #flow .main_title div:before {
  border-top: 1px solid #fff;
  content: "";
  flex-grow: 1;
  margin-right: 30px;
}
body main #flow .main_title div:after {
  border-top: 1px solid #fff;
  content: "";
  flex-grow: 1;
  margin-left: 30px;
}
body main #flow li {
  position: relative;
}
body main #flow li:not(:last-child) {
  padding-bottom: 20px;
}
body main #flow li:not(:last-child):after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
  width: 2px;
  height: 100%;
  top: 0;
  left: 32px;
  z-index: 0;
}
body main #flow li .fig {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
}
body main #flow li .fig::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 2px;
  border-radius: 50%;
  background: #fff;
}
body main #flow li div {
  width: calc(100% - 74px);
}
body main #flow li h3 {
  font-weight: bold;
  font-size: 1.14rem;
  margin: 10px 0;
}
body main #flow li p {
  font-size: 0.97rem;
}
body main #access {
  padding: 20px 0;
}
body main #access iframe {
  display: block;
  width: 100%;
}
body main #access .inner {
  padding: 40px 20px 20px;
}
body main #access .logo {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 10px;
  margin-bottom: 10px;
}
body main #access .logo img {
  width: 170px;
}
body main #access .logo h3 {
  width: 150px;
  border-radius: 20px;
  color: #fff;
  background: #ff8908;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
body main #access li {
  display: flex;
  align-items: stretch;
  gap: 0 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 500;
}
body main #access li h3 {
  width: 25%;
  padding: 10px;
}
body main #access li p {
  width: 75%;
  padding: 10px;
}
body main #faq {
  padding: 40px 20px;
}
body main #faq li {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 20px;
}
body main #faq li:not(:last-child) {
  margin-bottom: 20px;
}
body main #faq li h3 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.4;
  margin-bottom: 10px;
}
body main #faq li h3 .q {
  font-size: 1.7rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  font-weight: bold;
  background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body main #faq li h3 .title {
  font-size: 1.14rem;
  font-weight: bold;
}
body main #faq li div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.4;
}
body main #faq li div .a {
  font-size: 1.7rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  line-height: 1;
  color: #c40066;
}
body main #faq li div p {
  font-size: 1.14rem;
}
body footer h2 {
  border-bottom: 1px solid #d6d6d6;
}
body footer h2 a {
  display: block;
  padding: 20px;
  width: 200px;
  margin: 0 auto;
}
body footer .f_blc {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
}
body footer .f_blc .f_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
body footer .f_blc .f_nav a {
  display: block;
  font-size: 0.85rem;
}
body footer .f_blc .f_nav a:hover {
  color: #c40066;
}
body footer .f_blc small {
  display: block;
  font-size: 0.7rem;
}
body footer .pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #000;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 1.8rem;
  border-radius: 100px;
  text-align: center;
  transition: 0.7s;
  z-index: 10;
}
body footer .pagetop:hover {
  cursor: pointer;
  background: #ffea00;
}

@media (min-width: 769px) {
  #fixbtn {
    display: none;
  }
  .smonly {
    display: none;
  }
}
@media (max-width: 768px) {
  #fixbtn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    display: none;
    padding-bottom: env(safe-area-inset-bottom);
    background: #fff;
  }
  #fixbtn.is-show {
    display: block;
  }
  #fixbtn .btn {
    max-width: 400px;
    border-radius: 0;
  }
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */