@charset "UTF-8";
:root {
  --gr1: #f39800;
  --gr2: #12347a;
  --pk: #e9498c;
  --or: #f39302;
}

.hover {
  transition: opacity 0.3s;
}
@media (hover) {
  .hover:hover {
    opacity: 0.8;
  }
}

html {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 62.5%;
  color: #111;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
p,
dl dt,
dl dd,
ul li,
ul,
ol li,
span,
div {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}

.pc-only {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
}

main {
  overflow: hidden;
}

.sp_footer_navi {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  transition: transform 0.5s ease;
  z-index: 1000;
}

.sp_footer_navi_inner {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  gap: 8px;
  align-items: center;
}

.sp_footer_navi a {
  cursor: pointer;
  display: flex;
  transition: opacity 0.3s;
}

.sp_footer_navi a:hover {
  opacity: 0.7;
}

.sp_footer_navi.active {
  transform: translateY(0);
}

@media (max-width: 833px) {
  .sp_footer_navi {
    display: flex;
    align-items: flex-end;
    transform: translateY(100%);
    text-align: center;
  }
  .sp_footer_navi .btn,
  .sp_footer_navi .btn2 {
    display: flex;
    justify-content: center;
    margin: auto;
    font-size: 13px;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
  }
  .sp_footer_navi .btn {
    width: 65%;
  }
  .sp_footer_navi .btn2 {
    width: 60%;
    padding: 0;
  }
  .sp_footer_navi .btn span,
  .sp_footer_navi .btn .book {
    display: inline-block;
    margin-right: 5px;
  }
  .sp_footer_navi .btn .book {
    margin-right: 10px;
  }
  .sp_footer_navi .btn2 span {
    display: flex;
    flex-direction: column;
    line-height: 1;
    margin: auto;
  }
  .sp_footer_navi .btn2 span em {
    margin-bottom: 5px;
  }
  .sp_footer_navi .tel_btn {
    display: flex;
    justify-content: center;
    margin-left: 10px;
    width: calc(40% - 10px);
    font-size: 11px;
    padding: 5px 10px;
    background: #fff;
    border-radius: 5px;
  }
  .sp_footer_navi .tel_btn img {
    display: block;
  }
}
.footer {
  background: #eaeaea;
  text-align: center;
}
.footer--menu {
  padding: 30px 20px 0;
}
.footer--menu ul {
  display: flex;
  justify-content: center;
}
.footer--menu ul li + li {
  margin-left: 2em;
}
.footer--menu ul li a {
  font-size: 16px;
  color: #666;
}
.footer--menu .logo img {
  width: 150px;
  margin: 0 auto;
}
.footer .cw {
  padding: 20px 0;
}
.footer small {
  font-size: 12px;
}

footer {
  background: #fff;
  text-align: center;
}
footer .logo_footer {
  max-width: 172px;
  width: 100%;
  padding-top: 15px;
  margin: 0 auto;
}
footer .menu_foot {
  display: flex;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 20px;
}
footer .menu_foot li a {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #000;
}
footer .menu_foot li a:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  footer .menu_foot {
    padding-top: 3px;
    padding-bottom: 5px;
  }
  footer .menu_foot li a {
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  footer .logo_footer {
    max-width: 29.7101449275%;
    padding-top: 8px;
  }
}

/**/
.cta {
  margin-top: 35px;
}
@media screen and (max-width: 960px) {
  .cta {
    margin-top: 20px;
  }
}
.cta > .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.cta > .inner ul {
  width: 100%;
  max-width: 940px;
  display: flex;
  justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .cta > .inner ul {
    width: 100%;
    gap: 0;
    justify-content: space-between;
  }
}
.cta > .inner ul li {
  --c1: #28c477;
  --c2: #fff;
}
.cta > .inner ul li:nth-child(1) {
  width: 450px;
}
@media screen and (max-width: 768px) {
  .cta > .inner ul li:nth-child(1) {
    width: 66%;
  }
}
.cta > .inner ul li:nth-child(2) {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .cta > .inner ul li:nth-child(2) {
    width: 32%;
  }
}
.cta > .inner ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 75px;
  border: 1px solid #fff;
  color: #fff;
  box-shadow: 0.832px 3.913px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  font-size: 26px;
  font-weight: bold;
  transition: all 0.3s;
}
.cta > .inner ul li a.briefing {
  background: #33c054;
}
.cta > .inner ul li a.request {
  background: #d50069;
}
@media screen and (max-width: 768px) {
  .cta > .inner ul li a {
    font-size: 19px;
    letter-spacing: 0.06em;
    height: 65px;
    font-weight: bold;
    border-radius: 10px;
  }
}
@media (hover) {
  .cta > .inner ul li a:hover {
    opacity: 0.7;
  }
}
.cta > .inner ul li a:not(:has(span)) img {
  position: absolute;
  width: 30px;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .cta > .inner ul li a:not(:has(span)) img {
    width: 20px;
    right: 10px;
  }
}
.cta > .inner ul li a span {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cta > .inner ul li a span {
    gap: 10px;
  }
}
.cta > .inner ul li a span img {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .cta > .inner ul li a span img {
    width: 15px;
  }
}
.cta > .inner p.tel {
  text-align: center;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .cta > .inner p.tel {
    pointer-events: auto;
  }
}
@media screen and (max-width: 768px) {
  .cta > .inner p.tel a img {
    width: 300px;
  }
}

