@charset "utf-8";

body{
  font-family: 'Noto Sans JP', sans-serif;
}

#index{
  /*margin-top: 95px;*/
  /*padding: 30px 0 0 0;*/
  color: #0e192d;
  line-height: 180%;
}


/*----------------------------------------------------

 共通パーツ

----------------------------------------------------*/

/* タイトル */
.title_set01{
  font-size: 32px;
  font-weight: 900;
  color: #0087cc;
  line-height: 120%;
}

.title_set02{
  font-size: 32px;
  font-weight: 900;
  color: #FFF;
  line-height: 120%;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.70);
}


/* リンク */
.link_set01{
  font-size: 16px;
  font-weight: 900;
  color: #008ed3 !important;
  text-decoration: none !important;
  transition: 0.3s;
  position: relative;
  padding-right: 30px;
  display: inline-block;
}

.link_set01::after{
  content: "";
  width: 20px;
  height: 20px;
  background: url("../../img/index/2021/common/icon_arrow_blue.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}

.link_set01:hover{
  transform: translateX(5px);
}


.link_set02{
  border: 1px solid #0087cc;
  width: 90%;
  display: block;
  margin: 0 auto;
  border-radius: 50px;
  text-decoration: none !important;
  color: #008ed3 !important;
  font-weight: 900;
  position: relative;
  padding: 5px 45px;
  box-sizing: border-box;
  transition: 0.3s;
  background: #FFF;
  text-align: center;
}

.link_set02::after{
  content: "";
  background: url("../../img/index/2021/common/icon_arrow_blue.svg") no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  transition: 0.3s;
}

.link_set02:hover{
  background: #0087cc;
  color: #FFF !important;
}

.link_set02:hover::after{
  content: "";
  background: url("../../img/index/2021/common/icon_arrow_white.svg") no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
}


.link_set03{
  border: 1px solid #008ed3;
  width: 90%;
  display: block;
  margin: 0 auto;
  border-radius: 50px;
  text-decoration: none !important;
  color: #008ed3 !important;
  font-weight: 900;
  position: relative;
  padding: 5px 45px;
  box-sizing: border-box;
  transition: 0.3s;
  background:#FFFFFF;
  text-align: center;
}

.link_set03::after{
  content: "";
  background: url("../../img/index/2021/common/icon_arrow_blue.svg") no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  transition: 0.3s;
}

.link_set03:hover{
  background: #0087cc;
  color: #FFFFFF !important;
}

.link_set03:hover::after{
  content: "";
  background: url("../../img/index/2021/common/icon_arrow_white.svg") no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
}



@media only screen and (min-width: 768px) {



}


@media only screen and (min-width: 1024px) {

/* タイトル */
  .title_set01{
    font-size: 48px;
  }

  .title_set02{
    font-size: 48px;
  }

}


@media only screen and (min-width: 1280px) {

/* タイトル */
  .title_set01{
    font-size: 58px;
  }

  .title_set02{
    font-size: 58px;
  }


/* リンク */
  .link_set01{
    padding-right: 35px;
  }

  .link_set01::after{
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }


  .link_set02{
    padding: 10px 45px;
    font-size: 16px;
  }

  .link_set02::after{
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }

  .link_set02:hover::after{
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }


  .link_set03{
    padding: 10px 45px;
    font-size: 16px;
  }

  .link_set03::after{
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }

  .link_set03:hover::after{
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }

}


/*----------------------------------------------------

 共通コンテンツエリア

----------------------------------------------------*/
#index .index_contents{
  border-top: 2px solid #cacaca;
  /*margin-top: 30px;*/
  background: #FFF;
  padding-bottom: 30px;
}

#index .index_contents > div{
  padding: 50px 20px;
  position: relative;
}

#index .index_contents > div::before{
  content: "";
  width: 98px;
  height: 60px;
  padding: 0 5px 0 20px;
  background: url("../../img/index/2021/common/icon_arrow_big.svg") no-repeat 20px center,#FFF;
  background-size: 98px 60px;
  position: absolute;
  left: 0;
  top: -31px;
}


#index .index_contents02{
  border-top: 2px solid #cacaca;
  /*margin-top: 30px;*/
}

#index .index_contents02 > div > div{
  padding: 50px 20px;
  position: relative;
}

#index .index_contents02 > div > div::before{
  content: "";
  width: 98px;
  height: 60px;
  padding: 0 5px 0 20px;
  background: url("../../img/index/2021/common/icon_arrow_big.svg") no-repeat 20px center,#FFF;
  background-size: 98px 60px;
  position: absolute;
  left: 0;
  top: -31px;
}


#index .index_contents03{
  border-top: 2px solid #cacaca;
  /*margin-top: 30px;*/
  background: #FFF;
  padding-bottom: 30px;
}

#index .index_contents03 > div{
  border-top: 2px solid #cacaca;
}

#index .index_contents03 > div > div{
  padding: 50px 20px;
  position: relative;
}

