/*-----------------------20200401 add css------------------------------*/
.pcDisp {
  display: block;
}

@media only screen and (max-width: 960px) {
  .pcDisp {
    display: none;
  }

}

.spDisp {
  display: none;
}

@media only screen and (max-width: 960px) {
  .spDisp {
    display: block;
  }
}

/*------------career--------------*/

.entrybtn__career {
  right: 265px;
}




.head03__left {
  text-align: left;
}

.btnBlack a {
  background: #000;
}

/*---footer btn---*/
#footer .footerin .footer__btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 60px -15px 70px;
  padding: 0 20px;

}

@media only screen and (max-width: 960px) {
  #footer .footerin .footer__btnBox {
    display: block;
    margin: 40px 0 50px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#footer .footerin .footer__btnBox .footer__btnBoxBtn {
  width: 25%;
  padding: 0 15px;

}

@media only screen and (max-width: 960px) {
  #footer .footerin .footer__btnBox .footer__btnBoxBtn {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
}

#footer .footerin .footer__btnBox .footer__btnBoxBtn a {
  display: block;
  color: #fff;
  position: relative;
  text-align: center;
  padding: 30px;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#footer .footerin .footer__btnBox .footer__btnBoxBtn a::before {
  content: '';
  background: url(/cmn/cmn_img/img_footer_btnarrow.svg)no-repeat;
  width: 8px;
  height: 6px;
  left: 20px;
  top: 50%;
  position: absolute;
  background-position: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#footer .footerin .footer__btnBox .footer__btnBoxBtn a:hover {
  text-decoration: none;
}

#footer .footerin .footer__btnBox .btnCareer a {
  background: #0045AE;
}

#footer .footerin .footer__btnBox .btnCareer a:hover {
  background: #fff;
  color: #0045AE;
}

#footer .footerin .footer__btnBox .btnCareer a:hover::before {
  background: url(/cmn/cmn_img/img_footer_btnarrow_navy.svg)no-repeat;
  width: 8px;
  height: 6px;
  background-position: center;
}

#footer .footerin .footer__btnBox .btnNewGrad a {
  background: #009FE8;
}

#footer .footerin .footer__btnBox .btnNewGrad a:hover {
  background: #fff;
  color: #009FE8;
}

#footer .footerin .footer__btnBox .btnNewGrad a:hover::before {
  background: url(/cmn/cmn_img/img_footer_btnarrow_blue.svg)no-repeat;
  width: 8px;
  height: 6px;
  background-position: center;
}


#footer .footerin .footer__btnBox .btnSetsumei a {
  background: #FFA767;
}

#footer .footerin .footer__btnBox .btnSetsumei a:hover {
  background: #fff;
  color: #FFA767;
}

#footer .footerin .footer__btnBox .btnSetsumei a:hover::before {
  background: url(/cmn/cmn_img/img_footer_btnarrow_orange.svg)no-repeat;
  width: 8px;
  height: 6px;
  background-position: center;
}

#footer .footerin .footer__btnBox .btnIntern a {
  background: #fff;
  color: #009FE8;
}

#footer .footerin .footer__btnBox .btnIntern a::before {
  content: '';
  background: url(/cmn/cmn_img/img_footer_btnarrow_blue.svg)no-repeat;
  width: 8px;
  height: 6px;
  left: 20px;
  top: 50%;
  position: absolute;
  background-position: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-decoration: none;
}

#footer .footerin .footer__btnBox .btnIntern a:hover {
  background: #009FE8;
  color: #fff;
}

#footer .footerin .footer__btnBox .btnIntern a:hover::before {
  background: url(/cmn/cmn_img/img_footer_btnarrow.svg)no-repeat;
  width: 8px;
  height: 6px;
  background-position: center;
}

/*---blog---*/
#blogBox {
  padding: 70px 20px;
}

@media only screen and (max-width: 960px) {
  #blogBox {
    padding: 40px 20px;
  }
}

#blogBox .blogBoxInner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}


#blogBox .blogBoxInner .blog__titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 960px) {
  #blogBox .blogBoxInner .blog__titleBox {
    display: block;
  }
}

#blogBox .blogBoxInner .blog__titleBox .head03__engJapTitle {
  font-size: 28px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 3px;
  font-weight: 600;
  line-height: 1.6;
  width: 50%;
}

@media only screen and (max-width: 960px) {
  #blogBox .blogBoxInner .blog__titleBox .head03__engJapTitle {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
}

#blogBox .blogBoxInner .head03__engJapTitle .head03EngJapTitle__jap {
  font-size: 15px;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  display: block;
}

@media only screen and (max-width: 960px) {
  #blogBox .blogBoxInner .head03__engJapTitle .head03EngJapTitle__jap {
    font-size: 13px;
  }
}


#blogBox .blogBoxInner .blog__titleBox .btnBlack {
  width: 50%;
}

