@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/custom/hoya/assets/font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("/themes/custom/hoya/assets/font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/custom/hoya/assets/font/Poppins-Regular.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("/themes/custom/hoya/assets/font/Poppins-Bold.woff") format("woff");
}
@font-face {
  font-family: "Rounded M+ 1p";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/custom/hoya/assets/font/MPLUS1p-Regular.woff") format("woff");
}
@font-face {
  font-family: "Rounded M+ 1p";
  font-style: normal;
  font-weight: 700;
  src: url("/themes/custom/hoya/assets/font/MPLUS1p-Bold.woff") format("woff");
}
.sample_card {
  margin-top: 16px;
  margin: 24px;
}

.sample_header {
  margin-top: 16px;
  margin-bottom: 32px;
}

.sample_content {
  padding-top: 24px;
  padding: 8px;
}

.sample_section {
  padding-top: 16px;
  padding-right: 24px;
  padding-left: 24px;
}

.sample_btn-next {
  background: url(/sites/default/files/media/assets/svg/icons/round/round-arrow-right-m-blue.svg) no-repeat center/contain;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.sample_btn-line {
  background: url(/sites/default/files/media/assets/svg/icons/line/line-arrow-right-m-blue.svg) no-repeat center/contain;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.sample_btn-indicator {
  background: url(/sites/default/files/media/assets/svg/icons/indicator/indicator-arrow-right-m-blue.svg) no-repeat center/contain;
  display: inline-block;
  width: 26px;
  height: 26px;
}

.sample_btn-filled {
  background: url(/sites/default/files/media/assets/svg/icons/filled/filled-arrow-right-m-blue.svg) no-repeat center/contain;
  display: inline-block;
  width: 26px;
  height: 26px;
}

.service-lead-wrap {
  max-width: 1072px;
  padding-right: 16px;
  padding-left: 16px;
  margin: 0 auto 32px;
}
.service-section {
  padding-top: 80px;
  padding-right: 16px;
  padding-bottom: 80px;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .service-section {
    padding-top: 56px;
    padding-right: 16px;
    padding-bottom: 0px;
    padding-left: 16px;
  }
}
.service-section.bg-light {
  background: var(--background-blue1, #F0F8FF);
  padding-top: 40px;
  padding-right: 16px;
  padding-bottom: 40px;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .service-section.bg-light {
    padding-top: 32px;
    padding-right: 16px;
    padding-bottom: 32px;
    padding-left: 16px;
  }
}
.service-section .section-title {
  margin-bottom: 24px;
}
.service-section .app-block {
  max-width: 1040px;
  margin: 0 auto;
  gap: 32px;
}
@media (max-width: 767px) {
  .service-section .app-block {
    gap: 24px;
  }
}
.service-section .app-block__item:nth-of-type(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (max-width: 767px) {
  .service-section .app-block__item:nth-of-type(2) {
    gap: 16px;
  }
}
.service-section .app-block__item img {
  -webkit-box-shadow: 0 2px 6px 0 rgba(3, 155, 233, 0.3);
          box-shadow: 0 2px 6px 0 rgba(3, 155, 233, 0.3);
  border-radius: 16px;
}
@media (max-width: 767px) {
  .service-section .app-block__item img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media (max-width: 767px) {
  .service-section .service-lead-wrap {
    margin-bottom: 24px;
  }
}
.service-list {
  max-width: 1040px;
  margin: 0 auto;
  gap: 40px 48px;
}
@media (max-width: 767px) {
  .service-list {
    gap: 32px;
  }
}
.service-list--entry {
  gap: 24px 48px;
}
@media (max-width: 767px) {
  .service-list--entry {
    gap: 16px;
  }
}
.service-list--others {
  gap: 24px 48px;
}
@media (max-width: 767px) {
  .service-list--others {
    gap: 16px;
  }
}
.service-item {
  background: #FFFFFF;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 18px 0 rgba(3, 155, 233, 0.3);
          box-shadow: 0 2px 18px 0 rgba(3, 155, 233, 0.3);
  overflow: hidden;
}
.service-item__body {
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
}
@media (max-width: 767px) {
  .service-item__body {
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }
}
.service-item__thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.service-item__title {
  color: #009CE5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%; /* 32px */
}
@media (max-width: 767px) {
  .service-item__title {
    font-size: 16px;
  }
}
.service-item__text {
  margin-top: 8px;
}
.service-item__link {
  text-align: right;
  margin-top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.service-item__link a {
  color: #007AC9;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  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;
  gap: 4px;
}
.service-item__link a::after {
  content: "";
  background: url(/sites/default/files/media/assets/svg/icons/round/round-arrow-right-s-blue.svg) no-repeat center/contain;
  display: inline-block;
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .service-item__link a {
    font-size: 14px;
  }
}
.service-entry {
  padding-top: 24px;
  padding-right: 16px;
  padding-bottom: 24px;
  padding-left: 16px;
  display: grid;
  grid-template-columns: 90px auto 24px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 16px;
  border-radius: 10px;
  border: 2px solid #D9D9D9;
  background: #FFF;
}
@media (max-width: 767px) {
  .service-entry {
    grid-template-columns: 70px auto 24px;
  }
}
.service-entry::after {
  content: "";
  background: url(/sites/default/files/media/assets/svg/icons/round/round-arrow-right-m-blue.svg) no-repeat center/contain;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: auto;
}
.service-entry__title {
  color: #009CE5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
}
@media (max-width: 767px) {
  .service-entry__title {
    font-size: 16px;
  }
}
.service-entry__text {
  margin-top: 8px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 18px */
}
@media (max-width: 767px) {
  .service-entry__text {
    font-size: 12px;
  }
}