.sakura-sp {
  display: block;
  margin-top: 50px;
  width: 100%;
}

.sakura-pc {
  display: none;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.mgr10 {
  margin-left: 0;
}

.zoom {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
  }
  to {
    transform: scale(1);
  }
}
.mojikurukuru.roll span {
  transition-property: opacity,transform;
  transform: rotateY(360deg);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  display: inline-block;
}

.main_wrapper {
  width: 88%;
  max-width: 375px;
  margin: 0 auto;
}

.section-work_title {
  position: relative;
}
.section-work_title-pc {
  display: none;
}
.section-work_title-sp {
  display: block;
  margin-top: 50px;
}
.section-work h2 {
  position: absolute;
  top: 18px;
  left: 140px;
  font-size: 2.0rem;
  font-weight: 600;
}
.section-work_content img {
  width: 330px;
  height: 280px;
  text-align: center;
}

.movingframe {
  position: relative;
  margin-top: 30px;
  height: 280px;
  width: 330px;
}

.movingframe::before,
.movingframe::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #1b4a8b;
}

.movingframe2::before,
.movingframe2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #1b4a8b;
}

.movingframe::before {
  top: 0;
  left: 0;
  animation: lineAnime .5s linear 0s forwards;
}

.movingframe2::before {
  top: 0;
  right: 0;
  animation: lineAnime2 .5s linear .5s forwards;
}

.movingframe::after {
  bottom: 0;
  right: 0;
  animation: lineAnime .5s linear 1s forwards;
}

.movingframe2::after {
  bottom: 0;
  left: 0;
  animation: lineAnime2 .5s linear 1.5s forwards;
}

@keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
.movingframe .movingframeinappear {
  animation: lineInnerAnime .5s linear 1.5s forwards;
  opacity: 0;
}

@keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section-concept_title {
  position: relative;
}
.section-concept_title-pc {
  display: none;
}
.section-concept_title-sp {
  margin-top: 50px;
}
.section-concept_title h2 {
  position: absolute;
  top: 66px;
  left: 115px;
  font-size: 2.0rem;
  font-weight: 600;
}
.section-concept_message {
  height: 442px;
  width: 100%;
  border: 4px solid #d5eacb;
  border-radius: 10px;
  padding: 30px;
  margin-top: 30px;
}
.section-concept_message_goal-sp {
  display: block;
  margin-bottom: 30px;
}
.section-concept_message_goal-pc {
  display: none;
}
.section-concept_client {
  font-size: 1.8rem;
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 30px;
}
.section-concept_environment {
  font-size: 1.6rem;
  line-height: 1.8em;
}

.moji1moji span {
  opacity: 0;
}

.moji1moji.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.moji1moji {
  text-align: center;
  margin-bottom: 10px;
  font-size: 2.0rem;
  font-weight: 600;
}

.section-skill_title {
  position: relative;
}
.section-skill_title-pc {
  display: none;
}
.section-skill_title-sp {
  margin-top: 50px;
}
.section-skill_title h2 {
  position: absolute;
  top: 66px;
  left: 140px;
  font-size: 2.0rem;
  font-weight: 600;
}
.section-skill_message {
  position: relative;
  height: 1285px;
  width: 100%;
  border: 4px solid #d5eacb;
  border-radius: 10px;
  padding: 30px;
  margin-top: 30px;
}
.section-skill_skill-img {
  height: 60px;
  width: 60px;
}
.section-skill h3 {
  position: absolute;
  font-size: 1.8rem;
}
.section-skill p {
  line-height: 1.6em;
  text-align: justify;
  padding: 0 0 30px 20px;
  margin-top: 10px;
}
.section-skill_titlep {
  top: 60px;
  left: 95px;
}
.section-skill_titlei {
  top: 290px;
  left: 95px;
}
.section-skill_titlej {
  top: 520px;
  left: 95px;
}
.section-skill_titlehc {
  top: 700px;
  left: 156px;
}
.section-skill_titled {
  top: 855px;
  left: 95px;
}
.section-skill_titlex {
  top: 1108px;
  left: 95px;
}

