@charset "UTF-8";
/**

$footer

**/
html {
  font-size: 16px;
}
@media (max-width: 1300px) {
  html {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-x: hidden;
}

img {
  width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.footer {
  background: #fff;
  color: #f28e26;
}

.inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.pc-a {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc-a {
    display: none !important;
  }
}

.sp-a {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-a {
    display: block !important;
  }
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.header {
  background-image: url(../img/header_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.fv {
  width: 100%;
  height: 684px;
}
@media screen and (max-width: 1300px) {
  .fv {
    height: auto;
  }
}
.fv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1300px) {
  .fv img {
    -o-object-fit: initial;
       object-fit: initial;
  }
}

.sec01 {
  width: 100%;
  height: 1128px;
}
@media screen and (max-width: 1300px) {
  .sec01 {
    height: auto;
  }
}
.sec01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1300px) {
  .sec01 img {
    -o-object-fit: initial;
       object-fit: initial;
  }
}

.sec02 {
  width: 100%;
  height: 2299px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .sec02 {
    height: auto;
  }
}
.sec02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1300px) {
  .sec02 img {
    -o-object-fit: initial;
       object-fit: initial;
  }
}
.sec02__bg {
  height: inherit;
}
.sec02__btn {
  width: clamp(11.0549132948rem, 0.0502496059rem + 23.4766158697vw, 19.125rem);
  position: absolute;
  bottom: 1.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .sec02__btn {
    width: clamp(11.90625rem, 0.5163424745rem + 48.5969387755vw, 23.8125rem);
  }
}

.cta {
  background: #f69c2c;
}
.cta__btn {
  width: clamp(20.1228323699rem, 0.0914674199rem + 42.7335785602vw, 34.8125rem);
  position: absolute;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .cta__btn {
    width: clamp(19.40625rem, 0.8415975765rem + 79.2091836735vw, 38.8125rem);
  }
}

.sec03,
.sec04 {
  background: #fcf3e4;
}

.sec05 {
  background: #ffeacf;
}

.sec07 {
  background: #fbf4eb;
}
.sec07__btn {
  width: clamp(11.0549132948rem, 0.0502496059rem + 23.4766158697vw, 19.125rem);
  position: absolute;
  bottom: 3.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .sec07__btn {
    width: clamp(11.90625rem, 0.5163424745rem + 48.5969387755vw, 23.8125rem);
  }
}

.sec07 {
  width: 100%;
  height: 931px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .sec07 {
    height: auto;
  }
}
.sec07 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1300px) {
  .sec07 img {
    -o-object-fit: initial;
       object-fit: initial;
  }
}
.sec07__bg {
  height: inherit;
}
.sec07__btn {
  width: clamp(11.0549132948rem, 0.0502496059rem + 23.4766158697vw, 19.125rem);
  position: absolute;
  bottom: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .sec07__btn {
    width: clamp(11.90625rem, 0.5163424745rem + 48.5969387755vw, 23.8125rem);
    bottom: 2.5%;
  }
}

.footer {
  font-size: clamp(0.5625rem, 0.0243941327rem + 2.2959183673vw, 1.125rem);
  padding: 0 10px;
}
.footer__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(0.9375rem, 0.0406568878rem + 3.8265306122vw, 1.875rem) 0;
  letter-spacing: 0.06em;
}
.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.footer li {
  padding: clamp(0.15625rem, 0.006776148rem + 0.637755102vw, 0.3125rem) clamp(0.625rem, -2.3644770408rem + 12.7551020408vw, 3.75rem);
}
@media screen and (max-width: 767px) {
  .footer li {
    padding: clamp(0.15625rem, 0.006776148rem + 0.637755102vw, 0.3125rem) clamp(0.625rem, -0.5707908163rem + 5.1020408163vw, 1.875rem);
  }
}
.footer li.border {
  border-left: 1px solid #f69c2c;
  border-right: 1px solid #f69c2c;
}
.footer__copy {
  margin-top: clamp(0.625rem, 0.0271045918rem + 2.5510204082vw, 1.25rem);
  font-size: clamp(0.5625rem, 0.0243941327rem + 2.2959183673vw, 1.125rem);
}/*# sourceMappingURL=style.css.map */