@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  padding-left:20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left:20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 2em;
  padding-bottom: 4em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.layout-lower
#visual {
  background: url("../../_images/activity/visual.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

/* ****************************************************************************************************
   * 学院の活動
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.activity {
  position: relative;
  padding-top: 60px;
}

.activity .body {
  max-width: 1120px;
  padding: 0 20px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.activity .title-1 {
  font-size: 3.2rem;
  color: var(--c-green);
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .activity .title-1 {
    font-size: 2.4rem;
    color: var(--c-green);
    line-height: 1.6;
    text-align: center;
  }
}

/* ****************************************************************************************************
   * 卒業生の活躍
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.activity .layout-flex-2 {}

.activity .layout-flex-2 .item {}

.activity .layout-flex-2 picture {}
.activity .layout-flex-2 picture img {
  width: 100%;
}

.activity .layout-flex-2 .content {
  padding-bottom: 20px;
  border-bottom: 1px solid #d8cdad;
}
.activity .layout-flex-2 .content p {
  color: var(--c-green);
  font-size: 2.8rem;
  text-align: center;
  margin-top: 0.5em;
  line-height: 1.6;
}
.activity .layout-flex-2 .content span {
  display: block;
  color: var(--c-green);
  text-align: center;
  margin-top: 0;
}

.activity .layout-flex-2 .detail {
  margin-top: 1em;
}
.activity .layout-flex-2 .detail.layout-2 {
  justify-content: flex-start;
  align-items: center;
}
.activity .layout-flex-2 .detail .address {}

.activity .layout-flex-2 .detail a.map {
  display: block;
  margin-top: 0;
  margin-left: 1em;
}
.activity .layout-flex-2 .detail a span {
  border: 2px solid var(--c-green);
  color: var(--c-green);
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0.2em 0.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .activity .layout-flex-2 .content p {
    color: var(--c-green);
    font-size: 2.2rem;
    text-align: center;
    margin-top: 0.5em;
    line-height: 1.6;
  }
  .activity .layout-flex-2 .detail.layout-2 {
    display: flex;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.activity .link-btn {
  margin-top: 20px;
  text-align: center;
}
.activity .btn-1 {
  position: relative;
  width: 300px;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: var(--c-green);
  padding: 0.5em 1.0em;
  transition: 0.6s;
  text-align: center;
  margin: 0 auto;
}
.activity .btn-1::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-w-1.png") no-repeat;
  width: 20px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.1s;
}
.activity .btn-1:hover::after {
  right: 0.4em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .activity .link-btn {
    margin-top: 1em;
    text-align: center;
  }
}

/* ****************************************************************************************************
   * 活動のようす
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.activity .layout-flex-3 {
  margin-top: 50px;
  justify-content: center;
  column-gap: 20px;
  row-gap: 20px;
}
.activity .layout-flex-3 > * {
  width: 32%;
  padding: 0;
}
.activity .layout-flex-3 .item {}

.activity .layout-flex-3 .item .images {
  overflow: hidden;
  margin: 0 auto;
  transition: 0.6s;
  position: relative;
  height: 0;
  padding-top: 75%;
}

.activity .layout-flex-3 .item .images img {
  transition: 0.6s;
  object-fit: cover;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.activity .layout-flex-3 .item .caption {
  margin-top: 0;
  color: #fff;
  text-align: center;
  background: var(--c-ocher);
  padding: 0.3em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  
.activity .layout-flex-3 {
  margin-top: 50px;
  justify-content: center;
  column-gap: 0;
  row-gap: 0;
}
.activity .layout-flex-3 > * {
  width: 47%;
  padding: 0;
  margin: 0 1.5% 20px;
}
}









