@charset "UTF-8";

#symposium_main_area{
    margin-top: 5.9rem;
    padding-bottom: 5rem;
}

.symposium_main_title{
    width: 100%;
    height: 245px;
    background-image: url("../img/symposium/symposium_main_bg_top.jpg");
    background-repeat: no-repeat, no-repeat;
    background-position:right;
    background-size: cover;
}

@media screen and (max-width: 800px) {
    .symposium_main_title{
        height: 100px;
    }
}
@media screen and (max-width: 480px) {
    #symposium_main_area{
    margin-top: 4rem;
        padding-bottom: 1rem;
}
    .symposium_main_title{
        height: 80px;
    }
}


/*トップ*/
#symposium_contents_area{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 8rem;
}
.symposium_menu01_box{
    max-width: 81.14583333333333vw;
    height: 28.8em;
    position: relative;
    margin-bottom: 3em;
}
.symposium_menu01_item01{
    position: absolute;
    top:0;
    left: 0;
    width: 58.958333333333336vw;
    z-index: 0;
}
.symposium_menu01_item02{
    position: absolute;
    top:0;
    right: 0;
    width: 20.3125vw;
    z-index:2;
}
.symposium_menu01_item03{
    position: absolute;
    bottom:0;
    right: 0;
    width: 33.75vw;
background: #fe9301;
    padding: 1em;
    font-size: 1.1979166666666667vw;
    z-index: 3;
}
@media screen and (max-width: 800px) {
    .symposium_menu01_box{
    max-width: 90vw;
    height: 25em;
}
    .symposium_menu01_item01{
    width: 65vw;
}
    .symposium_menu01_item02{
    width: 23vw;
}
    .symposium_menu01_item03{
    width: 38vw;
background: #fe9301;
    padding: 1em;
    font-size: 1.8vw;
    z-index: 3;
}
}
@media screen and (max-width: 480px) {
    #symposium_contents_area{
    padding-bottom: 1rem;
}
    .symposium_menu01_box{
    max-width: 100%;
    height: 8.7em;
        margin-bottom: 1em;
}
    .symposium_menu01_item02{
        right: 1em;
    width: 28vw;
}
    .symposium_menu01_item03{
        width: 90%;
        font-size: 2.5vw;
    }
}

.symposium_menu02_box{
    max-width: 81.14583333333333vw;
    height: 28.8em;
    position: relative;
    margin-left: auto;
    margin-bottom: 3em;
}
.symposium_menu02_item01{
    position: absolute;
    top:0;
    right: 0;
    width: 58.958333333333336vw;
    z-index: 0;
}
.symposium_menu02_item02{
    position: absolute;
    top:0;
    left: 0;
    width: 20.3125vw;
    z-index:2;
}
.symposium_menu02_item03{
    position: absolute;
    bottom:0;
    left: 0;
    width: 33.75vw;
background: #fe9301;
    padding: 1em;
    font-size: 1.1979166666666667vw;
    z-index: 3;
}
@media screen and (max-width: 800px) {
    .symposium_menu02_box{
    max-width: 90vw;
    height: 25em;
        margin-bottom: 1em;
}
    .symposium_menu02_item01{
    width: 65vw;
}
    .symposium_menu02_item02{
    width: 23vw;
}
    .symposium_menu02_item03{
    width: 38vw;
background: #fe9301;
    padding: 1em;
    font-size: 1.8vw;
    z-index: 3;
}
}
@media screen and (max-width: 480px) {
    .symposium_menu02_box{
    max-width: 100%;
    height: 8.7em;
}
    .symposium_menu02_item02{
        right: 1em;
    width: 28vw;
}
    .symposium_menu02_item03{
        width: 90%;
        font-size: 2.5vw;
    }
}


.symposium_next_btn a{
    display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 16.927083333333336vw;
    padding: 1em 0;
	color: #000;
	font-size: 1.3020833333333335vw;
	text-decoration: none;
	transition: 0.3s;
    background: #bdccd4;
    margin: 0 auto 5em;
    border-radius: 50px;
}
.symposium_next_btn a::after{
    content: '';
	position: absolute;
	top: 50%;
	right: 80px;
	transform: rotate(45deg) translateY(-50%);
	width: 15px;
	height: 15px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #000;
}
.symposium_next_btn a:hover {
	background-color: #CDDFE8;
}

