@charset "UTF-8";


/* maintit
------------------------------------------------- */
.maintit {
    padding-top: 7.5em;
    margin-bottom: 2.5rem;
}
.maintit .inner {
    max-width: inherit;
    padding: 0 2.6525em;
}
.maintit .box {
    border-bottom: 1px solid #333;
    padding-bottom: 2.5em;
    position: relative;
}
.maintit .box::before {
    content: '';
    width: 100%;
    height: 0.3125em;
    background-color: #333;
    position: absolute;
    left: 0;
    bottom: 0.3125em;
}
.maintit h1 {
    width: 29.285em;
    font-weight: 700;
    line-height: 2.0625;
    margin-left: 7.7em;
}
.detail1 .maintit h1 {
    margin-left: 3.57em;
}
@media only screen and (min-width:751px){
.maintit h1 {
    font-size: 21px;
}   
}
@media only screen and (min-width:751px) and (max-width:2100px){
.maintit h1 {
    font-size: 1vw;
}
}
@media only screen and (max-width:750px){
.maintit {
    padding-top: 21.6vw;
    margin: 0;
}
.maintit .inner {
    padding: 0;
}
.maintit .box {
    padding-bottom: 7.2vw;
}
.maintit .box::before {
    height: 1.33vw;
    bottom: 0.3125em;
}
.maintit h1 {
    font-size: 3.466vw;
    width: 100%;
    text-align: center;
    margin: 0;
}
.detail1 .maintit h1 {
    margin-left: 0;
}
.maintit h1 img {
    width: 71.2vw;
    margin: 0 auto;
}
.maintit h1 img.pcon {
    display: block;
}
.maintit h1 img.spon {
    display: none;
}
}


/* cnav
------------------------------------------------- */
.cnav {
    position: relative;
}
.cnav ul {
    width: 39.125em;
    position: absolute;
    right: 9.375em;
    top: -9em;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-right: 11.25em;
    box-sizing: border-box;
}
.cnav ul li {
    width: 9.4285em;
    margin: 0 0.714285em 0.85714em 0;
    text-align: center;
}
.cnav ul li a {
    width: 100%;
    height: 2.14285em;
    background-color: #fff;
    border: 1px solid rgba(51,51,51,0.5);
    border-radius: 2em;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.15em;
    box-sizing: border-box;
}
.cnav ul li.current-cat a {
    color: #fff;
}
.cnav ul li.all.current-cat a {
    background-color: #7D8B95;
    border-color: #7D8B95;
}
.cnav ul li.cat-item-1.current-cat a,
.cnav.job ul li.cat-item-1 a {
    background-color: var(--category-job);
    border-color: var(--category-job);
    color: #fff;
}
.cnav ul li.cat-item-2.current-cat a,
.cnav.worklife ul li.cat-item-2 a {
    background-color: var(--category-worklife);
    border-color: var(--category-worklife);
    color: #fff;
}
.cnav ul li.cat-item-3.current-cat a,
.cnav.research ul li.cat-item-3 a {
    background-color: var(--category-research);
    border-color: var(--category-research);
    color: #fff;
}
.cnav ul li.cat-item-4.current-cat a,
.cnav.company ul li.cat-item-4 a {
    background-color: var(--category-company);
    border-color: var(--category-company);
    color: #fff;
}
.cnav ul li.cat-item-5.current-cat a,
.cnav.others ul li.cat-item-5 a {
    background-color: var(--category-others);
    border-color: var(--category-others);
    color: #fff;
}
.cnav ul li.cat-item-6 {
    width: 9.375em;
    margin: 1.05em 0 0;
    position: absolute;
    right: 0;
    top: 0;
}
.cnav ul li.cat-item-6::before {
    content: '';
    width: 1px;
    height: 4.5em;
    background-color: #333;
    position: absolute;
    left: -1.875em;
    top: -1.05em;
}
.cnav ul li.cat-item-6 a {
    height: 2.375em;
    background-color: #333;
    border-radius: 0;
    letter-spacing: 0.3em;
    color: #fff;
}
.cnav ul li.cat-item-6.current-cat a {
    background-color: var(--category-movie);
    border-color: var(--category-movie);
}
@media only screen and (min-width:751px){
.cnav ul li {
    font-size: 21px;
}
.cnav ul li a:hover {
    color: #fff;
}
.cnav ul li.all a:hover {
    background-color: #7D8B95;
    border-color: #7D8B95;
}
.cnav ul li.cat-item-1 a:hover {
    background-color: var(--category-job);
    border-color: var(--category-job);
}   
.cnav ul li.cat-item-2 a:hover {
    background-color: var(--category-worklife);
    border-color: var(--category-worklife);
}
.cnav ul li.cat-item-3 a:hover {
    background-color: var(--category-research);
    border-color: var(--category-research);
}
.cnav ul li.cat-item-4 a:hover {
    background-color: var(--category-company);
    border-color: var(--category-company);
}
.cnav ul li.cat-item-5 a:hover {
    background-color: var(--category-others);
    border-color: var(--category-others);
}  
.cnav ul li.cat-item-6 {
    font-size: 24px;
}
.cnav ul li.cat-item-6 a:hover {
    background-color: var(--category-movie);
    border-color: var(--category-movie);
}
}
@media only screen and (min-width:751px) and (max-width:2100px){
.cnav ul li {
    font-size: 1vw;
}
.cnav ul li.cat-item-6 {
    font-size: 1.14285vw;
}
}
@media only screen and (max-width:750px){
.cnav {
    padding: 7vw 0;
    margin-bottom: 0;
}
.nav-fixed .cnav {
    position: static;
}
.cnav ul {
    font-size: 3.466vw;
    width: 86.66vw;
    margin: 0 auto;
    position: static;
    display: flex;
    padding: 0;
}
.cnav ul li {
    width: 28vw;
    margin: 0 1.33vw 2.66vw 0;
    text-align: center;
}
.cnav ul li:nth-child(3n) {
    margin-right: 0;
}
.cnav ul li a {
    height: 6.933vw;
}
.cnav ul li.cat-item-2 {
    font-size: 3.2vw;
}
.cnav ul li.cat-item-6 {
    position: static;
    font-size: 3.733vw;
    width: 100%;
    margin: 1.33vw auto 0;
}
.cnav ul li.cat-item-6::before {
    display: none;
}
.cnav ul li.cat-item-6 a {
    height: 6.933vw;
}
}