.section-about_title {
  position: relative;
}
.section-about_title-pc {
  display: none;
}
.section-about_title-sp {
  margin-top: 50px;
}
.section-about_title h2 {
  position: absolute;
  top: 66px;
  left: 120px;
  font-size: 2.0rem;
  font-weight: 600;
}
.section-about_message {
  height: 1050px;
  width: 100%;
  border: 4px solid #d5eacb;
  border-radius: 10px;
  padding: 30px;
  margin-top: 30px;
}
.section-about_introduction {
  font-size: 1.8rem;
  font-weight: 600;
}
.section-about_introductionmessage {
  font-size: 1.6rem;
  line-height: 1.8em;
  text-align: justify;
  margin-top: 20px;
}
.section-about_pr {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 30px;
}
.section-about_prmessage {
  font-size: 1.6rem;
  line-height: 1.8em;
  text-align: justify;
  margin-top: 20px;
}

.section-contact_title {
  position: relative;
}
.section-contact_title-pc {
  display: none;
}
.section-contact_title-sp {
  margin-top: 50px;
}
.section-contact_title h2 {
  position: absolute;
  top: 66px;
  left: 105px;
  font-size: 2.0rem;
  font-weight: 600;
}
.section-contact_message {
  position: relative;
  height: 295px;
  width: 100%;
  border: 4px solid #d5eacb;
  border-radius: 10px;
  padding: 30px;
  margin-top: 30px;
}
.section-contact p {
  font-size: 1.6rem;
  line-height: 1.8em;
}
.section-contact_mailicon {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 205px;
  left: 125px;
}

