@charset "UTF-8";
.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;
  }
}

.animation_shiny_orange {
  background: #F9951C;
  background: linear-gradient(-45deg, #F9951C 50%, #fcc37f 60%, #F9951C 70%);
  background-size: 600% 100%;
  animation: shine 20s infinite;
  animation-delay: 0s;
  animation-timing-function: linear;
}

.animation_shiny_green {
  background: #15B1C8;
  background: linear-gradient(-45deg, #15B1C8 50%, #56daed 60%, #15B1C8 70%);
  background-size: 600% 100%;
  animation: shine 20s infinite;
  animation-delay: 0s;
  animation-timing-function: linear;
}

@keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

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

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #2E2E2E;
}
@media screen and (max-width: 460px) {
  body {
    position: static;
  }
}

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

a {
  text-decoration: none;
}

/* 上層固定背景 */
.bg {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
  background-image: url(../img/lp-img/lp_bg.webp);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media screen and (max-width: 460px) {
  .bg {
    display: none;
  }
}

/* 上層固定背景 内部 */
.bg_content {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 800px) {
  .bg_content {
    display: none;
  }
}

.bg_logo {
  width: 12.6vw;
  position: absolute;
  top: 1.6vw;
  left: 7.8vw;
}

.bg_border_left {
  width: 2.7vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bg_border_right {
  width: 2.7vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.bg_link {
  display: flex;
  flex-direction: column;
  gap: max(1.4vw, 16px);
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 20vw;
}
@media screen and (max-width: 1000px) {
  .bg_link {
    left: 10vw;
  }
}

.bg_link a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}
.bg_link a:hover {
  opacity: 0.6;
}

.bg_link img {
  width: max(1.8vw, 22px);
}

.bg_link span {
  font-size: max(1.4vw, 20px);
  font-weight: 700;
}

.lp_body {
  position: absolute;
  z-index: 3;
  margin-inline: auto;
  width: 100%;
  max-width: 375px;
  top: 0;
  right: 15%;
  background-color: #FFF;
  box-shadow: 0px 0px 0.8vw #333;
}
@media screen and (max-width: 1200px) {
  .lp_body {
    right: 10%;
  }
}
@media screen and (max-width: 1000px) {
  .lp_body {
    right: 5%;
  }
}
@media screen and (max-width: 800px) {
  .lp_body {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 460px) {
  .lp_body {
    position: static;
    transform: none;
    margin-inline: 0;
    overflow-x: hidden;
    max-width: 460px;
  }
}

/*--------------- fv ---------------*/
.fv {
  width: 100%;
  height: 460px;
  background-image: url(../img/lp-img/fv_bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
@media screen and (max-width: 460px) {
  .fv {
    height: 122.6vw;
  }
}

.fv_logo {
  width: 66px;
  position: absolute;
  top: 14px;
  left: 20px;
}

.fv_hamburger_menu {
  display: none;
}
@media screen and (max-width: 800px) {
  .fv_hamburger_menu {
    display: block;
    position: absolute;
    top: 8px;
    right: 20px;
    z-index: 20;
  }
}

.mask {
  display: none;
  padding: 180px 0;
}
@media screen and (max-width: 800px) {
  .mask {
    display: block;
    position: fixed;
    opacity: 0;
    top: 0;
    right: -1000px;
    height: 100vh;
    width: 100%;
    background: #777;
    z-index: -4;
    transition: all 0.5s;
  }
}

.mask .fv_link {
  margin: 0 auto 36px;
  width: -moz-fit-content;
  width: fit-content;
}

.mask .fv_link a {
  font-size: 18px;
  color: #FFF;
  font-weight: 600;
  display: block;
  margin-bottom: 16px;
  transform: all 0.3s;
}
.mask .fv_link a:hover {
  opacity: 0.6;
}

.open.mask {
  opacity: 1;
  z-index: 10;
  right: 0;
}

.toggle_btn {
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  z-index: 5;
}
.toggle_btn:hover {
  opacity: 0.7;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  height: 4px;
  background-color: #777;
  border-radius: 1000px;
  transition: all 0.5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
  width: 100%;
}
.toggle_btn span:nth-child(2) {
  top: 16px;
  width: 100%;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
  width: 100%;
}

.open .toggle_btn span {
  background-color: #FFF;
  transition: all 0.5s;
}
.open .toggle_btn span:nth-child(1) {
  top: 18px;
  transform: rotate(45deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  bottom: 14px;
  transform: rotate(-45deg);
}

/*--------------- point ---------------*/
.point_top {
  padding-top: 16px;
}

.point_top_heading {
  margin-bottom: 24px;
}

.point_top_heading div {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto 8px;
}
.point_top_heading div::after {
  content: "";
  position: absolute;
  width: 275px;
  height: 10px;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F5F8B1;
  border-radius: 1000px;
  z-index: -1;
}
@media screen and (max-width: 460px) {
  .point_top_heading div::after {
    z-index: 0;
  }
}

.point_top_heading div h2 {
  font-size: 22px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
}

.point_top_heading h3 {
  font-size: 16px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4px;
}

.point_top_list {
  display: grid;
  grid-template-columns: 170px 170px;
  row-gap: 4px;
  -moz-column-gap: 12px;
       column-gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
}
@media screen and (max-width: 400px) {
  .point_top_list {
    grid-template-columns: 160px 160px;
  }
}
@media screen and (max-width: 375px) {
  .point_top_list {
    grid-template-columns: 150px 150px;
  }
}
@media screen and (max-width: 350px) {
  .point_top_list {
    grid-template-columns: 140px 140px;
  }
}

.point_bottom {
  padding-top: 16px;
}

.point_bottom h2 {
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
  font-weight: 700;
}
@media screen and (max-width: 375px) {
  .point_bottom h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 350px) {
  .point_bottom h2 {
    font-size: 20px;
  }
}
.point_bottom h2 span {
  color: #F9951C;
}

.point_bottom_list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 26px;
}

.point_bottom_item {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 16px;
  padding: 14px 12px;
  border-radius: 6px;
  border: 3px solid #15B1C8;
}
@media screen and (max-width: 400px) {
  .point_bottom_item {
    grid-template-columns: 27px 1fr;
    gap: 8px;
  }
}
@media screen and (max-width: 350px) {
  .point_bottom_item {
    padding: 10px 10px;
  }
}

.point_bottom_item img {
  width: 30px;
}
@media screen and (max-width: 400px) {
  .point_bottom_item img {
    width: 27px;
  }
}

.point_bottom_item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 400px) {
  .point_bottom_item p {
    font-size: 15px;
  }
}

.point_bottom_boundary {
  background: linear-gradient(180deg, #FFF 0%, #FFF 50%, rgba(200, 249, 230, 0.1) 50%, rgba(200, 249, 230, 0.1) 100%);
}

/*--------------- cta ---------------*/
.cta {
  background-color: rgba(200, 249, 230, 0.1);
}

.cta_content {
  padding: 32px 0 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.cta_btn {
  display: block;
  width: 320px;
  height: 82px;
  position: relative;
  transition: all 0.3s;
  z-index: 5;
}
@media screen and (max-width: 375px) {
  .cta_btn {
    width: 290px;
  }
}
@media screen and (max-width: 350px) {
  .cta_btn {
    width: 275px;
  }
}
.cta_btn:hover {
  opacity: 0.6;
}
.cta_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(5, 36, 41, 0.27);
  border-radius: 6px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}

.cta_btn_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.cta_btn_green {
  margin-bottom: 16px;
}

.cta_btn_green .cta_btn_inner {
  background-color: #15B1C8;
}

.cta_btn_orange .cta_btn_inner {
  background-color: #F9951C;
}

.cta_btn_txt {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding-right: 14px;
  padding-bottom: 1px;
}

.cta_btn_txt span {
  display: block;
  color: #FFF;
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 375px) {
  .cta_btn_txt span {
    font-size: 22px;
  }
}
@media screen and (max-width: 350px) {
  .cta_btn_txt span {
    font-size: 21px;
  }
}
.cta_btn_txt span.small_txt {
  font-size: 16px;
  margin-bottom: 4px;
}

.cta_btn_icon {
  position: absolute;
  border-radius: 100%;
  background-color: #FFF;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 350px) {
  .cta_btn_icon {
    width: 22px;
    height: 22px;
  }
}

.cta_btn_icon_triangle {
  width: 10px;
  height: 8px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-top: 1px;
}

.cta_btn_green .cta_btn_icon_triangle {
  background-color: #15B1C8;
}

.cta_btn_orange .cta_btn_icon_triangle {
  background-color: #F9951C;
}

.cta_boundary_top {
  background: linear-gradient(180deg, rgba(252, 245, 234, 0.3) 0%, rgba(252, 245, 234, 0.3) 50%, rgba(200, 249, 230, 0.1) 50%, rgba(200, 249, 230, 0.1) 100%);
}

.cta_boundary_bottom {
  background: linear-gradient(180deg, rgba(200, 249, 230, 0.1) 0%, rgba(200, 249, 230, 0.1) 50%, #FFF 50%, #FFF 100%);
}

.cta_bottom .cta_boundary_top {
  background: linear-gradient(180deg, #FFF 0%, #FFF 50%, rgba(200, 249, 230, 0.1) 50%, rgba(200, 249, 230, 0.1) 100%);
}

.cta-fixed {
  display: none;
}
@media screen and (max-width: 460px) {
  .cta-fixed {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 30;
    background-color: #FFF;
  }
}

.cta-fixed_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.cta-fixed_inner .cta_btn {
  width: 100%;
  margin-bottom: 0;
  height: 64px;
}
.cta-fixed_inner .cta_btn::after {
  display: none;
}
.cta-fixed_inner .cta_btn .cta_btn_txt {
  padding: 0;
}
.cta-fixed_inner .cta_btn span {
  font-size: 4.3vw;
}
.cta-fixed_inner .cta_btn span.small_txt {
  font-size: 3.6vw;
}

/*--------------- trouble ---------------*/
.trouble {
  background-color: #ECECEC;
  padding: 40px 0;
}

.trouble_heading {
  font-family: "kozuka-mincho-pro", serif;
  margin-bottom: 24px;
}

.trouble_heading_top {
  display: block;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 500;
}

.trouble_heading h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 375px) {
  .trouble_heading h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 350px) {
  .trouble_heading h2 {
    font-size: 21px;
  }
}
.trouble_heading h2 span {
  font-size: 32px;
  border-bottom: 2px solid #F9951C;
  font-weight: 700;
}
@media screen and (max-width: 375px) {
  .trouble_heading h2 span {
    font-size: 28px;
  }
}
@media screen and (max-width: 350px) {
  .trouble_heading h2 span {
    font-size: 26px;
  }
}

.trouble_img {
  width: 98%;
  margin: 0 auto 32px;
}

.trouble_bottom {
  font-family: "kozuka-mincho-pro", serif;
}

.trouble_bottom_small {
  font-size: 16px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4px;
}

.trouble_bottom_main {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 350px) {
  .trouble_bottom_main {
    font-size: 22px;
  }
}
.trouble_bottom_main span {
  font-size: 32px;
  color: #F9951C;
  font-weight: 700;
}
@media screen and (max-width: 350px) {
  .trouble_bottom_main span {
    font-size: 30px;
  }
}

/*--------------- case ---------------*/
.case {
  background-color: rgba(252, 245, 234, 0.3);
  padding-top: 60px;
}

.case_bg {
  background-image: url(../img/lp-img/case_bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.case_heading {
  background: linear-gradient(90deg, #31BDCA 0%, #ADF1CC 100%);
  padding-top: 16px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
          clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
  position: relative;
  top: -60px;
}

.case_heading_top {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.case_heading_top span {
  font-size: 24px;
  font-weight: 400;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 350px) {
  .case_heading_top span {
    font-size: 22px;
  }
}

.light_icon {
  width: 25px;
}

.case_heading_main {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media screen and (max-width: 350px) {
  .case_heading_main {
    font-size: 22px;
  }
}
.case_heading_main span {
  -webkit-text-decoration: underline double #FFF;
          text-decoration: underline double #FFF;
}

.case_heading_img {
  width: 210px;
  margin: 0 auto;
}

.case_list {
  padding: 0 0 40px;
}

.case_item {
  background-color: #FFF;
  width: 308px;
  padding: 34px 14px;
  border-radius: 12px;
  border: 2px solid #15B1C8;
  position: relative;
  margin: 0 auto 60px;
}
@media screen and (max-width: 375px) {
  .case_item {
    width: 290px;
    padding: 30px 14px;
  }
}
@media screen and (max-width: 350px) {
  .case_item {
    width: 280px;
    padding: 26px 12px;
  }
}
.case_item:last-child {
  margin: 0 auto;
}

.case_item_number {
  background-color: #15B1C8;
  border-radius: 100%;
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -36px;
}
@media screen and (max-width: 375px) {
  .case_item_number {
    top: -42px;
    width: 68px;
    height: 68px;
  }
}
.case_item_number span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  margin-top: 4px;
}
@media screen and (max-width: 375px) {
  .case_item_number span {
    font-size: 18px;
  }
}

.case_item:nth-child(odd) .case_item_number {
  left: -28px;
}
@media screen and (max-width: 375px) {
  .case_item:nth-child(odd) .case_item_number {
    left: -8px;
  }
}

.case_item:nth-child(even) .case_item_number {
  right: -28px;
}
@media screen and (max-width: 375px) {
  .case_item:nth-child(even) .case_item_number {
    right: -8px;
  }
}

.case_item_txt h3 {
  font-family: "kozuka-mincho-pro", serif;
  font-size: 20px;
  font-weight: 700;
  color: #15B1C8;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  line-height: 1.6;
}
@media screen and (max-width: 350px) {
  .case_item_txt h3 {
    font-size: 19px;
  }
}

.case_item_txt img {
  margin: 18px 0;
}

.case_item_txt p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 350px) {
  .case_item_txt p {
    font-size: 15px;
  }
}

/*--------------- service ---------------*/
.service {
  background: linear-gradient(180deg, #FFFFFF 0%, #FBF5EE 100%);
  padding: 10px 0 40px;
}

.service_heading {
  margin-bottom: 24px;
}

.service_heading span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 14px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 350px) {
  .service_heading span {
    font-size: 22px;
  }
}
.service_heading span:last-child {
  margin: 0 auto;
}

.service_heading .yellow_marker {
  position: relative;
  z-index: 1;
}
.service_heading .yellow_marker::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F5F8B1;
  border-radius: 1000px;
  z-index: -1;
}

.service_top p {
  font-size: 16px;
  line-height: 1.8;
  width: 320px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 350px) {
  .service_top p {
    font-size: 15px;
    width: 290px;
  }
}

.service_graph {
  width: 344px;
  margin: 0 auto;
}
@media screen and (max-width: 375px) {
  .service_graph {
    width: 90%;
  }
}

.service_bottom {
  padding-top: 28px;
  width: 100%;
  background-image: url(../img/lp-img/service_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
}

.service_bottom p {
  font-size: 16px;
  line-height: 1.8;
  width: 320px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 350px) {
  .service_bottom p {
    font-size: 15px;
    width: 290px;
  }
}

.service_bottom img {
  width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 350px) {
  .service_bottom img {
    width: 90%;
  }
}

/*--------------- voice ---------------*/
.voice_top {
  background: linear-gradient(180deg, #16B2C8 0%, #ADF1CC 100%);
  padding: 28px 0 54px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 56% 88%, 50% 100%, 44% 88%, 0 88%);
          clip-path: polygon(0 0, 100% 0, 100% 88%, 56% 88%, 50% 100%, 44% 88%, 0 88%);
  position: relative;
}

.voice_top .light_icon {
  position: absolute;
  width: 44px;
  bottom: 32px;
  right: 34px;
}
@media screen and (max-width: 350px) {
  .voice_top .light_icon {
    width: 38px;
    bottom: 28px;
    right: 14px;
  }
}

.voice_top_txt {
  font-size: 16.5px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
}
@media screen and (max-width: 375px) {
  .voice_top_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 350px) {
  .voice_top_txt {
    font-size: 15px;
  }
}

.voice_top_txt_row {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
}
.voice_top_txt_row:nth-child(2) {
  margin: 0 auto 18px;
}
.voice_top_txt_row:nth-child(3) {
  margin: 0 auto;
}

.voice_top_txt .yellow_txt {
  font-size: 24px;
  color: #F5F8B1;
}
@media screen and (max-width: 375px) {
  .voice_top_txt .yellow_txt {
    font-size: 21px;
  }
}

.voice_top_txt .yellow_marker {
  font-size: 24px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 375px) {
  .voice_top_txt .yellow_marker {
    font-size: 21px;
  }
}
@media screen and (max-width: 350px) {
  .voice_top_txt .yellow_marker {
    font-size: 19px;
  }
}
.voice_top_txt .yellow_marker::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 10px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F5F8B1;
  border-radius: 1000px;
  z-index: -1;
}

.voice_top_txt .big_txt {
  font-size: 20px;
}
@media screen and (max-width: 350px) {
  .voice_top_txt .big_txt {
    font-size: 18px;
  }
}

.voice_list {
  padding: 20px 0 40px;
}

.voice_item {
  padding: 30px 0;
  width: 340px;
  margin: 0 auto 24px;
  border-radius: 12px;
  border: 3px solid #15B1C8;
}
@media screen and (max-width: 375px) {
  .voice_item {
    width: 310px;
  }
}
@media screen and (max-width: 350px) {
  .voice_item {
    width: 280px;
  }
}
.voice_item:last-child {
  margin: 0 auto;
}

.voice_item h3 {
  font-weight: 700;
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 18px;
}
.voice_item h3 span {
  font-size: 16px;
}

.voice_item_info {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 8px;
  width: 320px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 350px) {
  .voice_item_info {
    grid-template-columns: 130px 1fr;
  }
}

.voice_item_info img {
  width: 140px;
}
@media screen and (max-width: 350px) {
  .voice_item_info img {
    width: 130px;
  }
}

.voice_item_info ul {
  font-size: 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 375px) {
  .voice_item_info ul {
    font-size: 19px;
  }
}
@media screen and (max-width: 350px) {
  .voice_item_info ul {
    font-size: 17px;
  }
}

.voice_item_txt_top {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #15B1C8;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
}
@media screen and (max-width: 375px) {
  .voice_item_txt_top {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .voice_item_txt_top {
    font-size: 16px;
  }
}

.voice_item_txt_bottom {
  width: 304px;
  margin: 0 auto;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 375px) {
  .voice_item_txt_bottom {
    width: 285px;
    font-size: 16px;
  }
}
@media screen and (max-width: 350px) {
  .voice_item_txt_bottom {
    width: 265px;
    font-size: 15px;
  }
}

/*--------------- plan ---------------*/
.plan_top {
  padding: 10px 0 40px;
  overflow-x: hidden;
  position: relative;
}

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

.plan_top_txt {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 500;
  font-size: 32px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 375px) {
  .plan_top_txt {
    font-size: 30px;
  }
}
.plan_top_txt span {
  font-size: 24px;
}
@media screen and (max-width: 375px) {
  .plan_top_txt span {
    font-size: 22px;
  }
}

.plan_top_img {
  width: 340px;
  margin: 0 auto;
}
@media screen and (max-width: 375px) {
  .plan_top_img {
    width: 94%;
  }
}

.plan_top_bg_left {
  position: absolute;
  width: 196px;
  top: 24px;
  left: -44px;
}

.plan_top_bg_right {
  position: absolute;
  width: 174px;
  bottom: 8px;
  right: -24px;
}

.plan_item {
  position: relative;
  margin-bottom: 40px;
}

.plan_item_inner {
  background-image: url(../img/lp-img/plan_item_bg.webp);
  background-size: contain;
  background-repeat: repeat-y;
  width: 330px;
  padding: 26px 0 8px;
}
@media screen and (max-width: 375px) {
  .plan_item_inner {
    width: 310px;
  }
}
@media screen and (max-width: 350px) {
  .plan_item_inner {
    width: 290px;
  }
}

.plan_item:nth-child(1) .plan_item_inner {
  padding: 26px 0 268px;
}
@media screen and (max-width: 375px) {
  .plan_item:nth-child(1) .plan_item_inner {
    padding: 26px 0 72vw;
  }
}
.plan_item:nth-child(1) .plan_img {
  position: absolute;
  width: 352px;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 375px) {
  .plan_item:nth-child(1) .plan_img {
    width: 92%;
  }
}

.plan_item:nth-child(2) .plan_item_inner {
  padding: 26px 0 256px;
}
@media screen and (max-width: 375px) {
  .plan_item:nth-child(2) .plan_item_inner {
    padding: 26px 0 70vw;
  }
}
.plan_item:nth-child(2) .plan_img {
  position: absolute;
  width: 360px;
  bottom: 18px;
  left: 0;
}
@media screen and (max-width: 375px) {
  .plan_item:nth-child(2) .plan_img {
    width: 94%;
  }
}

.plan_item:nth-child(3) .plan_item_inner {
  padding: 26px 0 246px;
}
@media screen and (max-width: 375px) {
  .plan_item:nth-child(3) .plan_item_inner {
    padding: 26px 0 64vw;
  }
}
.plan_item:nth-child(3) .plan_item_heading h4 {
  line-height: 1;
}
.plan_item:nth-child(3) .plan_img {
  position: absolute;
  width: 350px;
  bottom: 18px;
  right: 0;
}
@media screen and (max-width: 375px) {
  .plan_item:nth-child(3) .plan_img {
    width: 95%;
  }
}

.plan_item:nth-child(4) .plan_item_inner {
  padding: 26px 0 400px;
}
@media screen and (max-width: 375px) {
  .plan_item:nth-child(4) .plan_item_inner {
    padding: 26px 0 100vw;
  }
}
.plan_item:nth-child(4) .plan_img {
  position: absolute;
  width: 360px;
  bottom: 18px;
  left: 0;
}
@media screen and (max-width: 375px) {
  .plan_item:nth-child(4) .plan_img {
    width: 94%;
  }
}

.plan_item:nth-child(odd) .plan_item_inner {
  border: 9px solid #BCF6FF;
  border-left: none;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.plan_item:nth-child(odd) .plan_item_inner .plan_item_line {
  background-color: #BCF6FF;
}
.plan_item:nth-child(odd) .plan_item_inner .plan_item_heading {
  background-color: #15B1C8;
}
.plan_item:nth-child(odd) .plan_item_inner .plan_item_price {
  color: #15B1C8;
}
.plan_item:nth-child(odd) .plan_item_inner .plan_item_main_bottom {
  color: #15B1C8;
}

.plan_item:nth-child(even) .plan_item_inner {
  border: 9px solid #F6DDBE;
  border-right: none;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  margin-left: auto;
}
.plan_item:nth-child(even) .plan_item_inner .plan_item_line {
  background-color: #F6DDBE;
}
.plan_item:nth-child(even) .plan_item_inner .plan_item_heading {
  background-color: #F9951C;
}
.plan_item:nth-child(even) .plan_item_inner .plan_item_price {
  color: #F9951C;
}
.plan_item:nth-child(even) .plan_item_inner .plan_item_main_bottom {
  color: #F9951C;
}

.plan_item_top_salary {
  display: block;
  font-size: 16px;
  font-family: "kozuka-mincho-pro", serif;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
  font-weight: 700;
}
.plan_item_top_salary .big_txt {
  font-size: 32px;
}
@media screen and (max-width: 350px) {
  .plan_item_top_salary .big_txt {
    font-size: 30px;
  }
}

.plan_item_top_add {
  display: block;
  font-size: 16px;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 500;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
}

.plan_item_line {
  width: 254px;
  height: 3px;
  margin: 0 auto 16px;
}

.plan_item_heading {
  text-align: center;
  width: 254px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
@media screen and (max-width: 350px) {
  .plan_item_heading {
    width: 244px;
  }
}

.plan_item_heading h4 {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 900;
  color: #FFF;
  font-size: 29px;
  line-height: 1.24;
}
@media screen and (max-width: 350px) {
  .plan_item_heading h4 {
    font-size: 26px;
  }
}

.plan_item_heading h4 span {
  font-size: 16px;
}

.plan_item_price {
  font-family: "kozuka-mincho-pro", serif;
  display: block;
  font-size: 36px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  font-weight: 900;
}
.plan_item_price .big_txt {
  font-size: 60px;
}
@media screen and (max-width: 350px) {
  .plan_item_price .big_txt {
    font-size: 58px;
  }
}

.plan_item_main_bottom {
  font-family: "kozuka-mincho-pro", serif;
  display: block;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 900;
  margin: 0 auto 16px;
}

/*--------------- intro ---------------*/
.intro {
  padding: 40px 0 80px;
  font-family: "kozuka-mincho-pro", serif;
}

.intro_heading {
  margin-bottom: 24px;
}

.intro_heading h2 {
  font-weight: 700;
  font-size: 26px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
}

.intro_heading span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: #15B1C8;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.intro_content span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 32px;
  color: #F5F8B1;
  padding: 14px 28px;
  background-color: #15B1C8;
  margin: 0 auto;
}
@media screen and (max-width: 350px) {
  .intro_content span {
    font-size: 30px;
  }
}
.intro_content span:first-child {
  margin: 0 auto 14px;
}

/*--------------- contact ---------------*/
.contact {
  background-color: #F3F3F3;
  padding: 40px 0 60px;
}

.contact_heading {
  font-family: "kozuka-mincho-pro", serif;
  margin-bottom: 40px;
}

.contact_heading h2 {
  font-weight: 700;
  font-size: 26px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
}

.contact_heading span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: #15B1C8;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.contact_inner {
  width: 340px;
  margin: 0 auto;
}
@media screen and (max-width: 375px) {
  .contact_inner {
    width: 310px;
  }
}
@media screen and (max-width: 350px) {
  .contact_inner {
    width: 280px;
  }
}

.contact_item {
  margin-bottom: 24px;
}

.contact_title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.contact_title_txt {
  font-size: 16px;
  font-weight: 700;
}

.contact_title_icon-red {
  font-size: 14px;
  color: #FFF;
  font-weight: 700;
  padding: 1px 12px 3px;
  border-radius: 6px;
  background-color: #F56076;
}

.contact_title_icon-white {
  font-size: 14px;
  color: #878484;
  font-weight: 700;
  padding: 1px 12px 3px;
  border-radius: 6px;
  background-color: #FFF;
  border: 2px solid #878484;
}

.contact_title_add {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.contact_input input {
  width: 100%;
  font-size: 16px;
  padding: 6px;
  border-radius: 6px;
  background-color: #FFF;
}

.contact_input select {
  width: 100%;
  font-size: 16px;
  padding: 6px;
  border-radius: 6px;
  background-color: #FFF;
}

.contact_select {
  position: relative;
}
.contact_select::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 16px;
}

.contact_input textarea {
  width: 100%;
  font-size: 16px;
  padding: 6px;
  border-radius: 6px;
  background-color: #FFF;
}

.contact_btn {
  display: block;
  width: 320px;
  height: 68px;
  position: relative;
  transition: all 0.3s;
  z-index: 5;
  margin: 0 auto;
}
@media screen and (max-width: 375px) {
  .contact_btn {
    width: 300px;
  }
}
@media screen and (max-width: 350px) {
  .contact_btn {
    width: 280px;
    height: 64px;
  }
}
.contact_btn:hover {
  opacity: 0.6;
}
.contact_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(5, 36, 41, 0.27);
  border-radius: 6px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}

.contact_btn_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-color: #15B1C8;
}

.contact_btn_inner input {
  display: block;
  color: #FFF;
  font-weight: 700;
  font-size: 24px;
  position: relative;
}
.contact_btn_inner input.small_txt {
  font-size: 16px;
  margin-bottom: 4px;
}

.contact_inner_bottom {
  font-size: 14px;
  color: #878484;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}

.contact_btn_triangle {
  width: 14px;
  height: 14px;
  background-color: #FFF;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}

span.wpcf7-form-control.wpcf7-radio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.ui-checkboxradio-label {
  width: 100%;
  background: #FFF;
}

.ui-button {
  background-color: #FFF !important;
  color: #052429 !important;
}

.ui-state-active {
  background: #31BDCA !important;
  color: #FFF !important;
  border: 1px solid #15B1C8 !important;
}

.wpcf7-spinner {
  display: none !important;
}

/*--------------- footer ---------------*/
.footer_top {
  background: linear-gradient(90deg, #16B2C8 0%, #ADF1CC 100%);
  padding: 40px 0;
}

.footer_top h2 {
  font-family: "kozuka-mincho-pro", serif;
  font-size: 32px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}

.footer_top_middle {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}

.footer_address {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}

.footer_tel {
  display: grid;
  grid-template-columns: 21px 1fr;
  gap: 4px;
  align-items: center;
  transition: all 0.3s;
}
.footer_tel:hover {
  opacity: 0.6;
}

.footer_top_txt {
  display: block;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.footer_bottom {
  background-color: #FFF;
}
@media screen and (max-width: 460px) {
  .footer_bottom {
    padding-bottom: 78px;
  }
}

.footer_bottom small {
  display: block;
  font-family: "kozuka-mincho-pro", serif;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 0;
}

/*--------------- thanks ---------------*/
.thanks {
  background-color: #F6FEFB;
  padding: 40px 0;
}

.thanks_heading {
  color: #ADF1CC;
  font-size: 69px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
}
@media screen and (max-width: 375px) {
  .thanks_heading {
    font-size: 64px;
  }
}
@media screen and (max-width: 350px) {
  .thanks_heading {
    font-size: 60px;
  }
}

.thanks p {
  font-size: 16px;
  line-height: 1.6;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
  text-align: center;
}
@media screen and (max-width: 375px) {
  .thanks p {
    font-size: 15px;
  }
}

.thanks_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  gap: 8px;
  transition: all 0.3s;
}
.thanks_btn:hover {
  opacity: 0.6;
}

.thanks_btn img {
  width: 21px;
}

.thanks_btn span {
  display: block;
  padding-right: 8px;
  font-size: 16px;
}/*# sourceMappingURL=lp-index.css.map */