@charset 'UTF-8';

/*===========================================================================*/
/* リセット
/*===========================================================================*/
html ,body ,div ,span ,applet ,object ,iframe ,h1 ,h2 ,h3 ,h4 ,h5 ,h6 ,p ,blockquote ,pre ,a ,abbr ,acronym ,address ,big ,cite ,code ,del ,dfn ,em ,img ,ins ,kbd ,q ,s ,samp ,small ,strike ,strong ,sub ,sup ,tt ,var ,b ,u ,i ,center ,dl ,dt ,dd ,ol ,ul ,li ,fieldset ,form ,label ,legend ,table ,caption ,tbody ,tfoot ,thead ,tr ,th ,td ,article ,aside ,canvas ,details ,embed ,figure ,figcaption ,footer ,header ,hgroup ,menu ,nav ,output ,ruby ,section ,summary ,time ,mark ,audio ,video {
	margin:0;
	padding:0;
	outline:0;
	border:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-size:100%;
	font:inherit;
	overflow-wrap:break-word;
	word-wrap:break-word;
	vertical-align:baseline;
}

article ,aside ,details ,figcaption ,figure ,footer ,header ,hgroup ,menu ,nav ,section {
	display:block;
}

ol ,ul {
	list-style:none;
}

.pc{
	display:block;
}
.sp{
	display:none;
}
.sp_s{
	display:none;
}

/*===========================================================================*/
/* 基本
/*===========================================================================*/


@font-face {
	font-family: "Merriweather";
	src: url("../fonts/Merriweather-Light.ttf") format('truetype');
}

@font-face {
	font-family: "JosefinSans";
	src: url("../fonts/JosefinSans-Thin.ttf") format('truetype');
}
@font-face {
	font-family: "RobotoSlab";
	src: url("../fonts/RobotoSlab-Regular.ttf") format('truetype');
}

html
{
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size:1.2em;
	line-height: 1.75;
	padding-top: 70px;
	background-color: #fff;
	color: #1a1a1a;
	margin:0;
	padding:0;
}

body {
	width:100%;
	text-align: center;
	margin: 0 auto;
}

a {
	text-decoration:none;
}

li {
	display: inline-block;
}

.title{
	width:100%;
	font-family:'JosefinSans', sans-serif ;
	font-weight:100;
	line-height:1.0;
	font-size:80px;
	font-size: 8vw;
}

.titleitem{
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size:20px;
	font-weight:100;
	margin-bottom:30px;
	color:#555555;

}

.line{
	height:0px;
	border-radius: 2px;
	border: 1px solid hsl(0, 0%, 60%);
	width: 98%;
	margin-bottom:2px;
	border-color: #0a3287;
	color: #0a3287;
}

.maxwidth{
  max-width:1500px;
  margin:auto;
}
/*===========================================================================*/
/* ヘッダー
/*===========================================================================*/
header {
	height:40px;
	margin-top:1.0em;
	margin-bottom:2.0em;
}
header h1 {
	float:left;
	padding-left:70px;
	vertical-align:middle;
}

header h1 img{
	height:80px;
}


header .linkright{
	text-align:right;
	vertical-align:middle;
	margin-right:70px;
	padding-top:20px;

}

header .textright{
	text-align:right;
	vertical-align:middle;
	font-size:25px;
	letter-spacing: 3px;
	margin-right:7px;
}


header .linkright a{
	background-color:#0a3287;
	color:#fff;
	padding:10px 25px 10px 20px;
	font-size:16px;
}

header:after {
  clear: both;
}

header .linkright a:hover{
	background-color:#fff;
	color:#0a3287;
	border-style:solid;
	border-width: 1px;
	border-color: #0a3287;

}

header .arrow {
  position: relative;
}

header .arrow::after {
	position: absolute;
	top: 50%;
	right: -2%;
	content: '';
	margin-top: -9px;
	border: 12px solid transparent;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-left-color: #fff;
	transition: all .3s;
}

header .arrow:hover::after {
  border-left-color: #0a3287;
}
/*===========================================================================*/
/* トップイメージ
/*===========================================================================*/
#topimages {
	width:100%;
	margin-bottom:50px;

}

#topimages ul {

}

