#keyvisual {
  background-size: cover;
  background-position: center top;
  height: 660px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #keyvisual {
    max-width: 100%;
    height: 345px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#keyvisual .inner-wrap {
  max-width: 1240px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  background-image: linear-gradient(to right, rgba(196, 196, 196, 0.15) 1px, transparent 1px);
  border-right: solid 1px rgba(196, 196, 196, 0);
  background-size: 10% 100%;
  display: flex;
  align-items: center;
  padding-left: 3%;
}
@media screen and (max-width: 768px) {
  #keyvisual .inner-wrap {
    max-width: 100%;
    background-size: 20% 100%;
    padding-left: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#keyvisual .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: clamp(32px, 5.45vw, 54px);
  line-height: 90px;
  letter-spacing: 2px;
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 768px) {
  #keyvisual .jp {
    font-size: clamp(21px, 6.45vw, 42px);
    line-height: normal;
    letter-spacing: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#keyvisual .en {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: clamp(32px, 5.45vw, 46px);
  line-height: 65px;
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 768px) {
  #keyvisual .en {
    font-size: clamp(21px, 6.45vw, 42px);
    line-height: normal;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.front-key {
  background-image: url(../images/front-key.webp);
}
@media screen and (max-width: 768px) {
  .front-key {
    background-image: url(../images/front-key-sp.webp);
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.features-key {
  background-image: url(../images/features-key.webp);
}
@media screen and (max-width: 768px) {
  .features-key {
    background-image: url(../images/features-key-sp.webp);
    transition-property: all;
    transition-duration: 0.3s;
  }
  .features-key h2 {
    padding-left: 20%;
  }
}

.benefits-key {
  background-image: url(../images/benefits-key.webp);
}
@media screen and (max-width: 768px) {
  .benefits-key {
    background-image: url(../images/benefits-key-sp.webp);
    transition-property: all;
    transition-duration: 0.3s;
  }
  .benefits-key h2 {
    padding-left: 20%;
  }
}

.overview-key {
  background-image: url(../images/overview-key.webp);
}
@media screen and (max-width: 768px) {
  .overview-key {
    background-image: url(../images/overview-key-sp.webp);
    transition-property: all;
    transition-duration: 0.3s;
  }
  .overview-key h2 {
    padding-left: 20%;
  }
}

.company-key {
  background-image: url(../images/comapny-key.webp);
}
@media screen and (max-width: 768px) {
  .company-key {
    background-image: url(../images/comapny-key-sp.webp);
    transition-property: all;
    transition-duration: 0.3s;
  }
  .company-key h2 {
    padding-left: 20%;
  }
}

.sub-title-key {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: white;
  position: absolute;
  left: -5%;
  top: 15%;
  transform: rotate(-90deg);
  text-orientation: mixed;
  font-size: 14px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .sub-title-key {
    font-size: 12px;
    left: -10%;
    top: 25%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

#contents {
  position: relative;
  padding: 0 3%;
}
@media screen and (max-width: 768px) {
  #contents {
    padding: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contents .inner-wrap {
  max-width: 1240px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  background-image: linear-gradient(to right, rgba(196, 196, 196, 0.15) 1px, transparent 1px);
  background-size: 10% 100%;
  border-right: solid 1px rgba(196, 196, 196, 0);
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #contents .inner-wrap {
    max-width: 100%;
    background-size: 20% 100%;
    margin: 0 3%;
    padding: 40px 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contents ol {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5%;
}
@media screen and (max-width: 768px) {
  #contents ol {
    display: block;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contents .image-area {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #contents .image-area {
    margin-bottom: 10px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contents .image-area img {
  width: 100%;
}
#contents .title-area h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #contents .title-area h2 {
    margin-bottom: 10px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  #contents .title-area {
    margin-bottom: 40px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contents .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
#contents .jp h2 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: bold;
  line-height: 52px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents .jp h2 {
    font-size: clamp(23px, 3vw, 36px);
    line-height: 32px;
    padding-top: 10px;
    letter-spacing: 2px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contents .jp p {
  font-size: clamp(10px, 1.25vw, 18px);
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  #contents .jp p {
    font-size: clamp(12px, 1vw, 16px);
    line-height: 24px;
    transition-property: all;
    transition-duration: 0.3s;
  }
  #contents .jp p br {
    display: none;
  }
}
#contents .en {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}
#contents .en h2 {
  font-size: clamp(16px, 1vw, 32px);
  font-weight: bold;
  line-height: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents .en h2 {
    font-size: clamp(21px, 3vw, 36px);
    line-height: 32px;
    letter-spacing: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contents .en p {
  font-size: clamp(10px, 1.25vw, 18px);
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  #contents .en p {
    font-size: clamp(12px, 1vw, 16px);
    line-height: 24px;
    margin-bottom: 30px;
    transition-property: all;
    transition-duration: 0.3s;
  }
  #contents .en p br {
    display: none;
  }
}

#contact {
  position: relative;
}
@media screen and (max-width: 768px) {
  #contact {
    padding: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contact .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
#contact .en {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}
#contact .contact-wrap {
  width: 100%;
  height: auto;
  padding: 0 3%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contact .contact-wrap {
    overflow-x: hidden;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contact .contact-wrap:before {
  content: "";
  background-color: #ECF1F2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #contact .contact-wrap:before {
    height: 360px;
    z-index: 1;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contact .contact-wrap .inner-wrap {
  max-width: 1240px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  background-image: linear-gradient(to right, rgba(196, 196, 196, 0.15) 1px, transparent 1px);
  background-size: 10% 100%;
  border-right: solid 1px rgba(196, 196, 196, 0);
  padding: 100px 0 50px;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  #contact .contact-wrap .inner-wrap {
    max-width: 100%;
    padding: 40px 0;
    background-image: unset;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contact .contact-wrap .inner-wrap h2 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: clamp(18px, 3.2vw, 36px);
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 2%;
}
#contact .contact-wrap .inner-wrap p {
  font-size: clamp(8px, 3.2vw, 14px);
}
#contact .form-wrap {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  background-color: white;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #contact .form-wrap {
    width: 85%;
    background-size: 20% 100%;
    margin-left: 15%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contact .form-wrap .inner-box {
  max-width: 1240px;
  padding: 12% 0;
  padding-left: 15%;
}
@media screen and (max-width: 768px) {
  #contact .form-wrap .inner-box {
    max-width: unset;
    padding-left: 5%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contact .form-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
#contact .form-wrap ol {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #contact .form-wrap ol {
    display: block;
    margin-bottom: 30px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contact .form-wrap ol dl {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #contact .form-wrap ol dl {
    margin-bottom: 30px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contact .form-wrap ol dl dt {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: clamp(16px, 1.2vw, 20px);
}
@media screen and (max-width: 768px) {
  #contact .form-wrap ol dl dt {
    font-size: clamp(12px, 1.2vw, 16px);
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contact .form-wrap ol dl dd input {
  width: 100%;
  height: 63px;
  padding: 3%;
  border: 1px solid #BFBFBF;
}
@media screen and (max-width: 768px) {
  #contact .form-wrap ol dl dd input {
    height: 50px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contact .form-wrap .text-box {
  width: 100%;
  display: block;
}
#contact .form-wrap .text-box textarea {
  width: 100%;
  height: 365px;
  padding: 3%;
  border: 1px solid #BFBFBF;
}
@media screen and (max-width: 768px) {
  #contact .form-wrap .text-box textarea {
    height: 240px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contact .form-wrap input.contact-cta {
  width: 25%;
  background-color: #3B44B1;
  color: white;
  padding: 3% 0;
  text-align: center;
  border: unset;
  font-weight: bold;
  cursor: pointer;
  font-size: clamp(14px, 1.2vw, 18px);
  letter-spacing: 2px;
}
#contact .form-wrap input.contact-cta:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #contact .form-wrap input.contact-cta {
    width: 36%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contact .cta {
  max-width: 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3%;
}
@media screen and (max-width: 768px) {
  #contact .cta {
    margin-top: 60px;
    max-width: 36%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contact .cta input {
  width: 100% !important;
  padding: 12% 0 !important;
}
@media screen and (max-width: 768px) {
  #contact .cta input {
    padding: 8% 0 !important;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contact .cta button {
  background-color: #F0F0F0;
  color: #22212A;
  border: unset;
  width: 100%;
  padding: 12% 0;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-size: clamp(14px, 1.2vw, 18px);
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #contact .cta button {
    padding: 8% 0 !important;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contact .cta button:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #contact .cta {
    transition-property: all;
    transition-duration: 0.3s;
  }
  #contact .cta li:first-child {
    margin-bottom: 20px;
  }
}
#contact .thanks p {
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 21px;
  margin-bottom: 40px;
}
#contact .thanks .btn-home a {
  width: 30%;
  padding: 3% 3%;
  text-align: center;
  display: block;
  background-color: #3B44B1;
  color: white;
  font-size: clamp(12px, 1.2vw, 14px);
}
#contact .errors {
  margin-bottom: 20px;
}
#contact .errors p {
  color: red;
  font-size: clamp(12px, 1.2vw, 14px);
}