@charset "UTF-8";
#lp-wrap .outer-block {
  min-width: 1480px;
}
#lp-wrap #header {
  padding: 0 40px;
  height: 80px;
}
#lp-wrap .lp-head .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
#lp-wrap .lp-head .logo {
  width: 250px;
  height: auto;
}
#lp-wrap .lp-head .btn-wrap {
  margin: auto 0 auto auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#lp-wrap .lp-head .btn01:nth-child(1) {
  background-color: #0ABAB5;
  border: #0ABAB5 solid 2px;
}
#lp-wrap .lp-head .btn01:nth-child(1)::after {
  border: solid #0ABAB5;
  border-width: 0 2px 2px 0;
}

#lp-wrap .point-box .btn01:nth-child(1)::after {
  border: solid #0ABAB5;
  border-width: 0 2px 2px 0;
}

#lp-wrap .lp-head .btn01:nth-child(2) {
  background-color: #073763;
  border: #073763 solid 2px;
}
#lp-wrap .lp-head .btn01:nth-child(2)::after {
  border: solid #073763;
  border-width: 0 2px 2px 0;
}


#lp-wrap .point-box .btn01:nth-child(2)::after {
  border: solid #073763;
  border-width: 0 2px 2px 0;
}



#lp-wrap .lp-foot {
  padding: 27px 0 26px;
  background-color: #073763 !important;
  text-align: center;
}
#lp-wrap .lp-foot .cr {
  font-size: 16px;
}
#lp-wrap .lp-foot .cr + .cr {
  font-size: 12px;
  margin-top: 10px;
}

