body {
  background: #FFFFFF;
  color: #202c5f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14.4px;
  font-weight: 300;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.inner {
  margin-left: 50px;
  margin-right: 50px;
}
@media (min-width: 768px) {
  .inner {
    max-width: 730px;
    margin: 0 auto;
  }
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding-top: 30px;
}
.title--en {
  display: inline-block;
  color: #c8a96e;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c8a96e;
}
.title--ja {
  font-size: 30px;
  font-weight: 600;
}

.header {
  height: 80px;
}
.header__inner {
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  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;
}
.header__title {
  font-weight: 600;
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.fv {
  background-image: url(../img/fv-sp.jpg);
  background-size: cover;
}
@media (min-width: 768px) {
  .fv {
    background-image: url(../img/fv-pc.jpg);
  }
}
.fv__title {
  display: inline-block;
  color: #c8a96e;
  margin-top: 15px;
  margin-left: 30px;
}
.fv__heading {
  display: block;
  color: #FFFFFF;
  text-shadow: 1px 1px 0 #202c5f;
  font-size: 30px;
  margin-top: 30px;
  margin-left: 30px;
  padding-left: 10px;
  line-height: 1.5em;
}
.fv__heading--gold {
  color: #c8a96e;
}
.fv__text {
  color: #FFFFFF;
  margin-top: 30px;
  margin-left: 30px;
  text-shadow: 1px 1px 0 #202c5f;
}
.fv__btn {
  display: inline-block;
  color: #202c5f;
  background: #c8a96e;
  border: 1px solid #c8a96e;
  border-radius: 2px;
  padding: 5px 10px;
  margin: 30px 31px 60px;
}

.service {
  background: #f3f3f3;
}
.service__list {
  margin-top: 45px;
  padding-bottom: 90px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .service__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.service__item {
  background: #FFFFFF;
}
.service__num {
  color: #c8a96e;
  font-size: 20px;
  font-weight: 600;
  margin-left: 20px;
  padding-top: 30px;
}
.service__heading {
  font-size: 20px;
  font-weight: 600;
  margin: 20px;
}
.service__text {
  margin-left: 20px;
  padding-bottom: 50px;
}

.works__list {
  margin-top: 50px;
  padding-bottom: 80px;
}
.works__item {
  -webkit-box-shadow: 1px 1px 4px 0 #202c5f;
          box-shadow: 1px 1px 4px 0 #202c5f;
}
.works__item-img {
  width: 100%;
  height: auto;
}
.works__heading {
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.works__description {
  margin-left: 10px;
  padding-bottom: 30px;
}

.process {
  background: #202c5f;
}
.process__title--ja {
  color: #FFFFFF;
}
.process__list {
  margin-top: 30px;
  padding-bottom: 60px;
}
.process__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
}
.process__heading-num {
  color: #c8a96e;
  margin-right: 20px;
}
.process__heading-text {
  color: #FFFFFF;
}
.process__description {
  color: #FFFFFF;
  margin: 15px 35px 25px;
}
.process__time {
  display: inline-block;
  color: #c8a96e;
  margin-left: 35px;
  margin-bottom: 55px;
  padding: 5px 10px;
  border: 2px solid #c8a96e;
}

.about__name {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.about__name--ja {
  font-size: 20px;
}
.about__name--en {
  color: #c8a96e;
}
.about__text {
  margin-bottom: 10px;
}

.sns__description {
  text-align: center;
  margin-top: 10px;
}
.sns__list {
  margin-top: 90px;
  padding-bottom: 70px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 768px) {
  .sns__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sns__link {
  border: 1px solid #c8a96e;
  text-align: center;
}
.sns__text {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sns__img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}

.footer {
  background: #202c5f;
  text-align: center;
}
.footer__title {
  font-weight: 600;
  color: #FFFFFF;
  padding-top: 50px;
}
.footer__copy {
  color: #c8a96e;
  margin-top: 30px;
  padding-bottom: 10px;
}

.page .fv {
  background-image: url(../img/fv-sp.jpg);
  background-size: cover;
}
@media (min-width: 768px) {
  .page .fv {
    background-image: url(../img/fv-pc.jpg);
  }
}
.page .fv__title {
  padding: 50px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page .fv__title--en {
  color: #c8a96e;
  font-size: 20px;
  margin-bottom: 10px;
}
.page .fv__title--ja {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 600;
}

.page .works {
  margin-bottom: 10px;
}
.page .works__inner {
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .page .works__inner {
    max-width: 730px;
    margin: 0 auto;
  }
}
.page .works__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
  margin-bottom: 30px;
}
.page .works__heading--en {
  color: #c8a96e;
}
.page .works__heading--ja {
  font-size: 20px;
}
.page .works__img {
  width: 300px;
  height: auto;
  -webkit-box-shadow: 1px 1px 4px 0 #202c5f;
          box-shadow: 1px 1px 4px 0 #202c5f;
}
.page .works__task-title {
  color: #c8a96e;
  font-weight: 600;
  margin: 30px 0;
}
.page .works__task-text {
  margin-right: 20px;
  margin-bottom: 2em;
}
.page .works__point {
  background: #202c5f;
  color: #FFFFFF;
}
.page .works__point-title {
  color: #c8a96e;
  font-weight: 600;
  margin-left: 20px;
  padding-top: 30px;
}
.page .works__point-list {
  margin-top: 30px;
  margin-left: 20px;
  padding-bottom: 30px;
  width: 90%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page .works__point-num {
  color: #c8a96e;
  font-size: 20px;
  margin-top: 5px;
}
.page .works__point-heading {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.page .works__point-text {
  margin-bottom: 20px;
}