@charset "EUC-JP";
/* CSS Document */

body {
	margin: 0;
	font-family: '�ҥ饮�γѥ� ProN', 'Hiragino Kaku Gothic ProN', '�ᥤ�ꥪ', Meiryo, '�⥴���å�', YuGothic, sans-serif;
  font-feature-settings: "pkna"; 
	color:#34353D;

}

.container {
	/* width: 800px; */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
    /*background-image: url("../img/11_back.png");*/
    background-size: cover;
    background-attachment: fixed;
}


.container:before{
    content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
background-repeat:no-repeat;
background-position:0% 100%;
background-image:url("../img/11_back.png");
background-size:cover;
}


.header {
}

.header-top{
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__btn {
    background: #555;
    color: #fff;
    /* border-radius: 4px; */
    text-align: center;
    padding: 0.5rem 1rem;
    margin: 0;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    /* font-weight: bold; */
    letter-spacing: 0.2em;
    padding: 16px;
    padding-left: 40px;
    position: relative;
    box-sizing: border-box;
}
.header__btn:before{
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    left: 12px;
    display: block;
    top: calc(50% - 4px);
    transform: rotate(-45deg);
}
.header__inner {
	display: flex;
	width: 1280px;
	margin: 0 auto;

}

.header .txt__area {
	width: 1280px;
	margin: 80px 20px 0 0;
	text-align: right;
}

.contest__number {
	color: #313F9A;
	font-size: 1.4em;
	font-weight: 600;
	margin: 0;
}

.name__result {
	color: #313F9A;
	margin: 0.7rem 0;
}

.name__school {
	margin: 0;
	font-weight: 600;
	font-size: 1.4em;
}

h1 {
	width: 50%
}
.img__person {
	display: inline-block;
	width: 370px;
	height: 370px;
	border-radius: 50%;
	background-image: url(../img/pic1.jpg);
	background-position: center;
	background-size: cover;
}
.img__person2 {
	display: inline-block;
	width: 370px;
	height: 370px;
	border-radius: 50%;
	background-image: url("../img/pic2.jpg");
	background-position: center;
	background-size: cover;
}
.img__person3 {
	display: inline-block;
	width: 370px;
	height: 370px;
	border-radius: 50%;
	background-image: url("../img/pic3.jpg");
	background-position: center;
	background-size: cover;
}
.img__person4 {
	display: inline-block;
	width: 370px;
	height: 370px;
	border-radius: 50%;
	background-image: url("../img/pic4.jpg");
	background-position: center;
	background-size: cover;
}
.img__person5 {
	display: inline-block;
	width: 370px;
	height: 370px;
	border-radius: 50%;
	background-image: url("../img/pic5.jpg");
	background-position: center;
	background-size: cover;
}
.img__person6 {
	display: inline-block;
	width: 370px;
	height: 370px;
	border-radius: 50%;
	background-image: url(../img/pic6.jpg);
	background-position: center;
	background-size: cover;
}

.table-style, .table-style td {
  border-collapse:collapse;
  border:2px solid #c1d1f1;
}

.bg_wrap {
	background-image: url(../img/bg_main.png);
	background-repeat: no-repeat;
  /*background-position: center center; */
  background-size: cover;
}

.content {
	width: 1280px;
	margin: 0 auto;
}

.breadcrumb {
color: #555;
    font-size: 14px;
    /* padding: 1rem; */
    letter-spacing: 0.1em;
    padding-right: 20px;
}

.breadcrumb a {
    text-decoration: none;
    color: #555;
}

.content p{
	margin: 0;
	padding: 0;
	line-height: 1.8em;
	letter-spacing: 1.5px;
}

.work__title {
	background: url(../img/bg_work_title.png) no-repeat;
	line-height: 1.2;
	padding: 10px 0 0 30px;
	height: 96px;
	margin: 2rem 0;
}

.work__title span {
	display: block;
	font-size:0.35em;
}

.work__title2 {
	background: url(../img/bg_work_title.png) no-repeat;
	line-height: 1.2;
	padding: 10px 0 0 30px;
	height: 155px;
	margin: 2rem 0;
}

.work__title2 span {
	display: block;
	font-size:0.35em;
}

.main__area {
	background: rgba(255,255,255,0.9);
	border-radius: 3px 50px 3px 50px;
	display: flex;
	padding: 3rem 2rem 4rem 2rem;
	min-width: 1200px;
	min-height: 890px;
	justify-content: space-around;
}

.main__r {
	width: 50%;

}

.content .txt__area {
	width: 85%;
	margin: 0 auto;
}

.work__img {
	width: 550px;
	/*object-fit: contain;
	object-position: top;*/
}

.movie__area {
	background: rgba(255,255,255,0.8);
	padding: 2rem 0;
	margin: 4rem 0;
	box-shadow: 0 20px rgba(255,221,0,0.7);
}

.movie__area .inner {
	width: 1280px;
	margin: 2rem auto;
	display: flex;
	justify-content: center;
}
.movie {
	margin: 0 2rem;

}
.movie__area .inner p {
	width: 90%;
	margin: 0 2rem;
	line-height: 1.8em;
	letter-spacing: 1.5px;
}



h2 {
	font-size: 2.9em;
	margin: 0;

}
/*.photo {
	margin-left: 185px;
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #ccc;
	margin-top: 10px;
}*/
h3 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h3 ruby rt {
	font-size: 0.6em;
	text-align: center;
}

h3 ruby rb {
	font-size: 1.5em;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}

.ruby {
	margin: -10px 100px 0 0;

}

#top_link {
	text-align: center;
	margin: 3rem;
}

