@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/*----------------------------------------------------
  ローディング
----------------------------------------------------*/
#loading {
  background-color: #F4F4F4;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
@-webkit-keyframes slide_bg {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 0;
    display: none;
  }
}
@keyframes slide_bg {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 0;
    display: none;
  }
}
#loading .loading_text {
  font-family: "Jost", sans-serif;
  font-size: 28px;
  letter-spacing: 0.02em;
  /* 751- */
}
@media all and (min-width: 751px) {
  #loading .loading_text {
    font-size: 50px;
  }
}
#loading .loading_text::after {
  position: relative;
  content: "|";
  -webkit-animation: typinganime 0.8s ease infinite;
          animation: typinganime 0.8s ease infinite;
  top: -2px;
  left: 0px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #loading .loading_text::after {
    top: -3px;
    left: 5px;
  }
}
#loading .loading_text span {
  display: none;
}

/*----------------------------------------------------
  メインビジュアル
----------------------------------------------------*/
#mv {
  height: 100svh;
  position: relative;
  overflow: hidden;
  /* 751- */
}
#mv::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 100%;
  background-color: #f7d644;
  width: 100%;
  height: 70%;
  -webkit-transform: skew(0, -15deg);
          transform: skew(0, -15deg);
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  #mv::before {
    -webkit-animation: bg_yellow_sp 0.4s 3.4s forwards;
            animation: bg_yellow_sp 0.4s 3.4s forwards;
  }
}
@-webkit-keyframes bg_yellow_sp {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
@keyframes bg_yellow_sp {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
@media all and (min-width: 751px) {
  #mv::before {
    top: 100%;
    left: 50%;
    width: 80%;
    height: 100%;
    -webkit-transform: skew(-20deg, 0);
            transform: skew(-20deg, 0);
    -webkit-animation: bg_yellow_pc 0.42s 3.8s forwards;
            animation: bg_yellow_pc 0.42s 3.8s forwards;
  }
}
@-webkit-keyframes bg_yellow_pc {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@keyframes bg_yellow_pc {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
#mv .typing_area {
  position: absolute;
  top: 9%;
  left: -36%;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  height: 1337px;
  width: 1100px;
  mix-blend-mode: multiply;
  /* 751- */
}
@media all and (min-width: 751px) {
  #mv .typing_area {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
    top: -6%;
    left: -6%;
    width: 1490px;
    height: 1633px;
  }
}
#mv .typing_area .typing {
  white-space: nowrap;
  font-family: "Inconsolata", monospace;
  color: #d4d4d4;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 600;
  /* 751- */
}
@media all and (min-width: 751px) {
  #mv .typing_area .typing {
    font-size: 38px;
    line-height: 1.6;
  }
}
#mv .typing_area .typing br, #mv .typing_area .typing span {
  display: none;
}
#mv .typing_area .typing .name {
  color: #f7d644;
}
#mv .typing_area .typing::after {
  content: "|";
}
#mv .copy {
  position: absolute;
  z-index: 0;
  left: 20px;
  bottom: 46px;
  bottom: 8%;
  /* 751- */
}
@media all and (min-width: 751px) {
  #mv .copy {
    left: auto;
    right: 40px;
    bottom: 76px;
  }
}
#mv .copy .main_copy, #mv .copy .sub_copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#mv .copy .main_copy .box, #mv .copy .sub_copy .box {
  position: relative;
  margin-top: -1.5px;
  font-weight: 700;
  overflow: hidden;
  /* 751- */
}
@media all and (min-width: 751px) {
  #mv .copy .main_copy .box, #mv .copy .sub_copy .box {
    margin-top: -2px;
  }
}
#mv .copy .main_copy .box::before, #mv .copy .sub_copy .box::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  width: 0;
  height: 100%;
  background-color: #fff;
  border: 1.5px solid #393939;
  border-width: 0;
  -webkit-animation: slide_box 0.6s ease-out forwards;
          animation: slide_box 0.6s ease-out forwards;
  /* 751- */
}
@-webkit-keyframes slide_box {
  0% {
    width: 0;
    border-width: 1.5px;
  }
  100% {
    width: 100%;
    border-width: 1.5px;
  }
}
@keyframes slide_box {
  0% {
    width: 0;
    border-width: 1.5px;
  }
  100% {
    width: 100%;
    border-width: 1.5px;
  }
}
@media all and (min-width: 751px) {
  @-webkit-keyframes slide_box {
    0% {
      width: 0;
      border-width: 2px;
    }
    100% {
      width: 100%;
      border-width: 2px;
    }
  }
  @keyframes slide_box {
    0% {
      width: 0;
      border-width: 2px;
    }
    100% {
      width: 100%;
      border-width: 2px;
    }
  }
}
#mv .copy .main_copy .box .text, #mv .copy .sub_copy .box .text {
  position: relative;
  display: inline-block;
  padding: 0 14px;
  z-index: 2;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-animation: slide_text 0.3s ease-out forwards;
          animation: slide_text 0.3s ease-out forwards;
  /* 751- */
}
@media all and (min-width: 751px) {
  #mv .copy .main_copy .box .text, #mv .copy .sub_copy .box .text {
    padding: 0 20px;
  }
}
@-webkit-keyframes slide_text {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slide_text {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#mv .copy .main_copy .box {
  font-size: 28px;
  letter-spacing: 0.01em;
  line-height: 1.67;
  /* 751- */
}
@media all and (min-width: 751px) {
  #mv .copy .main_copy .box {
    font-size: 57px;
  }
}
@media all and (min-width: 751px) and (max-width: 1050px) {
  #mv .copy .main_copy .box {
    font-size: 39px;
  }
}
#mv .copy .main_copy .box:nth-child(1)::before {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
#mv .copy .main_copy .box:nth-child(1) .text {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}
#mv .copy .main_copy .box:nth-child(2)::before {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
#mv .copy .main_copy .box:nth-child(2) .text {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}
#mv .copy .main_copy .box:nth-child(3)::before {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
#mv .copy .main_copy .box:nth-child(3) .text {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
#mv .copy .main_copy .box:nth-child(4)::before {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
#mv .copy .main_copy .box:nth-child(4) .text {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
#mv .copy .main_copy .box:nth-child(5)::before {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}
#mv .copy .main_copy .box:nth-child(5) .text {
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s;
}
#mv .copy .main_copy .box:nth-child(6)::before {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}
#mv .copy .main_copy .box:nth-child(6) .text {
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
}
#mv .copy .main_copy .box:nth-child(7)::before {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
#mv .copy .main_copy .box:nth-child(7) .text {
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s;
}
#mv .copy .sub_copy {
  margin-top: 15px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #mv .copy .sub_copy {
    margin-top: 18px;
  }
}
#mv .copy .sub_copy .box {
  font-size: 14px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #mv .copy .sub_copy .box {
    font-size: 25px;
  }
}
@media all and (min-width: 751px) and (max-width: 1050px) {
  #mv .copy .sub_copy .box {
    font-size: 20px;
  }
}
#mv .copy .sub_copy .box:nth-child(1)::before {
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
}
#mv .copy .sub_copy .box:nth-child(1) .text {
  -webkit-animation-delay: 6.2s;
          animation-delay: 6.2s;
}
#mv .copy .sub_copy .box:nth-child(2)::before {
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s;
}
#mv .copy .sub_copy .box:nth-child(2) .text {
  -webkit-animation-delay: 6.4s;
          animation-delay: 6.4s;
}
#mv .copy .sub_copy .box:nth-child(3)::before {
  -webkit-animation-delay: 5.8s;
          animation-delay: 5.8s;
}
#mv .copy .sub_copy .box:nth-child(3) .text {
  -webkit-animation-delay: 6.6s;
          animation-delay: 6.6s;
}
#mv .copy .sub_copy .box:nth-child(4)::before {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
#mv .copy .sub_copy .box:nth-child(4) .text {
  -webkit-animation-delay: 6.8s;
          animation-delay: 6.8s;
}
#mv .copy .character {
  position: absolute;
  width: 141px;
  height: 111px;
  top: -103.5px;
  left: 8px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #mv .copy .character {
    width: 194px;
    height: 153px;
    top: -143px;
    left: auto;
    right: 140px;
  }
}
#mv .copy .character .image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#mv .copy .character .image.hands {
  z-index: 2;
  -webkit-animation: hands 1.6s 7s forwards;
          animation: hands 1.6s 7s forwards;
}
@-webkit-keyframes hands {
  0% {
    opacity: 1;
  }
  99.9% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hands {
  0% {
    opacity: 1;
  }
  99.9% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#mv .copy .character .image.body {
  z-index: -1;
  -webkit-animation: body 1.6s 7s forwards;
          animation: body 1.6s 7s forwards;
}
@-webkit-keyframes body {
  0% {
    opacity: 1;
    top: 100%;
  }
  99.9% {
    opacity: 1;
    top: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes body {
  0% {
    opacity: 1;
    top: 100%;
  }
  99.9% {
    opacity: 1;
    top: 0;
  }
  100% {
    opacity: 0;
  }
}
#mv .copy .character .image.finish {
  -webkit-animation: finish 0.04s 8.56s forwards;
          animation: finish 0.04s 8.56s forwards;
}
@-webkit-keyframes finish {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes finish {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*----------------------------------------------------
  共通パーツ
----------------------------------------------------*/
.msg_ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-bottom: 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .msg_ttl {
    font-size: 52px;
    margin-bottom: 120px;
    /* 751-960 */
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) and (max-width: 960px) {
  .msg_ttl {
    font-size: 38px;
  }
}

.sec_ttl {
  margin-bottom: 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .sec_ttl {
    margin-bottom: 120px;
  }
}
.sec_ttl .en {
  font-family: "Jost", sans-serif;
  font-size: 48px;
  font-weight: 500;
  display: block;
  line-height: 1.3;
  overflow: hidden;
  /* 751- */
  /* 751-960 */
}
@media all and (min-width: 751px) {
  .sec_ttl .en {
    font-size: 130px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .sec_ttl .en {
    font-size: 100px;
  }
}
.sec_ttl .en span {
  position: relative;
  top: 10rem;
  opacity: 0;
}
.sec_ttl .jp {
  position: relative;
  font-size: 13px;
  padding-left: 14px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .sec_ttl .jp {
    font-size: 20px;
    padding-left: 18px;
  }
}
.sec_ttl .jp::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #f7d644;
  border-radius: 50%;
}
.sec_ttl.scroll_active .en span {
  -webkit-animation: en_appear 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: en_appear 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
@-webkit-keyframes en_appear {
  0% {
    top: 10rem;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes en_appear {
  0% {
    top: 10rem;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

/*----------------------------------------------------
  コーディング代行を依頼するときのモヤモヤありませんか　
----------------------------------------------------*/
#intro {
  padding: 80px 0 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #intro {
    padding: 230px 0 180px;
  }
}
#intro .msg_ttl .moya {
  display: inline-block;
  font-size: 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #intro .msg_ttl .moya {
    font-size: 63px;
    /* 751-960 */
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) and (max-width: 960px) {
  #intro .msg_ttl .moya {
    font-size: 52px;
  }
}
#intro .msg_ttl .question {
  display: inline-block;
  font-size: 30px;
  -webkit-transform: rotate(12deg) translateY(2px);
          transform: rotate(12deg) translateY(2px);
  /* 751- */
}
@media all and (min-width: 751px) {
  #intro .msg_ttl .question {
    font-size: 63px;
    /* 751-960 */
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) and (max-width: 960px) {
  #intro .msg_ttl .question {
    font-size: 52px;
  }
}
#intro .msg_ttl.scroll_active .moya {
  -webkit-animation: zoom_text 0.6s 0.9s;
          animation: zoom_text 0.6s 0.9s;
}
@-webkit-keyframes zoom_text {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom_text {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#intro .msg_ttl.scroll_active .moya.delay {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
#intro .animation {
  padding-bottom: 377px;
  position: relative;
  /* 751- */
}
@media all and (min-width: 751px) {
  #intro .animation {
    padding-bottom: 0;
  }
}
#intro .animation .notepc {
  /* 751- */
}
@media all and (min-width: 751px) {
  #intro .animation .notepc {
    width: 57.5%;
  }
}
#intro .animation .en {
  position: absolute;
  font-family: "Jost", sans-serif;
  font-size: 3.5vw;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #686E72;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  /* 751- */
}
@media all and (min-width: 751px) {
  #intro .animation .en {
    font-size: 2vw;
    /* 1367- */
  }
}
@media all and (min-width: 751px) and (min-width: 1367px) {
  #intro .animation .en {
    font-size: 28px;
  }
}
#intro .animation .en.cost {
  top: 5%;
  left: 33.8%;
  -webkit-transform: rotateX(17deg) rotateY(36deg) rotateZ(-20.5deg);
          transform: rotateX(17deg) rotateY(36deg) rotateZ(-20.5deg);
  /* 751- */
}
@media all and (min-width: 751px) {
  #intro .animation .en.cost {
    top: 12%;
    left: 19%;
  }
}
#intro .animation .en.design {
  top: 9.6%;
  left: 40%;
  -webkit-transform: rotateX(17deg) rotateY(36deg) rotateZ(-22deg);
          transform: rotateX(17deg) rotateY(36deg) rotateZ(-22deg);
  /* 751- */
}
@media all and (min-width: 751px) {
  #intro .animation .en.design {
    top: 24%;
    left: 23%;
  }
}
#intro .animation .en.quality {
  top: 16%;
  left: 35.6%;
  -webkit-transform: rotateX(17deg) rotateY(36deg) rotateZ(-23deg);
          transform: rotateX(17deg) rotateY(36deg) rotateZ(-23deg);
  /* 751- */
}
@media all and (min-width: 751px) {
  #intro .animation .en.quality {
    top: 40%;
    left: 20%;
  }
}
#intro .animation .icon {
  position: absolute;
  z-index: 2;
}
#intro .animation .icon.cost {
  top: 3%;
  left: 44.3%;
  -webkit-transform: rotateX(17deg) rotateY(36deg) rotateZ(-20.5deg);
          transform: rotateX(17deg) rotateY(36deg) rotateZ(-20.5deg);
  width: 9.85%;
  /* 751- */
}
@media all and (min-width: 751px) {
  #intro .animation .icon.cost {
    top: 7%;
    left: 25%;
    width: 5.83%;
  }
}
#intro .animation .icon.design {
  top: 11.2%;
  left: 28.8%;
  -webkit-transform: rotateX(17deg) rotateY(36deg) rotateZ(-22deg);
          transform: rotateX(17deg) rotateY(36deg) rotateZ(-22deg);
  width: 12.84%;
  /* 751- */
}
@media all and (min-width: 751px) {
  #intro .animation .icon.design {
    top: 26.8%;
    left: 16.5%;
    width: 7.58%;
  }
}
#intro .animation .icon.quality {
  top: 13%;
  left: 52.4%;
  -webkit-transform: rotateX(17deg) rotateY(36deg) rotateZ(-23deg);
          transform: rotateX(17deg) rotateY(36deg) rotateZ(-23deg);
  width: 10.15%;
  /* 751- */
}
@media all and (min-width: 751px) {
  #intro .animation .icon.quality {
    top: 32.8%;
    left: 29.6%;
    width: 5.83%;
  }
}
#intro .animation .jp {
  font-size: 4.8vw;
  line-height: 1.55;
  font-weight: bold;
  color: #686E72;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  /* 751- */
}
@media all and (min-width: 751px) {
  #intro .animation .jp {
    font-size: 2.2vw;
    /* 1367- */
  }
}
@media all and (min-width: 751px) and (min-width: 1367px) {
  #intro .animation .jp {
    font-size: 30px;
  }
}
#intro .animation .jp.cost {
  top: 48%;
  left: 120px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #intro .animation .jp.cost {
    top: 2.5%;
    left: 60%;
  }
}
#intro .animation .jp.design {
  top: 67%;
  right: 130px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #intro .animation .jp.design {
    top: 36%;
    right: 1.6%;
  }
}
#intro .animation .jp.quality {
  top: 85.5%;
  left: 120px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #intro .animation .jp.quality {
    top: 72.5%;
    left: auto;
    right: 0;
  }
}
#intro .animation .jp span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#intro .animation.scroll_active .en {
  opacity: 0;
}
#intro .animation.scroll_active .en.cost {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  /* 751- */
}
@media all and (min-width: 751px) {
  #intro .animation.scroll_active .en.cost {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
}
#intro .animation.scroll_active .en.design {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
  /* 751- */
}
@media all and (min-width: 751px) {
  #intro .animation.scroll_active .en.design {
    -webkit-transition-delay: 1.9s;
            transition-delay: 1.9s;
  }
}
#intro .animation.scroll_active .en.quality {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
  /* 751- */
}
@media all and (min-width: 751px) {
  #intro .animation.scroll_active .en.quality {
    -webkit-transition-delay: 2.3s;
            transition-delay: 2.3s;
  }
}
#intro .animation.scroll_active .icon.cost {
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  #intro .animation.scroll_active .icon.cost {
    -webkit-animation: move_cost_sp 1.4s ease-out 1s forwards;
            animation: move_cost_sp 1.4s ease-out 1s forwards;
  }
}
@-webkit-keyframes move_cost_sp {
  10% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  22% {
    left: 20%;
  }
  100% {
    top: 45%;
    left: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    width: 94px;
  }
}
@keyframes move_cost_sp {
  10% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  22% {
    left: 20%;
  }
  100% {
    top: 45%;
    left: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    width: 94px;
  }
}
@media all and (min-width: 751px) {
  #intro .animation.scroll_active .icon.cost {
    -webkit-animation: move_cost_pc 1s ease-out 1.5s forwards;
            animation: move_cost_pc 1s ease-out 1.5s forwards;
  }
}
@-webkit-keyframes move_cost_pc {
  10% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  22% {
    top: -2%;
  }
  100% {
    top: 0%;
    left: 47%;
    width: 10.75%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes move_cost_pc {
  10% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  22% {
    top: -2%;
  }
  100% {
    top: 0%;
    left: 47%;
    width: 10.75%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
#intro .animation.scroll_active .icon.design {
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  #intro .animation.scroll_active .icon.design {
    -webkit-animation: move_design_sp 1.5s ease-out 1.8s forwards;
            animation: move_design_sp 1.5s ease-out 1.8s forwards;
  }
}
@-webkit-keyframes move_design_sp {
  10% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  22% {
    left: 60%;
  }
  100% {
    top: 65.7%;
    left: calc(100% - 102px);
    -webkit-transform: rotate(0);
            transform: rotate(0);
    width: 102px;
  }
}
@keyframes move_design_sp {
  10% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  22% {
    left: 60%;
  }
  100% {
    top: 65.7%;
    left: calc(100% - 102px);
    -webkit-transform: rotate(0);
            transform: rotate(0);
    width: 102px;
  }
}
@media all and (min-width: 751px) {
  #intro .animation.scroll_active .icon.design {
    -webkit-animation: move_design_pc 1.1s ease-out 1.9s forwards;
            animation: move_design_pc 1.1s ease-out 1.9s forwards;
  }
}
@-webkit-keyframes move_design_pc {
  10% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  22% {
    top: 20%;
  }
  100% {
    top: 36.5%;
    left: 58%;
    width: 12.7%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes move_design_pc {
  10% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  22% {
    top: 20%;
  }
  100% {
    top: 36.5%;
    left: 58%;
    width: 12.7%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
#intro .animation.scroll_active .icon.quality {
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  #intro .animation.scroll_active .icon.quality {
    -webkit-animation: move_quality_sp 1.6s ease-out 2.6s forwards;
            animation: move_quality_sp 1.6s ease-out 2.6s forwards;
  }
}
@-webkit-keyframes move_quality_sp {
  10% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  22% {
    left: 30%;
  }
  100% {
    top: 82%;
    left: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    width: 94px;
  }
}
@keyframes move_quality_sp {
  10% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  22% {
    left: 30%;
  }
  100% {
    top: 82%;
    left: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    width: 94px;
  }
}
@media all and (min-width: 751px) {
  #intro .animation.scroll_active .icon.quality {
    -webkit-animation: move_quality_pc 1.1s ease-out 2.3s forwards;
            animation: move_quality_pc 1.1s ease-out 2.3s forwards;
  }
}
@-webkit-keyframes move_quality_pc {
  10% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  22% {
    top: 60%;
  }
  100% {
    top: 69.5%;
    left: 61.5%;
    width: 11.1%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes move_quality_pc {
  10% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  22% {
    top: 60%;
  }
  100% {
    top: 69.5%;
    left: 61.5%;
    width: 11.1%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
#intro .animation.scroll_active .jp span {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
#intro .animation.scroll_active .jp.cost span {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
  /* 751- */
}
@media all and (min-width: 751px) {
  #intro .animation.scroll_active .jp.cost span {
    -webkit-transition-delay: 2.5s;
            transition-delay: 2.5s;
  }
}
#intro .animation.scroll_active .jp.design span {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
  /* 751- */
}
@media all and (min-width: 751px) {
  #intro .animation.scroll_active .jp.design span {
    -webkit-transition-delay: 3s;
            transition-delay: 3s;
  }
}
#intro .animation.scroll_active .jp.quality span {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-delay: 4.3s;
          transition-delay: 4.3s;
  /* 751- */
}
@media all and (min-width: 751px) {
  #intro .animation.scroll_active .jp.quality span {
    -webkit-transition-delay: 3.4s;
            transition-delay: 3.4s;
  }
}

