@charset "utf-8";
html {}

select,input,button,textarea,button {font:99%;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {
font-family:monospace;
*font-size:108%;
line-height:100%;
}
a:link {
color: #000000;
transition: .3s;
}
a:visited {
color: #000000;
text-decoration: none;
}
a:hover {
color: #0078C8;
text-decoration: underline;
}
a:active {
color: #0078C8;
text-decoration: none;
}
a.btn img {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
-ms-filter: 'alpha(opacity=100)';
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
a:hover.btn img {
-ms-filter: 'alpha(opacity=60)';
filter: alpha(opacity=30);
-moz-opacity: 0.40;
opacity: 0.40;
}
a {
outline: none;
}
::selection {
background: #000000;
color: #FFFFFF;
}
::-moz-selection {
background:#000000;
color:#FFFFFF;
}
::-webkit-selection {
background:#000000;
color:#FFFFFF;
}
strong {
font-weight: bold;
}
.pc {
display: inherit!important;
}
.sp {
display: none!important;
}


#new_cont{
color: #000
}


/*--共通スタイル-------------*/

img.img_res{
width: 100%;
height: auto
}
.g_bg{
    background-image: -webkit-linear-gradient(323deg,rgba(94,194,206,1.00) 33.97%,rgba(46,151,213,1.00) 67.80%);
    background-image: -moz-linear-gradient(323deg,rgba(94,194,206,1.00) 33.97%,rgba(46,151,213,1.00) 67.80%);
    background-image: -o-linear-gradient(323deg,rgba(94,194,206,1.00) 33.97%,rgba(46,151,213,1.00) 67.80%);
    background-image: linear-gradient(127deg,rgba(94,194,206,1.00) 33.97%,rgba(46,151,213,1.00) 67.80%);
}
.inner {
width: 100%;
margin-right: auto;
margin-left: auto;
position: relative
}
.pb {
padding-bottom: 20px;
}


/*--見出しスタイル（四角ライン）-------------*/
table {
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 10px 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  border: 0px solid #EFEFEF!important;
}
table td, table th {
  padding: 5px 10px;
  vertical-align: middle;
  border: 0px solid #EFEFEF!important;
}
.ttl_bxline_head{
height: 35px;
width: 4px;
background-color: #0078C8;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.ttl_bxline{
font-size: 24px;
font-weight: 600;
color: #0078C8;
text-align: center;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
line-height: 1.6
}
.ttl_bxline.mt{
margin-top: 80px;
}
.ttl_bxline .side{
    border: 4px solid #0078C8!important;
    width: 10px!important;
}
.ttl_bxline .side_in{
    border-top: 4px solid #0078C8!important;
    border-bottom: 4px solid #0078C8!important;
    width: 10px!important;
}
.ttl_bxline .txt{
    padding-left: 20px!important;
    padding-right: 20px!important;
}

.ttl_bxline td,.ttl_bxline th{
padding: 0px 0px;
padding-top: 10px;
padding-bottom: 10px;
}




/*--背景カラー-------------*/
.bg_col{
background-color: #DFEEFA;
padding-bottom: 20px;
padding-left: 5%;
padding-right: 5%
}
.bg_nocol{
background-color: #FFF;
padding-bottom: 20px;
padding-left: 5%;
padding-right: 5%
}
/*--下層見出し-------------*/
.ttl_mid{
font-size: 40px;
font-weight: 600;
color: #0078C8;
margin-bottom: 1em;
}
.ttl_mid.mt{
margin-top: 2em;
}
.ttl_mid2{
font-size: 20px;
font-weight: 600;
margin-bottom: 0.5em;
margin-top: 2em
}
.ttl_mid2 a{
color: #0078C8;
text-decoration: none
}
.ttl_mid2 i{
margin-left: 0.4em;
}
.ttl_mid3{
font-size: 20px;
font-weight: 600;
margin-bottom: 0.5em;
margin-top: 2em
}
.ttl_mid_bg_bar{
background-color: #0078C8;
color: #FFF;
text-align: center;
font-size: 20px;
padding: 12px;
margin-bottom: 30px;
margin-top: 2em;
line-height: 1.7
}
.ttl_mid_bg_bar a{
color: #FFF!important;
text-decoration: underline!important;
display: block
}
.ttl_mid_bg_bar a:hover{
color: #FFE700!important;
}


.ttl_line_under{
    clear: both;
    margin-bottom: 70px;
}
.ttl_line_under h2.line_under span{
    font-size: 66px;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: #0078C8;
    border-bottom: 10px solid #EB6685;
}
.ttl_bg_under{
background-color: #DFEEFA;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;

line-height: 1.6
}
.ttl_bg_under.white{
background-color: #FFF;
}
.ttl_bg_under h2{
font-size: 26px;
    font-weight: 600;
    color: #0078C8;
    margin-bottom: 0px;
}
.ttl_bg_under p{
font-size: 18px;
    font-weight: 600;
    color: #353535;
    text-align: left;
    padding-left: 10%;
    padding-right: 10%
}
.ttl_bg_under p br{
display: none
}


.sub_read{
font-size: 28px;
padding-bottom: 60px;
font-weight: 600
}
.sub_read span{
font-size: 18px;
font-weight: 400
}
.sub_read_center{
font-size: 20px;
padding-bottom: 60px;
font-weight: 500;
text-align: center
}

/*--アンカーナビスタイル-------------*/
ul.nav_anchor{
margin-bottom: 20px;
width: 90%;
margin-left: auto;
margin-right: auto
}
ul.nav_anchor li{
width: 100%;
margin-right: 0%;
float: none;
margin-bottom: 10px;
}

ul.nav_anchor li:last-child{
margin-right: 0px;
}
ul.nav_anchor li a{
    display: block;
    text-align: center;
    position: relative;
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1;
    font-weight: 600;
    transition: .3;
    border: 4px solid #408F56;
    border-radius: 10px;
    font-size: 18px;
    color: #408F56!important;
    -webkit-box-shadow: 3px 3px 3px 3px #E6E6E6;
    box-shadow: 3px 3px 3px 3px #E6E6E6;
}
ul.nav_anchor li a i{
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transition: .3s
}
ul.nav_anchor li a:hover i{
top: 60%;
}

ul.nav_anchor li:nth-child(2) a{
    border: 4px solid #375E9F;
    color: #375E9F!important;
}
ul.nav_anchor li:nth-child(3) a{
    border: 4px solid #E34B4F;
    color: #E34B4F!important;
}




/*--アンカー位置-------------*/
#anc01,#anc02,#anc03,#anc04,#access {
    padding-top: 100px;
    margin-top:-100px;
}




