@charset "utf-8";

@media screen and (min-width: 1301px) {
	.pc {
        display: block !important;
    }
	.sp {
        display: none !important;
    }
		.pad {
        display: none !important;
    }
}
@media screen and (max-width: 1300px) {
	.pc {
        display: none !important;
    }
	.sp {
        display: block !important;
    }
		.pad {
        display: none !important;
    }
}





/* =============================================================================
    座談会TOP
   ========================================================================== */
/* 初期状態（非表示） */
.fade {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease-out;
}

/* フェードイン後の状態 */
.fade.mv {
    opacity: 1;
    transform: translateY(0);
}

.sec-top h1.main-ttl {
    font-size: 90px;
    letter-spacing: -2px;
    font-weight: bold;
    font-feature-settings: "palt";
	font-family: "新ゴ R" , "メイリオ" , Meiryo , "ヒラギノ角ゴPro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , sans-serif;
    color: #231815;
    margin-bottom: 0;
	padding-left: 120px;
}
.sec-top h2{
	font-size: 48px;
	font-weight: bold;
	background-color: #1F82BE;
    padding: 15px 0;
	padding-left: 120px;
    margin-right: 3em;
	color: #fff;
		font-family: "新ゴ R" , "メイリオ" , Meiryo , "ヒラギノ角ゴPro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , sans-serif;
}
.sec-top{
	background: #F4F4F4;
	    padding-bottom: 0;
    padding-top: 200px;
}
.sec-top .flex{
	justify-content: space-between;
	align-items: anchor-center;
}
.sec-top .flex .txt{
	padding-bottom: 10em;

}
@media screen and (min-width: 768px) {
	.sec-top .flex .txt{
		width: 47%;
		}
	
		
}
@media screen and (max-width: 1700px) {
	.sec-top .flex .txt {
        width: 55%;
    }
	.sec-top h1.main-ttl {
    font-size: 80px;
		padding-left: 90px;
	}
	.sec-top h2{
		font-size: 43px;
		padding-left: 90px;
		margin-right: 1em;
	}

	
}
@media screen and (max-width: 1400px) {
	    .sec-top h1.main-ttl {
			font-size: 65px;
	}
	    .sec-top h2 {
        font-size: 39px;
        padding-left: 90px;
        margin-right: 2em;
    }
	
}
@media screen and (max-width: 767px) {
	.sec-top {
    background: #F4F4F4;
    padding-bottom: 0;
    padding-top: 120px;
}
	.sec-top .flex .txt {
    padding-bottom: 3em;
	width: 100%;
}
	.sec-top h1.main-ttl {
        font-size: 40px;
        letter-spacing: -2px;
        font-weight: bold;
        font-feature-settings: "palt";
        color: #231815;
        margin-bottom: 0;
        padding-left: 20px;
    }

.sec-top h2 {
    font-size: 25px;
    font-weight: bold;
    background-color: #1F82BE;
    padding: 15px 0;
    padding-left: 20px;
    width: 78%;
    color: #fff;
}

}





/* =============================================================================
    座談会
   ========================================================================== */

.sec-blue{
	background: #1F82BE;
}
.sec-blue::before {
    position: absolute;
    content: "";
    background: url(../images/talk/nissin-bg.png) no-repeat;
    width: 100%;
    height: 730px;
    top: 52em;
    left: 0;
    object-fit: cover;
    background-size: 100% auto;
}
.sec-blue .wrap{
	position: relative;
}
.sec-blue .wrap h3.member-ttl{
	color: #fff;
	font-size: 48px;
    text-align: center;
	font-weight: bold;
	margin-bottom: -10px;
}
.sec-blue .wrap p.ttl{
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
    letter-spacing: -1px;
}
.sec-blue .wrap ul.member{
	background: #fff;
	justify-content: space-evenly;
	padding: 50px 0;
	    margin-top: 3em;
	    padding-bottom: 40px;
}
.sec-blue .wrap ul.member .undertxt{
	text-align: center;
	padding-top: 15px;
}
.sec-blue .wrap ul.member .undertxt p.membername{
	font-size: 20px;
	font-weight: bold;
}

