@charset "UTF-8";
.only-sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .only-sp {
    display: none;
  }
}

.only-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .only-pc {
    display: block;
  }
}

.bg {
  overflow: hidden;
  display: block;
  height: 0;
}

h3 span {
  color: #ff7500;
}

body {
  font-size: 16px;
  min-width: auto;
  color: #333;
}

header {
  position: fixed;
  width: 100%;
  z-index: 2;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.1);
  height: 64px;
  padding: 5px 20px;
}
@media screen and (min-width: 769px) {
  header {
    padding: 10px 1%!important;
    height: auto;
  }
}
@media screen and (min-width: 1920px) {
  header {
    min-width: 1200px;
    padding: 10px 12% !important;
  }
  header .header_nav {
    gap: 0 26px;
  }

}
@media screen and (min-width: 769px) {
  header .contents h1 img {
    margin: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  header .header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header .contents.fb {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
header .header_tel_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
}
header .header_tel_icon {
  width: 22px;
  height: 17px;
  display: block;
}
@media screen and (min-width: 769px) {
  header .header_tel_icon {
    display: none;
  }
}
header .header_tel_number {
  color: #ff7500;
  font-size: 20px;
  font-weight: 700;
}
/* @media screen and (min-width: 769px) {
  header .header_tel_number {
    pointer-events: none;
  }
} */
header h1 {
  width: 40%;
  height: auto;
}
@media screen and (min-width: 769px) {
  header h1 {
    width: 25%;
    max-width: 375px;
    height: auto;
  }
}
header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
header h1 a img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
header #header_tel .header_tel_text {
  display: none;
}

.pc {
  display: none;
}

.fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

h2 {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}
h2 span {
  font-size: 130%;
  color: #ff7500;
}

div.contents {
  width: 95vw;
  margin: 0 auto;
}

div#fv {
  background: url(../../../images/lp/web-marketing/fv_sp.png) 0 0 no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  div#fv {
    background-image: url(../../../images/lp/web-marketing/fv_pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
div#fv .fv_button_copy .fv_button_copy_text {
  color: #333;
  line-height: 2;
  font-weight: 600;
}
div#fv .fv_button_copy .fv_button_copy_text .orange {
  color: #ff7500;
}
div#fv .fv_button_copy .fv_button_copy_text .orange .orange-dot {
  position: relative;
}
div#fv .fv_button_copy .fv_button_copy_text .orange .orange-dot:before {
  content: "";
  font-weight: 700;
  position: absolute;
  top: -7px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background-color: #ff7500;
  border-radius: 50%;
  width: 3px;
  height: 3px;
}
div#fv div.contents .fv_catch {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  div#fv div.contents .fv_catch {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
div#fv div.contents p#fv_icon {
  color: #ff7500;
  font-size: 5vw;
  text-align: center;
  font-weight: bold;
  border: 3px solid #ff7500;
  border-radius: 50%;
  width: 30vw;
  height: 30vw;
  padding: 4.5vw 0px;
  margin: 25vw 0 0 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
div#fv div.contents p#fv_icon .fv_icon_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 769px) {
  div#fv div.contents p#fv_icon .fv_icon_wrap {
    font-size: max(2vw, 31px);
    margin: 0;
  }
}
div#fv div.contents p#fv_icon span {
  line-height: 1.4;
  margin-left: 4px;
}
div#fv div.contents p#fv_icon span.large {
  font-size: 10vw;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  div#fv div.contents p#fv_icon span.large {
    font-size: max(2.8vw, 35px);
    margin: 0 0 3px;
  }
}
div#fv div.contents div#fv_copy {
  margin: 1vw auto;
  font-weight: bold;
}
div#fv div.contents div#fv_copy dl#catch {
  color: #ff7500;
  font-size: 30px;
  border: 3px solid #ff7500;
  border-radius: 5px;
  background-color: #ff7500;
  margin-top: -5vw;
}
div#fv div.contents div#fv_copy dl#catch dt {
  border-left: 1px solid #ff7500;
  border-radius: 2.5px 0 0 2.5px;
  margin-left: -3px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  div#fv div.contents div#fv_copy dl#catch dt {
    border-left: none;
    background-color: unset;
    border-radius: 5px 0 0 5px;
  }
}
div#fv div.contents div#fv_copy dl#catch dt,
div#fv div.contents div#fv_copy dl#catch dd {
  width: 50%;
  text-align: center;
}
div#fv div.contents div#fv_copy dl#catch dd {
  color: #fff;
  background-color: #ff7500;
  margin-left: -1px;
}
div#fv div.contents div#fv_copy p#nedan {
  color: #ff7500;
  font-size: 80px;
  font-weight: bold;
  text-align: center;
}
div#fv div.contents div#fv_copy p#nedan span {
  font-size: 60%;
}
div#fv div.contents div#fv_copy p#bl {
  font-weight: bold;
  color: #333;
  text-align: center;
  margin: 0;
  font-size: 25px;
}
div#fv div.contents ul#fv_point {
  width: 50vw;
  margin: 10vw auto;
  position: static;
}
div#fv div.contents ul#fv_point li {
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5vw;
  border: 3px solid #01c2b7;
  border-radius: 50px;
  padding: 10px 0;
  background-color: #fff;
  font-size: 13px;
}
div#fv div.contents ul#fv_point li p {
  color: #ff7500;
  display: inline;
}
div#fv div.contents ul#fv_point li p span {
  background-color: #ff7500;
  padding: 1vw;
  border-radius: 3px;
  color: #fff;
}
div#fv div.contents ul#fv_point li:last-child {
  margin-bottom: 0;
}
div#fv div.contents p#sub {
  margin: 3vw 0;
  text-align: center;
}

div#point3 {
  width: 90vw;
  margin: 10vw auto;
}
div#point3 div.contents .point_contents.fb dl {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
div#point3 div.contents dl {
  width: 29vw;
  margin-right: 3.1vw;
  border: 3px solid #ff7500;
  border-radius: 10px;
}
div#point3 div.contents dl dt {
  width: 10vw;
  height: 10vw;
  border-radius: 10vw;
  background-color: #ff7500;
  text-align: center;
  margin: -3vw auto 0;
}
div#point3 div.contents dl dt img {
  width: 5vw;
  height: 5vw;
  margin: 2vw auto;
}
div#point3 div.contents dl dd {
  font-weight: bold;
  padding: 5vw 0;
  text-align: center;
  font-size: 12px;
  width: 100%;
}
div#point3 div.contents dl dd span {
  color: #ff7500;
  font-size: 130%;
}
div#point3 div.contents dl.last {
  margin-right: 0;
}

div.cv {
  overflow: hidden;
  background: url(../../../images/lp/web-marketing/cv_sp.png) #ff7500 0 0 no-repeat;
  background-size: 100%;
  width: 100vw;
  padding: 75px 0 40px;
}
div.cv .cv_circle.contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  div.cv .cv_circle.contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 auto;
    gap: 0 3.3vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  div.cv .cv_circle_wrap {
    margin-left: 1.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
div.cv div.contents {
  position: relative;
}
div.cv div.contents::before {
  content: "";
  width: 413px;
  height: 283px;
  background-image: url(../../../images/lp/web-marketing/cv_sp_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -6%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (min-width: 769px) {
  div.cv div.contents::before {
    display: none;
  }
}
div.cv div.contents p.orange {
  font-weight: bold;
  color: #ff7500;
  position: relative;
}
div.cv div.contents p.price {
  position: relative;
  font-size: 55px;
  text-align: center;
}
div.cv div.contents p.price span.nedan {
  font-size: 130%;
}
div.cv div.contents p.price span.kakoi {
  position: relative;
  display: block;
  background-color: #ff7500;
  padding: 0 10px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 40%;
  width: 215px;
  margin: 10px auto;
}
div.cv div.contents p#cv_kadai {
  color: #ff7500;
  position: relative;
  font-size: 40px;
  width: 260px;
  text-align: center;
  margin: 10px auto;
}
div.cv div.contents div.cv_tel {
  position: relative;
  margin-top: 56px;
  color: #fff;
  text-align: center;
}
div.cv div.contents div.cv_tel p {
  font-size: 25px;
  font-weight: bold;
}
div.cv div.contents div.cv_tel .tell_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.cv div.contents div.cv_tel .tell_wrap img {
  margin-right: 10px;
}
div.cv div.contents div.cv_tel p.tell {
  position: relative;
  font-size: 40px;
  display: inline-block;
}
div.cv div.contents ul.cv_icon {
  margin: 20px auto;
}
div.cv div.contents ul.cv_icon li {
  padding: 3px 10px;
  background-color: #f7d72f;
  border-radius: 20px;
  color: #333;
  font-size: 13px;
  font-weight: bold;
}
div.cv div.contents ul.cv_icon li:nth-child(2) {
  margin: 0 10px;
}

div#nayami {
  overflow: hidden;
  background-image: url(../../../images/lp/web-marketing/nayami_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20vw 0 80vw;
}
div#nayami h2 {
  margin-top: -4vw;
}
div#nayami div.contents ul {
  padding: 20vw 8vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
div#nayami div.contents ul li {
  font-size: min(4vw, 20px);
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  white-space: nowrap;
  text-align: center;
}
div#nayami div.contents ul li:first-child {
  position: absolute;
  bottom: -19vw;
  left: 24vw;
}
div#nayami div.contents ul li:nth-child(2) {
  position: absolute;
  bottom: -1vw;
  left: calc(50% + 22vw);
}
div#nayami div.contents ul li:nth-child(3) {
  position: absolute;
  bottom: 19vw;
  left: calc(50% - 24vw);
}
div#nayami div.contents ul li:nth-child(4) {
  position: absolute;
  bottom: -41vw;
  left: calc(50% + 24vw);
}
div#nayami div.contents ul .nayami_itemwrap {
  white-space: nowrap;
  display: inline-block;
  text-align: center;
}

