@charset "utf-8";

/******************************************
service
******************************************/
.section-frame {
  background: linear-gradient(166.79deg, #EEF7FC 11.67%, #B8D9FF 22.9%, #F5FBFF 61.52%, #C6E3FD 82.62%);
}

.section {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .section {
    padding: 30px 0;
  }
}

#section-01 {
  padding-top: 0;
}
@media (min-width: 768px) {
  #section-01 {
    padding-top: 30px;
  }
}

#section-03 {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  #section-03 {
    padding-bottom: 30px;
  }
}

.section-frame .container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .section-frame .container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

.block {
  padding: 48px 20px 60px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .block {
    max-width: 100%;
    padding: 55px 60px 70px;
  }
}

.container > .row {
  
}
@media (min-width: 768px) {
  .container > .row {
    margin-top: 50px;
  }
}

.service-title.type01 {
  position: relative;
  margin: 0 0 40px;
  padding-top: 100px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .service-title.type01 {
    font-size: 32px;
  }
}

.service-title.type01::before {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  display: block;
  width: 80px;
  aspect-ratio: 1;
  content: "";
}

#section-01 .service-title.type01::before {
  background: url("/service/img/icon_service_001.png") no-repeat;
}

#section-02 .service-title.type01::before {
  background: url("/service/img/icon_service_002.png") no-repeat;
}

#section-03 .service-title.type01::before {
  background: url("/service/img/icon_service_003.png") no-repeat;
}

.service-title.type01:after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  display: inline-block;
  width: 20px;
  height: 1px;
  transform: translateX(-50%);
  background-color: #0066CC;
  content: "";
}
@media (min-width: 768px) {
  .service-title.type01::after {
    width: 40px;
    height: 2px;
  }
}

.service-lead {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .service-lead {
    text-align: center;
  }
}

#section-01 .row {
  gap: 30px 0;
}
@media (min-width: 768px) {
  #section-01 .row {
    gap: 0;
  }
}

#section-02 .row {
  gap: 20px 0;
}
@media (min-width: 768px) {
  #section-02 .row {
    gap: 50px 0;
  }
}

.link-btn-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 93px;
  margin-top: -45px;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(163,163,163,0.50);
}
@media (min-width: 768px) {
  .link-btn-panel {
    min-height: 140px;
    margin-top: -70px;
  }
}

.link-btn-panel-link {
  display: flex;
  align-items: center;
  color: #0066CC;
  font-size: 20px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .panel.guidance .panel-title-link {
    font-size: 28px;
  }
}

.link-btn-panel-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.link-btn-panel-link .arrow-circle {
  position: relative;
  width: 23px;
  height: 23px;
  margin: 0 0 0 10px;
  border-radius: 50%;
  background: #0066cc;
}
@media (min-width: 768px) {
  .link-btn-panel-link .arrow-circle {
    width: 30px;
    height: 30px;
    margin: 0 0 0 15px;
  }
}

.link-btn-panel-link .arrow-circle::after {
  position: absolute;
  right: 9px;
  top: 8px;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}
@media (min-width: 768px) {
  .link-btn-panel-link .arrow-circle::after {
    right: 12px;
    top: 12px;
  }
}

.service-panel {
  border: 1px solid #eaeaeb;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.service-panel-link {
  display: block;
  width: 100%;
  padding: 0 10px;
  background-color: #0066cc;
}
@media (min-width: 992px) {
  .service-panel-link {
    padding: 0 20px;
  }
}

.service-panel-title {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .service-panel-title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .service-panel-title {
    gap: 0 20px;
  }
}

.service-panel-link:hover .service-panel-title .counter + span {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.service-panel-link .counter {
  flex-shrink: 0;
  padding: 13px 0;
  font-size: 24px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .service-panel-link .counter {
    transform: translateY(-2px);
    padding: 6px 0;
    font-size: 36px;
  }
}

.service-panel-link .arrow-circle {
  position: relative;
  flex-shrink: 0;
  width: 23px;
  height: 23px;
  margin: 0;
  border-radius: 50%;
  background-color: #fff;
}
@media (min-width: 768px) {
  .service-panel-link .arrow-circle {
    width: 26px;
    height: 26px;
    margin: 0 0 0 auto;
  }
}

.service-panel-link .arrow-circle::after {
  position: absolute;
  right: 10px;
  top: 9px;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: 1px solid #0066cc;
  border-right: 1px solid #0066cc;
  content: "";
}
@media (min-width: 768px) {
  .service-panel-link .arrow-circle::after {
    right: 11px;
    top: 11px;
  }
}

.service-panel-text {
  padding: 18px 19px;
}
@media (min-width: 992px) {
  .service-panel-text {
    padding: 27px 32px;
  }
}