@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  color: #999999;
}
@media screen and (max-width: 767px) {
  body {
    background: #000;
  }
}

.spNoneImg {
  display: inline;
}
@media screen and (max-width: 767px) {
  .spNoneImg {
    display: none;
  }
}

/* slideBottom 
*****************************************/
html .slideBottom {
  -webkit-transform: translateY(36px);
  transform: translateY(36px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*
transition: $moveTime all $easing;*/
}

html .slideBottom.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

#contentsWrap {
  margin: 0 0 2px;
  background: #fff;
}

.mainArea,
.area01,
.area02,
.area03,
.area04,
.area05 {
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.mainArea *,
.area01 *,
.area02 *,
.area03 *,
.area04 *,
.area05 * {
  box-sizing: border-box;
}
.mainArea p,
.area01 p,
.area02 p,
.area03 p,
.area04 p,
.area05 p {
  margin-bottom: 0;
}
.mainArea a,
.area01 a,
.area02 a,
.area03 a,
.area04 a,
.area05 a {
  color: #76b900;
}

.mainArea {
  min-width: 960px;
  background: #000;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mainArea {
    min-width: 100%;
  }
}
.mainArea > .inner01 {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 68px;
}
@media screen and (min-width: 768px) {
  .mainArea > .inner01 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 60px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 {
    padding-top: 0;
    padding-bottom: 43px;
  }
}
@media screen and (max-width: 460px) {
  .mainArea > .inner01 {
    padding-bottom: 43px;
  }
}
@media screen and (min-width: 768px) {
  .mainArea > .inner01 .fig {
    position: absolute;
    top: 0;
    left: calc(50% - 42px);
    width: 665px;
  }
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 .fig {
    margin-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 460px) {
  .mainArea > .inner01 .fig {
    margin-bottom: 5.4347826087vw;
  }
}
@media screen and (min-width: 768px) {
  .mainArea > .inner01 > .inner02 {
    order: 1;
    width: 405px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 > .inner02 {
    width: 47vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 460px) {
  .mainArea > .inner01 > .inner02 {
    width: 80vw;
  }
}
@media screen and (min-width: 768px) {
  .mainArea > .inner01 > .inner03 {
    order: 3;
    width: 100%;
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 > .inner03 {
    width: 47vw;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 460px) {
  .mainArea > .inner01 > .inner03 {
    width: 80vw;
  }
}
@media screen and (min-width: 768px) {
  .mainArea > .inner01 > .inner04 {
    order: 2;
    width: 420px;
    min-height: 310px;
  }
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 > .inner04 {
    width: 47vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 460px) {
  .mainArea > .inner01 > .inner04 {
    width: 80vw;
  }
}
.mainArea > .inner01 .copyright {
  color: #fff;
  text-align: left;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 .copyright {
    font-size: 8px;
  }
}
.mainArea > .inner01 .text01 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 48px;
  line-height: 1.25;
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 .text01 {
    font-size: 3.71875vw;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 460px) {
  .mainArea > .inner01 .text01 {
    font-size: 5.1739130435vw;
    margin-bottom: 5px;
  }
}
.mainArea > .inner01 .text02 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 20.4px;
  font-size: 21.6px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.mainArea > .inner01 .text02 span {
  margin-left: 0.35em;
  margin-right: 0.35em;
}
.mainArea > .inner01 .text02 sup {
  font-size: 12.96px;
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 .text02 {
    font-size: 2.65625vw;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 460px) {
  .mainArea > .inner01 .text02 {
    font-size: 3.6956521739vw;
    margin-bottom: 20px;
  }
}
.mainArea > .inner01 .text03 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 11px;
  line-height: 2;
  margin-top: 15px;
  margin-bottom: 76px;
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 .text03 {
    font-size: 1.71875vw;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 460px) {
  .mainArea > .inner01 .text03 {
    font-size: 2.3913043478vw;
  }
}
.mainArea > .inner01 .text04 {
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 15px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 .text04 {
    text-align: left;
  }
}
.mainArea > .inner01 .text04 + .text04 {
  margin-top: 1em;
}
.mainArea > .inner01 .text04 + .text05 {
  margin-top: 1.6em;
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 .text04 + .text05 {
    margin-top: 1.9em;
  }
}
.mainArea > .inner01 .text05 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 11px;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 .text05 {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 dl + .text05 {
    margin-top: 3em;
  }
}
.mainArea > .inner01 .text06 {
  color: #999;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 11px;
  line-height: 2;
  margin-top: 15px;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 .text06 {
    font-size: 11px;
    line-height: 1.66;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 460px) {
  .mainArea > .inner01 .text06 {
    font-size: 2.3913043478vw;
  }
}
.mainArea > .inner01 .btn01 a {
  display: inline-block;
  color: #130918;
  background: #76b900;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 17px;
  line-height: 1;
  padding: 0.75em;
  text-decoration: none;
  transition: opacity .3s;
}
@media screen and (min-width: 768px) {
  .mainArea > .inner01 .btn01 a:hover {
    opacity: 0.7;
  }
}
.mainArea > .inner01 dl {
  display: flex;
  flex-wrap: wrap;
}
.mainArea > .inner01 dl + dl {
  margin-top: 10px;
}
.mainArea > .inner01 dl dt {
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 14px;
  line-height: 1.5;
  background: #fff;
  display: inline-block;
  width: 160px;
  margin-right: 15px;
  padding: 0.3em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 dl dt {
    width: 21.875vw;
    font-size: 2.1875vw;
  }
}
@media screen and (max-width: 460px) {
  .mainArea > .inner01 dl dt {
    width: 30.4347826087vw;
    font-size: 3.0434782609vw;
  }
}
.mainArea > .inner01 dl dd {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 dl dd {
    font-size: 2.8125vw;
  }
}
@media screen and (max-width: 460px) {
  .mainArea > .inner01 dl dd {
    font-size: 3.9130434783vw;
  }
}
.mainArea > .inner01 .logoWrap {
  display: flex;
  flex-wrap: wrap;
}
.mainArea > .inner01 .logoWrap p {
  width: 133px;
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 .logoWrap p {
    width: 20.78125vw;
  }
}
@media screen and (max-width: 460px) {
  .mainArea > .inner01 .logoWrap p {
    width: 28.9130434783vw;
  }
}
.mainArea > .inner01 .logoWrap p + p {
  width: 135px;
  margin-left: 28px;
}
@media screen and (max-width: 767px) {
  .mainArea > .inner01 .logoWrap p + p {
    width: 21.09375vw;
    margin-left: 4.0625vw;
  }
}
@media screen and (max-width: 460px) {
  .mainArea > .inner01 .logoWrap p + p {
    width: 29.347826087vw;
    margin-left: 5.652173913vw;
  }
}

.area01 {
  min-width: 960px;
  background: #000 url("../img/bg02_pc.jpg") no-repeat 50% 50%/cover;
}
@media screen and (max-width: 767px) {
  .area01 {
    min-width: 100%;
    background: #000 url("../img/bg02_sp.jpg") no-repeat 50% 0 / 100vw;
    min-height: 59.53125vw;
  }
}
@media screen and (max-width: 460px) {
  .area01 {
    background: #000 url("../img/bg02_sp.jpg") no-repeat 50% 0/640px;
    min-height: 381px;
  }
}
.area01 > .inner01 {
  text-align: center;
  color: #fff;
  min-height: 676px;
  padding: 78px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .area01 > .inner01 {
    width: 47vw;
    margin-left: auto;
    margin-right: auto;
    min-height: auto;
    padding: 9.375vw 0 0;
  }
}
@media screen and (max-width: 460px) {
  .area01 > .inner01 {
    width: 80vw;
    padding: 13.0434782609vw 0 0;
  }
}
.area01 > .inner01 .text01 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 18px;
  line-height: 1.66;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .area01 > .inner01 .text01 {
    font-size: 2.5vw;
    margin-bottom: 3.28125vw;
  }
}
@media screen and (max-width: 460px) {
  .area01 > .inner01 .text01 {
    font-size: 3.4782608696vw;
    margin-bottom: 4.5652173913vw;
  }
}
.area01 > .inner01 .text02 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 28px;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .area01 > .inner01 .text02 {
    font-size: 3.75vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 460px) {
  .area01 > .inner01 .text02 {
    font-size: 5.2173913043vw;
  }
}
.area01 > .inner01 .youtubeBtn01 {
  text-align: center;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .area01 > .inner01 .youtubeBtn01 {
    margin-top: 30px;
  }
}
.area01 > .inner01 .youtubeBtn01 a {
  display: inline-block;
  max-width: 740px;
  background: #fff;
}

.area02 {
  min-width: 960px;
  background: #000 url("../img/bg03_pc.jpg") no-repeat 50% 50%/cover;
}
@media screen and (max-width: 767px) {
  .area02 {
    min-width: 100%;
    background: #000 url("../img/bg03_sp.jpg") no-repeat 50% 0/cover;
    min-height: 59.53125vw;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 460px) {
  .area02 {
    background: #000 url("../img/bg03_sp.jpg") no-repeat 50% 0/cover;
    min-height: 396px;
  }
}
.area02 > .inner01 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  padding: 84px 0 88px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .area02 > .inner01 {
    width: 47vw;
    margin-left: auto;
    margin-right: auto;
    min-height: auto;
    padding: 54px 0;
  }
}
@media screen and (max-width: 460px) {
  .area02 > .inner01 {
    width: 80vw;
  }
}
.area02 > .inner01 .text01 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 18px;
  line-height: 1.66;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .area02 > .inner01 .text01 {
    font-size: 2.8125vw;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 460px) {
  .area02 > .inner01 .text01 {
    font-size: 3.9130434783vw;
    margin-bottom: 19px;
  }
}
.area02 > .inner01 .text02 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 22px;
}
.area02 > .inner01 .text02 .ai {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  margin-left: 0.25em;
  margin-right: 0.25em;
}
@media screen and (max-width: 767px) {
  .area02 > .inner01 .text02 {
    font-size: 3.4375vw;
    line-height: 1.5;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 460px) {
  .area02 > .inner01 .text02 {
    font-size: 5.2173913043vw;
    margin-bottom: 19px;
  }
}
.area02 > .inner01 .text03 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 15px;
  line-height: 1.66;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .area02 > .inner01 .text03 {
    font-size: 2.578125vw;
    max-width: 408px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 460px) {
  .area02 > .inner01 .text03 {
    width: 86%;
    margin-bottom: 7.34375vw;
  }
}
.area02 > .inner01 .text04 {
  color: #999999;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 11px;
  line-height: 1.25;
  margin-top: 25px;
}

.area04 {
  min-width: 960px;
  background: #ebe2d0 url("../img/bg04.jpg") no-repeat calc(50% + 218px) 50%;
}
@media screen and (max-width: 767px) {
  .area04 {
    min-width: 100%;
    background: #ebe2d0 url("../img/bg04.jpg") no-repeat 50% calc(100% - 9.375vw)/88%;
  }
}
.area04 > .inner01 {
  color: #130918;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .area04 > .inner01 {
    width: 47vw;
    margin-left: auto;
    margin-right: auto;
    padding: 9.375vw 0 0;
  }
}
@media screen and (max-width: 460px) {
  .area04 > .inner01 {
    width: 74vw;
    padding: 13.0434782609vw 0 0;
  }
}
.area04 > .inner01 > .inner02 {
  max-width: 445px;
}
@media screen and (max-width: 767px) {
  .area04 > .inner01 > .inner02 {
    max-width: 100%;
    padding-bottom: 59.375vw;
  }
}
@media screen and (max-width: 460px) {
  .area04 > .inner01 > .inner02 {
    padding-bottom: 58.6956521739vw;
  }
}
.area04 > .inner01 .text01 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-feature-settings: normal;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 19px;
}
.area04 > .inner01 .text01 .en {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 28.8px;
}
@media screen and (max-width: 767px) {
  .area04 > .inner01 .text01 .en {
    font-size: 3.4375vw;
  }
}
@media screen and (max-width: 460px) {
  .area04 > .inner01 .text01 .en {
    font-size: 5.2173913043vw;
  }
}
@media screen and (max-width: 767px) {
  .area04 > .inner01 .text01 {
    font-size: 3.3vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 460px) {
  .area04 > .inner01 .text01 {
    font-size: 5.2173913043vw;
  }
}
.area04 > .inner01 .text02 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-feature-settings: normal;
  font-size: 15px;
  line-height: 1.3214285714;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .area04 > .inner01 .text02 {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 460px) {
  .area04 > .inner01 .text02 {
    font-size: 3.2608695652vw;
  }
}
.area04 > .inner01 ul {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .area04 > .inner01 ul {
    margin-bottom: 20px;
  }
}
.area04 > .inner01 ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 15px;
  line-height: 1.25;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .area04 > .inner01 ul li {
    font-size: 2.34375vw;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 460px) {
  .area04 > .inner01 ul li {
    font-size: 3.6956521739vw;
    margin-bottom: 10px;
  }
}
.area04 > .inner01 ul li::before {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 12px;
  content: '>';
  margin-right: 0.4em;
}
.area04 > .inner01 .text03 {
  color: #130918;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 11px;
  line-height: 1.2;
}
.area04 > .inner01 .text03 + .text02 {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .area04 > .inner01 .text03 + .text02 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .area04 > .inner01 .text03 {
    text-align: left;
    font-size: 2.03125vw;
  }
}
@media screen and (max-width: 460px) {
  .area04 > .inner01 .text03 {
    font-size: 2.8260869565vw;
  }
}

.area05 {
  min-width: 960px;
  background: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .area05 {
    min-width: 100%;
  }
}
.area05 > .inner01 {
  color: #fff;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 0 58px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .area05 > .inner01 {
    width: 47vw;
    padding: 55px 0 58px;
  }
}
@media screen and (max-width: 460px) {
  .area05 > .inner01 {
    width: 80vw;
    padding: 55px 0 58px;
  }
}
.area05 > .inner01 .text01 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 28px;
  line-height: 1.66;
  margin-bottom: 51px;
}
@media screen and (max-width: 767px) {
  .area05 > .inner01 .text01 {
    font-size: 4.0625vw;
    line-height: 1.25;
    margin-bottom: 22px;
  }
}
.area05 > .inner01 .itemWrap {
  margin: 0 10px 94px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .area05 > .inner01 .itemWrap {
    margin: 0 0 60px;
  }
}
.area05 > .inner01 .itemWrap > .item {
  width: 33.3%;
  transition: opacity .3s;
}
.area05 > .inner01 .itemWrap > .item:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .area05 > .inner01 .itemWrap > .item:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .area05 > .inner01 .itemWrap > .item {
    width: 100%;
  }
  .area05 > .inner01 .itemWrap > .item:nth-child(2) {
    margin-top: 60px;
  }
  .area05 > .inner01 .itemWrap > .item:nth-child(3) {
    margin-top: 13px;
  }
}
.area05 > .inner01 .itemWrap > .item .img01 {
  width: 223px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 21px;
}
.area05 > .inner01 .itemWrap > .item .text02 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 22px;
}
.area05 > .inner01 .itemWrap > .item .btn01 a {
  display: inline-block;
  color: #130918;
  background: #76b900;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 17px;
  line-height: 1;
  padding: 0.75em;
  text-decoration: none;
}
.area05 > .inner01 > .inner02 {
  border-top: 1px solid #999999;
  padding: 48px 0;
}
@media screen and (max-width: 767px) {
  .area05 > .inner01 > .inner02 {
    padding: 40px 0 0;
  }
}
.area05 > .inner01 > .inner02 .logoList01,
.area05 > .inner01 > .inner02 .logoList02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 50px -16px;
  gap: 66px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .area05 > .inner01 > .inner02 .logoList01,
  .area05 > .inner01 > .inner02 .logoList02 {
    flex-direction: column;
    margin: 0;
    gap: 10px;
    padding-right: 0;
  }
}
.area05 > .inner01 > .inner02 .logoList01 li {
  margin: 0 0 42px;
}
@media screen and (max-width: 767px) {
  .area05 > .inner01 > .inner02 .logoList01 li {
    margin: 22px 0 0;
  }
  .area05 > .inner01 > .inner02 .logoList01 li:nth-child(n + 2) {
    margin: 30px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .area05 > .inner01 > .inner02 .logoList01 li:nth-child(1) {
    width: 153px;
  }
}
@media screen and (max-width: 767px) {
  .area05 > .inner01 > .inner02 .logoList01 li:nth-child(1) {
    width: 153px;
  }
}
@media screen and (min-width: 768px) {
  .area05 > .inner01 > .inner02 .logoList01 li:nth-child(2) {
    width: 162px;
  }
}
@media screen and (max-width: 767px) {
  .area05 > .inner01 > .inner02 .logoList01 li:nth-child(2) {
    width: 162px;
  }
}
.area05 > .inner01 > .inner02 .logoList02 {
  margin-top: 35px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .area05 > .inner01 > .inner02 .logoList02 {
    margin: 0 0 56px;
  }
}
.area05 > .inner01 > .inner02 .logoList02 li:nth-child(1) {
  width: 163.3333333333px;
}
@media screen and (max-width: 767px) {
  .area05 > .inner01 > .inner02 .logoList02 li:nth-child(1) {
    width: 147px;
    margin-top: 26px;
  }
}
.area05 > .inner01 > .inner02 .logoList02 li:nth-child(2) {
  width: 163.3333333333px;
}
@media screen and (max-width: 767px) {
  .area05 > .inner01 > .inner02 .logoList02 li:nth-child(2) {
    width: 163px;
    margin-top: 20px;
    margin-left: 0;
  }
}
.area05 > .inner01 > .inner02 .text03 {
  color: #999999;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 10px;
  line-height: 1.8;
}
.area05 > .inner01 > .inner02 .text03 + .text03 {
  margin-top: 1em;
}
