@charset "UTF-8";
/**====================================
 * CSS information
 * file name	: style.css
 * author		: libretto works
====================================**/

/*/////////////////////////////////////////////////////////////////////////////


              // TOP //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* visual  ---------------------------------------- */
.visual {
	position: relative;
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
}

/* visual-block */
.visual-main {
    width: 56.8814%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.visual-main::before,
.visual-main::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.visual-main::before {
    background: rgba(25,25,26,0.28);
    z-index: 1;
}
.visual-main::after {
    background: #ffffff;
    transform-origin: left bottom;
    z-index: 2;
}
.motion .visual-main::after {
    transition: 0.8s cubic-bezier(0.76, 0.09, 0.215, 1);
    transform: scaleY(0);
}
.visual-main-slider {
    width: 100%;
    height: 100%;
}
.visual-main-slider .thumb{
    width: 100%;
    height: 100%;
}
.visual-sub {
    width: 30%;
    position: absolute;
    right: 2.5622%;
    bottom: 2.5622vw;
    transition: opacity 1s .5s;
    opacity: 0;
    z-index: 3;
}
.motion .visual-sub {
    opacity: 1;
}
.visual-sub-slider .thumb::after {
    padding-top: 69%;
}
.visual .ttl {
    font-size: 1.4rem;
    position: absolute;
    left: 124px;
    bottom: 50px;
    color: #ffffff;
    z-index: 2;
}
.visual .subttl {
    font-size: 3.9rem;
    line-height: 1.9;
    letter-spacing: 0.14em;
    writing-mode: vertical-rl;
    position: absolute;
    right: 19.5%;
    top: 50%;
    transform: translateY(-58.5%);
    white-space: nowrap;
    z-index: 3;
}
.visual .subttl span {
    display: block;
    transform: translateY(50px);
    opacity: 0;
}
.motion .visual .subttl span:nth-child(1) {
    transform: translateY(0);
    opacity: 1;
    transition: 1.6s cubic-bezier(0.04, 0.8, 0.35, 1) .5s;
}
.motion .visual .subttl span:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
    transition: 1.6s cubic-bezier(0.04, 0.8, 0.35, 1) .6s;
}

/* t-sec-pick  ---------------------------------------- */
.pickup-news {
    width: 67.6616%;
    min-width: 816px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 0 25px;
    border-bottom: 1px solid #babdbe;
}
.pickup-news .en-ttl {
    width: 75px;
    font-size: 1.5rem;
    line-height: 1.5;
}
.pickup-news a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 75px);
    border-left: 1px solid #c8cacb;
    box-sizing: border-box;
    padding-left: 25px;
}
.cate-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.date {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-right: 15px;
}
.cate {
    font-size: 1.4rem;
    line-height: 1.5;
}
.pickup-news .ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-left: 22px;
    padding-left: 22px;
    position: relative;
}
.pickup-news .ttl::before {
    content: "";
    width: 1px;
    height: 17px;
    background: #babdbe;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(30deg);
}

/* t-sec-about  ---------------------------------------- */
.t-sec-about {
    padding: 110px 0 140px;
}
.t-sec-about .sec-ttl .ttl span {
    display: block;
    opacity: 0;
    transition: 2s cubic-bezier(0.04, 0.8, 0.35, 1) .1s;
}
.t-sec-about .sec-ttl .ttl span:nth-child(1) {
    transform: translateX(-80px);
}
.t-sec-about .sec-ttl .ttl span:nth-child(2) {
    padding-left: 235px;
    transform:translateX(80px);
}
.t-sec-about .sec-ttl.on .ttl span {
    transform: translateX(0);
    opacity: 1;
}
.t-sec-about-col2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 110px;
}
.t-sec-about-side {
    width: 36.3184%;
}
.t-sec-about-side .thumb::after {
    padding-top: 118%;
}
.t-sec-about-cont {
    width: 52.1558%;
    padding: 15px 0 0;
    position: relative;
}
.txt-wrap p {
    margin-top: 1.4em;
}

.t-sec-about-img01 {
    width: 41.3354%;
    position: absolute;
    right: 0;
    bottom: -40px;
}
.t-sec-about-img01 .thumb::after {
    padding-top: 75%;
}
.t-sec-about-img02 {
    width: 31.5091%;
    margin-left: 24.0464%;
}
.t-sec-about-img02 .thumb::after {
    padding-top: 75%;
}

