#concept {
  padding: 6rem 0 8rem 0;
}
@media screen and (max-width: 767px) {
  #concept {
    padding: 0rem 0 2rem 0;
  }
}
#concept .inner {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  #concept .inner {
    max-width: 90%;
  }
}
#concept .inner h2 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #concept .inner h2 {
    margin-bottom: 3rem;
  }
}
#concept .inner h2 span {
  display: block;
  font-size: clamp(1rem, 2vw, 2rem);
}
#concept .inner .row {
  display: grid;
  grid-template-columns: 280px 1fr;
  grid-gap: 60px;
}
@media screen and (max-width: 767px) {
  #concept .inner .row {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #concept .inner .row > img {
    width: 50%;
    margin-bottom: 3rem;
  }
}
#concept .inner .row .txt {
  text-align: left;
  font-size: 1rem;
  font-family: "Shippori Mincho", serif;
  color: #000;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #concept .inner .row .txt {
    text-align: center;
    font-size: 2.8vw;
  }
}
#concept .inner .row .txt .title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  #concept .inner .row .txt .title {
    justify-content: center;
  }
}
#concept .inner .row .txt .title span {
  font-size: clamp(1rem, 3.6vw, 3.6rem);
  display: block;
  margin-bottom: 1.5rem;
  line-height: 2;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  #concept .inner .row .txt .title span {
    text-align: center;
  }
}
#concept .inner .row .txt p {
  margin-bottom: 1rem;
}
#concept .inner .btn {
  text-align: right;
  margin-top: 3rem;
}

#menu {
  padding: 4rem 0 2rem 0;
  background-image: url(../img/index/menu_bg.webp);
}
@media screen and (max-width: 767px) {
  #menu {
    padding: 2rem 0 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  #menu .inner {
    max-width: 85%;
  }
}
#menu .inner h2 {
  margin-bottom: 2rem;
  font-size: 1rem;
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  color: #000;
}
#menu .inner h2 span {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
}
#menu .inner > p {
  margin-bottom: 2rem;
}
#menu .inner .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
@media screen and (max-width: 767px) {
  #menu .inner .row {
    display: block;
  }
}
#menu .inner .row .col {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #menu .inner .row .col {
    margin-bottom: 1rem;
  }
}
#menu .inner .row .col .img {
  overflow: hidden;
  padding: 1rem;
}
#menu .inner .row .col .img img {
  width: 100%;
  height: auto;
}
#menu .inner .row .col .txt {
  margin-bottom: 1rem;
  padding: 1rem 1.5rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #menu .inner .row .col .txt {
    height: auto;
  }
}
#menu .inner .row .col .txt h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #menu .inner .row .col .txt h3 {
    margin-bottom: 1rem;
  }
}
#menu .inner .row .col .txt h3 span {
  display: block;
  font-size: 0.9rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  #menu .inner .row .col .txt h3 {
    font-size: 1.1rem;
  }
  #menu .inner .row .col .txt h3 span {
    display: inline-block;
    font-size: 0.8rem;
  }
}
#menu .inner .row .col .txt p:nth-of-type(1) {
  margin-bottom: 0.5rem;
}
#menu .inner .row .col .btn {
  text-align: right;
  padding: 1rem 1.5rem;
}
#menu .inner .row .col .btn a {
  display: inline-block;
}
#menu .inner .btn {
  margin-top: 3rem;
}

#other {
  padding: 4rem 0;
}
#other .inner {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  #other .inner {
    max-width: 90%;
  }
}
#other .inner .row .col {
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-gap: 50px;
}
@media screen and (max-width: 767px) {
  #other .inner .row .col {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 20px;
  }
}
#other .inner .row .col:nth-of-type(1) {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #other .inner .row .col:nth-of-type(1) {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
#other .inner .row .col:nth-of-type(2) {
  grid-template-columns: 1fr 40%;
}
#other .inner .row .col:nth-of-type(2) .txt {
  order: 2;
}
#other .inner .row .col:nth-of-type(2) img {
  order: 1;
}
#other .inner .row .col .txt {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #other .inner .row .col .txt {
    order: 2;
  }
}
#other .inner .row .col .txt .title {
  margin-bottom: 1rem;
}
#other .inner .row .col .txt .title span {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 0.3rem;
  letter-spacing: 5px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
}