#top_link a {
	color:#34353D;
		font-weight: 600;

}


footer {
	border-top: solid 1px #707070;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 64px;
}

footer p {
	font-size: 0.9em;
	margin: 0 -100px 0 45px;
}


.pc {
	display: block;
}

.sp {
	display: none;
}

.min {
	display: none;
}

/* ���֥�å� */
@media screen and (max-width: 1024px) {
	.movie__area .inner p {
		width: 35%;
		margin: 0 4rem;
	}
}

@media screen and (max-width: 768px) {

	p {
		font-size: 17px;
		line-height: 1.8;
	}

	.container {
		min-width: 680px;
	}




	.header .txt__area {
		width: 100%;
	}

	.header__inner {
    max-width: 768px;
		width: 100%;
		align-items: center;
	}

	.img__person {
		display: inline-block;
		width: 270px;
		height: 270px;
		border-radius: 50%;
		background-image: url(../img/pic1.jpg);
		background-position: center;
		background-size: cover;
	}
    .img__person2 {
		display: inline-block;
		width: 270px;
		height: 270px;
		border-radius: 50%;
		background-image: url(../img/pic2.jpg);
		background-position: center;
		background-size: cover;
	}
    .img__person3 {
		display: inline-block;
		width: 270px;
		height: 270px;
		border-radius: 50%;
		background-image: url(../img/pic3.jpg);
		background-position: center;
		background-size: cover;
	}
    .img__person4 {
		display: inline-block;
		width: 270px;
		height: 270px;
		border-radius: 50%;
		background-image: url(../img/pic4.jpg);
		background-position: center;
		background-size: cover;
	}
    .img__person5 {
		display: inline-block;
		width: 270px;
		height: 270px;
		border-radius: 50%;
		background-image: url(../img/pic5.jpg);
		background-position: center;
		background-size: cover;
	}
    .img__person6 {
		display: inline-block;
		width: 270px;
		height: 270px;
		border-radius: 50%;
		background-image: url(../img/pic6.jpg);
		background-position: center;
		background-size: cover;
	}
	
	.bg_wrap {
    background-image: url(../img/bg_main_tb.png);
		background-repeat: no-repeat;
		/* background-size: cover; */
	}

	.content {
		width: 100%;
	}

	.content p {
		margin: 0 4%;
	}

	.breadcrumb {
		font-size: 0.9em;
	}

	.contest__number {
		font-size: 1.15em;
	}

	h2 {
    font-size: 1.65em;
	}
	h3 {
		font-size: 2.1em;
	}
	h3 ruby rb {
		font-size: 1.2em;
	}
	h3 ruby rt {
		font-size: 0.5em;
	}

	h4 {
		margin: 3em 0 1em 0;
	}

	.name__school {
		font-size: 1.1em;
	}

	.main__area {
    border-radius: 0;
    display: block;
    min-width: 680px;
    min-height: auto;
		width: 100%;	
		padding: 3rem 0;
	}

    .work__title {
		background-image: url(../img/bg_work_title_tb.png);
		background-repeat: no-repeat;
    background-size: contain;
    height: 93px;
    font-size: 1.9em;
    margin: 0 5%;
	}
	.work__title span {
		font-size: 0.5em;
	}
    
	.work__title2 {
		background-image: url(../img/bg_work_title_tb.png);
		background-repeat: no-repeat;
    background-size: contain;
    height: 133px;
    font-size: 1.9em;
    margin: 0 5%;
	}
	.work__title2 span{
		font-size: 0.5em;
	}

	.work__img {
		width: 92%;
    margin: 0 auto;
    display: block;
	}

	.main__r {
		max-width: 768px;
		width: 100%;
	}

	.content .txt__area {
		width: 95%;
	}

	.movie__area .inner {
		max-width: 768px;
		width: 100%;
		flex-direction: column;
	}
	.movie__area .inner p {
    width: 90%;
		margin: 0 auto;
		order: 1;
	}
	.movie {
		order: 2;
    margin: 5% auto;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
	}
	iframe {
		position: absolute;
    margin: auto;
    right: 0;
		left: 0;
    top: 0;
		width: 90%;
    height: 90%;
	}


	#top_link {
		font-size: 1em;
	}

	footer {
		flex-direction: column;
	}

	footer img {
		width: 90%;
	}
	footer a {
		margin: 0 auto;

	}

	footer p {
		margin: 0;
		text-align: center;
		margin: 0 auto;
	}

}

