.skill .mvBlock {
  background-image: url(../images/mv.png);
}

.mainContents h4.clickToggle {
  margin: 40px 0 40px;
  background-image: url(../images/icon_down.svg);
  background-position: left top 5px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

@media (max-width: 767px) {
  .mainContents h4.clickToggle {
    background-size: 14px 14px;
    padding-right: 2em;
    margin: 30px 0 30px;
  }
}

.mainContents h4.clickToggle.up {
  margin-top: 4em;
}

.mainContents h4.clickToggle:hover {
  cursor: pointer;
  opacity: 0.5;
}

.mainContents .iconDown {
  background-image: url(../images/icon_up.svg) !important;
}

.skill h2 {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .skill h2 {
    margin-top: 35px;
  }
}

.skill .toggleWrap {
  display: none;
}

.skill .toggleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .skill .toggleBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.skill .toggleLeft .shojo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.skill .toggleLeft .shojo p {
  width: 130px;
}

.skill .toggleRight {
  width: 60%;
  margin-left: 5%;
}

@media (max-width: 767px) {
  .skill .toggleRight {
    width: 100%;
  }
}

.skill .toggleRight h3 {
  margin-top: 0;
  padding-top: 0;
}

@media (max-width: 767px) {
  .skill .toggleRight h3 {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .skill .toggleRight {
    margin-left: 0;
  }
}

.skill div.h3_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .skill div.h3_flex {
    display: block;
  }
}

.skill div.h3_flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .skill div.h3_flex ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.skill div.h3_flex ul li {
  margin-left: 10px;
  line-height: 0;
}

@media (max-width: 767px) {
  .skill div.h3_flex ul li {
    width: 40px;
    height: auto;
  }
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 1rem;
}

@media (max-width: 767px) {
  .btn,
  a.btn,
  button.btn {
    font-size: 1.3rem;
  }
}

.btn--blue,
a.btn--blue {
  color: white !important;
  background-color: #224697;
  text-decoration: none;
}

a.btn--blue {
  text-decoration: none !important;
}

.btn--blue:hover,
a.btn--blue:hover {
  color: white !important;
  background: #224697;
}

.btn--blue:visited,
a.btn--blue:visited {
  color: white !important;
  background: #224697;
  text-decoration: none;
}

.rtnButton {
  margin: 20px auto 0 !important;
  text-align: center;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .rtnButton {
    padding-bottom: 0;
  }
}
/*# sourceMappingURL=style.css.map */