@charset "UTF-8";
/*390px基準のvw換算リスト
12px → 3.1vw
13px → 3.3vw
14px → 3.6vw
15px → 3.8vw
16px → 4.1vw
17px → 4.4vw
18px → 4.6vw
20px → 5.1vw
24px → 6.2vw

375px基準のvw換算リスト
12px → 3.3vw
13px → 3.5vw
14px → 3.8vw
15px → 4.1vw
16px → 4.3vw
17px → 4.5vw
18px → 4.9vw
20px → 5.4vw
24px → 6.5vw
*/
.service .inner-hero h1 img {
  display: block;
  width: 100%;
  height: 231px;
  object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .service .inner-hero h1 img {
    object-fit: contain;
    height: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .service .serviceicon {
    margin-top: 0.625rem;
  }
}
.service .sec-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
}
.service .sec-list_item {
  margin-top: 1.25rem;
  width: calc((100% - 60px) / 2);
}
@media only screen and (max-width: 1023px) {
  .service .sec-list_item {
    width: 100%;
  }
}
.service .sec-list_item:nth-child(n+3) {
  padding-top: 1.25rem;
  border-top: 2px dotted #000099;
}
.service .sec-list_name {
  color: #3479e0;
  font-weight: 600;
  font-size: 1.8125rem;
  line-height: 1.4;
}
@media only screen and (max-width: 1023px) {
  .service .sec-list_name {
    font-size: min(20px, 5vw);
    line-height: 1.3;
  }
}
.service .sec-list_add {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2;
}
@media only screen and (max-width: 1023px) {
  .service .sec-list_add {
    font-size: 0.875rem;
    line-height: 2;
  }
}
.service .sec-list_tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.service .sec-list_tel span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff0000;
  color: #fff;
  font-weight: 500;
  padding: 0 0.625rem;
  font-size: 1.125rem;
  line-height: 1.6;
}
.service .sec-list_tel a {
  color: #ff0000;
  font-weight: 600;
  margin-left: 0.625rem;
  font-size: 1.875rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1023px) {
  .service .sec-list_tel a {
    font-size: 1.8125rem;
    line-height: 1.2;
  }
}
.service .sec-list_time {
  font-size: 1.125rem;
  line-height: 1.7;
}
@media only screen and (max-width: 1023px) {
  .service .sec-list_time {
    font-size: min(14px, 3.6vw);
    line-height: 1.9;
  }
}
.service .sec-list_day {
  font-size: 1.125rem;
  line-height: 1.7;
}
@media only screen and (max-width: 1023px) {
  .service .sec-list_day {
    font-size: min(13px, 3.4vw);
    line-height: 1.9;
  }
}
.service .sec-list_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3479e0;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 0.9375rem;
  margin-top: 0.625rem;
  position: relative;
}
.service .sec-list_btn:after {
  content: "";
  background: url("../img/common/iocon_arrow_btm.svg");
  background-size: 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.9375rem;
  margin: auto;
  transform: rotate(-90deg);
}
.service .sec-list_icon {
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0.3125rem;
  gap: 6.6px;
}
@media only screen and (max-width: 1023px) {
  .service .sec-list_icon {
    height: auto;
    gap: 1.15%;
  }
}
.service .sec-list_icon img {
  width: 45px;
}
@media only screen and (max-width: 1023px) {
  .service .sec-list_icon img {
    width: 30px;
    margin-top: 1.15%;
  }
}
.service .sec-list_img {
  margin-top: 0.625rem;
}
.service .sec-list_map {
  margin-top: 1.25rem;
}
@media only screen and (max-width: 1023px) {
  .service .sec-list_map {
    margin-top: 0.625rem;
  }
}
.service .sec-list_map iframe {
  width: 100%;
  height: 254px;
}
@media only screen and (max-width: 1023px) {
  .service .sec-list_map iframe {
    height: 160px;
  }
}