@charset "UTF-8";
body {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  color: #333333;
}

img {
  max-width: 100%;
  height: 100%;
}

.header__inner,
.fixedNav__inner {
  width: 100%;
  height: 94px;
  padding: 0 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.fixedNav__inner {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  -webkit-transition: top 0.8s, visibility 0.8s;
  transition: top 0.8s, visibility 0.8s;
  visibility: hidden;
  z-index: 10;
}

.header__wrapper,
.fixedNav__wrapper {
  max-width: 1022px;
  margin: 0 auto;
  padding-top: 24px;
  padding-right: 21px;
  padding-bottom: 23px;
  padding-left: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.logo img {
  width: 47px;
  height: 47px;
}
.logo span {
  display: inline-block;
  font-size: 24px;
  line-height: 35px;
  margin-left: 16px;
  padding-top: 4px;
}

.navigation__list--pc {
  width: 450px;
}

.navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.navigation__item {
  font-size: 16px;
  line-height: 24px;
  padding-top: 12px;
}

.btn {
  margin-top: 5px;
  width: 155px;
  height: 37px;
  font-size: 14px;
  line-height: 37px;
  color: #ffffff;
  text-align: center;
  background: transparent -webkit-gradient(linear, left top, right top, from(#FDD692), to(#EC7357)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #FDD692 0%, #EC7357 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
}

.fv__inner {
  height: 674px;
  position: relative;
}

.fv__wrapper {
  max-width: 1366px;
  height: 674px;
  margin-left: auto;
  margin-right: auto;
}

.fv__text {
  max-width: 676px;
  padding-top: 159px;
  padding-left: 193px;
}
.fv__text .fv__mainCopy {
  margin-bottom: 44px;
  font-size: 32px;
  line-height: 46px;
}
.fv__text .fv__subCopy {
  margin-bottom: 45px;
  font-size: 16px;
  line-height: 24px;
}
.fv__text .btn--fv {
  display: inline-block;
  margin-top: 0;
}

.fv__img1 {
  position: absolute;
  width: 700px;
  height: 700px;
  top: -100px;
  right: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left bottom;
     object-position: left bottom;
  z-index: -2;
}

.fv__img2 {
  position: absolute;
  width: 500px;
  height: 500px;
  top: 50px;
  right: 172px;
  z-index: -1;
}

.features__inner {
  margin: 0 20px;
  padding-top: 71px;
  padding-bottom: 80px;
}

.features__wrapper {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.section__info {
  text-align: center;
}

.section__title {
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 10px;
}

.section__subtitle {
  font-size: 16px;
  line-height: 24px;
  color: #EC7357;
}

.features {
  margin-top: 57px;
  margin-bottom: 49px;
}

.features__title {
  font-size: 28px;
  line-height: 40px;
  text-align: center;
}

.features__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-top: 50px;
  padding-bottom: 60px;
}

.features__img--1 {
  width: 300px;
  height: 300px;
}

.features__text {
  padding-top: 20px;
  width: 300px;
}
.features__text .features__text--top {
  font-size: 24px;
  line-height: 48px;
  padding-bottom: 20px;
}
.features__text .features__text--bottom {
  font-size: 16px;
  line-height: 26px;
}

.features__container--even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.features__img--2 {
  width: 300px;
  height: 300px;
}

.features__txt--2 .features__text--top {
  margin-top: 6px;
  margin-bottom: 32px;
}

.features__img--3 {
  width: 300px;
  height: 300px;
}

.features__txt--3 {
  margin-top: 34px;
}
.features__txt--3 .features__text--top {
  margin-top: 25px;
  margin-left: 5px;
  line-height: 28px;
}

.price__inner {
  padding-top: 53px;
  padding-right: 20px;
  padding-bottom: 71px;
  padding-left: 20px;
  background-color: #FBFFB9;
}
.price__inner p {
  text-align: center;
}

.price__wrapper {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.price__table {
  max-width: 800px;
  height: 410px;
  margin-top: 70px;
  margin-right: auto;
  margin-bottom: 38px;
  margin-left: auto;
  font-size: 16px;
  line-height: 24px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.price__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price__container dt {
  width: 350px;
  height: 95px;
  padding-top: 35px;
  padding-left: 19px;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.price__container dd {
  width: 450px;
  height: 95px;
  padding-top: 35px;
  padding-left: 30.5px;
  border-bottom: 1px solid #E5E5E5;
}

.price__container:nth-child(2) dt,
.price__container:nth-child(2) dd {
  height: 100px;
  padding-top: 43px;
}

.price__container:nth-child(3) dt,
.price__container:nth-child(3) dd {
  height: 103px;
  padding-top: 38px;
}

.price__container:nth-child(4) dt,
.price__container:nth-child(4) dd {
  height: 112px;
  padding-top: 39px;
}

.faq__inner {
  padding-top: 55px;
  padding-right: 20px;
  padding-bottom: 88px;
  padding-left: 20px;
}

.faq__wrapper {
  width: 930px;
  padding-left: 22px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 26px;
}
.faq__wrapper dt {
  text-align: center;
  height: 60px;
  padding-top: 18px;
  border: 1px solid #E5E5E5;
}
.faq__wrapper dd {
  text-align: left;
  padding-top: 17px;
  padding-left: 35px;
  padding-bottom: 22px;
  padding-right: 35px;
  background: #F2F2F2;
  border: 1px solid #E5E5E5;
}
.faq__wrapper dd:nth-child(n+2):nth-child(n+3) {
  display: none;
}

.blog__inner {
  padding-top: 55px;
  padding-left: 20px;
  padding-bottom: 91px;
  padding-right: 20px;
  background: #FBFFB9;
}

.blog__wrapper {
  margin-top: 56px;
}

.blog__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog__card {
  width: 389px;
  height: 387px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.blog__image {
  width: 100%;
  height: 260px;
  -o-object-fit: contain;
     object-fit: contain;
}

.blog__textBox {
  height: 127px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog__text {
  margin-top: 14px;
  margin-left: 18px;
  font-size: 18px;
  line-height: 26px;
}

.blog__time {
  margin-bottom: 10px;
  margin-left: 271px;
  font-size: 16px;
  line-height: 26px;
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
}

.blog__card:last-child {
  margin-right: 0px;
}

.works__inner {
  padding-top: 55px;
  padding-bottom: 90px;
}

.works__wrapper {
  padding-top: 68px;
}

.swiper {
  width: 100%;
  height: 407px;
}

.swiper__wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.slide__box {
  width: 322px;
  height: 407px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
}

.slide__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 322px;
  height: 210px;
  border-radius: 8px 8px 0px 0px;
}

.slide__textBox {
  width: 322px;
  height: 197px;
  padding: 18px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slide__title {
  font-size: 16px;
  line-height: 24px;
}

.slide__text {
  height: 96px;
  font-size: 14px;
  line-height: 20px;
}

.contact__inner {
  padding-top: 63px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 71px;
  color: #ffffff;
  background: transparent -webkit-gradient(linear, left top, right top, from(#FDD692), to(#EC7357));
  background: transparent linear-gradient(90deg, #FDD692 0%, #EC7357 100%);
}

.contact__title {
  margin-bottom: 7px;
}

.contact__subtitle {
  color: #FBFFB9;
  margin-bottom: 20px;
}

.contact__text {
  margin-bottom: 36px;
  line-height: 24px;
}

.contact__wrapper {
  width: 908px;
  height: 689px;
  margin-top: 44px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 34px;
  padding-left: 63px;
  padding-right: 63px;
  color: #333333;
  background: #ffffff;
}

.form__text {
  height: 30px;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 33px;
}
.form__text span {
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  padding-top: 4px;
  padding-left: 16px;
  padding-bottom: 6px;
  padding-right: 16px;
  background: #EC7357;
  border-radius: 10px;
  margin-left: 23px;
  vertical-align: bottom;
}

.input-text,
.input-email {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* リセットじゃない部分 */
  border: 1px solid rgba(0, 0, 0, 0.16);
}

.form__input {
  width: 499px;
  height: 43px;
  margin-bottom: 27px;
  padding-left: 5px;
  border-radius: 3px;
  background: #FBFFB9;
  border: none;
}

.form__text--2 span {
  margin-left: 20px;
}

.form__input--2 {
  margin-bottom: 20px;
}

.form__input--textarea {
  width: 783px;
  height: 179px;
  padding: 10px;
  border-radius: 5px;
  background: #FBFFB9;
  resize: vertical;
}

.input-text:focus,
.input-email:focus,
.textarea-box:focus {
  outline: 2px solid #3498db;
  outline-offset: 0;
}

.agree {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 27.5px;
}

input[type=checkbox] {
  display: none;
}

/*ボックス枠のCSS*/
.label_test:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 12px;
  margin: -10px 0 0 -2px;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 0px;
}

.label_test {
  position: relative;
  padding-left: 40px;
}

.label_test:hover:after {
  border-color: #0171bd;
}

.label_test:after,
.label_test:before {
  position: absolute;
  content: "";
  display: block;
  top: 55%;
}

/*チェックマークの追加*/
.label_test:before {
  left: 18px;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #0C449B;
  border-bottom: 2px solid #0C449B;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}

/*チェックボックスがチェックされた時に動作する内容*/
input[type=checkbox]:checked + .label_test:before {
  opacity: 1;
}

.submit {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}

.end-message {
  width: 908px;
  height: 100px;
  margin-top: 44px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 34px;
  padding-left: 20px;
  color: #333333;
  background: #ffffff;
  text-align: center;
  display: none;
}

.false-message {
  display: none;
}

.footer__inner {
  padding-top: 43px;
  padding-left: 20px;
  padding-bottom: 49px;
  padding-right: 20px;
  background: #F8F8F8;
}

.footer__title {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  margin-top: 3px;
  margin-bottom: 21px;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__item {
  font-size: 16px;
  line-height: 28px;
  margin-top: 2px;
  margin-left: 32px;
}

.footer__copy p {
  text-align: center;
  margin-top: 50px;
  margin-left: 3px;
}
.footer__copy small {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.3px;
}

@media (min-width: 1500px) {
  .fv__img1 {
    position: absolute;
    right: 8%;
    width: 708px;
    height: 708px;
  }
  .fv__img2 {
    right: 25%;
  }
}
@media (max-width: 1280px) {
  .price__wrapper {
    padding-left: 0;
  }
  .price__table {
    margin-left: auto;
  }
}
@media (max-width: 1100px) {
  .blog__time {
    text-align: right;
    margin-right: 15px;
  }
}
.blog__card:last-child {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1000px) {
  .fv__img2 {
    position: absolute;
    right: 0;
    z-index: -1;
  }
  .features__img--1 {
    margin: 0 auto;
  }
  .features__text {
    margin: 0 auto;
  }
  .features__img--2 {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .features__img--3 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .price__table {
    width: 80%;
  }
  .price__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .price__container dt {
    width: 60%;
    text-align: center;
  }
  .price__container dd {
    width: 40%;
    text-align: center;
  }
  .faq__wrapper {
    width: 80%;
  }
  .contact__wrapper {
    width: 80%;
  }
  .form__input {
    width: 100%;
  }
  .form__input--textarea {
    width: 100%;
  }
  .agree {
    margin-right: 0;
  }
  .submit {
    margin-right: 0;
  }
}
@media (min-width: 801px) {
  .hamburger__menu {
    display: none;
  }
  .navigation,
  .navigation__list--mv {
    display: none;
  }
  .br--pc {
    display: none;
  }
}
@media (max-width: 800px) {
  .br--pc {
    display: block;
  }
  .navigation__list--pc,
  .btn--header {
    display: none;
  }
  .hamburger__menu {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 90%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: none;
    cursor: pointer;
    z-index: 10;
  }
  .hamburger__bar {
    display: inline-block;
    width: 44%;
    height: 2px;
    background: #333333;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 11;
  }
  .hamburger__bar:first-child {
    top: 16px;
  }
  .hamburger__bar:nth-child(2) {
    top: 24px;
  }
  .hamburger__bar:last-child {
    top: 32px;
  }
  .hamburger__menu__open .hamburger__bar {
    top: 50%;
  }
  .hamburger__menu__open .hamburger__bar:first-child {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .hamburger__menu__open .hamburger__bar:last-child {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .hamburger__menu__open .hamburger__bar:nth-child(2) {
    display: none;
  }
  .navigation {
    display: none;
    background: rgba(255, 255, 255, 0.95);
    position: sticky;
    top: 0%;
    width: 100%;
    height: 500px;
    padding-top: 150px;
    padding-bottom: 198px;
    z-index: 9;
  }
  .navigation .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navigation__list {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    list-style: none;
  }
  .navigation__item {
    margin-bottom: 18px;
  }
  .navigation__link {
    color: #0C449B;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .btn--navigation {
    margin: 0 auto;
  }
}
@media (max-width: 800px) and (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    color: #FFF;
    background: #4E301B;
  }
}
@media (max-width: 800px) {
  .headernav__wrapper .headernav,
  .headernav__wrapper .btn--header {
    display: none;
  }
  .fixedNav__wrapper .fixednav,
  .fixedNav__wrapper .btn--header {
    display: none;
  }
  .headernav li,
  .fixedNav li {
    margin-right: 0;
  }
  .fv__text {
    padding-top: 20%;
    padding-left: 15%;
  }
  .fv__img1 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 500px;
    height: 500px;
    z-index: -2;
  }
  .fv__img2 {
    position: absolute;
    top: 60px;
    right: 0;
    width: 400px;
    height: 400px;
    z-index: -1;
  }
  .features__container {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .features__img--1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .hamburger__menu {
    top: 60%;
  }
  .header__inner,
  .fixedNav__inner {
    height: 60px;
  }
  .header__wrapper,
  .fixedNav__wrapper {
    padding-top: 15px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
  }
  .header__wrapper .logo,
  .fixedNav__wrapper .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .header__wrapper .logo img,
  .fixedNav__wrapper .logo img {
    width: 30px;
    height: 30px;
  }
  .header__wrapper .logo span,
  .fixedNav__wrapper .logo span {
    font-size: 18px;
    line-height: 30px;
    padding-top: 0;
  }
  .header__wrapper .btn,
  .fixedNav__wrapper .btn {
    margin-top: 0;
  }
  .btn {
    width: 110px;
    height: 30px;
    font-size: 13px;
    line-height: 27px;
  }
  .headernav .headernav,
  .headernav .fixednav {
    display: block;
  }
  .fv__inner {
    height: 550px;
    position: relative;
  }
  .fv__text {
    padding-top: 20%;
    padding-left: 10%;
  }
  .fv__text .fv__mainCopy {
    font-size: 24px;
    line-height: 36px;
  }
  .fv__text .fv__subCopy {
    font-size: 14px;
    line-height: 20px;
    text-shadow: #ffffff 1px 1px 1px;
  }
  .fv__img1 {
    position: absolute;
    top: 8%;
    width: 300px;
    height: 300px;
  }
  .fv__img2 {
    position: absolute;
    top: 27%;
    width: 300px;
    height: 300px;
  }
  .section__info {
    text-align: center;
  }
  .section__title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .section__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .ly_features_inner {
    margin: 0 10px;
    padding-top: 30px;
    padding-bottom: 100px;
  }
  .features .features__title {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }
  .features {
    margin-bottom: 86px;
  }
  .features__title {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .feature__img--1 {
    width: 200px;
    height: 200px;
  }
  .feature__text--1 {
    width: 300px;
  }
  .features__text--top {
    margin-top: 40px;
    margin-bottom: 38px;
    font-size: 18px;
    line-height: 28px;
  }
  .features__text--bottom {
    font-size: 14px;
    line-height: 26px;
  }
  .features__img--2,
  .features__img--3 {
    width: 250px;
    height: 250px;
  }
  .features__txt--3 .features__text--bottom {
    margin-top: 0;
  }
  .price__inner {
    padding-top: 40px;
    padding-right: 10px;
    padding-bottom: 71px;
    padding-left: 10px;
  }
  .price__inner p {
    font-size: 14px;
  }
  .price__wrapper {
    padding-left: 0px;
  }
  .price__table {
    height: auto;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 38px;
    font-size: 14px;
    line-height: 20px;
  }
  .price__container,
  .price__container:nth-child(2),
  .price__container:nth-child(3),
  .price__container:nth-child(4) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price__container dt,
  .price__container:nth-child(2) dt,
  .price__container:nth-child(3) dt,
  .price__container:nth-child(4) dt {
    width: 80%;
    height: auto;
    line-height: 40px;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #E5E5E5;
  }
  .price__container dd,
  .price__container:nth-child(2) dd,
  .price__container:nth-child(3) dd,
  .price__container:nth-child(4) dd {
    width: 100%;
    height: auto;
    line-height: 40px;
    padding: 0;
    border-bottom: 1.5px solid #E5E5E5;
  }
  .faq__inner {
    padding-top: 50px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 50px;
  }
  .faq__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
  .faq__wrapper dt {
    height: auto;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
  }
  .faq__wrapper dd {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
  }
  .faq__wrapper dd:nth-child(n+2):nth-child(n+3) {
    display: none;
  }
  .blog__inner {
    padding-top: 50px;
    padding-left: 10px;
    padding-bottom: 50px;
    padding-right: 10px;
    background: #EEFBFB;
  }
  .blog__wrapper {
    margin-top: 30px;
  }
  .blog__card {
    width: 80%;
  }
  .blog__text {
    margin-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .blog__time {
    margin-left: 65%;
    font-size: 14px;
    line-height: 20px;
  }
  .blog__card:last-child {
    margin-left: auto;
    margin-right: auto;
  }
  .works__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .works__wrapper {
    padding-top: 30px;
  }
  .contact__inner {
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
  }
  .contact__title p {
    margin-bottom: 24px;
    line-height: 30px;
  }
  .contact__wrapper {
    height: auto;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-left: 7%;
    padding-right: 7%;
    padding-bottom: 30px;
  }
  .form__text {
    margin-bottom: 15px;
  }
  .form__input {
    margin-bottom: 20px;
  }
  .agree {
    font-size: 12px;
  }
  .end-message {
    width: 80%;
    height: auto;
    padding-top: 20px;
    padding-left: 0;
    padding-bottom: 20px;
    font-size: 13px;
    display: none;
  }
  .false-message {
    display: none;
  }
  .footer__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer__title {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }
  .footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .footer__item {
    margin-left: 0;
  }
  .footer__copy small {
    font-size: 12px;
    line-height: 16px;
  }
}