.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

.sp_LL_display {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}
@media screen and (max-width: 460px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}

.animation_dokundokun {
  -webkit-animation: dokundokun 1300ms ease infinite;
          animation: dokundokun 1300ms ease infinite;
}

@-webkit-keyframes dokundokun {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes dokundokun {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/*--------------- fv ---------------*/
.fv {
  width: 100%;
  overflow: hidden;
}

.fv_img_pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .fv_img_pc {
    display: none;
  }
}

.fv_img_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .fv_img_sp {
    display: block;
  }
}

.fv_top {
  position: relative;
}

.fv_wrap {
  width: 78vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .fv_wrap {
    width: 92vw;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.fv_content {
  width: 37vw;
}
@media screen and (max-width: 600px) {
  .fv_content {
    width: 100%;
  }
}

.fv_txt {
  width: 27vw;
  margin: 0 auto 1vw;
}
@media screen and (max-width: 600px) {
  .fv_txt {
    width: 100%;
  }
}

.fv_txt_pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .fv_txt_pc {
    display: none;
  }
}

.fv_txt_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .fv_txt_sp {
    display: block;
  }
}

.fv_main {
  margin-bottom: 2vw;
}
@media screen and (max-width: 600px) {
  .fv_main {
    width: 74vw;
    position: relative;
    left: -5vw;
  }
}

@media screen and (max-width: 600px) {
  .fv_merit {
    width: 100%;
  }
}

.fv_merit_pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .fv_merit_pc {
    display: none;
  }
}

.fv_merit_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .fv_merit_sp {
    display: block;
  }
}

