@charset "UTF-8";

body {
  font-size: 1.2rem;
}

a {
  text-decoration: none;
  color: #333;
}

.pc-only {
  display: none;
}

.serif {
  font-family: "Yu Mincho Light", YuMincho, "Yu Mincho", "游明朝体",
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.header {
  display: flex;
  justify-content: space-between;
  padding: 0.4rem 0.8rem;
  align-items: center;
}

h1 {
  font-size: 10px;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 700;
}

.h1-strong {
  font-size: 12px;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 700;
}

.logo {
  background: url(/wp/wp-content/themes/blankslate/images/lp_logo.png)
    no-repeat left center;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  line-height: 3.2;
  max-width: 32%;
}

.logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.logo:hover {
  opacity: 0.8;
}

.header-tel-wrapper {
  width: 40%;
}

.header-tel-sub {
  margin-bottom: 0.4rem;
}

.header-mail {
  background-color: #333;
  width: 22%;
}

.header-mail a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0.6rem 0.4rem 0.2rem 0.4rem;
}

.header-mail:hover {
  opacity: 0.9;
}

.header-mail .icon {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 1.8rem;
}

.header-mail-text {
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: -0.02rem;
  text-align: center;
  white-space: nowrap;
}

.wrap {
  padding: 2.4rem 1.6rem;
}

.btn-primary {
  background: #3185fc;
  transition: 0.2s background-color ease 0s;
  padding: 1.2rem;
  display: block;
  color: #fff;
  font-weight: 700;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.btn-primary:disabled,
.btn-primary:hover {
  background-color: #a7c9fc;
}

.btn-primary:disabled {
  cursor: auto;
}

.btn-arrow {
  color: inherit;
  font-weight: inherit;
}

.btn-arrow::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  padding-left: 0.4rem;
}

.link-bracket {
  color: #3185fc;
  text-decoration: underline;
  word-break: keep-all;
  padding-left: 0.8rem;
}

.link-bracket:hover {
  color: #ffa912;
}

.corporate-link {
  color: #3185fc;
  text-decoration: underline;
}

.corporate-link:hover {
  color: #ffa912;
}

.article-link {
  color: #3185fc;
  text-decoration: underline;
}

.article-link:hover {
  color: #ffa912;
}

.heading-primary {
  font-size: 1.6rem;
  font-weight: 700;
}

.eyecatch-wrapper {
  display: block;
}

.eyecatch {
  width: 100%;
}

.banner-area {
  padding-top: 0;
  padding-bottom: 0;
  margin: 2.4rem 0;
}

.banner-img {
  padding-top: 57.1428%;
  background-size: cover;
  background-position: center;
  display: block;
}

.banner01 {
  background-image: url(/wp/wp-content/themes/blankslate/images/banner_01_sp.png);
}

.banner02 {
  background-image: url(/wp/wp-content/themes/blankslate/images/banner_02_sp.png);
}

.banner-img-wrapper + .banner-img-wrapper {
  margin-top: 2.4rem;
}

.contact-area.wrap {
  padding-top: 0;
  margin-top: 40px;
}

.banner-tel {
  background-image: url(/wp/wp-content/themes/blankslate/images/banner_tel_sp.png);
}

.contact-contents {
  width: 100%;
  margin-top: 2.4rem;
}

.contact-contents .list-item:not(:first-child) {
  margin: 1.6rem 0;
}

.contact-contents .list-item:first-of-type {
  margin-top: 0;
}

.label {
  width: auto;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
}

.inputs {
  width: 100%;
}

.form-required {
  color: red;
  font-weight: inherit;
}

input[type="email"],
input[type="tel"],
input[type="text"] {
  border: solid 1px #ccc;
  border-radius: 4px;
  padding: 0.8rem;
  font-size: 1.4rem;
}

textarea {
  border: solid 1px #ccc;
  border-radius: 4px;
  padding: 0.8rem;
  height: 160px;
  font-size: 1.4rem;
  overflow: auto;
}

