@charset "utf-8";

@media screen and (max-width: 768px) {
  /* -------------------------------------------------------------------
  #OPENCAMPUS
  ------------------------------------------------------------------- */
  #OPENCAMPUS {}
  /* heading */
  .subtitle-1 {
    margin-bottom: 15px;
  }
  .subtitle-1 .en {
    font-size: 4rem;
  }
  .subtitle-1 .ja {
    font-size: 1.6rem;
  }
  .subtitle-2 {
    margin-bottom: 25px;
    font-size: 2.4rem;
  }





  /* measures */
  .measures {
    padding-bottom: 60px;
  }
  .measures__content {
    display: block;
    padding-top: 30px;
    padding-right: 9%;
    padding-bottom: 30px;
    padding-left: 9%;
  }
  .measures__content div {
    width: 100%;
    margin-bottom: 20px;
  }
  .measures__content div p:first-of-type {
    margin-bottom: 0.4em;
    font-size: 2rem;
  }
  .measures__content div p:last-of-type {
    line-height: 2;
  }
  .measures__content img {
    width: 100%;
  }





  /* schedule */
  .schedule {
    padding-bottom: 40px;
  }
  .schedule table + table {
    margin-top: 20px;
  }
  .schedule table thead tr th {
    font-size: 2rem;
  }
  .schedule table thead tr th .font-Roboto {
    font-size: 2.8rem;
  }
  .schedule table tbody tr {
    border-top-width: 10px;
  }
  .schedule table tbody tr td {
    display: block;
    font-size: 2rem;
  }
  .schedule table tbody tr td:first-of-type {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .schedule table tbody tr td:first-of-type .font-Roboto {
    font-size: 2.8rem;
  }
  .schedule table tbody tr td:last-of-type {
    padding-left: 10px;
  }
  .schedule table tbody tr td:last-of-type .flex .day {
    min-width: auto;
    margin-right: 0;
  }
  .schedule table tbody tr td:last-of-type .flex .day.past::after {
    width: 60px;
    height: 19.5px;
  }
  .schedule table tbody tr td:last-of-type .flex .day .font-Roboto {
    font-size: 4rem;
  }
  .schedule table tbody tr td:last-of-type .flex .day .text {
    display: block;
    margin-top: 10px;
  }
  .schedule table tbody tr td:last-of-type .flex .day .text::before {
    top: -8px;
    left: 15px;
    transform: rotate(90deg);
  }
  .schedule .container > p {
    margin-top: 5px;
    line-height: 1.375;
  }





  /* contact */
  .contact-1 {
    padding-bottom: 60px;
  }
  .contact-2 {
    padding-bottom: 80px;
  }
  .contact a {
    padding-top: 13px;
    padding-bottom: 22px;
  }
  .contact a p {
    font-size: 3.2rem;
  }
  .contact a .common-button {
    font-size: 1.6rem;
  }





  /* program */
  .program {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .program .container > p {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .program .timetable {
    margin-bottom: 30px;
    font-size: 2.4rem;
    text-align: left;
  }
  .program .timetable p {
    background-image: none;
    display: block;
  }
  .program .timetable p > span {
    background-image: linear-gradient(transparent 70%, #ffec00 70%);
    display: inline;
    margin-right: 0;
  }
  .program .timetable p > span .font-small {
    font-size: 2rem;
  }
  .program .container > ul > li + li {
    margin-top: 30px;
  }
  .program .container > ul > li .title {
    margin-bottom: 5px;
  }
  .program .container > ul > li .title img {
    width: 42px;
    margin-right: 24px;
  }
  .program .container > ul > li .title h3 {
    font-size: 2.8rem;
  }
  .program .container > ul > li .title + p {
    margin-left: 0;
    font-size: 2rem;
    line-height: 1.6;
  }
  .program .container > ul > li p + p {
    margin-left: 0;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
  }
  .program .container > ul > .style-1 {
    display: block;
  }
  .program .container > ul > .style-1 .content {
    padding: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }
  .program .container > ul > .style-1 > img {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
  }
  .program .container > ul > .style-2 {
    padding: 20px;
  }
  .program .container > ul > .style-2 ul {
    margin-top: 30px;
    margin-right: 0;
    margin-left: 0;
  }
  .program .container > ul > .style-2 ul li + li {
    margin-top: 30px;
  }
  .program .container > ul > .style-2 ul li > p {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .program .container > ul > .style-2 ul li .flex {
    display: block;
  }
  .program .container > ul > .style-2 ul li .flex .text .top img {
    width: 52px;
    margin-right: 14px;
  }
  .program .container > ul > .style-2 ul li .flex .text .top h4 span:first-of-type {
    font-size: 2rem;
    letter-spacing: 0;
  }
  .program .container > ul > .style-2 ul li .flex .text .top h4 span:last-of-type {
    font-size: 1.6rem;
  }
  .program .container > ul > .style-2 ul li .flex .text p {
    letter-spacing: 0;
  }
  .program .container > ul > .style-2 ul li .flex > img {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .program .container > ul > .style-3 {
    display: block;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .program .container > ul > .style-3 h3 {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 2.8rem;
  }
  .program .container > ul > .style-3 h3 span {
    font-size: 2rem;
  }
  .program .container > ul > .style-3 p {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
  }





  /* info */
  .info-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .info-2 {
    padding-bottom: 60px;
  }
  .info .heading-style-2 {
    margin-bottom: 30px;
  }
  .info ul {
    display: block;
  }
  .info ul li {
    display: block;
    width: 100%;
  }
  .info ul li + li {
    margin-top: 40px;
  }
  .info ul li div {
    margin-bottom: 15px;
  }
  .info ul li div::before {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
  }
  .info ul li h3 {
    margin-bottom: 0;
    font-size: 2.4rem;
    letter-spacing: 0;
  }
  .info ul li .common-button {
    margin: 0 auto;
  }





  /* feature */
  .feature {
    padding-bottom: 40px;
  }
  .feature h2 {
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    font-size: 2.4rem;
    letter-spacing: 0;
    text-align: center;
  }
  .feature h2 span {
    font-size: 3.2rem;
  }
  .feature h2 .font-Roboto {
    font-size: 4rem;
  }
  .feature h2 .font-Roboto span {
    font-size: 4.8rem;
  }
  .feature .container > p {
    margin-bottom: 30px;
  }
  .feature ul {
    display: block;
  }
  .feature ul li {
    width: 100%;
    padding-bottom: 30px;
  }
  .feature ul li + li {
    margin-top: 30px;
  }
  .feature ul li h3 {
    display: block;
    height: auto;
    margin-bottom: 0;
  }

  .add2024-schedule--col3 .clearfix{
    flex-direction: column;
  }
  .add2024-schedule--col3 .clearfix table{
    width: 100%;
    margin: 0;
  }
  .add2024-schedule--col3 .clearfix table + table{
    margin-top: 21px;
  }
  .add2024-schedule--col3 table tbody tr td:last-of-type .flex{
    justify-content: center;
  }

  .add2024-ttl-arrow{
    font-size: 2.4rem;
    line-height: calc(32 / 24);
  }

  .add2024-style-title{
    flex-direction: column;
    align-items: flex-start;
  }
  .program .container > ul > li .add2024-style-title img{
    width: 106px;
    margin: 0 0 20px;
  }
  .program .container > ul > li .add2024-style-title .add2024-wrap h3 + h3{
    margin-top: 20px;
  }
  .program .container > ul > li .title h3 .add2024-vertical{
    font-size: 2.8rem;
  }
  .program .container > ul > li .title h3 .add2024-small{
    font-size: 2rem;
    line-height: 2;
  }
  .program .container > ul > li .title h3 .add2024-small span{
    display: block;
  }
  .program .container > ul > li .title h3 .add2024-small span + span{
    margin: 0;
  }

  .program .container > ul > li .title.add2024-dept-title{
    position: relative;
  }
  .program .container > ul > li .title.add2024-dept-title img{
    position: absolute;
    top:0;
  }
  .program .container > ul > li .title.add2024-dept-title h3{
    padding-left: 66px;
  }
  .program .container > ul > li .title.add2024-dept-title h3 .add2024-small--20{
    margin-left: -66px;
    display: block;
    margin-top: 10px;
  }
  .program .container > ul > li .title.add2024-dept-title + p{
    margin-left: 0;
  }

  .add2024-style-4{
    padding: 20px;
  }
  .add2024-style-4__container{
    padding: 30px 0 0;
  }
  .add2024-style-4__row{
    flex-direction: column;
  }
  .add2024-style-4__col{
    width: 100%;
  }
  .add2024-style-4__col + .add2024-style-4__col{
    margin-top: 25px;
  }

  .add2024-style-4__sec-ttl{
    margin-bottom: 22px;
  }
  .add2024-style-4__sec-lead{
    margin-bottom: 14px;
    font-size: 2rem;
    line-height: calc(32 / 20);
  }
  .add2024-style-4__sec-row{
    flex-direction: column;
  }
  .add2024-style-4__sec-col{
    width: 100%;
    margin: 0;
    padding: 22px 5px 25px;
  }
  .add2024-style-4__sec-col + .add2024-style-4__sec-col{
    margin-top: 52px;
  }
  .add2024-style-4__sec-col + .add2024-style-4__sec-col:before{
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
    border-top: solid 32px #0EA2AA;
    border-bottom:none;
    left: calc(50% - 22px);
    top:-43px;
  }
  .add2024-style-4__sec-col-time{
    font-size: 2.8rem;
  }
  .add2024-style-4__sec-col-ttl{
    margin-top: 2px;
    font-size: 2.8rem;
    line-height: calc(40 / 28);
  }

  .container + .container{
    margin-top: 30px;
  }

  .contact a._yellow{
    padding-bottom: 13px;
  }

  .contact a._yellow p{
    font-size: 2.4rem;
  }
  .contact--disable a .disable-message{
    font-size: 2.4rem;
    padding: 0.5rem 1.5rem;
  }
}
