@charset "utf-8";

/*---------------------------------------------------------

    mv

---------------------------------------------------------*/

/*
#mv {
    background: url('../images/interview/mv.jpg') top center no-repeat;
    background-size: cover;
    height: 50vw;
    position: relative;
}

#mv h1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgba(0,169,212,0.6);
    color: #fff;
    font-weight: 600;
    padding: 4vw 0;
}

#mv h1 span {
    color: #fff;
    font-size: 7.47vw;
}
*/




/*---------------------------------------------------------

    headline

---------------------------------------------------------*/

#headline {
    padding-bottom: 12vw;
}

#headline h2 {
	letter-spacing: 0;
    font-size: 3.47vw;
    font-weight: 400;
}

#headline .member {
    margin-top: 8.4vw;
    padding: 0 3.75vw 6.25vw;
    border: 0.5vw solid #b2e5f2;
    position: relative;
}

#headline .member dt {
    color: #00a9d4;
    text-align: center;
    position: relative;
    font-size: 4.54vw;
    width: 180px;
    background: #fff;
    margin: -4.25vw auto 5vw;
    line-height: 7vw;
    font-weight: 600;
}

#headline .member > dd {
    line-height: 2.125;
}

#headline .member > dd > ul {
    text-align: center;
}

#headline .member > dd > ul > li {
	display: inline-block;
    width: 30vw;
    vertical-align: top;
    margin: 4.5vw 5.4vw 0;
}

#headline .member > dd > ul > li:nth-of-type(-n+2) {
    margin-top: 0;
}

#headline .member > dd > ul > li figure {
    text-align: center;
}

#headline .member > dd > ul > li .member_text {
    text-align: center;
    margin-top: 1.25vw;
}

#headline .member > dd > ul > li .member_text .name {
	color: #00a9d4;
	font-size: 4vw;
    font-weight: 600;
}

#headline .member > dd > ul > li .member_text .affiliation {
    line-height: 1.4;
}

#headline .member > dd > ul > li .member_text .entry {
    color: #646464;
}

#headline .theme {
    margin-top: 8.75vw;
    counter-reset:theme_box;
}

#headline .theme .theme_box {
    counter-increment:theme_box;
}

#headline .theme .theme_box + .theme_box {
    margin-top: 7.5vw;
}

#headline .theme .theme_box > h3 {
    background: #e5f6fb;
    position: relative;
    padding: 12.25vw 3.75vw 2.75vw;
    font-size: 3.74vw;
}

#headline .theme .theme_box > h3:before {
    font-family: 'Ropa Sans', sans-serif;
    content: "Theme."counter(theme_box);
    display: inline-block;
    position: absolute;
    left: 0;
    line-height: 10vw;
    vertical-align: middle;
    top: 0;
    background: #00a9d4;
    width: 100%;
    font-size: 5.07vw;
    color: #fff;
    letter-spacing: 0.24vw;
    font-weight: 600;
    padding: 0 3.75vw;
    box-sizing: border-box;
}

#headline .theme .theme_box > .theme_box_main {
    padding: 5vw 3.75vw;
    border: 1px solid #dcdcdc;
    border-top: none;
}

#headline .theme .theme_box > .theme_box_main ul li {
    overflow: hidden;
}

#headline .theme .theme_box > .theme_box_main ul li + li {
    margin-top: 5vw;
}

#headline .theme .theme_box > .theme_box_main ul li p {
    padding-left: 22.5vw;
    line-height: 1.875;
}

#headline .theme .theme_box > .theme_box_main figure {
    width: 17.5vw;
    text-align: center;
    float: left;
}

#headline .theme .theme_box > .theme_box_main figure figcaption {
    letter-spacing: 0.2em;
    margin-top: 10px;
}

#headline > .container > .btn_detail {
    margin-top: 7.5vw;
    text-align: center;
}



/*---------------------------------------------------------

    detail

---------------------------------------------------------*/

#detail > h3 {
	color: #00a9d4;
    background: #e5f6fb;
    text-align: center;
    line-height: 11vw;
}

#detail #group {
    padding: 5vw 0;
}

#detail #flow {
    padding: 5vw 0 0;
}