.form-check-wrapper {
  text-align: center;
}

.alert-danger {
  color: #761b18;
  background-color: #f9d6d5;
  border-color: #c00000 !important;
}

.is-invalid ~ .invalid-feedback {
  margin-top: 8px;
  margin-left: 8px;
  color: #c00000;
  font-size: medium;
}

.form-check {
  padding: 12px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.form-check-input {
  /* margin: 0;
  width: 0;
  opacity: 0; */
}

.form-check-input:focus + .form-check-dummy {
  border: dashed 2px #3185fc;
}

.form-check-input:checked + .form-check-dummy {
  background: #3185fc;
  border: solid 2px #3185fc;
}

.form-check-input:checked + .form-check-dummy::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #fff;
}

.form-check-input:checked + .form-check-dummy::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #fff;
}

.form-check-dummy {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  border: solid 2px #ccc;
  border-radius: 4px;
}

.form-check-text {
  margin-left: 0.4rem;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
}

.form-check-dummy {
  width: 2rem;
  height: 2rem;
}

.form-check-input:checked + .form-check-dummy::before {
  top: 38%;
  left: 56%;
}

.form-check-input:checked + .form-check-dummy::after {
  top: 38%;
  left: 56%;
}

.footer {
  position: relative;
  --footer-fixed-height: 6.4rem;
}

.footer-about {
  background: url(/wp/wp-content/themes/blankslate/images/footer_bg.png)
    no-repeat center/cover;
  position: relative;
}

.footer-about::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 1;
}

.footer-about-inner {
  padding: 2.4rem 1.6rem;
  z-index: 2;
  position: relative;
}

.footer-about-heading {
  margin-bottom: 1.6rem;
}

.footer-logo {
  text-align: center;
  width: 72%;
  margin: 0 auto;
}

.footer-logo > a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
}

.footer-logo img {
  width: 100%;
}

.footer-link {
  background-color: #333;
  padding-bottom: 6.4rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
}

.footer-nav-content {
  width: 50%;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  color: #fff;
  text-align: center;
}

.footer-nav-content:nth-of-type(odd) {
  border-right: 1px solid #ccc;
}

.footer-nav-content a {
  display: block;
  padding: 1.6rem 0;
  color: inherit;
}

.footer-nav-content a:hover {
  background-color: #484848;
}

.footer-text {
  font-size: 0.8rem;
  margin-bottom: 0.4rem;
}

.footer-company-text {
  font-size: 1.4rem;
}

.footer-info {
  width: 100%;
  background-color: #333;
  padding: 1.6rem;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #ccc;
}

.footer-info * {
  color: #fff;
}

.footer-company {
  margin-bottom: 1.6rem;
}

.footer-contact {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

.footer-contact-tel {
  font-size: 1.6rem;
  font-weight: 700;
}

.footer-notes {
  width: 90%;
  margin: 0 auto;
}

.footer-notes .footer-text {
  text-align: left;
  display: block;
}

.copyright {
  color: inherit;
  font-size: 0.8rem;
}

.footer-fixed {
  display: none;
  justify-content: space-between;
  padding: 1.2rem 0.8rem;
  width: 100%;
  height: var(--footer-fixed-height);
  position: fixed;
  z-index: 10;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.6);
}

.footer-fixed-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.footer-tel {
  width: 76%;
  position: relative;
}

.footer-tel::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.footer-tel a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: url(/wp/wp-content/themes/blankslate/images/footer_tel_sp.png)
    no-repeat center/contain #333;
  z-index: 11;
  transition: all 0.2s;
}

.footer-tel a:hover {
  opacity: 0.7;
}

.footer-mail {
  background-color: #fff;
  width: 22%;
}

.footer-mail a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0.6rem 0.4rem 0.2rem 0.4rem;
}

.footer-mail .icon {
  color: #333;
  text-align: center;
  display: block;
  font-size: 1.8rem;
}