div#kaiketsu {
  padding-bottom: 100px;
  padding-top: 80px;
}
div#kaiketsu div.contents ul li {
  width: 32%;
  margin-top: 70px;
  margin-right: 2%;
  text-align: center;
}
div#kaiketsu div.contents ul li dl {
  border: 3px solid #f7d72f;
  border-radius: 30px;
  position: relative;
}
div#kaiketsu div.contents ul li dl dt {
  padding: 30px 0 90px;
  background: url(../../../images/lp/web-marketing/dentaku.svg) center 80px no-repeat;
}
div#kaiketsu div.contents ul li dl dt span {
  color: #ff7500;
}
div#kaiketsu div.contents ul li dl dt ::before {
  position: absolute;
  content: "1";
  color: #f7d72f;
  top: -40px;
  right: 0;
  left: 0;
  font-size: 30px;
}
div#kaiketsu div.contents ul li dl dd {
  background-color: #f7d72f;
  padding: 20px 0;
  border-radius: 0 0 27px 27px;
  font-size: 12px;
  position: relative;
}
div#kaiketsu div.contents ul li dl dd::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #f7d72f;
  top: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
div#kaiketsu div.contents ul li:nth-child(2) dt {
  background-image: url(../../../images/lp/web-marketing/shosinsya.svg);
}
div#kaiketsu div.contents ul li:nth-child(2) dt ::before {
  content: "2";
}
div#kaiketsu div.contents ul li:nth-child(2) dd {
  padding: 28px 0;
}
div#kaiketsu div.contents ul li.last {
  margin-right: 0;
}
div#kaiketsu div.contents ul li.last dt {
  background-image: url(../../../images/lp/web-marketing/fukidashi.svg);
}
div#kaiketsu div.contents ul li.last dt ::before {
  content: "3";
}
div#kaiketsu div.contents ul li.last dd {
  padding: 15px 0;
}

div#plan {
  margin-top: -130px;
  background: #fff7cc url(../../../images/lp/web-marketing/plan.jpg) center top no-repeat;
  background-size: 100%;
  padding: 120px 0 10px;
}
div#plan ul.fb {
  max-width: 360px;
  margin: 50px auto !important;
}
div#plan div.contents p.sub {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
div#plan div.contents ul {
  position: relative;
  margin: 50px 0;
}
div#plan div.contents ul li {
  min-width: 176px;
  min-height: 176px;
  width: 176px;
  height: 176px;
  border: 5px solid #f7d72f;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 100px 0 30px;
}
div#plan div.contents ul li span {
  color: #ff7500;
}
div#plan div.contents ul li::before {
  position: absolute;
  content: "";
  background: url(../../../images/lp/web-marketing/man1.png) 0 0 no-repeat;
  background-size: 100%;
  width: 120px;
  height: 120px;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
div#plan div.contents ul li:first-child {
  margin: 0 24vw;
}
div#plan div.contents ul li:nth-child(2)::before {
  background-image: url(../../../images/lp/web-marketing/woman1.png);
}
div#plan div.contents ul li:last-child {
  margin-left: 1vw;
}
div#plan div.contents ul li:last-child::before {
  background-image: url(../../../images/lp/web-marketing/man2.png);
}
div#plan div.contents ul:after {
  position: absolute;
  content: "";
  background: url(../../../images/lp/web-marketing/arrow.png) center center no-repeat;
  background-size: 100%;
  width: 30px;
  height: 40px;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
}

div#menu {
  background: #fff7cc url(../../../images/lp/web-marketing/plan2.jpg) center bottom no-repeat;
  background-size: 100%;
  padding-bottom: 20px;
}
div#menu div.contents h2 {
  font-size: 25px;
}
div#menu div.contents ul {
  margin: 30px auto;
}
div#menu div.contents ul .menu_item {
  text-align: center;
  font-size: 10px;
  width: 25.5vw;
  height: 25.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
div#menu div.contents ul .menu_item.menu_item_last {
  display: none;
}
@media screen and (min-width: 769px) {
  div#menu div.contents ul .menu_item {
    font-size: 15px !important;
  }
}
div#menu div.contents ul .menu_item .menu_item_icon {
  height: 8.8vw;
  display: block;
  width: auto;
  margin-top: 12px;
}
@media screen and (min-width: 769px) {
  div#menu div.contents ul .menu_item .menu_item_icon {
    min-height: 64px;
    height: 4.2vw;
    margin-top: 0;
  }
}
div#menu div.contents ul .menu_item .menu_item_icon img {
  width: 100%;
  height: 100%;
}
div#menu div.contents ul .menu_item .menu_item_title {
  height: 39px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  div#menu div.contents ul .menu_item .menu_item_title {
    margin-top: 1.45vw;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  div#menu div.contents ul .menu_item:first-child .menu_item_title {
    margin-top: 1vw;
  }
}
div#menu div.contents ul .menu_item_etc {
  width: 100% !important;
  margin-top: -10px;
  margin-right: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 3px;
}
div#menu div.contents ul .menu_item_etc img {
  width: 24px !important;
  height: 4px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-top: 0 !important;
}
div#menu div.contents ul .menu_item_etc span {
  font-size: 13px;
  line-height: 1;
  display: block;
}
div#menu div.contents ul li:not(:last-child) {
  border: 3px solid #f7d72f;
  background-color: #fff;
  border-radius: 14px;
  margin: 0 6.5vw 4.5vw 0;
  position: relative;
}
div#menu div.contents ul li:nth-child(3n) {
  margin-right: 0;
}
div#menu div.contents ul li:last-child {
  text-align: right;
  color: #f7d72f;
  font-size: 20px;
  width: 380px;
  height: 30px;
}
div#menu div.contents ul li:last-child img {
  width: 30px;
  display: inline;
  margin-top: -10px;
}

