@charset "utf-8";
/*
 * ==========================================================================
 * 
 * [campus]
 * 
 * ==========================================================================
 */
/**
 * --------------------------------------------------------------------------
 * campusNavi
 * --------------------------------------------------------------------------
 */
.campusNaviWrapper {
  margin: 0 0 5% 0;
  border-bottom: solid 1px #ccc;
}
.campusNaviWrapper2 {
  background: #F2F5F7;
  padding: 5% 0;
}

.campusNavi {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.campusNavi li {
  width: 30%;
  display: block;
  text-align: center;
}
.campusNavi li a {
  color: #fff;
  display: block;
}

.campusNavi li a p{
  color: #252525;
  font-weight: 600;
  padding: 0 0 20px;
}

.campusNavi li a p.active {
  border-bottom: solid 5px #0275fd;
}

.campusNavi.footer li {
  border-radius: .625rem;
  overflow: hidden;
  box-shadow:0 4px 24px rgba(0,25,65,.12)
}

.campusNavi.footer li a p {
  background: #fff;
  border: none;
  padding: 15px 0;
}

.campusNavi.footer li a p.active {
  background: #0275fd;
    color: #fff;
}

/**
 * --------------------------------------------------------------------------
 * campusTitle
 * --------------------------------------------------------------------------
 */
.campusTitleWrapper {
  height: 17vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.campusTitleBox {
  z-index: 10;
}
.campusTitle {
  font-size: 3.5rem;
  margin-bottom: 10px;
  color: #0275fd;
}
.campusTitleEn {
  font-family: "Roboto", system-ui;
  font-weight: 700;
  font-size: 7vw;
  line-height: 1;
}

.campusImgWrapper {
    background-image: linear-gradient(0deg, #F2F5F7 46.7%, #fff 46.7%);
    overflow: hidden;
}

.campusImg {
  margin-bottom: 6%;
}
/**
 * --------------------------------------------------------------------------
 * campusIntro
 * --------------------------------------------------------------------------
 */
.campusIntroWrapper {
  background: #F2F5F7;
}
.otagawaTimeTitle {
  font-size: 2.3rem;
  color: #0275fd;
  text-align: center;
  margin: 80px auto 30px;
}

.otagawaTime {
  text-align: center;
  margin: 0 auto;
}

.campusIntroBoxWrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.campusIntroBox {
  width: 31%;
  border-radius: .625em;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0,25,65,.12);
  z-index: 2;
}
.campusIntroBoxImg {
  border-radius: .625em .625em 0 0;
}
.campusIntroBoxInner {
  padding: 50px;
}

.campusIntroBaloon {
  position: absolute;
  top: -45px;
  left: -40px;
  z-index: 5;
}

/**
 * --------------------------------------------------------------------------
 * campusPr
 * --------------------------------------------------------------------------
 */
.campusPrWrapper {
    background-image: linear-gradient(180deg, #F2F5F7 25%, #fff 25%);
    overflow: hidden;
  /*color: #fff;*/
}

.newTokaiSpecBox {
  margin: 50px 0;
}
.newTokaiSpec {
  display: flex;
}
.newTokaiSpec dt:before{
  content: "■";
  color: #0275fd;
  margin: 0 5px 0 0 ;
}
.newTokaiSpec dt:after{
  content: "：";
  color: #fff;
  margin: 0 0 0 5px;
}
.newTokaiSpec dd{
  margin: 0 0 0 5px;
}

.campusPrBox {
  margin: 100px 0 0 0;
  display: flex;
  justify-content: space-between;
}

.tokaiGrf {
  background: #fff;
  padding: 50px;
  border-radius: .625em;
  box-shadow:0 4px 24px rgba(0,25,65,.12)
}

.campusPrBg {
  display: block;
  position: absolute;
  background: linear-gradient(180deg, #ffffff 0%, #F2F5F7 31.8%, #f2f5f7 100%);
    /*background: #005ac3;*/
  height: 100%;
  z-index: 1;
	top: 0;
	left: -120px;
  width: calc(50vw + 680px);
  border-radius: .625em 0 0 .625em;
}
.campusPrBgBox {
  position: relative;
  z-index: 2;
}
.campusPrTitle {
  font-family: "Roboto", system-ui;
  font-weight: 700;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto 30px;
  line-height: 1;
}

.campusPrTitle span {
  background: #0275fd;
  border-radius: 5px 0 5px 0;
  padding: 5px 10px;
}

/**
 * --------------------------------------------------------------------------
 * gakubu
 * --------------------------------------------------------------------------
 */
.gakubuWrapper {
    background-image: linear-gradient(0deg, #F2F5F7 65%, #fff 65%);
    overflow: hidden;
}
.gakubuBox {
  position: relative;
  background: #fff;
  border-radius: .625em;
  box-shadow: 0 4px 24px rgba(0,25,65,.12);
}
.gakubuBoxInner {
  padding: 40px;
}
.gakubuBoxImg {
  border-radius: .625em .625em 0 0;
}
.itenBox {
  position: relative;
  background: #fff;
  border-radius: .625em;
  padding: 50px;
  margin: 80px 0 0 0;
  box-shadow: 0 4px 24px rgba(0,25,65,.12);
}
.itenBaloon {
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: 15;
}

.gakubuLink {
  margin: 50px 0 0 0;
  text-align: right;
}


/**
 * --------------------------------------------------------------------------
 * voice
 * --------------------------------------------------------------------------
 */
.voiceBoxWrapper {
  display: flex;
  justify-content: space-between;
}
.voiceBox {
  width: 31%;
  background: #F2F5F7;
  border: solid 1px #fff;
  border-radius: .625em;
  overflow: hidden;
  /*box-shadow: 0 4px 24px rgba(0,25,65,.20);*/
}
.voiceBoxInner {
  padding: 50px;
}

.voiceIcn {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 50px;
}
.voiceIcn img {
  border-radius: 50%;
}

.slide-item {
  margin: 0;
  padding: 0;
}

.slide-item li {
  margin: 0;
  padding: 0;
}

/**
 * --------------------------------------------------------------------------
 * area
 * --------------------------------------------------------------------------
 */
.areaWrapper {
  background: #F2F5F7;
}
.areaTime {
  color: #0275fd;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 auto 0;
}
/**
 * --------------------------------------------------------------------------
 * access
 * --------------------------------------------------------------------------
 */
.accessMap {
  height: 500px;
  margin: 50px 0 100px 0;
}
.accessMap iframe{
  width: 100%;
  height: 100%;
  border-radius: .625em;
}

.accessTable {
  width: 100%;
  margin: 60px 0 0 0;
  text-align: center;
}
.accessTable th {
  border-left: 2px solid #F2F5F7;
  border-bottom: solid 2px #F2F5F7;
}
.accessTable th {
  background: #577293;
  color: #fff;
  text-align: center;
  padding: 30px;
}
.accessTable td {
  padding: 30px;
  background: #fff;
}

.accessTable .non {
  background: none;
}
.accessTable th.otagawa {
  position: relative;
  background: #0275fd;
  font-size: 2rem;
  width: 200px;
}

.accessTable th span {
  position: absolute;
  top: -58px;
  left: 50%;
  margin-left: -115px;
  width: 230px;
}


.accessTable td.otagawa {
  font-size: 2rem;
  font-weight: 700;
  color: #0275fd;
}

.accessTable .station {
  font-weight: 700;
  text-align: left;
}

.accessTable tr:nth-child(odd) td {
  background-color: #e8eef1;
}
.accessTableScroll {
  margin: 0 0 100px 0;
}
.routeMapBox {
  width: 90%;
  margin: 50px auto;
}


/**
 ****************************************************
 * 
 * screens smaller than 768
 * 
 ****************************************************
 */
@media only screen and (max-width: 768px) {
/**
 * --------------------------------------------------------------------------
 * campusNavi
 * --------------------------------------------------------------------------
 */
.campusNaviWrapper {
  margin: 0 0 5% 0;
}
.campusNaviWrapper2 {
  padding: 10% 0;
}

.campusNavi {
  width: 95%;
}
.campusNavi li {
  width: 33%;
  font-size: 1.2rem;
}
.campusNavi li a {
}

.campusNavi li a p{
  padding: 0 0 10px;
}

.campusNavi li a p.active {
  border-bottom: solid 3px #0275fd;
}

.campusNavi.footer li a p {
  padding: 8px 0;
}

.campusNavi.footer li a p.active {
}

/**
 * --------------------------------------------------------------------------
 * campusTitle
 * --------------------------------------------------------------------------
 */
.campusTitleWrapper {
  height: auto;
  padding: 15% 0 5%;
}

.campusTitleBox {
  z-index: 10;
}
.campusTitle {
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.campusTitleEn {
  font-size: 3rem;
}

.campusImg {
  margin-bottom: 10%;
}
/**
 * --------------------------------------------------------------------------
 * campusIntro
 * --------------------------------------------------------------------------
 */
.otagawaTimeTitle {
  font-size: 1.5rem;
  margin: 30px auto 20px;
}

.otagawaTime {
  width: 90%;
}
  
.campusIntroBoxWrapper {
  display: inherit;
}
.campusIntroBox {
  width: auto;
  margin-top: 30px;
}
.campusIntroBoxInner {
  padding: 30px;
}
  
.campusIntroBaloon {
  width: 100px;
  top: -20px;
  left: -10px;
  z-index: 5;
}
/**
 * --------------------------------------------------------------------------
 * campusPr
 * --------------------------------------------------------------------------
 */
.newTokaiSpecBox {
  margin: 30px 0 0 0;
}
.newTokaiSpec {
  display: inherit;
  margin-top: 10px;
}
.newTokaiSpec dt:before{
  content: "■";
  color: #0275fd;
  margin: 0 5px 0 0 ;
}
.newTokaiSpec dt:after{
  content:none;
}
.newTokaiSpec dd{
  margin: 0 0 0 0;
}
.campusPrBox {
  margin: 50px 0 0 0;
  display: inherit;
}
  
.tokaiGrf {
  padding: 30px;
}
  
.campusPrTitle {
  font-size: 1.3rem;
  margin: 0 auto 20px;
}

.campusPrTitle span {
}
  
/**
 * --------------------------------------------------------------------------
 * gakubu
 * --------------------------------------------------------------------------
 */
.itenBox {
  padding: 30px;
  margin: 40px 0 0 0;
}
.itenBaloon {
  width: 80px;
  top: -30px;
  left: -10px;
}
.gakubuLink {
  margin: 20px 0 0 0;
  text-align: right;
}


/**
 * --------------------------------------------------------------------------
 * voice
 * --------------------------------------------------------------------------
 */
.voiceBoxWrapper {
  display: inherit;
}
.voiceBox {
  width: auto;
  margin: 30px auto 0;
}
.voiceBoxInner {
  padding: 30px;
}

.voiceIcn {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0 auto 30px;
}
.voiceIcn img {
  border-radius: 50%;
}

.slide-item {
  margin: 0;
  padding: 0;
}

.slide-item li {
  margin: 0;
  padding: 0;
}

/**
 * --------------------------------------------------------------------------
 * area
 * --------------------------------------------------------------------------
 */
.areaTime {
  font-size: 1.3rem;
  margin: 0 auto;
}
/**
 * --------------------------------------------------------------------------
 * access
 * --------------------------------------------------------------------------
 */
.accessMap {
  height: 300px;
  margin: 30px 0 50px 0;
}
  
.accessTable {
  width: 600px;
  margin: 60px 0 0 0;
}
.accessTable th {
  padding: 10px;
}
.accessTable td {
  padding: 10px;
}
.accessTable th.otagawa {
  font-size: 1.3rem;
  width: auto;
}
.accessTable th span {
  top: -45px;
  left: 50%;
  margin-left: -80px;
  width: 160px;
}
.accessTable td.otagawa {
  font-size: 1.6rem;
}
.accessTable .station {
  font-weight: 700;
  text-align: left;
}

.accessTable tr:nth-child(odd) td {
  background-color: #F2F5F7;
}
.accessTableScroll {
  margin: 0 0 40px 0;
  overflow-x: scroll;
  padding-bottom: 10px;
}
.routeMapBox {
  width: 90%;
  margin: 50px auto;
}
  
  
  
}