@charset "utf-8";

:root {
  font-size: 2.666666666667vw;
}

#oc-content {
  background: url('../img/content-bg_sp.jpg?ver=20210322') no-repeat center top;
  background-size: cover;
  font-family: 'Noto Sans JP', "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  padding: 5.6rem 2rem 3.5rem;
  /* 3.5rem */
  overflow: hidden;
}

#oc-content * {
  margin: auto;
}

#oc-content img, #oc-header img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

/* #oc-header img {
    max-height: 50rem;
} */
#oc-content p {
  color: #fff;
}

#oc-content .row {
  display: flex;
  flex-direction: row;
}

#oc-header {
  background: url(../movie/poster.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

#oc-header video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#control {
  position: absolute;
  bottom: 5%;
  left: 5%;
  z-index: 5;
}

#control span#mute {
  cursor: pointer;
}

#control span#mute::before {
  font-family: FontAwesome;
  font-size: 26px;
  color: #ffff00;
  content: "\f026";
  cursor: pointer;
}

#control span#mute.on::before {
  font-family: FontAwesome;
  font-size: 26px;
  color: #ffff00;
  content: "\f028";
  cursor: pointer;
}

#oc-content h2#page-title {
  width: 23rem;
  margin-bottom: 4rem;
}

#oc-content .date {
  width: 23rem;
  margin-bottom: 2rem;
}

#oc-content .comingsoon {
  width: 18rem;
  margin-bottom: 4rem;
}

#oc-content .comingsoon2 {
  width: 13rem;
  margin-bottom: 7rem;
}

#oc-content #sec01 {
  padding-bottom: 2rem;
}

#oc-content #sec01 .oc2021_txt {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5rem;
}

#oc-content #sec01 .oc2021_txt.txt_pink {
  color: #ca5476;
}

#oc-content #sec01 .oc2021_txt02 {
  font-size: 2.5rem;
  line-height: 1.5;
  text-align: center;
  margin: 3rem 0;
}

#oc-content #sec01 .oc2021_txt+.oc2021_txt {
  margin: 60px 0 30px;
}

#oc-content #sec01 .oc2021_txt_1 {
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  margin: 2rem 0 1rem;
}

#oc-content .large_movie {
  margin-bottom: 100px;
}

#oc-content .large_movie li {
  width: 50rem;
}

#oc-content .current-major.three {
  /*max-width: 960px;*/
  width: 70%;
  margin-bottom: 100px;
  align-items: flex-end;
}

#oc-content .three_txt {
  height: 85px;
}

#oc-content .current-major.three li {
  width: calc(100% / 3 - 2%);
}

#oc-content .three_movie li {
  width: 24rem;
  margin: auto 2rem 5rem;
}

#oc-content .check {
  width: 28rem;
  margin-bottom: 1rem;
}

/*#oc-content .check + p {
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 3rem;
}*/
#oc-content .title-advantage {
  width: 19rem;
  margin-bottom: 1rem;
}

#oc-content .advantage {
  justify-content: space-around;
}

#oc-content .advantage li {
  width: 16rem;
  margin-bottom: 5rem;
}

#oc-content .advantage li p:nth-child(2) img {
  height: 1.6rem;
  margin-top: 1rem;
}

#oc-content .check-major {
  width: 30rem;
  margin-bottom: 3rem;
}

#oc-content .check-major img:nth-child(2) {
  width: 26.4rem;
}

#oc-content .check-new-major {
  width: 28.2rem;
  margin-bottom: 1.5rem;
}

#oc-content .check_txt {
  width: 23.4rem;
  margin-bottom: 1.5rem;
}

#oc-content .check_txt {
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  width: auto;
}

#oc-content .check_txt span {
  position: relative;
  padding: 0 2rem;
  font-weight: bold;
  display: inline-block;
}

#oc-content .check_txt span::before {
  position: absolute;
  content: '';
  background: #fff;
  width: 2px;
  height: 30px;
  transform: rotate(-30deg);
  top: 0;
  left: 0;
}

#oc-content .check_txt.long span::before {
  height: 50px;
}

#oc-content .check_txt span::after {
  position: absolute;
  content: '';
  background: #fff;
  width: 2px;
  height: 30px;
  transform: rotate(30deg);
  top: 0;
  right: 0;
}

#oc-content .check_txt.long span::after {
  height: 50px;
}

#oc-content ul#new-major {
  /* display: block; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

#oc-content ul#new-major li {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}

#oc-content ul#new-major li h4 {
  width: 16rem;
  margin-bottom: 1.3rem;
}

#oc-content ul#new-major li p {
  font-size: 1rem;
  text-align: justify;
  width: 29rem;
  line-height: 1.6;
  padding-top: 0;
  margin-top: 0;
}

#oc-content #sec02 {
  padding-top: 2rem;
}

#oc-content ul#current-major {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5rem;
}

#oc-content ul#current-major li {
  width: 16rem;
  margin-bottom: 1rem;
}

#oc-content .title-special-contents {
  width: 30rem;
  margin-bottom: 2rem;
}

#oc-content #sec03 .lead {
  text-align: center;
  line-height: 3;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 1.5rem;
}

#oc-content #sec03 ul.main, #oc-content #sec03 ul.extra {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
}

#oc-content #sec03 ul.main li {
  width: 16rem;
  margin-bottom: 1rem;
}


#oc-content #sec03 ul.extra {
  margin-bottom: 7rem;
}

#oc-content #sec03 ul.extra li {
  width: 30rem;
}

#oc-content .title-oidai-more {
  width: 23.8rem;
  margin-bottom: 3rem;
}

#oc-content #sec04 ul {
  justify-content: space-between;
  flex-wrap: wrap;
}

#oc-content #sec04 ul li {
  width: 16rem;
  margin-bottom: 1.5rem;
}

footer {
  background: #fff;
}

div.contact_block {
  width: 100%;
  margin: 0;
  background: #ed4d7e;
  color: #FFF;
  line-height: 0;
}

div.contact_block a, div.contact_block p {
  width: 494px;
  margin: 0 auto;
  line-height: 1.4;
  text-align: center;
}

div.contact_block a.contact {
  background: #FFF;
  margin: 0 auto;
  line-height: 1.4;
  text-align: center;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
}

div.contact_block a.contact img {
  width: 112px;
}

#oc-content .kengaku_program {
  margin-top: 30px !important;
}

#oc-content .kengaku_program li {
  font-size: 3rem;
  font-weight: bold;
  text-align: left;
  color: #fff;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

#oc-content .mt70 {
  margin-top: 70px;
}

/***********

追加・高校生用

***********/
#oc-content .to_entryJuly {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;
}

#oc-content .to_entryJuly .yoyakusei {
  margin: 40px auto;
  max-width: 700px;
}

#oc-content .timeline_ttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 60px 0 10px;
}

.oc_attention.type_short {
  max-width: 700px;
}

#oc-content .coming_soon {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 5rem auto 0;
  line-height: 1.5;

}

#oc-content .coming_soon span {
  font-size: 7rem;
  font-weight: bold;
  display: block;
  font-family: futura-pt, sans-serif;
}

