@charset "UTF-8";
/*color*/
/*add color*/
/*font-family*/
/*add font-family*/
/*all*/
/*R,B*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*grid settings*/
/* media query */
.contents {
  width: 100%;
}

.p-contbg, .p-cont {
  position: relative;
}

em,
i {
  font-style: normal;
}

i {
  display: inline-block;
}

html:lang(en) .p-obi__wrap__list {
  grid-template-columns: 1fr 1fr;
  gap: 2rem 0;
}
@media only screen and (max-width: 1080px) {
  html:lang(en) .p-obi__wrap__list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .p-sokyu, html:lang(en) .p-sokyu__l2 {
    display: block;
    text-align: center;
  }
}
html:lang(en) .p-sokyu--1 {
  gap: 0;
}
html:lang(en) .p-sokyu--2::after {
  display: none;
}
html:lang(en) .p-sokyu__l2 {
  line-height: 2.55;
  display: block;
}
@media only screen and (max-width: 1080px) {
  html:lang(en) .p-sokyu__r2 {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 1080px) {
  html:lang(en) .p-sokyu::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .p-nav__list {
    grid-template-columns: 1fr;
  }
  html:lang(en) .p-nav__list .u-sp {
    display: none;
  }
  html:lang(en) .p-nav__list .u-pc {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .p-nav__list__item a {
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) #concept .p-mv__detail,
  html:lang(en) #concept .p-mv__catch {
    line-height: 1.4;
  }
}
html:lang(en) .brandContents .anchorBtnWrap {
  background-color: #e6e6e6;
  padding: 30px 0;
  position: sticky;
  top: 0;
  z-index: 90;
}
@media only screen and (max-width: 768px) {
  html:lang(en) html:lang(en) .brandContents .anchorBtnWrap {
    position: static;
  }
}
html:lang(en) .brandContents .anchorBtn {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  html:lang(en) html:lang(en) .brandContents .anchorBtn {
    flex-direction: column;
    gap: 1px;
  }
}
html:lang(en) .brandContents .anchorBtn li {
  width: 19%;
}
@media only screen and (max-width: 768px) {
  html:lang(en) html:lang(en) .brandContents .anchorBtn li {
    width: 100%;
  }
}

.location {
  color: #262626;
  font-family: "あおとゴシック R", "Aoto Gothic Regular", serif;
  font-family: "あおとゴシック R", "Aoto Gothic Regular", serif;
}

.p-imgbox__img {
  position: relative;
}
.p-imgbox__img .c-cap {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .p-imgbox__img .c-cap {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-imgbox__img .c-cap {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-imgbox__img {
    aspect-ratio: 1/1;
  }
}
.p-imgbox__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-imgbox__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.p-imgbox__img {
  position: relative;
}
.p-imgbox__img .c-cap {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .p-imgbox__img .c-cap {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-imgbox__img .c-cap {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-imgbox__img {
    aspect-ratio: 1/1;
  }
}
.p-imgbox__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-imgbox__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

@media only screen and (max-width: 768px) {
  .p-imgbox2__img {
    aspect-ratio: 16/9;
  }
}

.p-bgpnt {
  position: relative;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 0px;
  background-image: url("../../../img/area/access/bg-acsched.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .p-bgpnt {
    background-size: contain;
  }
}
.p-bgpnt::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../../img/area/access/bg-full.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .p-bgpnt::after {
    background-image: url("../../../img/area/access/bg-full-sp.png");
  }
}
.p-bgpnt > * {
  position: relative;
  z-index: 1;
}

.p-bgbill {
  position: relative;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 0px;
  background-image: url("../../../img/area/location/bg-bill.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .p-bgbill {
    background-size: contain;
  }
}
.p-bgbill::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../../img/area/access/bg-full.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .p-bgbill::after {
    background-image: url("../../../img/area/access/bg-full-sp.png");
  }
}
.p-bgbill > * {
  position: relative;
  z-index: 1;
}

.p-bgnature {
  position: relative;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 0px;
  background-image: url("../../../img/area/location/bg-nature.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .p-bgnature {
    background-size: contain;
  }
}
.p-bgnature::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../../img/area/access/bg-full.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .p-bgnature::after {
    background-image: url("../../../img/area/access/bg-full-sp.png");
  }
}
.p-bgnature > * {
  position: relative;
  z-index: 1;
}

.p-bgfield {
  position: relative;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 0px;
  background-image: url("../../../img/area/location/bg-field.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .p-bgfield {
    background-size: contain;
  }
}
.p-bgfield::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../../img/area/access/bg-full.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .p-bgfield::after {
    background-image: url("../../../img/area/access/bg-full-sp.png");
  }
}
.p-bgfield > * {
  position: relative;
  z-index: 1;
}

.p-main {
  padding: 24rem 0 1px;
}
@media only screen and (max-width: 768px) {
  .p-main {
    padding: 8rem 0 1px;
  }
}
.p-main__ttl {
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
  font-size: 50px;
  font-size: 5rem;
  color: #A67C52;
}
@media (max-width: 768px) {
  .p-main__ttl {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .p-main__ttl {
    font-size: 3rem;
  }
}
.p-main__subttl {
  font-family: "Ryumin Medium KL", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  font-size: 3.5rem;
}
@media (max-width: 768px) {
  .p-main__subttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-main__subttl {
    font-size: 2rem;
  }
}
.p-main__txtwrap {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .p-main__txtwrap {
    grid-template-columns: 1fr;
  }
}
.p-main__txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 7rem;
}
@media (max-width: 768px) {
  .p-main__txt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-main__txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-main__txt {
    line-height: 2;
    margin: 3rem auto;
  }
}

.p-mainBtn {
  width: 90%;
  max-width: 1366px;
  margin-inline: auto;
  margin: 8rem auto 10rem;
}
.p-mainBtn-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-mainBtn-wrap {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-mainBtn-btn {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 2rem;
  border-radius: 1rem;
  transition: transform 0.35s ease, filter 0.35s ease, box-shadow 0.35s ease;
}
.p-mainBtn-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18));
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.p-mainBtn-btn:hover {
  transform: translateY(-6px);
  filter: saturate(110%) brightness(0.95);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}