/* pickup
------------------------------------------------- */
.pickup {
    margin-bottom: 8em;
    position: relative;
}
.pickup::before,
.pickup::after {
    content: '';
    width: 9.375em;
    height: calc(100% - 2px);
    background: linear-gradient(-90deg, rgba(255,255,255,0), rgba(255,255,255,1));
    position: absolute;
    left: 0;
    top: 1px;
    z-index: 3;
}
.pickup::after {
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,1));
    left: auto;
    right: 0;
}
.pickup .pickup-slider {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    z-index: 2;
}
.pickup .pickup-slider .swiper-slide {
    width: 37.5em;
    height: 46.25em;
    border-right: 1px solid #333;
    box-sizing: border-box;
}
.pickup .pickup-slider .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.pickup .pickup-slider .swiper-slide a::after {
    content: '';
    width: 32.5em;
    height: 0.625em;
    position: absolute;
    left: 50%;
    margin-left: -18.75em;
    bottom: 0;
}
.pickup .pickup-slider .swiper-slide.job a::after {
    background-color: var(--category-job);
}
.pickup .pickup-slider .swiper-slide.worklife a::after {
    background-color: var(--category-worklife);
}
.pickup .pickup-slider .swiper-slide.research a::after {
    background-color: var(--category-research);
}
.pickup .pickup-slider .swiper-slide.company a::after {
    background-color: var(--category-company);
}
.pickup .pickup-slider .swiper-slide.others a::after {
    background-color: var(--category-others);
}
.pickup .pickup-slider .swiper-slide a .photo {
    width: 100%;
    height: 23.5em;
    overflow: hidden;
    position: relative;
}
.pickup .pickup-slider .swiper-slide a .photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: 0.4s;
}
.pickup .pickup-slider .swiper-slide a .photo .pickicon {
    display: none;
}
.pickup .pickup-slider .swiper-slide:nth-of-type(1) a .photo .pickicon,
.pickup .pickup-slider .swiper-slide:nth-of-type(6) a .photo .pickicon,
.pickup .pickup-slider .swiper-slide:nth-of-type(11) a .photo .pickicon {
    display: block;
}
.pickup .pickup-slider .swiper-slide a .photo p {
    width: 18.75em;
    background-color: rgba(51,51,51,0.85);
    font-weight: 700;
    line-height: 2.5;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
.pickup .pickup-slider .swiper-slide a .cover {
    padding: 2em 3.125em 3.125em;
    position: relative;
}
.pickup .pickup-slider .swiper-slide a .cover .date {
    display: flex;
    align-items: center;
    margin-bottom: 0.5em;
}
.pickup .pickup-slider .swiper-slide a .cover .date .cate {
    width: 8.57em;
    height: 2em;
    border-radius: 2em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.1em;
    transition: 0.4s;
}
.pickup .pickup-slider .swiper-slide.job a .cover .date .cate {
    background-color: var(--category-job);
}
.pickup .pickup-slider .swiper-slide.worklife a .cover .date .cate {
    background-color: var(--category-worklife);
}
.pickup .pickup-slider .swiper-slide.research a .cover .date .cate {
    background-color: var(--category-research);
}
.pickup .pickup-slider .swiper-slide.company a .cover .date .cate {
    background-color: var(--category-company);
}
.pickup .pickup-slider .swiper-slide.others a .cover .date .cate {
    background-color: var(--category-others);
}
.pickup .pickup-slider .swiper-slide a .cover .date p {
    font-weight: 500;
    color: #7D8B95;
    padding-left: 1.2em;
    transition: 0.4s;
}
.pickup .pickup-slider .swiper-slide a .cover .tit {
    height: 4.5em;
    font-weight: 900;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: 0.4s;
}
.pickup .pickup-slider .swiper-slide a .cover .tag {
    height: 4em;
    margin-top: 1em;
    line-height: 1.85;
    color: #7D8B95;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: 0.4s;
}
.pickup .pickup-slider .swiper-slide a .cover .tag span {
    display: inline-block;
    font-weight: 500;
    margin-right: 1.25em;
}
.pickup .pickup-slider .swiper-slide a .cover .btnst2 {
    position: absolute;
    right: 3.75em;
    bottom: 1em;
}
.pickup .pickup-slider .swiper-slide a .cover .btnst2 span {
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #7D8B95;
}
.pickup .pickup-slider .swiper-slide a .cover .btnst2 span b {
    width: 0.75em;
    height: 0.75em;
    margin-top: -0.375em;
}
.pickup .swiper-button-next,
.pickup .swiper-button-prev {
    width: 4.6875em;
    height: 4.6875em;
    background-color: #333;
    border-radius: 50%;
    left: 2.5em;
    margin-top: -2em;
}
.pickup .swiper-button-next {
    left: auto;
    right: 2.5em;
}
.pickup .swiper-button-next::after,
.pickup .swiper-button-prev::after {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    transition: 0.4s;
}
@media only screen and (min-width:751px){
.pickup .pickup-slider .swiper-slide.job a:hover {
    background-color: var(--category-job);
}
.pickup .pickup-slider .swiper-slide.worklife a:hover {
    background-color: var(--category-worklife);
}
.pickup .pickup-slider .swiper-slide.research a:hover {
    background-color: var(--category-research);
}
.pickup .pickup-slider .swiper-slide.company a:hover {
    background-color: var(--category-company);
}
.pickup .pickup-slider .swiper-slide.others a:hover {
    background-color: var(--category-others);
}
.pickup .pickup-slider .swiper-slide a:hover .photo img {
    transform: scale(1.05);
}  
.pickup .pickup-slider .swiper-slide a:hover .cover .date .cate {
    background-color: #fff;
}
.pickup .pickup-slider .swiper-slide.job a:hover .cover .date .cate {
    color: var(--category-job);
}
.pickup .pickup-slider .swiper-slide.worklife a:hover .cover .date .cate {
    color: var(--category-worklife);
}
.pickup .pickup-slider .swiper-slide.research a:hover .cover .date .cate {
    color: var(--category-research);
}
.pickup .pickup-slider .swiper-slide.company a:hover .cover .date .cate {
    color: var(--category-company);
}
.pickup .pickup-slider .swiper-slide.others a:hover .cover .date .cate {
    color: var(--category-others);
}    
.pickup .pickup-slider .swiper-slide a:hover .cover .date p,
.pickup .pickup-slider .swiper-slide a:hover .cover .tit,
.pickup .pickup-slider .swiper-slide a:hover .cover .tag,
.pickup .pickup-slider .swiper-slide a:hover .cover .btnst2 span {
    color: #fff;
}
.pickup .swiper-button-prev:hover::after {
    padding-right: 0.5em;
}
.pickup .swiper-button-next:hover::after {
    padding-left: 0.5em;
}
}
@media only screen and (min-width:751px) and (max-width:2100px){
.pickup .swiper-button-next::after,
.pickup .swiper-button-prev::after {
    font-size: 2vw;
}
}
@media only screen and (max-width:750px){
.pickup {
    display: none;
}
}


/* voice-list3
------------------------------------------------- */
.voice-list3 {
    display: none;
}
@media only screen and (max-width:750px){
.voice-list3 {
    display: block;
    padding-bottom: 8vw;
}
.voice-list3 .sec {
    margin-bottom: 8vw;
}
}



/* voice-list1
------------------------------------------------- */
.voice-list1 {
	padding-bottom: 5.625em;
}
.voice-list1 .titbox {
    height: 7.5em;
    border-top: 0.3125em solid #333;
    position: relative;
    box-sizing: border-box;
}
.voice-list1 .titbox h2 {
    font-weight: 700;
    display: flex;
    align-items: flex-end;
}
.voice-list1 .titbox h2 span {
    width: 9.2em;
    line-height: 2.3;
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin-right: 0.75em;
    box-sizing: border-box;
}
.voice-list1.category-job .titbox h2 span {
    letter-spacing: 0.5em;
    background-color: var(--category-job);
    padding-left: 0.5em;
}
.voice-list1.category-worklife .titbox h2 span {
    background-color: var(--category-worklife);
}
.voice-list1.category-research .titbox h2 span {
    background-color: var(--category-research);
}
.voice-list1.category-company .titbox h2 span {
    letter-spacing: 0.5em;
    background-color: var(--category-company);
    padding-left: 0.5em;
}
.voice-list1.category-others .titbox h2 span {
    background-color: var(--category-others);
}    
.voice-list1.category-movie .titbox h2 span {
    letter-spacing: 0.5em;
    background-color: var(--category-movie);
    padding-left: 0.5em;
}    
.voice-list1.taxonomy .titbox h2 span {
    width: 12em;
    background-color: #CBD5DC;
    color: #7d8b95;
}    
.voice-list1 .titbox .btnst2 {
    position: absolute;
    right: 2em;
    bottom: 1.75em;
}
.voice-list1.category-job .titbox .btnst2 a b {
    background-color: var(--category-job);
}
.voice-list1.category-job .titbox .btnst2 a b::after {
    animation: circleScale-job 1.2s linear infinite;
}
.voice-list1.category-worklife .titbox .btnst2 a b {
    background-color: var(--category-worklife);
}
.voice-list1.category-worklife .titbox .btnst2 a b::after {
    animation: circleScale-worklife 1.2s linear infinite;
}
.voice-list1.category-research .titbox .btnst2 a b {
    background-color: var(--category-research);
}
.voice-list1.category-research .titbox .btnst2 a b::after {
    animation: circleScale-research 1.2s linear infinite;
}
.voice-list1.category-company .titbox .btnst2 a b {
    background-color: var(--category-company);
}
.voice-list1.category-company .titbox .btnst2 a b::after {
    animation: circleScale-company 1.2s linear infinite;
}
.voice-list1.category-other .titbox .btnst2 a b {
    background-color: var(--category-others);
}
.voice-list1.category-others .titbox .btnst2 a b::after {
    animation: circleScale-others 1.2s linear infinite;
}
.voice-list1.category-movie .titbox .btnst2 a b {
    background-color: var(--category-movie);
}
.voice-list1 .swiper-button-next,
.voice-list1 .swiper-button-prev {
    margin-top: 1.25em;
}
@media only screen and (max-width:750px){
.voice-list1 {
	padding-bottom: 36vw;
}
.voice-list1 .titbox {
    height: 26.66vw;
    border-top: 1.33vw solid #333;
}
.voice-list1 .titbox h2 {
    font-size: 4.8vw;
}
.voice-list1 .titbox h2 span {
    font-size: 5.866vw;
    width: 65.33vw;
    line-height: 14.4vw;
    margin-right: 0.5em;
}
.voice-list1.taxonomy .titbox h2 span {
    width: 68vw;
}    
.voice-list1 .titbox .btnst2 {
    font-size: 4.266vw;
    right: 19.2vw;
    bottom: -120vw;
}
.voice-list1 .titbox .btnst2 a {
    font-weight: 500;
    padding-right: 1.5em;
}
.voice-list1 .titbox .btnst2 a b {
    width: 0.6em;
    height: 0.6em;
    margin-top: -0.3em;
}
}


/* voice-list2
------------------------------------------------- */
.voice-list2 {
	padding-bottom: 4.5em;
}
.voice-list2 .inner {
    max-width: 2100px;
    padding: 0 2.6525em;
}
.voice-list2 ul {
    margin-left: 1px;
}
.voice-list2 ul li {
    width: 33.334%;
    height: 39.375em;
    border: 1px solid #333;
    margin-bottom: 3.75em;
    box-sizing: border-box;
    margin-left: -1px;
    position: relative;
}
.voice-list2 ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.voice-list2 ul li a::after {
    content: '';
    width: 21.875em;
    height: 0.5875em;
    position: absolute;
    left: 50%;
    margin-left: -10.9375em;
    bottom: 0;
}
.voice-list2 ul li a .photo {
    width: 100%;
    height: 17.1875em;
    overflow: hidden;
}
.voice-list2 ul li a .photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: 0.4s;
}
.voice-list2 ul li a .photo p {
    width: 16.92em;
    background-color: rgba(51,51,51,0.85);
    font-weight: 700;
    line-height: 2.3;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
.voice-list2 ul li .cover {
    padding: 2.5em 2.8125em 2em;
    position: relative;
}
.voice-list2 ul li .cover .date {
    display: flex;
    align-items: center;
    margin-bottom: 0.75em;
}
.voice-list2 ul li .cover .date .cate {
    width: 8.75em;
    height: 2.2em;
    border-radius: 2em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.1em;
    transition: 0.4s;
}
.voice-list2 ul li.job a::after,
.voice-list2 ul li.job a .cover .date .cate {
    background-color: var(--category-job);
}
.voice-list2 ul li.worklife a::after,
.voice-list2 ul li.worklife a .cover .date .cate {
    background-color: var(--category-worklife);
}
.voice-list2 ul li.research a::after,
.voice-list2 ul li.research a .cover .date .cate {
    background-color: var(--category-research);
}
.voice-list2 ul li.company a::after,
.voice-list2 ul li.company a .cover .date .cate {
    background-color: var(--category-company);
}
.voice-list2 ul li.others a::after,
.voice-list2 ul li.others a .cover .date .cate {
    background-color: var(--category-others);
}
.voice-list2 ul li.movie .cover .date .cate {
    background-color: var(--category-movie);
}
.voice-list2 ul li .cover .date p {
    font-weight: 500;
    color: #7D8B95;
    padding-left: 1.45em;
    transition: 0.4s;
}
.voice-list2 ul li .cover .tit {
    height: 6.5em;
    font-weight: 900;
    line-height: 1.68;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    transition: 0.4s;
}
.voice-list2 ul li .cover .tag {
    height: 4em;
    margin-top: 2.25em;
    line-height: 1.85;
    color: #7D8B95;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: 0.4s;
}
.voice-list2 ul li .cover .tag span {
    display: inline-block;
    font-weight: 500;
    margin-right: 1.5em;
}
.voice-list2 ul li.movie {
    height: auto;
}
.voice-list2 ul li.movie::after {
    content: '';
    width: 21.875em;
    height: 0.5875em;
    background-color: #048AA2;
    position: absolute;
    left: 50%;
    margin-left: -10.9375em;
    bottom: 0;
}
.voice-list2 ul li.movie .photo {
    width: 100%;
    height: 17.25em;
    background-color: #333;
    padding-top: 0.85em;
    box-sizing: border-box;
}
.voice-list2 ul li.movie .photo .box {
    padding-top: 56.25%;
    position: relative;
}
.voice-list2 ul li.movie .photo iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.voice-list2 ul li.movie .cover .tit {
    height: 3.5em;
    -webkit-line-clamp: 2;
}
@media only screen and (min-width:751px){
.voice-list2 ul li.job a:hover,
.voice-list2 ul li.job a::after {
    background-color: var(--category-job);
}
.voice-list2 ul li.worklife a:hover,
.voice-list2 ul li.worklife a::after {
    background-color: var(--category-worklife);
}
.voice-list2 ul li.research a:hover,
.voice-list2 ul li.research a::after {
    background-color: var(--category-research);
}
.voice-list2 ul li.company a:hover,
.voice-list2 ul li.company a::after {
    background-color: var(--category-company);
}
.voice-list2 ul li.others a:hover,
.voice-list2 ul li.others a::after {
    background-color: var(--category-others);
}
.voice-list2 ul li a:hover .photo img {
    transform: scale(1.05);
}  
.voice-list2 ul li a:hover .cover .date .cate {
    background-color: #fff;
}
.voice-list2 ul li.job a:hover .cover .date .cate {
    color: var(--category-job);
}
.voice-list2 ul li.worklife a:hover .cover .date .cate {
    color: var(--category-worklife);
}
.voice-list2 ul li.research a:hover .cover .date .cate {
    color: var(--category-research);
}
.voice-list2 ul li.company a:hover .cover .date .cate {
    color: var(--category-company);
}
.voice-list2 ul li.others a:hover .cover .date .cate {
    color: var(--category-others);
}    
.voice-list2 ul li a:hover .cover .date p,
.voice-list2 ul li a:hover .cover .tit,
.voice-list2 ul li a:hover .cover .tag {
    color: #fff;
}
}
@media only screen and (max-width:750px){
.voice-list2 {
	padding-bottom: 10vw;
}
.voice-list2 .inner {
    padding: 0;
}
.voice-list2 ul {
    width: 100%;
    margin: 0;
}
.voice-list2 ul li {
    width: 100%;
    height: auto;
    border-right: none;
    border-left: none;
    margin: 0 0 8vw;
}
.voice-list2 ul li a::after {
    width: 86.66vw;
    height: 2.66vw;
    margin-left: -43.33vw;
}
.voice-list2 ul li a .photo {
    width: 100%;
    height: 62.4vw;
}
.voice-list2 ul li .cover {
    padding: 5.5vw 6.66vw 10vw;
}
.voice-list2 ul li .cover .date {
    margin-bottom: 0.75em;
}
.voice-list2 ul li .cover .date .cate {
    font-size: 3.2vw;
    width: 30vw;
    height: 6.8vw;
}
.voice-list2 ul li .cover .date p {
    font-size: 4.266vw;
}
.voice-list2 ul li .cover .tit {
    font-size: 5.33vw;
    height: auto;
    max-height: 7.25em;
    line-height: 1.8;
    -webkit-line-clamp: 4;
}
.voice-list2 ul li .cover .tag {
    height: auto;
    max-height: 4em;
    font-size: 3.2vw;
}
.voice-list2 ul li.movie {
    height: auto;
}
.voice-list2 ul li.movie::after {
    width: 86.66vw;
    height: 2.66vw;
    margin-left: -43.33vw;
}
.voice-list2 ul li.movie .photo {
    width: 100%;
    height: 56.25vw;
    padding-top: 0;
}
.voice-list2 ul li.movie .cover .tit {
    height: auto;
    max-height: 4em;
    -webkit-line-clamp: 2;
}
}


/* detail
------------------------------------------------- */
.detail1 .inner {
    padding: 0 6.25em;
}
.detail1 .col2 {
    padding-top: 1.3em;
}
.detail1 .col2 .col-side {
    width: 20.833%;
    height: 100%;
    position: sticky;
    top: 6.5em;
    padding-bottom: 7em;
    box-sizing: border-box;
}
.detail1 .col2 .col-side_sp {
    display: none;
}
.detail1 .col2 .col-side p,
.detail1 .col2 .col-side_sp p{
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    line-height: 1.166;
    text-align: center;
    margin-bottom: 3em;
}
.detail1 .col2 .col-side ul li,
.detail1 .col2 .col-side_sp ul li {
    margin-bottom: 1.4em;
}
.detail1 .col2 .col-side ul li:last-child,
.detail1 .col2 .col-side_sp ul li:last-child {
    margin-bottom: 0;
}
.detail1 .col2 .col-side ul li a,
.detail1 .col2 .col-side_sp ul li a {
    display: block;
    font-weight: 700;
    line-height: 2;
    padding-left: 1.5em;
    position: relative;
}
.detail1 .col2 .col-side ul li a::before,
.detail1 .col2 .col-side_sp ul li a::before {
    content: '';
    width: 0.714em;
    height: 0.714em;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.725em;
}
.detail1 .col2.job .col-side ul li a::before,
.detail1 .col2.job .col-side_sp ul li a::before {
    background-color: var(--category-job);
}
.detail1 .col2.worklife .col-side ul li a::before,
.detail1 .col2.worklife .col-side_sp ul li a::before {
    background-color: var(--category-worklife);
}
.detail1 .col2.research .col-side ul li a::before,
.detail1 .col2.research .col-side_sp ul li a::before {
    background-color: var(--category-research);
}
.detail1 .col2.company .col-side ul li a::before,
.detail1 .col2.company .col-side_sp ul li a::before {
    background-color: var(--category-company);
}
.detail1 .col2.others .col-side ul li a::before,
.detail1 .col2.others .col-side_sp ul li a::before {
    background-color: var(--category-others);
}
.detail1 .col2.job .col-side ul li a.current,
.detail1 .col2.job .col-side_sp ul li a.current {
    color: var(--category-job);
}
.detail1 .col2.worklife .col-side ul li a.current,
.detail1 .col2.worklife .col-side_sp ul li a.current {
    color: var(--category-worklife);
}
.detail1 .col2.research .col-side ul li a.current,
.detail1 .col2.research .col-side_sp ul li a.current {
    color: var(--category-research);
}
.detail1 .col2.company .col-side ul li a.current,
.detail1 .col2.company .col-side_sp ul li a.current {
    color: var(--category-company);
}
.detail1 .col2.others .col-side ul li a.current,
.detail1 .col2.others .col-side_sp ul li a.current {
    color: var(--category-others);
}

.detail1 .col2 .col-main {
    width: 75%;
}
.detail1 .col2 .col-main .titbox {
    padding-bottom: 1.75em;
}
.detail1 .col2 .col-main .titbox .date {
    display: flex;
    align-items: center;
    margin-bottom: 0.5em;
}
.detail1 .col2 .col-main .titbox .date .cate {
    width: 8.55em;
    height: 2em;
    border-radius: 2em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.1em;
    transition: 0.4s;
}
.detail1 .col2.job .col-main .titbox .date .cate,
.detail1 .col2.job .col-main .photo .prof {
    background-color: var(--category-job);
}
.detail1 .col2.worklife .col-main .titbox .date .cate,
.detail1 .col2.worklife .col-main .photo .prof {
    background-color: var(--category-worklife);
}
.detail1 .col2.research .col-main .titbox .date .cate,
.detail1 .col2.research .col-main .photo .prof {
    background-color: var(--category-research);
}
.detail1 .col2.company .col-main .titbox .date .cate,
.detail1 .col2.company .col-main .photo .prof {
    background-color: var(--category-company);
}
.detail1 .col2.others .col-main .titbox .date .cate,
.detail1 .col2.others .col-main .photo .prof {
    background-color: var(--category-others);
}
.detail1 .col2 .col-main .titbox .date p {
    font-weight: 500;
    color: #7D8B95;
    padding-left: 1.25em;
}
.detail1 .col2 .col-main .titbox .tit1 {
    font-weight: 900;
    line-height: 1.5;
}
.detail1 .col2 .col-main .titbox .tag {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 1.5em;
}
.detail1 .col2 .col-main .titbox .tag li {
    margin: 0 1.5em 0.5em 0;
}
.detail1 .col2 .col-main .titbox .tag li a {
    font-weight: 500;
    color: #7D8B95;
}
.detail1 .col2 .col-main .photo {
    margin-bottom: 6.25em;
    position: relative;
}
.detail1 .col2 .col-main .photo .prof {
    width: 15.625em;
    min-height: 10.3125em;
    padding: 1em 1.875em;
    color: #fff;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
}
.detail1 .col2 .col-main .photo .prof .name {
    line-height: 1.75;
}
.detail1 .col2 .col-main .photo .prof .name span {
    display: block;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 0.15em 0 0.25em;
}
.detail1 .col2 .col-main .photo .profnote {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -2.5em;
}
.detail1 .col2 .col-main .pnav {
    padding-top: 1em;
}
.detail1 .col2 .col-main .pnav ul li {
    width: 7.5em;
    text-align: left;
}
.detail1 .col2 .col-main .pnav ul li:nth-child(2) {
    width: 11em;
    margin: 0 1.65em;
    text-align: center;
}
.detail1 .col2 .col-main .pnav ul li:nth-child(3) {
    text-align: right;
}
.detail1 .col2 .col-main .pnav ul li a {
    font-weight: 700;
    color: #7D8B95;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.828%22%20height%3D%2214.829%22%20viewBox%3D%220%200%208.828%2014.829%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93305%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093305%22%20d%3D%22M6%2C0%2C0%2C6l6%2C6%22%20transform%3D%22translate(1.414%201.414)%22%20fill%3D%22none%22%20stroke%3D%22%237d8b95%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') left 0.4em no-repeat;
    background-size: 0.5em auto;
    padding-left: 1.5em;
}
.detail1 .col2 .col-main .pnav ul li:nth-child(2) a {
    padding: 0;
    background: none;
}
.detail1 .col2 .col-main .pnav ul li:nth-child(3) a {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.828%22%20height%3D%2214.829%22%20viewBox%3D%220%200%208.828%2014.829%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93079%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093079%22%20d%3D%22M6%2C12%2C0%2C6%2C6%2C0%22%20transform%3D%22translate(7.414%2013.414)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%237d8b95%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') right 0.4em no-repeat;
    background-size: 0.5em auto;
    padding: 0 1.5em 0 0;
}
.detail1 .col2 .col-main .pnav ul li:nth-child(1) a,
.detail1 .col2 .col-main .pnav ul li:nth-child(3) a {
    transition: 0s;
}
.detail1 .col2 .col-main .cont1 {
    padding-bottom: 2.5em;
}
.detail1 .col2 .col-main .tit2 {
    font-weight: 900;
    line-height: 1.785;
    border-left: 0.1785em solid #B64272;
    padding-left: 0.8em;
    margin-bottom: 1.35em;
}
.detail1 .col2.job .col-main .tit2 {
    border-color: var(--category-job);
}
.detail1 .col2.worklife .col-main .tit2 {
    border-color: var(--category-worklife);
}
.detail1 .col2.research .col-main .tit2 {
    border-color: var(--category-research);
}
.detail1 .col2.company .col-main .tit2 {
    border-color: var(--category-company);
}
.detail1 .col2.others .col-main .tit2 {
    border-color: var(--category-others);
}
.detail1 .col2 .col-main .con p {
    padding-bottom: 1em;
}
.detail1 .col2 .col-main .con p a {
    text-decoration: underline;
}
.detail1 .col2 .col-main .con p strong {
    font-weight: 700;
}
.detail1 .col2 .col-main .con p em {
	font-style: italic;
}
.detail1 .col2 .col-main .con ul {
	list-style: inherit;
	padding: 0 0 1.5em 2em;
}
.detail1 .col2 .col-main .con ol {
	padding: 0 0 1.5em 2em;
}
.detail1 .col2 .col-main .con h1,
.detail1 .col2 .col-main .con h2,
.detail1 .col2 .col-main .con h3,
.detail1 .col2 .col-main .con h4 {
    font-weight: 700;
    line-height: 1.55;
    padding-bottom: 1em;
}
.detail1 .col2 .col-main .con h5,
.detail1 .col2 .col-main .con h6 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    line-height: 1.7;
    padding-bottom: 1em;
}
.detail1 .col2.job .col-main .con h5,
.detail1 .col2.job .col-main .con h6 {
    color: var(--category-job);
}
.detail1 .col2.worklife .col-main .con h5,
.detail1 .col2.worklife .col-main .con h6 {
    color: var(--category-worklife);
}
.detail1 .col2.research .col-main .con h5,
.detail1 .col2.research .col-main .con h6 {
    color: var(--category-research);
}
.detail1 .col2.company .col-main .con h5,
.detail1 .col2.company .col-main .con h6 {
    color: var(--category-company);
}
.detail1 .col2.others .col-main .con h5,
.detail1 .col2.others .col-main .con h6 {
    color: var(--category-others);
}
.detail1 .col2 .col-main .con .wp-caption {
    width: 100%;
    max-width: 100%;
}
.detail1 .col2 .col-main .con .wp-caption-text {
    line-height: 1.9;
    padding-top: 1em;
}
.detail1 .col2 .col-main .con dl {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.625em;
}
.detail1 .col2 .col-main .con dl dt {
    width: 7%;
    margin-left: 0.88%;
}
.detail1 .col2 .col-main .con dl dt img {
    display: block;
    border-radius: 50%;
    margin-top: 0.5em;
}
.detail1 .col2 .col-main .con dl dt span {
    display: block;
    font-weight: 700;
    text-align: center;
    padding-top: 0.1em;
}
.detail1 .col2.job .col-main .con dl dt span {
    color: var(--category-job);
}
.detail1 .col2.worklife .col-main .con dl dt span {
    color: var(--category-worklife);
}
.detail1 .col2.research .col-main .con dl dt span {
    color: var(--category-research);
}
.detail1 .col2.company .col-main .con dl dt span {
    color: var(--category-company);
}
.detail1 .col2.others .col-main .con dl dt span {
    color: var(--category-others);
}
.detail1 .col2 .col-main .con dl dd {
    width: 88.88%;
}
@media only screen and (min-width:751px){
.detail1 .col2.job .col-side ul li a:hover {
    color: var(--category-job);
}
.detail1 .col2.worklife .col-side ul li a:hover {
    color: var(--category-worklife);
}
.detail1 .col2.research .col-side ul li a:hover {
    color: var(--category-research);
}
.detail1 .col2.company .col-side ul li a:hover {
    color: var(--category-company);
}
.detail1 .col2.others .col-side ul li a:hover {
    color: var(--category-others);
}
.detail1 .col2 .col-main .titbox .tag li a:hover {
    color: #333;
    text-decoration: underline;
}
.detail1 .col2 .col-main .pnav ul li a:hover {
    color: #006AB7;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.828%22%20height%3D%2214.829%22%20viewBox%3D%220%200%208.828%2014.829%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93305%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093305%22%20d%3D%22M6%2C0%2C0%2C6l6%2C6%22%20transform%3D%22translate(1.414%201.414)%22%20fill%3D%22none%22%20stroke%3D%22%23006ab7%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') left 0.4em no-repeat;
    background-size: 0.5em auto;
}
.detail1 .col2 .col-main .pnav ul li:nth-child(2) a:hover {
    background: none;
}
.detail1 .col2 .col-main .pnav ul li:nth-child(3) a:hover {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.828%22%20height%3D%2214.829%22%20viewBox%3D%220%200%208.828%2014.829%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93079%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093079%22%20d%3D%22M6%2C12%2C0%2C6%2C6%2C0%22%20transform%3D%22translate(7.414%2013.414)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%23006ab7%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') right 0.4em no-repeat;
    background-size: 0.5em auto;
}    
.detail1 .col2 .col-main .con p a:hover {
    text-decoration: none;
}
.detail1 .col2 .col-main .con h1,
.detail1 .col2 .col-main .con h2,
.detail1 .col2 .col-main .con h3,
.detail1 .col2 .col-main .con h4 {
    font-size: 33px;
}
.detail1 .col2 .col-main .con h5,
.detail1 .col2 .col-main .con h6 {
    font-size: 30px;
}
.detail1 .col2 .col-main .con .wp-caption-text {
    font-size: 21px;
}
}
@media only screen and (min-width:751px) and (max-width:2100px){
.detail1 .col2 .col-main .con h1,
.detail1 .col2 .col-main .con h2,
.detail1 .col2 .col-main .con h3,
.detail1 .col2 .col-main .con h4 {
    font-size: 1.57142vw;
}
.detail1 .col2 .col-main .con h5,
.detail1 .col2 .col-main .con h6 {
    font-size: 1.42857vw;
}
.detail1 .col2 .col-main .con .wp-caption-text {
    font-size: 1vw;
}
}
@media only screen and (max-width:750px){
.detail1 .inner {
    padding: 0;
}
.detail1 .col2 {
    padding-top: 0;
}
.detail1 .col2 .col-side {
    display: none;
}
.detail1 .col2 .col-side_sp {
    display: block;
    width: 100%;
    height: 100%;
    position: static;
    padding: 16vw 0 14vw !important;
    margin-bottom: 9vw;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    box-sizing: border-box;
}
.detail1 .col2 .col-side p,
.detail1 .col2 .col-side_sp p {
    font-size: 4.8vw;
    width: 66.66vw;
    margin: 0 auto 1.5em;
}
.detail1 .col2 .col-side ul li,
.detail1 .col2 .col-side_sp ul li {
    margin-bottom: 0.75em;
}

.detail1 .col2 .col-main {
    width: 100%;
}
.detail1 .col2 .col-main .titbox {
    padding: 1em 0 1.5em;
}
.detail1 .col2 .col-main .titbox .date {
    margin-bottom: 0.75em;
}
.detail1 .col2 .col-main .titbox .date .cate {
    width: 34.5vw;
    height: 7.4vw;
}
.detail1 .col2 .col-main .titbox .date p {
    font-size: 4.8vw;
}
.detail1 .col2 .col-main .titbox .tit1 {
    font-size: 5.33vw;
    line-height: 1.8;
}
.detail1 .col2 .col-main .titbox .tag {
    font-size: 4.266vw;
    padding: 1.25em 0 0.5em;
}
.detail1 .col2 .col-main .titbox .tag li {
    margin: 0 1.25em 0.25em 0;
}
.detail1 .col2 .col-main .photo {
    width: 100vw;
    margin: 0 0 0 -7vw;
    margin-bottom: 20vw;
}
.detail1 .col2 .col-main .photo .prof {
    width: 73.33vw;
    min-height: inherit;
    padding: 6vw 8vw;
    color: #fff;
    display: block;
    position: static;
    margin: 6.5vw auto 0;
}
.detail1 .col2 .col-main .photo .prof .name,
.detail1 .col2 .col-main .photo .prof .year {
    font-size: 3.466vw;
    line-height: 1.75;
}
.detail1 .col2 .col-main .photo .prof .name span {
    font-size: 5.33vw;
    padding: 0.2em 0 0.5em;
}
.detail1 .col2 .col-main .photo .profnote {
    font-size: 3.2vw;
    width: 73.33vw;
    right: 13.335vw;
}
.detail1 .col2 .col-main .pnav {
    padding: 5vw 0 15vw;
}
.detail1 .col2 .col-main .pnav ul {
    font-size: 3.466vw;
    display: flex;
}
.detail1 .col2 .col-main .pnav ul li {
    line-height: 1.75;
}
.detail1 .col2 .col-main .pnav ul li:nth-child(2) {
    width: 7.5em;
    margin: 0 1em;
} 
.detail1 .col2 .col-main .cont1 {
    padding-bottom: 2.5em;
}
.detail1 .col2 .col-main .tit2 {
    font-size: 5.33vw;
    line-height: 1.75;
    border-left: 1.33vw solid #B64272;
    padding-left: 4vw;
    margin-bottom: 8vw;
}
.detail1 .col2.job .col-main .tit2 {
    border-color: var(--category-job);
}
.detail1 .col2.worklife .col-main .tit2 {
    border-color: var(--category-worklife);
}
.detail1 .col2.research .col-main .tit2 {
    border-color: var(--category-research);
}
.detail1 .col2.company .col-main .tit2 {
    border-color: var(--category-company);
}
.detail1 .col2.others .col-main .tit2 {
    border-color: var(--category-others);
}
.detail1 .col2 .col-main .con p {
    font-size: 4.266vw;
    padding-bottom: 1em;
}
.detail1 .col2 .col-main .con h1,
.detail1 .col2 .col-main .con h2,
.detail1 .col2 .col-main .con h3,
.detail1 .col2 .col-main .con h4 {
    font-size: 4.8vw;
    line-height: 1.88;
}
.detail1 .col2 .col-main .con h5,
.detail1 .col2 .col-main .con h6 {
    font-size: 5.33vw;
    padding-bottom: 0.65em;
}
.detail1 .col2 .col-main .con .wp-caption-text {
    font-size: 3.733vw;
    line-height: 1.85;
}
.detail1 .col2 .col-main .con dl {
    display: block;
    padding-bottom: 1.625em;
}
.detail1 .col2 .col-main .con dl dt {
    width: 100%;
    margin: 0 0 0.5em;
    display: flex;
    align-items: center;
}
.detail1 .col2 .col-main .con dl dt img {
    width: 16vw;
    margin: 0 1.5em 0 0;
}
.detail1 .col2 .col-main .con dl dt span {
    font-size: 5.33vw;
    padding-top: 0;
}
.detail1 .col2 .col-main .con dl dd {
    width: 100%;
}
}