/*#oc-content .program {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	max-width: 700px;
}
#oc-content .program li {
	height: 34px;
	border: 1px solid #004fa3;
}
#oc-content .program li:first-of-type {
	background: #004fa3;
	color: #fff;
	text-align: center;
	line-height: 34px;
	font-weight: bold;
	font-size: 12px;
	width: 140px;
}
#oc-content .program li:not(:first-of-type) {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc((100% - 140px) / 3);
}
#oc-content .program li + li {
	border-right: none;
}
#oc-content .program li strong {
	font-size: 12px;
	font-weight: bold;
	margin: 0 10px 0 0;
	color: #004fa3;
}
#oc-content .program li p {
	text-align: left;
	font-size: 12px;
	color: #004fa3;
	margin: 0;
	line-height: 1.1;
	font-weight: bold;
}
#oc-content .program li p span {
	font-size: 8px;
	display: block;
	font-weight: bold;
}*/
#oc-content .img_w700 {
  max-width: 700px;
  margin: 0 auto 40px;
}

#oc-content .img_w630 {
  max-width: 630px;
  margin: 2rem auto 35px;
}

#oc-content .img_w500 {
  max-width: 500px;
  margin: 2rem auto 4rem;
}

#oc-content .ttl_jizen {
  max-width: 700px;
  background: #ca5476;
  padding: 2rem 0 3rem;
  line-height: 1.5;
}

#oc-content .ttl_jizen h2 {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}

#oc-content .ttl_jizen .img {
  max-width: 600px;
  width: 80%;
}

#oc-content .law_bn {
  max-width: 700px;
  margin-bottom: 10rem;
}

#oc-content .time_txt ul {
  display: flex;
  max-width: 700px;
  align-items: center;
  margin: 0 auto 40px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#oc-content .time_txt ul li {
  font-size: 2.4rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  color: #fff;
  padding: 1rem 0;
  font-weight: bold;
}

#oc-content .time_txt ul li:first-of-type {
  position: relative;
}

#oc-content .time_txt ul li:first-of-type::after {
  position: absolute;
  content: '';
  background: #fff;
  width: 1px;
  height: 30px;
  top: 8px;
  right: 0;
}

#oc-content .detail {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 700px;
  border-top: 1px solid #fff;
  padding: 25px 0 0;
}

#oc-content .detail:last-of-type {
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}

#oc-content .detail dt {
  background: #e85377;
  color: #fff;
  font-weight: bold;
  width: auto;
  text-align: center;
  padding: 10px;
  font-size: 2rem;
  margin: 0 0 auto 0;
}

#oc-content .detail dt.detail_head {
  margin-top: 0.5rem;
  white-space: nowrap;
}

#oc-content .detail dd {
  color: #fff;
  font-size: 2rem;
  margin: 0 0 auto 40px;
  line-height: 1.4;
}

#oc-content .entry_txt {
  font-size: 2.4rem;
  text-align: center;
  margin: 4rem 0;
  letter-spacing: 0.065em;
  line-height: 1.25;
  font-weight: bold;
}

#oc-content .timeline_txt {
  font-size: 12px;
}

#oc-content .access_link_btn {
  width: 100%;
  max-width: 500px;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  height: 60px;
}

#oc-content .access_link_btn dt {
  background: #e85377;
  color: #fff;
  width: 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.6rem;
}

#oc-content .access_link_btn dd {
  background: #fff586;
  width: 440px;
  text-align: center;
  color: #004fa3;
  height: 100%;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0;
}

#oc-content .access_link_btn dd span {
  background: #fff;
  display: block;
  margin: 0 10%;
  font-weight: bold;
}

#oc-content .access_link_btn dd span a {
  display: block;
  position: relative;
  color: #004fa3;
  font-size: 1.6rem;
}

#oc-content .access_link_btn dd span a::before {
  position: absolute;
  content: '';
  background: #004fa3;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  right: 20px;
  top: calc(50% - 8px);
}

#oc-content .access_link_btn dd span a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #ffffff;
  right: 24px;
  top: calc(50% - 4px);
}

#oc-content .yoyaku_area {
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
}

/*#oc-content .yoyaku_area::before{
 position: absolute;
 content: '';
 background: rgba(0,0,0,0.6);
 top: 0;
 width: 100%;
 height: 100%;
 left: 0;
 z-index: 1;
}*/
#oc-content .yoyaku_area p {
  font-size: 3.5rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

#oc-content .yoyaku_txt {
  color: #fff586;
  text-align: center;
  position: relative;
}

#oc-content .yoyaku_txt span {
  font-size: 2.5rem;
  letter-spacing: 0.4em;
  font-weight: bold;
  line-height: 1.3;
}

#oc-content .yoyaku_txt span::before {
  position: absolute;
  content: '';
  background: #fff586;
  width: 3px;
  height: 32px;
  display: inline-block;
  transform: rotate(-25deg);
  margin-left: -30px;
}

#oc-content .yoyaku_txt span::after {
  position: absolute;
  content: '';
  background: #fff586;
  width: 3px;
  height: 32px;
  display: inline-block;
  transform: rotate(25deg);
  margin-left: 30px;
}

#oc-content .yoyaku_btn {
  background: #fff;
  max-width: 700px;
  width: 100%;
  height: 100px;
  line-height: 100px;
  border-radius: 10px;
  text-align: center;
  margin: 2rem auto 0;
  /* font-size: 5rem; */
  font-size: 3rem;
  letter-spacing: 0;
  color: #ca5476;
}

#oc-content .yoyaku_btn a {
  display: block;
  color: #ca5476;
  /* pointer-events: none; */
}

#oc-content .yoyaku_btn span {
  position: relative;
  font-weight: bold;
  padding-left: 60px;
  height: 100px;
}

#oc-content .yoyaku_btn span::before {
  position: absolute;
  content: '';
  background: #ca5476;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  left: 10px;
  top: calc(50% - 16px);
}

#oc-content .yoyaku_btn span::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 5px);
  left: 22px;
}

#oc-content .detail_area {
  margin: 40px auto 0;
}

#oc-content .detail_btn {
  background: #fff586;
  max-width: 700px;
  width: 100%;
  height: 100px;
  line-height: 100px;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
  font-size: 3rem;
  letter-spacing: 0;
  color: #ca5476;
}

#oc-content .detail_btn a {
  display: block;
  color: #004fa3;
}

#oc-content .detail_btn span {
  position: relative;
  font-weight: bold;
  padding-left: 60px;
  height: 100px;
}

#oc-content .detail_btn span::before {
  position: absolute;
  content: '';
  background: #004fa3;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  left: 10px;
  top: calc(50% - 16px);
}

#oc-content .detail_btn span::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 5px);
  left: 22px;
}

/*ログインページはこちら*/
#oc-content .login_area img {
  width: 100%;
  max-width: 700px;
  margin: 20px auto;
}


/********英語プレテスト****/
#oc-content .pre_ttl{
  margin-bottom: 8rem;
  
}
#oc-content .pretest.border{
  border-top: 1px solid #fff;
  padding-top: 3rem;
}
#oc-content .pretest {
  max-width: 700px;
  margin: 0 auto 3rem;
  border-bottom: 1px solid #fff;
  padding: 0 6rem;
}

