@charset "UTF-8";
/* ***************************************************
 PC / SP共通
*************************************************** */
/* ////////////////// フォント設定 ////////////////// */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap");
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: normal;
  src: local("Noto Sans CJK JP Regular"), url("../font/NotoSans_Regular.woff2") format("woff2"), url("../font/NotoSans_regular.woff") format("woff"), url("../font/NotoSans_regular.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: bold;
  src: local("Noto Sans CJK JP Bold"), url("../font/NotoSans_Bold.woff2") format("woff2"), url("../font/NotoSans_Bold.woff") format("woff"), url("../font/NotoSans_Bold.otf") format("opentype");
}

/* ////////////////// タグ初期値 ////////////////// */
html,
body {
  height: 100%;
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: 'M PLUS Rounded 1c','Noto Sans JP', Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Verdana, sans-serif;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1.25em;
}

a {
  color: #000;
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

ul,
dl {
  padding: 0;
}

li, dt, dd {
  margin: 0px;
  padding: 0px;
}

table,
th,
td {
  border-collapse: collapse;
  border: 1px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -moz-box-sizing: content-box;
  height: 0;
}

/* テーブル */
table {
  width: 100%;
  margin: 0 auto 1.5em;
  min-height: 0.1%;
  overflow: auto;
}

td,
th {
  padding: 0.5em;
  border: 1px solid #CCC;
}

th {
  white-space: nowrap;
  background-color: #EEE;
  font-weight: normal;
}

/* ////////////////// フォーム ////////////////// */
form {
  margin: 0px auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  font-family: 'M PLUS Rounded 1c','Noto Sans JP', Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Verdana, sans-serif;
  font-size: 16px;
  border: 1px solid #c3cbd0;
  background-color: #fff;
  width: 100%;
  padding: 0.4rem;
  border-radius: 2px;
}

/* ボタン */
button,
input[type="button"],
input[type="submit"] {
  font-size: 16px;
  letter-spacing: normal;
  text-transform: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* セレクトボックス */
.select {
  position: relative;
  display: inline-block;
}

.select.block {
  display: block;
  margin-bottom: .5em;
}

.select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  padding: .4em 50px .4em .4em;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.select select::-ms-expand {
  display: none;
}

.select select option:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}

.select::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 100%;
  content: "";
  background-color: #2692d5;
  border-radius: 0 2px 2px 0;
}

.select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}

/*SP追加*/
/* モバイル対応の追加 */
@media (max-width: 768px) {
    /* インラインスタイルを上書き */
    div[style*="padding: 30px"] {
        padding: 15px !important;
    }
    
    iframe[style*="height: 600px"] {
        height: 400px !important;
    }
    
    .hero-stats-grid {
        grid-template-columns: 1fr;
    }
    
    .double-metrics-row {
        flex-direction: column !important;
    }
    
    /* フロー用モバイル表示を追加 */
    .flow-mobile {
        display: block;
    }
    
    img[style*="max-width"] {
        max-width: 100% !important;
    }
}

