/*------------------------------------------reset CSS*/
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "Shuei MaruGo B", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
a:visited {
  color: inherit;
}
a[target=_blank]:after {
    font-family: Hobonichi-Icons;
    content: "\e914";
    font-weight: 400;
    font-size: 1em;
    position: static;
    top: -0.2em
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
   box-sizing: inherit;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
  width: 100%;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}

a img:hover,
a:hover {
  opacity: .5;
  transition: .5s;
}

.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

/*------------------------------------------*/
body {
  background-color: #023e21;
  color: #000;
}

.br-sp {
  display: none;
}
.logo {
  max-width: 270px;
  margin: auto;
  padding: 8px 0 5px;
}
.container {
  max-width: 880px;
  width: 100%;
  background-color: #fff;
  margin: auto;
}
.header {
  width: 100%;
  height: 0;
  padding-top: 66.6666666667%;
  background-image: url(../images/main_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.header .seal {
  position: absolute;
  width: 20%;
  bottom: 70px;
  right: 20px;
}
.inner {
  max-width: 740px;
  width: 100%;
  background-image: url(../images/inner.jpg);
  margin: auto;
}
.main-wrap {
  max-width: 720px;
  width: 100%;
  margin: auto;
  background-color: #fff;
  }
.main-wrap .yodo {
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
}
.main-wrap .yodo.top {
  padding: 62px 0 0;
}
.main-wrap .yodo.bottom {
  margin: 64px 0 68px;
}
.main-wrap .announce {
  max-width: 633px;
  width: 100%;
  margin: auto;
  padding: .1em;
  border: 3px solid #007235;
}
.main-wrap .announce-inner {
  border: 1px solid #007235;
  padding: 28px 22px;
}
.main-wrap .announce-inner .ttl {
  text-align: center;
}
.main-wrap .announce-inner .ttl .ttl01,
.main-wrap .announce-inner .ttl .ttl03 {
  font-size: 2.4rem;
  display: block;
  line-height: 1.8;
}
.main-wrap .announce-inner .ttl .ttl02 {
  font-size: 3rem;
  display: block;
}
.main-wrap .announce-inner .outside-box {
  position: relative;
/*  display: flex;
  flex-direction: row-reverse;*/
}
.main-wrap .announce-inner .outside-box .right-box {
  position: absolute;
  max-width: 220px;
  top: 10px;
  right: 0;
}
.main-wrap .announce-inner .outside-box .left-box dl {
  margin-bottom: 35px;
}
.main-wrap .announce-inner .outside-box .left-box dt.top {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #008b3a;
}
.main-wrap .announce-inner .outside-box .left-box dd.bottom {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #231815;
  font-family: Shuei MaruGo L;
}
.main-wrap .btn01 {
  max-width: 453px;
  margin: auto;
}
.main-wrap .btn01 a[target=_blank]:after {
  display: none;
}

.main-wrap .chapter-wrap {
  max-width: 653px;
  margin: auto;
  text-align: center;
}

.main-wrap .chapter .ttl {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
  color: #007235;
  margin: 53px 0 30px;
}
.main-wrap .chapter .txt {
  max-width: 505px;
  text-align: left;
  margin: 0 auto 35px;
  font-size: 1.7rem;
  line-height: 2;
  font-family: Hiragino Kaku Gothic W3 JIS2004;
}
.main-wrap .chapter .img {
  max-width: 333px;
  margin: 0 auto 10px;
}
.main-wrap .caption {
  text-align: left;
  font-size: 1.7rem;
}
.main-wrap .caption.center {
  text-align: center;
}
.main-wrap .other {
  position: relative;
  margin: 86px 0 54px;
}
.main-wrap .chapter .other .ttl {
  max-width: 550px;
  margin:auto;
}
.main-wrap .chapter .other .list {
  max-width: 470px;
  width: 100%;
  text-align: left;
  margin: auto;
  font-size: 1.8rem;
  line-height: 1.8;
  font-family: Shuei MaruGo L;
}
.main-wrap .chapter .bg02 {
  position: absolute;
  top: 10%;
  right: 0;
  width: 30%;
}
.main-wrap .chapter .other .list dl {
  margin: 0 0 43px;
  position: relative;
}
.main-wrap .chapter .other .list .number:after {
  content: "";
  display: inline-block;
  width: 110px;
  height: 50px;
  background: url(../images/bg05.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 25px;
  left: -5px;
}

.main-wrap .prof {
  width: 60%;
  display: flex;
  justify-content: space-around;
  margin: auto;
}
.main-wrap .prof a {
  text-decoration: none;
}
.main-wrap .prof div {
  max-width: 134px;
}
.main-wrap .colum {
  margin: 44px 0 56px;
}
.main-wrap .colum:before,
.main-wrap .colum:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 12px;
  background-image: url(../images/bg04.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.main-wrap .colum .top {
  padding: 38px 0 30px;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #004b29;
}
.main-wrap .colum .bottom {
  max-width: 458px;
  margin: 0 auto 33px;
}

.main-wrap .sponsorship {
  max-width: 330px;
  text-align: left;
  margin: auto;
  padding: 0 0 168px;
}
.main-wrap .sponsorship .list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  line-height: 1.7;
  font-family: Shuei MaruGo L;
}
.main-wrap .sponsorship .list .hidden {
  visibility: hidden;
}

.sns_share ul {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: auto;
}
.sns_share ul li.list01 {
  max-width: 60px;
  height: 60px;
  margin-right: 20px;
}
.sns_share ul li.list02 {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}
.sns_share ul li.list03 {
  width: 100px;
  height: 100px;
}

.foot_inner {
  margin: 60px 0 0;
}
.foot_inner .copyright {
  text-align: center;
  color: #FFF;
  letter-spacing: 3px;
  margin: 33px auto 73px;
  font-size: 1.2rem;
   font-family: Shuei MaruGo L;
}


/*--------------------------------profile*/
.lity.lity-opened {
  opacity: 1;
}
.lightbox {
  max-width: 420px;
  padding: 30px 40px;
  overflow: scroll;
  background-color: #004B29;
  color: #FFF;
}
.lightbox__container .profile div {
  max-width: 600px;
}
.profile__title {
  font-family:;
  font-weight: 400;
  line-height: 1.8;
  font-size: 2.8rem;
  letter-spacing: .06em;
  text-align: center;
}
.profile__body {
  margin-top: 10px;
  font-family:;
  font-size: 1.7rem;
  line-height: 1.8;
}

.hover:hover img {
  opacity: 0.5;
  transition-duration: 0.3s;
}
.toc-item.gray img {
   -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.2s linear;
}

@media screen and (max-width: 480px) {
  .br-sp {
    display: block;
  }
  .logo {
    max-width: 60%;
    margin: 0 0 0 10px;
  }
  .container {
    max-width: 100%;
    background-color: #023e21;
  }
  .header {
    width: 100%;
    height: 0;
    padding-top: 128.5%;
    background-image: url(../images/main_sp.jpg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .header .seal {
    width: 30%;
    bottom: 40px;
    right: 10px;
  }
  .inner {
    width: 95%;
    background-image: none;
    background-color: #fff;
  }
  .main-wrap .yodo {
    text-align: center;
  }
  .main-wrap .yodo.top {
    padding: 20px 0 0;
    font-size: 14px
  }
  .main-wrap .yodo.bottom {
    margin: 28px 0 24px;
    font-size: 14px;
  }
  .main-wrap .announce {
    max-width: 90%;
    padding: .1em;
    border: 3px solid #007235;
  }
  .main-wrap .announce-inner .ttl .ttl01,
  .main-wrap .announce-inner .ttl .ttl03 {
    font-size: 16px;
  }
  .main-wrap .announce-inner .ttl .ttl02 {
    font-size: 20px;
  }
  .main-wrap .announce-inner .outside-box .right-box {
    position: static;
    text-align: center;
    margin: auto;
  }
  .main-wrap .announce-inner .outside-box .left-box dt.top,
  .main-wrap .announce-inner .outside-box .left-box dd.bottom {
    font-size: 12px;
  }
  .main-wrap .announce-inner .outside-box .left-box dl {
    margin-bottom: 24px;
  }
  .main-wrap .chapter-wrap {
    max-width: 90%;
    text-align: center;
  }
  .main-wrap .chapter .ttl {
    font-size: 18px;
    margin: 40px 0 10px;
  }
  .main-wrap .chapter .txt {
    font-size: 15px;
    margin: 0 auto 17px;
  }
  .main-wrap .chapter .img {
    max-width: 90%;
  }
  .main-wrap .chapter .caption {
    font-size: 11px;
  }
  .main-wrap .chapter .other {
    margin:40px 0 54px;
  }
  .main-wrap .chapter .other .list {
    max-width: 100%;
    font-size: 14px;
  }
  .main-wrap .chapter .other .list .number:after {
    background-size: 90px 10px;
    top: 15px;
    left: -5px;
  }
  .main-wrap .chapter .other .list dl {
    margin: 0 0 25px;
  }
  .main-wrap .chapter .bg02 {
    top: 7%;
    right: 0;
    width: 25%;
  }
  .main-wrap .prof {
    width: 90%;
  }
  .main-wrap .colum {
    margin: 44px 0 25px;
  }
  .main-wrap .colum .top {
    font-size: 14px;
    padding: 27px 0 20px;
  }
  .main-wrap .colum .bottom {
    max-width: 300px;
    margin: 0 auto 30px;
  }
  .foot_inner {
    width: 90%;
    margin: 30px auto 0;
  }
  .foot_inner .copyright {
    font-size: 1rem;
  }
  .main-wrap .sponsorship {
    max-width: 220px;
    padding: 0 0 30px;
  }
  .main-wrap .sponsorship .list {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
  }

  .sns_share ul {
    justify-content: space-around;
    max-width: 100%;
  }
  .sns_share ul li.list01 {
    max-width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .sns_share ul li.list02 {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }
  .sns_share ul li.list03 {
    width: 62px;
    height: 62px;
  }
/*--------------------------------profile*/
  .lightbox {
    padding: 20px;
    max-width: 90%;
    margin: auto;
  }
  .profile__title {
    font-size: 18px;
  }
  .profile__body {
    font-size: 15px! important;
  }}

@media screen and (max-width: 320px) {
  .main-wrap .yodo.top,
  .main-wrap .yodo.bottom {
    font-size: 12px;
  }
  .main-wrap .chapter .bg02 {
    top: 5%;
    right: 0;
    width: 20%;
  }}



