@charset "UTF-8";
/* CSS Document */

/* ---------- Archives ----------*/
.interviewArchive .mainContents .innerTitleWrap h1 img {
    max-width: 84px;
}
.interviewArchivesContents {
    padding: 0 3% 116px;
    position: relative;
    margin-top: -40px;
}
.archivesList {
    display: flex;
    flex-wrap: wrap;
    max-width: 1040px;
    margin: 0 auto;
}
.archivesList .box {
    width: 31.2%;
    margin: 0 3.2% 84px 0;
}
.interviewArchivesContents .archivesList .box.fadeAnime:nth-of-type(-n + 3) {
    opacity: 1;
    transform: translateY(0);
}
.interviewArchivesContents .archivesList .box.fadeIn:nth-of-type(-n + 3) {
    animation-name: none;
}
.archivesList .box:nth-of-type(3n) {
    margin-right: 0;
}
.archivesList .box a {
    display: block;
}
.archivesList .box a:hover {
    opacity: 1;
}
.archivesList .box a img {
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
.archivesList .box a figure {
    overflow: hidden;
}
.archivesList .box a:hover img {
    transform:scale(1.1,1.1);
    transition: all .25s ease-in;
}
.archivesList .box .nameBox {
    position: relative;
    z-index: 2;
    width: 71%;
    margin: -13% 0 0 auto;
    padding: 15px 2% 16px 7%;
    color: #fff;
    background-image: -moz-linear-gradient( 0deg, rgb(75,126,191) 0%, rgb(108,189,198) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(75,126,191) 0%, rgb(108,189,198) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(75,126,191) 0%, rgb(108,189,198) 100%);
}
.archivesList .box .nameBox::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 10px;
    right: 10px;
    bottom: 20px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256%22%20height%3D%2219.59%22%20viewBox%3D%220%200%2056%2019.59%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23fff%3B%20stroke-width%3A%201px%3B%20fill-rule%3A%20evenodd%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22namearrow%22%20data-name%3D%22namearrow%22%20class%3D%22cls-1%22%20d%3D%22M1311%2C1010.97l13%2C18h-55%22%20transform%3D%22translate(-1268.5%20-1010.47)%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: contain;
}
.archivesList .box .nameBox .type {
    font-size: 1.4rem;
    font-weight: bold;
}
.interviewArchivesContents .archivesList .box .nameBox .type br.spOnly {
    display: none;
}
.archivesList .box .nameBox .name {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    padding-top: 3px;
}
.archivesList .box .nameBox .name span {
    font-weight: normal;
    font-size: 1.3rem;
}
.interviewArchivesContents .specialContents {
    max-width: 1040px;
    margin: 20px auto 0;
}
.interviewArchivesContents .specialContents h2 {
    max-width: 465px;
    margin: 0 auto;
}
.interviewArchivesContents .specialContents h3 {
    text-align: center;
    margin: 10px 0 30px;
}
.interviewArchivesContents .specialContents h3 span {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 2px solid #4b7ebf;
    padding-bottom: 6px;
}
.interviewArchivesContents .newGradSymposium .linkBlock {
    padding: 134px 6% 108px;
    background: url(../img/interview/special_contents_bg.webp) no-repeat 30% 0;
    background-size: cover;
}
.interviewArchivesContents .specialContents .linkBlock h4 {
    font-size: 5rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 8px;
    line-height: 1.5;
    padding-bottom: 34px;
}
.interviewArchivesContents .specialContents .linkBlock a {
    max-width: 205px;
}
.interviewArchivesContents .specialContents .linkBlock a span::after {
    display: none;
}
.interviewArchivesContents .specialContents .careerSymposium {
    margin-top: 55px;
}
.interviewArchivesContents .careerSymposium .linkBlock {
    padding: 134px 6% 108px;
    background: url(../img/interview/special_contents_career_bg.webp) no-repeat 30% 0;
    background-size: cover;
}
.interviewArchivesContents .careerSymposium .linkBlock h4 {
    font-size: 4.5rem;
    letter-spacing: 3px;
    text-align: right;
}
.interviewArchivesContents .careerSymposium .linkBlock .gradBtn a {
    margin: 0 0 0 auto;
}
.interviewArchivesContents .specialContents .workingFamily {
    margin-top: 55px;
}
.interviewArchivesContents .workingFamily .linkBlock {
    padding: 134px 6% 108px;
    background: url(../img/interview/special_contents_family_bg.jpg) no-repeat 30% 0;
    background-size: cover;
}
@media only screen and (max-width:900px) {
    .archivesList .box .nameBox .type {
        font-size: 1.1rem;
    }
}
@media only screen and (max-width:800px) {
    .archivesList .box .nameBox .type {
        font-size: 1rem;
    }
}
@media only screen and (max-width:749px) {
    .interviewArchive .mainContents .innerTitleWrap h1 img {
        max-width: none;
        width: 18%;
    }
    .interviewArchivesContents {
        padding: 0 0 26%;
        margin-top: 0;
    }
    .archivesList {
        display: block;
        max-width: none;
        margin: 0 7%;
    }
    .interviewArchivesContents .archivesList.interviewList {
        margin: 0;
    }
    .archivesList .box {
        width: 100%;
        margin: 0 0 15.6%;
    }
    .interviewArchivesContents .archivesList .box.fadeAnime:nth-of-type(-n + 3) {
        opacity: 0;
        transform: translateY(50px);
    }
    .interviewArchivesContents .archivesList .box.fadeIn:nth-of-type(-n + 3) {
        animation-name: fadeInDown;
    }
    .interviewArchivesContents .archivesList .box.fadeAnime:first-of-type {
        opacity: 1;
        transform: translateY(0);
    }
    .interviewArchivesContents .archivesList .box.fadeIn:first-of-type {
        animation-name: none;
    }
    .archivesList .box .nameBox {
        width: 71%;
        margin: -13% 0 0 auto;
        padding: 5.2% 3% 4.5% 7%;
    }
    .archivesList .box .nameBox::after {
        width: 7.46vw;
        height: 2.66vw;
        right: 5%;
        bottom: 3vw;
    }
    .archivesList .box .nameBox .type {
        font-size: 2.93vw;
        padding-bottom: 2%;
    }
    .archivesList .box .nameBox .name {
        font-size: 5.8vw;
        padding-top: 0;
    }
    .archivesList .box .nameBox .name span {
        font-size: 3.46vw;
    }
    .interviewArchivesContents .specialContents {
        max-width: none;
        margin: 0 auto 0;
    }
    .interviewArchivesContents .specialContents h2 {
        max-width: none;
        width: 83%;
    }
    .interviewArchivesContents .specialContents h3 {
        text-align: center;
        margin: 5% 0 9%;
    }
    .interviewArchivesContents .specialContents h3 span {
        font-size: 4.8vw;
        padding-bottom: 0.5%;
    }
    .interviewArchivesContents .newGradSymposium .linkBlock {
        padding: 13.5% 0 9%;
        background: url(../img/interview/special_contents_bg_sp.webp) no-repeat;
        background-size: cover;
    }
    .interviewArchivesContents .specialContents .linkBlock h4 {
        font-size: 8.13vw;
        letter-spacing: 6px;
        line-height: 1.55;
        padding: 0 0 7% 7%;
    }
    .interviewArchivesContents .specialContents .linkBlock a {
        max-width: none;
        width: 55%;
        margin: 0 auto;
        padding: 5.2% 0;
    }
    .interviewArchivesContents .careerSymposium .linkBlock {
        padding: 5.5% 0 9%;
        background: url(../img/interview/special_contents_career_bg_sp.webp) no-repeat;
        background-size: cover;
    }
    .interviewArchivesContents .careerSymposium .linkBlock h4 {
        font-size: 8.13vw;
        letter-spacing: 6px;
        line-height: 1.33;
        padding: 0 0 11% 7%;
        text-align: left;
    }
    .interviewArchivesContents .careerSymposium .linkBlock .gradBtn a {
        margin: 0 auto;
    }
    .interviewArchivesContents .workingFamily .linkBlock {
        padding: 13.5% 0 9%;
        background: url(../img/interview/special_contents_family_bg_sp.jpg) no-repeat;
        background-size: cover;
    }
}