/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width: 999px) {
  .pc {
    display: none !important;
  }
  html.scroll-prevent {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 320px;
    min-height: 100vh;
    line-height: 1.75em;
    font-size: 1rem;
  }
  header {
    position: relative;
    background-color: #F1EFEA;
    margin: 0 0 180px 0;
  }
  header::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(20deg);
            transform: translate(-50%, -50%) rotate(20deg);
    width: 100px;
    height: 130vh;
    background-color: #fff;
  }
  header .navi {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1080px;
    margin: 20px 4vw 30px 4vw;
  }
  header .navi h1 {
    width: 100px;
  }
  header .navi div {
    position: fixed;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 98%;
    margin: 0 1% 10px 1%;
    z-index: 100;
  }
  header .navi div .button {
    width: 49%;
    margin: 0;
  }
  header .navi div .button a {
    width: 100%;
    min-width: auto;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 200;
  }
  header .navi div .button-02 {
    width: 49%;
    margin: 0;
  }
  header .navi div .button-02 a {
    width: 100%;
    min-width: auto;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 200;
  }
  header .mainimage {
    position: relative;
    margin: 0 4vw;
  }
  header .mainimage .text h1 {
    line-height: 1.3;
    font-size: 34px;
    text-align: center;
  }
  header .mainimage .text .font-small {
    display: inline-block;
    font-size: 16px;
    line-height: 1.4;
  }
  header .mainimage .text .font-medium {
    font-size: 26px;
  }
  header .mainimage .text .mainimage-list {
    position: absolute;
    bottom: -240px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    list-style: none;
    width: 100%;
  }
  header .mainimage .text .mainimage-list li {
    width: 125px;
    height: 125px;
    padding: 35px 0;
    border-radius: 50%;
    background-color: #fff;
    color: #8D8359;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
  }
  header .mainimage .text .mainimage-list li span {
    display: inline;
    font-size: 19px;
  }
  header .mainimage .image {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 0 70px 0;
  }
  header .mainimage .image img {
    width: 55%;
    height: auto;
  }
  header .mainimage .image .achievement-content {
    position: absolute;
    top: 0;
    left: 0;
  }
  header .mainimage .image .achievement-content .note {
    display: block;
    margin: 0;
    font-size: 11px;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  }
  header .mainimage .image .mainimage-achievement {
    margin: 10px 0 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    list-style: none;
  }
  header .mainimage .image .mainimage-achievement li {
    margin: 0 0 10px 0;
    padding: 13px 25px 13px 30px;
    font-family: 'Yu Mincho',YuMincho,游明朝,'Noto Sans JP', Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Verdana, sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    background-image: url("../images/mainimage_achievement_bg.png");
    background-size: cover;
  }
  header .mainimage .image .mainimage-achievement li:last-child {
    margin: 0;
  }
  header .mainimage .image .mainimage-achievement li .num {
    font-size: 28px;
  }
  header .mainimage .image > p {
    position: absolute;
    bottom: 80px;
    right: 0;
    color: #000;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    font-weight: bold;
    text-align: right;
    font-size: 10px;
    line-height: 1.4;
  }
  header .mainimage .button {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    margin: 55px 0 0 0;
    z-index: 90;
  }
  header .mainimage .button span {
    position: absolute;
    top: -33px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 2px 20px;
    border-radius: 10px;
    border: 2px solid #ED6408;
    color: #ED6408;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
  }
  header .mainimage .button span::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -11px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 12px solid #ED6408;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    -webkit-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.05));
            filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.05));
    z-index: 10;
  }
  header .mainimage .button span::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -9px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 10px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    z-index: 10;
  }
  header .mainimage .button a {
    width: 100%;
    padding: 15px 0;
    font-size: 26px;
  }
  /* ////////////////// フッター ////////////////// */
  footer {
    margin: 0;
    padding: 15px;
    background-color: #333333;
    text-align: center;
    color: #fff;
  }
  footer p {
    margin: 0;
  }
  footer p small {
    font-size: 14px;
  }
  /* ////////////////// 共通 ////////////////// */
  h2 {
    margin: 0 0 30px 0;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  h2 .en-title {
    font-size: 15px;
    color: #A6A49C;
  }
  h2 .font-small {
    font-size: 16px;
  }
  main > div {
    position: relative;
    padding: 40px 0;
  }
  section {
    max-width: 100%;
    margin: 0 4vw;
  }
  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .flex .flex-item-02 {
    width: 100%;
  }
  .flex .flex-item-03 {
    width: 100%;
  }
  .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFF951));
    background: -webkit-linear-gradient(transparent 70%, #FFF951 70%);
    background: linear-gradient(transparent 70%, #FFF951 70%);
  }
  .read-text {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
  }
  /* ボタン */
  .button a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 300px;
    padding: 12px 30px;
    border: 2px solid #ED6408;
    border-radius: 25px;
    background: #ED6408;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  }
  .button a img {
    margin: 0 5px 0 0;
  }
  .button a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .button-02 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 300px;
    padding: 12px 30px;
    border: 2px solid #ED6408;
    border-radius: 25px;
    background: #fff;
    color: #ED6408;
    font-weight: bold;
    font-size: 17px;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  }
  .button-02 a img {
    margin: 0 5px 0 0;
  }
  .button-02 a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  /* CVエリア */
  .cv {
    padding: 40px 4vw;
    background-color: #C5C0AB;
  }
  .cv section {
    margin: 0;
    padding: 20px 4vw;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
  }
  .cv section > p:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
  }
  .cv h2 {
    margin: 0 0 20px 0;
    font-size: 21px;
  }
  .cv .image {
    display: none;
  }
  .cv .text > p:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
  }
  .cv .flex {
    margin: 0 0 20px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cv .flex .button {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 10px 20px 10px;
  }
  .cv .flex .button-02 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 10px;
  }
  .cv .flex .button-02 a:hover {
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  }
  .cv .tel-num {
    display: inline-block;
    margin: 0 20px;
    font-weight: bold;
    font-size: 35px;
  }
  /* ////////////////// コンテンツ ////////////////// */
  /* 記事制作・コンテンツマーケティングでこんな不安や悩みがありませんか？ */
  #worry ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0;
  }
  #worry ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    list-style: none;
  }
  #worry ul li span {
    display: inline-block;
    max-width: calc(100% - 75px);
  }
  #worry ul li:first-child {
    margin: 0;
  }
  #worry ul li::before {
    content: '';
    width: 44px;
    height: 42px;
    background-image: url("../images/icon_check.png");
    background-size: cover;
  }
  /* そんな悩みを解決し、多くの企業様がCROCOの高品質SEO記事・コンテンツ制作代行をご利用頂いております。 */
  #client {
    overflow: hidden;
  }
  #client .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 3500px;
    margin: 20px 0 0 0;
  }
  #client .slick-track div {
    width: 150px;
    height: 80px;
    margin: 0 20px;
    list-style: none;
  }
  #client .slick-track div img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #client .slick-track:first-child {
    margin: 0;
  }
  /* CROCOはお客様のSEO記事・コンテンツ制作のお悩みを解決！ */
  #solution {
    background-color: #F9F8F4;
  }
  #solution h3 {
    margin: 20px 0;
    font-size: 20px;
  }
  #solution .flex > div {
    position: relative;
    padding: 0px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.1));
  }
  #solution .flex > div * {
    position: relative;
  }
  #solution .flex > div .image {
    min-height: 215px;
    padding: 0;
  }
  #solution .flex > div .image img {
    margin: 0 auto;
  }
  #solution .flex > div .text {
    text-align: left;
  }
  #solution .flex > div.flex-item-02 {
    margin: 0 0 20px 0;
  }
  #solution .flex > div.flex-item-02::before {
    height: 300px;
  }
  #solution .flex > div.flex-item-03::before {
    height: 300px;
  }
  #solution .flex > div::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
  }
  /* サービス特徴 */
  #feature h3 {
    margin: 20px 0;
    font-size: 20px;
  }
  #feature .flex > div {
    position: relative;
    padding: 0px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.1));
  }
  #feature .flex > div * {
    position: relative;
  }
  #feature .flex > div .image {
    min-height: 215px;
    padding: 0;
  }
  #feature .flex > div .image img {
    margin: 0 auto;
  }
  #feature .flex > div .text {
    text-align: left;
  }
  #feature .flex > div.flex-item-02 {
    margin: 0 0 20px 0;
  }
  #feature .flex > div.flex-item-02::before {
    height: 300px;
  }
  #feature .flex > div.flex-item-03::before {
    height: 300px;
  }
  #feature .flex > div::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
  }
  /* 具体的な提供業務 */
  #services {
    background-color: #F9F8F4;
  }
  #services h3 {
    margin: 10px 0;
    text-align: center;
    font-size: 18px;
  }
  #services .flex > div {
    width: 47%;
  }
  #services .image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 152px;
    height: 152px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #fff;
  }
  /* 他社サービスとの違い */
  #comparison .comparison-table {
    position: relative;
    overflow-x: scroll;
  }
  #comparison .comparison-table .icon-scroll {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #comparison table {
    position: relative;
    width: 840px;
    margin: 40px 0 0 0;
  }
  #comparison table tr td {
    width: 25%;
    border-top: none;
    border-bottom: none;
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
    padding: 10px 5px;
    font-size: 12px;
    text-align: center;
    line-height: 1.6;
  }
  #comparison table tr td .mark {
    font-size: 30px;
    font-weight: bold;
  }
  #comparison table tr td:nth-child(2) {
    position: relative;
  }
  #comparison table tr td:nth-child(2)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #B1D941;
  }
  #comparison table tr td:nth-child(2)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #B1D941;
  }
  #comparison table tr th {
    border: none;
    font-weight: bold;
    background-color: transparent;
    font-size: 15px;
  }
  #comparison table tr:nth-child(odd) td,
  #comparison table tr:nth-child(odd) th {
    background-color: #F9F8F4;
  }
  #comparison table tr:first-child th {
    border-top: none;
    border-bottom: none;
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
    background-color: #DBDBDB;
  }
  #comparison table tr:first-child th:first-child {
    background-color: transparent;
  }
  #comparison table tr:first-child th:nth-child(2) {
    position: relative;
    padding: 0 0 10px 0;
    background-color: #B1D941;
    font-size: 21px;
    color: #fff;
  }
  #comparison table tr:first-child th:nth-child(2)::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    border-radius: 10px 10px 0 0;
    background-color: #B1D941;
  }
  #comparison table::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 17%;
    height: 3px;
    width: 19%;
    background-color: #B1D941;
    z-index: 10;
  }
  /* 制作体制・記事タイプ */
  #system {
    background-color: #F9F8F4;
  }
  #system h3 {
    margin: 40px 0 20px 0;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    font-size: 19px;
    background-color: #C5C0AB;
    color: #fff;
  }
  #system .figure {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
  }
  #system .figure img {
    margin: 0 auto;
  }
  #system .type > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 47%;
    max-width: 200px;
    margin: 0 0 15px 0;
    padding: 15px 10px;
    background-color: #fff;
  }
  #system .type > div img {
    margin: 0 10px 0 0;
  }
  #system .type::after {
    content: '';
    width: 200px;
    height: 0;
  }
  #system .flow > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    width: 100%;
  }
  #system .flow > div > div {
    width: calc(100% - 40px);
    padding: 20px 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
  #system .flow h4 {
    position: relative;
    width: auto;
    margin: 0 0 20px 0;
    padding: 12px 10px;
    background-color: #B1D941;
    color: #fff;
    text-align: center;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  #system .flow h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -19px;
    width: 0;
    height: 0;
    border-top: 20px solid #B1D941;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
  }
  #system .flow ul {
    width: 75%;
    margin: 0 auto;
    padding: 10px 0 10px 25px;
  }
  #system .flow ul li {
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  #system .flow .text {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  #system .flow .image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 170px;
    height: 170px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #F5F5F5;
  }
  /* 実績 */
  #achievements h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    border-bottom: 4px solid #C5C0AB;
    font-size: 21px;
  }
  #achievements h3 img {
    display: block;
    max-width: 35px;
    height: auto;
    margin: 0 10px;
  }
  #achievements h4 {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 18px;
  }
  #achievements h5 {
    margin: 10px 0 0 0;
    padding: 0 0 0 10px;
    border-left: 4px solid #C5C0AB;
    font-size: 16px;
  }
  #achievements ol {
    margin: 0;
    padding: 0 0 0 20px;
  }
  #achievements ol li {
    font-size: 16px;
  }
  #achievements .achievements-inner > div {
    margin: 0 0 40px 0;
    padding: 30px 20px;
    background-color: #F9F8F4;
  }
  #achievements .achievements-inner > div:nth-child(2) .flex .result-item {
    width: 48%;
    margin: 0;
  }
  #achievements .achievements-inner > div:last-child {
    margin: 0;
  }
  #achievements .solution {
    margin: 0 0 20px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #achievements .solution > div:first-child, #achievements .solution > div:last-child {
    padding: 20px;
    background-color: #fff;
  }
  #achievements .solution > div:first-child {
    width: 100%;
  }
  #achievements .solution > div:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px 0;
  }
  #achievements .solution > div:nth-child(2) img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #achievements .solution > div:last-child {
    width: 100%;
  }
  #achievements .result-box .image {
    margin: 20px auto 0 auto;
  }
  #achievements .result {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    padding: 20px;
    border: 4px solid #C5C0AB;
    background-color: #fff;
  }
  #achievements .result > div {
    min-width: 25%;
    margin: 0 auto 20px auto;
  }
  #achievements .result > div div {
    margin: 10px 0 0 0;
  }
  #achievements .result > div p {
    margin: 0;
  }
  #achievements .result > div:last-child {
    margin: 0 auto;
  }
  #achievements .result h4 {
    margin: 0 0 20px 0;
    font-size: 22px;
  }
  #achievements .result h4 span {
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 13px;
    font-weight: normal;
  }
  #achievements .result .result-item {
    text-align: center;
    font-weight: bold;
  }
  #achievements .result .result-item img {
    width: auto;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
  }
  #achievements .result .result-item.flex img {
    margin: 0 auto 15px auto;
  }
  #achievements .result .result-item .title {
    font-size: 14px;
    margin: 0 auto;
  }
  #achievements .result .result-item .text {
    margin: 0 auto;
  }
  #achievements .result .result-item .before {
    position: relative;
    margin: 0 0 10px 0;
    font-size: 13px;
  }
  #achievements .result .result-item .before::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 10px solid #C5C0AB;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
  }
  #achievements .result .result-item .after {
    font-size: 16px;
  }
  #achievements .result .result-item .after .font-big {
    font-size: 18px;
  }
  #achievements .result .result-item .after .font-small {
    font-size: 14px;
  }
  /* FAQ */
  #faq {
    background-color: #F9F8F4;
  }
  #faq section > div {
    border-bottom: 1.5px solid #1D1D1D;
  }
  #faq .question {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 25px 37px 25px 0px;
    cursor: pointer;
  }
  #faq .question .toggle_button {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
  }
  #faq .question .toggle_button.open_icon {
    background-image: url("../images/icon_open.png");
    background-size: cover;
  }
  #faq .question .toggle_button.close_icon {
    background-image: url("../images/icon_close.png");
    background-size: cover;
  }
  #faq .question::before {
    content: 'Q';
    margin: 0 15px 0 0;
    font-size: 32px;
    font-weight: bold;
    color: #C5C0AB;
  }