.talk-R,.talk-L{
	margin-bottom: 6em;
	margin-top: 16em;
}
.center-flex{
	align-items: center;
}
.talk-box{
	margin: 40px 0;
}
.single-box{
	align-items: center;
	margin: 10px 0;
}
.talk-box img{
	width: 95%;
}
.talk-box .boxR .name span{
	font-size: 23px;
}
.talk-R{
	justify-content: flex-end;
}


.center-img{
	text-align: center;
}
#talkcont h3.white-ttl{
color: #fff;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 1.5em;
    font-family: Arial, Helvetica, "sans-serif";
}
.talk-R .talk-box .boxR{
	text-align: center;
	padding-right: 35px;
}
.talk-R .talk-box .boxR .name{
	color: #fff;
    font-size: 17px;
    font-weight: bold;
}

.talk-box .boxL{
	width: 75%;
    background: #fff;
    padding: 33px 42px;
	position: relative;
    word-break: break-all;
    text-align: justify;
	height: fit-content;
}
.talk-box p{
	font-size: 18px;
	line-height: 35px;
	letter-spacing: -1px;
	font-weight: 500;
}
.talk-R .talk-box .boxL::before {
    position: absolute;
    content: "";
    background: url(../images/talk/Arrow.png) no-repeat;
	width: 40px;
    height: 33px;
    top: 80px;
    left: -30px;
}
.talk-L .talk-box .boxR{
	text-align: center;
	padding-right: 35px;
}
.talk-L .talk-box .boxR .name{
	color: #fff;
    font-size: 17px;
    font-weight: bold;
}

.talk-L .talk-box .boxL::before {
    position: absolute;
    content: "";
    background: url(../images/talk/Arrow.png) no-repeat;
	width: 40px;
    height: 33px;
    top: 50px;
    left: -30px;
}
.talk-L .talk-box .single::before {
    position: absolute;
    content: "";
    background: url(../images/talk/Arrow.png) no-repeat;
	width: 40px;
    height: 33px;
    top: 30px;
    left: -30px;
}
.before-single{
	margin-bottom: 1.8em;
}
.after-single{
	margin-top: 1.8em;
}


