@charset "utf-8";
/* CSS Document */
/* 旧 cmn_style.css */
body {
  font-size: 16px;
  font-family: YuGothic,'Yu Gothic','メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック', sans-serif;
}
main {
  background: #F0F0F0;
}

.header {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
}
.inner {
  max-width: 1024px;
  width: 100%;
  margin: auto;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .inner {
    width: 90%;
    margin: auto;
  }
  .header {
    display: flex;
    padding: 0 0 0 10px;
    height: 55px;
  }
  .header img {
    max-height: 45px;
    width: auto;
  }
}

.inner a:hover {
    text-decoration: none;
    opacity: 0.6;
}
.inner a:hover {
    text-decoration: none;
    opacity: 0.6;
    display: block;
}
.contents-movie a {
    display: block;
}
.pc_block{
  display: block;
}
.sp_block{
  display: none;
}
.bold{
  font-weight: bold;
}
/* ==================================================== */
.fade{
    opacity: 0;
    transform: translateY(100px);
    transition: ease-out 0.5s;
}
.fade.scrollin{
    opacity: 1;
    transform:translateY(0);
}
.fade_list li{
    opacity: 0;
    transform: translateY(100px);
    transition: ease-out 0.5s;
}
.fade_list.scrollin li{
    opacity: 1;
    transform:translateY(0);
}
.fade_list li:nth-child(1){
    transition-delay: 0ms;
}
.fade_list li:nth-child(2){
    transition-delay: 150ms;
}
.fade_list li:nth-child(3){
    transition-delay: 300ms;
}
.fade_list li:nth-child(4){
    transition-delay: 450ms;
}
.fade_list li:nth-child(5){
    transition-delay: 600ms;
}
.fade_list li:nth-child(5){
    transition-delay: 750ms;
}
/* ==================================================== */
.main {
    background: #F0F0F0;
}
.bg-white {
    background: #fff;
    padding: 50px 0 40px;
}
.bg-gray {
    background: #F0F0F0;
    padding: 50px 0 40px;
}
.main-visual {
	background: url("../img/main-visual.png") no-repeat center center;
	background-size: cover;
	width: 100%;
	padding: 82px 0;
	color: #fff;
/*	font-weight: 600;
	font-size: 30px;
	text-align: center;
	font-family: "HiraMinPro-W6",serif;*/
}
.main-title {
    margin: 0 auto 0 0;
    max-width: 1020px;
}
.main-title img {
    display: block;
    text-align: center;
    margin: auto;
}
.main-title img.sp_block{
  display: none;
}
.main-text {
    max-width: 670px;
    color: #fff;
    margin: 30px auto 0;
    font-weight: bold;
}
.h2-border {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    background: url(../img/h2_bg.png)no-repeat;
    background-size: cover;
    padding: 20px 0;
    margin: 50px 0 30px 0;
}


/* ==================================================== */
.inner.top-box {
    position: relative;
    top: -120px;
    margin: 0 auto -90px;
}
.box {
    background: rgb(255 255 255 / 75%);
}
.point {
    text-align: center;
    font-size: 20px;
    max-width: 90%;
    margin: auto;
}
.comment {
    text-align: center;
    margin: 15px 0 50px;
}
.ul-faculty {
    display: flex;
    align-items: end;
}
.ul-faculty {
    display: flex;
    align-items: end;
    margin: 50px 0;
    font-weight: bold;
    text-align: center;
    justify-content: center;
}
.li-faculty {
    position: relative;
    margin: 0 10px;
}

.li-faculty img {
    margin: 0 0 10px 0;
    display: block;
}
.over-text {
    position: absolute;
    width: 240px;
    margin: 10px auto 0;
    left: -50%;
}
.ul-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 100px auto 0;
    padding: 0 0 50px 0;
    max-width: 700px;
}
.li-contents {
    text-align: center;
    font-weight: bold;
    color: #009441;
    max-width: 150px;
    margin: 0 10px;
}
.contents-icon {
    background: #009441;
    display: block;
    box-sizing: border-box;
    width: 150px;
    height: 80px;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    margin: 0 0 10px 0;
}
.li-contents {
    text-align: center;
    font-weight: bold;
    color: #009441;
    max-width: 150px;
    margin: 0 auto;
}
.li-contents a {
    color: #009441;
    font-weight: bold;
}


/* ==================================================== */