.lp {
  margin-top: 80px;
  /*------------------------------------------------------
  共通パーツ
  -------------------------------------------------------*/
}
.lp .inner-block {
  position: relative;
  width: 1460px;
  padding: 0 30px;
}
.lp .inner-block-min {
  position: relative;
  width: 1260px;
  padding: 0 30px;
}
.lp .lp-mv-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 480px;
}
.lp .lp-mv-block .img-area {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lp .lp-mv-block .img-area img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.lp .lp-mv-block .contents-box {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1460px;
  padding: 0 30px;
  margin: 20px auto;
}
.lp .lp-mv-block .contents-box .txt-box {
  width: 800px;
  margin-bottom: 50px;
}
.lp .lp-mv-block .contents-box .txt-box .copy {
  text-shadow: 0px 0px 10px rgba(39, 36, 36, 0.4);
  color: #fff;
  font-size: 70px;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 30px;
}
.lp .lp-mv-block .contents-box .txt-box .copy .large {
  font-size: 90px;
}
.lp .lp-mv-block .contents-box .txt-box .copy + .txt {
  color: #fff;
  font-size: 25px;
  margin-bottom: 20px;
}
.lp .lp-mv-block .contents-box .txt-box .point-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.lp .lp-mv-block .contents-box .txt-box .box {
  width: 233px;
  text-align: center;
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 38px;
  background-color: #fff;
}
.lp .lp-mv-block .contents-box .txt-box .box:nth-child(n+2) {
  margin-left: 4px;
}
.lp .lp-mv-block .contents-box .txt-box .txt {
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.lp .lp-mv-block .contents-box .txt-box .strong {
  color: #0ABAB5;
  font-size: 22px;
}
.lp .lp-mv-block .contents-box .form-area {
  width: 440px;
}
.lp .lp-mv-block .contents-box .form-area .form-box {
  margin-top: 0;
}
.lp .lp-mv-block .contents-box .form-area .img-box {
  min-width: 200px;
}
.lp .lp-mv-block .contents-box .form-area .img-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp .lp-mv-block .contents-box .form-area .form--bg--color {
  background: #f7f7f7;
}
.lp .lp-mv-block .contents-box .form-area.blue .form-box {
  background: aliceblue !important;
}
.lp .lp-mv-block .contents-box .form-area.blue .form-box * {
  color: #00004a !important;
}
.lp .lp-mv-block .contents-box .form-area.blue .form-box .form--bg--color {
  background: aliceblue !important;
}
.lp .lp-mv-block .contents-box .form-area.blue .form-box .hs_submit .actions input {
  background-color: #00004a;
  border: #00004a;
  color: #fff !important;
}
.lp .lp-mv-block .contents-box .form-area.blue .form-box .hs-fieldtype-booleancheckbox label input:checked + span:not(.hs-form-required)::after {
  background: url(../img/common/ico-checked-blue-v2.svg) no-repeat center center;
  background: url(../img/common/ico-checked-blue.svg) no-repeat center center;
}
.lp .lp-mv-block .contents-box .form-area.green .form-box {
  background: #D9ECB9 !important;
}
.lp .lp-mv-block .contents-box .form-area.green .form-box * {
  color: #333 !important;
}
.lp .lp-mv-block .contents-box .form-area.green .form-box .form--bg--color {
  background: #D9ECB9 !important;
}
.lp .lp-mv-block .contents-box .form-area.green .form-box .hs_submit .actions input {
  background-color: #579502;
  border: #579502;
  color: #fff !important;
}
.lp .lp-mv-block .contents-box .form-area.green .form-box .hs-fieldtype-booleancheckbox label input:checked + span:not(.hs-form-required)::after {
  background: url(../img/common/ico-checked-green-v2.svg) no-repeat center center;
}
.lp .problem-block {
  position: relative;
  padding: 90px 0 80px 0;
}
.lp .problem-block .box {
  text-align: center;
  margin-left: 75px;
}
.lp .problem-block .box:nth-child(3n+4),
.lp .problem-block .box:first-child {
  margin-left: 0;
}
.lp .problem-block .box:nth-child(n+4) {
  margin-top: 75px;
}
.lp .problem-block .img-box {
  width: 250px;
  height: 250px;
  margin: 0 auto 30px;
}
.lp .problem-block .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.lp .problem-block .txt {
  font-size: 20px;
  color: #073763;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.lp .problem-block::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 150px 0 150px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -79px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.lp .result-block {
  height: 100%;
  position: relative;
}
.lp .result-block .inner-block {
  height: 100%;
}
.lp .result-block .inner-wrap {
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
  width: 100%;
  display: block;
  position: relative;
}
.lp .result-block .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lp .result-block .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.lp .result-block .ttl {
  padding: 120px 0 82px;
  z-index: 1;
  font-size: 50px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.lp .feature-block {
  padding: 100px 0 145px 0;
}
.lp .feature-block .content-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  counter-increment: title;
}
.lp .feature-block .content-block:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.lp .feature-block .content-block .txt-block .number {
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
  color: #073763;
}
.lp .feature-block .content-block .txt-block .number::before {
  content: "0" counter(title);
  font-family: "Manrope", "Montserrat";
}
.lp .feature-block .content-block .txt-block .ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #333;
  margin: 15px 0 30px 0;
}
.lp .feature-block .content-block .txt-block .ttl .strong {
  color: #0ABAB5;
}
.lp .feature-block .content-block .txt-block .txt {
  line-height: 2;
  letter-spacing: 0.05em;
}
.lp .feature-block .content-block .img-block {
  width: 600px;
  height: 300px;
}
.lp .feature-block .content-block .img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.lp .feature-block .content-block + .content-block {
  margin-top: 50px;
}
.lp .cv-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp .cv-block .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lp .cv-block .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp .cv-block .contents {
  text-align: center;
}
.lp .cv-block .contents .ttl01 {
  color: #fff;
}
.lp .cv-block .btn01 {
  background-color: #0ABAB5;
  display: block;
  margin: 0 auto;
  width: 320px;
  letter-spacing: 0.05em;
  border: #0ABAB5 2px solid;
}
.lp .cv-block .btn01::before {
  right: 20px;
}
.lp .cv-block .btn01::after {
  border: solid #0ABAB5;
  border-width: 0 2px 2px 0;
  right: 28px;
}
.lp .cv-block .txt {
  color: #fff;
  position: relative;
  display: inline-block;
  margin-top: 8px;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.lp .cv-block .txt::after {
  background-color: #fff;
  content: "";
  display: block;
  width: calc(100% + 2px );
  height: 1px;
  position: absolute;
  bottom: -3px;
  right: 0;
  left: 0;
  margin: auto;
}
.lp .recruitment-block {
  padding: 80px 0;
}
.lp .recruitment-block .ttl-box {
  margin-bottom: 30px;
}
.lp .recruitment-block .box .job {
  font-weight: bold;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  padding: 5px 23px;
  background-color: #073763;
  margin-bottom: 14px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05em;
  min-width: 140px;
}
.lp .recruitment-block .box .img-box {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}
.lp .recruitment-block .box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.lp .recruitment-block .box .ttl {
  font-weight: bold;
  font-size: 20px;
  color: #073763;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  line-height: 1.5;
}
.lp .recruitment-block .box .tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.lp .recruitment-block .box .tag-list .tag {
  font-weight: bold;
  padding: 6px 19px;
  background-color: #eee;
  text-align: center;
  border-radius: 17px;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-right: 8px;
  margin-top: 8px;
}
.lp .recruitment-block .box .txt {
  letter-spacing: 0.05em;
  line-height: 2;
}
.lp .story-block {
  overflow: hidden;
  margin-bottom: 80px;
}
.lp .story-block .img-wrap {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 340px;
}
.lp .story-block .img-wrap .img {
  height: 340px;
}
.lp .story-block .img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp .story-block .box {
  position: relative;
}
.lp .story-block .box + .box {
  margin-top: 40px;
}
.lp .story-block .info {
  margin-top: 30px;
}
.lp .story-block .info .name {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
.lp .story-block .info .name .small {
  font-size: 16px;
  padding-right: 12px;
}
.lp .story-block .info .small-link {
  padding-left: 0;
  margin: 20px 0 8px;
  color: #333;
  font-size: 20px;
}
.lp .story-block .info .history-txt {
  font-weight: 500;
}
.lp .story-block .info .history-txt .bold {
  font-weight: bold;
}
.lp .story-block .info .history-txt + .history-txt {
  margin-top: 5px;
}
.lp .story-block .ttl {
  font-size: 0;
  line-height: 1;
  margin-bottom: 40px;
}
.lp .story-block .ttl .marker {
  color: #fff;
  background-color: #073763;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  padding: 7px 12px;
}
.lp .story-block .ttl .marker ~ .marker {
  margin-top: 13px;
}
.lp .story-block .txt {
  font-weight: bold;
  line-height: 2;
}
.lp .story-block .txt + .txt {
  margin-top: 1em;
}
.lp .service-block {
  margin-bottom: 100px;
}
.lp .service-block .lead {
  font-size: 18px;
  margin: 20px 0 70px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.lp .service-block .wrap {
  padding-bottom: 75px;
  position: relative;
}
.lp .service-block .start {
  background-color: #073763;
  color: #fff;
}
.lp .service-block .list {
  position: relative;
  z-index: 2;
  padding: 0 15px;
}
.lp .service-block .list::before {
  content: "";
  background-color: #0ABAB5;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  z-index: -1;
}
.lp .service-block .list li {
  background-color: #eee;
  border-radius: 10px;
  padding: 40px 20px 35px;
  position: relative;
}
.lp .service-block .list .num {
  font-size: 44px;
  line-height: 1;
  position: absolute;
  top: -20px;
  left: 10px;
  color: #073763;
  font-weight: bold;
  font-family: "Manrope", "Montserrat";
}
.lp .service-block .list .ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 25px;
  text-align: center;
}
.lp .service-block .list .txt {
  font-size: 14px;
  text-align: justify;
}
.lp .service-block .list .term {
  font-weight: bold;
  position: absolute;
  line-height: 1.2;
}
.lp .service-block .list .term02 {
  left: -30px;
}
.lp .service-block .list .term02 .large {
  display: inline-block;
  font-size: 30px;
}
.lp .service-block .list .term02,
.lp .service-block .list .term03 {
  padding: 0 15px;
}
.lp .service-block .end,
.lp .service-block .start {
  padding: 10px 0;
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
}
.lp .service-block .end {
  background-color: #0ABAB5;
  color: #fff;
  margin-bottom: -75px;
}
.lp .service-block .term-box {
  background-color: #d9d9d9;
  border-radius: 10px 0 0 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 105px);
  height: 60px;
}
.lp .service-block .term-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 40px;
  border-color: transparent transparent transparent #d9d9d9;
}
.lp .flow-block {
  padding-top: 100px;
}
.lp .flow-block .flow-box {
  display: block;
}
.lp .flow-block .num-box {
  background-color: #eee;
  width: 100px;
  min-height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 12px 0 0 12px;
  margin-right: 1px;
}
.lp .flow-block .flow {
  position: relative;
  margin: 0 auto;
  border-radius: 12px;
  width: 100%;
  max-width: 1000px;
  counter-increment: title;
  text-align: left;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp .flow-block .flow::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #073763 transparent transparent transparent;
}
.lp .flow-block .flow:last-child {
  margin-bottom: 0;
}
.lp .flow-block .flow:last-child::after {
  content: none;
}
.lp .flow-block .flow .num {
  line-height: 1;
  font-weight: bold;
  font-size: 44px;
  color: #0ABAB5;
}
.lp .flow-block .flow .num::before {
  font-family: "Manrope", "Montserrat";
  content: "0" counter(title);
}
.lp .flow-block .flow .ttl {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.lp .flow-block .flow .txt-box {
  border-radius: 0 12px 12px 0;
  width: 900px;
  background-color: #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
  padding: 20px 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.lp .faq-block {
  padding: 100px 0;
}
.lp .faq-block .accordion-container {
  margin: 50px auto 0;
  max-width: 1000px;
  width: 100%;
}
.lp .faq-block .accordion-list:not(:first-child) {
  margin-top: 30px;
}
.lp .faq-block .accordion-title {
  border-radius: 12px;
  background: #eee;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  padding: 24px 104px 24px 40px;
  position: relative;
}
.lp .faq-block .accordion-title:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 38px;
  height: 4px;
  width: 25px;
  border-radius: 2px;
  background: #0ABAB5;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lp .faq-block .accordion-title:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 38px;
  height: 4px;
  border-radius: 2px;
  width: 25px;
  background: #0ABAB5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lp .faq-block .accordion-title.open:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.lp .faq-block .accordion-title.open:after {
  opacity: 0;
}
.lp .faq-block .accordion-text {
  margin: 0;
  margin-top: -10px;
  background-color: #eee;
  display: none;
  padding: 10px 40px 30px 40px;
  border-radius: 0px 0px 12px 12px;
}
.lp .faq-block .strong {
  font-weight: bold;
}
.lp .faq-block a {
  color: #0ABAB5;
  text-decoration: underline;
}
.lp .dl-block {
  background-color: #eee;
  padding: 100px 0;
}
.lp .dl-block .left-area .guide-ttl {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 24px;
  color: #1b244c;
  font-weight: bold;
  margin-bottom: 20px;
}
.lp .dl-block .left-area .img-box {
  padding: 30px;
  background-color: #fff;
  width: 100%;
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  height: 360px;
}
.lp .dl-block .left-area .img-box * {
  border-radius: 12px;
  max-height: 290px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.lp .dl-block .left-area .check-box {
  padding: 35px 50px;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(39, 36, 36, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(39, 36, 36, 0.2);
}
.lp .dl-block .left-area .check-box .ttl {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #0ABAB5;
  letter-spacing: 0.05em;
  line-height: 2;
}
.lp .dl-block .left-area .check-box .check {
  position: relative;
  line-height: 1.5;
  color: #1b244c;
  margin-bottom: 18px;
  font-size: 18px;
  padding-left: 38px;
}
.lp .dl-block .left-area .check-box .check:last-child {
  margin-bottom: 0;
}
.lp .dl-block .left-area .check-box .check::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 6px;
  width: 12px;
  height: 8px;
  border-radius: 1px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.lp .dl-block .left-area .check-box .check::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  position: absolute;
  top: 2px;
  left: 0;
  margin: auto;
  background-color: #0ABAB5;
}
.lp .dl-block .right-area {
  text-align: center;
}
.lp .dl-block .right-area .form-area .form-box {
  margin-top: 0;
}
.lp .dl-block .right-area .txt {
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
  letter-spacing: 0.05em;
}
.lp .contact-block {
  padding: 50px 0;
}
.lp .contact-block .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.lp .contact-block .btn01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px;
  margin: 0 10px;
}
.lp .contact-block .btn01:nth-child(1) {
  background-color: #1b244c;
  border: 2px solid #073763;
  font-weight: bold;
  font-size: 20px;
}
.lp .contact-block .btn01:nth-child(1)::after {
  border: solid #073763;
  border-width: 0 2px 2px 0;
}
.lp .contact-block .wrap {
  display: inline-block;
}
.lp .contact-block .wrap .btn01 {
  font-size: 24px;
  font-family: "Manrope", "Montserrat";
  font-weight: bold;
  background-color: #fff;
  color: #1b244c;
  border: #073763 1px solid;
}
.lp .contact-block .wrap .btn01::before {
  background-color: #1b244c;
}
.lp .contact-block .wrap .btn01::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.lp .contact-block .wrap .time {
  margin-top: 5px;
  font-size: 12px;
}
.lp .ttl-box {
  text-align: center;
  margin-bottom: 50px;
}
.lp .ttl-box .ttl01 {
  max-width: 700px;
  position: relative;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #073763;
  display: inline-block;
}
.lp .ttl-box .ttl01::after {
  background-color: #0ABAB5;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  bottom: -3px;
  right: 0;
  left: 0;
  margin: auto;
}
.lp .marker {
  background-color: #fff119;
  font-weight: bold;
}

.btn01 {
  font-size: 18px;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 250px;
  padding: 15px 20px 17px;
  position: relative;
  color: #fff;
  border-radius: 30px;
}
.btn01::before {
  background-color: #fff;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 30px;
  border-radius: 50px;
  margin: auto;
}
.btn01::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 38px;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
          transform: rotate(-45deg) translate3d(0, 0, 0);
}
@media only screen and (max-width: 1499px) {
  #lp-wrap .outer-block {
    min-width: 1280px;
  }
  #lp-wrap .lp-head .inner-block {
    width: 1260px;
  }
  .lp .inner-block {
    width: 1260px;
  }
  .lp .lp-mv-block .contents-box {
    width: 1260px;
  }
  .lp .recruitment-block .box .img-box {
    height: 195px;
  }
  .lp .dl-block .left-area .img-box {
    height: 254px;
    padding: 20px;
  }
}
@media only screen and (max-width: 1499px) and (max-width: 640px) {
  #lp-wrap .outer-block {
    min-width: 320px;
  }
  #lp-wrap .lp-head .inner-block {
    display: block;
    width: 100%;
    padding: 0 10px;
    min-width: 320px;
  }
  .lp .inner-block {
    width: 100%;
    padding: 0 20px;
    min-width: 320px;
  }
  .lp .lp-mv-block .contents-box {
    width: 100%;
    display: block;
    padding: 50px 15px;
  }
  .lp .recruitment-block .box .img-box {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    aspect-ratio: 1.7/1;
  }
  .lp .dl-block .left-area .img-box {
    margin-bottom: 20px;
    max-height: 350px;
  }
}
@media only screen and (max-width: 640px) {
  #lp-wrap #header {
    padding: 0;
    display: block;
    height: 130px;
  }
  #lp-wrap .lp-head {
    text-align: center;
  }
  #lp-wrap .lp-head .logo {
    margin: 20px;
    margin: 20px 20px 10px;
    width: 160px;
  }
  #lp-wrap .lp-head .btn-wrap {
    margin: auto 0 20px auto;
  }
  #lp-wrap .lp-head .btn01::before {
    right: 14px;
  }
  #lp-wrap .lp-head .btn01::after {
    right: 22px;
    width: 7px;
    height: 7px;
  }
  #lp-wrap .lp-foot {
    padding: 20px 0;
  }
  .lp {
    margin-top: 130px;
  }
  .lp .inner-block-min {
    width: 100%;
    padding: 0 20px;
    min-width: 320px;
  }
  .lp .lp-mv-block {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lp .lp-mv-block .contents-box .txt-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .lp .lp-mv-block .contents-box .txt-box .copy {
    text-align: center;
    font-size: 28px;
    margin-bottom: 15px;
  }
  .lp .lp-mv-block .contents-box .txt-box .copy .large {
    font-size: 34px;
  }
  .lp .lp-mv-block .contents-box .txt-box .copy + .txt {
    font-size: 18px;
  }
  .lp .lp-mv-block .contents-box .txt-box .point-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    width: 100%;
  }
  .lp .lp-mv-block .contents-box .txt-box .box {
    width: 100%;
    padding: 10px;
  }
  .lp .lp-mv-block .contents-box .txt-box .box:nth-child(n+2) {
    margin-left: 0;
    margin-top: 10px;
  }
  .lp .lp-mv-block .contents-box .txt-box .txt {
    font-size: 14px;
  }
  .lp .lp-mv-block .contents-box .txt-box .strong {
    font-size: 16px;
  }
  .lp .problem-block {
    text-align: center;
  }
  .lp .problem-block .box {
    margin-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .lp .problem-block .box:last-child {
    margin-bottom: 0;
  }
  .lp .problem-block .img-box {
    margin-bottom: 20px;
  }
  .lp .problem-block .img-box img {
    max-width: 350px;
  }
  .lp .problem-block .txt {
    font-size: 16px;
  }
  .lp .problem-block::after {
    border-width: 50px 90px 0 90px;
    bottom: -50px;
  }
  .lp .result-block .ttl {
    font-size: 22px;
    padding: 70px 0 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lp .feature-block {
    padding: 50px 0;
  }
  .lp .feature-block .content-block .txt-block {
    margin-bottom: 30px;
  }
  .lp .feature-block .content-block .txt-block .number {
    text-align: center;
    font-size: 48px;
  }
  .lp .feature-block .content-block .txt-block .ttl {
    margin: 10px 10px 15px 10px;
    text-align: center;
    font-size: 20px;
  }
  .lp .feature-block .content-block .txt-block .txt {
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .lp .feature-block .content-block .img-block {
    width: 100%;
    height: auto;
    aspect-ratio: 2/1;
  }
  .lp .feature-block .content-block + .content-block {
    margin-top: 20px;
  }
  .lp .cv-block {
    height: 250px;
  }
  .lp .cv-block .contents {
    padding: 20px;
  }
  .lp .cv-block .contents .ttl01 {
    font-size: 24px;
  }
  .lp .cv-block .btn01 {
    width: 240px;
    font-size: 16px;
  }
  .lp .cv-block .btn01::before {
    right: 5%;
    width: 18px;
    height: 18px;
  }
  .lp .cv-block .btn01::after {
    right: 18px;
  }
  .lp .cv-block .txt {
    font-size: 12px;
    margin-top: 5px;
  }
  .lp .recruitment-block {
    padding: 50px 0;
  }
  .lp .recruitment-block .box .job {
    min-width: 95px;
    font-size: 12px;
    padding: 5px 10px;
  }
  .lp .recruitment-block .box .ttl {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .lp .recruitment-block .box .tag-list {
    margin-bottom: 15px;
  }
  .lp .recruitment-block .box .tag-list .tag {
    padding: 5px 10px;
    font-size: 12px;
    min-width: 130px;
  }
  .lp .recruitment-block .box + .box {
    margin-top: 30px;
  }
  .lp .story-block {
    margin-bottom: 50px;
  }
  .lp .story-block .img-wrap {
    width: 100%;
  }
  .lp .story-block .img-wrap .img {
    height: auto;
    aspect-ratio: 1/1;
  }
  .lp .story-block .box + .box {
    margin-top: 30px;
  }
  .lp .story-block .txt {
    font-size: 14px;
  }
  .lp .story-block .info {
    margin: 20px 0 30px;
  }
  .lp .story-block .info .name {
    font-size: 24px;
  }
  .lp .story-block .info .name .small {
    font-size: 12px;
    padding-right: 10px;
  }
  .lp .story-block .info .small-link {
    font-size: 16px;
    margin: 15px 0 10px;
  }
  .lp .story-block .info .history-txt {
    font-size: 12px;
  }
  .lp .story-block .info .history-txt + .history-txt {
    margin-top: 8px;
  }
  .lp .story-block .ttl {
    margin-bottom: 20px;
  }
  .lp .story-block .ttl .marker {
    font-size: 20px;
    padding: 5px 10px;
  }
  .lp .story-block .ttl .marker ~ .marker {
    margin-top: 8px;
  }
  .lp .service-block {
    margin-bottom: 50px;
  }
  .lp .service-block .lead {
    margin: 20px;
  }
  .lp .service-block .wrap {
    padding-left: 65px;
  }
  .lp .service-block .start {
    font-size: 16px;
    padding: 5px;
  }
  .lp .service-block .list {
    padding: 30px 0;
  }
  .lp .service-block .list::before {
    right: 0;
    width: 8px;
    height: 100%;
  }
  .lp .service-block .list li {
    padding: 30px 20px 30px;
  }
  .lp .service-block .list li + li {
    margin-top: 30px;
  }
  .lp .service-block .list .ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .lp .service-block .list .term {
    font-size: 12px;
    text-align: center;
    left: -65px;
    width: 50px;
  }
  .lp .service-block .list .term01 {
    border-bottom: 2px dotted currentColor;
    top: -40px;
    padding-bottom: 10px;
  }
  .lp .service-block .list .term02 {
    top: -30px;
  }
  .lp .service-block .list .term03 {
    border-top: 2px dotted currentColor;
    font-size: 14px;
    padding-top: 15px;
    top: 0;
  }
  .lp .service-block .end {
    margin-left: -65px;
  }
  .lp .service-block .term-box {
    border-radius: 10px 10px 0 0;
    top: 0;
    bottom: auto;
    left: 0;
    width: 50px;
    height: calc(100% - 80px);
  }
  .lp .service-block .term-box::before {
    bottom: -25px;
    right: 0;
    border-width: 25px 25px 0;
    border-color: #d9d9d9 transparent transparent;
  }
  .lp .flow-block {
    padding-top: 50px;
  }
  .lp .flow-block .num-box {
    width: 15%;
  }
  .lp .flow-block .flow {
    margin-bottom: 24px;
  }
  .lp .flow-block .flow::after {
    border-width: 14px 14px 0 14px;
    bottom: -20px;
  }
  .lp .flow-block .flow .num {
    font-size: 24px;
  }
  .lp .flow-block .flow .ttl {
    font-size: 18px;
    margin-bottom: 12px;
    margin-right: 25px;
    min-width: 106px;
  }
  .lp .flow-block .flow .txt {
    font-size: 14px;
  }
  .lp .flow-block .flow .txt-box {
    width: 100%;
    padding: 20px;
    width: 85%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .lp .faq-block {
    padding: 50px 0;
  }
  .lp .faq-block .accordion-title {
    padding: 20px 60px 20px 20px;
    font-size: 16px;
  }
  .lp .faq-block .accordion-title:before {
    height: 3px;
    width: 15px;
    right: 25px;
  }
  .lp .faq-block .accordion-title:after {
    height: 3px;
    width: 15px;
    right: 25px;
  }
  .lp .faq-block .accordion-text .txt {
    line-height: 2;
  }
  .lp .faq-block .accordion-text {
    padding: 10px 20px 20px 20px;
  }
  .lp .dl-block .left-area .guide-ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .lp .dl-block .left-area .check-box {
    padding: 20px;
  }
  .lp .dl-block .left-area .check-box .ttl {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .lp .dl-block .left-area .check-box .check {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 26px;
  }
  .lp .dl-block .left-area .check-box .check::before {
    width: 9px;
    height: 6px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    top: 9px;
    left: 5px;
  }
  .lp .dl-block .left-area .check-box .check::after {
    width: 18px;
    height: 18px;
    top: 4px;
  }
  .lp .dl-block .right-area {
    margin-top: 30px;
  }
  .lp .dl-block .right-area .form-area .form-box {
    max-width: 100vw;
    overflow: hidden;
  }
  .lp .contact-block .btn01 {
    width: 250px;
    padding: 10px 20px;
    min-height: 60px;
    margin-top: 10px;
  }
  .lp .contact-block .btn01::before {
    right: 20px;
  }
  .lp .contact-block .btn01::after {
    right: 28px;
  }
  .lp .contact-block .btn01:nth-child(1) {
    font-size: 16px;
  }
  .lp .contact-block .wrap .btn01 {
    font-size: 18px;
  }
  .lp .ttl-box {
    margin-bottom: 30px;
  }
  .lp .ttl-box .ttl01 {
    font-size: 24px;
  }
  .lp .ttl-box .ttl01::after {
    bottom: -3px;
    height: 3px;
  }
  .btn01 {
    width: 200px;
    padding: 9px 10px 11px;
    min-height: 40px;
    font-size: 14px;
    max-width: 320px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) and (max-width: 400px) {
  #lp-wrap .lp-head .btn01 {
    padding: 9px 15px 11px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  #lp-wrap .lp-head .btn01::after {
    right: 15px;
    width: 6px;
    height: 6px;
  }
  #lp-wrap .lp-head .btn01::before {
    right: 10px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 640px) {
  #lp-wrap .lp-head .btn01 {
    width: calc((100% - 30px) /2);
    min-width: 100px;
  }
}
@media only screen and (min-width: 641px) {
  #lp-wrap .lp-head .btn01:nth-child(1):hover {
    background-color: #fff;
    color: #0ABAB5;
  }
  #lp-wrap .lp-head .btn01:nth-child(1):hover::after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
  }
  #lp-wrap .lp-head .btn01:nth-child(1):hover::before {
    background-color: #0ABAB5;
  }
  #lp-wrap .lp-head .btn01:nth-child(2):hover {
    background-color: #fff;
    color: #073763;
  }
  #lp-wrap .lp-head .btn01:nth-child(2):hover::after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
  }
  #lp-wrap .lp-head .btn01:nth-child(2):hover::before {
    background-color: #073763;
  }
  #lp-wrap .lp-head .btn01:nth-child(n+2) {
    margin-left: 10px;
  }
  .lp .inner-block {
    margin: 0 auto;
  }
  .lp .inner-block-min {
    margin: 0 auto;
  }
  .lp .problem-block .box-area {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .lp .problem-block .box {
    width: calc( (100% - 150px) / 3 );
  }
  .lp .feature-block .content-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
  }
  .lp .feature-block .content-block .txt-block {
    width: 50%;
    min-width: 40%;
  }
  .lp .feature-block .content-block:nth-child(odd) .img-block {
    padding-right: 72px;
  }
  .lp .feature-block .content-block:nth-child(even) .img-block {
    padding-left: 72px;
  }
  .lp .cv-block {
    min-height: 352px;
  }
  .lp .cv-block .btn01:hover {
    background-color: #fff;
    color: #0ABAB5;
  }
  .lp .cv-block .btn01:hover::after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
  }
  .lp .cv-block .btn01:hover::before {
    background-color: #0ABAB5;
  }
  .lp .cv-block .txt:hover::after {
    display: none;
  }
  .lp .recruitment-block .contents-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .lp .recruitment-block .box {
    width: calc((100% - 80px ) / 3);
    margin-left: 40px;
  }
  .lp .recruitment-block .box:nth-child(3n+4), .lp .recruitment-block .box:first-child {
    margin-left: 0;
  }
  .lp .recruitment-block .box:nth-child(n+4) {
    margin-top: 40px;
  }
  .lp .story-block .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .lp .story-block .img-wrap {
    margin-right: 80px;
  }
  .lp .service-block .wrap {
    max-width: 1200px;
    margin: 0 auto;
  }
  .lp .service-block .flow-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lp .service-block .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lp .service-block .list li {
    width: calc((100% - 75px) / 5);
  }
  .lp .service-block .list li + li {
    margin-left: 15px;
  }
  .lp .service-block .list .ttl {
    min-height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lp .service-block .list .term {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: -75px;
    height: 60px;
  }
  .lp .service-block .list .term01 {
    border-right: 2px dotted currentColor;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 100%;
    width: 65px;
  }
  .lp .service-block .list .term02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: -75px;
    height: 60px;
  }
  .lp .service-block .list .term03 {
    border-left: 2px dotted currentColor;
    font-size: 18px;
    left: 0;
    padding-left: 20px;
  }
  .lp .service-block .end,