div#yosan {
  margin-top: -10px;
  padding: 30px 0;
}
div#yosan div.contents h2 {
  font-size: 25px;
}
div#yosan div.contents ul {
  padding: 80px 0 50px;
}
div#yosan div.contents ul li {
  background: #fff7cc;
  border-radius: 30px;
  margin: 0 auto 70px;
  width: 90%;
  padding: 20px;
}
div#yosan div.contents ul li h3 {
  height: 90px;
  margin: -70px auto 0;
  text-align: center;
  padding: 15px 30px;
  background-color: #fff;
  border: 5px solid #f7d72f;
  border-radius: 50px;
  font-size: 20px;
}
div#yosan div.contents ul li p.img {
  margin: -20px 0 0 0px;
  text-align: center;
}
div#yosan div.contents ul li p.img img {
  height: 180px;
  width: auto;
}
div#yosan div.contents ul li p.yosan_menu {
  background-color: #fff;
  border: 3px solid #f7d72f;
  border-radius: 5px;
  text-align: center;
  padding: 18px;
  height: 60px;
  margin: 0 auto 10px;
}
div#yosan div.contents ul li dl.yosan_price {
  background-color: #fff;
  border: 3px solid #f7d72f;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto 50px;
  position: relative;
}
div#yosan div.contents ul li dl.yosan_price dt {
  font-weight: normal;
  background-color: #f7d72f;
  padding: 5px 10px;
  width: 40%;
}
div#yosan div.contents ul li dl.yosan_price dd {
  text-align: center;
  width: 60%;
  padding: 3px 10px;
}
div#yosan div.contents ul li dl.yosan_price dd span {
  font-size: 80%;
}
div#yosan div.contents ul li dl.yosan_price:after {
  position: absolute;
  content: "";
  background: url(../../../images/lp/web-marketing/arrow.png) center center no-repeat;
  background-size: 100%;
  width: 30px;
  height: 50px;
  margin: 30px auto 0;
  left: 0;
  right: 0;
}
div#yosan div.contents ul li dl.yosan_shukyakumenu {
  background-color: #fff;
  border: 3px solid #f7d72f;
  border-radius: 10px;
  margin: 0 auto;
}
div#yosan div.contents ul li dl.yosan_shukyakumenu dt {
  font-weight: normal;
  background-color: #f7d72f;
  padding: 5px 0;
  text-align: center;
}
div#yosan div.contents ul li dl.yosan_shukyakumenu dd {
  font-size: 12px;
  text-align: center;
  padding: 10px;
}
div#yosan div.contents ul li dl.yosan_shukyakumenu dd p {
  position: relative;
  margin-left: 30px;
}
div#yosan div.contents ul li dl.yosan_shukyakumenu dd p:nth-child(2) {
  margin-top: 10px;
}
div#yosan div.contents ul li dl.yosan_shukyakumenu dd p::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 3px solid #f7d72f;
  border-radius: 3px;
  margin-left: -25px;
  background: url(../../../images/lp/web-marketing/map.svg) center center no-repeat;
  background-size: 70%;
  top: -4px;
}
div#yosan div.contents ul li:first-child dl.yosan_shukyakumenu dd {
  padding: 24px 9px;
}
div#yosan div.contents ul li:not(:first-child) p.yosan_menu {
  padding: 8px;
}
div#yosan div.contents ul li:nth-child(2) dl.yosan_shukyakumenu dd p::before {
  background-image: url(../../../images/lp/web-marketing/pc.svg);
}
div#yosan div.contents ul li:nth-child(2) dl.yosan_shukyakumenu dd p.second::before {
  background-image: url(../../../images/lp/web-marketing/shorui.svg);
}
div#yosan div.contents ul li:last-child {
  margin-bottom: 0;
}
div#yosan div.contents ul li:last-child dl.yosan_shukyakumenu dd p::before {
  background-image: url(../../../images/lp/web-marketing/dp.svg);
}
div#yosan div.contents ul li:last-child dl.yosan_shukyakumenu dd p.second::before {
  background-image: url(../../../images/lp/web-marketing/saisei.svg);
}

div#support {
  width: 90%;
  margin: 0 auto 50px;
  border: 5px solid #f7d72f;
  border-radius: 20px;
  padding: 30px 20px;
}
div#support .btn a {
  width: 100%;
  height: 80px;
  font-size: 25px !important;
  padding: 20px 0;
}
div#support .btn ::after {
  top: 28px;
}
div#support h2 {
  margin-bottom: 20px;
  font-size: 18px;
}
div#support h2 span {
  font-size: 150%;
}
div#support div#support_contents {
  background-color: #fff7cc;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
div#support div#support_contents div#support_price {
  text-align: center;
}
div#support div#support_contents div#support_price p#support_nedan {
  font-size: 53px;
  font-weight: bold;
  color: #ff7500;
}
div#support div#support_contents div#support_price p#support_nedan span {
  font-size: 60%;
}
div#support div#support_contents div#support_price p#support_hiyou {
  margin-bottom: 20px;
  font-size: 12px;
  background-color: #ff7500;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  margin-top: 10px;
}
div#support div#support_contents ul {
  margin: 0 auto;
}
div#support div#support_contents ul li {
  position: relative;
  font-weight: bold;
  margin: 0 0 30px 20px;
  font-size: 15px;
}
div#support div#support_contents ul li span {
  color: #ff7500;
}
div#support div#support_contents ul li::before {
  position: absolute;
  content: "";
  background: url(../../../images/lp/web-marketing/dentaku.svg) center center no-repeat;
  width: 20px;
  height: 30px;
  background-size: 100%;
  left: -30px;
  top: -8px;
}
div#support div#support_contents ul li:nth-child(2)::before {
  background-image: url(../../../images/lp/web-marketing/shorui.svg);
}
div#support div#support_contents ul li:last-child {
  margin-bottom: 0;
}
div#support div#support_contents ul li:last-child::before {
  background-image: url(../../../images/lp/web-marketing/shorui2.svg);
}

div#step {
  padding: 80px 0;
}
div#step div.contents h2 {
  margin-bottom: 50px;
}
div#step div.contents ul {
  width: 95%;
  margin: 0 auto;
}
div#step div.contents ul li {
  background-color: #fff7cc;
  padding: 20px 15px 20px;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
div#step div.contents ul li p.img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -14px;
  right: 10px;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
div#step div.contents ul li p.img img {
  width: 100%;
  -webkit-filter: brightness(0) saturate(100%) invert(98%) sepia(54%) saturate(4731%) hue-rotate(327deg) brightness(95%) contrast(104%);
          filter: brightness(0) saturate(100%) invert(98%) sepia(54%) saturate(4731%) hue-rotate(327deg) brightness(95%) contrast(104%);
}
div#step div.contents ul li h3 {
  margin: 0 0 20px;
  font-weight: bold;
  text-align: center;
}
div#step div.contents ul li::before,
div#step div.contents ul li::after {
  position: absolute;
  color: #f7d72f;
}
div#step div.contents ul li::before {
  content: "1";
  top: -40px;
  left: 4px;
  text-align: center;
  font-size: 80px;
}
div#step div.contents ul li::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 0;
  border-bottom: solid 4px #f7d72f;
  border-right: solid 4px #f7d72f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}
div#step div.contents ul li:last-child {
  margin-bottom: 0;
}
div#step div.contents ul li:last-child::after {
  content: "";
}
div#step div.contents ul li:nth-child(2)::before {
  content: "2";
}
div#step div.contents ul li:nth-child(3)::before {
  content: "3";
}
div#step div.contents ul li:nth-child(4)::before {
  content: "4";
}
div#step div.contents ul li:nth-child(4)::after {
  border: none;
}

div#faq {
  padding: 50px 0;
  background-color: #fff7cc;
}
div#faq div.contents h2 {
  color: #ff7500;
  margin-bottom: 30px;
}
div#faq div.contents .toggle {
  display: none;
}
div#faq div.contents .Label {
  /*タイトル*/
  padding: 1em 3em;
  display: block;
  background: #fff;
  border-radius: 10px;
  font-weight: bold;
  font-size: 120%;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
div#faq div.contents .Label::before,
div#faq div.contents .Label::after {
  position: absolute;
}
div#faq div.contents .Label::before {
  content: "Q";
  color: #f7d72f;
  width: 40px;
  height: 40px;
  top: 23px;
  left: 20px;
  font-size: 30px;
}
div#faq div.contents .Label.l3::before {
  top: 33px;
}
div#faq div.contents .Label.l1::before {
  top: 13px;
}
div#faq div.contents .Label::after {
  /*タイトル横の矢印*/
  content: "";
  width: 20px;
  height: 20px;
  border-top: 4px solid #f7d72f;
  border-right: 4px solid #f7d72f;
  -webkit-transform: rotate(45deg);
  top: calc(50% - 20px);
  right: 30px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
div#faq div.contents .Label,
div#faq div.contents .ac {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
div#faq div.contents .ac {
  /*本文*/
  height: 0;
  width: 90%;
  margin: 0 auto 20px;
  padding: 0 20px;
  overflow: hidden;
  background-color: #faeeab;
  border-radius: 0 0 10px 10px;
}
div#faq div.contents .toggle:checked + .Label + .ac {
  /*開閉時*/
  height: auto;
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
div#faq div.contents .toggle:checked + .Label::after {
  -webkit-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
  top: calc(50% - 10px);
}

section#form_section {
  margin: 0;
  border-radius: 20px;
}
section#form_section h2 {
  color: #ff7500;
}
section#form_section p.sub_caps {
  text-align: center;
}
section#form_section p {
  margin-top: 10px;
}
section#form_section div.inner_form input:is([type=text], [type=email], [type=tel]) {
  padding: 15px;
  border-radius: 3px;
  width: 100%;
  background: #fff;
  color: #ccc;
}
section#form_section div.inner_form dl.input_area {
  margin-bottom: 30px;
}
section#form_section div.inner_form dl.input_area dd input.radio {
  margin: 10px 0;
}
section#form_section div.inner_form dl.input_area dd input#mokuteki,
section#form_section div.inner_form dl.input_area dd input#mokuteki2 {
  width: 80%;
}

