
/*
* cmn_layout.css
*
*/

body {
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  font-size: 16px;
  color: #000;
  text-align: center;
  line-height: 160%;
  word-wrap: break-word;
}


@media all and (-ms-high-contrast:none) {
  body {
    font-family: 'Noto Sans JP',"メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
}


#wrapper,
#contents {
  position: relative;
  width: 100%;
  margin:0 auto;
  padding:0;
  overflow: hidden;
}

a{
  color: #000;
  text-decoration: none;
}

picture {
  display: block;
}

/*===============================================
●fv調整(タブレット・PC)
===============================================*/
@media screen and (min-width:667px) and ( max-width:1160px) {
  .fv-title {
    font-size: 29px;
  }

  .fv-sub {
    font-size: 20px;
  }
}
@media screen and (min-width: 1160px) {
  .fv-title {
    font-size: 2.5vw;
  }

  .fv-sub {
    font-size: 1.75vw;
  }
}

/*===============================================
●画面の横幅が667px以上(タブレット・PC)
===============================================*/
@media screen and (min-width: 667px) {

  #wrapper{
    min-width: 1160px;
  }

  /* !共通
  ---------------------------------------------------------- */
  .sp-only{
    display:none !important;
  }

  a:hover{
    opacity: 0.8;
  }

  .list-flex{
    display:-webkit-box !important;
    display:-moz-box !important;
    display:-ms-box !important;
    display:-webkit-flexbox !important;
    display:-moz-flexbox !important;
    display:-ms-flexbox !important;
    display:-webkit-flex !important;
    display:-moz-flex !important;
    display:-ms-flex !important;
    display:flex !important;
    -webkit-box-lines:multiple !important;
    -moz-box-lines:multiple !important;
    -webkit-flex-wrap:wrap !important;
    -moz-flex-wrap:wrap !important;
    -ms-flex-wrap:wrap !important;
    flex-wrap:wrap !important;
    justify-content: space-between;
  }


  /* fv
  ---------------------------------------------------------- */
  header {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  header > h1 > picture {
    width: 100%;
  }

  .fv-img {
    position: relative;
  }

  .fv-title {
    font-weight: 500;
    letter-spacing: .17em;
  }

  .fv-txt1 {
    position: absolute;
    top: 40%;
    left: 21%;
  }

  .fv-txt2 {
    position: absolute;
    top: 40%;
    left: 41.7%;
  }

  .fv-sub {
    font-weight: 500;
    text-align: left;
    line-height: 2em;
    letter-spacing: .17em;
  }

  .fv-txt3 {
    position: absolute;
    bottom: 34%;
    left: 38%;
    width: 47%;
  }

  .fv-txt4 {
    position: absolute;
    bottom: 21%;
    left: 38%;
    width: 48%;
  }

  /* コンテンツ部分
  ---------------------------------------------------------- */
  a {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    zoom: 1;
    transition: opacity 0.5s ease;
  }


  /* issue */
  .issue {
    width: 1008px;
    margin: 60px auto 0 auto;
  }

  .issue .title {
    max-width: 825px;
    margin: 96px auto 0 30px;
    position: relative;
  }

  .issue .title-txt {
    position: absolute;
    font-size: 32px;
    left: 28%;
    top: 30%;
    letter-spacing: .15em;
    font-weight: 500;
  }

  .issue_title {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #333333;
    padding: 12px 0;
    position: relative;
    letter-spacing: .1em;
    margin-top: 30px;
  }

  .issue_title_inner.--company::before {
    content: "";
    background-image: url(../images/company-icon.svg);
    width: 63px;
    height: 77px;
    margin: -1.6em 1em -1.6em 0em;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
  }

  .issue_title_inner.--freelance::before {
    content: "";
    background-image: url(../images/freelance-icon.svg);
    width: 63px;
    height: 77px;
    margin: -1.6em 1em -1.6em 0em;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
  }


  .issue > picture{
    width: 100%;
    margin: 0 auto 33px auto;
  }

  .issue_content {
    display: flex;
    justify-content: space-between;
  }

  .issue_content p {
    margin: 20px 0 20px 0;
  }

  .issue_content p:first-of-type {
    margin: 30px 0 20px 0;
  }

  hr {
    width: 65%;
    margin: 0 auto;
  }

  .company {
    width: 47.4%;
  }

  .freelance {
    width: 47.4%;
  }

  .p_space {
    padding: 13.3px 0;
  }


  /* solution */
  .solution {
    max-width: 954px;
    margin: 82px auto 0 auto;
    position: relative;
  }

  .solution .title-txt {
    position: absolute;
    font-size: 32px;
    left: 38.6%;
    top: 2.2%;
    font-weight: 500;
    letter-spacing: .15em;
  }

  .solution > div {
    width: 100%;
    margin: 48px auto;
  }

  .solution ul {
    width: 100%;
    margin: 0 auto 30px 50px;
  }

  .solution ul > li {
    width: 42%;
    margin: 0 auto 64px 0;
    position: relative;
  }

  .solution-txt {
    position: absolute;
    bottom: 5%;
    text-align: left;
    letter-spacing: .115em;
    line-height: 1.7;
    font-size: 18px;
  }

  .solution-txt.--02{
    bottom: 0%;
  }

  /* skill */
  .skill {
    width: 100%;
    margin: 40px auto 0;
    padding-bottom: 96px;
    background-color: #333333;
  }

  .skill-wrapper {
    max-width: 1280px;
    margin: 0 auto;
  }

  .skill-wrapper > .title {
    max-width: 882px;
    margin: 0 auto;
    padding: 75px 0 57px 0;
    position: relative;
  }

  .skill-wrapper .title-txt {
    position: absolute;
    color: #FFFFFF;
    font-size: 32px;
    left: 26%;
    top: 45%;
    letter-spacing: .15em;
    font-weight: 500;
  }

  .skill > div {
    margin: 36px auto 0 auto;
  }

  .skill ul {
    width: 878px;
    margin: 0 auto;
  }

  .skill ul > li {
    width: 45%;
    margin: 0 auto 64px 30px;
    position: relative;
  }

  .skill ul > li:nth-of-type(2n) {
    margin-top: 68px;
  }

  .skill ul > li:nth-child(2n) {
    margin-bottom: 0;
  }

  .list-title {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
  }

  .list-title::before {
    content: "";
    width: 50px;
    height: 62px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 14px;
  }

  .list-title.--css {
    top: 10%;
    left: 25%;
  }

  .list-title.--css::before {
    background-image: url(../images/skill-icon1.svg);
    width: 50px;
    height: 62px;
  }

  .list-title.--browser{
    top: 13%;
    left: 24%;
  }

  .list-title.--browser::before {
    background-image: url(../images/skill-icon2.svg);
    width: 46px;
    height: 46px;
  }

  .list-title.--animation {
    top: 12%;
    left: 22%;
  }

  .list-title.--animation::before {
    background-image: url(../images/skill-icon3.svg);
    width: 54px;
    height: 54px;
  }


  .list-title.--wordpress {
    top: 12%;
    left: 22%;
  }

  .list-title.--wordpress::before {
    background-image: url(../images/skill-icon4.svg);
    width: 61px;
    height: 61px;
  }

  .list-title.--git {
    top: 12%;
    left: 24%;
  }

  .list-title.--git::before {
    background-image: url(../images/skill-icon5.svg);
    width: 60px;
    height: 60px;
  }

  .list-title.--seo {
    top: 13%;
    left: 22%;
  }

  .list-title.--seo::before {
    background-image: url(../images/skill-icon6.svg);
    width: 60px;
    height: 54px;
  }

  .list-txt {
    position: absolute;
    font-size: 18px;
    top: 30%;
    width: 315px;
    left: 11%;
    line-height: 2rem;
    text-align: left;

  }


  .check-sheet {
    border: 1px #fff solid;
    color: #fff;
    width: 73%;
    padding: 95px 0 74px 0;
    margin-top: 80px !important;
    width: 850px;
    height: 583px;

  }

  .checksheet_title {
    width: 71%;
    font-family: Noto Sans JP;
    border-left: 14px solid #FFFFFF; 
    padding:2px 16px; 
    display: inline-block;
    text-align: left;
    font-weight: 500;
  }

  .checksheet_font1 {
    font-size: 40px;
    line-height: 58px;
    letter-spacing: 0.09em;
  }

  .checksheet_font2 {
    font-family: Noto Sans JP;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0.16em;
  }

  .checksheet_font3 {
    font-size: 32px;
    line-height: 46px;
    letter-spacing: 0.1em;
  }
  
  .checksheet_content {
    width: 78%;
    margin: 53px auto 45px auto;
    font-size: 24px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0.1em;
    text-align: left;
  }

  .checksheet_link {
    display: block;
    border: 1px #fff solid;
    width: 45%;
    height: 66px;
    margin: 0 auto;
    padding-right: 20px;
    color: #FFF;
  }

  .checksheet_link > p:after {
    position: absolute;
    content: '';
    width: 19.25px;
    height: 19.25px;
    background: url(../images/link-icon.webp) top center no-repeat;
    background-size: 19.25px;
    margin: 7px 0 0 10px;
  }

  .checksheet_click {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.2em;
    padding-top: 16px;
  }


  /* works */
  .works {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 161px;
  }

  .works > .title {
    max-width: 715px;
    margin: 0 10em 0;
    padding: 75px 0 48px 0;
    position: relative;
  }

  .works .title-txt {
    position: absolute;
    font-size: 32px;
    left: 37%;
    top: 46%;
    letter-spacing: .15em;
    font-weight: 500;
  }


  .works > picture{
    width: 95%;
    margin: 0 auto 33px auto;
  }

  .box-gray-slider li > p {
    width: 77%;
    margin: 0 auto 41px auto;
    font-family: Noto Sans JP;
    font-size: 28px;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: 0.1em;
    text-align: left;
  }

  .site_list {
    display: flex;
  }

  .box-gray > picture.picture {
    position: relative;
    z-index: 2;
    width: 960px;
    margin: -60px auto 0 auto;
  }

  .box-gray ul.box-gray-slider {
    background-color: #D9D9D9;
    max-width: 1089px;
    margin: 0 auto;
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .slide-arrow {
    top: 41%;
    cursor: pointer;
    margin: auto;
    position: absolute;
    z-index: 10;

    width: 4.2%;
  }

  .prev-arrow {
    left: 2%;
  }
  .next-arrow {
    right: 2%;
  }

  .slick-dots li {
    margin: 0 10px !important;
  }

  .site_list__lead-wrap {
    display: flex;
    justify-content: center;
  }
  .site_list__lead__pict-wrap {
    flex: 0 0 402px;
    margin: 0 50px 0 0 !important;
  }
  .site_list__lead__text-wrap {
    flex: 0 0 397px;
    color: var(--333, #333);
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.4px;
    text-align: justify;
  }

  .site_url {
    color: var(--333, #333);
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.4px;
    text-align: left;
    margin: 41px 0 0 120px;
  }
  
  /* price */
  .price {
    width: 100%;
    background: var(--333, #333);
    margin: 55px auto 0 auto;
    padding-bottom: 96px;
  }

  .price-wrapper {
    max-width: 1280px;
    margin: 0 auto;
  }

  .price-wrapper > .title {
    max-width: 524px;
    margin: 0 15em;
    padding: 75px 0 48px 0;
    position: relative;
  }

  .price .title-txt {
    position: absolute;
    color: #FFFFFF;
    font-size: 32px;
    left: 48%;
    top: 46%;
    letter-spacing: .15em;
    font-weight: 500;
  }

  .price_list {
    width: 693px;
    margin: 0 auto;
  }

  .price_list_items > li {
    display: flex;
    margin-bottom: 64px;
    border-bottom: 2px solid #fff;
  }

  .left {
    width: 389.256px;
    background-color: #fff;
    color: var(--333, #333);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.4px;
    padding: 14px 9.8px 21px 9.8px;
  }

  .right {
    width: 303px;
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.5px;
    padding: 14px 31px 19px 38px;
  }

  .notes {
    color: #FFF;
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.8px;
    text-indent: -1em;
    padding-left: 2em;
  }

  .notes > p::before {
    content: "※";
    width: 26px;
    height: 26px;
  }

  /* faq */
  .faq {
    max-width: 1280px;
    margin: 0 auto;
  }

  .faq > .title {
    max-width: 609px;
    position: relative;
    margin: 0 10em 0 14em;
    padding: 75px 0 48px 0;
  }

  .faq .title-txt {
    position: absolute;
    font-size: 32px;
    left: 38%;
    top: 46%;
    letter-spacing: .15em;
    font-weight: 500;
  }

  .faq_item {
    position: relative;
  }

  .question_q {
    width: 62px;
    height: 62px;
    position: absolute;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    background: white;
    border-radius: 50%;
    border: solid 3px #D9D9D9;
    justify-content: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    left: -30px;
    top: -30px;
    z-index: 100;
  }

  .question {
    width: 700px;
    height: 98px;
    background: #D9D9D9;
    margin: 0 auto;
    padding: 22px 43px 19px 48px;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
    position: relative;
    z-index: 1;
  }

  .answer {
    width: 657px;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px;
    margin: 14px auto 64px auto;
    text-align: justify;
  }

   /* contact-form */
   .contact-form {
    width: 100%;
    background: var(--333, #333);
    margin: 55px auto 0 auto;
    padding-bottom: 96px;
  }

  .contact-wrapper {
    max-width: 1280px;
    margin: 0 auto;
  }

  .contact-wrapper > .title {
    max-width: 658px;
    margin: 96px 10em 0 12em;
    padding: 75px 0 48px 0;
    position: relative;
  }

  .contact-wrapper .title-txt {
    position: absolute;
    color: #FFFFFF;
    font-size: 32px;
    left: 48%;
    top: 46%;
    letter-spacing: .15em;
    font-weight: 500;
  }

  .contact {
    width: 798px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    text-align: left;
  }

  .contact > div, label {
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: .75em;
  }

  .contact > .input-text, textarea {
    border-radius: 10px;
  }

  .contact .input-text {
    width: 509px;
    height: 63px;
    padding: .5em;
    font-size: 20px;
    margin-bottom: 2.1em;
    border: none;
  }

  .contact > textarea {
    width: 798px;
    height: 300px;
    padding: .5em;
    font-size: 25px;
  }

  input[type="button"],input[type="submit"]{
    color: #FFFFFF;
    cursor: pointer;
  }

  .contact-answer {
    color: #FFFFFF;
  }

  .contact-button {
    display: flex;
    justify-content: center;
    font-size: 20px;
    text-align: center;
    background-color: #999999;
    width: 258px;
    padding: 22px;
    margin: 64px auto 0;
    cursor: pointer;
    border: none;
    position: relative;
    cursor: pointer;
  }

  .contact-thanks {
    color: #FFFFFF;
    font-size: 20px;
    right: 23%;
    position: absolute;
    bottom: 1.3%;
  }

  .contact-back {
    color: #FFFFFF;
    font-size: 20px;
    right: 23%;
    position: absolute;
    bottom: 1.3%;
    cursor: pointer;
  }

  .button {
    color: #FFFFFF;
    position: relative;
  }

  /* フッター
  ----------------------------------------------------------*/
  footer {
    width: 100%;
  }

  footer > p.copyright {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 16px 0;
    font-size: 12px;
    color: #000000;
    background-color: #D9D9D933;
    font-family:  "Montserrat";
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 0.12em;
    text-align: center;

  }
}


/*===============================================
●画面の横幅が666px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 666px) {


  /* !共通
  ---------------------------------------------------------- */
  .pc-only{
    display:none !important;
  }

  .sp-list-flex{
    display:-webkit-box !important;
    display:-moz-box !important;
    display:-ms-box !important;
    display:-webkit-flexbox !important;
    display:-moz-flexbox !important;
    display:-ms-flexbox !important;
    display:-webkit-flex !important;
    display:-moz-flex !important;
    display:-ms-flex !important;
    display:flex !important;
    -webkit-box-lines:multiple !important;
    -moz-box-lines:multiple !important;
    -webkit-flex-wrap:wrap !important;
    -moz-flex-wrap:wrap !important;
    -ms-flex-wrap:wrap !important;
    flex-wrap:wrap !important;
  }

  .line {
    margin: 50px auto 0 auto;
  }

  /*------------------------------------
  clearfix
  --------------------------------------*/
  .clearfix-sp {
    zoom:1;
    overflow:hidden;
  }
  .clearfix-sp:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
  }


  /* fv
  ---------------------------------------------------------- */
  header {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
  }

  header > h1 > picture {
    width: 100%;
  }

  .fv-img {
    position: relative;
  }

  .fv-title {
    font-size: 5vw;
    font-weight: 500;
  }

  .fv-txt1 {
    position: absolute;
    top: 29%;
    left: 13%;
  }

  .fv-txt2 {
    position: absolute;
    top: 36%;
    left: 23%;
  }

  .fv-sub {
    font-size: 3.5vw;
    font-weight: 500;
    text-align: left;
    line-height: 1.6em;
  }

  .fv-txt3 {
    position: absolute;
    bottom: 38%;
    left: 32%;
    width: 52%;
  }

  .fv-txt4 {
    position: absolute;
    bottom: 20%;
    left: 32%;
    width: 53%;
  }

    /* コンテンツ部分
  ---------------------------------------------------------- */
  a {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    zoom: 1;
    transition: opacity 0.5s ease;
  }


  /* issue */
  .issue {
    margin: 2.5em auto;
  }

  .issue .title {
    position: relative;
    width: 375px;
    margin: 0 auto;
    padding-left: 16px;
  }

  .issue .title-txt {
    position: absolute;
    font-size: 15px;
    left: 30.5%;
    top: 11.5%;
    letter-spacing: .1em;
    font-weight: 500;
  }

  .issue_content {
    max-width: 340px;
    display: block;
    margin: 0 auto;
  }

  .issue_title {
    width: 100%;
    font-size: .85em;
    font-weight: bold;
    border: 1px solid #333333;
    padding: 0.3em 4em;
    position: relative;
    letter-spacing: .1em;
    margin-top: 30px;
  }

  .issue_title_inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: justify;
  }

  .issue_title_inner.--company::before {
    content: "";
    background-image: url(../images/company-icon.svg);
    width: 38px;
    height: 48px;
    background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
  }

  .issue_title_inner.--freelance::before {
    content: "";
    background-image: url(../images/freelance-icon.svg);
    width: 38px;
    height: 48px;
    background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
  }


  .issue > picture{
    width: 100%;
  }

  .issue_content p {
    margin: 1em 0;
    font-size: .8em;
    line-height: 1.5em;
    
  }

  hr {
    width: 85%;
    margin: 0 auto;
  }

  .company {
    padding-right: 0;
    margin: 1.9em 0 2.5em;
  }

  .p_space {
    padding: 0;
  }



  /* solution */
  .solution {
    margin: 2.5em auto;
    position: relative;
    max-width: 375px;
  }

  .solution .title {
    margin-left: 1em;
  }

  .solution .title-txt {
    position: absolute;
    font-size: 15px;
    left: 38.6%;
    top: .3%;
    letter-spacing: .1em;
    font-weight: 500;
  }

  .solution ul {
    margin: 1.9em auto 0;
    width: 79%;
  }

  .solution ul > li {
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
  }

  .solution-txt {
    position: absolute;
    bottom: 0%;
    text-align: left;
    font-size: 13px;
  }

  .solution-txt.--02{
    bottom: -1%;
  }

  /* skill */
  .skill {
    width: 100%;
    margin: 0 auto;
    padding: 2.5em 0;
    background-color: #333333;
  }

  .skill-wrapper {
    max-width: 355px;
    margin: 0 auto;
  }

  .skill-wrapper > .title {
    margin: 0 auto 1.9em;
    position: relative;
  }

  .skill ul {
    width: 100%;
    margin: 0 auto;
  }

  .skill .title-txt {
    color: #FFFFFF;
    position: absolute;
    font-size: 15px;
    left: 25%;
    top: 12.5%;
    letter-spacing: .2em;
    font-weight: 500;
  }

  .skill ul > li {
    width: 300px;
    margin: 0 auto 1.35em;
    position: relative;
  }

  .list-title {
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    top: 13%;
    left: 27%;
    display: flex;
    align-items: center;
  }

  .list-title::before {
    content: "";
    width: 35px;
    height: 44px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 14px;
  }

  .list-title.--css {
    top: 15%;
    left: 27%;
  }

  .list-title.--css::before {
    background-image: url(../images/skill-icon1.svg);
    width: 35px;
    height: 44px;
  }

  .list-title.--browser {
    top: 15%;
    left: 22%;
  }

  .list-title.--browser::before {
    background-image: url(../images/skill-icon2.svg);
    width: 33px;
    height: 33px;
  }

  .list-title.--animation {
    top: 15%;
    left: 22%;
  }

  .list-title.--animation::before {
    background-image: url(../images/skill-icon3.svg);
    width: 41px;
    height: 41px;
  }

  .list-title.--wordpress {
    top: 13%;
    left: 21%;
  }

  .list-title.--wordpress::before {
    background-image: url(../images/skill-icon4.svg);
    width: 45px;
    height: 45px;
  }

  .list-title.--git {
    top: 13%;
    left: 25%;
  }

  .list-title.--git::before {
    background-image: url(../images/skill-icon5.svg);
    width: 45px;
    height: 45px;
  }

  .list-title.--seo {
    top: 17%;
    left: 26%;
  }

  .list-title.--seo::before {
    background-image: url(../images/skill-icon6.svg);
    width: 42px;
    height: 37px;
  }


  .list-txt {
    position: absolute;
    font-size: 13px;
    top: 35%;
    width: 78%;
    left: 11%;
    line-height: 1.29rem;
    text-align: left;
    letter-spacing: 0.064rem;
  }

  .list-txt.--css {
    top: 36%;
  }

  .list-txt.--browser {
    top: 33%;
  }

  .list-txt.--animation {
    top: 34%;
  }

  .list-txt.--git {
    top: 33%;
  }

  .list-txt.--seo {
    top: 37%;
  }

  .check-sheet {
    border: 1px #fff solid;
    color: #fff;
    max-width: 342px;
    padding: 1.8em 0;
    margin: 1.9em auto 0!important;

  }

  .checksheet_title {
    width: 85%;
    border-left: .7em solid #FFFFFF; 
    padding: .8em .5em; 
    display: inline-block;
    text-align: left;
    font-weight: 500;
  }

  .checksheet_font1 {
    font-size: 1.3em;
    line-height: 1.9em;
    letter-spacing: 0.09em;
  }

  .checksheet_font2 {
    font-size: .8em;
    line-height: 1.9em;
    letter-spacing: 0.16em;
  }

  .checksheet_font3 {
    font-size: 1.15em;
    line-height: 1.9em;
  }
  
  .checksheet_content {
    width: 85%;
    margin: 1.5em auto;
    font-size: .85em;
    font-weight: 500;
    line-height: 1.9em;
    letter-spacing: 0.1em;
    text-align: left;
  }

  .checksheet_link {
    display: block;
    border: 1px #fff solid;
    width: 79%;
    margin: 0 auto;
    padding-right: 2em;
    color: #fff;
  }

  .checksheet_link > p:after {
    position: absolute;
    content: '';
    width: 19.25px;
    height: 19.25px;
    background: url(../images/link-icon.webp) top center no-repeat;
    background-size: 19.25px;
    margin: 7px 0 0 10px;
  }

  .checksheet_click {
    font-size: .95em;
    font-weight: 500;
    line-height: 1.9em;
    letter-spacing: 0.2em;
    padding: .8em 0 .9em;
  }
  .checksheet_attention {
    font-size: 12px;
  }


  /* works */
  .works {
    max-width: 375px;
    margin: 0 auto 4.2em;
  }

  .works > .title {
    max-width: 375px;
    margin: 2.5em auto 2.5em 1em;
    position: relative;
  }

  .works .title-txt {
    position: absolute;
    font-size: 15px;
    left: 39%;
    top: 15%;
    letter-spacing: .2em;
    font-weight: 500;
  }

  .works > picture{
    width: 95%;
    margin: 0 auto 33px auto;
  }

  .box-gray ul.box-gray-slider {
    width: 92%;
    margin: 0 auto;
    background-color: #D9D9D9;
    margin: 0 auto;
    padding: 1.9em 0;
    max-width: 375px;
  }

  .box-gray-slider li > p {
    width: 80%;
    margin: 0 auto .8em auto;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: left;
  }

  .slide-arrow {
    top: 47%;
    cursor: pointer;
    margin: auto;
    position: absolute;
    z-index: 10;
    width: 1.9em;
  }

  .prev-arrow {
    left: 1.2em;
  }
  .next-arrow {
    right: 1.2em;
  }

  .slick-dots li {
    margin: 0 10px !important;
  }

  .slick-dots li button:before {
    width: 1.9em;
    height: 1.9em;

  }

  .site_list__lead-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 375px;
  }

  .site_list__lead__pict-wrap {
    width: 57%;
    margin: 0 auto;
  }

  .site_list__lead__text-wrap {
    color: var(--333, #333);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: justify;
    width: 80%;
    margin: 2.2em auto 0;
  }

  .site_url {
    width: 80%;
    color: var(--333, #333);
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.4px;
    text-align: left;
    margin: 0 auto 2em;
    word-break: break-all;
  }
  
  /* price */
  .price {
    width: 100%;
    background: var(--333, #333);
    padding: 2.5em 0;
  }

  .price-wrapper {
    max-width: 375px;
    margin: 0 auto 30px;
    position: relative;
  }

  .price-wrapper > .title {
    margin-left: 16px;
  }

  .price-wrapper .title-txt {
    position: absolute;
    color: #FFFFFF;
    font-size: 15px;
    left: 33%;
    top: 17%;
    letter-spacing: .3em;
    font-weight: 500;
  }

  .price_list {
    max-width: 375px;
    margin: 0 auto;
  }

  .price_list_items > li {
    display: flex;
    margin: 0 16px 22px;
    border-bottom: 1px solid #fff;
  }

  .left {
    width: 72%;
    background-color: #fff;
    color: var(--333, #333);
    text-align: center;
    font-size: .95em;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .05em;
    padding: .7em 0;
  }

  .right {
    width: 50%;
    color: #FFF;
    text-align: center;
    font-size: .97em;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.5px;
    padding: .7em 0;
  }

  .notes {
    color: #FFF;
    text-align: left;
    font-size: .85em;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .08em;
    text-indent: -1em;
    padding-left: 1em;
    margin: 0 16px;
  }

  .notes > p::before {
    content: "※";
    width: 26px;
    height: 26px;
  }

  .notes > p {
    margin-top: .5em;
  }

  /* faq */
  .faq {
    max-width: 375px;
    margin: 0 auto 4.2em;
  }

  .faq > .title {
    max-width: 375px;
    margin: 40px auto 30px 16px;
    position: relative;
  }

  .faq .title-txt {
    position: absolute;
    font-size: 15px;
    left: 32.5%;
    top: 18%;
    letter-spacing: .25em;
    font-weight: 500;
  }

  .faq_item {
    position: relative;
  }

  .question_q {
    width: 2.4em;
    height: 2.4em;
    position: absolute;
    display: flex;
    align-items: center;
    background: white;
    border-radius: 50%;
    border: solid 3px #D9D9D9;
    justify-content: center;
    font-size: 1.15em;
    font-weight: 500;
    left: -1em;
    top: -1em;
    z-index: 100;
  }

  .question {
    width: 84%;
    background: #D9D9D9;
    margin: 0 auto;
    padding: .5em 1.2em .5em 1.5em;
    font-size: .95em;
    font-weight: 700;
    letter-spacing: .05em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
    position: relative;
  }

  .answer {
    width: 71%;
    font-size: .87em;
    font-weight: 500;
    margin: 8px auto 30px;
    text-align: justify;
    letter-spacing: .05em;
  }

  /* contact-form */
  .contact-form {
    width: 100%;
    background: var(--333, #333);
    padding: 2.5em 0 2.5em;
  }

  .contact-wrapper {
    max-width: 375px;
    margin: 0 auto;
  }

  .contact-wrapper > .title {
    width: 100%;
    margin: 0 auto 1.9em;
    position: relative;
  }

  .contact-wrapper .title-txt {
    position: absolute;
    color: #FFFFFF;
    font-size: 15px;
    left: 43%;
    top: 20%;
    letter-spacing: .1em;
    font-weight: 500;
  }

  .contact {
    width: 90%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    text-align: left;
  }

  .contact > div,label {
    font-size: .9em;
    color: #FFFFFF;
    margin-bottom: .75em;
  }

  .contact > .input-text, textarea {
    border-radius: 5px;
  }

  .contact .input-text {
    width: 66.5%;
    padding: .3em;
    font-size: .9em;
    margin-bottom: 1.5em;
    border: none;
  }

  .contact > textarea {
    height: 10.8em;
    padding: .3em;
    font-size: .9em;
    border: none;
  }

  .contact-button {
    display: flex;
    justify-content: center;
    font-size: 14px;
    text-align: center;
    background-color: #999999;
    width: 25.2%;
    padding: 9px 48px;
    margin: 1.5em auto 0;
    cursor: pointer;
    border: none;
    position: relative;
  }

  .button {
    color: #FFFFFF;
    white-space: nowrap;
}

  .input-button {
    color: #FFFFFF;
    cursor: pointer;
  }

  .contact-thanks {
    color: #FFFFFF;
    font-size: .8em;
    position: absolute;
    white-space: nowrap;
    bottom: -2.5em;
    left: 0;
  }

  .contact-thanks {
    color: #FFFFFF;
    font-size: .8em;
  }

  .contact-back {
    line-height: 3em;
    color: #FFFFFF;
    font-size: .8em;
    cursor: pointer;
  }

  /* フッター
  ----------------------------------------------------------*/

  footer > p.copyright {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 16px 0;
    font-size: .65em;
    color: #000000;
    background-color: #D9D9D933;
    font-family: "Montserrat";
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 0.12em;
    text-align: center;
  }


  /* フォームへ
  ----------------------------------------------------------*/
  .gotoForm {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 999999;
  }

  .gotoForm > a {
    display: block;
    width: 100%;
  }

  .gotoForm > a:hover {
    opacity: 1;
  }

  .gotoForm > a > picture {
    width: 100%;
  }

  .gotoForm-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
  }

}

