@charset "utf-8";

/* entry */

.sub02_mv.entry::before {
  background-image: url(/shinsotsu/wp/wp-content/themes/shinsotsu/img/entry/suv02_ill.png);
}

.entry01 {
  margin-bottom: 100px;
}

.entry01 .inner {
  background: #0f3875;
  padding: 40px 5%;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .15);
          box-shadow: 0 0 8px 2px rgba(0, 0, 0, .15);
  position: relative;
}

.entry01 .inner::after {
  content: '';
  width: 130px;
  height: 220px;
  background: url(/shinsotsu/wp/wp-content/themes/shinsotsu/img/entry/illust_people.png) no-repeat top center / cover;
  position: absolute;
  bottom: -80px;
  right: -60px;
}

.entry01 .sub_ttl {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.entry01 .sub_ttl::after {
  background-color: #fff;
  right: 0;
  margin: auto;
}

.entry01 .txt {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.entry01 .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.entry01 .btn_box a {
  color: #fff;
  width: min(100%, 320px);
  padding: 20px 30px 20px 70px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.entry01 .btn_box a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.entry01 .btn_box a.mail {
  background: #e4b600 url(/shinsotsu/wp/wp-content/themes/shinsotsu/img/entry/ico_mail.png) no-repeat center left 25px / 30px auto;
}

.entry01 .box_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 20px;
  width: 70%;
  margin: 0 auto;
}

.entry01 .box_line a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  width: min(100%, 130px);
  text-align: center;
}

.entry01 .box_line a img {
  display: block;
  margin-bottom: 10px;
}

.entry02 {
  margin-bottom: 100px;
}

.entry02 .inner {
  background: url(/shinsotsu/wp/wp-content/themes/shinsotsu/img/entry/illust_bird.png) no-repeat top left / 185px auto;
}

.entry02 .ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}

.entry02 .ttl span {
  font-size: 24px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffe00c));
  background: -o-linear-gradient(transparent 70%, #ffe00c 70%);
  background: linear-gradient(transparent 70%, #ffe00c 70%);
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.entry02 .ranking_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.contact_form {
  padding-bottom: 60px;
  position: relative;
}

.contact_form .sub_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px;
}

.contact_form .sub_ttl h2 {
  font-size: 80px;
}

.contact_form .sub_ttl h3 {
  font-size: 24px;
}

.contact_dial {
  margin-bottom: 100px;
}

.contact_dial .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.contact_dial .btn_box a {
  color: #fff;
  width: min(100%, 500px);
  padding: 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, right top, from(#74bce5), to(#b2ddad));
  background: -o-linear-gradient(left, #74bce5, #b2ddad);
  background: linear-gradient(90deg, #74bce5, #b2ddad);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.contact_dial .btn_box a.tel::before {
  content: '';
  width: 35px;
  height: 35px;
  background: url(/shinsotsu/wp/wp-content/themes/shinsotsu/img/entry/ico_tel.png) no-repeat center / cover;
}

.contact_dial .btn_box a.mail::before {
  content: '';
  width: 34px;
  height: 26px;
  background: url(/shinsotsu/wp/wp-content/themes/shinsotsu/img/entry/ico_mail.png) no-repeat center / cover;
}

.contact_dial_ttl {
  font-size: 30px;
  color: #3456a7;
}

.contact_form span {
  font-size: 14px;
}

@media only screen and (max-width: 1024px) {
   .sub02_mv.entry::before {
    top: 55%;
    right: 5%;
    width: 140px;
    height: 130px;
  }
  .entry01 .btn_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .entry01 .btn_box a {
    font-size: 18px;
    padding-left: 60px;
  }

  .entry01 .inner::after {
    width: 65px;
    height: 110px;
    right: 0;
  }

  .entry01 .btn_box a.line {
    background-position: center left 15px;
    background-size: 30px auto;
  }

  .entry01 .btn_box a.mail {
    background-position: center left 18px;
    background-size: 25px auto;
  }

  .entry02 .inner {
    background: none;
  }

  .entry02 .ranking_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .entry02 .ranking_box figure {
    width: min(100%, 250px);
    margin: auto;
  }

  .contact_form .sub_ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }

  .contact_form .sub_ttl h2 {
    font-size: 40px;
  }

  .contact_form .sub_ttl h3 {
    font-size: 20px;
  }

  .contact_form::after {
    width: 175px;
    height: 119px;
    top: -50px;
  }

  .contact_dial .btn_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .contact_dial .btn_box a {
    font-size: 18px;
    gap: 10px;
  }

  .contact_dial .btn_box a.tel::before {
    width: 20px;
    height: 20px;
  }

  .contact_dial .btn_box a.mail::before {
    width: 24px;
    height: 16px;
  }

  .entry01 .box_line {
    width: 100%;
  }

  .entry01 .box_line a {
    font-size: 12px;
    width: min(100%, 80px);
  }

  .contact_form {
    padding-bottom: 40px;
  }

  .contact_dial_ttl {
    font-size: 20px;
    color: #3456a7;
  }

  .contact_form span {
    font-size: 12px;
  }
}