#index .index_contents03 > div > div::before{
  content: "";
  width: 98px;
  height: 60px;
  padding: 0 5px 0 20px;
  background: url("../../img/index/2021/common/icon_arrow_big.svg") no-repeat 20px center,#FFF;
  background-size: 98px 60px;
  position: absolute;
  left: 0;
  top: -31px;
}


/* head01 */
#index .contents_head{
}

#index .contents_head p{
  margin-top: 20px;
  font-weight: 900;
}

#index .contents_head .link_more{
  text-align: right;
  margin-top: 25px;
}

/* head02 */
#index .contents_head02{
}

#index .contents_head02 p{
  margin-top: 20px;
  font-weight: 900;
}

#index .contents_head02 .link_more{
  text-align: right;
  margin-top: 25px;
}


@media only screen and (min-width: 768px) {



}


@media only screen and (min-width: 1024px) {

  #index .index_contents{
    border-top: 1px solid #cacaca;
    padding-bottom: 60px;
  }

  #index .index_contents > div{
    padding: 90px 30px 100px 30px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  #index .index_contents > div::before{
    width: 196px;
    height: 120px;
    padding: 0 15px 0 30px;
    background: url("../../img/index/2021/common/icon_arrow_big.svg") no-repeat 30px center,#FFF;
    background-size: 196px 120px;
    left: 0px;
    top: -60px;
  }


  #index .index_contents02{
    border-top: 1px solid #cacaca;
    padding-bottom: 60px;
    position: relative;
  }

  #index .index_contents02 > div > div{
    padding: 90px 30px 100px 30px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  #index .index_contents02 > div > div::before{
    width: 196px;
    height: 120px;
    padding: 0 15px 0 30px;
    background: url("../../img/index/2021/common/icon_arrow_big.svg") no-repeat 30px center,#FFF;
    background-size: 196px 120px;
    left: 0;
    top: -60px;
  }


  #index .index_contents03{
    padding-bottom: 60px;
  }

  #index .index_contents03 > div{
    border-top: 1px solid #cacaca;
  }

  #index .index_contents03 > div > div{
    padding: 90px 30px 100px 30px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  #index .index_contents03 > div > div::before{
    width: 196px;
    height: 120px;
    padding: 0 15px 0 30px;
    background: url("../../img/index/2021/common/icon_arrow_big.svg") no-repeat 30px center,#FFF;
    background-size: 196px 120px;
    left: 0px;
    top: -60px;
  }


/* head01 */
  #index .contents_head{
    display: flex;
  }

  #index .contents_head h2{
    width: 365px;
  }

  #index .contents_head p{
    margin-top: 0;
    padding: 0 45px;
    box-sizing: border-box;
    border-left: 1px solid #cbcbcb;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 180%;
    max-width: 500px;
  }

  #index .contents_head .link_more{
    margin-top: 0;
    border-left: 1px solid #cbcbcb;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 165px;
    box-sizing: border-box;
  }

/* head02 */
  #index .contents_head02{
    display: flex;
    flex-direction: column;
  }

  #index .contents_head02 p{
    margin-top: 60px;
    padding: 50px 0;
    font-size: 18px;
    line-height: 180%;
    position: relative;
  }

  #index .contents_head02 p::before{
    content: "";
    width: 154px;
    height: 1px;
    background: #cbcbcb;
    position: absolute;
    top: 0;
  }

  #index .contents_head02 .link_more{
    text-align: left;
    margin-top: 0;
    padding-top: 50px;
    position: relative;
  }

  #index .contents_head02 .link_more::before{
    content: "";
    width: 154px;
    height: 1px;
    background: #cbcbcb;
    position: absolute;
    top: 0;
  }

}


@media only screen and (min-width: 1280px) {

  #index .index_contents > div{
    padding: 90px 10px 100px 10px;
    width: 1280px;
  }

  #index .index_contents > div::before{
    left: -20px;
  }


  #index .index_contents02 > div > div{
    padding: 90px 10px 100px 10px;
    width: 1280px;
  }

  #index .index_contents02 > div > div::before{
    /*left: -20px;*/
    display: none;
  }


  #index .index_contents03 > div > div{
    padding: 90px 10px 100px 10px;
    width: 1280px;
  }

  #index .index_contents03 > div > div::before{
    left: -20px;
  }


/* head01 */
  #index .contents_head h2{
    width: 415px;
  }

  #index .contents_head p{
    width: 700px;
    max-width: 700px;
    padding: 0 60px;
  }

  #index .contents_head .link_more{
    width: 145px;
  }


}


/*----------------------------------------------------

 FV

----------------------------------------------------*/
.full_slider{
  margin-top: 95px;
  background: #FFF;
}

/* .full_slider video{
  width: 100%;
}

.full_slider .slick-dots {
  bottom: 0;
  z-index: +1;
  position: static;
  padding: 10px 20px 15px 20px;
  box-sizing: border-box;
} */