/*----------------------------------------------------
  そのモヤモヤコーディングベースが解消します
----------------------------------------------------*/
#about {
  padding: 110px 0;
  background: url(../images/top/intro_bg_sp.webp) repeat-x;
  background-position: 0 0;
  background-size: 680px 897px;
  overflow: hidden;
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  #about {
    -webkit-animation: bgroop_sp 20s linear infinite;
            animation: bgroop_sp 20s linear infinite;
  }
}
@media all and (min-width: 751px) {
  #about {
    padding: 126px 0 108px;
    background: url(../images/top/intro_bg_pc.webp) repeat-x;
    background-size: 1569px 1044px;
    -webkit-animation: bgroop_pc 50s linear infinite;
            animation: bgroop_pc 50s linear infinite;
  }
}
@-webkit-keyframes bgroop_sp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -680px 0;
  }
}
@keyframes bgroop_sp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -680px 0;
  }
}
@-webkit-keyframes bgroop_pc {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1569px 0;
  }
}
@keyframes bgroop_pc {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1569px 0;
  }
}
#about .msg_ttl {
  opacity: 0;
}
#about .msg_ttl.scroll_active {
  -webkit-animation: zoom_out_text 0.3s forwards;
          animation: zoom_out_text 0.3s forwards;
}
@-webkit-keyframes zoom_out_text {
  from {
    opacity: 0;
    -webkit-transform: scale(2.6);
            transform: scale(2.6);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom_out_text {
  from {
    opacity: 0;
    -webkit-transform: scale(2.6);
            transform: scale(2.6);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#about .point {
  margin-bottom: 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #about .point {
    max-width: 1150px;
    margin: 0 auto 130px;
  }
}
#about .point li {
  padding-bottom: 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #about .point li {
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (min-width: 751px) and (min-width: 1080px) {
  #about .point li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#about .point li:last-child {
  padding-bottom: 0;
}
#about .point li h3 {
  font-size: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
  padding-bottom: 18px;
  /* 751- */
  /* 751-960 */
}
@media all and (min-width: 751px) {
  #about .point li h3 {
    font-size: 41px;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  #about .point li h3 {
    font-size: 32px;
  }
}
#about .point li h3 .check {
  width: 35px;
  -webkit-transition: all 0.15s cubic-bezier(0.15, 0.39, 0.47, 0.18) 0.3s;
  transition: all 0.15s cubic-bezier(0.15, 0.39, 0.47, 0.18) 0.3s;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  /* 751- */
}
@media all and (min-width: 751px) {
  #about .point li h3 .check {
    width: 56px;
  }
}
#about .point li h3 .text {
  opacity: 0;
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#about .point li p {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.4s 0.2s;
  transition: all 0.4s 0.2s;
  /* 751- */
  /* 751-960 */
}
@media all and (min-width: 751px) {
  #about .point li p {
    font-size: 18px;
    width: calc(100% - 490px);
    max-width: 580px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  #about .point li p {
    font-size: 16px;
    width: calc(100% - 410px);
  }
}
#about .point li.scroll_active h3 .check {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
#about .point li.scroll_active h3 .text {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#about .point li.scroll_active p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*----------------------------------------------------
  コーディングベースにお任せください
  アイコンのアニメーションはcommon