.footer-mail-text {
  color: #333;
  font-size: 0.8rem;
  letter-spacing: -0.02rem;
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
}

.footer-mail:hover .footer-mail-text,
.footer-mail:hover .icon {
  opacity: 0.7;
}

#page_top {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  right: 10px;
  bottom: calc(var(--footer-fixed-height) + 6px);
  background: #ccc;
  opacity: 0.85;
  z-index: 11;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lp-news {
  background-color: #333;
  display: flex;
  align-items: center;
}

.lp-news-heading {
  color: #fff;
  width: 20%;
  text-align: center;
  font-size: 1rem;
}

.lp-news-content {
  padding: 1.2rem 0.8rem 1.2rem 1.2rem;
  border-left: 1px solid #fff;
}

.lp-news-time {
  line-height: 1.4;
}

.lp-news-time time {
  color: #fff;
  font-size: 0.8rem;
}

.lp-news-text {
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
}

.lp-news-content a:hover .lp-news-text {
  text-decoration: underline;
}

.lp-sign {
  background-color: #e2edfc;
}

.lp-sign-content {
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.1);
}

.sign-img {
  background: center/cover no-repeat;
  padding-top: 75%;
}

.sign01 {
  background-image: url(/wp/wp-content/themes/blankslate/images/lp_sign_01.jpg);
}

.sign02 {
  background-image: url(/wp/wp-content/themes/blankslate/images/lp_sign_02.jpg);
}

.sign03 {
  background-image: url(/wp/wp-content/themes/blankslate/images/lp_sign_03.jpg);
}

.sign04 {
  background-image: url(/wp/wp-content/themes/blankslate/images/lp_sign_04.jpg);
}

.sign05 {
  background-image: url(/wp/wp-content/themes/blankslate/images/lp_sign_05.jpg);
}

.sign-text {
  margin-bottom: 2.4rem;
  padding: 1.6rem;
}

.sign-text-last {
  margin-bottom: 0;
}

.lp-example {
  background-color: #eee5e5;
}

.example-content {
  margin-bottom: 2.4rem;
  background-color: #fff;
}

.example-img-content {
  background: center/cover no-repeat;
  padding-top: 75%;
}

.example-img-content + .example-img-content {
  margin-top: 0.4rem;
}

.before01 {
  background-image: url(/wp/wp-content/themes/blankslate/images/business01_before.png);
}

.after01 {
  background-image: url(/wp/wp-content/themes/blankslate/images/business01_after.png);
}

.before02 {
  background-image: url(/wp/wp-content/themes/blankslate/images/business02_before.png);
}

.after02 {
  background-image: url(/wp/wp-content/themes/blankslate/images/business02_after.png);
}

.example-img-text {
  position: absolute;
  background-color: #fff;
  right: 3%;
  padding: 0.1rem 1.6rem 0 1.6rem;
  font-weight: 700;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.2rem;
  width: 7.2rem;
  text-align: center;
  bottom: 4%;
}

.example-img-text::before {
  content: "";
  position: absolute;
  border-left: solid 1rem;
  border-bottom: solid 2rem;
  border-color: transparent transparent #fff transparent;
  left: -1rem;
  box-shadow: 1px 0 #fff;
  margin-top: -0.1rem;
}

.example-text {
  padding: 1.6rem;
}

.example-img-content {
  position: relative;
}

.example-content:last-of-type {
  margin-bottom: 1.6rem;
}

.lp-strength {
  background-color: #e2edfc;
  padding-bottom: 0;
}

.lp-flow {
  background-color: #e2edfc;
  padding-bottom: 0;
}

.strength-wrapper {
  position: relative;
}

.strength-text {
  background-color: #fff;
  padding: 0.9rem 1.6rem 0.7rem;
  font-weight: 700;
  line-height: 1.4;
}

.strength-text + .strength-text {
  margin-top: 0.8rem;
}

