/****************************** PC *************************/

/*共通*/
/****** 共通 ******/
@media screen and (min-width: 800px){
  #flow .widthFix{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
@media (max-width: 799px){
  #flow .widthFix{
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 800px){
  #flow .anchor{
    display: block;
    padding-top: 65px;
    margin-top: -65px;
  }
}
@media (max-width: 799px){
  #flow .anchor{
    display: block;
    padding-top: 50px;
    margin-top: -50px;
  }
}

#flow{
  overflow: hidden;
}

#flow .topImage {
  margin-bottom: 0;
}
#flow section h2 {
  font-size: 36px;
  text-align: center;
  color: #1B435D;
  margin: 0 0 50px 0;
}
#flow section h2 span{
  font-size: 20px;
}
.br-pc {
  display: none
}



.breadcrumb{
  padding-top: 1em;
  padding-bottom: 1em;
}
.breadcrumb > ol{
  font-size: .75em;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb > ol > li{
  
}
.breadcrumb > ol > li:not(:last-child):after{
  content: ">";
  margin-left: .75em;
  margin-right: .75em;
}
.breadcrumb > ol > li > a{
  color: inherit;
}
.breadcrumb > ol > li > a:hover{
  text-decoration: underline;
}
.breadcrumb > ol > li > a.home{
  
}

/****************************** SP *************************/

@media screen and (max-width: 799px) {
  
  
  
  /*共通*/
  #flow {
    font-size: 14px;
    line-height: 1.4;
  }
  #flow section h2 {
    font-size: 24px;
    margin: 0 0 20px 0;
    line-height: 1.4;
  }
  #flow section h2 span{
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
  }
  .br-pc {
    display: inherit;
  }
  .br-sp {
    display: none
  }



}






