@charset "utf-8";

/* =======================================================
  開志専門職大学
	style.css
======================================================= */


/* -------------------------------------
  common
------------------------------------- */

.is-local-college{
  color: #00145a;
  h2{}
}



[tabindex="-1"]:focus{outline:0 !important}

:root {
  --text-color: #00145a;
  --text-white-color: #ffffff;
  --bf-pink-color: #ef8bb6;
  --bf-blue-color: #1081c0;
  --bg-top-color: #009fe8;
  --bg-navy-color: #00145a;

  --white-color: #fff;
  --black-color: #000;

  --position-center: center;
  --position-left: left;
}

.fnt-w-700 { font-weight: 700;} 
.t-center { text-align: center;}

/* ふわっ */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
  opacity: 0;
	transform: translateY(150px);
  }

  to {
  opacity: 1;
	transform: translateY(0);
  }
}


.fade-in.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.fade-in {
  opacity: 0;
  transform: translate(0, 120px);
  transition: all 1200ms;
}

@media screen and (max-width: 574px) {
  .pc-only { display: none !important; }
}
@media screen and (min-width: 574px) {
  .sp-only { display: none !important; }
}





.right-side-program { width: 110%; margin-left: -40px;}
.right-side { padding-bottom: 0;}
.right-side h2 {
  font-size: 3.6rem;
  color: var(--bf-navy-color);
  margin-top: 70px;
  margin-bottom: 10px;
  padding: 10px 0 30px 0;
  border-top: 2px solid var(--bg-navy-color);
  background: url(../img/local-college/ttl-line-navy_btm.svg) left bottom repeat-x;
  background-size: 100%;
  position: relative;
}
.right-side h2 + p { margin: 50px 0;}
.right-side .ttl-top {
  color: var(--text-white-color);
  border-top: 2px solid var(--text-white-color);
  background-image: url(../img/local-college/ttl-line_btm.svg);
}

.right-side h2::before,
.right-side h2::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background-color: var(--bf-blue-color);
}
.right-side h2::after {
  left: 12px;
  background-color: var(--bf-pink-color);
}
.right-side h2 span {
  display: inline-block;
  font-size: 1.4rem;
  padding: 0 0 10px 10px;
}

.flex-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}


/* ローカルカレッジプログラム */
.s-local-program {
  padding-bottom: 100px;
  background: url(../img/local-college/bg-img.svg) right bottom no-repeat;
  background-size: contain;
}
.s-local-program_top { margin-bottom: 20px;}

.s-local-program_left,.s-local-program_right { width: 100%;}
.s-local-program_btm img { width: 95%;}
.catch {
  margin: 40px 0;
  font-size: 3rem;
  color: var(--text-white-color);
}


