@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-size: 2rem;
  color: #006fd3;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: left;
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.l-2col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media screen and (max-width: 768px) {
  .l-2col {
    display: block;
  }
}

.hero {
  text-align: center;
  background: url(../img/mv_bg.png) no-repeat center/cover;
  margin: 0 auto 80px;
}

@media screen and (max-width: 768px) {
  .hero {
    height: auto;
    background: none;
    margin-bottom: 10.66667vw;
  }
}

.main {
  max-width: 1000px;
  padding: 0 45px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .main {
    padding: 0 4vw 9vw;
  }
}

.box-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  margin-right: 2%;
}

@media screen and (max-width: 768px) {
  .box-img {
    width: 60%;
    margin: auto;
    margin-bottom: 12vw;
    max-width: 320px;
  }
}

.box-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.about {
  margin-bottom: 70px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .about {
    margin-bottom: 7vw;
  }
}

.about .about-title {
  max-width: 660px;
  width: 660px;
  margin: auto;
  margin-bottom: 4%;
}

@media screen and (max-width: 1025px) {
  .about .about-title {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .about .about-title {
    width: 68%;
  }
}

.about .box-img {
  position: relative;
}

.about .box-img:before {
  content: "";
  position: absolute;
  background: url(../img/present.png) no-repeat center/cover, #ffffff;
  border-radius: 50%;
  width: 50%;
  padding-top: 50%;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-41%, 41%);
          transform: translate(-41%, 41%);
}

@media screen and (max-width: 768px) {
  .about .box-img:before {
    width: 40%;
    padding-top: 40%;
  }
}

.about p {
  color: #000;
  font-size: 2.4rem;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  line-height: 2.3;
}

@media screen and (max-width: 1025px) {
  .about p {
    font-size: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .about p {
    font-size: 3vw;
  }
}

.person {
  position: relative;
}

@media screen and (max-width: 768px) {
  .person .box-img {
    margin-bottom: 8vw;
    width: 66vw;
  }
}

.person img {
  margin: auto;
  display: block;
}

@media screen and (max-width: 1025px) {
  .person img {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .person img {
    width: 66%;
  }
}

.person p {
  font-size: 1.4rem;
  margin-bottom: 1em;
}

.person .person-ballon {
  margin-right: 38%;
  margin-bottom: 1%;
  max-width: 638px;
}

@media screen and (max-width: 1025px) {
  .person .person-ballon {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .person .person-ballon {
    width: 80%;
    margin-right: 18%;
  }
}

.person .person-small {
  font-size: 2.5rem;
  position: absolute;
  left: 32%;
  margin-top: 2%;
  text-align: center;
  color: #006fd3;
}

@media screen and (max-width: 1025px) {
  .person .person-small {
    font-size: 2vw;
    left: 35%;
  }
}

@media screen and (max-width: 768px) {
  .person .person-small {
    font-size: 3vw;
    /* left: 29%; */
    margin-top: 4%;
    width: 100%;
    margin: auto;
    margin-top: 4%;
    left: 0;
  }
}

.present {
  font-size: 1.6rem;
  margin-bottom: 1em;
  margin-top: 10%;
  text-align: center;
  background: url(../img/present-bg.png);
  padding: 5% 0;
}

@media screen and (max-width: 1025px) {
  .present {
    margin-top: 14%;
    padding: 7% 0;
  }
}

@media screen and (max-width: 768px) {
  .present {
    padding-bottom: 8%;
  }
}

.present .present-title {
  margin: auto;
  max-width: 340px;
  margin-bottom: 1%;
}

@media screen and (max-width: 1025px) {
  .present .present-title {
    width: 38%;
  }
}

@media screen and (max-width: 768px) {
  .present .present-title {
    width: 50%;
  }
}

.present-p {
  color: #000;
  font-weight: bold;
  font-size: 3.5rem;
}

@media screen and (max-width: 1025px) {
  .present-p {
    font-size: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .present-p {
    font-size: 3.5vw;
    margin-top: 4%;
  }
}

.present-box {
  margin: auto;
  font-weight: bold;
  color: #000000;
  padding: 24px;
  max-width: 1012px;
}

@media screen and (max-width: 1025px) {
  .present-box {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .present-box {
    width: 90%;
    padding: 0;
  }
}

.link {
  display: block;
  max-width: 496px;
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .link {
    margin-top: 6%;
    width: 70%;
  }
}

.link:hover {
  opacity: 0.8;
}

.area-link {
  margin-bottom: 72px;
}

@media screen and (max-width: 768px) {
  .area-link {
    margin-top: 5.33333vw;
    padding: 0 4vw;
  }
}

.twitter {
  max-width: 760px;
  margin: auto;
  /* height: 729px; */
  margin-top: 3%;
}

@media screen and (max-width: 768px) {
  .twitter {
    width: 83%;
    margin-top: 5%;
  }
}

.twitter-title {
  margin: auto;
  max-width: 340px;
  margin-bottom: 4%;
}

@media screen and (max-width: 1025px) {
  .twitter-title {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .twitter-title {
    width: 66%;
  }
}

.about-decent {
  width: 720px;
  margin: auto;
  font-size: 1.5rem;
  border: solid #707070 1px;
  padding: 10px;
  max-width: 760px;
  margin-top: 57px;
}

@media screen and (max-width: 1025px) {
  .about-decent {
    width: 64%;
  }
}

@media screen and (max-width: 768px) {
  .about-decent {
    width: 80%;
    margin-top: 10%;
    padding: 3%;
  }
}

.about-decent p {
  color: #707070;
  font-family: "メイリオ", "Meiryo", sans-serif;
}

@media screen and (max-width: 768px) {
  .about-decent p {
    font-size: 3.2vw;
  }
}

.decent-logo {
  max-width: 283px;
  width: 10%;
  margin: auto;
  margin-bottom: 5%;
  margin-top: 4%;
}

@media screen and (max-width: 1025px) {
  .decent-logo {
    width: 20%;
  }
}

@media screen and (max-width: 768px) {
  .decent-logo {
    width: 38vw;
    margin-top: 9vw;
  }
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .only-sp {
    display: none;
  }
}

.twitter-inner {
  max-width: 500px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .twitter-inner {
    width: 100%;
  }
}
/*# sourceMappingURL=decentwork.css.map */