@charset "UTF-8";
/* CSS Document */

/*TOPページ*/
body{
	font-family: Arial, "sans-serif";
	background:#E74D2A;
	word-break: keep-all;
	white-space: normal;
	max-width: 100%;
	word-wrap: break-word;
    overflow-wrap: break-word;
}

header{
	background: #0B192C;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
	height: 40px;
}

.header_wrap{
  display: flex;
  max-width: 1000px;
  padding: 24px 0;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  color: white;
}
h1{
  width:250px;
}
nav ul{
  margin: 0;
  text-align: center;
}
nav ul li{
  display: inline-block;
  padding: 5px 10px;
	 
}
nav ul li a{
  color: white;
  text-decoration: none;  
}
nav ul li a:hover{
	color:#E74D2A;
}

/*ハンバーガーメニュー*/
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #333;
    color: #fff;
}
.menu {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #444;
    display: flex;
    flex-direction: column;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.menu a {
     color: white;
     text-decoration: none;
     padding: 15px;
     display: block;
}
.hamburger {
     cursor: pointer;
     font-size: 36px;
}
/* メニューが開いたときのスタイル */
.menu.active {
     transform: translateY(0);
     opacity: 1;
}

/*ヘッダー*/
.inner {
  /*width: 980px;*/
  width: 95%;
  margin: 20px auto;
  /*padding-bottom: 20px;*/ }

.inner:after {
  content: "";
  clear: both;
  display: block; }

/* header */
#top-head {
  top: -110px;
  position: absolute;
  width: 100%;
  margin: 70px auto 0;
  padding: 30px 0 20px;
  line-height: 1;
  z-index: 999;
  /*background:#f3f3f3;*/
  height: 80px; }

#top-head a,
#top-head {
  color: #fff;
  text-decoration: none; }

#top-head a:hover,
#top-head:hover {
  color: #E74D2A; }

#top-head .inner {
  position: relative; }

#top-head .logo {
  float: left;
  width: 250px;
  margin-top: 20px; }

h1 img {
  width: 100%; }

#global-nav ul {
  list-style: none;
  position: absolute;
  right: 10%;
  top: 30%;
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 10px;
  height: 70px;
  background: rgba(11, 25, 44, 0.8);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in; }

#top-head.fixed .logo {
  margin-top: 20px; }

#top-head.fixed #global-nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

#global-nav ul li.ja a {
  background: #fff;
  padding: 10px;
  color: #00a0e2;
  border-radius: 2px;
  margin-left: 20px; }

#global-nav ul li.ja a:hover {
  background: #00a0e2;
  color: #fff; }

#global-nav ul li {
  padding: 8px 10px; }

.small {
  font-size: .5em; }

.green {
  background: #e91e63;
  border-radius: 30px;
  border: 1px solid #e91e63;
  color: #fff; }

#top-head .green a {
  color: #fff !important;
  padding: 10px; }

.green:hover {
  background: #fff;
  border-radius: 30px;
  border: 1px solid #e91e63;
  color: #e91e63; }

#top-head .green a:hover {
  color: #e91e63 !important; }

#top-head.fixed .fb > img {
  transform: scale(0.7); }

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 20px;
  top: 35px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101; }

#nav-toggle div {
  position: relative; }

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }

#nav-toggle span:nth-child(1) {
  top: 0; }

#nav-toggle span:nth-child(2) {
  top: 11px; }

#nav-toggle span:nth-child(3) {
  top: 22px; }

/*グロナビiframe系*/
iframe#headerIframe {
    width: 100%;
    min-height: 60px; /* 通常時の高さ */
    border: none;
    transition: height 0.3s ease-in-out; /* スムーズに変化 */
}
#menu {
    overflow: visible; /* 高さを超えても表示 */
}