/* プログラムの特徴 */
.c-program-features { background:#b0dcd5;}
.c-program-features{
  position: relative;
  &::before{
    content: "";
    width: 100vw;
    height: 100%;
    margin: 0 calc(50% - 61vw);
    position: absolute;
    top: 0;
    left: 0;
    background-color: #b0dcd5;
    z-index: -1;
  }
}
@media (max-width: 1024.98px) {
  .c-program-features{
    &::before{
      margin: 0 calc(50% - 50vw);
    }
  }
}
.c-program-features p {
  font-size: 2.1rem;
  line-height: 2.1;
}
.c-program-features figure {
  margin-bottom: 70px;
  margin-right: 5%;
  margin-left: 5%;
}


/* プログラムの流れ */
.c-program-flow { background: #e9f5f3;}
.c-program-flow{
  position: relative;
  &::before{
    content: "";
    width: 100vw;
    height: 100%;
    margin: 0 calc(50% - 61vw);
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e9f5f3;
    z-index: -1;
  }
}
@media (max-width: 1024.98px) {
  .c-program-flow{
    &::before{
      margin: 0 calc(50% - 50vw);
    }
  }
}
.c-program-flow2{
  position: relative;
  &::before{
    content: "";
    width: 100vw;
    height: 100%;
    margin: 0 calc(50% - 61vw);
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e9f5f3;
    z-index: -1;
  }
}
@media (max-width: 1024.98px) {
  .c-program-flow2{
    &::before{
      margin: 0 calc(50% - 50vw);
    }
  }
}
.c-program-flow .right-side { margin-bottom: 50px;}
.c-program-flow .read { font-size: 2.8rem;}
.c-program-flow h3 {
  margin-bottom: 20px;
  border-radius: 30px;
  color: var(--text-white-color);
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.4;
  background: #5fc1c7;
}
.c-program-flow .blc-day { margin-bottom: 50px;} 
.c-program-flow .flow-left { width: 50%;}
.c-program-flow .flow-left h4 img { width: 90%;}
.c-program-flow .flow-left figure {
  width: 50%;
  margin: 0 0 0 30px;
}
.c-program-flow2 .encounter-top {
  width: 100%;
  margin: 40px 0 20px 0;
}
.c-program-flow2 .explan { margin-top: 30px;}
.c-program-flow2 .explan .encounter-right {
  width: 45%;
  margin: 15px 0 0 20px;
}
.c-program-flow2 .explan p { width: 55%;}
.c-program-flow figure { width: 47%;}
.c-program-flow .day-01 { margin-top: 20px;}
.c-program-flow p {
  margin-top: 0;
  font-size: 2.1rem;
}
.c-program-flow2 p {
  margin-top: 0;
  font-size: 2.1rem;
}
.c-program-flow .how-2weeks .illust img {
  width: 180px;
  margin-right: 50px;
}
.c-program-flow .how-2weeks p {
  margin-top: 20px;
  font-size: 2.4rem;
}


/* プログラムの目的 */
.c-program-purpose { background: #b0dcd5;}
.c-program-purpose{
  position: relative;
  &::before{
    content: "";
    width: 100vw;
    height: 100%;
    margin: 0 calc(50% - 61vw);
    position: absolute;
    top: 0;
    left: 0;
    background-color: #b0dcd5;
    z-index: -1;
  }
}
@media (max-width: 1024.98px) {
  .c-program-purpose{
    &::before{
      margin: 0 calc(50% - 50vw);
    }
  }
}
.c-program-purpose .flex-box { flex-wrap: wrap;}
.c-program-purpose .flex-box .a-purpose {
  box-sizing: border-box;
  margin-top: 50px;
  padding: 50px 30px 30px 30px;
  width: 48%;
  background-color: var(--text-white-color);
  position: relative;
}
.c-program-purpose .flex-box .a-purpose h3 {
  margin-bottom: 20px;
  font-size: 2.5rem;
  line-height: 1.6;
}
.c-program-purpose .flex-box .a-purpose h3.c-03 { margin: 30px 0;}
.c-program-purpose .flex-box .a-purpose img {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
}
.c-program-purpose .other-program {
  margin-top: 70px;
  margin-bottom: 50px;
}
.c-program-purpose .other-program h3 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  color: var(--text-white-color);
  text-align: center;
  padding: 10px 0;
  border-radius: 30px;
  background: var(--bg-navy-color) left top no-repeat;
}
.c-program-purpose .other-program img { width: 100%;}



/* ---------------------------------------------------------
  1199.98px
--------------------------------------------------------- */
@media screen and (max-width: 1199.98px){

  .container-wrap { padding-top: 40px;}
  .right-side-program {
    width: 100%;
    margin-left: 0;
  }

}


/* ---------------------------------------------------------
  1100px
--------------------------------------------------------- */
@media screen and (max-width: 1100px){

  .c-inner { padding-left: 25px; padding-right: 25px;}
  .right-side-program { width: 100%; margin-left: 0;}

}

/* ---------------------------------------------------------
  820px
--------------------------------------------------------- */
@media screen and (max-width: 820px){

  .container-wrap { padding-top: 20px;}
  .flex-box { flex-direction: column;}

  .left-side { display: none;}
  .right-side { width: 100%;}

  .right-side h2 { padding-top: 15px; font-size: 2.8rem;}

  /* c-local-program */
  .right-side .ttl-top { margin-top: 30px;}
  .right-side-program { width: 100%;}
  .s-local-program .flex-box { flex-direction: row;}
  .catch { font-size: 2.4rem;}
  .right-side-program { margin-left: 0;}

  /* c-program-flow */
  .c-program-flow .flex-box { flex-direction: row;}
  .c-program-flow .read { font-size: 2.4rem;}
  .c-program-flow figure { margin-right: 0; margin-left: 20px;}
  .c-program-flow p { font-size: 1.8rem;}

  /* c-program-purpose */
  .c-program-purpose .flex-box { flex-direction: row;}
  .c-program-purpose .flex-box .a-purpose { padding: 40px 25px 25px 25px;}
  .c-program-purpose .flex-box .a-purpose h3 { font-size: 2.4rem;}

}

/* ---------------------------------------------------------
  574px
--------------------------------------------------------- */
@media screen and (max-width: 574px){
  .is-local-college{
    p{
          margin: 20px 0;
    font-size: 1.8rem;
    }
  }
  .c-inner { padding-left: 20px; padding-right: 20px;}

  .right-side h2 {
    margin-top: 60px;
    padding-top: 20px;
    font-size: 2.4rem;
    line-height: 1.2;
    border-top: 1px solid var(--bg-navy-color);
    background-size: 100%;
  }
  .right-side h2 + p {
    margin: 20px 0;
    font-size: 1.8rem;
  }
  .right-side h2 span { padding: 0;}
  .right-side .ttl-top { border-top: 1px solid var(--text-white-color);}


  /* c-local-program */
  .s-local-program { padding-bottom: 65px;}
  .s-local-program .flex-box {
    flex-direction: column;
    margin-top: 20px;
    margin-left: 0;
  }
  .s-local-program_left,
  .s-local-program_right { margin-right: auto;
    margin-left: auto;width: 80%;}
  .catch { font-size: 2.4rem;}
  .s-local-program {
    background: url(../img/local-college/bg-img_sp.svg) right bottom no-repeat;}

  

  /* .c-program-features */
  .c-program-features figure {
    margin: 0 0 50px 0;
    width: 100%;
  }

  /* .c-program-flow */
  .c-program-flow .flex-box { flex-direction: column;}
  .c-program-flow .read { font-size: 1.9rem;}
  .c-program-flow .flow-left,
  .c-program-flow2 .explan p { width: 100%;}
  .c-program-flow2 .explan .encounter-right {
    width: 92%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-program-flow .encounter-right {
    margin-top: 20px;
    margin-left: 0;
  }
  .c-program-flow figure {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
  .c-program-flow .day-mt { margin-top: -12px;}
  .c-program-flow .day-03 { margin-top: -27px;}
  .c-program-flow .how-2weeks .illust { text-align: center;}
  .c-program-flow .how-2weeks p { font-size: 2rem;}

  /* .c-program-purpose */
  .c-program-purpose .flex-box .a-purpose { width: 100%; padding: 40px 20px 25px 20px;}
  .c-program-purpose .flex-box .a-purpose h3.c-03 { line-height: 2;}
  .c-program-purpose p { width: 100%; margin: 0;}

}