@charset "UTF-8";
body {
  line-height: 2.0;
}
.sp_br {
  display: none;
}
/* ------------ CONTENTS ------------ */
#contents section {
  margin-bottom: 180px;
}
#contents .content-width {
  max-width: 1000px;
  margin: 0 auto;
}
#contents h2 {
  font-size: 56px;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}
#contents h2 small {
  font-size: 18px;
}
/* ------------ PAGE - TITLE ------------ */
#pageSubTitle {
  position: absolute;
  right: 3.68vw;
  top: 50px;
  font-size: 14px;
  border-right: solid 2px #000000;
  padding-right: 1rem;
}
#pageTitle {
  font-size: 72px;
}
#pageTitle small {
  font-size: 18px;
}
/* ------------ INTRO ------------ */
#intro {
    position: relative;
}
#intro #logo{
	margin: auto;
    display: inline-block;
    font-family: "Avenir Next", Verdana, Geneva, "sans-serif";
    font-weight: bold;
    letter-spacing: 0.05em;
    width: 100%;
}
#intro #logo{
	height: max-content;
	font-size: 2vw;
	line-height: 1;
}
#intro #logo img{
	display: block;
	max-width: 50vw;
	margin: 0 auto;
	padding: 0.5em 0 1em 0;
	font-size: 5vw;
}
#intro #logo::after{
	display: none;
}
#intro ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 180px;
  text-align: center;
}
#intro ul li {
  position: relative;
}
#intro ul li:before {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  border: solid 20px #FFF;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
	opacity: 0;
  transform: translateX(-50%) translateY(-50%);
	transition: all 0.5s;
}
#intro ul li.sa {
	opacity: 1;
}
#intro ul li.show:before {
	opacity: 1;
}
#intro ul li dl {
  position: relative;
  z-index: 2;
}
#intro ul li dt {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#intro ul li.l3 dt {
  letter-spacing: -0.1em;
}
#intro ul li dt small {
	display: block;
	margin: 3em 0 -0.75em 0;
  font-size: 33.3%;
	line-height: 1;
  letter-spacing: 0.25em;
}
#intro ul li dd {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#intro p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 640px;
  text-align: justify;
  margin: 70px auto 0;
}

/* ------------ SOLUTION ------------ */
#solution{
	margin: 7vw 0 20vw 0;
}
#solution a{
	display: block;
	position: relative;
	width: 560px;
	max-width: 60vw;
	margin: 0 auto;
}
#solution .lm{
	position: absolute;
	bottom: 10px;
	right: 40px;
}
#solution a:hover .lm::after{
	left: 1em;
}



/* ------------ COMPANY ------------ */
#company .mainList {
  width: 760px;
  margin: 0 auto;
  text-align: left;
}
#company .mainList li {
  margin-bottom: 40px;
}
#company .mainList li > dl {
  display: flex;
}
#company .mainList li > dl > dt {
  font-weight: bold;
  width: 130px;
}
#company .mainList li > dl > dd {
  width: 630px;
}
#company .mainList li > dl > dd > dl {
  margin-bottom: 20px;
}
#company .mainList li > dl > dd > dl > dd {
  margin-left: 1em;
  font-size: 16px;
}


/* ------------ HISTORY ------------ */
#history .mainList {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
#history .mainList li {
	margin-bottom: -10px;
}
#history .mainList li dl {
  position: relative;
  display: flex;
	min-height: 50px;
}
#history .mainList li dl:before {
  content: "";
  display: block;
  width: 10px;
  height: 85%;
  border-top: solid 1px #000000;
  position: absolute;
  left: 280px;
  top: 15px;
  background: url("../img/about/history_line.png") repeat-y center top;
}
#history .mainList li dt {
  font-size: 14px;
  font-weight: bold;
  width: 97px;
	padding-left: 170px;
	line-height: 30px;
	white-space: nowrap;
}
#history .mainList li dt .zero {
	visibility: hidden;
}
#history .mainList li dd {
  margin-left: 50px;
	padding-bottom: 30px;
	line-height: 30px;
}


