@charset "UTF-8";
/*Theme Name: 買取大吉*/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@font-face {
  font-family: "hiragino";
  src: url("font/hiragino-kaku-gothic-pro-w3.otf") format("opentype");
}
@font-face {
  font-family: "Source Han Sans";
  src: url("font/SourceHanSans-Bold.otf") format("opentype");
}
@media (min-width: 769px) {
  html {
    font-size: 100%;
    scroll-padding-top: 80px;
  }
  body {
    color: #231815;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    min-width: 1440px;
    width: 100%;
    line-height: 1.8;
  }
  body img {
    height: auto;
  }
  body .imgleft {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  body .imgleft > div:last-child {
    width: 100%;
    margin-left: 40px;
  }
  body .imgleft > div:last-child p:not(:last-of-type) {
    margin-bottom: 30px;
  }
  body .imgright {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  body .imgright > div:last-child {
    width: 100%;
    margin-right: 40px;
  }
  body .imgright > div:last-child p:not(:last-of-type) {
    margin-bottom: 30px;
  }
  body .inner {
    width: 1000px;
    margin: 0 auto;
  }
  body .inner.mdl {
    width: 830px;
  }
  body .inner.narrow {
    width: 800px;
  }
  body .l_blue {
    background: #e8e9f2;
    padding: 80px 0;
  }
  body .grade_white {
    background: linear-gradient(180deg, #f7f7f7 0%, #fefaf1 100%);
  }
  body .m_white {
    background: #f8f8f8;
  }
  body .main_title {
    font-family: "Noto Serif JP", serif;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 40px;
  }
  body .main_title.bold {
    font-weight: bold;
  }
  body .main_title.skewX {
    transform: skewX(-10deg);
    margin-bottom: 0;
  }
  body .main_title.white {
    color: #fff;
    margin-bottom: 20px;
  }
  body .main_title.mdl {
    font-size: 2rem;
  }
  body .main_title.sourcehansans {
    font-family: "Source Han Sans", "源ノ角ゴシック", sans-serif;
    font-weight: bold;
  }
  body .main_title .grade_pink {
    display: inline-block;
    line-height: 1.2;
    background: linear-gradient(90deg, #f14fae 0%, #d80b6d 100%);
    color: #fff;
    font-size: 2.5rem;
    padding: 0 10px 5px;
  }
  body .sub_title {
    font-size: 1.125rem;
    font-weight: bold;
    color: #1a2961;
    background: #f5f6fa;
    border-left: 4px solid #1a2961;
    padding: 10px 15px;
    margin-bottom: 20px;
  }
  body .btnwrap {
    position: relative;
    padding-top: 12px;
    animation: anime_cvbtn01 0.5s ease 0s infinite alternate;
  }
  @keyframes anime_cvbtn01 {
    from {
      transform: scale(0.9, 0.9);
    }
    to {
      transform: scale(1, 1);
    }
  }
  body .btnwrap div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 280px;
    border-radius: 20px;
    font-size: 0.875rem;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
    background: #fff;
  }
  body .btnwrap div p span {
    color: #f41058;
  }
  body .btnwrap div p em {
    font-size: 1.125rem;
    line-height: 1;
  }
  body .btn {
    max-width: 380px;
    min-width: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #fff;
    font-size: 1.625rem;
    padding: 10px 40px 10px 0;
    border-radius: 10px;
    box-shadow: 2px 2px 0 0 #b8095f, 0 5.792px 5.792px 0 rgba(255, 255, 255, 0.25) inset;
    overflow: hidden;
    background: linear-gradient(180deg, #f00e7b 0%, #fa4b9e 50%, #f00e7b 100%);
    position: relative;
  }
  body .btn:hover {
    background: #b8095f;
  }
  body .btn:before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background: #fff;
    animation: btn_animation 3s ease-in-out infinite;
  }
  body .btn:after {
    position: absolute;
    content: "";
    background: url("images/common/icon_arrow.svg") no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
  body .btn span {
    position: relative;
    z-index: 1;
  }
  body .btn span em {
    color: #faff00;
  }
  @keyframes btn_animation {
    0% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0;
    }
    80% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0.5;
    }
    81% {
      -webkit-transform: scale(4) rotate(45deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(50) rotate(45deg);
      opacity: 0;
    }
  }
  body .telbox {
    font-family: "Source Han Sans", "源ノ角ゴシック", sans-serif;
  }
  body .telbox a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #faff00;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1;
  }
  body .telbox a:hover {
    color: #f41058;
  }
  body .telbox a em {
    font-size: 2.4rem;
    margin-top: -3px;
  }
  body .telbox span {
    display: block;
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
  }
  body #cta {
    position: relative;
    padding: 20px 0;
    background: #1f267a;
    overflow: hidden;
  }
  body #cta.bg {
    background: url("images/lp/bg_cta.webp") no-repeat;
    background-size: cover;
    background-position: center 75%;
    padding: 40px 0;
  }
  body #cta.bg .blc {
    gap: 30px;
    max-width: 760px;
    margin: 0 auto;
    position: relative;
  }
  body #cta.pb {
    padding: 40px 0 60px;
  }
  body #cta .blc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  body #cta .left_txt {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  body #cta .left_txt .ring {
    position: relative;
  }
  body #cta .left_txt .ring img {
    position: absolute;
    bottom: -5px;
    left: -52px;
    width: 88px;
  }
  body #cta .left_txt .ring p {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    border: 1.5px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Noto Serif JP", serif;
    font-size: 1.06rem;
    line-height: 1.2;
    text-align: center;
    padding-top: 10px;
  }
  body #cta .left_txt .txt h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
  }
  body #cta .left_txt .txt strong {
    display: block;
    background: linear-gradient(180deg, #fff 50%, #faff00 110%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Noto Serif JP", serif;
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: bold;
  }
  body #cta .left_txt .txt strong span {
    font-size: 3rem;
  }
  body #cta .left_txt .txt > span {
    display: block;
    font-size: 0.625rem;
  }
  body #cta .top_txt {
    margin: 0 160px 30px 0;
  }
  body #cta .top_txt .txt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  body #cta .top_txt .txt .pop {
    width: 160px;
    height: 160px;
    background: url("images/lp/cta_pop.webp") no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body #cta .top_txt .txt .pop p {
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.2;
    color: #f41058;
    text-align: center;
    padding-bottom: 10px;
  }
  body #cta .top_txt .txt .grade_pink {
    margin: 10px 10px 0;
  }
  body #cta .top_txt .txt .grade_pink.small {
    font-size: 2rem;
  }
  body #cta .woman {
    position: absolute;
    bottom: -59px;
    right: -320px;
    z-index: 1;
  }
  body #cta .woman div {
    position: absolute;
    top: -20px;
    left: -80px;
    z-index: -1;
    width: 140px;
    height: 140px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body #cta .woman div p {
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
  }
  body #cta .woman div p strong {
    color: #faff00;
  }
  body #cta .woman div p strong span {
    font-family: "Heebo", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1;
  }
  body #cta .woman img {
    max-width: 220px;
  }
  body .banner {
    display: block;
    margin: 80px auto 0;
  }
  body .banner img {
    margin: 0;
  }
  body .swiper_nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    max-width: 300px;
    margin: 20px 220px 0 auto;
  }
  body .swiper_nav .swiper-button-prev,
  body .swiper_nav .swiper-button-next {
    position: static;
    width: 24px;
    height: 24px;
    margin: 0;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  body .swiper_nav .swiper-button-prev:after,
  body .swiper_nav .swiper-button-next:after {
    display: none;
  }
  body .swiper_nav .swiper-button-prev {
    background-image: url("images/lp/icon_prev.svg");
  }
  body .swiper_nav .swiper-button-next {
    background-image: url("images/lp/icon_next.svg");
  }
  body .swiper_nav .swiper-scrollbar {
    position: static;
    height: 2px;
    background: #e8e9f2;
    border-radius: 0;
  }
  body .swiper_nav .swiper-scrollbar-drag {
    background: #1f267a;
    border-radius: 0;
  }
  body .list > li {
    font-size: 0.9375rem;
    color: #333;
  }
  body .list > li:not(:last-child) {
    margin-bottom: 50px;
  }
  body .graf {
    font-size: 0.875rem;
  }
  body .graf.sourcehansans {
    font-family: "Source Han Sans", "源ノ角ゴシック", sans-serif;
    font-weight: bold;
  }
  body .graf > li {
    display: flex;
    align-items: stretch;
    justify-content: space-betweens;
    flex-wrap: wrap;
  }
  body .graf > li .title {
    width: 30%;
    padding: 12px 15px;
    background: #f5f6fa;
    border: 1px solid #e0e0e0;
  }
  body .graf > li > div {
    width: 70%;
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    line-height: 1.5;
  }
  body .dot_list {
    margin: 20px auto;
  }
  body .dot_list li {
    font-size: 0.875rem;
  }
  body .dot_list li:not(:last-child) {
    margin-bottom: 8px;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 80px;
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06);
    padding: 5px 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 800px) {
  header .h_blc {
    padding: 5px 10px;
  }
}
@media (min-width: 769px) {
  header .h_blc .logo a {
    display: block;
    max-width: 215px;
  }
  header .h_blc nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
  }
  header .h_blc .telbox a {
    gap: 5px;
    color: #1f267a;
    font-size: 1.5rem;
  }
  header .h_blc .telbox a:hover {
    color: #f41058;
  }
  header .h_blc .telbox a em {
    font-size: 1.6rem;
    margin-top: 0;
  }
  header .h_blc .telbox span {
    color: #222;
    font-size: 0.625rem;
  }
  header .h_blc .btn {
    min-width: 260px;
    max-width: 260px;
    font-size: 1.125rem;
    padding: 8px 30px 8px 0;
    border-radius: 4px;
  }
  header .h_blc .btn:after {
    width: 16px;
    height: 16px;
    right: 15px;
  }
  main {
    overflow-x: hidden;
  }
  main.lp .fv {
    position: relative;
    padding-top: 80px;
  }
  main.lp .fv > img {
    min-height: 720px;
    max-height: 720px;
    width: 100%;
    object-fit: cover;
  }
  main.lp .fv .txt {
    position: absolute;
    top: 170px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 840px;
    width: 58%;
  }
  main.lp .fv .txt .sub_copy {
    background: url("images/lp/bg_sub_copy.webp") no-repeat;
    background-size: 100%;
    max-width: 610px;
    width: 100%;
    height: 74px;
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    margin: 0 auto 30px;
  }
  main.lp .fv .txt .sub_copy p {
    font-size: 1.4rem;
  }
  main.lp .fv .txt .sub_copy p span {
    font-family: "Heebo", sans-serif;
    font-size: 1.9rem;
  }
  main.lp .fv .txt .sub_copy p em {
    font-size: 2.1rem;
  }
  main.lp .fv .txt .copy {
    position: relative;
    font-family: "Noto Serif JP", serif;
    margin: 0 auto 40px;
  }
  main.lp .fv .txt .copy p {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.6;
  }
  main.lp .fv .txt .copy p span {
    font-size: 3.3rem;
    margin-right: 5px;
    line-height: 1.4;
    background: linear-gradient(transparent 75%, #faff00 60%);
  }
  main.lp .fv .txt .copy p img {
    max-width: 442px;
    margin-left: 5px;
  }
  main.lp .fv .txt .copy strong {
    display: block;
    font-size: 4.375rem;
    font-weight: 800;
    line-height: 1.2;
    text-shadow: 0 0 18.569px #fff;
    text-align: center;
    color: #1f267a;
    letter-spacing: -3.5px;
    margin: 10px 0 30px;
  }
  main.lp .fv .txt .copy strong em {
    letter-spacing: -4.5px;
    font-size: 5.625rem;
  }
  main.lp .fv .txt .copy strong span {
    font-size: 5.875rem;
    color: #231815;
    letter-spacing: 0;
    text-shadow: 0 0 17.966px #fff;
  }
  main.lp .fv .txt .copy .pink {
    color: #fff;
    width: 360px;
    border-radius: 35px;
    background: linear-gradient(90deg, #f14fae 0%, #d80b6d 100%);
    font-size: 2.25rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    padding: 5px;
    margin: 0 auto;
  }
  main.lp .fv .txt .copy .pink span {
    display: block;
    font-size: 1.6rem;
  }
  main.lp .fv .txt ul {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  main.lp .fv .txt ul li {
    width: 240px;
  }
  main.lp .fv .txt > img {
    position: absolute;
    bottom: 0;
    right: -250px;
    max-width: 248px;
  }
  main.lp #google {
    padding: 40px 0;
    background: url("images/lp/bg_google.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  main.lp #google .leaf {
    position: relative;
    max-width: 544px;
    margin: 0 auto 30px;
  }
  main.lp #google .leaf span {
    position: absolute;
    bottom: -10px;
    right: 70px;
    font-size: 0.75rem;
  }
  main.lp #about ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
  }
  main.lp #about ul li {
    max-width: 125px;
  }
  main.lp #about p {
    text-align: center;
  }
  main.lp #nayami {
    padding-bottom: 100px;
    overflow: hidden;
  }
  main.lp #nayami .bg_shadow {
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
    margin-bottom: 80px;
  }
  main.lp #nayami .bg_shadow .bg {
    background: url("images/lp/bg_nayami.webp") no-repeat;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  }
  main.lp #nayami .bg_shadow .bg .inner {
    position: relative;
    padding: 80px 0 120px;
  }
  main.lp #nayami .bg_shadow .bg .main_title {
    margin-bottom: 60px;
  }
  main.lp #nayami .bg_shadow .bg ul {
    max-width: 500px;
    margin: 0 auto;
  }
  main.lp #nayami .bg_shadow .bg ul li {
    position: relative;
    font-size: 1.5rem;
    border-bottom: 1px dashed #6b6b6b;
    padding-left: 35px;
  }
  main.lp #nayami .bg_shadow .bg ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.lp #nayami .bg_shadow .bg ul li:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background: url("images/lp/icon_check.svg") no-repeat;
    background-size: 100%;
  }
  main.lp #nayami .bg_shadow .bg .deco01 {
    position: absolute;
    bottom: 30px;
    left: -370px;
    max-width: 600px;
  }
  main.lp #nayami .bg_shadow .bg .deco02 {
    position: absolute;
    bottom: 100px;
    right: -200px;
    max-width: 337px;
  }
  main.lp #nayami .main_title {
    margin-bottom: 10px;
  }
  main.lp #nayami .main_title .grade_pink {
    padding: 3px 10px 5px;
  }
  main.lp #nayami .txt {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
  }
  main.lp #nayami .txt p {
    letter-spacing: 0.8px;
  }
  main.lp #nayami .txt ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  main.lp #nayami .txt ul li {
    background: #fff;
    width: 120px;
    font-family: "Noto Serif JP", serif;
    border: 0.5px solid #1f267a;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3;
  }
  main.lp #nayami .txt strong {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
    background: linear-gradient(90deg, #f14fae 0%, #d80b6d 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: skewX(-10deg);
  }
  main.lp #nayami .txt strong span {
    font-size: 5.3rem;
    margin-right: 5px;
  }
  main.lp #nayami > p {
    text-align: center;
    position: relative;
  }
  main.lp #nayami > p:after {
    position: absolute;
    content: "";
    bottom: -70px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 50px;
    background: #121547;
  }
  main.lp #reason {
    background: url("images/lp/bg_reason.webp") no-repeat;
    background-size: cover;
    padding: 80px 0 120px;
  }
  main.lp #reason .main_title {
    margin-bottom: 60px;
  }
  main.lp #reason .main_title .lead {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: normal;
    padding-top: 20px;
  }
  main.lp #reason li:not(:last-child) {
    margin-bottom: 70px;
  }
  main.lp #reason li .pic {
    position: relative;
  }
  main.lp #reason li .pic span {
    position: absolute;
    top: -30px;
    left: 0;
    max-width: 78px;
  }
  main.lp #reason li .pic > img {
    max-width: 480px;
  }
  main.lp #reason li .main_title {
    text-align: left;
    line-height: 1;
    margin-bottom: 30px;
  }
  main.lp #reason li .main_title span {
    color: #f41058;
  }
  main.lp #comparison {
    background: url("images/lp/bg_comparison.webp") no-repeat;
    background-size: cover;
    padding: 80px 0;
  }
  main.lp #comparison .lead {
    text-align: center;
    margin-bottom: 40px;
  }
  main.lp #comparison .js-scrolltable {
    margin-bottom: 40px;
  }
  main.lp #comparison table {
    width: 100%;
    position: relative;
  }
  main.lp #comparison table th {
    width: 190px;
    height: 48px;
    font-weight: 500;
    background: #393939;
    color: #fff;
    vertical-align: middle;
  }
  main.lp #comparison table th.navy {
    background: #1f267a;
    font-size: 1.25rem;
    position: relative;
  }
  main.lp #comparison table th.navy:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 200px;
    height: 368px;
    box-shadow: 0 0 10px 0 rgba(31, 38, 122, 0.2);
    pointer-events: none;
  }
  main.lp #comparison table td {
    width: 200px;
    height: 80px;
    vertical-align: middle;
    background: #fff;
    padding: 0 20px;
    text-align: center;
    font-family: "Heebo", sans-serif;
  }
  main.lp #comparison table td:nth-child(1) {
    width: 400px;
  }
  main.lp #comparison table td:nth-child(2) {
    color: #f41058;
    font-size: 1.25rem;
  }
  main.lp #comparison table td .imgleft {
    font-family: "Noto Sans JP", sans-serif;
    align-items: center;
    text-align: left;
  }
  main.lp #comparison table td .imgleft img {
    max-width: 64px;
  }
  main.lp #comparison table td .imgleft > div {
    margin-left: 10px;
    font-size: 0.875rem;
    line-height: 1.6;
  }
  main.lp #comparison table td .imgleft > div h3 {
    font-weight: bold;
  }
  main.lp #comparison .small {
    font-size: 0.625rem;
  }
  main.lp #item {
    padding: 80px 0 120px;
  }
  main.lp #item .main_title {
    margin-bottom: 70px;
  }
  main.lp #item ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px;
  }
  main.lp #item ul li {
    position: relative;
    padding: 25px 20px 20px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(31, 38, 122, 0.1);
  }
  main.lp #item ul span {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    text-align: center;
    background: #1f267a;
    width: 140px;
    line-height: 1.5;
  }
  main.lp #item ul span.grade_pink {
    background: linear-gradient(90deg, #f14fae 0%, #d80b6d 100%);
  }
  main.lp #item ul img {
    margin: 0 auto 10px;
  }
  main.lp #item ul h3 {
    font-family: "Noto Serif JP", serif;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }
  main.lp #flow {
    padding: 80px 0;
  }
  main.lp #flow ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
  }
  main.lp #flow ul li:not(:last-child) .circle:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    width: 0;
    height: 0;
    border-left: 15px solid #1f267a;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
  }
  main.lp #flow ul li .circle {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #1f267a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  main.lp #flow ul li .circle img {
    display: block;
    margin: 0 auto 20px;
  }
  main.lp #flow ul li .circle h3 {
    font-size: 1.125rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.4;
  }
  main.lp #flow ul li p {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  main.lp #way {
    padding: 80px 0 120px;
  }
  main.lp #way .main_title {
    margin-bottom: 60px;
  }
  main.lp #way ul {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
  main.lp #way ul li {
    position: relative;
  }
  main.lp #way ul h3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    background: linear-gradient(90deg, #f14fae 0%, #d80b6d 100%);
    line-height: 1.3;
    padding-bottom: 5px;
  }
  main.lp #way ul img {
    margin-bottom: 20px;
    border-radius: 4px;
  }
  main.lp #way ul p {
    line-height: 1.6;
  }
  main.lp #map {
    padding: 80px 0;
  }
  main.lp #map iframe {
    display: block;
    margin: 0 auto 20px;
  }
  main.lp #map p {
    font-family: "Source Han Sans", "源ノ角ゴシック", sans-serif;
    font-weight: bold;
    text-align: center;
  }
  main.lp #works {
    padding: 80px 0 30px;
  }
  main.lp #works .main_title {
    margin-bottom: 60px;
  }
  main.lp #works .main_title .grade_pink {
    margin-right: 10px;
  }
  main.lp #works .swiper {
    overflow-x: hidden !important;
    max-width: 1800px;
  }
  main.lp #works .swiper-slide {
    height: auto;
    background: #fff;
    padding: 10px 10px 30px;
    box-shadow: 0 0 10px 0 rgba(31, 38, 122, 0.1);
    display: flex;
    flex-direction: column;
    cursor: pointer;
  }
  main.lp #works .swiper-slide img {
    display: block;
    margin: 0 auto 10px;
  }
  main.lp #works .swiper-slide h3 {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 0.875rem;
  }
  main.lp #works .swiper-slide h3 span {
    display: block;
    font-weight: bold;
    font-size: 1rem;
  }
  main.lp #works .swiper-slide div > span,
  main.lp #works .swiper-slide > span {
    width: max-content;
    font-size: 0.75rem;
    background: #e8e9f2;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  main.lp #works .swiper-slide strong {
    display: block;
    font-weight: bold;
    color: #f41058;
    text-align: right;
    margin-top: auto;
    line-height: 1;
  }
  main.lp #works .swiper-slide strong span {
    font-family: "Heebo", sans-serif;
    font-size: 2rem;
  }
  main.lp #voice {
    padding: 80px 0 80px;
  }
  main.lp #voice .main_title {
    position: relative;
    max-width: 630px;
    margin: 0 auto 40px;
  }
  main.lp #voice .main_title:before {
    position: absolute;
    content: "";
    bottom: 10px;
    left: -40px;
    background: url("images/lp/title_left.svg") no-repeat;
    background-size: 100%;
    width: 40px;
    height: 60px;
  }
  main.lp #voice .main_title:after {
    position: absolute;
    content: "";
    bottom: 10px;
    right: -30px;
    background: url("images/lp/title_right.svg") no-repeat;
    background-size: 100%;
    width: 40px;
    height: 60px;
  }
  main.lp #voice .main_title span {
    display: block;
    font-size: 1.25rem;
    line-height: 1;
  }
  main.lp #voice .main_title span em {
    color: #f41058;
  }
  main.lp #voice .swiper {
    overflow-x: hidden !important;
    max-width: 1800px;
  }
  main.lp #voice .swiper-slide {
    height: auto;
    background: #fff;
    padding: 20px 30px 20px 20px;
    box-shadow: 0 0 10px 0 rgba(31, 38, 122, 0.1);
    cursor: pointer;
  }
  main.lp #voice .swiper-slide .imgleft {
    margin-bottom: 20px;
  }
  main.lp #voice .swiper-slide .imgleft > img {
    max-width: 64px;
  }
  main.lp #voice .swiper-slide .imgleft > div {
    margin-left: 20px;
  }
  main.lp #voice .swiper-slide .imgleft > div h3 {
    margin-bottom: 5px;
  }
  main.lp #voice .swiper-slide .imgleft > div img {
    max-width: 110px;
  }
  main.lp #voice .swiper-slide p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.lp #faq {
    padding: 80px 0 120px;
  }
  main.lp #faq .main_title {
    margin-bottom: 60px;
  }
  main.lp #faq li {
    background: #fff;
    border-radius: 4px;
  }
  main.lp #faq li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.lp #faq h3 {
    cursor: pointer;
    position: relative;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  main.lp #faq h3:before, main.lp #faq h3:after {
    content: "";
    position: absolute;
    right: 20px;
    width: 20px;
    height: 2px;
    background: #1f267a;
    border-radius: 4px;
    transition: 0.3s;
  }
  main.lp #faq h3:before {
    top: 50%;
    transform: translateY(-50%);
  }
  main.lp #faq h3:after {
    top: 47%;
    transform: rotate(-90deg);
  }
  main.lp #faq h3.open:after {
    transform: rotate(0deg);
  }
  main.lp #faq h3 .q {
    color: #1f267a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Heebo", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
  }
  main.lp #faq h3 .title {
    display: block;
    width: 90%;
    font-weight: 500;
  }
  main.lp #faq .cont {
    display: none;
  }
  main.lp #faq .cont .wrap {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 10px;
  }
  main.lp #faq .cont .a {
    background: linear-gradient(90deg, #f14fae 0%, #d80b6d 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Heebo", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
  }
  main.lp #faq .cont .txt {
    width: 97%;
    font-weight: 500;
    line-height: 1.5;
  }
  main.lp #faq .cont .txt p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.lp #form {
    padding: 80px 0;
    background: #1f267a;
  }
  main.lp #form .main_title {
    margin-bottom: 40px;
  }
  main.lp #form .lead {
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
  }
  main.lp #form .telbox h3 {
    background: linear-gradient(90deg, #f14fae 0%, #d80b6d 100%);
    color: #fff;
    text-align: center;
    width: 350px;
    margin: 0 auto 20px;
    font-family: "Noto Serif JP", serif;
    font-size: 1.5rem;
    font-weight: 500;
    border-radius: 4px;
  }
  main.lp #form .form {
    position: relative;
    background: #f8f8f8;
    border-radius: 10px;
    margin: 60px auto 100px;
  }
  main.lp #form .form h4 {
    width: 480px;
    margin: 0 auto;
    background: #faff00;
    text-align: center;
    border-radius: 0 0 10px 10px;
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
    font-weight: bold;
  }
  main.lp #form .form .narrow {
    padding: 40px 0 60px;
  }
  main.lp #form .form li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  main.lp #form .form li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.lp #form .form .title {
    display: flex;
    align-items: center;
    font-weight: 500;
  }
  main.lp #form .form .title span {
    width: 50px;
    font-size: 0.875rem;
    font-weight: normal;
    color: #fff;
    background: #f41058;
    border-radius: 10px;
    text-align: center;
    margin-left: 10px;
    display: block;
    line-height: 1.4;
  }
  main.lp #form .form input[type=text],
  main.lp #form .form input[type=tel] {
    font-size: 1rem;
    width: 640px;
    height: 50px;
    padding: 10px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #c0bebe;
  }
  main.lp #form .form ::placeholder {
    color: #a8a8a8;
  }
  main.lp #form .form .agree {
    text-align: center;
    margin: 40px auto;
  }
  main.lp #form .form .agree a {
    text-decoration: underline;
  }
  main.lp #form .form .agree a:hover {
    color: #f41058;
  }
  main.lp #form .form .agree .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    position: relative;
    width: 100%;
    margin: 0;
  }
  main.lp #form .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    cursor: pointer;
    position: relative;
  }
  main.lp #form .form .agree .wpcf7-form-control.wpcf7-acceptance input[type=checkbox] {
    position: absolute;
    opacity: 0;
  }
  main.lp #form .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before {
    content: "";
    background: #fff;
    border: 1px solid #a8a8a8;
    border-radius: 2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: -1px;
    margin-right: 20px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
  }
  main.lp #form .form .agree .wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 2px;
    width: 20px;
    height: 10px;
    border-left: 3px solid #f41058;
    border-bottom: 3px solid #f41058;
    transform: rotate(-45deg);
  }
  main.lp #form .form .btn {
    transition: 0.7s;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    padding: 0;
  }
  main.lp #form .form input[type=submit],
  main.lp #form .form button {
    width: 100%;
    background: transparent;
    outline: none;
    appearance: none;
    transition: 0.7s;
    padding: 12px 60px;
  }
  main.lp #form .form input[type=submit]:hover,
  main.lp #form .form button:hover {
    cursor: pointer;
  }
  main.lp #form .form input[type=submit] span,
  main.lp #form .form button span {
    color: #faff00;
  }
  main.lp #form .line {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    background: #06c755;
    border-radius: 10px;
    padding: 15px 40px;
  }
  main.lp #form .line h2 {
    position: absolute;
    top: -15px;
    left: 40px;
    background: #faff00;
    border-radius: 12px;
    width: 380px;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
  }
  main.lp #form .line .left .title {
    display: flex;
    align-items: flex-start;
  }
  main.lp #form .line .left .title h3 {
    font-size: 2.5rem;
    line-height: 1.4;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px dashed #fff;
  }
  main.lp #form .line .left .title h3 span {
    color: #faff00;
  }
  main.lp #form .line .left p {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.6;
  }
  main.lp #form .line .right {
    overflow: hidden;
  }
  main.lp #form .line .right ul {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  main.lp #form .line .right ul li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: linear-gradient(135deg, #97702e 0%, #cbb066 16%, #e5d082 25%, #e0ca7d 26%, #c0a35b 33%, #a98742 40%, #9b7633 45%, #97702e 50%, #9a7431 54%, #a5813d 59%, #b79851 64%, #d0b76c 69%, #e5d082 72%, #e5d082 84%, #97702e 100%);
  }
  main.lp #form .line .right ul li:before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 50%;
    background: #fff;
  }
  main.lp #form .line .right ul li div {
    position: relative;
    z-index: 1;
  }
  main.lp #form .line .right ul li img {
    display: block;
    margin: 0 auto 5px;
  }
  main.lp #form .line .right ul li p {
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    color: #333;
  }
  main.lp #form .line .right ul li p span {
    font-size: 1.25rem;
    line-height: 1;
    font-weight: bold;
  }
  main.lp #form .line .right > img {
    position: absolute;
    bottom: 0;
    right: 40px;
    max-width: 150px;
  }
  main.top section {
    padding: 300px 0;
  }
  main.sub .sec {
    font-family: "Source Han Sans", "源ノ角ゴシック", sans-serif;
    padding: 160px 0;
  }
  main.sub .sec .lead {
    font-size: 0.875rem;
    color: #555;
    margin-bottom: 50px;
  }
  main.sub .page_title {
    text-align: center;
    font-size: 1.625rem;
    font-weight: bold;
    color: #1a2961;
    padding-bottom: 20px;
    border-bottom: 2px solid #1a2961;
    margin-bottom: 40px;
  }
  main.sub .law .list .graf {
    margin: 20px auto;
  }
  main.sub .law .list .bg {
    background: #fafafa;
    border-radius: 4px;
    padding: 15px;
    font-size: 0.8125rem;
    color: #666;
  }
  main.sub .law .list .right {
    text-align: right;
    font-size: 0.8125rem;
    color: #777;
  }
  main.sub .privacy {
    font-weight: bold;
  }
  main.sub .privacy .lead {
    font-size: 0.9375rem;
    margin-bottom: 40px;
  }
  main.sub .privacy .list > li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .privacy .list p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .privacy .dot_list > li {
    font-size: 0.9375rem;
  }
  main.sub .privacy .dot_list.numb li {
    text-indent: -2.2em;
    padding-left: 2.2em;
  }
  main.sub .privacy a {
    color: #0000ee;
    text-decoration: underline;
  }
  main.sub .privacy dl {
    border-radius: 6px;
    background: #f5f6fa;
    padding: 40px 25px;
    margin: 20px auto 50px;
  }
  main.sub .privacy dl dd:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .privacy .right {
    text-align: right;
    font-size: 0.8125rem;
    color: #777;
  }
  main.sub .thanks#cta {
    padding: 240px 0 160px;
    color: #fff;
  }
  main.sub .thanks#cta > img {
    display: block;
    margin: 0 auto 20px;
  }
  main.sub .thanks#cta p {
    text-align: center;
    margin-bottom: 40px;
  }
  main.sub .thanks#cta h3 {
    width: 360px;
    border-radius: 4px;
    text-align: center;
    background: linear-gradient(90deg, #f14fae 0%, #d80b6d 100%);
    font-family: "Noto Serif JP", serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 auto 20px;
  }
  main.sub #error {
    padding: 80px 0;
  }
  main.sub #error .btn {
    margin: 40px auto 0;
  }
  footer {
    font-family: "Source Han Sans", "源ノ角ゴシック", sans-serif;
    font-weight: bold;
  }
  footer .f_logo_wrap {
    margin: 0 auto;
    padding: 20px;
  }
  footer .f_logo_wrap .f_logo {
    width: fit-content;
    margin: 0 auto;
  }
  footer .f_logo_wrap img,
  footer .f_logo_wrap a {
    display: inline-block;
    max-width: 215px;
    margin: 0 auto;
  }
  footer .f_blc {
    padding: 40px 40px 40px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #e8e9f2;
  }
  footer .f_blc .f_left p {
    font-size: 0.75rem;
    padding-top: 20px;
  }
  footer .f_blc .f_right ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    margin-bottom: 90px;
  }
  footer .f_blc .f_right ul a {
    font-size: 0.875rem;
  }
  footer .f_blc .f_right ul a:hover {
    color: #1f267a;
  }
  footer .f_blc .f_right small {
    display: block;
    text-align: right;
    font-size: 0.75rem;
  }
  footer .pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #f41058;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 1.6rem;
    border-radius: 50%;
    text-align: center;
    z-index: 10;
    transition: 0.7s;
  }
  footer .pagetop:hover {
    cursor: pointer;
    background: #f14fae;
  }
  .smonly {
    display: none;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 87.5%;
    scroll-padding-top: 65px;
    overflow-x: hidden;
  }
  body {
    color: #231815;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.8;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
  }
  body img {
    height: auto;
  }
  body .imgleft > img,
  body .imgright > img {
    display: block;
    margin: 0 auto 20px;
  }
  body .imgleft > div p:not(:last-child),
  body .imgright > div p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .l_blue {
    background: #e8e9f2;
    padding: 40px 20px;
  }
  body .grade_white {
    background: linear-gradient(180deg, #f7f7f7 0%, #fefaf1 100%);
  }
  body .m_white {
    background: #f8f8f8;
  }
  body .main_title {
    font-family: "Noto Serif JP", serif;
    font-size: 1.3rem;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
  }
  body .main_title.bold {
    font-weight: bold;
  }
  body .main_title.skewX {
    transform: skewX(-10deg);
    margin-bottom: 0;
  }
  body .main_title.white {
    color: #fff;
  }
  body .main_title.sourcehansans {
    font-family: "Source Han Sans", "源ノ角ゴシック", sans-serif;
    font-weight: bold;
  }
  body .main_title .grade_pink {
    display: inline-block;
    line-height: 1.2;
    background: linear-gradient(90deg, #f14fae 0%, #d80b6d 100%);
    color: #fff;
    padding: 2px 5px;
  }
  body .sub_title {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
    color: #1a2961;
    background: #f5f6fa;
    border-left: 4px solid #1a2961;
    padding: 5px 10px;
    margin-bottom: 20px;
  }
  body .btnwrap {
    position: relative;
    padding-top: 8px;
    animation: anime_cvbtn01 0.5s ease 0s infinite alternate;
  }
  @keyframes anime_cvbtn01 {
    from {
      transform: scale(0.9, 0.9);
    }
    to {
      transform: scale(1, 1);
    }
  }
  body .btnwrap div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 250px;
    border-radius: 20px;
    font-size: 0.9rem;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
    background: #fff;
  }
  body .btnwrap div p span {
    color: #f41058;
  }
  body .btnwrap div p em {
    font-size: 1.15rem;
    line-height: 1;
  }
  body .btn {
    max-width: 340px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #fff;
    font-size: 1.7rem;
    padding: 8px 30px 2px 0;
    border-radius: 10px;
    box-shadow: 2px 2px 0 0 #b8095f, 0 5.792px 5.792px 0 rgba(255, 255, 255, 0.25) inset;
    overflow: hidden;
    background: linear-gradient(180deg, #f00e7b 0%, #fa4b9e 50%, #f00e7b 100%);
    position: relative;
  }
  body .btn:before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background: #fff;
    animation: btn_animation 3s ease-in-out infinite;
  }
  body .btn:after {
    position: absolute;
    content: "";
    background: url("images/common/icon_arrow.svg") no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
  body .btn span {
    position: relative;
    z-index: 1;
  }
  body .btn span em {
    color: #faff00;
  }
  body .btn img {
    width: 25px;
  }
  @keyframes btn_animation {
    0% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0;
    }
    80% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0.5;
    }
    81% {
      -webkit-transform: scale(4) rotate(45deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(50) rotate(45deg);
      opacity: 0;
    }
  }
  body .telbox {
    font-family: "Source Han Sans", "源ノ角ゴシック", sans-serif;
  }
  body .telbox:not(:last-child) {
    margin-bottom: 20px;
  }
  body .telbox img {
    width: 28px;
  }
  body .telbox a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #faff00;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1;
  }
  body .telbox a em {
    margin-top: -3px;
    font-size: 2.5rem;
  }
  body .telbox span {
    display: block;
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
  }
  body #cta {
    position: relative;
    padding: 20px;
    background: #1f267a;
  }
  body #cta.bg {
    background: url("images/lp/bg_cta.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  body #cta .left_txt {
    color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
  }
  body #cta .left_txt .ring {
    position: relative;
  }
  body #cta .left_txt .ring img {
    position: absolute;
    bottom: -10px;
    left: -20px;
    width: 45px;
  }
  body #cta .left_txt .ring p {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1.5px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Noto Serif JP", serif;
    font-size: 0.6rem;
    line-height: 1.2;
    text-align: center;
    padding-top: 5px;
  }
  body #cta .left_txt .txt h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.2;
  }
  body #cta .left_txt .txt strong {
    display: block;
    background: linear-gradient(180deg, #fff 50%, #faff00 110%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: bold;
  }
  body #cta .left_txt .txt strong span {
    font-size: 2.2rem;
  }
  body #cta .left_txt .txt > span {
    display: block;
    font-size: 0.6rem;
    margin-bottom: 20px;
  }
  body #cta .top_txt .txt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
  }
  body #cta .top_txt .txt .pop {
    width: 65px;
    height: 65px;
    background: url("images/lp/cta_pop.webp") no-repeat;
    background-size: 100%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body #cta .top_txt .txt .pop.small {
    width: 55px;
    height: 55px;
    font-size: 0.8rem;
  }
  body #cta .top_txt .txt .pop p {
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    line-height: 1.2;
    color: #f41058;
    text-align: center;
  }
  body #cta .top_txt .txt .main_title {
    font-size: 1rem;
    text-align: left;
    margin-bottom: 0;
  }
  body #cta .top_txt .txt .main_title.small {
    font-size: 0.8rem;
  }
  body #cta .top_txt .txt .main_title .grade_pink {
    margin: 0 2px;
  }
  body #cta .woman {
    position: absolute;
    bottom: 53px;
    right: 0;
    z-index: 0;
  }
  body #cta .woman div {
    position: absolute;
    top: 10px;
    left: -45px;
    z-index: -1;
    text-align: center;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body #cta .woman div p {
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    font-size: 0.5rem;
  }
  body #cta .woman div p strong {
    color: #faff00;
  }
  body #cta .woman div p strong span {
    font-family: "Heebo", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1;
  }
  body #cta .woman img {
    max-width: 70px;
  }
  body #cta .sp_flx {
    max-width: 340px;
    position: relative;
    margin: 0 auto;
  }
  body #cta .sp_flx .telbox img {
    width: 20px;
  }
  body #cta .sp_flx .telbox a {
    font-size: 1.5rem;
    justify-content: flex-start;
    gap: 5px;
  }
  body #cta .sp_flx .telbox a em {
    font-size: 1.6rem;
  }
  body #cta .sp_flx .telbox span {
    text-align: left;
    font-size: 0.6rem;
  }
  body .banner {
    display: block;
    margin: 40px auto 0;
  }
  body .banner img {
    margin: 0;
  }
  body .swiper_nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    max-width: 300px;
    margin: 20px auto 0;
  }
  body .swiper_nav .swiper-button-prev,
  body .swiper_nav .swiper-button-next {
    position: static;
    width: 24px;
    height: 24px;
    margin: 0;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  body .swiper_nav .swiper-button-prev:after,
  body .swiper_nav .swiper-button-next:after {
    display: none;
  }
  body .swiper_nav .swiper-button-prev {
    background-image: url("images/lp/icon_prev.svg");
  }
  body .swiper_nav .swiper-button-next {
    background-image: url("images/lp/icon_next.svg");
  }
  body .swiper_nav .swiper-scrollbar {
    position: static;
    height: 2px;
    background: #e8e9f2;
    border-radius: 0;
  }
  body .swiper_nav .swiper-scrollbar-drag {
    background: #1f267a;
    border-radius: 0;
  }
  body .list > li {
    font-size: 0.9rem;
    color: #333;
  }
  body .list > li:not(:last-child) {
    margin-bottom: 40px;
  }
  body .graf {
    font-size: 0.8rem;
  }
  body .graf.sourcehansans {
    font-family: "Source Han Sans", "源ノ角ゴシック", sans-serif;
    font-weight: bold;
  }
  body .graf > li .title {
    padding: 10px;
    background: #f5f6fa;
    border: 1px solid #e0e0e0;
  }
  body .graf > li > div {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #e0e0e0;
    line-height: 1.5;
  }
  body .dot_list {
    margin: 20px auto;
  }
  body .dot_list li {
    font-size: 0.8rem;
  }
  body .dot_list li:not(:last-child) {
    margin-bottom: 5px;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px;
    z-index: 99;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 65px;
  }
  header .logo {
    width: 140px;
  }
  header .logo a {
    display: block;
  }
  header .btn {
    max-width: 200px;
    font-size: 1.2rem;
    padding: 5px 40px 5px 15px;
    border-radius: 3px;
    gap: 5px;
  }
  header .btn:after {
    width: 14px;
    height: 14px;
    right: 12px;
  }
  header .btn img {
    width: 20px;
  }
  main.lp .fv {
    position: relative;
    background: url("images/lp/fv_sp.webp") no-repeat;
    background-size: cover;
    background-position: center 30%;
    min-height: 650px;
  }
  main.lp .fv .txt {
    position: absolute;
    top: 90%;
    transform: translateY(-90%);
    left: 0;
    right: 0;
    margin: auto;
    max-width: 370px;
    width: 100%;
  }
  main.lp .fv .txt .sub_copy {
    background: url("images/lp/bg_sub_copy.webp") no-repeat;
    background-size: 100%;
    max-width: 340px;
    width: 100%;
    height: 42px;
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    margin: 0 auto 5px;
  }
  main.lp .fv .txt .sub_copy p {
    font-size: 0.9rem;
  }
  main.lp .fv .txt .sub_copy p span {
    font-family: "Heebo", sans-serif;
    font-size: 1.15rem;
  }
  main.lp .fv .txt .sub_copy p em {
    font-size: 1.3rem;
  }
  main.lp .fv .txt .copy {
    max-width: 360px;
    position: relative;
    font-family: "Noto Serif JP", serif;
    margin: 0 auto 15px;
  }
  main.lp .fv .txt .copy p {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.6;
  }
  main.lp .fv .txt .copy p span {
    font-size: 1.8rem;
    margin-right: 5px;
    line-height: 1.4;
    background: linear-gradient(transparent 75%, #faff00 60%);
  }
  main.lp .fv .txt .copy p img {
    max-width: 216px;
    margin-left: 5px;
  }
  main.lp .fv .txt .copy strong {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    text-shadow: 0 0 7.89px #fff;
    text-align: center;
    color: #1f267a;
    letter-spacing: -1.853px;
    margin: 10px 0 20px;
  }
  main.lp .fv .txt .copy strong em {
    letter-spacing: -1.483px;
    font-size: 2.6rem;
  }
  main.lp .fv .txt .copy strong span {
    font-size: 2.8rem;
    color: #231815;
    letter-spacing: 0;
    text-shadow: 0 0 17.966px #fff;
  }
  main.lp .fv .txt .copy .pink {
    color: #fff;
    width: 215px;
    border-radius: 20px;
    background: linear-gradient(90deg, #f14fae 0%, #d80b6d 100%);
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 5px;
    margin: 0 auto;
  }
  main.lp .fv .txt .copy .pink span {
    display: block;
    font-size: 1.1rem;
  }
  main.lp .fv .txt > img {
    max-width: 140px;
  }
  main.lp .fv .txt ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
  }
  main.lp .fv .txt ul li {
    width: 120px;
  }
  main.lp #google {
    padding: 20px 0;
    background: url("images/lp/bg_google_sp.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  main.lp #google .leaf {
    position: relative;
    max-width: 200px;
    margin: 0 auto 20px;
  }
  main.lp #google .leaf span {
    position: absolute;
    bottom: -15px;
    right: 20px;
    font-size: 0.6rem;
  }
  main.lp #about ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
  }
  main.lp #about ul li {
    max-width: 65px;
  }
  main.lp #nayami {
    padding-bottom: 60px;
    overflow: hidden;
  }
  main.lp #nayami .bg_shadow {
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
    margin-bottom: 40px;
  }
  main.lp #nayami .bg_shadow .bg {
    position: relative;
    background: url("images/lp/bg_nayami.webp") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 15px 200px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
  }
  main.lp #nayami .bg_shadow .bg ul {
    max-width: 330px;
    margin: 0 auto;
  }
  main.lp #nayami .bg_shadow .bg ul li {
    position: relative;
    font-size: 1.1rem;
    border-bottom: 1px dashed #6b6b6b;
    padding-left: 25px;
  }
  main.lp #nayami .bg_shadow .bg ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.lp #nayami .bg_shadow .bg ul li:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    background: url("images/lp/icon_check.svg") no-repeat;
    background-size: 100%;
  }
  main.lp #nayami .bg_shadow .bg .deco01 {
    position: absolute;
    bottom: 0;
    left: -30px;
    max-width: 210px;
  }
  main.lp #nayami .bg_shadow .bg .deco02 {
    position: absolute;
    bottom: 40px;
    right: 0px;
    max-width: 160px;
  }
  main.lp #nayami .main_title .grade_pink {
    padding: 3px 10px 5px;
    line-height: 1.4;
  }
  main.lp #nayami .txt {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
  }
  main.lp #nayami .txt p {
    font-size: 0.9rem;
  }
  main.lp #nayami .txt ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  main.lp #nayami .txt ul li {
    background: #fff;
    width: 90px;
    font-family: "Noto Serif JP", serif;
    border: 0.5px solid #1f267a;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.3;
  }
  main.lp #nayami .txt strong {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: bold;
    background: linear-gradient(90deg, #f14fae 0%, #d80b6d 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: skewX(-10deg);
  }
  main.lp #nayami .txt strong span {
    font-size: 4.5rem;
  }
  main.lp #nayami > p {
    text-align: center;
    position: relative;
  }
  main.lp #nayami > p:after {
    position: absolute;
    content: "";
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 25px;
    background: #121547;
  }
  main.lp #reason {
    background: url("images/lp/bg_reason.webp") no-repeat;
    background-size: cover;
    padding: 40px 15px;
  }
  main.lp #reason .main_title {
    margin-bottom: 40px;
  }
  main.lp #reason .main_title .lead {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: normal;
    padding-top: 20px;
  }
  main.lp #reason li:not(:last-child) {
    margin-bottom: 50px;
  }
  main.lp #reason li .pic {
    position: relative;
    max-width: 360px;
    margin: 0 auto 30px;
  }
  main.lp #reason li .pic span {
    position: absolute;
    top: -20px;
    left: 0;
    max-width: 55px;
  }
  main.lp #reason li .pic > img {
    width: 100%;
  }
  main.lp #reason li .main_title {
    text-align: left;
    margin-bottom: 10px;
  }
  main.lp #reason li .main_title span {
    color: #f41058;
  }
  main.lp #comparison {
    background: url("images/lp/bg_comparison.webp") no-repeat;
    background-size: cover;
    padding: 40px 15px;
  }
  main.lp #comparison .lead {
    margin-bottom: 30px;
  }
  main.lp #comparison .js-scrolltable {
    margin-bottom: 20px;
    overflow-x: scroll !important;
    overflow-y: hidden !important;
  }
  main.lp #comparison table {
    min-width: 500px;
    width: 100%;
    position: relative;
  }
  main.lp #comparison table th {
    width: 100px;
    height: 48px;
    font-weight: 500;
    background: #393939;
    color: #fff;
    vertical-align: middle;
  }
  main.lp #comparison table th.navy {
    background: #1f267a;
    position: relative;
  }
  main.lp #comparison table th.navy:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 373px;
    box-shadow: 0 0 10px 0 rgba(31, 38, 122, 0.2);
    pointer-events: none;
  }
  main.lp #comparison table td {
    width: 100px;
    height: 80px;
    vertical-align: middle;
    background: #fff;
    padding: 10px;
    text-align: center;
    font-family: "Heebo", sans-serif;
  }
  main.lp #comparison table td:nth-child(1) {
    width: 200px;
  }
  main.lp #comparison table td:nth-child(2) {
    color: #f41058;
  }
  main.lp #comparison table td .imgleft {
    display: flex;
    font-family: "Noto Sans JP", sans-serif;
    align-items: center;
    text-align: left;
  }
  main.lp #comparison table td .imgleft img {
    max-width: 60px;
    margin-bottom: 0;
  }
  main.lp #comparison table td .imgleft > div {
    width: 100%;
    margin-left: 10px;
    font-size: 0.7rem;
    line-height: 1.4;
  }
  main.lp #comparison table td .imgleft > div h3 {
    font-weight: bold;
  }
  main.lp #comparison .small {
    font-size: 0.6rem;
  }
  main.lp #item {
    padding: 40px 15px;
  }
  main.lp #item .main_title {
    margin-bottom: 50px;
  }
  main.lp #item ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
  }
  main.lp #item ul li {
    position: relative;
    padding: 20px 15px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(31, 38, 122, 0.1);
  }
  main.lp #item ul span {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    text-align: center;
    background: #1f267a;
    width: 100px;
    line-height: 1.5;
    font-size: 0.8rem;
  }
  main.lp #item ul span.grade_pink {
    background: linear-gradient(90deg, #f14fae 0%, #d80b6d 100%);
  }
  main.lp #item ul img {
    margin: 0 auto 10px;
  }
  main.lp #item ul h3 {
    font-family: "Noto Serif JP", serif;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
  }
  main.lp #flow {
    padding: 40px 15px;
  }
  main.lp #flow .main_title {
    margin-bottom: 40px;
  }
  main.lp #flow ul {
    min-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
  }
  main.lp #flow ul li:not(:last-child) .circle:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    width: 0;
    height: 0;
    border-left: 15px solid #1f267a;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
  }
  main.lp #flow ul li .circle {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #1f267a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  main.lp #flow ul li .circle img {
    display: block;
    margin: 0 auto 20px;
  }
  main.lp #flow ul li .circle h3 {
    font-size: 1.2rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.4;
  }
  main.lp #flow ul li p {
    line-height: 1.6;
  }
  main.lp #way {
    padding: 40px 15px;
  }
  main.lp #way .main_title {
    margin-bottom: 40px;
  }
  main.lp #way li {
    position: relative;
  }
  main.lp #way li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.lp #way h3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    background: linear-gradient(90deg, #f14fae 0%, #d80b6d 100%);
    line-height: 1.4;
  }
  main.lp #way img {
    margin-bottom: 15px;
    border-radius: 4px;
  }
  main.lp #way p {
    line-height: 1.6;
  }
  main.lp #map {
    padding: 40px 15px;
  }
  main.lp #map iframe {
    display: block;
    height: 140px;
    margin: 0 auto 10px;
  }
  main.lp #map p {
    font-family: "Source Han Sans", "源ノ角ゴシック", sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 0.85rem;
  }
  main.lp #works {
    padding: 40px 0;
  }
  main.lp #works .main_title {
    margin-bottom: 40px;
  }
  main.lp #works .main_title .grade_pink {
    margin-right: 5px;
  }
  main.lp #works .swiper {
    overflow-x: hidden !important;
    max-width: 600px;
  }
  main.lp #works .swiper-slide {
    height: auto;
    background: #fff;
    padding: 10px 10px 20px;
    box-shadow: 0 0 10px 0 rgba(31, 38, 122, 0.1);
    display: flex;
    flex-direction: column;
  }
  main.lp #works .swiper-slide img {
    display: block;
    margin: 0 auto 10px;
  }
  main.lp #works .swiper-slide h3 {
    line-height: 1.4;
    margin-bottom: 10px;
  }
  main.lp #works .swiper-slide h3 span {
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
  }
  main.lp #works .swiper-slide div > span,
  main.lp #works .swiper-slide > span {
    width: max-content;
    font-size: 0.85rem;
    background: #e8e9f2;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  main.lp #works .swiper-slide strong {
    display: block;
    font-weight: bold;
    color: #f41058;
    text-align: right;
    margin-top: auto;
    line-height: 1;
    font-size: 1.1rem;
  }
  main.lp #works .swiper-slide strong span {
    font-family: "Heebo", sans-serif;
    font-size: 2.2rem;
  }
  main.lp #voice {
    padding: 40px 0;
  }
  main.lp #voice .main_title {
    position: relative;
    max-width: 300px;
    margin: 0 auto 20px;
  }
  main.lp #voice .main_title:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: -20px;
    background: url("images/lp/title_left.svg") no-repeat;
    background-size: 100%;
    width: 25px;
    height: 40px;
  }
  main.lp #voice .main_title:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: -10px;
    background: url("images/lp/title_right.svg") no-repeat;
    background-size: 100%;
    width: 25px;
    height: 40px;
  }
  main.lp #voice .main_title span {
    display: block;
    font-size: 0.8rem;
    line-height: 1;
  }
  main.lp #voice .main_title span em {
    color: #f41058;
  }
  main.lp #voice .swiper {
    overflow-x: hidden !important;
    max-width: 600px;
  }
  main.lp #voice .swiper-slide {
    height: auto;
    background: #fff;
    padding: 20px 30px 20px 20px;
    box-shadow: 0 0 10px 0 rgba(31, 38, 122, 0.1);
  }
  main.lp #voice .swiper-slide .imgleft {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  main.lp #voice .swiper-slide .imgleft > img {
    max-width: 55px;
    margin: 0;
  }
  main.lp #voice .swiper-slide .imgleft > div {
    margin-left: 15px;
  }
  main.lp #voice .swiper-slide .imgleft > div h3 {
    font-size: 1.1rem;
  }
  main.lp #voice .swiper-slide .imgleft > div img {
    max-width: 100px;
  }
  main.lp #voice .swiper-slide p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.lp #faq {
    padding: 40px 15px;
  }
  main.lp #faq li {
    background: #fff;
    border-radius: 4px;
  }
  main.lp #faq li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.lp #faq h3 {
    position: relative;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.6;
  }
  main.lp #faq h3:before, main.lp #faq h3:after {
    content: "";
    position: absolute;
    right: 10px;
    width: 15px;
    height: 1px;
    background: #1f267a;
    border-radius: 4px;
    transition: 0.3s;
  }
  main.lp #faq h3:before {
    top: 50%;
    transform: translateY(-50%);
  }
  main.lp #faq h3:after {
    top: 48%;
    transform: rotate(-90deg);
  }
  main.lp #faq h3.open:after {
    transform: rotate(0deg);
  }
  main.lp #faq h3 .q {
    color: #1f267a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Heebo", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
  }
  main.lp #faq h3 .title {
    display: block;
    width: 85%;
    font-weight: 500;
  }
  main.lp #faq .cont {
    display: none;
  }
  main.lp #faq .cont .wrap {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
  }
  main.lp #faq .cont .a {
    background: linear-gradient(90deg, #f14fae 0%, #d80b6d 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Heebo", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
  }
  main.lp #faq .cont .txt {
    width: 92%;
    font-weight: 500;
    line-height: 1.6;
  }
  main.lp #faq .cont .txt p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.lp #form {
    padding: 40px 15px;
    background: #1f267a;
  }
  main.lp #form .lead {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
  }
  main.lp #form .telbox h3 {
    background: linear-gradient(90deg, #f14fae 0%, #d80b6d 100%);
    color: #fff;
    text-align: center;
    max-width: 340px;
    margin: 0 auto 20px;
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    font-weight: 500;
    border-radius: 4px;
  }
  main.lp #form .telbox a {
    font-size: 2.4rem;
  }
  main.lp #form .telbox a img {
    width: 30px;
    padding-bottom: 6px;
  }
  main.lp #form .telbox span {
    font-size: 1rem;
  }
  main.lp #form .form {
    position: relative;
    background: #f8f8f8;
    border-radius: 10px;
    margin: 50px auto;
  }
  main.lp #form .form h4 {
    width: 280px;
    margin: 0 auto;
    background: #faff00;
    text-align: center;
    border-radius: 0 0 10px 10px;
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    font-weight: bold;
  }
  main.lp #form .form .narrow {
    padding: 30px 20px 40px;
  }
  main.lp #form .form li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.lp #form .form .title {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  main.lp #form .form .title span {
    width: 50px;
    font-size: 1rem;
    font-weight: normal;
    color: #fff;
    background: #f41058;
    border-radius: 10px;
    text-align: center;
    margin-left: 10px;
    display: block;
    line-height: 1.4;
  }
  main.lp #form .form input[type=text],
  main.lp #form .form input[type=tel] {
    font-size: 1rem;
    width: 100%;
    height: 50px;
    padding: 10px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #c0bebe;
  }
  main.lp #form .form ::placeholder {
    color: #a8a8a8;
  }
  main.lp #form .form .agree {
    text-align: center;
    margin: 30px auto 20px;
  }
  main.lp #form .form .agree a {
    text-decoration: underline;
  }
  main.lp #form .form .agree .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    position: relative;
    width: 100%;
    margin: 0;
  }
  main.lp #form .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    cursor: pointer;
    position: relative;
  }
  main.lp #form .form .agree .wpcf7-form-control.wpcf7-acceptance input[type=checkbox] {
    position: absolute;
    opacity: 0;
  }
  main.lp #form .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before {
    content: "";
    background: #fff;
    border: 1px solid #6b6b6b;
    border-radius: 2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: -1px;
    margin-right: 20px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
  }
  main.lp #form .form .agree .wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 2px;
    width: 20px;
    height: 10px;
    border-left: 3px solid #f41058;
    border-bottom: 3px solid #f41058;
    transform: rotate(-45deg);
  }
  main.lp #form .form .btn {
    margin: 0 auto;
    font-size: 1.1rem;
    display: block;
    padding: 0;
  }
  main.lp #form .form input[type=submit],
  main.lp #form .form button {
    width: 100%;
    background: transparent;
    outline: none;
    appearance: none;
    padding: 12px 60px;
  }
  main.lp #form .form input[type=submit] span,
  main.lp #form .form button span {
    color: #faff00;
  }
  main.lp #form .line {
    position: relative;
    display: block;
    background: #06c755;
    border-radius: 10px;
    padding: 20px 15px;
    max-width: 400px;
    margin: 0 auto;
  }
  main.lp #form .line h2 {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    background: #faff00;
    border-radius: 12px;
    width: 300px;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
  }
  main.lp #form .line .left {
    margin-bottom: 20px;
  }
  main.lp #form .line .left .title {
    display: flex;
    align-items: flex-start;
  }
  main.lp #form .line .left .title img {
    width: 60px;
  }
  main.lp #form .line .left .title h3 {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px dashed #fff;
  }
  main.lp #form .line .left .title h3 span {
    color: #faff00;
  }
  main.lp #form .line .left p {
    text-align: center;
    color: #fff;
    line-height: 1.6;
  }
  main.lp #form .line .right {
    overflow: hidden;
  }
  main.lp #form .line .right ul {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  main.lp #form .line .right ul li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: linear-gradient(135deg, #97702e 0%, #cbb066 16%, #e5d082 25%, #e0ca7d 26%, #c0a35b 33%, #a98742 40%, #9b7633 45%, #97702e 50%, #9a7431 54%, #a5813d 59%, #b79851 64%, #d0b76c 69%, #e5d082 72%, #e5d082 84%, #97702e 100%);
  }
  main.lp #form .line .right ul li:before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 50%;
    background: #fff;
  }
  main.lp #form .line .right ul li div {
    position: relative;
    z-index: 1;
  }
  main.lp #form .line .right ul li img {
    width: 20px;
    display: block;
    margin: 0 auto 5px;
  }
  main.lp #form .line .right ul li p {
    font-size: 0.65rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    color: #333;
  }
  main.lp #form .line .right ul li p span {
    font-size: 1rem;
    line-height: 1;
    font-weight: bold;
  }
  main.lp #form .line .right > img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100px;
  }
  main.top section {
    padding: 100px 20px;
  }
  main.sub .sec {
    font-family: "Source Han Sans", "源ノ角ゴシック", sans-serif;
    padding: 100px 20px 40px;
  }
  main.sub .sec .lead {
    font-size: 0.8rem;
    color: #555;
    margin-bottom: 40px;
  }
  main.sub .page_title {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    color: #1a2961;
    padding-bottom: 5px;
    border-bottom: 2px solid #1a2961;
    margin-bottom: 20px;
  }
  main.sub .law .list .graf {
    margin: 20px auto;
  }
  main.sub .law .list .bg {
    background: #fafafa;
    border-radius: 4px;
    padding: 10px;
    font-size: 0.8rem;
    color: #666;
  }
  main.sub .law .list .right {
    text-align: right;
    font-size: 0.8rem;
    color: #777;
  }
  main.sub .privacy {
    font-weight: bold;
  }
  main.sub .privacy .list p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .privacy .numb li {
    text-indent: -2.2em;
    padding-left: 2.2em;
  }
  main.sub .privacy a {
    word-break: break-all;
    color: #0000ee;
    text-decoration: underline;
  }
  main.sub .privacy dl {
    border-radius: 6px;
    background: #f5f6fa;
    padding: 20px;
    margin: 20px auto;
  }
  main.sub .privacy dl dd:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .privacy .right {
    text-align: right;
    font-size: 0.8rem;
    color: #777;
  }
  main.sub .thanks#cta {
    padding: 100px 20px 40px;
    color: #fff;
  }
  main.sub .thanks#cta > img {
    display: block;
    margin: 0 auto 20px;
  }
  main.sub .thanks#cta p {
    text-align: center;
    margin-bottom: 40px;
  }
  main.sub .thanks#cta h3 {
    width: 300px;
    border-radius: 4px;
    text-align: center;
    background: linear-gradient(90deg, #f14fae 0%, #d80b6d 100%);
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 auto 20px;
  }
  main.sub #error {
    padding: 40px 15px;
  }
  main.sub #error .btn {
    margin: 40px auto 0;
    padding: 10px;
  }
  footer {
    font-family: "Source Han Sans", "源ノ角ゴシック", sans-serif;
    font-weight: bold;
  }
  footer .f_logo_wrap {
    margin: 0 auto;
    padding: 20px;
  }
  footer .f_logo_wrap .f_logo {
    width: fit-content;
    margin: 0 auto;
  }
  footer .f_logo_wrap img,
  footer .f_logo_wrap a {
    display: inline-block;
    max-width: 215px;
    margin: 0 auto;
    padding-right: 20px;
  }
  footer .f_blc {
    padding: 20px;
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #e8e9f2;
  }
  footer .f_blc .f_left {
    padding-bottom: 40px;
  }
  footer .f_blc .f_left p {
    font-size: 0.75rem;
  }
  footer .f_blc .f_right ul {
    margin-bottom: 60px;
  }
  footer .f_blc .f_right ul a {
    font-size: 0.875rem;
  }
  footer .f_blc .f_right ul a:hover {
    color: #1f267a;
  }
  footer .f_blc .f_right small {
    display: block;
    text-align: right;
    font-size: 0.75rem;
  }
  footer .pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #f41058;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
    border-radius: 50%;
    text-align: center;
    z-index: 10;
  }
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */