/* CSS Document */
.font-sec {
  font-family: "Montserrat", sans-serif;
}

.container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  width: 1170px;
}

.sec-mv {
  color: #fff;
  padding-top: 152px;
  padding-bottom: 45px;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 2;
}

.sec-mv__bg {
  background: url("../img/lp/bg-main.jpg") no-repeat center/cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.sec-mv .mv-txt {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  font-weight: bold;
  margin-bottom: 10px;
}

.sec-mv .mv-ttl {
  font-size: 36px;
  font-size: 2.5714285714rem;
  font-weight: bold;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.075em;
  margin-bottom: 66px;
}

.sec-mv .mv-award {
  margin-top: 85px;
}

.sec-mv .scroll {
  display: flex;
  align-items: center;
  flex-flow: column;
  position: absolute;
  right: 44px;
  bottom: 50px;
}

.sec-mv .scroll__txt {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  writing-mode: vertical-lr;
}

.sec-mv .scroll__bar {
  background-color: #fff;
  display: block;
  margin-top: 14px;
  height: 88px;
  width: 2px;
  position: relative;
}

.sec-mv .scroll__bar::after {
  content: '';
  background-color: #fff;
  height: 15px;
  width: 2px;
  transform: rotate(35deg);
  transform-origin: bottom;
  position: absolute;
  bottom: 0;
  right: 0;
}

.hline {
  margin-bottom: 60px;
}

.hline.tal .hline__top {
  margin-left: 33px;
}

.hline__top {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.hline__top span {
  display: inline-block;
  position: relative;
}

.hline__top span::before, .hline__top span::after {
  content: '';
  background-color: #f88803;
  height: 2px;
  width: 20px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}

.hline__top span::before {
  right: calc(100% + 13px);
}

.hline__top span::after {
  left: calc(100% + 13px);
}

.hline__ttl {
  color: #1e3d8c;
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
}

.p-txt {
  font-size: 18px;
}

.check-list li {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
}

.check-list li::before {
  content: '';
  background: url("../img/lp/icon-checked.png") no-repeat center/contain;
  margin-right: 17px;
  margin-top: 6px;
  height: 18px;
  width: 18px;
  flex-shrink: 0;
}

.sec-target {
  margin-top: 66px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.sec-target .hline {
  margin-bottom: 38px;
}

.sec-target .target__wrap {
  display: flex;
  justify-content: space-between;
  min-height: 550px;
}

.sec-target .target__main {
  margin-top: 52px;
  padding-right: 52%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (min-width: 751px) {
  .sec-target .target__main {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}

.sec-target .target__main__content {
  margin-left: auto;
  margin-right: auto;
}

.sec-target .target__img {
  overflow: hidden;
  position: absolute;
  width: 50vw;
  top: 0;
  bottom: 0;
  left: 50%;
}

.sec-target .target__img img {
  position: absolute;
  height: 100%;
  min-width: 100%;
  max-width: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sec-reason {
  background: url("../img/lp/bg01.jpg") repeat;
  padding-top: 110px;
  padding-bottom: 80px;
}

.sec-reason .hline {
  margin-bottom: 73px;
}

.reason-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0 28px;
}

.reason-list li {
  box-sizing: border-box;
  flex: 0 33.33%;
  max-width: 33.33%;
  padding: 0 28px;
  text-align: center;
}

.reason-list li:nth-child(n+4) {
  margin-top: 47px;
}

.reason-list .reason-item {
  position: relative;
}

.reason-list .reason-item__num {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.reason-list .reason-item__ttl {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 0;
}

.reason-list .reason-item__txt {
  color: #51575d;
  font-size: 15px;
  text-align: left;
}

.sec-media {
  padding-top: 70px;
  padding-bottom: 90px;
}

.sec-media .logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -30px;
}

.sec-media .logo-list:not(:last-child) {
  margin-bottom: 40px;
}

.sec-media .logo-list li {
  margin-right: 20px;
  margin-bottom: 30px;
  text-align: center;
  width: calc(20% - 20px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
}

.sec-achievement {
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
}

.sec-achievement__bg {
  background: url("../img/lp/bg02.jpg") repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.sec-achievement__ttl {
  font-size: 30px;
  font-weight: bold;
  margin: 62px 0 29px;
  text-align: center;
}

.sec-achievement__txt {
  letter-spacing: 0.07emem;
  padding: 0 120px;
}

.sec-achievement__txt p:not(:last-child) {
  margin-bottom: 5px;
}

.float-banner {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 5px;
  padding: 22px 30px 20px;
  position: fixed;
  right: 40px;
  bottom: 10%;
  z-index: 999;
  display: none;
}

.float-banner__txt {
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}

.float-banner__txt span {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 65%, #fee7cd 35%);
  display: inline-block;
}

.float-banner .btn-close {
  -webkit-appearance: none;
  border-radius: 50%;
  background-color: #1d2937;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  height: 40px;
  width: 40px;
  outline: none;
  position: absolute;
  right: -20px;
  top: -22px;
  z-index: 10;
}

.float-banner .btn-close::before, .float-banner .btn-close::after {
  content: '';
  background-color: #fff;
  height: 17px;
  width: 1px;
  position: absolute;
  top: 12px;
  left: 20px;
}

.float-banner .btn-close::before {
  transform: rotate(45deg);
}

.float-banner .btn-close::after {
  transform: rotate(-45deg);
}

.float-banner .btn-arrow .arrow {
  width: 48px;
}

.sec-service {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.service-top {
  background: url(../img/lp/bg_service.png) no-repeat center center;
  background-size: cover;
  padding: 154px 50px 180px;
  position: relative;
  z-index: 2;
  margin-left: -50px;
  margin-right: -50px;
}

.service-top::after {
  content: '';
  position: absolute;
  z-index: 3;
  width: calc(100vw - 90px);
  height: 115px;
  background: #FFF;
  bottom: 0;
  left: 90px;
}

.service-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-top__title {
  color: #FFF;
  font-size: 34px;
  font-size: 2.4285714286rem;
  line-height: 1.5;
  font-weight: bold;
}

.service-top__btn {
  margin: 0;
  max-width: max-content;
  padding: 0 100px 0 80px;
  background: #f88803 url(../img/lp/icon_mail.svg) no-repeat center left 38px;
}

.service-body {
  position: relative;
  background: #FFF;
  z-index: 4;
  margin-bottom: 80px;
}

.service-body__title {
  padding-top: 60px;
  margin-top: -115px;
}

.service-list {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 35px;
}

.service-list * {
  box-sizing: border-box;
}

.service-list__item {
  width: calc(25% - 18px);
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 10px 0px #b0b0b0;
}

.service-list__number {
  position: absolute;
  left: 24px;
  top: 24px;
}

.service-list__title {
  background-color: #f7f9fe;
  width: 100%;
  padding-bottom: 25px;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
}

.service-list__image {
  background-color: #f7f9fe;
  padding: 50px 0 25px;
}

.service-list__text {
  width: 100%;
  text-align: left;
  padding: 18px 20px 25px;
  font-size: 15px;
  font-size: 1.0714285714rem;
}

.service-area {
  max-width: 1005px;
  margin: 0 auto;
  padding: 45px 0 40px;
  background-color: #edeff5;
  border-radius: 10px;
  overflow: hidden;
}

.service-area__des {
  text-align: center;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.service-area__des span {
  padding: 0 5px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, #f0d6bb 60%);
}

.service-area-title {
  padding-bottom: 35px;
  margin-bottom: 25px;
  position: relative;
  background: url(../img/lp/icon_arrow_down.png) no-repeat bottom center;
  background-size: 59px 20px;
}

.service-box {
  max-width: 425px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}

.service-box__title {
  background-color: #1e3d8c;
  color: #FFF;
  text-align: center;
  padding: 15px 0 12px;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
}

.service-box__body {
  display: flex;
  padding: 27px 50px;
  background-color: #FFF;
  align-items: center;
}

.service-box__text {
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 10px;
  background-color: #eaeff9;
  color: #1e3d8c;
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.3;
  margin-right: 25px;
}

.sec-flow {
  background-color: #faf7f2;
  padding-top: 70px;
  padding-bottom: 40px;
}

.sec-flow .hline {
  position: relative;
}

.sec-flow .hline::after {
  content: "";
  position: absolute;
  height: 30px;
  width: calc(100% - 15px);
  left: 0;
  top: calc(50% - 15px);
  background-image: linear-gradient(to right, #f5bd7a 15%, transparent, transparent, #f5bd7a 87%);
}

.sec-flow .hline::before {
  left: calc(100% - 15px);
  top: calc(50% - 10px);
  content: "";
  border: solid transparent;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #f5bd7a;
  border-width: 15px;
  margin-top: -5px;
}

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

.flow-list__item {
  width: calc(25% - 30px);
  text-align: center;
}

.flow-list__item:not(:last-child) .flow-list__image::after {
  left: calc(100% + 10px);
  top: 50%;
  content: "";
  border: solid transparent;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #e1ddd8;
  border-width: 20px;
  margin-top: -5px;
}

.flow-list__image {
  position: relative;
  margin-bottom: 20px;
}

.flow-list__title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
}

.flow-list__text {
  letter-spacing: normal;
  font-size: 17px;
  text-align: left;
  font-weight: 500;
}

.sec-contact {
  padding-top: 0;
  padding-bottom: 80px;
}

.sec-contact .hline {
  margin-bottom: 30px;
}

.sec-contact .btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -35px;
}

@media screen and (max-width: 750px) {
  .sec-contact .btn-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.sec-contact .btn-block button {
  width: 735px;
  max-width: 100%;
  height: 55px;
  background: #FFF;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  border: 2px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  margin: 0 35px 10px;
  padding: 0 30px;
}

.sec-contact .btn-block button span {
  position: relative;
  display: block;
  z-index: 10;
}

.sec-contact .btn-block button span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 50px;
  background: url(../img/contact/arrow-btn.svg) no-repeat center;
  background-size: 50px auto;
}

.sec-contact .btn-block button:hover {
  color: #FFF;
}

.sec-contact .btn-block button:hover span:after {
  background-image: url(../img/contact/arrow-btn_white.svg);
}

.sec-contact .btn-block button:hover:after {
  border-left-color: #FFF;
}

.sec-contact .btn-block button:hover:before {
  width: 100%;
}

.sec-contact .btn-block button:before, .sec-contact .btn-block button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sec-contact .btn-block button:after {
  right: 0px;
  width: 55px;
  border-left: 2px solid #000;
}

.sec-contact .btn-block button:before {
  right: auto;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000;
}

.sec-contact .btn-block button.w350 {
  width: 315px;
  max-width: 100%;
}

.sec-contact .btn-block button.back:before {
  left: auto;
  right: 0;
}

.sec-contact .btn-block button.back:after {
  right: auto;
  left: 55px;
}

.sec-contact .btn-block button.back span:after {
  right: 0;
  left: 0px;
  background-image: url(../img/contact/arrow-btn-back.svg);
}

.sec-contact .btn-block button.back:hover span:after {
  background-image: url(../img/contact/arrow-btn-back-white.svg);
}

.contact__des {
  text-align: center;
  margin-bottom: 40px;
}

.contact__phone {
  text-align: center;
  margin-bottom: 55px;
}

.contact__phone a {
  height: 110px;
  line-height: 110px;
  padding: 0 45px 0 105px;
  background: #f88803 url(../img/lp/icon_phone.svg) no-repeat center left 44px;
  color: #000;
  margin: 0 auto;
  display: inline-block;
  font-size: 42px;
  font-size: 3rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  border-radius: 10px;
}

.contact__phone a:hover {
  text-decoration: none;
}

.contact-form {
  padding: 50px 48px 70px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0px 5px 10px 0px #e7e7e7;
  box-sizing: border-box;
}

.contact-form dl {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 1.1428571429rem;
}

.contact-form dt {
  min-width: 245px;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  font-weight: bold;
  margin-right: 15px;
  padding-top: 14px;
}

.contact-form dt span {
  font-weight: normal;
  background: #1e3d8c;
  color: #fff;
  line-height: 1.4;
  padding: 3px 5px;
  margin-top: 3px;
  font-size: 12px;
  font-size: 0.8571428571rem;
}

.contact-form dd {
  flex: 1 1;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form input[type="password"], .contact-form input[type="number"], .contact-form input[type="search"] {
  width: 100%;
  background: #f6f6f6;
  height: 55px;
  line-height: 55px;
  padding: 0 27px;
}

.contact-form textarea {
  display: block;
  width: 100%;
  height: 220px;
  background: #f6f6f6;
  padding: 15px 27px;
}

.contact-form .custom-radio input[type=radio] {
  width: 23px;
  height: 23px;
  margin-right: 10px;
  display: none;
}

.contact-form .custom-radio input[type=radio] + span::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #f6f6f6;
  border: 1px solid #DBDBDB;
}

.contact-form .custom-radio input[type=radio]:checked + span::before {
  background: radial-gradient(#f88803 25%, #f6f6f6 30%, #f6f6f6 100%);
}

.contact-form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 14px;
}

.contact-form__radio li:not(:last-child) {
  margin-right: 18px;
}

.contact-form__radio span.wpcf7-list-item {
  margin-left: 0;
}

.contact-form__radio .wpcf7-form-control-wrap {
  width: 100%;
}

.contact-form__radio .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-right: -20px;
  padding-top: 16px;
}

.contact-form__radio .wpcf7-radio > * {
  margin-right: 20px;
}

.contact-form__radio .wpcf7-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.contact-form__radio .wpcf7-radio label input {
  display: none;
}

.contact-form__radio .wpcf7-radio label input:checked + .wpcf7-list-item-label:after {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

.contact-form__radio .wpcf7-radio label .wpcf7-list-item-label {
  padding-left: 30px;
  min-height: 24px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
  line-height: 1.5;
}

.contact-form__radio .wpcf7-radio label .wpcf7-list-item-label.single {
  width: 20px;
  padding-left: 0;
}

.contact-form__radio .wpcf7-radio label .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  display: -moz-inline-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin-top: 2px;
}

.contact-form__radio .wpcf7-radio label .wpcf7-list-item-label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #ffc398;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 2px;
}

.contact-form__radio .horizontal-item {
  margin-right: 20px;
}

.contact-form__radio .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.contact-form__button {
  max-width: 580px;
  margin: 10px auto 0;
  width: 100%;
  border-color: #000;
  color: #000;
}

.contact-form__button .arrow {
  border-left-color: #000;
}

.contact-form__button .arrow::before, .contact-form__button .arrow::after {
  background-color: #000;
}

.mw_wp_form {
  padding-top: 65px;
}

.mw_wp_form_confirm {
  padding-top: 90px;
}

.mw_wp_form_confirm .contact__des, .mw_wp_form_confirm .contact__phone {
  display: none;
}

.mw_wp_form_confirm .contact-form dt {
  padding-top: 0;
}

.mw_wp_form_confirm .contact-form .btn-block {
  margin-top: 50px;
}

.mw_wp_form_confirm .contact-form__radio {
  padding-top: 0;
}

.mw_wp_form_complete {
  padding-top: 90px;
}

.mw_wp_form_complete .contact__des {
  text-align: center;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .mw_wp_form_complete .contact__des {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1170px) {
  main > section {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sec-mv .scroll {
    display: none;
  }
  .reason-list {
    padding: 0;
  }
  .reason-list li {
    padding: 0 12px;
  }
  .sec-achievement__txt {
    padding: 0 30px;
  }
  .service-top {
    padding: 154px 40px 180px;
    margin-left: -40px;
    margin-right: -40px;
  }
}

/*sp*/
@media screen and (max-width: 750px) {
  main > section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sec-mv {
    padding-top: 70px;
  }
  .sec-mv .mv-txt {
    font-size: 16px;
  }
  .sec-mv .mv-ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .sec-mv .mv-award {
    margin-top: 45px;
  }
  .sec-mv .scroll {
    display: none;
  }
  .hline {
    margin-bottom: 30px;
    text-align: center;
  }
  .hline.tal .hline__top {
    margin-left: 0;
  }
  .hline__top {
    font-size: 18px;
  }
  .hline__ttl {
    font-size: 35px;
  }
  .p-txt {
    font-size: 14px;
  }
  .check-list li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .check-list li::before {
    margin-right: 10px;
    margin-top: 3px;
  }
  .sec-target {
    margin-top: 40px;
  }
  .sec-target .target__wrap {
    display: block;
  }
  .sec-target .target__main {
    margin-top: 0;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .sec-target .target__main__check {
    display: flex;
    justify-content: center;
  }
  .sec-target .target__img {
    margin: 0 -15px;
    position: static;
    width: auto;
  }
  .sec-target .target__img img {
    position: static;
    height: auto;
    min-width: 100%;
    max-width: 100%;
    transform: none;
  }
  .sec-reason {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .sec-reason .hline {
    margin-bottom: 40px;
  }
  .reason-list {
    margin: 0 -10px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .reason-list li {
    flex: 0 50%;
    max-width: 50%;
    padding: 0 10px;
  }
  .reason-list li:nth-child(n+3) {
    margin-top: 30px;
  }
  .reason-list .reason-item__num {
    width: 35%;
  }
  .reason-list .reason-item__img {
    padding: 0 15px;
  }
  .reason-list .reason-item__ttl {
    font-size: 18px;
    line-height: 1.5;
    margin: 10px 0 5px;
  }
  .reason-list .reason-item__txt {
    color: #51575d;
    font-size: 13px;
    text-align: left;
  }
  .sec-media {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .sec-media .logo-list {
    margin-right: -5px;
    margin-bottom: -20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .sec-media .logo-list:not(:last-child) {
    margin-bottom: 10px;
  }
  .sec-media .logo-list li {
    margin-right: 5px;
    margin-bottom: 20px;
    width: calc(25% - 5px);
  }
}

@media screen and (max-width: 750px) and (max-width: 460px) {
  .sec-media .logo-list li {
    width: calc(33.3333333333% - 5px);
  }
}

@media screen and (max-width: 750px) {
  .sec-achievement {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .sec-achievement__ttl {
    font-size: 22px;
    margin: 30px 0 15px;
  }
  .sec-achievement__txt {
    padding: 0;
  }
  .service-top {
    padding: 35px 0 40px;
    background: #fff;
    border-bottom: 1px solid #ddd;
  }
  .service-top .container {
    display: block;
  }
  .service-top__title {
    font-size: 18px;
    font-size: 1.2857142857rem;
    text-align: center;
    margin-bottom: 15px;
    color: #000;
  }
  .service-top::after {
    content: none;
  }
  .service-top__btn {
    padding: 0 80px 0 60px;
    background-position: center left 20px;
    margin: 0 auto;
  }
  .service-body {
    margin-bottom: 35px;
  }
  .service-body__title {
    margin-top: 0;
    padding-top: 40px;
  }
  .service-list__item {
    width: calc(50% - 8px);
    margin-bottom: 30px;
  }
  .service-list__image {
    padding: 30px 35px 15px;
  }
  .service-list__title {
    font-size: 13px;
    font-size: 0.9285714286rem;
    padding-bottom: 10px;
  }
  .service-list__text {
    padding: 8px;
    font-size: 11px;
    font-size: 0.7857142857rem;
  }
  .service-list__number {
    left: 12px;
    top: 12px;
    width: 18px;
  }
  .service-area {
    padding: 15px 0 20px;
  }
  .service-area-title {
    padding-bottom: 18px;
    margin-bottom: 20px;
    background-size: 36px 12px;
  }
  .service-area__des {
    margin-bottom: 10px;
  }
  .service-area__des span {
    font-size: 11px;
    font-size: 0.7857142857rem;
  }
  .service-box {
    max-width: 250px;
  }
  .service-box__body {
    padding: 12px 22px;
  }
  .service-box__title {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .service-box__text {
    font-size: 10px;
    font-size: 0.7142857143rem;
    min-width: 20px;
    padding: 6px 5px;
  }
  .service-box__number {
    width: 110px;
  }
  .sec-flow {
    border-top: 1px solid #ddd;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .sec-flow .hline::before, .sec-flow .hline::after {
    content: none;
  }
  .flow-list {
    flex-flow: wrap;
  }
  .flow-list__item {
    width: calc(50% - 17px);
    margin-bottom: 25px;
  }
  .flow-list__item:not(:last-child) .flow-list__image::after {
    left: calc(100% + 10px);
    border-width: 12px;
    margin-top: -5px;
  }
  .flow-list__item:nth-child(2n+2) .flow-list__image::after {
    left: calc(100% - 9px);
  }
  .flow-list__image {
    padding: 0 22px;
    margin-bottom: 8px;
  }
  .flow-list__title {
    font-size: 13px;
    font-size: 0.9285714286rem;
    margin-bottom: 8px;
  }
  .flow-list__text {
    font-size: 11px;
    font-size: 0.7857142857rem;
  }
  .sec-contact {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .sec-contact .btn-block {
    margin-left: 0;
    margin-right: 0;
  }
  .sec-contact .btn-block button {
    background: #FFF;
    padding-right: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .sec-contact .btn-block button.w350 {
    width: 100%;
    max-width: 100%;
  }
  .contact__phone a {
    font-size: 32px;
    font-size: 2.2857142857rem;
    height: 75px;
    line-height: 75px;
    padding: 0 22px 0 75px;
    background: #f88803 url(../img/lp/icon_phone.svg) no-repeat center left;
    background-size: 25% 51%;
    pointer-events: inherit;
  }
  .contact-form {
    padding: 20px;
  }
  .contact-form__radio {
    display: block;
  }
  .contact-form__radio li:not(:last-child) {
    margin: 0 0 10px 0;
  }
  .contact-form__radio .wpcf7-radio {
    padding-top: 0;
  }
  .contact-form dl {
    display: block;
  }
  .contact-form dt {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 15px 0;
    min-width: auto;
    padding-top: 0;
  }
  .contact-form dt span {
    margin-left: 10px;
    margin-top: 0;
  }
  .contact-form .btn-block {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .mw_wp_form {
    padding-top: 45px;
  }
  .mw_wp_form_confirm {
    padding-top: 70px;
  }
  .mw_wp_form_confirm .contact-form .btn-block {
    margin-top: 40px;
  }
  .mw_wp_form_complete {
    padding-top: 70px;
  }
}
