@charset "utf-8";
/* 基本色 */
:root{
	--main-color: #d9d8ce;
	--accent-color: #e0b6a9;
	--accent-color: rgb(211, 233, 208);
	--accent-color: rgb(193, 209, 224);
}

h2{
    color: #7a6751;
}

/* スライドショー */
#slideshow{
	position: relative;
    padding: 24%;
}
#slideshow span{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	filter: opacity(0%);
	width: 100%;
}
#slideshow span.active{
	z-index: 3;
	filter: opacity(100%);
}
#slideshow span.last-active{
	z-index: 2;
}
span{
	background-size: 100%;
	height: 70vh;
    background-repeat: no-repeat;
    background-position: center top;
}
.ph1{
	background-image: url(images/top_pc_slide_1.jpg)
}
.ph2{
	background-image: url(images/top_pc_slide_2.jpg);
}
.ph3{
	background-image: url(images/top_pc_slide_1.jpg)
}
.ph4{
	background-image: url(images/top_pc_slide_2.jpg);
}

/* -------------------------- */
h1{
	position: absolute;
	top:20%;
	left:18%;
	transform: translate(-50%,-50%);
	margin: 0;
	font-size:2.7rem;
    font-weight: 500;
	color: #fff;
	z-index: 5;
	opacity: 0.9;
}

/* cont1 */
#cont1{
    width: 80%;
    height: 500px;
    position: relative;
    display: inline-block;
    padding: 5% 0;
}
#cont1 img{
    display: block;
    width: 40%;
    max-width: 100%;
    height: auto;
    padding-top: 6%;
}
#cont1 img:nth-of-type(2){
    position: absolute;
    right: 50%;
    bottom: 5%;
    width: 20%;
    height: auto;
}
#cont1 img:nth-of-type(3){
    position: absolute;
    right: 10%;
    bottom: 5%;
    width: 20%;
    height: auto;
}
.line1{
    position: absolute;
    top: 10%;
    right: 2%;
    width: 50%;
    margin-right: 10%;
    font-size: 3rem;
}
.line2{
    position: absolute;
    right: 1%;
    width: 50%;
    top: 25%;
    font-size: 3rem;
}

/* cont2 */
#cont2{
    width: 80%;
    height: 700px;
    margin: auto;
    position: relative; 
    background-image: url(images/backgraound_about.jpg);
    background-color: rgba(255, 252, 252, 0.6);
    background-blend-mode: lighten;
    background-position: center;
}
#cont2 p{
    width: 70%;
    text-align: center;
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', 'sans-serif';
    font-weight: 500;
    margin: auto;
    padding-top: 90px;
    line-height: 4rem;
}

/* date */
#date{
    margin: 200px auto 20px auto;
}
.date_1{
    width: 50%;
    height: 90vh;
    min-height: auto;
    background-color: #c1d1e0;
    margin: auto;
}
.date_1 img{
    width: 55%;
    margin: 30px auto 0 auto;
}
.date_1 p{
    font-size: 1.6rem;
    color: #fff;
    margin: 30px auto;
}

/* ------------ */
/* program */
#program,#voice{
    margin-top:  50px;
}
.pro1{
    padding-top: 10px;
    font-size: .9rem;
}

.photo{
    width: 50%;
    border-radius: 5px;
    display: block;
    border-radius: 2px;
    margin: auto 30px;
}
.contentsText1, .contentsText2{
    min-height: auto;
    margin: 30px;
}
.contentsText1 img{
    float: left;
}
.contentsText2 img{
    float: right;
}