#oc-content .pretest .pretest_time {
  font-size: 3.3rem;
  font-weight: bold;
  margin: 4rem 0 ;
  text-align: center;
}

#oc-content .pretest .pretest_yellow {
  background: #fff586;  
  padding: 20px 0;
  margin-bottom: 3rem;

}
#oc-content .pretest .pretest_yellow  h3{
  color: #004fa3;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.66;
  font-weight: bold;
}
#oc-content .pre_img{
  padding: 0 6rem;
}
#oc-content .pretest ul {
  margin: 0 2rem 3rem;
}
#oc-content .pretest ul.type{
  margin: 0 0 3rem 2rem;
}

#oc-content .pretest li {
  margin-bottom: 1rem;
  font-size: 2.0rem;
  text-align: left;
  color: #fff;
}

#oc-content .pretest li dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#oc-content .pretest ul.type li dl{
  align-items: flex-start;
}

#oc-content .pretest li dl dt {
  margin: 0 30px 0 0;
  font-weight: bold;
  width: 180px;
}
#oc-content .pretest li dl dd{
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  /* width: calc(60% - 30px); */
}
#oc-content .pretest h4{
  color: #fff;
  font-size: 2.2rem;
  margin: 0 5rem 1rem;
}



/***********

entryJuly.html(申込受付ページ)PC

***********/
.entryJuly_txt_ttl {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.065em;
  margin: 0 auto 35px;
}

.oc_attention {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 50px;
}

.oc_attention p {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.5rem;
}

.oc_attention p a {
  color: #fff;
  text-decoration: underline;
}

.oc_attention p a:hover {
  text-decoration: none;
}

.entryJuly_btn {
  max-width: 700px;
  width: 100%;
  height: 80px;
  border-radius: 8px;
  background: #fff;
  border: 4px solid #ca5476;
  text-align: center;
  margin: 0 auto 35px;
  font-size: 24px;
}

.entryJuly_btn a {
  display: block;
  color: #ca5476;
  padding: 23px 0;
}

.entryJuly_btn span {
  position: relative;
  font-weight: bold;
}

.entryJuly_btn span::before {
  position: absolute;
  content: '';
  background: #ca5476;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: calc(50% - 10px);
  left: -40px;
}

.entryJuly_btn span::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 4px);
  left: -33px;
}

.entryJuly_lines {
  font-size: 25px;
  text-align: center;
  color: #fff;
  position: relative;
  margin: 0 0 20px;
  font-weight: bold;
}

.entryJuly_lines::before {
  content: "";
  width: 1px;
  height: 32px;
  background: #fff;
  display: inline-block;
  margin: 0 16px -5px 0;
  transform: rotate(-25deg);
}

.entryJuly_lines::after {
  content: "";
  width: 1px;
  height: 32px;
  background: #fff;
  display: inline-block;
  margin: 0 0 -5px 16px;
  transform: rotate(25deg);
}

.entryJuly_lines02 {
  font-size: 20px;
  text-align: center;
  margin: 0 0 20px;
  position: relative;
  color: #fff;
  font-weight: bold;
}

.entryJuly_lines02::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
  top: 10px;
  position: absolute;
  display: inline-block;
  left: calc(50% - 140px);
}

.entryJuly_lines02::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
  top: 10px;
  position: absolute;
  display: inline-block;
  right: calc(50% - 140px);
}

.entry_btn {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.entry_btn li {
  width: 340px;
  height: 100px;
  position: relative;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  border-radius: 8px;
}

.entry_btn li a {
  display: block;
  color: #fff;
  padding-top: 20px;
  width: 100%;
  height: 100%;
}

.entry_btn li::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.entry_btn li::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.entry_btn li:first-of-type {
  background: #ca5476;
}

.entry_btn li:first-of-type::after {
  border-color: #ca5476 transparent transparent transparent;
}

.entry_btn li:last-of-type {
  background: #00a078;
}

.entry_btn li:last-of-type::after {
  border-color: #00a078 transparent transparent transparent;
}

.tab_inner {
  padding: 40px 20px 25px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
}

.tab_inner_ttl {
  font-size: 26px;
  text-align: center;
  height: 80px;
  line-height: 80px;
  color: #fff;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.tab_inner_ttl span {
  font-weight: bold;
  position: relative;
}

.tab_inner_ttl span::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  top: calc(50% - 10px);
  left: -30px;
}

.tab_inner_ttl span::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  top: calc(50% - 2px);
  left: -24px;
}

.tab_inner_ttl.pink span::after {
  border-color: #ca5476 transparent transparent transparent;
}

.tab_inner_ttl.green span::after {
  border-color: #00a078 transparent transparent transparent;
}

.tab_inner.pink {
  margin-bottom: 35px;
}

.tab_inner.green {
  margin-bottom: 85px;
}

.tab_inner_ttl.pink {
  background: #ca5476;
}

.tab_inner_ttl.green {
  background: #00a078;
}

.tab_inner .tab_first {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0;
  margin: 0 auto;
  text-indent: -1rem;
  padding-left: 1rem;
  margin-bottom: 2rem;
}

.tab_inner .tab_first.mb20 {
  margin-bottom: 20px;
}

.tab_inner .tab_day_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}

.tab_inner .tab_day_wrap::after {
  display: none;
}

.tab_inner .tab_day {
  width: 48%;
}

.tab_inner .tab_day dt {
  color: #fff;
  font-size: 40px;
  width: auto;
  height: auto;
  background: #002561;
  margin: 0;
}

.tab_inner .tab_day dt span {
  font-size: 26px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  font-weight: bold;
}

.tab_inner .tab_day dt div {
  text-align: center;
  line-height: 1.5;
  font-family: "Arial";
  font-weight: bold;
  padding-left: 15px;
}

.tab_inner .tab_day dd {
  /* max-width: 600px; */
  margin: 0 auto 35px;
  width: 100%;
  border: 2px solid #002561;
  /*  display: flex;
  justify-content: space-between;
  align-items: center; */
}

.tab_inner .tab_day dd .tab_in_box dt {
  background: #fff;
  color: #333;
  letter-spacing: 0.05em;
  padding: 10px 0;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}


.tab_inner .tab_day dd .tab_in_box dt strong {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-align: center;
  display: block;
}

@media all and (-ms-high-contrast: none) {

  /* IEのみに適用 */
  .tab_inner .tab_day dd .tab_in_box dt strong {
    line-height: 1.7;
  }
}

.tab_inner .tab_day dd .tab_in_box dt p {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.tab_inner .tab_day dd .tab_in_box dt p span {
  font-weight: bold;
  font-size: 2.2rem;
  display: block;
}

.tab_inner .tab_day dd .tab_in_box dd {
  margin: 0;
  display: block;
}

.tab_inner.pink .tab_day dd .tab_in_box dd {
  background: #ca5476;
  border: none;
}

.tab_inner.green .tab_day dd .tab_in_box dd {
  background: #00A078;
  border: none;
}

.tab_inner .tab_day dd .tab_in_box dd a {
  display: block;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}

.tab_inner .tab_day dd .tab_in_box dd span {
  position: relative;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0;
  padding-right: 15px;
}

.tab_inner .tab_day dd .tab_in_box dd span::before {
  position: absolute;
  content: '';
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: calc(50% - 10px);
  right: -10px;
}

.tab_inner .tab_day dd .tab_in_box dd span::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  top: calc(50% - 4px);
  right: -4px;
}

.tab_inner.pink .tab_day dd .tab_in_box dd span::after {
  border-color: transparent transparent transparent #ca5476;
}

.tab_inner.green .tab_day dd .tab_in_box dd span::after {
  border-color: transparent transparent transparent #00A078;
}



@media screen and (min-width: 762px) {

  #oc-content .sp_only {
    display: none !important;
  }

  #oc-content .pc_only {
    display: block !important;
  }

  :root {
    font-size: 10px;
  }

  #control {
    bottom: 20px;
    left: 40px;
  }

  #oc-content {
    background: url(../img/body-bg_pc.jpg) no-repeat center top;
    background-size: cover;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
  }

  #oc-content #intro {
    background: url("../img/intro-bg_pc03.svg") no-repeat center bottom;
    background-size: cover;
    padding: 8rem 0;
  }

  #oc-content h2#page-title {
    width: 338px;
    margin-bottom: 45px;
  }

  #oc-content .date {
    width: 50rem;
    margin-bottom: 2rem;
  }

  #oc-content .comingsoon {
    width: 42rem;
    margin-bottom: 6rem;
  }

  #oc-content .comingsoon2 {
    width: 30.3rem;
    margin-bottom: 7rem;
  }

  #oc-content .check {
    width: 70.7rem;
    margin-bottom: 1rem;
  }

  /*#oc-content .check + p {
		font-size: 2rem;
		line-height: 1.5;
		text-align: center;
		margin-bottom: 3rem;
	}*/
  #oc-content .title-advantage {
    width: 29rem;
    margin-bottom: 1rem;
  }

  #oc-content .advantage {
    justify-content: center;
    margin-bottom: 7.6rem;
  }

  #oc-content .advantage li {
    width: 24rem;
    margin: auto 2rem 5rem;
  }

  #oc-content .advantage li p:nth-child(2) img {
    height: 1.6rem;
    margin-top: 1rem;
  }

  #oc-content .check-major {
    width: 52.7rem;
    margin-bottom: 4.8rem;
  }

  #oc-content .check-major img:nth-child(2) {
    width: 47.7rem;
  }

  #oc-content .check-new-major {
    width: 51rem;
    margin-bottom: 1.5rem;
  }

  #oc-content .check_txt {
    width: 63rem;
    margin-bottom: 1.5rem;
  }

  #oc-content ul#new-major {
    display: block;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  #oc-content ul#new-major li {
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 2rem 2rem;
  }

  #oc-content ul#new-major li.row {
    flex-direction: column;
  }

  #oc-content ul#new-major li h4 {
    width: 33rem;
    margin-bottom: 2rem;
  }

  #oc-content ul#new-major li p {
    font-size: 1.2rem;
    width: 33rem;
    line-height: 1.5;
    padding-top: 0;
    margin-top: 0;
  }

  #oc-content #sec01 {
    padding-top: 9rem;
    padding-bottom: 3rem;
  }

  #oc-content #sec02 {
    padding-top: 5.5rem;
    position: relative;
    z-index: 1;
  }

  #oc-content ul#current-major {
    width: 74rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 8.6rem;
  }

  #oc-content ul#current-major li {
    width: 20.6rem;
    margin: 0 2rem 3rem;
  }

  #oc-content .check_txt {
    text-align: center;
    font-size: 2.5rem;
    color: #fff;
  }

  #oc-content .check_txt span {
    position: relative;
    padding: 0 2rem;
    font-weight: bold;
  }

  #oc-content .check_txt span::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 4px;
    height: 30px;
    transform: rotate(-30deg);
    top: 0;
    left: 0;
  }

  #oc-content .check_txt span::after {
    position: absolute;
    content: '';
    background: #fff;
    width: 4px;
    height: 30px;
    transform: rotate(30deg);
    top: 0;
    right: 0;
  }

  #oc-content .check_txt.bottom span::before,
  #oc-content .check_txt.bottom span::after {
    top: 0;
  }

  #oc-content #sec03 {
    position: relative;
    z-index: 0;
  }

  /* #oc-content #sec03:before {
    content: "";
    width: 200%;
    height: 40rem;
    background: rgba(0, 37, 97, .75);
    position: absolute;
    top: 0;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -3rem) rotate(20deg);
    z-index: -1;
  } */

  #oc-content .title-special-contents {
    width: 49.1rem;
    margin-bottom: 2rem;
  }

  #oc-content #sec03 .lead {
    width: 70rem;
    text-align: center;
    font-weight: bold;
    line-height: 3;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-bottom: 4rem;
  }

  #oc-content #sec03 ul.main, #oc-content #sec03 ul.extra {
    width: 74rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1rem;
  }

  #oc-content #sec03 ul.main li {
    width: 20.6rem;
    margin: 0 2rem 3rem;
  }

  #oc-content #sec03 ul.extra {
    justify-content: center;
    margin-bottom: 7rem;
  }

  #oc-content #sec03 ul.extra li {
    width: 20.7rem;
    margin: 0 1rem;
  }

  #oc-content .title-oidai-more {
    width: 30.7rem;
    margin-bottom: 3rem;
  }

  #oc-content #sec04 ul {
    width: 74rem;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #oc-content #sec04 ul li {
    width: 20.6rem;
    margin: 0 2rem 3rem;
  }

  #oc-content .oc_zu {
    margin: 100px auto;
    max-width: 1000px;
  }

  #oc-content .oc_zu_ttl {
    font-size: 1.8rem;
    margin-bottom: 4rem;
		text-align: center;
  }

  div.contact_block {
    padding: 50px 0;
    width: 100%;
  }

  div.contact_block a.contact, div.contact_block p, div.contact_block span.tel {
    width: 494px;
    margin: 0 auto;
    line-height: 1.4;
    text-align: center;
  }

  div.contact_block a.contact {
    margin-bottom: 10px;
  }

  div.contact_block a.contact img {
    width: 112px;
  }

  div.contact_block a.contact+p {
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Noto Serif JP', serif;
  }

  div.contact_block span.tel {
    display: block;
    line-height: 0;
  }

  .for_sp {
    display: none;
  }

 

}

