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

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

.mainImage {
  background-image: url(../images/main_image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.mainImage__inner {
  max-width: 1100px;
  width: 100%;
  margin: auto;
}
.mainImage__catchText {
  font-size: 65px;
  display: block;
  width: fit-content;
  margin: 15px 0;
  padding: 0 15px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .mainImage__catchText {
    font-size: 50px;
  }
}
@media screen and (max-width: 599px) {
  .mainImage__catchText {
    font-size: 35px;
    padding: 0 25px;
  }
}
.mainImage__catchText--red {
  color: #FF0000;
  font-size: 95px;
}
@media screen and (max-width: 768px) {
  .mainImage__catchText--red {
    font-size: 65px;
  }
}
@media screen and (max-width: 599px) {
  .mainImage__catchText--red {
    font-size: 55px;
  }
}

.worry {
  background-color: #ECB4B5;
}
.worry__card {
  text-align: center;
  width: 1000px;
  margin: auto;
  padding: 45px 0;
  background-color: #ffffff;
  border-radius: 75px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .worry__card {
    width: 85%;
    padding: 25px;
  }
}
.worry__image1 {
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .worry__image1 {
    width: 35%;
  }
}
.worry__image2 {
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .worry__image2 {
    width: 45%;
  }
}
.worry__text {
  font-weight: 600;
}

.geinourousai {
  background-image: url(../images/rousai_bg.jpg);
  background-attachment: fixed;
  background-size: cover;
}
.geinourousai__inner {
  max-width: 1000px;
  width: 95%;
  margin: auto;
}
.geinourousai__text1 {
  text-align: center;
  font-weight: 600;
}
.geinourousai__content {
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 100%;
  background-color: #ffffff;
  border-radius: 45px;
  padding: 35px 75px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .geinourousai__content {
    flex-wrap: wrap;
    flex-direction: initial;
  }
}
.geinourousai__image {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .geinourousai__image {
    text-align: center;
    width: 100%;
  }
}
.geinourousai__logo {
  width: 65%;
  text-align: center;
}
.geinourousai__img1 {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .geinourousai__img1 {
    width: 35%;
  }
}
@media screen and (max-width: 599px) {
  .geinourousai__img1 {
    width: 41%;
  }
}
.geinourousai__img2 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .geinourousai__img2 {
    width: 75%;
  }
}
.geinourousai__text2 {
  text-align: center;
}

.accident {
  background-image: url(../images/accident_bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
}
@media screen and (max-width: 768px) {
  .accident {
    background-position-x: left -150px;
  }
}
@media screen and (max-width: 599px) {
  .accident {
    background-position-x: left -95%;
  }
}
.accident__text {
  text-align: center;
  line-height: 2.5;
  margin: auto;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .accident__text {
    padding: 0 15px;
  }
}

.rent {
  background-color: #EFEFEF;
}
.rent__img {
  width: 60%;
  margin: auto;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .rent__img {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .rent__img {
    width: 95%;
  }
}

.plan {
  background-color: #ffffff;
  margin: auto;
  text-align: center;
  width: 1100px;
}
.plan__inner {
  text-align: center;
  margin: auto;
}
.plan__image {
  margin: 0 auto 15px auto;
  width: 330px;
}
@media screen and (max-width: 599px) {
  .plan__image {
    width: 55%;
  }
}
.plan__text {
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .plan__text {
    padding: 0 25px;
  }
}

.compensation {
  background-color: #ECB4B5;
}
.compensation__inner {
  margin: auto;
}
.compensation__card {
  text-align: center;
  max-width: 650px;
  width: 85%;
  margin: auto;
  padding: 35px 0;
  background-color: #ffffff;
  border-radius: 75px;
  box-sizing: border-box;
}
.compensation__image {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .compensation__image {
    width: 45%;
  }
}
.compensation__text1 {
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .compensation__text1 {
    padding: 0 25px;
    text-align: center;
  }
}
.compensation__text2 {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .compensation__text2 {
    padding: 0 25px;
    text-align: center;
  }
}

.flying {
  background-image: url(../images/flying_bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 599px) {
  .flying {
    background-position-x: right 48%;
  }
}
.flying__text {
  margin: auto;
  text-align: center;
  font-weight: 600;
  padding-bottom: 25vh;
}

.result__inner {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}
.result__text {
  text-align: center;
  padding: 0 15px;
  font-weight: 600;
}
.result__image {
  margin: auto;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .result__image {
    width: 75%;
  }
}

.recommendation {
  background-color: #ECB4B5;
}
.recommendation__inner {
  max-width: 1000px;
  width: 85%;
  margin: auto;
}
.recommendation__card {
  display: flex;
  width: 100%;
  background-color: #ffffff;
  padding: 50px 75px;
  border-radius: 75px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .recommendation__card {
    padding: 25px 33px;
  }
}
@media screen and (max-width: 599px) {
  .recommendation__card {
    padding: 15px;
    border-radius: 45px;
  }
}
.recommendation__left {
  padding: 15px;
  width: 60%;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .recommendation__left {
    width: 50%;
    padding: 5px;
  }
}
.recommendation__right {
  padding: 15px;
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .recommendation__right {
    width: 50%;
    padding: 5px;
  }
}
.recommendation__image {
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .recommendation__image {
    object-fit: contain;
  }
}

.future__inner {
  max-width: 850px;
  margin: auto;
}
.future__text {
  text-align: center;
  line-height: 2.5;
}
.future__image {
  max-width: 500px;
}
@media screen and (max-width: 599px) {
  .future__image {
    width: 250px;
  }
}
.future__image img {
  width: 100%;
}

.support__wrap {
  margin: auto;
  width: 85%;
}
.support__inner {
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .support__inner {
    width: 95%;
  }
}
.support__left {
  width: 15%;
}
@media screen and (max-width: 599px) {
  .support__left {
    width: 20%;
  }
}
.support__center {
  width: 70%;
  text-align: center;
  line-height: 2.5;
}
@media screen and (max-width: 599px) {
  .support__center {
    width: 60%;
    padding: 0 10px;
  }
}
.support__right {
  width: 15%;
}
@media screen and (max-width: 599px) {
  .support__right {
    width: 20%;
  }
}
.support__image {
  width: 100%;
}
.support__btn {
  max-width: 400px;
  margin: 50px auto 15px auto;
}
@media screen and (max-width: 599px) {
  .support__btn {
    width: 200px;
  }
}
.support__text {
  text-align: center;
}

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

/** フッター */
.footer {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  padding: 0;
  text-align: center;
  color: #5f5f5f;
}
@media screen and (max-width: 599px) {
  .footer {
    padding: 0;
  }
}
.footer__pc {
  display: block;
  background-color: #fcc9ca;
  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 */