@media screen and (max-width: 800px) {
    .symposium_next_btn a{
	width: 25vw;
    padding: 1em 0;
	font-size: 2vw;
    margin: 0 auto 5em;
    border-radius: 50px;
}
.symposium_next_btn a::after{
	right: 45px;
	width: 10px;
	height: 10px;
}
}
@media screen and (max-width: 480px) {
    .symposium_next_btn a{
	width: 55vw;
    padding: 1.5em 0;
	font-size: 3vw;
}
.symposium_next_btn a::after{
	right: 15px;
	width: 5px;
	height: 5px;
}
}


/*幹部座談会*/

.symposium_main_title01{
    width: 100%;
    height: 245px;
    background-image: url("../img/symposium/symposium_main_bg_executive.jpg");
    background-repeat: no-repeat, no-repeat;
    background-position:right;
    background-size: cover;
}

@media screen and (max-width: 800px) {
    .symposium_main_title01{
        height: 100px;
    }
}
@media screen and (max-width: 480px) {
    .symposium_main_title01{
        height: 80px;
    }
}

.symposium_contents_area{
    max-width: 62.239583333333336vw;
    margin: 0 auto;
}
.symposium_contents_title{
    margin-bottom: 3em;
}
.symposium_contents_chach{
font-weight: bold;
font-size: 1.1979166666666667vw;
line-height: 2;
text-align: center;
margin-bottom: 3em;
}
@media screen and (max-width: 800px) {
    .symposium_contents_area{
    max-width: 100%;
    padding: 0 2em;
}
    .symposium_contents_chach{
font-size: 3vw;
}
}
@media screen and (max-width: 480px) {
    .symposium_contents_area{
    padding: 0 1em;
}
    .symposium_contents_title{
    margin-bottom: 1em;
}
    .symposium_contents_chach{
font-size: 3.5vw;
}
}

.symposium_column_area{
    margin-top: 3em;
}
.symposium_column_question{
font-weight: bold;
font-size: 18px;
line-height: 1.75;
color: #fe9301;
margin-bottom: .5em;
}
.symposium_answer_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.symposium_answer_txt{
    width: 65%;
}
.answer_detail{
    display: flex;
    justify-content: flex-start;
}
.answer_detail li{
    list-style: none;
    margin: 0 0 1em;
    line-height: 1.8;
}
.answer-left{
    width: 10%;
}
.answer-right{
    width: 90%;
}
.answer-left2{
    width: 7%;
}
.answer-right2{
    width: 95%;
}
.symposium_answer_photo{
    width: 30%;
}
@media screen and (max-width: 800px) {
    .symposium_answer_txt{
    width: 60%;
}
 .symposium_answer_photo{
    width: 38%;
}
    .answer_detail li{
        font-size: 1.2em;
    }
    .answer-left{
    width: 15%;
}
.answer-right{
    width: 85%;
}
}
@media screen and (max-width: 480px) {
    .symposium_column_question{
font-size: 16px;
        line-height: 1.2;
}
    .symposium_answer_box{
    display: block;
}
    .answer_detail li{
        font-size: .8em;
    }
    .symposium_answer_txt{
    width: 100%;
}
    .answer-left{
    width: 18%;
}
.answer-right{
    width: 80%;
}
    .answer-left2{
    width: 18%;
}
.answer-right2{
    width: 80%;
}
     .symposium_answer_photo{
    width: 100%;
         margin-top: .5em;
}
    .answer_detail{
    justify-content: space-between;
}
}

#symposium_profile_area{
    max-width: 62.239583333333336vw;
    margin: 0 auto;
}
.symposium_profile_title{
font-weight: bold;
font-size: 30px;
letter-spacing: 0.1em;
line-height: 2.5;
position:  relative;
    display:  inline-block;
    z-index: 1;
    margin-bottom: .5em;
}
.symposium_profile_title::before{
    content:  '';
    background-color: #FE9301;
    display:  block;
    position:  absolute;
    left:  -0.3em;
    height: 70px;
    width: 50px;
    top: 0;
    transform:skew(-25deg,0deg);
    z-index:  -1;
}