.lp .service-block .start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    line-height: 1.2;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    width: 50px;
    padding: 0 10px;
  }
  .lp .flow-block .flow .ttl {
    margin-left: 40px;
    width: 250px;
    max-width: 250px;
  }
  .lp .flow-block .flow .txt {
    margin-left: 47px;
    max-width: 523px;
  }
  .lp .faq-block a:hover {
    text-decoration: none;
  }
  .lp .dl-block .contents-box {
    margin-left: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lp .dl-block .left-area {
    width: 680px;
  }
  .lp .dl-block .right-area {
    margin-left: 150px;
  }
  .lp .dl-block .right-area .form-area {
    width: 470px;
  }
  .lp .contact-block .btn01 {
    height: 80px;
    width: 320px;
  }
  .lp .contact-block .btn01:nth-child(1):hover {
    background-color: #fff;
    color: #1b244c;
  }
  .lp .contact-block .btn01:nth-child(1):hover::after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
  }
  .lp .contact-block .btn01:nth-child(1):hover::before {
    background-color: #1b244c;
  }
}
@media only screen and (max-width: 1300px) {
  .lp .lp-mv-block .contents-box .form-area {
    width: 100%;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 640px) {
  .lp .lp-mv-block .contents-box .form-area {
    max-width: calc(100vw - 30px);
  }
  .lp .lp-mv-block .contents-box .form-area .form-box {
    max-width: 100vw;
    overflow: hidden;
  }
}
@media only screen and (max-width: 360px) {
  .lp .problem-block .ttl01::after {
    width: 165px;
  }
}
@media only screen and (max-width: 640px) and (max-width: 374px) {
  .lp .story-block .ttl .marker {
    font-size: 17px;
  }
}
/*# sourceMappingURL=style.css.map */