.wrap_mainView .inner .col_txt h1 .h1_main {
    font-size: 25px;
    letter-spacing: 0.2em;
}
section{
	padding:0 0 120px;
}
.wrap_inner {
	margin-bottom: .5em !important;
    padding-bottom: 24px;
}
section .wrap_inner p {
    margin: 0;
    text-align: center;
    padding-bottom: 4em;
    font-size: .89rem;
}
.wrap_inner {
}

.wrap_slide_interview {
    position: relative;
}
.main section.interview ul {
	max-width: 1024px;
	margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main section.interview ul li {
	width: calc((100% - 32px * 2) / 3);
    position: relative;
    transition: transform .3s;
}
.main section.interview ul li.slick-current {
	transform:scale(.99);
	transition:.3s;
	transition-delay:.5s;
}
.main section.interview ul li a {
	color:#333;
	position: relative;
    z-index: 10;
}
/*.main section.interview ul li .box_fig {
    padding-top: 100%;
    height: 0;
    border-radius: 32px;
    position: relative;
	margin-bottom: 4%;
}*/
.main section.interview ul li .box_fig {
    background: #F9FD75;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 100%;
}
.main section.interview ul li .box_fig .list_num {
    position: absolute;
    top: 5%;
    left: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    padding: .2em;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    background: white;
    border-radius: 50%;
}
.main section.interview ul li .box_fig img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.main section.interview ul li .box_fig .hover {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
/*    transform: scale(.93);*/
}
.main section.interview ul li .box_fig .hover img {
    transform: scale(.93);
}
.main section.interview ul li .box_fig .hover .person_copy {
    position: absolute;
    bottom: 10%;
    font-weight: bold;
}
.main section.interview ul li .box_fig .hover .person_copy .copy_col {
	display:block;
	width:fit-content;
    background-color: #fff;
    padding: 0 .5em;
}
@media (hover: hover) and (pointer: fine) {
	.main section.interview ul li:hover .box_fig {
	background-color: #fff;
	}
	.main section.interview ul li:hover .box_fig .list_num {
	opacity: 0;
	}
	.main section.interview ul li:hover .box_fig img.first_fig {
	opacity: 0;
	}
	.main section.interview ul li:hover .box_fig .hover {
	display: block;
	opacity: 1;
	/*    transform: scale(1);*/
	transition: transform .3s;
	height: 100%;
	}
	.main section.interview ul li:hover .box_fig .hover img {
	transform: scale(1);
	transition: transform .3s;
	}
}
.main section.interview ul li p {
    text-align: left;
    font-weight: bold;
    color: black;
    direction: ltr;
    line-height: 1.5em;
    margin: .5em 0 1.8em;
}
.main section.interview ul li .box_fig .fig_person {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    overflow: hidden;
    z-index: 1;
}
.main section.interview ul li .box_fig .fig_person img {
	transition:.3s;
}
.main section.interview ul li a:hover .fig_person img{
	transform:scale(1.1);
	transition:.3s;
}
.main section.interview ul li .box_name_post {
    font-weight: bold;
    text-align: left;
}
.main section.interview ul li a .box_name_post .name {
    font-size: 1.11rem;
}
.main section.interview ul li .message{
	width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 0.990125rem;
    line-height: 1.3em;
    z-index: 1;
    margin-bottom: 10px;
    display: inline-block;
    transition: .3s;
}
.main section.interview ul li .message .box_mes {
   margin-bottom: 4px;
    line-height: 0;
    width: fit-content;
    margin-right: auto;
}
.main section.interview ul li .message .box_mes img {
    display: inline-block;
}

.main section.interview ul li a:hover .fig_person img{
	transform:scale(1.1);
	transition:.3s;
}
.main section.interview ul li .message svg.int_mes {
    width: 100%;
    height: 1.5em;
    background: #fafe88;
}
.main section.interview ul li .message svg.int_mes text{
	font-size:12pt;
}
.main section.interview ul li .message span{
	width: fit-content;
	height: 100%;
	padding:2px .5em 2px .5em;
	z-index: 10;
	display: block;
	position: relative;
	margin-bottom: 3px;
	box-sizing: border-box;
	color: #000;
    margin-right: auto;
}
.main section.interview ul li:not(.Interview02) .message span:last-child {
    width: 0;
    background: none;
}
.main section.interview ul li:not(.Interview02) .message span:last-child:before, .main section.interview ul li:not(.Interview02) .message span:last-child:after {
    display: none;
}
.main section.interview ul li .message span:after{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: block;
    background: #fafe88;
    z-index: -2;
    transition: .2s;
    left: 0;
}
.main section.interview ul li a:hover .message span:before{
	width: 100%;
}
.main section.interview ul li .title_bg{
	width: 100%;
	height: 43%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.main section.interview ul li .title_bg .box_title{
	bottom: 0;
	left: 0;
	color: #fff;
	line-height: 1.2em;
	width: 100%;
	height:100%;
	box-sizing: border-box;
	text-align:left;
	overflow: hidden;
}
.main section.interview ul li .title_bg .box_title .no{
	font-size: 0.78rem;
	margin: 0 0 5% 0;
}
.main section.interview ul li .title_bg .box_title .name{
	font-weight: bold;
	font-size: 1.11rem;
	margin: 0 0 5% 0;
}
.main section.interview ul li .title_bg .box_title .post{
	font-size: 0.723125rem;
	margin: 0 0 5% 0;
}
.main section.interview ul li .title_bg .box_title .btn_view{
	text-align: center;
    position: absolute;
    font-weight: bold;
    color: #fafe88;
    font-size: 1rem;
    bottom: .8em;
    width: 100%;
}
.discussion_3y .wrap_bnr {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.discussion_3y .wrap_bnr .box_dscs_title {
    position: absolute;
    top: 54%;
    left: 21%;
    transform: translate(-50%, -50%);
    max-width: 300px;
    height: auto;
    width: 100%;
}
.discussion_3y .wrap_bnr .box_dscs_fig img {
    transition: .3s;
}
.discussion_3y .wrap_bnr:hover .box_dscs_fig img {
    transform: scale(1.1);
}

@media screen and (max-width:1119px){
main.main {
    padding-left: 40px;
    padding-right: 40px;
}
.main section.interview ul {
    max-width: 672px;
}
.main section.interview ul li {
    width: 50%;
    max-width: 320px;
}
}

@media screen and (max-width: 939px){
	section {
	    padding: 80px 0;
	}
	section .wrap_inner > .wrap_inner {
	}
	footer {
	    padding-bottom: 700px;
	}
}

@media screen and (max-width: 768px){
	section:first-of-type {
	    padding-bottom: 48px;
	}
section.discussion_3y .wrap_inner p {
    padding-bottom: 2em;
}
	.discussion_3y .wrap_bnr {
    width: 80vw;
    max-width: 400px;
}
.discussion_3y .box_dscs_fig .only_sp {
    display: block;
}
.discussion_3y .wrap_bnr .box_dscs_title {
    left: 50%;
        top: 3%;
        transform: translate(-50%, 0);
        max-width: 75%;
}
.main section.interview ul {
    display: block;
    margin: 0 auto;
    width: 80vw;
    max-width: 400px;
}
.main section.interview ul li {
    width: auto;
    max-width: unset;
}
	footer {
	    padding-bottom: 0;
	}
}

@media screen and (max-width:667px){
section .wrap_inner {
    width: 100%;
}
.discussion_3y .wrap_bnr {
    width: 100%;
}
}