/*
  #faq .anser {
    display: none;
    border-radius: 20px;
    margin: 0 0 25px 35px;
    padding: 20px;
    background: #fff;
    word-break: break-all;
  }
*/
  /* 運営会社 */
  #company h3 {
    font-size: 19px;
  }
  #company .flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #company img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #company .text {
    width: 100%;
  }
  #company .text dl {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #company .text dl dt {
    width: 110px;
    margin: 0 0 5px 0;
    padding: 0 0 0 20px;
  }
  #company .text dl dd {
    margin: 0 0 5px 0;
    width: calc(100% - 130px);
  }
  #company .text dl ul {
    margin: 0;
    padding: 0 0 0 25px;
  }
  #company .text dl::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 60%;
    width: 3px;
    background-color: #A6A49C;
  }
  /* お問い合わせ */
  #form {
    background-color: #F9F8F4;
  }
}

/* ***************************************************
 PC
*************************************************** */
@media all and (min-width: 1000px) {
  .sp {
    display: none !important;
  }
  body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 320px;
    min-height: 100vh;
    line-height: 1.75em;
    font-size: 16px;
  }
  header {
    position: relative;
    background-color: #F1EFEA;
  }
  header::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 60%;
    -webkit-transform: translate(-40%, -50%) rotate(40deg);
            transform: translate(-40%, -50%) rotate(40deg);
    width: 160px;
    height: 1200px;
    background-color: #fff;
  }
  header .navi {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1080px;
    margin: 20px auto 0 auto;
  }
  header .navi div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .navi div .button {
    margin: 0 0 0 20px;
  }
  header .navi div .button a {
    min-width: 200px;
    padding: 10px 35px;
  }
  header .navi div .button-02 a {
    min-width: 200px;
    padding: 10px 35px;
  }
  header .mainimage {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1080px;
    margin: 0 auto;
    overflow: hidden;
  }
  header .mainimage .text {
    margin: 0 0 60px 0;
  }
  header .mainimage .text h1 {
    line-height: 1.4;
    font-size: 34px;
  }
  header .mainimage .text .font-small {
    font-size: 16px;
  }
  header .mainimage .text .font-medium {
    font-size: 26px;
  }
  header .mainimage .text .mainimage-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    list-style: none;
    width: 90%;
  }
  header .mainimage .text .mainimage-list li {
    width: 150px;
    height: 150px;
    padding: 35px 0;
    border-radius: 50%;
    background-color: #fff;
    color: #8D8359;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-weight: bold;
    font-size: 15px;
  }
  header .mainimage .text .mainimage-list li span {
    display: inline;
    font-size: 22px;
  }
  header .mainimage .image {
    position: relative;
    width: auto;
  }
  header .mainimage .image img {
    position: absolute;
    right: 200px;
    top: 0;
    width: 280px;
    max-width: inherit;
    margin: 20px 0 0 0;
  }
  header .mainimage .image .achievement-content {
    max-width: 200px;
  }
  header .mainimage .image .achievement-content .note {
    float: right;
    display: block;
    margin: 0;
    font-size: 12px;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  }
  header .mainimage .image .mainimage-achievement {
    float: right;
    margin: 10px 0 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    list-style-type: none;
  }
  header .mainimage .image .mainimage-achievement li {
    margin: 0 0 20px 0;
    padding: 20px 35px;
    font-family: 'Yu Mincho',YuMincho,游明朝,'Noto Sans JP', Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Verdana, sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    line-height: 1.15;
    background-image: url("../images/mainimage_achievement_bg.png");
    background-size: cover;
  }
  header .mainimage .image .mainimage-achievement li .num {
    font-size: 38px;
  }
  header .mainimage .image > p {
    position: absolute;
    bottom: -200px;
    right: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #000;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    font-weight: bold;
    text-align: right;
  }
  header .mainimage .button {
    position: relative;
    width: 90%;
    margin: 55px 0 0 0;
  }
  header .mainimage .button span {
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0px 20px;
    border-radius: 10px;
    border: 2px solid #ED6408;
    color: #ED6408;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
    z-index: 10;
  }
  header .mainimage .button span::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -11px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 12px solid #ED6408;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    -webkit-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.05));
            filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.05));
    z-index: 10;
  }
  header .mainimage .button span::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -9px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 10px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    z-index: 10;
  }
  header .mainimage .button a {
    width: 100%;
    padding: 15px 0;
    font-size: 26px;
  }
  /* ////////////////// フッター ////////////////// */
  footer {
    margin: 0;
    padding: 15px;
    background-color: #333333;
    text-align: center;
    color: #fff;
  }
  footer p {
    margin: 0;
  }
  footer p small {
    font-size: 14px;
  }
  /* ////////////////// 共通 ////////////////// */
  h2 {
    margin: 0 0 40px 0;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  h2 .en-title {
    font-size: 16px;
    color: #A6A49C;
  }
  h2 .font-small {
    font-size: 20px;
  }
  main > div {
    position: relative;
    padding: 80px 0;
  }
  section {
    max-width: 1080px;
    margin: 0 auto;
  }
  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .flex .flex-item-02 {
    width: 47%;
  }
  .flex .flex-item-03 {
    width: 30%;
  }
  .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFF951));
    background: -webkit-linear-gradient(transparent 70%, #FFF951 70%);
    background: linear-gradient(transparent 70%, #FFF951 70%);
  }
  .read-text {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.6;
  }
  /* ボタン */
  .button a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 300px;
    padding: 12px 35px;
    border: 2px solid #ED6408;
    border-radius: 25px;
    background: #ED6408;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    -webkit-box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.15);
  }
  .button a img {
    margin: 0 5px 0 0;
  }
  .button a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .button-02 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 300px;
    padding: 12px 35px;
    border: 2px solid #ED6408;
    border-radius: 25px;
    background: #fff;
    color: #ED6408;
    font-weight: bold;
    font-size: 18px;
    -webkit-box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.15);
  }
  .button-02 a img {
    margin: 0 5px 0 0;
  }
  .button-02 a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  /* CVエリア */
  .cv {
    padding: 40px;
    background-color: #C5C0AB;
  }
  .cv section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 40px 0 40px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    overflow: hidden;
  }
  .cv section > p:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
  }
  .cv h2 {
    margin: 0 0 20px 0;
  }
  .cv .image {
    position: relative;
    width: 30%;
    margin: 0 0 -20px 0;
  }
  .cv .image img {
    width: 90%;
    margin: 0 auto;
  }
  .cv .image p {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    font-size: 13px;
    text-align: left;
  }
  .cv .text {
    width: 68%;
  }
  .cv .text > p:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
  }
  .cv .flex {
    margin: 0 0 20px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cv .flex .button {
    margin: 0 10px;
  }
  .cv .flex .button-02 {
    margin: 0 10px;
  }
  .cv .flex .button-02 a:hover {
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  }
  .cv .tel-num {
    display: inline-block;
    margin: 0 20px;
    font-weight: bold;
    font-size: 24px;
  }
  /* ////////////////// コンテンツ ////////////////// */
  /* 記事制作・コンテンツマーケティングでこんな不安や悩みがありませんか？ */
  #worry ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0;
  }
  #worry ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30%;
    margin: 40px 0 0 0;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    list-style: none;
  }
  #worry ul li span {
    display: inline-block;
    max-width: calc(100% - 75px);
  }
  #worry ul li:first-child, #worry ul li:nth-child(2) {
    width: 47%;
    margin: 0;
  }
  #worry ul li::before {
    content: '';
    width: 44px;
    height: 42px;
    background-image: url("../images/icon_check.png");
    background-size: cover;
  }
  /* そんな悩みを解決し、多くの企業様がCROCOの高品質SEO記事・コンテンツ制作代行をご利用頂いております。 */
  #client {
    overflow: hidden;
  }
  #client .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 3500px;
    margin: 20px 0 0 0;
  }
  #client .slick-track div {
    width: 150px;
    height: 80px;
    margin: 0 20px;
    list-style: none;
  }
  #client .slick-track div img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #client .slick-track:first-child {
    margin: 0;
  }
  /* CROCOはお客様のSEO記事・コンテンツ制作のお悩みを解決！ */
  #solution {
    background-color: #F9F8F4;
  }
  #solution h3 {
    margin: 20px 0;
    font-size: 20px;
  }
  #solution .flex > div {
    position: relative;
    padding: 0px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.1));
  }
  #solution .flex > div * {
    position: relative;
  }
  #solution .flex > div .image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 277px;
    max-height: 232px;
    min-height: 215px;
    padding: 0;
    margin: 0 auto;
  }
  #solution .flex > div .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
  #solution .flex > div .text {
    margin: 0 0 30px 0;
    text-align: left;
  }
  #solution .flex > div.flex-item-02 {
    margin: 0 0 20px 0;
  }
  #solution .flex > div.flex-item-02::before {
    height: 300px;
  }
  #solution .flex > div.flex-item-03::before {
    height: 350px;
  }
  #solution .flex > div::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
  }
  /* サービス特徴 */
  #feature h3 {
    margin: 20px 0;
    font-size: 20px;
  }
  #feature .flex > div {
    position: relative;
    padding: 0px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.1));
  }
  #feature .flex > div * {
    position: relative;
  }
  #feature .flex > div .image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 277px;
    max-height: 232px;
    min-height: 215px;
    padding: 0;
    margin: 0 auto;
  }
  #feature .flex > div .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
  #feature .flex > div .text {
    margin: 0 0 30px 0;
    text-align: left;
  }
  #feature .flex > div.flex-item-02 {
    margin: 0 0 20px 0;
  }
  #feature .flex > div.flex-item-02::before {
    height: 300px;
  }
  #feature .flex > div.flex-item-03::before {
    height: 350px;
  }
  #feature .flex > div::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
  }
  /* 具体的な提供業務 */
  #services {
    background-color: #F9F8F4;
  }
  #services h3 {
    margin: 10px 0;
    text-align: center;
    font-size: 18px;
  }
  #services .flex > div {
    width: 27%;
  }
  #services .image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 152px;
    height: 152px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #fff;
  }
  /* 他社サービスとの違い */
  #comparison table {
    position: relative;
    margin: 60px 0 0 0;
  }
  #comparison table tr td {
    width: 25%;
    border-top: none;
    border-bottom: none;
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
    padding: 10px 15px;
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
  }
  #comparison table tr td .mark {
    font-size: 30px;
    font-weight: bold;
  }
  #comparison table tr td:nth-child(2) {
    position: relative;
  }
  #comparison table tr td:nth-child(2)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #B1D941;
  }
  #comparison table tr td:nth-child(2)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #B1D941;
  }
  #comparison table tr th {
    border: none;
    font-weight: bold;
    background-color: transparent;
  }
  #comparison table tr:nth-child(odd) td,
  #comparison table tr:nth-child(odd) th {
    background-color: #F9F8F4;
  }
  #comparison table tr:first-child th {
    border-top: none;
    border-bottom: none;
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
    background-color: #DBDBDB;
  }
  #comparison table tr:first-child th:first-child {
    background-color: transparent;
  }
  #comparison table tr:first-child th:nth-child(2) {
    position: relative;
    padding: 0 0 20px 0;
    background-color: #B1D941;
    font-size: 24px;
    color: #fff;
  }
  #comparison table tr:first-child th:nth-child(2)::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    border-radius: 20px 20px 0 0;
    background-color: #B1D941;
  }
  #comparison table::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 17%;
    height: 3px;
    width: 20%;
    background-color: #B1D941;
    z-index: 10;
  }
  /* 制作体制・記事タイプ */
  #system {
    background-color: #F9F8F4;
  }
  #system h3 {
    margin: 60px 0 30px 0;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    font-size: 22px;
    background-color: #C5C0AB;
    color: #fff;
  }
  #system .figure img {
    margin: 0 0 20px 0;
    border-radius: 10px;
    background-color: #fff;
  }
  #system .type > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 240px;
    margin: 0 0 20px 0;
    padding: 15px 20px;
    background-color: #fff;
  }
  #system .type > div img {
    margin: 0 10px 0 0;
  }
  #system .flow > div {
    position: relative;
    width: 20%;
  }
  #system .flow > div > div {
    min-height: 440px;
    padding: 20px 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
  #system .flow h4 {
    position: relative;
    width: calc(100% - 20px);
    margin: 0 0 10px 0;
    padding: 12px 0;
    background-color: #B1D941;
    color: #fff;
    text-align: center;
  }
  #system .flow h4::before {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid #B1D941;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
  }
  #system .flow ul {
    margin: 0;
    padding: 10px 0 10px 25px;
  }
  #system .flow ul li {
    margin: 0 0 5px 0;
    font-size: 12px;
    line-height: 1.8;
  }
  #system .flow .text {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  #system .flow .image {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-color: #F5F5F5;
  }
  /* 実績 */
  #achievements h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 20px 0;
    padding: 0 0 5px 0;
    border-bottom: 4px solid #C5C0AB;
    font-size: 26px;
  }
  #achievements h3 img {
    display: block;
    margin: 0 10px;
  }
  #achievements h4 {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 18px;
  }
  #achievements h5 {
    padding: 0 0 0 10px;
    border-left: 4px solid #C5C0AB;
    font-size: 16px;
  }
  #achievements ol {
    margin: 0;
    padding: 0 0 0 20px;
  }
  #achievements ol li {
    font-size: 16px;
  }
  #achievements .achievements-inner > div {
    margin: 0 0 40px 0;
    padding: 40px;
    background-color: #F9F8F4;
  }
  #achievements .achievements-inner > div:first-child .result > div {
    width: 33%;
    margin: 0;
  }
  #achievements .achievements-inner > div:nth-child(2) .result > div {
    width: 48%;
    margin: 0;
  }
  #achievements .achievements-inner > div:last-child {
    margin: 0;
  }
  #achievements .achievements-inner > div:last-child .result > div {
    width: 100%;
    margin: 0;
  }
  #achievements .achievements-inner > div:last-child .result > div .flex {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #achievements .solution {
    margin: 0 0 30px 0;
  }
  #achievements .solution > div:first-child, #achievements .solution > div:last-child {
    padding: 20px;
    background-color: #fff;
  }
  #achievements .solution > div:first-child {
    width: 37%;
  }
  #achievements .solution > div:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #achievements .solution > div:last-child {
    width: 55%;
  }
  #achievements .result-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #achievements .result {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 75%;
    padding: 20px;
    border: 4px solid #C5C0AB;
    background-color: #fff;
  }
  #achievements .result > div {
    min-width: 25%;
    margin: 0;
  }
  #achievements .result > div div {
    margin: 10px 0 0 0;
  }
  #achievements .result > div p {
    margin: 0;
  }
  #achievements .result h4 {
    margin: 0 0 20px 0;
    font-size: 22px;
  }
  #achievements .result h4 span {
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 16px;
    font-weight: normal;
  }
  #achievements .result .result-item {
    text-align: center;
    font-weight: bold;
  }
  #achievements .result .result-item img {
    width: auto;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #achievements .result .result-item.flex img {
    margin: 0 15px 0 0;
  }
  #achievements .result .result-item.flex .text {
    margin: 0 0 0 10px;
  }
  #achievements .result .result-item .title {
    font-size: 16px;
  }
  #achievements .result .result-item .before {
    position: relative;
    margin: 0 0 10px 0;
    font-size: 15px;
  }
  #achievements .result .result-item .before::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 10px solid #C5C0AB;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
  }
  #achievements .result .result-item .after {
    font-size: 18px;
  }
  #achievements .result .result-item .after .font-big {
    font-size: 20px;
  }
  #achievements .result .result-item .after .font-small {
    font-size: 14px;
  }
  #achievements .image {
    width: 23%;
  }
  /* FAQ */
  #faq {
    background-color: #F9F8F4;
  }
  #faq section > div {
    border-bottom: 1.5px solid #1D1D1D;
  }
  #faq .question {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 25px 40px;
    cursor: pointer;
  }
  #faq .question .toggle_button {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
  }
  #faq .question .toggle_button.open_icon {
    background-image: url("../images/icon_open.png");
    background-size: cover;
  }
  #faq .question .toggle_button.close_icon {
    background-image: url("../images/icon_close.png");
    background-size: cover;
  }
  #faq .question::before {
    content: 'Q';
    margin: 0 15px 0 0;
    font-size: 32px;
    font-weight: bold;
    color: #C5C0AB;
  }