#topimages li {
	position:relative;
	display: block;
	width:100%;
}
.bx-viewport, .bx-wrapper {
	position: relative;
	width: 100%;
}

#topimages .texteng{
	font-family:'Merriweather', sans-serif ;
	/*font-family:'Merriweather', Meiryo, Osaka, Helvetica, Arial,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;*/
	letter-spacing: 5px;
	font-weight:900;
	line-height:1.3;
	font-size:100px;
}

#topimages .textcenter{
	font-family:Roboto,Arial,Helvetica,sans-serif;
	font-weight:200;
	line-height:1.5;
}

#topimages .bigtext{
	letter-spacing: 2px;
	font-weight:200;
	line-height:1.6;
	font-size:70px;
}

#topimages .textcenter .ontext {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto;
	color: #fdfdfd;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1.5), -1px -1px 1px rgba(200, 200, 200, 1.5);
}

#topimages .textcenter .one {
	width:1000px;
	height:600px;
	font-size:45px;
	line-height:1.8;
}
#topimages .textcenter .two {
	width:1000px;
	font-size:80px;
	height:110px;
}
#topimages .textcenter .three {
	width:1000px;
	height:180px;
	font-size:50px;

}

/*===========================================================================*/
/* main
/*===========================================================================*/
main {
}

/*===========================================================================*/
/* トップメッセージ
/*===========================================================================*/
#topmesseage {
	/*font-family: Roboto,Arial,Helvetica,sans-serif;*/
	/*font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;*/
	font-family: 'RobotoSlab',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight:100;
	margin-bottom:50px;
	font-size: 24px;
}

/*===========================================================================*/
/* 3daysメッセージ
/*===========================================================================*/
#daystext{
	margin-bottom:70px;
}


#daystext p{
	width:100%;
	font-size:1.2em;
	margin: 40px auto;
	background-color:#0a3287;
	color:#fff;
	padding:10px 20px 10px 20px;

}

/*===========================================================================*/
/* エントリー トップ
/*===========================================================================*/
#entry_top {
	margin-bottom:50px;
}

#entry_top ul{
	margin-bottom:100px;
}


#entry_top li{
	margin:20px 20px;
	width:40%;
	line-height:1.0;
	background-color:#0070c0;
	color:#fff;
}

#entry_top a{
	display:inline-block;
	width:100%;
	text-align:center;
	font-size:23px;
	padding:30px;
	color:#fff;
}

#entry_top li:hover{
	border-style:solid;
	border-width: 1px;
	border-color: #0070c0;
	background-color:#fff;
}

#entry_top a:hover{
	color:#0a3287;
}

.arrowentry {
  position: relative;
}

.arrowentry::after {
  position: absolute;
  top: 50%;
  right: 3%;
  content: '';
  margin-top: -9px;
  border: 12px solid transparent;
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-color: #fff;
  transition: all .3s;
}

.arrowentry:hover::after {
  border-left-color: #0070c0;
}

.txtNml{
  background-color:#fff !important;
  color:#000 !important;
  font-size:18px !important;
}

#entry_top li.txtNml:hover {
    border-style: none;
    border-width: 0px;
    border-color: #fff;
    background-color: #fff;
}
/*===========================================================================*/
/* プログラム概要
/*===========================================================================*/
#program {
	margin-bottom:90px;
}

#program .box{
	padding:40px 10px;
	background-color:#f2f2f2;
}

#program ul{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:0 5px;
	text-align:center;

}

#program .twocol{
	width:49%;
	font-size:1.2em;
	vertical-align:top; /* 上端揃え */
	border-style:solid;
	border-width: 1px;
	border-color: #444444;
	margin:0 auto;
	padding:0px 0px 10px;
	position:relative;
	background-color:#fff;
}

#program .boxprogram{
	position: relative;
	background: #0070c0;
	padding-top:10px;
	padding-bottom:20px;
}

#program .twocoltext{
	width:70%;
	font-size:1.2em;
	vertical-align:top; /* 上端揃え */
}

#program .subtitle_a{
	font-family: 'RobotoSlab',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight:800;
	font-size:45px;
	text-align:center;
	color:#fff;
	letter-spacing:2px;
}

#program .subtitle_b{
	/*font-family: 'RobotoSlab',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;*/
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;*
	font-weight:100;
	font-size:22px;
	text-align:center;
	line-height:1.2;
	color:#fff;
}

