.mission .icon-1 {
  position: relative;
}

.mission .icon-1::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: url(./img/icon01.svg);
  line-height: 1;
}

.mission .icon-1 a {
  display: inline;
  line-height: 1.5;
}

.mission .icon-2 {
  position: relative;
}

.mission .icon-2::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: url(./img/icon02.svg);
  line-height: 1;
}

.mission .icon-2 a {
  display: inline;
  line-height: 1.5;
}

.mission-ttl-1 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #45B035;
  border: 1px solid #45B035;
  padding: 6.5px 1em;
}

.mission-ttl-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  gap: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .mission-ttl-2 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .mission-ttl-2 div {
    text-align: center;
    margin-bottom: 10px;
  }
}

.mission-ttl-2-blue {
  color: #1D87D5;
}

.mission-ttl-2-green {
  color: #006934;
}

.mission-box-1 {
  padding: 30px;
  background-color: #F0F0F0;
}

@media screen and (max-width: 767px) {
  .mission-box-1 {
    padding: 0 25px;
  }
}

.mission-box-1 ol {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -38px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .mission-box-1 ol {
    display: block;
    margin: 0;
  }
}

.mission-box-1 ol li {
  width: 50%;
  padding: 0 38px;
}

@media screen and (max-width: 767px) {
  .mission-box-1 ol li {
    width: 100%;
    padding: 35px 0;
  }
}

.mission-box-1 ol li:last-child {
  position: relative;
}

.mission-box-1 ol li:last-child::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: url(./img/cercle.svg);
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .mission-box-1 ol li:last-child::before {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.mission-box-2 {
  padding: 30px;
  background-color: #F0F0F0;
}

.mission-box-2 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
}

@media screen and (max-width: 767px) {
  .mission-box-2 > ul {
    display: block;
    margin: 0;
  }
}

.mission-box-2 > ul > li {
  width: 33.333%;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .mission-box-2 > ul > li {
    width: 100%;
    padding: 0;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .mission-box-2 > ul > li:last-child {
    margin-bottom: 0;
  }
}

.mission-box-2 > ul > li.arrow {
  position: relative;
}

.mission-box-2 > ul > li.arrow::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: url(./img/arrow.svg);
}

@media screen and (max-width: 767px) {
  .mission-box-2 > ul > li.arrow::before {
    top: auto;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -25%) rotate(90deg);
            transform: translate(-50%, -25%) rotate(90deg);
  }
}

.mission-box-2 > ul > li.plus {
  position: relative;
}

.mission-box-2 > ul > li.plus::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: url(./img/plus.svg);
}

@media screen and (max-width: 767px) {
  .mission-box-2 > ul > li.plus::before {
    top: auto;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -25%);
            transform: translate(-50%, -25%);
  }
}

.mission-box-2 > ul > li dl.green dt {
  background-color: #63AE48;
}

.mission-box-2 > ul > li dl.green dd ul li {
  border-color: #63AE48;
}

.mission-box-2 > ul > li dl.blue dt {
  background-color: #4185CF;
}

.mission-box-2 > ul > li dl.blue dd ul li {
  border-color: #4185CF;
}

.mission-box-2 > ul > li dl.orange dt {
  background-color: #E7A83A;
}

.mission-box-2 > ul > li dl.orange dd ul li {
  border-color: #E7A83A;
}

.mission-box-2 > ul > li dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  border-radius: 20px;
  margin-bottom: 1em;
  padding: 8px 1em;
}

.mission-box-2 > ul > li dl dd ul li {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid;
  padding: 9px 1em;
  margin-bottom: 10px;
}

.mission-card {
  padding: 25px;
  background-color: #FFFFFF;
  border: 2px solid #CCCCCC;
  height: 100%;
  position: relative;
}

.mission-card .number {
  -webkit-transform: translate(-1px, -1px);
          transform: translate(-1px, -1px);
}

.mission .number {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  width: 29px;
  height: 29px;
  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;
}

.mission .number-blue {
  color: #FFFFFF;
  background-color: #1D87D5;
}

.mission .number-green {
  color: #FFFFFF;
  background-color: #45B035;
}

.mission .number-white {
  color: #1D87D5;
  background-color: #FFFFFF;
}

.mission-list {
  list-style: none;
  padding: 0;
}

.mission-list li {
  margin-bottom: 20px;
}

.mission-list li p {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  background-color: #1D87D5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 84px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
/*# sourceMappingURL=style.css.map */