@charset "utf-8";

#about .colorttl{
  /* text-align: left; */
  margin-bottom: 20px;
}

#about .ttlreadtext{
  text-align: center;
}

#mission{
  background: url("../img/mission.jpg") no-repeat top center #032362;
  min-height: 686px;
  padding: 250px 0 60px;
}
.mission_ttl{
  text-align: center;
  margin: 0px 0 60px;
}
.mission_wapper{
  display: flex;
  justify-content: space-between;
}
.mission_content{
  background: rgba(255,255,255,0.9);
  border: 2px solid #042362;
  border-radius: 15px;
  width: 32%;
  max-width: 320px;
  padding: 20px;
}
.mission_content h3{
  color: #9D8633;
  font-size: 24px;
  margin-bottom: 25px;
  text-align: center;
}
.mission_content ol{
  margin-left: 20px;
}
.mission_content ol li{
  list-style-type: decimal;
}

#message{
  line-height: 180%;
}
.message_wapper{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 30px;
}
.message_img{
  width: 20%;
}
.message_text{
  width: 76%;
}
.message_text p{
  margin-bottom: 1em;
}
.message_sign{
  text-align: right;
}

#activity{}

.activity_wapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.activity_content{
  width: 32%;
  max-width: 320px;
  margin-bottom: 30px;
}
.activity_content h3{
  color: #042261;
  font-size: 18px;
  margin: 15px 0 20px;
  padding-left: 30px;
  position: relative;
}
.activity_content h3 span{
  font-size: 16px;
}
.activity_content h3 span.num{
  font-size: 15px;
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #042261;
  width: 20px;
  height: 20px;
  border-radius: 20px;
}
.activity_content h3.nb span.num{
  color: #FFF;
  background: #042261;
}
.activity_content p{
  margin-bottom: 15px;
}
.activity_content a{
  display: block;
  margin-top: 5px;
  text-decoration: none;
}
.activity_content a:hover{
  text-decoration: underline;
}
.ac_note{
  font-size: 16px;
  padding-bottom: 50px;
  text-align: center;
  width: 100%;
}

.about_stepwap{
  margin-top: 30px;
  display: flex;
  justify-content:space-between;
}
.stepbox{
  border: 2px solid #042362;
  border-radius: 15px;
  width: 32%;
  max-width: 320px;
  text-align: center;
  padding: 20px;
  line-height: 160%;
}
.stepbox h3{
  color: #042261;
  font-family: "EB Garamond", serif;
  font-size: 21px;
  margin-bottom: 20px;
}
.stepbox h3 span{
  font-family: "Noto Serif JP", serif;
}
.stepbox h3 strong{
  font-size: 32px;
}
.stepbox p{
  margin-bottom: 20px;
}

/* stepdetail */
#stepdetail{
  padding: 50px 0;
}
.step01 h3{
  background: url("../img/ico_step01.png") no-repeat 20px center #9D8833;
}
.step02 h3{
  background: url("../img/ico_step02.png") no-repeat 20px center #9D8833;
}
.step03 h3{
  background: url("../img/ico_step03.png") no-repeat 20px center #9D8833;
}
.step01,.step02{
  padding-bottom: 90px;
}
.step01{
  background: url("../img/steparw01.png") no-repeat;
  background-position: bottom 20px center;
}
.step02{
  background: url("../img/steparw02.png") no-repeat;
  background-position: bottom 20px center;
}

.stepdetail_contents h3{
  color: #FFF;
  font-size: 21px;
  padding: 5px 10px;
}
.stepdetail_contents h3 .stepdetail_ttl{
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-size: 21px;
  margin-left: 70px;
  margin-right: 30px;
}
.stepdetail_contents h3 .stepdetail_ttl span{
  font-family: "Noto Serif JP", serif;  
}
.stepdetail_contents h3 .stepdetail_ttl strong{
  font-size: 32px;
}
.stepinner{
  background: #F5F2E5;
  padding: 20px;
}
.stepinner .centerlink{
  margin: 30px 0 20px;
}
.stepinner p.center{
  font-size: 14px;
}
.step03 p:nth-child(1){
  margin-bottom: 20px;
}

/* join */
#join.pagecontents{
  padding: 50px 0 20px;
}
#join h2{
  text-align: left;
  margin-bottom: 20px;
}
.joincontents{
  margin-bottom: 30px;
  line-height: 160%;
}
.joincontents h3{
  border-left: 8px solid #1B4E88;
  color: #1A4D87;
  font-size: 18px;
  line-height: 100%;
  padding:10px 10px 10px 15px;
  margin-bottom: 10px;
}
.joincontents p,.joincontents ul{
  margin-left: 20px;
}
.joincontents ul{}
.joincontents ul li{
  position: relative;
  padding-left: 1.5em;
}
.joincontents ul li::before{
  content: "●";
  color: #174B85;
  position: absolute;
  left: 0;
}
.joincontents .note{
  font-size: 14px;
}



@media screen and (max-width: 767px){
  #about.pagecontents {
    padding: 30px 0;
  }
  .about_stepwap {
    display: block;
  }
  .stepbox {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 15px;
    line-height: 160%;
    margin-bottom: 20px;
  }
  .stepdetail_contents h3{
    font-size: 18px;
    padding-left: 55px;
  }
  .stepdetail_contents h3 .stepdetail_ttl {
    display: block;
    font-size: 18px;
    margin-left: 0;
    margin-right: 0;
    line-height: 1;
  }
  .step01 h3 {
    background: url("../img/ico_step01.png") no-repeat 10px center #9D8833;
    background-size: 30px 30px;
  }
  .step02 h3 {
    background: url("../img/ico_step02.png") no-repeat 10px center #9D8833;
    background-size: 30px 30px;
  }
  .step03 h3 {
    background: url("../img/ico_step03.png") no-repeat 10px center #9D8833;
    background-size: 30px 30px;
  }
  .stepinner .centerlink {
    margin: 15px 0 10px;
  }
  
  /* detail */
  .step01,.step02{
    background-size: 18px 25px;
    padding-bottom: 60px;
  }
  
  #mission{
    background: url("../img/mission.jpg") no-repeat top center #032362;
    background-size: 100% auto;
    min-height: auto;
    padding: 100px 0 30px;
  }
  .mission_ttl{
    width: 180px;
    margin: 0px auto 30px;
  }
  .mission_wapper{
    display: block;
  }
  .mission_content{
    background: rgba(255,255,255,0.9);
    border: 2px solid #042362;
    border-radius: 15px;
    width: 100%;
    max-width: 100%;
    padding: 15px 15px 20px;
    margin-bottom: 20px;
  }
  .mission_content h3{
    font-size: 20px;
    margin-bottom: 15px;
  }

  #message{
    line-height: 180%;
  }
  .message_wapper{
    display: block;
  }
  .message_img{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .message_text{
    width: 100%;
  }
  .message_sign{
    text-align: right;
  }

  #activity{}

  .activity_wapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .activity_content{
    width: 48%;
    max-width: 48%;
    margin-bottom: 20px;
  }
  .activity_content h3{
    color: #042261;
    font-size: 18px;
    margin: 15px 0 20px;
    padding-left: 30px;
    position: relative;
  }
  .acimg{
    text-align: center;
  }
  .ac_note{
    padding-bottom: 50px;
    text-align: left;
  }
}

@media screen and (max-width: 501px){
  .activity_content{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}