/* t-sec-service  ---------------------------------------- */
.t-sec-service {
    color: #ffffff;
    padding: 110px 0 90px;
    position: relative;
    background-size: cover;
}
.t-sec-service-fig {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.t-sec-service-fig .thumb {
    height: 100%;
}
.t-sec-service-fig::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(25,25,26,0.65);
    position: absolute;
    left: 0;
    top: 0;
}
.t-sec-service-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin: 50px 0 0;
}
.t-sec-service-list::before {
    content: "";
    width: 1px;
    height: 90%;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 0;
}
.t-sec-service-list li {
    width: 50%;
    padding: 0 80px;
    text-align: center;
    box-sizing: border-box;
}
.t-sec-service-list li .ttl {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.t-sec-service-list li .ttl span {
    font-size: 3.0rem;
    letter-spacing: 0.08em;
    writing-mode: vertical-rl;
    white-space: nowrap;
}
.t-sec-service-list li .txt {
    margin-bottom: 50px;
}

/* t-sec-cases  ---------------------------------------- */
.t-sec-cases {
    padding: 140px 0 110px;
}
.t-sec-cases-list {
    padding: 110px 0 100px;
    height: calc(100vh * 3 * 1.5);
    margin-bottom: -50vh;
}
.cases-counter {
    position: absolute;
    top: 110px;
    right: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.cases-counter .en-ttl {
    font-size: 1.5rem;
    padding: 10px 20px 0 0;
}
.cases-counter .counter {
    width: 190px;
    height: 100px;
    font-size: 3.8rem;
    font-weight: 300;
    letter-spacing: -0.04em;
    overflow: hidden;
    position: relative;
}
.cases-counter .counter .num {
    display: block;
    position: absolute;
    font-size: 9.6rem;
    line-height: 1;
}
.cases-counter .counter .num.next{
  position: absolute;
  left: 0;
  top: 50px;
  opacity: 0;
}
.cases-counter .counter .total {
    position: absolute;
    top: -8px;
    right: 2px;
}
.t-sec-cases-list .block {
    height: 100vh;
    margin-bottom: 50vh;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: sticky;
    top: 0;
    left: 0;
}
.t-sec-cases-list .block .thumb {
    width: 62.9575%;
    height: 100vh;
}
.t-sec-cases-list .block-inner {
    width: 31.2591%;
    padding-right: 5.8565%;
    box-sizing: border-box;
    position: absolute;
    bottom: 12%;
    right: 0;
    opacity: 0;
    transition: .2s;
}
.t-sec-cases-list .block.is-active .block-inner {
    opacity: 1;
}
.t-sec-cases-list .block .ttl {
    font-size: 2.6rem;
    padding: 24px 0 48px;
}
.case-cate {
    display: inline-block;
    font-size: 1.4rem;
    color: #ffffff;
    background: #8e9294;
    padding: 1px 16px 2px;
}
.t-sec-cases-list .block .case-tag {
    margin-bottom: 48px;
}
.case-tag {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.case-tag li {
    font-size: 1.4rem;
    line-height: 1.6;
    position: relative;
}
.case-tag li::after {
    content: "/";
    display: inline-block;
    padding: 0 4px;
}
.case-tag li:last-child::after {
    display: none;
}

/* t-sec-item  ---------------------------------------- */
.t-sec-item {
    padding-bottom: 140px;
}
.t-sec-item-inner {
    position: relative;
}
.t-sec-item-img .thumb {
    height: 768px;
}
.t-sec-item-block {
    width: 51.9765%;
    padding: 100px 5.8565% 25px 7.3206%;
    background: #ffffff;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    bottom: 0;
}
.t-sec-item-slider-wrap {
    padding-top: 80px;
    position: relative;
}
.t-sec-item-slider-wrap::after {
    content: "";
    width: 94.1436%;
    height: 1px;
    background: #babdbe;
    position: absolute;
    left: 2.9282%;
    bottom: 0;
}
.t-sec-item-slider-inner {
    position: relative;
    padding: 20px 0;
}
.t-sec-item-slider-inner::before {
    content: "";
    width: 94.1436%;
    height: 1px;
    background: #babdbe;
    position: absolute;
    left: 2.9282%;
    top: 0;
}
.t-sec-item-slider li {
    margin-right: 30px;
}
.t-sec-item-slider li div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.t-sec-item-slider._rtl li div {
    flex-direction: row-reverse;
}
.t-sec-item-slider li .thumb {
    width: 96px;
}
.t-sec-item-slider li .thumb::after {
    padding-top: 66.6666%;
}
.t-sec-item-slider li p {
    word-break: keep-all;
    font-weight: 400;
    padding-left: 20px;
}

/* t-sec-shop  ---------------------------------------- */
.t-sec-shop {
    padding: 60px 0;
    margin-bottom: 120px;
    position: relative;
}
.t-sec-shop-bg {
    width: calc(100% - 80px);
    height: 100%;
    position: absolute;
    left: 40px;
    top: 0;
    display: flex;
    justify-content: space-between;
}
.t-sec-shop-bg li {
    width: 50%;
    height: 100%;
}
.t-sec-shop-block {
    width: 37.3250%;
    margin: 0 auto;
    padding: 70px 4.6656% 65px;
    background: #FFFFFF;
    position: relative;
    box-sizing: border-box;
    text-align: center;
}
.t-sec-shop-block-fig {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 20px;
}
.t-sec-shop-block-fig .thumb {
    width: 49.4444%
}
.t-sec-shop-block-fig .thumb::after {
    padding-top: 66.6666%;
}
.t-sec-shop-block .txt {
    text-align: left;
}

/* t-sec-projects  ---------------------------------------- */
.t-sec-projects {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row-reverse;
    background: #e8e9ea;
}
.t-sec-projects-fig {
    width: 50%;
}
.t-sec-projects-fig .thumb {
    height: 768px;
}
.t-sec-projects-block {
    width: 50%;
    padding: 0 8.05270%;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.t-sec-projects-block-inner {
    max-width: 490px;
    margin: 0 auto;
}
.t-sec-projects-block .sec-ttl {
    margin-bottom: 40px;
}

/* t-sec-news  ---------------------------------------- */
.t-sec-news {
    margin: 140px 0 130px;
    position: relative;
}
.t-sec-news-col2 {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.t-sec-news-col2::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #babdbe;
    position: absolute;
    left: 0;
    top: 0;
}
.t-sec-news-side {
    width: 25%;
    padding-top: 80px;
}
.t-sec-news-inner {
    width: 74.6268%;
}
.news-list {
    margin-bottom: 58px;
}
.news-item a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #babdbe;
}
.news-item a .news-item-block {
    width: 66.6666%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0;
}
.news-item a .news-item-block .cate-block {
    width: 26.6666%;
    padding-top: 4px;
}
.news-item a .news-item-block .cate-block .date {
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.news-item a .news-item-block .ttl {
    width: 68.3333%;
    font-size: 1.8rem;
}
.news-item a .thumb {
    width: 26.6666%;
}
.news-item a .thumb::after {
    padding-top: 66.6666%;
}
/* hover */
@media screen and (min-width: 768px) {
    .news-list .block a:hover {
        opacity: 1;
    }
}

/* sec-movie  ---------------------------------------- */
.sec-movie {
    width: 100%;
    height: 100vh;
    position: relative;
}
.sec-movie::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(42,44,46,0.4);
    z-index: 1;
}
.sec-movie::after {
    content: "";
    width: 1px;
    height: 140px;
    background: rgba(255,255,255,0.7);
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
}
.sec-movie .thumb {
    height: 100%;
}
.sec-movie-txt {
    font-size: 2.8rem;
    letter-spacing: 0.18em;
    color: #ffffff;
    writing-mode: vertical-rl;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: 2;
}

/*/////////////////////////////////////////////////////////////////////////////


              // ABOUT //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* sec-message  ---------------------------------------- */
.sec-message {
    padding: 120px 0 0;
}
.sec-message-col2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sec-message-fig {
    width: 33.9966%;
    margin-top: 90px;
}
.sec-message-fig .thumb::after {
    padding-top: 109.756%;
}
.sec-message-block {
    width: 58.6235%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.sec-message-ttl {
    width: 30%;
    display: flex;
    justify-content: flex-start;
}
.sec-message-ttl-inner {
    writing-mode: vertical-rl;
}
.sec-message-ttl .en-ttl {
    font-size: 1.4rem;
    margin-left: 20px;
}
.sec-message-ttl .ttl {
    font-size: 3.6rem;
    letter-spacing: 0.18em;
    line-height: 1.9;
}
.sec-message-ttl .ttl span {
    display: block;
}
.sec-message-ttl .ttl span:last-child {
    margin-top: 1.5em;
}
.sec-message-cont {
    width: 57.9915%;
    margin-top: 80px;
}

/* sec-thought  ---------------------------------------- */
.sec-thought {
    padding: 140px 0 0;
}
.sec-thought-col2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 80px 0 110px;
}
.sec-thought-cont {
    width: 42.6202%;
    padding: 0 0 0 4.1459%;
    box-sizing: border-box;
}
.sec-thought-cont .ttl {
    font-size: 2.6rem;
    letter-spacing: 0.12em;
    white-space: nowrap;
    margin-bottom: 20px;
}
.sec-thought-cont .en-ttl {
    font-size: 9.2rem;
    letter-spacing: 0.08em;
    line-height: 1;
    white-space: nowrap;
    margin-bottom: 50px;
}
.sec-thought-fig {
    width: 48.0928%;
}
.sec-thought-list {
    padding: 0 0 0 38.6401%;
}
.sec-thought-list li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid #babdbe;
    padding: 60px 0;
}
.sec-thought-list li .numb {
    width: 16%;
    font-size: 1.4rem;
}
.sec-thought-list li dl {
    width: 83.7837%;
}
.sec-thought-list li dl .ttl {
    font-size: 2.8rem;
    margin-bottom: 24px;
}
.sec-thought-movie {
    width: 100%;
    height: 680px;
    position: relative;
    padding: 135px 0 0;
    overflow: hidden;
}
.txt-slider {
    position: absolute;
    left: 0;
    top: 0;
}
.txt-slider li {
    font-size: 18.0rem;
    letter-spacing: 0.08em;
    line-height: 1;
    opacity: 0.12;
    margin-right: 50px;
}
.sec-thought-movie .thumb {
    height: 100%;
}

/* sec-strengths  ---------------------------------------- */
.sec-strengths {
    padding: 120px 0 140px;
}
.sec-strengths-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 90px;
}
.sec-strengths-list li {
    width: 33.3333%;
    padding: 0 3.3167%;
    border-right: 1px solid #babdbe;
    box-sizing: border-box;
}
.sec-strengths-list li:nth-child(3n) {
    border-right: none;
}
.sec-strengths-list li .thumb-wrap {
    position: relative;
}
.sec-strengths-list li .thumb-wrap .en-ttl {
    font-size: 1.4rem;
    line-height: 1.5;
    writing-mode: vertical-rl;
    position: absolute;
    left: 0.8%;
    top: 0;
}
.sec-strengths-list li .thumb {
    width: 81%;
    margin: 0 auto;
}
.sec-strengths-list li .thumb::after {
    padding-top: 118.3333%;
}
.sec-strengths-list li dl {
    padding-top: 40px;
}
.sec-strengths-list li dl .ttl {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 16px;
}


/*/////////////////////////////////////////////////////////////////////////////


              // SERVICE //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* sec-anchor  ---------------------------------------- */
.sec-anchor {
    padding: 20px 0 110px;
}
.sec-anchor .txt {
    margin-bottom: 70px;
}
.anchor-link-fig {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.anchor-link-fig li {
    width: 25%;
    border-right: 1px solid #babdbe;
    padding: 0 2.4875%;
    box-sizing: border-box;
}
.anchor-link-fig li:last-child {
    border-right: none;
}
.anchor-link-fig li a {
    display: block;
    text-align: center;
    padding-bottom: 40px;
    position: relative;
}
.anchor-link-fig li a::after {
    content: "";
    width: 11px;
    height: 6px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="11" height="6" viewBox="0 0 11 6"><path fill="rgb(26, 26, 26)" d="M.7,0l-.7.7,5.5,5.3L11,.7l-.7-.7-4.8,4.6L.7,0Z"/></svg>') center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
}
.anchor-link-fig li a .thumb-wrap {
    position: relative;
    margin-bottom: 16px;
}
.anchor-link-fig li a .thumb-wrap .en-ttl {
    font-size: 1.4rem;
    line-height: 1.5;
    writing-mode: vertical-rl;
    position: absolute;
    left: 1%;
    top: 0;
}
.anchor-link-fig li a .thumb {
    width: 75%;
    margin: 0 auto;
}
.anchor-link-fig li a .thumb::after {
    padding-top: 118.3333%;
}
.anchor-link-fig li a .ttl {
    font-size: 1.8rem;
}

/* sec-service  ---------------------------------------- */
.sec-service {
    padding: 0 0 140px;
}
.sec-service-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
}
.sec-service:nth-child(2n) .sec-service-top {
    flex-direction: row-reverse;
}
.sec-service-top-fig {
    width: 59%;
}
.sec-service-top-fig .thumb {
    max-height: 680px;
}
.sec-service-top-fig .thumb::after {
    padding-top: 87.1794%;
}
.sec-service-top-cont {
    width: 26.3543%;
    padding: 0 5.8565% 0 0;
}
.sec-service:nth-child(2n) .sec-service-top-cont {
    padding: 0 0 0 7.3206%;
}
.sec-service-top-cont-inner {
    border-top: 1px solid #babdbe;
    padding: 62px 0 0;
}
.sec-service-top-cont .en-ttl {
    font-size: 1.4rem;
    margin-bottom: 12px;
}
.sec-service-top-cont .ttl {
    font-size: 3.4rem;
    margin-bottom: 40px;
}
.sec-service-detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 0 4.1459%;
}
.sec-service-detail-ttl {
    width: 5.1903%;
    font-size: 1.3rem;
    writing-mode: vertical-lr;
    position: sticky;
    left: 0;
    top: 60px;
}
.sec-service-detail-cont {
    width: 92.5605%;
}
.sec-service-detail-list {
    display: flex;
    justify-content: space-between;
}
.sec-service-detail-list li {
    width: 30.8411%;
}
.sec-service-detail-list li .en-ttl {
    text-align: right;
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 36px;
}
.sec-service-detail-list li .en-ttl span {
     display: inline-block;
    position: relative;
    padding-left: 85px;
}
.sec-service-detail-list li .en-ttl span::before {
    content: "";
    width: 60px;
    height: 1px;
    background: #babdbe;
    position: absolute;
    left: 0;
    top: 50%;
}
.sec-service-detail-list li .thumb::after {
    padding-top: 64%;
}
.sec-service-detail-list li dl {
    margin-top: 20px;
}
.sec-service-detail-list li .ttl {
    font-size: 2.0rem;
    margin-bottom: 15px;
}
.sec-service-detail-list li dd {
    font-size: 1.5rem;
    line-height: 2;
}
.sec-service-subcont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid #babdbe;
    padding-top: 60px;
    margin-top: 60px;
}
.sec-service-subcont .thumb {
    width: 41.1214%;
}
.sec-service-subcont .thumb::after {
    padding-top: 75%;
}
.sec-service-subcont-inner {
    width: 51.4018%;
}
.sec-service-subcont .ttl {
    font-size: 2.6rem;
}
.sec-service-subcont .be-af {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
}
.sec-service-subcont .be-af::before {
    content: "";
    border-left: 30px solid #1a1a1a;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    left: 50%;
    top: calc(50% + 20px);
    transform: translate(-50%, -50%);
}
.sec-service-subcont .be-af li {
    width: 45.9813%;
}
.sec-service-subcont .be-af li .en-ttl {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 16px;
}
.sec-service-subcont .be-af li .thumb {
    width: 100%;
}
.sec-service-subcont .be-af li .thumb::after {
    padding-top: 66.6666%;
}


