@charset "utf-8";
section {
    padding: 100px 0 0;
}

@media screen and (max-width:768px) {
    section {
        padding: 50px 0;
    }
}


/* メインビジュアル */

.mv {
    width: 100vw;
    height: auto;
    overflow: hidden;
    padding-top: 100px;
    position: relative;
    box-sizing: border-box;
}

h1 {
    font-size: 42px!important;
    font-weight: bold;
    text-align: center;
}

.sp-only {
    display: none;
}

.pc-only {
    display: block;
}

@media screen and (max-width:786px) {
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
}
@media screen and (max-width:1400px) {
    .mv img {
        margin-top: 0px;
    }
}

@media screen and (max-width:786px) {
    .mv {
        height: fit-content!important;
    }
    .mv img {
        width: 100%;
    }
    h1 {
        font-size: 36px;
    }
}

.explanation{
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 850px;
    width: 90%;
    margin: auto;
    padding: 40px 0;
    border: 3px solid #BBA80D;
    background: #fff;
    border-radius: 15px;
    gap: 24px;
}
.explanation img{
    width: 35%;
    margin: 0 auto;
}
.explanation h3{
    font-size: 1.5rem;
}
.explanation p{
    font-size: 1rem;
    padding: 0px 40px;
    line-height: 1.7;
}
@media screen and (max-width:786px){
    .explanation{
        margin: 60px auto;
        padding: 60px 0;
    }
    .explanation img{
        width: 60%;
        width: 35%;
    }
    .explanation p{
        padding: 0px 16px;
    }
}

/* イントロダクション */

.introduction {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1080px;
    width: 90%;
    margin: auto;
    gap: 50px;
    padding: 120px 0 0;
}
.introduction .vison-button {
    margin-top: 48px;
}
.introduction-content{
    text-align: center;
}
.introduction-paragraph {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4em;
}
.introduction-paragraph span{
    font-size:24px; 
}
.introduction-text{
    font-size: 18px;
    margin: 3rem 0 0;
    line-height: 1.7;
}

.heading06 {
	position: relative;
	padding-top: 50px;
	font-size: 26px;
	text-align: center;
}

.heading06 span {
	position: relative;
	z-index: 2;
}

.heading06::before {
	content: attr(data-en);
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(9 195 255 / 100%);
    font-size: 2rem;
    font-style: italic;
}


@media screen and (max-width:786px) {
    
    .introduction {
        display: block;
        padding: 80px 0 0;
    }
    .introduction-paragraph {
        font-size: 14px;
        text-align: center;
    }
    .heading06 {
        font-size: 24px;
    }
    .heading06 span {
        font-size: 18px;
    }

.heading06::before {
    width: 100%;
	content: attr(data-en);
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(9 195 255 / 100%);
    font-size: 1.8rem;
    font-style: italic;
}
}


/* イントロダクション ここまで */


.flex_list{
    display: flex;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 32px;
    gap: 40px;
}
@media screen and (max-width:786px) {
    .flex_list{
        padding: 0;
    }
}
/* ビジョン */

.vision {
    width: 100%;
    max-width: 850px;
    margin: auto;
    overflow: visible;
    position: relative;
}

.vision h2 {
    font-size: 2rem;
    padding-top: 50px;
    color: #333333;
}
.vision .sdgs-img{
    width: 85%;
    padding: 3rem 0;
    margin: 0 auto;
}

.vison-button{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
}

.button-29 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 400px;
    padding: 0.9em 2em;
    overflow: hidden;
    border: 2px solid #2589d0;
    border-radius: 50px;
    background-color: #fff;
    color: #2589d0;
    font-size: 1em;
    z-index: 20;
}

.button-29:hover {
    background-color: transparent;
    color: #fff;
}

.button-29::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #2589d0;
    content: '';
    transition: width .3s ease;
}

.button-29:hover::before {
    width: 100%;
}

.button-29::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #2589d0;
    border-right: 2px solid #2589d0;
    content: '';
}

.button-29:hover::after {
    border-color: #fff;
}


.vision-heading {
    font-size: 40px !important;
    font-weight: bold;
    text-align: center;
    line-height: 2em !important;
}

.vision-text {
    font-weight: bold;
    font-size: 18px !important;
    text-align: center;
}

@media screen and (max-width:786px) {
    .vision{
        padding: 0 0 80px;
    }
    .flex_list{
        flex-direction: column;
    }
    .vision h2 {
        width: 100%;
        font-size: 1.5rem;
    }
    .vision .sdgs-img{
        width: 80%;
        padding: 3rem 0;
    }
    .vison-button{
        flex-direction: column;
    }
    .button-29 {
        width: 70%;
        margin: 0 auto;
        font-size: 18px;
    }
}


/* メッセージ */

.messages-introduction {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    max-width: 1080px;
    overflow: visible;
    margin: 5rem auto 0px;
    gap: 4rem;
}

.messages-box{
    width: 52%;
}

.messages-introduction>div>p {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 20px;
}

.messages-introduction>img {
    width: 36%;
}

.messages h2 {
    width: 100%;
}

.messages-card {
    padding: 30px;
    width: 90%;
    max-width: 1080px;
    margin: auto;
    position: relative;
    margin-bottom: 40px;
    background-color: white;
    box-sizing: border-box;
    border-radius: 8px;
}

.messages-card:last-child {
    margin-bottom: 0;
}

.messages-card h3 {
    text-align: center;
    margin: 10px auto 30px auto;
    color: #E83B5A;
    font-weight: bold;
    font-size: 28px;
}

.messages-card img {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 10%;
    height: auto;
}

.messages-card p {
    width: 80%;
    margin: auto;
    line-height: 1.8em;
    font-size: 18px;
}

@media screen and (max-width:786px) {
    .messages{
        padding: 0;
    }
    .messages h2 {
        width: 100%;
    }
    .messages-box{
        width: 100%;
    }
    .messages-introduction {
        flex-direction: column-reverse;
        margin: 2rem auto;
        gap: 2rem;
    }
    .messages-introduction>img {
        width: 90%;
        margin: 30px auto 0 auto;
    }
    .messages-card {
        width: 90%;
        padding: 20px;
        margin-top: 16px;
        margin-bottom: 0;
    }
    .messages-card h3 {
        text-align: left;
        font-size: 18px;
        margin-top: 60px;
        margin-bottom: 8px;
    }
    .messages-card p {
        width: 100%;
        font-size: 12px;
    }
    .messages-card img {
        top: 20px;
        left: 20px;
        width: 20%;
    }
}

@media screen and (max-width:1080px) {
    .messages{
        padding: 120px 0 40px;
    }
    .messages-card h3 {
        margin-top: 120px;
    }
}


/* 背景 */

.wave-bg {
    background-image: url('../img/wave-bg-1.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}
.wave-bg-2 {
    background-image: url('../img/wave-bg-2.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}
.wave-bg-3 {
    background-image: url('../img/wave-bg-3.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

@media screen and (min-width:1440px) {
    .wave-bg {
        background-position: center 28rem;
        background-size: 100% 55%;
    }
    .wave-bg-2 {
        background-position: center 32rem;
        background-size: 100% 58%;
    }
    .wave-bg-3 {
        background-position: center 55rem;
        background-size: 100% 50%;
    }
}

@media screen and (max-width:1080px){
    .wave-bg-3 {
        background-position: center 45rem;
        background-size: 100% 50%;
    }
}

@media screen and (max-width:786px) {
    .wave-bg {
        background-size: 130% 40%;
        background-position: center;
    }
    .wave-bg-2 {
        background-position: center 28rem;
        background-size: 130% 30%;
    }
    .wave-bg-3 {
        background-position: center 32rem;
        background-size: 130% 30%;
    }
}




/* アチーブメンツ */

.comingsoon {
    background-image: none;
    position: relative;
    pointer-events: none;
}
.comingsoon .button{
    color: #909090!important;
}

.achievements {
    width: 90%;
    max-width: 1080px;
    margin: auto;
    padding: 120px 0 0;
    position: relative;
}
.achievements h3{
    font-size: 1.5rem;
    margin: 2rem 0;
    text-align: center;
}
.achievements-anchor{
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    margin: 2.5rem 0;
    
}
.achievements-anchor li{
    margin: 0 1rem;
}
.achievements-anchor li a:hover{
    color: #2589d0;
}
.avchievements-introduction {
    font-weight: bold;
    margin: 30px auto 40px auto;
    padding-left: 5px;
    box-sizing: border-box;
    font-size: 28px;
}

.achievements-card-container {
    display: flex;
    gap: 20px;
    width: 100%;
    margin: 2rem auto;
    flex-wrap: wrap;
    justify-content: center;
}
.achievements-card-container a{
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
}
.achievements-card-container a:hover{
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
    opacity: 0.7;
}

.achievements-card {
    width: 31.8%;
    padding: 0;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: #fff;
}
.achievements-img img{
    border-radius: 6px 6px 0 0;
}

.achieve1 {
    background-position: center;
    background-size: cover;
}

.achieve2 {
    background-position: center;
    background-size: cover;
}

.achieve3 {
    background-position: center;
    background-size: cover;
}

.achieve4 {
    background-position: center;
    background-size: cover;
}

.achieve5 {
    background-position: center;
    background-size: cover;
}

.achieve6 {
    background-position: center;
    background-size: cover;
}
.achievements-card h5{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    padding: 1rem 1rem 0.5rem 1rem;
}
.achievements-card h6{
    font-size: 14px;
    line-height: 1.7;
    padding: 0 1rem;  
}
.achievements-card .text{    
    padding: 0.5rem 1rem;
}
.achievements-card .button {
    font-weight: 600;
    text-align: center;
    padding: 0.5rem 1rem 1rem 1rem;
    color: #2589d0;
}
.achievements-card p {
    font-size: 14.5px;
    line-height: 1.7;
    font-weight: bold;
    padding: 0 1rem;
}

.achievements-card p span {
    color: #333;
    font-weight: bold;
}

.achieve2 p span {
    padding-left: 5px;
}

.achievements-card p span:first-child {
    font-size: 20px;
}

.achievements-card p span:last-child {
    font-size: 40px;
}

@media screen and (max-width:786px) {
    .achievements h2 {
        width: 100%;
    }
    .achievements-card-container {
        margin: 0 auto;
    }
    .achievements-anchor{
        width: 96%;
        display: flex;
        font-size: 20px;
        margin: 2rem 0;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .achievements-anchor li{
        margin: 0.3rem 1rem;
    }
    .achievements-card {
        width: 100%;
        margin: auto;
    }
    .achievements-card p span:first-child {
        font-size: 18px;
    }
    .achievements-card p:last-child {
        text-align: left;
    }
    .achievements h3{
        font-size: 1.3rem;
        margin: 30px 0;
    }
}


/* アチーブメンツここまで */


/* セールス＆メンバーズ */

.sales-and-members {
    background-color: #F7F7F7;
}

.sales-and-members-wrap {
    width: 90%;
    max-width: 1080px;
    margin: auto;
}

.sales-and-members h2 {
    width: 50%;
}

.sales-and-members-wrap>p {
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
}

.graph-option {
    display: flex;
    align-items: center;
    justify-content: left;
    font-weight: bold;
    margin-top: 30px;
    gap: 10px;
}

.graph-option:last-child {
    margin-top: 10px;
}

.graph-option img {
    width: 30px;
}

.chart-container {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    overflow: visible;
    margin-top: -100px;
}

.chart-container img {
    width: 97%;
    margin: auto;
}

@media screen and (max-width:1080px) {
    .sales-and-members h2 {
        width: 60%;
    }
    .chart-container {
        overflow-x: scroll;
        padding-bottom: 20px;
        width: 100%;
        margin: 0 auto;
    }
    .chart-container img {
        width: 1000px;
        max-width: fit-content;
    }
}


/* ヒストリー */

.history {
    max-width: 1080px;
    width: 90%;
    overflow: visible;
    margin: auto;
}

.history>p {
    font-size: 28px;
    font-weight: bold;
}
@media screen and (max-width:1080px){
    .history{
        padding: 0;
    }
}

/* スライダー */

.history-slider {
    margin: 30px auto 0;
    max-width: 720px;
    width: 90%;
}

.history-slider .history-img {
    margin: 0 80px 120px;
}

.history-slider .history-img img {
    height: auto;
    width: 100%;
    margin-top: 40px;
}
.history-slider .history-img h4{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1.6px;
    color: rgb(9 195 255 / 100%);
    text-align: left;
    padding: 16px 0;
}
.history-slider .history-img h4 {
    position: relative;
    padding: .5em .7em .4em;
    border-bottom: 3px solid #fff;
    color: #333333;
}

.history-slider .history-img h4::before,
.history-slider .history-img h4::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.history-slider .history-img h4::before {
    background-color: #82C5F5;
}

.history-slider .history-img h4::after {
    bottom: -11px;
    background-color: #fff;
}

.history-slider .history-img h3{
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-align: center;
    padding: 24px 0;
    
}

.slick-arrow:before {
    content: ""!important;
}

.slick-arrow:before {
    content: ""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-next:before {
    background: url('https://cnctor.jp/wp-content/themes/new-cnctor/assets/img/history-slider-arrow-right.png')!important;
    background-size: contain!important;
    background-repeat: no-repeat;
}

.slick-prev:before {
    background: url('https://cnctor.jp/wp-content/themes/new-cnctor/assets/img/history-slider-arrow-left.png')!important;
    background-size: contain!important;
    background-repeat: no-repeat;
}

.slick-next::after,
.slick-prev::after {
    border: none !important;
}

.slick-arrow {
    z-index: 2!important;
    width: 60px!important;
    height: 60px!important;
}

.slick-next {
    right: -30px!important;
}

.slick-prev {
    left: -30px!important;
}

.slick-arrow:before {
    opacity: 1!important;
}

@media screen and (max-width:1030px) {
    .history-slider .history-img {
        margin: 0 80px 120px;
    }
    .history-slider {
        max-width: 1000px;
    }
}

@media screen and (max-width:768px) {
    .history{
        width: 100%;
        padding: 0;
    }
    .history h2 {
        width: 100%;
    }
    .history-slider .history-img {
        margin: 0 24px 24px;
    }
    .slick-arrow {
        z-index: 2!important;
        width: 50px!important;
        height: 50px!important;
    }
    .history-slider .history-img h3{
        font-size: 15px;
    }
    .slick-arrow:before {
    width: 60%!important;
    height: 60%!important;
    }
    .slick-prev {
        left: -12px!important;
    }
}

.history-img-year {
    font-size: 30px;
    color: #E83B5A;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
    vertical-align: middle;
}

.history-img-topic {
    width: fit-content;
    padding: 8px;
    border-radius: 8px;
    border: #E83B5A solid 2px;
    font-size: 12px;
    font-weight: bold;
    margin: 8px auto;
    line-height: 1.6em;
    text-align: center;
    vertical-align: middle;
}


/* スライダーここまで */


/* ヒストリーここまで */

/* フッターここまで */

footer{
    text-align: center!important;
    margin: 0 auto!important;
    padding: 80px!important;
    background-color: #82C5F5!important;
}
footer .logo img{
    margin: 0 auto;
    width: 15%;
}
footer .name h4{
    color: #fff;
    font-size: 1.5rem;
    padding: 1.5rem 0 1rem;
    font-weight: 500;
}
footer .address p{
    color: #fff;
    font-size: 1.2rem;
}
footer .access{
    background: #fff;
    margin: 1.5rem auto;
    padding: 1rem 0;
    width: 400px;
    border-radius: 50px;
}
footer .access a{
    font-size: 1.3rem;
    color: #82C5F5;
}
footer .more a{
    color: #fff;
    padding: 0 1.5rem;
    border-left: 1px solid #fff;
}
.copy-right {
    margin: 1rem;
    text-align: center;
}
@media screen and (max-width:768px){
    footer{
        padding: 60px 1rem!important;
    }
    footer .logo img{
        width: 45%;
    }
    footer .access{
        width: 100%;
        padding: 0.5rem 0;
    }
    footer .more{
        display: flex;
    }
    footer .more a{
        width: 50%;
        font-size: 12px;
        letter-spacing: 0px;
        margin: 1rem 0;
        padding: 4px;
    }
    .copy-right {
        font-size: 0.7rem;
    }
}

.fixed_banner {
    position: fixed;
    z-index: 99999;
    font-size: 24px;
    font-weight: 600;
    bottom: 32px;
    right: 32px;
    width: 4%;
    height: 8%;
    text-align: center;
}
.fixed_banner a{
    color: #fff;
    border-radius: 50px;
    padding: 24px 16px 22px 16px;
    background: #48A7EB;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    }
.fixed_banner:hover{
    opacity: 0.7;
}

@media screen and (max-width:1080px){
    .fixed_banner {
        bottom: 32px;
        right: 56px;
    }
}

@media screen and (max-width: 768px) { 
    .fixed_banner {
        bottom: 24px;
        right: 80px;
    }
}

/* エンディング */

.ending p {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 2.5em;
}

.ending img {
    width: 160px;
    margin: 100px auto 50px;
}

@media screen and (max-width:768px) {
    .ending p {
        font-size: 20px;
    }
}


.slick-slide img{
    border-radius: 6px!important;
}


/* パララックス */


/* .parallax-container {
    perspective: 1000px;
    overflow-x: scroll;
    scroll-behavior: smooth;
    white-space: nowrap;
}

.parallax-container img {
    display: inline-block;
    transform-style: preserve-3d;
    pointer-events: none;
} */


/* オープニングアニメーション */


/* #opening-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 100%;
    z-index: 999;
} */


/* #content {
    display: none;
} */

#opening-video {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 9999;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#opening-video.passive {
    display: none;
}