/* member
------------------------------------------------- */
.detail2 .col2 .col-main .member {
    padding-bottom: 6.25em;
}
.detail2 .col2 .col-main .member .tit3 {
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding-left: 1.75em;
    margin-bottom: 1em;
    position: relative;
}
.detail2 .col2 .col-main .member .tit3::before {
    content: '';
    width: 1.08em;
    height: 0.166em;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.083em;
}
.detail2 .col2.job .col-main .member .tit3::before {
    background-color: var(--category-job);
}
.detail2 .col2.worklife .col-main .member .tit3::before {
    background-color: var(--category-worklife);
}
.detail2 .col2.research .col-main .member .tit3::before {
    background-color: var(--category-research);
}
.detail2 .col2.company .col-main .member .tit3::before {
    background-color: var(--category-company);
}
.detail2 .col2.others .col-main .member .tit3::before {
    background-color: var(--category-others);
}
.detail2 .col2 .col-main .member .box {
    background-color: rgba(211,227,228,0.4);
    padding: 3.125em 3.125em 1.25em;
}
.detail2 .col2 .col-main .member .box ul li {
    width: 45%;
    margin-bottom: 2em;
}
.detail2 .col2 .col-main .member .box ul li dl dt {
    width: 28.5%;
}
.detail2 .col2 .col-main .member .box ul li dl dt img {
    display: block;
    border-radius: 50%;
}
.detail2 .col2 .col-main .member .box ul li dl dd {
    width: 66%;
}
.detail2 .col2 .col-main .member .box ul li dl dd .name1 {
    font-weight: 500;
    line-height: 1.75;
}
.detail2 .col2 .col-main .member .box ul li dl dd .name2 {
    font-weight: 500;
    line-height: 1.75;
    padding-bottom: 0.5em;
}
.detail2 .col2 .col-main .member .box ul li dl dd .name2 span {
    font-weight: 700;
    letter-spacing: 0.08em;
    padding-right: 0.5em;
}
.detail2 .col2.job .col-main .member .box ul li dl dd .name2 span {
    color: var(--category-job);
}
.detail2 .col2.worklife .col-main .member .box ul li dl dd .name2 span {
    color: var(--category-worklife);
}
.detail2 .col2.research .col-main .member .box ul li dl dd .name2 span {
    color: var(--category-research);
}
.detail2 .col2.company .col-main .member .box ul li dl dd .name2 span {
    color: var(--category-company);
}
.detail2 .col2.others .col-main .member .box ul li dl dd .name2 span {
    color: var(--category-others);
}
.detail2 .col2 .col-main .member .box ul li dl dd .txt {
    line-height: 2;
}
.detail2 .col2 .col-main .member .profnote {
    text-align: right;
    padding-top: 0.4em;
}
@media only screen and (max-width:750px){
.detail2 .col2 .col-main .member {
    padding-bottom: 4.5em;
}
.detail2 .col2 .col-main .member .tit3 {
    font-size: 6.4vw;
    margin-bottom: 0.75em;
}
.detail2 .col2 .col-main .member .box {
    padding: 6.5vw 6.5vw 0.25em;
}
.detail2 .col2 .col-main .member .box ul li {
    width: 100%;
    margin-bottom: 2em;
    position: relative;
}
.detail2 .col2 .col-main .member .box ul li dl dt {
    width: 20vw;
    position: absolute;
    left: 0;
    top: 0;
}
.detail2 .col2 .col-main .member .box ul li dl dt img {
    display: block;
    border-radius: 50%;
}
.detail2 .col2 .col-main .member .box ul li dl dd {
    width: 100%;
}
.detail2 .col2 .col-main .member .box ul li dl dd .name1 {
    font-size: 3.2vw;
    padding: 1em 0 0 27.5vw;
}
.detail2 .col2 .col-main .member .box ul li dl dd .name2 {
    font-size: 3.2vw;
    padding: 0 0 0.5em 27.5vw;
}
.detail2 .col2 .col-main .member .box ul li dl dd .name2 span {
    font-size: 5.33vw;
}
.detail2 .col2 .col-main .member .box ul li dl dd .txt {
    letter-spacing: normal;
    padding-top: 1em;
}
.detail2 .col2 .col-main .member .profnote {
    font-size: 3.2vw;
}
}


