@charset "utf-8";

.titH2 {
    font-size: min(4vw, 9rem);
    font-weight: bold;
}

.titH2::before {
    content: '';
    width: 45px;
    height: 18px;
    background: url(../img/common/ic_h2.svg) no-repeat top left / 100% 100%;
    display: block;
    margin-bottom: min(3rem, 5rem);
}

@media (max-width: 768px) {
    .titH2 {        
        font-size: min(8vw, 9rem);
        text-align: center;
    }

    .titH2::before {
        margin: 0 auto min(5vw, 5rem);
        width: 30px;
        height: 12px;
    }
}


/* mv */
.mv ul li {
    width: calc(50% - 2px);
    position: relative;
    overflow: hidden;
}

.mv ul li figure {
    overflow: hidden;
}

.mv ul li img {
    width: 100%;
    transform: scale(1.1); 
    transition: 1s; 
    transform-origin: left;
}

.mv.is-view ul li img {
    transform: scale(1);
}

.mv ul li .txt {
    color: #fff;
    position: absolute;
    bottom: 7%;
    left: 7%;
    text-shadow: 0px 0px 25px rgba(0,0,0,0.75);
    transform: translateX(-150%); 
    transition: 1.2s ease 1s;
}

.mv ul li:last-child .txt {
    transform: translateX(150%); 
}

.mv.is-view ul li .txt {
    transform: translateX(0);
}

.mv ul li .txt .en {
    font-size: min(4.5vw, 10rem);
    line-height: 1.2;
}

.mv ul li .txt .jp {
    font-size: 2rem;
    transition: 0.3s;
}

.mv ul li .txt .jp::after {
    content: '';
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background: url(../img/common/arrow-right-long-white.svg) no-repeat center center / 25px auto;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all 0.2s;
}

.mv ul li:last-child .txt {
    left: auto;
    right: 7rem;
}

.mv a:hover .txt .jp {
    text-underline-offset: 3px;
}

.mv a:hover .txt .jp::after {
    background-color: #fff;
    border-color: #fff;
    background-image: url(../img/common/arrow-right-long.svg) !important;
}

@media (max-width: 768px) {
    .mv ul li {
        width: 100%;
    }

    .mv ul li:not(:last-child) {
        margin: 0 0 4px;
    }

    .mv ul li .txt {
        left: 2rem !important;
        bottom: 2rem !important;
        right: auto !important;
    }

    .mv ul li .txt .en {
        font-size: min(8vw, 10rem);
    }

    .mv ul li .txt .jp {
        font-size: min(4vw, 2rem);
    }

    .mv ul li .txt .jp::after {
        width: 30px;
        height: 30px;
        background-size: 15px auto;
    }

    .mv ul li .txt {
        text-shadow: 0px 0px 25px rgba(0,0,0,1);
    }


}



/* news */
.news {
    padding: 10rem 0;
}

.news .colL {
    width: 160px;
}

.news .colL .c-btn {
    height: 36px;
    margin-top: 3rem;
}

.news .colL h2 {
    font-size: min(2.6rem, 4rem);
    font-weight: bold;
    line-height: 1;
}

.news .colR {
    width: 75%;
}

@media (max-width: 768px) {
    .news {
        padding: 6rem 0;
    }

    .news .colL {
        width: 100%;
        margin-bottom: 4rem;
    }

    .news .colL h2 {
        text-align: center;
    }

    .news .colR {
        width: 100%;
    }

    .news .c-btn {
        margin-top: 3rem;
    }
}

.listNews li {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

.listNews li:first-child {
  padding-top: 0;
}

.listNews .date {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  margin: 0 0 5px;
}

.listNews .ttlNews {
  font-size: 1.8rem;
  line-height: 1.78;
  font-weight: bold;
}

.listNews .txt {
  line-height: 2;
}

.listNews a {
  text-decoration: underline;
  transition: all 0.3s;
}

.listNews a:hover {
  text-decoration: none;
  color: #9e1f00;
}


.listNews a[target="_blank"]::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    background: url(../img/common/ic-external-link.svg) center center / 100% 100%;
    line-height: 1;
}

@media (max-width: 768px) {
    .listNews .ttlNews {
        font-size: min(4.5vw, 1.8rem);
    }

    .listNews .date {
        font-size: min(3.5vw, 1.4rem);
    }

    .listNews .txt {
        line-height: 1.6;
    }
}






