
/* 要素----------------------------------------------------------- */
main *{
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  font-family: 'M PLUS Rounded 1c', sans-serif !important;
  font-size: 16px;
  line-height: 1.8em;
}

img{
  width: 100%;
  display: block;
}

h2{
  text-align: center;
  padding: 6% 0 5% ;
  font-size: 32px;
  line-height: 1.4em;
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: rgba(255, 228, 0, 0.4); /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none;
}
h3{
  font-size: 26px;
  border-left: 8px solid #003c80;
  padding-left: 10px;
  margin-bottom: 10px;
}

/* スマートフォンデザイン */
@media (max-width:768px) {
  main *{
    font-size: 14px;
  }

  h2{
    text-align: center;
  padding: 12% 0 8% ;
  font-size: 22px;
    line-height: 1.4em;
  }
  h3{
    font-size: 18px;
  }
}
/* 要素----------------------------------------------------------- */

/* 共通----------------------------------------------------------- */
.container{
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 980px;
  padding: 30px 0 50px 0;
}

.attention{
  color: #f85a78;
  font-weight: bold;
}

.attention_1{
  padding-left: 20px;
  display: block;
  position: relative;
  list-style: none;
}
.attention_1:before{
  content: "※";
  position: absolute;
  left: 0;
  font-weight: bold;
}

.note{
  font-size: 12px;
}
.note:before{
  content: "※";
}

/* Instaリンクボタン */
.btn-insta{
  display: block;
  width: 50%;
  margin: 5% auto;
  text-align: center;
  text-decoration: none;
  padding: 20px; 0;
  border-radius: 20px;
  transition: 0.3s;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(-225deg, #f0b100 0%, #ec1561 56%, #a526f2 100%);
}

/* 申込フォームボタン */
.entry_btn{
  display: block;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to right, #ffd900, #ff7600);
  transition: all ease .3s; position: relative;
  width: 90%;
  margin: 0% auto 40px auto;
  text-align: center;
  padding: 20px 0;
  border-radius: 20px;
  max-width: 500px;
}
.entry_btn::after{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  border: 1px solid orange;
  opacity: 0;
  content: "";
  animation: btn-pulse 1s infinite linear;
  border-radius: 20px;
}
.entry_btn span{
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  position: relative;
  /*padding-left: 40px;*/
}
/*
.entry_btn span:before{
  font-family: 'Material Icons';
  content: "\e85d";
  position: absolute;
  left: 0;
  color: #fff;
  font-weight: normal;
}
*/
.entry_btn_message{
  display: block;
  width: 98%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 100px;
}
@keyframes btn-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.5);
    opacity: 0;
  }
}

.btn-free{
  display: block;
  width: 260px;
  padding: 20px 0;
  text-align: center;
  margin: 5% auto;
  background-color: #34cb74;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
}

.link{
  color: #087ec2;
  font-weight: bold;
  text-decoration: underline;
}

.small{
  font-size: 0.8em;
}

.btn-box{
  width: 100%;
  display: flex;
}
.btn-box li{
  width: 50%;
}

/* スマートフォンデザイン */
@media (max-width:768px) {
  .container{
    margin: 0 auto;
    position: relative;
    width: 90%;
  max-width: 760px;
  padding: 10px 0 50px 0;
  }

  .btn-insta{
  width: 300px;
  margin: 10% auto;
  border-radius: 20px;
  font-size: 22px;
  }

  /* 申込フォームボタン */
  .entry_btn{
  width: 80%;
  margin: 14% auto 40px auto;
  }
  .entry_btn span{
  font-size: 18px;
  /*padding-left: 30px;*/
  }

  .entry_btn_message{
    text-align: left;
    margin-bottom: 50px;
  }

  /* 申込ボタン：固定表示 */
  .entry_btn_fix{
    position: fixed;
    bottom: 0;
    display: block;
    text-align: center;
    background-color: #f8ab07;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    width: 50px;
  }
  .entry_btn_fix:before{
    font-family: 'Material Icons';
    content: "\e85d";
    position: absolute;
    top: 16px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    color: #fff;
    font-weight: normal;
    font-size: 24px;
  }
  .entry_btn_fix:hover{
    width: 90px;
    background-color: #f85a78;
  }

  .link-btn{
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 2;
  }
  .link-btn ul{
    display: flex;
    align-items: center;
    list-style: none;
  }
  .link-btn ul li{
    width: 50%;
  }
  .link-btn ul li a{
    display: flex;
    padding: 15px 10px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    position: relative;
    align-items: center;
    justify-content: center;
  }
  .link-btn ul li:nth-child(1) a{
    background-color: #78c90e;
  }
  .link-btn ul li:nth-child(2) a{
    background-color: #f8ab07;
  }
  .link-btn ul li:nth-child(1) a:before{
    font-family: 'Material Icons';
    content: "\e158";
    padding-right: 3px;
  }
  .link-btn ul li:nth-child(2) a:before{
    font-family: 'Material Icons';
    content: "\e85d";
    padding-right: 3px;
  }

  .btn-box{
    width: 100%;
    display: flex;
  flex-direction: column;
  }
  .btn-box li{
  width: 100%;
  }
  .btn-box li:first-child .entry_btn{
    margin: 5% auto;
  }

}
/* 共通----------------------------------------------------------- */

