.aboutSect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .aboutSect {
    gap: 140px 40px;
  }
}

@media screen and (max-width: 768px) {
  .aboutSect {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 768px) {
  .aboutSect__logo {
    left: 0;
    position: absolute;
    top: 0;
    width: 730px;
    z-index: 2;
  }
}

.aboutSect__head {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .aboutSect__head {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .aboutSect__head {
    margin-top: -10px;
  }
}

.aboutSect__txt {
  letter-spacing: .1em;
  line-height: 2;
}

.aboutSect__txt:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.aboutSect__txt:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.aboutSect__txt:before, .aboutSect__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .aboutSect__txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .aboutSect__txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .aboutSect__logo + .aboutSect__txt {
    margin-top: 32px;
  }
}

.aboutSect__txt--small {
  font-size: 13px;
  line-height: 1.6;
}

.aboutSect__txt--small:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.aboutSect__txt--small:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.aboutSect__txt--small:before, .aboutSect__txt--small:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.aboutSect__name {
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 2;
}

.aboutSect__name:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.aboutSect__name:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.aboutSect__name:before, .aboutSect__name:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.aboutSect__profile {
  border-top: 1px solid #a59472;
  display: grid;
  grid-template-columns: 176px 1fr;
  margin-top: 80px;
  padding-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .aboutSect__profile {
    gap: 32px 40px;
    grid-template-rows: auto 1fr;
  }
}

@media screen and (max-width: 768px) {
  .aboutSect__profile {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .aboutSect__profile .photo {
    grid-row: auto / span 2;
  }
}

@media screen and (max-width: 768px) {
  .aboutSect__profile .aboutSect__txt {
    grid-column: auto / span 2;
  }
}

@media print, screen and (min-width: 768px) {
  .aboutSect__cont {
    width: 576px;
  }
}

@media screen and (max-width: 768px) {
  .aboutSect__cont {
    margin-right: -32px;
    padding-left: 32px;
  }
}

.aboutSect__cont .photo {
  overflow: hidden;
}

.aboutSect__cont .photo__image {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform .8s ease-in-out, -webkit-filter .8s ease-in-out;
  transition: -webkit-transform .8s ease-in-out, -webkit-filter .8s ease-in-out;
  transition: transform .8s ease-in-out, filter .8s ease-in-out;
  transition: transform .8s ease-in-out, filter .8s ease-in-out, -webkit-transform .8s ease-in-out, -webkit-filter .8s ease-in-out;
}

.aboutSect__cont.sai-animate .photo__image {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.conceptIntro {
  text-align: center;
}

.conceptIntro__ttl .logo {
  display: block;
  margin: 32px auto 0;
}

@media print, screen and (min-width: 768px) {
  .conceptIntro__ttl .logo {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .conceptIntro__ttl .logo {
    width: 250px;
  }
}

.conceptIntro__ttl .ja {
  display: block;
  letter-spacing: .1em;
}

@media print, screen and (min-width: 768px) {
  .conceptIntro__ttl .ja {
    font-size: 20px;
    line-height: 1.6;
  }
  .conceptIntro__ttl .ja:before {
    content: '';
    margin-top: calc((1 - 1.6) * .5em);
  }
  .conceptIntro__ttl .ja:after {
    margin-bottom: calc((1 - 1.6) * .5em);
  }
  .conceptIntro__ttl .ja:before, .conceptIntro__ttl .ja:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .conceptIntro__ttl .ja {
    font-size: 18px;
    line-height: 2;
  }
  .conceptIntro__ttl .ja:before {
    content: '';
    margin-top: calc((1 - 2) * .5em);
  }
  .conceptIntro__ttl .ja:after {
    margin-bottom: calc((1 - 2) * .5em);
  }
  .conceptIntro__ttl .ja:before, .conceptIntro__ttl .ja:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .conceptIntro__ttl + .txt {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .conceptIntro__ttl + .txt {
    margin-top: 56px;
  }
}

.conceptIntro__achievement {
  margin-top: 100px;
}

@media print, screen and (min-width: 768px) {
  .conceptIntro__achievement .usableList__inner {
    gap: 60px 48px;
  }
}

@media screen and (max-width: 768px) {
  .conceptIntro__achievement .usableList__inner {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .conceptIntro__achievement .usableList__item {
    width: calc(50% - 24px);
  }
}

@media screen and (max-width: 768px) {
  .conceptIntro__achievement .usableList__item:not(:first-child) {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .townSect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    margin: 140px auto 0;
    width: 992px;
  }
}

@media screen and (max-width: 768px) {
  .townSect {
    margin-top: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .townSect__head {
    width: 576px;
  }
}

@media print, screen and (min-width: 768px) {
  .townSect__cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .townSect__head + .townSect__cont {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 768px) {
  .visionCard {
    width: 377px;
  }
}

@media print, screen and (min-width: 768px) {
  .visionCard__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .visionCard__head {
    text-align: center;
  }
}

.visionCard__ttl {
  color: #635954;
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 2;
}

.visionCard__ttl:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.visionCard__ttl:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.visionCard__ttl:before, .visionCard__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.visionCard__heading {
  color: #635954;
  font-size: 20px;
  letter-spacing: .1em;
  line-height: 1.6;
}

.visionCard__heading:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.visionCard__heading:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.visionCard__heading:before, .visionCard__heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.visionCard__logo {
  width: 120px;
}

@media screen and (max-width: 768px) {
  .visionCard__logo {
    margin: 32px auto 0;
  }
}

.visionCard__txt {
  line-height: 1.6;
  font-size: 13px;
  letter-spacing: .1em;
}

.visionCard__txt:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.visionCard__txt:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.visionCard__txt:before, .visionCard__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.visionCard__txt .caption {
  display: block;
  margin-top: 24px;
}

.visionCard__heading + .visionCard__txt {
  margin-top: 24px;
}

.visionCard__head + .visionCard__cont {
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .visionCard--large {
    width: 551px;
  }
}

.visionCard--large .visionCard__ttl {
  font-size: 18px;
  line-height: 1.6;
}

.visionCard--large .visionCard__ttl:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.visionCard--large .visionCard__ttl:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.visionCard--large .visionCard__ttl:before, .visionCard--large .visionCard__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.visionCard--large .visionCard__logo {
  width: 198px;
}

.visionSect__ttl {
  text-align: center;
}

.visionSect__ttl .ja {
  color: #635954;
  display: block;
  letter-spacing: .1em;
  line-height: 1.4;
}

.visionSect__ttl .ja:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.visionSect__ttl .ja:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.visionSect__ttl .ja:before, .visionSect__ttl .ja:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .visionSect__ttl .ja {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .visionSect__ttl .ja {
    font-size: 24px;
  }
}

.visionSect__ttl .ja .phrase {
  display: inline-block;
  font-family: "EB Garamond", serif;
  letter-spacing: .05em;
}

.visionSect__ttl .en {
  color: #887855;
  display: block;
  font-family: "EB Garamond", serif;
  letter-spacing: .05em;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .visionSect__ttl .en {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .visionSect__ttl .en {
    font-size: 18px;
  }
}

.visionSect__ttl .en + .ja {
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .visionSect__cont .usableList__inner {
    gap: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .visionSect__cont .usableList__inner {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .visionSect__cont .usableList__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .visionSect__cont .usableList__item:not(:first-child) {
    margin-top: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .visionSect__head + .visionSect__cont {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .visionSect__head + .visionSect__cont {
    margin-top: 80px;
  }
}

.worthCard {
  position: relative;
  text-align: center;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .worthCard {
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .worthCard {
    padding-top: 40px;
  }
}

.worthCard:before {
  background-color: #a59472;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.worthCard__ttl .ja {
  display: block;
  letter-spacing: .1em;
  line-height: 1.4;
}

.worthCard__ttl .ja:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.worthCard__ttl .ja:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.worthCard__ttl .ja:before, .worthCard__ttl .ja:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .worthCard__ttl .ja {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .worthCard__ttl .ja {
    font-size: 24px;
  }
}

.worthCard__ttl .en {
  color: #c9bc9c;
  display: block;
  font-family: "EB Garamond", serif;
  letter-spacing: .05em;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .worthCard__ttl .en {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .worthCard__ttl .en {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 768px) {
  .worthCard__ttl .en + .ja {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .worthCard__ttl .en + .ja {
    margin-top: 20px;
  }
}

.worthCard__txt {
  font-size: 13px;
  letter-spacing: .1em;
}

@media print, screen and (min-width: 768px) {
  .worthCard__txt {
    line-height: 2;
  }
  .worthCard__txt:before {
    content: '';
    margin-top: calc((1 - 2) * .5em);
  }
  .worthCard__txt:after {
    margin-bottom: calc((1 - 2) * .5em);
  }
  .worthCard__txt:before, .worthCard__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .worthCard__txt {
    line-height: 1.6;
  }
  .worthCard__txt:before {
    content: '';
    margin-top: calc((1 - 1.6) * .5em);
  }
  .worthCard__txt:after {
    margin-bottom: calc((1 - 1.6) * .5em);
  }
  .worthCard__txt:before, .worthCard__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .worthCard__ttl + .worthCard__txt {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .worthCard__ttl + .worthCard__txt {
    margin-top: 32px;
  }
}

.worthSect__ttl {
  text-align: center;
}

.worthSect__ttl .ja {
  display: block;
  letter-spacing: .1em;
  line-height: 1.4;
}

.worthSect__ttl .ja:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.worthSect__ttl .ja:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.worthSect__ttl .ja:before, .worthSect__ttl .ja:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .worthSect__ttl .ja {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .worthSect__ttl .ja {
    font-size: 26px;
  }
}

.worthSect__ttl .en {
  color: #c9bc9c;
  display: block;
  font-family: "EB Garamond", serif;
  letter-spacing: .05em;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .worthSect__ttl .en {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .worthSect__ttl .en {
    font-size: 18px;
  }
}

.worthSect__ttl .en + .ja {
  margin-top: 40px;
}

.worthSect__head .photo {
  margin: 40px auto 0;
}

@media print, screen and (min-width: 768px) {
  .worthSect__head .photo {
    width: 472px;
  }
}

.worthSect__cont {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .worthSect__cont {
    width: 1024px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .worthSect__cont {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .worthSect__cont .usableList__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px 80px;
  }
}

@media screen and (max-width: 768px) {
  .worthSect__cont .usableList__inner {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .worthSect__cont .usableList__item {
    width: calc(50% - 40px);
  }
}

@media screen and (max-width: 768px) {
  .worthSect__cont .usableList__item:not(:first-child) {
    margin-top: 49px;
  }
}

@media print, screen and (min-width: 768px) {
  .worthSect__head + .worthSect__cont {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .worthSect__head + .worthSect__cont {
    margin-top: 40px;
  }
}

.currentPage {
  background-color: #3e3834;
  color: #ffffff;
}

.currentPage .heading {
  color: #ffffff;
}

.brand-introduction {
  padding: 100px 0 0;
}

@media print, screen and (min-width: 768px) {
  .brand-worth {
    padding: 140px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .brand-worth {
    padding: 80px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .brand-about {
    padding: 140px 0;
  }
}

@media screen and (max-width: 768px) {
  .brand-about {
    padding: 80px 0 100px;
  }
}

@media print, screen and (min-width: 768px) {
  .brand-vision {
    padding: 140px 0;
  }
}

@media screen and (max-width: 768px) {
  .brand-vision {
    padding: 100px 0;
  }
}
