.m0 {
  margin: 0px !important;
}

@media only screen and (max-width: 767px) {
  .--only-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .--only-sp {
    display: none !important;
  }
}

.p-service-top {
  background-color: #FFF;
  padding-bottom: 50px;
  box-sizing: border-box;
  color: #333;
}

.p-service-top *,
.p-service-top *::before,
.p-service-top *::after {
  box-sizing: inherit;
}

.p-service-top img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.p-service-top__inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1020px;
  padding: 0 10px;
}

@media only screen and (min-width: 768px) {
  .p-service-top {
    padding-bottom: 64px;
  }

  #contentsArea.p-service-top {
    width: 100% !important;
  }
}

.p-service-top-mv {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 287px;
  background: url('/resource/service/img/img-mv_bg__sp.jpg') no-repeat center bottom / cover;
  position: relative;
  margin-bottom: 30px;
}

.p-service-top-mv::after {
  content: '';
  display: block;
  aspect-ratio: 1440 / 55;
  background: url('/resource/top/img/bg_main_tail_02.png') no-repeat center bottom / contain;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.p-service-top-mv__inner {
  max-width: calc(100% - 40px);
  width: 330px;
}

.p-service-top-mv__group {
  margin-bottom: 30px;
}

.p-service-top-mv__ttl {
  line-height: 1;
  max-width: 100%;
  width: 330px;
  border-bottom: 1px solid #003B6B;
  padding-bottom: 12px;
  margin: 0 0 12px;
}

.p-service-top-mv__ttl img {
  display: block;
  margin: 0 auto;
  width: 274px;
}

.p-service-top-mv__txt {
  line-height: 1;
  margin: 0 auto;
  width: 308px;
  max-width: 100%;
}

.p-service-top-mv__buttons {
  display: flex;
  align-items: center;
  justify-self: center;
  width: 100%;
}

.p-service-top-mv__button {
  margin: 0 auto;
  line-height: 1;
  max-width: 353px;
  width: 100%;
}

.p-service-button {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #d10042;
  box-shadow: 0px 0px 10px 0px rgba(78, 78, 78, 0.70);
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.27;
  border: 1px solid #fff;
  transition: transform .2s;
  text-align: center;
  width: 100%;
}

.p-service-button::after {
  content: '';
  height: 14px;
  width: 11px;
  background: url('/resource/top/img/icon_arrow_brackets_white_01.svg') no-repeat center;
  background-size: contain;
  margin: 0 0 0 20px;
  flex-shrink: 0;
  display: block;
}

.p-service-button:hover {
  transform: scale(1.05) rotate(0.0001deg);
  text-decoration: none;
}

.p-service-button:focus {
  text-decoration: none;
}

.p-service-button::before {
  content: '';
  display: block;
  background: rgba(255, 255, 255, .15);
  transform: rotate(-45deg);
  position: absolute;
  top: -10%;
  left: -100%;
  transition: .5s ease-in-out;
  height: 100%;
  width: 110%;
}

.p-service-button:hover::before {
  left: 80%;
}

.p-service-button__icon {
  flex-shrink: 0;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-align: center;
  color: #d10042;
  border-radius: 8px;
  background: #fff;
  padding: 2px 4px;
  margin-right: 6px;
}

.p-service-button__text {
  flex-shrink: 0;
}

@media only screen and (min-width: 768px) {
  .p-service-top-mv {
    height: 403px;
    background-image: url('/resource/service/img/img-mv_bg__pc.jpg');
    margin-bottom: 40px;
  }

  .p-service-top-mv__inner {
    width: 620px;
  }

  .p-service-top-mv__ttl {
    width: 100%;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .p-service-top-mv__ttl img {
    width: 420px;
  }

  .p-service-top-mv__txt {
    width: 396px;
  }

  .p-service-button {
    font-size: 18px;
    border-radius: 12px;
    background: #d10042;
    padding: 16px 12px;
    height: 72px;
  }

  .p-service-button::after {
    margin-left: 10px;
  }

  .p-service-button__icon {
    padding: 4px 8px;
  }
}

.p-service-top-txt-1 {
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 12px;
  color: #005EAB;
}

.p-service-top-txt-2 {
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

.p-service-top-ttl-1 {
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
  margin: 32px 0 22px;
  color: #005EAB;
  padding-top: 22px;
  border-top: 1px solid rgba(0, 94, 171, 0.4);
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .p-service-top-txt-1 {
    font-size: 25px;
  }

  .p-service-top-txt-2 {
    font-size: 20px;
  }

  .p-service-top-ttl-1 {
    font-size: 28px;
    margin-top: 64px;
    margin-bottom: 40px;
    padding-top: 0;
    border-top: none;
  }
}

.p-service-info-list > li {
  margin-bottom: 20px;
  border: solid 1px #0A9FC2;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.p-service-info-list__link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  transition: 0.5s;
}

.p-service-info-list__link:hover {
  background-color: #E6EFF6;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.p-service-info-list__link:focus {
  text-decoration: none;
}

.p-service-info-list__img {
  line-height: 1;
}

.p-service-info-list__img img {
  display: block;
}

.p-service-info-list__body {
  padding: 20px 5%;
}

.p-service-info-list__ttl {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #005EAB;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.p-service-info-list__ttl::after {
  content: '';
  display: block;
  background: url('/resource/specializedsite/img/arrow.svg') no-repeat center / contain;
  width: 7px;
  height: 7px;
  margin-left: 5px;
  transition: 0.5s;
}

/*.p-service-info-list__link:hover .p-service-info-list__ttl::after {
  margin-left: 15px;
}*/

.p-service-info-list__txt {
  font-size: 14px;
  line-height: 1.78;
}

.p-service-info-list a {

}

@media only screen and (min-width: 768px) {
  .p-service-info-list {
    display: flex;
    justify-content: center;
    column-gap: 25px;
    row-gap: 24px;
    flex-wrap: wrap;
  }

  .p-service-info-list > li {
    margin-bottom: 0;
    width: calc((100% - 50px) / 3);
  }
}

.p-service-manual {
  margin-top: 44px;
}

.p-service-manual .list_re {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}

.p-service-manual .list__item_re {
  position: relative;
  width: 493px;
  margin: 10px 13px 0 0;
}

.p-service-manual .list__item_re:last-child {
  margin-right: 0px;
}

.p-service-manual .groupList__item_re {
  background-color: #005eab;
  height: 100px;
  width: 206px;
  display: flex;
  border-radius: 8px 0px 0px 8px;
  filter: drop-shadow(1px 3px 2px #888);
}

.p-service-manual .groupList__imgBox {
  width: 80px;
}

.p-service-manual .groupList__itemList_re {
  border-radius: 8px 0px 0px 8px;
  display: flex;
  position: relative;
  text-decoration: none;
}

.p-service-manual .groupList__itemList_re:before {
  content: "";
  margin: auto;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  z-index: 1;
  background: url(/resource/top/img/icon_arrow_brackets_white_01.svg) no-repeat center;
  background-size: contain;
  left: 213px;
  z-index: 3;
}

.p-service-manual .groupList__itemList_re:after {
  content: "";
  margin: auto;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  z-index: 0;
  background-color: #005eab;
  background-size: contain;
  left: 210px;
  z-index: 2;
}

.p-service-manual .age .groupList__itemList_re:after {
  content: "";
  margin: auto;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  z-index: 0;
  background-color: #0a9fc2;
  background-size: contain;
  left: 210px;
  z-index: 2;
}

.p-service-manual .groupList__img_btn_re {
  z-index: 1;
}

.ml13 {
  margin-left: 13px;
}

.p-service-manual .list__item--times_re .group_re {
  position: absolute;
  top: -48px;
  left: 204px;
  width: 90px;
  height: 23px;
  padding: 2px 0 1px;
}

@media all and (-ms-high-contrast: none) {
  .p-service-manual .list__item--times_re .group_re {
    height: 21px;
    padding: 4px 0 0;
  }
}

.p-service-manual .groupList__link_re {
  display: flex;
  text-align: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
  padding: 10px 5px 10px 10px;
}

.p-service-manual .groupList__tit_box_re {
  margin-left: 15px;
}

.p-service-manual .groupList__tit_box_re_ex {
  margin-left: 7px;
}

.p-service-manual .groupList__tit_re,
.p-service-manual .groupList__tit_sub_re {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
}

.p-service-manual .groupList__tit_sub_re {
  font-size: 15px;
}

.list_re .groupList_re {
  display: flex;
}

@supports (-ms-ime-align: auto) {
  .p-service-manual .groupList__item_re {
    z-index: -1;
  }
}

@media only screen and (max-width: 767px) {
  .p-service-manual {
    display: none;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-service-manual .list_re {
    display: block;
    justify-content: space-between;
    margin: 0;
  }

  .p-service-manual .list__item_re {
    width: 100%;
    margin: 10px 0 30px;
    text-align: center;
  }

  .p-service-manual .list__item--times_re .group_re {
    position: static;
    display: inline-block;
    margin-bottom: 20px;
  }

  .p-service-manual .list_re .groupList_re {
    display: block;
    text-align: center;
  }

  .p-service-manual .list_re .groupList_re .alpha {
    display: inline-block;
  }
}

.alpha:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