@media screen and (max-width: 761px) {
  #oc-content .sp_only {
    display: block !important;
  }

  #oc-content .pc_only {
    display: none !important;
  }

  .for_pc {
    display: none;
  }

  .l-main-caontainer {
    overflow-x: hidden;
  }

  div.contact_block {
    padding: 6.9vw 0;
    min-width: 100%;
  }

  div.contact_block a, div.contact_block p, div.contact_block span.tel {
    width: 86vw;
    margin: 0 auto;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
  }

  div.contact_block a.contact {
    margin-bottom: 10px;
  }

  div.contact_block a.contact img {
    width: 22%;
  }

  div.contact_block a.contact+p {
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Noto Serif JP', serif;
  }

  div.contact_block span.tel {
    display: block;
    line-height: 0;
  }

  #contact p {
    font-size: 1.1rem;
    text-align: center;
  }


  #oc-content #sec01 {
    margin-top: 5rem;
  }

  #oc-content .kengaku_program li {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  #oc-content #sec03 .main.row.sp_ver {
    flex-direction: column;
  }

  #oc-content #sec03 ul.main.sp_ver li {
    width: 32rem;
    margin-bottom: 1rem;
  }

  /***********

追加・高校生用

***********/
  #oc-content .oc_zu_ttl {
    font-size: 1.8rem;
    margin-bottom: 2rem;
		text-align: center;
		padding-top: 2em;
  }

  .for_sp .note {
    font-size: 1.3rem;
  }

  #oc-content .scroll_time_zu {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background: #18b6e3;
    padding: 3px 3px 0;
  }

  /* #oc-content .scroll_time_zu div{
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  #oc-content .scroll_time_zu div img{
    max-width: 100%;
    min-width: 670px;
    max-height: 100%;
    min-height: 300px;
    margin: 0;
  } */

  #oc-content .scroll_time_zu div:first-of-type {
    width: 126px;
    height: 563px;
    margin: 0;
  }

  #oc-content .scroll_time_zu div:first-of-type img {
    max-height: 100%;
    min-height: 563px;
    max-width: 100%;
    min-width: 126px;
    margin: 0;
  }

  #oc-content .scroll_time_zu div:last-of-type {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    margin: 0;
  }

  #oc-content .scroll_time_zu div:last-of-type img {
    max-width: 100%;
    min-width: 705px;
    max-height: 100%;
    min-height: 563px;
    margin: 0;
  }

  #oc-content .scroll_time_zu_02 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background: #18b6e3;
    padding: 3px 3px 0;
  }

  #oc-content .scroll_time_zu_02 div:first-of-type {
    width: 100px;
    height: 150px;
    margin: 0;
  }

  #oc-content .scroll_time_zu_02 div:first-of-type img {
    max-height: 100%;
    min-height: 150px;
    max-width: 100%;
    min-width: 100px;
    margin: 0;
  }

  #oc-content .scroll_time_zu_02 div:last-of-type {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }

  #oc-content .scroll_time_zu_02 div:last-of-type img {
    max-width: 100%;
    min-width: 690px;
    max-height: 100%;
    min-height: 150px;
    margin: 0;
  }

  #oc-content .timeline_txt {
    text-indent: -2.7rem;
    padding-left: 2.7rem;
    line-height: 1.7;
  }

  #oc-content .detail .access_link_btn dt {
    width: 20%;
    margin: 0;
  }

  #oc-content .access_link_btn dd {
    font-size: 3.5vw;
    letter-spacing: 0;
    width: 80%;
  }

  #oc-content .yoyaku_start {
    margin-bottom: 50px;
  }

  /*#oc-content .yoyaku_area::before{
  width: calc(100% + 2rem + 2rem);
  left: -2rem;
 }*/
  #oc-content .yoyaku_area p {
    font-size: 3.5vw;
  }

  #oc-content .yoyaku_txt span {
    letter-spacing: inherit;
  }

  #oc-content .yoyaku_btn {
    font-size: 5.5vw;
    height: 100%;
    line-height: 70px;
  }

  #oc-content .yoyaku_btn a {
    /*padding: 15px 0 15px 50px;*/
    padding: 0 0 0 30px;
  }

  #oc-content .yoyaku_btn span {
    padding: 0;
  }

  #oc-content .yoyaku_btn span::before {
    left: -40px;

  }

  #oc-content .yoyaku_btn span::after {
    left: -28px;

  }

  #oc-content .detail_btn {
    font-size: 5.5vw;
    height: 100%;
  }

  #oc-content .login_area img {
    margin: 0 auto 50px;
    display: block;
  }

  #oc-content .coming_soon span {
    font-size: 4rem;
  }

   /********英語プレテスト****/
   #oc-content .pre_ttl{
    margin-bottom: 4rem;
    
  }
   #oc-content .pretest{
     padding: 0;
   }
   #oc-content .pretest .pretest_time{
    font-size: 1.6rem;
    margin: 2rem 0 ;
  }
  #oc-content .pretest .pretest_yellow{
    margin-bottom: 1.5rem;
    padding: 15px 0;
  }
  #oc-content .pretest .pretest_yellow h3{
    font-size: 1.3rem;
    /* text-align: left; */
  }
  #oc-content .pretest ul{
    margin: 0 auto 3rem;
  }
  #oc-content .pretest ul.type{
    margin: 0 0 3rem;
  }
  #oc-content .pretest li{
    font-size: 1.6rem;
  }
  #oc-content .pretest h4{
    margin: 0 auto 3rem;
  }
  #oc-content .pretest li dl dt{
    width: 40%;
  }
  #oc-content .pretest li dl dd{
    width: calc(60% - 30px);
  }
  


  /***********

entryJuly.html(申込受付ページ)SP

***********/
  .entryJuly_txt_ttl {
    font-size: 3.6vw;
  }

  .oc_attention {
    width: 100%;
    margin: 0 auto 50px !important;
  }

  .oc_attention p {
    font-size: 3.5vw;
    line-height: 1.75;
  }

  .entryJuly_btn {
    height: 50px;
    font-size: 4vw;
    border: 2px solid #ca5476;
    margin: 0 auto 20px;
  }

  .entryJuly_btn a {
    padding: 10px 0 10px 20px;
  }

  .entryJuly_btn span {
    letter-spacing: 0;
  }

  .entryJuly_btn span::before {
    left: -25px;
  }

  .entryJuly_btn span::after {
    left: -17px;
  }

  .entryJuly_lines {
    font-size: 4.0vw;
    margin: 0 0 10px;
  }

  .entry_btn {
    width: 100%;
    display: block;
  }

  .entry_btn li {
    width: 100%;
    font-size: 7vw;
    /*text-align: left;
		padding-left: 40px;*/
  }

  /*
	.entry_btn li a{
		padding: 30px 0;
	}
	.entry_btn li::before{
		top: calc(50% - 15px);
		left: 7%;
	}
	.entry_btn li::after{
		top: calc(50% - 4px);
		left: 7%;
	}*/
  .entry_btn li:first-of-type {
    margin-bottom: 10px;
  }

  .tab_inner_ttl {
    font-size: 6vw;
    height: 60px;
    line-height: 60px;
  }

  .tab_inner {
    padding: 10px 4% 25px;
  }

  .tab_inner .tab_first {
    font-size: 1.2rem;
    margin: 10px auto;
  }

  .tab_inner .tab_day_wrap {
    display: block;
  }

  .tab_inner .tab_day {
    width: 80%;
    margin: 0 auto;
  }

  .tab_inner .tab_day dt {
    width: auto;
    font-size: 4rem;
    margin: 0;
  }

  .tab_inner .tab_day dt span {
    font-size: 5.5vw;
  }

  .tab_inner .tab_day dd .tab_in_box {
    width: 100%;

  }

  .tab_inner .tab_day dd .tab_in_box::after {
    display: none;
  }

  .tab_inner .tab_day::after {
    display: none;
  }

  .tab_inner .tab_day dd {
    display: block;
  }

  .tab_inner .tab_day dd .tab_in_box dt {
    padding: 0;

  }

  .tab_inner .tab_day dd .tab_in_box dt strong {
    font-size: 2rem;
    margin-right: 10px;
  }

  .tab_inner .tab_day dd .tab_in_box dt p {
    font-size: 1.6rem;
  }

  .tab_inner .tab_day dd .tab_in_box dt p span {
    font-size: 1.5rem;
  }

  .tab_inner .tab_day dd .tab_in_box dd {
    width: 100%;
  }

  .tab_inner .tab_day dd .tab_in_box dd a {

    font-size: 3.5vw;
    letter-spacing: 0;
  }

  .tab_inner .tab_day dd .tab_in_box dd span::before {
    width: 15px;
    height: 15px;
    top: calc(50% - 7px);
  }

  .tab_inner .tab_day dd .tab_in_box dd span::after {
    right: -5px;
    top: calc(50% - 3px);
    border-width: 3px 0 3px 4px;
  }

  #entry_older, #entry_younger {
    margin-top: -80px;
    padding-top: 80px;
  }

  #oc-content #sec01 .oc2021_txt {
    font-size: 5.3vw;
  }

  #oc-content #sec01 .oc2021_txt02 {
    font-size: 4vw;
  }

  #oc-content .current-major.three {
    flex-wrap: wrap;
    width: 100%;
  }

  #oc-content .current-major.three li {
    /*width: 48%;*/
    margin: 0 0 15px;
  }

  #oc-content #sec01 .oc2021_txt+.oc2021_txt {
    margin: 30px 0 20px;
  }

  /*#oc-content .current-major.three li:not(:last-of-type) {
  margin: 0 0 15px;
 }
 #oc-content .current-major.three li:first-of-type {
  margin-right: 10px;
 }*/
  #oc-content .three_txt {
    height: auto;
    font-size: 3.5vw;
  }

  #oc-content .current-major.three li {
    width: 100%;
  }

  #oc-content .detail {
    display: block;
    /*margin: 2rem 0;*/
  }

  #oc-content .detail dt {
    margin: 0 auto 1rem;
  }

  #oc-content .detail dd {
    margin: 0;
  }

  #oc-content .entry_txt {
    font-size: 6.5vw;
  }

  #oc-content .time_txt ul {
    display: block;
  }

  #oc-content .time_txt ul li {
    width: 100%;
  }

  #oc-content .time_txt ul li:first-of-type::after {
    display: none;
  }

  #oc-content .time_txt ul li:first-of-type {
    border-right: none;
    border-bottom: 1px solid #fff;
  }


}