.strength-icon {
  position: absolute;
  bottom: 0;
  right: -1.2rem;
  width: 50%;
  height: 90%;
  background: url(/wp/wp-content/themes/blankslate/images/strength_illust.png)
    bottom right/contain no-repeat;
}

.flow-list-content + .flow-list-content {
  margin-top: 2.4rem;
}

.flow-list-heading-wrapper {
  display: flex;
  align-items: center;
  height: 4.8rem;
}

.flow-list-number {
  background-color: #a7cafc;
  width: 4.8rem;
  text-align: center;
  color: #3185fc;
  font-weight: 700;
  font-size: 2rem;
  line-height: 4.8rem;
  height: 100%;
}

.flow-list-number span {
  font: inherit;
  color: inherit;
  display: block;
  margin-top: 1px;
}

_:-ms-lang(x)::-ms-backdrop,
.flow-list-number span {
  margin-top: 0.3rem;
}

.flow-list-heading {
  background-color: #3185fc;
  width: 84%;
  color: #fff;
  font-weight: 700;
  padding-left: 2.4rem;
  font-size: 1.6rem;
  line-height: 4.8rem;
  height: 100%;
}

.flow-list-box {
  border-top: 1px solid #e2edfc;
  background-color: #3185fc;
  border: 1.2rem solid #3185fc;
  margin-top: 1px;
}

.flow-list-img {
  background: center/cover no-repeat;
  padding-top: 75%;
}

.flow01 {
  background-image: url(/wp/wp-content/themes/blankslate/images/lp_flow_01.png);
}

.flow02 {
  background-image: url(/wp/wp-content/themes/blankslate/images/lp_flow_02.jpg);
}

.flow03 {
  background-image: url(/wp/wp-content/themes/blankslate/images/lp_flow_03.png);
}

.flow-list-text {
  background-color: #fff;
  padding: 1.2rem;
}

.lp-check {
  background-color: #e2edfc;
}

.check-price {
  margin-bottom: 1.6rem;
  display: block;
}

.lp-question {
  background-color: #eee5e5;
}

.lp-question .wrap-inner {
  padding-bottom: 0;
}

.toggle {
  display: none;
}

.toggle-item {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.toggle:checked + .accordion-heading + .toggle-item {
  max-height: 12rem;
  transition: max-height 0.5s ease-in;
}

.accordion-heading {
  display: block;
  cursor: pointer;
  padding: 1.6rem;
  border-bottom: 1px solid #fff;
  font-weight: 700;
  background-color: #3185fc;
  color: #fff;
}

.accordion-heading::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 1.2rem;
  display: inline-block;
}

.toggle:checked + .accordion-heading::before {
  transform: rotate(90deg);
  transform-origin: 8% 50%;
}

.question-answer {
  padding: 0;
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s;
  background-color: #e2edfc;
}

.question-answer p {
  padding: 1.6rem;
}

.lp-merit {
  background-color: #eee5e5;
}

.lp-merit .wrap {
  padding-top: 0;
}

.lp-merit .wrap-inner {
  padding-top: 0;
}

.merit-img-wrapper {
  background-color: #3185fc;
  padding: 1.6rem;
  position: relative;
}

.merit-img-wrapper::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -1.2rem;
  border: 1.2rem solid transparent;
  border-top: 1.2rem solid #3185fc;
}

.merit-img {
  background: url(/wp/wp-content/themes/blankslate/images/lp_merit_heading_sp.png)
    center/cover no-repeat;
  padding-top: 34.9206%;
}

.merit-list {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.merit-list .list-item {
  width: calc(98% / 2);
  text-align: center;
}

.merit-text {
  margin-top: -1.2rem;
  line-height: 1.4;
}

.lp-area {
  background-color: #333;
}

.area-list {
  font-size: 1.4rem;
}

.area-list > .list-item {
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
}

.area-img {
  margin-bottom: 2.4rem;
}

.lp-column {
  background-color: #e2edfc;
}

.column-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}

.column-item-link {
  display: flex;
  width: 100%;
  align-items: center;
}