/*--学生寮-------------*/
.dormy_ttl{
font-size: 18px;
color: #FFF;
padding: 15px;
border-radius: 10px;
margin-top: 30px;
margin-bottom: 30px;
background-color: #00924F
}
.dormy_ttl.col2{
background-color: #2C5DA4
}
.dormy_ttl.col3{
background-color: #F07474
}
.dm_ph_map{
width: 100%;
float: none
}
.dm_ph_map img{
width: 100%;
height: auto;
margin-bottom: 20px;
}
.dm_ph_map iframe{
width: 100%;
height: 300px;
margin-bottom: 20px;
}
.dm_detail{
width: 100%;
float: none;
font-size: 18px;
}
.dm_detail .label{
margin-bottom: 20px;
}
.dm_detail .label span{
background-color: #54C3F1;
color: #FFF;
padding: 5px 10px;
}
.dm_detail table{
margin-bottom: 30px;
font-size: 12px;
}
.dm_detail th{
background-color: transparent;
text-align: left;
white-space: nowrap;
vertical-align: top
}
.dm_detail img{
width: 100%;
height: auto;
}
.dm_detail ul.dm_equip{
font-size: 10px;
margin-bottom: 30px
}
.dm_detail ul.dm_equip li{
    background-color: #FFE33F;
    border: 1px solid #191919;
    padding: 2px 5px;
    margin-right: 7px;
    border-radius: 30px;
    float: left;
    white-space: nowrap;
    margin-bottom: 15px;
}