@media only screen and (max-width: 360px) {
  #oc-content .login_area .spnomi {
    display: block;
  }
}

/* 2023.05.10 Add */
.entryJuly_btn {
	border: 4px solid #b29b45;
}
.entryJuly_btn a {
	color: #b29b45;
}
.entryJuly_btn span::before {
	background: #b29b45;
}
.time_list_ttl {
	font-weight: bold;
	font-size: 2.6rem;
	margin-bottom: 0.5em;
	text-align: center;
}
.time_list {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}
.time_list > li {
	font-size: 2.2rem;
	margin-bottom: 0.5em;
}
.time_list > li:last-child {
	margin-bottom: 0;
}
.application_list {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.application_list > li {
	margin-bottom: 0.75em;
	font-size: 2.6rem;
}
.application_list > li .day {
	font-size: 4rem;
}
.application_list > li .doWeek {
	font-size: 2.6rem;
}
.application_list a {
	display: block;
	color: #002561;
	font-family: "Arial";
	line-height: 1;
	border: 4px solid #002561;
	border-radius: 8px;
	padding: 0.5em 2.5em 0.5em 1em;
	position: relative;
}
.application_list a::before {
	content: '';
	display: block;
	background: #002561;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	right: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
}
.application_list a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 7px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: 1.2em;
	top: 0;
	bottom: 0;
	margin: auto;
}
.application_list a span {
	font-weight: bold;
}
#oc-content .ttl_jizen {
	text-align: center;
	background: transparent;
	padding: 0;
}
#oc-content .ttl_jizen h2 {
	display: inline-block;
	background-color: #b29b45;
	line-height: 1;
	padding: 0.5em 1em;
}
#oc-content .check-lastyear-video_txt {
	text-align: center;
	margin-bottom: 1em;
}
@media screen and (min-width: 762px) {
#oc-content .check-lastyear-video_txt img {
	width: 290px;
	height: auto;
}
#oc-content .check_txt.long.line2 span {
	padding: 0 2.6rem;
}
#oc-content .check_txt.long.line2 span::before,
#oc-content .check_txt.long.line2 span::after {
	height: 80px;
}
}
@media screen and (max-width: 761px) {
#oc-content .img_w700 {
	margin: 0 auto 30px;
}
#oc-content .ttl_jizen h2 {
	font-size: 1.8rem;
}
#oc-content .yoyaku_area {
	padding: 1em 0;
}
#oc-content .yoyaku_area p {
	line-height: 1.2;
}
.time_list_ttl {
	font-size: 2rem;
}
.time_list > li {
	font-size: 1.6rem;
}
.application_list > li {
	font-size: 1.95rem;
}
.application_list > li .day {
	font-size: 3rem;
}
.application_list > li .doWeek {
	font-size: 1.95rem;
}
.application_list a::after {
	right: 1.3em;
}
/* 申込ページ */
.tab_inner.green {
	margin-bottom: 40px;
}
.oc_attention {
	margin: 0 auto !important;
}
}
/* 2023.06.14 Pick Up イベント Add */
.event-list-wrap {
	margin-left: auto;
	margin-right: auto;
}
.event-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#oc-content .event-list > li {
	background-color: #000;
	border: #000 6px solid;
	color: #fff;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-left: 0;
	margin-right: 0;
}
#oc-content .event-list .txt-block {
	padding: 0.5em 1em 0 1em;
	margin: 0;
	line-height: 1.4;
}
.event-list .txt-block dt {
	font-weight: bold;
	padding-bottom: 0.5em;
}
@media screen and (min-width: 762px) {
.event-list-wrap {
	width: 90%;
	max-width: 700px;
}
.pickup-ttl img,
.oc_zu_ttl img {
	height: 4rem;
	width: auto;
}
#oc-content .event-list > li {
	width: 47.1%;
	margin-right: 5.8%;
	margin-top: 30px;
}
#oc-content .event-list > li:nth-child(even) {
	margin-right: 0;
}
.event-list .img {
	width: 100px;
}
.event-list .txt-block {
	width: calc(100% - 100px);
}
.event-list .txt-block dt {
	font-size: 2rem;
}
.event-list .txt-block dd {
	font-size: 1.5rem;
}
}
@media screen and (max-width: 761px) {
.pickup-ttl {
	padding-top: 2em;
}
.pickup-ttl img,
.oc_zu_ttl img {
	height: 2rem;
	width: auto;
}
#oc-content .event-list > li {
	margin-top: 1em;
	width: 100%;
}
.event-list .img {
	width: 100px;
}
.event-list .txt-block {
	width: calc(100% - 100px);
}
.event-list .txt-block dd {
	font-size: 1.4rem;
}
}
/* 2023.06.30 申込開始 Add */
#oc-content .ttl_jizen h2 {
	border-radius: 10px;
	padding: 0;
}
#oc-content .ttl_jizen h2 a.sanakYoyaku_btn {
	display: inline-block;
	color: #fff;
	padding: 0.5em 2.5em;
	position: relative;
}
#oc-content .ttl_jizen h2 a.sanakYoyaku_btn::after {
	content: '';
	width: 0.5em;
	height: 0.5em;
	border-top: #fff 4px solid;
	border-right: #fff 4px solid;
	transform: rotate(45deg);
	position: absolute;
	right: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
}
.pdf_block {
	text-align: center;
	padding-top: 1em;
}
.pdf_block a {
	color: #fff;
	display: inline-block;
	padding: 0 1em;
	position: relative;
}
.pdf_block a::after {
	content: '';
	width: 0.6em;
	height: 0.6em;
	border-top: #fff 2px solid;
	border-right: #fff 2px solid;
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#oc-content .oc_zu_note {
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 1em;
}
@media screen and (max-width: 761px) {
}
@media screen and (min-width: 762px) {
#oc-content .oc_zu_note {
	text-align: right;
}
}

