html {
  font-size: 2.67vw;
}

body {
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

body.noscroll {
  overflow: hidden;
}

a {
  display: block;
  transition: 0.2s;
}

a:hover {
  transition: 0.2s;
}

dt {
  font-weight: normal;
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

th,
td {
  padding: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* 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 */

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

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*
 * footer
 * -------------------------------------------------------------
 */

.footer {
  background: #fff;
}

.footer__copyright {
  color: #666666;
  font-size: 0.8rem;
  line-height: 1.5;
  padding: 0.8rem 2rem;
  text-align: center;
}

/*
 * header
 * -------------------------------------------------------------
 */

.header__hidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
  margin: auto;
  max-width: 37.5rem;
  padding: 0 2rem;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
  overflow: hidden;
}

/*
 * l-pcContents
 * -------------------------------------------------------------
 */

.l-pcContents {
  background: url(./../images/bg_pc.webp) no-repeat center/cover;
  display: contents;
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

/*
 * l-pcWrap
 * -------------------------------------------------------------
 */

/*
 * l-section
 * -------------------------------------------------------------
 */

.l-section {
  padding: 6rem 0;
}

.l-section-bg {
  background: url(./../images/bg.webp) no-repeat top/100% 100%;
  color: #fff;
}

/*
 * l-wrap
 * -------------------------------------------------------------
 */

/*
 * c-btn
 * -------------------------------------------------------------
 */

.c-btn {
  filter: brightness(110%);
  margin: 0 auto;
  max-width: 29.5rem;
}

.c-btn:hover {
  transform: translateY(-0.5rem);
}

/*
 * c-text
 * -------------------------------------------------------------
 */

.c-text {
  line-height: 1.75;
}

/*
 * c-ttl
 * -------------------------------------------------------------
 */

.c-ttl {
  border-bottom: 1px solid #010C22;
  color: #010C22;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 auto;
  max-width: 29.5rem;
  padding-bottom: 1.6rem;
  text-align: center;
  width: 100%;
}

.c-ttl.--wht {
  border-color: #fff;
  color: #fff;
}

/*
 * fv
 * -------------------------------------------------------------
 */

/*
 * pc-cta
 * -------------------------------------------------------------
 */

.pc-cta {
  align-items: center;
  display: flex;
  height: 100%;
  margin: 0 auto;
  max-width: 1280px;
  width: 88.89vw;
}

.pc-cta__cont {
  max-width: 632px;
  position: relative;
  width: 43.89vw;
}

.pc-cta__btn {
  bottom: min(30px, 2.08vw);
  left: min(30px, 2.08vw);
  max-width: 295px;
  position: absolute;
  width: 20.49vw;
}

/*
 * sec01
 * -------------------------------------------------------------
 */

.sec01 {
  padding: 4.8rem 0;
}

.sec01__img {
  margin-top: 2.4rem;
}

/*
 * sec02
 * -------------------------------------------------------------
 */

.sec02 {
  padding: 4.8rem 0 6rem;
}

.sec02__inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.sec02__img-sm {
  margin: 0 auto;
  max-width: 29.5rem;
}

.sec02__img {
  margin-top: 4rem;
}

/*
 * sec03
 * -------------------------------------------------------------
 */

.sec03__img {
  margin: 4rem auto 0;
  max-width: 25rem;
}

/*
 * sec04
 * -------------------------------------------------------------
 */

.sec04__inner {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}

.sec04__imgs {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}

/*
 * sec05
 * -------------------------------------------------------------
 */

.sec05__img {
  margin: 4rem auto 0;
  max-width: 29.5rem;
}

/*
 * sec06
 * -------------------------------------------------------------
 */

.sec06__text {
  margin-right: calc(50% - 50vw);
}

.sec06__btn {
  margin-top: 3rem;
}

/*
 * sec07
 * -------------------------------------------------------------
 */

.sec07__inner {
  display: flex;
  flex-direction: column;
}

.sec07__img {
  margin-top: 3.2rem;
}

.sec07__name {
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 3.2rem;
}

.sec07__body>.sec07__text {
  margin-top: 2.4rem;
}

.sec07__text span {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.sec07__ttl {
  display: none;
}

.sec07__body {
  display: contents;
}

/*
 * sec08
 * -------------------------------------------------------------
 */

.sec08__head {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.sec08__body {
  margin-top: 10.4rem;
}

.sec08__list {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  margin-top: 4.8rem;
}

.sec08__item {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.sec08__item-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.sec08__img {
  max-width: 11.8rem;
}

.sec08__meta {
  line-height: 1.75;
}

.sec08__meta dl {
  line-height: 1.75;
}

.sec08__meta dd {
  margin-top: 1.2rem;
}

.sec08__item-text {
  background: #fff;
  color: #222;
  padding: 2rem;
}

.sec08__item-text span {
  font-weight: 700;
}

.sec08__btn {
  margin-top: 8rem;
}

/*
 * u-color
 * -------------------------------------------------------------
 */

.u-color {
  color: #A81C29;
  font-weight: 700;
}

.u-color.--ylw {
  color: #F3D771;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
  display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
  display: none;
}

@media screen and (min-width: 375px) {

  html {
    font-size: 10px;
  }

}

@media screen and (min-width: 768px) {

  html {
    font-size: 0.926vw;
  }

  body {
    font-size: 2rem;
  }

  .footer__copyright {
    font-size: 1.2rem;
    line-height: 1.1666666667;
    padding: 1.6rem;
  }

  .l-inner {
    max-width: 108rem;
    padding: 0 4rem;
  }

  .l-section {
    padding: 6.4rem 0;
  }

  .l-section-bg {
    background: url(./../images/pc/bg.webp) no-repeat top/cover;
  }

  .c-btn {
    max-width: 40rem;
  }

  .c-text {
    line-height: 1.5;
  }

  .c-ttl {
    font-size: 3.2rem;
    max-width: 100%;
    padding-bottom: 2.4rem;
  }

  .sec01 {
    padding: 6.4rem 0;
  }

  .sec01__inner {
    align-items: center;
    display: flex;
    gap: 4.8rem;
    justify-content: center;
  }

  .sec01__cont {
    flex: 1;
    max-width: 45rem;
  }

  .sec01__img {
    max-width: 50.3rem;
  }

  .sec02 {
    padding: 6.4rem 0;
  }

  .sec02__inner {
    gap: 0;
  }

  .sec02__img-sm {
    margin-top: 4.8rem;
    max-width: 44.2rem;
  }

  .sec02__img {
    margin-top: 0;
    max-width: 47.3rem;
  }

  .sec02__img.--right {
    margin-right: auto;
  }

  .sec02__flex {
    align-items: center;
    display: flex;
    gap: 4.8rem;
    justify-content: space-between;
    margin-top: 6.4rem;
  }

  .sec02__cont {
    flex: 1;
    max-width: 45rem;
  }

  .sec03__inner {
    align-items: center;
    display: flex;
    gap: 1.2rem;
  }

  .sec03__cont {
    flex: 1;
    max-width: 50rem;
  }

  .sec03__img {
    max-width: 48.8rem;
  }

  .sec04__inner {
    gap: 4.8rem;
  }

  .sec04__imgs {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4.8rem 6.4rem;
    justify-content: center;
  }

  .sec04__img {
    max-width: 47rem;
    width: 46.7%;
  }

  .sec05__inner {
    align-items: center;
    display: flex;
    gap: 1.2rem;
  }

  .sec05__img {
    max-width: 48.8rem;
  }

  .sec05__cont {
    flex: 1;
    max-width: 50rem;
  }

  .sec06__btn {
    margin-top: 4.8rem;
  }

  .sec07__inner {
    flex-direction: row-reverse;
    flex-wrap: wrap;
    gap: 4rem 5.8rem;
  }

  .sec07__name {
    margin-top: 4rem;
  }

  .sec07__ttl {
    display: block;
    text-align: left;
  }

  .sec07__body {
    display: block;
    flex: 1;
    max-width: 50rem;
  }

  .sec07__img {
    max-width: 44.3rem;
  }

  .sec07__foot {
    margin-right: auto;
  }

  .sec08__head {
    gap: 2.8rem;
  }

  .sec08__head-img {
    margin: 0 auto;
    max-width: 68rem;
  }

  .sec08__body {
    margin-top: 12.8rem;
  }

  .sec08__list {
    gap: 6.4rem;
  }

  .sec08__item {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.4rem 3.4rem;
  }

  .sec08__item-head {
    display: contents;
  }

  .sec08__img {
    max-width: 28.6rem;
    order: 3;
  }

  .sec08__meta {
    order: 1;
    width: 100%;
  }

  .sec08__meta dl {
    font-size: 2.4rem;
    line-height: 1.1666666667;
  }

  .sec08__meta dd {
    margin-top: 0.8rem;
  }

  .sec08__item-text {
    flex: 1;
    max-width: 68rem;
    order: 2;
  }

  .sec08__btn {
    margin-top: 12.8rem;
  }

  .sec08__ttl {
    max-width: 48rem;
  }

  .sec08__item:nth-child(1) .sec08__img {
    position: relative;
    top: -3.4rem;
  }

  .sec08__item:nth-child(2) {
    flex-direction: row-reverse;
  }

  .sec08__item:nth-child(2) .sec08__meta dl {
    margin-left: auto;
    max-width: 68rem;
  }

  .sec08__item:nth-child(2) .sec08__img {
    position: relative;
    top: -5rem;
  }

  .sec08__item:nth-child(3) .sec08__img {
    margin-top: 2.6rem;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

}

@media screen and (min-width: 1025px) {

  a[href^="tel:"] {
    pointer-events: none;
  }

}

@media screen and (min-width: 1080px) {

  html {
    font-size: 10px;
  }

  .l-pcContents {
    display: block;
  }

}


/*# sourceMappingURL=style.css.map */