@media only screen and (min-width: 768px) {
  .full_slider{
    margin-top: 125px;
  }
}

@media only screen and (min-width: 1280px) {

  .full_slider{
    margin-top: 120px;
  }

  .full_slider div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    margin: 0;
  }

  /* .full_slider div.img01 {
    background-image: url("../../img/index/2024/HPTOP.mp");
  } */
  /*.full_slider div.img02 {
    background-image: url(https://125naroom.com/demo/img/simple02.jpg);
  }
  .full_slider div.img03 {
    background-image: url(https://125naroom.com/demo/img/simple03.jpg);
  }*/
/*.full .slick-dots {
    bottom: 4%;
    z-index: +1;
}*/
}

/*.full_slider div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}
.full_slider div.img01 {
  background-image: url("../../img/index/2021/dummy/dummy_slider.png");
}
.full_slider div.img02 {
  background-image: url("../../img/index/2021/dummy/dummy_slider02.jpg");
}
.full_slider div.img03 {
  background-image: url("../../img/index/2021/dummy/dummy_slider03.jpg");
}
.full_slider .slick-dots {
    bottom: 4%;
    z-index: +1;
}*/


/*----------------------------------------------------

 動画

----------------------------------------------------*/

@media only screen and (min-width: 1024px) {

  .index_visual {
	  position: relative;
	  width: 100%;
	  height: calc(100vh - 125px);
    margin-top: 125px;
  }

  .index_visual #mask{
    background: url("../../img/index/2021/dummy/dot-black.png") repeat center top;
    position: absolute;
    width: 100%;
	  height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
  }

  .movie {
	  overflow: hidden;
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 1;
  }

  .movie video {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  display: block;
	  width: auto;
	  height: auto;
	  min-width: 100%;
	  min-height: 100%;
	  transform: translate(-50%,-50%);
  }

  .index_visual #dummy_img{
    background: url("../../img/index/2021/dummy/topimg.png") no-repeat center top;
    background-size: cover;
    position: absolute;
    width: 100%;
	  height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
  }

}

@media only screen and (min-width: 1280px) {

  .index_visual {
	  position: relative;
	  width: 100%;
	  height: calc(100vh - 120px);
    margin-top: 120px;
  }

}



/*----------------------------------------------------

バナー

----------------------------------------------------*/
#index #banner_list{
  background: #FFF;
}


#index #banner_list > div{
  padding: 30px 20px 50px 20px;
}

#index #banner_list .banner_mode_sp{
  display: block;
}

#index #banner_list .banner_mode_pc{
  display: none;
}

#index #banner_list img{
  width: 100%;
}

#index #banner_list a{
  transition: 0.3s;
  display: block;
}

#index #banner_list a + a{
  margin-top: 20px;
}

#index #banner_list a:hover{
  opacity: 0.7;
}


@media only screen and (min-width: 768px) {

  #index #banner_list > div{
    width: 690px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px 50px 20px;
  }

  #index #banner_list .banner_mode_sp{
    display: none;
  }

  #index #banner_list .banner_mode_pc{
    display: block;
  }

  #index #banner_list a{
    width: 330px;
  }

  #index #banner_list a + a{
    margin-top: 0px;
  }

  #index #banner_list a:nth-child(n+3){
    margin-top: 30px;
  }

  /*#index #banner_list a:nth-child(n+2){
    width: 330px;
  }*/

}


@media only screen and (min-width: 1024px) {

  #index #banner_list > div{
    padding: 0 30px 100px 30px;
    width: 940px;
  }

  /*#index #banner_list a + a{
    margin-top: 50px;
  }*/

  #index #banner_list a{
    width: 450px;
  }

  /*#index #banner_list a:nth-child(n+2){
    width: 450px;
  }*/

  #index #banner_list a:nth-child(n+3){
    margin-top: 40px;
  }

}


@media only screen and (min-width: 1280px) {

  #index #banner_list > div{
    padding: 0 0 100px 0;
  }


}


/*----------------------------------------------------

 活動・事業報告

----------------------------------------------------*/
#index #topics{

}

#index #topics #topics_list{
  margin-top: 25px;
  overflow: auto;
  width: 100%;
}

#index #topics #topics_list img{
  width: 100%;
}

#index #topics #topics_list ul{
  width: 100%;
  display: flex;
  padding: 0 0 30px 0;
}

#index #topics #topics_list ul li{
  width: 160px;
  min-width: 160px;
}

#index #topics #topics_list ul li + li{
  margin-left: 10px;
}

#index #topics #topics_list ul li a{
  display: block;
  text-decoration: none !important;
}

#index #topics #topics_list section > div{
  position: relative;
  overflow: hidden;
}

#index #topics #topics_list ul li .img_set{
  width: 160px;
  height: 120px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

#index #topics #topics_list ul li img{
  transition: 0.3s;
  object-fit: contain;
}