/* ---------- Single ----------*/
.innerSingleTitle {
    height: 720px;
    display: flex;
    align-items: center;
    padding: 0 3%;
    position: relative;
}
.innerSingleTitle.title01 {
    background: url(../img/interview/01/head_bg.webp) no-repeat 60% 0;
    background-size: cover;
}
.innerSingleTitle.title02 {
    background: url(../img/interview/02/head_bg.webp) no-repeat 60% 0;
    background-size: cover;
}
.innerSingleTitle.title03 {
    background: url(../img/interview/03/head_bg.webp) no-repeat 60% 0;
    background-size: cover;
}
.innerSingleTitle.title04 {
    background: url(../img/interview/04/head_bg.webp) no-repeat 60% 0;
    background-size: cover;
}
.innerSingleTitle.title05 {
    background: url(../img/interview/05/head_bg.webp) no-repeat 60% 0;
    background-size: cover;
}
.innerSingleTitle.title06 {
    background: url(../img/interview/06/head_bg.webp) no-repeat 60% 0;
    background-size: cover;
}
.innerSingleTitle.title07 {
    background: url(../img/interview/07/head_bg2.webp) no-repeat 60% 0;
    background-size: cover;
}
.innerSingleTitle.title08 {
    background: url(../img/interview/08/head_bg.webp) no-repeat 60% 0;
    background-size: cover;
}
.innerSingleTitle.title09 {
    background: url(../img/interview/09/head_bg.webp) no-repeat 60% 0;
    background-size: cover;
}
.innerSingleTitle.title10 {
    background: url(../img/interview/10/head_bg.webp) no-repeat 60% 0;
    background-size: cover;
}
.innerSingleTitle h1 {
    max-width: 1040px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.innerSingleTitle h1 span {
    max-width: 920px;
    margin: 0 auto;
    display: block;
    font-size: 3.6rem;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 0 5px rgb(0 0 0 / 19%);
    line-height: 2.1;
    letter-spacing: 2.5px;
    position: relative;
    z-index: 2;
}
.innerSingleTitle h1::before {
    content: "";
    background: url(../img/title_icon.svg) no-repeat;
    background-size: contain;
    width: 198px;
    height: 140px;
    position: absolute;
    left: 0;
    top: -86px;
    z-index: 1;
}
.profile {
    padding: 72px 3% 75px;
}
.profile .details {
    max-width: 920px;
    margin: 0 auto;
    border: 4px solid #4b7ebf;
    text-align: center;
    padding: 36px 3% 32px;
    letter-spacing: 1px;
}
.profile .details h2 {
    max-width: 182px;
    margin: 0 auto 30px;
}
.profile .details .department p {
    font-size: 1.8rem;
    line-height: 1.4;
    color: #fff;
    display: inline-block;
    background: #4b7ebf;
    padding: 3px 12px 2px;
}
.profile .details .department span {
    margin: 0 4px;
}
.profile .details .meta {
    font-size: 1.5rem;
    padding: 23px 0 6px;
}
.profile .details .meta span {
    font-weight: bold;
    color: #4b7ebf;
    padding-right: 10px;
}
.profile .details .name {
    font-size: 3rem;
    font-weight: bold;
}
.profile .details .name span {
    font-size: 2rem;
}
.interviewMain {
    padding-bottom: 26px;
}
.interviewMain .bgW {
    padding: 0 3%;
    background: #fff;
    position: relative;
}
.interviewMain .bgG {
    padding: 94px 3% 0;
    background: #f8f8f8;
    margin-top: 98px;
    position: relative;
}
.interviewMain .bgG::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 14.84vw;
    max-height: 190px;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 1;
}
.interviewMain .block {
    position: relative;
    z-index: 2;
}
.interviewMain .block::after {
    content: "";
    display: block;
    clear: both;
}
.interviewMain .mainBlock {
    max-width: 1040px;
    margin: 0 auto 70px;
}
.interviewMain .subBlock {
    max-width: 920px;
    margin: 0 auto 70px;
}
.interviewMain .flR {
    float: right;
    width: 38%;
    margin: 0 0 10px 6%;
}
.interviewMain .flC {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto 56px;
    position: relative;
    z-index: 2;
}
.interviewMain dl {
    margin-bottom: 40px;
}
.interviewMain dt {
    font-weight: bold;
    font-size: 2rem;
    color: #4b7ebf;
    letter-spacing: 1px;
    margin-bottom: 14px;
}
.interviewMain dd h3 {
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.4;
    letter-spacing: 2px;
}
.interviewMain p {
    line-height: 1.7;
    letter-spacing: 1px;
    margin-bottom: 23px;
    font-size: 1.6rem;
}
.schedule {
    padding: 0 3% 100px;
}
.schedule .scheduleDetails {
    max-width: 1040px;
    margin: 0 auto;
    padding: 92px 4% 114px;
    background: #f8f8f8;
}
.schedule h2 {
    font-size: 2.5rem;
    letter-spacing: 1.5px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 75px;
}
.schedule h2 img {
    display: block;
    max-width: 171px;
    margin: 0 auto 17px;
}
.schedule .timetable {
    display: flex;
    justify-content: center;
}
.schedule .timetable ul {
    position: relative;
    left: 10px;
}
.schedule .timetable ul::before {
    content: "";
    left: -2px;
    top: 20px;
    width: 4px;
    height: calc(100% - 40px);
    background: #4b7ebf;
    position: absolute;
}
.schedule .timetable li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 92px;
    padding-left: 51px;
}
.schedule .timetable li:last-child {
    margin-bottom: 0;
}
.schedule .timetable li::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4b7ebf;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.schedule .timetable li time {
    border: 5px solid #4b7ebf;
    background: #fff;
    line-height: 1;
    width: 130px;
    text-align: center;
    padding: 6px 0;
    margin-right: 28px;
}
.schedule .timetable li time svg {
    width: 75px;
    height: auto;
}
.schedule .timetable li p {
    font-weight: bold;
    font-size: 2.0rem;
    letter-spacing: 2px;
}
.offDay {
    padding: 83px 3% 70px;
    margin-bottom: 205px;
    color: #fff;
    background: url(../img/interview/bg.webp);
    background-size: 5px 8px;
}
.offDay h2 {
    font-size: 2.5rem;
    letter-spacing: 1.5px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 54px;
}
.offDay h2 img {
    display: block;
    max-width: 71px;
    margin: 0 auto 17px;
}
.offDay .notes {
    max-width: 920px;
    margin: 0 auto;
}
.offDay .notes p {
    font-size: 1.6rem;
    letter-spacing: 1.1px;
    padding-bottom: 26px;
}
.otherPerson {
    padding: 0 3% 20px;
}
.otherPerson h2 {
    font-size: 2.2rem;
    letter-spacing: 1.5px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 58px;
}
.otherPerson h2 img {
    display: block;
    max-width: 117px;
    margin: 0 auto 8px;
}
.otherPerson .archivesList .box {
    margin-bottom: 55px;
}
@media only screen and (max-width:749px) {
    .innerSingleTitle {
        height: 67.46vw;
    }
    .innerSingleTitle.title01 {
        background: url(../img/interview/01/head_bg_sp.webp) no-repeat;
        background-size: cover;
    }
    .innerSingleTitle.title02 {
        background: url(../img/interview/02/head_bg_sp.webp) no-repeat;
        background-size: cover;
    }
    .innerSingleTitle.title03 {
        background: url(../img/interview/03/head_bg_sp.webp) no-repeat;
        background-size: cover;
    }
    .innerSingleTitle.title04 {
        background: url(../img/interview/04/head_bg_sp.webp) no-repeat;
        background-size: cover;
    }
    .innerSingleTitle.title05 {
        background: url(../img/interview/05/head_bg_sp.webp) no-repeat;
        background-size: cover;
    }
    .innerSingleTitle.title06 {
        background: url(../img/interview/06/head_bg_sp.webp) no-repeat;
        background-size: cover;
    }
    .innerSingleTitle.title07 {
        background: url(../img/interview/07/head_bg_sp2.webp) no-repeat;
        background-size: cover;
    }
    .innerSingleTitle.title08 {
        background: url(../img/interview/08/head_bg_sp.webp) no-repeat;
        background-size: cover;
    }
    .innerSingleTitle.title09 {
        background: url(../img/interview/09/head_bg_sp.webp) no-repeat;
        background-size: cover;
    }
    .innerSingleTitle.title09 {
        background: url(../img/interview/10/head_bg_sp.webp) no-repeat;
        background-size: cover;
    }
    .innerSingleTitle h1 {
        max-width: none;
        width: 87%;
    }
    .innerSingleTitle h1 span {
        font-size: 4.8vw;
        line-height: 1.8;
        letter-spacing: 0.5px;
        max-width: none;
    }
    .innerSingleTitle h1::before {
        width: 21.06vw;
        height: 14.93vw;
        left: -4%;
        top: -40%;
    }
    .profile {
        padding: 6% 7% 11.5%;
    }
    .profile .details {
        max-width: none;
        padding: 8% 0 6%;
    }
    .profile .details h2 {
        max-width: none;
        width: 31%;
        margin: 0 auto 6.6%;
    }
    .profile .details .department p {
        font-size: 3.2vw;
        padding: 0;
        background: none;
    }
    .profile .details .department span {
        display: inline-block;
        padding: 0.5% 1.5%;
        background: #4b7ebf;
        margin-bottom: 2%;
    }
    .profile .details .meta {
        font-size: 3.46vw;
        padding: 4% 0 3%;
    }
    .profile .details .meta span {
        padding-right: 4%;
    }
    .profile .details .name {
        font-size: 5.33vw;
    }
    .profile .details .name span {
        font-size: 3.46vw;
    }
    .interviewMain {
        padding-bottom: 0;
    }
    .interviewMain .bgW {
        padding: 0;
    }
    .interviewMain .bgG {
        padding: 13% 0 0;
        margin-top: -5%;
    }
    .interviewMain .bgG::after {
        height: 15.74vw;
        max-height: none;
    }
    .interviewMain .mainBlock {
        max-width: none;
        margin: 0 7% 11.5%;
    }
    .interviewMain .subBlock {
        max-width: none;
        margin: 0 7% 17.5%;
    }
    .interviewMain .flR {
        float: none;
        width: 100%;
        margin: 0 0 15%;
    }
    .interviewMain .flC {
        max-width: none;
        margin: 0 auto 11.5%;
    }
    .interviewMain .flC.flW {
        width: 86%;
    }
    .interviewMain dl {
        margin-bottom: 12%;
    }
    .interviewMain dt {
        font-size: 3.46vw;
        margin-bottom: 4%;
    }
    .interviewMain dd h3 {
        font-size: 5.33vw;
        letter-spacing: 1.2px;
    }
    .interviewMain p {
        font-size: 3.46vw;
        letter-spacing: 1px;
        margin-bottom: 7%;
    }
    .schedule {
        padding: 0 7% 14%;
        margin-top: -4%;
    }
    .schedule .scheduleDetails {
        max-width: none;
        padding: 13% 0 15%;
    }
    .schedule h2 {
        font-size: 4.8vw;
        letter-spacing: 1px;
        margin-bottom: 9%;
    }
    .schedule h2 img {
        max-width: none;
        width: 40%;
        margin: 0 auto 7%;
    }
    .schedule .timetable {
        display: block;
    }
    .schedule .timetable ul {
        left: 0;
        margin: 0 2% 0 5.5%;
    }
    .schedule .timetable ul::before {
        left: calc(-0.8vw + 1.5px);
        width: 3px;
    }
    .schedule .timetable li {
        margin-bottom: 19%;
        padding-left: 7%;
    }
    .schedule .timetable li::before {
        width: 3.32vw;
        height: 3.32vw;
        left: -1.66vw;
    }
    .schedule .timetable li time {
        border: 3px solid #4b7ebf;
        width: 21.6vw;
        min-width: 21.6vw;
        padding: 1.4% 0;
        margin-right: 4%;
    }
    .schedule .timetable li time svg {
        width: 12.8vw;
    }
    .schedule .timetable li p {
        font-weight: normal;
        font-size: 3.2vw;
        letter-spacing: 1px;
    }
    .offDay {
        padding: 15% 7% 17%;
        margin-bottom: 17%;
    }
    .offDay h2 {
        font-size: 4.8vw;
        margin-bottom: 10.5%;
    }
    .offDay h2 img {
        max-width: none;
        width: 17%;
        margin: 0 auto 9%;
    }
    .offDay .notes {
        max-width: none;
    }
    .offDay .notes p {
        font-size: 3.46vw;
        padding-bottom: 6%;
        line-height: 1.7;
    }
    .otherPerson {
        padding: 0;
    }
    .otherPerson h2 {
        font-size: 4.8vw;
        margin-bottom: 10.5%;
    }
    .otherPerson h2 img {
        max-width: none;
        width: 23%;
        margin: 0 auto 4%;
    }
    .otherPerson .archivesList {
        display: flex;
        flex-wrap: wrap;
    }
    .otherPerson .archivesList .box {
        margin: 0 4% 19% 0;
        width: 48%;
    }
    .otherPerson .archivesList .box:nth-of-type(2n) {
        margin-right: 0;
    }
    .otherPerson .archivesList .box .nameBox {
        width: 92%;
        padding: 5.2% 3% 4.2% 8%;
        position: absolute;
        bottom: -13%;
        right: 0;
        margin: 0;
    }
    .otherPerson .archivesList .box .nameBox .type {
        font-size: 2.93vw;
        padding-bottom: 6%;
    }
    .otherPerson .archivesList .box .nameBox .name {
        font-size: 4.26vw;
    }
    .otherPerson .archivesList .box .nameBox .name span {
        font-size: 3.46vw;
    }
}
/* ---------- Talk Session/ ----------*/
.innerSingleTitle.titletalkSession {
    background: url(../img/interview/talk-session/head_bg.webp) no-repeat center 0;
    background-size: cover;
    height: 570px;
    padding: 0;
}
.titletalkSession .titleWrap {
    position: absolute;
    bottom: 0;
    padding: 25px 3%;
    width: 100%;
    background-image: -moz-linear-gradient( 90deg, rgba(75,126,191,0.4) 0%, rgba(108,189,198,0.4) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(75,126,191,0.4) 0%, rgba(108,189,198,0.4) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(75,126,191,0.4) 0%, rgba(108,189,198,0.4) 100%);
    display: block;
}
.titletalkSession h1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    line-height: 1;
}
.titletalkSession h1::before {
    display: none;
}
.titletalkSession h1 img {
    display: block;
    max-width: 451px;
}
.titletalkSession h1 span {
    max-width: none;
    margin: 0;
    line-height: 1;
    box-shadow: none;
}
/* .titletalkSession h1 .t1 {
    display: inline-block;
    font-size: 2.2rem;
    letter-spacing: 0.8px;
    margin-left: 20px;
    padding: 2px;
    background: #4b7ebf;
} */
.titletalkSession h1 .t2 {
    display: block;
    font-size: 2.8rem;
    font-weight: bold;
    width: 100%;
    padding-top: 25px;
}
/* .titletalkSession h1 .t3 {
    display: none;
} */
.member {
    padding: 70px 3% 83px;
}
.member h2 {
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    letter-spacing: 2px;
    margin-bottom: 14px;
}
.member h2 img {
    max-width: 84px;
    display: block;
    margin: 0 auto 12px;
}
.member .memberList {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 3% 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #fafafa;
}
.member .memberList .box {
    margin: 0 2.5%;
    text-align: center;
    letter-spacing: 1px;
    width: 28%;
}
.member .memberList .box:nth-of-type(-n + 3) {
    margin-bottom: 50px;
}
.member .memberList .box figure {
    max-width: 185px;
    margin: 0 auto;
}
.member .memberList .box .name {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 12px 0 3px;
}
.member .memberList .box .name span {
    font-weight: normal;
    font-size: 1.4rem
}
.member .memberList .box .department {
    font-size: 1.4rem;
}
.member .memberList .box .job {
    font-size: 1.4rem;
    padding-top: 2px;
}
.member .memberList .box .join {
    font-size: 1.4rem;
    padding-top: 2px;
}
.talkSessionLead {
    text-align: center;
    padding: 0 3% 104px;
}
.talkSessionLead p {
    max-width: 920px;
    margin: 0 auto;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 1.1px;
    line-height: 2;
}
.talkSessionMain {
    padding: 0 3% 14px;
}
.talkSessionMain h2 {
    text-align: center;
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: 1.5px;
    margin-bottom: 66px;
}
.talkSessionMain h2 img {
    max-width: 190px;
    display: block;
    margin: 0 auto 34px;
}
.talkSessionMain .block {
    max-width: 1040px;
    margin: 0 auto 74px;
    display: flex;
    justify-content: space-between;
}
.talkSessionMain figure {
    max-width: 1040px;
    margin: 0 auto 114px;
}
.talkSessionMain .block.imgR {
    flex-direction: row-reverse;
}
.talkSessionMain .block figure {
    width: 46%;
    padding-top: 6px;
    max-width: 100%;
    margin: 0;
}
.talkSessionMain .block .txtBox {
    width: 50%;
}
.talkSessionMain .block .txtBox p {
    font-size: 1.6rem;
    letter-spacing: 1px;
    padding-bottom: 30px;
    line-height: 1.7;
}
.talkSessionMain .block .txtBox p.q {
    font-size: 2.0rem;
    font-weight: bold;
    color: #4b7ebf;
}
.talkSessionContents .interviewArchivesContents .specialContents .specialContents .specialContents .specialContents .specialContents {
    margin: 0;
}
@media only screen and (max-width:749px) {
    .innerSingleTitle.titletalkSession {
        background: url(../img/interview/talk-session/head_bg_sp.webp) no-repeat center 0;
        background-size: cover;
        height: 67.73vw;
    }
    .titletalkSession .titleWrap {
        padding: 3% 7% 4%;
    }
    .titletalkSession h1 {
        width: 100%;
    }
    .titletalkSession h1 img {
        max-width: none;
        width: 70%;
        margin: 0 30% 4% 0;
    }
    .titletalkSession h1 span {
        max-width: none;
        margin: 0;
        line-height: 1;
        box-shadow: none;
    }
    /* .titletalkSession h1 .t1 {
        display: none;
    } */
    .titletalkSession h1 .t2 {
        font-size: 3.73vw;
        width: auto;
        padding: 0 3% 0 0;
    }
    /* .titletalkSession h1 .t3 {
        font-size: 2.93vw;
        letter-spacing: 0.8px;
        padding: 1%;
        display: inline-block;
    } */
    .member {
        padding: 8% 0 13%;
    }
    .member h2 {
        font-size: 4.8vw;
        letter-spacing: 1.5px;
        margin-bottom: 4%;
    }
    .member h2 img {
        max-width: none;
        width: 15%;
        margin: 0 auto 2%;
    }
    .member .memberList {
        max-width: none;
        padding: 11% 7% 14%;
    }
    .member .memberList .box {
        margin: 0;
        width: 50%;
    }
    .member .memberList .box:nth-of-type(-n + 3) {
        margin-bottom: 8%;
    }
    .member .memberList .box:nth-last-of-type(-n + 2) {
        margin-bottom: 0;
    }
    .member .memberList .box figure {
        max-width: none;
        width: 64%;
    }
    .member .memberList .box .name {
        font-size: 3.46vw;
        padding: 9% 0 2%;
    }
    .member .memberList .box .name span {
        font-size: 2.66vw;
    }
    .member .memberList .box .department {
        font-size: 2.8vw;
        letter-spacing: -1px;
    }
    .member .memberList .box .job {
        font-size: 2.66vw;
        padding-top: 4%;
    }
    .member .memberList .box .join {
        font-size: 2.66vw;
        padding-top: 4%;
    }
    .talkSessionLead {
        padding: 0 7% 13%;
    }
    .talkSessionLead p {
        max-width: none;
        font-size: 3.46vw;
        font-weight: normal;
        letter-spacing: 0.8px;
        line-height: 1.68;
    }
    .talkSessionMain {
        padding: 0 0 4%;
    }
    .talkSessionMain h2 {
        font-size: 4vw;
        letter-spacing: 0.5px;
        margin-bottom: 11%;
        line-height: 1.7;
    }
    .talkSessionMain h2 img {
        max-width: none;
        width: 25%;
        margin: 0 auto 7.5%;
    }
    .talkSessionMain .block {
        max-width: none;
        margin: 0 auto 10%;
        display: block;
    }
    .talkSessionMain figure {
        max-width: 100%;
        margin: 0 auto 16%;
    }
    .talkSessionMain .block figure {
        width: 100%;
        padding-top: 0;
        margin: 0 0 12.5%;
    }
    .talkSessionMain .block .txtBox {
        width: 100%;
        padding: 0 6.5%;
    }
    .talkSessionMain .block .txtBox p {
        font-size: 3.46vw;
        letter-spacing: 1px;
        padding-bottom: 6.6%;
        line-height: 1.7;
    }
    .talkSessionMain .block .txtBox p.q {
        font-size: 4.8vw;
        padding-bottom: 10%;
    }
    .talkSessionContents .otherPerson {
    }
}
.innerSingleTitle.titletalkSession.titletalkCareer {
    background: url(../img/interview/talk-session-career/head-bg.webp) no-repeat center 0;
    background-size: cover;
    height: 570px;
    padding: 0;
}
.titletalkCareer .titleWrap {
    position: absolute;
    bottom: 0;
    padding: 25px 3%;
    width: 100%;
    background-image: -moz-linear-gradient( 180deg,  rgba(235, 233, 99, 0.4) 0%,  rgba(0, 0, 0, 0.7) 50%, rgba(0, 159, 231, 0.4) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgba(235, 233, 99, 0.4) 0%,  rgba(0, 0, 0, 0.7) 50%, rgba(0, 159, 231, 0.4) 100%);
    background-image: -ms-linear-gradient( 180deg,  rgba(235, 233, 99, 0.4) 0%,  rgba(0, 0, 0, 0.7) 50%, rgba(0, 159, 231, 0.4) 100%);
    display: block;
}
.member .memberListCareer {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 3% 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #ffffff;
    background: #054b6c;
}
.member .memberListCareer .box {
    margin: 0 2.5%;
    text-align: center;
    letter-spacing: 1px;
    width: 45%;
}
.member .memberListCareer .box:nth-of-type(-n + 2) {
    margin-bottom: 50px;
}
.member .memberListCareer .box figure {
    max-width: 185px;
    margin: 0 auto;
}
.member .memberListCareer .box .name {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 12px 0 3px;
}
.member .memberListCareer .box .name span {
    font-weight: normal;
    font-size: 1.4rem
}
.member .memberListCareer .box .department {
    font-size: 1.4rem;
}
.member .memberListCareer .box .job {
    font-size: 1.4rem;
    padding-top: 2px;
}
.member .memberListCareer .box .join {
    font-size: 1.4rem;
    padding-top: 2px;
}
.talkSessionContents .interviewArchivesContents.gradTalk {
    margin-top: 0;
}
@media only screen and (max-width:749px) {
    .innerSingleTitle.titletalkSession.titletalkCareer {
        background: url(../img/interview/talk-session-career/head_bg_sp.webp) no-repeat center 0;
        background-size: cover;
        height: 67.73vw;
    }
    .titletalkSession .titleWrap {
        padding: 3% 7% 4%;
    }
    .member .memberListCareer {
        max-width: none;
        padding: 11% 7% 14%;
    }
    .member .memberListCareer .box {
        margin: 0;
        width: 50%;
    }
    .member .memberListCareer .box:nth-of-type(-n + 3) {
        margin-bottom: 8%;
    }
    .member .memberListCareer .box:nth-last-of-type(-n + 2) {
        margin-bottom: 0;
    }
    .member .memberListCareer .box figure {
        max-width: none;
        width: 64%;
    }
    .member .memberListCareer .box .name {
        font-size: 3.46vw;
        padding: 9% 0 2%;
    }
    .member .memberListCareer .box .name span {
        font-size: 2.66vw;
    }
    .member .memberListCareer .box .department {
        font-size: 2.8vw;
        letter-spacing: -1px;
    }
    .member .memberListCareer .box .job {
        font-size: 2.66vw;
        padding-top: 4%;
    }
    .member .memberListCareer .box .join {
        font-size: 2.66vw;
        padding-top: 4%;
    }
}
/* parent-child */
.innerSingleTitle.titletalkSession.parentChildTalk {
    background: url(../img/interview/parent-child/head_bg.webp) no-repeat center 0;
    background-size: cover;
    height: 570px;
    padding: 0;
}

