  @charset "utf-8";

/* ©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤ *
 *                                              *
 * ¥¿¥¤¥È¥ë                                     *
 *                                              *
 * ©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤ */

#project-title {
    color: #fff;
    width: 100%;
    height: 675px;
    padding-bottom: 10.0rem;
    box-sizing: border-box;
}
.project-jdscom #project-title {
    background: url("/saiyou/image/project/jdscom/mainvisual.jpg") no-repeat center center / cover;
}
.project-mexico #project-title {
    background: url("/saiyou/image/project/mexico/mainvisual.jpg") no-repeat center center / cover;
}
.project-7cc #project-title {
    background: url("/saiyou/image/project/7cc/mainvisual.jpg") no-repeat center center / cover;
}
#project-title .inner {
    width: 100%;
    padding-left: 7.067137809187279%;
    height: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#project-title .inner p.en {
    font-family: "Manrope", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    margin-bottom: 3.0rem;
}
#project-title .inner h1 {
    font-size: 4.4rem;
    line-height: 1.431818181818182;
    font-weight: 300;
}
/* ¥³¥ó¥Æ¥ó¥Ä–˜ */
.contents {
    background: #ebecef;
    width: 100%;
}
.contents.first {
    padding-bottom: 8.0rem;
}
.contents.interview {
    background: #fff;
    padding: 11.0rem 0 16.0rem;
}

/* ©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤ *
 *                                              *
 * Ëû¤Î¥×¥í¥¸¥§¥¯¥È                             *
 *                                              *
 * ©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤ */

.contents #next-contents {
    background: rgb(91,52,66);
    background: -moz-linear-gradient(-225deg, rgba(91,52,66,1) 0%, rgba(43,66,101,1) 100%);
    background: -webkit-linear-gradient(-225deg, rgba(91,52,66,1) 0%, rgba(43,66,101,1) 100%);
    background: linear-gradient(-225deg, rgba(91,52,66,1) 0%, rgba(43,66,101,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b3442",endColorstr="#2b4265",GradientType=1);
    padding: 11.0rem 0;
    position: relative;
}
.contents #next-contents .inner {
    width: 95.96412556053812%;
    max-width: 107.0rem;
    margin: 0 auto;
}
.contents #next-contents .inner h2 {
    font-family: "Manrope", sans-serif;
    font-size: 5.6rem;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.1);
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 auto 5.0rem;
}
.contents #next-contents .inner #next-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contents #next-contents .inner #next-list .list {
    background: #fff;
    width: 48.5981308411215%;
}
.contents #next-contents .inner #next-list .list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contents #next-contents .inner #next-list .list p.image {
    width: 50%;
    overflow: hidden;
}
.contents #next-contents .inner #next-list .list p.image img {
    transform: scale(1);
    opacity: 1;
    transition: opacity .5s, transform .5s;
}
.contents #next-contents .inner #next-list .list a:hover p.image img {
    transform: scale(1.1);
    opacity: 0.8;
}
.contents #next-contents .inner #next-list .list p.cname {
    font-size: 1.6rem;
    line-height: 1.5625;
    width: 50%;
    padding: 0 2.0rem;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: opacity .5s;
}
.contents #next-contents .inner #next-list .list a:hover p.cname {
    opacity: 0.8;
}
.contents #next-contents .inner #next-list .list p.cname::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #006de1;
    position: absolute;
    right: 2.0rem;
    top: 50%;
    transform: translateY(-50%);
}
.contents #next-contents .inner #next-list .list p.cname span.en {
    font-family: "Manrope", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    display: block;
    margin-bottom: 1.0rem;
}

/* ©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤ *
 *                                              *
 * ¥¤¥ó¥È¥í¥À¥¯¥·¥ç¥ó                           *
 *                                              *
 * ©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤ */

.contents #introduction {
    background: #fff;
    width: 108.0rem;
    padding: 7.0rem 12.0rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    top: -10.0rem;
    box-sizing: border-box;
}
.contents #introduction::after {
    content: "";
    background: url("/saiyou/image/project/bg-introduction.png") no-repeat right top / cover;
    width: 74.0rem;
    height: 8.2rem;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    
}
.contents #introduction dl dt {
    font-size: 2.8rem;
    line-height: 1.607142857142857;
    font-weight: 500;
    text-align: center;
    margin-bottom: 4.0rem;
}
.contents #introduction dl dd {
    font-size: 1.4rem;
    line-height: 1.785714285714286;
    font-weight: 500;
    text-align: justify;
}

/* ©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤ *
 *                                              *
 * ¥×¥í¥¸¥§¥¯¥È¥á¥ó¥Ð©`                         *
 *                                              *
 * ©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤ */

.contents #member {
    width: 108.0rem;
    margin: 0 auto;
}
.contents #member h2 {
    font-family: "Manrope", sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 auto 4.0rem;
}
.contents #member .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.contents #member .flex .item {
    width: 19.0rem;
    margin: 0 1.5rem;
}
.contents #member .flex .item p.image {
    margin-bottom: 1.5rem;
    position: relative;
}
.contents #member .flex .item p.image span.position {
    font-size: 1.7rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0.65rem;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
}
.contents #member .flex .item.officework p.image span.position {
    background: rgba(240, 40, 50, 0.9);
}
.contents #member .flex .item.technology p.image span.position {
    background: rgba(0, 110, 225, 0.9);
}
.contents #member .flex .item dl dt {
    font-size: 1.8rem;
    margin-bottom: 1.0rem;
}
.contents #member .flex .item dl dt span.join {
    font-size: 1.1rem;
    margin-left: 1.0rem;
}
.contents #member .flex .item dl dd {
    font-size: 1.4rem;
    line-height: 1.571428571428571;
    font-feature-settings: "palt" 1;
    letter-spacing: -0.02em;
    margin-bottom: 0.8rem;
}
.contents #member .flex .item dl dd:last-of-type {
    margin-bottom: 0;
}

/* ©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤ *
 *                                              *
 * ¥»¥¯¥·¥ç¥óÒŠ³ö¤·                             *
 *                                              *
 * ©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤ */

.contents .section-title {
    background : -moz-linear-gradient(20.45% -112.31% -45deg,rgba(240, 40, 50, 1) 0%,rgba(0, 110, 225, 1) 99.96%);
    background : -webkit-linear-gradient(-45deg, rgba(240, 40, 50, 1) 0%, rgba(0, 110, 225, 1) 99.96%);
    background : -webkit-gradient(linear,20.45% -112.31% ,79.55% 212.31% ,color-stop(0,rgba(240, 40, 50, 1) ),color-stop(0.9996,rgba(0, 110, 225, 1) ));
    background : -o-linear-gradient(-45deg, rgba(240, 40, 50, 1) 0%, rgba(0, 110, 225, 1) 99.96%);
    background : -ms-linear-gradient(-45deg, rgba(240, 40, 50, 1) 0%, rgba(0, 110, 225, 1) 99.96%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F02832', endColorstr='#006EE1' ,GradientType=0)";
    background : linear-gradient(135deg, rgba(240, 40, 50, 1) 0%, rgba(0, 110, 225, 1) 99.96%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F02832',endColorstr='#006EE1' , GradientType=1);
    width: 108.0rem;
    padding: 2px;
    margin: 0 auto 10.0rem;
    box-sizing: border-box;
    position: relative;
}
.contents .section-title::before {
    content: "";
    background: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    bottom: -1.2rem;
    transform: translateX(-50%);
}
.contents .section-title::after {
    content: "";
    background : -moz-linear-gradient(-787.5% 24.23% -45deg,rgba(240, 40, 50, 1) 0%,rgba(0, 110, 225, 1) 99.96%);
    background : -webkit-linear-gradient(-45deg, rgba(240, 40, 50, 1) 0%, rgba(0, 110, 225, 1) 99.96%);
    background : -webkit-gradient(linear,-787.5% 24.23% ,887.5% 75.77% ,color-stop(0,rgba(240, 40, 50, 1) ),color-stop(0.9996,rgba(0, 110, 225, 1) ));
    background : -o-linear-gradient(-45deg, rgba(240, 40, 50, 1) 0%, rgba(0, 110, 225, 1) 99.96%);
    background : -ms-linear-gradient(-45deg, rgba(240, 40, 50, 1) 0%, rgba(0, 110, 225, 1) 99.96%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F02832', endColorstr='#006EE1' ,GradientType=0)";
    background : linear-gradient(135deg, rgba(240, 40, 50, 1) 0%, rgba(0, 110, 225, 1) 99.96%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F02832',endColorstr='#006EE1' , GradientType=1);
    width: 2px;
    height: 65px;
    position: absolute;
    left: 50%;
    bottom: -4.5rem;
    z-index: 1;
    transform: translateX(-50%);
}
.contents .section-title .inner {
    background: #fff;
    text-align: center;
    padding: 4.0rem 4.0rem 7.0rem;
}
.contents .section-title .inner p.en {
    font-family: "Manrope", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #868790;
    margin: 0 auto 2.5rem;
}
.contents .section-title .inner h2 {
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: 700;
    color: #363746;
}

.contents.interview .body {
    width: 100%;
    max-width: 141.5rem;
    margin: 0 auto 12.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    box-sizing: border-box;
}
.contents.interview .body.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.contents.interview .body.center {
    display: block;
}
.contents.interview .body p.image {
    width: 58.0rem;
}
.contents.interview .body.forward p.image {
    margin-left: 8.0rem;
}
.contents.interview .body.reverse p.image {
    margin-right: 8.0rem;
}
.contents.interview .body .txt {
    width: 59.0rem;
}
.contents.interview .body.center .txt {
    width: 84.0rem;
    margin: 0 auto;
}
.contents.interview .body .txt dl {
    font-size: 1.6rem;
    line-height: 1.875;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contents.interview .body .txt dl dt {
    font-weight: 700;
    width: 8.0rem;
    margin-bottom: 3.0rem;
}
.contents.interview .body .txt dl dt:last-of-type {
    margin-bottom: 0;
}
.contents.interview .body .txt dl dd {
    text-align: justify;
    width: calc(100% - 8.0rem);
    margin-bottom: 3.0rem;
}
.contents.interview .body .txt dl dd:last-of-type {
    margin-bottom: 0;
}
.contents.interview p.image-large {
    width: 108.0rem;
    margin: 0 auto;
}