/*--プライバシー-------------*/
.p_policy_ttl{
font-size: 20px;
color: #FFF;
padding: 15px;
border-radius: 10px;
margin-top: 15px;
margin-bottom: 15px;
}
.pp_txt{
font-size: 18px;
line-height: 1.6;
}
.pp_txt .strong{
font-size: 20px;
font-weight: 600;
}



/*--情報公開-------------*/
ul.school_list{}
ul.school_list li{
width: 100%;
margin-right: 0px;
margin-bottom: 20px;
float: none;
}
ul.school_list li:nth-child(3n){
margin-right: 0px;
}
ul.school_list li img{
width: 100%;
height: auto
}
.info_read{
font-size: 20px;
margin-bottom: 20px;
}

/*--情報公開ACCORDION-------------*/
.accordion_cont{
margin-bottom: 60px;
}
.accordion_cont .toggle {
display: none;
}
.accordion_cont .option {
position: relative;
margin-bottom: 1em;
}
.accordion_cont .option .ttl{}
.accordion_cont .title,
.accordion_cont .content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.accordion_cont .title {
    display: block;
   background-color: #FFF;
    position: relative;
    overflow: hidden;
    transition: .3;
    cursor: pointer;    
}
.accordion_cont .title::after,
.accordion_cont .title::before {
content: "";
position: absolute;
right: 1.8em;
top: 2.2em;
width: 2px;
height: 0.75em;
background-color: #FFF;
transition: all 0.3s;
z-index: 10;
}
.accordion_cont .title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
margin-top: 0px
}
.accordion_cont .toggle:checked + .title + .content {
max-height: 2000px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}
.accordion_cont .content .line_inner {
border-top: 0px solid #A5A5A5;
border-left: 1px solid #A5A5A5;
border-right: 1px solid #A5A5A5;
border-bottom: 1px solid #A5A5A5;
padding: 20px;
}
.accordion_cont .content .line_inner .ttl {
text-align: center;
margin-bottom: 2em;
margin-top: 3em;
}

.accordion_cont .content.col1 .line_inner {
border-top: 0px solid #0078C8!important;
border-left: 1px solid #0078C8!important;
border-right: 1px solid #0078C8!important;
border-bottom: 1px solid #0078C8!important;
}
.accordion_cont .content.col2 .line_inner {
border-top: 0px solid #7655C8!important;
border-left: 1px solid #7655C8!important;
border-right: 1px solid #7655C8!important;
border-bottom: 1px solid #7655C8!important;
}
.accordion_cont .content.col3 .line_inner {
border-top: 0px solid #FF1EA1!important;
border-left: 1px solid #FF1EA1!important;
border-right: 1px solid #FF1EA1!important;
border-bottom: 1px solid #FF1EA1!important;
}
.accordion_cont .content.col4 .line_inner {
border-top: 0px solid #0053A5!important;
border-left: 1px solid #0053A5!important;
border-right: 1px solid #0053A5!important;
border-bottom: 1px solid #0053A5!important;
}
.accordion_cont .content.col5 .line_inner {
border-top: 0px solid #ED6C00!important;
border-left: 1px solid #ED6C00!important;
border-right: 1px solid #ED6C00!important;
border-bottom: 1px solid #ED6C00!important;
}
.accordion_cont .content.col6 .line_inner {
border-top: 0px solid #F6AB00!important;
border-left: 1px solid #F6AB00!important;
border-right: 1px solid #F6AB00!important;
border-bottom: 1px solid #F6AB00!important;
}
.accordion_cont .content.col7 .line_inner {
border-top: 0px solid #5CB531!important;
border-left: 1px solid #5CB531!important;
border-right: 1px solid #5CB531!important;
border-bottom: 1px solid #5CB531!important;
}



.enter_flow{}
.enter_flow li{
width: calc(calc(100% / 15) - 6px);
-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
    float: left
}
.enter_flow li.bx{
    border: 3px solid #0078C8;
    float: left
}
.enter_flow li.arrow{
    border: 3px solid #FFF;
}
.flow_arrow{
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
width: 0;
height: 0;
border-style: solid;
border-width: 30px 45px 0 45px;
border-color: #B4DCFF transparent transparent 
}