/*FV*/
.fv img,.fv_sp img{
	width: 100%;;
}
.fv_sp{
	display:none;
}
.photo{
	display:flex;
	justify-content: space-between;
}
.photo img{
	width:calc(100%/3);
}
/*NEWS*/
.news{
	width:100%;
	color:#fff;
}
h2{
	font-size: 50px;
	font-family: Arial, "sans-serif";
	font-style:italic;
	margin:0 auto;
	padding:150px 0;
	text-align: center;
}
.news ul{
	width:80%;
	margin:0 auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: normal;
}
.news ul a{
	width: calc(100% / 3 - 20px);
    margin: 10px;
    padding: 10px;
    box-sizing: border-box;
	line-height: 1.4;
	color:#333;
	background: #fff;
}
.news ul a li img{
	width:100%;
}
.news ul a li time{
	display: block;
	margin-top:15px;
	font-size: 0.9em;
}
.news ul a li p{
	margin:15px auto;
	font-size: 1.1em;
	word-break: break-all;
}
a{
	text-decoration: none;
}
.btn{
	margin:100px auto 150px;
	padding:20px 30px;
	border-radius: 50px;
	background: #fff;
	color:#E74D2A;
	width:20%;
	text-align: center;
	font-size: 1.3em;
	font-weight: 600;
}
/*ABOUT*/
.about{
	background-color:#fff;
	color:#333;
	width:100%;
	word-break: keep-all;
}
.about h2,.feature h2{
	color:#e74D2A;
}
.about p{
	width:80%;
	margin:0 auto 50px;
	line-height: 1.8;
}
.about ul{
	width:80%;
	margin:0 auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about ul li{
	width: calc(100% / 3 - 20px);
    margin: 10px;
    padding: 10px;
    box-sizing: border-box;
	line-height: 1.4;
	color:#333;
	background: #fff;
	list-style: none;
}
.about ul li img{
	width:100%;
	transform:scale(0.5);
}
.about ul li dt{
	display: block;
	margin-top:-20px;
	font-size: 0.9em;
	text-align: center;
}
.about ul li dd{
	margin:15px auto;
	font-size: 1em;
}
.about p.image{
	padding-bottom: 150px;
}
.about p img{
	width:100%;
}
/*PROJECT*/
.project{
	width:100%;
	color:#fff;
	word-break: keep-all;
}
.project p{
	width:80%;
	margin:0 auto 50px;
	line-height: 1.8;
	word-wrap: break-word;
    overflow-wrap: break-word;
}
.project ul{
	width:80%;
	margin:0 auto 150px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.project ul a{
	width: calc(100% / 2 - 80px);
    margin: 40px;
    padding: 10px;
    box-sizing: border-box;
	line-height: 1.4;
	color:#333;
	background: #fff;
}
.project ul a li img{
	width:100%;
}
.project ul a li p{
	margin:15px auto 0;
	font-size: 1.1em;
	text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.project ul a li p span{
	font-size: 0.8em;
}
/*ALUMNUS*/
.alumnus{
	background-color:#fff;
	color:#333;
	width:100%;
	word-break: keep-all;
}
.alumnus h2{
	color:#e74D2A;
}
.alumnus p{
	width:80%;
	margin:0 auto 50px;
	line-height: 1.8;
	padding-bottom: 150px;
	text-align: center;
}
.alumnus ul{
	width:80%;
	margin:0 auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.alumnus ul a{
	width: calc(100% / 3 - 20px);
    margin: 10px;
    padding: 10px;
    box-sizing: border-box;
	line-height: 1.4;
	color:#333;
	background: #fff;
	list-style: none;
}
.alumnus ul a li img{
	width:100%;
}
.alumnus ul a li dt{
	display: block;
	margin-top:15px;
	font-size: 0.9em;
}
.alumnus ul a li dd{
	margin:15px auto;
	font-size: 1em;
}
.alumnus ul a li dd span{
	font-size: 0.8em;
}
.alumnus a p.btn{
	margin:100px auto 0;
	padding:20px 30px;
	border-radius: 50px;
	background: #E74D2A;
	color:#fff;
	width:20%;
	text-align: center;
	font-size: 1.3em;
	font-weight: 600;
}
.pb150{
	padding-bottom: 150px;
	display: block;
}
/*CONTACT*/
#contact{
	width:100%;
	color:#fff;
}
#contact div{
	width:50%;
	margin:0 auto 150px;
}
#contact p{
	margin:20px auto;
	font-size: 1.2em;
}
#contact p a{
	color:#fff;
	text-decoration: underline;
}
/*POWERED BY*/
.poweredby{
	background-color:#fff;
	color:#333;
	width:100%;
	word-break: keep-all;
}
.poweredby h2{
	color:#e74D2A;
}
.poweredby ul{
	width:80%;
	margin:0 auto;
	padding-bottom: 150px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.poweredby ul li{
	width: calc(100% / 4 - 10px);
	list-style: none;
}
.poweredby ul li img{
	width:100%;
}
/*footer*/
footer{
	/*background: #1E3E62;*/
	background: #0B192C;
	width:100%;
	height: 150px;
	overflow: hidden;
	margin-bottom: -40px;
}
footer.fixed{
	position:absolute;
	bottom: 0;
	margin-bottom:0;
}
footer .wrap{
	width:80%;
	margin:0 auto;
	padding-top: 30px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer p.footerlogo{
	width:25%;
	height: 25%;
}
footer img{
	width:100%;
}
footer a{
	color: #fff;
	text-decoration: none;
}
footer a:hover{
	color:#E74D2A;
}
footer a li{
	margin-bottom: 8px;
}
.fbbtn{
	background: #172A88;
	padding:5px 10px;
	border:1px solid #fff;
	border-radius: 30px;
}

/*NEWSページ*/
.news ul.count{
	width:30%;
	margin:100px auto;
	color:#ccc;
}
.news ul.count li.number a{
    margin: 10px;
    padding: 10px;
    box-sizing: border-box;
	line-height: 1.4;
	color:#ccc;
	background: none;
}
.news ul.count li.bold a{
	font-weight: 800;
	color:#fff;
	background:none;
}
.news ul.count li.number a:hover{
	color:#fff;
}
/*NEWS詳細ページ*/
.newswrap{
	width:80%;
	margin:0 auto;
}
.newswrap h2{
	text-align: left;
}
.newswrap time{
	margin-bottom: 30px;
	display: block;
}
.newswrap h3{
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 50px;
}
.newswrap p{
	line-height: 1.5;
	margin-bottom: 25px;
}
.newswrap img{
	width:100%;
}
.newswrap h4{
	margin:100px auto 30px;
	font-weight: 600;
	font-size: 1.2em;
	line-height: 1.5;
}
.newswrap dt{
	margin-bottom: 15px;
}
.newswrap dd{
	margin-bottom: 40px;
	line-height: 1.5;
}
.newswrap span{
	font-size: 0.8em;
}
.newswrap dd.btn{
	margin:0 0 100px;
	width:40%;
	padding:10px;
}
.newswrap p.btn{
	margin:0 0 30px;;
	width:60%;
	padding:10px;
}
.newswrap p.underline{
	color:#fff;
	text-decoration: underline;
}
.newswrap dd.btn:hover{
	text-decoration: underline;
}
.newswrap dd.personal{
	display: flex;
	justify-content: space-between;
}
.newswrap div.personwrap{
	margin:0 20px;
}
.personal img{
	width:250px;
	object-fit: contain;
}
.newswrap name{
	font-size: 1.1em;
	margin-bottom: 20px;
	display: block;
}
.newswrap p.backbtn{
	margin:100px auto;
	text-align: center;
	text-decoration: none;
 	color:#fff;
}
.newswrap p.backbtn:hover{
	text-decoration: underline;
}
.newswrap .small{
	font-size: 0.5em;
}
.newswrap span.line{
	text-decoration:line-through;
	font-size:1em;
}
.newswrap span.yellow{
	color:yellow;
	font-size:1em;
	font-weight: 600;
}
.newswrap span.bold{
	font-size:1em;
	font-weight: 600;
}
/*ALUMNUSページ*/
#alumnus{
	background: #E74D2A;
	width:100%;
	color:#fff;
}
#alumnus h2{
	color:#fff;
}
#alumnus ul a{
	width: calc(100% / 3 - 20px);
    margin: 10px;
    padding: 10px;
	line-height: 1.4;
	color:#fff;
	list-style: none;
	background: none;
}
#alumnus ul.count{
	width:15%;
	margin:100px auto;
	color:#ccc;
}

