<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.font-en{
	font-family: 'Josefin Sans', sans-serif;
}

#header{
	padding:30px;
}
#header #logo{
	max-width: 480px;
	margin-right: 50px;
}
@media (max-width : 768px) {
#header{
	padding: 15px 7px;
} 
}

#header .navbar a{
	color:#fff;
}
/*------------------------------------------------------
メインビジュアル
-------------------------------------------------------*/
#visual-warp{
	width:100%;
	height:100vh;
	position:relative;
}
.visual-cover{
	position:absolute;
	left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background: rgba(0,0,0,0.3);
}
#visual{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	height:100%;
}
video {
	position: absolute;
	background-size: cover;
}
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
video {
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
}
@media (max-aspect-ratio: 16/9) {
video {
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
}
}

.en-text{
	position:absolute;
	top:56%;
	text-align:center;
	width:100%;
	letter-spacing: .3em;
	font-size:1.2vw;
	color:#fff;
}
.visual-text{
	position:absolute;
	top:44%;
	left:20%;
	width:60%;
	height:9%;
}
.visual-illust{
	position:absolute;
	top:27%;
	left:50%;
	transform:translate(-50%,0);
}


@media screen and (max-width:768px){
.visual-text{
	position:absolute;
	top:38%;
	left:15%;
	width:70%;
	height:20%;
}
.visual-illust{
	position:absolute;
	top:25%;
	left:15%;
	width:70%;
	height:auto;
	transform:none;
}
.en-text{
	position:absolute;
	top:60%;
	text-align:center;
	width:100%;
	letter-spacing: .3em;
	font-size:3vw;
}
}