/* ���ޥ� */

@media screen and (max-width: 680px) {

	p {
		font-size: 15px;
	}

	.container {
		min-width: 320px;
	}


	.header__inner {
		max-width: 680px;
	}

	.header .txt__area {
		margin: 0 20px 0 0;
	}

	.contest__number {
		font-size: 0.8em;
	}

	.name__school {
		font-size: 0.9em;
		line-height: 1.2;
	}

	h1 {
		width: 50%;
	}

	h2 {
		font-size: 1em;
	}

	h3 {
		font-size: 1.5em;
		margin: 0.5rem 0;
	}
	.name__result {
		margin: 0.3rem 0;
	}
	
	.img__person {
    display: inline-block;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-image: url(../img/pic1.jpg);
    background-position: center;
		background-size: cover;
	}
    .img__person2 {
    display: inline-block;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-image: url("../img/pic2.jpg");
    background-position: center;
		background-size: cover;
	}
    .img__person3 {
    display: inline-block;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-image: url("../img/pic3.jpg");
    background-position: center;
		background-size: cover;
	}
    .img__person4 {
    display: inline-block;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-image: url("../img/pic4.jpg");
    background-position: center;
		background-size: cover;
	}
    .img__person5 {
    display: inline-block;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-image: url("../img/pic5.jpg");
    background-position: center;
		background-size: cover;
	}
    .img__person6 {
    display: inline-block;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-image: url(../img/pic6.jpg);
    background-position: center;
		background-size: cover;
	}

	.bg_wrap {
		background-image: url(../img/bg_main_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
		}

	.content .breadcrumb p {
		font-size: 10px;
		margin: 0;
	}

	.work__title, .work__title2 {
		background-image: url(../img/bg_work_title_sp.png);
    background-repeat: no-repeat;
		background-size: cover;
		font-size: 1.2em;
		height: auto;
		margin: 0 3% 5% 3%;
		padding: 1% 3%;
	}

	.main__area {
		min-width: 320px;
		padding: 2rem 0;
	}

	.sketch {
		margin: 2em 0 1em 0;
	}
  
  .movie__area {
    padding: 0 0 2rem !important;
  }

	.movie__area .inner {
    max-width: 680px;
	}

	#top_link {
    font-size: 0.8em;
    background: rgba(255,255,255,0.9);
    width: 75%;
    margin: 0 auto;
		padding: 2rem 0;
		border-radius: 10px;
	}

	footer p {
		font-size: 0.8em;
	}

	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
}