/* 2023.08.03 申込ボタン Add */
.entry_btn_wrap {
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}
#oc-content .entry_btn_wrap .entryJuly_lines {
	margin-bottom: 0.5em;
}
#oc-content .entry_btn_wrap .entryJuly_lines02 {
	margin-bottom: 2em;
}
#oc-content .entry_btn_wrap .entry_btn_note {
	margin-top: 0;
}
.scheduleEntry_btn > li a {
	display: block;
	line-height: 1;
	color: #fff;
	padding: 20px 2em;
	border-radius: 8px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.scheduleEntry_btn > li a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.5em 0 0.5em 0.8em;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	right: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
}
.scheduleEntry_btn > li a.hs-3rd {
	background-color: rgb(234, 145, 152);
}
.scheduleEntry_btn > li a.hs-1st {
	background-color: rgb(56, 149, 161);
}
.entry_btn_note > li {
	padding-left: 1em;
	text-indent: -1em;
}
.scheduleEntry_btn > li a {
	font-size: 2rem;
}
.benefits-label-wrap {
	display: flex;
	padding-top: 2em;
}
.flyer_btn_wrap {
	padding-top: 2em;
}
.flyer_btn {
	text-align: center;
}
.flyer_btn a {
	display: block;
	background-color: #fff;
	border-radius: 0.5em;
	color: #000;
	position: relative;
}
.flyer_btn a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.5em 0 0.5em 0.8em;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	right: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
}
.flyer_btn a span {
	display: inline-block;
	font-weight: 700;
	padding: 1em 2em;
	background-image: url("../img/ic_pdf.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1.5em auto;
}

@media screen and (max-width: 761px) {
#oc-content .scheduleEntry_btn > li {
	margin-bottom: 0.5em;
}
#oc-content .scheduleEntry_btn > li:last-child {
	margin-bottom: 0;
}
.benefits-label-wrap {
	flex-direction: column;
}
.benefits-label-wrap .benefits-label {
	order: 1;
	padding-bottom: 1em;
}
.benefits-label-wrap .entry_btn_note {
	order: 2;
}
.benefits-label-wrap .benefits-label img {
	display: block;
	width: 70%;
}
.flyer_btn {
	width: 80%;
}
}
@media screen and (min-width: 762px) {
.entry_btn_wrap {
	width: 90%;
	max-width: 1000px;
}
.scheduleEntry_btn {
	display: flex;
	justify-content: space-between;
}
.scheduleEntry_btn > li {
	width: 48%;
}
.scheduleEntry_btn > li a {
	font-size: 2.6rem;
}
.benefits-label-wrap {
	justify-content: space-between;
}
.benefits-label-wrap .benefits-label {
	width: 186px;
}
.benefits-label-wrap .entry_btn_note {
	width: calc(100% - 206px);
}
.flyer_btn a {
	width: 480px;
	font-size: 2rem;
}
}

/* 入試対策講座 Add */
#oc-content .detail {
	width: 100%;
	padding: 15px 0;
}
#oc-content .detail dt {
	width: 7em;
}
#oc-content .detail dd p {
	display: block;
	margin: 0;
}
#oc-content .detail dd .access_link_btn {
	height: auto;
	margin: 1em 0 0 0;
}
#oc-content .access_link_btn a {
	color: #004fa3;
	font-weight: bold;
	font-size: 1.6rem;
	background: #fff;
	padding: 0.5em 48px;
	margin: 0;
	border-radius: 10px;
	position: relative;
}
#oc-content .access_link_btn a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.5em 0 0.5em 0.8em;
	border-color: transparent transparent transparent #004fa3;
	position: absolute;
	right: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
}
#oc-content .yoyaku_btn,
#oc-content .flyer_btn {
	height: auto;
	line-height: 1;
}
@media screen and (max-width: 761px) {
#oc-content .detail {
	padding: 10px 0;
}
#oc-content .detail dt {
	padding: 0;
	font-size: 1.6rem;
}
#oc-content .detail dd {
	text-align: center;
	font-size: 1.6rem;
}
#oc-content .access_link_btn a {
	display: inline-block;
	padding: 0 48px;
}
#oc-content .detail dd .access_link_btn {
	margin: 0.5em 0 0;
}
#oc-content .yoyaku_btn,
#oc-content .flyer_btn {
	width: 80%;
	font-size: 100%;
}
#oc-content .yoyaku_btn a,
#oc-content .flyer_btn a {
	padding: 0;
}
#oc-content .yoyaku_btn a span,
#oc-content .flyer_btn a span {
	display: inline-block;
	height: auto;
	font-weight: 700;
	padding: 1em 2em;
}
#oc-content .yoyaku_btn a::before {
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #ca5476;
	position: absolute;
	right: 8px;
	top: 0;
	bottom: 0;
	margin: auto;
}
#oc-content .yoyaku_btn a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.5em 0 0.5em 0.8em;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	right: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
}
#oc-content .yoyaku_btn span::before,
#oc-content .yoyaku_btn span::after {
	content: none;
}
#oc-content .yoyaku_btn {
	margin-bottom: 15px;
}
}
@media screen and (min-width: 762px) {
.program-detail-wrap {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#oc-content .detail {
	align-items: stretch;
	align-content: center;
	margin: 0;
}
#oc-content .detail dt.detail_head {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}
#oc-content .detail > dd {
	display: flex;
	flex-direction: column;
	width: calc(100% - 7em);
	justify-content: center;
	margin: 0;
	padding-left: 40px;
}
#oc-content .yoyaku_btn,
#oc-content .flyer_btn {
	max-width: 700px;
}
#oc-content .yoyaku_btn a,
#oc-content .flyer_btn a {
	display: block;
	width: 100%;
	max-width: 700px;
	font-size: 2rem;
}
#oc-content .yoyaku_btn span,
#oc-content .flyer_btn span {
	display: inline-block;
	height: auto;
	line-height: 1;
	font-weight: 700;
	padding: 1em 2em;
}
#oc-content .yoyaku_btn a::before {
	content: '';
	display: block;
	background-color: #ca5476;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}