section#form_section h2.pageSubTitle.pageSubTitle--center:after {
  display: none;
}

.input_columns_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

dl.input_area dt {
  font-size: 18px;
  text-align: left;
  margin-bottom: 10px;
}

.input_columns_two > dl:first-child dd {
  width: 95%;
}

.input_columns_two dl dd {
  width: 100%;
}

.input_area dd {
  text-align: left;
}

.inner_form .title_area {
  margin: 10px 0;
}

.form_area {
  margin-top: 40px;
}

p.input_title .required {
  background: #ff5c01;
  color: #fff;
  font-size: 12px;
  padding: 2px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 15px;
  border-radius: 2px;
}

p.privacy_policy_area {
  font-size: 14px;
}

p.privacy_policy_area a {
  color: #ff5c01;
  text-decoration: underline;
}

button#submit_button,
button#submit {
  height: 80px;
  display: block;
  max-width: 300px;
  width: 100%;
  color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#019c93), to(#00dacd));
  background-image: linear-gradient(to top, #019c93 0%, #00dacd 100%);
  margin: 0 auto;
  border-radius: 50px;
  font-weight: bold;
  border: 2px solid #fff;
  font-size: 30px !important;
  text-align: center;
  -webkit-box-shadow: 0px 2px 3px #ccc;
          box-shadow: 0px 2px 3px #ccc;
  position: relative;
  padding: 20px 0;
}

button#submit_button:disabled:hover,
button#submit:disabled:hover {
  opacity: 1;
}

.input_columns_two ~ dl {
  margin: 22px 0;
}

p.sub_caps {
  margin-top: 10px;
  font-size: 21px;
}

footer {
  -webkit-box-shadow: inset 0 7px 7px -5px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 7px 7px -5px rgba(0, 0, 0, 0.25);
}
footer ul {
  margin: 0 auto;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
footer ul li {
  padding: 30px 0;
}
footer ul li p {
  font-size: 150%;
}
footer ul li p.img {
  margin: 20px 20px 20px 0;
  height: 27px;
}
@media screen and (min-width: 769px) {
  footer ul li p.img {
    margin: 0;
  }
}
footer ul li p.img img {
  width: 100%;
  height: 100%;
}
footer ul li p.min {
  width: 51%;
  font-size: 100%;
}
footer ul li:first-child {
  border-top: 1px solid #ccc;
  width: 100%;
  text-align: center;
}

.btn a {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#019c93), to(#00dacd));
  background-image: linear-gradient(to top, #019c93 0%, #00dacd 100%);
  display: block;
  width: 80%;
  height: 100px;
  margin: 0 auto;
  border-radius: 50px;
  color: #fff !important;
  font-weight: bold;
  border: 2px solid #fff;
  font-size: 30px !important;
  text-align: center;
  -webkit-box-shadow: 0px 2px 3px #ccc;
          box-shadow: 0px 2px 3px #ccc;
  position: relative;
  padding: 30px 0;
}

.btn a::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 38px;
  width: 20px;
  height: 20px;
  border: 5px solid;
  border-color: #fff #fff transparent transparent;
  -webkit-transform: rotate(45deg) ;
          transform: rotate(45deg) ;
}

/* ==========================================================================
  フォーム
============================================================================= */
section.contact {
  padding: 50px 0;
}
@media screen and (min-width: 769px) {
  section.contact {
    padding: 100px 0 0;
  }
}

.c-head__title {
  text-align: center;
}

.c-head__title-text {
  display: inline-block;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
  position: relative;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.6667;
}
@media screen and (min-width: 769px) {
  .c-head__title-text {
    font-size: 28px;
    margin-bottom: 2px;
    line-height: 1.5;
  }
}
.c-head__title-text:before {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background-color: #f7d72f;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 3px;
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  .c-head__title-text:before {
    border-radius: 3px;
  }
}

.c-head__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-head__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .c-head__text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-head__text--normal {
  line-height: 0em;
  line-height: 1.6;
  font-weight: 700;
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  .c-head__text--normal {
    font-size: 20px;
    line-height: 1.5;
  }
}

.c-head__text--orange {
  color: #ff7500;
  font-weight: 700;
  font-size: 20px;
}

.p-home-contact__inner {
  -webkit-box-shadow: 0 2px 7px 0px rgba(60, 60, 60, 0.3);
          box-shadow: 0 2px 7px 0px rgba(60, 60, 60, 0.3);
  border-radius: 15px;
  padding: 34px 27px;
}
@media screen and (min-width: 769px) {
  .p-home-contact__inner {
    margin: 0 auto;
    padding: 74px 75px;
  }
}

.p-home-contact__head {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-home-contact__head .c-head__title-text {
    font-size: 33px;
    color: #ff7500;
  }
}
@media screen and (min-width: 769px) {
  .p-home-contact__head .c-head__title-text:before {
    display: none;
  }
}

.p-home-contact__title-sub {
  color: #ff7500;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: center;
  line-height: 1.6;
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  .p-home-contact__title-sub {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0.04em;
  }
}

section.contact .l-container {
  padding: 0 4.6666666667%;
}
@media screen and (min-width: 769px) {
  section.contact .l-container {
    width: 66%;
    min-width: 700px;
    margin: 0 auto;
    padding: 0;
  }
}

.l-form {
  margin-top: 35px;
}
@media screen and (min-width: 769px) {
  .l-form {
    margin-top: 40px;
  }
}
.l-form table {
  width: 100%;
}

.l-form__list {
  margin-bottom: 35px;
}
@media screen and (min-width: 769px) {
  .l-form__list {
    margin-bottom: 23px;
  }
}

.l-form__wrap {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .l-form__wrap {
    margin-bottom: 20px;
    -webkit-column-gap: 3.27%;
       -moz-column-gap: 3.27%;
            column-gap: 3.27%;
  }
}
@media screen and (min-width: 769px) {
  .l-form__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 769px) {
  .l-form__wrap .l-form__row {
    width: 48.36%;
    margin-bottom: 0 !important;
  }
}

.l-form__row:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .l-form__row:not(:last-child) {
    margin-bottom: 20px;
  }
}

.l-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
  .l-form__item {
    margin-bottom: 10px;
  }
}
.l-form__item .title {
  width: auto;
  color: #333;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  font-size: 16px;
  margin-right: 10px;
}
.l-form__item .required {
  text-align: center;
  white-space: nowrap;
  display: block;
  width: auto;
  color: #fff;
  background-color: #ff7500;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.54;
  padding: 2px 6px 0 6px;
  border-radius: 3px;
  font-size: 13px;
  width: 47px;
}
@media screen and (min-width: 769px) {
  .l-form__item .required {
    text-align: center;
  }
}

.l-form__detail input {
  width: 100%;
  border: none;
  background-color: #f6f6f6;
  letter-spacing: 0em;
  line-height: 1.5;
  font-size: 16px;
  border-radius: 5px;
  padding: 11px 30px;
}
@media screen and (min-width: 769px) {
  .l-form__detail input {
    padding: 9px 35px;
  }
}
.l-form__detail input::-webkit-input-placeholder {
  letter-spacing: 0em;
  color: #abaaaa;
  line-height: 1.5;
  font-size: 16px;
}
.l-form__detail input::-moz-placeholder {
  letter-spacing: 0em;
  color: #abaaaa;
  line-height: 1.5;
  font-size: 16px;
}
.l-form__detail input:-ms-input-placeholder {
  letter-spacing: 0em;
  color: #abaaaa;
  line-height: 1.5;
  font-size: 16px;
}
.l-form__detail input::-ms-input-placeholder {
  letter-spacing: 0em;
  color: #abaaaa;
  line-height: 1.5;
  font-size: 16px;
}
.l-form__detail input::placeholder {
  letter-spacing: 0em;
  color: #abaaaa;
  line-height: 1.5;
  font-size: 16px;
}

.l-form__agree {
  margin-bottom: 10px;
}

.l-form__agree-text-wrap span label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-form__agree-text-wrap span label input {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  width: 14px;
  height: 14px;
}
.l-form__agree-text-wrap span label .l-form__agree-text-label {
  letter-spacing: 0em;
  line-height: 2.18;
  font-size: 11px;
  margin-left: 11px;
}
@media screen and (min-width: 769px) {
  .l-form__agree-text-wrap span label .l-form__agree-text-label {
    font-size: 15px;
    margin-left: 10px;
    line-height: 1.6;
  }
}
.l-form__agree-text-wrap span label .l-form__agree-text-label a {
  text-decoration: underline;
}