/*--OPEN_CAMPUS　オープンキャンパス-------------*/
#opencampus{
padding-bottom: 60px;
top: -90px;
position: relative;
background-color: #F0F4F6
}
#opencampus .opencampus_header{
width: 100%;
height: 550px;
margin-bottom: 40px;
}
#opencampus .opencampus_header img{
width: 100%;
height: 550px;
object-fit: cover
}
ul.oc_experience{}
ul.oc_experience li{
width: 340px;
margin-right: 30px;
float: left;
}
ul.oc_experience li:nth-child(3n){
margin-right: 0px;
}
ul.oc_experience li .ttl_baloon{
  position: relative;
  display: inline-block;
  margin-bottom: 1.5em;
  padding: 7px 0px;
  width: 100%;
  color: #FFF;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  background: #54C3F1;
  border-radius: 80px;
}
ul.oc_experience li .ttl_baloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #54C3F1;
}

ul.oc_experience li.col2 .ttl_baloon{
  background: #3AAD70;
}
ul.oc_experience li.col2 .ttl_baloon:before {
  border-top: 15px solid #3AAD70;
}
ul.oc_experience li.col3 .ttl_baloon{
  background: #EB6685;
}
ul.oc_experience li.col3 .ttl_baloon:before {
  border-top: 15px solid #EB6685;
}
ul.oc_experience li .ph img{
width: 100%;
height: auto
}
ul.oc_experience li .txt{
background-color: #FFF;
padding: 20px;
font-size: 14px;
min-height: 240px;
line-height: 1.9;
}
ul.oc_experience li .txt .ttl{
font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.2em;
}

/*--オープンキャンパス　タイムテーブル-------------*/
.main-detail-timeline {
position: relative;
overflow: hidden;
width: 800px;
margin: 0 auto;
padding: 65px 0 0
}
.main-detail-timeline:before {
content: "";
position: absolute;
background: #0078C8
}
.main-detail-timeline:before {
left: 50%;
width: 7px;
height: 70%
}
.main-detail-timeline-time {
margin: 0 auto;
background: #F0F4F6;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
line-height: 1.2
}
.main-detail-timeline-time {
position: relative;
clear: both;
text-align: center;
font-size: 21px;
letter-spacing: 1.4px;
padding: 6px 0 6px 7px
}
.main-detail-timeline-time span {
display: block
}
.main-detail-timeline-time span {
font-size: 14px
}
.main-detail-timeline-time small {
display: block
}
.main-detail-timeline-time small {
font-size: 14px
}
.main-detail-timeline-time:nth-child(1) {
margin-bottom: 75px
}
.main-detail-timeline-time:nth-child(2) {
margin-bottom: 124px
}
.main-detail-timeline-time:nth-child(3) {
margin-bottom: 140px
}
.main-detail-timeline-time:nth-child(4) {
margin-bottom: 150px
}
.main-detail-timeline-time:nth-child(5) {
margin-bottom: 100px
}
.main-detail-timeline ul {
width: 100%
}
.main-detail-timeline ul {
margin: 0;
padding: 0;
position: absolute;
top: 0;
left: 0
}
.main-detail-timeline ul li {
position: relative;
background: #fff;
box-shadow: 0px 0px 20px 0px rgba(34, 34, 34, 0.13)
}
.main-detail-timeline ul li {
width: 335px
}
.main-detail-timeline ul li .desc {
position: relative
}
.main-detail-timeline ul li .desc:before {
position: absolute;
content: "";
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-color: transparent #fff transparent transparent
}
.main-detail-timeline ul li .desc:before {
border-width: 8px 23px 8px 0;
top: calc(50% - 23px);
left: -23px
}
.main-detail-timeline ul li:nth-child(even) {
float: right
}
.main-detail-timeline ul li:nth-child(odd) {
float: left
}
.main-detail-timeline ul li:nth-child(odd) .desc:before {
border-color: transparent transparent transparent #fff;
border-width: 8px 0 8px 23px;
right: -23px;
left: auto;
top: calc(50% - 28px)
}
.main-detail-timeline ul li:nth-child(even) .desc:before {
border-color: transparent #fff transparent transparent;
border-width: 5px 15px 5px 0;
top: calc(50% - 25px);
left: -14px
}
.main-detail-timeline ul li:nth-of-type(2n+1) {
clear: both
}
.main-detail-timeline ul li:nth-child(1) {
margin: 30px 0 0
}
.main-detail-timeline ul li:nth-child(2) {
margin: 194px 0 0
}
.main-detail-timeline ul li:nth-child(3) {
margin: -110px 0 0
}
.main-detail-timeline ul li:nth-child(4) {
margin: 25px 0 0
}
.main-detail-timeline ul li:nth-child(4) .desc:before {
display: none
}
.main-detail-timeline ul li .img {
display: block;
width: 100%;
height: auto
}
.main-detail-timeline ul li .flag {
font-weight: bold
}
.main-detail-timeline ul li .flag {
font-size: 18px;
padding: 12px 30px 2px
}
.main-detail-timeline ul li .flag:before {
content: "";
display: inline-block;
border-radius: 50%;
background: #0078C8
}
.main-detail-timeline ul li .flag:before {
width: 6px;
height: 6px;
margin: 6px 10px 0 0;
border: 2px solid #0078C8
}
.main-detail-timeline ul li .desc {
font-size: 15px;
padding: 0 30px 15px
}
.main-detail-timeline-img {
text-align: center;
position: relative
}
.main-detail-timeline-img img {
display: block
}
.main-detail-timeline-img img {
position: absolute;
top: -977px;
left: 796px
}
.oc_bg{
background-color: #FDC100!important
}

