.box_half {
  background-color: #eff8fc;
  width: 50%;
}


/**********************************
  共通ボタン
*/
.anchor_container {
  clear: both;
  text-align: center;
}
.btn-gradient-radius {
  display: inline-block;
  padding: 20px 70px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  transition: .4s;
}

.btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}
.btn-gradient-radius::before {
    content: " ";
    position: absolute;
    right: 28px;
    top: 50%;
    margin-top: -6px;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.anchor_back {
  min-width: 430px;
  padding: 4px;
  display: inline-block;
  line-height: 62px;
  vertical-align: bottom;
  position: relative;
  overflow: hidden;
}

.anchor_back:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: content-box;
  border-radius: 35px;
  background-color: #b51696;
  background-image: -webkit-linear-gradient(135deg,  #24718e 0%,#d55e58 100%);
  background-image:    -moz-linear-gradient(135deg,  #24718e 0%,#d55e58 100%);
  background-image:     -ms-linear-gradient(135deg,  #24718e 0%,#d55e58 100%);
  background-image:      -o-linear-gradient(135deg,  #24718e 0%,#d55e58 100%);
  background-image:         linear-gradient(135deg,  #24718e 0%,#d55e58 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.anchor_back a {
  padding: 0 30px;
  display: block;
  box-sizing: border-box;
  font-size: 17px;
  font-weight: bold;
  border-radius: 31px;
  text-decoration: none;
  letter-spacing: 0.5px;
  color: #2e7568;
  background-color: #fff;
}
.anchor_back a:before {
  content: " ";
  position: absolute;
  right: 28px;
  top: 50%;
  margin-top: -5.5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2e7568;
  border-right: 2px solid #2e7568;
  transform: rotate(45deg);
}

@media screen and (min-width:768px) {
  .anchor_back a:hover {
    background-image: linear-gradient(135deg,  #4FAFCB 0%,#c85f5c 100%);
    background-repeat: no-repeat;
    color: #fff;
  }
  .anchor_back a:hover:before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media screen and (max-width:767px) {
  .anchor_container{
    padding: 30px 15px 60px;
  }
  .anchor_back{
    min-width: 0;
    display: block;
    width: auto;
    border-radius: 23px;
    padding: 3px;
  }
  .anchor_back a{
    display: block;
    line-height: 40px;
    padding: 0;
    border-radius: 20px;
    font-size: 1.4rem;
  }
  .anchor_back a:before {
    right: 15px;
    margin-top: -6px;
    width: 11px;
    height: 11px;
    border-top: 1px solid #921d5c;
    border-right: 1px solid #921d5c;
  }
}

/**********************************
  メインビジュアル
*/
.main_visual {
}
.main_visual .slide_block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 630px;
  position: relative;
  width: 100%;
}

.main_visual .slide_block .slide_block_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.main_visual .slide_block .title {
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 40px;
  font-weight: bold;
  top: 180px;
  text-align: center;
  height: 150px;
  left: 0;
  line-height: 60px;
  padding: 66px 0 0 48px;
  position: absolute;
  width: 100%;
}
.main_visual .slide_block .anchor {
  background-color: #fff;
  border-radius: 24px;
  color: #78033d;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-left: 20px;
  opacity: 1;
  transition-duration: 0.2s;
  padding: 0 20px;
  text-decoration: none;
  vertical-align: top;
}
.main_visual .slide_block .anchor:before {
  background: url(../img/home/arrow_link.png) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  margin: 1px 3px 0 0;
  height: 13px;
  vertical-align: middle;
  width: 8px;
}
.main_visual .slide_block .anchor:hover {
  opacity: 0.7;
}
.main_visual.slick-dotted.slick-slider{
  margin-bottom: 0;
}
.main_visual .slick-dots{
  bottom: -60px;
}

@media screen and (max-width:767px) {
  .main_visual .slide_block{
    height: 0;
    padding-top: 10.4%;
  }
  .main_visual .slide_block .title{
    /*
    bottom: 20px;
    left: 20px;
    */
    font-size: 1.4rem;
    height: auto;
    line-height: 22px;
    padding: 20px 0 20px 20px;
  }
  .main_visual .slide_block .anchor{
    padding: 0 10px;
    margin-left: 5px;
    font-size: 1.2rem;
  }
  .main_visual .slide_block .anchor:before{
    background-size: 4px auto;
    background-position: 0 center;
  }
  .main_visual .slick-dots{
    bottom: -30px;
  }
}

/**********************************
  お知らせ
*/
.news {
  padding-top: 70px;
  background: url(../img/home/back_right01.png) no-repeat right 0;
}
.news .news_head {
  font-size: 28px;
  line-height: 1em;
  text-align: center;
}
.news .news_head:after {
  background-color:#FCB069;
  content: "";
  display: block;
  height: 3px;
  margin: 16px auto 40px;
  width: 80px;
}
.news .notice-other{
  margin-top: 30px;
  font-size: 13px;
  display: flex;
  justify-content: flex-end
}
.about{
  padding: 0px 10px 30px 10px;
  max-width: 900px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 150%;

}
.about .img{
  padding: 10px;
  float: left; width:20%;
}
.about .label{
  float: left;width: 80%;margin-top: 30px;
}
/* .news .news_important
--------------------------*/
.news .news_important {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 45px;
}
.noticeContent{
  font-size: 1.5rem;
  line-height: 1.86;
}
.noticeContent li {
  padding: 10px;
  margin-top:10px;

}
.noticeContent li:nth-child(2n+1){
  color:#FFF;
  background-color:#333434;
}
.noticeContent li:nth-child(2n){
  color:#FFF;
  background-color:#0C4D6D;
}
@media(max-width: 767px){
  .news .news_important {
    margin: 0 15px 15px 15px;
  }
  .about .label{padding-left: 10px;
  float: left;width: 80%;margin-top: 2px;
}
}
.news .news_important h3 {
  font-size: 1.8rem;
  line-height: 3.1111;
  text-align: center;
  color: #FFF;
  background-color: #66162f;
}
@media(max-width: 767px){
  .news .news_important h3 {
    padding: 0 15px;
    font-size: 1.8rem;
    line-height: 2.5em;
    text-align: left;
  }
}
.news .news_important h3:before {
  content: "\e90d";
  font-family: iconfont;
  display: inline-block;
  margin-right: 0.5em;
  padding-bottom: 4px;
  vertical-align: middle;
}
.news .news_important dl {
    padding: 15px 30px;
    display: block;
}
@media(max-width: 767px){
  .news .news_important dl {
    padding: 4vw;
    margin: 0;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news .news_important dt {
  color: #66162f;
  font-size: 1.5rem;
  float: left;
  display: block;
  width: 140px;
  clear: left;
  line-height: 1.86;
}
@media(max-width: 767px){
  .news .news_important dt {
    font-size: 1.3rem;
  }
}
.news .news_important dd {
  font-size: 1.5rem;
  line-height: 1.86;
  margin: 0 0 5px 140px;
}
@media(max-width: 767px){
  .news .news_important dd {
    font-size: 1.3rem;
    margin: 0 0 1em 0;
  }
}
.news .news_important dd:last-child {
  margin-bottom: 0;
}
.news .news_important a {
  color: #ffffff;
  text-decoration: none;
}
.news .news_important a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.news .top_news {
  float: left;
  height: 420px;
  overflow: hidden;
  position: relative;
  width: 50%;
}
.news .top_news .title {
  background: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.6) );
  bottom: 0;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  left: 0;
  letter-spacing: 0.7px;
  line-height: 1.4em;
  padding: 34px 6.3%;
  position: absolute;
  width: 100%;
  text-align: center;
}
.news .top_news .sml {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1em;
  margin-bottom: 10px;
}
.news .sub_news {
  float: left;
  height: 270px;
  overflow: hidden;
  position: relative;
  width: 33.33%;
}
.news .sub_news2 {
  float: left;
  height: 210px;
  overflow: hidden;
  position: relative;
  width: 33%;
}

.news .sub_news .title,.news .sub_news2 .title {
  background: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.6) );
  bottom: 0;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  left: 0;
  letter-spacing: 0.2px;
  line-height: 1.4em;
  min-height: 65px;
  padding: 19px 55px 19px 7%;
  position: absolute;
  width: 100%;
  text-align: center;
}
.news .sub_news .title,.news .sub_news3 .title {
  background: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.6) );
  bottom: 0;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  left: 0;
  letter-spacing: 0.2px;
  line-height: 1.4em;
  min-height: 65px;
  padding: 19px 1px 19px 7%;
  position: absolute;
  width: 100%;
  text-align: center;
}
.news .sub_news .sml {
  display: block;
  font-weight: normal;
  margin-bottom: 8px;
}
.news .bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news .tag {
  background: #79033D;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  height: 140px;
  padding-top: 110px;
  position: absolute;
  left: -70px;
  letter-spacing: 1px;
  line-height: 1em;
  text-align: center;
  transform: rotate( -45deg );
  top: -70px;
  z-index: 2;
  width: 140px;
}
.news .tag.movie {
  background: linear-gradient( -90deg, #11bdc9, #008e98 );
}
.news .tag.new {
  background: #78033d;
  bottom: -50px;
  font-size: 12px;
  height: 100px;
  left: auto;
  padding-top: 10px;
  right: -50px;
  top: auto;
  width: 100px;
}
.news .fullsize {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
}
.news .top_news a,
.news .sub_news a {
  opacity: 1;
  transition-duration: 0.2s;
}
.news .top_news a:hover,
.news .sub_news a:hover {
  opacity: 0.5;
}
.news_img_1p0{
   min-height: 300px;width: 120%;
}

@media screen and (max-width:500px) {
  .news_img_1p0{
   min-height: 300px;width:auto;
}
}
@media screen and (max-width:767px) {
  .news_container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news .top_news {
    float: none;
    height: 200px;
    width: 100%;
  }
  .news .sub_news {
    float: none;
    height: 135px;
    width: 100%;
  }
  .news .sub_news2 {
    float: none;
    width: 100%;
  }
  .news {
    padding-top: 50px;
    background: url(../img/home/back_right02_sp.png) no-repeat right 0;
  }
  .news .news_head {
    font-size: 2rem;
    margin-top: 40px;
  }
  .news .news_head:after {
    width: 65px;
    margin-bottom: 30px;
  }
  .news .top_news .title{
    font-size: 1.4rem;
  }
  .news .sub_news .title{
    font-size: 1.2rem;
    padding-bottom: 5px;
  }
  .news_btn_bg{
    background: #fff url(../img/home/back_right01_sp.png) no-repeat 0 0;
    background-size: auto 100%;
  }

}
@media screen and (min-width:768px) {
  .news{

  }
  .news_btn_bg{
    padding: 50px 0 60px;
    background: #fff url(../img/home/back_right01.png) no-repeat 0 -40px;
    background-size: auto 100%;
  }
}

/**********************************
  活動
*/
.activity {
  padding-top: 100px;
  background: url(../img/home/back_right01.png) no-repeat right 0;
}
.activity .activity_head {
  font-size: 28px;
  line-height: 1em;
  text-align: center;
  position: relative;
}
.activity .activity_head:after {
  background-color:#FCB069;
  content: "";
  display: block;
  height: 3px;
  margin: 16px auto 40px;
  width: 80px;
}

/* .activity .activity_important
--------------------------*/
.activity .activity_important {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 45px;
}

@media(max-width: 767px){
  .activity .activity_important {
    margin: 0 15px 15px 15px;
  }
}
.activity .activity_important h3 {
  font-size: 1.8rem;
  line-height: 3.1111;
  text-align: center;
  color: #FFF;
  background-color: #66162f;
}
@media(max-width: 767px){
  .activity .activity_important h3 {
    padding: 0 15px;
    font-size: 1.8rem;
    line-height: 2.5em;
    text-align: left;
  }
}
.activity .activity_important h3:before {
  content: "\e90d";
  font-family: iconfont;
  display: inline-block;
  margin-right: 0.5em;
  padding-bottom: 4px;
  vertical-align: middle;
}
.activity .activity_important dl {
    padding: 15px 30px;
    display: block;
}
@media(max-width: 767px){
  .activity .activity_important dl {
    padding: 4vw;
    margin: 0;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.activity .activity_important dt {
  color: #66162f;
  font-size: 1.5rem;
  float: left;
  display: block;
  width: 140px;
  clear: left;
  line-height: 1.86;
}
@media(max-width: 767px){
  .activity .activity_important dt {
    font-size: 1.3rem;
  }
}
.activity .activity_important dd {
  font-size: 1.5rem;
  line-height: 1.86;
  margin: 0 0 5px 140px;
}
@media(max-width: 767px){
  .activity .activity_important dd {
    font-size: 1.3rem;
    margin: 0 0 1em 0;
  }
}
.activity .activity_important dd:last-child {
  margin-bottom: 0;
}
.activity .activity_important a {
  color: #222;
  text-decoration: none;
}
.activity .activity_important a:hover {
  color: #941e57;
  text-decoration: underline;
}

.activity .top_news {
  float: left;
  height: 420px;
  overflow: hidden;
  position: relative;
  width: 50%;
}
.activity .top_news .title {
  background: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.6) );
  bottom: 0;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  left: 0;
  letter-spacing: 0.7px;
  line-height: 1.4em;
  padding: 34px 6.3%;
  position: absolute;
  width: 100%;
}
.activity .top_news .sml {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1em;
  margin-bottom: 10px;
}
.activity .sub_news {
  float: left;
  height: 210px;
  overflow: hidden;
  position: relative;
  width: 25%;
}
.activity .sub_news .title {
  background: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.6) );
  bottom: 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  /*
  bottom: 19px;
  left: 7%;
  */
  left: 0;
  letter-spacing: 0.2px;
  line-height: 1.4em;
  min-height: 65px;
  padding: 19px 55px 19px 7%;
  position: absolute;
  width: 100%;
}
.activity .sub_news .sml {
  display: block;
  font-weight: normal;
  margin-bottom: 8px;
}
.activity .bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.activity .tag {
  background: #4FAFCB;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  height: 140px;
  padding-top: 110px;
  position: absolute;
  left: -70px;
  letter-spacing: 1px;
  line-height: 1em;
  text-align: center;
  transform: rotate( -45deg );
  top: -70px;
  z-index: 2;
  width: 140px;
}
.activity .tag.movie {
  background: linear-gradient( -90deg, #11bdc9, #008e98 );
}
.activity .tag.new {
  background: #78033d;
  bottom: -50px;
  font-size: 12px;
  height: 100px;
  left: auto;
  padding-top: 10px;
  right: -50px;
  top: auto;
  width: 100px;
}
.activity .fullsize {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
}
.activity .top_news a,
.activity .sub_news a {
  opacity: 1;
  transition-duration: 0.2s;
}
.activity .top_news a:hover,
.activity .sub_news a:hover {
  opacity: 0.5;
}
@media screen and (max-width:767px) {
  .activity_container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .activity .top_news {
    float: none;
    height: 200px;
    width: 100%;
  }
  .activity .sub_news {
    float: none;
    height: 125px;
    width: 50%;
  }
  .activity {
    padding-top: 50px;
    background: url(../img/home/back_right02_sp.png) no-repeat right 0;
  }
  .activity .activity_head {
    font-size: 2rem;
  }
  .activity .activity_head:after {
    width: 65px;
    margin-bottom: 30px;
  }
  .activity .top_news .title{
    font-size: 1.4rem;
  }
  .activity .sub_news .title{
    font-size: 1.2rem;
    padding-bottom: 5px;
  }
  .activity_btn_bg{
    background: #fff url(../img/home/back_right01_sp.png) no-repeat 0 0;
    background-size: auto 100%;
  }
}
@media screen and (min-width:768px) {
  .activity{

  }
  .activity_btn_bg{
    padding: 50px 0 60px;
    background: #fafafa url(../img/home/back_right01.png) no-repeat 0 0;
    background-size: auto 100%;
  }
}


/**********************************
  新ニュース
*/
.news_wo {
  padding-top: 50px;

}
.news_wo .news_wo_head {
  font-size: 28px;
  line-height: 1em;
  text-align: center;
  position: relative;
}
.news_wo .news_wo_head:after {
  background-color:#FCB069;
  content: "";
  display: block;
  height: 3px;
  margin: 16px auto 40px;
  width: 80px;
}

/* .news_wo .news_wo_important
--------------------------*/
.news_wo .news_wo_important {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 45px;
}

@media(max-width: 767px){
  .news_wo .news_wo_important {
    margin: 0 15px 15px 15px;
  }
}
.news_wo .news_wo_important h3 {
  font-size: 1.8rem;
  line-height: 3.1111;
  text-align: center;
  color: #FFF;
  background-color: #66162f;
}
@media(max-width: 767px){
  .news_wo .news_wo_important h3 {
    padding: 0 15px;
    font-size: 1.8rem;
    line-height: 2.5em;
    text-align: left;
  }
}
.news_wo .news_wo_important h3:before {
  content: "\e90d";
  font-family: iconfont;
  display: inline-block;
  margin-right: 0.5em;
  padding-bottom: 4px;
  vertical-align: middle;
}
.news_wo .news_wo_important dl {
    padding: 15px 30px;
    display: block;
}
@media(max-width: 767px){
  .news_wo .news_wo_important dl {
    padding: 4vw;
    margin: 0;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news_wo .news_wo_important dt {
  color: #66162f;
  font-size: 1.5rem;
  float: left;
  display: block;
  width: 140px;
  clear: left;
  line-height: 1.86;
}
@media(max-width: 767px){
  .news_wo .news_wo_important dt {
    font-size: 1.3rem;
  }
}
.news_wo .news_wo_important dd {
  font-size: 1.5rem;
  line-height: 1.86;
  margin: 0 0 5px 140px;
}
@media(max-width: 767px){
  .news_wo .news_wo_important dd {
    font-size: 1.3rem;
    margin: 0 0 1em 0;
  }
}
.news_wo .news_wo_important dd:last-child {
  margin-bottom: 0;
}
.news_wo .news_wo_important a {
  color: #222;
  text-decoration: none;
}
.news_wo .news_wo_important a:hover {
  color: #941e57;
  text-decoration: underline;
}

.news_wo .top_news {
  float: left;
  height: 420px;
  overflow: hidden;
  position: relative;
  width: 50%;
}
.news_wo .top_news .title {
  background:rgba(255, 0, 131, 0.3);
  bottom: 0;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  left: 0;
  letter-spacing: 0.7px;
  line-height: 1.4em;
  padding: 34px 6.3%;
  position: absolute;
  width: 100%;
}
.news_wo .top_news .title_blue {
  background:rgba(0, 171, 255, 0.3);
  bottom: 0;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  left: 0;
  letter-spacing: 0.7px;
  line-height: 1.4em;
  padding: 34px 6.3%;
  position: absolute;
  width: 100%;
}
@media(max-width: 767px){
  .news_wo .top_news .title_blue {
    background:rgba(0, 171, 255, 0.3);
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    left: 0;
    letter-spacing: 0.7px;
    line-height: 1.4em;
    padding: 34px 6.3%;
    position: absolute;
    width: 100%;
   }
}
.news_wo .top_news .sml {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1em;
  margin-bottom: 10px;
}
.news_wo .sub_news {
  float: left;
  height: 210px;
  overflow: hidden;
  position: relative;
  width: 25%;
}
.news_wo .sub_news .title {
  background: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.6) );
  bottom: 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  left: 0;
  letter-spacing: 0.2px;
  line-height: 1.4em;
  min-height: 65px;
  padding: 19px 55px 19px 7%;
  position: absolute;
  width: 100%;
}
.news_wo .sub_news .sml {
  display: block;
  font-weight: normal;
  margin-bottom: 8px;
}
.news_wo .bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news_wo .tag {
  background: #4FAFCB;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  height: 140px;
  padding-top: 110px;
  position: absolute;
  left: -70px;
  letter-spacing: 1px;
  line-height: 1em;
  text-align: center;
  transform: rotate( -45deg );
  top: -70px;
  z-index: 2;
  width: 140px;
}
.news_wo .tag.movie {
  background: linear-gradient( -90deg, #11bdc9, #008e98 );
}
.news_wo .tag.new {
  background: #78033d;
  bottom: -50px;
  font-size: 12px;
  height: 100px;
  left: auto;
  padding-top: 10px;
  right: -50px;
  top: auto;
  width: 100px;
}
.news_wo .fullsize {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
}
.news_wo .top_news a,
.news_wo .sub_news a {
  opacity: 1;
  transition-duration: 0.2s;
}
.news_wo .top_news a:hover,
.news_wo .sub_news a:hover {
  opacity: 0.5;
}
.triangle{
  background: #f3f6fb url(../images/back_right02.png) no-repeat 0 0;
    position: absolute;
  width: 100%;
  height: 200px;}
.triangle2{
  background: #f3f6fb url(../images/back_right03.png) no-repeat 0 0;
    position: absolute;
  width: 100%;
  height: 200px;}

@media screen and (max-width:767px) {
  .news_wo_container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news_wo .top_news {
    float: none;
    height: 200px;
    width: 100%;
  }
  .news_wo .sub_news {
    float: none;
    height: 125px;
    width: 50%;
  }
  .news_wo {
    padding-top: 2px;
  }
  .news_wo .news_wo_head {
    font-size: 2rem;
  }
  .news_wo .news_wo_head:after {
    width: 65px;
    margin-bottom: 30px;
  }
  .news_wo .top_news .title{
    font-size: 17px;
  }
  .news_wo .sub_news .title{
    font-size: 1.2rem;
    padding-bottom: 5px;
  }
}
@media screen and (min-width:768px) {
  .news_wo{

  }
}


/**********************************
  カレンダー
*/
.calender {
  display: table;
  text-align: center;
  width: 100%;
}
.calender2 {
  display: table;
  text-align: center;
  width: 100%;
}
.calender .week {
  display: table-row;
}
.calender2 .week {
  display: table-row;
}
.calender .week .day {
  background-color: #fff;
  display: table-cell;
  font-size: 1.6rem;
  height: 100%;
  vertical-align: middle;
  width: calc( 100% / 7 );
}
.calender2 .week .day {
  background-color: #f8f8f8;
  display: table-cell;
  font-size: 1.6rem;
  height: 100%;
  vertical-align: middle;
  width: calc( 100% / 7 );
}
.calender .week .head {
  display: table-cell;
  font-size: 1.4rem;
  line-height: 2.4em;
  text-align: center;
  width: calc( 100% / 7 );
}
.calender2 .week .head {
  display: table-cell;
  font-size: 1.4rem;
  line-height: 2.4em;
  text-align: center;
  width: calc( 100% / 7 );
}
.calender.spacing {
  border-collapse: separate;
  border-spacing: 1px;
}
.calender2.spacing {
  border-collapse: separate;
  border-spacing: 1px;
}
.calender .week .holy,
.calender .week .sun{
  color: #ff0202;
}
.calender2 .week .holy,
.calender2 .week .sun{
  color: #ff0202;
}
.calender .week .sat{
  color: #1e5dc6;
}
.calender2 .week .sat{
  color: #1e5dc6;
}
.calender .week .gray {
  background-color: #eeeeee;
}
.calender2 .week .gray {
  background-color: #e6e6e6
}
.calender .week .event {
  position: relative;
  transition-duration: 0.2s;
}
.calender2 .week .event {
  position: relative;
  transition-duration: 0.2s;
}

.calender .week .event > span,
.calender2 .week .event > span{
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.calender .week .event:after{
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #8d1e54;
}
.calender2 .week .event:after{
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #8d1e54;
}
.calender_month{
  position: relative;
  line-height: 64px;
  margin-bottom: 30px;
  text-align: center;
  background-color: #fff;
}
.calender_month2{
  position: relative;
  line-height: 64px;
  margin-bottom: 30px;
  text-align: center;
  background-color: #f8f8f8;
}
.calender_month h3{
  font-size: 2rem;
  font-weight: normal;
}
.calender_month2 h3{
  font-size: 2rem;
  font-weight: normal;
}
.month_prev,
.month_next{
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
}
.month_prev{
  left: 4%;
}
.month_next{
  right: 4%;
}
@media screen and (max-width:767px) {
  .calender_month{
    margin-bottom: 20px;
  }
  .calender_month2{
    margin-bottom: 20px;
  }
}
@media screen and (max-width:1100px) {
  .calender .week .event:after{
    margin-left: -2px;
    bottom: 5px;
    width: 5px;
    height: 5px;
  }
  .calender2 .week .event:after{
    margin-left: -2px;
    bottom: 5px;
    width: 5px;
    height: 5px;
  }
}
@media screen and (min-width:768px) {
  .calender_month{
    line-height: 106px;
  }
  .calender_month2{
    line-height: 106px;
  }
  .calender_month h3{
    line-height: 105px;
    font-size: 2.5rem;
  }
  .calender_month2 h3{
    line-height: 105px;
    font-size: 2.5rem;
  }
  .calender .week .head {
    font-size: 1.8rem;
  }
  .calender2 .week .head {
    font-size: 1.8rem;
  }
  .calender .week .day{
    padding-bottom: 10px;
    font-size: 3rem;
  }
  .calender2 .week .day{
    padding-bottom: 10px;
    font-size: 3rem;
  }
  .calender .week .event:hover {
    opacity: .7;
  }
  .calender2 .week .event:hover {
    opacity: .7;
  }
}
@media screen and (min-width:768px) and (max-width:920px) {
  .calender .week .day {
    font-size: 2rem;
  }
  .calender2 .week .day {
    font-size: 2rem;
  }
  .calender .week .head {
    font-size: 1.4rem;
  }
  .calender2 .week .head {
    font-size: 1.4rem;
  }
}

.calender2 .week .day.frame{
  border:3px solid #8d1e54;
}

/**********************************
 イベント
*/
.event_section{
  padding: 2px 15px 0;
  background-size: cover;
}
.event_section2{
  padding: 60px 15px 100px;
}
.event_head {
  font-size: 2rem;
  line-height: 1em;
  text-align: center;
}
.event_head2 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 30px;
}
.event_head:after {
  background-color: #FCB069;
  content: "";
  display: block;
  height: 3px;
  margin: 16px auto 30px;
  width: 80px;
}
.event_head2:after {
  background-color: #8d1e54;
  content: "";
  display: block;
  height: 2px;
  margin: 16px 0 5px;
  width: 65px;
}
.event_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.event_list2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.event_list dt{
  width: 72px;
  height: 90px;
  margin-top: 15px;
  padding-top: 27px;
  text-align: center;
  line-height: 1.1;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
.event_list2 dt{
  width: 72px;
  height: 90px;
  margin-top: 15px;
  padding-top: 27px;
  text-align: center;
  line-height: 1.1;
  background-color: #f8f8f8;
  font-size: 1.6rem;
  font-weight: 700;
}
.event_list dt span{
  display: block;
  margin-bottom: 5px;
  font-size: 1.3rem;
  font-weight: 400;
}
.event_list2 dt span{
  display: block;
  margin-bottom: 5px;
  font-size: 1.3rem;
  font-weight: 400;
}
.event_list dd{
  width: calc(100% - 72px);
  margin-top: 15px;
  padding-left: 15px;
  font-size: 1.3rem;
  line-height: 1.5;
}
.event_list2 dd{
  width: calc(100% - 72px);
  margin-top: 15px;
  padding-left: 15px;
  font-size: 1.3rem;
  line-height: 1.5;
}
.event_list dd a{
  font-weight: 700;
}
.event_list2 dd a{
  font-weight: 700;
}
.event_list dd p{
  margin-top: 5px;
  padding-left: 20px;
  font-size: 1.3rem;
  background: url(../img/home/tagicon_sp.png) no-repeat 0 2px;
  background-size: 13px;
}
.event_list2 dd p{
  margin-top: 5px;
  padding-left: 20px;
  font-size: 1.3rem;
  background: url(../img/home/tagicon_sp.png) no-repeat 0 2px;
  background-size: 13px;
}
.event_btn{
  padding-top: 50px;
}
@media screen and (max-width:767px) {
  .event_container > div:nth-child(1){
    margin-bottom: 40px;
  }
  .event_btn{
    padding: 30px 0 60px;
  }
  /***イベント***/
   .yearInfo{
    padding: 10px;
    background: #fff;
    display: -webkit-flex;
        display: flex;
    -webkit-justify-content: space-between;
        justify-content: space-between;
    font-size: 15px;
  }
  .yearInfo .yearD{
    font-size: 20px;
  }
  .yearInfo ul {
    color: #ccc;
  }
  .yearInfo ul li{
       display: inline;
  }
  .yearInfo li{
       padding-left: 14px;
  }
  .yearInfo li.active{
    color: #000000;
    font-size: 15px;
  }
  .yearInfo li::before {
        content: "•";
        color: #ccc;
    position: absolute;
        margin-top: 15px;
        margin-left: 7px;
   }
   .yearInfo li.active::before{
    content: "•";
        color: #4FAFCB;
   }
  table.calendar-m tr th { text-align: center; padding:15px;font-size: 15px;border-bottom: none;text-align: center}
    table.calendar-m td { text-align: left;
padding-bottom: 20px;font-size: 15px;background: #ffffff}
    table.calendar-m tr.sat { color: #06C; background: #EAF6FF!important; }
    table.calendar-m tr.sun { color: #F33; background: #FFE9E9!important; }
  table.calendar-m tr.normal { background: #fff; }
  .event-m-label{
    font-size: 15px!important;
    color: red!important;
    line-height: 120%;
  }
  .event-m-label::before{
      content: "•";
        color: #4FAFCB;
    padding-right: 3px;
    font-size: 20px;
  }
  .mobileCalendarHead{
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
  }

}
@media screen and (min-width:768px) {
  .event_section{
    padding: 60px 50px;
    background: #f5f9fd;
    text-align: center;

  }
  .event_head{
    font-size: 2.8rem;
  }
  .event_head:after {
    width: 65px;
    margin-bottom: 40px;
  }
  .event_head2 {
    font-size: 2rem;
  }
  .event_head2:after {
    margin-bottom: 15px;
    width: 80px;
  }
  .event_container{
    display: block;
    max-width: 1040px;
        margin: 0 auto;
  }
  table.calendar tr th { text-align: center; padding: 30px;font-size: 15px;border-bottom: none;max-width: 100px;}
    table.calendar td { text-align: center; padding-top: 40px;
padding-bottom: 40px;font-size: 15px; max-width: 100px;}
    table.calendar tr .sat { color: #06C; background: #EAF6FF; }
    table.calendar tr .sun { color: #F33; background: #FFE9E9; }
  table.calendar tr .normal { background: #fff; }
  .yearInfo{
    padding: 10px;
    background: #fff;
    display: -webkit-flex;
        display: flex;
    -webkit-justify-content: space-between;
        justify-content: space-between;
    font-size: 18px;
  }
  .yearInfo .yearD{
    font-size: 30px;
        margin-left: 20px;
  }
  .yearInfo ul {
    padding-top: 10px;
    color: #ccc;

  }
  .yearInfo ul li{
       display: inline;
  }
  .yearInfo  li{
       padding-left: 20px;
  }
  .yearInfo li.active{
    color: #000000;
    font-size: 20px;
  }
  .yearInfo li::before {
        content: "•";
        color: #ccc;
    position: absolute;
        margin-top: 15px;
        margin-left: 7px;
   }
   .yearInfo li.active::before{
    content: "•";
        color: #4FAFCB;
   }
  .event-label{
    font-size: 12px!important;
    color: red!important;
    line-height: 120%;
    text-align: left;
  }
   .event-label::before{
        content: "•";
        color: #4FAFCB;
  }
}
@media screen and (min-width:768px) and (max-width:900px) {
  .event_section{
    padding-left: 20px;
    padding-right: 20px;
  }
  .event_container > div:nth-child(1){
    padding-left: 30px;
  }
}

/**********************************
 イベントカレンダー用ナビゲーション
*/
.local_navigation {
  height: 60px;
  background-color: #5b5b5b;
}

.local_navigation li {
  color: #FFF;
  font-size: 1.6rem;
}

/**********************************
芸術文化学群
*/
.spring2018{
  position: relative;
}
.spring2018_head img{
  width: 100%;
  max-width: none;
}
.spring2018_btn{
  position: absolute;
}
@media screen and (max-width:767px) {
  .spring2018_pc {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .spring2018_btn{
    left: 0;
    bottom: 15px;
    width: 100%;
    padding-bottom: 0;
  }
}
@media screen and (min-width:768px) {
  .spring2018_btn{
    left: 50%;
    /*top: 81%;*/
    transform: translate(-50%, 0);
  }
}
@media screen and (min-width:768px) {
  .spring2018_sp {
    display: none;
  }
}
@media screen and (min-width:768px){
  .spring2018_btn{
    bottom: 1.4vw;
  }
}

/**********************************
 新キャンパス
*/
.newcampus{
  position: relative;
}
.newcampus_head img{
  width: 100%;
  max-width: none;
}
.newcampus_btn{
  position: absolute;
}
@media screen and (max-width:767px) {
  .newcampus_btn{
    left: 0;
    bottom: 15px;
    width: 100%;
    padding-bottom: 0;
  }
}
@media screen and (min-width:768px) {
  .newcampus_btn{
    left: 50%;
    transform: translate(-50%, 0);
    /*top: 81%;*/
    bottom: 1.4vw;
  }
}
@media screen and (min-width:768px) and (max-width:1100px) {
  .newcampus_btn{
    bottom: 9%;
  }
}


/**********************************
 OBIRINER PLUS
*/

/* obirinerPlus_head
--------------------------*/
.obirinerPlus_head {
  font-size: 2rem;
  line-height: 1em;
  text-align: center;
}
.obirinerPlus_head:after {
  background-color: #8d1e54;
  content: "";
  display: block;
  height: 2px;
  margin: 16px auto 30px;
  width: 80px;
}

/* obirinerPlus_txt
--------------------------*/
.obirinerPlus_txt{
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
}

/* obirinerPlus_list
--------------------------*/
.obirinerPlus_list ul:after{
  content:none;
  display: none;
}
.obirinerPlus_list ul li{
  background-color: #fff;
}

/* obirinerPlus_list > obirinerPlus_dl
--------------------------*/
.obirinerPlus_dl:hover{
  opacity: 0.7;
}
.obirinerPlus_dl dt span{
  display: inline-block;
  padding: 17px 15px 0;
  color: #8d1e54;
  font-size: 1.3rem;
  line-height: 1.2;
}
.obirinerPlus_dl dd{
  padding: 4px 15px 15px;
  line-height: 1.6;
  font-size: 1.4rem;
}
@media screen and (max-width:767px) {
  .obirinerPlus{
    padding: 40px 15px 0;
    background-size: 100% auto;
    padding-top: 40px;
    background-color: #f3f6fb;
    background-image: url(../img/home/back_right02_sp.png), url(../img/home/back_right01_sp.png);
    background-repeat: no-repeat;
    background-position: 0 0, right bottom;
  }
  .obirinerPlus_list ul li:first-child{
    margin-top: 27px;
  }
  .obirinerPlus_list ul li{
    margin-top: 15px;
  }
  .obirinerPlus_btn{
    padding: 30px 0 60px;
  }
  .obirinerPlus_btn .anchor_back a{
    font-size: 1.3rem;
  }
}
@media screen and (min-width:768px) {
  .obirinerPlus{
    padding: 60px 50px;
    background: #f3f6fb url(../img/home/back_right02.png) no-repeat 0 0;
  }
  .obirinerPlus_head{
    font-size: 2.8rem;
  }
  .obirinerPlus_head:after {
    width: 65px;
    margin-bottom: 40px;
  }
  .obirinerPlus_txt{
    font-size: 1.6rem;
  }
  .obirinerPlus_list{
    margin: 36px auto 40px;
  }

  .obirinerPlus_list ul {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto;
  }

  .obirinerPlus_list ul li{
    width: calc((100% - 90px) / 4);
  }

  .obirinerPlus_dl{
  }
  .obirinerPlus_dl dt span{
    padding: 20px 30px 0;
  }
  .obirinerPlus_dl dd{
    padding: 16px 30px;
    line-height: 1.6;
    font-size: 1.4rem;
  }
}
@media screen and (min-width:768px) and (max-width:1100px) {
  .obirinerPlus{
    padding-left: 20px;
    padding-right: 20px;
  }
  .obirinerPlus_list ul li{
    width: calc((100% - 60px) / 4);
  }
  .obirinerPlus_dl dt span,
  .obirinerPlus_dl dd{
    padding-left: 15px;
    padding-right: 15px;
  }
}

/**********************************
 col2-group
*/
.col2-group {
    display: flex;
    /*height: 36.111111111vw;*/
}

@media(max-width: 767px) {
    .col2-group {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }
}

.col2-group__box {
    width: 50%;
    text-align: center;
    position: relative;
}

@media(max-width: 767px) {
    .col2-group__box {
        width: 100%;
    }
}

.col2-group__box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media(max-width: 767px){
  .col2-group__box .anchor_back {
    width: 100%;
  }
}

.col2-btn {
  position: absolute;
  bottom: 1.4vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media(max-width: 767px){
  .col2-btn {
    position: absolute;
    bottom: 15px;
    width: 100%;
    padding: 0 15px;
  }
}

.obirinerPlus + .pagetop + footer {
  margin-top: 0 !important;

}

/**********************************
 top-teacher-interview
*/

.top_teacher_interview {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f3f3f3;
  /*height: 36.111111111vw;*/
}

@media(max-width: 767px) {
  .top_teacher_interview {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
      height: 100%;
  }
}

.top_teacher_interview .top_teacher_interview_item {
  width: 50%;
  /*padding: 5.5555555555vw 5.5555555555vw 0;*/
  position: relative;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}

.top_teacher_interview .top_teacher_interview_item .top_teacher_interview_item_inner{
  width:80%;

}

@media(max-width: 767px) {
  .top_teacher_interview .top_teacher_interview_item {
    width:100%;
  }
  .top_teacher_interview .top_teacher_interview_item .top_teacher_interview_item_inner{
    width:100%;
    padding: 15px;
  }
}

.top_teacher_interview .top_teacher_interview_head {
  position: relative;
  margin-bottom: 34px;
  padding-bottom: 14px;
  color: #333;
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
}

@media (min-width:768px) and (max-width:1440px) {
  .top_teacher_interview .top_teacher_interview_head {
    margin-bottom: 2.5vw;
    padding-bottom: 0.9722222222vw;
    font-size: 1.9444444444vw;
  }
}

@media(max-width: 767px) {
  .top_teacher_interview .top_teacher_interview_head {
    margin-bottom: 24px;
    padding-bottom: 20px;
    font-size: 20px;
  }
}

.top_teacher_interview .top_teacher_interview_head:after {
  content: "";
  width: 65px;
  height: 2px;
  background-color: #c01f6f;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width:768px) and (max-width:1440px) {
  .top_teacher_interview .top_teacher_interview_head:after {
    width: 4.5138888888vw;
  }
}

.top_teacher_interview .top_teacher_interview_desc {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1.6;
}

@media (min-width:768px) and (max-width:1440px) {
  .top_teacher_interview .top_teacher_interview_desc {
    margin-bottom: 1.5277777777vw;
    font-size: 1.25vw;
  }
}

@media(max-width: 767px) {
  .top_teacher_interview .top_teacher_interview_desc {
    font-size: 14px;
  }
}

.top_teacher_interview .top_teacher_interview_field {
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1.67;
}

@media (min-width:768px) and (max-width:1440px) {
  .top_teacher_interview .top_teacher_interview_field {
    margin-bottom: 0.2777777777vw;
    font-size: 1.0416666666vw;
  }
}

.top_teacher_interview .top_teacher_interview_name {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: normal;
}

@media (min-width:768px) and (max-width:1440px) {
  .top_teacher_interview .top_teacher_interview_name {
    margin-bottom: 2.0833333333vw;
    font-size: 1.0416666666vw;
  }
}

@media(max-width: 767px) {
  .top_teacher_interview .top_teacher_interview_name {
    margin-bottom: 20px;
  }
}

.top_teacher_interview .top_teacher_interview_name > strong {
  font-size: 22px;
  margin: 0 14px;
}

@media (min-width:768px) and (max-width:1440px) {
  .top_teacher_interview .top_teacher_interview_name > strong {
    font-size: 1.5277777777vw;
    margin: 0 0.9722222222vw;
  }
}

@media(max-width: 767px) {
  .top_teacher_interview .top_teacher_interview_name > strong {
    margin: 0 8px;
  }
}

.top_teacher_interview .top_teacher_interview_name .top_teacher_interview_name_ruby {
  color: #78033d;
}

@media(max-width: 767px) {
  .top_teacher_interview .top_teacher_interview_name .top_teacher_interview_name_ruby {
    font-size: 12px;
  }
}

.top_teacher_interview .top_teacher_interview_btn {
  text-align: center;
/*	bottom: 1.4vw;
  position: absolute;*/
}

@media (min-width:768px) and (max-width:1440px) {
  .anchor_back {
    min-width: 29.8611111111vw;
    padding: 0.2777777777vw;
    line-height: 4.3055555555vw;
    border-radius: 2.4305555555vw;
  }
  .anchor_back a {
    font-size: 1.1805555555vw;
    border-radius: 2.1527777777vw;
  }
}

.top_teacher_interview_image {
  width: 50%;
}

@media(max-width: 767px) {
  .top_teacher_interview_image {
    width: 100%;
  }
}

.top_teacher_interview_image img {
  display: block;
  width: 100%;
  margin: 0;
}

@supports (object-fit: cover) {
  .top_teacher_interview_image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}


#recruitInfo {
  position: relative;
  height: auto;
  background-color: #f8f8f8;
  padding-bottom: 50px;
}

#recruitInfo:after{
  display: block;
  clear: both;
  content: ''; }

#recruitInfo .title {
  margin-top: 60px;
  color: #FFF;
  font-family: "Roboto";
  font-size: 65px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05em;
  text-shadow: 0 0 20px rgba(48, 83, 147, 0.5);
  float: right;
}

#recruitInfo .title span {
  display: block;
  font-weight: 700; }

#recruitInfo .content{
  margin: 30px 0;
  padding: 20px;
  min-width: 550px;
  background: #FFF;
  font-size: 18px;
  float: left;
}
#recruitInfo .section{
  padding: 40px;
  max-width: 1200px;
    margin: 0 auto;
}

#recruitInfo .rightContent {
  margin: 0 0 18px;
  padding: 0 0 15px;
  position: relative;
  font-size: 70px;
  position: relative;
  bottom: 250px;
  position: absolute;
  right: 220px;
  color: #fff;
  text-shadow: 1px 2px 10px #000;
}

#recruitInfo .listLink {
  border-top: 1px solid #e5e5e5;
  font-size: 16px; }

#recruitInfo .listLink li{
  width: 33.33%;
  float: left;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px;

}
#recruitInfo .listLink a{
  display: block;
  padding: 20px 0;
  letter-spacing: -0.1em; }

#recruitInfo .listLink a:before{
  margin: 0 8px 0 0;
  font-family: 'creo';
  content: '\61';
  color: #bf0000; }

#recruitInfo .detail{
  margin-bottom: 30px;
  float: right;
  font-size: 70px;
}

#recruitInfo {
  background: url(../images/recruit.jpg) no-repeat center center;
  background-size: cover; }
#recruitInfo .en{
  font-size: 50px;
  float: right;
  color: #fff;}
#recruitInfo ul.cp_list {
  padding:0.5em;
  list-style-type:none;
  background: #fff;
}
#recruitInfo ul.cp_list li {
  position:relative;
  padding: 0.6em 0.3em 0.2em 1.3em;
  border-bottom: #a9b9d0 2px dotted;
  line-height: 150%;
}
#recruitInfo ul.cp_list li:after,ul.cp_list li:before {
  position:absolute;
  content:'';
  display:block;
  background: #FFC107;
  top: 0.9em;
  left: 0.5em;
  height: 11px;
  width: 4px;
  border-radius: 10px;
  transform: rotate(45deg);
}
#recruitInfo ul.cp_list li:before {
  top: 1.1em;
  left: 0.2em;
  height:8px;
  transform:rotate(-45deg);
}
@media(max-width: 916px) {
#recruitInfo .section{
  padding: 40px;
}
#recruitInfo .title {
  margin-top: 60px;
  color: #FFF;
  font-family: "Roboto";
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05em;
  text-shadow: 0 0 20px rgba(48, 83, 147, 0.5);
float: right;
}

#recruitInfo .title span {
  display: block;
  font-weight: 700; }
}
@media(max-width: 600px) {
  #recruitInfo .content{
    margin: 30px 0;
    padding: 20px;
    background: #FFF;
  min-width: 100%;
    font-size: 18px;
    background: #e9f1f7;

  }
}