@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');
* {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  box-sizing: border-box;
}
.page-id-1604 .breadcrumb {
  display: none !important;
}
#concept-page img {
  max-width: 100%;
  height: auto;
  display: -moz-box;
  display: -webkit-box;
  display: block;
}
#concept-page .span-gold {
  color: #b98619;
  font-weight: 600;
  font-size: 120%;
}
#concept-page .span-line {
  text-decoration: underline;
  text-decoration-color: #b98619;
}
#concept-page .display_img_sp {
  margin: 8% auto;
}
@media screen and (min-width: 768px) {
  #concept-page .display_img_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #concept-page .display_img_pc {
    display: none;
  }
}
@media (max-width: 767px) {
  #concept-page .sp-none {
    -moz-display: none;
    -webkit-display: none;
    display: none;
  }
}
#concept-page .pc-none {
  -moz-display: none;
  -webkit-display: none;
  display: none;
}
@media (max-width: 767px) {
  #concept-page .pc-none {
    display: -moz-box;
    display: -webkit-box;
    display: block;
  }
}
#concept-page .right {
  text-align: right;
}
@media (max-width: 767px) {
  #concept-page .right.right-pc {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  #concept-page .display-sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  #concept-page .display-tb {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #concept-page .display-pc {
    display: none;
  }
}
#concept-page .center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #concept-page .sp-center {
    text-align: center;
  }
}
@keyframes slideTextX100 {
  from {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideTextX-100 {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
#concept-page .concept-page__mv {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__mv {
    margin-bottom: 8%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__mv {
    margin-bottom: 10%;
    margin-top: 50px;
  }
}
#concept-page .concept-page__mv__bg {
  width: 100%;
  opacity: 0;
}
#concept-page .concept-page__mv__bg img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__mv__bg img {
    height: 60vw;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__mv__bg img {
    height: auto;
  }
}
#concept-page .concept-page__mv__bg.fade-in {
  opacity: 1;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#concept-page .concept-page__mv__head {
  width: 100%;
  max-width: 1024px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