.column-img-wrapper {
  width: 28%;
  position: relative;
  overflow: hidden;
  /* padding-top: 25%; */
}

.column-img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  content: "";
  transition: all 0.2s ease-out;
  top: 0;
  left: 0;
}

.column-img:hover {
  transform: scale(1.05, 1.05);
  opacity: 0.8;
}

.column-link-text {
  width: 72%;
  padding-left: 1.2rem;
}

.column-link-date {
  font-size: 1rem;
  font-weight: 700;
}

.column-link-heading {
  color: #3185fc;
  text-decoration: underline;
  line-height: 1.6;
}

.column-link-heading a {
  color: inherit;
}

.column-link-heading:hover {
  color: #ffa912;
}

@media screen and (min-width: 480px) and (max-width: 599px) {
  .form-check-input:checked + .form-check-dummy::before {
    top: 50%;
    left: 50%;
  }

  .form-check-input:checked + .form-check-dummy::after {
    top: 50%;
    left: 50%;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .form-check-input:checked + .form-check-dummy::before {
    top: 56%;
    left: 44%;
  }

  .form-check-input:checked + .form-check-dummy::after {
    top: 56%;
    left: 44%;
  }
}

@media screen and (min-width: 960px) {
  body {
    font-size: 16px;
  }

  .sp-only {
    display: none;
  }

  .pc-only {
    display: block;
  }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }

  .header {
    padding: 0;
    height: 80px;
    max-width: 980px;
    margin: 0 auto;
  }

  .logo {
    line-height: 80px;
    width: 16%;
  }

  .header-tel-wrapper {
    margin: 0 32px 0 auto;
    width: 22%;
  }

  .header-tel-sub {
    margin-bottom: 8px;
  }

  .header-mail {
    width: 120px;
  }

  .header-mail a {
    padding: 6px 0 2px;
  }

  .header-mail .icon {
    font-size: 32px;
  }

  .header-mail-text {
    font-size: 16px;
  }

  .wrap {
    padding: 0;
  }

  .wrap-inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 40px 0;
  }

  .btn-primary {
    font-size: 16px;
    padding: 18px;
    width: calc(980px * 2 / 5);
  }

  .link-bracket {
    padding-left: 8px;
  }

  .heading-primary {
    font-size: 20px;
  }

  .eyecatch-wrapper {
    max-width: 980px;
    margin: 40px auto;
  }

  .eyecatch {
    width: auto;
  }

  .banner-area {
    margin: 40px 0;
  }

  .banner-area .wrap-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner-img-wrapper {
    width: calc(980px * 8 / 10);
    margin: 0 auto;
  }

  .banner-img-wrapper + .banner-img-wrapper {
    margin-top: 40px;
  }

  .banner-img {
    padding-top: 40.8163%;
  }

  .banner01 {
    background-image: url(/wp/wp-content/themes/blankslate/images/banner_01_pc.png);
  }

  .banner02 {
    background-image: url(/wp/wp-content/themes/blankslate/images/banner_02_pc.png);
  }

  .contact-area .wrap-inner {
    padding-top: 0;
  }

  .banner-tel {
    background-image: url(/wp/wp-content/themes/blankslate/images/banner_tel_pc.png);
  }

  .form-check-text {
    font-size: 18px;
    font-weight: 700;
    margin-left: 8px;
  }

  .form-check-dummy {
    width: 24px;
    height: 24px;
  }

  .contact-contents {
    width: 80%;
    padding-top: 1px;
    margin: 47px auto 0;
  }

  .contact-contents .list-item:not(:first-child) {
    margin: 32px 0;
    font-size: 16px;
  }

  .contact-contents .label {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
  }

  input[type="email"],
  input[type="tel"],
  input[type="text"] {
    padding: 8px;
    font-size: 16px;
  }

  .contact-contents .inputs {
    height: 48px;
  }

  .contact-contents .list-item.text-area {
    line-height: 1.2;
  }

  .contact-contents .textarea {
    padding: 8px;
    height: 160px;
    font-size: 16px;
  }

  .footer {
    --footer-fixed-height: 80px;
  }

  .footer-main {
    display: flex;
    padding-bottom: 80px;
    background-color: #333;
  }

  .footer-about {
    width: 50%;
  }

  .footer-about-inner {
    max-width: calc(980px / 2 - 60px);
    margin-left: auto;
    left: -60px;
    padding: 48px 40px 40px 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }

  .footer-about-heading {
    margin-bottom: 24px;
  }

  .footer-logo {
    width: auto;
  }

  .footer-btn {
    width: 200%;
    transform: translateX(-25%);
    margin: 32px 0;
  }

  .footer-link {
    width: calc(50% + 60px);
    padding: 40px 0 0;
    margin-left: -60px;
    z-index: 1;
  }

  .footer-link-inner {
    max-width: calc(980px / 2 + 60px);
  }

  .footer-nav {
    margin: 0 auto 24px;
    justify-content: center;
  }

  .footer-nav-content {
    width: 24%;
    border: none;
    position: relative;
  }

  .footer-nav-content:nth-of-type(odd) {
    border-right: none;
  }

  .footer-nav-content:not(:last-of-type)::after {
    content: "";
    width: 1px;
    background-color: #fff;
    height: 50%;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }

  .footer-nav-content a {
    padding: 16px 8px;
    position: relative;
    text-decoration: underline;
    background: 0 0;
    z-index: 1;
    white-space: nowrap;
  }

  .footer-nav-content a::after,
  .footer-nav-content a::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    transition: all 0.3s;
    top: 0;
    width: 50%;
    height: 100%;
    background: #333;
  }

  .footer-nav-content a:hover {
    background: #484848;
  }

  .footer-nav-content a:hover::after,
  .footer-nav-content a:hover::before {
    width: 0;
  }

  .footer-nav-content a::before {
    left: 0;
  }

  .footer-nav-content a::after {
    right: 0;
  }

  .footer-contact-tel {
    font-size: 24px;
  }

  .footer-notes {
    display: block;
  }

  .footer-company-text {
    font-size: 20px;
  }

  .footer-company-space {
    margin-left: 16px;
  }

  .footer-info {
    padding: 0 0 24px 40px;
    border: none;
    text-align: left;
  }

  .footer-text {
    font-size: 14px;
    margin-bottom: 0;
  }

  .footer-company {
    margin-bottom: 0;
  }

  .footer-contact {
    margin: 24px 0;
  }

  .footer-notes {
    width: 100%;
    margin: 0;
  }

  .copyright {
    font-size: 12px;
  }

  .footer-fixed {
    padding: 0;
  }

  .footer-fixed-content {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    padding: 8px 0;
  }

  .footer-tel {
    height: 64px;
    width: 72%;
    box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.1);
  }

  .footer-tel a {
    background-image: url(/wp/wp-content/themes/blankslate/images/footer_tel_pc.png);
  }

  .footer-mail {
    width: 24%;
    height: 64px;
    box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.1);
  }

  .footer-mail a {
    padding: 6px;
  }

  .footer-mail .icon {
    font-size: 32px;
  }

  .footer-mail-text {
    font-size: 16px;
    letter-spacing: 0;
  }

  .hero-img-wrapper {
    background: url(/wp/wp-content/themes/blankslate/images/hero_pc_background.png)
      center top/cover no-repeat;
    max-width: 1920px;
    margin: 0 auto;
  }

  .lp-news {
    max-width: 980px;
    margin: 40px auto;
  }

  .lp-news-heading {
    font-size: 20px;
  }

  .lp-news-time time {
    font-size: 14px;
  }

  .lp-news-text {
    font-size: 16px;
  }

  .lp-news-content {
    padding: 16px;
  }

  .lp-sign-content-box {
    display: flex;
    justify-content: space-between;
  }

  .lp-sign-content-box.type01 {
    margin-bottom: 48px;
  }

  .lp-sign-content-box.type02 {
    justify-content: center;
  }

  .lp-sign-content {
    width: 31.5%;
  }

  .lp-sign-content-box.type02 .lp-sign-content:first-of-type {
    margin-right: 16px;
  }

  .lp-sign-content-box.type02 .lp-sign-content:last-of-type {
    margin-left: 16px;
  }

  .sign-img {
    padding-top: 240px;
  }

  .sign-text {
    margin: 0;
    padding: 24px;
  }

  .lp-example {
    padding: 0;
  }

  .example-content-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .example-content {
    margin: 0;
    width: 48%;
  }

  .example-content:last-of-type {
    margin-bottom: 0;
  }

  .example-img-content {
    padding-top: 60%;
  }

  .example-img-content + .example-img-content {
    margin-top: 8px;
  }

  .example-img-text {
    padding: 1px 16px 0 16px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    width: 120px;
  }

  .example-img-text::before {
    border-left: solid 16px;
    border-bottom: solid 32px;
    border-color: transparent transparent #fff transparent;
    left: -16px;
    margin-top: -1px;
  }

  .example-text {
    padding: 24px;
  }

  .lp-strength .wrap-inner {
    padding-bottom: 0;
  }

  .lp-flow .wrap-inner {
    padding-bottom: 0;
  }

  .strength-text {
    padding: 32px 48px;
    font-size: 20px;
    letter-spacing: 1px;
  }

  .strength-text + .strength-text {
    margin-top: 24px;
  }

  .strength-icon {
    right: 32px;
    height: 100%;
  }

  .flow-list {
    display: flex;
    justify-content: space-between;
  }

  .flow-list-content {
    width: 32%;
  }

  .flow-list-content + .flow-list-content {
    margin-top: 0;
  }

  .flow-list-heading-wrapper {
    height: 64px;
  }

  .flow-list-number {
    font-size: 32px;
    line-height: 64px;
    width: 64px;
  }

  .flow-list-number span {
    margin-top: 0;
  }

  _:-ms-lang(x)::-ms-backdrop,
  .flow-list-number span {
    margin-top: 6px;
  }

  .flow-list-heading {
    padding-left: 24px;
    font-size: 20px;
    line-height: 64px;
  }

  .flow-list-box {
    border: 16px solid #3185fc;
    background-color: #fff;
    height: calc(100% - 64px);
    min-height: 521px;
  }

  .flow-list-img {
    padding-top: 240px;
  }

  .flow-list-text {
    padding: 24px;
  }

  .check-price {
    margin-bottom: 40px;
  }

  .toggle:checked + .accordion-heading + .question-answer {
    max-height: 240px;
  }

  .accordion-heading {
    padding: 16px;
  }

  .accordion-heading::before {
    padding-right: 16px;
  }

  .question-answer p {
    padding: 16px;
    background-color: #fff;
  }

  .merit-img-wrapper {
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
  }

  .merit-img-wrapper::before {
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #3185fc;
  }

  .merit-img {
    padding-top: 12.2448%;
    background-image: url(/wp/wp-content/themes/blankslate/images/lp_merit_heading_pc.png);
  }

  .merit-list {
    margin: 16px auto 0;
    width: 100%;
  }

  .merit-list .list-item {
    width: calc(90% / 6);
    text-align: center;
    display: inline-block;
  }

  .merit-text {
    font-size: 14px;
    margin-top: -16px;
  }

  .area-list {
    font-size: 16px;
  }

  .area-list > .list-item {
    font-size: 14px;
  }

  .area-img {
    margin-bottom: 24px;
  }

  .column-link-date {
    font-size: 16px;
    font-weight: 700;
  }

  .column-list {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .column-item {
    margin-bottom: 40px;
    width: 48%;
  }

  .column-img-wrapper {
    width: 24%;
    /* padding-top: 22%; */
  }

  .column-link-text {
    padding-left: 24px;
    width: 84%;
  }
}