#index #topics #topics_list ul li a:hover img{
  transform: scale(1.2);
}

#index #topics #topics_list .cat_set{
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  font-weight: 900;
  z-index: 1;
  display: flex;
}

#index #topics #topics_list .cat{
  padding: 2px 10px;
  font-size: 14px;
}

#index #topics #topics_list .cat.report{
  background: #008ed3;
}

#index #topics #topics_list .cat.meeting{
  background: #b6272d;
}

#index #topics #topics_list .cat.business{
  background: #008000;
}


#index #topics #topics_list .time{
  color: #008ed3;
  font-weight: 500;
  font-size: 16px;
}

#index #topics #topics_list h3{
  font-weight: 900;
  font-size: 16px;
  padding: 0 30px 0 0;
}

#index #topics #topics_list ul li a:hover h3{
  text-decoration: underline !important;
}


@media only screen and (min-width: 768px) {


  #index #topics #topics_list{
    margin-top: 50px;
    overflow: visible;
    width: 660px;
    margin: 0 auto;
  }

  #index #topics #topics_list ul li .img_set{
    width: 220px;
    height: 165px;
  }

  #index #topics #topics_list ul{
    flex-wrap: wrap;
    padding: 0;
  }

  #index #topics #topics_list ul li{
    width: 33.3333%;
    min-width: auto;
  }

  #index #topics #topics_list ul li + li{
    margin-left: 0;
  }

  #index #topics #topics_list section > div{
    overflow: hidden;
  }

  #index #topics #topics_list .cat{
    font-size: 16px;
    padding: 7px 15px;
  }

  #index #topics #topics_list .time{
    font-size: 16px;
    margin-top: 15px;
  }

  #index #topics #topics_list h3{
    font-size: 20px;
    padding: 15px 60px 40px 0;
    line-height: normal;
  }

}


@media only screen and (min-width: 1024px) {

  #index #topics{
  }

  #index #topics > div{
    padding-bottom: 60px;
  }

  #index #topics #topics_list{
    margin-top: 70px;
    width: 960px;
  }

  #index #topics #topics_list ul li .img_set{
    width: 320px;
    height: 240px;
  }


  #index #topics #topics_list .cat{
    font-size: 18px;
  }

  #index #topics #topics_list .time{
    font-size: 18px;
  }

  #index #topics #topics_list h3{
    font-size: 22px;
    padding: 15px 100px 40px 0;
  }

}


@media only screen and (min-width: 1280px) {

  #index #topics #topics_list{
    margin-top: 70px;
    width: 100%;
  }

  #index #topics #topics_list ul li{
    width: 420px;
  }

  #index #topics #topics_list ul li .img_set{
    width: 420px;
    height: 315px;
  }

  #index #topics #topics_list .cat{
    font-size: 22px;
  }

  #index #topics #topics_list .time{
    font-size: 20px;
  }

  #index #topics #topics_list h3{
    font-size: 26px;
  }


}


/*----------------------------------------------------

 JC（青年会議所）とは

----------------------------------------------------*/
#index #about{
}

#index #about #creeds{
  margin-top: 25px;
}

#index #about #creeds h3{
  font-size: 23px;
  font-weight: 900;
  color: #008ed3;
  text-align: center;
}

#index #about #creeds img{
  margin-top: 20px;
  width: 100%;
}


@media only screen and (min-width: 768px) {

  #index #about #creeds img{
    max-width: 600px;
    margin: 20px auto 0;
    display: block;
  }

}


@media only screen and (min-width: 1024px) {

  #index #about{
  }

  #index #about > div{
    display: flex;
    justify-content: space-between;
  }

  #index #about #creeds{
    margin-top: 0;
    width: 45%;
  }

  #index #about #creeds h3{
    font-size: 38px;
    line-height: normal;
  }

}


@media only screen and (min-width: 1280px) {

  #index #about{
  }

  #index #about #creeds{
    width: 600px;
  }

}


/*----------------------------------------------------

 JCI松山とは

----------------------------------------------------*/
#index #jci{
  /*background: url("../../img/index/2021/jci/back_sp.png") no-repeat center 95px;
  background-size: cover;
  background-attachment: fixed;*/
  background: none;
}

#index #jci::before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background: url("../../img/index/2021/jci/back_sp.png") no-repeat center bottom;
  background-size:cover;
}

#index #jci > div::before{
  background: url("../../img/index/2021/common/icon_arrow_big.svg") no-repeat 20px center,none;
}

#index #jci > div{
  padding-bottom: 25px;
}

#index #jci .contents_head p{
  color: #FFF;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.70);
}

#index #jci #philosophy{
  padding: 30px 20px;
  background: rgba(255,255,255,0.90);
  text-align: center;
  margin-top: 25px;
}

#index #jci #philosophy h3{
  font-size: 29px;
  font-weight: 900;
  color: #0087cc;
}

