@charset "UTF-8";
html {
  font-size: 10px;
}
body {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.6;
}
img {
  width: 100%;
}
.sp {
  display: none;
}
.green-white {
  background-color: #06c167;
  color: #fff;
}
.l-header {
  width: 100%;
  height: 100px;
  position: absolute;
  top:0;left:0;
  z-index: 2
}
.l-header-inner {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
}
.header-company-name {
  display: flex;
  align-items: center;
  margin-left: 30px;
  height: 100%;
}
.header-company-name-image {
  width: auto;
  height: 80%;
}
.header-contact {
  padding: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mail-icon {
  width: 15%;
  margin-right: 10px;
}
.l-mainvisual {
  position: relative;
}
.c-hd01 {
  width: 60%;
  position: absolute;
  top: 15%; left: 5%;
}
.c-hd-lv1 {
  font-size: 6.5vw;
  font-family: "HiraSansOldStdN",toppan-bunkyu-midashi-go-std, sans-serif;;
  color:#fff;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.c-hd-lv1::first-line {
  font-size: 5vw;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.c-hd-lv1-1 {
  color: #06c167;
  font-size: 6vw;
  display: block;
  letter-spacing: 0.1em;
}
.c-mainvisual-text {
  font-size: 2.4rem;
  line-height: 1.6;
  color: #fff;
  margin-top: 20px;
}
.contact-btn {
  padding: 30px;
  font-size: 2.2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  margin-top: 30px;
  text-align: center;
}
.c-point {
  position: absolute;
  top: 85%;left: 50%;
  transform: translateX(-50%);
}
.l-parent {
  padding: 120px 0;
}
.l-content {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}
.c-hd-lv2 {
  height: 124px;
}
.c-hd-lv2-img {
  width: auto;
  height: 100%;
}
.c-about-text {
  font-size: 3rem;
  font-weight: bold;
  margin: 30px auto;
  text-align: center;
}
.green-text {
  color:#06c167;
}
.l-strength {
  background-color: #000;
  padding: 100px 0;
}
.c-about-service {
  width: 100%;
  background-color: #000;
  padding: 50px 80px;
}
.service-title {
  font-size: 2.3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.service-line {
  margin: 20px 0;
  color: #fff;
}
.service-text {
  font-size: 1.8rem;
  font-weight: 100;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
.c-hd03 .c-hd-lv2,
.c-hd05 .c-hd-lv2,
.c-hd07 .c-hd-lv2 {
  text-align: right;
}
.c-content {
  margin-top: 50px;
}
.l-results {
  background-color: #06c167;
}
.l-price {
  position: relative;
}
.l-price-content {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  }
.c-price-content {
  margin-left: 100px;
}
.l-faq {
  background-color: rgba(6,193,103,.05);
  padding: 100px 0;
}
.acd-check{
  display: none;
  }
.acd-label{
  font-size: 2.8rem;
  display: block;
  margin: 4px auto;
  padding: .2em 2.9em .2em 1.2em;
  position: relative;
  text-align: left;
  line-height: 2;
}
.acd-label::before {
  position: absolute;
  top: 50%;
  right: 3%;
  content: '+';
  font-size: 2.8rem;
  display: inline-block;
  transform: translateY(-50%);
}
.acd-content {
	font-size: 2.8rem;
  display: block;
  background-color: #fff;
  height: 0;
  opacity: 0;
	margin: 0 auto;
  padding: 0 1.2em 0 1.2em;
  transition: .5s;
  visibility: hidden;
  text-align: left;
  line-height: 2;
}
.anser {
	margin-bottom: 0;
}
.acd-check:checked + .acd-label::before{
  content: '-';
  font-size: 4rem;
}
.acd-check:checked + .acd-label + .acd-content{
  height: 100%;
  opacity: 1;
  padding: .2em 1.2em .2em 1.2em;
  visibility: visible;
}
.faq-text {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin: 50px 0 20px 0;
}
.c-faq .contact-btn {
  margin: auto;
}
.company-table-th, .company-table-td {
  line-height: 2;
  font-size: 2.4rem;
  padding: 0 10px;
  vertical-align: middle;
}
.company-table-th {
  width: 15%;
  text-align: center;
}
.empty {
  height: 10px;
}
.l-contact {
  background-color: #000;
}
.contact-table-th, .contact-table-td {
  line-height: 2;
  font-size: 2.2rem;
  padding: 0 10px;
}
.contact-table-th {
  color: #fff;
  text-align: right;
  vertical-align: middle;
}
input,textarea {
  background-color: #fff;
  margin: 10px;
  width: 100%;
  padding:5px 10px;
}
input {
  line-height: 1.6;
}
textarea {
  height: 218px;
  line-height: 1.6;
}
.contact-table-td-attention {
  font-size: 2rem;
  font-weight: 700;
  color: #06c167;
  padding: 5px 0 5px 18px;
}
.l-contact-submit {
  margin: 0 auto;
}
.c-privacy {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  margin: 50px 0;
}
.c-privacy-a {
  color: #3399cc;
  text-decoration: underline;
}
#button {
  margin: 0 auto;
}
.l-footer {
  background-color: #06c167;
  height: 50px;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;

}
.footer-copy {
  display: inline-block;
  margin: auto;
}

@media screen and (max-width:1024px) {
  html {
    font-size: 9px;
  }
  .sp {
    display: block;
  }
  .l-parent {
    padding: 80px 0;
  }
  .contact-btn {
    width: 60%;
    font-size: 4vw;
    padding: 20px 10px;
    margin: auto;
    margin-top: 30px;
  }
  .c-hd01 {
    width: 90%;
    top: 10%;left:50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .c-hd-lv1 {
    font-size: 10.5vw;
    line-height: 1.2;
    letter-spacing: 0.15em;
  }
  .c-hd-lv1-1 {
    font-size: 11vw;
    display: flex;
    justify-content: space-between;
    line-height: 1.1;
  }
  .c-mainvisual-text {
    font-size: 3vw;
  }
  .c-about-service {
    padding: 50px 30px;
  }
  .l-price-content {
    display: block;
  }
  .c-price {
    height: 500px;
  }
  .c-price-img {
    height: 100%;
    object-fit: cover;
  }
  .c-price-content {
    width: 100%;
    margin: 0 auto;
  }
  .price-img {
    width: 35%;
    margin: auto;
  }
  .c-hd06 {
    margin-bottom: 20px;
  }
  .company-table-tr.sp {
    display: table-row;
  }
  .contact-table-tr,
  .contact-table-th,
  .contact-table-td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
  }
  .contact-form {
    width: 100%;
  }
  input,textarea {
    margin: 0;
  }
  .pc {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 8px;
  }
  .l-header,
  .l-header-inner {
    height: 65px;
  }
  .header-company-name {
    margin-left: 15px;
  }
  .c-hd-lv2 {
    height: 11vh;
    max-width: 100%;
  }
  .c-hd03 .c-hd-lv2,
  .c-hd09 .c-hd-lv2,
  .c-hd10 .c-hd-lv2 {
    height: auto;
  }
  .c-hd03 .c-hd-lv2-img,
  .c-hd09 .c-hd-lv2-img,
  .c-hd10 .c-hd-lv2-img {
    width: 85%;
    max-width: 480px;
    height: auto;
  }
  .company-table-th, .company-table-td {
    padding: 5px 10px;
  }
  .company-table-th {
    width: 23%;
  }
}

@media only screen and (max-width: 425px) {
  html {
    font-size: 5px;
  }
  .l-header,
  .l-header-inner {
    height: 50px;
  }
  .l-parent {
    padding: 50px 0;
  }
  .c-hd05 .c-hd-lv2 {
    height: auto;
  }
  .c-hd05 .c-hd-lv2-img {
    width: 75%;
    max-width: 320px;
    height: auto;
  }
  .c-about-service {
    padding:30px 10px;
  }
  .service-title {
    font-size: 2.6rem;
  }
  .service-text {
    font-size: 2.4rem;
  }
  .c-hd-lv2 {
    height: 9vh;
  }
  .header-company-name {
    margin: 0;
  }
  .header-contact {
    padding: 5px;
  }
  .c-content {
    margin-top: 30px;
  }
  .price-img {
    width: 70%;
  }
  .contact-btn {
    padding: 10px 5px;
  }
}

.l-header-complete {
  background-color: #142328;
  padding:0;
  height: 100px;
  display: flex;
}
.l-main {
  height: 50vh;
  display: flex;
  align-items: center;
  text-align: center;
}
.c-main {
  margin: 0 auto;
}
.c-hd-complete-lv01 {
  font-size: 2.5vw;
  margin-bottom: 40px;
}
.c-complete-message {
  font-size: 1.8vw;
}

@media only screen and (max-width: 425px) {
  .c-hd-complete-lv01 {
    font-size: 4vw;
  }
  .c-complete-message {
    font-size: 2.5vw;
  }
}
