@charset "UTF-8";
/*====================================================
////webフォント読み込み
====================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*====================================================
////画面サイズ
====================================================*/
html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
}

img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}
.only-sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

.only-pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .only-pc {
    display: block !important;
  }
}

/*====================================================
////header
====================================================*/
.header {
  background-color: #fff;
  width: 100%;
  height: 5.5rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}
.header__inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem 0.5rem 0.8rem;
}
.header__inner--logo {
  width: 40%;
  max-width: 14.75rem;
}
.header__inner--btn {
  width: 31.5%;
  max-width: 10.9935rem;
}

.sp-fix a {
  display: block;
  max-width: 30.05rem;
  margin: auto;
}

main {
  margin-top: 5.5rem;
}

@media screen and (min-width: 768px) {
  .header {
    height: 6.4rem;
  }
  .header__inner {
    max-width: 120rem;
    margin: auto;
    padding: 0.9rem 0 0.8rem 0;
  }
  .header__inner--logo {
    max-width: 18.6rem;
  }
  .header__inner--btn {
    max-width: 13.6rem;
  }
  main {
    margin-top: 6.4rem;
  }
}
/*====================================================
////body
====================================================*/
div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
div img {
  width: 100%;
  display: block;
}

.fv {
  background-image: url(../img/sp/fv-bg.png);
}
.fv img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
}
.fv__btn--link {
  background-color: #fff;
  padding: 0.5rem 0;
}
.fv__btn--link a {
  display: block;
  width: 88.5%;
  margin: auto;
}

.sec01 {
  background-image: url(../img/sp/sec01-bg.png);
}

.sec02 {
  background-image: url(../img/sp/sec02-bg.png);
  margin-top: -3.5rem;
}

.sec03 {
  background-image: url(../img/sp/sec03-bg.png);
}

.sec04 {
  background-image: url(../img/sp/sec04-bg.png);
  padding-bottom: 1rem;
}

.sec05 {
  background-image: url(../img/sp/sec05-bg.png);
  margin-top: -4.5rem;
}

.sec06 {
  background-image: url(../img/sp/sec06-bg.png);
  background-color: #ece2e0;
}

.sec07 {
  background-image: url(../img/sp/sec07-bg.png);
}

.sec08 {
  background-image: url(../img/sp/sec08-bg.png);
}

.sec09 {
  background-image: url(../img/sp/sec09-bg.png);
}

.contact {
  padding-top: 7rem;
  margin-top: -7rem;
}

.bottom-btn {
  width: 95%;
  margin: 0.8rem auto 0 auto;
}

footer small {
  display: block;
  font-size: 0.7rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.6rem;
  font-family: "Noto Sans JP", sans-serif;
}

.sp-fix {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0.5rem 0 0 0;
}
.sp-fix img {
  width: 82%;
  display: block;
  margin: auto;
}

footer {
  padding-bottom: 10rem;
}

@media screen and (min-width: 768px) {
  div {
    background-size: cover;
    background-size: 1920px auto;
  }
  .inner {
    max-width: 120rem;
    margin: auto;
  }
  a:hover img {
    opacity: 0.8;
  }
  .fv {
    background-image: url(../img/fv-bg.png);
    background-position: 70% 0;
    aspect-ratio: auto;
    height: auto;
    margin-bottom: 12.5rem;
    height: 67.2rem;
    position: relative;
  }
  .fv .inner {
    aspect-ratio: auto;
    height: 77rem;
    max-width: 120rem;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .fv img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
  }
  .fv__btn a {
    width: 100%;
  }
  .fv__btn--link {
    background-color: transparent;
    width: 56rem;
    position: absolute;
    right: 7%;
    bottom: -4.5rem;
  }
  .sec01 {
    background-image: url(../img/sec01-bg.png);
    background-repeat: repeat;
    background-color: #01443f;
    padding-bottom: 3rem;
    margin-top: 2.5rem;
  }
  .sec02 {
    background-image: url(../img/sec02-bg.png);
    margin-top: -3.5rem;
  }
  .sec02 .inner {
    position: relative;
    aspect-ratio: 1200/608;
  }
  .sec02 img {
    position: absolute;
    top: -6rem;
    left: 0;
    max-width: 120rem;
  }
  .sec03 {
    background-image: url(../img/sec03-bg.png);
  }
  .sec04 {
    background-image: url(../img/sec04-bg.png);
    background-color: #acd3b6;
    padding-bottom: 4rem;
  }
  .sec05 {
    background-image: url(../img/sec05-bg.png);
  }
  .sec05 .inner {
    position: relative;
    aspect-ratio: 1200/751;
  }
  .sec05 img {
    margin-top: 0;
    position: absolute;
    top: -6.5rem;
    left: 0;
    max-width: 120rem;
  }
  .sec06 {
    background-image: url(../img/sec06-bg.png);
    background-size: 100% auto;
    aspect-ratio: 1920/408;
  }
  .sec06 img {
    max-width: 74.9rem;
  }
  .sec07 {
    background-image: url(../img/sec07-bg.jpg);
    background-repeat: repeat;
    margin-top: -0.1rem;
  }
  .sec07 .inner {
    position: relative;
    aspect-ratio: 1920/4708;
  }
  .sec07 img {
    position: absolute;
    left: 0;
    top: -5rem;
  }
  .sec07-btn {
    width: 43.1666666667%;
    max-width: 51.8rem;
    position: absolute;
    bottom: 13.8rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec08 {
    background-image: url(../img/sec08-bg.jpg);
  }
  .sec09 {
    background-image: url(../img/sec09-bg.jpg);
    background-position: 60% 50%;
    margin-top: -0.6rem;
  }
  .contact {
    padding-top: 5rem;
    margin-top: -5rem;
  }
  .bottom-btn {
    max-width: 51.8rem;
    margin: 2.5rem auto 0 auto;
  }
  footer {
    padding: 0;
  }
  footer small {
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 1.7rem;
    margin-bottom: 1.1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec03 {
    background-size: 1200px 100%;
  }
  .sec07-btn {
    bottom: 2.9311809686%;
  }
}/*# sourceMappingURL=style.css.map */