#program .subtext{
	width:90%;
	margin:40px auto 40px auto;
	font-size:18px;
	line-height:1.6;
	height:100px;
}

#program .littlebox{
	width:90%;
	margin:0px auto 25px auto;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size:0.8em;
	vertical-align:middle;
	background-color:#f2f2f2;
	padding:15px 5px;
	text-align:center;
}

#program .littleboxtitle{
	position: relative;
	margin:0px auto;
	width:90%;
	position: relative;
	background: #0070c0;
	padding:5px;
	color:#fff
}
#program .littleboxtitle:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(23, 55, 94, 0);
	border-top-color: #0070c0;
	border-width: 15px;
	margin-left: -15px;
}

#program .balloon {
	position: absolute;
	top: -100%;
	left: -3%;
	display: inline-block;
	margin: 1.5em 15px 1.5em 0;
	padding: 0 5px;
 	width: 90px;
	height: 90px;
	line-height: 90px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	background: #0a3287;
	border-radius: 50%;
	box-sizing: border-box;
}

#program .balloon::after {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  content: '';
  border: 2px double #fff;
	border-radius: 50%;
}

#program .over{
	position:absolute;
	top:-15px;
	right:-10px;
	font-size:20px;
	height: 30px;/*高さ*/
	line-height: 30px;/*高さ*/
	vertical-align: middle;
	text-align: center;
	padding: 0 45px 0 18px;/*文字の左右の余白*/
	background-color: #cf3c30;/*背景色*/
	color: #fff;/*文字色*/
	box-sizing: border-box;
}

#program .over:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}

#program .over:after {
	top: 0;
	right: 0;
	border-width: 15px 7px 15px 0px;
	border-color: transparent #f2f2f2 transparent transparent;
	border-style: solid;
}

/*===========================================================================*/
/* 参加者の声
/*===========================================================================*/
#voice {
	margin-bottom:90px;
}

#voice ul{
	font-size:0;
}

#voice ul{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	text-align:center;
	font-size:0;
}

#voice .twocol{
	width:50%;
	vertical-align:top; /* 上端揃え */
	margin:0 auto;
	position:relative;

}


#voice .twocoltext1{
	background-color: #17375e;
	line-height:1.2;
	font-size:18px;
	color:#fff;
	padding:15px 20px;
	text-align:left;
	
	

}

#voice .twocoltext2{
	background-color: #0070c0;
	line-height:1.2;
	font-size:18px;
	color:#fff;
	padding:15px 20px;
	text-align:left;
	position: relative;
}


#voice .twocoltextcenter{
	position: absolute;
	top: 25%; left: 4%; right:4%;
}

#voice .twocoltextcentertwo{
	position: absolute;
	top: 8%; left: 4%; right:4%;
}


#voice .twocol p{
	width:100%;
	height:50%;
	vertical-align:middle; /* 上端揃え */
	margin:0 auto;
	position:relative;
}

#voice .twocol img{
	width:100%;
}

/*===========================================================================*/
/* インターンシップ担当より
/*===========================================================================*/
#message {
	margin-bottom:90px;
}

#message ul{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	text-align:center;
	font-size:0;
}

#message .twocol{
	width:50%;
	margin:0;
	line-height:1.6;
	vertical-align:top; /* 上端揃え */
	text-align:left;
	padding:0px;
}

#message .twocoltext{
	padding:20px;
	background-color: #f2f2f2;
	color:#000;
	font-size:18px;
	text-align:center;
	position: relative;

}

#message .twocoltextcenter{
	position: absolute;
	top: 11%; left: 4%; right:4%;
}

#message .twocol img{
	width:100%;
}


/*===========================================================================*/
/* インターンシップ概要
/*===========================================================================*/
#about_internship {
	margin-bottom:90px;
}

#about_internship .box{
	padding:30px 5px;
	background-color:#f2f2f2;
	
}

#about_internship table{
	width:90%;
	font-size:18px;
	margin:0 auto;
	border-collapse:collapse;
	background-color:#fff;
	margin-bottom:10px;

}

#about_internship tr{
	line-height:3.0;
	border-bottom-style:dotted;
	border-width: 2px;
	border-color: #f2f2f2;
	
}

