@charset "UTF-8";
/* CSS Document */
/* 基本設定 */
/* 基本設定 */
/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* 7つの習慣 */
#main {
  margin-bottom: 11rem;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  #main {
    margin-bottom: 5rem;
  }
}
#main .box-area {
  color: #f9f9ef;
}
#main .box-area .box {
  position: relative;
  padding: 8rem 5rem 7rem 10rem;
  width: 100%;
  background: url("../img/zara.webp") repeat center center, #66161c;
  border-radius: 0.6rem;
}
@media screen and (max-width: 520px) {
  #main .box-area .box {
    padding: 3rem 2rem 3rem;
  }
}
#main .box-area .box:before, #main .box-area .box:after {
  position: absolute;
  display: block;
  content: "";
}
#main .box-area .box:before {
  top: 3.8rem;
  left: 0.9rem;
  background: url("../img/svg/logo_mark_white.svg") no-repeat center center;
  background-size: 100% auto;
  width: 19rem;
  height: 19rem;
}
@media screen and (max-width: 520px) {
  #main .box-area .box:before {
    top: 0.6rem;
    left: -0.5rem;
    width: 14rem;
    height: 14rem;
  }
}
#main .box-area .box:after {
  right: 1.3rem;
  top: 2rem;
  background: url("../img/common/bara04@2x.webp") no-repeat center center;
  background-size: 100% auto;
  width: 28.5rem;
  height: 20.7rem;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 520px) {
  #main .box-area .box:after {
    right: 0.5rem;
    top: 1rem;
    width: 15.5rem;
    height: 11.7rem;
  }
}
#main .box-area .box .ttl {
  font-size: 4.2rem;
  line-height: 1.7619047619;
  letter-spacing: 0.025em;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 520px) {
  #main .box-area .box .ttl {
    font-size: 2.8rem;
    line-height: 2.2857142857;
    letter-spacing: 0.025em;
    font-weight: 300;
    margin-bottom: 1rem;
  }
}
#main .box-area .box .flex {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  #main .box-area .box .flex {
    flex-wrap: wrap;
  }
}
#main .box-area .box .flex-img {
  width: 33.8rem;
}
@media screen and (max-width: 520px) {
  #main .box-area .box .flex-img {
    width: 60%;
    margin: 0 auto;
  }
}
#main .box-area .box .flex-txt {
  width: calc(100% - 42rem);
  padding-left: 8rem;
  padding-top: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 520px) {
  #main .box-area .box .flex-txt {
    width: 100%;
    padding-left: 0;
    padding-top: 3rem;
  }
}
#main .box-area .box .flex-txt p {
  font-size: 1.7rem;
  line-height: 1.9411764706;
  letter-spacing: 0.12em;
  font-weight: 400;
}
@media screen and (max-width: 520px) {
  #main .box-area .box .flex-txt p {
    font-size: 1.2rem;
    line-height: 2.1666666667;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
#main .box-area .box .flex-txt p .name {
  font-size: 2.2rem;
  line-height: 1.5909090909;
  letter-spacing: 0.12em;
  font-weight: 400;
}
@media screen and (max-width: 520px) {
  #main .box-area .box .flex-txt p .name {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
#main .box-area .box .flex-txt p + p {
  margin-top: 3rem;
}
@media screen and (max-width: 520px) {
  #main .box-area .box .flex-txt p + p {
    margin-top: 2rem;
  }
}

#features {
  margin-bottom: 13rem;
}
@media screen and (max-width: 520px) {
  #features {
    margin-bottom: 5rem;
    overflow: hidden;
  }
}
#features .title-box {
  margin-bottom: 8rem;
}
@media screen and (max-width: 520px) {
  #features .title-box {
    margin-left: 0;
    margin-bottom: 2rem;
  }
}
#features .content {
  justify-content: space-between;
}
#features .content .txt-box {
  width: 46.7rem;
  padding: 0 0 0 2.3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 520px) {
  #features .content .txt-box {
    width: 100%;
    padding-left: 0;
    margin-bottom: 3rem;
  }
}
#features .content .txt-box .title-light + .title-light {
  margin-top: 3.5rem;
}
@media screen and (max-width: 520px) {
  #features .content .txt-box .title-light + .title-light {
    margin-top: 1.5rem;
  }
}
#features .content .img-box {
  width: calc(100% - 46.7rem);
  padding-left: 4.5rem;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 3rem;
}
#features .content .img-box div {
  width: calc((100% - 3rem) / 2);
}
@media screen and (max-width: 520px) {
  #features .content .img-box {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    gap: 1rem 1rem;
  }
  #features .content .img-box div {
    width: calc((100% - 1rem) / 2);
  }
}

