@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600&display=swap");
.fa-solid {
  font-family: FontAwesome;
}

.idxEvalutionListLogos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  padding: 10px 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .idxEvalutionListLogos .idxEvalutionLogos__unit {
    flex: 0 0 15%;
    width: 15%;
    margin: auto 2.5%;
  }
}
@media screen and (max-width:768px) {
  .idxEvalutionListLogos .idxEvalutionLogos__unit {
    flex: 0 0 45%;
    width: 45%;
    margin: auto;
  }
}
.idxEvalutionListLogos .idxEvalutionLogos__unit img {
  width: 100% !important;
  height: auto;
}
.idxKv {
  position: relative;
}
.idxKv__mov {
  overflow: hidden;
  position: relative;
}
.idxKv__mov .fade-image, .idxKv__mov .sp-fade-image {
  position: relative;
  top: 0;
  left: 0;
}
.idxKv__mov .fade-image-2, .idxKv__mov .sp-fade-image-2 {
  display: none;
}
.idxKv__mov .scene {
  position: relative;
  height: 100%;
}
.idxKv__mov .scene__image {
  height: 100%;
}
.idxKv__mov .scene__image__bg {
  height: 100%;
}
.idxKv__mov .scene__image__bg img {
  width: 100%;
  height: auto;
  display: block;
}
.idxKv__mov .scene__image__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.idxKv__mov .scene__image__content .layerParts {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*
  @include media_queries(pc){
    left: 10%;
    top: 15%;
  }
  @include media_queries{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  */
}
.idxKv__mov .scene__image__content .textCatchcopy {
  font-weight: 700;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .idxKv__mov .scene__image__content .textCatchcopy {
    font-size: 46px;
    font-size: 4.6rem;
    font-size: 2.5vw;
    line-height: 1.3913043478;
    margin: 0 0 30px;
    left: 10%;
    top: 15%;
  }
}
@media screen and (max-width:768px) {
  .idxKv__mov .scene__image__content .textCatchcopy {
    font-size: 29px;
    font-size: 2.9rem;
    font-size: 5.5vw;
    letter-spacing: 0.1em;
    left: 9%;
    top: 3%;
    z-index: 1;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .idxKv__mov .scene__image__content .textCatchcopyBottom {
    display: flex;
    align-items: flex-end;
    position: absolute;
    left: 10%;
    bottom: 2%;
  }
}
@media screen and (max-width:768px) {
  .idxKv__mov .scene__image__content .textCatchcopyBottom {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .idxKv__mov .scene__image__content .textCatchcopyBottom .rectSkewBox {
    display: inline-block;
    position: relative;
    padding: 10px 0 5px 0;
    width: 37vw;
  }
  .idxKv__mov .scene__image__content .textCatchcopyBottom .rectSkewBox::before, .idxKv__mov .scene__image__content .textCatchcopyBottom .rectSkewBox::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #1c9e47;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  .idxKv__mov .scene__image__content .textCatchcopyBottom .rectSkewBox::before {
    left: -25px;
    width: 27%;
    height: 100%;
    -webkit-transform: skewX(-13deg);
    transform: skewX(-13deg);
  }
  .idxKv__mov .scene__image__content .textCatchcopyBottom .rectSkewBox::after {
    width: 100%;
    height: 60%;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }
}
@media screen and (max-width:768px) {
  .idxKv__mov .scene__image__content .textCatchcopyBottom .rectSkewBox {
    background: #1c9e47;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
.idxKv__mov .scene__image__content .textCatchcopyBottom .rectSkewBox__text {
  position: relative;
  z-index: 1;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .idxKv__mov .scene__image__content .textCatchcopyBottom .rectSkewBox__text {
    font-size: 18px;
    font-size: 1.8rem;
    font-size: 1.25vw;
  }
}
@media screen and (max-width:768px) {
  .idxKv__mov .scene__image__content .textCatchcopyBottom .rectSkewBox__text {
    font-size: 13px;
    font-size: 1.3rem;
    font-size: 3.2vw;
    padding: 15px 0 8px;
    margin: 0 18px;
  }
}
.idxKv__mov .scene__image__content .textCatchcopyBottom .rectSkewBox__text .text {
  line-height: 1;
  font-weight: 500;
}
.idxKv__mov .scene__image__content .textCatchcopyBottom .rectSkewBox__text .text--top {
  display: block;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .idxKv__mov .scene__image__content .textCatchcopyBottom .rectSkewBox__text .text--top {
    padding-left: 0.3em;
    font-size: 18px;
    font-size: 1.8rem;
    font-size: 1.25vw;
  }
}
@media screen and (max-width:768px) {
  .idxKv__mov .scene__image__content .textCatchcopyBottom .rectSkewBox__text .text--top {
    font-size: 13px;
    font-size: 1.3rem;
    font-size: 3.25vw;
  }
}
.idxKv__mov .scene__image__content .textCatchcopyBottom .rectSkewBox__text .text--accent {
  margin-right: 0.2em;
}
@media screen and (min-width: 769px) {
  .idxKv__mov .scene__image__content .textCatchcopyBottom .rectSkewBox__text .text--accent {
    font-size: 26px;
    font-size: 2.6rem;
    font-size: 1.8vw;
    font-weight: 700;
  }
}
@media screen and (max-width:768px) {
  .idxKv__mov .scene__image__content .textCatchcopyBottom .rectSkewBox__text .text--accent {
    font-size: 19px;
    font-size: 1.9rem;
    font-size: 4.8vw;
    font-weight: 500;
  }
}
.idxKv__mov .scene__image__content .textCatchcopyBottom .rectSkewBox__text .text--num {
  font-weight: 700;
  margin-right: 0.2em;
}
@media screen and (min-width: 769px) {
  .idxKv__mov .scene__image__content .textCatchcopyBottom .rectSkewBox__text .text--num {
    font-size: 57px;
    font-size: 5.7rem;
    font-size: 3.5vw;
  }
}
@media screen and (max-width:768px) {
  .idxKv__mov .scene__image__content .textCatchcopyBottom .rectSkewBox__text .text--num {
    font-size: 27px;
    font-size: 2.7rem;
    font-size: 6.9vw;
  }
}
@media screen and (min-width: 769px) {
  .idxKv__mov .scene__image__content .textCatchcopyBottom .notes {
    padding-left: 1em;
  }
}
@media screen and (max-width:768px) {
  .idxKv__mov .scene__image__content .textCatchcopyBottom .notes {
    /**background: #fff;**/
    position: absolute;
    top: 75.5%;
    left: 150vw;
    max-width: 60vw;
    padding: 0 3px;
  }
}
.idxKv__mov .scene__image__content .textCatchcopyBottom .notes .textNote {
  text-indent: -1em;
  padding-left: 10em;
}
@media screen and (min-width: 769px) {
  .idxKv__mov .scene__image__content .textCatchcopyBottom .notes .textNote {
    font-size: 12px;
    font-size: 1.2rem;
    font-size: 0.8vw;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: 400;
  }
}
@media screen and (max-width:768px) {
  .idxKv__mov .scene__image__content .textCatchcopyBottom .notes .textNote {
    font-size: 12px;
    font-size: 1.2rem;
    font-size: 2.2vw;
    font-family: "Noto Sans JP", helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
    font-weight: 400;
    line-height: 1.4;
  }
}
@media screen and (max-width:768px) {
  .idxKv__mov .scene__image__content .textCatchcopyBottom .notesSecondImageArea {
    /**background: #fff;**/
    position: absolute;
    top: 78%;
    left: 38vw;
    max-width: 90vw;
    padding: 0 3px;
  }
}
@media screen and (max-width:768px) {
  .idxKv__mov .scene__image__content .textCatchcopyBottom .notesSecondImageArea .textNote {
    font-size: 12px;
    font-size: 1.2rem;
    font-size: 2.1vw;
    font-weight: 400;
    line-height: 1.4;
    padding-left: 1em;
  }
}
@media screen and (max-width:768px) {
  .idxKv__mov .scene__image__content .spSecondImageArea {
    font-size: 5.5vw;
    letter-spacing: 0;
    left: 6%;
    top: 7%;
    z-index: 1;
    text-align: left;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  .idxKv__mov .scene__image__content .textBackOffice {
    font-size: 2vw;
    line-height: 1.3913043478;
    margin: 0;
    left: 3%;
    top: 16%;
    font-weight: 600;
    letter-spacing: 0.13vw;
    font-family: "Noto Sans JP", sans-serif;
  }
}
.idxKv__mov .scene__image__content .textBackOffice .greenLine {
  border-bottom: 3px #1c9e48 solid;
  padding-bottom: 7px;
}
.idxKv__mov .scene__image__content .listIllust {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .idxKv__mov .scene__image__content .listIllust {
    display: flex;
    left: 10%;
    top: 55%;
  }
}
@media screen and (max-width:768px) {
  .idxKv__mov .scene__image__content .listIllust {
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .idxKv__mov .scene__image__content .listIllust > li {
    margin: 0 13px 0 0;
    width: 128px;
    width: 8.5vw;
    position: relative;
  }
  .idxKv__mov .scene__image__content .listIllust > li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width:768px) {
  .idxKv__mov .scene__image__content .listIllust > li {
    width: 49px;
    width: 13vw;
    position: absolute;
    right: 0;
    top: 0;
  }
  .idxKv__mov .scene__image__content .listIllust > li:nth-child(1) {
    right: 6%;
    top: 6%;
  }
  .idxKv__mov .scene__image__content .listIllust > li:nth-child(1) .text {
    -webkit-transform: translateY(-100%) rotate(-5deg);
    transform: translateY(-100%) rotate(-5deg);
  }
  .idxKv__mov .scene__image__content .listIllust > li:nth-child(2) {
    right: 6%;
    top: 20%;
  }
  .idxKv__mov .scene__image__content .listIllust > li:nth-child(2) .text {
    -webkit-transform: translateY(-100%) rotate(3deg);
    transform: translateY(-100%) rotate(3deg);
  }
  .idxKv__mov .scene__image__content .listIllust > li:nth-child(3) {
    right: 6%;
    top: 34%;
  }
  .idxKv__mov .scene__image__content .listIllust > li:nth-child(3) .text {
    -webkit-transform: translateY(-100%) rotate(-7deg);
    transform: translateY(-100%) rotate(-7deg);
  }
}
.idxKv__mov .scene__image__content .listIllust > li .wrap img {
  width: 100%;
  height: auto;
}
.idxKv__mov .scene__image__content .listIllust > li .text {
  font-weight: 500;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@media screen and (min-width: 769px) {
  .idxKv__mov .scene__image__content .listIllust > li .text {
    font-size: 15px;
    font-size: 1.5rem;
    font-size: 1vw;
    height: calc(64px + 1.8em);
    height: calc(4.25vw + 1.8em);
    -webkit-transform: translateY(-100%) rotate(5deg);
    transform: translateY(-100%) rotate(5deg);
  }
}
@media screen and (max-width:768px) {
  .idxKv__mov .scene__image__content .listIllust > li .text {
    font-size: 10px;
    font-size: 1rem;
    font-size: 2.5vw;
    height: calc(49px + 1.8em);
    height: calc(6.5vw + 1.8em);
  }
}
.idxKv__mov .scene__image__content .listIllust > li .text > i {
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@media screen and (min-width: 769px) {
  .idxKv__mov .scene__image__content .listIllust > li .text > i:nth-child(1) {
    -webkit-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
}
@media screen and (max-width:768px) {
  .idxKv__mov .scene__image__content .listIllust > li .text > i:nth-child(1) {
    -webkit-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
}
@media screen and (min-width: 769px) {
  .idxKv__mov .scene__image__content .listIllust > li .text > i:nth-child(2) {
    -webkit-transform: translateX(-50%) rotate(14deg);
    transform: translateX(-50%) rotate(14deg);
  }
}
@media screen and (max-width:768px) {
  .idxKv__mov .scene__image__content .listIllust > li .text > i:nth-child(2) {
    -webkit-transform: translateX(-50%) rotate(18deg);
    transform: translateX(-50%) rotate(18deg);
  }
}
@media screen and (min-width: 769px) {
  .idxKv__mov .scene__image__content .listIllust > li .text > i:nth-child(3) {
    -webkit-transform: translateX(-50%) rotate(28deg);
    transform: translateX(-50%) rotate(28deg);
  }
}
@media screen and (max-width:768px) {
  .idxKv__mov .scene__image__content .listIllust > li .text > i:nth-child(3) {
    -webkit-transform: translateX(-50%) rotate(36deg);
    transform: translateX(-50%) rotate(36deg);
  }
}
@media screen and (min-width: 769px) {
  .idxKv__mov .scene__image__content .listIllust > li .text > i:nth-child(4) {
    -webkit-transform: translateX(-50%) rotate(42deg);
    transform: translateX(-50%) rotate(42deg);
  }
}
@media screen and (max-width:768px) {
  .idxKv__mov .scene__image__content .listIllust > li .text > i:nth-child(4) {
    -webkit-transform: translateX(-50%) rotate(54deg);
    transform: translateX(-50%) rotate(54deg);
  }
}
.idxKv__mov .scene__image__content .listIllust.-sample > li {
  width: 8vw;
}
.idxKv__mov .scene__image__content .listIllust.-sample > li .text {
  height: calc(4vw + 1.8em);
}
.idxKv__mov .sceneMovie {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
}
.idxKv__mov .sceneMovie video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.idxKv__mov .scene-jsAnmPhase2 {
  display: none;
}
.idxKv__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.idxKv__content__inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding: 68px 0 0;
}
.idxKv__content .textCatchcopy {
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: 700;
  margin: 0 0 40px;
  line-height: 1.3913043478;
}
.idxKv__content .listIllust {
  display: flex;
}
.idxKv__content .listIllust > li {
  margin: 0 13px 0 0;
  width: 128px;
  position: relative;
}
.idxKv__content .listIllust > li:last-child {
  margin-right: 0;
}
.idxKv__content .listIllust > li .wrap img {
  width: 80%;
  height: auto;
}
.idxKv__content .listIllust > li .text {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  height: calc(64px + 1.8em);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-100%) rotate(5deg);
  transform: translateY(-100%) rotate(5deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.idxKv__content .listIllust > li .text > i {
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.idxKv__content .listIllust > li .text > i:nth-child(1) {
  -webkit-transform: translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg);
}
.idxKv__content .listIllust > li .text > i:nth-child(2) {
  -webkit-transform: translateX(-50%) rotate(12deg);
  transform: translateX(-50%) rotate(12deg);
}
.idxKv__content .listIllust > li .text > i:nth-child(3) {
  -webkit-transform: translateX(-50%) rotate(24deg);
  transform: translateX(-50%) rotate(24deg);
}
.idxKv__content .listIllust > li .text > i:nth-child(4) {
  -webkit-transform: translateX(-50%) rotate(36deg);
  transform: translateX(-50%) rotate(36deg);
}
.idxCorplogos {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .idxCorplogos {
    padding: 10px 0;
  }
}
@media screen and (max-width:768px) {
  .idxCorplogos {
    padding: 3px 0;
  }
}
@media screen and (min-width: 769px) {
  .idxMovie {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .idxMovie {
    margin: 0 18px 36px;
  }
  .idxMovie__heading {
    margin: 0 0 16px;
  }
  .idxMovie__heading > * {
    line-height: 1.5;
    vertical-align: bottom;
  }
  .idxMovie__heading .slashline {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
  }
  .idxMovie__heading .slashline::before, .idxMovie__heading .slashline::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1em;
    bottom: 0em;
    border-left: 2px solid #1c9e47;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  .idxMovie__heading .slashline::before {
    left: -0.5em;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }
  .idxMovie__heading .slashline::after {
    right: -0.5em;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  .idxMovie__heading .slashline .num {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 0.8;
    vertical-align: bottom;
  }
  .idxMovie .ytMov {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .idxMovie .ytMov iframe {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .idxBanners {
    margin: 0 0 50px;
  }
}
@media screen and (max-width:768px) {
  .idxBanners {
    margin: 0 0 50px;
    padding: 0 18px;
  }
}
@media screen and (min-width: 769px) {
  .idxBanners__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .idxBanners__inner .bannerList {
    display: flex;
  }
}
.idxBanners__inner .bannerList > li {
  font-size: 0;
}
@media screen and (min-width: 769px) {
  .idxBanners__inner .bannerList > li {
    max-width: 380px;
    margin: 0 30px 0 0;
  }
  .idxBanners__inner .bannerList > li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width:768px) {
  .idxBanners__inner .bannerList > li {
    margin: 0 0 15px;
  }
  .idxBanners__inner .bannerList > li:last-child {
    margin-bottom: 0;
  }
}
.idxBanners__inner .bannerList > li img {
  width: 100%;
  height: 120px;
}
.idxBanners__inner .bannerList > li a {
  display: block;
}
@media screen and (min-width: 769px) {
  .idxBanners__inner .bannerList > li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .idxSection__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .idxSection__header {
    margin: 0 0 55px;
  }
}
@media screen and (max-width:768px) {
  .idxSection__header {
    margin: 0 0 37px;
  }
}
.idxSection__header--evalution {
  padding: 30px 15px;
  background-color: white;
  margin: 0;
}
.idxSection__footer {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .idxSection__footer {
    padding: 36px 0 0;
  }
}
@media screen and (max-width:768px) {
  .idxSection__footer {
    padding: 21px 0 0;
  }
}
.idxSection--reason {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .idxSection--reason {
    margin: 50px 0 60px 0;
  }
}
@media screen and (min-width: 769px) {
  .idxSection--reason .idxSection__header {
    margin-bottom: 21px;
  }
}
@media screen and (max-width:768px) {
  .idxSection--reason .idxSection__header {
    margin-bottom: 18px;
  }
}
.idxSection--evalution {
  background: #f0f0f0;
  overflow: hidden;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .idxSection--evalution {
    padding-bottom: 60px;
  }
}
@media screen and (max-width:768px) {
  .idxSection--evalution {
    padding-bottom: 41px;
  }
}
.idxSection--achivement {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .idxSection--achivement {
    padding: 60px 0;
  }
}
@media screen and (max-width:768px) {
  .idxSection--achivement {
    padding: 0 15px 55px;
  }
}
.idxSection--external {
  background: #4fba87;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .idxSection--external {
    padding: 114px 0 120px;
  }
}
@media screen and (max-width:768px) {
  .idxSection--external {
    padding: 60px 18px 60px;
  }
}
@media screen and (min-width: 769px) {
  .idxSection--external .idxSection__header {
    margin-bottom: 26px;
  }
}
@media screen and (max-width:768px) {
  .idxSection--external .idxSection__header {
    margin-bottom: 13px;
  }
}
@media screen and (max-width:768px) {
  .idxSection--external .idxSection__footer {
    padding-top: 28px;
  }
}
@media screen and (max-width:768px) {
  .idxSection--external .cmpTextDescription {
    margin-bottom: 38px;
  }
}
.idxSection--seminar {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .idxSection--seminar {
    padding: 118px 0 0;
  }
}
@media screen and (max-width:768px) {
  .idxSection--seminar {
    padding: 50px 18px 37px;
  }
}
@media screen and (min-width: 769px) {
  .idxSection--seminar .idxSection__header {
    margin-bottom: 16px;
  }
}
@media screen and (max-width:768px) {
  .idxSection--seminar .idxSection__header {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .idxSection--post {
    padding: 115px 0 116px;
  }
}
@media screen and (max-width:768px) {
  .idxSection--post {
    padding: 42px 15px 65px;
  }
}
@media screen and (min-width: 769px) {
  .idxSection--post .idxSection__inner {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .idxSection--post .idxSection__inner > * {
    width: calc((100% - 70px) / 2);
    margin: 0 70px 0 0;
  }
  .idxSection--post .idxSection__inner > *:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width:768px) {
  .idxSection--post .idxSection__inner > * + * {
    margin: 62px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .idxSectionAchivement__bg {
    position: relative;
    /*position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    */
  }
}
@media screen and (max-width:768px) {
  .idxSectionAchivement__bg {
    padding: 11px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .idxSectionAchivement__bg__image {
    padding: 15px 0;
    margin: 0 15px;
    background: #fff;
    height: 100%;
  }
  .idxSectionAchivement__bg__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width:768px) {
  .idxSectionAchivement__bg__image {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .idxSectionAchivement__bg__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width:768px) {
  .idxSectionAchivement__bg__inner::before, .idxSectionAchivement__bg__inner::after {
    content: "";
    display: block;
    width: 100%;
    height: 88px;
    background: no-repeat 0 0;
    background-size: 100%;
  }
  .idxSectionAchivement__bg__inner::before {
    background-image: url(../../assets/img/top/sp/bg_achivement_sp01.png);
  }
  .idxSectionAchivement__bg__inner::after {
    background-image: url(../../assets/img/top/sp/bg_achivement_sp02.png);
    background-position: 0 bottom;
  }
}
.idxSectionAchivement__bg .caption {
  position: relative;
  background: #fff;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .idxSectionAchivement__bg .caption {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 985px;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 769px) {
  .idxSectionAchivement__bg .caption__inner {
    margin: 0 105px;
    padding: 35px 0 30px;
  }
}
@media screen and (max-width:768px) {
  .idxSectionAchivement__bg .caption__inner {
    padding: 42px 15px 25px;
  }
}
@media screen and (min-width: 769px) {
  .idxSectionAchivement__bg .caption__header {
    width: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 44px;
  }
}
@media screen and (max-width:768px) {
  .idxSectionAchivement__bg .caption__header {
    text-align: center;
    margin: 0 0 50px;
  }
}
@media screen and (min-width: 769px) {
  .idxSectionAchivement__bg .caption__header__icon {
    margin: 0 20px 0 0;
  }
  .idxSectionAchivement__bg .caption__header__icon img {
    width: 92px;
    height: auto;
  }
}
@media screen and (max-width:768px) {
  .idxSectionAchivement__bg .caption__header__icon {
    max-width: 112px;
    margin: 0 auto 12px;
  }
  .idxSectionAchivement__bg .caption__header__icon img {
    width: 100%;
    height: auto;
  }
}
.idxSectionAchivement__bg .caption__header__text {
  color: #1c9e47;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .idxSectionAchivement__bg .caption__header__text {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width:768px) {
  .idxSectionAchivement__bg .caption__header__text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.idxSectionAchivement__bg .caption__header__text .larger {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .idxSectionAchivement__bg .caption__header__text .larger {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width:768px) {
  .idxSectionAchivement__bg .caption__header__text .larger {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.idxSectionAchivement__bg .caption__header__text .larger__note {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  text-align: right;
  font-weight: normal;
  color: #333;
}
@media screen and (min-width: 769px) {
  .idxSectionAchivement__bg .caption__header__text .larger__note {
    font-size: 12px;
    font-size: 1.2rem;
    width: 720px;
    margin: auto;
    left: -200px;
  }
}
@media screen and (max-width:768px) {
  .idxSectionAchivement__bg .caption__header__text .larger__note {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .idxSectionAchivement__bg .caption__body .achivementNum {
    display: flex;
    justify-content: space-between;
    margin-bottom: -2px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width:768px) {
  .idxSectionAchivement__bg .caption__body .achivementNum {
    margin: 0 0 10px;
  }
}
@media screen and (max-width:768px) {
  .idxSectionAchivement__bg .caption__body .achivementNum__column {
    display: flex;
    align-items: flex-end;
    line-height: 1;
    max-width: 330px;
    margin: 0 auto 13px;
  }
  .idxSectionAchivement__bg .caption__body .achivementNum__column:last-child {
    margin-bottom: 0;
  }
}
.idxSectionAchivement__bg .caption__body .achivementNum__column__heading {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .idxSectionAchivement__bg .caption__body .achivementNum__column__heading {
    margin-bottom: -20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width:768px) {
  .idxSectionAchivement__bg .caption__body .achivementNum__column__heading {
    font-size: 16px;
    font-size: 1.6rem;
    max-width: 82px;
    width: 100%;
    padding-bottom: 14px;
  }
}
@media screen and (max-width:768px) {
  .idxSectionAchivement__bg .caption__body .achivementNum__column__num {
    flex: 1;
  }
}
.idxSectionAchivement__bg .caption__body .achivementNum__column__num .num {
  color: #1c9e47;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .idxSectionAchivement__bg .caption__body .achivementNum__column__num .num {
    font-size: 82px;
    font-size: 8.2rem;
  }
}
@media screen and (max-width:768px) {
  .idxSectionAchivement__bg .caption__body .achivementNum__column__num .num {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1;
  }
}
.idxSectionAchivement__bg .caption__body .achivementNum__column__num .unit {
  color: inherit;
  font-family: "Noto Sans JP", helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .idxSectionAchivement__bg .caption__body .achivementNum__column__num .unit {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width:768px) {
  .idxSectionAchivement__bg .caption__body .achivementNum__column__num .unit {
    font-size: 13px;
    font-size: 1.3rem;
    vertical-align: 3px;
  }
}
.idxSectionAchivement__bg .caption__body .listIndustry {
  display: flex;
  flex-wrap: wrap;
}
.idxSectionAchivement__bg .caption__body .listIndustry > li {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .idxSectionAchivement__bg .caption__body .listIndustry > li {
    width: calc((100% - 40px) / 5);
    margin: 0 10px 3px 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width:768px) {
  .idxSectionAchivement__bg .caption__body .listIndustry > li {
    width: 20%;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    padding: 0 0 0 1em;
  }
}
.idxSectionAchivement__bg .caption__body .listIndustry > li:nth-child(5n) {
  margin-right: 0;
}
.idxSectionAchivement__bg .caption__body .listIndustry > li:nth-last-child(-n+5) {
  margin-bottom: 0;
}
.idxSectionAchivement__bg .caption__body .listIndustry > li::before {
  content: "・";
  display: inline-block;
}
@media screen and (max-width:768px) {
  .idxSectionAchivement__bg .caption__body .listIndustry > li::before {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.idxSectionAchivement__logos {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .idxSectionAchivement__logos {
    padding: 10px 0 64px;
  }
}
@media screen and (max-width:768px) {
  .idxSectionAchivement__logos {
    padding: 10px 0 14px;
  }
}
@media screen and (min-width: 769px) {
  .idxSectionPost [class^=cmpHeading] {
    margin: 0 0 45px;
  }
}
@media screen and (max-width:768px) {
  .idxSectionPost [class^=cmpHeading] {
    margin: 0 0 25px;
  }
}
.idxSectionPost__footer {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .idxSectionPost__footer {
    padding: 40px 0 64px;
  }
}
@media screen and (max-width:768px) {
  .idxSectionPost__footer {
    padding: 25px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .idxSectionPost__footer--2cols {
    display: flex;
    justify-content: space-between;
  }
  .idxSectionPost__footer--2cols > * {
    max-width: 250px;
    margin: 0 10px 0 0;
  }
  .idxSectionPost__footer--2cols > *:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width:768px) {
  .idxSectionPost__footer--2cols > * + * {
    margin: 20px 0 0;
  }
}
.idxSection .listCorpLogo__wrapper {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .idxSection .listCorpLogo__wrapper {
    padding: 37px 50px;
    border-radius: 14px;
  }
}
@media screen and (max-width:768px) {
  .idxSection .listCorpLogo__wrapper {
    padding: 17px 18px;
    border-radius: 6px;
  }
}
.idxSection .listCorpLogo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .idxSection .listCorpLogo {
    justify-content: center;
  }
}
@media screen and (max-width:768px) {
  .idxSection .listCorpLogo {
    margin: 0 -15px 0 0;
  }
}
.idxSection .listCorpLogo > li {
  color: #000;
}
@media screen and (min-width: 769px) {
  .idxSection .listCorpLogo > li {
    margin: 10px 15px;
  }
}
@media screen and (max-width:768px) {
  .idxSection .listCorpLogo > li {
    width: calc(33.3333333333% - 15px);
    margin: 5px 15px 5px 0;
  }
}
.idxSection .listCorpLogo > li > img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .evolution__footer {
    margin-top: -120px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width:768px) {
  .evolution__footer {
    margin-top: -98px;
    padding-bottom: 30px;
  }
}

a.linkUnderline {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .pcMarginTop20px {
    margin-top: 20px;
  }
}
@media screen and (max-width:768px) {
  .pcMarginTop20px {
    margin-top: auto;
  }
}

.us_industry_hidden {
  display: none;
}/*# sourceMappingURL=index.css.map */