.otherFamily {
    background: #e1eeff;
    max-width: 1040px;
    width: 100%;
    margin: 0 auto 58px;
    text-align: center;
    padding: 5% 4%;
}

.otherFamily h2 {
    font-size: 2.2rem;
    letter-spacing: 1.5px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 58px;
}
.otherFamily h2 img {
    display: block;
    max-width: 117px;
    margin: 0 auto 8px;
}
.otherFamily .otherFamilyContainer {
    display: flex;
    justify-content: center;
    letter-spacing: 1px
}
.otherFamilyContainer .family {
    display: flex;
    align-items: center;
    margin: 0 3.5%;
    white-space: nowrap;
}
.otherFamilyContainer .family figure {
    max-width: 144px;
    margin-right: 5%;
}
.otherFamilyContainer .family .name {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 12px 0 6px;
}
.otherFamilyContainer .family .name span {
    font-weight: normal;
    font-size: 1.4rem;
}
.otherFamilyContainer .family .year {
    font-size: 1.4rem;
}
.otherFamilyContainer .family .person01 {

}
.otherFamilyContainer .family .person02 {
    
}
.otherFamily .familyInterview {
    text-align: left;
    margin: 58px 5% 0 5%;
}
.otherFamily .familyInterview .eachQuestion:not(:first-child) {
    padding-top: 12px;
}
.otherFamily .familyInterview .eachQuestion p {
    font-size: 1.6rem;
    letter-spacing: 1px;
    padding-bottom: 30px;
    line-height: 1.7;
}
.otherFamily .familyInterview .eachQuestion p.q {
    font-size: 2.0rem;
    font-weight: bold;
    color: #4b7ebf;
}