#about {
  margin-bottom: 26rem;
}
@media screen and (max-width: 520px) {
  #about {
    margin-bottom: 5rem;
    overflow: hidden;
  }
}
#about .title-box {
  margin-bottom: 7rem;
}
@media screen and (max-width: 520px) {
  #about .title-box {
    margin-bottom: 2rem;
    margin-left: 0;
  }
}
#about .content {
  margin: 0 1%;
}
@media screen and (max-width: 520px) {
  #about .content {
    margin: 0;
  }
}
#about .habit-area {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 520px) {
  #about .habit-area {
    margin-bottom: 3rem;
  }
}
#about .habit-area .line-box {
  border-bottom: 1px solid rgba(102, 22, 28, 0.42);
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 520px) {
  #about .habit-area .line-box {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
#about .habit-area .line-box:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 520px) {
  #about .habit-area .line-box:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
#about .habit-area .line-box .habit-box {
  justify-content: space-between;
}
@media screen and (max-width: 520px) {
  #about .habit-area .line-box .habit-box {
    flex-direction: column;
  }
}
#about .habit-area .line-box .habit-box .table-box {
  width: 58%;
}
@media screen and (max-width: 520px) {
  #about .habit-area .line-box .habit-box .table-box {
    width: 100%;
  }
}
#about .habit-area .line-box .habit-box .table-box dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media screen and (max-width: 520px) {
  #about .habit-area .line-box .habit-box .table-box dl {
    justify-content: flex-start;
    gap: 1rem 1rem;
    margin-bottom: 2rem;
  }
}
#about .habit-area .line-box .habit-box .table-box dl:last-of-type {
  margin-bottom: 0;
}
#about .habit-area .line-box .habit-box .table-box dt {
  width: 28%;
  color: #f9f9ef;
  font-size: 2.1rem;
  font-weight: 300;
  border-radius: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 520px) {
  #about .habit-area .line-box .habit-box .table-box dt {
    width: 24%;
    font-size: 1.4rem;
    line-height: 1.5714285714;
    letter-spacing: 0.05em;
    font-weight: 300;
    border-radius: 0.25rem;
  }
}
#about .habit-area .line-box .habit-box .table-box dd {
  width: 65%;
}
@media screen and (max-width: 520px) {
  #about .habit-area .line-box .habit-box .table-box dd {
    width: 73%;
  }
}
#about .habit-area .line-box .habit-box .table-box dd .color {
  font-size: 2.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 520px) {
  #about .habit-area .line-box .habit-box .table-box dd .color {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
#about .habit-area .line-box .habit-box .table-box dd .color + p {
  font-size: 1.7rem;
}
@media screen and (max-width: 520px) {
  #about .habit-area .line-box .habit-box .table-box dd .color + p {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
#about .habit-area .line-box .color-box {
  width: 39%;
  border-radius: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 1.4rem 0 1.6rem 0;
}
@media screen and (max-width: 520px) {
  #about .habit-area .line-box .color-box {
    width: 100%;
    margin-top: 2rem;
    border-radius: 0.25rem;
    padding: 0.5rem 0.5rem 0.8rem 0.5rem;
    box-sizing: border-box;
  }
}
#about .habit-area .line-box .color-box .txt {
  text-align: center;
  color: #f9f9ef;
}
#about .habit-area .line-box .color-box .txt p {
  font-size: 2.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 520px) {
  #about .habit-area .line-box .color-box .txt p {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
#about .habit-area .line-box .color-box .txt p span {
  font-size: 2rem;
  display: block;
}
@media screen and (max-width: 520px) {
  #about .habit-area .line-box .color-box .txt p span {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
#about .habit-area .line-box.enji .table-box dt {
  background: #66161c;
}
#about .habit-area .line-box.enji .table-box dd .color {
  color: #66161c;
}
#about .habit-area .line-box.enji .color-box {
  background: rgba(102, 22, 28, 0.8);
}
#about .habit-area .line-box.green .table-box dt {
  background: #0a3a2c;
}
#about .habit-area .line-box.green .table-box dd .color {
  color: #0a3a2c;
}
#about .habit-area .line-box.green .color-box {
  background: rgba(10, 58, 44, 0.8);
}
#about .habit-area .line-box.navy .table-box {
  margin-bottom: 2rem;
}
@media screen and (max-width: 520px) {
  #about .habit-area .line-box.navy .table-box {
    margin-bottom: 0;
  }
}
#about .habit-area .line-box.navy .table-box dt {
  background: #26333a;
}
#about .habit-area .line-box.navy .table-box dd .color {
  color: #26333a;
}
#about .habit-area .line-box.navy .color-box {
  background: rgba(9, 35, 53, 0.8);
}
#about .reference p {
  font-size: 1.6rem;
  line-height: 1.65;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 520px) {
  #about .reference p {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}