@charset "UTF-8";

/*section_introduction
------------------------------------------------------------------------------------------------------------------------ */
.img-background {
    background: #fff no-repeat center center / cover;
    background-image: url("../img/crosstalk/interior_1_2.jpg");
    position: relative;
}

section {
    position: relative;
}

.section_introduction {
    position: relative;
}

.section_introduction ul {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.2;
    width: 900px;
    margin: auto;
    top: -50px;
    left: 0;
    right: 0;    
    justify-content: center;
    position: absolute;
}

.section_introduction ul li {
     margin: 0 16px;
     text-align: center;
}

.section_introduction_employee_imgarea {
    display: block;
    margin-bottom: 5px;
    padding-top: 20px;
    filter:drop-shadow(2px 2px 2px rgba(0, 0, 0, .1));
}

.section_introduction_employee_imgarea img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}

.section_introduction_employee_name {
    display: block;
    font-size: 2.0rem;
    font-weight: 600;
}

.section_introduction_employee_department  {
    font-size: 1.6rem;
    display: block;
}

.section_introduction_employee_date {
    font-size: 1.6rem;
    display: block;
}

@media (max-width: 750px) {
    .section_introduction_employee_imgarea img {
        width: 90px;
        height: 90px;
    }

    .section_introduction ul {
        width: 320px;
        margin: auto;
        top: -50px;
        left: 0;
        right: 0;
    }

    .section_introduction_employee_imgarea {
        margin-bottom: 5px;
        padding-top: 10px;
    }

    .section_introduction_employee_name {
        font-size: 1.4rem;
    }
    
    .section_introduction_employee_department  {
        font-size: 1.2rem;
    }
    
    .section_introduction_employee_date {
        font-size: 1.2rem;
    }

    .section_introduction ul li {
        margin: 0 5px;
   }
}


/*section_talk common
------------------------------------------------------------------------------------------------------------------------ */
.section_tablearea {
    background-color: #fefefe;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 60px;
    position: relative;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .1);
}
.section_talk_theme {
    font-size: 3.8rem;
    font-family: 'Dosis', sans-serif;
    color: #19223A;
    line-height: 1;
    width: 90%;
    max-width: 1210px;
    margin: 0 auto;
    display: block;
}

.section_talk_bar {
    width: 60%;
    height: 30px;
    background-color: #19223A;
}

.section_talk_h1 {
    color: #19223A;
    font-weight: 600;
    text-align: center;
    font-size: 3.8rem;
}

.double_quotation {
    font-size: 4.2rem;
}

.section_talk_employee_imgarea img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}
.section_talk_employee_img {
    object-fit: cover;
}

.flip {
    transform: scale(-1, 1);
}

.section_talk_employee {
    display: flex;
    align-items: center;
    margin: 40px;
}

.even {
    flex-direction: row-reverse;
}

.section_talk_employee p {
    width: 90%;
    max-width: 800px;
    padding: 0 20px;
}

.section_talk_employee_name {
    font-size: 1.4rem;
    font-weight: 600;
    display: block;
    text-align: center;
}

.section_talk_theme1 , .section_talk_theme2 , .section_talk_theme3 ,
.section_talk_theme4 , .section_talk_theme5  {
    margin-bottom: 80px;
    position: relative;
}

@media (max-width: 750px) {
 .section_talk_h1 {
        font-size: 1.8rem;
        line-height: 1.2;
        margin: 20px auto 40px;
    }

.double_quotation {
        font-size: 2.6rem;
        line-height: 0.8;
    }

.section_tablearea {
        padding: 20px 20px;
    }

.section_talk_bar {
        height: 10px;
    }

.section_talk_employee_imgarea img {
        width: 50px;
        height: 50px;
    }

    .section_talk_employee p {
        padding: 0 10px;
        width: 85%;
    }

.section_talk_employee {
        margin: 20px 0;
        align-items: inherit;
    }

.section_talk_employee_name {
        font-size: 1.2rem;
    }

.section_talk_theme1 , .section_talk_theme2 , .section_talk_theme3 ,
.section_talk_theme4 , .section_talk_theme5  {
    margin-bottom: 40px;
}

.section_talk_theme {
    font-size: 2.2rem;
}
}


/*section_talk theme1
------------------------------------------------------------------------------------------------------------------------ */
.section_talk_theme1 {
    margin-bottom: 80px;
    margin-top: 560px;
}

@media (max-width: 750px) {
    .section_talk_theme1 {
        margin-bottom: 40px;
        margin-top: 300px;
    }
}

/*section_talk theme2
------------------------------------------------------------------------------------------------------------------------ */
.section_talk_theme2_themearea {
    text-align: right;
}

.section_talk_theme2_themearea div {
    margin: 0 0 0 auto;
}
/*section_talk theme3
------------------------------------------------------------------------------------------------------------------------ */
.section_talk_theme3 {
    padding-bottom: 80px;
}

@media (max-width: 750px) {
    .section_talk_theme3 {
        margin-bottom: 40px;
        padding: 0px;
    }
}

/*section_talk theme4
------------------------------------------------------------------------------------------------------------------------ */
.section_talk_theme4_themearea {
    text-align: right;
}

.section_talk_theme4_themearea div {
    margin: 0 0 0 auto;
}

/*section_talk theme5
------------------------------------------------------------------------------------------------------------------------ */
/*section_talk theme6
------------------------------------------------------------------------------------------------------------------------ */
.section_talk_theme6 {
    margin-bottom: 160px;
}

.section_talk_theme6_themearea {
    text-align: right;
}

.section_talk_theme6_themearea div {
    margin: 0 0 0 auto;
}

@media (max-width: 750px) {
    .section_talk_theme6 {
        margin-bottom: 80px;
    }
}

.rikunabi_logo_area {
    width: 100px;
    display: inline-block;
}

.rikunabi_rogo_area img {
    width: 100%;
}

.rikunabi_explain_area {
    color: #fff;
    text-align: right;
    vertical-align: middle;
    font-size: 1.2rem;
}

.rikunabi_explain_area a {
    text-decoration: none;
}

@media (max-width: 500px) {
    .rikunabi_logo_area {
        width: 80px;
    }
}