@import url("reset.css");
@import url("common.css");
@import url("menu.css");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&family=Noto+Serif:wght@300&display=swap");
header {
  padding: 0.5em 0.5em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header h1 {
  width: 55%;
}
header a.contactBtn {
  width: 40%;
  display: flex;
  background-color: #8fc42f;
  border-radius: 30px;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-family: "Hind", sans-serif;
  padding: 0.6em 0;
}
header a.contactBtn .main {
  font-size: 1.4em;
  line-height: 100%;
}
header a.contactBtn .sub {
  display: block;
  font-size: 0.7em;
  line-height: 90%;
}
header a.contactBtn:hover {
  color: #f4d923;
}
header .navWrap ul {
  display: flex;
}
header .navWrap ul li {
  width: 20%;
  padding: 0.7em 0;
}
header .navWrap ul li img {
  width: 80%;
  opacity: 0;
}
header .navWrap ul li a {
  background-image: url(../img/icon01.png);
  display: block;
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
}
header .navWrap ul li a:hover img {
  opacity: 1;
}
header .navWrap ul li:nth-child(2) a {
  background-image: url(../img/icon02.png);
}
header .navWrap ul li:nth-child(3) a {
  background-image: url(../img/icon03.png);
}
header .navWrap ul li:nth-child(4) a {
  background-image: url(../img/icon04.png);
}
header .navWrap ul li:nth-child(5) a {
  background-image: url(../img/icon05.png);
}

@media only screen and (min-width: 580px) {
  header {
    padding: 1em;
    display: flex;
    align-items: center;
  }
  header h1 {
    width: 300px;
  }
  header nav {
    width: 60%;
  }
  header nav .navWrap {
    display: flex;
    align-items: center;
  }
  header nav .navWrap ul li {
    padding: 0;
  }
  header nav .navWrap ul li img {
    width: 70%;
  }
  header nav .navWrap ul li a {
    background-size: 70%;
  }
  header a.contactBtn {
    display: inline-block;
    height: 62px;
    width: 45%;
  }
}
a.linkBtn {
  border-radius: 30px;
  padding: 1em 3em;
  display: inline-block;
}
a.linkBtn.green {
  background-color: #8fc42f;
  color: #fff;
}
a.linkBtn.green:hover {
  background: #f4d923;
  color: #8fc42f;
}
a.linkBtn.white {
  background-color: #fff;
  color: #8fc42f;
}
a.linkBtn.white:hover {
  background: #f4d923;
  color: #8fc42f;
}

.txt {
  text-align: left;
}

h2 .main {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.1em;
  display: block;
  letter-spacing: 2px;
}
h2 .sub {
  display: inline-block;
  background-color: #8fc42f;
  color: #fff;
  padding: 0.1em 1.2em;
  font-size: 0.9em;
}

@media only screen and (min-width: 580px) {
  h2 {
    margin-bottom: 3.5em;
  }
  h2 .main {
    font-size: 4.5em;
    letter-spacing: 5px;
  }
}
.mv {
  width: 100%;
  margin-bottom: 5em;
}

@media only screen and (min-width: 580px) {
  .mv {
    margin-bottom: 9em;
  }
}
.activity {
  background-color: #f7f7f7;
  position: relative;
  padding: 5em 0;
}
.activity h2 {
  top: -2em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.activity .activityItem {
  background-color: #fff;
  text-align: left;
  margin-bottom: 2em;
  padding: 2em 1em;
}
.activity .activityItem a {
  text-decoration: underline;
  color: #8fc42f;
}
.activity .activityItem ul.donation {
  list-style: disc;
  font-size: 1.3em;
  padding-left: 1.5em;
}
.activity .activityItem ul.donation li {
  margin-bottom: 0.5em;
}
.activity .activityItem h3 {
  margin-bottom: 1em;
}
.activity .activityItem h3 .case {
  display: block;
  background-color: #8fc42f;
  display: inline-block;
  color: #fff;
  padding: 0.1em 1.2em;
  margin-bottom: 0.5em;
}
.activity .activityItem h3 .title {
  font-size: 1.2em;
  display: block;
}
.activity .activityItem p {
  margin-bottom: 0.5em;
}
.activity .activityItem .imgItem {
  margin-bottom: 0.5em;
}
.activity .activityItem .kifuItem {
  margin-bottom: 2em;
}
.activity .activityItem .kifuItem h4 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 580px) {
  .activity h2 {
    top: -3em;
  }
  .activity .activityItem {
    padding: 2.5em 2em;
  }
  .activity .activityItem h3 .title {
    font-size: 1.3em;
  }
  .activity .activityItem p {
    margin-bottom: 1em;
  }
  .activity .activityItem .imgWrap {
    display: flex;
    justify-content: space-between;
  }
  .activity .activityItem .imgWrap .imgItem {
    width: 32%;
  }
  .activity .activityItem .wrap {
    display: flex;
  }
  .activity .activityItem .wrap .txt {
    width: 50%;
  }
  .activity .activityItem .wrap .img {
    width: 40%;
  }
  .activity .activityItem .wrap .img .imgWrap .imgItem {
    width: 100%;
  }
  .activity .activityItem .kifuItem {
    width: 48%;
  }
  .activity .activityItem .kifuItem h4 {
    height: 80px;
    display: flex;
    align-items: center;
  }
}
.collaborate {
  padding: 3em 0 6em;
}
.collaborate h2 {
  margin-bottom: 2em;
}
.collaborate p.intro {
  margin-bottom: 3em;
}
.collaborate a {
  margin-bottom: 5em;
}
.collaborate .wrap {
  margin-bottom: 3em;
}
.collaborate .wrap .txt h3 {
  color: #8fc42f;
  border-bottom: 1px solid #8fc42f;
  display: inline-block;
  padding: 0.2em 0.5em;
  margin-bottom: 1em;
}
.collaborate .wrap .txt p {
  margin-bottom: 2em;
}
.collaborate .wrap .img {
  margin-bottom: 3em;
}
.collaborate .mark {
  border-bottom: none;
}
.collaborate .mark p {
  text-align: center;
}

@media only screen and (min-width: 580px) {
  .collaborate {
    padding: 3em 0 9em;
  }
  .collaborate .wrap {
    margin-bottom: 2em;
    justify-content: center;
  }
  .collaborate .wrap .txt {
    width: 40%;
  }
  .collaborate .wrap .img {
    width: 45%;
  }
  .collaborate .mark .txt {
    width: 65%;
  }
  .collaborate .mark .img {
    width: 30%;
  }
  .collaborate .mark p {
    text-align: left;
  }
  .collaborate .mark .img img {
    width: 100%;
  }
}
.support {
  background-color: #f7f7f7;
  position: relative;
  padding: 5em 0;
}
.support h2 {
  top: -2em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.support p.intro {
  margin-bottom: 2em;
}
.support .img {
  margin-bottom: 2em;
}
.support .memberWrap {
  margin-bottom: 1.5em;
}
.support .memberWrap .title {
  background-color: #fff;
  font-size: 1.25em;
  padding: 0.2em 0.5em;
  margin-bottom: 0.5em;
}
.support .memberWrap .title span {
  font-size: 0.75em;
}

@media only screen and (min-width: 580px) {
  .support h2 {
    top: -3em;
  }
  .support .wrap {
    margin-bottom: 2em;
  }
  .support .wrap .txt {
    width: 50%;
  }
  .support .wrap .img {
    width: 45%;
  }
}
.greenWrap {
  background-color: #3ba70a;
  position: relative;
  padding: 1.5em 1.5em;
}
.greenWrap h2 {
  top: -2em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.greenWrap .contactItem {
  padding: 2em 0;
  border-bottom: 1px solid #fff;
}
.greenWrap .contactItem .title {
  background-color: #fff;
  color: #3ba70a;
  display: inline-block;
  padding: 0 0.7em;
  margin-bottom: 1em;
}
.greenWrap .contactItem:last-child {
  border-bottom: none;
  padding: 2em 0 1em;
}
.greenWrap .contactItem p {
  color: #fff;
  margin-bottom: 1em;
  font-size: 0.95em;
}
.greenWrap .contactItem a {
  color: #3ba70a;
}
.greenWrap .contactItem a:hover {
  color: #3ba70a;
}

@media only screen and (min-width: 580px) {
  .greenWrap {
    padding: 4em 1.5em 1.5em;
  }
  .greenWrap .wrap {
    justify-content: center;
    align-items: flex-start;
  }
  .greenWrap .wrap .contactItem {
    border-bottom: none;
    border-right: 1px solid #fff;
    padding: 2em 4em;
  }
  .greenWrap .wrap .contactItem:last-child {
    border-right: none;
  }
}
.memberPage section {
  padding: 4em 0;
}
.memberPage h2.pageTitle {
  background-color: #8fc42f;
  color: #fff;
  padding: 2em;
}
.memberPage h2.pageTitle .main {
  font-size: 2em;
  margin-bottom: 0.2em;
}
.memberPage h2.pageTitle .sub {
  background-color: #fff;
  color: #8fc42f;
}
.memberPage .memberItem {
  margin-bottom: 3em;
}
.memberPage .memberItem h3 {
  margin-bottom: 1.5em;
}
.memberPage .memberItem h3 .sub {
  color: #8fc42f;
}
.memberPage .memberItem h3 .main {
  font-size: 1.8em;
}
.memberPage .memberItem p {
  text-align: left;
  font-size: 0.95em;
}

@media only screen and (min-width: 580px) {
  .memberPage .memberWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .memberPage .memberWrap .memberItem {
    width: 22.5%;
  }
  .memberPage .memberWrap .memberItem h3 {
    font-size: 0.9em;
  }
  .memberPage .memberWrap .memberItem p {
    font-size: 0.85em;
    text-align: justify;
  }
}
.contactPage h2.pageTitle {
  background-color: #8fc42f;
  color: #fff;
  padding: 2em;
}
.contactPage h2.pageTitle .main {
  font-size: 2em;
  margin-bottom: 0.2em;
}
.contactPage h2.pageTitle .sub {
  background-color: #fff;
  color: #8fc42f;
}
.contactPage p.intro {
  text-align: left;
}
.contactPage .policy {
  text-align: left;
  padding: 0 0 6em;
}
.contactPage .policy h3 {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.contactPage .policy p {
  font-size: 0.8em;
}

.certificationPage h2.pageTitle {
  background-color: #8fc42f;
  color: #fff;
  padding: 2em 0;
}
.certificationPage h2.pageTitle .main {
  font-size: 1.8em;
  margin-bottom: 0.2em;
  letter-spacing: 0;
}
.certificationPage h2.pageTitle .sub {
  background-color: #fff;
  color: #8fc42f;
}
.certificationPage section {
  padding: 4em 0;
}
.certificationPage section .shopItem {
  border: 2px dotted #8fc42f;
  text-align: left;
  padding: 1em;
  margin-bottom: 1em;
}
.certificationPage h3 {
  border-bottom: 2px dotted #8fc42f;
  font-weight: bold;
  display: inline-block;
  padding: 0.5em;
  margin-bottom: 2em;
  font-size: 1.3em;
}
.certificationPage .concept {
  font-weight: bold;
  line-height: 180%;
  margin-bottom: 4em;
}
.certificationPage .voice {
  background-color: #f7f7f7;
  padding: 1em;
  margin-bottom: 3em;
}
.certificationPage .voice h4 {
  font-weight: bold;
  color: #8fc42f;
  margin-bottom: 1em;
  font-size: 1.2em;
}
.certificationPage h4.border {
  border-top: 1px solid #8fc42f;
  border-bottom: 1px solid #8fc42f;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: left;
  font-size: 1.2em;
  padding: 0.3em;
}
.certificationPage .detail {
  text-align: left;
}
.certificationPage .wrap {
  margin-bottom: 3em;
}
.certificationPage .txt p {
  margin-bottom: 2em;
}
.certificationPage .download {
  text-decoration: underline;
  color: blue;
}
.certificationPage .download:hover {
  color: red;
}
.certificationPage .download i {
  margin-right: 0.5em;
}
.certificationPage a.linkBtn {
  margin-bottom: 2em;
}
.certificationPage .detail {
  border: 1px solid #8fc42f;
  padding: 1em;
}
.certificationPage .detail h4 {
  font-weight: bold;
}
.certificationPage .detail p {
  padding-left: 1em;
}
.certificationPage .flowImg {
  width: 90%;
  margin: 0 auto 2em;
}
.certificationPage .flow {
  background-color: #f7f7f7;
}

@media only screen and (min-width: 580px) {
  .certificationPage .voice {
    width: 80%;
    margin: 0 auto 5em;
    padding: 3em 4em;
  }
  .certificationPage .voice p {
    text-align: left;
  }
  .certificationPage .wrap .txt {
    width: 78%;
  }
  .certificationPage .wrap .img {
    width: 20%;
  }
  .certificationPage .listWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .certificationPage .listWrap .shopItem {
    width: 48%;
  }
  .certificationPage .flowImg {
    width: 45%;
  }
  .certificationPage .detail {
    width: 70%;
    margin: 0 auto;
  }
}