@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  max-width: 1240px;
  padding:0 20px;
  margin: 0 auto;
  overflow: hidden;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding:0 20px;
   margin: 0 auto;
   overflow: hidden;
   }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 30px;
  padding-bottom: 30px;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 20px;
  margin: 0 auto;
  overflow: hidden;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * お知らせ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.topics {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  background: #ffe6eb;
}
.topics::after {
  content: "";
  display: block;
  background: url("../../_images/index/visual-icon-2.png") no-repeat;
  position: absolute;
  top: -100px;
  right: 100px;
  width: 224px;
  height: 128px;
  background-size: 224px 128px;
  z-index: 999;
  animation: FloatHorizontal 7.0s ease-in-out infinite alternate;
}

.topics .body {
  max-width: 1040px !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
.topics::after {
  content: "";
  display: block;
  background: url("../../_images/index/visual-icon-2.png") no-repeat;
  position: absolute;
  top: -50px;
  right: 10px;
  width: 112px;
  height: 64px;
  background-size: 112px 64px;
  z-index: 9;
}
}

.topics .layout-2 {}

.topics .title-area {
  width: 16.5%;
}

.topics .btn {
  color: #f09cb4;
  font-size: 1.8rem;
  background: #fff;
  border-radius: 30px;
  padding: 5px 10px;
  width: 100%;
  font-family: "Kiwi Maru", serif;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/

.topics .layout-2 {}

.topics .title-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.topics .title-area .logo {
  width: 83px;
}

.topics .btn {
  color: #f09cb4;
  font-size: 1.6rem;
  background: #fff;
  border-radius: 30px;
  padding: 5px 10px;
  width: 100%;
  font-family: "Kiwi Maru", serif;
}

}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.topics ul {
  width: 80%;
  justify-content: flex-start;
}

.topics ul li {
  width: 33.3333333%;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 0.5em 2%;
}

.topics ul li a {
  transition: 0.3s;
}
.topics ul li a:hover {
  opacity: 0.7;
}

.topics ul li a .images {
  border-radius: 10px;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.66%;
}