/*幹部プロフィール*/
.executive_profile_box{
    padding: 0 5em;
}
.executive_profile_photo{
    margin-bottom: 2.5em;
}
.profile_txt_01{
    margin-bottom: 1em;
}
.profile_txt_item{
    margin: 2em 0;
}
.profile_txt_name{
    border-bottom: 1px solid;
    padding: 0 0 .5em;
    margin: 0 0 .8em;
}
.profile_txt_name span{
    font-weight: bold;
    font-size: 1.5em;
}
@media screen and (max-width: 800px) {
    #symposium_profile_area{
    max-width: 100%;
        padding: 0 3em;
}
    .symposium_profile_title{
font-size: 23px;
}
.symposium_profile_title::before{
    height: 50px;
    width: 30px;
}
    .executive_profile_box{
    padding: 0 2em;
}
}
@media screen and (max-width: 480px) {
    #symposium_profile_area{
        padding: 0 1.5em;
}
    .executive_profile_box{
    padding: 0 0;
}
    .profile_txt_item{
        font-size: .8em;
    }
}

/*新人座談会*/

.symposium_main_title02{
    width: 100%;
    height: 245px;
    background-image: url("../img/symposium/symposium_main_bg_employee.jpg");
    background-repeat: no-repeat, no-repeat;
    background-position:right;
    background-size: cover;
}

@media screen and (max-width: 800px) {
    .symposium_main_title02{
        height: 100px;
    }
}
@media screen and (max-width: 480px) {
    .symposium_main_title02{
        height: 80px;
    }
}

/*新人プロフィール*/
.employee_profile_box{
}
.employee_profile_item{
     display: flex;
    align-items: center;
    margin-bottom: 1em;
     font-size: .8em;
}
.employee_profile_photo{
    max-width: 11.979166666666668vw;
    margin-right: 2em;
}
.employee_profile_detail{
    width: 100%;
}
@media screen and (max-width: 800px) {
    .employee_profile_photo{
    max-width: 18vw;
}
}
@media screen and (max-width: 480px) {
    .employee_profile_item{
     display: block;
}
    .employee_profile_photo{
        max-width:35vw;
        margin: 0 auto;
    }
}


/*リンクボタン*/
.symposium_link_box{
    max-width: 62.239583333333336vw;
    margin: 5em auto 0;
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.symposium_top_btn a{
    display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 220px;
    padding: 1em 0;
	color: #000;
	font-size: 18px;
	text-decoration: none;
	transition: 0.3s;
    background: #bdccd4;
    margin: 0 auto;
    border-radius: 10px;
}
.symposium_top_btn a::after{
    content: '';
	position: absolute;
	top: 50%;
	left: 30px;
	transform: rotate(45deg) translateY(-50%);
	width: 10px;
	height: 10px;
	border-width: 0 0 2px 2px;
	border-style: solid;
	border-color: #000;
}
.symposium_top_btn a:hover {
	background-color: #CDDFE8;
}

.symposium_next_btn_left{
    width: 43%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.symposium_link_next_btn a{
    width: 710px;
    padding: 1.3em;
border-radius: 15px;
border: 3px solid #bdccd4;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.symposium_next_btn_next{
    width: 70px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.symposium_next_btn_next::before{
    content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: rotate(45deg) translateY(-50%);
	width: 8px;
	height: 8px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #000;
}
.symposium_next_btn_icon{
    width: 197px;
}
.symposium_next_btn_txt{
    width: 55%;
}
.symposium_next_btn_title{
    font-weight: bold;
    margin-bottom: .2em;
}
.symposium_next_btn_name{
    font-size: 14px;
}
@media screen and (max-width: 800px) {
    .symposium_link_box{
        max-width: 95vw;
        display:block;
    }
    .symposium_link_next_btn a{
        margin: 2em auto 0;
    }
    .symposium_next_btn_title{
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
    .symposium_link_box{
        max-width: 90%;
    }
    .symposium_link_next_btn a{
        width: 100%;
        display:block;
    }
    .symposium_next_btn_left{
    width: 100%;
    justify-content: center;
}
    .symposium_next_btn_next{
        margin-right: 1em;
    }
    .symposium_next_btn_txt{
    width: 100%;
}
    .symposium_next_btn_title{
        font-size: 15px;
    }
    .symposium_next_btn_name{
    font-size: 12px;
}
}