/* sec-cases  ---------------------------------------- */
.sec-cases {
    padding: 120px 0;
}

/*/////////////////////////////////////////////////////////////////////////////


              // CASES //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* cases-navigation  ---------------------------------------- */
.cases-navigation {
    padding: 90px 5.8565% 30px 9.5168%;
}
.cases-navigation-inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 45px 0 0;
}
.cases-navigation-inner::before {
    content: "";
    width: 180px;
    height: 1px;
    background: #babdbe;
    position: absolute;
    left: 0;
    top: 0;
}
.cases-cate-nav {
    width: 75.7785%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.cases-cate-nav .en-ttl {
    width: 130px;
    font-size: 1.4rem;
}
.cases-cate-nav ul {
    width: calc(100% - 130px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.cases-cate-nav ul li {
    width: 160px;
    margin: 0 10px 0 0;
}
.cases-cate-nav ul li a {
    display: block;
    line-height: 1.5;
    background: #eeefef;
    text-align: center;
    padding: 11px 10px 12px;
}
.cases-cate-nav ul li.current-cat a {
    background: #1a1a1a;
    color: #ffffff;
}
.cases-tag-nav select {
    width: 260px;
    height: 47px;
    background: #ffffff url(../images/tag.gif) right center no-repeat;
    background-size: auto 100%;
}

/* sec-cases-list  ---------------------------------------- */
.sec-cases-list {
}
.cases-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.cases-list::after{
    content:"";
    display: block;
    width: 31.1774%;
}
.cases-list .block {
    display: block;
    width: 31.1774%;
    padding-bottom: 25px;
    margin-top: 70px;
}
.cases-list .block a {
    display: block;
    height: 100%;
    position: relative;
    padding-bottom: 25px;
}
.cases-list .block a .thumb::after {
    padding-top: 118.3333%;
}
.case-cate-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.case-cate-wrap .case-date {
    font-size: 1.4rem;
    padding-left: 20px;
}
.cases-list .block a .case-cate-wrap .case-date {
    font-size: 1.2rem;
}
.cases-list .block a .block-cont {
    padding: 16px 0;
}
.cases-list .block a .block-cont .ttl {
    font-size: 1.8rem;
    margin: 14px 0;
}
.cases-list .block a .block-cont .case-tag li {
    font-size: 1.2rem;
}
.btn-detail {
    width: 100% ;
    font-size: 1.2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 2px;
    box-sizing: border-box;
}
.btn-detail::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #babdbe;
    position: absolute;
    left: 0;
    bottom: 0;
}
.btn-detail::after {
    content: "";
    width: 14px;
    height: 9px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s;
    transform-origin: center center;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="18" height="11" viewBox="0 0 18 11"><path fill="rgb(26, 26, 26)" d="M12.721,-0.000 L12.000,0.692 L16.127,4.993 L-0.000,4.993 L-0.000,5.992 L16.140,5.992 L12.000,10.307 L12.721,11.000 L18.000,5.500 L12.721,-0.000 Z"/></svg>') right center no-repeat;
    background-size: 100% 100%;
}

/* hover */
@media screen and (min-width: 768px) {
    .cases-list .block a:hover {
        opacity: 1;
    }
    .cases-list .block a:hover .btn-detail::before {
        animation: btn .5s 1 ease;
    }
    .cases-list .block a:hover .btn-detail::after {
        right: 0;
    }
}

/* wp-pagenavi  ---------------------------------------- */
.wp-pagenavi {
	margin: 100px auto 0;
    font-family: "Albert Sans", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
}
.wp-pagenavi a {
	display: inline-block;
	width: 45px;
	height: 45px;
	margin: 0 5px 10px;
	line-height: 45px;
	background: #ffffff;
    border: 1px solid #babdbe;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
}
.wp-pagenavi span.current {
	display:inline-block;
	color: #ffffff;
	width: 45px;
	height: 45px;
	margin: 0 5px 10px;
	line-height: 45px;
	background: #1a1a1a;
    border: 1px solid #1a1a1a;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
}
.wp-pagenavi span.extend {
    display: inline-block;
	line-height: 45px;
    margin: 0 5px 10px;
}

/*/////////////////////////////////////////////////////////////////////////////


              // CASES DETAIL //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* cases-detail-ttl  ---------------------------------------- */
.cases-detail-ttl {
    width: calc(97.0718% - 220px);
    height: 100vh;
    position: relative;
}
.cases-detail-ttl::before,
.cases-detail-ttl::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.cases-detail-ttl::before {
    background: rgba(25,25,26,0.50);
    z-index: 1;
}
.cases-detail-ttl::after {
    background: #ffffff;
    transform-origin: left bottom;
    z-index: 2;
}
.motion .cases-detail-ttl::after {
    transition: 0.8s cubic-bezier(0.76, 0.09, 0.215, 1);
    transform: scaleY(0);
}
.cases-detail-ttl .thumb {
    width: 100%;
    height: 100%;
}
.cases-detail-ttl-cont {
    color: #ffffff;
    position: absolute;
    left: 11.7434%;
    bottom: 10.4166%;
    z-index: 2;
}
.cases-detail-ttl-cont .ttl {
    font-size: 3.0rem;
    margin: 14px 0 26px;
}

/* sec-cases-detail  ---------------------------------------- */
.sec-cases-detail {
    padding: 160px 2.9282% 160px 7.3206%;
}
.sec-cases-detail-col2 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row-reverse;
}
.sec-cases-detail-main {
    width: 63.6215%;
}
.cases-detail-gallery li {
    margin-bottom: 40px;
} 
.cases-detail-gallery li img {
    max-width: 100%;
    max-height: 760px;
    width: auto;
    height: auto;
}
.sec-cases-detail-side {
    width: 28.2218%;
}
.sec-cases-detail-side .txt {
    margin-bottom: 30px;
}
.cases-detail-info {
    border-top: 1px solid #d6d7d8;
    padding: 24px 0 40px;
    position: sticky;
    left: 0;
    top: 100px;
}
.cases-detail-info .case-date {
    font-size: 1.4rem;
}
.cases-detail-info .ttl {
    font-size: 2.0rem;
    margin: 6px 0 18px;
}
.cases-detail-info .case-cate {
    margin-bottom: 14px;
}
.cases-detail-info .case-tag {
    margin-bottom: 20px;
}
.cases-detail-info dl {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 16px;
}
.cases-detail-info dl dt {
    color: #666666;
    margin-bottom: 4px;
}

/* detail-nav  ---------------------------------------- */
.detail-nav {
    width: 846px;
    margin: 0 auto 160px;
	box-sizing: border-box;
}
.detail-nav ul {
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.detail-nav ul li a {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
}
.detail-nav ul li.btn-back {
    text-align: center;
}
.detail-nav ul li.btn-back span {
    display: inline-block;
    position: relative;
    padding-left: 104px;
}
.detail-nav ul li.btn-back span::before {
    content: "";
    width: 80px;
    height: 1px;
    background: #1a1a1a;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s;
}
.detail-nav ul li.btn-prev,
.detail-nav ul li.btn-next {
	position: absolute;
	top: 0;
    z-index: 1;
}
.detail-nav ul li.btn-prev {
	left: 0;
}
.detail-nav ul li.btn-next {
    right: 0;
}
.detail-nav ul li.btn-prev a,
.detail-nav ul li.btn-next a {
	position: relative;
	transition: .2s;
}
.detail-nav ul li.btn-prev a {
	padding-left: 50px;
}
.detail-nav ul li.btn-next a {
	padding-right: 50px;
}
.detail-nav ul li.btn-prev a::after,
.detail-nav ul li.btn-next a::after {
	content: "";
    width: 18px;
    height: 11px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s;
    transform-origin: center center;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="18" height="11" viewBox="0 0 18 11"><path fill="rgb(26, 26, 26)" d="M12.721,-0.000 L12.000,0.692 L16.127,4.993 L-0.000,4.993 L-0.000,5.992 L16.140,5.992 L12.000,10.307 L12.721,11.000 L18.000,5.500 L12.721,-0.000 Z"/></svg>') center center no-repeat;
    background-size: 100% auto;
}
.detail-nav ul li.btn-prev a::after {
	left: 0;
    transform: translateY(-50%) rotate(180deg);
}
.detail-nav ul li.btn-next a::after {
	right: 0;
}

/*/////////////////////////////////////////////////////////////////////////////


              // ITEM //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* sec-brand  ---------------------------------------- */
.sec-brand {
    padding: 70px 0 0;
}
.sec-brand-col2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
}
.sec-brand-side {
    width: 14.9253%;
    border-top: 1px solid #babdbe;
    padding-top: 55px;
    position: sticky;
    top: 130px;
    right: 0;
}
.brand-nav li {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 16px;
}
.sec-brand-main {
    width: 80.0165%;
}
.brand-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    padding-top: 20px;
}
.brand-list .block {
    width: 50%;
    padding: 50px 0 40px;
    border-bottom: 1px solid #babdbe;
}
.brand-list .block:nth-last-child(-n+2) {
    border-bottom: none;
}
.brand-list .block .block-inner {
    padding: 0 16.7875% 40px;
    border-right: 1px solid #babdbe;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.brand-list .block:nth-child(2n) .block-inner {
    border-right: 1px solid #ffffff;
}
.brand-list .block .block-inner::after {
    content: "";
    width: 18px;
    height: 11px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    transition: .2s;
    transform-origin: center center;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="18" height="11" viewBox="0 0 18 11"><path fill="rgb(26, 26, 26)" d="M12.721,-0.000 L12.000,0.692 L16.127,4.993 L-0.000,4.993 L-0.000,5.992 L16.140,5.992 L12.000,10.307 L12.721,11.000 L18.000,5.500 L12.721,-0.000 Z"/></svg>') center center no-repeat;
    background-size: 18px auto;
}
.brand-list .block .thumb-wrap {
    position: relative;
    margin-bottom: 20px;
}
.brand-list .block .thumb-wrap .en-ttl {
    font-size: 1.4rem;
    line-height: 1.5;
    writing-mode: vertical-rl;
    position: absolute;
    left: -35px;
    top: 0;
}
.brand-list .block .thumb::after {
    padding-top: 118.3333%;
}
.brand-list .block .brand-logo {
    max-width: 190px;
    margin: 0 auto;
}

