@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700');
body{
  font-family:"Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Hiragino Sans, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", Hiragino Kaku Gothic ProN, "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  color: #111;
}
img {
  width: 100%;
  max-width: 100%;
  height:auto;
}
a {
  color: #111;
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
	opacity: 0.5;
}
.wrap{
  max-width: 200px;
  width: 100%;
}
.overlap,.overlap_back{
  height:100px;
}
.overlap {
  position:relative;
  background-color:#fff;
  width:100%;
}
.overlap_front,.overlap_back::after{
  font-size: 1.2em;
  font-weight: bold;
  position: absolute;
  right: -80px;
  top: 20px;
}
.overlap_front{
  background: #ffb316;
  color:#fff;
  z-index:-1;
}
.overlap_back{
  position:relative;
  width:100%;
  overflow:hidden;
}
.overlap_back::after{
  content:"ÖØ¤Ê¤ê²¿·Ö¤È¤Ï¤ß¤À¤·²¿·Ö¤Ç\AÒªËØ¤ÎÉ«¤ò‰ä¤¨¤ë¥Æ¥¯¥Ë¥Ã¥¯";
  color: #003351;
  white-space: pre;
  z-index:1;
}
.p_nav-link{
  list-style-type: none;
}

@media screen and (max-width: 768px) {
    /* SP style */
    /* ===================== common ===================== */
    body {
      font-size: 14px;
      line-height: 1.7rem;
    }
    .pc_view {
      display: none !important;
    }
    .l_inner {
      width: 92%;
      margin: 0 auto;
    }
    /* ========== header ========== */
    .l-header {
      background-color: #fff;
      border-bottom: 1px solid #ccc;
      top: 0;
      position: fixed;
      z-index: 10;
      width: 100%;
    }
    .c_header-area {
      display: flex;
      position: relative;
    }
    .c_header-area .c_header_top {
      display: flex;
    }
    .c_header-area .nav_button-wrap {
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(0, -50%);
      z-index: 1000;
      cursor: pointer;
    }
    
    .c_header-area .c_right {
      display: flex;
      align-items: center;
    }
    .c_header-area .nav_button-wrap .nav_button {
      z-index: 20;
      width: 25px;
      height: 19px;
      position: relative;
      margin: 12px 16px;
    }
    .c_header-area .nav_button-wrap .nav_button span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #111;
      transition: all .3s ease-in-out;
    }
    .c_header-area .c_left{
      width: 45%;
      padding: 12px 16px;
    }
    .c_header-area .c_right img {
      width: 50%;
    }
    .c_header-area .nav_button-wrap .nav_button span:nth-of-type(1) {
      top:0
    }
    .c_header-area .nav_button-wrap .nav_button span:nth-of-type(2) {
      top: 8px;
    }
    .c_header-area .nav_button-wrap .nav_button span:nth-of-type(3) {
      bottom: 0;
    }
    .l-header .c_nav {
      position: absolute;
      background-color: #6255a4;
      width: 100%;
      display: table-caption;
      left: 0;
      top: 101%;
      color: #fff;
      font-size: 1.0rem;
      height: 100vh;
      display: none;
      overflow: scroll;
      opacity: 0;
      transition: all .3s ease-in-out;
    }
    .l-header .c_nav a {
      color: #fff;
    }
    .l-header .c_nav .c_nav-box {
      width: 80%;
      margin: 0 auto;
      padding: 40px 0;
      border-bottom: 1px solid #9e95ca;
    }
    .l-header .c_nav .p_jp {
      width: 80%;
      margin: 0 auto;
      font-size: 0.814rem;
      padding-top: 15px;
    }
    .l-header .c_nav ul .p_nav-link {
      margin: 30px 0;
    }
    .l-header .c_nav ul .p_nav-link:first-child {
      margin-top: 0;
    }
    .l-header .c_nav ul .p_nav-link:last-child {
      margin-bottom: 0;
    }
    .l-header .c_nav .c_acd-check {
      display: none;
    }
    .l-header .c_nav .p_acd-ttl,
    .l-header .c_nav .c_header-submenu02  {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: translateZ(0);
      transition: all 0.3s;
    }
    .l-header .c_nav .p_acd-ttl {
      display: block;
      position: relative;
    }
    .l-header .c_nav .p_acd-ttl span::after,
    .l-header .c_nav .p_acd-ttl span::before {
      content: "";
      position: absolute;
      right: 3.2%;
      top: 17%;
      width: 1px;
      height: 18px;
      background-color: #fff;
      transition: all 0.3s;
    }
    .l-header .c_nav .p_acd-ttl span::after {
      transform: rotate(90deg);
    }
    .l-header .c_nav .c_sidmenu-sub {
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: all .3s ease-in-out;
    }
    .l-header .c_nav .c_sidmenu-sub ul li {
      margin: 20px 0;
      font-size: 0.875rem;
    }
    .l-header .c_nav .c_acd-check:checked + .p_acd-ttl + .c_sidmenu-sub {
      max-height: max-content;
      opacity: 1;
    }
    .l-header .c_nav .c_acd-check:checked + .p_acd-ttl span::before {
      transform: rotate(90deg);
    }
    .l-header .c_nav .p_submenu-list {
      width: 80%;
      margin: 0  0 0 7%;
    }
    .l-header .c_nav .p_submenu-list li a  {
      position: relative;
      width: 100%;
      display: inline-block;

    }
    .l-header .c_nav .p_submenu-list li a span::after {
      content: ">";
    display: inline-block;
    position: absolute;
    right: 40px;
    align-content: center;
    }
    #c_sidmenu-students .p_submenu-list .p_submenu-list02 li a span::after{
      content: ">";
      display: inline-block;
      position: absolute;
      right: 15px;
      align-content: center;
    }
    .c_acd-check02 {
      display: none;
    }
    .p_acd-ttl02 {
      display: block;
    }
    .p_acd-ttl02,
    .p_submenu-list02 {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: translateZ(0);
      transition: all 0.3s;
      font-size: 0.875rem;
    }
    .p_submenu-list02 {
      height: 0;
      overflow: hidden;
      transition: all .3s ease-in-out;
      opacity: 0;
    }
    .c_acd-check02:checked + .p_acd-ttl02 + .p_submenu-list02 {	/*é_é]•r*/
      height: auto;
      opacity: 1;
    }
    .p_acd-ttl02::after,
    .p_acd-ttl02::before {
      content: "";
      position: absolute;
      right: 17.2%;
      top: 17%;
      width: 1px;
      height: 12px;
      background-color: #fff;
      transition: all 0.3s;
    }
    .p_acd-ttl02::after {
      transform: rotate(90deg);
    }

    .c_acd-check02:checked + .p_acd-ttl02::before{
      transform: rotate(90deg);
      transition: all .3s ease-in-out;
    }
    


    /* ========== button ========== */
    #p-btn {
      display: inline-block;
      border: 1px solid #111;
      padding: 13px 45px;
      position: relative;
      background: rgba(255,255,255,0.8);
    }
    #p-btn:before,
    #p-btn:after{
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: 8px;
      height: 1px;
      background: #111;
    }
    #p-btn:before{
      width: 37px;
      transform: translate(30px, 0px);
    }
    #p-btn:after{
      width: 12px;
      transform-origin: right center;
      transform: translate(30px, 0px) rotate(35deg);
    }
     /* ========== footer ========== */
     footer {
      background-color: #6255a4;
      color: #fff;
      font-size: 0.813rem;
    }
    footer a {
      color: #fff;
    }
    footer .l_inner {
      width: 92%;
      margin: 0 auto;
      padding: 40px 0;
    }
    footer .p_link_grips {
      width: 60%;
      display: inline-block;
    }
    footer .c_footer-top .p_downlod-btn {
      display: inline-block;
      font-size: 0.75rem;
      color: #6255a4;
      background-color: #fff;
      padding: 10px 16px 10px 36px;
      margin-top: 20px;
      font-weight: 700;
      position: relative;
    }
    footer .c_footer-top .p_downlod-btn span::before {
      content: "";
      display: inline-block;
      width: 13px;
      height: 15px;
      position: absolute;
      top: 30%;
      left: 16px;
      background-image: url(/g-cube/wp-content/themes/gcube/common/images/download_icon.jpg);
      background-size: contain;
      vertical-align: middle;
      background-repeat: no-repeat;
    }
    footer .c_footer-top .c_footer-nav {
      display: flex;
      margin: 40px 0;
    }
    footer .c_footer-top .c_footer-nav .p_nav-left,
    footer .c_footer-top .c_footer-nav .p_nav-right {
      line-height: 2rem;
      width: 50%;
    }
    footer .c_footer-bottom hr {
      margin: 0;
    }
    footer .c_footer-bottom .c_contact {
      margin: 30px 0;
      line-height: 1.7rem;
    }
    footer .c_footer-bottom .c_footer-box .p_contact-left {
      margin-bottom: 15px;
    }
    footer .p_footer-cr {
      margin-top: 30px;
      display: inline-block;
      font-size: 0.688rem;
      text-align: center;
      width: 100%;
    }
    /* ========== fixbtn ========== */
    footer .p_fixbtn {
      position: fixed;
      top: 485px;
      right: 15px;
      z-index:1;
    }
    footer .p_fixbtn img {
      width: 54px;
    }
    footer .p_fixbtn .p_btn-social {
      margin-bottom: 10px;
    }
    /* ===================== top ===================== */
    /* ========== common ========== */
    .l_toppage h2 {
      font-size: 1.63rem;
      font-weight: 700;
    }

    .l_toppage h2 span{
      font-size: 16px;
      font-weight: 400;
      color: #bbbbbb;
      margin-left: 10px;
    }

    .l_toppage .l_news .p_h2-line {
      margin: 25px 0 40px;
    }
    .p_h2-line {
      display: block;
      height: 1px;
      width: 100%;
      background-color: #111;
    }
    .l_cont .c_cont-main h1 {
      font-size: 1.63rem;
      font-weight: 700;
      border-bottom: 1px solid #111;
      padding-bottom: 20px;
      line-height: 1.9rem;
    }

    .l_cont .c_cont-main h1 span{
      font-size: 16px;
      font-weight: 400;
      color: #bbbbbb;
      margin-left: 10px;
    }
    /* ========== mv ========== */
    .l_toppage .l_mainvisual {
      background-image: url(/g-cube/wp-content/themes/gcube/common/images/mv_top_sp.jpg);
      background-repeat: no-repeat;
      background-size: 76% 100%;
      background-position-x: right;
      padding-bottom: 65px;
    }
    .l_toppage .l_mainvisual h1 {
      font-size: 3.5rem;
      line-height: 1.1;
      padding-top: 130px;
      font-weight: 700;
    }
    .l_toppage .l_mainvisual p {
      font-size: 1.2rem;
      line-height: 1.9rem;
      margin: 15px 0 30px;
    }
    .l_underlayer .l_mainvisual {
      height: 180px;
      margin: 17% 0 0;
    }
    .l_underlayer .pc_view {
      display: none;
    }

    /* ========== nuwws ========== */
    .l_toppage .l_news {
      padding: 30px 0;
      background-image: url(/g-cube/wp-content/themes/gcube/common/images/bg_top01_sp.png);
      background-size: cover;
      background-repeat: no-repeat;
    }
    .l_toppage .l_news .l_news-inner {
       width: 92%;
       margin: 0 auto;
       box-shadow: 0px 6px 18px 4px rgb(0 0 0 / 10%);
       padding: 50px 20px;
       background-color: #fff;
    }
    .l_toppage .l_news .p_h2-line {
      margin: 20px 0 30px;
    }
    .l_toppage .l_news .l_news-inner .c_news-list ul li {
      margin-bottom: 25px;
    }
    .l_toppage .l_news .l_news-inner .c_news-list ul li:last-child {
      margin-bottom: 0;
    }
    .l_toppage .l_news .l_news-inner .p_news-date {
      display: inline-flex;
      margin-right: 10px;
    }
    .l_toppage .l_news .l_news-inner .p_news-tag {
      display: inline-block;
      font-size: 0.6875rem;
      font-weight: 700;
      color: #fff;
      text-align: center;
      padding: 1px 10px;
    }
    .l_toppage .l_news .c_news-list .p_news-link {
      margin-top: 6px;
    }
    .l_toppage .l_news .c_news-list .p_news-link a {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
    }
    .l_toppage .l_news .l_news-inner .p_news {
      background-color: #ffad12;
    }
    .l_toppage .l_news .l_news-inner .p_seminars {
      background-color: #6255a4;
    }
    .l_toppage .l_news .l_news-inner .p_event {
      background-color: #73ad0f;
    }
    .l_toppage .l_news .l_news-inner .p_new {
      color: #c70000;
      margin:0 10px;
      font-weight: 700;
    }
    .l_toppage .l_news .l_news-inner .c_btn-area {
      text-align: center;
      margin-top: 35px;
    }
  /* ========== photo ========== */
  .l_toppage .l_photo {
    margin-top: 60px;
    padding-bottom: 35px;
    background: linear-gradient(to top, #e2e2e2 0%, #e2e2e2 73%, #fff 30%, #fff 100%);
  }
  .l_toppage .l_photo .l_photo-inner {
    display: flex;
    animation: infinity-scroll-left 110s infinite linear 0.5s both;
  }
  .l_toppage .l_photo .c_photo-area {
    width:55%;
    height: 210px;
    margin-right: 8%;
    background-size: cover;
  }
  .l_toppage .l_photo .c_photo-area02 {
    display: flex;

  }
  .l_toppage .l_photo .c_photo-area:nth-child(2n) {
    margin-top: 50px;
  }
  .l_toppage .l_photo .p_photo-01{
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/photo01.jpg);
  }
  .l_toppage .l_photo .p_photo-02{
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/photo02.jpg);
  }
  .l_toppage .l_photo .p_photo-03{
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/photo03.jpg);
    /* margin-right: 0; */
  }
  .l_toppage .l_photo .p_photo-04{
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/photo04.jpg);
  }
  .l_toppage .l_photo .p_photo-05{
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/photo05.jpg);
  }

  /* ========== messege ========== */
  .l_toppage .l_message {
    padding: 70px 0 90px;
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/bg_top02_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .l_toppage .l_message .l_inner {
    width: 100%;
  }
  .l_toppage .l_message .c-txt_area {
    width: 92%;
    margin: 0 auto;
    padding: 50px 0 0 0;
  }
  .l_toppage .l_message .p-photo_area {
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/bg_messagePhoto.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    padding: 50px 0 55px;
  }
  .l_toppage .l_message .p-photo_area img {
    width: 61.6%;
    box-shadow: 0px 6px 18px 4px rgb(0 0 0 / 10%);
  }
  .l_toppage .l_message h3 {
    font-size: 1.13rem;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .l_toppage .l_message .p_h2-line {
    margin: 20px 0 35px;
  }
  .l_toppage .l_message p {
    margin-bottom: 30px;
  }
  .l_toppage .l_message #p-btn {
    margin: 0 auto;
    display: table;
  }

  /* ===================== about ===================== */
  /* ========== mainvisual ========== */
  .l_about .l_mainvisual {
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/about/mv_about_sp.jpg);
    background-size: cover;
  }
  /* ========== cont main ========== */
  #l_program .l_cont .l-cont_flex .c_cont-main .c_cont-box .c_cont-01 h2 {
    margin: 25px 0 0 0;
  }
  .l_cont .l-cont_flex .c_cont-main .c_cont-box h2 {
    font-weight: 700;
    font-size: 1.13rem;
    padding-left: 22px;
    position: relative;
    margin: 80px 0 20px;
}
  .l_cont .l-cont_flex .c_cont-main .c_cont-box h2::before {
    content: "";
    display: block;
    width: 12px;
    height: 4px;
    background-color: #74ad10;
    position: absolute;
    top: 36%;
    left: 0;
}
  #l_program .c_cont-01 {
    margin-bottom: 80px;
  }
  #l_program .c_cont-01 table {
    width: 100%;
    text-align: left;
  }
  #l_program .c_cont-01 table tr,
  #l_program .c_cont-01 table th,
  #l_program .c_cont-01 table td {
    display: block;
  }
  #l_program .c_cont-01 table tr {
    padding: 30px 0;
    border-bottom: 1px solid #e2e2e2;
  }
  #l_program .c_cont-01 table th {
    font-weight: 700;
  }
  #l_program .c_cont-01 table tr td {
    padding-top: 5px;
  }
  #l_program .c_cont-01 table tr td:first-child {
    padding-top: 0;
  }
  .l_cont .l-cont_flex .c_cont-main .c_cont-box h2 {
    margin-top: 50px;
  }
  #l_program .c_cont-01 {
    margin-bottom: 50px;
  }
  .l_cont {
    padding: 50px 0 0;
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/about/bg_about_img01_sp.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 100%;
  }
  .l_cont .l_bg {
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/about/bg_about_img02_sp.png);
    background-size: 100%;
    padding-bottom: 120px;
    background-repeat: no-repeat;
    background-position-y: bottom;
  }
  .l_cont .l-cont_flex .c_cont-main .c_cont-box p {
    margin-bottom: 10px;
  }

  /* ===================== closeup ===================== */
  /* ========== cont ========== */
  .l_cont .c_cont-01 {
    margin-top: 25px;
  }
  #l_closeup .l_cont .c_note {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  #l_closeup .l_cont .c_note span {
    padding: 3% 2%;
    background-color: #f1ba52;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
  }
  #l_closeup .l_cont .c_anchor-btn {
    margin: 50px 0 40px;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box .c_note p {
    margin-bottom: 0;
    margin-left: 10px;
  }
  #l_closeup .l_cont .c_anchor-btn ul {
    display: flex;
    justify-content: space-between;
  }
  #l_closeup .l_cont .c_anchor-btn ul:first-child {
    margin-bottom: 20px;
  }
  #l_closeup .l_cont .c_anchor-btn ul li {
    border-left: 1px solid #111;
    padding: 25px 0;
    text-align: center;
  }
  #l_closeup .l_cont .c_anchor-btn ul li:last-child {
    border-right: 1px solid #111;
  }
  #l_closeup .l_cont .c_anchor-btn ul li a span {
    display: inline-block;
    width: 12px;
    height: 10px;
    margin-left: 10px;
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/about/closeup/anchor_btn.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  #l_closeup .l_cont .c_anchor-btn ul .p_anchor_01 {
    width: 60%;
  }
  #l_closeup .l_cont .c_anchor-btn ul .p_anchor_02 {
    width: 40%;
  }
  #l_closeup .l_cont .c_anchor-btn ul .p_anchor_03 {
    width: 55%;
  }
  #l_closeup .l_cont .c_anchor-btn ul .p_anchor_04 {
    width: 45%;
  }
  #l_closeup .l_cont #c_cont-02 h3 {
    background-color: #6c629f;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    padding: 10px 25px;
    margin: 30px 0;
  }
  #l_closeup .l_cont #c_cont-02 .p_img-flex {
    display: flex;
    width: 100%;
  }
  #l_closeup .l_cont #c_cont-02 .p_img-flex img {
    width: 50%;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box .c_round02 {
    margin-top: 50px;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box .c_cont-01 img {
    width: 100%;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box #c_cont-02 .c_round01 p,
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box #c_cont-02 .c_round02 p {
    margin-bottom: 15px;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box img {
    margin-bottom: 30px;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box .p_img-flex img {
    margin-bottom: 0;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box .p_img-bottom {
    text-align: center;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box .p_img-bottom img {
    width: 100%;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box .c_voice-area {
    display: flex;
    justify-content: space-between;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box .p_img-area {
    margin: 30px 0;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box .p_img-area img {
    margin: 0;
  }
  #l_closeup .c_voice-area .c_voice-icon {
    width: 21%;
    font-size: 0.813rem;
    text-align: center;
    line-height: 1.12rem;
    margin: 5% 0;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box .c_voice-area .c_voice-icon img {
    width: 58%;
    margin-bottom: 17px;
  }
  #l_closeup #c_cont-03 .c_voice-area .c_voice-balloon {
    margin-top: 30px;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box .c_voice-area .c_voice-balloon {
    background-color: #e2e2e2;
    border-radius: 5px;
    width: 75%;
    padding: 20px 15px;
    font-size: 0.875rem;
    line-height: 1.7rem;
    position: relative;
  }
  #l_closeup .c_voice-area .c_voice-balloon p {
    margin-bottom: 15px;
  }
  #l_closeup .c_voice-area .c_voice-balloon p:last-child {
    margin-bottom: 0;
  }

  #l_closeup .c_voice-area .c_voice-balloon::after {
    content: "";
    position: absolute;
    top: 8%;
    left: -9%;
    border: 6px solid transparent;
    border-right: 20px solid #e2e2e2;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box .p_img_area01 {
    margin-top: 30px;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box ul li p {
    margin: 30px 0 10px;
    text-align: center;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box #c_cont-05 ul li {
    list-style: disc;
    margin-left: 16px;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box .p_lecturers {
    font-weight: 700;
    color: #74ad10;
    margin-top: 20px;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box #c_cont-05 .c_voice-area {
    margin-top: 30px;
  }
  #l_closeup .l_cont #c_cont-05 .c_lecturers-list {
    margin-bottom: 10px;
  }

  /* ===================== Curriculum ===================== */
  /* ========== cont ========== */
  #l_curriculum .c_cont-01 .c_tutorials {
    background-color: #f7f7f7;
    border: 1px solid #e2e2e2;
    padding: 30px 24px;
    margin: 30px 0 0;
  }
  #l_curriculum .c_cont-01 .c_tutorials .p_title {
    font-weight: 700;
    font-size: 1.0rem;
  }
  #l_curriculum .c_cont-01 .c_tutorials .p_tutorials-txt {
    font-size: 0.875rem;
    line-height: 1.78rem;
    margin-bottom: 0;
  }
  #l_curriculum .p_link-syllabus {
    color: #74ad10;
    text-decoration: underline;
    padding-bottom: 20px;
    display: inline-block;
  }
  #l_curriculum .c_table ul li {
    list-style: disc;
    margin-left: 20px;
  }
  #l_curriculum .p_course-ttl {
    font-weight: 700;
    font-size: 1.0rem;
    margin-bottom: 15px;
  }
  #l_curriculum .c_table-ttl th {
    background-color: #6c629f;
    color: #fff;
    padding: 4px 0;
    margin-left: 10px;
  }
  #l_curriculum .c_table-ttl .p_ttle-01 {
    border-right: 2px solid #fff;
  }
  #l_curriculum .c_table-ttl .p_ttle-02 {
    width: 68%;
  }
  #l_curriculum .c_table tr td {
    padding: 25px 10px;
    border-bottom: #e2e2e2;
  }
  #l_curriculum .c_table tr {
    padding: 25px 28px;
    border-bottom: 1px solid #e2e2e2;
  }
  #l_curriculum .c_course01 {
    margin-bottom: 60px;
  }
  #l_curriculum .c_course01 .p_course-small {
    margin: 15px 0 0 !important;
    font-size: 0.875rem;
  }

  /* ===================== Internship ===================== */
  /* ========== cont ========== */
  #l_internship .c_inrern-box {
    margin-bottom: 60px;
  }
  #l_internship .c_cont-07 .c_inrern-box {
    margin-bottom: 0;
  }
  #l_internship .c_inrern-box .p_intern-box {
    width: 70%;
    margin: 5px 0 0 15px;
  }
  #l_internship .c_inrern-box .p_img {
    width: 32%;
  }
  #l_internship .c_inrern-box .p_img img{
    width:100%;
  }

  #l_internship .c_inrern-box .p_name {
    font-weight: 700;
    font-size: 1.0rem;
  }
  #l_internship .c_inrern-box .p_information {
    font-size: 0.813rem;
    line-height: 1.2rem;
    margin-bottom: 30px !important;
    font-weight: normal;
  }
  #l_internship .c_inrern_top {
    display: flex;
  }
  #l_internship .c_inrern-box .p_intern-txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: normal;
    margin: 15px 0 20px;
  }
  #l_internship .c_cont-02 .p_information {
    margin-bottom: 40px !important;
  }
  #l_internship .c_btn-area {
    text-align: center;
    margin-top: 20px;
  }
  /* ===================== programfaculty ===================== */
  /* ========== main visual ========== */
  #l_programfaculty .l_mainvisual {
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/programfaculty/mv_programfaculty_sp.jpg);
    background-size: cover;
  }
  #l_programfaculty .c_teacher-box {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    border-bottom: 1px solid #e2e2e2;
  }
  #l_programfaculty .c_teacher-box:first-child {
    padding-top: 0;
  }
  #l_programfaculty .c_teacher-img {
    width: 30%;
  }
  #l_programfaculty .c_teacher-info {
    width: 65%;
  }
  #l_programfaculty .c_teacher-info .p_ttl-name,
  #l_programfaculty .c_teacher-info .p_ttl-psition,
  #l_programfaculty .c_teacher-info .p_ttl-specialty {
    background-color: #6c629f;
    color: #fff;
    text-align: center;
    font-size: 0.813rem;
    width: 37%;
    display: block;
    margin-bottom: 5px;
  }
  #l_programfaculty .c_name a {
    text-decoration: underline;
  }
  #l_programfaculty .c_name,
  #l_programfaculty .c_psition {
    margin-bottom: 15px;
  }

  /* ===================== students ===================== */
  /* ========== header ========== */
  #l_students .l_mainvisual {
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/students/mv_students_sp.jpg) !important;
    background-size: cover;
  }
  #l_students .c_cont-01,
  #l_students .c_cont-02,
  #l_students .c_cont-03 {
    justify-content: space-between;
    padding: 60px 0;
    border-bottom: 1px solid #e2e2e2;
  }
  #l_students .c_alumin-top {
    display: flex;
    width: 90%;
    margin: 0 auto;
  }
  /* #l_students .c_cont-01 {
    padding-top: 0;
  }
  #l_students .c_cont-03 {
    border: none;
    padding-bottom: 0;
  } */
  #l_students .p_alumin-box {
    width: 78%;
  }
  #l_students .p_img {
    width: 24%;
  }
  #l_students .p_img img {
    box-shadow: 0px 4px 13px 4px rgb(0 0 0 / 10%);
  }
  #l_students .p_alumin-info {
    margin-left: 30px;
    display: grid;
    align-content: center;
  }
  #l_students .p_alumin-info p {
    margin-bottom: 0;
  }
  #l_students .p_name {
    font-size: 1.0rem;
    font-weight: 700;
    margin-right: 30px;
  }
  #l_students .p_country span {
    font-weight: 700;
  }
  #l_students .p_alumin-txt {
    margin: 20px 0 30px;
  }
  #l_students .p_email {
    display: flex;
  }
  #l_students .p_email p {
    margin-bottom: 0;
  }
  #l_students .p_email span {
    margin-right: 10px;
    background-color: #111;
    color: #fff;
    padding: 0px 20px;
    height: fit-content;
  }
}



  @media screen and (min-width: 769px) {
    /* PC style */
    /* ===================== common ===================== */
    body {
      font-size: 16px;
      line-height: 1.625rem;
    }
    .l_inner {
      margin: 0 6.25%;
    }
    .sp_view {
      display: none !important;
    }
    /* ========== header ========== */
    .l-header {
      position: relative;
    }
    .c_header-area {
      display: flex;
      padding: 15px 50px 0;
      justify-content: space-between;
      border-bottom: 1px solid #ccc;
    }
    .logo_G-cube {
      width: 180px;
    }
    .logo_GTIPS {
      width: 157px;
    }
    .c_header_top {
      text-align: right;
    }
    .c_header_top .p_link-ja {
      margin-right: 46px;
      font-weight: 600;
    }
    .c_nav {
      margin-top: 20px;
    }
    .c_nav ul .p_link {
      position: relative;
      padding:0 20px 15px;
      display: block;
    }
    .c_nav ul li a:hover,
    .c_nav02 ul li a:hover {
      color: #ffad12;
      opacity: 1;
    }
    .c_nav .p_link::after {
      position: absolute;
      bottom: 2px;
      left: 0;
      content: '';
      width: 100%;
      height: 5px;
      background:  #ffad12;
      opacity: 0;
      visibility: hidden;
    }
    .c_nav .p_link:hover::after {
      bottom: -1px;
      opacity: 1;
      visibility: visible;
    }
    .c_nav ul {
      display: flex;
    }
    .c_nav ul .p_nav-link {
      font-weight: 600;
    }
    .c_nav ul .p_nav-link:last-child {
      padding: 0;
    }
    .c_nav02 .c_header-submenu01,
    .c_nav02 .c_header-submenu02 {
      padding: 30px 0;
      width: 100%;
      box-shadow:0 15px 9px 0px rgb(0 0 0 / 10%);
    }
    #c_sidmenu-admissions,
    #c_sidmenu-about,
    #c_sidmenu-students {
      visibility: hidden;
      opacity: 0;
    }

    #p_nav-closeup:hover  #c_sidmenu-about {
      visibility: visible;
      opacity: 1;
      z-index: 500;
    }
    #p_nav-admissions:hover  #c_sidmenu-admissions {
      visibility: visible;
      opacity: 1;
    }
    #p_nav-students:hover #c_sidmenu-students {
      visibility: visible;
	opacity: 1;
    }
    .c_nav02 {
      position: absolute;
      width: 100%;
      display: table-caption;
      left: 0;
      top: 115px;
      background: #fff;
      z-index: 10;
    }
    .c_nav02 ul li {
      line-height: 1.3rem;
      margin-bottom: 20px;
    }
    .c_nav02 ul li a span {
      display: inline-block;
    }
    .c_nav02 .p_submenu-box {
      display: flex;
    }
    .c_nav02 .p_submenu-list {
      border-right: 1px solid #ccc;
      display: inline-block;
    }
    #c_sidmenu-about .p_submenu-list {
      width: 26%;
      display: block;
    }
    #p_nav-admissions .c_header-submenu02 .p_submenu-box {
      width: 100%;
    }
    #p_nav-admissions .p_submenu-list {
      display: block;
      width: 80%;
      padding-left: 80px;
    }
    #c_sidmenu-about .p_submenu-list a {
      display: inline-block;
      width: 70%;
      position: relative;
    }
    #p_nav-admissions .p_submenu-list a {
      display: inline-block;
      width: 70%;
      position: relative;
    }
    .c_nav02 .c_header-submenu01 .p_submenu-box {
      display: flex;
      justify-content: space-between;
      line-height: 2.18rem;
      margin: 0 auto;
    }
    .c_nav02 #c_sidmenu-about .p_submenu-list {
      width: 25%;
    }
    .c_nav02 .p_submenu-box .p_submenu-list {
      display: flex;
    }
    .c_nav02 .p_submenu-box {
      margin: 0 auto;
    }
    #p_nav-students .c_nav02 .p_submenu-box {
      display: block;
    }
    #p_nav-students .c_nav02 ul li {
      margin-bottom: 0;
      width: 50%;
      border-right: 1px solid #ccc;
      padding: 30px 0px;
      text-align: center;
    }
    #c_sidmenu-students .p_submenu-list li:nth-of-type(2) {
      border: none;
    }
    #p_nav-students .p_submenu-list {
      margin: 0 auto;
      width: 50%;
    }
    #p_nav-students ul li a {
      position: relative;
      display: inline-block;
      width: 40%;
    }
    .c_nav02 .c_header-submenu02 .p_submenu-box {
      display: flex;
      width: 90%;
      justify-content: space-between;
      line-height: 2.18rem;
      margin: 0 auto;
    }
    .c_nav02 .c_header-submenu03 .p_submenu-box .p_submenu-list {
      display: flex;
      height: 70px;
    }
    .c_nav02 .c_header-submenu01 .p_submenu-list:first-child {
      margin-left: 6%;
    }
    .c_nav02 .p_submenu-box .p_submenu-list:last-child {
      border: none;
    }
    .c_nav02 .c_header-submenu03 .p_submenu-list a {
      position: relative;
      display: inline-block;
      width: 65%;
    }
    .c_nav02 .p_submenu-list a span::after{
      content: ">";
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      vertical-align: middle;
    }

    /* ========== main visual ========== */
    .l_underlayer .l_mainvisual {
      height: 230px;
      padding-top: 15px;
    }

    /* ========== button ========== */
    #p-btn {
      display: inline-block;
      border: 1px solid #111;
      padding: 13px 45px;
      position: relative;
    }
    #p-btn:before,
    #p-btn:after{
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: 8px;
      height: 1px;
      background: #111;
      transition: all .3s;
    }

    #p-btn:hover:before,
    #p-btn:hover:after{
      right: 0px;
    }

    #p-btn:before{
      width: 37px;
      transform: translate(30px, 0px);
    }
    #p-btn:after{
      width: 12px;
      transform-origin: right center;
      transform: translate(30px, 0px) rotate(35deg);
    }
    /* ========== h2 ========== */
    .l_toppage h2 {
      font-size: 2.375rem;
      font-weight: 700;
    }

    .l_toppage h2 span{
      font-size: 18px;
      font-weight: 400;
      color: #bbbbbb;
      margin-left: 10px;
    }

    .p_h2-line {
      display: block;
      height: 1px;
      width: 100%;
      background-color: #111;
    }
    /* ========== side nav ========== */
    .l_cont .l_sidenav {
      width: 23.5%;
    }
    .l_cont .l_sidenav ul li {
      border-top: 1px solid #111;
    }
    .l_cont .l_sidenav ul li a {
      display: inline-block;
      padding: 28px 0;
      position: relative;
      width: 100%;
    }
    .l_cont .l_sidenav ul .c_subnav_acd .Label a {
      /* width: 50%; */
      width: calc(100% - 18px);
    }
    .l_cont .l_sidenav ul li a span {
      display: inline-block;
      /* width: 80%; */
      width:100%;
    }
    .l_cont .l_sidenav ul li:last-child {
      border-bottom: 1px solid #111;
    }
    .l_cont .l_sidenav ul li .c_subnav_link span:before,
    .l_cont .l_sidenav ul li .c_subnav_link span:after{
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: 30px;
      height: 1px;
      background: #111;
    }
    .l_cont .l_sidenav ul li .c_subnav_link span:before{
      width: 21px;
      transform: translate(30px, 0px);
    }
    .l_cont .l_sidenav ul li .c_subnav_link span:after{
      width: 10px;
      transform-origin: right center;
      transform: translate(30px, 0px) rotate(35deg);
    }
    .l_underlayer .c_acd-check {
      display: none;
    }
    .l_underlayer .p_acd-ttl,
    .l_underlayer .c_sidmenu-sub {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: translateZ(0);
      transition: all 0.3s;
    }
    .l_underlayer .p_acd-ttl {
      padding: 28px 0;
      display: block;
      position: relative;
    }
    .l_underlayer .p_acd-ttl span::after,
    .l_underlayer .p_acd-ttl span::before {
      content: "";
      position: absolute;
      right: 3.2%;
      top: 38%;
      width: 1px;
      height: 18px;
      background-color: #111;
      transition: all 0.3s;
    }
    .l_underlayer .p_acd-ttl span::after {
      transform: rotate(90deg);
    }
    .l_underlayer .c_sidmenu-sub {
      max-height: 0;
      overflow: hidden;
    }
    .l_underlayer .c_acd-check:checked + .p_acd-ttl + .c_sidmenu-sub {
      max-height: max-content;
      transition: all 1.5s;
    }
    .l_underlayer .c_acd-check:checked + .p_acd-ttl::before {
      transform: rotate(90deg) !important;
    }
    .l_cont .l_sidenav .p_sidmenu-list {
      background-color: #f7f7f7;
      padding: 20px 20px 0 20px;
    }
    .l_cont .l_sidenav .p_sidmenu-list li {
      border: none;
    }
    .l_cont .l_sidenav .p_sidmenu-list li:last-child {
      border: none;
    }
    .l_cont .l_sidenav .p_sidmenu-list li {
      position: relative;
    }
    .l_cont .l_sidenav .p_sidmenu-list a {
      display: inline-block;
      margin: 0 0 26px;
      padding: 0;
      width: 80%;
    }
    .l_cont .l_sidenav ul li .Label a{
      padding: 0;
    }
    .l_cont .l_sidenav .p_sidmenu-list li a span:before,
    .l_cont .l_sidenav .p_sidmenu-list li a span:after{
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: -15px;
      height: 1px;
      background: #111;
    }
    .l_cont .l_sidenav .p_sidmenu-list li a span:before{
      width: 21px;
      transform: translate(30px, 0px);
    }
    .l_cont .l_sidenav .p_sidmenu-list li a span::after{
      width: 10px;
    transform-origin: right center;
    transform: translate(30px, 0px) rotate(35deg);
    }
    .toggle {
      display: none;
    }
    .Label {
      padding: 28px 0;
      display: block;
      position: relative;
    }
    /* .Label::before{
      content:"";
      width: 6px;
      height: 6px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      position: absolute;
      top:calc( 50% - 3px );
      right: 20px;
      transform: rotate(180deg);
    } */
    .Label,
    .content {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: translateZ(0);
      transition: all 0.3s;
    }
    .content {
      height: 0;
      overflow: hidden;
      opacity:0;
    }
    .c_subnav_acd {
      position: relative;
    }
    .Label::after,
    .Label::before {
      content: "";
      position: absolute;
      right: 3.2%;
      top: 40%;
      width: 1px;
      height: 18px;
      background-color: #111;
      transition: all 0.3s;
    }
    .Label::after {
      transform: rotate(90deg);
    }
    .toggle:checked + .Label + .content {
      height: auto;
      opacity: 1;
    }

    .toggle:checked + .Label::before{
      transform: rotate(90deg);
    }

    /* ========== cont ========== */
    .l_cont {
      padding: 90px 0 0;
      background-image: url(/g-cube/wp-content/themes/gcube/common/images/about/bg_about_img01.png);
      background-repeat: no-repeat;
      background-position-x: right;
    }
    .l_cont .l_inner {
      margin: 0 auto;
      width:70%;
    }
    .l_cont .l_bg {
      width:100%;
      background-image: url(/g-cube/wp-content/themes/gcube/common/images/about/bg_about_img02.png);
      background-size: 100% auto;
      padding-bottom: 120px;
      background-position-y: -1px;
    }
    .l_cont .l-cont_flex {
      display: flex;
      justify-content: space-between;
    }
    .l_cont .l-cont_flex .c_cont-main {
      width: 65%;
    }
    .l_cont .c_cont-main h1 {
      font-size: 2.375rem;
      font-weight: 700;
      border-bottom: 1px solid #111;
      padding-bottom: 35px;
    }
    .l_cont .c_cont-main h1 span{
      font-size: 18px;
      font-weight: 400;
      color: #bbbbbb;
      margin-left: 10px;
    }
    .l_cont .c_cont-main .c_cont-box {
      margin-top: 40px;
    }
    .l_cont .l-cont_flex .c_cont-main .c_cont-box h2 {
      font-weight: 700;
      font-size: 1.625rem;
      padding-left: 30px;
      position: relative;
      margin: 80px 0 40px;
    }
    .l_cont .l-cont_flex .c_cont-main .c_cont-box h2::before{
      content: "";
      display: block;
      width: 22px;
      height: 6px;
      background-color: #74ad10;
      position: absolute;
      top: 36%;
      left: 0;
    }
   .l_cont .l-cont_flex .c_cont-main .c_cont-box p {
    margin-bottom: 20px;
   }
    /* ========== footer ========== */
    footer {
      background-color: #6255a4;
      color: #fff;
    }
    footer a {
      color: #fff;
    }
    footer .l_inner {
      padding: 40px 0;
    }
    footer .c_footer-top {
      display: flex;
      justify-content: space-between;
      margin-bottom: 45px;
    }
    footer .c_footer-top img {
      width: 300px;
    }
    footer .c_footer-top .p_downlod-btn {
      display: inline-block;
      font-size: 0.75rem;
      color: #6255a4;
      background-color: #fff;
      padding: 3px 16px 3px 36px;
      margin-top: 20px;
      font-weight: 700;
      position: relative;
    }
    footer .c_footer-top .p_downlod-btn span::before {
      content: "";
      display: inline-block;
      width: 13px;
      height: 15px;
      position: absolute;
      top: 8px;
      left: 16px;
      background-image: url(/g-cube/wp-content/themes/gcube/common/images/download_icon.jpg);
      background-size: contain;
      vertical-align: middle;
      background-repeat: no-repeat;
    }
    footer .c_footer-top .c_footer-nav {
      display: flex;
    }
    footer .c_footer-top .c_footer-nav .p_nav-left {
      margin-right: 75px;
    }
    footer .c_footer-bottom hr {
      color: #fff;
      background-color: #fff;
      margin: 0;
    }
    footer .c_footer-bottom .c_contact {
      display: flex;
    }
    footer .c_footer-bottom .c_footer-box {
      margin: 30px 0;
      font-size: 0.9375rem;
    }
    footer .c_footer-bottom .c_footer-box .p_contact-left {
      margin-right: 124px;
    }
    footer .p_footer-cr {
      font-size: 0.75rem;
      margin-top: 25px;
      display: flex;
      justify-content: flex-end;
    }
    /* ========== fixbtn ========== */
    footer .p_fixbtn {
      position: fixed;
      bottom: 60px;
      right: 15px;
      z-index:1;
    }
    footer .p_fixbtn img {
      width: 54px;
    }
    footer .p_fixbtn .p_btn-social {
      margin-bottom: 10px;
    }

  /* ===================== top ===================== */
  /* ========== mv ========== */
  .l_toppage .l_mainvisual {
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/mv_top.jpg);
    background-repeat: no-repeat;
    background-size: 77.5% 100%;
    background-position-x: right;
    padding-bottom: 130px;
  }
  .l_toppage .l_mainvisual h1 {
    font-size: 4.375rem;
    line-height: 1.1;
    padding-top: 180px;
    font-weight: 700;
  }
  .l_toppage .l_mainvisual p {
    font-size: 1.2rem;
    margin: 30px 0 45px;
    line-height: 1.95rem;
  }

  /* ========== nuwws ========== */
  .l_toppage .l_news {
    padding: 3.92% 0;
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/bg_top01.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .l_toppage .l_news .l_news-inner {
    width: 73.8%;
    margin: 0 auto;
    box-shadow: 0px 6px 18px 4px rgb(0 0 0 / 10%);
    padding: 2.5% 4.8% 2.1%;
    background-color: #fff;
  }
  .l_toppage .l_news .p_h2-line {
    margin: 25px 0 40px;
  }
  .l_toppage .l_news .l_news-inner .c_news-list ul li {
    display: flex;
    margin-bottom: 20px;
  }
  .l_toppage .l_news .l_news-inner .c_news-list ul li:last-child {
    margin-bottom: 0;
  }
  .l_toppage .l_news .l_news-inner .p_news-date {
    display: inline-flex;
    width: 140px;
  }
  .l_toppage .l_news .l_news-inner .p_news-tag {
    display: inline-block;
    margin-right: 35px;
    font-size: 0.6875rem;
    font-weight: 700;
    color: #fff;
    width: 80px;
    text-align: center;
  }
  .l_toppage .l_news .l_news-inner .p_news {
    background-color: #ffad12;
  }
  .l_toppage .l_news .l_news-inner .p_seminars {
    background-color: #6255a4;
  }
  .l_toppage .l_news .l_news-inner .p_event {
    background-color: #73ad0f;
  }
  .l_toppage .l_news .l_news-inner .p_new {
    color: #c70000;
    margin-right:10px;
    font-weight: 700;
  }
  .l_toppage .l_news .l_news-inner .c_btn-area {
    text-align: center;
    margin-top: 45px;
  }
  .l_toppage .l_news .l_news-inner .p_news-link a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  /* ========== photo ========== */
  .l_toppage .l_photo {
    margin-top: 130px;
    padding-bottom: 65px;
    background: linear-gradient(to top, #e2e2e2 0%, #e2e2e2 80%, #fff 30%,  #fff 100%);
  }
  .l_toppage .l_photo .l_photo-inner {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }
  .l_toppage .l_photo .c_photo-area {
    width: 20%;
    height: 300px;
    margin-right: 30px;
    background-size: cover;
  }
  .l_toppage .l_photo .c_photo-area:nth-child(2n) {
    margin-top: 50px;
  }
  .l_toppage .l_photo .p_photo-01{
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/photo01.jpg);
  }
  .l_toppage .l_photo .p_photo-02{
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/photo02.jpg);
  }
  .l_toppage .l_photo .p_photo-03{
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/photo03.jpg);
  }
  .l_toppage .l_photo .p_photo-04{
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/photo04.jpg);
  }
  .l_toppage .l_photo .p_photo-05{
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/photo05.jpg);
    /* margin-right: 0; */
  }

  /* ========== messege ========== */
  .l_toppage .l_message {
    padding: 80px 0 135px;
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/bg_top02.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .l_toppage .l_message .l_inner {
    display: flex;
    justify-content: space-between;
    width: 84.2%;
    margin: 0 auto;
  }
  .l_toppage .l_message .c-txt_area {
    width: 36.5%;
    margin: 80px 7% 0 0;
  }
  .l_toppage .l_message .p-photo_area {
    width: 37.9%;
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/bg_messagePhoto.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    text-align: center;
    padding: 80px 0 70px;
    margin-left: 14%;
  }
  .l_toppage .l_message .p-photo_area img {
    width: 59.3%;
    box-shadow: 0px 6px 18px 4px rgb(0 0 0 / 10%);
  }
  .l_toppage .l_message h3 {
    font-size: 1.625rem;
    font-weight: 700;
    margin-bottom: 26px;
  }
  .l_toppage .l_message .p_h2-line {
    margin: 25px 0 30px;
  }
  .l_toppage .l_message p {
    margin-bottom: 35px;
  }
  /* ========== breadcrumb ========== */
  .l_underlayer .l_mainvisual .p_breadcrumb {
    color: #fff;
    font-size: 0.8125rem;
    display: flex;
  }
  .l_underlayer .l_mainvisual .p_breadcrumb a {
    color: #fff;
    padding-bottom: 3px;
    border-bottom: 1px solid #fff;
    margin-right: 22px;
    position: relative;
  }
  .l_underlayer .l_mainvisual .p_breadcrumb a::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 11px;
    position: absolute;
    top: 4px;
    right: -15px;
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/breadcrumb_arrow.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  .l_underlayer .l_mainvisual .p_breadcrumb li span {
    font-weight: 700;
  }


  /* ===================== about ===================== */
  /* ========== mainvisual ========== */
  .l_about .l_mainvisual {
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/about/mv_about.jpg);
    background-size: cover;
  }
  /* ========== cont main ========== */
  #l_program .l_cont .l-cont_flex .c_cont-main .c_cont-box .c_cont-01 h2 {
    margin: 20px 0 0 0;
  }
  #l_program .c_cont-01 {
    margin-bottom: 80px;
  }
  #l_program .c_cont-01 table {
    width: 100%;
    text-align: left;
  }
  #l_program .c_cont-01 table tr {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #e2e2e2;
  }
  #l_program .c_cont-01 table tr td {
    padding: 30px 0;
  }
  #l_program .c_cont-01 table tr td:first-child {
    padding-top: 0;
  }

  /* ===================== closeup ===================== */
  /* ========== cont ========== */
  #l_closeup .l_cont .c_cont-01 {
    margin-bottom: 50px;
  }
  #l_closeup .l_cont .c_note {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  #l_closeup .l_cont .c_note span {
    padding: 3% 2%;
    background-color: #f1ba52;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box .c_note p {
    margin-bottom: 0;
    margin-left: 10px;
  }
  #l_closeup .l_cont .c_anchor-btn {
    margin-bottom: 50px;
    display: flex;
  }
  #l_closeup .l_cont .c_anchor-btn ul:first-child {
    display: flex;
    justify-content: space-between;
    width: 43%;
  }
  #l_closeup .l_cont .c_anchor-btn ul:last-child {
    display: flex;
    justify-content: space-between;
    width: 57%;
  }
  #l_closeup .l_cont .c_anchor-btn ul li {
    border-left: 1px solid #111;
    padding: 25px 0;
    text-align: center;
  }
  #l_closeup .l_cont .c_anchor-btn ul li:last-child {
    border-right: 1px solid #111;
  }
  #l_closeup .l_cont .c_anchor-btn ul li a span {
    display: inline-block;
    width: 12px;
    height: 10px;
    margin-left: 10px;
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/about/closeup/anchor_btn.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  #l_closeup .l_cont .c_anchor-btn ul .p_anchor_01 {
    width: 64%;
  }
  #l_closeup .l_cont .c_anchor-btn ul .p_anchor_02 {
    width: 36%;
    border-right: none !important;
  }
  #l_closeup .l_cont .c_anchor-btn ul .p_anchor_03 {
    width: 57%;
  }
  #l_closeup .l_cont .c_anchor-btn ul .p_anchor_04 {
    width: 43%;
  }
  #l_closeup .l_cont #c_cont-02 h3 {
    background-color: #6c629f;
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    padding: 10px 25px;
    margin: 30px 0;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box .c_round02 {
    margin-top: 60px;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box .c_cont-01 img {
    width: 100%;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box #c_cont-02 .c_round01 p,
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box #c_cont-02 .c_round02 p {
    margin-bottom: 15px;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box img {
    width: 450px;
    margin-bottom: 40px;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box .p_img-flex {
    display: flex;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box .p_img-flex img {
    width: 50%;
    margin-bottom: 0;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box .p_img-bottom {
    text-align: center;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box .p_img-bottom img {
    width: 100%;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box .c_voice-area {
    display: flex;
    justify-content: space-between;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box .p_img-area {
    text-align: center;
    margin-bottom: 60px;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box .p_img-area img {
    margin: 0;
  }
  #l_closeup .c_voice-area .c_voice-icon {
    width: 10%;
    font-size: 0.813rem;
    text-align: center;
    line-height: 1.12rem;
    margin: 5% 5% 0;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box .c_voice-area .c_voice-icon img {
    width: 78%;
    margin-bottom: 17px;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box .c_voice-area .c_voice-balloon {
    background-color: #e2e2e2;
    border-radius: 5px;
    width: 75%;
    padding: 30px;
    font-size: 0.875rem;
    line-height: 1.7rem;
    position: relative;
  }
  #l_closeup .c_voice-area .c_voice-balloon p {
    margin-bottom: 15px;
  }
  #l_closeup .c_voice-area .c_voice-balloon p:last-child {
    margin-bottom: 0;
  }

  #l_closeup .c_voice-area .c_voice-balloon::after {
    content: "";
    position: absolute;
    top: 24%;
    left: -9%;
    margin-top: -15px;
    border: 11px solid transparent;
    border-right: 64px solid #e2e2e2;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box .p_img_area02 {
    margin: 60px 0 30px;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box .p_img_area01 {
    margin-top: 30px;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box ul li p {
    margin: 30px 0 10px;
    text-align: center;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box #c_cont-05 ul li {
    list-style: disc;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box .p_lecturers {
    font-weight: 700;
    color: #74ad10;
  }
  #l_closeup .l_cont .l-cont_flex .c_cont-main .c_cont-box #c_cont-05 .c_voice-area {
    margin-top: 60px;
  }
  #l_closeup .l_cont #c_cont-05 .c_lecturers-list {
    margin: 0 0 30px 20px;
  }
  #l_closeup .l_cont #c_cont-05 img {
    margin-bottom: 50px;
  }
  #l_closeup .l_cont #c_cont-05 .c_voice-area img {
    margin-bottom: 10px;
  }

  /* ===================== Curriculum ===================== */
  /* ========== cont ========== */
  #l_curriculum .c_cont-01 .c_tutorials {
    background-color: #f7f7f7;
    border: 1px solid #e2e2e2;
    padding: 40px;
    margin: 30px 0 0;
  }
  #l_curriculum .c_cont-01 .c_tutorials .p_title {
    font-weight: 700;
  }
  #l_curriculum .c_cont-01 .c_tutorials .p_tutorials-txt {
    font-size: 0.875rem;
    line-height: 1.78rem;
    margin-bottom: 0;
  }
  #l_curriculum .p_link-syllabus {
    color: #74ad10;
    text-decoration: underline;
    padding-bottom: 30px;
    display: inline-block;
  }
  #l_curriculum .c_table ul li {
    list-style: disc;
    margin-left: 20px;

  }
  #l_curriculum .p_course-ttl {
    font-weight: 700;
    font-size: 1.375rem;
  }
  #l_curriculum .c_table-ttl th {
    background-color: #6c629f;
    color: #fff;
    padding: 12px 28px ;
    margin-left: 10px;
    text-align: left;
  }
  #l_curriculum .c_table-ttl .p_ttle-01 {
    width: 32%;
    border-right: 2px solid #fff;
  }
  #l_curriculum .c_table-ttl .p_ttle-02 {
    width: 67%;
  }
  #l_curriculum .c_table tr td {
    padding: 25px 28px;
    border-bottom: #e2e2e2;
  }
  #l_curriculum .c_table tr td ul {
    margin-bottom: 35px;
  }
  #l_curriculum .c_table tr td .p_recommended-ttl {
    font-weight: 700;
    margin-bottom: 15px;
  }
  #l_curriculum .c_table tr {
    padding: 25px 28px;
    border-bottom: 1px solid #e2e2e2;
  }
  #l_curriculum .c_course01 {
    margin-bottom: 60px;
  }
  #l_curriculum .c_course01 .p_course-small {
    margin: 15px 0 0 !important;
    font-size: 0.875rem;
  }

  /* ===================== Internship ===================== */
  /* ========== cont ========== */
  #l_internship .c_inrern-box {
    display: flex;
    margin-bottom: 70px;
  }
  #l_internship .c_inrern-box:last-child {
    margin-bottom: 0;
  }
  #l_internship .c_inrern-box .p_intern-box {
    width: 70%;
    margin: 10px 0 0 35px;
  }
  #l_internship .c_inrern-box .p_img {
    width: 32%;
  }
  
  #l_internship .c_inrern-box .p_img img{
    width:100%;
  }

  #l_internship .c_inrern-box .p_name {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 15px !important;
  }
  #l_internship .c_inrern-box .p_information {
    font-size: 0.875rem;
    line-height: 1.7rem;
  }
  #l_internship .c_inrern-box .p_intern-txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 20px;
  }
  #l_internship .c_cont-02 .p_information {
    margin-bottom: 40px !important;
  }

  /* ===================== programfaculty ===================== */
  /* ========== main visual ========== */
  #l_programfaculty .l_mainvisual {
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/programfaculty/mv_programfaculty.jpg);
    background-size: cover;
  }
  #l_programfaculty .c_table-teacher .p_table-ttl {
    background-color: #6c629f;
    color: #fff;
    font-weight: 400;
  }
  #l_programfaculty .c_table-teacher .p_table-ttl th {
    padding: 16px 20px;
    text-align: left;
  }
  #l_programfaculty .c_table-teacher tr {
    border-bottom: 1px solid #e2e2e2;
  }
  #l_programfaculty .c_table-teacher .p_img-profile {
    width: 100%;
    padding: 15px 20px;
    display: flex;
    align-items: center;
  }
  #l_programfaculty .c_table-teacher .p_img-profile a {
    text-decoration: underline;
    display: inline-flex;
  }
  #l_programfaculty .c_table-teacher td {
    vertical-align: middle;
    text-align: left;
    padding: 15px 20px;
  }
  #l_programfaculty .c_table-teacher .p_ttl-name {
    width: 23%;
    border-right: 2px solid #fff;
  }
  #l_programfaculty .c_table-teacher .p_ttl-psition {
    width: 27%;
    border-right: 2px solid #fff;
  }
  #l_programfaculty .c_table-teacher .p_ttl-specialty {
    width: 50%;
  }
  #l_programfaculty .c_table-teacher .p_img-profile img {
    width: 30%;
    margin-right: 10px;
  }


  /* ===================== students ===================== */
  /* ========== header ========== */
  #l_students .l_mainvisual {
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/students/mv_students.jpg);
    background-size: cover;
  }
  #l_students .c_cont-01,
  #l_students .c_cont-02,
  #l_students .c_cont-03 {
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
    border-bottom: 1px solid #e2e2e2;
  }
  /* #l_students .c_cont-01 {
    padding-top: 0;
  }
  #l_students .c_cont-03 {
    border: none;
    padding-bottom: 0;
  } */
  #l_students .p_alumin-box {
    width: 78%;
  }
  /* #l_students .p_img {
    width: 17%;
  } */
  #l_students .p_img img {
    box-shadow: 0px 6px 18px 4px rgb(0 0 0 / 10%);
  }
  #l_students .p_alumin-info {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
  }
  #l_students .p_alumin-info p {
    margin-bottom: 0;
  }
  #l_students .p_name {
    font-size: 1.125rem;
    font-weight: 700;
    margin-right: 30px;
  }
  #l_students .p_country span {
    font-weight: 700;
  }
  #l_students .p_alumin-txt {
    margin: 30px 0 40px;
  }
  #l_students .p_email span {
    background-color: #111;
    color: #fff;
    padding: 5px 10px;
    margin-right: 10px;
  }
}