.scroll-icon img{
	width:100%;
	height:auto;
}
.scroll-icon{
	position:absolute;
	width:30px;
	margin-left:-15px;
	left:50%;
	bottom:30px;
}
.scroll-icon:before {
	position:absolute;
	content: '';
	width: 8px;
	height: 8px;
	background: #fff;
	margin-left: 11px;
	top: 8px;
	border-radius: 4px;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll;
}
@-webkit-keyframes scroll{
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes scroll{
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@media screen and (max-width:768px){
.scroll-icon{
	bottom:70px;
}
}


/*------------------------------------------------------
　共通
-------------------------------------------------------*/
.top-wrap{
	position:relative;
	background:#fff;
}
.top-wrap section{
	padding:60px 0px;
}

.top-wrap h2{
	font-weight:bold;
	font-size:36px;
	text-align:center;
	color:#f03748;
	margin-bottom:1em;
	position:relative;
}

.top-wrap h2:before {
	position:absolute;
	content: '';
	height:2px;
	width:40px;
	margin-left:-20px;
	left:50%;
	bottom:-10px;
	background:#f03748;
}
.top-wrap h2.white.black:before {
	background:#000;
}
.top-wrap h2 span{
	font-size:100px;
	display:block;
	margin-bottom:-.55em;
}
.top-wrap h2.stripe span{
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.20, #dddddd), color-stop(.20, transparent),color-stop(.5, transparent), color-stop(.5, #dddddd),color-stop(.70, #dddddd), color-stop(.70, transparent),to(transparent));
	-webkit-background-size: 8px 8px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.top-wrap h2.white.black{
	color: #000;
}
.top-wrap h2.white span{
	color: #ffffff;
}

@media screen and (max-width:768px){
.top-wrap h2{
	font-size:26px;
}
.top-wrap h2 span{
	font-size:60px;
	display:block;
	margin-bottom:-.55em;
	
}
.top-wrap h2.stripe span{
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.20, #dddddd), color-stop(.20, transparent),color-stop(.5, transparent), color-stop(.5, #dddddd),color-stop(.70, #dddddd), color-stop(.70, transparent),to(transparent));
	-webkit-background-size: 4px 4px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
}



a.btn-moreview{
	display:inline-block;
	margin:20px auto;
	text-decoration:none;
	color:#fff;
	padding:.5em .7em;
	font-size:20px;
	background:#f03748;
	border-radius:0;
	width:240px;
	border:2px solid #f03748;
	text-align: center;
    line-height: 1.5;
}
a.btn-moreview span{
	font-size:14px;
	float:right;
	line-height:20px;
	vertical-align:middle;
	display:inline-block;
	margin-top:8px;
}

a.btn-moreview:hover{
	font-weight:500;
	color:#f03748;
	background:#fff;
}

a.btn-moreview.black{
	border:2px solid #000;
	background: #000;
}

a.btn-moreview:hover{
	color:#000;
	background:#fff;
}


/*------------------------------------------------------
　事業概要
-------------------------------------------------------*/
.concept{
	background-image: url("../images/top/concept_img_01.png"), url("../images/top/concept_img_02.png");
	background-repeat:no-repeat,no-repeat;
	background-position:bottom 31.2% left 7.5%,bottom 31.2% right 7.5%;
	background-size:13%;
}
@media screen and (max-width:1280px){
.concept{
	background-image: url("../images/top/concept_img_01.png"), url("../images/top/concept_img_02.png");
	background-repeat:no-repeat,no-repeat;
	background-position:bottom 10% left 4%,bottom 10% right 4%;
	background-size:13%;
}
}
@media screen and (max-width:576px){
.concept{
	background-image: url("../images/top/concept_img_01.png"), url("../images/top/concept_img_02.png");
	background-repeat:no-repeat,no-repeat;
	background-position:bottom 20px left 20px,bottom 20px right 20px;
	background-size:75px;
	padding-bottom:100px !important;
}
}

.concept .container{
	max-width:1259px;
}

.concept .read{
	margin:0 auto 20px auto;
	max-width:640px;
	font-size:18px;
}



/*------------------------------------------------------
　事例紹介
-------------------------------------------------------*/
.wave{
	background-image: url("../images/top/wave.png");
	padding-bottom:20px;
	width:100%;
}

.works{
	background:#e8f4f9;
	background-image: url("../images/top/works_img_01.png");
	background-repeat:no-repeat;
	background-position:bottom 0 right 5%;
	background-size:47%;
}
.works .work-title{
	line-height: 1.3;
}
@media screen and (min-width:1500px){
.works{
	background:#e8f4f9;
	background-image: url("../images/top/works_img_01.png");
	background-repeat:no-repeat;
	background-position:bottom 0 right 18.5%;
	background-size:574px;
}
}

@media screen and (max-width:768px){
.works{
	background:#e8f4f9;
	background-image: url("../images/top/works_img_01.png");
	background-repeat:no-repeat;
	background-position:bottom 0 right 18.5%;
	background-size:230px;
}
}

.works h3{
	font-weight:bold;
	font-size:28px;
	color:#f03748;
	margin:.5em 0;
}
.works p span{
	font-weight:bold;
	font-size:22px;
	margin:.4em 0;
	display:block;
}

@media screen and (max-width:768px){
section.works{
	padding-bottom:190px;
}
.works h3{
	font-size:18px;
	text-align:center;
}
.works p span{
	font-size:16px;
	text-align:center;
	margin:.8em 0;
}
.works p{
	font-size:14px;
}
}

/*------------------------------------------------------
　アーカイブ
-------------------------------------------------------*/

.archive{
	background:#f03748;
	overflow:hidden;    
}
.archive h2{
	display: inline-block;
}
.archive h2 img {
	position:absolute;
}
.archive h2 img.archive_img_01{
	top:-10px;
	left:-126px;
}
.archive h2 img.archive_img_02{
	top:-13px;
	right:-113px;
}

@media screen and (max-width:768px){
.archive h2 img.archive_img_01{
	top:-20px;
	left:-70px;
}
.archive h2 img.archive_img_02{
	top:-23px;
	right:-75px;
}
}
@media screen and (max-width:480px){
.archive h2{
	margin-bottom:80px;
}
.archive h2 img.archive_img_01{
	top:45px;
	left:-40px;
	width:30px;
}
.archive h2 img.archive_img_02{
	top:45px;
	right:-35px;
	width:35px;
}
}

.archive_summary{
	margin:20px 0;
}
.archive_summary a{
	display:block;
	padding:7px;
	background:linear-gradient(315deg, transparent 15px, #fff 15px);
	background-size: 100%;
	background-repeat: no-repeat;
	height:100%;
	text-decoration:none;
	color:#000;
	position:relative;
	z-index:1;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
.archive_summary a:after{
	content: "";
	position: absolute;
	bottom: 6px;
	right: 6px;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #000;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	z-index:3;
}
.archive_summary a:hover{
	margin:-10px 0 10px 0;
	background:linear-gradient(315deg, transparent 15px, #ff7 15px);
	color:#f03748;
}
.archive_summary a h3{
	margin:5px;
	font-weight:bold;
	font-size:16px;
}

.archive_summary a p.read{
	margin:5px;
	line-height:1.3em;
	font-size:13px;
	font-weight:500;
	margin-bottom:30px;
}
.archive_summary img.new{
	width:60px;
	height:60px;
	position:absolute;
	top:-13px;
	left:-13px;
}
@media screen and (max-width:768px){
.archive_summary a h3{
	font-size:14px;
}
.archive_summary a p.read{
	font-size:12px;
}
}
.archive_summary a p.font-en{
	position:absolute;
	bottom:0;
	margin:0;
	color:#f03748;
	display:block;
	width:100%;
	padding:5px 40px 5px 5px
}
.archive_summary .col-sm-6{
	margin-bottom:20px;
	position:relative;
}
.archive_summary .col-sm-6:before{
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	bottom:0;
	right:0;
	margin:0 10px;
	background:linear-gradient(315deg, transparent 15px, rgba(0,0,0,0.2) 15px);
	z-index:0;
}
/*------------------------------------------------------
　本学学生派遣プログラム
-------------------------------------------------------*/
section.program{
	padding:100px 0;
	background-image: url("../images/top/program_bg.jpg");
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	position:relative;
}
section.program.kagawa{
	background-image: url("../images/top/program_kagawa_bg.jpg");
	padding: 0;
}
section.program.kagawa .kagawa-inner{
	background: rgba(0,0,0,0.5);
	padding:100px 0;
}

section.program.kagawa h2{
	color: #fff;
}
section.program img.plane{
	position:absolute;
	top:38px;
	right:25%;
}
section.program h2{
	color:#000;
	font-size:50px;
}
section.program h2 span{
	font-size:26px;
	margin-bottom:0;
	letter-spacing: .5em;
	color:#f03748;
}
@media screen and (max-width:768px){
section.program img.plane{
	position:absolute;
	top:38px;
	right:20%;
	width:100px;
}
section.program{
	padding:100px 0;
	background-image: url("../images/top/program_bg.jpg");
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:scroll;
}


section.program h2{
	font-size:28px;
}
section.program h2 span{
	font-size:20px;
}
}


/*------------------------------------------------------
　news
-------------------------------------------------------*/
.news ul{
	margin:50px 0 20px 0;
}
.news ul li{
	font-size:16px;
	padding:15px;
	position: relative;
}
.news ul li a{
	color:#000;
}
.news ul li a:hover{
	text-decoration:none;
	color:#fff;
}
.news ul li:before{
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
	right: 10px;
    width:10px;
    height: 10px;
    border-top: 2px solid #f03748;
    border-right: 2px solid #f03748;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.news .headline-item.bl-hover{
	background:#f03748;
}
.news time{
	color:#f03748;
}
.news .headline-item.bl-hover time{
	color:#fff;
}
.news .headline-item.bl-hover a{
	color:#fff;
}

.news .headline-item.bl-hover:before{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

/*============================
// 	youtube
//============================*/

.youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}</pre></body></html>