@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    margin-block-start:0;
    margin-block-end:0;
    position: relative;
}

html { scroll-behavior: smooth;}

body{
	font-family: sans-serif ;
}

h1,h2,h3,h4,h5,p{
    font-family: ten-mincho-text,serif;
    font-weight: 400;
    font-style: normal;
}

.container-all{
    
}

.small{
    font-size: 12px;
}

.back-white{
    background-color: #ffffff;
    width: 100vw;
    margin: 0;
    padding: 0;
}

.container{
    padding: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    z-index:10;
}

.header{
    padding: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    z-index:20;
}
.header-box{
    height: 74px;
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content:space-between;
    align-items:center;
    background-color: #ffffff;
    position: fixed;
}

    

.chuou-logo{
    height: 30px;
    margin-right: 40px;
}
.life-cbs-logo{
    height: 50px; 
    margin-left: 40px;
}

@media screen and (max-width: 480px){
    .header-box{
    height: 48px;
    }
    
    .chuou-logo{
        margin-right: 20px;
        height: 25px;  
}
    .life-cbs-logo{
    height: 30px;
    margin-left: 20px;
}    
}

.back{
    max-width: 1000px;
}
.back-image{
    position: fixed;
    top:74px;
    z-index: 0;
    height: 92.6vh;
    position:fixed;
    right: 0px;
}

@media screen and (max-width: 780px){
    .back-image{
        top: 48px;
        height:70vh;
    }
}

@media screen and (max-width: 480px){
    .back-image{
        top: 48px;
        height:50vh;
    }
}

.top-space{
    height: 72px;
}
.top{
    position: relative;
}

.top-image{
    width: 100%;
}

.top-title{
    display: flex;
    align-items:center;
    position: absolute;
    top:6vw;
    left: 40px;
}
.top-title1{
    font-size: 5.6vw;
    line-height: 7.0vw;
    color: #ffffff;
    text-shadow: 0px 0px 6px #00000067;
    white-space: nowrap;
}
.top-title2{
    height: 6.4vw;
    margin-left: -3.5vw;
    margin-right: 1.5vw;
    text-shadow: 0px 0px 6px #00000067;
}
.top-title3{
    font-size: 9.6vw;
    color: #ffffff;
    text-shadow: 0px 0px 6px #00000067;
}
@media screen and (min-width: 1000px){
    .top-title{
    top:60px;
    }
    .top-title1{
    font-size: 56px;
    line-height: 70px;
    }
    .top-title2{
    height: 64px;
    margin-left: -35px;
    margin-right: 15px;
    }
    .top-title3{
    font-size: 96px;  
    }
}

.tag{
    width: 40%;
    display: flex;
    flex-wrap:wrap;
    position: absolute;
    top:28.5vw;
    left:40px;
}
.tag h2{
    font-size: 2.0vw;
    color: #FFFFFF;
    margin-right: 1.6vw;
}

@media screen and (min-width: 1000px){
    .tag{
    top:285px;
    width: 450px;
    }
    .tag h2{
    font-size: 20px;       
    }
}

.profile{
    background-color:rgba(0, 43, 120, 0.5);
    position: absolute;
    top:39vw;
    padding: 2.2vw 4.2vw 3.2vw 8.0vw;
    width: 47.0vw;
}

.profile-name{
    font-size: 3vw;
    color: #ffffff;
    text-shadow: 0px 0px 6px #00000080;
    margin-bottom: 1.4vw;
}
.profile-name-small{
    font-size:2.5vw;
    color: #ffffff;
    text-shadow: 0px 0px 6px #00000080;
    margin-left: 5px;
}
.profile-text{
    font-size: 1.8vw;
    line-height: 2.5vw;
    color: #ffffff;
    text-shadow: 0px 0px 6px #00000080;
}

@media screen and (min-width: 1000px){
    .profile{
    top:390px;
    padding: 22px 42px 32px 80px;
    width: 470px;
    }
    .profile-name{
    font-size: 30px;
    margin-bottom: 14px;    
    }
    .profile-name-small{
    font-size:25px;
    }
    .profile-text{
    font-size: 15px;
    line-height: 25px;
    }
}

@media screen and (max-width: 480px){
    .top-space{
    height: 35px;
    }
    .top-title{
    left: 20px;
    }
    .tag {
    left: 20px;
    width: 50%;
    }
    .profile{
    padding-left: 20px;
    }
}

@media screen and (max-width: 420px){
    .top-title{
    top:13vw; 
    }
    .tag {
    top:38vw;  
    width: 60%;
    }
    .tag h2{
        font-size:11px;
    }
    .profile{
        position:relative;
        top:0;
        padding: 10px 0 15px 0px;
        width: 100vw;
        margin-top: -6px;
        background-color: #002B78B2;
    }
    .profile-name{
        font-size: 15px;
        text-align: right;
        margin-right: 20px;
    }
    .profile-text{
        font-size: 11px;
        text-align: right;
        margin-right: 20px;
    }
}

@media screen and (max-width: 350px){
    .top-title{
    top:10vw; 
    }
    .tag {
    top:32vw;  
    width: 65%;
    }
    .tag h2{
        font-size:11px;
    }
}




