@charset "UTF-8";
.font-source-han {
  font-family: "source-han-sans-japanese", sans-serif;
}

.l_font {
  font-size: 41px;
}
@media screen and (max-width: 599px) {
  .l_font {
    font-size: 18px;
  }
}

.m_font {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .m_font {
    padding: 0 15px;
    font-size: 19px;
  }
}

.d_font {
  font-size: 21px;
}
@media screen and (max-width: 599px) {
  .d_font {
    font-size: 14px;
  }
}

.s_font {
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .s_font {
    font-size: 12px;
  }
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: "source-han-sans-japanese", sans-serif;
}

body {
  background-image: url(../images/BG-yellow.png);
  background-size: contain;
  background-repeat: repeat;
}

.swiper,
.swiper-slide {
  max-width: 500px;
  width: 97%;
  margin: auto;
  height: calc(var(--vh, 1vh) * 100);
  background-color: rgba(255, 255, 255, 0.3);
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 599px) {
  .g--pcOnlyBlock {
    display: none;
  }
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 75px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .header {
    height: 55px;
  }
}
@media screen and (max-width: 599px) {
  .header {
    height: 55px;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1280px;
  width: 100%;
  margin: auto;
  height: 100%;
}
.header__logo {
  width: 250px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 200px;
  }
}
@media screen and (max-width: 599px) {
  .header__logo {
    width: 200px;
  }
}
.header__img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header__nav {
    width: fit-content;
  }
}
@media screen and (max-width: 599px) {
  .header__nav {
    display: none;
  }
}
.header__link {
  padding: 10px 15px;
  margin: 15px;
  display: inline-block;
  border-radius: 7px;
  font-weight: bold;
  width: 175px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header__link {
    width: 110px;
    margin: 5px;
  }
}
@media screen and (max-width: 599px) {
  .header__link {
    width: fit-content;
    margin: 5px 2px;
    padding: 5px 10px;
  }
}
.header__link--link:visited {
  text-decoration: none;
  color: red;
}
.header__link--contact {
  color: #000000;
  outline: 2px solid #000000;
  outline-offset: -2px;
  background-color: #ffffff;
}
.header__link--apply {
  background: #E96196;
  background: linear-gradient(180deg, rgb(233, 97, 150) 0%, rgb(165, 17, 75) 100%);
  color: #ffffff;
}

.section {
  display: flex !important;
  align-items: center !important;
  height: 100dvh;
}

.hero__catchCopy {
  width: 95%;
  margin: auto;
  text-align: center;
  font-size: 25px;
  line-height: 2;
}
.hero__image {
  width: 90%;
  margin: 45px auto;
}
.hero__img {
  border-radius: 25px;
}
.hero__apply {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 15px 0;
}
.hero__applybtn {
  width: 85%;
  margin: auto;
}

.question1__ttl {
  font-weight: normal;
  text-align: center;
  background-color: #ffffff;
  width: 85%;
  padding: 15px 0;
  border: 3px #000000 solid;
  border-radius: 15px;
  margin: 0 auto 45px auto;
  font-size: 19px;
}
.question1__image {
  width: 85%;
  margin: auto;
}
.question1__img {
  border-radius: 75px;
}
.question1__text {
  width: 85%;
  margin: 25px auto 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .question1__text {
    font-size: 16px;
  }
}

.before__inner {
  width: 95%;
  margin: auto;
}
.before__ttlWrap {
  width: fit-content;
  background-color: #ffffff;
  border: 3px #000000 solid;
  border-radius: 15px;
  padding: 0 15px;
}
.before__ttl {
  font-weight: normal;
  font-size: 19px;
}
.before__image {
  background-color: #ffffff;
  margin-top: 35px;
  border-radius: 75px;
  text-align: center;
}
.before__img {
  width: 85%;
}
.before__text {
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .before__text {
    font-size: 16px;
  }
}