#index #jci #philosophy p{
  font-size: 15px;
  font-weight: 900;
  margin-top: 20px;
}

#index #jci #philosophy .link_set02{
  margin-top: 25px;
}

#index #jci #belief{
  position: relative;
  margin-top: 30px;
}

#index #jci #belief img{
  width: 100%;
}

#index #jci #belief .link_set03{
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: calc(90% - 40px);
  transform: translate(-50%, 0);
}

#index #jci #belief .mode_belif_sp{
  display: block;
}

#index #jci #belief .mode_belif_tab{
  display: none;
}


/* 20221215追記 */
#index #jci .jci_banner_set{
  margin-top: 30px;
}

#index #jci .jci_banner_set img{
  width: 100%;
}


@media only screen and (min-width: 768px) {

  #index #jci #philosophy{
    position: relative;
    display: flex;
    padding: 45px 35px;
    width: 690px;
    margin: 50px auto 0;
    box-sizing: border-box;
  }

  #index #jci #philosophy h3{
    font-size: 38px;
    height: 234px;
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
    box-sizing: border-box;
  }

  #index #jci #philosophy p{
    font-size: 20px;
    margin-top: 0;
    line-height: 180%;
    margin-left: 35px;
    padding-left: 35px;
    border-left: 1px solid #cbcbcb;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  #index #jci #philosophy .link_set02{
    margin-top: 0;
    position: absolute;
    width: 260px;
    bottom: 115px;
  }

  #index #jci #belief{
    width: 690px;
    margin: 50px auto 0;
  }

  #index #jci #belief .link_set03{
    bottom: 10px;
    left: 15px;
    width: 240px;
    transform: translate(0, 0);
  }

  #index #jci #belief .mode_belif_sp{
    display: none;
  }

  #index #jci #belief .mode_belif_tab{
    display: block;
  }

  /* 20221215追記 */
  #index #jci .jci_banner_set{
    margin: 50px auto 0;
    width: 690px;
  }

}


@media only screen and (min-width: 1024px) {

  #index #jci{
    background: url("../../img/index/2021/jci/back_pc.png") no-repeat center 120px;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 0;
  }

  #index #jci::before{
    display: none;
  }

  #index #jci > div::before{
    background: url("../../img/index/2021/common/icon_arrow_big.svg") no-repeat 30px center,none;
  }

  #index #jci > div{
    padding-bottom: 50px;
  }

  #index #jci .contents_head p {
    max-width: none;
    padding-right: 0;
  }

  #index #jci #philosophy{
    margin-top: 70px;
    width: auto;
  }

  #index #jci #philosophy h3{
    font-size: 48px;
    padding-bottom: 70px;


  }

  #index #jci #philosophy p{
    font-size: 20px;
  }

  #index #jci #belief{
    width: auto;
  }


  #index #jci #belief .link_set03{
    bottom: 30px;
    left: 35px;
    width: 260px;
    transform: translate(0, 0);
  }

  /* 20221215追記 */
  #index #jci .jci_banner_set{
    margin: 50px auto 0;
    width: auto;
  }

}


@media only screen and (min-width: 1280px) {

  #index #jci #philosophy{
    padding: 68px 65px;
  }

  #index #jci #philosophy h3{
    font-size: 58px;
  }

  #index #jci #philosophy p{
    font-size: 26px;
    margin-left: 70px;
    padding-left: 70px;
  }


}


/*----------------------------------------------------

 委員会紹介

----------------------------------------------------*/
#index #committee{
  padding-top: 55px;
}

#index #committee > div{
}

#index #committee ul{
  display: flex;
  flex-wrap: wrap;
  border-bottom: 3px solid #0089ce;
  margin-top: 25px;
}

#index #committee ul li{
  width: 50%;
  border-top: 3px solid #0089ce;
  border-left: 3px solid #0089ce;
  box-sizing: border-box;
}

#index #committee ul li:nth-child(2n+2){
  border-right: 3px solid #0089ce;
}

#index #committee ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 105px;
  text-decoration: none !important;
  color: #0089ce;
  background: #FFF;
  font-weight: 900;
  position: relative;
  transition: 0.3s;
  text-align: center;
}

#index #committee ul li a::before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent #0087cc transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}

#index #committee ul li a::after{
  content: "";
  background: url("../../img/index/2021/common/icon_arrow_white02.svg") no-repeat center;
  background-size: contain;
  width: 8px;
  height: 6px;
  position: absolute;
  bottom: 10px;
  right: 8px;
  transition: 0.3s;
}

#index #committee ul li a:hover{
  background: #0089ce;
  color: #FFF;
}

#index #committee ul li a:hover::before{
  border-color: transparent transparent #FFF transparent;
}

#index #committee ul li a:hover::after{
  background: url("../../img/index/2021/common/icon_arrow_blue02.svg") no-repeat center;
}


@media only screen and (min-width: 768px) {



}


