.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 {
  animation: dokundokun 1300ms ease infinite;
}

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

.scrollin {
  opacity: 1;
  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%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .fv_wrap {
    width: 92vw;
    top: 50%;
    left: 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: 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: flex;
    align-items: 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: -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;
  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;
  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;
  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_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%;
  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: -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 {
  animation: yurayura 0.8s linear;
}

@keyframes yurayura {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*--------------- 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: -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: flex;
  align-items: center;
  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: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
  border-radius: 100%;
  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: -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: -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: -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: 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: -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: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px max(4.8vw, 50px) rgba(255, 107, 107, 0.5);
}
@media screen and (max-width: 800px) {
  .solution_item {
    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%;
  transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .solution_item:nth-child(2) {
    transform: none;
    position: static;
    margin-bottom: 24px;
    margin-left: auto;
  }
}

.solution_item_txt {
  font-size: 16px;
  line-height: 1.8;
  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: -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%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 600px) {
  .message_img_left {
    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%;
  transform: translateY(-50%);
  right: 0;
  width: 48.8vw;
}
@media screen and (max-width: 1000px) {
  .message_img_right {
    top: auto;
    transform: none;
    bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .message_img_right {
    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%;
  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: 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: -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: -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;
  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: -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: 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: flex;
  flex-wrap: wrap;
  width: 68vw;
  justify-content: center;
  gap: max(1.2vw, 20px);
  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: linear-gradient(180deg, #FFB3B3 0%, #FF6B6B 100%);
  box-shadow: 8px 8px 8px rgba(255, 179, 179, 0.4);
  display: flex;
  align-items: start;
  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: -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: 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: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .book_top_heading {
    font-size: 18px;
  }
}

.book_top_bubble {
  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: -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: flex;
  align-items: center;
  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: -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;
  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%;
  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: -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);
  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);
  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: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  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%;
  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: -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: flex;
  align-items: center;
  gap: 12px;
  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: -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%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 600px) {
  .get_img_right {
    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: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px max(1.6vw, 20px) rgba(255, 107, 107, 0.5);
}
@media screen and (max-width: 800px) {
  .get_item {
    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;
  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: 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: -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 {
    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;
  transform: all 0.4s;
  display: block;
  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: flex;
  align-items: center;
  gap: 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .footer_wrap {
    font-size: 12px;
  }
}

/*---------------  ---------------*//*# sourceMappingURL=index.css.map */