/* lab */

.lab {
    padding: 10rem 0;
    background: url(../img/top/lab_bg.jpg) no-repeat center center / cover;
}

.lab .colL {
    width: 25%;

}
.lab .colR {
    width: 75%;
    padding-left: 15%;
}

.lab .runWay {
    margin-top: 4rem;
    background: #eff1ed;
    padding: 5rem;
    width: calc(100vw - 40%);
}

.lab .runWay .txt {
    width: 100%;
    max-width: 760px;
}

.lab .runWay .txt .tit {
    width: calc(100% - 180px);
}

.lab .runWay .txt .tit h3 {
    font-size: 2.8rem;
    font-weight: bold;
}

.lab .runWay .txt .tit p {
    font-size: 1.4rem;
}

.lab .runWay .txt .btnDirect {
    width: 160px;
}

.lab .runWay .c-btn {
    height: 36px;
    background: #eff1ed;
    font-size: 1.4rem;
}

.lab .runWay .txt .btnDirect .nextBack {
    margin-top: 1.5rem;
}

.lab .runWay .txt .btnDirect .nextBack a {
    position: static;    
    text-indent: 0;
    display: flex;
    align-items: center;
    line-height: 1;
    cursor: pointer;
    font-size: 1.4rem;
    width: auto !important;
    height: auto !important;
    transition: 0.3s;
}

.lab .runWay .txt .btnDirect .nextBack a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.lab .runWay .txt .btnDirect .nextBack .btnPrev::before {
    content: '';
    width: 6px;
    height: 12px;
    background: url(../img/top/ic_back.svg) no-repeat top left / 100% 100%;
    margin-right: 5px;
}

.lab .runWay .txt .btnDirect .nextBack .btnNext::after {
    content: '';
    width: 6px;
    height: 12px;
    background: url(../img/top/ic_next.svg) no-repeat top left / 100% 100%;
    margin-left: 5px;
}

.lab .runWay .slider {
    margin-top: 4rem;
}

.lab .runWay .slider .slick-slide {
    margin: 0 20px;
}

.lab .runWay .slider .item {
    width: 360px !important;
}

.lab .runWay .slider .item p {
    position: relative;
    margin-top: 1rem;
    padding-right: 60px;
}

.lab .runWay .slider .item p::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/common/arrow-right-long.svg) no-repeat center center / 20px auto;
    border: 1px solid #000;
    border-radius: 50%;
}

.lab .runWay .slider a figure {
    overflow: hidden;
}

.lab .runWay .slider a img {
    transition: 0.3s;
    height: 240px;
    object-fit: cover;
    object-position: center;
}

.lab .runWay .slider a:hover p::after {
    background-image: url(../img/common/arrow-right-long-white.svg);
    background-color: #000;    
    border-color: #000;
}

.lab .runWay .slider a:hover img {
    transform: scale(1.1);
}

.lab .link {
    margin-top: 8rem;
}

.lab .link a {
    background: #eff1ed;
    align-items: center;
}

.lab .link a .desc {
    padding: 0 4rem;
}

.lab .link a .en {
    margin-top: 2rem;
    font-size: 2.8rem;
    font-weight: 500;
    justify-content: flex-start;
    align-items: center;
    line-height: 1;
}

.lab .link a .jp {
    font-size: 1.4rem;
}

.lab .link a .en::after {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/common/arrow-right-long.svg) no-repeat center center / 20px auto;
    border: 1px solid #000;
    border-radius: 50%;
    margin-left: 3rem;
    transition: 0.3s;
}

.lab .link a figure {
    overflow: hidden;
}

.lab .link a img {
    transition: 0.3s;
}

.lab .link a:hover img {
    transform: scale(1.1);
}

.lab .link a:hover .en::after {
    background-image: url(../img/common/arrow-right-long-white.svg);
    background-color: #000;    
    border-color: #000;
}

@media (max-width: 1200px) {
    .lab .colR {
        padding-left: 0;
    }

    .lab .runWay {
        padding: 2rem;
    }

    .lab .runWay .txt .btnDirect .nextBack {
        margin: 0 0 0;
    }
    
    .lab .runWay .slider .item {
        width: 260px !important;
    }

    .lab .runWay .slider .slick-slide {
        margin: 0 5px;
    }

    .lab .link {
        margin-top: 4rem;
    }

    .lab .link a .desc {
        width: 100%;
        padding: 4rem;
    }

    .lab .runWay .slider .item p {
        padding-right: 30px;
    }

    .lab .runWay .slider .item p::after {
        width: 25px;
        height: 25px;
    }


}