@media only screen and (min-width: 1024px) {

  #index #committee{
    padding-top: 110px;
  }

  #index #committee ul{
    border-bottom: 5px solid #0089ce;
    margin-top: 65px;
  }

  #index #committee ul li{
    width: 25%;
    border-top: 5px solid #0089ce;
    border-left: 5px solid #0089ce;
  }

  #index #committee ul li:nth-child(2n+2){
    border-right: none;
  }

  #index #committee ul li:nth-child(4n+4){
    border-right: 5px solid #0089ce;
  }

  #index #committee ul li a{
    height: 200px;
    font-size: 20px;
    line-height: 160%;
  }

  #index #committee ul li a::before{
    border-width: 0 0 60px 60px;
  }

  #index #committee ul li a::after{
    width: 12px;
    height: 8px;
    bottom: 12px;
    right: 15px;
  }

}


@media only screen and (min-width: 1280px) {

  #index #committee ul li a{
    font-size: 24px;
  }


}


/*----------------------------------------------------

 事業案内

----------------------------------------------------*/
#index #guide{
  padding-top: 40px;
  border-top: none;
}

#index #guide ul{
  margin-top: 25px;
}

#index #guide ul li + li{
  margin-top: 15px;
}

#index #guide ul li a{
  transition: 0.3s;
}

#index #guide ul li a:hover{
  opacity: 0.7;
}

#index #guide ul li img{
  width: 100%;
}


@media only screen and (min-width: 768px) {

  #index #guide ul{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #index #guide ul li{
    width: calc(50% - 15px);
  }

  #index #guide ul li + li{
    margin-top: 0;
  }

  #index #guide ul li:nth-child(n+3){
    margin-top: 20px;
  }

}


@media only screen and (min-width: 1024px) {

  #index #guide{
    padding-top: 100px;
  }

  #index #guide ul{
    margin-top: 70px;
  }

  #index #guide ul li:nth-child(n+3){
    margin-top: 30px;
  }


}


@media only screen and (min-width: 1280px) {



}


/*----------------------------------------------------

 公式SNS

----------------------------------------------------*/
#index #sns{
}

#index #sns #sns_set{
  margin-top: 20px;
}

#index #sns #sns_set section + section{
  margin-top: 50px;
}

#index #sns #sns_set h3{
  font-size: 25px;
  font-weight: 900;
  text-align: center;
}

#index #sns #sns_set h3 span{
  position: relative;
}

/* フェイスブック */
#index #sns #fb{
  text-align: center;
}

#index #sns #fb h3 span::before{
  content: "";
  background: url("../../img/index/2021/sns/icon_fb.png") no-repeat center;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -12.5px;
}

#index #sns #fb h3 + div{
  margin-top: 15px;
}

#index #sns #fb img{
  width: 100%;
}


/* インスタグラム */
#index #sns #ig h3 span::before{
  content: "";
  background: url("../../img/index/2021/sns/icon_ig.png") no-repeat center;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -12.5px;
}

#index #sns #ig ul{
  display: flex;
  flex-wrap: wrap;
  margin: 12.5px -7.5px 0 -7.5px;
}

#index #sns #ig ul li{
  width: calc(50% - 15px);
  margin: 7.5px;
}

#index #sns #ig ul li img{
  width: 100%;
  height: auto !important;/* 必要に応じて削除 */
  aspect-ratio: 1 / 1 !important;/* 正方形に統一 */
  object-fit: cover !important;/* 中央を基準に切り取る */
}

#index #sns #ig .link_more{
  text-align: right;
  margin-top: 17.5px;
}


#index #sns ul#other_link{
  margin-top: 25px;
}

#index #sns ul#other_link li + li{
  margin-top: 15px;
}

#index #sns ul#other_link li a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: #0089ce;
  color: #FFF;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
  border: 1px solid #0089ce;
  box-sizing: border-box;
  transition: 0.3s;
}

#index #sns ul#other_link li a::after{
  content: "";
  background: url("../../img/index/2021/common/icon_arrow_white.svg") no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -10px;
  transition: 0.3s;
}

#index #sns ul#other_link li#bnr_youtube a::before{
  content: "";
  background: url("../../img/index/2021/sns/icon_yt.png") no-repeat center;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50px;
  top: 50%;
  margin-top: -20px;
}

#index #sns ul#other_link li#bnr_line a::before{
  content: "";
  background: url("../../img/index/2021/sns/icon_fb.png") no-repeat center;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50px;
  top: 50%;
  margin-top: -20px;
}

#index #sns ul#other_link li a:hover{
  background: #FFF;
  color: #0089ce;
}

#index #sns ul#other_link li a:hover::after{
  transform: translateX(5px);
  background: url("../../img/index/2021/common/icon_arrow_blue.svg") no-repeat center;
}
/*2026年1月追記*/
.top-instagram{
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 16px;
}

.top-instagram__title{
  margin: 0 0 12px;
  font-size: 20px;
}