@media (min-width: 960px) {
  .sakura-sp {
    display: none;
  }

  .sakura-pc {
    display: block;
    width: 960px;
    height: 30px;
    margin-left: -20px;
    margin-top: 100px;
  }

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  .main_wrapper {
    width: 80%;
    max-width: 960px;
    padding: 0 20px;
    margin: 0 auto;
  }

  .section-work_title {
    position: relative;
  }
  .section-work_title-sp {
    display: none;
  }
  .section-work_title-pc {
    display: block;
    margin-top: 50px;
    text-align: center;
  }
  .section-work h2 {
    position: absolute;
    top: 40px;
    left: 430px;
    font-size: 2.4rem;
    font-weight: 600;
  }
  .section-work_content_upper, .section-work_content_lower {
    display: flex;
  }
  .section-work_content img {
    width: 260px;
    height: 260px;
  }

  .movingframe {
    position: relative;
    margin: 50px 15px 0 15px;
    height: 260px;
    width: 260px;
  }

  .movingframe::before,
  .movingframe::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: #1b4a8b;
  }

  .movingframe2::before,
  .movingframe2::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 0;
    background: #1b4a8b;
  }

  .movingframe::before {
    top: 0;
    left: 0;
    animation: lineAnime .5s linear 0s forwards;
  }

  .movingframe2::before {
    top: 0;
    right: 0;
    animation: lineAnime2 .5s linear .5s forwards;
  }

  .movingframe::after {
    bottom: 0;
    right: 0;
    animation: lineAnime .5s linear 1s forwards;
  }

  .movingframe2::after {
    bottom: 0;
    left: 0;
    animation: lineAnime2 .5s linear 1.5s forwards;
  }

  @keyframes lineAnime {
    0% {
      width: 0%;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes lineAnime2 {
    0% {
      height: 0%;
    }
    100% {
      height: 100%;
    }
  }
  .movingframe .movingframeinappear {
    animation: lineInnerAnime .5s linear 1.5s forwards;
    opacity: 0;
  }

  @keyframes lineInnerAnime {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .section-concept_title {
    position: relative;
  }
  .section-concept_title-sp {
    display: none;
  }
  .section-concept_title-pc {
    display: block;
    margin-top: 100px;
    text-align: center;
  }
  .section-concept h2 {
    position: absolute;
    top: 40px;
    left: 410px;
    font-size: 2.4rem;
    font-weight: 600;
  }
  .section-concept_message {
    height: 330px;
    width: 100%;
    border: 4px solid #d5eacb;
    border-radius: 10px;
    padding: 50px;
    margin-top: 50px;
  }
  .section-concept_message_goal-sp {
    display: none;
  }
  .section-concept_message_goal-pc {
    display: block;
  }
  .section-concept_client {
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
  }
  .section-concept_environment {
    font-size: 1.8rem;
    line-height: 1.8em;
    text-align: center;
  }

  .moji1moji span {
    opacity: 0;
  }

  .moji1moji.appeartext span {
    animation: text_anime_on 1s ease-out forwards;
  }

  @keyframes text_anime_on {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .moji1moji {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2.4rem;
    font-weight: 600;
  }

  .section-skill_title {
    position: relative;
  }
  .section-skill_title-sp {
    display: none;
  }
  .section-skill_title-pc {
    display: block;
    margin-top: 100px;
    text-align: center;
  }
  .section-skill h2 {
    position: absolute;
    top: 40px;
    left: 440px;
    font-size: 2.4rem;
    font-weight: 600;
  }
  .section-skill_message {
    position: relative;
    height: 700px;
    width: 100%;
    border: 4px solid #d5eacb;
    border-radius: 10px;
    padding: 50px;
    margin-top: 50px;
  }
  .section-skill_message_left {
    position: absolute;
    width: 390px;
  }
  .section-skill_message_right {
    position: absolute;
    width: 390px;
    right: 50px;
  }
  .section-skill_skill-img {
    height: 75px;
    width: 75px;
  }
  .section-skill h3 {
    position: absolute;
    font-size: 2.2rem;
  }
  .section-skill p {
    line-height: 1.8em;
    text-align: justify;
    padding: 0 0 30px 40px;
    margin-top: 15px;
  }
  .section-skill_titlep {
    top: 40px;
    left: 90px;
  }
  .section-skill_titlei {
    top: 277px;
    left: 90px;
  }
  .section-skill_titlej {
    top: 487px;
    left: 90px;
  }
  .section-skill_titlehc {
    top: 40px;
    left: 165px;
  }
  .section-skill_titled {
    top: 220px;
    left: 90px;
  }
  .section-skill_titlex {
    top: 457px;
    left: 90px;
  }

  .section-about_title {
    position: relative;
  }
  .section-about_title-sp {
    display: none;
  }
  .section-about_title-pc {
    display: block;
    margin-top: 100px;
    text-align: center;
  }
  .section-about h2 {
    position: absolute;
    top: 40px;
    left: 420px;
    font-size: 2.4rem;
    font-weight: 600;
  }
  .section-about_message {
    height: 757px;
    width: 100%;
    border: 4px solid #d5eacb;
    border-radius: 10px;
    padding: 50px;
    margin-top: 50px;
  }
  .section-about_introduction {
    font-size: 2.2rem;
    font-weight: 600;
  }
  .section-about_introductionmessage {
    font-size: 1.8rem;
    line-height: 1.8em;
    text-align: justify;
    margin-top: 30px;
  }
  .section-about_pr {
    font-size: 2.0rem;
    font-weight: 600;
    margin-top: 50px;
  }
  .section-about_prmessage {
    font-size: 1.8rem;
    line-height: 1.8em;
    text-align: justify;
    margin-top: 30px;
  }

  .section-contact_title {
    position: relative;
  }
  .section-contact_title-sp {
    display: none;
  }
  .section-contact_title-pc {
    display: block;
    margin-top: 100px;
    text-align: center;
  }
  .section-contact h2 {
    position: absolute;
    top: 40px;
    left: 390px;
    font-size: 2.4rem;
    font-weight: 600;
  }
  .section-contact_message {
    position: relative;
    height: 209px;
    width: 100%;
    border: 4px solid #d5eacb;
    border-radius: 10px;
    padding: 50px;
    margin-top: 50px;
  }
  .section-contact p {
    font-size: 1.8rem;
    line-height: 1.8em;
  }
  .section-contact_mailicon {
    position: absolute;
    width: 105px;
    height: 105px;
    top: 47px;
    left: 700px;
  }
}