/* sec-item  ---------------------------------------- */
.sec-item {
    padding: 100px 0 20px;
}
.item-nav {
    display: flex;
    justify-content: flex-end;
    padding: 60px 0 20px;
}
.item-nav li {
    font-size: 1.4rem;
    font-weight: 500;
    margin-left: 30px;
}
.item-list {
    position: relative;
    padding: 70px 0 0;
}
.item-list .en-ttl {
    width: 32%;
    border-top: 1px solid #babdbe;
    font-size: 1.4rem;
    position: absolute;
    right: 0;
    top: 60px;
    padding-top: 12px;
}
.item-list .block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.item-list .block .thumb {
    width: 60%;
}
.item-list .block .thumb::after {
    padding-top: 66.6666%;
}
.item-list .block-inner {
    width: 32%;
    padding: 72px 0;
}
.item-list .block .ttl {
    font-size: 3.2rem;
}
.item-list .block .item-info {
    font-size: 1.4rem;
    margin-top: 6px;
}
.item-list .block .txt {
    margin-top: 16px;
}


/*/////////////////////////////////////////////////////////////////////////////


              // BUSINESS //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* page-lead  ---------------------------------------- */
.page-lead {
    padding: 110px 0;
    text-align: center;
}
.page-lead .ttl {
    font-size: 3.4rem;
}
.page-lead .txt {
    margin-top: 30px;
}
.page-lead .note {
    margin-top: 1.75rem;
}
.page-lead-list {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1046px;
    margin: 55px auto 30px;
    border: 1px solid #babdbe;
}
.page-lead-list li {
    width: 32%;
    font-size: 2.2rem;
    line-height: 1.6;
    box-sizing: border-box;
    padding: 70px 10px;
    position: relative;
}
.page-lead-list li::after {
    content: "";
    width: 1px;
    height: 60px;
    background: #babdbe;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.page-lead-list li:last-child::after {
    display: none;
}
.page-lead .txt-logo {
    margin-top: 26px;
}
.page-lead .txt-logo .en-ttl {
    font-size: 8.8rem;
    letter-spacing: 0.02em;
    line-height: 1;
}