.topics ul li a .images img {
  border-radius: 10px; 
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topics ul li:hover a .images img {
  border-radius: 10px; 
  transform: scale(1.05);
  opacity: .9;
}

.topics ul li .day {
  color: #f09cb4;
  display: block;
  margin-top: 0.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .topics ul {
    width: 100%;
  }

.topics ul li {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}

.topics ul li ~ li {
  margin-top: 10px;
}

.topics ul li a {
  transition: 0.3s;
}
.topics ul li a:hover {
  opacity: 0.7;
}
.topics ul li a span {
  display: block;
  text-align: left;
}

.topics ul li .day {
  color: #f09cb4;
  display: block;
  margin-top: 0.5em;
}
}

/* ****************************************************************************************************
   * ABOUT
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.about {
  position: relative;
  padding-top: 100px;
  padding-bottom: 120px;
}

.about .title-1 {
  position: relative;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.8;
  font-family: "Kiwi Maru", serif;
}
.about .title-1::before {
  content: "";
  display: inline-block;
  background: url("../../_images/index/about-icon.png") no-repeat;
  width: 114px;
  height: 87px;
  background-size: 114px 87px;
  position: absolute;
  top: 0;
  left: 0;
}
.about .content {
  max-width: 1040px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.about .content p {
  font-size: 1.8rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/

.about {
  position: relative;
  padding-top:50px;
  padding-bottom: 60px;
}

.about .title-1 {
  position: relative;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.8;
  font-family: "Kiwi Maru", serif;
}
.about .title-1::before {
  content: "";
  display: inline-block;
  background: url("../../_images/index/about-icon.png") no-repeat;
  width: 57px;
  height: 43px;
  background-size: 57px 43px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 40px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.about .layout-flex {
  display: flex;
  justify-content: center;
}

.about .layout-flex .photo {
  width: 30%;
}

.about .layout-flex .detail {
  margin-left: 100px;
  margin-right: 40px;
  max-width: 430px;
  width: 55%;
}
.about .layout-flex .detail p {
  font-size: 2.5rem;
}

.about .layout-flex .icon {
  width: 15%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .about .layout-flex .detail {
  margin-left:20px;
  margin-right: 20px;
  max-width: 430px;
  width: 45%;
}
.about .layout-flex .detail p {
  font-size: 2.0rem;
}
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
.about .layout-flex {
  display: block;
  justify-content: flex-start;
}

.about .layout-flex .photo {
  width: 100%;
  display: block;
  text-align: center;
}

.about .layout-flex .detail {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  max-width: 430px;
  width: 100%;
}
.about .layout-flex .detail p {
  font-size: 1.6rem;
}

.about .layout-flex .icon {
  text-align: right;
}
.about .layout-flex .icon img {
  width: 90px;
}

.about .layout-flex .icon {
  width: 100%;
}
}

/* ****************************************************************************************************
   * 取組み
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.guide {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff7c8;
}

.guide::before {
  content: "";
  display: block;
  background: url("../../_images/index/guide-top-bg.png") no-repeat;
  width: 100%;
  height: 45px;
  background-size: 100% 45px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -40px;
}
.guide::after {
  content: "";
  display: block;
  background: url("../../_images/index/guide-bottom-bg.png") no-repeat;
  width: 100%;
  height: 44px;
  background-size: 100% 44px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
.guide {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff7c8;
}
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.guide .title-1 {
  position: relative;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.8;
  font-family: "Kiwi Maru", serif;
}

.guide .title-1::before {
  content: "";
  display: inline-block;
  background: url("../../_images/index/torikumi-icon-1.png") no-repeat;
  width: 174px;
  height: 145px;
  background-size: 174px 145px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -80px;
}
.guide .title-1::after {
  content: "";
  display: inline-block;
  background: url("../../_images/index/torikumi-icon-2.png") no-repeat;
  width: 113px;
  height: 118px;
  background-size: 113px 118px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -40px;
  animation: fuwafuwa2 3s infinite linear alternate;
}


.guide .body {
  overflow: inherit !important;
}

.guide .inner {
  max-width: 840px;
  margin: 40px auto 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
.guide .title-1 {
  position: relative;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  font-family: "Kiwi Maru", serif;
}

.guide .title-1::before {
  content: "";
  display: inline-block;
  background: url("../../_images/index/torikumi-icon-1.png") no-repeat;
  width: 87px;
  height: 73px;
  background-size: 87px 73px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -60px;
}
.guide .title-1::after {
  content: "";
  display: inline-block;
  background: url("../../_images/index/torikumi-icon-2.png") no-repeat;
  width: 56px;
  height: 59px;
  background-size: 56px 59px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -40px;
}


.guide .body {
  overflow: inherit !important;
}

.guide .inner {
  max-width: 840px;
  margin: 40px auto 0;
}
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.guide .contents .item {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.guide .contents .item.row {
  flex-direction: row-reverse;
}

.guide .contents .item ~ .item {
  margin-top: 10px;
}

.guide .contents .item-1 .content {
  background: url("../../_images/index/guide-balloon-1.png") no-repeat;
  width: 412px;
  height: 245px;
  background-size: 412px 245px;
}
.guide .contents .item-2 .content {
  background: url("../../_images/index/guide-balloon-2.png") no-repeat;
  width: 413px;
  height: 260px;
  background-size: 413px 260px;
}
.guide .contents .item-3 .content {
  background: url("../../_images/index/guide-balloon-3.png") no-repeat;
  width: 412px;
  height: 246px;
  background-size: 412px 246px;
}

.guide .contents .item-1 .content,
.guide .contents .item-3 .content {
  padding: 0 70px 0 65px;
}
.guide .contents .item-2 .content {
  padding: 0 40px 0 100px;
}
.guide .contents .content p {
  font-size: 2.5rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:860px) {

.guide .contents .photo {
  text-align: center;
  margin: 0 auto;
  width: 35%;
}
.guide .contents .photo img {
  width: 175px;
}



.guide .contents .item-1 .content {
  background: url("../../_images/index/guide-balloon-1.png") no-repeat;
  width: 206px;
  height: 122px;
  background-size: 206px 122px;
  margin: 0 auto;
}
.guide .contents .item-2 .content {
  background: url("../../_images/index/guide-balloon-2.png") no-repeat;
  width: 206px;
  height: 130px;
  background-size: 206px 130px;
  margin: 0 auto;
}
.guide .contents .item-3 .content {
  background: url("../../_images/index/guide-balloon-3.png") no-repeat;
  width: 206px;
  height: 123px;
  background-size: 206px 123px;
  margin: 0 auto;
}


.guide .contents .item-1 .content,
.guide .contents .item-3 .content {
  padding: 20px 35px 0;
}
.guide .contents .item-2 .content {
  padding: 20px 20px 0 50px;
}
.guide .contents .content p {
  font-size: 1.4rem;
  line-height: 1.4;
}



}

/* ----------------------------------------------------------------------------------------------------
   * アイコン
/* ------------------------------------------------------------------------------------------------- */

.guide .contents .item-1::before {
  content: "";
  display: block;
  background: url("../../_images/index/torikumi-icon-3.png") no-repeat;
  width: 166px;
  height: 219px;
  background-size: 166px 219px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -100px;
  margin-left: -200px;
  animation: bownd 3s ease infinite;
}

.guide .contents .item-2::after {
  content: "";
  display: block;
  background: url("../../_images/index/torikumi-icon-4.png") no-repeat;
  width: 117px;
  height: 289px;
  background-size: 117px 289px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  margin-right: -150px;
}

.guide .contents .item-3::before {
  content: "";
  display: block;
  background: url("../../_images/index/torikumi-icon-5.png") no-repeat;
  width: 101px;
  height: 83px;
  background-size: 101px 83px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: -100px;
  animation: rotation 6s linear infinite;
}
.guide .contents .item-3::after {
  content: "";
  display: block;
  background: url("../../_images/index/torikumi-icon-6.png") no-repeat;
  width: 191px;
  height: 160px;
  background-size: 191px 160px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -70px;
  margin-right: -200px;
  animation:fuwafuwa2 3s infinite linear alternate;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/

.guide .contents .item-1::before,
.guide .contents .item-2::after,
.guide .contents .item-3::before,
.guide .contents .item-3::after {
  display: none;
}
}

/* ****************************************************************************************************
   * きびるの活動
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.activity {
  position: relative;
  padding-top: 120px;
  padding-bottom: 150px;
}

.activity .body {
  overflow: inherit !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
.activity {
  position: relative;
  padding-top: 60px !important;
}

.activity .body {
  overflow: inherit !important;
  padding: 0 !important;
}
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.activity .title-2 {
  position: relative;
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-size: 4.0rem;
  font-weight: bold;
  line-height: 1.0;
}

.activity .title-2::before {
  content: "";
  display: block;
  background: url("../../_images/index/activity-icon-1.png") no-repeat;
  width: 193px;
  height: 178px;
  background-size: 193px 178px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -170px;
  margin-left: 0;
}

.activity .title-2 span {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  line-height: 1.0;
}
.activity .title-2 span::before {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/title-2-left.png") no-repeat;
  width: 27px;
  height: 39px;
  background-size: 27px 39px;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -39px;
}
.activity .title-2 span::after {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/title-2-right.png") no-repeat;
  width: 28px;
  height: 41px;
  background-size: 28px 41px;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -41px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/

.activity .title-2 {
  position: relative;
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.0;
}

.activity .title-2::before {
  content: "";
  display: block;
  background: url("../../_images/index/activity-icon-1.png") no-repeat;
  width: 96px;
  height: 89px;
  background-size: 96px 89px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -90px;
  margin-left: 10px;
}

.activity .title-2 span::before {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/title-2-left.png") no-repeat;
  width: 13px;
  height: 19px;
  background-size: 13px 19px;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
}
.activity .title-2 span::after {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/title-2-right.png") no-repeat;
  width: 14px;
  height: 20px;
  background-size: 14px 20px;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
}
}

/* ----------------------------------------------------------------------------------------------------
   * 内容（外枠）
/* ------------------------------------------------------------------------------------------------- */

.activity .contents {
  margin-top: 65px;
}

.activity .contents .item {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.activity .contents .item ~ .item {
  margin-top: 45px;
}

.activity .contents .item:nth-child(1) {
  padding: 80px 0 50px;
  min-height: 506px;
}
.activity .contents .item:nth-child(2) {
  padding: 70px 0;
  min-height: 500px;
}
.activity .contents .item:nth-child(3) {
  padding: 70px 0 80px;
  min-height: 526px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/

.activity .contents {
  margin-top: 30px;
}

.activity .contents .item ~ .item {
  margin-top: 20px;
}

.activity .contents .item:nth-child(1) {
  padding: 40px 20px 20px;
  min-height: 100%;
  background: #f09cb4;
}
.activity .contents .item:nth-child(2) {
  padding: 30px 20px;
  min-height: 100%;
  background: #9cc715;
}
.activity .contents .item:nth-child(3) {
  padding: 30px 20px 40px;
  min-height: 100%;
  background: #7c9fd3;
}
}

/* ----------------------------------------------------------------------------------------------------
   * アイコン
/* ------------------------------------------------------------------------------------------------- */

.activity .contents .item:nth-child(1)::after {
  content: "";
  display: inline-block;
  background: url("../../_images/index/activity-icon-2.png") no-repeat;
  width: 259px;
  height: 225px;
  background-size: 259px 225px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -50px;
  margin-right: 0;
  animation:buruburu 0.8s infinite linear alternate;
  z-index: -1;
}

.activity .contents .item:nth-child(2)::after {
  content: "";
  display: inline-block;
  background: url("../../_images/index/activity-icon-3.png") no-repeat;
  width: 163px;
  height: 254px;
  background-size: 163px 254px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -50px;
  margin-left: 0;
  z-index: -1;
}

.activity .contents .item:nth-child(3)::after {
  content: "";
  display: inline-block;
  background: url("../../_images/index/activity-icon-4.png") no-repeat;
  width: 266px;
  height: 195px;
  background-size: 266px 195px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -50px;
  margin-right: 0;
  animation: bownd 3s ease infinite;
  z-index: -1;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
.activity .contents .item:nth-child(1)::after {
  display: none;
}
.activity .contents .item:nth-child(2)::after {
  display: none;
}
.activity .contents .item:nth-child(3)::after {
  display: none;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 背景
/* ------------------------------------------------------------------------------------------------- */

.activity .contents .item-1 {
  background: url("../../_images/index/activity-back-1.png") no-repeat;
  width: 1202px;
  height: 506px;
  background-size: 1202px 506px;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -200px;
  z-index: -1;
}

.activity .contents .item-2 {
  background: url("../../_images/index/activity-back-2.png") no-repeat;
  width: 1186px;
  height: 500px;
  background-size: 1186px 500px;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -200px;
  z-index: -1;
}

.activity .contents .item-3 {
  background: url("../../_images/index/activity-back-3.png") no-repeat;
  width: 1207px;
  height: 526px;
  background-size: 1207px 526px;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -200px;
  z-index: -1;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
.activity .contents .item-1 {
  display: none;
}
.activity .contents .item-2 {
  display: none;
}
.activity .contents .item-3 {
  display: none;
}

}


/* ----------------------------------------------------------------------------------------------------
   * 内容（内枠）
/* ------------------------------------------------------------------------------------------------- */

.activity .contents .item .inner {
  position: relative;
  max-width: 840px !important;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.activity .contents .item .inner.row {
  flex-direction: row-reverse;
}

.activity .contents .item:nth-child(1) .inner,
.activity .contents .item:nth-child(3) .inner {
  margin-left: 0;
  margin-right: auto;
}
.activity .contents .item:nth-child(2) .inner {
  margin-left: auto;
  margin-right: 0;
}

.activity .contents .item .inner > * {
  width: 48%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/

.activity .contents .item .inner {
  position: relative;
  max-width: 840px !important;
  margin: 0 auto;
  display: block;
  justify-content: space-between;
}

.activity .contents .item .inner > * {
  width: 100%;
}

.activity .contents .item .inner .photo {
  display: block;
  text-align: center;
}

}

/* ----------------------------------------------------------------------------------------------------
   * アイコン（吹き出し）
/* ------------------------------------------------------------------------------------------------- */

.activity .contents .item:nth-child(1)::before {
  content: "";
  display: block;
  background: url("../../_images/index/activity-balloon-1.png") no-repeat;
  width: 269px;
  height: 165px;
  background-size: 269px 165px;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 80px;
}

.activity .contents .item:nth-child(2)::before {
  content: "";
  display: block;
  background: url("../../_images/index/activity-balloon-2.png") no-repeat;
  width: 291px;
  height: 170px;
  background-size: 291px 170px;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 80px;
}

.activity .contents .item:nth-child(3)::before {
  content: "";
  display: block;
  background: url("../../_images/index/activity-balloon-3.png") no-repeat;
  width: 274px;
  height: 348px;
  background-size: 274px 348px;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
.activity .contents .item:nth-child(1)::before {
  content: "";
  display: block;
  background: url("../../_images/index/activity-balloon-1.png") no-repeat;
  width: 134px;
  height: 82px;
  background-size: 134px 82px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 20px;
  margin-right: 10px;
  z-index: 9;
}

.activity .contents .item:nth-child(2)::before {
  content: "";
  display: block;
  background: url("../../_images/index/activity-balloon-2.png") no-repeat;
  width: 145px;
  height: 85px;
  background-size: 145px 85px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 20px;
  margin-left: 10px;
  z-index: 9;
}

.activity .contents .item:nth-child(3)::before {
  content: "";
  display: block;
  background: url("../../_images/index/activity-balloon-3.png") no-repeat;
  width: 137px;
  height: 174px;
  background-size: 137px 174px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 20px;
  margin-right: 10px;
  z-index: 9;
}
}

/* ----------------------------------------------------------------------------------------------------
   * 内容（装飾）
/* ------------------------------------------------------------------------------------------------- */

.activity .contents .item .content {
  color: #fff;
}
.activity .contents .item .content .meta {
  border-bottom: 2px solid #fff;
}
.activity .contents .item .content .meta.layout-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.activity .contents .item .content .meta.layout-2 > * {
  width: 48%;
}

.activity .contents .item .content .text-1 {
  font-size: 3.8rem;
  font-family: "Kiwi Maru", serif;
}
.activity .contents .item .content .text-2 {
  font-size: 2.0rem;
  line-height: 1.4;
}

.activity .btn {
  color: #f09cb4;
  font-size: 1.6rem;
  background: #fff;
  border-radius: 30px;
  padding: 5px;
  max-width: 150px;
  margin-top: 0;
  font-family: "Kiwi Maru", serif;
}
.activity .contents .item:nth-child(2) .btn {
  color: #9cc715;
}
.activity .contents .item:nth-child(3) .btn {
  color: #7c9fd3;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
.activity .contents .item .content {
  color: #fff;
  margin-top: 1em;
}
.activity .contents .item .content .text-1 {
  font-size: 2.6rem;
  font-family: "Kiwi Maru", serif;
}
.activity .btn {
  color: #f09cb4;
  font-size: 1.4rem;
  background: #fff;
  border-radius: 30px;
  padding: 5px;
  max-width: 150px;
  margin-top: 0;
  font-family: "Kiwi Maru", serif;
}
}

/* ****************************************************************************************************
   * イベント
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.event {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  background: #fff7c8;
}

.event .body {
  max-width: 1040px !important;
}

.event .layout-2 {
  flex-direction: row-reverse;
}

.event .title-area {
  width: 16.5%;
}


.event .btn {
  color: #f7b400;
  font-size: 1.8rem;
  background: #fff;
  border-radius: 30px;
  padding: 5px 10px;
  width: 100%;
  font-family: "Kiwi Maru", serif;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/

.event .layout-2 {}

.event .title-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.event .title-area .logo {
  width: 83px;
}

.event .btn {
  color: #f7b400;
  font-size: 1.6rem;
  background: #fff;
  border-radius: 30px;
  padding: 5px 10px;
  width: 100%;
  font-family: "Kiwi Maru", serif;
}

}
/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.event ul {
  width: 80%;
  justify-content: flex-end;
}

.event ul li {
  width: 33.3333333%;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 0.5em 2%;
}


.event ul li a {
  transition: 0.3s;
}
.event ul li a:hover {
  opacity: 0.7;
}

.event ul li a .images {
  border-radius: 10px;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.66%;
}

.event ul li a .images img {
  border-radius: 10px; 
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event ul li:hover a .images img {
  border-radius: 10px; 
  transform: scale(1.05);
  opacity: .9;
}

.event ul li .day {
  color: #f7b400;
  display: block;
  margin-top: 0.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .event ul {
    width: 100%;
  }

.event ul li {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}

.event ul li ~ li {
  margin-top: 10px;
}

.event ul li a {
  transition: 0.3s;
}
.event ul li a:hover {
  opacity: 0.7;
}

.event ul li a span {
  display: block;
  text-align: left;
}
.event ul li .day {
  color: #f7b400;
  display: block;
  margin-top: 0.5em;
}
}

/* ****************************************************************************************************
   * 支援したい
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.support {
  position: relative;
  padding-top: 90px;
  padding-bottom: 70px;
  margin-bottom: 150px;
  background: #ffe6eb;
}

.support .body {
  max-width: 1040px !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
.support {
  position: relative;
  padding-top: 90px;
  padding-bottom: 70px;
  margin-bottom: 100px;
  background: #ffe6eb;
}

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.support .title-2 {
  position: relative;
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-size: 4.0rem;
  font-weight: bold;
  line-height: 1.0;
}

.support .title-2::before {
  content: "";
  display: block;
  background: url("../../_images/index/support-icon-1.png") no-repeat;
  width: 193px;
  height: 178px;
  background-size: 193px 178px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -170px;
  margin-left: 0;
}

.support .title-2 span {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  line-height: 1.0;
}
.support .title-2 span::before {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/title-2-left.png") no-repeat;
  width: 27px;
  height: 39px;
  background-size: 27px 39px;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -39px;
}
.support .title-2 span::after {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/title-2-right.png") no-repeat;
  width: 28px;
  height: 41px;
  background-size: 28px 41px;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -41px;
}


.support .lead p {
  font-size: 2.0rem;
  margin-top: 50px;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/

.support .title-2 {
  position: relative;
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.0;
}
.support .title-2 span::before {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/title-2-left.png") no-repeat;
  width: 13px;
  height: 19px;
  background-size: 13px 19px;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
}
.support .title-2 span::after {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/title-2-right.png") no-repeat;
  width: 14px;
  height: 20px;
  background-size: 14px 20px;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
}

.support .lead p {
  font-size: 1.8rem;
  margin-top: 30px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.support ul.layout-flex-3 {}

.support ul.layout-flex-3 li {
  border-radius: 20px;
  background: #fff;
  padding: 20px;
  text-align: center;
}

.support ul.layout-flex-3 li .images {}

.support ul.layout-flex-3 li .subtitle {
  position: relative;
  font-size: 1.6rem;
  font-family: "Kiwi Maru", serif;
  font-weight: bold;
  color: #f09cb4;
  display: inline-block;
  line-height: 1.0;
  margin-top: 1em;
}
.support ul.layout-flex-3 li .subtitle::before {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/subtitle-left.png") no-repeat;
  width: 14px;
  height: 18px;
  background-size: 14px 18px;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -14px;
}
.support ul.layout-flex-3 li .subtitle::after {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/subtitle-right.png") no-repeat;
  width: 14px;
  height: 19px;
  background-size: 14px 19px;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -14px;
}

.support ul.layout-flex-3 li .title {
  font-size: 3.0rem;
  font-family: "Kiwi Maru", serif;
  font-weight: bold;
  line-height: 1.0;
  display: block;
}

.support ul.layout-flex-3 li .btn-1 {
  font-family: "Kiwi Maru", serif;
  font-weight: bold;
  color: #f09cb4;
  line-height: 1.0;
  margin-top: 0.5em;
  font-size: 1.4rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
.support ul.layout-flex-3 > * {
  width: 100%;
}
.support ul.layout-flex-3 li {
  border-radius: 20px;
  background: #fff;
  padding: 10px;
  text-align: center;
}
.support ul.layout-flex-3 li ~ li {
  margin-top: 20px;
}

.support ul.layout-flex-3 li .images {}

.support ul.layout-flex-3 li .subtitle {
  position: relative;
  font-size: 1.6rem;
  font-family: "Kiwi Maru", serif;
  font-weight: bold;
  color: #f09cb4;
  display: inline-block;
  line-height: 1.0;
  margin-top: 1em;
}
.support ul.layout-flex-3 li .subtitle::before {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/subtitle-left.png") no-repeat;
  width: 14px;
  height: 18px;
  background-size: 14px 18px;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -14px;
}
.support ul.layout-flex-3 li .subtitle::after {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/subtitle-right.png") no-repeat;
  width: 14px;
  height: 19px;
  background-size: 14px 19px;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -14px;
}

.support ul.layout-flex-3 li .title {
  font-size: 3.0rem;
  font-family: "Kiwi Maru", serif;
  font-weight: bold;
  line-height: 1.0;
  display: block;
}

.support ul.layout-flex-3 li .btn-1 {
  font-family: "Kiwi Maru", serif;
  font-weight: bold;
  color: #f09cb4;
  line-height: 1.0;
}
}

/* ****************************************************************************************************
   * むすぶトーク
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.musubu {
  position: relative;
  padding-top: 75px;
  padding-bottom: 65px;
  background: #9cc715;
}

.musubu .body {
  max-width: 1040px !important;
}

.musubu::before {
  content: "";
  display: block;
  background: url("../../_images/index/musubu-top-bg.png") no-repeat;
  width: 100%;
  height: 50px;
  background-size: 100% 50px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -50px;
}
.musubu::after {
  content: "";
  display: block;
  background: url("../../_images/index/musubu-bottom-bg.png") no-repeat;
  width: 100%;
  height: 49px;
  background-size: 100% 49px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -49px;
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.musubu .contents.layout-2 {
  flex-direction: row-reverse;
}

.musubu .contents .content {
  width: 67%;
  max-width: 660px;
}
.musubu .contents .content p {
  font-size: 2.0rem;
  margin-top: 30px;
}

.musubu .contents .photo {
  width: 31%;
  animation: fuwafuwa2 3s infinite linear alternate;
}

.musubu .contents .btn {
  color: #f09cb4;
  font-size: 1.6rem;
  background: #fff;
  border-radius: 30px;
  padding: 5px;
  max-width: 160px;
  margin-top: 0;
  font-family: "Kiwi Maru", serif;
  display: block;
  margin-right: 0;
  margin-left: auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
.musubu .contents.layout-2 {
  flex-direction: row-reverse;
}

.musubu .contents .content {
  width: 100%;
  max-width: 660px;
}
.musubu .contents .content p {
  font-size: 1.8rem;
  margin-top: 30px;
}

.musubu .contents .photo {
  width: 100%;
  text-align: center;
}
.musubu .contents .photo img {
  width: 156px;
  margin: 1em auto 0;
}

.musubu .contents .btn {
  color: #f09cb4;
  font-size: 1.6rem;
  background: #fff;
  border-radius: 30px;
  padding: 5px;
  max-width: 150px;
  margin-top: 0;
  font-family: "Kiwi Maru", serif;
  display: block;
  margin-right: 0;
  margin-left: auto;
}
}

/* ****************************************************************************************************
   * 代表あいさつ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.greeting {
  position: relative;
  margin: 170px auto 150px;
  background: url("../../_images/index/greeting-bg.png") no-repeat;
  width: 1200px;
  height: 623px;
  background-size: 1200px 623px;
}
.greeting::before {
  content: "";
  display: block;
  background: url("../../_images/index/greeting-icon-2.png") no-repeat;
  width: 331px;
  height: 162px;
  background-size: 331px 162px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -60px;
  margin-left: 0;
  animation: buruburu 0.8s infinite linear alternate;
}

.greeting .body {
  max-width: 840px !important;
  padding: 80px 20px 90px !important;
}

.greeting .body::before {
  content: "";
  display: block;
  background: url("../../_images/index/greeting-icon-1.png") no-repeat;
  width: 146px;
  height: 156px;
  background-size: 146px 156px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -100px;
  margin-right: 150px;
}

.greeting .body::after {
  content: "";
  display: block;
  background: url("../../_images/index/greeting-icon-3.png") no-repeat;
  width: 137px;
  height: 153px;
  background-size: 137px 153px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 50px;
  margin-right: 0;
  animation: fuwafuwa2 3s infinite linear alternate;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
.greeting {
  position: relative;
  margin: 100px auto 50px;
  background: #f7b400;
  width: 100%;
  height: auto;
  background-size: auto;
}
.greeting::before {
  content: "";
  display: block;
  background: url("../../_images/index/greeting-icon-2.png") no-repeat;
  width: 165px;
  height: 81px;
  background-size: 165px 81px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  margin-left: 10px;
  z-index: 9;
}

.greeting .body {
  max-width: 840px !important;
  padding: 0 20px !important;
}

.greeting .body::before {
  content: "";
  display: block;
  background: url("../../_images/index/greeting-icon-1.png") no-repeat;
  width: 73px;
  height: 78px;
  background-size: 73px 78px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -50px;
  margin-right: 10px;
}

.greeting .body::after {
  content: "";
  display: block;
  background: url("../../_images/index/greeting-icon-3.png") no-repeat;
  width: 68px;
  height: 76px;
  background-size: 68px 76px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  margin-right: 10px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.greeting .contents.layout-2 {}

.greeting .contents .content {
  width: 67%;
  max-width: 450px;
}
.greeting .contents .content .sign span {
  font-size: 2.1rem;
  color: #fff;
  display: block;
  line-height: 1.2;
}
.greeting .contents .content .sign {
  position: relative;
  font-size: 4.0rem;
  color: #fff;
  display: block;
  font-family: "Kiwi Maru", serif;
  font-weight: bold;
  line-height: 1.2;
}

.greeting .contents .content .sign::after {
  content: "";
  display: block;
  background: url("../../_images/index/greeting-icon.png") no-repeat;
  width: 102px;
  height: 101px;
  background-size: 102px 101px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -40px;
}
.greeting .contents .content p.text {
  font-size: 2.0rem;
  color: #fff;
}

.greeting .contents .photo {
  width: 38%;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
.greeting .contents.layout-2 {}

.greeting .contents .content {
  width: 100%;
  max-width: 100%;
}
.greeting .contents .content .sign span {
  font-size: 1.8rem;
  color: #fff;
  display: block;
  line-height: 1.2;
}
.greeting .contents .content .sign {
  position: relative;
  font-size: 2.4rem;
  color: #fff;
  display: block;
  font-family: "Kiwi Maru", serif;
  font-weight: bold;
  line-height: 1.2;
}

.greeting .contents .content .sign::after {
  content: "";
  display: block;
  background: url("../../_images/index/greeting-icon.png") no-repeat;
  width: 51px;
  height: 50px;
  background-size: 51px 50px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}
.greeting .contents .content p.text {
  font-size: 1.8rem;
  color: #fff;
}

.greeting .contents .photo {
  width: 100%;
  margin-top: 1em;
}

}