@media (max-width: 767px) {
  #concept-page .concept-page__mv__head {
    padding: 0 4%;
  }
}
#concept-page .concept-page__mv__head__animation {
  display: -moz-inline-box;
  display: -webkit-inline-box;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
}
#concept-page .concept-page__mv__head__animation__inner {
  display: -moz-inline-box;
  display: -webkit-inline-box;
  display: inline-block;
  opacity: 0;
}
#concept-page .concept-page__mv__head__animation__inner img {
  width: auto;
  height: auto;
}
#concept-page .concept-page__mv__head.fade-in {
  opacity: 1;
}
#concept-page .concept-page__mv__head.fade-in .concept-page__mv__head__animation {
  animation-name: slideTextX100;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 1;
}
#concept-page .concept-page__mv__head.fade-in .concept-page__mv__head__animation__inner {
  animation-name: slideTextX-100;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 1;
}
#concept-page .concept-page__top__content {
  width: 100%;
  margin: 0 auto;
  padding-left: 460px;
  padding-bottom: 140px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1700px) {
  #concept-page .concept-page__top__content {
    padding-left: 10%;
  }
}
@media (max-width: 1380px) {
  #concept-page .concept-page__top__content {
    padding-left: 6%;
  }
}
@media (max-width: 1024px) {
  #concept-page .concept-page__top__content {
    padding-left: 3%;
    padding-bottom: 14%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__top__content {
    display: none;
    -webkit-display: none;
    -moz-display: none;
  }
}
#concept-page .concept-page__top__content__send {
  display: -moz-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  #concept-page .concept-page__top__content__send {
    display: -moz-box;
    display: -webkit-box;
    display: block;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#concept-page .concept-page__top__content-sp {
  display: none;
  -webkit-display: none;
  -moz-display: none;
}
@media (max-width: 767px) {
  #concept-page .concept-page__top__content-sp {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
    padding: 0 6% 14%;
    display: -webkit-box;
    display: -moz-box;
    display: block;
  }
}
#concept-page .concept-page__top__right {
  width: 100%;
  max-width: 680px;
  margin-right: 70px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__top__right {
    max-width: 68vw;
    margin-right: 7%;
    padding-left: 2%;
  }
}
#concept-page .concept-page__top__head {
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__top__head {
    margin-bottom: 9%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__top__head {
    margin-bottom: 11%;
  }
}
#concept-page .concept-page__top__text {
  margin-bottom: 100px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 32px;
  color: #313131;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__top__text {
    margin-bottom: 10%;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__top__text {
    margin-bottom: 12%;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
#concept-page .concept-page__top__text span.text-left {
  text-align: left;
  display: block;
}
#concept-page .concept-page__top__text span.text-center {
  text-align: center;
  display: block;
}
#concept-page .concept-page__top__text span.text-right {
  display: block;
  text-align: right;
}
#concept-page .concept-page__top__img-01 {
  width: 100%;
}
@media (max-width: 767px) {
  #concept-page .concept-page__top__img-01 {
    margin-bottom: 10%;
  }
}
#concept-page .concept-page__top__img-02 img {
  height: 780px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__top__img-02 img {
    height: 78vw;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__top__img-02 img {
    height: auto;
    object-fit: fill;
  }
}
#concept-page .concept-page__concept {
  width: 100%;
  position: relative;
}
#concept-page .concept-page__concept__head {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__concept__head {
    margin-bottom: 8%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__concept__head {
    margin-bottom: 10%;
  }
}
#concept-page .concept-page__concept__head__bg {
  width: 100%;
}
#concept-page .concept-page__concept__head__bg img {
  height: 300px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__concept__head__bg img {
    height: 30vw;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__concept__head__bg img {
    height: auto;
  }
}
#concept-page .concept-page__concept__head__text {
  width: 100%;
  max-width: 940px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__concept__head__text {
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__concept__head__text {
    max-width: 670px;
    padding: 0 6%;
  }
}
#concept-page .concept-page__concept__head__text img {
  filter: drop-shadow(0 0 6px black);
}
#concept-page .concept-page__reason-01 {
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-01 {
    padding-bottom: 8%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-01 {
    padding-bottom: 10%;
  }
}
#concept-page .concept-page__reason-01__head {
  width: 100%;
  position: relative;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-01__head {
    margin-bottom: 12%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-01__head {
    margin-bottom: 10%;
  }
}
#concept-page .concept-page__reason-01__head__bg {
  width: 100%;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-01__head__bg {
    margin-bottom: 8%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-01__head__bg {
    margin-bottom: 10%;
  }
}
#concept-page .concept-page__reason-01__head__bg img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
  font-family: 'object-fit: cover;' !important;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-01__head__bg img {
    height: 46vw;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-01__head__bg img {
    height: auto;
  }
}
#concept-page .concept-page__reason-01__head__text {
  max-width: 940px;
  margin: 0 auto;
  display: block;
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  width: 100%;
  top: 55%;
  bottom: 0;
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-01__head__text {
    position: initial;
    transform: initial;
    padding: 0 6%;
  }
}
#concept-page .concept-page__reason-01__head__text__inner {
  font-size: 2rem;
  line-height: 2em;
  max-width: 400px;
  margin: 0 auto;
  margin-right: 0;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-01__head__text__inner {
    padding-right: 4%;
    width: 44%;
    letter-spacing: 0;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-01__head__text__inner {
    width: 100%;
    max-width: initial;
    font-size: 1.4rem;
    padding-right: 0;
  }
}
#concept-page .concept-page__reason-01__head__text__inner span {
  font-size: 2rem;
  color: #b98619;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-01__head__text__inner span {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-01__head__text__inner span {
    font-size: 1.6rem;
  }
}
#concept-page .concept-page__reason-01__title {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-01__title {
    margin-bottom: 8%;
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-01__title {
    margin-bottom: 10%;
    padding: 0 6%;
  }
}
#concept-page .concept-page__reason-01__text-wrap {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 60px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-01__text-wrap {
    margin: 0 auto 6%;
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-01__text-wrap {
    margin: 0 auto 8%;
    padding: 0 6%;
    display: flex;
    flex-direction: column-reverse;
  }
}
#concept-page .concept-page__reason-01__text-wrap:last-child {
  margin: 0 auto;
}
#concept-page .concept-page__reason-01__text-wrap__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1.9px;
  color: #313131;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-01__text-wrap__text {
    font-size: 1.6rem;
    line-height: 3.6rem;
    letter-spacing: 0.19rem;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-01__text-wrap__text {
    font-size: 1.4rem;
    line-height: 2.6rem;
    letter-spacing: 0.02rem;
  }
}
#concept-page .concept-page__reason-01__text-wrap__text img {
  margin: 80px auto;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-01__text-wrap__text img {
    margin: 8% auto;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-01__text-wrap__text img {
    margin: 8% auto;
  }
}
#concept-page .concept-page__reason-01__text-wrap__img {
  max-width: 340px;
  margin-left: 40px;
  float: right;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-01__text-wrap__img {
    max-width: initial;
    width: 44%;
    margin-left: 4%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-01__text-wrap__img {
    width: 100%;
    margin-left: initial;
    margin-top: initial;
  }
}
#concept-page .concept-page__reason-01__img {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 60px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-01__img {
    padding: 0 4%;
    margin: 0 auto 8%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-01__img {
    padding: 0 6%;
    margin: 0 auto 10%;
  }
}
#concept-page .concept-page__reason-02 {
  padding: 100px 0;
  background: #eee;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-02 {
    padding: 10% 0;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-02 {
    padding: 12% 0;
  }
}
#concept-page .concept-page__reason-02__head {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-02__head {
    margin-bottom: 8%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-02__head {
    margin-bottom: 12%;
  }
}
#concept-page .concept-page__reason-02__head__bg {
  width: 100%;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-02__head__bg {
    margin-bottom: 8%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-02__head__bg {
    margin-bottom: 10%;
  }
}
#concept-page .concept-page__reason-02__head__bg img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
  font-family: 'object-fit: cover;' !important;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-02__head__bg img {
    height: 48vw;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-02__head__bg img {
    height: auto;
  }
}
#concept-page .concept-page__reason-02__head__text {
  max-width: 940px;
  margin: 0 auto;
  display: block;
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  width: 100%;
  top: 60%;
  bottom: 0;
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-02__head__text {
    position: initial;
    transform: initial;
    padding: 0 6%;
  }
}
#concept-page .concept-page__reason-02__head__text__inner {
  font-size: 2rem;
  line-height: 2em;
  max-width: 400px;
  margin: 0 auto;
  margin-left: 0;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-02__head__text__inner {
    padding-left: 4%;
    width: 44%;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-02__head__text__inner {
    width: 100%;
    max-width: initial;
    font-size: 1.4rem;
    padding-left: 0;
    line-height: 2.6rem;
    text-align: center;
  }
}
#concept-page .concept-page__reason-02__head__text__inner span {
  font-size: 2rem;
  color: #b98619;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-02__head__text__inner span {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-02__head__text__inner span {
    font-size: 1.6rem;
  }
}
#concept-page .concept-page__reason-02__title {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-02__title {
    margin-bottom: 8%;
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-02__title {
    margin-bottom: 10%;
    padding: 0 6%;
  }
}
#concept-page .concept-page__reason-02__text-wrap {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 60px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-02__text-wrap {
    padding: 0 4%;
    margin: 0 auto 6%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-02__text-wrap {
    padding: 0 6%;
    margin: 0 auto 8%;
  }
}
#concept-page .concept-page__reason-02__text-wrap.flex {
  display: flex;
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-02__text-wrap.flex {
    display: block;
  }
}
#concept-page .concept-page__reason-02__text-wrap__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.19px;
  color: #313131;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-02__text-wrap__text {
    font-size: 1.6rem;
    line-height: 3.6rem;
    letter-spacing: 0.19rem;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-02__text-wrap__text {
    font-size: 1.4rem;
    line-height: 2.6rem;
    letter-spacing: 0.02rem;
  }
}
#concept-page .concept-page__reason-02__text-wrap__img {
  max-width: 520px;
  width: 100%;
  margin-right: 40px;
  float: left;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-02__text-wrap__img {
    max-width: initial;
    width: 48%;
    margin-right: 4%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-02__text-wrap__img {
    width: 100%;
    margin-right: initial;
    margin-bottom: 6%;
  }
}
#concept-page .concept-page__reason-02__text-wrap__list {
  border: 1px solid #555;
  padding: 40px 20px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-02__text-wrap__list {
    padding: 6% 4%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-02__text-wrap__list {
    padding: 6% 6%;
  }
}
#concept-page .concept-page__reason-02__text-wrap__list__item {
  text-align: center;
}
#concept-page .concept-page__reason-02__text-wrap__list__item:not(:last-child) {
  border-bottom: 1px solid #d6ccb5;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-02__text-wrap__list__item:not(:last-child) {
    margin-bottom: 3%;
    padding-bottom: 3%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-02__text-wrap__list__item:not(:last-child) {
    margin-bottom: 6%;
    padding-bottom: 6%;
  }
}
#concept-page .concept-page__reason-02__text-wrap__list__item__title {
  font-size: 2.2rem;
  line-height: 1.8em;
  margin-bottom: 20px;
  color: #b98619;
  font-weight: 600;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-02__text-wrap__list__item__title {
    font-size: 2rem;
    margin-bottom: 2%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-02__text-wrap__list__item__title {
    font-size: 2rem;
    margin-bottom: 4%;
  }
}
@media (max-width: 390px) {
  #concept-page .concept-page__reason-02__text-wrap__list__item__title {
    font-size: 1.6rem;
    margin-bottom: 4%;
  }
}
#concept-page .concept-page__reason-02__text-wrap__list__item__text {
  font-size: 2rem;
  line-height: 1.6em;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-02__text-wrap__list__item__text {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-02__text-wrap__list__item__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 390px) {
  #concept-page .concept-page__reason-02__text-wrap__list__item__text {
    font-size: 1.3rem;
    letter-spacing: 0.01em;
  }
}
#concept-page .concept-page__reason-02__img {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-02__img {
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-02__img {
    padding: 0 6%;
  }
}
#concept-page .concept-page__reason-03n {
  padding: 120px 0;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03n {
    padding: 12% 0;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n {
    padding: 14% 0;
  }
}
#concept-page .concept-page__reason-03n__bnr {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 60px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03n__bnr {
    padding: 0 4%;
    margin: 0 auto 6%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__bnr {
    padding: 0 6%;
    margin: 0 auto 8%;
  }
}
#concept-page .concept-page__reason-03n__works {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 80px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03n__works {
    padding: 0 4%;
    margin: 0 auto 8%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__works {
    padding: 0 6%;
    margin: 0 auto 10%;
  }
}
#concept-page .concept-page__reason-03n__works__inner {
  display: flex;
  justify-content: center;
}
#concept-page .concept-page__reason-03n__works__inner__img {
  margin-right: 40px;
  max-width: 450px;
  width: 100%;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03n__works__inner__img {
    width: 48%;
    max-width: initial;
    margin-right: 4%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__works__inner__img {
    width: 100%;
    margin-right: initial;
    margin-bottom: 10%;
  }
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03n__works__inner__description {
    width: 48%;
    max-width: initial;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__works__inner__description {
    width: 100%;
  }
}
#concept-page .concept-page__reason-03n__works__inner__description__catch {
  font-size: 1.6rem;
  line-height: 1.6em;
  margin-bottom: 80px;
  display: block;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03n__works__inner__description__catch {
    font-size: 1.4rem;
    margin-bottom: 8%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__works__inner__description__catch {
    font-size: 1.6rem;
    margin-bottom: 10%;
    padding-top: 10%;
    border-top: 1px solid;
  }
}
#concept-page .concept-page__reason-03n__works__inner__description__title {
  font-size: 2.2rem;
  line-height: 1.8em;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #555;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03n__works__inner__description__title {
    font-size: 2rem;
    margin-bottom: 4%;
    padding-bottom: 4%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__works__inner__description__title {
    font-size: 1.6rem;
    margin-bottom: 6%;
    padding-bottom: 6%;
    border: initial;
  }
}
#concept-page .concept-page__reason-03n__works__inner__description__title span {
  display: block;
}
#concept-page .concept-page__reason-03n__works__inner__description__title span:nth-of-type(2) {
  text-align: center;
}
#concept-page .concept-page__reason-03n__works__inner__description__title span:nth-of-type(3) {
  text-align: right;
}
#concept-page .concept-page__reason-03n__works__inner__description__text {
  font-size: 2rem;
  line-height: 2em;
  margin-bottom: 80px;
  letter-spacing: 0.01em;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03n__works__inner__description__text {
    font-size: 1.6rem;
    margin-bottom: 8%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__works__inner__description__text {
    font-size: 1.4rem;
    margin-bottom: 10%;
    text-align: center;
  }
}
#concept-page .concept-page__reason-03n__button {
  width: 100%;
  max-width: 944px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#concept-page .concept-page__reason-03n__button__link {
  width: 100%;
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: bold;
  color: #333;
  position: relative;
  box-sizing: border-box;
  letter-spacing: 1px;
  border: 1px solid #3f1404;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03n__button__link {
    font-size: 1.4rem;
    height: 55px;
    width: 550px;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__button__link {
    width: 100%;
    font-size: 1.3rem;
    height: 40px;
    margin-top: 4%;
    border-radius: 4px;
  }
}
@media (max-width: 375px) {
  #concept-page .concept-page__reason-03n__button__link {
    letter-spacing: 0;
  }
}
#concept-page .concept-page__reason-03n__button__link:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  color: #3f1404;
  display: block;
  text-align: center;
  font-size: 2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03n__button__link:after {
    font-size: 2rem;
    right: 20px;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__button__link:after {
    font-size: 1.6rem;
    right: 17px;
  }
}
#concept-page .concept-page__reason-03n__head {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03n__head {
    margin-bottom: 8%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__head {
    margin-bottom: 12%;
  }
}
#concept-page .concept-page__reason-03n__head__bg {
  width: 100%;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03n__head__bg {
    margin-bottom: 10%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__head__bg {
    margin-bottom: 10%;
  }
}
#concept-page .concept-page__reason-03n__head__bg img {
  height: 460px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03n__head__bg img {
    height: 50vw;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__head__bg img {
    height: auto;
  }
}
#concept-page .concept-page__reason-03n__head__text {
  max-width: 940px;
  margin: 0 auto;
  display: block;
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  width: 100%;
  top: 55%;
  bottom: 0;
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__head__text {
    position: initial;
    transform: initial;
    padding: 0 6%;
  }
}
#concept-page .concept-page__reason-03n__head__text__inner {
  font-size: 2rem;
  line-height: 2em;
  max-width: 400px;
  margin: 0 auto;
  margin-right: 0;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03n__head__text__inner {
    padding-right: 4%;
    width: 44%;
    letter-spacing: 0;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__head__text__inner {
    width: 100%;
    max-width: initial;
    font-size: 1.4rem;
    padding-right: 0;
  }
}
#concept-page .concept-page__reason-03n__head__text__inner span {
  font-size: 2rem;
  color: #b98619;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03n__head__text__inner span {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__head__text__inner span {
    font-size: 1.6rem;
  }
}
#concept-page .concept-page__reason-03n__text-wrap {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 80px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03n__text-wrap {
    margin: 0 auto 8%;
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__text-wrap {
    margin: 0 auto 10%;
    padding: 0 6%;
  }
}
#concept-page .concept-page__reason-03n__text-wrap:last-child {
  margin: 0 auto;
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__text-wrap.ex-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
#concept-page .concept-page__reason-03n__text-wrap.table {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  background: #eee;
  padding: 30px;
  margin: 0 auto 40px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03n__text-wrap.table {
    padding: 3%;
    width: 92%;
    margin: 0 auto 4%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__text-wrap.table {
    display: block;
    width: 88%;
    margin: 0 auto 6%;
  }
}
#concept-page .concept-page__reason-03n__text-wrap.table .single-works__summary__table {
  width: 48%;
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__text-wrap.table .single-works__summary__table {
    width: 100%;
  }
}
#concept-page .concept-page__reason-03n__text-wrap.table .single-works__summary__table:first-of-type {
  margin-right: 4%;
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__text-wrap.table .single-works__summary__table:first-of-type {
    margin-right: initial;
  }
}
#concept-page .concept-page__reason-03n__text-wrap.table .single-works__summary__table:first-of-type .single-works__summary__table-td {
  text-align: center;
}
#concept-page .concept-page__reason-03n__text-wrap.table .single-works__summary__table-tr {
  float: initial;
  width: 100%;
  align-items: flex-start;
}
#concept-page .concept-page__reason-03n__text-wrap.table .single-works__summary__table-tr.commodity {
  border-top: initial;
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__text-wrap.table .single-works__summary__table-tr.commodity {
    flex-flow: wrap;
  }
}
#concept-page .concept-page__reason-03n__text-wrap.table .single-works__summary__table-tr th {
  width: 27.293%;
}
#concept-page .concept-page__reason-03n__text-wrap.table .single-works__summary__table-th {
  text-align: center;
  font-size: 1.4rem;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03n__text-wrap.table .single-works__summary__table-th {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__text-wrap.table .single-works__summary__table-th {
    margin-right: 4%;
  }
}
#concept-page .concept-page__reason-03n__text-wrap.table .single-works__summary__table-td {
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03n__text-wrap.table .single-works__summary__table-td {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__text-wrap.table .single-works__summary__table-td {
    width: 64%;
  }
}
#concept-page .concept-page__reason-03n__text-wrap__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.19px;
  color: #313131;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03n__text-wrap__text {
    font-size: 1.6rem;
    line-height: 3.6rem;
    letter-spacing: 0.19rem;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__text-wrap__text {
    font-size: 1.4rem;
    line-height: 2.6rem;
    letter-spacing: 0.02rem;
  }
}
#concept-page .concept-page__reason-03n__text-wrap__text.bg-tan {
  padding: 40px 40px;
  background: #f9f7f4;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03n__text-wrap__text.bg-tan {
    padding: 6%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__text-wrap__text.bg-tan {
    padding: 8% 6%;
  }
}
#concept-page .concept-page__reason-03n__text-wrap__img {
  max-width: 400px;
  margin-right: 40px;
  margin-bottom: 40px;
  float: left;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03n__text-wrap__img {
    max-width: initial;
    width: 40%;
    margin-right: 4%;
    margin-bottom: initial;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__text-wrap__img {
    width: 100%;
    margin-right: initial;
    float: initial;
    margin-top: 8%;
  }
}
#concept-page .concept-page__reason-03n__text-wrap.text-img {
  display: -moz-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: -moz-space-between;
  justify-content: -webkit-space-between;
  justify-content: space-between;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__text-wrap.text-img {
    display: -moz-box;
    display: -webkit-box;
    display: block;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#concept-page .concept-page__reason-03n__text-wrap.text-img .concept-page__reason-03__text-wrap__img {
  width: 100%;
  max-width: 300px;
  margin-left: 45px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03n__text-wrap.text-img .concept-page__reason-03__text-wrap__img {
    margin-left: 4.5%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__text-wrap.text-img .concept-page__reason-03__text-wrap__img {
    max-width: 100%;
    margin-left: 0;
    margin-top: 10%;
  }
}
#concept-page .concept-page__reason-03n__img {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 60px;
}
#concept-page .concept-page__reason-03n__img:last-child {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03n__img {
    margin: 0 auto 6%;
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__img {
    margin: 0 auto 8%;
    padding: 0 6%;
  }
}
#concept-page .concept-page__reason-03n__sub-head {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 60px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03n__sub-head {
    margin: 0 auto 6%;
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__sub-head {
    margin: 0 auto 8%;
    padding: 0 6%;
  }
}
#concept-page .concept-page__reason-03n__license {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 40px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03n__license {
    margin: 0 auto 4%;
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__license {
    margin: 0 auto 6%;
    padding: 0 6%;
  }
}
#concept-page .concept-page__reason-03n__license__bg {
  padding: 60px 40px;
  position: relative;
  border: 1px solid #313131;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03n__license__bg {
    padding: 6% 4%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__license__bg {
    padding: 8% 6%;
  }
}
#concept-page .concept-page__reason-03n__license__head {
  padding: 0 45px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 36px;
  color: #313131;
  background: #fff;
  position: absolute;
  top: -25px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03n__license__head {
    padding: 0 4.5%;
    top: -11%;
    font-size: 1.6rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__license__head {
    padding: 0 4.5%;
    top: -6%;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
#concept-page .concept-page__reason-03n__license__content {
  color: #313131;
  display: -moz-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: -moz-space-between;
  justify-content: -webkit-space-between;
  justify-content: space-between;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#concept-page .concept-page__reason-03n__license__content__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 36px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03n__license__content__text {
    font-size: 1.6rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03n__license__content__text {
    width: 100%;
    font-size: 1.2rem;
    line-height: 2.6rem;
  }
}
#concept-page .concept-page__reason-03n__license__content__text:last-child {
  width: 100%;
}
#concept-page .concept-page__reason-03 {
  padding: 120px 0;
  background: #f9f7f4;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03 {
    padding: 12% 0;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03 {
    padding: 14% 0;
  }
}
#concept-page .concept-page__reason-03__head {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03__head {
    margin-bottom: 8%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03__head {
    margin-bottom: 12%;
  }
}
#concept-page .concept-page__reason-03__head__bg {
  width: 100%;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03__head__bg {
    margin-bottom: 10%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03__head__bg {
    margin-bottom: 10%;
  }
}
#concept-page .concept-page__reason-03__head__bg img {
  height: 460px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03__head__bg img {
    height: 50vw;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03__head__bg img {
    height: auto;
  }
}
#concept-page .concept-page__reason-03__head__text {
  max-width: 940px;
  margin: 0 auto;
  display: block;
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  width: 100%;
  top: 55%;
  bottom: 0;
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03__head__text {
    position: initial;
    transform: initial;
    padding: 0 6%;
  }
}
#concept-page .concept-page__reason-03__head__text__inner {
  font-size: 2rem;
  line-height: 2em;
  max-width: 400px;
  margin: 0 auto;
  margin-right: 0;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03__head__text__inner {
    padding-right: 4%;
    width: 44%;
    letter-spacing: 0;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03__head__text__inner {
    width: 100%;
    max-width: initial;
    font-size: 1.4rem;
    padding-right: 0;
  }
}
#concept-page .concept-page__reason-03__head__text__inner span {
  font-size: 2rem;
  color: #b98619;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03__head__text__inner span {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03__head__text__inner span {
    font-size: 1.6rem;
  }
}
#concept-page .concept-page__reason-03__text-wrap {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 60px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03__text-wrap {
    margin: 0 auto 6%;
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03__text-wrap {
    margin: 0 auto 8%;
    padding: 0 6%;
  }
}
#concept-page .concept-page__reason-03__text-wrap:last-child {
  margin: 0 auto;
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03__text-wrap.ex-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
#concept-page .concept-page__reason-03__text-wrap__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.19px;
  color: #313131;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03__text-wrap__text {
    font-size: 1.6rem;
    line-height: 3.6rem;
    letter-spacing: 0.19rem;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03__text-wrap__text {
    font-size: 1.4rem;
    line-height: 2.6rem;
    letter-spacing: 0.02rem;
  }
}
#concept-page .concept-page__reason-03__text-wrap__img {
  max-width: 400px;
  margin-right: 40px;
  margin-bottom: 80px;
  float: left;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03__text-wrap__img {
    max-width: initial;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03__text-wrap__img {
    width: 100%;
    margin-right: initial;
    float: initial;
    margin-top: 8%;
    margin-bottom: initial;
  }
}
#concept-page .concept-page__reason-03__text-wrap.text-img {
  display: -moz-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: -moz-space-between;
  justify-content: -webkit-space-between;
  justify-content: space-between;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03__text-wrap.text-img {
    display: -moz-box;
    display: -webkit-box;
    display: block;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#concept-page .concept-page__reason-03__text-wrap.text-img .concept-page__reason-03__text-wrap__img {
  width: 100%;
  max-width: 300px;
  margin-left: 45px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03__text-wrap.text-img .concept-page__reason-03__text-wrap__img {
    margin-left: 4.5%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03__text-wrap.text-img .concept-page__reason-03__text-wrap__img {
    max-width: 100%;
    margin-left: 0;
    margin-top: 10%;
  }
}
#concept-page .concept-page__reason-03__img {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 60px;
}
#concept-page .concept-page__reason-03__img:last-child {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03__img {
    margin: 0 auto 6%;
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03__img {
    margin: 0 auto 8%;
    padding: 0 6%;
  }
}
#concept-page .concept-page__reason-03__sub-head {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 60px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03__sub-head {
    margin: 0 auto 6%;
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03__sub-head {
    margin: 0 auto 8%;
    padding: 0 6%;
  }
}
#concept-page .concept-page__reason-03__license {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 40px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03__license {
    margin: 0 auto 4%;
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03__license {
    margin: 0 auto 6%;
    padding: 0 6%;
  }
}
#concept-page .concept-page__reason-03__license__bg {
  padding: 60px 40px;
  position: relative;
  border: 1px solid #313131;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03__license__bg {
    padding: 6% 4%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03__license__bg {
    padding: 8% 6%;
  }
}
#concept-page .concept-page__reason-03__license__head {
  padding: 0 45px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 36px;
  color: #313131;
  background: #f9f7f4;
  position: absolute;
  top: -25px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03__license__head {
    padding: 0 4.5%;
    top: -11%;
    font-size: 1.6rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03__license__head {
    padding: 0 4.5%;
    top: -6%;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
#concept-page .concept-page__reason-03__license__content {
  color: #313131;
  display: -moz-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: -moz-space-between;
  justify-content: -webkit-space-between;
  justify-content: space-between;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#concept-page .concept-page__reason-03__license__content__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 36px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-03__license__content__text {
    font-size: 1.6rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-03__license__content__text {
    width: 100%;
    font-size: 1.2rem;
    line-height: 2.6rem;
  }
}
#concept-page .concept-page__reason-03__license__content__text:last-child {
  width: 100%;
}
#concept-page .concept-page__reason-04 {
  width: 100%;
  position: relative;
  padding-top: 120px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-04 {
    padding-top: 12%;
    padding-bottom: 8%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-04 {
    padding-top: 14%;
    padding-bottom: 10%;
  }
}
#concept-page .concept-page__reason-04__head {
  width: 100%;
  position: relative;
  margin-bottom: 160px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-04__head {
    margin-bottom: 16%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-04__head {
    margin-bottom: 18%;
  }
}
#concept-page .concept-page__reason-04__head__bg {
  width: 100%;
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-04__head__bg {
    margin-bottom: 12%;
  }
}
#concept-page .concept-page__reason-04__head__bg img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  font-family: 'object-fit: cover;' !important;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-04__head__bg img {
    height: 48vw;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-04__head__bg img {
    height: auto;
  }
}
#concept-page .concept-page__reason-04__head__text {
  max-width: 940px;
  margin: 0 auto;
  display: block;
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  width: 100%;
  top: 55%;
  bottom: 0;
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-04__head__text {
    position: initial;
    transform: initial;
    padding: 0 6%;
  }
}
#concept-page .concept-page__reason-04__head__text__inner {
  font-size: 2rem;
  line-height: 2em;
  max-width: 400px;
  margin: 0 auto;
  margin-right: 0;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-04__head__text__inner {
    padding-right: 4%;
    width: 44%;
    letter-spacing: 0;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-04__head__text__inner {
    width: 100%;
    max-width: initial;
    font-size: 1.4rem;
    padding-right: 0;
  }
}
#concept-page .concept-page__reason-04__head__text__inner span {
  font-size: 2rem;
  color: #b98619;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-04__head__text__inner span {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-04__head__text__inner span {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #concept-page .concept-page__reason-04__head__text__inner .display_sp {
    display: none;
  }
}
#concept-page .concept-page__reason-04__text-wrap {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 60px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-04__text-wrap {
    margin: 0 auto 6%;
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-04__text-wrap {
    margin: 0 auto 8%;
    padding: 0 6%;
  }
}
#concept-page .concept-page__reason-04__text-wrap__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.19px;
  color: #313131;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-04__text-wrap__text {
    font-size: 1.6rem;
    line-height: 3.6rem;
    letter-spacing: 0.19rem;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-04__text-wrap__text {
    font-size: 1.4rem;
    line-height: 2.6rem;
    letter-spacing: 0.02rem;
  }
}
#concept-page .concept-page__reason-04__text-wrap__text.center {
  text-align: center;
}
@media (min-width: 768px) {
  #concept-page .concept-page__reason-04__text-wrap__text .display_sp {
    display: none;
  }
}
#concept-page .concept-page__reason-04__text-wrap.text-img {
  display: -moz-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: -moz-space-between;
  justify-content: -webkit-space-between;
  justify-content: space-between;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-04__text-wrap.text-img {
    display: -moz-box;
    display: -webkit-box;
    display: block;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#concept-page .concept-page__reason-04__text-wrap.text-img.reverse {
  flex-direction: row-reverse;
}
#concept-page .concept-page__reason-04__text-wrap.text-img.reverse .concept-page__reason-04__text-wrap__img {
  margin-left: initial;
  margin-right: 60px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-04__text-wrap.text-img.reverse .concept-page__reason-04__text-wrap__img {
    margin-left: initial;
    width: calc(50% + 100%);
    margin-right: 6%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-04__text-wrap.text-img.reverse .concept-page__reason-04__text-wrap__img {
    max-width: 100%;
    width: 100%;
    margin-left: initial;
    margin-right: 0;
    margin-top: 10%;
  }
}
#concept-page .concept-page__reason-04__text-wrap.text-img .concept-page__reason-04__text-wrap__img {
  width: calc(100% + 100%);
  max-width: max-content;
  margin-left: 60px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-04__text-wrap.text-img .concept-page__reason-04__text-wrap__img {
    width: calc(50% + 100%);
    margin-left: 6%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-04__text-wrap.text-img .concept-page__reason-04__text-wrap__img {
    max-width: 100%;
    margin-left: 0;
    width: 100%;
    margin-top: 10%;
  }
}
#concept-page .concept-page__reason-04__text-wrap.text-img .concept-page__reason-04__text-wrap__img figure {
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-top: 2%;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-04__text-wrap.text-img .concept-page__reason-04__text-wrap__img figure {
    font-size: 1.2rem;
    margin-top: 4%;
    text-align: center;
  }
}
#concept-page .concept-page__reason-04__text-wrap.takumi {
  display: flex;
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-04__text-wrap.takumi {
    display: block;
  }
}
#concept-page .concept-page__reason-04__text-wrap__left {
  max-width: 500px;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-04__text-wrap__left {
    width: 48%;
    max-width: initial;
    margin-right: 4%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-04__text-wrap__left {
    width: 100%;
    margin-right: initial;
    margin-bottom: 8%;
  }
}
#concept-page .concept-page__reason-04__text-wrap__left .concept-page__reason-04__text-wrap__box {
  border: 1px solid #333;
  padding: 40px 20px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-04__text-wrap__left .concept-page__reason-04__text-wrap__box {
    padding: 4%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-04__text-wrap__left .concept-page__reason-04__text-wrap__box {
    padding: 6%;
    margin-top: 4%;
  }
}
#concept-page .concept-page__reason-04__text-wrap__left .concept-page__reason-04__text-wrap__box__text {
  font-size: 2rem;
  line-height: 1.4em;
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-04__text-wrap__left .concept-page__reason-04__text-wrap__box__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-04__text-wrap__left .concept-page__reason-04__text-wrap__box__text {
    font-size: 1.4rem;
  }
}
#concept-page .concept-page__reason-04__text-wrap__right {
  max-width: 400px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-04__text-wrap__right {
    width: 48%;
    max-width: initial;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-04__text-wrap__right {
    width: 100%;
  }
}
#concept-page .concept-page__reason-04__img {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 80px;
}
#concept-page .concept-page__reason-04__img:last-child {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-04__img {
    margin: 0 auto 8%;
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-04__img {
    margin: 0 auto 10%;
    padding: 0 6%;
  }
}
#concept-page .concept-page__reason-04__sub-head {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 60px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-04__sub-head {
    margin: 0 auto 6%;
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-04__sub-head {
    margin: 0 auto 8%;
    padding: 0 6%;
  }
}
#concept-page .concept-page__reason-04__takumi {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
#concept-page .concept-page__reason-04__takumi__bg {
  padding: 60px 40px;
  background: #eee;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-04__takumi__bg {
    padding: 6% 4%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-04__takumi__bg {
    padding: 6% 3% 8%;
  }
}
#concept-page .concept-page__reason-04__takumi__img {
  margin-bottom: 4%;
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-04__takumi__img {
    width: 100%;
    margin-bottom: 6%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-04__takumi__text {
    width: 100%;
  }
}
#concept-page .concept-page__reason-04__takumi__text__job {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-04__takumi__text__job {
    margin-bottom: 2%;
    font-size: 2rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-04__takumi__text__job {
    -moz-display: none;
    -webkit-display: none;
    display: none;
  }
}
#concept-page .concept-page__reason-04__takumi__text__job__name {
  font-size: 32px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-04__takumi__text__job__name {
    font-size: 2.8rem;
  }
}
#concept-page .concept-page__reason-04__takumi__text__etc {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-04__takumi__text__etc {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-04__takumi__text__etc {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
#concept-page .concept-page__reason-04__takumi__text__info {
  font-size: 2rem;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__reason-04__takumi__text__info {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__reason-04__takumi__text__info {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
#concept-page .concept-page__bottom {
  width: 100%;
  position: relative;
  padding: 100px 0;
  position: relative;
  background: url(../images/concept/bottom-bg-00_pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__bottom {
    padding: 10% 4%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__bottom {
    padding: 12% 4%;
    background: url(../images/concept/bottom-bg-00_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
#concept-page .concept-page__bottom__bg-00 {
  width: 100%;
}
#concept-page .concept-page__bottom__bg-00 img {
  height: 586px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__bottom__bg-00 img {
    height: 58.6vw;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__bottom__bg-00 img {
    height: auto;
  }
}
#concept-page .concept-page__bottom__bg-01 {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 70px 40px 60px;
  background: rgba(256, 256, 256, .9);
}
@media (max-width: 1024px) {
  #concept-page .concept-page__bottom__bg-01 {
    width: 94%;
    padding: 7% 4% 6%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__bottom__bg-01 {
    width: 100%;
    padding: 9% 4% 8%;
  }
}
#concept-page .concept-page__bottom__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__bottom__text {
    font-size: 1.6rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__bottom__text {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}
#concept-page .concept-page__bottom__link {
  padding: 60px 40px 0;
  display: -moz-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: -moz-space-between;
  justify-content: -webkit-space-between;
  justify-content: space-between;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__bottom__link {
    padding: 6% 4%;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__bottom__link {
    padding: 6% 0;
  }
}
#concept-page .concept-page__bottom__link__contact {
  width: 49%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #313131 solid 1px;
  border-radius: 8px;
  background-color: #fff;
  height: 60px;
}
@media (max-width: 767px) {
  #concept-page .concept-page__bottom__link__contact {
    height: 70px;
  }
}
@media (max-width: 400px) {
  #concept-page .concept-page__bottom__link__contact {
    border-radius: 4px;
  }
}
#concept-page .concept-page__bottom__link__contact__text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 30px;
  color: #313131;
  position: relative;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__bottom__link__contact__text {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__bottom__link__contact__text {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
}
@media (max-width: 400px) {
  #concept-page .concept-page__bottom__link__contact__text {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
}
#concept-page .concept-page__bottom__link__contact__text::before {
  font-size: 22px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f0e0";
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 1px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__bottom__link__contact__text::before {
    font-size: 2.2rem;
    line-height: 3rem;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__bottom__link__contact__text::before {
    font-size: 2rem;
    margin-right: 7px;
  }
}
#concept-page .concept-page__bottom__link__events {
  width: 49%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: #313131 solid 1px;
  border-radius: 8px;
  background-color: #fff;
  height: 60px;
}
@media (max-width: 767px) {
  #concept-page .concept-page__bottom__link__events {
    height: 70px;
  }
}
@media (max-width: 400px) {
  #concept-page .concept-page__bottom__link__events {
    border-radius: 4px;
  }
}
#concept-page .concept-page__bottom__link__events__text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 30px;
  color: #313131;
  position: relative;
  display: inline-block;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__bottom__link__events__text {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__bottom__link__events__text {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
}
@media (max-width: 400px) {
  #concept-page .concept-page__bottom__link__events__text {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
}
#concept-page .concept-page__bottom__link__events__text::before {
  font-size: 22px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f015";
  color: #313131;
  margin-right: 15px;
}
@media (max-width: 1024px) {
  #concept-page .concept-page__bottom__link__events__text::before {
    font-size: 2.2rem;
    line-height: 3rem;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  #concept-page .concept-page__bottom__link__events__text::before {
    font-size: 2rem;
    margin-right: 7px;
  }
}