/* sec-b-feature  ---------------------------------------- */
.sec-b-feature {
    padding-bottom: 130px;
}
.sec-b-feature-col2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sec-b-feature-fig {
    width: 44%;
}
.sec-b-feature-fig .thumb::after {
    padding-top: 145%;
}
.sec-b-feature-cont {
    width: 36%;
}
.b-feature-list .block {
    margin-top: 70px;
}
.b-feature-list .block .en-ttl {
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.b-feature-list .block .en-ttl span {
    display: inline-block;
    position: relative;
    padding-right: 155px;
}
.b-feature-list .block .en-ttl span::after {
    content: "";
    width: 120px;
    height: 1px;
    background: #babdbe;
    position: absolute;
    right: 0;
    top: 50%;
}
.b-feature-list .block .ttl {
    font-size: 2.8rem;
    margin-bottom: 16px;
}

/* sec-clients  ---------------------------------------- */
.sec-clients {
    padding-bottom: 100px;
}
.clients-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #babdbe;
    border-right: 1px solid #babdbe;
    margin: 55px 0 8px;
}
.clients-list li {
    width: 25%;
    border-top: 1px solid #babdbe;
    border-left: 1px solid #babdbe;
    box-sizing: border-box;
}
.note {
    font-size: 1.4rem;
}

/* sec-pagelist  ---------------------------------------- */
.sec-pagelist {
    padding: 100px 0 0;
}
.sec-pagelist .pagelist {
    padding-left: 6.6334%;
}
.pagelist .block {
    padding-bottom: 20px;
}
.pagelist .block a {
    display: block;
    position: relative;
    padding: 0 8.8809%;
}
.pagelist .block a .thumb {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.pagelist .block a .thumb::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(42,44,46,0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.pagelist .block a .block-inner {
    color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 104px 0;
}

/*/////////////////////////////////////////////////////////////////////////////


              // PRODUCE //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* sec-feature  ---------------------------------------- */
.sec-feature {
    padding-bottom: 70px;
}
.feature-list {
    padding: 70px 0 0 6.6334%;
}
.feature-list .block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}
.feature-list .block .thumb-wrap {
    width: 47.9573%;
    position: relative;
}
.feature-list .block .thumb::after {
    padding-top: 66.6666%;
}
.feature-list .block .thumb-wrap .en-ttl {
    font-size: 1.4rem;
    line-height: 1.5;
    writing-mode: vertical-rl;
    position: absolute;
    right: -32px;
    top: 0;
}
.feature-list .block-inner {
    width: 38.7211%;
    position: relative;
    padding: 30px 0 0;
}
.feature-list .block-inner::before {
    content: "";
    width: 120px;
    height: 1px;
    background: #babdbe;
    position: absolute;
    left: 0;
    top: 0;
}
.feature-list .block .subttl {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 26px;
}
.feature-list .block .ttl {
    font-size: 2.6rem;
    margin-bottom: 20px;
}

/* sec-industries  ---------------------------------------- */
.sec-industries {
    padding-bottom: 90px;
}
.industries-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 80px 0 0 1.6583%;
}
.industries-list .block {
    width: 31.3659%;
    margin-bottom: 32px;
}
.industries-list .block .thumb::after {
    padding-top: 66.6666%;
}
.industries-list .block .ttl {
    font-size: 1.8rem;
    margin: 12px 0 0;
}
.industries-list .block .ttl span {
    font-size: 1.4rem;
}