----------------------------------------------------*/
#service {
  padding: 30px 0 80px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #service {
    padding: 200px 0;
  }
}
#service .service_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 25px;
  margin-bottom: 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #service .service_lst {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 50px;
    margin-bottom: 130px;
  }
}
#service .service_lst li {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  /* 751- */
}
@media all and (min-width: 751px) {
  #service .service_lst li {
    width: 47%;
  }
}
#service .service_lst li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  /* 751- */
  /* 751- */
}
@media all and (min-width: 751px) {
  #service .service_lst li a {
    -webkit-column-gap: 37px;
       -moz-column-gap: 37px;
            column-gap: 37px;
  }
}
#service .service_lst li a p {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.38;
  /* 751- */
  /* 751-960 */
}
@media all and (min-width: 751px) {
  #service .service_lst li a p {
    font-size: 28px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  #service .service_lst li a p {
    font-size: 24px;
  }
}
#service .service_lst li a p::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 12px;
  background-color: #f7d644;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
@media (min-width: 751px) and (hover: hover) {
  #service .service_lst li a:hover p::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
#service .service_lst li.scroll_active {
  opacity: 1;
}
#service .cms_banner {
  margin-top: 70px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #service .cms_banner {
    margin-top: 150px;
  }
}

/*----------------------------------------------------
  料金例
----------------------------------------------------*/
#price {
  padding: 80px 0;
  background-color: #F4F4F4;
  overflow: hidden;
  /* 751- */
}
@media all and (min-width: 751px) {
  #price {
    padding: 200px 0;
  }
}
#price .tabgroup {
  position: relative;
  padding-top: 37px;
  margin-bottom: 50px;
  /* 751- */
  /* 751-960 */
}
@media all and (min-width: 751px) {
  #price .tabgroup {
    width: 80%;
    max-width: 930px;
    margin: 0 0 130px auto;
    padding-top: 55px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  #price .tabgroup {
    width: 90%;
  }
}
#price .tabgroup .tab_area {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 30px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 56px;
  padding: 8px;
  background-color: #FFF3CB;
  /* 751- */
}
@media all and (min-width: 751px) {
  #price .tabgroup .tab_area {
    max-width: 610px;
    padding: 12px;
  }
}
#price .tabgroup .tab_area .tab_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 58px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751- */
}
@media all and (min-width: 751px) {
  #price .tabgroup .tab_area .tab_list {
    height: 86px;
  }
}
#price .tabgroup .tab_area .tab_list::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f7d644;
  border-radius: 44px;
  height: 100%;
  width: 50%;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#price .tabgroup .tab_area .tab_list.slided::before {
  left: 50%;
}
#price .tabgroup .tab_area .tab_list .tab {
  color: #686E72;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
  cursor: pointer;
  /* 751- */
}
@media all and (min-width: 751px) {
  #price .tabgroup .tab_area .tab_list .tab {
    font-size: 28px;
  }
}
#price .tabgroup .tab_area .tab_list .tab.active {
  color: #393939;
  pointer-events: none;
}
#price .tabgroup .panel_area {
  background-color: #fff;
  padding: 70px 26px 60px;
  border-radius: 14px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #price .tabgroup .panel_area {
    padding: 110px 80px 80px;
  }
}
#price .tabgroup .panel_area .panel {
  display: none;
}
#price .tabgroup .panel_area .panel h3 {
  font-size: 22px;
  margin-bottom: 26px;
  /* 751- */
  /* 751-960 */
}
@media all and (min-width: 751px) {
  #price .tabgroup .panel_area .panel h3 {
    font-size: 42px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  #price .tabgroup .panel_area .panel h3 {
    font-size: 36px;
  }
}
#price .tabgroup .panel_area .panel .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 22px;
     -moz-column-gap: 22px;
          column-gap: 22px;
  row-gap: 8px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #price .tabgroup .panel_area .panel .check {
    -webkit-column-gap: 33px;
       -moz-column-gap: 33px;
            column-gap: 33px;
  }
}
#price .tabgroup .panel_area .panel .check .checkcircle {
  font-size: 16px;
  font-weight: bold;
  /* 751- */
}
@media all and (min-width: 751px) {
  #price .tabgroup .panel_area .panel .check .checkcircle {
    font-size: 24px;
  }
}
#price .tabgroup .panel_area .panel .price_wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #price .tabgroup .panel_area .panel .price_wrap {
    margin-top: 60px;
    /* 961- */
  }
}
@media all and (min-width: 751px) and (min-width: 961px) {
  #price .tabgroup .panel_area .panel .price_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#price .tabgroup .panel_area .panel .price_wrap .total {
  /* 751-960 */
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  #price .tabgroup .panel_area .panel .price_wrap .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
#price .tabgroup .panel_area .panel .price_wrap .total .label {
  display: inline-block;
  padding: 2px 16px;
  border-radius: 3px;
  background-color: #393939;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #fff;
  /* 751- */
}
@media all and (min-width: 751px) {
  #price .tabgroup .panel_area .panel .price_wrap .total .label {
    padding: 3px 26px;
    font-size: 20px;
  }
}
#price .tabgroup .panel_area .panel .price_wrap .total .price {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 1.6;
  /* 751- */
  /* 751-960 */
}
@media all and (min-width: 751px) {
  #price .tabgroup .panel_area .panel .price_wrap .total .price {
    font-size: 52px;
    margin-top: 12px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  #price .tabgroup .panel_area .panel .price_wrap .total .price {
    font-size: 44px;
    padding-bottom: 10px;
  }
}
#price .tabgroup .panel_area .panel .price_wrap .total .price .yen {
  font-size: 27px;
  padding-right: 3px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #price .tabgroup .panel_area .panel .price_wrap .total .price .yen {
    font-size: 40px;
  }
}
#price .tabgroup .panel_area .panel .price_wrap .total .price .tax {
  font-size: 12px;
  letter-spacing: 0;
  padding-left: 3px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #price .tabgroup .panel_area .panel .price_wrap .total .price .tax {
    font-size: 16px;
  }
}
#price .tabgroup .panel_area .panel .price_wrap .detail {
  /* 961- */
}
@media all and (min-width: 961px) {
  #price .tabgroup .panel_area .panel .price_wrap .detail {
    width: calc(100% - 300px);
    max-width: 411px;
  }
}
#price .tabgroup .panel_area .panel .price_wrap .detail li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #686E72;
  padding: 5px 0;
  color: #686E72;
  /* 751- */
}
@media all and (min-width: 751px) {
  #price .tabgroup .panel_area .panel .price_wrap .detail li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#price .tabgroup .panel_area .panel .price_wrap .detail li .price {
  font-weight: bold;
}
#price .tabgroup .panel_area .panel.active {
  display: block;
}
#price .tabgroup .panel_area .panel.active .check.scroll_active .checkcircle::after {
  -webkit-animation: check_anime 0.6s forwards 0.3s;
          animation: check_anime 0.6s forwards 0.3s;
}
#price .tabgroup .panel_area .panel.active .check.scroll_active .checkcircle:nth-child(2)::after {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
#price .tabgroup .panel_area .panel.active .check.scroll_active .checkcircle:nth-child(3)::after {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
#price .tabgroup .character {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/top/character_price01.webp);
  width: 164px;
  height: 347px;
  left: 71%;
  top: 240px;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
  /* -750 */
  /* 751- */
  /* 751-960 */
}
@media all and (max-width: 750px) {
  #price .tabgroup .character {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
@media all and (min-width: 751px) {
  #price .tabgroup .character {
    width: 248px;
    height: 526px;
    left: -270px;
    top: 70px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  #price .tabgroup .character {
    left: -190px;
    top: 170px;
  }
}
#price .tabgroup .character.scroll_active {
  background-image: url(../images/top/character_price02.webp);
}

