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

/* ===================================
   Layout
   =================================== */
.l-head-main-img {
  text-align: center;
}

.l-main {
  background-color: #fff;
}
@media print, screen and (min-width: 980px) {
  .l-main {
    width: 980px;
    margin: 0 auto;
  }
}

.l-section {
  width: 100%;
}

/* ===================================
   Module
   =================================== */
.m-heading {
  font-size: 6rem;
  font-weight: 900;
  text-align: center;
  margin: 1em auto;
}
@media print, screen and (max-width: 979px) {
  .m-heading {
    font-size: 4rem;
  }
}

.m-text {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 1em auto;
}
@media print, screen and (min-width: 980px) {
  .m-text {
    font-size: 2.1rem;
    line-height: 1.8;
  }
}
.m-text span {
  display: block;
  font-size: 1.6rem;
  margin: 0.5em;
}

.m-img {
  text-align: center;
}

@media print, screen and (min-width: 980px) {
  .m-img img {
    max-width: 480px;
    height: auto;
  }
}

/* ===================================
   Project
   =================================== */
.p-revolution {
  margin-bottom: 100px;
}
.p-revolution__logo {
  text-align: right;
  margin-top: 40px;
}
@media print, screen and (max-width: 979px) {
  .p-revolution {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
  }
}

.p-product {
  margin-top: 50px;
}
.p-product__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-product__list li {
  width: 50%;
}