/* tab style */
@media screen and (min-width: 669px ) and (max-width: 900px) {
  /* ===================== common ===================== */
  /* ========== header ========== */
  .c_header-area {
    padding: 15px 15px;
  }
  /* ========== content ========== */
  .l_cont .l_inner {
    width: 85%;
  }
  .l_cont .c_cont-main h1 {
    line-height: 2.6rem;
    padding-bottom: 15px;
  }
  /* ===================== top ===================== */

  /* ========== news ========== */
  .l_toppage .l_news .l_news-inner {
    padding: 4.5% 4.8% 4.1%;
  }
  .l_toppage .l_news .p_news-link  {
    width: 60%;
  }
  .l_toppage .l_news .l_news-inner .p_news-date {
    width: 21%;
  }
  .l_toppage .l_news .l_news-inner .p_news-date {
    width: 26%;
  }
  #l_closeup .l_cont .l_bg{
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/about/bg_about_img02_tab02.png) !important;
    background-size: 100%;
  }
  .l_cont .l_bg {
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/about/bg_about_img02_tab02.png);
    background-size: 100%;
  }
  #l_closeup .l_cont .l_bg {
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/about/bg_about_img02_tab.png);
    background-size: contain !important;
  }
  .l_toppage .l_message .p-photo_area {
    margin-left: 0 !important;
    background-size: 100% 74%;
    background-position-y: 30px;
    width: 45%;
  }
  .l_toppage .l_message .c-txt_area {
    margin-right: 0;
    width: 50%;
  }
  .l_toppage .l_message .p-photo_area img {
    width: 76%;
  }
  .l_toppage .l_message {
    background-size: 100% 100%;
  }




}
@media screen and (min-width: 900px ) and (max-width: 1290px) {
   /* ===================== top ===================== */
  /* ========== news ========== */
  .l_toppage .l_news .l_news-inner .p_news-date {
    width: 40%;
  }
  .l_toppage .l_news .l_news-inner .p_news-link {
    width: 100%;
  }
  .l_toppage .l_news .l_news-inner .p_news-tag {
    width: 22%;
    margin-right: 20px;
  }
  /* ========== message ========== */
  .l_toppage .l_message .p-photo_area {
    margin-left:80px;
  }
  .l_toppage .l_message {
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/bg_top02.png);
    background-size: 100% 100%;
  }
  /* ========== cont ========== */
  .l_cont .l_inner {
    width: 80%;
  }
  .l_cont .l_bg {
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/about/bg_about_img02_tab.png);
  }
  /* #l_programfaculty .l_cont .l_bg, #l_closeup .l_cont .l_bg {
    background-image: url(/g-cube/wp-content/themes/gcube/common/images/about/bg_about_img02_tab.png);
  } */
  .l_cont .c_cont-main h1 {
    line-height: 2.6rem;
    padding-bottom: 15px;
  }
}

/*×·Ó›
/*nav*/
.nav_button.active span:nth-of-type(1) {
  transform: translate(0, 8.5px) rotate(45deg);
}
.nav_button.active span:nth-of-type(2) {
  opacity:0;
}
.nav_button.active span:nth-of-type(3) {
  transform: translate(0, -8.5px) rotate(-45deg);
}

ol, ul {
  list-style: none;
}

#post-11 thead {
  background-color: #6c629f;
  color: #fff;
  font-weight: 400;
}

#post-11 td{
  padding: 16px 20px;
  border-bottom: 1px solid #e2e2e2;
}