.contentsText1 dl{
    width: 75%;
    min-height: 55vh;
    margin: auto;
    text-align: left;

    background-image: linear-gradient(
        135deg, 
        #ffffff 25%,
        rgba(193, 209, 224, 0.3) 25%, rgba(217, 216, 206, .2) 50%,
        #ffffff 50%, #ffffff 75%,
        rgba(193, 209, 224, 0.3) 75%, rgba(217, 216, 206, .2) 100%
  );
    background-size: 40px 40px;
}
.contentsText2 dl{
    width: 75%;
    min-height: 55vh;
    margin: auto;
    text-align: right;
    background-image: linear-gradient(
        45deg, 
        #ffffff 25%,
        rgba(211, 233, 208, 0.4) 25%, rgba(217, 216, 206, .2) 50%,
        #ffffff 50%, #ffffff 75%,
        rgba(211, 233, 208, 0.4) 75%, rgba(217, 216, 206, .2) 100%
  );

    background-size: 40px 40px;
}
.contentsText1 .number{
    margin: 0 80px 0 0;
    font-size: 5rem;
    color: #c1d1e0;
    text-shadow: 1px 1px 2px #131313;
}
.contentsText2 .number{
    margin: 0 80px 0 0;
    font-size: 6rem;
    color: #d3e9d0;
    text-shadow: 1px 1px 2px #131313;
}
.text1{
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 40px;
    padding: 10px;
}
.text2{
    color: #616161;
    font-size: 1.2rem;
    line-height: 24px;
    padding: 10px;
    line-height: 1.6rem;
}
.text2 .click{
    width: 3%;
    padding-top: 10px;
    margin: auto;
}
.text2 .click:hover{
    opacity: .5;
}

/* 学部 */
h4{
    width: 55%;
    font-size: 1.8rem;
    margin: 20px auto 0 auto;
    color: #7a6751;
}
.column p{
    width: 50%;
    font-size: .8rem;
    padding-top: 10px;
    line-height: 1rem;
    font-weight: 500;
    margin: auto auto 30px auto;
    border-bottom: 1px solid #616161;
}
.section1{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px,1fr));
    gap: 15px;
}
.column{
    width: 90%;
    /* max-width: 80%; */
    max-height: auto;
    border: 1px dotted #616161;
    margin: 0 auto;
}
.column h3{
    margin: auto;
}
.column img{
    margin: auto;
    width: 100%;
}
.column ul{
    width: 80%;
    margin: 20px auto;
    text-align: center;
}
.column li{
    text-align: justify;
    line-height: 2rem;

}
.column a:hover{
    color: #d9d8ce;
}

/* voice */

.voice_1{
    height: 600%;
    background-color: #c1d1e0;
}
.voice_2{
    width: 100%;
    background-color: #d9d8ce;
    z-index: 1;
}
.voice_2 p{
    float: left;
    width: 50%;
    height: 75px;
    background-color: #e0b6a9;
    color: #fff;
    margin-left: 50px;
    margin-top: 85px;
    padding: 10px 35px ; 
    font-size: 1.4rem;
}
.voice_1 img{
    position: relative;
    top: 10%;
    right: 10%;
    width: 30%;
    height: auto;
}
#voice h5 .flipLeftTopTrigger{
    width: 30%;
    position: relative;
    right: 15%;
    filter: drop-shadow(1px 1px 2px rgba(19, 19, 19, .5));
}
#voice h5::before{
    content: attr(data-en);
    font-family:'Petit Formal Script';
    font-size: 96px;
    color: #131313;
    opacity: .2;
    position: relative;
    left: 15%;
    z-index: -1;
}
.section2{
    width: 80%;
    margin: auto auto 60px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.item img{
    width: 90%;
}

/* cont3 */
.cont3{
    position: relative;
    margin-top: 60px;
    padding-bottom: 30px;
}
.univ{
    width: 80%;
    margin-bottom: 60px;
}

.cont3 h4{
    font-size: 2rem;
    margin-bottom: 10px;
}
.address{
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding: 5px 0;
}
.phone img{
    width: 40px;
    padding-right: 10px;
    padding-bottom: -50px;
}
.phone{
    font-size: 1.5rem;
    padding-top: 0;
    padding-left: 10px;
}
.fa-brands{
    font-size: 2rem;
    padding: 0 5px;
    margin-bottom: 10px;
}

footer{
	color: #fff;
	font-size: 1.2rem;
	background-color: #d9d8ce;
	padding: 10px;
}

/* スマホ対応 */
@media (max-width:768px){
.pc{
    display: none;
}
.sp{
    display: block;
}

h1{
	top:10%;
	left:35%;
	font-size:1.8rem;
	text-align: justify;
}

/* スライドショー */
#slideshow span{
    height: 95vh;  
}
.ph1{
    background-image: url(images/top_sp_slide_1.jpg);
}
.ph2{
    background-image: url(images/top_sp_slide_2.jpg);
}
.ph3{
    background-image: url(images/top_sp_slide_1.jpg);
}
.ph4{
    background-image: url(images/top_sp_slide_2.jpg);
}
.ph1, .ph2, .ph3, .ph4{
    background-position: center;
}

/* cont1 */
#cont1{
    width: 80%;
    position: relative;
    display: inline-block;
    margin-top: 450px;
    height: 500px;
    padding: 5% 0;
}
#cont1 img{
    width: 80%;
    height: auto;
    padding-top:0;
    margin-top: 5px;
}
#cont1 img:nth-of-type(2){
    right: 55%;
    bottom: 40%;
    width: 50%;
    height: auto;
}
#cont1 img:nth-of-type(3){
    left: 60%;
    bottom: 20%;
    width: 50%;
    height: auto;
}
.line1{
    top: 75%;
    right: 2%;
    width: 90%;
    margin-right: 10%;
    font-size: 1.8rem;
}
.line2{
    left: 6%;
    width: 100%;
    top: 85%;
    font-size: 1.8rem;
}