ul.oc_access {
margin-bottom: 60px;
margin-top: 40px;
}
ul.oc_access li{
width: 515px;
margin-right: 50px;
float: left
}
ul.oc_access li:last-child{
margin-right: 0px;
}
ul.oc_access li .ttl {
  display: block;
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 30px;
  font-size: 21px;
  background: #0078C8;
  color: #FFF;
  box-sizing: border-box;
  margin-bottom: 15px;
}
ul.oc_access li .ttl:before, ul.oc_access li .ttl:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
ul.oc_access li .ttl:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #F0F4F6;
  border-style: solid;
}
ul.oc_access li .ttl:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #F0F4F6 transparent transparent;
  border-style: solid;
}
ul.oc_bnr {
margin-bottom: 60px;
}
ul.oc_bnr li{
width: 515px;
margin-right: 50px;
float: left
}
ul.oc_bnr li:last-child{
margin-right: 0px;
}
ul.oc_bnr li img{
width: 100%;
height: auto
}


/*--COURSE_COMMON-------------*/
#course{
padding-bottom: 60px;
top: -90px;
position: relative;
}
.course_header{
    width: 100%;
    height: 400px;
    position: relative;
    background-position: center center;
    background-size: cover;
}
.course_header .ttl_meta{
width: 540px;
padding-top: 80px;
color: #FFF;
float: right;
position: relative;
z-index: 10;
padding-left: 60px;
}
.course_header .ttl_meta .ttl{
font-size: 50px;
font-weight: 700;
margin-bottom: 0.3em;
}
.course_header .ttl_meta .ttl span{
font-size: 30px;
font-weight: 700;
display: block
}
.course_header .ttl_meta .meta{
font-size: 18px;
font-weight: 500;
display: inline-block;
}
.course_header .ttl_meta .meta .num{
background-color: #FFF;
border-radius: 8px;
text-align: center;
font-size: 20px;
margin-bottom: 0.3em;
}
.course_header .ttl_meta_bg{
width: 600px;
height: 400px;
mix-blend-mode: multiply;
position: absolute;
right: 0;
bottom: 0;
z-index: 1
}
.course_header .mv_ph_bg{
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0
}
.course_header .mv_ph_bg img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.outline{
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 2;
    background-position: center center;
    background-size: cover;
    color: #FFF;
    margin-bottom: 40px;
}
.outline .ttl{
width: 100%;
text-align: center;
font-size: 32px;
font-weight: 600;
margin-bottom: 1em;
}