@media screen and (max-width: 400px) {
	.work__title, .work__title2 {
		font-size: 1em;
	}


	.min {
		display: block
	}


	.name__result {
		margin: 0.3rem 0;
		line-height: 1.2;
	}

	.header .txt__area {
    margin: 1rem 20px 0 0;
}

}

/* for Microsoft Edge */
@supports (-ms-ime-align:auto) {
	h3 ruby rt div{
		display: block;
		margin: 0 0 5px 0;
	}

	@media screen and (max-width: 768px) {
		h3 ruby rt div{
			margin: 0 0 3px 0;
		}
	
	}
}

/* for IE 11 */
@media all and (-ms-high-contrast:none) {
	h3 ruby rt div{
		display: inline;
	}
}




.top{
    text-align: center;
        padding: 96px 0 0;
}
.top h1{
margin: 0 auto;
    text-align: center;
    font-size: 48px;
    letter-spacing: 0.1em;
    color: #555;
    margin-bottom: 36px;
}
.top h1>span{
    padding: 8px 16px;
    margin: 0 auto;
    width: fit-content;
    font-size: 14px;
    display: block;
    margin-bottom: 24px;
    border-radius: 26px;
    letter-spacing: 0.1em;
    background-color: #EF7B3A;
    border: none;
    color: #fff;
}
.top_text{
    max-width: 1080px;
    color: #555;
    margin: 48px auto;
    width: 100%;
}
.top_text>h2{
        font-size: 32px;
    letter-spacing: 0.1em;
    color: #697ED6;
}
.top_text>p{
    font-size: 16px;
    line-height: 2em;
    display: block;
    margin-top: 48px;
    letter-spacing: 0.05em;
}
figure{
        margin: 0;
    width: 100%;
}
figure img{
    width: 100%;
    border-radius: 12px;
}
figcaption{
    text-align: left;
    font-size: 14px;
    line-height: 2em;
    margin-top: 8px;
    margin-bottom: 24px;
}


.interview{
        margin-top: 48px;
    width: 100%;
    max-width: 1080px;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    margin: 0px auto;
    padding: 48px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    margin-bottom: 48px;
    border: 1px solid #fff;
}

.interview_section_title{
    margin-top: 48px;

}
.interview_section_title h3{
font-size: 18px;
    font-weight: bold;
    /* padding: 0; */
    /* margin: 0; */
    position: relative;
    padding-left: 96px;
    z-index: +1;
    letter-spacing: 0.1em;
    color: #555;
    padding-bottom: 36px;
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding-top: 36px;
}
.interview_section_title h3 span{
    position: absolute;
    font-size: 28px;
    color: #EF7B3A;
    z-index: 0;
    bottom: 28px;
    left: 16px;
}
.interview_text_large{
font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top: 24px;
    margin-bottom: 0;
    color: #697ED6;
    line-height: 1.8em;
    margin-left: 0;
}



.interview_section{
        margin: 48px auto;
}
.interviewer{
        display: flex;
        align-items: flex-start;
}
.interviewer_name{
    line-height: 2.2em;
padding: 24px;
    display: block;
    font-weight: bold;
    width: 96px;
    letter-spacing: 0.2em;
    padding-left: 0;
    position: relative;
}
.interviewer_name:after{
    content: "";
    width: 24px;
    height: 1px;
    background-color: #555;
    position: absolute;
    display: block;
    right: 12px;
    top: 50%;
}
.interviewer_talk{
padding: 24px;
    width: 100%;
    line-height: 2.2em;
    color: #555;
    letter-spacing: 0.05em;
}


