@charset "utf-8";

body {
  background: #fff;
}


main {
  color: #484848;
  text-align: justify;
}

.sp_br {
  display: none;
}

.main_inr {
  overflow: hidden;
}

h1 {
  display: none;
}

h2 {
  font-family: 'Zen Old Mincho', serif;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin: 50px 0;
}

img {
  width: 100%;
}

.mv {
  height: 100vh;
  background: rgb(43, 126, 219);
  background: linear-gradient(180deg, rgba(43, 126, 219, 1) 7%, rgba(255, 255, 255, 1) 100%);
  position: sticky;
  top: 0;
}

.mv_inr {
  height: 100%;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  background: url(../images/lp/bill.webp) no-repeat bottom center / contain;

}

.ttl {
  margin: 0 auto;
}

.problem {
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 100px;
}

.ele {
  text-wrap: wrap;
  justify-content: center;
  font-size: 2em;
  color: #fff;
  filter: drop-shadow(0px 0px 3px #044472);
  font-family: 'Zen Old Mincho', serif;
  font-weight: bold;

}

.ele:nth-of-type(2) {
  align-self: end;
}

.ele:nth-of-type(3) {
  align-self: center;
}

.no-problem {
  position: sticky;
  height: 100vh;
  min-height: 500px;
  max-height: 1500px;
  width: 100vw;
  max-width: 1080px;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.cta {
  width: 100%;
  background: #f7ff5f;
  padding: 40px 0;
}

.cta_inr {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  height: 200px;
}

.cta_cnt {
  position: absolute;
  width: 27%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.cta_merit {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 65%;
  right: 0;
  top: 0;
}

.cta_merit li {
  width: 30%;
  filter: drop-shadow(0 5px 5px #00000073);
  margin-top: -60px;
}

.cta_contact {
  width: 65%;
  position: absolute;

  right: 0;
  bottom: -9%;
}

.cta_contact a {
  text-align: center;
  display: block;
  background: blue;
  padding: 15px 0;
  border-radius: 50px;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
}

section {
  margin: 200px auto;
  width: 90%;
  max-width: 960px;
}

.sol_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 100px 0;
}

.sol_flex:nth-of-type(2) {
  flex-direction: row-reverse;
}

.sol_pic {
  width: 50%;
  align-self: stretch;
}

.sol_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sol_ele {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
}

.sol_ele dt {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: 'Zen Old Mincho', serif;
}

.sol_ele dd {
  line-height: 2em;
}

.sol_ele .liner {
  background: #F7FF5F;
  background: linear-gradient(0deg, rgba(247, 255, 95, 1) 50%, rgba(247, 255, 95, 0) 51%);
}

.merit {
  padding: 150px 0;
}

.merit,
.order_flow {
  position: relative;
  z-index: 1;
}

.merit::after,
.order_flow::after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 111%;
  z-index: -1;
  background: #F7FF5F;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.merit::after {
  clip-path: polygon(0 3%, 100% 0%, 100% 96%, 0% 100%);
}

.advantage {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}

.advantage li {
  border: 2px solid #484848;
  border-radius: 10px;
  width: 23%;
  padding: 10px;
  margin: 10px 0;
  background: #fff;
  position: relative;
}

.advantage li::before {
  top: 0.1em;
  left: 10px;
  font-weight: bold;
  position: absolute;
  display: block;
  font-size: 1.5em;
  color: #F7FF5F;
  text-shadow:
    #484848 1px 0px, #484848 -1px 0px,
    #484848 0px -1px, #484848 0px 1px,
    #484848 1px 1px, #484848 -1px 1px,
    #484848 1px -1px, #484848 -1px -1px,
    #484848 1px 1px, #484848 -1px 1px,
    #484848 1px -1px, #484848 -1px -1px,
    #484848 1px 1px, #484848 -1px 1px,
    #484848 1px -1px, #484848 -1px -1px;
}

.advantage li:nth-of-type(1)::before {
  content: "POINT1";
}

.advantage li:nth-of-type(2)::before {
  content: "POINT2";
}

.advantage li:nth-of-type(3)::before {
  content: "POINT3";
}

.advantage li:nth-of-type(4)::before {
  content: "POINT4";
}

.advantage dt {
  font-weight: bold;
  margin: 15px 0;
  background: #f7ff5f;
  padding: 10px 5px;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #484848;

}

.guideline {
  border: 2px solid #484848;
  border-radius: 10px;
  padding: 20px;
  margin: 50px 0;
  background: #fff;
}


.cnt_surveyable {
  width: 100%;

}

.cnt_surveyable ul li {
  padding: 30px 0;
  margin: 30px auto;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #a3a3a3;
  width: 80%;
  max-width: 500px;
  position: relative;
}

.cnt_surveyable ul li::after,
.cnt_surveyable ul li::before {
  content: "";
  position: absolute;
  display: block;
}

.cnt_surveyable ul li::after {
  background: #f7ff5f;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  left: 2em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);

}

.cnt_surveyable ul li::before {
  width: 1em;
  height: 1em;
  background: #a3a3a3;
  clip-path: polygon(11% 69%, 38% 93%, 93% 46%, 98% 50%, 38% 100%, 7% 74%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 2em;
  top: 45%;
  z-index: 2;
}

table {
  margin: 100px auto;
  width: 80vw;
  max-width: 1080px;
}

th,
td {
  text-align: center;
  padding: 30px;
}

th:nth-child(2n) {
  background: #f7ff5f
}

th:nth-child(3) {
  background: #163268;
  color: #fff;
}

th {
  border-radius: 10px 10px 0 0;
}

tr:nth-child(2n) {
  background: #d6d6d6;
}

td:nth-child(1) {
  width: 20%;
}

td:nth-child(2) {
  font-weight: bold;
}

.sp {
  display: none;
}

.sp p {
  margin: 10px 0;
  text-align: center;
}

.sp p span {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  color: #2f2f2f;
}

.sp p span::after,
.sp p span::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: #2f2f2f;
  top: 0;
}

.sp p span::after {
  left: -1em;
  transform: rotate(-30deg);
}

.sp p span::before {
  right: -1em;
  transform: rotate(30deg);
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80vw;
  margin: 0 auto;
}

.tab_label {
  background: #163268;
  font-weight: bold;
  position: relative;
  z-index: 1;
  color: #fff;
  cursor: pointer;
  width: 30%;
  padding: 8px 0 0 0;
  font-size: 0.7em;
  text-align: center;
  border-collapse: collapse;
  border-radius: 10px 10px 0 0;
}

.tab_content {
  width: 100%;
  display: none;
  overflow: hidden;
}

input[name="switch"] {
  display: none;
}

.tabs input:checked+.tab_label {
  color: #fff;
  background: #f7ff5f;
  width: 70%;
  font-size: 1em;
  padding: 5px 0;
  color: #2f2f2f;
  z-index: 5;
}

.tabs input:checked+.tab_label::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 120%;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #f7ff5f;
  border-radius: 10px 10px 0 0;
  z-index: -1;
}

#tab01:checked~#tab01_content,
#tab02:checked~#tab02_content {
  display: block;
}