/*
  #faq .anser {
    display: none;
    border-radius: 20px;
    margin: 0 0 25px 35px;
    padding: 20px 30px;
    background: #fff;
    word-break: break-all;
  }
*/
  /* 運営会社 */
  #company h3 {
    font-size: 25px;
  }
  #company .flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #company img {
    width: 43%;
  }
  #company .text {
    width: 53%;
  }
  #company .text dl {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #company .text dl dt {
    width: 120px;
    margin: 0 0 5px 0;
    padding: 0 0 0 20px;
  }
  #company .text dl dd {
    margin: 0 0 5px 0;
    width: calc(100% - 140px);
  }
  #company .text dl ul {
    margin: 0;
    padding: 0 0 0 25px;
  }
  #company .text dl::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 60%;
    width: 3px;
    background-color: #A6A49C;
  }
  /* お問い合わせ */
  #form {
    background-color: #F9F8F4;
  }
}

#to-form-button {
  position: fixed;
  right: 20px;
  bottom: -200px;
  cursor: pointer;
  z-index: 2;
  display: none;
  transition: 0.3s;
  width: 208px;
  height: 50px;
  justify-content: center;
  align-items: center;
  background: #ED6408;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 25px;
}
a.to-form-button{
  color: white;
  font-weight: bold;
}
#to-form-button.show {
  display: flex;
  bottom: 20px;
}
/*# sourceMappingURL=style.css.map */