@charset "utf-8";


* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic UI", "ヒラギノ角ゴ", "Hiragino Kakugo ProN", "Noto Sans JP";
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}




#main_image {
  background-color: #E5EBEB;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#main_image span {
  display: block;
  text-align: center;
}

.logo {
  margin: 0px;
  width: 20%;
}



h1 {
  color: #3DB0A8;
  font-family: Calibri;
}

#x {
  text-align: center;
}

#design {
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.1em;
}

#business {
  letter-spacing: 0.1em;
}




/* ↓タブ切り替えの記述↓ */

.tab_wrap {
  width: 100%;
  margin: 0px auto;
}

.tab_area {
  font-size: 0;
  margin: 0px;
}

.tab_area label {
  width: 50%;
  margin: 0px;
  display: inline-block;
  padding: 12px 0;
  color: #999;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  transition: ease 0.2s opacity;
  background-image: url(image/tab2.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.tab_area label:hover {
  opacity: 0.5;
}

.tab_area label:focus {
  outline: none;
}

.panel_area {
  background: #fff;
}

.tab_panel {
  width: 100%;
  padding: 0px 0;
  display: none;
}

.tab_panel p {
  font-size: 14px;
  letter-spacing: 1px;
}

.tab_area label.active {
  color: #000;
  background-image: url(image/tab1.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.tab_panel.active {
  display: block;
}








section {
  text-align: center;
  padding: 5px;
}

#info {
  margin: 100px 0px;
}

#info h3 {
  font-weight: normal;
}





#business_course {
  background-color: #F7F8F8;
  padding: 100px 0px;
}

.bun {
  display: block;
  text-align: center;
}

.collage {
  display: block;
  text-align: center;
  font-size: 1rem;
}

#design_course {
  background-color: #F7F8F8;
  padding: 100px 0px;
}

.senkou {
  display: block;
  text-align: center;
  border-bottom: solid 4px #24B7BE;
  font-size: 2.5rem;
}


h4 {
  color: #006063;
  border-top: solid 2px #24B7BE;
  margin: 0px;
}

.top_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 80px;
}





.time h3 {
  color: #006063;
  font-size: 1.5rem;
}

.class span {
  display: block;
}

.scroll {
  display: none;
}



.curriculum h3 {
  color: #006063;
  font-size: 1.5rem;
}

.curriculum ul {
  padding: 0px;
  margin: 0px;
}

.curriculum li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.koma {
  padding-right: 5px;
}

.number {
  padding-left: 5px;
}

.curriculum_contents span {
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.curriculum li::after {
  display: inline-block;
  content: "";
  width: 100%;
  border-top: dotted 1px #000;
  position: absolute;
  left: 0px;
  margin: 13px auto 0;
  z-index: 0;

  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 2px);
  background-size: 3px 1px;
  background-position: center center;
  background-repeat: repeat-x;
}

.curriculum i {
  font-size: 3.5rem;
  color: #179B9E;
  margin: 20px 0px;
}

.centor {
  text-align: center;
}

.curriculum dl {
  margin: 0px;
  text-align: center;
}

.curriculum dd {
  margin: 0px;
}

.curriculum_contents {
  background-color: #fff;
  border: solid 4px #65B6C3;
  padding: 20px;
}

.caption {
  display: block;
}

.curriculum {
  margin-left: 90px;
}




table {
  background-color: #DCDDDD;
  border-spacing: 0px;
  border-collapse: collapse;
}

thead {
  background-color: #24B7BE;

}

thead th:last-child {
  border-right: 0px;
}

tbody th {
  background-color: #AFDDDF;
}

tbody td {
  font-size: 0.9rem;
}

.class {
  background-color: #A2D8E3;
}

th {
  font-weight: normal;
  border: solid 1px #000;
  border-left: 0px;
}

td {
  text-align: center;
  width: 90px;
  height: 60px;
  border: solid 1px #000;
  border-right: 0px;
}





.syoukai h3 {
  color: #006063;
  font-size: 1.5rem;
  margin: 0px;
  /*  margin-left: 5%;*/
  text-align: center;
}

.carm h4 {
  display: block;
  font-size: 1.3rem;
}

.carm p {
  display: block;
  text-align: justify;
}

.carm {
  margin-top: 40px;
  width: 315px;
  display: flex;
  flex-direction: column;
  padding: 0px 10px;
}

.ttt {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}





#ramp {
  background-color: #97D7E3;
  width: 100%;
  padding: 80px 0px;
}

#ramp h2 {
  color: #ffffff;
  text-align: center;
  margin: 0px;
  font-size: 3rem;
}