.tab_content {
  position: relative;
}

.tab_content ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}

.tab_content li {
  padding: 30px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab_content li:nth-child(2n) {
  background: #d6d6d6;
}

.tab_content li dl {
  display: flex;
  width: 100%;
}

.tab_content li dl dt {
  width: 40%;
  text-align: center;
}

.tab_content li dl dd {
  text-align: center;
  width: 60%;
}

.sp {
  margin: 50px auto;
}


@media screen and (max-width:700px) {
  th {
    padding: 10px 0;
  }

  th:nth-child(1) {
    padding: 10px 0;
  }

  th:nth-child(2n) {
    font-size: 0.8em;
    padding-top: 1em;
  }

  th:nth-child(3) {
    padding: 10px 20px;
    position: relative;
    z-index: 2;
  }

  td:nth-child(1) {
    padding: 30px 0;
    font-size: 0.9em;
  }

  td:nth-child(2n) {
    padding: 30px 10px;
  }
}

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

  .sp {
    display: block;
  }
}

@media screen and (max-width:530px) {
  .cnt_surveyable ul li {
    font-size: 1rem;
    padding: 0;
  }

  .cnt_surveyable ul li span {
    padding: 10px;
  }
}

@media screen and (max-width:449px) {
  .cnt_surveyable ul li::after {
    left: 90%;
  }

  .cnt_surveyable ul li::before {
    left: 90%;
  }

  .cnt_surveyable ul li {
    width: 100%;
  }
}

@media screen and (max-width:549px) {
  h2 {
    font-size: 2em;
  }
}

.order_flow {
  margin: 113px auto;
  padding: 0 0;
}

.flow li {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin: 60px 0;
}

.flow li dl {
  display: flex;
  flex-wrap: wrap;
}

.flow li dt {
  width: 100%;
}

.flow li dd:nth-of-type(1) {
  width: 70%;
  margin-right: 4%;
}

.flow li dd:nth-of-type(2) {
  width: 25%;
  margin: 0 0 0 auto;
}

.flow dt {
  font-size: 1.3em;
  margin: 20px 0;
}

.big_cta {
  background: #F7FF5F;
  padding: 100px 0;
  border-radius: 0 0 10px 10px;
}

.big_cta_inr {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  background: url(../images/lp/cta_big.webp) no-repeat left center;
  background-size: contain;


}

.big_cta_cnt {
  width: 45%;
  margin: 0 0 0 auto;
}

.bigcta_contact {
  margin: 20px 0;
}

.bigcta_contact a {
  display: block;
  background: blue;
  padding: 15px 0;
  border-radius: 50px;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width :875px) {
  .cta_contact {

    bottom: 5%;
  }

  .order_flow {
    margin: 92px auto;
    padding: 50px 0;
  }

  .sol_flex,
  .sol_flex:nth-of-type(2) {
    flex-direction: column;
    position: relative;
  }

  .sol_pic,
  .sol_ele {
    width: 100%;
  }

  .sol_ele dt {
    position: absolute;
    font-size: 1.5em;
    top: -1.5em;
    left: 0;
    background: #fff;
  }

  .advantage {
    flex-wrap: wrap;
  }

  .advantage li {
    width: 47%;
  }

}

@media screen and (max-width:780px) {
  .sp_br {
    display: block;
  }
}

@media screen and (max-width:620px) {

  .cta_inr {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    position: static;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .cta_cnt {
    position: static;
    width: 100%;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    margin: 15px 0;
  }

  .cta_merit {
    position: static;
    width: 100%;
    height: auto;
    order: -1;
  }

  .cta_contact {
    width: 100%;
    position: static;
  }

  .cta_contact .sp {
    display: none;
  }
}

@media screen and (max-width:690px) {
  .ele {
    font-size: 1.35em;
  }

  .problem {
    height: 35vh;
  }

  .big_cta_inr {
    background: url(../images/lp/cta_big.webp) no-repeat left top;
    background-size: contain;
  }

  .big_cta_cnt {
    width: 100%;
    padding-top: 200px;
  }
}

@media screen and (max-width:500px) {

  .flow li dd:nth-of-type(1) {
    width: 100%;
    margin-right: 0;
  }

}