.contents-button {
    margin: 40px auto;
    text-align: center;
    position: relative;
}
.button-large img {
    margin: 0 0 0 20px;
}
.button-large {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 10px 20px;
    border: solid #009441 3px;
    border-radius: 50px;
    box-sizing: border-box;
    max-width: 720px;
    margin: 30px auto 0;
}
.span_bg {
    background: #009441;
    color: #fff;
    display: inline-block;
    padding: 2px 5px;
    margin: 0 5px;
}
.button-point {
    font-size: 30px;
    line-height: 1.3em;
}
.button-text {
    margin: 0 0 0 20px;
    background: linear-gradient(#fff 60%, #ff6 60%);
}


/* ==================================================== */
.h3-midashi {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 15px 60px;
    margin: 0 0 20px;
}
.h4-midashi{
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 60px;
    margin: 0 0 20px;
}
/* 色
==================================================== */
.h3-midashi.c-pink {
    background: #E9536B;
    border-radius: 50px;
}
.h4-midashi.c-pink {
    border: solid 3px #e9536b;
    color: #e9536b;
}
.h3-midashi.c-orange {
    background: #F6AB00;
    border-radius: 50px;
}
.h4-midashi.c-orange {
    border: solid 3px #F6AB00;
    color: #B77600;
}
.h3-midashi.c-green {
    background: #ABAC17;
    border-radius: 50px;
}
.button-large.c-green {
    border: solid 3px #ABAC17;
}
.h3-midashi.c-blue {
    background: #009DE1;
    border-radius: 50px;
}
.h4-midashi.c-blue {
    border: solid 3px #009DE1;
    color: #009DE1;
}
.h3-midashi.c-red {
    background: #C0163E;
    border-radius: 50px;
}
.h4-midashi.c-red {
    border: solid 3px #C0163E;
    color: #C0163E;
}
.li-faculty .c-pink ,.m-syoukai.c-pink{ color: #E9536B;}
.li-faculty .c-orange ,.m-syoukai.c-orange{ color: #B77600;}
.li-faculty .c-green ,.m-syoukai.c-green{ color: #ABAC17;}
.li-faculty .c-blue ,.m-syoukai.c-blue{ color: #009DE1;}
.li-faculty .c-red ,.m-syoukai.c-red{ color: #C0163E;}

/* 
==================================================== */
.m-syoukai {
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
}
.contents-movie {
    max-width: 330px;
    margin: 0 5px 30px;
}
.introduction.movie-list {
    justify-content: center;
}
.movie-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    max-width: 1024px;
}
.bg-white .movie-comment {
    background: #F0F0F0;
}
.bg-gray .movie-comment {
    padding: 15px;
    background: #fff;
}
.movie-comment {
    padding: 15px;
    background: #fff;
    min-height: 190px;
    box-sizing: border-box;
}
.m-midashi {
    text-align: center;
    font-weight: bold;
    margin: 0 auto 10px;
}

/* 
==================================================== */
.flex-movie {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px auto 50px;
}
.box-green {
    background: #009441;
    color: #fff;
    padding: 20px 25px;
    max-width: 328px;
    box-sizing: border-box;
}
a.arrow_button {
    background: url(../img/candidates.png)no-repeat right;
    background-size: contain;
    color: #009441;
    font-size: 16px;
    font-weight: bold;
    padding: 18px 0 20px 90px;
    display: block;
    margin: 5px 0;
}
.line {
    text-align: center;
    border-top: solid #F0F0F0 2px;
    border-bottom: solid #F0F0F0 2px;
    max-width: 80%;
    margin: 0 auto 50px;
    padding: 20px 0;
}
.line img {
    display: inline-block;
    height: 16px;
    margin: 2px 0 0 8px;
  cursor: pointer;
}
.line a:hover {
    display: inline-block;
}
.line a {
    padding: 0px 10px 0 0;
}


/*ボックス*/

/*ボックス内*/

/* 700pxより小さい場合 */
@media screen and ( max-width: 700px ){
.pc_block{
  display: none;
}
.sp_block{
  display: block;
}
  .main-title img.pc_block {
    display: none;
}
  .main-title img.sp_block {
    display: block;
}
.main-visual {
    width: 90%;
    padding: 50px 5% 100px;
    color: #fff;
}
.ul-faculty {
    display: flex;
    flex-wrap: wrap;
}
.li-faculty {
    position: relative;
    margin: 0 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 20px 20px;
}
  .li-faculty img {
    margin: 0 auto 10px;
    display: block;
}
.ul-contents {
    margin: 0px auto 0;
    padding: 0 0 10px 0;
}
.li-contents {
    margin: 0 auto 20px;
}
.over-text {
    position: relative;
    width: 240px;
    margin: 10px auto 0;
    left: 0;
}
.button-large {
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 8px;
    font-size: 20px;
}
  .button-large.c-green{
    display: flex;
    flex-wrap: inherit;
  }
.button-large.live_button {
    position: relative;
    justify-content: start;
    padding: 10px 20px 10px 28px;
}
.button-large.live_button img {
    position: absolute;
    margin: 0 0 0 20px;
    right: 20px;
    top: 38px;
}
.live_button .button-text {
    margin: 0;
    background: linear-gradient(#fff 60%, #ff6 60%);
    font-size: 22px;
}
  
.sp-wrap .contents-movie {
    max-width: 48%;
    margin: 0 1% 30px;
    font-size: 14px;
    height: auto;
    background: #F0F0F0;
}
  .bg-gray .sp-wrap  .contents-movie {
    background: #fff;
}
.contents-box .button-point {
    font-size: 24px;
    text-align: left;
    max-width: 70%;
}
.movie-comment {
    padding: 15px 12px;
}

.line {
    text-align: center;
    max-width: 100%;
}
}