@charset "utf-8";

/******:::::::::: fade script ::::::::::******/

.fadeIn {
	  opacity: 0;
	  transition-duration: 500ms;
	  transition-property: opacity, transform;
}

.fadeIn-up {
	  transform: translate(0, 50px);
}

.fadeIn-down {
	  transform: translate(0, -50px);
}

.fadeIn-left {
	  transform: translate(-50px, 0);
}

.fadeIn-right {
	  transform: translate(50px, 0);
}

.scrollIn {
	  opacity: 1;
	  transform: translate(0, 0);
}

/******:::::::::: /fade script ::::::::::******/

/******:::::::::: faculty ::::::::::******/


.law {
	background-color:#8f84be;
}

.eco {
	background-color:#2d9ac0;
}

.comm {
	background-color:#03882a;
}

.sci {
	background-color:#ff8b1b;
}

.letters {
	background-color:#f382a1;
}

.policy {
	background-color:#3abcbc;
}

.gm {
	background-color:#03275f;
}

.itl {
	background-color:#2b2b2b;
}



/******:::::::::: /faculty ::::::::::******/

#ouen_message_wrap {
	width:100%;
}
/*
#ouen_message_wrap .sp_head {
	display:none;
}

#ouen_message_wrap .heading_pc {
	width:40vw;
	margin-left:2vw;
	padding-top:5vh;
}

#ouen_message_wrap .heading_pc img {
	width:100%;
	filter: drop-shadow(2px 2px 3px #777);
}

#ouen_message_wrap .first {
    height: 100svh;
    background-image: url("/common_d/connect/ouen_message/img/2025/top01.jpg");
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat
}

#ouen_message_wrap .first p {
    text-align: center;
    padding-top: 10vh;
    font-size: 3rem;
    color: #fff;
}
*/

#ouen_message_wrap .header {
	width: 100%;
    height: 450px;
    overflow: hidden;
	background-color: #fff3ef;
    position: relative;
}

.oen_title {
	position: absolute;
	width: 100%;  
	text-align: center;
	top: 20px;
}

.oen_title img {
	width: 70%;
	max-width: 550px;
	padding-left: 90px;
}

.oen_catch{
	font-family: ShigotoMemogaki;
	font-size: 54px;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	padding: 40px 0 0 80px;
	transform: rotate(-8deg);
	& span.mojiaki {
		letter-spacing: 0.15em;
	}
	& span.underline_text {
		color: #d6000a;
		background: linear-gradient(transparent 60%, #ffff66 40%);
	}
}

/*move*/
.chu_move {
    position: absolute;   
	width: 450px;
    bottom: -30px;
	z-index: 10;
    animation: move1 1.5s linear forwards;
}

@keyframes move1 {
    0% {transform: translateX(-400px);}
    15% {transform: translateX(-300px) rotate(20deg);}
    30% {transform: translateX(-400px);}
    45% {transform: translateX(-300px) rotate(20deg);}
    60% {transform: translateX(-400px);}
    100%  {transform: translateX(-30px) rotate(20deg);}
}

.hakumon_move {
    position: absolute;   
	width: 320px;
	right: 0;
    bottom: -130px;
	z-index: 10;
    animation: move2 0.5s linear 1.5s forwards;
	opacity: 0;
}

@keyframes move2 {
    0% {transform: translateX(320px);
		opacity: 1;}
    100%  {transform: translateX(10px) rotate(-20deg);
	       opacity: 1;}
}

/*
@keyframes move2 {
    0% {transform: translateX(400px);}
    15% {transform: translateX(300px) rotate(-20deg);}
    30% {transform: translateX(400px);}
    45% {transform: translateX(300px) rotate(-20deg);}
    60% {transform: translateX(400px);}
    100%  {transform: translateX(10px) rotate(-20deg);}
}
*/

#ouen_message_wrap .content {
	background-color: #d6000a;
}

#ouen_message_wrap .lead {
	padding:40px 40px 10px;
	text-align: center;
}

/*#ouen_message_wrap .lead img {
	width:100%;
	max-width:300px;
	margin:auto;
}*/

#ouen_message_wrap .lead p {
	color:#fff;
	text-align: center;
	line-height:2.4;
	letter-spacing: 0.1em;	
	/*margin:30px auto 0;*/
}

#ouen_message_wrap .lead p a {
    display: inline-block;
    position: relative;
    color: #ffdd00;
  }

#ouen_message_wrap .lead p a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ffdd00;
    transform-origin: bottom right;
    transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }

#ouen_message_wrap .lead p a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }

#ouen_message_wrap .lead p.fukidashi {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 1280px;
  margin: 40px auto 10px;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  color: #d6000a;
  &::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		border-style: solid;
		border-width: 10px 7.5px 0 7.5px;
		border-color: #fff transparent transparent;
		translate: -50% 100%;
		}
}
/*
#ouen_message_wrap .lead p.fukidashi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #eeeae4 transparent transparent;
  translate: -50% 100%;
}
*/


/*
#ouen_message_wrap p a {
	color:#ffdd00;
	border-bottom: 1px solid #ffdd00;
}

#ouen_message_wrap p a:hover {
	color:#ffdd00;	
	border-bottom: none;	
}

*/

#ouen_message_wrap .footer {
	padding:40px 0;
}

#ouen_message_wrap .footer img {
	width:100%;
	max-width:100px;
	margin:auto;
	display:block;
}

#ouen_message_wrap .lead .pc_only {
	display:inline-block;
}

#ouen_message_wrap .sns_area {
	width:50%;
	margin:1rem auto 0;
	display:flex;
}

#ouen_message_wrap .sns_area li a {
	display:block;
	color: #fff;	
}