ul.feature_three{}
ul.feature_three li{
    border-bottom: 3px solid #CDCDCD;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
ul.feature_three li .txt{
float: left;
width: 480px;
}
ul.feature_three li .txt .heading{
position: relative;
font-size: 26px;
font-weight: 600;
padding-top: 1em;
padding-bottom: 1em;
padding-left: 180px;
margin-bottom: 1em;
}
ul.feature_three li .txt .heading .ico{
position: absolute;
left: 0;
bottom: 0;
}
ul.feature_three li .txt .heading .ico img{
width: 160px;
height: auto
}
ul.feature_three li .ph{
float: right;
width: 535px;
}
ul.feature_three li .ph img{
width: 100%;
height: auto
}

.ttl_gray{
font-size: 25px;
text-align: center;
background-color: #B5B5B6;
color: #FFF;
border-radius: 10px;
margin-bottom: 1em;
}

table.license{
width: 100%;
margin-bottom: 2em;
}
table.license .ttl{
font-size: 20px;
font-weight: 600;
margin-bottom: 0.5em
}
table.license .ttl span{
color: #FFE33F
}
table.license td{
vertical-align: top;
padding-left: 2%;
padding-right: 2%
}
table.license.one td{
width: calc(96% / 2);
}
table.license.tow td:first-child{
width: calc(96% / 3);
}
table.license.three td{
width: calc(96% / 3);
}

table.course_job_pickup{
width: 100%;
margin-bottom: 2em;
}
table.course_job_pickup th{
width: 500px;
}
table.course_job_pickup th img{
width: 500px;
height: auto
}
table.course_job_pickup td{
vertical-align: top;
padding-left: 50px;
}
table.course_job_pickup td .ttl{
font-size: 30px;
color: #54C3F1;
font-weight: 600;
margin-bottom: 0.5em;
}
table.course_job_pickup td .ttl span{
background-color: #000;
color: #FFE33F;
border-radius: 4px;
margin-right: 20px;
padding-left: 20px;
padding-right: 20px;
}
.curriculum{}
.curriculum img{
width: 100%;
height: auto;
}

ul.curriculum_feature{
margin-bottom: 40px;
}
ul.curriculum_feature li{
width: 332px;
margin-right: 42px;
float: left
}
ul.curriculum_feature li:last-child{
margin-right: 0px;
}
ul.curriculum_feature .ph{
margin-bottom: 0.5em
}
ul.curriculum_feature .ph img{
width: 100%;
height: auto
}
ul.curriculum_feature .ttl{
font-size: 20px;
font-weight: 600;
margin-bottom: 0.5em
}
ul.curriculum_feature .ttl span{
color: #FFE33F
}
.ttl_year{}
.ttl_year.mt{
margin-top: 50px;
}
.ttl_year img{
width: 155px;
height: auto
}
table.course_timetable{
width: 100%;
font-size: 16px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    margin-bottom: 20px;
}
table.course_timetable th,
table.course_timetable td{
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    text-align: center;
    padding: 10px;
}
table.course_timetable .time{
background-color: #FDC100
}

.notice{
text-align: right;
margin-bottom: 20px;
font-size: 16px;
}

.course_pickup{
border-radius: 12px;
padding: 50px;
position: relative;
margin-top: 60px;
margin-bottom: 80px;
}
.course_pickup .label{
position: absolute;
left: 40px;
top: -20px;
}
.course_pickup .txt{
width: 400px;
float: left;
}
.course_pickup .txt .ttl{
font-size: 24px;
line-height: 1.8;
margin-bottom: 1em;
}
.course_pickup .txt .ttl span{
background-color: #FFF
}
.course_pickup .ph{
width: 540px;
float: right
}
.course_pickup .ph img{
width: 100%;
height: auto
}
.course_pickup .ph_single{
width: 100%;
float: none
}
.course_pickup .ph_single img{
width: 100%;
height: auto
}
.course_interview{
    color: #FFF;
    position: relative;
    padding-left: 80px;
    padding-right: 380px;
    padding-bottom: 60px;
    margin-bottom: 80px;
}
.course_interview .ttl{
font-size: 21px;
margin-bottom: 1em;
}
.course_interview .ph{
position: absolute;
right: 0;
bottom: 0;
}
.course_interview .ph img{
width: 430px;
height: auto
}
/*--各コースカラーバリエーション-------------*/
/*--COURSE 01-------------*/
.course01 .course_header .ttl_meta .meta .num{
color: #0078C8;
}
.course01 .course_header .ttl_meta_bg{
background-color: #00B9EF;
}
.course01 .outline{
background-image: url(../../images/_course/outline_bg01.jpg);
}
.course01 .ttl_line_arrow h2.line_arrow{
background-image: url(../../images/_course/line_arrow_c01.png);
}
.course01 .ttl_line_arrow h2.line_arrow span{
background-color: #FFE33F;
line-height: 1.8!important
}
.course01 table.course_timetable .week{
background-color: #54C3F1
}
.course01 .course_pickup{
background-color: #E5F6FD;
}
.course01 .course_interview{
    background-image: -webkit-linear-gradient(0deg,rgba(85,194,239,1.00) 0%,rgba(133,191,201,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(85,194,239,1.00) 0%,rgba(133,191,201,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(85,194,239,1.00) 0%,rgba(133,191,201,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(85,194,239,1.00) 0%,rgba(133,191,201,1.00) 100%);
}

/*--COURSE 02-------------*/
.course02 .course_header .ttl_meta .meta .num{
color: #3AAD70;
}
.course02 .course_header .ttl_meta_bg{
background-color: #46C864;
}
.course02 .outline{
background-image: url(../../images/_course/outline_bg02.jpg);
}
.course02 .ttl_line_arrow h2.line_arrow{
background-image: url(../../images/_course/line_arrow_c02.png);
}
.course02 .ttl_line_arrow h2.line_arrow span{
background-color: #FFE33F;
line-height: 1.8!important
}
.course02 .bg_col{
background-color: #E3F7E8;
padding-bottom: 50px;
}
.course02 table.course_timetable .week{
background-color: #3AAD70
}
.course02 .course_pickup{
background-color: #E3F7E8;
}
.course02 .course_interview{
    background-image: -webkit-linear-gradient(0deg,rgba(58,173,112,1.00) 0%,rgba(167,208,129,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(58,173,112,1.00) 0%,rgba(167,208,129,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(58,173,112,1.00) 0%,rgba(167,208,129,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(58,173,112,1.00) 0%,rgba(167,208,129,1.00) 100%);
}

/*--COURSE 03-------------*/
.course03 .course_header .ttl_meta .meta .num{
color: #EB6685;
}
.course03 .course_header .ttl_meta_bg{
background-color: #EC6D81;
}
.course03 .outline{
background-image: url(../../images/_course/outline_bg03.jpg);
}
.course03 .ttl_line_arrow h2.line_arrow{
background-image: url(../../images/_course/line_arrow_c03.png);
}
.course03 .ttl_line_arrow h2.line_arrow span{
background-color: #FFE33F;
line-height: 1.8!important
}
.course03 .bg_col{
background-color: #FCE8ED;
padding-bottom: 50px;
}
.course03 table.course_timetable .week{
background-color: #EB6685
}
.course03 .course_pickup{
background-color: #FCE8ED;
}
.course03 .course_interview{
    background-image: -webkit-linear-gradient(0deg,rgba(235,102,133,1.00) 0%,rgba(242,165,147,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(235,102,133,1.00) 0%,rgba(242,165,147,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(235,102,133,1.00) 0%,rgba(242,165,147,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(235,102,133,1.00) 0%,rgba(242,165,147,1.00) 100%);
}


/*--WEB_APP-------------*/
#webapp{

position: relative
}
.webapp_date{
text-align: center;
font-weight: 600;
font-size: 35px;
margin-bottom: 40px;
}
.wa_bg{
background-color: #FFE33F!important
}