@media (max-width: 768px) {
    .lab {
        padding: 6rem 0;
    }

    .lab .colL {
        width: 100%;
        margin-bottom: 2rem;
    }

    .lab .colR {
        width: 100%;
    }

    .lab .runWay {
        width: 100%;
        margin-top: 4rem;
        padding: 2rem;
    }

    .lab .runWay .txt .tit {
        width: 100%;
        margin-bottom: 2rem;
    }

    .lab .runWay .txt .btnDirect {
        width: 100%;
    }

    .lab .link a .en {
        font-size: min(6vw, 1.8rem);
    }

    .lab .link a .en::after {
        width: 25px;
        height: 25px;
        background-size: 15px auto;
    }

    .lab .runWay .slider {
        margin-top: 2rem;
    }

    .lab .runWay .c-btn {
        margin: 2rem auto 0;
    }

    .lab .runWay .slider .slick-slide {
        margin: 0 10px;
    }

    .lab .link {
        margin-top: 4rem;
    }

    .lab .runWay .txt .tit h3 {
        font-size: min(6vw, 2.8rem);
    }

    .lab .link a .desc {
        padding: 2rem;
    }

    .lab .link a .en {
        margin: 0;
    }

    .lab .link a .en::after {
        margin-left: 1rem;
    }

    .lab .runWay .slider .item p::after {
        background-size: 15px auto;
    }

    .lab .runWay .slider a img {
        height: 180px;
    }
}












/* collection */
.collection {
    position: relative;
    padding: 10rem 0;
}

.collection .svg {
    z-index: 1;
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
}

.collection .group01 {
    align-items: center;
    position: relative;
    z-index: 5;
}

.collection .group01 h2 {
    width: 47%;
}

.collection .group01 p {
    width: 50%;
}

.collection .group02 {
    margin-top: 8rem;
    position: relative;
    z-index: 5;
}

.collection .group02 .item {
    width: 46.68%;
    background: #fff;
}

.collection .group02 .item img {
    width: 100%;
}

.collection .group02 .item h4 {
    font-size: 2rem;
    font-weight: bold;
    margin: 2rem 0 1rem;
}

.collection .group03 {
    padding: 70px 50px;
    border: 2px solid #000;
    position: relative;
    margin-top: 10rem;
}

.collection .group03 h3 {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 340px;
    line-height: 1;
    background: #fff;
    border: 2px solid #000;
    text-align: center;
    padding: 20px 0;
    font-size: min(2.6rem, 3.2rem);

}

.collection .group03 ul {
    justify-content: flex-start;
    margin-top: 4rem;
}

.collection .group03 ul li {
    width: 48.19%;
    margin: 0 3.62% 3.62% 0;
    position: relative;
}

.collection .group03 ul li:nth-child(2n) {
    margin-right: 0;
}

.collection .group03 ul li label {
    cursor: pointer;
}

.collection .group03 ul li label input[type=radio] {
    position: absolute;
    top: 20px;
    left: 20px;
    outline: none;
    border: 0;
    transform: scale(1.5);
    width: 25px;
    height: 25px;
    text-indent:-9999px;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -o-opacity: 0;
}

.collection .group03 ul li label input[type=radio] + .iconRadio {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    width: 25px;
    height: 25px;
    text-indent:-9999px;
    background: #fff;
}

.collection .group03 ul li label input[type=radio]:checked + .iconRadio:after { 
    font-family: 'FontAwesome';
    display:block;
    position:absolute;
    top:-3px;
    left:5px;
    content: '\f00c';
    font-size: 20px;
    color: #000;
    z-index: 99;
    text-indent: 0;
    margin: 0;
}

.collection .group03 ul li label figure img {
    border: 2px solid transparent;
}

.collection .group03 ul li label input[type=radio]:checked + .iconRadio + figure img {
    border-color: #000;
}

.collection .group03 ul li label:hover figure img {
    border-color: #000;
}

.collection .group03 ul li h4 {
    font-size: min(2.2rem, 2.8rem);
    font-weight: bold;
    margin: 1rem 0;
}

.collection .group03 .btnQuote {
    margin: 0 auto;
    max-width: 320px;
    width: 90%;
    border-radius: 50px;
}

.collection .banner {
    margin-top: 10rem;
    overflow: hidden;
    border-radius: 5px;
    transition: 0.3s;
}

.collection .banner:hover {
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.3); 
    transform: translateY(-5px);
}

.collection .banner a {
    display: block;
}

@media (max-width: 1200px) {
    .collection .group01 h2 {
        width: 30%;
    }

    .collection .group01 p {
        width: 70%;
    }

    .collection .group02 {
        margin-top: 4rem;
    }
}

@media (max-width: 768px) {
    .collection {
        padding: 6rem 0;
    }

    .collection .svg {
        position: static;
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    .collection .group01 h2 {
        width: 100%;
        margin-bottom: 2rem;
    }

    .collection .group01 p {
        width: 100%;
    }

    .collection .group02 {
        margin-top: 4rem;
    }

    .collection .group02 .item {
        width: 100%;
        margin-bottom: 4rem;
    }

    .collection .group02 .item h4 {
        font-size: 1.8rem;
    }

    .collection .group02 .item:last-child {
        margin-bottom: 0;
    }

    .collection .group03 {
        margin-top: 4rem;
        padding: 6rem 2rem 4rem;
    }

    .collection .group03 h3 {
        font-size: min(4.5vw, 3.2rem);
        width: 50vw;
        top: -6vw;
    }

    .collection .group03 ul li {
        max-width: 530px;
        width: 100%;
        margin: 0 auto 3rem !important;
    }

    .collection .group03 ul li h4 {
        font-size: min(5vw, 2.8rem);
    }

    .collection .banner {
        margin-top: 4rem;
    }

    .collection .group03 .btnQuote {
        height: 50px;
    }
}

@media (max-width: 500px) {

    .collection .group03 h3 {
        top: -8vw;
    }

}












/* voice */

.voice {
    padding: 10rem 0;
    background: #f5f5f7;
}

.voice .titH2 {
    text-align: center;
    margin-bottom: 6rem;
}

.voice .titH2::before {
    margin: 0 auto min(3rem, 5rem);
}

.voice .item {
    width: 31%;
}

.voice .item figure {
    overflow: hidden;
}

.voice .item img {
    transition: all 0.3s;
    height: 248px;
    object-fit: cover;
    object-position: center;
}

.voice .item h4 {
    font-size: 2rem;
    font-weight: bold;
    margin: 2rem 0 1rem;
}

.voice .item a {
    display: block;
}

.voice .item a:hover img {
    transform: scale(1.1);
}

.voice .c-btn {
    height: 50px;
    max-width: 400px;
    margin-top: 4rem;
}

@media (max-width: 768px) {
    .voice {
        padding: 6rem 0;
    }

    .voice .titH2 {
        margin-bottom: 4rem;
    }

    .voice .item {
        width: 48%;
        margin: 0 4% 3rem 0;
    }

    .voice .item:nth-child(2n) {
        margin-right: 0;
    }

    .voice .item h4 {
        font-size: 1.6rem;
        margin: 1rem 0 0.5rem;
    }

    .voice .item img {
        height: 32vw;
    }

    .voice .c-btn {
        max-width: 160px;
        background: none;
    }



}

/* relate slider sp */
@media screen and (max-width: 768px) {

    .theVoiceSliderSp .slick-dots {
        margin-top: 0;
    }

    .theVoiceSliderSp .slick-arrow {
        top: 35px;
    }

    .theVoiceSliderSp .slick-next {
        right: calc(50% - 670px);
    }

    .theVoiceSliderSp .slick-prev {
        left: calc(50% - 670px);
    }

    .theVoiceSliderSp .slick-slide {
        width: 50vw;
        margin: 0 3vw;
        overflow: hidden;
    }

    .theVoiceSliderSp .slick-slide img {
        width: 100%;
    }

    .theVoiceSliderSp .slick-arrow {
        top: calc(11.75vw - 18px);
    }

    .theVoiceSliderSp .slick-next {
        right: calc(15vw - 40px);
    }

    .theVoiceSliderSp .slick-prev {
        left: calc(15vw - 40px);
    }
}