.schedule {
  padding: 30px 40px;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .schedule {
    padding: 20px 5%;
  }
}
.schedule p.ttl {
  padding: 10px 0 12px;
  text-align: center;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  font-weight: bold;
  background: #ff7431;
  border-radius: 50px;
}
@media screen and (max-width: 960px) {
  .schedule p.ttl {
    font-size: 20px;
  }
}
.schedule ul {
  margin: 20px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .schedule ul {
    margin: 15px 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.schedule ul li {
  background: #fffea9;
  padding: 20px 0;
  text-align: center;
  font-size: 24px;
  line-height: 0.8333333333;
  letter-spacing: 0em;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .schedule ul li {
    font-size: 16px;
  }
}
.schedule p.note {
  text-align: center !important;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0em;
}
@media screen and (max-width: 960px) {
  .schedule p.note {
    font-size: 12px;
  }
}
.schedule p.note span {
  font-size: 0.85em;
}

/**/
.img_w100 img {
  width: 100%;
}

section {
  position: relative;
  width: 100%;
}
section.method {
  padding: 30px 5% 0;
}
@media screen and (max-width: 960px) {
  section.method {
    padding-top: 10px;
  }
}
section.method > .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
section.method > .inner .img {
  text-align: center;
}
section.method > .inner .img img {
  position: relative;
  bottom: -30px;
  max-width: 949px;
}
@media screen and (max-width: 960px) {
  section.method > .inner .img img {
    bottom: -20px;
    width: 100%;
  }
}
section.method_reason {
  padding-bottom: 100px;
}
@media screen and (max-width: 960px) {
  section.method_reason {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
section.method_reason > .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
section.method_reason > .inner p.lead {
  margin-bottom: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 960px) {
  section.method_reason > .inner p.lead {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
section.method_reason > .inner ul li {
  border: 3px solid var(--gr1);
}
section.method_reason > .inner ul li:not(:last-child) {
  margin-bottom: 25px;
}
section.method_reason > .inner ul li div.ttl {
  min-height: 130px;
  padding: 7px 0;
  display: flex;
  background: var(--gr1);
}
@media screen and (max-width: 768px) {
  section.method_reason > .inner ul li div.ttl {
    min-height: 0;
  }
}
section.method_reason > .inner ul li div.ttl .num {
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  section.method_reason > .inner ul li div.ttl .num {
    padding: 0 10px;
    width: 80px;
  }
}
section.method_reason > .inner ul li div.ttl .num_ttl {
  padding-left: 25px;
  flex: 1;
  align-self: center;
  font-size: 28px;
  line-height: 1.4285714286;
  letter-spacing: 0.005em;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section.method_reason > .inner ul li div.ttl .num_ttl {
    padding-left: 10px;
    font-size: 14px;
  }
}
section.method_reason > .inner ul li div.ttl .num_ttl span,
section.method_reason > .inner ul li div.ttl .num_ttl h3.span {
  font-size: 44px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  section.method_reason > .inner ul li div.ttl .num_ttl span,
  section.method_reason > .inner ul li div.ttl .num_ttl h3.span {
    font-size: 20px;
  }
}
section.method_reason > .inner ul li div.ttl .num_ttl span span,
section.method_reason > .inner ul li div.ttl .num_ttl h3.span span {
  font-size: 34px;
}
@media screen and (max-width: 960px) {
  section.method_reason > .inner ul li div.ttl .num_ttl span span,
  section.method_reason > .inner ul li div.ttl .num_ttl h3.span span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  section.method_reason > .inner ul li div.ttl .num_ttl span.sm,
  section.method_reason > .inner ul li div.ttl .num_ttl h3.span.sm {
    font-size: 13px;
    font-weight: normal;
  }
}
section.method_reason > .inner ul li .bgdot {
  background: url(/lp_common/img/reason_dot.gif);
  padding: 30px 5% 45px;
  text-align: center;
}
section.method_reason > .inner ul li .bgdot img {
  width: 668px;
}
section.method_reason > .inner ul li .bgw {
  padding: 30px 47px 40px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  section.method_reason > .inner ul li .bgw {
    padding: 20px 15px 20px;
  }
}
section.method_reason > .inner ul li .bgw.reason1 p.txt {
  margin: 20px 0 0;
}
section.method_reason > .inner ul li .bgw.reason2 p.ttl {
  --c: #f389e0;
  margin-bottom: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}
section.method_reason > .inner ul li .bgw.reason2 p.ttl.b {
  --c: #30abf7;
}
section.method_reason > .inner ul li .bgw.reason2 p.ttl span.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  width: 44px;
  border-radius: 50px;
  aspect-ratio: 1;
  color: #fff;
  background: var(--c);
}
@media screen and (max-width: 768px) {
  section.method_reason > .inner ul li .bgw.reason2 p.ttl span.icon {
    width: 30px;
    font-size: 16px;
  }
}
section.method_reason > .inner ul li .bgw.reason2 p.ttl span.line {
  padding-bottom: 4px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.005em;
  border-bottom: 4px solid var(--c);
}
@media screen and (max-width: 768px) {
  section.method_reason > .inner ul li .bgw.reason2 p.ttl span.line {
    font-size: 21px;
  }
}
section.method_reason > .inner ul li .bgw.reason2 .syllabus {
  padding-bottom: 35px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
section.method_reason > .inner ul li .bgw.reason2 .types {
  padding: 35px 30px;
  background: #ffffe8;
}
section.method_reason > .inner ul li .bgw.reason2 .types p {
  margin-bottom: 20px;
}
section.method_reason > .inner ul li .bgw p.txt {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  section.method_reason > .inner ul li .bgw p.txt {
    font-size: 14px;
  }
}
section.method_reason > .inner ul li .bgw p.txt span.marker {
  display: inline;
  background: #f5f56a;
}
section.method_reason > .inner ul li .video_area {
  background: #fdf0d9;
  padding: 40px 5%;
  text-align: center;
}
@media screen and (max-width: 960px) {
  section.method_reason > .inner ul li .video_area {
    padding-block: 20px;
  }
}
section.method_reason > .inner ul li .video_area h3 {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.3846153846;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--or);
}
@media screen and (max-width: 960px) {
  section.method_reason > .inner ul li .video_area h3 {
    font-size: 18px;
  }
}
section.method_reason > .inner ul li .video_area h3 span {
  position: relative;
  display: inline-block;
}
section.method_reason > .inner ul li .video_area h3 span:before, section.method_reason > .inner ul li .video_area h3 span:after {
  content: "";
  width: 2px;
  height: 100%;
  background: var(--or);
  position: absolute;
  display: block;
  top: 50%;
  translate: 0 -50%;
  transform-origin: center bottom;
}
section.method_reason > .inner ul li .video_area h3 span:before {
  left: -10px;
  rotate: -25deg;
}
section.method_reason > .inner ul li .video_area h3 span:after {
  right: -10px;
  rotate: 25deg;
}
section.method_reason > .inner ul li .video_area .video {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
section.method_reason > .inner ul li .video_area .video.is-playing:after {
  display: none;
}
section.method_reason > .inner ul li .video_area .video:after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 170px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  background: url(/lp_common/img/icon_play.svg) center/cover;
  aspect-ratio: 1;
}
@media screen and (max-width: 768px) {
  section.method_reason > .inner ul li .video_area .video:after {
    display: none;
  }
}
section.method_reason > .inner ul li .video_area .video:not(:has(video)) {
  background: #cfcfcf;
  aspect-ratio: 800/450;
}
section.method_reason > .inner ul li .video_area .video video {
  width: 100%;
}
section.method_reason > .inner ul li .point {
  position: relative;
  padding: 25px 2%;
  margin-top: 30px;
  border: 2px solid #e8007e;
  width: 100%;
  text-align: center;
}
section.method_reason > .inner ul li .point:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -5px;
  width: 102px;
  aspect-ratio: 102/30;
  background: url(/lp_common/img/icon_point.svg) center/cover;
}
section.method_reason > .inner ul li .point p {
  font-size: 26px;
  line-height: 1.5384615385;
  letter-spacing: 0em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.method_reason > .inner ul li .point p {
    font-size: 14px;
  }
}
section.message {
  padding: 20px 0 100px;
}
section.message > .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
section.message > .inner ul.msg li:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  section.message > .inner ul.msg li:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
section.message > .inner ul.msg li .ttl {
  margin-bottom: 30px;
  text-align: center;
}
section.message > .inner ul.msg li .ttl img {
  width: 100%;
}
section.message > .inner ul.msg li .ttl img.kobayashi {
  max-width: 679px;
}
section.message > .inner ul.msg li .ttl img.tsubota {
  max-width: 667px;
}
section.message > .inner ul.msg li .msg_col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  section.message > .inner ul.msg li .msg_col {
    flex-direction: column;
    gap: 40px;
  }
}
section.message > .inner ul.msg li .msg_col .img {
  width: 40%;
}
@media screen and (max-width: 960px) {
  section.message > .inner ul.msg li .msg_col .img {
    width: 100%;
  }
}
section.message > .inner ul.msg li .msg_col .txt {
  position: relative;
  width: 54.5%;
  padding: 45px 35px;
  border-radius: 10px;
  background: #fff;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  section.message > .inner ul.msg li .msg_col .txt {
    padding: 25px 5%;
    width: 100%;
    font-size: 14px;
  }
}
section.message > .inner ul.msg li .msg_col .txt:after {
  content: "";
  position: absolute;
  left: 0;
  top: 190px;
  width: 36px;
  translate: -100% 0;
  aspect-ratio: 36/34;
  background: url(/lp_common/img/message_arrow.png) center/cover no-repeat;
}
@media screen and (max-width: 960px) {
  section.message > .inner ul.msg li .msg_col .txt:after {
    left: 50%;
    top: 0;
    translate: -50% -70%;
    rotate: 90deg;
  }
}
section.message > .inner ul.msg li .msg_col .txt span {
  display: inline;
  background: #f5f56a;
}
section.price {
  padding: 100px 0;
}
@media screen and (max-width: 960px) {
  section.price {
    padding: 50px 0;
  }
}
section.price > .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
section.price > .inner h2 {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  section.price > .inner h2 {
    margin-bottom: 10px;
  }
}
section.price > .inner h2 img {
  width: 100%;
  max-width: 635.5px;
}
@media screen and (max-width: 960px) {
  section.price > .inner h2 img {
    max-width: 317.75px;
  }
}
section.price > .inner p.lead {
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 960px) {
  section.price > .inner p.lead {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
section.price > .inner .price_col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media screen and (max-width: 768px) {
  section.price > .inner .price_col {
    grid-template-columns: 1fr;
  }
}
section.price > .inner .price_col .cost {
  background: #fff;
  display: grid;
  grid-template-rows: 60px 1fr;
}
section.price > .inner .price_col .cost p.ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f4f4f4;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
}
section.price > .inner .price_col .cost .detail {
  padding: 0 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  section.price > .inner .price_col .cost .detail {
    padding: 20px 5%;
  }
}
section.price > .inner .price_col .cost .detail .price img {
  width: 100%;
  max-width: 275px;
}
@media screen and (max-width: 768px) {
  section.price > .inner .price_col .cost .detail .price img {
    max-width: 100%;
    width: 100%;
  }
}
section.price > .inner .price_col .cost .detail p.note {
  text-align: right;
  margin: 10px 0 20px;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section.price > .inner .price_col .cost .detail p.note {
    margin-bottom: 10px;
  }
}
section.price > .inner .price_col .cost .detail p.txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  section.price > .inner .price_col .cost .detail p.txt {
    font-size: 14px;
  }
}
section.price > .inner .price_col .cost .detail p.txt span {
  font-size: 10px;
}
section.result {
  padding: 80px 5%;
}
@media screen and (max-width: 768px) {
  section.result {
    padding-block: 40px;
  }
}
section.result > .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
section.result > .inner .ttl_area {
  width: 100%;
  position: relative;
}
section.result > .inner .ttl_area .deco_l {
  position: absolute;
  top: 0;
  left: 0;
  animation: yurayura 1.5s ease-in-out infinite;
}
@media screen and (max-width: 960px) {
  section.result > .inner .ttl_area .deco_l {
    top: 60%;
    left: -4%;
  }
}
section.result > .inner .ttl_area .deco_l img {
  max-width: 273px;
}
@media screen and (max-width: 768px) {
  section.result > .inner .ttl_area .deco_l img {
    max-width: 60px;
  }
}
section.result > .inner .ttl_area .deco_r {
  position: absolute;
  top: 0;
  right: 0;
  animation: yurayura 1.5s ease-in-out infinite;
}
@media screen and (max-width: 960px) {
  section.result > .inner .ttl_area .deco_r {
    top: 60%;
    right: -4%;
  }
}
section.result > .inner .ttl_area .deco_r img {
  max-width: 255px;
}
@media screen and (max-width: 768px) {
  section.result > .inner .ttl_area .deco_r img {
    max-width: 60px;
  }
}
@keyframes yurayura {
  0%, 100% {
    transform: translateY(5px); /* 初期位置 */
  }
  50% {
    transform: translateY(-10px); /* 上に10px移動 */
  }
}
section.result > .inner h2 {
  text-align: center;
}
section.result > .inner h2 img {
  width: 100%;
  max-width: 562.5px;
}
@media screen and (max-width: 768px) {
  section.result > .inner h2 img {
    max-width: 281.25px;
  }
}
section.result > .inner p.lead {
  margin: 50px 0 50px;
  text-align: center;
  font-size: 24px;
  line-height: 1.4166666667;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #414141;
}
@media screen and (max-width: 768px) {
  section.result > .inner p.lead {
    margin: 15px 0 25px;
    font-size: 16px;
  }
}
section.result > .inner .examples_wrap {
  width: 100%;
  padding: 60px 50px;
  background: url(/lp_common/img/result_bg.png) center top/100% no-repeat #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap {
    padding: 30px 5%;
  }
}
section.result > .inner .examples_wrap p.ttl_examples {
  margin-bottom: 25px;
  padding: 10px 0 12px;
  text-align: center;
  background: #ff7431;
  border-radius: 50px;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap p.ttl_examples {
    font-size: 18px;
  }
}
section.result > .inner .examples_wrap ul.up {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap ul.up {
    margin-bottom: 20px;
    gap: 5px;
  }
}
section.result > .inner .examples_wrap .pass {
  margin-bottom: 30px;
  text-align: center;
}
section.result > .inner .examples_wrap .pass p.lead {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #f39800;
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap .pass p.lead {
    font-size: 15px;
  }
}
section.result > .inner .examples_wrap .pass p.lead:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 100%;
  max-width: 590px;
  height: 27px;
  background: #000;
  clip-path: polygon(0 0, 0 1px, calc(50% - 35px) 1px, 50% 100%, calc(50% + 35px) 1px, 100% 1px, 100% 0, calc(50% + 35px) 0, 50% calc(100% - 1.5px), calc(50% - 35px) 0);
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap .pass p.lead:after {
    height: 20px;
  }
}
section.result > .inner .examples_wrap .pass .img img {
  max-width: 392px;
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap .pass .img img {
    max-width: 250px;
  }
}
section.result > .inner .examples_wrap .examples_lists {
  width: 100%;
  padding: 40px;
  background: #f7f7f7;
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap .examples_lists {
    padding: 20px 5%;
  }
}
section.result > .inner .examples_wrap .examples_lists hgroup {
  margin-bottom: 20px;
  text-align: center;
}
section.result > .inner .examples_wrap .examples_lists hgroup h2 {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.08em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap .examples_lists hgroup h2 {
    font-size: 20px;
  }
}
section.result > .inner .examples_wrap .examples_lists hgroup p {
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap .examples_lists hgroup p {
    font-size: 14px;
  }
}
section.result > .inner .examples_wrap .examples_lists dl {
  display: grid;
  grid-template-columns: 130px 1fr;
  row-gap: 25px;
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap .examples_lists dl {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
section.result > .inner .examples_wrap .examples_lists dl dt {
  padding: 20px 0 20px 30px;
  background: #fff;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #f39800;
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap .examples_lists dl dt {
    text-align: center;
    padding: 20px 0 0;
    font-size: 18px;
  }
}
section.result > .inner .examples_wrap .examples_lists dl dd {
  padding: 20px 30px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap .examples_lists dl dd {
    padding: 20px 5% 30px;
  }
  section.result > .inner .examples_wrap .examples_lists dl dd:not(:last-child) {
    margin-bottom: 29px;
  }
}
section.result > .inner .examples_wrap .examples_lists dl dd ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 15px;
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap .examples_lists dl dd ul {
    column-gap: 10px;
    row-gap: 3px;
  }
}
section.result > .inner .examples_wrap .examples_lists dl dd ul li {
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap .examples_lists dl dd ul li {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0.06em;
  }
}
section.result > .inner .examples_wrap .examples_lists dl dd ul li:not(:last-child):after {
  content: "/";
  position: absolute;
  top: 0;
  right: -13px;
}
@media screen and (max-width: 768px) {
  section.result > .inner .examples_wrap .examples_lists dl dd ul li:not(:last-child):after {
    right: -7px;
  }
}
section.result > .inner .examples_wrap .examples_lists p.more {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
section.success {
  padding: 40px 5% 100px;
  background: url(/main/index/img/bg_success.jpg) center/100% 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section.success {
    padding: 30px 5% 50px;
  }
}
section.success > .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
section.success > .inner p.lead {
  margin-bottom: 25px;
  text-align: center;
}
section.success > .inner p.lead img {
  width: 100%;
  max-width: 713px;
}
@media screen and (max-width: 960px) {
  section.success > .inner p.lead img {
    max-width: 407.4285714286px;
  }
}
section.success > .inner h2 {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.success > .inner h2 {
    margin-bottom: 35px;
  }
}
section.success > .inner h2 span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: var(--gr1);
  -webkit-text-stroke: 8px #fff;
  paint-order: stroke;
}
@media screen and (max-width: 768px) {
  section.success > .inner h2 span {
    font-size: 30px;
  }
}
section.success > .inner h2 span img.txt {
  width: 100%;
  max-width: 432px;
}
@media screen and (max-width: 960px) {
  section.success > .inner h2 span img.txt {
    max-width: 246.8571428571px;
  }
}
section.success > .inner h2 span img.icon {
  position: absolute;
  top: 0%;
  right: -140px;
  max-width: 106px;
  animation: rotate-swing 1s ease-in-out infinite alternate;
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  section.success > .inner h2 span img.icon {
    max-width: 60px;
    right: -70px;
  }
}
@keyframes rotate-swing {
  0% {
    transform: rotate(10deg); /* 初期状態 */
  }
  100% {
    transform: rotate(-10deg); /* 左に10度回転 */
  }
}
section.success > .inner .success_block + .success_block {
  margin-top: 75px;
}
@media screen and (max-width: 960px) {
  section.success > .inner .success_block + .success_block {
    margin-top: 45px;
  }
}
section.success > .inner .success_block h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.success > .inner .success_block h3 {
    font-size: 18px;
  }
}
section.success > .inner .success_block h3 span {
  font-size: 1.5em;
}
section.success > .inner .success_block ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 768px) {
  section.success > .inner .success_block ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.success > .inner .img {
  margin-top: 60px;
  text-align: right;
}
section.success > .inner .img img {
  position: relative;
  right: 30px;
  bottom: -40px;
  max-width: 89%;
}
@media screen and (max-width: 768px) {
  section.success > .inner .img img {
    bottom: -15px;
    right: 0;
    max-width: 100%;
  }
}/*# sourceMappingURL=lp_common.css.map */