@charset "UTF-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* /リセット*/

div,
dl,
dt,
dd,
p,
ul,
li,
ol,
header,
nav,
footer,
section,
article,
address {
  box-sizing: border-box;
  position: relative;
}


/*共通*/
html {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    color:#000;
    font-weight: 500;
}

:root {
  --education: rgb(114, 177, 45);
  --economics: rgb(194, 46, 107);
  --business_administration: rgb(201, 154, 6);
  --engineering_science: rgb(0, 170, 174);
  --urban_sciences: rgb(197, 156, 255);
  --graduate: rgb(101, 158, 178);
}


.motherwrap{
  /*width:864px ;
  margin:0 auto;*/
  width:90%;
  margin:0 auto;
}

.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}


/*一覧ページ*/

header{
  margin-top: 50px;
}
.header-logo{
  width:236px;
}
.header-logo img{
  width: 100%;
  height:auto;
}
.header-h1{
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  margin-top: 175px;
}
.header-h1 a{
  color:#000;
  text-decoration: none;
}
.header-p1{
  width:220px;
  margin: 30px auto 0 auto;
}
.header-p1 img{
  width:100%;
  height: auto;
}
.header-p2{
  margin-top: 34px;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.header-p2 span {
  display: inline-block;
  width: 100%;
}
.header_nav{
  margin-top: 60px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.header_nav ul{
  list-style-type: none;
  margin: 0 auto;
  width:864px;
  display: flex;
}
.header_nav ul li{
  width:144px;
  font-size:14px;
  font-weight: 500;
}
.header_nav ul li a{
  display: block;
  padding: 22px 0 22px 32px;
  text-decoration: none;
  color:#000;
  background-image:url("/special/venturespirit/img/nav_arrow.svg");
  background-repeat: no-repeat;
  background-size:10px 5px;
  background-position:109px 28px;
  transition: color 0.4s;
}
.nav_education:hover{
  color:rgb(114, 177, 45);
}
.nav_economics:hover{
  color:rgb(194, 46, 107);
}
.nav_business_administration:hover{
  color:rgb(201, 154, 6);
}
.nav_engineering_science:hover{
  color:rgb(0, 170, 174);
}
.nav_urban_sciences:hover{
  color:rgb(197, 156, 255);
}
.nav_graduate:hover{
  color:rgb(101, 158, 178);
}

.main-list{
  margin-top: 42px;
}
.main-list ul {
  list-style-type: none;
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.main-list__item{
  width: 22.43%;
  margin-bottom: 48px;
  margin-right:3.426%;
}
.main-list__item:nth-of-type(4n){
  margin-right:0;
}
.main-list__item a{
  color:#000;
  text-decoration: none;
  width:100%;
}
.main-list__item a .main-list__item--h2,
.main-list__item a .main-list__item--p1,
.main-list__item a .main-list__item--p2{
  transition: color 0.6s;
}

.main-list__item.education a:hover .main-list__item--h2,
.main-list__item.education a:hover .main-list__item--p1,
.main-list__item.education a:hover .main-list__item--p2{
  color:rgb(114, 177, 45);
  /*color:var(--education); IE11でcss変数が使用不可*/
}

.main-list__item.economics a:hover .main-list__item--h2,
.main-list__item.economics a:hover .main-list__item--p1,
.main-list__item.economics a:hover .main-list__item--p2{
  color:rgb(194, 46, 107);
  /*color:var(--economics);*/
}
.main-list__item.business_administration a:hover .main-list__item--h2,
.main-list__item.business_administration a:hover .main-list__item--p1,
.main-list__item.business_administration a:hover .main-list__item--p2{
  /*color:var(--business_administration);*/
  color:rgb(201, 154, 6);
}
.main-list__item.engineering_science a:hover .main-list__item--h2,
.main-list__item.engineering_science a:hover .main-list__item--p1,
.main-list__item.engineering_science a:hover .main-list__item--p2{
  /*color:var(--engineering_science);*/
  color:rgb(0, 170, 174);
}
.main-list__item.urban_sciences a:hover .main-list__item--h2,
.main-list__item.urban_sciences a:hover .main-list__item--p1,
.main-list__item.urban_sciences a:hover .main-list__item--p2{
  /*color:var(--urban_sciences);*/
  color: rgb(197, 156, 255);
}
.main-list__item.graduate a:hover .main-list__item--h2,
.main-list__item.graduate a:hover .main-list__item--p1,
.main-list__item.graduate a:hover .main-list__item--p2{
  /*color:var(--graduate);*/
  color:rgb(101, 158, 178);
}

.main-list__item__photo{
  width:100%;
  height: auto;
  position: relative;
}

.main-list__item.education .main-list__item__photo{
  background-color: rgb(114, 177, 45);
}
.main-list__item.economics .main-list__item__photo{
  background-color: rgb(194, 46, 107);
}
.main-list__item.business_administration .main-list__item__photo{
  background-color: rgb(201, 154, 6);
}
.main-list__item.engineering_science .main-list__item__photo{
  background-color: rgb(0, 170, 174);
}
.main-list__item.urban_sciences .main-list__item__photo{
  background-color: rgb(197, 156, 255);
}
.main-list__item.graduate .main-list__item__photo{
  background-color: rgb(101, 158, 178);
}

.main-list__item__photo-1{
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.6s;
}
.main-list__item a:hover .main-list__item__photo-1:hover{
  opacity: 0.85;
}
/*.main-list__item__photo-1:hover{
  opacity: 0.85;
}*/

.main-list__item__number{
  position: absolute;
  top:-0.5px;
  left:0;
  width: 77px;
  height:77px;
  z-index: 10;
}
.main-list__item--h2{
  margin-top: 16px;
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-feature-settings: "palt";
}
.main-list__item--p1{
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}
.main-list__item__photo-number{
  width: 77px;
  height: 77px;
  position: absolute;
  top:0;
  left:0;
}
.main-list__item--p2{
  margin-top: 2px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}

footer{
  height:170px;
  padding-top:60px;
}
.footer-logo{
  width: 300px;
  margin: 0 auto;
}
.footer-logo img{
  width:100%;
  height:auto;
}


.toTop-button{
  display:block;
  width:60px;
  height:60px;
  position: absolute;
  bottom:0;
  right:0;
}
.toTop-button img{
  width:100%;
  height:100%;
}