@charset "utf-8";
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, iframe, em, table, tr, th, td, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.7;
}
article, header, footer, aside, figure, nav, section { 
  display:block;
}
body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #262626;
}
body, html {
  padding: 0;
  margin:0;
  height: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  color: #4d4d4d;
}
b, strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
h1, h2, h3, h4, h5{
  font-weight: normal;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}

input,
button,
textarea,
select {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline:none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 12px;
  color: inherit;
}

label {
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}

input[type="text"],
input[type="password"] {
  background: #fff;
  padding: 3px;
}




/*  common
------------------------------------*/


@media screen and (max-width: 768px){

}

#wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.sp {
  display: none;
}
.pc {
  display: block;
}

.container {
  width: 95%;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

a {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

a:link, a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover, a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: baseline;
}

.en{font-family: 'Hind', sans-serif;}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexbox.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/*  header
------------------------------------*/
#header {
  width: 100%;
}



#header .header_menu{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header_menu h1{
  width: 300px;
  padding: 1em 2em;
  background: #fff;
}
#header .header_menu .page_nav{
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  width: 70%;
}
#header .header_menu .page_nav li.active{
  border-bottom: 2px solid #68c239;
}
#header .header_menu .page_nav li a{
  padding:10px 1.5em;
  display: block;
  font-size: 16px;
  font-weight: 400;
}

#header .header_menu .entry{
  width: 250px;
    text-align: center;
}
#header .header_menu .entry a{
  display: block;
}
#header .header_menu .entry span{
  display: block;
  font-size: 20px;
}
#header .header_menu .entry em{
  font-style: normal;
  font-weight: normal;
}
.page #header .header_menu .page_nav li a{
  color: #fff;
}
/* ハンバーガーメニュー
========================================== */
#modalmenu {
  z-index: 1000;
  left: 20%;
  top: 0;
  width: 80%;
  height: auto;
  overflow: auto;
  display: none;
  position: fixed;
  background-color: #67D407;
  box-shadow: 0 5px 10px 0px #ababab;
}

.modal_list{
  text-align: center;
  cursor: pointer;
  width:100%;
  margin:25% auto 10%;
  padding:20px;
  position:relative;
  -webkit-animation:animatetop 0.4s;
  animation:animatetop 0.4s;
}
@-webkit-keyframes animatetop{from{right:-300px;opacity:0} to{right:0;opacity:1}}
@keyframes animatetop{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.modal_list a {
  color: #fff;
}

.modal_menu {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #8fc31f;
  width: 70px;
  padding: 9px 0;
  z-index: 100;
  display: none;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 3px;
  background-color: #fff;
  margin: 10px auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
}
#modalmenu .sp_header_nav{
  margin-top:auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 2em;
  border-top: 1px solid #fff;
}
#modalmenu .sp_header_nav li{
  border-bottom: 1px solid #fff;
}
#modalmenu .sp_header_nav li a{
  padding:1em 15px;
  display: block;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  position: relative;
}
#modalmenu .sp_header_nav li a:after{
  content: ">";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
}



#close{
    display: block;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 45px;
    height: 35px;
    z-index: 1000;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
#close img{
  width: 35px;
}
@media screen and (max-width: 768px) {
  #header .header_menu .page_nav {
    display: none;
  }

  .modal_menu {
    width: 60px;
    padding: 10px 5px 0;
    display: block;
    transition: all .9s;
    background: #fff;
}
  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 3px;
    background-color: #000;
    margin: 8px auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: block;
}
  .modal_menu.fixed {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
  }

  #close{
    display:block;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 1000;
  }
  #header .header_menu h1 {
    width: 250px;
    padding: 1em 1em;
    background: #fff;
  }

  #header .header_menu .entry {
    padding:.5em;
    width: auto;
    height: 60px;
    text-align: center;
    margin-right: 60px;
    background: #67D407;
  }


  #header .header_menu .entry a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 14px;
  }
  #header .header_menu .entry span{
    display: block;
    font-size: 16px;
}
  #header .header_menu .entry em{
    display: none;
  }


}



/*  footer
------------------------------------*/
#footer {

  padding-top: 2em;
  position: relative;
}
#footer p{
  text-align: center;
  font-size: 23px;
  margin-bottom: 1em;
}


#footer h2.logo{
  text-align: center;
  margin-bottom: 3em;
}


#footer p.copy {
  font-size: 12px;
  padding: 1em 0;
  border-top: 1px solid #68c239;
  text-align: center;
}


.more_btn a{
  display: block;
  margin: 0 auto;
  color: #68c239;
  border: 1px solid #68c239;
  padding: 10px;
  text-align: center;
  max-width: 356px;
}