.p-mainBtn-btn:hover::before {
  opacity: 1;
}
.p-mainBtn-btn:hover .btn-icon {
  background-position: 100% 0;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
  transform: translateY(-1px);
}
.p-mainBtn-btn .btn-inner {
  display: grid;
  place-items: center;
  gap: 0.6rem;
  width: 100%;
  max-width: 90%;
}
.p-mainBtn-btn .btn-en {
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: normal;
  margin: 0.6rem 0;
}
@media (max-width: 768px) {
  .p-mainBtn-btn .btn-en {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-mainBtn-btn .btn-en {
    font-size: 1.4rem;
  }
}
.p-mainBtn-btn .btn-jp {
  font-family: "Ryumin Medium KL", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-mainBtn-btn .btn-jp {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-mainBtn-btn .btn-jp {
    font-size: 1.8rem;
  }
}
.p-mainBtn-btn .btn-icon {
  width: 90%;
  margin: 1.4rem auto 0;
  border-radius: 0.5rem;
  color: #404040;
  text-shadow: none;
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.8rem 1.2rem;
  background: linear-gradient(90deg, #b89879 0%, #f5f0eb 50%, #b89879 100%);
  background-size: 200% 100%;
  background-position: 0 0;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.18);
  transition: background-position 0.4s ease, box-shadow 0.35s ease, transform 0.35s ease;
}
@media (max-width: 768px) {
  .p-mainBtn-btn .btn-icon {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-mainBtn-btn .btn-icon {
    font-size: 1.4rem;
  }
}
.p-mainBtn .btn01 {
  background: url(../../../img/area/location/loc01.jpg) no-repeat;
}
.p-mainBtn .btn02 {
  background: url(../../../img/area/location/loc02.jpg) no-repeat;
}
.p-mainBtn .btn03 {
  background: url(../../../img/area/location/loc03.jpg) no-repeat;
}

.p-loc-con01,
.p-loc-con02,
.p-loc-con03 {
  margin: 8rem auto;
}

.p-chuo {
  padding-right: calc((100vw - 1366px) / 2);
}
@media only screen and (max-width: 1515px) {
  .p-chuo {
    padding-right: 5vw;
  }
}

.p-sidettl {
  margin-left: calc((100% - 1366px) / 2);
  padding-left: 12vw;
  border-left: 1px solid #baa187;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1515px) {
  .p-sidettl {
    margin-left: 7%;
    padding-left: 6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-sidettl {
    padding-left: 1rem;
  }
}

.u-container {
  margin: 3rem auto 5rem;
}
.u-container .p-loc-ttl {
  width: 100%;
  text-align: center;
  border-radius: 1rem;
  padding: 1rem;
  font-size: 35px;
  font-size: 3.5rem;
  font-family: "Ryumin Medium KL", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  margin: 8rem auto 3rem;
}
@media (max-width: 768px) {
  .u-container .p-loc-ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .u-container .p-loc-ttl {
    font-size: 2rem;
  }
}
.u-container .p-loc-ttl01 {
  background: linear-gradient(#cbb8a5 0%, #8d6236 100%);
}
.u-container .p-loc-ttl02 {
  background: linear-gradient(#aab6a2 0%, #5d7650 100%);
}
.u-container .p-loc-ttl03 {
  background: linear-gradient(#a4afbc 0%, #4e657e 100%);
}

.p-conWrap .p-locTate {
  display: block;
  position: absolute;
  left: -1.6lh;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .p-conWrap .p-locTate {
    left: -1lh;
  }
}
.p-conWrap .p-locTate-ttl {
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
  font-size: 35px;
  font-size: 3.5rem;
  color: #A67C52;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  line-height: 1;
}
@media (max-width: 768px) {
  .p-conWrap .p-locTate-ttl {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .p-conWrap .p-locTate-ttl {
    font-size: 2.2rem;
  }
}

.sidettl02 {
  border-left: 1px solid #5d7650;
}
.sidettl02 .p-locTate-ttl {
  color: #5d7650;
}

.sidettl03 {
  border-left: 1px solid #4e657e;
}
.sidettl03 .p-locTate-ttl {
  color: #4e657e;
}

.u-grid {
  display: grid;
  gap: 2rem;
}
.u-grid.--gap-sm {
  gap: 1rem;
}
.u-grid.--gap-lg {
  gap: 3rem;
}

.u-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.u-grid--3,
.u-grid--3--2 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* SP は自動で1列 */
@media only screen and (max-width: 768px) {
  .u-grid--2,
  .u-grid--3 {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
/* ====== 共通カード（任意。見た目の土台） ====== */
.u-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
.u-card__img {
  position: relative;
}
.u-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.u-card__img span {
  color: #fff;
}
.u-card__ttl {
  font-family: "Ryumin Medium KL", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  padding: 0 1.2rem;
  margin: 1rem 0;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .u-card__ttl {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .u-card__ttl {
    font-size: 1.8rem;
  }
}
.u-card__ttl.cnt {
  text-align: center;
}
.u-card__ttl small {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
}
@media (max-width: 768px) {
  .u-card__ttl small {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .u-card__ttl small {
    font-size: 1.2rem;
  }
}
.u-card__txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 0 1.2rem 1.2rem;
}
@media (max-width: 768px) {
  .u-card__txt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .u-card__txt {
    font-size: 1.4rem;
  }
}

.u-grid--3--2 {
  margin: 5rem 0;
}
@media only screen and (max-width: 768px) {
  .u-grid--3--2 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.u-grid--3--2 .u-card__ttl {
  margin: 0 0 2rem;
  line-height: 3rem;
}

/* p-loc-con03 の外側余白だけ付与（任意） */
.p-loc-con03 {
  margin-top: 3rem;
}

.normal-text {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .normal-text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .normal-text {
    font-size: 1.6rem;
  }
}

.con-mojiImg {
  align-items: center;
}
.con-mojiImg .con-moji-p .con-moji-ttl {
  font-family: "Ryumin Medium KL", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  font-size: 2.8rem;
  margin: 1.5rem 0;
}
@media (max-width: 768px) {
  .con-mojiImg .con-moji-p .con-moji-ttl {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .con-mojiImg .con-moji-p .con-moji-ttl {
    font-size: 2.2rem;
  }
}
.con-mojiImg .con-moji-p .con-moji-txt {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .con-mojiImg .con-moji-p .con-moji-txt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .con-mojiImg .con-moji-p .con-moji-txt {
    font-size: 1.6rem;
  }
}
.con-mojiImg .con-moji-img {
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .con-mojiImg .con-moji-img {
    aspect-ratio: 16/9;
    overflow: hidden;
  }
}
.con-mojiImg .con-moji-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: top;
     object-position: top;
}

.nonowa {
  width: 32rem;
}

.con-life-01 .con-mojiImg {
  grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
}
.con-life-01 .con-mojiImg .con-moji-p .con-moji-logo {
  gap: 1rem;
  align-items: center;
}
.con-life-01 .con-mojiImg .con-moji-p .con-moji-logo > p {
  margin: 0;
}
.con-life-01 .con-mojiImg .con-moji-p .con-moji-logo > p:first-child {
  min-width: 0;
}
.con-life-01 .con-mojiImg .con-moji-p .con-moji-logo > p:last-child {
  display: flex;
  justify-content: flex-end;
  min-width: 14rem;
}
.con-life-01 .con-mojiImg .con-moji-p .con-moji-logo img {
  display: block;
  width: 100%;
  height: auto;
  width: 140px;
}
.con-life-01 .con-mojiImg .con-moji-p .shopList {
  margin-top: 2rem;
}
.con-life-01 .con-mojiImg .con-moji-p .shopList__ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 120%;
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
}
.con-life-01 .con-mojiImg .con-moji-p .shopList__ttl:before, .con-life-01 .con-mojiImg .con-moji-p .shopList__ttl:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #404040;
}
.con-life-01 .con-mojiImg .con-moji-p .shopList__ttl:before {
  margin-right: 20px;
}
.con-life-01 .con-mojiImg .con-moji-p .shopList__ttl:after {
  margin-left: 20px;
}
.con-life-01 .con-mojiImg .con-moji-p .shopList__ttl .sansSerif {
  font-size: 70%;
}
@media only screen and (max-width: 768px) {
  .con-life-01 .con-mojiImg {
    grid-template-columns: 1fr;
  }
  .con-life-01 .con-mojiImg .con-moji-logo {
    flex-direction: column;
    align-items: center;
  }
  .con-life-01 .con-mojiImg .con-moji-logo > p:last-child {
    flex: none;
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }
  .con-life-01 .con-mojiImg .con-moji-logo > p:first-child {
    flex: none;
    max-width: 100%;
    text-align: left;
    width: 100%;
  }
  .con-life-01 .con-mojiImg .con-moji-logo img {
    width: auto;
    max-width: 30%;
    height: auto;
    margin: 1rem auto;
  }
}

.p-loc-con03 .u-card .nonowa-ttl {
  text-align: center;
  font-size: 1.8rem;
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
  color: #fff;
  padding: 0.25rem;
  border-radius: 0.5rem;
}
.p-loc-con03 .u-card .ttl01 {
  background-color: #6a9657;
}
.p-loc-con03 .u-card .ttl02 {
  background-color: #ba8f4b;
}
.p-loc-con03 .u-card .ttl03 {
  background-color: #6a8aaf;
}

.p-loc-con06 .con-mojiImg {
  background-color: #eae3db;
  border-radius: 1rem;
  padding: 5rem;
  grid-template-columns: 1fr 32rem;
  gap: 0 2rem;
  grid-template-areas: "txt img" "op cap";
}
@media only screen and (max-width: 1080px) {
  .p-loc-con06 .con-mojiImg {
    grid-template-columns: 1fr;
    grid-template-areas: "txt" "img" "cap";
    padding: 4rem 2rem;
    gap: 2rem;
  }
}
.p-loc-con06 .con-mojiImg .con-moji-p {
  border-top: #404040 1px solid;
  border-bottom: #404040 1px solid;
  padding: 2rem 0 3rem;
  height: 100%;
}
.p-loc-con06 .con-mojiImg .con-moji-img {
  grid-area: img;
  max-width: 42rem;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .p-loc-con06 .con-mojiImg .con-moji-img {
    aspect-ratio: auto;
    overflow: visible;
  }
  .p-loc-con06 .con-mojiImg .con-moji-img img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    margin: 3rem 0 0;
  }
}
.p-loc-con06 .con-mojiImg .con-moji-img .p-con06-cap {
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
  color: #404040;
  margin-top: 1rem;
}
.p-loc-con06-cap {
  grid-area: cap;
  text-align: right;
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
  color: #404040;
  margin-top: 1rem;
}

.p-loc-con07 .con-mojiImg {
  grid-template-columns: minmax(0, 4fr) minmax(0, 6fr);
  align-items: end;
}
@media only screen and (max-width: 768px) {
  .p-loc-con07 .con-mojiImg {
    grid-template-columns: 1fr;
  }
}
.p-loc-con07 .con-mojiImg .con-moji-p .con-moji-logo {
  gap: 3rem;
  align-items: center;
}
.p-loc-con07 .con-mojiImg .con-moji-p .con-moji-logo .u-card__img {
  margin-top: 3rem;
}

.p-loc-con08 {
  margin: 3rem 0;
}
.p-loc-con08 .con-mojiImg {
  grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
}
@media only screen and (max-width: 768px) {
  .p-loc-con08 .con-mojiImg {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .p-loc-con08 .con-mojiImg .con-moji-img {
    aspect-ratio: auto;
    overflow: visible;
  }
  .p-loc-con08 .con-mojiImg .con-moji-img img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.p-loc-con08 .con-mojiImg .con-moji-p .con-moji-ttl {
  font-size: 130%;
  line-height: 1;
  margin-top: 0;
}
.p-loc-con08 .con-mojiImg .con-moji-p .con-moji-logo {
  gap: 2rem;
  align-items: center;
}
.p-loc-con08 .con-mojiImg .con-moji-p .con-moji-logo .u-card__img {
  margin-top: 3rem;
}

.p-loc-con09 .con-ttl,
.p-loc-con10 .con-ttl,
.p-loc-con11 .con-ttl {
  font-family: "Ryumin Medium KL", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  font-size: 2.5rem;
  margin: 5rem 0 2rem;
}
.p-loc-con09 .u-card,
.p-loc-con10 .u-card,
.p-loc-con11 .u-card {
  margin-top: 0;
}
.p-loc-con09 .u-card__ttl,
.p-loc-con10 .u-card__ttl,
.p-loc-con11 .u-card__ttl {
  text-align: center;
}

.p-loc-con11 {
  position: relative;
  isolation: isolate;
  display: flow-root;
  margin-top: 5rem;
  padding: 3rem 0 0;
  margin-bottom: 5rem;
}
.p-loc-con11::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  transform: translateX(-100%);
  width: 100vw;
  height: calc(100% + 5rem);
  background: #e7eaed;
  z-index: -5;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.p-loc-con11::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-12vw - 1px);
  width: 1px;
  height: 100%;
  background-color: #4e657e;
}
@media only screen and (max-width: 1515px) {
  .p-loc-con11::after {
    left: calc(-6rem - 1px);
  }
}
@media only screen and (max-width: 768px) {
  .p-loc-con11::after {
    left: calc(-1rem - 1px);
  }
}

.cap {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  color: #262626 !important;
}
@media (max-width: 768px) {
  .cap {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .cap {
    font-size: 1.2rem;
  }
}
.cap.mod--r {
  text-align: right;
}

#lifeinfo {
  width: 90%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  #lifeinfo {
    width: 100%;
    margin-bottom: 0;
  }
}

.p-inf {
  margin: 12rem 0;
}
@media only screen and (max-width: 768px) {
  .p-inf {
    margin: 6rem auto;
  }
}
.p-inf__ttl {
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
  margin-bottom: 2rem;
}
.p-inf__ttl__en {
  font-size: 80px;
  font-size: 8rem;
  font-size: min(4.1vw, 5rem);
  color: #baa187;
}
@media (max-width: 768px) {
  .p-inf__ttl__en {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .p-inf__ttl__en {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-inf__ttl__en {
    font-size: 3rem;
  }
}

.c-cap {
  font-size: 14px;
  font-size: 1.4rem;
  bottom: 1rem;
}
@media (max-width: 768px) {
  .c-cap {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .c-cap {
    font-size: 1.2rem;
  }
}
.c-cap.c-cap--r {
  right: 1rem;
}/*# sourceMappingURL=location.css.map */