/* ------------ CLIENTS ------------ */
#contents #clients .content-width {
	max-width: 880px;
}
#contents #clients h2 {
  font-size: 32px;
  font-weight: bold;
  border-bottom: solid 2px #000000;
  padding: 0 40px 10px;
}
#contents #clients h2 span {
  font-size: 16px;
}
#clients .university, #clients .college {
  display: flex;
  text-align: left;
  font-size: 16px;
  padding-left: 60px;
}
#clients .university {
  margin-bottom: 90px;
}
#clients .university ul {
  width: 25%;
}
#clients .college ul {
  width: 50%;
}
#clients ul span {
  font-size: 12px;
}

@media screen and (max-width:1100px) {
	#contents #clients .content-width {
		max-width: 70vw;
	}
	#clients .university, #clients .college {
	  font-size: 1.3vw;
	  padding-left: 5vw;
	}
}

@media screen and (max-width:1000px) {
	#contents #clients .content-width {
		max-width: 90vw;
	}
	#clients .university, #clients .college {
	  font-size: 2.0vw;
	  padding-left: 0vw;
	}
}



/* ------------ ACCESS ------------ */
#access iframe {
		max-width: 100%;
}
#access p {
  margin-top: 20px;
}
@media screen and (max-width:1200px) {
	#contents #access .content-width {
		max-width: 70vw;
	}
}


/*---------------------------------------------
  SmatrPhone/Tablet
---------------------------------------------*/
@media screen and (max-width:1200px) {
	/* ------------ HISTORY ------------ */
	#history .mainList li dl:before {
	  left: 210px;
	}
	#history .mainList li dt {
		padding-left: 100px;
	}
	#history .mainList li dd {
	}
}
@media screen and (max-width:1000px) {
	#contents .content-width {
		width: 90%;
	}
	#pageSubTitle {
		display: none;
	}
	#pageTitle {
		margin: 12vh auto 6vh auto;
		line-height: 1.3;
		font-size: 10vw;
		letter-spacing: 0.05em;
	}
    #intro #logo{
		font-size: 3.5vw;
	}
	#intro #logo img{
		max-width: 90vw;
        padding: 0.5em 0 2em 0;
	}
	/* ------------ ACCESS ------------ */
	#access .google-maps iframe {
		width: 100% !important;
		height: 60vw !important;
	}
}
@media screen and (max-width:1000px) {
  .sp_br {
    display: inline;
  }
    #contents section {
  margin-bottom: 30vw;
}
  #contents h2 {
    font-size: 10vw;
    margin-bottom: 5%;
  }
  #contents h2 small {
    font-size: 3vw;
  }
  /* ------------ PAGE - TITLE ------------ */
#pageSubTitle {
    display: none;
    }
  #pageTitle small {
    font-size: 2.25vw;
  }
    #pageSubTitle {
        top: 0;
    }
  /* ------------ INTRO ------------ */
  #intro ul {
    height: 22.5vw;
  }
  #intro ul li {
    width: 33%;
  }
  #intro ul li:before {
    width: 17.5vw;
    height: 17.5vw;
    border: solid 2.5vw #FFF;
  }
  #intro ul li dt {
    font-size: 3.8vw;
  }
  #intro ul li dd {
	  line-height: 1.65;
    font-size: 2.25vw;
  }
  #intro p {
    width: 100%;
    margin: 8% auto 0;
  }
  /* ------------ COMPANY ------------ */
  #company .mainList {
    width: 100%;
  }
  #company .mainList li {
    margin-bottom: 5%;
  }
  #company .mainList li > dl > dt {
    width: 20%;
  }
  #company .mainList li > dl > dd {
    width: 80%;
  }
  #company .mainList li > dl > dd > dl {
    margin-bottom: 2.5%;
  }
	#company .mainList li > dl > dd > dl > dd {
	  font-size: 16px;
	}
	/* ------------ HISTORY ------------ */