/*----------------------------------------------------
  オンライン見積り
----------------------------------------------------*/
#estimate {
  padding: 50px 0 0;
  /* 1101- */
}
@media all and (min-width: 1101px) {
  #estimate {
    padding: 100px 0 0;
  }
}
#estimate h2 {
  background: #393939;
  color: #fff;
  font-size: 20px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  /* 1101- */
}
@media all and (min-width: 1101px) {
  #estimate h2 {
    font-size: 37px;
    padding: 10px 50px;
  }
}
#estimate form#form {
  position: relative;
  background: #F4F4F4;
  border-radius: 15px;
  padding: 70px 20px 50px;
  margin: -35px 0 0;
  /* 1101- */
}
@media all and (min-width: 1101px) {
  #estimate form#form {
    padding: 70px 20px;
    padding: 70px;
  }
}
#estimate label {
  font-size: 20px;
  display: block;
  cursor: pointer;
}
#estimate label input[type=checkbox] {
  /* デフォルトを消して擬似要素で作る。 */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: block;
  cursor: pointer;
  margin: 0;
  z-index: 0;
  width: 0;
  height: 0;
}
#estimate label input[type=checkbox]::before {
  /* ベースの四角 */
  position: absolute;
  content: "";
  width: 33px;
  height: 33px;
  background-color: #fff;
  top: 0px;
  border-radius: 2px;
  /* 1101- */
}
@media all and (min-width: 1101px) {
  #estimate label input[type=checkbox]::before {
    width: 59px;
    height: 59px;
  }
}
#estimate label input[type=checkbox]::after {
  /* チェックを入れた時の表示 */
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/common/check.svg);
  width: 43px;
  height: 32px;
  top: -6px;
  left: 5px;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  /* 1101- */
}
@media all and (min-width: 1101px) {
  #estimate label input[type=checkbox]::after {
    width: 49px;
    height: 38px;
    top: 6px;
    left: 8px;
  }
}
#estimate label input[type=checkbox]:checked::after {
  -webkit-animation: check_anime 0.5s forwards;
          animation: check_anime 0.5s forwards;
}
#estimate .est_main {
  border-bottom: 2px solid #fff;
  margin: 0 0 30px;
  /* 1101- */
  /* -1100 */
}
@media all and (min-width: 1101px) {
  #estimate .est_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (max-width: 1100px) {
  #estimate .est_main {
    padding: 0 0 10px;
  }
}
#estimate .est_main label {
  /* 1101- */
  padding: 10px 0;
  font-size: 16px;
}
@media all and (min-width: 1101px) {
  #estimate .est_main label {
    padding: 30px 0;
    font-size: 30px;
  }
}
#estimate .est_main span {
  line-height: 1.8;
  margin: 0 0 0 10px;
}
#estimate .est_main span.cms_check {
  margin: 0 0 0 50px;
  /* 1101- */
}
@media all and (min-width: 1101px) {
  #estimate .est_main span.cms_check {
    margin: 0 0 0 80px;
  }
}
#estimate .est_main input[type=number] {
  text-align: right;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
  border: none;
  height: 33px;
  padding: 0 10px;
  /* 1101- */
  /* -1100 */
}
@media all and (min-width: 1101px) {
  #estimate .est_main input[type=number] {
    margin: 0 0 0 70px;
    height: 59px;
  }
}
@media all and (max-width: 1100px) {
  #estimate .est_main input[type=number] {
    width: 40%;
  }
}
#estimate .option_tit {
  font-size: 16px;
  font-weight: bold;
  /* 1101- */
}
@media all and (min-width: 1101px) {
  #estimate .option_tit {
    font-size: 24px;
  }
}
#estimate .est_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0;
  border-bottom: 2px solid #fff;
  padding: 0 0 30px;
  font-size: 12px;
  /* -1100 */
}
@media all and (max-width: 1100px) {
  #estimate .est_option {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 10px;
  }
}
#estimate .est_option label {
  /* -1100 */
  /* 1101- */
}
@media all and (max-width: 1100px) {
  #estimate .est_option label {
    width: 50%;
    margin: 0 0 20px 0;
    font-size: 12px;
  }
}
@media all and (min-width: 1101px) {
  #estimate .est_option label {
    font-size: 20px;
  }
}
#estimate .est_option label input[type=checkbox]::before {
  width: 22px;
  height: 22px;
  /* 1101- */
}
@media all and (min-width: 1101px) {
  #estimate .est_option label input[type=checkbox]::before {
    top: 7px;
    width: 24px;
    height: 24px;
  }
}
#estimate .est_option label input[type=checkbox]::after {
  width: 13px;
  height: 10px;
  top: 4px;
  /* 1101- */
}
@media all and (min-width: 1101px) {
  #estimate .est_option label input[type=checkbox]::after {
    width: 20px;
    height: 16px;
    left: 3px;
    top: 11px;
  }
}
#estimate .est_option label span {
  margin: 4px 20px 0 30px;
  display: block;
  /* -1100 */
}
@media all and (max-width: 1100px) {
  #estimate .est_option label span {
    margin: 1px 0px 0 28px;
  }
}
#estimate #totalAmount {
  position: relative;
  margin: 40px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0 0 0 40px;
  /* 1101- */
}
@media all and (min-width: 1101px) {
  #estimate #totalAmount {
    margin: 60px auto 0;
    padding: 0 0 0 80px;
  }
}
#estimate #totalAmount span {
  font-size: 40px;
  margin: 0 0 0 10px;
  letter-spacing: -0.04em;
  /* 1101- */
}
@media all and (min-width: 1101px) {
  #estimate #totalAmount span {
    font-size: 65px;
    margin: 0 0 0 20px;
  }
}
#estimate #totalAmount .yen {
  font-size: 29px;
  /* 1101- */
}
@media all and (min-width: 1101px) {
  #estimate #totalAmount .yen {
    font-size: 43px;
  }
}
#estimate #totalAmount .zei {
  font-size: 15px;
  /* 1101- */
}
@media all and (min-width: 1101px) {
  #estimate #totalAmount .zei {
    font-size: 21px;
  }
}
#estimate #totalAmount::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/top/icon_total.png);
  width: 31px;
  height: 35px;
  top: 14px;
  background-size: cover;
  /* 1101- */
}
@media all and (min-width: 1101px) {
  #estimate #totalAmount::after {
    top: 20px;
    width: 56px;
    height: 64px;
  }
}
#estimate .campaign_wrap {
  position: absolute;
  right: 20px;
  top: 70px;
  /* 1101- */
}
@media all and (min-width: 1101px) {
  #estimate .campaign_wrap {
    right: 40px;
    top: 40px;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
#estimate .campaign_wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f7d644;
  width: 105px;
  height: 105px;
  border-radius: 180px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 1101- */
}
@media all and (min-width: 1101px) {
  #estimate .campaign_wrap a {
    width: 190px;
    height: 190px;
  }
}
#estimate .campaign_wrap a .campaign p {
  font-size: 10px;
  line-height: 1.5;
  /* 1101- */
}
@media all and (min-width: 1101px) {
  #estimate .campaign_wrap a .campaign p {
    font-size: 20px;
  }
}
#estimate .campaign_wrap a .campaign p span {
  font-size: 19px;
  font-weight: bold;
  /* 1101- */
}
@media all and (min-width: 1101px) {
  #estimate .campaign_wrap a .campaign p span {
    font-size: 36px;
  }
}
#estimate .campaign_wrap a .campaign > span {
  margin: 5px auto 0;
  display: block;
  background: #bc0000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  border-radius: 20px;
  padding: 1px 3px;
  font-size: 10px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #estimate .campaign_wrap a .campaign > span {
    padding: 3px 20px;
    font-size: 15px;
  }
}
#estimate .campaign_wrap a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#estimate ul.note {
  font-size: 11px;
  margin: 10px 0 0;
  line-height: 2;
  /* 1101- */
}
@media all and (min-width: 1101px) {
  #estimate ul.note {
    margin: 30px 0 0;
    font-size: 13px;
  }
}

