@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: 4em;
  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 .body::before {
  content: "";
  display: block;
  background: url("../../_images/_common/visual-icon-1.png") no-repeat;
  width: 104px;
  height: 212px;
  position: absolute;
  bottom: 0;
  left: 165px;
  margin-bottom: -7.2em;
  animation: bound 2s linear infinite;
}
body.layout-lower
#visual .body::after {
  content: "";
  display: block;
  background: url("../../_images/_common/visual-icon-2.png") no-repeat;
  width: 254px;
  height: 212px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -7.2em;
  animation: bound2 3.5s linear infinite;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower
  #visual .body::before {
  width: 52px;
  height: 106px;
  background-size: 52px 106px;
  position: absolute;
  bottom: 0;
  left: 20px;
  margin-bottom: -3.5em;
  animation: bound 2s linear infinite;
}
body.layout-lower
#visual .body::after {
  width: 127px;
  height: 106px;
  background-size: 127px 106px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -3.5em;
  animation: bound2 3.5s linear infinite;
}

}

/* ****************************************************************************************************
   * 活動報告
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.report {
  position: relative;
  background: var(--c-l-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.report .body {
  max-width: 1240px;
  padding: 0 20px;
}

/* ****************************************************************************************************
   * お知らせ一覧
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.report ul.layout-flex-3 {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.report ul.layout-flex-3 li {
  width: 32%;
  margin-left: 2%;
}
.report ul.layout-flex-3 li:first-child,
.report ul.layout-flex-3 li:nth-child(3n+1) {
  margin-left: 0;
}
.report ul.layout-flex-3 li:nth-child(n+4) {
  margin-top: 30px;
}
.report ul.layout-flex-3 li .detail {
  margin-top: 20px;
}
.report ul.layout-flex-3 li:hover {
  background: #f2f2f2;
  transform: 0.2s;
  opacity: 1;
  border-radius: 10px;
}

.report ul.layout-flex-3 .day {
  display: block;
  color: var(--c-blue);
}

.report ul.layout-flex-3 .text {}

.report ul.layout-flex-3 li a {}
.report ul.layout-flex-3 li a:hover {
  opacity: 1;
}
.report ul.layout-flex-3 li .images {
  overflow: hidden;
  margin: 0 auto;
  border-radius: 10px;
  transform: 0.2s;
}

.report ul.layout-flex-3 li .images img {
  transition: 0.6s;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  opacity: 1;
}
.report ul.layout-flex-3 li:hover .images img {
  transform: scale(1.1);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .report ul.layout-flex-3 {
    justify-content: center;
  }
  .report ul.layout-flex-3 li {
    width: 46%;
    margin: 0 2%;
  }
  .report ul.layout-flex-3 li:nth-child(n+1) {
    margin: 0 auto;
  }
  .report ul.layout-flex-3 li:nth-child(n+4) {
    margin-top: 0;
  }
  .report ul.layout-flex-3 li .detail {
    margin-top: 1em;
  }
  
  .report ul.layout-flex-3 li .images {
    overflow: hidden;
    margin: 0 auto;
    border-radius: 5px;
    transform: 0.2s;
  }
  .report ul.layout-flex-3 li .images img {
    transition: 0.6s;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
    opacity: 1;
  }
}




/* ****************************************************************************************************
   * お知らせ詳細
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#main .layout-body {
  background: var(--c-l-blue);
}

#main .layout-body .layout-2 {
  max-width: 1240px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#main .layout-body .layout-2 .report {
  width: 70%;
}
#main .layout-body .layout-2 .report > .body {
  padding: 0;
}

#main .layout-body .layout-2 .report .title-1 {
  font-size: 2.4rem;
  border-bottom: 1px solid #efefef;
  margin-bottom: 0.5em;
  font-weight: 700;
}

#main .layout-body .layout-2 .report .day {
  color: var(--c-blue);
  display: inline-block;
}

#main .layout-body .layout-2 .report .content {
  margin-top: 20px;
  font-size: 1.8rem;
}

#main .layout-body .layout-2 .report .content a {
  color: var(--c-blue);
  text-decoration: underline;
}
#main .layout-body .layout-2 .report .content a:hover {
  color: var(--c-blue);
  text-decoration: none;
}

#main .layout-body .layout-2 .report .content img {
  display: block;
  margin:10px auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {

#main .layout-body .layout-2 .report {
  width: 100%;
}
#main .layout-body .layout-2 .report .title-1 {
  font-size: 2.0rem;
  color: var(--c-orange);
  line-height: 1.4;
}
#main .layout-body .layout-2 .report .content {
  margin-top: 20px;
  font-size: 1.6rem;
}

}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

#main .layout-body .layout-2 .report .link-btn {}

#main .layout-body .layout-2 .report .link-btn .btn {}

#main .layout-body .layout-2 .report .link-btn .btn.back {}

#main .layout-body .layout-2 .report .link-btn .btn.back::after {
  left: 10px;
  right: auto;
  top: 0;
  transform: rotate(180deg);
  margin-top: 16px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * サイドナビ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#main .layout-body .layout-2 #side-contents {
  width: 25%;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

#main .layout-body .layout-2 #side-contents .title-2 {
  position: relative;
  font-size: 2.0rem;
  font-weight: 600;
  text-align: center;
  background: var(--c-blue);
  color: #fff;
  padding: 0.2em 0.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  #main .layout-body .layout-2 #side-contents {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 50px;
  }
  #main .layout-body .layout-2 #side-contents .title-2 {
    font-size: 1.8rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 最新の記事
/* ------------------------------------------------------------------------------------------------- */

#main .layout-body #side-contents .recent ul {
  border-top: 1px solid #efefef;
}

#main .layout-body #side-contents .recent ul li {
  border-bottom: 1px solid #efefef;
}

#main .layout-body #side-contents .recent ul li a {
  position: relative;
  font-size: 1.6rem;
  display: flex;
  justify-content: flex-start;
  margin: 10px 0;
  padding: 0.5em 1.5em;
  border-radius: 60px;
}
#main .layout-body #side-contents .recent ul li a > * {
  display: inline-block;
}
#main .layout-body #side-contents .recent ul li a:hover {
  opacity: 1;
  background: #d4f1f4;
  border-radius: 60px;
}

#main .layout-body #side-contents .recent ul li .meta {
  width: 100%;
}
#main .layout-body #side-contents .recent ul li .meta > .layout-2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#main .layout-body #side-contents .recent ul li time {
  display: block;
  font-weight: bold;
  color: var(--c-blue);
}
#main .layout-body #side-contents .recent ul li .text {
  display: block;
  line-height: 1.6;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main .layout-body #side-contents .recent ul li a {
    font-size: 1.5rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 過去の記事
/* ------------------------------------------------------------------------------------------------- */

#main .layout-body #side-contents .archive ul {}

#main .layout-body #side-contents .archive ul li {}

#main .layout-body #side-contents .archive ul li ~ li {}

#main .layout-body #side-contents .archive ul li a {
  display: block;
  margin: 10px 0;
  padding: 0.2em 10px;
  border-radius: 10px;
}
#main .layout-body #side-contents .archive ul li a:hover {
  opacity: 1;
  background: #d4f1f4;
  border-radius: 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main .layout-body #side-contents .archive ul li {
    font-size: 1.5rem;
  }
}