/* sec-results  ---------------------------------------- */
.sec-results {
    padding: 120px 0;
}
.sec-results-inner {
    padding: 60px 0 0 6.6334%;
}
.sec-results-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #babdbe;
    padding: 60px 0 50px;
}
.sec-results-head .ttl {
    font-size: 3.2rem;
}
.sec-results-head .results-info {
    width: 33.3037%;
    padding: 10px 0 10px 4.4404%;
    border-left: 1px solid #babdbe;
    box-sizing: border-box;
}
.sec-results-col2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.results-before {
    width: 33.7477%;
}
.results-before .thumb::after {
    padding-top: 75%;
}
.results-before .en-ttl {
    margin-top: 4px;
}
.results-cont {
    width: 60.9236%;
}
.results-cont-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid #babdbe;
    padding: 32px 40px;
    margin-bottom: 16px;
}
.results-cont-box._bg {
    background: #ffffff;
}
.results-cont-box .ttl {
    width: 60px;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 8px 0;
}
.results-cont-box ul {
    width: calc(100% - 70px);
    box-sizing: border-box;
    padding: 0 0 0 30px;
    border-left: 1px solid #babdbe;
}
.sec-results-main {
    background: #ffffff;
    padding: 60px;
    margin-top: 45px;
}
.sec-results-main-ttl {
    text-align: center;
    border-bottom: 1px solid #babdbe;
    border-top: 1px solid #babdbe;
    padding: 30px 0;
    margin-bottom: 16px;
}
.sec-results-main-ttl .ttl {
    font-size: 2.4rem;
}
.sec-results-main-ttl .subttl {
    font-size: 2.4rem;
    line-height: 1.5;
}
.sec-results-main-ttl .subttl span {
    font-size: 5.2rem;
}
.sec-results-main-ttl .txt {
    font-size: 1.8rem;
}
.results-after ul {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
}
.results-after li {
    width: 48.5089%;
}
.results-after li.thumb::after {
    padding-top: 75%;
}

/* sec-flow  ---------------------------------------- */
.sec-flow {
    padding: 120px 0 130px;
    overflow: hidden;
}
.sec-flow-inner {
    padding: 60px 0 0 9.5168%;
}
.flow-slider .slick-list {
    overflow: visible !important;
}
.flow-slider .slick-track {
    display: flex;
}
.flow-slider .slick-slide {
    height: auto !important;
}
.flow-block {
    width: 29.2825vw;
    padding-right: 3.6603vw;
    position: relative;
}
.flow-block .thumb::after {
    padding-top: 75%;
}
.flow-block-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 22px;
}
.flow-block .numb {
    width: 45px;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
}
.flow-block dl {
    width: calc(100% - 45px);
}
.flow-block dt {
    font-size: 2.0rem;
    margin-bottom: 4px;
}

/* sec-faq  ---------------------------------------- */
.sec-faq {
    padding: 120px 0;
}
.sec-faq-col2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 0 0 1.6583%;
}
.sec-faq-side {
    width: 31%;
    padding: 16px 0 0;
}
.sec-faq-side .ttl {
    font-size: 2.8rem;
}
.sec-faq-cont {
    width: 65.7672%;
}
.faq-list .block {
    border-bottom: 1px solid #babdbe;
    margin-bottom: 8px;
}
.faq-list .question {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    padding: 24px 65px 24px 0;
    cursor: pointer;
}
.faq-list .question .en {
    width: 70px;
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 400;
    padding: 0 16px;
    box-sizing: border-box;
}
.faq-list .question .ttl {
    width: calc(100% - 70px);
    font-size: 1.8rem;
    padding-top: 2px;
}
.faq-list .question .plus {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.faq-list .question .plus::before,
.faq-list .question .plus::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #1a1a1a;
    position: absolute;
    left: 0;
    top: 50%;
}
.faq-list .question .plus::after {
    transform: rotate(90deg);
    transition: .2s;
}
.faq-list .question.ac .plus::after {
    transform: rotate(0);
}
.faq-list .answer-wrap {
    display: none;
}
.faq-list .answer {
    padding: 4px 0 40px 70px;
}

/* subpage-link  ---------------------------------------- */
.subpage-link {
}
.subpage-link-inner {
    padding: 0 0 0 6.6334%;
}
.subpagelist {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 32px;
}
.subpagelist .block {
    width: 28.4191%;
}
.subpagelist .block a {
    display: block;
    position: relative;
    padding-top: 30px;
}
.subpagelist .block a::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #babdbe;
    position: absolute;
    left: 0;
    top: 0;
}
.subpagelist .block .thumb-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
}
.subpagelist .block .thumb {
    width: 56.25%;
}
.subpagelist .block .thumb::after {
    padding-top: 125%;
}
.subpagelist .block .thumb-wrap .en-ttl {
    width: 42%;
    font-size: 1.2rem;
    line-height: 1.1;
    text-align: right;
}
.subpagelist .block .ttl {
    font-size: 2.0rem;
    position: relative;
}
.subpagelist .block .ttl::after {
    content: "";
    width: 18px;
    height: 11px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s;
    transform-origin: center center;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="18" height="11" viewBox="0 0 18 11"><path fill="rgb(26, 26, 26)" d="M12.721,-0.000 L12.000,0.692 L16.127,4.993 L-0.000,4.993 L-0.000,5.992 L16.140,5.992 L12.000,10.307 L12.721,11.000 L18.000,5.500 L12.721,-0.000 Z"/></svg>') center center no-repeat;
    background-size: 100% auto;
}



/*/////////////////////////////////////////////////////////////////////////////


              // LEASE //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* sec-scene  ---------------------------------------- */
.sec-scene {
    padding: 0 0 100px;
}
.sec-scene-inner {
    padding: 60px 0 0 6.6334%;
}
.sec-scene-col2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid #babdbe;
    padding: 80px 0;
}
.sec-scene-ttl {
    width: 13.3214%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: sticky;
    left: 0;
    top: 100px;
}
.sec-scene-ttl::after {
    content: "";
    width: 1px;
    height: 60px;
    background: #babdbe;
    position: absolute;
    right: 0;
    top: 0;
}
.sec-scene-ttl .en-ttl {
    width: 26.5%;
}
.sec-scene-ttl .ttl {
    width: 73.5%;
    font-size: 3.2rem;
    writing-mode: vertical-lr;
}
.sec-scene-cont {
    width: 79.9289%;
}
.sec-scene-cont .ttl {
    font-size: 2.6rem;
    margin-bottom: 55px;
}
.scene-point {
    position: relative;
    margin-bottom: 45px;
}
.scene-point .en-ttl {
    display: inline-block;
    background: #ffffff;
    padding: 0 15px;
    position: absolute;
    left: 40px;
    top: -8px;
    line-height: 1;
}
.scene-point ul {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #babdbe;
    padding: 40px 20px;
}
.scene-point ul li {
    width: 33.3333%;
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: center;
    position: relative;
}
.scene-point ul li::after {
    content: "";
    width: 1px;
    height: 40px;
    background: #babdbe;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.scene-point ul li:last-child::after {
    display: none;
}
.scene-fig {
    display: flex;
    justify-content: space-between;
}
.scene-fig li {
    width: 48.8888%;
}
.scene-fig li.thumb::after {
    padding-top: 75%;
}
.sec-scene-btm {
    padding: 30px 0 0 1.6583%;
}
.sec-scene-btm .lead {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 30px;
}
.scene-col4 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.scene-col4 .block {
    width: 23.6087%;
}
.scene-col4 .block .thumb::after {
    padding-top: 66.6666%;
}
.scene-col4 .block .ttl {
    font-size: 1.8rem;
    margin: 12px 0 0;
}

