@charset "UTF-8";
main {
  padding-top: 83px;
}
header {
  position: fixed;
  width: 100%;
  height: 83px;
  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: center;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
}
.headerLogo {
  /* -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 467px; */
  width: 300px;
  margin: 15px 10px 15px 15px;
}
.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: center;
}
.headerLink {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  /* background-color: #009944; */
  line-height: 1;
  transition: 0.4s;
  border: solid 1px #EE6E2D;
  /* height: 83px;
  width: 130px;*/
  height: 66px;
  width: 125px;
  margin: 0 4px;
  background: #EE6E2D;
  color: #fff;
  flex-direction: column;
  border-radius: 5px;
}
.headerLink span{
  display: block;
  font-size: 12px;
  text-align: center;
  margin-top: 6px;
}
.headerLink:hover {
  cursor: pointer;
  color: #EE6E2D;
  /* background-color: #9fcc01; */
  background: #fff;
}
/* .headerLink2{
  color: #EE6E2D;
  background: #fff;
}
.headerLink2:hover {
  cursor: pointer;
  color: #fff;
  background: #EE6E2D;
} */
.headerLink--right {
  background-color: #06bf5a;
}
.headerLinkText {
  margin-right: 25px;
  color: #202124;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  transition: 0.4s;
}
.headerLinkText:hover {
  color: #9fcc01;
}
.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;
  -webkit-box-shadow: 0 5px 8px -3px #00000029 inset;
  box-shadow: 0 5px 8px -3px #00000029 inset;
  background-color: #fff;
}
.headerMenu {
  /* margin-left: 2px;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 1.2; */
}
.headerMenu:first-child {
  margin-left: 0;
}
.headerMenu:hover {
  /* color: #fff;
  background-color: #9fcc01; */
  color: #9fcc01;
  cursor: pointer;
}
.headerPcBlock {
  box-shadow: 0px 1px 3px #00000029;
}
.headerMenuLink {
  color: #202124;
  padding-right: 20px;
  position: relative;
}
.headerMenuLink::after{
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #9fcc01;
  border-bottom: 2px solid #9fcc01;
  position: absolute;
  transform: translateY(-7px) rotate(45deg);
  right: 0;
  top: 50%;
  transition: .3s;
}
.headerMenuLink--active {
  color: #9fcc01;
}
.headerMenuLink--active::after{
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #9fcc01;
  border-bottom: 2px solid #9fcc01;
  position: absolute;
  transform: translateY(-2px) rotate(-135deg);
  right: 0;
  top: 50%;
  transition: .3s;
}
.headerMenuLink:hover {
  color: #9fcc01;
}
.headerMenuDetail {
  visibility: hidden;
  position: absolute;
  top: 83px;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  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;
  min-height: 190px;
}
.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;
  padding-top: 30px;
  flex: 0 0 18%;
  padding-right: 10px;
  padding-left: 20px;
  color: #fff;
}
.headerMenuTitle {
  margin-right: 20px;
  font-size: 20px;
  text-align: right;
}
.headerMenuTitleSmall {
  font-size: 14px;
  line-height: 1.6;
}
.headerMenuTitleLarge {
  font-size: 20px;
}
.headerMenuTitleSmall {
  font-size: 14px;
}
.headerMenuContents {
  flex: 0 0 82%;
  background-color: #fff;
  padding: 0 30px 28px;
}
.headerMenuContents--long {
  height: 75vh;
  overflow: auto;
  position: relative;
}
.headerMenuContents--long .headerMenuClose{
  position: absolute;
  top: 30px;
  right: 30px;
}
.headerMenuContents--long .headerMenuClose img{
  margin-right: 7px;
  width: 20px;
  vertical-align: middle;
  vertical-align: text-bottom;
}
.headerMenuContents--long .headerMenuClose span{
  color: #202124;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}
.headerMenuContents--long .headerMenuClose:hover span{
  color: #9fcc01;
}
.headerMenuContents--low {
  min-height: 220px;
}
.headerMenuContents--space {
  padding: 20px 0 45px;
}
.headerMenuContentLong {
  width: 100%;
}
.headerMenuContents ul {
  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: 0 30px;
}
.headerMenuContents .headerMenuContentListNoSpace {
  padding: 0;
}
.headerMenuContents ul li {
  display: block;
  padding: 0 15px 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;
}
.headerMenuLargeTitle {
  font-size: 18px;
}
.headerMenuLargeTitleLink {
  display: block;
  padding: 20px 0 12px 0;
  color: #202124;
  border-bottom: 1px solid #202124;
}
.headerMenuLargeTitleLink:hover {
  color: #9fcc01;
}
.headerMenuContentListBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 15px;
}
.headerMenuContentListTitle {
  font-size: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  color: #202124;
  text-align: right;
}
@media screen and (max-width: 1390px) {
  .headerLogo {
    width: 220px;
  }
  .headerLinkText {
    margin-right: 18px;
    font-size: 15px;
  }
  .headerMenuLink {
    margin-right: 17px;
    padding-right: 16px;
  }
  .headerLink {
    padding: 0 5px;
    font-size: 14px;
    width: 114px;
  }
}
@media screen and (max-width: 1190px) {
  .headerLogo {
    width: 200px;
  }
  .headerLinkText {
    margin-right: 16px;
    font-size: 15px;
  }
  .headerLink {
    margin-right: 16px;
  }
}
/* SP　*/
@media screen and (max-width: 768px) {
  main {
    padding-top: 59px;
  }
  header {
    height: 59px;
  }
  .headerSpBlock {
    height: 59px;
    box-shadow: 0 5px 8px -3px #00000029;
  }
  .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;
    padding: 9px 0;
  }
  .headerLogo {
    margin: 0;
    width: 250px;
    /* width: 267px; */
  }
  .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 42px;
  }
  .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;
  }
  .headerSlideLink {
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    background-color: #06bf5a;
  }
  .headerSlideLink--large {
    padding: 10px;
    font-size: 14px;
    background-color: #009944;
  }
  .headerSlideTitle {
    font-size: 17px;
    color: #202124;
  }
  .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: 10px 0;
  }
  .headerSlideMenuMain {
    margin: 5px 0;
    padding: 5px 0 5px 5px;
    background: #009944;
  }
  .headerSlideMenuItem:hover {
    color: #9fcc01;
  }
  .headerSlideMenuItem--left {
    margin-left: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .headerSlideLabel {
    padding-right: 10px;
    color: #202124;
    font-size: 17px;
  }
  .headerSlideMenuMain .headerSlideLabel {
    color: #fff;
  }
  .headerSlideLabel:hover {
    color: #9fcc01;
  }
  .headerSlideLabel--small {
    font-size: 16px;
  }
  .headerSlideLabel--large {
    margin-left: 10px;
    color: #3b3b3b;
  }
  .headerSlideSvg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .headerSlideMenuItem--long {
    margin-bottom: 58px;
  }
  .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(-59px);
      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%);
    }
  }
}