/*ALUMNUS個人ページ*/
.alumnuswrap{
	width:80%;
	margin:0 auto;
	line-height: 1.5;
}
.alumnuswrap h2{
	text-align: left;
}
.alumnuswrap h3{
	font-size: 1.5em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px;
}
.alumnuswrap .personal1{
	display:flex;
	justify-content: space-between;
}
.alumnuswrap .personal1 dl{
	margin-left:25px;
}
.alumnuswrap .personal1 dt{
	display: block;
	margin-top:15px;
	font-size: 0.9em;
}
.alumnuswrap .personal1 dd{
	margin:15px auto;
	font-size: 1em;
}
.alumnuswrap .personal1 dd span{
	font-size: 0.8em;
}
.alumnuswrap .personal2 h4{
	text-align: center;
	font-size: 1.2em;
	margin:70px auto 30px;
	font-weight: 600;
}
.alumnuswrap .personal2 p{
	margin-bottom: 20px;
}
.alumnuswrap .personal3{
	margin-top:70px;
	display: flex;
	justify-content: space-between;
}
.alumnuswrap .personal3 div{
	margin-right: 25px;
}
.alumnuswrap .personal3 h4{
	font-size: 1.2em;
	margin-bottom:30px;
	font-weight: 600;
}
.alumnuswrap .personal3 p{
	margin-bottom: 20px;
}
.alumnuswrap .personal3 img{
	width:100%;
}
.alumnuswrap .personal4{
	margin-top:70px;
	display: flex;
	justify-content: space-between;
}
.alumnuswrap .personal4 img{
	width:100%;
}
.alumnuswrap .personal4 div{
	margin-left: 25px;
}
.alumnuswrap .personal4 h4{
	font-size: 1.2em;
	margin-bottom:30px;
	font-weight: 600;
}
.alumnuswrap .personal4 p{
	margin-bottom: 20px;
}
.alumnuswrap p.backbtn{
	margin:100px auto;
	text-align: center;
	text-decoration: none;
 	color:#fff;
}
.alumnuswrap p.backbtn:hover{
	text-decoration: underline;
}