@media screen and (min-width: 768px) {
	.talk-L .txt{
		width: 50%;
	}
	.talk-R .txt{
	width: 44%;
}
	#talkcont h3.smallttl {
    color: #fff;
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 1.5em;
}
	.long .txt {
        width: 44%;
        margin-top: -14em;
    }
	.talk-L .txt{
	padding-left: 5em;
}
	.center-flex {
    margin-top: -3em;
}
	.talk-L .pic-fle-left{
		width: 38%;
	}
	.talk-L .pic-fle-left img:nth-child(2){
		padding-top: 10em;
		padding-left: 7em;
	}
		.talk-R .pic-fle-right{
		width: 38%;
			text-align: right;
	}
	.talk-R .pic-fle-right img:nth-child(2){
		padding-top: 10em;
		padding-right: 5em;
		}
	.talk-R .pic-fle-right img:nth-child(3){
		padding-top: 10em;
		padding-right: 16em;
		}
	.talk-R .last img:nth-child(2){
		padding-top: 10em;
		padding-right: 20em;
		}
	.talk-R .last{
		width: 32%;
	}
	.talk-R .talk-box .boxL::before {
    position: absolute;
    content: "";
    background: url(../images/talk/Arrow.png) no-repeat;
    width: 40px;
    height: 33px;
    top: 55px;
    left: -30px;
}
	.talk-R .talk-box .single::before {
    position: absolute;
    content: "";
    background: url(../images/talk/Arrow.png) no-repeat;
	width: 40px;
    height: 33px;
    top: 30px;
    left: -30px;
}
	.talk-R .talk-box .three-height::before,
	.talk-L .talk-box .three-height::before{
    position: absolute;
    content: "";
    background: url(../images/talk/Arrow.png) no-repeat;
	width: 40px;
    height: 33px;
    top: 70px;
    left: -30px;
}
}
@media screen and (max-width: 1700px) {
		#talkcont h3.white-ttl{
		font-size: 43px;
	}
	.talk-R .txt{
		margin-right: 3em;
	}
	    .long .txt {
			width: 51%;
	}

}
@media only screen and (min-width: 768px) and (max-width: 1300px){
			.pad {
        display: block!important;
    }
	    .wrap {
        max-width: 1140px;
        padding: 0 20px;
        margin: 0 auto;
    }
	.sec-top .flex .txt {
        width: 70%;
    }
	.sec-top h1.main-ttl {
        font-size: 50px;
		padding-left: 50px;
    }
	    .sec-top h2 {
        font-size: 36px;
        padding-left: 50px;
        margin-right: 1em;
    }
	.talk-box .boxL {
		width: 85%;
	}
	.talk-R, .talk-L {
    flex-direction: column;
}
.talk-R .txt {
        margin: 0 auto;
        width: 85%;
    }	
	    .talk-L .txt {
			margin: 0 auto;
        width: 85%;
    }
	.reverse{
		flex-direction: column-reverse;
	}
	.slider{
		margin: 20px 0;
	}
	.talk-R, .talk-L {
    margin-bottom: 6em;
    margin-top: 8em;
}

	.talk-L .txt {
         padding-left: 0em;
    }
	.talk-L .talk-box .boxL::before {
    position: absolute;
    content: "";
    background: url(../images/talk/Arrow.png) no-repeat;
    width: 40px;
    height: 33px;
    top: 50px;
    left: -30px;
}
	.talk-R .talk-box .three-height::before, .talk-L .talk-box .three-height::before {
        position: absolute;
        content: "";
        background: url(../images/talk/Arrow.png) no-repeat;
        width: 40px;
        height: 33px;
        top: 50px;
        left: -30px;
    }

	.talk-R .talk-box .boxL::before {
        position: absolute;
        content: "";
        background: url(../images/talk/Arrow.png) no-repeat;
        width: 40px;
        height: 33px;
        top: 50px;
        left: -30px;
    }

	.talk-R .talk-box .single::before,
	.talk-L .talk-box .single::before {
    position: absolute;
    content: "";
    background: url(../images/talk/Arrow.png) no-repeat;
	width: 40px;
    height: 33px;
    top: 30px;
    left: -30px;
}
}
@media screen and (max-width: 767px) {
	#talkcont {
    margin-top: 4em;
		padding: 0 10px;
		margin-bottom: 5em;
}
	.sec-blue .wrap ul.member li{
		text-align: center;
        padding-bottom: 20px;
	}
	.sec-blue .wrap h3.member-ttl {
    color: #fff;
		font-size: 37px;
	}
	.sec-blue .wrap ul.member {
		margin: 0 10px;
		margin-top: 3em;
	}
	#talkcont h3.white-ttl{
		font-size: 26px;
	}
	.talk-box {
    margin: 40px 0;
    display: flex;
}
	.talk-box .boxL {
        width: 88%;
        background: #fff;
        padding: 14px 20px;
        font-size: 14px;
        line-height: 28px;
        position: relative;
        letter-spacing: 0px;
        font-weight: 500;
        height: fit-content;
    }
	    .talk-R .txt {
        margin-right: 0em;
			width: 100%;
    }
	.center-img {
    text-align: center;
    margin-bottom: 30px;
}
	/*.talk-L .talk-box .boxL::before,*/
	.talk-R .talk-box .boxL::before {
    position: absolute;
    content: "";
    background: url(../images/talk/Arrow.png) no-repeat;
    width: 30px;
    height: 30px;
    top: 47px;
    left: -24px;
}
	.talk-R .talk-box .single::before {
    position: absolute;
    content: "";
    background: url(../images/talk/Arrow.png) no-repeat;
    width: 30px;
    height: 30px;
    top: 20px;
    left: -24px;
}
}

.recbtn {
    padding-top: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    background: #fff;
    display: block;
    width: fit-content;
    padding: 19px 50px;
    border: 2px #000 solid;
	position: relative;
}
.recbtn:after {
    position: absolute;
    content: "";
    background: url(../images/top/btn-arrow.png) no-repeat;
    width: 12px;
    height: 12px;
    top: 25px;
    right: 22px;
}