@charset "UTF-8";
/*color*/
/*addcolor*/
/*font-family*/
/*左カタカナ平仮名、右漢字*/
/*filler color*/
/*brightness(106%)*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*追加*/
/*topObi*/
/*topMV*/
/*members*/
/*topMV*/
/*topScroll*/
/*grid settings*/
/* media query */
/* ページリセット　CSS */
body {
  color: #231815;
}

body.animating {
  overflow: hidden;
}

#concept header,
#concept footer,
#concept .c-conv {
  color: #fff;
}

/* ページ全体　CSS */
.p-bg {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  background-color: #fff;
}
.p-bg__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-bg__scroll {
  display: inline-block;
  padding: 10px 10px 110px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: 0.2s;
  overflow: hidden;
}
.p-bg__scroll-wrap {
  height: 40rem;
  transition: height 1s;
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: height 1s;
  left: -5vw;
  top: 24rem;
}
@media only screen and (max-width: 768px) {
  .p-bg__scroll-wrap {
    left: -15%;
  }
}
@media only screen and (max-width: 768px) {
  .p-bg__scroll {
    font-size: 10px;
  }
}
.p-bg__scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgba(39, 39, 39, 0.4);
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

/* js bg animation */
@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* コンテンツ　CSS */
.p-cont {
  position: relative;
  height: calc(var(--js-cinf-height));
  overflow: hidden;
}
.p-cont__ttl {
  position: absolute;
  left: 5%;
  display: flex;
  gap: 1rem;
  font-size: 50px;
  font-size: 5rem;
  writing-mode: vertical-lr;
  color: #927d3f;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-cont__ttl {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .p-cont__ttl {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-cont__ttl {
    top: 1rem;
  }
}
.p-cont__ttl__span {
  font-size: 20px;
  font-size: 2rem;
  color: #939493;
}
@media (max-width: 768px) {
  .p-cont__ttl__span {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-cont__ttl__span {
    font-size: 1.3rem;
  }
}
.p-cont__inf {
  padding-bottom: 1px;
  width: 100%;
  background-color: #232D3C;
}
@media only screen and (max-width: 768px) {
  .p-cont__inf {
    width: 100%;
  }
}
.p-cont__ttltxt {
  font-family: sheila, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  border-bottom: 1px solid;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto;
  line-height: 1;
}

/* js contents animation */
[data-speed] {
  will-change: transform;
}

.c-mv__inner {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 768px) {
  .c-mv__inner {
    display: contents;
  }
}
.c-mv__bg {
  width: 100%;
  max-width: 1920px;
  height: 80vh;
  max-height: 850px;
  margin: 0 auto 8rem;
  background-image: url(../../images/area/position/po_mv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-mv__bg {
    max-height: 400px;
  }
}
.c-mv__bg__cap {
  font-size: 1rem;
  color: #fff;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.c-mv__ttlWrap {
  display: contents;
}
@media only screen and (max-width: 768px) {
  .c-mv__ttlWrap {
    display: block;
    width: 100%;
    height: 100%;
    padding: 4rem 0;
    border-bottom: #fff solid 1px;
    background-image: linear-gradient(-70deg, rgb(107, 108, 106) 0%, rgb(171, 166, 163) 40%, rgb(171, 166, 163) 60%, rgb(107, 108, 106) 100%);
  }
}
.c-mv__ttltxt {
  font-family: sheila, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 4rem;
  color: #fff;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.c-mv__ttltxt__line {
  position: relative;
}
.c-mv__ttltxt__line::after {
  content: "";
  width: calc(100% + 2rem);
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-mv__ttltxt__small {
  display: block;
  font-family: "Bellefair", serif;
  font-size: 1rem;
  padding-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .c-mv__ttltxt__small {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-mv__ttltxt {
    font-size: 3rem;
    top: unset;
    left: unset;
    position: relative;
    transform: unset;
  }
}
.c-mv__ttllead {
  color: #fff;
  font-size: 8rem;
  letter-spacing: 0.1em;
  font-family: "Teko", sans-serif;
  white-space: nowrap;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  bottom: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .c-mv__ttllead {
    font-size: 4rem;
    bottom: 20%;
  }
}

.p-po__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.p-po__inner-wide {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
}
.p-po__secInner {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-po__secInner {
    width: 88%;
    margin: 0 auto;
  }
}
.p-po__secttl {
  font-size: 3.6rem;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2.5rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-po__secttl {
    font-size: 1.9rem;
  }
}
.p-po__secttl__cap {
  font-size: 1rem;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .p-po__secttl__cap {
    font-size: 0.8rem;
  }
}
.p-po__secttl__cap__under {
  font-size: 1rem;
  bottom: -0.5em;
  right: 0;
  position: absolute;
  text-align: right;
}
@media only screen and (max-width: 1080px) {
  .p-po__secttl__cap__under {
    right: unset;
    left: 0;
    bottom: -1.5em;
    font-size: 0.8rem;
    text-align: left;
  }
}
.p-po__subttl {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .p-po__subttl {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}
.p-po__sectxt {
  display: block;
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .p-po__sectxt {
    font-size: 1.2rem;
    padding: 0 1rem;
  }
}
.p-po__img {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  margin: 0 auto;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  color: #fff;
}
.p-po__img__mb10 {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .p-po__img__mb10 {
    max-width: 100%;
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-po__img {
    width: 100%;
  }
}
.p-po__img__cap {
  color: #fff;
  font-size: 1.2rem;
  text-shadow: 0 0 3px #333;
  position: absolute;
  right: 0.25rem;
  bottom: 0.25rem;
}
.p-po__cap {
  font-size: 1.2rem;
  text-align: right;
  color: #fff;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-po__cap {
    text-align: left;
    font-size: 1rem;
  }
}
.p-po__item {
  width: 100%;
}
.p-po__item__imgbox {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto 1.5rem;
}
.p-po__item__imgbox__cap {
  position: absolute;
  top: calc(100% - 1em);
  transform: translate(0%, 50%);
  right: 0;
  bottom: -1.5em;
  font-size: 1rem;
  text-align: right;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-po__item__imgbox__cap {
    font-size: 0.8rem;
  }
}
.p-po__item__txtbox {
  font-size: 1.4rem;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .p-po__item__txtbox {
    font-size: 1.3rem;
  }
}
.p-po__item__txtbox__ttl {
  font-size: 1.2em;
}
.p-po__evo {
  width: 100%;
}
.p-po__evo__ttl {
  margin-bottom: -5rem !important;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1080px) {
  .p-po__evo__ttl {
    margin-bottom: 4rem !important;
  }
}
.p-po__evo__subttl {
  font-size: 2rem;
  margin-bottom: 1rem !important;
  color: #FFF;
}
.p-po__evo__box01 {
  width: 100%;
  display: grid;
  grid-template: "img txt" 1fr/60% 1fr;
  gap: 4rem;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 1080px) {
  .p-po__evo__box01 {
    display: contents;
  }
}
.p-po__evo__box01__img {
  grid-area: img;
}
@media only screen and (max-width: 1080px) {
  .p-po__evo__box01__img {
    grid-area: unset;
  }
}
.p-po__evo__box01__txtBox {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  grid-area: txt;
  margin-right: 1rem;
}
@media only screen and (max-width: 1080px) {
  .p-po__evo__box01__txtBox {
    display: contents;
    margin-right: 0;
  }
}
.p-po__evo__box01__txt {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 2.5rem;
}
.p-po__evo__box02 {
  width: 90%;
  display: grid;
  grid-template: "img02 txt02" 1fr/60% 1fr;
  gap: 2rem;
  margin: 0 auto 5rem;
}
@media only screen and (max-width: 1080px) {
  .p-po__evo__box02 {
    display: contents;
  }
}
.p-po__evo__box02__img {
  grid-area: img02;
}
@media only screen and (max-width: 1080px) {
  .p-po__evo__box02__img {
    grid-area: unset;
  }
}
.p-po__evo__box02__txtBox {
  width: 100%;
  grid-area: txt02;
  display: grid;
  grid-template: "year spot01" 1fr "year spot02" 1fr "year spot03" 1fr/30% 1fr;
  gap: 2rem 0;
}
@media only screen and (max-width: 1080px) {
  .p-po__evo__box02__txtBox {
    grid-area: unset;
    grid-template: "year spot01" 1fr "year spot02" 1fr "year spot03" 1fr/15% 1fr;
    gap: 2rem 1rem;
  }
}
.p-po__evo__box02__txtBox__spot {
  color: #fff;
}
.p-po__evo__box02__txtBox__spot.__01 {
  grid-area: spot01;
}
.p-po__evo__box02__txtBox__spot.__02 {
  grid-area: spot02;
}
.p-po__evo__box02__txtBox__spot.__03 {
  grid-area: spot03;
}
.p-po__evo__box02__txtBox__spot__txt {
  font-size: 1.3rem;
  text-align: justify;
  letter-spacing: 0;
}
.p-po__evo__box02__txtBox__spot__txt__ttl {
  font-size: 1.2em;
  display: block;
  line-height: 1.5;
  margin: 0.75rem 0 0.25rem;
}
.p-po__evo__box02__txtBox__spot__txt__cap {
  display: block;
  font-size: 0.8em;
}
.p-po__evo__box02__txtBox__year {
  color: #fff;
  grid-area: year;
  display: grid;
  grid-template: 0.25fr min-content 1.5fr min-content 1.5fr min-content 1fr min-content/1fr;
  justify-items: center;
  font-size: 2rem;
}
.p-po__evo__box02__txtBox__year__line {
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
}
.p-po__evo__box02__txtBox__year__txt {
  width: -moz-fit-content;
  width: fit-content;
}
.p-po__evo__box02__txt {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 2.5rem;
  font-size: 1.2rem;
}
.p-po__evo__spBox {
  display: contents;
}
@media only screen and (max-width: 1080px) {
  .p-po__evo__spBox {
    display: grid;
    gap: 0;
    grid-template: "sp01" min-content "sp02" min-content "sp03" min-content "sp04" min-content "sp05" min-content/1fr;
  }
}
.p-po__evo__spBox__sp01 {
  grid-area: unset;
}
@media only screen and (max-width: 1080px) {
  .p-po__evo__spBox__sp01 {
    grid-area: sp01;
    width: 90%;
    margin: 0 auto;
  }
}
.p-po__evo__spBox__sp02 {
  grid-area: unset;
}
@media only screen and (max-width: 1080px) {
  .p-po__evo__spBox__sp02 {
    grid-area: sp02;
    margin-bottom: 5rem;
  }
}
.p-po__evo__spBox__sp03 {
  grid-area: unset;
}
@media only screen and (max-width: 1080px) {
  .p-po__evo__spBox__sp03 {
    grid-area: sp03;
    width: 80%;
    margin: 0 auto 5rem;
  }
}
.p-po__evo__spBox__sp04 {
  grid-area: unset;
}
@media only screen and (max-width: 1080px) {
  .p-po__evo__spBox__sp04 {
    grid-area: sp04;
    width: 90%;
    margin: 0 auto;
  }
}
.p-po__evo__spBox__sp05 {
  grid-area: unset;
}
@media only screen and (max-width: 1080px) {
  .p-po__evo__spBox__sp05 {
    grid-area: sp05;
    width: 80%;
    margin: 0 auto 4rem;
  }
}

.u-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

.u-pci {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .u-pci {
    display: none;
  }
}

.u-spi {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-spi {
    display: inline-block;
  }
}

.p-cont__wrap {
  width: 90%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  margin: 8rem auto;
}
@media only screen and (max-width: 768px) {
  .p-cont__wrap {
    width: 100%;
  }
}

.p-inf {
  margin: 8rem 0;
}
@media only screen and (max-width: 768px) {
  .p-inf {
    margin: 6rem auto;
  }
}
.p-inf__wrap {
  margin: 6rem auto;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-inf__wrap {
    margin: 3rem auto;
  }
}
.p-inf__wrap--nob {
  background-color: transparent;
}
.p-inf__ttl {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-inf__ttl {
    margin-bottom: 0;
  }
}
.p-inf__ttl__en {
  font-size: 80px;
  font-size: 8rem;
  font-size: min(4.1vw, 8rem);
}
@media only screen and (max-width: 768px) {
  .p-inf__ttl__en {
    font-size: 30px;
    font-size: 3rem;
  }
}
.p-inf__ttl__p {
  font-size: 38px;
  font-size: 3.8rem;
  font-size: min(1.9vw, 3.8rem);
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-inf__ttl__p {
    font-size: 20px;
    font-size: 2rem;
  }
}/*# sourceMappingURL=position.css.map */