/*コッコデショページ*/
.fv_c{
	margin-top:70px;
}
.fv_c img{
	width:100%;
}
.about_c{
	width:80%;
	color:#fff;
	margin:0 auto;
	padding-bottom: 100px;
}
.about_c h2{
	font-size: 1.3em;
	text-align: left;
	font-weight: 600;
	margin:150px auto 100px;
	font-style:normal;
	padding:0;
}
.about_c p{
	margin-bottom: 20px;
	line-height: 2;
}
.feature{
	width:100%;
	background: #fff;
	color:#333;
}
.feature ul{
	width:80%;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.feature ul li{
	width: calc(100% / 3 - 20px);
	margin:10px;
	padding:10px;
	box-sizing: border-box;
	line-height: 1.4;
	color:#333;
	background: #fff;
}
.feature ul li img{
	width:100%;
}
.boshu{
	width:80%;
	color:#fff;
	margin:0 auto;
	padding-bottom: 100px;
	line-height: 2;
}
.boshu h2{
	font-size: 1.3em;
	text-align: center;
	font-weight: 600;
	margin:150px auto 100px;
	font-style:normal;
	padding:0;
}
.end{
	margin:0 auto 50px;;
	text-align: center;
}
.boshu h3{
	border:1px solid #fff;
	padding:5px 10px;
	width:13%;
	text-align: center;
	margin:15px 0;
}
.boshu ul{
	margin-bottom: 30px;
}
.indent{
	text-indent: -2em;
    padding-left: 2em;
}
.boshu ul li{
	margin-bottom: 10px;
}
.boshu ul.flex{
	display: flex;
	width:60%;
	margin:50px auto;
	justify-content: space-around;
	border:1px solid #fff;
}
.boshu p.shusai img{
	width:100%;
}
.feature{
	padding-bottom: 150px;
}
.feature ul li.phase1{
	background: #f6ccb0;
	padding: 20px;
}
.feature ul li.phase2{
	background: #eeb188;
	padding: 20px;
}
.feature h3{
	font-family: lulo-clean-w01-one-bold,sans-serif;
	font-weight: 800;
	font-size: 1.1em;
	color:#E74D2A;
	letter-spacing:0.1em;
}
.feature h4{
	font-family: lulo-clean-w01-one-bold,sans-serif;
	font-weight: 800;
	text-align: center;
	font-size: 2em;
	color:#fff;
	letter-spacing:0.1em;
}
.feature p{
	margin-top: 20px;
	line-height: 1.5;
	word-break: keep-all;
	overflow-wrap: break-word;
	width: 100%;
	font-weight: 400;
}
.flex4{
	display: flex;
	justify-content: space-between;
}
.flex4 img{
	display: block;
	width:33%;
	margin:0 3px;
}
.flex2{
	display: flex;
	justify-content: space-between;
	margin-top:100px;
}
.flex2 img{
	display: block;
	width:49%;
	margin:0 5px;
}
@media screen and (max-width: 940px) {
	 /* ヘッダー*/
  #top-head,
  #top-head,
  .inner {
    width: 100%;
    padding: 0; }

  #top-head {
    top: 0;
    position: fixed;
    margin-top: -15px; }

  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent; }

  #mobile-head {
   	background:  rgba(11, 25, 44, 0.8);
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
	margin-top:-20px;
	}

  #top-head .logo {
  float: left;
  width: 250px;
  margin: 35px 0 0 5px; }


  #top-head.fixed .logo {
    position: absolute;
    left: 30px;
    top: 7px; }

  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -520px;
    background: #0B192C;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    height: auto; }

  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto; }

  #global-nav ul li {
    float: none;
    position: static; }

  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0; }

  #top-head #global-nav ul li.en a,
  #top-head.fixed #global-nav ul li.en a {
    background: #fff;
    padding: 10px;
    color: #00a0e2;
    border-radius: 2px;
    margin: 0 auto;
    width: 150px; }

  #top-head #global-nav ul li.en a:hover,
  #top-head.fixed #global-nav ul li.en a:hover {
    background: #00a0e2;
    color: #fff; }

  #top-head #global-nav ul li.ja a,
  #top-head.fixed #global-nav ul li.ja a {
    background: #fff;
    padding: 10px;
    color: #00a0e2;
    border-radius: 2px;
    margin: 0 auto;
    width: 150px; }

  #top-head #global-nav ul li.ja a:hover,
  #top-head.fixed #global-nav ul li.ja a:hover {
    background: #00a0e2;
    color: #fff; }

  #nav-toggle {
    display: block; }

  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg); }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%; }

  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg); }

  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px); }

  #top-head.fixed #global-nav ul {
    font-size: 14px;
    flex-direction: column; }

  #top-head.fixed #global-nav ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

	
	/*TOPページ*/
	h1{
  width:250px;
}
	.fv{
		display:none;
		margin-top: 20px;
	}
	/*FV*/
	.fv_sp{
	display:block;
	}
	h2{
		font-size:30px;
		padding:50px 0;
	}
	.news ul,.project ul,.alumnus ul{
		width:95%;
		flex-direction: column;
	}
	.news ul a,.project ul a,#alumnus ul a{
		width:90%;
		margin:20px auto;
	}
	.news ul a li time{
		font-size: 0.8em;
	}
	.news ul a li p{
		font-size: 1em;
	}
	.btn,.alumnus a p.btn{
		width:60%;
	}
	.about p{
		width: 95%;
		max-width: 95%;
  		white-space: normal;
        overflow-wrap: break-word;
	}
	.about p .small{
		font-size: 0.8em;
	}
	.poweredby ul{
		margin:0 auto;
		padding-bottom: 50px;
	}
	footer a li{
		margin-bottom: 7px;
		font-size: 0.7em;
	}
	.news h2,.project h2,.alumnus h2{
		padding:100px 0 50px;
	}
	.news ul.count,#alumnus ul.count{
		width:75%;
		flex-direction: row;
		justify-content: space-between;
		margin:30 auto;
	}
	.newswrap{
		width:95%;
		max-width: 95%;
        overflow-wrap: break-word;
	}
	.newswrap h3{
		font-size: 1.2em;
	}
	.personal,.personal1,.personal2,.personal3,.personal4{
		flex-direction: column;
	}
	.personal img{
		margin: 30px auto;
		display:block;
	}
	.newswrap dd.btn{
		width:80%;
		margin:0 auto 50px;
	}
	.project p{
		width:95%;
	}
	#contact div{
		width:95%;
	}
}