.fv_cta {
  background: -webkit-linear-gradient(330deg, #ffb3b3 0%, #ff6b6b 100%);
  background: linear-gradient(120deg, #ffb3b3 0%, #ff6b6b 100%);
  padding: 16px 0;
  position: relative;
}

.fv_cta_inner {
  position: relative;
  width: 78vw;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .fv_cta_inner {
    width: 270px;
  }
}
@media screen and (max-width: 600px) {
  .fv_cta_inner {
    width: 62vw;
  }
}

@media screen and (max-width: 800px) {
  .fv_cta_sp {
    width: 78vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .fv_cta_sp {
    width: 96vw;
  }
}

.fv_cta_content {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .fv_cta_content {
    width: 100%;
  }
}

.fv_cta_bubble {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto max(1vw, 10px);
  position: relative;
}
.fv_cta_bubble::before {
  content: "";
  position: absolute;
  width: 2px;
  height: max(1.2vw, 12px);
  background-color: #fff;
  left: min(-1.6vw, -16px);
  bottom: 0;
  -webkit-transform: rotate(-32deg);
      -ms-transform: rotate(-32deg);
          transform: rotate(-32deg);
}
.fv_cta_bubble::after {
  content: "";
  position: absolute;
  width: 2px;
  height: max(1.2vw, 12px);
  background-color: #fff;
  right: min(-1.6vw, -16px);
  bottom: 0;
  -webkit-transform: rotate(32deg);
      -ms-transform: rotate(32deg);
          transform: rotate(32deg);
}
.fv_cta_bubble span {
  color: #fff;
  font-weight: 700;
  font-size: max(1.25vw, 12.5px);
}
@media screen and (max-width: 600px) {
  .fv_cta_bubble span {
    font-size: 16px;
  }
}
.fv_cta_bubble span span {
  font-size: max(1.6vw, 16px);
  font-weight: 900;
}
@media screen and (max-width: 600px) {
  .fv_cta_bubble span span {
    font-size: 20px;
  }
}

.fv_cta_btn {
  width: 100%;
  display: block;
  background-color: #06c755;
  border: 4px solid #fff;
  border-radius: 100px;
  padding: max(1.2vw, 12px) 0 max(1.2vw, 12px) max(3vw, 30px);
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .fv_cta_btn {
    padding: 10px 0 10px 5.2vw;
    border: 3px solid #fff;
  }
}
.fv_cta_btn:hover {
  opacity: 0.6;
}

.fv_cta_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 0;
}
@media screen and (max-width: 600px) {
  .fv_cta_btn {
    padding: 0.5em 0;
  }
}

.fv_cta_btn_txt {
  font-size: max(1.6vw, 16px);
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .fv_cta_btn_txt {
    font-size: 4.2vw;
  }
}
.fv_cta_btn_txt span {
  font-size: max(1.25vw, 12.5px);
}
@media screen and (max-width: 600px) {
  .fv_cta_btn_txt span {
    font-size: 3.2vw;
  }
}

.fv_cta_btn_arrow {
  width: max(1vw, 10px);
  height: max(1.2vw, 12px);
  background-color: #fff;
  position: absolute;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 52%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: max(3vw, 30px);
}
@media screen and (max-width: 600px) {
  .fv_cta_btn_arrow {
    right: 3vw;
  }
}

.fv_cta_note {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  font-weight: 800;
  bottom: 0;
  right: 0;
  font-size: max(0.7vw, 10px);
}
@media screen and (max-width: 1000px) {
  .fv_cta_note {
    position: static;
    margin-top: 12px;
  }
}

.fv_cta_book {
  position: absolute;
  width: 20vw;
  bottom: 0;
  left: 52%;
}
@media screen and (max-width: 800px) {
  .fv_cta_book {
    width: 140px;
    position: static;
  }
}
@media screen and (max-width: 600px) {
  .fv_cta_book {
    width: 26.3vw;
  }
}

.fv_cta_book.move {
  -webkit-animation: yurayura 0.8s linear;
          animation: yurayura 0.8s linear;
}

@-webkit-keyframes yurayura {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes yurayura {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/*--------------- achievements ---------------*/
.achievements {
  position: relative;
  display: block;
  width: 100%;
  padding: 120px 0;
  background: #ffeded;
  background: -webkit-radial-gradient(circle, rgb(255, 237, 237) 0%, rgb(255, 249, 249) 50%, rgb(255, 237, 237) 100%);
  background: radial-gradient(circle, rgb(255, 237, 237) 0%, rgb(255, 249, 249) 50%, rgb(255, 237, 237) 100%);
}
@media screen and (max-width: 1000px) {
  .achievements {
    padding: 80px 0;
  }
}
@media screen and (max-width: 600px) {
  .achievements {
    padding: 40px 0;
  }
}
.achievements ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(100% - 20px, 1280px);
  padding: 0 30px;
  gap: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .achievements ul {
    gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  .achievements ul {
    gap: 40px;
    padding: 0 20px;
  }
}
.achievements ul li {
  position: relative;
  display: block;
  width: calc(50% - 40px);
}
@media screen and (max-width: 1000px) {
  .achievements ul li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 600px) {
  .achievements ul li {
    width: 100%;
  }
}
.achievements ul li h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: min(32px, 2.5vw);
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, from(#ffb3b3), to(#ff6b6b));
  background: -webkit-linear-gradient(left, #ffb3b3 0%, #ff6b6b 100%);
  background: linear-gradient(to right, #ffb3b3 0%, #ff6b6b 100%);
  margin-bottom: 32px;
  color: #fff;
  padding: 0.5em 0.25em;
  min-height: calc(2lh + 1em);
}
@media screen and (max-width: 600px) {
  .achievements ul li h2 {
    font-size: min(16px, 4.2666666667vw);
  }
}
.achievements ul li.achievement_img-1, .achievements ul li.achievement_img-2 {
  margin-top: auto;
}
.achievements ul li.achievement_img-3, .achievements ul li.achievement_img-4 {
  margin-bottom: auto;
}
.achievements ul li.achievement_img-4 .achievement_img-4_img {
  -webkit-filter: drop-shadow(15px 15px 10px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(15px 15px 10px rgba(0, 0, 0, 0.16));
}
.achievements ul li.achievement_img-4 .achievement_img-4-deco {
  position: absolute;
  top: min(110px, 8.59375vw);
  right: calc(-1 * min(157px, 12.265625vw) / 2);
  width: min(157px, 12.265625vw);
  height: auto;
  aspect-ratio: 157/158;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 600px) {
  .achievements ul li.achievement_img-4 .achievement_img-4-deco {
    top: 16vw;
    right: -6.6666666667vw;
    width: 26.6666666667vw;
  }
}
.achievements ul li img {
  display: block;
  width: 100%;
  height: auto;
}
.achievements ul li a {
  display: block;
}

/*--------------- trouble ---------------*/
.trouble {
  padding: 160px 0 80px;
  background-image: url(../img/trouble_bg.webp);
  background-position: bottom center;
  background-size: cover;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 1000px) {
  .trouble {
    padding: 80px 0;
  }
}
@media screen and (max-width: 600px) {
  .trouble {
    padding: 40px 0;
  }
}

.trouble_heading {
  font-family: "Noto Serif JP", serif;
  font-size: max(1.6vw, 24px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto 80px;
  line-height: 1.7;
  font-weight: 900;
}
@media screen and (max-width: 1000px) {
  .trouble_heading {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 600px) {
  .trouble_heading {
    margin: 0 auto 24px;
    font-size: 22px;
  }
}
@media screen and (max-width: 375px) {
  .trouble_heading {
    font-size: 21px;
  }
}

.trouble_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  gap: max(2vw, 20px);
}
@media screen and (max-width: 800px) {
  .trouble_list {
    display: grid;
    grid-template-columns: 160px 160px;
    gap: 16px;
  }
}
@media screen and (max-width: 375px) {
  .trouble_list {
    grid-template-columns: 140px 140px;
    gap: 4px;
  }
}

.trouble_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #333333;
  border-radius: 100%;
  -webkit-box-shadow: 4px 4px 8px rgba(51, 51, 51, 0.5);
          box-shadow: 4px 4px 8px rgba(51, 51, 51, 0.5);
  width: max(13.4vw, 160px);
  height: max(13.4vw, 160px);
}
@media screen and (max-width: 375px) {
  .trouble_item {
    width: 140px;
    height: 140px;
  }
}

.trouble_item span {
  color: #fff;
  font-size: max(1.2vw, 16px);
  text-align: center;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
}
@media screen and (max-width: 375px) {
  .trouble_item span {
    font-size: 14px;
  }
}

/*--------------- solution ---------------*/
.solution {
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  .solution {
    padding: 40px 0 0;
  }
}

.solution_content {
  position: relative;
}

.solution_img_left {
  position: absolute;
  top: 40px;
  left: 0;
  width: 31vw;
}
@media screen and (max-width: 600px) {
  .solution_img_left {
    width: 68vw;
    position: static;
  }
}

.solution_img_right {
  width: 35.4vw;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 600px) {
  .solution_img_right {
    width: 88vw;
    margin-left: auto;
    position: static;
  }
}

.solution_heading {
  font-family: "Noto Serif JP", serif;
  font-size: max(1.6vw, 24px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto 24px;
  line-height: 1.7;
  font-weight: 900;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 375px) {
  .solution_heading {
    font-size: 21px;
  }
}
.solution_heading span {
  color: #ff6b6b;
}

.solution_txt {
  position: relative;
  z-index: 2;
}

.solution_txt p {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
}
.solution_txt p span {
  color: #ff6b6b;
}

.solution_tag {
  font-size: max(1.2vw, 20px);
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  background-color: #ff6b6b;
  padding: 12px 24px;
  margin: 24px auto;
}
@media screen and (max-width: 600px) {
  .solution_tag {
    padding: 12px;
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  .solution_tag {
    padding: 12px 4px;
  }
}

.solution_main {
  background: -webkit-linear-gradient(330deg, #ffb3b3 0%, #ff6b6b 100%);
  background: linear-gradient(120deg, #ffb3b3 0%, #ff6b6b 100%);
  border-radius: 20px;
  padding: 12px 0;
  width: max(46vw, 460px);
  margin: 80px auto 160px;
}
@media screen and (max-width: 800px) {
  .solution_main {
    margin: 32px auto 40px;
  }
}
@media screen and (max-width: 600px) {
  .solution_main {
    width: 92vw;
  }
}

.solution_main h2 {
  font-family: "Noto Serif JP", serif;
  font-size: max(1.6vw, 24px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  line-height: 1.7;
  font-weight: 900;
  text-align: center;
  margin: 0 auto 0;
}
@media screen and (max-width: 375px) {
  .solution_main h2 {
    font-size: 22px;
  }
}

.solution_list {
  width: max(64vw, 780px);
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 800px) {
  .solution_list {
    width: 92vw;
  }
}
@media screen and (max-width: 600px) {
  .solution_list {
    margin: 0 auto 24px;
  }
}

.solution_item {
  background-color: #fff;
  border-radius: 10px;
  width: max(32.8vw, 400px);
  height: max(8.4vw, 100px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 0px max(4.8vw, 50px) rgba(255, 107, 107, 0.5);
          box-shadow: 0px 0px max(4.8vw, 50px) rgba(255, 107, 107, 0.5);
}
@media screen and (max-width: 800px) {
  .solution_item {
    -webkit-box-shadow: 0px 0px 12px rgba(255, 107, 107, 0.5);
            box-shadow: 0px 0px 12px rgba(255, 107, 107, 0.5);
  }
}
@media screen and (max-width: 600px) {
  .solution_item {
    max-width: 92vw;
    width: 340px;
  }
}
.solution_item:nth-child(1) {
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .solution_item:nth-child(1) {
    margin-bottom: 24px;
  }
}
.solution_item:nth-child(2) {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .solution_item:nth-child(2) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: static;
    margin-bottom: 24px;
    margin-left: auto;
  }
}

.solution_item_txt {
  font-size: 16px;
  line-height: 1.8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*--------------- message ---------------*/
.message_title {
  width: 60vw;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .message_title {
    width: 92vw;
  }
}

.message_heading {
  background-color: #fff;
  padding: 24px 0;
}

.message_heading h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: max(1vw, 18px);
  font-weight: 800;
  font-family: "Noto Serif JP", serif;
  line-height: 1.7;
  text-align: center;
}
.message_heading h2 span {
  color: #ff6b6b;
  font-size: max(1.6vw, 24px);
}
@media screen and (max-width: 600px) {
  .message_heading h2 span {
    font-size: 22px;
  }
}

.message_wrap {
  position: relative;
}

.message_img_left {
  position: absolute;
  top: 80px;
  left: 0;
  width: 32.8vw;
}
@media screen and (max-width: 1000px) {
  .message_img_left {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 600px) {
  .message_img_left {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 90vw;
    position: static;
  }
}

.message_img_left_pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .message_img_left_pc {
    display: none;
  }
}

.message_img_left_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .message_img_left_sp {
    display: block;
  }
}

.message_img_right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 48.8vw;
}
@media screen and (max-width: 1000px) {
  .message_img_right {
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .message_img_right {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    position: static;
  }
}

.message_img_right_pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .message_img_right_pc {
    display: none;
  }
}

.message_img_right_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .message_img_right_sp {
    display: block;
  }
}

.message_bg {
  width: 60vw;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  opacity: 0.05;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .message_bg {
    width: 92vw;
  }
}

.message_content {
  padding: 80px 0;
  background: -webkit-linear-gradient(top, rgba(255, 107, 107, 0.3) 0%, #ffeded 32px, #ffeded 50%, #ffeded calc(100% - 32px), rgba(255, 107, 107, 0.3) 100%);
  background: linear-gradient(180deg, rgba(255, 107, 107, 0.3) 0%, #ffeded 32px, #ffeded 50%, #ffeded calc(100% - 32px), rgba(255, 107, 107, 0.3) 100%);
  width: 78vw;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .message_content {
    width: 92vw;
  }
}
@media screen and (max-width: 600px) {
  .message_content {
    padding: 60px 0 12px;
  }
}

.message_inner {
  position: relative;
  z-index: 10;
}

.message_top {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.message_top p {
  font-size: 16px;
  text-align: center;
  line-height: 32px;
}
.message_top p:nth-child(1) {
  margin-bottom: 24px;
}
.message_top p span {
  color: #ff6b6b;
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  .message_top p span {
    font-size: 20px;
  }
}

.message_middle {
  width: max(26.4vw, 520px);
  margin: 80px auto;
}
@media screen and (max-width: 600px) {
  .message_middle {
    width: 90%;
    margin: 40px auto;
  }
}

.message_middle_pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .message_middle_pc {
    display: none;
  }
}

.message_middle_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .message_middle_sp {
    display: block;
  }
}

.message_bottom {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .message_bottom {
    margin: 0 auto 40px;
  }
}
.message_bottom .bg_txt {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  background-color: #ff6b6b;
  padding: 4px;
  line-height: 1;
}
.message_bottom .border_txt {
  text-decoration: underline;
  display: inline;
  -webkit-text-decoration-color: #ff6b6b;
          text-decoration-color: #ff6b6b;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.message_bottom p:nth-child(2) {
  line-height: 2;
}

.message_bottom p:not(:last-child) {
  margin-bottom: 24px;
}

/*--------------- point ---------------*/
.point_heading {
  background-color: #fff;
  padding: 24px 0;
}

.point_heading h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: max(1vw, 18px);
  font-weight: 800;
  font-family: "Noto Serif JP", serif;
  line-height: 1.7;
  text-align: center;
}
.point_heading h2 span {
  color: #ff6b6b;
  font-size: max(1.6vw, 24px);
}
@media screen and (max-width: 600px) {
  .point_heading h2 span {
    font-size: 22px;
  }
}

.point_wrap {
  background: -webkit-linear-gradient(top, rgba(255, 107, 107, 0.3) 0%, #ffeded 32px, #ffeded 100%);
  background: linear-gradient(180deg, rgba(255, 107, 107, 0.3) 0%, #ffeded 32px, #ffeded 100%);
  width: 78vw;
  margin: 0 auto;
  padding: 80px 0 40px;
}
@media screen and (max-width: 800px) {
  .point_wrap {
    width: 92vw;
  }
}
@media screen and (max-width: 600px) {
  .point_wrap {
    padding: 40px 0 40px;
  }
}

.point_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 68vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: max(1.2vw, 20px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 80px;
}
@media screen and (max-width: 600px) {
  .point_list {
    gap: 8px;
    margin: 0 auto 40px;
  }
}

.point_item {
  width: max(19vw, 360px);
  height: max(19vw, 360px);
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb3b3), to(#ff6b6b));
  background: -webkit-linear-gradient(top, #ffb3b3 0%, #ff6b6b 100%);
  background: linear-gradient(180deg, #ffb3b3 0%, #ff6b6b 100%);
  -webkit-box-shadow: 8px 8px 8px rgba(255, 179, 179, 0.4);
          box-shadow: 8px 8px 8px rgba(255, 179, 179, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: max(3.2vw, 62px);
}
@media screen and (max-width: 600px) {
  .point_item {
    width: 310px;
    height: 310px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 375px) {
  .point_item {
    width: 290px;
    height: 290px;
    padding-top: 46px;
  }
}

.point_item_num {
  width: max(3.8vw, 52px);
  margin: 0 auto max(0.4vw, 10px);
}
@media screen and (max-width: 600px) {
  .point_item_num {
    width: 32px;
    margin: 0 auto 6px;
  }
}

.point_item h3 {
  font-size: max(1.2vw, 20px);
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: 900;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
}
@media screen and (max-width: 600px) {
  .point_item h3 {
    font-size: 19px;
    margin: 0 auto 8px;
  }
}
@media screen and (max-width: 375px) {
  .point_item h3 {
    font-size: 18px;
    margin: 0 auto 6px;
  }
}

.point_item p {
  width: 76%;
  margin: 0 auto;
  color: #fff;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (max-width: 600px) {
  .point_item p {
    width: 64%;
    line-height: 1.4;
  }
}
@media screen and (max-width: 375px) {
  .point_item p {
    font-size: 15px;
  }
}

.point_txt {
  font-size: max(1.2vw, 20px);
  line-height: 2;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin: 0 auto 40px;
}
@media screen and (max-width: 800px) {
  .point_txt {
    font-size: 18px;
    margin: 0 auto 24px;
  }
}

.point_arrow {
  width: max(3.6vw, 50px);
  margin: 0 auto 40px;
}
@media screen and (max-width: 600px) {
  .point_arrow {
    width: 30px;
    margin: 0 auto 24px;
  }
}

/*--------------- book ---------------*/
.book {
  width: 68vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd600), color-stop(25%, #ff7a00), color-stop(46%, #ff0069), color-stop(75%, #d300c5), to(#7638fa));
  background: -webkit-linear-gradient(top, #ffd600 0%, #ff7a00 25%, #ff0069 46%, #d300c5 75%, #7638fa 100%);
  background: linear-gradient(180deg, #ffd600 0%, #ff7a00 25%, #ff0069 46%, #d300c5 75%, #7638fa 100%);
  border-radius: 16px;
  padding: 40px 0;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .book {
    width: 92vw;
  }
}
@media screen and (max-width: 600px) {
  .book {
    padding: 24px 0;
  }
}

.book_top_heading {
  display: block;
  font-size: max(1.2vw, 20px);
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .book_top_heading {
    font-size: 18px;
  }
}

.book_top_bubble {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 214, 0, 0.3)), color-stop(50%, #ffffff), to(rgba(255, 214, 0, 0.3)));
  background: -webkit-linear-gradient(left, rgba(255, 214, 0, 0.3) 0%, #ffffff 50%, rgba(255, 214, 0, 0.3) 100%);
  background: linear-gradient(90deg, rgba(255, 214, 0, 0.3) 0%, #ffffff 50%, rgba(255, 214, 0, 0.3) 100%);
  padding: 12px 0;
}
.book_top_bubble span {
  font-weight: 500;
  font-size: 16px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .book_img_pc {
    display: none;
  }
}

.book_img_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .book_img_sp {
    display: block;
  }
}

.book_bottom {
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  .book_bottom {
    padding: 0 12px;
  }
}
@media screen and (max-width: 600px) {
  .book_bottom {
    padding: 0 8px;
  }
}

.book_inner {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 0;
}
@media screen and (max-width: 600px) {
  .book_inner {
    padding: 16px 12px;
  }
}

.book_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  gap: 16px;
}
@media screen and (max-width: 600px) {
  .book_heading {
    margin: 0 auto 12px;
  }
}
.book_heading img {
  width: max(1.6vw, 24px);
}
@media screen and (max-width: 600px) {
  .book_heading img {
    width: 20px;
  }
}
.book_heading h3 {
  font-size: max(1.2vw, 20px);
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .book_heading h3 {
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
  }
}

.book_list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}
@media screen and (max-width: 600px) {
  .book_list {
    margin: 0 auto 24px;
  }
}

.book_item {
  display: grid;
  grid-template-columns: 30px 1fr;
  padding: 8px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  .book_item {
    grid-template-columns: 20px 1fr;
    gap: 4px;
  }
}
.book_item span {
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .book_item span {
    font-size: 16px;
    line-height: 1.3;
  }
}

.book_item:not(:last-child) {
  position: relative;
}
.book_item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 54vw;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 2px dashed #ff6b6b;
}
@media screen and (max-width: 600px) {
  .book_item:not(:last-child)::after {
    width: 76vw;
  }
}

.book_cta_bubble {
  font-size: max(1.2vw, 18px);
  font-weight: 900;
  color: #7e33f6;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
}
.book_cta_bubble::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: max(1.4vw, 20px);
  -webkit-transform: rotate(-32deg);
      -ms-transform: rotate(-32deg);
          transform: rotate(-32deg);
  background-color: #7e33f6;
  left: min(-1.6vw, -16px);
  bottom: 0;
}
.book_cta_bubble::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: max(1.4vw, 20px);
  -webkit-transform: rotate(32deg);
      -ms-transform: rotate(32deg);
          transform: rotate(32deg);
  background-color: #7e33f6;
  right: min(-1.6vw, -16px);
  bottom: 0;
}
.book_cta_bubble span span span {
  font-size: max(1.6vw, 24px);
}

.book_cta_btn {
  background-color: #06c755;
  padding: max(1.2vw, 16px) max(5.4vw, 60px) max(1.2vw, 16px) max(3vw, 36px);
  display: block;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .book_cta_btn {
    padding: 12px 42px 12px 28px;
  }
}
@media screen and (max-width: 375px) {
  .book_cta_btn {
    padding: 12px 32px 12px 22px;
  }
}
.book_cta_btn:hover {
  opacity: 0.6;
}
.book_cta_btn::after {
  content: "";
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3vw;
  width: max(1.2vw, 16px);
  height: max(1.2vw, 16px);
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 600px) {
  .book_cta_btn::after {
    right: 16px;
    width: 12px;
  }
}
@media screen and (max-width: 375px) {
  .book_cta_btn::after {
    right: 10px;
  }
}

.book_cta_btn_txt {
  color: #fff;
  font-size: max(1.6vw, 20px);
  font-weight: 800;
}
@media screen and (max-width: 600px) {
  .book_cta_btn_txt {
    line-height: 1.3;
    font-size: 18px;
  }
}
.book_cta_btn_txt span {
  font-size: max(1.2vw, 16px);
}

.book_cta_note {
  font-size: 14px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0;
}
@media screen and (max-width: 600px) {
  .book_cta_note {
    font-size: 12px;
  }
}

/*--------------- get ---------------*/
.get {
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  .get {
    padding: 40px 0 0;
  }
}

.get_heading_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
}
@media screen and (max-width: 600px) {
  .get_heading_top {
    gap: 4px;
  }
}
.get_heading_top img {
  width: max(35.8vw, 500px);
}
@media screen and (max-width: 600px) {
  .get_heading_top img {
    width: 320px;
  }
}
@media screen and (max-width: 375px) {
  .get_heading_top img {
    width: 280px;
  }
}
.get_heading_top span {
  font-size: max(1.6vw, 22px);
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 600px) {
  .get_heading_top span {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  .get_heading_top span {
    font-size: 16px;
  }
}

.get_heading_bottom {
  font-size: max(1.6vw, 20px);
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  color: #ff6b6b;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.get_content {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .get_content {
    padding: 40px 0 0;
  }
}

.get_img_left {
  position: absolute;
  width: 41vw;
  top: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  .get_img_left {
    width: 94vw;
    position: static;
  }
}

.get_img_right {
  position: absolute;
  width: 30vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 600px) {
  .get_img_right {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: static;
    width: 92vw;
    margin-left: auto;
  }
}

.get_list {
  width: max(64vw, 780px);
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  .get_list {
    width: 92vw;
  }
}
@media screen and (max-width: 600px) {
  .get_list {
    margin: 0 auto 24px;
  }
}

.get_item {
  background-color: #fff;
  border-radius: 10px;
  width: max(32.8vw, 400px);
  height: max(8.4vw, 100px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 0px max(1.6vw, 20px) rgba(255, 107, 107, 0.5);
          box-shadow: 0px 0px max(1.6vw, 20px) rgba(255, 107, 107, 0.5);
}
@media screen and (max-width: 800px) {
  .get_item {
    -webkit-box-shadow: 0px 0px 12px rgba(255, 107, 107, 0.5);
            box-shadow: 0px 0px 12px rgba(255, 107, 107, 0.5);
  }
}
@media screen and (max-width: 600px) {
  .get_item {
    max-width: 92vw;
    width: 300px;
    height: 80px;
  }
}
.get_item:nth-child(1) {
  margin-bottom: 40px;
}
.get_item:nth-child(2) {
  position: absolute;
  top: max(4.2vw, 50px);
  right: 0;
}
@media screen and (max-width: 800px) {
  .get_item:nth-child(2) {
    position: static;
  }
}
.get_item:nth-child(3) {
  margin-bottom: 40px;
}
.get_item:nth-child(4) {
  position: absolute;
  bottom: max(4.2vw, 50px);
  right: 0;
}
@media screen and (max-width: 800px) {
  .get_item:nth-child(4) {
    position: static;
  }
}
@media screen and (max-width: 1200px) {
  .get_item {
    line-height: 1.5;
  }
}
.get_item:nth-child(even) {
  margin-left: auto;
}
@media screen and (max-width: 800px) {
  .get_item:not(:last-child) {
    margin-bottom: 12px;
  }
}

/*--------------- profile ---------------*/
.profile {
  padding: 80px 0;
  background-color: #fff9f9;
}

.profile_wrap {
  width: max(64vw, 780px);
  margin: 0 auto;
  background-color: #fff;
  border-radius: 16px;
  border: 3px solid #ff6b6b;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .profile_wrap {
    grid-template-columns: 1fr;
    width: 92vw;
  }
}
@media screen and (max-width: 600px) {
  .profile_wrap {
    padding: 16px;
  }
}

.profile_heading {
  display: block;
  font-size: max(1.6vw, 20px);
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb3b3), to(#ff6b6b));
  background: -webkit-linear-gradient(top, #ffb3b3 0%, #ff6b6b 100%);
  background: linear-gradient(180deg, #ffb3b3 0%, #ff6b6b 100%);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: max(0.8vw, 8px) 0;
  margin-bottom: 12px;
}
.profile_heading h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
}

.profile_txt p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.profile_txt span {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  display: block;
  margin-bottom: 8px;
}

.profile_line {
  height: 2px;
  width: 100%;
  background-color: #ff6b6b;
  margin: 24px 0;
}

.profile_img {
  padding-left: 5vw;
}
@media screen and (max-width: 800px) {
  .profile_img {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
        -ms-flex-order: -2;
            order: -2;
    padding-left: 0;
    max-width: 320px;
    margin: 0 auto 24px;
  }
}

/*--------------- footer ---------------*/
.container {
  padding: 120px 0;
  width: max(64vw, 780px);
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .container {
    padding: 80px 0;
  }
}
@media screen and (max-width: 600px) {
  .container {
    width: 92%;
  }
}

.footer {
  padding: 12px 0;
  background-color: #ff6b6b;
}
@media screen and (max-width: 600px) {
  .footer {
    padding: 16px 0 40px;
  }
}

.footer a {
  color: #fff;
  -webkit-transform: all 0.4s;
      -ms-transform: all 0.4s;
          transform: all 0.4s;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .footer a {
    font-size: 14px;
  }
}
.footer a:hover {
  opacity: 0.8;
}

.footer_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .footer_wrap {
    font-size: 12px;
  }
}

/*---------------  ---------------*/