#history .mainList {
  width: 100%;
}
#history .mainList li {
	margin-bottom: 0;
}
#history .mainList li dl {
	min-height: 0;
  padding-bottom: 0;
}
#history .mainList li dl:before {
  left: 110px;
}
#history .mainList li dt {
  width: 125px;
	padding-left: 0;
}
#history .mainList li dd {
  margin-left: 50px;
    width: 100%;
	line-height: 1.8;
}
    /* ------------ CLIENTS ------------ */
#contents #clients h2 {
  font-size: 4vw;
  padding: 0 0.8em 10px;
}
#contents #clients h2 span {
  font-size: 2vw;
}
#clients .university, #clients .college {
  padding-left: 0;
}
#clients .university {
  margin-bottom: 11%;
}
/* ------------ ACCESS ------------ */
	#contents #access .content-width {
		max-width: 90vw;
	}
	#access p {
	  margin-top: 2.5vw;
	}
}
@media screen and (max-width:640px) {
	#history .mainList li dl:before {
	  left: 20%;
	}
	#history .mainList li dt {
	  width: 30%;
	}
	#history .mainList li dd {
		margin-left: 5%;
	}
}
@media screen and (max-width:480px) {
  /* ------------ INTRO ------------ */
  #intro ul {
    height: inherit;
    display: block;
  }
  #intro ul li {
    width: 50%;
    padding: 9vw 0;
  }
  #intro ul li:before {
    width: 30vw;
    height: 30vw;
    border: solid 5vw #FFF;
  }
  #intro ul .l1 {
    float: left;
  }
  #intro ul .l2 {
    float: right;
  }
  #intro ul .l3 {
    clear: both;
    margin: 0 auto;
  }
  #intro ul li dt {
    font-size: 5vw;
  }
  #intro ul li dd {
    font-size: 3.2vw;
  }
    #intro p {
        font-size: 4vw;
    }
	
  /* ------------ SOLUTION ------------ */
	#solution {
		margin: 15vw 0 20vw 0;
	}
	#solution a{
		width: 80vw;
		max-width: 80vw;
		margin: 0 auto;
	}
	#solution .lm{
		bottom: 0vw;
		right: 3vw;
	}

  /* ------------ COMPANY ------------ */
  #company .mainList li > dl {
    display: block;
      line-height: 1.8;
  }
  #company .mainList li > dl > dt {
    width: 100%;
  }
  #company .mainList li > dl > dd {
    width: 100%;
  }
  #company .mainList li > dl > dd > dl > dd {
	  font-size: 3.5vw;
  }
    /* ------------ HISTORY ------------ */
#history .mainList li dl {
  display: block;
    padding-bottom: 5%;
}
#history .mainList li dl:before {
  display: none;
}
#history .mainList li dt {
  width: 100%;
}
#history .mainList li dt .zero {
	display: none;
}
#history .mainList li dd {
	margin: 0;
	padding: 0;
	width: 100%;
}
    /* ------------ CLIENTS ------------ */
#clients .university, #clients .college {
  display: block;
    clear: both;
	font-size: 3.5vw;
}
    .university:after {
	content: "";
	display: block;
	clear: both;
}
 
.university:before {
　　　　content: "";
	display: block;
	clear: both;
}

.university {
	display: block;
}

#clients .university ul {
  width: 50%;
}
    #clients .university ul:nth-child(1),#clients .university ul:nth-child(3) {float: left;}
        #clients .university ul:nth-child(2),#clients .university ul:nth-child(4) {float: right;}
#clients .college ul {
  width: 100%;
}
    #clients .university ul li {
        padding: 0 1%;
    }
	
	#contents #access .content-width {
		max-width: 100vw;
	}
}