#ouen_message_wrap .sns_area li a:hover {
	color: #fff;
}

#ouen_message_wrap .sns_area li {
	width:50%;
	margin-right:1em;
	border:1px solid #fff;
	padding:8px;
	text-align:center;
}

#ouen_message_wrap .sns_area li:last-child {
	margin-right:0;
}



/******:::::::::: contents ::::::::::******/

#photo_area {
	/*background-color: #22357f;*/
	padding-top:0;
}

#photo_area,
.photo_wrap {
	width:100%;
	max-width:1280px;
	margin:auto;
}

.photo_box {
	width:100%;	
	margin:auto;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;	*/
	justify-content: start;
}


.photo_box li {
	width:20%;
	position:relative;
	padding:0;
	overflow: hidden;
}

.photo_box li img {
	width:100%;
}

.photo_box li a:hover {
	opacity: 1.0 !important;
}

.photo_box li .day_wrap {
	position:absolute;
	top:0;
	left:0;
	width:55px;
	height:55px;
	padding:3px;
	color:#fff;
}

.photo_box li dt {
	font-size:1.6em;
	font-weight:bold;
	text-align:center;
	line-height: 1.0;
}

.photo_box li dd {
	text-align:center;	
	line-height:1.2;
}

#ouen_message_wrap .photo_box .prof {
	width:90%;
	margin:10px auto;
}

#ouen_message_wrap .photo_box .prof li {
	width:100%;
	font-size:0.8em;
	color:#fff;
	line-height: 1.6;
}







.bg_coming {
	background-color:#977d64;
}
.bg_red {
	background-color:#ff2d37;	
}

.bg_green {
	background-color:#057855;	
}





/******:::::::::: button ::::::::::******/





/******:::::::::: /button ::::::::::******/











/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
macbook pro ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (min-width:1026px) and ( max-width:1280px) {


	/*move*/
	.chu_move {
		width: 400px;
	}

	@keyframes move1 {
		0% {transform: translateX(-400px);}
		15% {transform: translateX(-300px) rotate(20deg);}
		30% {transform: translateX(-400px);}
		45% {transform: translateX(-300px) rotate(20deg);}
		60% {transform: translateX(-400px);}
		100%  {transform: translateX(-50px) rotate(20deg);}
	}

	.hakumon_move {  
		width: 300px;
	}

	@keyframes move2 {
		0% {transform: translateX(320px);
			opacity: 1;}
		100%  {transform: translateX(60px) rotate(-20deg);
			opacity: 1;}
	}
	
}




/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
tablet ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

@media all and (max-width: 1025px ) {

	.oen_title img {
    width: 90%;
    max-width: 500px;
    padding-left: 0px;
	}

	.oen_catch {
		font-size: 45px;
	}

	/*move*/
	.chu_move {
		width: 300px;
		bottom: -20px;
	}

	@keyframes move1 {
		0% {transform: translateX(-300px);}
		15% {transform: translateX(-200px) rotate(15deg);}
		30% {transform: translateX(-300px);}
		45% {transform: translateX(-200px) rotate(15deg);}
		60% {transform: translateX(-300px);}
		100%  {transform: translateX(-50px) rotate(15deg);}
	}

	.hakumon_move {  
		width: 230px;
	}

	@keyframes move2 {
		0% {transform: translateX(250px);
			opacity: 1;}
		100%  {transform: translateX(60px) rotate(-15deg);
			opacity: 1;}
	}
/*	
#ouen_message_wrap .first {
	height: auto;
    background-image: none;
}
	
#ouen_message_wrap .heading_pc {
	display: none;
	}

#ouen_message_wrap .sp_head {
	display:block;
	position: relative;
}

#ouen_message_wrap .sp_head h1 {
	position: absolute;
	top:40px;
	left:30px;
	width:85%;
	margin:auto;
	}
	
#ouen_message_wrap .sp_head img {
	width:100%;
	filter: drop-shadow(2px 2px 2px #444);
	}	
*/	
#ouen_message_wrap .lead p {
	text-align:left;
	line-height: 2.0;	
}	
.photo_box li {
	width:25%;
}

#ouen_message_wrap .lead .pc_only {
	display:none;
}
	
#ouen_message_wrap .sns_area {
	width:70%;
}	
	
	
/*　tab_close */	
}





/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
sp ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

@media all and (max-width: 599px ) {

#ouen_message_wrap .header {
	height: 500px;
}

.oen_title img{
	max-width: 350px;
}

.oen_catch {
	font-size: 40px;
	padding: 10px 0 0 0;
}


	/*move*/
.chu_move {
	width: 250px;
	bottom: -30px;
}

.hakumon_move {  
		width: 180px;
		bottom: -120;
}

@keyframes move2 {
		0% {transform: translateX(250px);
			opacity: 1;}
		100%  {transform: translateX(30px) rotate(-15deg);
			opacity: 1;}
}
	
#ouen_message_wrap .lead img {
    max-width: 200px;
}
#ouen_message_wrap .lead {
    padding: 40px 20px 10px;
	}
	
#ouen_message_wrap .lead p {
	text-align: left; 
	margin:0 auto;
	line-height: 2.0;	
}	
	
	.photo_box li {
	width:50%;
}

.photo_box li .day_wrap {
    width: 35px;
    height: 35px;
}

.photo_box li dt {
    font-size: 1.2em;
}

.photo_box li dd {
    font-size: 0.9em;
}

#ouen_message_wrap .footer {
    padding: 20px 0;
}	
#ouen_message_wrap .footer img {
    max-width: 80px;
}
	
#ouen_message_wrap .sns_area {
	width:92%;
}	
	
/*　sp_close */		
}


