@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@font-face {
  font-family: "zenKakuGothicNew400";
  src: url("../font/ZenKakuGothicNew-Regular.woff");
}
@font-face {
  font-family: "zenKakuGothicNew500";
  src: url("../font/ZenKakuGothicNew-Medium.woff");
}
@font-face {
  font-family: "zenKakuGothicNew700";
  src: url("../font/ZenKakuGothicNew-Bold.woff");
}
.service-section {
  padding: 0;
}

.service-section__inner {
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .service-section__inner {
    max-width: 950px;
  }
}
@media screen and (max-width: 767px) {
  .service-section__inner {
    max-width: 620px;
  }
}

.service-section__announce {
  letter-spacing: 0.05em;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .service-section__announce {
    font-size: clamp(24px, 3.2vw, 32px);
  }
}
@media screen and (max-width: 767px) {
  .service-section__announce {
    font-size: 24px;
  }
}
.service-section__announce span {
  padding: 1px 16px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-color: #064EA2;
}
@media screen and (min-width: 768px) {
  .service-section__announce span {
    margin: 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .service-section__announce span {
    margin: 3px 0;
  }
}

.service-section__listWrap {
  position: relative;
}

@media screen and (max-width: 767px) {
  .service-section__list {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.service-section__item {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .service-section__item {
    position: absolute;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  .service-section__item:first-child {
    bottom: 17%;
    right: 47%;
  }
  .service-section__item:nth-child(2) {
    bottom: 57%;
    right: 31%;
  }
  .service-section__item:nth-child(3) {
    bottom: 49%;
    right: 7%;
  }
  .service-section__item:nth-child(4) {
    bottom: 40%;
    right: 27%;
  }
  .service-section__item:nth-child(5) {
    bottom: 61%;
    right: 16%;
    z-index: 2;
  }
  .service-section__item:nth-child(6) {
    bottom: 29%;
    right: 37%;
  }
  .service-section__item:nth-child(7) {
    bottom: 29%;
    right: 57%;
  }
  .service-section__item:nth-child(8) {
    bottom: 68%;
    right: 63%;
  }
  .service-section__item:nth-child(9) {
    bottom: 78%;
    right: 41%;
  }
  .service-section__item:nth-child(10) {
    bottom: 46%;
    right: 87%;
  }
}
@media screen and (max-width: 767px) {
  .service-section__item {
    width: 49%;
  }
  .service-section__item:nth-child(n+3) {
    margin-top: 10px;
  }
}

.service-section__bubble {
  padding: 10px 20px 10px 45px;
  display: block;
  position: relative;
  font-family: notoSans700, sans-serif;
  white-space: nowrap;
  border: 1px solid #064EA2;
  border-radius: 1000px;
  background-color: #fff;
}
.service-section__bubble:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: -1px;
  left: -5px;
  border: 1px solid #064EA2;
  border-radius: 1000px;
}
.service-section__bubble.--work1:before {
  background: #064EA2 url("../img/service/icon1.svg") no-repeat center/22px;
}
.service-section__bubble.--work2:before {
  background: #064EA2 url("../img/service/icon2.svg") no-repeat center/22px;
}
.service-section__bubble.--work3:before {
  background: #064EA2 url("../img/service/icon3.svg") no-repeat center/22px;
}
@media screen and (min-width: 768px) {
  .service-section__bubble {
    font-size: 15px;
  }
  .service-section__bubble:hover {
    color: #fff;
    background-color: #064EA2;
  }
  .service-section__bubble:hover.--work1:before {
    background: #fff url("../img/service/icon1_active.svg") no-repeat center/22px;
  }
  .service-section__bubble:hover.--work2:before {
    background: #fff url("../img/service/icon2_active.svg") no-repeat center/22px;
  }
  .service-section__bubble:hover.--work3:before {
    background: #fff url("../img/service/icon3_active.svg") no-repeat center/22px;
  }
  .service-section__bubble:hover span:after {
    border-top: 10px solid #064EA2;
  }
}
@media screen and (max-width: 767px) {
  .service-section__bubble {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .service-section__bubble span {
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 10px solid #064EA2;
    border-bottom: 0;
  }
  .service-section__bubble span:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 10px solid #fff;
    border-bottom: 0;
  }
}

.service-section__note {
  margin-top: 20px;
  position: relative;
  font-size: 15px;
  line-height: 1.35;
}
.service-section__note:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  border-radius: 2px;
  background-color: #064EA2;
}
@media screen and (min-width: 768px) {
  .service-section__note {
    padding-left: 25px;
  }
  .service-section__note:before {
    width: 17px;
    height: 17px;
    top: 1px;
  }
}
@media screen and (max-width: 767px) {
  .service-section__note {
    padding-left: 18px;
  }
  .service-section__note:before {
    width: 11px;
    height: 11px;
    top: 3px;
  }
}

@media screen and (min-width: 768px) {
  .service-section__positionGroup {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .service-section__positionGroup {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .service-section__positionWrap.--short {
    max-width: 224px;
    width: 24%;
  }
  .service-section__positionWrap.--large {
    max-width: 464px;
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .service-section__positionWrap:nth-child(n+2) {
    margin-top: 30px;
  }
}

.service-section__position {
  padding: 10px;
  font-size: 18px;
  text-align: center;
  font-family: notoSans700, sans-serif;
  color: #fff;
  background-color: #064EA2;
}

@media screen and (min-width: 768px) {
  .service-section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .service-section__defineList {
    max-width: 225px;
  }
}

.service-section__defineTitle {
  margin-top: 20px;
  position: relative;
  font-family: notoSans700, sans-serif;
  font-family: "Noto Sans JP";
  font-weight: 700;
}
.service-section__defineTitle:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  border-radius: 2px;
  background-color: #064EA2;
}
.service-section__defineTitle.--color1:before {
  background-color: #88B6CA;
}
.service-section__defineTitle.--color2:before {
  background-color: #748EBE;
}
.service-section__defineTitle.--color3:before {
  background-color: #B46FA3;
}
.service-section__defineTitle.--color4:before {
  background-color: #C6BA8D;
}
.service-section__defineTitle.--color5:before {
  background-color: #A3C65F;
}
.service-section__defineTitle.--color6:before {
  background-color: #83B873;
}
.service-section__defineTitle.--color7:before {
  background-color: #C8C797;
}
.service-section__defineTitle.--color8:before {
  background-color: #BF9085;
}
@media screen and (min-width: 768px) {
  .service-section__defineTitle {
    padding-left: 20px;
    font-size: 18px;
  }
  .service-section__defineTitle:before {
    top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .service-section__defineTitle {
    padding-left: 15px;
  }
  .service-section__defineTitle:before {
    top: 5px;
  }
}

.service-section__defineData {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.53;
}
@media screen and (min-width: 768px) {
  .service-section__defineData {
    padding-left: 20px;
  }
}

.service-section__department {
  font-family: notoSans400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .service-section__department:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-section__department:nth-child(n+2) {
    margin-top: 10px;
  }
}

.service-section__emphasis {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 15px;
  font-family: notoSans700, sans-serif;
}
.service-section__emphasis.--color1 {
  color: #88B6CA;
  border-bottom: 1px dotted #88B6CA;
}
.service-section__emphasis.--color2 {
  color: #748EBE;
  border-bottom: 1px dotted #748EBE;
}
.service-section__emphasis.--color3 {
  color: #B46FA3;
  border-bottom: 1px dotted #B46FA3;
}
.service-section__emphasis.--color4 {
  color: #C6BA8D;
  border-bottom: 1px dotted #C6BA8D;
}
.service-section__emphasis.--color5 {
  color: #A3C65F;
  border-bottom: 1px dotted #A3C65F;
}
.service-section__emphasis.--color6 {
  color: #83B873;
  border-bottom: 1px dotted #83B873;
}
.service-section__emphasis.--color7 {
  color: #C8C797;
  border-bottom: 1px dotted #C8C797;
}
.service-section__emphasis.--color8 {
  color: #BF9085;
  border-bottom: 1px dotted #BF9085;
}

@media screen and (min-width: 768px) {
  .service-section__buttonWrap {
    margin: 20px 0 0 -20px;
  }
}
@media screen and (max-width: 767px) {
  .service-section__buttonWrap {
    max-width: 320px;
    margin: 40px auto 0;
  }
}

.service-section__button {
  max-width: unset;
  min-height: 58px;
  line-height: 1.1;
  letter-spacing: 0.08em;
  font-family: notoSans700, sans-serif;
  font-family: "Noto Sans JP";
  font-weight: 700;
}

.service-section__overlay {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  background-color: rgba(8, 26, 40, 0.7);
}
.service-section__overlay.is-show {
  display: block;
}

.service-section__popup {
  width: calc(100% - 45px);
  display: none;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 8;
  border-radius: 10px;
  border: 2px solid #064EA2;
  background-color: #F3FCFF;
}
@media screen and (min-width: 768px) {
  .service-section__popup {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 800px;
    max-height: 417px;
    padding: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service-section__popup.is-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .service-section__popup {
    top: 100px;
    max-width: 560px;
    height: calc(100vh - 120px);
    padding: 20px;
  }
  .service-section__popup.is-show {
    display: block;
  }
}

.service-section__close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
  border-radius: 100px;
  background-color: #064EA2;
}
.service-section__close:before {
  content: "";
  width: 20px;
  height: 3px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
  border-radius: 100px;
  background-color: #fff;
}
.service-section__close:after {
  content: "";
  width: 20px;
  height: 3px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  pointer-events: none;
  border-radius: 100px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .service-section__close:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 768px) {
  .service-section__popupImage {
    max-width: 200px;
    width: 28%;
  }
  .service-section__popupImage.--medium {
    max-width: 178px;
  }
}
@media screen and (max-width: 767px) {
  .service-section__popupImage {
    width: 120px;
    margin: 0 auto;
    width: 28%;
  }
  .service-section__popupImage.--medium {
    max-width: 90px;
  }
}

.service-section__popupDesc {
  max-width: 470px;
  overflow-y: scroll;
}
.service-section__popupDesc::-webkit-scrollbar {
  background: #F3FCFF;
  width: 2px;
  height: 5px;
}
.service-section__popupDesc::-webkit-scrollbar-thumb {
  background-color: #5082BD;
}
@media screen and (min-width: 768px) {
  .service-section__popupDesc {
    width: 70%;
    height: 100%;
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .service-section__popupDesc {
    height: calc(90% - 120px);
    margin: 20px auto 0;
  }
}

.service-section__popupTitle {
  font-family: notoSans700, sans-serif;
  text-align: center;
  color: #fff;
  background-color: #064EA2;
}
@media screen and (min-width: 768px) {
  .service-section__popupTitle {
    padding: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-section__popupTitle {
    padding: 6px;
    font-size: 18px;
  }
}

.service-section__popupJob {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  font-family: notoSans700, sans-serif;
  color: #064EA2;
}
@media screen and (min-width: 768px) {
  .service-section__popupJob {
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .service-section__popupJob {
    font-size: 17px;
  }
}

.service-section__popupText {
  line-height: 2;
  font-family: notoSans400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .service-section__popupText {
    margin-top: 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .service-section__popupText {
    margin-top: 10px;
    font-size: 14px;
  }
}

.service-section__popupButton {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}