/****** Menu ******/
.flowMenu{
  margin-top: 20px;
}
.flowMenu .secTitle{
  margin-bottom: 30px !important;
}
.flowMenuItems{
  counter-reset: i;
}
.flowMenuItem{
  counter-increment: i;
  box-sizing: border-box;
  text-align: center;
}
.flowMenuNumber{
  color: #78bbe6;
  font-size: 20px;
  font-weight: bold;
}
.flowMenuNumber:after{
  content: counter(i, decimal-leading-zero);
  font-size: 2em;
  margin-left: .125em;
}
.flowMenuMore{
  color: inherit;
}
.flowMenuLandscape{
  margin-top: 10px;
  margin-bottom: 10px;
}
.flowMenuLandscape > img{
  width: 100%;
}
.flowMenuLabel{
  color: #1b435d;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (min-width: 800px){
  .flowMenuItems{
    display: flex;
    justify-content: space-between;
  }
  .flowMenuItem{
    flex: 0 0 23.16%;
    position: relative;
    z-index: 0;
  }
  .flowMenuItem:not(:last-child):after{
    content: "";
    display: block;
    
    width: 7.19%;
    height: 12.5825%;
    
    margin-top: auto;
    margin-bottom: auto;
    
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin-left: 1.79%;
    
    background-image:
      linear-gradient(to left bottom, transparent 50%, #1b435d 52%),
      linear-gradient(to left top, transparent 50%, #1b435d 52%);
    background-size:
      100% 50%,
      100% 50%;
    background-position:
      left top,
      left bottom;
      background-repeat: no-repeat, no-repeat;
  }
}
@media screen and (max-width: 799px){
  .flowMenuItem:not(:last-child):after{
    content: "";
    display: block;
    
    width: 0;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -10px;
    
    border: 20px solid transparent;
    border-top-color: #1b435d;
  }
  .flowMenuNumber{
    font-size: 16px;
  }
  .flowMenuLabel{
    font-size: 20px;
  }
}






/****** contact ******/
.flowContact{
  margin-top: 60px;
  margin-bottom: 60px;
}
.contactWrap{
  padding: 50px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  
  position: relative;
  z-index: 0;
}
.contactWrap:before{
  content: url(images/contact-ribbon.png);
  
  display: block;
  
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.contactHeader{
  margin-bottom: 60px;
}
.contactTitle{
  color: #1e1e1e !important;
  font-size: 22px !important;
}
.flowContact .txt{
  line-height: 2;
}

@media screen and (min-width: 800px){
  .contactWrap:before{
    left: 120px;
  }
}
@media screen and (max-width: 799px){
  .contactWrap{
    padding: 20px;
  }
  .contactWrap:before{
    left: 20px;
  }
  .contactTitle{
    padding-left: 110px;
    text-align: left !important;
    font-size: 18px !important;
  }
}



/* contat grid */
.florGridImage > img{
  width: 100%;
}
@media screen and (min-width: 800px){
  .contactGrid{
    display: flex;
  }
  .florGridImage,
  .contactGridBody{
    box-sizing: border-box;
  }
  .florGridImage{
    flex: 0 0 auto;
    margin-right: 40px;
  }
  .contactGridBody{
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 799px){
  .contactGrid{}
  .florGridImage{
    margin-bottom: 20px;
  }
  .contactGridBody{}
}



/* contact window */
.contactWindow{
  line-height: 1;
  padding: 1.5625em;
  background-color: #f4f6fa;
  
  margin-top: 25px;
}
.contactWindow .txt{
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
}
.contactWindow .tel{
  line-height: 1;
  font-size: 34.88px;
  font-weight: bold;
  
  display: inline-flex;
  align-items: center;
  
  color: #1b435d;
}
.contactWindow .tel:before{
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icon_tel.png) no-repeat center top;
  margin-right: .25em;
  background-size: auto;
  background-size: contain;
}
.contactWindow .time{
  font-size: 14px;
}

@media screen and (min-width: 800px){
  .contactWindow{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contactWindow > *:not(:first-child){
    margin-left: 1rem;
  }
  .contactWindow .txt{}
  .contactWindow .tel{}
  .contactWindow .time{}
}
@media screen and (max-width: 799px){
  .contactWindow{
    text-align: center;
  }
  .contactWindow > *:not(:last-child){
    margin-bottom: 10px;
  }
  .contactWindow .txt,
  .contactWindow .tel,
  .contactWindow .time{
    
  }
  .contactWindow .txt{
    font-size: 20px;
  }
  .contactWindow .tel{
    font-size: 28px;
  }
}








/****** step ******/
.flowStep{
  background-color: #f5f7fb;
  
  margin-top: 110px;
  padding-top: 45px;
  padding-bottom: 45px;
}
.step{
  counter-reset: i;
}
.stepItem{
  counter-increment: i;
}
.stepItem + .stepItem{
  margin-top: 60px;
}
.stepNumber{
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  
  color: #fff;
  background-color: #78bbe6;
  
  padding: 1em;
  
  position: absolute;
  top: 0;
  left: 0;
}
.stepNumber:after{
  content: counter(i, decimal-leading-zero);
  display: block;
  
  line-height: 1;
  font-size: 2em;
}
.stepTitle{
  font-weight: bold;
  font-size: 24px;
  color: #1B435D;
  
  
  margin-bottom: 20px;
}
.stepList{
  margin-top: 20px;
  margin-bottom: 20px;
}
.stepListItem{
  padding-left: 20px;;
  text-indent: -20px;
}
.stepListItem:before{
  content: "●";
  color: #78bbe6;
  
  line-height: 1;
  font-size: 9px;
  margin-right: 11px;
  vertical-align: middle;
}
.stepListItem + .stepListItem{
  margin-top: 1em;
}

.stepItem .btnEntry{
  font-size: 18px;
  width: 370px;
  padding: 15px;
  margin-top: 40px;
}

@media screen and (min-width: 800px){
  .flowStep .widthFix{
    max-width: 1100px;
  }
  .stepNumber{
    transform: translate(-30%, -30%);
  }
}
@media screen and (max-width: 799px){
  .stepNumber{
    font-size: 12px;
  }
  .stepTitle{
    font-size: 20px;
    text-align: center;
  }
}



/* credit */
.credit{
  padding: 20px;
  background-color: #fff;
  
  margin-top: 20px;
}
.creditTitle{
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  
  margin-bottom: 1em;
}
.creditWrap{
  border-width: 0 1px;
  border-style: solid;
  border-color: #f6be8c;
}
.creditList{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*justify-content: center;*/
  justify-content: space-between;
  
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -10px;
}
.creditListItem{
  flex: 0 0 auto;
  
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.creditListItem img{}









/* step grid */
.stepGrid{}
.stepGridImage{
  position: relative;
  z-index: 0;
}
.stepGridImage > img{
  width: 100%;
}
.stepGridBody{}

@media screen and (min-width: 800px){
  .stepGrid{
    display: flex;
  }
  .stepGridImage,
  .stepGridBody{
    box-sizing: border-box;
  }
  .stepGridImage{
    flex: 0 0 auto;
    margin-right: 40px;
  }
  .stepGridBody{
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 799px){
  .stepGrid{}
  .stepGridImage{
    margin-bottom: 10px;
  }
  .stepGridBody{}
}








/****** コース ******/
.flowCourse{
  margin-top: 60px;
}








/****** course menu ******/
.courseMenu{}
.courseMenuItems{}
.courseMenuItem{}
.courseMenuMore{
  color: inherit;
  
  display: block;
  box-sizing: border-box;
  padding: 50px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  
  position: relative;
  z-index: 0;
}
.courseMenuMore:after{
  content: "\f078";
  font-size: 1.75em;
  font-family: "FontAwesome";
  text-align: center;
  line-height: 1;
  
  color: #fff;
  background-color: #1b435d;
  
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  padding: 1em;
  border-radius: 99em;
  
  
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  
  transform: translateY(50%);
}
.courseMenuName{
  color: #fff;
  
  line-height: 1.33;
  font-size: 24px;
  text-align: center;
  
  padding: .5em;
  margin-bottom: 20px;
}
.courseMenuName-student{ background-color: #8cc8eb; }
.courseMenuName-society{ background-color: #1b435d; }
.courseMenuName-job{ background-color: #48A9E4; }
.courseMenuPhoto{
  text-align: center;
  
  margin-bottom: 20px;;
}

@media screen and (min-width: 800px){
  .courseMenuPhoto img{
  	max-width: 100%;
  	max-height: 164px;
  }
}
@media screen and (max-width: 799px){
  .courseMenuPhoto img{
  	max-width: 100%;
  }
}

.courseMenuLead{
  color: #235471;
  font-size: 17px;
  font-weight: bold;
  
  display: flex;
  justify-content: center;
  
  margin-bottom: 20px;
}
.courseMenuLead:after,
.courseMenuLead:before{
  content: "";
  display: block;
  border-left: 1px solid;
}
.courseMenuLead:before{
  margin-right: 1em;
  transform: rotate(-18deg);
}
.courseMenuLead:after{
  margin-left: 1em;
  transform: rotate(18deg);
}

.courseMenuRecommend{}
.courseMenuRecommend li{
  text-indent: -20px;
  padding-left: 20px;
}
.courseMenuRecommend li:before{
  content: "\f00c";
  color: #78bbe6;
  font-size: 10px;
  font-family: "FontAwesome";
  margin-right: 10px;
}
.courseMenuRecommend li + li{
  margin-top: 1em;
}

@media screen and (min-width: 800px){
  .courseMenuItems{
    display: flex;
  }
  .courseMenuItem{
    flex: 1 1;
  }
  .courseMenuItem:not(:first-child){
    margin-left: 40px;
  }
}
@media screen and (max-width: 799px){
  .courseMenuMore{
    padding: 20px;
  }
  .courseMenuItem + .courseMenuItem{
    margin-top: 30px;
  }
  .courseMenuName{
    font-size: 18px;
  }
  .courseMenuLead{
    font-size: 16px;
  }
  .courseMenuMore:after{
    font-size: 1.25em;
    width: 1em;
    height: 1em;
    padding: 1em;
  }
}










/****** course contents ******/
.course{
  margin-top: 80px;
}
.courseItems{}
.courseItem{
  box-sizing: border-box;
  padding: 40px;
  border: 10px solid #ccc;
  border-top: 0 none;
}
#society.anchor{
  margin-top: 5px;
}
#job.anchor{
  margin-top: 5px;
}
.courseName{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  
  display: block;
  margin: -40px;
  margin-bottom: 40px;
  padding: .5em;
  
  color: #fff;
  background-color: #ccc;
}
.courseItem .txt{}

.courseItem-student{ border-color: #78bbe6; }
.courseItem-society{ border-color: #1b435d; }
.courseItem-job{ border-color: #48A9E4; }
.courseItem-student .courseName{ background-color: #78bbe6; }
.courseItem-society .courseName{ background-color: #1b435d; }
.courseItem-job .courseName{ background-color: #48A9E4; }

@media screen and (max-width: 768px){
  .courseItem{
    padding: 20px;
  }
  .courseName{
    font-size: 20px;
    margin: -20px;
    margin-bottom: 20px;
  }
}

/* price */
.price{
  padding: 20px;
  background-color: #fafafa;
  margin-top: 30px;
}
.priceItem{}
.priceItemTitle{
  color: #333;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid;
}
.priceItemValue{
  font-size: 38px;
  font-weight: 500;
}
.priceItemValue strike{
  color: #ccc;
  font-size: .6em;
  font-weight: 500;
}
.priceItemValue small{
  font-size: .6em;
  font-weight: 500;
}
.priceItemValue em{
  color: #f99f48;
  font-style: normal;
}

.price-last{
  padding: 20px;
  background-color: #fafafa;
  margin-top: 5px;
}

@media screen and (min-width: 800px){
  .price, .price-last{
    display: flex;
  }
  .priceItem{
    flex: 1 1;
  }
  .priceItem:not(:first-child){
    margin-left: 40px;
  }
  .priceItemTitle{}
  .priceItemValue{}
}
@media screen and (max-width: 799px){
  .price, .price-last{
    margin-top: 20px;
    text-align: center;
  }
  .priceItem + .priceItem{
    margin-top: 10px;
  }
  .priceItemTitle{
    font-size: 20px;
  }
  .priceItemValue{
    font-size: 28px;
  }
  #society.anchor{
    margin-top: 10px;
  }
}


/* course Grid */
.courseGrid{}
.courseGridPhoto{}
.courseGridPhoto img{
  max-width: 100%;
}
.courseGridBody{}
.courseGridBody > .txt{
  line-height: 2;
}

@media screen and (min-width: 800px){
  .courseGrid{
    display: flex;
  }
  .courseGridPhoto,
  .courseGridBody{
    box-sizing: border-box;
  }
  .courseGridPhoto{
    flex: 0 0 auto;
    max-width: 45%;
    margin-right: 40px;
  }
  .courseGridBody{
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 799px){
  .courseGridPhoto{
    margin-bottom: 20px;
  }
}









.campaign{
  margin-top: 60px;
  margin-bottom: 60px;
  
  text-align: center;
}
.campaign img{
  max-width: 100%;
}
@media screen and (max-width: 799px){
  .campaign{
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