.l-form__button-inner .c-button__wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 62px;
     -moz-column-gap: 62px;
          column-gap: 62px;
  padding-right: 25px;
  padding: 18px 40px 18px 21px;
}
@media screen and (min-width: 769px) {
  .l-form__button-inner .c-button__wrap {
    -webkit-column-gap: 84px;
       -moz-column-gap: 84px;
            column-gap: 84px;
    padding-right: 43px;
  }
}
.l-form__button-inner .c-button {
  width: 290px;
}
@media screen and (min-width: 769px) {
  .l-form__button-inner .c-button {
    width: 494px;
  }
}
.l-form__button-inner .c-button .c-button__text {
  background: rgba(0, 0, 0, 0);
  border: none;
  letter-spacing: 0.37em;
}
@media screen and (min-width: 769px) {
  .l-form__button-inner .c-button .c-button__text {
    letter-spacing: 0.18em;
    padding: 0;
  }
}
.l-form__button-inner .c-button label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-button {
  display: block;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 188, 176)), to(rgb(0, 218, 205)));
  background: linear-gradient(90deg, rgb(0, 188, 176) 0%, rgb(0, 218, 205) 100%);
  -webkit-box-shadow: 0 1.6px 1.6px 0px rgba(0, 143, 135, 0.8);
          box-shadow: 0 1.6px 1.6px 0px rgba(0, 143, 135, 0.8);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  overflow: hidden;
  width: 340px;
  border-radius: 54px;
  padding: 3px 4px;
}
@media screen and (min-width: 769px) {
  .c-button {
    padding: 5px;
    width: 494px;
    border-radius: 100px;
  }
}
.c-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(140, 225, 219)), to(rgb(140, 238, 233)));
  background: linear-gradient(90deg, rgb(140, 225, 219) 0%, rgb(140, 238, 233) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 769px) {
  .c-button {
    -webkit-box-shadow: 0 3px 3px 0px rgba(0, 143, 135, 0.8);
            box-shadow: 0 3px 3px 0px rgba(0, 143, 135, 0.8);
  }
}
.c-button:hover:before {
  opacity: 1;
}


.l-form__button-inner .c-button {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.3;
}


.l-form__button-inner .c-button.is-active {
  pointer-events: all;
  cursor: pointer;
  opacity: 1;
}

.l-form__button-inner .c-button.is-active .c-button__text {
  pointer-events: all;
  cursor: pointer;
}
.l-form__button-inner .c-button.is-active label {
  pointer-events: all;
  cursor: pointer;
}

.l-form__button-inner .c-button:hover:before {
  opacity: 0;
}
.l-form__button-inner .c-button.is-active:hover:before {
  opacity: 1;
}




.c-button__wrap {
  position: relative;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 38px;
     -moz-column-gap: 38px;
          column-gap: 38px;
  padding: 11px 10px 9px 10px;
  border-radius: 54px;
}
@media screen and (min-width: 769px) {
  .c-button__wrap {
    -webkit-column-gap: 49px;
       -moz-column-gap: 49px;
            column-gap: 49px;
    padding: 22px 21px 20px 21px;
    border-radius: 100px;
    border: 2px solid #fff;
  }
}
.c-button__wrap img {
  width: 20px;
}
@media screen and (min-width: 769px) {
  .c-button__wrap img {
    width: 36px;
  }
}

.c-button__text {
  display: block;
  color: #fff;
  letter-spacing: 0.18em;
  font-weight: 700;
  line-height: 1.5;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .c-button__text {
    font-size: 35px;
    line-height: 1.514;
  }
}

