@charset "UTF-8";
/* ---------------------------------------------------------------------------------------------

　   共通

--------------------------------------------------------------------------------------------- */


body {
  background-color: #fff;
  color: #333333;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
}

li {
  list-style: none;
}

.wrapper {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  overflow-x: hidden;
}

.btn {
  position: relative;
  display: block;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
  padding: 1.3em 63px 1.3em 35px;
  width: 262px;
  height: 66px;
  background-color: #e9e9e9;
  border: 1px solid #e9e9e9;
  border-radius: 33px;
}
.btn::before {
  content: "";
  display: block;
  width: 39px;
  height: 39px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%) rotate(90deg);
  background-image: url(../img/btn.png);
  background-position: center center;
  background-size: contain;
}

.sec__title {
  position: relative;
  width: 100%;
  height: 53px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #279ad2;
  line-height: 1;
}
.sec__title span {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.sec__title::before {
  content: "";
  color: #eaf4f9;
  font-size: 4.4rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

a:hover,
a:focus {
  opacity: 0.8;
  transition: opacity 0.3s;
}

.lp_text {
  margin-top: 15px;
  font-size: 1rem;
}

/* ---------------------------------------------------------------------------------------------

　   header

--------------------------------------------------------------------------------------------- */

.toggle_btn,
#mask {
  display: none;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 22px 0;
  width: 100%;
  height: auto;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  z-index: 999;
}

.header__inner {
  width: 96%;
  max-width: 1312px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo {
  width: 137px;
  display: block;
}
.site-logo img {
  display: block;
}

.header__nav {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__nav_list {
  width: calc(100% - 187px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__nav_list li {
  display: flex;
  align-items: center;
}
.header__nav_list li a {
  font-size: 0.875rem;
}

.header__nav_btn {
  position: relative;
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 1.1em 45px 1.1em 22px;
  margin-left: 24px;
  width: 187px;
  letter-spacing: 0.02em;
  background-color: #e9e9e9;
  border-radius: 23.5px;
  border: 1px solid #e9e9e9;
}
.header__nav_btn::before {
  content: "";
  display: block;
  width: 27.8px;
  height: 27.8px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%) rotate(90deg);
  background-image: url(../img/btn.png);
  background-position: center center;
  background-size: contain;
}

.pc-none {
  display: none;
}

.lp__inner {
  padding-top: 45px;
  padding-bottom: 45px;
}

/* ---------------------------------------------------------------------------------------------

　   fv

--------------------------------------------------------------------------------------------- */
.fv {
  width: 100%;
  height: auto;
  padding: 60px 0;
  text-align: center;
  background: linear-gradient(180deg,#ffedc0 0,#8fa5e6 100%);
}

.fv__left_title {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.fv__left_title span {
  color: #279ad2;
  font-size: 4.8rem;
}
.fv img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .fv img {
    width: 90%;
  }
}

/* ---------------------------------------------------------------------------------------------

　   worry

--------------------------------------------------------------------------------------------- */
.worry {
  width: 100%;
  height: auto;
}
.worry .scroll-wrap ul li img {
  height: auto;
}

.worry__title {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.worry__title span {
  display: inline-block;
  position: relative;
  color: #055d92;
}
.worry__title span::before {
  content: "・・・・";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.worry__top {
  position: relative;
  padding-top: 81px;
  padding-bottom: 38px;
  width: 100%;
  height: auto;
}

.worry__list {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  line-height: 1.5;
}
.worry__list li:not(:first-child) {
  margin-top: 16px;
}
.worry__list li {
  width: 33%;
  padding-left: 42px;
  font-size: 1rem;
  position: relative;
}
.worry__list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../img/checkbox.png);
  background-position: center;
  background-size: contain;
}

.worry__img01 {
  display: block;
  width: 271px;
  height: 196px;
  position: absolute;
  top: -11px;
  right: 33px;
}

.worry__img02 {
  display: block;
  width: 250px;
  height: 156px;
  position: absolute;
  bottom: 0px;
  right: 239px;
}

.worry-under {
  width: 100%;
  height: auto;
  margin-top: 45px;
  background-color: #eaf4f9;
  padding-top: 30px;
  padding-bottom: 55px;
}

.worry-under__title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #055d92;
  letter-spacing: 0.1em;
}

.worry-under__inner {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.worry-under__text {
  padding-bottom: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.66;
  letter-spacing: 0.1em;
}
.worry-under__text span {
  color: #279ad2;
}

.worry-under_img {
  display: block;
  margin-left: 44px;
  width: 330px;
  height: 240px;
}
@media screen and (max-width: 768px) {
  .worry__list {
    display: block;
  }
  .worry__list li {
    width: 100%;
  }
}

/* ---------------------------------------------------------------------------------------------

　   merit

--------------------------------------------------------------------------------------------- */
.merit__title::before {
  content: "BENEFIT";
}

.merit__content {
  margin-top: 40px;
}

.merit__top_list,
.merit__under_list {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.merit__top_list li,
.merit__under_list li {
  position: relative;
  padding-top: 8px;
  padding-bottom: 24px;
  width: 48.5%;
  background-color: #eaf4f9;
  text-align: center;
  border-radius: 8px;
}
.merit__top_list li h3,
.merit__under_list li h3 {
  margin-top: 10px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
.merit__top_list li p,
.merit__under_list li p {
  margin-top: 24px;
  padding: 0 6%;
  font-size: 1rem;
  text-align: left;
  letter-spacing: 0.1em;
}

.merit__top_list {
  padding-bottom: 35px;
}

.merit__item {
  position: relative;
}

.merit01 img,
.merit02 img,
.merit03 img,
.merit04 img {
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 2;
}
.merit01::before,
.merit02::before,
.merit03::before,
.merit04::before {
  content: "01.";
  display: block;
  font-size: 10.4rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  font-family: cursive;
}

.merit01 img {
  width: 60%;
  height: auto;
}
.merit01::before {
  content: "01.";
}
.merit02 img {
  width: 53.9583333%;
  height: auto;
}
.merit02::before {
  content: "02.";
}

.merit03 img {
  width: 41.6666667%;
  height: auto;
}
.merit03::before {
  content: "03.";
}
.merit04 img {
  padding-top: 40px;
  width: 50.333333%;
  height: auto;
}
.merit04::before {
  content: "04.";
}

/* ---------------------------------------------------------------------------------------------

　   works

--------------------------------------------------------------------------------------------- */
.works {
  width: 100%;
  height: auto;
  background-color: #eaf4f9;
}

.works__title {
  transform: translate(0, 64px);
}
.works__title::before {
  content: "WORKS";
  color: #ffffff;
}

/* ---------------------------------------------------------------------------------------------

　   voice

--------------------------------------------------------------------------------------------- */

.voice__title::before {
  content: "VOICE";
  color: #eaf4f9;
}

#voice .scroll-wrap ul li dl dt {
  margin-top: 15px;
  font-size: 1rem;
}
#voice .scroll-wrap ul li dl dd {
  font-size: 1rem;
}
#voice .scroll {
  padding-bottom: 45px;
}

/* ---------------------------------------------------------------------------------------------

　   price

--------------------------------------------------------------------------------------------- */
#pricing {
  background-color: #fff3e5;
}
.price {
  width: 100%;
  height: auto;
}
.price__title::before {
  content: "PRICING";
}

.price__content {
  width: 100%;
  height: auto;
}

.price__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.price__list .worry__list {
  display: block;
  margin-top: 30px;
}

.price__list .worry__list .worry__item {
  width: 100%;
}

.price__item {
  position: relative;
  padding: 55px 11px 17px 11px;
  width: 48%;
  height: 696.66px;
  border-radius: 8px;
}
.price__item.recommendation {
  position: relative;
  height: 1100px;
  background-color: #eaf4f9;
}
.price__item.recommendation:nth-of-type(1) {
  margin-right: 5px;
  background-color: #eaf4f9;
}
.price__item.recommendation:nth-of-type(2) {
  margin-left: 5px;
  background-color: #fff;
}

.price__item.recommendation .price__item_title {
  padding-top: 29px;
}
.price__item.recommendation .price__item_info {
  padding-top: 30px;
}

.recommendation__title {
  width: 102.65168%;
  height: 51px;
  background-color: #279ad2;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
}
.recommendation__title p {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 0.67em 2px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  color: #ffffff;
}
.recommendation__title p::before {
  position: absolute;
  content: "";
  display: block;
  width: 13px;
  height: 29px;
  background-image: url(../img/line02.png);
  background-position: center;
  background-size: contain;
  top: 50%;
  left: -6px;
  transform: translate(-50%, -50%);
}
.recommendation__title p::after {
  position: absolute;
  content: "";
  display: block;
  width: 13px;
  height: 29px;
  background-image: url(../img/line01.png);
  background-position: center;
  background-size: contain;
  top: 50%;
  right: -14px;
  transform: translate(-50%, -50%);
}

.recommendation__text {
  position: relative;
  padding-top: 45px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
}
.recommendation__text::after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/plus.png);
  background-position: center;
  background-size: contain;
}

.price__item_title {
  text-align: center;
  font-size: 1.25rem;
  color: #279ad2;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.price__item_title span {
  display: block;
  font-size: 1.125rem;
  font-weight: 300;
  color: #333333;
}

.price__item_price {
  padding-bottom: 21px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.price__item_price span {
  font-size: 2rem;
  color: #279ad2;
}

.price__item_text {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  padding-top: 75px;
}
.price__item:nth-of-type(1) .price__item_text::before {
  content: "毎月のSEO記事納品あり";
  width: 100%;
  display: block;
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.price__item:nth-of-type(2) .price__item_text::before {
  content: "初月のお支払い0円";
  width: 100%;
  display: block;
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.price__item_text::after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/plus.png);
  background-position: center;
  background-size: contain;
}
.price__item_text.plusnone::before, .price__item_text.plusnone::after {
  display: none;
}

.price__item_info {
  font-size: 1.493rem;
  padding-top: 50px;
  width: 83.3%;
  margin: 0 auto;
  font-weight: 300;
}
.price__item_info span {
  font-size: 1.2rem;
}

.price__service {
  margin-top: 71px;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #eaf4f9;
}

.price__service_title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.price__service_content {
  height: 272px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price__service_under {
  margin-left: 54px;
}

.price__service_top li,
.price__service_under li {
  line-height: 1;
  padding-left: 41px;
  position: relative;
}
.price__service_top li::before,
.price__service_under li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/checkbox.png);
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.price__service_top li:not(:first-child),
.price__service_under li:not(:first-child) {
  margin-top: 20px;
}

/* ---------------------------------------------------------------------------------------------

　   flow

--------------------------------------------------------------------------------------------- */
.flow {
  width: 100%;
  height: auto;
  background-color: #eaf4f9;
}

.flow__title::before {
  content: "FLOW";
  color: #ffffff;
}

.flow__text {
  position: absolute;
  right: 0;
  top: 56px;
  font-weight: bold;
}

.flow__content {
  padding-top: 49px;
}

.flow__content_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 17px;
  padding-left: 4%;
  padding-right: 4%;
  background-color: #ffffff;
  border-radius: 8px;
}
.flow__content_item dl {
  padding: 4% 4% 4% 0;
}
.flow__content_item dl dt {
  font-weight: bold;
  font-size: 1.25rem;
}
.flow__content_item dl dt span {
  font-size: 200%;
  font-family: cursive;
}
.flow__content_item dl dd {
  font-size: 1rem;
}
.flow__content_item img {
  border-radius: 0 8px 8px 0;
  width: 10%;
}
@media screen and (max-width: 768px) {
  .flow__content_item img {
    width: 20%;
  }
  .flow__content_item dl dt {
    font-size: 1.2rem;
  }
  .flow__content_item dl dd {
    font-size: 1.1rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   question

--------------------------------------------------------------------------------------------- */
.question {
  width: 100%;
  height: auto;
  background-color: #eeeeee;
}

.question__title::before {
  content: "FAQ";
  color: #ffffff;
}

.question__list {
  margin-top: 25px;
  width: 100%;
  height: auto;
}

.question__item {
  width: 100%;
  height: auto;
}
.question__item dl dt {
  font-weight: 500;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 21px 16px;
  font-size: 1rem;
}
.question__item dl dt span {
  color: #279ad2;
}
.question__item dl dd {
  position: relative;
  font-weight: 300;
  padding: 16px 35px;
  padding-left: 54px;
  font-size: 1rem;
}
.question__item dl dd span {
  display: block;
  position: absolute;
  top: 16px;
  left: 3%;
  color: #279ad2;
}

/* ---------------------------------------------------------------------------------------------

　   contact

--------------------------------------------------------------------------------------------- */
#contact {
  padding: 0;
}
#contact .lp__inner {
  padding-bottom: 0;
}
.contact {
  width: 100%;
  height: auto;
  padding-top: 128px;
  padding-bottom: 110px;
}

.contact__title::before {
  content: "CONTACT";
  color: #eaf4f9;
}

.contact__text {
  display: table;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
}

.field {
  margin: 0 auto;
  width: 67%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ---------------------------------------------------------------------------------------------

　   footer

--------------------------------------------------------------------------------------------- */
.footer {
  width: 100%;
  height: auto;
  color: #ffffff;
  background-color: #333333;
}

.footer__inner {
  padding-top: 35px;
  padding-bottom: 8px;
}

.footer ul {
  display: flex;
  justify-content: center;
}
.footer ul li {
  margin: 0 10px;
}
.footer ul li a {
  font-size: 0.75rem;
}

.footer__link {
  width: 137px;
  display: block;
  margin: 0 auto;
}
.footer__link img {
  display: block;
}

.Copyright {
  padding-top: 15px;
  text-align: center;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .price__title {
    margin-bottom: 20px;
  }
  .worry .scroll-wrap ul li {
    width: 80vw;
  }
  .worry__img01 {
    width: 271px;
    height: 196px;
    top: -11px;
    right: 93px;
  }
  .worry__img02 {
    width: 250px;
    height: 156px;
    right: 190px;
  }
  .worry__top {
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 38px;
  }
  .worry-under {
    margin-top: 45px;
  }
  .worry-under__text {
    padding-bottom: 16px;
    font-size: 24px;
  }
  .worry-under_img {
    margin-left: 44px;
    width: 330px;
    height: 240px;
  }
  .merit__top_list li p, .merit__under_list li p {
    font-size: 16px;
  }
  .merit__top_list {
    padding-bottom: 128px;
  }
  .merit__under_list {
    padding-bottom: 164px;
  }
  .price__item_text::after {
    width: 24px;
    height: 24px;
    top: 46px;
  }
  .price__item_text::before {
    top: 14px;
  }
  .price__item_info span {
    font-size: 12px;
  }

  .recommendation__title {
    height: 51px;
    top: 45px;
    border-radius: 4px;
  }
  .recommendation__title p {
    padding: 1em 2px;
    font-size: 14px;
  }
  .price__item.recommendation .price__item_title {
    padding-top: 29px;
  }
  .recommendation__text::after {
    width: 34px;
    height: 34px;
    top: 20px;
  }
  .recommendation__text {
    padding-top: 45px;
    font-size: 1.2rem;
  }
  .sec__title {
    position: relative;
    z-index: 2;
    height: 63px;
    font-size: 24px;
  }
  .sec__title::before {
    font-size: 64px;
  }
  .flow__content_item p {
    padding-left: 39px;
  }
  .flow__text {
    font-size: 16px;
    top: 56px;
  }
  .site-logo {
    position: relative;
    z-index: 7;
  }
  .header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 340px;
    height: 100vh;
    font-size: 1.6rem;
    background-color: #eaf4f9;
    opacity: 0.9;
    z-index: 10;
    display: block;
  }
  .open .header__nav {
    right: 0;
    transition: right 0.5s;
  }
  .open .header__nav .header__nav_btn {
    margin: 40px auto;
  }
  .header__nav_list {
    padding: 120px 0px 20px;
    width: 100%;
    height: auto;
    display: block;
  }
  .header__nav_list li a {
    padding: 0 40px;
    display: block;
    width: 100%;
  }
  .header__nav_list li:not(:first-child) {
    margin-top: 28px;
  }
  .toggle_btn {
    display: block;
    position: fixed;
    top: 34px;
    right: 45px;
    width: 30px;
    height: 30px;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 20;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all 0.5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span:nth-child(1) {
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    transform: translateY(-10px) rotate(315deg);
  }
  #mask {
    display: none;
    transition: all 0.5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.8;
    z-index: 8;
    cursor: pointer;
  }
  .header__nav_btn {
    margin-right: 70px;
  }
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
  .worry__top {
    display: block;
  }
  .worry__img01 {
    top: auto;
    width: 15% !important;
  }
  .worry__img01,
  .worry__img02 {
    width: 20%;
    height: auto;
  }
  .worry__img_box {
    width: 80%;
    margin: 260px auto 0;
    display: flex;
    align-items: end;
    justify-content: space-between;
  }
  .worry-under__inner {
    display: block;
  }
  .worry-under_img {
    margin: 0 auto;
  }
  .merit01 img, .merit02 img, .merit03 img, .merit04 img {
    margin-top: 60px;
    width: 55%;
    margin-bottom: 20px;
  }
  .merit02, .merit04 {
    position: static;
  }
  .merit__top_list, .merit__under_list {
    padding-bottom: 0;
  }
  .merit__top_list li, .merit__under_list li {
    padding-top: 24px;
    padding-bottom: 24px;
    width: 480px;
    border-radius: 8px;
  }
  .merit01::before, .merit02::before, .merit03::before, .merit04::before {
    font-size: 3.4rem;
    left: 20px;
    top: 10px;
  }
  .merit__top_list li h3, .merit__under_list li h3 {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .merit__top_list li p, .merit__under_list li p {
    margin-top: 24px;
  }
  .merit__top_list, .merit__under_list {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .merit__top_list li, .merit__under_list li {
    margin: 0 auto;
  }
  .merit__top_list {
    margin-bottom: 300px;
  }
  .price__item {
    padding: 55px 11px 17px 11px;
    width: 200px;
    height: 650px;
    border-radius: 8px;
  }
  .price__item_title {
    font-size: 1rem;
  }
  .price__item_title span {
    font-size: 1.2rem;
  }
  .price__item_price {
    padding-bottom: 21px;
    font-size: 1rem;
  }
  .price__item_text {
    font-size: 1rem;
    padding-top: 75px;
    padding-bottom: 25px;
  }
  .price__item_info {
    font-size: 1.1rem;
    padding-top: 130px;
  }
  .price__item.recommendation {
    height: 1200px;
  }
  .price__item .worry__list li {
    font-size: 1rem;
  }
  .price__list {
    margin: 250px 0;
  }
  .price__list li {
    margin: 0 auto;
  }
  .price__list li:nth-child(3) .price__item_info {
    padding-top: 120px;
  }
  .price__service_content, .flow__content {
    display: block;
  }
  .price__service_under {
    margin-left: 0;
  }
  .price__service_content {
    height: auto;
  }
  .flow__content {
    padding-top: 100px;
  }
  .price__service {
    padding: 20px;
    padding-bottom: 22px;
  }
  .price__service_top {
    padding-bottom: 20px;
  }
  .flow__content_under {
    margin-left: 0;
  }
  .flow__content_top li:not(:first-child), .flow__content_under li:not(:first-child) {
    margin-top: 100px;
  }
  .flow__content_top, .flow__content_under {
    margin: 0 auto;
  }
  .flow__text,
  .contact__text {
    position: static;
  }
  .footer__content {
    display: block;
  }
  .footer__link {
    width: 100%;
  }
  .footer__link img {
    width: 140px;
    margin: 0 auto;
  }
  .price__item_price span {
    font-size: 1.5rem;
  }
  .merit__top_list li, .merit__under_list li {
    width: 44.4444444444vw;
  }
  .merit__top_list li h3, .merit__under_list li h3 {
    margin-top: 0.9259259259vw;
    font-size: 1.6666666667vw;
  }
  .merit__top_list li p, .merit__under_list li p {
    font-size: 1.4814814815vw;
    margin-top: 2.2222222222vw;
  }
  .merit__top_list, .merit__under_list {
    margin-top: 27.7777777778vw;
    margin-bottom: 27.7777777778vw;
  }
  .header__nav_list li a {
    font-size: 1rem;
  }
  .header__nav .header__nav_btn {
    width: 80%;
    text-align: center;
    font-size: 1rem;
    padding: 0.9em 45px 0.9em 22px;
  }
}
@media screen and (max-width: 768px) {
  .fv__left_title {
    margin-top: 40px;
    font-size: 4.7rem;
  }
  .fv__left_title span {
    font-size: 5.64rem;
  }
  .header__nav_btn {
    width: 288px;
    font-size: 1.8rem;
    padding: 1.25em 45px 1.25em 39px;
    border-radius: 32px;
  }
  .header__nav_btn::before {
    width: 43px;
    height: 43px;
  }
  .toggle_btn {
    transform: scale(1.5);
    top: 44px;
    right: 35px;
  }
  .open .header__nav {
    width: 340px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 90%;
  }
  .toggle_btn {
    width: 4vw;
    height: 4vw;
  }
  .toggle_btn span {
    width: 4vw;
    height: 0.2666666667vw;
    border-radius: 0.5333333333vw;
  }
  .toggle_btn span:nth-child(1) {
    top: 0.5333333333vw;
  }
  .toggle_btn span:nth-child(2) {
    top: 1.8666666667vw;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 0.5333333333vw;
  }
  .open .toggle_btn span:nth-child(3) {
    transform: translateY(-1.3333333333vw) rotate(315deg);
  }
  .open .toggle_btn span:nth-child(1) {
    transform: translateY(1.3333333333vw) rotate(-315deg);
  }
  body {
    font-size: 2.1333333333vw;
  }
  .site-logo {
    width: 31.6vw;
    height: 7.2vw;
  }
  .header__nav_btn {
    margin-right: 10.6666666667vw;
    margin-left: 0;
  }
  .header__nav_btn::before {
    width: 5.7333333333vw;
    height: 5.7333333333vw;
  }
  .header__nav_btn {
    width: 38.4vw;
    font-size: 2.4vw;
    padding: 1.25em 6vw 1.25em 5.2vw;
  }
  .header__nav .header__nav_btn {
    font-size: 1rem;
    text-align: center;
    width: 90%;
  }
  .header__nav .header__nav_btn::before {
    width: 32px;
    height: 32px;
  }
  .toggle_btn {
    top: 5.8666666667vw;
    right: 5%;
  }
  .fv {
    padding-top: 19.7333333333vw;
    padding-bottom: 8vw;
  }
  .fv__left_title {
    margin-top: 5.3333333333vw;
    font-size: 5.2666666667vw;
  }
  .fv__left_title span {
    font-size: 6.52vw;
  }
  .sec__title {
    height: 10vw;
    font-size: 4.125vw;
  }
  .merit__top_list li, .merit__under_list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .merit__top_list li h3, .merit__under_list li h3 {
    margin-top: 1.3020833333vw;
    font-weight: bold;
    font-size: 1.1rem;
  }
  .merit__top_list li p, .merit__under_list li p {
    font-size: 1.1rem;
    margin-top: 3.125vw;
  }
  .merit__top_list, .merit__under_list {
    display: block;
    margin-top: 0;
    margin-bottom: 2.6041666667vw;
  }
  .slick-slider {
    margin-top: 5.2083333333vw;
  }
  .flow__content_top li:not(:first-child), .flow__content_under li:not(:first-child) {
    margin-top: 9.1145833333vw;
  }
  .worry-under__text {
    display: table;
    margin: 0 auto;
    padding-bottom: 2.0833333333vw;
    font-size: 1rem;
    margin-bottom: 15px;
  }
  .btn {
    text-align: center;
    width: 100%;
    padding: 1.4em 63px 1.4em 35px;
    font-size: 1.6rem;
  }
  .price__service_title {
    font-size: 3.125vw;
  }
  .sec__title::before {
    font-size: 10vw;
  }
  .worry-under__title {
    font-size: 1.25rem;
  }
  .worry-under_img {
    margin: 0 auto;
    width: 42.96875vw;
    height: 31.25vw;
  }
  .worry-under__content {
    padding-top: 2vw;
  }
  .flow__content {
    padding-top: 7.0208333333vw;
  }
  .contact {
    padding-top: 16.6666666667vw;
    padding-bottom: 14.3229166667vw;
  }
  .price__service {
    margin-top: 60px;
  }
  .merit__top_list li, .merit__under_list li {
    margin-top: 0;
  }
  .merit__under_list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 700px) {
  .price__list {
    margin: 120px 0;
  }
}
@media screen and (max-width: 600px) {
  .flow__content_top li:not(:first-child), .flow__content_under li:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .flow__content_item {
    font-size: 3.2vw;
  }
  .question__list {
    font-size: 1.1rem;
  }
  .price__list {
    margin: 50px 0 0;
  }
  .price__service_top li::before, .price__service_under li::before {
    width: 18px;
    height: 18px;
  }
  .price__service_top li, .price__service_under li {
    padding-left: 28px;
    font-size: 1.1rem;
  }
  .header__nav_btn {
    margin-right: 15%;
  }
  .btn {
    font-size: 1rem;
    position: relative;
    display: block;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 1.3em 63px 1.3em 35px;
    width: 100%;
    background-color: #e9e9e9;
    border: 1px solid #e9e9e9;
    border-radius: 33px;
  }
  .btn::before {
    width: 39px;
    height: 39px;
  }
  .slick-slider {
    margin-top: 80px;
  }
  .price__service_title {
    width: 100%;
    font-size: 1.5rem;
    padding-bottom: 8px;
  }
  .header {
    padding: 4.4vw 0;
  }
  .toggle_btn {
    top: 7vw;
  }
  .worry__title {
    font-size: 1.3rem;
    margin-bottom: 25px;
  }
  .worry__list li {
    font-size: 1.1rem;
    padding-left: 28px;
  }
  .worry__list li::before {
    width: 18px;
    height: 18px;
  }
  .contact__text {
    margin-top: 20px;
  }
  .flow__text, .contact__text {
    font-size: 1.1rem;
  }
  .question__item dl dd span {
    left: 18px;
  }
  .price__item_info {
    padding-top: 20px;
  }
  .price__list li:nth-child(3) .price__item_info {
    padding-top: 119px;
  }
  .question__item dl dd {
    padding-left: 33px;
  }
  .worry__top {
    padding-bottom: 0;
  }
  .merit__top_list li, .merit__under_list li {
    margin-top: 0;
  }
  .worry__img_box {
    width: 100%;
    justify-content: space-between;
  }
  .worry-under_img {
    margin-top: 20px;
    width: 80%;
    height: auto;
  }
}

.lp__dltext dl {
  margin-top: 25px;
}
.lp__dltext dl dt {
  font-weight: bold;
  font-size: 1rem;
}
.lp__dltext dl dd {
  font-size: 1rem;
}

.lp__textlink {
  display: block;
  margin: 25px auto 0 auto;
  font-size: 0.875rem;
  text-decoration: underline;
  text-align: center;
}