.mozi {
  margin-bottom: 30px;
}


.ramp_info {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
  width: 610px;
}

#ramp h3 {
  color: #006063;
  border-bottom: solid 3px #ffffff;
  font-size: 1.5rem;
  margin-top: 0px;
}

.ramp_yoyaku {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 30px 0px;
}

.ramp_yoyaku img {
  width: 200px;
  height: 200px;
}

.botan {
  text-align: right;
}

.botan span {
  color: #fff;
  background-color: #006063;
  padding: 15px 30px;

}




#news {
  background-color: #92DBDE;
  width: 100%;
  padding: 80px 0px;
}

#news_news {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

#news h2 {
  color: #ffffff;
  text-align: center;
  margin: 0px;
  font-size: 3rem;
}

#news span {
  display: block;
  width: 250px;
}

.news_contents {
  background-color: #fff;
  width: 330px;
  padding: 40px;
  margin: 40px;
}




#access {
  background-color: #24B7BE;
  padding: 80px 0px;
}

#map {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}

#access h2 {
  color: #ffffff;
  text-align: center;
  margin-top: 0px;
  font-size: 3rem;
}

#access h3 {
  color: #006063;
  font-size: 1.5rem;
}

#access_text li {
  color: #fff;
}



footer p {
  text-align: center;
}

#access ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#access_text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}

#access_content {
  margin: 0px 50px;
}


/* iPad(768px) */

@media screen and (max-width:768px) {
  .logo {
    width: 25%;
  }

  .tab_area label {
    background-size: contain;
    background-position: center bottom;
  }

  .tab_area label.active {
    background-size: contain;
  }

  .curriculum {
    margin: 20px auto 0px auto;
  }

  .ipad {
    display: flex;
    align-items: center;
  }

  .curriculum_contents:first-of-type {
    margin-right: 20px;
  }

  .curriculum_contents:nth-of-type(n+2) {
    margin-left: 20px;
  }


  .ttt {
    flex-wrap: wrap;
  }

  .carm {
    width: 550px;
  }


  #ramp {
    padding: 80px;
  }

  .mozi {
    text-align: justify;
  }

  .news_contents {
    margin: 20px;
  }


  #access_text li {
    color: #fff;
  }

}

/* iPad(768px) */


/* iPhone678(375px) 縦 */

@media screen and (max-width:375px) {
  #main_image {
    height: 600px;
  }

  .top_contents {
    display: block;
  }

  .logo {
    width: 50%;
  }

  #info {
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
  }

  #info h3 {
    margin-bottom: 0px;
  }

  #info p {
    margin-top: 0px;
  }


  .tab_area label {
    background-size: contain;
    background-position: center bottom;
  }

  .tab_area label.active {
    background-size: contain;
  }

  .tab_area label {
    padding: 24px 0px 0px 0px;
  }

  .senkou {
    font-size: 2rem;
  }


  .table_scroll {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  table {
    width: 100%;
    min-width: 800px;
  }

  .class span {
    display: block;
  }


  th:first-of-type {
    width: 10%;
  }

  th:nth-of-type(n+2) {
    width: 18%;
  }

  .scroll {
    display: block;
    text-align: right;
  }



  .bun {
    padding-left: 30px;
    padding-right: 30px;
  }

  .top_contents {
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
  }

  .curriculum {
    width: 100%;
    height: 100%;
    margin: 0px;
  }

  .ipad {
    display: block;
  }

  .curriculum_contents:first-of-type {
    margin-right: 0px;
  }

  .curriculum_contents:nth-of-type(n+2) {
    margin-left: 0px;
  }

  .ttt {
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
  }




  #ramp {
    padding-left: 30px;
    padding-right: 30px;
  }

  #ramp h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .ramp_yoyaku {
    flex-wrap: wrap;
  }

  .ramp_yoyaku img {
    object-fit: cover;
  }

  .ramp_info {
    margin-left: 0px;
  }

  .mozi {
    text-align: justify;
  }

  .botan {
    text-align: center;
  }

  .botan span {
    display: block;
    padding: 15px 15px;
  }





  #news {
    padding-left: 30px;
    padding-right: 30px;
  }

  .news_contents {
    margin: 40px 0px;
    padding: 40px 30px;
  }

  #news_news {
    flex-wrap: wrap;
  }



  #access_text {
    flex-wrap: wrap;
  }

  #access_content {
    margin-top: 20px;
  }

  #access_text li {
    color: #fff;
  }
}

/* iPhone678(375px) 縦-終- */
