.c-green {
  color: #2F892E;
}

.b-green {
  background-color: #2F892E;
}

.c-red {
  color: #CB0011;
}

.b-red {
  background-color: #CB0011;
}

.c-blue {
  color: #013A6C;
}

.b-blue {
  background-color: #013A6C;
}

#stage {
  overflow: visible;
}

.b-stage {
  padding-top: 10.6666666667vw;
}

.b-category {
  width: 92%;
  margin: 0 auto 10.6666666667vw;
  padding: 30px 20px 20px;
  border: 4px solid #ECECEC;
}
.b-category .e-ttl {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: baseline;
  margin-bottom: 19px;
  padding-bottom: 19px;
  border-bottom: 3px dotted #ececec;
}
.b-category .e-ttl .e-en {
  font-family: "Barlow Condensed", serif;
  font-size: 26px;
  font-style: italic;
}
.b-category .e-ttl .e-en::first-letter {
  color: #2F892E;
}
.b-category .e-ttl .e-ja {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 700;
}
.b-category--wrap .e-item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 10px;
  border-radius: 3px;
  background-color: #F1F6F1;
  color: #2F892E;
  font-size: 15px;
  font-weight: 700;
  line-height: 35px;
}
.b-category--wrap .e-item.is-current {
  background-color: #2F892E;
  color: #fff;
}

.b-maker {
  width: 92%;
  margin: 0 auto 26.6666666667vw;
}
.b-maker--term + .b-maker--term {
  margin-top: 40px;
}
.b-maker--term .e-lbl {
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: 2px solid #ECECEC;
  font-size: 20px;
  font-weight: 700;
}
.b-maker--wrap {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}
.b-maker--wrap .e-item {
  width: 47.5362318841%;
}
.b-maker--wrap .e-item .e-img {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  height: 22.9333333333vw;
  padding-top: 1.3333333333vw;
  background-color: #fff;
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
}
.b-maker--wrap .e-item .e-img img {
  -o-object-fit: contain;
  -o-object-position: center;
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: calc(100% - 30px);
     object-fit: contain;
     object-position: center;
          transform: translate(-50%, -50%);
}
.b-maker--wrap .e-item .e-name {
  padding: 5px 0;
  font-size: 15px;
  line-height: 2;
}
.b-maker--wrap .e-item .e-name::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  background: url(../images/common/icon_blank.svg) 0 0/contain no-repeat;
  content: '';
}
@media (min-width: 768px) {
  .b-stage {
    padding-top: 80px;
  }
  .b-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1100px;
    margin-bottom: 60px;
    padding: 50px 100px 40px 50px;
  }
  .b-category .e-ttl {
    display: block;
    width: 210px;
    margin-right: 40px;
    margin-bottom: 10px;
    padding: 0;
    padding-top: 10px;
    border-right: 3px dotted #ececec;
    border-bottom: none;
  }
  .b-category .e-ttl .e-en {
    margin-bottom: 17px;
    font-size: 30px;
  }
  .b-category .e-ttl .e-ja {
    margin-left: 0;
    font-size: 16px;
  }
  .b-category--wrap {
    width: 700px;
  }
  .b-category--wrap .e-item {
    padding: 0 15px;
    font-size: 16px;
    line-height: 40px;
  }
  .b-category--wrap .e-item:hover {
    background-color: #2F892E;
    color: #fff;
    opacity: 1;
  }
  .b-maker {
    width: 1100px;
    margin-bottom: 100px;
  }
  .b-maker--term .e-lbl {
    margin-bottom: 30px;
    padding: 15px 0;
    font-size: 24px;
  }
  .b-maker--wrap .e-item {
    width: 190px;
  }
  .b-maker--wrap .e-item:not(:nth-of-type(5n+1)) {
    margin-left: 37px;
  }
  .b-maker--wrap .e-item:nth-of-type(n+6) {
    margin-top: 30px;
  }
  .b-maker--wrap .e-item:hover {
    opacity: 1;
  }
  .b-maker--wrap .e-item:hover .e-name {
    color: #2F892E;
  }
  .b-maker--wrap .e-item:hover .e-name::after {
    background-image: url(../images/common/icon_blank_green.svg);
  }
  .b-maker--wrap .e-item:hover .e-img::after {
    opacity: 1;
  }
  .b-maker--wrap .e-item .e-img {
    height: 100px;
  }
  .b-maker--wrap .e-item .e-img::after {
    -webkit-transition: all .25s ease-in;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #2F892E;
    content: '';
    opacity: 0;
    transition: all .25s ease-in;
  }
  .b-maker--wrap .e-item .e-img img {
    width: 150px;
    height: 65px;
  }
  .b-maker--wrap .e-item .e-name {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .b-maker--wrap .e-item:nth-of-type(2n) {
    margin-left: auto;
  }
  .b-maker--wrap .e-item:nth-of-type(n+3) {
    margin-top: 10px;
  }
}