.interviewee{
        display: flex;
        align-items: flex-start;
    
}
.interviewee_name{
    line-height: 2.2em;
padding: 24px;
    display: block;
    font-weight: bold;
    width: 96px;
    letter-spacing: 0.2em;
    padding-left: 0;
    position: relative;
    color: #697ED6;
}
.interviewee_name:after{
    content: "";
    width: 24px;
    height: 1px;
    background-color: #555;
    position: absolute;
    display: block;
    right: 12px;
    top: 50%;
}
.interviewee_talk{
padding: 24px;
    width: 100%;
    line-height: 2.2em;
    color: #555;
    letter-spacing: 0.05em;
}

.whiteline{
    width: 1px;
    height: 40px;
    margin: 0 auto;
    background-color: #EF7B3A;
        margin: 48px auto;
}


.interviewee_about{
    border-radius: 8px;
    border: 1px solid #697ED6;
    margin: 48px auto;
    padding: 36px;
    background-color: #fff;
}

.interviewee_about_imgs{
    display: flex;
    gap:20px;
    width: 100%;
    align-items: center;
}
.interviewee_about_imgs img{
    border-radius: 12px;
    width: 50%;
    height: fit-content;
    
}
.interviewee_about_text  .interviewee_about_text_head{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #697ED6;
    margin-top: 24px;
    margin-bottom: 24px;
    color: #697ED6;
}

.interviewee_about_text p{
    line-height: 2em;
    font-size: 14px;
    margin: 0;
}
.past_comp{
width: 100%;
    background-color: rgba(33, 65, 165, 0.7);
}
.past_comp_inner{
width: 1080px;
    max-width: 100%;
    margin: 0px auto;
    padding: 48px 0;
    box-sizing: border-box;
    text-align: center;
}
.past_comp_inner a{
text-decoration: none;
    color: #fff;
    display: block;
    padding: 12px;
    width: fit-content;
    margin: 0 auto;
    letter-spacing: 0.1em;
    transition: all 0.2s;
}
.past_comp_inner a:hover{
    opacity: 0.6;
}
@media screen and (max-width: 1080px) {
    footer{
        display: flex;
    flex-wrap: wrap;
     flex-direction: column;
    } 
}


@media screen and (max-width: 768px) {
    .header-top{
        flex-direction: column;
    }
    .header__btn{
            width: 100%;
    }
    .header__btn:before{
            left: 50px;
    }
    .breadcrumb {
    width: 100%;
    padding: 8px;
    font-size: 0.9em;
    font-size: 12px;
        box-sizing: border-box;
    }
    .top{
        padding: 96px 24px 0;
    }
    .top h1{
            font-size: 28px;
    width: 100%;
    }
    .top h1>span{
        padding: 6px 12px;
            font-size: 12px;
    }
    .whiteline{
        height: 24px;
        margin: 36px auto;
    }
    .top_text>h2{
        font-size: 24px;
    }
    .top_text{
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
        margin-top: 0;
            background-color: #fff;
    }
    .top_text>p{
        font-size: 14px;
            margin-top: 36px;
        text-align: left;
    }
    .interview{
        padding: 24px;
        margin-bottom: 24px;
    }
    figcaption{
        padding-left: 0;
    text-align: left;
        font-size: 12px;
    }
    .interview_section_title h3{
            padding: 24px 0 24px 64px;
    padding-left: 64px;
    }
    .interview_section_title h3 span{
        bottom: calc(50% - 20px);
    left: 0px;
    }
    .interview_text_large{
        font-size: 20px;
    }
    .interview_section{
        margin: 36px auto;
        font-size: 14px;
    }
    .interviewer,.interviewee{
        flex-direction: column;
    }
    .interviewer_name,.interviewee_name{
        width: 100%;
        padding: 0;
        font-size: 18px;
    }
        .interviewer_name:after,.interviewee_name:after{
        content: none;
    }
    .interviewer_talk,.interviewee_talk{
        padding: 0;
        margin-bottom: 36px;
    }
    .interviewee_about{
        padding: 24px;
        margin-bottom: 24px;
    }
    .interviewee_about_imgs{
        flex-direction: column;
    }
    .interviewee_about_imgs img{
            border-radius: 8px;
        width: 100%;
    }
    .interviewee_about_text .interviewee_about_text_head{
            padding-bottom: 16px;
        font-size: 16px;
    }
}