@charset "UTF-8";
/* ==============================
  base
============================== */
.p-zero .ffZM {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.p-zero .content_wrap p {
  font-size: 16px;
}
.p-zero .flex {
  display: flex;
}
.p-zero .content_wrap {
  margin-top: 100px;
}
.p-zero .content_wrap * {
  margin: 0;
}
.p-zero .inner {
  width: 1366px;
  max-width: 90%;
  margin: auto;
}
.p-zero .sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-zero .l-footer {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .p-zero .sp {
    display: block;
  }
  .p-zero .pc {
    display: none;
  }
  .p-zero .content_wrap p {
    font-size: 15px;
  }
}
/* ==============================
  parts
============================== */
/* h2 */
.p-zero h2 {
  margin: auto !important;
  padding: 30px 0;
}
/* hukidashi */
.p-zero .hukidashi {
  padding-left: 220px;
  position: relative;
  width: fit-content;
  margin: auto !important;
  max-width: 100%;
}
.p-zero .hukidashi img {
  position: absolute;
  right: 0;
  top: 32px;
}
.p-zero .hukidashi_text {
  position: relative;
  background: #fff;
  font-size: 46px;
  font-weight: bold;
  padding: 10px 60px 15px;
  border-radius: 30px;
  border: 6px solid #000;
  width: 760px;
  max-width: 100%;
}
.p-zero .hukidashi_text::before {
  content: "";
  background: #000;
  height: calc(tan(60deg) * 40px / 2);
  width: 40px;
  clip-path: polygon(0 -5%, 100% 0, 100% 100%);
  position: absolute;
  top: 28px;
  left: -40px;
  border-radius: 10px 0 0 0;
}
.p-zero .hukidashi_text::after {
  content: "";
  background: #fff;
  height: calc(tan(60deg) * 50px / 2);
  width: 50px;
  clip-path: polygon(0 -5%, 100% 0, 100% 100%);
  position: absolute;
  top: 34px;
  left: -24px;
}

/* hukidashi gray */
.p-zero .hukidashi.gray {
  padding-right: 270px;
  padding-left: 0;
}
.p-zero .hukidashi.gray .hukidashi_text {
  border: 4px solid #ddd;
  font-size: 24px;
  padding: 30px;
  border-radius: 20px;
  width: 620px;
  min-width: auto;
  line-height: 2;
}
.p-zero .hukidashi.gray .hukidashi_text::before {
  background: #ddd;
  top: 118px;
  transform: scale(-1, 1);
  left: auto;
  right: -40px;
  border-radius: 0;
}
.p-zero .hukidashi.gray .hukidashi_text::after {
  top: 122px;
  right: -30px;
  transform: scale(-1, 1);
  left: auto;
}
@media screen and (max-width: 767px) {
  .p-zero .hukidashi.gray .hukidashi_text {
    font-size: 14px;
  }
  .p-zero .hukidashi {
    padding: 0 0 30px 0 !important;
  }
  .p-zero .hukidashi_text {
    padding: 20px;
    border-radius: 20px;
  }
  .p-zero .hukidashi_text::before {
    top: 100% !important;
    left: calc(50% - 2px) !important;
    border-radius: 0 0 10px 0 !important;
    transform: translateX(-50%) !important;
    height: calc(tan(60deg) * 26px / 2);
    width: 40px;
  }
  /* .p-zero .hukidashi.gray .hukidashi_text::before {
    top: calc(100% - 0px) !important;
    left: calc(50% - 0px) !important;
    height: calc(tan(60deg) * 24px / 2);
    width: 35px;
  } */
  .p-zero .hukidashi_text::after {
    top: calc(100% - 23px) !important;
    left: calc(50% - 17px) !important;
    transform: translateX(-50%) !important;
    height: calc(tan(60deg) * 41px / 2) !important;
    width: 60px !important;
  }
  .p-zero .hukidashi img {
    left: 50% !important;
    top: 100% !important;
    transform: translateX(-50%) scale(-1, 1) !important;
    max-width: 140px;
  }
}
/* btn */
.p-zero .btn {
  text-align: center;
}
.p-zero .btn a {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.15em;
  width: 710px;
  max-width: 100%;
  padding: 20px 60px 20px 130px;
  border-radius: 50px;
  background: url(../img/lp/01/icon_subsidy.png) no-repeat center left 140px;
}
.p-zero .btn.green a {
  background-color: #009c82;
}
.p-zero .btn.orange a {
  background-color: #ed6a00;
}
.p-zero .btn.green.icon_search a {
  background: url(../img/lp/01/icon_search.png) #009c82 no-repeat center left 60px;
}
/* btn search */
.p-zero .btn.search a {
  width: 100%;
  margin: auto;
  border-radius: 27px;
  text-align: left;
  display: flex;
  justify-content: center;
  background: url(../img/lp/02/icon_search.png) #ea5740 no-repeat center left 60px;
  letter-spacing: 0.059em;
  padding: 50px 60px 50px 150px;
}

@media screen and (max-width: 1023px) {
  .p-zero .btn a {
    background: url(../img/lp/01/icon_subsidy.png) no-repeat center left 110px;
  }
}
@media screen and (max-width: 767px) {
  .p-zero .btn a {
    padding: 60px 20px 10px;
    font-size: 25px;
    background: url(../img/lp/01/icon_subsidy.png) no-repeat center top 10px / 40px auto;
  }
  .p-zero .btn.search a {
    padding: 75px 20px 20px;
    background: url(../img/lp/01/icon_search.png) #ea5740 no-repeat center top 20px / 40px auto;
    border-radius: 15px;
    text-align: center;
    font-size: 23px;
  }
  .p-zero .btn.green.icon_search a {
    background: url(../img/lp/01/icon_search.png) #009c82 no-repeat center top 20px / 40px auto;
  }
}

/* ==============================
  main_visual
============================== */
.p-zero .main_visual .title {
  text-align: center;
  margin-bottom: 60px;
}
.p-zero .main_visual .title img {
  margin: auto;
}
.p-zero .main_visual {
  background: url(../img/lp/02/bg_yellow-white.jpg) #fff no-repeat center top / 100%;
  padding: 70px 0 85px;
}
.p-zero .main_visual .titile {
  text-align: center;
  padding-bottom: 60px;
}
.p-zero .main_visual .slider {
  position: relative;
  margin: auto;
  width: 1030px;
  max-width: 100%;
}
/* ページ読み込み時に、一瞬縦並びになるのを防止 */
.p-zero .main_visual .slider ul,
.p-zero .main_visual .slider ul + .lead {
  display: none;
}
.p-zero .main_visual .slider ul.slick-initialized,
.p-zero .main_visual .slider ul.slick-initialized + .lead {
  display: block;
}
/* ここまで */
.p-zero .main_visual .slider .slick-slide img {
  border-radius: 40px;
}
.p-zero .main_visual .lead p {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: fit-content;
  position: absolute;
  left: -110px;
  bottom: 30px;
}
.p-zero .main_visual .lead span {
  font-size: 28px;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 10px;
  background: rgb(255 255 255 / 80%);
  width: fit-content;
}

@media screen and (max-width: 1240px) {
  .p-zero .main_visual .lead p {
    left: -40px;
  }
  .p-zero .main_visual .lead span {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-zero .main_visual .slider ul {
    margin-bottom: 30px;
  }
  .p-zero .main_visual .slider .slick-slide img {
    border-radius: 20px;
  }
  .p-zero .main_visual .lead p {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
  }
  .p-zero .main_visual .lead p span {
    background: none;
    padding: 0;
    font-size: 18px;
    text-align: center;
    width: 100%;
  }
}
/* ==============================
  message
============================== */
.p-zero .message {
  background: url(../img/lp/02/bg_white-yellow.jpg) no-repeat center top / 100%, url(../img/lp/02/bg_yellow-white.jpg) no-repeat center bottom / 100%;
  background-color: #fffbf4;
  padding: 120px 0;
}
.p-zero .message .inner {
  width: 1160px;
}
.p-zero .message .flex {
  gap: 50px 130px;
}
.p-zero .message .text {
  width: 700px;
  max-width: 70%;
}
.p-zero .message .text h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 70px;
}
.p-zero .message .text p {
  font-size: 24px;
  line-height: 50px;
}
.p-zero .message .text p.name {
  margin-top: 70px;
  font-size: 24px;
  text-align: right;
}
.p-zero .message .text p.name span {
  font-size: 31px;
  margin-left: 30px;
}
@media screen and (max-width: 1024px) {
  .p-zero .message .flex {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-zero .message {
    padding: 50px 0 120px;
  }
  .p-zero .message .text h3 {
    text-align: center;
    margin-bottom: 40px;
  }
  .p-zero .message figure {
    text-align: center;
    max-width: 80%;
    margin: auto;
  }
  .p-zero .message .text p {
    font-size: 18px;
    line-height: 38px;
  }
  .p-zero .message .text p.name {
    margin: 30px auto;
    text-align: center;
    font-size: 18px;
  }
  .p-zero .message .text p.name span {
    font-size: 25px;
  }
  .p-zero .message .text {
    width: 100%;
    max-width: 100%;
  }
}
/* ==============================
  comics
============================== */
.p-zero .comics {
  background: #fff;
  padding: 50px 0 150px;
}
.p-zero .comics .inner {
  position: relative;
}
.p-zero .comics h3 {
  margin-left: 47px;
}
.p-zero .comics .comics_item {
  text-align: center;
}
.p-zero .comics .panel {
  position: relative;
}
.p-zero .comics .panel01 {
  margin-bottom: 20px;
}
.p-zero .comics .panel02,
.p-zero .comics .panel03 {
  margin-bottom: -35px;
}
.p-zero .comics .panel02 {
  z-index: 3;
}
.p-zero .comics .panel03 {
  z-index: 2;
}
.p-zero .comics .panel04 {
  z-index: 1;
}
.p-zero .comics .link_plan {
  position: absolute;
  top: -140px;
  right: 60px;
  max-width: 20%;
}
@media screen and (max-width: 1023px) {
  .p-zero .comics .link_plan {
    width: 160px;
    height: 160px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-zero .comics {
    padding: 70px 0 50px;
  }
  .p-zero .comics .inner {
    max-width: 100%;
  }
  .p-zero .comics .link_plan {
    width: 166px;
    max-width: 40%;
    height: auto;
    right: 10px;
    top: -180px;
  }
  .p-zero .comics h3 {
    margin-left: 0;
  }
  .p-zero .comics h3 img {
    margin: auto auto 50px;
  }
  .p-zero .comics .panel {
    z-index: auto;
  }
  .p-zero .comics .panel01 {
    margin-bottom: -23px;
  }
  .p-zero .comics .panel02 {
    margin-bottom: 5px;
  }
  .p-zero .comics .panel03 {
    margin-bottom: -34px;
    z-index: 5 !important;
    position: relative;
  }
  .p-zero .comics .panel04 {
    margin-bottom: -34px;
    z-index: 3 !important;
    position: relative;
  }
}
/* ==============================
  about
============================== */
.p-zero .about {
  background: url(../img/lp/02/bg_white-yellow02.jpg) #fff8ed no-repeat center top / 100%;
  padding: 170px 0 150px;
}
.p-zero .about .inner {
  width: 1180px;
}
.p-zero .about h3 {
  color: #ea5740;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
.p-zero .about p {
  width: 780px;
  max-width: 100%;
  margin: auto auto 60px;
  font-size: 24px;
  line-height: 43px;
}
.p-zero .about .flex {
  gap: 30px;
  justify-content: center;
}
.p-zero .about .flex figure {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-zero .about {
    padding: 70px 0;
  }
  .p-zero .about h3 {
    font-size: 32px;
  }
  .p-zero .about p {
    font-size: 18px;
    margin-bottom: 27px;
  }
  .p-zero .about .flex {
    flex-direction: column;
    gap: 15px;
  }
}
/* ==============================
  merit
============================== */
.p-zero .merit {
  background: url(../img/lp/02/bg_yellow-green.jpg) #e4f2f1 no-repeat center top / 100%;
  padding: 140px 0 200px;
}
.p-zero .merit .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-bottom: 50px;
}
.p-zero .merit .title h3 {
  font-size: 46px;
}
.p-zero .merit .title h3 span {
  color: #1fa9b1;
}
.p-zero .merit ul {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.p-zero .merit li {
  width: 360px;
  max-width: 100%;
  background: #fff;
  padding: 40px 30px 60px;
  border-radius: 18px;
  position: relative;
}
.p-zero .merit li:last-child {
  padding-bottom: 120px;
}
.p-zero .merit li .top {
  display: flex;
  min-height: 170px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.p-zero .merit li h4 {
  font-size: 28px;
  color: #009ea7;
}
.p-zero .merit li:frist-of-type img {
  margin-top: 20px;
}
.p-zero .merit li p {
  line-height: 38px;
  font-size: 20px;
}
.p-zero .merit li p + img {
  position: absolute;
  min-width: 383px;
  max-width: 100%;
  left: -11px;
  bottom: -98px;
}

@media screen and (max-width: 1023px) {
  .p-zero .merit li {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .p-zero .merit {
    padding: 35px 0 150px;
  }
  .p-zero .merit .title {
    flex-direction: column;
    gap: 24px;
  }
  .p-zero .merit .title img {
    width: 100px;
    height: auto;
  }
  .p-zero .merit .title h3 {
    font-size: 32px;
    text-align: center;
  }
  .p-zero .merit .title h3 span {
    display: block;
  }
  .p-zero .merit li h4 {
    font-size: 27px;
  }
  .p-zero .merit li {
    width: 100%;
  }
  .p-zero .merit li:last-child {
    padding-bottom: 28vw;
  }
  .p-zero .merit li p {
    font-size: 19px;
  }
  .p-zero .merit li p + img {
    left: 50%;
    transform: translateX(-50%);
    min-width: auto;
  }
  .p-zero .merit li .top img {
    margin-bottom: 20px;
  }
}

/* ==============================
  recommend
============================== */
.p-zero .recommend {
  padding-bottom: 170px;
  background: url(../img/lp/02/bg_qa_top.png) no-repeat center bottom / 100%, url(../img/lp/02/bg_recommend.jpg) no-repeat center / cover;
}
.p-zero .recommend .inner {
  width: 1260px;
}
.p-zero .recommend .inner > p {
  text-align: center;
  top: -50px;
  position: relative;
}
.p-zero .recommend .inner .flex:first-of-type {
  gap: 40px;
  justify-content: center;
  margin-bottom: 80px;
}
.p-zero .recommend .item {
  width: 600px;
  max-width: 100%;
  background: #fff;
  border-radius: 18px 18px 29px 29px;
  box-shadow: 7px 7px 5px rgb(0 0 0 / 25%);
}
.p-zero .recommend .item h3 {
  color: #fff;
  min-height: 138px;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px 18px 0 0;
  padding: 10px;
}
.p-zero .recommend .item01 h3 {
  background: #de883a;
}
.p-zero .recommend .item02 h3 {
  background: #59a88c;
}
.p-zero .recommend .item .text {
  padding: 65px 35px;
  display: flex;
  gap: 20px;
}
.p-zero .recommend .item .text p {
  font-size: 24px;
  line-height: 46px;
}
.p-zero .recommend .item .text figure {
  flex-shrink: 0;
  max-width: 40%;
}
.p-zero .recommend .bottom {
  align-items: flex-end;
  justify-content: center;
}
.p-zero .recommend .bottom figure {
  margin-right: -20px;
  z-index: 2;
}
.p-zero .recommend .point {
  width: 700px;
  max-width: 100%;
  background: #fff;
  border-radius: 18px 18px 29px 29px;
}
.p-zero .recommend .point h3 {
  color: #fff;
  min-height: 138px;
  font-size: 48px;
  line-height: 50px;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px 50px 0 0;
  padding: 10px;
  background: #005ea1;
}
.p-zero .recommend .point p {
  background: #fff;
  border-radius: 0 0 45px 45px;
  padding: 45px 65px;
  border: 4px solid #005ea1;
  font-size: 24px;
  line-height: 46px;
  position: relative;
}
.p-zero .recommend .point p::before {
  content: "";
  background: #005ea1;
  height: calc(tan(60deg) * 40px / 2);
  width: 30px;
  clip-path: polygon(0 -5%, 100% 0, 100% 100%);
  position: absolute;
  bottom: 70px;
  left: -30px;
}
.p-zero .recommend .point p::after {
  content: "";
  background: #fff;
  height: calc(tan(60deg) * 50px / 2);
  width: 40px;
  clip-path: polygon(0 -5%, 100% 0, 100% 100%);
  position: absolute;
  bottom: 57px;
  left: -22px;
}

@media screen and (max-width: 1023px) {
  .p-zero .recommend .inner .flex:first-of-type {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 30px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-zero .recommend {
    background-size: contain;
    padding: 0 0 50px;
  }
  .p-zero .recommend .inner {
    padding: 20px 0;
  }
  .p-zero .recommend .inner > p {
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
  }
  .p-zero .recommend .item h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .p-zero .recommend .item .text {
    padding: 35px 20px;
  }
  .p-zero .recommend .item .text p {
    font-size: 15px;
    line-height: 25px;
  }
  .p-zero .recommend .bottom {
    flex-direction: column-reverse;
  }
  .p-zero .recommend .point h3 {
    font-size: 30px;
    min-height: 70px;
    border-radius: 30px 30px 0 0;
  }
  .p-zero .recommend .point {
    background: none;
  }
  .p-zero .recommend .point p {
    font-size: 16px;
    padding: 17px 13px;
    line-height: 30px;
    border-radius: 0 0 30px 30px;
    background: #fff;
  }

  .p-zero .recommend .point p::before {
    transform: scale(-1, 1);
    bottom: -28px;
    left: 150px;
    height: calc(tan(60deg) * 30px / 2);
  }
  .p-zero .recommend .point p::after {
    transform: scale(-1, 1);
    bottom: -20px;
    left: 153px;
    height: calc(tan(60deg) * 26px / 2);
    width: 25px;
  }
  .p-zero .recommend .point p img {
    width: 128px;
    height: auto;
    float: left;
  }
}
/* ==============================
  qa
============================== */
.p-zero .qa {
  background: #e9f7f3;
  padding: 90px 0 200px;
}
.p-zero .qa h3 {
  font-size: 29px;
  text-align: center;
  margin-bottom: 55px;
}
.p-zero .qa h3 span:not(span span) {
  display: block;
  font-size: 94px;
  letter-spacing: 0.1em;
}
.p-zero .qa h3 span span {
  font-size: 76px;
}
.p-zero .qa .qa_item {
  width: 765px;
  max-width: 70%;
  margin: auto;
}
.p-zero .qa .qa_item + .qa_item {
  margin-top: 87px;
}
.p-zero .qa .qa_item div {
  width: 706px;
  max-width: 90%;
  background: #fff;
  border-radius: 20px;
  padding: 40px 50px;
  position: relative;
}
.p-zero .qa .qa_item div.q {
  margin-right: auto;
  margin-bottom: 50px;
}
.p-zero .qa div.q::before {
  content: "";
  background: #ffffff;
  height: calc(tan(75deg) * 50px / 2);
  width: 50px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 150px;
  top: calc(100% - 45px);
  transform: rotate(58deg);
}
.p-zero .qa .qa_item div.q img {
  position: absolute;
  right: calc(100% - 40px);
  bottom: -120px;
}
.p-zero .qa .qa_item div.a {
  margin-left: auto;
}
.p-zero .qa div.a::before {
  content: "";
  background: #ffffff;
  height: calc(tan(75deg) * 50px / 2);
  width: 50px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  right: 150px;
  top: calc(100% - 45px);
  transform: rotate(-58deg);
}
.p-zero .qa .qa_item div.a img {
  position: absolute;
  left: calc(100% - 40px);
  bottom: -120px;
}
.p-zero .qa .qa_item div p {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  padding-left: 2em;
  text-indent: -2em;
}
.p-zero .qa .qa_item div.q p::before {
  content: "Q.";
  margin-right: 1em;
}
.p-zero .qa .qa_item div.a p::before {
  content: "A.";
  margin-right: 1em;
}

@media screen and (max-width: 1023px) {
  .p-zero .qa .qa_item div.q img,
  .p-zero .qa .qa_item div.a img {
    bottom: -40px;
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-zero .qa {
    padding: 50px 0 70px;
  }
  .p-zero .qa .qa_item div p {
    font-size: 14px;
  }
  .p-zero .qa h3 span:not(span span) {
    font-size: 45px;
  }
  .p-zero .qa h3 span span {
    font-size: 36px;
  }
  .p-zero .qa h3 {
    font-size: 22px;
  }
  .p-zero .qa .qa_item div.q {
    margin: 0 0 50px auto;
    max-width: 87%;
    padding: 20px;
  }
  .p-zero .qa .qa_item div.a {
    margin: 0 auto 50px 0;
    max-width: 87%;
    padding: 20px;
  }
  .p-zero .qa .qa_item {
    max-width: 100%;
  }
  .p-zero .qa .qa_item div {
    max-width: 100%;
  }
  .p-zero .qa .qa_item div.q img,
  .p-zero .qa .qa_item div.a img {
    bottom: -30px;
    width: 23%;
  }
  .p-zero .qa .qa_item div.q img {
    right: calc(100% - 15px);
  }
  .p-zero .qa .qa_item div.a img {
    left: calc(100% - 10px);
  }
  .p-zero .qa div.a::before {
    height: calc(tan(75deg) * 30px / 2);
    width: 30px;
    top: calc(100% - 27px);
    right: 70px;
  }
  .p-zero .qa div.q::before {
    height: calc(tan(75deg) * 30px / 2);
    width: 30px;
    top: calc(100% - 27px);
    left: 70px;
  }
}

/* ==============================
  flow
============================== */
.p-zero .flow {
  background: url(../img/lp/02/bg_green-white.jpg) #fff no-repeat center top / 100%;
  padding: 110px 0 215px;
}
.p-zero .flow .inner {
  width: 980px;
}
.p-zero .flow figure {
  text-align: center;
  margin-bottom: 38px;
}
.p-zero .flow h3 {
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  color: #ea5740;
  margin-bottom: 70px;
}
.p-zero .flow .inner > p {
  font-size: 33px;
  text-align: center;
  font-weight: bold;
  width: fit-content;
  margin: auto;
  border-top: 3px solid #231815;
  border-bottom: 3px solid #231815;
  padding: 15px 50px;
  color: #231815;
  letter-spacing: 0.099em;
  margin-bottom: 50px;
}
.p-zero .flow ul:not(ul ul) {
  display: flex;
  gap: 55px;
  flex-direction: column;
  margin-bottom: 140px;
}
.p-zero .flow li:not(li li) {
  display: flex;
  align-items: center;
  gap: 40px;
  background: #f7f7f7;
  border-radius: 17px;
  padding: 35px;
  line-height: 40px;
  position: relative;
}
.p-zero .flow li.step06 {
  background: #fffac4;
}
.p-zero .flow li:not(:last-child, li li)::after {
  content: "";
  background: #000;
  height: calc(tan(60deg) * 15px / 2);
  width: 18px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: calc(100% + 23px);
  left: 50%;
  transform: translateX(-50%);
}
.p-zero .flow li a {
  color: #000;
  text-decoration: underline;
}
.p-zero .flow li .step {
  flex-shrink: 0;
}
.p-zero .flow li .step p {
  font-size: 24px;
  color: #009da6;
  letter-spacing: 0.079em;
  font-weight: bold;
}
.p-zero .flow li h4 {
  font-size: 29px;
  letter-spacing: 0.079em;
  margin-bottom: 30px;
}
.p-zero .flow li .text h4 + p {
  font-size: 24px;
  letter-spacing: 0.079em;
}
.p-zero .flow li.step04 .text h4 + p {
  font-weight: bold;
  margin-bottom: 30px;
}
.p-zero .flow li .text div p {
  position: relative;
  padding: 0 35px;
  font-size: 22px;
  letter-spacing: 0.079em;
}
.p-zero .flow li .text div p::before {
  content: "";
  background: url(../img/lp/02/flow_wrap.svg) no-repeat center;
  width: 10px;
  height: 91px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-zero .flow li .text div p::after {
  content: "";
  background: url(../img/lp/02/flow_wrap.svg) no-repeat center;
  width: 10px;
  height: 91px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(-1, 1);
}
.p-zero .flow li ul {
  padding-left: 20px;
}
.p-zero .flow li li {
  font-size: 24px;
  letter-spacing: 0.079em;
  position: relative;
}
.p-zero .flow li li span {
  display: block;
  font-size: 22px;
}
.p-zero .flow li li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 17px;
  left: -14px;
}
.p-zero .flow .btn {
  margin-bottom: 86px;
}
.p-zero .flow .pref_bnr a {
  display: block;
  text-align: center;
  margin: 80px auto;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .p-zero .flow {
    padding: 70px 0 300px;
  }
  .p-zero .flow figure img {
    width: 135px;
    height: auto;
  }
  .p-zero .flow h3 {
    font-size: 33px;
    margin-bottom: 25px;
  }
  .p-zero .flow .inner > p {
    font-size: 24px;
  }
  .p-zero .flow ul:not(ul ul) {
    margin-bottom: 65px;
  }
  .p-zero .flow li h4 {
    font-size: 23px;
    line-height: 1.3;
    text-align: center;
  }
  .p-zero .flow li:not(li li) {
    flex-direction: column;
    padding: 20px;
  }
  .p-zero .flow li .text h4 + p {
    font-size: 16px;
    line-height: 1.5;
  }
  .p-zero .flow li.step04 .text h4 + p {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    line-height: 1.5;
  }
  .p-zero .flow li .text div p {
    font-size: 14px;
    line-height: 1.5;
    padding: 20px;
  }
  .p-zero .flow li li span {
    font-size: 16px;
  }
  .p-zero .flow li li {
    font-size: 16px;
    line-height: 1.8;
  }
  .p-zero .flow li .text div p::after,
  .p-zero .flow li .text div p::before {
    width: 9px;
    height: 77px;
    background-size: 100%;
  }
  .p-zero .flow .btn {
    margin-bottom: 20px;
  }
  .p-zero .flow .hukidashi {
    margin: 0 auto 0 0 !important;
    padding-bottom: 0 !important;
    max-width: 100%;
  }
  .p-zero .hukidashi.gray .hukidashi_text {
    padding: 10px;
    line-height: 32px;
    border: 3px solid #ddd;
    border-radius: 10px;
  }
  .p-zero .flow li li::before {
    top: 13px;
  }
  .p-zero .flow .hukidashi img {
    left: 50% !important;
    top: auto !important;
    max-width: 100px;
    bottom: -110px;
    transform: translateX(-50%) scale(1) !important;
  }
  .p-zero .flow .hukidashi_text::before {
    clip-path: polygon(0 0, 100% -5%, 0 100%);
    top: auto !important;
    left: calc(20% - -1px) !important;
    height: calc(tan(60deg) * 25px / 2) !important;
    width: 25px !important;
    border-radius: 0 10px 0 0 !important;
    transform: scale(-1, 1) !important;
    bottom: -21px !important;
  }
  .p-zero .flow .hukidashi_text::after {
    clip-path: polygon(0 0, 100% -5%, 0 100%);
    top: auto !important;
    left: 20% !important;
    height: calc(tan(60deg) * 23px / 2) !important;
    width: 23px !important;
    border-radius: 0 10px 0 0 !important;
    transform: scale(-1, 1) !important;
    bottom: -14px !important;
  }
  .p-zero .flow .pref_bnr a {
    margin: 150px auto 0;
    max-width: 350px;
  }
}

/* ==============================
  footer
============================== */
.p-zero .l-footer {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-zero .l-footer {
    background: linear-gradient(to bottom, #fff 0%, #fff 50%, #d9e6db 50%, #d9e6db 100%);
  }
}

/* ==============================

  ゼロプラン

============================== */
.p-zeroplan .plan :where(figure),
.p-zeroplan .plan :where(p) {
  margin: 0 !important;
}
.p-zeroplan .inner {
  width: 1200px;
  max-width: 90%;
  margin: auto;
}
/* ==============================
  main_visual
============================== */
.p-zeroplan .main_visual {
  background: url(../img/lp/02/bg_qa_top.png) no-repeat center bottom -2px / 100%, url(../img/lp/02/bg_yellow-white.jpg) #fff no-repeat center top / 100%;
}
.p-zeroplan .main_visual .inner {
  width: 900px;
}
.p-zeroplan .main_visual .title {
  margin-bottom: 70px;
}
.p-zeroplan .main_visual .flex {
  justify-content: center;
}
.p-zeroplan .main_visual .text .large {
  font-size: 36px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 30px;
}
.p-zeroplan .main_visual .text .small {
  font-size: 29px;
  line-height: 2;
  text-indent: -3em;
  padding-left: 3em;
  color: #1b4eef;
}
.p-zeroplan .main_visual figure {
  margin: -20px 0 0 0;
  flex-shrink: 0;
  max-width: 45%;
}
@media screen and (max-width: 767px) {
  .p-zeroplan .main_visual .title img {
    margin: auto;
  }
  .p-zeroplan .main_visual .flex {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .p-zeroplan .main_visual .text .large {
    font-size: 25px;
  }
  .p-zeroplan .main_visual .text .small {
    font-size: 18px;
  }
  .p-zeroplan .main_visual figure {
    margin: 0;
    width: 60%;
    max-width: 250px;
  }
}
/* ==============================
  plan
============================== */
.p-zeroplan .plan {
  background: #e9f7f3;
  padding: 170px 0 280px;
}
.p-zeroplan .plan h3 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.p-zeroplan .plan h3::before {
  content: "";
  background: url(../img/lp/02/plan_h3_icon.svg) no-repeat center / 100%;
  width: 127px;
  height: 127px;
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
}
.p-zeroplan .item_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px 70px;
}
.p-zeroplan .item_list .item {
  width: calc((100% - 70px) / 2);
  background: #fff;
  border: 5px solid #000;
  border-radius: 40px;
  padding: 15px;
}
.p-zeroplan .item_list .item .thumb {
  text-align: center;
}
.p-zeroplan .item_list .item .thumb img {
  border-radius: 20px;
  margin-bottom: 50px;
  height: auto;
  width: 100%;
}
.p-zeroplan .item_list .item .toggleContent {
  /* height: 740px; */
  overflow: hidden;
  transition: height 0.4s ease;
}
.p-zeroplan .item_list .item .toggleContent > div {
  padding: 0 15px;
}
.p-zeroplan .item_list .item .line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 35px;
  padding: 0 5px 25px;
  margin-bottom: 25px;
  border-bottom: 3px solid #000;
}
.p-zeroplan .item_list .item .line01 {
  border-bottom: 5px solid #000;
}
.p-zeroplan .item_list .item .dt {
  width: 80px;
  max-width: 100%;
}
.p-zeroplan .item_list .item * {
  color: #737373;
}
.p-zeroplan .item_list .item .dt p {
  text-align: center;
  line-height: 1.3;
  font-size: 20px;
  font-weight: bold;
}
.p-zeroplan .item_list .item .dd {
  width: calc(100% - 80px - 35px);
}
.p-zeroplan .item_list .item .dd p {
  font-size: 24px;
}
.p-zeroplan .item_list .item :is(.line05, .line06, .line07) .dd * {
  font-size: 18px;
}
.p-zeroplan .item_list .item .line04 .dd p:nth-child(2) {
  border-top: 3px dashed #000;
  padding-top: 25px;
  margin-top: 25px !important;
}
.p-zeroplan .item_list .item .line04 .dd p {
  max-width: 95%;
}
.p-zeroplan .item_list .item .dd ol {
  padding-left: 38px;
}
.p-zeroplan .item_list .item .line05 .dd ol > li {
  position: relative;
  list-style-type: none;
}
.p-zeroplan .item_list .item .line05 .dd ol > li:before {
  position: absolute;
  right: calc(100% + 2px);
  content: "（" counter(list-item) "）";
  width: 2.6em;
}
.p-zeroplan .item_list .item .line05 .dd ol > li div {
  display: flex;
  align-items: flex-start;
}
/* .p-zeroplan .item_list .item .line05 .dd ol li .name {
  background: url(../img/lp/02/deco_border-dot.svg) repeat-x left bottom 6px;
  width: 157px;
  max-width: 50%;
  margin-right: 5px;
  flex-shrink: 0;
}
.p-zeroplan .item_list .item .line05 .dd ol li .name span {
  background: #fff;
  padding-right: 5px;
} */
.p-zeroplan .item_list .item .line05 .dd ol > li div {
  flex-direction: column;
}
.p-zeroplan .item_list .item .line05 .dd ol > li .name {
  background: none;
  font-weight: bold;
  width: 100%;
  max-width: 100%;
}
.p-zeroplan .item_list .item .line05 .dd ol > li:not(:last-child) {
  margin-bottom: 5px;
}
.p-zeroplan .item_list .item .bottom h4 {
  font-size: 20px;
  margin-bottom: 30px;
}
.p-zeroplan .item_list .item .bottom .hp h4 {
  margin-bottom: 10px;
}
.p-zeroplan .item_list .item .editor {
  font-size: 18px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 3px solid #000;
}
.p-zeroplan .item_list .item .editor > *:not(:last-child) {
  margin-bottom: 1em;
}
.p-zeroplan .item_list .item .editor :is(ul, ol) {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
}
.p-zeroplan .item_list .item :is(.editor, .line.line05) ul li {
  position: relative;
  padding-left: 10px;
}
.p-zeroplan .item_list .item :is(.editor, .line.line05) ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #737373;
  position: absolute;
  top: 12px;
  left: 0;
}
.p-zeroplan .item_list .item :is(.editor, .line.line05) ol {
  list-style: decimal;
  padding-left: 34px;
}
.p-zeroplan .item_list .item .hp figure {
  text-align: center;
}
.p-zeroplan .item_list .item .hp figure img {
  width: auto;
  height: 130px;
  aspect-ratio: 495 / 130;
  object-fit: contain;
  /* border: 1px solid #ddd; */
}
.p-zeroplan .item_list .item .hp a span {
  font-size: 16px;
}
.p-zeroplan .item_list .item .file {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 3px solid #000;
  margin-bottom: 10px;
}
.p-zeroplan .item_list .item .file ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.p-zeroplan .item_list .item .file li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: bold;
}
.p-zeroplan .item_list .item .file span.icon {
  font-size: 18px;
  color: #c70013;
  border: 2px solid #c70013;
  width: 100px;
  display: block;
  text-align: center;
  flex-shrink: 0;
}
.p-zeroplan .item_list .item .file li a {
  font-size: 22px;
  color: #000;
  text-decoration: underline;
}
.p-zeroplan .item_list .item .toggleButton {
  display: block;
  background: #fff;
  border: 3px solid #000;
  padding: 10px;
  border-radius: 10px;
  font-size: 30px;
  color: #000;
  width: 480px;
  height: 65px;
  max-width: calc(100% - 18px);
  box-shadow: 8px 8px 0 #000;
  transition: 0.3s;
  margin: 20px auto;
  /* margin-right: 32px; */
  right: 8px;
  position: relative;
}
.p-zeroplan .item_list .item .toggleButton:hover,
.p-zeroplan .item_list .item .toggleButton.open {
  box-shadow: none;
  transform: translate(8px, 8px);
  opacity: 1;
}
.p-zeroplan .item_list .item .toggleButton.open span {
  padding-left: 30px;
  font-size: 23px;
  position: relative;
  color: #000;
}
.p-zeroplan .item_list .item .toggleButton.open span::before,
.p-zeroplan .item_list .item .toggleButton.open span::after {
  content: "";
  width: 1em;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
}
.p-zeroplan .item_list .item .toggleButton.open span::before {
  transform: rotate(-45deg) translateY(-50%);
}
.p-zeroplan .item_list .item .toggleButton.open span::after {
  transform: rotate(45deg) translateY(-50%);
  left: -1px;
}

.p-zeroplan .l-footer {
  background: linear-gradient(to bottom, #e9f7f3 0%, #e9f7f3 50%, #d9e6db 50%, #d9e6db 100%);
}

@media screen and (max-width: 1199px) {
  .p-zeroplan .item_list {
    gap: 40px;
  }
  .p-zeroplan .item_list .item {
    width: calc((100% - 40px) / 2);
  }
  .p-zeroplan .item_list .item .line {
    gap: 15px;
  }
  .p-zeroplan .item_list .item .dt {
    width: 70px;
  }
  .p-zeroplan .item_list .item .dd {
    width: calc(100% - 70px - 15px);
  }
  .p-zeroplan .item_list .item .dt p {
    font-size: 16px;
  }
  .p-zeroplan .item_list .item .dd p {
    font-size: 18px;
  }
  .p-zeroplan .item_list .item :is(.line05, .line06, .line07) .dd * {
    font-size: 15px;
  }
  .p-zeroplan .item_list .item .bottom h4 {
    font-size: 16px;
  }
  .p-zeroplan .item_list .item .editor {
    font-size: 15px;
  }
  .p-zeroplan .item_list .item .file span.icon {
    font-size: 16px;
  }
  .p-zeroplan .item_list .item .file li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-zeroplan .plan {
    padding-top: 160px;
  }
  .p-zeroplan .plan h3 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .p-zeroplan .plan h3::before {
    width: 80px;
    height: 80px;
  }
  .p-zeroplan .item_list {
    flex-direction: column;
  }
  .p-zeroplan .item_list .item .toggleContent > div {
    padding: 0 5px;
  }
  .p-zeroplan .item_list .item {
    width: 100%;
    border-radius: 30px;
  }
  .p-zeroplan .item_list .item .line {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .p-zeroplan .item_list .item .line04 .dd p:nth-child(2) {
    margin-top: 15px !important;
  }
  .p-zeroplan .item_list .item .line04 .dd p:nth-child(2) {
    padding-top: 15px;
  }
  .p-zeroplan .item_list .item .dd p {
    font-size: 16px;
  }
}

/* バナー追加 */
.p-zero .bnr_plan {
  background: #fff;
  text-align: center;
}
.p-zero .bnr_plan .inner {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-zero .bnr_plan .inner {
    padding: 0;
    max-width: 340px;
  }
}
