@charset "UTF-8";
/* ---------------------------------------------
  about page
  --------------------------------------------- */
.p-about-links {
  width: calc(100% - 64px);
  max-width: 1224px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  margin-top: 40px;
}
@media only screen and (max-width: 719px) {
  .p-about-links {
    width: calc(100% - 30px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 12px;
    gap: 0;
  }
}
.p-about-links li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1.5px solid #eae5da;
}
.p-about-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #84654a;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.p-about-links a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 992px) {
  .p-about-links a {
    padding: 20px 10px 15px;
    font-size: 17px;
  }
}
.p-about-links a::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("https://d2w53g1q050m78.cloudfront.net/wwwnanarobenet/uploads/assets/img/about/ico_arrow_down.svg") no-repeat center/100%;
}
@media only screen and (max-width: 719px) {
  .p-about-links a::after {
    width: 20px;
    height: 20px;
  }
}

/* ------ about thoughts ------ */
.p-about-thoughts {
  padding: 80px 0 110px;
}
@media only screen and (max-width: 719px) {
  .p-about-thoughts {
    padding: 36px 0 70px;
  }
}

.p-about-thoughts__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media only screen and (max-width: 719px) {
  .p-about-thoughts__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
  }
}
.p-about-thoughts__block:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 719px) {
  .p-about-thoughts__block:not(:last-child) {
    margin-bottom: 35px;
  }
}
.p-about-thoughts__block__text {
  padding-top: 20px;
  width: 52%;
}
.p-about-thoughts__block__text .c-section-ttl {
  margin-top: -0.3em;
}
@media only screen and (max-width: 719px) {
  .p-about-thoughts__block__text {
    width: 100%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 719px) {
  .p-about-thoughts__block__text p {
    line-height: 1.6;
  }
}
.p-about-thoughts__block__text p:not(:last-of-type) {
  margin-bottom: 26px;
}
@media only screen and (max-width: 719px) {
  .p-about-thoughts__block__text p:not(:last-of-type) {
    margin-bottom: 22px;
  }
}
.p-about-thoughts__block__img {
  width: 50%;
  max-width: 496px;
}
@media only screen and (max-width: 719px) {
  .p-about-thoughts__block__img {
    width: 100%;
    max-width: 100%;
  }
}
.p-about-thoughts__block__img img {
  border-radius: 20px;
}
.p-about-thoughts__block:first-child {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-about-thoughts__block:nth-child(2) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 719px) {
  .p-about-thoughts__block:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-about-thoughts__block:nth-child(2) .p-about-thoughts__block__text {
  width: 50%;
}
@media only screen and (max-width: 719px) {
  .p-about-thoughts__block:nth-child(2) .p-about-thoughts__block__text {
    width: 100%;
  }
}
.p-about-thoughts__block:nth-child(2) .p-about-thoughts__block__img .item:first-child {
  width: 82%;
  max-width: 393px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 719px) {
  .p-about-thoughts__block:nth-child(2) .p-about-thoughts__block__img .item:first-child {
    max-width: 480px;
  }
}
.p-about-thoughts__block:nth-child(2) .p-about-thoughts__block__img .item:nth-child(2) {
  width: 50%;
  max-width: 244px;
  margin: -12.5% -11% 0 auto;
}
@media only screen and (max-width: 719px) {
  .p-about-thoughts__block:nth-child(2) .p-about-thoughts__block__img .item:nth-child(2) {
    width: 45%;
    max-width: 360px;
    margin: -15% 0 0 auto;
  }
}
.p-about-thoughts__block:nth-child(3) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-about-thoughts__block:nth-child(3) .p-about-thoughts__block__text {
  padding-top: 0;
  width: 45.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 719px) {
  .p-about-thoughts__block:nth-child(3) .p-about-thoughts__block__text {
    width: 100%;
  }
}

.p-about-bnr {
  padding: 0 0 110px;
}
@media only screen and (max-width: 719px) {
  .p-about-bnr {
    padding: 0 0 70px;
  }
}
.p-about-bnr a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #fff;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

/* ------ about kodawari ------ */
.p-about-kodawari {
  background-color: #f7f6f2;
  padding: 80px 0 100px;
  border-radius: 50px;
}
@media only screen and (max-width: 719px) {
  .p-about-kodawari {
    padding: 60px 0 70px;
    border-radius: 30px;
  }
}
@media only screen and (max-width: 719px) {
  .p-about-kodawari .lead {
    line-height: 1.7;
  }
}
.p-about-kodawari__container {
  margin-top: 30px;
}
@media only screen and (max-width: 719px) {
  .p-about-kodawari__container {
    margin-top: 24px;
  }
}
.p-about-kodawari__block {
  background-color: #fff;
  padding: 54px 50px 50px 60px;
  border-radius: 30px;
  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;
  gap: 50px;
}
@media only screen and (max-width: 992px) {
  .p-about-kodawari__block {
    padding: 30px 30px 40px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 719px) {
  .p-about-kodawari__block {
    border-radius: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.p-about-kodawari__block:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 719px) {
  .p-about-kodawari__block:not(:last-child) {
    margin-bottom: 12px;
  }
}
.p-about-kodawari__block__text {
  width: 58%;
}
@media only screen and (max-width: 719px) {
  .p-about-kodawari__block__text {
    width: 100%;
  }
}
.p-about-kodawari__block__text .kodawari__ttl {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 16px;
}
@media only screen and (max-width: 719px) {
  .p-about-kodawari__block__text .kodawari__ttl {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.p-about-kodawari__block__text p {
  line-height: 1.5;
  font-size: 15px;
}
.p-about-kodawari__block__text p:not(:last-of-type) {
  margin-bottom: 24px;
}
.p-about-kodawari__block__text .bold {
  font-weight: 700;
}
.p-about-kodawari__block__text a {
  color: #3f5b7c;
  border-bottom: 1px solid #3f5b7c;
  line-height: 1.2;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.p-about-kodawari__block__text a:hover {
  opacity: 0.7;
}
.p-about-kodawari__block__img {
  width: 39%;
}
@media only screen and (max-width: 719px) {
  .p-about-kodawari__block__img {
    width: 100%;
  }
}
.p-about-kodawari__block__img img {
  border-radius: 20px;
}
.p-about-kodawari__block__content {
  width: 39%;
}
@media only screen and (max-width: 719px) {
  .p-about-kodawari__block__content {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .p-about-kodawari__block:nth-child(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.p-about-kodawari__block:nth-child(1) .p-about-kodawari__block__text {
  width: 46%;
}
@media only screen and (max-width: 992px) {
  .p-about-kodawari__block:nth-child(1) .p-about-kodawari__block__text {
    width: 100%;
  }
}
.p-about-kodawari__block:nth-child(1) .p-about-kodawari__block__content {
  width: 52%;
}
@media only screen and (max-width: 992px) {
  .p-about-kodawari__block:nth-child(1) .p-about-kodawari__block__content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 0 0;
  }
}
.p-about-kodawari__block:nth-child(1) .p-about-kodawari__block__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
  gap: 10px;
}
@media only screen and (max-width: 719px) {
  .p-about-kodawari__block:nth-child(1) .p-about-kodawari__block__list {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    padding: 0 15px;
    gap: 0 8px;
    max-width: 390px;
    margin: 0 auto;
  }
}
.p-about-kodawari__block:nth-child(1) .p-about-kodawari__block__list li {
  border: 1px solid #eae5da;
  border-radius: 50%;
  aspect-ratio: 1/1;
  font-size: 14px;
  line-height: 1.35;
  max-width: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  font-weight: 500;
}
@media only screen and (max-width: 1160px) {
  .p-about-kodawari__block:nth-child(1) .p-about-kodawari__block__list li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1160px) and (max-width: 719px) {
  .p-about-kodawari__block:nth-child(1) .p-about-kodawari__block__list li {
    font-size: 11px;
    max-width: 21.33vw;
  }
  .p-about-kodawari__block:nth-child(1) .p-about-kodawari__block__list li:nth-child(1) {
    -ms-grid-column-span: 3;
    grid-column: span 3/span 3;
    margin-left: auto;
  }
  .p-about-kodawari__block:nth-child(1) .p-about-kodawari__block__list li:nth-child(2) {
    -ms-grid-column-span: 3;
    grid-column: span 3/span 3;
    margin-right: auto;
  }
  .p-about-kodawari__block:nth-child(1) .p-about-kodawari__block__list li:nth-child(n+3) {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
  }
}
.p-about-kodawari__block:nth-child(1) .p-about-kodawari__block__list li.disuse::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eae5da;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-about-kodawari__block:nth-child(1) .p-about-kodawari__block__list li.disuse span {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 6px;
}
.p-about-kodawari__block:nth-child(1) .notice {
  text-align: right;
  font-size: 12px;
  margin-top: 4px;
}
.p-about-kodawari__block:nth-child(3) {
  display: block;
  padding-top: 40px;
}
@media only screen and (max-width: 719px) {
  .p-about-kodawari__block:nth-child(3) {
    padding-top: 30px;
  }
}
.p-about-kodawari__block:nth-child(3) .block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media only screen and (max-width: 992px) {
  .p-about-kodawari__block:nth-child(3) .block__item {
    gap: 24px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 719px) {
  .p-about-kodawari__block:nth-child(3) .block__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.p-about-kodawari__block:nth-child(3) .block__item:first-child .p-about-kodawari__block__text {
  padding-bottom: 90px;
}
@media only screen and (max-width: 719px) {
  .p-about-kodawari__block:nth-child(3) .block__item:first-child .p-about-kodawari__block__text {
    padding-bottom: 0;
  }
}
.p-about-kodawari__block:nth-child(3) .block__item:first-child .p-about-kodawari__block__img {
  margin-top: 10px;
}
@media only screen and (max-width: 719px) {
  .p-about-kodawari__block:nth-child(3) .block__item:first-child .p-about-kodawari__block__img {
    margin-top: 0;
  }
}
.p-about-kodawari__block:nth-child(3) .block__item:last-child {
  margin-top: -54px;
}
@media only screen and (max-width: 719px) {
  .p-about-kodawari__block:nth-child(3) .block__item:last-child {
    margin-top: 0;
    gap: 0;
  }
}
.p-about-kodawari__block:nth-child(3) .block__item:last-child .p-about-kodawari__block__text {
  border-top: 1px solid #eae5da;
  padding-top: 34px;
}
@media only screen and (max-width: 719px) {
  .p-about-kodawari__block:nth-child(3) .block__item:last-child .p-about-kodawari__block__text {
    border-top: none;
    padding-top: 24px;
  }
}
.p-about-kodawari__block:nth-child(3) .block__item:last-child .p-about-kodawari__block__img {
  text-align: center;
}
@media only screen and (max-width: 719px) {
  .p-about-kodawari__block:nth-child(3) .block__item:last-child .p-about-kodawari__block__img {
    margin-top: 15px;
  }
}
.p-about-kodawari__block:nth-child(3) .block__item:last-child .p-about-kodawari__block__img img {
  max-width: 370px;
  margin: 0 auto;
}
.p-about-kodawari__block:nth-child(3) .block__item:last-child .more-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-about-kodawari__block:nth-child(3) .block__item:last-child #more-toggle,
.p-about-kodawari__block:nth-child(3) .block__item:last-child .more-btn {
  display: none;
}
@media only screen and (max-width: 719px) {
  .p-about-kodawari__block:nth-child(3) .block__item:last-child #more-toggle {
    display: block;
  }
  .p-about-kodawari__block:nth-child(3) .block__item:last-child .more-content {
    display: none;
  }
  .p-about-kodawari__block:nth-child(3) .block__item:last-child #more-toggle:checked ~ .more-content {
    display: block;
  }
  .p-about-kodawari__block:nth-child(3) .block__item:last-child .more-btn {
    display: block;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 16px auto 0;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid #482e12;
    line-height: 1.2;
  }
  .p-about-kodawari__block:nth-child(3) .block__item:last-child .more-btn .close {
    display: none;
  }
  .p-about-kodawari__block:nth-child(3) .block__item:last-child #more-toggle:checked ~ .more-btn .open {
    display: none;
  }
  .p-about-kodawari__block:nth-child(3) .block__item:last-child #more-toggle:checked ~ .more-btn .close {
    display: inline;
  }
  .p-about-kodawari__block:nth-child(3) .block__item:last-child .more-btn {
    cursor: pointer;
  }
}
.p-about-kodawari__block:nth-child(4) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media only screen and (max-width: 719px) {
  .p-about-kodawari__block:nth-child(4) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-about-kodawari__block:nth-child(4) .p-about-kodawari__block__content {
    width: 100%;
  }
}
.p-about-kodawari__block:nth-child(4) .p-about-kodawari__block__text {
  padding-top: 16px;
  width: 58%;
}
@media only screen and (max-width: 719px) {
  .p-about-kodawari__block:nth-child(4) .p-about-kodawari__block__text {
    padding-top: 0;
    width: 100%;
  }
}
.p-about-kodawari__block:nth-child(4) .p-about-kodawari__block__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-gap: 16px;
  gap: 16px;
}
@media only screen and (max-width: 992px) {
  .p-about-kodawari__block:nth-child(4) .p-about-kodawari__block__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 719px) {
  .p-about-kodawari__block:nth-child(4) .p-about-kodawari__block__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.p-about-kodawari__block:nth-child(4) .p-about-kodawari__block__list li {
  border: 1px solid #eae5da;
  border-radius: 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 8px;
  padding: 20px 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 992px) {
  .p-about-kodawari__block:nth-child(4) .p-about-kodawari__block__list li {
    padding: 12px 16px;
  }
  .p-about-kodawari__block:nth-child(4) .p-about-kodawari__block__list li:nth-child(1) img {
    width: 34px;
  }
  .p-about-kodawari__block:nth-child(4) .p-about-kodawari__block__list li:nth-child(2) img {
    width: 42px;
  }
  .p-about-kodawari__block:nth-child(4) .p-about-kodawari__block__list li:nth-child(3) img {
    width: 35px;
  }
  .p-about-kodawari__block:nth-child(4) .p-about-kodawari__block__list li:nth-child(4) img {
    width: 23px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 719px) {
  .p-about-kodawari__block:nth-child(4) .p-about-kodawari__block__list li {
    padding: 12px 16px 16px;
  }
}
.p-about-kodawari__block:nth-child(4) .notice {
  text-align: right;
  font-size: 12px;
  margin-top: 4px;
}

/* ------ about material ------ */
.p-about-material {
  padding: 90px 0 150px;
}
@media only screen and (max-width: 719px) {
  .p-about-material {
    padding: 60px 0 90px;
  }
}
.p-about-material .c-section-ttl {
  margin-bottom: 24px;
}
@media only screen and (max-width: 719px) {
  .p-about-material .c-section-ttl {
    margin-bottom: 12px;
  }
}
.p-about-material__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 46px;
  gap: 46px;
  margin-top: 40px;
}
@media only screen and (max-width: 719px) {
  .p-about-material__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
}
.p-about-material__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-about-material__block .material__ttl {
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 23px;
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
@media only screen and (max-width: 719px) {
  .p-about-material__block .material__ttl {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 30px;
  }
}
.p-about-material__block .material__ttl::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #d9d9d9;
  margin-right: 8px;
  position: absolute;
  top: 12px;
  left: 0;
}
@media only screen and (max-width: 719px) {
  .p-about-material__block .material__ttl::before {
    top: 30%;
  }
}
.p-about-material__block .material__ttl span {
  font-weight: 400;
  font-size: 15px;
}
.p-about-material__block p {
  font-size: 15px;
}
.p-about-material__block__img {
  margin-bottom: 24px;
}
.p-about-material__block__img img {
  border-radius: 30px;
}
@media only screen and (max-width: 719px) {
  .p-about-material__block__img {
    margin-bottom: 20px;
  }
  .p-about-material__block__img img {
    border-radius: 15px;
  }
}
.p-about-material__block__text {
  margin-bottom: 20px;
}
.p-about-material__block__list {
  margin-top: auto;
  padding: 0 10px 0 6px;
}
@media only screen and (max-width: 719px) {
  .p-about-material__block__list {
    padding: 0;
  }
}
.p-about-material__block__list li {
  font-size: 23px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 719px) {
  .p-about-material__block__list li {
    font-size: 17px;
  }
  .p-about-material__block__list li:not(:last-child) {
    margin-bottom: 5px;
  }
}
.p-about-material__block__list li::before {
  content: "・";
  margin-right: 5px;
}
@media only screen and (max-width: 719px) {
  .p-about-material__block:first-child .material__ttl {
    margin-bottom: 16px;
  }
  .p-about-material__block:first-child .material__ttl span {
    display: inline-block;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
@media only screen and (max-width: 719px) {
  .p-about-material__block:first-child p {
    letter-spacing: 0.018em;
  }
}