/* sec-merit  ---------------------------------------- */
.sec-merit {
    padding: 100px 0;
}
.sec-merit-col2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 0 0 1.6583%;
}
.sec-merit-side {
    width: 26%;
    padding: 16px 0 0;
}
.sec-merit-side .ttl {
    font-size: 2.8rem;
}
.sec-merit-cont {
    width: 73.3558%;
}
.merit-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.merit-list .block {
    width: 48.2758%;
    background: #ffffff;
    padding: 36px 40px 36px 45px;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
}
.merit-list .block::before {
    content: "";
    width: 20px;
    height: 20px;
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    position: absolute;
    left: 15px;
    top: 15px;
}
.merit-list .block .ttl {
    font-size: 1.8rem;
}
.merit-list .txt-block {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 20px;
}

/* sec-box  ---------------------------------------- */
.note-box-wrap {
    padding: 70px 6.4724% 0 0;
}
.note-box {
    display: flex;
    justify-content: space-between;
    border: 1px solid #babdbe;
    padding: 50px;
}
.note-box .ttl {
    font-size: 2.0rem;
    width: 120px;
}
.note-box-inner {
    width: calc(100% - 140px);
    padding: 0 0 0 5.1903%;
    border-left: 1px solid #dcdede;
    box-sizing: border-box;
}


/*/////////////////////////////////////////////////////////////////////////////


              // SHOP //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* sec-shop  ---------------------------------------- */
.sec-shop {
    margin: 120px 0 0;
}
.sec-shop-fig .thumb::after {
    padding-top: 50%;
}
.sec-shop-col2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 64px 0 0 6.6334%;
}
.sec-shop-side {
    width: 40%;
    position: sticky;
    left: 0;
    top: 110px;
    padding-bottom: 80px;
}
.sec-shop-cont {
    width: 58.6145%;
    padding: 44px 0 0;
}
.sec-shop-cont .txt {
    margin-bottom: 40px;
}
.sec-shop-cont .map {
    margin: 60px 0 0;
}
.sec-shop-cont .map .thumb::after {
    padding-top: 56.25%;
}
.sec-shop-cont .map .btn {
    margin-top: 16px;
}
.sec-shop-gallery {
    padding: 55px 0 20px 1.5552%;
}
.sec-shop-gallery .en-ttl {
    font-size: 1.4rem;
    margin-bottom: 12px;
}
.sec-shop-gallery .thumb {
    width: 32.2108vw;
    margin-right: 1.4641vw;
}
.sec-shop-gallery .thumb::after {
    padding-top: 75%;
}


/*/////////////////////////////////////////////////////////////////////////////


              // NEWS //
	  

/////////////////////////////////////////////////////////////////////////////*/
.sec-news-col2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sec-news-side {
    width: 15.5709%;
    border-top: 1px solid #babdbe;
    padding: 30px 0 0;
}
.sec-news-side .en-ttl {
    font-size: 1.4rem;
}
.cate-list {
    padding: 20px 0 30px;
}
.cate-list li {
    margin: 12px 0;
}
.cate-list li a {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
}
.archive-nav select {
    width: 100%;
    font-size: 1.4rem;
    padding: 0 15px;
    margin: 5px 0;
}
.sec-news-main {
    width: 77.8546%;
    border-top: 1px solid #babdbe;
    padding: 0 0 0;
}

/*/////////////////////////////////////////////////////////////////////////////


              // NEWS DETAIL //
	  

/////////////////////////////////////////////////////////////////////////////*/
.sec-news-detail {
    border-top: 1px solid #babdbe;
    padding: 100px 0 160px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

/* entry  ---------------------------------------- */
.entry {
    width: 780px;
	word-wrap: break-word;
}
.entry p.is-space-only {
    margin: 0 !important;
    line-height: 1.5;
}
.entry-thumb {
    margin-bottom: 40px;
}
.entry a {
	text-decoration: underline;
}
.entry img {
	width: auto;
	height: auto;
	vertical-align: middle;
}
.entry strong { font-weight: 700; }
.entry em { font-style: italic; }
.entry blockquote {
    background: #f5f5f5;
	padding: 30px 40px;
	margin: 2em 0;
}
.entry blockquote h2:first-child,
.entry blockquote h3:first-child,
.entry blockquote h4:first-child,
.entry blockquote h5:first-child {
	margin-top: 5px;
}
.entry blockquote h2:first-child {
    margin-bottom: 0.2em;
}
.entry ul,
.entry ol {
    margin: 0.5em 0 1em;
}
.entry ul li {
    position: relative;
    padding-left: 1.2em;
}
.entry ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #8e9294;
    position: absolute;
    left: 0;
    top: 14px;
    border-radius: 50%;
}
.entry ol {
	list-style-type: decimal;
	list-style-position: inside;
}
.entry ol li {
	text-indent: -1em;
	padding-left: 1em;
}
.entry p {
    display: block;
    margin: 0.5em 0;
}
.entry p + p {
    margin: 1em 0 0.5em;
}
.entry h2,
.entry h3,
.entry h4 {
    font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-style: normal;
    line-height: 1.6;
}
.entry h2 {
	font-size: 3.2rem;
    margin: 0.85em 0 1em;
}
.entry h3 {
	font-size: 2.4rem;
	margin: 1.5em 0 0.6em;
    padding-bottom: 15px;
    padding-left: 20px;
    position: relative;
    border-bottom: 1px solid rgba(83,89,93,0.30);
}
.entry h3::before {
    content: "";
    width: 4px;
    height: calc(100% - 30px);
    background: #8e9294;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: calc(infinity * 1px);
}
.entry h4 {
	font-size: 2.2rem;
    margin: 1em 0 0.5em;
}
.entry h5 {
	font-size: 2.0rem;
    font-weight: 700;
    margin: 1em 0 0;
}
.entry h2:first-child,
.entry h3:first-child,
.entry h4:first-child,
.entry h5:first-child {
    margin-top: 0;
}

.entry .aligncenter {
    display: block;
    margin: 0 auto;
}
.entry .alignright { float: right; }
.entry .alignleft { float: left; }
.entry img {
    height: auto;
	width: inherit;
    max-width: 100%;
}
.gallery-item img {
    border: none !important;
    box-sizing: border-box;
    padding: 0 3%;
}
.entry .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.entry iframe {
	max-width: 100%;
}