/* tagcat
------------------------------------------------- */
.tagcat {
    padding: 5.625em 0 8.4375em; 
}
.tagcat .tagcat-box {
    background-color: rgba(203,213,220,0.2);
    border: 1px solid rgba(125,139,149,0.2);
    padding: 2.75em 4.6875em 2.6875em;
    box-sizing: border-box;
    position: relative;
}
.tagcat .tagcat-box::before {
    content: '';
    width: 4.375em;
    height: 6.4375em;
    background: url("../img/voice/clip.svg") center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 1.6875em;
    top: -1.9375em;
}
.tagcat .tagcat-box h4 {
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.03em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
}
.tagcat .tagcat-box h4 span {
    font-weight: 700;
    padding-right: 5em;
    position: relative;
}
.tagcat .tagcat-box h4 span::before {
    content: '';
    width: 3.8em;
    height: 1px;
    background-color: rgba(51,51,51,0.5);
    position: absolute;
    right: 0.66em;
    top: 50%;
}
.tagcat .tagcat-box .tag li {
    margin: 0 2.25em 0.45em 0;
}
.tagcat .tagcat-box .tag li a {
    font-weight: 500;
    color: #7D8B95;
}
.tagcat .tagcat-box .cat-box {
    border-top: 1px dotted rgba(51,51,51,0.5);
    margin-top: 1.85em;
    padding-top: 1.85em;
}
.tagcat .tagcat-box .cat-box h4 span {
    padding-right: 3em;
}
.tagcat .tagcat-box .cat-box h4 span::before {
    width: 1.75em;
}
.tagcat .tagcat-box .cat-box .category {
    width: 30.875em;
    margin-left: 7.25em;
    position: relative;
}
.tagcat .tagcat-box .cat-box .category li {
    width: 9.375em;
    margin: 0.325em 1.25em 0.325em 0;
}
.tagcat .tagcat-box .cat-box .category li.cat-item-2,
.tagcat .tagcat-box .cat-box .category li.cat-item-5 {
    margin-right: 0;
}
.tagcat .tagcat-box .cat-box .category li a {
    width: 9.375em;
    height: 2em;
    border: 1px solid rgba(51,51,51,0.5);
    border-radius: 2em;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.1em;
    box-sizing: border-box;
}
.tagcat .tagcat-box .cat-box .category li.current-cat a {
    color: #fff;
}
.tagcat .tagcat-box .cat-box .category li.all.current-cat a {
    background-color: #7D8B95;
    border-color: #7D8B95;
}
.tagcat .tagcat-box .cat-box .category li.cat-item-1.current-cat a,
.tagcat .tagcat-box .cat-box.job .category li.cat-item-1 a {
    background-color: var(--category-job);
    border-color: var(--category-job);
    color: #fff;
}   
.tagcat .tagcat-box .cat-box .category li.cat-item-2.current-cat a,
.tagcat .tagcat-box .cat-box.worklife .category li.cat-item-2 a {
    background-color: var(--category-worklife);
    border-color: var(--category-worklife);
    color: #fff;
}
.tagcat .tagcat-box .cat-box .category li.cat-item-3.current-cat a,
.tagcat .tagcat-box .cat-box.research .category li.cat-item-3 a {
    background-color: var(--category-research);
    border-color: var(--category-research);
    color: #fff;
}
.tagcat .tagcat-box .cat-box .category li.cat-item-4.current-cat a,
.tagcat .tagcat-box .cat-box.company .category li.cat-item-4 a {
    background-color: var(--category-company);
    border-color: var(--category-company);
    color: #fff;
}
.tagcat .tagcat-box .cat-box .category li.cat-item-5.current-cat a,
.tagcat .tagcat-box .cat-box.others .category li.cat-item-5 a {
    background-color: var(--category-others);
    border-color: var(--category-others);
    color: #fff;
}  
.tagcat .tagcat-box .cat-box .category li.cat-item-6 {
    width: 8.33em;
    margin: -1.05em 0 0 4.4em;
    position: absolute;
    left: 100%;
    top: 50%;
}
.tagcat .tagcat-box .cat-box .category li.cat-item-6::before {
    content: '';
    width: 1px;
    height: 3.88em;
    background-color: rgba(51,51,51,0.5);
    position: absolute;
    left: -2.55em;
    top: -0.88em;
}
.tagcat .tagcat-box .cat-box .category li.cat-item-6 a {
    height: 2.1em;
    background-color: #333;
    border-radius: 0;
    letter-spacing: 0.3em;
    color: #fff;
}
.tagcat .tagcat-box .cat-box .category li.cat-item-6.current-cat a {
    background-color: var(--category-movie);
    border-color: var(--category-movie);
}
@media only screen and (min-width:751px){
.tagcat .tagcat-box .tag li a:hover {
    color: #333;
    text-decoration: underline;
}
.tagcat .tagcat-box .cat-box .category li a:hover {
    color: #fff;
}
.tagcat .tagcat-box .cat-box .category li.all a:hover {
    background-color: #7D8B95;
    border-color: #7D8B95;
}
.tagcat .tagcat-box .cat-box .category li.cat-item-1 a:hover {
    background-color: var(--category-job);
    border-color: var(--category-job);
}   
.tagcat .tagcat-box .cat-box .category li.cat-item-2 a:hover {
    background-color: var(--category-worklife);
    border-color: var(--category-worklife);
}
.tagcat .tagcat-box .cat-box .category li.cat-item-3 a:hover {
    background-color: var(--category-research);
    border-color: var(--category-research);
}
.tagcat .tagcat-box .cat-box .category li.cat-item-4 a:hover {
    background-color: var(--category-company);
    border-color: var(--category-company);
}
.tagcat .tagcat-box .cat-box .category li.cat-item-5 a:hover {
    background-color: var(--category-others);
    border-color: var(--category-others);
}  
.tagcat .tagcat-box .cat-box .category li.cat-item-6 {
    font-size: 27px;
}
.tagcat .tagcat-box .cat-box .category li.cat-item-6 a:hover {
    background-color: var(--category-movie);
    border-color: var(--category-movie);
}
}
@media only screen and (min-width:751px) and (max-width:2100px){
.tagcat .tagcat-box .cat-box .category li.cat-item-6 {
    font-size: 1.28571vw;
}
}
@media only screen and (max-width:750px){
.tagcat {
    padding: 1.5em 0 16vw; 
}
.tagcat .tagcat-box {
    padding: 14.5vw 6.4vw 13.5vw;
}
.tagcat .tagcat-box::before {
    content: '';
    width: 12vw;
    height: 17.656vw;
    right: 1.33vw;
    top: -5.6vw;
}
.tagcat .tagcat-box h4 {
    margin-bottom: 2.5em;
}
.tagcat .tagcat-box h4 span {
    font-size: 5.33vw;
    padding-right: 4em;
}
.tagcat .tagcat-box h4 span::before {
    width: 2.8em;
}
.tagcat .tagcat-box .tag {
    font-size: 4.266vw;
    display: flex;
}
.tagcat .tagcat-box .tag li {
    margin: 0 1.25em 0 0;
}
.tagcat .tagcat-box .cat-box {
    margin-top: 2.75em;
    padding-top: 2.75em;
}
.tagcat .tagcat-box .cat-box h4 span {
    padding-right: 2.5em;
}
.tagcat .tagcat-box .cat-box h4 span::before {
    width: 1.25em;
}
.tagcat .tagcat-box .cat-box .category {
    width: 75.46vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tagcat .tagcat-box .cat-box .category li {
    width: 36.266vw;
    margin: 0.325em 0;
}
.tagcat .tagcat-box .cat-box .category li a {
    width: 100%;
    height: 7.2vw;
}
.tagcat .tagcat-box .cat-box .category li.cat-item-6 {
    width: 100%;
    margin: 0;
    padding-top: 8vw;
    position: static;
}
.tagcat .tagcat-box .cat-box .category li.cat-item-6::before {
    width: 17.4vw;
    height: 1px;
    left: 50%;
    margin-left: -8.7vw;
    top: 32.5vw;
}
.tagcat .tagcat-box .cat-box .category li.cat-item-6 a {
    font-size: 4.8vw;
    height: 8.25vw;
}
}