@charset "UTF-8";

/* -------------------------
      メインビジュアル
--------------------------*/
.mv {
    background-image: url(/wp-content/themes/theme_2023/img/mv__bg--left.png), url(/wp-content/themes/theme_2023/img/mv__bg--right.png);
    background-repeat: no-repeat;
    background-position: top left, top right;
    background-size: 20%, 27%;
    position: relative;
}
.mv--overlay {
    position: relative;
    z-index: 1;
}
.mv__top {
    padding-top: 210px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.mv__img--left {
    width: 8.5%;
}
.mv__img--left img:last-child{
    margin-top: 25px;
}
.mv__content {
    width: 44%;
}
.mv__img--center {
    width: 32%;
    position: relative;
}
.mv__img--right {
    width: 16%;
    overflow: hidden;
    position: relative;
}
.mv__message{
    font-size: 43px;
    line-height: 72px;
    letter-spacing: 2.15px;
    display: flex;
    justify-content: center;
    margin-top: 22%;
    padding-bottom: 120px;
}
.mv__bird {
    width: 11%;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    max-width: 46px;
}
.mv__scroll {
    margin-top: 94px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mv__message--sp{
    display: none;
}
.mv__img--inner-2{
    margin-top: 30px;
}
.mv__window-1{
    position: absolute;
    left: -10px;
    top: 0;
}
.mv__window-2{
    position: absolute;
    left: -10px;
    bottom: 0;
    z-index: 1;
}
.mv__window-3{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.mv__window-4{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.mv__gif{
    width: 94%;
}
.mv__gif-2{
    width: 94%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.mv__gif-3{
    width: 94%;
    position: absolute;
    top: 2px;
    left: 10px;
}
.mv__gif-4{
    width: 94%;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.mv-inner-center{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
@media(max-width: 1200px){
    .mv-inner-center{
        bottom: 4.5%;
    }
}
@media(max-width: 1135px){
    .mv-inner-center{
        bottom: 22.5%;
    }
}
@media(max-width: 1050px){
    .mv-inner-center{
        bottom: 25%;
    }
}
@media(max-width: 1000px){
    .mv-inner-center{
        bottom: 27%;
    }
}
@media(max-width: 929px){
    .mv-inner-center{
        bottom: 40%;
    }
}
@media (max-width: 870px){
    .mv-inner-center{
        bottom: 43%;
    }
}
@media (max-width: 870px){
    .mv-inner-center{
        bottom: 46%;
    }
}
@media (max-width: 788px) {
    .mv{
        background-size: 30%, 31%;
    }
    .sp-top--beige{
        background-color: #F7F5DE;
    }
    .mv__img--left{
        width: 15.7%;
        margin-top: 30px;
    }
    .mv__img--center{
        width: 60%;
        position: absolute;
        top: 30px;
        left: 52%;
        transform: translate(-50%, 0%);
    }
    .mv__img--left img:last-child{
        margin-top: 17px;
    }
    .mv__img--right{
        width: 30%;
        position: absolute;
        bottom: 48.8%;
        right: 0;
        transform: translate(50%, 0%);
        overflow: initial;
    }
    .mv__message{
        display: none;
    }
    .mv__message--sp{
        display: block;
        padding-top: 128px;
        padding-bottom: 43px;
        text-align: center;
        font-size: 28px;
        letter-spacing: 0.05em;
        position: relative;
        z-index: -10;
    }
    .mv__content{
        display: none;
    }
    .mv__top{
        padding-top: 0px;
    }
    .sp-mv-top{
        display: block;
        overflow: hidden;
        position: relative;   
    }
    .mv__bird{
        width: 5%;
        position: absolute;
        top: 0;
        left: 23%;
    }
    .mv-inner-center{
        bottom: -120%;
        width: 99%;
    }
    .mv__gif-3{
        top: 19px;
        left: 10px;
    }
    .mv__window-3{
        top: 15px;
    }
}
@media(max-width: 600px){
    .mv__window-2{
        bottom: -4px;
    }
    .mv__img--right{
        bottom: 48.5%;
    }
}
@media(max-width: 500px){
    .mv__window-2{
        bottom: -6px;
    }
}
@media(max-width: 400px){
    .mv__img--left{
        width: 16.5%;
        margin-top: 30px;
    }
    .mv__img--left img:last-child{
        margin-top: 10px;
    }
    .mv__img--right{
        width: 31.5%;
        bottom: 46.5%;
    }
    .mv__img--center{
        width: 63.5%;
    }
    .mv__window-1{
        left: -5px;
    }
    .mv__window-2{
        left: -4px;
        bottom: 0px;
    }
    .mv__window-3{
        top: 9px;
    }
    .mv-inner-center{
        bottom: -119%;
    }
}

/* MV - スクロールアニメーション */
.scrolldown {
    position:absolute;
}
.scrolldown span{
    position: absolute;
    left: -21px;
    top: -145px;
    color: #262626;
    letter-spacing: 0.05em;
}
.scrolldown:before { /* 丸の描写 */
    content: "";
    position: absolute;
    bottom:0;
    left:-4px;
    width:10px;
    height:10px;
    border-radius: 50%;
    background:#262626;
    animation:
        circlemove 1.6s ease-in-out infinite,
        cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove{ /*下からの距離が変化して丸の全体が上から下に動く*/
      0%{bottom:115px;}
     100%{bottom:-5px;}
 }
@keyframes cirlemovehide{ /*上から下にかけて丸が透過→不透明→透過する*/
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
    100%{opacity:0;}
 }
.scrolldown:after{ /* 線の描写 */
    content:"";
    position: absolute;
    bottom:0;
    left:0;
    width:2px;
    height: 120px;
    background:#262626;
}

/* MV - アコーディオン部分 */
.mv__bg--bottom {
    position: absolute;
    height: 150px;
    bottom: -60px;
    background-color: #F5F5F0;
    z-index: 2;
    width: 100%;
    border-radius: 0 0 200% 200%;
}
.btn__open {
    margin: auto;
}
.hide {
    display: block;
    position: relative;
    max-height: 0;
    z-index: 50;
    opacity: 0;
    overflow: hidden;
    transition-property: max-height, opacity;
    transition-duration: 0.6s;
}
.show {
    display: block;
    opacity: 1;
    max-height: 1000px;
    transition-property: max-height, opacity;
    transition-duration: 0.6s;
}
.trans40 {
    color: rgba(38, 38, 38, 0.4);
}
.trans20 {
    color: rgba(38, 38, 38, 0.2);
}
.btn__open {
    width: 48px;
    height: 48px;
    background-color: #262626;
    position: relative;
}
.btn__close {
    width: 60px;
    height: 60px;
    background-color: #262626;
    position: relative;
}
.arrow::before {
    content: '';
    width: 14px;
    height: 14px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    position: absolute;
}
.arrow__under::before {
    transform: rotate(135deg);
    top: 14px;
    left: 17px;
}
.arrow__top::before {
    transform: rotate(-45deg);
    top: 24px;
    left: 23px;
}
.btn__open-text {
    text-align: center;
    margin-bottom: 6px;
    font-weight: 700;
}
.btn__accordion {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
}
.btn__open-item {
    bottom: -58px;
}
.btn__close-item {
    bottom: -70px;
}
.mv__purpose {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 3;
}
.purpose__inner {
    width: 650px;
    margin: 54px auto 0 auto;
}
.purpose__title {
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 24px;
}
.purpose__message {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 42px;
}
.purpose__text {
    font-size: 18px;
    line-height: 40px;
}
.purpose__text-open {
    margin-bottom: 47px;
}
.purpose__block {
    margin-bottom: 40px;
    line-height: 40px;
}
.porpose__fin {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 29px;
}
.porpose__credit {
    font-size: 19px;
    line-height: 19px;
    text-align: right;
    padding-right: 80px;
}
.mv__tree-left {
    position: absolute;
    width: 13%;
    left: 0;
    bottom: -58%;
    z-index: 10;
}
.mv__tree-right {
    position: absolute;
    width: 20%;
    right: 0;
    bottom: -55%;
    z-index: 10;
}
@media (max-width: 788px) {
    .mv__purpose{
        width: 100%;
        padding: 0 6%;
        margin: auto;
    }
    .mv__tree-left,.mv__tree-right{
        bottom: -14%;
    }
    .purpose__title{
        font-size: 13px;
        margin-bottom: 17px;
    }
    .purpose__message{
        font-size: 16px;
        margin-bottom: 50px;
    }
    .purpose__inner{
        width: 100%;
        max-width: 650px;
    }
    .purpose__text{
        font-size: 15px;
        line-height: 29px;
    }
    .purpose__text-open,.purpose__block{
        margin-bottom: 33px;
        line-height: 29px;
    }
    .porpose__fin{
        font-size: 15px;
    }
    .porpose__credit{
        font-size: 15px;
        padding-right: 0;
        width: 90%;
    }
    .mv__bg--bottom{
        bottom: -100px;
    }
}

/* -------------------------
      PRODUCT
--------------------------*/
.products {
    position: relative;
    padding-top: 150px
}
.products__bg {
    position: absolute;
    width: 10%;
    height: 110%;
    top: -10%;
    z-index: 1;
}
.products__bg--left {
    left: 0;
}
.products__bg--right {
    right: 0;
}
.products__inner {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 53px;
    padding-bottom: 60px;
}
.products__item {
    width: 40%;
    margin-bottom: 50px;
}
.products__item:hover {
    opacity: 0.8;
}
.products__item:last-child,.products__item:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0px; 
}
.products__type {
    margin-top: 26px;
}
.products__name {
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.products__name-img {
    width: 34%;
    object-fit: contain;
}
.products__text {
    line-height: 30px;
    text-align: justify;
    margin-bottom: 27px;
}
@media (max-width: 788px) {
    .products{
        padding-top: 200px;
    }
    .products__bg{
        display: none;
    }
    .products__inner{
        display: block;
    }
    .products__type{
        font-size: 13px;
    }
    .products__name-img{
        width: 34%;
        min-width: 110px;
    }
    .products__name{
        height: auto;
        margin-top: 10px;
    }
    .products__text{
        margin-top: 18px;
    }
    .products__item{
        display: block;
        width: 90%;
        margin: auto;
    }
    .products__item:not(:first-child){
        margin-top: 40px;
    }
}

/* -------------------------
      BUSINESS
--------------------------*/
.business {
    padding-top: 68px;
    padding-bottom: 132px;
}
.business-title {
    margin-top: 68px;
}
.business__inner {
    display: grid;
    justify-content: end;
    grid-template-columns: 25% 25% 25%;
    grid-gap: 5px;
    margin-top: 44px;
}
.business__item {
    position: relative;
}
.business__item:hover {
    opacity: 0.8;
}
.business__name {
    position: absolute;
    top: 8%;
    left: 7%;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}
.business__text {
    line-height: 30px;
    font-weight: 700;
    position: absolute;
    top: 20%;
    left: 7%;
    right: 7%;
}
.business__btn {
    position: absolute;
    bottom: 6%;
    right: 4%;
}
.business__mask {
    display: none;
}
.business__item:hover .business__mask {
    display: block;
}
.hover__zoom-business {
    border-radius: 0;
}
.hover__zoom-mansion {
    border-radius: 20px 0 0 0;
}
.hover__zoom-hotel {
    border-radius: 0 0 0 20px;
}
@media (max-width: 788px) {
    .business-title {
        margin-top: 0;
    }
    .business__inner{
        grid-template-columns: 50% 50%;
        grid-gap: 3px;
    }
    .business__name{
        font-size: 13px;
    }
    .hover__zoom-hotel{
        border-radius: 0px;
    }
    .hover__zoom-mansion.hover__zoom-item{
        border-radius: 0;
    }
    .image-container {
        position: relative;
    }
    .image-container img {
        max-width: 100%;
        height: auto;
        display: block;
    }
    .black-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
    }
    .business{
        padding-bottom: 55px;
    }
    .business__item:hover .business__mask {
        display: none;
    }
}

/* -------------------------
      WORKS
--------------------------*/
.works {
    position: relative;
    padding-top: 73px;
    padding-bottom: 123px;
    background-image: url(/wp-content/themes/theme_2023/img/works__bg.png);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: top 63px right 0;
    overflow: hidden;
}
.works-title {
    margin-bottom: 68px;
}
.works__item {
    margin-right: 13px;
    width: 21%;
}
.works__item--main {
    margin-right: 71px;
    margin-left: 58px;
    width: 39%;
    position: relative;
}
.works__info-title {
    font-size: 25px;
    font-weight: 700;
    margin-top: 37px;
    margin-bottom: 25px;
}
.works__info-text {
    line-height: 30px;
    text-align: justify;
}
.works__info {
    width: 91%;
    position: absolute;
    top: -60px;
    right: -106%;
}
.works{
    padding-top: 78px;
}
@media(min-width: 1600px){
    .works-title{
        margin-top: 40px;
    }
}
@media(max-width: 1100px){
    .works__info{
        top: -110px;
    }
}
@media(max-width:920px){
    .works__info{
        top: -125px;
    }
    .works__info-text{
        line-height: 25px;
    }
}
@media (max-width: 788px) {
    .works__info-title{
        font-size: 15px;
        margin-bottom: 11px;
        line-height: 18px;
    }
    .works{
        background-size: 170%;
        margin-bottom: 50px;
        padding-bottom: 305px;
        background-position: top 325px right 0;
    }
    .works__info{
        width: auto;
        top: 120%;
        transform: translate(0%, 0);
        right: 0%;    
    }
}
/* スライドショー実装 */
.swiper-container {
    position: relative;
} 
.swiper-wrapper {
    margin-left: -35vw;
    align-items: flex-end;
}
.large-slide {
    width: 38% !important;
    transition: transform 0.3s ease;
    z-index: 1;
    margin-left: 6%;
    margin-right: 6% !important;
}
.works__inactive {
    display: none;
}
@media (max-width: 788px) {
    .swiper-wrapper {
        margin-left: -15vw;
    }    
    .large-slide{
        margin-left: 0;
        width: 77% !important;
        margin-left: 0% !important;
    }
}
/* ドット(数字部分）のスタイル */
.swiper-pagination-bullet {
    color: #EAE9E8;
    font-size: 29px;
    opacity: 10;
    background: none;
    width: 30px;
    height: 30px;
  }
  /* 現在のページネーションのスタイル */
  .swiper-pagination-bullet-active {
    color: #9D8136;
  }
  /* ページネーションの余白(位置) */
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 40px;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: absolute;
    bottom: 0;
    top: -80px;
    left: 55%;
    width: auto;
  }
  @media(max-width: 1100px){
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
        top: -130px;
    }
    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
        margin-right: 30px;
    }
}
  @media (max-width: 788px) {
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
        top: 120%;
        left: 0%;
        width: 100%;
    }
    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
        margin-right: 10px;
        font-size: 17px;
    }
  }
  /* スライドショーのボタン */
  .swiper-button-next, .swiper-button-prev {
    width: 54px;
    height: 54px;
    background-color: #fff;
    border-radius: 50%;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    color: #121212;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    content: unset;
  }
  .swiper-button-prev {
    left: 9.5%;
    right: 0;
}
.swiper-button-next {
    right: 0;
    left: 47.5%;
}
.swiper-slide > img{
    border-radius: 20px
}
@media (max-width: 788px) {
    .swiper-button-next, .swiper-button-prev{
        width: 35px;
        height: 35px;
    }
    .swiper-button-next{
        left: 85%;
    }
    .swiper-button-prev{
        left: 4.5%;
    }
    .swiper-slide{
        width: 100%;
    }
}

/* -------------------------
      COMPANY
--------------------------*/
.company-title {
    padding-bottom: 45px;
}
.company__link {
    display: flex;
}
.company__item {
    position: relative;
    display: block;
}
.company__item:hover {
    opacity: 0.8;
}
.company__img {
    border-radius: 0;
}
.company__item-info {
    position: absolute;
    bottom: 30px;
    left: 50px;
}
.company__title--en {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 14px;
}
.company__title--ja {
    font-size: 30px;
    font-weight: 700;
    margin-left: 30px;
}
.company__link-btn {
    display: flex;
    align-items: center;
}
.company__item--righttop {
    display: flex;
}
.company__info {
    display: flex;
    justify-content: center;
    margin: 0 auto 81px auto;
    line-height: 26px;
    padding-top: 40px;
    padding-bottom: 80px;
}
.company__info-item {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #c7c7c7;
}
.company__info-title  {
    width: 192px;
    text-align: left;
    font-weight: 500;
    display: inline;
}
@media(min-width: 1600px){
    .company-title{
        margin-top: 80px;
    }
}
@media (max-width: 788px) {
    .company{
        margin-top: 50px;
    }
    .company__link{
        display: block;
    }
    .company__title--en{
        font-size: 13px;
    }
    .company__title--ja{
        font-size: 19px;
        margin-left: 15px;
    }
    .company__item{
        width: 100%;
        /* height: 215px; */
        display: block;
    }
    .company__item-info {
        left: 26px;
    }
    .company__info{
        width: 92%;
        margin: auto;
        padding-bottom: 88px;
    }
    .company__info-item{
        display: block;
        padding: 20px 0;
    }
}

/* -------------------------
      PICK UP
--------------------------*/
.page-pickup {
    position: relative;
    padding-top: 220px;
    padding-bottom: 450px;
    overflow: hidden;
}
.pickup__pagination {
    position: absolute;
    top: 28%;
    width: 100%;
}
.pickup__info {
    width: 200%;
    max-width: 1000px;
    position: absolute;
    top: -140px;
    left: 100%;
    transform: translate(-50%, 0);
}
.pickup__info-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 25px;
    font-weight: 700;
}
.pickup__title-approach {
    padding-top: 45px;
}
.pickup__info-container {
    position: absolute;
    top: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.pickup__info--headline {
    font-size: 25px;
    font-weight: 700;
}
.pickup__info-text {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40%, auto));
    gap: 0 60px;
    width: 100%;
    margin-top: 50px;
}
.pickup__info-text-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    padding: 30px 0;
}
.pickup__info-text-block:not(:last-child) {
    border-bottom: 1px solid #CECECE;
}
.pickup__info-text-block--item {
    font-size: 15px;
    font-weight: 700;
    width: 20%;
    min-width: fit-content;
}
.pickup__info-text-block--detail {
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    width: 70%;
}
@media (max-width: 788px) {
    .pickup__info-container{
        top: 480px;
    }
    @media (max-width: 683px) {
        .pickup__info-container{
            top: 410px;
        }
    }
    @media (max-width: 500px) {
        .page-pickup{
            padding: 120px 0 600px 0;
        }
        .pickup__info-container{
            top: 360px;
        }
    }
    @media (max-width: 400px) {
        .page-pickup {
            padding: 120px 0 500px 0;
        }
        .pickup__info-container{
            top: 300px;
        }
    }
    .page-pickup{
        padding: 120px 0 680px 0;
    }
    .pickup__info-text{
        display: block;
        margin-top: 0;
    }
    .pickup__info{
        top: -80px;
        left: 55%;
        width: 150%;
    }
    .pickup__pagination{
        position: static;
    }

    .pickup__info-title{
        font-size: 18px;
        line-height: 22px;
    }
    .pickup__title-approach{
        padding-top: 20px;
    }
}
/* 戻るボタン */
.pickup__back {
    padding: 20px 0 60px 0;
}

/*スマホ*/
@media (max-width: 788px) {
    .mv__message{
        font-size: 28px;
        letter-spacing: 0.05em;
    }
    .pc-only{
        display: none;
    }
}