/* sns-link
-------------------------------------------------- */
.sns-share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 80px;
}
.sns-share .en-ttl {
    position: relative;
    padding-right: 100px;
    margin-right: 20px;
}
.sns-share .en-ttl::after {
    content: "";
    width: 80px;
    height: 1px;
    background: #999999;
    position: absolute;
    right: 0;
    top: 50%;
}
.sns-share ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sns-share li {
    padding: 4px 12px;
}
.sns-share li a {
    display: block;
    width: 26px;
	height: 26px;
}
.sns-share li a svg {
	display: block;
	width: auto;
	height: 100%;
}



/*/////////////////////////////////////////////////////////////////////////////


              // CONTACT //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* sec-contact-col2  ---------------------------------------- */
.sec-contact-col2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* sec-contact-side  ---------------------------------------- */
.sec-contact-side {
    width: 30%;
    position: relative;
    padding: 20px 0 0;
}
.sec-contact-side::before {
    content: "";
    width: 100%;
    max-width: 180px;
    height: 1px;
    background: #babdbe;
    position: absolute;
    left: 0;
    top: 0;
}
.sec-contact-main {
    width: 62.2837%;
    padding: 20px 0;
    position: relative;
}
.sec-contact-main::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #babdbe;
    position: absolute;
    left: 0;
    top: 0;
}
.sec-contact-side .en-ttl,
.sec-contact-main .en-ttl {
    margin-bottom: 30px;
}

/* contact-tel-block  ---------------------------------------- */
.contact-tel-block .tel {
    display: block;
    font-size: 3.2rem;
    line-height: 1.6;
    margin: 0 0 16px;
}
.contact-tel-block-info p {
    font-size: 1.4rem;
    line-height: 1.9;
    margin-bottom: 8px;
}

/* contact-block  ---------------------------------------- */
.contact-block-txt {
	margin-bottom: 25px;
    font-size: 1.4rem;
}
.contact-block dl {
	padding: 10px 0;
	position: relative;
}
.contact-block dl dt {
    font-size: 1.5rem;
    line-height: 1.9;
}
.contact-block dl dd {
    font-size: 1.6rem;
}
.red {
	color: #cb1212;
}

/* input  ---------------------------------------- */
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	background: #ffffff;
    border: 1px solid #babdbe;
	padding: 20px 20px;
	width: 100%;
	line-height: 1;
	margin: 7px 0;
	height: 55px;
	vertical-align: central;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
    font-weight: 400;
    border-radius: 0;
}
input[type="text"].w240 {
	width: 240px;
}
input[type="number"].w200 {
	width: 200px;
}
select {
	box-sizing: border-box;
	position: relative;
	margin: 7px 0;
	width: 480px;
	height: 55px;
	background: #ffffff url(../images/select.gif) right center no-repeat;
    background-size: auto 100%;
    border: 1px solid #babdbe;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-overflow: "";
	padding: 0 20px;
	cursor: pointer;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
    font-weight: 400;
    color: #1a1a1a;
}
select.w200 {
	width: 200px;
}
select.w140 {
	width: 140px;
}
textarea {
	box-sizing: border-box;
	width: 100%;
	height: 280px;
	padding: 25px 20px;
	-moz-appearance: none;
	-webkit-appearance: none;
	line-height: 1.5;
	background: #ffffff;
    border: 1px solid #babdbe;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
    font-weight: 400;
	margin: 7px 0;
    border-radius: 0;
}
::placeholder {
  color: #a6a6a6;
}

/* radio, checkbox  ---------------------------------------- */
.radio_text,
.checkbox_text {
	padding: 10px 0;
	font-size: 1.6rem;
}
.wpcf7-radio,
.wpcf7-checkbox {
}
.radio_text span.wpcf7-list-item,
.checkbox_text span.wpcf7-list-item {
	display: block;
	margin: 0;
	width: 100%;
}
.radio_text .wpcf7-list-item-label,
.checkbox_text .wpcf7-list-item-label {
	cursor: pointer;
	position: relative;
	margin: 0;
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 5px 0 5px 35px;
}
.radio_text .wpcf7-list-item-label::before,
.checkbox_text .wpcf7-list-item-label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	background-color: #f5f5f5;
}
.radio_text .wpcf7-list-item-label::before,
.checkbox_text .wpcf7-list-item-label::before{
	width: 26px;
	height: 26px;
	border-radius : 50%;
	margin-top: -13px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
.radio_text .wpcf7-list-item-label::after,
.checkbox_text .wpcf7-list-item-label::after {
	content: '';
	position: absolute;
	top: 50%;
	z-index : 3;
	opacity: 0;
}
.radio_text .wpcf7-list-item-label::after,
.checkbox_text .wpcf7-list-item-label::after{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	left: 6px;
	margin-top: -7px;
	background-color: #292b2e;
}
.radio_text label input[type="radio"],
.checkbox_text label input[type="checkbox"] {
	display: none;
}
.radio_text label input[type="radio"]:checked + .wpcf7-list-item-label::before,
.checkbox_text label input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
	background-color: #FFFFFF;
}
.radio_text label input[type="radio"]:checked + .wpcf7-list-item-label::after,
.checkbox_text label input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

/* form-btn  ---------------------------------------- */
.form-btn {
	padding-top: 30px;
	position: relative;
	box-sizing: border-box;
    font-size: 1.6rem;
}
.form-btn .txt {
    margin-bottom: 20px;
}
.form-btn ul {
	display: flex;
	justify-content: flex-start;
    padding-top: 30px;
}
.form-btn ul li {
	margin: 0 5px;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button[type="submit"] {	
    display: block;
	width: 420px;
	height: 70px;
	padding: 0;
	margin: 0 0 10px;
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: #FFFFFF;
	cursor: pointer;
    background: #1a1a1a;
	font-family: "Shippori Mincho", serif;
	transition: all .2s;
	font-size: 1.6rem;
    font-weight: 500;
	border-radius: 0;
}
input[type="button"] {
	opacity: 0.4;
     background: #4aa2df;
}
input[type="submit"][disabled] {
	background: #999999;
	cursor: not-allowed;
}
button[type="submit"] {
    margin: 30px auto;
}
@media screen and (min-width: 768px) {
	input[type="submit"]:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover {
		opacity: 0.7;
	}
	input[type="submit"][disabled]:hover {
		opacity: 1;
	}
}

/* form-btm-txt  ---------------------------------------- */
.form-btm-txt {
	display: flex;
	justify-content: center;
	font-size: 1.3rem;
	line-height: 1.75;
	margin-top: 50px;
}

/* wpcf7-response-output  ---------------------------------------- */
.wpcf7 form .wpcf7-response-output {
	text-align: center;
	margin: 0 0 2em;
	padding: 0.5em 1em;
	line-height: 1.5;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
	color: #dc3232;
    background-color: #fcf7f7;
	border-color: #dc3232 !important;
}
.wpcf7 .wpcf7-not-valid-tip {
    font-size: 0.8235em !important;
    font-weight: 500 !important;
}

/* complete-display  ---------------------------------------- */
.complete-display {
    border: 1px solid #999999;
    text-align: center;
    padding: 55px 20px;
    margin-top: -30px;
}
.complete_ttl {
	font-size: 3.4rem;
    font-weight: 700;
	padding-bottom: 4px;
}
.complete-display .btn {
	margin-top: 30px;
}
