#select_sec {
  position: relative;
  background: #f7f7f7;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #select_sec {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #select_sec {
    margin-top: 8rem;
    padding-bottom: 8rem;
  }
}

#select_sec .index_btn_set {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #select_sec .index_btn_set {
    justify-content: center;
    gap: 4rem;
  }
}

#select_sec .index_btn_set a {
  position: relative;
  display: block;
  background: #fff;
  transition: ease-out 0.6s all;
}
@media screen and (min-width: 769px) {
  #select_sec .index_btn_set a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: #e2e2e2 0.2rem solid;
    width: 48.3%;
    max-width: 58rem;
    height: 14rem;
    padding: 0 2rem 0 0;
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  #select_sec .index_btn_set a {
    display: block;
    border: #e2e2e2 0.4rem solid;
    width: 67rem;
    padding: 4rem 4rem 3rem;
    border-radius: 0.6rem;
  }
}

@media screen and (min-width: 769px) {
  #select_sec .index_btn_set a.tel {
    pointer-events: none;
  }
}

@media screen and (min-width: 769px) {
  #select_sec .index_btn_set a:hover {
    border: #0068b2 0.2rem solid;
  }
}

#select_sec .index_btn_set a .icon {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  #select_sec .index_btn_set a .icon {
    width: 13rem;
    height: 4rem;
    border-right: #e2e2e2 0.2rem solid;
  }
}
@media screen and (max-width: 768px) {
  #select_sec .index_btn_set a .icon {
    width: 100%;
    height: 6rem;
  }
}

@media screen and (min-width: 769px) {
  #select_sec .index_btn_set a .icon.mail {
    background: url("../../common/img/icon_mail.svg") center center no-repeat;
    background-size: 3rem auto;
  }
}
@media screen and (max-width: 768px) {
  #select_sec .index_btn_set a .icon.mail {
    background: url("../../common/img/icon_mail.svg") center center no-repeat;
    background-size: 6rem auto;
  }
}

@media screen and (min-width: 769px) {
  #select_sec .index_btn_set a .icon.tel {
    background: url("../../common/img/icon_tel.svg") center center no-repeat;
    background-size: 3rem auto;
  }
}
@media screen and (max-width: 768px) {
  #select_sec .index_btn_set a .icon.tel {
    background: url("../../common/img/icon_tel.svg") center center no-repeat;
    background-size: 6rem auto;
  }
}

#select_sec .index_btn_set a div {
  position: relative;
  transition: ease-out 0.6s all;
  color: #333333;
}
@media screen and (min-width: 769px) {
  #select_sec .index_btn_set a div {
    width: 37rem;
    padding-left: 4rem;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #select_sec .index_btn_set a div {
    width: 100%;
    padding-top: 1.5rem;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  #select_sec .index_btn_set a.tel div {
    width: 50rem;
  }
}

@media screen and (min-width: 769px) {
  #select_sec .index_btn_set a:hover div {
    color: #0068b2;
  }
}

#select_sec .index_btn_set a div .txt {
  position: relative;
  transition: ease-out 0.6s all;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #select_sec .index_btn_set a div .txt {
    line-height: 1.5em;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  #select_sec .index_btn_set a div .txt {
    line-height: 1.5em;
    font-size: 3.6rem;
    letter-spacing: 0.05em;
  }
}

#select_sec .index_btn_set a div .num {
  position: relative;
  transition: ease-out 0.6s all;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #select_sec .index_btn_set a div .num {
    line-height: 1.5em;
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  #select_sec .index_btn_set a div .num {
    line-height: 1.5em;
    font-size: 6rem;
    letter-spacing: 0.05em;
  }
}

#select_sec .index_btn_set a div .cap {
  position: relative;
  transition: ease-out 0.6s all;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #select_sec .index_btn_set a div .cap {
    line-height: 1.5em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #select_sec .index_btn_set a div .cap {
    line-height: 1.5em;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
}

#select_sec .index_btn_set a .arrow {
  display: block;
  background: rgb(16, 59, 110);
  background: linear-gradient(90deg, rgb(16, 59, 110) 0%, rgb(1, 132, 210) 100%);
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  #select_sec .index_btn_set a .arrow {
    position: relative;
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #select_sec .index_btn_set a .arrow {
    position: absolute;
    top: 50%;
    right: 4rem;
    width: 4.5rem;
    height: 4.5rem;
    transform: translateY(-50%);
  }
}

#select_sec .index_btn_set a .arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: ease-out 0.2s all;
}
@media screen and (min-width: 769px) {
  #select_sec .index_btn_set a .arrow::before {
    background: url(../../common/img/icon_arrow_w.svg) center center no-repeat;
    background-size: 0.64rem auto;
    transform: translateX(0.1rem);
  }
}
@media screen and (max-width: 768px) {
  #select_sec .index_btn_set a .arrow::before {
    background: url(../../common/img/icon_arrow_w.svg) center center no-repeat;
    background-size: 0.96rem auto;
    transform: translate(0.1rem, -0.1em);
  }
}

#select_sec .arrow_link {
  position: relative;
}
@media screen and (min-width: 769px) {
  #select_sec .arrow_link {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #select_sec .arrow_link {
    margin-top: 4rem;
  }
}