.future__inner {
  width: 95%;
  margin: auto;
}
.future__ttl {
  font-weight: normal;
  width: fit-content;
  background-color: #ffffff;
  border: 3px #000000 solid;
  border-radius: 15px;
  padding: 0 15px;
  margin: auto;
  font-size: 19px;
}
.future__image {
  width: 85%;
  margin: 45px auto;
}
.future__img {
  border-radius: 75px;
}
.future__text {
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .future__text {
    font-size: 16px;
  }
}

.holiday__inner {
  width: 85%;
  margin: auto;
}
.holiday__ttl {
  font-weight: normal;
  width: fit-content;
  background-color: #ffffff;
  border: 3px #000000 solid;
  border-radius: 15px;
  padding: 0 15px;
  margin: auto;
  font-size: 19px;
}
.holiday__image {
  width: 50%;
  margin: 35px auto;
}
@media screen and (max-width: 599px) {
  .holiday__image {
    margin: 15px auto;
  }
}
.holiday__text {
  font-size: 16px;
  line-height: 1.5;
}

.goal__inner {
  width: 75%;
  margin: auto;
}
.goal__image {
  position: relative;
  width: 85%;
  margin: 0 auto 125px auto;
}
.goal__image::after {
  content: "クライアントに\a「労災に加入済みです！」\aと伝えることで\aプロ意識の高さを共有。";
  white-space: pre;
  position: absolute;
  padding: 25px;
  background: #ffffff;
  width: fit-content;
  bottom: -125px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
  border: 3px #000000 solid;
  border-radius: 15px;
}

.price__inner {
  width: 75%;
  margin: auto;
  background-color: #ffffff;
  border: 3px #000000 solid;
  border-radius: 15px;
  padding: 35px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .price__inner {
    width: 95%;
  }
}
.price__text {
  font-size: 13px;
}
.price__value {
  font-size: 18px;
}
.price__value--number {
  font-size: 50px;
  color: #E96196;
}
.price__value--text {
  font-size: 18px;
  display: block;
}
.price__text2 {
  font-size: 12px;
  line-height: 3;
}

.injury__inner {
  width: 95%;
  margin: auto;
}
.injury__ttl {
  font-weight: normal;
  width: 100%;
  background-color: #ffffff;
  border: 3px #000000 solid;
  border-radius: 15px;
  padding: 15px 15px;
  font-size: 19px;
  box-sizing: border-box;
  text-align: center;
}
.injury__image {
  max-width: 350px;
  width: 50%;
  margin: 25px auto;
}
.injury__compensation {
  background-color: #ffffff;
  border: 3px #000000 solid;
  border-radius: 15px;
  padding: 25px 10px;
  text-align: center;
}
.injury__compensation--text1 {
  font-size: 19px;
  margin: 0;
}
.injury__compensation--text2 {
  font-size: 25px;
  margin: 0;
}
.injury__compensation--text2 > span {
  font-size: 35px;
  color: #E96196;
}
.injury__notice {
  font-size: 12px;
}

.safely__inner {
  width: 95%;
  margin: auto;
}
.safely__ttl {
  width: 100%;
  padding: 15px 15px;
  font-size: 25px;
  box-sizing: border-box;
  text-align: center;
  font-weight: normal;
}
.safely__image {
  max-width: 350px;
  width: 65%;
  margin: auto;
}
.safely__company {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 999;
  max-width: 500px;
  width: 100%;
  padding: 0;
  text-align: center;
  color: #5f5f5f;
}
.footer__btns {
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.footer__btn {
  width: 100%;
  border-radius: 10px 10px 0 0;
  padding: 15px 5px;
  margin: 0;
  cursor: pointer;
}
.footer__btn--contact {
  color: #000000;
  outline: 2px solid #cbd173;
  outline-offset: -2px;
  background-color: #ffffff;
}
.footer__btn--register {
  background: #E96196;
  background: linear-gradient(180deg, rgb(233, 97, 150) 0%, rgb(165, 17, 75) 100%);
  color: #ffffff;
}
.footer__copyright {
  margin: 5px 0 0 0;
  display: block;
}/*# sourceMappingURL=style.css.map */