br.pc {
  display: none;
}
br.sp {
  display: block;
}
.jp-mincho {
  font-family: "Hiragino Mincho ProN";
}
.concept {
  margin: 10rem auto 0;
  color: #8f8f8f;
}
.concept.recruit {
  margin: 0 auto;
}
.concept__intro {
  width: min(90%, 700px);
  margin: auto;
  text-align: center;
}
.concept__title {
  color: #b3ad8c;
  font-weight: 100;
}
.concept__intro .concept__title {
  font-family: "Hiragino Mincho ProN";
  font-size: 24px;
  letter-spacing: 0.03em;
}
.concept__title .en {
  font-family: "AGaramondPro-Regular";
  font-size: 36px;
}
.concept__title .txt-sm {
  font-size: 1.5rem;
}
.concept__philosophy {
  padding-top: 32px;
  font-size: 24px;
  font-family: "Hiragino Mincho ProN";
}
.concept__philosophy span:nth-of-type(n + 2) {
  padding-left: 20px;
}
.concept__philosophy_desc {
  margin-top: 40px;
  padding: 40px 24px;
  border: 1px solid rgba(143, 143, 143, 0.2);
  border-radius: 4px;
  font-size: 14px;
  line-height: 2;
}
.concept__contents {
  background: linear-gradient(to bottom, #f0efe8, #ffffff);
  border-top-left-radius: 50% 100px;
  border-top-right-radius: 50% 100px;
}
.concept__contents .concept__title {
  letter-spacing: 0.05em;
  font-family: "AGaramondPro-Regular";
  font-weight: 400;
  font-size: 24px;
}
.concept__contents__inner {
  width: 80%;
  margin: 80px auto 0;
  padding-top: 100px;
  text-align: center;
}
.concept__catch {
  padding-top: 32px;
  line-height: 1.75;
  color: #b3ad8c;
  font-family: "Hiragino Mincho ProN";
  font-size: 16px;
}
.concept__contents_text {
  padding-top: 32px;
  line-height: 2;
}
.concept__category {
  padding-top: 80px;
}
.concept__category__list {
  margin-left: 0;
}
.concept__category__item {
  position: relative;
  padding: 52px 0;
  overflow: hidden;
}
.concept__category__item:nth-of-type(2) {
  background: rgba(179, 173, 140, 0.5);
}
.concept__category__item--en {
  position: absolute;
  bottom: -20px;
  height: 100%;
}
.concept__category__item--en img {
  width: 70%;
  height: 100%;
  object-fit: contain;
}
.concept__category__item:not(:nth-of-type(2)) .concept__category__item--en {
  left: 0;
}
.concept__category__item:nth-of-type(2) .concept__category__item--en {
  right: 0;
  text-align: right;
}
.concept__category__item:nth-of-type(2) .concept__category__item--en img {
  margin-left: auto;
}
.concept__category__item:nth-of-type(2) .concept__category__item--jp {
  left: 32px;
  color: #fff;
}
.concept__category__item--jp {
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  right: 32px;
  color: #b3ad8c;
  font-family: "Hiragino Mincho ProN";
}
@media (min-width: 599px) {
  .concept__category__item:not(:nth-of-type(2)) .concept__category__item--en {
    left: 10%;
  }
  .concept__category__item:not(:nth-of-type(2)) .concept__category__item--jp {
    right: 15%;
  }
  .concept__category__item:nth-of-type(2) .concept__category__item--en {
    right: 10%;
    left: auto;
  }
  .concept__category__item:nth-of-type(2) .concept__category__item--jp {
    left: 15%;
  }
}
@media (min-width: 768px) {
  br.pc {
    display: block;
  }
  br.sp {
    display: none;
  }
  .concept.recruit {
    margin: 8rem auto 0;
  }
  .concept__intro .concept__title {
    font-size: 32px;
    letter-spacing: 0.05em;
  }
  .concept__title .en {
    font-size: 48px;
  }
  .concept__title .txt-sm {
    font-size: 24px;
  }
  .concept__contents {
    border-top-left-radius: 50% 150px;
    border-top-right-radius: 50% 150px;
  }
  .concept__contents__inner {
    padding-top: 150px;
  }
  .concept__philosophy {
    padding-top: 56px;
    font-size: 36px;
  }
  .concept__philosophy_desc {
    margin-top: 56px;
    padding: 40px 24px;
    font-size: 16px;
  }
  .concept__contents .concept__title {
    font-size: 32px;
  }
  .concept__catch {
    padding-top: 40px;
    font-size: 20px;
  }
  .concept__contents_text {
    padding-top: 40px;
    font-size: 16px;
  }
  .concept__category__item {
    padding: 100px;
  }
  .concept__category__item--en {
    bottom: -40px;
  }
  .concept__category__item--jp {
    font-size: 20px;
  }
  .concept__category__item:not(:nth-of-type(2)) .concept__category__item--en {
    left: 15%;
  }
  .concept__category__item:not(:nth-of-type(2)) .concept__category__item--jp {
    right: 20%;
  }
  .concept__category__item:nth-of-type(2) .concept__category__item--en {
    right: 15%;
  }
  .concept__category__item:nth-of-type(2) .concept__category__item--jp {
    left: 20%;
  }
}