.intro{
    margin-top:72px;
}
.intro-index{
    border-bottom:3px solid #002B78;
}
.intro-index-box{
    margin-left: 80px;
    background-color: #002B78;
    padding: 4px 20px;
    width: 41px;
}
.intro-index-text{
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
    color: #FFFFFF;
}
.intro-box{
    display: flex;
    background-color: #EDEDED;
    align-items: center;
    padding-bottom: 32px;
}
.intro-text{
    margin: 32px 0px 0px 80px;
}
.intro-text{
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
    line-height: 32px;
    color: #313131;
}
.interviewer-img-box{
    width: 282px;
    position: relative;
}
.interviewer-img{
    width: 282px;
    margin-top: 16px;
}
.interviewer-name-box{
    position: absolute;
    top:42px;
    left: 164px;
    
}
.interviewer{
    font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo,sans-serif;
    font: normal normal medium 12px/26px YuGothic;
    color: #002B78;
    border-bottom: 1px solid #002B78;
}
.interviewer-name{
    font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo,sans-serif;
    font: normal normal medium 14px/26px YuGothic;
    color: #313131;
    text-align: center;
}

@media screen and (max-width: 768px){
    .intro-box{
        display: block;
    }
    .intro-text{
        margin: 0px 40px 0px 40px;
        padding-top: 32px;
    }
    .interviewer-img-box{
        margin: 0 0 0 auto;
    }
    .interviewer-img{
        width:  220px;
}
    .intro-index-box{
    margin-left: 40px;
}
}

@media screen and (max-width: 480px){
    .intro-index-box{
        margin-left: 20px;
    }
    .intro-text{
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 420px){
    .intro{
        margin-top: 32px;
    }
    .intro-box{
    padding-bottom: 16px;
    }
    .interviewer-img{
        width:  150px;
        margin-left: 20%;
    }
    .interviewer-name-box{
    left: 170px;
    
}
}



.title{
    margin-top: 0px;
    position: relative;
}

.img-sesson{
    position: absolute;
    top: -40px;
    margin-left: 3.5%;
    width: 25vw;
    max-width: 221px;
}

.title-text{
    position: relative;
    width: 88.2vw;
    max-width: 881px;
    margin-top:109px;
    margin-left:8%;
    margin-right: 4%;
    height: 120px;
    
    border: 5px solid rgba(0, 43, 120, 0.7);
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-text h3{
    text-align: center;
    font-size: 25px;
    margin: auto 40px;
}

@media screen and (max-width: 599px){
    .title-text h3{
    text-align: center;
    font-size: 20px;
    margin: auto 25px;
}
    .img-sesson{
    position: absolute;
    top: -32px;
    width: 150px;
    max-width: 221px;
    margin-left: auto;
}
    .title{
        margin-left: 3%;
        margin-right: 3%;
    }
    
    .title-text{
    position: relative;
    width: 85vw;
    max-width: 881px;
    margin-top:109px;
    margin-left:5%;
    height: 120px;
}
}
@media screen and (max-width: 480px){
    .title-text h3{
    text-align: center;
    font-size: 18px;
    margin: 30px 20px 20px 20px;
}
    .title-text{
    margin-left:20px;
    margin-right: 20px;
    width: auto;
    height: 100px;
}
    .title{
    margin-left: 0px;
    margin-right: 0px;
    }
}


.teacher{
    margin: 32px auto 0px auto;
    width: 56.8vw;
    max-width: 616px;
    display: flex;
    align-items: flex-start;
}

.teacher-name{
    font-family: ten-mincho-text,serif;
    font-weight: 400;
    font-style: normal;
    color: #717171;
    width: 48px;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
}

.teacher-text{
    color: #717171;
    line-height: 32px;
    flex: 1;
}

.student{
    margin: 32px auto 0px auto;
    width: 56.8vw;
    max-width: 616px;
    display: flex;
    align-items: flex-start;
}

.student-name{
    font-family: ten-mincho-text,serif;
    font-weight: 400;
    font-style: normal;
    color: #002B78;
    width: 48px;
    line-height: 32px;
}

.student-text{
    color: #313131;
    line-height: 32px;
    flex: 1;
}

@media screen and (min-width: 768px){
    .teacher{
        width: 72vw;
    }
    .student{
        width: 72vw;
    }

}

@media screen and (max-width: 480px){
    .teacher{
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .student{
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
}

.interview-image{
    width: 100vw;
    max-width: 1000px;
    margin-top: 56px;
}

.annotation-box{
    width: 82.7vw;
    max-width: 805px;
    padding: 22px;
    background-color: #FFFFFF; 
    border: 2px solid #002B78;
    display: flex;
    margin: 80px auto 0 auto;
    flex-wrap: wrap;
}

.annotation-box h5{
    font-size: 18px; 
    color: #002B78;
    line-height: 40px;
}

.annotation-text{
    line-height: 32px;
    font-size: 15px;
    color: #313131;
}


.annotation-box a{
    margin-top: 10px;
    font-size: 13px;
    color: #002B78;
    text-align: 15px;
}

.annotation-links{
    margin-top: 10px;
    font-size: 13px;
    color: #002B78;
    text-align: 15px;
    word-break: break-all;
}

a{
    word-break: break-all;
}

.information{
    text-align: center;
    display: flex;
    flex-direction: column;
}
.information-image{
    max-width: 360px;
    margin-top: 5px;   
}
.information-image-top{
    max-width: 360px;
    margin-top: 80px; 
}


@media screen and (max-width: 480px){
    .annotation-box{
       display: block; 
    }
    .annotation-box{
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .annotation-text{
        margin-top:0px;
        width: 100%;
    }
    .annotation-text-top{
        width: 100%;
    }
    .information-image,.information-image-top{
        width: 85%;
    }
}

.back-button-box{
    margin-bottom: 30px;
    text-align : center;
    
}
.back-button{
    height: 40px;
    margin-top: 80px;
}

@media screen and (max-width: 480px){
    .back-button{
    height: 40px;
}   
}
