@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
}

ul {
  list-style-type: none;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#includeFooter {
  margin-top: 60px;
}

.co_1100 {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
}

.mt100 {
  margin-top: 100px;
}

.mt80 {
  margin-top: 80px;
}

.mt70 {
  margin-top: 70px;
}

.mt60 {
  margin-top: 60px;
}

.mt50 {
  margin-top: 50px;
}

.mt40 {
  margin-top: 40px;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.f27 {
  font-size: 27px;
}

.f22 {
  font-size: 22px;
}

.f20 {
  font-size: 20px;
}

.f17 {
  font-size: 17px;
}

.f14 {
  font-size: 14px;
}

.f12 {
  font-size: 12px;
}

.txt_center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row.bw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.row.item_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row.item_end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.op_hidden {
  opacity: 0;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

#ejoica {
  background-color: #FFF5E0;
  padding-bottom: 170px;
}

#ejoica .mv {
  padding: 50px 0;
}

#ejoica .mv img {
  width: 100%;
}

#ejoica h2 {
  color: #fff;
  padding: 10px 0;
}

#ejoica h2.bg {
  background-image: url(bg_tit.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#ejoica h2.border {
  background-color: #00B900;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#ejoica .sec_1 {
  background-color: #fff;
  padding: 60px 50px;
}

#ejoica .sec_1 .group_logo {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#ejoica .sec_1 .group_logo li {
  width: 20%;
  text-align: center;
  margin-top: 20px;
}

#ejoica .sec_1 .group_logo li img {
  width: 90%;
}

#ejoica .sec_1 .group_logo li:hover {
  opacity: 0.7;
}

#ejoica .link_2 {
  color: #00B900;
  display: block;
  border-bottom: 2px solid #00B900;
  padding-bottom: 15px;
}

#ejoica .link_2:hover {
  opacity: 0.7;
}

#ejoica .sec_2 ul {
  position: relative;
}

#ejoica .sec_2 ul::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #00B900;
}

#ejoica .sec_2 li {
  background-color: #fff;
  width: 22.73%;
  padding: 90px 10px 30px;
  position: relative;
  border-radius: 10px;
}

#ejoica .sec_2 .step {
  text-align: center;
  max-width: 60px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
}

#ejoica .sec_2 .step p {
  color: #00B900;
  font-weight: bold;
}

#ejoica .sec_2 .step p:nth-child(1) {
  background-color: #fff;
  width: 58px;
  height: 58px;
  font-size: 23px;
  border: 9px solid #00B900;
  border-radius: 50%;
  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;
}

#ejoica .sec_2 .step p:nth-child(2) {
  font-size: 20px;
}

#float_btn {
  position: fixed;
  right: -2px;
  top: 10%;
  max-width: 60px;
  width: 100%;
}

#float_btn:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .mt100 {
    margin-top: 10vw;
  }
  .mt80 {
    margin-top: 8vw;
  }
  .mt70 {
    margin-top: 7vw;
  }
  .mt60 {
    margin-top: 6vw;
  }
  .mt50 {
    margin-top: 5vw;
  }
  .mt40 {
    margin-top: 4vw;
  }
  .mt30 {
    margin-top: 3vw;
  }
  .mt20 {
    margin-top: 4vw;
  }
  .mt10 {
    margin-top: 1vw;
  }
  .sp_full {
    width: 100%;
  }
  #ejoica {
    padding-bottom: 15vw;
  }
  #ejoica h2.bg {
    background-image: url(bg_tit_sp.png);
  }
  #ejoica .mv {
    padding: 0;
  }
  #ejoica .sec_1 {
    padding: 6vw 3vw 8vw;
  }
  #ejoica .sec_1 .group_logo {
    max-width: 420px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #ejoica .sec_1 .group_logo li {
    width: 50%;
    margin-top: 3vw;
  }
  #ejoica .sec_1 .group_logo li img {
    max-width: 155px;
  }
  #ejoica .sec_2 {
    margin-top: 0;
  }
  #ejoica .sec_2 ul {
    padding: 0 3vw;
  }
  #ejoica .sec_2 ul::before {
    content: none;
  }
  #ejoica .sec_2 li {
    width: 100%;
    max-width: 350px;
    margin: 10vw auto 0;
  }
  #float_btn {
    top: unset;
    bottom: 0;
    max-width: 102%;
    width: 101%;
  }
}

@media (max-width: 500px) {
  .f27 {
    font-size: 5.5vw;
  }
  .f22 {
    font-size: 5vw;
  }
  .f20 {
    font-size: 4.8vw;
  }
  .f17 {
    font-size: 4.5vw;
  }
  .f14 {
    font-size: 4vw;
  }
  .f12 {
    font-size: 3vw;
  }
}