@media screen and (max-width: 768px) {
  .more_btn a {
    display: block;
    margin: 0 auto;
    color: #68c239;
    border: 1px solid #68c239;
    max-width: 100%;
  }
}

/*  Responsive

--------------------------------------------------*/
@media screen and (max-width: 980px) {
  img {
    max-width: 100%;
    height: auto;
  }

}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    -webkit-overflow-scrolling: touch;
  }
  /* common */

  .sp {
    display: block;
  }
  .pc {
    display: none;
  }

  #wrapper {
    min-width: auto;
  }

  .container {
    width: 100%;
    min-width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  #header {
    padding: 0;
  }

 
  #footer {
    text-align: center;
    padding: 2em 1em;
  }
  #footer h2.logo {
    text-align: center;
    margin-bottom: 1em;
    width: 60%;
    margin: 0 auto 1em;
  }
  #footer p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 1em;
  }


  .footer_nav {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #footer .footer_nav li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2em;
  }
  #footer #totop {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 50px;
  }
}



h2.sec_tit{
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  margin-bottom: 2em;
}
h2.sec_tit:after{
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #67D407;
}

.breadcrumb{
  margin-bottom: 4em;
}
.breadcrumb li{
  display: inline-block;
  position: relative;
  font-size: 12px;
  padding-left: 5px;
}

.breadcrumb li:not(:last-of-type){
  border-right: 1px solid #000;
      padding-right: 5px;
      padding-left: 0;
}
.breadcrumb li a{
  display: block;
  padding: 0 5px;
}


.main_content{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.content_left{
  width: 325px;
  position: relative;
}

.content_right{
  width: 1100px;
}

.content_left .page_nav{
  padding-left: 90px;
  position: relative;
}
.content_left .page_nav ul{
  padding-left: 20px;
}


.content_left .page_nav li a{
  color: #949494;
  font-weight: 600;
}
.content_left .page_nav li.is-current a{
  color: #000;
  position: relative;
}
.content_left .page_nav li.is-current a::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #67D407;
  position: absolute;
  border-radius: 9999px;
  transform: translateY(-50%);
  right: -15px;
  top: 50%;
}


.content_left .page_nav:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 28px;
  background: #67D407;
}

.content_left .page_nav.sticky{
  position: fixed;
  top: 40px;
  z-index: 50;
}


@media screen and (max-width: 768px) {
  .main_area {
    position: relative;
    margin-bottom:0;
    background: none;
    height: auto;
    flex-wrap: wrap;
  } 
  .main_content{
    flex-wrap: wrap;
  }
  .main_area .container{
    padding: 0;
  }
  .main_area h2 {
    padding: 5px 10px;
    font-size: 18px;
  }
  h2.sec_tit {
    font-size: 18px;
    margin-bottom: 2em;
  }

  .breadcrumb {
    margin-bottom: 2em;
  }

  .content_left {
    width: 100%;
    position: relative;
    margin-bottom: 2em;
  }
  .content_right {
    width: 100%;
    position: relative;
  }

  .content_left .page_nav.sticky{
    position: relative;
    top: 0px;
  }
}


/*entry*/
#entry{
  padding:1.2em 0 8em;
  background: url(../img/entry_bg.jpg) center top no-repeat;
  background-size: cover;
}

#entry h3{
  text-align: center;
  color: #67D407;
  font-size: 80px;
  font-weight: 500;
  margin-top: -1em;
  margin-bottom:.5em;
}

#entry h4{
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 1em;
}

#entry p{
  text-align: center;
  margin-bottom: 4em;
}


#entry .entry_btn{
  justify-content: center;
}
#entry .entry_btn li{
  width: 345px;
}
#entry .entry_btn li:not(:last-child){
  margin-right: 20px;
}
#entry .entry_btn li a{
  display: block;
  height: 100%;
  padding: 2em 0;
  text-align: center;
  color: #fff;
}
#entry .entry_btn li:nth-of-type(1) a{
  background: #009E41;
}
#entry .entry_btn li:nth-of-type(2) a{
  background: #015A26;
}
#entry .entry_btn li:nth-of-type(3) a{
  background: #67C037;
}
#entry .entry_btn li a:hover {
  opacity: 0.6;
}


@media screen and (max-width: 768px) {
  #entry {
    padding: 3em 0 3em;
    margin-top: 3em;
  }
  #entry h3 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: .5em;
  }
  #entry h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 1em;
  }
  #entry p {
    text-align: left;
    margin-bottom: 3em;
  }
  #entry .entry_btn {
    justify-content: center;
    width: 90%;
    margin: 0 auto;
  }
  #entry .entry_btn li:not(:last-child) {
      margin-right: 0;
      margin-bottom: 20px;
  }

}


#pageNav .list_item{
  margin-bottom: 1em;
}
#pageNav ul{
  margin-top: 1em;
}