@charset "UTF-8";
.pc-hide {
  display: block;
}

@media (max-width: 1023px) {
  .pc-hide {
    display: none;
  }
}

.sp-hide {
  display: none;
}

@media (max-width: 1023px) {
  .sp-hide {
    display: block;
  }
}

.serviceH1Area {
  background: #ff0132;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 1023px) {
  .serviceH1Area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.serviceH1Area__block {
  width: 33.5%;
  z-index: 80;
}

@media (max-width: 1023px) {
  .serviceH1Area__block {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
    text-align: center;
    width: 100%;
  }
}

.serviceH1Area-navy {
  background-color: #00003e;
}

.serviceH1Area__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 8.75%;
  position: absolute;
  width: 47%;
  z-index: 300;
}

@media (max-width: 1023px) {
  .serviceH1Area__left {
    padding: 0 20px 40px;
    position: relative;
    width: 100%;
  }
}

.serviceH1Area__txtBlock {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 25px;
  width: 100%;
}

@media (max-width: 1023px) {
  .serviceH1Area__txtBlock {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

.serviceH1Area__txtBlock-long {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 29px;
  width: 100%;
}

@media (max-width: 1023px) {
  .serviceH1Area__txtBlock-long {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 35px;
    width: 100%;
  }
}

.serviceH1Area__txtBlock-long .serviceH1Area__H1title {
  line-height: 1.167;
}

.serviceH1Area__txtBlock-long .serviceH1Area__ctaBtnArea {
  margin-top: 30px;
}

.serviceH1Area__H1title {
  color: #ffffff;
  font-family: 'UD新ゴ B';
  font-size: 4.6rem;
  letter-spacing: .05em;
  line-height: 1.217;
}

@media (max-width: 1023px) {
  .serviceH1Area__H1title {
    font-size: 2.8rem;
    line-height: 1.429;
    text-align: center;
  }
}

.serviceH1Area__H1title--small {
  font-size: 1.6rem;
}

.serviceH1Area__text {
  color: #ffffff;
  font-family: 'UD新ゴ B';
  letter-spacing: .1em;
  line-height: 1.875;
  margin-top: 30px;
  text-align: left;
}

.serviceH1Area__ctaBtnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 38px;
}

@media (max-width: 1023px) {
  .serviceH1Area__ctaBtnArea {
    margin-top: 24px;
  }
}

.serviceH1Area__ctaBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .2rem;
  line-height: 1.2;
  max-width: 320px;
  min-height: 55px;
  padding: 3px 18px;
  position: relative;
  -webkit-transition: color .4s , background-color .4s;
  transition: color .4s , background-color .4s;
}

@media (max-width: 1023px) {
  .serviceH1Area__ctaBtn {
    font-size: 1.6rem;
    min-height: 54px;
    min-width: 275px;
  }
}

.serviceH1Area__ctaBtn:hover {
  text-decoration: none;
}

.serviceH1Area__ctaBlueBtn {
  background: #00003e;
  border: 2px solid #00003e;
  color: #ffffff;
}

.serviceH1Area__ctaBlueBtn:hover {
  background: #ffffff;
  color: #00003e;
}

.serviceH1Area__ctaWhiteBtn {
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #00003e;
  font-family: 'UD新ゴ M';
  margin-top: 13px;
}

.serviceH1Area__ctaWhiteBtn:hover {
  background: #00003e;
  color: #ffffff;
}

.serviceH1Area__textLink {
  color: #ffffff;
  margin-top: 8px;
}

.serviceH1Area__textLink:before {
  content: '※';
  font-size: 1.15rem;
}

.serviceH1Area__textLink a {
  color: #ffffff;
  font-size: 1.2rem;
  padding-bottom: 2px;
}

.serviceH1Area__textLink a:hover {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 2px;
  text-decoration: none;
}

.mainVisualArea {
  background: #ffffff;
  -webkit-clip-path: polygon(29% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(29% 0, 100% 0%, 100% 100%, 0% 100%);
  height: 510px;
  position: relative;
  width: 66.5%;
}

@media (max-width: 1023px) {
  .mainVisualArea {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    height: 200px;
    width: 100%;
  }
}

.mainVisualArea img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 50;
}

@media (max-width: 1023px) {
  .mainVisualArea img {
    height: 200px;
    -o-object-position: 50% 0;
       object-position: 50% 0;
    width: 100%;
  }
}

.c-kvE1__txt {
  letter-spacing: .05em;
}