/* ヘッダー------------------------------------------------------- */
.header_container{
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 980px;
}

/* 募集の画像 */
.recruitment{
  width: 32%;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* 主催 */
.organizer{
  display: flex;
  position: absolute;
  top: 3%;
  left: 0;
  align-items: center;
}
.organizer img{
  width: 20%;
}

/* スマートフォンデザイン */
@media (max-width:768px) {
  .header_container{
    margin: 0 auto;
    position: relative;
  width: 94%;
    max-width: 980px;
  }

  /* 募集の画像 */
  .recruitment{
  width: 40%;
    position: absolute;
  bottom: 7%;
    left: 0;
  }

  /* 主催 */
  .organizer{
    display: flex;
    position: absolute;
  top: 4%;
    left: 0;
    align-items: center;
  }
  .organizer img{
  width: 24%;
  }
  .organizer span{
  font-size: 12px;
  }
}
/* ヘッダー------------------------------------------------------- */

/* えひめSDGs甲子園とは？ -----------------------------------------*/
.flex-box{
  display: flex;
  align-items: flex-start;
}
.common-lists{
  width: 40%;
  margin: 5% 3% 0 auto;
  list-style: none;
}
.common-lists li{
  padding: 5px 0;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  font-size: 20px;
}
.common-lists li:before{
  font-family: 'Material Icons';
  content: "\e834";
  position: absolute;
  left: -30px;
  color: #2cc7c7;
}
.common-lists li span{
  font-size: 20px;
}
.flex-box > img{
  width: 50%;
  border-radius: 20px;
  margin-top: 5%;
}

.flex-box > div{
  width: 40%;
  margin: 5% auto 0 auto;
}

.flex-box > section{
  width: 40%;
  margin: 5% auto 0 auto;
}

.flex-box > section h3 span{
  font-size: 0.6em;
}
.flex-box > section h3 span:first-child{
  display: block;
}
.flex-box > section p{
  margin-bottom: 20px;
}
.flex-box > section dl{
  position: relative;
  margin-left: 15px;
  margin-bottom: 20px;
}
.flex-box > section dl:before{
  content: "※";
  position: absolute;
  left: -15px;
}
.add-space{
  margin: 0 auto 100px auto;
}
/* スマートフォンデザイン */
@media (max-width:768px) {
  .flex-box{
    display: flex;
  padding: 10px 0;
    align-items: flex-start;
  flex-direction: column;
  }
  .flex-box-reverse{
    flex-direction: column-reverse;
  }
  .common-lists{
  width: 86%;
  margin: 20px auto;
    list-style: none;
  }
  .common-lists li{
    padding: 5px 0;
    font-weight: bold;
    position: relative;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .common-lists li:before{
    font-family: 'Material Icons';
    content: "\e834";
    position: absolute;
  left: -20px;
    color: #2cc7c7;
  }
  .common-lists li span{
    font-size: 14px;
  }
  .flex-box img{
  width: 100%;
  border-radius: 10px;
  margin: 10px auto;
  }
  .flex-box div{
  width: 100%;
  margin: 0 auto;
  }
  .flex-box > section{
  width: 100%;
    margin: 5% auto 0 auto;
  }

  .flex-box > section h3 span{
    font-size: 0.6em;
  }

  .flex-box > section p{
    margin-bottom: 20px;
  }
  .add-space{
    margin: 0 auto;
  }
}
/* えひめSDGs甲子園とは？ -----------------------------------------*/

/* どのような活動をするの？ ---------------------------------------*/
.event{
  background-color: #f5fcfc;
}
.event .common-lists{
  width: 90%;
  margin: 0 auto 80px auto;
}
.sdgs_image{
  width: 100%;
  padding: 6% 0;
}

/* スマートフォンデザイン */
@media (max-width:768px) {

}
/* どのような活動をするの？ ---------------------------------------*/

/* 全国の高校ではこんな活動がされています！----------------------- */
.example_lists{
  display: flex;
  list-style: none;
  margin: 6% 0;
  flex-wrap: wrap;
}
.example_lists li{
  width: 48%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 4%;
  font-weight: bold;
}
.example_lists li iframe{
  width: 100%;
  height: 22vw;
}

/* スマートフォンデザイン */
@media (max-width:768px) {
  .example_lists{
    display: flex;
    list-style: none;
  margin: 14% 0;
    flex-wrap: wrap;
  flex-direction: column;
  }
  .example_lists li{
  width: 100%;
    margin: 0 auto;
    text-align: center;
  margin-bottom: 8%;
    font-weight: bold;
  }
  .example_lists li iframe{
    width: 100%;
  height: 50vw;
  }
}
/* 全国の高校ではこんな活動がされています！----------------------- */

/* イベント内容と日程 ---------------------------------------------*/
.event_container{
  background: url("../images/volunteer/tree.png") no-repeat;
  background-position: right bottom;
  background-size: 25%;
}
.event_container_add{
  background: url("../images/volunteer/bird.png") no-repeat;
  background-position: left top;
  background-size: 30%;
}
.event_details{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.event_details dl{
  width: 23%;
  margin: 0 1% 2% 0;
  padding: 3% 1%;
  min-height: 300px;
}
.day1{
  background-color: #eeeeee;
}
.day2{
  background-color: #fad8d7;
}
.day3{
  background-color: #fae6d7;
}
.day4{
  background-color: #faf1d7;
}
.day5{
  background-color: #ebfad7;
}
.day6{
  background-color: #d7faeb;
}
.day7{
  background-color: #d7f9fa;
}
.day8{
  background-color: #d7e6fa;
}
.day9{
  background-color: #eeeeee;
}

.event_details dl dt{
  text-align: center;
  margin-bottom: 8%;
  font-weight: bold;
  line-height: 1em;
}
.event_details dl dt span{
  font-size: 2em;
}
.event_details dl dd ul{
  width: 75%;
  margin: 0 auto;
}
.event_details dl dd ul li{
  padding: 2% 0;
}

.event_attention{
  margin: 3% auto;
  width: 93%;
}

.event_place{
  display: flex;
  margin-top: 5%;
  padding-bottom: 8%;
}
.event_place section{
  width: 46%;
  margin: 0 auto;
}
.event_place section img{
  width: 100%;
  display: block;
  margin-top: 5%;
}
.event_place iframe{
  width: 50%;
}

/* スマートフォンデザイン */
@media (max-width:768px) {
  .event_container{
    background: url("../images/volunteer/tree.png") no-repeat;
    background-position: right bottom;
    background-size: 40%;
    margin-bottom: 30px;
  }
  .event_container_add{
    background: url("../images/volunteer/bird.png") no-repeat;
    background-position: left top;
    background-size: 60%;
    padding-top: 50px;
  }
  .event_details{
    display: flex;
  flex-direction: column;
  }
  .event_details dl{
  width: 100%;
  margin: 0 auto 5% auto;
  padding: 3% 2% 6% 2%;
  min-height: 0;
  }

  .event_details dl dt{
    text-align: center;
  margin-bottom: 0;
    font-weight: bold;
    line-height: 1em;
  }
  .event_details dl dt span{
    font-size: 2em;
  }
  .event_details dl dd ul{
  width: 80%;
    margin: 0 auto;
  }
  .event_details dl dd ul li{
    padding: 2% 0;
  }

  .event_attention{
    margin: 3% auto;
    width: 90%;
  }

  .event_place{
    display: flex;
  margin-top: 14%;
  padding-bottom: 20%;
  flex-direction: column;
  }
  .event_place section{
  width: 100%;
    margin: 0 auto;
  }
  .event_place section img{
    width: 100%;
    display: block;
    margin-top: 5%;
  }
  .event_place iframe{
  width: 100%;
  height: 100vw;
  margin-top: 5%;
  }
}
/* イベント内容と日程 ---------------------------------------------*/

/* このような方におすすめです！ -----------------------------------*/
.recommend{
  background: url("../images/volunteer/recommend.jpg") no-repeat;
  background-size: cover;
  background-position: right;
  height: 500px;
  position: relative;
}
.recommend_container{
  background-color: #f8b759;
  position: absolute;
  width: 36%;
  left: 3%;
  bottom: -10%;
  padding: 1% 2% 4% 2%;
}
.recommend_container ul{
  width: 74%;
  margin: 0 auto;
  list-style: none;
}
.recommend_container ul li{
  padding: 2% 0;
  position: relative;
}
.recommend_container ul li:before{
  font-family: 'Material Icons';
  content: "\e834";
  position: absolute;
  left: -20px;
}

/* スマートフォンデザイン */
@media (max-width:768px) {
  .recommend{
    background: url("../images/volunteer/recommend_sp.jpg") no-repeat;
  background-size: 100%;
    background-position: top;
  height: 170vw;
    position: relative;
  }
  .recommend_container{
    background-color: #f8b759;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: auto;
    padding: 1% 2% 14% 2%;
  }
  .recommend_container ul{
  width: 80%;
    margin: 0 auto;
    list-style: none;
  }
  .recommend_container ul li{
    padding: 1% 0;
    position: relative;
    margin-bottom: 1%;
  }
  .recommend_container ul li:before{
    font-family: 'Material Icons';
    content: "\e834";
    position: absolute;
    left: -20px;
  }
}
/* このような方におすすめです！ -----------------------------------*/


/* お問い合わせ -------------------------------------------------*/
.inquiry-inner{
  width: 80%;
  margin: 0 auto 50px auto;
  padding: 100px;
  box-shadow: 0 0 10px #ccc;
}

@media (max-width:768px) {
  .inquiry-inner{
    width: 98%;
    margin: 0 auto 40px auto;
    padding: 30px 15px;
    box-shadow: 0 0 10px #ccc;
  }
}
/* お問い合わせ -------------------------------------------------*/

/* 特別協賛 -------------------------------------------------------*/
.special_sponsorship p{
  text-align: center;
}
.special_sponsorship a{
  display: block;
  max-width: 600px;
  margin: 6% auto 8% auto;
}
.special_sponsorship a img{
  width: 100%;
}

/* スマートフォンデザイン */
@media (max-width:768px) {
  .special_sponsorship p{
    text-align: center;
  }
  .special_sponsorship a{
    display: block;
    max-width: 600px;
  margin: 6% auto 14% auto;
  }
  .special_sponsorship a img{
    width: 100%;
  }
}
/* 特別協賛 -------------------------------------------------------*/

/* 後援 -----------------------------------------------------------*/
.sponsorship_container{
  background-color: #f7f2e7;
  padding-bottom: 6%;
}
.sponsorship{
  background-color: #fff;
  padding: 6% 0;
}
.sponsorship_lists_1,
.sponsorship_lists_2{
  list-style: none;
  display: flex;
  padding-bottom: 2%;
}
.sponsorship_lists_1{
  width: 70%;
  margin: 0 auto;
  justify-content: space-between;
}
.sponsorship_lists_2{
  width: 84%;
  margin: 0 auto;
  justify-content: center;
}
.sponsorship_lists_1 li{
  font-weight: bold;
  font-size: 20px;
}
.sponsorship_lists_2 li{
  font-weight: bold;
  font-size: 17px;
  margin: 0 2%;
}
.sponsorship p{
  width: 84%;
  margin: 0 auto;
  font-size: 12px;
  text-align: right;
}

/* スマートフォンデザイン */
@media (max-width:768px) {
  .sponsorship_container{
    background-color: #f7f2e7;
  padding-bottom: 14%;
  margin-bottom: 14%;
  }
  .sponsorship{
    background-color: #fff;
    padding: 6% 0;
  }
  .sponsorship_lists_1,
  .sponsorship_lists_2{
    list-style: none;
    display: flex;
    justify-content: space-between;
  padding-bottom: 0;
  flex-direction: column;
  text-align: center;
  }
  .sponsorship_lists_1{
  width: 90%;
  padding-bottom: 5%;
    margin: 0 auto;
  }
  .sponsorship_lists_2{
  width: 90%;
    margin: 0 auto;
  }
  .sponsorship_lists_1 li{
    font-weight: bold;
    font-size: 20px;
  }
  .sponsorship_lists_2 li{
    font-weight: bold;
    font-size: 17px;
  padding-bottom: 3%;
  }
  .sponsorship p{
  width: 90%;
  margin: 5% auto;
    font-size: 12px;
  }
}
/* 後援 -----------------------------------------------------------*/

.entry_fin{
  max-width: 500px;
  margin: 0 auto 50px auto;
  text-align: center;
}

.showPc{
  display: block;
}
.showSp{
  display: none;
}
/* スマートフォンデザイン */
@media (max-width:768px) {
  .showPc{
    display: none;
  }
  .showSp{
    display: block;
  }
}


/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/

.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left{
animation :infinity-scroll-left 60s infinite linear 0.1s both;
}

.d-demo__item {
  width: calc(100vw / 4);
}
.d-demo__item > img{
   width: 100%;
  display: block;
}
/* スマートフォンデザイン */
@media (max-width:768px) {
  .d-demo__list--left{
  animation :infinity-scroll-left 40s infinite linear 0.1s both;
  }
  .d-demo__item {
    width: calc(100vw / 1.6);
  }
}

.iloilo{
  position: relative;
}
.iloilo .title{
  position: absolute;
  z-index: 1;
  width: 20%;
  top: -50px;
}
.iloilo img{
  display: block;
}

@media (max-width:768px) {
  .iloilo .title{
    position: absolute;
    z-index: 1;
    width: 40%;
    top: -30px;
  }
}

/* 全体の流れ */
.flow-container{
  background: url('../images/volunteer/bk_flow.jpg') no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}
.flow-container h2{
  color: #fff;
}
.flow{
  display: flex;
  justify-content: space-between;
  list-style: none;
  width: 90%;
  margin: 0 auto;
}
.flow li{
  width: 16%;
  padding: 50px 20px;
  position: relative;
}
.flow li:nth-child(1){
  background-color: #fae6d7;
}
.flow li:nth-child(2){
  background-color: #faf1d7;
}
.flow li:nth-child(3){
  background-color: #ebfad7;
}
.flow li:nth-child(4){
  background-color: #d7faeb;
}
.flow li:nth-child(5){
  background-color: #dbfafa;
}
.flow li:nth-child(6){
  background-color: #dbeffa;
}
.flow li:before{
  position: absolute;
  left:-10px;
  top: 0;
  font-family: 'Libre Baskerville', serif;
  font-size: 30px;
  transform: rotate(-20deg);
  font-weight: bold;
}
.flow li:nth-child(1):before{
  content: "Step1";
  color: #e69a5b;
}
.flow li:nth-child(2):before{
  content: "Step2";
  color: #e8c553;
}
.flow li:nth-child(3):before{
  content: "Step3";
  color: #9bc64c;
}
.flow li:nth-child(4):before{
  content: "Step4";
  color: #54cd92;
}
.flow li:nth-child(5):before{
  content: "Step5";
  color: #8dc5c6;
}
.flow li:nth-child(6):before{
  content: "Step6";
  color: #68a8cc;
}
.flow li dl dt{
  font-weight: bold;
  border-bottom: 1px dotted #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media (max-width:768px) {
  /* 全体の流れ */
  .flow-container{
    background: url('../images/volunteer/bk_flow_sp.jpg') no-repeat;
    background-size: cover;
  }
  .flow{
    display: flex;
    justify-content: space-between;
    list-style: none;
  flex-direction: column;
  }
  .flow li{
  width: 100%;
  padding: 40px 20px 20px 20px;
    position: relative;

  margin-bottom: 30px;
  }
  .flow li:nth-child(1){
    background-color: #fae6d7;
  }
  .flow li:nth-child(2){
    background-color: #faf1d7;
  }
  .flow li:nth-child(3){
    background-color: #ebfad7;
  }
  .flow li:nth-child(4){
    background-color: #d7faeb;
  }
  .flow li:before{
    position: absolute;
    left:-10px;
    top: 0;
    font-family: 'Libre Baskerville', serif;
    font-size: 30px;
    transform: rotate(-20deg);
    font-weight: bold;
  }
  .flow li:nth-child(1):before{
    content: "Step1";
    color: #e69a5b;
  }
  .flow li:nth-child(2):before{
    content: "Step2";
    color: #e8c553;
  }
  .flow li:nth-child(3):before{
    content: "Step3";
    color: #9bc64c;
  }
  .flow li:nth-child(4):before{
    content: "Step4";
    color: #54cd92;
  }
  .flow li dl dt{
    font-weight: bold;
    border-bottom: 1px dotted #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}


.faq{
  background-color: #faf1d7;
  padding-bottom: 50px;
}
.accordion-001 {
  max-width: 80%;
  background-color: #f0f5f9;
  margin: 0 auto;
}
.accordion-001:not([open]) {
    margin-bottom: 7px;
}
.accordion-001 summary {
  display: flex;
   justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  border-radius: 5px;
  background-color: #2589d0;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.6em;
}
.accordion-001 summary::-webkit-details-marker {
    display: none;
}
.accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 5px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}
.accordion-001[open] summary::after {
    transform: rotate(225deg);
}
.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}
.accordion-001[open] p {
    transform: none;
    opacity: 1;
}
@media (max-width:768px) {
  .faq{
    background-color: #faf1d7;
    padding-bottom: 50px;
  }
  .accordion-001 summary {
    padding: 1rem;
  }
  .accordion-001 {
    max-width: 100%;
    background-color: #f0f5f9;
    margin: 0 auto;
  }
}


/* 募集要項 */
.recruitment-outline-outer{
  background: url("../images/volunteer/tree.png") no-repeat;
  background-position: right bottom;
  background-size: 25%;;
}
.recruitment-outline-outer-add{
  background: url("../images/volunteer/bird.png") no-repeat;
  background-position: left top;
  background-size: 30%;
}
.recruitment-outline{
  width: 90%;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-bottom: 0;
}

.recruitment-outline div{
  display: flex;
  border-bottom: 1px solid #ccc;
}
.recruitment-outline div > dt{
  background-color: #0fafd7;
  color: #fff;
  width: 30%;
  padding: 15px 30px;
  font-weight: bold;
}
.recruitment-outline div > dd{
  width: 70%;
  padding: 15px 30px;
  background-color: #fff;
}
.recruitment-outline div > dd ul{
  margin-left: 20px;
  list-style:disc;
}
.recruitment-outline div > dd span{
  display: block;
}
.recruitment-outline div > dd dl{
  display: flex;
}
@media (max-width:768px) {
  .recruitment-outline-outer{
    background: url("../images/volunteer/tree.png") no-repeat;
    background-position: right bottom;
    background-size: 60%;
    margin-bottom: 30px;
  }
  .recruitment-outline-outer-add{
    background: url("../images/volunteer/bird.png") no-repeat;
    background-position: left top;
    background-size: 60%;
    padding-top: 50px;
  }
  .recruitment-outline{
  width: 98%;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-bottom: 0;
  }

  .recruitment-outline div{
    display: flex;
    border-bottom: 1px solid #ccc;
  }
  .recruitment-outline div > dt{
    background-color: #0fafd7;
    color: #fff;
    padding: 10px 5px;
    font-weight: bold;
  width: 80px;
  text-align: center;
  }
  .recruitment-outline div > dd{
  padding: 10px;
  width: calc(100% - 80px);
    background-color: #fff;
  }
}


/* Photo Gallery */
.photo-gallery-container{
  background-color: #e8fcfb;
  padding-bottom: 150px;
}
.photo-lists{
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  list-style: none;
}
.photo-lists li{
  width: 25%;
  padding: 10px;
}
.photo-lists li a{
  display: block;
}

@media (max-width:768px) {
  .photo-gallery-container{
    background-color: #e8fcfb;
  padding-bottom: 80px;
  }
  .photo-lists{
    display: flex;
    flex-wrap: wrap;
  width: 96%;
    margin: 0 auto;
    list-style: none;
  }
  .photo-lists li{
  width: 50%;
  padding: 5px;
  }
  .photo-lists li a{
    display: block;
  }
}


.staff-title{
  font-size: 14px;
}

.staff-info dt{
  font-size: 14px;
}
.staff-info dd{
  font-size: 12px;
}
@media (max-width:768px) {
  .staff-title{
    font-size: 12px;
  }
}


.box-019 {
  position: relative;
  margin-top: 1em;
  border: 2px solid #2cc7c7;
  background-color: #fff;
  border-radius: 10px;
}

.box-019 > div {
  position: absolute;
  top: -1.15em;
  left: -.5em;
  padding: .4em 1.4em;
  border-radius: 25px;
  background-color: #2cc7c7;
  color: #fff;
  font-size: .9em;
}

.box-019 > div::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 8px;
  background-color: #2cc7c7;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
}

.box-019 ul {
  margin: 0;
}
.box-019 p {
  margin: 0;
  padding: 1em;
}

.whats-lists{
  display: flex;
  justify-content: space-between;
  margin: 50px auto;
}
.whats-lists > section{
  width: 32%;
  display: flex;
  flex-direction: column;
}
.whats-lists > section img{
  order: 1;
  border-radius: 10px;
}
.whats-lists > section h3{
  order: 2;
  border-left: 0;
  font-size: 22px;
  padding: 20px 0 10px 0;
}
.whats-lists > section > div{
  order: 3;
}
.whats-lists > section > div ul{
  padding: 30px 0 0 0;
}
.whats-lists > section > div ul li{
  font-size: 14px;
  border-bottom: dotted 1px #ccc;
  padding: 10px;
}
@media (max-width:768px) {
  .whats-lists{
    display: none;
  }
}


/* 保護者の声 */
.guardian-voice{
  background: url('../images/volunteer/bk_guardian-voice.jpg') no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}
.guardian-voice h2{
  color: #fff;
}
.guardian-voice-lists{
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
.guardian-voice-lists li{
  width: 32%;
}
.guardian-voice-lists li div{
  background-color: rgba(255,255,255,0.9);
  padding: 2.5vw;
  margin-bottom: 1.5vw;
  border: 1vw solid rgba(255,255,255);
}
.guardian-voice-lists li div:last-child{
  margin-bottom: 0;
}


@media (max-width:768px) {
  /* 保護者の声 */
  .guardian-voice{
  background: url('../images/volunteer/bk_guardian-voice_sp.jpg') no-repeat;
  background-size: cover;
  padding-bottom: 80px;
  }
  .guardian-voice h2{
    color: #fff;
  }
  .guardian-voice-lists{
    display: none;
  }
}


/* 無料説明会 ---------------------------------------------------*/
.briefing-container{
    background: url('../images/volunteer/briefing-schedule-after.png') no-repeat;
    background-size: 240px;
    background-position: bottom right;
    background-color: #fffde4;
}

.briefing-schedule{
  max-width: 700px;
  margin: 50px auto;
}
.briefing-shedule:after{
  content: "";
  display: block;

  background-size: cover;
  width: 200px;
  height: 100px;
}
/* スマートフォンデザイン */
@media (max-width:768px) {
  .briefing-container{
    padding-bottom: 150px;
  }
}
/* 無料説明会 ---------------------------------------------------*/


.sns-lists{
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 100px;
}
.sns-lists li{
  width: 50%;
  text-align: center;
}
.sns-lists li img{
  width: 100px;
  display: block;
  margin: 20px auto;
}
.sns-lists li iframe{
  width: 100%;
  height: 300px;
}

@media (max-width:768px) {
  .sns-lists{
    display: flex;
    width: 100%;
    align-items: center;
  margin-bottom: 40px;
  flex-direction: column;
  }
  .sns-lists li{
  width: 100%;
    text-align: center;
  }
  .sns-lists li img{
    width: 100px;
    display: block;
    margin: 20px auto 50px auto;
  }
  .sns-lists li iframe{
    width: 100%;
  height: 260px;
  }
}


.link-lists{
  display: flex;
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  justify-content: space-between;
}
.link-lists li{
  width: 32%;
  text-align: center;
}
.link-lists li:before{
  content: "＞"
}
.link-lists li a{
  font-size: 14px;
}
@media (max-width:768px) {
  .link-lists{
    display: flex;
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
    justify-content: space-between;
  flex-direction: column;
  }
  .link-lists li{
  width: 100%;
  margin-bottom: 20px;
    text-align: center;
  }
  .link-lists li:before{
    content: "＞"
  }
  .link-lists li a{
    font-size: 14px;
  }
}