@media only screen and (max-width: 960px) {
  #blogBox .blogBoxInner .blog__titleBox .btnBlack {
    width: 100%;
    margin-top: 15px;
  }
}

#blogBox .blogBoxInner .blog__titleBox .btnBlack span a {
  background: #111111;
}

@media only screen and (max-width: 960px) {
  #blogBox .blogBoxInner .blog__titleBox .btnBlack span a {
    width: 100%;
  }
}

#blogBox .blogBoxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 70px -15px 0;
}

@media only screen and (max-width: 960px) {
  #blogBox .blogBoxList {
    display: block;
    margin: 0;
  }
}

#blogBox .blogBoxList li {
  width: 33.33%;
  padding: 0 10px;
  min-width: 0;
  box-sizing: border-box;
}



@media only screen and (max-width: 960px) {
  #blogBox .blogBoxList li {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}

#blogBox .blogBoxList li a:hover {
  text-decoration: none;
}

#blogBox .blogBoxList li a:hover .blogBoxList__photo {
  opacity: 0.7;
}

#blogBox .blogBoxList li .blogBoxList__photo {
  padding: 120px 0;
  /*background: url(/images/img_top_blog01.jpg) no-repeat;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}


@media only screen and (max-width: 960px) {
  #blogBox .blogBoxList li .blogBoxList__photo {
    padding: 150px 0;
  }
}

#blogBox .blogBoxList li .blogBoxList__time {
  color: #9D9D9D;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 3px;
  font-weight: 600;
  margin-top: 20px;
  display: block;
  line-height: 1;
}


#blogBox .blogBoxList li .blogBoxList__title {
  font-size: 18px;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  margin-top: 5px;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  /* Safari */
  -o-text-overflow: ellipsis;
  /* Opera */
  overflow: hidden;
  white-space: nowrap;

}


#blogBox .blogBoxList li .blogBoxList__tag a {
  font-size: 14px;
  padding: 6px 20px 6px 26px;
  margin-top: 20px;
  display: inline-block;
}

#blogBox .blogBoxList li .blogBoxList__tag :hover {
  opacity: 0.4;
  text-decoration: none;
}

.tagOrange a {
  color: #FFA767;
  position: relative;
  border: 1px solid #FFA767;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}


.tagOrange a::before {
  content: '';
  background: url(/cmn/cmn_img/img_blog_tagorange.svg)no-repeat;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tagBlue a {
  color: #009FE8;
  position: relative;
  border: 1px solid #009FE8;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}


.tagBlue a::before {
  content: '';
  background: url(/cmn/cmn_img/img_blog_tagblue.svg)no-repeat;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


.tagGreen a {
  color: #6ADBE0;
  position: relative;
  border: 1px solid #6ADBE0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}


.tagGreen a::before {
  content: '';
  background: url(/cmn/cmn_img/img_blog_taggreen.svg)no-repeat;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*---Instagram---*/
#instagramBox {
  padding: 70px 20px;
}

@media only screen and (max-width: 960px) {
  #instagramBox {
    padding: 40px 20px;
  }
}

#instagramBox .instagramBoxInner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}


#instagramBox .instagramBoxInner .blog__titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 960px) {
  #instagramBox .instagramBoxInner .instagram__titleBox {
    display: block;
  }
}

#instagramBox .instagramBoxInner .instagram__titleBox .head03__engJapTitle {
  font-size: 28px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 3px;
  font-weight: 600;
  line-height: 1.6;
  width: 50%;
}

@media only screen and (max-width: 960px) {
  #instagramBox .instagramBoxInner .instagram__titleBox .head03__engJapTitle {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
}

#instagramBox .instagramBoxInner .head03__engJapTitle .head03EngJapTitle__jap {
  font-size: 15px;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  display: block;
}

@media only screen and (max-width: 960px) {
  #instagramBox .instagramBoxInner .head03__engJapTitle .head03EngJapTitle__jap {
    font-size: 13px;
  }
}

/*---YouTube---*/
#movieBox {
  padding: 70px 20px 100px;
}

@media only screen and (max-width: 960px) {
  #movieBox {
    padding: 40px 20px 60px;
  }
}

#movieBox .movieBoxInner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}


#movieBox .movieBoxInner .movie__titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 960px) {
  #movieBox .movieBoxInner .movie__titleBox {
    display: block;
  }
}

#movieBox .movieBoxInner .movie__titleBox .head03__engJapTitle {
  font-size: 28px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 3px;
  font-weight: 600;
  line-height: 1.6;
  width: 50%;
}

@media only screen and (max-width: 960px) {
  #movieBox .movieBoxInner .movie__titleBox .head03__engJapTitle {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
}

#movieBox .movieBoxInner .head03__engJapTitle .head03EngJapTitle__jap {
  font-size: 15px;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  display: block;
}

@media only screen and (max-width: 960px) {
  #movieBox .movieBoxInner .head03__engJapTitle .head03EngJapTitle__jap {
    font-size: 13px;
  }
}
