.container {
  max-width: 1120px;
  width: 95%;
  margin: 0 auto;
}

.c-text__lv1 {
  font-size: 56px;
  font-weight: 900;
  line-height: 1.3em;
}
.c-text__lv2 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.3em;
}
.c-text__lv3 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3em;
}
.c-text__lv4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
}
.c-text__lv4__normal {
  font-weight: 500;
}

.c-description__lv1 {
  font-size: 28px;
  font-weight: 400;
}
.c-description__lv2 {
  font-size: 20px;
  font-weight: 400;
}
.c-description__lv3 {
  font-size: 16px;
  font-weight: 400;
}
.c-description__lv3__gray {
  color: #B7B6B8;
}
.c-description__lv4 {
  font-size: 16px;
  font-weight: 400;
}

.c-button {
  height: 48px;
  font-weight: 200;
  font-size: 14px;
  padding: 0 24px;
  border-radius: 5px;
  background: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-button--white {
  color: #000;
  background: #fff;
}
.c-button--small {
  height: 36px;
}

.c-image {
  width: 100%;
  background-size: cover;
  border-radius: 16px;
}
.c-image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.l-header {
  margin: 0 0 -80px;
}
.l-header .container {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.l-header__logo {
  width: 168px;
  height: 30px;
}
.l-header__nav {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
}
.l-header__nav__list {
  display: flex;
  align-items: center;
}
.l-header__nav__list__item {
  padding: 0 16px;
}
.l-header__nav__head {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 80px;
}
.l-header__nav__body {
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  height: 56px;
  border-radius: 28px;
  width: 720px;
  padding: 0 20px;
}
.l-header__nav__body__list {
  display: flex;
  align-items: center;
}
.l-header__nav__body__list__item {
  padding: 10px 16px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: space-around;
}
.l-header__nav__body__list .item__line::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 24px;
  background: #B7B6B8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
}
.l-header__action__list {
  display: flex;
  align-items: center;
}

.l-home__mainVisual {
  height: 600px;
  background: url(../img/mainVisual.jpg);
  background-size: cover;
  background-position: center bottom;
  align-items: center;
  display: flex;
}
.l-home__mainVisual__text {
  max-width: 400px;
}
.l-home__mainVisual__text .c-button {
  margin: 24px 0 0;
}
.l-home__section {
  margin: 64px 0 0;
}
.l-home__section__head {
  margin: 0 0 24px;
}

.l-areaList {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.l-areaList__item {
  padding: 8px;
  display: flex;
  width: 25%;
}
.l-areaList__item__image {
  width: 72px;
  margin: 0 16px 0 0;
}

.l-cardList {
  display: flex;
  margin: -8px;
  flex-wrap: wrap;
}
.l-cardList__item {
  width: 25%;
  padding: 8px;
}
.l-cardList__item2 {
  width: 33%;
  padding: 8px;
}

.l-box {
  height: 480px;
  color: #fff;
  padding: 80px;
  display: flex;
  align-items: center;
  background-size: cover;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.l-box::before {
  content: "";
  display: block;
  width: 640px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1c1c1c+0,383838+60&0.9+68,0.75+78,0.75+78,0+93,0+93,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(28, 28, 28, 0.9) 0%, rgba(56, 56, 56, 0.9) 60%, rgba(56, 56, 56, 0.9) 68%, rgba(56, 56, 56, 0.75) 78%, rgba(56, 56, 56, 0) 93%, rgba(56, 56, 56, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e61c1c1c", endColorstr="#00383838",GradientType=1 ); /* IE6-9 */
  ter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=1 ); /* IE6-9 */
  z-index: 1;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.l-box__text {
  max-width: 400px;
  z-index: 2;
}
.l-box__text .c-button {
  margin: 32px 0 0;
  position: relative;
}

.l-footer {
  margin: 80px 0 0;
  padding: 40px 0 0;
  background: #eee;
}
.l-footer__body {
  display: flex;
}
.l-footer__item {
  width: 25%;
}
.l-footer__item__list__small {
  margin: 16px 0 0;
}
.l-footer__foot {
  border-top: 1px solid #B7B6B8;
  margin: 40px 0 0;
  padding: 24px 0 80px;
}

@media screen and (max-width: 1126px) {
  .l-footer__body {
    flex-direction: column;
  }
  .l-footer__item {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 46px 0 24px;
  }
  .l-footer__item__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .l-footer__item__list__small {
    width: 33%;
  }
  .l-footer__foot {
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header .sb__none {
    display: none;
  }
  .l-header__nav__body {
    width: 300px;
  }
  .l-box {
    height: 300px;
    padding: 30px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .l-box::before {
    width: 360px;
  }
  .l-box__text {
    max-width: 360px;
    z-index: 2;
  }
  .l-box__text .c-button {
    margin: 24px 0 0;
  }
  .l-box__text .c-text__lv2 {
    font-size: 28px;
  }
  .l-box__text .c-description__lv2 {
    font-size: 18px;
  }
  .c-text__lv1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .sp__none {
    display: none;
  }
  .c-text__lv1 {
    font-size: 36px;
  }
  .l-home__mainVisual {
    height: 480px;
  }
  .l-areaList__item, .l-cardList__item {
    width: 50%;
  }
  .l-cardList {
    justify-content: center;
  }
  .l-cardList__item2 {
    margin: 8px 0 0;
    width: 80%;
  }
  .l-footer {
    margin: 32px 0 0;
    padding: 20px 0 0;
  }
  .l-footer__item {
    padding: 32px 0 16px;
  }
  .l-footer__item__list__small {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */