@charset "UTF-8";


/* mainvisual
------------------------------------------------- */
.mainvisual {
    background: url("../img/crosstalk/mainvisual_bg.jpg") center top no-repeat;
    background-size: 100% auto;
    padding: 1.7rem 0 0.45rem;
    margin-bottom: 1.4rem;
    position: relative;
}
.mainvisual::after {
    content: 'CROSSTALK';
    font-size: 1.83rem;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.03em;
    color: #fff;
    opacity: 0.28;
    position: absolute;
    right: 50%;
    top: -0.13rem;
    margin-right: -3.7rem;
    z-index: 1;
}
.mainvisual .inner {
    max-width: 12.1rem;
    z-index: 2;
}
.mainvisual h1 {
    font-size: 0.2rem;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.03em;
    color: #fff;
    opacity: 0;
}
.mainvisual.isAnimate h1 {
    animation: fadeIn 1s ease 0.3s 1 forwards;
}
.mainvisual h1 span {
    display: block;
    font-size: 0.72rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.2em;
    padding-bottom: 0.09rem;
}
.mainvisual .sec {
    margin: 0.36rem 0 0.5rem;
    position: relative;
    z-index: 3;
}
.mainvisual .sec .con {
    width: 22.3%;
    margin-top: 1.75rem;
}
.mainvisual .sec .con h2 {
    font-size: 0.14rem;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.06em;
    color: #0AD38A;
    margin-bottom: 1em;
}
.mainvisual .sec .con p {
    letter-spacing: 0.04em;
}
.mainvisual .sec .photo {
    width: 68.814vw;
    margin-right: calc(6.05rem - 50cqw);
    border-radius: 0.2rem 0 0 0;
    background-color: #0AD38A;
    overflow: hidden;
}
.mainvisual .sec .photo img {
    border-radius: 0.2rem 0 0 0;
    transform: scale(1.3);
    opacity: 0;
    transition: 1s 0.8s;
}
.mainvisual.isAnimate .sec .photo img {
    transform: scale(1);
    opacity: 1;
}
.mainvisual .member {
    position: relative;
    z-index: 2;
}
.mainvisual .member::before {
    content: 'MEMBER';
    font-size: 1.4rem;
    line-height: 1.45;
    color: #DEDEDE;
    position: absolute;
    right: 50%;
    top: -0.1rem;
    margin-right: 0.9rem;
    z-index: 1;
}
.mainvisual .member::after {
    content: '';
    width: 100vw;
    height: 5.7rem;
    background-color: rgba(10,210,138,0.08);
    border-radius: 0 0 0 0.2rem;
    position: absolute;
    left: 50%;
    margin-left: -4rem;
    top: -2.15rem;
    z-index: 2;
}
.mainvisual .member ul {
    position: relative;
    z-index: 3;
}
.mainvisual .member ul li {
    width: 1.62rem;
    margin-left: 0.52rem;
    text-align: center;
}
.mainvisual .member ul li h3 {
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 1.45;
    padding: 0.15rem 0 0.3rem;
    position: relative;
}
.mainvisual .member ul li h3::before {
    content: '';
    width: 0.17rem;
    height: 0.04rem;
    background-color: #58B2E2;
    border-radius: 0.04rem;
    position: absolute;
    left: 50%;
    bottom: 0.15rem;
    margin-left: -0.085rem;
}
.mainvisual .member ul li:nth-child(2) h3::before {
    background-color: #B981F2;
}
.mainvisual .member ul li:nth-child(3) h3::before {
    background-color: #8FD172;
}
.mainvisual .member ul li p {
    font-size: 0.14rem;
    line-height: 1.55;
    letter-spacing: 0.02em;
}
@media screen and (max-width:750px){
.mainvisual {
    background-size: 100% 3.5rem;
    padding: 1.25rem 0 0.45rem;
    margin-bottom: 0.75rem;
}
.mainvisual::after {
    font-size: 0.7rem;
    right: auto;
    left: -2vw;
    top: 0.5rem;
    margin-right: 0;
}
.mainvisual h1 {
    font-size: 0.16rem;
}
.mainvisual h1 span {
    font-size: 0.45rem;
    padding-bottom: 0.07rem;
}
.mainvisual .sec {
    margin: 0.36rem 0;
    position: relative;
    z-index: 3;
}
.mainvisual .sec .con {
    width: 100%;
    margin-top: 0.2rem;
}
.mainvisual .sec .con h2 {
    margin-bottom: 0.5em;
}
.mainvisual .sec .con p {
    line-height: 1.75;
    letter-spacing: normal;
}
.mainvisual .sec .photo {
    width: 95vw;
    height: 60vw;
    margin: 0;
}
.mainvisual .sec .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mainvisual .member {
    padding-top: 25vw;
}
.mainvisual .member::before {
    width: 100%;
    text-align: center;
    font-size: 0.6rem;
    right: 0;
    margin-right: 0;
}
.mainvisual .member::after {
    content: '';
    width: 90vw;
    height: 6.25rem;
    left: auto;
    right: -5vw;
    margin-left: 0;
    top: -1rem;
}
.mainvisual .member ul li {
    width: 90%;
    margin: 0 0 0.15rem 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mainvisual .member ul li .photo {
    width: 40%;
}
.mainvisual .member ul li .box {
    width: 60%;
}
.mainvisual .member ul li h3 {
    font-size: 0.18rem;
    padding: 0.1rem 0 0.25rem;
}
.mainvisual .member ul li h3::before {
    bottom: 0.1rem;
}
.mainvisual .member ul li p {
    font-size: 0.12rem;
}
}


/* cont1
------------------------------------------------- */
.cont1 {
    margin-bottom: 1rem;
    position: relative;
}
.cont1.last {
    margin-bottom: 2rem;
}
.cont1::after {
    content: '';
    width: 100%;
    height: 10rem;
    background: linear-gradient(180deg, #04AD70 0, #04AD70 40%, #fff 100%);
    position: absolute;
    left: 0;
    top: 35vw;
    opacity: 0.12;
    z-index: 1;
}
.cont1 .photo {
    width: 90%;
    background-color: #0AD38A;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.cont1 .photo img {
    transform: scale(1.3);
    opacity: 0;
    transition: 1s 0.3s;
}
.cont1.isAnimate .photo img {
    transform: scale(1);
    opacity: 1;
}
.cont1 .inner {
    padding: 0 0.4rem 0 0.5rem;
    z-index: 2;
    box-sizing: border-box;
}
.cont1 .ttlbox {
    width: 1.8rem;
    height: 2.5rem;
    background: linear-gradient(180deg, #8AFDD3 0, #0AD38A 55%, #04AD70 100%);
    color: #fff;
    text-align: center;
    margin: -1.37rem 0 0.35rem;
    opacity: 0;
}
.cont1.isAnimate .ttlbox {
    animation: fadeIn 1s ease 0.8s 1 forwards;
}
.cont1 .ttlbox p {
    font-size: 0.12rem;
    line-height: 1.45;
    letter-spacing: 0.04em;
    padding: 0.33rem 0 0.6rem;
}
.cont1 .ttlbox h3 {
    font-size: 0.2rem;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.03em;
}
.cont1 .ttlbox h3 b {
    display: block;
    font-size: 0.56rem;
    font-weight: 300;
    line-height: 1;
}
.cont1 .ttlbox h3 span {
    display: block;
    font-size: 0.14rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding-top: 0.1rem;
}
.cont1 h4 {
    font-size: 0.4rem;
    font-weight: 300;
    line-height: 1.45;
    color: #0AD38A;
    padding-bottom: 0.3rem;
    clip-path: inset(0 100% 0 0);
}
.cont1.isAnimate h4 {
    animation: mask 1s ease-in-out 1.2s 1 forwards;
}
.cont1 dl {
    min-height: 0.72rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    position: relative;
}
.cont1 dl::after {
    content: '';
    width: 0.04rem;
    height: 100%;
    background-color: #58B2E2;
    border-radius: 0.04rem;
    position: absolute;
    left: 0.76rem;
    top: 0;
}
.cont1 dl.m02::after {
    background-color: #B981F2;
}
.cont1 dl.m03::after {
    background-color: #8FD172;
}
.cont1 dl dt {
    width: 0.5rem;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 1.45;
    text-align: center;
}
.cont1 dl dd {
    width: 9.02rem;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
}
.cont1.last dl:last-child::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #707070;
    position: absolute;
    left: 0;
    bottom: -0.65rem;
}
@media screen and (max-width:750px){
.cont1 {
    margin-bottom: 1rem;
}
.cont1.last {
    margin-bottom: 1rem;
}
.cont1::after {
    height: 10rem;
    top: 35vw;
}
.cont1 .photo {
    width: 95%;
    height: 60vw;
}
.cont1 .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cont1 .photo.left img {
    object-position: center left;
}
.cont1 .photo.right img {
    object-position: center right;
}
.cont1 .inner {
    padding: 0;
}
.cont1 .ttlbox {
    width: 1.6rem;
    height: 1.8rem;
    margin: -0.4rem 0 0.25rem;
}
.cont1 .ttlbox p {
    font-size: 0.1rem;
    padding: 0.15rem 0 0.2rem;
}
.cont1 .ttlbox h3 {
    font-size: 0.18rem;
}
.cont1 .ttlbox h3 span {
    font-size: 0.12rem;
}
.cont1 h4 {
    font-size: 0.28rem;
    line-height: 1.25;
}
.cont1 dl {
    margin-bottom: 0.3rem;
}
.cont1 dl::after {
    left: 0.65rem;
}
.cont1 dl dt {
    width: 15%;
    font-size: 0.12rem;
}
.cont1 dl dd {
    width: 75%;
    font-size: 0.15rem;
    letter-spacing: normal;
    line-height: 1.75;
}
}

/* cont2
------------------------------------------------- */
.cont2 .photo {
    margin-left: 10%;
}
@media screen and (max-width:750px){
.cont2 .photo {
    margin-left: 5vw;
}
.cont2 .ttlbox {
    margin-left: calc(90vw - 1.6rem);
}
}


/* cont3
------------------------------------------------- */
.cont3 {
    margin: 2.65rem 0 2rem;
    padding-top: 0.6rem;
}
.cont3::after {
    height: 6.6rem;
    top: 0;
}
.cont3 .box {
    width: 8.8rem;
    background-color: #fff;
    border-radius: 0.3rem;
    box-shadow: 0 0 0.1rem 0 rgba(4,106,236,0.4);
    margin: 0 auto;
    padding-bottom: 0.1rem;
    position: relative;
}
.cont3 .box .photo {
    width: 100%;
    border-radius: 0.3rem 0.3rem 0 0;
}
.cont3 .box .photo img {
    border-radius: 0.3rem 0.3rem 0 0;
}
.cont3 .box .ttlbox {
    position: absolute;
    left: 50%;
    top: -1.8rem;
    margin: 0 0 0 -1.25rem;
    z-index: 3;
}
.cont3 .box h4 {
    text-align: center;
    padding-top: 0.2rem;
}
.cont3 .box dl {
    width: 7.42rem;
    margin: 0 auto 0.35rem;
}
.cont3 .box dl dd {
    width: 6.44rem;
}
@media screen and (max-width:750px){
.cont3 {
    margin: 1.75rem 0 0.4rem;
    padding-top: 0.3rem;
}
.cont3 .box {
    width: 100%;
    padding-bottom: 0.1rem;
}
.cont3 .box .photo {
    width: 100%;
    border-radius: 0.3rem 0.3rem 0 0;
}
.cont3 .box .photo img {
    border-radius: 0.3rem 0.3rem 0 0;
}
.cont3 .box .ttlbox {
    top: -1.4rem;
    margin: 0 0 0 -1rem;
}
.cont3 .box h4 {
    text-align: center;
    padding-top: 0.2rem;
}
.cont3 .box dl {
    width: 80vw;
    margin: 0 auto 0.3rem;
}
.cont3 .box dl dt {
    width: 13.5vw;
}
.cont3 .box dl dd {
    width: 57.5vw;
}
}


/* parenting.html
------------------------------------------------- */
/*  mainvisual */
.parenting .mainvisual {
    background-image: url("../img/crosstalk/parenting/mainvisual_bg.jpg");
    margin-bottom: 1.5rem;
}
.parenting .mainvisual .sec .photo {
    background-color: #046AEC;
}
.parenting .mainvisual .sec .con h2 {
    color: #046AEC;
}
.parenting .mainvisual .member::after {
    background-color: rgba(56,143,255,0.1);
    opacity: 0.78;
}
.parenting .mainvisual .member ul li h3::before {
    background-color: #EB83D3;
}
.parenting .mainvisual .member ul li:nth-child(2) h3::before {
    background-color: #9598E0;
}
.parenting .mainvisual .member ul li:nth-child(3) h3::before {
    background-color: #FC9054;
}
@media screen and (max-width:750px){
.parenting .mainvisual {
    background-size: 100% 4.5rem;
    margin-bottom: 0.75rem;
}
}

/*  cont1 */
.parenting .cont1 .photo {
    background-color: #046AEC;
}
.parenting .cont1::after {
    background: linear-gradient(180deg, #04AEEC, #fff);
    opacity: 0.1;
}
.parenting .cont1 .ttlbox {
    width: 2.5rem;
    background: linear-gradient(160deg, #8AEBFD 0, #046AEC 55%, #0053BC 100%);
    border-radius: 50%;
}
.parenting .cont1 .ttlbox p {
    padding-bottom: 0.2rem;
}
.parenting .cont1 .ttlbox h3 span {
    padding-top: 0.15rem;
}
.parenting .cont1 h4 {
    color: #046AEC;
}
.parenting .cont1 dl::after {
    background-color: #EB83D3;
}
.parenting .cont1 dl.m02::after {
    background-color: #9598E0;
}
.parenting .cont1 dl.m03::after {
    background-color: #FC9054;
}
@media screen and (max-width:750px){
.parenting .cont1 .ttlbox {
    width: 2rem;
    height: 2rem;
}
.parenting .cont1 .ttlbox p {
    padding: 0.2rem 0 0.15rem;
}
.parenting .cont1 .ttlbox h3 span {
    padding-top: 0.1rem;
}
.parenting .cont2 .ttlbox {
    margin-left: calc(90vw - 2rem);
}
}
