@charset "UTF-8";
.mv {
  padding: 0 18px;
  color: #fff;
  background-color: rgba(0,0,0,0.5);
  background-image: url("../img/top/mv_sp.webp");
  background-position: center;
  background-size: cover;
  height: 140vw;
  padding-top: 30vw;
}
.mv--text {
  text-align: center;
}
.mv .title {
  font-size: 26px;
  font-weight: bold;
}
.mv .title .small {
  display: block;
  font-size: .7em;
}
.mv .lead {
  margin-top: 17px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
}
.mv .link-btn {
  --link-txt: #fff;
  --link-bg: #1571da;
  max-width: 265px;
  margin-top: 22px;
  margin-inline: auto;
  font-size: 18px;
}
.mv .link-btn a {
  padding: 11px;
}
@media screen and (min-width: 768px) {
  .mv {
    height: 100vw;
    padding-top: 30vw;
  }
  .mv .title {
    font-size: 50px;
  }
  .mv .lead {
    margin-top: 25px;
    font-size: 16px;
  }
  .mv .link-btn {
    max-width: 380px;
    margin-top: 37px;
    font-size: 20px;
  }
  .mv .link-btn a {
    padding: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .mv {
    padding-top: 12vw;
    padding-bottom: 14vw;
    background-image: url("../img/top/mv.webp");
    height: auto;
  }
  .mv .title br {
    display: none;
  }
}
.site-main .heading-lg {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.site-main .heading-lg em {
  color: #1571da;
}
.site-main .heading-lg span {
  display: inline-block;
}
.sec-3 .link-btn,
.sec-4 .link-btn,
.sec-5 .link-btn,
.sec-6 .link-btn,
.sec-7 .link-btn {
  max-width: 300px;
  height: 50px;
  margin-top: 32px;
  margin-inline: auto;
}
.sec-3 .link-btn a,
.sec-4 .link-btn a,
.sec-5 .link-btn a,
.sec-6 .link-btn a,
.sec-7 .link-btn a {
  border: 1px solid var(--link-txt, #1571da);
}
@media screen and (min-width: 768px) {
  .site-main .heading-lg {
    font-size: 40px;
  }
  .sec-3 .link-btn,
  .sec-4 .link-btn,
  .sec-5 .link-btn,
  .sec-6 .link-btn,
  .sec-7 .link-btn {
    margin-top: 50px;
  }
}
.sec-1 {
  padding-top: 43px;
  padding-bottom: 50px;
  background-color: #1571da;
}
.sec-1 .heading-lg {
  display: grid;
  grid-template-columns: max-content auto max-content;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.sec-1 .heading-lg::before,
.sec-1 .heading-lg::after {
  content: '';
  display: block;
  width: 52px;
  height: 2px;
  background-color: currentcolor;
}
.sec-1 .heading-lg::before {
  rotate: 60deg;
}
.sec-1 .heading-lg::after {
  rotate: -60deg;
}
.sec-1--list {
  display: grid;
  gap: 30px;
  justify-content: center;
  margin-top: 22px;
  font-weight: bold;
}
.sec-1--list .item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  justify-items: center;
  row-gap: 20px;
  padding: 20px 27px 30px;
  background-color: #f2f8ff;
  border-radius: 10px;
}
.sec-1--list dt {
  color: #1571da;
}
.sec-1--list dt span {
  display: block;
}
.sec-1--list dt .num {
  font-size: 60px;
  line-height: 1.32;
  text-align: center;
}
.sec-1--list dt .main {
  font-size: clamp(20px,2vw,26px);
  text-align: center;
  min-height: 3em;
  display: flex;
  align-items: center;
}
.sec-1--list dd {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .sec-1--list {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .sec-1 {
    padding-top: 30px;
  }
  .sec-1--list {
    grid-template-columns: repeat(3, 1fr);
  }
  .sec-1--list .item {
    padding: 20px 20px 30px;
  }
}
.sec-2 {
  padding-top: 53px;
  padding-bottom: 66px;
  background-image: url("../img/search_bg_sp.svg");
  background-repeat: repeat;
}
.sec-2 .matching {
  max-width: 680px;
  margin-inline: auto;
  margin-top: 35px;
}
.sec-2 .matching--form {
  background-color: #fff;
  border: 1px solid #1571da;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.sec-2 .matching--form input[type="text"] {
  padding: 10px 76px 10px 16px;
}
.sec-2 .matching--form button {
  height: 100%;
  padding: 5px 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.sec-2 .box {
  margin-top: 50px;
  padding: 27px 16px 30px;
  background-color: #fff;
}
.sec-2 .recommendation--list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
  margin-top: 35px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.sec-2 .recommendation--list a {
  display: block;
  padding: 14px;
  border: 2px solid #1571da;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .sec-2 {
    padding-top: 90px;
    padding-bottom: 85px;
    background-image: url("../img/search_bg.svg");
  }
  .sec-2 .matching {
    margin-top: 42px;
  }
  .sec-2 .box {
    padding: 20px 60px 40px;
  }
  .sec-2 .recommendation--list {
    grid-template-columns: repeat(auto-fit, minmax(161px, 1fr));
    gap: 25px 24px;
    margin-top: 40px;
  }
}
@media (any-hover: hover) {
  .recommendation--list a {
    transition: all 0.3s ease;
  }
  .recommendation--list a:hover {
    color: #fff;
    background-color: #1571da;
  }
}
.sec-3 {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .sec-3 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.sec-4 {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #f0f8fb;
}
@media screen and (min-width: 768px) {
  .sec-4 {
    padding-top: 53px;
    padding-bottom: 146px;
  }
}
.sec-5 {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .sec-5 {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
.sec-6 {
  padding-top: 50px;
}
.sec-6 .column--list {
  margin-top: 21px;
}
@media screen and (min-width: 768px) {
  .sec-6 {
    padding-top: 100px;
  }
}
.sec-7 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.sec-7 .news--list {
  margin-top: 34px;
  font-weight: bold;
  border-bottom: 1px solid rgba(204,204,204,0.5);
}
.sec-7 .news--list .item {
  padding-top: 18px;
  padding-bottom: 11px;
  border-top: 1px solid rgba(204,204,204,0.5);
}
.sec-7 .news--list .post--meta {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.sec-7 .news--list .post--date {
  flex-shrink: 0;
}
.sec-7 .news--list .post--category {
  min-width: 115px;
  padding: 3px 5px;
  font-size: 12px;
  text-align: center;
  border: 3px solid;
  border-radius: 5px;
}
.sec-7 .news--list .post--title {
  margin-top: 10px;
  color: #1571da;
}
@media screen and (min-width: 768px) {
  .sec-7 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .sec-7 .news--list {
    margin-top: 27px;
  }
  .sec-7 .news--list .post--date {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .sec-7 .news--list .post--link {
    display: grid;
    grid-template-columns: 270px 1fr;
    column-gap: 20px;
  }
  .sec-7 .news--list .post--meta {
    align-self: start;
    column-gap: 15px;
  }
  .sec-7 .news--list .post--title {
    align-self: center;
    margin-top: 0;
  }
}
@media (any-hover: hover) {
  .news--list .post--link:hover .post--title {
    text-decoration: underline;
  }
}
.sec-8 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f0f8fb;
}
.sec-8 .box {
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 10px;
}
.sec-8 .heading-lv2 {
  margin-bottom: 30px;
}
.sec-8 p {
  line-height: 1.75;
}
.sec-8 p:not(:last-child) {
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .sec-8 {
    padding-top: 70px;
    padding-bottom: 72px;
  }
  .sec-8 .box {
    padding: 50px 40px 47px;
  }
  .sec-8 .heading-lv2 {
    margin-bottom: 43px;
  }
}
.sec-9 {
  padding: 40px 0;
}
.sec-9 .heading-lv2 {
  margin-bottom: 44px;
}
.sec-9 .step-column {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.sec-9 .step-item {
  width: 100%;
  border-radius: 10px;
  background-color: #f2f8ff;
  padding: 14px 20px 18px;
}
.sec-9 .step-num {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 2;
  background-color: #1571da;
  border-radius: 10px;
  margin-bottom: 30px;
}
.sec-9 .step-lead {
  font-size: 18px;
  font-weight: 700;
  color: #1571da;
  text-align: center;
  margin-bottom: 18px;
}
.sec-9 .step-icon {
  width: 180px;
  max-width: 80%;
  margin: 0 auto 22px;
}
.sec-9 .step-para {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .sec-9 {
    padding: 70px 0;
  }
  .sec-9 .step-item {
    width: calc((100% - 60px) / 3);
  }
  .sec-9 .step-lead {
    font-size: 20px;
  }
  .sec-9 .step-para {
    padding: 0 20px;
  }
}