#about_internship th{
	padding:10px 0;
	letter-spacing: 5px;
	width:26%;
}

#about_internship th p{
	background-color: #e1e1e1;
	margin:5px 10px;
	padding:5px 10px;
	line-height:1.8;
	
}

#about_internship td{
	width:32%;
	vertical-align:middle;
	text-align:left;
	padding:10px 10px 15px;
	line-height:1.5;
	
}

#about_internship .text{
	padding-left: 1.5em;
	text-indent: -1em;
}

#about_internship .litteltext{
	width:90%;
	margin:0 auto;
	text-align:right;
	font-size:1.2em;
	color:#444444;
}

/*===========================================================================*/
/* エントリー ボトム
/*===========================================================================*/
#entry_bottom {
	margin-bottom:90px;
}


#entry_bottom ul{
	margin-bottom:50px;
}


#entry_bottom li{
	margin:20px 20px;
	width:40%;
	line-height:1.0;
	background-color:#0070c0;
	color:#fff;
}

#entry_bottom a{
	display:inline-block;
	width:100%;
	text-align:center;
	font-size:23px;
	padding:30px;
	color:#fff;
}


#entry_bottom li:hover{
	border-style:solid;
	border-width: 1px;
	border-color: #0070c0;
	background-color:#fff;
}
#entry_bottom a:hover{
	color:#0a3287;
}

#entry_bottom .abouttext{
	font-size:23px;
}

#entry_bottom_about .about a{
	display:inline-block;
	text-align:center;
	width:85%;
	background-color:#0a3287;
	color:#fff;
	padding:20px;
	margin:10px 30px;
	font-size:42px;
}

#entry_bottom_about .about a:hover{
	border-style:solid;
	border-width: 1px;
	border-color: #0a3287;
	background-color:#fff;
	color:#0a3287;
}

#entry_bottom .eventinfo a{
	width:85%;
	background-color:#0070c0;
	color:#fff;
	padding:20px;
	margin:10px 30px;
	font-size:24px;
}

#entry_bottom .eventinfo a:hover{
	border-style:solid;
	border-width: 1px;
	border-color: #0070c0;
	background-color:#fff;
	color:#0070c0;
}


#entry_bottom_about .arrow {
  position: relative;
}

#entry_bottom_about .arrow::after {
	position: absolute;
	top: 50%;
	right: 15%;
	content: '';
	margin-top: -8px;
	border: 12px solid transparent;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-left-color: #fff;
	transition: all .3s;
}

#entry_bottom .arrow:hover::after {
	border-left-color: #0a3287;
}

#entry_bottom li.txtNml:hover {
    border-style: none;
    border-width: 0px;
    border-color: #fff;
    background-color: #fff;
}

/*===========================================================================*/
/* フッター
/*===========================================================================*/
footer {
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	background-color:#f2f2f2;
}

footer .box{
	padding:30px 5px;
	background-color:#f2f2f2;
}

footer .chakubox{
	background-color:#fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin:30px;
}

footer h3{
	margin-top:50px;
	margin-bottom:50px;
	font-size:50px;
	font-weight:500;
}

footer ul{
	font-size:0;
}

footer .snsicon {
	width:5%;
	margin:10px;
	margin-bottom:50px;
}
footer .snsicon img{
	width:100%;
}

footer .chaku {
	padding:5px;
	padding-top:15px;
	font-size:0;
	text-align:center;
	vertical-align:middle;
	margin-bottom:50px;
}

footer .chakuicon {
	width:25%;
	text-align:right;
	padding-right:40px;
}

footer .chakutext {
	width:65%;
	margin-right:50px;
	font-size:18px;
	text-align:left;
	padding-left:40px;
}

footer ul .chakulist{
	font-size:20px;
}

footer ul .chakulist li{
	width:100%;
	text-align:left;
	padding-left: 1em;
	text-indent: -1em;
}

footer .chaku img{
	width:80%;
}

footer .site-cp {
	background: #0a3287;
	padding: 12px 0;
}
footer .site-cp small {
	color: #FFFFFF;
	font-size: 0.8em;
}

/*===========================================================================*/
/* ページトップ
/*===========================================================================*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top img{
	color:red;
}
#page-top a:hover {
    text-decoration: none;
}