.top-instagram__frameWrap{
  width: 100%;
  overflow: hidden;   /* “枠”として見せる */
  border-radius: 12px;
}

.top-instagram__frame{
  width: 100%;
  height: 600px;  
  border: 0;
  display: block;
}


@media only screen and (min-width: 768px) {

  #index #sns #sns_set{
    width: 100%;/* 変更  */
    margin: 50px auto 0;
  }

/* フェイスブック */
  #index #sns #fb h3 + div{
    margin-top: 30px;
  }


/* インスタグラム */
  #index #sns #ig ul{
    margin-top: 22.5px;
  }

}


@media only screen and (min-width: 1024px) {

  #index #sns #sns_set{
    margin-top: 75px;
    display: flex;
    justify-content: center;
    width: auto;
  }

  #index #sns #sns_set section{
    width: 100%;/* 変更  */
  }

  #index #sns #sns_set section + section{
    margin-top: 0;
    margin-left: 40px;
  }

  #index #sns #sns_set h3{
    font-size: 32px;
  }

/* フェイスブック */
  #index #sns #fb span::before{
    width: 30px;
    height: 30px;
    left: -40px;
    margin-top: -15px;
  }

  #index #sns #fb h3 + div{
    margin-top: 40px;
  }


/* インスタグラム */
  #index #sns #ig h3 span::before{
    width: 30px;
    height: 30px;
    left: -40px;
    margin-top: -15px;
  }

  #index #sns #ig ul{
    margin: 30px -10px 0 -10px;
  }

  #index #sns #ig ul li{
    width: calc(50% - 20px);
    margin: 10px;
  }

  #index #sns #ig .link_more{
    margin-top: 20px;
  }


  #index #sns ul#other_link{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 50px auto 0;
  }

  #index #sns ul#other_link li{
    width: calc(50% - 20px);
  }

  #index #sns ul#other_link li + li{
    margin-top: 0;
  }

  #index #sns ul#other_link li a{
    height: 100px;
    font-size: 28px;
  }

  #index #sns ul#other_link li a::after{
    width: 26px;
    height: 26px;
    right: 25px;
    margin-top: -13px;
  }

  #index #sns ul#other_link li#bnr_youtube a::before{
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }

  #index #sns ul#other_link li#bnr_line a::before{
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }


}


@media only screen and (min-width: 1280px) {

  #index #sns #sns_set section{
    width: 1040px; /*変更 */
  }


  #index #sns ul#other_link{
    width: 1040px;
  }


}


/*----------------------------------------------------

 わかつばき

----------------------------------------------------*/
#index #wakatsubaki{
  background: #FFF;
}

#index #wakatsubaki > div{
  position: relative;
}

#index #wakatsubaki > div::after{
  content: "";
  width: 100%;
  height: 250px;
  background: #e6f4fb;
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: -1;
}

#index #wakatsubaki > div > div{
  padding-left: 0;
  padding-right: 0;
}

#index #wakatsubaki .contents_head{
  padding: 0 20px;
}


#index #wakatsubaki #wakatsubaki_list{
  margin-top: 25px;
  overflow: hidden;
  width: 100%;
  padding: 0 30px 30px 30px;
  box-sizing: border-box;
}

#index #wakatsubaki #wakatsubaki_list img{
  width: 100%;
}

#index #wakatsubaki #wakatsubaki_list ul{
  width: 100%;
  display: flex;
  padding: 25px 0 30px 10px;
  box-sizing: border-box;
  overflow: auto;
}

#index #wakatsubaki #wakatsubaki_list ul li{
  width: 140px;
  min-width: 140px;
  text-align: center;
}

#index #wakatsubaki #wakatsubaki_list ul li + li{
  margin-left: 22px;
}

#index #wakatsubaki #wakatsubaki_list ul li a{
  display: block;
  position: relative;
}

#index #wakatsubaki #wakatsubaki_list ul li img{
  transition: 0.3s;
}

#index #wakatsubaki #wakatsubaki_list a:hover img{
  opacity: 0.7;
}

#index #wakatsubaki #wakatsubaki_list h3{
  font-weight: 900;
  font-size: 12px;
  line-height: normal;
  margin-top: 0.5em;
}

#index #wakatsubaki #wakatsubaki_list p#check_new{
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0087cc;
  background: #FFF;
  border-radius: 50%;
  color: #008ed3;
  font-weight: 900;
  box-sizing: border-box;
  position: absolute;
  left: -10px;
  top: -25px;
  z-index: 5;
  box-shadow: 2px 2px 12px -4px rgba(0,0,0,0.6);
}