@media screen and (min-width: 480px) {

/*---------------------------------------------------------

    mv

---------------------------------------------------------*/

/*
#mv h1 span {
	font-size: 4.2vw;
}
*/



/*---------------------------------------------------------

    headline

---------------------------------------------------------*/

#headline .member dt {
	width: 22.5vw;
	font-size: 2.55vw;
}

#headline .member > dd > ul > li .member_text .name {
	font-size: 2.25vw;
}

#headline .theme .theme_box > h3 {
	font-size: 2.1vw;
	padding-top: 9.45vw;
}

#headline .theme .theme_box > h3:before {
	font-size: 2.85vw;
	line-height: 7.2vw;
}


/*---------------------------------------------------------

    detail

---------------------------------------------------------*/

#detail > h3 {
	line-height: 7.2vw;
}





}


@media screen and (min-width: 768px) {


/*---------------------------------------------------------

    mv

---------------------------------------------------------*/

/*
#mv {
    height: 460px;
}

#mv h1 {
    padding: 35px 0;
    font-size: 1.7rem;
}

#mv h1 span {
    font-size: 4.5rem;
}
*/




/*---------------------------------------------------------

    headline

---------------------------------------------------------*/

#headline {
    padding-bottom: 105px;
}

#headline h2 {
    margin-bottom: 70px;
}

#headline .member {
    margin-top: 11px;
    padding: 0 6.018% 3rem;
    border: 4px solid #b2e5f2;
}

#headline .member dt {
    margin: -17px auto 35px;
    line-height: 28px;
}

#headline .member > dd {
    font-size: 1.6rem;
    line-height: 2.125;
}

#headline .member > dd > ul {
	font-size: 0;
}

#headline .member > dd > ul > li {
    width: 16.2vw;
    margin: 0;
}

#headline .member > dd > ul > li + li {
    margin-left: 3.7156%;
}

#headline .member > dd > ul > li .member_text {
    margin-top: 15px;
}

#headline .member > dd > ul > li .member_text .name {
    font-weight: 600;
    color: #00a9d4;
}

#headline .member > dd > ul > li .member_text .affiliation {
	font-size: 1.95vw;
    line-height: 1.375;
}

#headline .member > dd > ul > li .member_text .entry {
    color: #646464;
    font-size: 1.4rem;
}

#headline .theme {
    margin-top: 80px;
}

#headline .theme .theme_box + .theme_box {
    margin-top: 60px;
}

#headline .theme .theme_box > h3 {
    line-height: 6rem;
    padding: 0 25px 0 21rem;
}

#headline .theme .theme_box > h3:before {
	line-height: 6rem;
	padding: 0;
	text-align: center;
	width: 18rem;
}

#headline .theme .theme_box > .theme_box_main {
    padding: 50px 12.96% 65px;
}

#headline .theme .theme_box > .theme_box_main ul li + li {
    margin-top: 33px;
}

#headline .theme .theme_box > .theme_box_main ul li p {
    padding-left: 98px;
}

#headline .theme .theme_box > .theme_box_main figure {
    width: 70px;
}

#headline .theme .theme_box > .theme_box_main figure figcaption {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    margin-top: 10px;
}

#headline > .container > .btn_detail {
    margin-top: 65px;
}



/*---------------------------------------------------------

    detail

---------------------------------------------------------*/

#detail > h3 {
	line-height: 9.2rem;
}

#detail .sc_main_title01 {
	font-size: 2.1rem;
}

#detail #group {
    padding: 40px 0;
}

#detail #flow {
    padding: 35px 0 0;
}



}


@media screen and (min-width: 1080px) {

/*---------------------------------------------------------

    headline

---------------------------------------------------------*/

#headline .member {
	padding-bottom: 5.5rem;
}

#headline .member dt {
	width: 24rem;
	font-size: 2.4rem;
}

#headline .member > dd > ul > li {
	width: 18rem;
}

#headline .member > dd > ul > li .member_text .name {
	font-size: 1.8rem;
}

#headline .member > dd > ul > li .member_text .affiliation {
	font-size: 1.6rem;
}

#headline .theme .theme_box > h3 {
	font-size: 2.2rem;
	line-height: 9.2rem;
}

#headline .theme .theme_box > h3:before {
	font-size: 2.7rem;
	line-height: 9.2rem;
}


/*---------------------------------------------------------

    detail

---------------------------------------------------------*/

#detail > h3 {
	line-height: 9.2rem;
}


}
