@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;
}

.swiper,
.swiper-slide {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

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

.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;
}
@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;
    font-size: 13px;
    margin: 5px;
  }
}
@media screen and (max-width: 599px) {
  .header__link {
    width: fit-content;
    font-size: 12px;
    margin: 5px 2px;
    padding: 5px 10px;
  }
}
.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 */
.mainImage {
  background-image: url(../images/mainImage.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}
@media screen and (max-width: 599px) {
  .mainImage {
    background-position-x: right -175px;
    background-position-y: top -45px;
  }
}
.mainImage__inner {
  max-width: 1280px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .mainImage__catchcopy {
    margin-top: 150px;
  }
}
.mainImage__catchText {
  font-size: 65px;
  display: block;
  width: fit-content;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 15px 0;
  padding: 0 15px;
  color: #E96196;
}
@media screen and (max-width: 768px) {
  .mainImage__catchText {
    font-size: 45px;
  }
}
@media screen and (max-width: 599px) {
  .mainImage__catchText {
    font-size: 25px;
  }
}

/** そんなお悩み */
.worries__inner {
  position: relative;
  max-width: 1280px;
  width: 100%;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 75px 0;
  box-sizing: border-box;
}
.worries__image {
  padding-top: 50px;
  max-width: 540px;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .worries__image {
    width: 90%;
    margin: auto;
    padding-top: 20px;
  }
}
.worries__caption {
  position: absolute;
  top: 175px;
  right: 0;
  background: #FFDB4D;
  padding: 6px 16px;
  border-radius: 4px;
  font-size: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .worries__caption {
    position: unset;
    width: 90%;
    font-size: 18px;
    margin: 7px auto 0 auto;
    box-sizing: border-box;
    text-align: center;
  }
}
.worries__highlight {
  font-weight: bold;
  padding: 0 2px;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .worries__highlight {
    font-size: 25px;
  }
}
.worries__message {
  width: 95%;
  bottom: 50%;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #222;
  text-align: center;
  line-height: 2;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .worries__message {
    font-size: 16px;
    margin: 15px 0;
  }
}
.worries__highlight2 {
  font-size: 45px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #FFDB4D 60%);
  padding: 0 2px;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .worries__highlight2 {
    font-size: 25px;
  }
}
.worries__solution {
  color: #e5396e;
  font-weight: bold;
  font-size: 45px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .worries__solution {
    font-size: 25px;
  }
}

.requirement {
  background-image: url(../images/section3_bg.png);
}
.requirement__inner {
  max-width: 750px;
  width: 95%;
  text-align: center;
  margin: auto;
  background-color: #ffffff;
  padding: 45px;
  border-radius: 95px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .requirement__inner {
    padding: 15px 5px;
    border-radius: 55px;
  }
}
.requirement__image {
  max-width: 600px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .requirement__image {
    width: 75%;
  }
}
.requirement__list {
  max-width: fit-content;
  width: 75%;
  margin: 35px auto 35px auto;
  list-style: none;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .requirement__list {
    font-size: 16px;
    margin: 15px auto 15px auto;
    padding: 5px;
  }
}
.requirement__item {
  text-align: left;
}

/**　利用の声　**/
.voice {
  background-color: #E8F5F5;
  position: relative;
}
.voice__inner {
  max-width: 1280px;
  width: 100%;
  margin: auto;
}
.voice__ttl {
  position: absolute;
  top: 85px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #10754A;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 28px;
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
  .voice__ttl {
    font-size: 21px;
  }
}
.voice__card {
  position: relative;
  max-width: 550px;
  width: 95%;
  box-sizing: border-box;
  padding: 35px;
  margin: 50px auto;
  background-color: #ffffff;
  border-radius: 25px;
  border: 3px solid #10754A;
}
@media screen and (max-width: 599px) {
  .voice__card {
    padding: 20px;
  }
}
.voice__number {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 47px;
  width: 60px;
  height: 60px;
  background-color: #10754A;
  border: 3px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  line-height: 1.1;
}
.voice__subttl {
  color: #10754A;
  font-size: 23px;
}
@media screen and (max-width: 599px) {
  .voice__subttl {
    font-size: 17px;
  }
}
.voice__detail {
  display: flex;
}
.voice__voice {
  width: 75%;
  font-size: 21px;
}
@media screen and (max-width: 599px) {
  .voice__voice {
    font-size: 14px;
  }
}
.voice__image {
  width: 150px;
  padding: 15px 0 15px 35px;
}
@media screen and (max-width: 599px) {
  .voice__image {
    padding: 1px 0 1px 18px;
  }
}
.voice__img {
  width: 100%;
  height: unset;
  object-fit: contain;
}
.voice__age {
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .voice__age {
    font-size: 14px;
  }
}

/** げいのう労災加入で安全講習 **/
.support__inner {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.support__ttl {
  color: #10754A;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 33px;
}
@media screen and (max-width: 768px) {
  .support__ttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 599px) {
  .support__ttl {
    font-size: 18px;
    padding: 0;
    margin: auto;
    width: 85%;
  }
}
.support__img {
  max-width: 640px;
  width: 95%;
  margin-top: 50px;
}
.support__text {
  font-size: 14px;
}

.price {
  background-color: #E96196;
}
.price__inner {
  max-width: 1280px;
  width: 95%;
  margin: 50px auto 0 auto;
  text-align: center;
}
.price__ttl {
  background-color: #000000;
  color: #ffffff;
  padding: 15px;
  width: fit-content;
  margin: 0 auto 35px auto;
}
.price__card {
  padding: 25px;
  border-radius: 45px;
  box-sizing: border-box;
  background-color: #ffffff;
  text-align: center;
}
.price__subttl {
  font-size: 35px;
  margin: 35px 0 0 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .price__subttl {
    font-size: 23px;
  }
}
.price__plan {
  font-size: 27px;
  color: #E96196;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 768px) {
  .price__plan {
    font-size: 21px;
  }
}
.price__benefits {
  color: #E96196;
  font-size: 43px;
  margin: 35px 0 0 0;
}
@media screen and (max-width: 768px) {
  .price__benefits {
    font-size: 20px;
    margin: 20px 0 0 0;
  }
}
.price__value {
  display: inline;
  font-size: 75px;
  font-weight: bold;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .price__value {
    font-size: 33px;
  }
}
.price__tax {
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .price__tax {
    font-size: 17px;
  }
}
.price__commission {
  font-weight: normal;
  font-size: 16px;
  margin: 35px 0 50px 0;
}
@media screen and (max-width: 768px) {
  .price__commission {
    font-size: 14px;
    margin: 25px 0;
  }
}

.support2__wrap {
  text-align: center;
  margin: auto;
}
.support2__inner {
  max-width: 1000px;
  width: 95%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.support2__logo {
  max-width: 650px;
  width: 75%;
  margin: 45px auto 10px auto;
  display: inline-block;
}
.support2__left {
  width: 15%;
}
.support2__center {
  width: 70%;
  text-align: center;
  line-height: 2;
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .support2__center {
    line-height: 1.5;
    font-size: 23px;
  }
}
@media screen and (max-width: 599px) {
  .support2__center {
    font-size: 15px;
  }
}
.support2__right {
  width: 15%;
}
.support2__image {
  width: 95%;
}
.support2__btn {
  max-width: 400px;
  margin: 15px auto 10px auto;
}
@media screen and (max-width: 768px) {
  .support2__btn {
    max-width: 350px;
  }
}
@media screen and (max-width: 599px) {
  .support2__btn {
    max-width: 200px;
  }
}
.support2__text {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .support2__text {
    font-size: 14px;
    padding: 0 15px;
  }
}

/** FAQ**/
.faq {
  background-color: rgba(16, 117, 74, 0.1);
}
.faq__inner {
  max-width: 720px;
  width: 95%;
  margin: 50px auto 0 auto;
  text-align: center;
}
.faq__ttl {
  color: #10754A;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 28px;
}
.faq__card {
  margin-top: 50px;
  box-sizing: border-box;
  background-color: #ffffff;
}
@media screen and (max-width: 599px) {
  .faq__card {
    margin-top: 25px;
  }
}
.faq__question {
  font-size: 23px;
  text-align: left;
  padding: 15px 25px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .faq__question {
    font-size: 17px;
  }
}
.faq__answer {
  font-size: 17px;
  text-align: left;
  padding: 15px 25px;
  border: 1px solid #000;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .faq__answer {
    font-size: 13px;
  }
}

.contact {
  background-image: linear-gradient(180deg, rgb(231, 241, 237), rgb(232, 243, 241) 26%, rgb(232, 245, 245));
}
.contact__inner {
  max-width: 720px;
  margin: 50px auto 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .contact__inner {
    width: 85%;
  }
}
.contact__ttl {
  color: #000000;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .contact__ttl {
    font-size: 21px;
  }
}
.contact__image {
  margin: 45px auto;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .contact__image {
    width: 35%;
  }
}
@media screen and (max-width: 599px) {
  .contact__image {
    width: 35%;
  }
}
.contact__image img {
  max-width: 250px;
}
.contact__text {
  font-size: 21px;
}
@media screen and (max-width: 599px) {
  .contact__text {
    font-size: 16px;
  }
}

.future__text {
  text-align: center;
  line-height: 3;
}
.future__image {
  max-width: 850px;
  margin: auto;
}
.future__image img {
  width: 100%;
}

.support__inner {
  width: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.support__left {
  width: 15%;
}
.support__center {
  width: 70%;
  text-align: center;
  line-height: 2.5;
}
.support__right {
  width: 15%;
}
.support__image {
  width: 95%;
}
.support__btn {
  max-width: 400px;
  margin: 50px auto 15px auto;
}
.support__text {
  font-size: 18px;
  text-align: center;
}

/** フッター */
.footer {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  padding: 0;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 599px) {
  .footer {
    padding: 0;
  }
}
.footer__pc {
  display: block;
  background-color: #107544;
  margin: 0;
  padding: 15px 0;
}
@media screen and (max-width: 599px) {
  .footer__pc {
    display: none;
  }
}
.footer__sp {
  display: none;
  padding: 0;
  background-color: none;
}
@media screen and (max-width: 599px) {
  .footer__sp {
    display: block;
  }
}
.footer__btns {
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.footer__btn {
  width: 50%;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 599px) {
  .footer__btn {
    padding: 15px 5px;
    margin: 0;
  }
}
.footer__btn--contact {
  color: #000000;
  outline: 2px solid #107544;
  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 */