@charset "utf-8";
/* 共通 */
.sec-about-eo{
  position: relative;
}
.sec-about-eo::after{
  content: "";
  position: absolute;
  bottom: -370px;
  right: -77px;
  width: 580px;
  height: 580px;
  background: url(../images/about-eo/about-bg.png) no-repeat center center/contain;
  z-index: -1;
}
.head-ttl-wrap{
  background-image: url(../images/about-eo/header-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.link-card{
  height: 400px;
  position: relative;
  display: block;
  overflow: hidden;
}
.link-card:hover{
  opacity: 1;
}
.link-card::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(240, 61%, 12%, 0.3);
  transition: 0.3s;
}
.link-card:hover:after{
  background-color: hsla(240, 61%, 12%, 0.15);
}
.link-card-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 10;
  text-align: center;
}
.link-card-subtitle{
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.link-card-title{
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
/* 共通 */

/* EOについて */
.link-card::before{
  content: "";
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all .3s ease-out;
}
.link-card:hover:before{
  opacity: .8;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.link-card-hokuriku::before{
  background: url(../images/about-eo/eo-hokuriku.jpg) no-repeat center center/cover;
}
.link-card-message::before{
  background: url(../images/about-eo/message.jpg) no-repeat center center/cover;
}
.link-card-director::before{
  background: url(../images/about-eo/director.jpg) no-repeat center center/cover;
}
.link-card-supporting-member::before{
  background: url(../images/about-eo/supporting-member.jpg) no-repeat center center/cover;
}
/* EOについて */


/* アクティビティ */
.link-card-monthly-meeting::before{
  background: url(../images/activity/monthly-meeting.jpg) no-repeat center center/cover;
}
.link-card-forum::before{
  background: url(../images/activity/forum.jpg) no-repeat center center/cover;
}
.link-card-myeo::before{
  background: url(../images/activity/myeo.jpg) no-repeat center center/cover;
}
.link-card-accelerator::before{
  background: url(../images/activity/accelerator.jpg) no-repeat center center/cover;
}
.link-card-cram-school::before{
  background: url(../images/activity/cram-school.jpg) no-repeat center center/cover;
}
@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
  .sec-activity .col-md-4{
    width: 20%;
  }
}
@media all and (min-width: 1400px) {
}
/* アクティビティ */

/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
}
/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}
/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {
}

@media all and (max-width: 400px) {
}
/*iPhone5:SE*/
@media all and (max-width: 320px) {

}