@media only screen and (min-width: 768px) {

  #index #wakatsubaki > div::after{
    height: 400px;
    bottom: 100px;
  }

  #index #wakatsubaki > div > div{
    padding-left: 20px;
    padding-right: 20px;
  }

  #index #wakatsubaki .contents_head{
    padding: 0;
  }


  #index #wakatsubaki #wakatsubaki_list{
    padding: 0;
    background: none;
    width: 690px;
    margin: 0 auto;
  }


  #index #wakatsubaki #wakatsubaki_list ul{
    justify-content: center;
    padding: 90px 0 70px 0;
    overflow: visible;
  }

  #index #wakatsubaki #wakatsubaki_list ul li{
    width: calc(33.333% - 30px);
    min-width: none;
  }

  #index #wakatsubaki #wakatsubaki_list h3{
    font-size: 16px;
  }



}


@media only screen and (min-width: 1024px) {

  #index #wakatsubaki > div > div{
    padding-left: 30px;
    padding-right: 30px;
  }

  #index #wakatsubaki #wakatsubaki_list{
    width: auto;
  }

  #index #wakatsubaki #wakatsubaki_list ul li{
    width: 250px;
  }

  #index #wakatsubaki #wakatsubaki_list ul li + li{
    margin-left: 60px;
  }

  #index #wakatsubaki #wakatsubaki_list p#check_new{
    width: 90px;
    height: 90px;
    font-size: 20px;
    left: -25px;
    top: -20px;
  }


}


@media only screen and (min-width: 1280px) {

  #index #wakatsubaki > div > div{
    padding-left: 0;
    padding-right: 0;
  }

  #index #wakatsubaki.index_contents02::before{
    content: "";
    position: absolute;
    width: 196px;
    height: 120px;
    padding: 0 15px 0 30px;
    background: url("../../img/index/2021/common/icon_arrow_big.svg") no-repeat 30px center,#FFF;
    background-size: 196px 120px;
    left: 50%;
    top: -60px;
    margin-left: -660px;
  }

  #index #wakatsubaki > div{
    overflow: hidden;
    width: 100%;
  }

  #index #wakatsubaki > div::after{
    left: 50%;
    margin-left: -630px;
  }


}


/*----------------------------------------------------

 入会のご案内

----------------------------------------------------*/
#index #admission{
}

#index #admission #img_flow{
  margin-top: 25px;
}

#index #admission img{
  width: 100%;
}

#index #admission #img_mattoruken{
  width: 70%;
  max-width: 500px;
  margin: 15px auto 0;
}


@media only screen and (min-width: 768px) {

  #index #admission img{
    max-width: 600px;
    margin: 0 auto;
  }

  #index #admission #img_mattoruken{
    max-width: 400px;
  }

}


@media only screen and (min-width: 1024px) {

  #index #admission > div{
    position: relative;
  }

  #index #admission #img_flow{
    margin-top: 70px;
  }

  #index #admission img{
    max-width: 900px;
    margin: 0 auto;
  }

  #index #admission #img_mattoruken{
    width: 240px;
    max-width: auto;
    height: 121px;
    margin: 0;
    position: absolute;
    right: 30px;
    top: -60px;
  }


}


@media only screen and (min-width: 1280px) {

  #index #admission img{
    max-width: 1040px;
  }

  #index #admission #img_mattoruken{
    right: 0;
  }

}



/*---------------------------------------------------------------------

アニメーション用　※参考までに

スクロールすると　「.scroll-trigger」部分に「.scroll-trigger-on」が追加されるので、
アニメーションの動作開始に使えます。

---------------------------------------------------------------------*/



/*　フェードイン　+　下から上にスライド
---------------------------------------------*/
/*　下から上　*/
.scroll-trigger.fade-in-B{
	opacity: 0;
	transition: all 0.8s;
	transform: translate(0, 50px);
}

/*　右から左　*/
.scroll-trigger.fade-in-R{
  opacity: 0;
  transform: translatex(100px);
  transition-duration: 0.6s;
}

/*　左から右　*/
.scroll-trigger.fade-in-L{
  opacity: 0;
  transform: translatex(-100px);
  transition-duration: 0.6s;
}



/*　元の位置に戻る　*/
.scroll-trigger-on.fade-in-B,
.scroll-trigger-on.fade-in-R,
.scroll-trigger-on.fade-in-L,
.scroll-trigger-on .anm_l_slide{
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}




/*　フェードイン　+　左から右に順番にスライド
---------------------------------------------*/

.scroll-trigger .anm_l_slide{
  opacity: 0;
  transform: translate(-50px, 0);
  transition-duration: 1s;
}

.scroll-trigger-on .anm_l_slide:nth-child(1){
  transition-delay: 0.5s;
}

.scroll-trigger-on .anm_l_slide:nth-child(2){
  transition-delay: 0.7s;
}

.scroll-trigger-on .anm_l_slide:nth-child(3){
  transition-delay: 0.9s;
}

.scroll-trigger-on .anm_l_slide:nth-child(4){
  transition-delay: 1.1s;
}


@keyframes fadeIn-lslide {
  from {
    opacity: 0;
    transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) !important;
  }
}
