@charset "UTF-8";
.main .inner {
  width: 980px;
  margin: 0 auto;
  text-align: center;
}

.main .inner h2 {
  position: relative;
  top: -30px;
  line-height: 2.6em;
  margin: 0 auto;
}

.main .inner .box {
  width: 100%;
  margin: 0 auto 80px;
}

.main .inner .box:before {
  position: relative;
  bottom: -40px;
  content: url(../img/mission/icon_01.png);
  display: block;
  z-index: -1;
  opacity: 0.8;
}

.main .inner .box p {
  line-height: 2.6em;
}

.main .inner .box .strong {
  position: relative;
  color: #646464;
  font-size: 20px;
  display: inline-block;
  line-height: 2.6em;
  margin: 10px 0;
}

.main .inner .box .strong:after {
  content: '';
  display: block;
  height: 2px;
  background: linear-gradient(to right, #ee718d, #3CA9EE);
}

.prof {
  position: relative;
  width: 100%;
  height: 348px;
}

.prof:before {
  content: '';
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 264px 264px 0 0;
  border-color: #B4D2F7 transparent transparent transparent;
}

.prof:after {
  content: '';
  position: absolute;
  box-sizing: border-box;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 264px 264px;
  border-color: transparent transparent #F2C6D5 transparent;
  z-index: -1;
}

.prof .prof_inner {
  width: 980px;
  margin: 0 auto;
  padding: 10px 0;
  /* safari */
  /* IE */
  display: flex;
  justify-content: space-between;
}

.prof .prof1 .trim,
.prof .prof2 .trim {
  width: 478px;
  /* トリミングしたい枠の幅 */
  height: 328px;
  /* トリミングしたい枠の高さ */
  position: relative;
  overflow: hidden;
  background: #000;
}

.prof .prof1 .trim img,
.prof .prof2 .trim img {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: 0.65;
  transition: 0.2s ease-in-out;
}

.prof .prof1 p,
.prof .prof2 p {
  position: absolute;
  top: 40%;
  right: 4%;
  color: #fff;
  z-index: 1;
  font-size: 24px;
  line-height: 1.2em;
  padding-bottom: 20px;
}

.prof .prof1 p span,
.prof .prof2 p span {
  font-size: 14px;
}

.prof .prof1 p:after,
.prof .prof2 p:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';
  background: #fff;
  width: 30px;
  height: 1px;
  display: inline-block;
}

.prof .prof1 {
  position: relative;
}

.prof .prof2 {
  position: relative;
}

@media screen and (max-width: 768px) {
  .main .inner {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .main .inner h2 {
    position: relative;
    top: -38px;
    line-height: 2.4em;
    margin: 0 auto;
    text-align: left;
  }
  .main .inner .box {
    width: 100%;
    margin: 0 auto 52px;
    border-top: 1px solid #B4D2F7;
    text-align: left;
  }
  .main .inner .box:before {
    position: relative;
    bottom: -30px;
    content: url(../img/mission/sp_icon_01.png);
    display: block;
    width: 139px;
    height: 139px;
    z-index: -1;
    opacity: 0.8;
    margin: 0 auto;
  }
  .main .inner .box p {
    line-height: 2em;
  }
  .main .inner .box .strong {
    position: relative;
    color: #646464;
    font-size: 2.2rem;
    display: inline;
    line-height: 2em;
    margin: 10px 0;
    border-bottom: 2px solid #B4D2F7;
  }
  .main .inner .box .strong:after {
    content: '';
    display: block;
    height: 0;
    background: linear-gradient(to right, #ee718d, #3CA9EE);
  }
  .prof {
    position: relative;
    width: 100%;
    height: 500px;
  }
  .prof:before {
    content: '';
    position: absolute;
    border: none;
  }
  .prof:after {
    content: '';
    position: absolute;
    box-sizing: border-box;
    border: none;
  }
  .prof .prof_inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    flex-direction: column;
  }
  .prof .prof1 a,
  .prof .prof2 a {
    width: 100%;
    height: 250px;
    display: block;
  }
  .prof .prof1 .trim,
  .prof .prof2 .trim {
    width: 100%;
    /* トリミングしたい枠の幅 */
    height: 250px;
    /* トリミングしたい枠の高さ */
    position: relative;
    overflow: hidden;
    background: #000;
  }
  .prof .prof1 .trim img,
  .prof .prof2 .trim img {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    opacity: 0.65;
    transition: 0.2s ease-in-out;
  }
  .prof .prof1 p,
  .prof .prof2 p {
    position: absolute;
    top: 40%;
    right: 4%;
    color: #fff;
    z-index: 1;
    font-size: 2.4rem;
    line-height: 1.2em;
    padding-bottom: 20px;
  }
  .prof .prof1 p span,
  .prof .prof2 p span {
    font-size: 1.4rem;
  }
  .prof .prof1 p:after,
  .prof .prof2 p:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    background: #fff;
    width: 30px;
    height: 1px;
    display: inline-block;
  }
  .prof .prof1 {
    position: relative;
  }
  .prof .prof2 {
    position: relative;
  }
}
/*# sourceMappingURL=mission.css.map */