@media screen and (min-width: 769px) {
  body {
    line-height: 1.5;
    min-width: 1200px;
    margin: 0 auto;
  }
  .pc {
    display: block;
  }
  div.contents {
    width: 1100px;
  }
  header {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0px 2px 3px #ccc;
            box-shadow: 0px 2px 3px #ccc;
    background-color: #fff;
    padding: 10px 0;
  }
  header .contents {
    margin: 0 auto;
  }
  header .contents h1 img {
    height: auto;
    margin: 20px 0;
  }
  header .contents #header_tel .header_tel_text {
    display: block;
  }
  header .contents #header_tel .header_tel_number {
    display: block;
    color: #ff7500;
    font-size: 180%;
    font-weight: bold;
    background: url(../../../images/lp/web-marketing/tel_orange.png) 0 center no-repeat;
    padding-left: 50px;
  }
  div#fv {
    margin-top: 90px;
    height: 810px;
    min-height: 810px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1513px) {
  div#fv {
    height: 880px;
  }
}
@media screen and (min-width: 769px) {
  div#fv .fv_catch {
    position: relative;
    height: auto;
  }
}
@media screen and (min-width: 769px) and (min-width: 1513px) {
  div#fv .fv_catch {
    max-height: 434px;
    height: max(28.7037037037vw, 347.2px);
  }
}
@media screen and (min-width: 769px) {
  div#fv div.contents {
    width: max(63.4920634921vw, 960px);
    height: 810px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1513px) {
  div#fv div.contents {
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  div#fv div.contents p#fv_icon {
    background-color: #fff;
    position: absolute;
    top: 4vw;
    left: -40px;
    padding: 0.5vw 0 0;
    font-size: max(2vw, 31px);
    border: none;
    margin: 0;
    width: auto;
    height: auto;
    width: max(11.7vw, 177px);
    height: max(11.7vw, 177px);
    border: 5px solid #ff7500;
  }
  div#fv div.contents p#fv_icon span {
    font-size: max(2vw, 31px);
  }
  div#fv div.contents div#fv_copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 190px;
    width: 760px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1513px) {
  div#fv div.contents div#fv_copy {
    padding-top: max(7.2751322751vw, 88px);
  }
}
@media screen and (min-width: 769px) {
  div#fv div.contents div#fv_copy dl#catch {
    font-size: 40px;
    border: none;
    background-color: transparent;
    width: 600px;
    background-image: url(../../../images/lp/web-marketing/fv_catch_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  div#fv div.contents div#fv_copy dl#catch dd {
    background-color: transparent;
  }
  div#fv div.contents div#fv_copy p#nedan {
    color: #ff7500;
    font-size: 140px;
    font-weight: bold;
    margin-top: -20px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  div#fv div.contents div#fv_copy p#nedan span {
    font-size: 60%;
    margin-left: -26px;
  }
  div#fv div.contents div#fv_copy p#bl {
    font-weight: bold;
    color: #333;
    text-align: right;
    font-size: 25px;
    margin-top: -20px;
    width: 600px;
  }
  div#fv div.contents div#fv_copy p#sub {
    font-size: 32px;
    width: 800px;
    margin: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 1513px) {
  div#fv div.contents div#fv_copy p#sub {
    width: 1000px;
  }
}
@media screen and (min-width: 769px) {
  div#fv div.contents div#fv_copy p#sub span {
    color: #ff7500;
    -webkit-text-emphasis: filled;
    text-emphasis: filled;
  }
  div#fv div.contents ul#fv_point {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: max(1.6534391534vw, 20px) 0 0;
    margin: 0 auto max(2.1825396825vw, 33px);
    width: max(59.5238095238vw, 900px);
    height: auto;
  }
}
@media screen and (min-width: 769px) and (min-width: 1513px) {
  div#fv div.contents ul#fv_point {
    padding: max(5.9523809524vw, 72px) 0 0;
  }
}
@media screen and (min-width: 769px) {
  div#fv div.contents ul#fv_point li {
    width: 33%;
    font-size: max(1.3227513228vw, 16px);
    border: none;
    background: transparent;
    padding: max(1.8518518519vw, 22.4px) 0 0;
    margin-bottom: max(1.3227513228vw, 16px);
  }
  div#fv div.contents ul#fv_point li p {
    display: block;
    font-size: 140%;
  }
  div#fv div.contents ul#fv_point li p span {
    background-color: #ff7500;
    padding: 3px;
    border-radius: 3px;
    color: #fff;
  }
  div#fv div.contents ul#fv_point li:nth-child(2) {
    margin: 0 4px;
  }
  div#point3 {
    background-color: #fff7cc;
    width: 100%;
    padding: 50px 0;
    margin-bottom: 0;
    margin-top: 40px;
  }
  div#point3 div.contents {
    width: 750px;
  }
  div#point3 div.contents h2 {
    position: relative;
    margin-bottom: 50px;
  }
  div#point3 div.contents h2 ::before,
  div#point3 div.contents h2 ::after {
    position: absolute;
  }
  div#point3 div.contents h2 ::before {
    content: "＼";
    left: 150px;
  }
  div#point3 div.contents h2 ::after {
    content: "／";
  }
  div#point3 div.contents dl {
    width: 750px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 5px solid #f7d72f;
    border-radius: 3px;
    padding: 0;
  }
  div#point3 div.contents dl dt {
    width: 80px;
    height: auto;
    background-color: #f7d72f;
    margin: 0;
    border-radius: 0;
    padding: 5px 0;
  }
  div#point3 div.contents dl dt img {
    padding: 10px 0;
    margin: 0;
    text-align: center;
    width: auto;
    height: auto;
  }
  div#point3 div.contents dl dd {
    font-weight: bold;
    padding: 10px 20px;
    width: 630px;
    text-align: center;
    font-size: 24px;
  }
  div#point3 div.contents dl dd span {
    color: #ff7500;
  }
  div.cv {
    background: url(../../../images/lp/web-marketing/cv.png) #ff7500 center center no-repeat;
    width: 100%;
    height: 410px;
    padding: 50px 0;
    background-size: cover;
  }
  div.cv div.contents p.orange {
    margin-top: 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  div.cv div.contents p.price {
    font-size: 50px;
  }
  div.cv div.contents p.price span.nedan {
    font-size: 130%;
    line-height: 1.3;
  }
  div.cv div.contents p.price span.kakoi {
    font-size: 66%;
    margin-left: 10px;
    display: inline;
  }
  div.cv div.contents p#cv_kadai {
    color: #ff7500;
    font-size: 38px;
    margin: 10px 0;
    width: 100%;
  }
  div.cv div.contents p#cv_kadai span {
    border-bottom: 5px solid #f7d72f;
  }
  div.cv div.contents div.cv_tel {
    margin-top: 0;
  }
  div.cv div.contents div.cv_tel p {
    font-size: 30px;
    font-weight: bold;
  }
  div.cv div.contents div.cv_tel p.tell {
    font-size: 54px;
  }
  div.cv div.contents div.cv_tel p.tell::before {
    left: -20px;
    top: 20px;
  }
  div.cv div.contents ul.cv_icon {
    margin: 0 0 20px 40px;
  }
  div.cv div.contents ul.cv_icon li {
    padding: 3px 15px;
    background-color: #f7d72f;
    border-radius: 20px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
  }
  div#nayami {
    background-image: url(../../../images/lp/web-marketing/nayami_bg_pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 75px 0 190px;
    margin-top: 0px;
  }
  div#nayami h2 {
    margin-top: 0 !important;
  }
  div#nayami #nayami_list {
    position: relative;
  }
  div#nayami #nayami_list::before {
    content: "";
    background-image: url(../../../images/lp/web-marketing/nayami_illust_pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: max(19.1798941799vw, 232px);
    height: max(13.6243386243vw, 164.8px);
    position: absolute;
    bottom: max(-0.9920634921vw, -12px);
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    z-index: 1;
  }
  div#nayami div.contents {
    width: 1150px;
  }
  div#nayami div.contents ul {
    position: relative;
    margin: 0 auto;
    padding: max(1.1243386243vw, 13.6px) 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  div#nayami div.contents ul li {
    font-size: max(1.3vw, 14px);
    position: static !important;
    text-align: center;
    font-weight: bold;
    -webkit-transform: translate(0%, 0%) !important;
            transform: translate(0%, 0%) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div#nayami div.contents ul li:first-child {
    padding: 0;
    margin-top: max(11.5079365079vw, 139.2px);
    margin-right: max(-13.2936507937vw, -160.8px);
    width: max(24.8015873016vw, 300px);
    height: max(16.6666666667vw, 201.6px);
    background-image: url(../../../images/lp/web-marketing/nayami_item_bg01.svg);
  }
  div#nayami div.contents ul li:nth-child(2) {
    padding: 0;
    margin-top: max(0.9259259259vw, 11.2px);
    width: max(26.1243386243vw, 316px);
    height: max(15.6746031746vw, 189.6px);
    background-image: url(../../../images/lp/web-marketing/nayami_item_bg02.svg);
  }
  div#nayami div.contents ul li:nth-child(3) {
    padding: 0;
    margin-left: max(-2.4470899471vw, -29.6px);
    width: max(25vw, 302.4px);
    height: max(15.6084656085vw, 188.8px);
    background-image: url(../../../images/lp/web-marketing/nayami_item_bg03.svg);
  }
  div#nayami div.contents ul li:last-child {
    padding: 0;
    margin-top: max(11.1772486772vw, 135.2px);
    margin-left: max(-13.955026455vw, -168.8px);
    width: max(27.8439153439vw, 336.8px);
    height: max(15.2116402116vw, 184px);
    background-image: url(../../../images/lp/web-marketing/nayami_item_bg04.svg);
  }
  div#kaiketsu {
    margin-top: max(-12.5661375661vw, -152px);
  }
  div#kaiketsu div.contents ul li {
    width: 30%;
    margin-top: 70px;
    margin-right: 5%;
    text-align: center;
  }
  div#kaiketsu div.contents ul li dl {
    border: 3px solid #f7d72f;
    border-radius: 30px;
    position: relative;
  }
  div#kaiketsu div.contents ul li dl dt {
    padding: 30px 0 120px;
    background: url(../../../images/lp/web-marketing/dentaku.svg) center 100px no-repeat;
    font-size: 30px;
  }
  div#kaiketsu div.contents ul li dl dt span {
    color: #ff7500;
  }
  div#kaiketsu div.contents ul li dl dt ::before {
    top: -60px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 40px;
    background: url(../../../images/lp/web-marketing/ueten.svg) 0 0 no-repeat;
    background-size: 100%;
    width: 30px;
  }
  div#kaiketsu div.contents ul li dl dd {
    background-color: #f7d72f;
    padding: 20px 0;
    border-radius: 0 0 27px 27px;
    font-size: 16px;
  }
  div#kaiketsu div.contents ul li:nth-child(2) dt {
    background-image: url(../../../images/lp/web-marketing/shosinsya.svg);
  }
  div#kaiketsu div.contents ul li:nth-child(2) dt ::before {
    content: "2";
  }
  div#kaiketsu div.contents ul li:nth-child(2) dd {
    padding: 20px 0;
  }
  div#kaiketsu div.contents ul li.last {
    margin-right: 0;
  }
  div#kaiketsu div.contents ul li.last dt {
    background-image: url(../../../images/lp/web-marketing/fukidashi.svg);
  }
  div#kaiketsu div.contents ul li.last dt ::before {
    content: "3";
  }
  div#plan {
    margin-top: -160px;
    background: #fff7cc url(../../../images/lp/web-marketing/plan.jpg) center top no-repeat;
    background-size: 100%;
    padding: 280px 0 150px;
  }
  div#plan div.contents {
    width: auto;
  }
  div#plan div.contents p.sub {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
  }
  div#plan div.contents ul {
    gap: 0 max(0.8597883598vw, 10.4px);
    position: relative;
    max-width: unset;
    margin: 80px auto 0 !important;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: max(76.0582010582vw, 920px);
  }
  div#plan div.contents ul li {
    width: max(24.8015873016vw, 300px);
    height: max(23.8095238095vw, 288px);
    border: 5px solid #f7d72f;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-top: max(11.9047619048vw, 144px);
    margin: 0 !important;
    font-size: max(1.8518518519vw, 22.4px);
  }
  div#plan div.contents ul li span {
    color: #ff7500;
    font-size: max(2.1164021164vw, 25.6px);
  }
  div#plan div.contents ul li::before {
    position: absolute;
    content: "";
    background: url(../../../images/lp/web-marketing/man1.png) 0 0 no-repeat;
    background-size: 100%;
    width: max(11.9047619048vw, 144px);
    height: max(11.9047619048vw, 144px);
    top: max(-1.9841269841vw, -24px);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  div#plan div.contents ul li:first-child {
    margin: 0 20px 0 0;
  }
  div#plan div.contents ul li:nth-child(2) ::before {
    background-image: url(../../../images/lp/web-marketing/woman1.png);
  }
  div#plan div.contents ul li:last-child::before {
    background-image: url(../../../images/lp/web-marketing/man2.png);
  }
  div#plan div.contents ul:after {
    position: absolute;
    content: "";
    background: url(../../../images/lp/web-marketing/arrow.png) center center;
    background-size: 100%;
    width: 70px;
    height: 80px;
    left: 0;
    right: 0;
    bottom: -100px;
    margin: 0 auto;
  }
  div#menu {
    background: #fff7cc url(../../../images/lp/web-marketing/plan2.jpg) center bottom no-repeat;
    background-size: 100%;
    padding-bottom: 280px;
  }
  div#menu div.contents {
    width: 1100px;
  }
  div#menu div.contents ul {
    margin-top: 50px;
  }
  div#menu div.contents ul .menu_item {
    text-align: center;
    font-size: 14px;
    width: 190px;
    height: 190px;
    padding: 0;
  }
  div#menu div.contents ul .menu_item.menu_item_last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    position: relative;
  }
  div#menu div.contents ul .menu_item.menu_item_last:before {
    content: "etc";
    position: absolute;
    bottom: -4px;
    right: 0;
    font-size: 29px;
    color: #f7d72f;
  }
  div#menu div.contents ul .menu_item.menu_item_last .menu_item_icon {
    width: 95px;
    height: 15px;
    min-height: auto;
  }
  div#menu div.contents ul .menu_item.menu_item_last .menu_item_icon img {
    vertical-align: top;
  }
  div#menu div.contents ul .menu_item_etc {
    display: none;
  }
  div#menu div.contents ul li:not(:last-child) {
    border: 3px solid #f7d72f;
    border-radius: 30px;
    padding: 0;
    margin: 0 30px 30px 0;
  }
  div#yosan {
    margin-top: -150px;
  }
  div#yosan div.contents ul {
    padding: 50px 0;
  }
  div#yosan div.contents ul li {
    background: #fff7cc;
    border-radius: 30px;
    border: 10px solid #fff;
    width: 320px;
    margin-right: 20px;
    padding: 30px 0;
  }
  div#yosan div.contents ul li h3 {
    width: 340px;
    height: 90px;
    margin-left: -20px;
    text-align: center;
    padding: 25px 0;
    background-color: #fff;
    border: 5px solid #f7d72f;
    border-radius: 50px;
  }
  div#yosan div.contents ul li p.img {
    margin: -20px 0 0 30px;
  }
  div#yosan div.contents ul li p.img img {
    height: 180px;
    width: auto;
  }
  div#yosan div.contents ul li p.yosan_menu {
    background-color: #fff;
    border: 3px solid #f7d72f;
    border-radius: 5px;
    text-align: center;
    padding: 13px;
    width: 85%;
    height: 60px;
    margin: 0 auto 10px;
  }
  div#yosan div.contents ul li dl.yosan_price {
    width: 85%;
    background-color: #fff;
    border: 3px solid #f7d72f;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto 50px;
    position: relative;
  }
  div#yosan div.contents ul li dl.yosan_price dt {
    font-weight: normal;
    background-color: #f7d72f;
    padding: 3px 10px;
    width: 40%;
  }
  div#yosan div.contents ul li dl.yosan_price dd {
    text-align: center;
    width: 60%;
  }
  div#yosan div.contents ul li dl.yosan_price dd span {
    font-size: 80%;
  }
  div#yosan div.contents ul li dl.yosan_price:after {
    position: absolute;
    content: "";
    background: url(../../../images/lp/web-marketing/arrow.png) center center no-repeat;
    background-size: 100%;
    width: 30px;
    height: 50px;
    margin: 30px auto 0;
    left: 0;
    right: 0;
  }
  div#yosan div.contents ul li dl.yosan_shukyakumenu {
    width: 85%;
    background-color: #fff;
    border: 3px solid #f7d72f;
    border-radius: 10px;
    margin: 0 auto;
  }
  div#yosan div.contents ul li dl.yosan_shukyakumenu dt {
    font-weight: normal;
    background-color: #f7d72f;
    padding: 5px 0;
    text-align: center;
  }
  div#yosan div.contents ul li dl.yosan_shukyakumenu dd {
    font-size: 12px;
    padding: 10px;
  }
  div#yosan div.contents ul li dl.yosan_shukyakumenu dd p {
    position: relative;
    margin-left: 30px;
  }
  div#yosan div.contents ul li dl.yosan_shukyakumenu dd p:nth-child(2) {
    margin-top: 10px;
  }
  div#yosan div.contents ul li dl.yosan_shukyakumenu dd p::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border: 3px solid #f7d72f;
    border-radius: 3px;
    margin-left: -25px;
    background: url(../../../images/lp/web-marketing/map.svg) center center no-repeat;
    background-size: 70%;
  }
  div#yosan div.contents ul li:first-child dl.yosan_shukyakumenu dd {
    padding: 24px 10px;
  }
  div#yosan div.contents ul li:not(:first-child) p.yosan_menu {
    padding: 0;
  }
  div#yosan div.contents ul li:nth-child(2) dl.yosan_shukyakumenu dd p::before {
    background-image: url(../../../images/lp/web-marketing/pc.svg);
  }
  div#yosan div.contents ul li:nth-child(2) dl.yosan_shukyakumenu dd p.second::before {
    background-image: url(../../../images/lp/web-marketing/shorui.svg);
  }
  div#yosan div.contents ul li:last-child {
    margin-right: 0;
  }
  div#yosan div.contents ul li:last-child h3 {
    padding: 10px 0;
  }
  div#yosan div.contents ul li:last-child dl.yosan_shukyakumenu dd p::before {
    background-image: url(../../../images/lp/web-marketing/dp.svg);
  }
  div#yosan div.contents ul li:last-child dl.yosan_shukyakumenu dd p.second::before {
    background-image: url(../../../images/lp/web-marketing/saisei.svg);
  }
  div#support {
    border: 5px solid #f7d72f;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 50px;
    width: 1100px;
  }
  div#support h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  div#support h2 span {
    font-size: 100%;
  }
  div#support div#support_contents {
    background-color: #fff7cc;
    border-radius: 10px;
    padding: 50px;
  }
  div#support div#support_contents div#support_price {
    width: 450px;
    text-align: center;
  }
  div#support div#support_contents div#support_price p#support_nedan {
    font-size: 90px;
    font-weight: bold;
    color: #ff7500;
  }
  div#support div#support_contents div#support_price p#support_nedan span {
    font-size: 60%;
  }
  div#support div#support_contents div#support_price p#support_hiyou {
    margin-bottom: 20px;
    background-color: transparent;
    color: #333;
    font-size: 22px;
    margin: -10px 0 20px;
  }
  div#support div#support_contents div#support_price .btn a {
    width: 70%;
  }
  div#support div#support_contents ul {
    margin-top: 50px;
  }
  div#support div#support_contents ul li {
    position: relative;
    font-weight: bold;
    border-bottom: 5px solid #f7d72f;
    margin: 0 0 40px 40px;
    font-size: 20px;
  }
  div#support div#support_contents ul li span {
    color: #ff7500;
  }
  div#support div#support_contents ul li::before {
    position: absolute;
    content: "";
    background: url(../../../images/lp/web-marketing/dentaku.svg) center center no-repeat;
    width: 30px;
    height: 40px;
    background-size: 100%;
    left: -40px;
    top: -5px;
  }
  div#support div#support_contents ul li:nth-child(2)::before {
    background-image: url(../../../images/lp/web-marketing/shorui.svg);
  }
  div#support div#support_contents ul li:last-child::before {
    background-image: url(../../../images/lp/web-marketing/shorui2.svg);
  }
  div#step {
    padding: 80px 0;
  }
  div#step div.contents h2 {
    margin-bottom: 50px;
  }
  div#step div.contents ul li {
    background-color: #fff7cc;
    padding: 50px 15px 20px;
    border-radius: 20px;
    width: 22%;
    height: 420px;
    margin-right: 4%;
    position: relative;
  }
  div#step div.contents ul li p.img {
    width: 100px;
    height: 100px;
    background-color: #f7d72f;
    border-radius: 50px;
    text-align: center;
    padding: 20px 0;
    margin: 20px auto;
    position: static;
  }
  div#step div.contents ul li p.img img {
    width: 50%;
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(38%) hue-rotate(331deg) brightness(110%) contrast(110%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(38%) hue-rotate(331deg) brightness(110%) contrast(110%);
  }
  div#step div.contents ul li h3 {
    margin: 20px 0;
    font-weight: bold;
    text-align: center;
  }
  div#step div.contents ul li::before {
    margin: 0 auto;
    top: 10px;
    left: 0;
    right: 0;
    font-size: 40px;
  }
  div#step div.contents ul li::after {
    content: "";
    top: 0;
    right: -250px;
    width: 30px;
    height: 30px;
    border: 5px solid;
    border-color: #f7d72f #f7d72f transparent transparent;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  div#step div.contents ul li:nth-child(2) p.img {
    padding: 25px 0 0 7px;
  }
  div#step div.contents ul li:nth-child(3) p.img,
  div#step div.contents ul li:last-child p.img {
    padding: 25px 0 0;
  }
  div#step div.contents ul li:last-child {
    margin-right: 0;
  }
  div#step div.contents ul li:last-child::after {
    content: "";
  }
  div#faq {
    padding: 80px 0;
    background-color: #fff7cc;
  }
  div#faq div.contents h2 {
    color: #ff7500;
    margin-bottom: 50px;
  }
  div#faq div.contents .toggle {
    display: none;
  }
  div#faq div.contents .Label {
    /*タイトル*/
    padding: 1em 3em;
    display: block;
    background: #fff;
    border-radius: 10px;
    font-weight: bold;
    font-size: 120%;
  }
  div#faq div.contents .Label span {
    font-size: 200%;
    color: #f7d72f;
    position: relative;
    margin-right: 50px;
  }
  div#faq div.contents .Label span::after {
    position: absolute;
    content: "｜";
    top: 3px;
    right: -40px;
  }
  div#faq div.contents .Label::before {
    top: 10px !important;
  }
  div#faq div.contents .Label,
  div#faq div.contents .ac {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  div#faq div.contents .ac {
    /*本文*/
    height: 0;
    margin-bottom: 30px;
    padding: 0 20px;
    overflow: hidden;
    background-color: #faeeab;
    border-radius: 0 0 10px 10px;
  }
  div#faq div.contents .toggle:checked + .Label + .ac {
    /*開閉時*/
    height: auto;
    padding: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  div#faq div.contents .toggle:checked + .Label::after {
    -webkit-transform: rotate(-45deg) !important;
            transform: rotate(-45deg) !important;
  }
  section#form_section {
    background-color: #fff;
    margin: 0 auto;
  }
  section#form_section h2 {
    color: #ff7500;
  }
  section#form_section p.sub_caps {
    text-align: center;
  }
  section#form_section h2.pageSubTitle.pageSubTitle--center:after {
    display: none;
  }
  form#contact_form input:is([type=text], [type=email], [type=tel]) {
    border: 1px solid #a9a9a9;
    text-align: left;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 16px;
    width: 100%;
    background: #fff;
    margin-left: 0;
    margin-right: 0;
  }
  .input_columns_two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  dl.input_area dt {
    font-size: 18px;
    text-align: left;
    padding-left: 3px;
  }
  .input_columns_two > dl:first-child dd {
    width: 95%;
  }
  .input_columns_two dl dd {
    width: 100%;
  }
  .input_area dd {
    text-align: left;
  }
  .inner_form .title_area {
    margin: 10px 0;
  }
  .form_area {
    margin-top: 40px;
  }
  p.input_title .required {
    background: #ff5c01;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 15px;
    border-radius: 2px;
  }
  dl.input_area {
    margin: 14px 0;
  }
  p.privacy_policy_area {
    font-size: 14px;
  }
  p.privacy_policy_area a {
    color: #ff5c01;
    text-decoration: underline;
  }
  button#submit_button,
  button#submit {
    height: 80px;
    display: block;
    max-width: 300px;
    margin: 20px auto;
    width: 100%;
    color: #fff;
  }
  button#submit_button:disabled,
  button#submit:disabled {
    padding: 15px 0;
  }
  button#submit_button:disabled:hover,
  button#submit:disabled:hover {
    opacity: 1;
  }
  .input_columns_two ~ dl {
    margin: 22px 0;
  }
  p.sub_caps {
    margin-top: 10px;
    font-size: 21px;
  }
  footer {
    margin-top: 200px;
  }
  footer ul {
    padding: 30px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 1100px;
  }
  footer ul li {
    width: 550px !important;
    padding: 30px 0 30px 20px;
  }
  footer ul li p {
    margin-bottom: 20px;
  }
  footer ul li p.img {
    margin-right: 35px;
    font-size: 0;
  }
  footer ul li p.img img {
    width: 100%;
  }
  footer ul li p.min {
    font-size: 80%;
    width: 55%;
    margin-bottom: 0;
  }
  footer ul li.fb {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer ul li:first-child {
    border-right: 3px solid #ccc;
    border-top: 0;
    text-align: left;
  }
  .btn a {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#019c93), to(#00dacd));
    background-image: linear-gradient(to top, #019c93 0%, #00dacd 100%);
    width: 505px;
    height: 128px;
    margin: 0 auto;
    border-radius: 64px;
    color: #fff !important;
    font-weight: bold;
    border: 2px solid #fff;
    font-size: 42px !important;
    text-align: center;
    padding: 30px 0;
    -webkit-box-shadow: 0px 2px 3px #ccc;
            box-shadow: 0px 2px 3px #ccc;
    position: relative;
  }
  .btn a::after {
    position: absolute;
    right: 40px;
    top: 50px;
    font-size: 80%;
    -webkit-transform: rotate(45deg) ;
    transform: rotate(45deg) ;
  }
  .header_nav .btn a {
    line-height: normal;
  }
  .header_nav .btn a::after {
    -webkit-transform: rotate(45deg) translate(-50%, -75%) ;
            transform: rotate(45deg) translate(-50%, -75%) ;
  }
  .thanks .header_nav .btn a::after {
    -webkit-transform: rotate(45deg) translate(-50%, -25%) ;
            transform: rotate(45deg) translate(-50%, -25%) ;
  }
  .btn a:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#67c4be), to(#66e9e1));
    background-image: linear-gradient(to top, #67c4be 0%, #66e9e1 100%);
  }
  .btn_mini a {
    width: 268px;
    height: 58px;
    font-size: 22px !important;
    padding: 10px 0;
    position: static;
  }
  .sp {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */


/* ==========================================================================
	thanks
============================================================================= */
@media screen and (min-width: 769px) {
  html:has(body.thanks), body.thanks {
      line-height: 1.875;
      letter-spacing: 0.04em;
  }
}
html:has(body.thanks) {
  text-align: center;
  /* line-height: 1.3em; */
  background-color: #fff;
  height: 100%;
}

body.thanks,
body.thanks div#top,
body.thanks main {
  height: 100%;
}

body.thanks main {
  padding-top: 64px;
  background-color: #f8f6f1;
}
@media screen and (min-width: 769px) {
  body.thanks main {
      padding-top: 107px;
  }
}

body.thanks .main-contents {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 10px;
  position: relative;
}

body.thanks .main-contents .contact {
  align-items: center;
  align-self: stretch;
  background-color: #fff;
  border: 2px solid;
  border-color: #eaeaea;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  margin-bottom: -2.00px;
  margin-left: -2.00px;
  margin-right: -2.00px;
  margin-top: -2.00px;
  padding: 20px 0px;
  position: relative;
  width: 100%;
}

.thanks .main-contents .title {
  align-items: center;
  font-size: 36px;
  font-weight: 700;
  border-bottom-style: solid;
  border-bottom-width: 6px;
  border-color: #f7b62d;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  margin-top: -6.00px;
  position: relative;
}

.thanks .main-contents .text_label > p {
  margin: 1rem;
}
.thanks .main-contents .text_label {
  align-self: stretch;
  color: #333333;
  font-family: var(--font-family-inter);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  text-align: center;
}

.thanks .contact-thanks-bar {
  font-size: 16px;
}

.thanks a {
  text-decoration: none;
}

.thanks .contact-thanks-bar {
  width: 80%;
}
@media screen and (min-width: 901px) {
  .thanks .contact-thanks-bar {
    width: 45%;
  }
}

.btn2-primary {
  color: #FFF;
  background: #FF7F00;
  -webkit-box-shadow: 0 0.3rem 0 #CB6B0C;
  box-shadow: 0 0.3rem 0 #CB6B0C;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn2 {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 0.3rem 1rem;
  text-align: center;
  border: none;
}


.btn2:hover {
  cursor: pointer;
}

.btn2.is-loading {
  opacity: 0.8;
  pointer-events: none;
}

.btn2.is-loading>i {
  -webkit-animation: spin 1.2s linear infinite;
  animation: spin 1.2s linear infinite;
  margin-right: 0.4rem;
}

@media screen and (max-width: 600px) {
  .btn2 {
    font-size: 1.4rem;
  }
}

.btn2-round {
  border-radius: 4rem;
}

.btn2-primary {
  color: #FFF;
  background: #FF7F00;
  -webkit-box-shadow: 0 0.3rem 0 #CB6B0C;
  box-shadow: 0 0.3rem 0 #CB6B0C;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn2-primary:hover {
  opacity: 0.8;
}

.btn2-primary:active {
  -webkit-transform: translateY(0.3rem);
  transform: translateY(0.3rem);
  -webkit-box-shadow: none;
  box-shadow: none;
}