.p-problem {
  padding-top: 100px;
}
@media print, screen and (max-width: 979px) {
  .p-problem {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.p-problem__title {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 980px) {
  .p-problem__image--02 {
    margin-right: -40px;
    margin-left: -10px;
  }
  .p-problem__image--03 {
    margin-left: -340px;
    margin-top: -120px;
  }
}

.p-revolution02__title {
  text-align: center;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 979px) {
  .p-revolution02__title {
    margin-top: 50px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.p-revolution02__bg {
  padding: 50px 100px;
  background: url(../images/bg-revolution.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
@media print, screen and (max-width: 979px) {
  .p-revolution02__bg {
    padding: 40px 30px;
  }
}
.p-revolution02__bg p {
  line-height: 2;
  font-size: 2.4rem;
}
@media print, screen and (max-width: 979px) {
  .p-revolution02__bg p {
    font-size: 1.9rem;
  }
}

.p-aim {
  padding-top: 100px;
}
@media print, screen and (max-width: 979px) {
  .p-aim {
    padding-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.p-aim__title {
  text-align: center;
  margin-bottom: 50px;
}
.p-aim__img {
  text-align: center;
  margin-bottom: 50px;
}

.p-impact {
  margin-top: 100px;
}
@media print, screen and (max-width: 979px) {
  .p-impact {
    margin-top: 70px;
  }
}
.p-impact__bg {
  background: url(../images/impact_bg.jpg) no-repeat;
  background-size: cover;
  padding: 120px 0;
}
@media print, screen and (max-width: 979px) {
  .p-impact__bg {
    padding: 50px 20px;
  }
}
.p-impact__title {
  text-align: center;
  margin-bottom: 50px;
}
.p-impact__value {
  text-align: center;
  margin: 100px auto;
  font-weight: 900;
}
.p-impact__name {
  padding: 0 30px;
  text-align: left;
}

.p-company {
  padding-top: 100px;
}
@media print, screen and (max-width: 979px) {
  .p-company {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 70px;
  }
}
.p-company__logo {
  text-align: center;
  margin-bottom: 50px;
}
.p-company__media {
  margin: 100px auto;
}
@media print, screen and (max-width: 979px) {
  .p-company__media {
    padding: 40px 15px;
    margin: 50px auto;
  }
}
.p-company__media__title {
  font-size: 2.8rem;
  text-align: center;
  font-weight: 700;
}
.p-company__media__kijititle {
  font-size: 2.1rem;
  margin-top: 50px;
  text-align: right;
}
.p-company__media__kiji {
  padding: 15px 0;
}
.p-company__profile {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media print, screen and (min-width: 980px) {
  .p-company__profile {
    margin-top: 80px;
  }
  .p-company__profile__img {
    width: 400px;
  }
  .p-company__profile__text {
    width: calc(100% - 400px - 50px);
  }
}

.p-store {
  margin-top: 100px;
}
.p-store__list {
  margin: 0 15px;
}
.p-store__list li {
  width: 24%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media print, screen and (max-width: 979px) {
  .p-store__list li {
    width: 48%;
  }
}
.p-store__title {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
}

.p-voice {
  background: url("../images/bg.jpg");
  padding: 100px;
  box-sizing: border-box;
}
.p-voice__title {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 979px) {
  .p-voice {
    padding: 70px 20px;
  }
}
.p-voice__card, .p-voice__card2 {
  position: relative;
  border: 2px solid #111;
  border-radius: 20px;
  padding: 50px;
  background: #fff;
}
.p-voice__card__body, .p-voice__card2__body {
  margin-top: 1em;
  line-height: 1.8;
}
.p-voice__card__body h3, .p-voice__card2__body h3 {
  font-size: 2.8rem;
  line-height: 1.5;
}
@media print, screen and (max-width: 979px) {
  .p-voice__card__body h3, .p-voice__card2__body h3 {
    font-size: 2rem;
  }
}
.p-voice__card2 {
  margin-top: 100px;
}
@media print, screen and (max-width: 979px) {
  .p-voice__card2 {
    margin-top: 60px;
  }
}
.p-voice__avatar {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
@media print, screen and (max-width: 767px) {
  .p-voice__card, .p-voice__card2 {
    padding: 24px 20px 28px;
    border-radius: 16px;
  }
  .p-voice__avatar {
    top: -40px;
    right: -20px;
    width: 120px;
    height: 120px;
    border-width: 3px;
  }
}

.p-voice--avatar-left .p-voice__avatar {
  left: -22px;
  right: auto;
}

.p-contact {
  background-color: #efebe8;
  padding: 100px;
}
@media print, screen and (max-width: 979px) {
  .p-contact {
    padding: 50px 20px;
  }
}
.p-contact__title {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
}
.p-contact__panel {
  background: #fff;
  padding: 70px 50px;
}
@media print, screen and (max-width: 979px) {
  .p-contact__panel {
    padding: 50px 20px;
  }
}
.p-contact__form {
  width: 100%;
}
.p-contact__actions {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.p-footer {
  margin-top: 50px;
  padding: 15px;
  text-align: center;
}
.p-footer__message {
  color: #80350d;
  font-size: 3rem;
  line-height: 2;
  margin-bottom: 1.5em;
  font-family: "Times New Roman", Times, serif;
}
@media print, screen and (max-width: 979px) {
  .p-footer__message {
    font-size: 2.1rem;
  }
}
.p-footer__copy {
  font-size: 1.6rem;
}
.p-footer__sns {
  box-sizing: border-box;
  margin-bottom: 30px;
}
.p-footer__sns__link {
  box-sizing: border-box;
  width: 33%;
}
.p-footer__sns__link img {
  padding: 10px;
}
@media print, screen and (min-width: 980px) {
  .p-footer__sns {
    max-width: 640px;
    margin: auto;
  }
  .p-footer__sns__link img {
    max-width: 128px;
    height: auto;
  }
}

/* ===================================
   Component
   =================================== */
.c-timeline {
  font-size: 2.4rem;
  line-height: 1.6;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px 30px;
  margin-top: 60px;
}
@media print, screen and (max-width: 979px) {
  .c-timeline {
    font-size: 1.6rem;
  }
}

.c-field {
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.c-field__label {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 10px;
}

.c-field__control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 14px 12px;
  border: 2px solid #cfc9c4;
  border-radius: 2px;
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.c-field__control--textarea {
  resize: vertical;
  min-height: 160px;
}

.c-field__control:focus {
  outline: none;
  border-color: #ccc;
  box-shadow: 0 0 0 3px rgba(138, 166, 255, 0.25);
}

.c-badge {
  display: inline-block;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 1.4rem;
  line-height: 1;
}

.c-badge--required {
  background: #f00;
  color: #fff;
}

.c-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

.c-btn--primary {
  background: #6b2f10;
  color: #fff;
}

.c-btn--lg {
  font-size: 2.1rem;
  padding: 18px 48px;
  border-radius: 2px;
  position: relative;
}

.c-btn--lg::after {
  content: "";
  border-left: 10px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 14px;
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-1px);
}

.c-btn--primary:hover {
  filter: brightness(1.05);
}

.c-btn--primary:active {
  transform: translateY(1px);
}

/* ===================================
   Utility
   =================================== */
.u-bg-image {
  position: relative;
  background: url("../images/bg.jpg");
  text-align: center;
}
.u-bg-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
  z-index: 0;
}
.u-bg-image > * {
  position: relative;
  z-index: 1;
}

.u-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.u-flex-center li {
  padding: 5px;
}/*# sourceMappingURL=lp.css.map */