@charset "utf-8";

/* -------------------------------------------------------------------
#OPENCAMPUS
------------------------------------------------------------------- */
#OPENCAMPUS {}
.subtitle-1 {
/* heading */
  margin-bottom: 30px;
  line-height: 1;
  text-align: center;
}
.subtitle-1 span {
  display: block;
}
.subtitle-1 .en {
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.subtitle-1 .ja {
  margin-top: 1em;
  font-size: 1.8rem;
  font-weight: 500;
}
.subtitle-2 {
  margin-bottom: 40px;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}





/* measures */
.measures {
  padding-bottom: 80px;
}
.measures__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-right: 5%;
  padding-bottom: 20px;
  padding-left: 5%;
  border: 4px solid rgba(14, 162, 170, .3);
  border-radius: 20px;
}
.measures__content div {
  width: 67.2%;
}
.measures__content div p:first-of-type {
  margin-bottom: 0.3em;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #0ea2aa;
}
.measures__content div p:last-of-type {
  font-size: 1.6rem;
  line-height: 2.25;
}
.measures__content img {
  width: 28.6%;
}





/* schedule */
.schedule {
  padding-bottom: 80px;
}
.schedule table {
  width: 100%;
  font-weight: 700;
  line-height: 1;
}
.schedule table + table {
  margin-top: 40px;
}
.schedule table thead tr th {
  font-size: 3.2rem;
  letter-spacing: 0.04em;
}
.schedule table thead tr th .font-Roboto {
  font-size: 3.6rem;
}
.schedule table tbody tr {
  border-top: 20px solid #fff;
}
.schedule table tbody tr td {
  font-size: 2.4rem;
}
.schedule table tbody tr td:first-of-type {
  vertical-align: middle;
  width: 170px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  background-color: #0ea2aa;
  color: #fff;
}
.schedule table tbody tr td:first-of-type .font-Roboto {
  font-size: 6.3rem;
}
.schedule table tbody tr td:last-of-type {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 40px;
  background-color: #f4f4f4;
}
.schedule table tbody tr td:last-of-type .flex {
  display: flex;
  flex-wrap: wrap;
}
.schedule table tbody tr td:last-of-type .flex .day {
  min-width: 170px;
  margin-right: 8px;
}
.schedule table tbody tr td:last-of-type .flex .day.past {
  /* opacity: .25; */
  position: relative;
  color: rgba(0, 0, 0, .25);
}
.schedule table tbody tr td:last-of-type .flex .day.past::after {
  content: "";
  background-image: url(../../../img/opencampus/index/done.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 26px;
}
.schedule table tbody tr td:last-of-type .flex .day .font-Roboto {
  font-size: 6.4rem;
}
.schedule table tbody tr td:last-of-type .flex .day .font-green {
  color: #0ea2aa;
}
.schedule table tbody tr td:last-of-type .flex .day .font-gray {
  color: #707070;
}
.schedule table tbody tr td:last-of-type .flex .day.past .font-green {
  color: rgba(14, 162, 170, .25);
}
.schedule table tbody tr td:last-of-type .flex .day.past .font-gray {
  color: rgba(112, 112, 112, .25);
}
.schedule table tbody tr td:last-of-type .flex .day .text {
  vertical-align: super;
  position: relative;
  display: inline-block;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  background-color: #707070;
  color: #fff;
}
.schedule table tbody tr td:last-of-type .flex .day .text::before {
  content: "";
  background-image: url(../../../img/opencampus/index/icon-1.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  width: 24px;
  height: 20px;
}
.schedule table tbody tr td:last-of-type .flex .day .text .font-Roboto {
  font-size: 2.2rem;
  font-weight: 700;
}
.schedule .container > p {
  margin-top: 40px;
  font-size: 1.6rem;
}





/* contact */
.contact-1 {
  padding-bottom: 100px;
}
.contact-2 {
  padding-bottom: 150px;
}
.contact a {
  box-shadow: 0 10px #000;
  max-width: 788px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-radius: 20px;
  margin: 0 auto;
  background-color: #FF9D00;
  transition: all .3s;
}
.contact a:hover {
  box-shadow: none;
  transform: translateY(10px);
}
.contact a p {
  margin-bottom: 15px;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.375;
  letter-spacing: -0.04em;
  text-align: center;
}
.contact a .common-button {
  display: block;
  border: none;
  margin: 0 auto;
  font-size: 1.9rem;
  transition: all .3s;
}
.contact a:hover .common-button {
  background-color: #000;
  color: #fff;
}
.contact a .common-button::after {
  background-image: all .3s;
}
.contact a:hover .common-button::after {
  background-image: url(../../../img/common/icon-common-button-white.png);
}
.contact--disable a{
  box-shadow: 0 10px #707070;
  max-width: 788px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-radius: 20px;
  margin: 0 auto;
  background-color: #AAAAAA;
  transition: all .3s;
  pointer-events: none;
  position: relative;
}
.contact--disable a p {
  margin-bottom: 15px;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.375;
  letter-spacing: -0.04em;
  text-align: center;
  opacity: 0.6;
}
.contact--disable a .common-button {
  display: block;
  border: none;
  margin: 0 auto;
  font-size: 1.9rem;
  transition: all .3s;
  background-color: #CCCCCC;
  opacity: 0.6;
  pointer-events: none;
}
.contact--disable a .disable-message{
  width: fit-content;
  margin: 0 auto;
  padding: 0.5rem 2.3rem;
  background-color: #fff;
  border-radius: 1rem;
  font-size: 3.6rem;
  color: #0EA2AA;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}



/* program */
.program {
  padding-top: 80px;
  padding-bottom: 80px;
}
.program .container > p {
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
.program .timetable {
  margin-bottom: 40px;
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
}
.program .timetable p {
  display: inline;
  background-image: linear-gradient(transparent 70%, #ffec00 70%);
}
.program .timetable p > span {
  display: inline-block;
  margin-right: 40px;
}
.program .timetable p > span:last-of-type {
  margin-right: 0;
}
.program .timetable p > span .font-green {
  color: #0ea2aa;
}
.program .timetable p > span .font-Roboto {
  font-size: 3.6rem;
}
.program .timetable p > span .font-small {
  font-size: 2.4rem;
}
.program .container > ul > li + li {
  margin-top: 40px;
}
.program .container > ul > li .title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.program .container > ul > li .title img {
  width: 60px;
  margin-right: 12px;
}
.program .container > ul > li .title h3 {
  flex: 1;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.program .container > ul > li .title + p:not(.add2024-c-bl) {
  margin-left: 72px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #0ea2aa;
}
.program .container > ul > li p + p {
  margin-left: 72px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
.program .container > ul > .style-1 {
  display: flex;
}
.program .container > ul > .style-1 .content {
  flex: 1;
  padding-top: 30px;
  padding-right: 3%;
  padding-bottom: 70px;
  padding-left: 2.5%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #fff;
}
.program .container > ul > .style-1 > img {
  object-fit: cover;
  width: 48.5%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.program .container > ul > .style-2 {
  padding-top: 30px;
  padding-right: 2.5%;
  padding-bottom: 80px;
  padding-left: 2.5%;
  border-radius: 20px;
  background-color: #fff;
}
.program .container > ul > .style-2 ul {
  margin-top: 50px;
  margin-right: 72px;
  margin-left: 72px;
}
.program .container > ul > .style-2 ul li + li {
  margin-top: 60px;
}
.program .container > ul > .style-2 ul li > p {
  padding-top: 9px;
  padding-right: 15px;
  padding-bottom: 9px;
  padding-left: 15px;
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background-color: #000;
  color: #fff;
}
.program .container > ul > .style-2 ul li .flex {
  display: flex;
  align-items: flex-start;
}
.program .container > ul > .style-2 ul li .flex .text {
  flex: 1;
}
.program .container > ul > .style-2 ul li .flex .text .top {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.program .container > ul > .style-2 ul li .flex .text .top img {
  width: 67px;
  margin-right: 20px;
}
.program .container > ul > .style-2 ul li .flex .text .top h4 {
  flex: 1;
  font-weight: 700;
}
.program .container > ul > .style-2 ul li .flex .text .top h4 span {
  display: block;
}
.program .container > ul > .style-2 ul li .flex .text .top h4 span:first-of-type {
  margin-top: -0.125em;
  font-size: 3.2rem;
  letter-spacing: 0.04em;
}
.program .container > ul > .style-2 ul li .flex .text .top h4 span:last-of-type {
  font-size: 2rem;
  letter-spacing: -0.01em;
}
.program .container > ul > .style-2 ul li .flex .text p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
.program .container > ul > .style-2 ul li .flex > img {
  width: 48%;
  margin-left: 3.6%;
}
.program .container > ul > .style-3 {
  display: flex;
  padding-top: 40px;
  padding-right: 3.25%;
  padding-bottom: 40px;
  padding-left: 2.5%;
  border-radius: 20px;
  background-color: #fff;
}
.program .container > ul > .style-3 h3 {
  margin-right: 25px;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
.program .container > ul > .style-3 h3 span {
  font-size: 2.4rem;
  color: #0ea2aa;
}
.program .container > ul > .style-3 h3 .pc {
  color: #000;
}
.program .container > ul > .style-3 p {
  flex: 1;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
}





/* info */
.info-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.info-2 {
  padding-bottom: 85px;
}
.info .heading-style-2 {
  margin-bottom: 40px;
  background-color: #000;
  color: #fff;
}
.info ul {
  display: flex;
  justify-content: space-between;
}
.info ul li {
  display: flex;
  flex-direction: column;
  width: 47.7%;
}
.info ul li div {
  position: relative;
  margin-bottom: 30px;
}
.info ul li div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background-color: #000;
}
.info ul li div img {
  position: relative;
}
.info ul li h3 {
  margin-bottom: 5px;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.info ul li p {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.info ul li .common-button {
  margin: 0 auto;
  margin-top: auto;
}





/* feature */
.feature {
  padding-bottom: 100px;
}
.feature h2 {
  padding-top: 7px;
  padding-right: 18px;
  padding-bottom: 7px;
  padding-left: 18px;
  margin-bottom: 15px;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background-color: #ffec00;
}
.feature h2 span {
  font-size: 3.6rem;
  line-height: 1;
}
.feature h2 .font-Roboto {
  font-size: 4.8rem;
  letter-spacing: -0.01em;
}
.feature h2 .font-Roboto span {
  font-size: 5.6rem;
}
.feature .container > p {
  margin-bottom: 50px;
  font-size: 1.6rem;
  line-height: 2;
}
.feature ul {
  display: flex;
  justify-content: space-between;
}
.feature ul li {
  position: relative;
  width: 31.3%;
  padding-top: 60px;
  padding-bottom: 40px;
  border: 2px solid #000;
  border-radius: 10px;
}
.feature ul li img {
  position: absolute;
  top: -14px;
  left: 30px;
  width: 77px;
}
.feature ul li h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.2em;
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.feature ul li p {
  padding-right: 40px;
  padding-left: 40px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  /* feature */
  .feature ul li h3 {
    font-size: 2rem;
  }
}

.add2024-fz-14{
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: calc(24 / 14);
}
.add2024-fz-16{
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
.add2024-fz-18{
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 2;
}

.add2024-c-bu{
  color: #0EA2AA;
}
.add2024-c-bl{
  color: #000;
}

.add2024-schedule--col3 .clearfix{
  display: flex;
}
.add2024-schedule--col3 .clearfix table{
  width: calc((100% - 72px) / 3);
  margin-right: 36px;
}
.add2024-schedule--col3 .clearfix table + table{
  margin-top: 0;
}
.add2024-schedule--col3 .clearfix table:nth-of-type(3n){
  margin-right: 0;
}

.add2024-ttl-arrow{
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: calc(52 / 40);;
  margin: 63px 0 40px;
}
.add2024-ttl-arrow__arrow{
  color: #0EA2AA;
}
.program .container > ul > li .add2024-style-title{
  align-items: flex-start;
}
.program .container > ul > li .title h3 .add2024-vertical{
  font-size: 2.4rem;
}
.program .container > ul > li .title h3 .add2024-small{
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 5.2rem;
}
.program .container > ul > li .title h3 .add2024-small--20{
  font-size: 2rem;
  letter-spacing: 0.04em;
}
.program .container > ul > li .title h3 .add2024-small span + span{
  margin-left: 1.3rem;
}

.program .container > ul > li .title + .add2024-c-bl {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
.program .container > ul > li p + p.add2024-fz-14{
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: calc(24 / 14);
  margin-top: 10px;
}

.add2024-style-4 {
  padding-top: 30px;
  padding-right: 2.5%;
  padding-bottom: 80px;
  padding-left: 2.5%;
  border-radius: 20px;
  background-color: #fff;
}
.add2024-style-4__container{
  border-top: solid 1px #000000;
  padding: 60px 73px 0;
  margin-top: 30px;
}
.add2024-style-4__row{
  display: flex;
  justify-content: space-between;
}
.add2024-style-4__col{
  width: 48%;
}
.add2024-style-4__sec{
  margin-top: 60px;
}
.add2024-style-4__sec-ttl{
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 10px 26px;
  color: #fff;
  background: #0EA2AA;
  margin-bottom: 17px;
}
.add2024-style-4__sec-lead{
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: calc(36 / 24);
  color: #0EA2AA;
  margin-bottom: 12px;
}
.add2024-style-4__sec-row{
  margin-top: 36px;
  display: flex;
}
.add2024-style-4__sec-col{
  text-align: center;
  padding: 34px 5px 39px;
  width: calc((100% - 68px) / 3);
  margin-right: 34px;
  border: solid 2px #000000;
  border-radius: 10px;
  position: relative;
}
.add2024-style-4__sec-col + .add2024-style-4__sec-col:before{
  content:"";
  display: block;
  position: absolute;
  border-top: solid 24px transparent;
  border-bottom: solid 24px transparent;
  border-left: solid 42px #0EA2AA;
  top: calc(50% - 24px);
  left:-18px;
}
.add2024-style-4__sec-col:nth-of-type(3n){
  margin-right: 0;
}
.add2024-style-4__sec-col-time{
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.add2024-style-4__sec-col-ttl{
  margin-top: 20px;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: calc(40 / 32);
  color: #0EA2AA;
}

.add2024-info--col3 ul li{
  width: 30.5%;
}
.add2024-info--col3 ul li h3{
  font-size: 3.2rem;
}
.add2024-info--ye ul li div::before{
  background: #ffec00;
}
.add2024-info--dept{
  padding: 110px 0 100px;
}
.add2024-info--dept ul{
  margin-top: 30px;
}


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


.contact a._yellow{
  background: #FFF610;
}


.contact a._yellow p{
  font-size: 3.6rem;
  margin-bottom: 0px;
}

/* youtube */
.youtube {
  margin-top: 30px;
  width: 100%;
  max-width: 820px;
  aspect-ratio: 820 / 430;
  margin-left: auto;
  margin-right: auto;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}