/* cont2 */
#cont2{
    width: 90%;
}
#cont2 p{
    width: 90%;
    margin: auto;
    font-size: 1.2rem;
    line-height: 3rem;
}

/* date */
#date{
    margin: 200px auto 0 auto;
}
.date_1{
    width: 80%;
    height: 450px;
}
.date_1 img{
    width: 80%;
}
.date_1 p{
    font-size: 1rem;

}

/* program */ 
#program h3{
    width: 75%;
    font-size: 2rem;
}
.pro1{
    margin: 10px;
    font-size: .9rem;
}
.contentsText1 dl,.contentsText2 dl{
    min-height: 35vh;
}

.contentsText1, .contentsText2{
    min-height: auto;
}
.contentsText1 .number{
    font-size: 4rem;
    text-align: left;
}
.contentsText2 .number{
    font-size: 4rem;
    text-align: right;
    margin: 0;
}
.contentsText1 img,.contentsText2 img{
    float: none;
    display: block;
}
.photo{
    width: 90%;
}
.text1{
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 40px;
}
.text2{
    font-size: 1rem;
    line-height: 24px;
    padding: 0 30px;
}
.text2 .click{
    width: 7%;
    padding-top: 10px;
}

/* 学部 */
.section1{
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

/* voice */
#voice{
    margin-top: 40%;
}
.voice_1{
    height: 250px;
}
.voice_2{
    width: 100%;
    z-index: 1;
}
.voice_2 p{
    width: 70%;
    text-align: left;
    margin-left: 20px;
    margin-top: 25px;
    padding-left: 10px;
    padding-top: 10px; 
    font-size: 1rem;
}
.voice_1 img{
    position: relative;
    top: -2%;
    right: -10%;
    width: 60%;
    height: auto;
}
#voice h5 .flipLeftTopTrigger{
    width: 60%;
    right: 3%;
}
#voice h5::before{
    position: relative;
    left: -1%;
    z-index: -1;
}
.section2{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
}
.item img{
    width: 100%;
    margin: auto 5px auto 0;

}

/* cont3 */
.cont3{
    position: relative;
    padding-bottom: 30px;
}
.univ{
    width: 95%;
    margin-bottom: 60px;
}

.cont3 h4{
    font-size: 1.8rem;
}
.address{
    font-size: 1.1rem;
}
.phone img{
    width: 40px;
}
.phone{
    font-size: 1.4rem;
}

#pagetop a{
    text-align: center;
    padding-top: 17px;
}

}


/* *{border: 1px solid #000;} */