@charset "UTF-8";

main {
  padding-top: 95px
}

header {
  position: fixed;
  width: 100%;
  height: 95px;
  z-index: 2;
  background-color: #fff
}

.headerPcMain {
  height: 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029
}

.logoImage {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
	max-width: 200px;
  margin: 21px 20px;
}

.headerLogo svg {
  display: block
}

.headerImage {
  display: block;
  width: 100%
}

.headerLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%
}

.headerLink {
  display: block;
  margin-right: 20px;
  padding: 4px 12px;
  font-size: 14px;
  color: #fff;
  background-color: #009944
}

.headerLink:hover {
  cursor: pointer;
  color: #fff;
  background-color: #9FCC01
}

.headerLink--right {
  background-color: #06BF5A
}

.headerMenuTitleLarge {
  font-size: 20px;
}

.headerMenuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  box-shadow: 0 5px 8px -3px #00000029 inset;
  background-color: #fff;
}

.headerMenu,
.headerMenuNoAction {
  margin-left: 30px;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 1.2
}

.headerPcBlock {
  box-shadow: 0px 1px 3px #00000029;
}

.headerMenuNoAction {
  color: #202124
}

.headerMenuNoAction:first-child {
  margin-left: 0;
}

.headerMenu:hover,
.headerMenuNoAction:hover {
  color: #fff;
  background-color: #9FCC01;
  cursor: pointer
}

.headerMenuLink--active {
  color: #fff
}

.headerMenuLink:hover {
  color: #fff
}

.headerMenuDetail {
  visibility: hidden;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  opacity: 0
}

.headerMenuDetail--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #9FCC01;
  -webkit-box-shadow: 0px 2px 1px #00000029;
  box-shadow: 0px 2px 1px #00000029;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 1;
  visibility: visible
}

.headerMenuTitleBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  padding-right: 40px;
  color: #fff
}

.headerMenuTitle {
  margin-right: 20px;
  font-size: 24px;
  text-align: right
}

.headerMenuTitleSmall {
  font-size: 14px
}

.headerMenuContents {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  background-color: #fff
}

.headerMenuContentLong {
  width: 100%
}

.headerMenuContentsBlock {
  min-height: 156px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 40px 30px;
}

.headerMenuContentsBlock--short {
  min-height: 0;
  padding: 18px 40px
}

.headerMenuLargeTitleLink {
  display: block;
  margin: 0 40px;
  padding: 28px 0 12px 0;
  color: #202124;
  font-size: 18px;
  border-bottom: 1px solid #202124
}

.headerMenuLargeTitleLink--noSpace {
  padding: 10px 0 12px 0;
}

.headerMenuLargeTitleLink:hover {
  color: #9FCC01
}

.headerMenuContents ul li {
  display: block;
  padding: 10px 30px 10px 0;
  font-size: 16px;
  color: #202124
}

.headerMenuContents ul li a {
  color: #202124;
  cursor: pointer
}

.headerMenuContents ul li a:hover {
  color: #9FCC01;
  fill: #9FCC01
}

.headerMenuContents ul li a span {
  padding-right: 5px
}

.headerMenuContent--left {
  margin-left: 20px
}

.headerSlideMenuContents {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
  position: relative;
}

.headerSlideMenuContents.is-open {
  opacity: 1;
}

.headerSlideMenuContents.headerSlideMenuContents--1.is-open {
  height: 400px;
}

.headerSlideMenuContents.headerSlideMenuContents--2.is-open {
  height: 350px;
}

.headerSlideMenuContents.headerSlideMenuContents--3.is-open {
  height: 150px;
}

.headerSlideMenuContents.headerSlideMenuContents--4.is-open {
  height: 230px;
}

.headerSlideMenuContentLink {
  display: block;
  color: #202124;
  font-size: 16px;
  padding-left: 20px;
  margin-bottom: 10px;
}

.headerSlideMenuContentLink:hover {
  color: #9FCC01;
  ;
}

.headerSlideMenuContentLink:first-child {
  margin-top: 10px;
}

/* SP　*/
@media screen and (max-width: 768px) {
  main {
    padding-top: 59px;
  }

  header {
    height: 59px;
  }

  .headerSpBlock {
    height: 59px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 8px -3px;
  }

  .headerSpMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 16px;
    height: 59px;
  }

  .headerLogo {
    margin: 0
  }	
	.logoSPImage{
max-width: 126px;	
	}
	.logoSPImageMenu{
max-width: 126px;	
	}
  .headerSpMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
  }

  .headerSlideMenu {
    padding: 40px 35px
  }

  .headerSlideButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .headerSlideButton--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px
  }

  .headerSlideButton--top {
    margin-top: 50px;
  }

  .headerSlideLink {
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    background-color: #06BF5A
  }

  .headerSlideLink:hover {
    color: #9FCC01;
  }

  .headerSlideLink--large {
    width: 150px;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    background-color: #06BF5A
  }

  .headerSlideLink--large:hover {
    color: #fff;
    background: #9FCC01
  }

  .headerSlideTitle {
    font-size: 17px;
    color: #202124
  }

  .headerSlideTitle:hover {
    color: #9FCC01;
  }

  .headerSlideMenuItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 25px 0 0;
  }

  .headerSlideMenuItem:hover {
    color: #9FCC01;
    ;
  }

  .headerSlideLabel:hover {
    color: #9FCC01;
  }

  .headerSlideLabel {
    padding-left: 10px;
    color: #202124;
    font-size: 17px
  }

  .headerSlideLabel--large {
    color: #3B3B3B
  }

  .headerSlideSvg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .headerSlideMenuItem--long {
    margin-bottom: 43px
  }

  .headerSlideMenuItem:hover {
    color: #9FCC01;
  }

  .headerSlideLabel:hover {
    color: #9FCC01;
    fill: #9FCC01;
  }

  .headerSlideMenuBlock {
    background-color: #fff;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%)
  }

  .headerSlideMenuBlock--open {
    -webkit-animation: menuOpen 1s forwards;
    animation: menuOpen 1s forwards;
    background-color: #fff;
    height: 100vh;
    overflow: auto;
  }

  .headerSlideMenuBlock--close {
    -webkit-animation: menuClose 1s forwards;
    animation: menuClose 1s forwards
  }

  @-webkit-keyframes menuOpen {
    0% {
      -webkit-transform: translateY(-200%);
      transform: translateY(-200%)
    }

    100% {
      -webkit-transform: translateY(-59x);
      transform: translateY(-59px)
    }
  }

  @keyframes menuOpen {
    0% {
      -webkit-transform: translateY(-200%);
      transform: translateY(-200%)
    }

    100% {
      -webkit-transform: translateY(-59px);
      transform: translateY(-59px)
    }
  }

  @-webkit-keyframes menuClose {
    0% {
      -webkit-transform: translateY(0%);
      transform: translateY(0%)
    }

    100% {
      -webkit-transform: translateY(-200%);
      transform: translateY(-200%)
    }
  }

  @keyframes menuClose {
    0% {
      -webkit-transform: translateY(0%);
      transform: translateY(0%)
    }

    100% {
      -webkit-transform: translateY(-200%);
      transform: translateY(-200%)
    }
  }
}