@media only screen and (max-width: 749px) {
    .innerSingleTitle.titletalkSession.parentChildTalk {
        background: url(../img/interview/parent-child/head_bg_sp.webp) no-repeat center 0;
        height: 67.73vw;
    }
    .otherFamily {
        padding: 12% 4% 5%;
    }
    .otherFamily h2 {
        margin-bottom: 30px;
        font-size: 4.8vw;
        letter-spacing: 1.5px;
        margin-bottom: 7%;
    }
    .otherFamilyContainer {
        
    }
    .otherFamilyContainer .family {
        flex-flow: column;
        width: 27%;
        margin: 0 auto;
    }
    .otherFamilyContainer .family.person01 {

    }
    .otherFamilyContainer .family.person02 {

    }
    .otherFamilyContainer .family figure {
        margin-right: 0;
    }
    .otherFamilyContainer .family .name {
        font-size: 3.46vw;
        padding: 9% 0 2%;
        letter-spacing: 0;
    }
    .otherFamilyContainer .family .name span {
        font-size: 2.66vw
    }
    .otherFamilyContainer .family .year {
        font-size: 2.8vw;
        letter-spacing: 0;
    }
    .otherFamily .familyInterview {
        margin-top: 9%;
    }
    .otherFamily .familyInterview .eachQuestion:not(:first-child){
        padding-top: 9%;
    }
    .otherFamily .familyInterview .eachQuestion p {
        font-size: 3.46vw;
        letter-spacing: 1px;
        padding-bottom: 3.6%;
        line-height: 1.7;
    }
    .otherFamily .familyInterview .eachQuestion p.q {
        font-size: 3.8vw;
    }
}

.talkSessionContents .interviewArchivesContents .talkSessionNew .newGradSymposium {
    display: none;
}
.talkSessionContents .interviewArchivesContents .talkSessionCareer .careerSymposium {
    display: none;
}
.talkSessionContents .interviewArchivesContents .parentChild .workingFamily {
    display: none;
}