#oc-content .yoyaku_btn a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
	border-width: 0.5em 0 0.5em 0.8em;
	position: absolute;
	right: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
}
#oc-content .yoyaku_btn span::before,
#oc-content .yoyaku_btn span::after {
	content: none;
}
#oc-content .yoyaku_btn {
	margin-bottom: 2rem;
}
}
.schedule_wrap {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* 入試対策講座 2023.11.13 主要プログラム Add */
#oc-content .main-program-head {
	background: #e85377;
	color: #fff;
	font-weight: bold;
	width: auto;
	text-align: center;
	padding: 10px;
	margin: 0 auto 1em;
}
#oc-content .main-program-detail-wrap {
	margin: 0 0 1em;
}
.main-program-detail-wrap::after {
	content: none;
}
#oc-content .main-program-detail-wrap > dl dd {
	padding-top: 1em;
}
.main-program-detail-wrap .sub_ttl {
	font-weight: bold;
}
#oc-content .both_ttl {
	text-align: center;
	background-color: #fff;
	padding: 0.5em;
	color: #1c275b;
	font-weight: bold;
	line-height: 1.2;
	border-radius: 0.25em;
	margin-bottom: 1.5em;
}
@media screen and (max-width: 761px) {
#oc-content {
	background-color: #b19b45;
	background-image: url("../img/content-bg_sp.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#intro {
	position: relative;
	z-index: 10;
}
#intro::before {
	content: '';
	background-color: #22275e;
	display: block;
	width: 100vh;
	height: 100%;
	position: absolute;
	left: -2rem;
	z-index: -1;
}
#intro::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5rem 50vw 0 50vw;
	border-color: #22275e transparent transparent transparent;
	position: absolute;
	left: -2rem;
	z-index: -1;
}
#oc-content .main-program-detail-wrap {
	padding-left: 5%;
	padding-right: 5%;
}
#oc-content .main-program-detail-wrap dl {
	margin-bottom: 3em;
}
#oc-content .main-program-detail-wrap dl:last-child {
	margin-bottom: 0;
}
.main-program-head {
	font-size: 2rem;
}
.main-program-detail-wrap .sub_ttl {
	font-size: 1.8rem;
}
#oc-content .both_ttl {
	font-size: 1.8rem;
}
}
@media screen and (min-width: 762px) {
.main-program-wrap {
	max-width: 700px;
}
.main-program-head {
	font-size: 2rem;
}
.main-program-detail-wrap {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
#oc-content .main-program-detail-wrap > dl {
	width: 48%;
	margin: 0;
}
.main-program-detail-wrap .sub_ttl {
	font-size: 2rem;
}
#oc-content .both_ttl {
	font-size: 2.2rem;
}
}

/* comingSoon */
#comingSoon {
	margin-left: auto;
	margin-right: auto;
	padding-left: 5%;
	padding-right: 5%;
}
@media screen and (max-width: 761px) {
#comingSoon {
	width: 100%;
	padding-top: 10vw;
	padding-bottom: 10vw;
}
}
@media screen and (min-width: 762px) {
#comingSoon {
	width: 70vw;
	padding-top: 4vw;
	padding-bottom: 4vw;
}
}

/* 入試対策講座 2025.08.06Add */
#oc-content .benefits_area {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}
#oc-content .start_label {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 761px) {
#oc-content .detail > dd.dd_present .dd_txt {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}
#oc-content .detail > dd.dd_present .dd_icon {
	display: block;
	width: 40%;
}
}
@media screen and (min-width: 762px) {
#oc-content .start_label {
	max-width: 500px;
}
#oc-content .detail > dd.dd_present {
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
#oc-content .detail > dd.dd_present .dd_txt {
	width: calc(100% - 124px);
	display: block;
	margin: 0;
}
#oc-content .detail > dd.dd_present .dd_icon {
	width: 124px;
}
}

/* 入試対策講座 12月開催 2025.10.23Add */
/* 入試関連バナー */
.p-banner__inner {
	margin-left: auto;
	margin-right: auto;
}
.p-banner__items {
	display: flex;
	flex-wrap: wrap;
}
#oc-content .p-banner__items > li {
	width: 49%;
	margin-right: 2%;
	margin-top: 2%;
}
#oc-content .p-banner__items > li:nth-child(even) {
	margin-right: 0;
}
#oc-content .p-banner__items > li:nth-child(-n + 2) {
	margin-top: 0;
}
.p-banner__items > li img {
	max-width: 100%;
	height: auto !important;
}
@media screen and (max-width: 761px) {
	.p-banner {
		padding-top: 10rem;
	}
	.sp-fa-bold {
		font-weight: bold;
	}
}
@media screen and (min-width: 762px) {
	.p-banner {
		padding-top: 8rem;
	}
	.p-banner__inner {
		max-width: 1000px;
	}
}
/* 資料請求 */
#contact .contact_address {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
#contact .contact_address dt {
	padding-right: 1em;
}
#contact .contact_address dd {
	line-height: 1;
}
#contact .contact_address dd a {
	font-size: 1em;
}
#contact .contact_address dd span.tel {
	line-height: 1;
	width: auto !important;
	margin-left: 0;
	margin-right: auto;
	margin-bottom: -0.5em;
}
#contact .contact_address dd span.tel img {
	display: block;
	margin-left: 0;
	vertical-align: bottom;
}
@media screen and (max-width: 761px) {
	#header {
		z-index: 20;
	}
	#contact .contact_address {
		font-size: 1.1rem;
		margin-top: 2em;
	}
	#contact .contact_address dt {
		font-size: 1.1rem;
	}
	#contact .contact_address dd {
		text-align: left;
	}
	#contact .contact_address dd span.tel img {
		height: 1.1rem;
		width: auto;
	}
	.oc_attention p {
		font-size: 1.2rem;
	}
}
@media screen and (min-width: 762px) {
	#contact .contact_address {
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
		font-size: 16px;
	}
	#contact .contact_address dt {
		font-size: 16px;
	}
	#contact .contact_address dd {
		text-align: left;
	}
	#contact .contact_address dd span.tel img {
		height: 16px;
		width: auto;
	}
}

/* 20260401 Add OTEMON MOVIE 非表示 */
@media screen and (min-width: 762px) {
	#oc-content #sec04 ul {
		justify-content: flex-start;
	}
}
/* 20260511 Add 入試対策講座2026 */
.date_wrap {
	text-align: center;
	line-height: 1.4;
}
.event-location {
	font-weight: 900;
}
.event-note {
	font-weight: 700;
}
.img_w330 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 761px) {
	.img_w330 {
		width: 80%;
	}
	.event-location {
		font-size: 2rem;
		padding-top: 1em;
	}
	.event-note {
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 762px) {
	.img_w330 {
		width: 90%;
		max-width: 330px;
	}
	.event-location {
		font-size: 2.8rem;
		padding-top: 1em;
	}
	.event-note {
		font-size: 2.4rem;
	}
}

/*  */