.c-btnE2 {
  border: 2px solid #00003e;
  padding: 12px;
}

.c-kvE1__btn .c-btnE2--bgWhite {
  border: 2px solid #ffffff;
}

@media (max-width: 1023px) {
  .c-kvE1__txt {
    text-align: center;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  position: absolute;
  top: 23px;
}

@media (max-width: 1023px) {
  .nav {
    display: none;
  }
}

.nav li {
  color: #ffffff;
  display: inline-block;
  font-size: 1.2rem;
  position: relative;
}

.nav li:not(:first-of-type) {
  padding-left: 20px;
}

.nav li:after {
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  color: #ffffff;
  content: '';
  display: block;
  height: 5px;
  left: 6px;
  position: absolute;
  top: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
}

.nav li:first-of-type::after {
  content: '';
  display: none;
}

.nav a {
  color: #ffffff;
  font-family: 'UD新ゴ M';
  font-size: 1.3rem;
}

.conversionArea {
  background: #f2f4f8;
  margin: 100px auto 60px;
  max-width: 980px;
  padding: 60px;
}

@media (max-width: 1023px) {
  .conversionArea {
    padding: 60px 45px;
  }
}

.conversionArea__title {
  color: #03003e;
  font-family: 'UD新ゴ B';
  font-size: 3.1rem;
  margin-bottom: 26px;
  text-align: center;
}

@media (max-width: 1023px) {
  .conversionArea__title {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}

.conversionArea__btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1023px) {
  .conversionArea__btnArea {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.conversionArea__txt {
  font-family: 'UD新ゴ B';
  font-size: 1.4rem;
  margin-top: 51px;
}

.conversionArea__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .2rem;
  line-height: 1.2;
  min-height: 66px;
  min-width: 360px;
  padding: 3px 18px;
  position: relative;
  -webkit-transition: color .4s , background-color .4s;
  transition: color .4s , background-color .4s;
}

@media (max-width: 1023px) {
  .conversionArea__btn {
    font-size: 1.4rem;
    letter-spacing: .4rem;
    max-width: 335px;
    min-height: 54px;
    min-width: inherit;
    padding: 0 30px;
    width: 100%;
  }
}

.conversionArea__btn:hover {
  text-decoration: none;
}

.conversionArea__btn:nth-of-type(2) {
  margin-left: 56px;
}

@media (max-width: 1023px) {
  .conversionArea__btn:nth-of-type(2) {
    margin-left: 0;
    margin-top: 10px;
  }
}

.conversionArea__orangeBtn {
  background: #f77911;
  border: 2px solid #f77911;
  color: #ffffff;
}

.conversionArea__orangeBtn:hover {
  background: #ffffff;
  color: #f77911;
}

.conversionArea__whiteBtn {
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #00003e;
}

.conversionArea__whiteBtn:hover {
  background: #00003e;
  border: 2px solid #00003e;
  color: #ffffff;
}

.cntct__Btn {
  align-items: center;
  background: #ffffff;
  border: 2px solid #ff0132;
  border-radius: 100px;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  color: #ff0132;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  -ms-flex-pack: start;
  font-family: 'UD新ゴ M';
  font-size: 1.4rem;
  justify-content: flex-start;
  line-height: 1.428;
  max-width: 370px;
  min-height: 40px;
  overflow: hidden;
  padding: 2px 50px 2px 28px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  width: 100%;
}

@media (max-width: 1023px) {
  .cntct__Btn {
    font-size: 1.3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 280px;
    padding-left: 24px;
    padding-right: 46px;
  }
}

.cntct__Btn:hover {
  background-color: #ff0132;
  color: #ffffff;
  text-decoration: none;
}

.cntct__Btn:hover:after {
  background: url(/sites/default/files/media/jp/service/common/img/ico_redArrow.svg) 0 0 no-repeat;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 13px;
  top: calc(50% - 10px);
  -webkit-transition: .5s;
  transition: .5s;
  vertical-align: middle;
  width: 20px;
}

.cntct__Btn:after {
  background: url(/sites/default/files/media/jp/service/common/img/ico_whiteArrow.svg) 0 0 no-repeat;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 13px;
  top: calc(50% - 10px);
  -webkit-transition: .5s;
  transition: .5s;
  vertical-align: middle;
  width: 20px;
}

.orangeBtn {
  margin-top: 30px;
}

@media screen and (min-width: 1024px) {
  .serviceList2__orangeBtn {
    margin-top: 100px;
  }
}
/*# sourceMappingURL=service.css.map */