/*----------------------------------------------------
  Recent journal
----------------------------------------------------*/
#journal {
  padding: 80px 0 110px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #journal {
    padding: 150px 0 200px;
  }
}
#journal .journal_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
  margin-bottom: 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #journal .journal_lst {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 0;
    margin-bottom: 130px;
  }
  #journal .journal_lst::after {
    content: "";
    display: block;
    width: 29%;
  }
}
#journal .journal_lst li {
  /* 751- */
}
@media all and (min-width: 751px) {
  #journal .journal_lst li {
    width: 29%;
  }
}
#journal .journal_lst li.scroll_active:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#journal .journal_lst li.scroll_active:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#journal .journal_lst li.scroll_active:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#journal .journal_lst li a {
  /* 751- */
}
#journal .journal_lst li a .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 2px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-bottom: 9px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #journal .journal_lst li a .head {
    margin-bottom: 11px;
  }
}
#journal .journal_lst li a .head .date {
  margin-right: 10px;
  font-size: 16px;
  line-height: 1;
  font-family: "Jost", sans-serif;
  /* 751- */
}
@media all and (min-width: 751px) {
  #journal .journal_lst li a .head .date {
    font-size: 18px;
  }
}
#journal .journal_lst li a .head .cate {
  font-size: 12px;
  color: #fff;
  padding: 0 12px;
  background-color: #686E72;
  border-radius: 12px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #journal .journal_lst li a .head .cate {
    font-size: 13px;
  }
}
#journal .journal_lst li a .thumbnail {
  border-radius: 8px;
  overflow: hidden;
}
#journal .journal_lst li a .thumbnail img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
#journal .journal_lst li a h3 {
  font-size: 17px;
  font-weight: bold;
  margin: 14px 0 8px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #journal .journal_lst li a h3 {
    font-size: 20px;
    margin: 24px 0 12px;
  }
}
#journal .journal_lst li a .detail {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 751px) and (hover: hover) {
  #journal .journal_lst li a:hover .thumbnail img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
/*# sourceMappingURL=top.css.map */